(python-eldoc-function): Re-enable quit while waiting for process.
[emacs.git] / lisp / ChangeLog
bloba82cdbb83d89ce724d991afbe8b3f3d5f8b41ef1
1 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * progmodes/python.el (python-eldoc-function): Re-enable quit while
4         waiting for process.
6 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9         results in ASCII-only string, encode original one directly.
11 2006-08-29  Romain Francoise  <romain@orebokech.com>
13         * startup.el (normal-splash-screen, fancy-splash-screens):
14         Make buffer read-only and arrange to enter view mode if necessary.
16 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
18         * hl-line.el (hl-line): New face.
19         (hl-line-face): Use it.
21         * image-mode.el (image-mode): Fix last fix.
22         Suggested by Kim F. Storm.
24 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
26         Sync with Tramp 2.0.54.
28         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
29         of `=', because `tramp-get-remote-gid' might not always return an
30         integer when expected.
31         (tramp-register-file-name-handlers): `partial-completion-mode' is
32         unknown to XEmacs.
33         (tramp-time-diff): Don't use `floor', it might fail for large
34         differences.
35         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
36         `tramp-auto-save-directory' if unset in order to guarantee unique
37         auto-save file names.
39 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
41         * image-mode.el (image-mode): Display image as text on a terminal.
43 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
45         * progmodes/python.el (python-send-command): Simplify.
46         (run-python): Don't generate a new buffer unless `new' was specified.
47         Make sure we send `import emacs' to the proper process.
49         * progmodes/python.el (python-send-command): Don't wait for the command
50         to terminate.  Don't fiddle with compilation-parsing-end.
52 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
54         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
55         Insert commentary after first line summary.
57         * woman.el (woman-follow): New function, based on `man-follow'.
58         (woman-mode-map): Use it.
60         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
61         since ibuffer-do-sort-by-recency does not define a sorter.
63 2006-08-28  Kim F. Storm  <storm@cua.dk>
65         * find-dired.el (find-dired): Use shell-quote-argument to properly
66         escape ( and ) args.  Also use it on {} and ; args in default
67         value of find-ls-option string.
68         (find-grep-dired): Use shell-quote-argument on {} and ; args.
70 2006-08-27  Michael Olson  <mwolson@gnu.org>
72         * emacs-lisp/tq.el: Small grammar fix in comments.
73         (tq-enqueue): Check for existence of queue rather than the
74         head queue item's question, which was a no-op.
75         (tq-filter, tq-process-buffer): Make sure the process buffer
76         exists before making it the current buffer.
78 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
80         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
81         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
82         (special-event-map): Apply 2006-08-16 change for x-win.el.
84 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
86         * progmodes/python.el (python-send-receive): Wait in the
87         process's buffer so as to check the right buffer-local variables.
89 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
91         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
92         (defgroup checkdoc): Move to beginning.
94         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
95         (python-preoutput-continuation): Remove.
96         (python-preoutput-filter): Simplify correspondingly.
97         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
98         Loop around to catch embedded _emacs_out output.
99         (run-python): Send the import&print command on a single line.
100         (python-send-command): Send command&print on a single line.
101         (python-send-string): Only add double \n if needed.
102         (python-send-receive): Loop until the result comes.
103         (python-mode-running): Defvar it.
104         (python-setup-brm): Remove unused var `menu'.
105         Only bind py-mode-map and `features' around brm-init.
106         (python-calculate-indentation): Remove unused var `point'.
107         (python-beginning-of-defun): Remove unused var `def-line'.
109 2006-08-25  Richard Stallman  <rms@gnu.org>
111         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
113 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
115         * viper.el (viper-set-hooks): Use frame bindings for
116         viper-vi-state-cursor-color.
117         (viper-non-hook-settings): Don't set default
118         mode-line-buffer-identification.
120         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
121         (viper-set-cursor-color-according-to-state)
122         (viper-get-saved-cursor-color-in-replace-mode)
123         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
124         viper-emacs-state-cursor-color.
126         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
127         (viper-undo): Use point if undo-beg-posn is nil.
128         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
129         (viper-after-change-undo-hook): Don't use
130         viper-emacs-state-cursor-color by default.
131         (viper-undo): More sensible positioning after undo.
133         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
134         (viper-emacs-state-cursor-color): Default to nil, since this feature
135         doesn't work well yet.
137         * ediff-mult.el (ediff-intersect-directories)
138         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
139         always expand filenames.
141 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
143         * tumme.el: Remove * in defcustoms's docstrings.
145 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
147         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
148         Accept internal time format for SECS arg.
149         (timer-relative-time): Doc fix.
151         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
152         adapted from Martin Rudalics.
153         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
154         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
155         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
156         using sit-for.
158 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
160         * cus-start.el (all): Add `overline-margin' and
161         `x-underline-at-descent-line'.
163 2006-08-24  Kim F. Storm  <storm@cua.dk>
165         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
166         to mean "use find -exec"; nil now unambiguously means auto-detect.
167         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
168         Use shell-quote-argument to build grep-find-command and grep-find-template.
169         (rgrep): Use shell-quote-argument to properly quote arguments to find.
170         Reported by Tom Seddon.
172 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
174         * startup.el (fancy-splash-head): Give instructions for dismissing
175         the splash screen for default startup too.
176         (display-startup-echo-area-message, fancy-splash-screens)
177         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
178         all splash text at once and keep the splash buffer around.
179         (command-line-1): Give display-startup-echo-area-message a t arg.
181 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
183         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
184         gnus frame is selected.
186 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
188         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
190 2006-08-22  Kim F. Storm  <storm@cua.dk>
192         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
193         Add suffix matching for subdirs.
195 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
197         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
198         mouse-yank-at-point is non-nil.
200 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
202         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
203         a bit wider and remove fringes to fit initial output on line.
205 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
207         * frame.el (blink-cursor-end): Only ignore the error we care about.
208         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
210 2006-08-21  Richard Stallman  <rms@gnu.org>
212         * whitespace.el (whitespace-cleanup): Doc fix.
214 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
216         * net/rcirc.el (rcirc-show-maximum-output): New var.
217         (rcirc-buffer-process): If no buffer argument is supplied, use
218         current-buffer.
219         (rcirc-complete-nick): Complete to the last completed nick first.
220         (rcirc-mode): Preserve the value of `rcirc-urls' across
221         connections.  Setup scroll function.
222         (rcirc-scroll-to-bottom): New function.
223         (rcirc-print): Use nick syntax around regexp work.
224         Notice dim-nicks speaking only if they say our nick.
225         (rcirc-update-activity-string): Do not show the modeline indicator
226         if there are no live rcirc processes.
227         (rcirc-cmd-ignore): Ignore case.
228         (rcirc-browse-url-at-point): Fix off-by-one error.
230 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
232         * progmodes/python.el: Remove * in defcustom docstrings.
233         (run-python, python-proc, python-try-complete): Use derived-mode-p.
234         (python-mode): Set tab-width and indent-tabs-mode.
236 2006-08-20  Dave Love  <fx@gnu.org>
238         * progmodes/python.el: Update to Dave Love's latest version.
239         (python-font-lock-keywords, python-mode): Don't use
240         font-lock-syntax-table, but match symbol elements explicitly instead.
241         (python-mode-map): Add help, and a few more key bindings.
242         (python-skip-comments/blanks): Move out of comments as well.
243         (python-continuation-line-p): Behave better with unbalanced parens.
244         (python-blank-line-p): New fun.
245         (python-open-block-statement-p): Don't use a heuristic.
246         (python-outdent-p): Better handle blocks-in-the-same-line.
247         (python-calculate-indentation): Misc improvements.
248         (python-comment-indent): Remove.
249         (python-block-pairs): New var.
250         (python-first-word): New fun.
251         (python-indentation-levels): Handle more common cases.
252         (python-indent-line-1): Add `leave' argument.
253         (python-indent-region): New fun.
254         (python-skip-out): New fun.
255         (python-beginning-of-statement, python-end-of-statement): Use it.
256         (python-next-statement): Return correct count even at eob.
257         (python-end-of-block): Fix paren-typo.
258         (python-imenu-create-index): Add module variables.
259         (run-python): Add `new' arg.
260         Check we're at a prompt before returning.
261         (python-send-command): Move to end of buffer.
262         Wait for prompt to return.
263         (python-set-proc): New fun.
264         (python-imports): New var.
265         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
266         (python-eldoc-function): Try to move out of arg list.
267         (python-outline-level): Offset by 1.
268         (python-find-imports): New fun.
269         (python-symbol-completions): Use python-imports.
270         (python-module-path, ffap-alist): Add support for ffap.
271         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
272         (pythin-insert-*, python-default-template, python-expand-template):
273         Add templates/skeletons.
274         (python-setup-brm): Support for Bicycle Repair Man.
275         (python-abbrev-syntax-table): New var.
276         (python-abbrev-pc-hook, python-pea-hook): New funs.
278 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
280         * frame.el (blink-cursor-start): Set timer first.
281         (blink-cursor-end): Ignore timer cancelling errors.
282         Suggested by Ken Manheimer.
284 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
286         * newcomment.el (comment-box): Call `comment-normalize-vars'.
287         Add autoload cookie.
289 2006-08-20  Richard Stallman  <rms@gnu.org>
291         * simple.el (line-number-at-pos): Doc fix.
293         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
294         timer-activate-when-idle, so timer can run before Emacs becomes
295         non-idle again.
297 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
299         * whitespace.el (whitespace-cleanup-internal): New optional arg
300         REGION-ONLY.  If it's non-nil, modify the message to the user
301         accordingly.
302         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
303         a non-nil argument.
305 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
307         * rect.el (spaces-string): Simplify and add doc string.
309 2006-08-17  Romain Francoise  <romain@orebokech.com>
311         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
313 2006-08-17  Richard Stallman  <rms@gnu.org>
315         * compare-w.el (compare-windows): lambda's take an arg and pass
316         it to compare-windows-skip-whitespace.
318 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
320         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
321         the right buffer.
323 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
325         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
326         removed files.
328 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
330         * progmodes/gdb-ui.el (gdb-locals-watch-map)
331         (gdb-locals-watch-map-1): Suppress keymap first.
332         (gdb-edit-locals-map-1): New variable.
333         (gdb-edit-locals-value): New function.
334         (gdb-stack-list-locals-handler): Use them.
336 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
338         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
339         cursor would normally be drawn in the fringe.
341         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
342         Reported by Martin Rudalics <rudalics@gmx.at>.
344 2006-08-16  Richard Stallman  <rms@gnu.org>
346         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
347         (special-event-map): Process drag-n-drop events this way.
349         * simple.el (move-beginning-of-line): Test whether fields
350         would prevent motion back to line's first visible character.
351         If so, stop where the fields would stop the motion.
353         * newcomment.el (comment-indent): Fully update INDENT
354         before checking to see if it will change the text.
356         * cus-edit.el (custom-newline): New function.
357         (custom-mode-map): Bind newline to custom-newline.
359         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
360         into ignore-whitespace.
361         Check each buffer for its skip-function.
362         Handle compare-windows-skip-whitespace special-case test
363         by returning t from default skip function.
365 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
367         * textmodes/org.el (org-clock-special-range)
368         (org-clock-update-time-maybe): New functions.
369         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
370         not only a-z.
371         (org-agenda-get-blocks): Allow multiple blocks per headline.
372         (org-timestamp-change): Call `org-clock-update-time-maybe'.
373         (org-export-html-title-format)
374         (org-export-html-toplevel-hlevel): New options.
375         (org-export-language-setup): Add support for Czech.
376         (org-mode, org-insert-todo-heading, org-find-visible)
377         (org-find-invisible, org-invisible-p, org-invisible-p2)
378         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
379         (org-show-subtree, org-show-entry, org-make-options-regexp):
380         Remove compatibility support for old outline-mode.
381         (org-check-occur-regexp): Funtion removed.
382         (org-on-heading-p, org-back-to-heading): Made defalias.
383         (org-set-local): New defsubst.
384         (org-set-regexps-and-options, org-mode)
385         (org-set-font-lock-defaults, org-edit-agenda-file-list)
386         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
387         (org-remember-apply-template, org-table-edit-field)
388         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
389         (org-set-autofill-regexps): Use `org-set-local'.
390         (org-table-eval-formula): Fix bug with parsing of display flags.
392 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
394         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
395         frame with fringe arrow.  Suggested by Simon Marshall
396         <simon.marshall@misys.com>.
397         (gdb-stack-position): New variable.
398         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
399         (gdb-frames-mode): Set gdb-stack-position to nil.
400         Add to overlay-arrow-variable-list
401         (gdb-reset): Delete gdb-stack-position from above list.
403 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
405         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
406         read only.
408 2006-08-13  Romain Francoise  <romain@orebokech.com>
410         * cus-theme.el (customize-create-theme)
411         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
413         * filesets.el (filesets-add-buffer): Ditto.
415         * pcvs.el (cvs-change-cvsroot): Ditto.
417 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
419         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
420         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
421         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
422         expressions.
423         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
424         Only search till end of line.
425         Add face to function names in case of no filename.
426         Add face to variable names of watchpoints.
428 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
430         * cus-start.el <indent-tabs-mode>: Move to the `indent'
431         customization group.
433 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
435         * allout.el (allout-prior-bindings, allout-added-bindings):
436         Remove, after long deprecation.
437         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
438         Add customization vars controlling allout-beginning-of-line and
439         allout-end-of-line conveniences.
440         (allout-header-prefix, allout-use-mode-specific-leader)
441         (allout-use-mode-specific-leader, allout-mode-leaders):
442         Revise docstrings.
443         (allout-infer-header-lead): Change to be an alias for
444         allout-infer-header-lead-and-primary-bullet.
445         (allout-infer-header-lead-and-primary-bullet): New version of
446         allout-infer-header-lead which assigns the primary bullet to the
447         same as the header lead, when its being changed.
448         (allout-infer-body-reindent): Apply regexp-quote instead of
449         unconditionally prepending "\\", so that all literal
450         allout-header-prefix and allout-primary-bullet strings are
451         properly handled.
452         (allout-add-resumptions): Add optional qualifier for extending or
453         appending to existing values, rather than replacing them.
454         (allout-view-change-hook): Clarify docstring.
455         (allout-exposure-change-hook): Take explicit arguments, via
456         run-hook-with-args.
457         (allout-structure-added-hook)
458         (allout-structure-deleted-hook)
459         (allout-structure-shifted-hook): New hooks analogous to
460         allout-exposure-change-hook for other kinds of structural outline
461         edits.
462         (allout-encryption-plaintext-sanitization-regexps): New encryption
463         customization variable, by which cooperating modes can provde
464         massage of the plaintext without actually being passed it.
465         (allout-encryption-ciphertext-rejection-regexps)
466         (allout-encryption-ciphertext-rejection-ceiling): New encryption
467         customization variables, by which cooperating modes can prohibit
468         rare but possible ciphertext patterns from fouling their
469         operation, with actually being passed the ciphertext.
470         (allout-mode): Run activation and deactivation hooks after the
471         minor-mode variable has been toggled, to clarify the mode
472         disposition.  The new encryption ciphertext rejection variable is
473         used to ensure that the ciphertext does not contain text that
474         would be recognized as outline structural elements by allout.
475         Substite allout-beginning-of-line and allout-end-of-line for
476         conventionall beginning-of-line and end-of-line bindings.
477         If allout-old-style-prefixes is non-nil, don't nullify it on mode
478         activation!
479         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
480         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
481         (allout-chart-subtree): Implement new mode, charting only the
482         visible items in the subtree, when new 'visible' parameter is non-nil.
483         (allout-end-of-subtree): Properly handle the last item in the buffer.
484         (allout-pre-command-business, allout-command-counter):
485         Increment an advertised counter so that cooperating enhancements can
486         track revisions of items.
487         (allout-open-topic): Run allout-structure-added-hook with suitable
488         arguments.
489         (allout-shift-in): Run allout-structure-shifted-hook with suitable
490         arguments.
491         (allout-shift-out): Fix doubling for negative args and ensure call
492         of allout-structure-shifted-hook by solely using allout-shift-in.
493         (allout-kill-line, allout-kill-topic):
494         Run allout-structure-deleted-hook with suitable arguments.
495         (allout-yank-processing): Run allout-structure-added-hook with
496         proper arguments.
497         (allout-yank): Enclose activity in allout-unprotected.
498         (allout-flag-region): Run allout-exposure-change-hook with
499         suitable arguments, instead of making the callee infer the arguments.
500         (allout-encrypt-string):
501         Support allout-encryption-plaintext-sanitization-regexps,
502         allout-encryption-ciphertext-rejection-regexps, and
503         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
504         en/de cryption mode in symmetric encryption failure message.
505         (allout-obtain-passphrase): Use copy-sequence to get a distinct
506         copy of the passphrase, and don't zero it or we'll corrupt the
507         stashed copy.
508         (allout-create-encryption-passphrase-verifier)
509         (allout-verify-passphrase): Respect the new signature for
510         allout-encrypt-string.
511         (allout-get-configvar-values): Convenience for getting a
512         configuration variable value and handling its absence gracefully.
514 2006-08-11  Romain Francoise  <romain@orebokech.com>
516         * obsolete/zone-mode.el: Delete.
518 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
520         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
522 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
524         * emacs-lisp/bindat.el (bindat-ip-to-string):
525         Use `format-network-address' if possible.
527 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
529         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
531 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
533         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
534         restore unread-command-events here.
535         (edebug-display): Do it here, to detect sit-for interruptions.
537 2006-08-10  Romain Francoise  <romain@orebokech.com>
539         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
540         (dns-mode-soa-auto-increment-serial): New user option.
541         (dns-mode-soa-maybe-increment-serial): New function.
542         (dns-mode): Add the latter to `write-contents-functions'.
544         * obsolete/zone-mode.el: Move to obsolete/ from net/.
545         Delete autoload cookies.
547 2006-08-10  John Wiegley  <johnw@newartisans.com>
549         * eshell/em-glob.el (eshell-glob-chars-list)
550         (eshell-glob-translate-alist): Add support for [^g] in character globs.
552 2006-08-10  Richard Stallman  <rms@gnu.org>
554         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
555         (facemenu-set-face): Doc fix.
556         (facemenu-listed-faces): Doc fix.
558 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
560         * avoid.el (mouse-avoidance-animating-pointer): New var.
561         (mouse-avoidance-nudge-mouse): Use it.
562         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
563         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
564         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
565         Don't activate if currently animating.  All callers changed.
567 2006-08-09  John Wiegley  <johnw@newartisans.com>
569         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
570         variable, which causes timeclock to report elapsed time worked,
571         instead of just work remaining.
573 2006-08-09  Kenichi Handa  <handa@m17n.org>
575         * international/latexenc.el (latexenc-find-file-coding-system):
576         Fix for the case that the 2nd element of arg-list is a cons.
578 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
580         * info.el (Info-fontify-node): Handle preceding `in' for note
581         reference hiding rules.
583 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
585         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
586         mistake a closing " for an opening one.
588 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
590         * term/xterm.el (terminal-init-xterm): Add more key bindings.
592 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
594         * complete.el (PC-do-completion): Filter out completions matching
595         completion-ignored-extensions before checking whether there are
596         multiple completions.
597         Don't use `list' unnecessarily when building completion tables.
599 2006-08-06  Richard Stallman  <rms@gnu.org>
601         * help.el (describe-mode): Make minor mode list more concise.
603 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
605         * bindings.el: Give mode-line-format, mode-line-modes, and
606         mode-line-position `standard-value' properties.
608 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
610         * buff-menu.el (list-buffers-noselect): For Info buffers, use
611         "(file)node" instead of the file name.
613 2006-08-05  Richard Stallman  <rms@gnu.org>
615         * faces.el (escape-glyph): Doc fix.
617 2006-08-04  Kenichi Handa  <handa@m17n.org>
619         * international/mule-diag.el (describe-font): Improve docstring
620         and error message.  Use frame-parameter (not frame-parameters).
622 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
624         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
625         Correctly mark the end-of-docstring char.
627 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
629         * simple.el (line-move-to-column): Constrain move-to-column to
630         current field.
632 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
634         * font-lock.el (font-lock-beg, font-lock-end)
635         (font-lock-extend-region-functions): New vars.
636         (font-lock-extend-region-multiline)
637         (font-lock-extend-region-wholelines): New functions.
638         (font-lock-default-fontify-region): Use them.
639         (font-lock-extend-jit-lock-region-after-change): Only round up
640         if font-lock-default-fontify-region will do it as well.
642         * font-lock.el (font-lock-extend-after-change-region-function):
643         Rename from font-lock-extend-region-function.
644         (font-lock-extend-region): Remove by inlining at call sites.
645         (font-lock-after-change-function): Don't needlessly round up to a whole
646         number of lines.
647         (font-lock-extend-jit-lock-region-after-change): Be more careful about
648         the boundary conditions and the interactions between the various ways
649         to extend the region.
651 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
653         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
654         modification status when forcing the second redisplay.
656 2006-08-03  Kim F. Storm  <storm@cua.dk>
658         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
660 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
662         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
663         doesn't look like a file name.
665         * complete.el (PC-expand-many-files): Avoid signalling an error when
666         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
668 2006-08-02  Andreas Schwab  <schwab@suse.de>
670         * bindings.el (mode-line-format): Simplify reference to vc-mode.
672 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
674         * bindings.el (map): Make mode-line-buffer-identification-keymap
675         before defining propertized-buffer-identification.
677 2006-08-01  Richard Stallman  <rms@gnu.org>
679         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
681 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
683         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
684         default value.
685         (gdb-find-source-frame): New function.
686         (menu): Add to menu bar.
688 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
690         * font-core.el (font-lock-extend-region-function)
691         (font-lock-extend-region): Move to font-lock.el.
693         * font-lock.el (font-lock-extend-region-function)
694         (font-lock-extend-region): Move from font-core.el.  Simplify.
696         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
697         if needed.
698         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
699         (jit-lock-after-change-extend-region-functions): New hook.
700         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
702         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
703         (font-lock-turn-on-thing-lock): Use it.
705         * longlines.el (longlines-show-region): Make it work on read-only
706         buffers as well.
708 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
710         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
712 2006-07-31  Richard Stallman  <rms@gnu.org>
714         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
715         (vhdl-speedbar-display-projects): Update old obsolete
716         speedbar variable names.
718 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
720         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
721         (gdb-stopped): Use it.
723         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
725 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
727         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
728         for load-history elements.
730 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
732         * files.el (convert-standard-filename): For Cygwin, replace
733         characters not allowed in Windows file names.
734         (make-auto-save-file-name): Add Cygwin to the list of systems
735         where the auto-save file name needs to be run through
736         convert-standard-filename.
738 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
740         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
742 2006-07-28  Richard Stallman  <rms@gnu.org>
744         * bindings.el (mode-line-frame-identification)
745         (propertized-buffer-identification): Centralize the code
746         to initialize the variable.
748         * progmodes/grep.el (grep-default-command): Catch errors from
749         wildcard-to-regexp.
751 2006-07-29  Kim F. Storm  <storm@cua.dk>
753         * progmodes/grep.el (grep-tag-default): New function.
754         (grep-default-command, grep-read-regexp): Use it.
755         (grep-read-files): Use car of grep-files-history or grep-files-aliases
756         as default if nothing else applies.
758 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
760         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
761         Throw error if buffer is not in Dired and Wdired mode, respectively.
763 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
765         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
766         self-insert-command keys don't activate buttons.
767         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
769 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
771         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
772         faces for enable character.
774 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
776         * Makefile.in (recompile): Update comment to reflect change
777         on 2004-04-21.
779 2006-07-27  Richard Stallman  <rms@gnu.org>
781         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
782         (customize-package-emacs-version): Change msg when pkg has no entry.
783         (custom-no-edit): On a button, do like widget-button-press.
785 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
787         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
788         S-tab and C-S-tab.
790 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
792         * progmodes/which-func.el (which-function): Fix documentation/
793         comment typo.
795 2006-07-26  Richard Stallman  <rms@gnu.org>
797         * textmodes/ispell.el (ispell-word): If we replace the word,
798         move point to the end.  Insert before deleting.
800 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
802         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
803         a timer.
805 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
807         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
808         when at first image.
809         (tumme-forward-image): Add prefix argument.  Add error when at last
810         image.
812 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
814         * tabify.el (tabify-regexp): Use more specific regexps.
815         (tabify): Avoid modifying the buffer unnecessarily.
817 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
819         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
820         (tumme-format-properties-string): Handle empty `buf'.
821         (tumme-get-comment): Change variable names inside `let'.
822         Add missing `let' variable that cause font-lock problems.
823         (tumme-write-comments): Change variable names inside `let'.
824         Add missing `let' variable that cause font-lock problems.
825         (tumme-forward-image): Rename from `tumme-forward-char'.
826         (tumme-backward-image): Rename from `tumme-backward-char'.
828 2006-07-25  Masatake YAMATO  <jet@gyve.org>
830         * progmodes/ld-script.el (ld-script-keywords)
831         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
832         and add comments.
834 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
836         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
837         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
838         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
839         for status indicator.
841 2006-07-24  Richard Stallman  <rms@gnu.org>
843         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
845         * subr.el (dolist, dotimes): Use interned symbols for locals.
846         (--dotimes-limit--, --dolist-tail--): New defvars.
847         (looking-back): Doc fix.
849         * replace.el (replace-match-string-symbols): Handle dotted lists.
851 2006-07-24  mathias  <mathias@mattis>
853         * tumme.el (tumme-write-tags): Add.
854         (tumme-write-comments): Add.
855         (tumme-tag-files): Change to use `tumme-write-tags'.
856         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
857         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
858         (tumme-save-information-from-widgets): Change to use
859         `tumme-write-comments' and `tumme-write-tags'.
860         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
861         (tumme-write-tag): Remove.
862         (tumme-write-comment): Remove.
863         (tumme-display-previous-thumbnail-original): Remove empty line.
864         (tumme-widget-list): Add punctuation.
866 2006-07-24  mathias  <mathias.dahl@gmail.com>
868         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
870 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
872         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
873         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
874         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
876 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
878         * mouse.el (mouse-on-link-p): Doc fix.
880 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
882         * emacs-lisp/find-func.el (find-function-search-for-symbol):
883         Handle "C-h f `".
885 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
887         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
888         column.
890 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
892         * textmodes/table.el: Add move-beginning-of-line and
893         move-end-of-line to Point Motion Only Group.
895 2006-07-22  Eric Hanchrow  <offby1@blarg.net>
897         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
899 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
901         * startup.el (user-mail-address): Initialize from the `EMAIL'
902         environment variable first.  Document this.
903         (command-line): Ditto.
905 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
907         * help-mode.el (help-function-def, help-variable-def)
908         (help-face-def): Print a message in the minibuffer.
910 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
912         * term/xterm.el (terminal-init-xterm): Fix key bindings
913         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
915 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
917         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
918         where `(nth 1 command)' is a cons cell.  Doc fix.
920         * textmodes/po.el (po-find-charset): Doc fix.
922 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
924         * allout.el (allout-unprotected, allout-e-o-prefix-p)
925         (allout-beginning-of-current-line, allout-end-of-current-line)
926         (allout-next-visible-heading, allout-open-topic)
927         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
928         (allout-flag-current-subtree, allout-show-to-offshoot)
929         (allout-hide-current-entry, allout-show-current-branches)
930         (allout-hide-region-body, allout-old-expose-topic)
931         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
932         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
933         containing `beginning-of-line' and `end-of-line' with
934         `inhibit-field-text-motion' t.
936 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
938         * frame.el (focus-follows-mouse): Document that it doesn't have
939         any effect on MS-Windows.
941 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
943         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
945 2006-07-20  Jay Belanger  <belanger@truman.edu>
947         * calc.el (calc-previous-alg-entry):  Remove variable.
949         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
950         New variables.
951         (calc-alg-entry): Use `calc-alg-entry-history'.
952         (calc-do-quick-calc): Use `calc-quick-calc-history'.
953         Remove reference to `calc-previous-alg-entry'.
954         (calcAlg-edit, calcAlg-enter): Remove reference to
955         `calc-previous-alg-entry'.
956         (calcAlg-previous): Use `previous-history-element' instead of
957         `calc-previous-alg-entry'.
958         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
959         Change keybinding for `calcAlg-plus-minus', add keybindings for
960         `previous-history-element' and `next-history-element'.
962         * calc-rewr.el (calc-match): Remove reference to
963         `calc-previous-alg-entry'.
965         * calc-sel.el (calc-selection-history): New variable.
966         (calc-enter-selection, calc-sel-mult-both-sides)
967         (calc-sel-add-both-sides): Use `calc-selection-history'.
969         * calc-map.el (calc-get-operator-history): New variable.
970         (calc-get-operator): Use `calc-get-operator-history'.
972         * calcalg3.el (calc-curve-fit-history): New variable.
973         (calc-curve-fit): Use `calc-curve-fit-history'.
975 2006-07-20  Kenichi Handa  <handa@m17n.org>
977         * international/mule-cmds.el (select-safe-coding-system): Fix the
978         way of deciding eol-type of the coding system.
980 2006-07-20  Alan Mackenzie  <acm@muc.de>
982         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
983         (c-lang-setvar): New macro.
984         (c-make-init-lang-vars-fun): Use the initialization forms in
985         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
986         (comment-start, comment-end, comment-start-skip): Change these from
987         c-lang-defvar's to c-lang-setvar's.
989         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
990         which calls make-local-variable on the elements of
991         c-emacs-variable-inits.
992         (c-init-language-vars-for): Call this new macro.
994 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
996         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
997         Try to rule out false positives due to time stamps.
998         (compilation-mode-font-lock-keywords): Remove rules made redundant
999         because of the above change.  Add `segmentation fault' to the known and
1000         highlighted compilation termination messages.
1002 2006-07-19  Kim F. Storm  <storm@cua.dk>
1004         * progmodes/grep.el (grep-find-ignored-directories):
1005         Add .svn and _darcs to list.
1007 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
1009         * dired.el (dired-mode-map): Add key binding `C-te' for
1010         `tumme-dired-edit-comment-and-tags'.
1012         * tumme.el (tumme-display-thumbnail-original-image): Make sure
1013         image display buffer is displayed before call to
1014         `tumme-display-image.
1015         (tumme-dired-display-image): Make sure image display buffer is
1016         displayed before call to `tumme-display-image.
1017         (tumme-mouse-display-image): Make sure image display buffer is
1018         displayed before call to `tumme-display-image.
1019         (tumme-widget-list): Add.
1020         (tumme-dired-edit-comment-and-tags): Add.
1021         (tumme-save-information-from-widgets): Add.
1023 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1025         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
1027 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1029         * progmodes/sh-script.el (sh-font-lock-keywords-1):
1030         Revert inadvertently installed patch hunk.
1032         * progmodes/compile.el (compilation-find-file): Handle the
1033         cases where the user selects a non-existent file.
1035 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1037         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
1039 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
1041         * subr.el (sit-for): Just sleep-for if noninteractive.
1043 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1045         * emacs-lisp/autoload.el (make-autoload): Use new arg.
1047         * custom.el (custom-autoload): Add `noset' argument.
1048         (custom-push-theme): Don't autoload the variable, let callers do it.
1049         (custom-theme-set-variables): Autoload the variable if necessary.
1051         * cus-edit.el (custom-variable-state-set): If the variable was
1052         originally set outside custom, but to the same value as the default,
1053         consider it to be standard.
1055         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
1056         file *before* telling Emacs to add the autoloads, in case it fails.
1058         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
1059         Use `cond', push', and `dolist'.
1061 2006-07-17  Richard Stallman  <rms@gnu.org>
1063         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
1064         Add defvars to silence warnings.
1066 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
1068         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1069         Don't highlight "Compiling file" messages as error.
1071         * dired-aux.el (dired-compress-file): Confirm again if gzipped
1072         file already exists.
1074 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
1076         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
1077         entry, don't assign to free var; simply return the extracted filename.
1078         (ff-treat-as-special): Incorporate common preamble from callers.
1079         (ff-other-file-name, ff-find-the-other-file):
1080         Update call to ff-treat-as-special.
1082         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
1084 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
1086         * tumme.el (tumme-get-comment): Fix bug.
1088 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1090         * files.el: Remove spurious * in docstrings.
1092 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
1094         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
1095         grammar.
1096         (allout-beginning-of-current-line): Beware beginning of buffer.
1097         Also, a comment is simplified.
1098         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
1099         when appropriate.  (This fix enables use for other than
1100         bullet-hotspot operation.)
1101         (allout-hide-current-subtree): While escalating to sibling-close,
1102         make sure to situate on a topic.
1104 2006-07-14  Kim F. Storm  <storm@cua.dk>
1106         * emulation/cua-base.el (cua-delete-selection)
1107         (cua-toggle-set-mark): New defcustoms.
1108         (cua-rectangle-modifier-key): Add `alt' modifier.
1109         (cua-replace-region): Don't delete if cua-delete-selection is nil.
1110         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
1111         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
1113         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
1115 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
1117         * allout.el: Require 'cl during byte-compilation/interactive load,
1118         for the `assert' macro.
1119         (allout-mode-deactivate-hook): New hook, run when allout mode
1120         deactivates.
1121         (allout-developer): New allout customization subgroup.
1122         (allout-run-unit-tests-on-load): New allout-developer
1123         customization variable, when true allout unit tests are run towards
1124         end of file load/eval.
1125         (allout-inhibit-auto-fill): Disable auto-fill activity even during
1126         auto-fill-mode.
1127         (allout-resumptions): Remove, to be replaced by...
1128         (allout-add-resumptions): Register variable settings to be
1129         reinstated by `allout-do-resumptions'.  The settings are made
1130         buffer-local, but the locality/globality of the suspended setting
1131         is restored on resumption.
1132         (allout-do-resumptions): Reinstate all settings suspended using
1133         `allout-add-resumptions'.
1134         (allout-test-resumptions): Unit tests (and intermediate variables)
1135         for resumptions.
1136         (allout-tests-globally-unbound, allout-tests-globally-true)
1137         (allout-tests-locally-true): Intermediate variables for
1138         resumptions unit tests.
1139         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
1140         (allout-exposure-category): Replaces 'allout-overlay-category variable.
1141         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
1142         instead of retired `allout-resumptions'.  For hook functions, use
1143         `local' parameter so hook settings are created and removed as
1144         buffer-local settings.  Revise (resumptions) setting
1145         auto-fill-function so it is set only if already active.  (The
1146         related fill-function settings are all made in either case, so
1147         that activating auto-fill-mode activity will have the custom
1148         allout-mode behaviors (hanging indent on topics, if configured for it).
1149         Remove all allout-exposure-category overlays on mode deactivation.
1150         (allout-hotspot-key-handler): New function extracted from
1151         `allout-pre-command-business', so the functionality can be used
1152         for other purposes, eg as a binding in an overlay.
1153         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
1154         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
1155         customization variable.
1156         (allout-run-unit-tests): Run the (currently quite small)
1157         repertoire of unit tests.  Called just before the provide iff user
1158         has customized `allout-run-unit-tests-on-load' non-nil.
1160 2006-07-14  K\e,Aa\e(Broly L\e,Bu\e(Brentey  <lorentey@elte.hu>
1162         * emacs-lisp/authors.el (authors-aliases): Update.
1164 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
1166         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
1167         gdb-source-window.  Add dedicated argument.
1168         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
1169         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
1170         (gdb-display-threads-buffer, gdb-display-memory-buffer)
1171         (gdb-display-locals-buffer): Use it.
1173         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
1174         Set gdb-source-window.
1176 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1178         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
1179         minor modes, redundant with the custom-autoload line above.
1181 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
1183         * longlines.el (longlines-post-command-function): Handle open-line too.
1185 2006-07-12  Richard Stallman  <rms@gnu.org>
1187         * progmodes/grep.el (grep-last-buffer): Doc fix.
1189         * info.el (Info-try-follow-nearest-node): Doc fix.
1191         * emacs-lisp/edebug.el (edebug-instrument-function):
1192         Err if find-function-noselect gives no position.
1194         * emacs-lisp/find-func.el (find-function-search-for-symbol):
1195         If can't find definition, return nil for position.
1196         (find-function-do-it): Handle new return value
1197         of find-definition-noselect.
1198         (find-definition-noselect, find-variable-noselect): Doc fix.
1199         (find-function-noselect): Doc fix.
1201         * help-mode.el (help-variable-def): Handle find-variable-noselect
1202         returning no position.
1203         (help-function-def): Likewise for find-function-search-for-symbol.
1204         (help-face-def): Likewise.
1206         * help-fns.el (describe-variable): Handle find-variable-noselect
1207         returning no position.
1209         * files.el (locate-file-completion): Avoid duplicates in result.
1211         * cus-edit.el (custom-no-edit): New command.
1212         (custom-mode-map): Remap to custom-no-edit instead of
1213         using suppress-keymap.
1215 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
1217         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1218         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1219         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
1221         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
1223 2006-07-11  Kim F. Storm  <storm@cua.dk>
1225         * ido.el (ido-copy-current-file-name): Use buffer-name if
1226         buffer-file-name is nil.
1228 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
1230         * simple.el (undo-ask-before-discard): Set to nil.
1232         * vc.el (vc-exec-after): Don't delete process manually.
1233         (vc-print-log): Run log-view-mode in process sentinel inside
1234         inhibit-read-only.  Don't shrink window due to timing issues.
1236         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
1237         Avoid using with-output-to-temp-buffer, which clobbers local vars.
1239 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1241         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1242         Fix ambiguity introduced by last change.
1243         (compilation-find-file): Move save-excursion to where it may
1244         make sense.  Fix a left over `find-file'.
1246 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
1248         * textmodes/texinfmt.el (texinfo-format-separate-node):
1249         Insert a string before point, which fits documentation, not after.
1250         (texinfo-multitable-item): In a multitable row, insert any
1251         additional needed @tabs and spaces.
1253 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
1255         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1256         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1257         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
1258         instead of shell-command.
1259         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
1260         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
1261         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
1262         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
1263         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
1264         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
1266 2006-07-11  Kim F. Storm  <storm@cua.dk>
1268         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
1269         Remove special case for seconds < 0.  Use (redisplay t) instead.
1271 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
1273         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
1274         avoid compilation error.
1276         * subr.el (sit-for): New function.
1278         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
1280 2006-07-10  Richard Stallman  <rms@gnu.org>
1282         * ldefs-boot.el (edebug): Update page.
1284 2006-07-10  Kim F. Storm  <storm@cua.dk>
1286         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
1287         to FOR-RELEASE and TODO.
1289 2006-07-10  Romain Francoise  <romain@orebokech.com>
1291         * emacs-lisp/authors.el (authors-aliases): Update.
1293 2006-07-10  Alan Mackenzie  <acm@muc.de>
1295         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
1296         * cc-mode.el: Changes to eradicate eval-after-load.
1298 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
1300         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
1301         on non-char events.
1303 2006-07-09  Romain Francoise  <romain@orebokech.com>
1305         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1306         Don't highlight start/end markers as compilation messages.
1308         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
1309         to t.
1311 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1313         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
1315 2006-07-08  Richard Stallman  <rms@gnu.org>
1317         * term/x-win.el (x-handle-display): Add doc string.
1319         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1321         * subr.el (def-edebug-spec): Move here.
1322         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
1324         * imenu.el (imenu-choose-buffer-index): Doc fix.
1326 2006-07-08  Romain Francoise  <romain@orebokech.com>
1328         * term/x-win.el (x-display-name): Fix typo.
1330 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
1332         * hexl.el (hexl-find-file): Doc fix.
1334         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1336 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
1338         * term/x-win.el (x-display-name): Doc fix.
1340 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1342         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
1343         long prefixes.
1344         (fill-region-as-paragraph): Don't round up to a whole line.
1345         (fill-comment-paragraph): Don't include the code-before-the-comment
1346         when calling fill-region-as-paragraph.
1348         * international/mule.el (make-char): Remove redundancy.
1350         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
1351         property may contain an anonymous function rather than a symbol.
1353         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
1355         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1356         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
1358         * dirtrack.el (dirtrack-default-directory-function): Remove.
1359         (dirtrack-directory-function): Use file-name-as-directory.
1360         (dirtrack-windows-directory-function): Simplify.
1361         (dirtrack-forward-slash, dirtrack-backward-slash)
1362         (dirtrack-replace-slash): Remove.
1363         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
1364         (dirtrack): Fix wrong parenthesizing; use match-string.
1366         * progmodes/octave-inf.el: Remove spurious * in docstrings.
1367         (inferior-octave-mode): Only change the buffer-local value of
1368         comint-dynamic-complete-functions.
1369         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
1370         Move the initialization to the declaration.
1371         (inferior-octave-complete): Remove unused var `filter'.
1373         * shell.el (shell-mode): Only change the buffer-local value of
1374         comint-dynamic-complete-functions.
1376 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
1378         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
1379         entry is skipped because it has been scheduled.
1380         (org-prepare-agenda-buffers): Don't mark buffers as modified when
1381         changing `:org-archived' and `:org-comment' properties.
1383 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
1385         * server.el (server-select-display): Don't make the temp frame
1386         minibuffer-only, in case it's not a temp frame.
1387         (server-process-filter): Don't delete the temp frame if it's the
1388         only one we have on that display.
1390         * files.el (find-alternate-file): Doc fix.
1392 2006-07-05  Richard Stallman  <rms@gnu.org>
1394         * files.el (abbreviate-file-name): Add save-match-data.
1396 2006-07-03  Richard Stallman  <rms@gnu.org>
1398         * faces.el (read-face-name): Doc fix.
1400 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
1402         * net/goto-addr.el (goto-address): Mark as safe for local evals.
1404 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
1406         * vc.el (vc-diff-internal): Fix prev change.
1408 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
1410         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
1411         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
1413 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1415         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
1416         fails if the symbol contains chars like ( or '.
1417         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
1418         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
1419         `short'.
1421 2006-07-04  Kenichi Handa  <handa@m17n.org>
1423         * international/mule-cmds.el (set-language-info): If LANG-ENV is
1424         the current one, don't call set-language-environment, but call one
1425         of set-language-environment-XXX to make INFO effective now.
1426         (set-language-environment): Call set-language-environment-XXX
1427         functions instead of doing the various setups directly.
1428         (set-language-environment-coding-systems): Delete argument eol-type.
1429         (set-language-environment-input-method)
1430         (set-language-environment-nonascii-translation)
1431         (set-language-environment-charset)
1432         (set-language-environment-fontset)
1433         (set-language-environment-unibyte): New functions.
1435 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
1437         * locate.el (locate-update-when-revert): New option.
1438         (locate-update-path): New option (suggested by Michael Albinus).
1439         (locate-prompt-for-command): Whitespace change.
1440         (locate-update): No longer offer to update the locate database by
1441         default.  Implement the two new options.
1443 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
1445         * tooltip.el: Move comment about track-mouse...
1447         * progmodes/gud.el: ...to here.
1449 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
1451         * facemenu.el (facemenu-listed-faces): New var.
1452         (facemenu-unlisted-faces): Variable deleted.
1453         (facemenu-add-new-face): Use facemenu-listed-faces.
1455         * emulation/viper-init.el, calendar/calendar.el:
1456         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
1458 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
1460         * textmodes/org.el (org-mode): Remove no invalid settings for
1461         calc embedded mode.
1462         (org-mode-p): New defsubst.
1463         (org-save-all-org-buffers): New function.
1464         (org-first-headline-recenter): Enclose outline-regexp in group
1465         delimiters.
1466         (org-set-tags): Keep single space after stars.
1468 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1470         * window.el (set-window-text-height): Only set window-min-height to
1471         1 if that's the requested size.
1473         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
1474         (diff-unified->context, diff-context->unified)
1475         (diff-reverse-direction): Make sure the end marker stays at the end.
1476         (diff-mode): Add the keymap table at the end of docstring.
1477         Use lexical-let rather than constructing a closure manually.
1479         * files.el (find-file-noselect-1): Remove unused var assignment.
1480         (hack-local-variables-confirm): Print lists of strings as lists of
1481         strings rather than lists of symbols.
1482         (abbreviate-file-name, hack-local-variables-prop-line):
1483         Use match-string.
1484         (hack-one-local-variable): Move `make-local-variable' nearer its use.
1485         (recover-session-finish): Use line-end-position.
1487 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
1489         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
1491 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
1493         * progmodes/make-mode.el (makefile-macroassign-regex):
1494         Accept preceding keyword.
1495         (makefile-gmake-statements): Reorganize, now that makepp has
1496         "override" and also handle forgotten "override define".
1497         (makefile-makepp-statements): Add new "global", "override export"
1498         and "override global".
1500 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
1502         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
1503         (ada-compile-mouse-goto-error, ada-deactivate-properties)
1504         (ada-no-auto-case): Fix typos in docstrings.
1506 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
1508         * info.el (Info-find-node-2): Search for makeinfo version more
1509         carefully.
1511 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
1513         * textmodes/org.el (org-prepare-agenda-buffers):
1514         Use `invisible-OK' argument for `org-end-of-subtree'.
1515         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
1516         (org-beginning-of-item): Fix bug in regular expression for white line.
1517         (org-export-as-html): Enforce space after bullet in plain list items.
1518         (org-set-autofill-regexps): Require space after plain list bullet
1519         for paragraph-start.
1520         (org-ts-regexp3): New constant.
1521         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
1522         (org-timestamp-up-day, org-timestamp-down-day)
1523         (org-timestamp-change): Work with inactive timestamps.
1524         (org-ts-regexp1): Don't allow brackets in time stamps.
1526 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
1528         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
1529         for ignoring links.
1531         * faces.el (read-face-name): Use it.
1533 2006-06-28  Juri Linkov  <juri@jurta.org>
1535         * buff-menu.el (list-buffers-noselect): Compare Info file
1536         with the string "dir" to detect Info directory.
1538         * complete.el (partial-completion-mode): In lambda for
1539         `choose-completion-string-functions' use full function signature
1540         with 4 args, and move point to the end of the minibuffer only if arg
1541         `mini-p' is non-nil.
1543 2006-06-28  John Paul Wallington  <jpw@pobox.com>
1545         * ibuffer.el (ibuffer-mode): Doc fix.
1547 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
1549         * textmodes/org.el (org-context): New contexts :item-bullet,
1550         :latex-fragment, :latex-preview.
1551         (org-overlays-at, org-overlay-start, org-overlay-end):
1552         New compatibility functions.
1553         (org-inside-LaTeX-fragment-p): More accurate matching, using the
1554         exact regexp that will be used during export.
1555         (org-latex-regexps): New variable.
1556         (org-cdlatex-mode): Improve advice for `texmathp'.
1557         (turn-on-org-cdlatex): New function.
1559 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1561         * term/mac-win.el (mac-handle-font-selection): Change keys of
1562         mac-atsu-font-table from strings to numbers.
1563         (mac-ts-caret-position): Use also when cursor-type is nil.
1564         (mac-ts-update-active-input-area): Add Mac OS Classic support.
1565         Relax condition for using overlay strings.
1566         Use mac-ts-caret-position face when cursor-type is nil.
1568 2006-06-26  Kim F. Storm  <storm@cua.dk>
1570         * help.el (view-emacs-news): Declare `res' in the right let* form.
1572 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
1574         * net/rcompile.el (remote-compile): Replace ange-ftp based
1575         implementation by Tramp functions.
1576         Suggested by Marc Abramowitz <msabramo@gmail.com>.
1578         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
1580 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
1582         * international/fontset.el (setup-default-fontset): Fix a typo in
1583         the "Oriya-Akruti" registry name.
1585 2006-06-23  Lars Hansen  <larsh@soem.dk>
1587         * desktop.el (desktop-full-file-name): New function.
1588         (desktop-kill, desktop-save, desktop-remove, desktop-read)
1589         (desktop-revert): Use it.
1590         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
1591         (desktop-after-read-hook): Add option list-buffers.
1592         (desktop-locals-to-save): Add tab-width.
1593         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
1594         Fix docstring.
1596 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
1598         * textmodes/org.el (org-cdlatex-mode-map)
1599         (org-cdlatex-texmathp-advice-is-done): New variables.
1600         (org-cdlatex-mode): New minor mode.
1601         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
1602         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
1603         (org-export-with-archived-trees): New option.
1604         (org-open-file): Remove the call to `convert-standard-filename'.
1605         (org-archive-tag, org-agenda-skip-archived-trees)
1606         (org-cycle-open-archived-trees)
1607         (org-sparse-tree-open-archived-trees): New options.
1608         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
1609         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
1610         New functions.
1611         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
1612         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
1613         (org-mode-map): Add binding for `org-toggle-archive-tag'.
1614         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1615         Call `org-prepare-agenda-buffers'.
1616         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
1617         (org-file-apps, org-file-apps-defaults-gnu)
1618         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
1619         Handle remote files by forcing them to be opened in Emacs.
1621 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
1623         * vc.el (vc-diff-knows-L): New variable.
1624         (vc-diff-internal): Use it to handle "diff" programs that don't
1625         understand -L.  This works automatically, no user action is necessary.
1627 2006-06-23  Daniel Brockman  <daniel@brockman.se>
1629         * net/rcirc.el (rcirc-default-user-full-name): Default to
1630         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
1631         longer exists).
1632         (rcirc-process-list): Check `buffer-live-p' before attempting to
1633         switch to a buffer.
1635 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
1637         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
1638         based on rcirc-coding-system-alist.
1640 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
1642         * cus-edit.el (customize-apropos): A better error message.
1643         (top level) <debug-ignored-errors>: Extend and update the list of
1644         ignored error messages.
1646 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
1648         * complete.el (PC-do-completion): Retain capitalization of user
1649         input, when possible, even if completion-ignore-case is set.
1651 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
1653         * generic-x.el (bat-generic-mode): Support .cmd files.
1655         * dos-w32.el (top level): Use find-file-not-found-functions
1656         instead of the obsolete find-file-not-found-hooks.
1658 2006-06-22  Kim F. Storm  <storm@cua.dk>
1660         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
1661         to recognize mode name containing submodes, such as Grep/lw.
1663 2006-06-21  Kim F. Storm  <storm@cua.dk>
1665         * simple.el (line-move-1): Check for move-end-of-line instead of
1666         end-of-line when setting temporary-goal-column.
1668 2006-06-21  Miles Bader  <miles@gnu.org>
1670         * play/cookie1.el (cookie): Work properly when there's only one entry.
1672 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
1674         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
1675         (gdb-frame-handler): Generalize frame regexp for templates.
1677 2006-06-20  Glenn Morris  <rgm@gnu.org>
1679         * calendar/appt.el (appt-display-format): Default value must be
1680         one of the customize options.
1682 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
1684         * term/xterm.el (terminal-init-xterm): Update key availability info.
1685         Bind C-return.
1687         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
1689 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
1691         * files.el (hack-local-variables): Run `hack-local-variables-hook'
1692         whether or not a local variables list is defined.
1694         * msb.el (msb): Move `sit-for' hack here to handle both
1695         "mouse-down and drag" and "mouse-up and select" situations.
1696         (mouse-select-buffer): Move `sit-for' hack to `msb'.
1698 2006-06-20  Kenichi Handa  <handa@m17n.org>
1700         * international/characters.el (word-combining-categories):
1701         Add entries for 2-byte Han characters.
1703 2006-06-19  Richard Stallman  <rms@gnu.org>
1705         * bindings.el (mode-line-format): Save some mode line space.
1707         * files.el (find-file-noselect): Improve the question wording.
1708         (basic-save-buffer-2): Mask UMASK against 666.
1710         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
1711         (mouse-drag-vertical-line): Call it.
1713         * cus-edit.el (customize-option, customize-option-other-window):
1714         Error if SYMBOL is nil.
1716 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
1718         * textmodes/org.el: Require noutline, also on XEmacs.
1719         (org-end-of-subtree): Return point.
1720         (org-dblock-start-re, org-dblock-end-re): New constants.
1721         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
1722         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
1723         (org-update-all-dblocks, org-find-dblock): New functions.
1724         (org-collect-clock-time-entries): New function.
1725         (org-html-handle-time-stamps): Never export CLOCK timeranges.
1726         (org-fixup-indentation): Modify to deal correctly with lines
1727         starting with TAB.  Only one argument DIFF now.
1728         (org-demote, org-promote): Call `org-fixup-indentation' with just
1729         one argument, DIFF.
1730         (org-mode): Don't mark buffer as modified when aligning tables.
1731         (org-clock-sum): Don't mark buffer modified when adding time sum
1732         properties.
1733         (org-export-as-html): Add support for a link validation function.
1734         (org-archive-all-done): New function.
1735         (org-archive-subtree): New prefix argument.  When set, archive all
1736         done subtrees in this buffer.
1737         (org-remove-clock-overlays)
1738         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
1739         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
1740         (org-put-clock-overlay): Don't swallow last headline character
1741         when displaying overlay.
1742         (org-store-link): Link to `image-mode' with just the file name.
1744 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
1746         * viper-cmd.el (viper-special-read-and-insert-char):
1747         Use read-key-sequence.
1748         (viper-after-change-undo-hook): Misc enhancements.
1749         (viper-after-change-undo-hook): New hook.
1750         (viper-undo): Use viper-after-change-undo-hook.
1751         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
1752         (viper-next-line-at-bol): If point is on a widget or a button, simulate
1753         clicking on that widget/button.
1755         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
1757         * ediff-diff (ediff-test-patch-utility): Catch errors.
1758         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
1759         (ediff-set-actual-diff-options): New function.
1760         (ediff-reset-diff-options, ediff-toggle-ignore-case):
1761         Use ediff-set-actual-diff-options.
1762         (ediff-extract-diffs): Catch errors.
1763         (ediff-whitespace): Add non-breakable space.
1764         (ediff-same-file-contents): Catch errors.
1766         * ediff-mult.el (ediff-collect-custom-diffs):
1767         Save coding-system-for-read.
1769         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
1770         (ediff-vc-internal, ediff-vc-merge-internal):
1771         Use ediff-delete-version-file.
1772         (ediff-delete-version-file): New function.
1774         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
1776         * ediff.el (ediff-directories, ediff-directory-revisions)
1777         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
1778         (ediff-directories-internal, ediff-merge-directory-revisions)
1779         (ediff-merge-directory-revisions-with-ancestor)
1780         (ediff-directories3): Use read-directory-name.
1782 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
1784         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
1785         Remove superfluous part of regexp for brace matching which is handled
1786         by `scan-lists' call.
1788 2006-06-16  Richard Stallman  <rms@gnu.org>
1790         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
1792         * files.el (basic-save-buffer-2): For a new precious file,
1793         use the default modes in the return value.
1795         * facemenu.el (facemenu-color-alist): Doc fix.
1797         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
1799 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1801         * cus-start.el (all): Add mac-ts-script-language-on-focus.
1803         * term/mac-win.el (mac-text-encoding-ascii): New constant.
1804         (mac-utxt-to-string): Use it.
1805         (mac-ts-update-active-input-area): Use mac-ae-number.
1807 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
1809         * term.el (term-handle-scroll, term-delete-lines)
1810         (term-insert-lines): Fix off by one errors.
1812 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
1814         * net/tramp.el (tramp-touch): Use UTC to express time.
1816 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
1818         * mail/sendmail.el (mail-send): Search explicitly for
1819         mail-header-separator when checking for corrupted header lines.
1821 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
1823         * progmodes/gdb-ui.el (gdb-same-frame): New option.
1824         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
1825         (gdb-init-1): Initialise them.
1826         (gdb-starting): Reset gdb-printing
1827         (gdb-starting): Save value of gud-overlay-arrow-position.
1828         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
1829         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
1830         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
1831         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
1833 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1835         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
1837 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
1839         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
1840         (ldap-search-internal): Keep error messages, and a regexp fix.
1842 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
1844         * files.el (hack-local-variables-confirm):
1845         Display string value using its printed representation.
1847 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
1849         * server.el (server-edit): No-op if no server buffers exist.
1851 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
1853         * textmodes/page-ext.el (pages-directory-for-addresses):
1854         Including `pages-directory-address-mode' in the function results
1855         in the message "Buffer in which pages were found is deleted".
1857 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
1859         * textmodes/org.el (org-agenda-mode-map): Add bindings for
1860         clocking functions.
1862         (org-agenda-clock-in, org-check-running-clock)
1863         (org-clock-out-if-current, org-remove-clock-overlays)
1864         (org-put-clock-overlay): New functions.
1865         (org-clock-marker, org-clock-file-total-minutes)
1866         (org-clock-overlays): New variables.
1867         (org-clock-display, org-clock-sum, org-clock-cancel)
1868         (org-clock-out, org-clock-in): New commands.
1869         (org-export): New function.
1870         (org-emph-re): New constant.
1871         (org-set-emph-re, org-do-emphasis-faces): New functions.
1872         (org-emphasis-regexp-components, org-emphasis-alist): New options.
1873         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1874         (org-export-html-convert-emphasize): Use the configurable emphasis.
1875         (org-cleaned-string-for-export): Make multiline emphasis visible
1876         to the exporter.  New optional argument PARAMETERS.
1877         (org-export-as-html): Specify :emph-multiline parameter to
1878         `org-cleaned-string-for-export'.
1880 2006-06-10  Richard Stallman  <rms@gnu.org>
1882         * help.el (help-for-help-internal): Clean up help text.
1884 2006-06-10  Andreas Schwab  <schwab@suse.de>
1886         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
1887         in doc string.
1889         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
1891 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
1893         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
1894         spaces after the comment start.
1896 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1898         * play/pong.el (pong-init-buffer):
1899         Fill buffer with spaces instead of ^A.
1901         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
1902         launched asynchronously, delete its process instead of being cool.
1903         (ispell-async-processp): Check for `delete-process' existence
1904         instead of `kill-process' one for consistency.
1906 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
1908         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
1909         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
1910         in mode line at startup.
1912 2006-06-08  Kim F. Storm  <storm@cua.dk>
1914         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
1915         (ido-init-completion-maps): Bind them to M-SPC and M-v.
1916         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
1917         (ido-file-internal): Pass full file name to write-file.
1918         (ido-read-internal): Only pop stack elements automatically if they
1919         actually match an existing directory or file name.
1921 2006-06-07  Kenichi Handa  <handa@m17n.org>
1923         * international/mule.el (find-auto-coding): Don't handle the short
1924         name `char-trans'.
1926         * files.el (hack-local-variables-prop-line)
1927         (hack-local-variables): Cancel the previous change.
1929 2006-06-06  Jesper Harder  <harder@phys.au.dk>
1931         * ediff-diff.el (ediff-test-utility): Protect against file-error.
1933 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
1935         * diff-mode.el (diff-mode): Set buffer-read-only to t when
1936         diff-default-read-only is non-nil.
1937         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
1938         (diff-refine-hunk): Set inhibit-read-only to t.
1940         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
1941         modifying the *Diff* buffer.
1942         (diff-process-filter): New filter function for diff process that
1943         sets inhibit-read-only to t when modifying the *Diff* buffer.
1945 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
1947         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
1948         insertion point and control the number of empty lines.
1949         (org-paste-subtree): Limit the number of empty lines at the end of
1950         the inserted tree.
1951         (org-agenda): Use buffer name of current file for narrowing.
1952         (org-export-as-xml): Command removed.
1953         (org-export-xml-type): Option removed.
1954         (org-mode-map): Call `org-export-as-xoxo' directly.
1955         (org-get-indentation): New optional argument LINE.
1956         (org-fix-indentation, org-remove-tabs): New functions.
1957         (org-export-as-ascii, org-ascii-level-start): Determine and apply
1958         correct indentation for headlines that are converted it items.
1959         (org-skip-comments): Remove table lines that contain narrowing
1960         cookies but no other non-empty fields.
1961         (org-set-tags): Allow groups of mutually exclusive tags.
1962         (org-cmp-time): Sort 24:21 before items without time.
1963         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
1964         (org-open-at-point): Require double colon also for numbers.
1966 2006-06-06  Kim F. Storm  <storm@cua.dk>
1968         * ido.el (ido-default-file-method, ido-default-buffer-method):
1969         Make choice values consistent with corresponding command names.
1970         (ido-visit-buffer): Update accordingly.  Default to selected-window.
1972 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
1974         * progmodes/gud.el (gud-running): Fix doc string.
1975         (gud-menu-map): Use :visible instead fo :enable for debugger test.
1976         (gud-tooltip-modes): Add python-mode.
1977         (gud-tooltip-print-command): Add pdb.  Remove perldb.
1979 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
1981         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
1982         Quote $(EMACS).
1984 2006-06-05  Richard Stallman  <rms@gnu.org>
1986         * faces.el (defined-colors): Doc fix.
1988 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
1990         * vc.el (vc-process-filter): Inhibit undo info collection around
1991         call to insert.
1992         (vc-setup-buffer): Likewise for call to erase-buffer.
1993         (vc-do-command): Likewise for call to process-file.
1995 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
1997         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
1998         for gud-go.
1999         (gud-common-init): Other debuggers may trigger error.
2001 2006-06-05  Kenichi Handa  <handa@m17n.org>
2003         * international/mule.el (find-auto-coding):
2004         Handle enable-character-translation in file header.
2006 2006-06-04  Kim F. Storm  <storm@cua.dk>
2008         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
2009         (authors-fixed-entries): Fix spelling.
2010         (authors-canonical-file-name): Don't report error for wildcards.
2012         * help.el (view-emacs-news): Rewrite to support new NEWS,
2013         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
2014         e.g. version 10 matches 1.10, and don't be confused by version 1.1
2015         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
2017 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
2019         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
2020         exec constructs like `foo bar`.
2021         (sh-quoted-subshell): New helper function to search for a possibly
2022         nested subshell (like `` or $()) within a "" quoted string.
2023         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
2024         (sh-apply-quoted-subshell): Flag quote characters inside a
2025         subshell, which is itself already in a quoted region, as
2026         punctuation, since this is the closest to what they actually are.
2027         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
2028         sh-apply-quoted-subshell.
2029         (sh-font-lock-syntactic-face-function): Apply the new face for
2030         text inside `` instead of the old font-lock-string-face.
2032 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2034         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
2035         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
2036         (mac-bytes-to-text-range, mac-ae-text-range-array)
2037         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
2038         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
2039         (mac-ts-unicode-for-key-event): New functions.
2040         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
2041         (mac-handle-font-selection): Use mac-ae-number.
2042         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
2043         New variables.
2044         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
2045         (mac-ts-converted-text, mac-ts-selected-converted-text)
2046         (mac-ts-block-fill-text, mac-ts-outline-text)
2047         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
2048         (mac-ts-hilite-style-faces): New constant.
2049         (mac-apple-event-map): Bind text input events.
2050         (mac-dispatch-apple-event): Use command-execute instead of
2051         call-interactively.
2052         (global-map): Don't bind mac-apple-event.
2053         (special-event-map): Bind mac-apple-event.
2055 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
2057         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
2058         file name.
2059         (emacs): Enclose the value of $(EMACS) in quotes.
2061 2006-06-02  Juri Linkov  <juri@jurta.org>
2063         * international/mule.el (sgml-html-meta-auto-coding-function):
2064         Remove the condition `(search-forward "<html" size t)'.
2065         Replace `\"' with `[\"']?' in `re-search-forward'.
2067 2006-06-02  Kenichi Handa  <handa@m17n.org>
2069         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
2070         as well as `coding'.
2071         (hack-local-variables): Likewise.
2073         * international/mule.el (enable-character-translation):
2074         Put permanent-local and safe-local-variable properties.
2075         (find-auto-coding): Handle char-trans: tag.
2077 2006-06-02  Juri Linkov  <juri@jurta.org>
2079         * international/mule.el (sgml-html-meta-auto-coding-function):
2080         Limit the search by the end of the HTML header (if any).
2082 2006-06-01  Richard Stallman  <rms@gnu.org>
2084         * subr.el (with-current-buffer): Doc fix.
2086 2006-06-02  Masatake YAMATO  <jet@gyve.org>
2088         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
2089         Almost rewrite.  Underlines over all lines of gcov output are too
2090         uncomfortable to read.  Suggested by Dan Nicolaescu.
2092 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
2094         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
2096         * shell.el (shell-mode): Use shell-mode-map in docstring.
2098         * comint.el (comint-send-input): Do not add help-echo and
2099         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
2101 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2103         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
2105 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
2107         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
2108         (gdb-stopped, gdb-info-stack-custom): If there is no source info
2109         look up the stack and pop up GUD buffer if necessary.
2110         (gdb-frames-select): Remove redundant call to gud-display-frame.
2111         (gdb-info-threads-custom): Keep point at start of buffer.
2112         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
2114 2006-05-31  Juri Linkov  <juri@jurta.org>
2116         * replace.el (query-replace-read-from, query-replace-read-to):
2117         Bind `history-add-new-input' to nil.  Call `add-to-history'.
2119 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
2121         * textmodes/table.el: Convert all HTML tags to lower case for
2122         XHTML compatibility.
2124 2006-05-31  Masatake YAMATO  <jet@gyve.org>
2126         * progmodes/compile.el:
2127         (compilation-error-regexp-alist-alist::gcov-called-line):
2128         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
2130 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
2132         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
2133         Revert inadvertent changes made with last commit.
2135 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
2137         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
2138         New functions.
2140         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
2142 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
2144         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
2145         only matches in the right place.
2146         (org-upcoming-deadline): New face.
2147         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
2148         (org-export-ascii-underline): Rename constant `org-ascii-underline'
2149         and make it an option.
2150         (org-export-ascii-bullets): New option.
2151         (org-export-as-html): Many changes to emit valid XHTML.
2152         (org-par-open): New variable.
2153         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
2154         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
2155         (org-timeline): Pass `org-timeline-show-empty-dates' to
2156         `org-get-all-dates'.  Interpret empty dates returned by
2157         `org-get-all-dates'.
2158         (org-get-all-dates): New argument EMPTY.  Add dates without
2159         entries to the list, mark large ranges of empty dates.
2160         (org-point-in-group, org-context): New functions.
2162 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
2164         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
2166         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
2167         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
2168         to C-mouse-3 (for 2 button mice).
2169         (gdb-send): Do the right thing for C-d.
2171         * speedbar.el (speedbar-detach): Delete.
2172         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
2173         it breaks things.
2174         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
2176 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
2178         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
2179         Makeppfile.
2181         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2182         Add makepp diagnostic.
2184 2006-05-29  Richard Stallman  <rms@gnu.org>
2186         * window.el (fit-window-to-buffer): Doc fix.
2188         * help.el (temp-buffer-max-height): Doc fix.
2190         * subr.el (with-current-buffer): Doc fix.
2192 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2194         * term/x-win.el: Bind F10 to menu-bar-start if available.
2196 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
2198         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
2199         uses with a simple test.
2200         (term-set-escape-char, term-mode, term-check-kill-echo-list)
2201         (term-send-raw-string, term-send-raw, term-mouse-paste)
2202         (term-char-mode, term-line-mode, term-exec, term-sentinel)
2203         (term-handle-exit, term-read-input-ring)
2204         (term-previous-matching-input-string)
2205         (term-previous-matching-input-string-position)
2206         (term-previous-matching-input-from-input)
2207         (term-replace-by-expanded-history, term-send-input)
2208         (term-skip-prompt, term-bol, term-send-invisible)
2209         (term-kill-input, term-delchar-or-maybe-eof)
2210         (term-backward-matching-input, term-check-source)
2211         (term-proc-query, term-emulate-terminal)
2212         (term-handle-colors-array, term-process-pager, term-pager-line)
2213         (term-pager-bob, term-unwrap-line, term-word)
2214         (term-dynamic-complete-filename)
2215         (term-dynamic-complete-as-filename)
2216         (term-dynamic-simple-complete): Replace one arm ifs with whens or
2217         unlesses.
2219 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2221         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
2222         during bootstrapping.
2224         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
2225         Basically undo the change of 2006-05-26: use extra arguments instead of
2226         dynamic scoping.
2227         (ewoc-locate): Remove unused var `footer'.
2229 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2231         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
2233         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
2234         (generate-file-autoloads): Obey it.  Return whether autoloads were
2235         added at point or not.
2236         (update-file-autoloads): Use this new return value.
2237         Remove redundant test for the presence of an autoload cookie.
2239         * emacs-lisp/autoload.el (autoload-find-file): New fun.
2240         This one calls hack-local-variables.
2241         (generate-file-autoloads, update-file-autoloads): Use it.
2243         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
2244         (bibtex-sort-entry-class): Add safe-local-variable predicate.
2245         (bibtex-sort-entry-class-alist): Don't set the global value.
2246         (bibtex-init-sort-entry-class-alist): New fun.
2247         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
2248         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
2249         of bibtex-init-sort-entry-class.
2251 2006-05-28  Richard Stallman  <rms@gnu.org>
2253         * subr.el (load-history-regexp): If FILE is relative, insist
2254         entire last name component must match it.
2255         (load-history-filename-element, load-history-regexp): Doc fixes.
2257 2006-05-29  Kim F. Storm  <storm@cua.dk>
2259         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
2260         `pos' and `raw-data' for clarity, as eval forms may access these.
2262 2006-05-28  Kim F. Storm  <storm@cua.dk>
2264         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
2266 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2268         * progmodes/make-mode.el (makefile-browser-map)
2269         (makefile-mode-syntax-table): Move initialization inside declaration.
2270         (makefile-fill-paragraph): Use the default comment-filling code.
2272 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
2274         * replace.el (query-replace-defaults): New variable.
2275         (query-replace-read-from): Use `query-replace-defaults' for
2276         default value, instead of history list.
2277         (query-replace-read-to): Update `query-replace-defaults'.
2279 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
2281         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
2282         with no X toolkit.
2284 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
2286         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
2287         (tumme-show-all-from-dir): Add autoload.
2289 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
2291         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
2292         (tumme-remove-tag): Fix bug.
2294 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
2296         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
2297         FOOTER args.  Update unique caller.
2298         (ewoc-delete): Compute last node once before looping.
2299         (ewoc--node-branch): Merge into unique caller.
2300         (ewoc--node): Don't define constructor make-ewoc--node for this
2301         structure.
2302         (ewoc): Add member `hf-pp' to this structure.
2303         (ewoc--wrap): New func.
2304         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
2305         header/footer pretty-printers.  Save header/footer pretty-printer.
2306         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
2308         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
2310 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
2312         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
2313         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
2314         Tag'.  Change "Compare directories..." to "Change Directories...".
2315         Move tumme commands to Operate, Regexp and Immediate menus.
2316         Change "Add Comment" to "Add Image Comment".  Change "Add Image
2317         Tag" to "Add Image Tags".
2319         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
2320         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
2321         `tumme-delete-tag'.
2323 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
2325         * shell.el (shell-mode): Call shell-dirtrack-mode after
2326         list-buffers-directory is made a local variable, to avoid setting
2327         the default value.
2329 2006-05-26  Kevin Ryde  <user42@zip.com.au>
2331         * info.el (Info-index-next): Use where-is-internal to report
2332         actual binding of Info-index-next, rather than hard-coded `,'.
2334 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
2336         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
2337         and "Find Command in Manual" to here.
2339         * buff-menu.el (list-buffers-noselect): For Info buffers, use
2340         Info-current-file as the file name.
2342 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
2344         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
2345         overrides will now be done a different way.
2346         (ses-set-parameter): Reapply this function for undo.
2347         (ses-set-header-row): Reconstruct header row during undo.
2348         (ses-widen): New function.
2349         (ses-goto-data, ses-reconstruct-all): Use new function.
2350         (ses-command-hook): Widen buffer during undo, before unupdating
2351         the cells.
2352         (ses-insert-row, ses-delete-row): Widen buffer during undo.
2353         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
2354         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
2355         formula hasn't been executed yet.
2357 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2359         * comint.el (comint-kill-whole-line): Rename arg to count.
2360         Fix doc string.
2362 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
2364         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
2365         to copy-file.
2367 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2369         * simple.el (toggle-truncate-lines): Make arg optional for
2370         backward compatibility.
2372 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
2374         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
2375         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
2376         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
2377         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
2378         (ewoc--adjust): Use ewoc--current-dll.
2379         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
2381 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
2383         * textmodes/org.el (org-next-item, org-previous-item): Emit more
2384         compact error message.
2385         (org-tags-view): Refresh category table in each file.
2386         (org-table-justify-field-maybe): Remove superfluous arguments to
2387         `format'.
2388         (org-export-as-html): Insert "<p>" before postamble.
2389         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
2391 2006-05-26  Kenichi Handa  <handa@m17n.org>
2393         * textmodes/po.el (po-find-charset): Pay attention to the case
2394         FILENAME is a cons (NAME . BUFFER).
2395         (po-find-file-coding-system-guts): Likewise.
2397         * arc-mode.el (archive-set-buffer-as-visiting-file):
2398         Call find-operation-coding-system with (FILENAME . BUFFER).
2400         * tar-mode.el (tar-extract): Call find-operation-coding-system
2401         with (FILENAME . BUFFER).
2403         * international/mule.el (decode-coding-inserted-region):
2404         Call find-operation-coding-system with (FILENAME . BUFFER).
2406 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
2408         * image-mode.el (image-toggle-display): Use buffer contents to
2409         generate image for a remote file.
2411 2006-05-25  Juri Linkov  <juri@jurta.org>
2413         * replace.el (query-replace-read-from, query-replace-read-to):
2414         Remove 8th arg KEEP-ALL in read-from-minibuffer.
2416 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
2418         * whitespace.el (whitespace-cleanup): Change to cleanup
2419         region if one is active.
2420         * whitespace.el (whitespace-cleanup-internal): New internal method.
2422 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
2424         * dired.el (dired-mode-map): Add help-echo strings to tumme
2425         commands.  Bind `tumme-dired-display-image' to C-t i.
2427         * tumme.el (tumme-display-image): Change documentation string slightly.
2428         (tumme-dired-display-image): Add call to `display-buffer'.
2430 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
2432         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
2433         Signal error if RAW-DATA is a multibyte string.
2435 2006-05-24  Richard Stallman  <rms@gnu.org>
2437         * subr.el (with-local-quit): When handling `quit' signal,
2438         make a chance for quit-flag to cause a quit.
2440         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
2441         (ad-disable-advice): Add autoloads.
2443         * subr.el (read-passwd): Copy PROMPT before changing its properties.
2445 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
2447         * dired.el (dired-mode-map): Change menu items for tumme as per
2448         suggestions in emacs-devel.
2450 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
2452         * dired.el (dired-mode-map): Fix breakage.
2454 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
2456         * tumme.el (tumme-display-dired-image): Rename to...
2457         (tumme-dired-display-image): ...this.
2458         (tumme-track-movement): Change default value to t.
2459         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
2460         used from `tumme-next-line-and-display' and similar commands.
2462         * dired.el (dired-mode-map): Add Thumbnail submenu under the
2463         Immediate menu.  Add some tumme commands there.
2465 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
2467         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
2469 2006-05-24  Chong Yidong  <cyd@mit.edu>
2471         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
2472         menu entries that open submenus.
2474 2006-05-24  Alan Mackenzie  <acm@muc.de>
2476         * startup.el (command-line): For names of preloaded files, don't
2477         append ".elc" (now done in Fload), and call file-truename on the
2478         lisp directory.
2480         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
2481         match ANY loaded file with the right name, not just those in
2482         load-path.  Put a regexp matching the file name into
2483         after-load-alist, rather than the name itself.
2485         * subr.el: New functions load-history-regexp,
2486         load-history-filename-element, do-after-load-evaluation.
2488         * international/mule.el (load-with-code-conversion): Do the
2489         eval-after-load stuff by calling do-after-load-evaluation.
2491 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
2493         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
2494         has not been killed.
2496 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2498         * term/mac-win.el: Set idle timer to clean up expired Apple events.
2499         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
2500         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
2501         Optionally set error message in reply.
2503 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
2505         * textmodes/org.el (org-open-at-point): Use renamed variable
2506         `org-confirm-shell-link-function'.
2507         (org-confirm-shell-link-function): Rename from
2508         `org-confirm-shell-links'.
2509         (org-export-directory): New function.
2510         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
2511         (org-export-icalendar): Use `org-export-directory'.
2512         (org-indent-item): Keep cursor position.
2513         (org-link-file-path-type): New option.
2514         (org-export-as-html): Fix bug with plain lists starting in
2515         column 0.
2516         (org-export-as-html): Remove deadline formatting, this happens
2517         now already in `org-html-handle-time-stamps'.
2518         (org-export-html-style): Deadline class removed.
2519         (org-insert-labeled-timestamps-at-point): New option.
2520         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
2521         of `hide-sublevels 1', in case the first headline is not level 1.
2522         (org-overview, org-content): New fuction.
2523         (org-cycle-global-status, org-cycle-subtree-status): Make these
2524         variables buffer-local.
2525         (org-global-cycle): New command.
2526         (org-shifttab): Use `org-global-cycle'.
2527         (org-insert-heading, org-insert-item): Go to end of new
2528         headline/item after creating it.
2529         (org-export-visible): Rename from `org-export-copy-visible'.
2530         Now creates a temporary org-file and applies an exporting command
2531         to it.
2532         (org-table-eval-formula): Support for lisp forms.
2533         (org-agenda-todo-ignore-scheduled): New option.
2534         (org-agenda-get-todos): Use new option
2535         `org-agenda-todo-ignore-scheduled'.
2536         (org-export-html-inline-images): New value `maybe'.
2537         (org-export-as-html): Inlining of images dependent on link description.
2538         (org-archive-subtree): Check for end-of-buffer before trying
2539         `kill-line'.
2540         (org-agenda-follow-mode): New option.
2541         (org-export-with-tags, org-export-with-timestamps): New options.
2542         (org-html-handle-time-stamps): New function.
2543         (org-keyword-time-regexp): New variable.
2544         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
2545         (org-agenda-todo-list-sublevels): New option.
2546         (org-html-level-start): When TITLE is nil, just close all levels.
2547         (org-parse-key-lines, org-parse-export-options): Remove functions,
2548         replaced by `org-infile-export-plist'.
2549         (org-combine-plists, org-infile-export-plist)
2550         (org-default-export-plist): New functions.
2551         (org-export-html-preamble, org-export-html-postamble)
2552         (org-export-html-auto-preamble, org-export-html-auto-postamble):
2553         New variables.
2554         (org-export-publishing-directory): New option.
2555         (org-export-as-html, org-export-as-ascii): Use the new property
2556         lists for settings.
2557         (org-export-copy-visible, org-export-as-xoxo):
2558         Respect `org-export-publishing-directory'.
2559         (org-link-search, org-store-link, org-file-apps): Support for
2560         links to BibTeX database entries..
2561         (org-get-current-options, org-set-regexps-and-options):
2562         Implement logging as a startup option.
2563         (org-store-link): Make sure context string is never empty
2564         (org-insert-link): Use relative path when possible.
2565         (org-at-item-checklet-p): New function.
2566         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
2567         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
2568         (org-metaright, org-metaup, org-metadown, org-shiftup)
2569         (org-shiftdown, org-shiftright, org-shiftleft)
2570         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
2571         Dispatch using `call-interactively'.
2572         (org-call-with-arg): New defsubst.
2573         (org-tag-alist, org-use-fast-tag-selection): New options.
2574         (org-complete): Use `org-tag-alist'.
2575         (org-fast-tag-insert, org-fast-tag-selection): New functions.
2576         (org-next-item, org-previous-item): New commands.
2577         (org-beginning-of-item, org-end-of-item): Add (interactive) to
2578         make command.
2579         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
2581 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
2583         * emacs-lisp/ewoc.el (ewoc-delete): New function.
2584         (ewoc-filter): Use `ewoc-delete'.
2586         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
2588 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2590         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
2591         Signal more user-friendly error messages.
2593         * complete.el (PC-do-completion): Undo the addition of implicit
2594         wildcards if they did not lead to finding any match.
2595         (read-file-name-internal): Don't add the final > if the completion is
2596         not finished.
2598 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2600         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
2601         Quote safe-local-variable predicate.
2603 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
2605         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
2607 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2609         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
2611         * progmodes/make-mode.el (makefile-special-targets-list)
2612         (makefile-macro-table, makefile-target-table): Mark as risky.
2613         (makefile-query-one-target-method): Make this the alias for the
2614         following variable.
2615         (makefile-query-one-target-method-function): Make this the real name.
2617         * textmodes/artist.el (artist-text-renderer): Make this the alias
2618         for the following variable.
2619         (artist-text-renderer-function): Make this the real name.
2621         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
2622         the alias for the following variable.
2623         (flyspell-generic-check-word-predicate): Make this the real name.
2625         * textmodes/ispell.el (ispell-format-word): Make this the alias
2626         for the following variable.
2627         (ispell-format-word-function): Make this the real name.
2628         (ispell-message-text-end): Mark as risky.
2630         * skeleton.el (skeleton-transformation, skeleton-filter)
2631         (skeleton-pair-filter): Make these the aliases for the following
2632         variables.
2633         (skeleton-transformation-function, skeleton-filter-function)
2634         (skeleton-pair-filter-function): Make these the real names.
2636         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
2637         and skeleton-pair-filter-function.
2639         * textmodes/sgml-mode.el (sgml-transformation): Make this the
2640         alias for the following variable.
2641         (sgml-transformation-function): Make this the real name.
2642         (sgml-tag-alist): Mark as risky.
2644 2006-05-21  Richard Stallman  <rms@gnu.org>
2646         * simple.el (kill-region): Interactively, pass point, then mark.
2648 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
2650         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
2652 2006-05-21  Romain Francoise  <romain@orebokech.com>
2654         * dired-x.el (dired-mode-map): Don't bind M-g.
2656 2006-05-20  Richard Stallman  <rms@gnu.org>
2658         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
2659         (dired-goto-file): Doc fix.
2661 2006-05-21  Kim F. Storm  <storm@cua.dk>
2663         * emulation/cua-base.el: Mention customizing cua-mode as alternative
2664         way to enable built-in cua-mode if user loads older CUA-mode package.
2666         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
2667         if default-filename is specified.
2669 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
2671         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
2673         * info.el (info-apropos): Make sure current-file and current-node
2674         have non-nil values.  Speed up by using add-to-list instead of
2675         manual consing.
2677 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2679         * progmodes/make-mode.el (makefile-mode): Doc fix.
2681 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
2683         * dired-aux.el (dired-do-shell-command): Doc fix.
2685 2006-05-20  Kevin Ryde  <user42@zip.com.au>
2687         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
2688         ``(custom-manual :tag "Foo" "(foo)Node")''.
2690 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
2692         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
2693         value is an integer.
2695 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
2697         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
2698         "format".
2699         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
2701 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
2703         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
2704         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
2706 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2708         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
2709         regexp for keywords.
2711 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
2713         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
2714         replace-regexp-in-string.
2716         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
2717         encode, and escape file name on conversion to URL.
2719 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2721         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
2722         Don't unescape URL.
2723         (dnd-get-local-file-name): Unescape URL on conversion to file name.
2725         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
2726         on conversion to URLs.
2728         * net/browse-url.el (browse-url-file-url): Encode file name on
2729         conversion to URL.
2731         * term/mac-win.el (mac-ae-open-documents): Escape file name on
2732         conversion to URL.
2734 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
2736         * progmodes/cc-styles.el (c-style-alist): Doc fix.
2738 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2740         * term/mac-win.el (mac-bytes-to-digits): Remove function.
2741         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
2743 2006-05-19  Glenn Morris  <rgm@gnu.org>
2745         * calendar/diary-lib.el (diary-bahai-date)
2746         (list-bahai-diary-entries, mark-bahai-diary-entries)
2747         (mark-bahai-calendar-date-pattern): Not interactive.
2748         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
2749         (diary-entries-list): Change format of 4th element in each entry.
2750         (diary-list-entries): Use add-to-diary-list.
2751         (diary-goto-entry): Handle the case where the buffer visiting the
2752         diary has been killed.
2753         (fancy-diary-display): Add 'locator to button rather than 'marker.
2754         Only generate temp-face when there are marks to apply.
2755         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
2756         (diary-fancy-date-pattern): New variable.
2757         (diary-time-regexp): Doc fix.
2758         (diary-anniversary, diary-time): New faces.
2759         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
2760         diary-time-regexp.  Add font-lock-multiline property where needed.
2761         Use new faces diary-anniversary and diary-time.
2762         (diary-fancy-font-lock-fontify-region-function): New function, to
2763         handle multiline font-lock pattern in fancy diary.
2764         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
2765         (diary-font-lock-keywords): Tweak time regexp.  Use new face
2766         diary-time.
2768 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
2770         * international/code-pages.el (mik): Table corrected.
2772 2006-05-18  Kim F. Storm  <storm@cua.dk>
2774         * progmodes/grep.el (grep-find): Don't check grep-find-command
2775         before running command (breaks non-interactive usage).
2777 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
2779         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
2780         (ewoc--insert-new-node): Don't insert trailing newline.
2781         Instead, adjust successor nodes's start markers.
2782         (ewoc--refresh-node): Delete all text from current node's start
2783         marker to the next one's; adjust successor nodes's start markers.
2784         (ewoc--create): Doc fixes.
2785         (ewoc--refresh): Don't insert newline.
2786         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
2787         * pcvs.el (cvs-make-cvs-buffer):
2788         Specify extra newline for ewoc's header and footer.
2789         (cvs-update-header): Update initial header recognition.
2790         Append newline to final header and footer values.
2791         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
2793 2006-05-17  Richard Stallman  <rms@gnu.org>
2795         * files.el (file-name-extension): Doc fix.
2797 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2799         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
2800         we can explicitly enable/disable rather than toggle.
2801         (shell-mode): Use it.
2802         (shell-cd): Don't try to reproduce what `cd' does.
2804 2006-05-17  Kim F. Storm  <storm@cua.dk>
2806         * ido.el (ido-read-internal): Use only nondirectory part of
2807         default item.
2809 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
2811         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
2812         (ewoc-nth): Doc fix.
2814         (ewoc-map, ewoc-invalidate): Compute PP before looping.
2816 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
2818         * international/mule.el (auto-coding-alist): Add .lha to files
2819         read with no-conversion.
2821         * files.el (auto-mode-alist): Add .lha files to archive file
2822         extensions.
2824         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
2825         Convert csize to integer when computing offsets within the
2826         compressed archive file.
2828 2006-05-16  Kim F. Storm  <storm@cua.dk>
2830         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
2831         with read-from-minibuffer.
2833 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2835         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
2836         (byte-compile-warnings): Fix safe-local-variable property.
2838 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
2840         * allout.el (allout-show-bodies, allout-old-style-prefixes)
2841         (allout-stylish-prefixes, allout-numbered-bullet)
2842         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
2843         predicates to qualify `safe-local-variable' property, when
2844         available, else use equivalent lambda.
2845         (allout-current-topic-collapsed-p): Do the right thing regarding
2846         trailing blank lines.
2848 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2850         * server.el (server-start): Only create a directory if needed.
2851         (server-edit, server-unload-hook): server-start => server-mode.
2852         (kill-emacs-hook): Cleanup upon exit.
2854 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2856         * hexl.el (hexlify-buffer): Encode process arguments manually.
2858 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
2860         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
2861         call to gdb-tooltip-print.
2863 2006-05-15  Romain Francoise  <romain@orebokech.com>
2865         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
2866         systems, default to "tar" since those systems probably have GNU tar.
2868 2006-05-14  Lars Hansen  <larsh@soem.dk>
2870         * desktop.el (desktop-missing-file-warning): Fix docstring.
2871         (desktop-restore-file-buffer): Correct question asked on missing file.
2873 2006-05-14  Kim F. Storm  <storm@cua.dk>
2875         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
2876         Add CUA move property.
2878 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
2880         * custom.el (custom-push-theme): Load the variable before checking
2881         its `standard-value'.
2883 2006-05-13  Lars Hansen  <larsh@soem.dk>
2885         * desktop.el (desktop-save): Use with-temp-buffer.
2887 2006-05-12  Glenn Morris  <rgm@gnu.org>
2889         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
2890         * calendar/calendar.el (calendar-mode-map):
2891         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
2892         * calendar/appt.el (appt-check, appt-make-list): Refer to
2893         diary-view-entries, diary-list-entries, diary-show-all-entries
2894         rather than obsolete aliases.
2896 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
2898         * simple.el (line-move-finish): Avoid calling point motion hooks
2899         while processing intangibility.
2901 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
2903         * term/xterm.el (terminal-init-xterm): Fix typo.
2905 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
2907         * allout.el (allout-view-change-hook): Mark as being deprecated,
2908         to be replaced by `allout-exposure-change-hook'.
2909         (allout-exposure-change-hook): New, replacing
2910         `allout-view-change-hook'.
2911         (allout-flag-region): Run new hook `allout-exposure-change-hook',
2912         in addition to `allout-view-change-hook'.
2913         (allout-show-bodies, allout-old-style-prefixes)
2914         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
2915         lambda forms to prevent their showing up in variable help
2916         presentations as inscrutable byte-compiled code.
2917         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
2918         Use string-or-null-p to qualify safe-local-variable values.
2919         (allout-reindent-bodies): Use memq to qualify matches against
2920         valid safe-local-variable values.  Also, quote the lambda as above.
2921         (allout-use-mode-specific-leader): Add missing candidate-value
2922         symbols, use memq, and quote the lambda.
2923         (allout-overlay-interior-modification-handler): Remove unused
2924         variables `msg' and 'opened'.
2925         (allout-hidden-p): Constrain invisibility consideration to allout's
2926         invisibility spec, disregarding invisibility for other reasons.
2928 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
2930         * files.el (version-control): Correct safe values.
2932 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
2934         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
2936         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
2937         (ewoc--insert-new-node): New func.
2938         Update callers of deleted funcs to use it, instead.
2940 2006-05-11  Glenn Morris  <rgm@gnu.org>
2942         * calendar/calendar.el (diary-show-all-entries): Do not refer to
2943         obsolete alias `show-all-diary-entries'.
2944         (make-diary-entry): Not interactive.
2945         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
2946         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2947         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2948         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2949         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2950         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
2952 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2954         * calendar/calendar.el (calendar-french-date-string)
2955         (calendar-mayan-date-string, calendar-chinese-date-string)
2956         (calendar-astro-date-string, calendar-iso-date-string)
2957         (calendar-islamic-date-string, calendar-bahai-date-string)
2958         (calendar-hebrew-date-string, calendar-coptic-date-string)
2959         (calendar-ethiopic-date-string, calendar-persian-date-string):
2960         These functions are not interactive.
2962 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
2964         * files.el: Balance parentheses.
2966 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
2968         * files.el, newcomment.el, outline.el, simple.el,
2969         emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
2970         progmodes/cc-vars.el, progmodes/compile.el:
2971         Move `safe-local-variable' declarations to the respective files.
2973         * help-fns.el (describe-variable): Don't print safe-var if it is
2974         byte-code.  Improve wording as suggested by Luc Teirlinck.
2976 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
2978         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
2979         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
2980         Use a token for pending-triggers to ensure gdb-var-update
2981         gets called once per user input again for pre-GDB 6.4.
2982         (gdb-var-delete): Match on more complex expressions.
2983         (gdb-var-list-children-handler, gdb-var-create-handler):
2984         Use a token for consistency.
2986 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
2988         * textmodes/org.el (org-read-date, org-goto-calendar)
2989         (org-agenda-goto-calendar):
2990         Bind `view-calendar-holidays-initially' to nil.
2992 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
2994         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
2995         Update all callers to do it there, instead.
2997 2006-05-10  Glenn Morris  <rgm@gnu.org>
2999         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
3000         prefix arg case, to avoid view-diary-entries-initially error.
3001         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
3002         (calendar-date-is-legal-p): Handle dates with no day part.
3004 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
3006         * comint.el (comint-insert-input): Just make it when
3007         comint-use-prompt regexp is nil (default) and with the mouse.
3008         (comint-copy-old-input): Reinstate from 2004-06-23.
3009         (comint-mode-map): Bind C-c C-m to it.
3011 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
3013         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3014         Remove spurious move to point-max (new comint behavior fixes).
3016         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
3017         compatibility function (Emacs 18/19).
3018         (idlwave-is-continuation-line): Always return point at start of
3019         previous non-blank continuation line.
3020         `keyword-parameters': Fix continued comment font-lock matcher.
3021         (idlwave-font-lock-fontify-region): Written, use as
3022         font-lock-fontify-region-function, to fix continued keyword
3023         fontification issues.
3025 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3027         * term/mac-win.el (mac-font-panel-mode): Doc fix.
3028         (mac-service-selection, mac-service-open-file)
3029         (mac-service-open-selection, mac-service-mail-selection)
3030         (mac-service-mail-to, mac-service-insert-text): Rename from
3031         mac-services-*.  All uses changed.
3032         (mac-apple-event-map): Rename event symbol `services' to `service'.
3034 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
3036         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
3037         (ewoc--node-enter-first, ewoc--node-enter-last)
3038         (ewoc--delete-node-internal): Merge funcs into unique callers.
3040 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
3042         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
3043         return value of read-from-minibuffer for empty input.
3045 2006-05-09  Miles Bader  <miles@gnu.org>
3047         * comint.el (comint-insert-input): Remove redundant calls to setq
3048         and goto-char.
3050 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
3052         * comint.el (comint-insert-input): Make it work when
3053         comint-use-prompt-regexp is t.
3055 2006-05-10  Miles Bader  <miles@gnu.org>
3057         * subr.el (field-at-pos): New function.
3059         * comint.el (comint-insert-input): Use it.
3061 2006-05-09  Juri Linkov  <juri@jurta.org>
3063         * battery.el (battery-linux-proc-acpi): Also try
3064         `/proc/acpi/thermal_zone/THR2/temperature'.
3066         * files.el <safe-local-variable>: Remove `eval' and `let' binding
3067         for now unused lambda `string-or-null'.
3069         * add-log.el (change-log-default-name): Put `string-or-null-p'
3070         instead of lambda on `safe-local-variable' property.
3072         * diff-mode.el (diff-context->unified): Use `region-beginning' and
3073         `region-end' instead of `mark' and `point'.
3074         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
3075         Operate on region in Transient Mark mode when the mark is active.
3076         Use `region-beginning' and `region-end' instead of `mark' and
3077         `point'.
3078         (diff-hunk-text, diff-goto-source): Doc fix.
3080         * startup.el (fancy-splash-screens, normal-splash-screen): Use
3081         face `mode-line-buffer-id' for mode-line buffer face instead of
3082         hard-coded `(:weight bold)'.
3084         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
3085         buffer-undo-list to t (undo-ask is reproducible by visiting
3086         nested archives).
3088 2006-05-09  Kim F. Storm  <storm@cua.dk>
3090         * progmodes/grep.el (rgrep): Set default directory of *grep*
3091         buffer if we start M-x rgrep in the *grep* buffer and choose
3092         a different base directory.
3094 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
3096         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
3097         completion also when ido is loaded.
3099 2006-05-09  Masatake YAMATO  <jet@gyve.org>
3101         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
3102         "warning" and "import".
3103         (cpp-font-lock-keywords): Added "warning".
3105 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
3107         * term/xterm.el (terminal-init-xterm): Add more key bindings.
3109 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3111         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
3112         pages at a time, if we signal the end, we should indeed reach that end.
3114 2006-05-08  David Reitter  <david.reitter@gmail.com>
3116         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
3117         output during execution of the body.
3119 2006-05-08  Kim F. Storm  <storm@cua.dk>
3121         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
3123 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
3125         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
3126         Use with-current-buffer.
3128 2006-05-07  Kim F. Storm  <storm@cua.dk>
3130         * subr.el (add-to-history): Remove keep-dups arg.
3132         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
3133         to nil around call to add-to-history.
3135 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3137         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
3138         than after a buffer modification.
3140 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
3142         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
3143         call to...
3144         (gud-watch): ...here so speedbar is raised for already watched
3145         expressions.
3146         (gdb-speedbar-refresh): Delete function.
3147         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
3148         Use speedbar-timer-fn instead of speedbar-refresh (reverting
3149         earlier change).
3150         (gdb-var-evaluate-expression-handler)
3151         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
3153         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
3154         Update localized contents for all buffers except ignored modes.
3156 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3158         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
3159         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
3160         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
3161         (mac-handle-font-panel-closed, mac-handle-font-selection):
3162         New functions.
3163         (mac-font-panel-mode): New minor mode.
3164         (mac-apple-event-map): Add bindings for toolbar toggle button and
3165         font panel.
3166         (menu-bar-showhide-menu): Add mac-font-panel-mode.
3168 2006-05-07  John Paul Wallington  <jpw@pobox.com>
3170         * ibuffer.el (ibuffer-compressed-file-name-regexp):
3171         Avoid `regexp-opt'; simplify regexp for readability.
3173 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
3175         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
3176         * files.el (buffer-stale-function):
3177         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3178         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
3179         links to the main manual, not to emacs-xtra.
3181 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3183         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
3184         MacJapanese if text is ASCII-only.
3186 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
3188         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
3189         unless so nil isn't returned.
3190         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
3192 2006-05-06  Kim F. Storm  <storm@cua.dk>
3194         * subr.el (add-to-history): New function.
3196         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
3197         (ediff-merge-files-with-ancestor):
3198         * env.el (setenv):
3199         * isearch.el (isearch-update-ring):
3200         * server.el (server-visit-files):
3201         * progmodes/grep.el (lgrep, rgrep):
3202         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
3203         * progmodes/xscheme.el (xscheme-insert-expression):
3204         Use add-to-history.
3206         * kmacro.el (kmacro-push-ring): Use add-to-history.
3207         (kmacro-ring-length): Remove unused defun.
3208         (kmacro-start-macro): Use kmacro-push-ring.
3210 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
3212         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
3213         directly instead of a lambda expression that calls it.
3215 2006-05-06  Kim F. Storm  <storm@cua.dk>
3217         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
3218         instead of compute-motion.
3220 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
3222         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
3223         change.
3225 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
3227         * startup.el (command-line-1): Refer to "Pure Storage" on
3228         pure-space-overflow.
3230 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
3232         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
3233         provided faces once they all have been used up.
3235 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
3237         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
3238         reference to the Lisp manual to the warning about pure space
3239         overflow.
3241 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3243         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
3244         argument to avoid the call to `ispell-internal-change-dictionary'
3245         when not needed.
3246         (ispell-change-dictionary): Use this argument and call
3247         `ispell-internal-change-dictionary' after the possible change
3248         to `ispell-local-dictionary'.
3249         (ispell-internal-change-dictionary): Check for a change in
3250         personal dictionary use too.
3252 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
3254         * startup.el (command-line): On MS-Windows, probe "~", not
3255         "~USER", for warning about non-existent home directory
3257         * arc-mode.el (archive-l-e): New optional argument `float' means
3258         generate a float value.
3259         (archive-arc-summarize, archive-lzh-summarize)
3260         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
3261         with 3rd argument non-nil when file's size is being computed.
3262         Format the file sizes with %8.0f instead of %8d.
3264 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3266         * cus-start.el (all): Add mac-dnd-known-types.
3268         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
3269         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
3270         (mac-TIFF-to-string): New functions.
3271         (x-get-selection, x-selection-value)
3272         (mac-select-convert-to-string): Use them.
3273         (mac-text-encoding-mac-japanese-basic-variant): New constant.
3274         (mac-dnd-types-alist): New customization variable.
3275         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
3276         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
3277         (mac-dnd-handle-drag-n-drop-event): New functions.
3278         (mac-drag-n-drop): Remove function.
3279         (global-map): Bind drag-n-drop and M-drag-n-drop to
3280         mac-dnd-handle-drag-n-drop-event.
3282 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
3284         * progmodes/perl-mode.el (perl-beginning-of-function):
3285         Skip anonymous subs.
3287 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
3289         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
3290         regexp-opt at run time.
3292         * term.el (term-handle-ansi-escape): Fix off by one error.
3294 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
3296         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
3297         (gdb-init-1, gdb-post-prompt): ...and references to it.
3298         (gdb-frame-handler): Strip directory name from filename if present.
3300         * progmodes/gud.el (gdb-force-update): Delete defvar
3301         (gud-speedbar-buttons): ...and references to it.  Use window-start
3302         to try to keep positon in watch expression.
3304 2006-05-03  Richard Stallman  <rms@gnu.org>
3306         * simple.el (next-history-element, previous-history-element): Doc fix.
3308         * isearch.el (isearch-update-ring): Doc fix.
3310 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
3312         * isearch.el (isearch-update-ring): Take history-delete-duplicates
3313         into consideration.  Replace one arm ifs with whens.
3315 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
3317         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
3318         (menu): Fix typo.
3320 2006-05-02  Miles Bader  <miles@gnu.org>
3322         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
3324 2006-05-02  Jay Belanger  <belanger@truman.edu>
3326         * calc/calc-embed.el (calc-override-minor-modes-map)
3327         (calc-override-minor-modes): New variables.
3328         (calc-do-embedded): Make sure that Calc keystrokes aren't
3329         overwritten by minor modes.
3331 2006-05-02  Chong Yidong  <cyd@mit.edu>
3333         * msb.el (msb): If EVENT is a down event, read and discard the up event.
3335 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3337         * startup.el (command-line-1): Refer to Lisp manual when
3338         pure-space-overflow occurs.
3340         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
3341         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
3342         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
3343         (version-control): Don't use `t' for safe-local-variable declarations.
3345 2006-05-01  Richard Stallman  <rms@gnu.org>
3347         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
3348         M-r, M-R, M-A, M-SPC or M-DEL.
3349         (diff-mode-map): diff-refine-hunk now on C-c C-w
3350         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
3352         * help-mode.el (help-mode): view-exit-action calls delete-window
3353         only when it is safe and possible.
3355         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
3356         in messages.
3358         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
3360         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
3361         in the default tool-bar-map.
3363 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
3365         * net/tramp.el (tramp-completion-file-name-handler-alist)
3366         (tramp-run-real-handler, tramp-completion-run-real-handler)
3367         (tramp-completion-handle-file-name-all-completions)
3368         (tramp-completion-handle-file-name-completion): Autoload them.
3369         (tramp-completion-handle-file-exists-p)
3370         (tramp-completion-handle-file-name-directory)
3371         (tramp-completion-handle-file-name-nondirectory)
3372         (tramp-completion-handle-expand-file-name): Remove them.
3373         (tramp-handle-file-name-directory): Return the real directory name.
3374         Returning "/" only doesn't need to be necessary any longer.
3375         (tramp-file-name-handler): Make special attention when in hostname
3376         completion mode.
3377         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
3378         (tramp-register-file-name-handlers):
3379         Register `tramp-completion-file-name-handler' only when
3380         `partial-completion-mode' is enabled.
3381         (tramp-completion-handle-file-name-all-completions):
3382         Delete directory part from results.
3383         (tramp-get-completion-methods, tramp-get-completion-user-host):
3384         Discard deleting "/", it doesn't work after the change of
3385         `tramp-handle-file-name-directory' above.
3387 2006-05-01  Kim F. Storm  <storm@cua.dk>
3389         * progmodes/grep.el (grep-expand-template): Use save-match-data
3390         and symbol-value.
3392 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3394         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
3395         Use select-frame-set-input-focus instead of raise-frame.
3396         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
3398 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
3400         * progmodes/gud.el (gud-def): Add %c case.
3401         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
3402         (gud-format-command): Make match case sensitive.  Match on %F.
3404 2006-04-30  Glenn Morris  <rgm@gnu.org>
3406         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
3407         (cal-tex-preamble): Use cal-tex-preamble-extra.
3408         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
3409         than alias `list-diary-entries'.
3411 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
3413         * help-fns.el (describe-variable): Add info about safe local variables.
3415 2006-04-29  Richard Stallman  <rms@gnu.org>
3417         * bindings.el (mode-line-format): help-echo doc fixes.
3419         * net/tramp.el (tramp-file-name-handler-alist): Delete
3420         expand-file-name and other operations that can cause spurious loading.
3422 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3424         * files.el (safe-local-variable-p): Remove support for the special
3425         value t.
3427         * textmodes/paragraphs.el (sentence-end-without-space):
3428         Fix safety predicate.
3429         (sentence-end-double-space, sentence-end-without-period)
3430         (paragraph-ignore-fill-prefix):
3431         * textmodes/fill.el (colon-double-space):
3432         * abbrev.el (abbrev-mode): Tighten the safety predicate.
3434         * subr.el (booleanp): New fun.
3436         * textmodes/reftex-vars.el (reftex-guess-label-type):
3437         Tighten the safety predicate.
3439 2006-04-28  Kim F. Storm  <storm@cua.dk>
3441         * progmodes/grep.el (defgroup grep): Doc fix.
3442         (grep-auto-highlight): Remove.
3443         (grep-template): New defcustom.
3444         (grep-find-template): Rename from grep-tree-template.
3445         (grep-files-aliases): Rename from grep-tree-files-aliases.
3446         Remove "all" alias, add "l" alias.
3447         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
3448         (grep-find-ignored-directories): New defcustom to replace
3449         grep-tree-ignore-CVS-directories, to facilitate ignoring
3450         subdirectories for multiple version control systems.
3451         (grep-mode-map): Add Recursive grep item to GREP menu.
3452         (grep-regexp-history, grep-files-history): New defvars.
3453         (grep-probe): New helper function.
3454         (grep-compute-defaults): Use it to simplify code.
3455         Adapt to name changes.
3456         Use `.' as base in grep-find-template rather than <D>.
3457         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
3458         Call grep-compute-defaults unconditionally.
3459         (grep-expand-keywords): New defconst.
3460         (grep-expand-template): Rename from grep-expand-command-macros.
3461         Simplify via grep-expand-keywords.  Look at case-fold-search instead
3462         of grep-tree-ignore-case to add -i option.
3463         Bind case-fold-search to nil while matching keywords.
3464         (grep-tree-last-regexp, grep-tree-last-files): Remove.
3465         (grep-read-regexp, grep-read-files): New helper functions.
3466         (rgrep): Rename from grep-tree.  Rework to use proper histories.
3467         Adapt to changes in defcustoms and functions above.
3468         (lgrep): New command, as grep, but using same interactive UI as rgrep.
3470 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
3472         * net/tramp.el (tramp-completion-file-name-handler):
3473         Disable Tramp's functionality while loading Tramp itself.
3474         (tramp-register-file-name-handlers): That's a defsubst now.
3475         Code from `tramp-repair-jka-compr' moved here.  Apply it via
3476         `after-init-hook'.
3477         (tramp-repair-jka-compr): Remove.
3479 2006-04-27  Jay Belanger  <belanger@truman.edu>
3481         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
3482         read expression when `math-read-big-expr' doesn't work.
3484 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
3486         * startup.el (command-line-1): Display warning when
3487         pure-space-overflow is non-nil.
3489 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3491         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
3492         risky.
3494 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3496         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
3497         Return the URL or nil if none can be generated.
3499 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
3501         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
3502         byte compiler warnings.
3503         (gud-basic-call, gud-find-expr): Let user select an expression
3504         for printing.  Print expression as well as value in GUD buffer.
3506 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
3508         * allout.el: Remove local autoload declaration for
3509         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
3510         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
3511         (allout-plain-bullets-string, allout-distinctive-bullets-string)
3512         (allout-use-mode-specific-leader, allout-old-style-prefixes)
3513         (allout-stylish-prefixes, allout-numbered-bullet)
3514         (allout-file-xref-bullet, allout-presentation-padding)
3515         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
3516         safe-local-variable with suitable value spec, and add autoload
3517         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
3518         (move-beginning-of-line, move-end-of-line): Repair so these compat
3519         functions now actually resituate the point, when appropriate.
3521 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3523         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
3525         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
3526         (add-log-iso8601-time-string): Fix call to format-time-string.
3528 2006-04-26  Kim F. Storm  <storm@cua.dk>
3530         * subr.el (posn-string, posn-image, posn-object): Doc fix.
3532 2006-04-26  Masatake YAMATO  <jet@gyve.org>
3534         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
3535         Add support for "//" style comments.  Remove `b' flag
3536         from ?* in `asm-mode-syntax-table'.
3538 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3540         * follow.el: Use (featurep 'xemacs) everywhere.
3541         (follow-mode): Use define-minor-mode.
3542         (follow-mode-map): Move initialization into the declaration.
3543         Use command remapping.
3544         (follow-emacs-version-xemacs-p): Remove.
3545         (follow-submit-feedback): Remove.
3547         * allout.el (allout-layout, allout-passphrase-verifier-string)
3548         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
3550         * textmodes/reftex-vars.el (reftex-vref-is-default)
3551         (reftex-fref-is-default, reftex-guess-label-type):
3552         Tighten up a bit the safety predicate.
3554         * textmodes/paragraphs.el (sentence-end-double-space)
3555         (sentence-end-without-period, sentence-end-without-space)
3556         (page-delimiter, paragraph-ignore-fill-prefix):
3557         Tighten up a bit the safety predicate.
3559         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
3561         * progmodes/python.el (python-continuation-line-p)
3562         (python-beginning-of-statement): syntax-ppss may return
3563         a negative depth.
3564         (python-mode): Don't forcefully enable font-lock.
3566         * time-stamp.el (time-stamp-start, time-stamp-end)
3567         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
3569         * add-log.el: Remove spurious * in docstrings.
3570         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
3571         (add-change-log-entry): Use it here, since it's not specific
3572         to iso8601.
3573         (add-log-iso8601-time-string): Don't use it here any more.
3574         (change-log-indent-text, change-log-indent): Rename from add-log-*.
3576         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
3578 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
3580         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
3581         (rcirc-toggle-low-priority): Doc fix.
3582         (rcirc-handler-NOTICE): Remove beginning of line anchor in
3583         ChanServ regexp.
3584         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
3585         #emacs.
3586         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
3587         (rcirc-decode-coding-system): Use utf-8 as the default.
3588         (rcirc-multiline-minor-mode): Set the fill-column.
3589         (rcirc-format-response-string): Display bright and dim nicks.
3590         (rcirc-browse-url): Update interactive spec to fill ARG.
3591         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
3592         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
3594 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
3596         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
3597         case for @Article, etc.
3599 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
3601         * net/tramp.el (tramp-register-file-name-handlers): New defun.
3602         Added with autoload cookie.
3603         (tramp-unload-file-name-handlers): Rename from
3604         `tramp-unload-file-name-handler-alist'.
3606 2006-04-23  Romain Francoise  <romain@orebokech.com>
3608         * comint.el (comint-match-partial-filename): Doc fix.
3610 2006-04-21  Glenn Morris  <rgm@gnu.org>
3612         * calendar/cal-menu.el (calendar-mode-map): Refer to
3613         `diary-view-entries' rather than alias `view-diary-entries'.
3614         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
3616 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
3618         * progmodes/antlr-mode.el (antlr-default):
3619         * cus-edit.el (custom-documentation):
3620         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
3621         in defface.
3623 2006-04-21  Kim F. Storm  <storm@cua.dk>
3625         * image.el (image-type): New defun split out of create-image.
3626         (create-image): Use it.
3628 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
3630         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
3631         (org-open-at-point): Remove the "...done" message to keep output
3632         in the echo area visible.
3633         (org-export-as-xoxo): Fix call to `indent-region'.
3635 2006-04-21  Kevin Ryde  <user42@zip.com.au>
3637         * international/mule.el (keyboard-coding-system): defcustom
3638         info-link fixes: "Specify Coding" has been split, keyboard now in
3639         "Terminal Coding", and "Single-Byte Character Support" is now
3640         "Unibyte Mode".
3642 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
3644         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
3645         Use font-lock-warning-face for any errors e.g. no stack.
3646         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
3648 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
3650         * progmodes/sh-script.el (sh-shell): Mark as safe.
3652         * newcomment.el (comment-start, comment-start-skip)
3653         (comment-end-skip, comment-end): Mark as safe.
3655 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
3657         * textmodes/org.el (org-deadline-announce): Face removed.
3658         (org-level-faces, org-n-levels): Convert to constant.
3659         (org-compatible-face): New function.
3660         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
3661         (org-level-5, org-level-6, org-level-7, org-level-8)
3662         (org-special-keyword, org-warning, org-headline-done, org-link)
3663         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
3664         (org-scheduled-today, org-scheduled-previously, org-time-grid):
3665         Face definition revised for better color tty support.
3666         (org-bold-re, org-italic-re, org-underline-re): New constants.
3667         (org-set-font-lock-defaults): Use the new constants.
3668         (org-agenda-highlight-todo): New function.
3669         (org-agenda-todo): Fix bug with point at end of line.
3670         (org-agenda-change-all-lines, org-finalize-agenda-entries):
3671         Fontify TODO keywords.
3672         (org-insert-link): Preserve relative path in ../ links.
3673         (org-export-as-html): Convert links pointing to .org files into
3674         links that will work beteen the exported HTML files.
3675         (org-todo-list): Fix bug when arg=0.
3676         (org-insert-heading): More fine-tuning.
3678 2006-04-19  Romain Francoise  <romain@orebokech.com>
3680         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
3681         from `rmail-mime-charset-pattern'.
3683 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
3685         * progmodes/python.el (python-mode): Fix typo.
3687 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
3689         * comint.el (comint-previous-input): Don't clobber input line
3690         when moving off either end of the input history ring.
3691         (comint-delete-input): New function, used by
3692         `comint-previous-input' and others.
3693         (comint-previous-matching-input):
3694         Use `coming-delete-input'.  Save the partial input if leaving the
3695         edit line.  Goto point-max before deleting input to avoid
3696         partial input fragments hanging around.
3697         (comint-restore-input): New function, used by `comint-previous-input'.
3699 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
3701         * imenu.el (imenu--index-alist): Balance parentheses.
3703 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
3705         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
3707 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
3709         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
3710         file is nil.
3712 2006-04-18  Richard Stallman  <rms@gnu.org>
3714         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
3716         * imenu.el (imenu-create-index-function, imenu--index-alist)
3717         (imenu--last-menubar-index-alist, imenu--make-index-alist)
3718         (imenu-default-create-index-function, imenu--generic-function):
3719         Doc fixes.
3721         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
3723         * help-mode.el (help-mode): Set view-exit-action to delete window.
3725         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
3726         now works by passing nil as arg.
3728         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
3730         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
3731         (read-abbrev-file): Provide default when reading filename.
3733         * files.el (enable-local-variables): Allow :all as value.
3734         (hack-local-variables): Implement that value.
3735         (safe-local-variable-values, safe-local-eval-forms)
3736         (enable-local-variables): Mark as risky.
3737         (find-file-visit-truename, kept-old-versions): Mark safe.
3739         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
3740         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
3741         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
3743 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3745         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
3746         Use forward-line so as to get to BOL even in the presence of fields.
3747         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
3748         in return.
3749         (inferior-tcl): Tell tclsh to work in interactive mode.
3751         * complete.el (partial-completion-mode):
3752         Use 'choose-completion-string-functions to make sure that
3753         choose-completion fills the minibuffer properly.
3755         * complete.el (PC-old-read-file-name-internal): Remove.
3756         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
3757         of read-file-name-internal.
3758         (partial-completion-mode): Enable/disable this advice.
3760 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
3762         * net/tramp.el (tramp-completion-file-name-handler): Revert change
3763         of 2006-04-17.
3765 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
3767         * textmodes/org.el (org-insert-heading): Insert heading before
3768         current if at beginning of line.
3769         (org-todo, org-date): New faces.
3770         (org-table-align): Make sure tooltip window contains full text.
3771         (org-no-properties): New defsubst.
3772         (org-set-font-lock-defaults): Use new faces.
3774 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
3776         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
3777         for root variables.
3779         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
3780         (gdb-frame-address): Re-use to identify frame for watch expression.
3781         (gdb-var-list, gdb-var-create-handler): Add frame address for root
3782         variables.
3783         (gdb-init-1, gdb-source, gdb-post-prompt)
3784         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
3785         (gdb-frame-handler): Get gdb-frame-address.
3787 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
3789         Sync with Tramp 2.0.53.
3791         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
3792         'control.  Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
3793         (tramp-completion-file-name-handler): Add autoload cookie for
3794         adding to `file-name-handler-alist'.
3796         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
3797         the prompt.  If it returns earlier (when detecting an error
3798         message), the rest of the output will merge accidently with the
3799         output of the next command.  Reported by M Jared Finder
3800         <jared@hpalace.com>.
3802         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3803         for `process-file', in order to let it work for older Emacsen too.
3805 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
3807         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
3808         (tex-font-lock-keywords-3): Use it.
3810 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3812         * newcomment.el (comment-add): New function.
3813         (comment-region-default, comment-dwim): Use it.
3815 2006-04-15  Michael Olson  <mwolson@gnu.org>
3817         * emacs-lisp/tq.el: Improve comments.
3818         (tq-queue-head-question): New accessor function.
3819         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
3820         Update for modified queue structure.
3821         (tq-queue-add): Accept `question' argument.
3822         (tq-queue-pop): If a question is pending, send it.
3823         (tq-enqueue): Accept new optional argument `delay-question'.
3824         If this is non-nil, and at least one other question is pending a
3825         response, queue the question rather than sending it immediately.
3827 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3829         * calendar/appt.el (appt-add): Check whether an appointment is
3830         already present in appt-time-msg-list.  Simplify code.
3832 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3834         * progmodes/cc-langs.el (c-mode-menu):
3835         Don't presume c-subword-mode is bound.
3837 2006-04-13  Bill Wohler  <wohler@newt.com>
3839         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
3840         (customize-package-emacs-version): Use cdr instead of cadr now
3841         that alists use dotted pairs.
3843         * custom.el (defcustom): Fix docstring for :package-version.
3845 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
3847         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
3848         (tramp-handle-shell-command): Display output buffer only when
3849         `tramp-display-shell-command-buffer' is true.
3850         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
3852 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
3854         * textmodes/org.el (org-set-autofill-regexps): Set only the local
3855         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
3857 2006-04-13  Romain Francoise  <romain@orebokech.com>
3859         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
3860         leaving temporary .cvsignore buffers behind.
3862 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
3864         * textmodes/org.el (org-set-regexps-and-options)
3865         (org-get-current-options): Better names for the startup folding
3866         options.
3868 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
3870         * vc.el (vc-annotate): Arrange for point to end up at the same
3871         line number as in the original, but only when using a new buffer.
3873 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
3875         * files.el (hack-one-local-variable-eval-safep):
3876         Recognize `edebug-form-spec' for `put', but only if it passes
3877         `edebug-basic-spec'.  Generalize `put' handling.
3879         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
3880         vetting file-local form specs.
3882         * allout.el (allout-layout): Autoload its `safe-local-variable'
3883         property.
3885 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
3887         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
3888         (org-agenda-mouse-1-follows-link)
3889         (org-mouse-1-follows-link): New options.
3890         (org-format-agenda-item): Fix bug if TAGS is nil.
3891         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
3893 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
3895         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
3896         GDB 6.1+ gives full filename for "info sources" so use
3897         file-name-nondirectory.
3899 2006-04-12  Romain Francoise  <romain@orebokech.com>
3901         * subr.el (read-passwd): Bind `message-log-max' to nil.
3903 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3905         * progmodes/perl-mode.el (perl-indent-new-calculate):
3906         Recompute parse-start after jumping backward by a whole sexp.
3908 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3910         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
3911         window configuration.
3912         (vc-annotate-display-select): Select the buffer so that current-buffer
3913         (and selected-window) is the output buffer at the end of vc-annotate.
3915 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
3917         * vc.el (vc-annotate-color-map): Add custom TTY color map for
3918         8-color terminals, to use all of the colors in a sensible order.
3919         256-color terminals work well with the standard map.
3920         (vc-annotate-lines): Only strip the first color character if it
3921         is "#", to allow for terminal-style named colors.
3922         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
3923         the correct buffer is scrolled.
3925 2006-04-11  Richard Stallman  <rms@gnu.org>
3927         * emacs-lisp/bytecomp.el (byte-compile-file):
3928         Bind enable-local-variables to :safe, and make normal-mode obey it.
3930         * files.el (enable-local-variables): Allow value :safe.
3931         (normal-mode): Doc fix.
3932         (hack-local-variables): Implement enable-local-variables = :safe.
3933         (hack-local-variables-confirm): Don't prevent quitting.
3935 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3937         * loadhist.el (unload-feature): A bit of sanity check of
3938         load-history entries.  Cancel timer-vars before unbinding them.
3940         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
3941         quote special chars, and make the trick work on the hex part of the
3942         buffer as well.
3943         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
3944         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
3946         * startup.el (normal-splash-screen): Fix last change so we don't wait
3947         2 minutes if we don't show the splash screen.
3949 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
3951         * textmodes/org.el (org-export-plain-list-max-depth)
3952         (org-table-spaces-around-separators)
3953         (org-radio-targets, org-activate-camels)
3954         (org-table-spaces-around-invisible-separators): Options removed.
3955         (org-time-stamp-rounding-minutes, org-remember-templates)
3956         (org-ellipsis, org-activate-links, org-descriptive-links):
3957         New options.
3958         (org-remember-apply-template, org-current-time)
3959         (org-finish-edit-table-field)
3960         (org-link-unescape, org-link-escape)
3961         (org-string-width, org-table-clean-line, org-html-do-expand)
3962         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
3963         (org-read-agenda-file-list): New functions.
3964         (org-table-edit-field)
3965         (org-table-create-or-convert-from-region): New commands
3966         (org-table-toggle-vline-visibility): Command removed.
3967         (org-table-convert-region): Made a command.
3968         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
3969         Replace with the normal org- functions.
3970         (org-self-insert-command): Don't trigger realign unnecessarily
3971         when blanking a field that is not full.
3972         (org-mode): `Set buffer-invisibility-spec' for links.
3973         (org-activate-links2): Hide link part and only show descriptive
3974         part of the link.
3975         (org-insert-link): Modify for new linking system.
3976         (org-store-link): Store description separately, for use by
3977         `org-insert-link'.
3978         (org-table-align): Use `org-string-width'.
3979         (defgroup): Completely new group structure for custom variables.
3980         (org-agenda-files): Option: Single file name allowed.  Function:
3981         Optional argument unrestrited means ignore any restricitons.
3982         (org-install-agenda-files-menu): Find a buffer in Org-mode before
3983         trying to modify the menu.  Use generalized access to
3984         `org-agenda-files.'
3985         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
3986         (org-agenda-file-to-front, org-remove-file, org-diary)
3987         (org-tags-view, org-export-icalendar-all-agenda-files)
3988         (org-export-icalendar-combine-agenda-files): Use generalized
3989         access to `org-agenda-files'.
3990         (org-remember-handler): Correctly preserve heading if present.
3991         (org-table-insert-row, org-table-insert-hline): Deal with
3992         invisible characters.
3994 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
3996         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
3997         (vc-annotate-color-map): New 18 element constant
3998         value/saturation, rotating hue colormap, from red->blue.
3999         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
4000         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
4001         (vc-annotate): To avoid killing the required local variables,
4002         set them before the end of `with-output-to-temp-buffer', and
4003         after first switching to annotate-mode.
4004         (vc-annotate-warp-version): Add buffer argument in goto-line to
4005         ensure annotation, not source, is scrolled.
4007 2006-04-10  Bill Wohler  <wohler@newt.com>
4009         * custom.el (defcustom, custom-handle-keyword):
4010         Add :package-version keyword.
4011         (custom-add-package-version): New function.  Sets value of new
4012         property 'custom-package-version from :package-version keyword.
4013         (defcustom): Create Common Keywords section in docstring.
4014         (defface, defgroup): Replace definitions of a select few keywords
4015         with a reference to the Common Keywords in defcustom.
4016         (defcustom, defface, defgroup): Replace reference to Customization
4017         chapter in manual with hyperlink.
4019         * cus-edit.el (customize-package-emacs-version-alist):
4020         New variable.
4021         (customize-changed-options): Add check for custom-package-version.
4022         (customize-package-emacs-version): New function to look up Emacs
4023         version corresponding to the given package version.
4025         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
4026         defun name, in similar fashion to find-variable-regexp.
4028 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
4030         * international/mule-cmds.el (set-locale-environment): Fix last
4031         change for when the locale's preferences don't specify any encoding.
4033 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4035         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
4036         so the defined var/fun doesn't need to be quoted.
4038 2006-04-10  Richard Stallman  <rms@gnu.org>
4040         * finder.el (finder-mode-map): Add n and p bindings.
4042 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
4044         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
4045         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
4046         (gdb-setup-windows): Put something in source window if we can't find
4047         the source file.
4048         (gdb-frame-handler): Make it work again with just assembly.
4049         (gdb-data-list-register-values-handler): Make it work when there is
4050         no stack.
4052 2006-04-09  Richard Stallman  <rms@gnu.org>
4054         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
4055         specs while looking for charset.
4057         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
4059         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
4060         Make them faces.
4061         (lm-font-lock-keywords): Update appropriately.
4063 2006-04-10  Kim F. Storm  <storm@cua.dk>
4065         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
4066         it can also replace buffer-substring-no-properties.
4068         * emulation/cua-base.el (cua-delete-region, cua-paste)
4069         (cua-repeat-replace-region): Use filter-buffer-substring.
4071         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4072         (cua-cut-region-to-global-mark): Likewise.
4074         * emulation/cua-rect.el (cua--extract-rectangle)
4075         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
4077 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4079         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
4080         entry-type.  Add field delimiters to numerical fields if they are
4081         not present.
4083 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4085         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
4086         string-const to return value.
4087         (bibtex-remove-delimiters): Use it.
4089 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4091         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
4092         cl-byte-compile-compiler-macro unless it exists.
4094 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
4096         * files.el (hack-local-variables-confirm) <offer-save>:
4097         Clarify message text.  Suggested by Ralf Angeli.
4099 2006-04-08  Michael Cadilhac  <michael.cadilhac@lrde.org>
4101         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
4102         (delete-extract-rectangle-line): Use `filter-buffer-substring'
4103         instead of `buffer-substring' and `delete-region'.  (Most of the
4104         code actually copied from `kill-region'.)
4106 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
4108         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
4109         (rcirc-default-port): Rename from rcirc-port.
4110         (rcirc-default-nick): Rename from rcirc-nick.
4111         (rcirc-default-user-name): Rename from rcirc-user-name.
4112         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
4113         (rcirc-low-priority-flag): New variable.
4114         (rcirc-decode-coding-system): New defcustom.
4115         (rcirc-encode-coding-system): New defcustom.
4116         (rcirc-coding-system-alist): New defcustom.
4117         (rcirc-multiline-major-mode): New defcustom.
4118         (rcirc-nick): New internal variable.
4119         (rcirc-process): Remove variable.
4120         (rcirc-server-buffer): New variable.
4121         (rcirc): Update to use rcirc-default-* variables above.
4122         (rcirc-connect): Do not add window-configuration-hook-here.
4123         (rcirc-server): New internal variable.
4124         (rcirc-connect): Do not send keepalive pings if
4125         rcirc-keepalive-seconds is nil.
4126         (with-rcirc-server-buffer): New macro.
4127         (rcirc-send-string): Encode with rcirc-encode-coding-system.
4128         (rcirc-server-name): Rename from rcirc-server.
4129         (rcirc-buffer-process): New function.
4130         (rcirc-buffer-nick): New function.
4131         (rcirc-buffer-target): Remove function.
4132         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
4133         New commands.
4134         (rcirc-mode-map): Change binding of C-c C-l to
4135         rcirc-toggle-low-priority.
4136         (rcirc-mode): Initialize coding system based on
4137         rcirc-coding-system-alist.  New change-major-mode-hook to part the
4138         channel on a mode change.  Make kill-buffer-hook buffer-local.
4139         (rcirc-change-major-mode-hook): New function.
4140         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
4141         (rcirc-last-post-time): New variable.
4142         (rcirc-process-message): Store the last time user posted a message
4143         to this target.
4144         (rcirc-multiline-minor-mode): New mode.
4145         (rcirc-multiline-minor-mode-map): New mode map.
4146         (rcirc-edit-multiline): Put multiline-edit buffer in
4147         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
4148         (rcirc-print): Ignore any line starting with an ignored nick.
4149         (rcirc-print): Decode using rcirc-decode-coding-system.
4150         (rcirc-track-minor-mode): Update global-mode-string when disabling
4151         this mode.
4152         (minor-mode-alist): Add LowPri indicator.
4153         (rcirc-toggle-low-priority): New function.
4154         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
4155         next lowpriority buffer with activity.
4156         (rcirc-record-activity): Sort buffers in rcirc-activity by the
4157         last time the user posted a message in to the target.
4158         (rcirc-update-activity-string): New formatting for low priority
4159         buffers.
4160         (rcirc-split-activity): New function.
4161         (rcirc-handler-PART, rcirc-handler-KICK)
4162         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
4163         (rcirc-nick-away-alist): New variable.
4164         (rcirc-handler-301): New handler.  Away messages are printed once
4165         per change.
4167 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
4169         * info.el (Info-follow-nearest-node): Doc fix.
4171         * international/mule-cmds.el (set-locale-environment): Make sure
4172         the coding-system preferred by the locale's language has the same
4173         EOL conversion type as the original buffer-file-coding-system.
4174         (locale-language-names): Add a few MS Windows language codes.
4176 2006-04-07  Richard Stallman  <rms@gnu.org>
4178         * simple.el (eval-expression): Doc fix.
4180         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
4181         (eval-defun): Doc fixes.
4183 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
4185         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
4187 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
4189         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
4190         GDB list command without argument for greater generality.
4192 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
4194         * subr.el (string-or-null-p): New function.
4196         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
4198         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
4200         * files.el: Update comment about safe-local-variable declarations.
4202 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
4204         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
4205         See idlwave.org.
4207         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
4208         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
4210         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
4211         See idlwave.org.
4213         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
4214         version 6.0 (minimal changes).  See idlwave.org.
4216         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
4217         6.0 (minimal changes).  See idlwave.org.
4219         * progmodes/idlw-rinfo.el: File obsoleted and removed.
4221 2006-04-06  Romain Francoise  <romain@orebokech.com>
4223         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
4224         symmetric encryption features and a new asynchronous interface to
4225         GnuPG.  This new version is version 1.4, plus whitespace changes.
4227 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
4229         * files.el: Move some `safe-local-variable' declarations to the
4230         respective files.
4232         * textmodes/ispell.el (ispell-check-comments)
4233         (ispell-local-dictionary): Mark as safe.
4235         * abbrev.el (abbrev-mode): Mark as safe.
4237         * add-log.el (change-log-default-name): Mark as safe.
4239         * textmodes/reftex-vars.el (reftex-vref-is-default)
4240         (reftex-fref-is-default, reftex-level-indent)
4241         (reftex-guess-label-type): Mark as safe.
4243         * textmodes/fill.el (colon-double-space): Mark as safe.
4245         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
4246         (sentence-end-double-space, sentence-end-without-period)
4247         (sentence-end-without-space, sentence-end, sentence-end-base)
4248         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
4250 2006-04-06  Kim F. Storm  <storm@cua.dk>
4252         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
4253         the :set-after list.
4254         (ido-downcase-unc-hosts): New user option.  Default on.
4255         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
4256         when it is set, as regexps are now applied on the fly.
4257         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
4258         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
4259         on the fly, but only when ido-process-ignore-lists is set.
4260         Do case insensitive filtering if ido-downcase-unc-hosts is set.
4261         Only downcase names if ido-downcase-unc-hosts is set.
4263 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
4265         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
4267         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
4269 2006-04-05  Kim F. Storm  <storm@cua.dk>
4271         * ido.el (ido-mode): Set after ido-unc-hosts and
4272         ido-ignore-unc-host-regexps.
4273         (ido-save-history): Save ido-unc-hosts-cache.
4274         (ido-load-history): Load ido-unc-hosts-cache.
4275         (ido-reread-directory): Refresh unc hosts cache in // dir.
4277         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
4278         to nil while displaying slash screen.
4280 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
4282         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
4283         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4285 2006-04-05  Kenichi Handa  <handa@m17n.org>
4287         * international/characters.el: Setup cases of Latin, Greek, and
4288         Cyrillic characters in CJK charsets.
4290 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
4292         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4293         default-enable-multibyte-characters.  This reverts the change from
4294         revision 6.17 which is no longer necessary because the passphrase
4295         is sent separately now.  GnuPG messages are unreadable under
4296         multibyte locales with default-enable-multibyte-characters set to nil.
4298 2006-04-04  Andreas Schwab  <schwab@suse.de>
4300         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
4301         and `byte-compile-warnings' as `safe-local-variable'.
4303 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
4305         * man.el (Man-mode-map): Restore the \r binding.
4306         (Man-abstract-xref-man-page): If Man-target-string is a function,
4307         call it.
4308         (Man-highlight-references): Use Man-default-man-entry to get the
4309         target.  Deal with xrefs too.
4310         (Man-highlight-references0): Don't call the target function.
4312         * woman.el (WoMan-xref-man-page): Strip the section number, woman
4313         cannot deal with it.
4315 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
4317         * pgg-gpg.el: Clean up process buffers every time gpg processes
4318         complete.
4320 2006-04-04  Kenichi Handa  <handa@m17n.org>
4322         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
4323         here.
4324         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
4325         Temporarily bind inhibit-field-text-motion to t.
4327 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4329         * startup.el (normal-splash-screen): Only set mode-line-format in the
4330         splash buffer, so as not to interfere when debugging the code.
4331         Ignore errors when switching buffer.
4333 2006-04-03  Romain Francoise  <romain@orebokech.com>
4335         * dired.el (dired-dnd-protocol-alist): Fix typo.
4337 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
4339         * savehist.el (savehist): Add :version.
4340         (savehist-ignored-variables): New variable.
4341         (savehist-minibuffer-hook): Don't save variables listed in
4342         `savehist-ignored-variables'.
4344         * dired.el (dired-dnd-protocol-alist): Mention that change does
4345         only apply to new buffers in doc string.
4347 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
4349         * recentf.el (recentf-open-files-item): Include newline in button
4350         field, so opening a file will work, when the point is at the end
4351         of the file name.  Allow, for example, to [i]search a file by
4352         extension and just push RET to open it.
4354 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
4356         * pgg-gpg.el (pgg-gpg-process-filter)
4357         (pgg-gpg-wait-for-completion): Check if buffer is alive.
4359         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4360         lines, temporary fix.
4362 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
4364         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
4366 2006-04-02  Richard Stallman  <rms@gnu.org>
4368         * progmodes/compile.el (compilation-message-face): Make it defcustom.
4370 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
4372         * ibuf-macs.el (define-ibuffer-column): Add a new key:
4373         header-mouse-map.
4375         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
4376         (ibuffer-mode-header-map): New keymaps.
4377         (ibuffer-update-title-and-summary): Enable mouse face highlighting
4378         and keybindings for column headers.
4379         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
4380         property.
4382 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
4384         * speedbar.el (speedbar-after-create-hook): Doc fix.
4386 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
4388         * shell.el (shell-directory-tracker)
4389         (shell-dynamic-complete-command): Doc fixes.
4391 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
4393         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
4394         terminals.
4396 2006-04-01  Kim F. Storm  <storm@cua.dk>
4398         * ido.el (ido-unc-hosts-cache): New defvar.
4399         (ido-unc-hosts): If value of defcustom is a function, call it to
4400         get list of UNC hosts.  Add function-item choices to specify
4401         ido-unc-hosts-net-view or user function.
4402         (ido-ignore-unc-host-regexps): New defcustom.
4403         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
4404         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
4405         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
4407 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4409         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
4410         wwidth.
4412 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
4414         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
4415         (ido-max-work-file-list, ido-switch-buffer)
4416         (ido-read-file-name-as-directory-commands):
4417         Fix typos in docstrings.
4419 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4421         * term/mac-win.el (mac-system-coding-system): Define and use after
4422         Mac-specific coding systems are ready.
4424 2006-03-27  Romain Francoise  <romain@orebokech.com>
4426         * net/rcirc.el (rcirc-connect): Add autoload cookie.
4428         * ldefs-boot.el: Update.
4430 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
4432         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4433         passphrases when it is not needed.
4434         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4435         passphrase stuff from gpg, should only be necessary when you use
4436         gpg with a smartcard.
4438 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
4440         * comint.el (comint-dynamic-list-completions): Allow user to
4441         select *Completions* buffer.
4443 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
4445         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
4447 2006-03-26  Andreas Schwab  <schwab@suse.de>
4449         * progmodes/gud.el (gdb): Only complain about multiple debugging
4450         when the gdb process is still running.
4452 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
4454         * mail/rmail.el (tool-bar-map): Defvar it.
4455         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
4456         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
4458 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
4460         * help.el (print-help-return-message): Suggest to use
4461         display-buffer instead of switch-to-buffer-other-window to restore
4462         the previous window without selecting it.
4464 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4466         * frame.el (select-frame-by-name): Call x-focus-frame also when
4467         window-system is mac.
4469         * term/mac-win.el: Adjust Courier font specifications in
4470         x-fixed-font-alist.
4471         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
4472         when directly encoding to UTF-16 in native byte order, no BOM.
4474 2006-03-25  Kim F. Storm  <storm@cua.dk>
4476         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
4477         (cua--init-keymaps): Use it instead of fixed C-return.
4478         (cua-mode): Set after it.
4480         * emulation/cua-rect.el (cua--init-rectangles):
4481         Use cua-rectangle-mark-key instead of fixed C-return.
4483 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
4485         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
4486         "run" in .gdbinit.
4487         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
4489 2006-03-24  Romain Francoise  <romain@orebokech.com>
4491         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
4492         `display-buffer-other-frame'.
4494 2006-03-24  Kim F. Storm  <storm@cua.dk>
4496         * apropos.el (apropos-synonyms): Add selection => region.
4498 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
4500         * progmodes/gdb-ui.el (gdb-var-create-regexp)
4501         (gdb-var-list-children-regexp, gdb-var-update-regexp)
4502         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
4503         (gdb-data-list-register-values-regexp)
4504         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
4505         Future proof against new fields being added to MI output.
4506         (gdb-send): Don't treat backslashes for program input as
4507         continuations.
4508         (gdb-assembler-handler): Don't use window-start for this handler.
4509         (gdb-frame-handler): Don't change to hollow arrow if overlay
4510         arrow doesn't move to new frame.
4512 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
4514         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
4515         prevent compiler warnings.
4516         (gdb-stopped): Check for gud-last-last-frame (case: signal).
4517         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
4518         (gdb-assembler-custom): Use hollow-right-triangle for assembler
4519         buffer too.
4521 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
4523         * pgg-gpg.el (pgg-gpg-update-agent): Check for
4524         make-network-process, so we can use the same code in Gnus v5-10
4525         too and have this file fully synchronized with that release.
4527 2006-03-23  Romain Francoise  <romain@orebokech.com>
4529         * ibuf-ext.el (ibuffer-read-filter-group-name):
4530         Use `ibuffer-generate-filter-groups' to make completion list match
4531         the filter groups that are really displayed in the Ibuffer buffer.
4532         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
4534 2006-03-23  Kenichi Handa  <handa@m17n.org>
4536         * international/mule-cmds.el (sort-coding-systems): Describe that
4537         the argument is modified in docstring.
4539 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
4541         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4542         (pgg-gpg-update-agent): New function.
4543         (pgg-gpg-use-agent-p): New function.
4544         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4545         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4546         (pgg-gpg-sign-region): Use it.
4548 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
4550         * cus-edit.el (custom-face-set): Call custom-push-theme before
4551         face-spec set so that `changed' theme is correctly saved.
4552         (custom-face-reset-standard): Reset to recalculated face rather
4553         than defface spec.
4555         * custom.el (custom-push-theme): Only save `changed' theme if the
4556         current face does not match the defface specs.
4558 2006-03-21  Simon Josefsson  <jas@extundo.com>
4560         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4561         <wilde@sha-bang.de>.
4562         (pgg-gpg-use-agent): New variable.
4563         (pgg-gpg-process-region): Use it.
4564         (pgg-gpg-encrypt-region): Likewise.
4565         (pgg-gpg-encrypt-symmetric-region): Likewise.
4566         (pgg-gpg-decrypt-region): Likewise.
4567         (pgg-gpg-sign-region): Likewise.
4568         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4570 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
4572         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
4573         bracket links.
4575 2006-03-21  Kim F. Storm  <storm@cua.dk>
4577         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
4578         fringe-indicator-alist instead of modifying global value.
4579         (gdb-frame-handler): Likewise.
4581 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
4583         * diff-mode.el (diff-function): Make it inherit from diff-header
4584         instead of diff-context.
4586         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
4587         bitmap.
4588         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
4589         change names in macro above for consistency.
4590         (gdb-frame-handler): Use hollow-right-triangle for all selected
4591         frames which except the innermost (where execution has stopped).
4592         (gdb-reset): Reset buffer-local values of overlay-arrow.
4594 2006-03-20  Richard Stallman  <rms@gnu.org>
4596         * simple.el (set-mark-command): Doc fix.
4598         * files.el (display-buffer-other-frame): New command.
4599         (ctl-x-4-map): Bind C-x 5 C-o to it.
4601 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4603         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
4604         rather than just defer-time, in case defer-time has been changed but
4605         the timer isn't running yet.
4606         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
4608 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
4610         * help-mode.el (help-follow-symbol): New function.
4611         Essentially identical to the old `help-follow', but do not let
4612         `push-button' do the work when on an xref.
4613         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
4615 2006-03-19  Richard Stallman  <rms@gnu.org>
4617         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
4618         preceded by the word `program'.
4619         (help-follow-mouse, help-follow): Throw error if not on xref.
4620         Delete no longer used args.
4622 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
4624         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
4625         annotation ensure gud-overlay-arrow-position is redisplayed.
4627 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4629         * textmodes/bibtex.el (bibtex-include-OPTkey)
4630         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
4631         (bibtex-autokey-name-case-convert)
4632         (bibtex-autokey-titleword-case-convert): Make these the aliases
4633         for the following two variables.
4634         (bibtex-autokey-name-case-convert-function)
4635         (bibtex-autokey-titleword-case-convert-function): Make these the
4636         real names.
4637         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
4638         bibtex-font-lock-crossref sublists.
4639         (bibtex-mode): Revert 2005-12-30 change (which made
4640         completion-ignore-case buffer-local).
4641         (bibtex-url): Simplify.
4643 2006-03-19  Kim F. Storm  <storm@cua.dk>
4645         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
4646         cursor property value to 2 (to align with C level change).
4648 2006-03-19  Bill Wohler  <wohler@newt.com>
4650         * image.el (image-load-path-for-library): Shorten first line in
4651         docstring.
4653 2006-03-18  Richard Stallman  <rms@gnu.org>
4655         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
4657 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
4659         * isearch.el (isearch-other-meta-char): Handle user bindings for
4660         shifted control characters.
4662 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
4664         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
4665         part that matches email addresses, file names, etc.
4667 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
4669         * term/w32-win.el (mouse-set-font):
4670         Mention w32-list-proportional-fonts in the doc string.
4672 2006-03-18  Kim F. Storm  <storm@cua.dk>
4674         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
4675         (ido-unc-hosts): New user option to explicitly define list of know
4676         UNC-style hosts for completion.
4677         (ido-cache-unc-host-shares-time): New user option.
4678         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
4679         New helper functions for UNC file-name support.
4680         (ido-may-cache-directory): Check for UNC host.  Simplify.
4681         (ido-wash-history): Clean out old UNC hosts.
4682         (ido-nonreadable-directory-p): UNC hosts are always readable.
4683         (ido-directory-too-big-p): UNC hosts are never too big.
4684         (ido-set-current-directory): Handle UNC root path.
4685         (ido-file-name-all-completions): Complete UNC host names from
4686         ido-unc-hosts list.  Cache UNC host shares.
4687         (ido-make-file-list-1): Don't filter UNC root.
4688         (ido-exhibit): Check for // in root directory, and switch to UNC
4689         mode by setting ido-current-directory to //.
4691 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
4693         * cus-edit.el (customize-changed-options): Mention explicit
4694         version number as default in prompt.
4696 2006-03-17  Bill Wohler  <wohler@newt.com>
4698         * image.el (image-load-path-for-library): Minor docstring fix.
4700 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
4702         * textmodes/org.el (org-read-date): Include subgroup 5 into
4703         replacement text.
4704         (org-popup-calendar-for-date-prompt): Fix customization type.
4706 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
4708         * progmodes/gdb-ui.el (gud-watch): Provide completion.
4709         (gdb-continuation): New variable.
4710         (gdb-send): Deal with continuation lines.
4712         * progmodes/gud.el (gud-gdb-complete-command)
4713         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
4714         expressions.
4715         (gud-tooltip-mode): Use buffer-local value.
4717 2006-03-16  Kim F. Storm  <storm@cua.dk>
4719         * ido.el (ido-edit-input): Use selected match, if any.
4721 2006-03-16  Bill Wohler  <wohler@newt.com>
4723         * image.el (image-load-path-for-library): Prefer user's images in
4724         image-load-path.
4726 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
4728         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
4729         when checking for attempt to drag leftmost or rightmost scrollbar.
4731 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
4733         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
4734         (gdb-force-mode-line-update): New function.
4735         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
4736         (gdb-exited): Use them.
4737         (gdb-signal): New function.
4738         (gdb-annotation-rules): Provide a rule for it.
4740 2006-03-16  Kenichi Handa  <handa@m17n.org>
4742         * international/mule.el (auto-coding-regexp-alist): Add entries
4743         for Unicode BOM.
4745         * sort.el (sort-build-lists): Temporarily bind
4746         inhibit-field-text-motion to t.
4748 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
4750         * locate.el (locate-command, locate-make-command-line)
4751         (locate-fcodes-file, locate-update-command)
4752         (locate-prompt-for-command, locate, locate-with-filter)
4753         (locate-get-file-positions): Doc fixes.
4754         (locate-buffer-name, locate-header-face): Remove leading `*' in
4755         defcustom.
4756         (locate-filter-output): Use `keep-lines' instead of its alias
4757         `delete-non-matching-lines'.
4758         (locate-get-filename, locate-get-dirname): Add introductory comment.
4759         (locate-find-directory-other-window): Give appropriate error
4760         message if used outside main listing.
4762 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4764         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
4765         the new extend-region feature.
4766         (font-lock-after-change-function): Update correspondingly.
4767         * jit-lock.el (jit-lock-after-change): Update correspondingly.
4768         * progmodes/grep.el (font-lock-lines-before): Don't disable.
4770 2006-03-15  Bill Wohler  <wohler@newt.com>
4772         * image.el (image-load-path-for-library): Fix example by not
4773         recommending that one binds image-load-path.  Just defvar it to
4774         placate compiler and only use it if previously defined.
4776 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
4778         * textmodes/org.el (org-insert-centered): Use `string-width' to
4779         make underlining work for wide characters.
4780         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
4781         TAB to `org-cycle', to make sure that no binding in
4782         `outline-mode-map' can supercede it.
4784 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
4786         * allout.el: Increment version to 2.2.1 in file commentary.
4788         (allout-version): Increment to 2.2.1.
4790         (allout-default-layout): New customization variable, used when the
4791         file lacks a specific allout-layout.  Uses allout-layout-type for
4792         recursively nested definition.
4794         (allout-layout-type): Widget defining allout layouts, necessary for
4795         self-recursive definition.
4797         (allout-mode): Incorporate allout-default-layout as fallback for
4798         allout-layout.
4800         (allout-layout): Mark as 'safe-local-variable', and refer mention
4801         fallback to `allout-default-layout' in absence of a specified value.
4802         (allout-passphrase-verifier-string)
4803         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
4805         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
4807         (allout-get-encryption-passphrase-verifier): Use correct name of
4808         passphrase verifier in docstring.
4810 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
4812         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
4813         elements.
4814         (gdb-find-watch-expression): Make it work for arrays too.
4815         Follow change to gdb-var-list.
4816         (gud-watch): Allow the user to enter variable name with a prexix
4817         arg.  Create keybindings.
4818         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4819         (gdb-var-list-children-handler, gdb-var-update-handler)
4820         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
4821         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
4822         Follow change to gdb-var-list.
4823         (gdb-starting): Don't show the overlay arrows when program is running.
4825         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
4826         gdb-var-list.
4828 2006-03-14  Bill Wohler  <wohler@newt.com>
4830         * image.el (image-load-path-for-library): Pass value of path
4831         rather than symbol.  Always return list of directories.
4832         Guarantee that image directory comes first.
4834 2006-03-14  Alan Mackenzie  <acm@muc.de>
4836         * font-core.el (font-lock-extend-region\(-function\)?.):
4837         New function/variable.
4839         * font-lock.el (font-lock-after-change-function):
4840         Call font-lock-extend-region.  Obey font-lock-lines-before.
4841         (font-lock-default-fontify-region): Remove reference to
4842         font-lock-lines-before.
4844         * jit-lock.el (jit-lock-after-change):
4845         Call font-lock-extend-region.  Obey font-lock-lines-before.
4847 2006-03-14  David Ponce  <david@dponce.com>
4849         * tree-widget.el (tree-widget-themes-load-path)
4850         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4852 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
4854         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
4855         (rcirc-print): Mark the start of text at the end of the prompt.
4856         (rcirc-track-minor-mode): Add autoload cookie.
4857         (rcirc-update-activity-string): Add space to front of mode-line
4858         indicator.
4860 2006-03-13  Miles Bader  <miles@gnu.org>
4862         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
4863         (rcirc-abbrev-nick): Remove function.
4864         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
4866 2006-03-13  David Ponce  <david@dponce.com>
4868         * tree-widget.el: Handle themes across all occurrences of the main
4869         themes sub-directory found in tree-widget-themes-load-path.
4870         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4871         (tree-widget--locate-sub-directory): Return all occurrences.
4872         (tree-widget-themes-path): New function.
4873         Replace tree-widget-themes-directory, and return a list of directories.
4874         (tree-widget-set-parent-theme)
4875         (tree-widget-lookup-image): Use it.
4877 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
4879         * textmodes/org.el (org-link-search): Avoid self-matching of
4880         links, allow target text to be distributed over several lines.
4881         (org-search-not-link): New function.
4882         (org-set-regexps-and-options, org-get-current-options):
4883         New startup options.
4884         (org-export-as-html): Take odd-level setting from local variable.
4885         (org-fontify-emphasized-text): New option.
4886         (org-set-font-lock-defaults): Include emphasized text.
4887         (org-follow-mhe-link): Allow folder-only links, fix folder name.
4888         (org-font-lock): Customize group renamed from `org-faces'.
4890 2006-03-13  John Paul Wallington  <jpw@pobox.com>
4892         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
4893         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
4895 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
4897         * cus-start.el (all): Delete :version keyword for members of the
4898         fringe group, since the entire group is new in 22.1.
4900 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
4902         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
4903         map if value is hexadecimal (an address).
4904         (gud-watch): Only search roots for existing watch expressions.
4905         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
4906         prevent caching problems with speedbar-update-directory-contents.
4908 2006-03-12  Juri Linkov  <juri@jurta.org>
4910         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
4911         before comparing with `low' and `warn'.
4913         * info.el (Info-dir-remove-duplicates): Move point to the
4914         beginning of the current line after deleting the entries from
4915         redundant heading.  Use marker for `limit' and compare it with
4916         point before calling `re-search-forward'.
4918 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
4920         * simple.el (yank): Fix typo in docstring.
4922 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
4924         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
4925         messages, where "D" is the 6th character.
4927 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
4929         * simple.el (yank): Fix last change.
4931 2006-03-11  David Ponce  <david@dponce.com>
4933         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
4934         merging elements from the standard ispell-dictionary-alist.
4935         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
4936         alist, and return the new alist.
4938 2006-03-11  Richard Stallman  <rms@gnu.org>
4940         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
4942         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
4943         the way it is implemented is too unclean.
4945         * simple.el (kill-region, yank): Doc fix.
4947         * battery.el (battery-echo-area-format): Doc fix.
4948         (battery-mode-line-format): Likewise.
4949         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
4950         (battery-linux-proc-acpi): Ignore batteries that say "charged".
4952 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
4954         * progmodes/octave-mod.el (octave-indent-for-comment):
4955         Behave according to do string.
4957 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
4959         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
4960         Be visible only if major mode is Mail Mode.
4962         * textmodes/flyspell.el (flyspell-external-point-words)
4963         (flyspell-process-localwords): Fix last changes.
4965 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
4967         * calendar/holidays.el (list-holidays): Doc fix.
4969         * international/mule.el (auto-coding-alist): Add .odt
4970         (OpenOffice's open document) files.
4972         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
4973         document) files.  Mention in the doc string the need to sync with
4974         auto-coding-alist.
4976 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
4978         * files.el (hack-local-variables-confirm): Don't prompt for ! if
4979         enable-local-variables is set to always query, or there is no
4980         savable variable.
4982 2006-03-10  Bill Wohler  <wohler@newt.com>
4984         * image.el (image-load-path-for-library): Merge at least three
4985         functions from Gnus and MH-E into this one function that can now
4986         be shared.
4988 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
4990         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
4991         gdb-remove-mouse-face and remove help-echo too.
4992         (gdb-enqueue-input): Correct conditional clause.
4994 2006-03-10  Glenn Morris  <rgm@gnu.org>
4996         * calendar/calendar.el (calendar-holidays): Doc fix.
4997         * calendar/holidays.el (list-holidays): Doc fix.
4999 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
5001         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
5002         it gets called in gdb-prompt anyway.
5003         (gdb-use-separate-io-buffer): Only restore window arrangement for
5004         gdb-many-windows.
5005         (gdb-enqueue-input): Make it harder to send GDB input when program
5006         is running.
5007         (gdb-buffer-list): New variable.
5008         (gdb-remove-mouse-face): New function.
5009         (gdb-starting): Use it when GDB input won't get sent.
5011 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
5013         * help.el (view-lossage): Remove trailing whitespace before
5014         inserting "\n".
5016 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
5018         * files.el (hack-local-variables-confirm):
5019         Set coding-system-for-read to nil before writing to .emacs.
5021         * arc-mode.el (archive-extract): Check if an existing buffer name
5022         comes from a different archive.
5024         * help.el (describe-key-briefly): If KEY is a down event, read and
5025         discard the up event.
5027 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
5029         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
5030         be edited and use font-lock-warning-face for any changes.
5032         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
5033         (gdb-edit-value): Use it to report any errors.
5035 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
5037         * help.el (describe-key): Remove leftover test code.
5039 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
5041         * textmodes/org.el: Move defvars out of eval-when-compile.
5042         Use buffer-file-name variable.
5043         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
5044         arg `file'.
5045         (org-level-faces): Remove startup dependency.
5046         (org-cycle, org-map-tree, org-scan-tags)
5047         (org-remember-handler): Don't call `outline-level' directly.
5048         (org-mhe-search-all-folders): New option.
5049         (org-mhe-get-message-folder-from-index)
5050         (org-mhe-get-message-folder): Fix indexing search.
5051         (org-format-agenda-item): Handle nil TAGS argument.
5052         (org-cleaned-string-for-export, org-activate-target-links)
5053         (org-make-target-link-regexp): Deal with empty radio target list.
5054         (org-tag): New face.
5055         (org-get-level-face): New function.
5056         (org-set-font-lock-defaults): Simplify setup for headlines.
5057         (org-complete): Pass common substring to `display-completion-list'.
5059 2006-03-06  David Ponce  <david@dponce.com>
5061         * tree-widget.el: Update Commentary header.
5062         (tree-widget-theme-name): Ignore parent themes.
5063         (tree-widget-set-parent-theme): New function.
5064         (tree-widget-set-theme): Use it.
5065         (tree-widget-set-image-properties): Move definition.  Does nothing
5066         if image properties have already been set.
5067         (tree-widget-image-properties): Move definition.  Receive an image
5068         name.  Set the :pointer property.
5069         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
5070         Don't set the :pointer image property.
5071         (tree-widget-convert-widget): New function.  Handle :dynargs
5072         compatibility here.
5073         (tree-widget): Use it to :convert-widget.  Add the :expander-p
5074         predicate to control when the :expander function is entered.
5075         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
5076         (tree-widget-value-create): Handle :expander-p.  widget-apply
5077         :expander.
5078         (tree-widget-expander-p): New function.  Default value of the
5079         :expander-p property.
5081 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
5083         * help.el (describe-key): Properly handle the return value of
5084         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
5085         remaps.  Handle string and vector `follow-link' values.
5087 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5089         * complete.el (PC-expand-many-files): Try be more careful when parsing
5090         the shell's output.
5092 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5094         * outline.el (hide-sublevels): Provide better interactive default.
5096 2006-03-06  Kenichi Handa  <handa@m17n.org>
5098         * international/fontset.el (create-fontset-from-fontset-spec):
5099         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
5101 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
5103         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
5104         backslashes instead of one in regexp.
5105         (gud-tooltip-dereference): Add missing optional argument.
5107 2006-03-04  John Paul Wallington  <jpw@pobox.com>
5109         * wdired.el (toplevel): Require `cl' at compile-time.
5111 2006-03-04  Andreas Schwab  <schwab@suse.de>
5113         * server.el (server-process-filter): Handle errors during
5114         evaluation of the argument.
5116 2006-03-03  John Paul Wallington  <jpw@pobox.com>
5118         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
5119         escape parentheses at beginning of line.
5120         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
5121         (t-mouse-mode): Remove period from end of error message.
5123 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
5125         * textmodes/flyspell.el (flyspell-process-localwords):
5126         Be case-sensitive.
5128 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
5130         * cus-edit.el (custom-quote): Remove function, since it has been
5131         moved to custom.el.
5133         * font-lock.el (lisp-font-lock-keywords-2)
5134         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
5135         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
5136         they have no special meaning.
5138         * midnight.el (clean-buffer-list): Handle case where base-buffer of
5139         indirect buffer gets killed before indirect buffer.  Use dolist.
5141 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
5143         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
5144         value instead of a literal constant (1) on more pauses.
5146 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
5148         * textmodes/flyspell.el (flyspell-external-point-words):
5149         Be case-sensitive.
5151 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
5153         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
5154         with "www".
5156 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
5158         * allout.el: Restablish intermediate missing comment header to
5159         preserve outline structure.
5160         (allout-beginning-of-current-entry): Skip invisible text.
5161         (allout-open-topic): Fix opening a topic at end-of-buffer.
5162         (allout-minor-mode): Move nearer to allout-mode function.
5164 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
5166         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
5168 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
5170         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
5171         is nil.
5173         * progmodes/gud.el (gud-speedbar-menu-items):
5174         Use buffer-local-value and add missing :visible keyword.
5176         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
5178 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
5180         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
5181         must be `follow-link'.
5183         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
5185         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
5186         formatting: No nested anchors.
5187         (org-all-targets): Fix bug with XEmacs compatibility.
5188         (org-read-date): Add (require 'parse-time).
5189         (org-set-tags): Fix bug with extra inserted space.
5190         (org-export-html-style): Define a style class for targets.
5191         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
5192         (org-hide-leading-stars): New option.
5193         (org-hide): New face.
5194         (org-set-font-lock-defaults): Allow to hide leading stars.
5195         (org-get-legal-level, org-tr-level): New functions.
5196         (org-odd-levels-only): New option.
5197         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
5198         (org-demote, org-promote): Deal with double-star levels.
5199         (org-convert-to-odd-levels): New command.
5201 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
5203         * speedbar.el (speedbar-update-localized-contents): Try to
5204         preserve window-start.
5205         (speedbar-update-directory-contents): Try to preserve window-start
5206         and window-point.
5207         (speedbar-update-special-contents): Don't move back to start of window.
5209         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
5210         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
5211         speedbar-timer-fn.
5212         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
5213         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
5214         instead of gdb-speedbar-timer-fn.
5216 2006-02-28  Jay Belanger  <belanger@truman.edu>
5218         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
5219         (math-compose-expr): Use latex option when calling
5220         `math-compose-tex-matrix' for latex mode.
5222 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
5224         * speedbar.el: Re-instate comments about developing for speedbar
5225         [this is what info and gdb-ui use even if better methods exist now].
5227         * t-mouse.el: New file.
5228         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
5229         (t-mouse-lispy-buffer-posn-from-coords): Remove.
5230         (t-mouse-make-event-element): Use posn-at-x-y instead.
5231         (t-mouse-make-event): Deal with Fedora Core 3.
5232         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
5233         (t-mouse-mouse-position-function): New function.  Use it instead
5234         of advising mouse-position.
5235         (t-mouse-mode): New minor mode.
5236         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
5238 2006-02-27  Glenn Morris  <rgm@gnu.org>
5240         * calendar/calendar.el (calendar-holidays): Doc fix.
5242 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
5244         * progmodes/gdb-ui.el (gdb-source-window): New variable.
5245         Re-introduce the concept of a source window.
5246         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
5247         consistency with get-buffer-create.
5248         (def-gdb-auto-update-handler, gdb-info-locals-handler)
5249         (gdb-data-list-register-values-handler)
5250         (gdb-stack-list-locals-handler): Try to preserve window-start as
5251         well as window-point.
5252         (gdb-display-source-buffer): New function (old concept).
5253         (gdb-goto-breakpoint): Use it.
5255         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
5256         for gdb-ui/gdb-mi (old concept).
5258 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
5260         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
5261         binding.
5263         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
5265         * textmodes/reftex-sel.el (reftex-select-label-map)
5266         (reftex-select-bib-map): Add `follow-mouse' binding.
5268 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
5270         * jka-cmpr-hook.el (jka-compr-compression-info-list)
5271         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
5272         Give :set functions to provide automatic updating.
5273         Update docstring.  Give compiler defvars early in the file
5274         and move the defcustoms to a later spot where all called functions
5275         are defined.
5276         (jka-compr-file-name-handler-entry): Doc fix.
5277         (jka-compr-compression-info-list--internal)
5278         (jka-compr-mode-alist-additions--internal)
5279         (jka-compr-load-suffixes--internal): New variables.
5280         (jka-compr-install): Set the three above variables.
5281         Update `load-file-rep-suffixes' instead of `load-suffixes'.
5282         (jka-compr-update, jka-compr-set): New functions.
5283         (auto-compression-mode): Doc fix.
5285         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
5286         Update `load-file-rep-suffixes' instead of `load-suffixes'.
5287         Use jka-compr-compression-info-list--internal,
5288         jka-compr-mode-alist-additions--internal and
5289         jka-compr-load-suffixes--internal.
5291         * files.el (load-library):
5292         * loadhist.el (file-loadhist-lookup):
5293         * startup.el (command-line):
5294         * subr.el (locate-library):
5295         * emacs-lisp/autoload.el (update-directory-autoloads):
5296         * emacs-lisp/find-func.el (find-library-suffixes):
5297         Use `get-load-suffixes' instead of `load-suffixes'.
5299         * subr.el (locate-library):
5300         * emacs-lisp/find-func.el (find-library-name):
5301         Use `load-file-rep-suffixes' instead of '("").
5303 2006-02-26  Kim F. Storm  <storm@cua.dk>
5305         * ido.el (ido-save-history, ido-load-history): Simplify.
5306         Don't use find-file-noselect to avoid interference from other modes.
5308 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
5310         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
5311         to use the default shell if filename is not available.
5312         Reported by Giorgos Keramidas.
5314 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
5316         * progmodes/etags.el (tags-completion-table): Do completion from
5317         all the tables in the current list, as documented in the manual.
5319 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5321         * CC Mode Update to 5.31.3.
5323 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5325         * progmodes/cc-mode.el (c-postprocess-file-styles):
5326         Bind inhibit-read-only to t, around the call to
5327         c-remove-any-local-eval-or-mode-variables, so that it works on a
5328         RO file.
5330 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5332         * progmodes/cc-awk.el: Correct a typo.
5334 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5336         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
5337         c-hungry-delete-backwards, at the request of RMS.  Leave the old
5338         name as an alias.
5340 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5342         * progmodes/cc-mode.el: Correct a typo.
5344 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5346         * progmodes/cc-defs.el: Update the version number to 5.31.3.
5348 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5350         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
5351         brace-else-brace (error due to mbeg, mend being undefined).
5353 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5355         * progmodes/cc-mode.el: File Local variables: Solve the problem
5356         where both `mode' and c-file-offsets are specified: `mode' will
5357         overwrite c-f-o's settings:
5358         (c-remove-any-local-eval-or-mode-variables): New function.
5359         (c-postprocess-file-styles): Call the above new function, within
5360         c-tentative-buffer-change, to splat `mode' and `eval' before the
5361         second hack-local-variables.
5363 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5365         * progmodes/cc-mode.el:
5366         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
5367         (c-after-change): Protect the match data with save-match-data.
5368         It was getting corrupted by c-after-change-check-<>-operators.
5370         * cc-defs.el: [Supersedes patch V1.38]:
5371         (top level): Check for a buggy font-lock-compile-keywords ONLY in
5372         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
5374         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
5375         with save-match-data.  It was being corrupted when Font Lock was
5376         not enabled.
5378 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5380         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
5381         Mode and Subword Mode.
5383         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
5384         real labels ("case 1:" or "foo:") from non-labels ("public:").
5385         (c-forward-objc-directive): Replace c-forward-token-2 with crude
5386         coding; c-f-t-2 doesn't move over a token at EOB.
5388         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
5390         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
5391         (c-update-modeline): Concatenate the minor mode indicators
5392         directly onto mode-name, removing c-submode-indicators.
5393         Sometimes, c-s-i got separated from the mode name on the mode line.
5395         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
5396         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
5398 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5400         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
5401         error message when there's an evaluation error to show whether
5402         it's loaded from source or not.
5403         (c-filter-ops): Make it available at runtime too to work when
5404         `c-make-init-lang-vars-fun' needs to evaluate from source.
5406 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
5408         * help.el (help): Revert last part of 2006-02-23 change (deletion
5409         of the `provide' call).
5411 2006-02-23  Juri Linkov  <juri@jurta.org>
5413         * compare-w.el (compare-windows-highlight): Add new value
5414         `persistent' and change :type from `boolean' to `choice'.
5415         (compare-windows-overlays1, compare-windows-overlays2):
5416         New internal variables.
5417         (compare-windows-highlight): If compare-windows-highlight is
5418         `persistent', add current overlays to compare-windows-overlays[12]
5419         instead of adding compare-windows-dehighlight to pre-command-hook.
5420         (compare-windows-dehighlight): Delete all overlays from
5421         compare-windows-overlays[12].
5423         * info.el (Info-search): Don't bind search-spaces-regexp to
5424         Info-search-whitespace-regexp in non-regexp isearch mode.
5426 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5428         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
5430 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
5432         * textmodes/org.el (org-xemacs-p)
5433         (org-export-html-show-new-buffer, org-table-may-need-update)
5434         (org-insert-item, org-mhe-get-message-real-folder)
5435         (org-mhe-get-message-folder-from-index)
5436         (org-mhe-get-message-folder, org-mhe-get-message-num)
5437         (org-mhe-get-header, org-make-org-heading-search-string)
5438         (org-make-org-heading-camel, org-table-sort-lines)
5439         (org-format-org-table-html, org-format-table-table-html):
5440         Fix typos in docstrings.
5442 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
5444         * textmodes/org.el (org-cleaned-string-for-export)
5445         (org-solidify-link-text): New function.
5446         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
5447         XEmacs, just to silence the compiler.
5448         (org-export-as-ascii, org-export-as-html-and-open):
5449         Use `org-cleaned-string-for-export' and create internal links.
5450         (org-follow-mhe-link): Require mh-e, use folder.
5452 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
5454         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
5456         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
5457         gdb-debug-log-length.
5458         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
5459         it a real ring but...
5460         (gud-gdba-marker-filter): ...make it work like mark-ring.
5461         (gdb-enable-debug): Rename from gdb-enable-debug-log.
5462         (gdb-mouse-jump): New function.  Add bindings.
5464 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
5466         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
5467         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
5468         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
5469         (gdb-debug-log-length): Customize it's length.
5470         (gud-watch, gdb-var-create-handler): Display function::var format
5471         but don't use to create variable object.
5472         (gdb-var-create-handler): Use message-box in place of message.
5473         (gdb-stopped): Call gdb-exited if signalled.
5475 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
5477         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
5479         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
5481         * textmodes/reftex.el (reftex-locate-file): Search all extensions
5482         if `reftex-try-all-extensions' is set.
5484         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
5485         fail silently when there is no valid argument at point.
5486         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
5487         `fail-silently' argument.  From a patch by David Reiter.
5489         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
5490         New commands.
5491         (org-mark-ring): New variable.
5492         (org-mark-ring-length): New option.
5493         (org-open-at-point, org-goto, org-open-file): Push old position
5494         onto the mark ring.
5495         (org-add-hook): New function.
5496         (org-export-table-remove-special-lines): New option.
5497         (org-skip-comments, org-format-org-table-html): Respect new
5498         option `org-export-table-remove-special-lines'.
5499         (org-open-file): Allow special command configuration for
5500         directory link.
5501         (org-file-apps): Fix bugs in customize type, added setting
5502         for directories.
5503         (org-activate-tags, org-format-agenda-item, org-complete)
5504         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
5505         (org-get-tags, org-get-buffer-tags, org-open-at-point)
5506         (org-link-search, org-make-org-heading-search-string)
5507         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
5508         (org-radio-targets, org-file-link-context-use-camel-case)
5509         (org-activate-camels): New options.
5510         (org-update-radio-target-regexp, org-all-targets)
5511         (org-make-target-link-regexp, org-activate-target-links):
5512         New functions.
5513         (org-make-org-heading-search-string): New function.
5514         (org-store-link, org-insert-link): Use new option
5515         `org-file-link-context-use-camel-case'.
5516         (org-activate-camels): Use new option `org-activate-camels'.
5517         (org-link-regexp): Add mhe prefix.
5518         (org-open-at-point, org-store-link): Support for mhe links.
5519         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
5520         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
5521         (org-mhe-get-header, org-follow-mhe-link): New functions.
5522         (org-remove-angle-brackets, org-add-angle-brackets):
5523         New functions.
5524         (org-bracket-link-regexp): New constant.
5525         (org-read-date): Fix bug that was rejecting all typed dates.
5526         (org-link-search): Make hierarchy above visible after a match.
5527         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
5528         (org-store-link): Fix bug with link creation when cursor is in
5529         an empty line.
5530         (org-open-at-point): Fix bug with matching a link.
5531         Fixed buggy argument sequence in call to `org-view-tags'.
5532         (org-compile-prefix-format): Set `org-prefix-has-tag'.
5533         (org-prefix-has-tag): New variable.
5534         (org-format-agenda-item): Remove tags from headline
5535         if appropriate.
5536         (org-agenda-remove-tags-when-in-prefix): New option.
5538 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
5540         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
5541         Fix the regular expressions.
5543 2006-02-21  Richard M. Stallman  <rms@gnu.org>
5545         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
5546         if there's no other specific basis.
5548         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
5549         as variables at all.
5550         (unsafep-variable): Rename arg; doc fix.
5552         * abbrevlist.el (list-one-abbrev-table): Add autoload.
5554         * calendar/appt.el (diary-selective-display): Add defvar.
5556         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
5558         * isearch.el (search-whitespace-regexp): Fix custom type.
5560         * help.el (describe-key-briefly): Compute interactive args
5561         in same was as before previous change.
5563         * files.el (enable-local-variables): Doc fix.
5565 2006-02-21  Kim F. Storm  <storm@cua.dk>
5567         * fringe.el: Cleanup as file is now pre-loaded.
5568         (fringe-bitmaps): Initialize unconditionally.
5569         (fringe-mode, set-fringe-style): Remove autoload cookies.
5571 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
5573         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
5574         `horizontal-bar'.
5575         (fringe-cursor-alist): Use `horizontal-bar'.
5577 2006-02-20  Kim F. Storm  <storm@cua.dk>
5579         * fringe.el (fringe-bitmaps): Update to new bitmap names.
5580         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
5582         * loadup.el: Load "fringe" on window systems.
5584 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
5586         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
5587         out of scope components.
5589         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
5590         default.
5592 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
5594         * custom.el (customize-mark-to-save, customize-mark-as-set):
5595         Load the symbol first.
5597 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
5599         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
5600         strech spec so it doesn't display as "^J" on the header line
5601         when `Buffer-menu-use-header-line' is t.
5603 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
5605         * speedbar.el (speedbar-make-button): Keep text properties
5606         of string arguments if desired.
5608         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
5609         expessions.
5611         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
5612         of speedbar.
5614 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
5616         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
5617         to value of `read-file-name-completion-ignore-case'.
5619 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
5621         * custom.el (customize-mark-as-set): Push to `user' theme.
5623         * cus-edit.el (custom-save-variables): Allow unthemed values.
5624         (customize-set-variable): Push setting to `user' theme.
5626 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
5628         * progmodes/gud.el: Don't require font-lock as it's now
5629         automatically loaded.
5630         (gud-speedbar-buttons): Replace gdb-var-changed with
5631         gdb-force-update.
5633         * progmodes/gdb-ui.el (gdb-force-update): Rename from
5634         gdb-var-changed.
5635         (gdb-post-prompt): Use it.
5636         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5637         (gdb-var-update-handler, gdb-var-delete)
5638         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
5639         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
5640         gdb-force-update in gdb-post-prompt.
5641         (gdb-reset): Clear watch expressions from speedbar when quitting.
5643 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
5645         * viper-cmd.el (viper-insert-state-post-command-sentinel)
5646         (viper-change-state-to-vi, viper-change-state-to-emacs):
5647         Make aware of cursor coloring in the Emacs state.
5648         (viper-special-read-and-insert-char): Use read-char-exclusive.
5649         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
5651         * viper-init.el (viper-emacs-state-cursor-color): New variable.
5653         * viper-util.el (viper-save-cursor-color)
5654         (viper-get-saved-cursor-color-in-replace-mode)
5655         (viper-get-saved-cursor-color-in-insert-mode)
5656         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
5657         state.
5658         (viper-get-saved-cursor-color-in-emacs-mode): New function.
5660         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
5661         (ediff-ignore-case-option3, ediff-actual-diff-options)
5662         (ediff-actual-diff3-options): New variables to control case sensitivity.
5663         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
5664         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
5665         (ediff-toggle-ignore-case): New function.
5666         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
5668         * ediff-help.el (ediff-long-help-message-narrow2)
5669         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
5670         (ediff-long-help-message-word-mode): Add ignore-case command.
5671         (ediff-help-for-quick-help): Add ignore-case command.
5673         * ediff-merg.el: Move provide to the end.
5675         * ediff-ptch.el: Move provide to the end.
5677         * ediff-wind.el: Move provide to the end.
5679         * ediff-mult.el: Move provide to the end.
5680         (ediff-set-meta-overlay): Enable follow-link.
5682         * ediff.el: Move provide to the end.
5683         Break recursive load cycle in eval-when-compile.
5684         (ediff-patch-buffer): Better heuristics.
5686         * ediff-util.el: Move provide to the end.
5687         Break recursive load cycle in eval-when-compile.
5688         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
5689         defuns.
5690         (ediff-submit-report): Pass the values of ediff-diff3-program,
5691         ediff-diff3-options.
5693 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
5695         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
5696         the opening bracket of the following bracketing pairs: {}, [], (), <>,
5697         `' (for example, in the docstring of `windmove-default-keybindings').
5699 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
5701         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
5702         shadow face.  Don't provide binding to edit variable when it is
5703         out of scope.
5705         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5706         (gdb-var-update-handler): Detect out of scope variables with pre
5707         GDB 6.4 too.
5708         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
5709         Reset status of variable objects to nil in update handlers.
5710         (gdb-var-update-handler-1): Detect when a variable object comes
5711         in scope.  setcar on var changes gdb-var-list directly.
5713 2006-02-17  Juri Linkov  <juri@jurta.org>
5715         * ffap.el (ffap) <defface>: Add explicit face declaration.
5716         (ffap-highlight): Use face `ffap' directly instead of checking
5717         for its existence.
5719         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
5720         `visible-ok' of `other-buffer' to find the right original buffer.
5722         * info.el (Info-search): Skip `Local Variables' node.
5724 2006-02-17  Juri Linkov  <juri@jurta.org>
5726         * info.el (Info-find-file): Check for symbols `apropos', `history',
5727         `toc' in the input filename, and return these symbols as is.
5728         (Info-find-node-2): Set Info-current-file to symbols `apropos',
5729         `history', `toc' instead of strings.
5730         (Info-set-mode-line): For non-string Info-current-file use the
5731         symbol's name inside **.
5732         (Info-isearch-push-state): Add quote before Info-current-file and
5733         Info-current-node.
5734         (Info-isearch-pop-state): Use `equal' instead of `string='.
5735         (Info-extract-pointer, Info-following-node-name): Use
5736         `match-string-no-properties' instead of `match-string'.
5737         (Info-up): Check `old-file' for `stringp'.
5738         (Info-history): Use `equal' instead of `string-equal'.
5739         Check `file' for `stringp'.
5740         (Info-history): Use symbol `history' instead of string as first arg
5741         of `Info-find-node'.
5742         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
5743         `toc' instead of string.
5744         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
5745         instead of `buffer-substring', and `match-string-no-properties'
5746         instead of `match-string'.
5747         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
5748         instead of strings.
5749         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
5750         Use symbol `apropos' instead of string.
5751         (Info-copy-current-node-name): Check `Info-current-file' for
5752         `stringp' and construct a command with `Info-find-node' from it.
5753         (Info-fontify-node): Use `match-string-no-properties' instead of
5754         `match-string' and check file names for `stringp'.
5755         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
5756         `history', `toc' instead of strings.
5758 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
5760         * files.el: Rearrange functions and variables in the file local
5761         variables section.
5763 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
5765         * files.el: Add truncate-lines, ispell-check-comments and
5766         ispell-local-dictionary as safe local variables.
5768 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
5770         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
5771         out of scope variables.
5772         (gud-speedbar-buttons): Use unless.
5774         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
5775         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
5776         (gdb-show-changed-values): Also use for out of scope variables.
5777         (gdb-var-update-handler-1): Note if variable goes out of scope.
5779 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
5781         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
5782         default to global variable values for unsupplied args.
5783         (rcirc-get-buffer-create): Fix bug with setting the target.
5784         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
5785         test for rcirc-always-use-server-buffer-flag here.
5786         (rcirc-response-formats): Add %N, which is a facified nick.  %n
5787         uses the default face.  Change the ACTION format string.  If the
5788         "nick" is the server, don't print anything for that field.
5789         Comment fixes.
5790         (rcirc-target-buffer): Don't test
5791         rcirc-always-use-server-buffer-flag here.
5792         (rcirc-print): Squeeze extra spaces out of the text before message.
5793         (rcirc-put-nick-channel): Strip potential "@" char from nick
5794         before adding them to nick table.
5795         (rcirc-url-regexp): Improve to match address like "foo.com".
5797 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
5799         * allout.el (allout-hidden-p): Move this defsubst before
5800         allout-overlay-interior-modification-handler, where it is first
5801         used.
5803 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
5805         * allout.el: Use allout invisible-text overlays instead of
5806         selective display for concealed text.  Also, lots of general
5807         cleanup, and improved compatibility code.
5809         (allout-version) Incremented, corrected, revised, and refined
5810         module commentary.
5812         (provide 'allout): Moved to the bottom, added a require of overlay.
5814         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
5815         `except-current'.
5816         (allout-write-file-hook-handler): Minimize delay.
5817         (count-trailing-whitespace-region): New function so
5818         auto-encryption of current topic can resituate cursor exactly.
5819         PGP/GPG encryption trims trailing whitespace from lines, which
5820         must be accounted for across encryption then decryption.
5822         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
5823         just plain "\C-c", to avoid intruding on user's keybinding space.
5825         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
5826         parameter, so user request to provide a new password is done.
5828         (allout-outside-normal-auto-fill-function, allout-auto-fill):
5829         Refined mechanism for auto-filling behavior while in allout mode.
5831         (allout-mode): Explicitly specify the mode map in the docstring.
5832         Clarify provision for various write-file hook var names.
5833         Adjusted for invisible-text overlays instead of selective-display.
5835         (allout-depth): Really return 0 if not within any topic.  This
5836         rectifies `allout-beginning-of-level' and sequence numbering
5837         errors that occur when cutting and pasting numbered topics.
5838         Changed from a in-line subst to a regular function, as well.
5840         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
5842         (allout-end-of-subtree, allout-end-of-subtree)
5843         (allout-end-of-entry, allout-end-of-current-heading)
5844         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
5845         (allout-show-children, allout-show-to-offshoot)
5846         (allout-hide-current-entry, allout-show-current-entry): Rectified
5847         handling of trailing blank lines between items.
5849         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
5850         (allout-current-depth, allout-unprotected, allout-hidden-p)
5851         (allout-on-current-heading-p, allout-listify-exposed)
5852         (allout-chart-subtree, allout-goto-prefix)
5853         (allout-back-to-current-heading, allout-get-body-text)
5854         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
5855         (allout-hide-region-body, allout-toggle-subtree-encryption)
5856         (allout-encrypt-string, allout-encrypted-key-info)
5857         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
5858         (allout-file-vars-section-data): Adjusted for use with
5859         invisible-text overlays instead of selective-display.
5861         (allout-kill-line, allout-kill-topic, allout-yank-processing):
5862         Reworked for use with invisible text overlays.
5864         (allout-current-topic-collapsed-p): New function.
5866         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
5867         to know when to close the containing topic.
5869         (allout-pre-command-business, allout-post-command-business):
5870         Simplify undo-batching and dynamic isearch exposure.
5872         (allout-set-overlay-category): New for invisible-text overlays.
5873         Sets properties of allout-overlay-category, used by
5874         allout-flag-region to set invisible-text overlay properties.
5875         (allout-get-invisibility-overlay): Get the first qualifying
5876         invisibility overlay, so we can find the extent of it.
5877         (allout-back-to-visible-text): Get to just before the beginnining
5878         of the current invisibility overlay, if any.
5880         (allout-overlay-insert-in-front-handler)
5881         (allout-overlay-interior-modification-handler)
5882         (allout-before-change-handler, allout-isearch-end-handler): New
5883         functions to handle extraordinary actions affecting concealed
5884         text.
5886         (allout-flag-region): Use overlays instead of selective-display
5887         for invisible text - by inheritence from the properties of
5888         allout-overlay-category in mainline Emacs, and applied
5889         property-by-property in XEmacs, some recent versions of which
5890         don't inherit the properties from the category.  Provisions to
5891         respond to concealed-text edits simplified drastically.
5893         (allout-isearch-rectification, allout-isearch-was-font-lock)
5894         (allout-isearch-expose, allout-enwrap-isearch)
5895         (allout-isearch-abort, allout-pre-was-isearching)
5896         (allout-isearch-prior-pos, allout-isearch-did-quit)
5897         (allout-isearch-dynamic-expose)
5898         (allout-hide-current-entry-completely): Functions deleted.
5900         (allout-undo-aggregation): Explicit undo aggregation no longer
5901         necessary due to transition away from selective-display.
5903         (set-allout-regexp, allout-up-current-level)
5904         (allout-next-visible-heading, allout-forward-current-level)
5905         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
5906         (allout-kill-line, allout-yank-processing, allout-show-children)
5907         (allout-expose-topic, allout-old-expose-topic)
5908         (allout-listify-exposed, allout-insert-latex-header)
5909         (allout-toggle-subtree-encryption, allout-encrypt-string)
5910         (remove-from-invisibility-spec, allout-hide-current-subtree):
5911         Ditched unused variables.
5913 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
5915         * textmodes/ispell.el (ispell-change-dictionary): Call
5916         ispell-buffer-local-dict instead of
5917         ispell-accept-buffer-local-defs.
5918         (ispell-local-dictionary-alist): Accept as valid any coding-system
5919         supported by Emacs.
5920         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
5921         changed to iso-8859-3.
5923 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
5925         * speedbar.el (speedbar-frame-width): Make an inline function
5926         instead of a macro.  Use frame-width.
5927         (speedbar-try-completion, speedbar-update-contents)
5928         (speedbar-timer-fn): Use consp.
5929         (speedbar-update-localized-contents): Try to preserve point.
5931         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
5932         (menu): Re-order menu items.
5933         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
5934         field.
5935         (gdb-var-update-handler-1): Use it for GDB 6.4+.
5936         (gdb-post-prompt): Speed things by not forcing update.
5938 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
5940         * wid-edit.el (widget-button-click): For mouse-1, cancel button
5941         press and perform default action if we get a mouse movement event.
5943 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
5945         * calendar/icalendar.el (icalendar--get-event-property)
5946         (icalendar--get-event-property-attributes): Fix typos in
5947         docstrings.
5949         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
5950         docstring.
5952 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
5954         * bs.el (bs-mode): Use `buffer-disable-undo'.
5955         (bs--get-file-name): Simplify.
5956         (bs-show-in-buffer): Mark the buffer as not modified.
5958 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5960         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
5961         widget-button-click.
5963         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
5964         (custom-mode): Update docstring.
5966         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
5967         binding.
5969         * files.el (hack-local-variables-confirm): Allow scrolling if the
5970         file variable list is too long.  Kill temp buffer after use.
5972 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
5974         * progmodes/gud.el (gdb): Improve doc string.
5975         (gdb-script-font-lock-keywords): Expand allowed character set.
5977         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
5978         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
5979         (gdb-separate-io-interrupt, gdb-separate-io-quit)
5980         (gdb-separate-io-stop, gdb-separate-io-eof):
5981         Rename from gdb-inferior-* to gdb-separate-*.
5982         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
5984 2006-02-14  Jay Belanger  <belanger@truman.edu>
5986         * calc/calc-arith.el (math-check-known-scalarp): Make sure
5987         expression is a symbol before checking that it is bound.
5989         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
5990         test to see if equation can be solved.
5992 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5994         * wid-edit.el (widget-button-click): Use :pressed-face property
5995         for overlay face, if it exists.
5997         * cus-edit.el (custom-manual, custom-add-see-also)
5998         (custom-add-parent-links, custom-group-link): Add :pressed-face
5999         property to links.
6001         * files.el (hack-local-variables): Remove ignored variables before
6002         checking if any variables need setting.
6004 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6006         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
6008 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
6010         * help.el (where-is): Fix message for remapped commands.
6012         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
6013         Fix typos in docstrings.
6015 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
6017         * files.el (safe-local-variable-values): New option.
6018         (hack-local-variables-prop-line): Return a list of variable-value
6019         pairs if MODE-ONLY is non-nil.
6020         (hack-local-variables): Construct list of variable-value pairs,
6021         and apply or reject them in one go.  Ask for confirmation if
6022         variables are not known safe.
6023         (hack-local-variables-confirm): Complete rewrite.  Support
6024         `safe-local-variable-values'.
6025         (enable-local-variables): Update docstring to reflect new
6026         behavior.
6027         (ignored-local-variables): Ignore ignored-local-variables and
6028         safe-local-variable-values.
6029         (safe-local-variable-p): New function.
6030         (risky-local-variable-p): `safe-local-variable' property check
6031         moved to safe-local-variable-p.
6032         (hack-one-local-variable): Checks moved to hack-local-variables.
6034         (byte-compile-dynamic, c-basic-offset, c-file-style)
6035         (c-indent-level, comment-column, fill-column, fill-prefix)
6036         (indent-tabs-mode, kept-new-versions, no-byte-compile)
6037         (no-update-autoloads, outline-regexp, page-delimiter)
6038         (paragraph-start, paragraph-separate, sentence-end)
6039         (sentence-end-double-space tab-width, version-control):
6040         Add `safe-local-variable' property.
6042         * find-lisp.el: Delete nonexistent `autocompile' file variable.
6044         * icomplete.el, play/landmark.el: Change nonexistent
6045         `outline-layout' file variable to `allout-layout'.
6047 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
6049         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
6050         (gdb-get-changed-registers): Test value of gud-minor-mode relative
6051         to gud-comint-buffer.
6052         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
6053         gdb-ui.el for gdb-mi.el.
6054         (gdb-post-prompt, gdb-get-changed-registers): Move test for
6055         registers buffer to gdb-get-changed-registers.
6056         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
6057         deletion of catchpoints (throw and catch).
6058         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6059         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
6060         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
6061         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
6062         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
6064 2006-02-13  Jay Belanger  <belanger@truman.edu>
6066         * calc/calc-arith.el (math-check-known-matrixp): Make sure
6067         expression is a symbol before checking that it is bound.
6069 2006-02-13  Richard M. Stallman  <rms@gnu.org>
6071         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
6072         for the minibuffer too, but not if resize-mini-windows will interfere.
6074         * help.el (describe-key-briefly, describe-key): Do all arg-reading
6075         inside `interactive' spec.
6076         (describe-key-briefly-internal, describe-key-internal):
6077         Functions merged back into their callers.
6079 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
6081         * info.el (info-xref-visited): Inherit from info-xref too.
6082         (Info-set-mode-line): Replace occurrences of `%' by `%%'
6083         when propertizing Info-current-file and Info-current-node.
6085 2006-02-13  Juri Linkov  <juri@jurta.org>
6087         * tumme.el (tumme-thumbnail-storage): Fix docstring.
6088         (tumme-thumb-name): Fix per-directory format.
6090 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
6092         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
6094 2006-02-12  Miles Bader  <miles@gnu.org>
6096         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
6098 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
6100         * tumme.el: Remove history section.  If someone needs the it, it
6101         can always be found in CVS.
6103 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
6105         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
6106         about the Thumbnail Managing Standard option.
6108 2006-02-12  Richard M. Stallman  <rms@gnu.org>
6110         * subr.el (substitute-key-definition): Doc fix.
6112         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
6114         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
6116         * info.el (Info-mode): Doc fix.
6118         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
6120 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
6122         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
6123         because on Solaris a POSIX compatible "id" is needed.  Reported by
6124         Magnus Henoch <mange@freemail.hu>.
6126 2006-02-12  Juri Linkov  <juri@jurta.org>
6128         * tumme.el: Remove todo item about Thumbnail Managing Standard.
6129         (tumme) <defgroup>: Change :group to `multimedia'.
6130         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
6131         Managing Standard.
6132         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
6133         Fix dostring.
6134         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
6135         and %y.  Fix docstring.
6136         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
6137         (tumme-cmd-create-standard-thumbnail-command): New user options.
6138         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
6139         is `standard'.  Fix docstring.
6140         (tumme-thumb-width, tumme-thumb-height): New user options.
6141         (tumme-external-viewer): Try to find various viewers.
6142         (tumme-get-thumbnail-image): Use `create-image' instead of
6143         constructing the `image' structure.
6144         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
6145         `standard'.
6146         (tumme-thumb-name): Add file name generation for standard storage.
6147         Simplify code for other storages.
6148         (tumme-thumb-name): Use width %w and height %h instead of size %s.
6149         Add modification time %m and thumbnail-nq8 %q.
6150         Use `tumme-cmd-create-standard-thumbnail-command' if
6151         tumme-thumbnail-storage is `standard'.
6152         (tumme-dired-insert-marked-thumbs): New autoload command.
6153         (tumme-dired-after-readin-hook): New function.
6154         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
6155         `tumme-thumb-size'.
6156         (tumme-display-image): Replace size-x %x and size-y %y with
6157         width %w and height %h.
6159         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
6160         `tumme-dired-insert-marked-thumbs'.
6162 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
6164         * tumme.el (tumme-write-tag): Fix small bug (file name did not
6165         include path).
6166         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
6167         matching tag.
6169 2006-02-12  Miles Bader  <miles@gnu.org>
6171         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
6172         New variables.
6173         (rcirc-abbrev-nick): New function.
6174         (rcirc-format-response-string): Rewrite to use the formats in
6175         `rcirc-response-formats' and expand escape sequences therein.
6176         A text-property `rcirc-text' is added over the actual response
6177         text to make easy to find inside the returned string.
6178         (rcirc-print): When filling, just look for the `rcirc-text'
6179         text-property to find the appropriate fill prefix, instead of
6180         using hardwired patterns.
6182 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
6184         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
6185         Managing Standard.
6187 2006-02-11  Kim F. Storm  <storm@cua.dk>
6189         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
6190         Don't use insert-buffer; do insert-buffer-substring directly.
6191         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
6193 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
6195         * files.el (revert-buffer, recover-file): Replace buffer-read-only
6196         with inhibit-read-only.  Suggested by Stefan Monnier.
6197         (revert-buffer): Let insert-file-contents discard
6198         buffer-undo-list.  Simplify code.
6199         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
6201 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
6203         * menu-bar.el (menu-bar-select-yank): Add a doc string.
6205         * help.el (describe-key-briefly): Now a wrapper for
6206         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
6207         to t.  Populate yank-menu if empty.
6208         (describe-key-briefly-internal): Renamed from describe-key-briefly.
6209         (describe-key): Now a wrapper for describe-key-internal.  Bind
6210         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
6211         (describe-key-internal): Renamed from describe-key.
6213 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
6215         * progmodes/glasses.el (glasses-separator): Doc fix.
6216         (glasses-original-separator): New defcustom.
6217         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
6219 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
6221         * mwheel.el (mouse-wheel-up-event): Doc fix.
6223 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
6225         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
6226         (tumme-dir): New function.  Copied from thumbs.el.
6228 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
6230         * desktop.el (desktop-outvar): Fix typo.
6231         (desktop-save-buffer-p): Doc fix.
6233         * subr.el (substitute-key-definition): Fix typo.
6235 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6237         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
6238         when window-system is mac.
6240         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
6242 2006-02-10  Kim F. Storm  <storm@cua.dk>
6244         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
6245         indirect-function instead of using condition-case.
6247 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
6249         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
6250         less `colloquial'...
6252 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
6254         * tumme.el: Add a couple of todo items.
6256 2006-02-09  Lars Hansen  <larsh@soem.dk>
6258         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
6259         (highlight-changes-mode): Don't change desktop-locals-to-save.
6261 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
6263         * image-mode.el (image-toggle-display): Clear image cache if using
6264         filename.
6266 2006-02-09  Masatake YAMATO  <jet@gyve.org>
6268         * dired-x.el (dired-guess-shell-alist-default): Add .man as
6269         a `dired-man' target.
6271         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
6272         boundary of symbols.
6274 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
6276         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
6278 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
6280         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
6281         `mapcar'; return nil.
6283 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
6285         * mouse.el (mouse-drag-track): Don't change window if we rebind to
6286         some other event.
6288 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
6290         * net/rcirc.el (rcirc-startup-channels-alist):
6291         Add irc.freenode.net and #emacs as defaults.
6292         (rcirc-ignore-all-activity-flag): Remove variable.
6293         (rcirc-authinfo): New variable.
6294         (rcirc-authinfo-filename): Remove variable.
6295         (rcirc-always-use-server-buffer-flag): New flag.
6296         (rcirc): M-x rcirc will automatically connect without prompting.
6297         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
6298         connection in lisp.
6299         (rcirc-process-server-response-1): Remove everything but the nick
6300         portion of the sender so it doesn't need to be done everywhere
6301         else.  Update related code.
6302         (global-map): Remove global keybindings.
6303         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
6304         (rcirc-send-input): Split into several functions.
6305         (rcirc-process-input-line, rcirc-process-message)
6306         (rcirc-process-command): New functions.
6307         (rcirc-target-buffer): New function to determine where to route
6308         messages.
6309         (rcirc-user-nick): Save match data.
6310         (rcirc-toggle-ignore-buffer-activity)
6311         (rcirc-update-activity-string): Remove global ignore functionality,
6312         which can be done now by toggling rcirc-track-minor-mode.
6313         (rcirc-track-minor-mode-map): New keymap.
6314         (rcirc-track-minor-mode): New minor-mode.
6315         (ignore): Make the ignore output nicer.  Always print it when
6316         adding or removing nicks.
6317         (rcirc-url-regexp): Improve.
6318         (rcirc-mangle-text): Remove properties before using text in the
6319         modeline.
6320         (rcirc-authenticate): Authentication data comes from
6321         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
6322         (rcirc-server-prefix): Inherit from rcirc-server.
6324 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
6326         * Makefile.in (compile): Append "|| true" to the end of the `find'
6327         command, like compile-always does.
6329 2006-02-08  Sam Steingold  <sds@gnu.org>
6331         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
6332         output from a dead connection.
6334 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
6336         * dired.el (dired-mode-map): Add more bindings for tumme.
6338 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6340         * wdired.el (wdired-mode-map): Use remap.
6341         (wdired-get-filename): Massage.
6342         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
6343         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
6344         `keymap' property rather than `local-map'.
6346 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
6348         * tumme.el (tumme-get-thumbnail-image): New utility function.
6349         Suggested by from Chong Yidong.
6350         (tumme-dired-with-window-configuration): Rename from
6351         `tumme-dired'.  Add code to save window configuration.
6352         (tumme-restore-window-configuration): New command to restore the
6353         window configuration that `tumme-dired-with-window-configuration'
6354         saves before it changes the window configuration.
6355         (tumme-show-all-from-dir): New command to display thumbnails for
6356         all files in a directory entered by the user, like M-x thumbs.
6357         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
6358         have been created.
6359         (tumme-display-thumbnail-original-image): Call `display-buffer'.
6360         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
6361         Remove obsolete test function.
6363 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
6365         * vc.el (small-temporary-file-directory): Remove defvar; there's
6366         a defcustom for it in files.el.
6368         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
6369         Fix typo in message.
6370         (tumme-gallery-generate): Fix typo in `error' message.
6371         (tumme-display-window-height-correction)
6372         (tumme-display-window-width-correction, tumme-line-up-dynamic)
6373         (tumme-line-up-interactive): Dox fixes.
6374         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
6375         (tumme-restore-window-configuration, tumme-format-properties-string)
6376         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
6377         Fix typos in docstrings.
6379 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
6381         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
6383 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
6385         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
6386         User should use hook if desired.
6388         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
6389         buffer if necessary.
6390         (gdb-delete-frame-or-window): New function.
6391         (gdb-breakpoints-mode-map): Bind "q" to it.
6393 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6395         * textmodes/nroff-mode.el: Clean up name space.
6396         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
6397         (nroff-mode): Obey the global setting of nroff-electric-mode.
6398         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
6400         * calendar/calendar.el (calendar-increment-month): Typo in last change.
6402 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
6404         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
6406 2006-02-06  Lars Hansen  <larsh@soem.dk>
6408         * generic-x.el (etc-fstab-generic-mode): Add file system types
6409         cifs and usbdevfs.  Allow special chars in file names.
6411 2006-02-05  Jay Belanger  <belanger@truman.edu>
6413         Update copyright notices of the files in lisp/calc.
6415 2006-02-05  Romain Francoise  <romain@orebokech.com>
6417         Update copyright notices of all files in the lisp/play directory.
6419 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
6421         * ldefs-boot.el: Regenerate.
6423         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
6425 2006-02-05  Kim F. Storm  <storm@cua.dk>
6427         * files.el (magic-mode-regexp-match-limit): New defvar.
6428         (set-auto-mode): Use it to limit magic-mode-alist matching.
6430 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
6432         * simple.el (display-message-or-buffer): Compare the number of
6433         characters to the frame width when determining whether a 1-line
6434         message string will fit in the echo area.  Count screen lines
6435         instead of buffer lines when determining whether a multi-line
6436         message will fit in the echo area/minibuffer window.
6438 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
6440         * info.el (Info-index, Info-mode): Improve the description of the
6441         `i' command.
6443         * ldefs-boot.el: Regenerate.
6445 2006-02-03  Werner Lemberg  <wl@gnu.org>
6447         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
6448         greedy to find the closing bracket in \*[...] and similar
6449         expressions.  This is a first rough fix -- many additional
6450         refinements are necessary to make nroff mode really usable with groff.
6452 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
6454         * international/mule-cmds.el (set-locale-environment):
6455         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6456         libX11.
6458 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
6460         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
6461         archive are created in archive-tmpdir.
6463 2006-02-02  John Paul Wallington  <jpw@pobox.com>
6465         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
6466         (ibuffer-fontification-alist): Use it.
6467         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
6468         to "* z" and the Ibuffer Mark menu.
6470         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
6472 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6474         * textmodes/table.el (*table--cell-describe-mode)
6475         (*table--cell-describe-bindings): Undo last change since
6476         print-help-return-message is not obsoleted by anything at all.
6478 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
6480         * emulation/cua-base.el (cua-mode): Doc fix.
6482 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
6484         * dframe.el (dframe-handle-make-frame-visible)
6485         (dframe-handle-iconify-frame, dframe-get-focus)
6486         (dframe-select-attached-frame, dframe-power-click)
6487         (dframe-frame-mode): Fix typos in docstrings.
6489         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
6490         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
6491         Fix typos in docstrings.
6493         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
6494         (hi-lock-face-buffer, hi-lock-font-lock-hook)
6495         (hi-lock-archaic-interface-message-used)
6496         (hi-lock-file-patterns-range): Fix typos in docstrings.
6498         * savehist.el (savehist-loaded, savehist-load, savehist-install)
6499         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
6501         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
6502         Fix typo in docstring.
6504         * net/newsticker.el (newsticker--decode-iso8601-date)
6505         (newsticker--set-customvar, newsticker--buffer-insert-item)
6506         (newsticker--do-run-auto-mark-filter)
6507         (newsticker--parse-generic-feed): Doc fixes.
6508         (newsticker--retrieval-timer-list, newsticker-url-list)
6509         (newsticker-hide-immortal-items-in-echo-area)
6510         (newsticker-hide-obsolete-items-in-echo-area)
6511         (newsticker-new-item-face, newsticker--enclosure)
6512         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
6513         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
6514         (newsticker--parse-generic-feed, newsticker--cache-contains)
6515         (newsticker--stat-num-items, newsticker-download-enclosures):
6516         Fix typos in docstrings.
6518         * net/rcirc.el (rcirc-debug): Doc fix.
6519         (rcirc-fill-column, rcirc-receive-message-hooks)
6520         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
6521         (rcirc-mode, rcirc-generate-new-buffer-name)
6522         (rcirc-startup-channels, rcirc-ignore-update-automatic)
6523         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
6524         Fix typos in docstrings.
6525         (rcirc-print): "?\ " -> "?\s".
6526         (rcirc-cmd-join): Improve argument/docstring consistency.
6528 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
6530         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
6531         before narrow-to-region.
6533 2006-02-01  Richard M. Stallman  <rms@gnu.org>
6535         * simple.el (move-beginning-of-line): Scan properly for invis change.
6537         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
6539 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
6541         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
6542         change bit only when id-format is 'integer.  Reported by Matt
6543         Hodges <M.P.Hodges@rl.ac.uk>.
6545 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
6547         * hilit-chg.el (highlight-changes-initial-state)
6548         (highlight-changes-global-initial-state): Doc fixes.
6549         (highlight-changes-global-modes, global-highlight-changes):
6550         Fix typos in docstrings.
6552 2006-02-01  Kim F. Storm  <storm@cua.dk>
6554         * emulation/cua-base.el (cua-mode): Mention that CUA enables
6555         transient-mark-mode in doc string.
6557 2006-01-31  Richard M. Stallman  <rms@gnu.org>
6559         * replace.el (multi-occur): Doc fix.
6560         (multi-occur-in-matching-buffers): Rename from
6561         multi-occur-by-filename-regexp.  Prefix arg says match
6562         buffer names instead of file names.
6564 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
6566         * bs.el: Allow non-default values of `bs-header-lines-length'.
6567         (bs--running-in-xemacs): Remove (not needed anymore).
6568         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
6569         instead of `shrink-window', thus avoiding having to compute the
6570         height of the window.
6571         (bs--up): Wrap around even when there's no header.
6572         (bs--down): Use `forward-line' instead of `next-line'.
6574 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
6576         * image-mode.el (image-toggle-display): Use file name if possible,
6577         instead of unnecessarily allocating a (possibly huge) lisp string.
6579 2006-01-30  John Paul Wallington  <jpw@pobox.com>
6581         * subr.el (toplevel): Define `cl-assertion-failed' condition here
6582         because the `assert' macro signals it at runtime.
6584         * emacs-lisp/cl.el (toplevel): Remove definition of
6585         `cl-assertion-failed' condition.
6587 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
6589         * thumbs.el (thumbs-marked-list): Make buffer-local and
6590         permanent-local.
6591         (thumbs-insert-thumb): Make help-echo non-sticky.
6592         (thumbs-file-alist): Use eolp as check for (non)-image.
6594 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
6596         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
6597         (ediff-before-session-group-setup-hooks)
6598         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
6599         Fix typos in docstrings.
6601         * window.el (bw-dir, bw-eqdir, balance-windows)
6602         (split-window-keep-point): Fix typos in docstrings.
6604         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
6605         (org-quote-string, org-calendar-to-agenda-key)
6606         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
6607         (org-show-following-heading, org-tags-column)
6608         (org-use-tag-inheritance, org, org-allow-space-in-links)
6609         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
6610         (org-enable-table-editor, org-calc-default-modes)
6611         (org-table-allow-automatic-line-recalculation)
6612         (org-export-html-style, org-export-with-fixed-width)
6613         (org-export-with-sub-superscripts, org-special-keyword)
6614         (org-formula, org-time-grid, org-table-may-need-update)
6615         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
6616         (org-goto-quit, org-get-indentation, org-end-of-item)
6617         (org-move-item-down, org-move-item-up)
6618         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
6619         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
6620         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
6621         (org-agenda-log-mode, org-agenda-toggle-diary)
6622         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
6623         (org-agenda-file-to-end, org-agenda-no-heading-message)
6624         (org-agenda-get-closed, org-format-agenda-item)
6625         (org-cmp-priority, org-cmp-category, org-cmp-time)
6626         (org-agenda-change-all-lines, org-agenda-diary-entry)
6627         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
6628         (org-link-search, org-camel-to-words, org-open-file)
6629         (org-remember-handler, org-table-convert-region)
6630         (org-table-move-row-down, org-table-move-row-up)
6631         (org-table-copy-region, org-table-wrap-region)
6632         (org-table-toggle-vline-visibility)
6633         (org-table-get-vertical-vector, org-table-modify-formulas)
6634         (org-table-get-specials, org-recalc-commands)
6635         (org-table-rotate-recalc-marks, org-table-eval-formula)
6636         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
6637         (org-level-color-stars-only, org-insert-heading):
6638         Fix typos in docstrings.
6639         (last-arg): Add defvar.
6641         * makefile.w32-in (WINS): Add erc.
6642         (MH_E_SRC): Update (copied from lisp/Makefile.in).
6644 2006-01-29  Bill Wohler  <wohler@newt.com>
6646         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
6647         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
6648         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
6649         (mh-autoloads): Don't use comments on otherwise empty lines.
6651 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
6653         * emulation/viper.el (viper-major-mode-modifier-list): Add
6654         insert-state and vi-state entries for erc-mode.
6655         (viper-go-away, viper-set-hooks): Add and remove
6656         viper-comint-mode-hook from erc-mode-hook as appropriate.
6658         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
6660 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
6662         * bs.el (bs--format-aux): Implement `middle' alignment as
6663         described in the docstring for `bs-attributes-list'.
6664         (bs--get-name): Simplify.  Don't pad the buffer name.
6666 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
6668         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
6669         English aspell dictionary is installed, use the first entry of
6670         ispell-dictionary-alist-1.
6672 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
6674         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6675         Doc fix.
6677 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
6679         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6680         for `process-file', in order to let it work for older Emacsen too.
6682 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
6684         * international/latexenc.el: Add a suitable `coding:' tag.
6685         (latexenc-find-file-coding-system): Undo last change.
6687 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6689         * international/latexenc.el (latexenc-find-file-coding-system):
6690         Make sure latexenc-main-file is a regular file and is readable.
6692 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
6694         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
6695         Pass FILE to vc-user-login-name.
6697         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
6699 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
6701         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
6702         there are no more images to display.
6703         (thumbs-mark, thumbs-unmark): Revert change so that they move to
6704         the next image.
6706 2006-01-26  Richard M. Stallman  <rms@gnu.org>
6708         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
6710         * wid-edit.el (advertised-widget-backward): New alias.
6711         (widget-keymap): Use advertised-widget-backward for S-TAB.
6713         * tumme.el: Correct the keywords.
6714         (tumme-dir-max-size): Use defvar.
6715         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
6717         * simple.el (move-beginning-of-line): Take account of fields.
6718         (clone-indirect-buffer-other-window): Take args like
6719         clone-indirect-buffer, and work like it.
6721         * help-fns.el (describe-function): Don't pass `nil' as default.
6723         * files.el (risky-local-variable-p): Follow var aliases.
6725         * subr.el (lazy-completion-table): Doc fix.
6727         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
6728         global binding of `line'.
6730 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
6732         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
6733         Tramp.
6735         * vc.el (vc-default-dired-state-info): Pass FILE to
6736         vc-user-login-name.
6737         (vc-default-update-changelog): Don't use vc-user-login-name, we
6738         don't need it here.
6740         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
6741         no longer necessary.
6743 2006-01-25  Kenichi Handa  <handa@m17n.org>
6745         * international/mule.el (decode-char): Avoid the overhead of
6746         calling utf-lookup-subst-table-for-decode if
6747         utf-translate-cjk-mode is nil.
6748         (encode-char): Avoid the overhead of calling
6749         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
6750         nil.
6752 2006-01-22  Kenichi Handa  <handa@m17n.org>
6754         * international/mule.el (make-subsidiary-coding-system): Reset
6755         `coding-system-define-form' property of subsidiaries to nil.
6756         Avoid duplicated entry in coding-system-alist.
6757         (make-coding-system): Avoid duplicated entry in
6758         coding-system-alist.
6759         (define-coding-system-alias): Likewise.
6761 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
6763         * completion.el: Minor fixes in introductory comment.
6764         (completion-def-wrapper): Fix alist.
6766 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
6768         * thumbs.el (thumbs-new-image-size): New function.
6769         (thumbs-increment-image-size-element)
6770         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
6771         (thumbs-decrement-image-size): Delete.
6772         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
6773         temp files and use to resize.
6774         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
6775         Use increment argument to enlarge/shrink.  Preserve point.
6776         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
6777         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
6778         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
6779         (thumbs-mark, thumbs-unmark): Preserve point.
6780         (thumbs-modify-image): Keep old temp files and use to modify.
6781         Cleanup old temp files at load time.  Preserve point.
6782         (thumbs-view-image-mode-map): Use new command names.
6784 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6786         * log-view.el (log-view-minor-wrap): First rev is the one at point.
6788         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
6789         the nastiest part of the cyclic dependency.
6790         (cal-menu-update): Use dotimes and calendar-increment-month.
6792         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
6793         (calendar-week-start-day): Add an :initializer.
6794         (calendar-mode-map): Use suppress-keymap, and command remapping.
6795         (describe-calendar-mode): Setup xref-stack info for the back button.
6796         (calendar-star-date): Insert before delete.
6797         (calendar-set-mode-line): Add file-modified info if applicable.
6798         (calendar-increment-month): New function.
6800 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
6802         * font-lock.el (lisp-font-lock-keywords-2):
6803         Recognize "& keywords" only at word boundaries.
6805 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
6807         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
6808         and permanent-local.
6809         (thumbs-max-image-number): New variable.
6810         (thumbs-do-thumbs-insertion): Use them.
6811         (thumbs-per-line): Change default to 4.
6812         (thumbs-marked-list): Rename from thumbs-markedL.
6813         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
6814         (thumbs-rename-images): Use -list instead of L for internal variables.
6815         (thumbs-call-convert): Use call-process instead of shell-command.
6816         (thumbs-insert-thumb): Add filename as help-echo to each image.
6817         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
6818         Give dir to thumbs-show-thumbs-list.
6819         (thumbs-show-thumbs-list): Set default-directory to that of images.
6820         (thumbs-dired-show): Rename from thumbs-dired-show-all.
6821         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
6822         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
6823         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
6825 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6827         * ses.el (ses-read-cell): Provide a default value.
6829 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
6831         * term/w32-win.el (image-library-alist): Add additional names for
6832         GIF library.
6834 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6836         * international/latexenc.el (latexenc-find-file-coding-system):
6837         Add file-regular-p check.
6839 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6841         * simple.el (clone-buffer): Don't show the new buffer in the same
6842         window.
6844 2006-01-23  Juri Linkov  <juri@jurta.org>
6846         * faces.el (link, link-visited): New faces based on default values
6847         of `info-xref' and `info-xref-visited'.
6849         * info.el (info-xref): Inherit from `link'.
6850         (info-xref-visited): Inherit from `link-visited'.
6852         * cus-edit.el (custom-buffer-create-internal): Use widget type
6853         `custom-manual' instead of `info-link' and don't set properties
6854         `button-face' and `mouse-face' explicitly.
6855         (custom-browse-group-tag, custom-browse-variable-tag)
6856         (custom-browse-face-tag): Inherit from widget class
6857         `custom-group-link' instead of `push-button'.
6858         (custom-button-unraised): Inherit from `underline' face.
6859         (custom-link): Inherit from `link' face.  Fix doc and group.
6860         (custom-add-parent-links, custom-group-value-create): Don't set
6861         properties `button-face' and `mouse-face' explicitly for
6862         `custom-group-link' widget.
6863         (custom-group-link): Add properties `button-face' and `mouse-face'
6864         to widget definition.
6865         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
6866         editable-field's :keymap property.
6867         (custom-mode): Fix docstring: substitute keybindings for
6868         `widget-forward' and `widget-backward' from `widget-keymap',
6869         `widget-complete' from `custom-field-keymap', replace old
6870         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
6872         * desktop.el (desktop-load-file): Check for `fboundp' before
6873         calling `symbol-function'.
6875         * simple.el (clone-buffer, clone-indirect-buffer)
6876         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
6877         `read-string'.  Fix prompts.
6879         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
6881 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
6883         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
6885 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
6887         * startup.el (inhibit-splash-screen, initial-scratch-message):
6888         Doc fixes.
6890 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
6892         Sync with Tramp 2.0.52.
6894         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
6895         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
6896         `tramp-unload-tramp' for checklist.
6898         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
6899         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
6900         (tramp-unload-file-name-handler-alist)
6901         (tramp-unload-tramp): New defuns.
6902         (tramp-advice-PC-expand-many-files): New defadvice.
6903         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
6904         removed.
6905         (tramp-handle-expand-file-name): Remove double slash.
6906         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
6907         It doesn't matter, because it will be converted later on.
6908         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
6909         implementation was just heuristic.
6910         (tramp-post-connection): Set uid and gid properties.
6911         (tramp-convert-file-attributes): Set file's gid change bit.
6912         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
6913         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
6914         in case of su(do)? methods.  The home directory of the local user
6915         will be taken else.
6916         (tramp-open-connection-telnet)
6917         (tramp-open-connection-rsh, tramp-open-connection-su)
6918         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
6919         local shell prompt could hurt.  Reported by Romain Francoise
6920         <romain@orebokech.com>.
6921         (tramp-let-maybe): Add `edebug-form-spec' property.
6922         (tramp-handle-expand-file-name): Bind `default-directory' locally
6923         to "/" in order to avoid problems with UNC shares or Cygwin
6924         mounts.
6925         (tramp-md5-function): Fix typo in error message.
6927         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
6929         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
6930         for byte-compiler pacification.
6932 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
6934         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
6935         ID-FORMAT `string'.  This allows us to get rid of
6936         `vc-user-login-name UID'.
6938         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
6940 2006-01-22  John Paul Wallington  <jpw@pobox.com>
6942         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
6944 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
6946         * emacs-lisp/find-func.el (find-definition-noselect)
6947         (find-variable-noselect): Search variables in C source code too.
6948         (find-function-C-source, find-function-noselect, find-function)
6949         (find-function-other-frame, find-variable-noselect, find-variable)
6950         (find-variable-other-frame, find-variable-at-point):
6951         Fix docstrings.
6953 2006-01-21  Francesco Potorti`  <pot@gnu.org>
6955         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
6957 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
6959         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
6960         Default to disabling the "Save affix" question.
6962 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
6964         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
6965         the first arg to run-python.
6967 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
6969         * startup.el (command-line-1): Handle --no-desktop if desktop.el
6970         is not loaded.
6972 2006-01-20  Jay Belanger  <belanger@truman.edu>
6974         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
6975         limit is 0.
6977         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
6978         the correct variable.
6980 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
6982         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
6983         link.  Fixed buggy argument sequence in call to `org-view-tags'.
6984         (org-compile-prefix-format): Set `org-prefix-has-tag'.
6985         (org-prefix-has-tag): New variable.
6986         (org-format-agenda-item): Remove tags from headline if
6987         appropriate.
6988         (org-agenda-remove-tags-when-in-prefix): New option.
6989         (org-get-tags-at): New function.
6991 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
6993         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
6994         (thumbs-find-image): Move image name and number from buffer name
6995         to mode name.  Set thumbs-buffer.  Preserve point so that large
6996         images remain visible.
6997         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
6998         order.
6999         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
7000         mode name.
7001         (thumbs-next-image, thumbs-previous-image): Make them work.
7003 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
7005         * cus-edit.el (custom-buffer-create-internal): State in the text above
7006         the whole buffer buttons that they do not operate on hidden items.
7007         (custom-face-menu): Use `custom-face-save' instead of
7008         `custom-face-save-command'.
7009         (custom-face-save-command): Make it an alias for `custom-face-save'
7010         and declare it obsolete.
7011         (custom-face-save): Doc fix.
7013         * dired.el (dired-no-confirm): Add quote.
7014         (dired-subdir-alist-pre-R): Add quote in
7015         `make-variable-buffer-local' form and remove unbalanced parenthesis.
7017 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7019         * textmodes/table.el (table-mode-indicator): Typo in last change.
7021 2006-01-19  Richard M. Stallman  <rms@gnu.org>
7023         * outline.el (hide-leaves): Don't call outline-end-of-heading.
7024         Fixes bug reported in Nov 2005.
7026         * isearch.el (isearch-forward): Doc fix.
7028         * dired.el (dired-move-to-filename-regexp): Define as alias.
7029         (dired-no-confirm): Use defcustom.
7030         (dired-subdir-alist-pre-R): Put defvar at top level.
7032         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
7034         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7035         Mark as risky.
7037         * simple.el (set-mark-command): Doc fix.
7038         (clone-indirect-buffer-other-window):
7039         Read arg like clone-indirect-buffer.
7040         (move-beginning-of-line): Skip invisible newlines.
7042 2006-01-19  Masatake YAMATO  <jet@gyve.org>
7044         * progmodes/cpp.el (cpp-edit-load): Make the order of
7045         listed conditions in a base C code buffer and its associate
7046         CPP Edit buffer the same.
7048 2006-01-19  Kenichi Handa  <handa@m17n.org>
7050         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
7051         (rmail-mime-feature): Likewise.
7052         (rmail-require-mime-maybe): Use display-warning to show a warning
7053         message.
7055         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
7056         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
7058 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7060         * array.el: Move defvars out of eval-when-compile.
7061         (array-make-template): Replace undeclared global var with a local one.
7062         (array-mode): Inline initialization functions.
7063         (array-init-local-variables, array-init-max-row)
7064         (array-init-max-column, array-init-columns-per-line)
7065         (array-init-field-width, array-init-rows-numbered)
7066         (array-init-line-length, array-init-lines-per-row): Remove.
7068         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
7069         (doc-mode-map): Define explicitly.
7070         (doctor-txtype): Use mapc.
7072         * textmodes/table.el: Move defvars out of eval-when-compile.
7073         Remove harmful code meant to avoid byte-compiler warnings.
7074         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
7075         specification that checks table-fixed-width-mode directly.
7076         (table-recognize-region, table-recognize-cell):
7077         Use restore-buffer-modified-p.
7078         (table-fixed-width-mode): Remove code that refreshes
7079         table-fixed-mode-indicator.
7080         (*table--cell-describe-bindings, *table--cell-describe-mode):
7081         Avoid obsolete name print-help-return-message.
7082         (table--test-cell-list): Don't use replace-regexp from elisp.
7083         (table--point-entered-cell-function, table--point-left-cell-function):
7084         Don't set table-fixed-mode-indicator, use force-mode-line-update.
7086         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
7087         that was after the end of file.  Use buffer-file-name variable.
7088         (org-timestamp-change): Use with-current-buffer.
7089         (org-todo-list): Don't unnecessarily define a new buffer-local var.
7090         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
7091         `file'.
7093         * progmodes/fortran.el: Move defvars out of eval-when-compile.
7094         (fortran-break-line): Remove unused var `opoint'.
7095         (fortran-abbrev-start): Obey help-event-list.
7097 2006-01-18  Jesper Harder  <harder@phys.au.dk>
7099         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
7101 2006-01-18  Masatake YAMATO  <jet@gyve.org>
7103         * progmodes/make-mode.el (makefile-imake-mode): New mode
7104         derived from makefile-mode.
7105         (makefile-imake-mode-syntax-table): New syntax table
7106         derived from makefile-mode-syntax-table.
7107         (makefile-mode): Write about makefile-imake-mode in doc string.
7108         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
7109         (makefile-imake-font-lock-keywords): New font lock keywords.
7111         * files.el (auto-mode-alist): Add Imakefile.
7113 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
7115         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
7116         loading the file rather than when turning on flyspell-mode.
7118 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
7120         * cus-edit.el (customize-rogue): Minor doc fix.
7122 2006-01-17  Juri Linkov  <juri@jurta.org>
7124         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
7125         instead of the file at the mark as default if the file at the mark
7126         is the same as the file at point or if dired-dwim-target-directory
7127         is not the same as the current directory and the mark is not active.
7129         * log-view.el (log-view-minor-wrap): Use the same logic to get
7130         revisions as `log-view-diff'.
7132         * info.el (Info-revert-find-node): Check for Info-current-file
7133         before preserving new-history.
7135         * man.el (Man-heading-regexp): Add `/'.
7137         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
7138         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
7140 2006-01-16  Juri Linkov  <juri@jurta.org>
7142         * faces.el (mode-line-faces): New defgroup.
7143         (mode-line-highlight): Move definition after new defgroup.
7144         (mode-line, mode-line-inactive, mode-line-highlight):
7145         Replace :group `modeline' with `mode-line-faces'.
7146         (mode-line-buffer-id): New face.
7147         (modeline-buffer-id): New face alias.
7148         (vertical-border): Remove :group `modeline'.
7150         * bindings.el (propertized-buffer-identification): Use face
7151         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
7152         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
7153         (mode-line-buffer-identification-keymap): For mouse-1 replace
7154         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
7155         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
7156         mouse-3.
7158         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
7159         Buffer-menu-buffer.  Doc fix.
7160         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
7161         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
7162         `Buffer-menu-buffer'.
7164         * info.el (Info-mode-line-node-keymap): New defvar.
7165         (Info-set-mode-line): Use `stringp' to check Info-current-file.
7166         Propertize Info-current-node with `mode-line-buffer-id' and
7167         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
7169         * time.el (display-time-mail-face): Replace :group `faces' with
7170         `mode-line-faces'.
7172 2006-01-16  Kenichi Handa  <handa@m17n.org>
7174         * international/code-pages.el: Add autoload cookies for cp125[0345678].
7176         * language/european.el (cp1252): New alias for windows-1252.
7178         * international/mule.el (autoload-coding-system): Prepare for EOL
7179         variants.
7181 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
7183         * term.el (term-raw-map): Add mapping for insert.
7184         (term-send-insert): New.
7185         (term-mode): Make variables local here instead of doing it in
7186         `term-emulate-terminal'.
7187         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
7188         Scroll reverse needs to take into account the scroll region.
7189         Saving and restoring the cursor should save the color attributes too.
7190         (term-reset-terminal): Reset the scroll region.
7191         (term-handle-ansi-escape): Cursor up and down should take into
7192         account the scroll region.
7193         (term-set-scroll-region): Rename from `term-scroll-region'.
7194         Move to 0,0 after setting the region.
7195         (term-handle-scroll): Handle scroll up.
7196         (term-down): Fix off by one error.
7197         (term-delete-lines): Do not delete outside the scroll region.
7198         (term-insert-lines): Take into account the scroll region.
7200 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7202         * textmodes/ispell.el (ispell-internal-change-dictionary)
7203         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
7204         (start, end): Move declaration outside of eval-when-compile.
7206         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
7207         (flyspell-mode-on): Use it.
7209         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
7210         ispell-kill-ispell-hook.
7212 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
7214         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
7215         (Custom-reset-saved): Do not ask for confirmation in single option
7216         buffers.
7218 2006-01-13  Richard M. Stallman  <rms@gnu.org>
7220         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
7222 2006-01-13  Romain Francoise  <romain@orebokech.com>
7224         * add-log.el (add-change-log-entry, change-log-merge):
7225         Conditionally use `hard-newline'.
7227 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
7229         * wid-edit.el (widget-field-end): If the overlay is no longer
7230         associated with a buffer, behave as if the overlay didn't exist.
7232         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
7233         Make sure the links use the `custom-link' face.
7235 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7237         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
7238         (ld-script-mode): Don't set indent-line-function since we don't
7239         have one.
7241 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
7243         * textmodes/org.el (org-open-file): Use mailcap for selecting an
7244         application.
7245         (org-file-apps-defaults-gnu): Use mailcap as the default for
7246         selecting an application on a UNIX system.
7247         (org-agenda-show-tags): New command.
7248         (org-table-insert-hline): Keep cursor in current table line.
7249         (org-table-convert): Offset effect of modifying
7250         `org-table-insert-hline'.
7251         (org-format-agenda-item): New optional argument TAG.
7252         (org-compile-prefix-format): Handle %T format for the tag.
7253         (org-expand-wide-chars): New function.
7254         (org-table-insert-row, org-table-insert-hline):
7255         Use `org-expand-wide-chars'.
7256         (org-open-file): Fix bug in program launch.
7257         (org-get-time-of-day): Fix bug with times before 1am.
7258         (org-agenda-menu): Add tags commands.
7260 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
7262         * textmodes/ispell.el (ispell-init-process): Include the used
7263         dictionary in ispell process start message.
7264         (ispell-internal-change-dictionary): When flyspell-mode is active
7265         and dictionary is changed, make sure ispell process is restarted
7266         and flyspell word cache cleared out for the current buffer.
7267         (ispell-change-dictionary): Make sure flyspell word cache is
7268         cleared out in all buffers with active flyspell mode when
7269         dictionary is globally changed.
7270         Call ispell-internal-change-dictionary after dictionary change.
7272 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
7274         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
7276         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
7277         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
7278         years.  Fix small differences wrt Makefile.in.
7279         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
7280         Makefile.in does.
7282 2006-01-12  Bill Wohler  <wohler@newt.com>
7284         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
7285         mh-search.el.
7287 2006-01-12  Masatake YAMATO  <jet@gyve.org>
7289         * progmodes/ld-script.el: Update copyright year.
7291 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
7293         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
7294         Don't add widget if setting undefined.
7296 2006-01-12  John Paul Wallington  <jpw@pobox.com>
7298         * help-fns.el (describe-variable): Remove newlines from void
7299         variable output.
7301 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
7303         * wdired.el (wdired-mode-map): Add help echo for
7304         wdired-abort-changes.
7306         * man.el (Man-file-name-regexp): Adjust for a list of files.
7308 2006-01-12  Masatake YAMATO  <jet@gyve.org>
7310         * progmodes/ld-script.el (auto-mode-alist): Support
7311         suffix conventions used in netbsd and eCos.
7313 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
7315         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
7316         (custom-variable-menu, custom-face-menu, custom-group-menu)
7317         (Custom-mode-menu): Change names of menu items.  (As discussed on
7318         emacs-devel.)
7319         (custom-face-menu): Add "Undo Edits" item.
7321         * startup.el (init-file-user): defcustom -> defvar.
7323         * tooltip.el (tooltip-mode): Doc fix.
7325 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7327         * reveal.el (reveal-post-command): window-buffer signals an error on
7328         dead windows rather than returning nil.
7329         (reveal-open-new-overlays): An overlay might die while we open others.
7331 2006-01-11  Bill Wohler  <wohler@newt.com>
7333         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
7334         phrasing in docstring.
7336         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
7337         can give some systems gas.  Add new file mh-buffers.el.
7339 2006-01-06  Masatake YAMATO  <jet@gyve.org>
7341         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
7342         C preprocessor forward ported from GNU Emacs 21.2.
7344         * progmodes/asm-mode.el (asm-font-lock-keywords):
7345         Use `cpp-font-lock-keywords'.
7347         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
7349         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
7350         of $ for "\\.ld[s]?".
7352 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7354         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
7355         (tcl-indent-line): Return `noindent' if inside a string.
7357         * progmodes/flymake.el (flymake-split-string): Remove more than one
7358         empty string at beg/end of the result.
7359         (flymake-find-buildfile, flymake-find-possible-master-files):
7360         Use expand-file-name.
7361         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
7362         since expand-file-name does it for us.  Use directory-file-name.
7363         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
7364         (flymake-ler-get-type, flymake-ler-get-text)
7365         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
7366         (flymake-current-line-no): Remove spurious interactive spec.
7367         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
7368         (flymake-check-include): Remove arg inc-path merged into inc-name.
7369         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
7370         Arg regexp-list replaced by a simple regexp.
7371         (flymake-master-make-header-init, flymake-master-tex-init):
7372         Correspondingly replace regexp-list with a regexp.  Fix regexp.
7374 2006-01-10  Simon Josefsson  <jas@extundo.com>
7376         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
7377         describing AUTH PLAIN fix.
7379 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
7381         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
7382         (report-emacs-bug): Don't record initial prompt text.
7383         Instead, add text properties to prompting text.
7384         (report-emacs-bug-hook): Delete prompting text.
7386 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7388         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
7389         `dirs'.  Adjust callers.
7391 2006-01-09  John Paul Wallington  <jpw@gnu.org>
7393         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
7395 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7397         * reveal.el (reveal-open-new-overlays): New extracted fun.
7398         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
7399         using them.  Simplify the code.
7400         (reveal-post-command): Use them.  Fix up obsolete windows in
7401         reveal-open-spots.
7403         * progmodes/flymake.el: Use `require' rather than autoload for
7404         XEmacs's overlays.
7405         (flymake-get-common-file-prefix, flymake-build-relative-filename):
7406         Delete.  Use file-relative-name instead.
7407         (flymake-get-syntax-check-program-args, flymake-perl-init):
7408         Simplify the resulting code.
7410         * log-view.el (log-view-file-re, log-view-message-re): Add support
7411         for DaRCS output.
7413 2006-01-09  Alex Schroeder  <alex@gnu.org>
7415         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
7416         identifiers sometimes added in square brackets at the beginning of
7417         subject lines.
7419 2006-01-07  Richard M. Stallman  <rms@gnu.org>
7421         * cus-edit.el (Custom-set, Custom-save): Doc fix.
7422         (Custom-reset-current, Custom-reset-saved): Change question text.
7423         (Custom-reset-standard): Likewise.
7424         (custom-variable-reset-saved): Doc fix.
7426 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
7428         * startup.el (init-file-user): Doc fix.
7430 2006-01-07  Alex Schroeder  <alex@gnu.org>
7432         * mail/rmail.el (rmail-current-subject): New function.
7433         (rmail-current-subject-regexp): New function.
7434         (rmail-next-same-subject): Use it.
7436         * mail/rmailsum.el (rmail-summary-by-topic):
7437         Use rmail-current-subject and rmail-current-subject-regexp.
7438         (rmail-summary-next-same-subject): Ditto.
7440         * net/rcirc.el (rcirc-send-input): No longer check whether the
7441         process is open, since not all commands need an open process.
7442         (rcirc-send-string): Check whether the process is open before
7443         sending anything.
7444         (rcirc-ignore-list): New option.
7445         (rcirc-ignore-list-automatic): New variable.
7446         (rcirc-print): Take rcirc-ignore-list into account.
7447         (rcirc-cmd-ignore): New command.
7448         (rcirc-ignore-update-automatic): New function.
7449         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
7450         list if ignored nicks.
7451         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
7453 2006-01-06  David Reitter  <david.reitter@gmail.com>
7455         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
7456         reflect the address to which the report will be sent.
7458 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
7460         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
7461         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
7463 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
7465         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
7467         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
7468         the doc string: "functoin" => "function".
7469         * ldefs-boot.el: Likewise.
7471         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
7472         message text: "Duplicat" => "Duplicate".
7474 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
7476         * files.el (basic-save-buffer-2): If backing-up failed, reset
7477         buffer-backed-up to nil.
7479 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
7481         * progmodes/gud.el (gdb-script-skip-to-head)
7482         (gdb-script-calculate-indentation): Indent for breakpoint command
7483         lists also.
7485 2006-01-05  Bill Wohler  <wohler@newt.com>
7487         * Makefile.in (compile-always): Add mh-autoloads dependency.
7488         (bootstrap): Remove mh-autoloads dependency, as compile dependency
7489         provides it.
7490         (updates): Remove mh-autoloads dependency, since it probably has
7491         already run recently (via recompile).
7493 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7495         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
7496         argument `force' to disable the flyspell-last-buffer optimization.
7497         (flyspell-mode-on): Use it.
7499         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
7500         flymake-simple-cleanup.
7501         (flymake-allowed-file-name-masks): Use this new default.
7502         All the functions are now called in the right buffer rather than
7503         passing the buffer as argument.
7504         (flymake-process-sentinel): Switch to buffer before calling cleanup.
7505         (flymake-parse-err-lines): Remove redundant buffer arg.
7506         (flymake-get-program-dir): Comment out unused function.
7507         (flymake-start-syntax-check, flymake-start-syntax-check-process):
7508         Remove redundant buffer argument.
7509         (flymake-get-real-file-name, flymake-simple-java-cleanup)
7510         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
7512 2006-01-05  Richard M. Stallman  <rms@gnu.org>
7514         * info.el (Info-find-node): Don't record previous node if have none.
7515         (info): Go to directory only if history is empty.
7517         * simple.el (mark): Doc fix.
7519 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7521         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
7522         already of desired type.
7523         (mac-ae-list): Coerce parameter to "list" type.
7524         (mac-dispatch-apple-event): Replace cadr part of event with a
7525         dummy position so that event-start returns it.
7527 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
7529         * textmodes/org.el (org-end-of-subtree): New function.
7530         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
7531         Use `org-end-of-subtree'.
7532         (org-agenda, org-agenda-convert-date): Protect calls to
7533         `fit-window-to-buffer'.
7534         (org-tags-view): Force matching of sublevels when doing a
7535         todo-only search.  Define the correct redo command, including the
7536         arguments.
7537         (org-agenda-redo): Display message.
7538         (org-check-for-org-mode): New function.
7539         (org-agenda-type): New variable.
7540         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7541         Set `org-agenda-type'.
7542         (org-agenda-check-type): New function.
7543         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7544         (org-agenda-week-view, org-agenda-day-view)
7545         (org-agenda-next-date-line, org-agenda-previous-date-line)
7546         (org-agenda-log-mode, org-agenda-toggle-diary)
7547         (org-agenda-toggle-time-grid, org-agenda-date-later)
7548         (org-agenda-date-prompt, org-agenda-diary-entry)
7549         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
7550         (org-agenda-convert-date, org-agenda-menu):
7551         Use `org-agenda-check-type'.
7552         (org-make-overlay, org-delete-overlay)
7553         (org-detatch-overlay, org-move-overlay, org-overlay-put):
7554         New compatibility functions.
7555         (org-calendar-select-mouse): New command.
7557 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
7559         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
7560         (Custom-reset-standard): Fix y-or-n-p messages.
7561         (custom-link): New face for links.
7562         (custom-buffer-create-internal, custom-manual): Use it.
7563         (custom-face-save): Push to theme-face before setting face spec.
7565         * wid-edit.el (widget-default-mouse-face-get): New function.
7566         (widget-specify-button): Handle mouse-face like button-face.
7568         * custom.el (load-theme): Clear old theme settings if reloading.
7570 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
7572         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
7573         "Erase Customization" button back to same position it occupies in
7574         the individual State menus.
7576 2006-01-04  Kim F. Storm  <storm@cua.dk>
7578         * wid-edit.el (key-sequence): Rework widget to read key binding
7579         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
7580         (widget-key-sequence-default-value): Default value for empty sequence.
7581         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
7582         (widget-key-sequence-read-event): New command for C-q.
7583         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
7584         (widget-key-sequence-value-to-external): New functions.
7586 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7588         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
7589         Use expand-file-name.
7590         (flymake-delete-temp-directory): Use expand-file-name,
7591         file-name-directory, and directory-file-name.
7592         (flymake-strrchr): Delete.
7593         (flymake-start-syntax-check): Don't pass the redundant buffer argument
7594         to the init-f function.
7595         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
7596         (flymake-init-find-buildfile-dir)
7597         (flymake-init-create-temp-source-and-master-buffer-copy)
7598         (flymake-simple-make-init-impl, flymake-simple-make-init)
7599         (flymake-master-make-init, flymake-master-make-header-init)
7600         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
7601         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
7602         (flymake-xml-init): Remove corresponding redundant buffer argument.
7603         (flymake-allowed-file-name-masks): Remove last elems that are equal to
7604         the default anyway.  Clean up regexps.
7606         * progmodes/flymake.el (flymake-temp-source-file-name)
7607         (flymake-master-file-name, flymake-temp-master-file-name)
7608         (flymake-base-dir): New buffer-local vars.
7609         (flymake-buffer-data, flymake-get-buffer-value)
7610         (flymake-set-buffer-value): Replace those hash-tables by the new
7611         buffer-local vars.  Update callers.
7613         * progmodes/flymake.el (flymake-check-start-time)
7614         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
7615         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
7616         Move definition, so we can remove redundant earlier declaration.
7617         (flymake-replace-regexp-in-string, flymake-split-string)
7618         (flymake-get-temp-dir): Use defalias.
7619         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
7620         (flymake-xemacs-window-edges): Remove unused function.
7621         (flymake-get-point-pixel-pos): Move.
7622         (flymake-pid-to-names, flymake-reg-names)
7623         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
7624         Replace by a simple list flymake-processes and by process-buffer.
7625         Update callers.  Other than simplify the code, it uses buffers rather
7626         than buffer-names so it doesn't get confused by uniquify.
7627         (flymake-buffer-data): The global value should just be nil.
7629         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
7630         Optimize the body of a defalias like any other code.
7632         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
7633         Make sure we've setup font-lock's vars.  It may influence which
7634         function we then call.
7635         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
7636         here since it's too late anyway.
7638 2006-01-03  Romain Francoise  <romain@orebokech.com>
7640         * startup.el (fancy-splash-tail, normal-splash-screen):
7641         Update copyright year.
7643 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
7645         * mouse.el (mouse-drag-track): Rename, from
7646         `mouse-drag-region-1'.  Includes optional argument required to
7647         enable post-drag event processing (e.g. delete region keys).
7648         Can be used without this argument to track a mouse region and operate
7649         on it as soon as the drag completes.
7650         (mouse-drag-region): Use `mouse-drag-track'.
7652 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
7654         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
7655         Move to `custom-buffer' group.
7657         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
7658         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
7659         (custom-theme-insert-face-marker, custom-theme-variable-menu)
7660         (custom-theme-face-menu): New variables.
7661         (custom-theme-add-variable, custom-theme-variable-action)
7662         (custom-variable-reset-theme, custom-theme-delete-variable)
7663         (custom-face-reset-theme, custom-theme-face-action)
7664         (custom-theme-delete-face, custom-theme-merge-theme)
7665         (custom-theme-add-face, custom-theme-visit-theme): New functions.
7667 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
7669         * custom.el: Move Custom Themes commentary to start of theme code.
7670         (custom-known-themes): Rename `standard' theme to `changed'.
7671         (custom-push-theme): Caller no longer specifies what theme to use
7672         when doing `reset'---the setting is simply removed from the theme.
7673         Delete MODE from `theme-value' and `theme-settings' properties.
7674         (custom-declare-theme): Ignore &rest args since we don't use them.
7676         (custom-loaded-themes): Delete variable.
7677         (custom-theme-load-themes, custom-theme-loaded-p)
7678         (custom-theme-value): Delete functions.
7680         (custom-declare-theme): Signal error on invalid theme names.
7681         (provide-theme): custom-loaded-themes was deleted.
7682         (load-theme): Load the file unconditionally.
7683         (enable-theme): Call `load-theme' if theme is undefined.
7684         (custom-enabled-themes): Only update value for successful loads.
7685         (disable-theme): Complete from enabled themes when interactive.
7686         (custom-variable-theme-value): Calculate theme value directly.
7688         (custom-theme-reset-variables, custom-reset-variables): Mark as
7689         XEmacs compatibility functions.  We don't actually use these.
7691         * cus-edit.el (custom-variable-state-set):
7692         Use custom-variable-theme-value instead of custom-theme-value.
7693         (custom-face-state-set): Rename `standard' theme to `changed'.
7694         (custom-save-variables, custom-save-faces): Delete unneeded
7695         references to custom-reset-variables.
7696         (custom-save-resets): Delete function.
7697         (custom-save-variables, custom-save-faces): MODE argument deleted.
7698         (custom-save-variables, custom-save-faces): Ignore theme values.
7700         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
7701         compatibility function.
7703 2006-01-01  Richard M. Stallman  <rms@gnu.org>
7705         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
7706         (Custom-reset-current, Custom-reset-saved): Likewise.
7707         (Custom-reset-standard): Show message if aborted.
7708         (custom-mode): Doc fix, describing those commands.
7710         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
7711         put on event-kind property.
7713 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
7715         * custom.el (provide-theme): Ban `user' theme name.
7716         (custom-enabling-themes): New variable.
7717         (enable-theme): Don't enable user if custom-enabling-themes is t.
7718         (custom-enabled-themes): Make it a defcustom.
7719         (custom-theme-recalc-face): No-op if face is undefined.
7721         * cus-edit.el (custom-button-mouse): New variable.
7722         (custom-button-mouse): New face.
7723         (custom-raised-buttons, custom-mode): Use it.
7725         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
7727 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
7729         * progmodes/gud.el (gud-display-line): Support hl-line in the
7730         source buffer.
7732 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
7734         * mouse.el (mouse-drag-window-above): Verify that the found window
7735         overlaps with the given window in the horizontal dimension.
7737 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
7739         * Makefile.in (cvs-update): New target.
7741         * makefile.w32-in (cvs-update): Ditto.
7743 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
7745         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
7746         (custom-new-theme-mode-map): New variable.
7748 2005-12-30  Richard M. Stallman  <rms@gnu.org>
7750         * custom.el (custom-load-themes): Function deleted.
7752         * cus-edit.el (custom-save-loaded-themes): Function deleted.
7753         (custom-save-variables): Don't delete or add custom-load-themes call.
7755 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7757         * cus-start.el: Add `visible-cursor'.
7759         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
7760         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
7761         (flymake-process-filter): Switch to buffer before calling it instead.
7762         (flymake-post-syntax-check, flymake-highlight-err-lines)
7763         (flymake-delete-own-overlays, flymake-parse-err-lines)
7764         (flymake-start-syntax-check, flymake-start-syntax-check-process)
7765         (flymake-count-lines, flymake-parse-residual):
7766         Remove constant buffer argument.
7767         (flymake-start-syntax-check-for-current-buffer): Remove.
7768         Update callers to use flymake-start-syntax-check instead.
7769         (flymake-display-err-menu-for-current-line):
7770         Remove unused var `mouse-pos'.
7771         (flymake-restore-formatting): Comment out unused function.
7772         (flymake-report-status, flymake-report-fatal-status): Remove buffer
7773         argument, use current-buffer instead.  Update callers.
7775 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7777         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
7778         buffer-local because choose-completion-delete-max-match requires
7779         that we set completion-ignore-case (i.e., binding via let is not
7780         sufficient).
7781         (bibtex-complete): Always set completion-ignore-case and
7782         choose-completion-string-functions.  The latter is needed because
7783         choose-completion-string-functions keeps its value if we quit the
7784         *Completions* buffer without requesting a completion.
7786 2005-12-30  Andreas Schwab  <schwab@suse.de>
7788         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
7790 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
7792         * jit-lock.el (jit-lock-chunk-size): Doc fix.
7794 2005-12-30  Juri Linkov  <juri@jurta.org>
7796         * locate.el (locate-fcodes-file, locate-header-face)
7797         * progmodes/delphi.el (delphi-other-face)
7798         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
7800         * paren.el (show-paren-match, show-paren-mismatch): Use existing
7801         group `paren-showing-faces'.
7803         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
7804         (goto-address): Fix docstring.
7806         * net/webjump.el (webjump-sample-sites): Update URLs.
7808         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
7810         * subr.el (cancel-change-group): Add listp around pending-undo-list.
7812 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7814         * font-lock.el (font-lock-compile-keywords): Signal an error when
7815         font-lock-set-defaults hasn't been called.
7817 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
7819         * subr.el (noreturn, 1value): Doc fixes.
7821 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7823         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
7824         that assoc-string returns nil.
7826 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7828         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
7829         (bibtex-entry-type-str, bibtex-empty-field-re)
7830         (bibtex-search-backward-string, bibtex-preamble-prefix)
7831         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
7832         (bibtex-any-valid-entry-type): New variable.
7833         (bibtex-parse-field-name): Simplify.
7834         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
7835         (bibtex-preamble-prefix): Include left delimiter.
7836         (bibtex-search-forward-field, bibtex-search-backward-field):
7837         Allow unbounded search past entry boundaries (required by bibtex-pop).
7838         (bibtex-text-in-field-bounds): Use push.
7839         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
7840         (bibtex-parse-preamble, bibtex-valid-entry)
7841         (bibtex-beginning-first-field): New functions.
7842         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
7843         (bibtex-map-entries): Fix docstring.
7844         (bibtex-flash-head): New arg prompt.  Simplify.
7845         (bibtex-enclosing-field): Include code of bibtex-inside-field.
7846         (bibtex-insert-kill): Simplify.  Always insert text past the
7847         current field or entry.
7848         (bibtex-format-entry): Use bibtex-parse-field.
7849         (bibtex-pop): Use bibtex-beginning-of-entry and
7850         bibtex-end-of-entry to initiate the search.  Insert empty field if
7851         we found ourselves.
7852         (bibtex-print-help-message): New args field and comma.
7853         Handle entry keys.
7854         (bibtex-make-field): Use bibtex-beginning-of-entry.
7855         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
7856         invalid entry.
7857         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
7858         Handle preambles.  Simplify code for thorough test.
7859         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
7860         New arg comma.  Handle entry heads.
7861         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
7862         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
7863         New arg comma.
7864         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
7865         (bibtex-fill-field): Simplify.
7866         (bibtex-fill-entry): Use bibtex-beginning-first-field and
7867         bibtex-parse-field.
7868         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
7869         (bibtex-complete): Use bibtex-parse-preamble.
7871 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
7873         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
7874         Display name of expression instead of convenience variable.
7875         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
7877         * progmodes/gud.el (gud-tooltip-dereference): Rename from
7878         toggle-gud-tooltip-dereference.
7879         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
7880         (gud-tooltip-tips): ...here when dereferencing.
7882 2005-12-28  Bill Wohler  <wohler@newt.com>
7884         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
7886 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7888         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
7889         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
7890         (vc-annotate-display-autoscale): Adjust call.
7891         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
7892         Fix interactive spec.
7893         (vc-annotate-time-span): Remove.
7894         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
7895         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
7896         (vc-annotate-display-select): Use new name.
7898         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
7899         (vc-annotate-mode-menu): Remove left-over redundant declaration.
7900         Correct the construction of span entries.  Simplify.
7901         (vc-annotate-display-select): Fix the nil case.
7902         (vc-annotate): Remove obsolete (and now broken) code.
7903         (vc-annotate-extract-revision-at-line): Remove obsolete code.
7904         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
7906 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
7908         * subr.el (lazy-completion-table): Correct typo in docstring.
7910         * startup.el (command-line): Use `custom-reevaluate-setting' for
7911         `send-mail-function'.
7913         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
7915 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
7917         * mail/smtpmail.el (smtpmail-try-auth-methods):
7918         Send credentials together with "AUTH PLAIN" command.
7920 2005-12-27  Richard M. Stallman  <rms@gnu.org>
7922         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
7923         mouse-2, go back to previously selected window, so it's selected
7924         when mouse-2 command runs.
7926 2005-12-27  Juri Linkov  <juri@jurta.org>
7928         * descr-text.el (describe-text-sexp): Use square brackets for
7929         button [Show] to distinguish it from the property value `show'.
7930         (describe-property-list): Use `insert-text-button' with
7931         `help-face' type instead of putting face in quotes, because button
7932         is not created automatically for a list of faces.
7933         (describe-text-properties-1): Put button-type value in quotes to
7934         distinguish from plain text "button".
7935         (describe-char): Display code point values in hex.  Don't use
7936         `symbol-name' for `current-input-method' because it is a string.
7937         Use `insert-text-button' with `help-face' type instead of putting
7938         hardcoded face in quotes, because button is not created automatically.
7940 2005-12-27  Richard M. Stallman  <rms@gnu.org>
7942         * progmodes/glasses.el (glasses-face): More specific custom type.
7944         * files.el (set-visited-file-name): Doc fix.
7946         * textmodes/flyspell.el (flyspell-external-point-words):
7947         Use local var buffer-scan-pos to advance scan for next misspelling.
7948         Advance it only after we find the misspelling.
7950 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
7952         * textmodes/flyspell.el (flyspell-external-point-words):
7953         New criteria for finding the misspelling in the buffer.
7955 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
7957         * help-mode.el (help-insert-string): Set help-xref-stack-item
7958         rather than call help-setup-xref.
7960         * descr-text.el (describe-char): Revert previous changes for
7961         optional buffer argument.
7963 2005-12-27  Juri Linkov  <juri@jurta.org>
7965         * help-mode.el (help-insert-string): New function.  Save buffer
7966         contents in cases where it is impossible to recompute the old contents.
7968         * descr-text.el (describe-char): Set help-xref-stack-item
7969         explicitly after buffer has been generated.
7971 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7973         * cus-start.el (all): Add x-gtk-show-hidden-files.
7975 2005-12-26  Richard M. Stallman  <rms@gnu.org>
7977         * replace.el (perform-replace): Calculate match-again
7978         before skipping read-only matches.
7980         * paren.el (paren-showing-faces): New group.
7981         (show-paren-match, show-paren-mismatch): Move to that group.
7983         * button.el (button): Put into group `basic-faces'.
7985         * progmodes/make-mode.el: Remove faces from group `faces'.
7987         * apropos.el (apropos, apropos-value): Doc fix.
7988         (apropos-documentation): Doc fix.
7990 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7992         * subr.el (lazy-completion-table): Remove argument `args'.
7994         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7995         Don't use the `args' argument of lazy-completion-table.
7997 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
7999         * descr-text.el (describe-char): Add optional argument for buffer.
8000         Set buffer appropriately.  Call help-setup-xref.
8001         Suggested by Stefan Monnier.
8003 2005-12-26  Juri Linkov  <juri@jurta.org>
8005         * descr-text.el: Require `help-fns' at runtime.  Don't require
8006         `button' for byte compilation.
8007         (describe-text-widget): Add `help-echo' for first button.
8008         Use `help-info' for second.
8009         (describe-property-list): Use `help-argument-name' instead of `italic'.
8010         (describe-text-category): Add prompt to interactive spec.
8011         Call `help-setup-xref'.
8012         (describe-char): Use `help-character-set'.  Add `help-echo' for
8013         code point.  Use `help-input-method'.  Remove superfluous insert.
8015 2005-12-25  Richard M. Stallman  <rms@gnu.org>
8017         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
8018         at point, in case of narrowing.
8020         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
8022         * locate.el (locate-header-face): Allow nil in type.
8024         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
8026 2005-12-25  Romain Francoise  <romain@orebokech.com>
8028         * battery.el (battery-linux-proc-acpi): Also try
8029         `/proc/acpi/thermal_zone/THM0/temperature'.
8031 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
8033         * custom.el (custom-push-theme): Fix docstring.
8035         * cus-edit.el (custom-variable-set, custom-variable-save)
8036         (custom-variable-save): Custom-quote widget values.
8037         (customize-save-variable): Fix custom-push-theme call.
8039 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
8041         * w32-fns.el (w32-batch-update-autoloads): New function.
8043         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
8044         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
8045         from the command line.
8047 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
8049         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
8050         reset means to remove setting from theme entirely.  Don't keep
8051         expanding theme-settings list; delete old entries if necessary.
8053         * cus-edit.el (custom-buffer-create-internal): Move "Erase
8054         customization" button one line up.
8055         (custom-themed): New face.
8056         (custom-magic-alist): New value, THEMED, for theme settings.
8057         (custom-variable-state-set, custom-face-state-set):
8058         Check theme-value instead of saved-value.
8059         (custom-variable-reset-standard, custom-face-reset-standard):
8060         Remove theme setting entirely.  Recalculate new values.
8061         (custom-variable-set, custom-variable-set)
8062         (custom-variable-reset-saved, custom-variable-reset-backup)
8063         (custom-face-set, custom-face-reset-saved): Update `user' theme.
8064         (custom-variable-save): Fix typos.
8066 2005-12-23  Juri Linkov  <juri@jurta.org>
8068         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
8069         Add autoload cookies.
8070         (edebug-outside-d-c-i-n-s-w): New variable.
8071         (edebug-display, edebug-outside-excursion): Use it to save the
8072         original value of default-cursor-in-non-selected-windows.
8073         Set default-cursor-in-non-selected-windows to t while Edebug
8074         is active.
8075         (edebug-mode, edebug-eval-mode): Doc fix.
8077         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
8078         with `buffer-substring-no-properties' to remove common substring
8079         highlighting.
8081         * info.el (info-other-window, info): Rename function argument
8082         `file' to `file-or-node'.
8083         (Info-complete-menu-item): Use local variable `complete-nodes' to
8084         keep the global value of `Info-complete-nodes' unchanged for
8085         subsequent completions.
8086         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
8088         * simple.el (get-next-valid-buffer, last-buffer)
8089         (next-error-buffer-p, next-error-find-buffer)
8090         (minibuffer-history-sexp-flag): Doc fix.
8092         * savehist.el (savehist-mode-hook): Add `:group'.
8094         * log-view.el: Call autoload for vc-find-version.
8095         (log-view-current-file): Adjust subgroup numbers.
8096         (log-view-current-tag): Add `length'.
8098 2005-12-23  Richard M. Stallman  <rms@gnu.org>
8100         * vc.el (vc-annotate-car-last-cons): Defn moved up.
8102 2005-12-23  Juri Linkov  <juri@jurta.org>
8104         * hi-lock.el (hi-lock-archaic-interface-message-used)
8105         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
8106         (hi-lock-mode): Display "Hi" in the mode line only when
8107         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
8108         (hi-lock-write-interactive-patterns):
8109         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
8110         (hi-lock-set-pattern, hi-lock-set-file-patterns)
8111         (hi-lock-font-lock-hook): Set 3rd arg `how' of
8112         font-lock-add-keywords to t.
8114 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
8116         * hi-lock.el (hi-lock-highlight-range): New variable.
8117         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
8118         only if font-lock-fontified is non-nil.  Remove overlays.
8119         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
8120         font-lock-fontified is non-nil, otherwise use overlays (instead of
8121         text properties).
8122         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
8123         New variables.
8124         (hi-lock-string-serialize) New function.
8126 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8128         * menu-bar.el (menu-find-file-existing): New function.
8129         (menu-bar-file-menu): Use menu-find-file-existing for Open.
8131         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
8133 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8135         * vc.el: Remove unnecessary leading * in docstrings.
8136         (vc-annotate-mode-map): Move initialization into declaration.
8137         (vc-static-header-alist): Nitpick on the regexp.
8138         (vc-default-init-version): New fun.
8139         (vc-register): Use it.
8140         (vc-insert-headers): Use dolist.
8141         (vc-annotate-get-backend): Remove unused function.
8142         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
8143         (vc-annotate-mode): Remove corresponding call.
8144         (vc-annotate-car-last-cons): Simplify.
8145         (vc-annotate-buffers): Remove var.
8146         (vc-annotate-backend): Make it buffer-local.
8147         (vc-annotate): Move the interaction to the interactive spec.
8148         Add a `buf' argument.
8149         (vc-annotate-warp-version): Use this new `buf' argument to avoid
8150         killing&creating a vc-annotate buffer, which is very disruptive when
8151         the buffers are shown in dedicated frames.
8153 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
8155         * descr-text.el: Add FSF as maintainer.
8156         (describe-text-mode, describe-text-mode-map)
8157         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
8158         help-mode.
8159         (describe-text-widget, describe-text-sexp)
8160         (describe-property-list, describe-text-category)
8161         (describe-text-properties, describe-text-properties-1)
8162         (describe-char): Use help buttons instead of widgets.
8163         (describe-char-unicodedata-file): Make URL link in doc string.
8165 2005-12-22  Richard M. Stallman  <rms@gnu.org>
8167         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
8168         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
8169         Don't include buttons that write a file when there's no file.
8170         (custom-variable-menu, custom-face-menu, custom-group-menu):
8171         Don't include commands that write a file when there's no file.
8172         (customize-browse): Reword the top-of-buffer help intro.
8173         (custom-buffer-create-internal): Fix previous change.
8174         (customize-changed-options-previous-release): Prev release is 21.1.
8175         (customize-changed-options): Doc fix.
8176         (customize-changed): New alias.
8177         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
8178         Say "standard values".
8179         (Custom-reset-standard): Doc fix.
8180         (custom-face-reset-standard): Doc fix.
8182 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8184         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
8185         even if font-lock-mode is non-nil since it may be t without having
8186         turned on font-lock-mode-internal.
8187         (font-lock-choose-keywords): Minor optimization.
8188         (font-lock-add-keywords, font-lock-remove-keywords)
8189         (font-lock-set-defaults): Don't call make-local-variable on a variable
8190         that we know to already be local.
8192 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8194         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
8195         messages if in the minibuffer.
8197 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8199         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
8200         (tex-mode-flyspell-verify, flyspell-get-word)
8201         (flyspell-external-point-words): Don't use point-min/max uselessly.
8203         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
8204         by Kevin Rodgers.  Instead, just hide the completions buffer if we
8205         don't need to show it.
8207 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
8209         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
8211 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8213         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
8214         delete-windows-on with an inexistent buffer.
8216 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
8218         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8219         Delete defcustom variable :tag names.
8221 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8223         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
8224         (log-view-font-lock-keywords): Ajust subgroup numbers.
8225         (log-view-current-tag): Don't hard code the number of subgroups.
8227 2005-12-20  Juri Linkov  <juri@jurta.org>
8229         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
8230         (tooltip-x-offset, tooltip-y-offset): Doc fix.
8232         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8233         (menu-bar-non-minibuffer-window-p): Instead of checking
8234         display-multi-frame-p, use selected-frame when menu-updating-frame
8235         is nil.
8237 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
8239         * align.el (align-rules-list): Use [ \t] instead of \s-
8240         for column separators in text mode.
8242 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
8244         * help-mode.el (help-customize-variable, help-customize-face):
8245         Don't pop help-xref-stack as help-follow no longer pushes
8246         anything on to it.
8248 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
8250         * textmodes/org.el (org-agenda-custom-commands): New option.
8251         (org-agenda): Offer custom commands on splash screen.
8252         (org-make-tags-matcher): Parser for Boolean logic added.
8253         (org-agenda-set-tags): New command.
8254         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
8255         (org-set-tags): Efficiency improvements.
8256         (org-auto-align-tags): New option.
8257         (org-todo, org-demote, org-promote): Realign tags.
8258         (org-tags-completion-function): Use also "&" and "|" as separators.
8259         (org-org-menu): Agenda commands simplified.
8261 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
8263         * cus-edit.el (customize-apropos, customize-apropos-options):
8264         Docstring changes.
8266         * font-lock.el (font-lock): Add tags to the links in the defgroup.
8268 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
8270         * longlines.el (longlines-mode): Wrap while widened.
8271         (longlines-decode-region, longlines-encode-region): Compute max
8272         just once.
8274 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8276         * cus-edit.el (mac): New group.
8278         * cus-start.el (all): Add user options in macterm.c.  Add test for
8279         Mac-related built-ins.  Fix test for GTK-related built-ins.
8281         * term/mac-win.el (mac-handle-language-change)
8282         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
8283         (mac-services-open-selection, mac-services-mail-selection)
8284         (mac-services-mail-to, mac-services-insert-text)
8285         (mac-dispatch-apple-event): Add docstrings.
8286         (x-get-selection, mac-select-convert-to-string): Select coding
8287         system from `utf-16be' and `utf-16le' using `byteorder'.
8289 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8291         * subr.el (lazy-completion-table): Don't be fooled if the var holds
8292         a "list" (lambda ...) rather than a real completion list.
8294         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
8295         lexical-let when encountering ((lambda (...) ...) ...).
8297 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
8299         * progmodes/sh-script.el (sh-mode):
8300         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
8301         * textmodes/picture.el (picture-mode): Update docstrings.
8303 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
8305         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
8306         commands enclosed in $(ARGQUOTE)s should not be split between two
8307         lines, as that will break with GNU Make >3.80, when sh.exe is used
8308         and arg quoting is with '..'.
8309         (autoloads): Don't break the quoted --eval expression between
8310         several lines.
8312 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
8314         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
8315         Capture error from printing circular structures.
8317 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
8319         * wid-edit.el (widget-checkbox-action): Clear undo info.
8321 2005-12-16  Bill Wohler  <wohler@newt.com>
8323         * menu-bar.el (kill-this-buffer): Set a good example by using menu
8324         bar, not menubar in comment.
8326 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8328         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
8329         After-change-functions should not clobber the match data.
8331 2005-12-16  Juri Linkov  <juri@jurta.org>
8333         * simple.el (choose-completion): Use `buffer-substring-no-properties'
8334         instead of `buffer-substring'.
8335         (completion-common-substring): Doc fix.
8336         (completion-setup-function): Use minibuffer-completion-contents
8337         instead of minibuffer-contents.  Don't set common-string-length
8338         initially.  Remove special handling of partial-completion-mode.
8339         Move computation of completion-base-size into one cond.
8340         Call completion-base-size-function in mainbuf.  In computation of
8341         completion-base-size for file name completion don't move point to
8342         the end of the minibuffer.  Move computation of common-string-length
8343         into one cond.  Start putting faces only when common-string-length>=0.
8344         Add condition to put completions-common-part when
8345         common-string-length>0.
8347         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
8348         place point at the first different character in the minibuffer
8349         even if this position is at the beginning of the minibuffer.
8351         * info.el (Info-read-node-name-1): In completion-base-size-function's
8352         lambda return 1 if common-substring or minibuffer-completion-contents
8353         starts with (, and 0 otherwise.
8355         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
8356         Use `crm-current-element' for second arg of `display-completion-list'.
8358 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
8360         * files.el (set-auto-mode): Look for an interpreter specified on
8361         the first line also if search for mode specification succeeded,
8362         but the mode is not known.
8364 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
8366         * textmodes/org.el (org-tags-match-list-sublevels): New option.
8367         (org-open-at-point): Implement tag searches as links.
8368         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
8369         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
8370         (org-tags-sparse-tree, org-tags-view, org-set-tags)
8371         (org-agenda-dispatch): New commands.
8372         (org-use-tag-inheritance, org-tags-column): New options.
8373         (org-tab-follows-link, org-return-follows-link): New options.
8374         (org-tags): New customize group.
8375         (org-start-icalendar-file): Get local time zone.
8376         (org-tags-completion-function): New function.
8377         (org-set-font-lock-defaults): Make sure links will also be
8378         highlighted inside headlines.
8380 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
8382         * term.el (term-emulate-terminal):
8383         Let term-handle-ansi-terminal-messages override what Bash says about
8384         its current directory.
8386 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
8388         * bindings.el (last-buffer): Move to simple.el.
8389         * simple.el (last-buffer): Move here.
8390         (get-next-valid-buffer): New function.
8391         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
8392         (prev-buffer): Ditto.  Rename to `previous-buffer'.
8394         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
8395         * bindings.el (global-map): Ditto.
8397 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
8399         * cus-edit.el: Introductory comment change.
8400         (custom-magic-alist): Change message string for the `rogue' state.
8402 2005-12-15  Richard M. Stallman  <rms@gnu.org>
8404         * tooltip.el: Delete defcustom variable :tag names.
8406         * complete.el (partial-completion-mode): Doc fix.
8408         * textmodes/flyspell.el (flyspell-external-point-words):
8409         Use save-excursion to ensure we don't move backward in the
8410         search loop, not even one character.
8411         (flyspell-delete-all-overlays): Use remove-overlays directly.
8413         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
8414         (ispell-start-process): Set that variable.
8415         Clear ispell-buffer-local-name.
8416         (ispell-internal-change-dictionary):
8417         Set ispell-current-dictionary after killing process.
8418         (ispell-buffer-local-dict):
8419         Don't set spell-personal-dictionary after killing process.
8420         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
8421         (ispell-tex-skip-alists, ispell-html-skip-alists)
8422         (ispell-skip-region-alist): Mark as risky.
8424         * net/newsticker.el (newsticker--retrieval-timer-list)
8425         (newsticker--display-timer, newsticker-running-p)
8426         (newsticker-ticker-running-p): Definitions moved up.
8428 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
8430         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
8432 2005-12-15  David Ponce  <david@dponce.com>
8434         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
8435         (recentf-edit-list, recentf-open-files): Signal an error when
8436         there is no recent file.
8438 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8440         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
8441         read-only except for texinfo-format-region evaluation.
8443 2005-12-14  Richard M. Stallman  <rms@gnu.org>
8445         * vc.el (vc-default-previous-version, vc-default-next-version)
8446         (vc-do-command): Doc fixes.
8448 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8450         * textmodes/bibtex.el (bibtex-expand-strings)
8451         (bibtex-autokey-expand-string, bibtex-name-part)
8452         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
8453         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
8454         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
8455         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
8456         (bibtex-entry-postfix, bibtex-known-entry-type-re)
8457         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
8458         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
8459         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
8460         (bibtex-beginning-of-last-entry): Remove.
8461         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
8462         message if comma is missing but buffer is read-only.
8463         (bibtex-parse-field-text): Handle whitespaces at the end of field
8464         text.  Return 3-element list with beginning and end of field text
8465         and end of field.
8466         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
8467         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
8468         (bibtex-search-forward-field, bibtex-search-backward-field):
8469         Search always delimited by limits of entry.  Use more efficient
8470         search algorithms.
8471         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
8472         bibtex-end-of-name-in-field.
8473         (bibtex-text-in-field-bounds): Handle BibTeX strings when
8474         extracting the content of a field.
8475         (bibtex-text-in-field): Use search limits.
8476         (bibtex-parse-string-prefix): Handle empty string keys based on
8477         bibtex-string-empty-key.
8478         (bibtex-parse-string): Fix docstring.
8479         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
8480         (bibtex-preamble-prefix, bibtex-strings): New functions.
8481         (bibtex-skip-to-valid-entry): Include preceding whitespace in
8482         BibTeX entries (consistent with other BibTeX functions).
8483         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
8484         (bibtex-search-entry): Fix docstring.  Simplify.
8485         (bibtex-flash-head, bibtex-complete-string-cleanup)
8486         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
8487         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
8488         (bibtex-parse-entry): New optional arg content.
8489         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
8490         Use bibtex-text-in-field-bounds.
8491         (bibtex-print-help-message): Handle BibTeX strings and preambles.
8492         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
8493         bibtex-parse-string-postfix.
8494         (bibtex-find-text-internal): New function.
8495         (bibtex-remove-delimiters): Use it.
8496         (bibtex-find-text): Use it.  New optional arg help.
8497         (bibtex-complete): Handle BibTeX string and preamble entries.
8498         (bibtex-Preamble): Fix order of closing delimiters.
8500 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8502         * vc.el (vc-default-revert): New fun.
8504         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
8506 2005-12-14  Romain Francoise  <romain@orebokech.com>
8508         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
8509         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
8510         (font-lock-remove-keywords): Likewise.
8512 2005-12-14  Juri Linkov  <juri@jurta.org>
8514         * log-view.el (log-view-diff): Doc fix.
8516         * isearch.el (isearch-query-replace): Use (mark) instead of
8517         isearch-opoint if mark is active in transient-mark-mode.
8519 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
8521         * isearch.el (isearch-query-replace): Check for isearch-other-end.
8523 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
8525         * progmodes/cpp.el (cpp-face): New widget.
8526         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
8528 2005-12-14  Juri Linkov  <juri@jurta.org>
8530         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
8531         around `erase-buffer' and `insert'.
8533         * descr-text.el (describe-text-properties): Replace buffer name
8534         "*Help-2*" with "*Help*<2>".
8535         (describe-char): Add functions print-help-return-message,
8536         toggle-read-only.  Use help-setup-xref with nil to not store
8537         describe-char in help-xref-stack.  Use help-make-xrefs to
8538         make [back] button.
8540         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
8542         * wdired.el (wdired-old-point): New internal variable.
8543         (wdired-change-to-wdired-mode): Set it buffer-locally.
8544         (wdired-abort-changes): Restore point after aborting changes.
8546 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8548         * vc.el (vc-do-command): Add a new value t for okstatus.
8550         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
8551         frame in case of errors.
8553 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8555         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
8556         so it comes after "On the Left" in the menu.
8558 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
8560         * cus-edit.el (customize-apropos, customize-apropos-options)
8561         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
8563 2005-12-12  Bill Wohler  <wohler@newt.com>
8565         * vc-svn.el (vc-svn-registered): Fix problem of visiting
8566         non-writable Subversion-controlled files by saving window
8567         configuration before calling vc-do-command.  vc-do-command calls
8568         pop-to-buffer on error which is unexpected during registration.
8570 2005-12-12  Jay Belanger  <belanger@truman.edu>
8572         * calc/README: Update the summary of changes.
8574 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8576         * descr-text.el (describe-char): Rework last fix to solve the problem
8577         is the same way it's solved for everything else in that function
8578         (i.e. by extracting the info before setting up the *Help* buffer).
8580 2005-12-12  Kim F. Storm  <storm@cua.dk>
8582         * subr.el (version-regexp-alist): Allow space as separator before
8583         non-numeric part, e.g. "1.0 alpha".
8584         (version-to-list): Interpret .X.Y version as 0.X.Y version.
8586 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
8588         * textmodes/org.el (org-agenda, org-timeline, org-todo):
8589         Implement Logging and the keep-modes setting.
8590         (org-get-category): Make sure a string is returned.
8591         (org-log-done): New function.
8592         (org-log-done, org-closed-string): New options.
8594 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8596         * tooltip.el (tooltip-y-offset): Change default to 20.
8598 2005-12-12  Richard M. Stallman  <rms@gnu.org>
8600         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
8602         * frame.el (display-hourglass): Doc fix.
8604         * help.el (help-for-help-internal): Simplify entry for `a'.
8606         * info.el (Info-on-current-buffer): Doc fix.
8607         (info-insert-file-contents): Don't test (featurep 'jka-compr).
8609         * startup.el (inhibit-splash-screen): Make this the real name.
8610         (inhibit-startup-message): Make this the alias.
8611         (command-line): Find only simple.el, and use its directory
8612         to fill in other preloaded files' names.
8613         (command-line): Deactivate the mark if deactivate-mark is set.
8615         * international/mule.el (load-with-code-conversion):
8616         Bind deactivate-mark.
8618         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8620 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
8622         * cus-edit.el (customize-apropos): Avoid listing an option more
8623         than once under different aliases.  No longer list user options
8624         that are not defined with defcustom (unless a prefix arg is given).
8625         Doc fix.
8626         (customize-apropos-options): Doc fix.
8628 2005-12-11  Juri Linkov  <juri@jurta.org>
8630         * frame.el (set-background-color, set-foreground-color)
8631         (set-cursor-color, set-mouse-color, set-border-color):
8632         Add explicit prompts to read colors by `facemenu-read-color'.
8633         (show-trailing-whitespace, blink-cursor-delay)
8634         (blink-cursor-interval, display-hourglass, hourglass-delay):
8635         Remove tags.
8636         (display-hourglass, hourglass-delay): Doc fix.
8637         (cursor-in-non-selected-windows): Capitalize words in tag.
8639         * faces.el (frame-background-mode): Replace `choice-item' keywords
8640         with `const' to not make [default] button.  Change default value tag
8641         from `default' to `automatic'.  Doc fix.
8642         (trailing-whitespace) <defface>: Change group `whitespace' to
8643         `whitespace-faces'.
8645 2005-12-11  Richard M. Stallman  <rms@gnu.org>
8647         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
8649 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8651         * term/mac-win.el: Create keymap for mac-apple-event-map.
8653 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
8655         * tooltip.el (tooltip-mode): Move to start of file so that it
8656         appears at top of customize buffer.
8658         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8659         Add the gud groupname.
8660         (gud-tooltip-mode): Add the tooltip groupname.
8661         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
8662         avoid conflict with tooltip-use-echo-area.
8664 2005-12-10  Romain Francoise  <romain@orebokech.com>
8666         * help.el (help-for-help-internal): Add `r' in doc string.
8668 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8670         * align.el (align-regexp, align-highlight-rule):
8671         Use region-beginning and region-end instead of point and mark, so that
8672         repetition (with `repeat-complex-command') recomputes the region
8673         bounds.
8675 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8677         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8678         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8679         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
8680         (balance-windows): Rewrite using the above new functions.
8682 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
8684         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
8685         react if global-hi-lock-mode seems intended.
8686         (global-hi-lock-mode) Renamed from hi-lock-mode.
8687         (hi-lock-archaic-interface-message-used)
8688         (hi-lock-archaic-interface-deduce): New variables.
8689         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
8690         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
8691         (hi-lock-find-patterns, hi-lock-font-lock-hook):
8692         Replace hi-lock-buffer-mode with hi-lock-mode.
8694 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
8696         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
8697         completion list, even after a partial completion has been
8698         inserted in the current buffer.  If there are more than 1
8699         completion, redisplay the *Completions* buffer; if the
8700         completion is unique, delete the *Completions* window.
8702 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
8704         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
8705         strings and long subject lines that were broken into multiple
8706         lines at arbitrary places.  Handle subjects that have "Re: " in
8707         the middle.
8709 2005-12-10  John W. Eaton  <jwe@octave.org>
8711         * emacs/octave-mod.el (octave-electric-space): Don't indent
8712         comments or strings if octave-auto-indent is nil.
8714 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8716         * term/mac-win.el: Require url when compiling.
8717         Call mac-process-deferred-apple-events after loading init files.
8718         (mac-apple-event-map): New defvar.  Define event handlers in it.
8719         (core-event, internet-event): New Apple event class symbols.
8720         (open-application, reopen-application, open-documents)
8721         (print-documents, open-contents, quit-application)
8722         (application-died, show-preferences, autosave-now, get-url):
8723         New Apple event ID symbols.
8724         (about): New HICommand ID symbol.
8725         (mac-event-spec, mac-event-ae): New macros.
8726         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
8727         (mac-ae-selection-range, mac-ae-text-for-search)
8728         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
8729         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
8730         and Services menu events are now defined in mac-apple-event-map.
8731         (mac-drag-n-drop): Remove selection range handling.
8733 2005-12-10  Kenichi Handa  <handa@m17n.org>
8735         * simple.el (zap-to-char):
8736         * isearch.el (isearch-process-search-char): Translate CHAR by
8737         translation-table-for-input.
8739 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
8741         * foldout.el (foldout-exit-fold): Properly hide subtree.
8743 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8745         * files.el (save-buffer):
8746         * international/ucs-tables.el (ucs-set-table-for-input):
8747         * mail/mail-extr.el (mail-extract-address-components):
8748         * mail/sendmail.el (mail-mode): Reformat doc string.
8750 2005-12-09  Juri Linkov  <juri@jurta.org>
8752         * isearch.el (isearch-highlight): Change main overlay priority
8753         from 1 to 1001.  Simplify.
8754         (isearch-lazy-highlight-update): Change lazy overlay priority
8755         from 0 to 1000.
8757         * replace.el (replace-highlight): Change overlay priority from
8758         1 to 1001.
8760         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
8761         Change overlay priority from 1 to 1001.  Reuse existing overlay.
8763         * compare-w.el (compare-windows-highlight): Change overlay
8764         priority from 1 to 1000.
8766         * menu-bar.el (menu-bar-edit-menu): Add listp around
8767         pending-undo-list to disable menu item "undo" when pending
8768         undo list is empty.
8770         * locate.el (locate): Disable undo in *Locate* buffer.
8772 2005-12-09  Kim F. Storm  <storm@cua.dk>
8774         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
8776 2005-12-09  David Ponce  <david@dponce.com>
8778         * recentf.el: Improvement of the menu code.
8779         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
8780         instead of menu hook.
8781         (recentf-show-menu, recentf-hide-menu): New functions.
8782         (recentf-menu-customization-changed, recentf-mode): Use them.
8783         (recentf-menu-action, recentf-max-menu-items)
8784         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
8785         (recentf-arrange-by-rule-others)
8786         (recentf-arrange-by-rules-min-items)
8787         (recentf-arrange-by-rule-subfilter) : Don't use
8788         `recentf-menu-customization-changed'.
8789         (recentf-arrange-rules): Likewise.  Accept functions to compute
8790         sub-menu titles.
8791         (recentf-menu-filter): Likewise.  Doc fix.
8792         (recentf-menu-value-shortcut): Doc fix.
8793         (recentf-dump-variable): Quote atom value.
8794         (recentf-make-menu-items): Update to use it as a menu filter.
8795         (recentf-match-rule): New function.
8796         (recentf-arrange-by-rule): Use it.
8797         (recentf-indirect-mode-rule): New function.
8798         (recentf-build-mode-rules): Use it.
8799         (recentf-dir-rule): New function.
8800         (recentf-arrange-by-dir): Use it.
8801         (recentf-filter-changer-current): Rename from
8802         `recentf-filter-changer-state'.  All references updated.
8803         (recentf-filter-changer-alist): Update filter names.
8804         (recentf-filter-changer-select): New function.
8805         (recentf-filter-changer): Use it.  Make a sub-menu from filters
8806         available in `recentf-filter-changer-alist'.
8807         (recentf-data-cache, recentf-clear-data)
8808         (recentf-update-menu): Remove.  All references updated.
8809         (recentf-match-rule-p, recentf-build-dir-rules)
8810         (recentf-filter-changer-goto-next)
8811         (recentf-filter-changer-get-current)
8812         (recentf-filter-changer-get-next): Remove.
8814 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
8816         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
8817         buffer "Reset" button to "Reset to Current" for consistency with
8818         the State buttons.
8820 2005-12-08  John Paul Wallington  <jpw@pobox.com>
8822         * ibuf-ext.el (define-ibuffer-filter filename):
8823         If `dired-directory' is a list then really use its car.
8825 2005-12-08  Kim F. Storm  <storm@cua.dk>
8827         * emulation/cua-rect.el (cua--rectangle-aux-replace):
8828         Fix indention of text on right side of replaced rectangle.
8830 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
8832         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
8833         No need to check gud-comint-buffer is bound.
8834         (gdb): Prevent multiple debugging when first session uses gdba.
8836 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8838         CC Mode update to 5.31.
8840         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
8841         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
8842         We might do this function properly in the future).
8844         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
8845         New macros c-sentence-end and c-default-value-sentence end, to cope
8846         with Emacs 22's new function `sentence-end'.
8848 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8850         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
8851         compat issue using `c-put-overlay' and `c-delete-overlay'.
8853         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
8854         New compat macros to handle overlays/extents.
8856 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8858         * progmodes/cc-fix.el: Add definitions of the macros push and pop
8859         (for GNU Emacs 20.4)
8861         * progmodes/cc-defs.el:
8862         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
8864         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
8865         highlighting mechanism so it will work in XEmacs too.
8867         * progmodes/cc-defs.el: Insert c-int-to-char.
8869         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
8870         call to the new macro c-int-to-char.  This solves XEmacs's
8871         regarding characters as different from integers.
8873 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8875         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
8876         New internal helper.
8878         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
8879         construct to make the indirect face lookup work in XEmacs.
8881         (c-cpp-matchers): Append the negation char face to the existing
8882         fontification, so that the cpp face doesn't disappear.
8883         Use `c-make-syntactic-matcher' to avoid negation chars in comments
8884         and strings.
8886         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
8887         to map to `font-lock-negation-char-face' in emacsen where it exists.
8889 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8891         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
8893         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
8894         Rename "c-subword-move-mode" as "c-subword-mode".
8896         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
8897         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
8899 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8901         * progmodes/cc-mode.el: Added autoload directive for
8902         `c-subword-move-mode' for use in older emacsen.
8904 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8906         * progmodes/cc-mode.el:
8907         (i) Insert a binding for C-c C-backspace into
8908         c-bind-special-erase-keys which works in TTYs.
8909         (ii) Make sure that when file styles are used, any explicitly
8910         given style variables take priority over those in the style.
8911         Do this by calling `hack-local-variables' a second time.
8913         * progmodes/cc-vars.el: Add language specific customization
8914         widgets for AWK to c-doc-comment-style, c-require-final-newline
8915         and c-default-style.  Add a defcustom for awk-mode-hook.
8916         Give c-syntactic-element and c-syntactic-context doc-strings by
8917         directly setting their `variable-documentation' propery.
8918         This allows Emacs 22.1 to read these with C-h v.
8920         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
8922 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8924         * progmodes/cc-fonts.el, cc-vars.el
8925         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
8926         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
8927         Masatake YAMATO.
8929         (c-doc-comment-style): Made GtkDoc default in C mode.
8931         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
8932         and C-c C-<delete>.
8934         (c-bind-special-erase-keys): New function for use on
8935         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
8937         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
8938         <delete> key behavior in XEmacs according to `delete-forward-p'.
8939         C.f. `c-electric-delete'.
8941 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8943         * progmodes/cc-mode.el: Give c-hungry-backspace and
8944         c-hungry-delete-forward permanent key bindings.
8946         * progmodes/cc-cmds.el (c-electric-semi&comma):
8947         Bind c-syntactic-context for calls to "criteria functions", for
8948         consistency with other calls to user functions.
8950         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
8951         `current-prefix-arg', since this might be the prefix arg to a
8952         command which calls c-indent-command as a function.  Change the
8953         interactive spec from "p" to "P".
8955         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
8956         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
8957         was difficult to understand.
8959 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8961         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
8962         first char of an identifier.
8964         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
8965         +" syntax in C++.
8967 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8969         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
8970         auto-fill doesn't split a c-comment's last word from a hanging
8971         "*/" when a space is typed between them after fill-column.
8973         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
8975         * progmodes/cc-styles.el (c-set-style)
8976         (c-setup-paragraph-variables): Abort the command if we're not in a
8977         CC Mode buffer.
8979         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
8980         with blank comment-prefix, and a blank line as the comment's
8981         second line.
8983 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8985         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
8986         Incorporate the patterns added in the Emacs development branch
8987         for the new Emacs 22 face `font-lock-negation-char-face'.
8989         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
8990         of "red" since it stands out better in xterms and DOS terminals.
8992         * progmodes/cc-engine.el (c-literal-faces):
8993         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
8995 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8997         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
8998         forcibly enable c-electric-flag.
9000         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
9001         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
9002         after the comment-prefix of a C-style comment will close that comment.
9004 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9006         * progmodes/cc-fonts.el (c-basic-matchers-before)
9007         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
9008         in Pike.
9010         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
9011         digraphs.
9013         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
9014         (c-cpp-message-directives, c-cpp-include-directives)
9015         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
9016         (c-cpp-expr-directives): Introduce new language constants to
9017         control cpp syntax in a cleaner way.
9019         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
9021         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
9023         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
9024         (c-multiline-string-start-char): New language constants and
9025         variables to specify how newlines in string literals work.
9027         (c-font-lock-invalid-string): Use them.
9029         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
9030         unbalanced close brace is entered.  Optimization by avoiding going
9031         back over arbitrarily large blocks.  Removed hints that this
9032         function only would be relevant/useful in AWK.
9034         (c-electric-brace): Indent syntactically after the cleanups since
9035         lineup functions might do it differently then.
9037         * progmodes/cc-engine.el, cc-langs.el
9038         (c-opt-op-identifier-prefix): New language constant and variable.
9040         (c-just-after-func-arglist-p, c-after-special-operator-id)
9041         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9043         * progmodes/cc-align.el, cc-engine.el
9044         (c-after-special-operator-id): New helper to handle C++ operator
9045         identifiers.
9047         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
9048         (c-guess-basic-syntax): Handle C++ operator identifiers in
9049         declarations.
9051         * progmodes/cc-langs.el (c-assignment-operators): Add the
9052         trigraph version of ^= too.
9054         * progmodes/cc-langs.el (c-assignment-operators): Add the
9055         trigraph version of |= in C++.
9057         * progmodes/cc-fonts.el (c-font-lock-declarators):
9058         Handle `c-decl-hangon-kwds' after the identifier name.
9060         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
9061         whether an arglist is "nonempty", ignore a comment after the open
9062         paren if it isn't followed by a non-comment token on the same line.
9064         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
9065         Enable heuristics below the point to cope with classes inside special
9066         brace lists in Pike.
9068 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9070         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
9072 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9074         * progmodes/cc-guess.el (cc-guess-install): New function to
9075         install an already guessed style in another buffer.
9077         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
9078         sets `inhibit-read-only' - `c-save-buffer-state' should be used
9079         anyway if the change always is undone.
9081 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9083         Implement togglable electricity:
9085         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
9086         saying when it should be used.
9088         * progmodes/cc-engine.el: Add the new buffer-local variable,
9089         c-electric-flag.
9091         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
9092         c-toggle-auto-newline.
9094         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
9095         c-toggle-auto-newline.  Remove the binding for
9096         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
9097         c-toggle-electric-state.
9099         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
9101         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
9102         c-\(forward\|backward\)-subword.
9103         (c-update-modeline): Add the new modeline flag `l' for
9104         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
9105         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
9106         Make the old name an alias of the new name.
9107         (c-toggle-electric-state): New function.
9108         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
9109         Adapt these functions to do electric things only when
9110         c-electric-flag is non-nil.
9111         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
9112         new functions from c-electric-brace.
9113         (c-point-syntax): Add a check for "virtual semicolons" in AWK
9114         mode, so that the tentative extra newline doesn't change the
9115         syntax of the following brace.
9116         (c-electric-brace): Restructure by extracting the above functions.
9117         Tidy up the coding somewhat.
9118         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
9119         restructure a bit.
9121 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9123         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
9124         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
9126         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
9127         (c-submode-indicators): Change name from `c-auto-hungry-string'
9128         since it's now used to track another submode.
9130         (c-update-modeline): Convert to function and extended to check
9131         `c-subword-move-mode'.
9133         (c-forward-into-nomenclature, c-backward-into-nomenclature):
9134         Convert to compat aliases for `c-forward-subword' and
9135         `c-backward-subword'.
9137         * progmodes/cc-subword.el: New functions and minor mode to handle
9138         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
9140         (c-forward-subword, c-backward-subword, c-mark-subword)
9141         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
9142         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9143         Functions corresponding to the standard word handling functions.
9145         (c-subword-move-mode): Minor mode that replaces all the standard
9146         word handling functions with their subword equivalences.
9148 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9150         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
9151         entry for one-liner-defun.
9153         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
9154         name in its def-edebug-spec.
9156         * progmodes/cc-cmds.el (c-electric-brace): Make the
9157         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
9158         compacts space before a comment, if this will make things fit on
9159         one line.
9161         Introduce an "awk" style, mainly for auto-newline and clean-ups.
9163         * progmodes/cc-align.el: New function c-snug-1line-defun-close
9165         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
9166         clean-up one-liner-defun.
9168         * progmodes/cc-styles.el: Add the new "awk" style.
9170         * progmodes/cc-vars.el: Add description of one-liner-defun to
9171         c-cleanup-list's doc-string.  New user options,
9172         c-max-one-liner-length.  In c-default-style, set the default style
9173         for AWK to "awk".
9175 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9177         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
9178         macros inside labels.
9180         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
9181         `c-at-statement-start-p' and `c-at-expression-start-p'.
9183         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
9184         error if the mark isn't set.
9186         * progmodes/cc-engine.el (c-guess-continued-construct)
9187         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9188         accurately detect functions inside functions.
9190         * progmodes/cc-engine.el (c-at-expression-start-p): New function
9191         like `c-at-statement-start-p' that additionally recognizes commas
9192         and expression parentheses as delimiters.
9194         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
9195         to avoid heuristics that doesn't work for unclosed blocks.
9196         (c-at-statement-start-p): New function.
9198         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
9199         Objective-C directives, e.g. directives spanning lines should work
9200         reasonably well now.
9202         (c-put-c-type-property, c-clear-c-type-property): New helpers.
9204         (c-forward-objc-directive): New function to move over any ObjC
9205         directive.
9207         (c-just-after-func-arglist-p, c-guess-basic-syntax)
9208         (c-basic-matchers-before): Use it.
9210         (c-font-lock-objc-iip-decl): Remove.
9212         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
9213         in the template arglist recognition.
9215         * progmodes/cc-styles.el (c-style-alist): Fix several
9216         inconsistencies in the Whitesmith style.
9218         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
9219         New lineup function to get lines after Whitesmith style blocks
9220         correctly indented.
9222         (c-lineup-whitesmith-in-block): Back out the compensation for
9223         opening parens since it's done using `add' lists in the style
9224         definition instead.  Don't use the anchor position since it varies
9225         too much between the syntactic symbols. :P
9227         * progmodes/cc-vars.el (c-valid-offset): Update.
9229         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
9230         lists where the offsets are combined according to several
9231         different methods: `first', `min', `max', and `add'.
9232         Report offset evaluation errors with `c-benign-error' so that some kind
9233         of reindentation still is done.
9235         * progmodes/cc-engine.el (c-guess-basic-syntax):
9236         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
9237         `arglist-close'.
9239         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
9240         situations for `arglist-cont-nonempty' and `arglist-close'.
9242         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
9244         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
9245         cc-bytecomp-boundp' in a number of places.
9247         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
9248         macro related issue.
9250 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9252         * progmodes/cc-awk.el: Change the terminology of regexps: A char
9253         list is now [asdf], a char class [:alpha:].
9254         Include code for char classes.
9255         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
9256         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
9258         Remove (nearly all of) the cruft associated with AWK Mode's former
9259         concept of "virtual semicolons":
9261         Adapt c-beginning-of-statement, c-end-of-statement (together with
9262         subfunctions) to use the new notion of "virtual semicolon" in
9263         place of the old awkward special handling for AWK.  There remains
9264         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
9265         * progmodes/cc-cmds.el:
9266         (c-ascertain-adjacent-literal): In the backwards direction, now
9267         recognises AWK regexp delimiters as string delimiters.
9268         (c-after-statement-terminator-p): Adapt for virtual semicolons;
9269         check more rigorously for "end of macro".
9270         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
9271         virtual semicolons;
9272         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
9273         out the code for forward movement into ...
9274         (c-end-of-statement): Now contains the code for forward movement,
9275         adapted for virtual semicolons.
9277         * progmodes/cc-engine.el:
9278         (c-ws*-string-limit-regexp): New regexp.
9279         (c-forward-single-comment, c-backward-single-comment): Comment out
9280         the (now redundant) "special" AWK stuff.
9282         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
9283         c-string-par-start, c-string-par-separate to be more like Text
9284         Mode than Fundamental Mode.
9286 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9288         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
9289         to the fontified region so that fontification doesn't occur
9290         outside it (could happen e.g. when fontifying a line with an
9291         unfinished declaration).
9293 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9295         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
9296         start of the file.  ^L now separate sections of the file.
9297         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
9298         (c-awk-one-line-possibly-open-string-re)
9299         (c-awk-regexp-one-line-possibly-open-char-class-re)
9300         (c-awk-one-line-possibly-open-regexp-re)
9301         (c-awk-one-line-non-syn-ws*-re): New defonsts.
9302         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
9304         Amend the concept of "virtual semicolons" (in the indentation
9305         engine) for languages like AWK, such that they are now
9306         conceptually attached to end of the last token of a statement, not
9307         the end of the line.  (In AWK Mode, however, the pertinent text
9308         property is still physically set on the EOL.)  Remove the specific
9309         tests for awk-mode, thus facilitating the introduction of other
9310         language modes where EOLs can end statements.
9311         (Note: The funtionality in cc-cmds.el, specifically
9312         c-beginning/end-of-statement has yet to be amended.)
9314         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
9315         New macros.
9317         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
9318         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
9319         c-vsemi-status-unknown-p-fn (in a new page).
9321         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
9322         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
9323         numerous awkward forms like
9324         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
9325         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
9326         variable before-ws-ip, the place just after char-before-ip appears.
9328         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
9329         a comment.
9331 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9333         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
9334         `c-tentative-buffer-changes'.
9336         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
9337         convert to macro to choose between Emacs and XEmacs at compile time.
9339         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
9341         (c-tentative-buffer-changes): New macro to handle temporary buffer
9342         changes in a convenient way.
9344         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
9345         for `c-tentative-buffer-changes'.
9347         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
9348         the checks for paren sexps between the point and the keyword, to
9349         avoid some false alarms.
9351         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
9352         Fixed a situation where an error could be thrown for unbalanced
9353         parens.  Changed to make use of c-keyword-member' to avoid some
9354         repeated regexp matches.
9356         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
9357         These language variable are no longer necessary.
9359         (c-block-stmt-kwds): New language constant used by
9360         c-looking-at-inexpr-block'.
9362         (c-guess-basic-syntax): Remove an optional check that looked at
9363         the existence of the now removed language variables.
9365         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
9366         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
9367         object instantiation expressions as declarations in some contexts.
9368         This bug only affected languages where the declarator can't be
9369         enclosed in parentheses.
9371         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
9372         insert newlines before and after substatement braces.
9374         * progmodes/cc-engine.el: Improved the heuristics for recognizing
9375         function declaration headers and the handling of C++ style member
9376         init lists.
9378         (c-just-after-func-arglist-p): Rewritten to use
9379         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
9381         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
9383         (c-guess-basic-syntax): Adapt case 5B for the new
9384         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
9385         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
9386         covers all cases now).
9388         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
9390 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9392         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
9393         c-string-par-start/separate c-sentence-end-with-esc-eol,
9394         initialised in c-setup-paragraph-variables, used in string
9395         scanning subroutines of c-beginning-of-statement.
9397         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
9398         which precedes the newly inserted `{'.
9400 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9402         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
9403         function for declaration level blocks.  It should now cope with
9404         templates better and also be a lot more comprehensible.
9406         (c-looking-at-decl-block): The new function.
9408         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
9409         for compatibility.
9411         (c-add-class-syntax, c-guess-continued-construct)
9412         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
9414         (c-decl-block-key): Change to tell apart ambiguous and
9415         unambiguous keywords.  Pike specials are now handled directly in
9416         the code instead.
9418         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
9419         New language constants and variables to make the backward skip in
9420         `c-looking-at-decl-block' as tight as possible.
9422         (c-nonsymbol-token-char-list): New language constant.
9424         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
9425         find balanced template arglists backwards.
9427         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
9428         making char classes for `c-syntactic-skip-backward'.
9430         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
9431         16D - can't be a class-close at that point.
9433         * progmodes/cc-engine.el (c-guess-basic-syntax)
9434         (c-add-class-syntax): Don't narrow out the enclosing declaration
9435         level.  This makes everything a lot easier, and it was actually
9436         only four small places that needed it to work.  Some places that
9437         previously did `widen' are removed now, which has the effect that
9438         `c-guess-basic-syntax' never will look at things outside the
9439         current narrowment now.  The anchor position for `topmost-intro'
9440         is affected by this, but it was so bogus it was basically useless
9441         before, and now it's equally bogus but in a slightly different way.
9443         (c-narrow-out-enclosing-class): Gone.
9445         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
9446         the narrowed region.
9448         (c-least-enclosing-brace): Remove silly optional argument.
9450         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9451         the point could be left directly after an open paren when finding
9452         the beginning of the first decl in the block.
9454         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
9455         Specify which submatch to use.
9457         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9459         (c-decl-start-re): No longer any need for special treatment of
9460         ObjC due to the above.
9462         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
9463         presumably follows C in that regard.
9465         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
9466         New language constants to specify operator tokens inside
9467         identifiers in a more high level way.
9469         (c-opt-identifier-prefix-key): New internal language constant.
9471         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
9472         (c-identifier-start, c-identifier-key): Now completely calculated
9473         from other constants.
9475         (c-identifier-last-sym-match): Decommission since it's no longer used.
9477         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
9479         * progmodes/cc-engine.el (c-forward-name): Remove the
9480         optimization when c-identifier-key is equal to c-symbol-key since
9481         it doesn't work in byte compiled files.  Don't record empty
9482         regions as identifiers.
9484         * progmodes/cc-langs.el (c-filter-ops): New helper function to
9485         simplify access to `c-operators' and its likes.
9487         (c-operator-list, c-all-op-syntax-tokens)
9488         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
9489         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
9490         (c-primary-expr-regexp, c-cast-parens): Use it.
9492         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
9493         an explicit language in functions.
9495         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
9496         variant of adornment.
9498         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
9499         variable.
9501         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
9502         the Pike value.
9504         * progmodes/cc-engine.el (c-on-identifier)
9505         (c-simple-skip-symbol-backward): Small fix for handling "-"
9506         correctly in `skip-chars-backward'.  Affected the operator lfun
9507         syntax in Pike.
9509         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
9510         diagnostic message about precompiled language vars not being used.
9512         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
9513         "__attribute__" is followed by a parenthesis.
9515         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
9516         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9517         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
9519         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
9520         Internal cleanups to properly detect the declared identifiers in
9521         various declarations.
9523         (c-decl-start-kwds): New language constant to recognize
9524         declarations that can start anywhere.  Used for class declarations
9525         in Pike.
9527         (c-specifier-key, c-not-decl-init-keywords)
9528         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
9529         (c-find-decl-spots): Implement `c-decl-start-kwds'.
9531         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
9532         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
9533         handling of the compiler specific extension keywords into a new
9534         language constant `c-decl-hangon-kwds' that defines keyword
9535         clauses to be ignored in declarations.
9537         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
9538         past unrecognized tokens when handling `c-colon-type-list-kwds'.
9539         Necessary to stop at the declared identifier in e.g. IDL valuetype
9540         declarations.
9542         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
9543         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
9544         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
9545         (c-forward-decl-or-cast-1): Recognize the declared identifier in
9546         class and enum declarations as such and not as part of the type.
9548         (c-forward-decl-or-cast-1, c-forward-label): Relax the
9549         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9551         (c-forward-decl-or-cast-1): Don't disregard sure signs of
9552         declarations when there's some syntax error later on.
9554         (c-complex-decl-matchers): Did away with a reference to
9555         `c-specifier-key'.
9557         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
9558         value - this variable is always dynamically bound.
9560         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
9561         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
9562         * cc-cmds.el, cc-defs.el: Change the policy for marking up
9563         functions that might do hidden buffer changes: All such internal
9564         functions are now marked instead of those that don't.
9566         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
9567         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
9568         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
9569         (c-literal-type): Allow these functions to make hidden buffer changes,
9570         so that they are free to use text property caching later on.
9572         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
9573         (c-electric-brace, c-electric-slash, c-electric-star)
9574         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
9575         (c-electric-paren, c-electric-continued-statement, c-indent-command)
9576         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
9577         (c-context-line-break): Add `c-save-buffer-state' calls to comply
9578         with the changed semantics of the functions above.
9580         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9581         when macros occur in obscure places.  Optimized the sexp movement
9582         a bit.
9584 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9586         Enhancements for c-beginning-of-statement to work in AWK Mode:
9588         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
9589         (completed statement) with `}' (statement completed by closing
9590         brace or semicolon) and `$' (statement completed by EOL).
9592         (c-awk-virtual-semicolon-ends-prev-line-p)
9593         (c-awk-virtual-semicolon-ends-line-p)
9594         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
9595         (c-awk-at-statement-end-p): New functions.
9597         * progmodes/cc-cmds.el: Simplify the structure of functions
9598         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
9599         two functions and c-beginning-of-statement to handle AWK Mode.
9601         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
9602         c-backward-single-comment for AWK mode.  Attempt to clarify their
9603         doc-strings.
9605         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
9607 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9609         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
9610         label handling.  Labels are now recognized in a uniform and more
9611         robust way, regardless of context.  Text properties are put on all
9612         labels to recognize the following declarations better.
9613         Multiword labels are handled both in indentation and fontification for
9614         the benefit of language extensions like Qt.  For consistency, keywords
9615         in labels are now fontified with the label face instead.
9616         That also applies to "case" and "default".
9618         (c-beginning-of-statement-1): Fix some bugs in the label
9619         handling.  Disregard `c-nonlabel-token-key' in labels that begin
9620         with `c-label-kwds'.
9622         (c-find-decl-spots): Support that the callback adds more
9623         `c-decl-end' spots to find.
9625         (c-forward-decl-or-cast-1): Don't treat a list of plain
9626         identifiers followed by a colon as a declaration.
9628         (c-forward-label): New function to recognize labels.
9630         (c-guess-basic-syntax): Replace uses of `c-label-key' with
9631         `c-forward-label'.  Moved the label recognition cases (14 and 15)
9632         earlier since they aren't so context sensitive now.  Handle labels
9633         on the top level gracefully.  Moved access label recognition to
9634         the generic label case (CASE 15) - removed CASE 5E.
9636         (c-font-lock-declarations): Add recognition of labels in the
9637         same round since we need to handle labels in parallell with other
9638         declarations to recognize both accurately.  It should also improve
9639         speed.
9641         (c-simple-decl-matchers, c-basic-matchers-after):
9642         Move `c-font-lock-labels' so that it only is used on decoration level 2
9643         since `c-font-lock-declarations' handles it otherwise.
9645         (c-complex-decl-matchers): Remove the simplistic recognition of
9646         access labels.
9648         (c-decl-prefix-re): Remove the kludges that was necessary to cope
9649         with labels earlier.
9651         (c-decl-start-re): New language variable to make
9652         `c-font-lock-declarations' stop for the special protection labels
9653         in Objective-C that start with `@'.
9655         (c-label-key): Remove since it's no longer used.
9657         (c-recognize-colon-labels, c-label-prefix-re): New language
9658         constants to support recognition of generic colon-terminated labels.
9660         (c-type-decl-end-used): `c-decl-end' is now used whenever there
9661         are colon terminated labels.
9663         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9664         first argument starts with a special brace list.
9666         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
9667         (c-font-lock-declarations): Break out the declaration and cast
9668         recognition from `c-font-lock-declarations' to a new function, so
9669         that it can be used in the indentation engine.
9671         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
9672         up to the start of the literal.  Fixed bug with the point on the
9673         wrong side of the search limit that could happen when the start
9674         position is inside a literal.
9676         * progmodes/cc-engine.el (c-parse-state)
9677         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
9678         so that it's kept a little bit back to increase the hit rate.
9680         (c-parse-state): Change the macro handling and fixed some
9681         glitches.  Macro context is checked more often than necessary now,
9682         but otoh less garbage conses are generated.
9684         * progmodes/cc-engine.el (c-parse-state)
9685         (c-invalidate-state-cache): Cache the last position where
9686         `c-state-cache' applies.  This can speed up refontification quite
9687         a bit in blocks where there are many non-brace parens before the point.
9689         (c-state-cache-end): New variable for this.
9691         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
9692         cache variable.
9694         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
9695         get close initial continue positions when the start position is
9696         inside a literal or macro.  Do not call the callback for spots
9697         before the start position (which can happen e.g. for `c-decl-end'
9698         spots inside comments).  Optimize better in special cases when the
9699         region is a single line inside a literal or macro (typically when
9700         the current line is refontified).
9702         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
9703         to `c-add-stmt-syntax' - there's no need to explicitly whack off
9704         entries from the paren state.
9706         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
9707         special case for "else if" clauses.
9709         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
9710         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9712         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
9713         New language variable to recognize the gcc extension with statement
9714         blocks inside expressions.
9716         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
9717         it somewhat more comprehensible.  The argument AT-BLOCK-START is
9718         no longer used and hence removed.
9720         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
9721         to `c-add-stmt-syntax'.
9723         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9724         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
9725         This fixes bogus label recognition.
9727         * progmodes/cc-engine.el (c-add-type, c-check-type)
9728         (c-forward-name, c-forward-type): Improve storage of template
9729         types in `c-found-types' so that they can be recognized better.
9731         (c-syntactic-content): Add option to skip past nested parens.
9733         * progmodes/cc-engine.el (c-forward-name):
9734         Set `c-last-identifier-range' all the time.  It's less work that way.
9735         Handle that there might not be an identifier to store in
9736         `c-last-identifier-range'.
9738         (c-forward-type): Handle that `c-last-identifier-range' might be
9739         nil from `c-forward-name'.
9741         * progmodes/cc-defs.el (c-safe-scan-lists)
9742         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9744         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
9745         to work even if the form fails.
9747         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
9748         down in a large file in one go.
9750         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9752         * progmodes/cc-align.el (c-lineup-assignments): New lineup
9753         function which is like `c-lineup-math' but returns nil instead of
9754         `c-basic-offset' when it doesn't match.
9756         (c-lineup-math): Change to use `c-lineup-assignments'.
9758 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9760         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
9761         c-beginning-of-statement.  New subfunctions
9762         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
9764 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9766         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
9767         hardcoded char classes whereever possible.  Changed a couple of
9768         places to use skip by syntax instead of skip by char class.
9770         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
9771         Fix a bug in the regexp that caused extreme backtracking.
9773         * progmodes/cc-langs.el (c-block-comment-starter)
9774         (c-block-comment-ender): New language constants to specify in a
9775         single place how block comments look.
9777         (c-comment-start-regexp, c-block-comment-start-regexp)
9778         (comment-start, comment-end, comment-start-skip)
9779         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
9780         (c-syntactic-ws, c-nonempty-syntactic-ws)
9781         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9782         `c-line-comment-starter', `c-block-comment-starter' and
9783         `c-block-comment-ender'.
9785         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
9786         New language constants to break up things a bit.
9788         (c-simple-ws): New language constant for simple whitespace.
9790         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
9792         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
9793         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
9794         newlines.  Allow and ignore nil elements in the list.
9796 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9798         * progmodes/cc-cmds.el: Comment out a (n almost certainly
9799         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9801         * progmodes/cc-cmds.el: Tidy up the comments in
9802         c-beginning-of-statement and subfunctions.
9804         * progmodes/cc-awk.el: Replace calls to put-text-property to the
9805         more flexible c-put-char-property and c-clear-char-properties.
9806         Add the author's email address.
9808         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9810         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
9811         closing "*/" of a block comment.
9813         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
9814         subfunctions) so that it works at BOB and EOB.
9816         * progmodes/cc-cmds.el, cc-vars.el: More updating of
9817         c-beginning-of-statement, including new variable
9818         c-block-comment-start-regexp.
9820 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9822         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
9823         symbols from `*-font-lock-extra-types' so that there's no need to
9824         use `regexp-opt' on those lists.
9826         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
9827         `c-type-modifier-kwds' is empty.
9829         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
9830         there are several strings on the same line.
9832         * progmodes/cc-engine.el (c-literal-limits): Remove the
9833         compatibility function for older emacsen.  `c-literal-limits-fast'
9834         has now taken the place of this function.
9836         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
9837         with older emacsen: We now require `pps-extended-state'.
9839 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9841         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
9842         which obviates the need to hack sentence-end.  This now handles
9843         escaped newlines in strings correctly.  Correct minor bugs in
9844         c-move-over-sentence and in c-beginning-of-statement.
9846         * progmodes/cc-cmds.el (c-beginning-of-statement (and
9847         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
9848         that movement over macros and code are rigorously separated from
9849         eachother.  Correct a few incidental bugs.
9851         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
9852         Improve its doc-string.  Improve the handling of certain specific cases.
9854 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9856         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
9857         (c-guess-basic-syntax): Change the way class-level labels are
9858         recognized; they can now contain essentially any symbols.
9860         (c-opt-extra-label-key): New language variable to cope with the
9861         special protection label syntax in Objective-C.
9863         (c-opt-access-key): Remove; this is now handled better by
9864         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
9866         (c-complex-decl-matchers): Update to handle that
9867         `c-opt-access-key' no longer exists.
9869         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
9870         improved label recognition in `c-beginning-of-statement-1'.
9872         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
9873         Recognize bitfields better.
9875         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
9876         Remove some cruft and fixed a bug that could cause it to go to a
9877         position further down.
9879         * progmodes/cc-langs.el, cc-engine.el
9880         (c-beginning-of-statement-1): Improve detection of labels in
9881         declaration contexts.
9883         (c-beginning-of-decl-1): Use it.
9885         (c-nonlabel-token-key): New language constant and variable needed
9886         by `c-beginning-of-statement-1'.
9888         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9889         manifested itself due to the correction in `c-forward-sexp'.
9891         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
9892         Make these behave as documented when used at the buffer limits.
9894         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
9895         (c-type-decl-end-used): Made this a language variable.
9897         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
9898         correctly when `combine-after-change-calls' is used together with
9899         temporary narrowings.
9901         * progmodes/cc-engine.el (c-beginning-of-statement-1):
9902         Report labels correctly when the start point is immediately after the
9903         colon.
9905         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
9906         Remove since it isn't used anymore.
9908         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
9909         bracket arglists such as template parens in C++.
9911         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9912         in the last check-in.  Some optimization.
9914         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9915         where it could stop at the same level in a preceding sexp when
9916         PAREN-LEVEL is set.
9918         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
9919         text property lookup only when it's needed.
9921         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
9922         Change the policy for paren marked angle brackets to be more
9923         persistent; once marked they remain marked even when they're found
9924         to be unbalanced in the searched region.  This should keep the
9925         paren syntax around even when individual lines are refontified in
9926         multiline template arglists.
9928         (c-parse-and-markup-<>-arglists): New dynamically bound variable
9929         to control markup so that incorrect angle bracket arglists aren't
9930         marked in contexts where the correct value for
9931         `c-disallow-comma-in-<>-arglists' isn't known.
9933         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
9934         argument has become `c-parse-and-markup-<>-arglists'.
9936         (c-remove-<>-arglist-properties): Remove - no longer used.
9938         (c-after-change-check-<>-operators): New function used on
9939         `after-change-functions' to avoid that "<" and ">" characters that
9940         are part of longer operators have paren syntax.
9942         (c-<>-multichar-token-regexp): New language variable used by
9943         `c-after-change-check-<>-operators'.
9945         (c-after-change): Call `c-after-change-check-<>-operators'.
9947         (c-font-lock-<>-arglists): Use the context properties set by
9948         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
9949         correctly to avoid doing invalid markup.
9951         (c-font-lock-declarations): Remove code that undoes the invalid
9952         markup done by `c-font-lock-<>-arglists'.
9954         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
9955         after `c-font-lock-declarations'.
9957         * progmodes/cc-engine.el (c-syntactic-skip-backward):
9958         Add paren-level feature.
9960         (c-guess-basic-syntax): Improve the anchor position for
9961         `template-args-cont' in nested template arglists.  There's still
9962         much to be desired in this area, though.
9964 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9966         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
9967         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9969 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9971         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
9972         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9974         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
9975         it doesn't work no longer are supported.
9977         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
9978         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9979         requires support for the syntax-table' text property, which rules
9980         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
9981         cruft associated with those versions.
9983         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
9984         for the `syntax-table' text property, which rules out Emacs 19 and
9985         XEmacs < 21.4.  Removed various compatibility cruft associated
9986         with those versions.
9988         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
9989         support for the `syntax-table' text property.
9991         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
9992         variable and use an extra quoted face name instead.  All the
9993         emacsen flavors handle that correctly.
9995         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
9996         (c-font-lock-declarators, c-font-lock-declarations)
9997         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9998         property to mark the items in in declarator lists to handle
9999         refontification inside multiline declarations better.
10001         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
10002         construct like "a * b = c;" as a declaration.
10004 2005-12-08  Kim F. Storm  <storm@cua.dk>
10006         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
10007         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
10008         select either meta, hyper, or super modifier for rectangle commands.
10009         (cua--rectangle-modifier-key): New defvar.
10010         (cua--M/H-key): Use it.  Remove special case for `space'.
10011         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
10012         on X, to meta otherwise.  Always bind C-return to toggle
10013         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
10015         * emulation/cua-rect.el (cua-help-for-rectangle):
10016         Use cua--rectangle-modifier-key.  Handle super modifier too.
10017         (cua--init-rectangles): Always bind C-return to toggle rectangle.
10018         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
10020         * ido.el: Move Acknowledgements and History after Commentary.
10021         Minor changes to Commentary.
10023         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
10024         keymap if cua--prefix-override-timer is `shift'.
10025         (cua--shift-control-prefix): New function; emulate "type prefix
10026         key twice" functionality to handle shifted prefix key override.
10027         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
10028         New commands.
10029         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
10031 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
10033         * textmodes/org.el (org-insert-heading): Try to do items before
10034         headings.
10035         (org-agenda-mode): Quote `org-agenda-mode-hook'.
10036         (org-insert-item): New function.
10037         (org-renumber-ordered-list): Don't skip to higher level lists.
10039 2005-12-08  Juri Linkov  <juri@jurta.org>
10041         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
10043         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
10045         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
10047         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
10048         the constructed function name fun-1.
10050         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
10051         because such links don't lead to parent documentation.
10053 2005-12-08  Kenichi Handa  <handa@m17n.org>
10055         * descr-text.el (describe-char): Use *Help-2* buffer if the
10056         current buffer is *Help*.  Call describe-text-properties while
10057         setting the original buffer.
10059 2005-12-07  Bill Wohler  <wohler@newt.com>
10061         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
10062         and causes problems with non-MH users (such as Gnus users).
10064 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
10066         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
10067         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
10068         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
10069         command "info sources".  Move calls to GDB command "list".
10070         (gdb-find-file-hook): Just use gdb-source-file-list.
10071         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
10072         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
10073         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
10074         (gdb-data-list-register-values-handler): Use correct trigger name.
10076 2005-12-07  Kim F. Storm  <storm@cua.dk>
10078         * ido.el (ido-completion-map): Rename from ido-mode-map.
10079         (ido-common-completion-map, ido-file-completion-map)
10080         (ido-file-dir-completion-map, ido-buffer-completion-map):
10081         Rename from ido-mode-....-map.
10082         (ido-init-completion-maps): Rename from ido-init-mode-maps.
10083         (ido-setup-completion-map): Rename from ido-define-mode-map.
10084         (ido-read-internal): Bind minibuffer-local-filename-completion-map
10085         to ido-completion-map.
10087 2005-12-07  Kenichi Handa  <handa@m17n.org>
10089         * international/mule-cmds.el
10090         (set-display-table-and-terminal-coding-system): If the coding
10091         system specified in `unibyte-display' property is different from
10092         the arg coding-system, don't setup standard-display-table.
10094 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10096         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
10097         that comments end at \n, regardless of selective-display.
10099 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
10101         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
10102         (gdb-version): New variables.
10103         (gdb-source-file-list, gdb-register-names)
10104         (gdb-changed-registers): New variables for use with GDB 6.4+.
10105         (gdb-ann3): Replace with...
10106         (gdb-init-1, gdb-init-2): ...two new functions.
10107         (gdba, gdb-prompt): Call gdb-init-1.
10108         (gdb-get-version): New function.  Call gdb-init-2 from here.
10109         (gud-watch): Make it work with mouse events too.
10110         (gdb-post-prompt): Don't add to queue until GDB version is known.
10111         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
10112         (gdb-locals-mode): Use gdb-version.
10113         (gdb-memory-format-map, gdb-memory-unit-map)
10114         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
10115         (gdb-locals-font-lock-keywords-1)
10116         (gdb-locals-font-lock-keywords-2): New variables.
10117         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
10118         (gdb-set-gud-minor-mode-existing-buffers-1)
10119         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
10120         (gdb-var-update-1, gdb-var-update-handler-1)
10121         (gdb-data-list-register-values-handler)
10122         (gdb-data-list-register-values-custom)
10123         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
10124         (gdb-stack-list-locals-handler, gdb-get-register-names):
10125         New functions for use with GDB 6.4+.
10126         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
10127         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
10128         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
10129         (gdb-stack-list-locals-regexp)
10130         (gdb-data-list-register-names-regexp): New regexps for use with
10131         GDB 6.4+.
10133 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10135         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
10137 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
10139         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
10140         prompts work for AUTH PLAIN.  Also reported by Steve Allan
10141         <seallan@verizon.net>.
10143 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
10145         * frame.el (set-frame-parameter): Add doc string.
10147 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
10149         * textmodes/org.el (org-occur-highlights): New variable.
10150         (org-highlight-new-match, org-remove-occur-highlights): New functions.
10151         (org-highlight-sparse-tree-matches): New option.
10152         (org-do-occur): New function.
10153         (org-get-heading): Make it work also at beginning of line.
10154         (org-category-table): New variable.
10155         (org-get-category-table, org-get-category)
10156         (org-camel-to-words, org-link-search): New functions.
10157         (org-select-this-todo-keyword): New variable.
10158         (org-todo-list): New command.
10159         (org-shiftright, org-shiftleft): New commands.
10160         (org-agenda-todo): Add prefix argument.
10161         (org-show-hierarchy-above): New option.
10162         (org-show-todo-tree): Numerical prefix creates tree for specific
10163         TODO keyword.
10164         (org-outline-level): New function, to assign a level to plain
10165         lists items.
10166         (org-cycle-include-plain-lists): New option.
10167         (org-mode): Use `org-outline-level' as value of `outline-level'.
10168         (org-cycle): Temporarily switch `outline-regexp' if
10169         `org-cycle-include-plain-lists' is non-nil.
10170         (org-start-icalendar-file): Fix format bug.
10171         (org-agenda-get-day-entries): Create category table.
10172         (org-agenda-get-todos, org-agenda-get-timestamps)
10173         (org-agenda-get-deadlines, org-agenda-get-scheduled)
10174         (org-agenda-get-blocks): Use `org-get-category'.
10175         (org-context-in-file-links): Rename from
10176         `org-line-numbers-in-file-links'.
10178 2005-12-06  Romain Francoise  <romain@orebokech.com>
10180         * window.el (balance-windows): Delete extraneous third arg in call
10181         to `enlarge-window'.
10183 2005-12-06  Kenichi Handa  <handa@m17n.org>
10185         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
10187 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
10189         * progmodes/gdb-ui.el (gdb-var-create-handler)
10190         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
10191         (gdb-var-list-children-handler, gdb-var-update-handler):
10192         Current buffer is already gdb-partial-output-buffer, don't
10193         make it current again.
10195 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
10197         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
10198         (list-buffers-noselect): Use it.
10200 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10202         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
10203         (mail-yank-ignored-headers): Use regexp-opt.
10204         (mail-mode-map): Move initialization into declaration.
10205         (mail-sent-via): Remove unused shadowed var `to-line'.
10206         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
10207         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
10208         (mail-do-fcc): Use dolist and push.
10209         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
10210         (mail-yank-ignored-headers): Don't autoload.
10212 2005-12-05  Kenichi Handa  <handa@m17n.org>
10214         * international/mule-cmds.el (set-language-info-internal): New fun.
10215         (set-language-info): Call set-language-info-internal to update
10216         language-info-alist.  If LANG-ENV is the current one, call
10217         set-language-environment to make INFO effective now.
10218         (set-language-info-alist): Likewise.
10219         (locale-language-names): With locale "en", use English
10220         lang. env. but set the default codings to iso-8859-1.
10222 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
10224         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
10225         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
10226         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
10227         for plain strings.
10228         (gdb-frames-mode): Remove redundant call to font-lock-mode.
10229         (gdb-all-registers): Rename from toggle-gdb-all-registers.
10230         Create registers buffer if necessary.  Echo new state in minibuffer.
10231         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
10233 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
10235         * info.el (Info-fontify-node): Match external links using
10236         non-directory part of filename.
10238 2005-12-04  Juri Linkov  <juri@jurta.org>
10240         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
10241         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
10242         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
10243         because there is no customization option for it.
10245         * font-lock.el (lisp-font-lock-keywords-1):
10246         Add define-global-minor-mode.
10248         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
10250         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
10251         properties on the constructed variable names.
10253         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10254         Put `definition-name' properties on the constructed function names
10255         next-sym and prev-sym.
10257         * emacs-lisp/find-func.el (find-function-regexp):
10258         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
10259         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
10260         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
10261         and easy-menu-define.
10263         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
10264         easy-mmode-define-global-mode and define-global-minor-mode.
10265         (lisp-imenu-generic-expression): Add define-global-minor-mode.
10267         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
10268         instead of easy-mmode-define-global-mode.
10270         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
10271         Use define-minor-mode instead of easy-mmode-define-minor-mode.
10273         * cus-edit.el (customize-group, customize-group-other-window):
10274         Filter out autoloaded options from the group completion list by
10275         using heuristics that autoloaded groups don't have `custom-autoload'
10276         property on their symbols (they have only `custom-loads').
10278         * simple.el (completion-setup-function): Put completions-common-part
10279         face on complete completion string too (i.e. completion string
10280         without completions-first-difference face).
10282         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
10284 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
10286         * view.el (view-mode): Doc fix.
10288         * disp-table.el (standard-display-european): Add to the warning
10289         message a reference to the doc string.
10291         * play/yow.el (apropos-zippy): Call print-help-return-message,
10292         similar to other Help and Apropos commands.
10294         * help.el (print-help-return-message): If pop-up-frames is
10295         non-nil, set up help-return-method to delete the help window and,
10296         possibly, its frame as well, and don't display message about
10297         scrolling the help window.  Doc fix.
10298         (help-return-method): Doc fix.
10300 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
10302         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
10303         whereby names of length one or names starting with a
10304         symbol-constituent character would not be returned.
10306 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10308         * subr.el (atomic-change-group): Add edebug and indentation spec.
10310 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10312         * completion.el (save-completions-file-name): Fix typo in last change.
10314 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10316         * info.el: Move back/forward history to the beginning of the tool bar.
10318 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
10320         * allout.el (eval-when-compile): Remove unnecessary load of cl.
10321         Add fset of allout-real-isearch-abort during compile to fix
10322         byte-compilation warnings.
10323         (allout-mode-p): Move definition of this macro above all uses, or
10324         byte compilation in barren emacs (eg, during emacs build) will
10325         lack the definition.
10326         (allout-mode): Move this variable above any uses, or byte
10327         compilation will fail.
10328         (allout-resolve-xref): Remove use of personal file-reference function.
10329         (allout-toggle-current-subtree-encryption): Do the current (ie,
10330         visible containing) topic, rather than nearest around point.  Doc fix.
10331         (allout-toggle-subtree-encryption): New function, workhorse that
10332         works on nearest topic containing point.
10333         (allout-encrypt-string): Signal requirement for newer version of pgg.
10334         (allout-resumptions): Doc fix.
10336 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
10338         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
10340 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
10342         * textmodes/flyspell.el (flyspell-external-point-words):
10343         Consider a misspelling as found in the string search if: (a) misspelling
10344         and found string lengths match, or (b) misspelling is found as
10345         element in a boundary-chars separated longer string, or (c)
10346         ispell-program-name is really ispell and misspelling is found as
10347         part of a TeX string.  After successful match move beginning of
10348         search region to end of match.  Warn about not found misspellings
10349         once the process is done.
10350         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
10352 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
10354         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
10355         tool bar (removed inadvertently).
10357 2005-12-02  Juri Linkov  <juri@jurta.org>
10359         * log-view.el (log-view-diff): Clarify doc string.
10361 2005-12-01  Bill Wohler  <wohler@newt.com>
10363         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
10364         triggers lm-verify errors.
10366 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
10368         * simple.el (transient-mark-mode, line-number-mode)
10369         (column-number-mode, size-indication-mode): Remove `:require nil'.
10371 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
10373         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
10374         in the margin also.
10375         (gdb-breakpoints-mode-map): Use D instead of d for
10376         gdb-delete-breakpoint.
10377         (gdb-get-frame-number): Require a number to match on.
10378         (gdb-threads-mode-map): Add follow-link binding.
10380 2005-11-30  Jason Rumney  <jasonr@gnu.org>
10382         * isearch.el (isearch-mode-map): Avoid exiting search on
10383         language-change event.
10385 2005-11-30  Romain Francoise  <romain@orebokech.com>
10387         * speedbar.el (speedbar-default-position): New defcustom.
10388         (speedbar-frame-reposition-smartly): Use it.
10390         * dframe.el (dframe-reposition-frame-emacs): Fix position
10391         computation for `left' location.
10392         Update copyright year.
10394 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10396         * help.el (help-map): Move initialization into declaration.
10398         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
10400         * help-fns.el (help-argument-name): Don't autoload.
10401         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
10402         to be re-loaded when customizing the `help' group.
10404 2005-11-30  John Paul Wallington  <jpw@gnu.org>
10406         * help-fns.el (describe-function-1): Fill arglist output.
10408 2005-11-30  Kim F. Storm  <storm@cua.dk>
10410         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
10411         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
10412         after revert-buffer (or anything else which kills all local variables).
10414         * apropos.el (apropos-parse-pattern): Doc fix.
10415         Set apropos-regexp directly, rather than expecting callers to do so.
10416         (apropos-command, apropos, apropos-value, apropos-documentation):
10417         Simplify calls to apropos-parse-pattern.
10419 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
10421         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
10422         (hi-lock-face-phrase-buffer): Use hi-yellow face.
10423         (hi-lock-write-interactive-patterns): Use comment-region.
10425         * longlines.el (longlines-mode): Add mail-setup-hook.
10427         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
10429         * simple.el (sendmail-user-agent-compose, next-line):
10430         Conditionally use hard-newline.
10432 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10434         * international/latexenc.el (latex-inputenc-coding-alist):
10435         Reword doc string.
10437 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
10439         * help.el (describe-key-briefly, describe-key): Recognize default
10440         bindings.
10442 2005-11-29  Romain Francoise  <romain@orebokech.com>
10444         * view.el (view-inhibit-help-message): New defcustom.
10445         (view-mode-enter): Use it.
10447 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
10449         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
10450         Preserve user position.
10452 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
10454         * font-lock.el: Throw error if facemenu is not loaded to prevent
10455         accidental change of loading order in loadup.el.  (Suggested by RMS.)
10457         * loadup.el: Add comment explaining why facemenu must be loaded
10458         before font-lock.
10460 2005-11-28  Jay Belanger  <belanger@truman.edu>
10462         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
10463         (calc-dispatch-map): Add more keys for `calc-same-interface'.
10465         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
10467         * calc/calc-embed.el (calc-do-embedded): Update help message.
10469         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
10471 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10473         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
10475         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
10476         called-interactively-p.
10477         (elp-profilable-p): Rename from elp-not-profilable-p.
10478         Invert result and take into account macros and autoloaded functions.
10479         (elp-instrument-function): Update call.
10480         (elp-instrument-package): Update call.  Add completion.
10481         (elp-pack-number): Use match-string.
10482         (elp-results-jump-to-definition-by-mouse): Merge into
10483         elp-results-jump-to-definition and then remove.
10484         (elp-output-insert-symname): Make help echo text single-line.
10486         * replace.el (query-replace-map): Move initialization into declaration.
10487         (occur-engine): Use with-current-buffer.
10488         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
10489         (occur-mode-mouse-goto): Replace with an alias.
10491 2005-11-28  Juri Linkov  <juri@jurta.org>
10493         * simple.el (quoted-insert): Let-bind input-method-function to nil.
10495         * term/w32-win.el: Bind [S-tab] to [backtab].
10497         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
10498         `Info-find-file' to t.
10500         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
10501         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
10502         and same-window-regexps.
10503         (occur-next-error): Don't move point for arg 0.
10505 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
10507         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
10509 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10511         * log-edit.el (log-edit-changelog-use-first): New var.
10512         (log-edit-changelog-ours-p): Use it.
10513         (log-edit-insert-changelog): Set it with new arg `use-first'.
10514         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
10515         (log-edit-hook): Add them to the list of suggested options.
10517         * textmodes/flyspell.el (flyspell-last-buffer): New var.
10518         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
10519         redundant work.
10520         (flyspell-mode-on): Use add-hook for after-change-functions.
10521         (flyspell-mode-off): Use remove-hook for after-change-functions.
10522         (flyspell-changes): Make it buffer-local.
10523         (flyspell-after-change-function): Make it non-interactive.  Use push.
10524         (flyspell-post-command-hook): Check input-pending-p while processing
10525         the potentially long list of buffer changes.
10527 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
10529         * buff-menu.el (list-buffers-noselect): Display the selected
10530         frame's buffer list, not the global one.
10532 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
10534         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
10535         that (list last-input-event) works as in interactive spec.
10537 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
10539         * loadup.el ("facemenu"): Load facemenu before font-lock, because
10540         `facemenu-keymap' needs to be defined when font-lock is loaded.
10541         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
10543 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10545         * completion.el: Remove useless leading * in defcustom docstrings.
10546         (save-completions-file-name): Use ~/.emacs.d if available.
10547         (completion-standard-syntax-table): Rename from
10548         cmpl-standard-syntax-table and fold initialization into declaration,
10549         thus removing cmpl-make-standard-completion-syntax-table.
10550         (completion-lisp-syntax-table, completion-c-syntax-table)
10551         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
10552         (cmpl-saved-syntax, cmpl-saved-point): Remove.
10553         (symbol-under-point, symbol-before-point)
10554         (symbol-under-or-before-point, symbol-before-point-for-complete)
10555         (add-completions-from-c-buffer): Use with-syntax-table.
10556         (make-completion): Don't return a list of completion entries.
10557         Update callers.
10558         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
10559         (completion-initialize): Rename from initialize-completions.
10560         (completion-find-file-hook): Rename from cmpl-find-file-hook.
10561         (kill-emacs-save-completions): Collect stats here.
10562         (save-completions-to-file, load-completions-from-file):
10563         Use with-current-buffer.
10564         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
10565         into a function.  Move all calls to toplevel.
10566         (completion-lisp-mode-hook): New fun.
10567         (completion-c-mode-hook, completion-setup-fortran-mode):
10568         Set the syntax-table here.  Use local-set-key.
10569         (completion-saved-bindings): New var.
10570         (dynamic-completion-mode): Make it into a proper minor mode.
10571         (load-completions-from-file): Remove unused var `num-uses'.
10573         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
10574         constructor if it is explicitly overridden.
10576         * complete.el (PC-completion-as-file-name-predicate):
10577         Use minibuffer-completing-file-name.
10578         (partial-completion-mode): Use find-file-not-found-functions.
10579         (PC-lisp-complete-symbol): Use with-syntax-table.
10580         (PC-look-for-include-file): Remove dead setq.
10581         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
10582         (PC-complete): Use with-current-buffer.
10584         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
10585         escape single quotes.
10587 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
10589         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
10590         of `if' whose condition always returned nil.  Doc fix.
10592         * buff-menu.el (Buffer-menu-revert-function): Make the selected
10593         window's buffer the current buffer around the call to
10594         `list-buffers-noselect'.  This is necessary to mark that buffer
10595         with a `.' in the Buffer Menu when called from Lisp, for instance
10596         by Auto Revert Mode.
10598 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
10600         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
10601         attaching to it.
10602         (gdb-pre-prompt): Make sure gdb-error is reset.
10604         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
10605         with a child process, detect it.
10606         (gud-speedbar-buttons): Match regexp more carefully.
10608 2005-11-27  Richard M. Stallman  <rms@gnu.org>
10610         * mouse.el (mouse-drag-move-window-bottom):
10611         Use adjust-window-trailing-edge.
10613 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
10615         * simple.el (blink-matching-open): Ignore
10616         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
10617         (blink-matching-paren-on-screen): Update docstring.
10619         * paren.el (show-paren-mode): No longer change
10620         `blink-matching-paren-on-screen'.
10622 2005-11-27  John Paul Wallington  <jpw@pobox.com>
10624         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10625         (gdb-threads-select, gdb-edit-register-value):
10626         Use `posn-set-point' instead of `mouse-set-point' because the
10627         latter is not fbound when configured without X.
10629 2005-11-27  Kim F. Storm  <storm@cua.dk>
10631         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
10632         existing face when partially highlighting a TAB in a rectangle.
10634 2005-11-26  Kim F. Storm  <storm@cua.dk>
10636         * ido.el (ido-mode-map): Doc fix.
10637         (ido-mode-common-map, ido-mode-file-map)
10638         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
10639         (ido-define-mode-map): Rewrite.  Select one of the new maps as
10640         parent for ido-mode-map instead of building from scratch.
10641         (ido-init-mode-maps): New defun to initialize new maps.
10642         (ido-mode): Call it.
10643         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
10644         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
10646 2005-11-26  John Paul Wallington  <jpw@pobox.com>
10648         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
10649         `mouse-set-point' because the latter is not fbound when configured
10650         without X.
10652 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
10654         * files.el (file-relative-name): Doc fix.
10656 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
10658         * progmodes/octave-inf.el (inferior-octave-startup): Force a
10659         non-empty string for secondary prompt PS2.
10661 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
10663         * progmodes/compile.el (compilation-setup): Fix last change.
10665 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
10667         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10668         (gdb-mouse-toggle-breakpoint-margin)
10669         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
10670         Add gdb-server-prefix to keep out of command history.
10671         (gdb-edit-register-value): New function.
10672         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
10673         (gdb-info-registers-custom): Use above map.
10675 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
10677         * custom.el (enable-theme): Signal error if argument is not a
10678         theme.  Don't recalculate a face if it's not loaded yet.
10680         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
10681         the `user' theme is in effect.
10683         * info.el (Info-on-current-buffer): Record actual filename in
10684         Info-current-file, instead of t, or a fake filename if a non-file
10685         buffer.  Make autoload.
10686         (Info-find-node, Info-revert-find-node): No need to check for
10687         Info-current-file nil.
10688         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
10689         Info-current-file is now never `t'.
10690         (Info-fontify-node): Many simplifications due to Info-current-file
10691         always being valid.  Use Info-find-file to find node filename.
10693 2005-11-25  David Kastrup  <dak@gnu.org>
10695         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
10696         new character, then delete" in order to preserve markers.
10698 2005-11-25  David Ponce  <david@dponce.com>
10700         * recentf.el (recentf-arrange-by-rule): Handle a special
10701         `auto-mode-alist'-like "strip suffix" rule.
10702         (recentf-build-mode-rules): Handle second level auto-mode entries.
10704 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
10706         * viper-keym.el (viper-ESC-key): Use different values in terminal and
10707         window modes.
10709         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
10710         jde-javadoc-checker-report-mode.
10712         * ediff-wind (ediff-make-wide-display): Slight simplification.
10714         * ediff.el (ediff-date): Change the date of last update.
10716 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
10718         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
10719         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
10720         (hi-lock-mode): New global minor mode.
10721         (turn-on-hi-lock-if-enabled): New function.
10722         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
10723         Change arguments to regexp and face instead of a font-lock pattern.
10724         Directly set face property, instead of refontifying.
10725         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
10726         (hi-lock-find-patterns): Use line-number-at-pos.
10728         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
10729         arguments for hi-lock-set-pattern.
10730         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
10731         Call font-lock-fontify-buffer.
10732         (hi-lock-find-file-hook, hi-lock-current-line)
10733         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
10735         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
10736         turned off.
10738         * progmodes/compile.el (compilation-setup): Don't fiddle with
10739         font-lock-defaults.
10741 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
10743         * progmodes/gdb-ui.el (gdb-var-create-handler)
10744         (gdb-var-list-children-handler): Find values for all variable
10745         objects.  gud-speedbar-buttons decides whether to display them.
10747 2005-11-24  Romain Francoise  <romain@orebokech.com>
10749         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
10750         buffer name with a space.
10752 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
10754         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
10755         `org-export-local-list-max-depth'.  Change default value to 3.
10756         (org-auto-renumber-ordered-lists)
10757         (org-plain-list-ordered-item-terminator): New options.
10758         (org-at-item-p, org-beginning-of-item, org-end-of-item)
10759         (org-get-indentation, org-get-string-indentation)
10760         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
10761         New functions.
10762         (org-move-item-down, org-move-item-up): New commands.
10763         (org-export-as-html): New classes for CSS support.  Bug fix in
10764         regular expression detecting fixed-width regions.  Respect
10765         `org-local-list-ordered-item-terminator'.
10766         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
10767         also a list item.
10768         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
10769         New item moving functions.
10771 2005-11-24  Juri Linkov  <juri@jurta.org>
10773         * isearch.el (isearch-repeat): With empty search ring set
10774         `isearch-error' to the error string instead of signaling error
10775         with the function `error'.
10777 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10779         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
10781 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
10783         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
10784         and variable.
10785         (gdb-var-create-handler, gdb-var-list-children-handler):
10786         Don't match on "char **...".
10787         (gdb-var-update-handler): Find values for all variable objects.
10788         (gdb-info-frames-custom): Identify frames by leading "#".
10790         * progmodes/gud.el (gud-speedbar-menu-items): Add
10791         gdb-speedbar-auto-raise as radio button.
10792         (gud-speedbar-buttons): Raise speedbar if requested.
10793         Don't match on "char **...".
10794         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
10795         Make it editable.
10797 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
10799         * info.el (Info-fontify-node): Handle the case where
10800         Info-current-file is t.
10802 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10804         * simple.el (blink-matching-open): Fix off-by-one in last change.
10806 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10808         * term/mac-win.el: Don't change default directory.
10810 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
10812         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
10813         buffers correctly.  (It used to throw an error in such buffers.)
10814         Make it ask for confirmation in group buffers and other Custom
10815         buffers containing more than one customization item.
10817 2005-11-22  John Paul Wallington  <jpw@gnu.org>
10819         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
10820         property on mail and url overlays.
10821         (goto-address-at-point): Use `posn-set-point' instead of
10822         `mouse-set-point' because the latter is not fbound when configured
10823         without X.
10825 2005-11-22  Lars Hansen  <larsh@soem.dk>
10827         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
10828         (ls-lisp-classify, ls-lisp-format): Delete call to
10829         ls-lisp-parse-symlink.
10830         (ls-lisp-handle-switches): Handle symlinks to directories as
10831         directories when ls-lisp-dirs-first in non-nil.
10833 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
10835         * startup.el (command-line): Make sure that loaddefs.el is handled
10836         correctly in load-history.
10838 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
10840         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
10841         (gdb-struct-string, gdb-array-string): New constants.
10842         (gdb-info-locals-handler): Use them.
10843         (gdb-reset): Reset gdb-var-list to nil.
10845 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10847         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
10848         in patterns.
10850 2005-11-21  Juri Linkov  <juri@jurta.org>
10852         * custom.el (defcustom): Update link types in docstring.
10854 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
10856         * custom.el (defgroup): Add doc-string-elt info.
10858         * widget.el (define-widget): Don't use declare for the doc-string-elt.
10860 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10862         * newcomment.el (comment-enter-backward): Fix last fix.
10864         * simple.el (blink-matching-open):
10865         * paren.el (show-paren-function): Allow new paren-class info.
10867 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
10869         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
10870         handled automagically.
10872 2005-11-20  Andreas Schwab  <schwab@suse.de>
10874         * descr-text.el (describe-char): When copying overlays put them
10875         over the full char description instead of just the first character
10876         of it.
10878 2005-11-20  Juri Linkov  <juri@jurta.org>
10880         * simple.el (what-cursor-position):
10881         * descr-text.el (describe-char): Use Lisp-readable syntax
10882         for octal and hex.  Reorder decimal, octal and hex values.
10883         Remove excess whitespace in the output.  Use `=' in `column='
10884         like in `point=' and `Hscroll='.
10886         * international/mule-cmds.el (encoded-string-description):
10887         Use Lisp-readable syntax for hex.
10889 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10891         * newcomment.el (comment-enter-backward): Handle the case where the
10892         comment is closed by EOB.
10894 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10896         * longlines.el (longlines-before-revert-hook)
10897         (longlines-after-revert-hook): New functions.
10898         (longlines-mode): Turn off longlines temporarily when reverting.
10899         Add a message-setup-hook.
10900         (longlines-decode-buffer): New function.
10901         (longlines-wrap-line): Preserve marker positions.
10903 2005-11-19  Andreas Schwab  <schwab@suse.de>
10905         * emacs-lisp/shadow.el: Handle compressed files.
10907 2005-11-19  Romain Francoise  <romain@orebokech.com>
10909         * net/browse-url.el (browse-url-default-browser): Signal an error
10910         if no usable browser can be found, rather than try to load w3.
10912 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
10914         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
10915         replacing existing properties.
10916         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10917         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
10918         tty specs.
10919         (rcirc-server-prefix, rcirc-server): New faces.
10920         (rcirc-url-regexp): Generate with rx macro.
10921         (rcirc-last-server-message-time): New variable.
10922         (rcirc-filter): Record time of last message.
10923         (rcirc-keepalive): Kill processes that did not send a message
10924         since the last ping.
10925         (rcirc-mode): Give rcirc-topic a local binding here.
10927 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>
10929         * subr.el (read-passwd): Fontify the prompt as we do with other
10930         prompts.
10932 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
10934         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
10935         binding buffer-read-only to nil.
10937 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
10939         * complete.el (partial-completion-mode):
10940         Mention completion-auto-help in the doc string.
10942         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
10943         more Lisp-ish way.
10945 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
10947         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
10948         digits, not 8, to avoid misalignment for files larger than 100MB.
10950 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
10952         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
10953         Mention "keyboard shortcuts" in the help text.
10955 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10957         * startup.el (fancy-splash-default-action): Discard only
10958         mouse-down and succeeding mouse-up events in the splash screen
10959         window so that drag-n-drop event can be processed.
10961 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
10963         * longlines.el (longlines-mode): Add hacks for mail-mode and
10964         message-mode.
10966 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
10968         * textmodes/org.el (org-table-sort-lines): New command.
10969         (org-tbl-menu): Add entry for `org-table-sort-lines'.
10970         (org-add-file): Command removed, use `org-agenda-file-to-front'
10971         instead.
10972         (org-export-icalendar): Use `org-icalendar-combined-name'.
10973         (org-cycle-agenda-files, org-agenda-file-to-end)
10974         (org-agenda-file-to-front): New commands.
10975         (org-table-tab-jumps-over-hlines, org-export-html-style):
10976         New options.
10977         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
10978         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
10979         New functions.
10980         (org-fill-paragraph): Call `org-table-align' in tables.
10981         (org-mode): Call `org-set-autofill-regexps'.
10982         (org-export-as-html): Support for local handformatted lists.
10983         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
10984         (org-export-local-list-max-depth): New option.
10985         (org-html-expand): Use `org-html-protect'.
10987 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
10989         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
10990         to "p".
10991         (gdb): Move definition of gud-pp to...
10993         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
10994         speedbar.
10995         (gdb-find-watch-expression): New function.
10997 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10999         * faces.el (face-attribute, set-face-attribute): Mention existence
11000         of `:ignore-defface' setting in docstring.
11002 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11004         * simple.el (completion-setup-function): Fix last change.
11006 2005-11-17  John Paul Wallington  <jpw@pobox.com>
11008         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
11009         Use `posn-set-point' instead of `mouse-set-point' because the
11010         latter is not fbound when configured without X.
11012         * comint.el (comint-insert-input): Likewise.
11014 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11016         * simple.el (hard-newline): New variable.
11017         (sendmail-user-agent-compose, next-line): Use it.
11019         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
11020         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
11021         (mail-mail-reply-to, mail-mail-followup-to)
11022         (mail-position-on-field, mail-signature, mail-yank-original)
11023         (mail-attach-file): Likewise.
11025         * mail/mailheader.el (mail-header-format)
11026         (mail-header-format-function): Likewise.
11028         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
11030 2005-11-17  Juri Linkov  <juri@jurta.org>
11032         * font-lock.el (font-lock-faces): Rename this defgroup from
11033         `font-lock-highlighting-faces'.
11034         (font-lock-comment-face, font-lock-comment-delimiter-face)
11035         (font-lock-string-face, font-lock-doc-face)
11036         (font-lock-keyword-face, font-lock-builtin-face)
11037         (font-lock-function-name-face, font-lock-variable-name-face)
11038         (font-lock-type-face, font-lock-constant-face)
11039         (font-lock-warning-face, font-lock-negation-char-face)
11040         (font-lock-preprocessor-face)
11041         (font-lock-regexp-grouping-backslash)
11042         (font-lock-regexp-grouping-construct): Rename :group from
11043         `font-lock-highlighting-faces' to `font-lock-faces'.
11045         * cus-edit.el (lisp, c, tex):
11046         * progmodes/ada-mode.el (ada):
11047         * progmodes/asm-mode.el (asm):
11048         * progmodes/cperl-mode.el (cperl-faces):
11049         * progmodes/cpp.el (cpp):
11050         * progmodes/dcl-mode.el (dcl):
11051         * progmodes/f90.el (f90):
11052         * progmodes/fortran.el (fortran):
11053         * progmodes/icon.el (icon):
11054         * progmodes/idlwave.el (idlwave-misc):
11055         * progmodes/m4-mode.el (m4):
11056         * progmodes/make-mode.el (makefile):
11057         * progmodes/meta-mode.el (meta-font):
11058         * progmodes/modula2.el (modula2):
11059         * progmodes/octave-mod.el (octave):
11060         * progmodes/pascal.el (pascal):
11061         * progmodes/perl-mode.el (perl):
11062         * progmodes/prolog.el (prolog):
11063         * progmodes/ps-mode.el (PostScript-edit):
11064         * progmodes/scheme.el (scheme):
11065         * progmodes/sh-script.el (sh-script):
11066         * progmodes/simula.el (simula):
11067         * progmodes/tcl.el (tcl):
11068         * textmodes/nroff-mode.el (nroff):
11069         * textmodes/reftex-vars.el (reftex-fontification-configurations):
11070         * textmodes/sgml-mode.el (sgml):
11071         * textmodes/texinfo.el (texinfo):
11072         Add :link (custom-group-link font-lock-faces) to defgroup.
11074         * hi-lock.el (hi-lock): Rename this defgroup from
11075         `hi-lock-interactive-text-highlighting'.  Change parent group from
11076         `faces' to `font-lock'.  Add link to the manual.
11077         (hi-lock-mode, hi-lock-file-patterns-range)
11078         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
11079         `hi-lock-interactive-text-highlighting' to `hi-lock'.
11080         (hi-lock-faces): Add :group `faces'.
11082         * cus-edit.el (custom-variable-prompt): Clarify the code.
11084         * faces.el (face-read-string): Set the default value arg of
11085         completing-read.
11087 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
11089         * rfn-eshadow.el (file-name-shadow-properties)
11090         (file-name-shadow-tty-properties, file-name-shadow-mode):
11091         Remove autoloads, because the file is now preloaded.
11093 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11095         * printing.el (easy-menu-intern): Don't define.
11096         (pr-get-symbol): Use easy-menu-intern only if defined.
11098         * simple.el (blink-matching-open): Simplify a bit.
11099         (completion-setup-function): Fix the case of partial-completion-mode
11100         when the minibuffer's contents start with "-".
11101         Obey completion-base-size-function even when
11102         minibuffer-completing-file-name is non-nil.
11104 2005-11-16  Richard M. Stallman  <rms@gnu.org>
11106         * net/eudcb-ph.el (eudc-ph-open-session):
11107         Use set-process-query-on-exit-flag.
11109         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
11111         * international/ucs-tables.el (ucs-set-table-for-input):
11112         Use make-local-variable, not make-variable-buffer-local.
11114         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11115         Improve warning message text.
11117         * savehist.el (savehist-save-hook): Add :group.
11119         * menu-bar.el (menu-bar-help-menu):
11120         Rename Find Extra Packages to External Packages.
11122         * cus-edit.el (Custom-reset-standard): Verify that
11123         :custom-standard-value prop exists before calling it.
11125         * apropos.el (apropos-calc-scores): Use apropos-pattern.
11127 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
11129         * wid-edit.el (color): Enclose %t in %{...%}.
11131         * cus-edit.el (face): Enclose %t in %{...%}.
11133 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
11135         * savehist.el (savehist-mode-hook): Re-add the var.
11136         (savehist-mode): Use it.
11138 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11140         * textmodes/flyspell.el: Fix commenting convention.
11141         Remove unnecessary leading * in custom docstrings.
11142         (flyspell-emacs): Remove unused var.
11143         (flyspell-delete-region-overlays): Use remove-overlays.
11144         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
11145         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
11146         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
11147         (flyspell-debug-signal-word-checked): Use with-current-buffer.
11148         (make-flyspell-overlay): Don't locally reuse a global name.
11149         (flyspell-highlight-incorrect-region)
11150         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
11151         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
11152         (flyspell-notify-misspell): Remove unused args `start' and `end'.
11153         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
11154         Wrap calls to accept-process-output inside with-local-quit since it's
11155         often called from a post-command-hook.
11156         (flyspell-correct-word, flyspell-auto-correct-word):
11157         Use ispell-send-string.
11158         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
11160         * calendar/diary-lib.el (diary-list-entries): Also hide the
11161         terminating newline.
11163 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
11165         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
11166         window-system, to allow fonts on tty.
11168 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
11170         * progmodes/gud.el (gud-speedbar-item-info): New function.
11171         (gud-install-speedbar-variables): Use it to display data type
11172         of watch expression as a tooltip in speedbar.
11174 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
11176         * font-core.el (global-font-lock-mode): Add :version keyword,
11177         because default was changed.
11179         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
11181         * startup.el (command-line): Use `custom-reevaluate-setting' for
11182         `file-name-shadow-mode'.
11184         * loadup.el: Preload rfn-eshadow.
11186         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
11187         Add :version keyword.
11188         (file-name-shadow-properties, file-name-shadow-tty-properties)
11189         (file-name-shadow): Add :version keyword.
11191         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
11192         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
11193         in the custom-group property of the symbol frames and the fringe
11194         group got no link to its parent group frames.
11195         Doc fix.
11197 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
11199         * progmodes/gud.el (gud-stop-subjob): New function.
11200         (gud-menu-map, gud-tool-bar-map): Use it.
11202 2005-11-16  Kim F. Storm  <storm@cua.dk>
11204         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
11205         than kill it.
11206         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
11207         to a more useful/logical place.
11209 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
11211         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
11212         go buttons complementary.
11214 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11216         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
11217         (rfn-eshadow-sifn-equal): New function.
11218         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
11220 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
11222         * viper-utils.el (viper-non-word-characters-reformed-vi):
11223         Quote `-' in string.
11225         * viper.el (viper-emacs-state-mode-list): Ensure that
11226         rcirc-mode buffers come up in Emacs state.
11228         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
11229         operation.
11231 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
11233         * term.el (term-termcap-format): Fix typos.
11234         (term-down): Fix the negative argument case.
11236 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
11238         * progmodes/gdb-ui.el: Remove face-alias left over from change on
11239         2005-08-15.
11240         (gdb-ann3): New command gud-go.
11241         (menu): Accomodate gdb-mi.el.
11242         (gdb-assembler-custom): Make buffer of selected window current
11243         so that set-window-point works.
11245         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
11246         buttons and include new ones.
11248 2005-11-16  Kim F. Storm  <storm@cua.dk>
11250         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
11251         (gud-menu-map): Use it.
11253 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
11255         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
11256         that works correctly for Custom and that does not override a user
11257         who disables it.
11259         * help-mode.el (help-make-xrefs, help-xref-on-pp)
11260         (help-xref-interned, help-follow): Make hyperlinks for variables
11261         that are unbound, but have a non-nil variable-documentation property.
11263         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
11264         mode hook.  (It conflicted with defcustoms for some mode hooks.)
11265         Use the `variable-documentation' property to give the mode hook a
11266         docstring and expand that docstring.
11268 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
11270         * savehist.el (savehist-mode): Don't bother with
11271         `custom-set-minor-mode'.
11272         (savehist-coding-system): Check XEmacs version.
11273         (history-length): Declare also at run time.
11274         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
11275         Don't set the customize state.
11276         (savehist-minibuffer-hook): Special case for when
11277         minibuffer-history-variable is equal to t.
11279 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11281         * files.el (write-file): Refresh VC status.
11283         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
11284         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
11285         than fundamental-mode to see if the mode was set.
11287 2005-11-14  Romain Francoise  <romain@orebokech.com>
11289         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
11290         dummy function in `eval-when-compile' to avoid compiler warning.
11291         Require `man' at compile time.
11293 2005-11-14  Jay Belanger  <belanger@truman.edu>
11295         * calc-alg.el (calcFunc-write-out-power): Rename it to
11296         calcFunc-powerexpand.
11297         (math-write-out-power): Rename it to math-powerexpand; have it
11298         handle negative exponents.
11299         (calc-writeoutpower): Rename it to calc-powerexpand.
11301         * calc-ext.el: Change calcFunc-writeoutpower and
11302         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
11303         autoloads.
11304         Add calcFunc-ldiv to autoloads.
11306         * calc-arith.el (calcFunc-ldiv): New function.
11308         * calc.el (calc-left-divide): New function.
11310 2005-11-14  Juri Linkov  <juri@jurta.org>
11312         * cus-edit.el (custom-variable-prompt): Set the default value arg
11313         of completing-read.
11315         * cus-dep.el (custom-make-dependencies): Reverse the list of
11316         found dependencies.
11318 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
11320         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
11321         Highlighting" entry, it is on by default now.
11322         (menu-bar-options-save): Do not save global-font-lock-mode.
11324 2005-11-13  Richard M. Stallman  <rms@gnu.org>
11326         * textmodes/flyspell.el (flyspell-large-region):
11327         Call flyspell-accept-buffer-local-defs.
11329 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
11331         * textmodes/flyspell.el (flyspell-notify-misspell):
11332         Fix misspelling of "Misspelling".
11333         (flyspell-process-localwords): New function.
11334         (flyspell-large-region): Call flyspell-process-localwords and
11335         flyspell-delete-region-overlays.
11336         (flyspell-delete-region-overlays): New function.
11337         (flyspell-delete-all-overlays): Call that.
11339 2005-11-13  Richard M. Stallman  <rms@gnu.org>
11341         * help.el (help-for-help-internal): Improve doc of C-h a.
11342         (describe-key): Improve prompt; doc fix.
11344 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11346         * vc-svn.el (vc-svn-registered): Catch all errors.
11348         * cus-dep.el (custom-make-dependencies): Typo.
11350 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
11352         * net/tramp-util.el (top): Fix compilation warning.
11354 2005-11-13  Kim F. Storm  <storm@cua.dk>
11356         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
11358 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
11360         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
11361         (gud-speedbar-buttons): Match on "const char *" too.
11363         * progmodes/gdb-ui.el (gdb-var-create-handler)
11364         (gdb-var-list-children-handler): Match on "const char *" too.
11365         (gdb-var-evaluate-expression-handler): Match on empty string.
11366         (gdb-var-update-handler): Only call
11367         gdb-var-evaluate-expression-handler when required.
11369 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
11371         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
11372         selected window.  This still doesn't work for speedbar.
11373         (gud-speedbar-buttons): Handle string expressions properly.
11375         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
11376         (gdb-var-create-handler): Handle string expressions properly.
11377         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
11378         Handle string expressions properly.  Move "type" field into regexp.
11380 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
11382         * bookmark.el (bookmark-maybe-message): New function to reduce
11383         code duplication: invokes `message' iff baud-rate is high enough.
11384         (bookmark-write-file): Use above instead of an inline conditional.
11385         (bookmark-load): Same.
11387 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
11389         * bookmark.el (bookmark-write-file): Don't visit the destination
11390         file, just write the data to it using write-region.  This is
11391         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
11392         change to avoid visiting the file in the first place.
11394 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
11396         * hi-lock.el (hi-lock-mode): Set the default value of
11397         font-lock-defaults.
11399 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
11401         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
11402         arg to `file-attributes'.
11403         (find-lisp-format): The UID and GID can now be strings.
11405 2005-11-12  Kim F. Storm  <storm@cua.dk>
11407         * help.el (help-map): Bind C-h d to apropos-documentation.
11409         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
11410         when point is at end-of-buffer.
11412         * apropos.el (apropos-match-face): Doc fix.
11413         (apropos-sort-by-scores): Add new choice `verbose'.
11414         (apropos-documentation-sort-by-scores): New defcustom.
11415         (apropos-pattern): Now contains the pattern entered by the user.
11416         (apropos-pattern-quoted): New defvar.
11417         (apropos-regexp): New defvar, containing the regexp corresponding
11418         to apropos-pattern.
11419         (apropos-all-words-regexp): Rename from apropos-all-regexp.
11420         (apropos-read-pattern): New defun.  Use it to read pattern arg in
11421         interactive calls; returns list of words for a word list, and
11422         string for a regexp.
11423         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
11424         parses a list of words or regexp as returned by apropos-read-pattern.
11425         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
11426         (apropos-score-doc): Return a very high score if the string
11427         entered by the user matches literally.
11428         (apropos-variable): Doc fix.  Use apropos-read-pattern.
11429         (apropos-command): Doc fix.  Use apropos-read-pattern and
11430         apropos-parse-pattern.  Call apropos-print with nosubst=t.
11431         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
11432         apropos-parse-pattern.
11433         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
11434         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
11435         apropos-documentation-sort-by-scores.  Call apropos-print with
11436         nosubst=t.
11437         (apropos-documentation-internal): Pass doc string through
11438         substitute-key-definition before adding text properties.
11439         Highlight substring matching literal user input if possible.
11440         (apropos-documentation-check-doc-file): Remove locals beg and end.
11441         Fix calculation of score (as added twice).  Pass doc string through
11442         substitute-key-definition before adding text properties.
11443         (apropos-documentation-check-elc-file): Pass doc string through
11444         substitute-key-definition before adding text properties.
11445         Highlight substring matching literal user input if possible.
11446         (apropos-print): Add new arg NOSUBST; if set, command and variable
11447         doc strings have already been passed through substitute-key-definition.
11448         Add code to handle apropos-accumulator items without score element
11449         for backwards compatibility (e.g. with woman package).
11450         Only show scores if apropos-sort-by-scores is `verbose'.
11452 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11454         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
11455         Add jka-compr-load-suffixes to load-suffixes.
11457         * jka-compr.el: Require jka-cmpr-hook.
11458         (jka-compr-info-compress-message, jka-compr-info-compress-program)
11459         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
11460         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
11461         (jka-compr-info-can-append, jka-compr-info-strip-extension)
11462         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
11463         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
11464         (jka-compr-uninstall): Remove entries from
11465         jka-compr-added-to-file-coding-system-alist after they are used.
11466         (jka-compr-error): Remove unused var `curbuf'.
11467         (jka-compr-file-local-copy): Remove unused var `notfound'.
11469 2005-11-10  Romain Francoise  <romain@orebokech.com>
11471         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
11473 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
11475         * progmodes/gud.el (gud-menu-map): Move parentheses.
11476         (gdb): New command gud-pv.
11478 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11480         * tar-mode.el: Remove spurious or unnecessary leading stars
11481         in docstrings.
11482         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
11483         (tar-parse-octal-integer-safe): Use mapc.
11484         (tar-header-block-summarize): Remove unused var `ck'.
11485         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
11486         cleared before.  Obey default-enable-multibyte-characters.
11487         Use mapconcat.  Simplify setting of tar-header-offset.
11488         (tar-mode-map): Move initialization inside delcaration.
11489         (tar-flag-deleted): Use `abs'.
11490         (tar-expunge-internal): Remove unused var `line'.
11491         (tar-expunge-internal): Don't hardcode point-min==1.
11492         (tar-expunge): Widen while doing set-buffer-multibyte.
11493         (tar-rename-entry): Use file-name-coding-system.
11494         (tar-alter-one-field): Don't hardcode point-min==1.
11495         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
11496         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
11498 2005-11-10  Masatake YAMATO  <jet@gyve.org>
11500         * add-log.el (add-log-current-defun): Handle class::method
11501         notation of c++.  Fix incorrect comment.
11503 2005-11-10  Alan Mackenzie  <acm@muc.de>
11505         * help-fns.el (describe-variable): Make C-h v work when a variable
11506         has variable documentation yet is unbound.
11508 2005-11-10  Masatake YAMATO  <jet@gyve.org>
11510         * man.el (Man-highlight-references): Set an empty
11511         string to `Man-arguments' if it is nil.
11512         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
11514 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11516         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
11517         commenting conventions.
11519         * cus-dep.el (custom-make-dependencies): Simplify.
11520         Better follow the commenting conventions.
11522 2005-11-09  Richard M. Stallman  <rms@gnu.org>
11524         * apropos.el (apropos-pattern): Rename from apropos-regexp.
11525         (apropos-orig-pattern): Rename from apropos-orig-regexp.
11526         All uses changed.
11527         (apropos-rewrite-regexp): Doc fix.
11528         (apropos-variable, apropos-command, apropos, apropos-value):
11529         Change prompt; carry through the argument renaming.
11531 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
11533         * find-lisp.el: Require dired.
11534         (find-lisp-find-dired-internal): Do not call
11535         `abbreviate-file-name' on DIR.
11537 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
11539         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
11541 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
11543         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
11544         when using the speedbar.
11545         (gdb): New command gud-pp.
11546         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
11548 2005-11-09  Juri Linkov  <juri@jurta.org>
11550         * replace.el (occur-excluded-properties): New defcustom.
11551         (occur-1, occur-engine, occur-accumulate-lines): Use it.
11553 2005-11-08  Jay Belanger  <belanger@truman.edu>
11555         * calc/calc-units.el (math-convert-units): Replace any composite
11556         unit by its definition.
11558 2005-11-08  Lars Hansen  <larsh@soem.dk>
11560         * emacs-lisp/autoload.el (update-directory-autoloads):
11561         Add obsolete function alias.
11563 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11565         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11566         comment-indent-function.
11567         (lisp-comment-indent): Replace by an alias for comment-indent-default.
11569         * reveal.el (reveal-post-command): Rework the handling of
11570         reveal-open-spots, so as to be more reliable.  There were several
11571         tricky corner cases where an open spot might be lost, or where
11572         a closed spot might end up on the list of open spots.
11573         Only reveal text that's ellipsised.
11575 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
11577         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
11579 2005-11-07  John Paul Wallington  <jpw@gnu.org>
11581         * ibuffer.el (ibuffer): Search iconified frames too when
11582         getting Ibuffer buffer's window.
11584 2005-11-06  Richard M. Stallman  <rms@gnu.org>
11586         * progmodes/compile.el (compilation-internal-error-properties):
11587         save-excursion around the computation of MARKER.
11589 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
11591         * textmodes/flyspell.el (flyspell-external-point-words):
11592         flyspell-get-word returns a list, not just a string.
11594 2005-11-06  John Paul Wallington  <jpw@pobox.com>
11596         * ibuffer.el (ibuffer): Search all visible frames when getting
11597         Ibuffer buffer's window.
11599 2005-11-07  Masatake YAMATO  <jet@gyve.org>
11601         * man.el (Man-reference-regexp): Accept spaces between
11602         `Man-name-regexp' and `Man-section-regexp'.
11603         (Man-apropos-regexp): New variable.
11604         (Man-abstract-xref-man-page): Use value for `Man-target-string'
11605         if available.
11606         (Man-highlight-references, Man-highlight-references0):
11607         Handle the case when `Man-arguments' includes "-k".
11608         (Man-highlight-references0): Rename the argument `TARGET-POS' to
11609         `TARGET'. `TARGET' can be a number, function or nil.
11611 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
11613         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
11614         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
11615         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
11616         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
11617         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
11618         (gdb-send-item): Use buffer-local-value and simplify.
11620 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
11622         * startup.el (command-line): Use `custom-reevaluate-setting' for
11623         `global-font-lock-mode'.
11625         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
11626         by default, except in batch mode or when the -D option is given.
11628         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
11629         specified keyword args on to `define-minor-mode'.  Update docstring.
11631 2005-11-05  Romain Francoise  <romain@orebokech.com>
11633         * replace.el (occur-engine): Add marker at end of line, too.
11635 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
11637         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11638         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11639         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11640         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11641         argument to all these routines, so the passphrase can be managed
11642         externally and passed in to the system.
11643         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11644         pgg-add-passphrase-to-cache function.
11646         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11647         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11648         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11649         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11650         argument to all these routines, so the passphrase can be managed
11651         externally and passed in to the system.
11652         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11653         function.
11655 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
11657         * font-lock.el: Don't deal with font-lock-face-attributes here,
11658         move the code ...
11660         * startup.el (command-line): ... here.  Use face-spec-set instead
11661         of custom-declare-face.
11663         * faces.el (face-spec-set): Reset the face if spec is not nil.
11665 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11667         * newcomment.el (comment-region-internal): Box more tightly in the
11668         common case where there's no TAB in the boxed text.
11670 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11672         * info.el (info-tool-bar-map): Use images prev-node, next-node and
11673         up-node.
11675 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
11677         * newsticker.el: Commentary updated.  Code formatting changed.
11678         (newsticker-version): Change to "1.9".
11679         (newsticker, newsticker-feed): Doc fix.
11680         (newsticker-url-list): Doc fix.  Add option "Weekly".
11681         (newsticker-retrieval-interval): Add option "Weekly".
11682         (newsticker-headline-processing): Doc fix.
11683         (newsticker-auto-mark-filter): Remove.
11684         (newsticker-auto-mark-filter-list): New.
11685         (newsticker-layout, newsticker-sort-method): Doc fix.
11686         (newsticker-hide-old-items-in-newsticker-buffer)
11687         (newsticker-heading-format, newsticker-item-format)
11688         (newsticker-desc-format): Doc fix.
11689         (newsticker-show-all-rss-elements): Remove.
11690         (newsticker-show-all-news-elements): New.
11691         (newsticker-faces, newsticker-ticker): Doc fix.
11692         (remove-from-invisibility-spec): Code formatting.
11693         (newsticker--process-ids): New.
11694         (newsticker-mode): Doc fix.
11695         (newsticker-mode): Change mode-line-format.
11696         (newsticker-start): Remove debug output.
11697         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
11698         (newsticker-w3m-show-inline-images): Code formatting.
11699         (newsticker-next-item): Call `force-mode-line-update'.
11700         (newsticker-previous-item): Call `force-mode-line-update'.
11701         (newsticker-next-feed): Call `force-mode-line-update'.
11702         (newsticker-previous-feed): Call `force-mode-line-update'.
11703         (newsticker-mark-all-items-at-point-as-read): Code formatting.
11704         (newsticker-show-old-items): Do not show descs.
11705         (newsticker-hide-entry): Hide too much.
11706         (newsticker-hide-entry, newsticker-show-entry)
11707         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
11708         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
11709         (newsticker-toggle-auto-narrow-to-item): Code formatting.
11710         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
11711         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
11712         (newsticker-get-news): Call `force-mode-line-update'.
11713         Collect process ids.
11714         (newsticker--sentinel): Change coding system handling.
11715         Move image retrieval to new functions newsticker--get-logo-url-*.
11716         Move feed parsing to new functions newsticker--parse-*.
11717         Update list of process ids.
11718         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
11719         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
11720         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
11721         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
11722         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11723         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
11724         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
11725         (newsticker--decode-coding-string): Remove.
11726         (newsticker--decode-numeric-entities): Check input.  Format code.
11727         (newsticker--remove-whitespace): Check input.
11728         (newsticker--do-forget-preformatted): Doc fix.
11729         (newsticker--decode-rfc822-date): Allow for missing time.
11730         (newsticker--update-process-ids): New.
11731         (newsticker--image-sentinel): Change comment.
11732         (newsticker--image-read): Change error message.
11733         (newsticker--imenu-goto): Doc fix.  Show headline title.
11734         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
11735         (newsticker--buffer-do-insert-text): Clean whitespace in
11736         html-rendered headline title.  Code formatting.
11737         Call `newsticker--buffer-print-extra-elements'.
11738         (newsticker--buffer-print-extra-element): Remove.
11739         (newsticker--buffer-print-extra-elements): New.
11740         (newsticker--buffer-do-print-extra-element): New.
11741         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
11742         large sizes.
11743         (newsticker--run-auto-mark-filter)
11744         (newsticker--do-run-auto-mark-filter):
11745         Use `newsticker-auto-mark-filter-list'.
11747 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
11749         * net/rcirc.el: Use split-string OMIT-NULLS argument.
11750         (rcirc-print): Force redisplay before running hooks.  Do long
11751         buffer truncation after making new text read-only.  Deal with nil
11752         text when decoding strings.  If TARGET is nil, use either the
11753         currently selected buffer, if it is an rcirc buffer and of the
11754         same process or the process buffer.
11755         (rcirc-mode): Remove header-line.  Recompute short buffer names.
11756         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
11757         (rcirc-short-buffer-name): Add variable.
11758         (rcirc-kill-buffer-hook): Recompute short buffer names.
11759         Remove nick from private channel.
11760         (rcirc-send-input): Send command text to current-buffer.
11761         Don't clear overlay arrow here.
11762         (rcirc-short-buffer-name): Return a short buffer name.
11763         (rcirc-update-short-buffer-names, rcirc-abbreviate)
11764         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
11765         buffer-name abbreviations.
11766         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
11767         Do not touch nick-table when killing a parted channel.
11768         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
11769         Clear arrow from current buffer if it is now hidden.
11770         (rcirc-current-buffer): Add variable.
11771         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11772         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
11773         Remove -face from names.
11774         (rcirc-update-activity-string): Print "DND" when globally ignoring
11775         activity.
11776         (rcirc-ignore-buffer-activity-flag): Rename from
11777         rcirc-ignore-channel-activity.
11778         (rcirc-ignore-all-activity-flag): Doc fix.
11779         (rcirc-channels): Remove variable.
11780         (rcirc-kill-buffer-hook):
11781         (rcirc-get-buffer-create): Add nick to private channel.
11782         (rcirc-multiline-edit-submit): Remove tabs.
11783         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
11784         folded.
11785         (rcirc-remove-nick-channel): Bug fix.
11786         (rcirc-toggle-ignore-buffer-activity): Rename from
11787         rcirc-toggle-ignore-channel-activity.
11788         (rcirc-record-activity): Add buffers to the front of the list.
11789         (rcirc-update-activity): Remove killed buffers from list.
11790         (rcirc-process-server-response-1): Remove last argument if it is
11791         null before calling handler.
11792         (rcirc): Add "rcirc" defcustom prefix.
11793         (rcirc-prompt): Simplify default prompt.
11794         Use custom-initialize-default.
11795         (rcirc-private-chats): Remove variable.
11796         (rcirc-prompt): Change initialization.
11797         (rcirc-version): Remove function.
11798         (rcirc-id-string): Add constant.
11799         (rcirc-last-buffer): Remove variable.
11800         (rcirc-buffer-alist): Add variable.
11801         (rcirc-connect): Update variable setup.
11802         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
11803         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
11804         default.
11805         (rcirc-handler-generic): Trigger activity.
11806         (rcirc-send-message): Create the buffor of the target.
11807         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
11808         (rcirc-get-buffer): Just return nil if there is no matching buffer.
11809         (rcirc-multiline-edit-cancel): Remove function.
11810         (rcirc-set-last-buffer): Remove function.
11811         (rcirc-get-any-buffer): Add function.
11812         (rcirc-join-channels): Don't print /join text.
11813         (rcirc-toggle-ignore-channel-activity): Add and update echo area
11814         messages.
11815         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
11816         (rcirc-handler-NOTICE): Recognize CTCP responses.
11817         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
11818         constructing TOPIC string for buffers we are not JOINed.
11819         (rcirc-handler-CTCP-response): Add handler.
11820         (rcirc-multiline-edit-submit): Restore the window-configuration
11821         before adjusting point.
11822         (rcirc): Add customization group.
11823         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
11824         (rcirc-user-full-name, rcirc-startup-channels-alist)
11825         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
11826         (rcirc-ignore-all-activity-flag, rcirc-time-format)
11827         (rcirc-input-ring-size, rcirc-read-only-flag)
11828         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
11829         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
11830         Change defvar to defcustom.
11831         (rcirc-update-prompt): Add optional ALL arg, which will update
11832         prompts in all rcirc buffers.  Regexp quote replacement text.
11833         (rcirc-fill-column): Accept frame-width as a value.
11834         (rcirc-set-changed): Add function.
11835         (rcirc-next-active-buffer): Write more meaningful messages.
11836         (rcirc-faces): Add customization group.
11837         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
11838         (rcirc-nick-in-message-face, rcirc-prompt-face)
11839         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
11840         (with-rcirc-process-buffer): Move before first usage.
11841         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
11842         (rcirc-debug-flag): Rename from `rcirc-log-p'.
11843         (rcirc-debug): Rename from `rcirc-log'.
11844         (rcirc-format-response-string): Do not print `-' chars for a
11845         NOTICE with no sender.  Simplify output of server responses.
11847 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
11849         (rcirc-browse-url-map, rcirc-browse-url-at-point)
11850         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
11851         Make urls mouse and RET clickable.
11853 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
11855         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
11857 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
11859         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11860         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11861         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11862         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11863         argument to all these routines, so the passphrase can be managed
11864         externally and passed in to the system.
11865         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11866         pgg-add-passphrase-to-cache function.
11868         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11869         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11870         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11871         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11872         argument to all these routines, so the passphrase can be managed
11873         externally and passed in to the system.
11874         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11875         function.
11877 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
11879         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
11880         from goto-address-url-regexp.
11882 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
11884         * textmodes/org.el (org-read-date, org-goto-calendar)
11885         (org-recenter-calendar, org-agenda-goto-calendar):
11886         Temporarily clear `calendar-move-hook'.
11888 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
11890         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
11891         merging.
11893         * ediff-util.el (ediff-previous-difference): Don't skip regions that
11894         have merge clashes.
11896 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11898         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11899         Undo previous change.
11901         * startup.el (command-line): Use `custom-reevaluate-setting' for
11902         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
11903         tty-register-default-colors on Mac.
11905 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
11907         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
11908         (gdb-buffer-type): Make it automatically buffer local...
11909         (gdb-get-create-buffer): ...and set it accordingly.
11910         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
11911         actually work.
11913 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
11915         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
11916         not red.
11918 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
11920         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
11921         case GUD buffer is not visible.
11922         (gdb-goto-breakpoint): Try to force display in source buffer.
11923         (gdb-frame-gdb-buffer): Copy other similar functions.
11924         (gdb-restore-windows): Don't display source if not asked for.
11925         (gdb-assembler-buffer-name): Don't capitalise.
11927 2005-11-03  Richard M. Stallman  <rms@gnu.org>
11929         * wid-edit.el (key-sequence): New widget type.
11931         * simple.el (set-mark-command-repeat-pop): New variable.
11932         (set-mark-command): Only interpret plan C-@ after a pop as a pop
11933         if set-mark-command-repeat-pop is true.
11935         * info.el (Info-fontify-node): Don't display extra "see" if there
11936         already is one here.
11938         * mouse.el: Fix special handling of DEL after dragging a region:
11939         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
11940         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
11942         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
11944         * textmodes/ispell.el (ispell-command-loop): Change `i' description
11945         not to assume it pertains to an affix.
11947         * textmodes/flyspell.el (flyspell-post-command-hook):
11948         Bind deactivate-mark to prevent deactivation.
11950 2005-11-03  Lars Hansen  <larsh@soem.dk>
11952         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
11953         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
11954         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
11956 2005-11-03  Romain Francoise  <romain@orebokech.com>
11958         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
11959         Update copyright years.
11961 2005-11-03  Sam Steingold  <sds@gnu.org>
11963         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11964         Use system-type instead of window-system because window-system is not
11965         correctly defined during loadup.
11967 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
11969         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
11970         (xml-parse-tag): Join strings separated by a comment properly.
11972 2005-11-02  Andreas Schwab  <schwab@suse.de>
11974         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
11976 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11978         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
11979         (byte-optimize-pure-func): Quote the eval'd value.
11981         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11982         Rename from perl-font-lock-syntactic-face-function.
11983         Change the calling convention so it can be used as a font-lock MATCHER.
11984         Do the parse-partial-sexp loop outselves.
11985         (perl-font-lock-syntactic-keywords): Use it.
11986         (perl-mode): Don't set font-lock-syntactic-face-function any more.
11988 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
11990         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
11991         disassembly buffer too.
11992         (gdb-exited): Remove overlay arrows when execution has finished.
11993         (gdb-info-frames-custom, gdb-info-threads-custom)
11994         (gdb-info-registers-custom): Don't add inappropriate text
11995         properties if inferior is not active.
11997 2005-11-02  Glenn Morris  <rgm@gnu.org>
11999         * progmodes/fortran.el (fortran-blink-match):
12000         Use `blink-matching-delay'.
12002 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
12004         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
12006 2005-11-02  Lars Hansen  <larsh@soem.dk>
12008         * net/tramp.el (tramp-action-out-of-band): Handle scp message
12009         "Permission denied".
12011 2005-11-01  Richard M. Stallman  <rms@gnu.org>
12013         * textmodes/flyspell.el (flyspell-external-point-words):
12014         Pass nil to flyspell-get-word.
12016 2005-11-02  Kim F. Storm  <storm@cua.dk>
12018         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
12019         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
12021 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12023         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
12024         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
12025         (calendar-mouse-print-dates): Add optional `event' argument.
12026         Update interactive-spec.
12027         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
12028         Use `calendar-event-to-date' instead of `event'.
12030 2005-11-02  Masatake YAMATO  <jet@gyve.org>
12032         * progmodes/ld-script.el (ld-script-builtins):
12033         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
12034         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
12035         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
12037 2005-11-01  Romain Francoise  <romain@orebokech.com>
12039         * vc-sccs.el: Update copyright year.
12040         * ezimage.el: Likewise.
12042 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
12044         * info.el (Info-fontify-node): Use `string-width' for fontifying
12045         underlined titles.
12047 2005-11-01  Juri Linkov  <juri@jurta.org>
12049         * info.el (Info-fontify-node): Downcase node header keywords Node,
12050         Prev, Next, Up before comparison.
12051         (Info-history): Insert absolute directory name, and put invisible
12052         property on it.
12054 2005-11-01  Juri Linkov  <juri@jurta.org>
12056         * info.el (Info-file-supports-index-cookies): New variable.
12057         (Info-find-node-2): Check makeinfo version for index cookie support.
12058         (Info-index-nodes): Search for nodes with index cookies only when
12059         Info-file-supports-index-cookies is t.  Otherwise, search nodes
12060         with "Index" in the node name.
12061         (Info-index-node): Search index cookie in the current node only when
12062         Info-file-supports-index-cookies is t.  Otherwise, check the word
12063         "Index" in the node name.
12064         (Info-find-emacs-command-nodes): Remove code that searches nodes
12065         with "Index" node name in the top menu.
12067 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12069         * progmodes/scheme.el (scheme-mode-variables): Use the default
12070         comment-indent-function.
12072         * faces.el (face-attribute): Handle the case where a face inherits from
12073         a non-existent face.
12075         * simple.el (eval-expression-print-format): Use lisp-readable syntax
12076         for octal and hexa output, and merge the char into the paren.
12077         (kill-new): Use push.
12078         (copy-to-buffer): Use with-current-buffer.
12079         (completion-setup-function): Move code in loop to remove redundancy.
12080         (minibuffer-local-must-match-map): Don't add bindings that duplicate
12081         those inherited from minibuffer-local-completion-map.
12083         * savehist.el (savehist-mode) <defcustom>:
12084         Use custom-set-minor-mode if available.
12085         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
12086         and emit a message if applicable.
12088 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
12090         * savehist.el: Sync up to version 19.
12091         (savehist-mode): New minor mode.
12092         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
12093         (savehist-length): Remove (use history-length instead).
12094         (savehist-file-modes): Rename from savehist-modes.
12095         (savehist-save-hook, savehist-loaded): New vars.
12096         (savehist-load): Use savehist-mode.  Try to smooth up transition from
12097         old format to new format.
12098         (savehist-install): Allow savehist-autosave-interval to be nil.
12099         (savehist-save): Run the new hook.  Be more careful to only trim the
12100         history variables.
12101         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
12102         (savehist-printable): Print into a buffer rather than char-by-char.
12104 2005-11-01  John Wiegley  <johnw@newartisans.com>
12106         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
12107         toggle-ignore keybinding (C-a).  The author said it had been
12108         disabled much earlier due to a possible incompatibility, but after
12109         many months of usage I have encountered no problems (and it is a
12110         rather useful option, especially for switching to " *temp*").
12112         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
12113         support for OS/X's AddressBook, by calling out to the open source
12114         program "contacts" (installable through Fink).
12116         * net/eudc.el (eudc-expand-inline): If the
12117         `eudc-multiple-match-handling-method' is set to `all', delete the
12118         query string before inserting the query result.
12120         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
12121         flag, to prevent Eshell from using the system ls when
12122         `eshell-ls-insert-directory' is in used.
12123         (eshell-ls-insert-directory): Disable font-lock in directory
12124         buffer so that Eshell's own fontification is seen.  This broke
12125         recently due to changes in font-lock, so this goes back to version
12126         21 behavior.
12128 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
12130         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
12131         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
12132         (gdb-many-windows): Doc fix.
12134 2005-10-31  Romain Francoise  <romain@orebokech.com>
12136         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
12138 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
12140         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
12141         that global-font-lock-mode can be enabled by default.
12143         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
12144         (font-lock-add-keywords, font-lock-remove-keywords)
12145         (font-lock-fontify-buffer): Remove autoload cookies.
12147         * jit-lock.el (jit-lock-register): Likewise.
12149         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
12151 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
12153         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
12154         intact if there is no gud-comint-buffer.
12156 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
12158         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
12159         old prompt comint-prompt-read-only is t and GDB commands are
12160         issued from tool bar etc.
12162 2005-10-31  Masatake YAMATO  <jet@gyve.org>
12164         * vc.el (vc-directory-exclusion-list): Add "{arch}".
12166 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12168         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
12169         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
12171 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
12173         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
12174         starting at beginning of line.  Fontification is messed up when
12175         `open-paren-in-column-0-is-defun-start' set to t.
12176         Reported by John Paul Wallington <jpw@pobox.com>.
12178 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
12180         * comint.el (comint-send-input): Call `comint-update-fence' when
12181         `comint-process-echoes' and `comint-prompt-read-only' are both
12182         non-nil, to avoid leftover read-only newline.
12184 2005-10-30  Richard M. Stallman  <rms@gnu.org>
12186         * textmodes/flyspell.el (flyspell-external-point-words):
12187         Detect when WORD can't be checked properly because
12188         flyspell-get-word finds just part of it, and move on.
12190         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
12191         boundarychar for Polish.
12192         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
12193         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
12195 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
12197         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
12198         (gdb-registers-font-lock-keywords): Delete.
12199         (gdb-registers-mode): Don't fontify.
12200         (gdb-info-registers-custom): Use text properties instead as, in
12201         future, changed register values will use font-lock-warning-face.
12202         (gdb-local-font-lock-keywords): Rename to...
12203         (gdb-locals-font-lock-keywords): ...for consistency.
12205 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
12207         * vc.el (vc-switch-backend): Better error message if the buffer is
12208         not visiting a file under version control.
12210         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
12212 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
12214         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
12215         ~/.emacs.d/.emacs.
12217 2005-10-29  Richard M. Stallman  <rms@gnu.org>
12219         * replace.el (occur-mode-mouse-goto): Always go to other window.
12220         (occur-mode-goto-occurrence): Always switch in same window.
12222         * simple.el (undo): Display message at end, not at start.
12224         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
12225         New arg REUSE-CELL.
12226         (cancel-timer-internal): New function.
12227         (timer-event-handler): Use cancel-timer-internal,
12228         and pass the cell it returns to timer-activate...
12230         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
12231         (jit-lock-deferred-fontify, jit-lock-context-fontify)
12232         (jit-lock-after-change): Test memory-full.
12234 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
12236         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12237         part of the decoded armor to find the key-identifier.
12238         (pgg-gpg-lookup-key-owner): New function to return the
12239         human-readable identifier of a key owner.
12240         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12241         key itself.
12242         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12243         the key value) if we have a key and can match it against a secret
12244         key.  Also, added a note pointing out fact that the prompt only
12245         indicates the first matching key.
12247         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12248         pgg-decrypt-region.
12249         (pgg-pending-timers): A new hash for tracking the passphrase cache
12250         timers, so that new ones supercede old ones.
12251         (pgg-add-passphrase-to-cache): Rename from
12252         `pgg-add-passphrase-cache' to reduce confusion (all callers
12253         changed).  Modified to cancel old timers when new ones are added.
12254         (pgg-remove-passphrase-from-cache): Rename from
12255         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12256         changed).  Modified to cancel old timers when their keys are
12257         removed from the cache.
12258         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12259         XEmacs, an indirection to delete-itimer.
12260         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12261         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12262         users can only check cache without risk of prompting.  Correct bug in
12263         notruncate behavior.
12264         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12265         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12266         Add informative docstrings.
12267         (pgg-decrypt): Convey provided passphrase in subordinate call to
12268         pgg-decrypt-region.
12270         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12271         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12272         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12273         `passphrase' argument, so the passphrase can be managed externally
12274         and then passed in to the system.
12276         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12277         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12278         so the passphrase cache can be used reliably with identifiers
12279         besides a pgp packet's key id.
12281         * pgg-gpg.el (pgg-pgp-encrypt-region)
12282         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12283         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12284         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12285         argument to all these routines, so the passphrase can be managed
12286         externally and passed in to the system.
12288         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12289         `notruncate' argument, so the passphrase cache can be used
12290         reliably with identifiers besides a pgp packet's key id.
12292 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
12294         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12295         symmetric encryption.
12296         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12297         encrypted session key.
12298         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12299         message ask for the passphrase in a proper way.
12301         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12302         New user commands for symmetric encryption.
12304 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
12306         * textmodes/conf-mode.el (conf-assignment-sign)
12307         (conf-assignment-regexp): Fix docstrings.
12308         (conf-mode-initialize): New function.
12309         (conf-mode): Remove optional args.  Use delay-mode-hooks to
12310         recognize recursive calls.
12311         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
12312         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
12313         (conf-xdefaults-mode): Use define-derived-mode and
12314         conf-mode-initialize.
12316 2005-10-29  Romain Francoise  <romain@orebokech.com>
12318         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
12320 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
12322         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12323         part of the decoded armor to find the key-identifier.
12324         (pgg-gpg-lookup-key-owner): New function to return the
12325         human-readable identifier of a key owner.
12326         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12327         key itself.
12328         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12329         the key value) if we have a key and can match it against a secret
12330         key.  Also, added a note pointing out fact that the prompt only
12331         indicates the first matching key.
12333         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12334         pgg-decrypt-region.
12335         (pgg-pending-timers): A new hash for tracking the passphrase cache
12336         timers, so that new ones supercede old ones.
12337         (pgg-add-passphrase-to-cache): Rename from
12338         `pgg-add-passphrase-cache' to reduce confusion (all callers
12339         changed).  Modified to cancel old timers when new ones are added.
12340         (pgg-remove-passphrase-from-cache): Rename from
12341         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12342         changed).  Modified to cancel old timers when their keys are
12343         removed from the cache.
12344         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12345         XEmacs, an indirection to delete-itimer.
12346         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12347         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12348         users can only check cache without risk of prompting.  Correct bug in
12349         notruncate behavior.
12350         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12351         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12352         Add informative docstrings.
12353         (pgg-decrypt): Convey provided passphrase in subordinate call to
12354         pgg-decrypt-region.
12356 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12358         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12359         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12360         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12361         `passphrase' argument, so the passphrase can be managed externally
12362         and then passed in to the system.
12364         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12365         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12366         so the passphrase cache can be used reliably with identifiers
12367         besides a pgp packet's key id.
12369         * pgg-gpg.el (pgg-pgp-encrypt-region)
12370         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12371         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12372         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12373         argument to all these routines, so the passphrase can be managed
12374         externally and passed in to the system.
12376         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12377         `notruncate' argument, so the passphrase cache can be used
12378         reliably with identifiers besides a pgp packet's key id.
12380 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
12382         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12383         symmetric encryption.
12384         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12385         encrypted session key.
12386         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12387         message ask for the passphrase in a proper way.
12389         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12390         New user commands for symmetric encryption.
12392 2005-10-28  Bill Wohler  <wohler@newt.com>
12394         * help-mode.el (help-url): New button type.  Calls browse-url.
12395         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
12396         Similar to Info nodes: URL `url'.
12397         (help-make-xrefs): Create help-url buttons for
12398         help-xref-url-regexp matches.
12400 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
12402         * tool-bar.el (tool-bar-add-item-from-menu)
12403         (tool-bar-local-item-from-menu): Fix doc strings.
12405 2005-10-28  Romain Francoise  <romain@orebokech.com>
12407         * ldefs-boot.el: Update.
12409         * subr.el (locate-library): Move from help-fns.el.
12410         * help-fns.el (locate-library): Move to subr.el.
12412 2005-10-28  Richard M. Stallman  <rms@gnu.org>
12414         * net/tramp.el (tramp-completion-mode): defvar moved up.
12416         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
12418         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
12420         * files.el (find-file-noselect): Use %d to format large file size.
12422         * bindings.el (mode-line-format): Add %e.
12424         * loadup.el ("facemenu"): Load unconditionally.
12425         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
12426         ("x-dnd"): Load, when appropriate.
12428         * startup.el (command-line): Call before-init-hook earlier.
12429         Warn about some bad characters in -u user name.
12431         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
12432         (flyspell-external-point-words): Error if misspelled word is not found.
12433         Set flyspell-large-region-beg at end of word.
12435 2005-10-28  Andreas Schwab  <schwab@suse.de>
12437         * view.el (View-revert-buffer-scroll-page-forward):
12438         Use view-page-size-default.
12440 2005-10-28  Juri Linkov  <juri@jurta.org>
12442         * international/quail.el (quail-get-current-str): Translate last
12443         raw character for deterministic input methods.
12445 2005-10-27  Jay Belanger  <belanger@truman.edu>
12447         * calc/calc-ext.el: Add functions to autoloads.
12448         (math-identity-matrix-p, math-ident-row-p): New functions.
12450         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
12451         multiplication by an identity matrix; don't turn multiplication by
12452         an inverse matrix into division.
12453         (math-div-symbol-fancy): Replace division by matrices with
12454         multiplication by inverse.
12456         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
12458         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
12459         (calc-writeoutpower): New functions.
12461 2005-10-27  Romain Francoise  <romain@orebokech.com>
12463         * replace.el (occur-engine): Include colon in mouse-face highlight.
12465         * dired-x.el: Change Maintainer field.
12467 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
12469         * longlines.el (longlines-mode): Bind after-change-functions to
12470         nil during initial decoding and final encoding.
12472 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
12474         * term.el (term-emulate-terminal, term-handle-colors-array)
12475         (term-handle-ansi-escape): Specify the terminfo capabilities
12476         implemented.
12478 2005-10-26  Richard M. Stallman  <rms@gnu.org>
12480         * info.el (Info-fontify-node): Fix detection of sentence-break
12481         before *Note.
12483 2005-10-26  Romain Francoise  <romain@orebokech.com>
12485         * smerge-mode.el: Add `tools' to file keywords.
12487 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
12489         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
12490         when the fringe is not available.
12492         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
12493         (def-gdb-auto-update-trigger): Simplify construction.
12494         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
12495         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
12496         defined explicitly.
12497         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
12498         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
12499         defined explicitly.
12500         (gdb-info-locals-custom): Remove as it's a no-op.
12502 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
12504         * longlines.el (longlines-mode): Remove narrowing before
12505         performing the initial decoding or final encoding.
12507 2005-10-25  Romain Francoise  <romain@orebokech.com>
12509         * emacs-lisp/find-func.el (find-library-name): Also strip
12510         extension if library name ends in .el, to take advantage of
12511         `find-library-suffixes'.
12513 2005-10-25  Richard M. Stallman  <rms@gnu.org>
12515         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
12517 2005-10-25  Juri Linkov  <juri@jurta.org>
12519         * textmodes/texinfo.el (texinfo-mode): Change charset of one
12520         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
12522 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12524         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
12525         (blackbox-redefine-key): Add argument `map'.
12527         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
12528         regions when moving the jit-lock-context-unfontify-pos boundary.
12530 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12532         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
12534 2005-10-25  Masatake YAMATO  <jet@gyve.org>
12536         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
12538 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
12540         * play/blackbox.el (blackbox-redefine-key): New function.
12541         (blackbox-mode-map): Use it to remap existing bindings for cursor
12542         motion instead of binding literal keys.
12544 2005-10-25  Glenn Morris  <rgm@gnu.org>
12546         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
12547         diary does not end in a newline.  Do not assume a blank line at
12548         the start of the diary file.
12550 2005-10-25  Kenichi Handa  <handa@m17n.org>
12552         * international/quail.el (quail-translate-key): If the input
12553         method is deterministic and failed to handle the last key, restart
12554         the key handling loop from an appropriate key.
12556 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
12558         * vc.el (vc-dired-mode): Extend comment for binding of
12559         `directory-listing-before-filename-regexp'.
12561 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12563         * textmodes/texinfo.el (texinfo-mode):
12564         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
12565         not to unnecessarily expose emacs-mule's internal char codes.
12567 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
12569         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
12570         Display hand pointer and help-echo on disabled icon too.
12571         (gdb-mouse-until): New function.
12572         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
12574 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
12576         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
12577         with 2005-10-23 change to doctor.el.
12579         * finder.el (finder-mode-map): Add follow-link binding.
12581 2005-10-25  Kim F. Storm  <storm@cua.dk>
12583         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
12584         to gdb-mouse-toggle-breakpoint-fringe.
12585         (gdb-mouse-toggle-breakpoint-margin): Rename from
12586         gdb-mouse-toggle-breakpoint.  Fix doc.
12587         (gdb-mouse-toggle-breakpoint-fringe): New defun.
12588         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
12589         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
12590         string properties also for fringe breakpoint bitmaps.
12592 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
12594         * textmodes/org.el (org-start-icalendar-file): Fix format form.
12596 2005-10-25  Masatake YAMATO  <jet@gyve.org>
12598         * simple.el (completion-common-substring):
12599         Use `completion-common-substring' prior to `completion-base-size'.
12601 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
12603         * savehist.el: Require CL while compiling.
12604         (savehist-history-variables): Remove.
12605         (savehist-save-minibuffer-history, savehist-additional-variables)
12606         (savehist-minibuffer-history-variables): New vars.
12607         (savehist-save): Use them.
12608         (savehist-uninstall, savehist-minibuffer-hook): New funs.
12609         (savehist-install): New fun, extracted from savehist-load.
12610         (savehist-load): Use them.
12612 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12614         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
12615         a dummy doc-string-elt property.
12616         (defalias, defvaralias, define-category): Add a docstring property.
12618         * image.el (defimage):
12619         * widget.el (define-widget):
12620         * custom.el (defface, defcustom): Add `doc-string' declaration.
12622         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
12623         (defadvice): Add `doc-string' declaration.
12625         * emacs-lisp/byte-run.el (macro-declaration-function):
12626         Handle `doc-string' declarations.
12627         (define-obsolete-function-alias, define-obsolete-variable-alias):
12628         Add `doc-string' declaration.
12630 2005-10-24  Kenichi Handa  <handa@m17n.org>
12632         * international/utf-7.el (utf-7): Add autoload cookie.
12634         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
12636 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
12638         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
12639         list of directories passed to batch-update-autoloads.  Add "." to
12640         the list of the echoed directories.
12642         * pgg-def.el:
12643         * pgg-gpg.el:
12644         * pgg-parse.el:
12645         * pgg-pgp.el:
12646         * pgg-pgp5.el:
12647         * pgg.el: Moved here from the gnus subdirectory.
12649 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
12651         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
12652         in case comint-prompt-read-only is set to t.
12654         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
12655         in case comint-prompt-read-only is set to t.
12657 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
12659         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
12660         Now a string.
12661         (icalendar-import-format): Handle CLASS, STATUS, URL.
12662         Rename `subject' to `summary'.
12663         (icalendar-import-format-summary): Rename from
12664         `icalendar-import-format-subject'.
12665         (icalendar-import-format-url, icalendar-import-format-status)
12666         (icalendar-import-format-class): New variables.
12667         (icalendar--rris): Take variable argument list.
12668         (icalendar--datestring-to-isodate): Remove unnecessary
12669         calendar-style check when converting dates with explicit month names.
12670         (icalendar-export-region): Change return type of conversion
12671         subroutines.  Bury current buffer unless error occurred.
12672         (icalendar--convert-to-ical)
12673         (icalendar--parse-summary-and-rest): New functions.
12674         (icalendar--convert-ordinary-to-ical)
12675         (icalendar--convert-weekly-to-ical)
12676         (icalendar--convert-yearly-to-ical)
12677         (icalendar--convert-block-to-ical)
12678         (icalendar--convert-cyclic-to-ical)
12679         (icalendar--convert-anniversary-to-ical): Change return type.
12680         Strip trailing blanks from subject.
12681         (icalendar--convert-sexp-to-ical): Change return type.
12682         Strip trailing blanks from subject.  Handle simple sexp
12683         entries as generated by icalendar.el.
12684         (icalendar--convert-float-to-ical)
12685         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
12686         (icalendar-import-file): Doc fix.
12687         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
12688         Correct call to icalendar--rris.
12689         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
12690         `summary'.
12691         (icalendar--add-diary-entry): Rename `subject' to `summary'.
12693 2005-10-24  Romain Francoise  <romain@orebokech.com>
12695         * server.el (server-sentinel): Set query-on-exit flag to nil on
12696         new client processes (it isn't inherited from the server process).
12698         * replace.el (occur-engine): Rearrange text properties.
12700 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12702         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
12703         case-fold-search is nil.
12704         (debug-help-follow): Use help-xref-interned directly.
12706 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12708         * thumbs.el (thumbs-image-type): Add .pbm.
12710 2005-10-23  Richard M. Stallman  <rms@gnu.org>
12712         * faces.el (inhibit-face-set-after-frame-default): New variable.
12713         (set-face-attribute): Bind it.
12714         (face-set-after-frame-default): Test it.
12716         * help-fns.el (describe-simplify-lib-file-name): New function.
12717         (describe-function-1, describe-variable): Use it.
12719         * faces.el (describe-face): Use describe-simplify-lib-file-name.
12721         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
12722         Eliminate nil as possible value.
12723         (tooltip-hide-delay): Reduce internal-border-width.
12725         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
12726         (menu-bar-file-menu) <new-file>: Likewise.
12728         * simple.el (line-move-finish): Ignore fields computing LINE-END.
12730         * international/mule.el (load-with-code-conversion):
12731         Pass full file name to `eval-buffer' unless preloading.
12733         * textmodes/flyspell.el (flyspell-large-region):
12734         Call ispell-check-version.
12736         * textmodes/ispell.el (ispell-local-dictionary-overridden):
12737         Fix the make-variable-buffer-local call that was supposed
12738         to be for this variable.
12739         (ispell-aspell-supports-utf8): Doc fix.
12740         (ispell-find-aspell-dictionaries): Preserve elements of
12741         ispell-dictionary-alist for dictionaries that aspell doesn't report.
12742         (ispell-aspell-find-dictionary): Return nil on error.
12744         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
12745         (doctor-symptoms): Likewise.
12747         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
12749 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12751         * cus-edit.el (custom-button, custom-button-pressed): New vars.
12752         (custom-raised-buttons): Add :set spec.
12753         (custom-button-unraised, custom-button-pressed-unraised):
12754         New faces, so that custom-raised-buttons actually does something.
12755         (custom-mode): Use custom-button and custom-button-pressed.
12757         * wid-edit.el (widget-specify-button): Don't ignore
12758         widget-mouse-face on graphic terminals.
12759         (widget-move-and-invoke): Cleanup.
12761 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
12763         * whitespace.el (whitespace-cleanup): Doc fix.
12765 2005-10-23  Romain Francoise  <romain@orebokech.com>
12767         * emulation/viper.el (viper-set-hooks): Quote forms passed to
12768         `eval-after-load' to avoid evaluating their result.
12770 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
12772         * files.el (directory-listing-before-filename-regexp):
12773         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
12775         * dired.el (dired-move-to-filename-regexp): Remove.
12776         All occurences replaced by `directory-listing-before-filename-regexp'.
12778         * dired-x.el, locate.el, vc.el:
12779         Replace `dired-move-to-filename-regexp' by
12780         `directory-listing-before-filename-regexp'.  In vc.el it is
12781         overwritten locally; maybe this can be handled in files.el too.
12783         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
12784         replaced by `directory-listing-before-filename-regexp'.
12786 2005-10-23  Andreas Schwab  <schwab@suse.de>
12788         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
12789         and eval-next-after-load.
12791 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
12793         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
12794         exist, create it.
12796 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
12798         * allout.el: Remove autoloads for mailcrypt and crypt++.
12799         Require pgg, pgg-gpg during compilation.
12800         (allout-version): Increment version number to 2.1, and use a literal
12801         rather than RCS Id.
12802         (allout-default-encryption-scheme): Remove.
12803         (allout-passphrase-verifier-handling)
12804         (allout-passphrase-verifier-string)
12805         (allout-file-passphrase-verifier-string)
12806         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
12807         (allout-passphrase-hint-handling): Rename and simplify.
12808         (allout-init): Use `find-file-hook' if available, otherwise
12809         `find-file-hooks'.
12810         (allout-mode): Use `write-file-functions' if available, otherwise
12811         `local-write-file-hooks' and, instead of making auto-save-hook
12812         buffer local, make the write-file-hook activity contingent to
12813         allout-mode.
12814         (allout-mode): Use key-binding substitution in the docstring.
12815         (allout-kill-line): Spell-out kill ring data structure mutation
12816         instead of using byte-compiler-complaint-provoking `pop'.
12817         (allout-insert-listified): Use `insert' rather than `insert-string'
12818         (allout-toggle-current-subtree-encryption): Update docstring, adjust
12819         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
12820         (allout-encrypt-string): Totally revamped vis new underlying
12821         encryption facilities.
12822         (allout-mc-activate-passwd): Remove.
12823         (allout-obtain-passphrase): New, more or less replaces
12824         allout-mc-activate-passwd.
12825         (allout-encrypted-key-info): More or less replaces
12826         allout-encrypted-text-type.
12827         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
12828         (my-mark-marker): Use `(featurep 'xemacs)'.
12830 2005-10-23  Lars Hansen  <larsh@soem.dk>
12832         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
12833         (byte-compile-file-form-defmumble, byte-compile-defun)
12834         (byte-compile-defmacro): Use it.
12835         (byte-compile-form): Don't call byte-compile-set-symbol-position
12836         when a byte-compile handler is called.
12838 2005-10-22  Romain Francoise  <romain@orebokech.com>
12840         * savehist.el (savehist-history-variables): Add `grep-find-history'.
12842         * subr.el (eval-after-load): Convert library name to an absolute
12843         file name using locate-library, since load-history no longer has
12844         library names in it.
12846 2005-10-22  Richard M. Stallman  <rms@gnu.org>
12848         * files.el (make-temp-file): Move from subr.el.
12849         * subr.el (make-temp-file): Move to files.el.
12851         * window.el (get-buffer-window-list): Move from subr.el.
12852         * subr.el (get-buffer-window-list): Move to window.el.
12854         * image.el (image-load-path): Use eval-at-startup to initialize.
12856         * subr.el (eval-at-startup): New macro.
12858         * subr.el: Much rearrangement of functions and division
12859         into pages.  No code changes.
12861 2005-10-22  Kenichi Handa  <handa@m17n.org>
12863         * tar-mode.el (tar-extract): Be sure to call
12864         find-operation-coding-system if set-auto-coding doesn't find a
12865         coding system.
12867 2005-10-22  Kim F. Storm  <storm@cua.dk>
12869         * image.el (image-type-header-regexps): Rename from image-type-regexps.
12870         Change users.
12871         (image-type-file-name-regexps): New defconst.
12872         (image-type-from-data): Simplify loop.
12873         (image-type-from-buffer): New defun.
12874         (image-type-from-file-header): Use it instead of image-type-from-data.
12875         Use image-search-load-path instead of only looking in data-directory.
12876         (image-type-from-file-name): New defun.
12877         (image-search-load-path): Change `pathname' to `filename'.
12878         Make PATH arg optional, default to image-load-path.
12880 2005-10-21  Richard M. Stallman  <rms@gnu.org>
12882         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
12884         * textmodes/paragraphs.el (sentence-end-base): New variable.
12885         (sentence-end): Use sentence-end-base.
12887 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12889         * font-lock.el (font-lock-default-fontify-region): Check the multiline
12890         property independently from the font-lock-multiline variable.
12892 2005-10-21  Richard M. Stallman  <rms@gnu.org>
12894         * emacs-lisp/find-func.el (find-library-name): Doc fix.
12896         * startup.el (command-line): Convert library names
12897         in `load-history' to absolute file names.
12899         * subr.el (symbol-file): Doc fix.
12901         * loadhist.el (file-loadhist-lookup): Call locate-library
12902         instead of find-library-name.  Don't try converting
12903         abs file names to library names, since load-history no longer
12904         has library names in it.
12905         (file-dependents, file-provides, file-requires): Doc fixes.
12907 2005-10-21  Juri Linkov  <juri@jurta.org>
12909         * progmodes/etags.el (tags-table-mode): New function.
12910         (tags-verify-table): Replace initialize-new-tags-table with
12911         tags-table-mode.
12913         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
12914         default value.
12915         (desktop-modes-not-to-save): Add tags-table-mode to the
12916         default value.
12918         * info.el (Info-index-next): Add total number of index
12919         alternatives to the message.
12921         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
12922         backward only space (instead of space and period) before looking
12923         at sentence end.
12925         * simple.el (set-variable): Use user-variable-p instead of symbolp.
12926         Add the old variable value as 4th default-value arg of read-string.
12928 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12930         * cus-face.el (custom-declare-face): Make face from X resources
12931         also on Mac.
12933         * disp-table.el (standard-display-g1, standard-display-graphic):
12934         Refuse to use string glyphs also on Mac.
12935         (standard-display-european): Don't set terminal coding system also
12936         on Mac.
12938         * frame.el (display-screens): Use x-display-screens also on Mac.
12940 2005-10-21  Romain Francoise  <romain@orebokech.com>
12942         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
12944 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12946         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
12947         and $? into sexps.
12949         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
12950         warning face on open-paren-in-column-0.
12952         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
12953         boundary case.  Fix typo.
12954         Suggested by Martin Rudalics <rudalics@gmx.at>.
12956 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
12958         * textmodes/org.el (org-combined-agenda-icalendar-file)
12959         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
12960         (org-export-icalendar-this-file)
12961         (org-export-icalendar-all-agenda-files)
12962         (org-export-icalendar-combine-agenda-files): New commands.
12963         (org-export-icalendar, org-print-icalendar-entries)
12964         (org-start-icalendar-file, org-finish-icalendar-file)
12965         (org-ical-ts-to-string): New functions.
12966         (org-read-date, org-goto-calendar)
12967         (org-agenda-goto-calendar): Inhibit displaying diary entries by
12968         call to `calendar'.
12969         (orgtbl-setup): Remove the :keys arguments from the menu description.
12970         (org-after-save-iCalendar-file-hook): New variable.
12972 2005-10-21  Kenichi Handa  <handa@m17n.org>
12974         * language/vietnamese.el (tcvn-5712): Make it an alias of
12975         vietnamese-tcvn coding-system.
12977 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
12979         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
12980         group id is given.
12982 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12984         * progmodes/sh-script.el (sh-escaped-line-re): New var.
12985         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
12986         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
12987         whose line is either continued or ends with a comment.
12989 2005-10-20  Romain Francoise  <romain@orebokech.com>
12991         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
12993         * replace.el (occur-engine): Add follow-link property.
12995         * font-core.el (font-lock-mode): Doc fix.
12997 2005-10-20  Richard M. Stallman  <rms@gnu.org>
12999         * net/rcirc.el: New file.
13001 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
13003         * term.el (term-term-name): Initialize to "eterm-color".
13005 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
13007         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
13008         for encryption functionality.
13009         Move allout customization subgroup from `editing' to `outlines' group.
13010         Fix commentary keywords to legitimate ones.
13011         Update author info (using my current email address, obscurified).
13012         (allout-encrypt-string, allout-encryption-produce-work-buffer)
13013         (allout-encrypted-topic-p, allout-encrypted-text-type)
13014         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
13015         (allout-situate-encryption-key-verifier)
13016         (allout-get-encryption-key-verifier, allout-verify-key)
13017         (allout-next-topic-pending-encryption)
13018         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
13019         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
13020         (outline-key-verifier-handling, outline-key-hint-handling)
13021         (outline-encrypt-unencrypted-on-saves): New defcustoms.
13022         (allout-file-key-verifier-string, allout-encryption-scheme)
13023         (allout-key-verifier-string, allout-key-hint-string)
13024         (allout-after-save-decrypt): New variables.
13025         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
13026         (allout-after-saves-handler): New hook functions.
13027         (allout-post-command-business): Do allout-after-save-decrypt.
13028         (allout-enable-file-variable-adjustment): Custom var to enable
13029         mechanism for adding and adjusting settings of Emacs file variables.
13030         (allout-adjust-file-variable, allout-file-vars-section-data):
13031         New functions, implement the mechanism.
13032         (outlineify-sticky): Use the file vars mechanism.
13033         (allout-inhibit-protection, allout-during-write-cue)
13034         (allout-override-protect, allout-before-change-protect): Remove.
13035         (allout-flag-region, allout-open-topic): Adjust read-only text.
13036         (allout-open-line-not-read-only): Add to facilitate read-only
13037         text based protection.
13038         (allout-kill-line): Revise to adjust read-only text, clue the
13039         user about the inhibition.
13040         (allout-unprotected): Use unwind-protect.
13041         (allout-shift-in, allout-shift-out): Disallow manually shifting a
13042         topic deeper than the offspring depth of the previous topic -
13043         avoiding confusing "containment discontinuities".
13044         (allout-reindent-bodies): Fix retention of body relative hanging
13045         indent during promotion of collapsed bodies.
13046         (allout-open-topic): Make it easy to open new topic with same
13047         bullet as current topic - topic creation functions provided with
13048         any universal argument provokes now prompt for bullet, defaulting
13049         to the bullet of the previous topic.
13050         (allout-plain-bullets-string, allout-distinctive-bullets-string):
13051         Plain bullet alternates `.' period and `,' comma only.  All other
13052         bullets are relegated to special status (but customizable).
13053         (allout-end-of-entry): Rename from allout-end-of-current-entry
13054         since it actually operates w.r.t. most immediately containing
13055         entry, visible or not.
13056         (allout-hide-current-entry, allout-show-current-entry): Use the
13057         revised version.
13058         (allout-old-expose-topic): Solidify deprecation.
13059         (allout-end-of-subtree): Add so we can span concealed as well
13060         as visible topics.
13061         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
13062         (allout-end-of-current-heading): Tweak to just respect the first line.
13063         (allout-get-body-text): Add.
13064         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
13065         when invoked interactively.
13066         (allout-up-current-level): Use `interactive-p'.
13067         (allout-mode, allout-init): Miscellaneous docstring and
13068         operational refinements, as well as hookups of new encryption stuff.
13069         (allout-beginning-of-current-entry): Now works as advertised.
13070         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
13071         (allout-isearch-rectification): Refine condition for isearching.
13072         (allout-isearch-abort, allout-enwrap-isearch)
13073         (allout-flag-region, my-region-active-p): Relocate some macros.
13074         (allout-title): Fallback title is (buffer-name), not
13075         non-existing (current-buffer-name).
13076         (subst-char-in-string): Define if absent (for some XEmacs versions).
13078 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
13080         * mail/sendmail.el (mail-setup-hook, mail-aliases)
13081         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
13082         (mail-citation-prefix-regexp, mail-signature-file)
13083         (mail-default-headers, mail-bury-selects-summary)
13084         (mail-send-nonascii): Add autoload cookies.
13086 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
13088         * frame.el (blink-cursor-mode): Add `mac' to the list of
13089         window-system's that support blinking cursor.
13091 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13093         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
13095 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
13097         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
13098         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
13099         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
13101 2005-10-20  Kim F. Storm  <storm@cua.dk>
13103         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
13104         (ido-set-current-directory): Don't add / after final @.
13105         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
13106         Explicitly handle ange-ftp completion oddities.
13107         (ido-make-file-list): Don't rotate list at tramp root to avoid
13108         triggering tramp file handler for expand-file-name via get-file-buffer.
13110 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13112         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
13114 2005-10-19  Jay Belanger  <belanger@truman.edu>
13116         * calc/calc-units.el (math-standard-units): Add units, adjust
13117         symbols and update values.
13118         (math-unit-prefixes): Add more prefixes.
13120 2005-10-19  Romain Francoise  <romain@orebokech.com>
13122         * bookmark.el (bookmark-menu-heading): New face.
13123         (bookmark-bmenu-list): Use it.
13124         Don't fiddle with `baud-rate' at top-level.
13126 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
13128         * image.el (create-image, find-image): Mention max-image-size in
13129         docstring.
13131 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13133         * savehist.el (savehist-load): Revert to checking XEmacs.
13135         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
13136         Various docstring and line-width fixups.
13137         (conf-mode): Use cond.
13138         Set font-lock-defaults.  Don't set comment-use-syntax.
13140 2005-10-18  David Ponce  <david@dponce.com>
13142         * tree-widget.el (tree-widget-button-click): New function.
13143         (tree-widget-button-keymap): Use it.
13145 2005-10-18  Romain Francoise  <romain@orebokech.com>
13147         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13148         (bookmark-bmenu-hide-filenames): Add follow-link property.
13149         Improve help-echo text.
13151         * ffap.el (find-file-at-point): Doc fix.
13153 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13155         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
13157 2005-10-18  Masatake YAMATO  <jet@gyve.org>
13159         Install to the CVS repository what I forgot to install in my
13160         2005-10-16 changes.
13162         * progmodes/python.el (python-complete-symbol): Pass the common
13163         prefix substring of completion to `display-completion-list'.
13165         * textmodes/org.el (org-complete): Ditto.
13167 2005-10-18  Masatake YAMATO  <jet@gyve.org>
13169         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
13171         * woman.el (WoMan-xref-man-page): New button type derived
13172         from `Man-abstract-xref-man-page'.
13173         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
13175         * man.el (Man-abstract-xref-man-page): New button type.
13176         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
13177         (Man-highlight-references): Add new optional argument `xref-man-type'.
13179 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
13181         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
13183 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13185         * cus-edit.el (Custom-move-and-invoke): Delete.
13186         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
13188         * wid-edit.el (widget-move-and-invoke): New function, from
13189         Custom-move-and-invoke.
13191 2005-10-17  Bill Wohler  <wohler@newt.com>
13193         Move all remaining images from lisp/toolbar to etc/images, move
13194         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
13195         the low resolution images in their own directory (low-color).
13197         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
13198         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
13199         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
13200         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
13201         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
13202         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
13203         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
13205         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
13206         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
13207         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
13208         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
13209         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
13210         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
13211         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
13212         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
13213         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
13214         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
13215         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
13216         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
13217         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
13218         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
13219         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
13221         To conform with convention, replace the underscore (_) in the
13222         following image names with dash (-) or (/) as appropriate.
13224         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
13225         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
13226         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
13227         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
13228         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
13229         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
13230         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
13231         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
13232         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
13233         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
13234         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
13235         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
13236         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
13237         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
13238         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
13240         * info.el (info-tool-bar-map): Replace underscores in image names
13241         with dashes.
13243         * makefile.w32-in (WINS): Remove toolbar.
13245         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
13247         * tool-bar.el: Move to lisp from toolbar.  Now that
13248         toolbar is empty, it should be deleted when folks run "cvs up -P".
13250 2005-10-18  Jay Belanger  <belanger@truman.edu>
13252         * calc/calc-store.el (calc-store-into): Get the proper variable name
13253         to display in message.
13255 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
13257         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
13258         expressions display in speedbar for all buffers when debugging.
13259         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
13261         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
13262         (speedbar-insert-button, speedbar-make-button):
13263         Use add-text-properties.
13264         (speedbar-update-localized-contents)
13265         (speedbar-update-directory-contents)
13266         (speedbar-update-special-contents): Use dolist.
13267         (speedbar-buffer-easymenu-definition): Add a menu separator.
13269 2005-10-17  Jason Rumney  <jasonr@gnu.org>
13271         * makefile.w32-in: Use $(lisp) consistently.
13272         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
13273         for shell specific generation of mh-autoloads.
13275 2005-10-17  Richard M. Stallman  <rms@gnu.org>
13277         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
13279 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13281         * jit-lock.el (jit-lock-fontify-now):
13282         Move jit-lock-context-unfontify-pos to avoid wasted work.
13284 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
13286         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
13287         `tramp-completion-mode' for checking if we are in completion mode.
13288         (tramp-completion-handle-file-name-all-completions): Reorder code
13289         in order to complete for file names only in case there are no
13290         method/user/host completions.  This is necessary for cooperation
13291         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
13293 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
13295         * longlines.el (longlines-search-forward)
13296         (longlines-search-backward): Match any number of spaces.
13298 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
13300         * diff-mode.el (diff-mode): Doc fix.
13302 2005-10-16  David Reitter  <david.reitter@gmail.com>
13304         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
13305         as default on darwin and windows systems.
13307 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13309         * arc-mode.el (archive-zip-extract): Doc fix.
13311 2005-10-16  Romain Francoise  <romain@orebokech.com>
13313         * mouse.el (mouse-1-click-follows-link): Doc fix.
13315 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13317         * savehist.el: Don't require CL at runtime.
13318         (savehist-xemacs): Remove.
13319         (savehist-coding-system): Use utf-8 if present, regardless of religion.
13320         (savehist-no-conversion): Use (featurep 'xemacs).
13321         (savehist-load): Check existence of start-itimer rather than XEmacs.
13322         Use an idle timer.
13323         (savehist-process-for-saving): Replace use of CL funs `subseq' and
13324         `delete-if-not'.
13326 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
13328         * savehist.el: Newer version.
13329         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
13330         (savehist-last-checksum, savehist-no-conversion): New vars.
13331         (savehist-autosave, savehist-process-for-saving, savehist-printable):
13332         New functions.
13333         (savehist-load, savehist-save): Use them.
13334         (savehist-delimit): Remove.
13336 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13338         * progmodes/compile.el (compilation-goto-locus): Display the
13339         compilation buffer first and the source buffer second, in case they're
13340         in overlapping frames.  Don't raise the compilation frame if it was the
13341         selected window upon entry.  Pass the `other-window' arg to
13342         pop-to-buffer.
13344         * info.el (Info-fontify-node): Use dolist.
13345         Change add-text-properties to put-text-property.
13347 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13349         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
13350         bound of search.
13352 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13354         * dabbrev.el (dabbrev-completion): Pass the common
13355         prefix substring of completion to `display-completion-list'.
13357         * filecache.el (file-cache-minibuffer-complete)
13358         (file-cache-complete): Ditto.
13360         * tempo.el (tempo-display-completions): Ditto.
13362         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
13364         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
13366         * eshell/em-hist.el (eshell-list-history): Ditto.
13368         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
13370         * mail/mailalias.el (mail-complete): Ditto.
13372         * progmodes/etags.el (complete-tag): Ditto.
13374         * progmodes/make-mode.el (makefile-complete): Ditto.
13376         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
13378         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
13380         * progmodes/pascal.el (pascal-complete-word)
13381         (pascal-show-completions): Ditto.
13383         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
13385         * simple.el (completion-common-substring): New variable.
13386         (completion-setup-function): Use `completion-common-substring'
13387         to put faces.
13389 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13391         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
13392         (x-get-selection, mac-select-convert-to-string): Convert from/to
13393         UTF-16 clipboard data as in native byte order, no BOM.
13395 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
13397         * progmodes/gud.el (gud-tool-bar-map): Rename the images
13398         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
13399         (gud-sentinel): Use speedbar-frame to check for speedbar.
13401 2005-10-15  Richard M. Stallman  <rms@gnu.org>
13403         * savehist.el: New file.
13405 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
13407         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
13408         Fix bug in \bf fontification.
13410 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13412         * pcvs.el (cvs-edit-log-files): New var.
13413         (cvs-mode-edit-log): New arg `file'.
13414         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
13415         Instead force the use of the original file and nothing else.
13416         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
13417         the cvs-minor-wrap-function is set.
13418         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
13420 2005-10-14  Bill Wohler  <wohler@newt.com>
13422         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
13423         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
13424         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
13425         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
13426         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
13427         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
13428         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
13429         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
13430         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
13431         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
13432         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
13433         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
13434         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
13435         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
13436         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
13438         * progmodes/gud.el (gud-tool-bar-map): Rename the images
13439         appropriately (for example, gud-break to gud/break).
13441 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
13443         * longlines.el (longlinges-search-function)
13444         (longlines-search-forward, longlines-search-backward): New functions.
13445         (longlines-mode): Set isearch-search-fun-function to
13446         longlinges-search-function.
13448         * mouse.el (mouse-drag-region-1): Handle the case where a
13449         double-click event is bound to an arbitrary function.
13451 2005-10-14  David Ponce  <david@dponce.com>
13453         * recentf.el (recentf-track-opened-file)
13454         (recentf-track-closed-file, recentf-update-menu)
13455         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
13456         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
13457         mouse-1-click-follows-link.
13459 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13461         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
13462         Gnome file-manager.png.  Suggested by
13463         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
13465         * toolbar/README: Add diropen.xpm.
13467 2005-10-13  Bill Wohler  <wohler@newt.com>
13469         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
13470         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
13472 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13474         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
13475         Don't waste the byte-compiler's time on constant data.
13477 2005-10-13  Kenichi Handa  <handa@m17n.org>
13479         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
13480         byte with `escape-glyph' face.
13482         * international/fontset.el (ccl-encode-unicode-font):
13483         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
13484         Handle the case that ucs-mule-to-mule-unicode translates a character to
13485         ASCII (usually for IPA characters).
13487 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13489         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
13490         Don't hide the underline of titles if font-lock-mode is disabled.
13492 2005-10-12  Bill Wohler  <wohler@newt.com>
13494         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
13495         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
13496         files in MH-E-SRC have been updated.
13497         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
13499 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13501         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
13502         (mixal-mode-syntax-table): Add \n as end-comment.
13503         (mixal-operation-codes-alist): Immediately initialize to full value.
13504         (mixal-add-operation-code): Remove.
13505         (mixal-describe-operation-code): Make the arg non-optional.
13506         Use the interactive spec instead.
13507         Use mixal-operation-codes-alist rather than mixal-operation-codes.
13508         (mixal-font-lock-keywords): Don't highlight comments here any more.
13509         (mixal-font-lock-syntactic-keywords): New var.
13510         (mixal-mode): Use it.  Fix comment-start-skip.
13512 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13514         * startup.el (command-line-x-option-alist): -nb => -nbi
13516 2005-10-12  Kim F. Storm  <storm@cua.dk>
13518         * startup.el (fancy-splash-default-action): Discard mouse click in
13519         the splash screen window, as it has no sensible meaning in the
13520         next window to be selected.  Fixes error reported by Jan D.
13522 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13524         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
13526 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13528         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
13529         Try to fix up minor layout issues like indentation, line break, etc...
13530         (mixal-mode-syntax-table): Don't try to specify comment syntax,
13531         because it doesn't work.
13532         (mixal-operation-codes): Add some more codes.
13533         (mixal-font-lock-keywords): Process comments here.
13534         (mixal-mode): mixasm no longer needs -g option.
13536 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13538         * progmodes/sh-script.el (sh-tmp-file):
13539         Use mktemp -t.  Finish support for es and rc shells.
13541 2005-10-11  Jay Belanger  <belanger@truman.edu>
13543         * calc/calcalg2.el (calc-integral): With an argument, compute the
13544         definite integral.
13546 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
13548         * mouse.el (mouse-drag-region-1): Don't try to catch a
13549         double-click when doing follow-link (it's overridden anyway).
13551 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
13553         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
13554         (autoload-print-form-outbuf): Add docstring.
13556 2005-10-11  Juri Linkov  <juri@jurta.org>
13558         * info.el (Info-mode-menu): Delete menu item "Edit".
13559         (Info-mode): Delete description of Info-edit from docstring,
13560         and rearrange descriptions of Info commands in the order
13561         they are documented in the Info manual.
13563 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13565         * calendar/appt.el (appt-check): Use diary-selective-display var.
13567 2005-10-10  Richard M. Stallman  <rms@gnu.org>
13569         * net/newsticker.el (newsticker-start, newsticker-show-news):
13570         Add autoload cookies.
13572 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
13574         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
13576 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
13578         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
13580 2005-10-10  Jay Belanger  <belanger@truman.edu>
13582         * calc/calc-arith.el (math-check-known-scalarp)
13583         (math-check-known-matrixp): Check the values of arguments that are
13584         variables.
13585         (math-check-known-square-matrixp): New function.
13586         (math-known-square-matrixp): Use math-check-known-square-matrixp.
13587         (math-super-types): Add sqmatrix type.
13589         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
13590         mode name `square' to `sqmatrix'.
13592         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
13593         mode name `square' to `sqmatrix'.
13595 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13597         * progmodes/etags.el (select-tags-table-mode): Don't use
13598         selective-display.
13599         (tags-select-tags-table): Pass `button' to the action function.
13600         (select-tags-table): Place the side-info on button properties rather
13601         than in hidden text.  Abbreviate file names.
13602         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
13603         (select-tags-table-select): Add `button' argument.
13604         Get side-info from the button property rather than from hidden text.
13606 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
13608         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
13609         (gud-speedbar-buttons): Preserve point if possible.
13610         (gud-sentinel): Restore previous speedbar display type.
13612         * progmodes/gdb-ui.el (gdba): Improve diagram.
13613         (def-gdb-auto-update-handler, gdb-info-locals-handler)
13614         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
13615         Call get-buffer-window once.
13617 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13619         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
13620         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
13621         (pascal-indent-command): Remove unused var `ind'.
13622         (pascal-indent-case): Remove unused var `oldpos'.
13623         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
13624         since it's now used as a proper minor mode map.
13625         (pascal-outline): Rename to pascal-outline-mode.
13626         (pascal-outline-mode): Use define-minor-mode.
13627         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
13628         selective-display.
13630 2005-10-10  Andreas Schwab  <schwab@suse.de>
13632         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
13633         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
13635         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
13636         outside source directory.
13638 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
13640         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
13641         C-x' as a prefix.
13642         (orgtbl-mode-map): Full keymap instead of sparse, because all
13643         `self-insert-command' keys are redefined in this map.
13644         (org-export-as-html): Specify charset for HTML file, by taking it
13645         from the coding system.
13647 2005-10-10  Kenichi Handa  <handa@m17n.org>
13649         * textmodes/flyspell.el (flyspell-check-word-p):
13650         If unread-command-events is non-empty, don't call sit-for.
13652 2005-10-09  Richard M. Stallman  <rms@gnu.org>
13654         * font-lock.el (font-lock-syntactic-keywords)
13655         (font-lock-keywords): Doc fixes.
13657         * textmodes/flyspell.el (flyspell-external-point-words):
13658         Simplify logic, and don't try to check for consecutive appearances
13659         of one incorrect word.
13661 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
13663         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
13664         separator.
13666         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
13667         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
13668         (gud-expansion-speedbar-buttons): New function.
13669         (gud-speedbar-buttons): Check for gud-comint-buffer.
13671 2005-10-09  Bill Wohler  <wohler@newt.com>
13673         * Makefile.in (updates): Add mh-loaddefs dependency.
13675 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
13677         * speedbar.el (speedbar-file-key-map): Fix typo.
13679 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13681         * cus-start.el (line-spacing): Add custom spec.
13683 2005-10-09  Romain Francoise  <romain@orebokech.com>
13685         * textmodes/ispell.el (ispell-check-version): Fix last change.
13687 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13689         * term/x-win.el: Remove -i, --icon-type from comment.
13691         * startup.el (command-line-x-option-alist): Remove options -i,
13692         -itype, --icon-type, added -nb, --no-bitmap-icon
13694 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
13696         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
13697         instead of :active.
13699 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
13701         * textmodes/ispell.el (ispell-check-version):
13702         Ignore hyphen, and all that follows, in aspell's version text.
13704 2005-10-08  Jay Belanger  <belanger@truman.edu>
13706         * calc/calc-arith.el (math-known-square-matrixp): New function.
13707         (math-pow-fancy): Check for matrices before distributing exponent
13708         across products.
13710         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
13711         fullscreen keypad.  Suggested by Luc Teirlinck.
13712         (calc-keypad-show-input): Add space for formatting.
13714         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
13715         Add square matrix option.
13717         * calc/calc-poly.el (math-expand-term): Check for matrices instead
13718         of checking calc-matrix-mode when deciding how to expand.
13720         * calc/calc.el (calc-set-mode-line): Add square matrix option.
13722 2005-10-08  Lars Hansen  <larsh@soem.dk>
13724         * net/tramp.el (tramp-perl-directory-files-and-attributes):
13725         Add error handling.
13726         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
13728 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
13730         Sync with Tramp 2.0.51.
13732         * net/tramp.el (tramp-handle-set-visited-file-modtime)
13733         (tramp-handle-insert-file-contents, tramp-handle-write-region):
13734         Insert special handling for `last-coding-system-used', again
13735         it still seems to be necessary (unlike stated before).
13736         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
13737         (tramp-password-prompt-regexp): There might be other words before
13738         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
13739         (tramp-chunksize): Improve docstring.
13740         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
13741         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
13742         Christian Joergensen <bugs@razor.dk>.
13744 2005-10-07  Glenn Morris  <rgm@gnu.org>
13746         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
13747         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
13748         precision'.
13750 2005-10-07  Romain Francoise  <romain@orebokech.com>
13752         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
13753         (ibuffer-do-shell-command-pipe-replace)
13754         (ibuffer-do-shell-command-file, ibuffer-do-eval)
13755         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
13756         (ibuffer-do-revert, ibuffer-do-replace-regexp)
13757         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
13758         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13759         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
13760         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
13761         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
13762         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
13763         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
13764         Autoload file sans suffix.
13766         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
13768 2005-10-07  David Ponce  <david@dponce.com>
13770         * recentf.el (recentf-menu-open-all-flag): New option.
13771         (recentf-digit-shortcut-command-name): New function.
13772         (recentf--shortcuts-keymap): New variable.
13773         (recentf-menu-shortcuts): New variable.
13774         (recentf-make-menu-items): Initialize it.  Replace the "More..."
13775         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
13776         (recentf-menu-value-shortcut): New function.
13777         (recentf-make-menu-item): Use it.  No more in-lined.
13778         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
13779         (recentf-open-most-recent-file): Rename from
13780         `recentf-open-file-with-key'.  Don't depend on key binding.
13781         (recentf-mode-map): New variable.
13782         (recentf-mode): Use it.
13784 2005-10-06  Bill Wohler  <wohler@newt.com>
13786         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
13788         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
13789         (MH-E-SRC): New.  Used by mh-autoloads.
13790         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
13791         files in MH-E-SRC have been updated.
13792         (compile, recompile, bootstrap): Depend on mh-autoloads.
13794 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
13796         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
13797         gud-break and gud-remove icons when the fringe is not available.
13799         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
13800         Typo.
13802 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
13804         * play/zone.el (zone): Wrap body with save-window-excursion.
13806 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13808         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
13809         Use the new `list-only' arg to diary-list-entries.
13811         * calendar/diary-lib.el: Use overlays rather than selective-display.
13812         (diary-selective-display): New var.
13813         (diary-header-line-format): Use it.
13814         (diary-list-entries): Add argument `list-only'.
13815         Put the buffer in diary-mode.  Don't add \^M at beg and end.
13816         Replace \^M by invisible overlays.
13817         (diary-unhide-everything): Replace \^M by invisible overlays.
13818         (print-diary-entries): Look for overlays rather than \^M.
13819         Add a space to the temp buffer name.
13820         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
13821         Put the buffer in diary-mode.
13822         (list-sexp-diary-entries): Replace \^M by invisible overlays.
13823         (diary-anniversary): Make the year arg optional.
13824         (diary-time-regexp): New const.
13825         (diary-font-lock-keywords): Use it to accept a few more time formats.
13827         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
13829 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
13831         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
13832         Fix bug introduced 2005-07-03: Use (car (last ...))
13833         to faithfully reproduce replaced artist-last.
13834         (artist-set-arrow-points-for-poly): Likewise.
13835         Suggested by Johan Bockg\e,Ae\e(Brd.
13837 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
13839         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
13840         * wid-edit.el (widget):
13841         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
13842         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
13844 2005-10-06  Kenichi Handa  <handa@m17n.org>
13846         * international/mule-cmds.el (set-language-environment):
13847         Fix setting up of case-table for unibyte mode.
13849         * simple.el (what-cursor-position): If the character is displayed
13850         by some `display' text property, show that.  Don't use
13851         single-key-description for eight-bit characters in multibyte mode.
13853 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
13855         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
13856         (gdb-ann3): Set it.
13857         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
13858         (gdb-info-frames-custom): Use inverse-video for first five
13859         characters of selected frame only.
13860         (gdb-get-frame-number): Select frame even when point is on frame
13861         number.
13863 2005-10-06  Masatake YAMATO  <jet@gyve.org>
13865         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
13866         Put `font-lock-function-name-face'.
13867         (gdb-info-frames-custom): Put `font-lock-function-name-face'
13868         and `font-lock-variable-name-face'
13869         (gdb-registers-font-lock-keywords): New font lock keywords definition.
13870         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
13871         (gdb-memory-font-lock-keywords): New font lock keywords definition.
13872         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
13873         (gdb-local-font-lock-keywords): New font lock keywords definition.
13874         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
13875         (gdb-threads-font-lock-keywords): New font lock keywords definition.
13876         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
13878 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
13880         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
13881         (ediff-merge-region-is-non-clash-to-skip): Previously called
13882         ediff-merge-region-is-non-clash.
13884         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
13885         Use insert-buffer-substring.
13887         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
13888         selecting files to patch.  Also bug fixes.
13890         * ediff-util.el (ediff-setup): Bug fix.
13891         (ediff-next-difference): Never skip clashes that differ in white
13892         space only.
13894         * ediff-wind.el (ediff-setup-control-frame)
13895         (ediff-destroy-control-frame): Check the menubar feature.
13897         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
13898         (viper-refresh-mode-line): Use make-local-variable to localize
13899         some vars instead of make-variable-buffer-local.  Suggested by
13900         Stefan Monnier.
13902         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
13903         (viper-restore-cursor-type, viper-set-insert-cursor-type):
13904         Use make-local-variable instead of make-variable-buffer-local.
13905         Suggested by Stefan Monnier.
13907         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
13908         (viper-comint-mode-hook): Use make-local-variable on
13909         require-final-newline.
13910         (viper-non-hook-settings): Don't use make-variable-buffer-local.
13912 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13914         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
13915         also the second char of a comment-start sequence.
13916         (scheme-sexp-comment-syntax-table): New var.
13917         (lambda, define): Set their scheme-doc-string-elt property.
13918         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
13919         Use lisp-font-lock-syntactic-face-function now that it properly
13920         handles |...| symbols.
13921         (scheme-mode-variables): Set lisp-doc-string-elt-property,
13922         parse-sexp-lookup-properties and font-lock-extra-managed-props.
13924         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
13925         bit from # to |.
13926         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
13928         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
13929         (lisp-doc-string-elt-property): New var.
13930         (lisp-font-lock-syntactic-face-function): Use it.
13931         Rewrite to recognize docstrings even for forms not at toplevel.
13933         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
13934         annotation on the | part of #| rather than on the # part.
13935         (scheme-font-lock-syntactic-face-function): New function, to
13936         distinguish strings from |...| symbols.
13937         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
13938         syntax-table so that #|...|# is properly highlighted.
13940         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
13941         Don't mark as docstring the 3rd elem of an unknown toplevel form.
13943 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13945         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
13946         and C-e.
13948         * emacs-lisp/eldoc.el: Move comments into docstrings.
13949         (eldoc-message-commands): Initialize in its declaration.
13950         Add move-beginning-of-line and move-end-of-line.
13951         (eldoc-add-command, eldoc-add-command-completions)
13952         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
13954         * outline.el (outline-mark-subtree): Activate the mark.
13956         * calendar/appt.el (appt-time-regexp): New var.
13957         (appt-add, appt-make-list): Use it.
13958         (appt-convert-time): Clean up.
13960         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
13961         Don't set any syntax-table property here.
13962         (tex-font-lock-verb): New function.  Do it here.
13963         (tex-font-lock-syntactic-keywords): Use it.
13965 2005-10-04  Richard M. Stallman  <rms@gnu.org>
13967         * wid-edit.el (widget-file-complete): Get the widget start point
13968         the right way.  Default directory to `/' if file has none.
13970         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
13972         * textmodes/flyspell.el (flyspell-mode-on):
13973         Call ispell-maybe-find-aspell-dictionaries.
13975         * textmodes/ispell.el (ispell-word, ispell-region):
13976         Call ispell-maybe-find-aspell-dictionaries.
13977         (ispell-accept-buffer-local-defs):
13978         Don't call ispell-maybe-find-aspell-dictionaries
13980 2005-10-04  Richard M. Stallman  <rms@gnu.org>
13982         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
13984 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
13986         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
13987         instead of `fboundp' in order to allow for anonymous functions.
13989 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
13991         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
13992         case the user clicks on the link while another window is selected.
13993         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
13995         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
13996         functionality.
13997         (dframe-help-echo): Save point in case mouse tracking is off.
13999 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
14001         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
14003 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14005         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
14006         not change the global value of those vars.
14008         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
14009         make-local-variable which we do not need any more.
14011 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
14013         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
14014         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
14015         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
14016         (speedbar-path-line): Define obsolete aliases.
14017         (speedbar-line-directory): Doc fix.
14019         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
14020         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
14021         instead of speedbar-line-path.
14023 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14025         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
14026         to nil if dropping on a window.  Handle dropping on a minibuffer window
14027         like dropping on a non-window part of Emacs.
14029 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14031         * net/ange-ftp.el: Use with-current-buffer.
14032         (ange-ftp-insert-directory): Do not follow symlinks any more.
14034         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14035         Remove interactive spec.
14037 2005-10-03  Kim F. Storm  <storm@cua.dk>
14039         * ido.el (ido-mode): Use custom-initialize-set.
14041 2005-10-02  Richard M. Stallman  <rms@gnu.org>
14043         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
14044         Use insert-buffer-substring.
14046         * net/tramp.el: Pacify byte compiler warnings in pacification code.
14047         (tramp-handle-file-local-copy): Use insert-buffer-substring.
14049 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14051         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
14052         in last change.
14053         (ange-ftp-insert-directory): Fix up the search for the case where
14054         `file' is absolute.
14056 2005-10-02  Romain Francoise  <romain@orebokech.com>
14058         * progmodes/compile.el (compile-goto-error): Delete extra paren.
14060 2005-10-02  Andreas Schwab  <schwab@suse.de>
14062         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
14063         directory component in the session info.
14065 2005-10-01  Richard M. Stallman  <rms@gnu.org>
14067         * comint.el (comint-redirect-subvert-readonly): Doc fix.
14069         * simple.el (next-error-internal): New function.
14071         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
14072         (compilation-start): Pass new arg to compilation-buffer-name.
14073         (compile-goto-error): Use next-error-internal.
14075 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
14077         * speedbar.el: Remove RCS tag.
14078         (speedbar-check-read-only): Handle non-existent files.
14080         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
14082         * info.el (Info-speedbar-hierarchy-buttons)
14083         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
14085 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14087         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
14088         Do not match newline.
14089         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
14090         (bibtex-summary): Remove unnecessary save-excursion.
14091         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
14093 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14095         * term/mac-win.el: Add charset info for "iso10646-1".
14096         Modify default fontset to use ATSUI-compatible fonts for some charsets
14097         if available.
14099 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
14101         * speedbar.el: Re-apply arch tag.
14102         (speedbar-version): Rename to version 1.0.  Suggested by Eric
14103         M. Ludlam.
14104         Reapply two changes from Emacs CVS' version of speedbar lost
14105         during the merge:
14106         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
14107         (speedbar-frame-parameters): Improve customize type.
14109 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14111         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
14112         (ange-ftp-file-directory-p): Fix the symlink case.
14113         (ange-ftp-insert-directory): When listing a single file, get a list of
14114         the parent buffer and extract the relevant line.  Inspired from a patch
14115         by Katsumi Yamaoka <yamaoka@jpl.org>.
14116         (ange-ftp-file-name-sans-versions): Simplify.
14118 2005-09-30  Bill Wohler  <wohler@newt.com>
14120         Move MH-E image files from toolbar and mail directories into
14121         etc/images.
14123         * mail/reply2.*: Move to etc/images/mail/reply*.
14125         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
14126         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
14127         etc/images.
14129         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
14130         * toolbar/reply*: Move to etc/images/mail.
14132         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
14134 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
14136         * speedbar.el: New version 1.0pre3.
14138         Frame management code (including timer, and mouse click specifics)
14139         moved to dframe.el:
14140         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
14141         (speedbar-timer): Removed.  Use dframe-timer.
14142         (speedbar-close-frame): Removed.  Use dframe-close-frame.
14143         (speedbar-activity-change-focus-flag): Removed.  Use
14144         dframe-activity-change-focus-flag.
14145         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
14146         dframe-update-speed.
14148         (speedbar-current-frame): New macro.  Use this instead of the
14149         variable speedbar-frame.
14151         (speedbar-use-images, speedbar-expand-image-button-alist)
14152         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
14154         (speedbar-find-image-on-load-path): Removed.  Replaced by
14155         defezimage in ezimage.el.
14156         (speedbar-expand-image-button-alist): Removed.  Replaced by
14157         ezimage-expand-image-button-alist in ezimage.el.
14159         (speedbar-ignored-directory-regexp)
14160         (speedbar-add-ignored-directory-regexp)
14161         (speedbar-ignored-directory-expressions)
14162         (speedbar-line-directory, speedbar-buffers-line-directory)
14163         (speedbar-directory-line, speedbar-buffers-line-directory):
14164         Renamed, replacing `path' with `directory'.
14166         (speedbar-create-directory, speedbar-expand-line-descendants)
14167         (speedbar-toggle-line-expansion)
14168         (speedbar-contract-line-descendants): New commands.
14170         (speedbar-query-confirmation-method, speedbar-select-frame-method)
14171         (speedbar-use-tool-tips-flag): New options.
14173         (speedbar-check-read-only, speedbar-require-version)
14174         (speedbar-insert-separator, speedbar-buffers-tail-notes)
14175         (speedbar-handle-delete-frame, speedbar-try-completion)
14176         (speedbar-update-localized-contents): New functions.
14178         (speedbar-incompatible-version, speedbar-ro-to-do-point)
14179         (speedbar-object-read-only-indicator): New variables.
14181         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
14182         New hooks.
14184         (speedbar-separator-face): New face.
14186         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
14187         (speedbar-ignored-modes): Add fundamental-mode.
14188         (speedbar-directory-unshown-regexp): Add . directories.
14190         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
14191         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
14192         `]' for full expand/close.
14193         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
14195         (speedbar-check-vc): Support hidden files.
14196         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
14197         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
14198         state is nil, it is not checked out.
14200         (speedbar-line-text, speedbar-line-token): Support expand buttons
14201         with no text.
14202         (speedbar-refresh): Universal argument acts as power-click.
14203         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
14204         that buffer to get variable values.
14206         And many other bugfixes.
14208         * dframe.el, ezimage.el, sb-image.el: New files.
14210         * sb-*.xpm: Remove files.  New image files installed into
14211         etc/images/ezimage.
14213 2005-09-30  Kenichi Handa  <handa@m17n.org>
14215         * ps-mule.el (ps-mule-show-warning): If a character is in
14216         ps-print-translation-table, don't treat it as non-printable.
14218 2005-09-30  David Ponce  <david@dponce.com>
14220         * tree-widget.el (tree-widget-themes-load-path): New variable.
14221         (tree-widget-themes-directory): Doc fix.
14222         (tree-widget-image-formats) [Emacs]: Doc fix.
14223         (tree-widget--locate-sub-directory): New function.
14224         (tree-widget-themes-directory): Use it.
14226         * recentf.el (recentf-filename-handlers): Rename from
14227         `recentf-filename-handler'.  Allow a list of functions.
14228         (recentf-menu-items-for-commands): Fix :help strings.
14229         (recentf-apply-filename-handlers): New function.
14230         (recentf-expand-file-name): Use it.
14231         (recentf-cleanup): Remove duplicates too.
14233 2005-09-29  Juri Linkov  <juri@jurta.org>
14235         * faces.el: Rearrange face definitions to be in the same order as
14236         their face descriptions in "(emacs)Standard Faces".
14238         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
14240         * tooltip.el (tooltip): Add group `basic-faces'.
14242         * buff-menu.el (Buffer-menu-buffer): Remove group
14243         `font-lock-highlighting-faces'.
14245         * progmodes/compile.el (compilation-error, compilation-warning)
14246         (compilation-info, compilation-line-number, compilation-column-number):
14247         Change group from `font-lock-highlighting-faces' to `compilation'.
14249         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14250         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
14251         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
14252         (vhdl-font-lock-reserved-words-face)
14253         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
14254         `font-lock-highlighting-faces'.
14256         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
14258 2005-09-28  Kim F. Storm  <storm@cua.dk>
14260         * emulation/cua-base.el: Set CUA move property on additional commands:
14261         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
14262         forward-sexp, backward-sexp, forward-list, backward-list.
14264 2005-09-28  Romain Francoise  <romain@orebokech.com>
14266         * comint.el (comint-show-output): Really set point at the
14267         beginning of the output when not using `comint-use-prompt-regexp'.
14269 2005-09-27  Jay Belanger  <belanger@truman.edu>
14271         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
14272         in TeX mode.
14274 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
14276         * textmodes/org.el (org-table-sum): Fix format string.
14278         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
14279         Quote face names.
14281 2005-09-26  Romain Francoise  <romain@orebokech.com>
14283         * isearch.el (isearch-forward-regexp): Close doc string.
14285 2005-09-25  Richard M. Stallman  <rms@gnu.org>
14287         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
14289         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
14291         * progmodes/compile.el (compilation-error-properties):
14292         When getting the file from the previous error message,
14293         correctly decode the new data format.
14295         * progmodes/cc-cmds.el (c-electric-paren):
14296         Call old-blink-paren only for close-paren.
14298 2005-09-24  Andreas Schwab  <schwab@suse.de>
14300         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
14301         condition.
14303 2005-09-25  Romain Francoise  <romain@orebokech.com>
14305         * dired-aux.el (dired-copy-file-recursive):
14306         * dired.el (dired-delete-file):
14307         * ediff-mult.el (ediff-dir-diff-copy-file):
14308         * ediff-util.el (ediff-test-save-region):
14309         * forms.el (forms-mode):
14310         * ido.el (ido-file-internal, ido-delete-file-at-head):
14311         * log-edit.el (log-edit-done):
14312         * ses.el (ses-yank-resize):
14313         * play/gomoku.el (gomoku-human-plays, gomoku)
14314         (gomoku-human-resigns, gomoku-prompt-for-other-game)
14315         (gomoku-offer-a-draw):
14316         * play/landmark.el (lm-human-resigns, lm):
14317         * net/eudcb-ldap.el (eudc-ldap-check-base):
14318         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
14319         * progmodes/ebrowse.el (ebrowse-find-pattern):
14320         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
14321         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
14322         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
14324         * vc.el (vc-delete-file):
14325         * play/gomoku.el (gomoku-terminate-game, gomoku)
14326         (gomoku-prompt-for-move, gomoku-human-takes-back):
14327         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
14328         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
14330 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
14332         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
14333         color rxvt terminals by using the code xterm.el used to use before
14334         2005-04-09 in order to match the colors used by rxvt.
14336 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
14338         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
14339         colors rxvt-unicode terminals by using the same code as xterm.el.
14341 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14343         * textmodes/tex-mode.el (tex-font-lock-append-prop)
14344         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
14345         new symbol used for the tex-verbatim face.
14347 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14349         * woman.el (woman-file-name):
14350         * wid-edit.el (widget-file-prompt-value)
14351         (widget-coding-system-prompt-value):
14352         * w32-fns.el (set-w32-system-coding-system):
14353         * vc.el (vc-version-diff, vc-annotate):
14354         * textmodes/reftex-auc.el (reftex-arg-cite)
14355         (reftex-arg-index-tag):
14356         * textmodes/refer.el (refer-get-bib-files):
14357         * textmodes/artist.el (artist-figlet-choose-font):
14358         * terminal.el (terminal-emulator):
14359         * replace.el (occur-read-primary-args):
14360         * rect.el (string-rectangle, string-insert-rectangle):
14361         * ps-print.el (ps-print-preprint):
14362         * progmodes/pascal.el (pascal-goto-defun):
14363         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
14364         * progmodes/compile.el (compilation-find-file):
14365         * printing.el (pr-interactive-n-up):
14366         * play/animate.el (animate-birthday-present):
14367         * net/rcompile.el (remote-compile):
14368         * man.el (man, Man-goto-section, Man-follow-manual-reference):
14369         * mail/rmailsum.el (rmail-summary-search-backward)
14370         (rmail-summary-search):
14371         * mail/rmailout.el (rmail-output-read-rmail-file-name)
14372         (rmail-output-read-file-name):
14373         * mail/rmail.el (rmail-search, rmail-search-backwards):
14374         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
14375         * locate.el (locate):
14376         * international/quail.el (quail-show-keyboard-layout):
14377         * international/mule.el (set-buffer-file-coding-system)
14378         (revert-buffer-with-coding-system, set-file-name-coding-system)
14379         (set-terminal-coding-system, set-keyboard-coding-system)
14380         (set-next-selection-coding-system):
14381         * international/mule-diag.el (describe-coding-system)
14382         (describe-font, describe-fontset):
14383         * international/mule-cmds.el (universal-coding-system-argument)
14384         (search-unencodable-char, describe-input-method)
14385         (set-language-environment, describe-language-environment):
14386         * international/codepage.el (codepage-setup):
14387         * international/code-pages.el (codepage-setup):
14388         * info.el (Info-search, Info-follow-reference)
14389         (Info-search-backward):
14390         * emacs-lisp/advice.el (ad-read-advised-function)
14391         (ad-read-advice-class, ad-clear-cache, ad-activate)
14392         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
14393         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
14394         (ad-read-regexp):
14395         * ediff-util.el (ediff-toggle-regexp-match):
14396         * ediff-ptch.el (ediff-prompt-for-patch-file):
14397         * dired-aux.el (dired-diff):
14398         * diff.el (diff):
14399         * cus-edit.el (custom-variable-prompt):
14400         * calendar/timeclock.el (timeclock-ask-for-project):
14401         * calc/calcalg3.el (calc-get-fit-variables):
14402         * calc/calc-store.el (calc-edit-variable)
14403         (calc-permanent-variable):
14404         * vc-mcvs.el (vc-mcvs-register):
14405         * shadowfile.el (shadow-define-literal-group):
14406         * woman.el (woman-file-name):
14407         * vc.el (vc-version-diff, vc-merge):
14408         * textmodes/reftex-index.el (reftex-index-complete-tag):
14409         * format.el (format-decode-buffer, format-decode-region):
14410         * emulation/viper-cmd.el (viper-read-string-with-history):
14411         * emacs-lisp/debug.el (cancel-debug-on-entry):
14412         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14413         * ediff.el (ediff-merge-revisions)
14414         (ediff-merge-revisions-with-ancestor, ediff-revision):
14415         * completion.el (interactive-completion-string-reader):
14416         * calc/calc-prog.el (calc-user-define-formula):
14417         Follow convention for reading with the minibuffer.
14419 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
14421         * progmodes/python.el (python-describe-symbol): Add globals() and
14422         locals() to the arguments of emacs.ehelp.
14424 2005-09-24  Magnus Henoch  <mange@freemail.hu>
14426         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
14427         New function, code extracted from ispell-valid-dictionary-list.
14428         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
14429         Call it.
14431 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
14433         * subr.el (version-regexp-alist): Extend valid syntax for version
14434         strings: allow any of the characters -,_,+ to separate the
14435         alpha/beta/rc part from the version part.  Doc fix.
14436         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
14438 2005-09-23  David Reitter  <david.reitter@gmail.com>
14440         * mail/mailclient.el: New file.
14442 2005-09-23  Richard M. Stallman  <rms@gnu.org>
14444         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
14445         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
14446         Doc fixes.
14448         * progmodes/cc-mode.el (c-font-lock-init):
14449         Specify font-lock-lines-before.
14451 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14453         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
14454         whole conflict.
14456 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
14458         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
14459         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
14460         of `remap' feature when available.  Additional key bindings for
14461         better tty support.
14462         (org-mode-restart, org-force-self-insert): New commands.
14463         (org-time-stamp-inactive): New command.
14464         (org-remap): New function.
14465         (org-table-auto-blank-field, org-level-color-stars-only): New options.
14466         (org-enable-fixed-width-editor): Move to `org-structure'
14467         customization group.
14468         (org-self-insert-command, orgtbl-self-insert-command): Modify to
14469         blank field after field motion commands.
14471 2005-09-23  Kenichi Handa  <handa@m17n.org>
14473         * international/mule-cmds.el (set-language-environment):
14474         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
14475         have to call utf-translate-cjk-load-tables.
14477 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14479         * mouse.el (mouse-move-drag-overlay): Fix last change.
14481 2005-09-22  David Ponce  <david@dponce.com>
14483         * tree-widget.el (tree-widget-value-create): Fix previous change.
14485 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
14487         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
14489 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14491         * mouse.el (mouse-move-drag-overlay): New function.
14492         (mouse-drag-region-1): Use it.
14493         Try to simplify a bit the state handling.  Handle clicks on links
14494         inside intangible areas.
14495         (mouse-save-then-kill): Minor simplification.
14496         (mouse-secondary-overlay): Make it always non-nil instead of
14497         recreating it each time.
14498         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
14499         (mouse-kill-secondary, mouse-secondary-save-then-kill):
14500         Simplify accordingly.
14502 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
14504         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
14506 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
14508         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
14509         (ediff-file-name-sans-prefix): Treat nil as an empty string.
14510         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
14511         to patch.
14513         * ediff-util.el: Use insert-buffer-substring.
14515         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
14517         * emulation/viper-cmd.el (viper-change-state): Don't move over the
14518         field boundaries in the minibuffer.
14519         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
14520         (viper-minibuffer-post-command-hook): New hook.
14521         (viper-line): Don't move cursor at bolp.
14523         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
14525         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
14526         avoid compiler warnings.
14528         * emulation/viper-macs.el (ex-map): Better messages.
14530         * emulation/viper-utils.el (viper-beginning-of-field): New function.
14532         * emulation/viper.el: Replace make-variable-buffer-local with
14533         viper-make-variable-buffer-local everywhere, to avoid warnings.
14535 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14537         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
14538         Delete unused var `old-selected-window'.
14539         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
14540         (mouse-drag-secondary): Delete unused var `start-frame'.
14542 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
14544         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
14546 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14548         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
14549         Re-indent within 80 columns.  Use inhibit-read-only.
14551 2005-09-19  Romain Francoise  <romain@orebokech.com>
14553         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
14555 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14557         * font-lock.el (font-lock-default-fontify-region): Don't add a line
14558         unconditionally, since the after-change-function already did it.
14560 2005-09-19  Miles Bader  <miles@gnu.org>
14562         * net/newsticker.el: Get rid of CVS keyword.
14564 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
14566         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
14567         The prompt is formatted later.
14569 2005-09-19  David Ponce  <david@dponce.com>
14571         * tree-widget.el (tree-widget-value-create): Save the converted
14572         tree :node widget.
14574 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
14576         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
14577         variable `message'.
14579 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
14581         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
14582         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
14583         <slawomir.nowaczyk.847@student.lu.se>.
14585 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
14587         * image.el (image-load-path): Use symbol `data-directory' instead
14588         of its value, for backward compatibility with packages that bind
14589         it during `find-image'.  Suggested by Katsumi Yamaoka.
14590         (image-search-load-path): Handle symbols whose values are strings.
14592 2005-09-18  Romain Francoise  <romain@orebokech.com>
14594         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
14595         with-current-buffer form in save-excursion.
14597 2005-09-18  Deepak Goel  <deego@gnufans.org>
14599         * apropos.el (apropos-command): Fix `message' call: first arg
14600         should be a format spec.  In this and all other cases that appear
14601         below and elsewhere in the source code, I made a change only when
14602         two conditions were satisfied: [1] I can think of a possibility
14603         that the arguments would cause an error, for example, the code in
14604         question relies on external variables such as filenames.  [2] I
14605         was sure that the arg to `message' could not have been nil in the code.
14607         * textmodes/tildify.el (tildify-region): Ditto.
14609         * textmodes/reftex-index.el (reftex-index-change-entry)
14610         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
14611         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
14612         * textmodes/org.el (org-complete, org-deadline, org-schedule)
14613         (org-priority, org-table-sum):
14614         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
14615         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
14616         (flyspell-word, flyspell-display-next-corrections):
14617         * textmodes/bibtex.el (bibtex-print-help-message):
14618         * textmodes/artist.el (artist-key-set-point-poly):
14619         * term/mac-win.el (mac-services-insert-text):
14620         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
14621         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
14622         (vhdl-port-paste-testbench, vhdl-compose-new-component)
14623         (vhdl-compose-configuration):
14624         * progmodes/sh-script.el (sh-blink, sh-show-indent)
14625         (sh-set-indent, sh-learn-line-indent):
14626         * progmodes/ps-mode.el (ps-mode-target-column):
14627         * progmodes/idlwave.el (idlwave-make-tags)
14628         (idlwave-scan-library-catalogs):
14629         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
14630         * progmodes/gud.el (gud-jdb-analyze-source):
14631         * progmodes/flymake.el (flymake-log):
14632         * progmodes/ebnf2ps.el (ebnf-generate-region):
14633         * progmodes/cmacexp.el (c-macro-expansion):
14634         * progmodes/ada-xref.el (ada-treat-cmd-string):
14635         * progmodes/ada-mode.el (ada-create-case-exception-substring)
14636         (ada-justified-indent-current, ada-batch-reformat):
14637         * play/zone.el (zone):
14638         * play/landmark.el (lm-move):
14639         * play/decipher.el (decipher-show-alphabet):
14640         * net/newsticker.el (newsticker--display-jump)
14641         (newsticker--display-scroll):
14642         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
14643         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
14644         * mail/feedmail.el (feedmail-dump-message-to-queue):
14645         * eshell/esh-proc.el (eshell-remove-process-entry):
14646         * emulation/ws-mode.el (ws-last-error):
14647         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
14648         (viper-record-kbd-macro):
14649         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
14650         * emacs-lisp/lisp-mnt.el (lm-report-bug):
14651         * emacs-lisp/find-func.el (find-function-noselect):
14652         * calendar/timeclock.el (timeclock-status-string)
14653         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
14654         (timeclock-when-to-leave-string):
14655         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
14656         * calc/calc-units.el (calc-enter-units-table):
14657         * calc/calc-mode.el (calc-mode-record-mode):
14658         * woman.el (woman-mini-help):
14659         * wdired.el (wdired-change-to-wdired-mode):
14660         * vc.el (vc-retrieve-snapshot):
14661         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
14662         * startup.el (display-startup-echo-area-message):
14663         * simple.el (set-goal-column):
14664         * ses.el (ses-command-hook, ses-recalculate-cell):
14665         * server.el (server-process-filter):
14666         * printing.el (pr-interface-txt-print, pr-interface-printify)
14667         (pr-interface-ps):
14668         * pcvs.el (cvs-help):
14669         * log-edit.el (log-edit, log-edit-mode-help):
14670         * iswitchb.el (iswitchb-possible-new-buffer):
14671         * isearch.el (isearch-edit-string):
14672         * image-mode.el (image-mode, image-minor-mode):
14673         * ibuf-macs.el (define-ibuffer-filter):
14674         * hi-lock.el (hi-lock-find-patterns):
14675         * files.el (toggle-read-only):
14676         * ediff-util.el (ediff-copy-diff)
14677         (ediff-write-merge-buffer-and-maybe-kill):
14678         * echistory.el (Electric-history-undefined):
14679         * dnd.el (dnd-insert-text):
14680         * dired-aux.el (dired-query):
14681         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
14682         * bookmark.el (bookmark-bmenu-locate):
14683         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
14684         Fix `message' calls to ensure first arg is a format string.
14685         The change was made only when these two conditions were satisfied:
14686         [1] when there is a possibility that the arguments would cause an error
14687         for example, if the code in question relies on external variables
14688         such as filenames, and
14689         [2] if the arg to `message' could not have been nil in the code.
14691         * pcomplete.el (pcomplete--help): Fix `message' format spec.
14692         Not having a %s would be weird, though not technically wrong.
14694 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14696         * term/mac-win.el (mac-add-charset-info): Doc fix.
14698 2005-09-17  Romain Francoise  <romain@orebokech.com>
14700         * shell.el (shell-resync-dirs): Handle echoing processes more
14701         reliably.  Don't insert resync command if `comint-process-echoes'
14702         is non-nil.
14704 2005-09-17  Magnus Henoch  <mange@freemail.hu>
14706         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
14707         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
14708         aspell versions >= 0.60.
14709         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
14710         only if ispell-aspell-supports-utf8 is non-nil.
14712 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14714         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
14715         buffer-local value to lisp-indent-function.
14717 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
14719         * progmodes/glasses.el (glasses-make-readable): If
14720         glasses-separator differs from underscore, put appropriate
14721         overlays over underscore characters.
14722         (glasses-convert-to-unreadable): If glasses-separator differs from
14723         underscore, try to convert glasses-separator characters to
14724         underscores.
14726 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14728         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
14729         Use with-syntax-table and dolist.
14731 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
14733         * textmodes/reftex-auc.el:
14734         * textmodes/reftex-cite.el:
14735         * textmodes/reftex-dcr.el:
14736         * textmodes/reftex-global.el:
14737         * textmodes/reftex-parse.el:
14738         * textmodes/reftex-ref.el:
14739         * textmodes/reftex-sel.el:
14740         * textmodes/reftex-toc.el:
14741         * textmodes/reftex-vars.el:
14742         * textmodes/reftex.el: Small changes to remove compiler warnings.
14744         * textmodes/reftex-index.el: Likewise.
14745         (reftex-query-index-phrase): More efficient use of markers.
14747 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
14749         * image.el (image-load-path): New variable.
14750         (image-search-load-path): New function.
14751         (find-image): Search for images in `image-load-path'.
14753 2005-09-15  Richard M. Stallman  <rms@gnu.org>
14755         * follow.el: Change Maintainer field.
14757 2005-09-15  David Ponce  <david@dponce.com>
14759         * recentf.el (recentf-save-file-modes): New option.
14760         (recentf-save-list): Use it.
14762 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
14764         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
14765         (mode-line-mule-info, mode-line-modified): Move bindings from
14766         mouse-3 to mouse-1.
14768 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
14770         * simple.el (sendmail-user-agent-compose): Revert last change.
14772 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14774         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
14775         Use with-current-buffer.
14776         (ange-ftp-gwp-start): Remove unused var `gw-user'.
14777         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
14778         (ange-ftp-insert-directory): Remove unused var `short'.
14779         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
14781         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
14782         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
14784         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
14785         (check-calendar-holidays, diary-list-entries): Autoload.
14786         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
14787         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
14789         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
14790         which mistakenly removed a call to display-buffer.
14792 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
14794         * obsolete/iso-insert.el: Move to obsolete/ from international/.
14796 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
14798         * progmodes/hideshow.el
14799         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
14800         (hs-allow-nesting): New user var.
14801         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
14802         (hs-hide-block-at-point): When nesting allowed,
14803         if there is already an overlay in place, delete it.
14804         (hs-safety-is-job-n): Delete func; remove call sites.
14805         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
14806         (hs-overlay-at): New func.
14807         (hs-already-hidden-p, hs-show-block): Use it.
14808         (hs-hide-all): Don't pre-clean if nesting allowed.
14809         (hs-show-all): Temporarily disallow
14810         nesting around call to `hs-discard-overlays'.
14812 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
14814         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
14815         Delete unused local var.
14817 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
14819         * help-fns.el (describe-categories): "?\ " -> "?\s".
14820         (help-do-arg-highlight): Recognize also ARG-n, as in
14821         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
14823         * international/codepage.el (dos-unsupported-char-glyph):
14824         * net/newsticker.el (tool-bar-map, w3-mode-map)
14825         (w3m-minor-mode-map):
14826         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
14827         (ent-alist):
14828         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
14830 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
14832         * custom.el (custom-push-theme): Handle the case where a symbol is
14833         bound but face properties have not yet been assigned.
14835         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
14836         Fix behavior if noerase is `t' and there is no mail buffer.
14838         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
14839         if `continue' is nil, rather than signal an error.
14841 2005-09-12  Richard M. Stallman  <rms@gnu.org>
14843         * font-lock.el (font-lock-keywords): Add autoload.
14845         * help-fns.el (describe-variable): Rearrange to put source link
14846         in a predictable place.
14848         * net/newsticker.el: New file.
14850 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14852         * calendar/calendar.el (calendar-for-loop): Add edebug info.
14853         (calendar-basic-setup): Use the new nil arg.
14854         (number-of-diary-entries): Move to diary-lib.el.
14856         * calendar/diary-lib.el: Use with-current-buffer, match-string.
14857         (diary-list-entries): Use with-syntax-table and dolist.
14858         Rename from list-diary-entries.
14859         Use number-of-diary-entries if `number' is nil.
14860         (diary, diary-view-entries): Use this new name and new nil arg value.
14861         (number-of-diary-entries): Move from calendar.el.
14862         (diary-unhide-everything): New function.
14863         (include-other-diary-files, fancy-diary-display)
14864         (diary-show-all-entries, make-diary-entry): Use it.
14865         (diary-mail-entries): Use buffer-string.
14866         (mark-diary-entries): Fix long standing paren typo.
14867         (diary-sexp-entry): Use count-lines.
14868         (make-diary-entry): Avoid `previous-line'.
14869         (diary-mode-map): New var.
14870         (diary-mode): Redraw cal after saving.  Setup header-line.
14871         (fancy-diary-display-mode): Use local-set-key.
14873         * startup.el (command-line): Try calling various terminal-init-foo-bar
14874         functions by stripping hyphenated suffixes from $TERM.
14876         * files.el (normal-mode): Check boundness of font-lock-keywords.
14878 2005-09-12  Richard M. Stallman  <rms@gnu.org>
14880         * progmodes/compile.el: Don't decide a file's directory
14881         until the user actually tries to go there.
14882         (compilation-next-error-function):
14883         Pass compilation-find-file the directory from the file-struct.
14884         (compilation-internal-error-properties): Separate local FILE-STRUCT
14885         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
14886         (compilation-find-file): Arg DIR renamed to DIRECTORY.
14887         Expand it, and if nil, use default-directory.
14888         (compilation-get-file-structure): Don't mix specified directory
14889         with default directory.  Put specified directory into
14890         file-struct.  Don't make the file name absolute.
14892         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14893         (compile-command): Add autoload.
14894         (compilation-disable-input): Add autoload.
14896 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
14898         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
14899         strings of the variables it can override.
14900         (time-stamp): New (as yet undocumented) time-stamp-format escapes
14901         %Q and %q, for fully-qualified domain name and unqualified host name.
14903 2005-09-11  Kim F. Storm  <storm@cua.dk>
14905         * emacs-lisp/authors.el (authors-aliases): Update list.
14906         (authors-fixed-entries): Update mldrag.el entry.
14908 2005-09-10  Alan Mackenzie  <acm@muc.de>
14910         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
14911         from the region narrowed to.
14913 2005-09-10  Magnus Henoch  <mange@freemail.hu>
14915         * textmodes/ispell.el (ispell-check-version): Signal an error if
14916         aspell version is less than 0.60.
14918 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
14920         * progmodes/octave-inf.el (inferior-octave-startup):
14921         Resync current dir at the end.
14923 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
14925         * woman.el (woman-topic-at-point-default):
14926         Rename to woman-use-topic-at-point-default.
14927         (woman-topic-at-point): Rename to woman-use-topic-at-point.
14928         (woman-file-name): Reflect renames above.  Automatically use the
14929         word at point as topic if woman-use-topic-at-point is non-nil.
14930         Otherwise offer it as default but don't insert it in the
14931         minibuffer.  Also use `test-completion' instead of `assoc' as
14932         suggested by Stefan Monnier.
14934 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
14936         * vc.el (vc-directory, vc-update-change-log): Throw an error on
14937         the attempt to do it over Tramp.  This is not yet supported.
14939 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
14941         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14942         (menu-bar-non-minibuffer-window-p): New functions.
14943         ("Split Window", "Save As..."): Use them.
14944         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
14945         ("Print Buffer", "Truncate Long Lines in this Buffer"):
14946         Use menu-bar-menu-frame-live-and-visible-p.
14947         ("Save Buffer", "Insert File", "Open Directory...")
14948         ("Open File...", "Visit New File..."):
14949         Use menu-bar-non-minibuffer-window-p.
14950         (kill-this-buffer-enabled-p, dired <menu-enable>):
14951         Use menu-bar-non-minibuffer-window-p.
14953 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
14955         * cus-start.el (all): Don't complain about fringe-related
14956         built-ins if fringes are not supported.  Ditto about
14957         selection-related built-ins.  Fix the test for GTK-related built-ins.
14959         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
14960         ("Postscript Print Buffer", "Print Region", "Save As...")
14961         ("Save", "Insert File...", "Open Directory...")
14962         ("Open File...", "Visit New File..."")
14963         ("Truncate Long Lines in this Buffer"): Don't look at
14964         menu-updating-frame if this display does not support multiple frames.
14966 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
14968         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
14970 2005-09-09  Emilio Lopes  <eclig@gmx.net>
14972         * woman.el: Format- and whitespace-related changes.
14974 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
14976         * woman.el: Fix my email address.
14978 2005-09-08  Richard M. Stallman  <rms@gnu.org>
14980         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
14981         (sh-mode): Locally set skeleton-pair-default-alist.
14983         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
14985         * progmodes/flymake.el: Require `compile' unconditionally.
14987         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
14989         * woman.el (woman-file-name): Provide a default, not initial input.
14991         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
14993         * font-lock.el (font-lock-support-mode): Doc fix.
14995         * descr-text.el (describe-property-list): Handle non-symbol prop names.
14997 2005-09-08  Richard M. Stallman  <rms@gnu.org>
14999         * simple.el (blink-matching-open): Get rid of text props from
15000         the string shown in echo area.  Don't permanently set point.
15001         Some rearrangements.
15003 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15005         * recentf.el (recentf-filename-handler): Add custom choice
15006         `abbreviate-file-name'.
15008         * msb.el (msb--very-many-menus): Fix typo.
15010         * disp-table.el (standard-display-european): Don't set
15011         enable-multibyte-characters to nil.
15013 2005-09-08  David Ponce  <david@dponce.com>
15015         * recentf.el (recentf-show-file-shortcuts-flag): New option.
15016         (recentf-expand-file-name): Doc fix.
15017         (recentf-dialog-mode-map): Define digit shortcuts.
15018         (recentf--files-with-key): New variable.
15019         (recentf-show-digit-shortcut-filter): New function.
15020         (recentf-open-files-items): New function.
15021         (recentf-open-files): Use it.
15022         (recentf-open-file-with-key): New command.
15024 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
15026         * buff-menu.el (Buffer-menu-sort-by-column): New function.
15027         Suggested by Kim F. Storm.
15028         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
15029         (Buffer-menu-make-sort-button): Use global keymap.
15031 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
15033         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
15034         (Man-getpage-in-background-advice): Remove defadvice; it isn't
15035         necessary any longer with the remapped command.
15036         (Man-bgproc-sentinel-advice): Remove defadvice which counts
15037         formatting time only.
15039         * net/tramp.el (tramp-action-password)
15040         (tramp-multi-action-password): Compile the password prompt from
15041         `method', `user' and `host'.  Sometimes it isn't obvious which
15042         password to enter, for example with remote files offered by
15043         recentf.el, or with multiple steps.  Suggested by Robert Marshall
15044         <robert@chezmarshall.freeserve.co.uk>.
15046 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15048         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15049         Fix regexp for when "s///" is at the beginning of line.
15051 2005-09-07  Jay Belanger  <belanger@truman.edu>
15053         * calc/calc-poly.el (math-expand-term): Multiply out any powers
15054         when in matrix mode.
15056 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15058         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
15059         non-anonymous functions.
15061 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
15063         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
15064         when using a header line.  Otherwise, use mouse-1-click-follows-link.
15066         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
15067         can't be moved; don't signal an error.
15069 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
15071         * cus-theme.el (custom-theme-write-faces): Save the current face
15072         spec, not the defface spec.
15074         * custom.el (custom-known-themes): Clarify meaning of "standard".
15075         (custom-push-theme): Save old values in the standard theme.
15076         (disable-theme): Correct typo.
15077         (custom-face-theme-value) Deleted unused function.
15078         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
15080 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15082         * progmodes/compile.el (compilation-goto-locus): Take into account
15083         iconified frames when determining whether the buffer is
15084         already visible.
15085         Don't reset window height if the window already existed.
15087 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
15089         * custom.el (load-theme): Rename from require-theme.
15090         Add interactive spec.
15091         (enable-theme): Rename from custom-enable-theme.
15092         Add interactive spec.
15093         (disable-theme): Rename from custom-disable-theme.
15094         Add interactive spec.
15095         (custom-make-theme-feature): Doc fix.
15096         (custom-theme-directory): Doc fix.
15097         (provide-theme): Call enable-theme.
15099 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15101         * obsolete/lazy-lock.el (lazy-lock-mode):
15102         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
15103         font-lock-mode if it's off.  Print a warning instead.
15105         * progmodes/compile.el (compilation-start): Ignore errors if the
15106         process died before we get to send-eof.
15108         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
15109         Undo last change.  Enclosing the result in quotes broke things on Unix
15110         since tex-send-command passes it through shell-quote-argument.
15111         (tex-send-command): Pass `file' through convert-standard-filename
15112         when possible.
15113         (tex-uptodate-p): Handle the case where TeX hasn't put additional
15114         info in a transcript.
15116 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
15118         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
15119         fix compilation warning.  Reorder the key definitions to group
15120         together keys emitted by the current version of xterm.
15122         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
15123         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
15124         Reorder predicates to correct min-color usage.
15126 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
15128         * longlines.el (longlines-mode): Inhibit read-only when encoding.
15129         Kill local variables when longlines-mode is turned off.
15131 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15133         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
15135         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
15137         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
15139         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
15140         (font-lock-lines-before): Change default to being inactive.
15141         (font-lock-default-fontify-region): Obey font-lock-lines-before.
15142         (font-lock-after-change-function): Don't handle f-l-lines-before here.
15144 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
15146         * net/tramp.el (tramp-handle-make-auto-save-file-name):
15147         Deactivate temporarily advice if active (not needed for Emacs 22,
15148         but for backwards compatibility).
15149         (tramp-exists-file-name-handler): Rewrite.  First implementation
15150         was too simple.
15151         (tramp-advice-make-auto-save-file-name):
15152         Call `tramp-handle-make-auto-save-file-name' (again, just for
15153         backwards compatibility).
15155 2005-08-31  Reto Zimmermann  <reto@gnu.org>
15157         * progmodes/vhdl-mode.el
15158         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
15159         (vhdl-end-p): Fix indentation bug "else" after "-- when".
15160         (vhdl-set-default-project): New function (easier setting of default).
15161         (vhdl-port-copy): Handle extended identifiers for generics.
15162         (vhdl-compiler-alist): Better description for error message regexp.
15163         (vhdl-make): Query for target, use previous as default.
15164         (vhdl-port-copy): Fix port copy for port names starting with "signal".
15165         (vhdl-font-lock-keywords-2): Fix fontification for record
15166         el. assign.
15167         (vhdl-speedbar-make-subpack-line): Add package body link.
15168         (vhdl-generate-makefile-1): Not include itself as dependency.
15169         (vhdl-font-lock-init): Highlight c-preprocessor directives.
15170         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
15171         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
15172         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
15173         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
15174         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
15175         (vhdl-import-project): Add string argument for `error'.
15176         (vhdl-compose-configuration)
15177         (vhdl-compose-configuration-architecture): Add configuration
15178         declaration generation.
15179         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
15180         (vhdl-trailer-re): Add "record" keyword (better indentation).
15181         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
15182         "[^ \t-\"]+".
15183         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
15184         (vhdl-testbench-entity-file-name)
15185         (vhdl-testbench-architecture-file-name): Allow separate
15186         customization of testbench file names.
15187         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
15188         (vhdl-get-visible-signals): Allow newline within alias declaration.
15189         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
15190         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
15191         (member-ignore-case): Alias for missing function in XEmacs.
15192         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
15193         (vhdl-update-sensitivity-list): Ignore case on read signals.
15194         (vhdl-replace-string): Adjust case only for file names.
15195         (vhdl-update-sensitivity-list): Fix search for read signals.
15196         (vhdl-update-sensitivity-list): Exclude formal parameters.
15197         (vhdl-get-visible-signals): Include aliases of signals.
15198         (vhdl-get-visible-signals): Fix signal name searching.
15199         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
15200         (vhdl-fixup-whitespace-region): Fix for character
15201         literals (e.g. `:').
15203 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15205         * ansi-color.el (comint-last-output-start):
15206         * bs.el (font-lock-verbose):
15207         * diff-mode.el (add-log-buffer-file-name-function):
15208         * dired-x.el (vm-folder-directory):
15209         * faces.el (help-xref-stack-item):
15210         * files.el (font-lock-keywords):
15211         * find-lisp.el (dired-buffers, dired-subdir-alist):
15212         * ido.el (cua-inhibit-cua-keys):
15213         * log-view.el (cvs-minor-wrap-function):
15214         * outline.el (font-lock-warning-face):
15215         * simple.el (compilation-current-error):
15216         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
15217         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
15218         * tooltip.el (comint-prompt-regexp):
15219         * w32-fns.el (explicit-shell-file-name):
15220         * term/mac-win.el (mac-charset-info-alist)
15221         (mac-services-selection, mac-system-script-code):
15222         * term/tty-colors.el (msdos-color-values):
15223         * term/w32-win.el (xlfd-regexp-registry-subnum):
15224         * term/x-win.el (x-keysym-table, x-selection-timeout)
15225         (x-session-id, x-session-previous-id):
15226         * textmodes/ispell.el (mail-yank-prefix):
15227         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
15228         * textmodes/org.el (calc-embedded-close-formula)
15229         (calc-embedded-open-formula)
15230         (font-lock-unfontify-region-function):
15231         * textmodes/reftex-global.el (isearch-next-buffer-function)
15232         (TeX-master):
15233         * textmodes/reftex.el (font-lock-keywords):
15234         * textmodes/tex-mode.el (font-lock-comment-face)
15235         (font-lock-doc-face):
15236         * textmodes/texinfo.el (outline-heading-alist):
15237         Add defvars.
15239         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
15240         (artist-spray-chars, artist-mode-init, artist-replace-string)
15241         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
15242         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
15243         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
15245         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
15246         (conf-align-assignments): "?\ " -> "?\s".
15248         * textmodes/reftex-index.el (TeX-master): Add defvar.
15249         (reftex-index-phrases-marker): Move up defvar.
15251         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
15252         (reftex-toc-include-labels-indicator)
15253         (reftex-toc-include-index-indicator)
15254         (reftex-toc-max-level-indicator): Move up declarations.
15256         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
15257         of args to `tramp-run-real-handler', even if it's empty in this case.
15259 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15261         * dired.el (dired-move-to-filename-regexp): Add date format for
15262         Mac OS X 10.3 in East Asian locales.
15264 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
15266         * files.el (make-auto-save-file-name): Add file name handler call
15267         if applicable.
15269         * net/tramp.el (tramp-file-name-handler-alist)
15270         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
15271         (tramp-handle-make-auto-save-file-name): Rename from
15272         `tramp-make-auto-save-file-name'.
15273         (tramp-exists-file-name-handler): New defun.
15274         (tramp-advice-make-auto-save-file-name): Make defadvice only when
15275         `make-auto-save-file-name' is not a magic file name operation.
15277 2005-08-30  Richard M. Stallman  <rms@gnu.org>
15279         * files.el (risky-local-variable-p):
15280         Match `-predicates' and `-commands.
15282         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
15283         (custom-save-all): Visit the file if necessary;
15284         kill the buffer if we created it.
15285         (custom-save-delete): Don't visit file or kill buffer here.
15287 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
15289         * textmodes/org.el (org-special-keyword): New face.
15290         (org-table-copy-down, org-table-eval-formula)
15291         (org-table-recalculate, org-init-section-numbers):
15292         Use `string-to-number' instead of `string-to-int'.
15293         (org-get-location): Use `insert-buffer-substring' instead of
15294         `insert-buffer'.
15295         (org-modify-diary-entry-string): New function.
15296         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
15297         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
15298         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
15299         active region.
15300         (org-export-as-html): Handle QUOTE keyword.
15301         (org-quote-string): New option.
15302         (org-bookmark-jump-unhide): New function, used for
15303         `bookmark-after-jump-hook'.
15304         (org-diary-default-entry): Apply only when not called through
15305         `org-agenda'.
15307 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
15309         * net/eudc.el (mode-popup-menu):
15310         * play/handwrite.el (ps-printer-name, ps-lpr-command):
15311         * progmodes/ada-mode.el (compile-auto-highlight)
15312         (skeleton-further-elements):
15313         * progmodes/autoconf.el (font-lock-syntactic-keywords):
15314         * progmodes/cmacexp.el (msdos-shells):
15315         * progmodes/compile.el (font-lock-extra-managed-props)
15316         (font-lock-keywords, font-lock-maximum-size)
15317         (font-lock-support-mode):
15318         * progmodes/grep.el (font-lock-lines-before):
15319         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
15320         * progmodes/mixal-mode.el (compile-command):
15321         * progmodes/perl-mode.el (font-lock-comment-face)
15322         (font-lock-doc-face, font-lock-string-face):
15323         * progmodes/prolog.el (comint-prompt-regexp):
15324         * progmodes/sh-script.el (font-lock-comment-face)
15325         (font-lock-set-defaults, font-lock-string-face):
15326         * progmodes/sql.el (font-lock-keyword-face)
15327         (font-lock-set-defaults, font-lock-string-face):
15328         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
15329         (itimer-version, lazy-lock-defer-contextually)
15330         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
15331         Add defvars.
15333         * progmodes/cperl-mode.el (cperl-electric-lbrace)
15334         (cperl-electric-keyword, cperl-electric-pod)
15335         (cperl-electric-backspace, cperl-forward-re)
15336         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
15337         (vc-rcs-header, vc-sccs-header): Add defvars.
15339         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
15340         (font-lock-syntactic-keywords, gud-find-expr-function):
15341         Add defvars.
15343         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
15344         (gdb-frame-parameters): Declare before use.
15346         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
15347         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
15348         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
15349         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
15351         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
15352         (idlwave-help-with-source): Use `insert-buffer-substring', not
15353         `insert-buffer'.
15355 2005-08-29  Juri Linkov  <juri@jurta.org>
15357         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
15358         Put outline-back-to-heading function call inside save-excursion.
15360 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
15362         * man.el (Man-init-defvars, Man-translate-references)
15363         (Man-support-local-filenames, Man-highlight-references):
15364         * progmodes/sql.el (sql-interactive-mode):
15365         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
15367         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
15368         (compilation-mode-font-lock-keywords): Add defvars.
15369         (checkdoc-interactive-loop): "?\ " -> "?\s".
15371         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
15372         (font-lock-doc-face, font-lock-string-face)
15373         (font-lock-keywords-case-fold-search): Add defvars.
15374         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
15376         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
15377         Don't pass X and Y (they are ignored anyway).
15378         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
15379         (mouse-delete-window): Make arguments optional.
15381         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
15382         (caesar-translate-table, minor-modes, news-buffer-save)
15383         (news-group-name, news-minor-modes): Add defvars.
15385         * emacs-lisp/lselect.el (mouse-highlight-priority)
15386         (x-lost-selection-functions, zmacs-regions):
15387         * emacs-lisp/pp.el (font-lock-verbose):
15388         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
15389         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
15390         (ses-mode-map):
15391         * emacs-lisp/tcover-unsafep.el (safe-functions):
15392         * international/mule-cmds.el (mac-system-coding-system)
15393         (mac-system-locale):
15394         * language/ethio-util.el (rmail-current-message)
15395         (rmail-message-vector):
15396         * language/thai-util.el (thai-auto-composition-mode):
15397         * mail/metamail.el (rmail-current-message, rmail-message-vector):
15398         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
15399         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
15400         (vm-primary-inbox, vm-spool-files):
15401         * mail/rmail.el (deleted-head, font-lock-fontified)
15402         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
15403         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
15404         (total-messages):
15405         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
15406         (rmail-summary-mode-map):
15407         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
15408         (rmail-last-label, rmail-last-multi-labels)
15409         (rmail-summary-vector, rmail-total-messages):
15410         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
15411         * mail/rmailsum.el (msgnum):
15412         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
15413         (rmail-current-message):
15414         * obsolete/fast-lock.el (font-lock-face-list):
15415         * obsolete/rnewspost.el (mail-reply-buffer):
15416         * obsolete/scribe.el (compile-command):
15417         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
15419 2005-08-28  John Paul Wallington  <jpw@gnu.org>
15421         * ibuf-ext.el (ibuffer-auto-update-changed):
15422         Use `frame-or-buffer-changed-p' to check whether we need to update.
15423         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
15424         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
15425         as a `frame-or-buffer-changed-p' state vector instead.
15427 2005-08-27  Romain Francoise  <romain@orebokech.com>
15429         * textmodes/makeinfo.el (makeinfo-compile):
15430         Use `compilation-start'.  Set `next-error-function' according to
15431         `disable-errors'.
15432         (makeinfo-next-error): New function.
15433         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
15434         (makeinfo-buffer): Likewise.
15436         * progmodes/compile.el (compilation-start): Add autoload cookie.
15438         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
15439         * textmodes/sgml-mode.el: Likewise.
15440         * progmodes/python.el: Likewise.
15442 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
15444         * simple.el (blink-matching-paren-distance): Document the meaning
15445         of nil value, and allow to customize to nil.
15447         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
15448         command.com, not command.exe.
15450 2005-08-26  John Wiegley  <johnw@newartisans.com>
15452         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
15453         code around a bit so that an extraneous nil argument is not added
15454         to a command when no args are given.
15456         * eshell/esh-arg.el (eshell-parse-double-quote): If a
15457         double-quoted argument resolves to nil, return it as an empty
15458         string rather than as nil.  This made it impossible to pass "" to
15459         a shell script as a null string argument.
15461 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15463         * outline.el (outline-invent-heading): New fun.
15464         (outline-promote, outline-demote): Use it.
15465         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
15466         (outline-end-of-subtree): Remove unused var `opoint'.
15468 2005-08-26  David Reitter  <david.reitter@gmail.com>
15470         * menu-bar.el (truncate-lines, write-file, print-buffer)
15471         (ps-print-buffer-faces, ps-print-buffer, split-window):
15472         Disable menu items when the frame they refer to is invisible, or when
15473         they refer to a buffer and the minibuffer is selected.
15475 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
15477         * progmodes/flymake.el (flymake-highlight-err-lines):
15478         Use save-excursion around flymake-highlight-line to preserve point.
15480 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
15482         * progmodes/octave-mod.el: Change Author and Maintainer address.
15483         (octave-maintainer-address): Change Kurt's email address.
15484         * progmodes/octave-inf.el: Change Author and Maintainer address.
15485         * progmodes/octave-hlp.el: Change Author and Maintainer address.
15487 2005-08-26  Kim F. Storm  <storm@cua.dk>
15489         * subr.el (version-list-<, version-list-<=, version-list-=):
15490         Rename from integer-list-*.
15491         (version-list-not-zero): Likewise.  Fix while loop.
15492         (version=): Use version-list-= instead of string-equal.
15494 2005-08-26  Richard M. Stallman  <rms@gnu.org>
15496         * outline.el (outline-promote): Try shortening the heading.
15497         As last resort, read the heading to use.
15498         (outline-demote): As last resort, read the heading to use.
15500 2005-08-26  Romain Francoise  <romain@orebokech.com>
15502         * progmodes/compile.el (compilation-start): Doc fix.
15504         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
15505         (antlr-font-lock-additional-keywords): Fix reference to
15506         `antlr-font-lock-literal-regexp' erroneously changed during the
15507         mass face rename.
15508         (antlr-run-tool): Use `compilation-start'.
15510         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
15511         instead of the obsolete `compile-internal'.
15513 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
15515         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
15516         (number, original-date):
15517         * calendar/cal-china.el (date):
15518         * calendar/cal-coptic.el (date):
15519         * calendar/cal-french.el (date):
15520         * calendar/cal-hebrew.el (date, entry, number, original-date):
15521         * calendar/cal-islam.el (date, number, original-date):
15522         * calendar/cal-iso.el (date):
15523         * calendar/cal-julian.el (date):
15524         * calendar/cal-mayan.el (date):
15525         * calendar/cal-menu.el (date, event):
15526         * calendar/cal-persia.el (date):
15527         * calendar/lunar.el (date):
15528         * calendar/solar.el (date): Add defvars.
15530         * emerge.el:
15531         * ibuffer.el:
15532         * info-xref.el:
15533         * obsolete/bg-mouse.el:
15534         * obsolete/sun-curs.el:
15535         * obsolete/swedish.el: Move the `defvar's to the top level.
15537         * smerge-mode.el (smerge-refined-change): Add :group.
15539 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15541         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
15542         (smerge-keep-n): Remove props.
15543         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
15544         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
15545         now that it's done in smerge-keep-n.
15546         (smerge-refined-change): New face.
15547         (smerge-refine-chopup-region, smerge-refine-highlight-change)
15548         (smerge-refine): New funs.
15549         (smerge-basic-map): Bind smerge-refine.
15551 2005-08-25  Juri Linkov  <juri@jurta.org>
15553         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
15554         compilation-process-setup-function and compilation-disable-input
15555         in grep-mode instead of let-bindings in grep.
15557         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
15558         Delete "Automatic File De/compression" (auto-compression-mode).
15560 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
15562         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
15563         Silence warning about non-existent variable.
15565 2005-08-25  Richard M. Stallman  <rms@gnu.org>
15567         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
15568         Rename "Describe Key" to "Describe Key or Mouse Operation".
15570         * mail/mailalias.el (build-mail-aliases): Delete comments
15571         from the contents before processing them.
15573         * isearch.el (isearch-edit-string): Erase the Search prompt
15574         if user enters an empty string and there is no default.
15576         * comint.el (comint-file-name-prefix): Add autoload.
15578 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
15580         * subr.el (play-sound): Rearrange to avoid warning.
15582 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
15584         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
15585         New hook.
15586         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
15588 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15590         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
15592         * custom.el (custom-theme-set-variables): Sort minor modes last.
15594 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15596         * subr.el (version-separator, version-regexp-alist): New vars used by
15597         version comparison funs.
15598         (integer-list-<, integer-list-=, integer-list-<=)
15599         (integer-list-not-zero): New funs for integer list comparison.
15600         (version-to-list, version=, version<, version<=): New funs for version
15601         comparison.
15603 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
15605         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
15606         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
15607         time to silence the byte-compiler.
15609         * ibuffer.el (ibuffer-compile-make-eliding-form)
15610         (ibuffer-check-formats): Use `with-no-warnings' to hide references
15611         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
15612         so it's silly to get warnings for it).
15613         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
15614         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
15615         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
15616         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
15617         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
15618         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
15619         Defvar at compile time.
15620         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
15621         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
15622         Declare them before use.
15624         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
15625         (info-xref-good, info-xref-bad): Defvar at compile time.
15627         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
15628         Use `let*' instead of `let'.
15630         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
15631         (*mouse-y*, menu, char): Defvar at compile time.
15632         (sc::menu): Declare it before use.
15633         (sc::pack-one-line): Use `let', not `let*'.
15635         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
15636         (mail-send-hook): Defvar at compile time.
15638         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
15639         Defvar at compile time.
15641         * term/sun-mouse.el (current-global-mousemap)
15642         (current-local-mousemap): Declare them before use.
15644 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
15646         * bookmark.el (bookmark-after-jump-hook): New hook.
15647         (bookmark-jump): Run `bookmark-after-jump-hook'.
15649 2005-08-23  Juri Linkov  <juri@jurta.org>
15651         * faces.el (minibuffer-prompt): Doc fix.
15653 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
15655         * progmodes/xscheme.el: Trivial changes to silence warnings.
15656         (xscheme-previous-mode, xscheme-previous-process-state):
15657         Add defvars.
15658         (xscheme-last-input-end, xscheme-process-command-line)
15659         (xscheme-process-name, xscheme-buffer-name)
15660         (xscheme-expressions-ring-max, xscheme-expressions-ring)
15661         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
15662         (xscheme-control-g-synchronization-p)
15663         (xscheme-control-g-disabled-p, xscheme-string-receiver)
15664         (default-xscheme-runlight, xscheme-runlight)
15665         (xscheme-runlight-string, xscheme-process-filter-state)
15666         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
15667         Move to beginning of file.
15668         (scheme-interaction-mode-commands-alist)
15669         (scheme-interaction-mode-map, scheme-debugger-mode-map):
15670         Declare them before use.  Note: the initialization code for the variables
15671         has not been moved because it uses functions that reference the variables.
15672         (xscheme-control-g-message-string, xscheme-process-filter-alist)
15673         (xscheme-prompt-for-expression-map): Declare them before use.
15674         (scheme-debugger-mode-commands): "?\ " -> "?\s".
15676 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
15678         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
15680 2005-08-22  Juri Linkov  <juri@jurta.org>
15682         * faces.el (set-face-underline): Delete this duplicate function
15683         and make an obsolete alias to set-face-underline-p.
15684         (set-face-underline-p): Use docstring of set-face-underline.
15685         (describe-face): Create hyperlink to parent face.
15687         * info.el (Info-insert-dir): Use save-excursion around
15688         insert-buffer-substring.
15689         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
15690         (Info-escape-percent): Delete function.
15691         (Info-fontify-node): Replace Info-escape-percent by
15692         replace-regexp-in-string with REP arg set to lambda that
15693         duplicates `%' and preserves text properties.
15695         * progmodes/compile.el (compilation-disable-input): Doc fix.
15696         (define-compilation-mode): Doc fix and refill.
15697         (kill-compilation): Use `mode-name' in the error message.
15698         (compilation-find-file): Use `compilation-error' in the
15699         read-file-name's prompt.
15701 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15703         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
15704         (smerge-auto-leave): Make undo re-enable the mode.
15705         (debug-ignored-errors): Add the user-error of impossible resolution.
15706         (smerge-resolve): Move things around a bit, in preparation for later.
15707         (smerge-diff): Don't fail if the buffer has no associated file.
15708         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
15709         (smerge-conflict-overlay): New function.
15710         (smerge-match-conflict): Don't add text properties here.
15711         (smerge-find-conflict): Instead, add an overlay here.
15712         Also check for the case where we're inside a conflict already, so as to
15713         obviate the need for font-lock-multiline, which is unbearably slow with
15714         large conflicts and ciomplex font-lock patterns.
15715         (smerge-remove-props): Remove overlay rather than text-properties.
15716         (smerge-mode): Don't set font-lock-multiline.
15717         Remove overlays when turned off.
15719 2005-08-21  Kim F. Storm  <storm@cua.dk>
15721         * ido.el (ido-ignore-item-p): Use save-match-data.
15722         Bind case-fold-search to ido-case-fold locally.
15724 2005-08-20  Richard M. Stallman  <rms@gnu.org>
15726         * files.el (normal-mode): If font lock is on, turn it off and on.
15728         * subr.el (replace-regexp-in-string): Doc fix.
15730         * startup.el (command-line-1): Don't suppress startup screen
15731         due to existing processes.
15733         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
15735         * progmodes/compile.el (compilation-disable-input): Default to nil.
15737 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15739         * progmodes/compile.el (compilation-disable-input): New defcustom.
15740         (compilation-start): If compilation-disable-input is non-nil, send
15741         EOF to the compilation process.
15743 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
15745         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
15746         Run the argument of tex-shell-cd-command through
15747         convert-standard-filename, to get the correct style of slashes on
15748         Windows, and enclose the result in quotes, in case the file name
15749         includes whitespace or other special characters.
15751 2005-08-19  Andreas Schwab  <schwab@suse.de>
15753         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
15754         process.
15756 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
15758         * cus-start.el (minibuffer-prompt-properties): Correct typo.
15760 2005-08-18  Kim F. Storm  <storm@cua.dk>
15762         * scroll-lock.el: Fix errors due to incorrect line wrapping.
15764 2005-08-18  Richard M. Stallman  <rms@gnu.org>
15766         * scroll-lock.el: New file.
15768 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
15770         * dired.el (dired-move-to-end-of-filename):
15771         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
15773 2005-08-18  Kim F. Storm  <storm@cua.dk>
15775         * ido.el (ido-everywhere): Fix defcustom :set function to disable
15776         rather than toggle mode when custom value is nil.
15777         (ido-everywhere): Fix defun doc string.
15779 2005-08-17  Richard M. Stallman  <rms@gnu.org>
15781         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
15782         as tag instead of "Inviolable".
15784 2005-08-17  Kim F. Storm  <storm@cua.dk>
15786         * windmove.el (windmove-coordinates-of-position): Remove.
15787         (windmove-coordinates-of-window-position): Remove.
15788         (windmove-reference-loc): Use posn-at-point instead.
15790         * subr.el (insert-for-yank-1): Doc fix.
15792         * ido.el (ido-enter-matching-directory): Rename from
15793         ido-enter-single-matching-directory.  Change `slash' choice to
15794         `only'.  Add `first' choice.
15795         (ido-exhibit): Adapt to above changes.
15797 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
15799         * Makefile.in: Expand comment about building loaddefs.el.
15801 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
15803         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
15804         Comment use of defadvice.
15806         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
15808 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
15810         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
15811         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
15812         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
15813         * progmodes/idlw-shell.el, progmodes/ld-script.el,
15814         * progmodes/which-func.el, ruler-mode.el, strokes.el,
15815         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
15816         for backward compatibility for faces that did not appear in the
15817         previous Emacs release.
15819         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
15821 2005-08-15  Kim F. Storm  <storm@cua.dk>
15823         * emulation/cua-base.el (cua-delete-region): Return t if
15824         deleted region was non-empty.
15825         (cua-replace-region): Inhibit overwrite-mode for
15826         self-insert-command if replaced region was non-empty.
15827         (cua--explicit-region-start, cua--status-string): Make them
15828         buffer-local at top-level...
15829         (cua-mode): ...rather than when mode is enabled.
15831 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
15833         * progmodes/vhdl-mode.el (vhdl-emacs-21):
15834         Set t for Emacs 21, 22, and so on.
15836 2005-08-15  David Ponce  <david@dponce.com>
15838         * tree-widget.el: Update Commentary header.
15839         (tree-widget-theme): Doc fix.
15840         (tree-widget-space-width): New option.
15841         (tree-widget-image-properties): Look up in the default theme too.
15842         (tree-widget--cursors): Only for images with arrow pointer shape.
15843         (tree-widget-lookup-image): Pointer shape is hand by default.
15844         (tree-widget-icon): Rename generic icon widget from
15845         `tree-widget-control'.
15846         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
15847         derive from `tree-widget-icon'.
15848         (tree-widget-handle): Improve default look and feel of the text
15849         representation.
15850         (tree-widget): Rename :*-control properties to :*-icon properties.
15851         Add :action and :help-echo properties.
15852         (tree-widget-after-toggle-functions): Move.
15853         (tree-widget-close-node, tree-widget-open-node): Remove.
15854         (tree-widget-before-create-icon-functions): New hook.
15855         (tree-widget-value-create): Update to allow customization of icons
15856         and nodes at run-time via that new hook.
15857         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
15858         (tree-widget-icon-action, tree-widget-icon-help-echo)
15859         (tree-widget-action, tree-widget-help-echo): New functions.
15861 2005-08-15  Kim F. Storm  <storm@cua.dk>
15863         * ido.el (ido-buffer-internal): Use with-no-warnings.
15864         (ido-make-merged-file-list): Use while-no-input.
15866 2005-08-15  Richard M. Stallman  <rms@gnu.org>
15868         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
15869         (flyspell-large-region): Fix doc and custom type.
15871 2005-08-14  Richard M. Stallman  <rms@gnu.org>
15873         * files.el (interpreter-mode-alist): Doc fix.
15875         * mail/rmail.el (rmail-nonignored-headers): New variable.
15876         (rmail-clear-headers): Use it.
15877         (rmail-reply): Better handling of mail-followup-to header.
15879         * progmodes/sh-script.el (sh-font-lock-keywords-var):
15880         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
15881         don't try to refer to executable-font-lock-keywords.
15882         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
15883         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
15884         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
15885         (sh-mode): Set comment-start-skip, local-abbrev-table,
15886         imenu-case-fold-search.
15887         (sh-set-shell): Don't set them here.
15888         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
15889         Don't cache the results in the original alist; don't ever modify
15890         that alist.
15892         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
15894         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
15895         empty.
15897 2005-08-15  Andreas Schwab  <schwab@suse.de>
15899         * desktop.el: Put autoload cookie at risky-local-variable declarations.
15901         * dired.el, info.el, mail/rmail.el: Revert last change.
15903 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
15905         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
15906         modification in `eval-after-load' form.
15907         * info.el: Likewise.
15908         * mail/rmail.el: Likewise.
15910 2005-08-14  Juri Linkov  <juri@jurta.org>
15912         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15913         Remove highlighting of "Compilation started".  Highlight only
15914         the word "finished" in "Compilation finished".  Add highlighting
15915         of "interrupt", "killed", "terminated" and the exit code.
15916         (compilation-start): Add newline after header.  Use exactly the
15917         same time stamp format as the finishing message.
15918         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
15920         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
15921         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
15922         Add highlighting of "interrupt", "killed", "terminated".
15924         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
15925         enabled and the current command is self-insert-command, call it
15926         explicitly with overwrite-mode bound to nil, to not allow it
15927         to delete the character after the selected region.
15929 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
15931         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
15932         move-end-of-line, end-of-line, and beginning-of-line to the list
15933         of commands after which the echo area is updated.
15935 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
15937         * cus-edit.el (custom-save-all, custom-save-delete):
15938         Bind recentf-exclude to exclude custom-file.
15940 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
15942         * mail/rmailsum.el (rmail-summary-end-of-message): New command
15943         to go to the bottom of the mail message.  Added to
15944         `rmail-summary-mode-map' with key "/".
15945         (rmail-summary-show-message): New (internal) function for use by
15946         both `rmail-summary-beginning/end-of-message'.
15947         (rmail-summary-beginning-of-message): Change to use
15948         rmail-summary-show-message.
15950         * mail/rmail.el (rmail-end-of-message): New command to go to the
15951         end of the current message.  Added to `rmail-mode-map' with key "/".
15952         (rmail-beginning-of-message): Fix to work as documented.
15953         (rmail-mode): Change documentation.
15955         * progmodes/compile.el (compilation-start): Add the line
15956         "Compilation started" with compilation start time.
15957         (compilation-mode-font-lock-keywords): Add `started' to keywords.
15959 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
15961         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
15962         of menu items.
15964 2005-08-11  Richard M. Stallman  <rms@gnu.org>
15966         * simple.el (pop-global-mark): Reverse test of widen-automatically.
15968         * battery.el (battery-status-function): Don't use ignore-errors.
15970 2005-08-11  Lute Kamstra  <lute@gnu.org>
15972         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
15973         define-obsolete-variable-alias.
15975 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15977         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
15978         (ange-ftp-send-cmd): Revert last change, and expand
15979         the comment explaining the problem.
15981 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
15983         * ldefs-boot.el: Update.
15985         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
15986         item to "Time, Load and Mail".  Change help echo text.
15988         * time.el (display-time-use-mail-icon, display-time-format)
15989         (display-time-string-forms): Shorten first line of docstrings.
15991 2005-08-10  Lars Hansen  <larsh@soem.dk>
15993         * desktop.el (desktop-buffer-mode-handlers):
15994         Make non-customizable.  Add autoload cookie.  Change initial value to
15995         nil; add elements in respective modules instead.  Fix doc string.
15996         (desktop-load-file): New function.
15997         (desktop-minor-mode-handlers): New autoloaded variable.
15998         (desktop-create-buffer): Call minor mode handlers.
15999         Use desktop-load-file to load major and minor mode modules prior to
16000         checking for a handler.
16001         (desktop-save): Don't add nil to desktop-minor-modes for minor
16002         modes with nil function in desktop-minor-mode-table.  Don't delete
16003         desktop file before rewriting it.
16004         (desktop-locals-to-save): Add autoload cookie.  Don't make
16005         automatically buffer-local.  Add variables column-number-mode,
16006         size-indication-mode, indent-tabs-mode,
16007         indicate-buffer-boundaries, indicate-empty-lines and
16008         show-trailing-whitespace.
16009         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
16010         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
16011         (desktop-clear-preserve-buffers-regexp): Delete.
16012         (desktop-clear-preserve-buffers): Update initial value and docstring.
16013         (desktop-save-buffer): Fix doc string.
16015         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
16016         (hilit-chg-desktop-restore): New function.
16017         (highlight-changes-mode): Add highlight-changes-mode to
16018         desktop-locals-to-save.
16020         * dired.el: Add handler to desktop-buffer-mode-handlers.
16021         (dired-restore-desktop-buffer): Remove autoload cookie.
16022         (dired-mode): Add autoload cookie.
16024         * info.el: Add handler to desktop-buffer-mode-handlers.
16025         (Info-restore-desktop-buffer): Remove autoload cookie.
16026         (Info-mode): Add autoload cookie.
16028         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
16029         (mh-restore-desktop-buffer): Remove autoload cookie.
16030         (mh-folder-mode): Add autoload cookie.
16032         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
16033         (rmail-restore-desktop-buffer): Remove autoload cookie.
16035 2005-08-11  Masatake YAMATO  <jet@gyve.org>
16037         * hexl.el (hexl-address-region):
16038         (hexl-ascii-region, hexl-font-lock-keywords):
16039         (hexl-highlight-line-range): Use the term "region"
16040         instead of "area" for consistency with the other symbols
16041         defined in hexl.el.
16043 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
16045         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
16046         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
16047         out by Juri Linkov).  Add `display-battery-mode'.
16049 2005-08-09  Juri Linkov  <juri@jurta.org>
16051         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16052         Remove `-text' from face variable names.
16053         (compilation-error-file-name, compilation-warning-file-name)
16054         (compilation-info-file-name): Delete faces.
16055         (compilation-line-number, compilation-column-number):
16056         Remove face underlining.
16057         (compilation-message-face): Set to `underline' value by default.
16058         (compilation-error-face, compilation-warning-face)
16059         (compilation-info-face): Remove `-file-name' from face names.
16060         (compilation-error-text-face, compilation-warning-text-face)
16061         (compilation-info-text-face): Delete face variables.
16062         (compilation-text-face): Delete function.
16064         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
16065         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
16066         (grep-error-face): Set to `compilation-error' instead of
16067         `compilation-error-face' (which is redefined to `grep-hit-face' in
16068         grep buffers).
16069         (grep-mode-font-lock-keywords): Remove `-text' from face variable
16070         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
16072         * dired-aux.el (dired-do-query-replace-regexp):
16073         Use `query-replace-read-args'.
16075         * replace.el (query-replace-read-from, query-replace-read-to)
16076         (query-replace-read-args): Rename arg `string' to `prompt'.
16078         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
16080 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
16082         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
16083         uploading files.
16084         (ange-ftp-canonize-filename): Handle file names beginning with ~
16085         correctly.
16087 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
16089         * textmodes/fill.el (canonically-space-region)
16090         (fill-context-prefix, fill-french-nobreak-p)
16091         (fill-delete-newlines, fill-comment-paragraph)
16092         (justify-current-line): "?\ " -> "?\s".
16094 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
16096         * textmodes/fill.el (fill-nonuniform-paragraphs):
16097         Improve argument/docstring consistency.
16099 2005-08-09  Richard M. Stallman  <rms@gnu.org>
16101         * textmodes/ispell.el (ispell-word): More fboundp checks.
16103         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
16104         (find-file-noselect-1): Call it here, only if RAWFILE.
16105         (normal-mode): Always set some major mode.
16106         (save-some-buffers-action-alist): Change some explanation strings.
16107         (file-name-non-special): In the `quote' method, use unwind-protect.
16109 2005-08-09  Magnus Henoch  <mange@freemail.hu>
16111         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
16112         (ispell-have-aspell-dictionaries): New variable.
16113         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
16114         (ispell-get-aspell-config-value): New function.
16115         (ispell-aspell-find-dictionary): New function.
16116         (ispell-aspell-add-aliases): New function.
16117         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
16118         appropriate.  Don't look for ispell dictionaries if we use aspell.
16119         (ispell-menu-map): Don't build a submenu of dictionaries.
16121 2005-08-09  Richard M. Stallman  <rms@gnu.org>
16123         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
16124         (sql-read-passwd): Use read-passwd.
16126         * progmodes/idlw-toolbar.el (idlwave-toolbar)
16127         (idlwave-toolbar-is-possible): Add defvars.
16129         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
16130         Avoid warnings.
16132         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
16133         (idlwave-system-class-info, idlwave-executive-commands-alist):
16134         Use defvar.
16136         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
16138         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
16139         Avoid warnings.
16141         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
16142         and content-type: headers.
16144         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
16146         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
16147         and rename some of them to be more self-explanatory.
16149         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
16151         * startup.el (command-line-1): Implement -scriptload.
16153         * replace.el (occur-engine): Initial *Occur* output not undoable.
16155         * menu-bar.el (menu-bar-file-menu): Rename some menu items
16156         and improve help strings.
16158         * isearch.el (isearch-repeat): When changing direction,
16159         mark search successful.
16161         * ediff-init.el: Use (featurep 'xemacs).
16163         * comint.el (send-invisible): Identify buffer, if not selected.
16165         * align.el: Delete autoload for c-guess-basic-syntax.
16167 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
16169         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
16170         Improve argument/docstring consistency.  Doc fixes.
16171         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
16172         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
16173         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
16174         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
16175         (r2bv-organization, r2bv-pages, r2bv-primary-author)
16176         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
16177         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
16178         Defvar at compile time.
16180 2005-08-09  Juri Linkov  <juri@jurta.org>
16182         * info.el: Replace `info' with upper-case `Info' where appropriate.
16183         (info-title-1, info-title-2, info-title-3, info-title-4)
16184         (info-menu-header): Move up face definitions.
16185         (info-menu-star): Rename from `info-menu-5'.
16186         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
16187         (Info-fontify-visited-nodes): Fix docstring.
16188         (Info-hide-note-references): Fix docstring.
16189         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
16190         menu items in the same way as on cross-references.
16191         (info-apropos): Fix sorting order and formatting to be like in the
16192         stand-alone Info browser.  Display error messages for 1 sec.
16193         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
16194         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
16195         from the menu bar.
16196         (Info-insert-dir): Restore point after calling
16197         `insert-buffer-substring'.
16199 2005-08-08  Richard M. Stallman  <rms@gnu.org>
16201         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
16202         (recompute-lucid-menubar): Add defvars.
16204         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
16206         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
16208         * net/net-utils.el (run-dig): Rename from `dig'.
16210         * play/gametree.el (gametree-mode): Use make-local-variable,
16211         not make-variable-buffer-local.
16213         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
16215         * ansi-color.el (ansi-color-make-extent)
16216         (ansi-color-set-extent-face): Use fboundp, not functionp.
16218         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
16219         not make-variable-buffer-local.
16221         * bookmark.el (Info-current-file): Add defvar.
16222         (bookmark-jump-noselect): Use with-no-warnings.
16224         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
16226         * ebuff-menu.el (Helper-return-blurb): Add defvar.
16228         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
16230         * find-file.el (ada-procedure-start-regexp)
16231         (ada-package-start-regexp): Add defvars.
16233         * info.el (Info-insert-dir): Use insert-buffer-substring.
16235         * xml.el (xml-att-def-re): Add defvar.
16237         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
16238         calling convention.
16240         * subr.el (while-no-input): Return t if there is input.
16242 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
16244         * cus-start.el (all): Add `overflow-newline-into-fringe'.
16246 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
16248         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
16249         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
16251 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
16253         * cmuscheme.el (scheme-start-file): Replace reference to
16254         `user-emacs-directory' by "~/.emacs.d/".
16256 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
16258         * info.el (Info-dir-remove-duplicates): Avoid case folding
16259         in loop; instead, keep downcased strings for comparison.
16260         Suggested by Helmut Eller.
16262 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
16264         Sync with Tramp 2.0.50.
16266         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
16267         XEmacs case; not necessary anymore.
16268         (tramp-user-regexp): Allow "@" as part of user name.
16269         (tramp-handle-set-visited-file-modtime)
16270         (tramp-handle-insert-file-contents)
16271         (tramp-handle-write-region): No special handling for
16272         `last-coding-system-used, because this is done in
16273         `tramp-accept-process-output' now.
16274         (tramp-accept-process-output): New defun.
16275         (tramp-process-one-action, tramp-process-one-multi-action)
16276         (tramp-wait-for-regexp, tramp-wait-for-output)
16277         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
16278         Howells <dhowells@redhat.com>.
16279         (clear-visited-file-modtime): Defadvice removed.  The check for
16280         unset buffer's modtime does not need to be based on
16281         `tramp-buffer-file-attributes'.  Suggested by RMS.
16282         (tramp-message): Insert "\n" if not being at beginning of line.
16283         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
16284         sequence with same logic.
16285         (tramp-completion-handle-expand-file-name): Discard call of
16286         `tramp-drop-volume-letter'.  It is not necessary, and there have
16287         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
16288         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16289         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
16290         should always be visible.
16291         (tramp-handle-insert-directory, tramp-setup-complete)
16292         (tramp-set-process-query-on-exit-flag)
16293         (tramp-append-tramp-buffers): Pacify byte-compiler.
16294         (tramp-bug): Delete non-existing variables from list.
16295         Apply `tramp-load-report-modules' as pre-hook.
16296         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
16297         `shell-prompt-pattern' because of non-7bit characters.
16298         Reported by Sebastian Luque <sluque@mun.ca>.
16299         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
16300         (tramp-match-string-list): Remove function.
16301         (tramp-wait-for-regexp): Remove call of that function.
16302         Suggested by Kim F. Storm <storm@cua.dk>.
16303         (tramp-set-auto-save-file-modes): Use octal integer code #o600
16304         instead of octal character code ?\600.  The latter resulted in a
16305         syntax error with XEmacs.
16307         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
16308         XEmacs case; not necessary anymore.
16309         (tramp-smb-handle-write-region): No special handling for
16310         `last-coding-system-used, because this is done in
16311         `tramp-accept-process-output' now.
16312         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
16314 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
16316         * wid-edit.el (widget-choice-value-create):
16317         Unconditionally respect user choice.  Set :explicit-choice back to nil
16318         when no longer needed.
16319         (widget-choice-action): Unconditionally respect user choice.
16320         Eliminate :explicit-choice-value.
16322         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
16324         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
16325         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
16326         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
16327         running new function `toggle-indicate-empty-lines'.
16328         Rename "Customize" item to "Customize fringe".
16329         Rename "Indicators" item to "Buffer boundaries" and change help echo.
16330         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
16331         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
16332         Delete "Empty lines only" item.
16333         (menu-bar-showhide-fringe-ind-customize): New function.
16334         (menu-bar-showhide-fringe-ind-mixed)
16335         (menu-bar-showhide-fringe-ind-box)
16336         (menu-bar-showhide-fringe-ind-right)
16337         (menu-bar-showhide-fringe-ind-left)
16338         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
16339         instead of `fringe-indicators'.
16341 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
16343         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
16344         Change the date of last update.
16346 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
16348         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
16349         (viper-exec-yank, viper-put-back): Don't display modification msg
16350         if in the minibuffer.
16352         * viper-init.el (viper-replace-overlay-cursor-color)
16353         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
16354         Make variables frame local.
16356         * viper-util.el (viper-append-filter-alist): Use append instead of
16357         nconc.
16359         * viper.el (viper-vi-state-mode-list)
16360         (viper-emacs-state-mode-list): Move help-mode and
16361         completion-list-mode from the first list to the second.
16362         (viper-mode): Docstring.
16363         (viper-go-away, viper-non-hook-settings): Don't localize
16364         minor-mode-alist in newer Emacsen.  Add advice to
16365         set-cursor-color.  Don't bind "\C-c\\".
16367 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
16369         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
16370         (scheme-macro-expand-command): New user options.
16371         (scheme-trace-procedure, scheme-expand-current-form): New commands.
16372         (scheme-form-at-point, scheme-start-file)
16373         (scheme-interactively-start-process): New functions.
16374         (scheme-get-process): New function, extracted from `scheme-proc'.
16375         (run-scheme): Call `scheme-start-file' to get start file, and pass
16376         it to `make-comint'.
16377         (switch-to-scheme, scheme-proc):
16378         Call `scheme-interactively-start-process' if no Scheme buffer/process
16379         is available.
16381 2005-08-06  Juri Linkov  <juri@jurta.org>
16383         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16384         Use `compilation-text-face', `compilation-info-text-face' and
16385         `compilation-error-text-face' instead of `font-lock-keyword-face'.
16386         (compilation-error): New face.
16387         (compilation-error-file-name): Inherit from
16388         `compilation-error' instead of `font-lock-warning-face'.
16389         (compilation-warning-file-name): Inherit from
16390         `compilation-warning' instead of `font-lock-warning-face'.
16391         (compilation-info, compilation-error-file-name)
16392         (compilation-warning-file-name, compilation-info-file-name)
16393         (compilation-line-number, compilation-column-number): Doc fix.
16394         (compilation-error-text-face, compilation-warning-text-face)
16395         (compilation-info-text-face): New face variables.
16396         (compilation-line-face, compilation-column-face)
16397         (compilation-enter-directory-face)
16398         (compilation-leave-directory-face): Doc fix.
16399         (compilation-text-face): New function.
16401         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
16402         instead of 1 to display binary file names as info file links.
16403         (grep-error-face): Use `compilation-error-face' instead of
16404         `font-lock-keyword-face'.
16405         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
16406         and `compilation-warning-text-face' instead of
16407         `font-lock-keyword-face'.  Use `compilation-error-text-face'
16408         instead of `grep-error-face'.
16410 2005-08-05  Kenichi Handa  <handa@m17n.org>
16412         * international/code-pages.el: Add autoload cookies for all coding
16413         systems.
16415 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
16417         * cus-start.el (all): Put undo.c where it alphabetically belongs.
16419 2005-08-04  Juri Linkov  <juri@jurta.org>
16421         * progmodes/compile.el (compilation-mode-map):
16422         * progmodes/grep.el (grep-mode-map):
16423         Bind TAB to `compilation-next-error' and [backtab] to
16424         `compilation-previous-error'.
16426         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
16427         matching line numbers, column numbers and their ranges with regexp
16428         matching only line numbers.
16429         (grep-context-face): New face variable.
16430         (grep-mode-font-lock-keywords): Use it.
16432         * faces.el (read-face-name): Delete duplicate faces.
16434 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
16436         * thumbs.el (thumbs-find-image): Don't make variables
16437         automatically buffer local.
16438         (thumbs-current-tmp-filename, thumbs-current-image-filename)
16439         (thumbs-image-num): Make automatically buffer local.
16440         (thumbs-show-thumbs-list): Use `make-local-variable', not
16441         `make-variable-buffer-local'.
16442         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
16444         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
16445         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
16446         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
16447         (bother, bye, canyou, chatlst, continue, deathlst, describe)
16448         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
16449         (feelings-about, foullst, found, hello, history, howareyoulst)
16450         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
16451         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
16452         (neglst, obj, object, owner, please, problems, qlist)
16453         (random-adjective, relation, remlst, repetitive-shortness)
16454         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
16455         (shortlst, something, sportslst, stallmanlst, states, subj)
16456         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
16457         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
16458         Defvar at compile time.
16460         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
16461         not `make-variable-buffer-local'.
16463 2005-08-02  Kim F. Storm  <storm@cua.dk>
16465         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
16466         rectangle overlay in selected window.
16468 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
16470         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
16471         instead of display group.  Make `indicate-buffer-boundaries'
16472         customizable through Custom.
16474 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
16476         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
16477         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
16478         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
16479         (gdb-put-string): Fix typos in docstrings.
16481 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
16483         Update copyright notices of files in progmodes directory for
16484         release of Emacs 22.1.
16486         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
16488         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
16489         Don't barf if the GUD buffer has been killed.
16491 2005-08-01  Kim F. Storm  <storm@cua.dk>
16493         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
16495 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16497         * simple.el (next-error-follow-minor-mode):
16498         make-variable-buffer-local -> make-local-variable.
16500         * emacs-lisp/cl-extra.el: Require CL also when compiling.
16502         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
16503         (byte-compile-form-make-variable-buffer-local): New functions to warn
16504         about misuses of make-variable-buffer-local where make-local-variable
16505         was meant.
16507 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
16509         * bs.el (bs-attributes-list): Doc fix.
16510         (bs): Update url-link.
16512         * desktop.el (desktop-save-buffer): Fix typos in docstring.
16513         (desktop-load-default): Simplify.
16515         * ibuffer.el (ibuffer-columnize-and-insert-list)
16516         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
16517         (ibuffer-unmark-all, ibuffer-toggle-marks)
16518         (ibuffer-unmark-forward, ibuffer-unmark-backward)
16519         (ibuffer-compile-make-format-form, ibuffer-format-column)
16520         (ibuffer-current-buffers-with-marks)
16521         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
16522         (ibuffer): Doc fix.
16523         (ibuffer-mode): Fix typo in docstring.
16524         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
16525         with `define-obsolete-variable-alias'.
16526         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
16528 2005-07-29  Kenichi Handa  <handa@m17n.org>
16530         * international/mule-cmds.el (select-message-coding-system):
16531         Be sure to use LF for end-of-line.  If no coding system is decided,
16532         return iso-8859-1-unix.
16534 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16536         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
16537         (ange-ftp-pending-error-line): New vars.
16538         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
16539         to handle the non-fatal no-route-to-host messages.
16540         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
16542 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
16544         * isearch.el (isearch-mode-map, isearch-other-meta-char)
16545         (isearch-quote-char, isearch-printing-char)
16546         (isearch-text-char-description): "?\ " -> "?\s".
16547         (isearch-lazy-highlight-cleanup)
16548         (isearch-lazy-highlight-initial-delay)
16549         (isearch-lazy-highlight-interval)
16550         (isearch-lazy-highlight-max-at-a-time)
16551         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
16552         Declare with define-obsolete-*-alias macros.
16553         (isearch-forward): Fix typo in docstring.
16554         (search-invisible, search-ring-yank-pointer)
16555         (regexp-search-ring-yank-pointer): Doc fixes.
16557         * recentf.el (recentf-menu-append-commands-p): Declare with
16558         `define-obsolete-variable-alias'.
16559         (recentf-max-saved-items, recentf-menu-filter)
16560         (recentf-arrange-by-rule-subfilter): Doc fixes.
16561         (recentf-menu-append-commands-flag)
16562         (recentf-initialize-file-name-history, recentf-expand-file-name)
16563         (recentf-clear-data): Fix typos in docstrings.
16565 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
16567         * progmodes/gdb-ui.el: Smarten comments.
16568         (gdb-info-breakpoints-custom): Use nowarn when finding file.
16570 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
16572         * term/apollo.el (terminal-init-apollo): New function containing
16573         all former top level forms in the file.
16574         * term/bobcat.el (terminal-init-bobcat):
16575         * term/cygwin.el (terminal-init-cygwin):
16576         * term/iris-ansi.el (terminal-init-iris-ansi):
16577         * term/linux.el (terminal-init-linux):
16578         * term/news.el (terminal-init-news):
16579         * term/rxvt.el (terminal-init-rxvt):
16580         * term/sun.el (terminal-init-sun):
16581         * term/tvi970.el (terminal-init-tvi970):
16582         * term/vt100.el (terminal-init-vt100):
16583         * term/vt102.el (terminal-init-vt102):
16584         * term/vt125.el (terminal-init-vt125):
16585         * term/vt200.el (terminal-init-vt200):
16586         * term/vt201.el (terminal-init-vt201):
16587         * term/vt220.el (terminal-init-vt220):
16588         * term/vt240.el (terminal-init-vt240):
16589         * term/vt300.el (terminal-init-vt300):
16590         * term/vt320.el (terminal-init-vt320):
16591         * term/vt400.el (terminal-init-vt400):
16592         * term/vt420.el (terminal-init-vt420):
16593         * term/wyse50.el (terminal-init-wyse50):
16594         * term/xterm.el (terminal-init-xterm): Likewise.
16596         * term/README: Describe the terminal-init-* functionality.
16598         * startup.el (command-line): After loading the terminal initialization
16599         file call the corresponding terminal initialization function.
16601 2005-07-27  Kenichi Handa  <handa@m17n.org>
16603         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
16604         negative.
16606         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
16607         (ps-mule-composition-prologue): Fix for the case that
16608         RelativeCompose is false.
16610 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16612         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
16614         * descr-text.el (describe-char): Handle the case where the list of
16615         chars is displayed in a separate frame.
16616         Be a bit more discriminating when looking for the char.
16618 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
16620         * bookmark.el (bookmark-automatically-show-annotations)
16621         (bookmark-read-annotation-text-func): Doc fixes.
16622         (bookmark-save): Improve argument/docstring consistency.
16623         (bookmark-get-bookmark, bookmark-get-bookmark-record)
16624         (bookmark-alist-from-buffer)
16625         (bookmark-upgrade-file-format-from-0)
16626         (bookmark-grok-file-format-version)
16627         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
16628         (bookmark-read-annotation-mode)
16629         (bookmark-insert-current-bookmark, bookmark-jump)
16630         (bookmark-exit-hook): Fix typos in docstrings.
16631         (bookmark-exit-hooks): Define as obsolete alias.
16632         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
16633         not `bookmark-exit-hooks'.  Fix docstring.
16634         (bookmark-bmenu-select): "?\ " -> "?\s".
16636 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
16638         * startup.el (command-line): Fix typo.
16640 2005-07-24  Richard M. Stallman  <rms@gnu.org>
16642         * tooltip.el (tooltip-mode): Test emacs-basic-display,
16643         not emacs-quick-startup.
16645 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
16647         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
16648         (reb-next-match, reb-show-subexp): Use `with-selected-window'
16649         instead of `reb-with-current-window'.
16650         (reb-prev-match): Likewise.  Also, don't move left if the search
16651         was unsuccessful.
16652         (reb-initialize-buffer): New function.
16653         (re-builder, reb-change-syntax): Use it.
16655         * man.el (Man-goto-page): Make second argument NOERROR optional.
16657 2005-07-23  Richard M. Stallman  <rms@gnu.org>
16659         * man.el (Man-bgproc-sentinel): Check here for failure to find
16660         any man page in the output, and report the error here.
16661         (Man-arguments): Make it permanent local.
16662         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
16663         (Man-mode): Pass t for NOERROR.
16665         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
16666         (grep-mode-font-lock-keywords):
16667         Don't use compilation-...-face for messages that are not file names.
16669         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16670         Don't use compilation-...-face for messages that are not file names.
16672 2005-07-22  Juri Linkov  <juri@jurta.org>
16674         * startup.el (normal-splash-screen): Update menu name.
16676         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
16678 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
16680         * term/xterm.el: Load term/rxvt if the terminal is actually an
16681         rxvt terminal.
16682         (xterm-rxvt-set-background-mode): Remove, not used anymore.
16684         * term/rxvt.el (function-key-map): Use substitute-key-definition
16685         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
16687         * term/cygwin.el: New file.
16689 2005-07-22  Kim F. Storm  <storm@cua.dk>
16691         * image-file.el (insert-image-file, image-file-yank-handler):
16692         Fix last change to maintain a (unique) yank-handler on yanked images.
16694 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
16696         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
16697         of the file size (as in "177B" for 177 bytes).  This happens with
16698         "ls -lh" on FreeBSD.
16700 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
16702         * hilit-chg.el (highlight-changes-global-initial-state)
16703         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
16704         (hilit-chg-fixup, highlight-changes-mode):
16705         Fix typos in docstrings.
16706         (highlight-changes-global-modes, highlight-changes-rotate-faces):
16707         Doc fixes.
16709 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
16711         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
16712         mode function using `eval-after-load'.
16714 2005-07-21  Kim F. Storm  <storm@cua.dk>
16716         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
16717         included when reporting an emacs crash, and tell about the DEBUG file.
16719         * image-file.el (insert-image-file): Add yank-handler.
16720         (image-file-yank-handler): Yank handler to make unique copies of
16721         images when they are yanked into a buffer next to each other.
16723 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
16725         * comint.el (comint-use-prompt-regexp, comint-send-input)
16726         (comint-source-default, comint-extract-string)
16727         (comint-get-source, comint-word, comint-completion)
16728         (comint-source, comint-prompt-read-only, comint-update-fence):
16729         Fix typos in docstrings.
16730         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
16731         Declare with define-obsolete-*-alias macros.
16732         (comint-previous-matching-input-from-input)
16733         (comint-next-matching-input-from-input)
16734         (comint-previous-matching-input, comint-next-matching-input)
16735         (comint-forward-matching-input):
16736         Improve argument/docstring consistency.
16738         * desktop.el (desktop-clear-preserve-buffers-regexp):
16739         Also preserve the *server* buffer.
16741         * simple.el (clone-indirect-buffer): Doc fix.
16742         (fixup-whitespace, just-one-space)
16743         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
16744         (next-error, next-error-highlight)
16745         (next-error-highlight-no-select, next-error-last-buffer)
16746         (next-error-buffer-p, next-error-find-buffer, next-error)
16747         (previous-error, next-error-no-select, previous-error-no-select)
16748         (open-line, split-line, minibuffer-prompt-width, kill-new)
16749         (binary-overwrite-mode): Fix typos in docstrings.
16750         (set-fill-column): Fix typo in message.
16752         * skeleton.el (skeleton-proxy-new): Doc fix.
16754         * strokes.el (strokes-load-hook): Doc fix.
16755         (strokes-grid-resolution, strokes-get-grid-position)
16756         (strokes-renormalize-to-grid, strokes-read-stroke)
16757         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
16758         (strokes-global-map): Fix typos in docstrings.
16759         (strokes-help): Doc fix.  Fix help message and pass it through
16760         `substitute-command-keys'.
16762         * tempo.el (tempo-insert-prompt, tempo-interactive)
16763         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
16764         (tempo-insert-string-functions, tempo-local-tags)
16765         (tempo-define-template, tempo-insert-template)
16766         (tempo-insert-prompt-compat, tempo-is-user-element)
16767         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
16768         Fix typos in docstrings.
16770         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
16771         (vcursor-key-bindings, vcursor-use-vcursor-map)
16772         (vcursor-find-window, vcursor-scroll-down)
16773         (vcursor-disable, vcursor-beginning-of-buffer)
16774         (vcursor-end-of-buffer): Fix typos in docstrings.
16775         (vcursor-relative-move, vcursor-get-char-count):
16776         Improve argument/docstring consistency.
16778         * version.el: "?\ " -> "?\s".
16780         * wid-edit.el (widget-default-create, widget-after-change)
16781         (widget-default-format-handler, widget-checklist-add-item)
16782         (widget-radio-add-item, widget-choose, widget-specify-secret)
16783         (widget-field-value-create, widget-field-value-get)
16784         (widget-editable-list-format-handler)
16785         (widget-editable-list-entry-create, widget-group-value-create)
16786         (widget-documentation-link-add)
16787         (widget-documentation-string-value-create): "?\ " -> "?\s".
16788         (widget-convert-text): Doc fix.
16789         (widget-narrow-to-field, widget-field-find)
16790         (widget-url-link-action, widget-emacs-library-link-action)
16791         (widget-color-notify): Fix typos in docstrings.
16793         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
16794         (x-select-text, set-w32-system-coding-system)
16795         (w32-add-charset-info): Fix typos in docstrings.
16797         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
16798         (cua-enable-cua-keys, cua-use-hyper-key)
16799         (cua-virtual-rectangle-edges): Fix typos in docstrings.
16800         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
16802         * net/tramp.el (tramp-handle-load): Fix typo in error message.
16804         * emacs-lisp/re-builder.el (regexp-builder): Declare with
16805         `defalias' instead of faking it.
16807         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
16808         (eshell-ls-missing, eshell-ls-dired-initial-args)
16809         (eshell-ls-use-in-dired): Fix typos in docstrings.
16811 2005-07-20  Kim F. Storm  <storm@cua.dk>
16813         * emulation/cua-base.el (cua-mode): Improve doc string.
16815 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
16817         * abbrev.el (expand-region-abbrevs): Doc fix.
16818         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
16819         Improve argument/docstring consistency.
16821         * arc-mode.el (archive-get-descr, archive-alternate-display):
16822         Doc fixes.
16823         (archive-l-e): Improve argument/docstring consistency.
16824         (archive-tmpdir, archive-unixdate, archive-unixtime)
16825         (archive-chmod-entry): Fix typos in docstrings.
16826         (archive-unflag, archive-unflag-backwards)
16827         (archive-unmark-all-files): "?\ " -> "?\s".
16829         * buff-menu.el (Buffer-menu-unmark): Doc fix.
16830         (Buffer-menu-not-modified, Buffer-menu-execute)
16831         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
16832         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
16834         * composite.el (compose-string, encode-composition-rule)
16835         (compose-last-chars): Fix typos in docstrings.
16837         * desktop.el (desktop-enable, desktop-basefilename):
16838         Declare with `define-obsolete-variable-alias'.
16839         (desktop-internal-v2s): Don't quote keywords.
16840         (desktop-clear): "?\ " -> "?\s".
16842         * dired.el (dired-align-file, dired-flag-backup-files)
16843         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
16844         (dired-listing-switches, dired-ls-F-marks-symlinks)
16845         (dired-dwim-target, dired-load-hook, dired-mode-hook)
16846         (dired-directory, dired-faces, dired, dired-revert)
16847         (dired-mode, dired-summary, dired-view-file)
16848         (dired-copy-filename-as-kill, dired-delete-file)
16849         (dired-no-confirm, dired-unmark-all-marks)
16850         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
16851         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
16852         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
16853         Fix typos in message strings.
16855         * dired-x.el (virtual-dired): Declare with `defalias'.
16856         (dired-mark-unmarked-files, dired-local-variables-file)
16857         (dired-omit-here-always): Doc fix.
16858         (dired-omit-mode, dired-find-subdir)
16859         (dired-enable-local-variables, dired-clean-up-buffers-too)
16860         (dired-extra-startup, dired-mark-extension, dired-jump)
16861         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
16862         (dired-smart-shell-command, dired-guess-shell-alist-user)
16863         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
16864         (dired-x-bind-find-file, dired-x-submit-report):
16865         Fix typos in docstrings.
16866         (dired-mark-unmarked-files): "?\ " -> "?\s".
16868         * dirtrack.el (dirtrack-list): Fix typos in docstring.
16870         * faces.el (describe-face): "?\ " -> "?\s".
16871         (read-all-face-attributes, read-face-font, modify-face)
16872         (face-attr-construct, italic): Fix typos in docstrings.
16873         (frame-update-face-colors): Declare with
16874         `define-obsolete-function-alias'.
16876         * files.el (find-file-noselect, recode-file-name): Doc fixes.
16877         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
16878         (magic-mode-alist, buffer-file-numbers-unique)
16879         (write-file-functions, get-free-disk-space):
16880         Fix typos in docstrings.
16881         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
16882         (write-contents-hooks, write-file-hooks):
16883         Declare with `define-obsolete-variable-alias'.
16885         * forms-d2.el (arch-rj): Fix typo in docstrings.
16886         (arch-tocol): Likewise.  "?\ " -> "?\s".
16888         * frame.el (set-frame-font, cursor-in-non-selected-windows):
16889         Fix typo in docstring.
16890         (set-screen-width, set-screen-height): Delete redundant info in
16891         doctrings.
16892         (new-frame, screen-height, screen-width): Declare with
16893         `define-obsolete-function-alias'.
16894         (delete-frame-hook, blink-cursor): Declare with
16895         `define-obsolete-variable-alias'.
16897         * paths.el (prune-directory-list): Fix typos in docstring.
16899         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
16900         (cvs-prefix-get): Fix typos in docstrings.
16902         * ps-print.el (ps-extend-face-list, ps-extend-face)
16903         (ps-print-background-image): Fix typos in docstrings.
16904         (ps-default-fg, ps-default-bg): Doc fixes.
16906         * s-region.el (s-region-bind): Doc fix.
16907         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
16909         * textmodes/org.el (org-table-formula-substitute-names)
16910         (org-table-get-vertical-vector): Doc fixes.
16911         (org-table-recalculate): Remove unused argument to `message'.
16913 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
16915         * textmodes/org.el (org-table-column-names)
16916         (org-table-column-name-regexp)
16917         (org-table-named-field-locations): New variables.
16918         (org-archive-subtree): Protect `this-command' when calling
16919         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
16920         the kill buffer.
16921         (org-complete): Remove fixed-formula completion.
16922         (org-edit-formulas-map): New variable.
16923         (org-table-edit-formulas): New command.
16924         (org-finish-edit-formulas, org-abort-edit-formulas)
16925         (org-show-variable, org-table-get-vertical-vector): New functions.
16926         (org-table-maybe-eval-formula): Handle `:=' fields.
16927         (org-table-get-stored-formulas, org-table-store-formulas)
16928         (org-table-get-formula, org-table-modify-formulas)
16929         (org-table-replace-in-formulas): Handle named field formulas.
16930         (org-table-get-specials): Store locations of named fields.
16932 2005-07-19  Juri Linkov  <juri@jurta.org>
16934         * progmodes/grep.el (grep-regexp-alist)
16935         (grep-mode-font-lock-keywords, grep-process-setup):
16936         Use default GNU grep match color "01;31m" instead of "01;41m".
16937         (grep-regexp-alist, grep-mode-font-lock-keywords):
16938         Use `\\[[0-9]*m' instead of `\\[00m'.
16939         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
16940         sgr_start where its handling is more important.  Use the real
16941         length of sgr_start instead of constant 8.
16942         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
16943         specially.  Delete all remaining escape sequences.
16944         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
16945         (grep-regexp-alist): Make hyperlink only for binary file name
16946         instead of the whole line.
16947         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
16948         (grep-mode): Add autoload.
16950         * emacs-lisp/find-func.el (find-function-regexp):
16951         Add `define-compilation-mode'.
16953 2005-07-19  Juri Linkov  <juri@jurta.org>
16955         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
16956         (compare-windows-sync-string-size, compare-windows-recenter)
16957         (compare-windows-highlight, compare-windows): Add version 22.1.
16958         (compare-windows) <defface>: Inherit from lazy-highlight instead
16959         of duplicating its default value.
16961         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
16962         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
16964         * descr-text.el (describe-char): Create link buttons for `charset'
16965         and `code point'.  Add the current input method name with a link
16966         button to `to input' field.  Print face names of display table
16967         characters in `The display table entry is displayed by' section
16968         instead of printing face-id in the `display' field.
16969         Guess hardcoded faces and create a link button for them.
16970         Skip empty fields when calculating max-width.
16971         Treat `widget-create' specially while inserting strings from the
16972         collected field list.
16973         (describe-char-after): Made obsolete in version 22.1, not 21.5.
16975         * diff-mode.el (diff-file-header): Change foreground color from
16976         yellow to green on light backgrounds.
16977         (diff-context): Inherit from `shadow' only for color/grayscale
16978         with more than 88 colors.
16979         (diff-indicator-removed, diff-indicator-added)
16980         (diff-indicator-changed): New faces.
16981         (diff-font-lock-keywords): Use new faces.  Regroup rules.
16982         Add "^---$" for `normal' diff format.  Fontify `#' lines with
16983         font-lock-comment-delimiter-face and font-lock-comment-face.
16984         Add `#' to ^[^...] in the rule for `diff-context-face'.
16986         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
16987         a button-like box.  Inherit from `highlight' on low colors.
16988         (shadow): Use shades of gray only for color/grayscale with
16989         more than 88 colors.  Use green for light backgrounds with
16990         8 colors, and yellow for dark backgrounds with 8 colors.
16992         * font-lock.el (font-lock-regexp-grouping-backslash):
16993         Don't inherit from escape-glyph (use bold for all cases).
16995         * info.el (info-xref-visited): Use light foreground color `violet'
16996         for dark backgrounds instead of dark color `magenta3'.
16997         (info-title-1): Use `yellow' color for dark backgrounds.
16999         * isearch.el (isearch): Use not-too-dark magenta3 instead of
17000         too-light magenta2.
17002         * replace.el (match): Use slightly more light RoyalBlue3 instead
17003         of dark RoyalBlue4.
17005         * wid-edit.el (widget-inactive): Inherit from `shadow'.
17007 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
17009         * novice.el (disabled-command-hook): Declare it with
17010         `define-obsolete-variable-alias'.
17012         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
17013         (desktop-buffer-misc-functions, desktop-buffer-handlers)
17014         (desktop-load-default): Add release to obsolescence info.
17015         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
17016         (desktop-append-buffer-args, desktop-read):
17017         Fix typos in docstrings.
17018         (desktop-kill): Fix typo in message.
17019         (desktop-save): Doc fix.
17021 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17023         * viper-cmd.el (viper-escape-to-state): Bug fix.
17024         (viper-envelop-ESC-key): Change the definition of fast
17025         keysequence so it'll work with keyboard macros.
17027         * ediff.el (ediff-patch-buffer): Change the docstring.
17029 2005-07-19  Kenichi Handa  <handa@m17n.org>
17031         * international/mule-cmds.el (select-safe-coding-system): Try to
17032         use an auto-coding (if any) before anything else.  If the found
17033         auto-coding is invalid, show a warning message.
17035         * international/mule.el (find-auto-coding): New function created
17036         by modifying the body of set-auto-coding.
17037         (set-auto-coding): Use find-auto-coding to find a coding.
17039 2005-07-18  Richard M. Stallman  <rms@gnu.org>
17041         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
17042         not isearch-mode-end-hook-error.
17043         (allout-before-change-protect): Fix error message.
17045 2005-07-18  Juri Linkov  <juri@jurta.org>
17047         * allout.el (allout-mode):
17048         * calculator.el (calculator-copy):
17049         * custom.el (custom-known-themes):
17050         * dired.el (dired-desktop-buffer-misc-data)
17051         (dired-restore-desktop-buffer):
17052         * dired-x.el (dired-omit-marker-char):
17053         * files.el (basic-save-buffer):
17054         * font-core.el (font-lock-mode):
17055         * calendar/calendar.el (calendar-goto-hebrew-date)
17056         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
17057         (calendar-goto-persian-date):
17058         * language/ethio-util.el (ethio-sera-to-fidel-region):
17059         * textmodes/picture.el (picture-mode):
17060         Delete duplicate duplicate words.
17062 2005-07-18  Juri Linkov  <juri@jurta.org>
17064         * isearch.el (isearch-mode-map): Remove key bindings for regexp
17065         chars * ? } |.
17066         (isearch-fallback): Don't call `isearch-process-search-char'.
17067         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
17068         (isearch-process-search-char): Call `isearch-fallback' for regexp
17069         chars * ? } |.
17070         (isearch-return-char): Make obsolete with `make-obsolete' instead
17071         of simply documenting it as obsolete in the docstring.
17072         (isearch-fallback): Refill docstring.
17074         * international/isearch-x.el
17075         (isearch-process-search-multibyte-characters): Remove unneeded
17076         `concat'.  Add intermediate values to `junk-hist' instead of
17077         `minibuffer-history'.  Test the length of `str'.
17079 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
17081         * allout.el (allout-resolve-xref): Fix typos in error strings.
17082         (allout-before-change-protect): Remove unneeded `concat'.
17084         * array.el (array-mode, array-reconfigure-rows)
17085         (untabify-backward): Fix typos in docstrings.
17086         (array-reconfigure-rows): Use `insert-buffer-substring', not
17087         `insert-buffer'.
17089         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
17090         * progmodes/ada-mode.el (ada-make-body):
17091         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
17093         * dired.el (dired-log):
17094         * tar-mode.el (tar-subfile-save-buffer):
17095         * play/zone.el (zone-pgm-stress-destress):
17096         Use `insert-buffer-substring', not `insert-buffer'.
17098 2005-07-17  Simon Josefsson  <jas@extundo.com>
17100         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
17102 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
17104         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
17105         Add plain auth method.
17106         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
17108 2005-07-17  Kim F. Storm  <storm@cua.dk>
17110         * ido.el (dired-other-window): Add ido property.
17112 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
17114         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17115         Fix typo in docstring.
17116         (byte-compile-interactive-only-functions): Add `insert-buffer' and
17117         `insert-file-literally'.
17119         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
17120         info and delete redundant message.  Doc fix.
17121         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
17122         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
17124 2005-07-16  Richard M. Stallman  <rms@gnu.org>
17126         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
17127         (byte-compile-and): Use byte-compile-and-recursion.
17128         (byte-compile-or-recursion): New function.
17129         (byte-compile-or): Use that.
17130         (byte-compile-if): Guard the else-clause too.
17131         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
17133         * isearch.el (isearch-mode-end-hook-quit): New variable.
17134         (isearch-done): Bind it.
17135         (isearch-mode-end-hook): Doc fix.
17137         * allout.el (allout-isearch-did-quit): Variable deleted.
17138         (allout-real-isearch-abort): Function name no longer used.
17139         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
17140         (allout-isearch-rectification): isearch-mode always exists.
17141         Don't set allout-isearch-did-quit.
17142         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
17143         allout-isearch-did-quit.
17144         (allout-enwrap-isearch): Just add the hook.
17145         (allout-isearch-abort): Function deleted.
17146         (allout-pre-command-business): Avoid warning.
17148         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
17149         Correctly avoid warnings.
17150         (pascal-outline): Likewise.
17152         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
17154         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
17156         * play/tetris.el (tetris-mode): Avoid warning.
17158         * play/snake.el (snake-mode): Avoid warning.
17160         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
17161         (gamegrid-set-display-table): Avoid warning.
17162         (gamegrid-set-timer): Likewise.
17163         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
17164         (gamegrid-add-score-with-update-game-score-1): Take FILE
17165         as argument.
17166         (gamegrid-add-score-with-update-game-score): Pass that argument.
17167         Rename have-shared-game-dir to gamegrid-shared-game-dir.
17169         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
17171         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
17172         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
17174         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
17175         and insert-file.
17177         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
17178         (sc-ask): Avoid warnings.
17180         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
17181         (eshell-hist-initialize): Use that var the natural way.
17183         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
17185         * emacs-lisp/re-builder.el (reb-cook-regexp):
17186         Avoid warning calling lre-compile-string.
17187         (reb-color-display-p): Avoid warning.
17189         * calculator.el (calculator-last-input): Guard uses
17190         of event-key and key-press-event-p.
17191         (event-key, key-press-event-p): Delete definitions.
17193         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
17194         (find-gc-source-directory, find-gc-subrs-callers)
17195         (find-gc-noreturn-list, find-gc-source-files)
17196         (find-gc-subrs-called): Vars renamed and defvar'd.
17198         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
17199         (checkdoc-overlay-put, checkdoc-delete-overlay)
17200         (checkdoc-overlay-start, checkdoc-overlay-end)
17201         (checkdoc-mode-line-update, checkdoc-char=):
17202         Define such that compiler knows they are defined.
17203         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
17204         (checkdoc-read-event): Delete.  Use read-event directly.
17206         * whitespace.el (whitespace-make-overlay)
17207         (whitespace-overlay-put, whitespace-delete-overlay)
17208         (whitespace-overlay-start, whitespace-overlay-end):
17209         Define such that compiler knows they are defined.
17210         (whitespace): Move conditional inside.
17212         * tempo.el (tempo-insert-template): Suppress warning.
17214         * ediff-diff.el (longlines-mode): Add defvar.
17216 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
17218         * server.el: Bind "C-x #" in a way that works even if C-x is
17219         redefined to a command key, not a prefix key.
17221 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
17223         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
17224         cl-make-type-test till execution time.
17226 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
17228         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
17229         arg ARG and use it.
17231 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
17233         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
17235 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
17237         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17238         a defcustom with two :set or :type keywords.
17240 2005-07-15  Richard M. Stallman  <rms@gnu.org>
17242         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17243         Don't give ^M comment-end syntax.
17245 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
17247         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
17248         Don't consider gdbmi (gdb-mi.el has its own update functions).
17249         (gdb-var-delete): Make it work for gdbmi as well.
17250         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
17252         * progmodes/gud.el (etags, sdb): Only require etags when needed.
17253         (gud-speedbar-menu-items): Correct logic for enabling items.
17255 2005-07-15  Kim F. Storm  <storm@cua.dk>
17257         * ido.el: Fix commentary.
17258         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
17259         Use with-no-warnings around ffap-guesser.
17260         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
17261         Let bind minibuffer-completing-file-name to t.
17263 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
17265         * startup.el (site-run-file, keyboard-type): Doc fixes.
17266         (command-line): Check for "--basic-display" argument; also for
17267         "--quick", not "--bare-bones" (which was renamed).
17268         (fancy-splash-text): Add missing item "Getting New Versions".
17269         (normal-splash-screen): Fix typos and improve consistency with
17270         `fancy-splash-text'.  Update copyright year.
17272         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
17273         valid binding for `help-char'.
17275         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
17277 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
17279         * term.el (term-mode): Disable cua-mode for term buffers.
17281 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
17283         * add-log.el (add-log-mailing-address, change-log-merge):
17284         Doc fixes.
17285         (change-log-get-method-definition): Fix typo in docstring.
17287 2005-07-14  Kim F. Storm  <storm@cua.dk>
17289         * emulation/cua-base.el:
17290         (cua--pre-command-handler-1, cua--pre-command-handler)
17291         (cua--post-command-handler-1, cua--post-command-handler):
17292         Split in two.  Check (buffer local) value of cua-mode.
17293         (cua-selection-mode): New command.
17295 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
17297         * custom.el (custom-initialize-safe-set)
17298         (custom-initialize-safe-default): Doc fixes.
17300         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17301         and simplify :init-value again.
17303         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17304         and simplify :init-value again.  Delete autoload.
17306         * startup.el (command-line): Use `custom-reevaluate-setting' again
17307         for tooltip-mode.
17309         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17310         a defcustom with two :initialize keywords.
17312 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
17314         * allout.el (my-mark-marker, allout-isearch-prior-pos)
17315         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
17316         (allout-post-command-business, allout-flag-region)
17317         (isearch-reenable-font-lock, allout-yank)
17318         (allout-insert-latex-header, allout-insert-latex-trailer)
17319         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
17320         (allout-latex-verb-quote): Fix typos in docstrings.
17321         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
17322         (allout-unprotected, allout-prefix-data):
17323         Improve argument/docstring consistency.
17324         (allout-chart-subtree): Fix argument spec.
17325         (allout-open-topic): Rename `use_sib_bullet' argument to
17326         `use-sib-bullet'.  Doc fix.
17328         * whitespace.el (whitespace-check-buffer-leading)
17329         (whitespace-check-buffer-trailing)
17330         (whitespace-check-buffer-indent)
17331         (whitespace-check-buffer-spacetab)
17332         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
17333         (whitespace-check-leading-whitespace)
17334         (whitespace-check-trailing-whitespace)
17335         (whitespace-check-spacetab-whitespace)
17336         (whitespace-check-indent-whitespace)
17337         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
17338         (whitespace-modes): Fix typos in docstrings.
17339         (defgroup, defcustom): Doc fixes.
17341         * winner.el (winner-mode, winner-boring-buffers)
17342         (winner-pending-undo-ring): Doc fixes.
17343         (winner-ring): Remove unneeded `progn'.
17344         (winner-equal): `defsubst' it.
17345         (winner-redo): Fix message.
17347 2005-07-13  Kim F. Storm  <storm@cua.dk>
17349         * simple.el (line-move-1): Always use vertical-motion to
17350         do the last (or only) line move to ensure some movement.
17351         Undo 2005-06-23 change--don't check for overlays.
17353 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17355         * term/mac-win.el (ccl-encode-mac-roman-font)
17356         (ccl-encode-mac-centraleurroman-font)
17357         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
17358         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
17359         Change charset-id boundary of dimension to ?\xef.
17360         (mac-char-fontspec-list): New constant.
17361         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
17362         argument.  Nil uses itself as family in font-spec.  Previous
17363         behavior for nil is now provided by non-nil non-string argument.
17364         All callers changed.  Add font-specs for Mac fonts to
17365         "fontset-default" unless iso8859-1 fonts are installed.
17367 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17369         * progmodes/sh-script.el (sh-get-indent-info): Only indent
17370         a continuation line if the \ is preceded by SPC or TAB.
17371         (sh-get-indent-info): Simplify.
17372         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
17373         Use with-current-buffer.
17375         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
17376         when the matched text is empty.
17378 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
17380         * startup.el (command-line): Revert to previous handling of
17381         tooltip-mode.  Explain in comment why the complexity is needed.
17383         * tooltip.el (tooltip-mode): Revert to previous implementation of
17384         its defcustom.
17386         * frame.el (blink-cursor-mode): Revert to previous implementation
17387         of its defcustom.  Update comment.
17389 2005-07-12  Lars Hansen  <larsh@soem.dk>
17391         * desktop.el: Update e-mail address.
17393 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17395         * term/mac-win.el (mac-services-mail-selection)
17396         (mac-services-mail-to): New functions.
17397         (mac-application-menu-map): Bind them.
17399 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
17401         * progmodes/gdb-ui.el: Add note about buffering with Windows.
17403 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
17405         * custom.el (custom-reevaluate-setting): Doc fix.
17407 2005-07-11  Jay Belanger  <belanger@truman.edu>
17409         * calc/calc.el (calc-embedded-announce-formula-alist)
17410         (calc-embedded-open-close-plain-alist)
17411         (calc-embedded-open-close-mode-alist): Add checks for additional
17412         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
17414 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
17416         * custom.el (custom-enable-theme): Don't add theme to
17417         `custom-enabled-themes' with `push' because there is no
17418         setf-method for `delq'.
17420 2005-07-11  Richard M. Stallman  <rms@gnu.org>
17422         * custom.el (custom-declare-variable): Doc fix.
17424         * dired-aux.el (dired-compare-directories): Remove "." and ".."
17425         from the alists.
17427         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
17428         Do nothing if edebug-active.
17430         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
17431         (edebug-display): Do it here instead.
17433 2005-07-10  Richard M. Stallman  <rms@gnu.org>
17435         * cus-face.el (custom-theme-set-faces): Make it work.
17436         (custom-reset-faces): Doc fix.
17437         (custom-theme-reset-internal-face, custom-theme-face-value):
17438         Functions deleted.
17440         * custom.el (custom-push-theme): Maintain list of the settings
17441         of a given theme in its theme-settings property.
17442         Maintain position of old settings in the theme-value
17443         or theme-face property.
17444         (custom-enabled-themes): New variable.
17445         (custom-theme-enabled-p): New function.
17446         (provide-theme): Update custom-enabled-themes.
17447         Disable and reenable the `user' theme.
17448         (require-theme): Doc fix.
17449         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
17450         (custom-theme-value, custom-theme-variable-value): Likewise.
17451         (custom-theme-reset-internal): Likewise.
17452         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
17453         (custom-enable-theme, custom-disable-theme): New functions.
17454         (custom-variable-theme-value, custom-face-theme-value): Likewise.
17455         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
17456         (custom-theme-reset-variables): Simplify.
17457         (deftheme, custom-declare-theme, custom-make-theme-feature):
17458         Definitions moved.
17460 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
17462         * longlines.el (longlines-show-region)
17463         (longlines-unshow-hard-newlines): Recognize hard newlines by
17464         non-nil hard property, instead of t.
17466 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
17468         * viper-cmd.el (viper--key-maps): New variable.
17469         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
17470         emulation-mode-map-alists.
17471         (viper-envelop-ESC-key): Use viper-subseq.
17472         (viper-search-forward/backward/next): Disable debug-on-error.
17474         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
17475         (viper-ESC-key): New defcustoms.
17477         * viper-macs.el (ex-map-read-args): Use viper-subseq.
17479         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
17480         (viper-subseq): Copy of subseq from cl.el.
17482         * viper.el (viper-go-away, viper-set-hooks): Use
17483         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
17485         * viper-mous.el (viper-current-frame-saved): Use defvar.
17487         * viper-init.el: Get rid of -face in face names.
17489         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
17490         Make it work with longlines mode
17492         * ediff-mult.el (ediff-meta-mode-hook): New variable.
17494         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
17496         * ediff-init.el: Get rid of -face in face names.
17498 2005-07-10  Richard M. Stallman  <rms@gnu.org>
17500         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
17501         and with-timeout-unsuspend.
17503         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
17504         and with-timeout-unsuspend.
17506         * emacs-lisp/timer.el (with-timeout-timers): New variable.
17507         (with-timeout): Bind that variable to record timers.
17508         (with-timeout-suspend, with-timeout-unsuspend): New functions.
17510         * emacs-lisp/debug.el (debug-help-follow): New function.
17511         (debugger-mode-map): Use that instead of help-follow.
17512         (debugger-setup-buffer): Use eval-buffer-list
17513         to handle eval-buffer frames.
17515 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
17517         * timezone.el (timezone-parse-date): Change first regexp
17518         so it will not mistakenly match dates with no time zone.
17520 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
17522         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
17524 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
17526         * custom.el (custom-initialize-safe-set)
17527         (custom-initialize-safe-default): New functions.
17529         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17530         and simplify :init-value.
17532         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17533         and simplify :init-value.  Delete obsolete comment.
17535         * startup.el (command-line): Use `custom-reevaluate-setting' to
17536         handle `tooltip-mode'.  Delete obsolete comment.
17538         * files.el (set-visited-file-name): Avoid calling
17539         `file-name-nondirectory' with a nil argument.
17541 2005-07-09  Richard M. Stallman  <rms@gnu.org>
17543         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
17544         was called with nil for the buffer, handle the read position right.
17545         Handle read position for eval-region, too.
17547 2005-07-09  Juri Linkov  <juri@jurta.org>
17549         * fringe.el (fringe-mode): Add period in docstring.
17550         (fringe-query-style): Build prompt depending on `all-frames' arg.
17552         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
17553         to not create links to unrelated functions in the Help buffer.
17555         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
17556         Doc fix.
17558         * simple.el (next-error-hook): New variable.
17559         (next-error): Use it.  Doc fix.
17561         * textmodes/ispell.el (ispell-command-loop): Add current
17562         dictionary name and program name to mode-line-format.
17563         (ispell-region, ispell-process-line): Add current dictionary name
17564         and program name to messages.
17566 2005-07-08  Jay Belanger  <belanger@truman.edu>
17568         * calc/calc.el (calc-embedded-announce-formula-alist)
17569         (calc-embedded-open-close-formula-alist)
17570         (calc-embedded-open-close-word-alist)
17571         (calc-embedded-open-close-plain-alist)
17572         (calc-embedded-open-close-new-formula-alist)
17573         (calc-embedded-open-close-mode-alist)
17574         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
17575         (calc-embedded-mode-hook): New variables.
17577         * calc/calc-embed.el (calc-embedded-firsttime)
17578         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
17579         New variables.
17580         (calc-do-embedded): Use calc-embedded-firsttime,
17581         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
17582         determine whether or not to run hooks.
17583         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
17584         calc-embedded-firsttime-formula appropriately.
17585         Set calc-embedded delimiter variables according to mode.
17587 2005-07-08  Richard M. Stallman  <rms@gnu.org>
17589         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
17590         Check for "emacs", etc., as entire symbol, not just as word.
17591         (checkdoc-file-comments-engine): Use regexp-quote on FN.
17593         * files.el (set-visited-file-name): Report the error
17594         for "empty filename" earlier.
17595         (kill-some-buffers): Ignore buffers already dead.
17597         * fringe.el (fringe-mode): Doc fix.
17599         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17600         Check for (featurep 'xemacs) and turn off warnings in what it guards.
17601         Use unwind-protect to ensure byte-compile-unresolved-functions
17602         is updated.
17604         * whitespace.el (whitespace-buffer-leading-cleanup):
17605         Simplify w/ skip-chars-forward.
17606         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
17608         * mail/rmail.el (rmail-only-expunge): Fix paren error.
17609         Unconditionally try to leave point at the same old place.
17611 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
17613         * comint.el (comint-postoutput-scroll-to-bottom)
17614         (comint-show-maximum-output): Take scroll-margin into consideration.
17616 2005-07-08  Kim F. Storm  <storm@cua.dk>
17618         * ido.el (ido-use-filename-at-point): New choice `guess'.
17619         (ido-file-internal): Try ffap-guesser if selected.
17621         * ido.el (ido-before-fallback-functions): New hook.
17622         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
17623         (ido-read-file-name): Run it.
17625 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17627         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
17628         strings rather than a list of symbols to the completion function.
17630 2005-07-07  Jay Belanger  <belanger@truman.edu>
17632         * calc/calc-units.el (math-apply-units): Change the places in
17633         which units are simplified.
17635 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
17637         * cus-edit.el (customize-option, customize-option-other-window):
17638         Make them handle aliases.
17640         * custom.el (custom-variable-p): Make it recursively follow
17641         aliases.  Mention that in the docstring.
17643 2005-07-07  Richard M. Stallman  <rms@gnu.org>
17645         * cus-start.el (exec-path): Use `directory' instead of `file'.
17646         Fix tag for nil.
17648 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
17650         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
17651         when called non-interactively.  Doc fix.
17653 2005-07-07  Lute Kamstra  <lute@gnu.org>
17655         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
17656         new address as well.
17658 2005-07-07  Kenichi Handa  <handa@m17n.org>
17660         * international/mule.el (make-coding-system):
17661         Describe `ascii-incompatible' property in the docstring.
17662         (set-file-name-coding-system): Signal an error if coding-system is
17663         ascii-incompatible.
17664         (set-keyboard-coding-system): Likewise.
17666         * international/mule-cmds.el (set-default-coding-systems):
17667         Don't set default-file-name-coding-system and
17668         default-keyboard-coding-system if coding-system is ASCII-incompatible.
17670         * international/utf-16.el: Declare that all UTF-16-based coding
17671         systems are ASCII-incompatible.
17673 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
17675         * progmodes/gud.el: Require font-lock for displaying errors.
17676         Used by gdb-ui.el.
17678 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
17680         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
17681         values for the pattern lists which are `read'able but not
17682         `append'able (like symbols).
17684 2005-07-06  Richard M. Stallman  <rms@gnu.org>
17686         * progmodes/flymake.el (flymake-float-time): Instead of
17687         with-no-warnings, test for xemacs.
17688         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
17689         to avoid warning.
17691 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
17693         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
17695 2005-07-05  Lute Kamstra  <lute@gnu.org>
17697         * battery.el: Add support for Darwin (with much debugging help
17698         from Samuel Lauber <sam124@operamail.com>).
17699         (battery-status-function, battery-echo-area-format)
17700         (battery-mode-line-format): Add support for pmset on Darwin.
17701         (battery-load-low, battery-load-critical): New user options.
17702         (battery-pmset): New function.
17704 2005-07-05  Lute Kamstra  <lute@gnu.org>
17706         Update FSF's address in GPL notices.
17708         * textmodes/page-ext.el: Update FSF's address.
17710 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17712         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
17713         filling from using prefix when filling a single-line docstring.
17715         * progmodes/flymake.el: Remove useless eval-when-compile.
17717         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
17719 2005-07-04  Richard M. Stallman  <rms@gnu.org>
17721         * textmodes/org.el (org-file-apps-defaults-gnu):
17722         Rename from org-file-apps-defaults-linux.
17723         (org-default-apps): Don't test system-type for `linux'.
17724         (org-file-apps): Doc fix.
17726 2005-07-04  David Ponce  <david@dponce.com>
17728         * tree-widget.el: Improve header Commentary section.
17729         (tree-widget) [defgroup]
17730         (tree-widget-image-enable, tree-widget-themes-directory)
17731         (tree-widget-theme, tree-widget-image-properties-emacs)
17732         (tree-widget-image-properties-xemacs, tree-widget-create-image)
17733         (tree-widget-image-formats, tree-widget-control)
17734         (tree-widget-empty-control, tree-widget-leaf-control
17735         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
17736         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
17737         (tree-widget-keep, tree-widget-after-toggle-functions)
17738         (tree-widget-open-node, tree-widget-close-node): Doc fix.
17739         (tree-widget-open-control, tree-widget-close-control): Fix doc and
17740         :help-echo message.
17741         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
17742         (tree-widget-image-properties): Doc fix.  Clearer implementation.
17743         (tree-widget--cursors): New constant.
17744         (tree-widget-lookup-image): New function split from
17745         `tree-widget-find-image'.  Clearer implementation.
17746         (tree-widget-find-image): Use it.
17747         (tree-widget-button-keymap): Use `set-keymap-parent'.
17748         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
17749         Define the sub-widgets here.
17750         (tree-widget-node): Check that :node is not a tree-widget.
17751         (tree-widget-get-super, tree-widget-open-control)
17752         (tree-widget-close-control, tree-widget-empty-control)
17753         (tree-widget-leaf-control, tree-widget-guide)
17754         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
17755         (tree-widget-no-handle, tree-widget-value-delete)
17756         (tree-widget-map): Remove.
17757         (tree-widget-children-value-save): Doc fix.  Simplified.
17758         (tree-widget-value-create): Update according to previous changes.
17760 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
17762         * textmodes/org.el: Leading space replaced by TABS.
17763         (org-recalc-marks, org-table-rotate-recalc-marks)
17764         (org-table-get-specials): Treat "^" and "_" marks.
17765         (org-table-justify-field-maybe): Optional argument NEW.
17766         (org-table-eval-formula): Parsing of the format simplified.
17767         New modes C,I.  Honor the %= parameter in the current table.
17768         Avoid unnecessary re-align by using the NEW argument to
17769         `org-table-justify-field-maybe'.
17770         (org-calc-default-modes): Default for date-format mimicks org-mode.
17771         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
17773 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
17775         * cus-face.el (custom-theme-set-faces): Make it handle face
17776         aliases whose alias declarations are pre- or autoloaded.
17778 2005-07-04  Juri Linkov  <juri@jurta.org>
17780         * faces.el (read-face-name): Put the code for getting a face name
17781         from the buffer before adding the faces from the `face' property.
17782         Use `completing-read-multiple' instead of `completing-read'.
17783         Require `crm'.  Add default value and post-process the returned
17784         list of faces.
17786         * emacs-lisp/crm.el (crm-find-current-element)
17787         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
17789         * emacs-lisp/lisp-mode.el (eval-defun-1):
17790         * emacs-lisp/edebug.el (edebug-eval-defun):
17791         Remove unnecessary quotes.
17793 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
17795         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
17796         (prolog-indent-level): Fix typo in docstring.
17798         * info.el (Info-history, Info-history-forward)
17799         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
17801         * add-log.el (add-change-log-entry):
17802         * comint.el (comint-dynamic-list-input-ring)
17803         (comint-dynamic-list-completions):
17804         * dabbrev.el (dabbrev-expand):
17805         * delim-col.el (delimit-columns-rectangle-line):
17806         * diff-mode.el (diff-context->unified, diff-reverse-direction)
17807         (diff-unified->context):
17808         * ediff-init.el (ediff-abbrev-jobname):
17809         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
17810         (ediff-replace-session-activity-marker-in-meta-buffer):
17811         * info.el (Info-summary):
17812         * lpr.el (printify-region):
17813         * printing.el (pr-create-interface):
17814         * ps-print.el (ps-print-quote):
17815         * ses.el (ses-column-widths, ses-print-cell)
17816         (ses-adjust-print-width, ses-center):
17817         * shell.el (shell-file-name-quote-list):
17818         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
17819         (strokes-fill-current-buffer-with-whitespace)
17820         (strokes-xpm-for-stroke, strokes-list-strokes)
17821         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
17822         * term.el (term-dynamic-list-input-ring)
17823         (term-dynamic-list-completions):
17824         * calc/calc.el (math-format-stack-value):
17825         * emacs-lisp/edebug.el (edebug-display-freq-count):
17826         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
17827         (delphi-new-comment-line):
17828         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
17829         * progmodes/executable.el (executable-set-magic):
17830         * progmodes/python.el (inferior-python-mode):
17831         * progmodes/scheme.el (scheme-mode-syntax-table):
17832         * progmodes/sh-script.el (sh-maybe-here-document):
17833         * progmodes/sql.el (sql-copy-column):
17834         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
17835         * textmodes/bibtex.el (bibtex-mode):
17836         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
17837         (sgml-auto-attributes):
17838         * textmodes/table.el (table-insert, table-shorten-cell)
17839         (table--generate-source-scan-lines, table-delete-row)
17840         (*table--cell-delete-char, table--spacify-frame)
17841         (table--horizontally-shift-above-and-below)
17842         (table--cell-insert-char, table--cell-blank-str)
17843         (table--fill-region-strictly):
17844         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
17845         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
17847         * add-log.el (change-log):
17848         * apropos.el (apropos):
17849         * comint.el (comint-completion, comint-source):
17850         * dabbrev.el (dabbrev):
17851         * delim-col.el (columns):
17852         * diff-mode.el (diff-mode):
17853         * ediff.el (ediff):
17854         * ediff-diff.el (ediff-diff):
17855         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
17856         * ediff-mult.el (ediff-mult):
17857         * ediff-ptch.el (ediff-ptch):
17858         * ediff-wind.el (ediff-window):
17859         * facemenu.el (facemenu):
17860         * indent.el (indent):
17861         * info.el (info):
17862         * jka-cmpr-hook.el (compression, jka-compr):
17863         * lpr.el (lpr):
17864         * outline.el (outlines):
17865         * pcmpl-cvs.el (pcmpl-cvs):
17866         * pcmpl-rpm.el (pcmpl-rpm):
17867         * printing.el (printing):
17868         * ps-print.el (postscript, ps-print, ps-print-horizontal)
17869         (ps-print-vertical, ps-print-headers, ps-print-font)
17870         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
17871         (ps-print-background, ps-print-printer, ps-print-page)
17872         (ps-print-miscellany):
17873         * ses.el (ses):
17874         * shell.el (shell, shell-directories, shell-faces):
17875         * startup.el (initialization):
17876         * strokes.el (strokes):
17877         * term.el (term):
17878         * uniquify.el (uniquify):
17879         * w32-vars.el (w32):
17880         * calc/calc.el (calc):
17881         * emacs-lisp/bytecomp.el (bytecomp):
17882         * emacs-lisp/cl-indent.el (lisp-indent):
17883         * emacs-lisp/edebug.el (edebug):
17884         * emacs-lisp/elp.el (elp):
17885         * emacs-lisp/testcover.el (testcover):
17886         * emacs-lisp/trace.el (trace):
17887         * emulation/viper-ex.el (viper-ex):
17888         * emulation/viper-mous.el (viper-mouse):
17889         * mail/mailalias.el (mailalias):
17890         * mail/supercite.el (supercite, supercite-frames)
17891         (supercite-attr, supercite-cite, supercite-hooks):
17892         * net/rcompile.el (remote-compile):
17893         * net/rlogin.el (rlogin):
17894         * obsolete/ooutline.el (outlines):
17895         * progmodes/delphi.el (delphi):
17896         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
17897         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
17898         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
17899         (ebnf-optimization):
17900         * progmodes/etags.el (etags):
17901         * progmodes/executable.el (executable):
17902         * progmodes/idlwave.el (idlwave):
17903         * progmodes/pascal.el (pascal):
17904         * progmodes/prolog.el (prolog):
17905         * progmodes/python.el (python):
17906         * progmodes/scheme.el (scheme):
17907         * progmodes/sh-script.el (sh, sh-script):
17908         * progmodes/sql.el (SQL):
17909         * progmodes/tcl.el (tcl):
17910         * textmodes/bibtex.el (bibtex, bibtex-autokey):
17911         * textmodes/enriched.el (enriched):
17912         * textmodes/makeinfo.el (makeinfo):
17913         * textmodes/sgml-mode.el (sgml):
17914         * textmodes/table.el (table-hooks):
17915         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
17916         * textmodes/texinfo.el (texinfo):
17917         * textmodes/two-column.el (two-column):
17918         Finish `defgroup' description with period.
17920         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
17921         * eshell/esh-var.el (eshell-var):
17922         * progmodes/vhdl-mode.el (vhdl-testbench):
17923         * textmodes/org.el (org): Fix typos in docstrings.
17925         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
17926         consistency.
17928         * progmodes/flymake.el (flymake-find-file): Remove.
17929         (flymake-float-time): Use `with-no-warnings'.
17930         (flymake-check-start-time, flymake-check-was-interrupted)
17931         (flymake-err-info, flymake-is-running, flymake-last-change-time)
17932         (flymake-new-err-info): `defvar' at compile time.
17934 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
17936         * replace.el (occur-hook): Doc fix.
17937         (occur-1): Don't call `occur-hook' if there are no matches.
17939 2005-07-03  Richard M. Stallman  <rms@gnu.org>
17941         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
17942         global-map, save the same map.
17943         (global-map): Don't alter it at top level.
17944         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
17945         Then alter it here instead.
17946         (tpu-edt-off): Set global-map to the saved one.
17948         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
17949         All references simplified.
17950         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
17951         (zmacs-regions): Add defvar.
17952         (repeat-complex-command-map): Everything about that deleted.
17954         * textmodes/artist.el (artist-key-is-drawing)
17955         (artist-key-endpoint1, artist-key-poly-point-list)
17956         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
17957         (artist-key-compl-table, artist-rb-save-data)
17958         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
17959         Don't put them in eval-when-compile.
17960         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
17962         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
17963         Use with-no-warnings.
17965         * net/browse-url.el (dos-windows-version): Add defvar.
17967         * mail/supercite.el (filladapt-prefix-table): Add defvar.
17969         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
17970         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
17971         (rmail-new-summary-line-count): Rename from new-summary-line-count.
17972         Add defvar.
17973         (rmail-summary-beginning-of-message): Use with-no-warnings.
17974         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
17976         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
17977         Use with-no-warnings.
17979         * emulation/vi.el (vi-mark-region): Use c-mark-function.
17980         (c-mark-function): Add point-moving-unit property.
17981         (vi-goto-line): Use with-no-warnings.
17983         * emulation/edt.el (edt-last-copied-word): Add defvar.
17984         (zmacs-region-stays): Likewise.
17985         (edt-mark-section-wisely): Use c-mark-function for C.
17986         Use makr-defun for Fortran.
17987         (time-string): defvar deleted.
17988         (edt-display-the-time): Don't set time-string.
17990         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
17992         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17993         Don't warn when name is not constant
17994         or for defining the group `emacs'.
17996         * tooltip.el (gud-tooltip-mode): Add defvar.
17998         * startup.el (default-frame-background-mode): Add defvar.
18000         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
18002         * info.el (tool-bar-map): Add defvar.
18004         * dired.el (dnd-protocol-alist): Add defvar.
18006         * dired-aux.el (dired-query): Display question with answer, when
18007         the user answers.
18009         * custom.el (custom-add-option): Doc fix.
18011         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
18013 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
18015         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
18016         bogus name from the last change.
18018 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
18020         * custom.el (custom-declare-variable): Fix typos in comment.
18021         (custom-known-themes): Doc fix.
18022         (custom-theme-directory): New defcustom.
18023         (require-theme): Make it check `custom-theme-directory'.
18025         * cus-theme.el (custom-new-theme-mode): New function.
18026         (custom-theme-name, custom-theme-variables, custom-theme-faces)
18027         (custom-theme-description): Add compiler defvars.
18028         (customize-create-theme): Add doc to the "*New Custom Theme*"
18029         buffer.  Use `custom-new-theme-mode'.
18030         (custom-theme-write): Put the created buffer in emacs-lisp-mode
18031         and save it to the `custom-theme-directory'.  Make this the
18032         default directory of the buffer.
18034 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
18036         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
18037         Fix unbalanced parentheses.
18039 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18041         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
18042         into flymake-mode and delegate to flymake-mode.
18044         * find-file.el (ff-which-function-are-we-in): Clean up.
18046 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
18048         * replace.el (occur-rename-buffer): Fix docstring.
18050         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
18051         (edt-last-copied-word, edt-learn-macro-count)
18052         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
18053         (edt-rect-start-point, edt-user-global-map, rect-start-point)
18054         (time-string, zmacs-region-stays):
18055         * emulation/edt-mapper.el (edt-save-function-key-map)
18056         (EDT-key-name): `defvar' to silence the byte-compiler.
18058 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
18060         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
18061         font-lock-regexp-backslash.  Doc fix.
18062         (font-lock-regexp-backslash-grouping-construct): Rename from
18063         font-lock-regexp-backslash-construct.  Doc fix.
18064         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
18065         grouping constructs.
18067 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
18069         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
18070         updating all the prerequisites.
18072 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
18074         * textmodes/org.el (org-agenda-start-on-weekday)
18075         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
18076         (org-agenda-use-time-grid, org-archive-location)
18077         (org-allow-space-in-links, org-usenet-links-prefer-google)
18078         (org-enable-table-editor, org-export-default-language)
18079         (org-export-html-show-new-buffer, org-fill-paragraph)
18080         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
18081         (org-goto-quit, org-occur, org-eval-in-calendar)
18082         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
18083         (org-agenda-diary-entry, org-remember-help)
18084         (org-table-convert-region, org-at-table-p)
18085         (org-table-move-row-down, org-table-move-row-up)
18086         (org-table-copy-region, org-table-toggle-vline-visibility)
18087         (org-table-get-stored-formulas, org-table-get-specials)
18088         (org-recalc-commands, org-table-eval-formula)
18089         (org-table-formula-substitute-names, orgtbl-make-binding)
18090         (org-format-org-table-html, org-format-table-table-html)
18091         (org-format-table-table-html-using-table-generate-source)
18092         (org-customize): Fix typos in docstrings.
18093         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
18094         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
18095         (org-back-to-heading): Doc fixes.
18096         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
18097         (org-agenda-change-all-lines, org-get-header):
18098         Improve argument/docstring consistency.
18099         (orgtbl-error): Fix error message.
18101         * progmodes/flymake.el (flymake-find-possible-master-files)
18102         (flymake-master-file-compare, flymake-get-line-err-count)
18103         (flymake-highlight-line, flymake-gui-warnings-enabled):
18104         Fix typos in docstrings.
18105         (flymake-parse-line, flymake-get-project-include-dirs-function)
18106         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
18107         Doc fixes.
18108         (flymake-get-project-include-dirs-function)
18109         (flymake-make-err-menu-data):
18110         Improve argument/docstring consistency.
18112 2005-07-01  Lute Kamstra  <lute@gnu.org>
18114         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
18115         Catch errors with ignore-errors.  Use temporary buffer.
18116         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
18118         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
18119         background color faces.
18120         (facemenu-set-foreground, facemenu-set-background):
18121         Use facemenu-set-face-from-menu.
18122         (facemenu-set-face-from-menu): Treat face names that start with
18123         "fg:" or "bg:" as special.
18124         (facemenu-add-new-color): Don't create faces.  Simplify.
18126 2005-06-30  Richard M. Stallman  <rms@gnu.org>
18128         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
18129         (crm-find-current-element): Likewise.
18131 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
18133         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
18135 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18137         * arc-mode.el (archive-extract): Make it work as a mouse binding.
18138         (archive-mouse-extract): Make it an obsolete alias.
18139         (archive-mode-map): Don't use archive-mouse-extract any more.
18140         (archive-mode, archive-extract): write-contents-hooks ->
18141         write-contents-functions.
18142         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
18143         first arg.
18144         (archive-rename-entry): Update the call.
18145         (archive-zip-summarize): Remove unused var `method'.
18146         (archive-lzh-summarize): Remove unused var `creator'.
18148         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
18149         dedicated frame upon exit.
18151         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
18152         (archive-zip-extract, archive-zip-expunge)
18153         (archive-zip-update, archive-zip-update-case): Use executable-find.
18154         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
18155         Use restore-buffer-modified-p.
18156         (archive-extract, archive-add-new-member, archive-write-file-member):
18157         Use with-current-buffer.
18158         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
18160 2005-06-30  Andreas Schwab  <schwab@suse.de>
18162         * progmodes/gud.el (gud-filter): Remove unneeded progn.
18164 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
18166         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
18168 2005-06-30  Juri Linkov  <juri@jurta.org>
18170         * faces.el (vertical-border): Inherit from mode-line-inactive
18171         only on tty.
18173 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
18175         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
18176         example, -NLINES in the `occur' docstring).
18178         * replace.el (occur-1): When no matches are found, do not set the
18179         `buffer-read-only' and modified flags for the occur buffer,
18180         because it is deleted.
18182         * emulation/cua-base.el (cua-check-pending-input)
18183         (cua-repeat-replace-region, cua-mode, cua-debug)
18184         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
18185         Fix typos in docstrings.
18187         * emulation/cua-gmrk.el (cua-toggle-global-mark)
18188         (cua-cut-region-to-global-mark)
18189         (cua--cut-rectangle-to-global-mark):
18190         Remove period from end of messages.
18192         * emulation/cua-rect.el (cua-do-rectangle-padding):
18193         Remove period from end of messages.
18194         (cua--rectangle-seq-format): Fix typo in docstring.
18195         (cua-sequence-rectangle, cua-fill-char-rectangle):
18196         Improve argument/docstring consistency.
18198 2005-06-29  Juri Linkov  <juri@jurta.org>
18200         * faces.el (default-frame-background-mode): New internal variable.
18201         (frame-set-background-mode): Use it.
18203         * startup.el (normal-top-level): Set default-frame-background-mode
18204         instead of frame-background-mode.  Before setting it, test for its
18205         nil value.  Remove tests for frame-background-mode and frame
18206         parameter `reverse'.  Add test for "unspecified-fg".
18208         * term/xterm.el (xterm-rxvt-set-background-mode):
18209         * term/rxvt.el (rxvt-set-background-mode):
18210         Set default-frame-background-mode instead of frame-background-mode.
18212 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
18214         * simple.el (set-variable): Warn about obsolete user variables.
18216         * imenu.el (imenu--completion-buffer):
18217         * mouse.el (mouse-buffer-menu-alist):
18218         * msb.el (msb-invisible-buffer-p):
18219         * calendar/diary-lib.el (diary-header-line-format):
18220         * emacs-lisp/pp.el (pp-buffer):
18221         * progmodes/cperl-mode.el (cperl-do-auto-fill):
18222         * textmodes/picture.el (picture-replace-match):
18223         Change space constants followed by a sexp to "?\s ".
18225         * play/decipher.el (decipher-loop-with-breaks):
18226         * textmodes/texinfo.el (texinfo-insert-@item): Change space
18227         constants "protected" from end of line by a comment to "?\s".
18229 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18231         * font-lock.el (save-buffer-state): Use `declare'.
18233         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
18234         reset the syntax-table to cperl-mode-syntax-table.
18235         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
18236         "foo_print_bar" is not matched as a reserved keyword.
18238 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
18240         * textmodes/org.el (orgtbl-setup): New function, for delayed
18241         setup for the orgtbl commands.
18242         (org-calc-default-modes): New option.
18243         (orgtbl-make-binding): Use `defun' to get better help display.
18244         (org-diary): Call `org-compile-prefix-format'.
18245         (org-table-formula-substitute-names): New function.
18246         (org-agenda-day-view, org-agenda-week-view): New commands.
18247         (org-agenda-toggle-week-view): Command removed.
18248         (org-tbl-menu): Split off from org-org-menu.
18249         (org-mode): Move removal of outline-mode menus to here.
18250         (org-table-formula-debug): New option.
18251         (org-table-insert-row): Keep first field if just "#" or "*".
18252         (org-mode): Paragraph regexps fixed.
18253         (org-table-recalculate-regexp): New constant.
18254         (org-table-justify-field-maybe): Avoid replace if not necessary.
18255         (org-copy-special, org-cut-special): Use `call-interactively'.
18256         (org-table-copy-region): Take region from `interactive' call.
18257         (org-trim): Return string even if no match.
18258         (org-formula): New face.
18259         (org-set-font-lock-defaults): No longer highlight "FIXME".
18260         But highlight formula-related fields in table.
18261         (org-table-p): Use regexp, not fontification.
18262         (org-table-align): Handle white space at end of line.
18263         (org-table-formula-evaluate-inline): New option.
18264         (org-mode): Auto-wrapping in comment lines turned off.
18265         (org-table-copy-down): Evaluate only in copied field, not in
18266         destination.
18267         (org-table-current-formula): Variable removed.
18268         (org-table-store-formulas, org-table-get-stored-formulas)
18269         (org-table-modify-formulas, org-table-replace-in-formulas)
18270         (org-table-maybe-eval-formula): New functions.
18271         (org-table-get-formula): Modify to use stored formulas.
18272         (org-table-insert-column, org-table-delete-column)
18273         (org-table-move-column): Call `org-table-modify-formulas'.
18274         (org-complete): Add completion for keyword formulas.
18275         (orgtbl-mode): Pull orgtbl-mode-map to start of
18276         minor-mode-map-alist.
18278 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18280         * progmodes/python.el (python-check): Require `compile' before
18281         modifying its variables.
18283         * newcomment.el (comment-indent-default): Don't get fooled by an early
18284         end of buffer.
18286 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18288         * ps-print.el (ps-print-version): Fix version number.
18290 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
18292         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
18294 2005-06-28  Richard M. Stallman  <rms@gnu.org>
18296         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
18297         (flyspell-local-mouse-map): Declaration deleted.
18298         (flyspell-mouse-map): Bind only mouse-2.
18299         (flyspell-mode-map): Don't test flyspell-use-local-map.
18300         (flyspell-overlay-keymap-property-name): Var deleted.
18301         (flyspell-mode-on): Don't make local bindings for
18302         flyspell-mouse-map and flyspell-mode-map.
18303         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
18305         * textmodes/ispell.el (ispell-word): Do not ignore short words.
18307         * progmodes/compile.el (compilation-next-error-function):
18308         Don't switch buffers; operate on the current buffer.
18310         * progmodes/compile.el (compilation-error-file-name)
18311         (compilation-warning-file-name, compilation-info-file-name)
18312         (compilation-line-number, compilation-column-number): New faces.
18313         (compilation-error-face, compilation-warning-face)
18314         (compilation-info-face, compilation-line-face)
18315         (compilation-column-face): Use them.
18317         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
18319         * comint.el (comint-password-prompt-regexp): Accept ", try again".
18321         * bindings.el (global-map): Bind insertchar and its variants.
18323 2005-06-27  Richard M. Stallman  <rms@gnu.org>
18325         * textmodes/artist.el (artist-text-overwrite)
18326         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
18328 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18330         * ps-print.el: It was not working the page selection for printing.
18331         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
18332         (ps-print-version): New version 6.6.7.
18333         (ps-end-sheet): New fun.
18334         (ps-header-sheet, ps-end-job): Call it.
18336 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
18338         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
18340 2005-06-27  Lute Kamstra  <lute@gnu.org>
18342         * facemenu.el (facemenu-unlisted-faces): Add foreground and
18343         background color faces.
18344         (facemenu-get-face): Delete function.
18345         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
18346         (facemenu-add-new-color): Make second argument mandatory.
18347         Create the appropriate face and return it.  Simplify.
18348         (facemenu-set-foreground, facemenu-set-background): Don't check if
18349         color is defined.  Use return value of facemenu-add-new-color.
18351 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
18353         * progmodes/gud.el (gud-filter): Add missing argument to
18354         with-selected-window.
18356 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18358         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
18359         a :require to the defcustom.
18361         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
18362         defcustoms corresponding to minor modes.
18364 2005-06-26  David Ponce  <david@dponce.com>
18366         * recentf.el: Require tree-widget instead of wid-edit.
18367         (recentf-filename-handler): Fix widget :type.
18368         (recentf-cancel-dialog, recentf-open-more-files)
18369         (recentf-open-files-action): Doc fix.
18370         (recentf-dialog-goto-first): New function.
18371         (recentf-dialog-mode-map): Set parent keymap first.
18372         (recentf-dialog-mode): Define with define-derived-mode.
18373         Don't display continuation lines in dialogs.
18374         (recentf-edit-list): Rename from recentf-edit-selected-items.
18375         (recentf-edit-list-select): Rename from recentf-edit-list-action.
18376         Simplify.
18377         (recentf-edit-list-validate): New function.
18378         (recentf-edit-list): Update accordingly.
18379         (recentf-open-files-item-shift): Remove.
18380         (recentf-open-files-item): Convert menu elements into tree and
18381         link widgets.  Don't create the widgets.
18382         (recentf-open-files): Update accordingly.
18383         (recentf-save-list): Untabify.
18385 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
18387         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
18388         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
18389         partially contained in the active region.  Do not take active
18390         region into account when called from Lisp, unless INTERACTIVE arg
18391         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
18392         avoid trouble with fields.  Make marker point nowhere when no
18393         longer used.  Always return nil.  Doc fix.
18394         (flush-lines): Add INTERACTIVE arg.  Do not take active region
18395         into account when called from Lisp, unless INTERACTIVE arg is
18396         non-nil.  Use `forward-line' instead of `beginning-of-line' to
18397         avoid trouble with fields.  Make marker point nowhere when no
18398         longer used.  Always return nil.  Doc fix.
18399         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
18400         interchangeable.  Do not take active region into account when
18401         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
18402         message in echo area when called from Lisp, unless INTERACTIVE arg
18403         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
18404         Return the number of matches.  Doc fix.
18405         (occur): Doc fix.
18406         (perform-replace): Make comment follow double space convention for
18407         the sake of `outline-minor-mode'.
18409         * faces.el (facep): Doc fix.
18411 2005-06-25  Richard M. Stallman  <rms@gnu.org>
18413         * facemenu.el (facemenu-enable-faces-p): New function.
18414         (facemenu-background-menu, facemenu-foreground-menu)
18415         (facemenu-face-menu): Add menu-enable property.
18417         * jka-compr.el (jka-compr-insert-file-contents):
18418         Special handling if cannot find the uncompression program.
18420         * cus-face.el (custom-face-attributes): Add autoload.
18422         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18423         Bind comment-indent-function locally.
18425         * window.el (save-selected-window): Use save-current-buffer.
18427         * subr.el (with-selected-window): Use save-current-buffer.
18429         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
18430         and with-current-buffer.
18432 2005-06-24  Richard M. Stallman  <rms@gnu.org>
18434         * simple.el (line-move-1): Fix previous change.
18436 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
18438         * replace.el (occur-1): Set `buffer-read-only' and the
18439         buffer-modified flag before running `occur-hook' to protect
18440         against unintentional buffer switches that can lead to data loss.
18442 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
18444         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
18445         (gud-gdb-marker-filter): Use font-lock-warning-face for any
18446         initial error.
18448         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
18449         after fresh input.
18450         (gdb-var-create-handler): Put name of expression in quotes.
18452 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
18454         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
18455         elements of RING in order, and without bogus nil elements.
18457 2005-06-23  Richard M. Stallman  <rms@gnu.org>
18459         * simple.el (set-variable): Args renamed; doc fix.
18460         (line-move-1): When there are overlays around, use vertical-motion.
18462         * faces.el (escape-glyph): Use brown against light background.
18463         (nobreak-space): Rename from no-break-space.
18464         Fix previous change.
18466         * dired-aux.el (dired-do-copy): Fix arg prompt.
18468         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
18470 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
18472         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
18473         rather than "Distributor".
18475 2005-06-23  Lute Kamstra  <lute@gnu.org>
18477         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
18478         (debug-on-entry): Use it.  New interactive declaration that uses
18479         function-called-at-point.
18481 2005-06-23  Kim F. Storm  <storm@cua.dk>
18483         * subr.el (save-match-data): Add comment about using evaporate arg
18484         to set-match-data.
18486 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
18488         * cus-edit.el (customize-face)
18489         (customize-face-other-window): Handle face aliases.
18491         * faces.el (face-documentation, set-face-attribute)
18492         (face-spec-set): Handle face aliases.
18494 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
18496         * help-mode.el (help-make-xrefs): If a symbol representing a face
18497         name is not followed by the word "face", it could still be a
18498         function or variable name, so don't bypass other checks.
18500 2005-06-22  Juri Linkov  <juri@jurta.org>
18502         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
18503         Replace aliased functions with calls where second arg `inherit' is t.
18505 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
18507         * progmodes/gdb-ui.el (gdb-error): New variable.
18508         (gdb-error): New function.
18509         (gdb-annotation-rules): Act on error-begin and error annotations.
18510         (gdb-concat-output): Use font-lock-warning-face for errors.
18512 2005-06-22  Miles Bader  <miles@gnu.org>
18514         * bindings.el (propertized-buffer-identification): Use renamed
18515         `Buffer-menu-buffer' face.
18517         * faces.el (vertical-border): Rename from `vertical-divider'.
18518         (escape-glyph): Change dark-background color back to `cyan'.
18520 2005-06-21  Juri Linkov  <juri@jurta.org>
18522         * faces.el (face-user-default-spec): Try getting `customized-face'
18523         prior to `saved-face'.
18524         (frame-background-mode): Refill docstring.
18526         * emacs-lisp/lisp-mode.el (eval-defun-1):
18527         * emacs-lisp/edebug.el (edebug-eval-defun):
18528         Set `saved-face' temporarily to nil before calling form.
18529         Set `customized-face' to the new spec after that.
18531 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
18533         * subr.el (1value, lambda, key-substitution-in-progress):
18534         Doc fixes.
18536         * autoinsert.el (auto-insert-alist):
18537         * ses.el (ses-call-printer):
18538         * subr.el (noreturn):
18539         * emacs-lisp/lisp.el (check-parens):
18540         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
18541         * net/browse-url.el (browse-url-mosaic):
18542         * progmodes/cc-defs.el (c-safe-scan-lists):
18543         * progmodes/ebnf-abn.el (ebnf-abn-lex):
18544         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
18545         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
18546         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
18547         * progmodes/ebnf-iso.el (ebnf-iso-lex):
18548         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
18550 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18552         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
18554 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
18556         * calendar/appt.el (appt-make-list): Activate the package, if
18557         not already active (for backwards compatibility).
18559 2005-06-20  Kim F. Storm  <storm@cua.dk>
18561         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
18563 2005-06-20  Miles Bader  <miles@gnu.org>
18565         * faces.el (vertical-divider): New face.
18567 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
18569         * simple.el (kill-whole-line): Doc fix.
18570         (next-error-buffer-p, next-error-find-buffer)
18571         (clone-indirect-buffer): Fix typos in docstrings.
18572         (comment-line-break-function): Doc fix: don't say variable
18573         is automatically buffer-local (it isn't).
18575 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
18577         * net/tramp-ftp.el (top):
18578         * net/tramp-smb.el (top):
18579         * net/tramp-util.el (top):
18580         * net/tramp-uu.el (top):
18581         * net/tramp-vc.el (top):
18582         * net/tramp.el (top): Revert copyright years back to original
18583         ones.  Tramp has a life outside GNU Emacs.
18585 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
18587         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
18589 2005-06-18  Juri Linkov  <juri@jurta.org>
18591         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
18592         end of first regexp to limit the match to the position between
18593         line number and source line with same separator character as used
18594         between file name and line number.  In the second regexp limit
18595         mouse-face area to file name and line number by adding new group
18596         for them and referring it in HYPERLINK arg.
18597         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
18598         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
18599         previous line where grep markers may be already removed.
18601 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
18603         * progmodes/ps-mode.el: Update version and maintainer's email address.
18605 2005-06-18  Steve Youngs  <steve@xemacs.org>
18607         * net/browse-url.el (browse-url-browser-function)
18608         (browse-url-default-browser): Add firefox.
18609         (browse-url-firefox-program, browse-url-firefox-arguments)
18610         (browse-url-firefox-startup-arguments)
18611         (browse-url-firefox-new-window-is-tab): New defcustoms.
18612         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
18614 2005-06-17  Richard M. Stallman  <rms@gnu.org>
18616         * startup.el (command-line): Warn if specified user name has
18617         no home directory.
18619         * term.el (term-get-old-input, term-input-filter, term-input-sender)
18620         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
18622         * longlines.el (longlines-mode, longlines-show-hard-newlines):
18623         Doc fixes.
18625         * faces.el (underline): Try bold if terminal doesn't support underline.
18627         * mail/sendmail.el (mail-setup-with-from): New variable.
18628         (mail-insert-from-field): New function.
18629         (sendmail-send-it): Call it.
18630         (mail-setup): Optionally call it here.
18632         * term/linux.el: Call tty-no-underline.
18634 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
18636         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
18638 2005-06-17  Miles Bader  <miles@gnu.org>
18640         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
18641         (ediff-current-diff-C, ediff-current-diff-Ancestor)
18642         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
18643         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
18644         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
18645         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
18646         Remove "-face" suffix from face names.
18647         (ediff-current-diff-face-A, ediff-current-diff-face-B)
18648         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18649         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18650         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18651         (ediff-even-diff-face-A, ediff-even-diff-face-B)
18652         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18653         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18654         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18655         New backward-compatibility aliases for renamed faces.
18656         (ediff-current-diff-face-A, ediff-current-diff-face-B)
18657         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18658         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18659         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18660         (ediff-even-diff-face-A, ediff-even-diff-face-B)
18661         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18662         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18663         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18664         Use renamed ediff faces.
18666         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
18667         Remove "-face" suffix from face names.
18668         (eshell-test-ok-face, eshell-test-failed-face):
18669         New backward-compatibility aliases for renamed faces.
18670         (eshell-run-test): Use renamed eshell-test faces.
18672         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
18673         face name.
18674         (eshell-prompt-face): New backward-compatibility alias for renamed
18675         face.
18676         (eshell-emit-prompt): Use renamed eshell-prompt face.
18678         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
18679         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
18680         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
18681         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
18682         Remove "-face" suffix from face names.
18683         (eshell-ls-directory-face, eshell-ls-symlink-face)
18684         (eshell-ls-executable-face, eshell-ls-readonly-face)
18685         (eshell-ls-unreadable-face, eshell-ls-special-face)
18686         (eshell-ls-missing-face, eshell-ls-archive-face)
18687         (eshell-ls-backup-face, eshell-ls-product-face)
18688         (eshell-ls-clutter-face):
18689         New backward-compatibility aliases for renamed faces.
18690         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
18692         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
18693         Remove "-face" suffix from face name.
18694         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
18695         instead of literal face.
18697 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
18699         * emacs-lisp/warnings.el (display-warning, lwarn)
18700         (warning-minimum-log-level): Doc fixes.
18701         (warning-minimum-level, warning-minimum-log-level):
18702         Add :debug to :type choices.
18704         * progmodes/ada-mode.el (ada-format-paramlist)
18705         (ada-get-indent-case, ada-check-matching-start)
18706         (ada-check-defun-name, ada-goto-matching-decl-start)
18707         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
18708         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
18709         (ada-make-subprogram-body): Follow error conventions.
18710         (ada-case-exception-file, ada-indent-comment-as-code)
18711         (ada-indent-handle-comment-special, ada-indent-renames)
18712         (ada-indent-return, ada-search-directories-internal)
18713         (ada-tab-policy, ada-case-exception-substring)
18714         (ada-other-file-alist, ada-matching-start-re)
18715         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
18716         (ada-imenu-generic-expression, ada-compile-goto-error)
18717         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
18718         (ada-popup-menu, ada-add-extensions, ada-mode)
18719         (ada-region-selected, ada-create-case-exception)
18720         (ada-create-case-exception-substring, ada-after-keyword-p)
18721         (ada-activate-keys-for-case, ada-adjust-case-region)
18722         (ada-adjust-case-buffer, ada-format-paramlist)
18723         (ada-scan-paramlist, ada-insert-paramlist)
18724         (ada-indent-newline-indent)
18725         (ada-indent-newline-indent-conditional)
18726         (ada-justified-indent-current, ada-goto-previous-word)
18727         (ada-indent-current, ada-get-indent-open-paren)
18728         (ada-get-indent-paramlist, ada-get-indent-end)
18729         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
18730         (ada-get-indent-block-start, ada-get-indent-subprog)
18731         (ada-get-indent-noindent, ada-get-indent-label)
18732         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
18733         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
18734         (ada-goto-stmt-end, ada-goto-next-word)
18735         (ada-check-matching-start, ada-check-defun-name)
18736         (ada-goto-matching-decl-start, ada-goto-matching-start)
18737         (ada-goto-matching-end, ada-search-ignore-string-comment)
18738         (ada-in-decl-p, ada-looking-at-semi-or)
18739         (ada-looking-at-semi-private, ada-in-paramlist-p)
18740         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
18741         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
18742         (ada-next-procedure, ada-previous-procedure, ada-next-package)
18743         (ada-previous-package, ada-create-menu)
18744         (ada-fill-comment-paragraph-justify)
18745         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
18746         (ada-other-file-name, ada-last-which-function-line)
18747         (ada-last-which-function-subprog, ada-which-function)
18748         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
18749         (ada-gen-treat-proc, ada-check-emacs-version)
18750         (ada-continuation-indent, ada-align-region-separate):
18751         Fix typos in docstrings.
18752         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
18754 2005-06-16  Lute Kamstra  <lute@gnu.org>
18756         * simple.el (fundamental-mode): Run after-change-major-mode-hook
18757         conditionally.
18759 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
18761         * comint.el (comint-replace-by-expanded-filename)
18762         (comint-prompt-regexp, comint-delimiter-argument-list)
18763         (comint-preinput-scroll-to-bottom):
18764         * info.el (Info-hide-cookies-node):
18765         * ls-lisp.el (ls-lisp-classify):
18766         * find-file.el (ff-search-directories, ff-special-constructs)
18767         (ff-find-other-file):
18768         * font-lock.el (font-lock-keywords):
18769         * shell.el (shell-prompt-pattern)
18770         (shell-dynamic-complete-functions, shell-mode)
18771         (shell-delimiter-argument-list):
18772         * term.el (term-replace-by-expanded-filename)
18773         (term-prompt-regexp, term-delimiter-argument-list):
18774         * woman.el (woman-ignore, woman0-if):
18775         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
18776         * emacs-lisp/elint.el (elint-init-env):
18777         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
18778         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
18779         * language/ethio-util.el (ethio-tilde-escape)
18780         (ethio-use-three-dot-question):
18781         * net/zone-mode.el (zone-mode-load-time-setup):
18782         * progmodes/cc-align.el (c-lineup-argcont):
18783         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
18784         * progmodes/cperl-mode.el (cperl-set-style-back):
18785         * progmodes/inf-lisp.el (inferior-lisp-prompt):
18786         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
18787         Fix spellings in docstrings.
18789         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
18790         * progmodes/modula2.el (m2-for): Fix spellings.
18792         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
18794         * simple.el (undo-more): Don't use `format' on `error' arguments.
18795         Improve argument/docstring consistency.
18796         (pending-undo-list): Doc fix.
18798         * smerge-mode.el (smerge-ensure-match):
18799         * emulation/vip.el (vip-ex):
18800         * net/zone-mode.el (zone-mode-update-serial):
18801         * progmodes/idlwave.el (idlwave-complete):
18802         * progmodes/vhdl-mode.el (vhdl-visit-file)
18803         (vhdl-compose-wire-components):
18804         Don't use `format' on `error' arguments.
18806         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
18807         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
18808         (tooltip-help-tips): Fix typos in docstrings.
18810 2005-06-16  David Ponce  <david@dponce.com>
18812         * tree-widget.el (tree-widget-value-create): Simplify last change.
18814 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
18816         * ido.el (ido-incomplete-regexp): New variable.
18817         (ido-set-matches-1): Handle invalid-regexp error and set
18818         ido-incomplete-regexp.
18819         (ido-incomplete-regexp): New face.
18820         (ido-completions): Use it.
18821         (ido-complete, ido-exit-minibuffer, ido-completions):
18822         Handle incomplete regexps.
18823         (ido-completions): Add check for complete match when entering a regexp.
18825 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18827         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
18829 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18831         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
18832         by field delimiters.
18834 2005-06-15  David Ponce  <david@dponce.com>
18836         * tree-widget.el: eval-and-compile inlined functions so they will
18837         be available at run-time too.
18838         (tree-widget-super-format-handler)
18839         (tree-widget-format-handler): Remove.
18840         (tree-widget-value-create): Handle the :indent property.
18842 2005-06-15  Miles Bader  <miles@gnu.org>
18844         * progmodes/which-func.el (which-func): Only inherit
18845         `font-lock-function-name-face' when that makes sense against the
18846         default mode-line face, otherwise set the face color explicitly.
18848         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
18849         faces instead of (non-existent) variables.
18851 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18853         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
18854         (iswitchb-get-matched-buffers): Likewise.  Simplify.
18856 2005-06-14  Miles Bader  <miles@gnu.org>
18858         * progmodes/ld-script.el (ld-script-location-counter):
18859         Remove "-face" suffix from face name.
18860         (ld-script-location-counter-face):
18861         New backward-compatibility alias for renamed face.
18862         (ld-script-location-counter-face): Use renamed face.
18864         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
18865         (cperl-hash): Remove "-face" suffix from face names.
18866         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
18867         New backward-compatibility aliases for renamed faces.
18868         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
18869         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
18871         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
18872         name.
18873         (which-func-face): New backward-compatibility alias for renamed face.
18874         (which-func-format): Use renamed which-func face.
18876         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
18877         (vhdl-function, vhdl-directive, vhdl-reserved-word)
18878         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
18879         names.
18880         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
18881         (vhdl-speedbar-configuration, vhdl-speedbar-package)
18882         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
18883         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
18884         (vhdl-speedbar-architecture-selected)
18885         (vhdl-speedbar-configuration-selected)
18886         (vhdl-speedbar-package-selected)
18887         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
18888         names.
18889         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
18890         Use renamed faces.
18891         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
18892         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
18893         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
18894         Use renamed faces.
18895         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
18896         names.
18897         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
18898         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
18899         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
18900         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
18901         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
18902         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
18904         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
18905         face name.
18906         (sh-heredoc-face): New backward-compatibility alias for renamed face.
18907         (sh-heredoc-face): Use renamed sh-heredoc face.
18909         * progmodes/idlw-help.el (idlwave-help-link):
18910         Remove "-face" suffix from face name.
18911         (idlwave-help-link-face):
18912         New backward-compatibility alias for renamed face.
18913         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
18915         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
18916         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
18917         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
18918         New backward-compatibility aliases for renamed faces.
18919         (idlwave-shell-disabled-breakpoint-face)
18920         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
18922         * progmodes/flymake.el (flymake-errline, flymake-warnline):
18923         Remove "-face" suffix from face names.
18924         (flymake-errline-face, flymake-warnline-face):
18925         New backward-compatibility aliases for renamed faces.
18926         (flymake-highlight-line): Use renamed flymake faces.
18928         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
18929         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
18930         (ebrowse-member-class, ebrowse-progress):
18931         Remove "-face" suffix from face names.
18932         (ebrowse-tree-mark-face, ebrowse-root-class-face)
18933         (ebrowse-file-name-face, ebrowse-default-face)
18934         (ebrowse-member-attribute-face, ebrowse-member-class-face)
18935         (ebrowse-progress-face):
18936         New backward-compatibility aliases for renamed faces.
18937         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
18938         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
18939         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
18940         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
18942         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
18943         antlr-syntax)
18944         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
18945         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
18946         names.
18947         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
18948         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
18949         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
18950         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
18951         backward-compatibility aliases for renamed faces.
18952         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
18953         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
18954         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
18955         remove "font-lock-".  Use renamed antlr-mode faces.
18956         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
18957         literal face-names with face variable references.
18959         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
18960         face name.
18961         (Buffer-menu-buffer-face): New backward-compatibility alias for
18962         renamed face.
18963         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
18965 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
18967         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
18968         Eliminate "-face" suffix.
18969         (makefile-targets): Inherit from font-lock-function-name-face and
18970         eliminate "-face" suffix.
18971         (makefile-shell): Remove attributes and eliminate "-face" suffix.
18972         (makefile-*-font-lock-keywords): Append makefile-targets in rule
18973         actions, instead of prepending, to make it less visible.
18974         (makefile-previous-dependency, makefile-match-dependency):
18975         Don't match a target on a continuation line.
18977         * files.el (auto-mode-alist): Put Makefile in gmake mode.
18979 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
18981         * progmodes/gdb-ui.el (menu): Re-order menu items.
18982         (gdb-tooltip-print): Respect tooltip-use-echo-area.
18984         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
18985         Define in tooltip.el.
18986         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
18987         (gud-tooltip-tips): Respect tooltip-use-echo-area and
18988         gud-tooltip-echo-area.
18990         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
18991         backward compatibility and make obsolete.
18992         (tooltip-help-tips): Use tooltip-use-echo-area.
18993         (tooltip-show-help-function): Rename to...
18994         (tooltip-show-help): ...this, because it is a function.
18995         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
18997 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
18999         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
19000         (edebug-print-length, edebug-print-level, edebug-print-circle)
19001         (edebug-modify-breakpoint, edebug-eval-last-sexp)
19002         (edebug-eval-print-last-sexp): Doc fixes.
19004 2005-06-14  Kim F. Storm  <storm@cua.dk>
19006         * ido.el (ido-mode): Make a new keymap every time we enable ido,
19007         as the coverage buffer/file/both may change.
19009 2005-06-14  Lute Kamstra  <lute@gnu.org>
19011         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
19012         and run-mode-hooks.  Simplify.
19014         * mail/rmailedit.el (rmail-edit-mode):
19015         * progmodes/octave-inf.el (inferior-octave-mode):
19016         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
19018         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
19019         and run-mode-hooks.
19020         (recentf-edit-list, recentf-open-files): Don't call
19021         kill-all-local-variables directly.
19023         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
19025 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19027         * emacs-lisp/byte-run.el (make-obsolete)
19028         (define-obsolete-function-alias): Rename arguments FUNCTION and
19029         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
19030         (make-obsolete-variable, define-obsolete-variable-alias):
19031         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
19032         respectively.
19034         * isearchb.el (isearchb-activate):
19035         * pcvs.el (cvs-mode):
19036         * ses.el (ses-load):
19037         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
19038         * net/tramp.el (tramp-find-file-exists-command)
19039         (tramp-find-shell):
19040         * progmodes/ada-mode.el (ada-create-case-exception)
19041         (ada-create-case-exception-substring, ada-make-subprogram-body):
19042         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19043         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
19044         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
19045         * textmodes/org.el (org-promote, org-evaluate-time-range)
19046         (org-agenda-next-date-line, org-agenda-previous-date-line)
19047         (org-agenda-error, org-open-at-point, org-table-move-row)
19048         (org-format-table-table-html-using-table-generate-source)
19049         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
19050         * textmodes/reftex.el (reftex-access-scan-info):
19051         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
19052         (reftex-toc-promote-prepare): Follow error conventions.
19054         * diff-mode.el (diff-mode): Fix typo in docstring.
19056         * forms.el (forms--intuit-from-file): Fix reference to
19057         `forms-number-of-fields' in error message.
19058         (forms-print): Fix quoting in error message.
19060         * forms.el (forms-mode):
19061         * emulation/vi.el (vi-goto-insert-state):
19062         * progmodes/flymake.el (flymake-new-err-info)
19063         (flymake-start-syntax-check-for-current-buffer)
19064         (flymake-simple-cleanup):
19065         * eshell/esh-var.el (eshell/export):
19066         * progmodes/gud.el (xdb):
19067         * textmodes/flyspell.el (flyspell-incorrect-hook)
19068         (flyspell-maybe-correct-transposition)
19069         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
19071 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
19073         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
19074         minibuffer prompt.
19076 2005-06-13  Kim F. Storm  <storm@cua.dk>
19078         * subr.el (add-to-ordered-list): New defun.
19080         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
19081         add cua--keymap-alist to emulation-mode-map-alists.
19083 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19085         * subr.el (complete-in-turn): New macro.
19086         (dynamic-completion-table, lazy-completion-table): Add debug info.
19088         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
19089         in preference to face aliases.
19091         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
19092         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
19093         Remove unused vars `start' and `firstline'.
19094         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
19095         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
19097 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
19099         * cus-start.el (all): Don't complain about missing GTK-related
19100         variables, unless either `gtk' is boundp or this isn't a
19101         `windows-nt' build.
19103 2005-06-13  Lute Kamstra  <lute@gnu.org>
19105         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
19106         run-mode-hooks.
19108         * ediff-mult.el (ediff-meta-mode):
19109         * ediff-util.el (ediff-mode): Use run-mode-hooks.
19111         * ledit.el (ledit-mode): Use delay-mode-hooks.
19113         * woman.el (woman-mode-line-format): Delete constant.
19114         (woman-mode-map): Initialize it properly.
19115         (woman-mode): Set mode-class property to special.
19116         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
19117         Set major-mode and mode-name.  Don't set mode-line-format directly.
19118         (Man-getpage-in-background): Don't reference woman-mode-line-format.
19120         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
19121         string argument obsolete.
19123 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
19125         * textmodes/org.el (org-CUA-compatible): New option.
19126         (org-disputed-keys): New variable.
19127         (org-key): New function.
19128         (orgtbl-make-binding): Add docstring to the created function.
19129         (org-mode): Set paragraph start/separate regexps.
19130         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
19131         (org-archive-location, org-archive-mark-done)
19132         (org-archive-stamp-time): New options.
19133         (org-archive-subtree): New command.
19134         (org-fill-paragraph): New function.
19135         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
19136         (org-fake-empty-table-line): Function removed.
19137         (org-format-org-table-html): Do not create empty table lines at
19138         separator lines.  Improved table header treatment.
19139         (org-link-format): New option.
19140         (org-make-link): New function.
19141         (org-insert-link, org-store-link): Use org-make-link.
19142         (org-open-file): Quote file name for shell command, to allow
19143         spaces in file names.
19144         (org-link-regexp): Fix bug with mailto link.
19145         (org-link-maybe-angles-regexp, org-protected-link-regexp):
19146         New constants.
19147         (org-export-as-html): Deal with the optional angles around a link.
19148         Better treatment of file: links.
19149         (org-open-at-point): Replace @{ and @} with < and >.
19150         (org-run-mode-hooks): Function removed.
19151         (org-agenda-mode): No longer use `org-run-mode-hooks'.
19153 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
19155         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
19156         MI command -data-list-register-values.
19157         (gdb-post-prompt): Indent properly.
19159 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
19161         * hilit-chg.el (highlight-changes-colors): Rename from
19162         `highlight-changes-colours'.
19163         (highlight-changes-colours): Keep as obsolete alias.
19164         (highlight-changes-face-list): Doc fix.
19165         (hilit-chg-make-list): Use `highlight-changes-colors'.
19167 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
19169         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
19170         defun-prompt-regexp.
19172 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
19174         * loadup.el: Don't say we are dumping under 2 names on windows-nt
19175         and cygwin.
19177         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
19178         Don't use an old loaddefs.el, as in Makefile.in.
19180 2005-06-12  Lute Kamstra  <lute@gnu.org>
19182         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
19184         * man.el (Man-mode-map): Initialize it properly.
19185         (Man-mode): Set mode-class property to special.
19187         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
19189 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
19191         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
19192         A newline is needed in the docstring there.
19194         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
19195         Doc fixes.
19197 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19199         * printing.el: Doc fix.  The menubar is no more changed when printing
19200         is loaded, it only changes when pr-menu-bind or pr-update-menus is
19201         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
19202         (pr-version): New version number (6.8.4).
19203         (pr-menu-bind): New command.
19204         (pr-update-menus): Docstring and code fix.
19205         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
19206         Docstring fix.
19207         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
19208         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
19210 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
19212         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
19213         "Returns" to "return", document useful return values, etc.
19215 2005-06-11  Alan Mackenzie  <acm@muc.de>
19217         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
19218         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
19219         (adaptive-file-function): Minor amendment to doc-string.
19221 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
19223         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
19224         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
19225         Fix :type--it is `integer', not `string'.
19227         * faces.el (modeline-highlight): Rename from (the erroneous)
19228         `modeline-higilight'.
19230 2005-06-11  Lute Kamstra  <lute@gnu.org>
19232         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
19233         lisp-interaction-mode-map but make it the parent.
19234         (edebug-eval-mode): Use define-derived-mode.
19236 2005-06-11  Andreas Schwab  <schwab@suse.de>
19238         * bindings.el: Add binding of `ESC functionkey' for every
19239         `M-functionkey'.
19240         * hexl.el (hexl-mode-map): Likewise.
19242 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
19244         * progmodes/compile.el (compilation-error-regexp-alist-alist)
19245         [msft]: update regexp for newer msft compilers.
19247 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
19249         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
19250         ATTLIST portions of included DTDs.
19251         (xml-parse-dtd): Eliminate use of inefficient match-data.
19253 2005-06-10  Miles Bader  <miles@gnu.org>
19255         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
19256         (mpuz-text): Remove "-face" suffix from face names.
19257         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
19258         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
19259         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
19261         * play/gomoku.el (gomoku-O, gomoku-X):
19262         Remove "-face" suffix from face names.
19263         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
19264         New backward-compatibility aliases for renamed faces.
19265         (gomoku-font-lock-keywords): Use renamed gomoku faces.
19267 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
19269         * thumbs.el: Fixes for changes of 2005-06-09.
19270         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
19271         as a directory.
19272         (thumbs-thumbname): Remove directory separator from format string;
19273         `thumbs-thumbsdir' now returns a valid directory name.
19274         (thumbs-temp-dir): New defsubst.
19275         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
19276         Use it.
19278         * cus-edit.el (minibuffer):
19279         * files.el (make-backup-file-name-function):
19280         * filesets.el (filesets-external-viewers):
19281         * hilit-chg.el (highlight-changes-colours)
19282         (highlight-changes-face-list, highlight-changes-rotate-faces):
19283         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
19284         * kmacro.el (kmacro-call-macro):
19285         * log-edit.el (log-edit-changelog-full-paragraphs):
19286         * mouse.el (mouse-1-click-follows-link):
19287         * skeleton.el (skeleton-autowrap):
19288         * subr.el (insert-for-yank-1):
19289         * tempo.el (tempo-insert-region):
19290         * terminal.el (terminal-emulator):
19291         * time.el (display-time-mail-face):
19292         * vc.el (vc-annotate):
19293         * vcursor.el (vcursor-copy-line):
19294         * woman.el (woman-bold-headings, woman-ignore)
19295         (woman-default-faces, woman-monochrome-faces):
19296         * calendar/todo-mode.el (todo-insert-threshold):
19297         * emulation/pc-select.el (pc-select-selection-keys-only)
19298         (pc-selection-mode):
19299         * emulation/vip.el (vip-find-char-forward):
19300         * emulation/viper-cmd.el (viper-find-char-forward):
19301         * international/mule-cmds.el
19302         (select-safe-coding-system-accept-default-p)
19303         (input-method-exit-on-invalid-key):
19304         * international/mule-diag.el (describe-coding-system):
19305         * international/ucs-tables.el (unify-8859-on-encoding-mode):
19306         * net/browse-url.el (browse-url-xterm-program):
19307         * obsolete/lazy-lock.el (lazy-lock-mode):
19308         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
19309         (cperl-mode):
19310         * progmodes/cpp.el (cpp-face-light-name-list)
19311         (cpp-face-dark-name-list):
19312         * progmodes/delphi.el (delphi-newline-always-indents):
19313         Fix spellings in docstrings.
19315         * ido.el (ido-mode, ido-file-extensions-order)
19316         (ido-default-file-method, ido-default-buffer-method)
19317         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
19318         (ido-decorations, ido-read-file-name-as-directory-commands)
19319         (ido-read-file-name-non-ido, ido-work-directory-list)
19320         (ido-ignore-item-temp-list, ido-current-directory)
19321         (ido-magic-forward-char, ido-enter-find-file)
19322         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
19323         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
19325 2005-06-10  Lute Kamstra  <lute@gnu.org>
19327         * play/dunnet.el (dun-mode): Use define-derived-mode.
19328         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
19329         obsolete alias.
19331         * play/doctor.el (doctor-mode-map): Remove defvar.
19332         (doctor-mode): Use define-derived-mode.
19334         * mail/mspools.el (mspools-mode):
19335         * net/eudc-hotlist.el (eudc-hotlist-mode):
19336         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
19338 2005-06-10  Miles Bader  <miles@gnu.org>
19340         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
19341         Remove "-face" suffix from face names.
19342         (flyspell-incorrect-face, flyspell-duplicate-face):
19343         New backward-compatibility aliases for renamed faces.
19344         (flyspell-mode-on, make-flyspell-overlay)
19345         (flyspell-highlight-incorrect-region)
19346         (flyspell-highlight-duplicate-region)
19347         (flyspell-display-next-corrections)
19348         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
19350         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
19351         from face name.
19352         (texinfo-heading-face): New backward-compatibility alias for
19353         renamed face.
19354         (texinfo-heading-face): Use renamed texinfo-heading face.
19356         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
19357         suffix from face names.
19358         (tex-math-face, tex-verbatim-face):
19359         New backward-compatibility aliases for renamed faces.
19360         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
19361         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
19362         literal face name.
19364         * textmodes/table.el (table-cell): Remove "-face" suffix from face
19365         name.
19366         (table-cell-face): New backward-compatibility alias for renamed face.
19367         (table--put-cell-face-property, table--update-cell-face):
19368         Use renamed table-cell face.
19370         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
19371         from face name.
19372         (sgml-namespace-face): New backward-compatibility alias for
19373         renamed face.
19374         (sgml-namespace-face): Use renamed sgml-namespace face.
19376         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
19377         (org-level-4, org-level-5, org-level-6, org-level-7)
19378         (org-level-8, org-warning, org-headline-done)
19379         (org-deadline-announce, org-scheduled-today)
19380         (org-scheduled-previously, org-link, org-done, org-table)
19381         (org-time-grid): Remove "-face" suffix from face names.
19382         (org-level-1-face, org-level-2-face, org-level-3-face)
19383         (org-level-4-face, org-level-5-face, org-level-6-face)
19384         (org-level-7-face, org-level-8-face, org-warning-face)
19385         (org-headline-done-face, org-deadline-announce-face)
19386         (org-scheduled-today-face, org-scheduled-previously-face)
19387         (org-link-face, org-done-face, org-table-face)
19388         (org-time-grid-face):
19389         New backward-compatibility aliases for renamed faces.
19390         (org-level-faces, org-set-font-lock-defaults, org-timeline)
19391         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
19392         (org-agenda-get-timestamps, org-agenda-get-scheduled)
19393         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
19395         * emulation/viper-init.el (viper-search, viper-replace-overlay)
19396         (viper-minibuffer-emacs, viper-minibuffer-insert)
19397         (viper-minibuffer-vi): Remove "-face" suffix from face names.
19398         (viper-search-face, viper-replace-overlay-face)
19399         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19400         (viper-minibuffer-vi-face):
19401         New backward-compatibility aliases for renamed faces.
19402         (viper-search-face, viper-replace-overlay-face)
19403         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19404         (viper-minibuffer-vi-face): Use renamed viper faces.
19406         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
19407         Remove "-face" suffix from face names.
19408         (testcover-nohits-face, testcover-1value-face):
19409         New backward-compatibility aliases for renamed faces.
19410         (testcover-mark): Use renamed testcover faces.
19412         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
19413         face name.
19414         (diary-button-face): New backward-compatibility alias for renamed face.
19415         (diary-entry): Use renamed diary-button face.
19417         * calendar/calendar.el (diary, calendar-today, holiday)
19418         (mark-visible-calendar-date): Remove "-face" suffix from face names.
19419         (diary-face, calendar-today-face, holiday-face):
19420         New backward-compatibility aliases for renamed faces.
19421         (eval-after-load "facemenu", diary-entry-marker)
19422         (calendar-today-marker, calendar-holiday-marker, diary-face):
19423         Use renamed calendar faces.
19425         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
19426         (compare-windows-face): New backward-compatibility alias for
19427         renamed face.
19428         (compare-windows-highlight): Use renamed compare-windows face.
19430         * strokes.el (strokes-char): Remove "-face" suffix from face name.
19431         (strokes-char-face): New backward-compatibility alias for renamed face.
19432         (strokes-encode-buffer): Use renamed strokes-char face.
19434         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
19435         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
19436         Remove "-face" suffix from face names.
19437         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19438         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19439         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
19440         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
19441         Use renamed pcvs faces.
19442         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
19443         * pcvs-defs.el (cvs-mode-map): Likewise.
19444         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
19446         * info.el (info-title-1, info-title-2, info-title-3)
19447         (info-title-4): Remove "-face" suffix from and downcase face names.
19448         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19449         (Info-title-4-face):
19450         New backward-compatibility aliases for renamed faces.
19451         (Info-fontify-node): Use renamed info faces.
19453         * hilit-chg.el (highlight-changes, highlight-changes-delete):
19454         Remove "-face" suffix from face names.
19455         (highlight-changes-face, highlight-changes-delete-face):
19456         New backward-compatibility aliases for renamed faces.
19457         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
19458         (hilit-chg-make-list): Use renamed highlight-changes faces.
19460         * generic-x.el (show-tabs-tab, show-tabs-space):
19461         Remove "-face" suffix from face names.
19462         (show-tabs-tab-face, show-tabs-space-face):
19463         New backward-compatibility aliases for renamed faces.
19464         (show-tabs-generic-mode-font-lock-defaults-1)
19465         (show-tabs-generic-mode-font-lock-defaults-2):
19466         Use renamed show-tabs faces.
19468         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
19469         (smerge-markers): Remove "-face" suffix from face names.
19470         (smerge-mine-face, smerge-other-face, smerge-base-face)
19471         (smerge-markers-face):
19472         New backward-compatibility aliases for renamed faces.
19473         (smerge-mine-face, smerge-other-face, smerge-base-face)
19474         (smerge-markers-face): Use renamed smerge faces.
19476         * log-view.el (log-view-file, log-view-message): Remove "-face"
19477         suffix from face names.
19478         (log-view-file-face, log-view-message-face):
19479         New backward-compatibility aliases for renamed faces.
19480         (log-view-file-face, log-view-message-face): Use renamed log-view
19481         faces.
19483         * paren.el (show-paren-match, show-paren-mismatch):
19484         Remove "-face" suffix from face names.
19485         (show-paren-match-face, show-paren-mismatch-face):
19486         New backward-compatibility aliases for renamed faces.
19487         (show-paren-function): Use renamed show-paren faces.
19489         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
19490         (ruler-mode-margins, ruler-mode-fringes)
19491         (ruler-mode-column-number, ruler-mode-fill-column)
19492         (ruler-mode-comment-column, ruler-mode-goal-column)
19493         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
19494         suffix from face names.
19495         (ruler-mode-default-face, ruler-mode-pad-face)
19496         (ruler-mode-margins-face, ruler-mode-fringes-face)
19497         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
19498         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
19499         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
19500         New backward-compatibility aliases for renamed faces.
19501         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
19502         (ruler-mode-column-number, ruler-mode-fill-column)
19503         (ruler-mode-comment-column, ruler-mode-goal-column)
19504         (ruler-mode-tab-stop, ruler-mode-current-column)
19505         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
19506         faces.
19508         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
19509         face name.
19510         (whitespace-highlight-the-space): Use renamed face.
19511         (whitespace-highlight-face): New backward-compatibility alias for
19512         renamed face.
19514         * woman.el (woman-italic, woman-bold, woman-unknown)
19515         (woman-addition, woman-symbol-face):
19516         Remove "-face" suffix from face names.
19517         (woman-italic-face, woman-bold-face, woman-unknown-face)
19518         (woman-addition-face):
19519         New backward-compatibility aliases for renamed faces.
19520         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
19521         (woman-decode-region, woman-replace-match)
19522         (woman-display-extended-fonts, woman-special-characters)
19523         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
19524         Use renamed woman faces.
19526         * longlines.el (longlines-visible-face): Face removed.
19528         * diff-mode.el (diff-header, diff-file-header, diff-index)
19529         (diff-hunk-header, diff-removed, diff-added, diff-changed)
19530         (diff-function, diff-context, diff-nonexistent): Remove "-face"
19531         suffix from face names.
19532         (diff-header-face, diff-file-header-face, diff-index-face)
19533         (diff-hunk-header-face, diff-removed-face, diff-added-face)
19534         (diff-changed-face, diff-function-face, diff-context-face)
19535         (diff-nonexistent-face): New backward-compatibility aliases for
19536         renamed faces.
19537         (diff-header-face, diff-file-header-face)
19538         (diff-index, diff-index-face, diff-hunk-header)
19539         (diff-hunk-header-face, diff-removed, diff-removed-face)
19540         (diff-added, diff-added-face, diff-changed-face, diff-function)
19541         (diff-function-face, diff-context-face, diff-nonexistent)
19542         (diff-nonexistent-face): Use renamed diff-mode faces.
19544         * progmodes/compile.el (compilation-warning-face)
19545         (compilation-info-face): Remove "-face" suffix from face names.
19546         (compilation-warning-face, compilation-info-face):
19547         New backward-compatibility aliases for renamed faces.
19548         (compilation-warning-face, compilation-info-face):
19549         Use renamed compilation faces.
19551         * add-log.el (change-log-date, change-log-name)
19552         (change-log-email, change-log-file, change-log-list)
19553         (change-log-conditionals, change-log-function)
19554         (change-log-acknowledgement): Remove "-face" suffix from face names.
19555         (change-log-date-face, change-log-name-face)
19556         (change-log-email-face, change-log-file-face)
19557         (change-log-list-face, change-log-conditionals-face)
19558         (change-log-function-face, change-log-acknowledgement-face):
19559         New backward-compatibility aliases for renamed faces.
19560         (change-log-font-lock-keywords): Use renamed change-log faces.
19562         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
19563         (custom-set, custom-changed, custom-saved, custom-button)
19564         (custom-button-pressed, custom-documentation, custom-state)
19565         (custom-comment, custom-comment-tag, custom-variable-tag)
19566         (custom-variable-button, custom-face-tag, custom-group-tag-1)
19567         (custom-group-tag): Remove "-face" suffix from face names.
19568         (custom-magic-alist, custom-magic-value-create)
19569         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
19570         (custom-invalid-face, custom-rogue-face, custom-modified-face)
19571         (custom-set-face, custom-changed-face, custom-saved-face)
19572         (custom-button-face, custom-button-pressed-face)
19573         (custom-documentation-face, custom-state-face)
19574         (custom-comment-face, custom-comment-tag-face)
19575         (custom-variable-tag-face, custom-variable-button-face)
19576         (custom-face-tag-face, custom-group-tag-face-1)
19577         (custom-group-tag-face):
19578         New backward-compatibility aliases for renamed faces.
19580         * wid-edit.el (widget-documentation, widget-button)
19581         (widget-field, widget-single-line-field, widget-inactive)
19582         (widget-button-pressed): "-face" suffix removed from face names.
19583         (widget-documentation-face, widget-button-face)
19584         (widget-field-face, widget-single-line-field-face)
19585         (widget-inactive-face, widget-button-pressed-face):
19586         New backward-compatibility aliases for renamed faces.
19587         (widget-documentation-face, widget-button-face)
19588         (widget-button-pressed-face, widget-specify-field)
19589         (widget-specify-inactive): Use renamed widget faces.
19591 2005-06-10  Kenichi Handa  <handa@m17n.org>
19593         * term/x-win.el (x-clipboard-yank): Remove condition-case
19594         wrapping.
19596 2005-06-11  Kenichi Handa  <handa@m17n.org>
19598         * add-log.el (change-log-font-lock-keywords): Make the regexp for
19599         date lines stricter.
19601 2005-06-10  Zhang Wei  <id.brep@gmail.com>
19603         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
19604         of x-get-selection.
19606 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
19608         * comint.el (comint-mode, comint-snapshot-last-prompt):
19609         * frame.el (frame-current-scroll-bars):
19610         * term.el (term-mode, term-check-proc, term-input-sender)
19611         (term-simple-send, term-extract-string, term-word)
19612         (term-match-partial-filename):
19613         * window.el (window-current-scroll-bars):
19614         * emulation/cua-base.el (cua-normal-cursor-color)
19615         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
19616         (cua-global-mark-cursor-color):
19617         * mail/undigest.el (rmail-forward-separator-regex):
19618         Fix typos in docstrings.
19620         * comint.el (comint-check-proc, make-comint-in-buffer)
19621         (comint-source-default): Doc fixes.
19623         * term.el (term-send-string): Improve argument/docstring consistency.
19625 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
19627         * comint.el (comint-send-input): Bind `inhibit-read-only' around
19628         call to `delete-region'.
19629         (comint-mode-hook): Do not enable Font Lock by default.
19631 2005-06-09  Lute Kamstra  <lute@gnu.org>
19633         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
19634         could be void.
19636 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19638         * emacs-lisp/debug.el (debugger-will-be-back): New var.
19639         (debug): Use it.
19640         (debugger-step-through, debugger-continue, debugger-jump)
19641         (debugger-return-value): Set it when needed.
19642         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
19643         Use inhibit-read-only.
19645 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
19647         * window.el (shrink-window-if-larger-than-buffer)
19648         (window-size-fixed): Fix typo in docstring.
19650         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
19651         thumbnails directory on loading.
19652         (thumbs-conversion-program): Use `eq' to check the system type,
19653         not `equal'.
19654         (thumbs-temp-dir): Initialize to `temporary-file-directory',
19655         not "/tmp".  Fix docstring.
19656         (thumbs-thumbsdir): New function to return the thumbnails
19657         directory, creating it if needed.
19658         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
19659         (thumbs-temp-file): Delete variable and make it into a function.
19660         (thumbs-resize-image, thumbs-modify-image): Use it.
19661         (thumbs-kill-buffer): Simplify.
19662         (thumbs-gensym): Defalias or duplicate CL `gensym'.
19663         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
19664         docstrings.
19666 2005-06-09  Kim F. Storm  <storm@cua.dk>
19668         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
19669         set-match-data to free markers in match-data.
19671         * replace.el (replace-match-data): Pass RESEAT arg `t' to
19672         match-data to unchain markers in match-data.
19674 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19676         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
19677         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
19678         unnecessary now.
19680 2005-06-08  Richard M. Stallman  <rms@gnu.org>
19682         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
19683         give the variable a doc string that doesn't say don't set it directly.
19685         * textmodes/ispell.el (ispell-check-version):
19686         Use match-string-no-properties.
19687         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
19688         (ispell-buffer-local-words): Likewise.
19690         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
19691         except on terminals with enough colors to really display it.
19692         (makefile-dependency-regex): Delete spurious `bb'.
19694         * faces.el (escape-glyph): Use blue once again in last case.
19695         (no-break-space): Redefine so that it isn't invisible on a tty.
19697 2005-06-08  Kim F. Storm  <storm@cua.dk>
19699         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
19700         also when reading directory name.
19702 2005-06-08  Lute Kamstra  <lute@gnu.org>
19704         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
19705         (flyspell-mode-line-string): Remove autoload cookie.
19706         (flyspell-mode): Remove defvar.
19708 2005-06-07  Lute Kamstra  <lute@gnu.org>
19710         * textmodes/org.el (org-run-mode-hooks): New function.
19711         (org-agenda-mode): Use it.
19713 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
19715         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
19717 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19719         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
19721 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
19723         * font-lock.el (font-lock-add-keywords): Doc fix.
19725 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19727         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
19728         (tex-compile-default): In the absence of any history, use the order in
19729         tex-compile-alist to choose the preferred command.
19730         (tex-compile-commands): Reorder a bit.
19732         * textmodes/flyspell.el (flyspell-auto-correct-binding)
19733         (flyspell-incorrect-face, flyspell-duplicate-face):
19734         Use (X)Emacs-agnostic code.
19735         (flyspell-mode-map): Don't overwrite at each load.  Remove code
19736         redundant with the subsequent add-minor-mode.  Merge Emacs and
19737         XEmacs code.
19738         (flyspell-word): Minor simplification.
19739         (flyspell-math-tex-command-p): Quieten the byte-compiler.
19740         (flyspell-external-point-words): Remove unused vars `size' and `start'.
19741         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
19742         Merge the corresponding Emacs code.
19743         (flyspell-correct-word, flyspell-xemacs-popup):
19744         Use flyspell-do-correct.
19746         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
19747         a dedicated window.
19749         * international/latexenc.el (latexenc-find-file-coding-system):
19750         Undo part of last patch, to turn off a compiler warning.
19752 2005-06-06  Juri Linkov  <juri@jurta.org>
19754         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
19755         Rename `tmm-inactive-face' to `tmm-inactive'.
19757 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
19759         * iswitchb.el: Rename faces.
19761 2005-06-06  Kim F. Storm  <storm@cua.dk>
19763         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
19764         (cua-global-mark): Remove -face suffix from face names.
19766         * emulation/cua-gmrk.el (cua--init-global-mark):
19767         Remove cua-global-mark face setup.
19769 2005-06-06  Richard M. Stallman  <rms@gnu.org>
19771         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
19772         just like other allowed characters.
19773         (makefile-match-dependency): Exclude leading and training whitespace
19774         from the range of regexp subexp 1.
19775         (makefile-macroassign-regex): Don't try to match the body,
19776         just the name of the macro being defined.
19778         * info.el (Info-read-node-name-2): New function.
19779         (Info-read-node-name-1): Use that.
19780         Add a completion-base-size-function property.
19782         * simple.el (completion-setup-function): Look for
19783         completion-base-size-function property of minibuffer-completion-table.
19785         * files.el (locate-file-completion): Doc fix.
19787         * printing.el: Don't call pr-update-menus; user must do that.
19789         * emacs-lisp/debug.el (debugger-window): New variable.
19790         (debug): Use debugger-window if it is set and still alive.
19791         Record debugger-window for next entry.
19793         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
19795 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
19797         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
19798         (hack-one-local-variable, hack-local-variables)
19799         (hack-local-variables-prop-line): Pass that arg.
19801 2005-06-06  Kim F. Storm  <storm@cua.dk>
19803         * ido.el (ido-first-match, ido-only-match, ido-subdir)
19804         (ido-indicator): Remove -face suffix from face names.
19806 2005-06-06  Juri Linkov  <juri@jurta.org>
19808         * font-lock.el (font-lock-regexp-backslash)
19809         (font-lock-regexp-backslash-construct): New faces.
19810         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
19811         after `('.  Add `while-no-input' to control structures.
19813         * faces.el (no-break-space, shadow): New faces.
19814         (escape-glyph): Use less loud colors pink2 and red4.
19816         * diff-mode.el (diff-context-face)
19817         * dired.el (dired-ignored)
19818         * rfn-eshadow.el (file-name-shadow)
19819         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
19821         * info.el (Info-title-1-face): Use green instead of yellow because
19822         bold yellow is not readable on light backgrounds.
19824         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
19825         before selecting the desired mode to not spend time fontifying
19826         old contents.
19828 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
19830         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
19831         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
19833         * ps-print.el (ps-default-fg, ps-default-bg):
19834         Fix typos in docstrings.
19836         * isearchb.el (isearchb): Don't pass a spurious second argument to
19837         `iswitchb-completions'.
19839 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
19841         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
19842         to preserve point.
19843         (gdb-find-file-hook): Add doc string.
19845         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
19846         C dereferenced pointer expression.
19847         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
19849         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
19851         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
19852         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
19853         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
19854         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
19855         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
19856         Make background transparent.
19858 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19860         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
19861         (font-lock-remove-keywords): Doc fix.
19862         (font-lock-mode-major-mode): Compiler defvar.
19863         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
19865         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
19866         (font-lock-mode): Update `font-lock-mode-major-mode'.
19867         (font-lock-set-defaults): Compiler defvar.
19868         (font-lock-default-function): Take `font-lock-mode-major-mode'
19869         into account.
19871         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
19872         keep track of which major mode it enabled the minor mode for.
19873         Use find-file-hook again.  Update docstring.
19875         * simple.el (eval-expression-print-level)
19876         (eval-expression-print-length, eval-expression-debug-on-error):
19877         Doc fixes.
19879 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
19881         * iswitchb.el (iswitchb-single-match-face)
19882         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
19883         (iswitchb-invalid-regexp-face): New faces.
19884         (iswitchb-completions): Use them.
19885         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
19886         now marked as an obsolete alias.
19887         (iswitchb-read-buffer): Remove check for bound font variables.
19888         (iswitchb-invalid-regexp): New free variable.
19889         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
19890         set iswitchb-invalid-regexp.
19891         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
19892         invalid regexps.
19893         (iswitchb-completions): Add check for complete match when entering
19894         a regexp.
19895         (iswitchb-completions): Remove require-match argument.
19896         (iswitchb-exhibit): Fix caller.
19897         (iswitchb-common-match-inserted): New variable.
19898         (iswitchb-complete, iswitchb-completion-help): Use it.
19900 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
19902         * url-http.el (url-http-chunked-encoding-after-change-function):
19903         Use `url-http-debug' instead of `message'.
19905 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
19907         * url-http.el (url-http-parse-headers): Pass redirected URL as a
19908         callback argument.
19910 2005-06-04  Kim F. Storm  <storm@cua.dk>
19912         * simple.el (line-move): Only call sit-for when moving backwards.
19914         * ido.el (ido-make-merged-file-list-1): New defun split from
19915         ido-make-merged-file-list.
19916         (ido-make-merged-file-list): Bind throw-on-input around call to
19917         ido-make-merged-file-list-1.  Return input-pending-p if
19918         interrupted by more input available.
19919         (ido-read-internal): Handle input-pending-p return value from
19920         ido-make-merged-file-list.
19922 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19924         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
19925         compatibility code.
19927         * international/latexenc.el (latexenc-find-file-coding-system):
19928         Don't inherit the EOL part of the coding-system from the
19929         tex-main buffer.  Fit within 80 columns.
19931 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
19933         * tmm.el (tmm-inactive-face): New face.
19934         (tmm-remove-inactive-mouse-face): New function.
19935         (tmm-prompt, tmm-add-one-shortcut)
19936         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
19937         but not selectable.
19939 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
19941         * faces.el (face-equal): Improve argument/docstring consistency.
19943 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
19945         * progmodes/make-mode.el (makefile-targets-face)
19946         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
19947         (makefile-bsdmake-dependency-regex)
19948         (makefile-makepp-rule-action-regex)
19949         (makefile-bsdmake-rule-action-regex): New constants.
19950         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
19952         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19953         Allow (...) within `...' for makepp messages.
19955 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
19957         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
19959         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
19960         "." files are deleted from all file lists before comparison.
19962         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19963         (viper-ESC-key): Made them customizable.
19965         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
19967 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
19969         * autorevert.el (auto-revert-buffers): Use save-match-data.
19971 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19973         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
19974         menu items with a nil command binding.
19976 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
19978         * emacs-lisp/cl-macs.el (defsetf):
19979         Improve argument/docstring consistency.
19981         * faces.el (list-faces-display): Improve the formatting by
19982         computing the maximum length required for any face-name (reworked
19983         patch of 1999-01-11, accidentally deleted on 1999-07-21).
19984         (internal-find-face): Remove redundant info in docstring.
19986 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
19988         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
19989         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
19990         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
19991         (gdb-assembler-custom): Improve regexps.
19992         (def-gdb-auto-update-handler): Use window point to preserve point.
19994 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19996         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
19998 2005-05-31  Jay Belanger  <belanger@truman.edu>
20000         * calc/calc-embed.el (calc-embedded-word): Change argument passed
20001         to calc-embedded.
20002         (calc-embedded-make-info): Have plain prefix argument select
20003         entire line.
20005 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
20007         * faces.el (list-faces-display): Signal error if passed a regexp
20008         that matches no face name.
20010         * simple.el (filter-buffer-substring): Fix typo in docstring.
20012 2005-05-31  Richard M. Stallman  <rms@gnu.org>
20014         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
20015         (vhdl-emacs-21): Doc fix.
20016         (vhdl-mode): Unconditionally set comment-padding.
20017         (vhdl-fixup-whitespace-region): Insert spaces only where
20018         there are none.
20019         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
20021 2005-05-30  John Wiegley  <johnw@newartisans.com>
20023         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
20024         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
20025         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
20026         `directory-sep-char' to ?/, and all uses of `string-to-int' to
20027         `string-to-number'.
20029 2005-05-30  Jay Belanger  <belanger@truman.edu>
20031         * calc/calc.el (calc-bug-address): Fix docstring.
20032         (calc-window-hook, calc-trail-window-hook): New variables.
20033         (calc-trail-display): Restore use of calc-trail-window-hook.
20034         (calc): Restore use of calc-window-hook.
20036 2005-05-31  Masatake YAMATO  <jet@gyve.org>
20038         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
20040         * help-fns.el (help-C-file-name): Add autoload mark for
20041         `find-function-noselect'.
20043 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20045         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
20046         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
20048 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
20050         * calendar/diary-lib.el (mark-included-diary-files): Only kill
20051         included diary buffer if it was not already being visited.
20052         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
20054         * calendar/icalendar.el (top-level): Do not require appt.
20056         * mail/supercite.el (sc-select-attribution): Only use a list
20057         element from sc-attrib-selection-list if it returns a string.
20058         Reported by Davide G. M. Salvetti <salve@debian.org>.
20060 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
20062         * thumbs.el (thumbs-thumbname): The resulting thumbname now
20063         includes a hash value to improve its uniqueness, and has a ".jpg"
20064         extension.  Also, it is now a valid filename on all systems.
20065         (thumbs-make-thumb): Use `let', not `let*'.
20066         (thumbs-show-thumbs-list): Check for JPEG availability.
20068 2005-05-30  Richard M. Stallman  <rms@gnu.org>
20070         * filesets.el (filesets-menu-ensure-use-cached):
20071         Prevent warning when emacs-version>= is undefined.
20073         * printing.el (pr-interactive-n-up): Use string-to-number.
20075         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
20077         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20078         Warn only when name to be defined is quoted.
20080 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
20082         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
20083         Make regexp more robust.
20084         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
20085         Force regeneration of disassembly.
20087 2005-05-29  Jay Belanger  <belanger@truman.edu>
20089         * calc/calc.el (calc-user-invocation): Check if
20090         calc-invocation-macro is non-nil.
20092 2005-05-29  Juri Linkov  <juri@jurta.org>
20094         * add-log.el (change-log-font-lock-keywords):
20095         Add `+' to e-mail regexp to accept mail address with keywords.
20097         * man.el (Man-name-regexp): Add `:' to accept qualified names.
20099 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
20101         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
20103         * ielm.el (inferior-emacs-lisp-mode): Ditto.
20105 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20107         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
20108         Undo the change that moves to end of the current word.
20110 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
20112         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
20113         Throw error when count <= 0 to ensure input is a number.
20114         (gdb-read-memory-custom): Pick up address from buffer.
20115         (gdb-memory-mode): Allow user to increment and decrement
20116         memory address from header line.
20118 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20120         * flyspell.el (flyspell-version): Function deleted.
20121         (flyspell-auto-correct-previous-hook): Doc fix.
20123         * jit-lock.el (jit-lock-function, jit-lock-after-change):
20124         Do nothing if memory is full.
20126         * font-lock.el (font-lock-fontify-syntactically-region):
20127         Pass t for GREEDY to looking-back.
20129         * saveplace.el (save-place-alist-to-file): Write the file
20130         using write-region.
20132         * subr.el (looking-back): New argument GREEDY.
20134         * progmodes/compile.el (compilation-start): Set the mode
20135         before inserting the initial text.
20137         * progmodes/which-func.el (which-func-update-1): Turn the mode
20138         off in case of error by setting which-func-mode.
20140 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
20142         * flyspell.el (flyspell-auto-correct-previous-word):
20143         Narrow down to what's on the screen, and recenter overlays
20144         at the end of the next word.
20146 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
20148         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
20149         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
20150         (flyspell-abbrev-p): Default to nil.
20151         (flyspell-use-global-abbrev-table-p): Doc fix.
20152         (flyspell-large-region): Allow nil as value.
20153         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
20155         (mail-mode-flyspell-verify): More robust handling
20156         of `mail-header-separator'.  More efficient signature detection.
20157         Allow for regexp metacharacters in message-header-separator.
20158         Adding `To' not to be checked in mail-mode-flyspell-verify.
20160         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
20161         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
20162         Bind flyspell-auto-correct-binding.
20163         Bind C-. and C-, .
20164         (flyspell-mode-map): Likewise.
20165         (flyspell-mode): Doc fix.
20166         (flyspell-accept-buffer-local-defs): Preserve current buffer.
20167         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
20168         (flyspell-word-cache-result): New var, always local.
20169         (flyspell-check-pre-word-p): Doc fix.
20170         (flyspell-check-changed-word-p): Handle spc like newline.
20171         (flyspell-post-command-hook): Set flyspell-word-cache-result.
20172         (flyspell-word-search-backward, flyspell-word-search-forward):
20173         New functions.
20174         (flyspell-word): Return t if nothing to check.
20175         When parsing TeX code, check for after } or \.
20176         Use flyspell-word-search-backward to find previous word.
20177         Return nil if duplicated word.
20178         For word already checked, return same value as last time.
20179         Set flyspell-word-cache-result after checking.
20180         Don't clobber the return value.
20181         (flyspell-get-word): Major rewrite.
20182         (flyspell-external-point-words): New locals pword, pcount.
20183         Fix size used in progress message.
20184         Find the proper corresponding word in flyspell-large-region-buffer.
20185         (flyspell-region): Check for flyspell-large-region = nil.
20186         (flyspell-highlight-incorrect-region): Clean up overlays in region.
20187         (flyspell-auto-correct-word): Check that WORD is a cons.
20188         (flyspell-correct-word): Likewise.
20190 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
20192         * progmodes/make-mode.el (makefile-rule-action-regex)
20193         (makefile-macroassign-regex, makefile-makepp-mode)
20194         (makefile-bsdmake-mode): Continuation lines may be empty.
20195         Reported by Joshua Varner.
20196         (makefile-makepp-font-lock-keywords): Add $(stem).
20198 2005-05-28  Karl Berry  <karl@gnu.org>
20200         * textmodes/tex-mode.el: Now that tex-send-command calls
20201         shell-quote-argument (2005-03-31 change), remove all calls to
20202         shell-quote-argument; they all end up invoking tex-send-command.
20203         The double quoting loses on filenames with non-safe characters,
20204         such as "@".  Reported by Frederik Fouvry.
20206 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
20208         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
20209         about preserving point.
20211 2005-05-27  Jay Belanger  <belanger@truman.edu>
20213         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
20214         Info-goto-node.
20216         * calc/calc-embed.el (calc-embed-arg): New variable.
20217         (calc-do-embedded-activate, calc-embedded-activate-formula)
20218         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
20219         variable by new variable.
20220         (calc-embedded-make-info): Replace undeclared variable by new
20221         variable.  When selecting region with positive prefix
20222         argument, use end of previous line instead of beginning of line.
20224         * calc/calc-aent.el (calc-arg-values): Declare it.
20226         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
20227         Declare them.
20229         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
20231         * calc/calc.el (calc-alg-map): Declare it.
20233         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
20235 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
20237         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
20238         (gdb-registers-buffer, toggle-gdb-all-registers):
20239         Toggle display of floating point registers.
20240         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
20242         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
20243         (toggle-gud-tooltip-dereference):
20244         Rename from gud-toggle-tooltip-dereference.
20246 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20248         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
20250 2005-05-27  Jay Belanger  <belanger@truman.edu>
20252         * calc/calc-prog.el (calc-kbd-report): Remove.
20253         (calc-kbd-query): Rewrite.
20255 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
20257         * image.el (image-library-alist): Move to image.c.
20258         (image-type-available-p): Doc fix.
20260 2005-05-27  Lute Kamstra  <lute@gnu.org>
20262         * calc/calc.el (calc):
20263         * outline.el (outline-1, outline-2, outline-3, outline-4)
20264         (outline-5, outline-6, outline-7, outline-8):
20265         * textmodes/dns-mode.el (dns-mode):
20266         * textmodes/sgml-mode.el (sgml-namespace-face):
20267         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
20268         (tex-verbatim-face, tex-use-reftex):
20269         * textmodes/texinfo.el (texinfo-heading-face):
20270         Specify customization group.
20272         * longlines.el: Don't require easy-mmode.
20273         (longlines-visible-face): Specify customization group.
20275 2005-05-27  Kenichi Handa  <handa@m17n.org>
20277         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
20278         encoding table of windows-1251.
20280         * international/ucs-tables.el (ucs-set-table-for-input):
20281         If translation-table-for-input of a coding system is a symbol, get
20282         its translation-table property.
20284         * international/code-pages.el: Don't register a coding system into
20285         non-iso-charset-alist more than once.
20286         (cp-make-coding-system): Likewise.
20288 2005-05-26  John Wiegley  <johnw@newartisans.com>
20290         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
20291         `eshell-resume-eval' is wrapped in a list, it indicates that the
20292         command was run asynchronously.  In that case, unwrap the value
20293         before checking the delimiter value.
20295         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
20296         character before a space at the end of a line is \, assume the space
20297         is part of the last argument rather than a final argument separator.
20299         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
20300         is in use, and the target is `t' or `nil' (which are the most common
20301         values), don't assume that the symbol target is a buffer.
20303 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20305         * calendar/calendar.el (calendar-mode-line-format):
20306         Use mode-line-highlight as mouse-face.
20308         * time.el (display-time-string-forms, display-time-update):
20309         Use mode-line-highlight as mouse-face.
20311 2005-05-26  Jay Belanger  <belanger@truman.edu>
20313         * calc/calc.el (calc-language-alist): Remove extra defvar.
20315 2005-05-26  Lute Kamstra  <lute@gnu.org>
20317         * arc-mode.el (archive-mode):
20318         * bookmark.el (bookmark-read-annotation-mode)
20319         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
20320         * bs.el (bs-mode):
20321         * calc/calc-yank.el (calc-edit-mode):
20322         * calc/calc.el (calc-mode, calc-trail-mode):
20323         * calculator.el (calculator-mode):
20324         * chistory.el (command-history-mode):
20325         * comint.el:
20326         * cus-edit.el (custom-mode):
20327         * descr-text.el (describe-text-mode):
20328         * ebuff-menu.el (Electric-buffer-menu-mode):
20329         * ediff-util.el (ediff-mode):
20330         * emacs-lisp/re-builder.el (reb-mode):
20331         * emulation/vi.el (vi-mode-setup):
20332         * emulation/ws-mode.el (wordstar-mode):
20333         * eshell/esh-mode.el (eshell-mode):
20334         * forms.el (forms-mode):
20335         * help-mode.el (help-mode):
20336         * hexl.el (hexl-mode):
20337         * ibuffer.el (ibuffer-mode):
20338         * ielm.el (inferior-emacs-lisp-mode):
20339         * info.el (Info-mode, Info-edit-mode):
20340         * international/swedish.el:
20341         * ledit.el (ledit-from-lisp-mode):
20342         * locate.el (locate-mode):
20343         * mail/rmail.el (rmail-mode):
20344         * mail/rmailedit.el (rmail-edit-mode):
20345         * mail/rmailsum.el (rmail-summary-mode):
20346         * mail/supercite.el (sc-electric-mode):
20347         * net/eudc.el (eudc-mode):
20348         * net/quickurl.el (quickurl-list-mode):
20349         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
20350         * obsolete/ooutline.el (outline-mode):
20351         * obsolete/options.el (Edit-options-mode):
20352         * obsolete/rnews.el (news-mode):
20353         * obsolete/rnewspost.el (news-reply-mode):
20354         * play/5x5.el (5x5-mode):
20355         * play/decipher.el (decipher-mode, decipher-stats-mode):
20356         * play/gomoku.el (gomoku-mode):
20357         * play/snake.el (snake-mode):
20358         * play/solitaire.el (solitaire-mode):
20359         * play/tetris.el (tetris-mode):
20360         * progmodes/ada-mode.el (ada-mode):
20361         * progmodes/antlr-mode.el (antlr-mode):
20362         * progmodes/autoconf.el (autoconf-mode):
20363         * progmodes/dcl-mode.el (dcl-mode):
20364         * progmodes/delphi.el (delphi-mode):
20365         * progmodes/ebrowse.el (ebrowse-tree-mode)
20366         (ebrowse-electric-list-mode, ebrowse-member-mode)
20367         (ebrowse-electric-position-mode):
20368         * progmodes/f90.el (f90-mode):
20369         * progmodes/fortran.el (fortran-mode):
20370         * progmodes/icon.el (icon-mode):
20371         * progmodes/idlw-help.el (idlwave-help-mode):
20372         * progmodes/idlw-shell.el (idlwave-shell-mode):
20373         * progmodes/idlwave.el (idlwave-mode):
20374         * progmodes/inf-lisp.el (inferior-lisp-mode):
20375         * progmodes/m4-mode.el (m4-mode):
20376         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
20377         * progmodes/modula2.el (modula-2-mode):
20378         * progmodes/octave-inf.el (inferior-octave-mode):
20379         * progmodes/octave-mod.el (octave-mode):
20380         * progmodes/pascal.el (pascal-mode):
20381         * progmodes/sh-script.el (sh-mode):
20382         * progmodes/sql.el (sql-mode, sql-interactive-mode):
20383         * progmodes/vhdl-mode.el (vhdl-mode):
20384         * progmodes/xscheme.el (scheme-interaction-mode):
20385         * replace.el (occur-mode):
20386         * ses.el (ses-mode):
20387         * simple.el (completion-list-mode):
20388         * skeleton.el:
20389         * speedbar.el (speedbar-mode):
20390         * term.el (term-mode):
20391         * terminal.el (terminal-edit-mode):
20392         * textmodes/reftex-index.el (reftex-index-mode)
20393         (reftex-index-phrases-mode):
20394         * textmodes/reftex-sel.el (reftex-select-label-mode)
20395         (reftex-select-bib-mode):
20396         * textmodes/reftex-toc.el (reftex-toc-mode):
20397         * wdired.el (wdired-change-to-wdired-mode):
20398         * wid-browse.el (widget-browse-mode):
20399         Use run-mode-hooks.
20401         * array.el (array-mode):
20402         * calendar/todo-mode.el (todo-mode):
20403         * man.el (Man-mode):
20404         * play/landmark.el (lm-mode):
20405         * play/mpuz.el (mpuz-mode):
20406         Use kill-all-local-variables and run-mode-hooks.
20408         * subr.el (delay-mode-hooks): Specify indentation.
20410 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
20412         * xml.el (xml-substitute-special): Don't die for undefined xml
20413         entities.
20415 2005-05-26  Jay Belanger  <belanger@truman.edu>
20417         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
20418         of nil.
20420 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
20422         * progmodes/gdb-ui.el (gdb-frame-address):
20423         Rename from gdb-current-address.
20424         (gdb-previous-frame-address): Rename from gdb-previous-address.
20425         (gdb-selected-frame): Rename from gdb-current-frame.
20426         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
20427         (gdb-frame-number): Rename from gdb-current-stack-level.
20428         (gdb-ann3): Match new mode-name for disassembly buffer.
20429         Extend initialization of variables.
20430         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
20431         (gdb-memory-mode): Use mouse-face in header line.
20432         (gdb-assembler-buffer-name): Call it disassembly and give frame
20433         in mode line.
20434         (gdb-source-spec-regexp, gdb-assembler-custom)
20435         (gdb-invalidate-assembler, gdb-frame-handler):
20436         Make robust to leading zeroes in address format.
20438 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
20440         * textmodes/org.el (org-mode): Use `define-derived-mode' to
20441         define `org-mode'.
20442         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
20444 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20446         * log-edit.el (log-edit-changelog-entries): Distinguish between
20447         filenames like xfns.c and fns.c.
20449 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
20451         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
20452         point after reverting.
20453         (Buffer-menu-make-sort-button): Handle the case where
20454         `Buffer-menu-use-header-line' is nil.
20456 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
20458         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
20459         New funcs.  In minibuffer-local-completion-map bind `]', `/'
20460         and `:' to them.
20462 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20464         * startup.el (normal-top-level): Allow modification of load-path while
20465         we're iterating over it.
20467 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
20469         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
20470         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
20471         (thumbs-resize-interactive, thumbs-insert-image)
20472         (thumbs-insert-thumb, thumbs-dired-show-marked)
20473         (thumbs-find-image-at-point, thumbs-delete-images)
20474         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
20475         (thumbs-increment-image-size, thumbs-decrement-image-size):
20476         Fix typos in docstrings.
20478 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
20480         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
20481         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
20482         (cperl-mode): Use them.
20484 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
20486         * window.el (quit-window, shrink-window-if-larger-than-buffer):
20487         Doc fixes.
20489 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
20491         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
20492         Bind C-d to gdb-inferior-io-eof.
20494         * dired.el (dired-dnd-popup-notice): Use message-box.
20496 2005-05-23  Masatake YAMATO  <jet@gyve.org>
20498         * bindings.el (mode-line-major-mode-keymap):
20499         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
20501         * faces.el (mode-line-highlight): New face.
20503         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
20504         as mouse-face.
20506         * bindings.el (top-level, help-echo, mode-line-modified)
20507         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
20508         as mouse-face.
20510 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
20512         * progmodes/cc-engine.el (c-guess-basic-syntax):
20513         Remove spurious call to `zerop'.
20515         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
20517 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
20519         CC Mode update to 5.30.10:
20521         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
20522         could go past the limit in decoration level 2, thereby causing
20523         errors during interactive fontification.
20525         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
20526         the file is evaluated interactively.
20528         * cc-engine.el (c-guess-basic-syntax): Handle operator
20529         declarations somewhat better in C++.
20531         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
20532         make use of `run-mode-hooks' which has been added in Emacs 21.1.
20533         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
20534         (awk-mode): Use it.
20535         (make-local-hook): Suppress warning about obsoleteness.
20537         * cc-engine.el, cc-align.el, cc-cmds.el
20538         (c-append-backslashes-forward, c-delete-backslashes-forward)
20539         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
20540         Compensate for return value from `forward-line' when it has moved
20541         but not to a different line due to eob.
20543         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
20544         `objc-method-intro' and `objc-method-args-cont'.
20546 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
20548         CC Mode update to 5.30.10:
20550         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
20551         in the copyright statement.  Incidentally, change "along with GNU
20552         Emacs" to "along with this program" where it occurs.
20554         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
20555         so that it is interactive, hence can be found by M-x awk-mode
20556         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
20557         <gmorris+emacs@ast.cam.ac.uk>.
20559         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
20560         Mode's regexps.
20562 2005-05-23  Kevin Ryde  <user42@zip.com.au>
20564         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
20565         c-parse-state, to avoid a lisp error (on bad code).
20567 2005-05-23  Lute Kamstra  <lute@gnu.org>
20569         * subr.el (font-lock-defaults): Remove defvar as it's already
20570         defined in font-core.el.
20572         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
20574 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
20576         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
20577         more general and work when GDB variable "print pretty" is on,
20578         as with Emacs, for example.
20580 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
20582         * font-core.el: Update comment.
20584         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20585         Use `after-change-major-mode-hook' instead of `find-file-hook'.
20587         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
20589 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
20591         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
20592         and `yank-handler' in the doc strings.
20594 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20596         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
20598 2005-05-22  Richard M. Stallman  <rms@gnu.org>
20600         * help.el (describe-key): Move print-help-return-message call
20601         out of conditional.
20603         * progmodes/etags.el (list-tags): Use with-no-warnings.
20605         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
20606         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
20607         (starttls-extra-args, starttls-extra-arguments): Add defvars.
20609         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
20611         * language/viet-util.el (viet-viscii-nonascii-translation-table):
20612         Add defvar.
20614         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
20615         Use defvar, not defconst.
20617         * hexl.el (hexl-follow-line): Use with-no-warnings.
20619         * emulation/tpu-extras.el: Use write-file-functions instead of
20620         write-file-hooks.
20622         * dired.el (dired-font-lock-keywords): Fontify files with junk
20623         extensions even if marked by -F.
20625 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
20627         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
20628         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
20629         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
20630         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
20631         (concatenate, list-length, get*, getf, cl-remprop):
20632         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
20633         (etypecase, progv, lexical-let, lexical-let*)
20634         (multiple-value-bind, multiple-value-setq, shiftf):
20635         Improve argument/docstring consistency.
20637         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
20639 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
20641         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
20642         doesn't exist.
20644         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
20645         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
20647 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
20649         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
20650         already deleted variables: auto-fill-hook, blink-paren-hook,
20651         lisp-indent-hook, inhibit-local-variables, unread-command-event,
20652         suspend-hooks, comment-indent-hook, meta-flag,
20653         before-change-function, after-change-function,
20654         font-lock-doc-string-face.
20656 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
20658         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20660 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
20662         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
20663         rmail-dont-reply-to.
20665 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
20667         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
20668         literal blank when splitting new-header-values.
20670 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
20672         * calendar/cal-menu.el (cal-menu-update): Add separator as a
20673         string so that tmm doesn't create a completion entry for it.
20675         * textmodes/table.el (table-disable-menu): Ditto.
20677 2005-05-21  Richard M. Stallman  <rms@gnu.org>
20679         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
20681         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
20683         * net/rcompile.el (remote-compile): Use compilation-start.
20685         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
20687 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
20689         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
20690         Default to makefile-bsdmake-mode on BSD systems.
20692         * imenu.el (imenu-generic-expression, imenu--generic-function'):
20693         REGEXP may also be a search function now.  The part of doc-string
20694         for describing the structure was 95% identical to that of
20695         `imenu--generic-function'.  Unify it there.
20697         * progmodes/make-mode.el (makefile-imenu-generic-expression):
20698         Use function to find dependencies, because regexp alone is so complex,
20699         it easily goes into an endless loop.
20700         (makefile-makepp-mode): Also add submenu for Perl functions
20701         defined in the makefile.
20702         (makefile-bsdmake-mode): Special imenu-generic-expression no
20703         longer needed, due to function call.
20704         (makefile-match-dependency): Take BOUND into account when checking
20705         if we're through.
20707 2005-05-20  Jay Belanger  <belanger@truman.edu>
20709         * calc/calc-units.el (calc-invalidate-units-table):
20710         Use inhibit-read-only.
20711         (math-build-units-table-buffer): Use view-mode.
20713 2005-05-20  David Kastrup  <dak@gnu.org>
20715         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
20716         easy-menu-add is not a nop on Emacs; and clarify when to call it.
20718 2005-05-20  Lute Kamstra  <lute@gnu.org>
20720         * diff-mode.el (diff-header-face, diff-file-header-face)
20721         (diff-index-face, diff-hunk-header-face, diff-removed-face)
20722         (diff-added-face, diff-changed-face, diff-function-face)
20723         (diff-context-face, diff-nonexistent-face): Put them in the
20724         diff-mode customization group.
20726 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20728         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
20730         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
20732         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
20733         Minor regexp-optimization.
20735 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
20737         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
20738         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
20739         (org-agenda-add-time-grid-maybe): New function.
20740         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
20741         (org-table-create): `dotimes' instead of `mapcar'.
20742         (org-xor): Simplify implementation.
20743         (org-agenda): `inhibit-redisplay' turned on.
20744         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
20745         a consistent line after a state change.
20746         (org-agenda-remove-times-when-in-prefix): New option.
20747         (org-prefix-has-time): New variable.
20748         (org-parse-time-string): Optional argument NODEFAULT.
20749         (org-format-agenda-item): Parse items for time-of-day
20750         specifications and move these into the prefix if possible.
20751         (org-agenda-priority): Get current heading, not previous heading
20752         during agenda remote editing.
20754 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
20756         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
20757         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
20758         (remove-duplicates, delete-duplicates, substitute)
20759         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
20760         (nsubstitute-if-not, find, find-if, find-if-not, position)
20761         (position-if, position-if-not, count, count-if, count-if-not)
20762         (mismatch, search, sort*, stable-sort, merge, member*)
20763         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
20764         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
20765         (intersection, nintersection, set-difference, nset-difference)
20766         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
20767         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
20768         (nsublis, tree-equal): Improve argument/docstring consistency.
20770         * subr.el (send-string, send-region): Remove obsolescence declaration.
20771         (window-dot, set-window-dot, read-input, show-buffer)
20772         (eval-current-buffer, string-to-int):
20773         Add release number to obsolescence declarations.
20775 2005-05-19  Kim F. Storm  <storm@cua.dk>
20777         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
20778         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
20780 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
20782         * faces.el (list-faces-display): Make back button respect optional
20783         regexp arg.
20785 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
20787         * calculator.el (calculator-radix-grouping-mode)
20788         (calculator-radix-grouping-digits, calculator-displayer)
20789         (calculator-radix-grouping-separator, calculator-copy-displayer):
20790         * dabbrev.el (dabbrev-search-these-buffers-only):
20791         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
20792         (diff-advance-after-apply-hunk, diff-mode-hook)
20793         (diff-minor-mode-prefix):
20794         * imenu.el (imenu-use-popup-menu):
20795         * jit-lock.el (jit-lock-context-time):
20796         * newcomment.el (comment-fill-column, comment-column)
20797         (comment-style, comment-padding, comment-multi-line)
20798         (comment-empty-lines, comment-auto-fill-only-comments):
20799         * reveal.el (reveal-around-mark):
20800         * uniquify.el (uniquify-buffer-name-style)
20801         (uniquify-after-kill-buffer-p)
20802         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
20803         (uniquify-min-dir-content, uniquify-separator)
20804         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
20805         * w32-vars.el (w32-fixed-font-alist):
20806         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
20807         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
20808         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
20809         * progmodes/perl-mode.el (perl-indent-level)
20810         (perl-continued-statement-offset, perl-continued-brace-offset)
20811         (perl-brace-offset, perl-brace-imaginary-offset)
20812         (perl-label-offset, perl-indent-continued-arguments)
20813         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
20814         * progmodes/tcl.el (tcl-indent-level)
20815         (tcl-continued-indent-level, tcl-auto-newline)
20816         (tcl-tab-always-indent, tcl-electric-hash-style)
20817         (tcl-help-directory-list, tcl-use-smart-word-finder)
20818         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
20819         (inferior-tcl-source-command):
20820         * textmodes/fill.el (enable-kinsoku):
20821         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
20822         * textmodes/table.el (table-yank-handler):
20823         Specify missing group (and type, if simple) in defcustom.
20825 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
20827         * progmodes/compile.el (compilation-finish-function): Fix defvar.
20829 2005-05-19  Richard M. Stallman  <rms@gnu.org>
20831         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
20833         * subr.el (event-basic-type): Don't get an error.
20834         (left-fringe-p): Function deleted.
20836         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
20837         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
20839         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
20840         in recursive copy.
20842         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
20844         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
20846         * emacs-lisp/bytecomp.el
20847         (byte-compile-file-form-custom-declare-variable):
20848         Call byte-compile-nogroup-warn if appropriate.
20850         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
20851         (compilation-set-window): Don't call left-fringe-p; do it directly.
20853 2005-05-19  Jay Belanger  <belanger@truman.edu>
20855         * calc/calc-graph.el (calc-graph-format-data): Make sure
20856         var-PlotRejects is bound before trying to check its value.
20858 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
20860         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
20861         definition of this variable from reftex-global.el to reftex.el,
20862         because it is needed in the menu.
20864 2005-05-19  Lute Kamstra  <lute@gnu.org>
20866         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
20867         years are fixed.  Don't insert a space after a dash.
20869 2005-05-19  Kim F. Storm  <storm@cua.dk>
20871         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
20873 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
20875         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
20876         strings, because (eq ... ?\\) is fairly frequent.
20878         * progmodes/make-mode.el (makefile-add-this-line-targets):
20879         Simplify and integrate into `makefile-pickup-targets'.
20880         (makefile-add-this-line-macro): Simplify and integrate into
20881         `makefile-pickup-macros.
20882         (makefile-pickup-filenames-as-targets): Simplify.
20883         (makefile-previous-dependency, makefile-match-dependency):
20884         Don't stumble over `::'.
20886 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
20888         * subr.el (post-command-idle-hook, post-command-idle-delay):
20889         Remove obsoletion of post-command-idle-hook and
20890         post-command-idle-delay.
20892         * faces.el (list-faces-display): Provide button when describe-face
20893         is called to take user back to the list of faces.
20895         * help-fns.el (describe-variable): Remove hyperlinks in a
20896         variable's value as these are quite frequently inappropriate.
20898         * follow.el (follow-submit-feedback, follow-mode):
20899         Remove references to post-command-idle-hook.
20901 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
20903         * progmodes/make-mode.el (makefile-previous-dependency)
20904         (makefile-match-dependency): Check for := (and in bsd mode also
20905         !=) to give a better result, even when font-lock is not on.
20907 2005-05-18  Jay Belanger  <belanger@truman.edu>
20909         * calc/calc-help.el (calc-s-prefix-help):
20910         Add `calc-copy-special-constant' to help string.
20912 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
20914         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20916 2005-05-18  Jay Belanger  <belanger@truman.edu>
20918         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
20919         in linear factors are in proper order.
20921 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
20923         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20924         Support for jurabib.
20926         * textmodes/reftex.el (featurep): Define aliases for overlay
20927         commands, for XEmacs compatibility, and use these aliases in
20928         overlay initializations.
20929         (reftex-highlight): Use `reftex-move-overlay'.
20930         (reftex-unhighlight): Use `reftex-delete-overlay'.
20931         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
20932         (reftex-access-search-path): Use `reftex-uniquify' instead of
20933         `reftex-uniq'
20935         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
20936         `before-string' property modification enables for Emacs as well.
20937         (reftex-select-item): Use `reftex-delete-overlay'.
20938         (reftex-select-mark): Use `reftex-make-overlay' and
20939         `reftex-overlay-put'.
20940         (reftex-select-unmark): Use `reftex-delete-overlay' and
20941         `reftex-overlay-put'.
20943 2005-05-18  Lute Kamstra  <lute@gnu.org>
20945         * emacs-lisp/lisp.el (check-parens): Fix docstring.
20947 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
20949         * add-log.el (add-change-log-entry):
20950         * array.el (array-make-template, array-reconfigure-rows)
20951         (array-init-max-row, array-init-max-column)
20952         (array-init-columns-per-line, array-init-field-width):
20953         * replace.el (replace-match-maybe-edit, perform-replace):
20954         * textmodes/spell.el (spell-region):
20955         Replace `read-input' by `read-string'.
20957         * forms.el (forms-mode):
20958         * finder.el (finder-compile-keywords):
20959         * shadowfile.el (shadow-read-files):
20960         Replace `eval-current-buffer' by `eval-buffer'.
20962         * terminal.el (te-pass-through):
20963         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
20964         (ange-ftp-raw-send-cmd):
20965         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
20966         (send-process-next-char, telnet-initial-filter, telnet):
20967         Replace `send-string' by `process-send-string'.
20969         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
20970         (prolog-consult-region): Replace `send-string' by
20971         `process-send-string'; replace `send-region' by `process-send-region'.
20973         * progmodes/delphi.el (delphi-log-msg):
20974         Replace `set-window-dot' by `set-window-point'.
20976         * subr.el (window-dot, set-window-dot, read-input, send-string)
20977         (send-region, show-buffer, eval-current-buffer):
20978         Make really obsolete, as the comment says.
20980 2005-05-17  Kim F. Storm  <storm@cua.dk>
20982         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
20983         (cua--init-keymaps): Bind C-return instead of S-return to set
20984         rectangle mark.
20986         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
20987         instead of S-return to toggle/clear rectangle mark.
20989 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
20991         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
20992         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
20993         Also fontify plain strings assigned to variables, mostly so that a
20994         colon has a face and is thus not taken as a dependency separator.
20995         (makefile-previous-dependency): Inline the new matcher, because it
20996         is too complex to work in both directions.
20997         (makefile-match-dependency): Eliminate `backward' arg (see above).
20998         Completely reimplemented so as to not sometimes go into an endless
20999         loop.  It should also be more efficient, because first it only
21000         searches for `:', instead of applying the very complex regexp.
21001         (makefile-mode): Cancel `font-lock-support-mode', because blocks
21002         to be fontified in one piece can be too long for JIT.
21003         Makefiles are never *that* big.
21005 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
21007         * dired.el (dired-mode): Simplify.
21009 2005-05-17  Lute Kamstra  <lute@gnu.org>
21011         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
21012         defcustom for the mode hook variable.
21014         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
21015         Emacs Lisp Reference Manual.
21017 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
21019         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
21020         (evenp, list*):
21021         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
21022         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
21024         * net/tramp-smb.el (tramp-smb-open-connection):
21025         Pass `tramp-chunksize' as fifth (required) argument.
21027 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
21029         * font-lock.el (lisp-font-lock-keywords-1):
21030         Set `font-lock-negation-char-face' for [^...] char group.
21031         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
21033         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
21034         a var, and refine it to mask one more level of nested vars.
21035         (makefile-rule-action-regex): Turn it into a var, and refine it so
21036         it recognizes backslashed continuation lines as belonging to the
21037         same command.
21038         (makefile-macroassign-regex): Refine it so it recognizes
21039         backslashed continuation lines as belonging to the same command.
21040         (makefile-var-use-regex): Don't look at the next char, because it
21041         might be the same one to be skipped by the initial [^$], leading
21042         to an overlooked variable use.
21043         (makefile-make-font-lock-keywords): Remove two parameters, which
21044         are now variables that some of the modes set locally.
21045         Handle dependency and rule action matching through functions, because
21046         regexps alone match too often.  Dependency matching now comes
21047         last, so it can check, whether a colon already matched something else.
21048         (makefile-mode): Inform that font-lock improves makefile parsing
21049         capabilities.
21050         (makefile-match-dependency, makefile-match-action): New functions.
21052 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
21054         * emacs-lisp/cl-extra.el (equalp): Doc fix.
21056         * align.el (align-regexp):
21057         * ansi-color.el (ansi-color-get-face):
21058         * array.el (array-reconfigure-rows, array-init-max-row)
21059         (array-init-max-column, array-init-columns-per-line)
21060         (array-init-field-width):
21061         * dired-aux.el (dired-trample-file-versions):
21062         * dired-x.el (dired-mark-sexp):
21063         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
21064         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
21065         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
21066         * faces.el (face-read-integer):
21067         * files.el (backup-extract-version, insert-directory):
21068         * hexl.el (hexl-insert-decimal-char):
21069         * server.el (server-process-filter):
21070         * shell.el (shell-extract-num):
21071         * startup.el (command-line-1):
21072         * term.el (term-command-hook):
21073         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
21074         (time-stamp-do-number):
21075         * time.el (display-time-update):
21076         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
21077         (timezone-fix-time):
21078         * vms-patch.el (vms-suspend-resume-hook):
21079         * calendar/appt.el (appt-convert-time):
21080         * calendar/cal-bahai.el (mark-bahai-diary-entries):
21081         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
21082         * calendar/cal-islam.el (mark-islamic-diary-entries):
21083         * calendar/calendar.el (calendar-cursor-to-date)
21084         (calendar-star-date):
21085         * calendar/diary-lib.el (diary-attrtype-convert)
21086         (mark-diary-entries, diary-entry-time):
21087         * calendar/solar.el (solar-get-number):
21088         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
21089         * emacs-lisp/re-builder.el (reb-display-subexp):
21090         * emulation/edt.el (edt-set-scroll-margins):
21091         * emulation/tpu-extras.el (tpu-set-scroll-margins):
21092         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
21093         (vip-get-ex-count):
21094         * emulation/viper-ex.el (viper-get-ex-token)
21095         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
21096         * international/fontset.el (fontset-plain-name):
21097         * mail/feedmail.el (feedmail-look-at-queue-directory):
21098         * mail/mailalias.el (mail-get-names):
21099         * mail/rmail.el (rmail-convert-to-babyl-format):
21100         * mail/rmailsum.el (rmail-make-basic-summary-line)
21101         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
21102         (rmail-summary-goto-msg):
21103         * mail/smtpmail.el (smtpmail-read-response):
21104         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
21105         (ange-ftp-vms-add-file-entry):
21106         * play/gametree.el (gametree-looking-at-ply)
21107         (gametree-current-branch-score):
21108         * progmodes/ada-xref.el (ada-prj-find-prj-file)
21109         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
21110         * progmodes/cperl-mode.el (condition-case):
21111         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
21112         (ebrowse-set-member-buffer-column-width)
21113         (ebrowse-select-1st-to-9nth):
21114         * progmodes/etags.el (etags-snarf-tag):
21115         * progmodes/flymake.el (flymake-parse-line):
21116         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
21117         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
21118         (idlwave-shell-menu-def):
21119         * progmodes/ps-mode.el (ps-run-goto-error):
21120         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
21121         (vhdl-speedbar-contract-level):
21122         * term/mac-win.el (x-handle-numeric-switch):
21123         * term/sun-mouse.el (sun-get-frame-data):
21124         * term/w32-win.el (x-handle-numeric-switch):
21125         * term/x-win.el (x-handle-numeric-switch):
21126         * textmodes/ispell.el (ispell-parse-output):
21127         * textmodes/nroff-mode.el (nroff-outline-level):
21128         * textmodes/reftex-cite.el (reftex-bib-sort-year)
21129         (reftex-bib-sort-year-reverse, reftex-format-citation):
21130         * textmodes/reftex-parse.el (reftex-init-section-numbers)
21131         (reftex-section-number):
21132         * textmodes/texinfmt.el (texinfo-paragraphindent):
21133         Replace `string-to-int' by `string-to-number'.
21135         * international/latexenc.el: Add page marker to force the "Local
21136         Variables:" string out of the last page.
21138 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
21140         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
21141         tooltip-change-major-mode.
21142         (gud-tooltip-print-command): Remove case where gud-minor-mode
21143         is gdb ("--fullname").
21144         (gud-tooltip-tips): Turn GUD tooltips off for this case and
21145         explain to user.
21147 2005-05-16  Jay Belanger  <belanger@truman.edu>
21149         * calc/calc-store.el (calc-copy-special-constant): New function.
21151         * calc/calc-ext.el (calc-init-extensions): Add binding for
21152         `calc-copy-special-constant'.
21154         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
21155         for the `calc-copy-special-constant' command.
21157 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
21159         * subr.el (left-fringe-p): New function.
21161         * progmodes/compile.el (compilation-setup): Set local value of
21162         overlay-arrow-string to "" always.
21163         (compilation-set-window): Left fringe then don't scroll.
21164         No left fringe then no arrow and scroll message to top.
21165         (compilation-context-lines): Adjust doc string accordingly.
21167 2005-05-16  Kim F. Storm  <storm@cua.dk>
21169         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
21170         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
21171         (ido-wide-find-dir-or-delete-dir): New command for M-d.
21172         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
21173         (ido-read-file-name): Handle commands with ido property value
21174         equal to find-file as reading a file name, to allow C-d to enter dired.
21175         (ibuffer-find-file): Add ido property with value find-file.
21177 2005-05-15  Kim F. Storm  <storm@cua.dk>
21179         * subr.el (open-network-stream-nowait): Remove.
21180         (open-network-stream-server): Remove.
21182 2005-05-15  Richard M. Stallman  <rms@gnu.org>
21184         * faces.el (describe-face): Output a definition link button.
21186         * help-mode.el (help-face-def): New button type.
21188         * emacs-lisp/copyright.el (copyright-fix-years):
21189         Match properly if the first year is 2-digit.
21190         Don't mess up the whitespace after the years by filling.
21192         * dired-aux.el (dired-mark-confirm):
21193         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
21195         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
21196         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
21197         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
21199         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21200         Set font-lock-comment-start-skip.
21202         * font-lock.el (font-lock-comment-start-skip): New variable.
21203         (font-lock-comment-end-skip): New variable.
21204         (font-lock-fontify-syntactically-region): Use them if non-nil.
21206 2005-05-15  Jay Belanger  <belanger@truman.edu>
21208         * calc/calc-store.el (calc-store-value): Return a string rather
21209         than display it as a message.
21210         Use calc-var-name for variable name.
21211         (calc-store-into): Add the result of calc-store-value to message.
21212         (calc-copy-variable): Add a message.
21213         (calc-store-exchange): Improve error messages.
21214         (calc-store-binary, calc-store-map): Don't reset the values of
21215         special constants.
21217 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
21219         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
21220         manual to docstring.
21222         * files.el (hack-local-variables-confirm): Add STRING argument.
21223         Make the function handle non file visiting buffers correctly.
21224         (hack-local-variables-prop-line, hack-local-variables)
21225         (hack-one-local-variable): Use STRING arg of
21226         `hack-local-variables-confirm'.
21228 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
21230         Sync with Tramp 2.0.49.
21232         * net/tramp.el (tramp-handle-dired-call-process)
21233         (tramp-handle-insert-directory):`insert-buffer' cannot be used
21234         because the contents of the Tramp buffer is changed before
21235         insertion (`expand-file' and alike).
21236         (tramp-handle-insert-directory): If `localname' has an empty
21237         nondirectory name, it must not be quoted.
21238         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
21239         variable `tramp-chunksize'.  Change callees.
21240         (tramp-open-connection-setup-interactive-shell): Check remote host
21241         for buggy `send-process-string' implementation.
21242         Set `tramp-chunksize' if found.  Reported by Michael Kifer
21243         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
21244         (tramp-handle-shell-command): `insert-buffer' cannot be used
21245         because the contents of the Tramp buffer is changed before
21246         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
21247         <frederic.bothamy@free.fr>.
21248         (tramp-set-auto-save): Actions should be done for Tramp file name
21249         handler only.  Ange-FTP has its own auto-save mechanism.
21250         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
21251         (tramp-set-auto-save-file-modes): Set file modes of
21252         `buffer-auto-save-file-name' to ?\600 as fallback solution.
21253         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
21254         (tramp-bug): Remove obsolete variable.
21255         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
21256         for presence of `mml-mode'.  Make it running for older Emacsen as well.
21258 2005-05-14  John Paul Wallington  <jpw@pobox.com>
21260         * ibuf-ext.el (define-ibuffer-filter filename):
21261         If `dired-directory' is a list, use its car.
21263 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
21265         * ibuffer.el (define-ibuffer-column filename):
21266         If `dired-directory' is a list, use its car.
21268 2005-05-14  Richard M. Stallman  <rms@gnu.org>
21270         * subr.el (symbol-file): Doc fix.
21272         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
21273         (byte-compile-form): Call byte-compile-nogroup-warn.
21274         (byte-compile-warning-types): Doc fix.
21276         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
21278         * progmodes/cc-engine.el (c-literal-faces):
21279         Add font-lock-comment-delimiter-face.
21281         * net/net-utils.el (dig): Use with-no-warnings.
21283         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
21284         (sc-recite-frame-alist, sc-default-cite-frame)
21285         (sc-default-uncite-frame, sc-default-recite-frame)
21286         (sc-attrib-selection-list, sc-rewrite-header-list):
21287         Mark as risky-local-variable.
21289         * international/ogonek.el (ogonek-jak, ogonek-how):
21290         Don't use beginning-of-buffer.
21292         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
21294         * calendar/solar.el (solar-data-list): Move definition up.
21296         * dnd.el (dnd-protocol-alist): Add autoload.
21298         * progmodes/sh-script.el: Many doc usage fixes.
21299         (sh-indent-after-do): Change default to match common styles.
21301 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
21303         * files.el (interpreter-mode-alist)
21304         (auto-mode-interpreter-regexp): Doc fixes.
21306 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
21308         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
21310         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
21312 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21314         * dired.el (dired-mode): make-variable-buffer-local =>
21315         make-local-variable.
21317 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21319         * term/mac-win.el (mac-select-convert-to-string): Try coding
21320         systems in mac-script-code-coding-systems if specified one cannot
21321         encode string for `com.apple.traditional-mac-plain-text'.
21323 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
21325         * progmodes/make-mode.el (makefile-targets-face)
21326         (makefile-shell-face, makefile-makepp-perl-face): New faces.
21327         (makefile-dependency-regex): Fix it to not make the colon in
21328         $(var:a=b) special.
21329         (makefile-rule-action-regex): New regexp for highlighting embedded
21330         Shell strings.
21331         (makefile-macroassign-regex): Handle != for highlighting as
21332         embedded Shell strings.
21333         (makefile-var-use-regex): New const.
21334         (makefile-statements, makefile-automake-statements)
21335         (makefile-gmake-statements, makefile-makepp-statements)
21336         (makefile-bsdmake-statements): New consts.
21337         (makefile-make-font-lock-keywords): New function.
21338         (makefile-automake-font-lock-keywords)
21339         (makefile-gmake-font-lock-keywords)
21340         (makefile-makepp-font-lock-keywords)
21341         (makefile-bsdmake-font-lock-keywords): New consts.
21342         (makefile-mode-map): Add switchers between the various submodes.
21343         (makefile-mode): Document the availability of the variants.
21344         (makefile-automake-mode, makefile-gmake-mode)
21345         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
21347         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
21348         new variants of makefile-mode.
21350 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21352         * font-lock.el (font-lock-comment-delimiter-face): Fix up
21353         the inheritance.
21355 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
21357         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
21358         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
21360         * files.el (normal-mode): Extend the scope of the
21361         `enable-local-variables' binding to include the `set-auto-mode' call.
21362         (magic-mode-alist): Doc fix.
21364 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21366         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
21367         font-lock-comment-face rather than copying its setting.
21369 2005-05-12  Andreas Schwab  <schwab@suse.de>
21371         * eshell/esh-mode.el (eshell-send-input): Doc fix.
21373 2005-05-12  Lute Kamstra  <lute@gnu.org>
21375         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
21376         defcustom for the mode hook variable.  Delete the last argument.
21377         * generic-x.el: Fix callers of define-generic-mode.
21378         (generic-x-modes): Delete group.
21379         (show-tabs-tab-face, show-tabs-space-face): Put them in the
21380         generic-x customization group.
21382 2005-05-12  Kim F. Storm  <storm@cua.dk>
21384         * font-lock.el (font-lock-negation-char-face): Default to "off".
21386         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
21387         font-lock-negation-char-face to ! in !=.
21389 2005-05-12  Masatake YAMATO  <jet@gyve.org>
21391         * add-log.el (find-change-log): Fix typos in the docstring
21392         of function.
21394 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
21396         * international/latexenc.el (latexenc-find-file-coding-system):
21397         Avoid `re-search-forward' when looking for input encoding because
21398         of speed and safety.  Better regular expressions for recognizing
21399         input encoding.  Limit a search for TeX-master/tex-main-file to
21400         the local variable section.
21402 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
21404         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
21405         syntax of $ to "'" (quote).
21407 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
21409         * dnd.el (dnd-protocol-alist): Improve custom type.
21411         * dired.el (dired-dnd-protocol-alist): New variable.
21412         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
21413         `dired-mode-hook' to the end.
21415 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21417         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
21418         comment-end if comment-start-skip is not set.
21419         Obey the font-lock-comment-delimiter-face variables.
21421 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21423         * files.el (executable-find): Move from executable.el.  Use
21424         locate-file.
21425         * progmodes/executable.el (executable-find): Move to files.el.
21427         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
21428         when trying to ensure forward progress.
21430 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
21432         * mouse-sel.el (mouse-sel-follow-link-p): New function.
21433         (mouse-select, mouse-select-internal, mouse-extend-internal):
21434         Use it to implement mouse-1-click-follows-link functionality.
21436 2005-05-11  Richard M. Stallman  <rms@gnu.org>
21438         * font-lock.el (font-lock-fontify-syntactically-region):
21439         Use font-lock-comment-delimiter-face for comment delimiters.
21441 2005-05-10  Jay Belanger  <belanger@truman.edu>
21443         * calc/calc-help.el (calc-m-prefix-help): Add mention of
21444         preserving embedded modes.
21446 2005-05-10  Richard M. Stallman  <rms@gnu.org>
21448         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
21450         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
21451         Move from ada-stmt.el.
21452         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
21454         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
21455         Move to ada-mode.el.
21456         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
21458         * cus-edit.el (custom-file): Call file-chase-links.
21460         * files.el (read-directory-name): Fix previous change.
21461         (hack-local-variables-confirm): New function.
21462         (hack-local-variables-prop-line, hack-local-variables)
21463         (hack-one-local-variable): Use it.
21465 2005-05-10  Lute Kamstra  <lute@gnu.org>
21467         * font-lock.el (font-lock-keywords-alist)
21468         (font-lock-removed-keywords-alist): Clarify docstrings.
21470 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
21472         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
21473         (gdb-source-info): Check for preprocessor info.
21474         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
21475         a macro for a function.
21476         (gdb-info-breakpoints-custom): Try to find file again if not already
21477         found (user might have used GDB dir command).
21478         (gdb-get-location): Update gdb-location-alist correctly for change
21479         to gdb-info-breakpoints-custom.
21481         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
21482         (gud-tooltip-print-command): Add gdbmi case.
21483         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
21484         preprocessor info.
21486 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
21488         * startup.el (fancy-splash-insert): Fix typo in doc string.
21490 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
21492         * obsolete/float.el (string-to-float):
21493         * obsolete/hilit19.el (hilit-add-pattern):
21494         * obsolete/rnews.el (news-parse-range, news-select-message)
21495         (news-get-pruned-list-of-files): Replace `string-to-int' by
21496         `string-to-number'.
21498         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
21499         `find-file-not-found-hooks'; use `add-hook'.
21500         (uncompress-while-visiting): Set `write-file-functions', not
21501         `write-file-hooks'; use `add-hook'.
21503 2005-05-09  Kim F. Storm  <storm@cua.dk>
21505         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
21506         (cua-paste): Handle clipboard action.
21507         (cua--init-keymaps): Remap clipboard-kill-region and
21508         clipboard-kill-ring-save.
21510 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
21512         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21513         Improve commentary.
21515         * simple.el (next-error-overlay-arrow-position): Revert the change
21516         made on 2005-04-30.
21518 2005-05-07  Jay Belanger  <belanger@truman.edu>
21520         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
21521         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
21522         `calc-sel-reselect'.
21524         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
21525         Calc is in embedded mode.
21527 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
21529         * progmodes/compile.el (compilation-setup):
21530         Set overlay-arrow-string to an empty string on text terminals.
21532         * textmodes/ispell.el (ispell-program-name): Try looking for
21533         "aspell" along exec-path, and if found, use it as the default
21534         speller program.
21536 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
21538         * international/mule.el (sgml-xml-auto-coding-function):
21539         Recognize encoding='FOO' in single quotes as well as in double quotes.
21541 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
21543         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
21544         as well as `interactive', so that defmacro* would recognize
21545         `declare' forms.
21547 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
21549         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21550         Explain more about the LIGHTER arg's usage in the doc string.
21551         Add commentary to clarify what the code does.  Fix the regexp that
21552         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
21553         since it could have characters special to regular expressions.
21555 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
21557         * replace.el (occur-1): Bind inhibit-read-only so that
21558         erase-buffer doesn't barf on read-only text properties (likewise
21559         for add-text-properties in occur-engine).  Mark buffer as unmodified.
21560         (occur-engine): Don't set buffer-read-only here.
21562 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21564         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
21565         list-buffers-directory.  This caused the *cvs-commit* buffer to be
21566         sometimes mistakenly reused as a *cvs* buffer.
21568 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
21570         * tooltip.el: Move code for GUD tooltips into gud.el.
21571         (require): CL no longer needed to compile case.
21572         (tooltip-mode): Do not toggle functions for GUD tooltips.
21573         (tooltip-gud-tips-p): Remove.  Replace with minor mode
21574         gud-tooltip-mode in gud.el.
21575         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
21576         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
21577         tooltip-gud prefix with gud-tooltip and obsolete.
21578         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
21579         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
21580         (tooltip-mouse-motion): Mouse movement functions/variable.
21581         Rename in gud.el by adding gud prefix.
21582         (tooltip-gud-original-filter, tooltip-gud-dereference)
21583         (tooltip-gud-event, tooltip-toggle-gud-tips)
21584         (tooltip-gud-process-output, tooltip-gud-print-command)
21585         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
21586         gud.el by replacing tooltip-gud prefix with gud-tooltip.
21587         (gdb-tooltip-print): Move to gdb-ui.el.
21589         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
21590         (require): CL needed to compile case.
21591         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
21592         tooltip-gud-tips-p.  Make it a minor-mode.
21593         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
21594         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
21595         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
21596         (gud-tooltip-change-major-mode)
21597         (gud-tooltip-activate-mouse-motions-if-enabled)
21598         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
21599         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
21600         (gud-tooltip-original-filter, gud-tooltip-dereference)
21601         (gud-tooltip-event, tooltip-toggle-gud-tips)
21602         (gud-tooltip-process-output, gud-tooltip-print-command)
21603         (gud-tooltip-tips): Move from tooltip.el.
21605         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
21606         (gdb-cpp-define-alist-flags): Doc fix.
21607         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
21608         gud-tooltip-mode is t.
21610 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21612         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
21613         evaporate if their text is deleted.
21614         (goto-address-at-point): Make it work as a mouse binding as well.
21615         (goto-address-at-mouse): Obsolete it.  Update users.
21617 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
21619         * calendar/appt.el (top-level): No longer activate on load.
21621 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
21623         * calendar/cal-bahai.el (mark-bahai-diary-entries):
21624         * net/webjump.el (webjump):
21625         * progmodes/idlw-help.el (idlwave-do-context-help1)
21626         (idlwave-highlight-linked-completions):
21627         * textmodes/po.el (po-find-file-coding-system-guts):
21628         Replace `assoc-ignore-case' by `assoc-string'.
21630 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
21632         * files.el (locate-file): Doc fix.
21634         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
21635         Remove the redundant test for ms-dos.
21637         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
21638         look for the preprocessor with exec-suffixes.  If not found in
21639         standard places, look in exec-path.  Remove most of the tests that
21640         used system-type.
21642         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
21644         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
21646         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
21647         file-name clash with jka-compr.el on 8+3 filesystems.
21649 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21651         * term/mac-win.el: Don't define or bind scroll bar functions if
21652         x-toolkit-scroll-bars is t.
21653         (x-select-text, x-get-selection-value): Clear
21654         x-last-selected-text-clipboard if x-select-enable-clipboard is
21655         nil.
21656         (PRIMARY): Put mac-scrap-name property.
21657         (mac-select-convert-to-file-url): New function.
21658         (public.file-url): New selection target type.  Add to
21659         selection-converter-alist.
21660         (x-get-selection, x-selection-value): Handle it.
21661         (x-cut-buffer-or-selection-value): New alias.
21663 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21665         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
21666         entry to avoid calling bibtex-find-entry with arg global
21667         being t.  Remove arg key.
21668         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
21669         (bibtex-copy-summary-as-kill): Change accordingly.
21671 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21673         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
21674         (org-agenda-date-later): Use with-current-buffer.
21676 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
21678         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
21679         (define-obsolete-variable-alias): Doc Fixes.
21681 2005-05-06  Kim F. Storm  <storm@cua.dk>
21683         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
21684         vertical-motion when selective-display is active.
21686         * ido.el (ido-setup-hook): New hook.
21687         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
21688         (ido-input-stack): New var.
21689         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
21690         ido-next-work-file binding to M-O.
21691         Bind M-f to ido-wide-find-file-or-pop-dir.
21692         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
21693         (ido-read-internal): Run ido-setup-hook.
21694         Catch quit in read-file-name and read-string to cancel edit.
21695         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
21696         Automatically pop-all when completing a directory name (RET).
21697         (ido-file-internal): Add with-no-warnings around ffap and dired code.
21698         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
21699         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
21700         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
21701         New functions for M-b/M-f to move among the directory components.
21702         (ido-make-merged-file-list): Catch quit to cancel merge.
21703         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
21704         (ido-completion-help): No warnings for ido-completion-buffer-full.
21706 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
21708         * font-lock.el (font-lock-negation-char-face): New face and variable.
21709         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
21710         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
21711         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
21712         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
21714 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
21716         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
21717         Fix typo in docstring.
21719         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
21720         (ebrowse-print-statistics-line)
21721         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
21723         * term/w32-win.el (image-library-alist): Add additional name for
21724         Xpm library.
21726 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
21728         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
21729         use gcc instead of cpp.
21731         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
21732         (gdb-create-define-alist): Use it.
21733         (gdb-cpp-define-alist-program): Update for MS-DOS.
21735 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
21737         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
21739 2005-05-04  Richard M. Stallman  <rms@gnu.org>
21741         * help.el (describe-key): No error when UNTRANSLATED is nil.
21743         * simple.el (line-move-1): Fix previous change to signal errors
21744         appropriately.
21746 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
21748         * calendar/icalendar.el (icalendar-version): Now at 0.12.
21749         (icalendar-duration-correction): Remove.
21750         (icalendar--get-event-properties): Split result at commas.
21751         (icalendar--decode-isoduration): New optional argument
21752         DURATION-CORRECTION.
21753         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
21754         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
21755         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
21756         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
21757         (icalendar--convert-anniversary-to-ical): New functions, extracted
21758         from icalendar-export-region, with bug fixes.
21759         (icalendar-export-region): Use the above functions.
21760         (icalendar-import-buffer): Check before saving diary file.
21761         (icalendar--convert-recurring-to-diary)
21762         (icalendar--convert-non-recurring-all-day-to-diary)
21763         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
21764         extracted from icalendar--convert-ical-to-diary, with bug fixes.
21765         (icalendar--convert-ical-to-diary): Use the above functions.
21767 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
21769         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
21770         Remove these recent additions.
21771         (c-mode): Restore to before 2005-04-28.
21773         * progmodes/cc-vars.el (cc-define-list-program): Remove this
21774         recent addition.
21776         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
21777         (gdb-define-alist): New variables.
21778         (gdb-create-define-alist): New function.
21779         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
21780         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
21781         with string-to-number.
21782         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
21784         * progmodes/gud.el: Replace string-to-int with string-to-number.
21785         (gud-find-file): Handle gdb-define-alist.
21787         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
21789 2005-05-02  Jay Belanger  <belanger@truman.edu>
21791         * calc/calc-aent.el (math-read-token):
21792         * calc/calc-bin.el (calc-word-size):
21793         * calc/calc-ext.el (calc-read-number-fancy):
21794         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
21795         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
21796         * calc/calc-frac.el (calc-over-notation):
21797         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
21798         (calc-graph-num-points, calc-graph-init):
21799         * calc/calc-prog.el (calc-read-parse-table-part)
21800         (calc-edit-macro-repeats):
21801         * calc/calc-yank.el (calc-do-grab-rectangle):
21802         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
21803         Replace `string-to-int' by `string-to-number'.
21805 2005-05-02  Kim F. Storm  <storm@cua.dk>
21807         * kmacro.el: Use executing-kbd-macro-index variable.
21809 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
21811         * net/rlogin.el (rlogin-parse-words): Delete func.
21812         (rlogin): Use split-string, not rlogin-parse-words.
21813         Also, if there are option-like elements in the parsed args,
21814         take the host to be the first arg immediately following them.
21815         Suggested by Michael Mauger.
21817 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
21819         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
21821 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
21823         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
21824         (cc-mode-cpp-program): Rename to cc-define-list-program and
21825         move to cc-vars.el.
21827         * progmodes/cc-vars.el (cc-define-list-program):
21828         Change to "gcc -E -dM -".  Make customizable.
21830 2005-05-02  Kim F. Storm  <storm@cua.dk>
21832         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
21834 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
21836         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
21838         * international/mule-util.el (truncate-string): Remove alias and
21839         obsolete declaration.
21841         * international/mule-cmds.el (update-iso-coding-systems):
21842         Remove alias and obsolete declaration.
21844         * international/mule.el (coding-system-parent): Remove alias and
21845         obsolete declaration.
21847         * subr.el (define-function, sref): Remove aliases and obsolete
21848         declarations.
21849         (chars-in-region): Remove obsolete declaration.
21851 2005-05-01  Richard M. Stallman  <rms@gnu.org>
21853         * info.el (Info-mode): Set widen-automatically to nil, locally.
21855         * simple.el (widen-automatically): New variable.
21856         (pop-global-mark): Obey widen-automatically.
21858 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
21860         * term/xterm.el (function-key-map): Call substitute-key-definition
21861         before the keymap size is increased by a lot of define-key calls.
21863 2005-05-01  Richard M. Stallman  <rms@gnu.org>
21865         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
21866         Rename ARG to ELEMENT.  Doc fix.
21868 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
21870         * allout.el (allout-exposure): Remove macro and obsolete declaration.
21871         Remove references to allout-exposure/change to allout-new-exposure.
21873         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
21874         bytecode symbols.
21876         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
21877         (compiled-function-p, focus-frame, unfocus-frame):
21878         Remove aliases and obsolete declarations.
21879         Back out inadvertent changes from previous commit.
21881 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
21883         * files.el (require-final-newline): Make Custom tags consistent
21884         with mode-require-final-newline.
21885         (mode-require-final-newline): Doc fix.
21887 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21889         * international/latexenc.el (latexenc-find-file-coding-system):
21890         Fix regular expressions.
21892 2005-05-01  David Kastrup  <dak@gnu.org>
21894         * international/latexenc.el (latexenc-find-file-coding-system):
21895         Fix regular expressions.
21897 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
21899         * subr.el (string-to-int): Make obsolete.
21901 2005-04-30  Richard M. Stallman  <rms@gnu.org>
21903         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
21905         * loadup.el: load jka-comp-hook.
21907         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
21908         (jka-compr-handler): Add autoload.  `put' calls moved
21909         to jka-comp-hook.el.
21910         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
21911         (jka-compr-inhibit): Autoload.
21913         * jka-comp-hook.el: New file.
21914         Enable the mode by default.
21916         * files.el (backup-buffer-copy): Use copy-file instead
21917         of write-region, and put back the 'excl.
21919 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
21921         * progmodes/flymake.el (flymake-split-string)
21922         (flymake-split-string, flymake-log, flymake-pid-to-names)
21923         (flymake-reg-names, flymake-get-source-buffer-name)
21924         (flymake-unreg-names, flymake-add-line-err-info)
21925         (flymake-add-err-info): Clarify docstrings.
21926         (flymake-popup-menu, flymake-make-emacs-menu)
21927         (flymake-make-xemacs-menu): Add docstrings.
21928         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
21929         Set variables directly throughout.
21931 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
21933         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
21934         exists.  Initialize cc-define-alist.
21935         (c-mode): Add cc-create-define-alist locally to after-save-hook.
21936         If there is no file (Macroexpansion) don't create an alist.
21938 2005-04-29  Sam Steingold  <sds@gnu.org>
21940         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
21941         (cc-create-define-alist): Use it instead of the hard-coded string.
21943 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
21945         * international/mule-conf.el (file-coding-system-alist): Fix regexp
21946         for latexenc.
21948 2005-04-29  Lute Kamstra  <lute@gnu.org>
21950         * emacs-lisp/generic.el: Improve commentary section.
21951         (define-generic-mode): Improve docstring.
21953 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
21955         * textmodes/org.el (many places): Change to quiet the byte compiler.
21956         (org-prefix-format-compiled): New variable.
21957         (org-compile-prefix-format): New function.
21958         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
21959         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
21960         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
21961         (org-get-entries-from-diary): Use `org-get-time-of-day' for
21962         consistency with entries from `org-mode' files.
21963         (org-get-time-of-day): Fix bug with partial matches early in a line.
21964         (org-non-link-chars): New constant.
21965         (org-link-regexp): Respect `org-non-link-chars'.
21966         (org-agenda-day-view): Remove command.
21967         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
21968         (org-follow-bbdb-link, org-store-link): Search also company field.
21969         (org-highlight-overlay): New variable.
21970         (org-highlight, org-unhighlight): New functions.
21971         (org-agenda-mode): Add pre-command-hook to remove highlight.
21972         (org-evaluate-time-range): Behavior depends upon whether time stamp
21973         contains a time or not.
21974         (org-show-subtree, org-show-entry): New functions.
21975         (org-agenda-cleanup-fancy-diary): Remove empty lines.
21977 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
21979         * comint.el (comint-output-filter-functions): Add autoload cookie.
21981 2005-04-28  Kim F. Storm  <storm@cua.dk>
21983         * ido.el (ido-everywhere): Fix last change.
21985 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
21987         * international/latexenc.el: New file.
21988         * international/mule-conf.el (file-coding-system-alist): For .tex,
21989         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
21991 2005-04-28  Lute Kamstra  <lute@gnu.org>
21993         * font-lock.el (font-lock-add-keywords)
21994         (font-lock-remove-keywords): Clarify docstring.
21995         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
21996         Don't start docstrings with a `*'.
21997         (font-lock-update-removed-keyword-alist): Give it a docstring.
21999         * generic-x.el: Update commentary section.
22000         Only require font-lock when compiling.
22001         Define all modes conditionally.
22002         Place all generic modes in the generic-x-modes customization group.
22003         (generic-x-modes): New customization group.
22004         (generic-default-modes, generic-mswindows-modes)
22005         (generic-unix-modes, generic-other-modes): New constants.
22006         (generic-define-mswindows-modes, generic-define-unix-modes):
22007         Update docstrings.  Make them obsolete.
22008         (generic-extras-enable-list): New default value.  Update docstring.
22009         Improve :type.  Change :set function.
22010         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
22011         Fix docstring.
22013         * emacs-lisp/generic.el (generic-mode-internal):
22014         Simplify font-lock-defaults.
22015         (define-generic-mode): Fix docstring.
22017 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22019         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
22020         font-lock-face property to highlight matches.
22022 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
22024         * progmodes/cc-mode.el (cc-create-define-alist): New function.
22025         (cc-define-alist): New variable.
22026         (c-mode): Make it local and initialize it.
22028         * progmodes/gdb-ui.el (gdb-active-process): New variable.
22029         (gdb-exited): New function.
22030         (gdb-annotation-rules): Use it.
22031         (gdb-starting): Set gdb-active-process to t.
22032         (gdb-stopping): Amend doc string.
22033         (gdb-reset): Set gdb-active-process to nil.
22035         * tooltip.el (tooltip-gud-tips): Show the associated #define
22036         directives when a C program under GDB is not executing.
22038 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22040         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
22041         font-lock-fontify-syntactic-keywords.
22043         * font-lock.el (font-lock-default-fontify-region): Don't force
22044         parse-sexp-lookup-properties to nil.
22046 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
22048         * man.el (man-mode-syntax-table): Set up `:' to have
22049         word-constituent syntax.
22051 2005-04-27  Lute Kamstra  <lute@gnu.org>
22053         * novice.el (disable-command): Don't add spurious newlines to the
22054         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
22056 2005-04-26  Jay Belanger  <belanger@truman.edu>
22058         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
22059         than one window before deleting window.
22061 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
22063         * shell.el (shell-prompt-pattern): Doc fix.
22064         (shell-mode): Set paragraph-separate buffer locally to "\\'".
22066         * comint.el (comint-prompt-regexp, comint-get-old-input)
22067         (comint-use-prompt-regexp)
22068         (comint-use-prompt-regexp-instead-of-fields)
22069         (comint-replace-by-expanded-history, comint-send-input)
22070         (comint-output-filter, comint-get-old-input-default)
22071         (comint-line-beginning-position, comint-bol, comint-show-output)
22072         (comint-backward-matching-input, comint-forward-matching-input)
22073         (comint-next-prompt, comint-previous-prompt):
22074         Rename `comint-use-prompt-regexp-instead-of-fields' to
22075         `comint-use-prompt-regexp'.  Keep old name as alias and declare
22076         obsolete.
22077         (comint-use-prompt-regexp): Shorten first line of doc string.
22079         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
22080         Set paragraph-separate buffer locally to "\\'".
22082         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
22083         Adapt to above name change.
22085         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
22086         (smbclient-prompt-regexp): Ditto.
22088         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
22090 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
22092         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
22093         gdb-location-list.
22094         Break lines that are over 80 characters wide.
22096 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22098         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
22099         New fun and var, to preserve compatibility.
22101         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
22103 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
22105         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
22106         name to file-newer-than-file-p.
22108 2005-04-26  Richard M. Stallman  <rms@gnu.org>
22110         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
22112         * progmodes/python.el (python-mode):
22113         Use new name eldoc-documentation-function.
22115         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
22117         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22118         (eldoc-documentation-function):
22119         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
22121 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
22123         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
22125 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
22127         * term/xterm.el (function-key-map): Fix strings for
22128         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
22129         {C,S,A,C-S}-{f1-f12}.
22131 2005-04-26  Kenichi Handa  <handa@m17n.org>
22133         * international/mule-cmds.el (select-safe-coding-system):
22134         Fix previous change.
22136 2005-04-26  Lute Kamstra  <lute@gnu.org>
22138         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
22140         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
22141         (font-lock-comment-delimiter-face): Ditto.
22143         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
22145 2005-04-25  Jay Belanger  <belanger@truman.edu>
22147         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
22148         to t while inserting information; use help-mode.
22150 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
22152         * term.el (ansi-term-color-vector): Use the xterm colors.
22153         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
22155 2005-04-25  Lute Kamstra  <lute@gnu.org>
22157         * font-core.el (font-lock-defaults): Fix docstring.
22159         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
22161 2005-04-25  Kenichi Handa  <handa@m17n.org>
22163         * international/mule-cmds.el (select-safe-coding-system):
22164         Don't check consistency with coding: spec, etc if raw-text or
22165         no-conversion was found to be safe.
22167 2005-04-24  Richard M. Stallman  <rms@gnu.org>
22169         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
22170         citation markers at start of each line.
22172         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
22173         citation markers at start of each line.
22175         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
22177         * files.el (mode-require-final-newline): Fix previous change.
22178         (require-final-newline): Fix type label.
22180 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
22182         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
22183         statement in buffer (broken by 2004-11-24 change).
22185 2005-04-24  Kim F. Storm  <storm@cua.dk>
22187         * ido.el (ido-everywhere): Save and restore old read-buffer-function
22188         and read-file-name-function values.  Don't overwrite existing
22189         non-nil values if ido-mode is enabled without ido-everywhere.
22191 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
22193         * files.el (mode-require-final-newline): Minor doc fix.
22195 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
22197         * subr.el (syntax-after): Doc fix.
22198         (syntax-class): If argument is nil, return nil.  Mask off upper 16
22199         bits, not 8 bits.
22201         * files.el (mode-require-final-newline): Doc fix.
22202         (backup-buffer-copy): Fix last change.
22204 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22206         * term/mac-win.el: Require select.  Set selection-coding-system to
22207         mac-system-coding-system.  Call menu-bar-enable-clipboard.
22208         (x-last-selected-text-clipboard, x-last-selected-text-primary)
22209         (x-select-enable-clipboard): New variables.
22210         (x-select-text, x-get-selection, x-selection-value)
22211         (x-get-selection-value, mac-select-convert-to-string)
22212         (mac-services-open-file, mac-services-open-selection)
22213         (mac-services-insert-text): New functions.
22214         (CLIPBOARD, FIND): Put mac-scrap-name property.
22215         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
22216         (public.tiff): Put mac-ostype property.
22217         (selection-converter-alist): Add entries for them.
22218         (mac-application-menu-map): New keymap.
22219         (interprogram-cut-function, interprogram-paste-function): Set to
22220         x-select-text and x-get-selection-value, respectively.
22221         (split-window-keep-point): Set to t.
22223 2005-04-23  Richard M. Stallman  <rms@gnu.org>
22225         * files.el (read-directory-name): Always pass non-nil
22226         DEFAULT-FILENAME arg to read-file-name.
22227         (backup-buffer-copy, basic-save-buffer-2): Take care against
22228         writing thru an unexpected existing symlink.
22229         (revert-buffer): In indirect buffer, revert the base buffer.
22230         (magic-mode-alist): Doc fix.
22231         (buffer-stale-function): Doc fix.
22232         (minibuffer-with-setup-hook): Avoid warning.
22233         (mode-require-final-newline): Doc and custom fix.
22235         * follow.el (follow-end-of-buffer): Use with-no-warnings.
22237         * font-lock.el (font-lock-comment-face): On terminals with few colors,
22238         use the default appearance.
22239         (font-lock-comment-delimiter-face): New face, new variable.
22241         * imenu.el (imenu--generic-function): The official position of a
22242         definition is the start of the line that BEG is in.
22244         * midnight.el (midnight-timer): Move defvar up.
22246         * mouse.el (mouse-drag-region-1): Delete some debugging code.
22248         * saveplace.el (save-place-to-alist): Use with-no-warnings.
22250         * startup.el (command-line): Use with-no-warnings.
22252         * window.el (window-size-fixed): New defvar.
22254         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
22256         * mail/rmail.el (rmail-font-lock-keywords):
22257         Use font-lock-comment-delimiter-face.
22259         * mail/sendmail.el (mail-font-lock-keywords):
22260         Use font-lock-comment-delimiter-face.
22262         * progmodes/compile.el (next-error-highlight-timer): New defvar.
22264 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
22266         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22267         Specify t for LAXMATCH when matching directories.
22268         Save match data around compilation-compat-error-properties form.
22270 2005-04-23  David Kastrup  <dak@gnu.org>
22272         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
22273         Mention that the autoloaded aliases should be kept for AUCTeX.
22275 2005-04-23  Andreas Schwab  <schwab@suse.de>
22277         * isearch.el (isearch-forward): Doc fix.
22279 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
22281         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
22282         (jit-lock-stealth-nice): Change default value to 0.5.
22284 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22286         * abbrev.el (write-abbrev-file): Write table entries in
22287         alphabetical order by table name.
22289 2005-04-22  Kim F. Storm  <storm@cua.dk>
22291         * ido.el (ido-read-internal): Fix `list' completion.
22293 2005-04-22  Kenichi Handa  <handa@m17n.org>
22295         * recentf.el (recentf-save-file-coding-system): New variable.
22296         (recentf-save-list): Encode the file by
22297         recentf-save-file-coding-system and add coding: tag.
22299 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
22301         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
22303 2005-04-21  Lute Kamstra  <lute@gnu.org>
22305         * loadhist.el (unload-feature): Don't remove a function from hooks
22306         if it is about to be restored to an autoload .  Remove functions
22307         that will become unbound from auto-mode-alist.  Simplify the code.
22309         * subr.el (assq-delete-all): New implementation that is linear,
22310         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
22311         (rassq-delete-all): New function.
22313         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22314         Add size-indication-mode.
22316 2005-04-21  Kenichi Handa  <handa@m17n.org>
22318         * international/mule-cmds.el: Add autoload for widget-value in
22319         eval-when-compile.
22321 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
22323         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22324         Add tooltip-mode.
22326         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
22328 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
22330         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
22331         (inferior-lisp-filter-regexp, inferior-lisp-program)
22332         (inferior-lisp-load-command, inferior-lisp-prompt)
22333         (inferior-lisp-mode-hook, lisp-source-modes)
22334         (inferior-lisp-load-hook): defvar->defcustom.
22335         (inferior-lisp-program, inferior-lisp-prompt)
22336         (inferior-lisp-load-hook): Doc fixes.
22337         (inferior-lisp-install-letter-bindings): Small change in
22338         introductory comment.
22340 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
22342         * vc.el (vc-annotate-color-map): Change some colors so that text
22343         using them as foreground is readable on both white and black
22344         backgrounds.
22346 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22348         * international/mule-conf.el (translation-table-for-input):
22349         Remove redundant declaration.
22351 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
22353         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
22355         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
22356         (tooltip-toggle-gud-tips): New function.
22358 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22360         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
22361         right angle brackets.
22363 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
22365         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
22367 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22369         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
22370         Remove.  Update callers to use expand-file-name instead.
22372         * subr.el (syntax-class): New function.
22374         * simple.el (blink-matching-open): Use it.
22376         * paren.el (show-paren-function): Use it to recognize parens that are
22377         also used in 2-char comment markers.
22379 2005-04-19  Lute Kamstra  <lute@gnu.org>
22381         * loadhist.el (unload-feature): Update for new format of
22382         load-history.  Simplify the code.
22384 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22386         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
22387         (mac-add-charset-info): New function.  Initialize variable
22388         mac-charset-info-alist using it.
22389         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
22390         for translation.
22391         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
22392         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
22393         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
22394         New CCL programs.
22396 2005-04-19  Kim F. Storm  <storm@cua.dk>
22398         * simple.el (next-buffer, prev-buffer, next-error)
22399         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22400         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
22402         * bindings.el (next-buffer, prev-buffer, next-error)
22403         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22404         (clone-indirect-buffer-other-window): Move bindings from simple.el.
22405         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
22406         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
22408 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22410         * isearch.el (isearch-edit-string): Make the search-ring available for
22411         minibuffer history commands.
22412         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
22413         the default history commands now work just as well.
22414         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
22416 2005-04-18  Kim F. Storm  <storm@cua.dk>
22418         * emulation/cua-base.el (cua--pre-command-handler): Add more
22419         elaborate check for shift modifier on non-window systems.
22421 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
22423         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
22425 2005-04-18  Kim F. Storm  <storm@cua.dk>
22427         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
22428         and make it optional.  Don't test tooltip-gud-echo-area here.
22429         (tooltip-gud-process-output, gdb-tooltip-print):
22430         Pass tooltip-gud-echo-area to tooltip-show.
22431         (tooltip-help-tips): Remove second optional arg to tooltip-show.
22433 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22435         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
22436         `display-graphic-p' may not be bound yet.
22438 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
22440         * startup.el (command-line): No longer enable Xterm Mouse mode by
22441         default in terminals compatible with xterm.
22443         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
22445 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
22447         * tooltip.el (tooltip-gud-echo-area): Rename from
22448         tooltip-use-echo-area.
22449         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
22450         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
22451         area independently of where help tooltips are displayed.
22453 2005-04-17  David Kastrup  <dak@gnu.org>
22455         * cus-theme.el (custom-theme-write-variables): Quote variables
22456         where necessary.
22458 2005-04-17  Richard M. Stallman  <rms@gnu.org>
22460         * simple.el (yank-excluded-properties): Add follow-link to value.
22462         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
22464         * startup.el (fancy-splash-max-time): Just 30 seconds.
22465         (fancy-splash-delay): Just 7.
22466         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
22468         * loadhist.el (unload-feature): Update for new format of load-history.
22469         Simplify the code.
22471         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
22472         (rmail-font-lock-keywords): Don't fontify the text of a citation.
22474         * mail/sendmail.el (mail-font-lock-keywords):
22475         Don't fontify subject text.
22476         Don't fontify the text of a citation.
22478 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
22480         * comint.el (comint-output-filter): Run comint-output-filter-functions
22481         with point where the user had it.
22483 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22485         * international/ucs-tables.el (ucs-set-table-for-input):
22486         Disable when using unify-on-decoding.
22488 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
22490         * emulation/cua-base.el (cua-global-mark-face): Add special case
22491         for displays supporting a high number of colors.
22493 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
22495         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
22497 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
22499         * filesets.el (filesets-add-buffer): If user supplies a name of a
22500         non-existing fileset, create a new fileset.
22502 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
22504         * textmodes/org.el (org-up-heading-all): Fix bug with
22505         `outline-up-heading-all'.
22507 2005-04-16  Andreas Schwab  <schwab@suse.de>
22509         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
22510         /etc/permissions.d/* and /etc/aliases.d/*.
22512 2005-04-16  Kenichi Handa  <handa@m17n.org>
22514         * international/code-pages.el (cp-make-coding-system):
22515         Set `translation-table-for-input' property value to the symbol
22516         ucs-mule-to-mule-unicode, not to that value.
22517         (pt154): Escape guillemet by `\'.
22519 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
22521         * loadup.el: Load tooltip if x-show-tip is fboundp.
22523         * startup.el (command-line): Add comment.
22525         * tooltip.el (tooltip-mode): Specify correct standard value for
22526         Custom in init-value.
22528 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
22530         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
22531         possible.
22533 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
22535         * textmodes/org.el (org-agenda-date-prompt): Rename from
22536         `org-agenda-date-today'.
22537         (org-evaluate-time-range): Insert at point instead of directly
22538         after time range.
22539         (org-first-headline-recenter, org-subtree-end-visible-p)
22540         (org-optimize-window-after-visibility-change): New functions
22541         (org-agenda-post-command-hook): Don't allow point at end of line,
22542         to make sure it always hits the text properties.
22543         (org-agenda-next-date-line, org-agenda-previous-date-line):
22544         New commands.
22545         (org-set-regexps-and-options): Category may contain white space.
22546         (org-agenda-get-deadlines, org-agenda-get-scheduled):
22547         Improve marker positions.
22548         (org-agenda-new-marker): Argument POS made optional.
22549         (org-agenda-get-timestamps): Deadlines which are done are listed
22550         in org-done-face now.
22551         (org-agenda-get-todos, org-agenda-get-timestamps)
22552         (org-agenda-get-deadlines, org-agenda-get-scheduled):
22553         Set `undone-face' and `done-face' properties.
22554         (org-last-todo-state-is-todo): New variable.
22555         (org-todo): Set `org-last-todo-state-is-todo'.
22556         (org-agenda-todo): Change face according to
22557         `org-last-todo-state-is-todo'.  And change other lines referring to
22558         the same entry.
22559         (org-calendar-goto-agenda): New command.
22560         (org-calendar-to-agenda-key): New option.
22561         (org-startup-folded): New allowed value `content'.
22562         (org-set-regexps-and-options): Accept new value `content' for
22563         `org-startup-folded'.
22564         (org-get-current-options): Handle new value `content' for
22565         `org-startup-folded'.
22566         (org-insert-todo-heading): New command.
22567         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
22568         interactively in empty file and option
22569         `org-insert-mode-line-in-empty-file' has been set.
22570         (org-agenda-todo, org-agenda-priority): Modify to use
22571         `org-agenda-change-all-lines'.
22572         (org-warning-face): Change color on dark background
22574 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22576         * international/mule-cmds.el (set-locale-environment): On Mac OS,
22577         use preferences AppleLocale and AppleLanguages, and variable
22578         mac-system-locale for default locale.  On Mac OS Classic, use
22579         mac-system-coding-system for default coding systems.
22581         * term/mac-win.el: Don't set file-name-coding-system.
22582         Decode variables system-name, emacs-build-system, user-login-name, and
22583         user-full-name by mac-system-coding-system on Mac OS Classic.
22584         (mac-system-coding-system): New variable.
22586 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
22588         * startup.el (command-line): Handle `xterm-mouse-mode' before
22589         reading init file.
22591         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
22593 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
22595         * progmodes/sh-script.el (sh-here-document-word): Make it a
22596         defcustom.  Doc fix.
22597         (sh-add): Bash uses $(( )) for arithmetic.
22598         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
22599         (sh-maybe-here-document): Remove quotes and leading whitespace
22600         from heredoc word when closing.  Indent heredoc with tabs if word
22601         starts with "-".
22603 2005-04-13  Richard M. Stallman  <rms@gnu.org>
22605         * simple.el (undo): Fix previous change.
22607         * custom.el (defface): Doc fix.
22609 2005-04-13  Lute Kamstra  <lute@gnu.org>
22611         * Makefile.in (DONTCOMPILE): Remove list.
22612         (compile, compile-always): Don't use DONTCOMPILE.
22613         (update-authors): Load the library in which batch-update-authors
22614         is defined.
22615         * makefile.w32-in (DONTCOMPILE): Remove list.
22616         (compile, compile-always): Fix comments.
22617         (update-authors): Load the library in which batch-update-authors
22618         is defined.
22620         * generic-x.el (generic-mode-ini-file-find-file-hook):
22621         Rename to ini-generic-mode-find-file-hook.
22622         Keep generic-mode-ini-file-find-file-hook as an alias.
22623         (ini-generic-mode-find-file-hook): Rename from
22624         generic-mode-ini-file-find-file-hook.  Fix docstring.
22625         (ini-generic-mode): Docstring change.
22626         (bat-generic-mode-run-as-comint): Silence the byte compiler.
22628         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
22629         called from lisp.
22631         * generic.el: Move to the emacs-lisp subdir.
22633 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
22635         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
22636         and C-S- function and cursor motion keys.
22638 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
22640         * startup.el (command-line): Enable Xterm Mouse mode by default.
22641         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
22642         for Custom.  No longer show "Mouse" in mode line when enabled.
22643         Doc fix.
22645 2005-04-12  Kim F. Storm  <storm@cua.dk>
22647         * emulation/cua-base.el (cua-rectangle-face)
22648         (cua-rectangle-noselect-face): Define face attributes here.
22650         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
22652 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22654         * startup.el (command-line): Turn off blinking cursor if
22655         cursorBlink in resources is off or false.
22657 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22659         * term/mac-win.el (dnd): Require dnd.
22660         (mac-drag-n-drop): Call dnd-handle-one-url.
22661         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
22662         (kTextEncodingISOLatin2): Remove constants.
22663         (mac-script-code-coding-systems): New constant.
22664         (mac-handle-language-change): New function.
22665         (special-event-map): Bind it to `language-change' event.
22666         (mac-centraleurroman, mac-cyrillic): New coding systems.
22667         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
22668         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
22669         and mac-cyrillic-encoder to encode-mac-centraleurroman and
22670         encode-mac-cyrillic, respectively.
22672 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
22674         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
22675         Don't set overlay-arrow-string to "=>" as this is done
22676         globally in C now.
22678 2005-04-12  Lute Kamstra  <lute@gnu.org>
22680         * generic-x.el (rc-generic-mode, rul-generic-mode):
22681         Fix auto-mode-alist entries.
22682         (etc-fstab-generic-mode): Tweak fontification.
22684         * generic.el (generic-make-keywords-list): Fix docstring.
22685         (generic-mode-internal): Simplify generic-font-lock-keywords.
22687 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
22689         * whitespace.el (whitespace-buffer-leading)
22690         (whitespace-buffer-trailing): Revert the incorrect test inversion.
22691         However, fix the highlight area for the leading and
22692         trailing whitespaces to show space.
22694 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
22696         * whitespace.el (whitespace-version): Bump to 3.5
22698         (whitespace-buffer-leading, whitespace-buffer-trailing):
22699         Invert sense of the test to highlight the whitespace.
22701 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
22703         * progmodes/gud.el (gud-display-line): GUD uses its own
22704         overlay arrow now so don't set overlay-arrow-string.
22705         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
22707 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
22709         * term.el (term-ansi-current-bold, term-ansi-current-underline)
22710         (term-ansi-current-reverse, term-ansi-current-invisible)
22711         (term-ansi-face-already-done): Change to boolean.
22712         (term-reset-terminal, term-handle-colors-array): Handle the above
22713         vars accordingly.
22714         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
22715         (term-emulate-terminal): Use the new name.
22717         * faces.el (secondary-selection): Use yellow1, not yellow.
22718         (trailing-whitespace): Use red1, not red.
22720 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22722         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
22723         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
22724         (dired-dnd-handle-file): Call dnd-get-local-file-uri
22726         * cus-edit.el (dnd): New group.
22728         * term/w32-win.el (dnd): Require dnd
22729         (w32-drag-n-drop): Call dnd-handle-one-url.
22731         * x-dnd.el: Require dnd.
22732         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
22733         Call dnd-handle-one-url.
22734         (x-dnd-types-alist, x-dnd-insert-utf8-text)
22735         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
22736         to dnd-insert-text.
22737         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
22738         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
22739         (x-dnd-get-local-file-name, x-dnd-open-local-file)
22740         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
22742         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
22744 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
22746         * wdired.el: Doc fixes.
22747         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
22748         (wdired-use-dired-vertical-movement): Rename from
22749         wdired-always-move-to-filename-beginning.
22750         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
22751         (wdired-change-to-wdired-mode): Change mode name.
22752         (wdired-newline): Delete.
22754 2005-04-11  Richard M. Stallman  <rms@gnu.org>
22756         * whitespace.el (whitespace-highlight-the-space):
22757         Don't call whitespace-unhighlight-the-space here.
22759         * simple.el (undo): Record t in undo-equiv-table
22760         for the redo record made by an undo-in-region.
22762 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
22764         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
22765         (gdb-frame-inferior-io-buffer): New Functions to control
22766         display of separate IO buffer.
22767         (menu): Add them to menu-bar.
22768         (gdb-display-buffer): Check for buffer another frame.
22769         Protect GUD buffer.
22770         (gdb-setup-windows): Create IO buffer if not already there.
22771         (gdb-memory-mode): Remove purecopy noops.
22773 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
22775         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
22776         and pass to self-insert-command.
22778 2005-04-11  Lute Kamstra  <lute@gnu.org>
22780         * generic.el: Commentary section cleanup.
22781         (generic): Delete.
22782         (generic-use-find-file-hook, generic-lines-to-scan)
22783         (generic-find-file-regexp, generic-ignore-files-regexp)
22784         (default-generic-mode, generic-mode-find-file-hook)
22785         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
22786         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
22787         (generic-use-find-file-hook, generic-lines-to-scan)
22788         (generic-find-file-regexp, generic-ignore-files-regexp)
22789         (default-generic-mode, generic-mode-find-file-hook)
22790         (generic-mode-ini-file-find-file-hook): Move from generic.el.
22792 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
22794         * bookmark.el (bookmark-write-file): Catch errors writing file.
22795         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
22797 2005-04-10  Richard M. Stallman  <rms@gnu.org>
22799         * startup.el (fancy-splash-tail): Update copyright year.
22800         (command-line): Split part of -Q into -D.
22801         (emacs-basic-display): New defvar.
22802         (fancy-splash-text): Correct name of menu item.
22804         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
22806         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
22807         lines in one node.
22809         * comint.el (comint-send-input): New arg ARTIFICIAL.
22810         Callers in this file changed.
22812         * abbrev.el (define-abbrevs): Read system abbrevs properly.
22814         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
22816 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
22818         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
22819         `ldap-search-internal'.
22821 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22823         * files.el (set-auto-mode-1): Use line-end-position.
22825         * international/latin-1.el:
22826         * international/latin-2.el:
22827         * international/latin-3.el:
22828         * international/latin-4.el:
22829         * international/latin-5.el:
22830         * international/latin-8.el:
22831         * international/latin-9.el: Give punctuation syntax to NBSP.
22833         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
22834         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
22835         Use char-classes to accept non-ascii letters, accepted in some recent
22836         bibtex implementations.
22838 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
22840         * custom.el (custom-set-minor-mode): Any non-nil value for the
22841         variable should enable the mode when set through Custom.
22843 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22845         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
22846         TAB binding so tab-always-indent is obeyed.
22847         (vhdl-minibuffer-local-map): Move initialization into declaration.
22848         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
22849         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
22850         (vhdl-hooked-abbrev): Avoid test for XEmacs.
22851         (vhdl-current-line): Use line-beginning-position.
22852         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
22853         with-output-to-temp-buffer, so the current position can be recorded.
22855 2005-04-10  Masatake YAMATO  <jet@gyve.org>
22857         * progmodes/compile.el (compilation-error-regexp-alist-alist):
22858         Add regexp for gcov.
22860 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22862         * calendar/time-date.el (time-to-seconds, seconds-to-time)
22863         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
22864         syntax which Emacs 20 doesn't support.
22866 2005-04-09  Richard M. Stallman  <rms@gnu.org>
22868         * help.el (describe-key-briefly, describe-key):
22869         Replace strings as event types with "(any string)".
22871 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
22873         * arc-mode.el (archive-mode-map): Move initialization into
22874         the declaration.  Override *all* bindings of `undo'.
22875         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
22877 2005-04-09  Jay Belanger  <belanger@truman.edu>
22879         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
22881 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
22883         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
22884         (xterm-register-default-colors): Update color values computation
22885         to match xterm-200.
22887 2005-04-09  Kenichi Handa  <handa@m17n.org>
22889         * international/code-pages.el (iso-latin-7): Fix the map.
22891 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
22893         * emacs-lisp/lisp.el (defun-prompt-regexp)
22894         (parens-require-spaces, buffer-end, end-of-defun)
22895         (insert-parentheses): Doc fixes.
22897 2005-04-08  Kim F. Storm  <storm@cua.dk>
22899         * comint.el (comint-highlight-prompt): Fix face spec.
22900         * hi-lock.el (hi-green): Likewise.
22902 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
22904         * cus-edit.el (custom-modified-face):
22905         * comint.el (comint-highlight-input): Fix previous changes.
22906         * term.el (term-handle-ansi-escape): Add a comment.
22908 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22910         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
22911         in the buffer and in whitespace-highlighted-space.
22912         (whitespace-unhighlight-the-space): Simplify.
22913         (whitespace-buffer): Simplify.
22915 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
22917         * textmodes/table.el (table-cell-face): Add special case for
22918         displays supporting a high number of colors.
22919         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22920         (vhdl-font-lock-reserved-words-face)
22921         (vhdl-speedbar-architecture-face)
22922         (vhdl-speedbar-instantiation-face)
22923         (vhdl-speedbar-architecture-selected-face)
22924         (vhdl-speedbar-instantiation-selected-face): Likewise.
22925         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
22926         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
22927         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
22928         (ebrowse-root-class-face, ebrowse-member-attribute-face)
22929         (ebrowse-progress-face): Likewise.
22930         * progmodes/compile.el (compilation-info-face): Likewise.
22931         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
22932         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
22933         * calendar/calendar.el (diary-face): Likewise.
22934         * woman.el (woman-italic-face, woman-bold-face)
22935         (woman-unknown-face): Likewise.
22936         * wid-edit.el (widget-button-pressed-face): Likewise.
22937         * whitespace.el (whitespace-highlight-face): Likewise.
22938         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
22939         * pcvs-info.el (cvs-marked-face): Likewise.
22940         * info.el (info-xref): Likewise.
22941         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
22942         * hilit-chg.el (highlight-changes-face)
22943         (highlight-changes-delete-face): Likewise.
22944         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
22945         (hi-red-b): Likewise.
22946         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
22947         * font-lock.el (font-lock-keyword-face)
22948         (font-lock-function-name-face, font-lock-warning-face): Likewise.
22949         * cus-edit.el (custom-invalid-face, custom-modified-face)
22950         (custom-set-face, custom-changed-face, custom-variable-tag-face)
22951         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
22952         * comint.el (comint-highlight-prompt): Likewise.
22954 2005-04-08  Lute Kamstra  <lute@gnu.org>
22956         * font-lock.el (font-lock-keywords): Docstring fixes.
22958 2005-04-08  Kenichi Handa  <handa@m17n.org>
22960         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
22961         chars are more than a limit, print " and more..." at the tail.
22963 2005-04-08  Kim F. Storm  <storm@cua.dk>
22965         * emacs-lisp/authors.el (authors-aliases): Update list.
22966         (authors-ignored-files): New list.
22967         (authors-fixed-entries): Fix typo.
22968         (authors-renamed-files-alist): Update list.
22969         (authors-add): Check authors-ignored-files.
22971 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
22973         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
22974         optional, to ensure backward compatibility.
22976 2005-04-08  Stephen Eglen  <stephen@gnu.org>
22978         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
22980 2005-04-08  Kim F. Storm  <storm@cua.dk>
22982         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
22984         * mouse.el (mouse-on-link-p): Doc fix.
22986 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
22988         * ielm.el (ielm-prompt-read-only): Doc fix.
22990         * comint.el (comint-prompt-read-only): Doc fix.
22992 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
22994         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
22995         ensure dired always handles wildcards passed to ffap.
22996         (find-file-at-point): Use it.
22997         (ffap-dired-wildcards): Doc fix.
22999 2005-04-07  Juri Linkov  <juri@jurta.org>
23001         * simple.el (next-error-overlay-arrow-position): New defvar.
23002         Put "=>" on its property `overlay-arrow-string'.  Add it to
23003         `overlay-arrow-variable-list'.
23005         * progmodes/compile.el (compilation-setup):
23006         Set `next-error-overlay-arrow-position' to nil.  Also set it to
23007         nil in the local hook `kill-buffer-hook'.  Make local variable
23008         `overlay-arrow-string' and set it to "=>".
23009         (compilation-goto-locus): Set BOL position to
23010         `next-error-overlay-arrow-position' instead of
23011         `overlay-arrow-position'.
23013         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
23014         locally instead of adding it to the global hook.
23015         (Info-kill-buffer): Move up.
23017 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
23019         * term/xterm.el (xterm-standard-colors): Update color values from
23020         xterm-200.
23022 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23024         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
23026         * fast-lock.el:
23027         * lazy-lock.el: Move them to the obsolete subdir.
23029 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
23031         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
23032         (wdired-add-replace-advice): Remove.
23033         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
23035 2005-04-06  Kim F. Storm  <storm@cua.dk>
23037         * startup.el (command-line): Add --bare-bones alias for -Q.
23039 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23041         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
23042         create the startup fontset if a font specification ends with
23043         `mac-roman'.
23045 2005-04-06  Lute Kamstra  <lute@gnu.org>
23047         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
23048         change.
23050         * emacs-lisp/copyright.el (copyright-update-year): Replace the
23051         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
23053 2005-04-05  Lute Kamstra  <lute@gnu.org>
23055         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
23056         (define-generic-mode): Ditto.  Fix debug declaration.
23058         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
23059         Put them in the generic-x group.
23061         * calendar/timeclock.el (timeclock): Doc fix.
23063         * generic.el (define-generic-mode): Don't use custom-current-group.
23064         Document default :group value.
23065         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
23066         (define-global-minor-mode): Don't use custom-current-group.
23068 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
23070         * startup.el (command-line-1): Display startup-echo-area-message
23071         when fancy splash screen is in use.
23073         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
23074         (sh-escaped-newline): New face.
23075         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
23076         newline, and use sh-escaped-newline face.
23078         * progmodes/tcl.el (tcl-escaped-newline): New face.
23079         (tcl-builtin-list): New variable.
23080         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
23081         newlines.  Fix keywords subexpression number.
23083 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
23085         * textmodes/org.el (org-diary-default-entry): Fix call to
23086         `add-to-diary-entry'.
23088 2005-04-05  Kim F. Storm  <storm@cua.dk>
23090         * ediff-init.el: Use (featurep 'xemacs).
23092 2005-04-05  David Ponce  <david@dponce.com>
23094         * cus-edit.el (face): Derive from symbol widget.  Display sample
23095         of the current face on the fly.
23096         (widget-face-sample-face-get, widget-face-notify): New functions.
23097         (widget-face-value-create): Remove.
23099         * wid-edit.el (widget-field-end): Temporarily remove field
23100         narrowing before to call `get-char-property'.
23102 2005-04-04  Jay Belanger  <belanger@truman.edu>
23104         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
23105         (math-read-subscripts): New variable.
23106         (math-read-preprocess-string): Process subscripts.
23108 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
23110         * comint.el (comint-prompt-read-only): Doc fix.
23112         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
23113         `-1'.  Doc fix.
23115 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
23117         * textmodes/org.el (org-insert-mode-line-in-empty-file):
23118         Change default value to nil.
23120 2005-04-04  Lute Kamstra  <lute@gnu.org>
23122         * autorevert.el (auto-revert-mode): Specify :group.
23123         * battery.el (display-battery-mode): Specify :group.
23124         * diff-mode.el (diff-minor-mode): Specify :group.
23125         * font-core.el (font-lock-mode): Specify :group.
23126         * hl-line.el (hl-line-mode): Specify :group.
23127         * iimage.el (iimage): New customization group.
23128         (iimage-mode): Specify :group.
23129         * longlines.el (longlines-mode): Specify :group.
23130         * master.el: Don't require easy-mmode.
23131         (master): New customization group.
23132         (master-mode): Specify :group.
23133         * msb.el (msb-mode): Specify :group.
23134         * reveal.el (reveal-mode): Specify :group.
23135         * simple.el (next-error-follow-minor-mode): Specify :group.
23136         * smerge-mode.el (smerge-mode): Specify :group.
23137         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
23138         * emulation/cua-base.el (cua-mode): Specify :group.
23139         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
23140         * language/thai-util.el (thai-auto-composition-mode)
23141         (thai-word-mode): Specify :group.
23142         * mail/supercite.el (sc-minor-mode): Specify :group.
23143         * progmodes/cwarn.el (cwarn-mode): Specify :group.
23144         * progmodes/flymake.el (flymake-mode): Specify :group.
23145         * progmodes/glasses.el (glasses-mode): Specify :group.
23146         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
23147         * textmodes/enriched.el (enriched-mode): Specify :group.
23148         * textmodes/refill.el (refill-mode): Specify :group.
23150         * add-log.el (change-log-font-lock-keywords): Names in
23151         parenthesized lists can contain spaces.
23153 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
23155         * startup.el (fancy-splash-text): Shorten default text of
23156         "Emacs Tutorial" line.  Also, if the current language env
23157         indicates an available tutorial file other than TUTORIAL,
23158         extract its title and append it to the line in parentheses.
23159         (fancy-splash-insert): If arg is a thunk, funcall it.
23161 2005-04-04  Jay Belanger  <belanger@truman.edu>
23163         * calc.el (calc-language-alist): Add tags to customization type.
23165 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
23167         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
23168         Doc fix.
23170 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
23172         * add-log.el (change-log-font-lock-keywords): The manual
23173         describing a Change Log entry, says: (...) "Aside from these
23174         header lines, every line in the change log starts with a space or
23175         a tab.".  The font-lock was not highlighting lines started with
23176         spaces, added support for it.
23178 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23180         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
23181         (bibtex-generate-url-list): Update docstring accordingly.  Put the
23182         complex example in the docstring.
23183         (bibtex-font-lock-url): Use pop.
23185 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23187         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
23189         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
23191 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
23193         * filesets.el (filesets-set-default): Doc fix.
23195 2005-04-03  Lute Kamstra  <lute@gnu.org>
23197         * generic.el (define-generic-mode): Add argument to specify
23198         keywords for defcustom.
23199         (default-generic-mode): Specify :group.
23201         * generic-x.el: Specify :group for all generic modes.
23203         * desktop.el (desktop-no-desktop-file-hook)
23204         (desktop-after-read-hook): Doc fix.
23206 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
23208         * simple.el (visible-mode): Use explicit :group keyword.
23209         This changes the group of `visible-mode-hook' from paren-blinking
23210         to editing-basics.
23212 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
23214         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
23215         mailbox specifications as well as URLs.
23216         (rmail-insert-inbox-text): Remove unused conditional branches.
23218 2005-04-01  Jay Belanger  <belanger@truman.edu>
23220         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
23221         (calc-gnuplot-print-command): Move definitions to calc.el.
23223         * calc/calc-embed.el (calc-embedded-announce-formula)
23224         (calc-embedded-open-formula, calc-embedded-close-formula)
23225         (calc-embedded-open-word, calc-embedded-close-word)
23226         (calc-embedded-open-plain, calc-embedded-close-plain)
23227         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
23228         (calc-embedded-open-mode, calc-embedded-close-mode):
23229         Move definitions to calc.el.
23231         * calc/calc.el (calc-settings-file, calc-language-alist):
23232         Make customizable.
23233         (calc-embedded-announce-formula, calc-embedded-open-formula)
23234         (calc-embedded-close-formula, calc-embedded-open-word)
23235         (calc-embedded-close-word, calc-embedded-open-plain)
23236         (calc-embedded-close-plain, calc-embedded-open-new-formula)
23237         (calc-embedded-close-new-formula, calc-embedded-open-mode)
23238         (calc-embedded-close-mode, calc-gnuplot-name)
23239         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
23240         from other files and make customizable.
23242 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23244         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
23245         Use buffer-live-p.
23246         (cvs-mode-run): Don't call cvs-update-header here.
23247         (cvs-run-process): Call cvs-update-header.
23248         Use process properties for cvs-postprocess and cvs-buffer so that
23249         the sentinel can behave better if the temp buffer is killed.
23250         Use a pipe rather than a tty, to better handle unexpected prompts.
23251         (cvs-sentinel): Rewrite.  Call cvs-update-header.
23253 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
23255         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
23256         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
23258 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23260         * generic.el (define-generic-mode): Add indentation rule.
23262 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
23264         * files.el (mode-require-final-newline): Make Custom correctly
23265         report a nil value and allow to set it to nil via Custom.
23266         Doc fix.
23268 2005-04-01  Kenichi Handa  <handa@m17n.org>
23270         * international/characters.el: Enable the correct case setting for
23271         dotless-i and dotted-I.
23273 2005-04-01  Kim F. Storm  <storm@cua.dk>
23275         * ido.el (ido-file-internal): Fall back to non-ido command if
23276         initial directory is on slow ftp (or tramp) host.
23278 2005-03-31  Richard M. Stallman  <rms@gnu.org>
23280         * emacs-lisp/autoload.el (make-autoload):
23281         Handle define-global-minor-mode.
23283         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
23284         Rename from easy-mmode-define-global-mode.
23285         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
23287         * progmodes/scheme.el (scheme-mode-syntax-table):
23288         Update syntax of | and # for two-character comment syntax.
23290 2005-03-31  Lute Kamstra  <lute@gnu.org>
23292         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
23293         (define-minor-mode): Call custom-current-group at load-time.
23295         * generic.el (define-generic-mode): Add debug declaration.
23296         Add defcustom for the mode hook.
23297         (generic-mode-internal): Use run-mode-hooks.
23299 2005-03-31  Kim F. Storm  <storm@cua.dk>
23301         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
23302         (mouse-fixup-help-message): New defun called by show_help_echo
23303         to fixup mouse-2 prefix in help messages when applicable.
23305         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
23307 2005-03-31  Kenichi Handa  <handa@m17n.org>
23309         * language/thai-word.el (thai-find-word-ends): Pay attention to
23310         the case that we reach the end of buffer.
23312         * textmodes/fill.el (fill-text-properties-at): New function.
23313         (fill-newline): Use fill-text-properties-at instead of
23314         text-properties-at.
23316 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
23318         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
23319         not comint-quote-filename.
23321 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
23323         * help-fns.el (help-with-tutorial): Revert last change.
23325 2005-03-31  Kim F. Storm  <storm@cua.dk>
23327         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
23329 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
23331         * calendar/cal-china.el: Update reference to "Calendrical
23332         Calculations" book; there's a new edition.
23333         * calendar/cal-coptic.el: Likewise.
23334         * calendar/cal-french.el: Likewise.
23335         * calendar/cal-hebrew.el: Likewise.
23336         * calendar/cal-islam.el: Likewise.
23337         * calendar/cal-iso.el: Likewise.
23338         * calendar/cal-julian.el: Likewise.
23339         * calendar/cal-mayan.el: Likewise.
23340         * calendar/cal-persia.el: Likewise.
23341         * calendar/calendar.el: Likewise.
23342         * calendar/holidays.el: Likewise.
23343         * calendar/lunar.el: Likewise.
23344         * calendar/solar.el: Likewise.
23346         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
23347         white space from doc string.
23349 2005-03-30  Jay Belanger  <belanger@truman.edu>
23351         * calc/calc-help.el (calc-full-help): Remove email address.
23353 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
23355         * help-fns.el (help-with-tutorial): Delete title line.
23357 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
23359         * calendar/cal-x.el (calendar-one-frame-setup)
23360         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
23361         rather than `symbol' for set-window-dedicated-p.
23363         * calendar/appt.el (appt-buffer-name): Make it a constant.
23364         (appt-add): Doc fix.
23366         * filesets.el (filesets-menu-path, filesets-menu-before)
23367         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
23368         (filesets-menu-cache-file): Use directory ~/.emacs.d.
23369         (filesets-add-submenu): Delete and use add-submenu instead.
23371 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
23373         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
23374         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
23375         (org-diary-default-entry): New function.
23376         (org-get-entries-from-diary): Better parsing of diary entries.
23377         (org-agenda-check-no-diary): New function.
23378         ("diary-lib"): Advice to function `add-to-diary-list', to allow
23379         linking to diary entries.
23380         (org-agenda-execute-calendar-command): New function.
23381         (org-agenda): Improve visible section in window.
23382         Use `org-fit-agenda-window'.
23383         (org-fit-agenda-window): New option.
23384         (org-move-subtree-down): Better handling of empty lines
23385         at end of subtree.
23386         (org-cycle): Numeric prefix is interpreted now as show-subtree N
23387         levels up.
23388         (org-fontify-done-headline): New option.
23389         (org-headline-done-face): New face.
23390         (org-set-font-lock-defaults): Use `org-headline-done-face'.
23391         (org-table-copy-down): Rename from `org-table-copy-from-above'.
23392         When current field is non-empty, it is copied to next row.
23393         (org-table-copy-from-above): Fix bug which made it
23394         impossible to copy fields containing only a single non-white character.
23396 2005-03-30  Kim F. Storm  <storm@cua.dk>
23398         * kmacro.el (kmacro-end-macro): Isearch may store this command
23399         into the macro -- so ignore it when executing keyboard macro.
23401 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
23403         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
23405 2005-03-29  Kenichi Handa  <handa@m17n.org>
23407         * language/thai.el ("Thai"): Set setup-function and exit-function
23408         for Thai language environment.
23410         * language/thai-util.el: Require thai-word.
23411         (thai-word-mode-map): New variable.
23412         (thai-word-mode): New minor mode.
23413         (setup-thai-language-environment-internal): New function.
23414         (exit-thai-language-environment-internal): New function.
23416         * language/thai-word.el (thai-word-table): Declare it by defvar,
23417         use dolist to initialize it.
23418         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
23419         (thai-fill-find-break-point): New functions.
23421 2005-03-29  Richard M. Stallman  <rms@gnu.org>
23423         * simple.el (idle-update-delay): Move definition up.
23424         (set-mark): Doc fix.
23426 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
23428         * longlines.el: New file.
23430         * simple.el (buffer-substring-filters): New variable.
23431         (filter-buffer-substring): New function.
23432         (kill-region, copy-region-as-kill): Use it.
23434         * register.el (copy-to-register, append-to-register)
23435         (prepend-to-register): Use filter-buffer-substring.
23437 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
23439         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
23440         (gud-filter-pending-text): Move in front of gdb.
23441         (gud-overlay-arrow-position): New variable.
23442         (gud-sentinel, gud-display-line): Use it in place of
23443         overlay-arrow-position.
23445 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
23447         * progmodes/fortran.el (fortran-if-indent): Doc fix.
23448         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
23449         (fortran-font-lock-keywords-4): New variable.
23450         (fortran-blocks-re, fortran-end-block-re)
23451         (fortran-start-block-re): New constants, for hideshow.
23452         (hs-special-modes-alist): Add a Fortran entry.
23453         (fortran-mode-map): Bind fortran-end-of-block,
23454         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
23455         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
23456         (fortran-looking-at-if-then, fortran-end-of-block)
23457         (fortran-beginning-of-block): New functions, for hideshow.
23459         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
23460         Doc fix.  Tweak regexp.
23461         (f90-beginning-of-block): Push mark first.
23463 2005-03-29  Jay Belanger  <belanger@truman.edu>
23465         * calc/calc.el: Update copyright date.
23466         (calc-version): Increase to 2.1.
23467         (calc-version-date): Remove.
23469         * calc/calc-help.el: Update copyright date.
23470         (calc-full-help): Remove reference to calc-version-date.
23471         Update copyright date.
23473 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23475         * vc.el (vc-do-command): Use a pipe for async processes, so password
23476         prompts don't show up at places where the user can't reply.
23478 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
23480         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
23481         on the file name we pass to the inferior shell.
23483 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
23485         * progmodes/which-func.el (which-function): Be robust in the face of an
23486         imenu--make-index-alist failure.
23488 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23490         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
23492         * progmodes/python.el (python-preoutput-filter): Fix last change.
23494 2005-03-29  Lute Kamstra  <lute@gnu.org>
23496         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
23497         functions and compiled macros.
23498         (debug-convert-byte-code): Handle macros too.
23499         (debug-on-entry-1): Don't signal an error when trying to clear a
23500         function that is not set to debug on entry.
23502 2005-03-29  Jay Belanger  <belanger@truman.edu>
23504         * calc/calc-lang.el: Add functions to math-function-table
23505         properties of tex and math.
23507 2005-03-29  Kenichi Handa  <handa@m17n.org>
23509         * ps-mule.el (ps-mule-plot-string): Translate characters by
23510         ps-print-translation-table.
23511         (ps-mule-begin-job): Call find-charset-region/string with
23512         ps-print-translation-table.
23513         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
23515         * ps-print.el (ps-print-translation-table): New variable.
23516         (ps-plot-region): Translate characters by ps-print-translation-table.
23518 2005-03-29  Juri Linkov  <juri@jurta.org>
23520         * simple.el (next-error-highlight-timer): New variable.
23522         * progmodes/compile.el (compilation-goto-locus):
23523         Use `next-error-highlight-timer' instead of `sit-for'.
23525 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23527         * mail/supercite.el (sc-mail-field): Use assoc-string.
23528         (sc-get-address): Simplify regexps.
23530         * files.el (minibuffer-with-setup-hook): New macro.
23531         (find-file-read-args): Use it to avoid let-binding
23532         minibuffer-with-setup-hook (which breaks turning on/off
23533         file-name-shadow-mode while in the prompt).
23535         * complete.el (PC-read-include-file-name-internal):
23536         Use test-completion.
23538 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
23540         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
23542 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23544         * window.el (window-buffer-height): Use count-screen-lines.
23546         * progmodes/python.el (python-preoutput-leftover): New var.
23547         (python-preoutput-filter): Use it.
23548         (python-send-receive): Loop until all the result has been received.
23550 2005-03-28  Juri Linkov  <juri@jurta.org>
23552         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
23554         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
23555         "Recover Crashed Session".
23556         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
23557         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
23558         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
23559         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
23560         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
23561         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
23562         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
23563         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
23565         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
23566         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
23567         Ediff Sessions", "Toggle use of separate control buffer frame",
23568         "Use separate frame for Ediff control buffer".
23570         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
23571         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
23572         "Rename Bookmark", "Delete Bookmark".
23574         * info.el (Info-mode-menu): Remove ellipsis from "Index".
23575         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
23576         Add `:active Info-index-alternatives' to "Next Matching Item".
23578         * wdired.el (wdired-change-to-wdired-mode):
23579         Mention `wdired-abort-changes' key in the initial message.
23581         * international/mule.el (auto-coding-alist): Associate non-ascii
23582         image filename extensions with `no-conversion'.
23584 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23586         * international/iso-acc.el:
23587         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
23589 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
23591         * textmodes/sgml-mode.el (html-mode): Doc update.
23593         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
23595 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
23597         * term.el (term-move-columns): Fix face after extending a line.
23598         (term-insert-spaces): Likewise.
23599         (term-reset-terminal): Fix off by one error.
23601 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
23603         * international/mule.el (auto-coding-alist): Add .xpi files.
23605         * files.el (auto-mode-alist): Add .xpi files.
23607 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
23609         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
23611 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
23613         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
23615 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
23617         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
23618         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
23620         * calendar/cal-move.el (calendar-beginning-of-year): Move the
23621         cursor to Jan 1 when needed.
23622         (calendar-end-of-year): Fix -/+ typo.
23623         Reported by Chong Yidong <cyd@stupidchicken.com>.
23625 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23627         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
23629         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
23630         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
23632 2005-03-25  Richard M. Stallman  <rms@gnu.org>
23634         * filesets.el (filesets-init): Add autoload.
23636         * mail/mailalias.el (mail-directory): Doc fix.
23638 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
23640         * mail/mailalias.el (mail-directory-process): Do nothing if
23641         mail-directory-process is an atom.
23642         (mail-get-names): Ignore mail-directory-names if it is an atom.
23643         (mail-directory-process defvar): Doc fix.
23644         (mail-names): Doc fix.
23646 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
23648         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
23650 2005-03-26  Kenichi Handa  <handa@m17n.org>
23652         * international/mule-util.el (detect-coding-with-priority):
23653         Call update-coding-systems-internal before detect-coding-region.
23655 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
23657         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
23658         (gdb-frames-mode-map): Add follow-link property.
23660 2005-03-25  Jay Belanger  <belanger@truman.edu>
23662         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
23663         for variables.
23665 2005-03-25  Juri Linkov  <juri@jurta.org>
23667         * image-mode.el: Optimize image filename extension regexps in
23668         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
23669         in `auto-mode-alist'.
23670         (image-mode): Add `image-toggle-display-text' to local hook
23671         `change-major-mode-hook'.  Display the image as an image by
23672         default.  Set `cursor-type' and `truncate-lines' if the image
23673         is already displayed.  Take into account the current mode (image
23674         or text) in message.
23675         (image-minor-mode): New minor mode.
23676         (image-mode-maybe, image-toggle-display-text): New functions.
23677         (image-toggle-display): Use called-interactively-p.
23678         Let-bind `inhibit-read-only' to t.
23680         * image-mode.el (image-minor-mode): Set `cursor-type' and
23681         `truncate-lines' if the image is already displayed.  Add turning
23682         image-minor-mode off to `change-major-mode-hook'.  Add message.
23683         Call `image-toggle-display-text' after turning image-minor-mode off.
23685 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23687         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
23688         Terminal.app, use utf-8.
23689         (set-display-table-and-terminal-coding-system): Add coding-system arg.
23690         (set-locale-environment): Use it.
23692         * term/xterm.el: Undo last change, better done in mule-cmds.el.
23694         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
23696         * progmodes/python.el (python-close-block-statement-p)
23697         (python-outdent-p, python-current-defun): Use symbol-end.
23699 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
23701         * files.el (save-some-buffers): Doc fix.
23703 2005-03-25  Werner Lemberg  <wl@gnu.org>
23705         * complete.el, thumbs.el: Replace `legal' with `valid'.
23706         * calendar/calendar.el: Replace `legal' with `valid'.
23707         * emacs-lisp/advice.el: Replace `legal' with `valid'.
23708         * mail/supercite.el: Replace `legal' with `valid'.
23709         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
23710         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
23711         Replace `legal' with `valid'.
23712         * textmodes/reftex-vars.el, textmodes/reftex.el:
23713         Replace `legal' with `valid'.
23715 2005-03-25  Werner Lemberg  <wl@gnu.org>
23717         * calc/calc-forms.el, calc/calc-sel.el
23718         * midnight.el, vc-cvs.el
23719         * emacs-lisp/cl-macs.el
23720         * emulation/vip.el
23721         * eshell/esh-io.el, eshell/esh-var.el
23722         * mail/supercite.el
23723         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
23724         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
23725         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
23726         * progmodes/sh-script.el, progmodes/xscheme.el
23727         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
23728         * textmodes/reftex-index.el, textmodes/reftex-parse.el
23729         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
23730         * textmodes/reftex.el, textmodes/org.el:
23731         Replace `illegal' with `invalid'.
23733 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23735         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
23736         (flymake-find-buildfile, flymake-find-possible-master-files)
23737         (flymake-check-include, flymake-parse-line): Replace loops over the
23738         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
23740         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
23741         Substitute file-name-as-directory in the rest of the file.
23742         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
23743         (flymake-replace-region): Remove unused arg `buffer'.
23744         (flymake-check-patch-master-file-buffer): Update calls to it.
23745         (flymake-add-err-info): Remove unused var `count'.
23746         (flymake-mode): Use define-minor-mode.
23748         * progmodes/flymake.el: Use with-current-buffer.
23749         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
23750         flymake-replace-regexp-in-string, flymake-line-beginning-position)
23751         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
23752         Avoid testing for `xemacs'.
23753         (flymake-nop): Move.
23754         (flymake-region-has-flymake-overlays): Return the computed value.
23755         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
23756         Remove unused var `endline'.
23757         (flymake-get-line-count): Remove unused function.
23758         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
23760         * emulation/vi.el:
23761         * generic.el:
23762         * hilit-chg.el (global-highlight-changes):
23763         * hi-lock.el (hi-lock-mode):
23764         * follow.el: find-file-hooks -> find-file-hook.
23766         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
23768 2005-03-24  Juri Linkov  <juri@jurta.org>
23770         * dired.el (dired-mode-map): Add menu item "Compare directories"
23771         for dired-compare-directories.
23773         * dired-aux.el (dired-compare-directories): Add autoload cookie.
23774         Doc fix.  Replace `read-file-name' with `read-directory-name'.
23776 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23778         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
23780 2005-03-24  Jay Belanger  <belanger@truman.edu>
23782         * calc/calc-embed.el (calc-embedded-mode-change): Save all
23783         relevant mode settings in calc-embedded-original-modes when modes
23784         are permanently changed.
23786 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23788         * autoinsert.el: find-file-hooks -> find-file-hook.
23790 2005-03-24  Lute Kamstra  <lute@gnu.org>
23792         * generic.el (generic-font-lock-defaults): Make it obsolete.
23793         (generic-font-lock-keywords): New variable to replace
23794         generic-font-lock-defaults.
23795         (generic-mode-set-font-lock): Delete it.
23796         (generic-mode-internal): Don't call generic-mode-set-font-lock.
23797         (generic-bracket-support): Add docstring.
23799         * generic-x.el: Rename generic-font-lock-defaults to
23800         generic-font-lock-keywords throughout.
23801         (mailagent-rules-setup-function): Delete it.
23802         (mailagent-rules-generic-mode): Use anonymous function instead.
23803         (show-tabs-generic-mode-font-lock-defaults-1)
23804         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
23805         Quote faces.
23806         (show-tabs-tab-face, show-tabs-space-face): Specify background,
23807         not foreground.
23809         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
23810         Recognize define-generic-mode.
23812 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23814         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
23815         if there's no completion table.
23817 2005-03-23  Miles Bader  <miles@gnu.org>
23819         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23820         Remove tty-specific variants, as they're no longer needed.
23822 2005-03-23  Lute Kamstra  <lute@gnu.org>
23824         * generic-x.el: Code cleanup: make args constant whenever possible.
23825         (installshield-statement-keyword-list)
23826         (installshield-system-functions-list)
23827         (installshield-system-variables-list, installshield-types-list)
23828         (installshield-funarg-constants-list): Make them constants.
23830         * generic.el (generic-make-keywords-list): Add autoload cookie.
23832         * calendar/time-date.el: Add comment on time value formats.
23833         Don't require parse-time.
23834         (with-decoded-time-value): New macro.
23835         (encode-time-value): New function.
23836         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23837         (days-to-time): Return a valid time value when arg is huge.
23838         (time-since): Use time-subtract.
23839         (time-to-number-of-days): Use time-to-seconds.
23841 2005-03-23  David Ponce  <david@dponce.com>
23843         * recentf.el (recentf-keep): New option.
23844         (recentf-menu-action): Default to `find-file'.
23845         (recentf-keep-non-readable-files-flag)
23846         (recentf-keep-non-readable-files-p)
23847         (recentf-file-readable-p, recentf-find-file)
23848         (recentf-cleanup-remote): Remove.
23849         (recentf-include-p): More robust.
23850         (recentf-keep-p): New function.
23851         (recentf-remove-if-non-kept): Rename from
23852         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
23853         All callers updated.
23854         (recentf-menu-items-for-commands): Fix help string.
23855         (recentf-track-closed-file): Update.  Doc fix.
23856         (recentf-cleanup): Update.  Count removed files.  Doc fix.
23858 2005-03-23  Kim F. Storm  <storm@cua.dk>
23860         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23861         Don't inherit from fringe face (now happens automatically).
23863 2005-03-22  Kim F. Storm  <storm@cua.dk>
23865         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
23866         position values.
23868 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23870         * menu-bar.el (showhide-date-time): Remove.
23871         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
23872         (menu-bar-make-mm-toggle): Simplify.
23874 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
23876         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
23877         Accept qualified variable and function names.
23879 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
23881         * bindings.el (completion-ignored-extensions):
23882         Remove ".lis" for `vax-vms'.
23884 2005-03-22  Andreas Schwab  <schwab@suse.de>
23886         * generic-x.el: Revert last change.
23887         * ldefs-boot.el: Update.
23889 2005-03-22  Jay Belanger  <belanger@truman.edu>
23891         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
23892         (calc-embedded-save-original-modes)
23893         (calc-embedded-restore-original-modes): New functions.
23894         (calc-do-embedded): Save original modes when entering embedded mode
23895         and restore when leaving embedded mode.
23896         (calc-embedded-modes-change): Change the value of
23897         calc-embedded-original-modes to reflect permanent changes.
23899 2005-03-22  Lute Kamstra  <lute@gnu.org>
23901         * generic-x.el: Require generic again.
23903 2005-03-22  Miles Bader  <miles@gnu.org>
23905         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23906         Tweak details to look good on both ttys and bitmap displays, light
23907         or dark background, etc.
23909 2005-03-21  Kim F. Storm  <storm@cua.dk>
23911         * tooltip.el (tooltip-show-help-function): Check car and cdr of
23912         mouse position.
23914 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23916         * icomplete.el: Don't forcibly turn on the mode upon load.
23917         (icomplete-mode): Use define-minor-mode.
23918         (icomplete-eoinput): Default to nil.
23919         (icomplete-minibuffer-setup): Remove autoload.
23920         (icomplete-tidy): Simplify.
23921         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
23922         in the initial state or if the user has modified the field.
23923         Fix handling of icomplete-max-delay-chars.
23924         Remove code that handles the oddball case where
23925         minibuffer-completion-table is an integer.
23926         Wrap icomplete-completions in while-no-input in case building
23927         completions takes more time than expected.
23928         (icomplete-completions): Simplify.
23930 2005-03-21  Richard M. Stallman  <rms@gnu.org>
23932         * jka-compr.el (jka-compr-really-do-compress):
23933         Make variable buffer-local.
23935         * image-mode.el: Handle .xpm files too.
23936         (image-toggle-display): Preserve modification flag.
23938         * help.el (where-is): Don't mention aliases with no key bindings.
23940 2005-03-21  Lute Kamstra  <lute@gnu.org>
23942         * generic.el: Fix commentary section.  Don't require cl for
23943         compilation.
23944         (generic-mode-list): Add autoload cookie.
23945         (generic-use-find-file-hook, generic-lines-to-scan)
23946         (generic-find-file-regexp, generic-ignore-files-regexp)
23947         (generic-mode, generic-mode-find-file-hook)
23948         (generic-mode-ini-file-find-file-hook): Fix docstrings.
23949         (define-generic-mode): Make it a defmacro.  Fix docstring.
23950         (generic-mode-internal): Code cleanup.  Add autoload cookie.
23951         (generic-mode-set-comments): Code cleanup.
23952         * generic-x.el: Don't prevent compilation.  Don't require generic.
23953         Follow coding conventions.  Minor code cleanup.
23954         (etc-fstab-generic-mode): Add some keywords.
23955         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
23956         define-generic-mode like a function declaration.
23958 2005-03-21  Jay Belanger  <belanger@truman.edu>
23960         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
23961         changing modes.
23963 2005-03-21  Sam Steingold  <sds@gnu.org>
23965         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
23967 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
23969         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
23970         Add underscore to "f$ lexicals" regexp.
23972 2005-03-20  Juri Linkov  <juri@jurta.org>
23974         * subr.el (progress-reporter-do-update): When `min-value' is equal
23975         to `max-value', set `percentage' to 0 and prevent division by zero.
23977 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
23979         Sync with Tramp 2.0.48.
23981         * net/tramp.el (all): Change all addresses to .gnu.org.
23982         (tramp-append-tramp-buffers): New defun.
23983         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
23984         Catch `dont-send' signal.
23985         (tramp-set-auto-save-file-modes): Set always permissions, because
23986         there might be an old auto-saved file belonging to another
23987         original file.  This could be a security threat.  Reported by
23988         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
23989         Check for Emacs 21.3.50 removed.
23991         * net/tramp-smb.el (all): Remove debug construct for
23992         `with-parsed-tramp-file-name'.
23993         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
23994         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
23995         No error message if DIRECTORY or FILENAME doesn't exist.
23996         (tramp-smb-open-connection): Check existence of
23997         `tramp-smb-program'.
23999 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24001         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
24002         Properly handle the case where the `m' or `s' command's argument is not
24003         yet terminated.
24004         (perl-indent-new-calculate): New function.
24005         (perl-indent-line): Use it.
24007 2005-03-20  Miles Bader  <miles@gnu.org>
24009         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
24010         in text-mode too.  Change to new face names.
24011         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
24012         Add `:weight bold' attribute.
24013         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
24015 2005-03-19  Juri Linkov  <juri@jurta.org>
24017         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
24019         * international/mule.el (auto-coding-alist): Sync with
24020         `auto-mode-alist' by adding upper case archive file extensions
24021         and adding ear/war to jar extension.
24023 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
24025         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
24026         running, restart it.
24028 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
24030         * finder.el (finder-current-item): Throw an error on an empty line.
24032         * man.el (Man-follow-manual-reference): If current-word returns
24033         nil, use "".
24035 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
24037         * simple.el (goto-line): Doc fix.
24039 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
24041         * files.el (save-buffer): Doc fix.
24043 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
24045         * recentf.el (recentf-cleanup-remote): New variable.
24046         (recentf-cleanup): Use it to conditionally check availability of
24047         remote files.
24049 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
24051         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
24052         function names.
24054 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
24056         * language/thai-word.el: New file.
24058 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
24060         * files.el (backup-buffer): If the file's directory is not
24061         writable, use copy instead of move to backup the file.
24063 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
24065         * obsolete/keyswap.el: Moved to obsolete/ from term/.
24067 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24069         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
24070         Use functionp instead of symbolp and fboundp.  Reported by Drkm
24071         <darkman_spam@yahoo.fr>.
24072         (ps-print-version): New version 6.6.6.
24074 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
24076         * textmodes/table.el (table--line-column-position): New idiom.
24077         (table--row-column-insertion-point-p): New function to test
24078         validity of row and column insertion operation at a location.
24079         (table-global-menu, table-cell-menu): Use above functions for
24080         deterministic test operation.
24081         (table--editable-cell-p): Behave in deterministic fashion.
24083 2005-03-18  Juri Linkov  <juri@jurta.org>
24085         * isearch.el (isearch-lazy-highlight-new-loop):
24086         Make arguments beg and end optional.
24087         (isearch-update): Remove optional arguments nil from
24088         isearch-lazy-highlight-new-loop.
24089         (isearch-lazy-highlight-search): Let-bind case-fold-search to
24090         isearch-lazy-highlight-case-fold-search instead of
24091         isearch-case-fold-search, and let-bind isearch-regexp to
24092         isearch-lazy-highlight-regexp.
24093         Use isearch-lazy-highlight-last-string instead of isearch-string.
24095         * replace.el (perform-replace): Remove bindings of global
24096         variables isearch-string, isearch-regexp, isearch-case-fold-search.
24097         Add three new arguments to `replace-highlight'.
24098         (replace-highlight): Add arguments string, regexp, case-fold.
24099         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
24100         to allow isearch-lazy-highlight-new-loop to use these values
24101         to set corresponding isearch-lazy-highlight-* internal
24102         variables whose values lazy highlighting will use regardless of
24103         changes to global variables isearch-string, isearch-regexp,
24104         isearch-case-fold-search during lazy highlighting loop.
24105         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
24106         to `lazy-highlight-cleanup'.
24108         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
24109         (ispell-highlight-face): Set default face to `isearch' when
24110         lazy highlighting is enabled.
24111         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
24112         priority to 1.  Add lazy highlighting.
24113         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
24114         from `isearch-dehighlight'.
24116 2005-03-18  David Ponce  <david@dponce.com>
24118         * files.el (hack-local-variables): Do a case-insensitive search
24119         for End.
24121 2005-03-18  Juri Linkov  <juri@jurta.org>
24123         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
24124         `isearch-lazy-highlight-cleanup', add alias to old name and
24125         declare obsolete.  Add release numbers to other obsolete vars.
24126         (isearch-done, isearch-lazy-highlight-new-loop):
24127         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
24128         (lazy-highlight-cleanup) <variable>: Doc fix.
24129         (isearch-lazy-highlight-update): Rename obsolete
24130         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
24132 2005-03-18  Kenichi Handa  <handa@m17n.org>
24134         * language/thai-util.el: Fix categorization of Thai characters in
24135         thai-category-table.
24136         (thai-composition-pattern): Adjust it for the above change.
24137         (thai-self-insert-command, thai-compose-syllable): New functions.
24138         (thai-compose-region): Use thai-compose-syllable.
24139         (thai-compose-string): Likewise.
24140         (thai-composition-function): Likewise.
24141         (thai-auto-composition): New function.
24142         (thai-auto-composition-mode): New minor mode.
24144         * language/thai.el: Fix patterns to be registered in
24145         composition-function-table.
24147         * international/quail.el (quail-input-method): Locally bind
24148         inhibit-modification-hooks to t.
24150 2005-03-17  Richard M. Stallman  <rms@gnu.org>
24152         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
24153         (perl-mode): Use run-mode-hooks.
24155         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
24156         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
24157         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
24159         * mail/sendmail.el (sendmail-send-it): Reenable the code
24160         to compute resend-to-address and use it.
24162         * tar-mode.el (tar-mode): Turn off undo unconditionally.
24164         * image-mode.el: New file.
24166         * image.el (insert-sliced-image): Add autoload cookie.
24168         * font-lock.el (font-lock-lines-before): New user option.
24169         (font-lock-after-change-function): Obey it.
24171         * bindings.el (esc-map): Make M-g a prefix.
24172         Bind M-g g and M-g M-g to goto-line.
24174         * faces.el (face-id): Doc fix.
24176 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24178         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
24179         (rmail-show-message): Use rmail-unknown-mail-followup-to.
24180         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
24182         * mail/sendmail.el (mail-yank-ignored-headers)
24183         (mail-font-lock-keywords, mail-mode-fill-paragraph):
24184         Add Mail-Followup-To and Mail-Reply-To headers.
24185         (mail-citation-hook): Add autoload cookie.
24186         (mail-mode): Doc fix.
24187         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
24188         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
24189         (mail-mode-fill-paragraph): Handle those headers.
24190         (mail-mailing-lists): New variable.
24191         (mail-mail-reply-to, mail-mail-followup-to): New functions.
24193 2005-03-17  Juri Linkov  <juri@jurta.org>
24195         * isearch.el (isearch-fallback): Check for `(car previous)'
24196         before calling `isearch-other-end-state'.
24198 2005-03-17  Kim F. Storm  <storm@cua.dk>
24200         * simple.el (move-beginning-of-line): Move to beginning of buffer
24201         line, as well as beginning of screen line.
24203 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
24205         * calendar/diary-lib.el (mark-diary-entries): Use new optional
24206         argument REDRAW rather than calendar-redrawing variable.
24207         * calendar/calendar.el (calendar-redrawing): Delete.
24208         (redraw-calendar): Do not bind calendar-redrawing.
24210 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
24212         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
24213         diary-file buffer.
24215 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
24217         * help.el (describe-mode): Allow a :minor-mode-function property to
24218         specify a different minor mode toggle function than the variable.
24219         * simple.el (auto-fill-function):
24220         * subr.el (add-minor-mode): Use it.
24222 2005-03-16  Kenichi Handa  <handa@m17n.org>
24224         * language/ethio-util.el (sera-being-called-by-w3): New variable.
24225         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
24226         (ethio-fidel-to-sera-buffer): Likewise.
24228 2005-03-16  Juri Linkov  <juri@jurta.org>
24230         * emacs-lisp/find-func.el (find-function-regexp):
24231         Add defun-emitting macro `menu-bar-make-toggle'.
24233         * isearch.el: Put `isearch-scroll' property to
24234         `split-window-horizontally'.
24236         * info.el: Update error messages for `debug-ignored-errors'.
24237         (Info-isearch-search): Doc fix.
24238         (Info-find-node): Move up code to go into info buffer before
24239         recording the node to the history.
24240         (Info-fontify-node): Fontify titles only if the next line
24241         has two or more `*', `=', `-', `.'.
24242         Display "go to this node" for empty (match-string 3).
24244 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24246         * term/mac-win.el: Add mouse pointer shape constants.
24248 2005-03-15  Kim F. Storm  <storm@cua.dk>
24250         * simple.el (move-beginning-of-line): Use vertical-motion.
24252 2005-03-15  Juri Linkov  <juri@jurta.org>
24254         * isearch.el (isearch-error): New variable.
24255         (isearch-invalid-regexp, isearch-within-brackets): Remove.
24256         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
24257         (isearch-within-brackets-state): Remove.
24258         (isearch-case-fold-search-state, isearch-pop-fun-state):
24259         Decrease frame index.
24260         (isearch-mode, isearch-top-state, isearch-push-state)
24261         (isearch-edit-string, isearch-abort, isearch-search-and-update)
24262         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
24263         (isearch-search, isearch-lazy-highlight-new-loop):
24264         Replace `isearch-invalid-regexp' with `isearch-error'.
24265         Remove `isearch-within-brackets'.
24266         (isearch-search): Add `search-failed' handler to `condition-case'.
24267         (isearch-lazy-highlight-search): Add `condition-case' to catch
24268         errors and allow `isearch-lazy-highlight-update' to try
24269         highlighting from the beginning of the window.
24270         (isearch-repeat): Move up code to set isearch-wrapped to t
24271         before calling isearch-wrap-function.
24273         * info.el (Info-isearch-initial-node): New internal variable.
24274         (Info-search): Signal an error in isearch mode when search leaves
24275         the initial node.  Signal an error when `bound' is non-nil and
24276         nothing was found in the current subfile.
24277         (Info-isearch-search): Remove `condition-case'.
24278         (Info-isearch-wrap): Don't wrap when search failed during leaving
24279         the initial node.  If `Info-isearch-search' is nil, wrap around
24280         the current node.
24281         (Info-isearch-start): New fun.
24282         (Info-mode): Add buffer-local hook `Info-isearch-start' to
24283         `isearch-mode-hook'.
24285 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24287         * simple.el (normal-erase-is-backspace): Set default to t if
24288         running on Mac.
24290         * term/mac-win.el (function-key-map): Sync with x-win.el.
24292 2005-03-15  Kenichi Handa  <handa@m17n.org>
24294         * international/mule-cmds.el (locale-language-names): Modify the
24295         format of elements and add more entries.
24296         (locale-preferred-coding-systems): Add more entries.
24297         (set-locale-environment): Adjust for the change of
24298         locale-language-names.
24300 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
24302         * pcvs.el (smerge-ediff): Remove bogus autoload.
24304 2005-03-14  Lute Kamstra  <lute@gnu.org>
24306         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
24307         Ignore a `*' at the beginning of a line.
24309         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
24310         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
24311         subr.el.
24312         (dont-compile, eval-when-compile, eval-and-compile): Use declare
24313         to specify indentation.
24315         * generic.el (define-generic-mode): Let generic-mode-list be a
24316         list of strings; test membership with equal.
24318 2005-03-14  Kim F. Storm  <storm@cua.dk>
24320         * simple.el (next-line, previous-line): Add optional try-vscroll
24321         arg to recognize interactive use.  Pass it on to line-move.
24322         (line-move): Don't perform auto-window-vscroll when defining or
24323         executing keyboard macro to ensure consistent behavior.
24325 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24327         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
24329 2005-03-13  Lute Kamstra  <lute@gnu.org>
24331         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
24332         debugger-setup-buffer so that backtrace marks the frames set to
24333         debug-on-exit and we don't have to do it manually.  Set an extra
24334         debug-on-exit for macro's.
24335         (debugger-setup-buffer): Don't mark the top frame manually.
24337 2005-03-12  Lute Kamstra  <lute@gnu.org>
24339         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
24340         lisp-indent-function throughout.
24341         (with-no-warnings): Set lisp-indent-function property.
24343 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
24345         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
24346         Add entry for backslash.
24348 2005-03-12  Juri Linkov  <juri@jurta.org>
24350         * info.el (Info-search): Four fixes for backward search.
24352 2005-03-11  Jay Belanger  <belanger@truman.edu>
24354         * calc/calc.el (calc-language-alist): New variable.
24355         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
24356         (calc-embedded-find-modes): Use calc-language-alist instead of
24357         calc-embedded-language-alist.
24359 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
24361         * calendar/calendar.el (calendar-redrawing): New internal
24362         variable.
24363         (redraw-calendar): Remove bogus save-excursion from previous
24364         change.  Bind calendar-redrawing to t for mark-diary-entries.
24365         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
24366         calendar if that is why we were called.
24368 2005-03-11  Kenichi Handa  <handa@m17n.org>
24370         * international/mule.el (make-coding-system): Set property
24371         coding-system-define-form to nil.
24372         (define-coding-system-alias): Likewise.
24374 2005-03-11  Kenichi Handa  <handa@m17n.org>
24376         These changes are suggested by Dave Love <fx@gnu.org>.
24378         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
24379         coding: tag.
24380         (adaptive-fill-regexp): Add more bullets.
24381         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
24382         regexps.
24384 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
24386         * help.el (describe-mode): Properly handle non-trivial lighters.
24387         Don't ignore minor modes that are not listed in minor-mode-list.
24389         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
24390         feature ON when the user requests to turn it OFF.
24392 2005-03-10  Lute Kamstra  <lute@gnu.org>
24394         * emacs-lisp/debug.el (debug-entry-code): Delete it.
24395         (implement-debug-on-entry): New function to replace debug-entry-code.
24396         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
24397         second argument as the 2005-03-07 change makes it obsolete.
24398         (debug-on-entry, cancel-debug-on-entry): Update call to
24399         debug-on-entry-1.
24400         (debug, debugger-setup-buffer): Comment update.
24401         (debugger-frame-number): Update to work with implement-debug-on-entry.
24403 2005-03-10  Jay Belanger  <belanger@truman.edu>
24405         * calc/calc-embed.el (math-ms-args): Declare it.
24406         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
24407         math-ms-args.
24408         (calc-embedded-subst): Use math-multi-subst-rec to substitute
24409         variables.
24411 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
24413         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
24414         Use message-box.
24416         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
24417         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
24418         (tooltip-gud-tips): Simplify.
24419         (tooltip-gud-tips-p): Remove superfluous :set.
24420         (tooltip-gud-modes): Add fortran-mode.
24421         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
24423         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
24425 2005-03-09  Kim F. Storm  <storm@cua.dk>
24427         * play/animate.el (animate-place-char): Use forward-line instead
24428         of next-line to improve performance.
24430 2005-03-09  Simon Josefsson  <jas@extundo.com>
24432         * net/browse-url.el (browse-url-default-browser): Doc fix.
24434 2005-03-09  Miles Bader  <miles@gnu.org>
24436         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
24437         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
24439 2005-03-09  Kenichi Handa  <handa@m17n.org>
24441         * international/latin-1.el: Set case and syntax for 255 only if
24442         set-case-syntax-set-multibyte is nil.
24444         * textmodes/ispell.el (ispell-insert-word): New function.
24445         (ispell-word): Use ispell-insert-word to insert a new word.
24446         (ispell-process-line): Likewise.
24447         (ispell-complete-word): Likewise.
24449 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
24451         * calendar/calendar.el (redraw-calendar): Preserve point.
24452         Reported by Matt Hodges <MPHodges@member.fsf.org>.
24453         (calendar-week-start-day): Move after definition of
24454         redraw-calendar.  Delete buffer test, since redraw-calendar has
24455         that now.
24457         * calendar/diary-lib.el (mark-diary-entries): Only call
24458         redraw-calendar in the first of any recursive calls.
24459         Reported by Alan Shutko <ats@acm.org>.
24461 2005-03-08  Juri Linkov  <juri@jurta.org>
24463         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
24464         (html-horizontal-rule, html-line, html-image, html-checkboxes)
24465         (html-radio-buttons): Add a space before the trailing `/>' where
24466         sgml-xml-mode is non-nil.
24467         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
24468         the subsequent tag of the empty XML tag.
24469         (html-href-anchor): Don't set initial input to "http:".
24470         (html-image): Ask for the image URL and set point inside alt="".
24471         (html-name-anchor): Duplicate the name in the `id' attribute when
24472         sgml-xml-mode is non-nil.
24473         (html-paragraph): Remove \n before <p>.
24474         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
24475         instead of `checked' when sgml-xml-mode is non-nil.
24477         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
24478         Remove 1 space before #RRGGBB to not truncate it on terminal
24479         windows w/o fringes.  Remove 1 space between bg and fg examples
24480         to get more space.
24481         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
24482         avoid byte-compile warnings.
24484         * image-file.el (image-file-handler): Put `safe-magic' property to
24485         `image-file-handler'.
24487         * info.el (Info-isearch-search): Emulate word search in
24488         isearching through multiple Info nodes with Info-search.
24489         (Info-isearch-wrap): Allow isearch-word.
24491 2005-03-08  Lute Kamstra  <lute@gnu.org>
24493         * emacs-lisp/debug.el (debugger-step-through): Make sure that
24494         stepping into the debugger's code is not possible.
24495         (debugger-jumping-flag): Docstring update.
24497 2005-03-08  Jay Belanger  <belanger@truman.edu>
24499         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
24500         embedded mode begins.
24501         (calc-embedded-language-alist): New variable.
24502         (calc-embedded-find-modes): Use calc-embedded-language-alist to
24503         set default language mode.
24505 2005-03-08  Kenichi Handa  <handa@m17n.org>
24507         * international/ccl.el (define-ccl-program): Fix docstring about
24508         extra 256 bytes assured for the output buffer.
24510         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24511         Fix BUFFER_MAGNIFICATION to 2.
24512         (ccl-encode-mule-utf-16be-with-signature): Likewise.
24514 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
24516         * align.el (align-rules-list): Added an alignment rule for CSS
24517         declarations (applies to css-mode and html-mode buffers).
24519 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24521         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
24523 2005-03-07  Kim F. Storm  <storm@cua.dk>
24525         * simple.el (move-beginning-of-line): New command.
24527         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
24529         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
24531         * emulation/cua-base.el: Put CUA move property on move-end-of-line
24532         and move-beginning-of-line.
24534         * apropos.el (apropos-print): Omit command from M-x ... RET.
24536 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
24538         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
24539         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
24541 2005-03-06  Richard M. Stallman  <rms@gnu.org>
24543         * bindings.el (esc-map): Bind M-g to goto-line.
24545         * facemenu.el (global-map): Bind M-o, not M-g.
24547 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
24549         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
24550         "Open Directory" as for "Open File".
24552 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
24554         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
24555         (push-mark-command): Run activate-mark-hook.
24557 2005-03-06  Richard M. Stallman  <rms@gnu.org>
24559         * help-mode.el (help-mode-finish): Don't alter the element
24560         in view-return-to-alist if there already is one.
24562         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
24563         make sure the current buffer is the expected one.
24565         * novice.el (disabled-command-function): Output in *Disabled Command*.
24566         Explicitly ignore non-keyboard events, and explicitly handle C-g.
24568         * textmodes/flyspell.el (flyspell-large-region):
24569         Pass args differently for aspell.
24571         * files.el (mode-require-final-newline): Doc fix.
24573 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
24575         * progmodes/which-func.el (which-function):
24576         Specify NOERROR when calling imenu--make-index-alist.
24578 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24580         * simple.el (normal-erase-is-backspace): Define default value.
24582         * custom.el (custom-theme-set-variables): Remove unused var
24583         `immediate'.
24584         (custom-reevaluate-setting): Simple function to handle variables
24585         that are defined before their default value can really be
24586         computed.
24588         * startup.el (command-line): Use it for temporary-file-directory,
24589         small-emporary-file-directory, auto-save-file-name-transforms,
24590         blink-cursor-mode, and normal-erase-is-backspace.
24592         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
24593         progress, even with buggy anchored keywords.
24595 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
24597         * simple.el (goto-line): Remove unbalanced final parenthesis.
24599 2005-03-05  Richard M. Stallman  <rms@gnu.org>
24601         * simple.el (goto-line): Use a number at point as the default.
24602         With C-u as arg, switch buffers.
24604 2005-03-05  Juri Linkov  <juri@jurta.org>
24606         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
24607         with `no-blinking-cursor'.
24609         * startup.el (no-blinking-cursor): New defvar.
24610         (command-line): Add `--no-blinking-cursor' to longopts.
24611         Set `no-blinking-cursor' to t for command line arguments
24612         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
24613         with `no-blinking-cursor' in the condition for calling
24614         `blink-cursor-mode'.
24616 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
24618         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
24619         (menu-bar-options-save): Add blink-cursor-mode.
24620         (menu-bar-options-menu): Add blink-cursor-mode.
24622 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
24624         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
24625         (icalendar-export-file, icalendar-export-region)
24626         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
24627         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
24629 2005-03-04  Lute Kamstra  <lute@gnu.org>
24631         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
24632         (debug-function-list): Ditto.
24634 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
24636         * textmodes/texinfmt.el (texinfo-append-refill):
24637         Redefine the types of line to which @refill
24638         is not appended by replacing a search for `@refill\\|@bye' with
24639         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
24640         itemize@refill' bug and the unfilled long lines bug.
24641         (texinfmt-version): Update number and date.
24643 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
24645         * international/code-pages.el (windows-1250, windows-125[2-8])
24646         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
24648 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24650         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
24651         bound yet.
24653 2005-03-02  Romain Francoise  <romain@orebokech.com>
24655         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
24656         buffer after removing limits.
24657         (ibuffer-pop-filter): Ditto.
24658         Update copyright.
24660 2005-03-02  Miles Bader  <miles@gnu.org>
24662         * button.el (make-text-button): If the user doesn't specify a
24663         type, use the default.  Rewrite to use `add-text-properties' and
24664         plist functions.
24666 2005-03-01  Lute Kamstra  <lute@gnu.org>
24668         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
24669         (debugger-jumping-flag): New var.
24670         (debug-entry-code): Use it.
24671         (debugger-jump): Use debugger-jumping-flag and add
24672         debugger-reenable to post-command-hook.
24673         (debugger-reenable): Use debugger-jumping-flag and remove itself
24674         from post-command-hook.
24675         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
24676         debugger-reenable.
24678 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
24680         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
24681         inclusion of "itemize\\|", which may be unnecessary, is certainly
24682         inelegant, and stops refilling in itemize lists when formatting
24683         Japanese Texinfo files to Info.
24684         Update copyright to 2005.
24686 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
24688         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
24689         of an error if GDB can't find the source file.
24691 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
24693         * calendar/calendar.el (redraw-calendar): Work from any buffer,
24694         not just the calendar.
24696         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
24697         first.
24698         (diary-redraw-calendar): New function.
24699         (make-diary-entry): Add diary-redraw-calendar to local
24700         write-contents-functions.  Turn off selective display before
24701         inserting in diary.
24703 2005-03-01  Kim F. Storm  <storm@cua.dk>
24705         * emacs-lisp/copyright.el (copyright-fix-years): New command.
24707 2005-03-01  Lute Kamstra  <lute@gnu.org>
24709         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
24710         that debug-entry-code can be safely removed from a function while
24711         this code is being evaluated.  Revert the 2005-02-27 change as the
24712         new implementation no longer requires it.  Make sure that a
24713         function body containing just a string is not mistaken for a docstring.
24714         (debug): Skip one more frame in case of debug on entry.
24715         (debugger-setup-buffer): Delete one more frame line in case of
24716         debug on entry.
24717         (debugger-frame-number): Update to use the new text introduced by
24718         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
24720 2005-02-28  Kim F. Storm  <storm@cua.dk>
24722         * double.el (double-translate-key): Call force-window-update after
24723         read-event to avoid crash in redisplay.
24725 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24727         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
24728         (debug): Use it.  Move the inhibit-trace earlier.
24729         (debug-entry-code): New const.
24730         (debug-on-entry-1): Use it.
24732 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
24734         * international/utf-16.el (ccl-encode-mule-utf-16le):
24735         Fix BUFFER_MAGNIFICATION to 2.
24736         (ccl-encode-mule-utf-16be): Likewise.
24738 2005-02-28  Kenichi Handa  <handa@m17n.org>
24740         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24741         Fix BUFFER_MAGNIFICATION to 4.
24742         (ccl-encode-mule-utf-16be-with-signature): Likewise.
24744 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
24746         * speedbar.el (speedbar-update-flag): Doc fix.
24747         (speedbar-show-info-under-mouse): Give set-mouse-position the right
24748         argument.
24750 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
24752         * reveal.el (reveal-post-command): Don't try to reveal overlays which
24753         have a non-nil `invisible' property but are actually visible.
24755         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
24756         for perldoc sections.
24757         (perl-outline-regexp, perl-outline-level): New var and function.
24758         (perl-mode): Use them.
24760 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
24762         * calendar/diary-lib.el (diary-remind): Discard any mark portion
24763         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
24765 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
24767         * cus-edit.el: Comment change.
24768         (custom-buffer-create-internal): Slightly reword text at top of
24769         Custom buffers.  Mention there that saving an option edits the
24770         init file.  Add link to Emacs manual node on `custom-file'.
24771         (custom-magic-alist): Rewrite individual State messages to use
24772         capitalized keywords.  Doc fix.
24774 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
24776         * calendar/calendar.el (calendar-buffer): Move above
24777         calendar-week-start-day.
24778         (calendar-week-start-day): Doc fix.  Add :set function.
24779         (calendar-minimum-window-height): New variable.
24780         (generate-calendar-window): Only resize window if selected-window
24781         is displaying the calendar buffer.  Use new variable
24782         calendar-minimum-window-height.
24783         (generate-calendar): Reword error message.
24784         (calendar-mode-map): Bind DEL to scroll-other-window-down.
24786 2005-02-27  Andreas Schwab  <schwab@suse.de>
24788         * vc.el (vc-do-command): Don't run command asynchronously when
24789         operating in a remote directory.
24791         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
24792         change from sync with Tramp 2.0.47.
24794 2005-02-27  Richard M. Stallman  <rms@gnu.org>
24796         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
24798         * textmodes/flyspell.el (flyspell-mode-on):
24799         Call ispell-change-dictionary only if necessary.
24801         * emacs-lisp/re-builder.el (regexp-builder): New function.
24803         * register.el (describe-register-1): Explicitly handle
24804         yank-excluded-properties = t.
24806         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
24807         (custom-magic-alist): Change the status descriptions again.
24808         (face widget-type): Total rewrite based on `restricted-sexp'
24809         to eliminate the confusing double hiding levels.
24811         * emacs-lisp/debug.el (debug-on-entry-1):
24812         If function body is empty, add nil as body form.
24814 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24816         * emacs-lisp/trace.el (inhibit-trace): New var.
24817         (trace-make-advice): Use it.
24819         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
24821 2005-02-26  Kim F. Storm  <storm@cua.dk>
24823         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
24824         (mouse-on-link-p, mouse-drag-region-1): Use it.
24826 2005-02-25  Lute Kamstra  <lute@gnu.org>
24828         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
24830 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
24832         * frame.el (blink-cursor-mode): Add :group keyword.
24834 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
24836         * calendar/icalendar.el (icalendar--decode-isodatetime):
24837         New optional argument DAY-SHIFT.
24838         (icalendar-export-region): Fix coding-system-for-write.
24839         (icalendar--convert-ical-to-diary): Shift end-day of all-day
24840         events by one.
24842 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24844         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
24846 2005-02-24  Kim F. Storm  <storm@cua.dk>
24848         * international/iso-acc.el (iso-accents-compose): Fix crash
24849         during redisplay.  Call force-window-update after read-event
24850         and delete-region to signal that window is not accurate.
24852 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24854         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
24855         Remove unused and inexistent var `inhibit-trace'.
24856         (debugger-mode): Use run-mode-hooks.
24857         (debugger-list-functions): Add buttons; setup xref stack.
24859 2005-02-23  Richard M. Stallman  <rms@gnu.org>
24861         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
24862         appointment says it was explicitly made.
24863         (appt-add): Set the 3rd element.
24864         (appt-make-list): Preserve explicit appointments.
24866         * subr.el (find-tag-default): Catch errors in forward-sexp.
24868 2005-02-23  Juri Linkov  <juri@jurta.org>
24870         * info.el (Info-isearch-search): New defcustom.
24871         (Info-isearch-search): Call the default isearch function
24872         when Info-isearch-search is nil.
24873         (Info-isearch-wrap): Use variable Info-isearch-search.
24875 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
24877         * cus-edit.el: Comment change.
24879 2005-02-22  Kim F. Storm  <storm@cua.dk>
24881         * progmodes/hideif.el (hide-ifdef-use-define-alist):
24882         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
24884 2005-02-22  Simon Josefsson  <jas@extundo.com>
24886         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
24887         New variable.
24888         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
24889         Oskarsson" <myrkraverk@users.sourceforget.net>.
24891 2005-02-22  Kim F. Storm  <storm@cua.dk>
24893         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
24894         check that window of that event is the selected window.
24895         (mouse-drag-region-1): Compare mouse event window to selected
24896         window before setting point.
24898         * tooltip.el (tooltip-show-help-function): Pass event to
24899         mouse-on-link-p so it can check selected window.
24901 2005-02-22  Kenichi Handa  <handa@m17n.org>
24903         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
24904         (ps-mule-show-warning): New function.
24905         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
24906         characters are found.
24908         * ps-print.el (ps-header-footer-string): Return a list of header
24909         and footer strings.
24911 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
24913         * pcvs.el (cvs-retrieve-revision): Fix thinko.
24915 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24917         * frame.el (blink-cursor-mode): Use define-minor-mode.
24919         * term/mac-win.el (function-key-map): Use char-names more consistently.
24920         (file-name-coding-system): Only set it for MacOS-9.  The other case is
24921         already handled in mule-cmds.el (where it also works when mac-win.el
24922         is not used).
24924 2005-02-21  Kenichi Handa  <handa@m17n.org>
24926         * international/mule.el (ctext-pre-write-conversion): Always use
24927         " *code-converting-work*" buffer for work.
24929         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
24931 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
24933         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
24935 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
24937         * ses.el (undo-more): Restore defadvice, but only the part that
24938         allows changes outside the restricted area of the buffer.
24940 2005-02-20  Kim F. Storm  <storm@cua.dk>
24942         * simple.el (line-move): Add fourth optional arg try-vscroll which
24943         must be set to perform auto-window-vscroll.
24944         When moving backwards and doing auto-window-vscroll, automatically
24945         vscroll to the last part of lines which are taller than the window.
24946         (next-line, previous-line): Set try-vscroll arg on line-move.
24948 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
24950         * replace.el (query-replace, query-replace-regexp)
24951         (replace-string, replace-regexp): When operating on region, make
24952         the minibuffer prompt say so.
24954         * isearch.el (isearch-forward): Document isearch-query-replace and
24955         isearch-query-replace-regexp keybindings.
24957 2005-02-19  Jay Belanger  <belanger@truman.edu>
24959         * calc/calc-aent.el (math-read-token): Add local variable.
24961         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
24962         (calc-edit-top): Move declaration to earlier in file.
24963         (calc-edit-macro-repeats): Add local variables.
24965         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
24966         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
24967         calcFunc-tanh.
24968         Adjust integration rule for calcFunc-tan.
24970 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
24972         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
24973         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
24974         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
24975         (viper-skip-separators): Bug fix.
24976         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
24977         particular major mode.
24978         (viper-del-backward-char-in-replace): Don't put deleted char on the
24979         kill ring.
24981         * viper-ex.el (viper-color-display-p): New function.
24982         (viper-has-face-support-p): Use viper-color-display-p.
24984         * viper-keym.el (viper-gnus-modifier-map): New keymap.
24986         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
24988         * viper-util.el (viper-glob-unix-files): Fix shell status check.
24989         (viper-file-remote-p): Make equivalent to file-remote-p.
24991         * viper.el (viper-major-mode-modifier-list):
24992         Use viper-gnus-modifier-map.
24994 2005-02-19  David Kastrup  <dak@gnu.org>
24996         * subr.el (subregexp-context-p): Fix garbled doc string by adding
24997         quoting.
24999 2005-02-19  Jay Belanger  <belanger@truman.edu>
25001         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
25002         Remove extra definitions.
25003         (calc-coth): New function.
25004         (calcFunc-cot): Fix `let'.
25006 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
25008         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
25009         the reasons we use "type pc" in these faces.
25011         * button.el (button): Ditto.
25013 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
25015         * replace.el (query-replace-read-from): Set the value of
25016         query-replace-from-history-variable to handle the case of an empty
25017         string entered to accept the suggested default.
25019         * net/tramp.el (tramp-file-name-for-operation):
25020         Use dired-call-process instead of dired-call-process-command.
25022 2005-02-19  Jay Belanger  <belanger@truman.edu>
25024         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
25025         (math-div-non-trig): New variables.
25026         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
25027         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
25028         (math-combine-prod, math-div-symb-fancy): Add simplifications for
25029         trig expressions.
25031 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
25033         * progmodes/gdb-ui.el (gdb-var-update-handler)
25034         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
25035         for watch expressions,
25036         (gdb-var-create-handler): Don't set speedbar-update-flag.
25037         (gdb-post-prompt): Simplify test for speedbar.
25039 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
25041         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
25042         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
25043         we use the syntax table of the correct buffer.
25044         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
25045         Felix Gatzemeier.
25047         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
25048         (ediff-file-remote-p): Make synonymous with file-remote-p.
25049         In all deffaces ediff-*-face-*, use min-colors.
25051         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
25052         ediff-recurse-to-subdirectories.
25053         (ediff-mark-if-equal): Check that the arguments are strings, use
25054         ediff-same-contents (after to Felix Gatzemeier).
25056         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
25057         nil.
25059 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
25061         * log-view.el (log-view-message-re): Fix up Subversion regexp.
25063 2005-02-18  David Kastrup  <dak@gnu.org>
25065         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
25066         use `mark-active' when defined.
25068 2005-02-18  Kenichi Handa  <handa@m17n.org>
25070         * ps-print.el (ps-font-info-database): New entry
25071         ZapfChancery-MediumItalic with correct font name.  Fix font name
25072         of the entry Zapf-Chancery-MediumItalic.
25074 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
25076         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
25078 2005-02-16  Kim F. Storm  <storm@cua.dk>
25080         * ido.el (ido-fallback-command): Pass user input to fallback command.
25082 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
25084         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
25085         (gdb-find-file-hook): Add server prefix.
25087 2005-02-16  Richard M. Stallman  <rms@gnu.org>
25089         * replace.el (perform-replace): Pass new args to replace-highlight.
25090         (replace-highlight): Take region args,
25091         and pass them to isearch-lazy-highlight-new-loop.
25093         * novice.el (disabled-command-hook): Autoload the defalias
25094         and the make-obsolete-variable call.
25096         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
25098         * isearch.el (isearch-lazy-highlight-start-limit)
25099         (isearch-lazy-highlight-end-limit): New variables limit
25100         the region for highlighting.
25101         (isearch-lazy-highlight-new-loop): New args BEG and END.
25102         (isearch-lazy-highlight-search): Use the new vars.
25103         (isearch-lazy-highlight-update): Likewise.
25105         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
25107         * cus-start.el (all): Use default-boundp.
25109 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
25111         * menu-bar.el (menu-bar-select-frame): Handle current frame.
25113 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
25115         * autorevert.el (auto-revert-stop-on-user-input)
25116         (auto-revert-verbose): Doc fixes.
25118 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
25120         * international/mule-cmds.el (set-locale-environment): Remove call
25121         to set-selection-coding-system on Windows.
25123 2005-02-15  Jay Belanger  <belanger@truman.edu>
25125         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
25126         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
25127         calcFunc-coth.
25128         (math-simplify-sqrt): Add simplifications.
25130         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
25131         to list.
25133         * calc/calc-ext.el: Add functions to autoloads.
25135         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
25136         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
25137         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
25138         (math-csc-raw, math-cot-raw): New functions.
25140         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
25142         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
25143         the variable name in a message.
25145         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
25146         calcFunc-csc, calcFunc-cot.
25148         * calc/calcalg2.el: Add derivative and integration rules for
25149         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
25150         calcFunc-csch, calcFunc-coth.
25151         (math-do-integral-methods): Add to checks for when to use
25152         substitutions.
25154         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
25156 2005-02-15  Lute Kamstra  <lute@gnu.org>
25158         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25159         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
25160         <monnier@iro.umontreal.ca>
25161         (lisp-outline-level): Improve efficiency.  Suggested by David
25162         Kastrup <dak@gnu.org>.
25164 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
25166         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
25167         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
25168         (gdb-set-gud-minor-mode-existing-buffers): New functions.
25169         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
25170         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
25172 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
25174         * cus-start.el (all): Comment change.
25176 2005-02-14  Lute Kamstra  <lute@gnu.org>
25178         * cus-start.el (all): Check if symbol is void.
25180 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
25182         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
25183         optional argument to \cite.
25185 2005-02-14  Richard M. Stallman  <rms@gnu.org>
25187         * cus-edit.el (custom-buffer-create-internal): Update help message.
25188         (custom-magic-alist): Update help messages.
25190         * cus-start.el (all): Allow a var to specify a standard value.
25192 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
25194         * custom.el (custom-theme-set-variables): Handle variable aliases.
25196         * frame.el (blink-cursor-timer): Doc fix.
25197         (blink-cursor): Make it an alias for `blink-cursor-mode' and
25198         declare obsolete.
25199         (blink-cursor-mode): Define with defcustom and use correct
25200         standard expression in that defcustom.
25201         * startup.el (command-line): Adapt to above changes in frame.el.
25203 2005-02-11  Lute Kamstra  <lute@gnu.org>
25205         * apropos.el (apropos-score-doc): Prevent division by zero.
25207 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
25209         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
25210         (icalendar--get-event-property-attributes)
25211         (icalendar--get-event-properties)
25212         (icalendar--datetime-to-diary-date): New functions.
25213         (icalendar--split-value): Doc fix.
25214         (icalendar--datetime-to-noneuropean-date)
25215         (icalendar--datetime-to-european-date): New optional argument
25216         SEPARATOR.  Return result as a string instead of a list.
25217         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
25218         (icalendar--convert-string-for-export): Rename arg S to STRING.
25219         (icalendar-export-region): Doc fix.  Change name of error buffer.
25220         Save output buffer.
25221         (icalendar-import-file): Add blank at end of prompt.
25222         (icalendar-import-buffer): Doc fix.  Do not switch to error
25223         buffer.  Indicate status in return value.
25224         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
25225         buffer.  Save output buffer.  Handle exception from recurrence
25226         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
25227         events.  Fix problems with weekly all-day events.
25229 2005-02-10  Richard M. Stallman  <rms@gnu.org>
25231         * simple.el (eval-expression-print-format):
25232         Avoid warning about edebug-active.
25234         * help.el (help-for-help-internal): Rename from help-for-help.
25235         (help-for-help): Define with defalias.
25237         * font-core.el (font-lock-default-function): Use with-no-warnings.
25239         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
25241         * custom.el (defface): Doc fix.
25243 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
25245         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
25246         width 0" to prevent word wrapping problems.
25248 2005-02-09  Kim F. Storm  <storm@cua.dk>
25250         * ido.el (ido-file-extensions-order): New defcustom.
25251         (ido-file-extension-lessp, ido-file-extension-aux)
25252         (ido-file-extension-order): New advanced file ordering.
25253         (ido-file-lessp): New simple file ordering.
25254         (ido-sort-list): Remove.
25255         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
25256         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
25258 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
25260         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
25261         that some versions of grep produce.
25262         (grep-mode-font-lock-keywords): Likewise.
25264 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
25266         * progmodes/gdb-ui.el (gdb-location-list): New variable.
25267         (gdb-cdir): Delete.
25268         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
25269         (gdb-source-info): Treat case when source file is in another
25270         directory properly.
25271         (gdb-get-location): New function.
25273 2005-02-07  Jay Belanger  <belanger@truman.edu>
25275         * calc/calc-prog.el (calc-write-parse-table-part)
25276         (calc-fix-token-name): Fix a check for language type.
25278         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
25280 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
25282         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
25283         as directory not writable.
25285 2005-02-07  Kim F. Storm  <storm@cua.dk>
25287         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
25288         (cua--standard-movement-commands): Remove list.
25289         Instead, set CUA property value to move for movement commands.
25290         (cua-movement-commands): Remove.  Users must set CUA prop instead.
25291         (cua--pre-command-handler): Check CUA property.
25292         (cua--init-keymaps): Don't remap undo commands.
25293         (cua-mode): Don't call cua--rectangle-on-off.
25295         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
25296         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
25297         (cua--rect-undo-set-point): New var.
25298         (cua--rectangle-undo-boundary): Setup undo apply entry.
25299         (cua--rect-undo-handler): New function for rectangle undo.
25300         (cua--rect-start-position, cua--rect-end-position): Add.
25301         (cua--rectangle-post-command): Call cua--rectangle-set-corners
25302         for restored rectangle.  Set point if cua--rect-undo-set-point.
25304 2005-02-06  Jay Belanger  <belanger@truman.edu>
25306         * calc/calc-lang.el (calc-tex-language): Display more information
25307         in messages.
25309         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
25310         in TeX mode.
25312 2005-02-06  Richard M. Stallman  <rms@gnu.org>
25314         * emacs-lisp/lisp.el (buffer-end): Doc fix.
25316 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
25318         * net/ldap.el (ldap-search-internal): Support attributes with
25319         optional descriptions separated by a semi-colon, as in
25320         "userCertificate;binary".
25322 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25324         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
25325         isn't a cons (i.e. the version is 0).
25327 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
25329         * help.el (help-for-help): Doc fix.
25331 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
25333         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
25334         GDB-Windows on the menu-bar as this works better.
25336 2005-02-04  Jay Belanger  <belanger@truman.edu>
25338         * calc/calc-embed.el (calc-embedded-update): Don't put in
25339         unnecessary newlines.  Adjust the end of formula marker.
25341         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
25342         (math-latex-parse-two-args): New function.
25344 2005-02-03  Lute Kamstra  <lute@gnu.org>
25346         * help-fns.el (help-with-tutorial): Make sure that users cannot
25347         remove the entire text of the tutorial by means of `undo'.
25349 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25351         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
25352         in recent changes, where the ispell process was repeatedly
25353         killed & restarted.
25355         * international/mule-cmds.el (set-locale-environment): Set file-name
25356         coding system to utf-8 on Darwin systems.
25357         (set-default-coding-systems): Don't set default-file-name-coding-system
25358         on Darwin systems.
25360 2005-02-03  Richard M. Stallman  <rms@gnu.org>
25362         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
25364 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
25366         * faces.el (list-faces-display): Add optional argument.
25368 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
25370         * font-core.el (font-lock-default-function): Handle the rare case where
25371         only font-lock-keywords is set.
25373 2005-02-02  Kenichi Handa  <handa@m17n.org>
25375         * international/characters.el: Cancel previous change for
25376         I-WITH-DOT-ABOVE and DOTLESS-i.
25378         * international/latin-5.el: Cancel previous change.
25380 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
25382         * progmodes/gud.el: Correction to syntax in gud-menu-map.
25384 2005-02-02  Kenichi Handa  <handa@m17n.org>
25386         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
25387         DOTLESS-i.
25389         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
25390         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
25392         * case-table.el (get-upcase-table): New function.
25393         (copy-case-table): Copy upcaes table too if non-nil.
25394         (set-case-syntax-delims): Maintain upcase table too.
25395         (set-case-syntax-pair): Likewise.
25396         (set-upcase-syntax, set-downcase-syntax): New functions.
25397         (set-case-syntax): Maintain upcase table too.
25399 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
25401         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
25403         * progmodes/gud.el (gud-goto-info): New function.
25404         (gud-tool-bar-map): Use correct icon.
25406 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
25408         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
25409         When delegating, order args in the funcall correctly.
25411 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
25413         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
25415 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
25417         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
25418         buffer not visiting a file.
25420 2005-01-31  Jay Belanger  <belanger@truman.edu>
25422         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
25423         bound on the line with the formula.
25425 2005-01-31  Kim F. Storm  <storm@cua.dk>
25427         * ses.el (ses-create-cell-variable-range)
25428         (ses-destroy-cell-variable-range, ses-reset-header-string)
25429         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
25430         (ses-insert-row): Fix format of apply undo entries.
25432 2005-01-31  Jay Belanger  <belanger@truman.edu>
25434         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
25435         parts.
25437         * calc/calc-embed.el (calc-embedded-open-formula)
25438         (calc-embedded-close-formula): Ignore matrix environments.
25440         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
25441         TeX mode.
25443         * calc/calc-lang.el (math-function-table, math-oper-table)
25444         (math-variable-table): Adjust the LaTeX portions.
25446         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
25447         (math-latex-ignore-words): New constant.
25449 2005-01-31  Richard M. Stallman  <rms@gnu.org>
25451         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
25452         (ispell-local-dictionary): Doc fix.
25453         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
25454         Don't reinitialize at run time.  Don't defcustom.
25455         All uses changed to append ispell-local-dictionary-alist,
25456         or check it first.
25457         (ispell-current-dictionary): New variable for dictionary in use.
25458         (ispell-dictionary): Now used only for global default.
25459         (ispell-start-process): Set ispell-current-dictionary,
25460         not ispell-dictionary.
25461         (ispell-change-dictionary): Use this only for setting
25462         user preferences.
25463         (ispell-internal-change-dictionary): New function
25464         to change the current dictionary in use.
25465         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
25466         Use ispell-current-dictionary.
25467         Handle ispell-local-dictionary-overridden.
25468         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
25470 2005-01-31  Jay Belanger  <belanger@truman.edu>
25472         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
25474         * calc/calc-ext.el: Add calc-latex-language to autoloads.
25475         (calc-mode-map): Add calc-latex-language.
25477         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
25478         (math-latex-print-frac): New functions.
25479         (math-oper-table, math-function-table, math-variable-table)
25480         (math-complex-format, math-input-filter): Add latex properties.
25481         (calc-set-language): Set math-expr-special-function-mapping.
25483         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
25484         (calc-write-parse-table-part): Add LaTeX support.
25486         * calc/calc.el (calc-language): Adjust docstring.
25487         (calc-set-mode-line): Add LaTeX support.
25488         (math-expr-special-function-mapping): New variable.
25489         (math-tex-ignore-words): Add to list.
25491         * calc/calccomp.el (math-compose-expr, math-compose-rows):
25492         Add LaTeX support.
25493         (math-compose-expr): Add support for special functions.
25495         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
25497 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
25499         * progmodes/gdb-ui.el (gdb-memory-address)
25500         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
25501         (gdb-memory-mode-map, gdb-memory-format-keymap)
25502         (gdb-memory-format-menu, gdb-memory-unit-keymap)
25503         (gdb-memory-unit-menu): New variables for a buffer
25504         that lets the user examine program memory.
25505         (gdb-memory-set-address, gdb-memory-set-repeat-count)
25506         (gdb-memory-format-binary, gdb-memory-format-octal)
25507         (gdb-memory-format-unsigned, gdb-memory-format-signed)
25508         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
25509         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
25510         (gdb-memory-unit-word, gdb-memory-unit-halfword)
25511         (gdb-memory-unit-byte, gdb-memory-unit-menu)
25512         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
25513         (gdb-memory-mode, gdb-memory-buffer-name)
25514         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
25515         New functions for above buffer.
25517 2005-01-30  Richard M. Stallman  <rms@gnu.org>
25519         * cus-edit.el (custom-bury-buffer): Function deleted.
25520         (custom-buffer-done-function): Option deleted.
25521         (custom-buffer-done-kill): New replacement option.
25522         (Custom-buffer-done): Call quit-window.
25523         (custom-buffer-create-internal): Update for above changes.
25525 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
25527         * simple.el (undo-ask-before-discard): New var.
25528         (undo-outer-limit-truncate): Implement it.
25529         (undo-extra-outer-limit): Doc update.
25531 2005-01-29  Richard M. Stallman  <rms@gnu.org>
25533         * ses.el (undo-more): Delete defadvice.
25534         (ses-begin-change): Doc fix.
25536         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
25537         instead of rebinding C-x u and C-_.
25539         * files.el (normal-backup-enable-predicate): Return nil for files
25540         in /tmp, regardless of temporary-file-directory.
25542         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
25544         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
25545         (open-rectangle, delete-whitespace-rectangle-line)
25546         (clear-rectangle-line): If FILL, pass t instead of FILL
25547         for move-to-column's 2nd arg.
25549         * simple.el (undo): Fix the test for continuing a series of undos.
25550         (undo-more): Set pending-undo-list to t when we reach end.
25551         (pending-undo-list): Move up defvar.
25553         * wid-edit.el (widget-button-click):
25554         Shorten the range of the track-mouse binding.
25556         * comint.el (comint-insert-input): Undo previous changes;
25557         use last-input-event in interactive spec.
25559 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
25561         * progmodes/compile.el (compilation-start): Bind buffer-read-only
25562         to nil before invoking call-process.  Reset buffer's modified flag
25563         after fontifying it in the no-async branch.
25565         * wid-edit.el (widget-specify-button): If mouse pointer shape
25566         cannot be changed, use mouse face instead.
25568 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
25570         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
25571         (gdb-goto-breakpoint): Make breakpoint handling work on template
25572         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
25573         (gdb-assembler-custom): Update to recognize breakpoint information
25574         added on 2005-01-19.
25576 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25578         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
25579         (dsssl-mode): Use define-derived-mode.
25580         (scheme-mode-initialize): Remove.
25581         (scheme-mode): Use run-mode-hooks.
25583         * cus-edit.el (customize-group-other-window)
25584         (custom-buffer-create-other-window): Don't override special-display-*.
25585         (custom-mode-map): Make it dense.
25587         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
25588         sets the default value.
25590 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
25592         * descr-text.el: Add more keywords.
25594 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
25596         * speedbar.el: Avoid unnecessary use of locate-library.
25598         * international/mule-cmds.el (standard-display-european-internal):
25599         Don't fiddle with latin-1 non-break space any more since it's now
25600         special cased in the C code.
25601         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
25603 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
25605         * cus-start.el (all): Add `undo-outer-limit'.
25607 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25609         * textmodes/bibtex.el (bibtex-format-entry):
25610         Use `bibtex-empty-field-re' only on the text of fields, not on entire
25611         field lines.
25612         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
25613         not on part of a buffer.
25615 2005-01-25  Lute Kamstra  <lute@gnu.org>
25617         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
25618         nonempty field text strings like "{letters\\macro{}more letters}".
25619         Clarify docstring.
25620         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
25621         (bibtex-entry-offset, bibtex-parse-association)
25622         (bibtex-parse-field-name): Fix typos in docstrings.
25623         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
25625 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
25627         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
25628         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
25629         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
25630         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
25632         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
25633         isearch minor mode.
25635 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
25637         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
25639 2005-01-24  Lute Kamstra  <lute@gnu.org>
25641         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
25642         CASECHARS and NOT-CASECHARS regular expressions of the
25643         "nederlands" and "nederlands8" dictionaries to prevent a "Range
25644         striding over charsets" error.
25646 2005-01-24  Jay Belanger  <belanger@truman.edu>
25648         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
25649         display variable name.
25651 2005-01-24  Kenichi Handa  <handa@m17n.org>
25653         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
25654         Fix setting of the element of encoded-kbd-iso2022-invocations.
25656 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
25658         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
25659         (gdb-threads-select): Change to also accept mouse events.
25660         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
25661         (gdb-threads-mouse-select): Delete.
25663 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
25665         * files.el (insert-directory): Take care of empty directory,
25666         listed without -a switch.
25668 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
25670         * textmodes/refill.el (refill-post-command-function):
25671         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
25672         to the list of functions that we should be careful not to undo.
25673         (refill-late-fill-paragraph-function): Remove.
25674         (refill-saved-state): New var.
25675         (refill-mode): Use it to save fill-paragraph-function.
25676         Save also the value of auto-fill-function.
25678         * term/w32-win.el: Simplify code.
25680 2005-01-23  Kim F. Storm  <storm@cua.dk>
25682         * simple.el (line-move): Adapt to new return value from
25683         pos-visible-in-window-p.
25685         * simple.el (line-move): Fix last change.  Check partial
25686         visibility at point rather than at window-start.
25688 2005-01-22  Jason Rumney  <jasonr@gnu.org>
25690         * term/w32-win.el (xw-defined-colors): Remove debug-message.
25692 2005-01-22  David Kastrup  <dak@gnu.org>
25694         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
25696 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
25698         * type-break.el (type-break-mode): Add a test for
25699         type-break-file-name being non-nil.
25701 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
25703         * net/eudc.el (top level): Call (message "") via progn, so that
25704         eudc-options-file is loaded.
25706 2005-01-22  Kim F. Storm  <storm@cua.dk>
25708         * simple.el (line-move-1): Rename from line-move.
25709         (line-move): New function that adjusts vscroll for partially
25710         visible rows, and calls line-move-1 otherwise.
25712 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
25714         * pcomplete.el: Define pcomplete-read-event instead of read-event,
25715         since it's not a complete read-event implementation
25717 2005-01-20  Jay Belanger  <belanger@truman.edu>
25719         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
25720         for called function.
25722 2005-01-20  Steven Tamm  <steventamm@mac.com>
25724         * term/mac-win.el (process-connection-type): Remove.
25725         Controlled now by s/darwin.h:PTY_ITERATION.
25727 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25729         * window.el (handle-select-window): Don't switch window when we're
25730         in the minibuffer.
25732 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
25734         * subr.el (dotimes-with-progress-reporter): New macro.
25736         * ses.el (ses-dotimes-msg): Remove macro.
25737         Use `dotimes-with-progress-reporter' instead.
25739 2005-01-19  Steven Tamm  <steventamm@mac.com>
25741         * term/mac-win.el (process-connection-type): Use new
25742         operating-system-release variable to use ptys on Darwin 7 (OS X
25743         10.3) when using carbon build.
25745 2005-01-19  Jay Belanger  <belanger@truman.edu>
25747         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
25748         flags if the last command was a tab or M-tab.
25750         * calc/calc-prog.el (calc-user-define-edit): Put original formula
25751         in formula editing buffer.
25753 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
25755         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
25756         breakpoint image symbol in margin.
25758 2005-01-19  Jay Belanger  <belanger@truman.edu>
25760         * calc/calc-prog.el (calc-execute-kbd-macro):
25761         Ignore calc-keep-arg-flag.
25763 2005-01-19  Kenichi Handa  <handa@m17n.org>
25765         * textmodes/ispell.el (ispell-looking-at): New function.
25766         (ispell-process-line): Use ispell-looking-at to compare the ispell
25767         output and the buffer contents.
25769 2005-01-18  Jay Belanger  <belanger@truman.edu>
25771         * calc/calc.el (calc-display-raw): Fix docstring.
25773 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
25775         * simple.el (blink-matching-open): Strip extra info from syntax.
25777         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
25778         funny chars in the end-of-here-doc marker.
25780 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
25782         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
25783         that enable/disabled state of breakpoints is shown correctly in
25784         fringe and on ttys.
25785         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
25786         Add breakpoint information as text properties.
25787         (gdb-mouse-toggle-breakpoint):
25788         Rename to gdb-mouse-set-clear-breakpoint.
25789         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
25790         breakpoints in the margin.
25791         (gdb-remove-strings): Simplify.
25793 2005-01-17  Jay Belanger  <belanger@truman.edu>
25795         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
25796         erasing buffer.
25798 2005-01-17  Richard M. Stallman  <rms@gnu.org>
25800         * progmodes/grep.el (grep-find): Copy from `grep' the condition
25801         for calling grep-compute-defaults.
25803         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
25804         if buffer is empty.
25806         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
25808 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
25810         * hilit-chg.el (highlight-changes-mode): Don't autoload.
25812         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
25813         non-preloaded variables.
25815 2005-01-17  Steven Tamm  <steventamm@mac.com>
25817         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
25818         tex-shell cause to force interactivity when using pipes.
25820 2005-01-17  Kim F. Storm  <storm@cua.dk>
25822         * simple.el (just-one-space): Make arg optional.
25824 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
25826         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
25827         posn-at-x-y to t to access left-margin.
25829 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
25831         Sync with Tramp 2.0.47.
25833         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
25834         catching keep-date problems in cp/scp operations.
25835         (tramp-handle-copy-file): Don't call `set-file-modes'
25836         unconditionally.  Specialized functions should know better what is
25837         necessary.  This improves performance a little bit, and the
25838         functions could catch errors with `cp -p' and `scp -p'.
25839         (tramp-do-copy-or-rename-file-via-buffer)
25840         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
25841         when appropriate.
25842         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
25843         Call `set-file-modes' when appropriate.
25844         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
25845         Johnsson <isak@hypergene.com>
25846         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
25847         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
25848         <joakim@verona.se>
25849         (tramp-file-name-for-operation): Mark `shell-command' as magic for
25850         Emacs only.
25852         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
25853         `find-file-hooks' and `dired-mode-hook'.
25854         (tramp-minor-mode-map): Respective map.  Add remapping for
25855         `compile' and `recompile'.
25856         (tramp-remap-command, tramp-recompile): New defuns.
25857         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
25858         in buffer "*Compilation*".  Call the commands asynchronously.
25860         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
25861         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
25862         `shell-command', because it isn't magic in XEmacs.  Reported by
25863         Adrian Aichner <adrian@xemacs.org>.
25865         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
25866         `substitute-in-file-name.
25867         (tramp-smb-handle-substitute-in-file-name): New defun.
25868         (tramp-smb-advice-PC-do-completion): Delete advice.
25870 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
25872         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
25873         Fix error in deleting region.
25875 2005-01-15  Richard M. Stallman  <rms@gnu.org>
25877         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
25878         In non-temp buffer, switch syntax table temporarily.
25880         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
25882         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
25884         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
25886         * imenu.el (imenu--split-menu): Copy menulist before sorting.
25887         (imenu--generic-function): Use START, not BEG, as pos of definition.
25889         * simple.el (just-one-space): Argument specifies number of spaces.
25891         * simple.el (eval-expression-print-format): Avoid warning
25892         about edebug-active.
25894 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
25896         * progmodes/sh-script.el: Code copied from make-mode.el
25897         with small changes,
25898         (sh-mode-map): Bind C-c C-\.
25899         (sh-backslash-column, sh-backslash-align): New variables.
25900         (sh-backslash-region, sh-append-backslash): New functions.
25902 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25904         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
25905         (rmail-pop-password, rmail-pop-password-required): Move to
25906         rmail-obsolete group.
25907         (rmail-set-pop-password): Rename to rmail-set-remote-password.
25908         All callers updated.
25909         (rmail-get-pop-password): Rename to rmail-get-remote-password.
25910         Take an argument specifying whether it is POP or IMAP mailbox we
25911         are using.  All callers updated.
25912         (rmail-pop-password-error): Rename to
25913         rmail-remote-password-error.  Added mailutils-specific error message.
25914         (rmail-movemail-search-path)
25915         (rmail-movemail-variant-in-use): New variables.
25916         (rmail-remote-password, rmail-remote-password-required):
25917         New customization variables.
25918         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
25919         (rmail-parse-url): New function.
25920         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
25921         with GNU mailutils movemail.
25923 2005-01-15  Kevin Ryde  <user42@zip.com.au>
25925         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
25926         suffix to space, $ or '$, to correctly position point when going
25927         to @table style constants like DBL_MAX.
25929 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
25931         * type-break.el (type-break-mode, type-break-file-time)
25932         (type-break-file-keystroke-count, type-break-choose-file):
25933         Don't store data in or load data from the file if type-break-file-name
25934         is nil.
25935         (type-break-file-name): Doc update as per the above.
25937 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
25939         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
25940         lookup-key might return nil; handle that.
25942 2005-01-15  Alan Mackenzie  <acm@muc.de>
25944         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
25945         rather than the element found, thus enabling the tree to be setcar'd.
25947 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
25949         * textmodes/org.el (org-show-following-heading): New option.
25950         (org-show-hierarchy-above): Use `org-show-following-heading'.
25951         (org-cycle): Documentation fix.
25953         * textmodes/org.el (orgtbl-optimized): New option
25954         (orgtbl-mode): New command, a minor mode.
25955         (orgtbl-mode-map): New variable.
25956         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
25957         (orgtbl-error, orgtbl-self-insert-command)
25958         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
25960         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
25961         a local variable in each org-mode buffer.
25963         * textmodes/org.el (org-set-regexps-and-options): Rename from
25964         `org-set-regexps'.  Added checking for STARTUP keyword.
25965         (org-get-current-options): Add STARTUP options.
25966         (org-table-insert-row): Make mode intelligent about when
25967         realignment is needed.
25968         (org-self-insert-command, org-delete-backward-char, org-delete-char):
25969         New commands.
25970         (org-enable-table-editor): New default value `optimized'.
25971         (org-table-blank-field): Support blanking regions if active.
25973 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
25975         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
25976         if the year is not given.
25978         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
25979         Add new escapes %m and %M, fixed bug with %F by adding
25980         save-match-data.
25981         (reftex-reference): Remove ?. from list of spaces.
25982         (reftex-label-info): Add automatic label prefix recognition.
25984         * textmodes/reftex-index.el (reftex-index-next-phrase):
25985         Add slave parameter to call of `reftex-index-this-phrase'.
25986         (reftex-index-this-phrase): New optional argument.
25987         (reftex-index-region-phrases): Add slave parameter to call of
25988         `reftex-index-this-phrase'.
25989         (reftex-display-index): New argument redo.
25990         (reftex-index-rescan): Add `redo' to arguments of
25991         `reftex-display-index'.
25992         (reftex-index-Rescan, reftex-index-revert)
25993         (reftex-index-switch-index-tag): Add `redo' to arguments of
25994         `reftex-display-index'.
25995         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
25996         indexing.  Fix bug with matching is there is a quote before or
25997         after the word.
25999         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
26000         Fix bug when collecting citation keys in lines with comments.
26001         (reftex-citation): Prefix argument no longer rescans the document,
26002         but forces prompting for optional arguments of cite macros.
26003         (reftex-do-citation): Prompting for optional arguments implemented.
26005         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
26006         Add optional arguments to most cite commands.
26007         (reftex-cite-cleanup-optional-args): New option
26008         (reftex-cite-prompt-optional-args): New option.
26009         (reftex-trust-label-prefix): New option.
26011         * textmodes/reftex-toc.el (reftex-toc-find-section):
26012         Add push-mark before changing the position in the buffer.
26014         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
26015         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
26017 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
26019         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
26020         more carefully.
26022 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
26024         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
26025         (sgml-mode): Use it.
26026         (sgml-get-context): Better keep track of implicitly closed tags.
26028 2005-01-13  Kenichi Handa  <handa@m17n.org>
26030         * textmodes/ispell.el: These changes are to fix misalignment error
26031         caused by equivalent characters of different Emacs charsets.
26032         (ispell-unified-chars-table): New variable.
26033         (ispell-get-decoded-string): New function.
26034         (ispell-get-casechars, ispell-get-not-casechars)
26035         (ispell-get-otherchars): Call ispell-get-decoded-string.
26037 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
26039         * custom.el (custom-declare-variable): Just put symbol instead
26040         of (defvar . symbol) in `current-load-list'.
26042 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
26044         * emacs-lisp/elint.el: Fixed typo in Commentary section.
26046 2005-01-12  Jay Belanger  <belanger@truman.edu>
26048         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
26049         to create a Calc summary.
26051 2005-01-12  Kim F. Storm  <storm@cua.dk>
26053         * mouse.el (mouse-on-link-p): Change functionality and doc
26054         string to comply with latest description in lisp ref.
26056 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
26058         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
26059         Enable mouse clicks on mode-line, header-line and margin.
26060         (event-type): Give mouse event symbols an `event-kind' property
26061         with value `mouse-click'.
26063 2005-01-12  Juri Linkov  <juri@jurta.org>
26065         * facemenu.el (list-colors-display): Add new arg buffer-name.
26066         Use it.  Fix docstring.  Replace code for identifying duplicate
26067         colors by the name with call to `list-colors-duplicates' which
26068         identifies duplicate colors by the value unless the color
26069         is one of special Windows colors.  Set truncate-lines to t.
26070         Print sorted duplicate color names on each line.  Indent to 22
26071         \(the longest color name in rgb.txt) instead of 20.  Optimize.
26072         (list-colors-duplicates): New function.
26073         (facemenu-color-name-equal): Delete function.
26075         * facemenu.el (list-colors-print): New function created from code
26076         in list-colors-display.  Print #RRGGBB at the window right edge.
26077         (list-colors-display): When temp-buffer-show-function is not
26078         defined, call list-colors-print from temp-buffer-show-hook
26079         to get the right value of window-width in list-colors-print
26080         after the buffer is displayed.
26082         * simple.el (pop-mark): Move deactivate-mark out of conditional
26083         part to deactivate the active mark regardless of the state of the
26084         mark ring.
26086         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
26087         variables line in desktop files.
26089 2005-01-12  Juri Linkov  <juri@jurta.org>
26091         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
26092         Bring together isearch highlight related options.
26093         (lazy-highlight): Replace group `replace' by `matching'.
26094         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26095         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26096         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
26097         and declare them obsolete.
26098         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
26099         (isearch-faces): Remove defgroup.
26100         (isearch-overlay, isearch-highlight, isearch-dehighlight):
26101         Move isearch highlighting code closer to lazy highlighting code.
26103         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
26104         (query-replace-highlight, query-replace-lazy-highlight)
26105         (query-replace): Move definitions to the beginning of the file.
26107 2005-01-11  Juri Linkov  <juri@jurta.org>
26109         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
26110         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
26111         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
26113         * info.el (Info-history-forward): New variable.
26114         (Info-select-node): Reset Info-history-forward to nil.
26115         (Info-last): Turn into defalias.
26116         (Info-history-back): Rename from Info-last.
26117         Add current node to Info-history-forward.
26118         (Info-history-forward): New fun.
26119         (Info-mode-map): Replace Info-last by Info-history-back.
26120         Bind Info-history-forward to "r".
26121         (Info-mode-menu): Replace Info-last by Info-history-back.
26122         Fix menu item text.  Add menu item for Info-history-forward.
26123         (info-tool-bar-map): Replace Info-last by Info-history-back.
26124         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
26125         for Info-history-forward.
26126         (Info-mode): Replace Info-last by Info-history-back in docstring.
26127         Add local variable Info-history-forward.
26128         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
26130 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
26132         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
26133         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
26134         Ignore select-window events rather than fiddle with
26135         mouse-autoselect-window.
26137 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
26139         * type-break.el (type-break-mode): Fix previous change.
26141 2005-01-10  Jay Belanger  <belanger@truman.edu>
26143         * calc/calc-ext.el (calc-reset): Reset when inside embedded
26144         calculator; only reset when point is inside a calculator.
26145         Don't adjust the window height if the window takes up the whole height
26146         of the frame.
26148 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
26150         * ebuff-menu.el (Electric-buffer-menu-mode):
26151         Preserve value of buffer-local var header-line-format.
26153 2005-01-09  Jay Belanger  <belanger@truman.edu>
26155         * calc/calc.el (calc-mode-var-list-restore-saved-values):
26156         Make sure settings file exists before accessing it.
26158         * calc/calc-embed.el (calc-embedded-subst):
26159         Replace math-multi-subst-rec, which is only supposed to be called
26160         by math-multi-subst, by math-multi-subst.
26162 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
26164         * vc.el (vc-allow-async-revert): New user option.
26165         (vc-disable-async-diff): New internal variable.
26166         (vc-revert-buffer): Use them to disable asynchronous diff.
26168         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
26169         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
26170         asynchronously if vc-disable-async-diff is t.
26172 2005-01-09  Jay Belanger  <belanger@truman.edu>
26174         * calc/calc.el (defcalcmodevar): New macro.
26175         (calc-mode-var-list-restore-default-values)
26176         (calc-mode-var-list-restore-saved-values): New functions.
26177         (calc-mode-var-list): Use defcalcmodevar to define it.
26178         (calc-always-load-extensions, calc-line-numbering)
26179         (calc-line-breaking, calc-display-just, calc-display-origin)
26180         (calc-number-radix, calc-leading-zeros, calc-group-digits)
26181         (calc-group-char, calc-point-char, calc-frac-format)
26182         (calc-prefer-frac, calc-hms-format, calc-date-format)
26183         (calc-float-format, calc-full-float-format, calc-complex-format)
26184         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
26185         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
26186         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
26187         (calc-matrix-brackets, calc-language, calc-language-option)
26188         (calc-left-label, calc-right-label, calc-word-size)
26189         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
26190         (calc-display-raw, calc-internal-prec, calc-angle-mode)
26191         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
26192         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
26193         (calc-window-height, calc-display-trail, calc-show-selections)
26194         (calc-use-selections, calc-assoc-selections)
26195         (calc-display-working-message, calc-auto-why, calc-timing)
26196         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
26197         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
26198         (calc-gnuplot-default-device, calc-gnuplot-default-output)
26199         (calc-gnuplot-print-device, calc-gnuplot-print-output)
26200         (calc-gnuplot-geometry, calc-graph-default-resolution)
26201         (calc-graph-default-resolution-3d, calc-invocation-macro)
26202         (calc-show-banner): Use defcalcmodevar to declare them and set
26203         their default values.
26205         * calc/calc-ext.el (calc-reset): Restore saved values of variables
26206         instead of default values (but restore default values if there is
26207         an argument of 0).
26209 2005-01-09  David Kastrup  <dak@gnu.org>
26211         * desktop.el (desktop-restore-eager): Fix typo in type.
26213 2005-01-08  Richard M. Stallman  <rms@gnu.org>
26215         * cus-edit.el (customize): Delete :link.
26217 2005-01-08  Jay Belanger  <belanger@truman.edu>
26219         * calc/calc.el (calc-mode): Remove the extension from the
26220         `calc-settings-file' file name when loading it.
26222 2005-01-08  Kim F. Storm  <storm@cua.dk>
26224         * info.el (Info-mode-map, Info-next-link-keymap)
26225         (Info-prev-link-keymap, Info-up-link-keymap):
26226         Map follow-link to mouse-face.
26227         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
26229 2005-01-08  Jay Belanger  <belanger@truman.edu>
26231         * calc/calc.el (calc-settings-file): Change default value.
26232         Suggested by cgw in a comment in calc-mode.el.
26234         * calc/calc-mode.el (calc-settings-file-name):
26235         Compare calc-settings-file to user-init-file instead of ~/.emacs.
26236         Replace ~/.emacs in a prompt by calc-settings-file.
26238 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
26240         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
26241         (desktop-lazy-idle-delay): New customizable variables.
26242         (desktop-buffer-args-list): New variable.
26243         (desktop-append-buffer-args): New function.
26244         (desktop-save): Call desktop-append-buffer-args for some buffers.
26245         (desktop-lazy-create-buffer): New function.
26246         (desktop-idle-create-buffers): New function.
26247         (desktop-read): Add message about buffers to restore lazily.
26248         (desktop-lazy-abort): New command.
26249         (desktop-clear): Call desktop-lazy-abort.
26250         (desktop-lazy-complete): New command.
26252 2005-01-06  Richard M. Stallman  <rms@gnu.org>
26254         * emacs-lisp/find-func.el (find-face-definition):
26255         Rename from find-face.
26257 2005-01-06  Kim F. Storm  <storm@cua.dk>
26259         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
26261         * man.el (Man-xref-man-page, Man-xref-header-file)
26262         (Man-xref-normal-file): Add follow-link property.
26264 2005-01-06  Jay Belanger  <belanger@truman.edu>
26266         * calc/calc-units.el: Make sure the proper macro definitions are
26267         available when compiling.
26269 2005-01-06  Juri Linkov  <juri@jurta.org>
26271         * isearch.el (isearch-lazy-highlight-update):
26272         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
26274 2005-01-06  Miles Bader  <miles@gnu.org>
26276         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
26277         (isearch-lazy-highlight-face): Use new name.
26279 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
26281         * uniquify.el (uniquify-rationalize-file-buffer-names):
26282         Re-add an interactive spec.
26283         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
26284         to the same name.
26286         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
26287         (isearch-update, isearch-done): Adjust calls accordingly.
26289 2005-01-05  Richard M. Stallman  <rms@gnu.org>
26291         * custom.el (custom-set-variables, custom-theme-set-variables):
26292         Clarify documentation.
26294         * emacs-lisp/find-func.el (find-variable)
26295         (find-variable-other-window, find-variable-other-frame):
26296         Fix the TYPE args to find-function-read and find-function-do-it.
26297         (find-function): Doc fix.
26298         (find-function-at-point): Replace function-at-point alias.
26300 2005-01-04  Richard M. Stallman  <rms@gnu.org>
26302         * cus-face.el (custom-declare-face):
26303         Record defface in current-load-list.
26305         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
26307         * emacs-lisp/find-func.el: Doc fixes.
26308         (find-face-regexp): New variable.
26309         (find-function-regexp-alist): New variable.
26310         (find-function-C-source): Third arg is now TYPE.
26311         (find-function-search-for-symbol): Handle general TYPE.
26312         (find-function-read, find-function-do-it): Handle general TYPE.
26313         (find-definition-noselect, find-face): New functions.
26314         (function-at-point): Alias deleted.
26316 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
26318         * battery.el (display-battery-mode): Rename from display-battery.
26319         Handle the case where it gets turned off.
26321 2005-01-04  Richard M. Stallman  <rms@gnu.org>
26323         * cus-edit.el (customize): Make :link point to user doc.
26325         * man.el (Man-fontify-manpage): Turn off undo generation.
26327         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
26329 2005-01-04  Andreas Schwab  <schwab@suse.de>
26331         * files.el (insert-directory): Only look for error lines in
26332         inserted text.  Don't move too far after processing --dired markers.
26334 2005-01-04  Richard M. Stallman  <rms@gnu.org>
26336         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
26337         Don't expand if the character is @, period, dash, etc.
26338         (define-mail-abbrev): Quote names that contain problem characters.
26340 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
26342         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
26344 2005-01-03  Richard M. Stallman  <rms@gnu.org>
26346         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
26347         (query-replace-highlight, query-replace-lazy-highlight)
26348         (query-replace): Definitions moved up.  Doc fix.
26350 2005-01-03  Richard M. Stallman  <rms@gnu.org>
26352         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
26353         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26354         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26355         (lazy-highlight-face): Rename from isearch-lazy-...
26356         Change all references to them.
26358 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
26360         * cus-edit.el (custom-file): Doc fix for defcustom.
26361         (custom-file): The function no longer sets the variable
26362         `custom-file' to its return value.
26364         * startup.el (command-line): No longer load `custom-file'.
26366 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26368         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
26370         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
26371         Don't confuse module-prefixed identifiers for labels.
26372         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
26374 2005-01-02  Richard M. Stallman  <rms@gnu.org>
26376         * files.el (basic-save-buffer-1): Fix previous change.
26378         * loadhist.el (file-loadhist-lookup): New function.
26379         (file-provides, file-requires): Use it.
26381         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
26382         instead of calculating the right size.
26384 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
26386         * vc-svn.el (vc-svn-diff): Stay local if possible.
26388 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
26390         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
26392         * files.el (hack-local-variables): Fix last change.
26394 2005-01-02  Jay Belanger  <belanger@truman.edu>
26396         * calc/calc-yank.el (calc-edit-top): New variable.
26397         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
26398         object.  Change header properties.
26399         (calc-edit-finish, calc-edit-finish-stack-object)
26400         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
26401         edited object.
26402         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
26403         for the beginning of the edited object.
26404         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
26405         for the beginning of the edited object.
26406         * calc/calc-prog.el (calc-edit-macro-finish-edit)
26407         (calc-finish-formula-edit, calc-macro-repeats)
26408         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
26409         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
26410         beginning of the edited object.
26411         (calc-user-define-edit): Change the header for editing macros.
26412         Remove unnecessary variable.
26414 2005-01-01  Jay Belanger  <belanger@truman.edu>
26416         * calc/calc-yank.el (calc-edit-mode): Change default header.
26417         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
26418         * calc/calc-store.el (calc-edit-variable): Change title to match new
26419         header.
26420         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
26421         mode to match new header.
26422         (calc-user-define-edit): Change titles to include names of commands.
26423         (calc-finish-formula-edit): Adjust to handle new header.
26424         (calc-finish-macro-edit): Remove.
26425         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
26426         (calc-edit-macro-command, calc-edit-macro-command-type)
26427         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
26428         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
26429         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
26430         (calc-edit-macro-finish-edit): New functions.
26431         (calc-user-define-edit): Use new functions to edit named calc macros.
26433 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
26435         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
26437         * ses.el (copy-region-as-kill): Deactivate mark.
26439 2005-01-01  Richard M. Stallman  <rms@gnu.org>
26441         * replace.el (occur-1): If the output buffer is also an input,
26442         don't kill it, rename it.
26444         * faces.el (set-face-background, set-face-foreground): Doc fix.
26446         * cus-face.el (custom-face-attributes): Fix :help-echo strings
26447         for :foreground and :background.
26449         * dired.el (dired-view-command-alist): Variable deleted.
26450         (dired-view-file, dired-mouse-find-file-other-window):
26451         Delete the code to use it.
26453 2005-01-01  Kim F. Storm  <storm@cua.dk>
26455         * image.el (insert-sliced-image): Use t for line-height property.
26457 See ChangeLog.11 for earlier changes.
26459 ;; Local Variables:
26460 ;; coding: iso-2022-7bit
26461 ;; End:
26463     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
26464   Copying and distribution of this file, with or without modification,
26465   are permitted provided the copyright notice and this notice are preserved.
26467 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1