]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
4 in the margin also.
5 (gdb-breakpoints-mode-map): Use D instead of d for
6 gdb-delete-breakpoint.
7 (gdb-get-frame-number): Require a number to match on.
8 (gdb-threads-mode-map): Add follow-link binding.
9
10 2005-11-30 Jason Rumney <jasonr@gnu.org>
11
12 * isearch.el (isearch-mode-map): Avoid exiting search on
13 language-change event.
14
15 2005-11-30 Romain Francoise <romain@orebokech.com>
16
17 * speedbar.el (speedbar-default-position): New defcustom.
18 (speedbar-frame-reposition-smartly): Use it.
19
20 * dframe.el (dframe-reposition-frame-emacs): Fix position
21 computation for `left' location.
22 Update copyright year.
23
24 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
25
26 * help.el (help-map): Move initialization into declaration.
27
28 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
29
30 * help-fns.el (help-argument-name): Don't autoload.
31 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
32 to be re-loaded when customizing the `help' group.
33
34 2005-11-30 John Paul Wallington <jpw@gnu.org>
35
36 * help-fns.el (describe-function-1): Fill arglist output.
37
38 2005-11-30 Kim F. Storm <storm@cua.dk>
39
40 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
41 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
42 after revert-buffer (or anything else which kills all local variables).
43
44 * apropos.el (apropos-parse-pattern): Doc fix.
45 Set apropos-regexp directly, rather than expecting callers to do so.
46 (apropos-command, apropos, apropos-value, apropos-documentation):
47 Simplify calls to apropos-parse-pattern.
48
49 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
50
51 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
52 (hi-lock-face-phrase-buffer): Use hi-yellow face.
53 (hi-lock-write-interactive-patterns): Use comment-region.
54
55 * longlines.el (longlines-mode): Add mail-setup-hook.
56
57 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
58
59 * simple.el (sendmail-user-agent-compose, next-line):
60 Conditionally use hard-newline.
61
62 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
63
64 * international/latexenc.el (latex-inputenc-coding-alist):
65 Reword doc string.
66
67 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
68
69 * help.el (describe-key-briefly, describe-key): Recognize default
70 bindings.
71
72 2005-11-29 Romain Francoise <romain@orebokech.com>
73
74 * view.el (view-inhibit-help-message): New defcustom.
75 (view-mode-enter): Use it.
76
77 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
78
79 * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
80 Preserve user position.
81
82 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
83
84 * font-lock.el: Throw error if facemenu is not loaded to prevent
85 accidental change of loading order in loadup.el. (Suggested by RMS.)
86
87 * loadup.el: Add comment explaining why facemenu must be loaded
88 before font-lock.
89
90 2005-11-28 Jay Belanger <belanger@truman.edu>
91
92 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
93 (calc-dispatch-map): Add more keys for `calc-same-interface'.
94
95 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
96
97 * calc/calc-embed.el (calc-do-embedded): Update help message.
98
99 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
100
101 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
102
103 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
104
105 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
106 called-interactively-p.
107 (elp-profilable-p): Rename from elp-not-profilable-p.
108 Invert result and take into account macros and autoloaded functions.
109 (elp-instrument-function): Update call.
110 (elp-instrument-package): Update call. Add completion.
111 (elp-pack-number): Use match-string.
112 (elp-results-jump-to-definition-by-mouse): Merge into
113 elp-results-jump-to-definition and then remove.
114 (elp-output-insert-symname): Make help echo text single-line.
115
116 * replace.el (query-replace-map): Move initialization into declaration.
117 (occur-engine): Use with-current-buffer.
118 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
119 (occur-mode-mouse-goto): Replace with an alias.
120
121 2005-11-28 Juri Linkov <juri@jurta.org>
122
123 * simple.el (quoted-insert): Let-bind input-method-function to nil.
124
125 * term/w32-win.el: Bind [S-tab] to [backtab].
126
127 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
128 `Info-find-file' to t.
129
130 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
131 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
132 and same-window-regexps.
133 (occur-next-error): Don't move point for arg 0.
134
135 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
136
137 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
138
139 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
140
141 * log-edit.el (log-edit-changelog-use-first): New var.
142 (log-edit-changelog-ours-p): Use it.
143 (log-edit-insert-changelog): Set it with new arg `use-first'.
144 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
145 (log-edit-hook): Add them to the list of suggested options.
146
147 * textmodes/flyspell.el (flyspell-last-buffer): New var.
148 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
149 redundant work.
150 (flyspell-mode-on): Use add-hook for after-change-functions.
151 (flyspell-mode-off): Use remove-hook for after-change-functions.
152 (flyspell-changes): Make it buffer-local.
153 (flyspell-after-change-function): Make it non-interactive. Use push.
154 (flyspell-post-command-hook): Check input-pending-p while processing
155 the potentially long list of buffer changes.
156
157 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
158
159 * buff-menu.el (list-buffers-noselect): Display the selected
160 frame's buffer list, not the global one.
161
162 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
163
164 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
165 that (list last-input-event) works as in interactive spec.
166
167 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
168
169 * loadup.el ("facemenu"): Load facemenu before font-lock, because
170 `facemenu-keymap' needs to be defined when font-lock is loaded.
171 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
172
173 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
174
175 * completion.el: Remove useless leading * in defcustom docstrings.
176 (save-completions-file-name): Use ~/.emacs.d if available.
177 (completion-standard-syntax-table): Rename from
178 cmpl-standard-syntax-table and fold initialization into declaration,
179 thus removing cmpl-make-standard-completion-syntax-table.
180 (completion-lisp-syntax-table, completion-c-syntax-table)
181 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
182 (cmpl-saved-syntax, cmpl-saved-point): Remove.
183 (symbol-under-point, symbol-before-point)
184 (symbol-under-or-before-point, symbol-before-point-for-complete)
185 (add-completions-from-c-buffer): Use with-syntax-table.
186 (make-completion): Don't return a list of completion entries.
187 Update callers.
188 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
189 (completion-initialize): Rename from initialize-completions.
190 (completion-find-file-hook): Rename from cmpl-find-file-hook.
191 (kill-emacs-save-completions): Collect stats here.
192 (save-completions-to-file, load-completions-from-file):
193 Use with-current-buffer.
194 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
195 into a function. Move all calls to toplevel.
196 (completion-lisp-mode-hook): New fun.
197 (completion-c-mode-hook, completion-setup-fortran-mode):
198 Set the syntax-table here. Use local-set-key.
199 (completion-saved-bindings): New var.
200 (dynamic-completion-mode): Make it into a proper minor mode.
201 (load-completions-from-file): Remove unused var `num-uses'.
202
203 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
204 constructor if it is explicitly overridden.
205
206 * complete.el (PC-completion-as-file-name-predicate):
207 Use minibuffer-completing-file-name.
208 (partial-completion-mode): Use find-file-not-found-functions.
209 (PC-lisp-complete-symbol): Use with-syntax-table.
210 (PC-look-for-include-file): Remove dead setq.
211 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
212 (PC-complete): Use with-current-buffer.
213
214 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
215 escape single quotes.
216
217 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
218
219 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
220 of `if' whose condition always returned nil. Doc fix.
221
222 * buff-menu.el (Buffer-menu-revert-function): Make the selected
223 window's buffer the current buffer around the call to
224 `list-buffers-noselect'. This is necessary to mark that buffer
225 with a `.' in the Buffer Menu when called from Lisp, for instance
226 by Auto Revert Mode.
227
228 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
229
230 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
231 attaching to it.
232 (gdb-pre-prompt): Make sure gdb-error is reset.
233
234 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
235 with a child process, detect it.
236 (gud-speedbar-buttons): Match regexp more carefully.
237
238 2005-11-27 Richard M. Stallman <rms@gnu.org>
239
240 * mouse.el (mouse-drag-move-window-bottom):
241 Use adjust-window-trailing-edge.
242
243 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
244
245 * simple.el (blink-matching-open): Ignore
246 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
247 (blink-matching-paren-on-screen): Update docstring.
248
249 * paren.el (show-paren-mode): No longer change
250 `blink-matching-paren-on-screen'.
251
252 2005-11-27 John Paul Wallington <jpw@pobox.com>
253
254 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
255 (gdb-threads-select, gdb-edit-register-value):
256 Use `posn-set-point' instead of `mouse-set-point' because the
257 latter is not fbound when configured without X.
258
259 2005-11-27 Kim F. Storm <storm@cua.dk>
260
261 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
262 existing face when partially highlighting a TAB in a rectangle.
263
264 2005-11-26 Kim F. Storm <storm@cua.dk>
265
266 * ido.el (ido-mode-map): Doc fix.
267 (ido-mode-common-map, ido-mode-file-map)
268 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
269 (ido-define-mode-map): Rewrite. Select one of the new maps as
270 parent for ido-mode-map instead of building from scratch.
271 (ido-init-mode-maps): New defun to initialize new maps.
272 (ido-mode): Call it.
273 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
274 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
275
276 2005-11-26 John Paul Wallington <jpw@pobox.com>
277
278 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
279 `mouse-set-point' because the latter is not fbound when configured
280 without X.
281
282 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
283
284 * files.el (file-relative-name): Doc fix.
285
286 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
287
288 * progmodes/octave-inf.el (inferior-octave-startup): Force a
289 non-empty string for secondary prompt PS2.
290
291 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
292
293 * progmodes/compile.el (compilation-setup): Fix last change.
294
295 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
296
297 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
298 (gdb-mouse-toggle-breakpoint-margin)
299 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
300 Add gdb-server-prefix to keep out of command history.
301 (gdb-edit-register-value): New function.
302 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
303 (gdb-info-registers-custom): Use above map.
304
305 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
306
307 * custom.el (enable-theme): Signal error if argument is not a
308 theme. Don't recalculate a face if it's not loaded yet.
309
310 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
311 the `user' theme is in effect.
312
313 * info.el (Info-on-current-buffer): Record actual filename in
314 Info-current-file, instead of t, or a fake filename if a non-file
315 buffer. Make autoload.
316 (Info-find-node, Info-revert-find-node): No need to check for
317 Info-current-file nil.
318 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
319 Info-current-file is now never `t'.
320 (Info-fontify-node): Many simplifications due to Info-current-file
321 always being valid. Use Info-find-file to find node filename.
322
323 2005-11-25 David Kastrup <dak@gnu.org>
324
325 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
326 new character, then delete" in order to preserve markers.
327
328 2005-11-25 David Ponce <david@dponce.com>
329
330 * recentf.el (recentf-arrange-by-rule): Handle a special
331 `auto-mode-alist'-like "strip suffix" rule.
332 (recentf-build-mode-rules): Handle second level auto-mode entries.
333
334 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
335
336 * viper-keym.el (viper-ESC-key): Use different values in terminal and
337 window modes.
338
339 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
340 jde-javadoc-checker-report-mode.
341
342 * ediff-wind (ediff-make-wide-display): Slight simplification.
343
344 * ediff.el (ediff-date): Change the date of last update.
345
346 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
347
348 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
349 Use define-minor-mode, and make it a local mode. Turn on font-lock.
350 (hi-lock-mode): New global minor mode.
351 (turn-on-hi-lock-if-enabled): New function.
352 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
353 Change arguments to regexp and face instead of a font-lock pattern.
354 Directly set face property, instead of refontifying.
355 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
356 (hi-lock-find-patterns): Use line-number-at-pos.
357
358 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
359 arguments for hi-lock-set-pattern.
360 (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
361 font-lock-fontify-buffer.
362 (hi-lock-find-file-hook, hi-lock-current-line)
363 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
364
365 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
366 turned off.
367
368 * progmodes/compile.el (compilation-setup): Don't fiddle with
369 font-lock-defaults.
370
371 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
372
373 * progmodes/gdb-ui.el (gdb-var-create-handler)
374 (gdb-var-list-children-handler): Find values for all variable
375 objects. gud-speedbar-buttons decides whether to display them.
376
377 2005-11-24 Romain Francoise <romain@orebokech.com>
378
379 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
380 buffer name with a space.
381
382 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
383
384 * textmodes/org.el: (org-export-plain-list-max-depth): Renamed from
385 `org-export-local-list-max-depth'. Change default value to 3.
386 (org-auto-renumber-ordered-lists)
387 (org-plain-list-ordered-item-terminator): New options.
388 (org-at-item-p, org-beginning-of-item, org-end-of-item)
389 (org-get-indentation, org-get-string-indentation)
390 (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
391 functions.
392 (org-move-item-down, org-move-item-up): New commands.
393 (org-export-as-html): New classes for CSS support. Bug fix in
394 regular expression detecting fixed-width regions. Respect
395 `org-local-list-ordered-item-terminator'.
396 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
397 also a list item.
398 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
399 New item moving functions.
400
401 2005-11-24 Juri Linkov <juri@jurta.org>
402
403 * isearch.el (isearch-repeat): With empty search ring set
404 `isearch-error' to the error string instead of signaling error
405 with the function `error'.
406
407 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
408
409 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
410
411 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
412
413 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
414 and variable.
415 (gdb-var-create-handler, gdb-var-list-children-handler):
416 Don't match on "char **...".
417 (gdb-var-update-handler): Find values for all variable objects.
418 (gdb-info-frames-custom): Identify frames by leading "#".
419
420 * progmodes/gud.el (gud-speedbar-menu-items): Add
421 gdb-speedbar-auto-raise as radio button.
422 (gud-speedbar-buttons): Raise speedbar if requested.
423 Don't match on "char **...".
424 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
425 Make it editable.
426
427 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
428
429 * info.el (Info-fontify-node): Handle the case where
430 Info-current-file is t.
431
432 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
433
434 * simple.el (blink-matching-open): Fix off-by-one in last change.
435
436 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
437
438 * term/mac-win.el: Don't change default directory.
439
440 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
441
442 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
443 buffers correctly. (It used to throw an error in such buffers.)
444 Make it ask for confirmation in group buffers and other Custom
445 buffers containing more than one customization item.
446
447 2005-11-22 John Paul Wallington <jpw@gnu.org>
448
449 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
450 property on mail and url overlays.
451 (goto-address-at-point): Use `posn-set-point' instead of
452 `mouse-set-point' because the latter is not fbound when configured
453 without X.
454
455 2005-11-22 Lars Hansen <larsh@soem.dk>
456
457 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
458 (ls-lisp-classify, ls-lisp-format): Delete call to
459 ls-lisp-parse-symlink.
460 (ls-lisp-handle-switches): Handle symlinks to directories as
461 directories when ls-lisp-dirs-first in non-nil.
462
463 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
464
465 * startup.el (command-line): Make sure that loaddefs.el is handled
466 correctly in load-history.
467
468 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
469
470 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
471 (gdb-struct-string, gdb-array-string): New constants.
472 (gdb-info-locals-handler): Use them.
473 (gdb-reset): Reset gdb-var-list to nil.
474
475 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
476
477 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
478 in patterns.
479
480 2005-11-21 Juri Linkov <juri@jurta.org>
481
482 * custom.el (defcustom): Update link types in docstring.
483
484 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
485
486 * custom.el (defgroup): Add doc-string-elt info.
487
488 * widget.el (define-widget): Don't use declare for the doc-string-elt.
489
490 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
491
492 * newcomment.el (comment-enter-backward): Fix last fix.
493
494 * simple.el (blink-matching-open):
495 * paren.el (show-paren-function): Allow new paren-class info.
496
497 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
498
499 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
500 handled automagically.
501
502 2005-11-20 Andreas Schwab <schwab@suse.de>
503
504 * descr-text.el (describe-char): When copying overlays put them
505 over the full char description instead of just the first character
506 of it.
507
508 2005-11-20 Juri Linkov <juri@jurta.org>
509
510 * simple.el (what-cursor-position):
511 * descr-text.el (describe-char): Use Lisp-readable syntax
512 for octal and hex. Reorder decimal, octal and hex values.
513 Remove excess whitespace in the output. Use `=' in `column='
514 like in `point=' and `Hscroll='.
515
516 * international/mule-cmds.el (encoded-string-description):
517 Use Lisp-readable syntax for hex.
518
519 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
520
521 * newcomment.el (comment-enter-backward): Handle the case where the
522 comment is closed by EOB.
523
524 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
525
526 * longlines.el (longlines-before-revert-hook)
527 (longlines-after-revert-hook): New functions.
528 (longlines-mode): Turn off longlines temporarily when reverting.
529 Add a message-setup-hook.
530 (longlines-decode-buffer): New function.
531 (longlines-wrap-line): Preserve marker positions.
532
533 2005-11-19 Andreas Schwab <schwab@suse.de>
534
535 * emacs-lisp/shadow.el: Handle compressed files.
536
537 2005-11-19 Romain Francoise <romain@orebokech.com>
538
539 * net/browse-url.el (browse-url-default-browser): Signal an error
540 if no usable browser can be found, rather than try to load w3.
541
542 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
543
544 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
545 replacing existing properties.
546 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
547 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
548 tty specs.
549 (rcirc-server-prefix, rcirc-server): New faces.
550 (rcirc-url-regexp): Generate with rx macro.
551 (rcirc-last-server-message-time): New variable.
552 (rcirc-filter): Record time of last message.
553 (rcirc-keepalive): Kill processes that did not send a message
554 since the last ping.
555 (rcirc-mode): Give rcirc-topic a local binding here.
556
557 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
558
559 * subr.el (read-passwd): Fontify the prompt as we do with other
560 prompts.
561
562 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
563
564 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
565 binding buffer-read-only to nil.
566
567 2005-11-19 Eli Zaretskii <eliz@gnu.org>
568
569 * complete.el (partial-completion-mode):
570 Mention completion-auto-help in the doc string.
571
572 * man.el (Man-highlight-references): Doc fix. Reformat code in a
573 more Lisp-ish way.
574
575 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
576
577 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
578 digits, not 8, to avoid misalignment for files larger than 100MB.
579
580 2005-11-19 Eli Zaretskii <eliz@gnu.org>
581
582 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
583 Mention "keyboard shortcuts" in the help text.
584
585 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
586
587 * startup.el (fancy-splash-default-action): Discard only
588 mouse-down and succeeding mouse-up events in the splash screen
589 window so that drag-n-drop event can be processed.
590
591 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
592
593 * longlines.el (longlines-mode): Add hacks for mail-mode and
594 message-mode.
595
596 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
597
598 * textmodes/org.el: (org-table-sort-lines): New command.
599 (org-tbl-menu): Add entry for `org-table-sort-lines'.
600 (org-add-file): Command removed, use `org-agenda-file-to-front'
601 instead.
602 (org-export-icalendar): Use `org-icalendar-combined-name'.
603 (org-cycle-agenda-files, org-agenda-file-to-end)
604 (org-agenda-file-to-front): New commands.
605 (org-table-tab-jumps-over-hlines,org-export-html-style): New
606 options.
607 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
608 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
609 New functions.
610 (org-fill-paragraph): Call `org-table-align' in tables.
611 (org-mode): Call `org-set-autofill-regexps'.
612 (org-export-as-html): Support for local handformatted lists.
613 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
614 (org-export-local-list-max-depth): New option.
615 (org-html-expand): Use `org-html-protect'.
616
617 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
618
619 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
620 to "p".
621 (gdb): Move definition of gud-pp to...
622
623 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
624 speedbar.
625 (gdb-find-watch-expression): New function.
626
627 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
628
629 * faces.el (face-attribute, set-face-attribute): Mention existence
630 of `:ignore-defface' setting in docstring.
631
632 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
633
634 * simple.el (completion-setup-function): Fix last change.
635
636 2005-11-17 John Paul Wallington <jpw@pobox.com>
637
638 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
639 Use `posn-set-point' instead of `mouse-set-point' because the
640 latter is not fbound when configured without X.
641
642 * comint.el (comint-insert-input): Likewise.
643
644 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
645
646 * simple.el (hard-newline): New variable.
647 (sendmail-user-agent-compose, next-line): Use it.
648
649 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
650 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
651 (mail-mail-reply-to, mail-mail-followup-to)
652 (mail-position-on-field, mail-signature, mail-yank-original)
653 (mail-attach-file): Likewise.
654
655 * mail/mailheader.el (mail-header-format)
656 (mail-header-format-function): Likewise.
657
658 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
659
660 2005-11-17 Juri Linkov <juri@jurta.org>
661
662 * font-lock.el (font-lock-faces): Rename this defgroup from
663 `font-lock-highlighting-faces'.
664 (font-lock-comment-face, font-lock-comment-delimiter-face)
665 (font-lock-string-face, font-lock-doc-face)
666 (font-lock-keyword-face, font-lock-builtin-face)
667 (font-lock-function-name-face, font-lock-variable-name-face)
668 (font-lock-type-face, font-lock-constant-face)
669 (font-lock-warning-face, font-lock-negation-char-face)
670 (font-lock-preprocessor-face)
671 (font-lock-regexp-grouping-backslash)
672 (font-lock-regexp-grouping-construct): Rename :group from
673 `font-lock-highlighting-faces' to `font-lock-faces'.
674
675 * cus-edit.el (lisp, c, tex):
676 * progmodes/ada-mode.el (ada):
677 * progmodes/asm-mode.el (asm):
678 * progmodes/cperl-mode.el (cperl-faces):
679 * progmodes/cpp.el (cpp):
680 * progmodes/dcl-mode.el (dcl):
681 * progmodes/f90.el (f90):
682 * progmodes/fortran.el (fortran):
683 * progmodes/icon.el (icon):
684 * progmodes/idlwave.el (idlwave-misc):
685 * progmodes/m4-mode.el (m4):
686 * progmodes/make-mode.el (makefile):
687 * progmodes/meta-mode.el (meta-font):
688 * progmodes/modula2.el (modula2):
689 * progmodes/octave-mod.el (octave):
690 * progmodes/pascal.el (pascal):
691 * progmodes/perl-mode.el (perl):
692 * progmodes/prolog.el (prolog):
693 * progmodes/ps-mode.el (PostScript-edit):
694 * progmodes/scheme.el (scheme):
695 * progmodes/sh-script.el (sh-script):
696 * progmodes/simula.el (simula):
697 * progmodes/tcl.el (tcl):
698 * textmodes/nroff-mode.el (nroff):
699 * textmodes/reftex-vars.el (reftex-fontification-configurations):
700 * textmodes/sgml-mode.el (sgml):
701 * textmodes/texinfo.el (texinfo):
702 Add :link (custom-group-link font-lock-faces) to defgroup.
703
704 * hi-lock.el (hi-lock): Rename this defgroup from
705 `hi-lock-interactive-text-highlighting'. Change parent group from
706 `faces' to `font-lock'. Add link to the manual.
707 (hi-lock-mode, hi-lock-file-patterns-range)
708 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
709 `hi-lock-interactive-text-highlighting' to `hi-lock'.
710 (hi-lock-faces): Add :group `faces'.
711
712 * cus-edit.el (custom-variable-prompt): Clarify the code.
713
714 * faces.el (face-read-string): Set the default value arg of
715 completing-read.
716
717 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
718
719 * rfn-eshadow.el (file-name-shadow-properties)
720 (file-name-shadow-tty-properties, file-name-shadow-mode):
721 Remove autoloads, because the file is now preloaded.
722
723 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
724
725 * printing.el (easy-menu-intern): Don't define.
726 (pr-get-symbol): Use easy-menu-intern only if defined.
727
728 * simple.el (blink-matching-open): Simplify a bit.
729 (completion-setup-function): Fix the case of partial-completion-mode
730 when the minibuffer's contents start with "-".
731 Obey completion-base-size-function even when
732 minibuffer-completing-file-name is non-nil.
733
734 2005-11-16 Richard M. Stallman <rms@gnu.org>
735
736 * net/eudcb-ph.el (eudc-ph-open-session):
737 Use set-process-query-on-exit-flag.
738
739 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
740
741 * international/ucs-tables.el (ucs-set-table-for-input):
742 Use make-local-variable, not make-variable-buffer-local.
743
744 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
745 Improve warning message text.
746
747 * savehist.el (savehist-save-hook): Add :group.
748
749 * menu-bar.el (menu-bar-help-menu):
750 Rename Find Extra Packages to External Packages.
751
752 * cus-edit.el (Custom-reset-standard): Verify that
753 :custom-standard-value prop exists before calling it.
754
755 * apropos.el (apropos-calc-scores): Use apropos-pattern.
756
757 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
758
759 * wid-edit.el (color): Enclose %t in %{...%}.
760
761 * cus-edit.el (face): Enclose %t in %{...%}.
762
763 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
764
765 * savehist.el (savehist-mode-hook): Re-add the var.
766 (savehist-mode): Use it.
767
768 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * textmodes/flyspell.el: Fix commenting convention.
771 Remove unnecessary leading * in custom docstrings.
772 (flyspell-emacs): Remove unused var.
773 (flyspell-delete-region-overlays): Use remove-overlays.
774 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
775 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
776 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
777 (flyspell-debug-signal-word-checked): Use with-current-buffer.
778 (make-flyspell-overlay): Don't locally reuse a global name.
779 (flyspell-highlight-incorrect-region)
780 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
781 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
782 (flyspell-notify-misspell): Remove unused args `start' and `end'.
783 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
784 Wrap calls to accept-process-output inside with-local-quit since it's
785 often called from a post-command-hook.
786 (flyspell-correct-word, flyspell-auto-correct-word):
787 Use ispell-send-string.
788 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
789
790 * calendar/diary-lib.el (diary-list-entries): Also hide the
791 terminating newline.
792
793 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
794
795 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
796 window-system, to allow fonts on tty.
797
798 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
799
800 * progmodes/gud.el (gud-speedbar-item-info): New function.
801 (gud-install-speedbar-variables): Use it to display data type
802 of watch expression as a tooltip in speedbar.
803
804 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
805
806 * font-core.el (global-font-lock-mode): Add :version keyword,
807 because default was changed.
808
809 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
810
811 * startup.el (command-line): Use `custom-reevaluate-setting' for
812 `file-name-shadow-mode'.
813
814 * loadup.el: Preload rfn-eshadow.
815
816 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
817 Add :version keyword.
818 (file-name-shadow-properties, file-name-shadow-tty-properties)
819 (file-name-shadow): Add :version keyword.
820
821 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
822 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
823 in the custom-group property of the symbol frames and the fringe
824 group got no link to its parent group frames.
825 Doc fix.
826
827 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
828
829 * progmodes/gud.el (gud-stop-subjob): New function.
830 (gud-menu-map, gud-tool-bar-map): Use it.
831
832 2005-11-16 Kim F. Storm <storm@cua.dk>
833
834 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
835 than kill it.
836 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
837 to a more useful/logical place.
838
839 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
840
841 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
842 go buttons complementary.
843
844 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
845
846 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
847 (rfn-eshadow-sifn-equal): New function.
848 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
849
850 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
851
852 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
853 string.
854
855 * viper.el (viper-emacs-state-mode-list): Ensure that
856 rcirc-mode buffers come up in Emacs state.
857
858 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
859 operation.
860
861 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
862
863 * term.el (term-termcap-format): Fix typos.
864 (term-down): Fix the negative argument case.
865
866 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
867
868 * progmodes/gdb-ui.el: Remove face-alias left over from change on
869 2005-08-15.
870 (gdb-ann3): New command gud-go.
871 (menu): Accomodate gdb-mi.el.
872 (gdb-assembler-custom): Make buffer of selected window current
873 so that set-window-point works.
874
875 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
876 buttons and include new ones.
877
878 2005-11-16 Kim F. Storm <storm@cua.dk>
879
880 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
881 (gud-menu-map): Use it.
882
883 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
884
885 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
886 that works correctly for Custom and that does not override a user
887 who disables it.
888
889 * help-mode.el (help-make-xrefs, help-xref-on-pp)
890 (help-xref-interned, help-follow): Make hyperlinks for variables
891 that are unbound, but have a non-nil variable-documentation property.
892
893 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
894 mode hook. (It conflicted with defcustoms for some mode hooks.)
895 Use the `variable-documentation' property to give the mode hook a
896 docstring and expand that docstring.
897
898 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
899
900 * savehist.el (savehist-mode): Don't bother with
901 `custom-set-minor-mode'.
902 (savehist-coding-system): Check XEmacs version.
903 (history-length): Declare also at run time.
904 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
905 Don't set the customize state.
906 (savehist-minibuffer-hook): Special case for when
907 minibuffer-history-variable is equal to t.
908
909 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
910
911 * files.el (write-file): Refresh VC status.
912
913 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
914 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
915 than fundamental-mode to see if the mode was set.
916
917 2005-11-14 Romain Francoise <romain@orebokech.com>
918
919 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
920 dummy function in `eval-when-compile' to avoid compiler warning.
921 Require `man' at compile time.
922
923 2005-11-14 Jay Belanger <belanger@truman.edu>
924
925 * calc-alg.el (calcFunc-write-out-power): Rename it to
926 calcFunc-powerexpand.
927 (math-write-out-power): Rename it to math-powerexpand; have it
928 handle negative exponents.
929 (calc-writeoutpower): Rename it to calc-powerexpand.
930
931 * calc-ext.el: Change calcFunc-writeoutpower and
932 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
933 autoloads.
934 Add calcFunc-ldiv to autoloads.
935
936 * calc-arith.el (calcFunc-ldiv): New function.
937
938 * calc.el (calc-left-divide): New function.
939
940 2005-11-14 Juri Linkov <juri@jurta.org>
941
942 * cus-edit.el (custom-variable-prompt): Set the default value arg
943 of completing-read.
944
945 * cus-dep.el (custom-make-dependencies): Reverse the list of
946 found dependencies.
947
948 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
949
950 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
951 Highlighting" entry, it is on by default now.
952 (menu-bar-options-save): Do not save global-font-lock-mode.
953
954 2005-11-13 Richard M. Stallman <rms@gnu.org>
955
956 * textmodes/flyspell.el (flyspell-large-region):
957 Call flyspell-accept-buffer-local-defs.
958
959 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
960
961 * textmodes/flyspell.el (flyspell-notify-misspell):
962 Fix misspelling of "Misspelling".
963 (flyspell-process-localwords): New function.
964 (flyspell-large-region): Call flyspell-process-localwords and
965 flyspell-delete-region-overlays.
966 (flyspell-delete-region-overlays): New function.
967 (flyspell-delete-all-overlays): Call that.
968
969 2005-11-13 Richard M. Stallman <rms@gnu.org>
970
971 * help.el (help-for-help-internal): Improve doc of C-h a.
972 (describe-key): Improve prompt; doc fix.
973
974 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
975
976 * vc-svn.el (vc-svn-registered): Catch all errors.
977
978 * cus-dep.el (custom-make-dependencies): Typo.
979
980 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
981
982 * net/tramp-util.el (top): Fix compilation warning.
983
984 2005-11-13 Kim F. Storm <storm@cua.dk>
985
986 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
987
988 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
989
990 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
991 (gud-speedbar-buttons): Match on "const char *" too.
992
993 * progmodes/gdb-ui.el (gdb-var-create-handler)
994 (gdb-var-list-children-handler): Match on "const char *" too.
995 (gdb-var-evaluate-expression-handler): Match on empty string.
996 (gdb-var-update-handler): Only call
997 gdb-var-evaluate-expression-handler when required.
998
999 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
1000
1001 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
1002 selected window. This still doesn't work for speedbar.
1003 (gud-speedbar-buttons): Handle string expressions properly.
1004
1005 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
1006 (gdb-var-create-handler): Handle string expressions properly.
1007 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
1008 Handle string expressions properly. Move "type" field into regexp.
1009
1010 2005-11-12 Karl Fogel <kfogel@red-bean.com>
1011
1012 * bookmark.el (bookmark-maybe-message): New function to reduce
1013 code duplication: invokes `message' iff baud-rate is high enough.
1014 (bookmark-write-file): Use above instead of an inline conditional.
1015 (bookmark-load): Same.
1016
1017 2005-11-12 Karl Fogel <kfogel@red-bean.com>
1018
1019 * bookmark.el (bookmark-write-file): Don't visit the destination
1020 file, just write the data to it using write-region. This is
1021 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
1022 change to avoid visiting the file in the first place.
1023
1024 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
1025
1026 * hi-lock.el (hi-lock-mode): Set the default value of
1027 font-lock-defaults.
1028
1029 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
1030
1031 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
1032 arg to `file-attributes'.
1033 (find-lisp-format): The UID and GID can now be strings.
1034
1035 2005-11-12 Kim F. Storm <storm@cua.dk>
1036
1037 * help.el (help-map): Bind C-h d to apropos-documentation.
1038
1039 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
1040 when point is at end-of-buffer.
1041
1042 * apropos.el (apropos-match-face): Doc fix.
1043 (apropos-sort-by-scores): Add new choice `verbose'.
1044 (apropos-documentation-sort-by-scores): New defcustom.
1045 (apropos-pattern): Now contains the pattern entered by the user.
1046 (apropos-pattern-quoted): New defvar.
1047 (apropos-regexp): New defvar, containing the regexp corresponding
1048 to apropos-pattern.
1049 (apropos-all-words-regexp): Rename from apropos-all-regexp.
1050 (apropos-read-pattern): New defun. Use it to read pattern arg in
1051 interactive calls; returns list of words for a word list, and
1052 string for a regexp.
1053 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
1054 parses a list of words or regexp as returned by apropos-read-pattern.
1055 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
1056 (apropos-score-doc): Return a very high score if the string
1057 entered by the user matches literally.
1058 (apropos-variable): Doc fix. Use apropos-read-pattern.
1059 (apropos-command): Doc fix. Use apropos-read-pattern and
1060 apropos-parse-pattern. Call apropos-print with nosubst=t.
1061 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
1062 apropos-parse-pattern.
1063 (apropos-documentation): Doc fix. Use apropos-read-pattern and
1064 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
1065 apropos-documentation-sort-by-scores. Call apropos-print with
1066 nosubst=t.
1067 (apropos-documentation-internal): Pass doc string through
1068 substitute-key-definition before adding text properties.
1069 Highlight substring matching literal user input if possible.
1070 (apropos-documentation-check-doc-file): Remove locals beg and end.
1071 Fix calculation of score (as added twice). Pass doc string through
1072 substitute-key-definition before adding text properties.
1073 (apropos-documentation-check-elc-file): Pass doc string through
1074 substitute-key-definition before adding text properties.
1075 Highlight substring matching literal user input if possible.
1076 (apropos-print): Add new arg NOSUBST; if set, command and variable
1077 doc strings have already been passed through substitute-key-definition.
1078 Add code to handle apropos-accumulator items without score element
1079 for backwards compatibility (e.g. with woman package).
1080 Only show scores if apropos-sort-by-scores is `verbose'.
1081
1082 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1083
1084 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
1085 Add jka-compr-load-suffixes to load-suffixes.
1086
1087 * jka-compr.el: Require 'jka-cmpr-hook.
1088 (jka-compr-info-compress-message, jka-compr-info-compress-program)
1089 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
1090 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
1091 (jka-compr-info-can-append, jka-compr-info-strip-extension)
1092 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
1093 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
1094 (jka-compr-uninstall): Remove entries from
1095 jka-compr-added-to-file-coding-system-alist after they are used.
1096 (jka-compr-error): Remove unused var `curbuf'.
1097 (jka-compr-file-local-copy): Remove unused var `notfound'.
1098
1099 2005-11-10 Romain Francoise <romain@orebokech.com>
1100
1101 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
1102
1103 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
1104
1105 * progmodes/gud.el (gud-menu-map): Move parentheses.
1106 (gdb): New command gud-pv.
1107
1108 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1109
1110 * tar-mode.el: Remove spurious or unnecessary leading stars
1111 in docstrings.
1112 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
1113 (tar-parse-octal-integer-safe): Use mapc.
1114 (tar-header-block-summarize): Remove unused var `ck'.
1115 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
1116 cleared before. Obey default-enable-multibyte-characters.
1117 Use mapconcat. Simplify setting of tar-header-offset.
1118 (tar-mode-map): Move initialization inside delcaration.
1119 (tar-flag-deleted): Use `abs'.
1120 (tar-expunge-internal): Remove unused var `line'.
1121 (tar-expunge-internal): Don't hardcode point-min==1.
1122 (tar-expunge): Widen while doing set-buffer-multibyte.
1123 (tar-rename-entry): Use file-name-coding-system.
1124 (tar-alter-one-field): Don't hardcode point-min==1.
1125 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
1126 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
1127
1128 2005-11-10 Masatake YAMATO <jet@gyve.org>
1129
1130 * add-log.el (add-log-current-defun): Handle class::method
1131 notation of c++. Fix incorrect comment.
1132
1133 2005-11-10 Alan Mackenzie <acm@muc.de>
1134
1135 * help-fns.el (describe-variable): Make C-h v work when a variable
1136 has variable documentation yet is unbound.
1137
1138 2005-11-10 Masatake YAMATO <jet@gyve.org>
1139
1140 * man.el (Man-highlight-references): Set an empty
1141 string to `Man-arguments' if it is nil.
1142 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
1143
1144 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1145
1146 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
1147 commenting conventions.
1148
1149 * cus-dep.el (custom-make-dependencies): Simplify.
1150 Better follow the commenting conventions.
1151
1152 2005-11-09 Richard M. Stallman <rms@gnu.org>
1153
1154 * apropos.el (apropos-pattern): Rename from apropos-regexp.
1155 (apropos-orig-pattern): Rename from apropos-orig-regexp.
1156 All uses changed.
1157 (apropos-rewrite-regexp): Doc fix.
1158 (apropos-variable, apropos-command, apropos, apropos-value):
1159 Change prompt; carry through the argument renaming.
1160
1161 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
1162
1163 * find-lisp.el: Require dired.
1164 (find-lisp-find-dired-internal): Do not call
1165 `abbreviate-file-name' on DIR.
1166
1167 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
1168
1169 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
1170
1171 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
1172
1173 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
1174 when using the speedbar.
1175 (gdb): New command gud-pp.
1176 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
1177
1178 2005-11-09 Juri Linkov <juri@jurta.org>
1179
1180 * replace.el (occur-excluded-properties): New defcustom.
1181 (occur-1, occur-engine, occur-accumulate-lines): Use it.
1182
1183 2005-11-08 Jay Belanger <belanger@truman.edu>
1184
1185 * calc/calc-units.el (math-convert-units): Replace any composite
1186 unit by its definition.
1187
1188 2005-11-08 Lars Hansen <larsh@soem.dk>
1189
1190 * emacs-lisp/autoload.el (update-directory-autoloads):
1191 Add obsolete function alias.
1192
1193 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1194
1195 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
1196 comment-indent-function.
1197 (lisp-comment-indent): Replace by an alias for comment-indent-default.
1198
1199 * reveal.el (reveal-post-command): Rework the handling of
1200 reveal-open-spots, so as to be more reliable. There were several
1201 tricky corner cases where an open spot might be lost, or where
1202 a closed spot might end up on the list of open spots.
1203 Only reveal text that's ellipsised.
1204
1205 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
1206
1207 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
1208
1209 2005-11-07 John Paul Wallington <jpw@gnu.org>
1210
1211 * ibuffer.el (ibuffer): Search iconified frames too when
1212 getting Ibuffer buffer's window.
1213
1214 2005-11-06 Richard M. Stallman <rms@gnu.org>
1215
1216 * progmodes/compile.el (compilation-internal-error-properties):
1217 save-excursion around the computation of MARKER.
1218
1219 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
1220
1221 * textmodes/flyspell.el (flyspell-external-point-words):
1222 flyspell-get-word returns a list, not just a string.
1223
1224 2005-11-06 John Paul Wallington <jpw@pobox.com>
1225
1226 * ibuffer.el (ibuffer): Search all visible frames when getting
1227 Ibuffer buffer's window.
1228
1229 2005-11-07 Masatake YAMATO <jet@gyve.org>
1230
1231 * man.el (Man-reference-regexp): Accept spaces between
1232 `Man-name-regexp' and `Man-section-regexp'.
1233 (Man-apropos-regexp): New variable.
1234 (Man-abstract-xref-man-page): Use value for `Man-target-string'
1235 if available.
1236 (Man-highlight-references, Man-highlight-references0):
1237 Handle the case when `Man-arguments' includes "-k".
1238 (Man-highlight-references0): Rename the argument `TARGET-POS' to
1239 `TARGET'. `TARGET' can be a number, function or nil.
1240
1241 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
1242
1243 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
1244 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
1245 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
1246 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
1247 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
1248 (gdb-send-item): Use buffer-local-value and simplify.
1249
1250 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
1251
1252 * startup.el (command-line): Use `custom-reevaluate-setting' for
1253 `global-font-lock-mode'.
1254
1255 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
1256 by default, except in batch mode or when the -D option is given.
1257
1258 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
1259 specified keyword args on to `define-minor-mode'. Update docstring.
1260
1261 2005-11-05 Romain Francoise <romain@orebokech.com>
1262
1263 * replace.el (occur-engine): Add marker at end of line, too.
1264
1265 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1266
1267 * font-lock.el: Don't deal with font-lock-face-attributes here,
1268 move the code ...
1269
1270 * startup.el (command-line): ... here. Use face-spec-set instead
1271 of custom-declare-face.
1272
1273 * faces.el (face-spec-set): Reset the face if spec is not nil.
1274
1275 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1276
1277 * newcomment.el (comment-region-internal): Box more tightly in the
1278 common case where there's no TAB in the boxed text.
1279
1280 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1281
1282 * info.el (info-tool-bar-map): Use images prev-node, next-node and
1283 up-node.
1284
1285 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
1286
1287 * newsticker.el: Commentary updated. Code formatting changed.
1288 (newsticker-version): Change to "1.9".
1289 (newsticker, newsticker-feed): Doc fix.
1290 (newsticker-url-list): Doc fix. Add option "Weekly".
1291 (newsticker-retrieval-interval): Add option "Weekly".
1292 (newsticker-headline-processing): Doc fix.
1293 (newsticker-auto-mark-filter): Remove.
1294 (newsticker-auto-mark-filter-list): New.
1295 (newsticker-layout, newsticker-sort-method): Doc fix.
1296 (newsticker-hide-old-items-in-newsticker-buffer)
1297 (newsticker-heading-format, newsticker-item-format)
1298 (newsticker-desc-format): Doc fix.
1299 (newsticker-show-all-rss-elements): Remove.
1300 (newsticker-show-all-news-elements): New.
1301 (newsticker-faces, newsticker-ticker): Doc fix.
1302 (remove-from-invisibility-spec): Code formatting.
1303 (newsticker--process-ids): New.
1304 (newsticker-mode): Doc fix.
1305 (newsticker-mode): Change mode-line-format.
1306 (newsticker-start): Remove debug output.
1307 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
1308 (newsticker-w3m-show-inline-images): Code formatting.
1309 (newsticker-next-item): Call `force-mode-line-update'.
1310 (newsticker-previous-item): Call `force-mode-line-update'.
1311 (newsticker-next-feed): Call `force-mode-line-update'.
1312 (newsticker-previous-feed): Call `force-mode-line-update'.
1313 (newsticker-mark-all-items-at-point-as-read): Code formatting.
1314 (newsticker-show-old-items): Do not show descs.
1315 (newsticker-hide-entry): Hide too much.
1316 (newsticker-hide-entry, newsticker-show-entry)
1317 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
1318 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
1319 (newsticker-toggle-auto-narrow-to-item): Code formatting.
1320 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
1321 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
1322 (newsticker-get-news): Call `force-mode-line-update'.
1323 Collect process ids.
1324 (newsticker--sentinel): Change coding system handling.
1325 Move image retrieval to new functions newsticker--get-logo-url-*.
1326 Move feed parsing to new functions newsticker--parse-*.
1327 Update list of process ids.
1328 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
1329 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
1330 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
1331 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
1332 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
1333 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
1334 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
1335 (newsticker--decode-coding-string): Remove.
1336 (newsticker--decode-numeric-entities): Check input. Format code.
1337 (newsticker--remove-whitespace): Check input.
1338 (newsticker--do-forget-preformatted): Doc fix.
1339 (newsticker--decode-rfc822-date): Allow for missing time.
1340 (newsticker--update-process-ids): New.
1341 (newsticker--image-sentinel): Change comment.
1342 (newsticker--image-read): Change error message.
1343 (newsticker--imenu-goto): Doc fix. Show headline title.
1344 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
1345 (newsticker--buffer-do-insert-text): Clean whitespace in
1346 html-rendered headline title. Code formatting.
1347 Call `newsticker--buffer-print-extra-elements'.
1348 (newsticker--buffer-print-extra-element): Remove.
1349 (newsticker--buffer-print-extra-elements): New.
1350 (newsticker--buffer-do-print-extra-element): New.
1351 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
1352 large sizes.
1353 (newsticker--run-auto-mark-filter)
1354 (newsticker--do-run-auto-mark-filter):
1355 Use `newsticker-auto-mark-filter-list'.
1356
1357 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
1358
1359 * net/rcirc.el: Use split-string OMIT-NULLS argument.
1360 (rcirc-print): Force redisplay before running hooks. Do long
1361 buffer truncation after making new text read-only. Deal with nil
1362 text when decoding strings. If TARGET is nil, use either the
1363 currently selected buffer, if it is an rcirc buffer and of the
1364 same process or the process buffer.
1365 (rcirc-mode): Remove header-line. Recompute short buffer names.
1366 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
1367 (rcirc-short-buffer-name): Add variable.
1368 (rcirc-kill-buffer-hook): Recompute short buffer names.
1369 Remove nick from private channel.
1370 (rcirc-send-input): Send command text to current-buffer.
1371 Don't clear overlay arrow here.
1372 (rcirc-short-buffer-name): Return a short buffer name.
1373 (rcirc-update-short-buffer-names, rcirc-abbreviate)
1374 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
1375 buffer-name abbreviations.
1376 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
1377 Do not touch nick-table when killing a parted channel.
1378 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
1379 Clear arrow from current buffer if it is now hidden.
1380 (rcirc-current-buffer): Add variable.
1381 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
1382 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
1383 Remove -face from names.
1384 (rcirc-update-activity-string): Print "DND" when globally ignoring
1385 activity.
1386 (rcirc-ignore-buffer-activity-flag): Rename from
1387 rcirc-ignore-channel-activity.
1388 (rcirc-ignore-all-activity-flag): Doc fix.
1389 (rcirc-channels): Remove variable.
1390 (rcirc-kill-buffer-hook):
1391 (rcirc-get-buffer-create): Add nick to private channel.
1392 (rcirc-multiline-edit-submit): Remove tabs.
1393 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
1394 folded.
1395 (rcirc-remove-nick-channel): Bug fix.
1396 (rcirc-toggle-ignore-buffer-activity): Rename from
1397 rcirc-toggle-ignore-channel-activity.
1398 (rcirc-record-activity): Add buffers to the front of the list.
1399 (rcirc-update-activity): Remove killed buffers from list.
1400 (rcirc-process-server-response-1): Remove last argument if it is
1401 null before calling handler.
1402 (rcirc): Add "rcirc" defcustom prefix.
1403 (rcirc-prompt): Simplify default prompt.
1404 Use custom-initialize-default.
1405 (rcirc-private-chats): Remove variable.
1406 (rcirc-prompt): Change initialization.
1407 (rcirc-version): Remove function.
1408 (rcirc-id-string): Add constant.
1409 (rcirc-last-buffer): Remove variable.
1410 (rcirc-buffer-alist): Add variable.
1411 (rcirc-connect): Update variable setup.
1412 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
1413 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
1414 default.
1415 (rcirc-handler-generic): Trigger activity.
1416 (rcirc-send-message): Create the buffor of the target.
1417 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
1418 (rcirc-get-buffer): Just return nil if there is no matching buffer.
1419 (rcirc-multiline-edit-cancel): Remove function.
1420 (rcirc-set-last-buffer): Remove function.
1421 (rcirc-get-any-buffer): Add function.
1422 (rcirc-join-channels): Don't print /join text.
1423 (rcirc-toggle-ignore-channel-activity): Add and update echo area
1424 messages.
1425 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
1426 (rcirc-handler-NOTICE): Recognize CTCP responses.
1427 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
1428 constructing TOPIC string for buffers we are not JOINed.
1429 (rcirc-handler-CTCP-response): Add handler.
1430 (rcirc-multiline-edit-submit): Restore the window-configuration
1431 before adjusting point.
1432 (rcirc): Add customization group.
1433 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
1434 (rcirc-user-full-name, rcirc-startup-channels-alist)
1435 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
1436 (rcirc-ignore-all-activity-flag, rcirc-time-format)
1437 (rcirc-input-ring-size, rcirc-read-only-flag)
1438 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
1439 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
1440 Change defvar to defcustom.
1441 (rcirc-update-prompt): Add optional ALL arg, which will update
1442 prompts in all rcirc buffers. Regexp quote replacement text.
1443 (rcirc-fill-column): Accept 'frame-width as a value.
1444 (rcirc-set-changed): Add function.
1445 (rcirc-next-active-buffer): Write more meaningful messages.
1446 (rcirc-faces): Add customization group.
1447 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
1448 (rcirc-nick-in-message-face, rcirc-prompt-face)
1449 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
1450 (with-rcirc-process-buffer): Move before first usage.
1451 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
1452 (rcirc-debug-flag): Rename from `rcirc-log-p'.
1453 (rcirc-debug): Rename from `rcirc-log'.
1454 (rcirc-format-response-string): Do not print '-' chars for a
1455 NOTICE with no sender. Simplify output of server responses.
1456
1457 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
1458
1459 (rcirc-browse-url-map, rcirc-browse-url-at-point)
1460 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
1461 mouse and RET clickable.
1462
1463 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
1464
1465 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
1466
1467 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
1468
1469 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
1470 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1471 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1472 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1473 argument to all these routines, so the passphrase can be managed
1474 externally and passed in to the system.
1475 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
1476 pgg-add-passphrase-to-cache function.
1477
1478 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
1479 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
1480 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
1481 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
1482 argument to all these routines, so the passphrase can be managed
1483 externally and passed in to the system.
1484 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
1485 function.
1486
1487 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
1488
1489 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
1490 from goto-address-url-regexp.
1491
1492 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
1493
1494 * textmodes/org.el (org-read-date, org-goto-calendar)
1495 (org-recenter-calendar, org-agenda-goto-calendar):
1496 Temporarily clear 'calendar-move-hook'.
1497
1498 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
1499
1500 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
1501 merging.
1502
1503 * ediff-util.el (ediff-previous-difference): Don't skip regions that
1504 have merge clashes.
1505
1506 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1507
1508 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1509 Undo previous change.
1510
1511 * startup.el (command-line): Use `custom-reevaluate-setting' for
1512 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
1513 tty-register-default-colors on Mac.
1514
1515 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
1516
1517 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
1518 (gdb-buffer-type): Make it automatically buffer local...
1519 (gdb-get-create-buffer): ...and set it accordingly.
1520 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
1521 actually work.
1522
1523 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
1524
1525 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
1526 not red.
1527
1528 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
1529
1530 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
1531 case GUD buffer is not visible.
1532 (gdb-goto-breakpoint): Try to force display in source buffer.
1533 (gdb-frame-gdb-buffer): Copy other similar functions.
1534 (gdb-restore-windows): Don't display source if not asked for.
1535 (gdb-assembler-buffer-name): Don't capitalise.
1536
1537 2005-11-03 Richard M. Stallman <rms@gnu.org>
1538
1539 * wid-edit.el (key-sequence): New widget type.
1540
1541 * simple.el (set-mark-command-repeat-pop): New variable.
1542 (set-mark-command): Only interpret plan C-@ after a pop as a pop
1543 if set-mark-command-repeat-pop is true.
1544
1545 * info.el (Info-fontify-node): Don't display extra "see" if there
1546 already is one here.
1547
1548 * mouse.el: Fix special handling of DEL after dragging a region:
1549 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
1550 (mouse-region-delete-keys): Add [backspace].
1551
1552 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
1553
1554 * textmodes/ispell.el (ispell-command-loop): Change `i' description
1555 not to assume it pertains to an affix.
1556
1557 * textmodes/flyspell.el (flyspell-post-command-hook):
1558 Bind deactivate-mark to prevent deactivation.
1559
1560 2005-11-03 Lars Hansen <larsh@soem.dk>
1561
1562 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
1563 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
1564 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
1565
1566 2005-11-03 Romain Francoise <romain@orebokech.com>
1567
1568 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
1569 Update copyright years.
1570
1571 2005-11-03 Sam Steingold <sds@gnu.org>
1572
1573 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1574 Use system-type instead of window-system because window-system is not
1575 correctly defined during loadup.
1576
1577 2005-11-02 Mark A. Hershberger <mah@everybody.org>
1578
1579 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
1580 (xml-parse-tag): Join strings separated by a comment properly.
1581
1582 2005-11-02 Andreas Schwab <schwab@suse.de>
1583
1584 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
1585
1586 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1587
1588 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
1589 (byte-optimize-pure-func): Quote the eval'd value.
1590
1591 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1592 Rename from perl-font-lock-syntactic-face-function.
1593 Change the calling convention so it can be used as a font-lock MATCHER.
1594 Do the parse-partial-sexp loop outselves.
1595 (perl-font-lock-syntactic-keywords): Use it.
1596 (perl-mode): Don't set font-lock-syntactic-face-function any more.
1597
1598 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
1599
1600 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
1601 disassembly buffer too.
1602 (gdb-exited): Remove overlay arrows when execution has finished.
1603 (gdb-info-frames-custom, gdb-info-threads-custom)
1604 (gdb-info-registers-custom): Don't add inappropriate text
1605 properties if inferior is not active.
1606
1607 2005-11-02 Glenn Morris <rgm@gnu.org>
1608
1609 * progmodes/fortran.el (fortran-blink-match):
1610 Use `blink-matching-delay'.
1611
1612 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
1613
1614 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
1615
1616 2005-11-02 Lars Hansen <larsh@soem.dk>
1617
1618 * net/tramp.el (tramp-action-out-of-band): Handle scp message
1619 "Permission denied".
1620
1621 2005-11-01 Richard M. Stallman <rms@gnu.org>
1622
1623 * textmodes/flyspell.el (flyspell-external-point-words):
1624 Pass nil to flyspell-get-word.
1625
1626 2005-11-02 Kim F. Storm <storm@cua.dk>
1627
1628 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
1629 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
1630
1631 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1632
1633 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
1634 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1635 (calendar-mouse-print-dates): Add optional `event' argument.
1636 Update interactive-spec.
1637 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1638 Use `calendar-event-to-date' instead of `event'.
1639
1640 2005-11-02 Masatake YAMATO <jet@gyve.org>
1641
1642 * progmodes/ld-script.el (ld-script-builtins):
1643 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
1644 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
1645 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
1646
1647 2005-11-01 Romain Francoise <romain@orebokech.com>
1648
1649 * vc-sccs.el: Update copyright year.
1650 * ezimage.el: Likewise.
1651
1652 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
1653
1654 * info.el (Info-fontify-node): Use `string-width' for fontifying
1655 underlined titles.
1656
1657 2005-11-01 Juri Linkov <juri@jurta.org>
1658
1659 * info.el (Info-fontify-node): Downcase node header keywords Node,
1660 Prev, Next, Up before comparison.
1661 (Info-history): Insert absolute directory name, and put invisible
1662 property on it.
1663
1664 2005-11-01 Juri Linkov <juri@jurta.org>
1665
1666 * info.el (Info-file-supports-index-cookies): New variable.
1667 (Info-find-node-2): Check makeinfo version for index cookie support.
1668 (Info-index-nodes): Search for nodes with index cookies only when
1669 Info-file-supports-index-cookies is t. Otherwise, search nodes
1670 with "Index" in the node name.
1671 (Info-index-node): Search index cookie in the current node only when
1672 Info-file-supports-index-cookies is t. Otherwise, check the word
1673 "Index" in the node name.
1674 (Info-find-emacs-command-nodes): Remove code that searches nodes
1675 with "Index" node name in the top menu.
1676
1677 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1678
1679 * progmodes/scheme.el (scheme-mode-variables): Use the default
1680 comment-indent-function.
1681
1682 * faces.el (face-attribute): Handle the case where a face inherits from
1683 a non-existent face.
1684
1685 * simple.el (eval-expression-print-format): Use lisp-readable syntax
1686 for octal and hexa output, and merge the char into the paren.
1687 (kill-new): Use push.
1688 (copy-to-buffer): Use with-current-buffer.
1689 (completion-setup-function): Move code in loop to remove redundancy.
1690 (minibuffer-local-must-match-map): Don't add bindings that duplicate
1691 those inherited from minibuffer-local-completion-map.
1692
1693 * savehist.el (savehist-mode) <defcustom>:
1694 Use custom-set-minor-mode if available.
1695 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
1696 and emit a message if applicable.
1697
1698 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
1699
1700 * savehist.el: Sync up to version 19.
1701 (savehist-mode): New minor mode.
1702 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
1703 (savehist-length): Remove (use history-length instead).
1704 (savehist-file-modes): Rename from savehist-modes.
1705 (savehist-save-hook, savehist-loaded): New vars.
1706 (savehist-load): Use savehist-mode. Try to smooth up transition from
1707 old format to new format.
1708 (savehist-install): Allow savehist-autosave-interval to be nil.
1709 (savehist-save): Run the new hook. Be more careful to only trim the
1710 history variables.
1711 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
1712 (savehist-printable): Print into a buffer rather than char-by-char.
1713
1714 2005-11-01 John Wiegley <johnw@newartisans.com>
1715
1716 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
1717 toggle-ignore keybinding (C-a). The author said it had been
1718 disabled much earlier due to a possible incompatibility, but after
1719 many months of usage I have encountered no problems (and it is a
1720 rather useful option, especially for switching to " *temp*").
1721
1722 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
1723 support for OS/X's AddressBook, by calling out to the open source
1724 program "contacts" (installable through Fink).
1725
1726 * net/eudc.el (eudc-expand-inline): If the
1727 `eudc-multiple-match-handling-method' is set to `all', delete the
1728 query string before inserting the query result.
1729
1730 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
1731 flag, to prevent Eshell from using the system ls when
1732 `eshell-ls-insert-directory' is in used.
1733 (eshell-ls-insert-directory): Disable font-lock in directory
1734 buffer so that Eshell's own fontification is seen. This broke
1735 recently due to changes in font-lock, so this goes back to version
1736 21 behavior.
1737
1738 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
1739
1740 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
1741 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
1742 (gdb-many-windows): Doc fix.
1743
1744 2005-10-31 Romain Francoise <romain@orebokech.com>
1745
1746 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
1747
1748 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1749
1750 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
1751 that global-font-lock-mode can be enabled by default.
1752
1753 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
1754 (font-lock-add-keywords, font-lock-remove-keywords)
1755 (font-lock-fontify-buffer): Remove autoload cookies.
1756
1757 * jit-lock.el (jit-lock-register): Likewise.
1758
1759 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
1760
1761 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1762
1763 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
1764 intact if there is no gud-comint-buffer.
1765
1766 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
1767
1768 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
1769 old prompt comint-prompt-read-only is t and GDB commands are
1770 issued from tool bar etc.
1771
1772 2005-10-31 Masatake YAMATO <jet@gyve.org>
1773
1774 * vc.el (vc-directory-exclusion-list): Add "{arch}".
1775
1776 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
1777
1778 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
1779 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
1780
1781 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
1782
1783 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
1784 starting at beginning of line. Fontification is messed up when
1785 `open-paren-in-column-0-is-defun-start' set to t.
1786 Reported by John Paul Wallington <jpw@pobox.com>.
1787
1788 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
1789
1790 * comint.el (comint-send-input): Call `comint-update-fence' when
1791 `comint-process-echoes' and `comint-prompt-read-only' are both
1792 non-nil, to avoid leftover read-only newline.
1793
1794 2005-10-30 Richard M. Stallman <rms@gnu.org>
1795
1796 * textmodes/flyspell.el (flyspell-external-point-words):
1797 Detect when WORD can't be checked properly because
1798 flyspell-get-word finds just part of it, and move on.
1799
1800 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
1801 boundarychar for Polish.
1802 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
1803 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
1804
1805 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1806
1807 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
1808 (gdb-registers-font-lock-keywords): Delete.
1809 (gdb-registers-mode): Don't fontify.
1810 (gdb-info-registers-custom): Use text properties instead as, in
1811 future, changed register values will use font-lock-warning-face.
1812 (gdb-local-font-lock-keywords): Rename to...
1813 (gdb-locals-font-lock-keywords): ...for consistency.
1814
1815 2005-10-30 Andre Spiegel <spiegel@gnu.org>
1816
1817 * vc.el (vc-switch-backend): Better error message if the buffer is
1818 not visiting a file under version control.
1819
1820 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
1821
1822 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
1823
1824 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
1825 ~/.emacs.d/.emacs.
1826
1827 2005-10-29 Richard M. Stallman <rms@gnu.org>
1828
1829 * replace.el (occur-mode-mouse-goto): Always go to other window.
1830 (occur-mode-goto-occurrence): Always switch in same window.
1831
1832 * simple.el (undo): Display message at end, not at start.
1833
1834 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
1835 New arg REUSE-CELL.
1836 (cancel-timer-internal): New function.
1837 (timer-event-handler): Use cancel-timer-internal,
1838 and pass the cell it returns to timer-activate...
1839
1840 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
1841 (jit-lock-deferred-fontify, jit-lock-context-fontify)
1842 (jit-lock-after-change): Test memory-full.
1843
1844 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
1845
1846 * textmodes/conf-mode.el (conf-assignment-sign)
1847 (conf-assignment-regexp): Fix docstrings.
1848 (conf-mode-initialize): New function.
1849 (conf-mode): Remove optional args. Use delay-mode-hooks to
1850 recognize recursive calls.
1851 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
1852 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
1853 (conf-xdefaults-mode): Use define-derived-mode and
1854 conf-mode-initialize.
1855
1856 2005-10-29 Romain Francoise <romain@orebokech.com>
1857
1858 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
1859
1860 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
1861
1862 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1863 part of the decoded armor to find the key-identifier.
1864 (pgg-gpg-lookup-key-owner): New function to return the
1865 human-readable identifier of a key owner.
1866 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1867 key itself.
1868 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1869 the key value) if we have a key and can match it against a secret
1870 key. Also, added a note pointing out fact that the prompt only
1871 indicates the first matching key.
1872
1873 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1874 pgg-decrypt-region.
1875 (pgg-pending-timers): A new hash for tracking the passphrase cache
1876 timers, so that new ones supercede old ones.
1877 (pgg-add-passphrase-to-cache): Rename from
1878 `pgg-add-passphrase-cache' to reduce confusion (all callers
1879 changed). Modified to cancel old timers when new ones are added.
1880 (pgg-remove-passphrase-from-cache): Rename from
1881 `pgg-remove-passphrase-cache' to reduce confusion (all callers
1882 changed). Modified to cancel old timers when their keys are
1883 removed from the cache.
1884 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1885 XEmacs, an indirection to delete-itimer.
1886 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1887 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1888 users can only check cache without risk of prompting. Correct bug in
1889 notruncate behavior.
1890 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
1891 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1892 Add informative docstrings.
1893 (pgg-decrypt): Convey provided passphrase in subordinate call to
1894 pgg-decrypt-region.
1895
1896 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
1897
1898 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1899 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1900 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1901 'passphrase' argument, so the passphrase can be managed externally
1902 and then passed in to the system.
1903
1904 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1905 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1906 so the passphrase cache can be used reliably with identifiers
1907 besides a pgp packet's key id.
1908
1909 * pgg-gpg.el (pgg-pgp-encrypt-region)
1910 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1911 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1912 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1913 argument to all these routines, so the passphrase can be managed
1914 externally and passed in to the system.
1915
1916 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1917 'notruncate' argument, so the passphrase cache can be used
1918 reliably with identifiers besides a pgp packet's key id.
1919
1920 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
1921
1922 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1923 symmetric encryption.
1924 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1925 encrypted session key.
1926 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1927 message ask for the passphrase in a proper way.
1928
1929 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1930 New user commands for symmetric encryption.
1931
1932 2005-10-28 Bill Wohler <wohler@newt.com>
1933
1934 * help-mode.el (help-url): New button type. Calls browse-url.
1935 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
1936 Similar to Info nodes: URL `url'.
1937 (help-make-xrefs): Create help-url buttons for
1938 help-xref-url-regexp matches.
1939
1940 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
1941
1942 * tool-bar.el (tool-bar-add-item-from-menu)
1943 (tool-bar-local-item-from-menu): Fix doc strings.
1944
1945 2005-10-28 Romain Francoise <romain@orebokech.com>
1946
1947 * ldefs-boot.el: Update.
1948
1949 * subr.el (locate-library): Move from help-fns.el.
1950 * help-fns.el (locate-library): Move to subr.el.
1951
1952 2005-10-28 Richard M. Stallman <rms@gnu.org>
1953
1954 * net/tramp.el (tramp-completion-mode): defvar moved up.
1955
1956 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
1957
1958 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
1959
1960 * files.el (find-file-noselect): Use %d to format large file size.
1961
1962 * bindings.el (mode-line-format): Add %e.
1963
1964 * loadup.el ("facemenu"): Load unconditionally.
1965 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
1966 ("x-dnd"): Load, when appropriate.
1967
1968 * startup.el (command-line): Call before-init-hook earlier.
1969 Warn about some bad characters in -u user name.
1970
1971 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
1972 (flyspell-external-point-words): Error if misspelled word is not found.
1973 Set flyspell-large-region-beg at end of word.
1974
1975 2005-10-28 Andreas Schwab <schwab@suse.de>
1976
1977 * view.el (View-revert-buffer-scroll-page-forward):
1978 Use view-page-size-default.
1979
1980 2005-10-28 Juri Linkov <juri@jurta.org>
1981
1982 * international/quail.el (quail-get-current-str): Translate last
1983 raw character for deterministic input methods.
1984
1985 2005-10-27 Jay Belanger <belanger@truman.edu>
1986
1987 * calc/calc-ext.el: Add functions to autoloads.
1988 (math-identity-matrix-p, math-ident-row-p): New functions.
1989
1990 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
1991 multiplication by an identity matrix; don't turn multiplication by
1992 an inverse matrix into division.
1993 (math-div-symbol-fancy): Replace division by matrices with
1994 multiplication by inverse.
1995
1996 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
1997
1998 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
1999 (calc-writeoutpower): New functions.
2000
2001 2005-10-27 Romain Francoise <romain@orebokech.com>
2002
2003 * replace.el (occur-engine): Include colon in mouse-face highlight.
2004
2005 * dired-x.el: Change Maintainer field.
2006
2007 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
2008
2009 * longlines.el (longlines-mode): Bind after-change-functions to
2010 nil during initial decoding and final encoding.
2011
2012 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
2013
2014 * term.el (term-emulate-terminal, term-handle-colors-array)
2015 (term-handle-ansi-escape): Specify the terminfo capabilities
2016 implemented.
2017
2018 2005-10-26 Richard M. Stallman <rms@gnu.org>
2019
2020 * info.el (Info-fontify-node): Fix detection of sentence-break
2021 before *Note.
2022
2023 2005-10-26 Romain Francoise <romain@orebokech.com>
2024
2025 * smerge-mode.el: Add `tools' to file keywords.
2026
2027 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
2028
2029 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
2030 when the fringe is not available.
2031
2032 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
2033 (def-gdb-auto-update-trigger): Simplify construction.
2034 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
2035 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
2036 defined explicitly.
2037 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
2038 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
2039 defined explicitly.
2040 (gdb-info-locals-custom): Remove as it's a no-op.
2041
2042 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
2043
2044 * longlines.el (longlines-mode): Remove narrowing before
2045 performing the initial decoding or final encoding.
2046
2047 2005-10-25 Romain Francoise <romain@orebokech.com>
2048
2049 * emacs-lisp/find-func.el (find-library-name): Also strip
2050 extension if library name ends in .el, to take advantage of
2051 `find-library-suffixes'.
2052
2053 2005-10-25 Richard M. Stallman <rms@gnu.org>
2054
2055 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
2056
2057 2005-10-25 Juri Linkov <juri@jurta.org>
2058
2059 * textmodes/texinfo.el (texinfo-mode): Change charset of one
2060 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
2061
2062 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2063
2064 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
2065 (blackbox-redefine-key): Add argument `map'.
2066
2067 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
2068 regions when moving the jit-lock-context-unfontify-pos boundary.
2069
2070 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
2071
2072 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
2073
2074 2005-10-25 Masatake YAMATO <jet@gyve.org>
2075
2076 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
2077
2078 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
2079
2080 * play/blackbox.el (blackbox-redefine-key): New function.
2081 (blackbox-mode-map): Use it to remap existing bindings for cursor
2082 motion instead of binding literal keys.
2083
2084 2005-10-25 Glenn Morris <rgm@gnu.org>
2085
2086 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
2087 diary does not end in a newline. Do not assume a blank line at
2088 the start of the diary file.
2089
2090 2005-10-25 Kenichi Handa <handa@m17n.org>
2091
2092 * international/quail.el (quail-translate-key): If the input
2093 method is deterministic and failed to handle the last key, restart
2094 the key handling loop from an appropriate key.
2095
2096 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
2097
2098 * vc.el (vc-dired-mode): Extend comment for binding of
2099 `directory-listing-before-filename-regexp'.
2100
2101 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2102
2103 * textmodes/texinfo.el (texinfo-mode):
2104 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
2105 not to unnecessarily expose emacs-mule's internal char codes.
2106
2107 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
2108
2109 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
2110 Display hand pointer and help-echo on disabled icon too.
2111 (gdb-mouse-until): New function.
2112 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
2113
2114 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
2115
2116 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
2117 with 2005-10-23 change to doctor.el.
2118
2119 * finder.el (finder-mode-map): Add follow-link binding.
2120
2121 2005-10-25 Kim F. Storm <storm@cua.dk>
2122
2123 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
2124 to gdb-mouse-toggle-breakpoint-fringe.
2125 (gdb-mouse-toggle-breakpoint-margin): Rename from
2126 gdb-mouse-toggle-breakpoint. Fix doc.
2127 (gdb-mouse-toggle-breakpoint-fringe): New defun.
2128 (gdb-put-string): Add optional SPROPS arg. Add props to string.
2129 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
2130 string properties also for fringe breakpoint bitmaps.
2131
2132 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
2133
2134 * textmodes/org.el (org-start-icalendar-file): Fix format form.
2135
2136 2005-10-25 Masatake YAMATO <jet@gyve.org>
2137
2138 * simple.el (completion-common-substring):
2139 Use `completion-common-substring' prior to `completion-base-size'.
2140
2141 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
2142
2143 * savehist.el: Require CL while compiling.
2144 (savehist-history-variables): Remove.
2145 (savehist-save-minibuffer-history, savehist-additional-variables)
2146 (savehist-minibuffer-history-variables): New vars.
2147 (savehist-save): Use them.
2148 (savehist-uninstall, savehist-minibuffer-hook): New funs.
2149 (savehist-install): New fun, extracted from savehist-load.
2150 (savehist-load): Use them.
2151
2152 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2153
2154 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
2155 a dummy doc-string-elt property.
2156 (defalias, defvaralias, define-category): Add a docstring property.
2157
2158 * image.el (defimage):
2159 * widget.el (define-widget):
2160 * custom.el (defface, defcustom): Add `doc-string' declaration.
2161
2162 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
2163 (defadvice): Add `doc-string' declaration.
2164
2165 * emacs-lisp/byte-run.el (macro-declaration-function):
2166 Handle `doc-string' declarations.
2167 (define-obsolete-function-alias, define-obsolete-variable-alias):
2168 Add `doc-string' declaration.
2169
2170 2005-10-24 Kenichi Handa <handa@m17n.org>
2171
2172 * international/utf-7.el (utf-7): Add autoload cookie.
2173
2174 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
2175
2176 2005-10-24 Eli Zaretskii <eliz@gnu.org>
2177
2178 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
2179 list of directories passed to batch-update-autoloads. Add "." to
2180 the list of the echoed directories.
2181
2182 * pgg-def.el:
2183 * pgg-gpg.el:
2184 * pgg-parse.el:
2185 * pgg-pgp.el:
2186 * pgg-pgp5.el:
2187 * pgg.el: Moved here from the gnus subdirectory.
2188
2189 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
2190
2191 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
2192 in case comint-prompt-read-only is set to t.
2193
2194 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
2195 in case comint-prompt-read-only is set to t.
2196
2197 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
2198
2199 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
2200 Now a string.
2201 (icalendar-import-format): Handle CLASS, STATUS, URL.
2202 Rename `subject' to `summary'.
2203 (icalendar-import-format-summary): Rename from
2204 `icalendar-import-format-subject'.
2205 (icalendar-import-format-url, icalendar-import-format-status)
2206 (icalendar-import-format-class): New variables.
2207 (icalendar--rris): Take variable argument list.
2208 (icalendar--datestring-to-isodate): Remove unnecessary
2209 calendar-style check when converting dates with explicit month names.
2210 (icalendar-export-region): Change return type of conversion
2211 subroutines. Bury current buffer unless error occurred.
2212 (icalendar--convert-to-ical)
2213 (icalendar--parse-summary-and-rest): New functions.
2214 (icalendar--convert-ordinary-to-ical)
2215 (icalendar--convert-weekly-to-ical)
2216 (icalendar--convert-yearly-to-ical)
2217 (icalendar--convert-block-to-ical)
2218 (icalendar--convert-cyclic-to-ical)
2219 (icalendar--convert-anniversary-to-ical): Change return type.
2220 Strip trailing blanks from subject.
2221 (icalendar--convert-sexp-to-ical): Change return type.
2222 Strip trailing blanks from subject. Handle simple sexp
2223 entries as generated by icalendar.el.
2224 (icalendar--convert-float-to-ical)
2225 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
2226 (icalendar-import-file): Doc fix.
2227 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
2228 Correct call to icalendar--rris.
2229 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
2230 `summary'.
2231 (icalendar--add-diary-entry): Rename `subject' to `summary'.
2232
2233 2005-10-24 Romain Francoise <romain@orebokech.com>
2234
2235 * server.el (server-sentinel): Set query-on-exit flag to nil on
2236 new client processes (it isn't inherited from the server process).
2237
2238 * replace.el (occur-engine): Rearrange text properties.
2239
2240 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2241
2242 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
2243 case-fold-search is nil.
2244 (debug-help-follow): Use help-xref-interned directly.
2245
2246 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
2247
2248 * thumbs.el (thumbs-image-type): Add .pbm.
2249
2250 2005-10-23 Richard M. Stallman <rms@gnu.org>
2251
2252 * faces.el (inhibit-face-set-after-frame-default): New variable.
2253 (set-face-attribute): Bind it.
2254 (face-set-after-frame-default): Test it.
2255
2256 * help-fns.el (describe-simplify-lib-file-name): New function.
2257 (describe-function-1, describe-variable): Use it.
2258
2259 * faces.el (describe-face): Use describe-simplify-lib-file-name.
2260
2261 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
2262 Eliminate nil as possible value.
2263 (tooltip-hide-delay): Reduce internal-border-width.
2264
2265 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
2266 (menu-bar-file-menu) <new-file>: Likewise.
2267
2268 * simple.el (line-move-finish): Ignore fields computing LINE-END.
2269
2270 * international/mule.el (load-with-code-conversion):
2271 Pass full file name to `eval-buffer' unless preloading.
2272
2273 * textmodes/flyspell.el (flyspell-large-region):
2274 Call ispell-check-version.
2275
2276 * textmodes/ispell.el (ispell-local-dictionary-overridden):
2277 Fix the make-variable-buffer-local call that was supposed
2278 to be for this variable.
2279 (ispell-aspell-supports-utf8): Doc fix.
2280 (ispell-find-aspell-dictionaries): Preserve elements of
2281 ispell-dictionary-alist for dictionaries that aspell doesn't report.
2282 (ispell-aspell-find-dictionary): Return nil on error.
2283
2284 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
2285 (doctor-symptoms): Likewise.
2286
2287 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
2288
2289 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
2290
2291 * cus-edit.el (custom-button, custom-button-pressed): New vars.
2292 (custom-raised-buttons): Add :set spec.
2293 (custom-button-unraised, custom-button-pressed-unraised):
2294 New faces, so that custom-raised-buttons actually does something.
2295 (custom-mode): Use custom-button and custom-button-pressed.
2296
2297 * wid-edit.el (widget-specify-button): Don't ignore
2298 widget-mouse-face on graphic terminals.
2299 (widget-move-and-invoke): Cleanup.
2300
2301 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
2302
2303 * whitespace.el (whitespace-cleanup): Doc fix.
2304
2305 2005-10-23 Romain Francoise <romain@orebokech.com>
2306
2307 * emulation/viper.el (viper-set-hooks): Quote forms passed to
2308 `eval-after-load' to avoid evaluating their result.
2309
2310 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
2311
2312 * files.el (directory-listing-before-filename-regexp):
2313 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
2314
2315 * dired.el (dired-move-to-filename-regexp): Remove.
2316 All occurences replaced by `directory-listing-before-filename-regexp'.
2317
2318 * dired-x.el, locate.el, vc.el:
2319 Replace `dired-move-to-filename-regexp' by
2320 `directory-listing-before-filename-regexp'. In vc.el it is
2321 overwritten locally; maybe this can be handled in files.el too.
2322
2323 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
2324 replaced by `directory-listing-before-filename-regexp'.
2325
2326 2005-10-23 Andreas Schwab <schwab@suse.de>
2327
2328 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
2329 and eval-next-after-load.
2330
2331 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
2332
2333 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
2334 exist, create it.
2335
2336 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
2337
2338 * allout.el: Remove autoloads for mailcrypt and crypt++.
2339 Require pgg, pgg-gpg during compilation.
2340 (allout-version): Increment version number to 2.1, and use a literal
2341 rather than RCS Id.
2342 (allout-default-encryption-scheme): Remove.
2343 (allout-passphrase-verifier-handling)
2344 (allout-passphrase-verifier-string)
2345 (allout-file-passphrase-verifier-string)
2346 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
2347 (allout-passphrase-hint-handling): Rename and simplify.
2348 (allout-init): Use `find-file-hook' if available, otherwise
2349 `find-file-hooks'.
2350 (allout-mode): Use `write-file-functions' if available, otherwise
2351 `local-write-file-hooks' and, instead of making auto-save-hook
2352 buffer local, make the write-file-hook activity contingent to
2353 allout-mode.
2354 (allout-mode): Use key-binding substitution in the docstring.
2355 (allout-kill-line): Spell-out kill ring data structure mutation
2356 instead of using byte-compiler-complaint-provoking `pop'.
2357 (allout-insert-listified): Use `insert' rather than `insert-string'
2358 (allout-toggle-current-subtree-encryption): Update docstring, adjust
2359 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
2360 (allout-encrypt-string): Totally revamped vis new underlying
2361 encryption facilities.
2362 (allout-mc-activate-passwd): Remove.
2363 (allout-obtain-passphrase): New, more or less replaces
2364 allout-mc-activate-passwd.
2365 (allout-encrypted-key-info): More or less replaces
2366 allout-encrypted-text-type.
2367 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
2368 (my-mark-marker): Use `(featurep 'xemacs)'.
2369
2370 2005-10-23 Lars Hansen <larsh@soem.dk>
2371
2372 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
2373 (byte-compile-file-form-defmumble, byte-compile-defun)
2374 (byte-compile-defmacro): Use it.
2375 (byte-compile-form): Don't call byte-compile-set-symbol-position
2376 when a byte-compile handler is called.
2377
2378 2005-10-22 Romain Francoise <romain@orebokech.com>
2379
2380 * savehist.el (savehist-history-variables): Add `grep-find-history'.
2381
2382 * subr.el (eval-after-load): Convert library name to an absolute
2383 file name using locate-library, since load-history no longer has
2384 library names in it.
2385
2386 2005-10-22 Richard M. Stallman <rms@gnu.org>
2387
2388 * files.el (make-temp-file): Move from subr.el.
2389 * subr.el (make-temp-file): Move to files.el.
2390
2391 * window.el (get-buffer-window-list): Move from subr.el.
2392 * subr.el (get-buffer-window-list): Move to window.el.
2393
2394 * image.el (image-load-path): Use eval-at-startup to initialize.
2395
2396 * subr.el (eval-at-startup): New macro.
2397
2398 * subr.el: Much rearrangement of functions and division
2399 into pages. No code changes.
2400
2401 2005-10-22 Kenichi Handa <handa@m17n.org>
2402
2403 * tar-mode.el (tar-extract): Be sure to call
2404 find-operation-coding-system if set-auto-coding doesn't find a
2405 coding system.
2406
2407 2005-10-22 Kim F. Storm <storm@cua.dk>
2408
2409 * image.el (image-type-header-regexps): Rename from image-type-regexps.
2410 Change users.
2411 (image-type-file-name-regexps): New defconst.
2412 (image-type-from-data): Simplify loop.
2413 (image-type-from-buffer): New defun.
2414 (image-type-from-file-header): Use it instead of image-type-from-data.
2415 Use image-search-load-path instead of only looking in data-directory.
2416 (image-type-from-file-name): New defun.
2417 (image-search-load-path): Change `pathname' to `filename'.
2418 Make PATH arg optional, default to image-load-path.
2419
2420 2005-10-21 Richard M. Stallman <rms@gnu.org>
2421
2422 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
2423
2424 * textmodes/paragraphs.el (sentence-end-base): New variable.
2425 (sentence-end): Use sentence-end-base.
2426
2427 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2428
2429 * font-lock.el (font-lock-default-fontify-region): Check the multiline
2430 property independently from the font-lock-multiline variable.
2431
2432 2005-10-21 Richard M. Stallman <rms@gnu.org>
2433
2434 * emacs-lisp/find-func.el (find-library-name): Doc fix.
2435
2436 * startup.el (command-line): Convert library names
2437 in `load-history' to absolute file names.
2438
2439 * subr.el (symbol-file): Doc fix.
2440
2441 * loadhist.el (file-loadhist-lookup): Call locate-library
2442 instead of find-library-name. Don't try converting
2443 abs file names to library names, since load-history no longer
2444 has library names in it.
2445 (file-dependents, file-provides, file-requires): Doc fixes.
2446
2447 2005-10-21 Juri Linkov <juri@jurta.org>
2448
2449 * progmodes/etags.el (tags-table-mode): New function.
2450 (tags-verify-table): Replace initialize-new-tags-table with
2451 tags-table-mode.
2452
2453 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
2454 default value.
2455 (desktop-modes-not-to-save): Add tags-table-mode to the
2456 default value.
2457
2458 * info.el (Info-index-next): Add total number of index
2459 alternatives to the message.
2460
2461 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
2462 backward only space (instead of space and period) before looking
2463 at sentence end.
2464
2465 * simple.el (set-variable): Use user-variable-p instead of symbolp.
2466 Add the old variable value as 4th default-value arg of read-string.
2467
2468 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2469
2470 * cus-face.el (custom-declare-face): Make face from X resources
2471 also on Mac.
2472
2473 * disp-table.el (standard-display-g1, standard-display-graphic):
2474 Refuse to use string glyphs also on Mac.
2475 (standard-display-european): Don't set terminal coding system also
2476 on Mac.
2477
2478 * frame.el (display-screens): Use x-display-screens also on Mac.
2479
2480 2005-10-21 Romain Francoise <romain@orebokech.com>
2481
2482 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
2483
2484 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2485
2486 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
2487 and $? into sexps.
2488
2489 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
2490 warning face on open-paren-in-column-0.
2491
2492 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
2493 boundary case. Fix typo.
2494 Suggested by Martin Rudalics <rudalics@gmx.at>.
2495
2496 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
2497
2498 * textmodes/org.el: (org-combined-agenda-icalendar-file)
2499 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
2500 (org-export-icalendar-this-file)
2501 (org-export-icalendar-all-agenda-files)
2502 (org-export-icalendar-combine-agenda-files): New commands.
2503 (org-export-icalendar, org-print-icalendar-entries)
2504 (org-start-icalendar-file, org-finish-icalendar-file)
2505 (org-ical-ts-to-string): New functions.
2506 (org-read-date, org-goto-calendar)
2507 (org-agenda-goto-calendar): Inhibit displaying diary entries by
2508 call to `calendar'.
2509 (orgtbl-setup): Remove the :keys arguments from the menu description.
2510 (org-after-save-iCalendar-file-hook): New variable.
2511
2512 2005-10-21 Kenichi Handa <handa@m17n.org>
2513
2514 * language/vietnamese.el (tcvn-5712): Make it an alias of
2515 vietnamese-tcvn coding-system.
2516
2517 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
2518
2519 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
2520 group id is given.
2521
2522 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2523
2524 * progmodes/sh-script.el (sh-escaped-line-re): New var.
2525 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
2526 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
2527 whose line is either continued or ends with a comment.
2528
2529 2005-10-20 Romain Francoise <romain@orebokech.com>
2530
2531 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
2532
2533 * replace.el (occur-engine): Add follow-link property.
2534
2535 * font-core.el (font-lock-mode): Doc fix.
2536
2537 2005-10-20 Richard M. Stallman <rms@gnu.org>
2538
2539 * net/rcirc.el: New file.
2540
2541 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
2542
2543 * term.el (term-term-name): Initialize to "eterm-color".
2544
2545 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
2546
2547 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
2548 for encryption functionality.
2549 Move allout customization subgroup from `editing' to `outlines' group.
2550 Fix commentary 'keywords' to legitimate ones.
2551 Update author info (using my current email address, obscurified).
2552 (allout-encrypt-string, allout-encryption-produce-work-buffer)
2553 (allout-encrypted-topic-p, allout-encrypted-text-type)
2554 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
2555 (allout-situate-encryption-key-verifier)
2556 (allout-get-encryption-key-verifier, allout-verify-key)
2557 (allout-next-topic-pending-encryption)
2558 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
2559 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
2560 (outline-key-verifier-handling, outline-key-hint-handling)
2561 (outline-encrypt-unencrypted-on-saves): New defcustoms.
2562 (allout-file-key-verifier-string, allout-encryption-scheme)
2563 (allout-key-verifier-string, allout-key-hint-string)
2564 (allout-after-save-decrypt): New variables.
2565 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
2566 (allout-after-saves-handler): New hook functions.
2567 (allout-post-command-business): Do allout-after-save-decrypt.
2568 (allout-enable-file-variable-adjustment): Custom var to enable
2569 mechanism for adding and adjusting settings of Emacs file variables.
2570 (allout-adjust-file-variable, allout-file-vars-section-data):
2571 New functions, implement the mechanism.
2572 (outlineify-sticky): Use the file vars mechanism.
2573 (allout-inhibit-protection, allout-during-write-cue)
2574 (allout-override-protect, allout-before-change-protect): Remove.
2575 (allout-flag-region, allout-open-topic): Adjust read-only text.
2576 (allout-open-line-not-read-only): Add to facilitate read-only
2577 text based protection.
2578 (allout-kill-line): Revise to adjust read-only text, clue the
2579 user about the inhibition.
2580 (allout-unprotected): Use unwind-protect.
2581 (allout-shift-in, allout-shift-out): Disallow manually shifting a
2582 topic deeper than the offspring depth of the previous topic -
2583 avoiding confusing "containment discontinuities".
2584 (allout-reindent-bodies): Fix retention of body relative hanging
2585 indent during promotion of collapsed bodies.
2586 (allout-open-topic): Make it easy to open new topic with same
2587 bullet as current topic - topic creation functions provided with
2588 any universal argument provokes now prompt for bullet, defaulting
2589 to the bullet of the previous topic.
2590 (allout-plain-bullets-string, allout-distinctive-bullets-string):
2591 Plain bullet alternates '.' period and ',' comma only. All other
2592 bullets are relegated to special status (but customizable).
2593 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
2594 since it actually operates w.r.t. most immediately containing
2595 entry, visible or not.
2596 (allout-hide-current-entry, allout-show-current-entry): Use the
2597 revised version.
2598 (allout-old-expose-topic): Solidify deprecation.
2599 (allout-end-of-subtree): Add so we can span concealed as well
2600 as visible topics.
2601 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
2602 (allout-end-of-current-heading): Tweak to just respect the first line.
2603 (allout-get-body-text): Add.
2604 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
2605 when invoked interactively.
2606 (allout-up-current-level): Use `interactive-p'.
2607 (allout-mode, allout-init): Miscellaneous docstring and
2608 operational refinements, as well as hookups of new encryption stuff.
2609 (allout-beginning-of-current-entry): Now works as advertised.
2610 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
2611 (allout-isearch-rectification): Refine condition for isearching.
2612 (allout-isearch-abort, allout-enwrap-isearch)
2613 (allout-flag-region, my-region-active-p): Relocate some macros.
2614 (allout-title): Fallback title is '(buffer-name)', not
2615 non-existing '(current-buffer-name)'.
2616 (subst-char-in-string): Define if absent (for some XEmacs versions).
2617
2618 2005-10-20 Jari Aalto <jari.aalto@cante.net>
2619
2620 * mail/sendmail.el (mail-setup-hook, mail-aliases)
2621 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
2622 (mail-citation-prefix-regexp, mail-signature-file)
2623 (mail-default-headers, mail-bury-selects-summary)
2624 (mail-send-nonascii): Add autoload cookies.
2625
2626 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2627
2628 * frame.el (blink-cursor-mode): Add `mac' to the list of
2629 window-system's that support blinking cursor.
2630
2631 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2632
2633 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
2634
2635 2005-10-20 Eli Zaretskii <eliz@gnu.org>
2636
2637 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
2638 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
2639 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
2640
2641 2005-10-20 Kim F. Storm <storm@cua.dk>
2642
2643 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
2644 (ido-set-current-directory): Don't add / after final @.
2645 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
2646 Explicitly handle ange-ftp completion oddities.
2647 (ido-make-file-list): Don't rotate list at tramp root to avoid
2648 triggering tramp file handler for expand-file-name via get-file-buffer.
2649
2650 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2651
2652 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
2653
2654 2005-10-19 Jay Belanger <belanger@truman.edu>
2655
2656 * calc/calc-units.el (math-standard-units): Add units, adjust
2657 symbols and update values.
2658 (math-unit-prefixes): Add more prefixes.
2659
2660 2005-10-19 Romain Francoise <romain@orebokech.com>
2661
2662 * bookmark.el (bookmark-menu-heading): New face.
2663 (bookmark-bmenu-list): Use it.
2664 Don't fiddle with `baud-rate' at top-level.
2665
2666 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
2667
2668 * image.el (create-image, find-image): Mention max-image-size in
2669 docstring.
2670
2671 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2672
2673 * savehist.el (savehist-load): Revert to checking XEmacs.
2674
2675 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
2676 Various docstring and line-width fixups.
2677 (conf-mode): Use cond.
2678 Set font-lock-defaults. Don't set comment-use-syntax.
2679
2680 2005-10-18 David Ponce <david@dponce.com>
2681
2682 * tree-widget.el (tree-widget-button-click): New function.
2683 (tree-widget-button-keymap): Use it.
2684
2685 2005-10-18 Romain Francoise <romain@orebokech.com>
2686
2687 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2688 (bookmark-bmenu-hide-filenames): Add follow-link property.
2689 Improve help-echo text.
2690
2691 * ffap.el (find-file-at-point): Doc fix.
2692
2693 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2694
2695 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
2696
2697 2005-10-18 Masatake YAMATO <jet@gyve.org>
2698
2699 Install to the CVS repository what I forgot to install in my
2700 2005-10-16 changes.
2701
2702 * progmodes/python.el (python-complete-symbol): Pass the common
2703 prefix substring of completion to `display-completion-list'.
2704
2705 * textmodes/org.el (org-complete): Ditto.
2706
2707 2005-10-18 Masatake YAMATO <jet@gyve.org>
2708
2709 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
2710
2711 * woman.el (WoMan-xref-man-page): New button type derived
2712 from `Man-abstract-xref-man-page'.
2713 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
2714
2715 * man.el (Man-abstract-xref-man-page): New button type.
2716 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
2717 (Man-highlight-references): Add new optional argument `xref-man-type'.
2718
2719 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2720
2721 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
2722
2723 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
2724
2725 * cus-edit.el (Custom-move-and-invoke): Delete.
2726 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
2727
2728 * wid-edit.el (widget-move-and-invoke): New function, from
2729 Custom-move-and-invoke.
2730
2731 2005-10-17 Bill Wohler <wohler@newt.com>
2732
2733 Move all remaining images from lisp/toolbar to etc/images, move
2734 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
2735 the low resolution images in their own directory (low-color).
2736
2737 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
2738 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
2739 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
2740 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
2741 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
2742 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
2743 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
2744
2745 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
2746 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
2747 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
2748 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
2749 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
2750 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
2751 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
2752 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
2753 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
2754 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
2755 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
2756 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
2757 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
2758 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
2759 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
2760
2761 To conform with convention, replace the underscore (_) in the
2762 following image names with dash (-) or (/) as appropriate.
2763
2764 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
2765 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
2766 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
2767 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
2768 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
2769 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
2770 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
2771 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
2772 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
2773 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
2774 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
2775 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
2776 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
2777 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
2778 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
2779
2780 * info.el (info-tool-bar-map): Replace underscores in image names
2781 with dashes.
2782
2783 * makefile.w32-in (WINS): Remove toolbar.
2784
2785 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
2786
2787 * tool-bar.el: Move to lisp from toolbar. Now that
2788 toolbar is empty, it should be deleted when folks run "cvs up -P".
2789
2790 2005-10-18 Jay Belanger <belanger@truman.edu>
2791
2792 * calc/calc-store.el (calc-store-into): Get the proper variable name
2793 to display in message.
2794
2795 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2796
2797 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
2798 expressions display in speedbar for all buffers when debugging.
2799 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
2800
2801 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
2802 (speedbar-insert-button, speedbar-make-button):
2803 Use add-text-properties.
2804 (speedbar-update-localized-contents)
2805 (speedbar-update-directory-contents)
2806 (speedbar-update-special-contents): Use dolist.
2807 (speedbar-buffer-easymenu-definition): Add a menu separator.
2808
2809 2005-10-17 Jason Rumney <jasonr@gnu.org>
2810
2811 * makefile.w32-in: Use $(lisp) consistently.
2812 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
2813 for shell specific generation of mh-autoloads.
2814
2815 2005-10-17 Richard M. Stallman <rms@gnu.org>
2816
2817 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
2818
2819 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2820
2821 * jit-lock.el (jit-lock-fontify-now):
2822 Move jit-lock-context-unfontify-pos to avoid wasted work.
2823
2824 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
2825
2826 * net/tramp.el (tramp-completion-mode): New defvar. Used in
2827 `tramp-completion-mode' for checking if we are in completion mode.
2828 (tramp-completion-handle-file-name-all-completions): Reorder code
2829 in order to complete for file names only in case there are no
2830 method/user/host completions. This is necessary for cooperation
2831 with ido. Reported by Kim F. Storm <storm@cua.dk>.
2832
2833 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
2834
2835 * longlines.el (longlines-search-forward)
2836 (longlines-search-backward): Match any number of spaces.
2837
2838 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
2839
2840 * diff-mode.el (diff-mode): Doc fix.
2841
2842 2005-10-16 David Reitter <david.reitter@gmail.com>
2843
2844 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
2845 as default on darwin and windows systems.
2846
2847 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
2848
2849 * arc-mode.el (archive-zip-extract): Doc fix.
2850
2851 2005-10-16 Romain Francoise <romain@orebokech.com>
2852
2853 * mouse.el (mouse-1-click-follows-link): Doc fix.
2854
2855 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2856
2857 * savehist.el: Don't require CL at runtime.
2858 (savehist-xemacs): Remove.
2859 (savehist-coding-system): Use utf-8 if present, regardless of religion.
2860 (savehist-no-conversion): Use (featurep 'xemacs).
2861 (savehist-load): Check existence of start-itimer rather than XEmacs.
2862 Use an idle timer.
2863 (savehist-process-for-saving): Replace use of CL funs `subseq' and
2864 `delete-if-not'.
2865
2866 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
2867
2868 * savehist.el: Newer version.
2869 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
2870 (savehist-last-checksum, savehist-no-conversion): New vars.
2871 (savehist-autosave, savehist-process-for-saving, savehist-printable):
2872 New functions.
2873 (savehist-load, savehist-save): Use them.
2874 (savehist-delimit): Remove.
2875
2876 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2877
2878 * progmodes/compile.el (compilation-goto-locus): Display the
2879 compilation buffer first and the source buffer second, in case they're
2880 in overlapping frames. Don't raise the compilation frame if it was the
2881 selected window upon entry. Pass the `other-window' arg to
2882 pop-to-buffer.
2883
2884 * info.el (Info-fontify-node): Use dolist.
2885 Change add-text-properties to put-text-property.
2886
2887 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2888
2889 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
2890 bound of search.
2891
2892 2005-10-16 Masatake YAMATO <jet@gyve.org>
2893
2894 * dabbrev.el (dabbrev-completion): Pass the common
2895 prefix substring of completion to `display-completion-list'.
2896
2897 * filecache.el (file-cache-minibuffer-complete)
2898 (file-cache-complete): Ditto.
2899
2900 * tempo.el (tempo-display-completions): Ditto.
2901
2902 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
2903
2904 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
2905
2906 * eshell/em-hist.el (eshell-list-history): Ditto.
2907
2908 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
2909
2910 * mail/mailalias.el (mail-complete): Ditto.
2911
2912 * progmodes/etags.el (complete-tag): Ditto.
2913
2914 * progmodes/make-mode.el (makefile-complete): Ditto.
2915
2916 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
2917
2918 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
2919
2920 * progmodes/pascal.el (pascal-complete-word)
2921 (pascal-show-completions): Ditto.
2922
2923 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
2924
2925 * simple.el (completion-common-substring): New variable.
2926 (completion-setup-function): Use `completion-common-substring'
2927 to put faces.
2928
2929 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2930
2931 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
2932 (x-get-selection, mac-select-convert-to-string): Convert from/to
2933 UTF-16 clipboard data as in native byte order, no BOM.
2934
2935 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
2936
2937 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2938 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
2939 (gud-sentinel): Use speedbar-frame to check for speedbar.
2940
2941 2005-10-15 Richard M. Stallman <rms@gnu.org>
2942
2943 * savehist.el: New file.
2944
2945 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
2946
2947 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
2948 Fix bug in \bf fontification.
2949
2950 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
2951
2952 * pcvs.el (cvs-edit-log-files): New var.
2953 (cvs-mode-edit-log): New arg `file'.
2954 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
2955 Instead force the use of the original file and nothing else.
2956 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
2957 the cvs-minor-wrap-function is set.
2958 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
2959
2960 2005-10-14 Bill Wohler <wohler@newt.com>
2961
2962 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
2963 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
2964 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
2965 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
2966 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
2967 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
2968 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
2969 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
2970 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
2971 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
2972 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
2973 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
2974 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
2975 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
2976 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
2977
2978 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2979 appropriately (for example, gud-break to gud/break).
2980
2981 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
2982
2983 * longlines.el (longlinges-search-function)
2984 (longlines-search-forward, longlines-search-backward): New functions.
2985 (longlines-mode): Set isearch-search-fun-function to
2986 longlinges-search-function.
2987
2988 * mouse.el (mouse-drag-region-1): Handle the case where a
2989 double-click event is bound to an arbitrary function.
2990
2991 2005-10-14 David Ponce <david@dponce.com>
2992
2993 * recentf.el (recentf-track-opened-file)
2994 (recentf-track-closed-file, recentf-update-menu)
2995 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
2996 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
2997 mouse-1-click-follows-link.
2998
2999 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3000
3001 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
3002 Gnome file-manager.png. Suggested by
3003 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
3004
3005 * toolbar/README: Add diropen.xpm.
3006
3007 2005-10-13 Bill Wohler <wohler@newt.com>
3008
3009 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
3010 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
3011
3012 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3013
3014 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
3015 Don't waste the byte-compiler's time on constant data.
3016
3017 2005-10-13 Kenichi Handa <handa@m17n.org>
3018
3019 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
3020 byte with `escape-glyph' face.
3021
3022 * international/fontset.el (ccl-encode-unicode-font):
3023 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
3024 Handle the case that ucs-mule-to-mule-unicode translates a character to
3025 ASCII (usually for IPA characters).
3026
3027 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3028
3029 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
3030 Don't hide the underline of titles if font-lock-mode is disabled.
3031
3032 2005-10-12 Bill Wohler <wohler@newt.com>
3033
3034 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
3035 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
3036 files in MH-E-SRC have been updated.
3037 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
3038
3039 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3040
3041 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
3042 (mixal-mode-syntax-table): Add \n as end-comment.
3043 (mixal-operation-codes-alist): Immediately initialize to full value.
3044 (mixal-add-operation-code): Remove.
3045 (mixal-describe-operation-code): Make the arg non-optional.
3046 Use the interactive spec instead.
3047 Use mixal-operation-codes-alist rather than mixal-operation-codes.
3048 (mixal-font-lock-keywords): Don't highlight comments here any more.
3049 (mixal-font-lock-syntactic-keywords): New var.
3050 (mixal-mode): Use it. Fix comment-start-skip.
3051
3052 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3053
3054 * startup.el (command-line-x-option-alist): -nb => -nbi
3055
3056 2005-10-12 Kim F. Storm <storm@cua.dk>
3057
3058 * startup.el (fancy-splash-default-action): Discard mouse click in
3059 the splash screen window, as it has no sensible meaning in the
3060 next window to be selected. Fixes error reported by Jan D.
3061
3062 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
3063
3064 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
3065
3066 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3067
3068 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
3069 Try to fix up minor layout issues like indentation, line break, etc...
3070 (mixal-mode-syntax-table): Don't try to specify comment syntax,
3071 because it doesn't work.
3072 (mixal-operation-codes): Add some more codes.
3073 (mixal-font-lock-keywords): Process comments here.
3074 (mixal-mode): mixasm no longer needs -g option.
3075
3076 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
3077
3078 * progmodes/sh-script.el (sh-tmp-file):
3079 Use mktemp -t. Finish support for es and rc shells.
3080
3081 2005-10-11 Jay Belanger <belanger@truman.edu>
3082
3083 * calc/calcalg2.el (calc-integral): With an argument, compute the
3084 definite integral.
3085
3086 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
3087
3088 * mouse.el (mouse-drag-region-1): Don't try to catch a
3089 double-click when doing follow-link (it's overridden anyway).
3090
3091 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
3092
3093 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
3094 (autoload-print-form-outbuf): Add docstring.
3095
3096 2005-10-11 Juri Linkov <juri@jurta.org>
3097
3098 * info.el (Info-mode-menu): Delete menu item "Edit".
3099 (Info-mode): Delete description of Info-edit from docstring,
3100 and rearrange descriptions of Info commands in the order
3101 they are documented in the Info manual.
3102
3103 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3104
3105 * calendar/appt.el (appt-check): Use diary-selective-display var.
3106
3107 2005-10-10 Richard M. Stallman <rms@gnu.org>
3108
3109 * net/newsticker.el (newsticker-start, newsticker-show-news):
3110 Add autoload cookies.
3111
3112 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
3113
3114 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
3115
3116 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
3117
3118 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
3119
3120 2005-10-10 Jay Belanger <belanger@truman.edu>
3121
3122 * calc/calc-arith.el (math-check-known-scalarp)
3123 (math-check-known-matrixp): Check the values of arguments that are
3124 variables.
3125 (math-check-known-square-matrixp): New function.
3126 (math-known-square-matrixp): Use math-check-known-square-matrixp.
3127 (math-super-types): Add sqmatrix type.
3128
3129 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
3130 mode name `square' to 'sqmatrix'.
3131
3132 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
3133 mode name `square' to 'sqmatrix'.
3134
3135 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3136
3137 * progmodes/etags.el (select-tags-table-mode): Don't use
3138 selective-display.
3139 (tags-select-tags-table): Pass `button' to the action function.
3140 (select-tags-table): Place the side-info on button properties rather
3141 than in hidden text. Abbreviate file names.
3142 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
3143 (select-tags-table-select): Add `button' argument.
3144 Get side-info from the button property rather than from hidden text.
3145
3146 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
3147
3148 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
3149 (gud-speedbar-buttons): Preserve point if possible.
3150 (gud-sentinel): Restore previous speedbar display type.
3151
3152 * progmodes/gdb-ui.el (gdba): Improve diagram.
3153 (def-gdb-auto-update-handler, gdb-info-locals-handler)
3154 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
3155 Call get-buffer-window once.
3156
3157 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3158
3159 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
3160 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
3161 (pascal-indent-command): Remove unused var `ind'.
3162 (pascal-indent-case): Remove unused var `oldpos'.
3163 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
3164 since it's now used as a proper minor mode map.
3165 (pascal-outline): Rename to pascal-outline-mode.
3166 (pascal-outline-mode): Use define-minor-mode.
3167 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
3168 selective-display.
3169
3170 2005-10-10 Andreas Schwab <schwab@suse.de>
3171
3172 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
3173 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
3174
3175 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
3176 outside source directory.
3177
3178 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
3179
3180 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
3181 C-x' as a prefix.
3182 (orgtbl-mode-map): Full keymap instead of sparse, because all
3183 `self-insert-command' keys are redefined in this map.
3184 (org-export-as-html): Specify charset for HTML file, by taking it
3185 from the coding system.
3186
3187 2005-10-10 Kenichi Handa <handa@m17n.org>
3188
3189 * textmodes/flyspell.el (flyspell-check-word-p):
3190 If unread-command-events is non-empty, don't call sit-for.
3191
3192 2005-10-09 Richard M. Stallman <rms@gnu.org>
3193
3194 * font-lock.el (font-lock-syntactic-keywords)
3195 (font-lock-keywords): Doc fixes.
3196
3197 * textmodes/flyspell.el (flyspell-external-point-words):
3198 Simplify logic, and don't try to check for consecutive appearances
3199 of one incorrect word.
3200
3201 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
3202
3203 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
3204 separator.
3205
3206 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
3207 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
3208 (gud-expansion-speedbar-buttons): New function.
3209 (gud-speedbar-buttons): Check for gud-comint-buffer.
3210
3211 2005-10-09 Bill Wohler <wohler@newt.com>
3212
3213 * Makefile.in (updates): Add mh-loaddefs dependency.
3214
3215 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
3216
3217 * speedbar.el (speedbar-file-key-map): Fix typo.
3218
3219 2005-10-09 Daniel Brockman <daniel@brockman.se>
3220
3221 * cus-start.el (line-spacing): Add custom spec.
3222
3223 2005-10-09 Romain Francoise <romain@orebokech.com>
3224
3225 * textmodes/ispell.el (ispell-check-version): Fix last change.
3226
3227 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3228
3229 * term/x-win.el: Remove -i, --icon-type from comment.
3230
3231 * startup.el (command-line-x-option-alist): Remove options -i,
3232 -itype, --icon-type, added -nb, --no-bitmap-icon
3233
3234 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
3235
3236 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
3237 instead of :active.
3238
3239 2005-10-08 Eric Hanchrow <offby1@blarg.net>
3240
3241 * textmodes/ispell.el (ispell-check-version):
3242 Ignore hyphen, and all that follows, in aspell's version text.
3243
3244 2005-10-08 Jay Belanger <belanger@truman.edu>
3245
3246 * calc/calc-arith.el (math-known-square-matrixp): New function.
3247 (math-pow-fancy): Check for matrices before distributing exponent
3248 across products.
3249
3250 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
3251 fullscreen keypad. Suggested by Luc Teirlinck.
3252 (calc-keypad-show-input): Add space for formatting.
3253
3254 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
3255 Add square matrix option.
3256
3257 * calc/calc-poly.el (math-expand-term): Check for matrices instead
3258 of checking calc-matrix-mode when deciding how to expand.
3259
3260 * calc/calc.el (calc-set-mode-line): Add square matrix option.
3261
3262 2005-10-08 Lars Hansen <larsh@soem.dk>
3263
3264 * net/tramp.el (tramp-perl-directory-files-and-attributes):
3265 Add error handling.
3266 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
3267
3268 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
3269
3270 Sync with Tramp 2.0.51.
3271
3272 * net/tramp.el (tramp-handle-set-visited-file-modtime)
3273 (tramp-handle-insert-file-contents, tramp-handle-write-region):
3274 Insert special handling for `last-coding-system-used', again
3275 it still seems to be necessary (unlike stated before).
3276 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
3277 (tramp-password-prompt-regexp): There might be other words before
3278 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
3279 (tramp-chunksize): Improve docstring.
3280 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
3281 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
3282 Christian Joergensen <bugs@razor.dk>.
3283
3284 2005-10-07 Glenn Morris <rgm@gnu.org>
3285
3286 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
3287 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
3288 precision'.
3289
3290 2005-10-07 Romain Francoise <romain@orebokech.com>
3291
3292 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
3293 (ibuffer-do-shell-command-pipe-replace)
3294 (ibuffer-do-shell-command-file, ibuffer-do-eval)
3295 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
3296 (ibuffer-do-revert, ibuffer-do-replace-regexp)
3297 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
3298 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3299 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
3300 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
3301 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
3302 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
3303 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
3304 Autoload file sans suffix.
3305
3306 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
3307
3308 2005-10-07 David Ponce <david@dponce.com>
3309
3310 * recentf.el (recentf-menu-open-all-flag): New option.
3311 (recentf-digit-shortcut-command-name): New function.
3312 (recentf--shortcuts-keymap): New variable.
3313 (recentf-menu-shortcuts): New variable.
3314 (recentf-make-menu-items): Initialize it. Replace the "More..."
3315 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
3316 (recentf-menu-value-shortcut): New function.
3317 (recentf-make-menu-item): Use it. No more in-lined.
3318 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
3319 (recentf-open-most-recent-file): Rename from
3320 `recentf-open-file-with-key'. Don't depend on key binding.
3321 (recentf-mode-map): New variable.
3322 (recentf-mode): Use it.
3323
3324 2005-10-06 Bill Wohler <wohler@newt.com>
3325
3326 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
3327
3328 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
3329 (MH-E-SRC): New. Used by mh-autoloads.
3330 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
3331 files in MH-E-SRC have been updated.
3332 (compile, recompile, bootstrap): Depend on mh-autoloads.
3333
3334 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
3335
3336 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
3337 gud-break and gud-remove icons when the fringe is not available.
3338
3339 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
3340 Typo.
3341
3342 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
3343
3344 * play/zone.el (zone): Wrap body with save-window-excursion.
3345
3346 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
3347
3348 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
3349 Use the new `list-only' arg to diary-list-entries.
3350
3351 * calendar/diary-lib.el: Use overlays rather than selective-display.
3352 (diary-selective-display): New var.
3353 (diary-header-line-format): Use it.
3354 (diary-list-entries): Add argument `list-only'.
3355 Put the buffer in diary-mode. Don't add \^M at beg and end.
3356 Replace \^M by invisible overlays.
3357 (diary-unhide-everything): Replace \^M by invisible overlays.
3358 (print-diary-entries): Look for overlays rather than \^M.
3359 Add a space to the temp buffer name.
3360 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
3361 Put the buffer in diary-mode.
3362 (list-sexp-diary-entries): Replace \^M by invisible overlays.
3363 (diary-anniversary): Make the year arg optional.
3364 (diary-time-regexp): New const.
3365 (diary-font-lock-keywords): Use it to accept a few more time formats.
3366
3367 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
3368
3369 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
3370
3371 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
3372 Fix bug introduced 2005-07-03: Use (car (last ...))
3373 to faithfully reproduce replaced artist-last.
3374 (artist-set-arrow-points-for-poly): Likewise.
3375 Suggested by Johan Bockg\e,Ae\e(Brd.
3376
3377 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
3378
3379 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
3380 * wid-edit.el (widget):
3381 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
3382 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
3383
3384 2005-10-06 Kenichi Handa <handa@m17n.org>
3385
3386 * international/mule-cmds.el (set-language-environment):
3387 Fix setting up of case-table for unibyte mode.
3388
3389 * simple.el (what-cursor-position): If the character is displayed
3390 by some `display' text property, show that. Don't use
3391 single-key-description for eight-bit characters in multibyte mode.
3392
3393 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
3394
3395 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
3396 (gdb-ann3): Set it.
3397 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
3398 (gdb-info-frames-custom): Use inverse-video for first five
3399 characters of selected frame only.
3400 (gdb-get-frame-number): Select frame even when point is on frame
3401 number.
3402
3403 2005-10-06 Masatake YAMATO <jet@gyve.org>
3404
3405 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
3406 Put `font-lock-function-name-face'.
3407 (gdb-info-frames-custom): Put `font-lock-function-name-face'
3408 and `font-lock-variable-name-face'
3409 (gdb-registers-font-lock-keywords): New font lock keywords definition.
3410 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
3411 (gdb-memory-font-lock-keywords): New font lock keywords definition.
3412 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
3413 (gdb-local-font-lock-keywords): New font lock keywords definition.
3414 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
3415 (gdb-threads-font-lock-keywords): New font lock keywords definition.
3416 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
3417
3418 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
3419
3420 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
3421 (ediff-merge-region-is-non-clash-to-skip): Previously called
3422 ediff-merge-region-is-non-clash.
3423
3424 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
3425 Use insert-buffer-substring.
3426
3427 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
3428 selecting files to patch. Also bug fixes.
3429
3430 * ediff-util.el (ediff-setup): Bug fix.
3431 (ediff-next-difference): Never skip clashes that differ in white
3432 space only.
3433
3434 * ediff-wind.el (ediff-setup-control-frame)
3435 (ediff-destroy-control-frame): Check the menubar feature.
3436
3437 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
3438 (viper-refresh-mode-line): Use make-local-variable to localize
3439 some vars instead of make-variable-buffer-local. Suggested by
3440 Stefan Monnier.
3441
3442 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
3443 (viper-restore-cursor-type, viper-set-insert-cursor-type):
3444 Use make-local-variable instead of make-variable-buffer-local.
3445 Suggested by Stefan Monnier.
3446
3447 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
3448 (viper-comint-mode-hook): Use make-local-variable on
3449 require-final-newline.
3450 (viper-non-hook-settings): Don't use make-variable-buffer-local.
3451
3452 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3453
3454 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
3455 also the second char of a comment-start sequence.
3456 (scheme-sexp-comment-syntax-table): New var.
3457 (lambda, define): Set their scheme-doc-string-elt property.
3458 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
3459 Use lisp-font-lock-syntactic-face-function now that it properly
3460 handles |...| symbols.
3461 (scheme-mode-variables): Set lisp-doc-string-elt-property,
3462 parse-sexp-lookup-properties and font-lock-extra-managed-props.
3463
3464 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
3465 bit from # to |.
3466 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
3467
3468 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
3469 (lisp-doc-string-elt-property): New var.
3470 (lisp-font-lock-syntactic-face-function): Use it.
3471 Rewrite to recognize docstrings even for forms not at toplevel.
3472
3473 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
3474 annotation on the | part of #| rather than on the # part.
3475 (scheme-font-lock-syntactic-face-function): New function, to
3476 distinguish strings from |...| symbols.
3477 (scheme-mode-variables): Use it. Also fix up the font-lock-time
3478 syntax-table so that #|...|# is properly highlighted.
3479
3480 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
3481 Don't mark as docstring the 3rd elem of an unknown toplevel form.
3482
3483 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
3484
3485 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
3486 and C-e.
3487
3488 * emacs-lisp/eldoc.el: Move comments into docstrings.
3489 (eldoc-message-commands): Initialize in its declaration.
3490 Add move-beginning-of-line and move-end-of-line.
3491 (eldoc-add-command, eldoc-add-command-completions)
3492 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
3493
3494 * outline.el (outline-mark-subtree): Activate the mark.
3495
3496 * calendar/appt.el (appt-time-regexp): New var.
3497 (appt-add, appt-make-list): Use it.
3498 (appt-convert-time): Clean up.
3499
3500 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
3501 Don't set any syntax-table property here.
3502 (tex-font-lock-verb): New function. Do it here.
3503 (tex-font-lock-syntactic-keywords): Use it.
3504
3505 2005-10-04 Richard M. Stallman <rms@gnu.org>
3506
3507 * wid-edit.el (widget-file-complete): Get the widget start point
3508 the right way. Default directory to `/' if file has none.
3509
3510 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
3511
3512 * textmodes/flyspell.el (flyspell-mode-on):
3513 Call ispell-maybe-find-aspell-dictionaries.
3514
3515 * textmodes/ispell.el (ispell-word, ispell-region):
3516 Call ispell-maybe-find-aspell-dictionaries.
3517 (ispell-accept-buffer-local-defs):
3518 Don't call ispell-maybe-find-aspell-dictionaries
3519
3520 2005-10-04 Richard M. Stallman <rms@gnu.org>
3521
3522 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
3523
3524 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
3525
3526 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
3527 instead of `fboundp' in order to allow for anonymous functions.
3528
3529 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
3530
3531 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
3532 case the user clicks on the link while another window is selected.
3533 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
3534
3535 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
3536 functionality.
3537 (dframe-help-echo): Save point in case mouse tracking is off.
3538
3539 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
3540
3541 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
3542
3543 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3544
3545 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
3546 not change the global value of those vars.
3547
3548 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
3549 make-local-variable which we do not need any more.
3550
3551 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
3552
3553 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
3554 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
3555 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
3556 (speedbar-path-line): Define obsolete aliases.
3557 (speedbar-line-directory): Doc fix.
3558
3559 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
3560 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
3561 instead of speedbar-line-path.
3562
3563 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3564
3565 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
3566 to nil if dropping on a window. Handle dropping on a minibuffer window
3567 like dropping on a non-window part of Emacs.
3568
3569 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3570
3571 * net/ange-ftp.el: Use with-current-buffer.
3572 (ange-ftp-insert-directory): Do not follow symlinks any more.
3573
3574 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3575 Remove interactive spec.
3576
3577 2005-10-03 Kim F. Storm <storm@cua.dk>
3578
3579 * ido.el (ido-mode): Use custom-initialize-set.
3580
3581 2005-10-02 Richard M. Stallman <rms@gnu.org>
3582
3583 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
3584 Use insert-buffer-substring.
3585
3586 * net/tramp.el: Pacify byte compiler warnings in pacification code.
3587 (tramp-handle-file-local-copy): Use insert-buffer-substring.
3588
3589 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3590
3591 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
3592 in last change.
3593 (ange-ftp-insert-directory): Fix up the search for the case where
3594 `file' is absolute.
3595
3596 2005-10-02 Romain Francoise <romain@orebokech.com>
3597
3598 * progmodes/compile.el (compile-goto-error): Delete extra paren.
3599
3600 2005-10-02 Andreas Schwab <schwab@suse.de>
3601
3602 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
3603 directory component in the session info.
3604
3605 2005-10-01 Richard M. Stallman <rms@gnu.org>
3606
3607 * comint.el (comint-redirect-subvert-readonly): Doc fix.
3608
3609 * simple.el (next-error-internal): New function.
3610
3611 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
3612 (compilation-start): Pass new arg to compilation-buffer-name.
3613 (compile-goto-error): Use next-error-internal.
3614
3615 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3616
3617 * speedbar.el: Remove RCS tag.
3618 (speedbar-check-read-only): Handle non-existent files.
3619
3620 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
3621
3622 * info.el (Info-speedbar-hierarchy-buttons)
3623 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
3624
3625 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3626
3627 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
3628 Do not match newline.
3629 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
3630 (bibtex-summary): Remove unnecessary save-excursion.
3631 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
3632
3633 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3634
3635 * term/mac-win.el: Add charset info for "iso10646-1".
3636 Modify default fontset to use ATSUI-compatible fonts for some charsets
3637 if available.
3638
3639 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3640
3641 * speedbar.el: Re-apply arch tag.
3642 (speedbar-version): Rename to version 1.0. Suggested by Eric
3643 M. Ludlam.
3644 Reapply two changes from Emacs CVS' version of speedbar lost
3645 during the merge:
3646 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
3647 (speedbar-frame-parameters): Improve customize type.
3648
3649 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3650
3651 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
3652 (ange-ftp-file-directory-p): Fix the symlink case.
3653 (ange-ftp-insert-directory): When listing a single file, get a list of
3654 the parent buffer and extract the relevant line. Inspired from a patch
3655 by Katsumi Yamaoka <yamaoka@jpl.org>.
3656 (ange-ftp-file-name-sans-versions): Simplify.
3657
3658 2005-09-30 Bill Wohler <wohler@newt.com>
3659
3660 Move MH-E image files from toolbar and mail directories into
3661 etc/images.
3662
3663 * mail/reply2.*: Move to etc/images/mail/reply*.
3664
3665 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
3666 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
3667 etc/images.
3668
3669 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
3670 * toolbar/reply*: Move to etc/images/mail.
3671
3672 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
3673
3674 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
3675
3676 * speedbar.el: New version 1.0pre3.
3677
3678 Frame management code (including timer, and mouse click specifics)
3679 moved to dframe.el:
3680 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
3681 (speedbar-timer): Removed. Use dframe-timer.
3682 (speedbar-close-frame): Removed. Use dframe-close-frame.
3683 (speedbar-activity-change-focus-flag): Removed. Use
3684 dframe-activity-change-focus-flag.
3685 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
3686 dframe-update-speed.
3687
3688 (speedbar-current-frame): New macro. Use this instead of the
3689 variable speedbar-frame.
3690
3691 (speedbar-use-images, speedbar-expand-image-button-alist)
3692 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
3693
3694 (speedbar-find-image-on-load-path): Removed. Replaced by
3695 defezimage in ezimage.el.
3696 (speedbar-expand-image-button-alist): Removed. Replaced by
3697 ezimage-expand-image-button-alist in ezimage.el.
3698
3699 (speedbar-ignored-directory-regexp)
3700 (speedbar-add-ignored-directory-regexp)
3701 (speedbar-ignored-directory-expressions)
3702 (speedbar-line-directory, speedbar-buffers-line-directory)
3703 (speedbar-directory-line, speedbar-buffers-line-directory):
3704 Renamed, replacing `path' with `directory'.
3705
3706 (speedbar-create-directory, speedbar-expand-line-descendants)
3707 (speedbar-toggle-line-expansion)
3708 (speedbar-contract-line-descendants): New commands.
3709
3710 (speedbar-query-confirmation-method, speedbar-select-frame-method)
3711 (speedbar-use-tool-tips-flag): New options.
3712
3713 (speedbar-check-read-only, speedbar-require-version)
3714 (speedbar-insert-separator, speedbar-buffers-tail-notes)
3715 (speedbar-handle-delete-frame, speedbar-try-completion)
3716 (speedbar-update-localized-contents): New functions.
3717
3718 (speedbar-incompatible-version, speedbar-ro-to-do-point)
3719 (speedbar-object-read-only-indicator): New variables.
3720
3721 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
3722 New hooks.
3723
3724 (speedbar-separator-face): New face.
3725
3726 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
3727 (speedbar-ignored-modes): Add fundamental-mode.
3728 (speedbar-directory-unshown-regexp): Add . directories.
3729
3730 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
3731 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
3732 `]' for full expand/close.
3733 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
3734
3735 (speedbar-check-vc): Support hidden files.
3736 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
3737 (speedbar-this-file-in-vc): Use vc-state if available. If VC
3738 state is nil, it is not checked out.
3739
3740 (speedbar-line-text, speedbar-line-token): Support expand buttons
3741 with no text.
3742 (speedbar-refresh): Universal argument acts as power-click.
3743 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
3744 that buffer to get variable values.
3745
3746 And many other bugfixes.
3747
3748 * dframe.el, ezimage.el, sb-image.el: New files.
3749
3750 * sb-*.xpm: Remove files. New image files installed into
3751 etc/images/ezimage.
3752
3753 2005-09-30 Kenichi Handa <handa@m17n.org>
3754
3755 * ps-mule.el (ps-mule-show-warning): If a character is in
3756 ps-print-translation-table, don't treat it as non-printable.
3757
3758 2005-09-30 David Ponce <david@dponce.com>
3759
3760 * tree-widget.el (tree-widget-themes-load-path): New variable.
3761 (tree-widget-themes-directory): Doc fix.
3762 (tree-widget-image-formats) [Emacs]: Doc fix.
3763 (tree-widget--locate-sub-directory): New function.
3764 (tree-widget-themes-directory): Use it.
3765
3766 * recentf.el (recentf-filename-handlers): Rename from
3767 `recentf-filename-handler'. Allow a list of functions.
3768 (recentf-menu-items-for-commands): Fix :help strings.
3769 (recentf-apply-filename-handlers): New function.
3770 (recentf-expand-file-name): Use it.
3771 (recentf-cleanup): Remove duplicates too.
3772
3773 2005-09-29 Juri Linkov <juri@jurta.org>
3774
3775 * faces.el: Rearrange face definitions to be in the same order as
3776 their face descriptions in "(emacs)Standard Faces".
3777
3778 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
3779
3780 * tooltip.el (tooltip): Add group `basic-faces'.
3781
3782 * buff-menu.el (Buffer-menu-buffer): Remove group
3783 `font-lock-highlighting-faces'.
3784
3785 * progmodes/compile.el (compilation-error, compilation-warning)
3786 (compilation-info, compilation-line-number, compilation-column-number):
3787 Change group from `font-lock-highlighting-faces' to `compilation'.
3788
3789 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3790 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
3791 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
3792 (vhdl-font-lock-reserved-words-face)
3793 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
3794 `font-lock-highlighting-faces'.
3795
3796 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
3797
3798 2005-09-28 Kim F. Storm <storm@cua.dk>
3799
3800 * emulation/cua-base.el: Set CUA move property on additional commands:
3801 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
3802 forward-sexp, backward-sexp, forward-list, backward-list.
3803
3804 2005-09-28 Romain Francoise <romain@orebokech.com>
3805
3806 * comint.el (comint-show-output): Really set point at the
3807 beginning of the output when not using `comint-use-prompt-regexp'.
3808
3809 2005-09-27 Jay Belanger <belanger@truman.edu>
3810
3811 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
3812 in TeX mode.
3813
3814 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
3815
3816 * textmodes/org.el (org-table-sum): Fix format string.
3817
3818 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
3819 Quote face names.
3820
3821 2005-09-26 Romain Francoise <romain@orebokech.com>
3822
3823 * isearch.el (isearch-forward-regexp): Close doc string.
3824
3825 2005-09-25 Richard M. Stallman <rms@gnu.org>
3826
3827 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
3828
3829 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
3830
3831 * progmodes/compile.el (compilation-error-properties):
3832 When getting the file from the previous error message,
3833 correctly decode the new data format.
3834
3835 * progmodes/cc-cmds.el (c-electric-paren):
3836 Call old-blink-paren only for close-paren.
3837
3838 2005-09-24 Andreas Schwab <schwab@suse.de>
3839
3840 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
3841 condition.
3842
3843 2005-09-25 Romain Francoise <romain@orebokech.com>
3844
3845 * dired-aux.el (dired-copy-file-recursive):
3846 * dired.el (dired-delete-file):
3847 * ediff-mult.el (ediff-dir-diff-copy-file):
3848 * ediff-util.el (ediff-test-save-region):
3849 * forms.el (forms-mode):
3850 * ido.el (ido-file-internal, ido-delete-file-at-head):
3851 * log-edit.el (log-edit-done):
3852 * ses.el (ses-yank-resize):
3853 * play/gomoku.el (gomoku-human-plays, gomoku)
3854 (gomoku-human-resigns, gomoku-prompt-for-other-game)
3855 (gomoku-offer-a-draw):
3856 * play/landmark.el (lm-human-resigns, lm):
3857 * net/eudcb-ldap.el (eudc-ldap-check-base):
3858 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
3859 * progmodes/ebrowse.el (ebrowse-find-pattern):
3860 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
3861 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
3862 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
3863
3864 * vc.el (vc-delete-file):
3865 * play/gomoku.el (gomoku-terminate-game, gomoku)
3866 (gomoku-prompt-for-move, gomoku-human-takes-back):
3867 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
3868 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
3869
3870 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3871
3872 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
3873 color rxvt terminals by using the code xterm.el used to use before
3874 2005-04-09 in order to match the colors used by rxvt.
3875
3876 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3877
3878 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
3879 colors rxvt-unicode terminals by using the same code as xterm.el.
3880
3881 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3882
3883 * textmodes/tex-mode.el (tex-font-lock-append-prop)
3884 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
3885 new symbol used for the tex-verbatim face.
3886
3887 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
3888
3889 * woman.el (woman-file-name):
3890 * wid-edit.el (widget-file-prompt-value)
3891 (widget-coding-system-prompt-value):
3892 * w32-fns.el (set-w32-system-coding-system):
3893 * vc.el (vc-version-diff, vc-annotate):
3894 * textmodes/reftex-auc.el (reftex-arg-cite)
3895 (reftex-arg-index-tag):
3896 * textmodes/refer.el (refer-get-bib-files):
3897 * textmodes/artist.el (artist-figlet-choose-font):
3898 * terminal.el (terminal-emulator):
3899 * replace.el (occur-read-primary-args):
3900 * rect.el (string-rectangle, string-insert-rectangle):
3901 * ps-print.el (ps-print-preprint):
3902 * progmodes/pascal.el (pascal-goto-defun):
3903 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
3904 * progmodes/compile.el (compilation-find-file):
3905 * printing.el (pr-interactive-n-up):
3906 * play/animate.el (animate-birthday-present):
3907 * net/rcompile.el (remote-compile):
3908 * man.el (man, Man-goto-section, Man-follow-manual-reference):
3909 * mail/rmailsum.el (rmail-summary-search-backward)
3910 (rmail-summary-search):
3911 * mail/rmailout.el (rmail-output-read-rmail-file-name)
3912 (rmail-output-read-file-name):
3913 * mail/rmail.el (rmail-search, rmail-search-backwards):
3914 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
3915 * locate.el (locate):
3916 * international/quail.el (quail-show-keyboard-layout):
3917 * international/mule.el (set-buffer-file-coding-system)
3918 (revert-buffer-with-coding-system, set-file-name-coding-system)
3919 (set-terminal-coding-system, set-keyboard-coding-system)
3920 (set-next-selection-coding-system):
3921 * international/mule-diag.el (describe-coding-system)
3922 (describe-font, describe-fontset):
3923 * international/mule-cmds.el (universal-coding-system-argument)
3924 (search-unencodable-char, describe-input-method)
3925 (set-language-environment, describe-language-environment):
3926 * international/codepage.el (codepage-setup):
3927 * international/code-pages.el (codepage-setup):
3928 * info.el (Info-search, Info-follow-reference)
3929 (Info-search-backward):
3930 * emacs-lisp/advice.el (ad-read-advised-function)
3931 (ad-read-advice-class, ad-clear-cache, ad-activate)
3932 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
3933 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
3934 (ad-read-regexp):
3935 * ediff-util.el (ediff-toggle-regexp-match):
3936 * ediff-ptch.el (ediff-prompt-for-patch-file):
3937 * dired-aux.el (dired-diff):
3938 * diff.el (diff):
3939 * cus-edit.el (custom-variable-prompt):
3940 * calendar/timeclock.el (timeclock-ask-for-project):
3941 * calc/calcalg3.el (calc-get-fit-variables):
3942 * calc/calc-store.el (calc-edit-variable)
3943 (calc-permanent-variable):
3944 * vc-mcvs.el (vc-mcvs-register):
3945 * shadowfile.el (shadow-define-literal-group):
3946 * woman.el (woman-file-name):
3947 * vc.el (vc-version-diff, vc-merge):
3948 * textmodes/reftex-index.el (reftex-index-complete-tag):
3949 * format.el (format-decode-buffer, format-decode-region):
3950 * emulation/viper-cmd.el (viper-read-string-with-history):
3951 * emacs-lisp/debug.el (cancel-debug-on-entry):
3952 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3953 * ediff.el (ediff-merge-revisions)
3954 (ediff-merge-revisions-with-ancestor, ediff-revision):
3955 * completion.el (interactive-completion-string-reader):
3956 * calc/calc-prog.el (calc-user-define-formula):
3957 Follow convention for reading with the minibuffer.
3958
3959 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
3960
3961 * progmodes/python.el (python-describe-symbol): Add globals() and
3962 locals() to the arguments of emacs.ehelp.
3963
3964 2005-09-24 Magnus Henoch <mange@freemail.hu>
3965
3966 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
3967 New function, code extracted from ispell-valid-dictionary-list.
3968 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
3969 Call it.
3970
3971 2005-09-24 Eli Zaretskii <eliz@gnu.org>
3972
3973 * subr.el (version-regexp-alist): Extend valid syntax for version
3974 strings: allow any of the characters -,_,+ to separate the
3975 alpha/beta/rc part from the version part. Doc fix.
3976 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
3977
3978 2005-09-23 David Reitter <david.reitter@gmail.com>
3979
3980 * mail/mailclient.el: New file.
3981
3982 2005-09-23 Richard M. Stallman <rms@gnu.org>
3983
3984 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
3985 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
3986 Doc fixes.
3987
3988 * progmodes/cc-mode.el (c-font-lock-init):
3989 Specify font-lock-lines-before.
3990
3991 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3992
3993 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
3994 whole conflict.
3995
3996 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
3997
3998 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
3999 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
4000 of `remap' feature when available. Additional key bindings for
4001 better tty support.
4002 (org-mode-restart, org-force-self-insert): New commands.
4003 (org-time-stamp-inactive): New command.
4004 (org-remap): New function.
4005 (org-table-auto-blank-field, org-level-color-stars-only): New options.
4006 (org-enable-fixed-width-editor): Move to `org-structure'
4007 customization group.
4008 (org-self-insert-command, orgtbl-self-insert-command): Modify to
4009 blank field after field motion commands.
4010
4011 2005-09-23 Kenichi Handa <handa@m17n.org>
4012
4013 * international/mule-cmds.el (set-language-environment):
4014 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
4015 have to call utf-translate-cjk-load-tables.
4016
4017 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
4018
4019 * mouse.el (mouse-move-drag-overlay): Fix last change.
4020
4021 2005-09-22 David Ponce <david@dponce.com>
4022
4023 * tree-widget.el (tree-widget-value-create): Fix previous change.
4024
4025 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4026
4027 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
4028
4029 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4030
4031 * mouse.el (mouse-move-drag-overlay): New function.
4032 (mouse-drag-region-1): Use it.
4033 Try to simplify a bit the state handling. Handle clicks on links
4034 inside intangible areas.
4035 (mouse-save-then-kill): Minor simplification.
4036 (mouse-secondary-overlay): Make it always non-nil instead of
4037 recreating it each time.
4038 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
4039 (mouse-kill-secondary, mouse-secondary-save-then-kill):
4040 Simplify accordingly.
4041
4042 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4043
4044 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
4045
4046 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
4047
4048 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
4049 (ediff-file-name-sans-prefix): Treat nil as an empty string.
4050 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
4051 to patch.
4052
4053 * ediff-util.el: Use insert-buffer-substring.
4054
4055 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
4056
4057 * emulation/viper-cmd.el (viper-change-state): Don't move over the
4058 field boundaries in the minibuffer.
4059 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
4060 (viper-minibuffer-post-command-hook): New hook.
4061 (viper-line): Don't move cursor at bolp.
4062
4063 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
4064
4065 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
4066 avoid compiler warnings.
4067
4068 * emulation/viper-macs.el (ex-map): Better messages.
4069
4070 * emulation/viper-utils.el (viper-beginning-of-field): New function.
4071
4072 * emulation/viper.el: Replace make-variable-buffer-local with
4073 viper-make-variable-buffer-local everywhere, to avoid warnings.
4074
4075 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4076
4077 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
4078 Delete unused var `old-selected-window'.
4079 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
4080 (mouse-drag-secondary): Delete unused var `start-frame'.
4081
4082 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4083
4084 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
4085
4086 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4087
4088 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
4089 Re-indent within 80 columns. Use inhibit-read-only.
4090
4091 2005-09-19 Romain Francoise <romain@orebokech.com>
4092
4093 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
4094
4095 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4096
4097 * font-lock.el (font-lock-default-fontify-region): Don't add a line
4098 unconditionally, since the after-change-function already did it.
4099
4100 2005-09-19 Miles Bader <miles@gnu.org>
4101
4102 * net/newsticker.el: Get rid of CVS keyword.
4103
4104 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
4105
4106 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
4107 The prompt is formatted later.
4108
4109 2005-09-19 David Ponce <david@dponce.com>
4110
4111 * tree-widget.el (tree-widget-value-create): Save the converted
4112 tree :node widget.
4113
4114 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
4115
4116 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
4117 variable `message'.
4118
4119 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
4120
4121 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
4122 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
4123 <slawomir.nowaczyk.847@student.lu.se>.
4124
4125 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
4126
4127 * image.el (image-load-path): Use symbol `data-directory' instead
4128 of its value, for backward compatibility with packages that bind
4129 it during `find-image'. Suggested by Katsumi Yamaoka.
4130 (image-search-load-path): Handle symbols whose values are strings.
4131
4132 2005-09-18 Romain Francoise <romain@orebokech.com>
4133
4134 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
4135 with-current-buffer form in save-excursion.
4136
4137 2005-09-18 D Goel <deego@gnufans.org>
4138
4139 * apropos.el (apropos-command): Fix `message' call: first arg
4140 should be a format spec. In this and all other cases that appear
4141 below and elsewhere in the source code, I made a change only when
4142 two conditions were satisfied: [1] I can think of a possibility
4143 that the arguments would cause an error, for example, the code in
4144 question relies on external variables such as filenames. [2] I
4145 was sure that the arg to `message' could not have been nil in the code.
4146
4147 * textmodes/tildify.el (tildify-region): Ditto.
4148
4149 * textmodes/reftex-index.el (reftex-index-change-entry)
4150 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
4151 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
4152 * textmodes/org.el (org-complete, org-deadline, org-schedule)
4153 (org-priority, org-table-sum):
4154 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
4155 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
4156 (flyspell-word, flyspell-display-next-corrections):
4157 * textmodes/bibtex.el (bibtex-print-help-message):
4158 * textmodes/artist.el (artist-key-set-point-poly):
4159 * term/mac-win.el (mac-services-insert-text):
4160 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
4161 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
4162 (vhdl-port-paste-testbench, vhdl-compose-new-component)
4163 (vhdl-compose-configuration):
4164 * progmodes/sh-script.el (sh-blink, sh-show-indent)
4165 (sh-set-indent, sh-learn-line-indent):
4166 * progmodes/ps-mode.el (ps-mode-target-column):
4167 * progmodes/idlwave.el (idlwave-make-tags)
4168 (idlwave-scan-library-catalogs):
4169 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
4170 * progmodes/gud.el (gud-jdb-analyze-source):
4171 * progmodes/flymake.el (flymake-log):
4172 * progmodes/ebnf2ps.el (ebnf-generate-region):
4173 * progmodes/cmacexp.el (c-macro-expansion):
4174 * progmodes/ada-xref.el (ada-treat-cmd-string):
4175 * progmodes/ada-mode.el (ada-create-case-exception-substring)
4176 (ada-justified-indent-current, ada-batch-reformat):
4177 * play/zone.el (zone):
4178 * play/landmark.el (lm-move):
4179 * play/decipher.el (decipher-show-alphabet):
4180 * net/newsticker.el (newsticker--display-jump)
4181 (newsticker--display-scroll):
4182 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
4183 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
4184 * mail/feedmail.el (feedmail-dump-message-to-queue):
4185 * eshell/esh-proc.el (eshell-remove-process-entry):
4186 * emulation/ws-mode.el (ws-last-error):
4187 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
4188 (viper-record-kbd-macro):
4189 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
4190 * emacs-lisp/lisp-mnt.el (lm-report-bug):
4191 * emacs-lisp/find-func.el (find-function-noselect):
4192 * calendar/timeclock.el (timeclock-status-string)
4193 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
4194 (timeclock-when-to-leave-string):
4195 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
4196 * calc/calc-units.el (calc-enter-units-table):
4197 * calc/calc-mode.el (calc-mode-record-mode):
4198 * woman.el (woman-mini-help):
4199 * wdired.el (wdired-change-to-wdired-mode):
4200 * vc.el (vc-retrieve-snapshot):
4201 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
4202 * startup.el (display-startup-echo-area-message):
4203 * simple.el (set-goal-column):
4204 * ses.el (ses-command-hook, ses-recalculate-cell):
4205 * server.el (server-process-filter):
4206 * printing.el (pr-interface-txt-print, pr-interface-printify)
4207 (pr-interface-ps):
4208 * pcvs.el (cvs-help):
4209 * log-edit.el (log-edit, log-edit-mode-help):
4210 * iswitchb.el (iswitchb-possible-new-buffer):
4211 * isearch.el (isearch-edit-string):
4212 * image-mode.el (image-mode, image-minor-mode):
4213 * ibuf-macs.el (define-ibuffer-filter):
4214 * hi-lock.el (hi-lock-find-patterns):
4215 * files.el (toggle-read-only):
4216 * ediff-util.el (ediff-copy-diff)
4217 (ediff-write-merge-buffer-and-maybe-kill):
4218 * echistory.el (Electric-history-undefined):
4219 * dnd.el (dnd-insert-text):
4220 * dired-aux.el (dired-query):
4221 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
4222 * bookmark.el (bookmark-bmenu-locate):
4223 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
4224 Fix `message' calls to ensure first arg is a format string.
4225 The change was made only when these two conditions were satisfied:
4226 [1] when there is a possibility that the arguments would cause an error
4227 for example, if the code in question relies on external variables
4228 such as filenames, and
4229 [2] if the arg to `message' could not have been nil in the code.
4230
4231 * pcomplete.el (pcomplete--help): Fix `message' format spec.
4232 Not having a %s would be weird, though not technically wrong.
4233
4234 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4235
4236 * term/mac-win.el (mac-add-charset-info): Doc fix.
4237
4238 2005-09-17 Romain Francoise <romain@orebokech.com>
4239
4240 * shell.el (shell-resync-dirs): Handle echoing processes more
4241 reliably. Don't insert resync command if `comint-process-echoes'
4242 is non-nil.
4243
4244 2005-09-17 Magnus Henoch <mange@freemail.hu>
4245
4246 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
4247 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
4248 aspell versions >= 0.60.
4249 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
4250 only if ispell-aspell-supports-utf8 is non-nil.
4251
4252 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4253
4254 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
4255 buffer-local value to lisp-indent-function.
4256
4257 2005-09-17 Milan Zamazal <pdm@zamazal.org>
4258
4259 * progmodes/glasses.el (glasses-make-readable): If
4260 glasses-separator differs from underscore, put appropriate
4261 overlays over underscore characters.
4262 (glasses-convert-to-unreadable): If glasses-separator differs from
4263 underscore, try to convert glasses-separator characters to
4264 underscores.
4265
4266 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4267
4268 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
4269 Use with-syntax-table and dolist.
4270
4271 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
4272
4273 * textmodes/reftex-auc.el:
4274 * textmodes/reftex-cite.el:
4275 * textmodes/reftex-dcr.el:
4276 * textmodes/reftex-global.el:
4277 * textmodes/reftex-parse.el:
4278 * textmodes/reftex-ref.el:
4279 * textmodes/reftex-sel.el:
4280 * textmodes/reftex-toc.el:
4281 * textmodes/reftex-vars.el:
4282 * textmodes/reftex.el: Small changes to remove compiler warnings.
4283
4284 * textmodes/reftex-index.el: Likewise.
4285 (reftex-query-index-phrase): More efficient use of markers.
4286
4287 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
4288
4289 * image.el (image-load-path): New variable.
4290 (image-search-load-path): New function.
4291 (find-image): Search for images in `image-load-path'.
4292
4293 2005-09-15 Richard M. Stallman <rms@gnu.org>
4294
4295 * follow.el: Change Maintainer field.
4296
4297 2005-09-15 David Ponce <david@dponce.com>
4298
4299 * recentf.el (recentf-save-file-modes): New option.
4300 (recentf-save-list): Use it.
4301
4302 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
4303
4304 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
4305 (mode-line-mule-info, mode-line-modified): Move bindings from
4306 mouse-3 to mouse-1.
4307
4308 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
4309
4310 * simple.el (sendmail-user-agent-compose): Revert last change.
4311
4312 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4313
4314 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
4315 Use with-current-buffer.
4316 (ange-ftp-gwp-start): Remove unused var `gw-user'.
4317 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
4318 (ange-ftp-insert-directory): Remove unused var `short'.
4319 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
4320
4321 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
4322 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
4323
4324 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
4325 (check-calendar-holidays, diary-list-entries): Autoload.
4326 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
4327 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
4328
4329 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
4330 which mistakenly removed a call to display-buffer.
4331
4332 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
4333
4334 * obsolete/iso-insert.el: Move to obsolete/ from international/.
4335
4336 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
4337
4338 * progmodes/hideshow.el
4339 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
4340 (hs-allow-nesting): New user var.
4341 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
4342 (hs-hide-block-at-point): When nesting allowed,
4343 if there is already an overlay in place, delete it.
4344 (hs-safety-is-job-n): Delete func; remove call sites.
4345 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
4346 (hs-overlay-at): New func.
4347 (hs-already-hidden-p, hs-show-block): Use it.
4348 (hs-hide-all): Don't pre-clean if nesting allowed.
4349 (hs-show-all): Temporarily disallow
4350 nesting around call to `hs-discard-overlays'.
4351
4352 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
4353
4354 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
4355 Delete unused local var.
4356
4357 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
4358
4359 * help-fns.el (describe-categories): "?\ " -> "?\s".
4360 (help-do-arg-highlight): Recognize also ARG-n, as in
4361 `move-to-left-margin' (ARG+n is already recognized). Simplify.
4362
4363 * international/codepage.el (dos-unsupported-char-glyph):
4364 * net/newsticker.el (tool-bar-map, w3-mode-map)
4365 (w3m-minor-mode-map):
4366 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
4367 (ent-alist):
4368 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
4369
4370 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
4371
4372 * custom.el (custom-push-theme): Handle the case where a symbol is
4373 bound but face properties have not yet been assigned.
4374
4375 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
4376 Fix behavior if noerase is `t' and there is no mail buffer.
4377
4378 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
4379 if `continue' is nil, rather than signal an error.
4380
4381 2005-09-12 Richard M. Stallman <rms@gnu.org>
4382
4383 * font-lock.el (font-lock-keywords): Add autoload.
4384
4385 * help-fns.el (describe-variable): Rearrange to put source link
4386 in a predictable place.
4387
4388 * net/newsticker.el: New file.
4389
4390 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4391
4392 * calendar/calendar.el (calendar-for-loop): Add edebug info.
4393 (calendar-basic-setup): Use the new nil arg.
4394 (number-of-diary-entries): Move to diary-lib.el.
4395
4396 * calendar/diary-lib.el: Use with-current-buffer, match-string.
4397 (diary-list-entries): Use with-syntax-table and dolist.
4398 Rename from list-diary-entries.
4399 Use number-of-diary-entries if `number' is nil.
4400 (diary, diary-view-entries): Use this new name and new nil arg value.
4401 (number-of-diary-entries): Move from calendar.el.
4402 (diary-unhide-everything): New function.
4403 (include-other-diary-files, fancy-diary-display)
4404 (diary-show-all-entries, make-diary-entry): Use it.
4405 (diary-mail-entries): Use buffer-string.
4406 (mark-diary-entries): Fix long standing paren typo.
4407 (diary-sexp-entry): Use count-lines.
4408 (make-diary-entry): Avoid `previous-line'.
4409 (diary-mode-map): New var.
4410 (diary-mode): Redraw cal after saving. Setup header-line.
4411 (fancy-diary-display-mode): Use local-set-key.
4412
4413 * startup.el (command-line): Try calling various terminal-init-foo-bar
4414 functions by stripping hyphenated suffixes from $TERM.
4415
4416 * files.el (normal-mode): Check boundness of font-lock-keywords.
4417
4418 2005-09-12 Richard M. Stallman <rms@gnu.org>
4419
4420 * progmodes/compile.el: Don't decide a file's directory
4421 until the user actually tries to go there.
4422 (compilation-next-error-function):
4423 Pass compilation-find-file the directory from the file-struct.
4424 (compilation-internal-error-properties): Separate local FILE-STRUCT
4425 from FILE. Doc the args better. Rename arg FMT to FMTS.
4426 (compilation-find-file): Arg DIR renamed to DIRECTORY.
4427 Expand it, and if nil, use default-directory.
4428 (compilation-get-file-structure): Don't mix specified directory
4429 with default directory. Put specified directory into
4430 file-struct. Don't make the file name absolute.
4431
4432 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4433 (compile-command): Add autoload.
4434 (compilation-disable-input): Add autoload.
4435
4436 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
4437
4438 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
4439 strings of the variables it can override.
4440 (time-stamp): New (as yet undocumented) time-stamp-format escapes
4441 %Q and %q, for fully-qualified domain name and unqualified host name.
4442
4443 2005-09-11 Kim F. Storm <storm@cua.dk>
4444
4445 * emacs-lisp/authors.el (authors-aliases): Update list.
4446 (authors-fixed-entries): Update mldrag.el entry.
4447
4448 2005-09-10 Alan Mackenzie <acm@muc.de>
4449
4450 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
4451 from the region narrowed to.
4452
4453 2005-09-10 Magnus Henoch <mange@freemail.hu>
4454
4455 * textmodes/ispell.el (ispell-check-version): Signal an error if
4456 aspell version is less than 0.60.
4457
4458 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
4459
4460 * progmodes/octave-inf.el (inferior-octave-startup):
4461 Resync current dir at the end.
4462
4463 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
4464
4465 * woman.el (woman-topic-at-point-default):
4466 Rename to woman-use-topic-at-point-default.
4467 (woman-topic-at-point): Rename to woman-use-topic-at-point.
4468 (woman-file-name): Reflect renames above. Automatically use the
4469 word at point as topic if woman-use-topic-at-point is non-nil.
4470 Otherwise offer it as default but don't insert it in the
4471 minibuffer. Also use `test-completion' instead of `assoc' as
4472 suggested by Stefan Monnier.
4473
4474 2005-09-10 Andre Spiegel <spiegel@gnu.org>
4475
4476 * vc.el (vc-directory, vc-update-change-log): Throw an error on
4477 the attempt to do it over Tramp. This is not yet supported.
4478
4479 2005-09-10 Eli Zaretskii <eliz@gnu.org>
4480
4481 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4482 (menu-bar-non-minibuffer-window-p): New functions.
4483 ("Split Window", "Save As..."): Use them.
4484 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
4485 ("Print Buffer", "Truncate Long Lines in this Buffer"):
4486 Use menu-bar-menu-frame-live-and-visible-p.
4487 ("Save Buffer", "Insert File", "Open Directory...")
4488 ("Open File...", "Visit New File..."):
4489 Use menu-bar-non-minibuffer-window-p.
4490 (kill-this-buffer-enabled-p, dired <menu-enable>):
4491 Use menu-bar-non-minibuffer-window-p.
4492
4493 2005-09-09 Eli Zaretskii <eliz@gnu.org>
4494
4495 * cus-start.el (all): Don't complain about fringe-related
4496 built-ins if fringes are not supported. Ditto about
4497 selection-related built-ins. Fix the test for GTK-related built-ins.
4498
4499 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
4500 ("Postscript Print Buffer", "Print Region", "Save As...")
4501 ("Save", "Insert File...", "Open Directory...")
4502 ("Open File...", "Visit New File..."")
4503 ("Truncate Long Lines in this Buffer"): Don't look at
4504 menu-updating-frame if this display does not support multiple frames.
4505
4506 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4507
4508 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
4509
4510 2005-09-09 Emilio Lopes <eclig@gmx.net>
4511
4512 * woman.el: Format- and whitespace-related changes.
4513
4514 2005-09-09 Eli Zaretskii <eliz@gnu.org>
4515
4516 * woman.el: Fix my email address.
4517
4518 2005-09-08 Richard M. Stallman <rms@gnu.org>
4519
4520 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
4521 (sh-mode): Locally set skeleton-pair-default-alist.
4522
4523 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
4524
4525 * progmodes/flymake.el: Require `compile' unconditionally.
4526
4527 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
4528
4529 * woman.el (woman-file-name): Provide a default, not initial input.
4530
4531 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
4532
4533 * font-lock.el (font-lock-support-mode): Doc fix.
4534
4535 * descr-text.el (describe-property-list): Handle non-symbol prop names.
4536
4537 2005-09-08 Richard M. Stallman <rms@gnu.org>
4538
4539 * simple.el (blink-matching-open): Get rid of text props from
4540 the string shown in echo area. Don't permanently set point.
4541 Some rearrangements.
4542
4543 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
4544
4545 * recentf.el (recentf-filename-handler): Add custom choice
4546 `abbreviate-file-name'.
4547
4548 * msb.el (msb--very-many-menus): Fix typo.
4549
4550 * disp-table.el (standard-display-european): Don't set
4551 enable-multibyte-characters to nil.
4552
4553 2005-09-08 David Ponce <david@dponce.com>
4554
4555 * recentf.el (recentf-show-file-shortcuts-flag): New option.
4556 (recentf-expand-file-name): Doc fix.
4557 (recentf-dialog-mode-map): Define digit shortcuts.
4558 (recentf--files-with-key): New variable.
4559 (recentf-show-digit-shortcut-filter): New function.
4560 (recentf-open-files-items): New function.
4561 (recentf-open-files): Use it.
4562 (recentf-open-file-with-key): New command.
4563
4564 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
4565
4566 * buff-menu.el (Buffer-menu-sort-by-column): New function.
4567 Suggested by Kim F. Storm.
4568 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
4569 (Buffer-menu-make-sort-button): Use global keymap.
4570
4571 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
4572
4573 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
4574 (Man-getpage-in-background-advice): Remove defadvice; it isn't
4575 necessary any longer with the remapped command.
4576 (Man-bgproc-sentinel-advice): Remove defadvice which counts
4577 formatting time only.
4578
4579 * net/tramp.el (tramp-action-password)
4580 (tramp-multi-action-password): Compile the password prompt from
4581 `method', `user' and `host'. Sometimes it isn't obvious which
4582 password to enter, for example with remote files offered by
4583 recentf.el, or with multiple steps. Suggested by Robert Marshall
4584 <robert@chezmarshall.freeserve.co.uk>.
4585
4586 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4587
4588 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4589 Fix regexp for when "s///" is at the beginning of line.
4590
4591 2005-09-07 Jay Belanger <belanger@truman.edu>
4592
4593 * calc/calc-poly.el (math-expand-term): Multiply out any powers
4594 when in matrix mode.
4595
4596 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4597
4598 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
4599 non-anonymous functions.
4600
4601 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
4602
4603 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
4604 when using a header line. Otherwise, use mouse-1-click-follows-link.
4605
4606 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
4607 can't be moved; don't signal an error.
4608
4609 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
4610
4611 * cus-theme.el (custom-theme-write-faces): Save the current face
4612 spec, not the defface spec.
4613
4614 * custom.el (custom-known-themes): Clarify meaning of "standard".
4615 (custom-push-theme): Save old values in the standard theme.
4616 (disable-theme): Correct typo.
4617 (custom-face-theme-value) Deleted unused function.
4618 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
4619
4620 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4621
4622 * progmodes/compile.el (compilation-goto-locus): Take into account
4623 iconified frames when determining whether the buffer is
4624 already visible.
4625 Don't reset window height if the window already existed.
4626
4627 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
4628
4629 * custom.el (load-theme): Rename from require-theme.
4630 Add interactive spec.
4631 (enable-theme): Rename from custom-enable-theme.
4632 Add interactive spec.
4633 (disable-theme): Rename from custom-disable-theme.
4634 Add interactive spec.
4635 (custom-make-theme-feature): Doc fix.
4636 (custom-theme-directory): Doc fix.
4637 (provide-theme): Call enable-theme.
4638
4639 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4640
4641 * obsolete/lazy-lock.el (lazy-lock-mode):
4642 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
4643 font-lock-mode if it's off. Print a warning instead.
4644
4645 * progmodes/compile.el (compilation-start): Ignore errors if the
4646 process died before we get to send-eof.
4647
4648 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
4649 Undo last change. Enclosing the result in quotes broke things on Unix
4650 since tex-send-command passes it through shell-quote-argument.
4651 (tex-send-command): Pass `file' through convert-standard-filename
4652 when possible.
4653 (tex-uptodate-p): Handle the case where TeX hasn't put additional
4654 info in a transcript.
4655
4656 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4657
4658 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
4659 fix compilation warning. Reorder the key definitions to group
4660 together keys emitted by the current version of xterm.
4661
4662 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
4663 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
4664 Reorder predicates to correct min-color usage.
4665
4666 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
4667
4668 * longlines.el (longlines-mode): Inhibit read-only when encoding.
4669 Kill local variables when longlines-mode is turned off.
4670
4671 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4672
4673 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
4674
4675 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
4676
4677 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
4678
4679 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
4680 (font-lock-lines-before): Change default to being inactive.
4681 (font-lock-default-fontify-region): Obey font-lock-lines-before.
4682 (font-lock-after-change-function): Don't handle f-l-lines-before here.
4683
4684 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4685
4686 * net/tramp.el (tramp-handle-make-auto-save-file-name):
4687 Deactivate temporarily advice if active (not needed for Emacs 22,
4688 but for backwards compatibility).
4689 (tramp-exists-file-name-handler): Rewrite. First implementation
4690 was too simple.
4691 (tramp-advice-make-auto-save-file-name):
4692 Call `tramp-handle-make-auto-save-file-name' (again, just for
4693 backwards compatibility).
4694
4695 2005-08-31 Reto Zimmermann <reto@gnu.org>
4696
4697 * progmodes/vhdl-mode.el
4698 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
4699 (vhdl-end-p): Fix indentation bug "else" after "-- when".
4700 (vhdl-set-default-project): New function (easier setting of default).
4701 (vhdl-port-copy): Handle extended identifiers for generics.
4702 (vhdl-compiler-alist): Better description for error message regexp.
4703 (vhdl-make): Query for target, use previous as default.
4704 (vhdl-port-copy): Fix port copy for port names starting with "signal".
4705 (vhdl-font-lock-keywords-2): Fix fontification for record
4706 el. assign.
4707 (vhdl-speedbar-make-subpack-line): Add package body link.
4708 (vhdl-generate-makefile-1): Not include itself as dependency.
4709 (vhdl-font-lock-init): Highlight c-preprocessor directives.
4710 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
4711 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
4712 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
4713 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
4714 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
4715 (vhdl-import-project): Add string argument for `error'.
4716 (vhdl-compose-configuration)
4717 (vhdl-compose-configuration-architecture): Add configuration
4718 declaration generation.
4719 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
4720 (vhdl-trailer-re): Add "record" keyword (better indentation).
4721 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
4722 "[^ \t-\"]+".
4723 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
4724 (vhdl-testbench-entity-file-name)
4725 (vhdl-testbench-architecture-file-name): Allow separate
4726 customization of testbench file names.
4727 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
4728 (vhdl-get-visible-signals): Allow newline within alias declaration.
4729 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
4730 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
4731 (member-ignore-case): Alias for missing function in XEmacs.
4732 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
4733 (vhdl-update-sensitivity-list): Ignore case on read signals.
4734 (vhdl-replace-string): Adjust case only for file names.
4735 (vhdl-update-sensitivity-list): Fix search for read signals.
4736 (vhdl-update-sensitivity-list): Exclude formal parameters.
4737 (vhdl-get-visible-signals): Include aliases of signals.
4738 (vhdl-get-visible-signals): Fix signal name searching.
4739 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
4740 (vhdl-fixup-whitespace-region): Fix for character
4741 literals (e.g. ':').
4742
4743 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
4744
4745 * ansi-color.el (comint-last-output-start):
4746 * bs.el (font-lock-verbose):
4747 * diff-mode.el (add-log-buffer-file-name-function):
4748 * dired-x.el (vm-folder-directory):
4749 * faces.el (help-xref-stack-item):
4750 * files.el (font-lock-keywords):
4751 * find-lisp.el (dired-buffers, dired-subdir-alist):
4752 * ido.el (cua-inhibit-cua-keys):
4753 * log-view.el (cvs-minor-wrap-function):
4754 * outline.el (font-lock-warning-face):
4755 * simple.el (compilation-current-error):
4756 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
4757 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
4758 * tooltip.el (comint-prompt-regexp):
4759 * w32-fns.el (explicit-shell-file-name):
4760 * term/mac-win.el (mac-charset-info-alist)
4761 (mac-services-selection, mac-system-script-code):
4762 * term/tty-colors.el (msdos-color-values):
4763 * term/w32-win.el (xlfd-regexp-registry-subnum):
4764 * term/x-win.el (x-keysym-table, x-selection-timeout)
4765 (x-session-id, x-session-previous-id):
4766 * textmodes/ispell.el (mail-yank-prefix):
4767 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
4768 * textmodes/org.el (calc-embedded-close-formula)
4769 (calc-embedded-open-formula)
4770 (font-lock-unfontify-region-function):
4771 * textmodes/reftex-global.el (isearch-next-buffer-function)
4772 (TeX-master):
4773 * textmodes/reftex.el (font-lock-keywords):
4774 * textmodes/tex-mode.el (font-lock-comment-face)
4775 (font-lock-doc-face):
4776 * textmodes/texinfo.el (outline-heading-alist):
4777 Add defvars.
4778
4779 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
4780 (artist-spray-chars, artist-mode-init, artist-replace-string)
4781 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
4782 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
4783 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
4784
4785 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
4786 (conf-align-assignments): "?\ " -> "?\s".
4787
4788 * textmodes/reftex-index.el (TeX-master): Add defvar.
4789 (reftex-index-phrases-marker): Move up defvar.
4790
4791 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
4792 (reftex-toc-include-labels-indicator)
4793 (reftex-toc-include-index-indicator)
4794 (reftex-toc-max-level-indicator): Move up declarations.
4795
4796 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
4797 of args to `tramp-run-real-handler', even if it's empty in this case.
4798
4799 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4800
4801 * dired.el (dired-move-to-filename-regexp): Add date format for
4802 Mac OS X 10.3 in East Asian locales.
4803
4804 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4805
4806 * files.el (make-auto-save-file-name): Add file name handler call
4807 if applicable.
4808
4809 * net/tramp.el (tramp-file-name-handler-alist)
4810 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
4811 (tramp-handle-make-auto-save-file-name): Rename from
4812 `tramp-make-auto-save-file-name'.
4813 (tramp-exists-file-name-handler): New defun.
4814 (tramp-advice-make-auto-save-file-name): Make defadvice only when
4815 `make-auto-save-file-name' is not a magic file name operation.
4816
4817 2005-08-30 Richard M. Stallman <rms@gnu.org>
4818
4819 * files.el (risky-local-variable-p):
4820 Match `-predicates' and `-commands.
4821
4822 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
4823 (custom-save-all): Visit the file if necessary;
4824 kill the buffer if we created it.
4825 (custom-save-delete): Don't visit file or kill buffer here.
4826
4827 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
4828
4829 * textmodes/org.el (org-special-keyword): New face.
4830 (org-table-copy-down, org-table-eval-formula)
4831 (org-table-recalculate, org-init-section-numbers):
4832 Use `string-to-number' instead of `string-to-int'.
4833 (org-get-location): Use `insert-buffer-substring' instead of
4834 `insert-buffer'.
4835 (org-modify-diary-entry-string): New function.
4836 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
4837 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
4838 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
4839 active region.
4840 (org-export-as-html): Handle QUOTE keyword.
4841 (org-quote-string): New option.
4842 (org-bookmark-jump-unhide): New function, used for
4843 `bookmark-after-jump-hook'.
4844 (org-diary-default-entry): Apply only when not called through
4845 `org-agenda'.
4846
4847 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
4848
4849 * net/eudc.el (mode-popup-menu):
4850 * play/handwrite.el (ps-printer-name, ps-lpr-command):
4851 * progmodes/ada-mode.el (compile-auto-highlight)
4852 (skeleton-further-elements):
4853 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4854 * progmodes/cmacexp.el (msdos-shells):
4855 * progmodes/compile.el (font-lock-extra-managed-props)
4856 (font-lock-keywords, font-lock-maximum-size)
4857 (font-lock-support-mode):
4858 * progmodes/grep.el (font-lock-lines-before):
4859 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
4860 * progmodes/mixal-mode.el (compile-command):
4861 * progmodes/perl-mode.el (font-lock-comment-face)
4862 (font-lock-doc-face, font-lock-string-face):
4863 * progmodes/prolog.el (comint-prompt-regexp):
4864 * progmodes/sh-script.el (font-lock-comment-face)
4865 (font-lock-set-defaults, font-lock-string-face):
4866 * progmodes/sql.el (font-lock-keyword-face)
4867 (font-lock-set-defaults, font-lock-string-face):
4868 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
4869 (itimer-version, lazy-lock-defer-contextually)
4870 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
4871 Add defvars.
4872
4873 * progmodes/cperl-mode.el (cperl-electric-lbrace)
4874 (cperl-electric-keyword, cperl-electric-pod)
4875 (cperl-electric-backspace, cperl-forward-re)
4876 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
4877 (vc-rcs-header, vc-sccs-header): Add defvars.
4878
4879 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
4880 (font-lock-syntactic-keywords, gud-find-expr-function):
4881 Add defvars.
4882
4883 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
4884 (gdb-frame-parameters): Declare before use.
4885
4886 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
4887 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
4888 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
4889 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
4890
4891 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
4892 (idlwave-help-with-source): Use `insert-buffer-substring', not
4893 `insert-buffer'.
4894
4895 2005-08-29 Juri Linkov <juri@jurta.org>
4896
4897 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
4898 Put outline-back-to-heading function call inside save-excursion.
4899
4900 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
4901
4902 * man.el (Man-init-defvars, Man-translate-references)
4903 (Man-support-local-filenames, Man-highlight-references):
4904 * progmodes/sql.el (sql-interactive-mode):
4905 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
4906
4907 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
4908 (compilation-mode-font-lock-keywords): Add defvars.
4909 (checkdoc-interactive-loop): "?\ " -> "?\s".
4910
4911 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
4912 (font-lock-doc-face, font-lock-string-face)
4913 (font-lock-keywords-case-fold-search): Add defvars.
4914 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
4915
4916 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
4917 Don't pass X and Y (they are ignored anyway).
4918 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
4919 (mouse-delete-window): Make arguments optional.
4920
4921 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
4922 (caesar-translate-table, minor-modes, news-buffer-save)
4923 (news-group-name, news-minor-modes): Add defvars.
4924
4925 * emacs-lisp/lselect.el (mouse-highlight-priority)
4926 (x-lost-selection-functions, zmacs-regions):
4927 * emacs-lisp/pp.el (font-lock-verbose):
4928 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
4929 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
4930 (ses-mode-map):
4931 * emacs-lisp/tcover-unsafep.el (safe-functions):
4932 * international/mule-cmds.el (mac-system-coding-system)
4933 (mac-system-locale):
4934 * language/ethio-util.el (rmail-current-message)
4935 (rmail-message-vector):
4936 * language/thai-util.el (thai-auto-composition-mode):
4937 * mail/metamail.el (rmail-current-message, rmail-message-vector):
4938 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
4939 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
4940 (vm-primary-inbox, vm-spool-files):
4941 * mail/rmail.el (deleted-head, font-lock-fontified)
4942 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
4943 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
4944 (total-messages):
4945 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
4946 (rmail-summary-mode-map):
4947 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
4948 (rmail-last-label, rmail-last-multi-labels)
4949 (rmail-summary-vector, rmail-total-messages):
4950 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
4951 * mail/rmailsum.el (msgnum):
4952 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
4953 (rmail-current-message):
4954 * obsolete/fast-lock.el (font-lock-face-list):
4955 * obsolete/rnewspost.el (mail-reply-buffer):
4956 * obsolete/scribe.el (compile-command):
4957 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
4958
4959 2005-08-28 John Paul Wallington <jpw@gnu.org>
4960
4961 * ibuf-ext.el (ibuffer-auto-update-changed):
4962 Use `frame-or-buffer-changed-p' to check whether we need to update.
4963 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
4964 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
4965 as a `frame-or-buffer-changed-p' state vector instead.
4966
4967 2005-08-27 Romain Francoise <romain@orebokech.com>
4968
4969 * textmodes/makeinfo.el (makeinfo-compile):
4970 Use `compilation-start'. Set `next-error-function' according to
4971 `disable-errors'.
4972 (makeinfo-next-error): New function.
4973 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
4974 (makeinfo-buffer): Likewise.
4975
4976 * progmodes/compile.el (compilation-start): Add autoload cookie.
4977
4978 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
4979 * textmodes/sgml-mode.el: Likewise.
4980 * progmodes/python.el: Likewise.
4981
4982 2005-08-27 Eli Zaretskii <eliz@gnu.org>
4983
4984 * simple.el (blink-matching-paren-distance): Document the meaning
4985 of nil value, and allow to customize to nil.
4986
4987 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4988 command.com, not command.exe.
4989
4990 2005-08-26 John Wiegley <johnw@newartisans.com>
4991
4992 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
4993 code around a bit so that an extraneous nil argument is not added
4994 to a command when no args are given.
4995
4996 * eshell/esh-arg.el (eshell-parse-double-quote): If a
4997 double-quoted argument resolves to nil, return it as an empty
4998 string rather than as nil. This made it impossible to pass "" to
4999 a shell script as a null string argument.
5000
5001 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
5002
5003 * outline.el (outline-invent-heading): New fun.
5004 (outline-promote, outline-demote): Use it.
5005 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
5006 (outline-end-of-subtree): Remove unused var `opoint'.
5007
5008 2005-08-26 David Reitter <david.reitter@gmail.com>
5009
5010 * menu-bar.el (truncate-lines, write-file, print-buffer)
5011 (ps-print-buffer-faces, ps-print-buffer, split-window):
5012 Disable menu items when the frame they refer to is invisible, or when
5013 they refer to a buffer and the minibuffer is selected.
5014
5015 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
5016
5017 * progmodes/flymake.el (flymake-highlight-err-lines):
5018 Use save-excursion around flymake-highlight-line to preserve point.
5019
5020 2005-08-26 Eli Zaretskii <eliz@gnu.org>
5021
5022 * progmodes/octave-mod.el: Change Author and Maintainer address.
5023 (octave-maintainer-address): Change Kurt's email address.
5024 * progmodes/octave-inf.el: Change Author and Maintainer address.
5025 * progmodes/octave-hlp.el: Change Author and Maintainer address.
5026
5027 2005-08-26 Kim F. Storm <storm@cua.dk>
5028
5029 * subr.el (version-list-<, version-list-<=, version-list-=):
5030 Renamed from integer-list-*.
5031 (version-list-not-zero): Likewise. Fix while loop.
5032 (version=): Use version-list-= instead of string-equal.
5033
5034 2005-08-26 Richard M. Stallman <rms@gnu.org>
5035
5036 * outline.el (outline-promote): Try shortening the heading.
5037 As last resort, read the heading to use.
5038 (outline-demote): As last resort, read the heading to use.
5039
5040 2005-08-26 Romain Francoise <romain@orebokech.com>
5041
5042 * progmodes/compile.el (compilation-start): Doc fix.
5043
5044 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
5045 (antlr-font-lock-additional-keywords): Fix reference to
5046 `antlr-font-lock-literal-regexp' erroneously changed during the
5047 mass face rename.
5048 (antlr-run-tool): Use `compilation-start'.
5049
5050 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
5051 instead of the obsolete `compile-internal'.
5052
5053 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
5054
5055 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
5056 (number, original-date):
5057 * calendar/cal-china.el (date):
5058 * calendar/cal-coptic.el (date):
5059 * calendar/cal-french.el (date):
5060 * calendar/cal-hebrew.el (date, entry, number, original-date):
5061 * calendar/cal-islam.el (date, number, original-date):
5062 * calendar/cal-iso.el (date):
5063 * calendar/cal-julian.el (date):
5064 * calendar/cal-mayan.el (date):
5065 * calendar/cal-menu.el (date, event):
5066 * calendar/cal-persia.el (date):
5067 * calendar/lunar.el (date):
5068 * calendar/solar.el (date): Add defvars.
5069
5070 * emerge.el:
5071 * ibuffer.el:
5072 * info-xref.el:
5073 * obsolete/bg-mouse.el:
5074 * obsolete/sun-curs.el:
5075 * obsolete/swedish.el: Move the `defvar's to the top level.
5076
5077 * smerge-mode.el (smerge-refined-change): Add :group.
5078
5079 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
5080
5081 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
5082 (smerge-keep-n): Remove props.
5083 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
5084 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
5085 now that it's done in smerge-keep-n.
5086 (smerge-refined-change): New face.
5087 (smerge-refine-chopup-region, smerge-refine-highlight-change)
5088 (smerge-refine): New funs.
5089 (smerge-basic-map): Bind smerge-refine.
5090
5091 2005-08-25 Juri Linkov <juri@jurta.org>
5092
5093 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
5094 compilation-process-setup-function and compilation-disable-input
5095 in grep-mode instead of let-bindings in grep.
5096
5097 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
5098 Delete "Automatic File De/compression" (auto-compression-mode).
5099
5100 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
5101
5102 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
5103 Silence warning about non-existent variable.
5104
5105 2005-08-25 Richard M. Stallman <rms@gnu.org>
5106
5107 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
5108 Rename "Describe Key" to "Describe Key or Mouse Operation".
5109
5110 * mail/mailalias.el (build-mail-aliases): Delete comments
5111 from the contents before processing them.
5112
5113 * isearch.el (isearch-edit-string): Erase the Search prompt
5114 if user enters an empty string and there is no default.
5115
5116 * comint.el (comint-file-name-prefix): Add autoload.
5117
5118 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
5119
5120 * subr.el (play-sound): Rearrange to avoid warning.
5121
5122 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
5123
5124 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
5125 New hook.
5126 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
5127
5128 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5129
5130 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
5131
5132 * custom.el (custom-theme-set-variables): Sort minor modes last.
5133
5134 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5135
5136 * subr.el (version-separator, version-regexp-alist): New vars used by
5137 version comparison funs.
5138 (integer-list-<, integer-list-=, integer-list-<=)
5139 (integer-list-not-zero): New funs for integer list comparison.
5140 (version-to-list, version=, version<, version<=): New funs for version
5141 comparison.
5142
5143 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
5144
5145 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
5146 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
5147 time to silence the byte-compiler.
5148
5149 * ibuffer.el (ibuffer-compile-make-eliding-form)
5150 (ibuffer-check-formats): Use `with-no-warnings' to hide references
5151 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
5152 so it's silly to get warnings for it).
5153 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
5154 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
5155 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
5156 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
5157 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
5158 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
5159 Defvar at compile time.
5160 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
5161 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
5162 Declare them before use.
5163
5164 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
5165 (info-xref-good, info-xref-bad): Defvar at compile time.
5166
5167 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
5168 Use `let*' instead of `let'.
5169
5170 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
5171 (*mouse-y*, menu, char): Defvar at compile time.
5172 (sc::menu): Declare it before use.
5173 (sc::pack-one-line): Use `let', not `let*'.
5174
5175 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
5176 (mail-send-hook): Defvar at compile time.
5177
5178 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
5179 Defvar at compile time.
5180
5181 * term/sun-mouse.el (current-global-mousemap)
5182 (current-local-mousemap): Declare them before use.
5183
5184 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
5185
5186 * bookmark.el (bookmark-after-jump-hook): New hook.
5187 (bookmark-jump): Run `bookmark-after-jump-hook'.
5188
5189 2005-08-23 Juri Linkov <juri@jurta.org>
5190
5191 * faces.el (minibuffer-prompt): Doc fix.
5192
5193 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
5194
5195 * progmodes/xscheme.el: Trivial changes to silence warnings.
5196 (xscheme-previous-mode, xscheme-previous-process-state):
5197 Add defvars.
5198 (xscheme-last-input-end, xscheme-process-command-line)
5199 (xscheme-process-name, xscheme-buffer-name)
5200 (xscheme-expressions-ring-max, xscheme-expressions-ring)
5201 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
5202 (xscheme-control-g-synchronization-p)
5203 (xscheme-control-g-disabled-p, xscheme-string-receiver)
5204 (default-xscheme-runlight, xscheme-runlight)
5205 (xscheme-runlight-string, xscheme-process-filter-state)
5206 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
5207 Move to beginning of file.
5208 (scheme-interaction-mode-commands-alist)
5209 (scheme-interaction-mode-map, scheme-debugger-mode-map):
5210 Declare them before use. Note: the initialization code for the variables
5211 has not been moved because it uses functions that reference the variables.
5212 (xscheme-control-g-message-string, xscheme-process-filter-alist)
5213 (xscheme-prompt-for-expression-map): Declare them before use.
5214 (scheme-debugger-mode-commands): "?\ " -> "?\s".
5215
5216 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
5217
5218 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
5219
5220 2005-08-22 Juri Linkov <juri@jurta.org>
5221
5222 * faces.el (set-face-underline): Delete this duplicate function
5223 and make an obsolete alias to set-face-underline-p.
5224 (set-face-underline-p): Use docstring of set-face-underline.
5225 (describe-face): Create hyperlink to parent face.
5226
5227 * info.el (Info-insert-dir): Use save-excursion around
5228 insert-buffer-substring.
5229 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
5230 (Info-escape-percent): Delete function.
5231 (Info-fontify-node): Replace Info-escape-percent by
5232 replace-regexp-in-string with REP arg set to lambda that
5233 duplicates `%' and preserves text properties.
5234
5235 * progmodes/compile.el (compilation-disable-input): Doc fix.
5236 (define-compilation-mode): Doc fix and refill.
5237 (kill-compilation): Use `mode-name' in the error message.
5238 (compilation-find-file): Use `compilation-error' in the
5239 read-file-name's prompt.
5240
5241 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5242
5243 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
5244 (smerge-auto-leave): Make undo re-enable the mode.
5245 (debug-ignored-errors): Add the user-error of impossible resolution.
5246 (smerge-resolve): Move things around a bit, in preparation for later.
5247 (smerge-diff): Don't fail if the buffer has no associated file.
5248 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
5249 (smerge-conflict-overlay): New function.
5250 (smerge-match-conflict): Don't add text properties here.
5251 (smerge-find-conflict): Instead, add an overlay here.
5252 Also check for the case where we're inside a conflict already, so as to
5253 obviate the need for font-lock-multiline, which is unbearably slow with
5254 large conflicts and ciomplex font-lock patterns.
5255 (smerge-remove-props): Remove overlay rather than text-properties.
5256 (smerge-mode): Don't set font-lock-multiline.
5257 Remove overlays when turned off.
5258
5259 2005-08-21 Kim F. Storm <storm@cua.dk>
5260
5261 * ido.el (ido-ignore-item-p): Use save-match-data.
5262 Bind case-fold-search to ido-case-fold locally.
5263
5264 2005-08-20 Richard M. Stallman <rms@gnu.org>
5265
5266 * files.el (normal-mode): If font lock is on, turn it off and on.
5267
5268 * subr.el (replace-regexp-in-string): Doc fix.
5269
5270 * startup.el (command-line-1): Don't suppress startup screen
5271 due to existing processes.
5272
5273 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
5274
5275 * progmodes/compile.el (compilation-disable-input): Default to nil.
5276
5277 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
5278
5279 * progmodes/compile.el (compilation-disable-input): New defcustom.
5280 (compilation-start): If compilation-disable-input is non-nil, send
5281 EOF to the compilation process.
5282
5283 2005-08-20 Eli Zaretskii <eliz@gnu.org>
5284
5285 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
5286 Run the argument of tex-shell-cd-command through
5287 convert-standard-filename, to get the correct style of slashes on
5288 Windows, and enclose the result in quotes, in case the file name
5289 includes whitespace or other special characters.
5290
5291 2005-08-19 Andreas Schwab <schwab@suse.de>
5292
5293 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
5294 process.
5295
5296 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
5297
5298 * cus-start.el (minibuffer-prompt-properties): Correct typo.
5299
5300 2005-08-18 Kim F. Storm <storm@cua.dk>
5301
5302 * scroll-lock.el: Fix errors due to incorrect line wrapping.
5303
5304 2005-08-18 Richard M. Stallman <rms@gnu.org>
5305
5306 * scroll-lock.el: New file.
5307
5308 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
5309
5310 * dired.el (dired-move-to-end-of-filename):
5311 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
5312
5313 2005-08-18 Kim F. Storm <storm@cua.dk>
5314
5315 * ido.el (ido-everywhere): Fix defcustom :set function to disable
5316 rather than toggle mode when custom value is nil.
5317 (ido-everywhere): Fix defun doc string.
5318
5319 2005-08-17 Richard M. Stallman <rms@gnu.org>
5320
5321 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
5322 as tag instead of "Inviolable".
5323
5324 2005-08-17 Kim F. Storm <storm@cua.dk>
5325
5326 * windmove.el (windmove-coordinates-of-position): Remove.
5327 (windmove-coordinates-of-window-position): Remove.
5328 (windmove-reference-loc): Use posn-at-point instead.
5329
5330 * subr.el (insert-for-yank-1): Doc fix.
5331
5332 * ido.el (ido-enter-matching-directory): Rename from
5333 ido-enter-single-matching-directory. Change 'slash choice to
5334 'only. Add 'first choice.
5335 (ido-exhibit): Adapt to above changes.
5336
5337 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
5338
5339 * Makefile.in: Expand comment about building loaddefs.el.
5340
5341 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
5342
5343 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
5344 Comment use of defadvice.
5345
5346 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
5347
5348 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
5349
5350 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
5351 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
5352 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
5353 * progmodes/idlw-shell.el, progmodes/ld-script.el,
5354 * progmodes/which-func.el, ruler-mode.el, strokes.el,
5355 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
5356 for backward compatibility for faces that did not appear in the
5357 previous Emacs release.
5358
5359 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
5360
5361 2005-08-15 Kim F. Storm <storm@cua.dk>
5362
5363 * emulation/cua-base.el (cua-delete-region): Return t if
5364 deleted region was non-empty.
5365 (cua-replace-region): Inhibit overwrite-mode for
5366 self-insert-command if replaced region was non-empty.
5367 (cua--explicit-region-start, cua--status-string): Make them
5368 buffer-local at top-level...
5369 (cua-mode): ...rather than when mode is enabled.
5370
5371 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
5372
5373 * progmodes/vhdl-mode.el (vhdl-emacs-21):
5374 Set t for Emacs 21, 22, and so on.
5375
5376 2005-08-15 David Ponce <david@dponce.com>
5377
5378 * tree-widget.el: Update Commentary header.
5379 (tree-widget-theme): Doc fix.
5380 (tree-widget-space-width): New option.
5381 (tree-widget-image-properties): Look up in the default theme too.
5382 (tree-widget--cursors): Only for images with arrow pointer shape.
5383 (tree-widget-lookup-image): Pointer shape is hand by default.
5384 (tree-widget-icon): Rename generic icon widget from
5385 `tree-widget-control'.
5386 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
5387 derive from `tree-widget-icon'.
5388 (tree-widget-handle): Improve default look and feel of the text
5389 representation.
5390 (tree-widget): Rename :*-control properties to :*-icon properties.
5391 Add :action and :help-echo properties.
5392 (tree-widget-after-toggle-functions): Move.
5393 (tree-widget-close-node, tree-widget-open-node): Remove.
5394 (tree-widget-before-create-icon-functions): New hook.
5395 (tree-widget-value-create): Update to allow customization of icons
5396 and nodes at run-time via that new hook.
5397 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
5398 (tree-widget-icon-action, tree-widget-icon-help-echo)
5399 (tree-widget-action, tree-widget-help-echo): New functions.
5400
5401 2005-08-15 Kim F. Storm <storm@cua.dk>
5402
5403 * ido.el (ido-buffer-internal): Use with-no-warnings.
5404 (ido-make-merged-file-list): Use while-no-input.
5405
5406 2005-08-15 Richard M. Stallman <rms@gnu.org>
5407
5408 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
5409 (flyspell-large-region): Fix doc and custom type.
5410
5411 2005-08-14 Richard M. Stallman <rms@gnu.org>
5412
5413 * files.el (interpreter-mode-alist): Doc fix.
5414
5415 * mail/rmail.el (rmail-nonignored-headers): New variable.
5416 (rmail-clear-headers): Use it.
5417 (rmail-reply): Better handling of mail-followup-to header.
5418
5419 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5420 Rename variable from sh-font-lock-keywords. In the `shell' entry,
5421 don't try to refer to executable-font-lock-keywords.
5422 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
5423 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
5424 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
5425 (sh-mode): Set comment-start-skip, local-abbrev-table,
5426 imenu-case-fold-search.
5427 (sh-set-shell): Don't set them here.
5428 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
5429 Don't cache the results in the original alist; don't ever modify
5430 that alist.
5431
5432 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
5433
5434 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
5435 empty.
5436
5437 2005-08-15 Andreas Schwab <schwab@suse.de>
5438
5439 * desktop.el: Put autoload cookie at risky-local-variable declarations.
5440
5441 * dired.el, info.el, mail/rmail.el: Revert last change.
5442
5443 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
5444
5445 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
5446 modification in `eval-after-load' form.
5447 * info.el: Likewise.
5448 * mail/rmail.el: Likewise.
5449
5450 2005-08-14 Juri Linkov <juri@jurta.org>
5451
5452 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5453 Remove highlighting of "Compilation started". Highlight only
5454 the word "finished" in "Compilation finished". Add highlighting
5455 of "interrupt", "killed", "terminated" and the exit code.
5456 (compilation-start): Add newline after header. Use exactly the
5457 same time stamp format as the finishing message.
5458 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
5459
5460 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
5461 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
5462 Add highlighting of "interrupt", "killed", "terminated".
5463
5464 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
5465 enabled and the current command is self-insert-command, call it
5466 explicitly with overwrite-mode bound to nil, to not allow it
5467 to delete the character after the selected region.
5468
5469 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
5470
5471 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
5472 move-end-of-line, end-of-line, and beginning-of-line to the list
5473 of commands after which the echo area is updated.
5474
5475 2005-08-12 Eli Zaretskii <eliz@gnu.org>
5476
5477 * cus-edit.el (custom-save-all, custom-save-delete):
5478 Bind recentf-exclude to exclude custom-file.
5479
5480 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
5481
5482 * mail/rmailsum.el (rmail-summary-end-of-message): New command
5483 to go to the bottom of the mail message. Added to
5484 `rmail-summary-mode-map' with key "/".
5485 (rmail-summary-show-message): New (internal) function for use by
5486 both `rmail-summary-beginning/end-of-message'.
5487 (rmail-summary-beginning-of-message): Change to use
5488 rmail-summary-show-message.
5489
5490 * mail/rmail.el (rmail-end-of-message): New command to go to the
5491 end of the current message. Added to `rmail-mode-map' with key "/".
5492 (rmail-beginning-of-message): Fix to work as documented.
5493 (rmail-mode): Change documentation.
5494
5495 * progmodes/compile.el (compilation-start): Add the line
5496 "Compilation started" with compilation start time.
5497 (compilation-mode-font-lock-keywords): Add `started' to keywords.
5498
5499 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
5500
5501 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
5502 of menu items.
5503
5504 2005-08-11 Richard M. Stallman <rms@gnu.org>
5505
5506 * simple.el (pop-global-mark): Reverse test of widen-automatically.
5507
5508 * battery.el (battery-status-function): Don't use ignore-errors.
5509
5510 2005-08-11 Lute Kamstra <lute@gnu.org>
5511
5512 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
5513 define-obsolete-variable-alias.
5514
5515 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
5516
5517 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
5518 (ange-ftp-send-cmd): Revert last change, and expand
5519 the comment explaining the problem.
5520
5521 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
5522
5523 * ldefs-boot.el: Update.
5524
5525 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
5526 item to "Time, Load and Mail". Change help echo text.
5527
5528 * time.el (display-time-use-mail-icon, display-time-format)
5529 (display-time-string-forms): Shorten first line of docstrings.
5530
5531 2005-08-10 Lars Hansen <larsh@soem.dk>
5532
5533 * desktop.el (desktop-buffer-mode-handlers):
5534 Make non-customizable. Add autoload cookie. Change initial value to
5535 nil; add elements in respective modules instead. Fix doc string.
5536 (desktop-load-file): New function.
5537 (desktop-minor-mode-handlers): New autoloaded variable.
5538 (desktop-create-buffer): Call minor mode handlers.
5539 Use desktop-load-file to load major and minor mode modules prior to
5540 checking for a handler.
5541 (desktop-save): Don't add nil to desktop-minor-modes for minor
5542 modes with nil function in desktop-minor-mode-table. Don't delete
5543 desktop file before rewriting it.
5544 (desktop-locals-to-save): Add autoload cookie. Don't make
5545 automatically buffer-local. Add variables column-number-mode,
5546 size-indication-mode, indent-tabs-mode,
5547 indicate-buffer-boundaries, indicate-empty-lines and
5548 show-trailing-whitespace.
5549 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
5550 regexps. Don't use desktop-clear-preserve-buffers-regexp.
5551 (desktop-clear-preserve-buffers-regexp): Delete.
5552 (desktop-clear-preserve-buffers): Update initial value and docstring.
5553 (desktop-save-buffer): Fix doc string.
5554
5555 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
5556 (hilit-chg-desktop-restore): New function.
5557 (highlight-changes-mode): Add highlight-changes-mode to
5558 desktop-locals-to-save.
5559
5560 * dired.el: Add handler to desktop-buffer-mode-handlers.
5561 (dired-restore-desktop-buffer): Remove autoload cookie.
5562 (dired-mode): Add autoload cookie.
5563
5564 * info.el: Add handler to desktop-buffer-mode-handlers.
5565 (Info-restore-desktop-buffer): Remove autoload cookie.
5566 (Info-mode): Add autoload cookie.
5567
5568 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
5569 (mh-restore-desktop-buffer): Remove autoload cookie.
5570 (mh-folder-mode): Add autoload cookie.
5571
5572 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
5573 (rmail-restore-desktop-buffer): Remove autoload cookie.
5574
5575 2005-08-11 Masatake YAMATO <jet@gyve.org>
5576
5577 * hexl.el (hexl-address-region):
5578 (hexl-ascii-region, hexl-font-lock-keywords):
5579 (hexl-highlight-line-range): Use the term "region"
5580 instead of "area" for consistency with the other symbols
5581 defined in hexl.el.
5582
5583 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5584
5585 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
5586 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
5587 out by Juri Linkov). Add `display-battery-mode'.
5588
5589 2005-08-09 Juri Linkov <juri@jurta.org>
5590
5591 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5592 Remove `-text' from face variable names.
5593 (compilation-error-file-name, compilation-warning-file-name)
5594 (compilation-info-file-name): Delete faces.
5595 (compilation-line-number, compilation-column-number):
5596 Remove face underlining.
5597 (compilation-message-face): Set to `underline' value by default.
5598 (compilation-error-face, compilation-warning-face)
5599 (compilation-info-face): Remove `-file-name' from face names.
5600 (compilation-error-text-face, compilation-warning-text-face)
5601 (compilation-info-text-face): Delete face variables.
5602 (compilation-text-face): Delete function.
5603
5604 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5605 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
5606 (grep-error-face): Set to `compilation-error' instead of
5607 `compilation-error-face' (which is redefined to `grep-hit-face' in
5608 grep buffers).
5609 (grep-mode-font-lock-keywords): Remove `-text' from face variable
5610 names. Use `grep-error-face' instead of `compilation-error-text-face'.
5611
5612 * dired-aux.el (dired-do-query-replace-regexp):
5613 Use `query-replace-read-args'.
5614
5615 * replace.el (query-replace-read-from, query-replace-read-to)
5616 (query-replace-read-args): Rename arg `string' to `prompt'.
5617
5618 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
5619
5620 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5621
5622 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
5623 uploading files.
5624 (ange-ftp-canonize-filename): Handle file names beginning with ~
5625 correctly.
5626
5627 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5628
5629 * textmodes/fill.el (canonically-space-region)
5630 (fill-context-prefix, fill-french-nobreak-p)
5631 (fill-delete-newlines, fill-comment-paragraph)
5632 (justify-current-line): "?\ " -> "?\s".
5633
5634 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
5635
5636 * textmodes/fill.el (fill-nonuniform-paragraphs):
5637 Improve argument/docstring consistency.
5638
5639 2005-08-09 Richard M. Stallman <rms@gnu.org>
5640
5641 * textmodes/ispell.el (ispell-word): More fboundp checks.
5642
5643 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
5644 (find-file-noselect-1): Call it here, only if RAWFILE.
5645 (normal-mode): Always set some major mode.
5646 (save-some-buffers-action-alist): Change some explanation strings.
5647 (file-name-non-special): In the `quote' method, use unwind-protect.
5648
5649 2005-08-09 Magnus Henoch <mange@freemail.hu>
5650
5651 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
5652 (ispell-have-aspell-dictionaries): New variable.
5653 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
5654 (ispell-get-aspell-config-value): New function.
5655 (ispell-aspell-find-dictionary): New function.
5656 (ispell-aspell-add-aliases): New function.
5657 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
5658 appropriate. Don't look for ispell dictionaries if we use aspell.
5659 (ispell-menu-map): Don't build a submenu of dictionaries.
5660
5661 2005-08-09 Richard M. Stallman <rms@gnu.org>
5662
5663 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
5664 (sql-read-passwd): Use read-passwd.
5665
5666 * progmodes/idlw-toolbar.el (idlwave-toolbar)
5667 (idlwave-toolbar-is-possible): Add defvars.
5668
5669 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
5670 Avoid warnings.
5671
5672 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
5673 (idlwave-system-class-info, idlwave-executive-commands-alist):
5674 Use defvar.
5675
5676 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
5677
5678 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
5679 Avoid warnings.
5680
5681 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
5682 and content-type: headers.
5683
5684 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
5685
5686 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
5687 and rename some of them to be more self-explanatory.
5688
5689 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
5690
5691 * startup.el (command-line-1): Implement -scriptload.
5692
5693 * replace.el (occur-engine): Initial *Occur* output not undoable.
5694
5695 * menu-bar.el (menu-bar-file-menu): Rename some menu items
5696 and improve help strings.
5697
5698 * isearch.el (isearch-repeat): When changing direction,
5699 mark search successful.
5700
5701 * ediff-init.el: Use (featurep 'xemacs).
5702
5703 * comint.el (send-invisible): Identify buffer, if not selected.
5704
5705 * align.el: Delete autoload for c-guess-basic-syntax.
5706
5707 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5708
5709 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
5710 Improve argument/docstring consistency. Doc fixes.
5711 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
5712 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
5713 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
5714 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
5715 (r2bv-organization, r2bv-pages, r2bv-primary-author)
5716 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
5717 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
5718 Defvar at compile time.
5719
5720 2005-08-09 Juri Linkov <juri@jurta.org>
5721
5722 * info.el: Replace `info' with upper-case `Info' where appropriate.
5723 (info-title-1, info-title-2, info-title-3, info-title-4)
5724 (info-menu-header): Move up face definitions.
5725 (info-menu-star): Rename from `info-menu-5'.
5726 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
5727 (Info-fontify-visited-nodes): Fix docstring.
5728 (Info-hide-note-references): Fix docstring.
5729 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
5730 menu items in the same way as on cross-references.
5731 (info-apropos): Fix sorting order and formatting to be like in the
5732 stand-alone Info browser. Display error messages for 1 sec.
5733 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
5734 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
5735 from the menu bar.
5736 (Info-insert-dir): Restore point after calling
5737 `insert-buffer-substring'.
5738
5739 2005-08-08 Richard M. Stallman <rms@gnu.org>
5740
5741 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
5742 (recompute-lucid-menubar): Add defvars.
5743
5744 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
5745
5746 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
5747
5748 * net/net-utils.el (run-dig): Rename from `dig'.
5749
5750 * play/gametree.el (gametree-mode): Use make-local-variable,
5751 not make-variable-buffer-local.
5752
5753 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
5754
5755 * ansi-color.el (ansi-color-make-extent)
5756 (ansi-color-set-extent-face): Use fboundp, not functionp.
5757
5758 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
5759 not make-variable-buffer-local.
5760
5761 * bookmark.el (Info-current-file): Add defvar.
5762 (bookmark-jump-noselect): Use with-no-warnings.
5763
5764 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
5765
5766 * ebuff-menu.el (Helper-return-blurb): Add defvar.
5767
5768 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
5769
5770 * find-file.el (ada-procedure-start-regexp)
5771 (ada-package-start-regexp): Add defvars.
5772
5773 * info.el (Info-insert-dir): Use insert-buffer-substring.
5774
5775 * xml.el (xml-att-def-re): Add defvar.
5776
5777 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
5778 calling convention.
5779
5780 * subr.el (while-no-input): Return t if there is input.
5781
5782 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
5783
5784 * cus-start.el (all): Add `overflow-newline-into-fringe'.
5785
5786 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
5787
5788 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
5789 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
5790
5791 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
5792
5793 * cmuscheme.el (scheme-start-file): Replace reference to
5794 `user-emacs-directory' by "~/.emacs.d/".
5795
5796 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
5797
5798 * info.el (Info-dir-remove-duplicates): Avoid case folding
5799 in loop; instead, keep downcased strings for comparison.
5800 Suggested by Helmut Eller.
5801
5802 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
5803
5804 Sync with Tramp 2.0.50.
5805
5806 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
5807 XEmacs case; not necessary anymore.
5808 (tramp-user-regexp): Allow "@" as part of user name.
5809 (tramp-handle-set-visited-file-modtime)
5810 (tramp-handle-insert-file-contents)
5811 (tramp-handle-write-region): No special handling for
5812 `last-coding-system-used, because this is done in
5813 `tramp-accept-process-output' now.
5814 (tramp-accept-process-output): New defun.
5815 (tramp-process-one-action, tramp-process-one-multi-action)
5816 (tramp-wait-for-regexp, tramp-wait-for-output)
5817 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
5818 Howells <dhowells@redhat.com>.
5819 (clear-visited-file-modtime): Defadvice removed. The check for
5820 unset buffer's modtime does not need to be based on
5821 `tramp-buffer-file-attributes'. Suggested by RMS.
5822 (tramp-message): Insert "\n" if not being at beginning of line.
5823 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
5824 sequence with same logic.
5825 (tramp-completion-handle-expand-file-name): Discard call of
5826 `tramp-drop-volume-letter'. It is not necessary, and there have
5827 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
5828 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5829 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
5830 should always be visible.
5831 (tramp-handle-insert-directory, tramp-setup-complete)
5832 (tramp-set-process-query-on-exit-flag)
5833 (tramp-append-tramp-buffers): Pacify byte-compiler.
5834 (tramp-bug): Delete non-existing variables from list.
5835 Apply `tramp-load-report-modules' as pre-hook.
5836 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
5837 `shell-prompt-pattern' because of non-7bit characters.
5838 Reported by Sebastian Luque <sluque@mun.ca>.
5839 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
5840 (tramp-match-string-list): Remove function.
5841 (tramp-wait-for-regexp): Remove call of that function.
5842 Suggested by Kim F. Storm <storm@cua.dk>.
5843 (tramp-set-auto-save-file-modes): Use octal integer code #o600
5844 instead of octal character code ?\600. The latter resulted in a
5845 syntax error with XEmacs.
5846
5847 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
5848 XEmacs case; not necessary anymore.
5849 (tramp-smb-handle-write-region): No special handling for
5850 `last-coding-system-used, because this is done in
5851 `tramp-accept-process-output' now.
5852 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
5853
5854 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
5855
5856 * wid-edit.el (widget-choice-value-create):
5857 Unconditionally respect user choice. Set :explicit-choice back to nil
5858 when no longer needed.
5859 (widget-choice-action): Unconditionally respect user choice.
5860 Eliminate :explicit-choice-value.
5861
5862 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
5863
5864 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
5865 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
5866 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
5867 running new function `toggle-indicate-empty-lines'.
5868 Rename "Customize" item to "Customize fringe".
5869 Rename "Indicators" item to "Buffer boundaries" and change help echo.
5870 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
5871 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
5872 Delete "Empty lines only" item.
5873 (menu-bar-showhide-fringe-ind-customize): New function.
5874 (menu-bar-showhide-fringe-ind-mixed)
5875 (menu-bar-showhide-fringe-ind-box)
5876 (menu-bar-showhide-fringe-ind-right)
5877 (menu-bar-showhide-fringe-ind-left)
5878 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
5879 instead of `fringe-indicators'.
5880
5881 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5882
5883 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
5884 Change the date of last update.
5885
5886 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5887
5888 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
5889 (viper-exec-yank, viper-put-back): Don't display modification msg
5890 if in the minibuffer.
5891
5892 * viper-init.el (viper-replace-overlay-cursor-color)
5893 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
5894 Make variables frame local.
5895
5896 * viper-util.el (viper-append-filter-alist): Use append instead of
5897 nconc.
5898
5899 * viper.el (viper-vi-state-mode-list)
5900 (viper-emacs-state-mode-list): Move help-mode and
5901 completion-list-mode from the first list to the second.
5902 (viper-mode): Docstring.
5903 (viper-go-away, viper-non-hook-settings): Don't localize
5904 minor-mode-alist in newer Emacsen. Add advice to
5905 set-cursor-color. Don't bind "\C-c\\".
5906
5907 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
5908
5909 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
5910 (scheme-macro-expand-command): New user options.
5911 (scheme-trace-procedure, scheme-expand-current-form): New commands.
5912 (scheme-form-at-point, scheme-start-file)
5913 (scheme-interactively-start-process): New functions.
5914 (scheme-get-process): New function, extracted from `scheme-proc'.
5915 (run-scheme): Call `scheme-start-file' to get start file, and pass
5916 it to `make-comint'.
5917 (switch-to-scheme, scheme-proc):
5918 Call `scheme-interactively-start-process' if no Scheme buffer/process
5919 is available.
5920
5921 2005-08-06 Juri Linkov <juri@jurta.org>
5922
5923 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5924 Use `compilation-text-face', `compilation-info-text-face' and
5925 `compilation-error-text-face' instead of `font-lock-keyword-face'.
5926 (compilation-error): New face.
5927 (compilation-error-file-name): Inherit from
5928 `compilation-error' instead of `font-lock-warning-face'.
5929 (compilation-warning-file-name): Inherit from
5930 `compilation-warning' instead of `font-lock-warning-face'.
5931 (compilation-info, compilation-error-file-name)
5932 (compilation-warning-file-name, compilation-info-file-name)
5933 (compilation-line-number, compilation-column-number): Doc fix.
5934 (compilation-error-text-face, compilation-warning-text-face)
5935 (compilation-info-text-face): New face variables.
5936 (compilation-line-face, compilation-column-face)
5937 (compilation-enter-directory-face)
5938 (compilation-leave-directory-face): Doc fix.
5939 (compilation-text-face): New function.
5940
5941 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
5942 instead of 1 to display binary file names as info file links.
5943 (grep-error-face): Use `compilation-error-face' instead of
5944 `font-lock-keyword-face'.
5945 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
5946 and `compilation-warning-text-face' instead of
5947 `font-lock-keyword-face'. Use `compilation-error-text-face'
5948 instead of `grep-error-face'.
5949
5950 2005-08-05 Kenichi Handa <handa@m17n.org>
5951
5952 * international/code-pages.el: Add autoload cookies for all coding
5953 systems.
5954
5955 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
5956
5957 * cus-start.el (all): Put undo.c where it alphabetically belongs.
5958
5959 2005-08-04 Juri Linkov <juri@jurta.org>
5960
5961 * progmodes/compile.el (compilation-mode-map):
5962 * progmodes/grep.el (grep-mode-map):
5963 Bind TAB to `compilation-next-error' and [backtab] to
5964 `compilation-previous-error'.
5965
5966 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
5967 matching line numbers, column numbers and their ranges with regexp
5968 matching only line numbers.
5969 (grep-context-face): New face variable.
5970 (grep-mode-font-lock-keywords): Use it.
5971
5972 * faces.el (read-face-name): Delete duplicate faces.
5973
5974 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
5975
5976 * thumbs.el (thumbs-find-image): Don't make variables
5977 automatically buffer local.
5978 (thumbs-current-tmp-filename, thumbs-current-image-filename)
5979 (thumbs-image-num): Make automatically buffer local.
5980 (thumbs-show-thumbs-list): Use `make-local-variable', not
5981 `make-variable-buffer-local'.
5982 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
5983
5984 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
5985 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
5986 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
5987 (bother, bye, canyou, chatlst, continue, deathlst, describe)
5988 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
5989 (feelings-about, foullst, found, hello, history, howareyoulst)
5990 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
5991 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
5992 (neglst, obj, object, owner, please, problems, qlist)
5993 (random-adjective, relation, remlst, repetitive-shortness)
5994 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
5995 (shortlst, something, sportslst, stallmanlst, states, subj)
5996 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
5997 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
5998 Defvar at compile time.
5999
6000 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
6001 not `make-variable-buffer-local'.
6002
6003 2005-08-02 Kim F. Storm <storm@cua.dk>
6004
6005 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
6006 rectangle overlay in selected window.
6007
6008 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
6009
6010 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
6011 instead of display group. Make `indicate-buffer-boundaries'
6012 customizable through Custom.
6013
6014 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
6015
6016 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
6017 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
6018 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
6019 (gdb-put-string): Fix typos in docstrings.
6020
6021 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
6022
6023 Update copyright notices of files in progmodes directory for
6024 release of Emacs 22.1.
6025
6026 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
6027
6028 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
6029 Don't barf if the GUD buffer has been killed.
6030
6031 2005-08-01 Kim F. Storm <storm@cua.dk>
6032
6033 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
6034
6035 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
6036
6037 * simple.el (next-error-follow-minor-mode):
6038 make-variable-buffer-local -> make-local-variable.
6039
6040 * emacs-lisp/cl-extra.el: Require CL also when compiling.
6041
6042 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
6043 (byte-compile-form-make-variable-buffer-local): New functions to warn
6044 about misuses of make-variable-buffer-local where make-local-variable
6045 was meant.
6046
6047 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
6048
6049 * bs.el (bs-attributes-list): Doc fix.
6050 (bs): Update url-link.
6051
6052 * desktop.el (desktop-save-buffer): Fix typos in docstring.
6053 (desktop-load-default): Simplify.
6054
6055 * ibuffer.el (ibuffer-columnize-and-insert-list)
6056 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
6057 (ibuffer-unmark-all, ibuffer-toggle-marks)
6058 (ibuffer-unmark-forward, ibuffer-unmark-backward)
6059 (ibuffer-compile-make-format-form, ibuffer-format-column)
6060 (ibuffer-current-buffers-with-marks)
6061 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
6062 (ibuffer): Doc fix.
6063 (ibuffer-mode): Fix typo in docstring.
6064 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
6065 with `define-obsolete-variable-alias'.
6066 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
6067
6068 2005-07-29 Kenichi Handa <handa@m17n.org>
6069
6070 * international/mule-cmds.el (select-message-coding-system):
6071 Be sure to use LF for end-of-line. If no coding system is decided,
6072 return iso-8859-1-unix.
6073
6074 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
6075
6076 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
6077 (ange-ftp-pending-error-line): New vars.
6078 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
6079 to handle the non-fatal no-route-to-host messages.
6080 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
6081
6082 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
6083
6084 * isearch.el (isearch-mode-map, isearch-other-meta-char)
6085 (isearch-quote-char, isearch-printing-char)
6086 (isearch-text-char-description): "?\ " -> "?\s".
6087 (isearch-lazy-highlight-cleanup)
6088 (isearch-lazy-highlight-initial-delay)
6089 (isearch-lazy-highlight-interval)
6090 (isearch-lazy-highlight-max-at-a-time)
6091 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
6092 Declare with define-obsolete-*-alias macros.
6093 (isearch-forward): Fix typo in docstring.
6094 (search-invisible, search-ring-yank-pointer)
6095 (regexp-search-ring-yank-pointer): Doc fixes.
6096
6097 * recentf.el (recentf-menu-append-commands-p): Declare with
6098 `define-obsolete-variable-alias'.
6099 (recentf-max-saved-items, recentf-menu-filter)
6100 (recentf-arrange-by-rule-subfilter): Doc fixes.
6101 (recentf-menu-append-commands-flag)
6102 (recentf-initialize-file-name-history, recentf-expand-file-name)
6103 (recentf-clear-data): Fix typos in docstrings.
6104
6105 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
6106
6107 * progmodes/gdb-ui.el: Smarten comments.
6108 (gdb-info-breakpoints-custom): Use nowarn when finding file.
6109
6110 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6111
6112 * term/apollo.el (terminal-init-apollo): New function containing
6113 all former top level forms in the file.
6114 * term/bobcat.el (terminal-init-bobcat):
6115 * term/cygwin.el (terminal-init-cygwin):
6116 * term/iris-ansi.el (terminal-init-iris-ansi):
6117 * term/linux.el (terminal-init-linux):
6118 * term/news.el (terminal-init-news):
6119 * term/rxvt.el (terminal-init-rxvt):
6120 * term/sun.el (terminal-init-sun):
6121 * term/tvi970.el (terminal-init-tvi970):
6122 * term/vt100.el (terminal-init-vt100):
6123 * term/vt102.el (terminal-init-vt102):
6124 * term/vt125.el (terminal-init-vt125):
6125 * term/vt200.el (terminal-init-vt200):
6126 * term/vt201.el (terminal-init-vt201):
6127 * term/vt220.el (terminal-init-vt220):
6128 * term/vt240.el (terminal-init-vt240):
6129 * term/vt300.el (terminal-init-vt300):
6130 * term/vt320.el (terminal-init-vt320):
6131 * term/vt400.el (terminal-init-vt400):
6132 * term/vt420.el (terminal-init-vt420):
6133 * term/wyse50.el (terminal-init-wyse50):
6134 * term/xterm.el (terminal-init-xterm): Likewise.
6135
6136 * term/README: Describe the terminal-init-* functionality.
6137
6138 * startup.el (command-line): After loading the terminal initialization
6139 file call the corresponding terminal initialization function.
6140
6141 2005-07-27 Kenichi Handa <handa@m17n.org>
6142
6143 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
6144 negative.
6145
6146 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
6147 (ps-mule-composition-prologue): Fix for the case that
6148 RelativeCompose is false.
6149
6150 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6151
6152 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
6153
6154 * descr-text.el (describe-char): Handle the case where the list of
6155 chars is displayed in a separate frame.
6156 Be a bit more discriminating when looking for the char.
6157
6158 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
6159
6160 * bookmark.el (bookmark-automatically-show-annotations)
6161 (bookmark-read-annotation-text-func): Doc fixes.
6162 (bookmark-save): Improve argument/docstring consistency.
6163 (bookmark-get-bookmark, bookmark-get-bookmark-record)
6164 (bookmark-alist-from-buffer)
6165 (bookmark-upgrade-file-format-from-0)
6166 (bookmark-grok-file-format-version)
6167 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
6168 (bookmark-read-annotation-mode)
6169 (bookmark-insert-current-bookmark, bookmark-jump)
6170 (bookmark-exit-hook): Fix typos in docstrings.
6171 (bookmark-exit-hooks): Define as obsolete alias.
6172 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
6173 not `bookmark-exit-hooks'. Fix docstring.
6174 (bookmark-bmenu-select): "?\ " -> "?\s".
6175
6176 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
6177
6178 * startup.el (command-line): Fix typo.
6179
6180 2005-07-24 Richard M. Stallman <rms@gnu.org>
6181
6182 * tooltip.el (tooltip-mode): Test emacs-basic-display,
6183 not emacs-quick-startup.
6184
6185 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
6186
6187 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
6188 (reb-next-match, reb-show-subexp): Use `with-selected-window'
6189 instead of `reb-with-current-window'.
6190 (reb-prev-match): Likewise. Also, don't move left if the search
6191 was unsuccessful.
6192 (reb-initialize-buffer): New function.
6193 (re-builder, reb-change-syntax): Use it.
6194
6195 * man.el (Man-goto-page): Make second argument NOERROR optional.
6196
6197 2005-07-23 Richard M. Stallman <rms@gnu.org>
6198
6199 * man.el (Man-bgproc-sentinel): Check here for failure to find
6200 any man page in the output, and report the error here.
6201 (Man-arguments): Make it permanent local.
6202 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
6203 (Man-mode): Pass t for NOERROR.
6204
6205 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
6206 (grep-mode-font-lock-keywords):
6207 Don't use compilation-...-face for messages that are not file names.
6208
6209 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6210 Don't use compilation-...-face for messages that are not file names.
6211
6212 2005-07-22 Juri Linkov <juri@jurta.org>
6213
6214 * startup.el (normal-splash-screen): Update menu name.
6215
6216 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
6217
6218 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6219
6220 * term/xterm.el: Load term/rxvt if the terminal is actually an
6221 rxvt terminal.
6222 (xterm-rxvt-set-background-mode): Remove, not used anymore.
6223
6224 * term/rxvt.el (function-key-map): Use substitute-key-definition
6225 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
6226
6227 * term/cygwin.el: New file.
6228
6229 2005-07-22 Kim F. Storm <storm@cua.dk>
6230
6231 * image-file.el (insert-image-file, image-file-yank-handler):
6232 Fix last change to maintain a (unique) yank-handler on yanked images.
6233
6234 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
6235
6236 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
6237 of the file size (as in "177B" for 177 bytes). This happens with
6238 "ls -lh" on FreeBSD.
6239
6240 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
6241
6242 * hilit-chg.el (highlight-changes-global-initial-state)
6243 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
6244 (hilit-chg-fixup, highlight-changes-mode):
6245 Fix typos in docstrings.
6246 (highlight-changes-global-modes, highlight-changes-rotate-faces):
6247 Doc fixes.
6248
6249 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
6250
6251 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
6252 mode function using `eval-after-load'.
6253
6254 2005-07-21 Kim F. Storm <storm@cua.dk>
6255
6256 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
6257 included when reporting an emacs crash, and tell about the DEBUG file.
6258
6259 * image-file.el (insert-image-file): Add yank-handler.
6260 (image-file-yank-handler): Yank handler to make unique copies of
6261 images when they are yanked into a buffer next to each other.
6262
6263 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
6264
6265 * comint.el (comint-use-prompt-regexp, comint-send-input)
6266 (comint-source-default, comint-extract-string)
6267 (comint-get-source, comint-word, comint-completion)
6268 (comint-source, comint-prompt-read-only, comint-update-fence):
6269 Fix typos in docstrings.
6270 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
6271 Declare with define-obsolete-*-alias macros.
6272 (comint-previous-matching-input-from-input)
6273 (comint-next-matching-input-from-input)
6274 (comint-previous-matching-input, comint-next-matching-input)
6275 (comint-forward-matching-input):
6276 Improve argument/docstring consistency.
6277
6278 * desktop.el (desktop-clear-preserve-buffers-regexp):
6279 Also preserve the *server* buffer.
6280
6281 * simple.el (clone-indirect-buffer): Doc fix.
6282 (fixup-whitespace, just-one-space)
6283 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
6284 (next-error, next-error-highlight)
6285 (next-error-highlight-no-select, next-error-last-buffer)
6286 (next-error-buffer-p, next-error-find-buffer, next-error)
6287 (previous-error, next-error-no-select, previous-error-no-select)
6288 (open-line, split-line, minibuffer-prompt-width, kill-new)
6289 (binary-overwrite-mode): Fix typos in docstrings.
6290 (set-fill-column): Fix typo in message.
6291
6292 * skeleton.el (skeleton-proxy-new): Doc fix.
6293
6294 * strokes.el (strokes-load-hook): Doc fix.
6295 (strokes-grid-resolution, strokes-get-grid-position)
6296 (strokes-renormalize-to-grid, strokes-read-stroke)
6297 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
6298 (strokes-global-map): Fix typos in docstrings.
6299 (strokes-help): Doc fix. Fix help message and pass it through
6300 `substitute-command-keys'.
6301
6302 * tempo.el (tempo-insert-prompt, tempo-interactive)
6303 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
6304 (tempo-insert-string-functions, tempo-local-tags)
6305 (tempo-define-template, tempo-insert-template)
6306 (tempo-insert-prompt-compat, tempo-is-user-element)
6307 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
6308 Fix typos in docstrings.
6309
6310 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
6311 (vcursor-key-bindings, vcursor-use-vcursor-map)
6312 (vcursor-find-window, vcursor-scroll-down)
6313 (vcursor-disable, vcursor-beginning-of-buffer)
6314 (vcursor-end-of-buffer): Fix typos in docstrings.
6315 (vcursor-relative-move, vcursor-get-char-count):
6316 Improve argument/docstring consistency.
6317
6318 * version.el: "?\ " -> "?\s".
6319
6320 * wid-edit.el (widget-default-create, widget-after-change)
6321 (widget-default-format-handler, widget-checklist-add-item)
6322 (widget-radio-add-item, widget-choose, widget-specify-secret)
6323 (widget-field-value-create, widget-field-value-get)
6324 (widget-editable-list-format-handler)
6325 (widget-editable-list-entry-create, widget-group-value-create)
6326 (widget-documentation-link-add)
6327 (widget-documentation-string-value-create): "?\ " -> "?\s".
6328 (widget-convert-text): Doc fix.
6329 (widget-narrow-to-field, widget-field-find)
6330 (widget-url-link-action, widget-emacs-library-link-action)
6331 (widget-color-notify): Fix typos in docstrings.
6332
6333 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
6334 (x-select-text, set-w32-system-coding-system)
6335 (w32-add-charset-info): Fix typos in docstrings.
6336
6337 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
6338 (cua-enable-cua-keys, cua-use-hyper-key)
6339 (cua-virtual-rectangle-edges): Fix typos in docstrings.
6340 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
6341
6342 * net/tramp.el (tramp-handle-load): Fix typo in error message.
6343
6344 * emacs-lisp/re-builder.el (regexp-builder): Declare with
6345 `defalias' instead of faking it.
6346
6347 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
6348 (eshell-ls-missing, eshell-ls-dired-initial-args)
6349 (eshell-ls-use-in-dired): Fix typos in docstrings.
6350
6351 2005-07-20 Kim F. Storm <storm@cua.dk>
6352
6353 * emulation/cua-base.el (cua-mode): Improve doc string.
6354
6355 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
6356
6357 * abbrev.el (expand-region-abbrevs): Doc fix.
6358 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
6359 Improve argument/docstring consistency.
6360
6361 * arc-mode.el (archive-get-descr, archive-alternate-display):
6362 Doc fixes.
6363 (archive-l-e): Improve argument/docstring consistency.
6364 (archive-tmpdir, archive-unixdate, archive-unixtime)
6365 (archive-chmod-entry): Fix typos in docstrings.
6366 (archive-unflag, archive-unflag-backwards)
6367 (archive-unmark-all-files): "?\ " -> "?\s".
6368
6369 * buff-menu.el (Buffer-menu-unmark): Doc fix.
6370 (Buffer-menu-not-modified, Buffer-menu-execute)
6371 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
6372 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
6373
6374 * composite.el (compose-string, encode-composition-rule)
6375 (compose-last-chars): Fix typos in docstrings.
6376
6377 * desktop.el (desktop-enable, desktop-basefilename):
6378 Declare with `define-obsolete-variable-alias'.
6379 (desktop-internal-v2s): Don't quote keywords.
6380 (desktop-clear): "?\ " -> "?\s".
6381
6382 * dired.el (dired-align-file, dired-flag-backup-files)
6383 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
6384 (dired-listing-switches, dired-ls-F-marks-symlinks)
6385 (dired-dwim-target, dired-load-hook, dired-mode-hook)
6386 (dired-directory, dired-faces, dired, dired-revert)
6387 (dired-mode, dired-summary, dired-view-file)
6388 (dired-copy-filename-as-kill, dired-delete-file)
6389 (dired-no-confirm, dired-unmark-all-marks)
6390 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
6391 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
6392 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
6393 Fix typos in message strings.
6394
6395 * dired-x.el (virtual-dired): Declare with `defalias'.
6396 (dired-mark-unmarked-files, dired-local-variables-file)
6397 (dired-omit-here-always): Doc fix.
6398 (dired-omit-mode, dired-find-subdir)
6399 (dired-enable-local-variables, dired-clean-up-buffers-too)
6400 (dired-extra-startup, dired-mark-extension, dired-jump)
6401 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
6402 (dired-smart-shell-command, dired-guess-shell-alist-user)
6403 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
6404 (dired-x-bind-find-file, dired-x-submit-report):
6405 Fix typos in docstrings.
6406 (dired-mark-unmarked-files): "?\ " -> "?\s".
6407
6408 * dirtrack.el (dirtrack-list): Fix typos in docstring.
6409
6410 * faces.el (describe-face): "?\ " -> "?\s".
6411 (read-all-face-attributes, read-face-font, modify-face)
6412 (face-attr-construct, italic): Fix typos in docstrings.
6413 (frame-update-face-colors): Declare with
6414 `define-obsolete-function-alias'.
6415
6416 * files.el (find-file-noselect, recode-file-name): Doc fixes.
6417 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
6418 (magic-mode-alist, buffer-file-numbers-unique)
6419 (write-file-functions, get-free-disk-space):
6420 Fix typos in docstrings.
6421 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
6422 (write-contents-hooks, write-file-hooks):
6423 Declare with `define-obsolete-variable-alias'.
6424
6425 * forms-d2.el (arch-rj): Fix typo in docstrings.
6426 (arch-tocol): Likewise. "?\ " -> "?\s".
6427
6428 * frame.el (set-frame-font, cursor-in-non-selected-windows):
6429 Fix typo in docstring.
6430 (set-screen-width, set-screen-height): Delete redundant info in
6431 doctrings.
6432 (new-frame, screen-height, screen-width): Declare with
6433 `define-obsolete-function-alias'.
6434 (delete-frame-hook, blink-cursor): Declare with
6435 `define-obsolete-variable-alias'.
6436
6437 * paths.el (prune-directory-list): Fix typos in docstring.
6438
6439 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
6440 (cvs-prefix-get): Fix typos in docstrings.
6441
6442 * ps-print.el (ps-extend-face-list, ps-extend-face)
6443 (ps-print-background-image): Fix typos in docstrings.
6444 (ps-default-fg, ps-default-bg): Doc fixes.
6445
6446 * s-region.el (s-region-bind): Doc fix.
6447 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
6448
6449 * textmodes/org.el (org-table-formula-substitute-names)
6450 (org-table-get-vertical-vector): Doc fixes.
6451 (org-table-recalculate): Remove unused argument to `message'.
6452
6453 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
6454
6455 * textmodes/org.el (org-table-column-names)
6456 (org-table-column-name-regexp)
6457 (org-table-named-field-locations): New variables.
6458 (org-archive-subtree): Protect `this-command' when calling
6459 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
6460 the kill buffer.
6461 (org-complete): Remove fixed-formula completion.
6462 (org-edit-formulas-map): New variable.
6463 (org-table-edit-formulas): New command.
6464 (org-finish-edit-formulas, org-abort-edit-formulas)
6465 (org-show-variable, org-table-get-vertical-vector): New functions.
6466 (org-table-maybe-eval-formula): Handle `:=' fields.
6467 (org-table-get-stored-formulas, org-table-store-formulas)
6468 (org-table-get-formula, org-table-modify-formulas)
6469 (org-table-replace-in-formulas): Handle named field formulas.
6470 (org-table-get-specials): Store locations of named fields.
6471
6472 2005-07-19 Juri Linkov <juri@jurta.org>
6473
6474 * progmodes/grep.el (grep-regexp-alist)
6475 (grep-mode-font-lock-keywords, grep-process-setup):
6476 Use default GNU grep match color "01;31m" instead of "01;41m".
6477 (grep-regexp-alist, grep-mode-font-lock-keywords):
6478 Use `\\[[0-9]*m' instead of `\\[00m'.
6479 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
6480 sgr_start where its handling is more important. Use the real
6481 length of sgr_start instead of constant 8.
6482 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
6483 specially. Delete all remaining escape sequences.
6484 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
6485 (grep-regexp-alist): Make hyperlink only for binary file name
6486 instead of the whole line.
6487 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
6488 (grep-mode): Add autoload.
6489
6490 * emacs-lisp/find-func.el (find-function-regexp):
6491 Add `define-compilation-mode'.
6492
6493 2005-07-19 Juri Linkov <juri@jurta.org>
6494
6495 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
6496 (compare-windows-sync-string-size, compare-windows-recenter)
6497 (compare-windows-highlight, compare-windows): Add version 22.1.
6498 (compare-windows) <defface>: Inherit from lazy-highlight instead
6499 of duplicating its default value.
6500
6501 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
6502 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
6503
6504 * descr-text.el (describe-char): Create link buttons for `charset'
6505 and `code point'. Add the current input method name with a link
6506 button to `to input' field. Print face names of display table
6507 characters in `The display table entry is displayed by' section
6508 instead of printing face-id in the `display' field.
6509 Guess hardcoded faces and create a link button for them.
6510 Skip empty fields when calculating max-width.
6511 Treat `widget-create' specially while inserting strings from the
6512 collected field list.
6513 (describe-char-after): Made obsolete in version 22.1, not 21.5.
6514
6515 * diff-mode.el (diff-file-header): Change foreground color from
6516 yellow to green on light backgrounds.
6517 (diff-context): Inherit from `shadow' only for color/grayscale
6518 with more than 88 colors.
6519 (diff-indicator-removed, diff-indicator-added)
6520 (diff-indicator-changed): New faces.
6521 (diff-font-lock-keywords): Use new faces. Regroup rules.
6522 Add "^---$" for `normal' diff format. Fontify `#' lines with
6523 font-lock-comment-delimiter-face and font-lock-comment-face.
6524 Add `#' to ^[^...] in the rule for `diff-context-face'.
6525
6526 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
6527 a button-like box. Inherit from `highlight' on low colors.
6528 (shadow): Use shades of gray only for color/grayscale with
6529 more than 88 colors. Use green for light backgrounds with
6530 8 colors, and yellow for dark backgrounds with 8 colors.
6531
6532 * font-lock.el (font-lock-regexp-grouping-backslash):
6533 Don't inherit from escape-glyph (use bold for all cases).
6534
6535 * info.el (info-xref-visited): Use light foreground color `violet'
6536 for dark backgrounds instead of dark color `magenta3'.
6537 (info-title-1): Use `yellow' color for dark backgrounds.
6538
6539 * isearch.el (isearch): Use not-too-dark magenta3 instead of
6540 too-light magenta2.
6541
6542 * replace.el (match): Use slightly more light RoyalBlue3 instead
6543 of dark RoyalBlue4.
6544
6545 * wid-edit.el (widget-inactive): Inherit from `shadow'.
6546
6547 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
6548
6549 * novice.el (disabled-command-hook): Declare it with
6550 `define-obsolete-variable-alias'.
6551
6552 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
6553 (desktop-buffer-misc-functions, desktop-buffer-handlers)
6554 (desktop-load-default): Add release to obsolescence info.
6555 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
6556 (desktop-append-buffer-args, desktop-read):
6557 Fix typos in docstrings.
6558 (desktop-kill): Fix typo in message.
6559 (desktop-save): Doc fix.
6560
6561 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
6562
6563 * viper-cmd.el (viper-escape-to-state): Bug fix.
6564 (viper-envelop-ESC-key): Change the definition of fast
6565 keysequence so it'll work with keyboard macros.
6566
6567 * ediff.el (ediff-patch-buffer): Change the docstring.
6568
6569 2005-07-19 Kenichi Handa <handa@m17n.org>
6570
6571 * international/mule-cmds.el (select-safe-coding-system): Try to
6572 use an auto-coding (if any) before anything else. If the found
6573 auto-coding is invalid, show a warning message.
6574
6575 * international/mule.el (find-auto-coding): New function created
6576 by modifying the body of set-auto-coding.
6577 (set-auto-coding): Use find-auto-coding to find a coding.
6578
6579 2005-07-18 Richard M. Stallman <rms@gnu.org>
6580
6581 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
6582 not isearch-mode-end-hook-error.
6583 (allout-before-change-protect): Fix error message.
6584
6585 2005-07-18 Juri Linkov <juri@jurta.org>
6586
6587 * allout.el (allout-mode):
6588 * calculator.el (calculator-copy):
6589 * custom.el (custom-known-themes):
6590 * dired.el (dired-desktop-buffer-misc-data)
6591 (dired-restore-desktop-buffer):
6592 * dired-x.el (dired-omit-marker-char):
6593 * files.el (basic-save-buffer):
6594 * font-core.el (font-lock-mode):
6595 * calendar/calendar.el (calendar-goto-hebrew-date)
6596 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
6597 (calendar-goto-persian-date):
6598 * language/ethio-util.el (ethio-sera-to-fidel-region):
6599 * textmodes/picture.el (picture-mode):
6600 Delete duplicate duplicate words.
6601
6602 2005-07-18 Juri Linkov <juri@jurta.org>
6603
6604 * isearch.el (isearch-mode-map): Remove key bindings for regexp
6605 chars * ? } |.
6606 (isearch-fallback): Don't call `isearch-process-search-char'.
6607 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
6608 (isearch-process-search-char): Call `isearch-fallback' for regexp
6609 chars * ? } |.
6610 (isearch-return-char): Make obsolete with `make-obsolete' instead
6611 of simply documenting it as obsolete in the docstring.
6612 (isearch-fallback): Refill docstring.
6613
6614 * international/isearch-x.el
6615 (isearch-process-search-multibyte-characters): Remove unneeded
6616 `concat'. Add intermediate values to `junk-hist' instead of
6617 `minibuffer-history'. Test the length of `str'.
6618
6619 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
6620
6621 * allout.el (allout-resolve-xref): Fix typos in error strings.
6622 (allout-before-change-protect): Remove unneeded `concat'.
6623
6624 * array.el (array-mode, array-reconfigure-rows)
6625 (untabify-backward): Fix typos in docstrings.
6626 (array-reconfigure-rows): Use `insert-buffer-substring', not
6627 `insert-buffer'.
6628
6629 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
6630 * progmodes/ada-mode.el (ada-make-body):
6631 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
6632
6633 * dired.el (dired-log):
6634 * tar-mode.el (tar-subfile-save-buffer):
6635 * play/zone.el (zone-pgm-stress-destress):
6636 Use `insert-buffer-substring', not `insert-buffer'.
6637
6638 2005-07-17 Simon Josefsson <jas@extundo.com>
6639
6640 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
6641
6642 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
6643
6644 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
6645 Add plain auth method.
6646 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
6647
6648 2005-07-17 Kim F. Storm <storm@cua.dk>
6649
6650 * ido.el (dired-other-window): Add ido property.
6651
6652 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
6653
6654 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6655 Fix typo in docstring.
6656 (byte-compile-interactive-only-functions): Add `insert-buffer' and
6657 `insert-file-literally'.
6658
6659 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
6660 info and delete redundant message. Doc fix.
6661 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
6662 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
6663
6664 2005-07-16 Richard M. Stallman <rms@gnu.org>
6665
6666 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
6667 (byte-compile-and): Use byte-compile-and-recursion.
6668 (byte-compile-or-recursion): New function.
6669 (byte-compile-or): Use that.
6670 (byte-compile-if): Guard the else-clause too.
6671 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
6672
6673 * isearch.el (isearch-mode-end-hook-quit): New variable.
6674 (isearch-done): Bind it.
6675 (isearch-mode-end-hook): Doc fix.
6676
6677 * allout.el (allout-isearch-did-quit): Variable deleted.
6678 (allout-real-isearch-abort): Function name no longer used.
6679 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
6680 (allout-isearch-rectification): isearch-mode always exists.
6681 Don't set allout-isearch-did-quit.
6682 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
6683 allout-isearch-did-quit.
6684 (allout-enwrap-isearch): Just add the hook.
6685 (allout-isearch-abort): Function deleted.
6686 (allout-pre-command-business): Avoid warning.
6687
6688 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
6689 Correctly avoid warnings.
6690 (pascal-outline): Likewise.
6691
6692 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
6693
6694 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
6695
6696 * play/tetris.el (tetris-mode): Avoid warning.
6697
6698 * play/snake.el (snake-mode): Avoid warning.
6699
6700 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
6701 (gamegrid-set-display-table): Avoid warning.
6702 (gamegrid-set-timer): Likewise.
6703 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
6704 (gamegrid-add-score-with-update-game-score-1): Take FILE
6705 as argument.
6706 (gamegrid-add-score-with-update-game-score): Pass that argument.
6707 Rename have-shared-game-dir to gamegrid-shared-game-dir.
6708
6709 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
6710
6711 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
6712 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
6713
6714 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
6715 and insert-file.
6716
6717 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
6718 (sc-ask): Avoid warnings.
6719
6720 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
6721 (eshell-hist-initialize): Use that var the natural way.
6722
6723 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
6724
6725 * emacs-lisp/re-builder.el (reb-cook-regexp):
6726 Avoid warning calling lre-compile-string.
6727 (reb-color-display-p): Avoid warning.
6728
6729 * calculator.el (calculator-last-input): Guard uses
6730 of event-key and key-press-event-p.
6731 (event-key, key-press-event-p): Delete definitions.
6732
6733 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
6734 (find-gc-source-directory, find-gc-subrs-callers)
6735 (find-gc-noreturn-list, find-gc-source-files)
6736 (find-gc-subrs-called): Vars renamed and defvar'd.
6737
6738 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
6739 (checkdoc-overlay-put, checkdoc-delete-overlay)
6740 (checkdoc-overlay-start, checkdoc-overlay-end)
6741 (checkdoc-mode-line-update, checkdoc-char=):
6742 Define such that compiler knows they are defined.
6743 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
6744 (checkdoc-read-event): Delete. Use read-event directly.
6745
6746 * whitespace.el (whitespace-make-overlay)
6747 (whitespace-overlay-put, whitespace-delete-overlay)
6748 (whitespace-overlay-start, whitespace-overlay-end):
6749 Define such that compiler knows they are defined.
6750 (whitespace): Move conditional inside.
6751
6752 * tempo.el (tempo-insert-template): Suppress warning.
6753
6754 * ediff-diff.el (longlines-mode): Add defvar.
6755
6756 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
6757
6758 * server.el: Bind "C-x #" in a way that works even if C-x is
6759 redefined to a command key, not a prefix key.
6760
6761 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6762
6763 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
6764 cl-make-type-test till execution time.
6765
6766 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
6767
6768 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
6769 arg ARG and use it.
6770
6771 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6772
6773 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
6774
6775 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
6776
6777 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6778 a defcustom with two :set or :type keywords.
6779
6780 2005-07-15 Richard M. Stallman <rms@gnu.org>
6781
6782 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6783 Don't give ^M comment-end syntax.
6784
6785 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
6786
6787 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
6788 Don't consider gdbmi (gdb-mi.el has its own update functions).
6789 (gdb-var-delete): Make it work for gdbmi as well.
6790 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
6791
6792 * progmodes/gud.el (etags, sdb): Only require etags when needed.
6793 (gud-speedbar-menu-items): Correct logic for enabling items.
6794
6795 2005-07-15 Kim F. Storm <storm@cua.dk>
6796
6797 * ido.el: Fix commentary.
6798 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
6799 Use with-no-warnings around ffap-guesser.
6800 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
6801 Let bind minibuffer-completing-file-name to t.
6802
6803 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
6804
6805 * startup.el (site-run-file, keyboard-type): Doc fixes.
6806 (command-line): Check for "--basic-display" argument; also for
6807 "--quick", not "--bare-bones" (which was renamed).
6808 (fancy-splash-text): Add missing item "Getting New Versions".
6809 (normal-splash-screen): Fix typos and improve consistency with
6810 `fancy-splash-text'. Update copyright year.
6811
6812 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
6813 valid binding for `help-char'.
6814
6815 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
6816
6817 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
6818
6819 * term.el (term-mode): Disable cua-mode for term buffers.
6820
6821 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
6822
6823 * add-log.el (add-log-mailing-address, change-log-merge):
6824 Doc fixes.
6825 (change-log-get-method-definition): Fix typo in docstring.
6826
6827 2005-07-14 Kim F. Storm <storm@cua.dk>
6828
6829 * emulation/cua-base.el:
6830 (cua--pre-command-handler-1, cua--pre-command-handler)
6831 (cua--post-command-handler-1, cua--post-command-handler):
6832 Split in two. Check (buffer local) value of cua-mode.
6833 (cua-selection-mode): New command.
6834
6835 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6836
6837 * custom.el (custom-initialize-safe-set)
6838 (custom-initialize-safe-default): Doc fixes.
6839
6840 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6841 and simplify :init-value again.
6842
6843 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6844 and simplify :init-value again. Delete autoload.
6845
6846 * startup.el (command-line): Use `custom-reevaluate-setting' again
6847 for tooltip-mode.
6848
6849 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6850 a defcustom with two :initialize keywords.
6851
6852 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
6853
6854 * allout.el (my-mark-marker, allout-isearch-prior-pos)
6855 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
6856 (allout-post-command-business, allout-flag-region)
6857 (isearch-reenable-font-lock, allout-yank)
6858 (allout-insert-latex-header, allout-insert-latex-trailer)
6859 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
6860 (allout-latex-verb-quote): Fix typos in docstrings.
6861 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
6862 (allout-unprotected, allout-prefix-data):
6863 Improve argument/docstring consistency.
6864 (allout-chart-subtree): Fix argument spec.
6865 (allout-open-topic): Rename `use_sib_bullet' argument to
6866 `use-sib-bullet'. Doc fix.
6867
6868 * whitespace.el (whitespace-check-buffer-leading)
6869 (whitespace-check-buffer-trailing)
6870 (whitespace-check-buffer-indent)
6871 (whitespace-check-buffer-spacetab)
6872 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
6873 (whitespace-check-leading-whitespace)
6874 (whitespace-check-trailing-whitespace)
6875 (whitespace-check-spacetab-whitespace)
6876 (whitespace-check-indent-whitespace)
6877 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
6878 (whitespace-modes): Fix typos in docstrings.
6879 (defgroup, defcustom): Doc fixes.
6880
6881 * winner.el (winner-mode, winner-boring-buffers)
6882 (winner-pending-undo-ring): Doc fixes.
6883 (winner-ring): Remove unneeded `progn'.
6884 (winner-equal): `defsubst' it.
6885 (winner-redo): Fix message.
6886
6887 2005-07-13 Kim F. Storm <storm@cua.dk>
6888
6889 * simple.el (line-move-1): Always use vertical-motion to
6890 do the last (or only) line move to ensure some movement.
6891 Undo 2005-06-23 change--don't check for overlays.
6892
6893 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6894
6895 * term/mac-win.el (ccl-encode-mac-roman-font)
6896 (ccl-encode-mac-centraleurroman-font)
6897 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
6898 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
6899 Change charset-id boundary of dimension to ?\xef.
6900 (mac-char-fontspec-list): New constant.
6901 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
6902 argument. Nil uses itself as family in font-spec. Previous
6903 behavior for nil is now provided by non-nil non-string argument.
6904 All callers changed. Add font-specs for Mac fonts to
6905 "fontset-default" unless iso8859-1 fonts are installed.
6906
6907 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6908
6909 * progmodes/sh-script.el (sh-get-indent-info): Only indent
6910 a continuation line if the \ is preceded by SPC or TAB.
6911 (sh-get-indent-info): Simplify.
6912 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
6913 Use with-current-buffer.
6914
6915 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
6916 when the matched text is empty.
6917
6918 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
6919
6920 * startup.el (command-line): Revert to previous handling of
6921 tooltip-mode. Explain in comment why the complexity is needed.
6922
6923 * tooltip.el (tooltip-mode): Revert to previous implementation of
6924 its defcustom.
6925
6926 * frame.el (blink-cursor-mode): Revert to previous implementation
6927 of its defcustom. Update comment.
6928
6929 2005-07-12 Lars Hansen <larsh@soem.dk>
6930
6931 * desktop.el: Update e-mail address.
6932
6933 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6934
6935 * term/mac-win.el (mac-services-mail-selection)
6936 (mac-services-mail-to): New functions.
6937 (mac-application-menu-map): Bind them.
6938
6939 2005-07-12 wulei <milton@wulei.net> (tiny change)
6940
6941 * progmodes/gdb-ui.el: Add note about buffering with Windows.
6942
6943 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
6944
6945 * custom.el (custom-reevaluate-setting): Doc fix.
6946
6947 2005-07-11 Jay Belanger <belanger@truman.edu>
6948
6949 * calc/calc.el (calc-embedded-announce-formula-alist)
6950 (calc-embedded-open-close-plain-alist)
6951 (calc-embedded-open-close-mode-alist): Add checks for additional
6952 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
6953
6954 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
6955
6956 * custom.el (custom-enable-theme): Don't add theme to
6957 `custom-enabled-themes' with `push' because there is no
6958 setf-method for `delq'.
6959
6960 2005-07-11 Richard M. Stallman <rms@gnu.org>
6961
6962 * custom.el (custom-declare-variable): Doc fix.
6963
6964 * dired-aux.el (dired-compare-directories): Remove "." and ".."
6965 from the alists.
6966
6967 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
6968 Do nothing if edebug-active.
6969
6970 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
6971 (edebug-display): Do it here instead.
6972
6973 2005-07-10 Richard M. Stallman <rms@gnu.org>
6974
6975 * cus-face.el (custom-theme-set-faces): Make it work.
6976 (custom-reset-faces): Doc fix.
6977 (custom-theme-reset-internal-face, custom-theme-face-value):
6978 Functions deleted.
6979
6980 * custom.el (custom-push-theme): Maintain list of the settings
6981 of a given theme in its theme-settings property.
6982 Maintain position of old settings in the theme-value
6983 or theme-face property.
6984 (custom-enabled-themes): New variable.
6985 (custom-theme-enabled-p): New function.
6986 (provide-theme): Update custom-enabled-themes.
6987 Disable and reenable the `user' theme.
6988 (require-theme): Doc fix.
6989 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
6990 (custom-theme-value, custom-theme-variable-value): Likewise.
6991 (custom-theme-reset-internal): Likewise.
6992 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
6993 (custom-enable-theme, custom-disable-theme): New functions.
6994 (custom-variable-theme-value, custom-face-theme-value): Likewise.
6995 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
6996 (custom-theme-reset-variables): Simplify.
6997 (deftheme, custom-declare-theme, custom-make-theme-feature):
6998 Definitions moved.
6999
7000 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
7001
7002 * longlines.el (longlines-show-region)
7003 (longlines-unshow-hard-newlines): Recognize hard newlines by
7004 non-nil hard property, instead of t.
7005
7006 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
7007
7008 * viper-cmd.el (viper--key-maps): New variable.
7009 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
7010 emulation-mode-map-alists.
7011 (viper-envelop-ESC-key): Use viper-subseq.
7012 (viper-search-forward/backward/next): Disable debug-on-error.
7013
7014 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
7015 (viper-ESC-key): New defcustoms.
7016
7017 * viper-macs.el (ex-map-read-args): Use viper-subseq.
7018
7019 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
7020 (viper-subseq): Copy of subseq from cl.el.
7021
7022 * viper.el (viper-go-away, viper-set-hooks): Use
7023 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
7024
7025 * viper-mous.el (viper-current-frame-saved): Use defvar.
7026
7027 * viper-init.el: Get rid of -face in face names.
7028
7029 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
7030 Make it work with longlines mode
7031
7032 * ediff-mult.el (ediff-meta-mode-hook): New variable.
7033
7034 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
7035
7036 * ediff-init.el: Get rid of -face in face names.
7037
7038 2005-07-10 Richard M. Stallman <rms@gnu.org>
7039
7040 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
7041 and with-timeout-unsuspend.
7042
7043 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
7044 and with-timeout-unsuspend.
7045
7046 * emacs-lisp/timer.el (with-timeout-timers): New variable.
7047 (with-timeout): Bind that variable to record timers.
7048 (with-timeout-suspend, with-timeout-unsuspend): New functions.
7049
7050 * emacs-lisp/debug.el (debug-help-follow): New function.
7051 (debugger-mode-map): Use that instead of help-follow.
7052 (debugger-setup-buffer): Use eval-buffer-list
7053 to handle eval-buffer frames.
7054
7055 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
7056
7057 * timezone.el (timezone-parse-date): Change first regexp
7058 so it will not mistakenly match dates with no time zone.
7059
7060 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
7061
7062 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
7063
7064 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
7065
7066 * custom.el (custom-initialize-safe-set)
7067 (custom-initialize-safe-default): New functions.
7068
7069 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
7070 and simplify :init-value.
7071
7072 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
7073 and simplify :init-value. Delete obsolete comment.
7074
7075 * startup.el (command-line): Use `custom-reevaluate-setting' to
7076 handle `tooltip-mode'. Delete obsolete comment.
7077
7078 * files.el (set-visited-file-name): Avoid calling
7079 `file-name-nondirectory' with a nil argument.
7080
7081 2005-07-09 Richard M. Stallman <rms@gnu.org>
7082
7083 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
7084 was called with nil for the buffer, handle the read position right.
7085 Handle read position for eval-region, too.
7086
7087 2005-07-09 Juri Linkov <juri@jurta.org>
7088
7089 * fringe.el (fringe-mode): Add period in docstring.
7090 (fringe-query-style): Build prompt depending on `all-frames' arg.
7091
7092 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
7093 to not create links to unrelated functions in the Help buffer.
7094
7095 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
7096 Doc fix.
7097
7098 * simple.el (next-error-hook): New variable.
7099 (next-error): Use it. Doc fix.
7100
7101 * textmodes/ispell.el (ispell-command-loop): Add current
7102 dictionary name and program name to mode-line-format.
7103 (ispell-region, ispell-process-line): Add current dictionary name
7104 and program name to messages.
7105
7106 2005-07-08 Jay Belanger <belanger@truman.edu>
7107
7108 * calc/calc.el (calc-embedded-announce-formula-alist)
7109 (calc-embedded-open-close-formula-alist)
7110 (calc-embedded-open-close-word-alist)
7111 (calc-embedded-open-close-plain-alist)
7112 (calc-embedded-open-close-new-formula-alist)
7113 (calc-embedded-open-close-mode-alist)
7114 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
7115 (calc-embedded-mode-hook): New variables.
7116
7117 * calc/calc-embed.el (calc-embedded-firsttime)
7118 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
7119 New variables.
7120 (calc-do-embedded): Use calc-embedded-firsttime,
7121 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
7122 determine whether or not to run hooks.
7123 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
7124 calc-embedded-firsttime-formula appropriately.
7125 Set calc-embedded delimiter variables according to mode.
7126
7127 2005-07-08 Richard M. Stallman <rms@gnu.org>
7128
7129 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
7130 Check for "emacs", etc., as entire symbol, not just as word.
7131 (checkdoc-file-comments-engine): Use regexp-quote on FN.
7132
7133 * files.el (set-visited-file-name): Report the error
7134 for "empty filename" earlier.
7135 (kill-some-buffers): Ignore buffers already dead.
7136
7137 * fringe.el (fringe-mode): Doc fix.
7138
7139 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
7140 Check for (featurep 'xemacs) and turn off warnings in what it guards.
7141 Use unwind-protect to ensure byte-compile-unresolved-functions
7142 is updated.
7143
7144 * whitespace.el (whitespace-buffer-leading-cleanup):
7145 Simplify w/ skip-chars-forward.
7146 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
7147
7148 * mail/rmail.el (rmail-only-expunge): Fix paren error.
7149 Unconditionally try to leave point at the same old place.
7150
7151 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
7152
7153 * comint.el (comint-postoutput-scroll-to-bottom)
7154 (comint-show-maximum-output): Take scroll-margin into consideration.
7155
7156 2005-07-08 Kim F. Storm <storm@cua.dk>
7157
7158 * ido.el (ido-use-filename-at-point): New choice `guess'.
7159 (ido-file-internal): Try ffap-guesser if selected.
7160
7161 * ido.el (ido-before-fallback-functions): New hook.
7162 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
7163 (ido-read-file-name): Run it.
7164
7165 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7166
7167 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
7168 strings rather than a list of symbols to the completion function.
7169
7170 2005-07-07 Jay Belanger <belanger@truman.edu>
7171
7172 * calc/calc-units.el (math-apply-units): Change the places in
7173 which units are simplified.
7174
7175 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
7176
7177 * cus-edit.el (customize-option, customize-option-other-window):
7178 Make them handle aliases.
7179
7180 * custom.el (custom-variable-p): Make it recursively follow
7181 aliases. Mention that in the docstring.
7182
7183 2005-07-07 Richard M. Stallman <rms@gnu.org>
7184
7185 * cus-start.el (exec-path): Use `directory' instead of `file'.
7186 Fix tag for nil.
7187
7188 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
7189
7190 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
7191 when called non-interactively. Doc fix.
7192
7193 2005-07-07 Lute Kamstra <lute@gnu.org>
7194
7195 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
7196 new address as well.
7197
7198 2005-07-07 Kenichi Handa <handa@m17n.org>
7199
7200 * international/mule.el (make-coding-system):
7201 Describe `ascii-incompatible' property in the docstring.
7202 (set-file-name-coding-system): Signal an error if coding-system is
7203 ascii-incompatible.
7204 (set-keyboard-coding-system): Likewise.
7205
7206 * international/mule-cmds.el (set-default-coding-systems):
7207 Don't set default-file-name-coding-system and
7208 default-keyboard-coding-system if coding-system is ASCII-incompatible.
7209
7210 * international/utf-16.el: Declare that all UTF-16-based coding
7211 systems are ASCII-incompatible.
7212
7213 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
7214
7215 * progmodes/gud.el: Require font-lock for displaying errors.
7216 Used by gdb-ui.el.
7217
7218 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
7219
7220 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
7221 values for the pattern lists which are `read'able but not
7222 `append'able (like symbols).
7223
7224 2005-07-06 Richard M. Stallman <rms@gnu.org>
7225
7226 * progmodes/flymake.el (flymake-float-time): Instead of
7227 with-no-warnings, test for xemacs.
7228 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
7229 to avoid warning.
7230
7231 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
7232
7233 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
7234
7235 2005-07-05 Lute Kamstra <lute@gnu.org>
7236
7237 * battery.el: Add support for Darwin (with much debugging help
7238 from Samuel Lauber <sam124@operamail.com>).
7239 (battery-status-function, battery-echo-area-format)
7240 (battery-mode-line-format): Add support for pmset on Darwin.
7241 (battery-load-low, battery-load-critical): New user options.
7242 (battery-pmset): New function.
7243
7244 2005-07-05 Lute Kamstra <lute@gnu.org>
7245
7246 Update FSF's address in GPL notices.
7247
7248 * textmodes/page-ext.el: Update FSF's address.
7249
7250 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7251
7252 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
7253 filling from using prefix when filling a single-line docstring.
7254
7255 * progmodes/flymake.el: Remove useless eval-when-compile.
7256
7257 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
7258
7259 2005-07-04 Richard M. Stallman <rms@gnu.org>
7260
7261 * textmodes/org.el (org-file-apps-defaults-gnu):
7262 Rename from org-file-apps-defaults-linux.
7263 (org-default-apps): Don't test system-type for `linux'.
7264 (org-file-apps): Doc fix.
7265
7266 2005-07-04 David Ponce <david@dponce.com>
7267
7268 * tree-widget.el: Improve header Commentary section.
7269 (tree-widget) [defgroup]
7270 (tree-widget-image-enable, tree-widget-themes-directory)
7271 (tree-widget-theme, tree-widget-image-properties-emacs)
7272 (tree-widget-image-properties-xemacs, tree-widget-create-image)
7273 (tree-widget-image-formats, tree-widget-control)
7274 (tree-widget-empty-control, tree-widget-leaf-control
7275 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
7276 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
7277 (tree-widget-keep, tree-widget-after-toggle-functions)
7278 (tree-widget-open-node, tree-widget-close-node): Doc fix.
7279 (tree-widget-open-control, tree-widget-close-control): Fix doc and
7280 :help-echo message.
7281 (tree-widget-set-theme): Doc fix. Use `string-equal'.
7282 (tree-widget-image-properties): Doc fix. Clearer implementation.
7283 (tree-widget--cursors): New constant.
7284 (tree-widget-lookup-image): New function split from
7285 `tree-widget-find-image'. Clearer implementation.
7286 (tree-widget-find-image): Use it.
7287 (tree-widget-button-keymap): Use `set-keymap-parent'.
7288 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
7289 Define the sub-widgets here.
7290 (tree-widget-node): Check that :node is not a tree-widget.
7291 (tree-widget-get-super, tree-widget-open-control)
7292 (tree-widget-close-control, tree-widget-empty-control)
7293 (tree-widget-leaf-control, tree-widget-guide)
7294 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
7295 (tree-widget-no-handle, tree-widget-value-delete)
7296 (tree-widget-map): Remove.
7297 (tree-widget-children-value-save): Doc fix. Simplified.
7298 (tree-widget-value-create): Update according to previous changes.
7299
7300 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
7301
7302 * textmodes/org.el: Leading space replaced by TABS.
7303 (org-recalc-marks, org-table-rotate-recalc-marks)
7304 (org-table-get-specials): Treat "^" and "_" marks.
7305 (org-table-justify-field-maybe): Optional argument NEW.
7306 (org-table-eval-formula): Parsing of the format simplified.
7307 New modes C,I. Honor the %= parameter in the current table.
7308 Avoid unnecessary re-align by using the NEW argument to
7309 `org-table-justify-field-maybe'.
7310 (org-calc-default-modes): Default for date-format mimicks org-mode.
7311 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
7312
7313 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
7314
7315 * cus-face.el (custom-theme-set-faces): Make it handle face
7316 aliases whose alias declarations are pre- or autoloaded.
7317
7318 2005-07-04 Juri Linkov <juri@jurta.org>
7319
7320 * faces.el (read-face-name): Put the code for getting a face name
7321 from the buffer before adding the faces from the `face' property.
7322 Use `completing-read-multiple' instead of `completing-read'.
7323 Require `crm'. Add default value and post-process the returned
7324 list of faces.
7325
7326 * emacs-lisp/crm.el (crm-find-current-element)
7327 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
7328
7329 * emacs-lisp/lisp-mode.el (eval-defun-1):
7330 * emacs-lisp/edebug.el (edebug-eval-defun):
7331 Remove unnecessary quotes.
7332
7333 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7334
7335 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
7336 (prolog-indent-level): Fix typo in docstring.
7337
7338 * info.el (Info-history, Info-history-forward)
7339 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
7340
7341 * add-log.el (add-change-log-entry):
7342 * comint.el (comint-dynamic-list-input-ring)
7343 (comint-dynamic-list-completions):
7344 * dabbrev.el (dabbrev-expand):
7345 * delim-col.el (delimit-columns-rectangle-line):
7346 * diff-mode.el (diff-context->unified, diff-reverse-direction)
7347 (diff-unified->context):
7348 * ediff-init.el (ediff-abbrev-jobname):
7349 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
7350 (ediff-replace-session-activity-marker-in-meta-buffer):
7351 * info.el (Info-summary):
7352 * lpr.el (printify-region):
7353 * printing.el (pr-create-interface):
7354 * ps-print.el (ps-print-quote):
7355 * ses.el (ses-column-widths, ses-print-cell)
7356 (ses-adjust-print-width, ses-center):
7357 * shell.el (shell-file-name-quote-list):
7358 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
7359 (strokes-fill-current-buffer-with-whitespace)
7360 (strokes-xpm-for-stroke, strokes-list-strokes)
7361 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
7362 * term.el (term-dynamic-list-input-ring)
7363 (term-dynamic-list-completions):
7364 * calc/calc.el (math-format-stack-value):
7365 * emacs-lisp/edebug.el (edebug-display-freq-count):
7366 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
7367 (delphi-new-comment-line):
7368 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
7369 * progmodes/executable.el (executable-set-magic):
7370 * progmodes/python.el (inferior-python-mode):
7371 * progmodes/scheme.el (scheme-mode-syntax-table):
7372 * progmodes/sh-script.el (sh-maybe-here-document):
7373 * progmodes/sql.el (sql-copy-column):
7374 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
7375 * textmodes/bibtex.el (bibtex-mode):
7376 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
7377 (sgml-auto-attributes):
7378 * textmodes/table.el (table-insert, table-shorten-cell)
7379 (table--generate-source-scan-lines, table-delete-row)
7380 (*table--cell-delete-char, table--spacify-frame)
7381 (table--horizontally-shift-above-and-below)
7382 (table--cell-insert-char, table--cell-blank-str)
7383 (table--fill-region-strictly):
7384 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
7385 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
7386
7387 * add-log.el (change-log):
7388 * apropos.el (apropos):
7389 * comint.el (comint-completion, comint-source):
7390 * dabbrev.el (dabbrev):
7391 * delim-col.el (columns):
7392 * diff-mode.el (diff-mode):
7393 * ediff.el (ediff):
7394 * ediff-diff.el (ediff-diff):
7395 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
7396 * ediff-mult.el (ediff-mult):
7397 * ediff-ptch.el (ediff-ptch):
7398 * ediff-wind.el (ediff-window):
7399 * facemenu.el (facemenu):
7400 * indent.el (indent):
7401 * info.el (info):
7402 * jka-cmpr-hook.el (compression, jka-compr):
7403 * lpr.el (lpr):
7404 * outline.el (outlines):
7405 * pcmpl-cvs.el (pcmpl-cvs):
7406 * pcmpl-rpm.el (pcmpl-rpm):
7407 * printing.el (printing):
7408 * ps-print.el (postscript, ps-print, ps-print-horizontal)
7409 (ps-print-vertical, ps-print-headers, ps-print-font)
7410 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
7411 (ps-print-background, ps-print-printer, ps-print-page)
7412 (ps-print-miscellany):
7413 * ses.el (ses):
7414 * shell.el (shell, shell-directories, shell-faces):
7415 * startup.el (initialization):
7416 * strokes.el (strokes):
7417 * term.el (term):
7418 * uniquify.el (uniquify):
7419 * w32-vars.el (w32):
7420 * calc/calc.el (calc):
7421 * emacs-lisp/bytecomp.el (bytecomp):
7422 * emacs-lisp/cl-indent.el (lisp-indent):
7423 * emacs-lisp/edebug.el (edebug):
7424 * emacs-lisp/elp.el (elp):
7425 * emacs-lisp/testcover.el (testcover):
7426 * emacs-lisp/trace.el (trace):
7427 * emulation/viper-ex.el (viper-ex):
7428 * emulation/viper-mous.el (viper-mouse):
7429 * mail/mailalias.el (mailalias):
7430 * mail/supercite.el (supercite, supercite-frames)
7431 (supercite-attr, supercite-cite, supercite-hooks):
7432 * net/rcompile.el (remote-compile):
7433 * net/rlogin.el (rlogin):
7434 * obsolete/ooutline.el (outlines):
7435 * progmodes/delphi.el (delphi):
7436 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
7437 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
7438 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
7439 (ebnf-optimization):
7440 * progmodes/etags.el (etags):
7441 * progmodes/executable.el (executable):
7442 * progmodes/idlwave.el (idlwave):
7443 * progmodes/pascal.el (pascal):
7444 * progmodes/prolog.el (prolog):
7445 * progmodes/python.el (python):
7446 * progmodes/scheme.el (scheme):
7447 * progmodes/sh-script.el (sh, sh-script):
7448 * progmodes/sql.el (SQL):
7449 * progmodes/tcl.el (tcl):
7450 * textmodes/bibtex.el (bibtex, bibtex-autokey):
7451 * textmodes/enriched.el (enriched):
7452 * textmodes/makeinfo.el (makeinfo):
7453 * textmodes/sgml-mode.el (sgml):
7454 * textmodes/table.el (table-hooks):
7455 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
7456 * textmodes/texinfo.el (texinfo):
7457 * textmodes/two-column.el (two-column):
7458 Finish `defgroup' description with period.
7459
7460 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
7461 * eshell/esh-var.el (eshell-var):
7462 * progmodes/vhdl-mode.el (vhdl-testbench):
7463 * textmodes/org.el (org): Fix typos in docstrings.
7464
7465 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
7466 consistency.
7467
7468 * progmodes/flymake.el (flymake-find-file): Remove.
7469 (flymake-float-time): Use `with-no-warnings'.
7470 (flymake-check-start-time, flymake-check-was-interrupted)
7471 (flymake-err-info, flymake-is-running, flymake-last-change-time)
7472 (flymake-new-err-info): `defvar' at compile time.
7473
7474 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
7475
7476 * replace.el (occur-hook): Doc fix.
7477 (occur-1): Don't call `occur-hook' if there are no matches.
7478
7479 2005-07-03 Richard M. Stallman <rms@gnu.org>
7480
7481 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
7482 global-map, save the same map.
7483 (global-map): Don't alter it at top level.
7484 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
7485 Then alter it here instead.
7486 (tpu-edt-off): Set global-map to the saved one.
7487
7488 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
7489 All references simplified.
7490 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
7491 (zmacs-regions): Add defvar.
7492 (repeat-complex-command-map): Everything about that deleted.
7493
7494 * textmodes/artist.el (artist-key-is-drawing)
7495 (artist-key-endpoint1, artist-key-poly-point-list)
7496 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
7497 (artist-key-compl-table, artist-rb-save-data)
7498 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
7499 Don't put them in eval-when-compile.
7500 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
7501
7502 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
7503 Use with-no-warnings.
7504
7505 * net/browse-url.el (dos-windows-version): Add defvar.
7506
7507 * mail/supercite.el (filladapt-prefix-table): Add defvar.
7508
7509 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
7510 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
7511 (rmail-new-summary-line-count): Rename from new-summary-line-count.
7512 Add defvar.
7513 (rmail-summary-beginning-of-message): Use with-no-warnings.
7514 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
7515
7516 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
7517 Use with-no-warnings.
7518
7519 * emulation/vi.el (vi-mark-region): Use c-mark-function.
7520 (c-mark-function): Add point-moving-unit property.
7521 (vi-goto-line): Use with-no-warnings.
7522
7523 * emulation/edt.el (edt-last-copied-word): Add defvar.
7524 (zmacs-region-stays): Likewise.
7525 (edt-mark-section-wisely): Use c-mark-function for C.
7526 Use makr-defun for Fortran.
7527 (time-string): defvar deleted.
7528 (edt-display-the-time): Don't set time-string.
7529
7530 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
7531
7532 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7533 Don't warn when name is not constant
7534 or for defining the group `emacs'.
7535
7536 * tooltip.el (gud-tooltip-mode): Add defvar.
7537
7538 * startup.el (default-frame-background-mode): Add defvar.
7539
7540 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
7541
7542 * info.el (tool-bar-map): Add defvar.
7543
7544 * dired.el (dnd-protocol-alist): Add defvar.
7545
7546 * dired-aux.el (dired-query): Display question with answer, when
7547 the user answers.
7548
7549 * custom.el (custom-add-option): Doc fix.
7550
7551 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
7552
7553 2005-07-03 Eli Zaretskii <eliz@gnu.org>
7554
7555 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
7556 bogus name from the last change.
7557
7558 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
7559
7560 * custom.el (custom-declare-variable): Fix typos in comment.
7561 (custom-known-themes): Doc fix.
7562 (custom-theme-directory): New defcustom.
7563 (require-theme): Make it check `custom-theme-directory'.
7564
7565 * cus-theme.el (custom-new-theme-mode): New function.
7566 (custom-theme-name, custom-theme-variables, custom-theme-faces)
7567 (custom-theme-description): Add compiler defvars.
7568 (customize-create-theme): Add doc to the "*New Custom Theme*"
7569 buffer. Use `custom-new-theme-mode'.
7570 (custom-theme-write): Put the created buffer in emacs-lisp-mode
7571 and save it to the `custom-theme-directory'. Make this the
7572 default directory of the buffer.
7573
7574 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
7575
7576 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
7577 Fix unbalanced parentheses.
7578
7579 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7580
7581 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
7582 into flymake-mode and delegate to flymake-mode.
7583
7584 * find-file.el (ff-which-function-are-we-in): Clean up.
7585
7586 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
7587
7588 * replace.el (occur-rename-buffer): Fix docstring.
7589
7590 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
7591 (edt-last-copied-word, edt-learn-macro-count)
7592 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
7593 (edt-rect-start-point, edt-user-global-map, rect-start-point)
7594 (time-string, zmacs-region-stays):
7595 * emulation/edt-mapper.el (edt-save-function-key-map)
7596 (EDT-key-name): `defvar' to silence the byte-compiler.
7597
7598 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
7599
7600 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
7601 font-lock-regexp-backslash. Doc fix.
7602 (font-lock-regexp-backslash-grouping-construct): Rename from
7603 font-lock-regexp-backslash-construct. Doc fix.
7604 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
7605 grouping constructs.
7606
7607 2005-07-02 Eli Zaretskii <eliz@gnu.org>
7608
7609 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
7610 updating all the prerequisites.
7611
7612 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
7613
7614 * textmodes/org.el (org-agenda-start-on-weekday)
7615 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
7616 (org-agenda-use-time-grid, org-archive-location)
7617 (org-allow-space-in-links, org-usenet-links-prefer-google)
7618 (org-enable-table-editor, org-export-default-language)
7619 (org-export-html-show-new-buffer, org-fill-paragraph)
7620 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
7621 (org-goto-quit, org-occur, org-eval-in-calendar)
7622 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
7623 (org-agenda-diary-entry, org-remember-help)
7624 (org-table-convert-region, org-at-table-p)
7625 (org-table-move-row-down, org-table-move-row-up)
7626 (org-table-copy-region, org-table-toggle-vline-visibility)
7627 (org-table-get-stored-formulas, org-table-get-specials)
7628 (org-recalc-commands, org-table-eval-formula)
7629 (org-table-formula-substitute-names, orgtbl-make-binding)
7630 (org-format-org-table-html, org-format-table-table-html)
7631 (org-format-table-table-html-using-table-generate-source)
7632 (org-customize): Fix typos in docstrings.
7633 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
7634 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
7635 (org-back-to-heading): Doc fixes.
7636 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
7637 (org-agenda-change-all-lines, org-get-header):
7638 Improve argument/docstring consistency.
7639 (orgtbl-error): Fix error message.
7640
7641 * progmodes/flymake.el (flymake-find-possible-master-files)
7642 (flymake-master-file-compare, flymake-get-line-err-count)
7643 (flymake-highlight-line, flymake-gui-warnings-enabled):
7644 Fix typos in docstrings.
7645 (flymake-parse-line, flymake-get-project-include-dirs-function)
7646 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
7647 Doc fixes.
7648 (flymake-get-project-include-dirs-function)
7649 (flymake-make-err-menu-data):
7650 Improve argument/docstring consistency.
7651
7652 2005-07-01 Lute Kamstra <lute@gnu.org>
7653
7654 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
7655 Catch errors with ignore-errors. Use temporary buffer.
7656 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
7657
7658 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
7659 background color faces.
7660 (facemenu-set-foreground, facemenu-set-background):
7661 Use facemenu-set-face-from-menu.
7662 (facemenu-set-face-from-menu): Treat face names that start with
7663 "fg:" or "bg:" as special.
7664 (facemenu-add-new-color): Don't create faces. Simplify.
7665
7666 2005-06-30 Richard M. Stallman <rms@gnu.org>
7667
7668 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
7669 (crm-find-current-element): Likewise.
7670
7671 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7672
7673 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
7674
7675 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7676
7677 * arc-mode.el (archive-extract): Make it work as a mouse binding.
7678 (archive-mouse-extract): Make it an obsolete alias.
7679 (archive-mode-map): Don't use archive-mouse-extract any more.
7680 (archive-mode, archive-extract): write-contents-hooks ->
7681 write-contents-functions.
7682 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
7683 first arg.
7684 (archive-rename-entry): Update the call.
7685 (archive-zip-summarize): Remove unused var `method'.
7686 (archive-lzh-summarize): Remove unused var `creator'.
7687
7688 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
7689 dedicated frame upon exit.
7690
7691 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
7692 (archive-zip-extract, archive-zip-expunge)
7693 (archive-zip-update, archive-zip-update-case): Use executable-find.
7694 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
7695 Use restore-buffer-modified-p.
7696 (archive-extract, archive-add-new-member, archive-write-file-member):
7697 Use with-current-buffer.
7698 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
7699
7700 2005-06-30 Andreas Schwab <schwab@suse.de>
7701
7702 * progmodes/gud.el (gud-filter): Remove unneeded progn.
7703
7704 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7705
7706 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
7707
7708 2005-06-30 Juri Linkov <juri@jurta.org>
7709
7710 * faces.el (vertical-border): Inherit from mode-line-inactive
7711 only on tty.
7712
7713 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
7714
7715 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
7716 example, -NLINES in the `occur' docstring).
7717
7718 * replace.el (occur-1): When no matches are found, do not set the
7719 `buffer-read-only' and modified flags for the occur buffer,
7720 because it is deleted.
7721
7722 * emulation/cua-base.el (cua-check-pending-input)
7723 (cua-repeat-replace-region, cua-mode, cua-debug)
7724 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
7725 Fix typos in docstrings.
7726
7727 * emulation/cua-gmrk.el (cua-toggle-global-mark)
7728 (cua-cut-region-to-global-mark)
7729 (cua--cut-rectangle-to-global-mark):
7730 Remove period from end of messages.
7731
7732 * emulation/cua-rect.el (cua-do-rectangle-padding):
7733 Remove period from end of messages.
7734 (cua--rectangle-seq-format): Fix typo in docstring.
7735 (cua-sequence-rectangle, cua-fill-char-rectangle):
7736 Improve argument/docstring consistency.
7737
7738 2005-06-29 Juri Linkov <juri@jurta.org>
7739
7740 * faces.el (default-frame-background-mode): New internal variable.
7741 (frame-set-background-mode): Use it.
7742
7743 * startup.el (normal-top-level): Set default-frame-background-mode
7744 instead of frame-background-mode. Before setting it, test for its
7745 nil value. Remove tests for frame-background-mode and frame
7746 parameter `reverse'. Add test for "unspecified-fg".
7747
7748 * term/xterm.el (xterm-rxvt-set-background-mode):
7749 * term/rxvt.el (rxvt-set-background-mode):
7750 Set default-frame-background-mode instead of frame-background-mode.
7751
7752 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
7753
7754 * simple.el (set-variable): Warn about obsolete user variables.
7755
7756 * imenu.el (imenu--completion-buffer):
7757 * mouse.el (mouse-buffer-menu-alist):
7758 * msb.el (msb-invisible-buffer-p):
7759 * calendar/diary-lib.el (diary-header-line-format):
7760 * emacs-lisp/pp.el (pp-buffer):
7761 * progmodes/cperl-mode.el (cperl-do-auto-fill):
7762 * textmodes/picture.el (picture-replace-match):
7763 Change space constants followed by a sexp to "?\s ".
7764
7765 * play/decipher.el (decipher-loop-with-breaks):
7766 * textmodes/texinfo.el (texinfo-insert-@item): Change space
7767 constants "protected" from end of line by a comment to "?\s".
7768
7769 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7770
7771 * font-lock.el (save-buffer-state): Use `declare'.
7772
7773 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
7774 reset the syntax-table to cperl-mode-syntax-table.
7775 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
7776 "foo_print_bar" is not matched as a reserved keyword.
7777
7778 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
7779
7780 * textmodes/org.el (orgtbl-setup): New function, for delayed
7781 setup for the orgtbl commands.
7782 (org-calc-default-modes): New option.
7783 (orgtbl-make-binding): Use `defun' to get better help display.
7784 (org-diary): Call `org-compile-prefix-format'.
7785 (org-table-formula-substitute-names): New function.
7786 (org-agenda-day-view, org-agenda-week-view): New commands.
7787 (org-agenda-toggle-week-view): Command removed.
7788 (org-tbl-menu): Split off from org-org-menu.
7789 (org-mode): Move removal of outline-mode menus to here.
7790 (org-table-formula-debug): New option.
7791 (org-table-insert-row): Keep first field if just "#" or "*".
7792 (org-mode): Paragraph regexps fixed.
7793 (org-table-recalculate-regexp): New constant.
7794 (org-table-justify-field-maybe): Avoid replace if not necessary.
7795 (org-copy-special, org-cut-special): Use `call-interactively'.
7796 (org-table-copy-region): Take region from `interactive' call.
7797 (org-trim): Return string even if no match.
7798 (org-formula): New face.
7799 (org-set-font-lock-defaults): No longer highlight "FIXME".
7800 But highlight formula-related fields in table.
7801 (org-table-p): Use regexp, not fontification.
7802 (org-table-align): Handle white space at end of line.
7803 (org-table-formula-evaluate-inline): New option.
7804 (org-mode): Auto-wrapping in comment lines turned off.
7805 (org-table-copy-down): Evaluate only in copied field, not in
7806 destination.
7807 (org-table-current-formula): Variable removed.
7808 (org-table-store-formulas, org-table-get-stored-formulas)
7809 (org-table-modify-formulas, org-table-replace-in-formulas)
7810 (org-table-maybe-eval-formula): New functions.
7811 (org-table-get-formula): Modify to use stored formulas.
7812 (org-table-insert-column, org-table-delete-column)
7813 (org-table-move-column): Call `org-table-modify-formulas'.
7814 (org-complete): Add completion for keyword formulas.
7815 (orgtbl-mode): Pull orgtbl-mode-map to start of
7816 minor-mode-map-alist.
7817
7818 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7819
7820 * progmodes/python.el (python-check): Require `compile' before
7821 modifying its variables.
7822
7823 * newcomment.el (comment-indent-default): Don't get fooled by an early
7824 end of buffer.
7825
7826 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7827
7828 * ps-print.el (ps-print-version): Fix version number.
7829
7830 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
7831
7832 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
7833
7834 2005-06-28 Richard M. Stallman <rms@gnu.org>
7835
7836 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
7837 (flyspell-local-mouse-map): Declaration deleted.
7838 (flyspell-mouse-map): Bind only mouse-2.
7839 (flyspell-mode-map): Don't test flyspell-use-local-map.
7840 (flyspell-overlay-keymap-property-name): Var deleted.
7841 (flyspell-mode-on): Don't make local bindings for
7842 flyspell-mouse-map and flyspell-mode-map.
7843 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
7844
7845 * textmodes/ispell.el (ispell-word): Do not ignore short words.
7846
7847 * progmodes/compile.el (compilation-next-error-function):
7848 Don't switch buffers; operate on the current buffer.
7849
7850 * progmodes/compile.el (compilation-error-file-name)
7851 (compilation-warning-file-name, compilation-info-file-name)
7852 (compilation-line-number, compilation-column-number): New faces.
7853 (compilation-error-face, compilation-warning-face)
7854 (compilation-info-face, compilation-line-face)
7855 (compilation-column-face): Use them.
7856
7857 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
7858
7859 * comint.el (comint-password-prompt-regexp): Accept ", try again".
7860
7861 * bindings.el (global-map): Bind insertchar and its variants.
7862
7863 2005-06-27 Richard M. Stallman <rms@gnu.org>
7864
7865 * textmodes/artist.el (artist-text-overwrite)
7866 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
7867
7868 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7869
7870 * ps-print.el: It was not working the page selection for printing.
7871 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
7872 (ps-print-version): New version 6.6.7.
7873 (ps-end-sheet): New fun.
7874 (ps-header-sheet, ps-end-job): Call it.
7875
7876 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7877
7878 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
7879
7880 2005-06-27 Lute Kamstra <lute@gnu.org>
7881
7882 * facemenu.el (facemenu-unlisted-faces): Add foreground and
7883 background color faces.
7884 (facemenu-get-face): Delete function.
7885 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
7886 (facemenu-add-new-color): Make second argument mandatory.
7887 Create the appropriate face and return it. Simplify.
7888 (facemenu-set-foreground, facemenu-set-background): Don't check if
7889 color is defined. Use return value of facemenu-add-new-color.
7890
7891 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
7892
7893 * progmodes/gud.el (gud-filter): Add missing argument to
7894 with-selected-window.
7895
7896 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7897
7898 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
7899 a :require to the defcustom.
7900
7901 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
7902 defcustoms corresponding to minor modes.
7903
7904 2005-06-26 David Ponce <david@dponce.com>
7905
7906 * recentf.el: Require tree-widget instead of wid-edit.
7907 (recentf-filename-handler): Fix widget :type.
7908 (recentf-cancel-dialog, recentf-open-more-files)
7909 (recentf-open-files-action): Doc fix.
7910 (recentf-dialog-goto-first): New function.
7911 (recentf-dialog-mode-map): Set parent keymap first.
7912 (recentf-dialog-mode): Define with define-derived-mode.
7913 Don't display continuation lines in dialogs.
7914 (recentf-edit-list): Rename from recentf-edit-selected-items.
7915 (recentf-edit-list-select): Rename from recentf-edit-list-action.
7916 Simplify.
7917 (recentf-edit-list-validate): New function.
7918 (recentf-edit-list): Update accordingly.
7919 (recentf-open-files-item-shift): Remove.
7920 (recentf-open-files-item): Convert menu elements into tree and
7921 link widgets. Don't create the widgets.
7922 (recentf-open-files): Update accordingly.
7923 (recentf-save-list): Untabify.
7924
7925 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7926
7927 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
7928 (keep-lines): Add INTERACTIVE arg. Never delete lines only
7929 partially contained in the active region. Do not take active
7930 region into account when called from Lisp, unless INTERACTIVE arg
7931 is non-nil. Use `forward-line' instead of `beginning-of-line' to
7932 avoid trouble with fields. Make marker point nowhere when no
7933 longer used. Always return nil. Doc fix.
7934 (flush-lines): Add INTERACTIVE arg. Do not take active region
7935 into account when called from Lisp, unless INTERACTIVE arg is
7936 non-nil. Use `forward-line' instead of `beginning-of-line' to
7937 avoid trouble with fields. Make marker point nowhere when no
7938 longer used. Always return nil. Doc fix.
7939 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
7940 interchangeable. Do not take active region into account when
7941 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
7942 message in echo area when called from Lisp, unless INTERACTIVE arg
7943 is non-nil. Avoid saying "1 occurrences". Do not use markers.
7944 Return the number of matches. Doc fix.
7945 (occur): Doc fix.
7946 (perform-replace): Make comment follow double space convention for
7947 the sake of `outline-minor-mode'.
7948
7949 * faces.el (facep): Doc fix.
7950
7951 2005-06-25 Richard M. Stallman <rms@gnu.org>
7952
7953 * facemenu.el (facemenu-enable-faces-p): New function.
7954 (facemenu-background-menu, facemenu-foreground-menu)
7955 (facemenu-face-menu): Add menu-enable property.
7956
7957 * jka-compr.el (jka-compr-insert-file-contents):
7958 Special handling if cannot find the uncompression program.
7959
7960 * cus-face.el (custom-face-attributes): Add autoload.
7961
7962 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7963 Bind comment-indent-function locally.
7964
7965 * window.el (save-selected-window): Use save-current-buffer.
7966
7967 * subr.el (with-selected-window): Use save-current-buffer.
7968
7969 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
7970 and with-current-buffer.
7971
7972 2005-06-24 Richard M. Stallman <rms@gnu.org>
7973
7974 * simple.el (line-move-1): Fix previous change.
7975
7976 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7977
7978 * replace.el (occur-1): Set `buffer-read-only' and the
7979 buffer-modified flag before running `occur-hook' to protect
7980 against unintentional buffer switches that can lead to data loss.
7981
7982 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
7983
7984 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
7985 (gud-gdb-marker-filter): Use font-lock-warning-face for any
7986 initial error.
7987
7988 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
7989 after fresh input.
7990 (gdb-var-create-handler): Put name of expression in quotes.
7991
7992 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7993
7994 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
7995 elements of RING in order, and without bogus nil elements.
7996
7997 2005-06-23 Richard M. Stallman <rms@gnu.org>
7998
7999 * simple.el (set-variable): Args renamed; doc fix.
8000 (line-move-1): When there are overlays around, use vertical-motion.
8001
8002 * faces.el (escape-glyph): Use brown against light background.
8003 (nobreak-space): Rename from no-break-space.
8004 Fix previous change.
8005
8006 * dired-aux.el (dired-do-copy): Fix arg prompt.
8007
8008 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
8009
8010 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8011
8012 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
8013 rather than "Distributor".
8014
8015 2005-06-23 Lute Kamstra <lute@gnu.org>
8016
8017 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
8018 (debug-on-entry): Use it. New interactive declaration that uses
8019 function-called-at-point.
8020
8021 2005-06-23 Kim F. Storm <storm@cua.dk>
8022
8023 * subr.el (save-match-data): Add comment about using evaporate arg
8024 to set-match-data.
8025
8026 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
8027
8028 * cus-edit.el (customize-face)
8029 (customize-face-other-window): Handle face aliases.
8030
8031 * faces.el (face-documentation, set-face-attribute)
8032 (face-spec-set): Handle face aliases.
8033
8034 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
8035
8036 * help-mode.el (help-make-xrefs): If a symbol representing a face
8037 name is not followed by the word "face", it could still be a
8038 function or variable name, so don't bypass other checks.
8039
8040 2005-06-22 Juri Linkov <juri@jurta.org>
8041
8042 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
8043 Replace aliased functions with calls where second arg `inherit' is t.
8044
8045 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
8046
8047 * progmodes/gdb-ui.el (gdb-error): New variable.
8048 (gdb-error): New function.
8049 (gdb-annotation-rules): Act on error-begin and error annotations.
8050 (gdb-concat-output): Use font-lock-warning-face for errors.
8051
8052 2005-06-22 Miles Bader <miles@gnu.org>
8053
8054 * bindings.el (propertized-buffer-identification): Use renamed
8055 `Buffer-menu-buffer' face.
8056
8057 * faces.el (vertical-border): Rename from `vertical-divider'.
8058 (escape-glyph): Change dark-background color back to `cyan'.
8059
8060 2005-06-21 Juri Linkov <juri@jurta.org>
8061
8062 * faces.el (face-user-default-spec): Try getting `customized-face'
8063 prior to `saved-face'.
8064 (frame-background-mode): Refill docstring.
8065
8066 * emacs-lisp/lisp-mode.el (eval-defun-1):
8067 * emacs-lisp/edebug.el (edebug-eval-defun):
8068 Set `saved-face' temporarily to nil before calling form.
8069 Set `customized-face' to the new spec after that.
8070
8071 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
8072
8073 * subr.el (1value, lambda, key-substitution-in-progress):
8074 Doc fixes.
8075
8076 * autoinsert.el (auto-insert-alist):
8077 * ses.el (ses-call-printer):
8078 * subr.el (noreturn):
8079 * emacs-lisp/lisp.el (check-parens):
8080 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
8081 * net/browse-url.el (browse-url-mosaic):
8082 * progmodes/cc-defs.el (c-safe-scan-lists):
8083 * progmodes/ebnf-abn.el (ebnf-abn-lex):
8084 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
8085 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
8086 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
8087 * progmodes/ebnf-iso.el (ebnf-iso-lex):
8088 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
8089
8090 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
8091
8092 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
8093
8094 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
8095
8096 * calendar/appt.el (appt-make-list): Activate the package, if
8097 not already active (for backwards compatibility).
8098
8099 2005-06-20 Kim F. Storm <storm@cua.dk>
8100
8101 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
8102
8103 2005-06-20 Miles Bader <miles@gnu.org>
8104
8105 * faces.el (vertical-divider): New face.
8106
8107 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
8108
8109 * simple.el (kill-whole-line): Doc fix.
8110 (next-error-buffer-p, next-error-find-buffer)
8111 (clone-indirect-buffer): Fix typos in docstrings.
8112 (comment-line-break-function): Doc fix: don't say variable
8113 is automatically buffer-local (it isn't).
8114
8115 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
8116
8117 * net/tramp-ftp.el (top):
8118 * net/tramp-smb.el (top):
8119 * net/tramp-util.el (top):
8120 * net/tramp-uu.el (top):
8121 * net/tramp-vc.el (top):
8122 * net/tramp.el (top): Revert copyright years back to original
8123 ones. Tramp has a life outside GNU Emacs.
8124
8125 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
8126
8127 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
8128
8129 2005-06-18 Juri Linkov <juri@jurta.org>
8130
8131 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
8132 end of first regexp to limit the match to the position between
8133 line number and source line with same separator character as used
8134 between file name and line number. In the second regexp limit
8135 mouse-face area to file name and line number by adding new group
8136 for them and referring it in HYPERLINK arg.
8137 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
8138 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
8139 previous line where grep markers may be already removed.
8140
8141 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
8142
8143 * progmodes/ps-mode.el: Update version and maintainer's email address.
8144
8145 2005-06-18 Steve Youngs <steve@xemacs.org>
8146
8147 * net/browse-url.el (browse-url-browser-function)
8148 (browse-url-default-browser): Add firefox.
8149 (browse-url-firefox-program, browse-url-firefox-arguments)
8150 (browse-url-firefox-startup-arguments)
8151 (browse-url-firefox-new-window-is-tab): New defcustoms.
8152 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
8153
8154 2005-06-17 Richard M. Stallman <rms@gnu.org>
8155
8156 * startup.el (command-line): Warn if specified user name has
8157 no home directory.
8158
8159 * term.el (term-get-old-input, term-input-filter, term-input-sender)
8160 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
8161
8162 * longlines.el (longlines-mode, longlines-show-hard-newlines):
8163 Doc fixes.
8164
8165 * faces.el (underline): Try bold if terminal doesn't support underline.
8166
8167 * mail/sendmail.el (mail-setup-with-from): New variable.
8168 (mail-insert-from-field): New function.
8169 (sendmail-send-it): Call it.
8170 (mail-setup): Optionally call it here.
8171
8172 * term/linux.el: Call tty-no-underline.
8173
8174 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
8175
8176 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
8177
8178 2005-06-17 Miles Bader <miles@gnu.org>
8179
8180 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
8181 (ediff-current-diff-C, ediff-current-diff-Ancestor)
8182 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
8183 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
8184 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
8185 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
8186 Remove "-face" suffix from face names.
8187 (ediff-current-diff-face-A, ediff-current-diff-face-B)
8188 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
8189 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
8190 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
8191 (ediff-even-diff-face-A, ediff-even-diff-face-B)
8192 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
8193 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
8194 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
8195 New backward-compatibility aliases for renamed faces.
8196 (ediff-current-diff-face-A, ediff-current-diff-face-B)
8197 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
8198 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
8199 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
8200 (ediff-even-diff-face-A, ediff-even-diff-face-B)
8201 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
8202 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
8203 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
8204 Use renamed ediff faces.
8205
8206 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
8207 Remove "-face" suffix from face names.
8208 (eshell-test-ok-face, eshell-test-failed-face):
8209 New backward-compatibility aliases for renamed faces.
8210 (eshell-run-test): Use renamed eshell-test faces.
8211
8212 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
8213 face name.
8214 (eshell-prompt-face): New backward-compatibility alias for renamed
8215 face.
8216 (eshell-emit-prompt): Use renamed eshell-prompt face.
8217
8218 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
8219 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
8220 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
8221 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
8222 Remove "-face" suffix from face names.
8223 (eshell-ls-directory-face, eshell-ls-symlink-face)
8224 (eshell-ls-executable-face, eshell-ls-readonly-face)
8225 (eshell-ls-unreadable-face, eshell-ls-special-face)
8226 (eshell-ls-missing-face, eshell-ls-archive-face)
8227 (eshell-ls-backup-face, eshell-ls-product-face)
8228 (eshell-ls-clutter-face):
8229 New backward-compatibility aliases for renamed faces.
8230 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
8231
8232 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
8233 Remove "-face" suffix from face name.
8234 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
8235 instead of literal face.
8236
8237 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
8238
8239 * emacs-lisp/warnings.el (display-warning, lwarn)
8240 (warning-minimum-log-level): Doc fixes.
8241 (warning-minimum-level, warning-minimum-log-level):
8242 Add :debug to :type choices.
8243
8244 * progmodes/ada-mode.el (ada-format-paramlist)
8245 (ada-get-indent-case, ada-check-matching-start)
8246 (ada-check-defun-name, ada-goto-matching-decl-start)
8247 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
8248 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
8249 (ada-make-subprogram-body): Follow error conventions.
8250 (ada-case-exception-file, ada-indent-comment-as-code)
8251 (ada-indent-handle-comment-special, ada-indent-renames)
8252 (ada-indent-return, ada-search-directories-internal)
8253 (ada-tab-policy, ada-case-exception-substring)
8254 (ada-other-file-alist, ada-matching-start-re)
8255 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
8256 (ada-imenu-generic-expression, ada-compile-goto-error)
8257 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
8258 (ada-popup-menu, ada-add-extensions, ada-mode)
8259 (ada-region-selected, ada-create-case-exception)
8260 (ada-create-case-exception-substring, ada-after-keyword-p)
8261 (ada-activate-keys-for-case, ada-adjust-case-region)
8262 (ada-adjust-case-buffer, ada-format-paramlist)
8263 (ada-scan-paramlist, ada-insert-paramlist)
8264 (ada-indent-newline-indent)
8265 (ada-indent-newline-indent-conditional)
8266 (ada-justified-indent-current, ada-goto-previous-word)
8267 (ada-indent-current, ada-get-indent-open-paren)
8268 (ada-get-indent-paramlist, ada-get-indent-end)
8269 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
8270 (ada-get-indent-block-start, ada-get-indent-subprog)
8271 (ada-get-indent-noindent, ada-get-indent-label)
8272 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
8273 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
8274 (ada-goto-stmt-end, ada-goto-next-word)
8275 (ada-check-matching-start, ada-check-defun-name)
8276 (ada-goto-matching-decl-start, ada-goto-matching-start)
8277 (ada-goto-matching-end, ada-search-ignore-string-comment)
8278 (ada-in-decl-p, ada-looking-at-semi-or)
8279 (ada-looking-at-semi-private, ada-in-paramlist-p)
8280 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
8281 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
8282 (ada-next-procedure, ada-previous-procedure, ada-next-package)
8283 (ada-previous-package, ada-create-menu)
8284 (ada-fill-comment-paragraph-justify)
8285 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
8286 (ada-other-file-name, ada-last-which-function-line)
8287 (ada-last-which-function-subprog, ada-which-function)
8288 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
8289 (ada-gen-treat-proc, ada-check-emacs-version)
8290 (ada-continuation-indent, ada-align-region-separate):
8291 Fix typos in docstrings.
8292 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
8293
8294 2005-06-16 Lute Kamstra <lute@gnu.org>
8295
8296 * simple.el (fundamental-mode): Run after-change-major-mode-hook
8297 conditionally.
8298
8299 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
8300
8301 * comint.el (comint-replace-by-expanded-filename)
8302 (comint-prompt-regexp, comint-delimiter-argument-list)
8303 (comint-preinput-scroll-to-bottom):
8304 * info.el (Info-hide-cookies-node):
8305 * ls-lisp.el (ls-lisp-classify):
8306 * find-file.el (ff-search-directories, ff-special-constructs)
8307 (ff-find-other-file):
8308 * font-lock.el (font-lock-keywords):
8309 * shell.el (shell-prompt-pattern)
8310 (shell-dynamic-complete-functions, shell-mode)
8311 (shell-delimiter-argument-list):
8312 * term.el (term-replace-by-expanded-filename)
8313 (term-prompt-regexp, term-delimiter-argument-list):
8314 * woman.el (woman-ignore, woman0-if):
8315 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
8316 * emacs-lisp/elint.el (elint-init-env):
8317 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
8318 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
8319 * language/ethio-util.el (ethio-tilde-escape)
8320 (ethio-use-three-dot-question):
8321 * net/zone-mode.el (zone-mode-load-time-setup):
8322 * progmodes/cc-align.el (c-lineup-argcont):
8323 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
8324 * progmodes/cperl-mode.el (cperl-set-style-back):
8325 * progmodes/inf-lisp.el (inferior-lisp-prompt):
8326 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
8327 Fix spellings in docstrings.
8328
8329 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
8330 * progmodes/modula2.el (m2-for): Fix spellings.
8331
8332 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
8333
8334 * simple.el (undo-more): Don't use `format' on `error' arguments.
8335 Improve argument/docstring consistency.
8336 (pending-undo-list): Doc fix.
8337
8338 * smerge-mode.el (smerge-ensure-match):
8339 * emulation/vip.el (vip-ex):
8340 * net/zone-mode.el (zone-mode-update-serial):
8341 * progmodes/idlwave.el (idlwave-complete):
8342 * progmodes/vhdl-mode.el (vhdl-visit-file)
8343 (vhdl-compose-wire-components):
8344 Don't use `format' on `error' arguments.
8345
8346 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
8347 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
8348 (tooltip-help-tips): Fix typos in docstrings.
8349
8350 2005-06-16 David Ponce <david@dponce.com>
8351
8352 * tree-widget.el (tree-widget-value-create): Simplify last change.
8353
8354 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
8355
8356 * ido.el (ido-incomplete-regexp): New variable.
8357 (ido-set-matches-1): Handle invalid-regexp error and set
8358 ido-incomplete-regexp.
8359 (ido-incomplete-regexp): New face.
8360 (ido-completions): Use it.
8361 (ido-complete, ido-exit-minibuffer, ido-completions):
8362 Handle incomplete regexps.
8363 (ido-completions): Add check for complete match when entering a regexp.
8364
8365 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8366
8367 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
8368
8369 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8370
8371 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
8372 by field delimiters.
8373
8374 2005-06-15 David Ponce <david@dponce.com>
8375
8376 * tree-widget.el: eval-and-compile inlined functions so they will
8377 be available at run-time too.
8378 (tree-widget-super-format-handler)
8379 (tree-widget-format-handler): Remove.
8380 (tree-widget-value-create): Handle the :indent property.
8381
8382 2005-06-15 Miles Bader <miles@gnu.org>
8383
8384 * progmodes/which-func.el (which-func): Only inherit
8385 `font-lock-function-name-face' when that makes sense against the
8386 default mode-line face, otherwise set the face color explicitly.
8387
8388 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
8389 faces instead of (non-existent) variables.
8390
8391 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8392
8393 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
8394 (iswitchb-get-matched-buffers): Likewise. Simplify.
8395
8396 2005-06-14 Miles Bader <miles@gnu.org>
8397
8398 * progmodes/ld-script.el (ld-script-location-counter):
8399 Remove "-face" suffix from face name.
8400 (ld-script-location-counter-face):
8401 New backward-compatibility alias for renamed face.
8402 (ld-script-location-counter-face): Use renamed face.
8403
8404 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
8405 (cperl-hash): Remove "-face" suffix from face names.
8406 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
8407 New backward-compatibility aliases for renamed faces.
8408 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
8409 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
8410
8411 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
8412 name.
8413 (which-func-face): New backward-compatibility alias for renamed face.
8414 (which-func-format): Use renamed which-func face.
8415
8416 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
8417 (vhdl-function, vhdl-directive, vhdl-reserved-word)
8418 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
8419 names.
8420 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
8421 (vhdl-speedbar-configuration, vhdl-speedbar-package)
8422 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
8423 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
8424 (vhdl-speedbar-architecture-selected)
8425 (vhdl-speedbar-configuration-selected)
8426 (vhdl-speedbar-package-selected)
8427 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
8428 names.
8429 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
8430 Use renamed faces.
8431 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
8432 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
8433 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
8434 Use renamed faces.
8435 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
8436 names.
8437 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
8438 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
8439 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
8440 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
8441 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
8442 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
8443
8444 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
8445 face name.
8446 (sh-heredoc-face): New backward-compatibility alias for renamed face.
8447 (sh-heredoc-face): Use renamed sh-heredoc face.
8448
8449 * progmodes/idlw-help.el (idlwave-help-link):
8450 Remove "-face" suffix from face name.
8451 (idlwave-help-link-face):
8452 New backward-compatibility alias for renamed face.
8453 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
8454
8455 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
8456 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
8457 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
8458 New backward-compatibility aliases for renamed faces.
8459 (idlwave-shell-disabled-breakpoint-face)
8460 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
8461
8462 * progmodes/flymake.el (flymake-errline, flymake-warnline):
8463 Remove "-face" suffix from face names.
8464 (flymake-errline-face, flymake-warnline-face):
8465 New backward-compatibility aliases for renamed faces.
8466 (flymake-highlight-line): Use renamed flymake faces.
8467
8468 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
8469 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
8470 (ebrowse-member-class, ebrowse-progress):
8471 Remove "-face" suffix from face names.
8472 (ebrowse-tree-mark-face, ebrowse-root-class-face)
8473 (ebrowse-file-name-face, ebrowse-default-face)
8474 (ebrowse-member-attribute-face, ebrowse-member-class-face)
8475 (ebrowse-progress-face):
8476 New backward-compatibility aliases for renamed faces.
8477 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
8478 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
8479 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
8480 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
8481
8482 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
8483 antlr-syntax)
8484 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
8485 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
8486 names.
8487 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
8488 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
8489 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
8490 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
8491 backward-compatibility aliases for renamed faces.
8492 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
8493 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
8494 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
8495 remove "font-lock-". Use renamed antlr-mode faces.
8496 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
8497 literal face-names with face variable references.
8498
8499 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
8500 face name.
8501 (Buffer-menu-buffer-face): New backward-compatibility alias for
8502 renamed face.
8503 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
8504
8505 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
8506
8507 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
8508 Eliminate "-face" suffix.
8509 (makefile-targets): Inherit from font-lock-function-name-face and
8510 eliminate "-face" suffix.
8511 (makefile-shell): Remove attributes and eliminate "-face" suffix.
8512 (makefile-*-font-lock-keywords): Append makefile-targets in rule
8513 actions, instead of prepending, to make it less visible.
8514 (makefile-previous-dependency, makefile-match-dependency):
8515 Don't match a target on a continuation line.
8516
8517 * files.el (auto-mode-alist): Put Makefile in gmake mode.
8518
8519 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
8520
8521 * progmodes/gdb-ui.el (menu): Re-order menu items.
8522 (gdb-tooltip-print): Respect tooltip-use-echo-area.
8523
8524 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
8525 Define in tooltip.el.
8526 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
8527 (gud-tooltip-tips): Respect tooltip-use-echo-area and
8528 gud-tooltip-echo-area.
8529
8530 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
8531 backward compatibility and make obsolete.
8532 (tooltip-help-tips): Use tooltip-use-echo-area.
8533 (tooltip-show-help-function): Rename to...
8534 (tooltip-show-help): ...this, because it is a function.
8535 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
8536
8537 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8538
8539 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
8540 (edebug-print-length, edebug-print-level, edebug-print-circle)
8541 (edebug-modify-breakpoint, edebug-eval-last-sexp)
8542 (edebug-eval-print-last-sexp): Doc fixes.
8543
8544 2005-06-14 Kim F. Storm <storm@cua.dk>
8545
8546 * ido.el (ido-mode): Make a new keymap every time we enable ido,
8547 as the coverage buffer/file/both may change.
8548
8549 2005-06-14 Lute Kamstra <lute@gnu.org>
8550
8551 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
8552 and run-mode-hooks. Simplify.
8553
8554 * mail/rmailedit.el (rmail-edit-mode):
8555 * progmodes/octave-inf.el (inferior-octave-mode):
8556 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
8557
8558 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
8559 and run-mode-hooks.
8560 (recentf-edit-list, recentf-open-files): Don't call
8561 kill-all-local-variables directly.
8562
8563 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
8564
8565 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
8566
8567 * emacs-lisp/byte-run.el (make-obsolete)
8568 (define-obsolete-function-alias): Rename arguments FUNCTION and
8569 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
8570 (make-obsolete-variable, define-obsolete-variable-alias):
8571 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
8572 respectively.
8573
8574 * isearchb.el (isearchb-activate):
8575 * pcvs.el (cvs-mode):
8576 * ses.el (ses-load):
8577 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
8578 * net/tramp.el (tramp-find-file-exists-command)
8579 (tramp-find-shell):
8580 * progmodes/ada-mode.el (ada-create-case-exception)
8581 (ada-create-case-exception-substring, ada-make-subprogram-body):
8582 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8583 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
8584 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
8585 * textmodes/org.el (org-promote, org-evaluate-time-range)
8586 (org-agenda-next-date-line, org-agenda-previous-date-line)
8587 (org-agenda-error, org-open-at-point, org-table-move-row)
8588 (org-format-table-table-html-using-table-generate-source)
8589 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
8590 * textmodes/reftex.el (reftex-access-scan-info):
8591 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
8592 (reftex-toc-promote-prepare): Follow error conventions.
8593
8594 * diff-mode.el (diff-mode): Fix typo in docstring.
8595
8596 * forms.el (forms--intuit-from-file): Fix reference to
8597 `forms-number-of-fields' in error message.
8598 (forms-print): Fix quoting in error message.
8599
8600 * forms.el (forms-mode):
8601 * emulation/vi.el (vi-goto-insert-state):
8602 * progmodes/flymake.el (flymake-new-err-info)
8603 (flymake-start-syntax-check-for-current-buffer)
8604 (flymake-simple-cleanup):
8605 * eshell/esh-var.el (eshell/export):
8606 * progmodes/gud.el (xdb):
8607 * textmodes/flyspell.el (flyspell-incorrect-hook)
8608 (flyspell-maybe-correct-transposition)
8609 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
8610
8611 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
8612
8613 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
8614 minibuffer prompt.
8615
8616 2005-06-13 Kim F. Storm <storm@cua.dk>
8617
8618 * subr.el (add-to-ordered-list): New defun.
8619
8620 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
8621 add cua--keymap-alist to emulation-mode-map-alists.
8622
8623 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8624
8625 * subr.el (complete-in-turn): New macro.
8626 (dynamic-completion-table, lazy-completion-table): Add debug info.
8627
8628 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
8629 in preference to face aliases.
8630
8631 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
8632 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
8633 Remove unused vars `start' and `firstline'.
8634 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
8635 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
8636
8637 2005-06-13 Eli Zaretskii <eliz@gnu.org>
8638
8639 * cus-start.el (all): Don't complain about missing GTK-related
8640 variables, unless either `gtk' is boundp or this isn't a
8641 `windows-nt' build.
8642
8643 2005-06-13 Lute Kamstra <lute@gnu.org>
8644
8645 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
8646 run-mode-hooks.
8647
8648 * ediff-mult.el (ediff-meta-mode):
8649 * ediff-util.el (ediff-mode): Use run-mode-hooks.
8650
8651 * ledit.el (ledit-mode): Use delay-mode-hooks.
8652
8653 * woman.el (woman-mode-line-format): Delete constant.
8654 (woman-mode-map): Initialize it properly.
8655 (woman-mode): Set mode-class property to special.
8656 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
8657 Set major-mode and mode-name. Don't set mode-line-format directly.
8658 (Man-getpage-in-background): Don't reference woman-mode-line-format.
8659
8660 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
8661 string argument obsolete.
8662
8663 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
8664
8665 * textmodes/org.el (org-CUA-compatible): New option.
8666 (org-disputed-keys): New variable.
8667 (org-key): New function.
8668 (orgtbl-make-binding): Add docstring to the created function.
8669 (org-mode): Set paragraph start/separate regexps.
8670 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
8671 (org-archive-location, org-archive-mark-done)
8672 (org-archive-stamp-time): New options.
8673 (org-archive-subtree): New command.
8674 (org-fill-paragraph): New function.
8675 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
8676 (org-fake-empty-table-line): Function removed.
8677 (org-format-org-table-html): Do not create empty table lines at
8678 separator lines. Improved table header treatment.
8679 (org-link-format): New option.
8680 (org-make-link): New function.
8681 (org-insert-link, org-store-link): Use org-make-link.
8682 (org-open-file): Quote file name for shell command, to allow
8683 spaces in file names.
8684 (org-link-regexp): Fix bug with mailto link.
8685 (org-link-maybe-angles-regexp, org-protected-link-regexp):
8686 New constants.
8687 (org-export-as-html): Deal with the optional angles around a link.
8688 Better treatment of file: links.
8689 (org-open-at-point): Replace @{ and @} with < and >.
8690 (org-run-mode-hooks): Function removed.
8691 (org-agenda-mode): No longer use `org-run-mode-hooks'.
8692
8693 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
8694
8695 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
8696 MI command -data-list-register-values.
8697 (gdb-post-prompt): Indent properly.
8698
8699 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
8700
8701 * hilit-chg.el (highlight-changes-colors): Rename from
8702 `highlight-changes-colours'.
8703 (highlight-changes-colours): Keep as obsolete alias.
8704 (highlight-changes-face-list): Doc fix.
8705 (hilit-chg-make-list): Use `highlight-changes-colors'.
8706
8707 2005-06-12 Mark A. Hershberger <mah@everybody.org>
8708
8709 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
8710 defun-prompt-regexp.
8711
8712 2005-06-12 Eli Zaretskii <eliz@gnu.org>
8713
8714 * loadup.el: Don't say we are dumping under 2 names on windows-nt
8715 and cygwin.
8716
8717 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8718 Don't use an old loaddefs.el, as in Makefile.in.
8719
8720 2005-06-12 Lute Kamstra <lute@gnu.org>
8721
8722 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
8723
8724 * man.el (Man-mode-map): Initialize it properly.
8725 (Man-mode): Set mode-class property to special.
8726
8727 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
8728
8729 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8730
8731 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
8732 A newline is needed in the docstring there.
8733
8734 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
8735 Doc fixes.
8736
8737 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8738
8739 * printing.el: Doc fix. The menubar is no more changed when printing
8740 is loaded, it only changes when pr-menu-bind or pr-update-menus is
8741 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
8742 (pr-version): New version number (6.8.4).
8743 (pr-menu-bind): New command.
8744 (pr-update-menus): Docstring and code fix.
8745 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
8746 Docstring fix.
8747 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
8748 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
8749
8750 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
8751
8752 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
8753 "Returns" to "return", document useful return values, etc.
8754
8755 2005-06-11 Alan Mackenzie <acm@muc.de>
8756
8757 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
8758 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
8759 (adaptive-file-function): Minor amendment to doc-string.
8760
8761 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8762
8763 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
8764 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
8765 Fix :type--it is `integer', not `string'.
8766
8767 * faces.el (modeline-highlight): Rename from (the erroneous)
8768 `modeline-higilight'.
8769
8770 2005-06-11 Lute Kamstra <lute@gnu.org>
8771
8772 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
8773 lisp-interaction-mode-map but make it the parent.
8774 (edebug-eval-mode): Use define-derived-mode.
8775
8776 2005-06-11 Andreas Schwab <schwab@suse.de>
8777
8778 * bindings.el: Add binding of `ESC functionkey' for every
8779 `M-functionkey'.
8780 * hexl.el (hexl-mode-map): Likewise.
8781
8782 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
8783
8784 * progmodes/compile.el (compilation-error-regexp-alist-alist)
8785 [msft]: update regexp for newer msft compilers.
8786
8787 2005-06-10 Mark A. Hershberger <mah@everybody.org>
8788
8789 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
8790 ATTLIST portions of included DTDs.
8791 (xml-parse-dtd): Eliminate use of inefficient match-data.
8792
8793 2005-06-10 Miles Bader <miles@gnu.org>
8794
8795 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8796 (mpuz-text): Remove "-face" suffix from face names.
8797 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
8798 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
8799 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
8800
8801 * play/gomoku.el (gomoku-O, gomoku-X):
8802 Remove "-face" suffix from face names.
8803 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
8804 New backward-compatibility aliases for renamed faces.
8805 (gomoku-font-lock-keywords): Use renamed gomoku faces.
8806
8807 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
8808
8809 * thumbs.el: Fixes for changes of 2005-06-09.
8810 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
8811 as a directory.
8812 (thumbs-thumbname): Remove directory separator from format string;
8813 `thumbs-thumbsdir' now returns a valid directory name.
8814 (thumbs-temp-dir): New defsubst.
8815 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
8816 Use it.
8817
8818 * cus-edit.el (minibuffer):
8819 * files.el (make-backup-file-name-function):
8820 * filesets.el (filesets-external-viewers):
8821 * hilit-chg.el (highlight-changes-colours)
8822 (highlight-changes-face-list, highlight-changes-rotate-faces):
8823 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
8824 * kmacro.el (kmacro-call-macro):
8825 * log-edit.el (log-edit-changelog-full-paragraphs):
8826 * mouse.el (mouse-1-click-follows-link):
8827 * skeleton.el (skeleton-autowrap):
8828 * subr.el (insert-for-yank-1):
8829 * tempo.el (tempo-insert-region):
8830 * terminal.el (terminal-emulator):
8831 * time.el (display-time-mail-face):
8832 * vc.el (vc-annotate):
8833 * vcursor.el (vcursor-copy-line):
8834 * woman.el (woman-bold-headings, woman-ignore)
8835 (woman-default-faces, woman-monochrome-faces):
8836 * calendar/todo-mode.el (todo-insert-threshold):
8837 * emulation/pc-select.el (pc-select-selection-keys-only)
8838 (pc-selection-mode):
8839 * emulation/vip.el (vip-find-char-forward):
8840 * emulation/viper-cmd.el (viper-find-char-forward):
8841 * international/mule-cmds.el
8842 (select-safe-coding-system-accept-default-p)
8843 (input-method-exit-on-invalid-key):
8844 * international/mule-diag.el (describe-coding-system):
8845 * international/ucs-tables.el (unify-8859-on-encoding-mode):
8846 * net/browse-url.el (browse-url-xterm-program):
8847 * obsolete/lazy-lock.el (lazy-lock-mode):
8848 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
8849 (cperl-mode):
8850 * progmodes/cpp.el (cpp-face-light-name-list)
8851 (cpp-face-dark-name-list):
8852 * progmodes/delphi.el (delphi-newline-always-indents):
8853 Fix spellings in docstrings.
8854
8855 * ido.el (ido-mode, ido-file-extensions-order)
8856 (ido-default-file-method, ido-default-buffer-method)
8857 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
8858 (ido-decorations, ido-read-file-name-as-directory-commands)
8859 (ido-read-file-name-non-ido, ido-work-directory-list)
8860 (ido-ignore-item-temp-list, ido-current-directory)
8861 (ido-magic-forward-char, ido-enter-find-file)
8862 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
8863 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
8864
8865 2005-06-10 Lute Kamstra <lute@gnu.org>
8866
8867 * play/dunnet.el (dun-mode): Use define-derived-mode.
8868 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
8869 obsolete alias.
8870
8871 * play/doctor.el (doctor-mode-map): Remove defvar.
8872 (doctor-mode): Use define-derived-mode.
8873
8874 * mail/mspools.el (mspools-mode):
8875 * net/eudc-hotlist.el (eudc-hotlist-mode):
8876 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
8877
8878 2005-06-10 Miles Bader <miles@gnu.org>
8879
8880 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8881 Remove "-face" suffix from face names.
8882 (flyspell-incorrect-face, flyspell-duplicate-face):
8883 New backward-compatibility aliases for renamed faces.
8884 (flyspell-mode-on, make-flyspell-overlay)
8885 (flyspell-highlight-incorrect-region)
8886 (flyspell-highlight-duplicate-region)
8887 (flyspell-display-next-corrections)
8888 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
8889
8890 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
8891 from face name.
8892 (texinfo-heading-face): New backward-compatibility alias for
8893 renamed face.
8894 (texinfo-heading-face): Use renamed texinfo-heading face.
8895
8896 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
8897 suffix from face names.
8898 (tex-math-face, tex-verbatim-face):
8899 New backward-compatibility aliases for renamed faces.
8900 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
8901 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
8902 literal face name.
8903
8904 * textmodes/table.el (table-cell): Remove "-face" suffix from face
8905 name.
8906 (table-cell-face): New backward-compatibility alias for renamed face.
8907 (table--put-cell-face-property, table--update-cell-face):
8908 Use renamed table-cell face.
8909
8910 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
8911 from face name.
8912 (sgml-namespace-face): New backward-compatibility alias for
8913 renamed face.
8914 (sgml-namespace-face): Use renamed sgml-namespace face.
8915
8916 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
8917 (org-level-4, org-level-5, org-level-6, org-level-7)
8918 (org-level-8, org-warning, org-headline-done)
8919 (org-deadline-announce, org-scheduled-today)
8920 (org-scheduled-previously, org-link, org-done, org-table)
8921 (org-time-grid): Remove "-face" suffix from face names.
8922 (org-level-1-face, org-level-2-face, org-level-3-face)
8923 (org-level-4-face, org-level-5-face, org-level-6-face)
8924 (org-level-7-face, org-level-8-face, org-warning-face)
8925 (org-headline-done-face, org-deadline-announce-face)
8926 (org-scheduled-today-face, org-scheduled-previously-face)
8927 (org-link-face, org-done-face, org-table-face)
8928 (org-time-grid-face):
8929 New backward-compatibility aliases for renamed faces.
8930 (org-level-faces, org-set-font-lock-defaults, org-timeline)
8931 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
8932 (org-agenda-get-timestamps, org-agenda-get-scheduled)
8933 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
8934
8935 * emulation/viper-init.el (viper-search, viper-replace-overlay)
8936 (viper-minibuffer-emacs, viper-minibuffer-insert)
8937 (viper-minibuffer-vi): Remove "-face" suffix from face names.
8938 (viper-search-face, viper-replace-overlay-face)
8939 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8940 (viper-minibuffer-vi-face):
8941 New backward-compatibility aliases for renamed faces.
8942 (viper-search-face, viper-replace-overlay-face)
8943 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8944 (viper-minibuffer-vi-face): Use renamed viper faces.
8945
8946 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
8947 Remove "-face" suffix from face names.
8948 (testcover-nohits-face, testcover-1value-face):
8949 New backward-compatibility aliases for renamed faces.
8950 (testcover-mark): Use renamed testcover faces.
8951
8952 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
8953 face name.
8954 (diary-button-face): New backward-compatibility alias for renamed face.
8955 (diary-entry): Use renamed diary-button face.
8956
8957 * calendar/calendar.el (diary, calendar-today, holiday)
8958 (mark-visible-calendar-date): Remove "-face" suffix from face names.
8959 (diary-face, calendar-today-face, holiday-face):
8960 New backward-compatibility aliases for renamed faces.
8961 (eval-after-load "facemenu", diary-entry-marker)
8962 (calendar-today-marker, calendar-holiday-marker, diary-face):
8963 Use renamed calendar faces.
8964
8965 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
8966 (compare-windows-face): New backward-compatibility alias for
8967 renamed face.
8968 (compare-windows-highlight): Use renamed compare-windows face.
8969
8970 * strokes.el (strokes-char): Remove "-face" suffix from face name.
8971 (strokes-char-face): New backward-compatibility alias for renamed face.
8972 (strokes-encode-buffer): Use renamed strokes-char face.
8973
8974 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
8975 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
8976 Remove "-face" suffix from face names.
8977 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8978 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8979 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
8980 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
8981 Use renamed pcvs faces.
8982 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
8983 * pcvs-defs.el (cvs-mode-map): Likewise.
8984 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
8985
8986 * info.el (info-title-1, info-title-2, info-title-3)
8987 (info-title-4): Remove "-face" suffix from and downcase face names.
8988 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8989 (Info-title-4-face):
8990 New backward-compatibility aliases for renamed faces.
8991 (Info-fontify-node): Use renamed info faces.
8992
8993 * hilit-chg.el (highlight-changes, highlight-changes-delete):
8994 Remove "-face" suffix from face names.
8995 (highlight-changes-face, highlight-changes-delete-face):
8996 New backward-compatibility aliases for renamed faces.
8997 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
8998 (hilit-chg-make-list): Use renamed highlight-changes faces.
8999
9000 * generic-x.el (show-tabs-tab, show-tabs-space):
9001 Remove "-face" suffix from face names.
9002 (show-tabs-tab-face, show-tabs-space-face):
9003 New backward-compatibility aliases for renamed faces.
9004 (show-tabs-generic-mode-font-lock-defaults-1)
9005 (show-tabs-generic-mode-font-lock-defaults-2):
9006 Use renamed show-tabs faces.
9007
9008 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
9009 (smerge-markers): Remove "-face" suffix from face names.
9010 (smerge-mine-face, smerge-other-face, smerge-base-face)
9011 (smerge-markers-face):
9012 New backward-compatibility aliases for renamed faces.
9013 (smerge-mine-face, smerge-other-face, smerge-base-face)
9014 (smerge-markers-face): Use renamed smerge faces.
9015
9016 * log-view.el (log-view-file, log-view-message): Remove "-face"
9017 suffix from face names.
9018 (log-view-file-face, log-view-message-face):
9019 New backward-compatibility aliases for renamed faces.
9020 (log-view-file-face, log-view-message-face): Use renamed log-view
9021 faces.
9022
9023 * paren.el (show-paren-match, show-paren-mismatch):
9024 Remove "-face" suffix from face names.
9025 (show-paren-match-face, show-paren-mismatch-face):
9026 New backward-compatibility aliases for renamed faces.
9027 (show-paren-function): Use renamed show-paren faces.
9028
9029 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
9030 (ruler-mode-margins, ruler-mode-fringes)
9031 (ruler-mode-column-number, ruler-mode-fill-column)
9032 (ruler-mode-comment-column, ruler-mode-goal-column)
9033 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
9034 suffix from face names.
9035 (ruler-mode-default-face, ruler-mode-pad-face)
9036 (ruler-mode-margins-face, ruler-mode-fringes-face)
9037 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
9038 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
9039 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
9040 New backward-compatibility aliases for renamed faces.
9041 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
9042 (ruler-mode-column-number, ruler-mode-fill-column)
9043 (ruler-mode-comment-column, ruler-mode-goal-column)
9044 (ruler-mode-tab-stop, ruler-mode-current-column)
9045 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
9046 faces.
9047
9048 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
9049 face name.
9050 (whitespace-highlight-the-space): Use renamed face.
9051 (whitespace-highlight-face): New backward-compatibility alias for
9052 renamed face.
9053
9054 * woman.el (woman-italic, woman-bold, woman-unknown)
9055 (woman-addition, woman-symbol-face):
9056 Remove "-face" suffix from face names.
9057 (woman-italic-face, woman-bold-face, woman-unknown-face)
9058 (woman-addition-face):
9059 New backward-compatibility aliases for renamed faces.
9060 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
9061 (woman-decode-region, woman-replace-match)
9062 (woman-display-extended-fonts, woman-special-characters)
9063 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
9064 Use renamed woman faces.
9065
9066 * longlines.el (longlines-visible-face): Face removed.
9067
9068 * diff-mode.el (diff-header, diff-file-header, diff-index)
9069 (diff-hunk-header, diff-removed, diff-added, diff-changed)
9070 (diff-function, diff-context, diff-nonexistent): Remove "-face"
9071 suffix from face names.
9072 (diff-header-face, diff-file-header-face, diff-index-face)
9073 (diff-hunk-header-face, diff-removed-face, diff-added-face)
9074 (diff-changed-face, diff-function-face, diff-context-face)
9075 (diff-nonexistent-face): New backward-compatibility aliases for
9076 renamed faces.
9077 (diff-header-face, diff-file-header-face)
9078 (diff-index, diff-index-face, diff-hunk-header)
9079 (diff-hunk-header-face, diff-removed, diff-removed-face)
9080 (diff-added, diff-added-face, diff-changed-face, diff-function)
9081 (diff-function-face, diff-context-face, diff-nonexistent)
9082 (diff-nonexistent-face): Use renamed diff-mode faces.
9083
9084 * progmodes/compile.el (compilation-warning-face)
9085 (compilation-info-face): Remove "-face" suffix from face names.
9086 (compilation-warning-face, compilation-info-face):
9087 New backward-compatibility aliases for renamed faces.
9088 (compilation-warning-face, compilation-info-face):
9089 Use renamed compilation faces.
9090
9091 * add-log.el (change-log-date, change-log-name)
9092 (change-log-email, change-log-file, change-log-list)
9093 (change-log-conditionals, change-log-function)
9094 (change-log-acknowledgement): Remove "-face" suffix from face names.
9095 (change-log-date-face, change-log-name-face)
9096 (change-log-email-face, change-log-file-face)
9097 (change-log-list-face, change-log-conditionals-face)
9098 (change-log-function-face, change-log-acknowledgement-face):
9099 New backward-compatibility aliases for renamed faces.
9100 (change-log-font-lock-keywords): Use renamed change-log faces.
9101
9102 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
9103 (custom-set, custom-changed, custom-saved, custom-button)
9104 (custom-button-pressed, custom-documentation, custom-state)
9105 (custom-comment, custom-comment-tag, custom-variable-tag)
9106 (custom-variable-button, custom-face-tag, custom-group-tag-1)
9107 (custom-group-tag): Remove "-face" suffix from face names.
9108 (custom-magic-alist, custom-magic-value-create)
9109 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
9110 (custom-invalid-face, custom-rogue-face, custom-modified-face)
9111 (custom-set-face, custom-changed-face, custom-saved-face)
9112 (custom-button-face, custom-button-pressed-face)
9113 (custom-documentation-face, custom-state-face)
9114 (custom-comment-face, custom-comment-tag-face)
9115 (custom-variable-tag-face, custom-variable-button-face)
9116 (custom-face-tag-face, custom-group-tag-face-1)
9117 (custom-group-tag-face):
9118 New backward-compatibility aliases for renamed faces.
9119
9120 * wid-edit.el (widget-documentation, widget-button)
9121 (widget-field, widget-single-line-field, widget-inactive)
9122 (widget-button-pressed): "-face" suffix removed from face names.
9123 (widget-documentation-face, widget-button-face)
9124 (widget-field-face, widget-single-line-field-face)
9125 (widget-inactive-face, widget-button-pressed-face):
9126 New backward-compatibility aliases for renamed faces.
9127 (widget-documentation-face, widget-button-face)
9128 (widget-button-pressed-face, widget-specify-field)
9129 (widget-specify-inactive): Use renamed widget faces.
9130
9131 2005-06-10 Kenichi Handa <handa@m17n.org>
9132
9133 * term/x-win.el (x-clipboard-yank): Remove condition-case
9134 wrapping.
9135
9136 2005-06-11 Kenichi Handa <handa@m17n.org>
9137
9138 * add-log.el (change-log-font-lock-keywords): Make the regexp for
9139 date lines stricter.
9140
9141 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
9142
9143 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
9144 of x-get-selection.
9145
9146 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
9147
9148 * comint.el (comint-mode, comint-snapshot-last-prompt):
9149 * frame.el (frame-current-scroll-bars):
9150 * term.el (term-mode, term-check-proc, term-input-sender)
9151 (term-simple-send, term-extract-string, term-word)
9152 (term-match-partial-filename):
9153 * window.el (window-current-scroll-bars):
9154 * emulation/cua-base.el (cua-normal-cursor-color)
9155 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
9156 (cua-global-mark-cursor-color):
9157 * mail/undigest.el (rmail-forward-separator-regex):
9158 Fix typos in docstrings.
9159
9160 * comint.el (comint-check-proc, make-comint-in-buffer)
9161 (comint-source-default): Doc fixes.
9162
9163 * term.el (term-send-string): Improve argument/docstring consistency.
9164
9165 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
9166
9167 * comint.el (comint-send-input): Bind `inhibit-read-only' around
9168 call to `delete-region'.
9169 (comint-mode-hook): Do not enable Font Lock by default.
9170
9171 2005-06-09 Lute Kamstra <lute@gnu.org>
9172
9173 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
9174 could be void.
9175
9176 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9177
9178 * emacs-lisp/debug.el (debugger-will-be-back): New var.
9179 (debug): Use it.
9180 (debugger-step-through, debugger-continue, debugger-jump)
9181 (debugger-return-value): Set it when needed.
9182 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
9183 Use inhibit-read-only.
9184
9185 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
9186
9187 * window.el (shrink-window-if-larger-than-buffer)
9188 (window-size-fixed): Fix typo in docstring.
9189
9190 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
9191 thumbnails directory on loading.
9192 (thumbs-conversion-program): Use `eq' to check the system type,
9193 not `equal'.
9194 (thumbs-temp-dir): Initialize to `temporary-file-directory',
9195 not "/tmp". Fix docstring.
9196 (thumbs-thumbsdir): New function to return the thumbnails
9197 directory, creating it if needed.
9198 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
9199 (thumbs-temp-file): Delete variable and make it into a function.
9200 (thumbs-resize-image, thumbs-modify-image): Use it.
9201 (thumbs-kill-buffer): Simplify.
9202 (thumbs-gensym): Defalias or duplicate CL `gensym'.
9203 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
9204 docstrings.
9205
9206 2005-06-09 Kim F. Storm <storm@cua.dk>
9207
9208 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
9209 set-match-data to free markers in match-data.
9210
9211 * replace.el (replace-match-data): Pass RESEAT arg `t' to
9212 match-data to unchain markers in match-data.
9213
9214 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9215
9216 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
9217 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
9218 unnecessary now.
9219
9220 2005-06-08 Richard M. Stallman <rms@gnu.org>
9221
9222 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
9223 give the variable a doc string that doesn't say don't set it directly.
9224
9225 * textmodes/ispell.el (ispell-check-version):
9226 Use match-string-no-properties.
9227 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
9228 (ispell-buffer-local-words): Likewise.
9229
9230 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
9231 except on terminals with enough colors to really display it.
9232 (makefile-dependency-regex): Delete spurious `bb'.
9233
9234 * faces.el (escape-glyph): Use blue once again in last case.
9235 (no-break-space): Redefine so that it isn't invisible on a tty.
9236
9237 2005-06-08 Kim F. Storm <storm@cua.dk>
9238
9239 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
9240 also when reading directory name.
9241
9242 2005-06-08 Lute Kamstra <lute@gnu.org>
9243
9244 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
9245 (flyspell-mode-line-string): Remove autoload cookie.
9246 (flyspell-mode): Remove defvar.
9247
9248 2005-06-07 Lute Kamstra <lute@gnu.org>
9249
9250 * textmodes/org.el (org-run-mode-hooks): New function.
9251 (org-agenda-mode): Use it.
9252
9253 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
9254
9255 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
9256
9257 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9258
9259 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
9260
9261 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
9262
9263 * font-lock.el (font-lock-add-keywords): Doc fix.
9264
9265 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9266
9267 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
9268 (tex-compile-default): In the absence of any history, use the order in
9269 tex-compile-alist to choose the preferred command.
9270 (tex-compile-commands): Reorder a bit.
9271
9272 * textmodes/flyspell.el (flyspell-auto-correct-binding)
9273 (flyspell-incorrect-face, flyspell-duplicate-face):
9274 Use (X)Emacs-agnostic code.
9275 (flyspell-mode-map): Don't overwrite at each load. Remove code
9276 redundant with the subsequent add-minor-mode. Merge Emacs and
9277 XEmacs code.
9278 (flyspell-word): Minor simplification.
9279 (flyspell-math-tex-command-p): Quieten the byte-compiler.
9280 (flyspell-external-point-words): Remove unused vars `size' and `start'.
9281 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
9282 Merge the corresponding Emacs code.
9283 (flyspell-correct-word, flyspell-xemacs-popup):
9284 Use flyspell-do-correct.
9285
9286 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
9287 a dedicated window.
9288
9289 * international/latexenc.el (latexenc-find-file-coding-system):
9290 Undo part of last patch, to turn off a compiler warning.
9291
9292 2005-06-06 Juri Linkov <juri@jurta.org>
9293
9294 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
9295 Rename `tmm-inactive-face' to `tmm-inactive'.
9296
9297 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
9298
9299 * iswitchb.el: Rename faces.
9300
9301 2005-06-06 Kim F. Storm <storm@cua.dk>
9302
9303 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
9304 (cua-global-mark): Remove -face suffix from face names.
9305
9306 * emulation/cua-gmrk.el (cua--init-global-mark):
9307 Remove cua-global-mark face setup.
9308
9309 2005-06-06 Richard M. Stallman <rms@gnu.org>
9310
9311 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
9312 just like other allowed characters.
9313 (makefile-match-dependency): Exclude leading and training whitespace
9314 from the range of regexp subexp 1.
9315 (makefile-macroassign-regex): Don't try to match the body,
9316 just the name of the macro being defined.
9317
9318 * info.el (Info-read-node-name-2): New function.
9319 (Info-read-node-name-1): Use that.
9320 Add a completion-base-size-function property.
9321
9322 * simple.el (completion-setup-function): Look for
9323 completion-base-size-function property of minibuffer-completion-table.
9324
9325 * files.el (locate-file-completion): Doc fix.
9326
9327 * printing.el: Don't call pr-update-menus; user must do that.
9328
9329 * emacs-lisp/debug.el (debugger-window): New variable.
9330 (debug): Use debugger-window if it is set and still alive.
9331 Record debugger-window for next entry.
9332
9333 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
9334
9335 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
9336
9337 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
9338 (hack-one-local-variable, hack-local-variables)
9339 (hack-local-variables-prop-line): Pass that arg.
9340
9341 2005-06-06 Kim F. Storm <storm@cua.dk>
9342
9343 * ido.el (ido-first-match, ido-only-match, ido-subdir)
9344 (ido-indicator): Remove -face suffix from face names.
9345
9346 2005-06-06 Juri Linkov <juri@jurta.org>
9347
9348 * font-lock.el (font-lock-regexp-backslash)
9349 (font-lock-regexp-backslash-construct): New faces.
9350 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
9351 after `('. Add `while-no-input' to control structures.
9352
9353 * faces.el (no-break-space, shadow): New faces.
9354 (escape-glyph): Use less loud colors pink2 and red4.
9355
9356 * diff-mode.el (diff-context-face)
9357 * dired.el (dired-ignored)
9358 * rfn-eshadow.el (file-name-shadow)
9359 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
9360
9361 * info.el (Info-title-1-face): Use green instead of yellow because
9362 bold yellow is not readable on light backgrounds.
9363
9364 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
9365 before selecting the desired mode to not spend time fontifying
9366 old contents.
9367
9368 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
9369
9370 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
9371 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
9372
9373 * ps-print.el (ps-default-fg, ps-default-bg):
9374 Fix typos in docstrings.
9375
9376 * isearchb.el (isearchb): Don't pass a spurious second argument to
9377 `iswitchb-completions'.
9378
9379 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
9380
9381 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
9382 to preserve point.
9383 (gdb-find-file-hook): Add doc string.
9384
9385 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
9386 C dereferenced pointer expression.
9387 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
9388
9389 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
9390
9391 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
9392 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
9393 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
9394 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
9395 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
9396 Make background transparent.
9397
9398 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
9399
9400 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
9401 (font-lock-remove-keywords): Doc fix.
9402 (font-lock-mode-major-mode): Compiler defvar.
9403 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
9404
9405 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
9406 (font-lock-mode): Update `font-lock-mode-major-mode'.
9407 (font-lock-set-defaults): Compiler defvar.
9408 (font-lock-default-function): Take `font-lock-mode-major-mode'
9409 into account.
9410
9411 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
9412 keep track of which major mode it enabled the minor mode for.
9413 Use find-file-hook again. Update docstring.
9414
9415 * simple.el (eval-expression-print-level)
9416 (eval-expression-print-length, eval-expression-debug-on-error):
9417 Doc fixes.
9418
9419 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
9420
9421 * iswitchb.el (iswitchb-single-match-face)
9422 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
9423 (iswitchb-invalid-regexp-face): New faces.
9424 (iswitchb-completions): Use them.
9425 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
9426 now marked as an obsolete alias.
9427 (iswitchb-read-buffer): Remove check for bound font variables.
9428 (iswitchb-invalid-regexp): New free variable.
9429 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
9430 set iswitchb-invalid-regexp.
9431 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
9432 invalid regexps.
9433 (iswitchb-completions): Add check for complete match when entering
9434 a regexp.
9435 (iswitchb-completions): Remove require-match argument.
9436 (iswitchb-exhibit): Fix caller.
9437 (iswitchb-common-match-inserted): New variable.
9438 (iswitchb-complete, iswitchb-completion-help): Use it.
9439
9440 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
9441
9442 * url-http.el (url-http-chunked-encoding-after-change-function):
9443 Use `url-http-debug' instead of `message'.
9444
9445 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
9446
9447 * url-http.el (url-http-parse-headers): Pass redirected URL as a
9448 callback argument.
9449
9450 2005-06-04 Kim F. Storm <storm@cua.dk>
9451
9452 * simple.el (line-move): Only call sit-for when moving backwards.
9453
9454 * ido.el (ido-make-merged-file-list-1): New defun split from
9455 ido-make-merged-file-list.
9456 (ido-make-merged-file-list): Bind throw-on-input around call to
9457 ido-make-merged-file-list-1. Return input-pending-p if
9458 interrupted by more input available.
9459 (ido-read-internal): Handle input-pending-p return value from
9460 ido-make-merged-file-list.
9461
9462 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9463
9464 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
9465 compatibility code.
9466
9467 * international/latexenc.el (latexenc-find-file-coding-system):
9468 Don't inherit the EOL part of the coding-system from the
9469 tex-main buffer. Fit within 80 columns.
9470
9471 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
9472
9473 * tmm.el (tmm-inactive-face): New face.
9474 (tmm-remove-inactive-mouse-face): New function.
9475 (tmm-prompt, tmm-add-one-shortcut)
9476 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
9477 but not selectable.
9478
9479 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
9480
9481 * faces.el (face-equal): Improve argument/docstring consistency.
9482
9483 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
9484
9485 * progmodes/make-mode.el (makefile-targets-face)
9486 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
9487 (makefile-bsdmake-dependency-regex)
9488 (makefile-makepp-rule-action-regex)
9489 (makefile-bsdmake-rule-action-regex): New constants.
9490 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
9491
9492 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9493 Allow (...) within `...' for makepp messages.
9494
9495 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
9496
9497 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
9498
9499 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
9500 "." files are deleted from all file lists before comparison.
9501
9502 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9503 (viper-ESC-key): Made them customizable.
9504
9505 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
9506
9507 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
9508
9509 * autorevert.el (auto-revert-buffers): Use save-match-data.
9510
9511 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9512
9513 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
9514 menu items with a nil command binding.
9515
9516 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
9517
9518 * emacs-lisp/cl-macs.el (defsetf):
9519 Improve argument/docstring consistency.
9520
9521 * faces.el (list-faces-display): Improve the formatting by
9522 computing the maximum length required for any face-name (reworked
9523 patch of 1999-01-11, accidentally deleted on 1999-07-21).
9524 (internal-find-face): Remove redundant info in docstring.
9525
9526 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
9527
9528 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
9529 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
9530 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
9531 (gdb-assembler-custom): Improve regexps.
9532 (def-gdb-auto-update-handler): Use window point to preserve point.
9533
9534 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9535
9536 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
9537
9538 2005-05-31 Jay Belanger <belanger@truman.edu>
9539
9540 * calc/calc-embed.el (calc-embedded-word): Change argument passed
9541 to calc-embedded.
9542 (calc-embedded-make-info): Have plain prefix argument select
9543 entire line.
9544
9545 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
9546
9547 * faces.el (list-faces-display): Signal error if passed a regexp
9548 that matches no face name.
9549
9550 * simple.el (filter-buffer-substring): Fix typo in docstring.
9551
9552 2005-05-31 Richard M. Stallman <rms@gnu.org>
9553
9554 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
9555 (vhdl-emacs-21): Doc fix.
9556 (vhdl-mode): Unconditionally set comment-padding.
9557 (vhdl-fixup-whitespace-region): Insert spaces only where
9558 there are none.
9559 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
9560
9561 2005-05-30 John Wiegley <johnw@newartisans.com>
9562
9563 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
9564 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
9565 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
9566 `directory-sep-char' to ?/, and all uses of `string-to-int' to
9567 `string-to-number'.
9568
9569 2005-05-30 Jay Belanger <belanger@truman.edu>
9570
9571 * calc/calc.el (calc-bug-address): Fix docstring.
9572 (calc-window-hook, calc-trail-window-hook): New variables.
9573 (calc-trail-display): Restore use of calc-trail-window-hook.
9574 (calc): Restore use of calc-window-hook.
9575
9576 2005-05-31 Masatake YAMATO <jet@gyve.org>
9577
9578 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
9579
9580 * help-fns.el (help-C-file-name): Add autoload mark for
9581 `find-function-noselect'.
9582
9583 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9584
9585 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
9586 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
9587
9588 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9589
9590 * calendar/diary-lib.el (mark-included-diary-files): Only kill
9591 included diary buffer if it was not already being visited.
9592 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
9593
9594 * calendar/icalendar.el (top-level): Do not require 'appt.
9595
9596 * mail/supercite.el (sc-select-attribution): Only use a list
9597 element from sc-attrib-selection-list if it returns a string.
9598 Reported by Davide G. M. Salvetti <salve@debian.org>.
9599
9600 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
9601
9602 * thumbs.el (thumbs-thumbname): The resulting thumbname now
9603 includes a hash value to improve its uniqueness, and has a ".jpg"
9604 extension. Also, it is now a valid filename on all systems.
9605 (thumbs-make-thumb): Use `let', not `let*'.
9606 (thumbs-show-thumbs-list): Check for JPEG availability.
9607
9608 2005-05-30 Richard M. Stallman <rms@gnu.org>
9609
9610 * filesets.el (filesets-menu-ensure-use-cached):
9611 Prevent warning when emacs-version>= is undefined.
9612
9613 * printing.el (pr-interactive-n-up): Use string-to-number.
9614
9615 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
9616
9617 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9618 Warn only when name to be defined is quoted.
9619
9620 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
9621
9622 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
9623 Make regexp more robust.
9624 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
9625 Force regeneration of disassembly.
9626
9627 2005-05-29 Jay Belanger <belanger@truman.edu>
9628
9629 * calc/calc.el (calc-user-invocation): Check if
9630 calc-invocation-macro is non-nil.
9631
9632 2005-05-29 Juri Linkov <juri@jurta.org>
9633
9634 * add-log.el (change-log-font-lock-keywords):
9635 Add `+' to e-mail regexp to accept mail address with keywords.
9636
9637 * man.el (Man-name-regexp): Add `:' to accept qualified names.
9638
9639 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9640
9641 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
9642
9643 * ielm.el (inferior-emacs-lisp-mode): Ditto.
9644
9645 2005-05-29 Richard M. Stallman <rms@gnu.org>
9646
9647 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9648 Undo the change that moves to end of the current word.
9649
9650 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9651
9652 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
9653 Throw error when count <= 0 to ensure input is a number.
9654 (gdb-read-memory-custom): Pick up address from buffer.
9655 (gdb-memory-mode): Allow user to increment and decrement
9656 memory address from header line.
9657
9658 2005-05-29 Richard M. Stallman <rms@gnu.org>
9659
9660 * flyspell.el (flyspell-version): Function deleted.
9661 (flyspell-auto-correct-previous-hook): Doc fix.
9662
9663 * jit-lock.el (jit-lock-function, jit-lock-after-change):
9664 Do nothing if memory is full.
9665
9666 * font-lock.el (font-lock-fontify-syntactically-region):
9667 Pass t for GREEDY to looking-back.
9668
9669 * saveplace.el (save-place-alist-to-file): Write the file
9670 using write-region.
9671
9672 * subr.el (looking-back): New argument GREEDY.
9673
9674 * progmodes/compile.el (compilation-start): Set the mode
9675 before inserting the initial text.
9676
9677 * progmodes/which-func.el (which-func-update-1): Turn the mode
9678 off in case of error by setting which-func-mode.
9679
9680 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
9681
9682 * flyspell.el (flyspell-auto-correct-previous-word):
9683 Narrow down to what's on the screen, and recenter overlays
9684 at the end of the next word.
9685
9686 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
9687
9688 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
9689 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
9690 (flyspell-abbrev-p): Default to nil.
9691 (flyspell-use-global-abbrev-table-p): Doc fix.
9692 (flyspell-large-region): Allow nil as value.
9693 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
9694
9695 (mail-mode-flyspell-verify): More robust handling
9696 of `mail-header-separator'. More efficient signature detection.
9697 Allow for regexp metacharacters in message-header-separator.
9698 Adding `To' not to be checked in mail-mode-flyspell-verify.
9699
9700 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
9701 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
9702 Bind flyspell-auto-correct-binding.
9703 Bind C-. and C-, .
9704 (flyspell-mode-map): Likewise.
9705 (flyspell-mode): Doc fix.
9706 (flyspell-accept-buffer-local-defs): Preserve current buffer.
9707 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
9708 (flyspell-word-cache-result): New var, always local.
9709 (flyspell-check-pre-word-p): Doc fix.
9710 (flyspell-check-changed-word-p): Handle spc like newline.
9711 (flyspell-post-command-hook): Set flyspell-word-cache-result.
9712 (flyspell-word-search-backward, flyspell-word-search-forward):
9713 New functions.
9714 (flyspell-word): Return t if nothing to check.
9715 When parsing TeX code, check for after } or \.
9716 Use flyspell-word-search-backward to find previous word.
9717 Return nil if duplicated word.
9718 For word already checked, return same value as last time.
9719 Set flyspell-word-cache-result after checking.
9720 Don't clobber the return value.
9721 (flyspell-get-word): Major rewrite.
9722 (flyspell-external-point-words): New locals pword, pcount.
9723 Fix size used in progress message.
9724 Find the proper corresponding word in flyspell-large-region-buffer.
9725 (flyspell-region): Check for flyspell-large-region = nil.
9726 (flyspell-highlight-incorrect-region): Clean up overlays in region.
9727 (flyspell-auto-correct-word): Check that WORD is a cons.
9728 (flyspell-correct-word): Likewise.
9729
9730 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
9731
9732 * progmodes/make-mode.el (makefile-rule-action-regex)
9733 (makefile-macroassign-regex, makefile-makepp-mode)
9734 (makefile-bsdmake-mode): Continuation lines may be empty.
9735 Reported by Joshua Varner.
9736 (makefile-makepp-font-lock-keywords): Add $(stem).
9737
9738 2005-05-28 Karl Berry <karl@gnu.org>
9739
9740 * textmodes/tex-mode.el: Now that tex-send-command calls
9741 shell-quote-argument (2005-03-31 change), remove all calls to
9742 shell-quote-argument; they all end up invoking tex-send-command.
9743 The double quoting loses on filenames with non-safe characters,
9744 such as "@". Reported by Frederik Fouvry.
9745
9746 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9747
9748 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
9749 about preserving point.
9750
9751 2005-05-27 Jay Belanger <belanger@truman.edu>
9752
9753 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
9754 Info-goto-node.
9755
9756 * calc/calc-embed.el (calc-embed-arg): New variable.
9757 (calc-do-embedded-activate, calc-embedded-activate-formula)
9758 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
9759 variable by new variable.
9760 (calc-embedded-make-info): Replace undeclared variable by new
9761 variable. When selecting region with positive prefix
9762 argument, use end of previous line instead of beginning of line.
9763
9764 * calc/calc-aent.el (calc-arg-values): Declare it.
9765
9766 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
9767 Declare them.
9768
9769 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
9770
9771 * calc/calc.el (calc-alg-map): Declare it.
9772
9773 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
9774
9775 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
9776
9777 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
9778 (gdb-registers-buffer, toggle-gdb-all-registers):
9779 Toggle display of floating point registers.
9780 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
9781
9782 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
9783 (toggle-gud-tooltip-dereference):
9784 Rename from gud-toggle-tooltip-dereference.
9785
9786 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9787
9788 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
9789
9790 2005-05-27 Jay Belanger <belanger@truman.edu>
9791
9792 * calc/calc-prog.el (calc-kbd-report): Remove.
9793 (calc-kbd-query): Rewrite.
9794
9795 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
9796
9797 * image.el (image-library-alist): Move to image.c.
9798 (image-type-available-p): Doc fix.
9799
9800 2005-05-27 Lute Kamstra <lute@gnu.org>
9801
9802 * calc/calc.el (calc):
9803 * outline.el (outline-1, outline-2, outline-3, outline-4)
9804 (outline-5, outline-6, outline-7, outline-8):
9805 * textmodes/dns-mode.el (dns-mode):
9806 * textmodes/sgml-mode.el (sgml-namespace-face):
9807 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
9808 (tex-verbatim-face, tex-use-reftex):
9809 * textmodes/texinfo.el (texinfo-heading-face):
9810 Specify customization group.
9811
9812 * longlines.el: Don't require easy-mmode.
9813 (longlines-visible-face): Specify customization group.
9814
9815 2005-05-27 Kenichi Handa <handa@m17n.org>
9816
9817 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
9818 encoding table of windows-1251.
9819
9820 * international/ucs-tables.el (ucs-set-table-for-input):
9821 If translation-table-for-input of a coding system is a symbol, get
9822 its translation-table property.
9823
9824 * international/code-pages.el: Don't register a coding system into
9825 non-iso-charset-alist more than once.
9826 (cp-make-coding-system): Likewise.
9827
9828 2005-05-26 John Wiegley <johnw@newartisans.com>
9829
9830 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
9831 `eshell-resume-eval' is wrapped in a list, it indicates that the
9832 command was run asynchronously. In that case, unwrap the value
9833 before checking the delimiter value.
9834
9835 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
9836 character before a space at the end of a line is \, assume the space
9837 is part of the last argument rather than a final argument separator.
9838
9839 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
9840 is in use, and the target is `t' or `nil' (which are the most common
9841 values), don't assume that the symbol target is a buffer.
9842
9843 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
9844
9845 * calendar/calendar.el (calendar-mode-line-format):
9846 Use mode-line-highlight as mouse-face.
9847
9848 * time.el (display-time-string-forms, display-time-update):
9849 Use mode-line-highlight as mouse-face.
9850
9851 2005-05-26 Jay Belanger <belanger@truman.edu>
9852
9853 * calc/calc.el (calc-language-alist): Remove extra defvar.
9854
9855 2005-05-26 Lute Kamstra <lute@gnu.org>
9856
9857 * arc-mode.el (archive-mode):
9858 * bookmark.el (bookmark-read-annotation-mode)
9859 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
9860 * bs.el (bs-mode):
9861 * calc/calc-yank.el (calc-edit-mode):
9862 * calc/calc.el (calc-mode, calc-trail-mode):
9863 * calculator.el (calculator-mode):
9864 * chistory.el (command-history-mode):
9865 * comint.el:
9866 * cus-edit.el (custom-mode):
9867 * descr-text.el (describe-text-mode):
9868 * ebuff-menu.el (Electric-buffer-menu-mode):
9869 * ediff-util.el (ediff-mode):
9870 * emacs-lisp/re-builder.el (reb-mode):
9871 * emulation/vi.el (vi-mode-setup):
9872 * emulation/ws-mode.el (wordstar-mode):
9873 * eshell/esh-mode.el (eshell-mode):
9874 * forms.el (forms-mode):
9875 * help-mode.el (help-mode):
9876 * hexl.el (hexl-mode):
9877 * ibuffer.el (ibuffer-mode):
9878 * ielm.el (inferior-emacs-lisp-mode):
9879 * info.el (Info-mode, Info-edit-mode):
9880 * international/swedish.el:
9881 * ledit.el (ledit-from-lisp-mode):
9882 * locate.el (locate-mode):
9883 * mail/rmail.el (rmail-mode):
9884 * mail/rmailedit.el (rmail-edit-mode):
9885 * mail/rmailsum.el (rmail-summary-mode):
9886 * mail/supercite.el (sc-electric-mode):
9887 * net/eudc.el (eudc-mode):
9888 * net/quickurl.el (quickurl-list-mode):
9889 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
9890 * obsolete/ooutline.el (outline-mode):
9891 * obsolete/options.el (Edit-options-mode):
9892 * obsolete/rnews.el (news-mode):
9893 * obsolete/rnewspost.el (news-reply-mode):
9894 * play/5x5.el (5x5-mode):
9895 * play/decipher.el (decipher-mode, decipher-stats-mode):
9896 * play/gomoku.el (gomoku-mode):
9897 * play/snake.el (snake-mode):
9898 * play/solitaire.el (solitaire-mode):
9899 * play/tetris.el (tetris-mode):
9900 * progmodes/ada-mode.el (ada-mode):
9901 * progmodes/antlr-mode.el (antlr-mode):
9902 * progmodes/autoconf.el (autoconf-mode):
9903 * progmodes/dcl-mode.el (dcl-mode):
9904 * progmodes/delphi.el (delphi-mode):
9905 * progmodes/ebrowse.el (ebrowse-tree-mode)
9906 (ebrowse-electric-list-mode, ebrowse-member-mode)
9907 (ebrowse-electric-position-mode):
9908 * progmodes/f90.el (f90-mode):
9909 * progmodes/fortran.el (fortran-mode):
9910 * progmodes/icon.el (icon-mode):
9911 * progmodes/idlw-help.el (idlwave-help-mode):
9912 * progmodes/idlw-shell.el (idlwave-shell-mode):
9913 * progmodes/idlwave.el (idlwave-mode):
9914 * progmodes/inf-lisp.el (inferior-lisp-mode):
9915 * progmodes/m4-mode.el (m4-mode):
9916 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
9917 * progmodes/modula2.el (modula-2-mode):
9918 * progmodes/octave-inf.el (inferior-octave-mode):
9919 * progmodes/octave-mod.el (octave-mode):
9920 * progmodes/pascal.el (pascal-mode):
9921 * progmodes/sh-script.el (sh-mode):
9922 * progmodes/sql.el (sql-mode, sql-interactive-mode):
9923 * progmodes/vhdl-mode.el (vhdl-mode):
9924 * progmodes/xscheme.el (scheme-interaction-mode):
9925 * replace.el (occur-mode):
9926 * ses.el (ses-mode):
9927 * simple.el (completion-list-mode):
9928 * skeleton.el:
9929 * speedbar.el (speedbar-mode):
9930 * term.el (term-mode):
9931 * terminal.el (terminal-edit-mode):
9932 * textmodes/reftex-index.el (reftex-index-mode)
9933 (reftex-index-phrases-mode):
9934 * textmodes/reftex-sel.el (reftex-select-label-mode)
9935 (reftex-select-bib-mode):
9936 * textmodes/reftex-toc.el (reftex-toc-mode):
9937 * wdired.el (wdired-change-to-wdired-mode):
9938 * wid-browse.el (widget-browse-mode):
9939 Use run-mode-hooks.
9940
9941 * array.el (array-mode):
9942 * calendar/todo-mode.el (todo-mode):
9943 * man.el (Man-mode):
9944 * play/landmark.el (lm-mode):
9945 * play/mpuz.el (mpuz-mode):
9946 Use kill-all-local-variables and run-mode-hooks.
9947
9948 * subr.el (delay-mode-hooks): Specify indentation.
9949
9950 2005-05-26 Mark A. Hershberger <mah@everybody.org>
9951
9952 * xml.el (xml-substitute-special): Don't die for undefined xml
9953 entities.
9954
9955 2005-05-26 Jay Belanger <belanger@truman.edu>
9956
9957 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
9958 of nil.
9959
9960 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
9961
9962 * progmodes/gdb-ui.el (gdb-frame-address):
9963 Rename from gdb-current-address.
9964 (gdb-previous-frame-address): Rename from gdb-previous-address.
9965 (gdb-selected-frame): Rename from gdb-current-frame.
9966 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
9967 (gdb-frame-number): Rename from gdb-current-stack-level.
9968 (gdb-ann3): Match new mode-name for disassembly buffer.
9969 Extend initialization of variables.
9970 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
9971 (gdb-memory-mode): Use mouse-face in header line.
9972 (gdb-assembler-buffer-name): Call it disassembly and give frame
9973 in mode line.
9974 (gdb-source-spec-regexp, gdb-assembler-custom)
9975 (gdb-invalidate-assembler, gdb-frame-handler):
9976 Make robust to leading zeroes in address format.
9977
9978 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
9979
9980 * textmodes/org.el (org-mode): Use `define-derived-mode' to
9981 define `org-mode'.
9982 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
9983
9984 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9985
9986 * log-edit.el (log-edit-changelog-entries): Distinguish between
9987 filenames like xfns.c and fns.c.
9988
9989 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
9990
9991 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
9992 point after reverting.
9993 (Buffer-menu-make-sort-button): Handle the case where
9994 `Buffer-menu-use-header-line' is nil.
9995
9996 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9997
9998 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
9999 New funcs. In minibuffer-local-completion-map bind `]', `/'
10000 and `:' to them.
10001
10002 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10003
10004 * startup.el (normal-top-level): Allow modification of load-path while
10005 we're iterating over it.
10006
10007 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
10008
10009 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
10010 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
10011 (thumbs-resize-interactive, thumbs-insert-image)
10012 (thumbs-insert-thumb, thumbs-dired-show-marked)
10013 (thumbs-find-image-at-point, thumbs-delete-images)
10014 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
10015 (thumbs-increment-image-size, thumbs-decrement-image-size):
10016 Fix typos in docstrings.
10017
10018 2005-05-24 Andre Spiegel <spiegel@gnu.org>
10019
10020 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
10021 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
10022 (cperl-mode): Use them.
10023
10024 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
10025
10026 * window.el (quit-window, shrink-window-if-larger-than-buffer):
10027 Doc fixes.
10028
10029 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
10030
10031 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
10032 Bind C-d to gdb-inferior-io-eof.
10033
10034 * dired.el (dired-dnd-popup-notice): Use message-box.
10035
10036 2005-05-23 Masatake YAMATO <jet@gyve.org>
10037
10038 * bindings.el (mode-line-major-mode-keymap):
10039 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
10040
10041 * faces.el (mode-line-highlight): New face.
10042
10043 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
10044 as mouse-face.
10045
10046 * bindings.el (top-level, help-echo, mode-line-modified)
10047 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
10048 as mouse-face.
10049
10050 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
10051
10052 * progmodes/cc-engine.el (c-guess-basic-syntax):
10053 Remove spurious call to `zerop'.
10054
10055 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
10056
10057 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
10058
10059 CC Mode update to 5.30.10:
10060
10061 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
10062 could go past the limit in decoration level 2, thereby causing
10063 errors during interactive fontification.
10064
10065 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
10066 the file is evaluated interactively.
10067
10068 * cc-engine.el (c-guess-basic-syntax): Handle operator
10069 declarations somewhat better in C++.
10070
10071 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
10072 make use of `run-mode-hooks' which has been added in Emacs 21.1.
10073 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
10074 (awk-mode): Use it.
10075 (make-local-hook): Suppress warning about obsoleteness.
10076
10077 * cc-engine.el, cc-align.el, cc-cmds.el
10078 (c-append-backslashes-forward, c-delete-backslashes-forward)
10079 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
10080 Compensate for return value from `forward-line' when it has moved
10081 but not to a different line due to eob.
10082
10083 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
10084 `objc-method-intro' and `objc-method-args-cont'.
10085
10086 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
10087
10088 CC Mode update to 5.30.10:
10089
10090 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
10091 in the copyright statement. Incidentally, change "along with GNU
10092 Emacs" to "along with this program" where it occurs.
10093
10094 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
10095 so that it is interactive, hence can be found by M-x awk-mode
10096 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
10097 <gmorris+emacs@ast.cam.ac.uk>.
10098
10099 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
10100 Mode's regexps.
10101
10102 2005-05-23 Kevin Ryde <user42@zip.com.au>
10103
10104 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
10105 c-parse-state, to avoid a lisp error (on bad code).
10106
10107 2005-05-23 Lute Kamstra <lute@gnu.org>
10108
10109 * subr.el (font-lock-defaults): Remove defvar as it's already
10110 defined in font-core.el.
10111
10112 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
10113
10114 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
10115
10116 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
10117 more general and work when GDB variable "print pretty" is on,
10118 as with Emacs, for example.
10119
10120 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
10121
10122 * font-core.el: Update comment.
10123
10124 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10125 Use `after-change-major-mode-hook' instead of `find-file-hook'.
10126
10127 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
10128
10129 2005-05-22 Eli Zaretskii <eliz@gnu.org>
10130
10131 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
10132 and `yank-handler' in the doc strings.
10133
10134 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10135
10136 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
10137
10138 2005-05-22 Richard M. Stallman <rms@gnu.org>
10139
10140 * help.el (describe-key): Move print-help-return-message call
10141 out of conditional.
10142
10143 * progmodes/etags.el (list-tags): Use with-no-warnings.
10144
10145 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
10146 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
10147 (starttls-extra-args, starttls-extra-arguments): Add defvars.
10148
10149 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
10150
10151 * language/viet-util.el (viet-viscii-nonascii-translation-table):
10152 Add defvar.
10153
10154 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
10155 Use defvar, not defconst.
10156
10157 * hexl.el (hexl-follow-line): Use with-no-warnings.
10158
10159 * emulation/tpu-extras.el: Use write-file-functions instead of
10160 write-file-hooks.
10161
10162 * dired.el (dired-font-lock-keywords): Fontify files with junk
10163 extensions even if marked by -F.
10164
10165 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
10166
10167 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
10168 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
10169 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
10170 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
10171 (concatenate, list-length, get*, getf, cl-remprop):
10172 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
10173 (etypecase, progv, lexical-let, lexical-let*)
10174 (multiple-value-bind, multiple-value-setq, shiftf):
10175 Improve argument/docstring consistency.
10176
10177 * subr.el (focus-frame, unfocus-frame):
10178 Revert deletion on 2005-05-01.
10179
10180 2005-05-22 Andre Spiegel <spiegel@gnu.org>
10181
10182 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
10183 doesn't exist.
10184
10185 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
10186 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
10187
10188 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
10189
10190 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
10191 already deleted variables: auto-fill-hook, blink-paren-hook,
10192 lisp-indent-hook, inhibit-local-variables, unread-command-event,
10193 suspend-hooks, comment-indent-hook, meta-flag,
10194 before-change-function, after-change-function,
10195 font-lock-doc-string-face.
10196
10197 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
10198
10199 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10200
10201 2005-05-21 Eli Zaretskii <eliz@gnu.org>
10202
10203 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
10204 rmail-dont-reply-to.
10205
10206 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10207
10208 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
10209 literal blank when splitting new-header-values.
10210
10211 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
10212
10213 * calendar/cal-menu.el (cal-menu-update): Add separator as a
10214 string so that tmm doesn't create a completion entry for it.
10215
10216 * textmodes/table.el (table-disable-menu): Ditto.
10217
10218 2005-05-21 Richard M. Stallman <rms@gnu.org>
10219
10220 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
10221
10222 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
10223
10224 * net/rcompile.el (remote-compile): Use compilation-start.
10225
10226 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
10227
10228 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
10229
10230 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
10231 Default to makefile-bsdmake-mode on BSD systems.
10232
10233 * imenu.el (imenu-generic-expression, imenu--generic-function'):
10234 REGEXP may also be a search function now. The part of doc-string
10235 for describing the structure was 95% identical to that of
10236 `imenu--generic-function'. Unify it there.
10237
10238 * progmodes/make-mode.el (makefile-imenu-generic-expression):
10239 Use function to find dependencies, because regexp alone is so complex,
10240 it easily goes into an endless loop.
10241 (makefile-makepp-mode): Also add submenu for Perl functions
10242 defined in the makefile.
10243 (makefile-bsdmake-mode): Special imenu-generic-expression no
10244 longer needed, due to function call.
10245 (makefile-match-dependency): Take BOUND into account when checking
10246 if we're through.
10247
10248 2005-05-20 Jay Belanger <belanger@truman.edu>
10249
10250 * calc/calc-units.el (calc-invalidate-units-table):
10251 Use inhibit-read-only.
10252 (math-build-units-table-buffer): Use view-mode.
10253
10254 2005-05-20 David Kastrup <dak@gnu.org>
10255
10256 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
10257 easy-menu-add is not a nop on Emacs; and clarify when to call it.
10258
10259 2005-05-20 Lute Kamstra <lute@gnu.org>
10260
10261 * diff-mode.el (diff-header-face, diff-file-header-face)
10262 (diff-index-face, diff-hunk-header-face, diff-removed-face)
10263 (diff-added-face, diff-changed-face, diff-function-face)
10264 (diff-context-face, diff-nonexistent-face): Put them in the
10265 diff-mode customization group.
10266
10267 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10268
10269 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
10270
10271 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
10272
10273 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
10274 Minor regexp-optimization.
10275
10276 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
10277
10278 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
10279 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
10280 (org-agenda-add-time-grid-maybe): New function.
10281 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
10282 (org-table-create): `dotimes' instead of `mapcar'.
10283 (org-xor): Simplify implementation.
10284 (org-agenda): `inhibit-redisplay' turned on.
10285 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
10286 a consistent line after a state change.
10287 (org-agenda-remove-times-when-in-prefix): New option.
10288 (org-prefix-has-time): New variable.
10289 (org-parse-time-string): Optional argument NODEFAULT.
10290 (org-format-agenda-item): Parse items for time-of-day
10291 specifications and move these into the prefix if possible.
10292 (org-agenda-priority): Get current heading, not previous heading
10293 during agenda remote editing.
10294
10295 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
10296
10297 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
10298 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
10299 (remove-duplicates, delete-duplicates, substitute)
10300 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
10301 (nsubstitute-if-not, find, find-if, find-if-not, position)
10302 (position-if, position-if-not, count, count-if, count-if-not)
10303 (mismatch, search, sort*, stable-sort, merge, member*)
10304 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
10305 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
10306 (intersection, nintersection, set-difference, nset-difference)
10307 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
10308 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
10309 (nsublis, tree-equal): Improve argument/docstring consistency.
10310
10311 * subr.el (send-string, send-region):
10312 Remove obsolescence declaration.
10313 (window-dot, set-window-dot, read-input, show-buffer)
10314 (eval-current-buffer, string-to-int):
10315 Add release number to obsolescence declarations.
10316
10317 2005-05-19 Kim F. Storm <storm@cua.dk>
10318
10319 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
10320 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
10321
10322 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
10323
10324 * faces.el (list-faces-display): Make back button respect optional
10325 regexp arg.
10326
10327 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
10328
10329 * calculator.el (calculator-radix-grouping-mode)
10330 (calculator-radix-grouping-digits, calculator-displayer)
10331 (calculator-radix-grouping-separator, calculator-copy-displayer):
10332 * dabbrev.el (dabbrev-search-these-buffers-only):
10333 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
10334 (diff-advance-after-apply-hunk, diff-mode-hook)
10335 (diff-minor-mode-prefix):
10336 * imenu.el (imenu-use-popup-menu):
10337 * jit-lock.el (jit-lock-context-time):
10338 * newcomment.el (comment-fill-column, comment-column)
10339 (comment-style, comment-padding, comment-multi-line)
10340 (comment-empty-lines, comment-auto-fill-only-comments):
10341 * reveal.el (reveal-around-mark):
10342 * uniquify.el (uniquify-buffer-name-style)
10343 (uniquify-after-kill-buffer-p)
10344 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
10345 (uniquify-min-dir-content, uniquify-separator)
10346 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
10347 * w32-vars.el (w32-fixed-font-alist):
10348 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
10349 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
10350 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
10351 * progmodes/perl-mode.el (perl-indent-level)
10352 (perl-continued-statement-offset, perl-continued-brace-offset)
10353 (perl-brace-offset, perl-brace-imaginary-offset)
10354 (perl-label-offset, perl-indent-continued-arguments)
10355 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
10356 * progmodes/tcl.el (tcl-indent-level)
10357 (tcl-continued-indent-level, tcl-auto-newline)
10358 (tcl-tab-always-indent, tcl-electric-hash-style)
10359 (tcl-help-directory-list, tcl-use-smart-word-finder)
10360 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
10361 (inferior-tcl-source-command):
10362 * textmodes/fill.el (enable-kinsoku):
10363 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
10364 * textmodes/table.el (table-yank-handler):
10365 Specify missing group (and type, if simple) in defcustom.
10366
10367 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
10368
10369 * progmodes/compile.el (compilation-finish-function): Fix defvar.
10370
10371 2005-05-19 Richard M. Stallman <rms@gnu.org>
10372
10373 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
10374
10375 * subr.el (event-basic-type): Don't get an error.
10376 (left-fringe-p): Function deleted.
10377
10378 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
10379 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
10380
10381 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
10382 in recursive copy.
10383
10384 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
10385
10386 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
10387
10388 * emacs-lisp/bytecomp.el
10389 (byte-compile-file-form-custom-declare-variable): Call
10390 byte-compile-nogroup-warn if appropriate.
10391
10392 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
10393 (compilation-set-window): Don't call left-fringe-p; do it directly.
10394
10395 2005-05-19 Jay Belanger <belanger@truman.edu>
10396
10397 * calc/calc-graph.el (calc-graph-format-data): Make sure
10398 var-PlotRejects is bound before trying to check its value.
10399
10400 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
10401
10402 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
10403 definition of this variable from reftex-global.el to reftex.el,
10404 because it is needed in the menu.
10405
10406 2005-05-19 Lute Kamstra <lute@gnu.org>
10407
10408 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
10409 years are fixed. Don't insert a space after a dash.
10410
10411 2005-05-19 Kim F. Storm <storm@cua.dk>
10412
10413 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
10414
10415 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
10416
10417 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
10418 strings, because (eq ... ?\\) is fairly frequent.
10419
10420 * progmodes/make-mode.el (makefile-add-this-line-targets):
10421 Simplify and integrate into `makefile-pickup-targets'.
10422 (makefile-add-this-line-macro): Simplify and integrate into
10423 `makefile-pickup-macros.
10424 (makefile-pickup-filenames-as-targets): Simplify.
10425 (makefile-previous-dependency, makefile-match-dependency):
10426 Don't stumble over `::'.
10427
10428 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
10429
10430 * subr.el (post-command-idle-hook, post-command-idle-delay):
10431 Remove obsoletion of post-command-idle-hook and
10432 post-command-idle-delay.
10433
10434 * faces.el (list-faces-display): Provide button when describe-face
10435 is called to take user back to the list of faces.
10436
10437 * help-fns.el (describe-variable): Remove hyperlinks in a
10438 variable's value as these are quite frequently inappropriate.
10439
10440 * follow.el (follow-submit-feedback, follow-mode):
10441 Remove references to post-command-idle-hook.
10442
10443 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
10444
10445 * progmodes/make-mode.el (makefile-previous-dependency)
10446 (makefile-match-dependency): Check for := (and in bsd mode also
10447 !=) to give a better result, even when font-lock is not on.
10448
10449 2005-05-18 Jay Belanger <belanger@truman.edu>
10450
10451 * calc/calc-help.el (calc-s-prefix-help):
10452 Add `calc-copy-special-constant' to help string.
10453
10454 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
10455
10456 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
10457
10458 2005-05-18 Jay Belanger <belanger@truman.edu>
10459
10460 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
10461 in linear factors are in proper order.
10462
10463 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
10464
10465 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10466 Support for jurabib.
10467
10468 * textmodes/reftex.el (featurep): Define aliases for overlay
10469 commands, for XEmacs compatibility, and use these aliases in
10470 overlay initializations.
10471 (reftex-highlight): Use `reftex-move-overlay'.
10472 (reftex-unhighlight): Use `reftex-delete-overlay'.
10473 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
10474 (reftex-access-search-path): Use `reftex-uniquify' instead of
10475 `reftex-uniq'
10476
10477 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
10478 `before-string' property modification enables for Emacs as well.
10479 (reftex-select-item): Use `reftex-delete-overlay'.
10480 (reftex-select-mark): Use `reftex-make-overlay' and
10481 `reftex-overlay-put'.
10482 (reftex-select-unmark): Use `reftex-delete-overlay' and
10483 `reftex-overlay-put'.
10484
10485 2005-05-18 Lute Kamstra <lute@gnu.org>
10486
10487 * emacs-lisp/lisp.el (check-parens): Fix docstring.
10488
10489 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
10490
10491 * add-log.el (add-change-log-entry):
10492 * array.el (array-make-template, array-reconfigure-rows)
10493 (array-init-max-row, array-init-max-column)
10494 (array-init-columns-per-line, array-init-field-width):
10495 * replace.el (replace-match-maybe-edit, perform-replace):
10496 * textmodes/spell.el (spell-region):
10497 Replace `read-input' by `read-string'.
10498
10499 * forms.el (forms-mode):
10500 * finder.el (finder-compile-keywords):
10501 * shadowfile.el (shadow-read-files):
10502 Replace `eval-current-buffer' by `eval-buffer'.
10503
10504 * terminal.el (te-pass-through):
10505 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
10506 (ange-ftp-raw-send-cmd):
10507 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
10508 (send-process-next-char, telnet-initial-filter, telnet):
10509 Replace `send-string' by `process-send-string'.
10510
10511 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
10512 (prolog-consult-region): Replace `send-string' by
10513 `process-send-string'; replace `send-region' by `process-send-region'.
10514
10515 * progmodes/delphi.el (delphi-log-msg):
10516 Replace `set-window-dot' by `set-window-point'.
10517
10518 * subr.el (window-dot, set-window-dot, read-input, send-string)
10519 (send-region, show-buffer, eval-current-buffer):
10520 Make really obsolete, as the comment says.
10521
10522 2005-05-17 Kim F. Storm <storm@cua.dk>
10523
10524 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
10525 (cua--init-keymaps): Bind C-return instead of S-return to set
10526 rectangle mark.
10527
10528 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
10529 instead of S-return to toggle/clear rectangle mark.
10530
10531 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
10532
10533 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
10534 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
10535 Also fontify plain strings assigned to variables, mostly so that a
10536 colon has a face and is thus not taken as a dependency separator.
10537 (makefile-previous-dependency): Inline the new matcher, because it
10538 is too complex to work in both directions.
10539 (makefile-match-dependency): Eliminate `backward' arg (see above).
10540 Completely reimplemented so as to not sometimes go into an endless
10541 loop. It should also be more efficient, because first it only
10542 searches for `:', instead of applying the very complex regexp.
10543 (makefile-mode): Cancel `font-lock-support-mode', because blocks
10544 to be fontified in one piece can be too long for JIT.
10545 Makefiles are never *that* big.
10546
10547 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
10548
10549 * dired.el (dired-mode): Simplify.
10550
10551 2005-05-17 Lute Kamstra <lute@gnu.org>
10552
10553 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
10554 defcustom for the mode hook variable.
10555
10556 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
10557 Emacs Lisp Reference Manual.
10558
10559 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
10560
10561 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
10562 (evenp, list*):
10563 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
10564 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
10565
10566 * net/tramp-smb.el (tramp-smb-open-connection):
10567 Pass `tramp-chunksize' as fifth (required) argument.
10568
10569 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
10570
10571 * font-lock.el (lisp-font-lock-keywords-1):
10572 Set `font-lock-negation-char-face' for [^...] char group.
10573 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
10574
10575 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
10576 a var, and refine it to mask one more level of nested vars.
10577 (makefile-rule-action-regex): Turn it into a var, and refine it so
10578 it recognizes backslashed continuation lines as belonging to the
10579 same command.
10580 (makefile-macroassign-regex): Refine it so it recognizes
10581 backslashed continuation lines as belonging to the same command.
10582 (makefile-var-use-regex): Don't look at the next char, because it
10583 might be the same one to be skipped by the initial [^$], leading
10584 to an overlooked variable use.
10585 (makefile-make-font-lock-keywords): Remove two parameters, which
10586 are now variables that some of the modes set locally.
10587 Handle dependency and rule action matching through functions, because
10588 regexps alone match too often. Dependency matching now comes
10589 last, so it can check, whether a colon already matched something else.
10590 (makefile-mode): Inform that font-lock improves makefile parsing
10591 capabilities.
10592 (makefile-match-dependency, makefile-match-action): New functions.
10593
10594 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
10595
10596 * emacs-lisp/cl-extra.el (equalp): Doc fix.
10597
10598 * align.el (align-regexp):
10599 * ansi-color.el (ansi-color-get-face):
10600 * array.el (array-reconfigure-rows, array-init-max-row)
10601 (array-init-max-column, array-init-columns-per-line)
10602 (array-init-field-width):
10603 * dired-aux.el (dired-trample-file-versions):
10604 * dired-x.el (dired-mark-sexp):
10605 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
10606 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
10607 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
10608 * faces.el (face-read-integer):
10609 * files.el (backup-extract-version, insert-directory):
10610 * hexl.el (hexl-insert-decimal-char):
10611 * server.el (server-process-filter):
10612 * shell.el (shell-extract-num):
10613 * startup.el (command-line-1):
10614 * term.el (term-command-hook):
10615 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
10616 (time-stamp-do-number):
10617 * time.el (display-time-update):
10618 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
10619 (timezone-fix-time):
10620 * vms-patch.el (vms-suspend-resume-hook):
10621 * calendar/appt.el (appt-convert-time):
10622 * calendar/cal-bahai.el (mark-bahai-diary-entries):
10623 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
10624 * calendar/cal-islam.el (mark-islamic-diary-entries):
10625 * calendar/calendar.el (calendar-cursor-to-date)
10626 (calendar-star-date):
10627 * calendar/diary-lib.el (diary-attrtype-convert)
10628 (mark-diary-entries, diary-entry-time):
10629 * calendar/solar.el (solar-get-number):
10630 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
10631 * emacs-lisp/re-builder.el (reb-display-subexp):
10632 * emulation/edt.el (edt-set-scroll-margins):
10633 * emulation/tpu-extras.el (tpu-set-scroll-margins):
10634 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
10635 (vip-get-ex-count):
10636 * emulation/viper-ex.el (viper-get-ex-token)
10637 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
10638 * international/fontset.el (fontset-plain-name):
10639 * mail/feedmail.el (feedmail-look-at-queue-directory):
10640 * mail/mailalias.el (mail-get-names):
10641 * mail/rmail.el (rmail-convert-to-babyl-format):
10642 * mail/rmailsum.el (rmail-make-basic-summary-line)
10643 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
10644 (rmail-summary-goto-msg):
10645 * mail/smtpmail.el (smtpmail-read-response):
10646 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
10647 (ange-ftp-vms-add-file-entry):
10648 * play/gametree.el (gametree-looking-at-ply)
10649 (gametree-current-branch-score):
10650 * progmodes/ada-xref.el (ada-prj-find-prj-file)
10651 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
10652 * progmodes/cperl-mode.el (condition-case):
10653 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
10654 (ebrowse-set-member-buffer-column-width)
10655 (ebrowse-select-1st-to-9nth):
10656 * progmodes/etags.el (etags-snarf-tag):
10657 * progmodes/flymake.el (flymake-parse-line):
10658 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
10659 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
10660 (idlwave-shell-menu-def):
10661 * progmodes/ps-mode.el (ps-run-goto-error):
10662 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
10663 (vhdl-speedbar-contract-level):
10664 * term/mac-win.el (x-handle-numeric-switch):
10665 * term/sun-mouse.el (sun-get-frame-data):
10666 * term/w32-win.el (x-handle-numeric-switch):
10667 * term/x-win.el (x-handle-numeric-switch):
10668 * textmodes/ispell.el (ispell-parse-output):
10669 * textmodes/nroff-mode.el (nroff-outline-level):
10670 * textmodes/reftex-cite.el (reftex-bib-sort-year)
10671 (reftex-bib-sort-year-reverse, reftex-format-citation):
10672 * textmodes/reftex-parse.el (reftex-init-section-numbers)
10673 (reftex-section-number):
10674 * textmodes/texinfmt.el (texinfo-paragraphindent):
10675 Replace `string-to-int' by `string-to-number'.
10676
10677 * international/latexenc.el: Add page marker to force the "Local
10678 Variables:" string out of the last page.
10679
10680 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10681
10682 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
10683 tooltip-change-major-mode.
10684 (gud-tooltip-print-command): Remove case where gud-minor-mode
10685 is gdb ("--fullname").
10686 (gud-tooltip-tips): Turn GUD tooltips off for this case and
10687 explain to user.
10688
10689 2005-05-16 Jay Belanger <belanger@truman.edu>
10690
10691 * calc/calc-store.el (calc-copy-special-constant): New function.
10692
10693 * calc/calc-ext.el (calc-init-extensions): Add binding for
10694 `calc-copy-special-constant'.
10695
10696 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
10697 for the `calc-copy-special-constant' command.
10698
10699 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10700
10701 * subr.el (left-fringe-p): New function.
10702
10703 * progmodes/compile.el (compilation-setup): Set local value of
10704 overlay-arrow-string to "" always.
10705 (compilation-set-window): Left fringe then don't scroll.
10706 No left fringe then no arrow and scroll message to top.
10707 (compilation-context-lines): Adjust doc string accordingly.
10708
10709 2005-05-16 Kim F. Storm <storm@cua.dk>
10710
10711 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10712 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
10713 (ido-wide-find-dir-or-delete-dir): New command for M-d.
10714 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
10715 (ido-read-file-name): Handle commands with ido property value
10716 equal to find-file as reading a file name, to allow C-d to enter dired.
10717 (ibuffer-find-file): Add ido property with value find-file.
10718
10719 2005-05-15 Kim F. Storm <storm@cua.dk>
10720
10721 * subr.el (open-network-stream-nowait): Remove.
10722 (open-network-stream-server): Remove.
10723
10724 2005-05-15 Richard M. Stallman <rms@gnu.org>
10725
10726 * faces.el (describe-face): Output a definition link button.
10727
10728 * help-mode.el (help-face-def): New button type.
10729
10730 * emacs-lisp/copyright.el (copyright-fix-years):
10731 Match properly if the first year is 2-digit.
10732 Don't mess up the whitespace after the years by filling.
10733
10734 * dired-aux.el (dired-mark-confirm):
10735 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
10736
10737 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
10738 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
10739 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
10740
10741 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10742 Set font-lock-comment-start-skip.
10743
10744 * font-lock.el (font-lock-comment-start-skip): New variable.
10745 (font-lock-comment-end-skip): New variable.
10746 (font-lock-fontify-syntactically-region): Use them if non-nil.
10747
10748 2005-05-15 Jay Belanger <belanger@truman.edu>
10749
10750 * calc/calc-store.el (calc-store-value): Return a string rather
10751 than display it as a message.
10752 Use calc-var-name for variable name.
10753 (calc-store-into): Add the result of calc-store-value to message.
10754 (calc-copy-variable): Add a message.
10755 (calc-store-exchange): Improve error messages.
10756 (calc-store-binary, calc-store-map): Don't reset the values of
10757 special constants.
10758
10759 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10760
10761 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
10762 manual to docstring.
10763
10764 * files.el (hack-local-variables-confirm): Add STRING argument.
10765 Make the function handle non file visiting buffers correctly.
10766 (hack-local-variables-prop-line, hack-local-variables)
10767 (hack-one-local-variable): Use STRING arg of
10768 `hack-local-variables-confirm'.
10769
10770 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
10771
10772 Sync with Tramp 2.0.49.
10773
10774 * net/tramp.el (tramp-handle-dired-call-process)
10775 (tramp-handle-insert-directory):`insert-buffer' cannot be used
10776 because the contents of the Tramp buffer is changed before
10777 insertion (`expand-file' and alike).
10778 (tramp-handle-insert-directory): If `localname' has an empty
10779 nondirectory name, it must not be quoted.
10780 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
10781 variable `tramp-chunksize'. Change callees.
10782 (tramp-open-connection-setup-interactive-shell): Check remote host
10783 for buggy `send-process-string' implementation.
10784 Set `tramp-chunksize' if found. Reported by Michael Kifer
10785 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
10786 (tramp-handle-shell-command): `insert-buffer' cannot be used
10787 because the contents of the Tramp buffer is changed before
10788 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
10789 <frederic.bothamy@free.fr>.
10790 (tramp-set-auto-save): Actions should be done for Tramp file name
10791 handler only. Ange-FTP has its own auto-save mechanism.
10792 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10793 (tramp-set-auto-save-file-modes): Set file modes of
10794 `buffer-auto-save-file-name' to ?\600 as fallback solution.
10795 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
10796 (tramp-bug): Remove obsolete variable.
10797 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
10798 for presence of `mml-mode'. Make it running for older Emacsen as well.
10799
10800 2005-05-14 John Paul Wallington <jpw@pobox.com>
10801
10802 * ibuf-ext.el (define-ibuffer-filter filename):
10803 If `dired-directory' is a list, use its car.
10804
10805 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
10806
10807 * ibuffer.el (define-ibuffer-column filename):
10808 If `dired-directory' is a list, use its car.
10809
10810 2005-05-14 Richard M. Stallman <rms@gnu.org>
10811
10812 * subr.el (symbol-file): Doc fix.
10813
10814 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
10815 (byte-compile-form): Call byte-compile-nogroup-warn.
10816 (byte-compile-warning-types): Doc fix.
10817
10818 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
10819
10820 * progmodes/cc-engine.el (c-literal-faces):
10821 Add font-lock-comment-delimiter-face.
10822
10823 * net/net-utils.el (dig): Use with-no-warnings.
10824
10825 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
10826 (sc-recite-frame-alist, sc-default-cite-frame)
10827 (sc-default-uncite-frame, sc-default-recite-frame)
10828 (sc-attrib-selection-list, sc-rewrite-header-list):
10829 Mark as risky-local-variable.
10830
10831 * international/ogonek.el (ogonek-jak, ogonek-how):
10832 Don't use beginning-of-buffer.
10833
10834 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
10835
10836 * calendar/solar.el (solar-data-list): Move definition up.
10837
10838 * dnd.el (dnd-protocol-alist): Add autoload.
10839
10840 * progmodes/sh-script.el: Many doc usage fixes.
10841 (sh-indent-after-do): Change default to match common styles.
10842
10843 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
10844
10845 * files.el (interpreter-mode-alist)
10846 (auto-mode-interpreter-regexp): Doc fixes.
10847
10848 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
10849
10850 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
10851
10852 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
10853
10854 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10855
10856 * dired.el (dired-mode): make-variable-buffer-local =>
10857 make-local-variable.
10858
10859 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10860
10861 * term/mac-win.el (mac-select-convert-to-string): Try coding
10862 systems in mac-script-code-coding-systems if specified one cannot
10863 encode string for `com.apple.traditional-mac-plain-text'.
10864
10865 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
10866
10867 * progmodes/make-mode.el (makefile-targets-face)
10868 (makefile-shell-face, makefile-makepp-perl-face): New faces.
10869 (makefile-dependency-regex): Fix it to not make the colon in
10870 $(var:a=b) special.
10871 (makefile-rule-action-regex): New regexp for highlighting embedded
10872 Shell strings.
10873 (makefile-macroassign-regex): Handle != for highlighting as
10874 embedded Shell strings.
10875 (makefile-var-use-regex): New const.
10876 (makefile-statements, makefile-automake-statements)
10877 (makefile-gmake-statements, makefile-makepp-statements)
10878 (makefile-bsdmake-statements): New consts.
10879 (makefile-make-font-lock-keywords): New function.
10880 (makefile-automake-font-lock-keywords)
10881 (makefile-gmake-font-lock-keywords)
10882 (makefile-makepp-font-lock-keywords)
10883 (makefile-bsdmake-font-lock-keywords): New consts.
10884 (makefile-mode-map): Add switchers between the various submodes.
10885 (makefile-mode): Document the availability of the variants.
10886 (makefile-automake-mode, makefile-gmake-mode)
10887 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
10888
10889 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
10890 new variants of makefile-mode.
10891
10892 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10893
10894 * font-lock.el (font-lock-comment-delimiter-face): Fix up
10895 the inheritance.
10896
10897 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
10898
10899 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
10900 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
10901
10902 * files.el (normal-mode): Extend the scope of the
10903 `enable-local-variables' binding to include the `set-auto-mode' call.
10904 (magic-mode-alist): Doc fix.
10905
10906 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10907
10908 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
10909 font-lock-comment-face rather than copying its setting.
10910
10911 2005-05-12 Andreas Schwab <schwab@suse.de>
10912
10913 * eshell/esh-mode.el (eshell-send-input): Doc fix.
10914
10915 2005-05-12 Lute Kamstra <lute@gnu.org>
10916
10917 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
10918 defcustom for the mode hook variable. Delete the last argument.
10919 * generic-x.el: Fix callers of define-generic-mode.
10920 (generic-x-modes): Delete group.
10921 (show-tabs-tab-face, show-tabs-space-face): Put them in the
10922 generic-x customization group.
10923
10924 2005-05-12 Kim F. Storm <storm@cua.dk>
10925
10926 * font-lock.el (font-lock-negation-char-face): Default to "off".
10927
10928 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
10929 font-lock-negation-char-face to ! in !=.
10930
10931 2005-05-12 Masatake YAMATO <jet@gyve.org>
10932
10933 * add-log.el (find-change-log): Fix typos in the docstring
10934 of function.
10935
10936 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10937
10938 * international/latexenc.el (latexenc-find-file-coding-system):
10939 Avoid `re-search-forward' when looking for input encoding because
10940 of speed and safety. Better regular expressions for recognizing
10941 input encoding. Limit a search for TeX-master/tex-main-file to
10942 the local variable section.
10943
10944 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
10945
10946 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
10947 syntax of $ to "'" (quote).
10948
10949 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
10950
10951 * dnd.el (dnd-protocol-alist): Improve custom type.
10952
10953 * dired.el (dired-dnd-protocol-alist): New variable.
10954 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
10955 `dired-mode-hook' to the end.
10956
10957 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10958
10959 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
10960 comment-end if comment-start-skip is not set.
10961 Obey the font-lock-comment-delimiter-face variables.
10962
10963 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10964
10965 * files.el (executable-find): Move from executable.el. Use
10966 locate-file.
10967 * progmodes/executable.el (executable-find): Move to files.el.
10968
10969 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
10970 when trying to ensure forward progress.
10971
10972 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
10973
10974 * mouse-sel.el (mouse-sel-follow-link-p): New function.
10975 (mouse-select, mouse-select-internal, mouse-extend-internal):
10976 Use it to implement mouse-1-click-follows-link functionality.
10977
10978 2005-05-11 Richard M. Stallman <rms@gnu.org>
10979
10980 * font-lock.el (font-lock-fontify-syntactically-region):
10981 Use font-lock-comment-delimiter-face for comment delimiters.
10982
10983 2005-05-10 Jay Belanger <belanger@truman.edu>
10984
10985 * calc/calc-help.el (calc-m-prefix-help): Add mention of
10986 preserving embedded modes.
10987
10988 2005-05-10 Richard M. Stallman <rms@gnu.org>
10989
10990 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
10991
10992 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
10993 Move from ada-stmt.el.
10994 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
10995
10996 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
10997 Move to ada-mode.el.
10998 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
10999
11000 * cus-edit.el (custom-file): Call file-chase-links.
11001
11002 * files.el (read-directory-name): Fix previous change.
11003 (hack-local-variables-confirm): New function.
11004 (hack-local-variables-prop-line, hack-local-variables)
11005 (hack-one-local-variable): Use it.
11006
11007 2005-05-10 Lute Kamstra <lute@gnu.org>
11008
11009 * font-lock.el (font-lock-keywords-alist)
11010 (font-lock-removed-keywords-alist): Clarify docstrings.
11011
11012 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
11013
11014 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
11015 (gdb-source-info): Check for preprocessor info.
11016 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
11017 a macro for a function.
11018 (gdb-info-breakpoints-custom): Try to find file again if not already
11019 found (user might have used GDB dir command).
11020 (gdb-get-location): Update gdb-location-alist correctly for change
11021 to gdb-info-breakpoints-custom.
11022
11023 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
11024 (gud-tooltip-print-command): Add gdbmi case.
11025 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
11026 preprocessor info.
11027
11028 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
11029
11030 * startup.el (fancy-splash-insert): Fix typo in doc string.
11031
11032 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
11033
11034 * obsolete/float.el (string-to-float):
11035 * obsolete/hilit19.el (hilit-add-pattern):
11036 * obsolete/rnews.el (news-parse-range, news-select-message)
11037 (news-get-pruned-list-of-files): Replace `string-to-int' by
11038 `string-to-number'.
11039
11040 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
11041 `find-file-not-found-hooks'; use `add-hook'.
11042 (uncompress-while-visiting): Set `write-file-functions', not
11043 `write-file-hooks'; use `add-hook'.
11044
11045 2005-05-09 Kim F. Storm <storm@cua.dk>
11046
11047 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
11048 (cua-paste): Handle clipboard action.
11049 (cua--init-keymaps): Remap clipboard-kill-region and
11050 clipboard-kill-ring-save.
11051
11052 2005-05-08 Eli Zaretskii <eliz@gnu.org>
11053
11054 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
11055 Improve commentary.
11056
11057 * simple.el (next-error-overlay-arrow-position): Revert the change
11058 made on 2005-04-30.
11059
11060 2005-05-07 Jay Belanger <belanger@truman.edu>
11061
11062 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
11063 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
11064 `calc-sel-reselect'.
11065
11066 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
11067 Calc is in embedded mode.
11068
11069 2005-05-07 Eli Zaretskii <eliz@gnu.org>
11070
11071 * progmodes/compile.el (compilation-setup):
11072 Set overlay-arrow-string to an empty string on text terminals.
11073
11074 * textmodes/ispell.el (ispell-program-name): Try looking for
11075 "aspell" along exec-path, and if found, use it as the default
11076 speller program.
11077
11078 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
11079
11080 * international/mule.el (sgml-xml-auto-coding-function):
11081 Recognize encoding='FOO' in single quotes as well as in double quotes.
11082
11083 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11084
11085 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
11086 as well as `interactive', so that defmacro* would recognize
11087 `declare' forms.
11088
11089 2005-05-07 Eli Zaretskii <eliz@gnu.org>
11090
11091 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
11092 Explain more about the LIGHTER arg's usage in the doc string.
11093 Add commentary to clarify what the code does. Fix the regexp that
11094 strips whitespace from LIGHTER. Quote LIGHTER before using it,
11095 since it could have characters special to regular expressions.
11096
11097 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
11098
11099 * replace.el (occur-1): Bind inhibit-read-only so that
11100 erase-buffer doesn't barf on read-only text properties (likewise
11101 for add-text-properties in occur-engine). Mark buffer as unmodified.
11102 (occur-engine): Don't set buffer-read-only here.
11103
11104 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11105
11106 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
11107 list-buffers-directory. This caused the *cvs-commit* buffer to be
11108 sometimes mistakenly reused as a *cvs* buffer.
11109
11110 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
11111
11112 * tooltip.el: Move code for GUD tooltips into gud.el.
11113 (require): CL no longer needed to compile case.
11114 (tooltip-mode): Do not toggle functions for GUD tooltips.
11115 (tooltip-gud-tips-p): Remove. Replace with minor mode
11116 gud-tooltip-mode in gud.el.
11117 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
11118 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
11119 tooltip-gud prefix with gud-tooltip and obsolete.
11120 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
11121 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
11122 (tooltip-mouse-motion): Mouse movement functions/variable.
11123 Rename in gud.el by adding gud prefix.
11124 (tooltip-gud-original-filter, tooltip-gud-dereference)
11125 (tooltip-gud-event, tooltip-toggle-gud-tips)
11126 (tooltip-gud-process-output, tooltip-gud-print-command)
11127 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
11128 gud.el by replacing tooltip-gud prefix with gud-tooltip.
11129 (gdb-tooltip-print): Move to gdb-ui.el.
11130
11131 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
11132 (require): CL needed to compile case.
11133 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
11134 tooltip-gud-tips-p. Make it a minor-mode.
11135 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
11136 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
11137 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
11138 (gud-tooltip-change-major-mode)
11139 (gud-tooltip-activate-mouse-motions-if-enabled)
11140 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
11141 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
11142 (gud-tooltip-original-filter, gud-tooltip-dereference)
11143 (gud-tooltip-event, tooltip-toggle-gud-tips)
11144 (gud-tooltip-process-output, gud-tooltip-print-command)
11145 (gud-tooltip-tips): Move from tooltip.el.
11146
11147 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
11148 (gdb-cpp-define-alist-flags): Doc fix.
11149 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
11150 gud-tooltip-mode is t.
11151
11152 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11153
11154 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
11155 evaporate if their text is deleted.
11156 (goto-address-at-point): Make it work as a mouse binding as well.
11157 (goto-address-at-mouse): Obsolete it. Update users.
11158
11159 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
11160
11161 * calendar/appt.el (top-level): No longer activate on load.
11162
11163 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
11164
11165 * calendar/cal-bahai.el (mark-bahai-diary-entries):
11166 * net/webjump.el (webjump):
11167 * progmodes/idlw-help.el (idlwave-do-context-help1)
11168 (idlwave-highlight-linked-completions):
11169 * textmodes/po.el (po-find-file-coding-system-guts):
11170 Replace `assoc-ignore-case' by `assoc-string'.
11171
11172 2005-05-06 Eli Zaretskii <eliz@gnu.org>
11173
11174 * files.el (locate-file): Doc fix.
11175
11176 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
11177 Remove the redundant test for ms-dos.
11178
11179 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
11180 look for the preprocessor with exec-suffixes. If not found in
11181 standard places, look in exec-path. Remove most of the tests that
11182 used system-type.
11183
11184 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
11185
11186 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
11187
11188 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
11189 file-name clash with jka-compr.el on 8+3 filesystems.
11190
11191 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11192
11193 * term/mac-win.el: Don't define or bind scroll bar functions if
11194 x-toolkit-scroll-bars is t.
11195 (x-select-text, x-get-selection-value): Clear
11196 x-last-selected-text-clipboard if x-select-enable-clipboard is
11197 nil.
11198 (PRIMARY): Put mac-scrap-name property.
11199 (mac-select-convert-to-file-url): New function.
11200 (public.file-url): New selection target type. Add to
11201 selection-converter-alist.
11202 (x-get-selection, x-selection-value): Handle it.
11203 (x-cut-buffer-or-selection-value): New alias.
11204
11205 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11206
11207 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
11208 entry to avoid calling bibtex-find-entry with arg global
11209 being t. Remove arg key.
11210 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
11211 (bibtex-copy-summary-as-kill): Change accordingly.
11212
11213 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11214
11215 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
11216 (org-agenda-date-later): Use with-current-buffer.
11217
11218 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
11219
11220 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
11221 (define-obsolete-variable-alias): Doc Fixes.
11222
11223 2005-05-06 Kim F. Storm <storm@cua.dk>
11224
11225 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
11226 vertical-motion when selective-display is active.
11227
11228 * ido.el (ido-setup-hook): New hook.
11229 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
11230 (ido-input-stack): New var.
11231 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
11232 ido-next-work-file binding to M-O.
11233 Bind M-f to ido-wide-find-file-or-pop-dir.
11234 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
11235 (ido-read-internal): Run ido-setup-hook.
11236 Catch quit in read-file-name and read-string to cancel edit.
11237 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
11238 Automatically pop-all when completing a directory name (RET).
11239 (ido-file-internal): Add with-no-warnings around ffap and dired code.
11240 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
11241 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
11242 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
11243 New functions for M-b/M-f to move among the directory components.
11244 (ido-make-merged-file-list): Catch quit to cancel merge.
11245 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
11246 (ido-completion-help): No warnings for ido-completion-buffer-full.
11247
11248 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
11249
11250 * font-lock.el (font-lock-negation-char-face): New face and variable.
11251 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
11252 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
11253 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
11254 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
11255
11256 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
11257
11258 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
11259 Fix typo in docstring.
11260
11261 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
11262 (ebrowse-print-statistics-line)
11263 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
11264
11265 * term/w32-win.el (image-library-alist): Add additional name for
11266 Xpm library.
11267
11268 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
11269
11270 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
11271 use gcc instead of cpp.
11272
11273 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
11274 (gdb-create-define-alist): Use it.
11275 (gdb-cpp-define-alist-program): Update for MS-DOS.
11276
11277 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
11278
11279 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
11280
11281 2005-05-04 Richard M. Stallman <rms@gnu.org>
11282
11283 * help.el (describe-key): No error when UNTRANSLATED is nil.
11284
11285 * simple.el (line-move-1): Fix previous change to signal errors
11286 appropriately.
11287
11288 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
11289
11290 * calendar/icalendar.el (icalendar-version): Now at 0.12.
11291 (icalendar-duration-correction): Remove.
11292 (icalendar--get-event-properties): Split result at commas.
11293 (icalendar--decode-isoduration): New optional argument
11294 DURATION-CORRECTION.
11295 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
11296 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
11297 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
11298 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
11299 (icalendar--convert-anniversary-to-ical): New functions, extracted
11300 from icalendar-export-region, with bug fixes.
11301 (icalendar-export-region): Use the above functions.
11302 (icalendar-import-buffer): Check before saving diary file.
11303 (icalendar--convert-recurring-to-diary)
11304 (icalendar--convert-non-recurring-all-day-to-diary)
11305 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
11306 extracted from icalendar--convert-ical-to-diary, with bug fixes.
11307 (icalendar--convert-ical-to-diary): Use the above functions.
11308
11309 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
11310
11311 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
11312 Remove these recent additions.
11313 (c-mode): Restore to before 2005-04-28.
11314
11315 * progmodes/cc-vars.el (cc-define-list-program): Remove this
11316 recent addition.
11317
11318 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
11319 (gdb-define-alist): New variables.
11320 (gdb-create-define-alist): New function.
11321 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
11322 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
11323 with string-to-number.
11324 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
11325
11326 * progmodes/gud.el: Replace string-to-int with string-to-number.
11327 (gud-find-file): Handle gdb-define-alist.
11328
11329 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
11330
11331 2005-05-02 Jay Belanger <belanger@truman.edu>
11332
11333 * calc/calc-aent.el (math-read-token):
11334 * calc/calc-bin.el (calc-word-size):
11335 * calc/calc-ext.el (calc-read-number-fancy):
11336 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
11337 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
11338 * calc/calc-frac.el (calc-over-notation):
11339 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
11340 (calc-graph-num-points, calc-graph-init):
11341 * calc/calc-prog.el (calc-read-parse-table-part)
11342 (calc-edit-macro-repeats):
11343 * calc/calc-yank.el (calc-do-grab-rectangle):
11344 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
11345 Replace `string-to-int' by `string-to-number'.
11346
11347 2005-05-02 Kim F. Storm <storm@cua.dk>
11348
11349 * kmacro.el: Use executing-kbd-macro-index variable.
11350
11351 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
11352
11353 * net/rlogin.el (rlogin-parse-words): Delete func.
11354 (rlogin): Use split-string, not rlogin-parse-words.
11355 Also, if there are option-like elements in the parsed args,
11356 take the host to be the first arg immediately following them.
11357 Suggested by Michael Mauger.
11358
11359 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
11360
11361 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
11362
11363 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
11364
11365 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
11366 (cc-mode-cpp-program): Rename to cc-define-list-program and
11367 move to cc-vars.el.
11368
11369 * progmodes/cc-vars.el (cc-define-list-program):
11370 Change to "gcc -E -dM -". Make customizable.
11371
11372 2005-05-02 Kim F. Storm <storm@cua.dk>
11373
11374 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
11375
11376 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
11377
11378 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
11379
11380 * international/mule-util.el (truncate-string): Remove alias and
11381 obsolete declaration.
11382
11383 * international/mule-cmds.el (update-iso-coding-systems):
11384 Remove alias and obsolete declaration.
11385
11386 * international/mule.el (coding-system-parent): Remove alias and
11387 obsolete declaration.
11388
11389 * subr.el (define-function, sref): Remove aliases and obsolete
11390 declarations.
11391 (chars-in-region): Remove obsolete declaration.
11392
11393 2005-05-01 Richard M. Stallman <rms@gnu.org>
11394
11395 * info.el (Info-mode): Set widen-automatically to nil, locally.
11396
11397 * simple.el (widen-automatically): New variable.
11398 (pop-global-mark): Obey widen-automatically.
11399
11400 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
11401
11402 * term/xterm.el (function-key-map): Call substitute-key-definition
11403 before the keymap size is increased by a lot of define-key calls.
11404
11405 2005-05-01 Richard M. Stallman <rms@gnu.org>
11406
11407 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
11408 Rename ARG to ELEMENT. Doc fix.
11409
11410 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
11411
11412 * allout.el (allout-exposure): Remove macro and obsolete declaration.
11413 Remove references to allout-exposure/change to allout-new-exposure.
11414
11415 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
11416 bytecode symbols.
11417
11418 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
11419 (compiled-function-p, focus-frame, unfocus-frame):
11420 Remove aliases and obsolete declarations.
11421 Back out inadvertent changes from previous commit.
11422
11423 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
11424
11425 * files.el (require-final-newline): Make Custom tags consistent
11426 with mode-require-final-newline.
11427 (mode-require-final-newline): Doc fix.
11428
11429 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11430
11431 * international/latexenc.el (latexenc-find-file-coding-system):
11432 Fix regular expressions.
11433
11434 2005-05-01 David Kastrup <dak@gnu.org>
11435
11436 * international/latexenc.el (latexenc-find-file-coding-system):
11437 Fix regular expressions.
11438
11439 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
11440
11441 * subr.el (string-to-int): Make obsolete.
11442
11443 2005-04-30 Richard M. Stallman <rms@gnu.org>
11444
11445 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
11446
11447 * loadup.el: load jka-comp-hook.
11448
11449 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
11450 (jka-compr-handler): Add autoload. `put' calls moved
11451 to jka-comp-hook.el.
11452 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
11453 (jka-compr-inhibit): Autoload.
11454
11455 * jka-comp-hook.el: New file.
11456 Enable the mode by default.
11457
11458 * files.el (backup-buffer-copy): Use copy-file instead
11459 of write-region, and put back the 'excl.
11460
11461 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
11462
11463 * progmodes/flymake.el (flymake-split-string)
11464 (flymake-split-string, flymake-log, flymake-pid-to-names)
11465 (flymake-reg-names, flymake-get-source-buffer-name)
11466 (flymake-unreg-names, flymake-add-line-err-info)
11467 (flymake-add-err-info): Clarify docstrings.
11468 (flymake-popup-menu, flymake-make-emacs-menu)
11469 (flymake-make-xemacs-menu): Add docstrings.
11470 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
11471 Set variables directly throughout.
11472
11473 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
11474
11475 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
11476 exists. Initialize cc-define-alist.
11477 (c-mode): Add cc-create-define-alist locally to after-save-hook.
11478 If there is no file (Macroexpansion) don't create an alist.
11479
11480 2005-04-29 Sam Steingold <sds@gnu.org>
11481
11482 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
11483 (cc-create-define-alist): Use it instead of the hard-coded string.
11484
11485 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11486
11487 * international/mule-conf.el (file-coding-system-alist): Fix regexp
11488 for latexenc.
11489
11490 2005-04-29 Lute Kamstra <lute@gnu.org>
11491
11492 * emacs-lisp/generic.el: Improve commentary section.
11493 (define-generic-mode): Improve docstring.
11494
11495 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
11496
11497 * textmodes/org.el (many places): Change to quiet the byte compiler.
11498 (org-prefix-format-compiled): New variable.
11499 (org-compile-prefix-format): New function.
11500 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
11501 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
11502 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
11503 (org-get-entries-from-diary): Use `org-get-time-of-day' for
11504 consistency with entries from `org-mode' files.
11505 (org-get-time-of-day): Fix bug with partial matches early in a line.
11506 (org-non-link-chars): New constant.
11507 (org-link-regexp): Respect `org-non-link-chars'.
11508 (org-agenda-day-view): Remove command.
11509 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
11510 (org-follow-bbdb-link, org-store-link): Search also company field.
11511 (org-highlight-overlay): New variable.
11512 (org-highlight, org-unhighlight): New functions.
11513 (org-agenda-mode): Add pre-command-hook to remove highlight.
11514 (org-evaluate-time-range): Behavior depends upon whether time stamp
11515 contains a time or not.
11516 (org-show-subtree, org-show-entry): New functions.
11517 (org-agenda-cleanup-fancy-diary): Remove empty lines.
11518
11519 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
11520
11521 * comint.el (comint-output-filter-functions): Add autoload cookie.
11522
11523 2005-04-28 Kim F. Storm <storm@cua.dk>
11524
11525 * ido.el (ido-everywhere): Fix last change.
11526
11527 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
11528
11529 * international/latexenc.el: New file.
11530 * international/mule-conf.el (file-coding-system-alist): For .tex,
11531 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
11532
11533 2005-04-28 Lute Kamstra <lute@gnu.org>
11534
11535 * font-lock.el (font-lock-add-keywords)
11536 (font-lock-remove-keywords): Clarify docstring.
11537 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
11538 Don't start docstrings with a `*'.
11539 (font-lock-update-removed-keyword-alist): Give it a docstring.
11540
11541 * generic-x.el: Update commentary section.
11542 Only require font-lock when compiling.
11543 Define all modes conditionally.
11544 Place all generic modes in the generic-x-modes customization group.
11545 (generic-x-modes): New customization group.
11546 (generic-default-modes, generic-mswindows-modes)
11547 (generic-unix-modes, generic-other-modes): New constants.
11548 (generic-define-mswindows-modes, generic-define-unix-modes):
11549 Update docstrings. Make them obsolete.
11550 (generic-extras-enable-list): New default value. Update docstring.
11551 Improve :type. Change :set function.
11552 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
11553 Fix docstring.
11554
11555 * emacs-lisp/generic.el (generic-mode-internal):
11556 Simplify font-lock-defaults.
11557 (define-generic-mode): Fix docstring.
11558
11559 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11560
11561 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
11562 font-lock-face property to highlight matches.
11563
11564 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
11565
11566 * progmodes/cc-mode.el (cc-create-define-alist): New function.
11567 (cc-define-alist): New variable.
11568 (c-mode): Make it local and initialize it.
11569
11570 * progmodes/gdb-ui.el (gdb-active-process): New variable.
11571 (gdb-exited): New function.
11572 (gdb-annotation-rules): Use it.
11573 (gdb-starting): Set gdb-active-process to t.
11574 (gdb-stopping): Amend doc string.
11575 (gdb-reset): Set gdb-active-process to nil.
11576
11577 * tooltip.el (tooltip-gud-tips): Show the associated #define
11578 directives when a C program under GDB is not executing.
11579
11580 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11581
11582 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
11583 font-lock-fontify-syntactic-keywords.
11584
11585 * font-lock.el (font-lock-default-fontify-region): Don't force
11586 parse-sexp-lookup-properties to nil.
11587
11588 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
11589
11590 * man.el (man-mode-syntax-table): Set up `:' to have
11591 word-constituent syntax.
11592
11593 2005-04-27 Lute Kamstra <lute@gnu.org>
11594
11595 * novice.el (disable-command): Don't add spurious newlines to the
11596 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
11597
11598 2005-04-26 Jay Belanger <belanger@truman.edu>
11599
11600 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
11601 than one window before deleting window.
11602
11603 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
11604
11605 * shell.el (shell-prompt-pattern): Doc fix.
11606 (shell-mode): Set paragraph-separate buffer locally to "\\'".
11607
11608 * comint.el (comint-prompt-regexp, comint-get-old-input)
11609 (comint-use-prompt-regexp)
11610 (comint-use-prompt-regexp-instead-of-fields)
11611 (comint-replace-by-expanded-history, comint-send-input)
11612 (comint-output-filter, comint-get-old-input-default)
11613 (comint-line-beginning-position, comint-bol, comint-show-output)
11614 (comint-backward-matching-input, comint-forward-matching-input)
11615 (comint-next-prompt, comint-previous-prompt):
11616 Rename `comint-use-prompt-regexp-instead-of-fields' to
11617 `comint-use-prompt-regexp'. Keep old name as alias and declare
11618 obsolete.
11619 (comint-use-prompt-regexp): Shorten first line of doc string.
11620
11621 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
11622 Set paragraph-separate buffer locally to "\\'".
11623
11624 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
11625 Adapt to above name change.
11626
11627 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11628 (smbclient-prompt-regexp): Ditto.
11629
11630 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
11631
11632 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
11633
11634 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
11635 gdb-location-list.
11636 Break lines that are over 80 characters wide.
11637
11638 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11639
11640 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
11641 New fun and var, to preserve compatibility.
11642
11643 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
11644
11645 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
11646
11647 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
11648 name to file-newer-than-file-p.
11649
11650 2005-04-26 Richard M. Stallman <rms@gnu.org>
11651
11652 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
11653
11654 * progmodes/python.el (python-mode):
11655 Use new name eldoc-documentation-function.
11656
11657 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
11658
11659 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
11660 (eldoc-documentation-function):
11661 Rename from eldoc-print-current-symbol-info-function. Calls changed.
11662
11663 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
11664
11665 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
11666
11667 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11668
11669 * term/xterm.el (function-key-map): Fix strings for
11670 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
11671 {C,S,A,C-S}-{f1-f12}.
11672
11673 2005-04-26 Kenichi Handa <handa@m17n.org>
11674
11675 * international/mule-cmds.el (select-safe-coding-system):
11676 Fix previous change.
11677
11678 2005-04-26 Lute Kamstra <lute@gnu.org>
11679
11680 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
11681
11682 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
11683 (font-lock-comment-delimiter-face): Ditto.
11684
11685 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
11686
11687 2005-04-25 Jay Belanger <belanger@truman.edu>
11688
11689 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
11690 to t while inserting information; use help-mode.
11691
11692 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11693
11694 * term.el (ansi-term-color-vector): Use the xterm colors.
11695 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
11696
11697 2005-04-25 Lute Kamstra <lute@gnu.org>
11698
11699 * font-core.el (font-lock-defaults): Fix docstring.
11700
11701 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
11702
11703 2005-04-25 Kenichi Handa <handa@m17n.org>
11704
11705 * international/mule-cmds.el (select-safe-coding-system):
11706 Don't check consistency with coding: spec, etc if raw-text or
11707 no-conversion was found to be safe.
11708
11709 2005-04-24 Richard M. Stallman <rms@gnu.org>
11710
11711 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
11712 citation markers at start of each line.
11713
11714 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
11715 citation markers at start of each line.
11716
11717 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
11718
11719 * files.el (mode-require-final-newline): Fix previous change.
11720 (require-final-newline): Fix type label.
11721
11722 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11723
11724 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
11725 statement in buffer (broken by 2004-11-24 change).
11726
11727 2005-04-24 Kim F. Storm <storm@cua.dk>
11728
11729 * ido.el (ido-everywhere): Save and restore old read-buffer-function
11730 and read-file-name-function values. Don't overwrite existing
11731 non-nil values if ido-mode is enabled without ido-everywhere.
11732
11733 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
11734
11735 * files.el (mode-require-final-newline): Minor doc fix.
11736
11737 2005-04-24 Eli Zaretskii <eliz@gnu.org>
11738
11739 * subr.el (syntax-after): Doc fix.
11740 (syntax-class): If argument is nil, return nil. Mask off upper 16
11741 bits, not 8 bits.
11742
11743 * files.el (mode-require-final-newline): Doc fix.
11744 (backup-buffer-copy): Fix last change.
11745
11746 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11747
11748 * term/mac-win.el: Require select. Set selection-coding-system to
11749 mac-system-coding-system. Call menu-bar-enable-clipboard.
11750 (x-last-selected-text-clipboard, x-last-selected-text-primary)
11751 (x-select-enable-clipboard): New variables.
11752 (x-select-text, x-get-selection, x-selection-value)
11753 (x-get-selection-value, mac-select-convert-to-string)
11754 (mac-services-open-file, mac-services-open-selection)
11755 (mac-services-insert-text): New functions.
11756 (CLIPBOARD, FIND): Put mac-scrap-name property.
11757 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
11758 (public.tiff): Put mac-ostype property.
11759 (selection-converter-alist): Add entries for them.
11760 (mac-application-menu-map): New keymap.
11761 (interprogram-cut-function, interprogram-paste-function): Set to
11762 x-select-text and x-get-selection-value, respectively.
11763 (split-window-keep-point): Set to t.
11764
11765 2005-04-23 Richard M. Stallman <rms@gnu.org>
11766
11767 * files.el (read-directory-name): Always pass non-nil
11768 DEFAULT-FILENAME arg to read-file-name.
11769 (backup-buffer-copy, basic-save-buffer-2): Take care against
11770 writing thru an unexpected existing symlink.
11771 (revert-buffer): In indirect buffer, revert the base buffer.
11772 (magic-mode-alist): Doc fix.
11773 (buffer-stale-function): Doc fix.
11774 (minibuffer-with-setup-hook): Avoid warning.
11775 (mode-require-final-newline): Doc and custom fix.
11776
11777 * follow.el (follow-end-of-buffer): Use with-no-warnings.
11778
11779 * font-lock.el (font-lock-comment-face): On terminals with few colors,
11780 use the default appearance.
11781 (font-lock-comment-delimiter-face): New face, new variable.
11782
11783 * imenu.el (imenu--generic-function): The official position of a
11784 definition is the start of the line that BEG is in.
11785
11786 * midnight.el (midnight-timer): Move defvar up.
11787
11788 * mouse.el (mouse-drag-region-1): Delete some debugging code.
11789
11790 * saveplace.el (save-place-to-alist): Use with-no-warnings.
11791
11792 * startup.el (command-line): Use with-no-warnings.
11793
11794 * window.el (window-size-fixed): New defvar.
11795
11796 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
11797
11798 * mail/rmail.el (rmail-font-lock-keywords):
11799 Use font-lock-comment-delimiter-face.
11800
11801 * mail/sendmail.el (mail-font-lock-keywords):
11802 Use font-lock-comment-delimiter-face.
11803
11804 * progmodes/compile.el (next-error-highlight-timer): New defvar.
11805
11806 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
11807
11808 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11809 Specify t for LAXMATCH when matching directories.
11810 Save match data around compilation-compat-error-properties form.
11811
11812 2005-04-23 David Kastrup <dak@gnu.org>
11813
11814 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
11815 Mention that the autoloaded aliases should be kept for AUCTeX.
11816
11817 2005-04-23 Andreas Schwab <schwab@suse.de>
11818
11819 * isearch.el (isearch-forward): Doc fix.
11820
11821 2005-04-23 Eli Zaretskii <eliz@gnu.org>
11822
11823 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
11824 (jit-lock-stealth-nice): Change default value to 0.5.
11825
11826 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
11827
11828 * abbrev.el (write-abbrev-file): Write table entries in
11829 alphabetical order by table name.
11830
11831 2005-04-22 Kim F. Storm <storm@cua.dk>
11832
11833 * ido.el (ido-read-internal): Fix `list' completion.
11834
11835 2005-04-22 Kenichi Handa <handa@m17n.org>
11836
11837 * recentf.el (recentf-save-file-coding-system): New variable.
11838 (recentf-save-list): Encode the file by
11839 recentf-save-file-coding-system and add coding: tag.
11840
11841 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
11842
11843 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
11844
11845 2005-04-21 Lute Kamstra <lute@gnu.org>
11846
11847 * loadhist.el (unload-feature): Don't remove a function from hooks
11848 if it is about to be restored to an autoload . Remove functions
11849 that will become unbound from auto-mode-alist. Simplify the code.
11850
11851 * subr.el (assq-delete-all): New implementation that is linear,
11852 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
11853 (rassq-delete-all): New function.
11854
11855 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11856 Add size-indication-mode.
11857
11858 2005-04-21 Kenichi Handa <handa@m17n.org>
11859
11860 * international/mule-cmds.el: Add autoload for widget-value in
11861 eval-when-compile.
11862
11863 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
11864
11865 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11866 Add tooltip-mode.
11867
11868 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
11869
11870 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
11871
11872 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
11873 (inferior-lisp-filter-regexp, inferior-lisp-program)
11874 (inferior-lisp-load-command, inferior-lisp-prompt)
11875 (inferior-lisp-mode-hook, lisp-source-modes)
11876 (inferior-lisp-load-hook): defvar->defcustom.
11877 (inferior-lisp-program, inferior-lisp-prompt)
11878 (inferior-lisp-load-hook): Doc fixes.
11879 (inferior-lisp-install-letter-bindings): Small change in
11880 introductory comment.
11881
11882 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
11883
11884 * vc.el (vc-annotate-color-map): Change some colors so that text
11885 using them as foreground is readable on both white and black
11886 backgrounds.
11887
11888 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11889
11890 * international/mule-conf.el (translation-table-for-input):
11891 Remove redundant declaration.
11892
11893 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11894
11895 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
11896
11897 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
11898 (tooltip-toggle-gud-tips): New function.
11899
11900 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11901
11902 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
11903 right angle brackets.
11904
11905 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11906
11907 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
11908
11909 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11910
11911 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
11912 Remove. Update callers to use expand-file-name instead.
11913
11914 * subr.el (syntax-class): New function.
11915
11916 * simple.el (blink-matching-open): Use it.
11917
11918 * paren.el (show-paren-function): Use it to recognize parens that are
11919 also used in 2-char comment markers.
11920
11921 2005-04-19 Lute Kamstra <lute@gnu.org>
11922
11923 * loadhist.el (unload-feature): Update for new format of
11924 load-history. Simplify the code.
11925
11926 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11927
11928 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
11929 (mac-add-charset-info): New function. Initialize variable
11930 mac-charset-info-alist using it.
11931 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
11932 for translation.
11933 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
11934 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
11935 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
11936 New CCL programs.
11937
11938 2005-04-19 Kim F. Storm <storm@cua.dk>
11939
11940 * simple.el (next-buffer, prev-buffer, next-error)
11941 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11942 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
11943
11944 * bindings.el (next-buffer, prev-buffer, next-error)
11945 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11946 (clone-indirect-buffer-other-window): Move bindings from simple.el.
11947 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
11948 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
11949
11950 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11951
11952 * isearch.el (isearch-edit-string): Make the search-ring available for
11953 minibuffer history commands.
11954 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
11955 the default history commands now work just as well.
11956 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
11957
11958 2005-04-18 Kim F. Storm <storm@cua.dk>
11959
11960 * emulation/cua-base.el (cua--pre-command-handler): Add more
11961 elaborate check for shift modifier on non-window systems.
11962
11963 2005-04-18 Lars Hansen <larsh@math.ku.dk>
11964
11965 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
11966
11967 2005-04-18 Kim F. Storm <storm@cua.dk>
11968
11969 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
11970 and make it optional. Don't test tooltip-gud-echo-area here.
11971 (tooltip-gud-process-output, gdb-tooltip-print):
11972 Pass tooltip-gud-echo-area to tooltip-show.
11973 (tooltip-help-tips): Remove second optional arg to tooltip-show.
11974
11975 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11976
11977 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
11978 `display-graphic-p' may not be bound yet.
11979
11980 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
11981
11982 * startup.el (command-line): No longer enable Xterm Mouse mode by
11983 default in terminals compatible with xterm.
11984
11985 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
11986
11987 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
11988
11989 * tooltip.el (tooltip-gud-echo-area): Rename from
11990 tooltip-use-echo-area.
11991 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
11992 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
11993 area independently of where help tooltips are displayed.
11994
11995 2005-04-17 David Kastrup <dak@gnu.org>
11996
11997 * cus-theme.el (custom-theme-write-variables): Quote variables
11998 where necessary.
11999
12000 2005-04-17 Richard M. Stallman <rms@gnu.org>
12001
12002 * simple.el (yank-excluded-properties): Add follow-link to value.
12003
12004 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
12005
12006 * startup.el (fancy-splash-max-time): Just 30 seconds.
12007 (fancy-splash-delay): Just 7.
12008 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
12009
12010 * loadhist.el (unload-feature): Update for new format of load-history.
12011 Simplify the code.
12012
12013 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
12014 (rmail-font-lock-keywords): Don't fontify the text of a citation.
12015
12016 * mail/sendmail.el (mail-font-lock-keywords):
12017 Don't fontify subject text.
12018 Don't fontify the text of a citation.
12019
12020 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
12021
12022 * comint.el (comint-output-filter): Run comint-output-filter-functions
12023 with point where the user had it.
12024
12025 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12026
12027 * international/ucs-tables.el (ucs-set-table-for-input):
12028 Disable when using unify-on-decoding.
12029
12030 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
12031
12032 * emulation/cua-base.el (cua-global-mark-face): Add special case
12033 for displays supporting a high number of colors.
12034
12035 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
12036
12037 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
12038
12039 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
12040
12041 * filesets.el (filesets-add-buffer): If user supplies a name of a
12042 non-existing fileset, create a new fileset.
12043
12044 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
12045
12046 * textmodes/org.el (org-up-heading-all): Fix bug with
12047 `outline-up-heading-all'.
12048
12049 2005-04-16 Andreas Schwab <schwab@suse.de>
12050
12051 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
12052 /etc/permissions.d/* and /etc/aliases.d/*.
12053
12054 2005-04-16 Kenichi Handa <handa@m17n.org>
12055
12056 * international/code-pages.el (cp-make-coding-system):
12057 Set `translation-table-for-input' property value to the symbol
12058 ucs-mule-to-mule-unicode, not to that value.
12059 (pt154): Escape guillemet by `\'.
12060
12061 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
12062
12063 * loadup.el: Load tooltip if x-show-tip is fboundp.
12064
12065 * startup.el (command-line): Add comment.
12066
12067 * tooltip.el (tooltip-mode): Specify correct standard value for
12068 Custom in init-value.
12069
12070 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
12071
12072 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
12073 possible.
12074
12075 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
12076
12077 * textmodes/org.el (org-agenda-date-prompt): Rename from
12078 `org-agenda-date-today'.
12079 (org-evaluate-time-range): Insert at point instead of directly
12080 after time range.
12081 (org-first-headline-recenter, org-subtree-end-visible-p)
12082 (org-optimize-window-after-visibility-change): New functions
12083 (org-agenda-post-command-hook): Don't allow point at end of line,
12084 to make sure it always hits the text properties.
12085 (org-agenda-next-date-line, org-agenda-previous-date-line):
12086 New commands.
12087 (org-set-regexps-and-options): Category may contain white space.
12088 (org-agenda-get-deadlines, org-agenda-get-scheduled):
12089 Improve marker positions.
12090 (org-agenda-new-marker): Argument POS made optional.
12091 (org-agenda-get-timestamps): Deadlines which are done are listed
12092 in org-done-face now.
12093 (org-agenda-get-todos, org-agenda-get-timestamps)
12094 (org-agenda-get-deadlines, org-agenda-get-scheduled):
12095 Set `undone-face' and `done-face' properties.
12096 (org-last-todo-state-is-todo): New variable.
12097 (org-todo): Set `org-last-todo-state-is-todo'.
12098 (org-agenda-todo): Change face according to
12099 `org-last-todo-state-is-todo'. And change other lines referring to
12100 the same entry.
12101 (org-calendar-goto-agenda): New command.
12102 (org-calendar-to-agenda-key): New option.
12103 (org-startup-folded): New allowed value `content'.
12104 (org-set-regexps-and-options): Accept new value `content' for
12105 `org-startup-folded'.
12106 (org-get-current-options): Handle new value `content' for
12107 `org-startup-folded'.
12108 (org-insert-todo-heading): New command.
12109 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
12110 interactively in empty file and option
12111 `org-insert-mode-line-in-empty-file' has been set.
12112 (org-agenda-todo,org-agenda-priority): Modify to use
12113 `org-agenda-change-all-lines'.
12114 (org-warning-face): Change color on dark background
12115
12116 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12117
12118 * international/mule-cmds.el (set-locale-environment): On Mac OS,
12119 use preferences AppleLocale and AppleLanguages, and variable
12120 mac-system-locale for default locale. On Mac OS Classic, use
12121 mac-system-coding-system for default coding systems.
12122
12123 * term/mac-win.el: Don't set file-name-coding-system.
12124 Decode variables system-name, emacs-build-system, user-login-name, and
12125 user-full-name by mac-system-coding-system on Mac OS Classic.
12126 (mac-system-coding-system): New variable.
12127
12128 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
12129
12130 * startup.el (command-line): Handle `xterm-mouse-mode' before
12131 reading init file.
12132
12133 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
12134
12135 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
12136
12137 * progmodes/sh-script.el (sh-here-document-word): Make it a
12138 defcustom. Doc fix.
12139 (sh-add): Bash uses $(( )) for arithmetic.
12140 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
12141 (sh-maybe-here-document): Remove quotes and leading whitespace
12142 from heredoc word when closing. Indent heredoc with tabs if word
12143 starts with "-".
12144
12145 2005-04-13 Richard M. Stallman <rms@gnu.org>
12146
12147 * simple.el (undo): Fix previous change.
12148
12149 * custom.el (defface): Doc fix.
12150
12151 2005-04-13 Lute Kamstra <lute@gnu.org>
12152
12153 * Makefile.in (DONTCOMPILE): Remove list.
12154 (compile, compile-always): Don't use DONTCOMPILE.
12155 (update-authors): Load the library in which batch-update-authors
12156 is defined.
12157 * makefile.w32-in (DONTCOMPILE): Remove list.
12158 (compile, compile-always): Fix comments.
12159 (update-authors): Load the library in which batch-update-authors
12160 is defined.
12161
12162 * generic-x.el (generic-mode-ini-file-find-file-hook):
12163 Rename to ini-generic-mode-find-file-hook.
12164 Keep generic-mode-ini-file-find-file-hook as an alias.
12165 (ini-generic-mode-find-file-hook): Rename from
12166 generic-mode-ini-file-find-file-hook. Fix docstring.
12167 (ini-generic-mode): Docstring change.
12168 (bat-generic-mode-run-as-comint): Silence the byte compiler.
12169
12170 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
12171 called from lisp.
12172
12173 * generic.el: Move to the emacs-lisp subdir.
12174
12175 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
12176
12177 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
12178 and C-S- function and cursor motion keys.
12179
12180 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
12181
12182 * startup.el (command-line): Enable Xterm Mouse mode by default.
12183 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
12184 for Custom. No longer show "Mouse" in mode line when enabled.
12185 Doc fix.
12186
12187 2005-04-12 Kim F. Storm <storm@cua.dk>
12188
12189 * emulation/cua-base.el (cua-rectangle-face)
12190 (cua-rectangle-noselect-face): Define face attributes here.
12191
12192 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
12193
12194 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12195
12196 * startup.el (command-line): Turn off blinking cursor if
12197 cursorBlink in resources is off or false.
12198
12199 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12200
12201 * term/mac-win.el (dnd): Require dnd.
12202 (mac-drag-n-drop): Call dnd-handle-one-url.
12203 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
12204 (kTextEncodingISOLatin2): Remove constants.
12205 (mac-script-code-coding-systems): New constant.
12206 (mac-handle-language-change): New function.
12207 (special-event-map): Bind it to `language-change' event.
12208 (mac-centraleurroman, mac-cyrillic): New coding systems.
12209 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
12210 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
12211 and mac-cyrillic-encoder to encode-mac-centraleurroman and
12212 encode-mac-cyrillic, respectively.
12213
12214 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
12215
12216 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
12217 Don't set overlay-arrow-string to "=>" as this is done
12218 globally in C now.
12219
12220 2005-04-12 Lute Kamstra <lute@gnu.org>
12221
12222 * generic-x.el (rc-generic-mode, rul-generic-mode):
12223 Fix auto-mode-alist entries.
12224 (etc-fstab-generic-mode): Tweak fontification.
12225
12226 * generic.el (generic-make-keywords-list): Fix docstring.
12227 (generic-mode-internal): Simplify generic-font-lock-keywords.
12228
12229 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
12230
12231 * whitespace.el (whitespace-buffer-leading)
12232 (whitespace-buffer-trailing): Revert the incorrect test inversion.
12233 However, fix the highlight area for the leading and
12234 trailing whitespaces to show space.
12235
12236 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
12237
12238 * whitespace.el (whitespace-version): Bump to 3.5
12239
12240 (whitespace-buffer-leading, whitespace-buffer-trailing):
12241 Invert sense of the test to highlight the whitespace.
12242
12243 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
12244
12245 * progmodes/gud.el (gud-display-line): GUD uses its own
12246 overlay arrow now so don't set overlay-arrow-string.
12247 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
12248
12249 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
12250
12251 * term.el (term-ansi-current-bold, term-ansi-current-underline)
12252 (term-ansi-current-reverse, term-ansi-current-invisible)
12253 (term-ansi-face-already-done): Change to boolean.
12254 (term-reset-terminal, term-handle-colors-array): Handle the above
12255 vars accordingly.
12256 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
12257 (term-emulate-terminal): Use the new name.
12258
12259 * faces.el (secondary-selection): Use yellow1, not yellow.
12260 (trailing-whitespace): Use red1, not red.
12261
12262 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12263
12264 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
12265 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
12266 (dired-dnd-handle-file): Call dnd-get-local-file-uri
12267
12268 * cus-edit.el (dnd): New group.
12269
12270 * term/w32-win.el (dnd): Require dnd
12271 (w32-drag-n-drop): Call dnd-handle-one-url.
12272
12273 * x-dnd.el: Require dnd.
12274 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
12275 Call dnd-handle-one-url.
12276 (x-dnd-types-alist, x-dnd-insert-utf8-text)
12277 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
12278 to dnd-insert-text.
12279 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
12280 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
12281 (x-dnd-get-local-file-name, x-dnd-open-local-file)
12282 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
12283
12284 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
12285
12286 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12287
12288 * wdired.el: Doc fixes.
12289 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
12290 (wdired-use-dired-vertical-movement): Rename from
12291 wdired-always-move-to-filename-beginning.
12292 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
12293 (wdired-change-to-wdired-mode): Change mode name.
12294 (wdired-newline): Delete.
12295
12296 2005-04-11 Richard M. Stallman <rms@gnu.org>
12297
12298 * whitespace.el (whitespace-highlight-the-space):
12299 Don't call whitespace-unhighlight-the-space here.
12300
12301 * simple.el (undo): Record t in undo-equiv-table
12302 for the redo record made by an undo-in-region.
12303
12304 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
12305
12306 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
12307 (gdb-frame-inferior-io-buffer): New Functions to control
12308 display of separate IO buffer.
12309 (menu): Add them to menu-bar.
12310 (gdb-display-buffer): Check for buffer another frame.
12311 Protect GUD buffer.
12312 (gdb-setup-windows): Create IO buffer if not already there.
12313 (gdb-memory-mode): Remove purecopy noops.
12314
12315 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
12316
12317 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
12318 and pass to self-insert-command.
12319
12320 2005-04-11 Lute Kamstra <lute@gnu.org>
12321
12322 * generic.el: Commentary section cleanup.
12323 (generic): Delete.
12324 (generic-use-find-file-hook, generic-lines-to-scan)
12325 (generic-find-file-regexp, generic-ignore-files-regexp)
12326 (default-generic-mode, generic-mode-find-file-hook)
12327 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
12328 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
12329 (generic-use-find-file-hook, generic-lines-to-scan)
12330 (generic-find-file-regexp, generic-ignore-files-regexp)
12331 (default-generic-mode, generic-mode-find-file-hook)
12332 (generic-mode-ini-file-find-file-hook): Move from generic.el.
12333
12334 2005-04-10 Karl Fogel <kfogel@red-bean.com>
12335
12336 * bookmark.el (bookmark-write-file): Catch errors writing file.
12337 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
12338
12339 2005-04-10 Richard M. Stallman <rms@gnu.org>
12340
12341 * startup.el (fancy-splash-tail): Update copyright year.
12342 (command-line): Split part of -Q into -D.
12343 (emacs-basic-display): New defvar.
12344 (fancy-splash-text): Correct name of menu item.
12345
12346 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
12347
12348 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
12349 lines in one node.
12350
12351 * comint.el (comint-send-input): New arg ARTIFICIAL.
12352 Callers in this file changed.
12353
12354 * abbrev.el (define-abbrevs): Read system abbrevs properly.
12355
12356 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
12357
12358 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
12359
12360 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
12361 `ldap-search-internal'.
12362
12363 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12364
12365 * files.el (set-auto-mode-1): Use line-end-position.
12366
12367 * international/latin-1.el:
12368 * international/latin-2.el:
12369 * international/latin-3.el:
12370 * international/latin-4.el:
12371 * international/latin-5.el:
12372 * international/latin-8.el:
12373 * international/latin-9.el: Give punctuation syntax to NBSP.
12374
12375 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
12376 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
12377 Use char-classes to accept non-ascii letters, accepted in some recent
12378 bibtex implementations.
12379
12380 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
12381
12382 * custom.el (custom-set-minor-mode): Any non-nil value for the
12383 variable should enable the mode when set through Custom.
12384
12385 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12386
12387 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
12388 TAB binding so tab-always-indent is obeyed.
12389 (vhdl-minibuffer-local-map): Move initialization into declaration.
12390 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
12391 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
12392 (vhdl-hooked-abbrev): Avoid test for XEmacs.
12393 (vhdl-current-line): Use line-beginning-position.
12394 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
12395 with-output-to-temp-buffer, so the current position can be recorded.
12396
12397 2005-04-10 Masatake YAMATO <jet@gyve.org>
12398
12399 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12400 Add regexp for gcov.
12401
12402 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12403
12404 * calendar/time-date.el (time-to-seconds, seconds-to-time)
12405 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
12406 syntax which Emacs 20 doesn't support.
12407
12408 2005-04-09 Richard M. Stallman <rms@gnu.org>
12409
12410 * help.el (describe-key-briefly, describe-key):
12411 Replace strings as event types with "(any string)".
12412
12413 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12414
12415 * arc-mode.el (archive-mode-map): Move initialization into
12416 the declaration. Override *all* bindings of `undo'.
12417 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
12418
12419 2005-04-09 Jay Belanger <belanger@truman.edu>
12420
12421 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
12422
12423 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12424
12425 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
12426 (xterm-register-default-colors): Update color values computation
12427 to match xterm-200.
12428
12429 2005-04-09 Kenichi Handa <handa@m17n.org>
12430
12431 * international/code-pages.el (iso-latin-7): Fix the map.
12432
12433 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
12434
12435 * emacs-lisp/lisp.el (defun-prompt-regexp)
12436 (parens-require-spaces, buffer-end, end-of-defun)
12437 (insert-parentheses): Doc fixes.
12438
12439 2005-04-08 Kim F. Storm <storm@cua.dk>
12440
12441 * comint.el (comint-highlight-prompt): Fix face spec.
12442 * hi-lock.el (hi-green): Likewise.
12443
12444 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
12445
12446 * cus-edit.el (custom-modified-face):
12447 * comint.el (comint-highlight-input): Fix previous changes.
12448 * term.el (term-handle-ansi-escape): Add a comment.
12449
12450 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12451
12452 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
12453 in the buffer and in whitespace-highlighted-space.
12454 (whitespace-unhighlight-the-space): Simplify.
12455 (whitespace-buffer): Simplify.
12456
12457 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
12458
12459 * textmodes/table.el (table-cell-face): Add special case for
12460 displays supporting a high number of colors.
12461 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12462 (vhdl-font-lock-reserved-words-face)
12463 (vhdl-speedbar-architecture-face)
12464 (vhdl-speedbar-instantiation-face)
12465 (vhdl-speedbar-architecture-selected-face)
12466 (vhdl-speedbar-instantiation-selected-face): Likewise.
12467 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
12468 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
12469 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12470 (ebrowse-root-class-face, ebrowse-member-attribute-face)
12471 (ebrowse-progress-face): Likewise.
12472 * progmodes/compile.el (compilation-info-face): Likewise.
12473 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
12474 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
12475 * calendar/calendar.el (diary-face): Likewise.
12476 * woman.el (woman-italic-face, woman-bold-face)
12477 (woman-unknown-face): Likewise.
12478 * wid-edit.el (widget-button-pressed-face): Likewise.
12479 * whitespace.el (whitespace-highlight-face): Likewise.
12480 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
12481 * pcvs-info.el (cvs-marked-face): Likewise.
12482 * info.el (info-xref): Likewise.
12483 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
12484 * hilit-chg.el (highlight-changes-face)
12485 (highlight-changes-delete-face): Likewise.
12486 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
12487 (hi-red-b): Likewise.
12488 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
12489 * font-lock.el (font-lock-keyword-face)
12490 (font-lock-function-name-face, font-lock-warning-face): Likewise.
12491 * cus-edit.el (custom-invalid-face, custom-modified-face)
12492 (custom-set-face, custom-changed-face, custom-variable-tag-face)
12493 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
12494 * comint.el (comint-highlight-prompt): Likewise.
12495
12496 2005-04-08 Lute Kamstra <lute@gnu.org>
12497
12498 * font-lock.el (font-lock-keywords): Docstring fixes.
12499
12500 2005-04-08 Kenichi Handa <handa@m17n.org>
12501
12502 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
12503 chars are more than a limit, print " and more..." at the tail.
12504
12505 2005-04-08 Kim F. Storm <storm@cua.dk>
12506
12507 * emacs-lisp/authors.el (authors-aliases): Update list.
12508 (authors-ignored-files): New list.
12509 (authors-fixed-entries): Fix typo.
12510 (authors-renamed-files-alist): Update list.
12511 (authors-add): Check authors-ignored-files.
12512
12513 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
12514
12515 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
12516 optional, to ensure backward compatibility.
12517
12518 2005-04-08 Stephen Eglen <stephen@gnu.org>
12519
12520 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
12521
12522 2005-04-08 Kim F. Storm <storm@cua.dk>
12523
12524 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
12525
12526 * mouse.el (mouse-on-link-p): Doc fix.
12527
12528 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
12529
12530 * ielm.el (ielm-prompt-read-only): Doc fix.
12531
12532 * comint.el (comint-prompt-read-only): Doc fix.
12533
12534 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
12535
12536 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
12537 ensure dired always handles wildcards passed to ffap.
12538 (find-file-at-point): Use it.
12539 (ffap-dired-wildcards): Doc fix.
12540
12541 2005-04-07 Juri Linkov <juri@jurta.org>
12542
12543 * simple.el (next-error-overlay-arrow-position): New defvar.
12544 Put "=>" on its property `overlay-arrow-string'. Add it to
12545 `overlay-arrow-variable-list'.
12546
12547 * progmodes/compile.el (compilation-setup):
12548 Set `next-error-overlay-arrow-position' to nil. Also set it to
12549 nil in the local hook `kill-buffer-hook'. Make local variable
12550 `overlay-arrow-string' and set it to "=>".
12551 (compilation-goto-locus): Set BOL position to
12552 `next-error-overlay-arrow-position' instead of
12553 `overlay-arrow-position'.
12554
12555 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
12556 locally instead of adding it to the global hook.
12557 (Info-kill-buffer): Move up.
12558
12559 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
12560
12561 * term/xterm.el (xterm-standard-colors): Update color values from
12562 xterm-200.
12563
12564 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
12565
12566 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
12567
12568 * fast-lock.el:
12569 * lazy-lock.el: Move them to the obsolete subdir.
12570
12571 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12572
12573 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
12574 (wdired-add-replace-advice): Remove.
12575 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
12576
12577 2005-04-06 Kim F. Storm <storm@cua.dk>
12578
12579 * startup.el (command-line): Add --bare-bones alias for -Q.
12580
12581 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12582
12583 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
12584 create the startup fontset if a font specification ends with
12585 `mac-roman'.
12586
12587 2005-04-06 Lute Kamstra <lute@gnu.org>
12588
12589 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
12590 change.
12591
12592 * emacs-lisp/copyright.el (copyright-update-year): Replace the
12593 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
12594
12595 2005-04-05 Lute Kamstra <lute@gnu.org>
12596
12597 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
12598 (define-generic-mode): Ditto. Fix debug declaration.
12599
12600 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12601 Put them in the generic-x group.
12602
12603 * calendar/timeclock.el (timeclock): Doc fix.
12604
12605 * generic.el (define-generic-mode): Don't use custom-current-group.
12606 Document default :group value.
12607 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
12608 (define-global-minor-mode): Don't use custom-current-group.
12609
12610 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
12611
12612 * startup.el (command-line-1): Display startup-echo-area-message
12613 when fancy splash screen is in use.
12614
12615 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
12616 (sh-escaped-newline): New face.
12617 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
12618 newline, and use sh-escaped-newline face.
12619
12620 * progmodes/tcl.el (tcl-escaped-newline): New face.
12621 (tcl-builtin-list): New variable.
12622 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
12623 newlines. Fix keywords subexpression number.
12624
12625 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
12626
12627 * textmodes/org.el (org-diary-default-entry): Fix call to
12628 `add-to-diary-entry'.
12629
12630 2005-04-05 Kim F. Storm <storm@cua.dk>
12631
12632 * ediff-init.el: Use (featurep 'xemacs).
12633
12634 2005-04-05 David Ponce <david@dponce.com>
12635
12636 * cus-edit.el (face): Derive from symbol widget. Display sample
12637 of the current face on the fly.
12638 (widget-face-sample-face-get, widget-face-notify): New functions.
12639 (widget-face-value-create): Remove.
12640
12641 * wid-edit.el (widget-field-end): Temporarily remove field
12642 narrowing before to call `get-char-property'.
12643
12644 2005-04-04 Jay Belanger <belanger@truman.edu>
12645
12646 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
12647 (math-read-subscripts): New variable.
12648 (math-read-preprocess-string): Process subscripts.
12649
12650 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
12651
12652 * comint.el (comint-prompt-read-only): Doc fix.
12653
12654 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
12655 `-1'. Doc fix.
12656
12657 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
12658
12659 * textmodes/org.el (org-insert-mode-line-in-empty-file):
12660 Change default value to nil.
12661
12662 2005-04-04 Lute Kamstra <lute@gnu.org>
12663
12664 * autorevert.el (auto-revert-mode): Specify :group.
12665 * battery.el (display-battery-mode): Specify :group.
12666 * diff-mode.el (diff-minor-mode): Specify :group.
12667 * font-core.el (font-lock-mode): Specify :group.
12668 * hl-line.el (hl-line-mode): Specify :group.
12669 * iimage.el (iimage): New customization group.
12670 (iimage-mode): Specify :group.
12671 * longlines.el (longlines-mode): Specify :group.
12672 * master.el: Don't require easy-mmode.
12673 (master): New customization group.
12674 (master-mode): Specify :group.
12675 * msb.el (msb-mode): Specify :group.
12676 * reveal.el (reveal-mode): Specify :group.
12677 * simple.el (next-error-follow-minor-mode): Specify :group.
12678 * smerge-mode.el (smerge-mode): Specify :group.
12679 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
12680 * emulation/cua-base.el (cua-mode): Specify :group.
12681 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
12682 * language/thai-util.el (thai-auto-composition-mode)
12683 (thai-word-mode): Specify :group.
12684 * mail/supercite.el (sc-minor-mode): Specify :group.
12685 * progmodes/cwarn.el (cwarn-mode): Specify :group.
12686 * progmodes/flymake.el (flymake-mode): Specify :group.
12687 * progmodes/glasses.el (glasses-mode): Specify :group.
12688 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
12689 * textmodes/enriched.el (enriched-mode): Specify :group.
12690 * textmodes/refill.el (refill-mode): Specify :group.
12691
12692 * add-log.el (change-log-font-lock-keywords): Names in
12693 parenthesized lists can contain spaces.
12694
12695 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
12696
12697 * startup.el (fancy-splash-text): Shorten default text of
12698 "Emacs Tutorial" line. Also, if the current language env
12699 indicates an available tutorial file other than TUTORIAL,
12700 extract its title and append it to the line in parentheses.
12701 (fancy-splash-insert): If arg is a thunk, funcall it.
12702
12703 2005-04-04 Jay Belanger <belanger@truman.edu>
12704
12705 * calc.el (calc-language-alist): Add tags to customization type.
12706
12707 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
12708
12709 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
12710 Doc fix.
12711
12712 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
12713
12714 * add-log.el (change-log-font-lock-keywords): The manual
12715 describing a Change Log entry, says: (...) "Aside from these
12716 header lines, every line in the change log starts with a space or
12717 a tab.". The font-lock was not highlighting lines started with
12718 spaces, added support for it.
12719
12720 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12721
12722 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
12723 (bibtex-generate-url-list): Update docstring accordingly. Put the
12724 complex example in the docstring.
12725 (bibtex-font-lock-url): Use pop.
12726
12727 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12728
12729 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
12730
12731 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
12732
12733 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
12734
12735 * filesets.el (filesets-set-default): Doc fix.
12736
12737 2005-04-03 Lute Kamstra <lute@gnu.org>
12738
12739 * generic.el (define-generic-mode): Add argument to specify
12740 keywords for defcustom.
12741 (default-generic-mode): Specify :group.
12742
12743 * generic-x.el: Specify :group for all generic modes.
12744
12745 * desktop.el (desktop-no-desktop-file-hook)
12746 (desktop-after-read-hook): Doc fix.
12747
12748 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
12749
12750 * simple.el (visible-mode): Use explicit :group keyword.
12751 This changes the group of `visible-mode-hook' from paren-blinking
12752 to editing-basics.
12753
12754 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
12755
12756 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
12757 mailbox specifications as well as URLs.
12758 (rmail-insert-inbox-text): Remove unused conditional branches.
12759
12760 2005-04-01 Jay Belanger <belanger@truman.edu>
12761
12762 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12763 (calc-gnuplot-print-command): Move definitions to calc.el.
12764
12765 * calc/calc-embed.el (calc-embedded-announce-formula)
12766 (calc-embedded-open-formula, calc-embedded-close-formula)
12767 (calc-embedded-open-word, calc-embedded-close-word)
12768 (calc-embedded-open-plain, calc-embedded-close-plain)
12769 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
12770 (calc-embedded-open-mode, calc-embedded-close-mode):
12771 Move definitions to calc.el.
12772
12773 * calc/calc.el (calc-settings-file, calc-language-alist):
12774 Make customizable.
12775 (calc-embedded-announce-formula, calc-embedded-open-formula)
12776 (calc-embedded-close-formula, calc-embedded-open-word)
12777 (calc-embedded-close-word, calc-embedded-open-plain)
12778 (calc-embedded-close-plain, calc-embedded-open-new-formula)
12779 (calc-embedded-close-new-formula, calc-embedded-open-mode)
12780 (calc-embedded-close-mode, calc-gnuplot-name)
12781 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
12782 from other files and make customizable.
12783
12784 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12785
12786 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
12787 Use buffer-live-p.
12788 (cvs-mode-run): Don't call cvs-update-header here.
12789 (cvs-run-process): Call cvs-update-header.
12790 Use process properties for cvs-postprocess and cvs-buffer so that
12791 the sentinel can behave better if the temp buffer is killed.
12792 Use a pipe rather than a tty, to better handle unexpected prompts.
12793 (cvs-sentinel): Rewrite. Call cvs-update-header.
12794
12795 2005-04-01 Andre Spiegel <spiegel@gnu.org>
12796
12797 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
12798 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
12799
12800 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12801
12802 * generic.el (define-generic-mode): Add indentation rule.
12803
12804 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
12805
12806 * files.el (mode-require-final-newline): Make Custom correctly
12807 report a nil value and allow to set it to nil via Custom.
12808 Doc fix.
12809
12810 2005-04-01 Kenichi Handa <handa@m17n.org>
12811
12812 * international/characters.el: Enable the correct case setting for
12813 dotless-i and dotted-I.
12814
12815 2005-04-01 Kim F. Storm <storm@cua.dk>
12816
12817 * ido.el (ido-file-internal): Fall back to non-ido command if
12818 initial directory is on slow ftp (or tramp) host.
12819
12820 2005-03-31 Richard M. Stallman <rms@gnu.org>
12821
12822 * emacs-lisp/autoload.el (make-autoload):
12823 Handle define-global-minor-mode.
12824
12825 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12826 Rename from easy-mmode-define-global-mode.
12827 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
12828
12829 * progmodes/scheme.el (scheme-mode-syntax-table):
12830 Update syntax of | and # for two-character comment syntax.
12831
12832 2005-03-31 Lute Kamstra <lute@gnu.org>
12833
12834 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
12835 (define-minor-mode): Call custom-current-group at load-time.
12836
12837 * generic.el (define-generic-mode): Add debug declaration.
12838 Add defcustom for the mode hook.
12839 (generic-mode-internal): Use run-mode-hooks.
12840
12841 2005-03-31 Kim F. Storm <storm@cua.dk>
12842
12843 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
12844 (mouse-fixup-help-message): New defun called by show_help_echo
12845 to fixup mouse-2 prefix in help messages when applicable.
12846
12847 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
12848
12849 2005-03-31 Kenichi Handa <handa@m17n.org>
12850
12851 * language/thai-word.el (thai-find-word-ends): Pay attention to
12852 the case that we reach the end of buffer.
12853
12854 * textmodes/fill.el (fill-text-properties-at): New function.
12855 (fill-newline): Use fill-text-properties-at instead of
12856 text-properties-at.
12857
12858 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12859
12860 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
12861 not comint-quote-filename.
12862
12863 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
12864
12865 * help-fns.el (help-with-tutorial): Revert last change.
12866
12867 2005-03-31 Kim F. Storm <storm@cua.dk>
12868
12869 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
12870
12871 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
12872
12873 * calendar/cal-china.el: Update reference to "Calendrical
12874 Calculations" book; there's a new edition.
12875 * calendar/cal-coptic.el: Likewise.
12876 * calendar/cal-french.el: Likewise.
12877 * calendar/cal-hebrew.el: Likewise.
12878 * calendar/cal-islam.el: Likewise.
12879 * calendar/cal-iso.el: Likewise.
12880 * calendar/cal-julian.el: Likewise.
12881 * calendar/cal-mayan.el: Likewise.
12882 * calendar/cal-persia.el: Likewise.
12883 * calendar/calendar.el: Likewise.
12884 * calendar/holidays.el: Likewise.
12885 * calendar/lunar.el: Likewise.
12886 * calendar/solar.el: Likewise.
12887
12888 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
12889 white space from doc string.
12890
12891 2005-03-30 Jay Belanger <belanger@truman.edu>
12892
12893 * calc/calc-help.el (calc-full-help): Remove email address.
12894
12895 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
12896
12897 * help-fns.el (help-with-tutorial): Delete title line.
12898
12899 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12900
12901 * calendar/cal-x.el (calendar-one-frame-setup)
12902 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
12903 rather than 'symbol for set-window-dedicated-p.
12904
12905 * calendar/appt.el (appt-buffer-name): Make it a constant.
12906 (appt-add): Doc fix.
12907
12908 * filesets.el (filesets-menu-path, filesets-menu-before)
12909 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
12910 (filesets-menu-cache-file): Use directory ~/.emacs.d.
12911 (filesets-add-submenu): Delete and use add-submenu instead.
12912
12913 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
12914
12915 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
12916 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
12917 (org-diary-default-entry): New function.
12918 (org-get-entries-from-diary): Better parsing of diary entries.
12919 (org-agenda-check-no-diary): New function.
12920 ("diary-lib"): Advice to function `add-to-diary-list', to allow
12921 linking to diary entries.
12922 (org-agenda-execute-calendar-command): New function.
12923 (org-agenda): Improve visible section in window.
12924 Use `org-fit-agenda-window'.
12925 (org-fit-agenda-window): New option.
12926 (org-move-subtree-down): Better handling of empty lines
12927 at end of subtree.
12928 (org-cycle): Numeric prefix is interpreted now as show-subtree N
12929 levels up.
12930 (org-fontify-done-headline): New option.
12931 (org-headline-done-face): New face.
12932 (org-set-font-lock-defaults): Use `org-headline-done-face'.
12933 (org-table-copy-down): Rename from `org-table-copy-from-above'.
12934 When current field is non-empty, it is copied to next row.
12935 (org-table-copy-from-above): Fix bug which made it
12936 impossible to copy fields containing only a single non-white character.
12937
12938 2005-03-30 Kim F. Storm <storm@cua.dk>
12939
12940 * kmacro.el (kmacro-end-macro): Isearch may store this command
12941 into the macro -- so ignore it when executing keyboard macro.
12942
12943 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12944
12945 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
12946
12947 2005-03-29 Kenichi Handa <handa@m17n.org>
12948
12949 * language/thai.el ("Thai"): Set setup-function and exit-function
12950 for Thai language environment.
12951
12952 * language/thai-util.el: Require thai-word.
12953 (thai-word-mode-map): New variable.
12954 (thai-word-mode): New minor mode.
12955 (setup-thai-language-environment-internal): New function.
12956 (exit-thai-language-environment-internal): New function.
12957
12958 * language/thai-word.el (thai-word-table): Declare it by defvar,
12959 use dolist to initialize it.
12960 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
12961 (thai-fill-find-break-point): New functions.
12962
12963 2005-03-29 Richard M. Stallman <rms@gnu.org>
12964
12965 * simple.el (idle-update-delay): Move definition up.
12966 (set-mark): Doc fix.
12967
12968 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
12969
12970 * longlines.el: New file.
12971
12972 * simple.el (buffer-substring-filters): New variable.
12973 (filter-buffer-substring): New function.
12974 (kill-region, copy-region-as-kill): Use it.
12975
12976 * register.el (copy-to-register, append-to-register)
12977 (prepend-to-register): Use filter-buffer-substring.
12978
12979 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12980
12981 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
12982 (gud-filter-pending-text): Move in front of gdb.
12983 (gud-overlay-arrow-position): New variable.
12984 (gud-sentinel, gud-display-line): Use it in place of
12985 overlay-arrow-position.
12986
12987 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
12988
12989 * progmodes/fortran.el (fortran-if-indent): Doc fix.
12990 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
12991 (fortran-font-lock-keywords-4): New variable.
12992 (fortran-blocks-re, fortran-end-block-re)
12993 (fortran-start-block-re): New constants, for hideshow.
12994 (hs-special-modes-alist): Add a Fortran entry.
12995 (fortran-mode-map): Bind fortran-end-of-block,
12996 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
12997 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
12998 (fortran-looking-at-if-then, fortran-end-of-block)
12999 (fortran-beginning-of-block): New functions, for hideshow.
13000
13001 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
13002 Doc fix. Tweak regexp.
13003 (f90-beginning-of-block): Push mark first.
13004
13005 2005-03-29 Jay Belanger <belanger@truman.edu>
13006
13007 * calc/calc.el: Update copyright date.
13008 (calc-version): Increase to 2.1.
13009 (calc-version-date): Remove.
13010
13011 * calc/calc-help.el: Update copyright date.
13012 (calc-full-help): Remove reference to calc-version-date.
13013 Update copyright date.
13014
13015 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13016
13017 * vc.el (vc-do-command): Use a pipe for async processes, so password
13018 prompts don't show up at places where the user can't reply.
13019
13020 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
13021
13022 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
13023 on the file name we pass to the inferior shell.
13024
13025 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13026
13027 * progmodes/which-func.el (which-function): Be robust in the face of an
13028 imenu--make-index-alist failure.
13029
13030 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13031
13032 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
13033
13034 * progmodes/python.el (python-preoutput-filter): Fix last change.
13035
13036 2005-03-29 Lute Kamstra <lute@gnu.org>
13037
13038 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
13039 functions and compiled macros.
13040 (debug-convert-byte-code): Handle macros too.
13041 (debug-on-entry-1): Don't signal an error when trying to clear a
13042 function that is not set to debug on entry.
13043
13044 2005-03-29 Jay Belanger <belanger@truman.edu>
13045
13046 * calc/calc-lang.el: Add functions to math-function-table
13047 properties of tex and math.
13048
13049 2005-03-29 Kenichi Handa <handa@m17n.org>
13050
13051 * ps-mule.el (ps-mule-plot-string): Translate characters by
13052 ps-print-translation-table.
13053 (ps-mule-begin-job): Call find-charset-region/string with
13054 ps-print-translation-table.
13055 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
13056
13057 * ps-print.el (ps-print-translation-table): New variable.
13058 (ps-plot-region): Translate characters by ps-print-translation-table.
13059
13060 2005-03-29 Juri Linkov <juri@jurta.org>
13061
13062 * simple.el (next-error-highlight-timer): New variable.
13063
13064 * progmodes/compile.el (compilation-goto-locus):
13065 Use `next-error-highlight-timer' instead of `sit-for'.
13066
13067 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13068
13069 * mail/supercite.el (sc-mail-field): Use assoc-string.
13070 (sc-get-address): Simplify regexps.
13071
13072 * files.el (minibuffer-with-setup-hook): New macro.
13073 (find-file-read-args): Use it to avoid let-binding
13074 minibuffer-with-setup-hook (which breaks turning on/off
13075 file-name-shadow-mode while in the prompt).
13076
13077 * complete.el (PC-read-include-file-name-internal):
13078 Use test-completion.
13079
13080 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
13081
13082 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
13083
13084 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13085
13086 * window.el (window-buffer-height): Use count-screen-lines.
13087
13088 * progmodes/python.el (python-preoutput-leftover): New var.
13089 (python-preoutput-filter): Use it.
13090 (python-send-receive): Loop until all the result has been received.
13091
13092 2005-03-28 Juri Linkov <juri@jurta.org>
13093
13094 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
13095
13096 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
13097 "Recover Crashed Session".
13098 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
13099 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
13100 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
13101 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
13102 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
13103 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
13104 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
13105 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
13106
13107 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
13108 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
13109 Ediff Sessions", "Toggle use of separate control buffer frame",
13110 "Use separate frame for Ediff control buffer".
13111
13112 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
13113 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
13114 "Rename Bookmark", "Delete Bookmark".
13115
13116 * info.el (Info-mode-menu): Remove ellipsis from "Index".
13117 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
13118 Add `:active Info-index-alternatives' to "Next Matching Item".
13119
13120 * wdired.el (wdired-change-to-wdired-mode):
13121 Mention `wdired-abort-changes' key in the initial message.
13122
13123 * international/mule.el (auto-coding-alist): Associate non-ascii
13124 image filename extensions with `no-conversion'.
13125
13126 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13127
13128 * international/iso-acc.el:
13129 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
13130
13131 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
13132
13133 * textmodes/sgml-mode.el (html-mode): Doc update.
13134
13135 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
13136
13137 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
13138
13139 * term.el (term-move-columns): Fix face after extending a line.
13140 (term-insert-spaces): Likewise.
13141 (term-reset-terminal): Fix off by one error.
13142
13143 2005-03-26 Eli Zaretskii <eliz@gnu.org>
13144
13145 * international/mule.el (auto-coding-alist): Add .xpi files.
13146
13147 * files.el (auto-mode-alist): Add .xpi files.
13148
13149 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
13150
13151 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
13152
13153 2005-03-26 Eli Zaretskii <eliz@gnu.org>
13154
13155 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
13156
13157 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
13158
13159 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
13160 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
13161
13162 * calendar/cal-move.el (calendar-beginning-of-year): Move the
13163 cursor to Jan 1 when needed.
13164 (calendar-end-of-year): Fix -/+ typo.
13165 Reported by Chong Yidong <cyd@stupidchicken.com>.
13166
13167 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13168
13169 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
13170
13171 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
13172 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
13173
13174 2005-03-25 Richard M. Stallman <rms@gnu.org>
13175
13176 * filesets.el (filesets-init): Add autoload.
13177
13178 * mail/mailalias.el (mail-directory): Doc fix.
13179
13180 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13181
13182 * mail/mailalias.el (mail-directory-process): Do nothing if
13183 mail-directory-process is an atom.
13184 (mail-get-names): Ignore mail-directory-names if it is an atom.
13185 (mail-directory-process defvar): Doc fix.
13186 (mail-names): Doc fix.
13187
13188 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
13189
13190 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
13191
13192 2005-03-26 Kenichi Handa <handa@m17n.org>
13193
13194 * international/mule-util.el (detect-coding-with-priority):
13195 Call update-coding-systems-internal before detect-coding-region.
13196
13197 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
13198
13199 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
13200 (gdb-frames-mode-map): Add follow-link property.
13201
13202 2005-03-25 Jay Belanger <belanger@truman.edu>
13203
13204 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
13205 for variables.
13206
13207 2005-03-25 Juri Linkov <juri@jurta.org>
13208
13209 * image-mode.el: Optimize image filename extension regexps in
13210 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
13211 in `auto-mode-alist'.
13212 (image-mode): Add `image-toggle-display-text' to local hook
13213 `change-major-mode-hook'. Display the image as an image by
13214 default. Set `cursor-type' and `truncate-lines' if the image
13215 is already displayed. Take into account the current mode (image
13216 or text) in message.
13217 (image-minor-mode): New minor mode.
13218 (image-mode-maybe, image-toggle-display-text): New functions.
13219 (image-toggle-display): Use called-interactively-p.
13220 Let-bind `inhibit-read-only' to t.
13221
13222 * image-mode.el (image-minor-mode): Set `cursor-type' and
13223 `truncate-lines' if the image is already displayed. Add turning
13224 image-minor-mode off to `change-major-mode-hook'. Add message.
13225 Call `image-toggle-display-text' after turning image-minor-mode off.
13226
13227 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
13228
13229 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
13230 Terminal.app, use utf-8.
13231 (set-display-table-and-terminal-coding-system): Add coding-system arg.
13232 (set-locale-environment): Use it.
13233
13234 * term/xterm.el: Undo last change, better done in mule-cmds.el.
13235
13236 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
13237
13238 * progmodes/python.el (python-close-block-statement-p)
13239 (python-outdent-p, python-current-defun): Use symbol-end.
13240
13241 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13242
13243 * files.el (save-some-buffers): Doc fix.
13244
13245 2005-03-25 Werner Lemberg <wl@gnu.org>
13246
13247 * complete.el, thumbs.el: Replace `legal' with `valid'.
13248 * calendar/calendar.el: Replace `legal' with `valid'.
13249 * emacs-lisp/advice.el: Replace `legal' with `valid'.
13250 * mail/supercite.el: Replace `legal' with `valid'.
13251 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
13252 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
13253 Replace `legal' with `valid'.
13254 * textmodes/reftex-vars.el, textmodes/reftex.el:
13255 Replace `legal' with `valid'.
13256
13257 2005-03-25 Werner Lemberg <wl@gnu.org>
13258
13259 * calc/calc-forms.el, calc/calc-sel.el:
13260 * midnight.el, vc-cvs.el:
13261 * emacs-lisp/cl-macs.el:
13262 * emulation/vip.el:
13263 * eshell/esh-io.el, eshell/esh-var.el:
13264 * mail/supercite.el:
13265 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
13266 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
13267 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
13268 * progmodes/sh-script.el, progmodes/xscheme.el:
13269 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
13270 * textmodes/reftex-index.el, textmodes/reftex-parse.el
13271 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
13272 * textmodes/reftex.el, textmodes/org.el:
13273 Replace `illegal' with `invalid'.
13274
13275 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13276
13277 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
13278 (flymake-find-buildfile, flymake-find-possible-master-files)
13279 (flymake-check-include, flymake-parse-line): Replace loops over the
13280 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
13281
13282 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
13283 Substitute file-name-as-directory in the rest of the file.
13284 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
13285 (flymake-replace-region): Remove unused arg `buffer'.
13286 (flymake-check-patch-master-file-buffer): Update calls to it.
13287 (flymake-add-err-info): Remove unused var `count'.
13288 (flymake-mode): Use define-minor-mode.
13289
13290 * progmodes/flymake.el: Use with-current-buffer.
13291 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
13292 flymake-replace-regexp-in-string, flymake-line-beginning-position)
13293 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
13294 Avoid testing for `xemacs'.
13295 (flymake-nop): Move.
13296 (flymake-region-has-flymake-overlays): Return the computed value.
13297 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
13298 Remove unused var `endline'.
13299 (flymake-get-line-count): Remove unused function.
13300 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
13301
13302 * emulation/vi.el:
13303 * generic.el:
13304 * hilit-chg.el (global-highlight-changes):
13305 * hi-lock.el (hi-lock-mode):
13306 * follow.el: find-file-hooks -> find-file-hook.
13307
13308 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
13309
13310 2005-03-24 Juri Linkov <juri@jurta.org>
13311
13312 * dired.el (dired-mode-map): Add menu item "Compare directories"
13313 for dired-compare-directories.
13314
13315 * dired-aux.el (dired-compare-directories): Add autoload cookie.
13316 Doc fix. Replace `read-file-name' with `read-directory-name'.
13317
13318 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13319
13320 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
13321
13322 2005-03-24 Jay Belanger <belanger@truman.edu>
13323
13324 * calc/calc-embed.el (calc-embedded-mode-change): Save all
13325 relevant mode settings in calc-embedded-original-modes when modes
13326 are permanently changed.
13327
13328 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13329
13330 * autoinsert.el: find-file-hooks -> find-file-hook.
13331
13332 2005-03-24 Lute Kamstra <lute@gnu.org>
13333
13334 * generic.el (generic-font-lock-defaults): Make it obsolete.
13335 (generic-font-lock-keywords): New variable to replace
13336 generic-font-lock-defaults.
13337 (generic-mode-set-font-lock): Delete it.
13338 (generic-mode-internal): Don't call generic-mode-set-font-lock.
13339 (generic-bracket-support): Add docstring.
13340
13341 * generic-x.el: Rename generic-font-lock-defaults to
13342 generic-font-lock-keywords throughout.
13343 (mailagent-rules-setup-function): Delete it.
13344 (mailagent-rules-generic-mode): Use anonymous function instead.
13345 (show-tabs-generic-mode-font-lock-defaults-1)
13346 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
13347 Quote faces.
13348 (show-tabs-tab-face, show-tabs-space-face): Specify background,
13349 not foreground.
13350
13351 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13352 Recognize define-generic-mode.
13353
13354 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
13355
13356 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
13357 if there's no completion table.
13358
13359 2005-03-23 Miles Bader <miles@gnu.org>
13360
13361 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13362 Remove tty-specific variants, as they're no longer needed.
13363
13364 2005-03-23 Lute Kamstra <lute@gnu.org>
13365
13366 * generic-x.el: Code cleanup: make args constant whenever possible.
13367 (installshield-statement-keyword-list)
13368 (installshield-system-functions-list)
13369 (installshield-system-variables-list, installshield-types-list)
13370 (installshield-funarg-constants-list): Make them constants.
13371
13372 * generic.el (generic-make-keywords-list): Add autoload cookie.
13373
13374 * calendar/time-date.el: Add comment on time value formats.
13375 Don't require parse-time.
13376 (with-decoded-time-value): New macro.
13377 (encode-time-value): New function.
13378 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13379 (days-to-time): Return a valid time value when arg is huge.
13380 (time-since): Use time-subtract.
13381 (time-to-number-of-days): Use time-to-seconds.
13382
13383 2005-03-23 David Ponce <david@dponce.com>
13384
13385 * recentf.el: (recentf-keep): New option.
13386 (recentf-menu-action): Default to `find-file'.
13387 (recentf-keep-non-readable-files-flag)
13388 (recentf-keep-non-readable-files-p)
13389 (recentf-file-readable-p, recentf-find-file)
13390 (recentf-cleanup-remote): Remove.
13391 (recentf-include-p): More robust.
13392 (recentf-keep-p): New function.
13393 (recentf-remove-if-non-kept): Rename from
13394 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
13395 All callers updated.
13396 (recentf-menu-items-for-commands): Fix help string.
13397 (recentf-track-closed-file): Update. Doc fix.
13398 (recentf-cleanup): Update. Count removed files. Doc fix.
13399
13400 2005-03-23 Kim F. Storm <storm@cua.dk>
13401
13402 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13403 Don't inherit from fringe face (now happens automatically).
13404
13405 2005-03-22 Kim F. Storm <storm@cua.dk>
13406
13407 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
13408 position values.
13409
13410 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
13411
13412 * menu-bar.el (showhide-date-time): Remove.
13413 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
13414 (menu-bar-make-mm-toggle): Simplify.
13415
13416 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
13417
13418 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
13419 Accept qualified variable and function names.
13420
13421 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
13422
13423 * bindings.el (completion-ignored-extensions):
13424 Remove ".lis" for `vax-vms'.
13425
13426 2005-03-22 Andreas Schwab <schwab@suse.de>
13427
13428 * generic-x.el: Revert last change.
13429 * ldefs-boot.el: Update.
13430
13431 2005-03-22 Jay Belanger <belanger@truman.edu>
13432
13433 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
13434 (calc-embedded-save-original-modes)
13435 (calc-embedded-restore-original-modes): New functions.
13436 (calc-do-embedded): Save original modes when entering embedded mode
13437 and restore when leaving embedded mode.
13438 (calc-embedded-modes-change): Change the value of
13439 calc-embedded-original-modes to reflect permanent changes.
13440
13441 2005-03-22 Lute Kamstra <lute@gnu.org>
13442
13443 * generic-x.el: Require generic again.
13444
13445 2005-03-22 Miles Bader <miles@gnu.org>
13446
13447 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13448 Tweak details to look good on both ttys and bitmap displays, light
13449 or dark background, etc.
13450
13451 2005-03-21 Kim F. Storm <storm@cua.dk>
13452
13453 * tooltip.el (tooltip-show-help-function): Check car and cdr of
13454 mouse position.
13455
13456 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13457
13458 * icomplete.el: Don't forcibly turn on the mode upon load.
13459 (icomplete-mode): Use define-minor-mode.
13460 (icomplete-eoinput): Default to nil.
13461 (icomplete-minibuffer-setup): Remove autoload.
13462 (icomplete-tidy): Simplify.
13463 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
13464 in the initial state or if the user has modified the field.
13465 Fix handling of icomplete-max-delay-chars.
13466 Remove code that handles the oddball case where
13467 minibuffer-completion-table is an integer.
13468 Wrap icomplete-completions in while-no-input in case building
13469 completions takes more time than expected.
13470 (icomplete-completions): Simplify.
13471
13472 2005-03-21 Richard M. Stallman <rms@gnu.org>
13473
13474 * jka-compr.el (jka-compr-really-do-compress):
13475 Make variable buffer-local.
13476
13477 * image-mode.el: Handle .xpm files too.
13478 (image-toggle-display): Preserve modification flag.
13479
13480 * help.el (where-is): Don't mention aliases with no key bindings.
13481
13482 2005-03-21 Lute Kamstra <lute@gnu.org>
13483
13484 * generic.el: Fix commentary section. Don't require cl for
13485 compilation.
13486 (generic-mode-list): Add autoload cookie.
13487 (generic-use-find-file-hook, generic-lines-to-scan)
13488 (generic-find-file-regexp, generic-ignore-files-regexp)
13489 (generic-mode, generic-mode-find-file-hook)
13490 (generic-mode-ini-file-find-file-hook): Fix docstrings.
13491 (define-generic-mode): Make it a defmacro. Fix docstring.
13492 (generic-mode-internal): Code cleanup. Add autoload cookie.
13493 (generic-mode-set-comments): Code cleanup.
13494 * generic-x.el: Don't prevent compilation. Don't require generic.
13495 Follow coding conventions. Minor code cleanup.
13496 (etc-fstab-generic-mode): Add some keywords.
13497 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
13498 define-generic-mode like a function declaration.
13499
13500 2005-03-21 Jay Belanger <belanger@truman.edu>
13501
13502 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
13503 changing modes.
13504
13505 2005-03-21 Sam Steingold <sds@gnu.org>
13506
13507 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
13508
13509 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
13510
13511 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
13512 Add underscore to "f$ lexicals" regexp.
13513
13514 2005-03-20 Juri Linkov <juri@jurta.org>
13515
13516 * subr.el (progress-reporter-do-update): When `min-value' is equal
13517 to `max-value', set `percentage' to 0 and prevent division by zero.
13518
13519 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
13520
13521 Sync with Tramp 2.0.48.
13522
13523 * net/tramp.el (all): Change all addresses to .gnu.org.
13524 (tramp-append-tramp-buffers): New defun.
13525 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
13526 Catch `dont-send' signal.
13527 (tramp-set-auto-save-file-modes): Set always permissions, because
13528 there might be an old auto-saved file belonging to another
13529 original file. This could be a security threat. Reported by
13530 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
13531 Check for Emacs 21.3.50 removed.
13532
13533 * net/tramp-smb.el (all): Remove debug construct for
13534 `with-parsed-tramp-file-name'.
13535 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
13536 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
13537 No error message if DIRECTORY or FILENAME doesn't exist.
13538 (tramp-smb-open-connection): Check existence of
13539 `tramp-smb-program'.
13540
13541 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13542
13543 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
13544 Properly handle the case where the `m' or `s' command's argument is not
13545 yet terminated.
13546 (perl-indent-new-calculate): New function.
13547 (perl-indent-line): Use it.
13548
13549 2005-03-20 Miles Bader <miles@gnu.org>
13550
13551 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
13552 in text-mode too. Change to new face names.
13553 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
13554 Add `:weight bold' attribute.
13555 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
13556
13557 2005-03-19 Juri Linkov <juri@jurta.org>
13558
13559 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
13560
13561 * international/mule.el (auto-coding-alist): Sync with
13562 `auto-mode-alist' by adding upper case archive file extensions
13563 and adding ear/war to jar extension.
13564
13565 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
13566
13567 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
13568 running, restart it.
13569
13570 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
13571
13572 * finder.el (finder-current-item): Throw an error on an empty line.
13573
13574 * man.el (Man-follow-manual-reference): If current-word returns
13575 nil, use "".
13576
13577 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
13578
13579 * simple.el (goto-line): Doc fix.
13580
13581 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
13582
13583 * files.el (save-buffer): Doc fix.
13584
13585 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
13586
13587 * recentf.el (recentf-cleanup-remote): New variable.
13588 (recentf-cleanup): Use it to conditionally check availability of
13589 remote files.
13590
13591 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
13592
13593 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
13594 function names.
13595
13596 2005-03-19 Eli Zaretskii <eliz@gnu.org>
13597
13598 * language/thai-word.el: New file.
13599
13600 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
13601
13602 * files.el (backup-buffer): If the file's directory is not
13603 writable, use copy instead of move to backup the file.
13604
13605 2005-03-19 Eli Zaretskii <eliz@gnu.org>
13606
13607 * obsolete/keyswap.el: Moved to obsolete/ from term/.
13608
13609 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13610
13611 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
13612 Use functionp instead of symbolp and fboundp. Reported by Drkm
13613 <darkman_spam@yahoo.fr>.
13614 (ps-print-version): New version 6.6.6.
13615
13616 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
13617
13618 * textmodes/table.el (table--line-column-position): New idiom.
13619 (table--row-column-insertion-point-p): New function to test
13620 validity of row and column insertion operation at a location.
13621 (table-global-menu, table-cell-menu): Use above functions for
13622 deterministic test operation.
13623 (table--editable-cell-p): Behave in deterministic fashion.
13624
13625 2005-03-18 Juri Linkov <juri@jurta.org>
13626
13627 * isearch.el (isearch-lazy-highlight-new-loop):
13628 Make arguments beg and end optional.
13629 (isearch-update): Remove optional arguments nil from
13630 isearch-lazy-highlight-new-loop.
13631 (isearch-lazy-highlight-search): Let-bind case-fold-search to
13632 isearch-lazy-highlight-case-fold-search instead of
13633 isearch-case-fold-search, and let-bind isearch-regexp to
13634 isearch-lazy-highlight-regexp.
13635 Use isearch-lazy-highlight-last-string instead of isearch-string.
13636
13637 * replace.el (perform-replace): Remove bindings of global
13638 variables isearch-string, isearch-regexp, isearch-case-fold-search.
13639 Add three new arguments to `replace-highlight'.
13640 (replace-highlight): Add arguments string, regexp, case-fold.
13641 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
13642 to allow isearch-lazy-highlight-new-loop to use these values
13643 to set corresponding isearch-lazy-highlight-* internal
13644 variables whose values lazy highlighting will use regardless of
13645 changes to global variables isearch-string, isearch-regexp,
13646 isearch-case-fold-search during lazy highlighting loop.
13647 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
13648 to `lazy-highlight-cleanup'.
13649
13650 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
13651 (ispell-highlight-face): Set default face to `isearch' when
13652 lazy highlighting is enabled.
13653 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
13654 priority to 1. Add lazy highlighting.
13655 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
13656 from `isearch-dehighlight'.
13657
13658 2005-03-18 David Ponce <david@dponce.com>
13659
13660 * files.el (hack-local-variables): Do a case-insensitive search
13661 for End.
13662
13663 2005-03-18 Juri Linkov <juri@jurta.org>
13664
13665 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
13666 `isearch-lazy-highlight-cleanup', add alias to old name and
13667 declare obsolete. Add release numbers to other obsolete vars.
13668 (isearch-done, isearch-lazy-highlight-new-loop):
13669 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
13670 (lazy-highlight-cleanup) <variable>: Doc fix.
13671 (isearch-lazy-highlight-update): Rename obsolete
13672 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
13673
13674 2005-03-18 Kenichi Handa <handa@m17n.org>
13675
13676 * language/thai-util.el: Fix categorization of Thai characters in
13677 thai-category-table.
13678 (thai-composition-pattern): Adjust it for the above change.
13679 (thai-self-insert-command, thai-compose-syllable): New functions.
13680 (thai-compose-region): Use thai-compose-syllable.
13681 (thai-compose-string): Likewise.
13682 (thai-composition-function): Likewise.
13683 (thai-auto-composition): New function.
13684 (thai-auto-composition-mode): New minor mode.
13685
13686 * language/thai.el: Fix patterns to be registered in
13687 composition-function-table.
13688
13689 * international/quail.el (quail-input-method): Locally bind
13690 inhibit-modification-hooks to t.
13691
13692 2005-03-17 Richard M. Stallman <rms@gnu.org>
13693
13694 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
13695 (perl-mode): Use run-mode-hooks.
13696
13697 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
13698 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
13699 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
13700
13701 * mail/sendmail.el (sendmail-send-it): Reenable the code
13702 to compute resend-to-address and use it.
13703
13704 * tar-mode.el (tar-mode): Turn off undo unconditionally.
13705
13706 * image-mode.el: New file.
13707
13708 * image.el (insert-sliced-image): Add autoload cookie.
13709
13710 * font-lock.el (font-lock-lines-before): New user option.
13711 (font-lock-after-change-function): Obey it.
13712
13713 * bindings.el (esc-map): Make M-g a prefix.
13714 Bind M-g g and M-g M-g to goto-line.
13715
13716 * faces.el (face-id): Doc fix.
13717
13718 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13719
13720 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
13721 (rmail-show-message): Use rmail-unknown-mail-followup-to.
13722 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
13723
13724 * mail/sendmail.el (mail-yank-ignored-headers)
13725 (mail-font-lock-keywords, mail-mode-fill-paragraph):
13726 Add Mail-Followup-To and Mail-Reply-To headers.
13727 (mail-citation-hook): Add autoload cookie.
13728 (mail-mode): Doc fix.
13729 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
13730 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
13731 (mail-mode-fill-paragraph): Handle those headers.
13732 (mail-mailing-lists): New variable.
13733 (mail-mail-reply-to, mail-mail-followup-to): New functions.
13734
13735 2005-03-17 Juri Linkov <juri@jurta.org>
13736
13737 * isearch.el (isearch-fallback): Check for `(car previous)'
13738 before calling `isearch-other-end-state'.
13739
13740 2005-03-17 Kim F. Storm <storm@cua.dk>
13741
13742 * simple.el (move-beginning-of-line): Move to beginning of buffer
13743 line, as well as beginning of screen line.
13744
13745 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
13746
13747 * calendar/diary-lib.el (mark-diary-entries): Use new optional
13748 argument REDRAW rather than calendar-redrawing variable.
13749 * calendar/calendar.el (calendar-redrawing): Delete.
13750 (redraw-calendar): Do not bind calendar-redrawing.
13751
13752 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
13753
13754 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
13755 diary-file buffer.
13756
13757 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13758
13759 * help.el (describe-mode): Allow a :minor-mode-function property to
13760 specify a different minor mode toggle function than the variable.
13761 * simple.el (auto-fill-function):
13762 * subr.el (add-minor-mode): Use it.
13763
13764 2005-03-16 Kenichi Handa <handa@m17n.org>
13765
13766 * language/ethio-util.el (sera-being-called-by-w3): New variable.
13767 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
13768 (ethio-fidel-to-sera-buffer): Likewise.
13769
13770 2005-03-16 Juri Linkov <juri@jurta.org>
13771
13772 * emacs-lisp/find-func.el (find-function-regexp):
13773 Add defun-emitting macro `menu-bar-make-toggle'.
13774
13775 * isearch.el: Put `isearch-scroll' property to
13776 `split-window-horizontally'.
13777
13778 * info.el: Update error messages for `debug-ignored-errors'.
13779 (Info-isearch-search): Doc fix.
13780 (Info-find-node): Move up code to go into info buffer before
13781 recording the node to the history.
13782 (Info-fontify-node): Fontify titles only if the next line
13783 has two or more `*', `=', `-', `.'.
13784 Display "go to this node" for empty (match-string 3).
13785
13786 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13787
13788 * term/mac-win.el: Add mouse pointer shape constants.
13789
13790 2005-03-15 Kim F. Storm <storm@cua.dk>
13791
13792 * simple.el (move-beginning-of-line): Use vertical-motion.
13793
13794 2005-03-15 Juri Linkov <juri@jurta.org>
13795
13796 * isearch.el (isearch-error): New variable.
13797 (isearch-invalid-regexp, isearch-within-brackets): Remove.
13798 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
13799 (isearch-within-brackets-state): Remove.
13800 (isearch-case-fold-search-state, isearch-pop-fun-state):
13801 Decrease frame index.
13802 (isearch-mode, isearch-top-state, isearch-push-state)
13803 (isearch-edit-string, isearch-abort, isearch-search-and-update)
13804 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
13805 (isearch-search, isearch-lazy-highlight-new-loop):
13806 Replace `isearch-invalid-regexp' with `isearch-error'.
13807 Remove `isearch-within-brackets'.
13808 (isearch-search): Add `search-failed' handler to `condition-case'.
13809 (isearch-lazy-highlight-search): Add `condition-case' to catch
13810 errors and allow `isearch-lazy-highlight-update' to try
13811 highlighting from the beginning of the window.
13812 (isearch-repeat): Move up code to set isearch-wrapped to t
13813 before calling isearch-wrap-function.
13814
13815 * info.el (Info-isearch-initial-node): New internal variable.
13816 (Info-search): Signal an error in isearch mode when search leaves
13817 the initial node. Signal an error when `bound' is non-nil and
13818 nothing was found in the current subfile.
13819 (Info-isearch-search): Remove `condition-case'.
13820 (Info-isearch-wrap): Don't wrap when search failed during leaving
13821 the initial node. If `Info-isearch-search' is nil, wrap around
13822 the current node.
13823 (Info-isearch-start): New fun.
13824 (Info-mode): Add buffer-local hook `Info-isearch-start' to
13825 `isearch-mode-hook'.
13826
13827 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13828
13829 * simple.el (normal-erase-is-backspace): Set default to t if
13830 running on Mac.
13831
13832 * term/mac-win.el (function-key-map): Sync with x-win.el.
13833
13834 2005-03-15 Kenichi Handa <handa@m17n.org>
13835
13836 * international/mule-cmds.el (locale-language-names): Modify the
13837 format of elements and add more entries.
13838 (locale-preferred-coding-systems): Add more entries.
13839 (set-locale-environment): Adjust for the change of
13840 locale-language-names.
13841
13842 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
13843
13844 * pcvs.el (smerge-ediff): Remove bogus autoload.
13845
13846 2005-03-14 Lute Kamstra <lute@gnu.org>
13847
13848 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
13849 Ignore a `*' at the beginning of a line.
13850
13851 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
13852 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
13853 subr.el.
13854 (dont-compile, eval-when-compile, eval-and-compile): Use declare
13855 to specify indentation.
13856
13857 * generic.el (define-generic-mode): Let generic-mode-list be a
13858 list of strings; test membership with equal.
13859
13860 2005-03-14 Kim F. Storm <storm@cua.dk>
13861
13862 * simple.el (next-line, previous-line): Add optional try-vscroll
13863 arg to recognize interactive use. Pass it on to line-move.
13864 (line-move): Don't perform auto-window-vscroll when defining or
13865 executing keyboard macro to ensure consistent behavior.
13866
13867 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13868
13869 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
13870
13871 2005-03-13 Lute Kamstra <lute@gnu.org>
13872
13873 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
13874 debugger-setup-buffer so that backtrace marks the frames set to
13875 debug-on-exit and we don't have to do it manually. Set an extra
13876 debug-on-exit for macro's.
13877 (debugger-setup-buffer): Don't mark the top frame manually.
13878
13879 2005-03-12 Lute Kamstra <lute@gnu.org>
13880
13881 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
13882 lisp-indent-function throughout.
13883 (with-no-warnings): Set lisp-indent-function property.
13884
13885 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
13886
13887 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
13888 Add entry for backslash.
13889
13890 2005-03-12 Juri Linkov <juri@jurta.org>
13891
13892 * info.el (Info-search): Four fixes for backward search.
13893
13894 2005-03-11 Jay Belanger <belanger@truman.edu>
13895
13896 * calc/calc.el (calc-language-alist): New variable.
13897 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
13898 (calc-embedded-find-modes): Use calc-language-alist instead of
13899 calc-embedded-language-alist.
13900
13901 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13902
13903 * calendar/calendar.el (calendar-redrawing): New internal
13904 variable.
13905 (redraw-calendar): Remove bogus save-excursion from previous
13906 change. Bind calendar-redrawing to t for mark-diary-entries.
13907 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
13908 calendar if that is why we were called.
13909
13910 2005-03-11 Kenichi Handa <handa@m17n.org>
13911
13912 * international/mule.el (make-coding-system): Set property
13913 coding-system-define-form to nil.
13914 (define-coding-system-alias): Likewise.
13915
13916 2005-03-11 Kenichi Handa <handa@m17n.org>
13917
13918 These changes are suggested by Dave Love <fx@gnu.org>.
13919
13920 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
13921 coding: tag.
13922 (adaptive-fill-regexp): Add more bullets.
13923 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
13924 regexps.
13925
13926 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13927
13928 * help.el (describe-mode): Properly handle non-trivial lighters.
13929 Don't ignore minor modes that are not listed in minor-mode-list.
13930
13931 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
13932 feature ON when the user requests to turn it OFF.
13933
13934 2005-03-10 Lute Kamstra <lute@gnu.org>
13935
13936 * emacs-lisp/debug.el (debug-entry-code): Delete it.
13937 (implement-debug-on-entry): New function to replace debug-entry-code.
13938 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
13939 second argument as the 2005-03-07 change makes it obsolete.
13940 (debug-on-entry, cancel-debug-on-entry): Update call to
13941 debug-on-entry-1.
13942 (debug, debugger-setup-buffer): Comment update.
13943 (debugger-frame-number): Update to work with implement-debug-on-entry.
13944
13945 2005-03-10 Jay Belanger <belanger@truman.edu>
13946
13947 * calc/calc-embed.el (math-ms-args): Declare it.
13948 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
13949 math-ms-args.
13950 (calc-embedded-subst): Use math-multi-subst-rec to substitute
13951 variables.
13952
13953 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
13954
13955 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
13956 Use message-box.
13957
13958 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
13959 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
13960 (tooltip-gud-tips): Simplify.
13961 (tooltip-gud-tips-p): Remove superfluous :set.
13962 (tooltip-gud-modes): Add fortran-mode.
13963 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
13964
13965 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
13966
13967 2005-03-09 Kim F. Storm <storm@cua.dk>
13968
13969 * play/animate.el (animate-place-char): Use forward-line instead
13970 of next-line to improve performance.
13971
13972 2005-03-09 Simon Josefsson <jas@extundo.com>
13973
13974 * net/browse-url.el (browse-url-default-browser): Doc fix.
13975
13976 2005-03-09 Miles Bader <miles@gnu.org>
13977
13978 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
13979 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
13980
13981 2005-03-09 Kenichi Handa <handa@m17n.org>
13982
13983 * international/latin-1.el: Set case and syntax for 255 only if
13984 set-case-syntax-set-multibyte is nil.
13985
13986 * textmodes/ispell.el (ispell-insert-word): New function.
13987 (ispell-word): Use ispell-insert-word to insert a new word.
13988 (ispell-process-line): Likewise.
13989 (ispell-complete-word): Likewise.
13990
13991 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
13992
13993 * calendar/calendar.el (redraw-calendar): Preserve point.
13994 Reported by Matt Hodges <MPHodges@member.fsf.org>.
13995 (calendar-week-start-day): Move after definition of
13996 redraw-calendar. Delete buffer test, since redraw-calendar has
13997 that now.
13998
13999 * calendar/diary-lib.el (mark-diary-entries): Only call
14000 redraw-calendar in the first of any recursive calls.
14001 Reported by Alan Shutko <ats@acm.org>.
14002
14003 2005-03-08 Juri Linkov <juri@jurta.org>
14004
14005 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
14006 (html-horizontal-rule, html-line, html-image, html-checkboxes)
14007 (html-radio-buttons): Add a space before the trailing `/>' where
14008 sgml-xml-mode is non-nil.
14009 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
14010 the subsequent tag of the empty XML tag.
14011 (html-href-anchor): Don't set initial input to "http:".
14012 (html-image): Ask for the image URL and set point inside alt="".
14013 (html-name-anchor): Duplicate the name in the `id' attribute when
14014 sgml-xml-mode is non-nil.
14015 (html-paragraph): Remove \n before <p>.
14016 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
14017 instead of `checked' when sgml-xml-mode is non-nil.
14018
14019 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
14020 Remove 1 space before #RRGGBB to not truncate it on terminal
14021 windows w/o fringes. Remove 1 space between bg and fg examples
14022 to get more space.
14023 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
14024 avoid byte-compile warnings.
14025
14026 * image-file.el (image-file-handler): Put `safe-magic' property to
14027 `image-file-handler'.
14028
14029 * info.el (Info-isearch-search): Emulate word search in
14030 isearching through multiple Info nodes with Info-search.
14031 (Info-isearch-wrap): Allow isearch-word.
14032
14033 2005-03-08 Lute Kamstra <lute@gnu.org>
14034
14035 * emacs-lisp/debug.el (debugger-step-through): Make sure that
14036 stepping into the debugger's code is not possible.
14037 (debugger-jumping-flag): Docstring update.
14038
14039 2005-03-08 Jay Belanger <belanger@truman.edu>
14040
14041 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
14042 embedded mode begins.
14043 (calc-embedded-language-alist): New variable.
14044 (calc-embedded-find-modes): Use calc-embedded-language-alist to
14045 set default language mode.
14046
14047 2005-03-08 Kenichi Handa <handa@m17n.org>
14048
14049 * international/ccl.el (define-ccl-program): Fix docstring about
14050 extra 256 bytes assured for the output buffer.
14051
14052 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
14053 Fix BUFFER_MAGNIFICATION to 2.
14054 (ccl-encode-mule-utf-16be-with-signature): Likewise.
14055
14056 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
14057
14058 * align.el (align-rules-list): Added an alignment rule for CSS
14059 declarations (applies to css-mode and html-mode buffers).
14060
14061 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
14062
14063 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
14064
14065 2005-03-07 Kim F. Storm <storm@cua.dk>
14066
14067 * simple.el (move-beginning-of-line): New command.
14068
14069 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
14070
14071 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
14072
14073 * emulation/cua-base.el: Put CUA move property on move-end-of-line
14074 and move-beginning-of-line.
14075
14076 * apropos.el (apropos-print): Omit command from M-x ... RET.
14077
14078 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
14079
14080 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
14081 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
14082
14083 2005-03-06 Richard M. Stallman <rms@gnu.org>
14084
14085 * bindings.el (esc-map): Bind M-g to goto-line.
14086
14087 * facemenu.el (global-map): Bind M-o, not M-g.
14088
14089 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14090
14091 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
14092 "Open Directory" as for "Open File".
14093
14094 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
14095
14096 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
14097 (push-mark-command): Run activate-mark-hook.
14098
14099 2005-03-06 Richard M. Stallman <rms@gnu.org>
14100
14101 * help-mode.el (help-mode-finish): Don't alter the element
14102 in view-return-to-alist if there already is one.
14103
14104 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
14105 make sure the current buffer is the expected one.
14106
14107 * novice.el (disabled-command-function): Output in *Disabled Command*.
14108 Explicitly ignore non-keyboard events, and explicitly handle C-g.
14109
14110 * textmodes/flyspell.el (flyspell-large-region):
14111 Pass args differently for aspell.
14112
14113 * files.el (mode-require-final-newline): Doc fix.
14114
14115 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
14116
14117 * progmodes/which-func.el (which-function):
14118 Specify NOERROR when calling imenu--make-index-alist.
14119
14120 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14121
14122 * simple.el (normal-erase-is-backspace): Define default value.
14123
14124 * custom.el (custom-theme-set-variables): Remove unused var
14125 `immediate'.
14126 (custom-reevaluate-setting): Simple function to handle variables
14127 that are defined before their default value can really be
14128 computed.
14129
14130 * startup.el (command-line): Use it for temporary-file-directory,
14131 small-emporary-file-directory, auto-save-file-name-transforms,
14132 blink-cursor-mode, and normal-erase-is-backspace.
14133
14134 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
14135 progress, even with buggy anchored keywords.
14136
14137 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
14138
14139 * simple.el (goto-line): Remove unbalanced final parenthesis.
14140
14141 2005-03-05 Richard M. Stallman <rms@gnu.org>
14142
14143 * simple.el (goto-line): Use a number at point as the default.
14144 With C-u as arg, switch buffers.
14145
14146 2005-03-05 Juri Linkov <juri@jurta.org>
14147
14148 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
14149 with `no-blinking-cursor'.
14150
14151 * startup.el (no-blinking-cursor): New defvar.
14152 (command-line): Add `--no-blinking-cursor' to longopts.
14153 Set `no-blinking-cursor' to t for command line arguments
14154 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
14155 with `no-blinking-cursor' in the condition for calling
14156 `blink-cursor-mode'.
14157
14158 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
14159
14160 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
14161 (menu-bar-options-save): Add blink-cursor-mode.
14162 (menu-bar-options-menu): Add blink-cursor-mode.
14163
14164 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
14165
14166 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
14167 (icalendar-export-file, icalendar-export-region)
14168 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
14169 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
14170
14171 2005-03-04 Lute Kamstra <lute@gnu.org>
14172
14173 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
14174 (debug-function-list): Ditto.
14175
14176 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
14177
14178 * textmodes/texinfmt.el (texinfo-append-refill):
14179 Redefine the types of line to which @refill
14180 is not appended by replacing a search for `@refill\\|@bye' with
14181 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
14182 itemize@refill' bug and the unfilled long lines bug.
14183 (texinfmt-version): Update number and date.
14184
14185 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
14186
14187 * international/code-pages.el (windows-1250, windows-125[2-8])
14188 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
14189
14190 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14191
14192 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
14193 bound yet.
14194
14195 2005-03-02 Romain Francoise <romain@orebokech.com>
14196
14197 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
14198 buffer after removing limits.
14199 (ibuffer-pop-filter): Ditto.
14200 Update copyright.
14201
14202 2005-03-02 Miles Bader <miles@gnu.org>
14203
14204 * button.el (make-text-button): If the user doesn't specify a
14205 type, use the default. Rewrite to use `add-text-properties' and
14206 plist functions.
14207
14208 2005-03-01 Lute Kamstra <lute@gnu.org>
14209
14210 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
14211 (debugger-jumping-flag): New var.
14212 (debug-entry-code): Use it.
14213 (debugger-jump): Use debugger-jumping-flag and add
14214 debugger-reenable to post-command-hook.
14215 (debugger-reenable): Use debugger-jumping-flag and remove itself
14216 from post-command-hook.
14217 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
14218 debugger-reenable.
14219
14220 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
14221
14222 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
14223 inclusion of "itemize\\|", which may be unnecessary, is certainly
14224 inelegant, and stops refilling in itemize lists when formatting
14225 Japanese Texinfo files to Info.
14226 Update copyright to 2005.
14227
14228 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
14229
14230 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
14231 of an error if GDB can't find the source file.
14232
14233 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
14234
14235 * calendar/calendar.el (redraw-calendar): Work from any buffer,
14236 not just the calendar.
14237
14238 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
14239 first.
14240 (diary-redraw-calendar): New function.
14241 (make-diary-entry): Add diary-redraw-calendar to local
14242 write-contents-functions. Turn off selective display before
14243 inserting in diary.
14244
14245 2005-03-01 Kim F. Storm <storm@cua.dk>
14246
14247 * emacs-lisp/copyright.el (copyright-fix-years): New command.
14248
14249 2005-03-01 Lute Kamstra <lute@gnu.org>
14250
14251 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
14252 that debug-entry-code can be safely removed from a function while
14253 this code is being evaluated. Revert the 2005-02-27 change as the
14254 new implementation no longer requires it. Make sure that a
14255 function body containing just a string is not mistaken for a docstring.
14256 (debug): Skip one more frame in case of debug on entry.
14257 (debugger-setup-buffer): Delete one more frame line in case of
14258 debug on entry.
14259 (debugger-frame-number): Update to use the new text introduced by
14260 the 1999-11-03 change. Skip one more frame in case of debug on entry.
14261
14262 2005-02-28 Kim F. Storm <storm@cua.dk>
14263
14264 * double.el (double-translate-key): Call force-window-update after
14265 read-event to avoid crash in redisplay.
14266
14267 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
14268
14269 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
14270 (debug): Use it. Move the inhibit-trace earlier.
14271 (debug-entry-code): New const.
14272 (debug-on-entry-1): Use it.
14273
14274 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
14275
14276 * international/utf-16.el (ccl-encode-mule-utf-16le):
14277 Fix BUFFER_MAGNIFICATION to 2.
14278 (ccl-encode-mule-utf-16be): Likewise.
14279
14280 2005-02-28 Kenichi Handa <handa@m17n.org>
14281
14282 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
14283 Fix BUFFER_MAGNIFICATION to 4.
14284 (ccl-encode-mule-utf-16be-with-signature): Likewise.
14285
14286 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
14287
14288 * speedbar.el (speedbar-update-flag): Doc fix.
14289 (speedbar-show-info-under-mouse): Give set-mouse-position the right
14290 argument.
14291
14292 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
14293
14294 * reveal.el (reveal-post-command): Don't try to reveal overlays which
14295 have a non-nil `invisible' property but are actually visible.
14296
14297 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
14298 for perldoc sections.
14299 (perl-outline-regexp, perl-outline-level): New var and function.
14300 (perl-mode): Use them.
14301
14302 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
14303
14304 * calendar/diary-lib.el (diary-remind): Discard any mark portion
14305 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
14306
14307 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
14308
14309 * cus-edit.el: Comment change.
14310 (custom-buffer-create-internal): Slightly reword text at top of
14311 Custom buffers. Mention there that saving an option edits the
14312 init file. Add link to Emacs manual node on `custom-file'.
14313 (custom-magic-alist): Rewrite individual State messages to use
14314 capitalized keywords. Doc fix.
14315
14316 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
14317
14318 * calendar/calendar.el (calendar-buffer): Move above
14319 calendar-week-start-day.
14320 (calendar-week-start-day): Doc fix. Add :set function.
14321 (calendar-minimum-window-height): New variable.
14322 (generate-calendar-window): Only resize window if selected-window
14323 is displaying the calendar buffer. Use new variable
14324 calendar-minimum-window-height.
14325 (generate-calendar): Reword error message.
14326 (calendar-mode-map): Bind DEL to scroll-other-window-down.
14327
14328 2005-02-27 Andreas Schwab <schwab@suse.de>
14329
14330 * vc.el (vc-do-command): Don't run command asynchronously when
14331 operating in a remote directory.
14332
14333 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
14334 change from sync with Tramp 2.0.47.
14335
14336 2005-02-27 Richard M. Stallman <rms@gnu.org>
14337
14338 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
14339
14340 * textmodes/flyspell.el (flyspell-mode-on):
14341 Call ispell-change-dictionary only if necessary.
14342
14343 * emacs-lisp/re-builder.el (regexp-builder): New function.
14344
14345 * register.el (describe-register-1): Explicitly handle
14346 yank-excluded-properties = t.
14347
14348 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
14349 (custom-magic-alist): Change the status descriptions again.
14350 (face widget-type): Total rewrite based on `restricted-sexp'
14351 to eliminate the confusing double hiding levels.
14352
14353 * emacs-lisp/debug.el (debug-on-entry-1):
14354 If function body is empty, add nil as body form.
14355
14356 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14357
14358 * emacs-lisp/trace.el (inhibit-trace): New var.
14359 (trace-make-advice): Use it.
14360
14361 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
14362
14363 2005-02-26 Kim F. Storm <storm@cua.dk>
14364
14365 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
14366 (mouse-on-link-p, mouse-drag-region-1): Use it.
14367
14368 2005-02-25 Lute Kamstra <lute@gnu.org>
14369
14370 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
14371
14372 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
14373
14374 * frame.el (blink-cursor-mode): Add :group keyword.
14375
14376 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
14377
14378 * calendar/icalendar.el (icalendar--decode-isodatetime):
14379 New optional argument DAY-SHIFT.
14380 (icalendar-export-region): Fix coding-system-for-write.
14381 (icalendar--convert-ical-to-diary): Shift end-day of all-day
14382 events by one.
14383
14384 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14385
14386 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
14387
14388 2005-02-24 Kim F. Storm <storm@cua.dk>
14389
14390 * international/iso-acc.el (iso-accents-compose): Fix crash
14391 during redisplay. Call force-window-update after read-event
14392 and delete-region to signal that window is not accurate.
14393
14394 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14395
14396 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
14397 Remove unused and inexistent var `inhibit-trace'.
14398 (debugger-mode): Use run-mode-hooks.
14399 (debugger-list-functions): Add buttons; setup xref stack.
14400
14401 2005-02-23 Richard M. Stallman <rms@gnu.org>
14402
14403 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
14404 appointment says it was explicitly made.
14405 (appt-add): Set the 3rd element.
14406 (appt-make-list): Preserve explicit appointments.
14407
14408 * subr.el (find-tag-default): Catch errors in forward-sexp.
14409
14410 2005-02-23 Juri Linkov <juri@jurta.org>
14411
14412 * info.el (Info-isearch-search): New defcustom.
14413 (Info-isearch-search): Call the default isearch function
14414 when Info-isearch-search is nil.
14415 (Info-isearch-wrap): Use variable Info-isearch-search.
14416
14417 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
14418
14419 * cus-edit.el: Comment change.
14420
14421 2005-02-22 Kim F. Storm <storm@cua.dk>
14422
14423 * progmodes/hideif.el (hide-ifdef-use-define-alist):
14424 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
14425
14426 2005-02-22 Simon Josefsson <jas@extundo.com>
14427
14428 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
14429 New variable.
14430 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
14431 Oskarsson" <myrkraverk@users.sourceforget.net>.
14432
14433 2005-02-22 Kim F. Storm <storm@cua.dk>
14434
14435 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
14436 check that window of that event is the selected window.
14437 (mouse-drag-region-1): Compare mouse event window to selected
14438 window before setting point.
14439
14440 * tooltip.el (tooltip-show-help-function): Pass event to
14441 mouse-on-link-p so it can check selected window.
14442
14443 2005-02-22 Kenichi Handa <handa@m17n.org>
14444
14445 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
14446 (ps-mule-show-warning): New function.
14447 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
14448 characters are found.
14449
14450 * ps-print.el (ps-header-footer-string): Return a list of header
14451 and footer strings.
14452
14453 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14454
14455 * pcvs.el (cvs-retrieve-revision): Fix thinko.
14456
14457 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
14458
14459 * frame.el (blink-cursor-mode): Use define-minor-mode.
14460
14461 * term/mac-win.el (function-key-map): Use char-names more consistently.
14462 (file-name-coding-system): Only set it for MacOS-9. The other case is
14463 already handled in mule-cmds.el (where it also works when mac-win.el
14464 is not used).
14465
14466 2005-02-21 Kenichi Handa <handa@m17n.org>
14467
14468 * international/mule.el (ctext-pre-write-conversion): Always use
14469 " *code-converting-work*" buffer for work.
14470
14471 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
14472
14473 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
14474
14475 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
14476
14477 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
14478
14479 * ses.el (undo-more): Restore defadvice, but only the part that
14480 allows changes outside the restricted area of the buffer.
14481
14482 2005-02-20 Kim F. Storm <storm@cua.dk>
14483
14484 * simple.el (line-move): Add fourth optional arg try-vscroll which
14485 must be set to perform auto-window-vscroll.
14486 When moving backwards and doing auto-window-vscroll, automatically
14487 vscroll to the last part of lines which are taller than the window.
14488 (next-line, previous-line): Set try-vscroll arg on line-move.
14489
14490 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
14491
14492 * replace.el (query-replace, query-replace-regexp)
14493 (replace-string, replace-regexp): When operating on region, make
14494 the minibuffer prompt say so.
14495
14496 * isearch.el (isearch-forward): Document isearch-query-replace and
14497 isearch-query-replace-regexp keybindings.
14498
14499 2005-02-19 Jay Belanger <belanger@truman.edu>
14500
14501 * calc/calc-aent.el (math-read-token): Add local variable.
14502
14503 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
14504 (calc-edit-top): Move declaration to earlier in file.
14505 (calc-edit-macro-repeats): Add local variables.
14506
14507 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
14508 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
14509 calcFunc-tanh.
14510 Adjust integration rule for calcFunc-tan.
14511
14512 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14513
14514 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
14515 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
14516 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
14517 (viper-skip-separators): Bug fix.
14518 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
14519 particular major mode.
14520 (viper-del-backward-char-in-replace): Don't put deleted char on the
14521 kill ring.
14522
14523 * viper-ex.el (viper-color-display-p): New function.
14524 (viper-has-face-support-p): Use viper-color-display-p.
14525
14526 * viper-keym.el (viper-gnus-modifier-map): New keymap.
14527
14528 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
14529
14530 * viper-util.el (viper-glob-unix-files): Fix shell status check.
14531 (viper-file-remote-p): Make equivalent to file-remote-p.
14532
14533 * viper.el (viper-major-mode-modifier-list):
14534 Use viper-gnus-modifier-map.
14535
14536 2005-02-19 David Kastrup <dak@gnu.org>
14537
14538 * subr.el (subregexp-context-p): Fix garbled doc string by adding
14539 quoting.
14540
14541 2005-02-19 Jay Belanger <belanger@truman.edu>
14542
14543 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
14544 Remove extra definitions.
14545 (calc-coth): New function.
14546 (calcFunc-cot): Fix `let'.
14547
14548 2005-02-19 Eli Zaretskii <eliz@gnu.org>
14549
14550 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
14551 the reasons we use "type pc" in these faces.
14552
14553 * button.el (button): Ditto.
14554
14555 2005-02-19 Michael Mauger <mmaug@yahoo.com>
14556
14557 * replace.el (query-replace-read-from): Set the value of
14558 query-replace-from-history-variable to handle the case of an empty
14559 string entered to accept the suggested default.
14560
14561 * net/tramp.el (tramp-file-name-for-operation):
14562 Use dired-call-process instead of dired-call-process-command.
14563
14564 2005-02-19 Jay Belanger <belanger@truman.edu>
14565
14566 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
14567 (math-div-non-trig): New variables.
14568 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
14569 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
14570 (math-combine-prod, math-div-symb-fancy): Add simplifications for
14571 trig expressions.
14572
14573 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
14574
14575 * progmodes/gdb-ui.el (gdb-var-update-handler)
14576 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
14577 for watch expressions,
14578 (gdb-var-create-handler): Don't set speedbar-update-flag.
14579 (gdb-post-prompt): Simplify test for speedbar.
14580
14581 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14582
14583 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
14584 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
14585 we use the syntax table of the correct buffer.
14586 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
14587 Felix Gatzemeier.
14588
14589 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
14590 (ediff-file-remote-p): Make synonymous with file-remote-p.
14591 In all deffaces ediff-*-face-*, use min-colors.
14592
14593 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
14594 ediff-recurse-to-subdirectories.
14595 (ediff-mark-if-equal): Check that the arguments are strings, use
14596 ediff-same-contents (after to Felix Gatzemeier).
14597
14598 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
14599 nil.
14600
14601 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
14602
14603 * log-view.el (log-view-message-re): Fix up Subversion regexp.
14604
14605 2005-02-18 David Kastrup <dak@gnu.org>
14606
14607 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
14608 use `mark-active' when defined.
14609
14610 2005-02-18 Kenichi Handa <handa@m17n.org>
14611
14612 * ps-print.el (ps-font-info-database): New entry
14613 ZapfChancery-MediumItalic with correct font name. Fix font name
14614 of the entry Zapf-Chancery-MediumItalic.
14615
14616 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
14617
14618 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
14619
14620 2005-02-16 Kim F. Storm <storm@cua.dk>
14621
14622 * ido.el (ido-fallback-command): Pass user input to fallback command.
14623
14624 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
14625
14626 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
14627 (gdb-find-file-hook): Add server prefix.
14628
14629 2005-02-16 Richard M. Stallman <rms@gnu.org>
14630
14631 * replace.el (perform-replace): Pass new args to replace-highlight.
14632 (replace-highlight): Take region args,
14633 and pass them to isearch-lazy-highlight-new-loop.
14634
14635 * novice.el (disabled-command-hook): Autoload the defalias
14636 and the make-obsolete-variable call.
14637
14638 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
14639
14640 * isearch.el (isearch-lazy-highlight-start-limit)
14641 (isearch-lazy-highlight-end-limit): New variables limit
14642 the region for highlighting.
14643 (isearch-lazy-highlight-new-loop): New args BEG and END.
14644 (isearch-lazy-highlight-search): Use the new vars.
14645 (isearch-lazy-highlight-update): Likewise.
14646
14647 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
14648
14649 * cus-start.el (all): Use default-boundp.
14650
14651 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
14652
14653 * menu-bar.el (menu-bar-select-frame): Handle current frame.
14654
14655 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
14656
14657 * autorevert.el (auto-revert-stop-on-user-input)
14658 (auto-revert-verbose): Doc fixes.
14659
14660 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
14661
14662 * international/mule-cmds.el (set-locale-environment): Remove call
14663 to set-selection-coding-system on Windows.
14664
14665 2005-02-15 Jay Belanger <belanger@truman.edu>
14666
14667 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
14668 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
14669 calcFunc-coth.
14670 (math-simplify-sqrt): Add simplifications.
14671
14672 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
14673 to list.
14674
14675 * calc/calc-ext.el: Add functions to autoloads.
14676
14677 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
14678 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
14679 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
14680 (math-csc-raw, math-cot-raw): New functions.
14681
14682 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
14683
14684 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
14685 the variable name in a message.
14686
14687 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
14688 calcFunc-csc, calcFunc-cot.
14689
14690 * calc/calcalg2.el: Add derivative and integration rules for
14691 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
14692 calcFunc-csch, calcFunc-coth.
14693 (math-do-integral-methods): Add to checks for when to use
14694 substitutions.
14695
14696 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
14697
14698 2005-02-15 Lute Kamstra <lute@gnu.org>
14699
14700 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14701 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
14702 <monnier@iro.umontreal.ca>
14703 (lisp-outline-level): Improve efficiency. Suggested by David
14704 Kastrup <dak@gnu.org>.
14705
14706 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
14707
14708 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
14709 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
14710 (gdb-set-gud-minor-mode-existing-buffers): New functions.
14711 (gdb-find-file-hook): New hook. Add it to find-file-hook.
14712 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
14713
14714 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
14715
14716 * cus-start.el (all): Comment change.
14717
14718 2005-02-14 Lute Kamstra <lute@gnu.org>
14719
14720 * cus-start.el (all): Check if symbol is void.
14721
14722 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
14723
14724 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
14725 optional argument to \cite.
14726
14727 2005-02-14 Richard M. Stallman <rms@gnu.org>
14728
14729 * cus-edit.el (custom-buffer-create-internal): Update help message.
14730 (custom-magic-alist): Update help messages.
14731
14732 * cus-start.el (all): Allow a var to specify a standard value.
14733
14734 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
14735
14736 * custom.el (custom-theme-set-variables): Handle variable aliases.
14737
14738 * frame.el (blink-cursor-timer): Doc fix.
14739 (blink-cursor): Make it an alias for `blink-cursor-mode' and
14740 declare obsolete.
14741 (blink-cursor-mode): Define with defcustom and use correct
14742 standard expression in that defcustom.
14743 * startup.el (command-line): Adapt to above changes in frame.el.
14744
14745 2005-02-11 Lute Kamstra <lute@gnu.org>
14746
14747 * apropos.el (apropos-score-doc): Prevent division by zero.
14748
14749 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
14750
14751 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
14752 (icalendar--get-event-property-attributes)
14753 (icalendar--get-event-properties)
14754 (icalendar--datetime-to-diary-date): New functions.
14755 (icalendar--split-value): Doc fix.
14756 (icalendar--datetime-to-noneuropean-date)
14757 (icalendar--datetime-to-european-date): New optional argument
14758 SEPARATOR. Return result as a string instead of a list.
14759 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
14760 (icalendar--convert-string-for-export): Rename arg S to STRING.
14761 (icalendar-export-region): Doc fix. Change name of error buffer.
14762 Save output buffer.
14763 (icalendar-import-file): Add blank at end of prompt.
14764 (icalendar-import-buffer): Doc fix. Do not switch to error
14765 buffer. Indicate status in return value.
14766 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
14767 buffer. Save output buffer. Handle exception from recurrence
14768 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
14769 events. Fix problems with weekly all-day events.
14770
14771 2005-02-10 Richard M. Stallman <rms@gnu.org>
14772
14773 * simple.el (eval-expression-print-format):
14774 Avoid warning about edebug-active.
14775
14776 * help.el (help-for-help-internal): Rename from help-for-help.
14777 (help-for-help): Define with defalias.
14778
14779 * font-core.el (font-lock-default-function): Use with-no-warnings.
14780
14781 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
14782
14783 * custom.el (defface): Doc fix.
14784
14785 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
14786
14787 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
14788 width 0" to prevent word wrapping problems.
14789
14790 2005-02-09 Kim F. Storm <storm@cua.dk>
14791
14792 * ido.el (ido-file-extensions-order): New defcustom.
14793 (ido-file-extension-lessp, ido-file-extension-aux)
14794 (ido-file-extension-order): New advanced file ordering.
14795 (ido-file-lessp): New simple file ordering.
14796 (ido-sort-list): Remove.
14797 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
14798 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
14799
14800 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
14801
14802 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
14803 that some versions of grep produce.
14804 (grep-mode-font-lock-keywords): Likewise.
14805
14806 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
14807
14808 * progmodes/gdb-ui.el (gdb-location-list): New variable.
14809 (gdb-cdir): Delete.
14810 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
14811 (gdb-source-info): Treat case when source file is in another
14812 directory properly.
14813 (gdb-get-location): New function.
14814
14815 2005-02-07 Jay Belanger <belanger@truman.edu>
14816
14817 * calc/calc-prog.el (calc-write-parse-table-part)
14818 (calc-fix-token-name): Fix a check for language type.
14819
14820 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
14821
14822 2005-02-07 Andre Spiegel <spiegel@gnu.org>
14823
14824 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
14825 as directory not writable.
14826
14827 2005-02-07 Kim F. Storm <storm@cua.dk>
14828
14829 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
14830 (cua--standard-movement-commands): Remove list.
14831 Instead, set CUA property value to move for movement commands.
14832 (cua-movement-commands): Remove. Users must set CUA prop instead.
14833 (cua--pre-command-handler): Check CUA property.
14834 (cua--init-keymaps): Don't remap undo commands.
14835 (cua-mode): Don't call cua--rectangle-on-off.
14836
14837 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
14838 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
14839 (cua--rect-undo-set-point): New var.
14840 (cua--rectangle-undo-boundary): Setup undo apply entry.
14841 (cua--rect-undo-handler): New function for rectangle undo.
14842 (cua--rect-start-position, cua--rect-end-position): Add.
14843 (cua--rectangle-post-command): Call cua--rectangle-set-corners
14844 for restored rectangle. Set point if cua--rect-undo-set-point.
14845
14846 2005-02-06 Jay Belanger <belanger@truman.edu>
14847
14848 * calc/calc-lang.el (calc-tex-language): Display more information
14849 in messages.
14850
14851 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
14852 in TeX mode.
14853
14854 2005-02-06 Richard M. Stallman <rms@gnu.org>
14855
14856 * emacs-lisp/lisp.el (buffer-end): Doc fix.
14857
14858 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
14859
14860 * net/ldap.el (ldap-search-internal): Support attributes with
14861 optional descriptions separated by a semi-colon, as in
14862 "userCertificate;binary".
14863
14864 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14865
14866 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
14867 isn't a cons (i.e. the version is 0).
14868
14869 2005-02-05 Eli Zaretskii <eliz@gnu.org>
14870
14871 * help.el (help-for-help): Doc fix.
14872
14873 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
14874
14875 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
14876 GDB-Windows on the menu-bar as this works better.
14877
14878 2005-02-04 Jay Belanger <belanger@truman.edu>
14879
14880 * calc/calc-embed.el (calc-embedded-update): Don't put in
14881 unnecessary newlines. Adjust the end of formula marker.
14882
14883 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
14884 (math-latex-parse-two-args): New function.
14885
14886 2005-02-03 Lute Kamstra <lute@gnu.org>
14887
14888 * help-fns.el (help-with-tutorial): Make sure that users cannot
14889 remove the entire text of the tutorial by means of `undo'.
14890
14891 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
14892
14893 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
14894 in recent changes, where the ispell process was repeatedly
14895 killed & restarted.
14896
14897 * international/mule-cmds.el (set-locale-environment): Set file-name
14898 coding system to utf-8 on Darwin systems.
14899 (set-default-coding-systems): Don't set default-file-name-coding-system
14900 on Darwin systems.
14901
14902 2005-02-03 Richard M. Stallman <rms@gnu.org>
14903
14904 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
14905
14906 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
14907
14908 * faces.el (list-faces-display): Add optional argument.
14909
14910 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
14911
14912 * font-core.el (font-lock-default-function): Handle the rare case where
14913 only font-lock-keywords is set.
14914
14915 2005-02-02 Kenichi Handa <handa@m17n.org>
14916
14917 * international/characters.el: Cancel previous change for
14918 I-WITH-DOT-ABOVE and DOTLESS-i.
14919
14920 * international/latin-5.el: Cancel previous change.
14921
14922 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14923
14924 * progmodes/gud.el: Correction to syntax in gud-menu-map.
14925
14926 2005-02-02 Kenichi Handa <handa@m17n.org>
14927
14928 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
14929 DOTLESS-i.
14930
14931 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
14932 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
14933
14934 * case-table.el (get-upcase-table): New function.
14935 (copy-case-table): Copy upcaes table too if non-nil.
14936 (set-case-syntax-delims): Maintain upcase table too.
14937 (set-case-syntax-pair): Likewise.
14938 (set-upcase-syntax, set-downcase-syntax): New functions.
14939 (set-case-syntax): Maintain upcase table too.
14940
14941 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14942
14943 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
14944
14945 * progmodes/gud.el (gud-goto-info): New function.
14946 (gud-tool-bar-map): Use correct icon.
14947
14948 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14949
14950 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
14951 When delegating, order args in the funcall correctly.
14952
14953 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14954
14955 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
14956
14957 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
14958
14959 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
14960 buffer not visiting a file.
14961
14962 2005-01-31 Jay Belanger <belanger@truman.edu>
14963
14964 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
14965 bound on the line with the formula.
14966
14967 2005-01-31 Kim F. Storm <storm@cua.dk>
14968
14969 * ses.el (ses-create-cell-variable-range)
14970 (ses-destroy-cell-variable-range, ses-reset-header-string)
14971 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
14972 (ses-insert-row): Fix format of apply undo entries.
14973
14974 2005-01-31 Jay Belanger <belanger@truman.edu>
14975
14976 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
14977 parts.
14978
14979 * calc/calc-embed.el (calc-embedded-open-formula)
14980 (calc-embedded-close-formula): Ignore matrix environments.
14981
14982 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
14983 TeX mode.
14984
14985 * calc/calc-lang.el (math-function-table, math-oper-table)
14986 (math-variable-table): Adjust the LaTeX portions.
14987
14988 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
14989 (math-latex-ignore-words): New constant.
14990
14991 2005-01-31 Richard M. Stallman <rms@gnu.org>
14992
14993 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
14994 (ispell-local-dictionary): Doc fix.
14995 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
14996 Don't reinitialize at run time. Don't defcustom.
14997 All uses changed to append ispell-local-dictionary-alist,
14998 or check it first.
14999 (ispell-current-dictionary): New variable for dictionary in use.
15000 (ispell-dictionary): Now used only for global default.
15001 (ispell-start-process): Set ispell-current-dictionary,
15002 not ispell-dictionary.
15003 (ispell-change-dictionary): Use this only for setting
15004 user preferences.
15005 (ispell-internal-change-dictionary): New function
15006 to change the current dictionary in use.
15007 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
15008 Use ispell-current-dictionary.
15009 Handle ispell-local-dictionary-overridden.
15010 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
15011
15012 2005-01-31 Jay Belanger <belanger@truman.edu>
15013
15014 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
15015
15016 * calc/calc-ext.el: Add calc-latex-language to autoloads.
15017 (calc-mode-map): Add calc-latex-language.
15018
15019 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
15020 (math-latex-print-frac): New functions.
15021 (math-oper-table, math-function-table, math-variable-table)
15022 (math-complex-format, math-input-filter): Add latex properties.
15023 (calc-set-language): Set math-expr-special-function-mapping.
15024
15025 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
15026 (calc-write-parse-table-part): Add LaTeX support.
15027
15028 * calc/calc.el (calc-language): Adjust docstring.
15029 (calc-set-mode-line): Add LaTeX support.
15030 (math-expr-special-function-mapping): New variable.
15031 (math-tex-ignore-words): Add to list.
15032
15033 * calc/calccomp.el (math-compose-expr, math-compose-rows):
15034 Add LaTeX support.
15035 (math-compose-expr): Add support for special functions.
15036
15037 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
15038
15039 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
15040
15041 * progmodes/gdb-ui.el (gdb-memory-address)
15042 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
15043 (gdb-memory-mode-map, gdb-memory-format-keymap)
15044 (gdb-memory-format-menu, gdb-memory-unit-keymap)
15045 (gdb-memory-unit-menu): New variables for a buffer
15046 that lets the user examine program memory.
15047 (gdb-memory-set-address, gdb-memory-set-repeat-count)
15048 (gdb-memory-format-binary, gdb-memory-format-octal)
15049 (gdb-memory-format-unsigned, gdb-memory-format-signed)
15050 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
15051 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
15052 (gdb-memory-unit-word, gdb-memory-unit-halfword)
15053 (gdb-memory-unit-byte, gdb-memory-unit-menu)
15054 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
15055 (gdb-memory-mode, gdb-memory-buffer-name)
15056 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
15057 New functions for above buffer.
15058
15059 2005-01-30 Richard M. Stallman <rms@gnu.org>
15060
15061 * cus-edit.el (custom-bury-buffer): Function deleted.
15062 (custom-buffer-done-function): Option deleted.
15063 (custom-buffer-done-kill): New (replacement option.
15064 (Custom-buffer-done): Call quit-window.
15065 (custom-buffer-create-internal): Update for above changes.
15066
15067 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
15068
15069 * simple.el (undo-ask-before-discard): New var.
15070 (undo-outer-limit-truncate): Implement it.
15071 (undo-extra-outer-limit): Doc update.
15072
15073 2005-01-29 Richard M. Stallman <rms@gnu.org>
15074
15075 * ses.el (undo-more): Delete defadvice.
15076 (ses-begin-change): Doc fix.
15077
15078 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
15079 instead of rebinding C-x u and C-_.
15080
15081 * files.el (normal-backup-enable-predicate): Return nil for files
15082 in /tmp, regardless of temporary-file-directory.
15083
15084 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
15085
15086 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
15087 (open-rectangle, delete-whitespace-rectangle-line)
15088 (clear-rectangle-line): If FILL, pass t instead of FILL
15089 for move-to-column's 2nd arg.
15090
15091 * simple.el (undo): Fix the test for continuing a series of undos.
15092 (undo-more): Set pending-undo-list to t when we reach end.
15093 (pending-undo-list): Move up defvar.
15094
15095 * wid-edit.el (widget-button-click):
15096 Shorten the range of the track-mouse binding.
15097
15098 * comint.el (comint-insert-input): Undo previous changes;
15099 use last-input-event in interactive spec.
15100
15101 2005-01-29 Eli Zaretskii <eliz@gnu.org>
15102
15103 * progmodes/compile.el (compilation-start): Bind buffer-read-only
15104 to nil before invoking call-process. Reset buffer's modified flag
15105 after fontifying it in the no-async branch.
15106
15107 * wid-edit.el (widget-specify-button): If mouse pointer shape
15108 cannot be changed, use mouse face instead.
15109
15110 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
15111
15112 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
15113 (gdb-goto-breakpoint): Make breakpoint handling work on template
15114 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
15115 (gdb-assembler-custom): Update to recognize breakpoint information
15116 added on 2005-01-19.
15117
15118 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
15119
15120 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
15121 (dsssl-mode): Use define-derived-mode.
15122 (scheme-mode-initialize): Remove.
15123 (scheme-mode): Use run-mode-hooks.
15124
15125 * cus-edit.el (customize-group-other-window)
15126 (custom-buffer-create-other-window): Don't override special-display-*.
15127 (custom-mode-map): Make it dense.
15128
15129 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
15130 sets the default value.
15131
15132 2005-01-28 Eli Zaretskii <eliz@gnu.org>
15133
15134 * descr-text.el: Add more keywords.
15135
15136 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
15137
15138 * speedbar.el: Avoid unnecessary use of locate-library.
15139
15140 * international/mule-cmds.el (standard-display-european-internal):
15141 Don't fiddle with latin-1 non-break space any more since it's now
15142 special cased in the C code.
15143 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
15144
15145 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
15146
15147 * cus-start.el (all): Add `undo-outer-limit'.
15148
15149 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15150
15151 * textmodes/bibtex.el (bibtex-format-entry):
15152 Use `bibtex-empty-field-re' only on the text of fields, not on entire
15153 field lines.
15154 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
15155 not on part of a buffer.
15156
15157 2005-01-25 Lute Kamstra <lute@gnu.org>
15158
15159 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
15160 nonempty field text strings like "{letters\\macro{}more letters}".
15161 Clarify docstring.
15162 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
15163 (bibtex-entry-offset, bibtex-parse-association)
15164 (bibtex-parse-field-name): Fix typos in docstrings.
15165 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
15166
15167 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
15168
15169 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
15170 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
15171 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
15172 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
15173
15174 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
15175 isearch minor mode.
15176
15177 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
15178
15179 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
15180
15181 2005-01-24 Lute Kamstra <lute@gnu.org>
15182
15183 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
15184 CASECHARS and NOT-CASECHARS regular expressions of the
15185 "nederlands" and "nederlands8" dictionaries to prevent a "Range
15186 striding over charsets" error.
15187
15188 2005-01-24 Jay Belanger <belanger@truman.edu>
15189
15190 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
15191 display variable name.
15192
15193 2005-01-24 Kenichi Handa <handa@m17n.org>
15194
15195 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
15196 Fix setting of the element of encoded-kbd-iso2022-invocations.
15197
15198 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
15199
15200 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
15201 (gdb-threads-select): Change to also accept mouse events.
15202 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
15203 (gdb-threads-mouse-select): Delete.
15204
15205 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
15206
15207 * files.el (insert-directory): Take care of empty directory,
15208 listed without -a switch.
15209
15210 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
15211
15212 * textmodes/refill.el (refill-post-command-function):
15213 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
15214 to the list of functions that we should be careful not to undo.
15215 (refill-late-fill-paragraph-function): Remove.
15216 (refill-saved-state): New var.
15217 (refill-mode): Use it to save fill-paragraph-function.
15218 Save also the value of auto-fill-function.
15219
15220 * term/w32-win.el: Simplify code.
15221
15222 2005-01-23 Kim F. Storm <storm@cua.dk>
15223
15224 * simple.el (line-move): Adapt to new return value from
15225 pos-visible-in-window-p.
15226
15227 * simple.el (line-move): Fix last change. Check partial
15228 visibility at point rather than at window-start.
15229
15230 2005-01-22 Jason Rumney <jasonr@gnu.org>
15231
15232 * term/w32-win.el (xw-defined-colors): Remove debug-message.
15233
15234 2005-01-22 David Kastrup <dak@gnu.org>
15235
15236 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
15237
15238 2005-01-22 Eli Zaretskii <eliz@gnu.org>
15239
15240 * type-break.el (type-break-mode): Add a test for
15241 type-break-file-name being non-nil.
15242
15243 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
15244
15245 * net/eudc.el (top level): Call (message "") via progn, so that
15246 eudc-options-file is loaded.
15247
15248 2005-01-22 Kim F. Storm <storm@cua.dk>
15249
15250 * simple.el (line-move-1): Rename from line-move.
15251 (line-move): New function that adjusts vscroll for partially
15252 visible rows, and calls line-move-1 otherwise.
15253
15254 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
15255
15256 * pcomplete.el: Define pcomplete-read-event instead of read-event,
15257 since it's not a complete read-event implementation
15258
15259 2005-01-20 Jay Belanger <belanger@truman.edu>
15260
15261 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
15262 for called function.
15263
15264 2005-01-20 Steven Tamm <steventamm@mac.com>
15265
15266 * term/mac-win.el (process-connection-type): Remove.
15267 Controlled now by s/darwin.h:PTY_ITERATION.
15268
15269 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
15270
15271 * window.el (handle-select-window): Don't switch window when we're
15272 in the minibuffer.
15273
15274 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
15275
15276 * subr.el (dotimes-with-progress-reporter): New macro.
15277
15278 * ses.el (ses-dotimes-msg): Remove macro.
15279 Use `dotimes-with-progress-reporter' instead.
15280
15281 2005-01-19 Steven Tamm <steventamm@mac.com>
15282
15283 * term/mac-win.el (process-connection-type): Use new
15284 operating-system-release variable to use ptys on Darwin 7 (OS X
15285 10.3) when using carbon build.
15286
15287 2005-01-19 Jay Belanger <belanger@truman.edu>
15288
15289 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
15290 flags if the last command was a tab or M-tab.
15291
15292 * calc/calc-prog.el (calc-user-define-edit): Put original formula
15293 in formula editing buffer.
15294
15295 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
15296
15297 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
15298 breakpoint image symbol in margin.
15299
15300 2005-01-19 Jay Belanger <belanger@truman.edu>
15301
15302 * calc/calc-prog.el (calc-execute-kbd-macro):
15303 Ignore calc-keep-arg-flag.
15304
15305 2005-01-19 Kenichi Handa <handa@m17n.org>
15306
15307 * textmodes/ispell.el (ispell-looking-at): New function.
15308 (ispell-process-line): Use ispell-looking-at to compare the ispell
15309 output and the buffer contents.
15310
15311 2005-01-18 Jay Belanger <belanger@truman.edu>
15312
15313 * calc/calc.el (calc-display-raw): Fix docstring.
15314
15315 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
15316
15317 * simple.el (blink-matching-open): Strip extra info from syntax.
15318
15319 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
15320 funny chars in the end-of-here-doc marker.
15321
15322 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
15323
15324 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
15325 that enable/disabled state of breakpoints is shown correctly in
15326 fringe and on ttys.
15327 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
15328 Add breakpoint information as text properties.
15329 (gdb-mouse-toggle-breakpoint):
15330 Rename to gdb-mouse-set-clear-breakpoint.
15331 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
15332 breakpoints in the margin.
15333 (gdb-remove-strings): Simplify.
15334
15335 2005-01-17 Jay Belanger <belanger@truman.edu>
15336
15337 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
15338 erasing buffer.
15339
15340 2005-01-17 Richard M. Stallman <rms@gnu.org>
15341
15342 * progmodes/grep.el (grep-find): Copy from `grep' the condition
15343 for calling grep-compute-defaults.
15344
15345 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
15346 if buffer is empty.
15347
15348 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
15349
15350 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
15351
15352 * hilit-chg.el (highlight-changes-mode): Don't autoload.
15353
15354 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
15355 non-preloaded variables.
15356
15357 2005-01-17 Steven Tamm <steventamm@mac.com>
15358
15359 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
15360 tex-shell cause to force interactivity when using pipes.
15361
15362 2005-01-17 Kim F. Storm <storm@cua.dk>
15363
15364 * simple.el (just-one-space): Make arg optional.
15365
15366 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
15367
15368 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
15369 posn-at-x-y to t to access left-margin.
15370
15371 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
15372
15373 Sync with Tramp 2.0.47.
15374
15375 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
15376 catching keep-date problems in cp/scp operations.
15377 (tramp-handle-copy-file): Don't call `set-file-modes'
15378 unconditionally. Specialized functions should know better what is
15379 necessary. This improves performance a little bit, and the
15380 functions could catch errors with `cp -p' and `scp -p'.
15381 (tramp-do-copy-or-rename-file-via-buffer)
15382 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
15383 when appropriate.
15384 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
15385 Call `set-file-modes' when appropriate.
15386 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
15387 Johnsson <isak@hypergene.com>
15388 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
15389 of both Tramp buffer and debug buffer. Reported by Joakim Verona
15390 <joakim@verona.se>
15391 (tramp-file-name-for-operation): Mark `shell-command' as magic for
15392 Emacs only.
15393
15394 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
15395 `find-file-hooks' and `dired-mode-hook'.
15396 (tramp-minor-mode-map): Respective map. Add remapping for
15397 `compile' and `recompile'.
15398 (tramp-remap-command, tramp-recompile): New defuns.
15399 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
15400 in buffer "*Compilation*". Call the commands asynchronously.
15401
15402 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
15403 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
15404 `shell-command', because it isn't magic in XEmacs. Reported by
15405 Adrian Aichner <adrian@xemacs.org>.
15406
15407 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
15408 `substitute-in-file-name.
15409 (tramp-smb-handle-substitute-in-file-name): New defun.
15410 (tramp-smb-advice-PC-do-completion): Delete advice.
15411
15412 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
15413
15414 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
15415 Fix error in deleting region.
15416
15417 2005-01-15 Richard M. Stallman <rms@gnu.org>
15418
15419 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
15420 In non-temp buffer, switch syntax table temporarily.
15421
15422 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
15423
15424 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
15425
15426 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
15427
15428 * imenu.el (imenu--split-menu): Copy menulist before sorting.
15429 (imenu--generic-function): Use START, not BEG, as pos of definition.
15430
15431 * simple.el (just-one-space): Argument specifies number of spaces.
15432
15433 * simple.el (eval-expression-print-format): Avoid warning
15434 about edebug-active.
15435
15436 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
15437
15438 * progmodes/sh-script.el: Code copied from make-mode.el
15439 with small changes,
15440 (sh-mode-map): Bind C-c C-\.
15441 (sh-backslash-column, sh-backslash-align): New variables.
15442 (sh-backslash-region, sh-append-backslash): New functions.
15443
15444 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
15445
15446 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
15447 (rmail-pop-password, rmail-pop-password-required): Move to
15448 rmail-obsolete group.
15449 (rmail-set-pop-password): Rename to rmail-set-remote-password.
15450 All callers updated.
15451 (rmail-get-pop-password): Rename to rmail-get-remote-password.
15452 Take an argument specifying whether it is POP or IMAP mailbox we
15453 are using. All callers updated.
15454 (rmail-pop-password-error): Rename to
15455 rmail-remote-password-error. Added mailutils-specific error message.
15456 (rmail-movemail-search-path)
15457 (rmail-movemail-variant-in-use): New variables.
15458 (rmail-remote-password, rmail-remote-password-required):
15459 New customization variables.
15460 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
15461 (rmail-parse-url): New function.
15462 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
15463 with GNU mailutils movemail.
15464
15465 2005-01-15 Kevin Ryde <user42@zip.com.au>
15466
15467 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
15468 suffix to space, $ or '$, to correctly position point when going
15469 to @table style constants like DBL_MAX.
15470
15471 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
15472
15473 * type-break.el (type-break-mode, type-break-file-time)
15474 (type-break-file-keystroke-count, type-break-choose-file):
15475 Don't store data in or load data from the file if type-break-file-name
15476 is nil.
15477 (type-break-file-name): Doc update as per the above.
15478
15479 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
15480
15481 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
15482 lookup-key might return nil; handle that.
15483
15484 2005-01-15 Alan Mackenzie <acm@muc.de>
15485
15486 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
15487 rather than the element found, thus enabling the tree to be setcar'd.
15488
15489 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
15490
15491 * textmodes/org.el (org-show-following-heading): New option.
15492 (org-show-hierarchy-above): Use `org-show-following-heading'.
15493 (org-cycle): Documentation fix.
15494
15495 * textmodes/org.el (orgtbl-optimized): New option
15496 (orgtbl-mode): New command, a minor mode.
15497 (orgtbl-mode-map): New variable.
15498 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
15499 (orgtbl-error, orgtbl-self-insert-command)
15500 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
15501
15502 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
15503 a local variable in each org-mode buffer.
15504
15505 * textmodes/org.el (org-set-regexps-and-options): Rename from
15506 `org-set-regexps'. Added checking for STARTUP keyword.
15507 (org-get-current-options): Add STARTUP options.
15508 (org-table-insert-row): Make mode intelligent about when
15509 realignment is needed.
15510 (org-self-insert-command, org-delete-backward-char, org-delete-char):
15511 New commands.
15512 (org-enable-table-editor): New default value `optimized'.
15513 (org-table-blank-field): Support blanking regions if active.
15514
15515 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
15516
15517 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
15518 if the year is not given.
15519
15520 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
15521 Add new escapes %m and %M, fixed bug with %F by adding
15522 save-match-data.
15523 (reftex-reference): Remove ?. from list of spaces.
15524 (reftex-label-info): Add automatic label prefix recognition.
15525
15526 * textmodes/reftex-index.el (reftex-index-next-phrase):
15527 Add slave parameter to call of `reftex-index-this-phrase'.
15528 (reftex-index-this-phrase): New optional argument.
15529 (reftex-index-region-phrases): Add slave parameter to call of
15530 `reftex-index-this-phrase'.
15531 (reftex-display-index): New argument redo.
15532 (reftex-index-rescan): Add 'redo to arguments of
15533 `reftex-display-index'.
15534 (reftex-index-Rescan, reftex-index-revert)
15535 (reftex-index-switch-index-tag): Add 'redo to arguments of
15536 `reftex-display-index'.
15537 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
15538 indexing. Fix bug with matching is there is a quote before or
15539 after the word.
15540
15541 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
15542 Fix bug when collecting citation keys in lines with comments.
15543 (reftex-citation): Prefix argument no longer rescans the document,
15544 but forces prompting for optional arguments of cite macros.
15545 (reftex-do-citation): Prompting for optional arguments implemented.
15546
15547 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15548 Add optional arguments to most cite commands.
15549 (reftex-cite-cleanup-optional-args): New option
15550 (reftex-cite-prompt-optional-args): New option.
15551 (reftex-trust-label-prefix): New option.
15552
15553 * textmodes/reftex-toc.el (reftex-toc-find-section):
15554 Add push-mark before changing the position in the buffer.
15555
15556 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
15557 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
15558
15559 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
15560
15561 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
15562 more carefully.
15563
15564 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
15565
15566 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
15567 (sgml-mode): Use it.
15568 (sgml-get-context): Better keep track of implicitly closed tags.
15569
15570 2005-01-13 Kenichi Handa <handa@m17n.org>
15571
15572 * textmodes/ispell.el: These changes are to fix misalignment error
15573 caused by equivalent characters of different Emacs charsets.
15574 (ispell-unified-chars-table): New variable.
15575 (ispell-get-decoded-string): New function.
15576 (ispell-get-casechars, ispell-get-not-casechars)
15577 (ispell-get-otherchars): Call ispell-get-decoded-string.
15578
15579 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
15580
15581 * custom.el (custom-declare-variable): Just put symbol instead
15582 of (defvar . symbol) in `current-load-list'.
15583
15584 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
15585
15586 * emacs-lisp/elint.el: Fixed typo in Commentary section.
15587
15588 2005-01-12 Jay Belanger <belanger@truman.edu>
15589
15590 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
15591 to create a Calc summary.
15592
15593 2005-01-12 Kim F. Storm <storm@cua.dk>
15594
15595 * mouse.el (mouse-on-link-p): Change functionality and doc
15596 string to comply with latest description in lisp ref.
15597
15598 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
15599
15600 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
15601 Enable mouse clicks on mode-line, header-line and margin.
15602 (event-type): Give mouse event symbols an 'event-kind property
15603 with value 'mouse-click.
15604
15605 2005-01-12 Juri Linkov <juri@jurta.org>
15606
15607 * facemenu.el (list-colors-display): Add new arg buffer-name.
15608 Use it. Fix docstring. Replace code for identifying duplicate
15609 colors by the name with call to `list-colors-duplicates' which
15610 identifies duplicate colors by the value unless the color
15611 is one of special Windows colors. Set truncate-lines to t.
15612 Print sorted duplicate color names on each line. Indent to 22
15613 \(the longest color name in rgb.txt) instead of 20. Optimize.
15614 (list-colors-duplicates): New function.
15615 (facemenu-color-name-equal): Delete function.
15616
15617 * facemenu.el (list-colors-print): New function created from code
15618 in list-colors-display. Print #RRGGBB at the window right edge.
15619 (list-colors-display): When temp-buffer-show-function is not
15620 defined, call list-colors-print from temp-buffer-show-hook
15621 to get the right value of window-width in list-colors-print
15622 after the buffer is displayed.
15623
15624 * simple.el (pop-mark): Move deactivate-mark out of conditional
15625 part to deactivate the active mark regardless of the state of the
15626 mark ring.
15627
15628 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
15629 variables line in desktop files.
15630
15631 2005-01-12 Juri Linkov <juri@jurta.org>
15632
15633 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
15634 Bring together isearch highlight related options.
15635 (lazy-highlight): Replace group `replace' by `matching'.
15636 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15637 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15638 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
15639 and declare them obsolete.
15640 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
15641 (isearch-faces): Remove defgroup.
15642 (isearch-overlay, isearch-highlight, isearch-dehighlight):
15643 Move isearch highlighting code closer to lazy highlighting code.
15644
15645 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
15646 (query-replace-highlight, query-replace-lazy-highlight)
15647 (query-replace): Move definitions to the beginning of the file.
15648
15649 2005-01-11 Juri Linkov <juri@jurta.org>
15650
15651 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
15652 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
15653 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
15654
15655 * info.el (Info-history-forward): New variable.
15656 (Info-select-node): Reset Info-history-forward to nil.
15657 (Info-last): Turn into defalias.
15658 (Info-history-back): Rename from Info-last.
15659 Add current node to Info-history-forward.
15660 (Info-history-forward): New fun.
15661 (Info-mode-map): Replace Info-last by Info-history-back.
15662 Bind Info-history-forward to "r".
15663 (Info-mode-menu): Replace Info-last by Info-history-back.
15664 Fix menu item text. Add menu item for Info-history-forward.
15665 (info-tool-bar-map): Replace Info-last by Info-history-back.
15666 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
15667 for Info-history-forward.
15668 (Info-mode): Replace Info-last by Info-history-back in docstring.
15669 Add local variable Info-history-forward.
15670 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
15671
15672 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
15673
15674 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
15675 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
15676 Ignore select-window events rather than fiddle with
15677 mouse-autoselect-window.
15678
15679 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
15680
15681 * type-break.el (type-break-mode): Fix previous change.
15682
15683 2005-01-10 Jay Belanger <belanger@truman.edu>
15684
15685 * calc/calc-ext.el (calc-reset): Reset when inside embedded
15686 calculator; only reset when point is inside a calculator.
15687 Don't adjust the window height if the window takes up the whole height
15688 of the frame.
15689
15690 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
15691
15692 * ebuff-menu.el (Electric-buffer-menu-mode):
15693 Preserve value of buffer-local var header-line-format.
15694
15695 2005-01-09 Jay Belanger <belanger@truman.edu>
15696
15697 * calc/calc.el (calc-mode-var-list-restore-saved-values):
15698 Make sure settings file exists before accessing it.
15699
15700 * calc/calc-embed.el (calc-embedded-subst):
15701 Replace math-multi-subst-rec, which is only supposed to be called
15702 by math-multi-subst, by math-multi-subst.
15703
15704 2005-01-09 Andre Spiegel <spiegel@gnu.org>
15705
15706 * vc.el (vc-allow-async-revert): New user option.
15707 (vc-disable-async-diff): New internal variable.
15708 (vc-revert-buffer): Use them to disable asynchronous diff.
15709
15710 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
15711 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
15712 asynchronously if vc-disable-async-diff is t.
15713
15714 2005-01-09 Jay Belanger <belanger@truman.edu>
15715
15716 * calc/calc.el (defcalcmodevar): New macro.
15717 (calc-mode-var-list-restore-default-values)
15718 (calc-mode-var-list-restore-saved-values): New functions.
15719 (calc-mode-var-list): Use defcalcmodevar to define it.
15720 (calc-always-load-extensions, calc-line-numbering)
15721 (calc-line-breaking, calc-display-just, calc-display-origin)
15722 (calc-number-radix, calc-leading-zeros, calc-group-digits)
15723 (calc-group-char, calc-point-char, calc-frac-format)
15724 (calc-prefer-frac, calc-hms-format, calc-date-format)
15725 (calc-float-format, calc-full-float-format, calc-complex-format)
15726 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15727 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15728 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15729 (calc-matrix-brackets, calc-language, calc-language-option)
15730 (calc-left-label, calc-right-label, calc-word-size)
15731 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15732 (calc-display-raw, calc-internal-prec, calc-angle-mode)
15733 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15734 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15735 (calc-window-height, calc-display-trail, calc-show-selections)
15736 (calc-use-selections, calc-assoc-selections)
15737 (calc-display-working-message, calc-auto-why, calc-timing)
15738 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
15739 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
15740 (calc-gnuplot-default-device, calc-gnuplot-default-output)
15741 (calc-gnuplot-print-device, calc-gnuplot-print-output)
15742 (calc-gnuplot-geometry, calc-graph-default-resolution)
15743 (calc-graph-default-resolution-3d, calc-invocation-macro)
15744 (calc-show-banner): Use defcalcmodevar to declare them and set
15745 their default values.
15746
15747 * calc/calc-ext.el (calc-reset): Restore saved values of variables
15748 instead of default values (but restore default values if there is
15749 an argument of 0).
15750
15751 2005-01-09 David Kastrup <dak@gnu.org>
15752
15753 * desktop.el (desktop-restore-eager): Fix typo in type.
15754
15755 2005-01-08 Richard M. Stallman <rms@gnu.org>
15756
15757 * cus-edit.el (customize): Delete :link.
15758
15759 2005-01-08 Jay Belanger <belanger@truman.edu>
15760
15761 * calc/calc.el (calc-mode): Remove the extension from the
15762 `calc-settings-file' file name when loading it.
15763
15764 2005-01-08 Kim F. Storm <storm@cua.dk>
15765
15766 * info.el (Info-mode-map, Info-next-link-keymap)
15767 (Info-prev-link-keymap, Info-up-link-keymap):
15768 Map follow-link to mouse-face.
15769 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
15770
15771 2005-01-08 Jay Belanger <belanger@truman.edu>
15772
15773 * calc/calc.el (calc-settings-file): Change default value.
15774 Suggested by cgw in a comment in calc-mode.el.
15775
15776 * calc/calc-mode.el (calc-settings-file-name):
15777 Compare calc-settings-file to user-init-file instead of ~/.emacs.
15778 Replace ~/.emacs in a prompt by calc-settings-file.
15779
15780 2005-01-07 Lars Hansen <larsh@math.ku.dk>
15781
15782 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
15783 (desktop-lazy-idle-delay): New customizable variables.
15784 (desktop-buffer-args-list): New variable.
15785 (desktop-append-buffer-args): New function.
15786 (desktop-save): Call desktop-append-buffer-args for some buffers.
15787 (desktop-lazy-create-buffer): New function.
15788 (desktop-idle-create-buffers): New function.
15789 (desktop-read): Add message about buffers to restore lazily.
15790 (desktop-lazy-abort): New command.
15791 (desktop-clear): Call desktop-lazy-abort.
15792 (desktop-lazy-complete): New command.
15793
15794 2005-01-06 Richard M. Stallman <rms@gnu.org>
15795
15796 * emacs-lisp/find-func.el (find-face-definition):
15797 Rename from find-face.
15798
15799 2005-01-06 Kim F. Storm <storm@cua.dk>
15800
15801 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
15802
15803 * man.el (Man-xref-man-page, Man-xref-header-file)
15804 (Man-xref-normal-file): Add follow-link property.
15805
15806 2005-01-06 Jay Belanger <belanger@truman.edu>
15807
15808 * calc/calc-units.el: Make sure the proper macro definitions are
15809 available when compiling.
15810
15811 2005-01-06 Juri Linkov <juri@jurta.org>
15812
15813 * isearch.el (isearch-lazy-highlight-update):
15814 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
15815
15816 2005-01-06 Miles Bader <miles@gnu.org>
15817
15818 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
15819 (isearch-lazy-highlight-face): Use new name.
15820
15821 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
15822
15823 * uniquify.el (uniquify-rationalize-file-buffer-names):
15824 Re-add an interactive spec.
15825 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
15826 to the same name.
15827
15828 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
15829 (isearch-update, isearch-done): Adjust calls accordingly.
15830
15831 2005-01-05 Richard M. Stallman <rms@gnu.org>
15832
15833 * custom.el (custom-set-variables, custom-theme-set-variables):
15834 Clarify documentation.
15835
15836 * emacs-lisp/find-func.el (find-variable)
15837 (find-variable-other-window, find-variable-other-frame):
15838 Fix the TYPE args to find-function-read and find-function-do-it.
15839 (find-function): Doc fix.
15840 (find-function-at-point): Replace function-at-point alias.
15841
15842 2005-01-04 Richard M. Stallman <rms@gnu.org>
15843
15844 * cus-face.el (custom-declare-face):
15845 Record defface in current-load-list.
15846
15847 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
15848
15849 * emacs-lisp/find-func.el: Doc fixes.
15850 (find-face-regexp): New variable.
15851 (find-function-regexp-alist): New variable.
15852 (find-function-C-source): Third arg is now TYPE.
15853 (find-function-search-for-symbol): Handle general TYPE.
15854 (find-function-read, find-function-do-it): Handle general TYPE.
15855 (find-definition-noselect, find-face): New functions.
15856 (function-at-point): Alias deleted.
15857
15858 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
15859
15860 * battery.el (display-battery-mode): Rename from display-battery.
15861 Handle the case where it gets turned off.
15862
15863 2005-01-04 Richard M. Stallman <rms@gnu.org>
15864
15865 * cus-edit.el (customize): Make :link point to user doc.
15866
15867 * man.el (Man-fontify-manpage): Turn off undo generation.
15868
15869 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
15870
15871 2005-01-04 Andreas Schwab <schwab@suse.de>
15872
15873 * files.el (insert-directory): Only look for error lines in
15874 inserted text. Don't move too far after processing --dired markers.
15875
15876 2005-01-04 Richard M. Stallman <rms@gnu.org>
15877
15878 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
15879 Don't expand if the character is @, period, dash, etc.
15880 (define-mail-abbrev): Quote names that contain problem characters.
15881
15882 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
15883
15884 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
15885
15886 2005-01-03 Richard M. Stallman <rms@gnu.org>
15887
15888 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
15889 (query-replace-highlight, query-replace-lazy-highlight)
15890 (query-replace): Definitions moved up. Doc fix.
15891
15892 2005-01-03 Richard M. Stallman <rms@gnu.org>
15893
15894 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
15895 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15896 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15897 (lazy-highlight-face): Rename from isearch-lazy-...
15898 Change all references to them.
15899
15900 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
15901
15902 * cus-edit.el (custom-file): Doc fix for defcustom.
15903 (custom-file): The function no longer sets the variable
15904 `custom-file' to its return value.
15905
15906 * startup.el (command-line): No longer load `custom-file'.
15907
15908 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15909
15910 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
15911
15912 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
15913 Don't confuse module-prefixed identifiers for labels.
15914 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
15915
15916 2005-01-02 Richard M. Stallman <rms@gnu.org>
15917
15918 * files.el (basic-save-buffer-1): Fix previous change.
15919
15920 * loadhist.el (file-loadhist-lookup): New function.
15921 (file-provides, file-requires): Use it.
15922
15923 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
15924 instead of calculating the right size.
15925
15926 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
15927
15928 * vc-svn.el (vc-svn-diff): Stay local if possible.
15929
15930 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
15931
15932 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
15933
15934 * files.el (hack-local-variables): Fix last change.
15935
15936 2005-01-02 Jay Belanger <belanger@truman.edu>
15937
15938 * calc/calc-yank.el (calc-edit-top): New variable.
15939 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
15940 object. Change header properties.
15941 (calc-edit-finish, calc-edit-finish-stack-object)
15942 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
15943 edited object.
15944 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
15945 for the beginning of the edited object.
15946 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
15947 for the beginning of the edited object.
15948 * calc/calc-prog.el (calc-edit-macro-finish-edit)
15949 (calc-finish-formula-edit, calc-macro-repeats)
15950 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
15951 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
15952 beginning of the edited object.
15953 (calc-user-define-edit): Change the header for editing macros.
15954 Remove unnecessary variable.
15955
15956 2005-01-01 Jay Belanger <belanger@truman.edu>
15957
15958 * calc/calc-yank.el (calc-edit-mode): Change default header.
15959 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
15960 * calc/calc-store.el (calc-edit-variable): Change title to match new
15961 header.
15962 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
15963 mode to match new header.
15964 (calc-user-define-edit): Change titles to include names of commands.
15965 (calc-finish-formula-edit): Adjust to handle new header.
15966 (calc-finish-macro-edit): Remove.
15967 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
15968 (calc-edit-macro-command, calc-edit-macro-command-type)
15969 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
15970 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
15971 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
15972 (calc-edit-macro-finish-edit): New functions.
15973 (calc-user-define-edit): Use new functions to edit named calc macros.
15974
15975 2005-01-01 Stefan <monnier@iro.umontreal.ca>
15976
15977 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
15978
15979 * ses.el (copy-region-as-kill): Deactivate mark.
15980
15981 2005-01-01 Richard M. Stallman <rms@gnu.org>
15982
15983 * replace.el (occur-1): If the output buffer is also an input,
15984 don't kill it, rename it.
15985
15986 * faces.el (set-face-background, set-face-foreground): Doc fix.
15987
15988 * cus-face.el (custom-face-attributes): Fix :help-echo strings
15989 for :foreground and :background.
15990
15991 * dired.el (dired-view-command-alist): Variable deleted.
15992 (dired-view-file, dired-mouse-find-file-other-window):
15993 Delete the code to use it.
15994
15995 2005-01-01 Kim F. Storm <storm@cua.dk>
15996
15997 * image.el (insert-sliced-image): Use t for line-height property.
15998
15999 See ChangeLog.11 for earlier changes.
16000
16001 ;; Local Variables:
16002 ;; coding: iso-2022-7bit
16003 ;; End:
16004
16005 Copyright (C) 2005 Free Software Foundation, Inc.
16006 Copying and distribution of this file, with or without modification,
16007 are permitted provided the copyright notice and this notice are preserved.
16008
16009 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1