(save-completions-file-name): Fix typo in last change.
[bpt/emacs.git] / lisp / ChangeLog
1 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * completion.el (save-completions-file-name): Fix typo in last change.
4
5 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6
7 * info.el: Move back/forward history to the beginning of the tool bar.
8
9 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
10
11 * allout.el:(eval-when-compile): Remove unnecessary load of 'cl.
12 Add fset of allout-real-isearch-abort during compile to fix
13 byte-compilation warnings.
14 (allout-mode-p): Move definition of this macro above all uses, or
15 byte compilation in barren emacs (eg, during emacs build) will
16 lack the definition.
17 (allout-mode): Move this variable above any uses, or byte
18 compilation will fail.
19 (allout-resolve-xref): Remove use of personal file-reference function.
20 (allout-toggle-current-subtree-encryption): Do the current (ie,
21 visible containing) topic, rather than nearest around point. Doc fix.
22 (allout-toggle-subtree-encryption): New function, workhorse that
23 works on nearest topic containing point.
24 (allout-encrypt-string): Signal requirement for newer version of pgg.
25 (allout-resumptions): Doc fix.
26
27 2005-12-02 Eli Zaretskii <eliz@gnu.org>
28
29 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
30
31 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
32
33 * textmodes/flyspell.el (flyspell-external-point-words):
34 Consider a misspelling as found in the string search if: (a) misspelling
35 and found string lengths match, or (b) misspelling is found as
36 element in a boundary-chars separated longer string, or (c)
37 ispell-program-name is really ispell and misspelling is found as
38 part of a TeX string. After successful match move beginning of
39 search region to end of match. Warn about not found misspellings
40 once the process is done.
41 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
42
43 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
44
45 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
46 tool bar (removed inadvertently).
47
48 2005-12-02 Juri Linkov <juri@jurta.org>
49
50 * log-view.el (log-view-diff): Clarify doc string.
51
52 2005-12-01 Bill Wohler <wohler@newt.com>
53
54 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
55 triggers lm-verify errors.
56
57 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
58
59 * simple.el (transient-mark-mode, line-number-mode)
60 (column-number-mode, size-indication-mode): Remove `:require nil'.
61
62 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
63
64 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
65 in the margin also.
66 (gdb-breakpoints-mode-map): Use D instead of d for
67 gdb-delete-breakpoint.
68 (gdb-get-frame-number): Require a number to match on.
69 (gdb-threads-mode-map): Add follow-link binding.
70
71 2005-11-30 Jason Rumney <jasonr@gnu.org>
72
73 * isearch.el (isearch-mode-map): Avoid exiting search on
74 language-change event.
75
76 2005-11-30 Romain Francoise <romain@orebokech.com>
77
78 * speedbar.el (speedbar-default-position): New defcustom.
79 (speedbar-frame-reposition-smartly): Use it.
80
81 * dframe.el (dframe-reposition-frame-emacs): Fix position
82 computation for `left' location.
83 Update copyright year.
84
85 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
86
87 * help.el (help-map): Move initialization into declaration.
88
89 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
90
91 * help-fns.el (help-argument-name): Don't autoload.
92 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
93 to be re-loaded when customizing the `help' group.
94
95 2005-11-30 John Paul Wallington <jpw@gnu.org>
96
97 * help-fns.el (describe-function-1): Fill arglist output.
98
99 2005-11-30 Kim F. Storm <storm@cua.dk>
100
101 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
102 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
103 after revert-buffer (or anything else which kills all local variables).
104
105 * apropos.el (apropos-parse-pattern): Doc fix.
106 Set apropos-regexp directly, rather than expecting callers to do so.
107 (apropos-command, apropos, apropos-value, apropos-documentation):
108 Simplify calls to apropos-parse-pattern.
109
110 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
111
112 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
113 (hi-lock-face-phrase-buffer): Use hi-yellow face.
114 (hi-lock-write-interactive-patterns): Use comment-region.
115
116 * longlines.el (longlines-mode): Add mail-setup-hook.
117
118 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
119
120 * simple.el (sendmail-user-agent-compose, next-line):
121 Conditionally use hard-newline.
122
123 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
124
125 * international/latexenc.el (latex-inputenc-coding-alist):
126 Reword doc string.
127
128 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
129
130 * help.el (describe-key-briefly, describe-key): Recognize default
131 bindings.
132
133 2005-11-29 Romain Francoise <romain@orebokech.com>
134
135 * view.el (view-inhibit-help-message): New defcustom.
136 (view-mode-enter): Use it.
137
138 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
139
140 * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
141 Preserve user position.
142
143 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
144
145 * font-lock.el: Throw error if facemenu is not loaded to prevent
146 accidental change of loading order in loadup.el. (Suggested by RMS.)
147
148 * loadup.el: Add comment explaining why facemenu must be loaded
149 before font-lock.
150
151 2005-11-28 Jay Belanger <belanger@truman.edu>
152
153 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
154 (calc-dispatch-map): Add more keys for `calc-same-interface'.
155
156 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
157
158 * calc/calc-embed.el (calc-do-embedded): Update help message.
159
160 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
161
162 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
163
164 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
165
166 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
167 called-interactively-p.
168 (elp-profilable-p): Rename from elp-not-profilable-p.
169 Invert result and take into account macros and autoloaded functions.
170 (elp-instrument-function): Update call.
171 (elp-instrument-package): Update call. Add completion.
172 (elp-pack-number): Use match-string.
173 (elp-results-jump-to-definition-by-mouse): Merge into
174 elp-results-jump-to-definition and then remove.
175 (elp-output-insert-symname): Make help echo text single-line.
176
177 * replace.el (query-replace-map): Move initialization into declaration.
178 (occur-engine): Use with-current-buffer.
179 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
180 (occur-mode-mouse-goto): Replace with an alias.
181
182 2005-11-28 Juri Linkov <juri@jurta.org>
183
184 * simple.el (quoted-insert): Let-bind input-method-function to nil.
185
186 * term/w32-win.el: Bind [S-tab] to [backtab].
187
188 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
189 `Info-find-file' to t.
190
191 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
192 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
193 and same-window-regexps.
194 (occur-next-error): Don't move point for arg 0.
195
196 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
197
198 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
199
200 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
201
202 * log-edit.el (log-edit-changelog-use-first): New var.
203 (log-edit-changelog-ours-p): Use it.
204 (log-edit-insert-changelog): Set it with new arg `use-first'.
205 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
206 (log-edit-hook): Add them to the list of suggested options.
207
208 * textmodes/flyspell.el (flyspell-last-buffer): New var.
209 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
210 redundant work.
211 (flyspell-mode-on): Use add-hook for after-change-functions.
212 (flyspell-mode-off): Use remove-hook for after-change-functions.
213 (flyspell-changes): Make it buffer-local.
214 (flyspell-after-change-function): Make it non-interactive. Use push.
215 (flyspell-post-command-hook): Check input-pending-p while processing
216 the potentially long list of buffer changes.
217
218 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
219
220 * buff-menu.el (list-buffers-noselect): Display the selected
221 frame's buffer list, not the global one.
222
223 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
224
225 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
226 that (list last-input-event) works as in interactive spec.
227
228 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
229
230 * loadup.el ("facemenu"): Load facemenu before font-lock, because
231 `facemenu-keymap' needs to be defined when font-lock is loaded.
232 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
233
234 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
235
236 * completion.el: Remove useless leading * in defcustom docstrings.
237 (save-completions-file-name): Use ~/.emacs.d if available.
238 (completion-standard-syntax-table): Rename from
239 cmpl-standard-syntax-table and fold initialization into declaration,
240 thus removing cmpl-make-standard-completion-syntax-table.
241 (completion-lisp-syntax-table, completion-c-syntax-table)
242 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
243 (cmpl-saved-syntax, cmpl-saved-point): Remove.
244 (symbol-under-point, symbol-before-point)
245 (symbol-under-or-before-point, symbol-before-point-for-complete)
246 (add-completions-from-c-buffer): Use with-syntax-table.
247 (make-completion): Don't return a list of completion entries.
248 Update callers.
249 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
250 (completion-initialize): Rename from initialize-completions.
251 (completion-find-file-hook): Rename from cmpl-find-file-hook.
252 (kill-emacs-save-completions): Collect stats here.
253 (save-completions-to-file, load-completions-from-file):
254 Use with-current-buffer.
255 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
256 into a function. Move all calls to toplevel.
257 (completion-lisp-mode-hook): New fun.
258 (completion-c-mode-hook, completion-setup-fortran-mode):
259 Set the syntax-table here. Use local-set-key.
260 (completion-saved-bindings): New var.
261 (dynamic-completion-mode): Make it into a proper minor mode.
262 (load-completions-from-file): Remove unused var `num-uses'.
263
264 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
265 constructor if it is explicitly overridden.
266
267 * complete.el (PC-completion-as-file-name-predicate):
268 Use minibuffer-completing-file-name.
269 (partial-completion-mode): Use find-file-not-found-functions.
270 (PC-lisp-complete-symbol): Use with-syntax-table.
271 (PC-look-for-include-file): Remove dead setq.
272 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
273 (PC-complete): Use with-current-buffer.
274
275 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
276 escape single quotes.
277
278 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
279
280 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
281 of `if' whose condition always returned nil. Doc fix.
282
283 * buff-menu.el (Buffer-menu-revert-function): Make the selected
284 window's buffer the current buffer around the call to
285 `list-buffers-noselect'. This is necessary to mark that buffer
286 with a `.' in the Buffer Menu when called from Lisp, for instance
287 by Auto Revert Mode.
288
289 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
290
291 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
292 attaching to it.
293 (gdb-pre-prompt): Make sure gdb-error is reset.
294
295 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
296 with a child process, detect it.
297 (gud-speedbar-buttons): Match regexp more carefully.
298
299 2005-11-27 Richard M. Stallman <rms@gnu.org>
300
301 * mouse.el (mouse-drag-move-window-bottom):
302 Use adjust-window-trailing-edge.
303
304 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
305
306 * simple.el (blink-matching-open): Ignore
307 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
308 (blink-matching-paren-on-screen): Update docstring.
309
310 * paren.el (show-paren-mode): No longer change
311 `blink-matching-paren-on-screen'.
312
313 2005-11-27 John Paul Wallington <jpw@pobox.com>
314
315 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
316 (gdb-threads-select, gdb-edit-register-value):
317 Use `posn-set-point' instead of `mouse-set-point' because the
318 latter is not fbound when configured without X.
319
320 2005-11-27 Kim F. Storm <storm@cua.dk>
321
322 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
323 existing face when partially highlighting a TAB in a rectangle.
324
325 2005-11-26 Kim F. Storm <storm@cua.dk>
326
327 * ido.el (ido-mode-map): Doc fix.
328 (ido-mode-common-map, ido-mode-file-map)
329 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
330 (ido-define-mode-map): Rewrite. Select one of the new maps as
331 parent for ido-mode-map instead of building from scratch.
332 (ido-init-mode-maps): New defun to initialize new maps.
333 (ido-mode): Call it.
334 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
335 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
336
337 2005-11-26 John Paul Wallington <jpw@pobox.com>
338
339 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
340 `mouse-set-point' because the latter is not fbound when configured
341 without X.
342
343 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
344
345 * files.el (file-relative-name): Doc fix.
346
347 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
348
349 * progmodes/octave-inf.el (inferior-octave-startup): Force a
350 non-empty string for secondary prompt PS2.
351
352 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
353
354 * progmodes/compile.el (compilation-setup): Fix last change.
355
356 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
357
358 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
359 (gdb-mouse-toggle-breakpoint-margin)
360 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
361 Add gdb-server-prefix to keep out of command history.
362 (gdb-edit-register-value): New function.
363 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
364 (gdb-info-registers-custom): Use above map.
365
366 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
367
368 * custom.el (enable-theme): Signal error if argument is not a
369 theme. Don't recalculate a face if it's not loaded yet.
370
371 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
372 the `user' theme is in effect.
373
374 * info.el (Info-on-current-buffer): Record actual filename in
375 Info-current-file, instead of t, or a fake filename if a non-file
376 buffer. Make autoload.
377 (Info-find-node, Info-revert-find-node): No need to check for
378 Info-current-file nil.
379 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
380 Info-current-file is now never `t'.
381 (Info-fontify-node): Many simplifications due to Info-current-file
382 always being valid. Use Info-find-file to find node filename.
383
384 2005-11-25 David Kastrup <dak@gnu.org>
385
386 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
387 new character, then delete" in order to preserve markers.
388
389 2005-11-25 David Ponce <david@dponce.com>
390
391 * recentf.el (recentf-arrange-by-rule): Handle a special
392 `auto-mode-alist'-like "strip suffix" rule.
393 (recentf-build-mode-rules): Handle second level auto-mode entries.
394
395 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
396
397 * viper-keym.el (viper-ESC-key): Use different values in terminal and
398 window modes.
399
400 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
401 jde-javadoc-checker-report-mode.
402
403 * ediff-wind (ediff-make-wide-display): Slight simplification.
404
405 * ediff.el (ediff-date): Change the date of last update.
406
407 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
408
409 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
410 Use define-minor-mode, and make it a local mode. Turn on font-lock.
411 (hi-lock-mode): New global minor mode.
412 (turn-on-hi-lock-if-enabled): New function.
413 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
414 Change arguments to regexp and face instead of a font-lock pattern.
415 Directly set face property, instead of refontifying.
416 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
417 (hi-lock-find-patterns): Use line-number-at-pos.
418
419 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
420 arguments for hi-lock-set-pattern.
421 (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
422 font-lock-fontify-buffer.
423 (hi-lock-find-file-hook, hi-lock-current-line)
424 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
425
426 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
427 turned off.
428
429 * progmodes/compile.el (compilation-setup): Don't fiddle with
430 font-lock-defaults.
431
432 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
433
434 * progmodes/gdb-ui.el (gdb-var-create-handler)
435 (gdb-var-list-children-handler): Find values for all variable
436 objects. gud-speedbar-buttons decides whether to display them.
437
438 2005-11-24 Romain Francoise <romain@orebokech.com>
439
440 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
441 buffer name with a space.
442
443 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
444
445 * textmodes/org.el: (org-export-plain-list-max-depth): Renamed from
446 `org-export-local-list-max-depth'. Change default value to 3.
447 (org-auto-renumber-ordered-lists)
448 (org-plain-list-ordered-item-terminator): New options.
449 (org-at-item-p, org-beginning-of-item, org-end-of-item)
450 (org-get-indentation, org-get-string-indentation)
451 (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
452 functions.
453 (org-move-item-down, org-move-item-up): New commands.
454 (org-export-as-html): New classes for CSS support. Bug fix in
455 regular expression detecting fixed-width regions. Respect
456 `org-local-list-ordered-item-terminator'.
457 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
458 also a list item.
459 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
460 New item moving functions.
461
462 2005-11-24 Juri Linkov <juri@jurta.org>
463
464 * isearch.el (isearch-repeat): With empty search ring set
465 `isearch-error' to the error string instead of signaling error
466 with the function `error'.
467
468 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
469
470 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
471
472 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
473
474 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
475 and variable.
476 (gdb-var-create-handler, gdb-var-list-children-handler):
477 Don't match on "char **...".
478 (gdb-var-update-handler): Find values for all variable objects.
479 (gdb-info-frames-custom): Identify frames by leading "#".
480
481 * progmodes/gud.el (gud-speedbar-menu-items): Add
482 gdb-speedbar-auto-raise as radio button.
483 (gud-speedbar-buttons): Raise speedbar if requested.
484 Don't match on "char **...".
485 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
486 Make it editable.
487
488 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
489
490 * info.el (Info-fontify-node): Handle the case where
491 Info-current-file is t.
492
493 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
494
495 * simple.el (blink-matching-open): Fix off-by-one in last change.
496
497 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
498
499 * term/mac-win.el: Don't change default directory.
500
501 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
502
503 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
504 buffers correctly. (It used to throw an error in such buffers.)
505 Make it ask for confirmation in group buffers and other Custom
506 buffers containing more than one customization item.
507
508 2005-11-22 John Paul Wallington <jpw@gnu.org>
509
510 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
511 property on mail and url overlays.
512 (goto-address-at-point): Use `posn-set-point' instead of
513 `mouse-set-point' because the latter is not fbound when configured
514 without X.
515
516 2005-11-22 Lars Hansen <larsh@soem.dk>
517
518 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
519 (ls-lisp-classify, ls-lisp-format): Delete call to
520 ls-lisp-parse-symlink.
521 (ls-lisp-handle-switches): Handle symlinks to directories as
522 directories when ls-lisp-dirs-first in non-nil.
523
524 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
525
526 * startup.el (command-line): Make sure that loaddefs.el is handled
527 correctly in load-history.
528
529 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
530
531 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
532 (gdb-struct-string, gdb-array-string): New constants.
533 (gdb-info-locals-handler): Use them.
534 (gdb-reset): Reset gdb-var-list to nil.
535
536 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
537
538 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
539 in patterns.
540
541 2005-11-21 Juri Linkov <juri@jurta.org>
542
543 * custom.el (defcustom): Update link types in docstring.
544
545 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
546
547 * custom.el (defgroup): Add doc-string-elt info.
548
549 * widget.el (define-widget): Don't use declare for the doc-string-elt.
550
551 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
552
553 * newcomment.el (comment-enter-backward): Fix last fix.
554
555 * simple.el (blink-matching-open):
556 * paren.el (show-paren-function): Allow new paren-class info.
557
558 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
559
560 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
561 handled automagically.
562
563 2005-11-20 Andreas Schwab <schwab@suse.de>
564
565 * descr-text.el (describe-char): When copying overlays put them
566 over the full char description instead of just the first character
567 of it.
568
569 2005-11-20 Juri Linkov <juri@jurta.org>
570
571 * simple.el (what-cursor-position):
572 * descr-text.el (describe-char): Use Lisp-readable syntax
573 for octal and hex. Reorder decimal, octal and hex values.
574 Remove excess whitespace in the output. Use `=' in `column='
575 like in `point=' and `Hscroll='.
576
577 * international/mule-cmds.el (encoded-string-description):
578 Use Lisp-readable syntax for hex.
579
580 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
581
582 * newcomment.el (comment-enter-backward): Handle the case where the
583 comment is closed by EOB.
584
585 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
586
587 * longlines.el (longlines-before-revert-hook)
588 (longlines-after-revert-hook): New functions.
589 (longlines-mode): Turn off longlines temporarily when reverting.
590 Add a message-setup-hook.
591 (longlines-decode-buffer): New function.
592 (longlines-wrap-line): Preserve marker positions.
593
594 2005-11-19 Andreas Schwab <schwab@suse.de>
595
596 * emacs-lisp/shadow.el: Handle compressed files.
597
598 2005-11-19 Romain Francoise <romain@orebokech.com>
599
600 * net/browse-url.el (browse-url-default-browser): Signal an error
601 if no usable browser can be found, rather than try to load w3.
602
603 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
604
605 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
606 replacing existing properties.
607 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
608 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
609 tty specs.
610 (rcirc-server-prefix, rcirc-server): New faces.
611 (rcirc-url-regexp): Generate with rx macro.
612 (rcirc-last-server-message-time): New variable.
613 (rcirc-filter): Record time of last message.
614 (rcirc-keepalive): Kill processes that did not send a message
615 since the last ping.
616 (rcirc-mode): Give rcirc-topic a local binding here.
617
618 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
619
620 * subr.el (read-passwd): Fontify the prompt as we do with other
621 prompts.
622
623 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
624
625 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
626 binding buffer-read-only to nil.
627
628 2005-11-19 Eli Zaretskii <eliz@gnu.org>
629
630 * complete.el (partial-completion-mode):
631 Mention completion-auto-help in the doc string.
632
633 * man.el (Man-highlight-references): Doc fix. Reformat code in a
634 more Lisp-ish way.
635
636 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
637
638 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
639 digits, not 8, to avoid misalignment for files larger than 100MB.
640
641 2005-11-19 Eli Zaretskii <eliz@gnu.org>
642
643 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
644 Mention "keyboard shortcuts" in the help text.
645
646 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
647
648 * startup.el (fancy-splash-default-action): Discard only
649 mouse-down and succeeding mouse-up events in the splash screen
650 window so that drag-n-drop event can be processed.
651
652 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
653
654 * longlines.el (longlines-mode): Add hacks for mail-mode and
655 message-mode.
656
657 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
658
659 * textmodes/org.el: (org-table-sort-lines): New command.
660 (org-tbl-menu): Add entry for `org-table-sort-lines'.
661 (org-add-file): Command removed, use `org-agenda-file-to-front'
662 instead.
663 (org-export-icalendar): Use `org-icalendar-combined-name'.
664 (org-cycle-agenda-files, org-agenda-file-to-end)
665 (org-agenda-file-to-front): New commands.
666 (org-table-tab-jumps-over-hlines,org-export-html-style): New
667 options.
668 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
669 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
670 New functions.
671 (org-fill-paragraph): Call `org-table-align' in tables.
672 (org-mode): Call `org-set-autofill-regexps'.
673 (org-export-as-html): Support for local handformatted lists.
674 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
675 (org-export-local-list-max-depth): New option.
676 (org-html-expand): Use `org-html-protect'.
677
678 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
679
680 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
681 to "p".
682 (gdb): Move definition of gud-pp to...
683
684 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
685 speedbar.
686 (gdb-find-watch-expression): New function.
687
688 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
689
690 * faces.el (face-attribute, set-face-attribute): Mention existence
691 of `:ignore-defface' setting in docstring.
692
693 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
694
695 * simple.el (completion-setup-function): Fix last change.
696
697 2005-11-17 John Paul Wallington <jpw@pobox.com>
698
699 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
700 Use `posn-set-point' instead of `mouse-set-point' because the
701 latter is not fbound when configured without X.
702
703 * comint.el (comint-insert-input): Likewise.
704
705 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
706
707 * simple.el (hard-newline): New variable.
708 (sendmail-user-agent-compose, next-line): Use it.
709
710 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
711 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
712 (mail-mail-reply-to, mail-mail-followup-to)
713 (mail-position-on-field, mail-signature, mail-yank-original)
714 (mail-attach-file): Likewise.
715
716 * mail/mailheader.el (mail-header-format)
717 (mail-header-format-function): Likewise.
718
719 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
720
721 2005-11-17 Juri Linkov <juri@jurta.org>
722
723 * font-lock.el (font-lock-faces): Rename this defgroup from
724 `font-lock-highlighting-faces'.
725 (font-lock-comment-face, font-lock-comment-delimiter-face)
726 (font-lock-string-face, font-lock-doc-face)
727 (font-lock-keyword-face, font-lock-builtin-face)
728 (font-lock-function-name-face, font-lock-variable-name-face)
729 (font-lock-type-face, font-lock-constant-face)
730 (font-lock-warning-face, font-lock-negation-char-face)
731 (font-lock-preprocessor-face)
732 (font-lock-regexp-grouping-backslash)
733 (font-lock-regexp-grouping-construct): Rename :group from
734 `font-lock-highlighting-faces' to `font-lock-faces'.
735
736 * cus-edit.el (lisp, c, tex):
737 * progmodes/ada-mode.el (ada):
738 * progmodes/asm-mode.el (asm):
739 * progmodes/cperl-mode.el (cperl-faces):
740 * progmodes/cpp.el (cpp):
741 * progmodes/dcl-mode.el (dcl):
742 * progmodes/f90.el (f90):
743 * progmodes/fortran.el (fortran):
744 * progmodes/icon.el (icon):
745 * progmodes/idlwave.el (idlwave-misc):
746 * progmodes/m4-mode.el (m4):
747 * progmodes/make-mode.el (makefile):
748 * progmodes/meta-mode.el (meta-font):
749 * progmodes/modula2.el (modula2):
750 * progmodes/octave-mod.el (octave):
751 * progmodes/pascal.el (pascal):
752 * progmodes/perl-mode.el (perl):
753 * progmodes/prolog.el (prolog):
754 * progmodes/ps-mode.el (PostScript-edit):
755 * progmodes/scheme.el (scheme):
756 * progmodes/sh-script.el (sh-script):
757 * progmodes/simula.el (simula):
758 * progmodes/tcl.el (tcl):
759 * textmodes/nroff-mode.el (nroff):
760 * textmodes/reftex-vars.el (reftex-fontification-configurations):
761 * textmodes/sgml-mode.el (sgml):
762 * textmodes/texinfo.el (texinfo):
763 Add :link (custom-group-link font-lock-faces) to defgroup.
764
765 * hi-lock.el (hi-lock): Rename this defgroup from
766 `hi-lock-interactive-text-highlighting'. Change parent group from
767 `faces' to `font-lock'. Add link to the manual.
768 (hi-lock-mode, hi-lock-file-patterns-range)
769 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
770 `hi-lock-interactive-text-highlighting' to `hi-lock'.
771 (hi-lock-faces): Add :group `faces'.
772
773 * cus-edit.el (custom-variable-prompt): Clarify the code.
774
775 * faces.el (face-read-string): Set the default value arg of
776 completing-read.
777
778 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
779
780 * rfn-eshadow.el (file-name-shadow-properties)
781 (file-name-shadow-tty-properties, file-name-shadow-mode):
782 Remove autoloads, because the file is now preloaded.
783
784 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
785
786 * printing.el (easy-menu-intern): Don't define.
787 (pr-get-symbol): Use easy-menu-intern only if defined.
788
789 * simple.el (blink-matching-open): Simplify a bit.
790 (completion-setup-function): Fix the case of partial-completion-mode
791 when the minibuffer's contents start with "-".
792 Obey completion-base-size-function even when
793 minibuffer-completing-file-name is non-nil.
794
795 2005-11-16 Richard M. Stallman <rms@gnu.org>
796
797 * net/eudcb-ph.el (eudc-ph-open-session):
798 Use set-process-query-on-exit-flag.
799
800 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
801
802 * international/ucs-tables.el (ucs-set-table-for-input):
803 Use make-local-variable, not make-variable-buffer-local.
804
805 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
806 Improve warning message text.
807
808 * savehist.el (savehist-save-hook): Add :group.
809
810 * menu-bar.el (menu-bar-help-menu):
811 Rename Find Extra Packages to External Packages.
812
813 * cus-edit.el (Custom-reset-standard): Verify that
814 :custom-standard-value prop exists before calling it.
815
816 * apropos.el (apropos-calc-scores): Use apropos-pattern.
817
818 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
819
820 * wid-edit.el (color): Enclose %t in %{...%}.
821
822 * cus-edit.el (face): Enclose %t in %{...%}.
823
824 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
825
826 * savehist.el (savehist-mode-hook): Re-add the var.
827 (savehist-mode): Use it.
828
829 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
830
831 * textmodes/flyspell.el: Fix commenting convention.
832 Remove unnecessary leading * in custom docstrings.
833 (flyspell-emacs): Remove unused var.
834 (flyspell-delete-region-overlays): Use remove-overlays.
835 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
836 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
837 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
838 (flyspell-debug-signal-word-checked): Use with-current-buffer.
839 (make-flyspell-overlay): Don't locally reuse a global name.
840 (flyspell-highlight-incorrect-region)
841 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
842 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
843 (flyspell-notify-misspell): Remove unused args `start' and `end'.
844 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
845 Wrap calls to accept-process-output inside with-local-quit since it's
846 often called from a post-command-hook.
847 (flyspell-correct-word, flyspell-auto-correct-word):
848 Use ispell-send-string.
849 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
850
851 * calendar/diary-lib.el (diary-list-entries): Also hide the
852 terminating newline.
853
854 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
855
856 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
857 window-system, to allow fonts on tty.
858
859 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
860
861 * progmodes/gud.el (gud-speedbar-item-info): New function.
862 (gud-install-speedbar-variables): Use it to display data type
863 of watch expression as a tooltip in speedbar.
864
865 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
866
867 * font-core.el (global-font-lock-mode): Add :version keyword,
868 because default was changed.
869
870 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
871
872 * startup.el (command-line): Use `custom-reevaluate-setting' for
873 `file-name-shadow-mode'.
874
875 * loadup.el: Preload rfn-eshadow.
876
877 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
878 Add :version keyword.
879 (file-name-shadow-properties, file-name-shadow-tty-properties)
880 (file-name-shadow): Add :version keyword.
881
882 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
883 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
884 in the custom-group property of the symbol frames and the fringe
885 group got no link to its parent group frames.
886 Doc fix.
887
888 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
889
890 * progmodes/gud.el (gud-stop-subjob): New function.
891 (gud-menu-map, gud-tool-bar-map): Use it.
892
893 2005-11-16 Kim F. Storm <storm@cua.dk>
894
895 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
896 than kill it.
897 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
898 to a more useful/logical place.
899
900 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
901
902 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
903 go buttons complementary.
904
905 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
906
907 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
908 (rfn-eshadow-sifn-equal): New function.
909 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
910
911 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
912
913 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
914 string.
915
916 * viper.el (viper-emacs-state-mode-list): Ensure that
917 rcirc-mode buffers come up in Emacs state.
918
919 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
920 operation.
921
922 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
923
924 * term.el (term-termcap-format): Fix typos.
925 (term-down): Fix the negative argument case.
926
927 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
928
929 * progmodes/gdb-ui.el: Remove face-alias left over from change on
930 2005-08-15.
931 (gdb-ann3): New command gud-go.
932 (menu): Accomodate gdb-mi.el.
933 (gdb-assembler-custom): Make buffer of selected window current
934 so that set-window-point works.
935
936 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
937 buttons and include new ones.
938
939 2005-11-16 Kim F. Storm <storm@cua.dk>
940
941 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
942 (gud-menu-map): Use it.
943
944 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
945
946 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
947 that works correctly for Custom and that does not override a user
948 who disables it.
949
950 * help-mode.el (help-make-xrefs, help-xref-on-pp)
951 (help-xref-interned, help-follow): Make hyperlinks for variables
952 that are unbound, but have a non-nil variable-documentation property.
953
954 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
955 mode hook. (It conflicted with defcustoms for some mode hooks.)
956 Use the `variable-documentation' property to give the mode hook a
957 docstring and expand that docstring.
958
959 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
960
961 * savehist.el (savehist-mode): Don't bother with
962 `custom-set-minor-mode'.
963 (savehist-coding-system): Check XEmacs version.
964 (history-length): Declare also at run time.
965 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
966 Don't set the customize state.
967 (savehist-minibuffer-hook): Special case for when
968 minibuffer-history-variable is equal to t.
969
970 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
971
972 * files.el (write-file): Refresh VC status.
973
974 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
975 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
976 than fundamental-mode to see if the mode was set.
977
978 2005-11-14 Romain Francoise <romain@orebokech.com>
979
980 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
981 dummy function in `eval-when-compile' to avoid compiler warning.
982 Require `man' at compile time.
983
984 2005-11-14 Jay Belanger <belanger@truman.edu>
985
986 * calc-alg.el (calcFunc-write-out-power): Rename it to
987 calcFunc-powerexpand.
988 (math-write-out-power): Rename it to math-powerexpand; have it
989 handle negative exponents.
990 (calc-writeoutpower): Rename it to calc-powerexpand.
991
992 * calc-ext.el: Change calcFunc-writeoutpower and
993 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
994 autoloads.
995 Add calcFunc-ldiv to autoloads.
996
997 * calc-arith.el (calcFunc-ldiv): New function.
998
999 * calc.el (calc-left-divide): New function.
1000
1001 2005-11-14 Juri Linkov <juri@jurta.org>
1002
1003 * cus-edit.el (custom-variable-prompt): Set the default value arg
1004 of completing-read.
1005
1006 * cus-dep.el (custom-make-dependencies): Reverse the list of
1007 found dependencies.
1008
1009 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
1010
1011 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
1012 Highlighting" entry, it is on by default now.
1013 (menu-bar-options-save): Do not save global-font-lock-mode.
1014
1015 2005-11-13 Richard M. Stallman <rms@gnu.org>
1016
1017 * textmodes/flyspell.el (flyspell-large-region):
1018 Call flyspell-accept-buffer-local-defs.
1019
1020 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
1021
1022 * textmodes/flyspell.el (flyspell-notify-misspell):
1023 Fix misspelling of "Misspelling".
1024 (flyspell-process-localwords): New function.
1025 (flyspell-large-region): Call flyspell-process-localwords and
1026 flyspell-delete-region-overlays.
1027 (flyspell-delete-region-overlays): New function.
1028 (flyspell-delete-all-overlays): Call that.
1029
1030 2005-11-13 Richard M. Stallman <rms@gnu.org>
1031
1032 * help.el (help-for-help-internal): Improve doc of C-h a.
1033 (describe-key): Improve prompt; doc fix.
1034
1035 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1036
1037 * vc-svn.el (vc-svn-registered): Catch all errors.
1038
1039 * cus-dep.el (custom-make-dependencies): Typo.
1040
1041 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
1042
1043 * net/tramp-util.el (top): Fix compilation warning.
1044
1045 2005-11-13 Kim F. Storm <storm@cua.dk>
1046
1047 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
1048
1049 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
1050
1051 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
1052 (gud-speedbar-buttons): Match on "const char *" too.
1053
1054 * progmodes/gdb-ui.el (gdb-var-create-handler)
1055 (gdb-var-list-children-handler): Match on "const char *" too.
1056 (gdb-var-evaluate-expression-handler): Match on empty string.
1057 (gdb-var-update-handler): Only call
1058 gdb-var-evaluate-expression-handler when required.
1059
1060 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
1061
1062 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
1063 selected window. This still doesn't work for speedbar.
1064 (gud-speedbar-buttons): Handle string expressions properly.
1065
1066 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
1067 (gdb-var-create-handler): Handle string expressions properly.
1068 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
1069 Handle string expressions properly. Move "type" field into regexp.
1070
1071 2005-11-12 Karl Fogel <kfogel@red-bean.com>
1072
1073 * bookmark.el (bookmark-maybe-message): New function to reduce
1074 code duplication: invokes `message' iff baud-rate is high enough.
1075 (bookmark-write-file): Use above instead of an inline conditional.
1076 (bookmark-load): Same.
1077
1078 2005-11-12 Karl Fogel <kfogel@red-bean.com>
1079
1080 * bookmark.el (bookmark-write-file): Don't visit the destination
1081 file, just write the data to it using write-region. This is
1082 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
1083 change to avoid visiting the file in the first place.
1084
1085 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
1086
1087 * hi-lock.el (hi-lock-mode): Set the default value of
1088 font-lock-defaults.
1089
1090 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
1091
1092 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
1093 arg to `file-attributes'.
1094 (find-lisp-format): The UID and GID can now be strings.
1095
1096 2005-11-12 Kim F. Storm <storm@cua.dk>
1097
1098 * help.el (help-map): Bind C-h d to apropos-documentation.
1099
1100 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
1101 when point is at end-of-buffer.
1102
1103 * apropos.el (apropos-match-face): Doc fix.
1104 (apropos-sort-by-scores): Add new choice `verbose'.
1105 (apropos-documentation-sort-by-scores): New defcustom.
1106 (apropos-pattern): Now contains the pattern entered by the user.
1107 (apropos-pattern-quoted): New defvar.
1108 (apropos-regexp): New defvar, containing the regexp corresponding
1109 to apropos-pattern.
1110 (apropos-all-words-regexp): Rename from apropos-all-regexp.
1111 (apropos-read-pattern): New defun. Use it to read pattern arg in
1112 interactive calls; returns list of words for a word list, and
1113 string for a regexp.
1114 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
1115 parses a list of words or regexp as returned by apropos-read-pattern.
1116 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
1117 (apropos-score-doc): Return a very high score if the string
1118 entered by the user matches literally.
1119 (apropos-variable): Doc fix. Use apropos-read-pattern.
1120 (apropos-command): Doc fix. Use apropos-read-pattern and
1121 apropos-parse-pattern. Call apropos-print with nosubst=t.
1122 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
1123 apropos-parse-pattern.
1124 (apropos-documentation): Doc fix. Use apropos-read-pattern and
1125 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
1126 apropos-documentation-sort-by-scores. Call apropos-print with
1127 nosubst=t.
1128 (apropos-documentation-internal): Pass doc string through
1129 substitute-key-definition before adding text properties.
1130 Highlight substring matching literal user input if possible.
1131 (apropos-documentation-check-doc-file): Remove locals beg and end.
1132 Fix calculation of score (as added twice). Pass doc string through
1133 substitute-key-definition before adding text properties.
1134 (apropos-documentation-check-elc-file): Pass doc string through
1135 substitute-key-definition before adding text properties.
1136 Highlight substring matching literal user input if possible.
1137 (apropos-print): Add new arg NOSUBST; if set, command and variable
1138 doc strings have already been passed through substitute-key-definition.
1139 Add code to handle apropos-accumulator items without score element
1140 for backwards compatibility (e.g. with woman package).
1141 Only show scores if apropos-sort-by-scores is `verbose'.
1142
1143 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1144
1145 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
1146 Add jka-compr-load-suffixes to load-suffixes.
1147
1148 * jka-compr.el: Require 'jka-cmpr-hook.
1149 (jka-compr-info-compress-message, jka-compr-info-compress-program)
1150 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
1151 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
1152 (jka-compr-info-can-append, jka-compr-info-strip-extension)
1153 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
1154 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
1155 (jka-compr-uninstall): Remove entries from
1156 jka-compr-added-to-file-coding-system-alist after they are used.
1157 (jka-compr-error): Remove unused var `curbuf'.
1158 (jka-compr-file-local-copy): Remove unused var `notfound'.
1159
1160 2005-11-10 Romain Francoise <romain@orebokech.com>
1161
1162 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
1163
1164 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
1165
1166 * progmodes/gud.el (gud-menu-map): Move parentheses.
1167 (gdb): New command gud-pv.
1168
1169 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1170
1171 * tar-mode.el: Remove spurious or unnecessary leading stars
1172 in docstrings.
1173 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
1174 (tar-parse-octal-integer-safe): Use mapc.
1175 (tar-header-block-summarize): Remove unused var `ck'.
1176 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
1177 cleared before. Obey default-enable-multibyte-characters.
1178 Use mapconcat. Simplify setting of tar-header-offset.
1179 (tar-mode-map): Move initialization inside delcaration.
1180 (tar-flag-deleted): Use `abs'.
1181 (tar-expunge-internal): Remove unused var `line'.
1182 (tar-expunge-internal): Don't hardcode point-min==1.
1183 (tar-expunge): Widen while doing set-buffer-multibyte.
1184 (tar-rename-entry): Use file-name-coding-system.
1185 (tar-alter-one-field): Don't hardcode point-min==1.
1186 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
1187 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
1188
1189 2005-11-10 Masatake YAMATO <jet@gyve.org>
1190
1191 * add-log.el (add-log-current-defun): Handle class::method
1192 notation of c++. Fix incorrect comment.
1193
1194 2005-11-10 Alan Mackenzie <acm@muc.de>
1195
1196 * help-fns.el (describe-variable): Make C-h v work when a variable
1197 has variable documentation yet is unbound.
1198
1199 2005-11-10 Masatake YAMATO <jet@gyve.org>
1200
1201 * man.el (Man-highlight-references): Set an empty
1202 string to `Man-arguments' if it is nil.
1203 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
1204
1205 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1206
1207 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
1208 commenting conventions.
1209
1210 * cus-dep.el (custom-make-dependencies): Simplify.
1211 Better follow the commenting conventions.
1212
1213 2005-11-09 Richard M. Stallman <rms@gnu.org>
1214
1215 * apropos.el (apropos-pattern): Rename from apropos-regexp.
1216 (apropos-orig-pattern): Rename from apropos-orig-regexp.
1217 All uses changed.
1218 (apropos-rewrite-regexp): Doc fix.
1219 (apropos-variable, apropos-command, apropos, apropos-value):
1220 Change prompt; carry through the argument renaming.
1221
1222 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
1223
1224 * find-lisp.el: Require dired.
1225 (find-lisp-find-dired-internal): Do not call
1226 `abbreviate-file-name' on DIR.
1227
1228 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
1229
1230 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
1231
1232 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
1233
1234 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
1235 when using the speedbar.
1236 (gdb): New command gud-pp.
1237 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
1238
1239 2005-11-09 Juri Linkov <juri@jurta.org>
1240
1241 * replace.el (occur-excluded-properties): New defcustom.
1242 (occur-1, occur-engine, occur-accumulate-lines): Use it.
1243
1244 2005-11-08 Jay Belanger <belanger@truman.edu>
1245
1246 * calc/calc-units.el (math-convert-units): Replace any composite
1247 unit by its definition.
1248
1249 2005-11-08 Lars Hansen <larsh@soem.dk>
1250
1251 * emacs-lisp/autoload.el (update-directory-autoloads):
1252 Add obsolete function alias.
1253
1254 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1255
1256 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
1257 comment-indent-function.
1258 (lisp-comment-indent): Replace by an alias for comment-indent-default.
1259
1260 * reveal.el (reveal-post-command): Rework the handling of
1261 reveal-open-spots, so as to be more reliable. There were several
1262 tricky corner cases where an open spot might be lost, or where
1263 a closed spot might end up on the list of open spots.
1264 Only reveal text that's ellipsised.
1265
1266 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
1267
1268 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
1269
1270 2005-11-07 John Paul Wallington <jpw@gnu.org>
1271
1272 * ibuffer.el (ibuffer): Search iconified frames too when
1273 getting Ibuffer buffer's window.
1274
1275 2005-11-06 Richard M. Stallman <rms@gnu.org>
1276
1277 * progmodes/compile.el (compilation-internal-error-properties):
1278 save-excursion around the computation of MARKER.
1279
1280 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
1281
1282 * textmodes/flyspell.el (flyspell-external-point-words):
1283 flyspell-get-word returns a list, not just a string.
1284
1285 2005-11-06 John Paul Wallington <jpw@pobox.com>
1286
1287 * ibuffer.el (ibuffer): Search all visible frames when getting
1288 Ibuffer buffer's window.
1289
1290 2005-11-07 Masatake YAMATO <jet@gyve.org>
1291
1292 * man.el (Man-reference-regexp): Accept spaces between
1293 `Man-name-regexp' and `Man-section-regexp'.
1294 (Man-apropos-regexp): New variable.
1295 (Man-abstract-xref-man-page): Use value for `Man-target-string'
1296 if available.
1297 (Man-highlight-references, Man-highlight-references0):
1298 Handle the case when `Man-arguments' includes "-k".
1299 (Man-highlight-references0): Rename the argument `TARGET-POS' to
1300 `TARGET'. `TARGET' can be a number, function or nil.
1301
1302 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
1303
1304 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
1305 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
1306 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
1307 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
1308 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
1309 (gdb-send-item): Use buffer-local-value and simplify.
1310
1311 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
1312
1313 * startup.el (command-line): Use `custom-reevaluate-setting' for
1314 `global-font-lock-mode'.
1315
1316 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
1317 by default, except in batch mode or when the -D option is given.
1318
1319 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
1320 specified keyword args on to `define-minor-mode'. Update docstring.
1321
1322 2005-11-05 Romain Francoise <romain@orebokech.com>
1323
1324 * replace.el (occur-engine): Add marker at end of line, too.
1325
1326 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1327
1328 * font-lock.el: Don't deal with font-lock-face-attributes here,
1329 move the code ...
1330
1331 * startup.el (command-line): ... here. Use face-spec-set instead
1332 of custom-declare-face.
1333
1334 * faces.el (face-spec-set): Reset the face if spec is not nil.
1335
1336 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1337
1338 * newcomment.el (comment-region-internal): Box more tightly in the
1339 common case where there's no TAB in the boxed text.
1340
1341 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1342
1343 * info.el (info-tool-bar-map): Use images prev-node, next-node and
1344 up-node.
1345
1346 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
1347
1348 * newsticker.el: Commentary updated. Code formatting changed.
1349 (newsticker-version): Change to "1.9".
1350 (newsticker, newsticker-feed): Doc fix.
1351 (newsticker-url-list): Doc fix. Add option "Weekly".
1352 (newsticker-retrieval-interval): Add option "Weekly".
1353 (newsticker-headline-processing): Doc fix.
1354 (newsticker-auto-mark-filter): Remove.
1355 (newsticker-auto-mark-filter-list): New.
1356 (newsticker-layout, newsticker-sort-method): Doc fix.
1357 (newsticker-hide-old-items-in-newsticker-buffer)
1358 (newsticker-heading-format, newsticker-item-format)
1359 (newsticker-desc-format): Doc fix.
1360 (newsticker-show-all-rss-elements): Remove.
1361 (newsticker-show-all-news-elements): New.
1362 (newsticker-faces, newsticker-ticker): Doc fix.
1363 (remove-from-invisibility-spec): Code formatting.
1364 (newsticker--process-ids): New.
1365 (newsticker-mode): Doc fix.
1366 (newsticker-mode): Change mode-line-format.
1367 (newsticker-start): Remove debug output.
1368 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
1369 (newsticker-w3m-show-inline-images): Code formatting.
1370 (newsticker-next-item): Call `force-mode-line-update'.
1371 (newsticker-previous-item): Call `force-mode-line-update'.
1372 (newsticker-next-feed): Call `force-mode-line-update'.
1373 (newsticker-previous-feed): Call `force-mode-line-update'.
1374 (newsticker-mark-all-items-at-point-as-read): Code formatting.
1375 (newsticker-show-old-items): Do not show descs.
1376 (newsticker-hide-entry): Hide too much.
1377 (newsticker-hide-entry, newsticker-show-entry)
1378 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
1379 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
1380 (newsticker-toggle-auto-narrow-to-item): Code formatting.
1381 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
1382 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
1383 (newsticker-get-news): Call `force-mode-line-update'.
1384 Collect process ids.
1385 (newsticker--sentinel): Change coding system handling.
1386 Move image retrieval to new functions newsticker--get-logo-url-*.
1387 Move feed parsing to new functions newsticker--parse-*.
1388 Update list of process ids.
1389 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
1390 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
1391 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
1392 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
1393 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
1394 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
1395 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
1396 (newsticker--decode-coding-string): Remove.
1397 (newsticker--decode-numeric-entities): Check input. Format code.
1398 (newsticker--remove-whitespace): Check input.
1399 (newsticker--do-forget-preformatted): Doc fix.
1400 (newsticker--decode-rfc822-date): Allow for missing time.
1401 (newsticker--update-process-ids): New.
1402 (newsticker--image-sentinel): Change comment.
1403 (newsticker--image-read): Change error message.
1404 (newsticker--imenu-goto): Doc fix. Show headline title.
1405 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
1406 (newsticker--buffer-do-insert-text): Clean whitespace in
1407 html-rendered headline title. Code formatting.
1408 Call `newsticker--buffer-print-extra-elements'.
1409 (newsticker--buffer-print-extra-element): Remove.
1410 (newsticker--buffer-print-extra-elements): New.
1411 (newsticker--buffer-do-print-extra-element): New.
1412 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
1413 large sizes.
1414 (newsticker--run-auto-mark-filter)
1415 (newsticker--do-run-auto-mark-filter):
1416 Use `newsticker-auto-mark-filter-list'.
1417
1418 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
1419
1420 * net/rcirc.el: Use split-string OMIT-NULLS argument.
1421 (rcirc-print): Force redisplay before running hooks. Do long
1422 buffer truncation after making new text read-only. Deal with nil
1423 text when decoding strings. If TARGET is nil, use either the
1424 currently selected buffer, if it is an rcirc buffer and of the
1425 same process or the process buffer.
1426 (rcirc-mode): Remove header-line. Recompute short buffer names.
1427 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
1428 (rcirc-short-buffer-name): Add variable.
1429 (rcirc-kill-buffer-hook): Recompute short buffer names.
1430 Remove nick from private channel.
1431 (rcirc-send-input): Send command text to current-buffer.
1432 Don't clear overlay arrow here.
1433 (rcirc-short-buffer-name): Return a short buffer name.
1434 (rcirc-update-short-buffer-names, rcirc-abbreviate)
1435 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
1436 buffer-name abbreviations.
1437 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
1438 Do not touch nick-table when killing a parted channel.
1439 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
1440 Clear arrow from current buffer if it is now hidden.
1441 (rcirc-current-buffer): Add variable.
1442 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
1443 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
1444 Remove -face from names.
1445 (rcirc-update-activity-string): Print "DND" when globally ignoring
1446 activity.
1447 (rcirc-ignore-buffer-activity-flag): Rename from
1448 rcirc-ignore-channel-activity.
1449 (rcirc-ignore-all-activity-flag): Doc fix.
1450 (rcirc-channels): Remove variable.
1451 (rcirc-kill-buffer-hook):
1452 (rcirc-get-buffer-create): Add nick to private channel.
1453 (rcirc-multiline-edit-submit): Remove tabs.
1454 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
1455 folded.
1456 (rcirc-remove-nick-channel): Bug fix.
1457 (rcirc-toggle-ignore-buffer-activity): Rename from
1458 rcirc-toggle-ignore-channel-activity.
1459 (rcirc-record-activity): Add buffers to the front of the list.
1460 (rcirc-update-activity): Remove killed buffers from list.
1461 (rcirc-process-server-response-1): Remove last argument if it is
1462 null before calling handler.
1463 (rcirc): Add "rcirc" defcustom prefix.
1464 (rcirc-prompt): Simplify default prompt.
1465 Use custom-initialize-default.
1466 (rcirc-private-chats): Remove variable.
1467 (rcirc-prompt): Change initialization.
1468 (rcirc-version): Remove function.
1469 (rcirc-id-string): Add constant.
1470 (rcirc-last-buffer): Remove variable.
1471 (rcirc-buffer-alist): Add variable.
1472 (rcirc-connect): Update variable setup.
1473 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
1474 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
1475 default.
1476 (rcirc-handler-generic): Trigger activity.
1477 (rcirc-send-message): Create the buffor of the target.
1478 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
1479 (rcirc-get-buffer): Just return nil if there is no matching buffer.
1480 (rcirc-multiline-edit-cancel): Remove function.
1481 (rcirc-set-last-buffer): Remove function.
1482 (rcirc-get-any-buffer): Add function.
1483 (rcirc-join-channels): Don't print /join text.
1484 (rcirc-toggle-ignore-channel-activity): Add and update echo area
1485 messages.
1486 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
1487 (rcirc-handler-NOTICE): Recognize CTCP responses.
1488 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
1489 constructing TOPIC string for buffers we are not JOINed.
1490 (rcirc-handler-CTCP-response): Add handler.
1491 (rcirc-multiline-edit-submit): Restore the window-configuration
1492 before adjusting point.
1493 (rcirc): Add customization group.
1494 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
1495 (rcirc-user-full-name, rcirc-startup-channels-alist)
1496 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
1497 (rcirc-ignore-all-activity-flag, rcirc-time-format)
1498 (rcirc-input-ring-size, rcirc-read-only-flag)
1499 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
1500 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
1501 Change defvar to defcustom.
1502 (rcirc-update-prompt): Add optional ALL arg, which will update
1503 prompts in all rcirc buffers. Regexp quote replacement text.
1504 (rcirc-fill-column): Accept 'frame-width as a value.
1505 (rcirc-set-changed): Add function.
1506 (rcirc-next-active-buffer): Write more meaningful messages.
1507 (rcirc-faces): Add customization group.
1508 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
1509 (rcirc-nick-in-message-face, rcirc-prompt-face)
1510 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
1511 (with-rcirc-process-buffer): Move before first usage.
1512 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
1513 (rcirc-debug-flag): Rename from `rcirc-log-p'.
1514 (rcirc-debug): Rename from `rcirc-log'.
1515 (rcirc-format-response-string): Do not print '-' chars for a
1516 NOTICE with no sender. Simplify output of server responses.
1517
1518 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
1519
1520 (rcirc-browse-url-map, rcirc-browse-url-at-point)
1521 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
1522 mouse and RET clickable.
1523
1524 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
1525
1526 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
1527
1528 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
1529
1530 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
1531 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1532 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1533 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1534 argument to all these routines, so the passphrase can be managed
1535 externally and passed in to the system.
1536 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
1537 pgg-add-passphrase-to-cache function.
1538
1539 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
1540 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
1541 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
1542 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
1543 argument to all these routines, so the passphrase can be managed
1544 externally and passed in to the system.
1545 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
1546 function.
1547
1548 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
1549
1550 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
1551 from goto-address-url-regexp.
1552
1553 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
1554
1555 * textmodes/org.el (org-read-date, org-goto-calendar)
1556 (org-recenter-calendar, org-agenda-goto-calendar):
1557 Temporarily clear 'calendar-move-hook'.
1558
1559 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
1560
1561 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
1562 merging.
1563
1564 * ediff-util.el (ediff-previous-difference): Don't skip regions that
1565 have merge clashes.
1566
1567 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1568
1569 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1570 Undo previous change.
1571
1572 * startup.el (command-line): Use `custom-reevaluate-setting' for
1573 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
1574 tty-register-default-colors on Mac.
1575
1576 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
1577
1578 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
1579 (gdb-buffer-type): Make it automatically buffer local...
1580 (gdb-get-create-buffer): ...and set it accordingly.
1581 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
1582 actually work.
1583
1584 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
1585
1586 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
1587 not red.
1588
1589 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
1590
1591 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
1592 case GUD buffer is not visible.
1593 (gdb-goto-breakpoint): Try to force display in source buffer.
1594 (gdb-frame-gdb-buffer): Copy other similar functions.
1595 (gdb-restore-windows): Don't display source if not asked for.
1596 (gdb-assembler-buffer-name): Don't capitalise.
1597
1598 2005-11-03 Richard M. Stallman <rms@gnu.org>
1599
1600 * wid-edit.el (key-sequence): New widget type.
1601
1602 * simple.el (set-mark-command-repeat-pop): New variable.
1603 (set-mark-command): Only interpret plan C-@ after a pop as a pop
1604 if set-mark-command-repeat-pop is true.
1605
1606 * info.el (Info-fontify-node): Don't display extra "see" if there
1607 already is one here.
1608
1609 * mouse.el: Fix special handling of DEL after dragging a region:
1610 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
1611 (mouse-region-delete-keys): Add [backspace].
1612
1613 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
1614
1615 * textmodes/ispell.el (ispell-command-loop): Change `i' description
1616 not to assume it pertains to an affix.
1617
1618 * textmodes/flyspell.el (flyspell-post-command-hook):
1619 Bind deactivate-mark to prevent deactivation.
1620
1621 2005-11-03 Lars Hansen <larsh@soem.dk>
1622
1623 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
1624 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
1625 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
1626
1627 2005-11-03 Romain Francoise <romain@orebokech.com>
1628
1629 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
1630 Update copyright years.
1631
1632 2005-11-03 Sam Steingold <sds@gnu.org>
1633
1634 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1635 Use system-type instead of window-system because window-system is not
1636 correctly defined during loadup.
1637
1638 2005-11-02 Mark A. Hershberger <mah@everybody.org>
1639
1640 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
1641 (xml-parse-tag): Join strings separated by a comment properly.
1642
1643 2005-11-02 Andreas Schwab <schwab@suse.de>
1644
1645 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
1646
1647 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1648
1649 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
1650 (byte-optimize-pure-func): Quote the eval'd value.
1651
1652 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1653 Rename from perl-font-lock-syntactic-face-function.
1654 Change the calling convention so it can be used as a font-lock MATCHER.
1655 Do the parse-partial-sexp loop outselves.
1656 (perl-font-lock-syntactic-keywords): Use it.
1657 (perl-mode): Don't set font-lock-syntactic-face-function any more.
1658
1659 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
1660
1661 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
1662 disassembly buffer too.
1663 (gdb-exited): Remove overlay arrows when execution has finished.
1664 (gdb-info-frames-custom, gdb-info-threads-custom)
1665 (gdb-info-registers-custom): Don't add inappropriate text
1666 properties if inferior is not active.
1667
1668 2005-11-02 Glenn Morris <rgm@gnu.org>
1669
1670 * progmodes/fortran.el (fortran-blink-match):
1671 Use `blink-matching-delay'.
1672
1673 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
1674
1675 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
1676
1677 2005-11-02 Lars Hansen <larsh@soem.dk>
1678
1679 * net/tramp.el (tramp-action-out-of-band): Handle scp message
1680 "Permission denied".
1681
1682 2005-11-01 Richard M. Stallman <rms@gnu.org>
1683
1684 * textmodes/flyspell.el (flyspell-external-point-words):
1685 Pass nil to flyspell-get-word.
1686
1687 2005-11-02 Kim F. Storm <storm@cua.dk>
1688
1689 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
1690 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
1691
1692 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1693
1694 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
1695 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1696 (calendar-mouse-print-dates): Add optional `event' argument.
1697 Update interactive-spec.
1698 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1699 Use `calendar-event-to-date' instead of `event'.
1700
1701 2005-11-02 Masatake YAMATO <jet@gyve.org>
1702
1703 * progmodes/ld-script.el (ld-script-builtins):
1704 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
1705 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
1706 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
1707
1708 2005-11-01 Romain Francoise <romain@orebokech.com>
1709
1710 * vc-sccs.el: Update copyright year.
1711 * ezimage.el: Likewise.
1712
1713 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
1714
1715 * info.el (Info-fontify-node): Use `string-width' for fontifying
1716 underlined titles.
1717
1718 2005-11-01 Juri Linkov <juri@jurta.org>
1719
1720 * info.el (Info-fontify-node): Downcase node header keywords Node,
1721 Prev, Next, Up before comparison.
1722 (Info-history): Insert absolute directory name, and put invisible
1723 property on it.
1724
1725 2005-11-01 Juri Linkov <juri@jurta.org>
1726
1727 * info.el (Info-file-supports-index-cookies): New variable.
1728 (Info-find-node-2): Check makeinfo version for index cookie support.
1729 (Info-index-nodes): Search for nodes with index cookies only when
1730 Info-file-supports-index-cookies is t. Otherwise, search nodes
1731 with "Index" in the node name.
1732 (Info-index-node): Search index cookie in the current node only when
1733 Info-file-supports-index-cookies is t. Otherwise, check the word
1734 "Index" in the node name.
1735 (Info-find-emacs-command-nodes): Remove code that searches nodes
1736 with "Index" node name in the top menu.
1737
1738 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1739
1740 * progmodes/scheme.el (scheme-mode-variables): Use the default
1741 comment-indent-function.
1742
1743 * faces.el (face-attribute): Handle the case where a face inherits from
1744 a non-existent face.
1745
1746 * simple.el (eval-expression-print-format): Use lisp-readable syntax
1747 for octal and hexa output, and merge the char into the paren.
1748 (kill-new): Use push.
1749 (copy-to-buffer): Use with-current-buffer.
1750 (completion-setup-function): Move code in loop to remove redundancy.
1751 (minibuffer-local-must-match-map): Don't add bindings that duplicate
1752 those inherited from minibuffer-local-completion-map.
1753
1754 * savehist.el (savehist-mode) <defcustom>:
1755 Use custom-set-minor-mode if available.
1756 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
1757 and emit a message if applicable.
1758
1759 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
1760
1761 * savehist.el: Sync up to version 19.
1762 (savehist-mode): New minor mode.
1763 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
1764 (savehist-length): Remove (use history-length instead).
1765 (savehist-file-modes): Rename from savehist-modes.
1766 (savehist-save-hook, savehist-loaded): New vars.
1767 (savehist-load): Use savehist-mode. Try to smooth up transition from
1768 old format to new format.
1769 (savehist-install): Allow savehist-autosave-interval to be nil.
1770 (savehist-save): Run the new hook. Be more careful to only trim the
1771 history variables.
1772 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
1773 (savehist-printable): Print into a buffer rather than char-by-char.
1774
1775 2005-11-01 John Wiegley <johnw@newartisans.com>
1776
1777 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
1778 toggle-ignore keybinding (C-a). The author said it had been
1779 disabled much earlier due to a possible incompatibility, but after
1780 many months of usage I have encountered no problems (and it is a
1781 rather useful option, especially for switching to " *temp*").
1782
1783 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
1784 support for OS/X's AddressBook, by calling out to the open source
1785 program "contacts" (installable through Fink).
1786
1787 * net/eudc.el (eudc-expand-inline): If the
1788 `eudc-multiple-match-handling-method' is set to `all', delete the
1789 query string before inserting the query result.
1790
1791 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
1792 flag, to prevent Eshell from using the system ls when
1793 `eshell-ls-insert-directory' is in used.
1794 (eshell-ls-insert-directory): Disable font-lock in directory
1795 buffer so that Eshell's own fontification is seen. This broke
1796 recently due to changes in font-lock, so this goes back to version
1797 21 behavior.
1798
1799 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
1800
1801 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
1802 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
1803 (gdb-many-windows): Doc fix.
1804
1805 2005-10-31 Romain Francoise <romain@orebokech.com>
1806
1807 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
1808
1809 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1810
1811 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
1812 that global-font-lock-mode can be enabled by default.
1813
1814 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
1815 (font-lock-add-keywords, font-lock-remove-keywords)
1816 (font-lock-fontify-buffer): Remove autoload cookies.
1817
1818 * jit-lock.el (jit-lock-register): Likewise.
1819
1820 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
1821
1822 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1823
1824 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
1825 intact if there is no gud-comint-buffer.
1826
1827 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
1828
1829 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
1830 old prompt comint-prompt-read-only is t and GDB commands are
1831 issued from tool bar etc.
1832
1833 2005-10-31 Masatake YAMATO <jet@gyve.org>
1834
1835 * vc.el (vc-directory-exclusion-list): Add "{arch}".
1836
1837 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
1838
1839 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
1840 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
1841
1842 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
1843
1844 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
1845 starting at beginning of line. Fontification is messed up when
1846 `open-paren-in-column-0-is-defun-start' set to t.
1847 Reported by John Paul Wallington <jpw@pobox.com>.
1848
1849 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
1850
1851 * comint.el (comint-send-input): Call `comint-update-fence' when
1852 `comint-process-echoes' and `comint-prompt-read-only' are both
1853 non-nil, to avoid leftover read-only newline.
1854
1855 2005-10-30 Richard M. Stallman <rms@gnu.org>
1856
1857 * textmodes/flyspell.el (flyspell-external-point-words):
1858 Detect when WORD can't be checked properly because
1859 flyspell-get-word finds just part of it, and move on.
1860
1861 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
1862 boundarychar for Polish.
1863 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
1864 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
1865
1866 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1867
1868 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
1869 (gdb-registers-font-lock-keywords): Delete.
1870 (gdb-registers-mode): Don't fontify.
1871 (gdb-info-registers-custom): Use text properties instead as, in
1872 future, changed register values will use font-lock-warning-face.
1873 (gdb-local-font-lock-keywords): Rename to...
1874 (gdb-locals-font-lock-keywords): ...for consistency.
1875
1876 2005-10-30 Andre Spiegel <spiegel@gnu.org>
1877
1878 * vc.el (vc-switch-backend): Better error message if the buffer is
1879 not visiting a file under version control.
1880
1881 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
1882
1883 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
1884
1885 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
1886 ~/.emacs.d/.emacs.
1887
1888 2005-10-29 Richard M. Stallman <rms@gnu.org>
1889
1890 * replace.el (occur-mode-mouse-goto): Always go to other window.
1891 (occur-mode-goto-occurrence): Always switch in same window.
1892
1893 * simple.el (undo): Display message at end, not at start.
1894
1895 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
1896 New arg REUSE-CELL.
1897 (cancel-timer-internal): New function.
1898 (timer-event-handler): Use cancel-timer-internal,
1899 and pass the cell it returns to timer-activate...
1900
1901 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
1902 (jit-lock-deferred-fontify, jit-lock-context-fontify)
1903 (jit-lock-after-change): Test memory-full.
1904
1905 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
1906
1907 * textmodes/conf-mode.el (conf-assignment-sign)
1908 (conf-assignment-regexp): Fix docstrings.
1909 (conf-mode-initialize): New function.
1910 (conf-mode): Remove optional args. Use delay-mode-hooks to
1911 recognize recursive calls.
1912 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
1913 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
1914 (conf-xdefaults-mode): Use define-derived-mode and
1915 conf-mode-initialize.
1916
1917 2005-10-29 Romain Francoise <romain@orebokech.com>
1918
1919 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
1920
1921 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
1922
1923 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1924 part of the decoded armor to find the key-identifier.
1925 (pgg-gpg-lookup-key-owner): New function to return the
1926 human-readable identifier of a key owner.
1927 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1928 key itself.
1929 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1930 the key value) if we have a key and can match it against a secret
1931 key. Also, added a note pointing out fact that the prompt only
1932 indicates the first matching key.
1933
1934 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1935 pgg-decrypt-region.
1936 (pgg-pending-timers): A new hash for tracking the passphrase cache
1937 timers, so that new ones supercede old ones.
1938 (pgg-add-passphrase-to-cache): Rename from
1939 `pgg-add-passphrase-cache' to reduce confusion (all callers
1940 changed). Modified to cancel old timers when new ones are added.
1941 (pgg-remove-passphrase-from-cache): Rename from
1942 `pgg-remove-passphrase-cache' to reduce confusion (all callers
1943 changed). Modified to cancel old timers when their keys are
1944 removed from the cache.
1945 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1946 XEmacs, an indirection to delete-itimer.
1947 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1948 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1949 users can only check cache without risk of prompting. Correct bug in
1950 notruncate behavior.
1951 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
1952 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1953 Add informative docstrings.
1954 (pgg-decrypt): Convey provided passphrase in subordinate call to
1955 pgg-decrypt-region.
1956
1957 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
1958
1959 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1960 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1961 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1962 'passphrase' argument, so the passphrase can be managed externally
1963 and then passed in to the system.
1964
1965 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1966 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1967 so the passphrase cache can be used reliably with identifiers
1968 besides a pgp packet's key id.
1969
1970 * pgg-gpg.el (pgg-pgp-encrypt-region)
1971 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1972 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1973 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1974 argument to all these routines, so the passphrase can be managed
1975 externally and passed in to the system.
1976
1977 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1978 'notruncate' argument, so the passphrase cache can be used
1979 reliably with identifiers besides a pgp packet's key id.
1980
1981 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
1982
1983 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1984 symmetric encryption.
1985 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1986 encrypted session key.
1987 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1988 message ask for the passphrase in a proper way.
1989
1990 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1991 New user commands for symmetric encryption.
1992
1993 2005-10-28 Bill Wohler <wohler@newt.com>
1994
1995 * help-mode.el (help-url): New button type. Calls browse-url.
1996 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
1997 Similar to Info nodes: URL `url'.
1998 (help-make-xrefs): Create help-url buttons for
1999 help-xref-url-regexp matches.
2000
2001 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
2002
2003 * tool-bar.el (tool-bar-add-item-from-menu)
2004 (tool-bar-local-item-from-menu): Fix doc strings.
2005
2006 2005-10-28 Romain Francoise <romain@orebokech.com>
2007
2008 * ldefs-boot.el: Update.
2009
2010 * subr.el (locate-library): Move from help-fns.el.
2011 * help-fns.el (locate-library): Move to subr.el.
2012
2013 2005-10-28 Richard M. Stallman <rms@gnu.org>
2014
2015 * net/tramp.el (tramp-completion-mode): defvar moved up.
2016
2017 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
2018
2019 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
2020
2021 * files.el (find-file-noselect): Use %d to format large file size.
2022
2023 * bindings.el (mode-line-format): Add %e.
2024
2025 * loadup.el ("facemenu"): Load unconditionally.
2026 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
2027 ("x-dnd"): Load, when appropriate.
2028
2029 * startup.el (command-line): Call before-init-hook earlier.
2030 Warn about some bad characters in -u user name.
2031
2032 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
2033 (flyspell-external-point-words): Error if misspelled word is not found.
2034 Set flyspell-large-region-beg at end of word.
2035
2036 2005-10-28 Andreas Schwab <schwab@suse.de>
2037
2038 * view.el (View-revert-buffer-scroll-page-forward):
2039 Use view-page-size-default.
2040
2041 2005-10-28 Juri Linkov <juri@jurta.org>
2042
2043 * international/quail.el (quail-get-current-str): Translate last
2044 raw character for deterministic input methods.
2045
2046 2005-10-27 Jay Belanger <belanger@truman.edu>
2047
2048 * calc/calc-ext.el: Add functions to autoloads.
2049 (math-identity-matrix-p, math-ident-row-p): New functions.
2050
2051 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
2052 multiplication by an identity matrix; don't turn multiplication by
2053 an inverse matrix into division.
2054 (math-div-symbol-fancy): Replace division by matrices with
2055 multiplication by inverse.
2056
2057 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
2058
2059 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
2060 (calc-writeoutpower): New functions.
2061
2062 2005-10-27 Romain Francoise <romain@orebokech.com>
2063
2064 * replace.el (occur-engine): Include colon in mouse-face highlight.
2065
2066 * dired-x.el: Change Maintainer field.
2067
2068 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
2069
2070 * longlines.el (longlines-mode): Bind after-change-functions to
2071 nil during initial decoding and final encoding.
2072
2073 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
2074
2075 * term.el (term-emulate-terminal, term-handle-colors-array)
2076 (term-handle-ansi-escape): Specify the terminfo capabilities
2077 implemented.
2078
2079 2005-10-26 Richard M. Stallman <rms@gnu.org>
2080
2081 * info.el (Info-fontify-node): Fix detection of sentence-break
2082 before *Note.
2083
2084 2005-10-26 Romain Francoise <romain@orebokech.com>
2085
2086 * smerge-mode.el: Add `tools' to file keywords.
2087
2088 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
2089
2090 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
2091 when the fringe is not available.
2092
2093 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
2094 (def-gdb-auto-update-trigger): Simplify construction.
2095 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
2096 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
2097 defined explicitly.
2098 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
2099 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
2100 defined explicitly.
2101 (gdb-info-locals-custom): Remove as it's a no-op.
2102
2103 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
2104
2105 * longlines.el (longlines-mode): Remove narrowing before
2106 performing the initial decoding or final encoding.
2107
2108 2005-10-25 Romain Francoise <romain@orebokech.com>
2109
2110 * emacs-lisp/find-func.el (find-library-name): Also strip
2111 extension if library name ends in .el, to take advantage of
2112 `find-library-suffixes'.
2113
2114 2005-10-25 Richard M. Stallman <rms@gnu.org>
2115
2116 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
2117
2118 2005-10-25 Juri Linkov <juri@jurta.org>
2119
2120 * textmodes/texinfo.el (texinfo-mode): Change charset of one
2121 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
2122
2123 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2124
2125 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
2126 (blackbox-redefine-key): Add argument `map'.
2127
2128 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
2129 regions when moving the jit-lock-context-unfontify-pos boundary.
2130
2131 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
2132
2133 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
2134
2135 2005-10-25 Masatake YAMATO <jet@gyve.org>
2136
2137 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
2138
2139 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
2140
2141 * play/blackbox.el (blackbox-redefine-key): New function.
2142 (blackbox-mode-map): Use it to remap existing bindings for cursor
2143 motion instead of binding literal keys.
2144
2145 2005-10-25 Glenn Morris <rgm@gnu.org>
2146
2147 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
2148 diary does not end in a newline. Do not assume a blank line at
2149 the start of the diary file.
2150
2151 2005-10-25 Kenichi Handa <handa@m17n.org>
2152
2153 * international/quail.el (quail-translate-key): If the input
2154 method is deterministic and failed to handle the last key, restart
2155 the key handling loop from an appropriate key.
2156
2157 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
2158
2159 * vc.el (vc-dired-mode): Extend comment for binding of
2160 `directory-listing-before-filename-regexp'.
2161
2162 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2163
2164 * textmodes/texinfo.el (texinfo-mode):
2165 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
2166 not to unnecessarily expose emacs-mule's internal char codes.
2167
2168 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
2169
2170 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
2171 Display hand pointer and help-echo on disabled icon too.
2172 (gdb-mouse-until): New function.
2173 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
2174
2175 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
2176
2177 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
2178 with 2005-10-23 change to doctor.el.
2179
2180 * finder.el (finder-mode-map): Add follow-link binding.
2181
2182 2005-10-25 Kim F. Storm <storm@cua.dk>
2183
2184 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
2185 to gdb-mouse-toggle-breakpoint-fringe.
2186 (gdb-mouse-toggle-breakpoint-margin): Rename from
2187 gdb-mouse-toggle-breakpoint. Fix doc.
2188 (gdb-mouse-toggle-breakpoint-fringe): New defun.
2189 (gdb-put-string): Add optional SPROPS arg. Add props to string.
2190 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
2191 string properties also for fringe breakpoint bitmaps.
2192
2193 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
2194
2195 * textmodes/org.el (org-start-icalendar-file): Fix format form.
2196
2197 2005-10-25 Masatake YAMATO <jet@gyve.org>
2198
2199 * simple.el (completion-common-substring):
2200 Use `completion-common-substring' prior to `completion-base-size'.
2201
2202 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
2203
2204 * savehist.el: Require CL while compiling.
2205 (savehist-history-variables): Remove.
2206 (savehist-save-minibuffer-history, savehist-additional-variables)
2207 (savehist-minibuffer-history-variables): New vars.
2208 (savehist-save): Use them.
2209 (savehist-uninstall, savehist-minibuffer-hook): New funs.
2210 (savehist-install): New fun, extracted from savehist-load.
2211 (savehist-load): Use them.
2212
2213 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2214
2215 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
2216 a dummy doc-string-elt property.
2217 (defalias, defvaralias, define-category): Add a docstring property.
2218
2219 * image.el (defimage):
2220 * widget.el (define-widget):
2221 * custom.el (defface, defcustom): Add `doc-string' declaration.
2222
2223 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
2224 (defadvice): Add `doc-string' declaration.
2225
2226 * emacs-lisp/byte-run.el (macro-declaration-function):
2227 Handle `doc-string' declarations.
2228 (define-obsolete-function-alias, define-obsolete-variable-alias):
2229 Add `doc-string' declaration.
2230
2231 2005-10-24 Kenichi Handa <handa@m17n.org>
2232
2233 * international/utf-7.el (utf-7): Add autoload cookie.
2234
2235 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
2236
2237 2005-10-24 Eli Zaretskii <eliz@gnu.org>
2238
2239 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
2240 list of directories passed to batch-update-autoloads. Add "." to
2241 the list of the echoed directories.
2242
2243 * pgg-def.el:
2244 * pgg-gpg.el:
2245 * pgg-parse.el:
2246 * pgg-pgp.el:
2247 * pgg-pgp5.el:
2248 * pgg.el: Moved here from the gnus subdirectory.
2249
2250 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
2251
2252 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
2253 in case comint-prompt-read-only is set to t.
2254
2255 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
2256 in case comint-prompt-read-only is set to t.
2257
2258 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
2259
2260 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
2261 Now a string.
2262 (icalendar-import-format): Handle CLASS, STATUS, URL.
2263 Rename `subject' to `summary'.
2264 (icalendar-import-format-summary): Rename from
2265 `icalendar-import-format-subject'.
2266 (icalendar-import-format-url, icalendar-import-format-status)
2267 (icalendar-import-format-class): New variables.
2268 (icalendar--rris): Take variable argument list.
2269 (icalendar--datestring-to-isodate): Remove unnecessary
2270 calendar-style check when converting dates with explicit month names.
2271 (icalendar-export-region): Change return type of conversion
2272 subroutines. Bury current buffer unless error occurred.
2273 (icalendar--convert-to-ical)
2274 (icalendar--parse-summary-and-rest): New functions.
2275 (icalendar--convert-ordinary-to-ical)
2276 (icalendar--convert-weekly-to-ical)
2277 (icalendar--convert-yearly-to-ical)
2278 (icalendar--convert-block-to-ical)
2279 (icalendar--convert-cyclic-to-ical)
2280 (icalendar--convert-anniversary-to-ical): Change return type.
2281 Strip trailing blanks from subject.
2282 (icalendar--convert-sexp-to-ical): Change return type.
2283 Strip trailing blanks from subject. Handle simple sexp
2284 entries as generated by icalendar.el.
2285 (icalendar--convert-float-to-ical)
2286 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
2287 (icalendar-import-file): Doc fix.
2288 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
2289 Correct call to icalendar--rris.
2290 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
2291 `summary'.
2292 (icalendar--add-diary-entry): Rename `subject' to `summary'.
2293
2294 2005-10-24 Romain Francoise <romain@orebokech.com>
2295
2296 * server.el (server-sentinel): Set query-on-exit flag to nil on
2297 new client processes (it isn't inherited from the server process).
2298
2299 * replace.el (occur-engine): Rearrange text properties.
2300
2301 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2302
2303 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
2304 case-fold-search is nil.
2305 (debug-help-follow): Use help-xref-interned directly.
2306
2307 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
2308
2309 * thumbs.el (thumbs-image-type): Add .pbm.
2310
2311 2005-10-23 Richard M. Stallman <rms@gnu.org>
2312
2313 * faces.el (inhibit-face-set-after-frame-default): New variable.
2314 (set-face-attribute): Bind it.
2315 (face-set-after-frame-default): Test it.
2316
2317 * help-fns.el (describe-simplify-lib-file-name): New function.
2318 (describe-function-1, describe-variable): Use it.
2319
2320 * faces.el (describe-face): Use describe-simplify-lib-file-name.
2321
2322 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
2323 Eliminate nil as possible value.
2324 (tooltip-hide-delay): Reduce internal-border-width.
2325
2326 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
2327 (menu-bar-file-menu) <new-file>: Likewise.
2328
2329 * simple.el (line-move-finish): Ignore fields computing LINE-END.
2330
2331 * international/mule.el (load-with-code-conversion):
2332 Pass full file name to `eval-buffer' unless preloading.
2333
2334 * textmodes/flyspell.el (flyspell-large-region):
2335 Call ispell-check-version.
2336
2337 * textmodes/ispell.el (ispell-local-dictionary-overridden):
2338 Fix the make-variable-buffer-local call that was supposed
2339 to be for this variable.
2340 (ispell-aspell-supports-utf8): Doc fix.
2341 (ispell-find-aspell-dictionaries): Preserve elements of
2342 ispell-dictionary-alist for dictionaries that aspell doesn't report.
2343 (ispell-aspell-find-dictionary): Return nil on error.
2344
2345 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
2346 (doctor-symptoms): Likewise.
2347
2348 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
2349
2350 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
2351
2352 * cus-edit.el (custom-button, custom-button-pressed): New vars.
2353 (custom-raised-buttons): Add :set spec.
2354 (custom-button-unraised, custom-button-pressed-unraised):
2355 New faces, so that custom-raised-buttons actually does something.
2356 (custom-mode): Use custom-button and custom-button-pressed.
2357
2358 * wid-edit.el (widget-specify-button): Don't ignore
2359 widget-mouse-face on graphic terminals.
2360 (widget-move-and-invoke): Cleanup.
2361
2362 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
2363
2364 * whitespace.el (whitespace-cleanup): Doc fix.
2365
2366 2005-10-23 Romain Francoise <romain@orebokech.com>
2367
2368 * emulation/viper.el (viper-set-hooks): Quote forms passed to
2369 `eval-after-load' to avoid evaluating their result.
2370
2371 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
2372
2373 * files.el (directory-listing-before-filename-regexp):
2374 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
2375
2376 * dired.el (dired-move-to-filename-regexp): Remove.
2377 All occurences replaced by `directory-listing-before-filename-regexp'.
2378
2379 * dired-x.el, locate.el, vc.el:
2380 Replace `dired-move-to-filename-regexp' by
2381 `directory-listing-before-filename-regexp'. In vc.el it is
2382 overwritten locally; maybe this can be handled in files.el too.
2383
2384 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
2385 replaced by `directory-listing-before-filename-regexp'.
2386
2387 2005-10-23 Andreas Schwab <schwab@suse.de>
2388
2389 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
2390 and eval-next-after-load.
2391
2392 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
2393
2394 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
2395 exist, create it.
2396
2397 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
2398
2399 * allout.el: Remove autoloads for mailcrypt and crypt++.
2400 Require pgg, pgg-gpg during compilation.
2401 (allout-version): Increment version number to 2.1, and use a literal
2402 rather than RCS Id.
2403 (allout-default-encryption-scheme): Remove.
2404 (allout-passphrase-verifier-handling)
2405 (allout-passphrase-verifier-string)
2406 (allout-file-passphrase-verifier-string)
2407 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
2408 (allout-passphrase-hint-handling): Rename and simplify.
2409 (allout-init): Use `find-file-hook' if available, otherwise
2410 `find-file-hooks'.
2411 (allout-mode): Use `write-file-functions' if available, otherwise
2412 `local-write-file-hooks' and, instead of making auto-save-hook
2413 buffer local, make the write-file-hook activity contingent to
2414 allout-mode.
2415 (allout-mode): Use key-binding substitution in the docstring.
2416 (allout-kill-line): Spell-out kill ring data structure mutation
2417 instead of using byte-compiler-complaint-provoking `pop'.
2418 (allout-insert-listified): Use `insert' rather than `insert-string'
2419 (allout-toggle-current-subtree-encryption): Update docstring, adjust
2420 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
2421 (allout-encrypt-string): Totally revamped vis new underlying
2422 encryption facilities.
2423 (allout-mc-activate-passwd): Remove.
2424 (allout-obtain-passphrase): New, more or less replaces
2425 allout-mc-activate-passwd.
2426 (allout-encrypted-key-info): More or less replaces
2427 allout-encrypted-text-type.
2428 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
2429 (my-mark-marker): Use `(featurep 'xemacs)'.
2430
2431 2005-10-23 Lars Hansen <larsh@soem.dk>
2432
2433 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
2434 (byte-compile-file-form-defmumble, byte-compile-defun)
2435 (byte-compile-defmacro): Use it.
2436 (byte-compile-form): Don't call byte-compile-set-symbol-position
2437 when a byte-compile handler is called.
2438
2439 2005-10-22 Romain Francoise <romain@orebokech.com>
2440
2441 * savehist.el (savehist-history-variables): Add `grep-find-history'.
2442
2443 * subr.el (eval-after-load): Convert library name to an absolute
2444 file name using locate-library, since load-history no longer has
2445 library names in it.
2446
2447 2005-10-22 Richard M. Stallman <rms@gnu.org>
2448
2449 * files.el (make-temp-file): Move from subr.el.
2450 * subr.el (make-temp-file): Move to files.el.
2451
2452 * window.el (get-buffer-window-list): Move from subr.el.
2453 * subr.el (get-buffer-window-list): Move to window.el.
2454
2455 * image.el (image-load-path): Use eval-at-startup to initialize.
2456
2457 * subr.el (eval-at-startup): New macro.
2458
2459 * subr.el: Much rearrangement of functions and division
2460 into pages. No code changes.
2461
2462 2005-10-22 Kenichi Handa <handa@m17n.org>
2463
2464 * tar-mode.el (tar-extract): Be sure to call
2465 find-operation-coding-system if set-auto-coding doesn't find a
2466 coding system.
2467
2468 2005-10-22 Kim F. Storm <storm@cua.dk>
2469
2470 * image.el (image-type-header-regexps): Rename from image-type-regexps.
2471 Change users.
2472 (image-type-file-name-regexps): New defconst.
2473 (image-type-from-data): Simplify loop.
2474 (image-type-from-buffer): New defun.
2475 (image-type-from-file-header): Use it instead of image-type-from-data.
2476 Use image-search-load-path instead of only looking in data-directory.
2477 (image-type-from-file-name): New defun.
2478 (image-search-load-path): Change `pathname' to `filename'.
2479 Make PATH arg optional, default to image-load-path.
2480
2481 2005-10-21 Richard M. Stallman <rms@gnu.org>
2482
2483 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
2484
2485 * textmodes/paragraphs.el (sentence-end-base): New variable.
2486 (sentence-end): Use sentence-end-base.
2487
2488 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2489
2490 * font-lock.el (font-lock-default-fontify-region): Check the multiline
2491 property independently from the font-lock-multiline variable.
2492
2493 2005-10-21 Richard M. Stallman <rms@gnu.org>
2494
2495 * emacs-lisp/find-func.el (find-library-name): Doc fix.
2496
2497 * startup.el (command-line): Convert library names
2498 in `load-history' to absolute file names.
2499
2500 * subr.el (symbol-file): Doc fix.
2501
2502 * loadhist.el (file-loadhist-lookup): Call locate-library
2503 instead of find-library-name. Don't try converting
2504 abs file names to library names, since load-history no longer
2505 has library names in it.
2506 (file-dependents, file-provides, file-requires): Doc fixes.
2507
2508 2005-10-21 Juri Linkov <juri@jurta.org>
2509
2510 * progmodes/etags.el (tags-table-mode): New function.
2511 (tags-verify-table): Replace initialize-new-tags-table with
2512 tags-table-mode.
2513
2514 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
2515 default value.
2516 (desktop-modes-not-to-save): Add tags-table-mode to the
2517 default value.
2518
2519 * info.el (Info-index-next): Add total number of index
2520 alternatives to the message.
2521
2522 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
2523 backward only space (instead of space and period) before looking
2524 at sentence end.
2525
2526 * simple.el (set-variable): Use user-variable-p instead of symbolp.
2527 Add the old variable value as 4th default-value arg of read-string.
2528
2529 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2530
2531 * cus-face.el (custom-declare-face): Make face from X resources
2532 also on Mac.
2533
2534 * disp-table.el (standard-display-g1, standard-display-graphic):
2535 Refuse to use string glyphs also on Mac.
2536 (standard-display-european): Don't set terminal coding system also
2537 on Mac.
2538
2539 * frame.el (display-screens): Use x-display-screens also on Mac.
2540
2541 2005-10-21 Romain Francoise <romain@orebokech.com>
2542
2543 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
2544
2545 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2546
2547 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
2548 and $? into sexps.
2549
2550 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
2551 warning face on open-paren-in-column-0.
2552
2553 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
2554 boundary case. Fix typo.
2555 Suggested by Martin Rudalics <rudalics@gmx.at>.
2556
2557 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
2558
2559 * textmodes/org.el: (org-combined-agenda-icalendar-file)
2560 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
2561 (org-export-icalendar-this-file)
2562 (org-export-icalendar-all-agenda-files)
2563 (org-export-icalendar-combine-agenda-files): New commands.
2564 (org-export-icalendar, org-print-icalendar-entries)
2565 (org-start-icalendar-file, org-finish-icalendar-file)
2566 (org-ical-ts-to-string): New functions.
2567 (org-read-date, org-goto-calendar)
2568 (org-agenda-goto-calendar): Inhibit displaying diary entries by
2569 call to `calendar'.
2570 (orgtbl-setup): Remove the :keys arguments from the menu description.
2571 (org-after-save-iCalendar-file-hook): New variable.
2572
2573 2005-10-21 Kenichi Handa <handa@m17n.org>
2574
2575 * language/vietnamese.el (tcvn-5712): Make it an alias of
2576 vietnamese-tcvn coding-system.
2577
2578 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
2579
2580 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
2581 group id is given.
2582
2583 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2584
2585 * progmodes/sh-script.el (sh-escaped-line-re): New var.
2586 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
2587 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
2588 whose line is either continued or ends with a comment.
2589
2590 2005-10-20 Romain Francoise <romain@orebokech.com>
2591
2592 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
2593
2594 * replace.el (occur-engine): Add follow-link property.
2595
2596 * font-core.el (font-lock-mode): Doc fix.
2597
2598 2005-10-20 Richard M. Stallman <rms@gnu.org>
2599
2600 * net/rcirc.el: New file.
2601
2602 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
2603
2604 * term.el (term-term-name): Initialize to "eterm-color".
2605
2606 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
2607
2608 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
2609 for encryption functionality.
2610 Move allout customization subgroup from `editing' to `outlines' group.
2611 Fix commentary 'keywords' to legitimate ones.
2612 Update author info (using my current email address, obscurified).
2613 (allout-encrypt-string, allout-encryption-produce-work-buffer)
2614 (allout-encrypted-topic-p, allout-encrypted-text-type)
2615 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
2616 (allout-situate-encryption-key-verifier)
2617 (allout-get-encryption-key-verifier, allout-verify-key)
2618 (allout-next-topic-pending-encryption)
2619 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
2620 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
2621 (outline-key-verifier-handling, outline-key-hint-handling)
2622 (outline-encrypt-unencrypted-on-saves): New defcustoms.
2623 (allout-file-key-verifier-string, allout-encryption-scheme)
2624 (allout-key-verifier-string, allout-key-hint-string)
2625 (allout-after-save-decrypt): New variables.
2626 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
2627 (allout-after-saves-handler): New hook functions.
2628 (allout-post-command-business): Do allout-after-save-decrypt.
2629 (allout-enable-file-variable-adjustment): Custom var to enable
2630 mechanism for adding and adjusting settings of Emacs file variables.
2631 (allout-adjust-file-variable, allout-file-vars-section-data):
2632 New functions, implement the mechanism.
2633 (outlineify-sticky): Use the file vars mechanism.
2634 (allout-inhibit-protection, allout-during-write-cue)
2635 (allout-override-protect, allout-before-change-protect): Remove.
2636 (allout-flag-region, allout-open-topic): Adjust read-only text.
2637 (allout-open-line-not-read-only): Add to facilitate read-only
2638 text based protection.
2639 (allout-kill-line): Revise to adjust read-only text, clue the
2640 user about the inhibition.
2641 (allout-unprotected): Use unwind-protect.
2642 (allout-shift-in, allout-shift-out): Disallow manually shifting a
2643 topic deeper than the offspring depth of the previous topic -
2644 avoiding confusing "containment discontinuities".
2645 (allout-reindent-bodies): Fix retention of body relative hanging
2646 indent during promotion of collapsed bodies.
2647 (allout-open-topic): Make it easy to open new topic with same
2648 bullet as current topic - topic creation functions provided with
2649 any universal argument provokes now prompt for bullet, defaulting
2650 to the bullet of the previous topic.
2651 (allout-plain-bullets-string, allout-distinctive-bullets-string):
2652 Plain bullet alternates '.' period and ',' comma only. All other
2653 bullets are relegated to special status (but customizable).
2654 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
2655 since it actually operates w.r.t. most immediately containing
2656 entry, visible or not.
2657 (allout-hide-current-entry, allout-show-current-entry): Use the
2658 revised version.
2659 (allout-old-expose-topic): Solidify deprecation.
2660 (allout-end-of-subtree): Add so we can span concealed as well
2661 as visible topics.
2662 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
2663 (allout-end-of-current-heading): Tweak to just respect the first line.
2664 (allout-get-body-text): Add.
2665 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
2666 when invoked interactively.
2667 (allout-up-current-level): Use `interactive-p'.
2668 (allout-mode, allout-init): Miscellaneous docstring and
2669 operational refinements, as well as hookups of new encryption stuff.
2670 (allout-beginning-of-current-entry): Now works as advertised.
2671 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
2672 (allout-isearch-rectification): Refine condition for isearching.
2673 (allout-isearch-abort, allout-enwrap-isearch)
2674 (allout-flag-region, my-region-active-p): Relocate some macros.
2675 (allout-title): Fallback title is '(buffer-name)', not
2676 non-existing '(current-buffer-name)'.
2677 (subst-char-in-string): Define if absent (for some XEmacs versions).
2678
2679 2005-10-20 Jari Aalto <jari.aalto@cante.net>
2680
2681 * mail/sendmail.el (mail-setup-hook, mail-aliases)
2682 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
2683 (mail-citation-prefix-regexp, mail-signature-file)
2684 (mail-default-headers, mail-bury-selects-summary)
2685 (mail-send-nonascii): Add autoload cookies.
2686
2687 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2688
2689 * frame.el (blink-cursor-mode): Add `mac' to the list of
2690 window-system's that support blinking cursor.
2691
2692 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2693
2694 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
2695
2696 2005-10-20 Eli Zaretskii <eliz@gnu.org>
2697
2698 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
2699 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
2700 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
2701
2702 2005-10-20 Kim F. Storm <storm@cua.dk>
2703
2704 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
2705 (ido-set-current-directory): Don't add / after final @.
2706 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
2707 Explicitly handle ange-ftp completion oddities.
2708 (ido-make-file-list): Don't rotate list at tramp root to avoid
2709 triggering tramp file handler for expand-file-name via get-file-buffer.
2710
2711 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2712
2713 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
2714
2715 2005-10-19 Jay Belanger <belanger@truman.edu>
2716
2717 * calc/calc-units.el (math-standard-units): Add units, adjust
2718 symbols and update values.
2719 (math-unit-prefixes): Add more prefixes.
2720
2721 2005-10-19 Romain Francoise <romain@orebokech.com>
2722
2723 * bookmark.el (bookmark-menu-heading): New face.
2724 (bookmark-bmenu-list): Use it.
2725 Don't fiddle with `baud-rate' at top-level.
2726
2727 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
2728
2729 * image.el (create-image, find-image): Mention max-image-size in
2730 docstring.
2731
2732 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2733
2734 * savehist.el (savehist-load): Revert to checking XEmacs.
2735
2736 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
2737 Various docstring and line-width fixups.
2738 (conf-mode): Use cond.
2739 Set font-lock-defaults. Don't set comment-use-syntax.
2740
2741 2005-10-18 David Ponce <david@dponce.com>
2742
2743 * tree-widget.el (tree-widget-button-click): New function.
2744 (tree-widget-button-keymap): Use it.
2745
2746 2005-10-18 Romain Francoise <romain@orebokech.com>
2747
2748 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2749 (bookmark-bmenu-hide-filenames): Add follow-link property.
2750 Improve help-echo text.
2751
2752 * ffap.el (find-file-at-point): Doc fix.
2753
2754 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2755
2756 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
2757
2758 2005-10-18 Masatake YAMATO <jet@gyve.org>
2759
2760 Install to the CVS repository what I forgot to install in my
2761 2005-10-16 changes.
2762
2763 * progmodes/python.el (python-complete-symbol): Pass the common
2764 prefix substring of completion to `display-completion-list'.
2765
2766 * textmodes/org.el (org-complete): Ditto.
2767
2768 2005-10-18 Masatake YAMATO <jet@gyve.org>
2769
2770 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
2771
2772 * woman.el (WoMan-xref-man-page): New button type derived
2773 from `Man-abstract-xref-man-page'.
2774 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
2775
2776 * man.el (Man-abstract-xref-man-page): New button type.
2777 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
2778 (Man-highlight-references): Add new optional argument `xref-man-type'.
2779
2780 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2781
2782 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
2783
2784 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
2785
2786 * cus-edit.el (Custom-move-and-invoke): Delete.
2787 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
2788
2789 * wid-edit.el (widget-move-and-invoke): New function, from
2790 Custom-move-and-invoke.
2791
2792 2005-10-17 Bill Wohler <wohler@newt.com>
2793
2794 Move all remaining images from lisp/toolbar to etc/images, move
2795 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
2796 the low resolution images in their own directory (low-color).
2797
2798 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
2799 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
2800 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
2801 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
2802 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
2803 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
2804 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
2805
2806 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
2807 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
2808 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
2809 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
2810 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
2811 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
2812 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
2813 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
2814 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
2815 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
2816 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
2817 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
2818 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
2819 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
2820 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
2821
2822 To conform with convention, replace the underscore (_) in the
2823 following image names with dash (-) or (/) as appropriate.
2824
2825 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
2826 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
2827 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
2828 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
2829 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
2830 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
2831 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
2832 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
2833 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
2834 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
2835 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
2836 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
2837 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
2838 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
2839 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
2840
2841 * info.el (info-tool-bar-map): Replace underscores in image names
2842 with dashes.
2843
2844 * makefile.w32-in (WINS): Remove toolbar.
2845
2846 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
2847
2848 * tool-bar.el: Move to lisp from toolbar. Now that
2849 toolbar is empty, it should be deleted when folks run "cvs up -P".
2850
2851 2005-10-18 Jay Belanger <belanger@truman.edu>
2852
2853 * calc/calc-store.el (calc-store-into): Get the proper variable name
2854 to display in message.
2855
2856 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2857
2858 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
2859 expressions display in speedbar for all buffers when debugging.
2860 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
2861
2862 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
2863 (speedbar-insert-button, speedbar-make-button):
2864 Use add-text-properties.
2865 (speedbar-update-localized-contents)
2866 (speedbar-update-directory-contents)
2867 (speedbar-update-special-contents): Use dolist.
2868 (speedbar-buffer-easymenu-definition): Add a menu separator.
2869
2870 2005-10-17 Jason Rumney <jasonr@gnu.org>
2871
2872 * makefile.w32-in: Use $(lisp) consistently.
2873 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
2874 for shell specific generation of mh-autoloads.
2875
2876 2005-10-17 Richard M. Stallman <rms@gnu.org>
2877
2878 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
2879
2880 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2881
2882 * jit-lock.el (jit-lock-fontify-now):
2883 Move jit-lock-context-unfontify-pos to avoid wasted work.
2884
2885 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
2886
2887 * net/tramp.el (tramp-completion-mode): New defvar. Used in
2888 `tramp-completion-mode' for checking if we are in completion mode.
2889 (tramp-completion-handle-file-name-all-completions): Reorder code
2890 in order to complete for file names only in case there are no
2891 method/user/host completions. This is necessary for cooperation
2892 with ido. Reported by Kim F. Storm <storm@cua.dk>.
2893
2894 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
2895
2896 * longlines.el (longlines-search-forward)
2897 (longlines-search-backward): Match any number of spaces.
2898
2899 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
2900
2901 * diff-mode.el (diff-mode): Doc fix.
2902
2903 2005-10-16 David Reitter <david.reitter@gmail.com>
2904
2905 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
2906 as default on darwin and windows systems.
2907
2908 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
2909
2910 * arc-mode.el (archive-zip-extract): Doc fix.
2911
2912 2005-10-16 Romain Francoise <romain@orebokech.com>
2913
2914 * mouse.el (mouse-1-click-follows-link): Doc fix.
2915
2916 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2917
2918 * savehist.el: Don't require CL at runtime.
2919 (savehist-xemacs): Remove.
2920 (savehist-coding-system): Use utf-8 if present, regardless of religion.
2921 (savehist-no-conversion): Use (featurep 'xemacs).
2922 (savehist-load): Check existence of start-itimer rather than XEmacs.
2923 Use an idle timer.
2924 (savehist-process-for-saving): Replace use of CL funs `subseq' and
2925 `delete-if-not'.
2926
2927 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
2928
2929 * savehist.el: Newer version.
2930 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
2931 (savehist-last-checksum, savehist-no-conversion): New vars.
2932 (savehist-autosave, savehist-process-for-saving, savehist-printable):
2933 New functions.
2934 (savehist-load, savehist-save): Use them.
2935 (savehist-delimit): Remove.
2936
2937 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2938
2939 * progmodes/compile.el (compilation-goto-locus): Display the
2940 compilation buffer first and the source buffer second, in case they're
2941 in overlapping frames. Don't raise the compilation frame if it was the
2942 selected window upon entry. Pass the `other-window' arg to
2943 pop-to-buffer.
2944
2945 * info.el (Info-fontify-node): Use dolist.
2946 Change add-text-properties to put-text-property.
2947
2948 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2949
2950 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
2951 bound of search.
2952
2953 2005-10-16 Masatake YAMATO <jet@gyve.org>
2954
2955 * dabbrev.el (dabbrev-completion): Pass the common
2956 prefix substring of completion to `display-completion-list'.
2957
2958 * filecache.el (file-cache-minibuffer-complete)
2959 (file-cache-complete): Ditto.
2960
2961 * tempo.el (tempo-display-completions): Ditto.
2962
2963 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
2964
2965 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
2966
2967 * eshell/em-hist.el (eshell-list-history): Ditto.
2968
2969 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
2970
2971 * mail/mailalias.el (mail-complete): Ditto.
2972
2973 * progmodes/etags.el (complete-tag): Ditto.
2974
2975 * progmodes/make-mode.el (makefile-complete): Ditto.
2976
2977 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
2978
2979 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
2980
2981 * progmodes/pascal.el (pascal-complete-word)
2982 (pascal-show-completions): Ditto.
2983
2984 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
2985
2986 * simple.el (completion-common-substring): New variable.
2987 (completion-setup-function): Use `completion-common-substring'
2988 to put faces.
2989
2990 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2991
2992 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
2993 (x-get-selection, mac-select-convert-to-string): Convert from/to
2994 UTF-16 clipboard data as in native byte order, no BOM.
2995
2996 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
2997
2998 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2999 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
3000 (gud-sentinel): Use speedbar-frame to check for speedbar.
3001
3002 2005-10-15 Richard M. Stallman <rms@gnu.org>
3003
3004 * savehist.el: New file.
3005
3006 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
3007
3008 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
3009 Fix bug in \bf fontification.
3010
3011 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
3012
3013 * pcvs.el (cvs-edit-log-files): New var.
3014 (cvs-mode-edit-log): New arg `file'.
3015 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
3016 Instead force the use of the original file and nothing else.
3017 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
3018 the cvs-minor-wrap-function is set.
3019 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
3020
3021 2005-10-14 Bill Wohler <wohler@newt.com>
3022
3023 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
3024 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
3025 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
3026 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
3027 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
3028 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
3029 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
3030 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
3031 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
3032 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
3033 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
3034 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
3035 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
3036 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
3037 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
3038
3039 * progmodes/gud.el (gud-tool-bar-map): Rename the images
3040 appropriately (for example, gud-break to gud/break).
3041
3042 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
3043
3044 * longlines.el (longlinges-search-function)
3045 (longlines-search-forward, longlines-search-backward): New functions.
3046 (longlines-mode): Set isearch-search-fun-function to
3047 longlinges-search-function.
3048
3049 * mouse.el (mouse-drag-region-1): Handle the case where a
3050 double-click event is bound to an arbitrary function.
3051
3052 2005-10-14 David Ponce <david@dponce.com>
3053
3054 * recentf.el (recentf-track-opened-file)
3055 (recentf-track-closed-file, recentf-update-menu)
3056 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
3057 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
3058 mouse-1-click-follows-link.
3059
3060 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3061
3062 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
3063 Gnome file-manager.png. Suggested by
3064 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
3065
3066 * toolbar/README: Add diropen.xpm.
3067
3068 2005-10-13 Bill Wohler <wohler@newt.com>
3069
3070 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
3071 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
3072
3073 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3074
3075 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
3076 Don't waste the byte-compiler's time on constant data.
3077
3078 2005-10-13 Kenichi Handa <handa@m17n.org>
3079
3080 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
3081 byte with `escape-glyph' face.
3082
3083 * international/fontset.el (ccl-encode-unicode-font):
3084 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
3085 Handle the case that ucs-mule-to-mule-unicode translates a character to
3086 ASCII (usually for IPA characters).
3087
3088 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3089
3090 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
3091 Don't hide the underline of titles if font-lock-mode is disabled.
3092
3093 2005-10-12 Bill Wohler <wohler@newt.com>
3094
3095 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
3096 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
3097 files in MH-E-SRC have been updated.
3098 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
3099
3100 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3101
3102 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
3103 (mixal-mode-syntax-table): Add \n as end-comment.
3104 (mixal-operation-codes-alist): Immediately initialize to full value.
3105 (mixal-add-operation-code): Remove.
3106 (mixal-describe-operation-code): Make the arg non-optional.
3107 Use the interactive spec instead.
3108 Use mixal-operation-codes-alist rather than mixal-operation-codes.
3109 (mixal-font-lock-keywords): Don't highlight comments here any more.
3110 (mixal-font-lock-syntactic-keywords): New var.
3111 (mixal-mode): Use it. Fix comment-start-skip.
3112
3113 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3114
3115 * startup.el (command-line-x-option-alist): -nb => -nbi
3116
3117 2005-10-12 Kim F. Storm <storm@cua.dk>
3118
3119 * startup.el (fancy-splash-default-action): Discard mouse click in
3120 the splash screen window, as it has no sensible meaning in the
3121 next window to be selected. Fixes error reported by Jan D.
3122
3123 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
3124
3125 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
3126
3127 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3128
3129 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
3130 Try to fix up minor layout issues like indentation, line break, etc...
3131 (mixal-mode-syntax-table): Don't try to specify comment syntax,
3132 because it doesn't work.
3133 (mixal-operation-codes): Add some more codes.
3134 (mixal-font-lock-keywords): Process comments here.
3135 (mixal-mode): mixasm no longer needs -g option.
3136
3137 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
3138
3139 * progmodes/sh-script.el (sh-tmp-file):
3140 Use mktemp -t. Finish support for es and rc shells.
3141
3142 2005-10-11 Jay Belanger <belanger@truman.edu>
3143
3144 * calc/calcalg2.el (calc-integral): With an argument, compute the
3145 definite integral.
3146
3147 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
3148
3149 * mouse.el (mouse-drag-region-1): Don't try to catch a
3150 double-click when doing follow-link (it's overridden anyway).
3151
3152 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
3153
3154 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
3155 (autoload-print-form-outbuf): Add docstring.
3156
3157 2005-10-11 Juri Linkov <juri@jurta.org>
3158
3159 * info.el (Info-mode-menu): Delete menu item "Edit".
3160 (Info-mode): Delete description of Info-edit from docstring,
3161 and rearrange descriptions of Info commands in the order
3162 they are documented in the Info manual.
3163
3164 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3165
3166 * calendar/appt.el (appt-check): Use diary-selective-display var.
3167
3168 2005-10-10 Richard M. Stallman <rms@gnu.org>
3169
3170 * net/newsticker.el (newsticker-start, newsticker-show-news):
3171 Add autoload cookies.
3172
3173 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
3174
3175 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
3176
3177 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
3178
3179 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
3180
3181 2005-10-10 Jay Belanger <belanger@truman.edu>
3182
3183 * calc/calc-arith.el (math-check-known-scalarp)
3184 (math-check-known-matrixp): Check the values of arguments that are
3185 variables.
3186 (math-check-known-square-matrixp): New function.
3187 (math-known-square-matrixp): Use math-check-known-square-matrixp.
3188 (math-super-types): Add sqmatrix type.
3189
3190 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
3191 mode name `square' to 'sqmatrix'.
3192
3193 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
3194 mode name `square' to 'sqmatrix'.
3195
3196 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3197
3198 * progmodes/etags.el (select-tags-table-mode): Don't use
3199 selective-display.
3200 (tags-select-tags-table): Pass `button' to the action function.
3201 (select-tags-table): Place the side-info on button properties rather
3202 than in hidden text. Abbreviate file names.
3203 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
3204 (select-tags-table-select): Add `button' argument.
3205 Get side-info from the button property rather than from hidden text.
3206
3207 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
3208
3209 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
3210 (gud-speedbar-buttons): Preserve point if possible.
3211 (gud-sentinel): Restore previous speedbar display type.
3212
3213 * progmodes/gdb-ui.el (gdba): Improve diagram.
3214 (def-gdb-auto-update-handler, gdb-info-locals-handler)
3215 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
3216 Call get-buffer-window once.
3217
3218 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3219
3220 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
3221 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
3222 (pascal-indent-command): Remove unused var `ind'.
3223 (pascal-indent-case): Remove unused var `oldpos'.
3224 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
3225 since it's now used as a proper minor mode map.
3226 (pascal-outline): Rename to pascal-outline-mode.
3227 (pascal-outline-mode): Use define-minor-mode.
3228 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
3229 selective-display.
3230
3231 2005-10-10 Andreas Schwab <schwab@suse.de>
3232
3233 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
3234 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
3235
3236 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
3237 outside source directory.
3238
3239 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
3240
3241 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
3242 C-x' as a prefix.
3243 (orgtbl-mode-map): Full keymap instead of sparse, because all
3244 `self-insert-command' keys are redefined in this map.
3245 (org-export-as-html): Specify charset for HTML file, by taking it
3246 from the coding system.
3247
3248 2005-10-10 Kenichi Handa <handa@m17n.org>
3249
3250 * textmodes/flyspell.el (flyspell-check-word-p):
3251 If unread-command-events is non-empty, don't call sit-for.
3252
3253 2005-10-09 Richard M. Stallman <rms@gnu.org>
3254
3255 * font-lock.el (font-lock-syntactic-keywords)
3256 (font-lock-keywords): Doc fixes.
3257
3258 * textmodes/flyspell.el (flyspell-external-point-words):
3259 Simplify logic, and don't try to check for consecutive appearances
3260 of one incorrect word.
3261
3262 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
3263
3264 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
3265 separator.
3266
3267 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
3268 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
3269 (gud-expansion-speedbar-buttons): New function.
3270 (gud-speedbar-buttons): Check for gud-comint-buffer.
3271
3272 2005-10-09 Bill Wohler <wohler@newt.com>
3273
3274 * Makefile.in (updates): Add mh-loaddefs dependency.
3275
3276 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
3277
3278 * speedbar.el (speedbar-file-key-map): Fix typo.
3279
3280 2005-10-09 Daniel Brockman <daniel@brockman.se>
3281
3282 * cus-start.el (line-spacing): Add custom spec.
3283
3284 2005-10-09 Romain Francoise <romain@orebokech.com>
3285
3286 * textmodes/ispell.el (ispell-check-version): Fix last change.
3287
3288 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3289
3290 * term/x-win.el: Remove -i, --icon-type from comment.
3291
3292 * startup.el (command-line-x-option-alist): Remove options -i,
3293 -itype, --icon-type, added -nb, --no-bitmap-icon
3294
3295 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
3296
3297 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
3298 instead of :active.
3299
3300 2005-10-08 Eric Hanchrow <offby1@blarg.net>
3301
3302 * textmodes/ispell.el (ispell-check-version):
3303 Ignore hyphen, and all that follows, in aspell's version text.
3304
3305 2005-10-08 Jay Belanger <belanger@truman.edu>
3306
3307 * calc/calc-arith.el (math-known-square-matrixp): New function.
3308 (math-pow-fancy): Check for matrices before distributing exponent
3309 across products.
3310
3311 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
3312 fullscreen keypad. Suggested by Luc Teirlinck.
3313 (calc-keypad-show-input): Add space for formatting.
3314
3315 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
3316 Add square matrix option.
3317
3318 * calc/calc-poly.el (math-expand-term): Check for matrices instead
3319 of checking calc-matrix-mode when deciding how to expand.
3320
3321 * calc/calc.el (calc-set-mode-line): Add square matrix option.
3322
3323 2005-10-08 Lars Hansen <larsh@soem.dk>
3324
3325 * net/tramp.el (tramp-perl-directory-files-and-attributes):
3326 Add error handling.
3327 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
3328
3329 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
3330
3331 Sync with Tramp 2.0.51.
3332
3333 * net/tramp.el (tramp-handle-set-visited-file-modtime)
3334 (tramp-handle-insert-file-contents, tramp-handle-write-region):
3335 Insert special handling for `last-coding-system-used', again
3336 it still seems to be necessary (unlike stated before).
3337 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
3338 (tramp-password-prompt-regexp): There might be other words before
3339 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
3340 (tramp-chunksize): Improve docstring.
3341 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
3342 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
3343 Christian Joergensen <bugs@razor.dk>.
3344
3345 2005-10-07 Glenn Morris <rgm@gnu.org>
3346
3347 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
3348 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
3349 precision'.
3350
3351 2005-10-07 Romain Francoise <romain@orebokech.com>
3352
3353 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
3354 (ibuffer-do-shell-command-pipe-replace)
3355 (ibuffer-do-shell-command-file, ibuffer-do-eval)
3356 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
3357 (ibuffer-do-revert, ibuffer-do-replace-regexp)
3358 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
3359 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3360 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
3361 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
3362 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
3363 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
3364 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
3365 Autoload file sans suffix.
3366
3367 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
3368
3369 2005-10-07 David Ponce <david@dponce.com>
3370
3371 * recentf.el (recentf-menu-open-all-flag): New option.
3372 (recentf-digit-shortcut-command-name): New function.
3373 (recentf--shortcuts-keymap): New variable.
3374 (recentf-menu-shortcuts): New variable.
3375 (recentf-make-menu-items): Initialize it. Replace the "More..."
3376 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
3377 (recentf-menu-value-shortcut): New function.
3378 (recentf-make-menu-item): Use it. No more in-lined.
3379 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
3380 (recentf-open-most-recent-file): Rename from
3381 `recentf-open-file-with-key'. Don't depend on key binding.
3382 (recentf-mode-map): New variable.
3383 (recentf-mode): Use it.
3384
3385 2005-10-06 Bill Wohler <wohler@newt.com>
3386
3387 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
3388
3389 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
3390 (MH-E-SRC): New. Used by mh-autoloads.
3391 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
3392 files in MH-E-SRC have been updated.
3393 (compile, recompile, bootstrap): Depend on mh-autoloads.
3394
3395 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
3396
3397 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
3398 gud-break and gud-remove icons when the fringe is not available.
3399
3400 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
3401 Typo.
3402
3403 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
3404
3405 * play/zone.el (zone): Wrap body with save-window-excursion.
3406
3407 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
3408
3409 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
3410 Use the new `list-only' arg to diary-list-entries.
3411
3412 * calendar/diary-lib.el: Use overlays rather than selective-display.
3413 (diary-selective-display): New var.
3414 (diary-header-line-format): Use it.
3415 (diary-list-entries): Add argument `list-only'.
3416 Put the buffer in diary-mode. Don't add \^M at beg and end.
3417 Replace \^M by invisible overlays.
3418 (diary-unhide-everything): Replace \^M by invisible overlays.
3419 (print-diary-entries): Look for overlays rather than \^M.
3420 Add a space to the temp buffer name.
3421 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
3422 Put the buffer in diary-mode.
3423 (list-sexp-diary-entries): Replace \^M by invisible overlays.
3424 (diary-anniversary): Make the year arg optional.
3425 (diary-time-regexp): New const.
3426 (diary-font-lock-keywords): Use it to accept a few more time formats.
3427
3428 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
3429
3430 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
3431
3432 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
3433 Fix bug introduced 2005-07-03: Use (car (last ...))
3434 to faithfully reproduce replaced artist-last.
3435 (artist-set-arrow-points-for-poly): Likewise.
3436 Suggested by Johan Bockg\e,Ae\e(Brd.
3437
3438 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
3439
3440 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
3441 * wid-edit.el (widget):
3442 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
3443 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
3444
3445 2005-10-06 Kenichi Handa <handa@m17n.org>
3446
3447 * international/mule-cmds.el (set-language-environment):
3448 Fix setting up of case-table for unibyte mode.
3449
3450 * simple.el (what-cursor-position): If the character is displayed
3451 by some `display' text property, show that. Don't use
3452 single-key-description for eight-bit characters in multibyte mode.
3453
3454 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
3455
3456 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
3457 (gdb-ann3): Set it.
3458 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
3459 (gdb-info-frames-custom): Use inverse-video for first five
3460 characters of selected frame only.
3461 (gdb-get-frame-number): Select frame even when point is on frame
3462 number.
3463
3464 2005-10-06 Masatake YAMATO <jet@gyve.org>
3465
3466 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
3467 Put `font-lock-function-name-face'.
3468 (gdb-info-frames-custom): Put `font-lock-function-name-face'
3469 and `font-lock-variable-name-face'
3470 (gdb-registers-font-lock-keywords): New font lock keywords definition.
3471 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
3472 (gdb-memory-font-lock-keywords): New font lock keywords definition.
3473 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
3474 (gdb-local-font-lock-keywords): New font lock keywords definition.
3475 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
3476 (gdb-threads-font-lock-keywords): New font lock keywords definition.
3477 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
3478
3479 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
3480
3481 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
3482 (ediff-merge-region-is-non-clash-to-skip): Previously called
3483 ediff-merge-region-is-non-clash.
3484
3485 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
3486 Use insert-buffer-substring.
3487
3488 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
3489 selecting files to patch. Also bug fixes.
3490
3491 * ediff-util.el (ediff-setup): Bug fix.
3492 (ediff-next-difference): Never skip clashes that differ in white
3493 space only.
3494
3495 * ediff-wind.el (ediff-setup-control-frame)
3496 (ediff-destroy-control-frame): Check the menubar feature.
3497
3498 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
3499 (viper-refresh-mode-line): Use make-local-variable to localize
3500 some vars instead of make-variable-buffer-local. Suggested by
3501 Stefan Monnier.
3502
3503 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
3504 (viper-restore-cursor-type, viper-set-insert-cursor-type):
3505 Use make-local-variable instead of make-variable-buffer-local.
3506 Suggested by Stefan Monnier.
3507
3508 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
3509 (viper-comint-mode-hook): Use make-local-variable on
3510 require-final-newline.
3511 (viper-non-hook-settings): Don't use make-variable-buffer-local.
3512
3513 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3514
3515 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
3516 also the second char of a comment-start sequence.
3517 (scheme-sexp-comment-syntax-table): New var.
3518 (lambda, define): Set their scheme-doc-string-elt property.
3519 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
3520 Use lisp-font-lock-syntactic-face-function now that it properly
3521 handles |...| symbols.
3522 (scheme-mode-variables): Set lisp-doc-string-elt-property,
3523 parse-sexp-lookup-properties and font-lock-extra-managed-props.
3524
3525 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
3526 bit from # to |.
3527 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
3528
3529 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
3530 (lisp-doc-string-elt-property): New var.
3531 (lisp-font-lock-syntactic-face-function): Use it.
3532 Rewrite to recognize docstrings even for forms not at toplevel.
3533
3534 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
3535 annotation on the | part of #| rather than on the # part.
3536 (scheme-font-lock-syntactic-face-function): New function, to
3537 distinguish strings from |...| symbols.
3538 (scheme-mode-variables): Use it. Also fix up the font-lock-time
3539 syntax-table so that #|...|# is properly highlighted.
3540
3541 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
3542 Don't mark as docstring the 3rd elem of an unknown toplevel form.
3543
3544 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
3545
3546 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
3547 and C-e.
3548
3549 * emacs-lisp/eldoc.el: Move comments into docstrings.
3550 (eldoc-message-commands): Initialize in its declaration.
3551 Add move-beginning-of-line and move-end-of-line.
3552 (eldoc-add-command, eldoc-add-command-completions)
3553 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
3554
3555 * outline.el (outline-mark-subtree): Activate the mark.
3556
3557 * calendar/appt.el (appt-time-regexp): New var.
3558 (appt-add, appt-make-list): Use it.
3559 (appt-convert-time): Clean up.
3560
3561 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
3562 Don't set any syntax-table property here.
3563 (tex-font-lock-verb): New function. Do it here.
3564 (tex-font-lock-syntactic-keywords): Use it.
3565
3566 2005-10-04 Richard M. Stallman <rms@gnu.org>
3567
3568 * wid-edit.el (widget-file-complete): Get the widget start point
3569 the right way. Default directory to `/' if file has none.
3570
3571 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
3572
3573 * textmodes/flyspell.el (flyspell-mode-on):
3574 Call ispell-maybe-find-aspell-dictionaries.
3575
3576 * textmodes/ispell.el (ispell-word, ispell-region):
3577 Call ispell-maybe-find-aspell-dictionaries.
3578 (ispell-accept-buffer-local-defs):
3579 Don't call ispell-maybe-find-aspell-dictionaries
3580
3581 2005-10-04 Richard M. Stallman <rms@gnu.org>
3582
3583 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
3584
3585 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
3586
3587 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
3588 instead of `fboundp' in order to allow for anonymous functions.
3589
3590 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
3591
3592 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
3593 case the user clicks on the link while another window is selected.
3594 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
3595
3596 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
3597 functionality.
3598 (dframe-help-echo): Save point in case mouse tracking is off.
3599
3600 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
3601
3602 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
3603
3604 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3605
3606 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
3607 not change the global value of those vars.
3608
3609 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
3610 make-local-variable which we do not need any more.
3611
3612 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
3613
3614 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
3615 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
3616 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
3617 (speedbar-path-line): Define obsolete aliases.
3618 (speedbar-line-directory): Doc fix.
3619
3620 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
3621 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
3622 instead of speedbar-line-path.
3623
3624 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3625
3626 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
3627 to nil if dropping on a window. Handle dropping on a minibuffer window
3628 like dropping on a non-window part of Emacs.
3629
3630 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3631
3632 * net/ange-ftp.el: Use with-current-buffer.
3633 (ange-ftp-insert-directory): Do not follow symlinks any more.
3634
3635 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3636 Remove interactive spec.
3637
3638 2005-10-03 Kim F. Storm <storm@cua.dk>
3639
3640 * ido.el (ido-mode): Use custom-initialize-set.
3641
3642 2005-10-02 Richard M. Stallman <rms@gnu.org>
3643
3644 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
3645 Use insert-buffer-substring.
3646
3647 * net/tramp.el: Pacify byte compiler warnings in pacification code.
3648 (tramp-handle-file-local-copy): Use insert-buffer-substring.
3649
3650 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3651
3652 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
3653 in last change.
3654 (ange-ftp-insert-directory): Fix up the search for the case where
3655 `file' is absolute.
3656
3657 2005-10-02 Romain Francoise <romain@orebokech.com>
3658
3659 * progmodes/compile.el (compile-goto-error): Delete extra paren.
3660
3661 2005-10-02 Andreas Schwab <schwab@suse.de>
3662
3663 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
3664 directory component in the session info.
3665
3666 2005-10-01 Richard M. Stallman <rms@gnu.org>
3667
3668 * comint.el (comint-redirect-subvert-readonly): Doc fix.
3669
3670 * simple.el (next-error-internal): New function.
3671
3672 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
3673 (compilation-start): Pass new arg to compilation-buffer-name.
3674 (compile-goto-error): Use next-error-internal.
3675
3676 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3677
3678 * speedbar.el: Remove RCS tag.
3679 (speedbar-check-read-only): Handle non-existent files.
3680
3681 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
3682
3683 * info.el (Info-speedbar-hierarchy-buttons)
3684 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
3685
3686 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3687
3688 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
3689 Do not match newline.
3690 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
3691 (bibtex-summary): Remove unnecessary save-excursion.
3692 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
3693
3694 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3695
3696 * term/mac-win.el: Add charset info for "iso10646-1".
3697 Modify default fontset to use ATSUI-compatible fonts for some charsets
3698 if available.
3699
3700 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3701
3702 * speedbar.el: Re-apply arch tag.
3703 (speedbar-version): Rename to version 1.0. Suggested by Eric
3704 M. Ludlam.
3705 Reapply two changes from Emacs CVS' version of speedbar lost
3706 during the merge:
3707 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
3708 (speedbar-frame-parameters): Improve customize type.
3709
3710 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3711
3712 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
3713 (ange-ftp-file-directory-p): Fix the symlink case.
3714 (ange-ftp-insert-directory): When listing a single file, get a list of
3715 the parent buffer and extract the relevant line. Inspired from a patch
3716 by Katsumi Yamaoka <yamaoka@jpl.org>.
3717 (ange-ftp-file-name-sans-versions): Simplify.
3718
3719 2005-09-30 Bill Wohler <wohler@newt.com>
3720
3721 Move MH-E image files from toolbar and mail directories into
3722 etc/images.
3723
3724 * mail/reply2.*: Move to etc/images/mail/reply*.
3725
3726 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
3727 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
3728 etc/images.
3729
3730 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
3731 * toolbar/reply*: Move to etc/images/mail.
3732
3733 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
3734
3735 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
3736
3737 * speedbar.el: New version 1.0pre3.
3738
3739 Frame management code (including timer, and mouse click specifics)
3740 moved to dframe.el:
3741 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
3742 (speedbar-timer): Removed. Use dframe-timer.
3743 (speedbar-close-frame): Removed. Use dframe-close-frame.
3744 (speedbar-activity-change-focus-flag): Removed. Use
3745 dframe-activity-change-focus-flag.
3746 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
3747 dframe-update-speed.
3748
3749 (speedbar-current-frame): New macro. Use this instead of the
3750 variable speedbar-frame.
3751
3752 (speedbar-use-images, speedbar-expand-image-button-alist)
3753 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
3754
3755 (speedbar-find-image-on-load-path): Removed. Replaced by
3756 defezimage in ezimage.el.
3757 (speedbar-expand-image-button-alist): Removed. Replaced by
3758 ezimage-expand-image-button-alist in ezimage.el.
3759
3760 (speedbar-ignored-directory-regexp)
3761 (speedbar-add-ignored-directory-regexp)
3762 (speedbar-ignored-directory-expressions)
3763 (speedbar-line-directory, speedbar-buffers-line-directory)
3764 (speedbar-directory-line, speedbar-buffers-line-directory):
3765 Renamed, replacing `path' with `directory'.
3766
3767 (speedbar-create-directory, speedbar-expand-line-descendants)
3768 (speedbar-toggle-line-expansion)
3769 (speedbar-contract-line-descendants): New commands.
3770
3771 (speedbar-query-confirmation-method, speedbar-select-frame-method)
3772 (speedbar-use-tool-tips-flag): New options.
3773
3774 (speedbar-check-read-only, speedbar-require-version)
3775 (speedbar-insert-separator, speedbar-buffers-tail-notes)
3776 (speedbar-handle-delete-frame, speedbar-try-completion)
3777 (speedbar-update-localized-contents): New functions.
3778
3779 (speedbar-incompatible-version, speedbar-ro-to-do-point)
3780 (speedbar-object-read-only-indicator): New variables.
3781
3782 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
3783 New hooks.
3784
3785 (speedbar-separator-face): New face.
3786
3787 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
3788 (speedbar-ignored-modes): Add fundamental-mode.
3789 (speedbar-directory-unshown-regexp): Add . directories.
3790
3791 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
3792 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
3793 `]' for full expand/close.
3794 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
3795
3796 (speedbar-check-vc): Support hidden files.
3797 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
3798 (speedbar-this-file-in-vc): Use vc-state if available. If VC
3799 state is nil, it is not checked out.
3800
3801 (speedbar-line-text, speedbar-line-token): Support expand buttons
3802 with no text.
3803 (speedbar-refresh): Universal argument acts as power-click.
3804 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
3805 that buffer to get variable values.
3806
3807 And many other bugfixes.
3808
3809 * dframe.el, ezimage.el, sb-image.el: New files.
3810
3811 * sb-*.xpm: Remove files. New image files installed into
3812 etc/images/ezimage.
3813
3814 2005-09-30 Kenichi Handa <handa@m17n.org>
3815
3816 * ps-mule.el (ps-mule-show-warning): If a character is in
3817 ps-print-translation-table, don't treat it as non-printable.
3818
3819 2005-09-30 David Ponce <david@dponce.com>
3820
3821 * tree-widget.el (tree-widget-themes-load-path): New variable.
3822 (tree-widget-themes-directory): Doc fix.
3823 (tree-widget-image-formats) [Emacs]: Doc fix.
3824 (tree-widget--locate-sub-directory): New function.
3825 (tree-widget-themes-directory): Use it.
3826
3827 * recentf.el (recentf-filename-handlers): Rename from
3828 `recentf-filename-handler'. Allow a list of functions.
3829 (recentf-menu-items-for-commands): Fix :help strings.
3830 (recentf-apply-filename-handlers): New function.
3831 (recentf-expand-file-name): Use it.
3832 (recentf-cleanup): Remove duplicates too.
3833
3834 2005-09-29 Juri Linkov <juri@jurta.org>
3835
3836 * faces.el: Rearrange face definitions to be in the same order as
3837 their face descriptions in "(emacs)Standard Faces".
3838
3839 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
3840
3841 * tooltip.el (tooltip): Add group `basic-faces'.
3842
3843 * buff-menu.el (Buffer-menu-buffer): Remove group
3844 `font-lock-highlighting-faces'.
3845
3846 * progmodes/compile.el (compilation-error, compilation-warning)
3847 (compilation-info, compilation-line-number, compilation-column-number):
3848 Change group from `font-lock-highlighting-faces' to `compilation'.
3849
3850 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3851 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
3852 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
3853 (vhdl-font-lock-reserved-words-face)
3854 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
3855 `font-lock-highlighting-faces'.
3856
3857 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
3858
3859 2005-09-28 Kim F. Storm <storm@cua.dk>
3860
3861 * emulation/cua-base.el: Set CUA move property on additional commands:
3862 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
3863 forward-sexp, backward-sexp, forward-list, backward-list.
3864
3865 2005-09-28 Romain Francoise <romain@orebokech.com>
3866
3867 * comint.el (comint-show-output): Really set point at the
3868 beginning of the output when not using `comint-use-prompt-regexp'.
3869
3870 2005-09-27 Jay Belanger <belanger@truman.edu>
3871
3872 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
3873 in TeX mode.
3874
3875 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
3876
3877 * textmodes/org.el (org-table-sum): Fix format string.
3878
3879 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
3880 Quote face names.
3881
3882 2005-09-26 Romain Francoise <romain@orebokech.com>
3883
3884 * isearch.el (isearch-forward-regexp): Close doc string.
3885
3886 2005-09-25 Richard M. Stallman <rms@gnu.org>
3887
3888 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
3889
3890 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
3891
3892 * progmodes/compile.el (compilation-error-properties):
3893 When getting the file from the previous error message,
3894 correctly decode the new data format.
3895
3896 * progmodes/cc-cmds.el (c-electric-paren):
3897 Call old-blink-paren only for close-paren.
3898
3899 2005-09-24 Andreas Schwab <schwab@suse.de>
3900
3901 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
3902 condition.
3903
3904 2005-09-25 Romain Francoise <romain@orebokech.com>
3905
3906 * dired-aux.el (dired-copy-file-recursive):
3907 * dired.el (dired-delete-file):
3908 * ediff-mult.el (ediff-dir-diff-copy-file):
3909 * ediff-util.el (ediff-test-save-region):
3910 * forms.el (forms-mode):
3911 * ido.el (ido-file-internal, ido-delete-file-at-head):
3912 * log-edit.el (log-edit-done):
3913 * ses.el (ses-yank-resize):
3914 * play/gomoku.el (gomoku-human-plays, gomoku)
3915 (gomoku-human-resigns, gomoku-prompt-for-other-game)
3916 (gomoku-offer-a-draw):
3917 * play/landmark.el (lm-human-resigns, lm):
3918 * net/eudcb-ldap.el (eudc-ldap-check-base):
3919 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
3920 * progmodes/ebrowse.el (ebrowse-find-pattern):
3921 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
3922 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
3923 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
3924
3925 * vc.el (vc-delete-file):
3926 * play/gomoku.el (gomoku-terminate-game, gomoku)
3927 (gomoku-prompt-for-move, gomoku-human-takes-back):
3928 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
3929 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
3930
3931 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3932
3933 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
3934 color rxvt terminals by using the code xterm.el used to use before
3935 2005-04-09 in order to match the colors used by rxvt.
3936
3937 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3938
3939 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
3940 colors rxvt-unicode terminals by using the same code as xterm.el.
3941
3942 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3943
3944 * textmodes/tex-mode.el (tex-font-lock-append-prop)
3945 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
3946 new symbol used for the tex-verbatim face.
3947
3948 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
3949
3950 * woman.el (woman-file-name):
3951 * wid-edit.el (widget-file-prompt-value)
3952 (widget-coding-system-prompt-value):
3953 * w32-fns.el (set-w32-system-coding-system):
3954 * vc.el (vc-version-diff, vc-annotate):
3955 * textmodes/reftex-auc.el (reftex-arg-cite)
3956 (reftex-arg-index-tag):
3957 * textmodes/refer.el (refer-get-bib-files):
3958 * textmodes/artist.el (artist-figlet-choose-font):
3959 * terminal.el (terminal-emulator):
3960 * replace.el (occur-read-primary-args):
3961 * rect.el (string-rectangle, string-insert-rectangle):
3962 * ps-print.el (ps-print-preprint):
3963 * progmodes/pascal.el (pascal-goto-defun):
3964 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
3965 * progmodes/compile.el (compilation-find-file):
3966 * printing.el (pr-interactive-n-up):
3967 * play/animate.el (animate-birthday-present):
3968 * net/rcompile.el (remote-compile):
3969 * man.el (man, Man-goto-section, Man-follow-manual-reference):
3970 * mail/rmailsum.el (rmail-summary-search-backward)
3971 (rmail-summary-search):
3972 * mail/rmailout.el (rmail-output-read-rmail-file-name)
3973 (rmail-output-read-file-name):
3974 * mail/rmail.el (rmail-search, rmail-search-backwards):
3975 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
3976 * locate.el (locate):
3977 * international/quail.el (quail-show-keyboard-layout):
3978 * international/mule.el (set-buffer-file-coding-system)
3979 (revert-buffer-with-coding-system, set-file-name-coding-system)
3980 (set-terminal-coding-system, set-keyboard-coding-system)
3981 (set-next-selection-coding-system):
3982 * international/mule-diag.el (describe-coding-system)
3983 (describe-font, describe-fontset):
3984 * international/mule-cmds.el (universal-coding-system-argument)
3985 (search-unencodable-char, describe-input-method)
3986 (set-language-environment, describe-language-environment):
3987 * international/codepage.el (codepage-setup):
3988 * international/code-pages.el (codepage-setup):
3989 * info.el (Info-search, Info-follow-reference)
3990 (Info-search-backward):
3991 * emacs-lisp/advice.el (ad-read-advised-function)
3992 (ad-read-advice-class, ad-clear-cache, ad-activate)
3993 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
3994 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
3995 (ad-read-regexp):
3996 * ediff-util.el (ediff-toggle-regexp-match):
3997 * ediff-ptch.el (ediff-prompt-for-patch-file):
3998 * dired-aux.el (dired-diff):
3999 * diff.el (diff):
4000 * cus-edit.el (custom-variable-prompt):
4001 * calendar/timeclock.el (timeclock-ask-for-project):
4002 * calc/calcalg3.el (calc-get-fit-variables):
4003 * calc/calc-store.el (calc-edit-variable)
4004 (calc-permanent-variable):
4005 * vc-mcvs.el (vc-mcvs-register):
4006 * shadowfile.el (shadow-define-literal-group):
4007 * woman.el (woman-file-name):
4008 * vc.el (vc-version-diff, vc-merge):
4009 * textmodes/reftex-index.el (reftex-index-complete-tag):
4010 * format.el (format-decode-buffer, format-decode-region):
4011 * emulation/viper-cmd.el (viper-read-string-with-history):
4012 * emacs-lisp/debug.el (cancel-debug-on-entry):
4013 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4014 * ediff.el (ediff-merge-revisions)
4015 (ediff-merge-revisions-with-ancestor, ediff-revision):
4016 * completion.el (interactive-completion-string-reader):
4017 * calc/calc-prog.el (calc-user-define-formula):
4018 Follow convention for reading with the minibuffer.
4019
4020 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
4021
4022 * progmodes/python.el (python-describe-symbol): Add globals() and
4023 locals() to the arguments of emacs.ehelp.
4024
4025 2005-09-24 Magnus Henoch <mange@freemail.hu>
4026
4027 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
4028 New function, code extracted from ispell-valid-dictionary-list.
4029 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
4030 Call it.
4031
4032 2005-09-24 Eli Zaretskii <eliz@gnu.org>
4033
4034 * subr.el (version-regexp-alist): Extend valid syntax for version
4035 strings: allow any of the characters -,_,+ to separate the
4036 alpha/beta/rc part from the version part. Doc fix.
4037 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
4038
4039 2005-09-23 David Reitter <david.reitter@gmail.com>
4040
4041 * mail/mailclient.el: New file.
4042
4043 2005-09-23 Richard M. Stallman <rms@gnu.org>
4044
4045 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
4046 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
4047 Doc fixes.
4048
4049 * progmodes/cc-mode.el (c-font-lock-init):
4050 Specify font-lock-lines-before.
4051
4052 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4053
4054 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
4055 whole conflict.
4056
4057 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
4058
4059 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
4060 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
4061 of `remap' feature when available. Additional key bindings for
4062 better tty support.
4063 (org-mode-restart, org-force-self-insert): New commands.
4064 (org-time-stamp-inactive): New command.
4065 (org-remap): New function.
4066 (org-table-auto-blank-field, org-level-color-stars-only): New options.
4067 (org-enable-fixed-width-editor): Move to `org-structure'
4068 customization group.
4069 (org-self-insert-command, orgtbl-self-insert-command): Modify to
4070 blank field after field motion commands.
4071
4072 2005-09-23 Kenichi Handa <handa@m17n.org>
4073
4074 * international/mule-cmds.el (set-language-environment):
4075 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
4076 have to call utf-translate-cjk-load-tables.
4077
4078 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
4079
4080 * mouse.el (mouse-move-drag-overlay): Fix last change.
4081
4082 2005-09-22 David Ponce <david@dponce.com>
4083
4084 * tree-widget.el (tree-widget-value-create): Fix previous change.
4085
4086 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4087
4088 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
4089
4090 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4091
4092 * mouse.el (mouse-move-drag-overlay): New function.
4093 (mouse-drag-region-1): Use it.
4094 Try to simplify a bit the state handling. Handle clicks on links
4095 inside intangible areas.
4096 (mouse-save-then-kill): Minor simplification.
4097 (mouse-secondary-overlay): Make it always non-nil instead of
4098 recreating it each time.
4099 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
4100 (mouse-kill-secondary, mouse-secondary-save-then-kill):
4101 Simplify accordingly.
4102
4103 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4104
4105 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
4106
4107 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
4108
4109 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
4110 (ediff-file-name-sans-prefix): Treat nil as an empty string.
4111 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
4112 to patch.
4113
4114 * ediff-util.el: Use insert-buffer-substring.
4115
4116 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
4117
4118 * emulation/viper-cmd.el (viper-change-state): Don't move over the
4119 field boundaries in the minibuffer.
4120 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
4121 (viper-minibuffer-post-command-hook): New hook.
4122 (viper-line): Don't move cursor at bolp.
4123
4124 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
4125
4126 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
4127 avoid compiler warnings.
4128
4129 * emulation/viper-macs.el (ex-map): Better messages.
4130
4131 * emulation/viper-utils.el (viper-beginning-of-field): New function.
4132
4133 * emulation/viper.el: Replace make-variable-buffer-local with
4134 viper-make-variable-buffer-local everywhere, to avoid warnings.
4135
4136 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4137
4138 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
4139 Delete unused var `old-selected-window'.
4140 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
4141 (mouse-drag-secondary): Delete unused var `start-frame'.
4142
4143 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4144
4145 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
4146
4147 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4148
4149 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
4150 Re-indent within 80 columns. Use inhibit-read-only.
4151
4152 2005-09-19 Romain Francoise <romain@orebokech.com>
4153
4154 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
4155
4156 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4157
4158 * font-lock.el (font-lock-default-fontify-region): Don't add a line
4159 unconditionally, since the after-change-function already did it.
4160
4161 2005-09-19 Miles Bader <miles@gnu.org>
4162
4163 * net/newsticker.el: Get rid of CVS keyword.
4164
4165 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
4166
4167 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
4168 The prompt is formatted later.
4169
4170 2005-09-19 David Ponce <david@dponce.com>
4171
4172 * tree-widget.el (tree-widget-value-create): Save the converted
4173 tree :node widget.
4174
4175 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
4176
4177 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
4178 variable `message'.
4179
4180 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
4181
4182 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
4183 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
4184 <slawomir.nowaczyk.847@student.lu.se>.
4185
4186 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
4187
4188 * image.el (image-load-path): Use symbol `data-directory' instead
4189 of its value, for backward compatibility with packages that bind
4190 it during `find-image'. Suggested by Katsumi Yamaoka.
4191 (image-search-load-path): Handle symbols whose values are strings.
4192
4193 2005-09-18 Romain Francoise <romain@orebokech.com>
4194
4195 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
4196 with-current-buffer form in save-excursion.
4197
4198 2005-09-18 D Goel <deego@gnufans.org>
4199
4200 * apropos.el (apropos-command): Fix `message' call: first arg
4201 should be a format spec. In this and all other cases that appear
4202 below and elsewhere in the source code, I made a change only when
4203 two conditions were satisfied: [1] I can think of a possibility
4204 that the arguments would cause an error, for example, the code in
4205 question relies on external variables such as filenames. [2] I
4206 was sure that the arg to `message' could not have been nil in the code.
4207
4208 * textmodes/tildify.el (tildify-region): Ditto.
4209
4210 * textmodes/reftex-index.el (reftex-index-change-entry)
4211 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
4212 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
4213 * textmodes/org.el (org-complete, org-deadline, org-schedule)
4214 (org-priority, org-table-sum):
4215 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
4216 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
4217 (flyspell-word, flyspell-display-next-corrections):
4218 * textmodes/bibtex.el (bibtex-print-help-message):
4219 * textmodes/artist.el (artist-key-set-point-poly):
4220 * term/mac-win.el (mac-services-insert-text):
4221 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
4222 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
4223 (vhdl-port-paste-testbench, vhdl-compose-new-component)
4224 (vhdl-compose-configuration):
4225 * progmodes/sh-script.el (sh-blink, sh-show-indent)
4226 (sh-set-indent, sh-learn-line-indent):
4227 * progmodes/ps-mode.el (ps-mode-target-column):
4228 * progmodes/idlwave.el (idlwave-make-tags)
4229 (idlwave-scan-library-catalogs):
4230 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
4231 * progmodes/gud.el (gud-jdb-analyze-source):
4232 * progmodes/flymake.el (flymake-log):
4233 * progmodes/ebnf2ps.el (ebnf-generate-region):
4234 * progmodes/cmacexp.el (c-macro-expansion):
4235 * progmodes/ada-xref.el (ada-treat-cmd-string):
4236 * progmodes/ada-mode.el (ada-create-case-exception-substring)
4237 (ada-justified-indent-current, ada-batch-reformat):
4238 * play/zone.el (zone):
4239 * play/landmark.el (lm-move):
4240 * play/decipher.el (decipher-show-alphabet):
4241 * net/newsticker.el (newsticker--display-jump)
4242 (newsticker--display-scroll):
4243 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
4244 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
4245 * mail/feedmail.el (feedmail-dump-message-to-queue):
4246 * eshell/esh-proc.el (eshell-remove-process-entry):
4247 * emulation/ws-mode.el (ws-last-error):
4248 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
4249 (viper-record-kbd-macro):
4250 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
4251 * emacs-lisp/lisp-mnt.el (lm-report-bug):
4252 * emacs-lisp/find-func.el (find-function-noselect):
4253 * calendar/timeclock.el (timeclock-status-string)
4254 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
4255 (timeclock-when-to-leave-string):
4256 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
4257 * calc/calc-units.el (calc-enter-units-table):
4258 * calc/calc-mode.el (calc-mode-record-mode):
4259 * woman.el (woman-mini-help):
4260 * wdired.el (wdired-change-to-wdired-mode):
4261 * vc.el (vc-retrieve-snapshot):
4262 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
4263 * startup.el (display-startup-echo-area-message):
4264 * simple.el (set-goal-column):
4265 * ses.el (ses-command-hook, ses-recalculate-cell):
4266 * server.el (server-process-filter):
4267 * printing.el (pr-interface-txt-print, pr-interface-printify)
4268 (pr-interface-ps):
4269 * pcvs.el (cvs-help):
4270 * log-edit.el (log-edit, log-edit-mode-help):
4271 * iswitchb.el (iswitchb-possible-new-buffer):
4272 * isearch.el (isearch-edit-string):
4273 * image-mode.el (image-mode, image-minor-mode):
4274 * ibuf-macs.el (define-ibuffer-filter):
4275 * hi-lock.el (hi-lock-find-patterns):
4276 * files.el (toggle-read-only):
4277 * ediff-util.el (ediff-copy-diff)
4278 (ediff-write-merge-buffer-and-maybe-kill):
4279 * echistory.el (Electric-history-undefined):
4280 * dnd.el (dnd-insert-text):
4281 * dired-aux.el (dired-query):
4282 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
4283 * bookmark.el (bookmark-bmenu-locate):
4284 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
4285 Fix `message' calls to ensure first arg is a format string.
4286 The change was made only when these two conditions were satisfied:
4287 [1] when there is a possibility that the arguments would cause an error
4288 for example, if the code in question relies on external variables
4289 such as filenames, and
4290 [2] if the arg to `message' could not have been nil in the code.
4291
4292 * pcomplete.el (pcomplete--help): Fix `message' format spec.
4293 Not having a %s would be weird, though not technically wrong.
4294
4295 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4296
4297 * term/mac-win.el (mac-add-charset-info): Doc fix.
4298
4299 2005-09-17 Romain Francoise <romain@orebokech.com>
4300
4301 * shell.el (shell-resync-dirs): Handle echoing processes more
4302 reliably. Don't insert resync command if `comint-process-echoes'
4303 is non-nil.
4304
4305 2005-09-17 Magnus Henoch <mange@freemail.hu>
4306
4307 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
4308 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
4309 aspell versions >= 0.60.
4310 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
4311 only if ispell-aspell-supports-utf8 is non-nil.
4312
4313 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4314
4315 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
4316 buffer-local value to lisp-indent-function.
4317
4318 2005-09-17 Milan Zamazal <pdm@zamazal.org>
4319
4320 * progmodes/glasses.el (glasses-make-readable): If
4321 glasses-separator differs from underscore, put appropriate
4322 overlays over underscore characters.
4323 (glasses-convert-to-unreadable): If glasses-separator differs from
4324 underscore, try to convert glasses-separator characters to
4325 underscores.
4326
4327 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4328
4329 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
4330 Use with-syntax-table and dolist.
4331
4332 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
4333
4334 * textmodes/reftex-auc.el:
4335 * textmodes/reftex-cite.el:
4336 * textmodes/reftex-dcr.el:
4337 * textmodes/reftex-global.el:
4338 * textmodes/reftex-parse.el:
4339 * textmodes/reftex-ref.el:
4340 * textmodes/reftex-sel.el:
4341 * textmodes/reftex-toc.el:
4342 * textmodes/reftex-vars.el:
4343 * textmodes/reftex.el: Small changes to remove compiler warnings.
4344
4345 * textmodes/reftex-index.el: Likewise.
4346 (reftex-query-index-phrase): More efficient use of markers.
4347
4348 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
4349
4350 * image.el (image-load-path): New variable.
4351 (image-search-load-path): New function.
4352 (find-image): Search for images in `image-load-path'.
4353
4354 2005-09-15 Richard M. Stallman <rms@gnu.org>
4355
4356 * follow.el: Change Maintainer field.
4357
4358 2005-09-15 David Ponce <david@dponce.com>
4359
4360 * recentf.el (recentf-save-file-modes): New option.
4361 (recentf-save-list): Use it.
4362
4363 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
4364
4365 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
4366 (mode-line-mule-info, mode-line-modified): Move bindings from
4367 mouse-3 to mouse-1.
4368
4369 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
4370
4371 * simple.el (sendmail-user-agent-compose): Revert last change.
4372
4373 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4374
4375 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
4376 Use with-current-buffer.
4377 (ange-ftp-gwp-start): Remove unused var `gw-user'.
4378 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
4379 (ange-ftp-insert-directory): Remove unused var `short'.
4380 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
4381
4382 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
4383 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
4384
4385 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
4386 (check-calendar-holidays, diary-list-entries): Autoload.
4387 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
4388 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
4389
4390 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
4391 which mistakenly removed a call to display-buffer.
4392
4393 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
4394
4395 * obsolete/iso-insert.el: Move to obsolete/ from international/.
4396
4397 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
4398
4399 * progmodes/hideshow.el
4400 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
4401 (hs-allow-nesting): New user var.
4402 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
4403 (hs-hide-block-at-point): When nesting allowed,
4404 if there is already an overlay in place, delete it.
4405 (hs-safety-is-job-n): Delete func; remove call sites.
4406 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
4407 (hs-overlay-at): New func.
4408 (hs-already-hidden-p, hs-show-block): Use it.
4409 (hs-hide-all): Don't pre-clean if nesting allowed.
4410 (hs-show-all): Temporarily disallow
4411 nesting around call to `hs-discard-overlays'.
4412
4413 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
4414
4415 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
4416 Delete unused local var.
4417
4418 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
4419
4420 * help-fns.el (describe-categories): "?\ " -> "?\s".
4421 (help-do-arg-highlight): Recognize also ARG-n, as in
4422 `move-to-left-margin' (ARG+n is already recognized). Simplify.
4423
4424 * international/codepage.el (dos-unsupported-char-glyph):
4425 * net/newsticker.el (tool-bar-map, w3-mode-map)
4426 (w3m-minor-mode-map):
4427 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
4428 (ent-alist):
4429 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
4430
4431 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
4432
4433 * custom.el (custom-push-theme): Handle the case where a symbol is
4434 bound but face properties have not yet been assigned.
4435
4436 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
4437 Fix behavior if noerase is `t' and there is no mail buffer.
4438
4439 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
4440 if `continue' is nil, rather than signal an error.
4441
4442 2005-09-12 Richard M. Stallman <rms@gnu.org>
4443
4444 * font-lock.el (font-lock-keywords): Add autoload.
4445
4446 * help-fns.el (describe-variable): Rearrange to put source link
4447 in a predictable place.
4448
4449 * net/newsticker.el: New file.
4450
4451 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4452
4453 * calendar/calendar.el (calendar-for-loop): Add edebug info.
4454 (calendar-basic-setup): Use the new nil arg.
4455 (number-of-diary-entries): Move to diary-lib.el.
4456
4457 * calendar/diary-lib.el: Use with-current-buffer, match-string.
4458 (diary-list-entries): Use with-syntax-table and dolist.
4459 Rename from list-diary-entries.
4460 Use number-of-diary-entries if `number' is nil.
4461 (diary, diary-view-entries): Use this new name and new nil arg value.
4462 (number-of-diary-entries): Move from calendar.el.
4463 (diary-unhide-everything): New function.
4464 (include-other-diary-files, fancy-diary-display)
4465 (diary-show-all-entries, make-diary-entry): Use it.
4466 (diary-mail-entries): Use buffer-string.
4467 (mark-diary-entries): Fix long standing paren typo.
4468 (diary-sexp-entry): Use count-lines.
4469 (make-diary-entry): Avoid `previous-line'.
4470 (diary-mode-map): New var.
4471 (diary-mode): Redraw cal after saving. Setup header-line.
4472 (fancy-diary-display-mode): Use local-set-key.
4473
4474 * startup.el (command-line): Try calling various terminal-init-foo-bar
4475 functions by stripping hyphenated suffixes from $TERM.
4476
4477 * files.el (normal-mode): Check boundness of font-lock-keywords.
4478
4479 2005-09-12 Richard M. Stallman <rms@gnu.org>
4480
4481 * progmodes/compile.el: Don't decide a file's directory
4482 until the user actually tries to go there.
4483 (compilation-next-error-function):
4484 Pass compilation-find-file the directory from the file-struct.
4485 (compilation-internal-error-properties): Separate local FILE-STRUCT
4486 from FILE. Doc the args better. Rename arg FMT to FMTS.
4487 (compilation-find-file): Arg DIR renamed to DIRECTORY.
4488 Expand it, and if nil, use default-directory.
4489 (compilation-get-file-structure): Don't mix specified directory
4490 with default directory. Put specified directory into
4491 file-struct. Don't make the file name absolute.
4492
4493 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4494 (compile-command): Add autoload.
4495 (compilation-disable-input): Add autoload.
4496
4497 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
4498
4499 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
4500 strings of the variables it can override.
4501 (time-stamp): New (as yet undocumented) time-stamp-format escapes
4502 %Q and %q, for fully-qualified domain name and unqualified host name.
4503
4504 2005-09-11 Kim F. Storm <storm@cua.dk>
4505
4506 * emacs-lisp/authors.el (authors-aliases): Update list.
4507 (authors-fixed-entries): Update mldrag.el entry.
4508
4509 2005-09-10 Alan Mackenzie <acm@muc.de>
4510
4511 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
4512 from the region narrowed to.
4513
4514 2005-09-10 Magnus Henoch <mange@freemail.hu>
4515
4516 * textmodes/ispell.el (ispell-check-version): Signal an error if
4517 aspell version is less than 0.60.
4518
4519 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
4520
4521 * progmodes/octave-inf.el (inferior-octave-startup):
4522 Resync current dir at the end.
4523
4524 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
4525
4526 * woman.el (woman-topic-at-point-default):
4527 Rename to woman-use-topic-at-point-default.
4528 (woman-topic-at-point): Rename to woman-use-topic-at-point.
4529 (woman-file-name): Reflect renames above. Automatically use the
4530 word at point as topic if woman-use-topic-at-point is non-nil.
4531 Otherwise offer it as default but don't insert it in the
4532 minibuffer. Also use `test-completion' instead of `assoc' as
4533 suggested by Stefan Monnier.
4534
4535 2005-09-10 Andre Spiegel <spiegel@gnu.org>
4536
4537 * vc.el (vc-directory, vc-update-change-log): Throw an error on
4538 the attempt to do it over Tramp. This is not yet supported.
4539
4540 2005-09-10 Eli Zaretskii <eliz@gnu.org>
4541
4542 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4543 (menu-bar-non-minibuffer-window-p): New functions.
4544 ("Split Window", "Save As..."): Use them.
4545 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
4546 ("Print Buffer", "Truncate Long Lines in this Buffer"):
4547 Use menu-bar-menu-frame-live-and-visible-p.
4548 ("Save Buffer", "Insert File", "Open Directory...")
4549 ("Open File...", "Visit New File..."):
4550 Use menu-bar-non-minibuffer-window-p.
4551 (kill-this-buffer-enabled-p, dired <menu-enable>):
4552 Use menu-bar-non-minibuffer-window-p.
4553
4554 2005-09-09 Eli Zaretskii <eliz@gnu.org>
4555
4556 * cus-start.el (all): Don't complain about fringe-related
4557 built-ins if fringes are not supported. Ditto about
4558 selection-related built-ins. Fix the test for GTK-related built-ins.
4559
4560 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
4561 ("Postscript Print Buffer", "Print Region", "Save As...")
4562 ("Save", "Insert File...", "Open Directory...")
4563 ("Open File...", "Visit New File..."")
4564 ("Truncate Long Lines in this Buffer"): Don't look at
4565 menu-updating-frame if this display does not support multiple frames.
4566
4567 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4568
4569 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
4570
4571 2005-09-09 Emilio Lopes <eclig@gmx.net>
4572
4573 * woman.el: Format- and whitespace-related changes.
4574
4575 2005-09-09 Eli Zaretskii <eliz@gnu.org>
4576
4577 * woman.el: Fix my email address.
4578
4579 2005-09-08 Richard M. Stallman <rms@gnu.org>
4580
4581 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
4582 (sh-mode): Locally set skeleton-pair-default-alist.
4583
4584 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
4585
4586 * progmodes/flymake.el: Require `compile' unconditionally.
4587
4588 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
4589
4590 * woman.el (woman-file-name): Provide a default, not initial input.
4591
4592 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
4593
4594 * font-lock.el (font-lock-support-mode): Doc fix.
4595
4596 * descr-text.el (describe-property-list): Handle non-symbol prop names.
4597
4598 2005-09-08 Richard M. Stallman <rms@gnu.org>
4599
4600 * simple.el (blink-matching-open): Get rid of text props from
4601 the string shown in echo area. Don't permanently set point.
4602 Some rearrangements.
4603
4604 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
4605
4606 * recentf.el (recentf-filename-handler): Add custom choice
4607 `abbreviate-file-name'.
4608
4609 * msb.el (msb--very-many-menus): Fix typo.
4610
4611 * disp-table.el (standard-display-european): Don't set
4612 enable-multibyte-characters to nil.
4613
4614 2005-09-08 David Ponce <david@dponce.com>
4615
4616 * recentf.el (recentf-show-file-shortcuts-flag): New option.
4617 (recentf-expand-file-name): Doc fix.
4618 (recentf-dialog-mode-map): Define digit shortcuts.
4619 (recentf--files-with-key): New variable.
4620 (recentf-show-digit-shortcut-filter): New function.
4621 (recentf-open-files-items): New function.
4622 (recentf-open-files): Use it.
4623 (recentf-open-file-with-key): New command.
4624
4625 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
4626
4627 * buff-menu.el (Buffer-menu-sort-by-column): New function.
4628 Suggested by Kim F. Storm.
4629 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
4630 (Buffer-menu-make-sort-button): Use global keymap.
4631
4632 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
4633
4634 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
4635 (Man-getpage-in-background-advice): Remove defadvice; it isn't
4636 necessary any longer with the remapped command.
4637 (Man-bgproc-sentinel-advice): Remove defadvice which counts
4638 formatting time only.
4639
4640 * net/tramp.el (tramp-action-password)
4641 (tramp-multi-action-password): Compile the password prompt from
4642 `method', `user' and `host'. Sometimes it isn't obvious which
4643 password to enter, for example with remote files offered by
4644 recentf.el, or with multiple steps. Suggested by Robert Marshall
4645 <robert@chezmarshall.freeserve.co.uk>.
4646
4647 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4648
4649 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4650 Fix regexp for when "s///" is at the beginning of line.
4651
4652 2005-09-07 Jay Belanger <belanger@truman.edu>
4653
4654 * calc/calc-poly.el (math-expand-term): Multiply out any powers
4655 when in matrix mode.
4656
4657 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4658
4659 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
4660 non-anonymous functions.
4661
4662 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
4663
4664 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
4665 when using a header line. Otherwise, use mouse-1-click-follows-link.
4666
4667 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
4668 can't be moved; don't signal an error.
4669
4670 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
4671
4672 * cus-theme.el (custom-theme-write-faces): Save the current face
4673 spec, not the defface spec.
4674
4675 * custom.el (custom-known-themes): Clarify meaning of "standard".
4676 (custom-push-theme): Save old values in the standard theme.
4677 (disable-theme): Correct typo.
4678 (custom-face-theme-value) Deleted unused function.
4679 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
4680
4681 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4682
4683 * progmodes/compile.el (compilation-goto-locus): Take into account
4684 iconified frames when determining whether the buffer is
4685 already visible.
4686 Don't reset window height if the window already existed.
4687
4688 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
4689
4690 * custom.el (load-theme): Rename from require-theme.
4691 Add interactive spec.
4692 (enable-theme): Rename from custom-enable-theme.
4693 Add interactive spec.
4694 (disable-theme): Rename from custom-disable-theme.
4695 Add interactive spec.
4696 (custom-make-theme-feature): Doc fix.
4697 (custom-theme-directory): Doc fix.
4698 (provide-theme): Call enable-theme.
4699
4700 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4701
4702 * obsolete/lazy-lock.el (lazy-lock-mode):
4703 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
4704 font-lock-mode if it's off. Print a warning instead.
4705
4706 * progmodes/compile.el (compilation-start): Ignore errors if the
4707 process died before we get to send-eof.
4708
4709 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
4710 Undo last change. Enclosing the result in quotes broke things on Unix
4711 since tex-send-command passes it through shell-quote-argument.
4712 (tex-send-command): Pass `file' through convert-standard-filename
4713 when possible.
4714 (tex-uptodate-p): Handle the case where TeX hasn't put additional
4715 info in a transcript.
4716
4717 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4718
4719 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
4720 fix compilation warning. Reorder the key definitions to group
4721 together keys emitted by the current version of xterm.
4722
4723 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
4724 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
4725 Reorder predicates to correct min-color usage.
4726
4727 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
4728
4729 * longlines.el (longlines-mode): Inhibit read-only when encoding.
4730 Kill local variables when longlines-mode is turned off.
4731
4732 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4733
4734 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
4735
4736 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
4737
4738 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
4739
4740 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
4741 (font-lock-lines-before): Change default to being inactive.
4742 (font-lock-default-fontify-region): Obey font-lock-lines-before.
4743 (font-lock-after-change-function): Don't handle f-l-lines-before here.
4744
4745 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4746
4747 * net/tramp.el (tramp-handle-make-auto-save-file-name):
4748 Deactivate temporarily advice if active (not needed for Emacs 22,
4749 but for backwards compatibility).
4750 (tramp-exists-file-name-handler): Rewrite. First implementation
4751 was too simple.
4752 (tramp-advice-make-auto-save-file-name):
4753 Call `tramp-handle-make-auto-save-file-name' (again, just for
4754 backwards compatibility).
4755
4756 2005-08-31 Reto Zimmermann <reto@gnu.org>
4757
4758 * progmodes/vhdl-mode.el
4759 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
4760 (vhdl-end-p): Fix indentation bug "else" after "-- when".
4761 (vhdl-set-default-project): New function (easier setting of default).
4762 (vhdl-port-copy): Handle extended identifiers for generics.
4763 (vhdl-compiler-alist): Better description for error message regexp.
4764 (vhdl-make): Query for target, use previous as default.
4765 (vhdl-port-copy): Fix port copy for port names starting with "signal".
4766 (vhdl-font-lock-keywords-2): Fix fontification for record
4767 el. assign.
4768 (vhdl-speedbar-make-subpack-line): Add package body link.
4769 (vhdl-generate-makefile-1): Not include itself as dependency.
4770 (vhdl-font-lock-init): Highlight c-preprocessor directives.
4771 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
4772 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
4773 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
4774 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
4775 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
4776 (vhdl-import-project): Add string argument for `error'.
4777 (vhdl-compose-configuration)
4778 (vhdl-compose-configuration-architecture): Add configuration
4779 declaration generation.
4780 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
4781 (vhdl-trailer-re): Add "record" keyword (better indentation).
4782 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
4783 "[^ \t-\"]+".
4784 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
4785 (vhdl-testbench-entity-file-name)
4786 (vhdl-testbench-architecture-file-name): Allow separate
4787 customization of testbench file names.
4788 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
4789 (vhdl-get-visible-signals): Allow newline within alias declaration.
4790 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
4791 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
4792 (member-ignore-case): Alias for missing function in XEmacs.
4793 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
4794 (vhdl-update-sensitivity-list): Ignore case on read signals.
4795 (vhdl-replace-string): Adjust case only for file names.
4796 (vhdl-update-sensitivity-list): Fix search for read signals.
4797 (vhdl-update-sensitivity-list): Exclude formal parameters.
4798 (vhdl-get-visible-signals): Include aliases of signals.
4799 (vhdl-get-visible-signals): Fix signal name searching.
4800 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
4801 (vhdl-fixup-whitespace-region): Fix for character
4802 literals (e.g. ':').
4803
4804 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
4805
4806 * ansi-color.el (comint-last-output-start):
4807 * bs.el (font-lock-verbose):
4808 * diff-mode.el (add-log-buffer-file-name-function):
4809 * dired-x.el (vm-folder-directory):
4810 * faces.el (help-xref-stack-item):
4811 * files.el (font-lock-keywords):
4812 * find-lisp.el (dired-buffers, dired-subdir-alist):
4813 * ido.el (cua-inhibit-cua-keys):
4814 * log-view.el (cvs-minor-wrap-function):
4815 * outline.el (font-lock-warning-face):
4816 * simple.el (compilation-current-error):
4817 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
4818 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
4819 * tooltip.el (comint-prompt-regexp):
4820 * w32-fns.el (explicit-shell-file-name):
4821 * term/mac-win.el (mac-charset-info-alist)
4822 (mac-services-selection, mac-system-script-code):
4823 * term/tty-colors.el (msdos-color-values):
4824 * term/w32-win.el (xlfd-regexp-registry-subnum):
4825 * term/x-win.el (x-keysym-table, x-selection-timeout)
4826 (x-session-id, x-session-previous-id):
4827 * textmodes/ispell.el (mail-yank-prefix):
4828 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
4829 * textmodes/org.el (calc-embedded-close-formula)
4830 (calc-embedded-open-formula)
4831 (font-lock-unfontify-region-function):
4832 * textmodes/reftex-global.el (isearch-next-buffer-function)
4833 (TeX-master):
4834 * textmodes/reftex.el (font-lock-keywords):
4835 * textmodes/tex-mode.el (font-lock-comment-face)
4836 (font-lock-doc-face):
4837 * textmodes/texinfo.el (outline-heading-alist):
4838 Add defvars.
4839
4840 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
4841 (artist-spray-chars, artist-mode-init, artist-replace-string)
4842 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
4843 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
4844 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
4845
4846 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
4847 (conf-align-assignments): "?\ " -> "?\s".
4848
4849 * textmodes/reftex-index.el (TeX-master): Add defvar.
4850 (reftex-index-phrases-marker): Move up defvar.
4851
4852 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
4853 (reftex-toc-include-labels-indicator)
4854 (reftex-toc-include-index-indicator)
4855 (reftex-toc-max-level-indicator): Move up declarations.
4856
4857 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
4858 of args to `tramp-run-real-handler', even if it's empty in this case.
4859
4860 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4861
4862 * dired.el (dired-move-to-filename-regexp): Add date format for
4863 Mac OS X 10.3 in East Asian locales.
4864
4865 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4866
4867 * files.el (make-auto-save-file-name): Add file name handler call
4868 if applicable.
4869
4870 * net/tramp.el (tramp-file-name-handler-alist)
4871 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
4872 (tramp-handle-make-auto-save-file-name): Rename from
4873 `tramp-make-auto-save-file-name'.
4874 (tramp-exists-file-name-handler): New defun.
4875 (tramp-advice-make-auto-save-file-name): Make defadvice only when
4876 `make-auto-save-file-name' is not a magic file name operation.
4877
4878 2005-08-30 Richard M. Stallman <rms@gnu.org>
4879
4880 * files.el (risky-local-variable-p):
4881 Match `-predicates' and `-commands.
4882
4883 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
4884 (custom-save-all): Visit the file if necessary;
4885 kill the buffer if we created it.
4886 (custom-save-delete): Don't visit file or kill buffer here.
4887
4888 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
4889
4890 * textmodes/org.el (org-special-keyword): New face.
4891 (org-table-copy-down, org-table-eval-formula)
4892 (org-table-recalculate, org-init-section-numbers):
4893 Use `string-to-number' instead of `string-to-int'.
4894 (org-get-location): Use `insert-buffer-substring' instead of
4895 `insert-buffer'.
4896 (org-modify-diary-entry-string): New function.
4897 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
4898 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
4899 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
4900 active region.
4901 (org-export-as-html): Handle QUOTE keyword.
4902 (org-quote-string): New option.
4903 (org-bookmark-jump-unhide): New function, used for
4904 `bookmark-after-jump-hook'.
4905 (org-diary-default-entry): Apply only when not called through
4906 `org-agenda'.
4907
4908 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
4909
4910 * net/eudc.el (mode-popup-menu):
4911 * play/handwrite.el (ps-printer-name, ps-lpr-command):
4912 * progmodes/ada-mode.el (compile-auto-highlight)
4913 (skeleton-further-elements):
4914 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4915 * progmodes/cmacexp.el (msdos-shells):
4916 * progmodes/compile.el (font-lock-extra-managed-props)
4917 (font-lock-keywords, font-lock-maximum-size)
4918 (font-lock-support-mode):
4919 * progmodes/grep.el (font-lock-lines-before):
4920 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
4921 * progmodes/mixal-mode.el (compile-command):
4922 * progmodes/perl-mode.el (font-lock-comment-face)
4923 (font-lock-doc-face, font-lock-string-face):
4924 * progmodes/prolog.el (comint-prompt-regexp):
4925 * progmodes/sh-script.el (font-lock-comment-face)
4926 (font-lock-set-defaults, font-lock-string-face):
4927 * progmodes/sql.el (font-lock-keyword-face)
4928 (font-lock-set-defaults, font-lock-string-face):
4929 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
4930 (itimer-version, lazy-lock-defer-contextually)
4931 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
4932 Add defvars.
4933
4934 * progmodes/cperl-mode.el (cperl-electric-lbrace)
4935 (cperl-electric-keyword, cperl-electric-pod)
4936 (cperl-electric-backspace, cperl-forward-re)
4937 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
4938 (vc-rcs-header, vc-sccs-header): Add defvars.
4939
4940 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
4941 (font-lock-syntactic-keywords, gud-find-expr-function):
4942 Add defvars.
4943
4944 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
4945 (gdb-frame-parameters): Declare before use.
4946
4947 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
4948 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
4949 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
4950 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
4951
4952 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
4953 (idlwave-help-with-source): Use `insert-buffer-substring', not
4954 `insert-buffer'.
4955
4956 2005-08-29 Juri Linkov <juri@jurta.org>
4957
4958 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
4959 Put outline-back-to-heading function call inside save-excursion.
4960
4961 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
4962
4963 * man.el (Man-init-defvars, Man-translate-references)
4964 (Man-support-local-filenames, Man-highlight-references):
4965 * progmodes/sql.el (sql-interactive-mode):
4966 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
4967
4968 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
4969 (compilation-mode-font-lock-keywords): Add defvars.
4970 (checkdoc-interactive-loop): "?\ " -> "?\s".
4971
4972 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
4973 (font-lock-doc-face, font-lock-string-face)
4974 (font-lock-keywords-case-fold-search): Add defvars.
4975 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
4976
4977 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
4978 Don't pass X and Y (they are ignored anyway).
4979 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
4980 (mouse-delete-window): Make arguments optional.
4981
4982 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
4983 (caesar-translate-table, minor-modes, news-buffer-save)
4984 (news-group-name, news-minor-modes): Add defvars.
4985
4986 * emacs-lisp/lselect.el (mouse-highlight-priority)
4987 (x-lost-selection-functions, zmacs-regions):
4988 * emacs-lisp/pp.el (font-lock-verbose):
4989 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
4990 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
4991 (ses-mode-map):
4992 * emacs-lisp/tcover-unsafep.el (safe-functions):
4993 * international/mule-cmds.el (mac-system-coding-system)
4994 (mac-system-locale):
4995 * language/ethio-util.el (rmail-current-message)
4996 (rmail-message-vector):
4997 * language/thai-util.el (thai-auto-composition-mode):
4998 * mail/metamail.el (rmail-current-message, rmail-message-vector):
4999 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
5000 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
5001 (vm-primary-inbox, vm-spool-files):
5002 * mail/rmail.el (deleted-head, font-lock-fontified)
5003 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
5004 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
5005 (total-messages):
5006 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
5007 (rmail-summary-mode-map):
5008 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
5009 (rmail-last-label, rmail-last-multi-labels)
5010 (rmail-summary-vector, rmail-total-messages):
5011 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
5012 * mail/rmailsum.el (msgnum):
5013 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
5014 (rmail-current-message):
5015 * obsolete/fast-lock.el (font-lock-face-list):
5016 * obsolete/rnewspost.el (mail-reply-buffer):
5017 * obsolete/scribe.el (compile-command):
5018 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
5019
5020 2005-08-28 John Paul Wallington <jpw@gnu.org>
5021
5022 * ibuf-ext.el (ibuffer-auto-update-changed):
5023 Use `frame-or-buffer-changed-p' to check whether we need to update.
5024 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
5025 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
5026 as a `frame-or-buffer-changed-p' state vector instead.
5027
5028 2005-08-27 Romain Francoise <romain@orebokech.com>
5029
5030 * textmodes/makeinfo.el (makeinfo-compile):
5031 Use `compilation-start'. Set `next-error-function' according to
5032 `disable-errors'.
5033 (makeinfo-next-error): New function.
5034 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
5035 (makeinfo-buffer): Likewise.
5036
5037 * progmodes/compile.el (compilation-start): Add autoload cookie.
5038
5039 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
5040 * textmodes/sgml-mode.el: Likewise.
5041 * progmodes/python.el: Likewise.
5042
5043 2005-08-27 Eli Zaretskii <eliz@gnu.org>
5044
5045 * simple.el (blink-matching-paren-distance): Document the meaning
5046 of nil value, and allow to customize to nil.
5047
5048 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
5049 command.com, not command.exe.
5050
5051 2005-08-26 John Wiegley <johnw@newartisans.com>
5052
5053 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
5054 code around a bit so that an extraneous nil argument is not added
5055 to a command when no args are given.
5056
5057 * eshell/esh-arg.el (eshell-parse-double-quote): If a
5058 double-quoted argument resolves to nil, return it as an empty
5059 string rather than as nil. This made it impossible to pass "" to
5060 a shell script as a null string argument.
5061
5062 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
5063
5064 * outline.el (outline-invent-heading): New fun.
5065 (outline-promote, outline-demote): Use it.
5066 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
5067 (outline-end-of-subtree): Remove unused var `opoint'.
5068
5069 2005-08-26 David Reitter <david.reitter@gmail.com>
5070
5071 * menu-bar.el (truncate-lines, write-file, print-buffer)
5072 (ps-print-buffer-faces, ps-print-buffer, split-window):
5073 Disable menu items when the frame they refer to is invisible, or when
5074 they refer to a buffer and the minibuffer is selected.
5075
5076 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
5077
5078 * progmodes/flymake.el (flymake-highlight-err-lines):
5079 Use save-excursion around flymake-highlight-line to preserve point.
5080
5081 2005-08-26 Eli Zaretskii <eliz@gnu.org>
5082
5083 * progmodes/octave-mod.el: Change Author and Maintainer address.
5084 (octave-maintainer-address): Change Kurt's email address.
5085 * progmodes/octave-inf.el: Change Author and Maintainer address.
5086 * progmodes/octave-hlp.el: Change Author and Maintainer address.
5087
5088 2005-08-26 Kim F. Storm <storm@cua.dk>
5089
5090 * subr.el (version-list-<, version-list-<=, version-list-=):
5091 Renamed from integer-list-*.
5092 (version-list-not-zero): Likewise. Fix while loop.
5093 (version=): Use version-list-= instead of string-equal.
5094
5095 2005-08-26 Richard M. Stallman <rms@gnu.org>
5096
5097 * outline.el (outline-promote): Try shortening the heading.
5098 As last resort, read the heading to use.
5099 (outline-demote): As last resort, read the heading to use.
5100
5101 2005-08-26 Romain Francoise <romain@orebokech.com>
5102
5103 * progmodes/compile.el (compilation-start): Doc fix.
5104
5105 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
5106 (antlr-font-lock-additional-keywords): Fix reference to
5107 `antlr-font-lock-literal-regexp' erroneously changed during the
5108 mass face rename.
5109 (antlr-run-tool): Use `compilation-start'.
5110
5111 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
5112 instead of the obsolete `compile-internal'.
5113
5114 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
5115
5116 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
5117 (number, original-date):
5118 * calendar/cal-china.el (date):
5119 * calendar/cal-coptic.el (date):
5120 * calendar/cal-french.el (date):
5121 * calendar/cal-hebrew.el (date, entry, number, original-date):
5122 * calendar/cal-islam.el (date, number, original-date):
5123 * calendar/cal-iso.el (date):
5124 * calendar/cal-julian.el (date):
5125 * calendar/cal-mayan.el (date):
5126 * calendar/cal-menu.el (date, event):
5127 * calendar/cal-persia.el (date):
5128 * calendar/lunar.el (date):
5129 * calendar/solar.el (date): Add defvars.
5130
5131 * emerge.el:
5132 * ibuffer.el:
5133 * info-xref.el:
5134 * obsolete/bg-mouse.el:
5135 * obsolete/sun-curs.el:
5136 * obsolete/swedish.el: Move the `defvar's to the top level.
5137
5138 * smerge-mode.el (smerge-refined-change): Add :group.
5139
5140 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
5141
5142 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
5143 (smerge-keep-n): Remove props.
5144 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
5145 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
5146 now that it's done in smerge-keep-n.
5147 (smerge-refined-change): New face.
5148 (smerge-refine-chopup-region, smerge-refine-highlight-change)
5149 (smerge-refine): New funs.
5150 (smerge-basic-map): Bind smerge-refine.
5151
5152 2005-08-25 Juri Linkov <juri@jurta.org>
5153
5154 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
5155 compilation-process-setup-function and compilation-disable-input
5156 in grep-mode instead of let-bindings in grep.
5157
5158 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
5159 Delete "Automatic File De/compression" (auto-compression-mode).
5160
5161 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
5162
5163 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
5164 Silence warning about non-existent variable.
5165
5166 2005-08-25 Richard M. Stallman <rms@gnu.org>
5167
5168 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
5169 Rename "Describe Key" to "Describe Key or Mouse Operation".
5170
5171 * mail/mailalias.el (build-mail-aliases): Delete comments
5172 from the contents before processing them.
5173
5174 * isearch.el (isearch-edit-string): Erase the Search prompt
5175 if user enters an empty string and there is no default.
5176
5177 * comint.el (comint-file-name-prefix): Add autoload.
5178
5179 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
5180
5181 * subr.el (play-sound): Rearrange to avoid warning.
5182
5183 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
5184
5185 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
5186 New hook.
5187 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
5188
5189 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5190
5191 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
5192
5193 * custom.el (custom-theme-set-variables): Sort minor modes last.
5194
5195 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5196
5197 * subr.el (version-separator, version-regexp-alist): New vars used by
5198 version comparison funs.
5199 (integer-list-<, integer-list-=, integer-list-<=)
5200 (integer-list-not-zero): New funs for integer list comparison.
5201 (version-to-list, version=, version<, version<=): New funs for version
5202 comparison.
5203
5204 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
5205
5206 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
5207 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
5208 time to silence the byte-compiler.
5209
5210 * ibuffer.el (ibuffer-compile-make-eliding-form)
5211 (ibuffer-check-formats): Use `with-no-warnings' to hide references
5212 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
5213 so it's silly to get warnings for it).
5214 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
5215 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
5216 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
5217 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
5218 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
5219 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
5220 Defvar at compile time.
5221 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
5222 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
5223 Declare them before use.
5224
5225 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
5226 (info-xref-good, info-xref-bad): Defvar at compile time.
5227
5228 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
5229 Use `let*' instead of `let'.
5230
5231 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
5232 (*mouse-y*, menu, char): Defvar at compile time.
5233 (sc::menu): Declare it before use.
5234 (sc::pack-one-line): Use `let', not `let*'.
5235
5236 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
5237 (mail-send-hook): Defvar at compile time.
5238
5239 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
5240 Defvar at compile time.
5241
5242 * term/sun-mouse.el (current-global-mousemap)
5243 (current-local-mousemap): Declare them before use.
5244
5245 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
5246
5247 * bookmark.el (bookmark-after-jump-hook): New hook.
5248 (bookmark-jump): Run `bookmark-after-jump-hook'.
5249
5250 2005-08-23 Juri Linkov <juri@jurta.org>
5251
5252 * faces.el (minibuffer-prompt): Doc fix.
5253
5254 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
5255
5256 * progmodes/xscheme.el: Trivial changes to silence warnings.
5257 (xscheme-previous-mode, xscheme-previous-process-state):
5258 Add defvars.
5259 (xscheme-last-input-end, xscheme-process-command-line)
5260 (xscheme-process-name, xscheme-buffer-name)
5261 (xscheme-expressions-ring-max, xscheme-expressions-ring)
5262 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
5263 (xscheme-control-g-synchronization-p)
5264 (xscheme-control-g-disabled-p, xscheme-string-receiver)
5265 (default-xscheme-runlight, xscheme-runlight)
5266 (xscheme-runlight-string, xscheme-process-filter-state)
5267 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
5268 Move to beginning of file.
5269 (scheme-interaction-mode-commands-alist)
5270 (scheme-interaction-mode-map, scheme-debugger-mode-map):
5271 Declare them before use. Note: the initialization code for the variables
5272 has not been moved because it uses functions that reference the variables.
5273 (xscheme-control-g-message-string, xscheme-process-filter-alist)
5274 (xscheme-prompt-for-expression-map): Declare them before use.
5275 (scheme-debugger-mode-commands): "?\ " -> "?\s".
5276
5277 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
5278
5279 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
5280
5281 2005-08-22 Juri Linkov <juri@jurta.org>
5282
5283 * faces.el (set-face-underline): Delete this duplicate function
5284 and make an obsolete alias to set-face-underline-p.
5285 (set-face-underline-p): Use docstring of set-face-underline.
5286 (describe-face): Create hyperlink to parent face.
5287
5288 * info.el (Info-insert-dir): Use save-excursion around
5289 insert-buffer-substring.
5290 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
5291 (Info-escape-percent): Delete function.
5292 (Info-fontify-node): Replace Info-escape-percent by
5293 replace-regexp-in-string with REP arg set to lambda that
5294 duplicates `%' and preserves text properties.
5295
5296 * progmodes/compile.el (compilation-disable-input): Doc fix.
5297 (define-compilation-mode): Doc fix and refill.
5298 (kill-compilation): Use `mode-name' in the error message.
5299 (compilation-find-file): Use `compilation-error' in the
5300 read-file-name's prompt.
5301
5302 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5303
5304 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
5305 (smerge-auto-leave): Make undo re-enable the mode.
5306 (debug-ignored-errors): Add the user-error of impossible resolution.
5307 (smerge-resolve): Move things around a bit, in preparation for later.
5308 (smerge-diff): Don't fail if the buffer has no associated file.
5309 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
5310 (smerge-conflict-overlay): New function.
5311 (smerge-match-conflict): Don't add text properties here.
5312 (smerge-find-conflict): Instead, add an overlay here.
5313 Also check for the case where we're inside a conflict already, so as to
5314 obviate the need for font-lock-multiline, which is unbearably slow with
5315 large conflicts and ciomplex font-lock patterns.
5316 (smerge-remove-props): Remove overlay rather than text-properties.
5317 (smerge-mode): Don't set font-lock-multiline.
5318 Remove overlays when turned off.
5319
5320 2005-08-21 Kim F. Storm <storm@cua.dk>
5321
5322 * ido.el (ido-ignore-item-p): Use save-match-data.
5323 Bind case-fold-search to ido-case-fold locally.
5324
5325 2005-08-20 Richard M. Stallman <rms@gnu.org>
5326
5327 * files.el (normal-mode): If font lock is on, turn it off and on.
5328
5329 * subr.el (replace-regexp-in-string): Doc fix.
5330
5331 * startup.el (command-line-1): Don't suppress startup screen
5332 due to existing processes.
5333
5334 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
5335
5336 * progmodes/compile.el (compilation-disable-input): Default to nil.
5337
5338 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
5339
5340 * progmodes/compile.el (compilation-disable-input): New defcustom.
5341 (compilation-start): If compilation-disable-input is non-nil, send
5342 EOF to the compilation process.
5343
5344 2005-08-20 Eli Zaretskii <eliz@gnu.org>
5345
5346 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
5347 Run the argument of tex-shell-cd-command through
5348 convert-standard-filename, to get the correct style of slashes on
5349 Windows, and enclose the result in quotes, in case the file name
5350 includes whitespace or other special characters.
5351
5352 2005-08-19 Andreas Schwab <schwab@suse.de>
5353
5354 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
5355 process.
5356
5357 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
5358
5359 * cus-start.el (minibuffer-prompt-properties): Correct typo.
5360
5361 2005-08-18 Kim F. Storm <storm@cua.dk>
5362
5363 * scroll-lock.el: Fix errors due to incorrect line wrapping.
5364
5365 2005-08-18 Richard M. Stallman <rms@gnu.org>
5366
5367 * scroll-lock.el: New file.
5368
5369 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
5370
5371 * dired.el (dired-move-to-end-of-filename):
5372 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
5373
5374 2005-08-18 Kim F. Storm <storm@cua.dk>
5375
5376 * ido.el (ido-everywhere): Fix defcustom :set function to disable
5377 rather than toggle mode when custom value is nil.
5378 (ido-everywhere): Fix defun doc string.
5379
5380 2005-08-17 Richard M. Stallman <rms@gnu.org>
5381
5382 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
5383 as tag instead of "Inviolable".
5384
5385 2005-08-17 Kim F. Storm <storm@cua.dk>
5386
5387 * windmove.el (windmove-coordinates-of-position): Remove.
5388 (windmove-coordinates-of-window-position): Remove.
5389 (windmove-reference-loc): Use posn-at-point instead.
5390
5391 * subr.el (insert-for-yank-1): Doc fix.
5392
5393 * ido.el (ido-enter-matching-directory): Rename from
5394 ido-enter-single-matching-directory. Change 'slash choice to
5395 'only. Add 'first choice.
5396 (ido-exhibit): Adapt to above changes.
5397
5398 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
5399
5400 * Makefile.in: Expand comment about building loaddefs.el.
5401
5402 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
5403
5404 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
5405 Comment use of defadvice.
5406
5407 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
5408
5409 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
5410
5411 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
5412 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
5413 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
5414 * progmodes/idlw-shell.el, progmodes/ld-script.el,
5415 * progmodes/which-func.el, ruler-mode.el, strokes.el,
5416 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
5417 for backward compatibility for faces that did not appear in the
5418 previous Emacs release.
5419
5420 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
5421
5422 2005-08-15 Kim F. Storm <storm@cua.dk>
5423
5424 * emulation/cua-base.el (cua-delete-region): Return t if
5425 deleted region was non-empty.
5426 (cua-replace-region): Inhibit overwrite-mode for
5427 self-insert-command if replaced region was non-empty.
5428 (cua--explicit-region-start, cua--status-string): Make them
5429 buffer-local at top-level...
5430 (cua-mode): ...rather than when mode is enabled.
5431
5432 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
5433
5434 * progmodes/vhdl-mode.el (vhdl-emacs-21):
5435 Set t for Emacs 21, 22, and so on.
5436
5437 2005-08-15 David Ponce <david@dponce.com>
5438
5439 * tree-widget.el: Update Commentary header.
5440 (tree-widget-theme): Doc fix.
5441 (tree-widget-space-width): New option.
5442 (tree-widget-image-properties): Look up in the default theme too.
5443 (tree-widget--cursors): Only for images with arrow pointer shape.
5444 (tree-widget-lookup-image): Pointer shape is hand by default.
5445 (tree-widget-icon): Rename generic icon widget from
5446 `tree-widget-control'.
5447 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
5448 derive from `tree-widget-icon'.
5449 (tree-widget-handle): Improve default look and feel of the text
5450 representation.
5451 (tree-widget): Rename :*-control properties to :*-icon properties.
5452 Add :action and :help-echo properties.
5453 (tree-widget-after-toggle-functions): Move.
5454 (tree-widget-close-node, tree-widget-open-node): Remove.
5455 (tree-widget-before-create-icon-functions): New hook.
5456 (tree-widget-value-create): Update to allow customization of icons
5457 and nodes at run-time via that new hook.
5458 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
5459 (tree-widget-icon-action, tree-widget-icon-help-echo)
5460 (tree-widget-action, tree-widget-help-echo): New functions.
5461
5462 2005-08-15 Kim F. Storm <storm@cua.dk>
5463
5464 * ido.el (ido-buffer-internal): Use with-no-warnings.
5465 (ido-make-merged-file-list): Use while-no-input.
5466
5467 2005-08-15 Richard M. Stallman <rms@gnu.org>
5468
5469 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
5470 (flyspell-large-region): Fix doc and custom type.
5471
5472 2005-08-14 Richard M. Stallman <rms@gnu.org>
5473
5474 * files.el (interpreter-mode-alist): Doc fix.
5475
5476 * mail/rmail.el (rmail-nonignored-headers): New variable.
5477 (rmail-clear-headers): Use it.
5478 (rmail-reply): Better handling of mail-followup-to header.
5479
5480 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5481 Rename variable from sh-font-lock-keywords. In the `shell' entry,
5482 don't try to refer to executable-font-lock-keywords.
5483 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
5484 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
5485 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
5486 (sh-mode): Set comment-start-skip, local-abbrev-table,
5487 imenu-case-fold-search.
5488 (sh-set-shell): Don't set them here.
5489 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
5490 Don't cache the results in the original alist; don't ever modify
5491 that alist.
5492
5493 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
5494
5495 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
5496 empty.
5497
5498 2005-08-15 Andreas Schwab <schwab@suse.de>
5499
5500 * desktop.el: Put autoload cookie at risky-local-variable declarations.
5501
5502 * dired.el, info.el, mail/rmail.el: Revert last change.
5503
5504 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
5505
5506 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
5507 modification in `eval-after-load' form.
5508 * info.el: Likewise.
5509 * mail/rmail.el: Likewise.
5510
5511 2005-08-14 Juri Linkov <juri@jurta.org>
5512
5513 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5514 Remove highlighting of "Compilation started". Highlight only
5515 the word "finished" in "Compilation finished". Add highlighting
5516 of "interrupt", "killed", "terminated" and the exit code.
5517 (compilation-start): Add newline after header. Use exactly the
5518 same time stamp format as the finishing message.
5519 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
5520
5521 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
5522 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
5523 Add highlighting of "interrupt", "killed", "terminated".
5524
5525 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
5526 enabled and the current command is self-insert-command, call it
5527 explicitly with overwrite-mode bound to nil, to not allow it
5528 to delete the character after the selected region.
5529
5530 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
5531
5532 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
5533 move-end-of-line, end-of-line, and beginning-of-line to the list
5534 of commands after which the echo area is updated.
5535
5536 2005-08-12 Eli Zaretskii <eliz@gnu.org>
5537
5538 * cus-edit.el (custom-save-all, custom-save-delete):
5539 Bind recentf-exclude to exclude custom-file.
5540
5541 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
5542
5543 * mail/rmailsum.el (rmail-summary-end-of-message): New command
5544 to go to the bottom of the mail message. Added to
5545 `rmail-summary-mode-map' with key "/".
5546 (rmail-summary-show-message): New (internal) function for use by
5547 both `rmail-summary-beginning/end-of-message'.
5548 (rmail-summary-beginning-of-message): Change to use
5549 rmail-summary-show-message.
5550
5551 * mail/rmail.el (rmail-end-of-message): New command to go to the
5552 end of the current message. Added to `rmail-mode-map' with key "/".
5553 (rmail-beginning-of-message): Fix to work as documented.
5554 (rmail-mode): Change documentation.
5555
5556 * progmodes/compile.el (compilation-start): Add the line
5557 "Compilation started" with compilation start time.
5558 (compilation-mode-font-lock-keywords): Add `started' to keywords.
5559
5560 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
5561
5562 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
5563 of menu items.
5564
5565 2005-08-11 Richard M. Stallman <rms@gnu.org>
5566
5567 * simple.el (pop-global-mark): Reverse test of widen-automatically.
5568
5569 * battery.el (battery-status-function): Don't use ignore-errors.
5570
5571 2005-08-11 Lute Kamstra <lute@gnu.org>
5572
5573 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
5574 define-obsolete-variable-alias.
5575
5576 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
5577
5578 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
5579 (ange-ftp-send-cmd): Revert last change, and expand
5580 the comment explaining the problem.
5581
5582 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
5583
5584 * ldefs-boot.el: Update.
5585
5586 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
5587 item to "Time, Load and Mail". Change help echo text.
5588
5589 * time.el (display-time-use-mail-icon, display-time-format)
5590 (display-time-string-forms): Shorten first line of docstrings.
5591
5592 2005-08-10 Lars Hansen <larsh@soem.dk>
5593
5594 * desktop.el (desktop-buffer-mode-handlers):
5595 Make non-customizable. Add autoload cookie. Change initial value to
5596 nil; add elements in respective modules instead. Fix doc string.
5597 (desktop-load-file): New function.
5598 (desktop-minor-mode-handlers): New autoloaded variable.
5599 (desktop-create-buffer): Call minor mode handlers.
5600 Use desktop-load-file to load major and minor mode modules prior to
5601 checking for a handler.
5602 (desktop-save): Don't add nil to desktop-minor-modes for minor
5603 modes with nil function in desktop-minor-mode-table. Don't delete
5604 desktop file before rewriting it.
5605 (desktop-locals-to-save): Add autoload cookie. Don't make
5606 automatically buffer-local. Add variables column-number-mode,
5607 size-indication-mode, indent-tabs-mode,
5608 indicate-buffer-boundaries, indicate-empty-lines and
5609 show-trailing-whitespace.
5610 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
5611 regexps. Don't use desktop-clear-preserve-buffers-regexp.
5612 (desktop-clear-preserve-buffers-regexp): Delete.
5613 (desktop-clear-preserve-buffers): Update initial value and docstring.
5614 (desktop-save-buffer): Fix doc string.
5615
5616 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
5617 (hilit-chg-desktop-restore): New function.
5618 (highlight-changes-mode): Add highlight-changes-mode to
5619 desktop-locals-to-save.
5620
5621 * dired.el: Add handler to desktop-buffer-mode-handlers.
5622 (dired-restore-desktop-buffer): Remove autoload cookie.
5623 (dired-mode): Add autoload cookie.
5624
5625 * info.el: Add handler to desktop-buffer-mode-handlers.
5626 (Info-restore-desktop-buffer): Remove autoload cookie.
5627 (Info-mode): Add autoload cookie.
5628
5629 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
5630 (mh-restore-desktop-buffer): Remove autoload cookie.
5631 (mh-folder-mode): Add autoload cookie.
5632
5633 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
5634 (rmail-restore-desktop-buffer): Remove autoload cookie.
5635
5636 2005-08-11 Masatake YAMATO <jet@gyve.org>
5637
5638 * hexl.el (hexl-address-region):
5639 (hexl-ascii-region, hexl-font-lock-keywords):
5640 (hexl-highlight-line-range): Use the term "region"
5641 instead of "area" for consistency with the other symbols
5642 defined in hexl.el.
5643
5644 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5645
5646 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
5647 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
5648 out by Juri Linkov). Add `display-battery-mode'.
5649
5650 2005-08-09 Juri Linkov <juri@jurta.org>
5651
5652 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5653 Remove `-text' from face variable names.
5654 (compilation-error-file-name, compilation-warning-file-name)
5655 (compilation-info-file-name): Delete faces.
5656 (compilation-line-number, compilation-column-number):
5657 Remove face underlining.
5658 (compilation-message-face): Set to `underline' value by default.
5659 (compilation-error-face, compilation-warning-face)
5660 (compilation-info-face): Remove `-file-name' from face names.
5661 (compilation-error-text-face, compilation-warning-text-face)
5662 (compilation-info-text-face): Delete face variables.
5663 (compilation-text-face): Delete function.
5664
5665 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5666 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
5667 (grep-error-face): Set to `compilation-error' instead of
5668 `compilation-error-face' (which is redefined to `grep-hit-face' in
5669 grep buffers).
5670 (grep-mode-font-lock-keywords): Remove `-text' from face variable
5671 names. Use `grep-error-face' instead of `compilation-error-text-face'.
5672
5673 * dired-aux.el (dired-do-query-replace-regexp):
5674 Use `query-replace-read-args'.
5675
5676 * replace.el (query-replace-read-from, query-replace-read-to)
5677 (query-replace-read-args): Rename arg `string' to `prompt'.
5678
5679 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
5680
5681 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5682
5683 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
5684 uploading files.
5685 (ange-ftp-canonize-filename): Handle file names beginning with ~
5686 correctly.
5687
5688 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5689
5690 * textmodes/fill.el (canonically-space-region)
5691 (fill-context-prefix, fill-french-nobreak-p)
5692 (fill-delete-newlines, fill-comment-paragraph)
5693 (justify-current-line): "?\ " -> "?\s".
5694
5695 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
5696
5697 * textmodes/fill.el (fill-nonuniform-paragraphs):
5698 Improve argument/docstring consistency.
5699
5700 2005-08-09 Richard M. Stallman <rms@gnu.org>
5701
5702 * textmodes/ispell.el (ispell-word): More fboundp checks.
5703
5704 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
5705 (find-file-noselect-1): Call it here, only if RAWFILE.
5706 (normal-mode): Always set some major mode.
5707 (save-some-buffers-action-alist): Change some explanation strings.
5708 (file-name-non-special): In the `quote' method, use unwind-protect.
5709
5710 2005-08-09 Magnus Henoch <mange@freemail.hu>
5711
5712 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
5713 (ispell-have-aspell-dictionaries): New variable.
5714 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
5715 (ispell-get-aspell-config-value): New function.
5716 (ispell-aspell-find-dictionary): New function.
5717 (ispell-aspell-add-aliases): New function.
5718 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
5719 appropriate. Don't look for ispell dictionaries if we use aspell.
5720 (ispell-menu-map): Don't build a submenu of dictionaries.
5721
5722 2005-08-09 Richard M. Stallman <rms@gnu.org>
5723
5724 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
5725 (sql-read-passwd): Use read-passwd.
5726
5727 * progmodes/idlw-toolbar.el (idlwave-toolbar)
5728 (idlwave-toolbar-is-possible): Add defvars.
5729
5730 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
5731 Avoid warnings.
5732
5733 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
5734 (idlwave-system-class-info, idlwave-executive-commands-alist):
5735 Use defvar.
5736
5737 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
5738
5739 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
5740 Avoid warnings.
5741
5742 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
5743 and content-type: headers.
5744
5745 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
5746
5747 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
5748 and rename some of them to be more self-explanatory.
5749
5750 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
5751
5752 * startup.el (command-line-1): Implement -scriptload.
5753
5754 * replace.el (occur-engine): Initial *Occur* output not undoable.
5755
5756 * menu-bar.el (menu-bar-file-menu): Rename some menu items
5757 and improve help strings.
5758
5759 * isearch.el (isearch-repeat): When changing direction,
5760 mark search successful.
5761
5762 * ediff-init.el: Use (featurep 'xemacs).
5763
5764 * comint.el (send-invisible): Identify buffer, if not selected.
5765
5766 * align.el: Delete autoload for c-guess-basic-syntax.
5767
5768 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5769
5770 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
5771 Improve argument/docstring consistency. Doc fixes.
5772 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
5773 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
5774 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
5775 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
5776 (r2bv-organization, r2bv-pages, r2bv-primary-author)
5777 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
5778 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
5779 Defvar at compile time.
5780
5781 2005-08-09 Juri Linkov <juri@jurta.org>
5782
5783 * info.el: Replace `info' with upper-case `Info' where appropriate.
5784 (info-title-1, info-title-2, info-title-3, info-title-4)
5785 (info-menu-header): Move up face definitions.
5786 (info-menu-star): Rename from `info-menu-5'.
5787 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
5788 (Info-fontify-visited-nodes): Fix docstring.
5789 (Info-hide-note-references): Fix docstring.
5790 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
5791 menu items in the same way as on cross-references.
5792 (info-apropos): Fix sorting order and formatting to be like in the
5793 stand-alone Info browser. Display error messages for 1 sec.
5794 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
5795 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
5796 from the menu bar.
5797 (Info-insert-dir): Restore point after calling
5798 `insert-buffer-substring'.
5799
5800 2005-08-08 Richard M. Stallman <rms@gnu.org>
5801
5802 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
5803 (recompute-lucid-menubar): Add defvars.
5804
5805 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
5806
5807 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
5808
5809 * net/net-utils.el (run-dig): Rename from `dig'.
5810
5811 * play/gametree.el (gametree-mode): Use make-local-variable,
5812 not make-variable-buffer-local.
5813
5814 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
5815
5816 * ansi-color.el (ansi-color-make-extent)
5817 (ansi-color-set-extent-face): Use fboundp, not functionp.
5818
5819 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
5820 not make-variable-buffer-local.
5821
5822 * bookmark.el (Info-current-file): Add defvar.
5823 (bookmark-jump-noselect): Use with-no-warnings.
5824
5825 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
5826
5827 * ebuff-menu.el (Helper-return-blurb): Add defvar.
5828
5829 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
5830
5831 * find-file.el (ada-procedure-start-regexp)
5832 (ada-package-start-regexp): Add defvars.
5833
5834 * info.el (Info-insert-dir): Use insert-buffer-substring.
5835
5836 * xml.el (xml-att-def-re): Add defvar.
5837
5838 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
5839 calling convention.
5840
5841 * subr.el (while-no-input): Return t if there is input.
5842
5843 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
5844
5845 * cus-start.el (all): Add `overflow-newline-into-fringe'.
5846
5847 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
5848
5849 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
5850 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
5851
5852 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
5853
5854 * cmuscheme.el (scheme-start-file): Replace reference to
5855 `user-emacs-directory' by "~/.emacs.d/".
5856
5857 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
5858
5859 * info.el (Info-dir-remove-duplicates): Avoid case folding
5860 in loop; instead, keep downcased strings for comparison.
5861 Suggested by Helmut Eller.
5862
5863 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
5864
5865 Sync with Tramp 2.0.50.
5866
5867 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
5868 XEmacs case; not necessary anymore.
5869 (tramp-user-regexp): Allow "@" as part of user name.
5870 (tramp-handle-set-visited-file-modtime)
5871 (tramp-handle-insert-file-contents)
5872 (tramp-handle-write-region): No special handling for
5873 `last-coding-system-used, because this is done in
5874 `tramp-accept-process-output' now.
5875 (tramp-accept-process-output): New defun.
5876 (tramp-process-one-action, tramp-process-one-multi-action)
5877 (tramp-wait-for-regexp, tramp-wait-for-output)
5878 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
5879 Howells <dhowells@redhat.com>.
5880 (clear-visited-file-modtime): Defadvice removed. The check for
5881 unset buffer's modtime does not need to be based on
5882 `tramp-buffer-file-attributes'. Suggested by RMS.
5883 (tramp-message): Insert "\n" if not being at beginning of line.
5884 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
5885 sequence with same logic.
5886 (tramp-completion-handle-expand-file-name): Discard call of
5887 `tramp-drop-volume-letter'. It is not necessary, and there have
5888 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
5889 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5890 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
5891 should always be visible.
5892 (tramp-handle-insert-directory, tramp-setup-complete)
5893 (tramp-set-process-query-on-exit-flag)
5894 (tramp-append-tramp-buffers): Pacify byte-compiler.
5895 (tramp-bug): Delete non-existing variables from list.
5896 Apply `tramp-load-report-modules' as pre-hook.
5897 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
5898 `shell-prompt-pattern' because of non-7bit characters.
5899 Reported by Sebastian Luque <sluque@mun.ca>.
5900 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
5901 (tramp-match-string-list): Remove function.
5902 (tramp-wait-for-regexp): Remove call of that function.
5903 Suggested by Kim F. Storm <storm@cua.dk>.
5904 (tramp-set-auto-save-file-modes): Use octal integer code #o600
5905 instead of octal character code ?\600. The latter resulted in a
5906 syntax error with XEmacs.
5907
5908 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
5909 XEmacs case; not necessary anymore.
5910 (tramp-smb-handle-write-region): No special handling for
5911 `last-coding-system-used, because this is done in
5912 `tramp-accept-process-output' now.
5913 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
5914
5915 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
5916
5917 * wid-edit.el (widget-choice-value-create):
5918 Unconditionally respect user choice. Set :explicit-choice back to nil
5919 when no longer needed.
5920 (widget-choice-action): Unconditionally respect user choice.
5921 Eliminate :explicit-choice-value.
5922
5923 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
5924
5925 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
5926 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
5927 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
5928 running new function `toggle-indicate-empty-lines'.
5929 Rename "Customize" item to "Customize fringe".
5930 Rename "Indicators" item to "Buffer boundaries" and change help echo.
5931 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
5932 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
5933 Delete "Empty lines only" item.
5934 (menu-bar-showhide-fringe-ind-customize): New function.
5935 (menu-bar-showhide-fringe-ind-mixed)
5936 (menu-bar-showhide-fringe-ind-box)
5937 (menu-bar-showhide-fringe-ind-right)
5938 (menu-bar-showhide-fringe-ind-left)
5939 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
5940 instead of `fringe-indicators'.
5941
5942 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5943
5944 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
5945 Change the date of last update.
5946
5947 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5948
5949 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
5950 (viper-exec-yank, viper-put-back): Don't display modification msg
5951 if in the minibuffer.
5952
5953 * viper-init.el (viper-replace-overlay-cursor-color)
5954 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
5955 Make variables frame local.
5956
5957 * viper-util.el (viper-append-filter-alist): Use append instead of
5958 nconc.
5959
5960 * viper.el (viper-vi-state-mode-list)
5961 (viper-emacs-state-mode-list): Move help-mode and
5962 completion-list-mode from the first list to the second.
5963 (viper-mode): Docstring.
5964 (viper-go-away, viper-non-hook-settings): Don't localize
5965 minor-mode-alist in newer Emacsen. Add advice to
5966 set-cursor-color. Don't bind "\C-c\\".
5967
5968 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
5969
5970 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
5971 (scheme-macro-expand-command): New user options.
5972 (scheme-trace-procedure, scheme-expand-current-form): New commands.
5973 (scheme-form-at-point, scheme-start-file)
5974 (scheme-interactively-start-process): New functions.
5975 (scheme-get-process): New function, extracted from `scheme-proc'.
5976 (run-scheme): Call `scheme-start-file' to get start file, and pass
5977 it to `make-comint'.
5978 (switch-to-scheme, scheme-proc):
5979 Call `scheme-interactively-start-process' if no Scheme buffer/process
5980 is available.
5981
5982 2005-08-06 Juri Linkov <juri@jurta.org>
5983
5984 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5985 Use `compilation-text-face', `compilation-info-text-face' and
5986 `compilation-error-text-face' instead of `font-lock-keyword-face'.
5987 (compilation-error): New face.
5988 (compilation-error-file-name): Inherit from
5989 `compilation-error' instead of `font-lock-warning-face'.
5990 (compilation-warning-file-name): Inherit from
5991 `compilation-warning' instead of `font-lock-warning-face'.
5992 (compilation-info, compilation-error-file-name)
5993 (compilation-warning-file-name, compilation-info-file-name)
5994 (compilation-line-number, compilation-column-number): Doc fix.
5995 (compilation-error-text-face, compilation-warning-text-face)
5996 (compilation-info-text-face): New face variables.
5997 (compilation-line-face, compilation-column-face)
5998 (compilation-enter-directory-face)
5999 (compilation-leave-directory-face): Doc fix.
6000 (compilation-text-face): New function.
6001
6002 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
6003 instead of 1 to display binary file names as info file links.
6004 (grep-error-face): Use `compilation-error-face' instead of
6005 `font-lock-keyword-face'.
6006 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
6007 and `compilation-warning-text-face' instead of
6008 `font-lock-keyword-face'. Use `compilation-error-text-face'
6009 instead of `grep-error-face'.
6010
6011 2005-08-05 Kenichi Handa <handa@m17n.org>
6012
6013 * international/code-pages.el: Add autoload cookies for all coding
6014 systems.
6015
6016 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
6017
6018 * cus-start.el (all): Put undo.c where it alphabetically belongs.
6019
6020 2005-08-04 Juri Linkov <juri@jurta.org>
6021
6022 * progmodes/compile.el (compilation-mode-map):
6023 * progmodes/grep.el (grep-mode-map):
6024 Bind TAB to `compilation-next-error' and [backtab] to
6025 `compilation-previous-error'.
6026
6027 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
6028 matching line numbers, column numbers and their ranges with regexp
6029 matching only line numbers.
6030 (grep-context-face): New face variable.
6031 (grep-mode-font-lock-keywords): Use it.
6032
6033 * faces.el (read-face-name): Delete duplicate faces.
6034
6035 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
6036
6037 * thumbs.el (thumbs-find-image): Don't make variables
6038 automatically buffer local.
6039 (thumbs-current-tmp-filename, thumbs-current-image-filename)
6040 (thumbs-image-num): Make automatically buffer local.
6041 (thumbs-show-thumbs-list): Use `make-local-variable', not
6042 `make-variable-buffer-local'.
6043 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
6044
6045 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
6046 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
6047 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
6048 (bother, bye, canyou, chatlst, continue, deathlst, describe)
6049 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
6050 (feelings-about, foullst, found, hello, history, howareyoulst)
6051 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
6052 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
6053 (neglst, obj, object, owner, please, problems, qlist)
6054 (random-adjective, relation, remlst, repetitive-shortness)
6055 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
6056 (shortlst, something, sportslst, stallmanlst, states, subj)
6057 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
6058 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
6059 Defvar at compile time.
6060
6061 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
6062 not `make-variable-buffer-local'.
6063
6064 2005-08-02 Kim F. Storm <storm@cua.dk>
6065
6066 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
6067 rectangle overlay in selected window.
6068
6069 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
6070
6071 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
6072 instead of display group. Make `indicate-buffer-boundaries'
6073 customizable through Custom.
6074
6075 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
6076
6077 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
6078 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
6079 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
6080 (gdb-put-string): Fix typos in docstrings.
6081
6082 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
6083
6084 Update copyright notices of files in progmodes directory for
6085 release of Emacs 22.1.
6086
6087 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
6088
6089 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
6090 Don't barf if the GUD buffer has been killed.
6091
6092 2005-08-01 Kim F. Storm <storm@cua.dk>
6093
6094 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
6095
6096 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
6097
6098 * simple.el (next-error-follow-minor-mode):
6099 make-variable-buffer-local -> make-local-variable.
6100
6101 * emacs-lisp/cl-extra.el: Require CL also when compiling.
6102
6103 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
6104 (byte-compile-form-make-variable-buffer-local): New functions to warn
6105 about misuses of make-variable-buffer-local where make-local-variable
6106 was meant.
6107
6108 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
6109
6110 * bs.el (bs-attributes-list): Doc fix.
6111 (bs): Update url-link.
6112
6113 * desktop.el (desktop-save-buffer): Fix typos in docstring.
6114 (desktop-load-default): Simplify.
6115
6116 * ibuffer.el (ibuffer-columnize-and-insert-list)
6117 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
6118 (ibuffer-unmark-all, ibuffer-toggle-marks)
6119 (ibuffer-unmark-forward, ibuffer-unmark-backward)
6120 (ibuffer-compile-make-format-form, ibuffer-format-column)
6121 (ibuffer-current-buffers-with-marks)
6122 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
6123 (ibuffer): Doc fix.
6124 (ibuffer-mode): Fix typo in docstring.
6125 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
6126 with `define-obsolete-variable-alias'.
6127 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
6128
6129 2005-07-29 Kenichi Handa <handa@m17n.org>
6130
6131 * international/mule-cmds.el (select-message-coding-system):
6132 Be sure to use LF for end-of-line. If no coding system is decided,
6133 return iso-8859-1-unix.
6134
6135 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
6136
6137 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
6138 (ange-ftp-pending-error-line): New vars.
6139 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
6140 to handle the non-fatal no-route-to-host messages.
6141 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
6142
6143 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
6144
6145 * isearch.el (isearch-mode-map, isearch-other-meta-char)
6146 (isearch-quote-char, isearch-printing-char)
6147 (isearch-text-char-description): "?\ " -> "?\s".
6148 (isearch-lazy-highlight-cleanup)
6149 (isearch-lazy-highlight-initial-delay)
6150 (isearch-lazy-highlight-interval)
6151 (isearch-lazy-highlight-max-at-a-time)
6152 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
6153 Declare with define-obsolete-*-alias macros.
6154 (isearch-forward): Fix typo in docstring.
6155 (search-invisible, search-ring-yank-pointer)
6156 (regexp-search-ring-yank-pointer): Doc fixes.
6157
6158 * recentf.el (recentf-menu-append-commands-p): Declare with
6159 `define-obsolete-variable-alias'.
6160 (recentf-max-saved-items, recentf-menu-filter)
6161 (recentf-arrange-by-rule-subfilter): Doc fixes.
6162 (recentf-menu-append-commands-flag)
6163 (recentf-initialize-file-name-history, recentf-expand-file-name)
6164 (recentf-clear-data): Fix typos in docstrings.
6165
6166 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
6167
6168 * progmodes/gdb-ui.el: Smarten comments.
6169 (gdb-info-breakpoints-custom): Use nowarn when finding file.
6170
6171 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6172
6173 * term/apollo.el (terminal-init-apollo): New function containing
6174 all former top level forms in the file.
6175 * term/bobcat.el (terminal-init-bobcat):
6176 * term/cygwin.el (terminal-init-cygwin):
6177 * term/iris-ansi.el (terminal-init-iris-ansi):
6178 * term/linux.el (terminal-init-linux):
6179 * term/news.el (terminal-init-news):
6180 * term/rxvt.el (terminal-init-rxvt):
6181 * term/sun.el (terminal-init-sun):
6182 * term/tvi970.el (terminal-init-tvi970):
6183 * term/vt100.el (terminal-init-vt100):
6184 * term/vt102.el (terminal-init-vt102):
6185 * term/vt125.el (terminal-init-vt125):
6186 * term/vt200.el (terminal-init-vt200):
6187 * term/vt201.el (terminal-init-vt201):
6188 * term/vt220.el (terminal-init-vt220):
6189 * term/vt240.el (terminal-init-vt240):
6190 * term/vt300.el (terminal-init-vt300):
6191 * term/vt320.el (terminal-init-vt320):
6192 * term/vt400.el (terminal-init-vt400):
6193 * term/vt420.el (terminal-init-vt420):
6194 * term/wyse50.el (terminal-init-wyse50):
6195 * term/xterm.el (terminal-init-xterm): Likewise.
6196
6197 * term/README: Describe the terminal-init-* functionality.
6198
6199 * startup.el (command-line): After loading the terminal initialization
6200 file call the corresponding terminal initialization function.
6201
6202 2005-07-27 Kenichi Handa <handa@m17n.org>
6203
6204 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
6205 negative.
6206
6207 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
6208 (ps-mule-composition-prologue): Fix for the case that
6209 RelativeCompose is false.
6210
6211 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6212
6213 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
6214
6215 * descr-text.el (describe-char): Handle the case where the list of
6216 chars is displayed in a separate frame.
6217 Be a bit more discriminating when looking for the char.
6218
6219 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
6220
6221 * bookmark.el (bookmark-automatically-show-annotations)
6222 (bookmark-read-annotation-text-func): Doc fixes.
6223 (bookmark-save): Improve argument/docstring consistency.
6224 (bookmark-get-bookmark, bookmark-get-bookmark-record)
6225 (bookmark-alist-from-buffer)
6226 (bookmark-upgrade-file-format-from-0)
6227 (bookmark-grok-file-format-version)
6228 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
6229 (bookmark-read-annotation-mode)
6230 (bookmark-insert-current-bookmark, bookmark-jump)
6231 (bookmark-exit-hook): Fix typos in docstrings.
6232 (bookmark-exit-hooks): Define as obsolete alias.
6233 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
6234 not `bookmark-exit-hooks'. Fix docstring.
6235 (bookmark-bmenu-select): "?\ " -> "?\s".
6236
6237 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
6238
6239 * startup.el (command-line): Fix typo.
6240
6241 2005-07-24 Richard M. Stallman <rms@gnu.org>
6242
6243 * tooltip.el (tooltip-mode): Test emacs-basic-display,
6244 not emacs-quick-startup.
6245
6246 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
6247
6248 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
6249 (reb-next-match, reb-show-subexp): Use `with-selected-window'
6250 instead of `reb-with-current-window'.
6251 (reb-prev-match): Likewise. Also, don't move left if the search
6252 was unsuccessful.
6253 (reb-initialize-buffer): New function.
6254 (re-builder, reb-change-syntax): Use it.
6255
6256 * man.el (Man-goto-page): Make second argument NOERROR optional.
6257
6258 2005-07-23 Richard M. Stallman <rms@gnu.org>
6259
6260 * man.el (Man-bgproc-sentinel): Check here for failure to find
6261 any man page in the output, and report the error here.
6262 (Man-arguments): Make it permanent local.
6263 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
6264 (Man-mode): Pass t for NOERROR.
6265
6266 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
6267 (grep-mode-font-lock-keywords):
6268 Don't use compilation-...-face for messages that are not file names.
6269
6270 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6271 Don't use compilation-...-face for messages that are not file names.
6272
6273 2005-07-22 Juri Linkov <juri@jurta.org>
6274
6275 * startup.el (normal-splash-screen): Update menu name.
6276
6277 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
6278
6279 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6280
6281 * term/xterm.el: Load term/rxvt if the terminal is actually an
6282 rxvt terminal.
6283 (xterm-rxvt-set-background-mode): Remove, not used anymore.
6284
6285 * term/rxvt.el (function-key-map): Use substitute-key-definition
6286 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
6287
6288 * term/cygwin.el: New file.
6289
6290 2005-07-22 Kim F. Storm <storm@cua.dk>
6291
6292 * image-file.el (insert-image-file, image-file-yank-handler):
6293 Fix last change to maintain a (unique) yank-handler on yanked images.
6294
6295 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
6296
6297 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
6298 of the file size (as in "177B" for 177 bytes). This happens with
6299 "ls -lh" on FreeBSD.
6300
6301 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
6302
6303 * hilit-chg.el (highlight-changes-global-initial-state)
6304 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
6305 (hilit-chg-fixup, highlight-changes-mode):
6306 Fix typos in docstrings.
6307 (highlight-changes-global-modes, highlight-changes-rotate-faces):
6308 Doc fixes.
6309
6310 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
6311
6312 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
6313 mode function using `eval-after-load'.
6314
6315 2005-07-21 Kim F. Storm <storm@cua.dk>
6316
6317 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
6318 included when reporting an emacs crash, and tell about the DEBUG file.
6319
6320 * image-file.el (insert-image-file): Add yank-handler.
6321 (image-file-yank-handler): Yank handler to make unique copies of
6322 images when they are yanked into a buffer next to each other.
6323
6324 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
6325
6326 * comint.el (comint-use-prompt-regexp, comint-send-input)
6327 (comint-source-default, comint-extract-string)
6328 (comint-get-source, comint-word, comint-completion)
6329 (comint-source, comint-prompt-read-only, comint-update-fence):
6330 Fix typos in docstrings.
6331 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
6332 Declare with define-obsolete-*-alias macros.
6333 (comint-previous-matching-input-from-input)
6334 (comint-next-matching-input-from-input)
6335 (comint-previous-matching-input, comint-next-matching-input)
6336 (comint-forward-matching-input):
6337 Improve argument/docstring consistency.
6338
6339 * desktop.el (desktop-clear-preserve-buffers-regexp):
6340 Also preserve the *server* buffer.
6341
6342 * simple.el (clone-indirect-buffer): Doc fix.
6343 (fixup-whitespace, just-one-space)
6344 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
6345 (next-error, next-error-highlight)
6346 (next-error-highlight-no-select, next-error-last-buffer)
6347 (next-error-buffer-p, next-error-find-buffer, next-error)
6348 (previous-error, next-error-no-select, previous-error-no-select)
6349 (open-line, split-line, minibuffer-prompt-width, kill-new)
6350 (binary-overwrite-mode): Fix typos in docstrings.
6351 (set-fill-column): Fix typo in message.
6352
6353 * skeleton.el (skeleton-proxy-new): Doc fix.
6354
6355 * strokes.el (strokes-load-hook): Doc fix.
6356 (strokes-grid-resolution, strokes-get-grid-position)
6357 (strokes-renormalize-to-grid, strokes-read-stroke)
6358 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
6359 (strokes-global-map): Fix typos in docstrings.
6360 (strokes-help): Doc fix. Fix help message and pass it through
6361 `substitute-command-keys'.
6362
6363 * tempo.el (tempo-insert-prompt, tempo-interactive)
6364 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
6365 (tempo-insert-string-functions, tempo-local-tags)
6366 (tempo-define-template, tempo-insert-template)
6367 (tempo-insert-prompt-compat, tempo-is-user-element)
6368 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
6369 Fix typos in docstrings.
6370
6371 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
6372 (vcursor-key-bindings, vcursor-use-vcursor-map)
6373 (vcursor-find-window, vcursor-scroll-down)
6374 (vcursor-disable, vcursor-beginning-of-buffer)
6375 (vcursor-end-of-buffer): Fix typos in docstrings.
6376 (vcursor-relative-move, vcursor-get-char-count):
6377 Improve argument/docstring consistency.
6378
6379 * version.el: "?\ " -> "?\s".
6380
6381 * wid-edit.el (widget-default-create, widget-after-change)
6382 (widget-default-format-handler, widget-checklist-add-item)
6383 (widget-radio-add-item, widget-choose, widget-specify-secret)
6384 (widget-field-value-create, widget-field-value-get)
6385 (widget-editable-list-format-handler)
6386 (widget-editable-list-entry-create, widget-group-value-create)
6387 (widget-documentation-link-add)
6388 (widget-documentation-string-value-create): "?\ " -> "?\s".
6389 (widget-convert-text): Doc fix.
6390 (widget-narrow-to-field, widget-field-find)
6391 (widget-url-link-action, widget-emacs-library-link-action)
6392 (widget-color-notify): Fix typos in docstrings.
6393
6394 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
6395 (x-select-text, set-w32-system-coding-system)
6396 (w32-add-charset-info): Fix typos in docstrings.
6397
6398 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
6399 (cua-enable-cua-keys, cua-use-hyper-key)
6400 (cua-virtual-rectangle-edges): Fix typos in docstrings.
6401 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
6402
6403 * net/tramp.el (tramp-handle-load): Fix typo in error message.
6404
6405 * emacs-lisp/re-builder.el (regexp-builder): Declare with
6406 `defalias' instead of faking it.
6407
6408 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
6409 (eshell-ls-missing, eshell-ls-dired-initial-args)
6410 (eshell-ls-use-in-dired): Fix typos in docstrings.
6411
6412 2005-07-20 Kim F. Storm <storm@cua.dk>
6413
6414 * emulation/cua-base.el (cua-mode): Improve doc string.
6415
6416 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
6417
6418 * abbrev.el (expand-region-abbrevs): Doc fix.
6419 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
6420 Improve argument/docstring consistency.
6421
6422 * arc-mode.el (archive-get-descr, archive-alternate-display):
6423 Doc fixes.
6424 (archive-l-e): Improve argument/docstring consistency.
6425 (archive-tmpdir, archive-unixdate, archive-unixtime)
6426 (archive-chmod-entry): Fix typos in docstrings.
6427 (archive-unflag, archive-unflag-backwards)
6428 (archive-unmark-all-files): "?\ " -> "?\s".
6429
6430 * buff-menu.el (Buffer-menu-unmark): Doc fix.
6431 (Buffer-menu-not-modified, Buffer-menu-execute)
6432 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
6433 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
6434
6435 * composite.el (compose-string, encode-composition-rule)
6436 (compose-last-chars): Fix typos in docstrings.
6437
6438 * desktop.el (desktop-enable, desktop-basefilename):
6439 Declare with `define-obsolete-variable-alias'.
6440 (desktop-internal-v2s): Don't quote keywords.
6441 (desktop-clear): "?\ " -> "?\s".
6442
6443 * dired.el (dired-align-file, dired-flag-backup-files)
6444 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
6445 (dired-listing-switches, dired-ls-F-marks-symlinks)
6446 (dired-dwim-target, dired-load-hook, dired-mode-hook)
6447 (dired-directory, dired-faces, dired, dired-revert)
6448 (dired-mode, dired-summary, dired-view-file)
6449 (dired-copy-filename-as-kill, dired-delete-file)
6450 (dired-no-confirm, dired-unmark-all-marks)
6451 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
6452 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
6453 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
6454 Fix typos in message strings.
6455
6456 * dired-x.el (virtual-dired): Declare with `defalias'.
6457 (dired-mark-unmarked-files, dired-local-variables-file)
6458 (dired-omit-here-always): Doc fix.
6459 (dired-omit-mode, dired-find-subdir)
6460 (dired-enable-local-variables, dired-clean-up-buffers-too)
6461 (dired-extra-startup, dired-mark-extension, dired-jump)
6462 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
6463 (dired-smart-shell-command, dired-guess-shell-alist-user)
6464 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
6465 (dired-x-bind-find-file, dired-x-submit-report):
6466 Fix typos in docstrings.
6467 (dired-mark-unmarked-files): "?\ " -> "?\s".
6468
6469 * dirtrack.el (dirtrack-list): Fix typos in docstring.
6470
6471 * faces.el (describe-face): "?\ " -> "?\s".
6472 (read-all-face-attributes, read-face-font, modify-face)
6473 (face-attr-construct, italic): Fix typos in docstrings.
6474 (frame-update-face-colors): Declare with
6475 `define-obsolete-function-alias'.
6476
6477 * files.el (find-file-noselect, recode-file-name): Doc fixes.
6478 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
6479 (magic-mode-alist, buffer-file-numbers-unique)
6480 (write-file-functions, get-free-disk-space):
6481 Fix typos in docstrings.
6482 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
6483 (write-contents-hooks, write-file-hooks):
6484 Declare with `define-obsolete-variable-alias'.
6485
6486 * forms-d2.el (arch-rj): Fix typo in docstrings.
6487 (arch-tocol): Likewise. "?\ " -> "?\s".
6488
6489 * frame.el (set-frame-font, cursor-in-non-selected-windows):
6490 Fix typo in docstring.
6491 (set-screen-width, set-screen-height): Delete redundant info in
6492 doctrings.
6493 (new-frame, screen-height, screen-width): Declare with
6494 `define-obsolete-function-alias'.
6495 (delete-frame-hook, blink-cursor): Declare with
6496 `define-obsolete-variable-alias'.
6497
6498 * paths.el (prune-directory-list): Fix typos in docstring.
6499
6500 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
6501 (cvs-prefix-get): Fix typos in docstrings.
6502
6503 * ps-print.el (ps-extend-face-list, ps-extend-face)
6504 (ps-print-background-image): Fix typos in docstrings.
6505 (ps-default-fg, ps-default-bg): Doc fixes.
6506
6507 * s-region.el (s-region-bind): Doc fix.
6508 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
6509
6510 * textmodes/org.el (org-table-formula-substitute-names)
6511 (org-table-get-vertical-vector): Doc fixes.
6512 (org-table-recalculate): Remove unused argument to `message'.
6513
6514 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
6515
6516 * textmodes/org.el (org-table-column-names)
6517 (org-table-column-name-regexp)
6518 (org-table-named-field-locations): New variables.
6519 (org-archive-subtree): Protect `this-command' when calling
6520 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
6521 the kill buffer.
6522 (org-complete): Remove fixed-formula completion.
6523 (org-edit-formulas-map): New variable.
6524 (org-table-edit-formulas): New command.
6525 (org-finish-edit-formulas, org-abort-edit-formulas)
6526 (org-show-variable, org-table-get-vertical-vector): New functions.
6527 (org-table-maybe-eval-formula): Handle `:=' fields.
6528 (org-table-get-stored-formulas, org-table-store-formulas)
6529 (org-table-get-formula, org-table-modify-formulas)
6530 (org-table-replace-in-formulas): Handle named field formulas.
6531 (org-table-get-specials): Store locations of named fields.
6532
6533 2005-07-19 Juri Linkov <juri@jurta.org>
6534
6535 * progmodes/grep.el (grep-regexp-alist)
6536 (grep-mode-font-lock-keywords, grep-process-setup):
6537 Use default GNU grep match color "01;31m" instead of "01;41m".
6538 (grep-regexp-alist, grep-mode-font-lock-keywords):
6539 Use `\\[[0-9]*m' instead of `\\[00m'.
6540 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
6541 sgr_start where its handling is more important. Use the real
6542 length of sgr_start instead of constant 8.
6543 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
6544 specially. Delete all remaining escape sequences.
6545 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
6546 (grep-regexp-alist): Make hyperlink only for binary file name
6547 instead of the whole line.
6548 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
6549 (grep-mode): Add autoload.
6550
6551 * emacs-lisp/find-func.el (find-function-regexp):
6552 Add `define-compilation-mode'.
6553
6554 2005-07-19 Juri Linkov <juri@jurta.org>
6555
6556 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
6557 (compare-windows-sync-string-size, compare-windows-recenter)
6558 (compare-windows-highlight, compare-windows): Add version 22.1.
6559 (compare-windows) <defface>: Inherit from lazy-highlight instead
6560 of duplicating its default value.
6561
6562 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
6563 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
6564
6565 * descr-text.el (describe-char): Create link buttons for `charset'
6566 and `code point'. Add the current input method name with a link
6567 button to `to input' field. Print face names of display table
6568 characters in `The display table entry is displayed by' section
6569 instead of printing face-id in the `display' field.
6570 Guess hardcoded faces and create a link button for them.
6571 Skip empty fields when calculating max-width.
6572 Treat `widget-create' specially while inserting strings from the
6573 collected field list.
6574 (describe-char-after): Made obsolete in version 22.1, not 21.5.
6575
6576 * diff-mode.el (diff-file-header): Change foreground color from
6577 yellow to green on light backgrounds.
6578 (diff-context): Inherit from `shadow' only for color/grayscale
6579 with more than 88 colors.
6580 (diff-indicator-removed, diff-indicator-added)
6581 (diff-indicator-changed): New faces.
6582 (diff-font-lock-keywords): Use new faces. Regroup rules.
6583 Add "^---$" for `normal' diff format. Fontify `#' lines with
6584 font-lock-comment-delimiter-face and font-lock-comment-face.
6585 Add `#' to ^[^...] in the rule for `diff-context-face'.
6586
6587 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
6588 a button-like box. Inherit from `highlight' on low colors.
6589 (shadow): Use shades of gray only for color/grayscale with
6590 more than 88 colors. Use green for light backgrounds with
6591 8 colors, and yellow for dark backgrounds with 8 colors.
6592
6593 * font-lock.el (font-lock-regexp-grouping-backslash):
6594 Don't inherit from escape-glyph (use bold for all cases).
6595
6596 * info.el (info-xref-visited): Use light foreground color `violet'
6597 for dark backgrounds instead of dark color `magenta3'.
6598 (info-title-1): Use `yellow' color for dark backgrounds.
6599
6600 * isearch.el (isearch): Use not-too-dark magenta3 instead of
6601 too-light magenta2.
6602
6603 * replace.el (match): Use slightly more light RoyalBlue3 instead
6604 of dark RoyalBlue4.
6605
6606 * wid-edit.el (widget-inactive): Inherit from `shadow'.
6607
6608 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
6609
6610 * novice.el (disabled-command-hook): Declare it with
6611 `define-obsolete-variable-alias'.
6612
6613 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
6614 (desktop-buffer-misc-functions, desktop-buffer-handlers)
6615 (desktop-load-default): Add release to obsolescence info.
6616 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
6617 (desktop-append-buffer-args, desktop-read):
6618 Fix typos in docstrings.
6619 (desktop-kill): Fix typo in message.
6620 (desktop-save): Doc fix.
6621
6622 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
6623
6624 * viper-cmd.el (viper-escape-to-state): Bug fix.
6625 (viper-envelop-ESC-key): Change the definition of fast
6626 keysequence so it'll work with keyboard macros.
6627
6628 * ediff.el (ediff-patch-buffer): Change the docstring.
6629
6630 2005-07-19 Kenichi Handa <handa@m17n.org>
6631
6632 * international/mule-cmds.el (select-safe-coding-system): Try to
6633 use an auto-coding (if any) before anything else. If the found
6634 auto-coding is invalid, show a warning message.
6635
6636 * international/mule.el (find-auto-coding): New function created
6637 by modifying the body of set-auto-coding.
6638 (set-auto-coding): Use find-auto-coding to find a coding.
6639
6640 2005-07-18 Richard M. Stallman <rms@gnu.org>
6641
6642 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
6643 not isearch-mode-end-hook-error.
6644 (allout-before-change-protect): Fix error message.
6645
6646 2005-07-18 Juri Linkov <juri@jurta.org>
6647
6648 * allout.el (allout-mode):
6649 * calculator.el (calculator-copy):
6650 * custom.el (custom-known-themes):
6651 * dired.el (dired-desktop-buffer-misc-data)
6652 (dired-restore-desktop-buffer):
6653 * dired-x.el (dired-omit-marker-char):
6654 * files.el (basic-save-buffer):
6655 * font-core.el (font-lock-mode):
6656 * calendar/calendar.el (calendar-goto-hebrew-date)
6657 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
6658 (calendar-goto-persian-date):
6659 * language/ethio-util.el (ethio-sera-to-fidel-region):
6660 * textmodes/picture.el (picture-mode):
6661 Delete duplicate duplicate words.
6662
6663 2005-07-18 Juri Linkov <juri@jurta.org>
6664
6665 * isearch.el (isearch-mode-map): Remove key bindings for regexp
6666 chars * ? } |.
6667 (isearch-fallback): Don't call `isearch-process-search-char'.
6668 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
6669 (isearch-process-search-char): Call `isearch-fallback' for regexp
6670 chars * ? } |.
6671 (isearch-return-char): Make obsolete with `make-obsolete' instead
6672 of simply documenting it as obsolete in the docstring.
6673 (isearch-fallback): Refill docstring.
6674
6675 * international/isearch-x.el
6676 (isearch-process-search-multibyte-characters): Remove unneeded
6677 `concat'. Add intermediate values to `junk-hist' instead of
6678 `minibuffer-history'. Test the length of `str'.
6679
6680 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
6681
6682 * allout.el (allout-resolve-xref): Fix typos in error strings.
6683 (allout-before-change-protect): Remove unneeded `concat'.
6684
6685 * array.el (array-mode, array-reconfigure-rows)
6686 (untabify-backward): Fix typos in docstrings.
6687 (array-reconfigure-rows): Use `insert-buffer-substring', not
6688 `insert-buffer'.
6689
6690 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
6691 * progmodes/ada-mode.el (ada-make-body):
6692 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
6693
6694 * dired.el (dired-log):
6695 * tar-mode.el (tar-subfile-save-buffer):
6696 * play/zone.el (zone-pgm-stress-destress):
6697 Use `insert-buffer-substring', not `insert-buffer'.
6698
6699 2005-07-17 Simon Josefsson <jas@extundo.com>
6700
6701 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
6702
6703 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
6704
6705 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
6706 Add plain auth method.
6707 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
6708
6709 2005-07-17 Kim F. Storm <storm@cua.dk>
6710
6711 * ido.el (dired-other-window): Add ido property.
6712
6713 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
6714
6715 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6716 Fix typo in docstring.
6717 (byte-compile-interactive-only-functions): Add `insert-buffer' and
6718 `insert-file-literally'.
6719
6720 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
6721 info and delete redundant message. Doc fix.
6722 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
6723 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
6724
6725 2005-07-16 Richard M. Stallman <rms@gnu.org>
6726
6727 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
6728 (byte-compile-and): Use byte-compile-and-recursion.
6729 (byte-compile-or-recursion): New function.
6730 (byte-compile-or): Use that.
6731 (byte-compile-if): Guard the else-clause too.
6732 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
6733
6734 * isearch.el (isearch-mode-end-hook-quit): New variable.
6735 (isearch-done): Bind it.
6736 (isearch-mode-end-hook): Doc fix.
6737
6738 * allout.el (allout-isearch-did-quit): Variable deleted.
6739 (allout-real-isearch-abort): Function name no longer used.
6740 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
6741 (allout-isearch-rectification): isearch-mode always exists.
6742 Don't set allout-isearch-did-quit.
6743 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
6744 allout-isearch-did-quit.
6745 (allout-enwrap-isearch): Just add the hook.
6746 (allout-isearch-abort): Function deleted.
6747 (allout-pre-command-business): Avoid warning.
6748
6749 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
6750 Correctly avoid warnings.
6751 (pascal-outline): Likewise.
6752
6753 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
6754
6755 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
6756
6757 * play/tetris.el (tetris-mode): Avoid warning.
6758
6759 * play/snake.el (snake-mode): Avoid warning.
6760
6761 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
6762 (gamegrid-set-display-table): Avoid warning.
6763 (gamegrid-set-timer): Likewise.
6764 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
6765 (gamegrid-add-score-with-update-game-score-1): Take FILE
6766 as argument.
6767 (gamegrid-add-score-with-update-game-score): Pass that argument.
6768 Rename have-shared-game-dir to gamegrid-shared-game-dir.
6769
6770 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
6771
6772 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
6773 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
6774
6775 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
6776 and insert-file.
6777
6778 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
6779 (sc-ask): Avoid warnings.
6780
6781 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
6782 (eshell-hist-initialize): Use that var the natural way.
6783
6784 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
6785
6786 * emacs-lisp/re-builder.el (reb-cook-regexp):
6787 Avoid warning calling lre-compile-string.
6788 (reb-color-display-p): Avoid warning.
6789
6790 * calculator.el (calculator-last-input): Guard uses
6791 of event-key and key-press-event-p.
6792 (event-key, key-press-event-p): Delete definitions.
6793
6794 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
6795 (find-gc-source-directory, find-gc-subrs-callers)
6796 (find-gc-noreturn-list, find-gc-source-files)
6797 (find-gc-subrs-called): Vars renamed and defvar'd.
6798
6799 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
6800 (checkdoc-overlay-put, checkdoc-delete-overlay)
6801 (checkdoc-overlay-start, checkdoc-overlay-end)
6802 (checkdoc-mode-line-update, checkdoc-char=):
6803 Define such that compiler knows they are defined.
6804 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
6805 (checkdoc-read-event): Delete. Use read-event directly.
6806
6807 * whitespace.el (whitespace-make-overlay)
6808 (whitespace-overlay-put, whitespace-delete-overlay)
6809 (whitespace-overlay-start, whitespace-overlay-end):
6810 Define such that compiler knows they are defined.
6811 (whitespace): Move conditional inside.
6812
6813 * tempo.el (tempo-insert-template): Suppress warning.
6814
6815 * ediff-diff.el (longlines-mode): Add defvar.
6816
6817 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
6818
6819 * server.el: Bind "C-x #" in a way that works even if C-x is
6820 redefined to a command key, not a prefix key.
6821
6822 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6823
6824 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
6825 cl-make-type-test till execution time.
6826
6827 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
6828
6829 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
6830 arg ARG and use it.
6831
6832 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6833
6834 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
6835
6836 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
6837
6838 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6839 a defcustom with two :set or :type keywords.
6840
6841 2005-07-15 Richard M. Stallman <rms@gnu.org>
6842
6843 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6844 Don't give ^M comment-end syntax.
6845
6846 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
6847
6848 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
6849 Don't consider gdbmi (gdb-mi.el has its own update functions).
6850 (gdb-var-delete): Make it work for gdbmi as well.
6851 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
6852
6853 * progmodes/gud.el (etags, sdb): Only require etags when needed.
6854 (gud-speedbar-menu-items): Correct logic for enabling items.
6855
6856 2005-07-15 Kim F. Storm <storm@cua.dk>
6857
6858 * ido.el: Fix commentary.
6859 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
6860 Use with-no-warnings around ffap-guesser.
6861 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
6862 Let bind minibuffer-completing-file-name to t.
6863
6864 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
6865
6866 * startup.el (site-run-file, keyboard-type): Doc fixes.
6867 (command-line): Check for "--basic-display" argument; also for
6868 "--quick", not "--bare-bones" (which was renamed).
6869 (fancy-splash-text): Add missing item "Getting New Versions".
6870 (normal-splash-screen): Fix typos and improve consistency with
6871 `fancy-splash-text'. Update copyright year.
6872
6873 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
6874 valid binding for `help-char'.
6875
6876 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
6877
6878 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
6879
6880 * term.el (term-mode): Disable cua-mode for term buffers.
6881
6882 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
6883
6884 * add-log.el (add-log-mailing-address, change-log-merge):
6885 Doc fixes.
6886 (change-log-get-method-definition): Fix typo in docstring.
6887
6888 2005-07-14 Kim F. Storm <storm@cua.dk>
6889
6890 * emulation/cua-base.el:
6891 (cua--pre-command-handler-1, cua--pre-command-handler)
6892 (cua--post-command-handler-1, cua--post-command-handler):
6893 Split in two. Check (buffer local) value of cua-mode.
6894 (cua-selection-mode): New command.
6895
6896 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6897
6898 * custom.el (custom-initialize-safe-set)
6899 (custom-initialize-safe-default): Doc fixes.
6900
6901 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6902 and simplify :init-value again.
6903
6904 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6905 and simplify :init-value again. Delete autoload.
6906
6907 * startup.el (command-line): Use `custom-reevaluate-setting' again
6908 for tooltip-mode.
6909
6910 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6911 a defcustom with two :initialize keywords.
6912
6913 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
6914
6915 * allout.el (my-mark-marker, allout-isearch-prior-pos)
6916 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
6917 (allout-post-command-business, allout-flag-region)
6918 (isearch-reenable-font-lock, allout-yank)
6919 (allout-insert-latex-header, allout-insert-latex-trailer)
6920 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
6921 (allout-latex-verb-quote): Fix typos in docstrings.
6922 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
6923 (allout-unprotected, allout-prefix-data):
6924 Improve argument/docstring consistency.
6925 (allout-chart-subtree): Fix argument spec.
6926 (allout-open-topic): Rename `use_sib_bullet' argument to
6927 `use-sib-bullet'. Doc fix.
6928
6929 * whitespace.el (whitespace-check-buffer-leading)
6930 (whitespace-check-buffer-trailing)
6931 (whitespace-check-buffer-indent)
6932 (whitespace-check-buffer-spacetab)
6933 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
6934 (whitespace-check-leading-whitespace)
6935 (whitespace-check-trailing-whitespace)
6936 (whitespace-check-spacetab-whitespace)
6937 (whitespace-check-indent-whitespace)
6938 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
6939 (whitespace-modes): Fix typos in docstrings.
6940 (defgroup, defcustom): Doc fixes.
6941
6942 * winner.el (winner-mode, winner-boring-buffers)
6943 (winner-pending-undo-ring): Doc fixes.
6944 (winner-ring): Remove unneeded `progn'.
6945 (winner-equal): `defsubst' it.
6946 (winner-redo): Fix message.
6947
6948 2005-07-13 Kim F. Storm <storm@cua.dk>
6949
6950 * simple.el (line-move-1): Always use vertical-motion to
6951 do the last (or only) line move to ensure some movement.
6952 Undo 2005-06-23 change--don't check for overlays.
6953
6954 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6955
6956 * term/mac-win.el (ccl-encode-mac-roman-font)
6957 (ccl-encode-mac-centraleurroman-font)
6958 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
6959 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
6960 Change charset-id boundary of dimension to ?\xef.
6961 (mac-char-fontspec-list): New constant.
6962 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
6963 argument. Nil uses itself as family in font-spec. Previous
6964 behavior for nil is now provided by non-nil non-string argument.
6965 All callers changed. Add font-specs for Mac fonts to
6966 "fontset-default" unless iso8859-1 fonts are installed.
6967
6968 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6969
6970 * progmodes/sh-script.el (sh-get-indent-info): Only indent
6971 a continuation line if the \ is preceded by SPC or TAB.
6972 (sh-get-indent-info): Simplify.
6973 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
6974 Use with-current-buffer.
6975
6976 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
6977 when the matched text is empty.
6978
6979 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
6980
6981 * startup.el (command-line): Revert to previous handling of
6982 tooltip-mode. Explain in comment why the complexity is needed.
6983
6984 * tooltip.el (tooltip-mode): Revert to previous implementation of
6985 its defcustom.
6986
6987 * frame.el (blink-cursor-mode): Revert to previous implementation
6988 of its defcustom. Update comment.
6989
6990 2005-07-12 Lars Hansen <larsh@soem.dk>
6991
6992 * desktop.el: Update e-mail address.
6993
6994 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6995
6996 * term/mac-win.el (mac-services-mail-selection)
6997 (mac-services-mail-to): New functions.
6998 (mac-application-menu-map): Bind them.
6999
7000 2005-07-12 wulei <milton@wulei.net> (tiny change)
7001
7002 * progmodes/gdb-ui.el: Add note about buffering with Windows.
7003
7004 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
7005
7006 * custom.el (custom-reevaluate-setting): Doc fix.
7007
7008 2005-07-11 Jay Belanger <belanger@truman.edu>
7009
7010 * calc/calc.el (calc-embedded-announce-formula-alist)
7011 (calc-embedded-open-close-plain-alist)
7012 (calc-embedded-open-close-mode-alist): Add checks for additional
7013 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
7014
7015 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
7016
7017 * custom.el (custom-enable-theme): Don't add theme to
7018 `custom-enabled-themes' with `push' because there is no
7019 setf-method for `delq'.
7020
7021 2005-07-11 Richard M. Stallman <rms@gnu.org>
7022
7023 * custom.el (custom-declare-variable): Doc fix.
7024
7025 * dired-aux.el (dired-compare-directories): Remove "." and ".."
7026 from the alists.
7027
7028 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
7029 Do nothing if edebug-active.
7030
7031 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
7032 (edebug-display): Do it here instead.
7033
7034 2005-07-10 Richard M. Stallman <rms@gnu.org>
7035
7036 * cus-face.el (custom-theme-set-faces): Make it work.
7037 (custom-reset-faces): Doc fix.
7038 (custom-theme-reset-internal-face, custom-theme-face-value):
7039 Functions deleted.
7040
7041 * custom.el (custom-push-theme): Maintain list of the settings
7042 of a given theme in its theme-settings property.
7043 Maintain position of old settings in the theme-value
7044 or theme-face property.
7045 (custom-enabled-themes): New variable.
7046 (custom-theme-enabled-p): New function.
7047 (provide-theme): Update custom-enabled-themes.
7048 Disable and reenable the `user' theme.
7049 (require-theme): Doc fix.
7050 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
7051 (custom-theme-value, custom-theme-variable-value): Likewise.
7052 (custom-theme-reset-internal): Likewise.
7053 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
7054 (custom-enable-theme, custom-disable-theme): New functions.
7055 (custom-variable-theme-value, custom-face-theme-value): Likewise.
7056 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
7057 (custom-theme-reset-variables): Simplify.
7058 (deftheme, custom-declare-theme, custom-make-theme-feature):
7059 Definitions moved.
7060
7061 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
7062
7063 * longlines.el (longlines-show-region)
7064 (longlines-unshow-hard-newlines): Recognize hard newlines by
7065 non-nil hard property, instead of t.
7066
7067 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
7068
7069 * viper-cmd.el (viper--key-maps): New variable.
7070 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
7071 emulation-mode-map-alists.
7072 (viper-envelop-ESC-key): Use viper-subseq.
7073 (viper-search-forward/backward/next): Disable debug-on-error.
7074
7075 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
7076 (viper-ESC-key): New defcustoms.
7077
7078 * viper-macs.el (ex-map-read-args): Use viper-subseq.
7079
7080 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
7081 (viper-subseq): Copy of subseq from cl.el.
7082
7083 * viper.el (viper-go-away, viper-set-hooks): Use
7084 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
7085
7086 * viper-mous.el (viper-current-frame-saved): Use defvar.
7087
7088 * viper-init.el: Get rid of -face in face names.
7089
7090 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
7091 Make it work with longlines mode
7092
7093 * ediff-mult.el (ediff-meta-mode-hook): New variable.
7094
7095 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
7096
7097 * ediff-init.el: Get rid of -face in face names.
7098
7099 2005-07-10 Richard M. Stallman <rms@gnu.org>
7100
7101 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
7102 and with-timeout-unsuspend.
7103
7104 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
7105 and with-timeout-unsuspend.
7106
7107 * emacs-lisp/timer.el (with-timeout-timers): New variable.
7108 (with-timeout): Bind that variable to record timers.
7109 (with-timeout-suspend, with-timeout-unsuspend): New functions.
7110
7111 * emacs-lisp/debug.el (debug-help-follow): New function.
7112 (debugger-mode-map): Use that instead of help-follow.
7113 (debugger-setup-buffer): Use eval-buffer-list
7114 to handle eval-buffer frames.
7115
7116 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
7117
7118 * timezone.el (timezone-parse-date): Change first regexp
7119 so it will not mistakenly match dates with no time zone.
7120
7121 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
7122
7123 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
7124
7125 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
7126
7127 * custom.el (custom-initialize-safe-set)
7128 (custom-initialize-safe-default): New functions.
7129
7130 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
7131 and simplify :init-value.
7132
7133 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
7134 and simplify :init-value. Delete obsolete comment.
7135
7136 * startup.el (command-line): Use `custom-reevaluate-setting' to
7137 handle `tooltip-mode'. Delete obsolete comment.
7138
7139 * files.el (set-visited-file-name): Avoid calling
7140 `file-name-nondirectory' with a nil argument.
7141
7142 2005-07-09 Richard M. Stallman <rms@gnu.org>
7143
7144 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
7145 was called with nil for the buffer, handle the read position right.
7146 Handle read position for eval-region, too.
7147
7148 2005-07-09 Juri Linkov <juri@jurta.org>
7149
7150 * fringe.el (fringe-mode): Add period in docstring.
7151 (fringe-query-style): Build prompt depending on `all-frames' arg.
7152
7153 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
7154 to not create links to unrelated functions in the Help buffer.
7155
7156 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
7157 Doc fix.
7158
7159 * simple.el (next-error-hook): New variable.
7160 (next-error): Use it. Doc fix.
7161
7162 * textmodes/ispell.el (ispell-command-loop): Add current
7163 dictionary name and program name to mode-line-format.
7164 (ispell-region, ispell-process-line): Add current dictionary name
7165 and program name to messages.
7166
7167 2005-07-08 Jay Belanger <belanger@truman.edu>
7168
7169 * calc/calc.el (calc-embedded-announce-formula-alist)
7170 (calc-embedded-open-close-formula-alist)
7171 (calc-embedded-open-close-word-alist)
7172 (calc-embedded-open-close-plain-alist)
7173 (calc-embedded-open-close-new-formula-alist)
7174 (calc-embedded-open-close-mode-alist)
7175 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
7176 (calc-embedded-mode-hook): New variables.
7177
7178 * calc/calc-embed.el (calc-embedded-firsttime)
7179 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
7180 New variables.
7181 (calc-do-embedded): Use calc-embedded-firsttime,
7182 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
7183 determine whether or not to run hooks.
7184 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
7185 calc-embedded-firsttime-formula appropriately.
7186 Set calc-embedded delimiter variables according to mode.
7187
7188 2005-07-08 Richard M. Stallman <rms@gnu.org>
7189
7190 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
7191 Check for "emacs", etc., as entire symbol, not just as word.
7192 (checkdoc-file-comments-engine): Use regexp-quote on FN.
7193
7194 * files.el (set-visited-file-name): Report the error
7195 for "empty filename" earlier.
7196 (kill-some-buffers): Ignore buffers already dead.
7197
7198 * fringe.el (fringe-mode): Doc fix.
7199
7200 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
7201 Check for (featurep 'xemacs) and turn off warnings in what it guards.
7202 Use unwind-protect to ensure byte-compile-unresolved-functions
7203 is updated.
7204
7205 * whitespace.el (whitespace-buffer-leading-cleanup):
7206 Simplify w/ skip-chars-forward.
7207 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
7208
7209 * mail/rmail.el (rmail-only-expunge): Fix paren error.
7210 Unconditionally try to leave point at the same old place.
7211
7212 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
7213
7214 * comint.el (comint-postoutput-scroll-to-bottom)
7215 (comint-show-maximum-output): Take scroll-margin into consideration.
7216
7217 2005-07-08 Kim F. Storm <storm@cua.dk>
7218
7219 * ido.el (ido-use-filename-at-point): New choice `guess'.
7220 (ido-file-internal): Try ffap-guesser if selected.
7221
7222 * ido.el (ido-before-fallback-functions): New hook.
7223 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
7224 (ido-read-file-name): Run it.
7225
7226 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7227
7228 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
7229 strings rather than a list of symbols to the completion function.
7230
7231 2005-07-07 Jay Belanger <belanger@truman.edu>
7232
7233 * calc/calc-units.el (math-apply-units): Change the places in
7234 which units are simplified.
7235
7236 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
7237
7238 * cus-edit.el (customize-option, customize-option-other-window):
7239 Make them handle aliases.
7240
7241 * custom.el (custom-variable-p): Make it recursively follow
7242 aliases. Mention that in the docstring.
7243
7244 2005-07-07 Richard M. Stallman <rms@gnu.org>
7245
7246 * cus-start.el (exec-path): Use `directory' instead of `file'.
7247 Fix tag for nil.
7248
7249 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
7250
7251 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
7252 when called non-interactively. Doc fix.
7253
7254 2005-07-07 Lute Kamstra <lute@gnu.org>
7255
7256 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
7257 new address as well.
7258
7259 2005-07-07 Kenichi Handa <handa@m17n.org>
7260
7261 * international/mule.el (make-coding-system):
7262 Describe `ascii-incompatible' property in the docstring.
7263 (set-file-name-coding-system): Signal an error if coding-system is
7264 ascii-incompatible.
7265 (set-keyboard-coding-system): Likewise.
7266
7267 * international/mule-cmds.el (set-default-coding-systems):
7268 Don't set default-file-name-coding-system and
7269 default-keyboard-coding-system if coding-system is ASCII-incompatible.
7270
7271 * international/utf-16.el: Declare that all UTF-16-based coding
7272 systems are ASCII-incompatible.
7273
7274 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
7275
7276 * progmodes/gud.el: Require font-lock for displaying errors.
7277 Used by gdb-ui.el.
7278
7279 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
7280
7281 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
7282 values for the pattern lists which are `read'able but not
7283 `append'able (like symbols).
7284
7285 2005-07-06 Richard M. Stallman <rms@gnu.org>
7286
7287 * progmodes/flymake.el (flymake-float-time): Instead of
7288 with-no-warnings, test for xemacs.
7289 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
7290 to avoid warning.
7291
7292 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
7293
7294 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
7295
7296 2005-07-05 Lute Kamstra <lute@gnu.org>
7297
7298 * battery.el: Add support for Darwin (with much debugging help
7299 from Samuel Lauber <sam124@operamail.com>).
7300 (battery-status-function, battery-echo-area-format)
7301 (battery-mode-line-format): Add support for pmset on Darwin.
7302 (battery-load-low, battery-load-critical): New user options.
7303 (battery-pmset): New function.
7304
7305 2005-07-05 Lute Kamstra <lute@gnu.org>
7306
7307 Update FSF's address in GPL notices.
7308
7309 * textmodes/page-ext.el: Update FSF's address.
7310
7311 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7312
7313 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
7314 filling from using prefix when filling a single-line docstring.
7315
7316 * progmodes/flymake.el: Remove useless eval-when-compile.
7317
7318 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
7319
7320 2005-07-04 Richard M. Stallman <rms@gnu.org>
7321
7322 * textmodes/org.el (org-file-apps-defaults-gnu):
7323 Rename from org-file-apps-defaults-linux.
7324 (org-default-apps): Don't test system-type for `linux'.
7325 (org-file-apps): Doc fix.
7326
7327 2005-07-04 David Ponce <david@dponce.com>
7328
7329 * tree-widget.el: Improve header Commentary section.
7330 (tree-widget) [defgroup]
7331 (tree-widget-image-enable, tree-widget-themes-directory)
7332 (tree-widget-theme, tree-widget-image-properties-emacs)
7333 (tree-widget-image-properties-xemacs, tree-widget-create-image)
7334 (tree-widget-image-formats, tree-widget-control)
7335 (tree-widget-empty-control, tree-widget-leaf-control
7336 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
7337 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
7338 (tree-widget-keep, tree-widget-after-toggle-functions)
7339 (tree-widget-open-node, tree-widget-close-node): Doc fix.
7340 (tree-widget-open-control, tree-widget-close-control): Fix doc and
7341 :help-echo message.
7342 (tree-widget-set-theme): Doc fix. Use `string-equal'.
7343 (tree-widget-image-properties): Doc fix. Clearer implementation.
7344 (tree-widget--cursors): New constant.
7345 (tree-widget-lookup-image): New function split from
7346 `tree-widget-find-image'. Clearer implementation.
7347 (tree-widget-find-image): Use it.
7348 (tree-widget-button-keymap): Use `set-keymap-parent'.
7349 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
7350 Define the sub-widgets here.
7351 (tree-widget-node): Check that :node is not a tree-widget.
7352 (tree-widget-get-super, tree-widget-open-control)
7353 (tree-widget-close-control, tree-widget-empty-control)
7354 (tree-widget-leaf-control, tree-widget-guide)
7355 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
7356 (tree-widget-no-handle, tree-widget-value-delete)
7357 (tree-widget-map): Remove.
7358 (tree-widget-children-value-save): Doc fix. Simplified.
7359 (tree-widget-value-create): Update according to previous changes.
7360
7361 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
7362
7363 * textmodes/org.el: Leading space replaced by TABS.
7364 (org-recalc-marks, org-table-rotate-recalc-marks)
7365 (org-table-get-specials): Treat "^" and "_" marks.
7366 (org-table-justify-field-maybe): Optional argument NEW.
7367 (org-table-eval-formula): Parsing of the format simplified.
7368 New modes C,I. Honor the %= parameter in the current table.
7369 Avoid unnecessary re-align by using the NEW argument to
7370 `org-table-justify-field-maybe'.
7371 (org-calc-default-modes): Default for date-format mimicks org-mode.
7372 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
7373
7374 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
7375
7376 * cus-face.el (custom-theme-set-faces): Make it handle face
7377 aliases whose alias declarations are pre- or autoloaded.
7378
7379 2005-07-04 Juri Linkov <juri@jurta.org>
7380
7381 * faces.el (read-face-name): Put the code for getting a face name
7382 from the buffer before adding the faces from the `face' property.
7383 Use `completing-read-multiple' instead of `completing-read'.
7384 Require `crm'. Add default value and post-process the returned
7385 list of faces.
7386
7387 * emacs-lisp/crm.el (crm-find-current-element)
7388 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
7389
7390 * emacs-lisp/lisp-mode.el (eval-defun-1):
7391 * emacs-lisp/edebug.el (edebug-eval-defun):
7392 Remove unnecessary quotes.
7393
7394 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7395
7396 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
7397 (prolog-indent-level): Fix typo in docstring.
7398
7399 * info.el (Info-history, Info-history-forward)
7400 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
7401
7402 * add-log.el (add-change-log-entry):
7403 * comint.el (comint-dynamic-list-input-ring)
7404 (comint-dynamic-list-completions):
7405 * dabbrev.el (dabbrev-expand):
7406 * delim-col.el (delimit-columns-rectangle-line):
7407 * diff-mode.el (diff-context->unified, diff-reverse-direction)
7408 (diff-unified->context):
7409 * ediff-init.el (ediff-abbrev-jobname):
7410 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
7411 (ediff-replace-session-activity-marker-in-meta-buffer):
7412 * info.el (Info-summary):
7413 * lpr.el (printify-region):
7414 * printing.el (pr-create-interface):
7415 * ps-print.el (ps-print-quote):
7416 * ses.el (ses-column-widths, ses-print-cell)
7417 (ses-adjust-print-width, ses-center):
7418 * shell.el (shell-file-name-quote-list):
7419 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
7420 (strokes-fill-current-buffer-with-whitespace)
7421 (strokes-xpm-for-stroke, strokes-list-strokes)
7422 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
7423 * term.el (term-dynamic-list-input-ring)
7424 (term-dynamic-list-completions):
7425 * calc/calc.el (math-format-stack-value):
7426 * emacs-lisp/edebug.el (edebug-display-freq-count):
7427 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
7428 (delphi-new-comment-line):
7429 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
7430 * progmodes/executable.el (executable-set-magic):
7431 * progmodes/python.el (inferior-python-mode):
7432 * progmodes/scheme.el (scheme-mode-syntax-table):
7433 * progmodes/sh-script.el (sh-maybe-here-document):
7434 * progmodes/sql.el (sql-copy-column):
7435 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
7436 * textmodes/bibtex.el (bibtex-mode):
7437 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
7438 (sgml-auto-attributes):
7439 * textmodes/table.el (table-insert, table-shorten-cell)
7440 (table--generate-source-scan-lines, table-delete-row)
7441 (*table--cell-delete-char, table--spacify-frame)
7442 (table--horizontally-shift-above-and-below)
7443 (table--cell-insert-char, table--cell-blank-str)
7444 (table--fill-region-strictly):
7445 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
7446 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
7447
7448 * add-log.el (change-log):
7449 * apropos.el (apropos):
7450 * comint.el (comint-completion, comint-source):
7451 * dabbrev.el (dabbrev):
7452 * delim-col.el (columns):
7453 * diff-mode.el (diff-mode):
7454 * ediff.el (ediff):
7455 * ediff-diff.el (ediff-diff):
7456 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
7457 * ediff-mult.el (ediff-mult):
7458 * ediff-ptch.el (ediff-ptch):
7459 * ediff-wind.el (ediff-window):
7460 * facemenu.el (facemenu):
7461 * indent.el (indent):
7462 * info.el (info):
7463 * jka-cmpr-hook.el (compression, jka-compr):
7464 * lpr.el (lpr):
7465 * outline.el (outlines):
7466 * pcmpl-cvs.el (pcmpl-cvs):
7467 * pcmpl-rpm.el (pcmpl-rpm):
7468 * printing.el (printing):
7469 * ps-print.el (postscript, ps-print, ps-print-horizontal)
7470 (ps-print-vertical, ps-print-headers, ps-print-font)
7471 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
7472 (ps-print-background, ps-print-printer, ps-print-page)
7473 (ps-print-miscellany):
7474 * ses.el (ses):
7475 * shell.el (shell, shell-directories, shell-faces):
7476 * startup.el (initialization):
7477 * strokes.el (strokes):
7478 * term.el (term):
7479 * uniquify.el (uniquify):
7480 * w32-vars.el (w32):
7481 * calc/calc.el (calc):
7482 * emacs-lisp/bytecomp.el (bytecomp):
7483 * emacs-lisp/cl-indent.el (lisp-indent):
7484 * emacs-lisp/edebug.el (edebug):
7485 * emacs-lisp/elp.el (elp):
7486 * emacs-lisp/testcover.el (testcover):
7487 * emacs-lisp/trace.el (trace):
7488 * emulation/viper-ex.el (viper-ex):
7489 * emulation/viper-mous.el (viper-mouse):
7490 * mail/mailalias.el (mailalias):
7491 * mail/supercite.el (supercite, supercite-frames)
7492 (supercite-attr, supercite-cite, supercite-hooks):
7493 * net/rcompile.el (remote-compile):
7494 * net/rlogin.el (rlogin):
7495 * obsolete/ooutline.el (outlines):
7496 * progmodes/delphi.el (delphi):
7497 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
7498 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
7499 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
7500 (ebnf-optimization):
7501 * progmodes/etags.el (etags):
7502 * progmodes/executable.el (executable):
7503 * progmodes/idlwave.el (idlwave):
7504 * progmodes/pascal.el (pascal):
7505 * progmodes/prolog.el (prolog):
7506 * progmodes/python.el (python):
7507 * progmodes/scheme.el (scheme):
7508 * progmodes/sh-script.el (sh, sh-script):
7509 * progmodes/sql.el (SQL):
7510 * progmodes/tcl.el (tcl):
7511 * textmodes/bibtex.el (bibtex, bibtex-autokey):
7512 * textmodes/enriched.el (enriched):
7513 * textmodes/makeinfo.el (makeinfo):
7514 * textmodes/sgml-mode.el (sgml):
7515 * textmodes/table.el (table-hooks):
7516 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
7517 * textmodes/texinfo.el (texinfo):
7518 * textmodes/two-column.el (two-column):
7519 Finish `defgroup' description with period.
7520
7521 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
7522 * eshell/esh-var.el (eshell-var):
7523 * progmodes/vhdl-mode.el (vhdl-testbench):
7524 * textmodes/org.el (org): Fix typos in docstrings.
7525
7526 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
7527 consistency.
7528
7529 * progmodes/flymake.el (flymake-find-file): Remove.
7530 (flymake-float-time): Use `with-no-warnings'.
7531 (flymake-check-start-time, flymake-check-was-interrupted)
7532 (flymake-err-info, flymake-is-running, flymake-last-change-time)
7533 (flymake-new-err-info): `defvar' at compile time.
7534
7535 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
7536
7537 * replace.el (occur-hook): Doc fix.
7538 (occur-1): Don't call `occur-hook' if there are no matches.
7539
7540 2005-07-03 Richard M. Stallman <rms@gnu.org>
7541
7542 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
7543 global-map, save the same map.
7544 (global-map): Don't alter it at top level.
7545 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
7546 Then alter it here instead.
7547 (tpu-edt-off): Set global-map to the saved one.
7548
7549 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
7550 All references simplified.
7551 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
7552 (zmacs-regions): Add defvar.
7553 (repeat-complex-command-map): Everything about that deleted.
7554
7555 * textmodes/artist.el (artist-key-is-drawing)
7556 (artist-key-endpoint1, artist-key-poly-point-list)
7557 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
7558 (artist-key-compl-table, artist-rb-save-data)
7559 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
7560 Don't put them in eval-when-compile.
7561 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
7562
7563 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
7564 Use with-no-warnings.
7565
7566 * net/browse-url.el (dos-windows-version): Add defvar.
7567
7568 * mail/supercite.el (filladapt-prefix-table): Add defvar.
7569
7570 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
7571 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
7572 (rmail-new-summary-line-count): Rename from new-summary-line-count.
7573 Add defvar.
7574 (rmail-summary-beginning-of-message): Use with-no-warnings.
7575 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
7576
7577 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
7578 Use with-no-warnings.
7579
7580 * emulation/vi.el (vi-mark-region): Use c-mark-function.
7581 (c-mark-function): Add point-moving-unit property.
7582 (vi-goto-line): Use with-no-warnings.
7583
7584 * emulation/edt.el (edt-last-copied-word): Add defvar.
7585 (zmacs-region-stays): Likewise.
7586 (edt-mark-section-wisely): Use c-mark-function for C.
7587 Use makr-defun for Fortran.
7588 (time-string): defvar deleted.
7589 (edt-display-the-time): Don't set time-string.
7590
7591 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
7592
7593 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7594 Don't warn when name is not constant
7595 or for defining the group `emacs'.
7596
7597 * tooltip.el (gud-tooltip-mode): Add defvar.
7598
7599 * startup.el (default-frame-background-mode): Add defvar.
7600
7601 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
7602
7603 * info.el (tool-bar-map): Add defvar.
7604
7605 * dired.el (dnd-protocol-alist): Add defvar.
7606
7607 * dired-aux.el (dired-query): Display question with answer, when
7608 the user answers.
7609
7610 * custom.el (custom-add-option): Doc fix.
7611
7612 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
7613
7614 2005-07-03 Eli Zaretskii <eliz@gnu.org>
7615
7616 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
7617 bogus name from the last change.
7618
7619 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
7620
7621 * custom.el (custom-declare-variable): Fix typos in comment.
7622 (custom-known-themes): Doc fix.
7623 (custom-theme-directory): New defcustom.
7624 (require-theme): Make it check `custom-theme-directory'.
7625
7626 * cus-theme.el (custom-new-theme-mode): New function.
7627 (custom-theme-name, custom-theme-variables, custom-theme-faces)
7628 (custom-theme-description): Add compiler defvars.
7629 (customize-create-theme): Add doc to the "*New Custom Theme*"
7630 buffer. Use `custom-new-theme-mode'.
7631 (custom-theme-write): Put the created buffer in emacs-lisp-mode
7632 and save it to the `custom-theme-directory'. Make this the
7633 default directory of the buffer.
7634
7635 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
7636
7637 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
7638 Fix unbalanced parentheses.
7639
7640 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7641
7642 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
7643 into flymake-mode and delegate to flymake-mode.
7644
7645 * find-file.el (ff-which-function-are-we-in): Clean up.
7646
7647 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
7648
7649 * replace.el (occur-rename-buffer): Fix docstring.
7650
7651 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
7652 (edt-last-copied-word, edt-learn-macro-count)
7653 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
7654 (edt-rect-start-point, edt-user-global-map, rect-start-point)
7655 (time-string, zmacs-region-stays):
7656 * emulation/edt-mapper.el (edt-save-function-key-map)
7657 (EDT-key-name): `defvar' to silence the byte-compiler.
7658
7659 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
7660
7661 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
7662 font-lock-regexp-backslash. Doc fix.
7663 (font-lock-regexp-backslash-grouping-construct): Rename from
7664 font-lock-regexp-backslash-construct. Doc fix.
7665 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
7666 grouping constructs.
7667
7668 2005-07-02 Eli Zaretskii <eliz@gnu.org>
7669
7670 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
7671 updating all the prerequisites.
7672
7673 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
7674
7675 * textmodes/org.el (org-agenda-start-on-weekday)
7676 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
7677 (org-agenda-use-time-grid, org-archive-location)
7678 (org-allow-space-in-links, org-usenet-links-prefer-google)
7679 (org-enable-table-editor, org-export-default-language)
7680 (org-export-html-show-new-buffer, org-fill-paragraph)
7681 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
7682 (org-goto-quit, org-occur, org-eval-in-calendar)
7683 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
7684 (org-agenda-diary-entry, org-remember-help)
7685 (org-table-convert-region, org-at-table-p)
7686 (org-table-move-row-down, org-table-move-row-up)
7687 (org-table-copy-region, org-table-toggle-vline-visibility)
7688 (org-table-get-stored-formulas, org-table-get-specials)
7689 (org-recalc-commands, org-table-eval-formula)
7690 (org-table-formula-substitute-names, orgtbl-make-binding)
7691 (org-format-org-table-html, org-format-table-table-html)
7692 (org-format-table-table-html-using-table-generate-source)
7693 (org-customize): Fix typos in docstrings.
7694 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
7695 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
7696 (org-back-to-heading): Doc fixes.
7697 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
7698 (org-agenda-change-all-lines, org-get-header):
7699 Improve argument/docstring consistency.
7700 (orgtbl-error): Fix error message.
7701
7702 * progmodes/flymake.el (flymake-find-possible-master-files)
7703 (flymake-master-file-compare, flymake-get-line-err-count)
7704 (flymake-highlight-line, flymake-gui-warnings-enabled):
7705 Fix typos in docstrings.
7706 (flymake-parse-line, flymake-get-project-include-dirs-function)
7707 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
7708 Doc fixes.
7709 (flymake-get-project-include-dirs-function)
7710 (flymake-make-err-menu-data):
7711 Improve argument/docstring consistency.
7712
7713 2005-07-01 Lute Kamstra <lute@gnu.org>
7714
7715 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
7716 Catch errors with ignore-errors. Use temporary buffer.
7717 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
7718
7719 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
7720 background color faces.
7721 (facemenu-set-foreground, facemenu-set-background):
7722 Use facemenu-set-face-from-menu.
7723 (facemenu-set-face-from-menu): Treat face names that start with
7724 "fg:" or "bg:" as special.
7725 (facemenu-add-new-color): Don't create faces. Simplify.
7726
7727 2005-06-30 Richard M. Stallman <rms@gnu.org>
7728
7729 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
7730 (crm-find-current-element): Likewise.
7731
7732 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7733
7734 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
7735
7736 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7737
7738 * arc-mode.el (archive-extract): Make it work as a mouse binding.
7739 (archive-mouse-extract): Make it an obsolete alias.
7740 (archive-mode-map): Don't use archive-mouse-extract any more.
7741 (archive-mode, archive-extract): write-contents-hooks ->
7742 write-contents-functions.
7743 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
7744 first arg.
7745 (archive-rename-entry): Update the call.
7746 (archive-zip-summarize): Remove unused var `method'.
7747 (archive-lzh-summarize): Remove unused var `creator'.
7748
7749 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
7750 dedicated frame upon exit.
7751
7752 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
7753 (archive-zip-extract, archive-zip-expunge)
7754 (archive-zip-update, archive-zip-update-case): Use executable-find.
7755 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
7756 Use restore-buffer-modified-p.
7757 (archive-extract, archive-add-new-member, archive-write-file-member):
7758 Use with-current-buffer.
7759 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
7760
7761 2005-06-30 Andreas Schwab <schwab@suse.de>
7762
7763 * progmodes/gud.el (gud-filter): Remove unneeded progn.
7764
7765 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7766
7767 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
7768
7769 2005-06-30 Juri Linkov <juri@jurta.org>
7770
7771 * faces.el (vertical-border): Inherit from mode-line-inactive
7772 only on tty.
7773
7774 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
7775
7776 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
7777 example, -NLINES in the `occur' docstring).
7778
7779 * replace.el (occur-1): When no matches are found, do not set the
7780 `buffer-read-only' and modified flags for the occur buffer,
7781 because it is deleted.
7782
7783 * emulation/cua-base.el (cua-check-pending-input)
7784 (cua-repeat-replace-region, cua-mode, cua-debug)
7785 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
7786 Fix typos in docstrings.
7787
7788 * emulation/cua-gmrk.el (cua-toggle-global-mark)
7789 (cua-cut-region-to-global-mark)
7790 (cua--cut-rectangle-to-global-mark):
7791 Remove period from end of messages.
7792
7793 * emulation/cua-rect.el (cua-do-rectangle-padding):
7794 Remove period from end of messages.
7795 (cua--rectangle-seq-format): Fix typo in docstring.
7796 (cua-sequence-rectangle, cua-fill-char-rectangle):
7797 Improve argument/docstring consistency.
7798
7799 2005-06-29 Juri Linkov <juri@jurta.org>
7800
7801 * faces.el (default-frame-background-mode): New internal variable.
7802 (frame-set-background-mode): Use it.
7803
7804 * startup.el (normal-top-level): Set default-frame-background-mode
7805 instead of frame-background-mode. Before setting it, test for its
7806 nil value. Remove tests for frame-background-mode and frame
7807 parameter `reverse'. Add test for "unspecified-fg".
7808
7809 * term/xterm.el (xterm-rxvt-set-background-mode):
7810 * term/rxvt.el (rxvt-set-background-mode):
7811 Set default-frame-background-mode instead of frame-background-mode.
7812
7813 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
7814
7815 * simple.el (set-variable): Warn about obsolete user variables.
7816
7817 * imenu.el (imenu--completion-buffer):
7818 * mouse.el (mouse-buffer-menu-alist):
7819 * msb.el (msb-invisible-buffer-p):
7820 * calendar/diary-lib.el (diary-header-line-format):
7821 * emacs-lisp/pp.el (pp-buffer):
7822 * progmodes/cperl-mode.el (cperl-do-auto-fill):
7823 * textmodes/picture.el (picture-replace-match):
7824 Change space constants followed by a sexp to "?\s ".
7825
7826 * play/decipher.el (decipher-loop-with-breaks):
7827 * textmodes/texinfo.el (texinfo-insert-@item): Change space
7828 constants "protected" from end of line by a comment to "?\s".
7829
7830 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7831
7832 * font-lock.el (save-buffer-state): Use `declare'.
7833
7834 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
7835 reset the syntax-table to cperl-mode-syntax-table.
7836 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
7837 "foo_print_bar" is not matched as a reserved keyword.
7838
7839 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
7840
7841 * textmodes/org.el (orgtbl-setup): New function, for delayed
7842 setup for the orgtbl commands.
7843 (org-calc-default-modes): New option.
7844 (orgtbl-make-binding): Use `defun' to get better help display.
7845 (org-diary): Call `org-compile-prefix-format'.
7846 (org-table-formula-substitute-names): New function.
7847 (org-agenda-day-view, org-agenda-week-view): New commands.
7848 (org-agenda-toggle-week-view): Command removed.
7849 (org-tbl-menu): Split off from org-org-menu.
7850 (org-mode): Move removal of outline-mode menus to here.
7851 (org-table-formula-debug): New option.
7852 (org-table-insert-row): Keep first field if just "#" or "*".
7853 (org-mode): Paragraph regexps fixed.
7854 (org-table-recalculate-regexp): New constant.
7855 (org-table-justify-field-maybe): Avoid replace if not necessary.
7856 (org-copy-special, org-cut-special): Use `call-interactively'.
7857 (org-table-copy-region): Take region from `interactive' call.
7858 (org-trim): Return string even if no match.
7859 (org-formula): New face.
7860 (org-set-font-lock-defaults): No longer highlight "FIXME".
7861 But highlight formula-related fields in table.
7862 (org-table-p): Use regexp, not fontification.
7863 (org-table-align): Handle white space at end of line.
7864 (org-table-formula-evaluate-inline): New option.
7865 (org-mode): Auto-wrapping in comment lines turned off.
7866 (org-table-copy-down): Evaluate only in copied field, not in
7867 destination.
7868 (org-table-current-formula): Variable removed.
7869 (org-table-store-formulas, org-table-get-stored-formulas)
7870 (org-table-modify-formulas, org-table-replace-in-formulas)
7871 (org-table-maybe-eval-formula): New functions.
7872 (org-table-get-formula): Modify to use stored formulas.
7873 (org-table-insert-column, org-table-delete-column)
7874 (org-table-move-column): Call `org-table-modify-formulas'.
7875 (org-complete): Add completion for keyword formulas.
7876 (orgtbl-mode): Pull orgtbl-mode-map to start of
7877 minor-mode-map-alist.
7878
7879 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7880
7881 * progmodes/python.el (python-check): Require `compile' before
7882 modifying its variables.
7883
7884 * newcomment.el (comment-indent-default): Don't get fooled by an early
7885 end of buffer.
7886
7887 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7888
7889 * ps-print.el (ps-print-version): Fix version number.
7890
7891 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
7892
7893 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
7894
7895 2005-06-28 Richard M. Stallman <rms@gnu.org>
7896
7897 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
7898 (flyspell-local-mouse-map): Declaration deleted.
7899 (flyspell-mouse-map): Bind only mouse-2.
7900 (flyspell-mode-map): Don't test flyspell-use-local-map.
7901 (flyspell-overlay-keymap-property-name): Var deleted.
7902 (flyspell-mode-on): Don't make local bindings for
7903 flyspell-mouse-map and flyspell-mode-map.
7904 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
7905
7906 * textmodes/ispell.el (ispell-word): Do not ignore short words.
7907
7908 * progmodes/compile.el (compilation-next-error-function):
7909 Don't switch buffers; operate on the current buffer.
7910
7911 * progmodes/compile.el (compilation-error-file-name)
7912 (compilation-warning-file-name, compilation-info-file-name)
7913 (compilation-line-number, compilation-column-number): New faces.
7914 (compilation-error-face, compilation-warning-face)
7915 (compilation-info-face, compilation-line-face)
7916 (compilation-column-face): Use them.
7917
7918 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
7919
7920 * comint.el (comint-password-prompt-regexp): Accept ", try again".
7921
7922 * bindings.el (global-map): Bind insertchar and its variants.
7923
7924 2005-06-27 Richard M. Stallman <rms@gnu.org>
7925
7926 * textmodes/artist.el (artist-text-overwrite)
7927 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
7928
7929 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7930
7931 * ps-print.el: It was not working the page selection for printing.
7932 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
7933 (ps-print-version): New version 6.6.7.
7934 (ps-end-sheet): New fun.
7935 (ps-header-sheet, ps-end-job): Call it.
7936
7937 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7938
7939 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
7940
7941 2005-06-27 Lute Kamstra <lute@gnu.org>
7942
7943 * facemenu.el (facemenu-unlisted-faces): Add foreground and
7944 background color faces.
7945 (facemenu-get-face): Delete function.
7946 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
7947 (facemenu-add-new-color): Make second argument mandatory.
7948 Create the appropriate face and return it. Simplify.
7949 (facemenu-set-foreground, facemenu-set-background): Don't check if
7950 color is defined. Use return value of facemenu-add-new-color.
7951
7952 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
7953
7954 * progmodes/gud.el (gud-filter): Add missing argument to
7955 with-selected-window.
7956
7957 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7958
7959 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
7960 a :require to the defcustom.
7961
7962 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
7963 defcustoms corresponding to minor modes.
7964
7965 2005-06-26 David Ponce <david@dponce.com>
7966
7967 * recentf.el: Require tree-widget instead of wid-edit.
7968 (recentf-filename-handler): Fix widget :type.
7969 (recentf-cancel-dialog, recentf-open-more-files)
7970 (recentf-open-files-action): Doc fix.
7971 (recentf-dialog-goto-first): New function.
7972 (recentf-dialog-mode-map): Set parent keymap first.
7973 (recentf-dialog-mode): Define with define-derived-mode.
7974 Don't display continuation lines in dialogs.
7975 (recentf-edit-list): Rename from recentf-edit-selected-items.
7976 (recentf-edit-list-select): Rename from recentf-edit-list-action.
7977 Simplify.
7978 (recentf-edit-list-validate): New function.
7979 (recentf-edit-list): Update accordingly.
7980 (recentf-open-files-item-shift): Remove.
7981 (recentf-open-files-item): Convert menu elements into tree and
7982 link widgets. Don't create the widgets.
7983 (recentf-open-files): Update accordingly.
7984 (recentf-save-list): Untabify.
7985
7986 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7987
7988 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
7989 (keep-lines): Add INTERACTIVE arg. Never delete lines only
7990 partially contained in the active region. Do not take active
7991 region into account when called from Lisp, unless INTERACTIVE arg
7992 is non-nil. Use `forward-line' instead of `beginning-of-line' to
7993 avoid trouble with fields. Make marker point nowhere when no
7994 longer used. Always return nil. Doc fix.
7995 (flush-lines): Add INTERACTIVE arg. Do not take active region
7996 into account when called from Lisp, unless INTERACTIVE arg is
7997 non-nil. Use `forward-line' instead of `beginning-of-line' to
7998 avoid trouble with fields. Make marker point nowhere when no
7999 longer used. Always return nil. Doc fix.
8000 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
8001 interchangeable. Do not take active region into account when
8002 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
8003 message in echo area when called from Lisp, unless INTERACTIVE arg
8004 is non-nil. Avoid saying "1 occurrences". Do not use markers.
8005 Return the number of matches. Doc fix.
8006 (occur): Doc fix.
8007 (perform-replace): Make comment follow double space convention for
8008 the sake of `outline-minor-mode'.
8009
8010 * faces.el (facep): Doc fix.
8011
8012 2005-06-25 Richard M. Stallman <rms@gnu.org>
8013
8014 * facemenu.el (facemenu-enable-faces-p): New function.
8015 (facemenu-background-menu, facemenu-foreground-menu)
8016 (facemenu-face-menu): Add menu-enable property.
8017
8018 * jka-compr.el (jka-compr-insert-file-contents):
8019 Special handling if cannot find the uncompression program.
8020
8021 * cus-face.el (custom-face-attributes): Add autoload.
8022
8023 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8024 Bind comment-indent-function locally.
8025
8026 * window.el (save-selected-window): Use save-current-buffer.
8027
8028 * subr.el (with-selected-window): Use save-current-buffer.
8029
8030 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
8031 and with-current-buffer.
8032
8033 2005-06-24 Richard M. Stallman <rms@gnu.org>
8034
8035 * simple.el (line-move-1): Fix previous change.
8036
8037 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
8038
8039 * replace.el (occur-1): Set `buffer-read-only' and the
8040 buffer-modified flag before running `occur-hook' to protect
8041 against unintentional buffer switches that can lead to data loss.
8042
8043 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
8044
8045 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
8046 (gud-gdb-marker-filter): Use font-lock-warning-face for any
8047 initial error.
8048
8049 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
8050 after fresh input.
8051 (gdb-var-create-handler): Put name of expression in quotes.
8052
8053 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
8054
8055 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
8056 elements of RING in order, and without bogus nil elements.
8057
8058 2005-06-23 Richard M. Stallman <rms@gnu.org>
8059
8060 * simple.el (set-variable): Args renamed; doc fix.
8061 (line-move-1): When there are overlays around, use vertical-motion.
8062
8063 * faces.el (escape-glyph): Use brown against light background.
8064 (nobreak-space): Rename from no-break-space.
8065 Fix previous change.
8066
8067 * dired-aux.el (dired-do-copy): Fix arg prompt.
8068
8069 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
8070
8071 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8072
8073 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
8074 rather than "Distributor".
8075
8076 2005-06-23 Lute Kamstra <lute@gnu.org>
8077
8078 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
8079 (debug-on-entry): Use it. New interactive declaration that uses
8080 function-called-at-point.
8081
8082 2005-06-23 Kim F. Storm <storm@cua.dk>
8083
8084 * subr.el (save-match-data): Add comment about using evaporate arg
8085 to set-match-data.
8086
8087 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
8088
8089 * cus-edit.el (customize-face)
8090 (customize-face-other-window): Handle face aliases.
8091
8092 * faces.el (face-documentation, set-face-attribute)
8093 (face-spec-set): Handle face aliases.
8094
8095 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
8096
8097 * help-mode.el (help-make-xrefs): If a symbol representing a face
8098 name is not followed by the word "face", it could still be a
8099 function or variable name, so don't bypass other checks.
8100
8101 2005-06-22 Juri Linkov <juri@jurta.org>
8102
8103 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
8104 Replace aliased functions with calls where second arg `inherit' is t.
8105
8106 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
8107
8108 * progmodes/gdb-ui.el (gdb-error): New variable.
8109 (gdb-error): New function.
8110 (gdb-annotation-rules): Act on error-begin and error annotations.
8111 (gdb-concat-output): Use font-lock-warning-face for errors.
8112
8113 2005-06-22 Miles Bader <miles@gnu.org>
8114
8115 * bindings.el (propertized-buffer-identification): Use renamed
8116 `Buffer-menu-buffer' face.
8117
8118 * faces.el (vertical-border): Rename from `vertical-divider'.
8119 (escape-glyph): Change dark-background color back to `cyan'.
8120
8121 2005-06-21 Juri Linkov <juri@jurta.org>
8122
8123 * faces.el (face-user-default-spec): Try getting `customized-face'
8124 prior to `saved-face'.
8125 (frame-background-mode): Refill docstring.
8126
8127 * emacs-lisp/lisp-mode.el (eval-defun-1):
8128 * emacs-lisp/edebug.el (edebug-eval-defun):
8129 Set `saved-face' temporarily to nil before calling form.
8130 Set `customized-face' to the new spec after that.
8131
8132 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
8133
8134 * subr.el (1value, lambda, key-substitution-in-progress):
8135 Doc fixes.
8136
8137 * autoinsert.el (auto-insert-alist):
8138 * ses.el (ses-call-printer):
8139 * subr.el (noreturn):
8140 * emacs-lisp/lisp.el (check-parens):
8141 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
8142 * net/browse-url.el (browse-url-mosaic):
8143 * progmodes/cc-defs.el (c-safe-scan-lists):
8144 * progmodes/ebnf-abn.el (ebnf-abn-lex):
8145 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
8146 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
8147 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
8148 * progmodes/ebnf-iso.el (ebnf-iso-lex):
8149 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
8150
8151 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
8152
8153 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
8154
8155 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
8156
8157 * calendar/appt.el (appt-make-list): Activate the package, if
8158 not already active (for backwards compatibility).
8159
8160 2005-06-20 Kim F. Storm <storm@cua.dk>
8161
8162 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
8163
8164 2005-06-20 Miles Bader <miles@gnu.org>
8165
8166 * faces.el (vertical-divider): New face.
8167
8168 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
8169
8170 * simple.el (kill-whole-line): Doc fix.
8171 (next-error-buffer-p, next-error-find-buffer)
8172 (clone-indirect-buffer): Fix typos in docstrings.
8173 (comment-line-break-function): Doc fix: don't say variable
8174 is automatically buffer-local (it isn't).
8175
8176 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
8177
8178 * net/tramp-ftp.el (top):
8179 * net/tramp-smb.el (top):
8180 * net/tramp-util.el (top):
8181 * net/tramp-uu.el (top):
8182 * net/tramp-vc.el (top):
8183 * net/tramp.el (top): Revert copyright years back to original
8184 ones. Tramp has a life outside GNU Emacs.
8185
8186 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
8187
8188 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
8189
8190 2005-06-18 Juri Linkov <juri@jurta.org>
8191
8192 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
8193 end of first regexp to limit the match to the position between
8194 line number and source line with same separator character as used
8195 between file name and line number. In the second regexp limit
8196 mouse-face area to file name and line number by adding new group
8197 for them and referring it in HYPERLINK arg.
8198 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
8199 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
8200 previous line where grep markers may be already removed.
8201
8202 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
8203
8204 * progmodes/ps-mode.el: Update version and maintainer's email address.
8205
8206 2005-06-18 Steve Youngs <steve@xemacs.org>
8207
8208 * net/browse-url.el (browse-url-browser-function)
8209 (browse-url-default-browser): Add firefox.
8210 (browse-url-firefox-program, browse-url-firefox-arguments)
8211 (browse-url-firefox-startup-arguments)
8212 (browse-url-firefox-new-window-is-tab): New defcustoms.
8213 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
8214
8215 2005-06-17 Richard M. Stallman <rms@gnu.org>
8216
8217 * startup.el (command-line): Warn if specified user name has
8218 no home directory.
8219
8220 * term.el (term-get-old-input, term-input-filter, term-input-sender)
8221 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
8222
8223 * longlines.el (longlines-mode, longlines-show-hard-newlines):
8224 Doc fixes.
8225
8226 * faces.el (underline): Try bold if terminal doesn't support underline.
8227
8228 * mail/sendmail.el (mail-setup-with-from): New variable.
8229 (mail-insert-from-field): New function.
8230 (sendmail-send-it): Call it.
8231 (mail-setup): Optionally call it here.
8232
8233 * term/linux.el: Call tty-no-underline.
8234
8235 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
8236
8237 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
8238
8239 2005-06-17 Miles Bader <miles@gnu.org>
8240
8241 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
8242 (ediff-current-diff-C, ediff-current-diff-Ancestor)
8243 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
8244 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
8245 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
8246 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
8247 Remove "-face" suffix from face names.
8248 (ediff-current-diff-face-A, ediff-current-diff-face-B)
8249 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
8250 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
8251 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
8252 (ediff-even-diff-face-A, ediff-even-diff-face-B)
8253 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
8254 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
8255 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
8256 New backward-compatibility aliases for renamed faces.
8257 (ediff-current-diff-face-A, ediff-current-diff-face-B)
8258 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
8259 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
8260 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
8261 (ediff-even-diff-face-A, ediff-even-diff-face-B)
8262 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
8263 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
8264 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
8265 Use renamed ediff faces.
8266
8267 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
8268 Remove "-face" suffix from face names.
8269 (eshell-test-ok-face, eshell-test-failed-face):
8270 New backward-compatibility aliases for renamed faces.
8271 (eshell-run-test): Use renamed eshell-test faces.
8272
8273 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
8274 face name.
8275 (eshell-prompt-face): New backward-compatibility alias for renamed
8276 face.
8277 (eshell-emit-prompt): Use renamed eshell-prompt face.
8278
8279 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
8280 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
8281 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
8282 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
8283 Remove "-face" suffix from face names.
8284 (eshell-ls-directory-face, eshell-ls-symlink-face)
8285 (eshell-ls-executable-face, eshell-ls-readonly-face)
8286 (eshell-ls-unreadable-face, eshell-ls-special-face)
8287 (eshell-ls-missing-face, eshell-ls-archive-face)
8288 (eshell-ls-backup-face, eshell-ls-product-face)
8289 (eshell-ls-clutter-face):
8290 New backward-compatibility aliases for renamed faces.
8291 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
8292
8293 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
8294 Remove "-face" suffix from face name.
8295 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
8296 instead of literal face.
8297
8298 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
8299
8300 * emacs-lisp/warnings.el (display-warning, lwarn)
8301 (warning-minimum-log-level): Doc fixes.
8302 (warning-minimum-level, warning-minimum-log-level):
8303 Add :debug to :type choices.
8304
8305 * progmodes/ada-mode.el (ada-format-paramlist)
8306 (ada-get-indent-case, ada-check-matching-start)
8307 (ada-check-defun-name, ada-goto-matching-decl-start)
8308 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
8309 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
8310 (ada-make-subprogram-body): Follow error conventions.
8311 (ada-case-exception-file, ada-indent-comment-as-code)
8312 (ada-indent-handle-comment-special, ada-indent-renames)
8313 (ada-indent-return, ada-search-directories-internal)
8314 (ada-tab-policy, ada-case-exception-substring)
8315 (ada-other-file-alist, ada-matching-start-re)
8316 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
8317 (ada-imenu-generic-expression, ada-compile-goto-error)
8318 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
8319 (ada-popup-menu, ada-add-extensions, ada-mode)
8320 (ada-region-selected, ada-create-case-exception)
8321 (ada-create-case-exception-substring, ada-after-keyword-p)
8322 (ada-activate-keys-for-case, ada-adjust-case-region)
8323 (ada-adjust-case-buffer, ada-format-paramlist)
8324 (ada-scan-paramlist, ada-insert-paramlist)
8325 (ada-indent-newline-indent)
8326 (ada-indent-newline-indent-conditional)
8327 (ada-justified-indent-current, ada-goto-previous-word)
8328 (ada-indent-current, ada-get-indent-open-paren)
8329 (ada-get-indent-paramlist, ada-get-indent-end)
8330 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
8331 (ada-get-indent-block-start, ada-get-indent-subprog)
8332 (ada-get-indent-noindent, ada-get-indent-label)
8333 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
8334 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
8335 (ada-goto-stmt-end, ada-goto-next-word)
8336 (ada-check-matching-start, ada-check-defun-name)
8337 (ada-goto-matching-decl-start, ada-goto-matching-start)
8338 (ada-goto-matching-end, ada-search-ignore-string-comment)
8339 (ada-in-decl-p, ada-looking-at-semi-or)
8340 (ada-looking-at-semi-private, ada-in-paramlist-p)
8341 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
8342 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
8343 (ada-next-procedure, ada-previous-procedure, ada-next-package)
8344 (ada-previous-package, ada-create-menu)
8345 (ada-fill-comment-paragraph-justify)
8346 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
8347 (ada-other-file-name, ada-last-which-function-line)
8348 (ada-last-which-function-subprog, ada-which-function)
8349 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
8350 (ada-gen-treat-proc, ada-check-emacs-version)
8351 (ada-continuation-indent, ada-align-region-separate):
8352 Fix typos in docstrings.
8353 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
8354
8355 2005-06-16 Lute Kamstra <lute@gnu.org>
8356
8357 * simple.el (fundamental-mode): Run after-change-major-mode-hook
8358 conditionally.
8359
8360 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
8361
8362 * comint.el (comint-replace-by-expanded-filename)
8363 (comint-prompt-regexp, comint-delimiter-argument-list)
8364 (comint-preinput-scroll-to-bottom):
8365 * info.el (Info-hide-cookies-node):
8366 * ls-lisp.el (ls-lisp-classify):
8367 * find-file.el (ff-search-directories, ff-special-constructs)
8368 (ff-find-other-file):
8369 * font-lock.el (font-lock-keywords):
8370 * shell.el (shell-prompt-pattern)
8371 (shell-dynamic-complete-functions, shell-mode)
8372 (shell-delimiter-argument-list):
8373 * term.el (term-replace-by-expanded-filename)
8374 (term-prompt-regexp, term-delimiter-argument-list):
8375 * woman.el (woman-ignore, woman0-if):
8376 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
8377 * emacs-lisp/elint.el (elint-init-env):
8378 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
8379 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
8380 * language/ethio-util.el (ethio-tilde-escape)
8381 (ethio-use-three-dot-question):
8382 * net/zone-mode.el (zone-mode-load-time-setup):
8383 * progmodes/cc-align.el (c-lineup-argcont):
8384 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
8385 * progmodes/cperl-mode.el (cperl-set-style-back):
8386 * progmodes/inf-lisp.el (inferior-lisp-prompt):
8387 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
8388 Fix spellings in docstrings.
8389
8390 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
8391 * progmodes/modula2.el (m2-for): Fix spellings.
8392
8393 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
8394
8395 * simple.el (undo-more): Don't use `format' on `error' arguments.
8396 Improve argument/docstring consistency.
8397 (pending-undo-list): Doc fix.
8398
8399 * smerge-mode.el (smerge-ensure-match):
8400 * emulation/vip.el (vip-ex):
8401 * net/zone-mode.el (zone-mode-update-serial):
8402 * progmodes/idlwave.el (idlwave-complete):
8403 * progmodes/vhdl-mode.el (vhdl-visit-file)
8404 (vhdl-compose-wire-components):
8405 Don't use `format' on `error' arguments.
8406
8407 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
8408 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
8409 (tooltip-help-tips): Fix typos in docstrings.
8410
8411 2005-06-16 David Ponce <david@dponce.com>
8412
8413 * tree-widget.el (tree-widget-value-create): Simplify last change.
8414
8415 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
8416
8417 * ido.el (ido-incomplete-regexp): New variable.
8418 (ido-set-matches-1): Handle invalid-regexp error and set
8419 ido-incomplete-regexp.
8420 (ido-incomplete-regexp): New face.
8421 (ido-completions): Use it.
8422 (ido-complete, ido-exit-minibuffer, ido-completions):
8423 Handle incomplete regexps.
8424 (ido-completions): Add check for complete match when entering a regexp.
8425
8426 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8427
8428 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
8429
8430 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8431
8432 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
8433 by field delimiters.
8434
8435 2005-06-15 David Ponce <david@dponce.com>
8436
8437 * tree-widget.el: eval-and-compile inlined functions so they will
8438 be available at run-time too.
8439 (tree-widget-super-format-handler)
8440 (tree-widget-format-handler): Remove.
8441 (tree-widget-value-create): Handle the :indent property.
8442
8443 2005-06-15 Miles Bader <miles@gnu.org>
8444
8445 * progmodes/which-func.el (which-func): Only inherit
8446 `font-lock-function-name-face' when that makes sense against the
8447 default mode-line face, otherwise set the face color explicitly.
8448
8449 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
8450 faces instead of (non-existent) variables.
8451
8452 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8453
8454 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
8455 (iswitchb-get-matched-buffers): Likewise. Simplify.
8456
8457 2005-06-14 Miles Bader <miles@gnu.org>
8458
8459 * progmodes/ld-script.el (ld-script-location-counter):
8460 Remove "-face" suffix from face name.
8461 (ld-script-location-counter-face):
8462 New backward-compatibility alias for renamed face.
8463 (ld-script-location-counter-face): Use renamed face.
8464
8465 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
8466 (cperl-hash): Remove "-face" suffix from face names.
8467 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
8468 New backward-compatibility aliases for renamed faces.
8469 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
8470 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
8471
8472 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
8473 name.
8474 (which-func-face): New backward-compatibility alias for renamed face.
8475 (which-func-format): Use renamed which-func face.
8476
8477 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
8478 (vhdl-function, vhdl-directive, vhdl-reserved-word)
8479 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
8480 names.
8481 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
8482 (vhdl-speedbar-configuration, vhdl-speedbar-package)
8483 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
8484 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
8485 (vhdl-speedbar-architecture-selected)
8486 (vhdl-speedbar-configuration-selected)
8487 (vhdl-speedbar-package-selected)
8488 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
8489 names.
8490 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
8491 Use renamed faces.
8492 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
8493 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
8494 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
8495 Use renamed faces.
8496 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
8497 names.
8498 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
8499 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
8500 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
8501 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
8502 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
8503 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
8504
8505 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
8506 face name.
8507 (sh-heredoc-face): New backward-compatibility alias for renamed face.
8508 (sh-heredoc-face): Use renamed sh-heredoc face.
8509
8510 * progmodes/idlw-help.el (idlwave-help-link):
8511 Remove "-face" suffix from face name.
8512 (idlwave-help-link-face):
8513 New backward-compatibility alias for renamed face.
8514 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
8515
8516 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
8517 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
8518 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
8519 New backward-compatibility aliases for renamed faces.
8520 (idlwave-shell-disabled-breakpoint-face)
8521 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
8522
8523 * progmodes/flymake.el (flymake-errline, flymake-warnline):
8524 Remove "-face" suffix from face names.
8525 (flymake-errline-face, flymake-warnline-face):
8526 New backward-compatibility aliases for renamed faces.
8527 (flymake-highlight-line): Use renamed flymake faces.
8528
8529 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
8530 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
8531 (ebrowse-member-class, ebrowse-progress):
8532 Remove "-face" suffix from face names.
8533 (ebrowse-tree-mark-face, ebrowse-root-class-face)
8534 (ebrowse-file-name-face, ebrowse-default-face)
8535 (ebrowse-member-attribute-face, ebrowse-member-class-face)
8536 (ebrowse-progress-face):
8537 New backward-compatibility aliases for renamed faces.
8538 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
8539 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
8540 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
8541 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
8542
8543 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
8544 antlr-syntax)
8545 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
8546 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
8547 names.
8548 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
8549 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
8550 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
8551 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
8552 backward-compatibility aliases for renamed faces.
8553 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
8554 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
8555 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
8556 remove "font-lock-". Use renamed antlr-mode faces.
8557 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
8558 literal face-names with face variable references.
8559
8560 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
8561 face name.
8562 (Buffer-menu-buffer-face): New backward-compatibility alias for
8563 renamed face.
8564 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
8565
8566 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
8567
8568 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
8569 Eliminate "-face" suffix.
8570 (makefile-targets): Inherit from font-lock-function-name-face and
8571 eliminate "-face" suffix.
8572 (makefile-shell): Remove attributes and eliminate "-face" suffix.
8573 (makefile-*-font-lock-keywords): Append makefile-targets in rule
8574 actions, instead of prepending, to make it less visible.
8575 (makefile-previous-dependency, makefile-match-dependency):
8576 Don't match a target on a continuation line.
8577
8578 * files.el (auto-mode-alist): Put Makefile in gmake mode.
8579
8580 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
8581
8582 * progmodes/gdb-ui.el (menu): Re-order menu items.
8583 (gdb-tooltip-print): Respect tooltip-use-echo-area.
8584
8585 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
8586 Define in tooltip.el.
8587 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
8588 (gud-tooltip-tips): Respect tooltip-use-echo-area and
8589 gud-tooltip-echo-area.
8590
8591 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
8592 backward compatibility and make obsolete.
8593 (tooltip-help-tips): Use tooltip-use-echo-area.
8594 (tooltip-show-help-function): Rename to...
8595 (tooltip-show-help): ...this, because it is a function.
8596 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
8597
8598 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8599
8600 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
8601 (edebug-print-length, edebug-print-level, edebug-print-circle)
8602 (edebug-modify-breakpoint, edebug-eval-last-sexp)
8603 (edebug-eval-print-last-sexp): Doc fixes.
8604
8605 2005-06-14 Kim F. Storm <storm@cua.dk>
8606
8607 * ido.el (ido-mode): Make a new keymap every time we enable ido,
8608 as the coverage buffer/file/both may change.
8609
8610 2005-06-14 Lute Kamstra <lute@gnu.org>
8611
8612 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
8613 and run-mode-hooks. Simplify.
8614
8615 * mail/rmailedit.el (rmail-edit-mode):
8616 * progmodes/octave-inf.el (inferior-octave-mode):
8617 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
8618
8619 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
8620 and run-mode-hooks.
8621 (recentf-edit-list, recentf-open-files): Don't call
8622 kill-all-local-variables directly.
8623
8624 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
8625
8626 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
8627
8628 * emacs-lisp/byte-run.el (make-obsolete)
8629 (define-obsolete-function-alias): Rename arguments FUNCTION and
8630 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
8631 (make-obsolete-variable, define-obsolete-variable-alias):
8632 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
8633 respectively.
8634
8635 * isearchb.el (isearchb-activate):
8636 * pcvs.el (cvs-mode):
8637 * ses.el (ses-load):
8638 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
8639 * net/tramp.el (tramp-find-file-exists-command)
8640 (tramp-find-shell):
8641 * progmodes/ada-mode.el (ada-create-case-exception)
8642 (ada-create-case-exception-substring, ada-make-subprogram-body):
8643 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8644 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
8645 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
8646 * textmodes/org.el (org-promote, org-evaluate-time-range)
8647 (org-agenda-next-date-line, org-agenda-previous-date-line)
8648 (org-agenda-error, org-open-at-point, org-table-move-row)
8649 (org-format-table-table-html-using-table-generate-source)
8650 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
8651 * textmodes/reftex.el (reftex-access-scan-info):
8652 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
8653 (reftex-toc-promote-prepare): Follow error conventions.
8654
8655 * diff-mode.el (diff-mode): Fix typo in docstring.
8656
8657 * forms.el (forms--intuit-from-file): Fix reference to
8658 `forms-number-of-fields' in error message.
8659 (forms-print): Fix quoting in error message.
8660
8661 * forms.el (forms-mode):
8662 * emulation/vi.el (vi-goto-insert-state):
8663 * progmodes/flymake.el (flymake-new-err-info)
8664 (flymake-start-syntax-check-for-current-buffer)
8665 (flymake-simple-cleanup):
8666 * eshell/esh-var.el (eshell/export):
8667 * progmodes/gud.el (xdb):
8668 * textmodes/flyspell.el (flyspell-incorrect-hook)
8669 (flyspell-maybe-correct-transposition)
8670 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
8671
8672 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
8673
8674 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
8675 minibuffer prompt.
8676
8677 2005-06-13 Kim F. Storm <storm@cua.dk>
8678
8679 * subr.el (add-to-ordered-list): New defun.
8680
8681 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
8682 add cua--keymap-alist to emulation-mode-map-alists.
8683
8684 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8685
8686 * subr.el (complete-in-turn): New macro.
8687 (dynamic-completion-table, lazy-completion-table): Add debug info.
8688
8689 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
8690 in preference to face aliases.
8691
8692 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
8693 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
8694 Remove unused vars `start' and `firstline'.
8695 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
8696 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
8697
8698 2005-06-13 Eli Zaretskii <eliz@gnu.org>
8699
8700 * cus-start.el (all): Don't complain about missing GTK-related
8701 variables, unless either `gtk' is boundp or this isn't a
8702 `windows-nt' build.
8703
8704 2005-06-13 Lute Kamstra <lute@gnu.org>
8705
8706 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
8707 run-mode-hooks.
8708
8709 * ediff-mult.el (ediff-meta-mode):
8710 * ediff-util.el (ediff-mode): Use run-mode-hooks.
8711
8712 * ledit.el (ledit-mode): Use delay-mode-hooks.
8713
8714 * woman.el (woman-mode-line-format): Delete constant.
8715 (woman-mode-map): Initialize it properly.
8716 (woman-mode): Set mode-class property to special.
8717 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
8718 Set major-mode and mode-name. Don't set mode-line-format directly.
8719 (Man-getpage-in-background): Don't reference woman-mode-line-format.
8720
8721 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
8722 string argument obsolete.
8723
8724 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
8725
8726 * textmodes/org.el (org-CUA-compatible): New option.
8727 (org-disputed-keys): New variable.
8728 (org-key): New function.
8729 (orgtbl-make-binding): Add docstring to the created function.
8730 (org-mode): Set paragraph start/separate regexps.
8731 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
8732 (org-archive-location, org-archive-mark-done)
8733 (org-archive-stamp-time): New options.
8734 (org-archive-subtree): New command.
8735 (org-fill-paragraph): New function.
8736 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
8737 (org-fake-empty-table-line): Function removed.
8738 (org-format-org-table-html): Do not create empty table lines at
8739 separator lines. Improved table header treatment.
8740 (org-link-format): New option.
8741 (org-make-link): New function.
8742 (org-insert-link, org-store-link): Use org-make-link.
8743 (org-open-file): Quote file name for shell command, to allow
8744 spaces in file names.
8745 (org-link-regexp): Fix bug with mailto link.
8746 (org-link-maybe-angles-regexp, org-protected-link-regexp):
8747 New constants.
8748 (org-export-as-html): Deal with the optional angles around a link.
8749 Better treatment of file: links.
8750 (org-open-at-point): Replace @{ and @} with < and >.
8751 (org-run-mode-hooks): Function removed.
8752 (org-agenda-mode): No longer use `org-run-mode-hooks'.
8753
8754 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
8755
8756 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
8757 MI command -data-list-register-values.
8758 (gdb-post-prompt): Indent properly.
8759
8760 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
8761
8762 * hilit-chg.el (highlight-changes-colors): Rename from
8763 `highlight-changes-colours'.
8764 (highlight-changes-colours): Keep as obsolete alias.
8765 (highlight-changes-face-list): Doc fix.
8766 (hilit-chg-make-list): Use `highlight-changes-colors'.
8767
8768 2005-06-12 Mark A. Hershberger <mah@everybody.org>
8769
8770 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
8771 defun-prompt-regexp.
8772
8773 2005-06-12 Eli Zaretskii <eliz@gnu.org>
8774
8775 * loadup.el: Don't say we are dumping under 2 names on windows-nt
8776 and cygwin.
8777
8778 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8779 Don't use an old loaddefs.el, as in Makefile.in.
8780
8781 2005-06-12 Lute Kamstra <lute@gnu.org>
8782
8783 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
8784
8785 * man.el (Man-mode-map): Initialize it properly.
8786 (Man-mode): Set mode-class property to special.
8787
8788 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
8789
8790 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8791
8792 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
8793 A newline is needed in the docstring there.
8794
8795 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
8796 Doc fixes.
8797
8798 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8799
8800 * printing.el: Doc fix. The menubar is no more changed when printing
8801 is loaded, it only changes when pr-menu-bind or pr-update-menus is
8802 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
8803 (pr-version): New version number (6.8.4).
8804 (pr-menu-bind): New command.
8805 (pr-update-menus): Docstring and code fix.
8806 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
8807 Docstring fix.
8808 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
8809 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
8810
8811 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
8812
8813 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
8814 "Returns" to "return", document useful return values, etc.
8815
8816 2005-06-11 Alan Mackenzie <acm@muc.de>
8817
8818 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
8819 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
8820 (adaptive-file-function): Minor amendment to doc-string.
8821
8822 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8823
8824 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
8825 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
8826 Fix :type--it is `integer', not `string'.
8827
8828 * faces.el (modeline-highlight): Rename from (the erroneous)
8829 `modeline-higilight'.
8830
8831 2005-06-11 Lute Kamstra <lute@gnu.org>
8832
8833 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
8834 lisp-interaction-mode-map but make it the parent.
8835 (edebug-eval-mode): Use define-derived-mode.
8836
8837 2005-06-11 Andreas Schwab <schwab@suse.de>
8838
8839 * bindings.el: Add binding of `ESC functionkey' for every
8840 `M-functionkey'.
8841 * hexl.el (hexl-mode-map): Likewise.
8842
8843 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
8844
8845 * progmodes/compile.el (compilation-error-regexp-alist-alist)
8846 [msft]: update regexp for newer msft compilers.
8847
8848 2005-06-10 Mark A. Hershberger <mah@everybody.org>
8849
8850 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
8851 ATTLIST portions of included DTDs.
8852 (xml-parse-dtd): Eliminate use of inefficient match-data.
8853
8854 2005-06-10 Miles Bader <miles@gnu.org>
8855
8856 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8857 (mpuz-text): Remove "-face" suffix from face names.
8858 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
8859 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
8860 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
8861
8862 * play/gomoku.el (gomoku-O, gomoku-X):
8863 Remove "-face" suffix from face names.
8864 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
8865 New backward-compatibility aliases for renamed faces.
8866 (gomoku-font-lock-keywords): Use renamed gomoku faces.
8867
8868 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
8869
8870 * thumbs.el: Fixes for changes of 2005-06-09.
8871 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
8872 as a directory.
8873 (thumbs-thumbname): Remove directory separator from format string;
8874 `thumbs-thumbsdir' now returns a valid directory name.
8875 (thumbs-temp-dir): New defsubst.
8876 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
8877 Use it.
8878
8879 * cus-edit.el (minibuffer):
8880 * files.el (make-backup-file-name-function):
8881 * filesets.el (filesets-external-viewers):
8882 * hilit-chg.el (highlight-changes-colours)
8883 (highlight-changes-face-list, highlight-changes-rotate-faces):
8884 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
8885 * kmacro.el (kmacro-call-macro):
8886 * log-edit.el (log-edit-changelog-full-paragraphs):
8887 * mouse.el (mouse-1-click-follows-link):
8888 * skeleton.el (skeleton-autowrap):
8889 * subr.el (insert-for-yank-1):
8890 * tempo.el (tempo-insert-region):
8891 * terminal.el (terminal-emulator):
8892 * time.el (display-time-mail-face):
8893 * vc.el (vc-annotate):
8894 * vcursor.el (vcursor-copy-line):
8895 * woman.el (woman-bold-headings, woman-ignore)
8896 (woman-default-faces, woman-monochrome-faces):
8897 * calendar/todo-mode.el (todo-insert-threshold):
8898 * emulation/pc-select.el (pc-select-selection-keys-only)
8899 (pc-selection-mode):
8900 * emulation/vip.el (vip-find-char-forward):
8901 * emulation/viper-cmd.el (viper-find-char-forward):
8902 * international/mule-cmds.el
8903 (select-safe-coding-system-accept-default-p)
8904 (input-method-exit-on-invalid-key):
8905 * international/mule-diag.el (describe-coding-system):
8906 * international/ucs-tables.el (unify-8859-on-encoding-mode):
8907 * net/browse-url.el (browse-url-xterm-program):
8908 * obsolete/lazy-lock.el (lazy-lock-mode):
8909 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
8910 (cperl-mode):
8911 * progmodes/cpp.el (cpp-face-light-name-list)
8912 (cpp-face-dark-name-list):
8913 * progmodes/delphi.el (delphi-newline-always-indents):
8914 Fix spellings in docstrings.
8915
8916 * ido.el (ido-mode, ido-file-extensions-order)
8917 (ido-default-file-method, ido-default-buffer-method)
8918 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
8919 (ido-decorations, ido-read-file-name-as-directory-commands)
8920 (ido-read-file-name-non-ido, ido-work-directory-list)
8921 (ido-ignore-item-temp-list, ido-current-directory)
8922 (ido-magic-forward-char, ido-enter-find-file)
8923 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
8924 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
8925
8926 2005-06-10 Lute Kamstra <lute@gnu.org>
8927
8928 * play/dunnet.el (dun-mode): Use define-derived-mode.
8929 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
8930 obsolete alias.
8931
8932 * play/doctor.el (doctor-mode-map): Remove defvar.
8933 (doctor-mode): Use define-derived-mode.
8934
8935 * mail/mspools.el (mspools-mode):
8936 * net/eudc-hotlist.el (eudc-hotlist-mode):
8937 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
8938
8939 2005-06-10 Miles Bader <miles@gnu.org>
8940
8941 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8942 Remove "-face" suffix from face names.
8943 (flyspell-incorrect-face, flyspell-duplicate-face):
8944 New backward-compatibility aliases for renamed faces.
8945 (flyspell-mode-on, make-flyspell-overlay)
8946 (flyspell-highlight-incorrect-region)
8947 (flyspell-highlight-duplicate-region)
8948 (flyspell-display-next-corrections)
8949 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
8950
8951 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
8952 from face name.
8953 (texinfo-heading-face): New backward-compatibility alias for
8954 renamed face.
8955 (texinfo-heading-face): Use renamed texinfo-heading face.
8956
8957 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
8958 suffix from face names.
8959 (tex-math-face, tex-verbatim-face):
8960 New backward-compatibility aliases for renamed faces.
8961 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
8962 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
8963 literal face name.
8964
8965 * textmodes/table.el (table-cell): Remove "-face" suffix from face
8966 name.
8967 (table-cell-face): New backward-compatibility alias for renamed face.
8968 (table--put-cell-face-property, table--update-cell-face):
8969 Use renamed table-cell face.
8970
8971 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
8972 from face name.
8973 (sgml-namespace-face): New backward-compatibility alias for
8974 renamed face.
8975 (sgml-namespace-face): Use renamed sgml-namespace face.
8976
8977 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
8978 (org-level-4, org-level-5, org-level-6, org-level-7)
8979 (org-level-8, org-warning, org-headline-done)
8980 (org-deadline-announce, org-scheduled-today)
8981 (org-scheduled-previously, org-link, org-done, org-table)
8982 (org-time-grid): Remove "-face" suffix from face names.
8983 (org-level-1-face, org-level-2-face, org-level-3-face)
8984 (org-level-4-face, org-level-5-face, org-level-6-face)
8985 (org-level-7-face, org-level-8-face, org-warning-face)
8986 (org-headline-done-face, org-deadline-announce-face)
8987 (org-scheduled-today-face, org-scheduled-previously-face)
8988 (org-link-face, org-done-face, org-table-face)
8989 (org-time-grid-face):
8990 New backward-compatibility aliases for renamed faces.
8991 (org-level-faces, org-set-font-lock-defaults, org-timeline)
8992 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
8993 (org-agenda-get-timestamps, org-agenda-get-scheduled)
8994 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
8995
8996 * emulation/viper-init.el (viper-search, viper-replace-overlay)
8997 (viper-minibuffer-emacs, viper-minibuffer-insert)
8998 (viper-minibuffer-vi): Remove "-face" suffix from face names.
8999 (viper-search-face, viper-replace-overlay-face)
9000 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
9001 (viper-minibuffer-vi-face):
9002 New backward-compatibility aliases for renamed faces.
9003 (viper-search-face, viper-replace-overlay-face)
9004 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
9005 (viper-minibuffer-vi-face): Use renamed viper faces.
9006
9007 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
9008 Remove "-face" suffix from face names.
9009 (testcover-nohits-face, testcover-1value-face):
9010 New backward-compatibility aliases for renamed faces.
9011 (testcover-mark): Use renamed testcover faces.
9012
9013 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
9014 face name.
9015 (diary-button-face): New backward-compatibility alias for renamed face.
9016 (diary-entry): Use renamed diary-button face.
9017
9018 * calendar/calendar.el (diary, calendar-today, holiday)
9019 (mark-visible-calendar-date): Remove "-face" suffix from face names.
9020 (diary-face, calendar-today-face, holiday-face):
9021 New backward-compatibility aliases for renamed faces.
9022 (eval-after-load "facemenu", diary-entry-marker)
9023 (calendar-today-marker, calendar-holiday-marker, diary-face):
9024 Use renamed calendar faces.
9025
9026 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
9027 (compare-windows-face): New backward-compatibility alias for
9028 renamed face.
9029 (compare-windows-highlight): Use renamed compare-windows face.
9030
9031 * strokes.el (strokes-char): Remove "-face" suffix from face name.
9032 (strokes-char-face): New backward-compatibility alias for renamed face.
9033 (strokes-encode-buffer): Use renamed strokes-char face.
9034
9035 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
9036 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
9037 Remove "-face" suffix from face names.
9038 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9039 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9040 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
9041 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
9042 Use renamed pcvs faces.
9043 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
9044 * pcvs-defs.el (cvs-mode-map): Likewise.
9045 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
9046
9047 * info.el (info-title-1, info-title-2, info-title-3)
9048 (info-title-4): Remove "-face" suffix from and downcase face names.
9049 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9050 (Info-title-4-face):
9051 New backward-compatibility aliases for renamed faces.
9052 (Info-fontify-node): Use renamed info faces.
9053
9054 * hilit-chg.el (highlight-changes, highlight-changes-delete):
9055 Remove "-face" suffix from face names.
9056 (highlight-changes-face, highlight-changes-delete-face):
9057 New backward-compatibility aliases for renamed faces.
9058 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
9059 (hilit-chg-make-list): Use renamed highlight-changes faces.
9060
9061 * generic-x.el (show-tabs-tab, show-tabs-space):
9062 Remove "-face" suffix from face names.
9063 (show-tabs-tab-face, show-tabs-space-face):
9064 New backward-compatibility aliases for renamed faces.
9065 (show-tabs-generic-mode-font-lock-defaults-1)
9066 (show-tabs-generic-mode-font-lock-defaults-2):
9067 Use renamed show-tabs faces.
9068
9069 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
9070 (smerge-markers): Remove "-face" suffix from face names.
9071 (smerge-mine-face, smerge-other-face, smerge-base-face)
9072 (smerge-markers-face):
9073 New backward-compatibility aliases for renamed faces.
9074 (smerge-mine-face, smerge-other-face, smerge-base-face)
9075 (smerge-markers-face): Use renamed smerge faces.
9076
9077 * log-view.el (log-view-file, log-view-message): Remove "-face"
9078 suffix from face names.
9079 (log-view-file-face, log-view-message-face):
9080 New backward-compatibility aliases for renamed faces.
9081 (log-view-file-face, log-view-message-face): Use renamed log-view
9082 faces.
9083
9084 * paren.el (show-paren-match, show-paren-mismatch):
9085 Remove "-face" suffix from face names.
9086 (show-paren-match-face, show-paren-mismatch-face):
9087 New backward-compatibility aliases for renamed faces.
9088 (show-paren-function): Use renamed show-paren faces.
9089
9090 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
9091 (ruler-mode-margins, ruler-mode-fringes)
9092 (ruler-mode-column-number, ruler-mode-fill-column)
9093 (ruler-mode-comment-column, ruler-mode-goal-column)
9094 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
9095 suffix from face names.
9096 (ruler-mode-default-face, ruler-mode-pad-face)
9097 (ruler-mode-margins-face, ruler-mode-fringes-face)
9098 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
9099 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
9100 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
9101 New backward-compatibility aliases for renamed faces.
9102 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
9103 (ruler-mode-column-number, ruler-mode-fill-column)
9104 (ruler-mode-comment-column, ruler-mode-goal-column)
9105 (ruler-mode-tab-stop, ruler-mode-current-column)
9106 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
9107 faces.
9108
9109 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
9110 face name.
9111 (whitespace-highlight-the-space): Use renamed face.
9112 (whitespace-highlight-face): New backward-compatibility alias for
9113 renamed face.
9114
9115 * woman.el (woman-italic, woman-bold, woman-unknown)
9116 (woman-addition, woman-symbol-face):
9117 Remove "-face" suffix from face names.
9118 (woman-italic-face, woman-bold-face, woman-unknown-face)
9119 (woman-addition-face):
9120 New backward-compatibility aliases for renamed faces.
9121 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
9122 (woman-decode-region, woman-replace-match)
9123 (woman-display-extended-fonts, woman-special-characters)
9124 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
9125 Use renamed woman faces.
9126
9127 * longlines.el (longlines-visible-face): Face removed.
9128
9129 * diff-mode.el (diff-header, diff-file-header, diff-index)
9130 (diff-hunk-header, diff-removed, diff-added, diff-changed)
9131 (diff-function, diff-context, diff-nonexistent): Remove "-face"
9132 suffix from face names.
9133 (diff-header-face, diff-file-header-face, diff-index-face)
9134 (diff-hunk-header-face, diff-removed-face, diff-added-face)
9135 (diff-changed-face, diff-function-face, diff-context-face)
9136 (diff-nonexistent-face): New backward-compatibility aliases for
9137 renamed faces.
9138 (diff-header-face, diff-file-header-face)
9139 (diff-index, diff-index-face, diff-hunk-header)
9140 (diff-hunk-header-face, diff-removed, diff-removed-face)
9141 (diff-added, diff-added-face, diff-changed-face, diff-function)
9142 (diff-function-face, diff-context-face, diff-nonexistent)
9143 (diff-nonexistent-face): Use renamed diff-mode faces.
9144
9145 * progmodes/compile.el (compilation-warning-face)
9146 (compilation-info-face): Remove "-face" suffix from face names.
9147 (compilation-warning-face, compilation-info-face):
9148 New backward-compatibility aliases for renamed faces.
9149 (compilation-warning-face, compilation-info-face):
9150 Use renamed compilation faces.
9151
9152 * add-log.el (change-log-date, change-log-name)
9153 (change-log-email, change-log-file, change-log-list)
9154 (change-log-conditionals, change-log-function)
9155 (change-log-acknowledgement): Remove "-face" suffix from face names.
9156 (change-log-date-face, change-log-name-face)
9157 (change-log-email-face, change-log-file-face)
9158 (change-log-list-face, change-log-conditionals-face)
9159 (change-log-function-face, change-log-acknowledgement-face):
9160 New backward-compatibility aliases for renamed faces.
9161 (change-log-font-lock-keywords): Use renamed change-log faces.
9162
9163 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
9164 (custom-set, custom-changed, custom-saved, custom-button)
9165 (custom-button-pressed, custom-documentation, custom-state)
9166 (custom-comment, custom-comment-tag, custom-variable-tag)
9167 (custom-variable-button, custom-face-tag, custom-group-tag-1)
9168 (custom-group-tag): Remove "-face" suffix from face names.
9169 (custom-magic-alist, custom-magic-value-create)
9170 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
9171 (custom-invalid-face, custom-rogue-face, custom-modified-face)
9172 (custom-set-face, custom-changed-face, custom-saved-face)
9173 (custom-button-face, custom-button-pressed-face)
9174 (custom-documentation-face, custom-state-face)
9175 (custom-comment-face, custom-comment-tag-face)
9176 (custom-variable-tag-face, custom-variable-button-face)
9177 (custom-face-tag-face, custom-group-tag-face-1)
9178 (custom-group-tag-face):
9179 New backward-compatibility aliases for renamed faces.
9180
9181 * wid-edit.el (widget-documentation, widget-button)
9182 (widget-field, widget-single-line-field, widget-inactive)
9183 (widget-button-pressed): "-face" suffix removed from face names.
9184 (widget-documentation-face, widget-button-face)
9185 (widget-field-face, widget-single-line-field-face)
9186 (widget-inactive-face, widget-button-pressed-face):
9187 New backward-compatibility aliases for renamed faces.
9188 (widget-documentation-face, widget-button-face)
9189 (widget-button-pressed-face, widget-specify-field)
9190 (widget-specify-inactive): Use renamed widget faces.
9191
9192 2005-06-10 Kenichi Handa <handa@m17n.org>
9193
9194 * term/x-win.el (x-clipboard-yank): Remove condition-case
9195 wrapping.
9196
9197 2005-06-11 Kenichi Handa <handa@m17n.org>
9198
9199 * add-log.el (change-log-font-lock-keywords): Make the regexp for
9200 date lines stricter.
9201
9202 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
9203
9204 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
9205 of x-get-selection.
9206
9207 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
9208
9209 * comint.el (comint-mode, comint-snapshot-last-prompt):
9210 * frame.el (frame-current-scroll-bars):
9211 * term.el (term-mode, term-check-proc, term-input-sender)
9212 (term-simple-send, term-extract-string, term-word)
9213 (term-match-partial-filename):
9214 * window.el (window-current-scroll-bars):
9215 * emulation/cua-base.el (cua-normal-cursor-color)
9216 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
9217 (cua-global-mark-cursor-color):
9218 * mail/undigest.el (rmail-forward-separator-regex):
9219 Fix typos in docstrings.
9220
9221 * comint.el (comint-check-proc, make-comint-in-buffer)
9222 (comint-source-default): Doc fixes.
9223
9224 * term.el (term-send-string): Improve argument/docstring consistency.
9225
9226 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
9227
9228 * comint.el (comint-send-input): Bind `inhibit-read-only' around
9229 call to `delete-region'.
9230 (comint-mode-hook): Do not enable Font Lock by default.
9231
9232 2005-06-09 Lute Kamstra <lute@gnu.org>
9233
9234 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
9235 could be void.
9236
9237 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9238
9239 * emacs-lisp/debug.el (debugger-will-be-back): New var.
9240 (debug): Use it.
9241 (debugger-step-through, debugger-continue, debugger-jump)
9242 (debugger-return-value): Set it when needed.
9243 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
9244 Use inhibit-read-only.
9245
9246 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
9247
9248 * window.el (shrink-window-if-larger-than-buffer)
9249 (window-size-fixed): Fix typo in docstring.
9250
9251 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
9252 thumbnails directory on loading.
9253 (thumbs-conversion-program): Use `eq' to check the system type,
9254 not `equal'.
9255 (thumbs-temp-dir): Initialize to `temporary-file-directory',
9256 not "/tmp". Fix docstring.
9257 (thumbs-thumbsdir): New function to return the thumbnails
9258 directory, creating it if needed.
9259 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
9260 (thumbs-temp-file): Delete variable and make it into a function.
9261 (thumbs-resize-image, thumbs-modify-image): Use it.
9262 (thumbs-kill-buffer): Simplify.
9263 (thumbs-gensym): Defalias or duplicate CL `gensym'.
9264 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
9265 docstrings.
9266
9267 2005-06-09 Kim F. Storm <storm@cua.dk>
9268
9269 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
9270 set-match-data to free markers in match-data.
9271
9272 * replace.el (replace-match-data): Pass RESEAT arg `t' to
9273 match-data to unchain markers in match-data.
9274
9275 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9276
9277 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
9278 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
9279 unnecessary now.
9280
9281 2005-06-08 Richard M. Stallman <rms@gnu.org>
9282
9283 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
9284 give the variable a doc string that doesn't say don't set it directly.
9285
9286 * textmodes/ispell.el (ispell-check-version):
9287 Use match-string-no-properties.
9288 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
9289 (ispell-buffer-local-words): Likewise.
9290
9291 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
9292 except on terminals with enough colors to really display it.
9293 (makefile-dependency-regex): Delete spurious `bb'.
9294
9295 * faces.el (escape-glyph): Use blue once again in last case.
9296 (no-break-space): Redefine so that it isn't invisible on a tty.
9297
9298 2005-06-08 Kim F. Storm <storm@cua.dk>
9299
9300 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
9301 also when reading directory name.
9302
9303 2005-06-08 Lute Kamstra <lute@gnu.org>
9304
9305 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
9306 (flyspell-mode-line-string): Remove autoload cookie.
9307 (flyspell-mode): Remove defvar.
9308
9309 2005-06-07 Lute Kamstra <lute@gnu.org>
9310
9311 * textmodes/org.el (org-run-mode-hooks): New function.
9312 (org-agenda-mode): Use it.
9313
9314 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
9315
9316 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
9317
9318 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9319
9320 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
9321
9322 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
9323
9324 * font-lock.el (font-lock-add-keywords): Doc fix.
9325
9326 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9327
9328 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
9329 (tex-compile-default): In the absence of any history, use the order in
9330 tex-compile-alist to choose the preferred command.
9331 (tex-compile-commands): Reorder a bit.
9332
9333 * textmodes/flyspell.el (flyspell-auto-correct-binding)
9334 (flyspell-incorrect-face, flyspell-duplicate-face):
9335 Use (X)Emacs-agnostic code.
9336 (flyspell-mode-map): Don't overwrite at each load. Remove code
9337 redundant with the subsequent add-minor-mode. Merge Emacs and
9338 XEmacs code.
9339 (flyspell-word): Minor simplification.
9340 (flyspell-math-tex-command-p): Quieten the byte-compiler.
9341 (flyspell-external-point-words): Remove unused vars `size' and `start'.
9342 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
9343 Merge the corresponding Emacs code.
9344 (flyspell-correct-word, flyspell-xemacs-popup):
9345 Use flyspell-do-correct.
9346
9347 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
9348 a dedicated window.
9349
9350 * international/latexenc.el (latexenc-find-file-coding-system):
9351 Undo part of last patch, to turn off a compiler warning.
9352
9353 2005-06-06 Juri Linkov <juri@jurta.org>
9354
9355 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
9356 Rename `tmm-inactive-face' to `tmm-inactive'.
9357
9358 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
9359
9360 * iswitchb.el: Rename faces.
9361
9362 2005-06-06 Kim F. Storm <storm@cua.dk>
9363
9364 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
9365 (cua-global-mark): Remove -face suffix from face names.
9366
9367 * emulation/cua-gmrk.el (cua--init-global-mark):
9368 Remove cua-global-mark face setup.
9369
9370 2005-06-06 Richard M. Stallman <rms@gnu.org>
9371
9372 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
9373 just like other allowed characters.
9374 (makefile-match-dependency): Exclude leading and training whitespace
9375 from the range of regexp subexp 1.
9376 (makefile-macroassign-regex): Don't try to match the body,
9377 just the name of the macro being defined.
9378
9379 * info.el (Info-read-node-name-2): New function.
9380 (Info-read-node-name-1): Use that.
9381 Add a completion-base-size-function property.
9382
9383 * simple.el (completion-setup-function): Look for
9384 completion-base-size-function property of minibuffer-completion-table.
9385
9386 * files.el (locate-file-completion): Doc fix.
9387
9388 * printing.el: Don't call pr-update-menus; user must do that.
9389
9390 * emacs-lisp/debug.el (debugger-window): New variable.
9391 (debug): Use debugger-window if it is set and still alive.
9392 Record debugger-window for next entry.
9393
9394 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
9395
9396 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
9397
9398 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
9399 (hack-one-local-variable, hack-local-variables)
9400 (hack-local-variables-prop-line): Pass that arg.
9401
9402 2005-06-06 Kim F. Storm <storm@cua.dk>
9403
9404 * ido.el (ido-first-match, ido-only-match, ido-subdir)
9405 (ido-indicator): Remove -face suffix from face names.
9406
9407 2005-06-06 Juri Linkov <juri@jurta.org>
9408
9409 * font-lock.el (font-lock-regexp-backslash)
9410 (font-lock-regexp-backslash-construct): New faces.
9411 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
9412 after `('. Add `while-no-input' to control structures.
9413
9414 * faces.el (no-break-space, shadow): New faces.
9415 (escape-glyph): Use less loud colors pink2 and red4.
9416
9417 * diff-mode.el (diff-context-face)
9418 * dired.el (dired-ignored)
9419 * rfn-eshadow.el (file-name-shadow)
9420 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
9421
9422 * info.el (Info-title-1-face): Use green instead of yellow because
9423 bold yellow is not readable on light backgrounds.
9424
9425 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
9426 before selecting the desired mode to not spend time fontifying
9427 old contents.
9428
9429 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
9430
9431 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
9432 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
9433
9434 * ps-print.el (ps-default-fg, ps-default-bg):
9435 Fix typos in docstrings.
9436
9437 * isearchb.el (isearchb): Don't pass a spurious second argument to
9438 `iswitchb-completions'.
9439
9440 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
9441
9442 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
9443 to preserve point.
9444 (gdb-find-file-hook): Add doc string.
9445
9446 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
9447 C dereferenced pointer expression.
9448 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
9449
9450 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
9451
9452 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
9453 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
9454 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
9455 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
9456 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
9457 Make background transparent.
9458
9459 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
9460
9461 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
9462 (font-lock-remove-keywords): Doc fix.
9463 (font-lock-mode-major-mode): Compiler defvar.
9464 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
9465
9466 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
9467 (font-lock-mode): Update `font-lock-mode-major-mode'.
9468 (font-lock-set-defaults): Compiler defvar.
9469 (font-lock-default-function): Take `font-lock-mode-major-mode'
9470 into account.
9471
9472 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
9473 keep track of which major mode it enabled the minor mode for.
9474 Use find-file-hook again. Update docstring.
9475
9476 * simple.el (eval-expression-print-level)
9477 (eval-expression-print-length, eval-expression-debug-on-error):
9478 Doc fixes.
9479
9480 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
9481
9482 * iswitchb.el (iswitchb-single-match-face)
9483 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
9484 (iswitchb-invalid-regexp-face): New faces.
9485 (iswitchb-completions): Use them.
9486 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
9487 now marked as an obsolete alias.
9488 (iswitchb-read-buffer): Remove check for bound font variables.
9489 (iswitchb-invalid-regexp): New free variable.
9490 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
9491 set iswitchb-invalid-regexp.
9492 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
9493 invalid regexps.
9494 (iswitchb-completions): Add check for complete match when entering
9495 a regexp.
9496 (iswitchb-completions): Remove require-match argument.
9497 (iswitchb-exhibit): Fix caller.
9498 (iswitchb-common-match-inserted): New variable.
9499 (iswitchb-complete, iswitchb-completion-help): Use it.
9500
9501 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
9502
9503 * url-http.el (url-http-chunked-encoding-after-change-function):
9504 Use `url-http-debug' instead of `message'.
9505
9506 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
9507
9508 * url-http.el (url-http-parse-headers): Pass redirected URL as a
9509 callback argument.
9510
9511 2005-06-04 Kim F. Storm <storm@cua.dk>
9512
9513 * simple.el (line-move): Only call sit-for when moving backwards.
9514
9515 * ido.el (ido-make-merged-file-list-1): New defun split from
9516 ido-make-merged-file-list.
9517 (ido-make-merged-file-list): Bind throw-on-input around call to
9518 ido-make-merged-file-list-1. Return input-pending-p if
9519 interrupted by more input available.
9520 (ido-read-internal): Handle input-pending-p return value from
9521 ido-make-merged-file-list.
9522
9523 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9524
9525 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
9526 compatibility code.
9527
9528 * international/latexenc.el (latexenc-find-file-coding-system):
9529 Don't inherit the EOL part of the coding-system from the
9530 tex-main buffer. Fit within 80 columns.
9531
9532 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
9533
9534 * tmm.el (tmm-inactive-face): New face.
9535 (tmm-remove-inactive-mouse-face): New function.
9536 (tmm-prompt, tmm-add-one-shortcut)
9537 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
9538 but not selectable.
9539
9540 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
9541
9542 * faces.el (face-equal): Improve argument/docstring consistency.
9543
9544 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
9545
9546 * progmodes/make-mode.el (makefile-targets-face)
9547 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
9548 (makefile-bsdmake-dependency-regex)
9549 (makefile-makepp-rule-action-regex)
9550 (makefile-bsdmake-rule-action-regex): New constants.
9551 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
9552
9553 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9554 Allow (...) within `...' for makepp messages.
9555
9556 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
9557
9558 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
9559
9560 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
9561 "." files are deleted from all file lists before comparison.
9562
9563 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9564 (viper-ESC-key): Made them customizable.
9565
9566 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
9567
9568 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
9569
9570 * autorevert.el (auto-revert-buffers): Use save-match-data.
9571
9572 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9573
9574 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
9575 menu items with a nil command binding.
9576
9577 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
9578
9579 * emacs-lisp/cl-macs.el (defsetf):
9580 Improve argument/docstring consistency.
9581
9582 * faces.el (list-faces-display): Improve the formatting by
9583 computing the maximum length required for any face-name (reworked
9584 patch of 1999-01-11, accidentally deleted on 1999-07-21).
9585 (internal-find-face): Remove redundant info in docstring.
9586
9587 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
9588
9589 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
9590 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
9591 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
9592 (gdb-assembler-custom): Improve regexps.
9593 (def-gdb-auto-update-handler): Use window point to preserve point.
9594
9595 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9596
9597 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
9598
9599 2005-05-31 Jay Belanger <belanger@truman.edu>
9600
9601 * calc/calc-embed.el (calc-embedded-word): Change argument passed
9602 to calc-embedded.
9603 (calc-embedded-make-info): Have plain prefix argument select
9604 entire line.
9605
9606 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
9607
9608 * faces.el (list-faces-display): Signal error if passed a regexp
9609 that matches no face name.
9610
9611 * simple.el (filter-buffer-substring): Fix typo in docstring.
9612
9613 2005-05-31 Richard M. Stallman <rms@gnu.org>
9614
9615 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
9616 (vhdl-emacs-21): Doc fix.
9617 (vhdl-mode): Unconditionally set comment-padding.
9618 (vhdl-fixup-whitespace-region): Insert spaces only where
9619 there are none.
9620 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
9621
9622 2005-05-30 John Wiegley <johnw@newartisans.com>
9623
9624 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
9625 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
9626 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
9627 `directory-sep-char' to ?/, and all uses of `string-to-int' to
9628 `string-to-number'.
9629
9630 2005-05-30 Jay Belanger <belanger@truman.edu>
9631
9632 * calc/calc.el (calc-bug-address): Fix docstring.
9633 (calc-window-hook, calc-trail-window-hook): New variables.
9634 (calc-trail-display): Restore use of calc-trail-window-hook.
9635 (calc): Restore use of calc-window-hook.
9636
9637 2005-05-31 Masatake YAMATO <jet@gyve.org>
9638
9639 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
9640
9641 * help-fns.el (help-C-file-name): Add autoload mark for
9642 `find-function-noselect'.
9643
9644 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9645
9646 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
9647 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
9648
9649 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9650
9651 * calendar/diary-lib.el (mark-included-diary-files): Only kill
9652 included diary buffer if it was not already being visited.
9653 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
9654
9655 * calendar/icalendar.el (top-level): Do not require 'appt.
9656
9657 * mail/supercite.el (sc-select-attribution): Only use a list
9658 element from sc-attrib-selection-list if it returns a string.
9659 Reported by Davide G. M. Salvetti <salve@debian.org>.
9660
9661 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
9662
9663 * thumbs.el (thumbs-thumbname): The resulting thumbname now
9664 includes a hash value to improve its uniqueness, and has a ".jpg"
9665 extension. Also, it is now a valid filename on all systems.
9666 (thumbs-make-thumb): Use `let', not `let*'.
9667 (thumbs-show-thumbs-list): Check for JPEG availability.
9668
9669 2005-05-30 Richard M. Stallman <rms@gnu.org>
9670
9671 * filesets.el (filesets-menu-ensure-use-cached):
9672 Prevent warning when emacs-version>= is undefined.
9673
9674 * printing.el (pr-interactive-n-up): Use string-to-number.
9675
9676 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
9677
9678 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9679 Warn only when name to be defined is quoted.
9680
9681 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
9682
9683 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
9684 Make regexp more robust.
9685 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
9686 Force regeneration of disassembly.
9687
9688 2005-05-29 Jay Belanger <belanger@truman.edu>
9689
9690 * calc/calc.el (calc-user-invocation): Check if
9691 calc-invocation-macro is non-nil.
9692
9693 2005-05-29 Juri Linkov <juri@jurta.org>
9694
9695 * add-log.el (change-log-font-lock-keywords):
9696 Add `+' to e-mail regexp to accept mail address with keywords.
9697
9698 * man.el (Man-name-regexp): Add `:' to accept qualified names.
9699
9700 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9701
9702 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
9703
9704 * ielm.el (inferior-emacs-lisp-mode): Ditto.
9705
9706 2005-05-29 Richard M. Stallman <rms@gnu.org>
9707
9708 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9709 Undo the change that moves to end of the current word.
9710
9711 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9712
9713 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
9714 Throw error when count <= 0 to ensure input is a number.
9715 (gdb-read-memory-custom): Pick up address from buffer.
9716 (gdb-memory-mode): Allow user to increment and decrement
9717 memory address from header line.
9718
9719 2005-05-29 Richard M. Stallman <rms@gnu.org>
9720
9721 * flyspell.el (flyspell-version): Function deleted.
9722 (flyspell-auto-correct-previous-hook): Doc fix.
9723
9724 * jit-lock.el (jit-lock-function, jit-lock-after-change):
9725 Do nothing if memory is full.
9726
9727 * font-lock.el (font-lock-fontify-syntactically-region):
9728 Pass t for GREEDY to looking-back.
9729
9730 * saveplace.el (save-place-alist-to-file): Write the file
9731 using write-region.
9732
9733 * subr.el (looking-back): New argument GREEDY.
9734
9735 * progmodes/compile.el (compilation-start): Set the mode
9736 before inserting the initial text.
9737
9738 * progmodes/which-func.el (which-func-update-1): Turn the mode
9739 off in case of error by setting which-func-mode.
9740
9741 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
9742
9743 * flyspell.el (flyspell-auto-correct-previous-word):
9744 Narrow down to what's on the screen, and recenter overlays
9745 at the end of the next word.
9746
9747 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
9748
9749 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
9750 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
9751 (flyspell-abbrev-p): Default to nil.
9752 (flyspell-use-global-abbrev-table-p): Doc fix.
9753 (flyspell-large-region): Allow nil as value.
9754 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
9755
9756 (mail-mode-flyspell-verify): More robust handling
9757 of `mail-header-separator'. More efficient signature detection.
9758 Allow for regexp metacharacters in message-header-separator.
9759 Adding `To' not to be checked in mail-mode-flyspell-verify.
9760
9761 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
9762 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
9763 Bind flyspell-auto-correct-binding.
9764 Bind C-. and C-, .
9765 (flyspell-mode-map): Likewise.
9766 (flyspell-mode): Doc fix.
9767 (flyspell-accept-buffer-local-defs): Preserve current buffer.
9768 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
9769 (flyspell-word-cache-result): New var, always local.
9770 (flyspell-check-pre-word-p): Doc fix.
9771 (flyspell-check-changed-word-p): Handle spc like newline.
9772 (flyspell-post-command-hook): Set flyspell-word-cache-result.
9773 (flyspell-word-search-backward, flyspell-word-search-forward):
9774 New functions.
9775 (flyspell-word): Return t if nothing to check.
9776 When parsing TeX code, check for after } or \.
9777 Use flyspell-word-search-backward to find previous word.
9778 Return nil if duplicated word.
9779 For word already checked, return same value as last time.
9780 Set flyspell-word-cache-result after checking.
9781 Don't clobber the return value.
9782 (flyspell-get-word): Major rewrite.
9783 (flyspell-external-point-words): New locals pword, pcount.
9784 Fix size used in progress message.
9785 Find the proper corresponding word in flyspell-large-region-buffer.
9786 (flyspell-region): Check for flyspell-large-region = nil.
9787 (flyspell-highlight-incorrect-region): Clean up overlays in region.
9788 (flyspell-auto-correct-word): Check that WORD is a cons.
9789 (flyspell-correct-word): Likewise.
9790
9791 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
9792
9793 * progmodes/make-mode.el (makefile-rule-action-regex)
9794 (makefile-macroassign-regex, makefile-makepp-mode)
9795 (makefile-bsdmake-mode): Continuation lines may be empty.
9796 Reported by Joshua Varner.
9797 (makefile-makepp-font-lock-keywords): Add $(stem).
9798
9799 2005-05-28 Karl Berry <karl@gnu.org>
9800
9801 * textmodes/tex-mode.el: Now that tex-send-command calls
9802 shell-quote-argument (2005-03-31 change), remove all calls to
9803 shell-quote-argument; they all end up invoking tex-send-command.
9804 The double quoting loses on filenames with non-safe characters,
9805 such as "@". Reported by Frederik Fouvry.
9806
9807 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9808
9809 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
9810 about preserving point.
9811
9812 2005-05-27 Jay Belanger <belanger@truman.edu>
9813
9814 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
9815 Info-goto-node.
9816
9817 * calc/calc-embed.el (calc-embed-arg): New variable.
9818 (calc-do-embedded-activate, calc-embedded-activate-formula)
9819 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
9820 variable by new variable.
9821 (calc-embedded-make-info): Replace undeclared variable by new
9822 variable. When selecting region with positive prefix
9823 argument, use end of previous line instead of beginning of line.
9824
9825 * calc/calc-aent.el (calc-arg-values): Declare it.
9826
9827 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
9828 Declare them.
9829
9830 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
9831
9832 * calc/calc.el (calc-alg-map): Declare it.
9833
9834 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
9835
9836 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
9837
9838 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
9839 (gdb-registers-buffer, toggle-gdb-all-registers):
9840 Toggle display of floating point registers.
9841 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
9842
9843 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
9844 (toggle-gud-tooltip-dereference):
9845 Rename from gud-toggle-tooltip-dereference.
9846
9847 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9848
9849 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
9850
9851 2005-05-27 Jay Belanger <belanger@truman.edu>
9852
9853 * calc/calc-prog.el (calc-kbd-report): Remove.
9854 (calc-kbd-query): Rewrite.
9855
9856 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
9857
9858 * image.el (image-library-alist): Move to image.c.
9859 (image-type-available-p): Doc fix.
9860
9861 2005-05-27 Lute Kamstra <lute@gnu.org>
9862
9863 * calc/calc.el (calc):
9864 * outline.el (outline-1, outline-2, outline-3, outline-4)
9865 (outline-5, outline-6, outline-7, outline-8):
9866 * textmodes/dns-mode.el (dns-mode):
9867 * textmodes/sgml-mode.el (sgml-namespace-face):
9868 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
9869 (tex-verbatim-face, tex-use-reftex):
9870 * textmodes/texinfo.el (texinfo-heading-face):
9871 Specify customization group.
9872
9873 * longlines.el: Don't require easy-mmode.
9874 (longlines-visible-face): Specify customization group.
9875
9876 2005-05-27 Kenichi Handa <handa@m17n.org>
9877
9878 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
9879 encoding table of windows-1251.
9880
9881 * international/ucs-tables.el (ucs-set-table-for-input):
9882 If translation-table-for-input of a coding system is a symbol, get
9883 its translation-table property.
9884
9885 * international/code-pages.el: Don't register a coding system into
9886 non-iso-charset-alist more than once.
9887 (cp-make-coding-system): Likewise.
9888
9889 2005-05-26 John Wiegley <johnw@newartisans.com>
9890
9891 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
9892 `eshell-resume-eval' is wrapped in a list, it indicates that the
9893 command was run asynchronously. In that case, unwrap the value
9894 before checking the delimiter value.
9895
9896 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
9897 character before a space at the end of a line is \, assume the space
9898 is part of the last argument rather than a final argument separator.
9899
9900 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
9901 is in use, and the target is `t' or `nil' (which are the most common
9902 values), don't assume that the symbol target is a buffer.
9903
9904 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
9905
9906 * calendar/calendar.el (calendar-mode-line-format):
9907 Use mode-line-highlight as mouse-face.
9908
9909 * time.el (display-time-string-forms, display-time-update):
9910 Use mode-line-highlight as mouse-face.
9911
9912 2005-05-26 Jay Belanger <belanger@truman.edu>
9913
9914 * calc/calc.el (calc-language-alist): Remove extra defvar.
9915
9916 2005-05-26 Lute Kamstra <lute@gnu.org>
9917
9918 * arc-mode.el (archive-mode):
9919 * bookmark.el (bookmark-read-annotation-mode)
9920 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
9921 * bs.el (bs-mode):
9922 * calc/calc-yank.el (calc-edit-mode):
9923 * calc/calc.el (calc-mode, calc-trail-mode):
9924 * calculator.el (calculator-mode):
9925 * chistory.el (command-history-mode):
9926 * comint.el:
9927 * cus-edit.el (custom-mode):
9928 * descr-text.el (describe-text-mode):
9929 * ebuff-menu.el (Electric-buffer-menu-mode):
9930 * ediff-util.el (ediff-mode):
9931 * emacs-lisp/re-builder.el (reb-mode):
9932 * emulation/vi.el (vi-mode-setup):
9933 * emulation/ws-mode.el (wordstar-mode):
9934 * eshell/esh-mode.el (eshell-mode):
9935 * forms.el (forms-mode):
9936 * help-mode.el (help-mode):
9937 * hexl.el (hexl-mode):
9938 * ibuffer.el (ibuffer-mode):
9939 * ielm.el (inferior-emacs-lisp-mode):
9940 * info.el (Info-mode, Info-edit-mode):
9941 * international/swedish.el:
9942 * ledit.el (ledit-from-lisp-mode):
9943 * locate.el (locate-mode):
9944 * mail/rmail.el (rmail-mode):
9945 * mail/rmailedit.el (rmail-edit-mode):
9946 * mail/rmailsum.el (rmail-summary-mode):
9947 * mail/supercite.el (sc-electric-mode):
9948 * net/eudc.el (eudc-mode):
9949 * net/quickurl.el (quickurl-list-mode):
9950 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
9951 * obsolete/ooutline.el (outline-mode):
9952 * obsolete/options.el (Edit-options-mode):
9953 * obsolete/rnews.el (news-mode):
9954 * obsolete/rnewspost.el (news-reply-mode):
9955 * play/5x5.el (5x5-mode):
9956 * play/decipher.el (decipher-mode, decipher-stats-mode):
9957 * play/gomoku.el (gomoku-mode):
9958 * play/snake.el (snake-mode):
9959 * play/solitaire.el (solitaire-mode):
9960 * play/tetris.el (tetris-mode):
9961 * progmodes/ada-mode.el (ada-mode):
9962 * progmodes/antlr-mode.el (antlr-mode):
9963 * progmodes/autoconf.el (autoconf-mode):
9964 * progmodes/dcl-mode.el (dcl-mode):
9965 * progmodes/delphi.el (delphi-mode):
9966 * progmodes/ebrowse.el (ebrowse-tree-mode)
9967 (ebrowse-electric-list-mode, ebrowse-member-mode)
9968 (ebrowse-electric-position-mode):
9969 * progmodes/f90.el (f90-mode):
9970 * progmodes/fortran.el (fortran-mode):
9971 * progmodes/icon.el (icon-mode):
9972 * progmodes/idlw-help.el (idlwave-help-mode):
9973 * progmodes/idlw-shell.el (idlwave-shell-mode):
9974 * progmodes/idlwave.el (idlwave-mode):
9975 * progmodes/inf-lisp.el (inferior-lisp-mode):
9976 * progmodes/m4-mode.el (m4-mode):
9977 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
9978 * progmodes/modula2.el (modula-2-mode):
9979 * progmodes/octave-inf.el (inferior-octave-mode):
9980 * progmodes/octave-mod.el (octave-mode):
9981 * progmodes/pascal.el (pascal-mode):
9982 * progmodes/sh-script.el (sh-mode):
9983 * progmodes/sql.el (sql-mode, sql-interactive-mode):
9984 * progmodes/vhdl-mode.el (vhdl-mode):
9985 * progmodes/xscheme.el (scheme-interaction-mode):
9986 * replace.el (occur-mode):
9987 * ses.el (ses-mode):
9988 * simple.el (completion-list-mode):
9989 * skeleton.el:
9990 * speedbar.el (speedbar-mode):
9991 * term.el (term-mode):
9992 * terminal.el (terminal-edit-mode):
9993 * textmodes/reftex-index.el (reftex-index-mode)
9994 (reftex-index-phrases-mode):
9995 * textmodes/reftex-sel.el (reftex-select-label-mode)
9996 (reftex-select-bib-mode):
9997 * textmodes/reftex-toc.el (reftex-toc-mode):
9998 * wdired.el (wdired-change-to-wdired-mode):
9999 * wid-browse.el (widget-browse-mode):
10000 Use run-mode-hooks.
10001
10002 * array.el (array-mode):
10003 * calendar/todo-mode.el (todo-mode):
10004 * man.el (Man-mode):
10005 * play/landmark.el (lm-mode):
10006 * play/mpuz.el (mpuz-mode):
10007 Use kill-all-local-variables and run-mode-hooks.
10008
10009 * subr.el (delay-mode-hooks): Specify indentation.
10010
10011 2005-05-26 Mark A. Hershberger <mah@everybody.org>
10012
10013 * xml.el (xml-substitute-special): Don't die for undefined xml
10014 entities.
10015
10016 2005-05-26 Jay Belanger <belanger@truman.edu>
10017
10018 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
10019 of nil.
10020
10021 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
10022
10023 * progmodes/gdb-ui.el (gdb-frame-address):
10024 Rename from gdb-current-address.
10025 (gdb-previous-frame-address): Rename from gdb-previous-address.
10026 (gdb-selected-frame): Rename from gdb-current-frame.
10027 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
10028 (gdb-frame-number): Rename from gdb-current-stack-level.
10029 (gdb-ann3): Match new mode-name for disassembly buffer.
10030 Extend initialization of variables.
10031 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
10032 (gdb-memory-mode): Use mouse-face in header line.
10033 (gdb-assembler-buffer-name): Call it disassembly and give frame
10034 in mode line.
10035 (gdb-source-spec-regexp, gdb-assembler-custom)
10036 (gdb-invalidate-assembler, gdb-frame-handler):
10037 Make robust to leading zeroes in address format.
10038
10039 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
10040
10041 * textmodes/org.el (org-mode): Use `define-derived-mode' to
10042 define `org-mode'.
10043 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
10044
10045 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10046
10047 * log-edit.el (log-edit-changelog-entries): Distinguish between
10048 filenames like xfns.c and fns.c.
10049
10050 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
10051
10052 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
10053 point after reverting.
10054 (Buffer-menu-make-sort-button): Handle the case where
10055 `Buffer-menu-use-header-line' is nil.
10056
10057 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
10058
10059 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
10060 New funcs. In minibuffer-local-completion-map bind `]', `/'
10061 and `:' to them.
10062
10063 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10064
10065 * startup.el (normal-top-level): Allow modification of load-path while
10066 we're iterating over it.
10067
10068 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
10069
10070 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
10071 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
10072 (thumbs-resize-interactive, thumbs-insert-image)
10073 (thumbs-insert-thumb, thumbs-dired-show-marked)
10074 (thumbs-find-image-at-point, thumbs-delete-images)
10075 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
10076 (thumbs-increment-image-size, thumbs-decrement-image-size):
10077 Fix typos in docstrings.
10078
10079 2005-05-24 Andre Spiegel <spiegel@gnu.org>
10080
10081 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
10082 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
10083 (cperl-mode): Use them.
10084
10085 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
10086
10087 * window.el (quit-window, shrink-window-if-larger-than-buffer):
10088 Doc fixes.
10089
10090 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
10091
10092 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
10093 Bind C-d to gdb-inferior-io-eof.
10094
10095 * dired.el (dired-dnd-popup-notice): Use message-box.
10096
10097 2005-05-23 Masatake YAMATO <jet@gyve.org>
10098
10099 * bindings.el (mode-line-major-mode-keymap):
10100 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
10101
10102 * faces.el (mode-line-highlight): New face.
10103
10104 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
10105 as mouse-face.
10106
10107 * bindings.el (top-level, help-echo, mode-line-modified)
10108 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
10109 as mouse-face.
10110
10111 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
10112
10113 * progmodes/cc-engine.el (c-guess-basic-syntax):
10114 Remove spurious call to `zerop'.
10115
10116 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
10117
10118 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
10119
10120 CC Mode update to 5.30.10:
10121
10122 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
10123 could go past the limit in decoration level 2, thereby causing
10124 errors during interactive fontification.
10125
10126 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
10127 the file is evaluated interactively.
10128
10129 * cc-engine.el (c-guess-basic-syntax): Handle operator
10130 declarations somewhat better in C++.
10131
10132 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
10133 make use of `run-mode-hooks' which has been added in Emacs 21.1.
10134 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
10135 (awk-mode): Use it.
10136 (make-local-hook): Suppress warning about obsoleteness.
10137
10138 * cc-engine.el, cc-align.el, cc-cmds.el
10139 (c-append-backslashes-forward, c-delete-backslashes-forward)
10140 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
10141 Compensate for return value from `forward-line' when it has moved
10142 but not to a different line due to eob.
10143
10144 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
10145 `objc-method-intro' and `objc-method-args-cont'.
10146
10147 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
10148
10149 CC Mode update to 5.30.10:
10150
10151 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
10152 in the copyright statement. Incidentally, change "along with GNU
10153 Emacs" to "along with this program" where it occurs.
10154
10155 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
10156 so that it is interactive, hence can be found by M-x awk-mode
10157 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
10158 <gmorris+emacs@ast.cam.ac.uk>.
10159
10160 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
10161 Mode's regexps.
10162
10163 2005-05-23 Kevin Ryde <user42@zip.com.au>
10164
10165 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
10166 c-parse-state, to avoid a lisp error (on bad code).
10167
10168 2005-05-23 Lute Kamstra <lute@gnu.org>
10169
10170 * subr.el (font-lock-defaults): Remove defvar as it's already
10171 defined in font-core.el.
10172
10173 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
10174
10175 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
10176
10177 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
10178 more general and work when GDB variable "print pretty" is on,
10179 as with Emacs, for example.
10180
10181 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
10182
10183 * font-core.el: Update comment.
10184
10185 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10186 Use `after-change-major-mode-hook' instead of `find-file-hook'.
10187
10188 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
10189
10190 2005-05-22 Eli Zaretskii <eliz@gnu.org>
10191
10192 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
10193 and `yank-handler' in the doc strings.
10194
10195 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10196
10197 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
10198
10199 2005-05-22 Richard M. Stallman <rms@gnu.org>
10200
10201 * help.el (describe-key): Move print-help-return-message call
10202 out of conditional.
10203
10204 * progmodes/etags.el (list-tags): Use with-no-warnings.
10205
10206 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
10207 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
10208 (starttls-extra-args, starttls-extra-arguments): Add defvars.
10209
10210 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
10211
10212 * language/viet-util.el (viet-viscii-nonascii-translation-table):
10213 Add defvar.
10214
10215 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
10216 Use defvar, not defconst.
10217
10218 * hexl.el (hexl-follow-line): Use with-no-warnings.
10219
10220 * emulation/tpu-extras.el: Use write-file-functions instead of
10221 write-file-hooks.
10222
10223 * dired.el (dired-font-lock-keywords): Fontify files with junk
10224 extensions even if marked by -F.
10225
10226 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
10227
10228 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
10229 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
10230 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
10231 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
10232 (concatenate, list-length, get*, getf, cl-remprop):
10233 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
10234 (etypecase, progv, lexical-let, lexical-let*)
10235 (multiple-value-bind, multiple-value-setq, shiftf):
10236 Improve argument/docstring consistency.
10237
10238 * subr.el (focus-frame, unfocus-frame):
10239 Revert deletion on 2005-05-01.
10240
10241 2005-05-22 Andre Spiegel <spiegel@gnu.org>
10242
10243 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
10244 doesn't exist.
10245
10246 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
10247 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
10248
10249 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
10250
10251 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
10252 already deleted variables: auto-fill-hook, blink-paren-hook,
10253 lisp-indent-hook, inhibit-local-variables, unread-command-event,
10254 suspend-hooks, comment-indent-hook, meta-flag,
10255 before-change-function, after-change-function,
10256 font-lock-doc-string-face.
10257
10258 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
10259
10260 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10261
10262 2005-05-21 Eli Zaretskii <eliz@gnu.org>
10263
10264 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
10265 rmail-dont-reply-to.
10266
10267 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10268
10269 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
10270 literal blank when splitting new-header-values.
10271
10272 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
10273
10274 * calendar/cal-menu.el (cal-menu-update): Add separator as a
10275 string so that tmm doesn't create a completion entry for it.
10276
10277 * textmodes/table.el (table-disable-menu): Ditto.
10278
10279 2005-05-21 Richard M. Stallman <rms@gnu.org>
10280
10281 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
10282
10283 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
10284
10285 * net/rcompile.el (remote-compile): Use compilation-start.
10286
10287 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
10288
10289 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
10290
10291 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
10292 Default to makefile-bsdmake-mode on BSD systems.
10293
10294 * imenu.el (imenu-generic-expression, imenu--generic-function'):
10295 REGEXP may also be a search function now. The part of doc-string
10296 for describing the structure was 95% identical to that of
10297 `imenu--generic-function'. Unify it there.
10298
10299 * progmodes/make-mode.el (makefile-imenu-generic-expression):
10300 Use function to find dependencies, because regexp alone is so complex,
10301 it easily goes into an endless loop.
10302 (makefile-makepp-mode): Also add submenu for Perl functions
10303 defined in the makefile.
10304 (makefile-bsdmake-mode): Special imenu-generic-expression no
10305 longer needed, due to function call.
10306 (makefile-match-dependency): Take BOUND into account when checking
10307 if we're through.
10308
10309 2005-05-20 Jay Belanger <belanger@truman.edu>
10310
10311 * calc/calc-units.el (calc-invalidate-units-table):
10312 Use inhibit-read-only.
10313 (math-build-units-table-buffer): Use view-mode.
10314
10315 2005-05-20 David Kastrup <dak@gnu.org>
10316
10317 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
10318 easy-menu-add is not a nop on Emacs; and clarify when to call it.
10319
10320 2005-05-20 Lute Kamstra <lute@gnu.org>
10321
10322 * diff-mode.el (diff-header-face, diff-file-header-face)
10323 (diff-index-face, diff-hunk-header-face, diff-removed-face)
10324 (diff-added-face, diff-changed-face, diff-function-face)
10325 (diff-context-face, diff-nonexistent-face): Put them in the
10326 diff-mode customization group.
10327
10328 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10329
10330 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
10331
10332 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
10333
10334 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
10335 Minor regexp-optimization.
10336
10337 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
10338
10339 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
10340 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
10341 (org-agenda-add-time-grid-maybe): New function.
10342 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
10343 (org-table-create): `dotimes' instead of `mapcar'.
10344 (org-xor): Simplify implementation.
10345 (org-agenda): `inhibit-redisplay' turned on.
10346 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
10347 a consistent line after a state change.
10348 (org-agenda-remove-times-when-in-prefix): New option.
10349 (org-prefix-has-time): New variable.
10350 (org-parse-time-string): Optional argument NODEFAULT.
10351 (org-format-agenda-item): Parse items for time-of-day
10352 specifications and move these into the prefix if possible.
10353 (org-agenda-priority): Get current heading, not previous heading
10354 during agenda remote editing.
10355
10356 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
10357
10358 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
10359 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
10360 (remove-duplicates, delete-duplicates, substitute)
10361 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
10362 (nsubstitute-if-not, find, find-if, find-if-not, position)
10363 (position-if, position-if-not, count, count-if, count-if-not)
10364 (mismatch, search, sort*, stable-sort, merge, member*)
10365 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
10366 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
10367 (intersection, nintersection, set-difference, nset-difference)
10368 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
10369 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
10370 (nsublis, tree-equal): Improve argument/docstring consistency.
10371
10372 * subr.el (send-string, send-region):
10373 Remove obsolescence declaration.
10374 (window-dot, set-window-dot, read-input, show-buffer)
10375 (eval-current-buffer, string-to-int):
10376 Add release number to obsolescence declarations.
10377
10378 2005-05-19 Kim F. Storm <storm@cua.dk>
10379
10380 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
10381 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
10382
10383 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
10384
10385 * faces.el (list-faces-display): Make back button respect optional
10386 regexp arg.
10387
10388 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
10389
10390 * calculator.el (calculator-radix-grouping-mode)
10391 (calculator-radix-grouping-digits, calculator-displayer)
10392 (calculator-radix-grouping-separator, calculator-copy-displayer):
10393 * dabbrev.el (dabbrev-search-these-buffers-only):
10394 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
10395 (diff-advance-after-apply-hunk, diff-mode-hook)
10396 (diff-minor-mode-prefix):
10397 * imenu.el (imenu-use-popup-menu):
10398 * jit-lock.el (jit-lock-context-time):
10399 * newcomment.el (comment-fill-column, comment-column)
10400 (comment-style, comment-padding, comment-multi-line)
10401 (comment-empty-lines, comment-auto-fill-only-comments):
10402 * reveal.el (reveal-around-mark):
10403 * uniquify.el (uniquify-buffer-name-style)
10404 (uniquify-after-kill-buffer-p)
10405 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
10406 (uniquify-min-dir-content, uniquify-separator)
10407 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
10408 * w32-vars.el (w32-fixed-font-alist):
10409 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
10410 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
10411 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
10412 * progmodes/perl-mode.el (perl-indent-level)
10413 (perl-continued-statement-offset, perl-continued-brace-offset)
10414 (perl-brace-offset, perl-brace-imaginary-offset)
10415 (perl-label-offset, perl-indent-continued-arguments)
10416 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
10417 * progmodes/tcl.el (tcl-indent-level)
10418 (tcl-continued-indent-level, tcl-auto-newline)
10419 (tcl-tab-always-indent, tcl-electric-hash-style)
10420 (tcl-help-directory-list, tcl-use-smart-word-finder)
10421 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
10422 (inferior-tcl-source-command):
10423 * textmodes/fill.el (enable-kinsoku):
10424 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
10425 * textmodes/table.el (table-yank-handler):
10426 Specify missing group (and type, if simple) in defcustom.
10427
10428 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
10429
10430 * progmodes/compile.el (compilation-finish-function): Fix defvar.
10431
10432 2005-05-19 Richard M. Stallman <rms@gnu.org>
10433
10434 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
10435
10436 * subr.el (event-basic-type): Don't get an error.
10437 (left-fringe-p): Function deleted.
10438
10439 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
10440 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
10441
10442 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
10443 in recursive copy.
10444
10445 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
10446
10447 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
10448
10449 * emacs-lisp/bytecomp.el
10450 (byte-compile-file-form-custom-declare-variable): Call
10451 byte-compile-nogroup-warn if appropriate.
10452
10453 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
10454 (compilation-set-window): Don't call left-fringe-p; do it directly.
10455
10456 2005-05-19 Jay Belanger <belanger@truman.edu>
10457
10458 * calc/calc-graph.el (calc-graph-format-data): Make sure
10459 var-PlotRejects is bound before trying to check its value.
10460
10461 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
10462
10463 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
10464 definition of this variable from reftex-global.el to reftex.el,
10465 because it is needed in the menu.
10466
10467 2005-05-19 Lute Kamstra <lute@gnu.org>
10468
10469 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
10470 years are fixed. Don't insert a space after a dash.
10471
10472 2005-05-19 Kim F. Storm <storm@cua.dk>
10473
10474 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
10475
10476 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
10477
10478 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
10479 strings, because (eq ... ?\\) is fairly frequent.
10480
10481 * progmodes/make-mode.el (makefile-add-this-line-targets):
10482 Simplify and integrate into `makefile-pickup-targets'.
10483 (makefile-add-this-line-macro): Simplify and integrate into
10484 `makefile-pickup-macros.
10485 (makefile-pickup-filenames-as-targets): Simplify.
10486 (makefile-previous-dependency, makefile-match-dependency):
10487 Don't stumble over `::'.
10488
10489 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
10490
10491 * subr.el (post-command-idle-hook, post-command-idle-delay):
10492 Remove obsoletion of post-command-idle-hook and
10493 post-command-idle-delay.
10494
10495 * faces.el (list-faces-display): Provide button when describe-face
10496 is called to take user back to the list of faces.
10497
10498 * help-fns.el (describe-variable): Remove hyperlinks in a
10499 variable's value as these are quite frequently inappropriate.
10500
10501 * follow.el (follow-submit-feedback, follow-mode):
10502 Remove references to post-command-idle-hook.
10503
10504 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
10505
10506 * progmodes/make-mode.el (makefile-previous-dependency)
10507 (makefile-match-dependency): Check for := (and in bsd mode also
10508 !=) to give a better result, even when font-lock is not on.
10509
10510 2005-05-18 Jay Belanger <belanger@truman.edu>
10511
10512 * calc/calc-help.el (calc-s-prefix-help):
10513 Add `calc-copy-special-constant' to help string.
10514
10515 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
10516
10517 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
10518
10519 2005-05-18 Jay Belanger <belanger@truman.edu>
10520
10521 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
10522 in linear factors are in proper order.
10523
10524 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
10525
10526 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10527 Support for jurabib.
10528
10529 * textmodes/reftex.el (featurep): Define aliases for overlay
10530 commands, for XEmacs compatibility, and use these aliases in
10531 overlay initializations.
10532 (reftex-highlight): Use `reftex-move-overlay'.
10533 (reftex-unhighlight): Use `reftex-delete-overlay'.
10534 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
10535 (reftex-access-search-path): Use `reftex-uniquify' instead of
10536 `reftex-uniq'
10537
10538 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
10539 `before-string' property modification enables for Emacs as well.
10540 (reftex-select-item): Use `reftex-delete-overlay'.
10541 (reftex-select-mark): Use `reftex-make-overlay' and
10542 `reftex-overlay-put'.
10543 (reftex-select-unmark): Use `reftex-delete-overlay' and
10544 `reftex-overlay-put'.
10545
10546 2005-05-18 Lute Kamstra <lute@gnu.org>
10547
10548 * emacs-lisp/lisp.el (check-parens): Fix docstring.
10549
10550 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
10551
10552 * add-log.el (add-change-log-entry):
10553 * array.el (array-make-template, array-reconfigure-rows)
10554 (array-init-max-row, array-init-max-column)
10555 (array-init-columns-per-line, array-init-field-width):
10556 * replace.el (replace-match-maybe-edit, perform-replace):
10557 * textmodes/spell.el (spell-region):
10558 Replace `read-input' by `read-string'.
10559
10560 * forms.el (forms-mode):
10561 * finder.el (finder-compile-keywords):
10562 * shadowfile.el (shadow-read-files):
10563 Replace `eval-current-buffer' by `eval-buffer'.
10564
10565 * terminal.el (te-pass-through):
10566 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
10567 (ange-ftp-raw-send-cmd):
10568 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
10569 (send-process-next-char, telnet-initial-filter, telnet):
10570 Replace `send-string' by `process-send-string'.
10571
10572 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
10573 (prolog-consult-region): Replace `send-string' by
10574 `process-send-string'; replace `send-region' by `process-send-region'.
10575
10576 * progmodes/delphi.el (delphi-log-msg):
10577 Replace `set-window-dot' by `set-window-point'.
10578
10579 * subr.el (window-dot, set-window-dot, read-input, send-string)
10580 (send-region, show-buffer, eval-current-buffer):
10581 Make really obsolete, as the comment says.
10582
10583 2005-05-17 Kim F. Storm <storm@cua.dk>
10584
10585 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
10586 (cua--init-keymaps): Bind C-return instead of S-return to set
10587 rectangle mark.
10588
10589 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
10590 instead of S-return to toggle/clear rectangle mark.
10591
10592 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
10593
10594 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
10595 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
10596 Also fontify plain strings assigned to variables, mostly so that a
10597 colon has a face and is thus not taken as a dependency separator.
10598 (makefile-previous-dependency): Inline the new matcher, because it
10599 is too complex to work in both directions.
10600 (makefile-match-dependency): Eliminate `backward' arg (see above).
10601 Completely reimplemented so as to not sometimes go into an endless
10602 loop. It should also be more efficient, because first it only
10603 searches for `:', instead of applying the very complex regexp.
10604 (makefile-mode): Cancel `font-lock-support-mode', because blocks
10605 to be fontified in one piece can be too long for JIT.
10606 Makefiles are never *that* big.
10607
10608 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
10609
10610 * dired.el (dired-mode): Simplify.
10611
10612 2005-05-17 Lute Kamstra <lute@gnu.org>
10613
10614 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
10615 defcustom for the mode hook variable.
10616
10617 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
10618 Emacs Lisp Reference Manual.
10619
10620 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
10621
10622 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
10623 (evenp, list*):
10624 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
10625 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
10626
10627 * net/tramp-smb.el (tramp-smb-open-connection):
10628 Pass `tramp-chunksize' as fifth (required) argument.
10629
10630 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
10631
10632 * font-lock.el (lisp-font-lock-keywords-1):
10633 Set `font-lock-negation-char-face' for [^...] char group.
10634 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
10635
10636 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
10637 a var, and refine it to mask one more level of nested vars.
10638 (makefile-rule-action-regex): Turn it into a var, and refine it so
10639 it recognizes backslashed continuation lines as belonging to the
10640 same command.
10641 (makefile-macroassign-regex): Refine it so it recognizes
10642 backslashed continuation lines as belonging to the same command.
10643 (makefile-var-use-regex): Don't look at the next char, because it
10644 might be the same one to be skipped by the initial [^$], leading
10645 to an overlooked variable use.
10646 (makefile-make-font-lock-keywords): Remove two parameters, which
10647 are now variables that some of the modes set locally.
10648 Handle dependency and rule action matching through functions, because
10649 regexps alone match too often. Dependency matching now comes
10650 last, so it can check, whether a colon already matched something else.
10651 (makefile-mode): Inform that font-lock improves makefile parsing
10652 capabilities.
10653 (makefile-match-dependency, makefile-match-action): New functions.
10654
10655 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
10656
10657 * emacs-lisp/cl-extra.el (equalp): Doc fix.
10658
10659 * align.el (align-regexp):
10660 * ansi-color.el (ansi-color-get-face):
10661 * array.el (array-reconfigure-rows, array-init-max-row)
10662 (array-init-max-column, array-init-columns-per-line)
10663 (array-init-field-width):
10664 * dired-aux.el (dired-trample-file-versions):
10665 * dired-x.el (dired-mark-sexp):
10666 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
10667 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
10668 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
10669 * faces.el (face-read-integer):
10670 * files.el (backup-extract-version, insert-directory):
10671 * hexl.el (hexl-insert-decimal-char):
10672 * server.el (server-process-filter):
10673 * shell.el (shell-extract-num):
10674 * startup.el (command-line-1):
10675 * term.el (term-command-hook):
10676 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
10677 (time-stamp-do-number):
10678 * time.el (display-time-update):
10679 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
10680 (timezone-fix-time):
10681 * vms-patch.el (vms-suspend-resume-hook):
10682 * calendar/appt.el (appt-convert-time):
10683 * calendar/cal-bahai.el (mark-bahai-diary-entries):
10684 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
10685 * calendar/cal-islam.el (mark-islamic-diary-entries):
10686 * calendar/calendar.el (calendar-cursor-to-date)
10687 (calendar-star-date):
10688 * calendar/diary-lib.el (diary-attrtype-convert)
10689 (mark-diary-entries, diary-entry-time):
10690 * calendar/solar.el (solar-get-number):
10691 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
10692 * emacs-lisp/re-builder.el (reb-display-subexp):
10693 * emulation/edt.el (edt-set-scroll-margins):
10694 * emulation/tpu-extras.el (tpu-set-scroll-margins):
10695 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
10696 (vip-get-ex-count):
10697 * emulation/viper-ex.el (viper-get-ex-token)
10698 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
10699 * international/fontset.el (fontset-plain-name):
10700 * mail/feedmail.el (feedmail-look-at-queue-directory):
10701 * mail/mailalias.el (mail-get-names):
10702 * mail/rmail.el (rmail-convert-to-babyl-format):
10703 * mail/rmailsum.el (rmail-make-basic-summary-line)
10704 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
10705 (rmail-summary-goto-msg):
10706 * mail/smtpmail.el (smtpmail-read-response):
10707 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
10708 (ange-ftp-vms-add-file-entry):
10709 * play/gametree.el (gametree-looking-at-ply)
10710 (gametree-current-branch-score):
10711 * progmodes/ada-xref.el (ada-prj-find-prj-file)
10712 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
10713 * progmodes/cperl-mode.el (condition-case):
10714 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
10715 (ebrowse-set-member-buffer-column-width)
10716 (ebrowse-select-1st-to-9nth):
10717 * progmodes/etags.el (etags-snarf-tag):
10718 * progmodes/flymake.el (flymake-parse-line):
10719 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
10720 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
10721 (idlwave-shell-menu-def):
10722 * progmodes/ps-mode.el (ps-run-goto-error):
10723 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
10724 (vhdl-speedbar-contract-level):
10725 * term/mac-win.el (x-handle-numeric-switch):
10726 * term/sun-mouse.el (sun-get-frame-data):
10727 * term/w32-win.el (x-handle-numeric-switch):
10728 * term/x-win.el (x-handle-numeric-switch):
10729 * textmodes/ispell.el (ispell-parse-output):
10730 * textmodes/nroff-mode.el (nroff-outline-level):
10731 * textmodes/reftex-cite.el (reftex-bib-sort-year)
10732 (reftex-bib-sort-year-reverse, reftex-format-citation):
10733 * textmodes/reftex-parse.el (reftex-init-section-numbers)
10734 (reftex-section-number):
10735 * textmodes/texinfmt.el (texinfo-paragraphindent):
10736 Replace `string-to-int' by `string-to-number'.
10737
10738 * international/latexenc.el: Add page marker to force the "Local
10739 Variables:" string out of the last page.
10740
10741 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10742
10743 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
10744 tooltip-change-major-mode.
10745 (gud-tooltip-print-command): Remove case where gud-minor-mode
10746 is gdb ("--fullname").
10747 (gud-tooltip-tips): Turn GUD tooltips off for this case and
10748 explain to user.
10749
10750 2005-05-16 Jay Belanger <belanger@truman.edu>
10751
10752 * calc/calc-store.el (calc-copy-special-constant): New function.
10753
10754 * calc/calc-ext.el (calc-init-extensions): Add binding for
10755 `calc-copy-special-constant'.
10756
10757 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
10758 for the `calc-copy-special-constant' command.
10759
10760 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10761
10762 * subr.el (left-fringe-p): New function.
10763
10764 * progmodes/compile.el (compilation-setup): Set local value of
10765 overlay-arrow-string to "" always.
10766 (compilation-set-window): Left fringe then don't scroll.
10767 No left fringe then no arrow and scroll message to top.
10768 (compilation-context-lines): Adjust doc string accordingly.
10769
10770 2005-05-16 Kim F. Storm <storm@cua.dk>
10771
10772 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10773 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
10774 (ido-wide-find-dir-or-delete-dir): New command for M-d.
10775 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
10776 (ido-read-file-name): Handle commands with ido property value
10777 equal to find-file as reading a file name, to allow C-d to enter dired.
10778 (ibuffer-find-file): Add ido property with value find-file.
10779
10780 2005-05-15 Kim F. Storm <storm@cua.dk>
10781
10782 * subr.el (open-network-stream-nowait): Remove.
10783 (open-network-stream-server): Remove.
10784
10785 2005-05-15 Richard M. Stallman <rms@gnu.org>
10786
10787 * faces.el (describe-face): Output a definition link button.
10788
10789 * help-mode.el (help-face-def): New button type.
10790
10791 * emacs-lisp/copyright.el (copyright-fix-years):
10792 Match properly if the first year is 2-digit.
10793 Don't mess up the whitespace after the years by filling.
10794
10795 * dired-aux.el (dired-mark-confirm):
10796 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
10797
10798 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
10799 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
10800 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
10801
10802 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10803 Set font-lock-comment-start-skip.
10804
10805 * font-lock.el (font-lock-comment-start-skip): New variable.
10806 (font-lock-comment-end-skip): New variable.
10807 (font-lock-fontify-syntactically-region): Use them if non-nil.
10808
10809 2005-05-15 Jay Belanger <belanger@truman.edu>
10810
10811 * calc/calc-store.el (calc-store-value): Return a string rather
10812 than display it as a message.
10813 Use calc-var-name for variable name.
10814 (calc-store-into): Add the result of calc-store-value to message.
10815 (calc-copy-variable): Add a message.
10816 (calc-store-exchange): Improve error messages.
10817 (calc-store-binary, calc-store-map): Don't reset the values of
10818 special constants.
10819
10820 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10821
10822 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
10823 manual to docstring.
10824
10825 * files.el (hack-local-variables-confirm): Add STRING argument.
10826 Make the function handle non file visiting buffers correctly.
10827 (hack-local-variables-prop-line, hack-local-variables)
10828 (hack-one-local-variable): Use STRING arg of
10829 `hack-local-variables-confirm'.
10830
10831 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
10832
10833 Sync with Tramp 2.0.49.
10834
10835 * net/tramp.el (tramp-handle-dired-call-process)
10836 (tramp-handle-insert-directory):`insert-buffer' cannot be used
10837 because the contents of the Tramp buffer is changed before
10838 insertion (`expand-file' and alike).
10839 (tramp-handle-insert-directory): If `localname' has an empty
10840 nondirectory name, it must not be quoted.
10841 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
10842 variable `tramp-chunksize'. Change callees.
10843 (tramp-open-connection-setup-interactive-shell): Check remote host
10844 for buggy `send-process-string' implementation.
10845 Set `tramp-chunksize' if found. Reported by Michael Kifer
10846 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
10847 (tramp-handle-shell-command): `insert-buffer' cannot be used
10848 because the contents of the Tramp buffer is changed before
10849 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
10850 <frederic.bothamy@free.fr>.
10851 (tramp-set-auto-save): Actions should be done for Tramp file name
10852 handler only. Ange-FTP has its own auto-save mechanism.
10853 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10854 (tramp-set-auto-save-file-modes): Set file modes of
10855 `buffer-auto-save-file-name' to ?\600 as fallback solution.
10856 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
10857 (tramp-bug): Remove obsolete variable.
10858 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
10859 for presence of `mml-mode'. Make it running for older Emacsen as well.
10860
10861 2005-05-14 John Paul Wallington <jpw@pobox.com>
10862
10863 * ibuf-ext.el (define-ibuffer-filter filename):
10864 If `dired-directory' is a list, use its car.
10865
10866 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
10867
10868 * ibuffer.el (define-ibuffer-column filename):
10869 If `dired-directory' is a list, use its car.
10870
10871 2005-05-14 Richard M. Stallman <rms@gnu.org>
10872
10873 * subr.el (symbol-file): Doc fix.
10874
10875 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
10876 (byte-compile-form): Call byte-compile-nogroup-warn.
10877 (byte-compile-warning-types): Doc fix.
10878
10879 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
10880
10881 * progmodes/cc-engine.el (c-literal-faces):
10882 Add font-lock-comment-delimiter-face.
10883
10884 * net/net-utils.el (dig): Use with-no-warnings.
10885
10886 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
10887 (sc-recite-frame-alist, sc-default-cite-frame)
10888 (sc-default-uncite-frame, sc-default-recite-frame)
10889 (sc-attrib-selection-list, sc-rewrite-header-list):
10890 Mark as risky-local-variable.
10891
10892 * international/ogonek.el (ogonek-jak, ogonek-how):
10893 Don't use beginning-of-buffer.
10894
10895 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
10896
10897 * calendar/solar.el (solar-data-list): Move definition up.
10898
10899 * dnd.el (dnd-protocol-alist): Add autoload.
10900
10901 * progmodes/sh-script.el: Many doc usage fixes.
10902 (sh-indent-after-do): Change default to match common styles.
10903
10904 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
10905
10906 * files.el (interpreter-mode-alist)
10907 (auto-mode-interpreter-regexp): Doc fixes.
10908
10909 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
10910
10911 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
10912
10913 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
10914
10915 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10916
10917 * dired.el (dired-mode): make-variable-buffer-local =>
10918 make-local-variable.
10919
10920 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10921
10922 * term/mac-win.el (mac-select-convert-to-string): Try coding
10923 systems in mac-script-code-coding-systems if specified one cannot
10924 encode string for `com.apple.traditional-mac-plain-text'.
10925
10926 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
10927
10928 * progmodes/make-mode.el (makefile-targets-face)
10929 (makefile-shell-face, makefile-makepp-perl-face): New faces.
10930 (makefile-dependency-regex): Fix it to not make the colon in
10931 $(var:a=b) special.
10932 (makefile-rule-action-regex): New regexp for highlighting embedded
10933 Shell strings.
10934 (makefile-macroassign-regex): Handle != for highlighting as
10935 embedded Shell strings.
10936 (makefile-var-use-regex): New const.
10937 (makefile-statements, makefile-automake-statements)
10938 (makefile-gmake-statements, makefile-makepp-statements)
10939 (makefile-bsdmake-statements): New consts.
10940 (makefile-make-font-lock-keywords): New function.
10941 (makefile-automake-font-lock-keywords)
10942 (makefile-gmake-font-lock-keywords)
10943 (makefile-makepp-font-lock-keywords)
10944 (makefile-bsdmake-font-lock-keywords): New consts.
10945 (makefile-mode-map): Add switchers between the various submodes.
10946 (makefile-mode): Document the availability of the variants.
10947 (makefile-automake-mode, makefile-gmake-mode)
10948 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
10949
10950 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
10951 new variants of makefile-mode.
10952
10953 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10954
10955 * font-lock.el (font-lock-comment-delimiter-face): Fix up
10956 the inheritance.
10957
10958 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
10959
10960 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
10961 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
10962
10963 * files.el (normal-mode): Extend the scope of the
10964 `enable-local-variables' binding to include the `set-auto-mode' call.
10965 (magic-mode-alist): Doc fix.
10966
10967 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10968
10969 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
10970 font-lock-comment-face rather than copying its setting.
10971
10972 2005-05-12 Andreas Schwab <schwab@suse.de>
10973
10974 * eshell/esh-mode.el (eshell-send-input): Doc fix.
10975
10976 2005-05-12 Lute Kamstra <lute@gnu.org>
10977
10978 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
10979 defcustom for the mode hook variable. Delete the last argument.
10980 * generic-x.el: Fix callers of define-generic-mode.
10981 (generic-x-modes): Delete group.
10982 (show-tabs-tab-face, show-tabs-space-face): Put them in the
10983 generic-x customization group.
10984
10985 2005-05-12 Kim F. Storm <storm@cua.dk>
10986
10987 * font-lock.el (font-lock-negation-char-face): Default to "off".
10988
10989 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
10990 font-lock-negation-char-face to ! in !=.
10991
10992 2005-05-12 Masatake YAMATO <jet@gyve.org>
10993
10994 * add-log.el (find-change-log): Fix typos in the docstring
10995 of function.
10996
10997 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10998
10999 * international/latexenc.el (latexenc-find-file-coding-system):
11000 Avoid `re-search-forward' when looking for input encoding because
11001 of speed and safety. Better regular expressions for recognizing
11002 input encoding. Limit a search for TeX-master/tex-main-file to
11003 the local variable section.
11004
11005 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
11006
11007 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
11008 syntax of $ to "'" (quote).
11009
11010 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
11011
11012 * dnd.el (dnd-protocol-alist): Improve custom type.
11013
11014 * dired.el (dired-dnd-protocol-alist): New variable.
11015 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
11016 `dired-mode-hook' to the end.
11017
11018 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11019
11020 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
11021 comment-end if comment-start-skip is not set.
11022 Obey the font-lock-comment-delimiter-face variables.
11023
11024 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11025
11026 * files.el (executable-find): Move from executable.el. Use
11027 locate-file.
11028 * progmodes/executable.el (executable-find): Move to files.el.
11029
11030 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
11031 when trying to ensure forward progress.
11032
11033 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
11034
11035 * mouse-sel.el (mouse-sel-follow-link-p): New function.
11036 (mouse-select, mouse-select-internal, mouse-extend-internal):
11037 Use it to implement mouse-1-click-follows-link functionality.
11038
11039 2005-05-11 Richard M. Stallman <rms@gnu.org>
11040
11041 * font-lock.el (font-lock-fontify-syntactically-region):
11042 Use font-lock-comment-delimiter-face for comment delimiters.
11043
11044 2005-05-10 Jay Belanger <belanger@truman.edu>
11045
11046 * calc/calc-help.el (calc-m-prefix-help): Add mention of
11047 preserving embedded modes.
11048
11049 2005-05-10 Richard M. Stallman <rms@gnu.org>
11050
11051 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
11052
11053 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
11054 Move from ada-stmt.el.
11055 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
11056
11057 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
11058 Move to ada-mode.el.
11059 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
11060
11061 * cus-edit.el (custom-file): Call file-chase-links.
11062
11063 * files.el (read-directory-name): Fix previous change.
11064 (hack-local-variables-confirm): New function.
11065 (hack-local-variables-prop-line, hack-local-variables)
11066 (hack-one-local-variable): Use it.
11067
11068 2005-05-10 Lute Kamstra <lute@gnu.org>
11069
11070 * font-lock.el (font-lock-keywords-alist)
11071 (font-lock-removed-keywords-alist): Clarify docstrings.
11072
11073 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
11074
11075 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
11076 (gdb-source-info): Check for preprocessor info.
11077 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
11078 a macro for a function.
11079 (gdb-info-breakpoints-custom): Try to find file again if not already
11080 found (user might have used GDB dir command).
11081 (gdb-get-location): Update gdb-location-alist correctly for change
11082 to gdb-info-breakpoints-custom.
11083
11084 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
11085 (gud-tooltip-print-command): Add gdbmi case.
11086 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
11087 preprocessor info.
11088
11089 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
11090
11091 * startup.el (fancy-splash-insert): Fix typo in doc string.
11092
11093 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
11094
11095 * obsolete/float.el (string-to-float):
11096 * obsolete/hilit19.el (hilit-add-pattern):
11097 * obsolete/rnews.el (news-parse-range, news-select-message)
11098 (news-get-pruned-list-of-files): Replace `string-to-int' by
11099 `string-to-number'.
11100
11101 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
11102 `find-file-not-found-hooks'; use `add-hook'.
11103 (uncompress-while-visiting): Set `write-file-functions', not
11104 `write-file-hooks'; use `add-hook'.
11105
11106 2005-05-09 Kim F. Storm <storm@cua.dk>
11107
11108 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
11109 (cua-paste): Handle clipboard action.
11110 (cua--init-keymaps): Remap clipboard-kill-region and
11111 clipboard-kill-ring-save.
11112
11113 2005-05-08 Eli Zaretskii <eliz@gnu.org>
11114
11115 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
11116 Improve commentary.
11117
11118 * simple.el (next-error-overlay-arrow-position): Revert the change
11119 made on 2005-04-30.
11120
11121 2005-05-07 Jay Belanger <belanger@truman.edu>
11122
11123 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
11124 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
11125 `calc-sel-reselect'.
11126
11127 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
11128 Calc is in embedded mode.
11129
11130 2005-05-07 Eli Zaretskii <eliz@gnu.org>
11131
11132 * progmodes/compile.el (compilation-setup):
11133 Set overlay-arrow-string to an empty string on text terminals.
11134
11135 * textmodes/ispell.el (ispell-program-name): Try looking for
11136 "aspell" along exec-path, and if found, use it as the default
11137 speller program.
11138
11139 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
11140
11141 * international/mule.el (sgml-xml-auto-coding-function):
11142 Recognize encoding='FOO' in single quotes as well as in double quotes.
11143
11144 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11145
11146 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
11147 as well as `interactive', so that defmacro* would recognize
11148 `declare' forms.
11149
11150 2005-05-07 Eli Zaretskii <eliz@gnu.org>
11151
11152 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
11153 Explain more about the LIGHTER arg's usage in the doc string.
11154 Add commentary to clarify what the code does. Fix the regexp that
11155 strips whitespace from LIGHTER. Quote LIGHTER before using it,
11156 since it could have characters special to regular expressions.
11157
11158 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
11159
11160 * replace.el (occur-1): Bind inhibit-read-only so that
11161 erase-buffer doesn't barf on read-only text properties (likewise
11162 for add-text-properties in occur-engine). Mark buffer as unmodified.
11163 (occur-engine): Don't set buffer-read-only here.
11164
11165 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11166
11167 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
11168 list-buffers-directory. This caused the *cvs-commit* buffer to be
11169 sometimes mistakenly reused as a *cvs* buffer.
11170
11171 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
11172
11173 * tooltip.el: Move code for GUD tooltips into gud.el.
11174 (require): CL no longer needed to compile case.
11175 (tooltip-mode): Do not toggle functions for GUD tooltips.
11176 (tooltip-gud-tips-p): Remove. Replace with minor mode
11177 gud-tooltip-mode in gud.el.
11178 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
11179 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
11180 tooltip-gud prefix with gud-tooltip and obsolete.
11181 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
11182 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
11183 (tooltip-mouse-motion): Mouse movement functions/variable.
11184 Rename in gud.el by adding gud prefix.
11185 (tooltip-gud-original-filter, tooltip-gud-dereference)
11186 (tooltip-gud-event, tooltip-toggle-gud-tips)
11187 (tooltip-gud-process-output, tooltip-gud-print-command)
11188 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
11189 gud.el by replacing tooltip-gud prefix with gud-tooltip.
11190 (gdb-tooltip-print): Move to gdb-ui.el.
11191
11192 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
11193 (require): CL needed to compile case.
11194 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
11195 tooltip-gud-tips-p. Make it a minor-mode.
11196 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
11197 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
11198 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
11199 (gud-tooltip-change-major-mode)
11200 (gud-tooltip-activate-mouse-motions-if-enabled)
11201 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
11202 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
11203 (gud-tooltip-original-filter, gud-tooltip-dereference)
11204 (gud-tooltip-event, tooltip-toggle-gud-tips)
11205 (gud-tooltip-process-output, gud-tooltip-print-command)
11206 (gud-tooltip-tips): Move from tooltip.el.
11207
11208 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
11209 (gdb-cpp-define-alist-flags): Doc fix.
11210 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
11211 gud-tooltip-mode is t.
11212
11213 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11214
11215 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
11216 evaporate if their text is deleted.
11217 (goto-address-at-point): Make it work as a mouse binding as well.
11218 (goto-address-at-mouse): Obsolete it. Update users.
11219
11220 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
11221
11222 * calendar/appt.el (top-level): No longer activate on load.
11223
11224 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
11225
11226 * calendar/cal-bahai.el (mark-bahai-diary-entries):
11227 * net/webjump.el (webjump):
11228 * progmodes/idlw-help.el (idlwave-do-context-help1)
11229 (idlwave-highlight-linked-completions):
11230 * textmodes/po.el (po-find-file-coding-system-guts):
11231 Replace `assoc-ignore-case' by `assoc-string'.
11232
11233 2005-05-06 Eli Zaretskii <eliz@gnu.org>
11234
11235 * files.el (locate-file): Doc fix.
11236
11237 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
11238 Remove the redundant test for ms-dos.
11239
11240 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
11241 look for the preprocessor with exec-suffixes. If not found in
11242 standard places, look in exec-path. Remove most of the tests that
11243 used system-type.
11244
11245 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
11246
11247 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
11248
11249 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
11250 file-name clash with jka-compr.el on 8+3 filesystems.
11251
11252 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11253
11254 * term/mac-win.el: Don't define or bind scroll bar functions if
11255 x-toolkit-scroll-bars is t.
11256 (x-select-text, x-get-selection-value): Clear
11257 x-last-selected-text-clipboard if x-select-enable-clipboard is
11258 nil.
11259 (PRIMARY): Put mac-scrap-name property.
11260 (mac-select-convert-to-file-url): New function.
11261 (public.file-url): New selection target type. Add to
11262 selection-converter-alist.
11263 (x-get-selection, x-selection-value): Handle it.
11264 (x-cut-buffer-or-selection-value): New alias.
11265
11266 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11267
11268 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
11269 entry to avoid calling bibtex-find-entry with arg global
11270 being t. Remove arg key.
11271 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
11272 (bibtex-copy-summary-as-kill): Change accordingly.
11273
11274 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11275
11276 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
11277 (org-agenda-date-later): Use with-current-buffer.
11278
11279 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
11280
11281 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
11282 (define-obsolete-variable-alias): Doc Fixes.
11283
11284 2005-05-06 Kim F. Storm <storm@cua.dk>
11285
11286 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
11287 vertical-motion when selective-display is active.
11288
11289 * ido.el (ido-setup-hook): New hook.
11290 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
11291 (ido-input-stack): New var.
11292 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
11293 ido-next-work-file binding to M-O.
11294 Bind M-f to ido-wide-find-file-or-pop-dir.
11295 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
11296 (ido-read-internal): Run ido-setup-hook.
11297 Catch quit in read-file-name and read-string to cancel edit.
11298 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
11299 Automatically pop-all when completing a directory name (RET).
11300 (ido-file-internal): Add with-no-warnings around ffap and dired code.
11301 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
11302 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
11303 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
11304 New functions for M-b/M-f to move among the directory components.
11305 (ido-make-merged-file-list): Catch quit to cancel merge.
11306 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
11307 (ido-completion-help): No warnings for ido-completion-buffer-full.
11308
11309 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
11310
11311 * font-lock.el (font-lock-negation-char-face): New face and variable.
11312 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
11313 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
11314 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
11315 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
11316
11317 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
11318
11319 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
11320 Fix typo in docstring.
11321
11322 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
11323 (ebrowse-print-statistics-line)
11324 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
11325
11326 * term/w32-win.el (image-library-alist): Add additional name for
11327 Xpm library.
11328
11329 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
11330
11331 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
11332 use gcc instead of cpp.
11333
11334 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
11335 (gdb-create-define-alist): Use it.
11336 (gdb-cpp-define-alist-program): Update for MS-DOS.
11337
11338 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
11339
11340 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
11341
11342 2005-05-04 Richard M. Stallman <rms@gnu.org>
11343
11344 * help.el (describe-key): No error when UNTRANSLATED is nil.
11345
11346 * simple.el (line-move-1): Fix previous change to signal errors
11347 appropriately.
11348
11349 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
11350
11351 * calendar/icalendar.el (icalendar-version): Now at 0.12.
11352 (icalendar-duration-correction): Remove.
11353 (icalendar--get-event-properties): Split result at commas.
11354 (icalendar--decode-isoduration): New optional argument
11355 DURATION-CORRECTION.
11356 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
11357 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
11358 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
11359 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
11360 (icalendar--convert-anniversary-to-ical): New functions, extracted
11361 from icalendar-export-region, with bug fixes.
11362 (icalendar-export-region): Use the above functions.
11363 (icalendar-import-buffer): Check before saving diary file.
11364 (icalendar--convert-recurring-to-diary)
11365 (icalendar--convert-non-recurring-all-day-to-diary)
11366 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
11367 extracted from icalendar--convert-ical-to-diary, with bug fixes.
11368 (icalendar--convert-ical-to-diary): Use the above functions.
11369
11370 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
11371
11372 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
11373 Remove these recent additions.
11374 (c-mode): Restore to before 2005-04-28.
11375
11376 * progmodes/cc-vars.el (cc-define-list-program): Remove this
11377 recent addition.
11378
11379 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
11380 (gdb-define-alist): New variables.
11381 (gdb-create-define-alist): New function.
11382 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
11383 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
11384 with string-to-number.
11385 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
11386
11387 * progmodes/gud.el: Replace string-to-int with string-to-number.
11388 (gud-find-file): Handle gdb-define-alist.
11389
11390 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
11391
11392 2005-05-02 Jay Belanger <belanger@truman.edu>
11393
11394 * calc/calc-aent.el (math-read-token):
11395 * calc/calc-bin.el (calc-word-size):
11396 * calc/calc-ext.el (calc-read-number-fancy):
11397 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
11398 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
11399 * calc/calc-frac.el (calc-over-notation):
11400 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
11401 (calc-graph-num-points, calc-graph-init):
11402 * calc/calc-prog.el (calc-read-parse-table-part)
11403 (calc-edit-macro-repeats):
11404 * calc/calc-yank.el (calc-do-grab-rectangle):
11405 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
11406 Replace `string-to-int' by `string-to-number'.
11407
11408 2005-05-02 Kim F. Storm <storm@cua.dk>
11409
11410 * kmacro.el: Use executing-kbd-macro-index variable.
11411
11412 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
11413
11414 * net/rlogin.el (rlogin-parse-words): Delete func.
11415 (rlogin): Use split-string, not rlogin-parse-words.
11416 Also, if there are option-like elements in the parsed args,
11417 take the host to be the first arg immediately following them.
11418 Suggested by Michael Mauger.
11419
11420 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
11421
11422 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
11423
11424 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
11425
11426 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
11427 (cc-mode-cpp-program): Rename to cc-define-list-program and
11428 move to cc-vars.el.
11429
11430 * progmodes/cc-vars.el (cc-define-list-program):
11431 Change to "gcc -E -dM -". Make customizable.
11432
11433 2005-05-02 Kim F. Storm <storm@cua.dk>
11434
11435 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
11436
11437 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
11438
11439 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
11440
11441 * international/mule-util.el (truncate-string): Remove alias and
11442 obsolete declaration.
11443
11444 * international/mule-cmds.el (update-iso-coding-systems):
11445 Remove alias and obsolete declaration.
11446
11447 * international/mule.el (coding-system-parent): Remove alias and
11448 obsolete declaration.
11449
11450 * subr.el (define-function, sref): Remove aliases and obsolete
11451 declarations.
11452 (chars-in-region): Remove obsolete declaration.
11453
11454 2005-05-01 Richard M. Stallman <rms@gnu.org>
11455
11456 * info.el (Info-mode): Set widen-automatically to nil, locally.
11457
11458 * simple.el (widen-automatically): New variable.
11459 (pop-global-mark): Obey widen-automatically.
11460
11461 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
11462
11463 * term/xterm.el (function-key-map): Call substitute-key-definition
11464 before the keymap size is increased by a lot of define-key calls.
11465
11466 2005-05-01 Richard M. Stallman <rms@gnu.org>
11467
11468 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
11469 Rename ARG to ELEMENT. Doc fix.
11470
11471 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
11472
11473 * allout.el (allout-exposure): Remove macro and obsolete declaration.
11474 Remove references to allout-exposure/change to allout-new-exposure.
11475
11476 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
11477 bytecode symbols.
11478
11479 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
11480 (compiled-function-p, focus-frame, unfocus-frame):
11481 Remove aliases and obsolete declarations.
11482 Back out inadvertent changes from previous commit.
11483
11484 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
11485
11486 * files.el (require-final-newline): Make Custom tags consistent
11487 with mode-require-final-newline.
11488 (mode-require-final-newline): Doc fix.
11489
11490 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11491
11492 * international/latexenc.el (latexenc-find-file-coding-system):
11493 Fix regular expressions.
11494
11495 2005-05-01 David Kastrup <dak@gnu.org>
11496
11497 * international/latexenc.el (latexenc-find-file-coding-system):
11498 Fix regular expressions.
11499
11500 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
11501
11502 * subr.el (string-to-int): Make obsolete.
11503
11504 2005-04-30 Richard M. Stallman <rms@gnu.org>
11505
11506 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
11507
11508 * loadup.el: load jka-comp-hook.
11509
11510 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
11511 (jka-compr-handler): Add autoload. `put' calls moved
11512 to jka-comp-hook.el.
11513 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
11514 (jka-compr-inhibit): Autoload.
11515
11516 * jka-comp-hook.el: New file.
11517 Enable the mode by default.
11518
11519 * files.el (backup-buffer-copy): Use copy-file instead
11520 of write-region, and put back the 'excl.
11521
11522 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
11523
11524 * progmodes/flymake.el (flymake-split-string)
11525 (flymake-split-string, flymake-log, flymake-pid-to-names)
11526 (flymake-reg-names, flymake-get-source-buffer-name)
11527 (flymake-unreg-names, flymake-add-line-err-info)
11528 (flymake-add-err-info): Clarify docstrings.
11529 (flymake-popup-menu, flymake-make-emacs-menu)
11530 (flymake-make-xemacs-menu): Add docstrings.
11531 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
11532 Set variables directly throughout.
11533
11534 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
11535
11536 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
11537 exists. Initialize cc-define-alist.
11538 (c-mode): Add cc-create-define-alist locally to after-save-hook.
11539 If there is no file (Macroexpansion) don't create an alist.
11540
11541 2005-04-29 Sam Steingold <sds@gnu.org>
11542
11543 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
11544 (cc-create-define-alist): Use it instead of the hard-coded string.
11545
11546 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11547
11548 * international/mule-conf.el (file-coding-system-alist): Fix regexp
11549 for latexenc.
11550
11551 2005-04-29 Lute Kamstra <lute@gnu.org>
11552
11553 * emacs-lisp/generic.el: Improve commentary section.
11554 (define-generic-mode): Improve docstring.
11555
11556 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
11557
11558 * textmodes/org.el (many places): Change to quiet the byte compiler.
11559 (org-prefix-format-compiled): New variable.
11560 (org-compile-prefix-format): New function.
11561 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
11562 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
11563 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
11564 (org-get-entries-from-diary): Use `org-get-time-of-day' for
11565 consistency with entries from `org-mode' files.
11566 (org-get-time-of-day): Fix bug with partial matches early in a line.
11567 (org-non-link-chars): New constant.
11568 (org-link-regexp): Respect `org-non-link-chars'.
11569 (org-agenda-day-view): Remove command.
11570 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
11571 (org-follow-bbdb-link, org-store-link): Search also company field.
11572 (org-highlight-overlay): New variable.
11573 (org-highlight, org-unhighlight): New functions.
11574 (org-agenda-mode): Add pre-command-hook to remove highlight.
11575 (org-evaluate-time-range): Behavior depends upon whether time stamp
11576 contains a time or not.
11577 (org-show-subtree, org-show-entry): New functions.
11578 (org-agenda-cleanup-fancy-diary): Remove empty lines.
11579
11580 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
11581
11582 * comint.el (comint-output-filter-functions): Add autoload cookie.
11583
11584 2005-04-28 Kim F. Storm <storm@cua.dk>
11585
11586 * ido.el (ido-everywhere): Fix last change.
11587
11588 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
11589
11590 * international/latexenc.el: New file.
11591 * international/mule-conf.el (file-coding-system-alist): For .tex,
11592 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
11593
11594 2005-04-28 Lute Kamstra <lute@gnu.org>
11595
11596 * font-lock.el (font-lock-add-keywords)
11597 (font-lock-remove-keywords): Clarify docstring.
11598 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
11599 Don't start docstrings with a `*'.
11600 (font-lock-update-removed-keyword-alist): Give it a docstring.
11601
11602 * generic-x.el: Update commentary section.
11603 Only require font-lock when compiling.
11604 Define all modes conditionally.
11605 Place all generic modes in the generic-x-modes customization group.
11606 (generic-x-modes): New customization group.
11607 (generic-default-modes, generic-mswindows-modes)
11608 (generic-unix-modes, generic-other-modes): New constants.
11609 (generic-define-mswindows-modes, generic-define-unix-modes):
11610 Update docstrings. Make them obsolete.
11611 (generic-extras-enable-list): New default value. Update docstring.
11612 Improve :type. Change :set function.
11613 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
11614 Fix docstring.
11615
11616 * emacs-lisp/generic.el (generic-mode-internal):
11617 Simplify font-lock-defaults.
11618 (define-generic-mode): Fix docstring.
11619
11620 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11621
11622 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
11623 font-lock-face property to highlight matches.
11624
11625 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
11626
11627 * progmodes/cc-mode.el (cc-create-define-alist): New function.
11628 (cc-define-alist): New variable.
11629 (c-mode): Make it local and initialize it.
11630
11631 * progmodes/gdb-ui.el (gdb-active-process): New variable.
11632 (gdb-exited): New function.
11633 (gdb-annotation-rules): Use it.
11634 (gdb-starting): Set gdb-active-process to t.
11635 (gdb-stopping): Amend doc string.
11636 (gdb-reset): Set gdb-active-process to nil.
11637
11638 * tooltip.el (tooltip-gud-tips): Show the associated #define
11639 directives when a C program under GDB is not executing.
11640
11641 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11642
11643 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
11644 font-lock-fontify-syntactic-keywords.
11645
11646 * font-lock.el (font-lock-default-fontify-region): Don't force
11647 parse-sexp-lookup-properties to nil.
11648
11649 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
11650
11651 * man.el (man-mode-syntax-table): Set up `:' to have
11652 word-constituent syntax.
11653
11654 2005-04-27 Lute Kamstra <lute@gnu.org>
11655
11656 * novice.el (disable-command): Don't add spurious newlines to the
11657 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
11658
11659 2005-04-26 Jay Belanger <belanger@truman.edu>
11660
11661 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
11662 than one window before deleting window.
11663
11664 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
11665
11666 * shell.el (shell-prompt-pattern): Doc fix.
11667 (shell-mode): Set paragraph-separate buffer locally to "\\'".
11668
11669 * comint.el (comint-prompt-regexp, comint-get-old-input)
11670 (comint-use-prompt-regexp)
11671 (comint-use-prompt-regexp-instead-of-fields)
11672 (comint-replace-by-expanded-history, comint-send-input)
11673 (comint-output-filter, comint-get-old-input-default)
11674 (comint-line-beginning-position, comint-bol, comint-show-output)
11675 (comint-backward-matching-input, comint-forward-matching-input)
11676 (comint-next-prompt, comint-previous-prompt):
11677 Rename `comint-use-prompt-regexp-instead-of-fields' to
11678 `comint-use-prompt-regexp'. Keep old name as alias and declare
11679 obsolete.
11680 (comint-use-prompt-regexp): Shorten first line of doc string.
11681
11682 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
11683 Set paragraph-separate buffer locally to "\\'".
11684
11685 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
11686 Adapt to above name change.
11687
11688 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11689 (smbclient-prompt-regexp): Ditto.
11690
11691 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
11692
11693 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
11694
11695 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
11696 gdb-location-list.
11697 Break lines that are over 80 characters wide.
11698
11699 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11700
11701 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
11702 New fun and var, to preserve compatibility.
11703
11704 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
11705
11706 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
11707
11708 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
11709 name to file-newer-than-file-p.
11710
11711 2005-04-26 Richard M. Stallman <rms@gnu.org>
11712
11713 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
11714
11715 * progmodes/python.el (python-mode):
11716 Use new name eldoc-documentation-function.
11717
11718 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
11719
11720 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
11721 (eldoc-documentation-function):
11722 Rename from eldoc-print-current-symbol-info-function. Calls changed.
11723
11724 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
11725
11726 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
11727
11728 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11729
11730 * term/xterm.el (function-key-map): Fix strings for
11731 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
11732 {C,S,A,C-S}-{f1-f12}.
11733
11734 2005-04-26 Kenichi Handa <handa@m17n.org>
11735
11736 * international/mule-cmds.el (select-safe-coding-system):
11737 Fix previous change.
11738
11739 2005-04-26 Lute Kamstra <lute@gnu.org>
11740
11741 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
11742
11743 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
11744 (font-lock-comment-delimiter-face): Ditto.
11745
11746 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
11747
11748 2005-04-25 Jay Belanger <belanger@truman.edu>
11749
11750 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
11751 to t while inserting information; use help-mode.
11752
11753 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11754
11755 * term.el (ansi-term-color-vector): Use the xterm colors.
11756 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
11757
11758 2005-04-25 Lute Kamstra <lute@gnu.org>
11759
11760 * font-core.el (font-lock-defaults): Fix docstring.
11761
11762 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
11763
11764 2005-04-25 Kenichi Handa <handa@m17n.org>
11765
11766 * international/mule-cmds.el (select-safe-coding-system):
11767 Don't check consistency with coding: spec, etc if raw-text or
11768 no-conversion was found to be safe.
11769
11770 2005-04-24 Richard M. Stallman <rms@gnu.org>
11771
11772 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
11773 citation markers at start of each line.
11774
11775 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
11776 citation markers at start of each line.
11777
11778 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
11779
11780 * files.el (mode-require-final-newline): Fix previous change.
11781 (require-final-newline): Fix type label.
11782
11783 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11784
11785 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
11786 statement in buffer (broken by 2004-11-24 change).
11787
11788 2005-04-24 Kim F. Storm <storm@cua.dk>
11789
11790 * ido.el (ido-everywhere): Save and restore old read-buffer-function
11791 and read-file-name-function values. Don't overwrite existing
11792 non-nil values if ido-mode is enabled without ido-everywhere.
11793
11794 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
11795
11796 * files.el (mode-require-final-newline): Minor doc fix.
11797
11798 2005-04-24 Eli Zaretskii <eliz@gnu.org>
11799
11800 * subr.el (syntax-after): Doc fix.
11801 (syntax-class): If argument is nil, return nil. Mask off upper 16
11802 bits, not 8 bits.
11803
11804 * files.el (mode-require-final-newline): Doc fix.
11805 (backup-buffer-copy): Fix last change.
11806
11807 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11808
11809 * term/mac-win.el: Require select. Set selection-coding-system to
11810 mac-system-coding-system. Call menu-bar-enable-clipboard.
11811 (x-last-selected-text-clipboard, x-last-selected-text-primary)
11812 (x-select-enable-clipboard): New variables.
11813 (x-select-text, x-get-selection, x-selection-value)
11814 (x-get-selection-value, mac-select-convert-to-string)
11815 (mac-services-open-file, mac-services-open-selection)
11816 (mac-services-insert-text): New functions.
11817 (CLIPBOARD, FIND): Put mac-scrap-name property.
11818 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
11819 (public.tiff): Put mac-ostype property.
11820 (selection-converter-alist): Add entries for them.
11821 (mac-application-menu-map): New keymap.
11822 (interprogram-cut-function, interprogram-paste-function): Set to
11823 x-select-text and x-get-selection-value, respectively.
11824 (split-window-keep-point): Set to t.
11825
11826 2005-04-23 Richard M. Stallman <rms@gnu.org>
11827
11828 * files.el (read-directory-name): Always pass non-nil
11829 DEFAULT-FILENAME arg to read-file-name.
11830 (backup-buffer-copy, basic-save-buffer-2): Take care against
11831 writing thru an unexpected existing symlink.
11832 (revert-buffer): In indirect buffer, revert the base buffer.
11833 (magic-mode-alist): Doc fix.
11834 (buffer-stale-function): Doc fix.
11835 (minibuffer-with-setup-hook): Avoid warning.
11836 (mode-require-final-newline): Doc and custom fix.
11837
11838 * follow.el (follow-end-of-buffer): Use with-no-warnings.
11839
11840 * font-lock.el (font-lock-comment-face): On terminals with few colors,
11841 use the default appearance.
11842 (font-lock-comment-delimiter-face): New face, new variable.
11843
11844 * imenu.el (imenu--generic-function): The official position of a
11845 definition is the start of the line that BEG is in.
11846
11847 * midnight.el (midnight-timer): Move defvar up.
11848
11849 * mouse.el (mouse-drag-region-1): Delete some debugging code.
11850
11851 * saveplace.el (save-place-to-alist): Use with-no-warnings.
11852
11853 * startup.el (command-line): Use with-no-warnings.
11854
11855 * window.el (window-size-fixed): New defvar.
11856
11857 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
11858
11859 * mail/rmail.el (rmail-font-lock-keywords):
11860 Use font-lock-comment-delimiter-face.
11861
11862 * mail/sendmail.el (mail-font-lock-keywords):
11863 Use font-lock-comment-delimiter-face.
11864
11865 * progmodes/compile.el (next-error-highlight-timer): New defvar.
11866
11867 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
11868
11869 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11870 Specify t for LAXMATCH when matching directories.
11871 Save match data around compilation-compat-error-properties form.
11872
11873 2005-04-23 David Kastrup <dak@gnu.org>
11874
11875 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
11876 Mention that the autoloaded aliases should be kept for AUCTeX.
11877
11878 2005-04-23 Andreas Schwab <schwab@suse.de>
11879
11880 * isearch.el (isearch-forward): Doc fix.
11881
11882 2005-04-23 Eli Zaretskii <eliz@gnu.org>
11883
11884 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
11885 (jit-lock-stealth-nice): Change default value to 0.5.
11886
11887 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
11888
11889 * abbrev.el (write-abbrev-file): Write table entries in
11890 alphabetical order by table name.
11891
11892 2005-04-22 Kim F. Storm <storm@cua.dk>
11893
11894 * ido.el (ido-read-internal): Fix `list' completion.
11895
11896 2005-04-22 Kenichi Handa <handa@m17n.org>
11897
11898 * recentf.el (recentf-save-file-coding-system): New variable.
11899 (recentf-save-list): Encode the file by
11900 recentf-save-file-coding-system and add coding: tag.
11901
11902 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
11903
11904 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
11905
11906 2005-04-21 Lute Kamstra <lute@gnu.org>
11907
11908 * loadhist.el (unload-feature): Don't remove a function from hooks
11909 if it is about to be restored to an autoload . Remove functions
11910 that will become unbound from auto-mode-alist. Simplify the code.
11911
11912 * subr.el (assq-delete-all): New implementation that is linear,
11913 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
11914 (rassq-delete-all): New function.
11915
11916 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11917 Add size-indication-mode.
11918
11919 2005-04-21 Kenichi Handa <handa@m17n.org>
11920
11921 * international/mule-cmds.el: Add autoload for widget-value in
11922 eval-when-compile.
11923
11924 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
11925
11926 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11927 Add tooltip-mode.
11928
11929 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
11930
11931 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
11932
11933 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
11934 (inferior-lisp-filter-regexp, inferior-lisp-program)
11935 (inferior-lisp-load-command, inferior-lisp-prompt)
11936 (inferior-lisp-mode-hook, lisp-source-modes)
11937 (inferior-lisp-load-hook): defvar->defcustom.
11938 (inferior-lisp-program, inferior-lisp-prompt)
11939 (inferior-lisp-load-hook): Doc fixes.
11940 (inferior-lisp-install-letter-bindings): Small change in
11941 introductory comment.
11942
11943 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
11944
11945 * vc.el (vc-annotate-color-map): Change some colors so that text
11946 using them as foreground is readable on both white and black
11947 backgrounds.
11948
11949 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11950
11951 * international/mule-conf.el (translation-table-for-input):
11952 Remove redundant declaration.
11953
11954 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11955
11956 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
11957
11958 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
11959 (tooltip-toggle-gud-tips): New function.
11960
11961 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11962
11963 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
11964 right angle brackets.
11965
11966 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11967
11968 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
11969
11970 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11971
11972 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
11973 Remove. Update callers to use expand-file-name instead.
11974
11975 * subr.el (syntax-class): New function.
11976
11977 * simple.el (blink-matching-open): Use it.
11978
11979 * paren.el (show-paren-function): Use it to recognize parens that are
11980 also used in 2-char comment markers.
11981
11982 2005-04-19 Lute Kamstra <lute@gnu.org>
11983
11984 * loadhist.el (unload-feature): Update for new format of
11985 load-history. Simplify the code.
11986
11987 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11988
11989 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
11990 (mac-add-charset-info): New function. Initialize variable
11991 mac-charset-info-alist using it.
11992 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
11993 for translation.
11994 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
11995 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
11996 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
11997 New CCL programs.
11998
11999 2005-04-19 Kim F. Storm <storm@cua.dk>
12000
12001 * simple.el (next-buffer, prev-buffer, next-error)
12002 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
12003 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
12004
12005 * bindings.el (next-buffer, prev-buffer, next-error)
12006 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
12007 (clone-indirect-buffer-other-window): Move bindings from simple.el.
12008 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
12009 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
12010
12011 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12012
12013 * isearch.el (isearch-edit-string): Make the search-ring available for
12014 minibuffer history commands.
12015 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
12016 the default history commands now work just as well.
12017 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
12018
12019 2005-04-18 Kim F. Storm <storm@cua.dk>
12020
12021 * emulation/cua-base.el (cua--pre-command-handler): Add more
12022 elaborate check for shift modifier on non-window systems.
12023
12024 2005-04-18 Lars Hansen <larsh@math.ku.dk>
12025
12026 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
12027
12028 2005-04-18 Kim F. Storm <storm@cua.dk>
12029
12030 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
12031 and make it optional. Don't test tooltip-gud-echo-area here.
12032 (tooltip-gud-process-output, gdb-tooltip-print):
12033 Pass tooltip-gud-echo-area to tooltip-show.
12034 (tooltip-help-tips): Remove second optional arg to tooltip-show.
12035
12036 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12037
12038 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
12039 `display-graphic-p' may not be bound yet.
12040
12041 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
12042
12043 * startup.el (command-line): No longer enable Xterm Mouse mode by
12044 default in terminals compatible with xterm.
12045
12046 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
12047
12048 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
12049
12050 * tooltip.el (tooltip-gud-echo-area): Rename from
12051 tooltip-use-echo-area.
12052 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
12053 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
12054 area independently of where help tooltips are displayed.
12055
12056 2005-04-17 David Kastrup <dak@gnu.org>
12057
12058 * cus-theme.el (custom-theme-write-variables): Quote variables
12059 where necessary.
12060
12061 2005-04-17 Richard M. Stallman <rms@gnu.org>
12062
12063 * simple.el (yank-excluded-properties): Add follow-link to value.
12064
12065 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
12066
12067 * startup.el (fancy-splash-max-time): Just 30 seconds.
12068 (fancy-splash-delay): Just 7.
12069 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
12070
12071 * loadhist.el (unload-feature): Update for new format of load-history.
12072 Simplify the code.
12073
12074 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
12075 (rmail-font-lock-keywords): Don't fontify the text of a citation.
12076
12077 * mail/sendmail.el (mail-font-lock-keywords):
12078 Don't fontify subject text.
12079 Don't fontify the text of a citation.
12080
12081 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
12082
12083 * comint.el (comint-output-filter): Run comint-output-filter-functions
12084 with point where the user had it.
12085
12086 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12087
12088 * international/ucs-tables.el (ucs-set-table-for-input):
12089 Disable when using unify-on-decoding.
12090
12091 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
12092
12093 * emulation/cua-base.el (cua-global-mark-face): Add special case
12094 for displays supporting a high number of colors.
12095
12096 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
12097
12098 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
12099
12100 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
12101
12102 * filesets.el (filesets-add-buffer): If user supplies a name of a
12103 non-existing fileset, create a new fileset.
12104
12105 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
12106
12107 * textmodes/org.el (org-up-heading-all): Fix bug with
12108 `outline-up-heading-all'.
12109
12110 2005-04-16 Andreas Schwab <schwab@suse.de>
12111
12112 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
12113 /etc/permissions.d/* and /etc/aliases.d/*.
12114
12115 2005-04-16 Kenichi Handa <handa@m17n.org>
12116
12117 * international/code-pages.el (cp-make-coding-system):
12118 Set `translation-table-for-input' property value to the symbol
12119 ucs-mule-to-mule-unicode, not to that value.
12120 (pt154): Escape guillemet by `\'.
12121
12122 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
12123
12124 * loadup.el: Load tooltip if x-show-tip is fboundp.
12125
12126 * startup.el (command-line): Add comment.
12127
12128 * tooltip.el (tooltip-mode): Specify correct standard value for
12129 Custom in init-value.
12130
12131 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
12132
12133 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
12134 possible.
12135
12136 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
12137
12138 * textmodes/org.el (org-agenda-date-prompt): Rename from
12139 `org-agenda-date-today'.
12140 (org-evaluate-time-range): Insert at point instead of directly
12141 after time range.
12142 (org-first-headline-recenter, org-subtree-end-visible-p)
12143 (org-optimize-window-after-visibility-change): New functions
12144 (org-agenda-post-command-hook): Don't allow point at end of line,
12145 to make sure it always hits the text properties.
12146 (org-agenda-next-date-line, org-agenda-previous-date-line):
12147 New commands.
12148 (org-set-regexps-and-options): Category may contain white space.
12149 (org-agenda-get-deadlines, org-agenda-get-scheduled):
12150 Improve marker positions.
12151 (org-agenda-new-marker): Argument POS made optional.
12152 (org-agenda-get-timestamps): Deadlines which are done are listed
12153 in org-done-face now.
12154 (org-agenda-get-todos, org-agenda-get-timestamps)
12155 (org-agenda-get-deadlines, org-agenda-get-scheduled):
12156 Set `undone-face' and `done-face' properties.
12157 (org-last-todo-state-is-todo): New variable.
12158 (org-todo): Set `org-last-todo-state-is-todo'.
12159 (org-agenda-todo): Change face according to
12160 `org-last-todo-state-is-todo'. And change other lines referring to
12161 the same entry.
12162 (org-calendar-goto-agenda): New command.
12163 (org-calendar-to-agenda-key): New option.
12164 (org-startup-folded): New allowed value `content'.
12165 (org-set-regexps-and-options): Accept new value `content' for
12166 `org-startup-folded'.
12167 (org-get-current-options): Handle new value `content' for
12168 `org-startup-folded'.
12169 (org-insert-todo-heading): New command.
12170 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
12171 interactively in empty file and option
12172 `org-insert-mode-line-in-empty-file' has been set.
12173 (org-agenda-todo,org-agenda-priority): Modify to use
12174 `org-agenda-change-all-lines'.
12175 (org-warning-face): Change color on dark background
12176
12177 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12178
12179 * international/mule-cmds.el (set-locale-environment): On Mac OS,
12180 use preferences AppleLocale and AppleLanguages, and variable
12181 mac-system-locale for default locale. On Mac OS Classic, use
12182 mac-system-coding-system for default coding systems.
12183
12184 * term/mac-win.el: Don't set file-name-coding-system.
12185 Decode variables system-name, emacs-build-system, user-login-name, and
12186 user-full-name by mac-system-coding-system on Mac OS Classic.
12187 (mac-system-coding-system): New variable.
12188
12189 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
12190
12191 * startup.el (command-line): Handle `xterm-mouse-mode' before
12192 reading init file.
12193
12194 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
12195
12196 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
12197
12198 * progmodes/sh-script.el (sh-here-document-word): Make it a
12199 defcustom. Doc fix.
12200 (sh-add): Bash uses $(( )) for arithmetic.
12201 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
12202 (sh-maybe-here-document): Remove quotes and leading whitespace
12203 from heredoc word when closing. Indent heredoc with tabs if word
12204 starts with "-".
12205
12206 2005-04-13 Richard M. Stallman <rms@gnu.org>
12207
12208 * simple.el (undo): Fix previous change.
12209
12210 * custom.el (defface): Doc fix.
12211
12212 2005-04-13 Lute Kamstra <lute@gnu.org>
12213
12214 * Makefile.in (DONTCOMPILE): Remove list.
12215 (compile, compile-always): Don't use DONTCOMPILE.
12216 (update-authors): Load the library in which batch-update-authors
12217 is defined.
12218 * makefile.w32-in (DONTCOMPILE): Remove list.
12219 (compile, compile-always): Fix comments.
12220 (update-authors): Load the library in which batch-update-authors
12221 is defined.
12222
12223 * generic-x.el (generic-mode-ini-file-find-file-hook):
12224 Rename to ini-generic-mode-find-file-hook.
12225 Keep generic-mode-ini-file-find-file-hook as an alias.
12226 (ini-generic-mode-find-file-hook): Rename from
12227 generic-mode-ini-file-find-file-hook. Fix docstring.
12228 (ini-generic-mode): Docstring change.
12229 (bat-generic-mode-run-as-comint): Silence the byte compiler.
12230
12231 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
12232 called from lisp.
12233
12234 * generic.el: Move to the emacs-lisp subdir.
12235
12236 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
12237
12238 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
12239 and C-S- function and cursor motion keys.
12240
12241 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
12242
12243 * startup.el (command-line): Enable Xterm Mouse mode by default.
12244 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
12245 for Custom. No longer show "Mouse" in mode line when enabled.
12246 Doc fix.
12247
12248 2005-04-12 Kim F. Storm <storm@cua.dk>
12249
12250 * emulation/cua-base.el (cua-rectangle-face)
12251 (cua-rectangle-noselect-face): Define face attributes here.
12252
12253 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
12254
12255 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12256
12257 * startup.el (command-line): Turn off blinking cursor if
12258 cursorBlink in resources is off or false.
12259
12260 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12261
12262 * term/mac-win.el (dnd): Require dnd.
12263 (mac-drag-n-drop): Call dnd-handle-one-url.
12264 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
12265 (kTextEncodingISOLatin2): Remove constants.
12266 (mac-script-code-coding-systems): New constant.
12267 (mac-handle-language-change): New function.
12268 (special-event-map): Bind it to `language-change' event.
12269 (mac-centraleurroman, mac-cyrillic): New coding systems.
12270 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
12271 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
12272 and mac-cyrillic-encoder to encode-mac-centraleurroman and
12273 encode-mac-cyrillic, respectively.
12274
12275 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
12276
12277 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
12278 Don't set overlay-arrow-string to "=>" as this is done
12279 globally in C now.
12280
12281 2005-04-12 Lute Kamstra <lute@gnu.org>
12282
12283 * generic-x.el (rc-generic-mode, rul-generic-mode):
12284 Fix auto-mode-alist entries.
12285 (etc-fstab-generic-mode): Tweak fontification.
12286
12287 * generic.el (generic-make-keywords-list): Fix docstring.
12288 (generic-mode-internal): Simplify generic-font-lock-keywords.
12289
12290 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
12291
12292 * whitespace.el (whitespace-buffer-leading)
12293 (whitespace-buffer-trailing): Revert the incorrect test inversion.
12294 However, fix the highlight area for the leading and
12295 trailing whitespaces to show space.
12296
12297 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
12298
12299 * whitespace.el (whitespace-version): Bump to 3.5
12300
12301 (whitespace-buffer-leading, whitespace-buffer-trailing):
12302 Invert sense of the test to highlight the whitespace.
12303
12304 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
12305
12306 * progmodes/gud.el (gud-display-line): GUD uses its own
12307 overlay arrow now so don't set overlay-arrow-string.
12308 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
12309
12310 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
12311
12312 * term.el (term-ansi-current-bold, term-ansi-current-underline)
12313 (term-ansi-current-reverse, term-ansi-current-invisible)
12314 (term-ansi-face-already-done): Change to boolean.
12315 (term-reset-terminal, term-handle-colors-array): Handle the above
12316 vars accordingly.
12317 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
12318 (term-emulate-terminal): Use the new name.
12319
12320 * faces.el (secondary-selection): Use yellow1, not yellow.
12321 (trailing-whitespace): Use red1, not red.
12322
12323 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12324
12325 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
12326 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
12327 (dired-dnd-handle-file): Call dnd-get-local-file-uri
12328
12329 * cus-edit.el (dnd): New group.
12330
12331 * term/w32-win.el (dnd): Require dnd
12332 (w32-drag-n-drop): Call dnd-handle-one-url.
12333
12334 * x-dnd.el: Require dnd.
12335 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
12336 Call dnd-handle-one-url.
12337 (x-dnd-types-alist, x-dnd-insert-utf8-text)
12338 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
12339 to dnd-insert-text.
12340 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
12341 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
12342 (x-dnd-get-local-file-name, x-dnd-open-local-file)
12343 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
12344
12345 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
12346
12347 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12348
12349 * wdired.el: Doc fixes.
12350 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
12351 (wdired-use-dired-vertical-movement): Rename from
12352 wdired-always-move-to-filename-beginning.
12353 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
12354 (wdired-change-to-wdired-mode): Change mode name.
12355 (wdired-newline): Delete.
12356
12357 2005-04-11 Richard M. Stallman <rms@gnu.org>
12358
12359 * whitespace.el (whitespace-highlight-the-space):
12360 Don't call whitespace-unhighlight-the-space here.
12361
12362 * simple.el (undo): Record t in undo-equiv-table
12363 for the redo record made by an undo-in-region.
12364
12365 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
12366
12367 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
12368 (gdb-frame-inferior-io-buffer): New Functions to control
12369 display of separate IO buffer.
12370 (menu): Add them to menu-bar.
12371 (gdb-display-buffer): Check for buffer another frame.
12372 Protect GUD buffer.
12373 (gdb-setup-windows): Create IO buffer if not already there.
12374 (gdb-memory-mode): Remove purecopy noops.
12375
12376 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
12377
12378 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
12379 and pass to self-insert-command.
12380
12381 2005-04-11 Lute Kamstra <lute@gnu.org>
12382
12383 * generic.el: Commentary section cleanup.
12384 (generic): Delete.
12385 (generic-use-find-file-hook, generic-lines-to-scan)
12386 (generic-find-file-regexp, generic-ignore-files-regexp)
12387 (default-generic-mode, generic-mode-find-file-hook)
12388 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
12389 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
12390 (generic-use-find-file-hook, generic-lines-to-scan)
12391 (generic-find-file-regexp, generic-ignore-files-regexp)
12392 (default-generic-mode, generic-mode-find-file-hook)
12393 (generic-mode-ini-file-find-file-hook): Move from generic.el.
12394
12395 2005-04-10 Karl Fogel <kfogel@red-bean.com>
12396
12397 * bookmark.el (bookmark-write-file): Catch errors writing file.
12398 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
12399
12400 2005-04-10 Richard M. Stallman <rms@gnu.org>
12401
12402 * startup.el (fancy-splash-tail): Update copyright year.
12403 (command-line): Split part of -Q into -D.
12404 (emacs-basic-display): New defvar.
12405 (fancy-splash-text): Correct name of menu item.
12406
12407 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
12408
12409 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
12410 lines in one node.
12411
12412 * comint.el (comint-send-input): New arg ARTIFICIAL.
12413 Callers in this file changed.
12414
12415 * abbrev.el (define-abbrevs): Read system abbrevs properly.
12416
12417 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
12418
12419 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
12420
12421 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
12422 `ldap-search-internal'.
12423
12424 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12425
12426 * files.el (set-auto-mode-1): Use line-end-position.
12427
12428 * international/latin-1.el:
12429 * international/latin-2.el:
12430 * international/latin-3.el:
12431 * international/latin-4.el:
12432 * international/latin-5.el:
12433 * international/latin-8.el:
12434 * international/latin-9.el: Give punctuation syntax to NBSP.
12435
12436 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
12437 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
12438 Use char-classes to accept non-ascii letters, accepted in some recent
12439 bibtex implementations.
12440
12441 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
12442
12443 * custom.el (custom-set-minor-mode): Any non-nil value for the
12444 variable should enable the mode when set through Custom.
12445
12446 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12447
12448 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
12449 TAB binding so tab-always-indent is obeyed.
12450 (vhdl-minibuffer-local-map): Move initialization into declaration.
12451 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
12452 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
12453 (vhdl-hooked-abbrev): Avoid test for XEmacs.
12454 (vhdl-current-line): Use line-beginning-position.
12455 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
12456 with-output-to-temp-buffer, so the current position can be recorded.
12457
12458 2005-04-10 Masatake YAMATO <jet@gyve.org>
12459
12460 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12461 Add regexp for gcov.
12462
12463 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12464
12465 * calendar/time-date.el (time-to-seconds, seconds-to-time)
12466 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
12467 syntax which Emacs 20 doesn't support.
12468
12469 2005-04-09 Richard M. Stallman <rms@gnu.org>
12470
12471 * help.el (describe-key-briefly, describe-key):
12472 Replace strings as event types with "(any string)".
12473
12474 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12475
12476 * arc-mode.el (archive-mode-map): Move initialization into
12477 the declaration. Override *all* bindings of `undo'.
12478 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
12479
12480 2005-04-09 Jay Belanger <belanger@truman.edu>
12481
12482 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
12483
12484 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12485
12486 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
12487 (xterm-register-default-colors): Update color values computation
12488 to match xterm-200.
12489
12490 2005-04-09 Kenichi Handa <handa@m17n.org>
12491
12492 * international/code-pages.el (iso-latin-7): Fix the map.
12493
12494 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
12495
12496 * emacs-lisp/lisp.el (defun-prompt-regexp)
12497 (parens-require-spaces, buffer-end, end-of-defun)
12498 (insert-parentheses): Doc fixes.
12499
12500 2005-04-08 Kim F. Storm <storm@cua.dk>
12501
12502 * comint.el (comint-highlight-prompt): Fix face spec.
12503 * hi-lock.el (hi-green): Likewise.
12504
12505 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
12506
12507 * cus-edit.el (custom-modified-face):
12508 * comint.el (comint-highlight-input): Fix previous changes.
12509 * term.el (term-handle-ansi-escape): Add a comment.
12510
12511 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12512
12513 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
12514 in the buffer and in whitespace-highlighted-space.
12515 (whitespace-unhighlight-the-space): Simplify.
12516 (whitespace-buffer): Simplify.
12517
12518 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
12519
12520 * textmodes/table.el (table-cell-face): Add special case for
12521 displays supporting a high number of colors.
12522 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12523 (vhdl-font-lock-reserved-words-face)
12524 (vhdl-speedbar-architecture-face)
12525 (vhdl-speedbar-instantiation-face)
12526 (vhdl-speedbar-architecture-selected-face)
12527 (vhdl-speedbar-instantiation-selected-face): Likewise.
12528 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
12529 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
12530 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12531 (ebrowse-root-class-face, ebrowse-member-attribute-face)
12532 (ebrowse-progress-face): Likewise.
12533 * progmodes/compile.el (compilation-info-face): Likewise.
12534 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
12535 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
12536 * calendar/calendar.el (diary-face): Likewise.
12537 * woman.el (woman-italic-face, woman-bold-face)
12538 (woman-unknown-face): Likewise.
12539 * wid-edit.el (widget-button-pressed-face): Likewise.
12540 * whitespace.el (whitespace-highlight-face): Likewise.
12541 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
12542 * pcvs-info.el (cvs-marked-face): Likewise.
12543 * info.el (info-xref): Likewise.
12544 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
12545 * hilit-chg.el (highlight-changes-face)
12546 (highlight-changes-delete-face): Likewise.
12547 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
12548 (hi-red-b): Likewise.
12549 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
12550 * font-lock.el (font-lock-keyword-face)
12551 (font-lock-function-name-face, font-lock-warning-face): Likewise.
12552 * cus-edit.el (custom-invalid-face, custom-modified-face)
12553 (custom-set-face, custom-changed-face, custom-variable-tag-face)
12554 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
12555 * comint.el (comint-highlight-prompt): Likewise.
12556
12557 2005-04-08 Lute Kamstra <lute@gnu.org>
12558
12559 * font-lock.el (font-lock-keywords): Docstring fixes.
12560
12561 2005-04-08 Kenichi Handa <handa@m17n.org>
12562
12563 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
12564 chars are more than a limit, print " and more..." at the tail.
12565
12566 2005-04-08 Kim F. Storm <storm@cua.dk>
12567
12568 * emacs-lisp/authors.el (authors-aliases): Update list.
12569 (authors-ignored-files): New list.
12570 (authors-fixed-entries): Fix typo.
12571 (authors-renamed-files-alist): Update list.
12572 (authors-add): Check authors-ignored-files.
12573
12574 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
12575
12576 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
12577 optional, to ensure backward compatibility.
12578
12579 2005-04-08 Stephen Eglen <stephen@gnu.org>
12580
12581 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
12582
12583 2005-04-08 Kim F. Storm <storm@cua.dk>
12584
12585 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
12586
12587 * mouse.el (mouse-on-link-p): Doc fix.
12588
12589 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
12590
12591 * ielm.el (ielm-prompt-read-only): Doc fix.
12592
12593 * comint.el (comint-prompt-read-only): Doc fix.
12594
12595 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
12596
12597 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
12598 ensure dired always handles wildcards passed to ffap.
12599 (find-file-at-point): Use it.
12600 (ffap-dired-wildcards): Doc fix.
12601
12602 2005-04-07 Juri Linkov <juri@jurta.org>
12603
12604 * simple.el (next-error-overlay-arrow-position): New defvar.
12605 Put "=>" on its property `overlay-arrow-string'. Add it to
12606 `overlay-arrow-variable-list'.
12607
12608 * progmodes/compile.el (compilation-setup):
12609 Set `next-error-overlay-arrow-position' to nil. Also set it to
12610 nil in the local hook `kill-buffer-hook'. Make local variable
12611 `overlay-arrow-string' and set it to "=>".
12612 (compilation-goto-locus): Set BOL position to
12613 `next-error-overlay-arrow-position' instead of
12614 `overlay-arrow-position'.
12615
12616 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
12617 locally instead of adding it to the global hook.
12618 (Info-kill-buffer): Move up.
12619
12620 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
12621
12622 * term/xterm.el (xterm-standard-colors): Update color values from
12623 xterm-200.
12624
12625 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
12626
12627 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
12628
12629 * fast-lock.el:
12630 * lazy-lock.el: Move them to the obsolete subdir.
12631
12632 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12633
12634 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
12635 (wdired-add-replace-advice): Remove.
12636 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
12637
12638 2005-04-06 Kim F. Storm <storm@cua.dk>
12639
12640 * startup.el (command-line): Add --bare-bones alias for -Q.
12641
12642 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12643
12644 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
12645 create the startup fontset if a font specification ends with
12646 `mac-roman'.
12647
12648 2005-04-06 Lute Kamstra <lute@gnu.org>
12649
12650 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
12651 change.
12652
12653 * emacs-lisp/copyright.el (copyright-update-year): Replace the
12654 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
12655
12656 2005-04-05 Lute Kamstra <lute@gnu.org>
12657
12658 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
12659 (define-generic-mode): Ditto. Fix debug declaration.
12660
12661 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12662 Put them in the generic-x group.
12663
12664 * calendar/timeclock.el (timeclock): Doc fix.
12665
12666 * generic.el (define-generic-mode): Don't use custom-current-group.
12667 Document default :group value.
12668 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
12669 (define-global-minor-mode): Don't use custom-current-group.
12670
12671 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
12672
12673 * startup.el (command-line-1): Display startup-echo-area-message
12674 when fancy splash screen is in use.
12675
12676 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
12677 (sh-escaped-newline): New face.
12678 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
12679 newline, and use sh-escaped-newline face.
12680
12681 * progmodes/tcl.el (tcl-escaped-newline): New face.
12682 (tcl-builtin-list): New variable.
12683 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
12684 newlines. Fix keywords subexpression number.
12685
12686 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
12687
12688 * textmodes/org.el (org-diary-default-entry): Fix call to
12689 `add-to-diary-entry'.
12690
12691 2005-04-05 Kim F. Storm <storm@cua.dk>
12692
12693 * ediff-init.el: Use (featurep 'xemacs).
12694
12695 2005-04-05 David Ponce <david@dponce.com>
12696
12697 * cus-edit.el (face): Derive from symbol widget. Display sample
12698 of the current face on the fly.
12699 (widget-face-sample-face-get, widget-face-notify): New functions.
12700 (widget-face-value-create): Remove.
12701
12702 * wid-edit.el (widget-field-end): Temporarily remove field
12703 narrowing before to call `get-char-property'.
12704
12705 2005-04-04 Jay Belanger <belanger@truman.edu>
12706
12707 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
12708 (math-read-subscripts): New variable.
12709 (math-read-preprocess-string): Process subscripts.
12710
12711 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
12712
12713 * comint.el (comint-prompt-read-only): Doc fix.
12714
12715 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
12716 `-1'. Doc fix.
12717
12718 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
12719
12720 * textmodes/org.el (org-insert-mode-line-in-empty-file):
12721 Change default value to nil.
12722
12723 2005-04-04 Lute Kamstra <lute@gnu.org>
12724
12725 * autorevert.el (auto-revert-mode): Specify :group.
12726 * battery.el (display-battery-mode): Specify :group.
12727 * diff-mode.el (diff-minor-mode): Specify :group.
12728 * font-core.el (font-lock-mode): Specify :group.
12729 * hl-line.el (hl-line-mode): Specify :group.
12730 * iimage.el (iimage): New customization group.
12731 (iimage-mode): Specify :group.
12732 * longlines.el (longlines-mode): Specify :group.
12733 * master.el: Don't require easy-mmode.
12734 (master): New customization group.
12735 (master-mode): Specify :group.
12736 * msb.el (msb-mode): Specify :group.
12737 * reveal.el (reveal-mode): Specify :group.
12738 * simple.el (next-error-follow-minor-mode): Specify :group.
12739 * smerge-mode.el (smerge-mode): Specify :group.
12740 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
12741 * emulation/cua-base.el (cua-mode): Specify :group.
12742 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
12743 * language/thai-util.el (thai-auto-composition-mode)
12744 (thai-word-mode): Specify :group.
12745 * mail/supercite.el (sc-minor-mode): Specify :group.
12746 * progmodes/cwarn.el (cwarn-mode): Specify :group.
12747 * progmodes/flymake.el (flymake-mode): Specify :group.
12748 * progmodes/glasses.el (glasses-mode): Specify :group.
12749 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
12750 * textmodes/enriched.el (enriched-mode): Specify :group.
12751 * textmodes/refill.el (refill-mode): Specify :group.
12752
12753 * add-log.el (change-log-font-lock-keywords): Names in
12754 parenthesized lists can contain spaces.
12755
12756 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
12757
12758 * startup.el (fancy-splash-text): Shorten default text of
12759 "Emacs Tutorial" line. Also, if the current language env
12760 indicates an available tutorial file other than TUTORIAL,
12761 extract its title and append it to the line in parentheses.
12762 (fancy-splash-insert): If arg is a thunk, funcall it.
12763
12764 2005-04-04 Jay Belanger <belanger@truman.edu>
12765
12766 * calc.el (calc-language-alist): Add tags to customization type.
12767
12768 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
12769
12770 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
12771 Doc fix.
12772
12773 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
12774
12775 * add-log.el (change-log-font-lock-keywords): The manual
12776 describing a Change Log entry, says: (...) "Aside from these
12777 header lines, every line in the change log starts with a space or
12778 a tab.". The font-lock was not highlighting lines started with
12779 spaces, added support for it.
12780
12781 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12782
12783 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
12784 (bibtex-generate-url-list): Update docstring accordingly. Put the
12785 complex example in the docstring.
12786 (bibtex-font-lock-url): Use pop.
12787
12788 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12789
12790 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
12791
12792 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
12793
12794 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
12795
12796 * filesets.el (filesets-set-default): Doc fix.
12797
12798 2005-04-03 Lute Kamstra <lute@gnu.org>
12799
12800 * generic.el (define-generic-mode): Add argument to specify
12801 keywords for defcustom.
12802 (default-generic-mode): Specify :group.
12803
12804 * generic-x.el: Specify :group for all generic modes.
12805
12806 * desktop.el (desktop-no-desktop-file-hook)
12807 (desktop-after-read-hook): Doc fix.
12808
12809 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
12810
12811 * simple.el (visible-mode): Use explicit :group keyword.
12812 This changes the group of `visible-mode-hook' from paren-blinking
12813 to editing-basics.
12814
12815 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
12816
12817 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
12818 mailbox specifications as well as URLs.
12819 (rmail-insert-inbox-text): Remove unused conditional branches.
12820
12821 2005-04-01 Jay Belanger <belanger@truman.edu>
12822
12823 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12824 (calc-gnuplot-print-command): Move definitions to calc.el.
12825
12826 * calc/calc-embed.el (calc-embedded-announce-formula)
12827 (calc-embedded-open-formula, calc-embedded-close-formula)
12828 (calc-embedded-open-word, calc-embedded-close-word)
12829 (calc-embedded-open-plain, calc-embedded-close-plain)
12830 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
12831 (calc-embedded-open-mode, calc-embedded-close-mode):
12832 Move definitions to calc.el.
12833
12834 * calc/calc.el (calc-settings-file, calc-language-alist):
12835 Make customizable.
12836 (calc-embedded-announce-formula, calc-embedded-open-formula)
12837 (calc-embedded-close-formula, calc-embedded-open-word)
12838 (calc-embedded-close-word, calc-embedded-open-plain)
12839 (calc-embedded-close-plain, calc-embedded-open-new-formula)
12840 (calc-embedded-close-new-formula, calc-embedded-open-mode)
12841 (calc-embedded-close-mode, calc-gnuplot-name)
12842 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
12843 from other files and make customizable.
12844
12845 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12846
12847 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
12848 Use buffer-live-p.
12849 (cvs-mode-run): Don't call cvs-update-header here.
12850 (cvs-run-process): Call cvs-update-header.
12851 Use process properties for cvs-postprocess and cvs-buffer so that
12852 the sentinel can behave better if the temp buffer is killed.
12853 Use a pipe rather than a tty, to better handle unexpected prompts.
12854 (cvs-sentinel): Rewrite. Call cvs-update-header.
12855
12856 2005-04-01 Andre Spiegel <spiegel@gnu.org>
12857
12858 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
12859 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
12860
12861 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12862
12863 * generic.el (define-generic-mode): Add indentation rule.
12864
12865 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
12866
12867 * files.el (mode-require-final-newline): Make Custom correctly
12868 report a nil value and allow to set it to nil via Custom.
12869 Doc fix.
12870
12871 2005-04-01 Kenichi Handa <handa@m17n.org>
12872
12873 * international/characters.el: Enable the correct case setting for
12874 dotless-i and dotted-I.
12875
12876 2005-04-01 Kim F. Storm <storm@cua.dk>
12877
12878 * ido.el (ido-file-internal): Fall back to non-ido command if
12879 initial directory is on slow ftp (or tramp) host.
12880
12881 2005-03-31 Richard M. Stallman <rms@gnu.org>
12882
12883 * emacs-lisp/autoload.el (make-autoload):
12884 Handle define-global-minor-mode.
12885
12886 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12887 Rename from easy-mmode-define-global-mode.
12888 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
12889
12890 * progmodes/scheme.el (scheme-mode-syntax-table):
12891 Update syntax of | and # for two-character comment syntax.
12892
12893 2005-03-31 Lute Kamstra <lute@gnu.org>
12894
12895 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
12896 (define-minor-mode): Call custom-current-group at load-time.
12897
12898 * generic.el (define-generic-mode): Add debug declaration.
12899 Add defcustom for the mode hook.
12900 (generic-mode-internal): Use run-mode-hooks.
12901
12902 2005-03-31 Kim F. Storm <storm@cua.dk>
12903
12904 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
12905 (mouse-fixup-help-message): New defun called by show_help_echo
12906 to fixup mouse-2 prefix in help messages when applicable.
12907
12908 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
12909
12910 2005-03-31 Kenichi Handa <handa@m17n.org>
12911
12912 * language/thai-word.el (thai-find-word-ends): Pay attention to
12913 the case that we reach the end of buffer.
12914
12915 * textmodes/fill.el (fill-text-properties-at): New function.
12916 (fill-newline): Use fill-text-properties-at instead of
12917 text-properties-at.
12918
12919 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12920
12921 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
12922 not comint-quote-filename.
12923
12924 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
12925
12926 * help-fns.el (help-with-tutorial): Revert last change.
12927
12928 2005-03-31 Kim F. Storm <storm@cua.dk>
12929
12930 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
12931
12932 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
12933
12934 * calendar/cal-china.el: Update reference to "Calendrical
12935 Calculations" book; there's a new edition.
12936 * calendar/cal-coptic.el: Likewise.
12937 * calendar/cal-french.el: Likewise.
12938 * calendar/cal-hebrew.el: Likewise.
12939 * calendar/cal-islam.el: Likewise.
12940 * calendar/cal-iso.el: Likewise.
12941 * calendar/cal-julian.el: Likewise.
12942 * calendar/cal-mayan.el: Likewise.
12943 * calendar/cal-persia.el: Likewise.
12944 * calendar/calendar.el: Likewise.
12945 * calendar/holidays.el: Likewise.
12946 * calendar/lunar.el: Likewise.
12947 * calendar/solar.el: Likewise.
12948
12949 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
12950 white space from doc string.
12951
12952 2005-03-30 Jay Belanger <belanger@truman.edu>
12953
12954 * calc/calc-help.el (calc-full-help): Remove email address.
12955
12956 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
12957
12958 * help-fns.el (help-with-tutorial): Delete title line.
12959
12960 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12961
12962 * calendar/cal-x.el (calendar-one-frame-setup)
12963 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
12964 rather than 'symbol for set-window-dedicated-p.
12965
12966 * calendar/appt.el (appt-buffer-name): Make it a constant.
12967 (appt-add): Doc fix.
12968
12969 * filesets.el (filesets-menu-path, filesets-menu-before)
12970 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
12971 (filesets-menu-cache-file): Use directory ~/.emacs.d.
12972 (filesets-add-submenu): Delete and use add-submenu instead.
12973
12974 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
12975
12976 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
12977 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
12978 (org-diary-default-entry): New function.
12979 (org-get-entries-from-diary): Better parsing of diary entries.
12980 (org-agenda-check-no-diary): New function.
12981 ("diary-lib"): Advice to function `add-to-diary-list', to allow
12982 linking to diary entries.
12983 (org-agenda-execute-calendar-command): New function.
12984 (org-agenda): Improve visible section in window.
12985 Use `org-fit-agenda-window'.
12986 (org-fit-agenda-window): New option.
12987 (org-move-subtree-down): Better handling of empty lines
12988 at end of subtree.
12989 (org-cycle): Numeric prefix is interpreted now as show-subtree N
12990 levels up.
12991 (org-fontify-done-headline): New option.
12992 (org-headline-done-face): New face.
12993 (org-set-font-lock-defaults): Use `org-headline-done-face'.
12994 (org-table-copy-down): Rename from `org-table-copy-from-above'.
12995 When current field is non-empty, it is copied to next row.
12996 (org-table-copy-from-above): Fix bug which made it
12997 impossible to copy fields containing only a single non-white character.
12998
12999 2005-03-30 Kim F. Storm <storm@cua.dk>
13000
13001 * kmacro.el (kmacro-end-macro): Isearch may store this command
13002 into the macro -- so ignore it when executing keyboard macro.
13003
13004 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
13005
13006 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
13007
13008 2005-03-29 Kenichi Handa <handa@m17n.org>
13009
13010 * language/thai.el ("Thai"): Set setup-function and exit-function
13011 for Thai language environment.
13012
13013 * language/thai-util.el: Require thai-word.
13014 (thai-word-mode-map): New variable.
13015 (thai-word-mode): New minor mode.
13016 (setup-thai-language-environment-internal): New function.
13017 (exit-thai-language-environment-internal): New function.
13018
13019 * language/thai-word.el (thai-word-table): Declare it by defvar,
13020 use dolist to initialize it.
13021 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
13022 (thai-fill-find-break-point): New functions.
13023
13024 2005-03-29 Richard M. Stallman <rms@gnu.org>
13025
13026 * simple.el (idle-update-delay): Move definition up.
13027 (set-mark): Doc fix.
13028
13029 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
13030
13031 * longlines.el: New file.
13032
13033 * simple.el (buffer-substring-filters): New variable.
13034 (filter-buffer-substring): New function.
13035 (kill-region, copy-region-as-kill): Use it.
13036
13037 * register.el (copy-to-register, append-to-register)
13038 (prepend-to-register): Use filter-buffer-substring.
13039
13040 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
13041
13042 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
13043 (gud-filter-pending-text): Move in front of gdb.
13044 (gud-overlay-arrow-position): New variable.
13045 (gud-sentinel, gud-display-line): Use it in place of
13046 overlay-arrow-position.
13047
13048 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
13049
13050 * progmodes/fortran.el (fortran-if-indent): Doc fix.
13051 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
13052 (fortran-font-lock-keywords-4): New variable.
13053 (fortran-blocks-re, fortran-end-block-re)
13054 (fortran-start-block-re): New constants, for hideshow.
13055 (hs-special-modes-alist): Add a Fortran entry.
13056 (fortran-mode-map): Bind fortran-end-of-block,
13057 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
13058 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
13059 (fortran-looking-at-if-then, fortran-end-of-block)
13060 (fortran-beginning-of-block): New functions, for hideshow.
13061
13062 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
13063 Doc fix. Tweak regexp.
13064 (f90-beginning-of-block): Push mark first.
13065
13066 2005-03-29 Jay Belanger <belanger@truman.edu>
13067
13068 * calc/calc.el: Update copyright date.
13069 (calc-version): Increase to 2.1.
13070 (calc-version-date): Remove.
13071
13072 * calc/calc-help.el: Update copyright date.
13073 (calc-full-help): Remove reference to calc-version-date.
13074 Update copyright date.
13075
13076 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13077
13078 * vc.el (vc-do-command): Use a pipe for async processes, so password
13079 prompts don't show up at places where the user can't reply.
13080
13081 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
13082
13083 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
13084 on the file name we pass to the inferior shell.
13085
13086 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13087
13088 * progmodes/which-func.el (which-function): Be robust in the face of an
13089 imenu--make-index-alist failure.
13090
13091 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13092
13093 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
13094
13095 * progmodes/python.el (python-preoutput-filter): Fix last change.
13096
13097 2005-03-29 Lute Kamstra <lute@gnu.org>
13098
13099 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
13100 functions and compiled macros.
13101 (debug-convert-byte-code): Handle macros too.
13102 (debug-on-entry-1): Don't signal an error when trying to clear a
13103 function that is not set to debug on entry.
13104
13105 2005-03-29 Jay Belanger <belanger@truman.edu>
13106
13107 * calc/calc-lang.el: Add functions to math-function-table
13108 properties of tex and math.
13109
13110 2005-03-29 Kenichi Handa <handa@m17n.org>
13111
13112 * ps-mule.el (ps-mule-plot-string): Translate characters by
13113 ps-print-translation-table.
13114 (ps-mule-begin-job): Call find-charset-region/string with
13115 ps-print-translation-table.
13116 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
13117
13118 * ps-print.el (ps-print-translation-table): New variable.
13119 (ps-plot-region): Translate characters by ps-print-translation-table.
13120
13121 2005-03-29 Juri Linkov <juri@jurta.org>
13122
13123 * simple.el (next-error-highlight-timer): New variable.
13124
13125 * progmodes/compile.el (compilation-goto-locus):
13126 Use `next-error-highlight-timer' instead of `sit-for'.
13127
13128 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13129
13130 * mail/supercite.el (sc-mail-field): Use assoc-string.
13131 (sc-get-address): Simplify regexps.
13132
13133 * files.el (minibuffer-with-setup-hook): New macro.
13134 (find-file-read-args): Use it to avoid let-binding
13135 minibuffer-with-setup-hook (which breaks turning on/off
13136 file-name-shadow-mode while in the prompt).
13137
13138 * complete.el (PC-read-include-file-name-internal):
13139 Use test-completion.
13140
13141 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
13142
13143 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
13144
13145 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13146
13147 * window.el (window-buffer-height): Use count-screen-lines.
13148
13149 * progmodes/python.el (python-preoutput-leftover): New var.
13150 (python-preoutput-filter): Use it.
13151 (python-send-receive): Loop until all the result has been received.
13152
13153 2005-03-28 Juri Linkov <juri@jurta.org>
13154
13155 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
13156
13157 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
13158 "Recover Crashed Session".
13159 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
13160 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
13161 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
13162 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
13163 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
13164 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
13165 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
13166 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
13167
13168 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
13169 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
13170 Ediff Sessions", "Toggle use of separate control buffer frame",
13171 "Use separate frame for Ediff control buffer".
13172
13173 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
13174 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
13175 "Rename Bookmark", "Delete Bookmark".
13176
13177 * info.el (Info-mode-menu): Remove ellipsis from "Index".
13178 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
13179 Add `:active Info-index-alternatives' to "Next Matching Item".
13180
13181 * wdired.el (wdired-change-to-wdired-mode):
13182 Mention `wdired-abort-changes' key in the initial message.
13183
13184 * international/mule.el (auto-coding-alist): Associate non-ascii
13185 image filename extensions with `no-conversion'.
13186
13187 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13188
13189 * international/iso-acc.el:
13190 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
13191
13192 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
13193
13194 * textmodes/sgml-mode.el (html-mode): Doc update.
13195
13196 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
13197
13198 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
13199
13200 * term.el (term-move-columns): Fix face after extending a line.
13201 (term-insert-spaces): Likewise.
13202 (term-reset-terminal): Fix off by one error.
13203
13204 2005-03-26 Eli Zaretskii <eliz@gnu.org>
13205
13206 * international/mule.el (auto-coding-alist): Add .xpi files.
13207
13208 * files.el (auto-mode-alist): Add .xpi files.
13209
13210 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
13211
13212 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
13213
13214 2005-03-26 Eli Zaretskii <eliz@gnu.org>
13215
13216 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
13217
13218 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
13219
13220 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
13221 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
13222
13223 * calendar/cal-move.el (calendar-beginning-of-year): Move the
13224 cursor to Jan 1 when needed.
13225 (calendar-end-of-year): Fix -/+ typo.
13226 Reported by Chong Yidong <cyd@stupidchicken.com>.
13227
13228 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13229
13230 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
13231
13232 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
13233 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
13234
13235 2005-03-25 Richard M. Stallman <rms@gnu.org>
13236
13237 * filesets.el (filesets-init): Add autoload.
13238
13239 * mail/mailalias.el (mail-directory): Doc fix.
13240
13241 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13242
13243 * mail/mailalias.el (mail-directory-process): Do nothing if
13244 mail-directory-process is an atom.
13245 (mail-get-names): Ignore mail-directory-names if it is an atom.
13246 (mail-directory-process defvar): Doc fix.
13247 (mail-names): Doc fix.
13248
13249 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
13250
13251 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
13252
13253 2005-03-26 Kenichi Handa <handa@m17n.org>
13254
13255 * international/mule-util.el (detect-coding-with-priority):
13256 Call update-coding-systems-internal before detect-coding-region.
13257
13258 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
13259
13260 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
13261 (gdb-frames-mode-map): Add follow-link property.
13262
13263 2005-03-25 Jay Belanger <belanger@truman.edu>
13264
13265 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
13266 for variables.
13267
13268 2005-03-25 Juri Linkov <juri@jurta.org>
13269
13270 * image-mode.el: Optimize image filename extension regexps in
13271 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
13272 in `auto-mode-alist'.
13273 (image-mode): Add `image-toggle-display-text' to local hook
13274 `change-major-mode-hook'. Display the image as an image by
13275 default. Set `cursor-type' and `truncate-lines' if the image
13276 is already displayed. Take into account the current mode (image
13277 or text) in message.
13278 (image-minor-mode): New minor mode.
13279 (image-mode-maybe, image-toggle-display-text): New functions.
13280 (image-toggle-display): Use called-interactively-p.
13281 Let-bind `inhibit-read-only' to t.
13282
13283 * image-mode.el (image-minor-mode): Set `cursor-type' and
13284 `truncate-lines' if the image is already displayed. Add turning
13285 image-minor-mode off to `change-major-mode-hook'. Add message.
13286 Call `image-toggle-display-text' after turning image-minor-mode off.
13287
13288 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
13289
13290 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
13291 Terminal.app, use utf-8.
13292 (set-display-table-and-terminal-coding-system): Add coding-system arg.
13293 (set-locale-environment): Use it.
13294
13295 * term/xterm.el: Undo last change, better done in mule-cmds.el.
13296
13297 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
13298
13299 * progmodes/python.el (python-close-block-statement-p)
13300 (python-outdent-p, python-current-defun): Use symbol-end.
13301
13302 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13303
13304 * files.el (save-some-buffers): Doc fix.
13305
13306 2005-03-25 Werner Lemberg <wl@gnu.org>
13307
13308 * complete.el, thumbs.el: Replace `legal' with `valid'.
13309 * calendar/calendar.el: Replace `legal' with `valid'.
13310 * emacs-lisp/advice.el: Replace `legal' with `valid'.
13311 * mail/supercite.el: Replace `legal' with `valid'.
13312 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
13313 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
13314 Replace `legal' with `valid'.
13315 * textmodes/reftex-vars.el, textmodes/reftex.el:
13316 Replace `legal' with `valid'.
13317
13318 2005-03-25 Werner Lemberg <wl@gnu.org>
13319
13320 * calc/calc-forms.el, calc/calc-sel.el:
13321 * midnight.el, vc-cvs.el:
13322 * emacs-lisp/cl-macs.el:
13323 * emulation/vip.el:
13324 * eshell/esh-io.el, eshell/esh-var.el:
13325 * mail/supercite.el:
13326 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
13327 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
13328 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
13329 * progmodes/sh-script.el, progmodes/xscheme.el:
13330 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
13331 * textmodes/reftex-index.el, textmodes/reftex-parse.el
13332 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
13333 * textmodes/reftex.el, textmodes/org.el:
13334 Replace `illegal' with `invalid'.
13335
13336 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13337
13338 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
13339 (flymake-find-buildfile, flymake-find-possible-master-files)
13340 (flymake-check-include, flymake-parse-line): Replace loops over the
13341 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
13342
13343 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
13344 Substitute file-name-as-directory in the rest of the file.
13345 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
13346 (flymake-replace-region): Remove unused arg `buffer'.
13347 (flymake-check-patch-master-file-buffer): Update calls to it.
13348 (flymake-add-err-info): Remove unused var `count'.
13349 (flymake-mode): Use define-minor-mode.
13350
13351 * progmodes/flymake.el: Use with-current-buffer.
13352 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
13353 flymake-replace-regexp-in-string, flymake-line-beginning-position)
13354 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
13355 Avoid testing for `xemacs'.
13356 (flymake-nop): Move.
13357 (flymake-region-has-flymake-overlays): Return the computed value.
13358 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
13359 Remove unused var `endline'.
13360 (flymake-get-line-count): Remove unused function.
13361 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
13362
13363 * emulation/vi.el:
13364 * generic.el:
13365 * hilit-chg.el (global-highlight-changes):
13366 * hi-lock.el (hi-lock-mode):
13367 * follow.el: find-file-hooks -> find-file-hook.
13368
13369 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
13370
13371 2005-03-24 Juri Linkov <juri@jurta.org>
13372
13373 * dired.el (dired-mode-map): Add menu item "Compare directories"
13374 for dired-compare-directories.
13375
13376 * dired-aux.el (dired-compare-directories): Add autoload cookie.
13377 Doc fix. Replace `read-file-name' with `read-directory-name'.
13378
13379 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13380
13381 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
13382
13383 2005-03-24 Jay Belanger <belanger@truman.edu>
13384
13385 * calc/calc-embed.el (calc-embedded-mode-change): Save all
13386 relevant mode settings in calc-embedded-original-modes when modes
13387 are permanently changed.
13388
13389 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13390
13391 * autoinsert.el: find-file-hooks -> find-file-hook.
13392
13393 2005-03-24 Lute Kamstra <lute@gnu.org>
13394
13395 * generic.el (generic-font-lock-defaults): Make it obsolete.
13396 (generic-font-lock-keywords): New variable to replace
13397 generic-font-lock-defaults.
13398 (generic-mode-set-font-lock): Delete it.
13399 (generic-mode-internal): Don't call generic-mode-set-font-lock.
13400 (generic-bracket-support): Add docstring.
13401
13402 * generic-x.el: Rename generic-font-lock-defaults to
13403 generic-font-lock-keywords throughout.
13404 (mailagent-rules-setup-function): Delete it.
13405 (mailagent-rules-generic-mode): Use anonymous function instead.
13406 (show-tabs-generic-mode-font-lock-defaults-1)
13407 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
13408 Quote faces.
13409 (show-tabs-tab-face, show-tabs-space-face): Specify background,
13410 not foreground.
13411
13412 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13413 Recognize define-generic-mode.
13414
13415 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
13416
13417 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
13418 if there's no completion table.
13419
13420 2005-03-23 Miles Bader <miles@gnu.org>
13421
13422 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13423 Remove tty-specific variants, as they're no longer needed.
13424
13425 2005-03-23 Lute Kamstra <lute@gnu.org>
13426
13427 * generic-x.el: Code cleanup: make args constant whenever possible.
13428 (installshield-statement-keyword-list)
13429 (installshield-system-functions-list)
13430 (installshield-system-variables-list, installshield-types-list)
13431 (installshield-funarg-constants-list): Make them constants.
13432
13433 * generic.el (generic-make-keywords-list): Add autoload cookie.
13434
13435 * calendar/time-date.el: Add comment on time value formats.
13436 Don't require parse-time.
13437 (with-decoded-time-value): New macro.
13438 (encode-time-value): New function.
13439 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13440 (days-to-time): Return a valid time value when arg is huge.
13441 (time-since): Use time-subtract.
13442 (time-to-number-of-days): Use time-to-seconds.
13443
13444 2005-03-23 David Ponce <david@dponce.com>
13445
13446 * recentf.el: (recentf-keep): New option.
13447 (recentf-menu-action): Default to `find-file'.
13448 (recentf-keep-non-readable-files-flag)
13449 (recentf-keep-non-readable-files-p)
13450 (recentf-file-readable-p, recentf-find-file)
13451 (recentf-cleanup-remote): Remove.
13452 (recentf-include-p): More robust.
13453 (recentf-keep-p): New function.
13454 (recentf-remove-if-non-kept): Rename from
13455 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
13456 All callers updated.
13457 (recentf-menu-items-for-commands): Fix help string.
13458 (recentf-track-closed-file): Update. Doc fix.
13459 (recentf-cleanup): Update. Count removed files. Doc fix.
13460
13461 2005-03-23 Kim F. Storm <storm@cua.dk>
13462
13463 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13464 Don't inherit from fringe face (now happens automatically).
13465
13466 2005-03-22 Kim F. Storm <storm@cua.dk>
13467
13468 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
13469 position values.
13470
13471 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
13472
13473 * menu-bar.el (showhide-date-time): Remove.
13474 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
13475 (menu-bar-make-mm-toggle): Simplify.
13476
13477 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
13478
13479 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
13480 Accept qualified variable and function names.
13481
13482 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
13483
13484 * bindings.el (completion-ignored-extensions):
13485 Remove ".lis" for `vax-vms'.
13486
13487 2005-03-22 Andreas Schwab <schwab@suse.de>
13488
13489 * generic-x.el: Revert last change.
13490 * ldefs-boot.el: Update.
13491
13492 2005-03-22 Jay Belanger <belanger@truman.edu>
13493
13494 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
13495 (calc-embedded-save-original-modes)
13496 (calc-embedded-restore-original-modes): New functions.
13497 (calc-do-embedded): Save original modes when entering embedded mode
13498 and restore when leaving embedded mode.
13499 (calc-embedded-modes-change): Change the value of
13500 calc-embedded-original-modes to reflect permanent changes.
13501
13502 2005-03-22 Lute Kamstra <lute@gnu.org>
13503
13504 * generic-x.el: Require generic again.
13505
13506 2005-03-22 Miles Bader <miles@gnu.org>
13507
13508 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13509 Tweak details to look good on both ttys and bitmap displays, light
13510 or dark background, etc.
13511
13512 2005-03-21 Kim F. Storm <storm@cua.dk>
13513
13514 * tooltip.el (tooltip-show-help-function): Check car and cdr of
13515 mouse position.
13516
13517 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13518
13519 * icomplete.el: Don't forcibly turn on the mode upon load.
13520 (icomplete-mode): Use define-minor-mode.
13521 (icomplete-eoinput): Default to nil.
13522 (icomplete-minibuffer-setup): Remove autoload.
13523 (icomplete-tidy): Simplify.
13524 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
13525 in the initial state or if the user has modified the field.
13526 Fix handling of icomplete-max-delay-chars.
13527 Remove code that handles the oddball case where
13528 minibuffer-completion-table is an integer.
13529 Wrap icomplete-completions in while-no-input in case building
13530 completions takes more time than expected.
13531 (icomplete-completions): Simplify.
13532
13533 2005-03-21 Richard M. Stallman <rms@gnu.org>
13534
13535 * jka-compr.el (jka-compr-really-do-compress):
13536 Make variable buffer-local.
13537
13538 * image-mode.el: Handle .xpm files too.
13539 (image-toggle-display): Preserve modification flag.
13540
13541 * help.el (where-is): Don't mention aliases with no key bindings.
13542
13543 2005-03-21 Lute Kamstra <lute@gnu.org>
13544
13545 * generic.el: Fix commentary section. Don't require cl for
13546 compilation.
13547 (generic-mode-list): Add autoload cookie.
13548 (generic-use-find-file-hook, generic-lines-to-scan)
13549 (generic-find-file-regexp, generic-ignore-files-regexp)
13550 (generic-mode, generic-mode-find-file-hook)
13551 (generic-mode-ini-file-find-file-hook): Fix docstrings.
13552 (define-generic-mode): Make it a defmacro. Fix docstring.
13553 (generic-mode-internal): Code cleanup. Add autoload cookie.
13554 (generic-mode-set-comments): Code cleanup.
13555 * generic-x.el: Don't prevent compilation. Don't require generic.
13556 Follow coding conventions. Minor code cleanup.
13557 (etc-fstab-generic-mode): Add some keywords.
13558 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
13559 define-generic-mode like a function declaration.
13560
13561 2005-03-21 Jay Belanger <belanger@truman.edu>
13562
13563 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
13564 changing modes.
13565
13566 2005-03-21 Sam Steingold <sds@gnu.org>
13567
13568 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
13569
13570 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
13571
13572 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
13573 Add underscore to "f$ lexicals" regexp.
13574
13575 2005-03-20 Juri Linkov <juri@jurta.org>
13576
13577 * subr.el (progress-reporter-do-update): When `min-value' is equal
13578 to `max-value', set `percentage' to 0 and prevent division by zero.
13579
13580 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
13581
13582 Sync with Tramp 2.0.48.
13583
13584 * net/tramp.el (all): Change all addresses to .gnu.org.
13585 (tramp-append-tramp-buffers): New defun.
13586 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
13587 Catch `dont-send' signal.
13588 (tramp-set-auto-save-file-modes): Set always permissions, because
13589 there might be an old auto-saved file belonging to another
13590 original file. This could be a security threat. Reported by
13591 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
13592 Check for Emacs 21.3.50 removed.
13593
13594 * net/tramp-smb.el (all): Remove debug construct for
13595 `with-parsed-tramp-file-name'.
13596 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
13597 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
13598 No error message if DIRECTORY or FILENAME doesn't exist.
13599 (tramp-smb-open-connection): Check existence of
13600 `tramp-smb-program'.
13601
13602 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13603
13604 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
13605 Properly handle the case where the `m' or `s' command's argument is not
13606 yet terminated.
13607 (perl-indent-new-calculate): New function.
13608 (perl-indent-line): Use it.
13609
13610 2005-03-20 Miles Bader <miles@gnu.org>
13611
13612 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
13613 in text-mode too. Change to new face names.
13614 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
13615 Add `:weight bold' attribute.
13616 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
13617
13618 2005-03-19 Juri Linkov <juri@jurta.org>
13619
13620 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
13621
13622 * international/mule.el (auto-coding-alist): Sync with
13623 `auto-mode-alist' by adding upper case archive file extensions
13624 and adding ear/war to jar extension.
13625
13626 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
13627
13628 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
13629 running, restart it.
13630
13631 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
13632
13633 * finder.el (finder-current-item): Throw an error on an empty line.
13634
13635 * man.el (Man-follow-manual-reference): If current-word returns
13636 nil, use "".
13637
13638 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
13639
13640 * simple.el (goto-line): Doc fix.
13641
13642 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
13643
13644 * files.el (save-buffer): Doc fix.
13645
13646 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
13647
13648 * recentf.el (recentf-cleanup-remote): New variable.
13649 (recentf-cleanup): Use it to conditionally check availability of
13650 remote files.
13651
13652 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
13653
13654 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
13655 function names.
13656
13657 2005-03-19 Eli Zaretskii <eliz@gnu.org>
13658
13659 * language/thai-word.el: New file.
13660
13661 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
13662
13663 * files.el (backup-buffer): If the file's directory is not
13664 writable, use copy instead of move to backup the file.
13665
13666 2005-03-19 Eli Zaretskii <eliz@gnu.org>
13667
13668 * obsolete/keyswap.el: Moved to obsolete/ from term/.
13669
13670 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13671
13672 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
13673 Use functionp instead of symbolp and fboundp. Reported by Drkm
13674 <darkman_spam@yahoo.fr>.
13675 (ps-print-version): New version 6.6.6.
13676
13677 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
13678
13679 * textmodes/table.el (table--line-column-position): New idiom.
13680 (table--row-column-insertion-point-p): New function to test
13681 validity of row and column insertion operation at a location.
13682 (table-global-menu, table-cell-menu): Use above functions for
13683 deterministic test operation.
13684 (table--editable-cell-p): Behave in deterministic fashion.
13685
13686 2005-03-18 Juri Linkov <juri@jurta.org>
13687
13688 * isearch.el (isearch-lazy-highlight-new-loop):
13689 Make arguments beg and end optional.
13690 (isearch-update): Remove optional arguments nil from
13691 isearch-lazy-highlight-new-loop.
13692 (isearch-lazy-highlight-search): Let-bind case-fold-search to
13693 isearch-lazy-highlight-case-fold-search instead of
13694 isearch-case-fold-search, and let-bind isearch-regexp to
13695 isearch-lazy-highlight-regexp.
13696 Use isearch-lazy-highlight-last-string instead of isearch-string.
13697
13698 * replace.el (perform-replace): Remove bindings of global
13699 variables isearch-string, isearch-regexp, isearch-case-fold-search.
13700 Add three new arguments to `replace-highlight'.
13701 (replace-highlight): Add arguments string, regexp, case-fold.
13702 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
13703 to allow isearch-lazy-highlight-new-loop to use these values
13704 to set corresponding isearch-lazy-highlight-* internal
13705 variables whose values lazy highlighting will use regardless of
13706 changes to global variables isearch-string, isearch-regexp,
13707 isearch-case-fold-search during lazy highlighting loop.
13708 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
13709 to `lazy-highlight-cleanup'.
13710
13711 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
13712 (ispell-highlight-face): Set default face to `isearch' when
13713 lazy highlighting is enabled.
13714 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
13715 priority to 1. Add lazy highlighting.
13716 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
13717 from `isearch-dehighlight'.
13718
13719 2005-03-18 David Ponce <david@dponce.com>
13720
13721 * files.el (hack-local-variables): Do a case-insensitive search
13722 for End.
13723
13724 2005-03-18 Juri Linkov <juri@jurta.org>
13725
13726 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
13727 `isearch-lazy-highlight-cleanup', add alias to old name and
13728 declare obsolete. Add release numbers to other obsolete vars.
13729 (isearch-done, isearch-lazy-highlight-new-loop):
13730 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
13731 (lazy-highlight-cleanup) <variable>: Doc fix.
13732 (isearch-lazy-highlight-update): Rename obsolete
13733 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
13734
13735 2005-03-18 Kenichi Handa <handa@m17n.org>
13736
13737 * language/thai-util.el: Fix categorization of Thai characters in
13738 thai-category-table.
13739 (thai-composition-pattern): Adjust it for the above change.
13740 (thai-self-insert-command, thai-compose-syllable): New functions.
13741 (thai-compose-region): Use thai-compose-syllable.
13742 (thai-compose-string): Likewise.
13743 (thai-composition-function): Likewise.
13744 (thai-auto-composition): New function.
13745 (thai-auto-composition-mode): New minor mode.
13746
13747 * language/thai.el: Fix patterns to be registered in
13748 composition-function-table.
13749
13750 * international/quail.el (quail-input-method): Locally bind
13751 inhibit-modification-hooks to t.
13752
13753 2005-03-17 Richard M. Stallman <rms@gnu.org>
13754
13755 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
13756 (perl-mode): Use run-mode-hooks.
13757
13758 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
13759 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
13760 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
13761
13762 * mail/sendmail.el (sendmail-send-it): Reenable the code
13763 to compute resend-to-address and use it.
13764
13765 * tar-mode.el (tar-mode): Turn off undo unconditionally.
13766
13767 * image-mode.el: New file.
13768
13769 * image.el (insert-sliced-image): Add autoload cookie.
13770
13771 * font-lock.el (font-lock-lines-before): New user option.
13772 (font-lock-after-change-function): Obey it.
13773
13774 * bindings.el (esc-map): Make M-g a prefix.
13775 Bind M-g g and M-g M-g to goto-line.
13776
13777 * faces.el (face-id): Doc fix.
13778
13779 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13780
13781 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
13782 (rmail-show-message): Use rmail-unknown-mail-followup-to.
13783 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
13784
13785 * mail/sendmail.el (mail-yank-ignored-headers)
13786 (mail-font-lock-keywords, mail-mode-fill-paragraph):
13787 Add Mail-Followup-To and Mail-Reply-To headers.
13788 (mail-citation-hook): Add autoload cookie.
13789 (mail-mode): Doc fix.
13790 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
13791 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
13792 (mail-mode-fill-paragraph): Handle those headers.
13793 (mail-mailing-lists): New variable.
13794 (mail-mail-reply-to, mail-mail-followup-to): New functions.
13795
13796 2005-03-17 Juri Linkov <juri@jurta.org>
13797
13798 * isearch.el (isearch-fallback): Check for `(car previous)'
13799 before calling `isearch-other-end-state'.
13800
13801 2005-03-17 Kim F. Storm <storm@cua.dk>
13802
13803 * simple.el (move-beginning-of-line): Move to beginning of buffer
13804 line, as well as beginning of screen line.
13805
13806 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
13807
13808 * calendar/diary-lib.el (mark-diary-entries): Use new optional
13809 argument REDRAW rather than calendar-redrawing variable.
13810 * calendar/calendar.el (calendar-redrawing): Delete.
13811 (redraw-calendar): Do not bind calendar-redrawing.
13812
13813 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
13814
13815 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
13816 diary-file buffer.
13817
13818 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13819
13820 * help.el (describe-mode): Allow a :minor-mode-function property to
13821 specify a different minor mode toggle function than the variable.
13822 * simple.el (auto-fill-function):
13823 * subr.el (add-minor-mode): Use it.
13824
13825 2005-03-16 Kenichi Handa <handa@m17n.org>
13826
13827 * language/ethio-util.el (sera-being-called-by-w3): New variable.
13828 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
13829 (ethio-fidel-to-sera-buffer): Likewise.
13830
13831 2005-03-16 Juri Linkov <juri@jurta.org>
13832
13833 * emacs-lisp/find-func.el (find-function-regexp):
13834 Add defun-emitting macro `menu-bar-make-toggle'.
13835
13836 * isearch.el: Put `isearch-scroll' property to
13837 `split-window-horizontally'.
13838
13839 * info.el: Update error messages for `debug-ignored-errors'.
13840 (Info-isearch-search): Doc fix.
13841 (Info-find-node): Move up code to go into info buffer before
13842 recording the node to the history.
13843 (Info-fontify-node): Fontify titles only if the next line
13844 has two or more `*', `=', `-', `.'.
13845 Display "go to this node" for empty (match-string 3).
13846
13847 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13848
13849 * term/mac-win.el: Add mouse pointer shape constants.
13850
13851 2005-03-15 Kim F. Storm <storm@cua.dk>
13852
13853 * simple.el (move-beginning-of-line): Use vertical-motion.
13854
13855 2005-03-15 Juri Linkov <juri@jurta.org>
13856
13857 * isearch.el (isearch-error): New variable.
13858 (isearch-invalid-regexp, isearch-within-brackets): Remove.
13859 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
13860 (isearch-within-brackets-state): Remove.
13861 (isearch-case-fold-search-state, isearch-pop-fun-state):
13862 Decrease frame index.
13863 (isearch-mode, isearch-top-state, isearch-push-state)
13864 (isearch-edit-string, isearch-abort, isearch-search-and-update)
13865 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
13866 (isearch-search, isearch-lazy-highlight-new-loop):
13867 Replace `isearch-invalid-regexp' with `isearch-error'.
13868 Remove `isearch-within-brackets'.
13869 (isearch-search): Add `search-failed' handler to `condition-case'.
13870 (isearch-lazy-highlight-search): Add `condition-case' to catch
13871 errors and allow `isearch-lazy-highlight-update' to try
13872 highlighting from the beginning of the window.
13873 (isearch-repeat): Move up code to set isearch-wrapped to t
13874 before calling isearch-wrap-function.
13875
13876 * info.el (Info-isearch-initial-node): New internal variable.
13877 (Info-search): Signal an error in isearch mode when search leaves
13878 the initial node. Signal an error when `bound' is non-nil and
13879 nothing was found in the current subfile.
13880 (Info-isearch-search): Remove `condition-case'.
13881 (Info-isearch-wrap): Don't wrap when search failed during leaving
13882 the initial node. If `Info-isearch-search' is nil, wrap around
13883 the current node.
13884 (Info-isearch-start): New fun.
13885 (Info-mode): Add buffer-local hook `Info-isearch-start' to
13886 `isearch-mode-hook'.
13887
13888 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13889
13890 * simple.el (normal-erase-is-backspace): Set default to t if
13891 running on Mac.
13892
13893 * term/mac-win.el (function-key-map): Sync with x-win.el.
13894
13895 2005-03-15 Kenichi Handa <handa@m17n.org>
13896
13897 * international/mule-cmds.el (locale-language-names): Modify the
13898 format of elements and add more entries.
13899 (locale-preferred-coding-systems): Add more entries.
13900 (set-locale-environment): Adjust for the change of
13901 locale-language-names.
13902
13903 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
13904
13905 * pcvs.el (smerge-ediff): Remove bogus autoload.
13906
13907 2005-03-14 Lute Kamstra <lute@gnu.org>
13908
13909 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
13910 Ignore a `*' at the beginning of a line.
13911
13912 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
13913 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
13914 subr.el.
13915 (dont-compile, eval-when-compile, eval-and-compile): Use declare
13916 to specify indentation.
13917
13918 * generic.el (define-generic-mode): Let generic-mode-list be a
13919 list of strings; test membership with equal.
13920
13921 2005-03-14 Kim F. Storm <storm@cua.dk>
13922
13923 * simple.el (next-line, previous-line): Add optional try-vscroll
13924 arg to recognize interactive use. Pass it on to line-move.
13925 (line-move): Don't perform auto-window-vscroll when defining or
13926 executing keyboard macro to ensure consistent behavior.
13927
13928 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13929
13930 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
13931
13932 2005-03-13 Lute Kamstra <lute@gnu.org>
13933
13934 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
13935 debugger-setup-buffer so that backtrace marks the frames set to
13936 debug-on-exit and we don't have to do it manually. Set an extra
13937 debug-on-exit for macro's.
13938 (debugger-setup-buffer): Don't mark the top frame manually.
13939
13940 2005-03-12 Lute Kamstra <lute@gnu.org>
13941
13942 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
13943 lisp-indent-function throughout.
13944 (with-no-warnings): Set lisp-indent-function property.
13945
13946 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
13947
13948 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
13949 Add entry for backslash.
13950
13951 2005-03-12 Juri Linkov <juri@jurta.org>
13952
13953 * info.el (Info-search): Four fixes for backward search.
13954
13955 2005-03-11 Jay Belanger <belanger@truman.edu>
13956
13957 * calc/calc.el (calc-language-alist): New variable.
13958 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
13959 (calc-embedded-find-modes): Use calc-language-alist instead of
13960 calc-embedded-language-alist.
13961
13962 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13963
13964 * calendar/calendar.el (calendar-redrawing): New internal
13965 variable.
13966 (redraw-calendar): Remove bogus save-excursion from previous
13967 change. Bind calendar-redrawing to t for mark-diary-entries.
13968 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
13969 calendar if that is why we were called.
13970
13971 2005-03-11 Kenichi Handa <handa@m17n.org>
13972
13973 * international/mule.el (make-coding-system): Set property
13974 coding-system-define-form to nil.
13975 (define-coding-system-alias): Likewise.
13976
13977 2005-03-11 Kenichi Handa <handa@m17n.org>
13978
13979 These changes are suggested by Dave Love <fx@gnu.org>.
13980
13981 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
13982 coding: tag.
13983 (adaptive-fill-regexp): Add more bullets.
13984 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
13985 regexps.
13986
13987 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13988
13989 * help.el (describe-mode): Properly handle non-trivial lighters.
13990 Don't ignore minor modes that are not listed in minor-mode-list.
13991
13992 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
13993 feature ON when the user requests to turn it OFF.
13994
13995 2005-03-10 Lute Kamstra <lute@gnu.org>
13996
13997 * emacs-lisp/debug.el (debug-entry-code): Delete it.
13998 (implement-debug-on-entry): New function to replace debug-entry-code.
13999 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
14000 second argument as the 2005-03-07 change makes it obsolete.
14001 (debug-on-entry, cancel-debug-on-entry): Update call to
14002 debug-on-entry-1.
14003 (debug, debugger-setup-buffer): Comment update.
14004 (debugger-frame-number): Update to work with implement-debug-on-entry.
14005
14006 2005-03-10 Jay Belanger <belanger@truman.edu>
14007
14008 * calc/calc-embed.el (math-ms-args): Declare it.
14009 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
14010 math-ms-args.
14011 (calc-embedded-subst): Use math-multi-subst-rec to substitute
14012 variables.
14013
14014 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
14015
14016 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
14017 Use message-box.
14018
14019 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
14020 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
14021 (tooltip-gud-tips): Simplify.
14022 (tooltip-gud-tips-p): Remove superfluous :set.
14023 (tooltip-gud-modes): Add fortran-mode.
14024 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
14025
14026 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
14027
14028 2005-03-09 Kim F. Storm <storm@cua.dk>
14029
14030 * play/animate.el (animate-place-char): Use forward-line instead
14031 of next-line to improve performance.
14032
14033 2005-03-09 Simon Josefsson <jas@extundo.com>
14034
14035 * net/browse-url.el (browse-url-default-browser): Doc fix.
14036
14037 2005-03-09 Miles Bader <miles@gnu.org>
14038
14039 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
14040 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
14041
14042 2005-03-09 Kenichi Handa <handa@m17n.org>
14043
14044 * international/latin-1.el: Set case and syntax for 255 only if
14045 set-case-syntax-set-multibyte is nil.
14046
14047 * textmodes/ispell.el (ispell-insert-word): New function.
14048 (ispell-word): Use ispell-insert-word to insert a new word.
14049 (ispell-process-line): Likewise.
14050 (ispell-complete-word): Likewise.
14051
14052 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
14053
14054 * calendar/calendar.el (redraw-calendar): Preserve point.
14055 Reported by Matt Hodges <MPHodges@member.fsf.org>.
14056 (calendar-week-start-day): Move after definition of
14057 redraw-calendar. Delete buffer test, since redraw-calendar has
14058 that now.
14059
14060 * calendar/diary-lib.el (mark-diary-entries): Only call
14061 redraw-calendar in the first of any recursive calls.
14062 Reported by Alan Shutko <ats@acm.org>.
14063
14064 2005-03-08 Juri Linkov <juri@jurta.org>
14065
14066 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
14067 (html-horizontal-rule, html-line, html-image, html-checkboxes)
14068 (html-radio-buttons): Add a space before the trailing `/>' where
14069 sgml-xml-mode is non-nil.
14070 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
14071 the subsequent tag of the empty XML tag.
14072 (html-href-anchor): Don't set initial input to "http:".
14073 (html-image): Ask for the image URL and set point inside alt="".
14074 (html-name-anchor): Duplicate the name in the `id' attribute when
14075 sgml-xml-mode is non-nil.
14076 (html-paragraph): Remove \n before <p>.
14077 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
14078 instead of `checked' when sgml-xml-mode is non-nil.
14079
14080 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
14081 Remove 1 space before #RRGGBB to not truncate it on terminal
14082 windows w/o fringes. Remove 1 space between bg and fg examples
14083 to get more space.
14084 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
14085 avoid byte-compile warnings.
14086
14087 * image-file.el (image-file-handler): Put `safe-magic' property to
14088 `image-file-handler'.
14089
14090 * info.el (Info-isearch-search): Emulate word search in
14091 isearching through multiple Info nodes with Info-search.
14092 (Info-isearch-wrap): Allow isearch-word.
14093
14094 2005-03-08 Lute Kamstra <lute@gnu.org>
14095
14096 * emacs-lisp/debug.el (debugger-step-through): Make sure that
14097 stepping into the debugger's code is not possible.
14098 (debugger-jumping-flag): Docstring update.
14099
14100 2005-03-08 Jay Belanger <belanger@truman.edu>
14101
14102 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
14103 embedded mode begins.
14104 (calc-embedded-language-alist): New variable.
14105 (calc-embedded-find-modes): Use calc-embedded-language-alist to
14106 set default language mode.
14107
14108 2005-03-08 Kenichi Handa <handa@m17n.org>
14109
14110 * international/ccl.el (define-ccl-program): Fix docstring about
14111 extra 256 bytes assured for the output buffer.
14112
14113 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
14114 Fix BUFFER_MAGNIFICATION to 2.
14115 (ccl-encode-mule-utf-16be-with-signature): Likewise.
14116
14117 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
14118
14119 * align.el (align-rules-list): Added an alignment rule for CSS
14120 declarations (applies to css-mode and html-mode buffers).
14121
14122 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
14123
14124 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
14125
14126 2005-03-07 Kim F. Storm <storm@cua.dk>
14127
14128 * simple.el (move-beginning-of-line): New command.
14129
14130 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
14131
14132 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
14133
14134 * emulation/cua-base.el: Put CUA move property on move-end-of-line
14135 and move-beginning-of-line.
14136
14137 * apropos.el (apropos-print): Omit command from M-x ... RET.
14138
14139 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
14140
14141 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
14142 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
14143
14144 2005-03-06 Richard M. Stallman <rms@gnu.org>
14145
14146 * bindings.el (esc-map): Bind M-g to goto-line.
14147
14148 * facemenu.el (global-map): Bind M-o, not M-g.
14149
14150 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14151
14152 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
14153 "Open Directory" as for "Open File".
14154
14155 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
14156
14157 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
14158 (push-mark-command): Run activate-mark-hook.
14159
14160 2005-03-06 Richard M. Stallman <rms@gnu.org>
14161
14162 * help-mode.el (help-mode-finish): Don't alter the element
14163 in view-return-to-alist if there already is one.
14164
14165 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
14166 make sure the current buffer is the expected one.
14167
14168 * novice.el (disabled-command-function): Output in *Disabled Command*.
14169 Explicitly ignore non-keyboard events, and explicitly handle C-g.
14170
14171 * textmodes/flyspell.el (flyspell-large-region):
14172 Pass args differently for aspell.
14173
14174 * files.el (mode-require-final-newline): Doc fix.
14175
14176 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
14177
14178 * progmodes/which-func.el (which-function):
14179 Specify NOERROR when calling imenu--make-index-alist.
14180
14181 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14182
14183 * simple.el (normal-erase-is-backspace): Define default value.
14184
14185 * custom.el (custom-theme-set-variables): Remove unused var
14186 `immediate'.
14187 (custom-reevaluate-setting): Simple function to handle variables
14188 that are defined before their default value can really be
14189 computed.
14190
14191 * startup.el (command-line): Use it for temporary-file-directory,
14192 small-emporary-file-directory, auto-save-file-name-transforms,
14193 blink-cursor-mode, and normal-erase-is-backspace.
14194
14195 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
14196 progress, even with buggy anchored keywords.
14197
14198 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
14199
14200 * simple.el (goto-line): Remove unbalanced final parenthesis.
14201
14202 2005-03-05 Richard M. Stallman <rms@gnu.org>
14203
14204 * simple.el (goto-line): Use a number at point as the default.
14205 With C-u as arg, switch buffers.
14206
14207 2005-03-05 Juri Linkov <juri@jurta.org>
14208
14209 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
14210 with `no-blinking-cursor'.
14211
14212 * startup.el (no-blinking-cursor): New defvar.
14213 (command-line): Add `--no-blinking-cursor' to longopts.
14214 Set `no-blinking-cursor' to t for command line arguments
14215 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
14216 with `no-blinking-cursor' in the condition for calling
14217 `blink-cursor-mode'.
14218
14219 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
14220
14221 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
14222 (menu-bar-options-save): Add blink-cursor-mode.
14223 (menu-bar-options-menu): Add blink-cursor-mode.
14224
14225 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
14226
14227 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
14228 (icalendar-export-file, icalendar-export-region)
14229 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
14230 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
14231
14232 2005-03-04 Lute Kamstra <lute@gnu.org>
14233
14234 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
14235 (debug-function-list): Ditto.
14236
14237 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
14238
14239 * textmodes/texinfmt.el (texinfo-append-refill):
14240 Redefine the types of line to which @refill
14241 is not appended by replacing a search for `@refill\\|@bye' with
14242 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
14243 itemize@refill' bug and the unfilled long lines bug.
14244 (texinfmt-version): Update number and date.
14245
14246 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
14247
14248 * international/code-pages.el (windows-1250, windows-125[2-8])
14249 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
14250
14251 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14252
14253 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
14254 bound yet.
14255
14256 2005-03-02 Romain Francoise <romain@orebokech.com>
14257
14258 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
14259 buffer after removing limits.
14260 (ibuffer-pop-filter): Ditto.
14261 Update copyright.
14262
14263 2005-03-02 Miles Bader <miles@gnu.org>
14264
14265 * button.el (make-text-button): If the user doesn't specify a
14266 type, use the default. Rewrite to use `add-text-properties' and
14267 plist functions.
14268
14269 2005-03-01 Lute Kamstra <lute@gnu.org>
14270
14271 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
14272 (debugger-jumping-flag): New var.
14273 (debug-entry-code): Use it.
14274 (debugger-jump): Use debugger-jumping-flag and add
14275 debugger-reenable to post-command-hook.
14276 (debugger-reenable): Use debugger-jumping-flag and remove itself
14277 from post-command-hook.
14278 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
14279 debugger-reenable.
14280
14281 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
14282
14283 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
14284 inclusion of "itemize\\|", which may be unnecessary, is certainly
14285 inelegant, and stops refilling in itemize lists when formatting
14286 Japanese Texinfo files to Info.
14287 Update copyright to 2005.
14288
14289 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
14290
14291 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
14292 of an error if GDB can't find the source file.
14293
14294 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
14295
14296 * calendar/calendar.el (redraw-calendar): Work from any buffer,
14297 not just the calendar.
14298
14299 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
14300 first.
14301 (diary-redraw-calendar): New function.
14302 (make-diary-entry): Add diary-redraw-calendar to local
14303 write-contents-functions. Turn off selective display before
14304 inserting in diary.
14305
14306 2005-03-01 Kim F. Storm <storm@cua.dk>
14307
14308 * emacs-lisp/copyright.el (copyright-fix-years): New command.
14309
14310 2005-03-01 Lute Kamstra <lute@gnu.org>
14311
14312 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
14313 that debug-entry-code can be safely removed from a function while
14314 this code is being evaluated. Revert the 2005-02-27 change as the
14315 new implementation no longer requires it. Make sure that a
14316 function body containing just a string is not mistaken for a docstring.
14317 (debug): Skip one more frame in case of debug on entry.
14318 (debugger-setup-buffer): Delete one more frame line in case of
14319 debug on entry.
14320 (debugger-frame-number): Update to use the new text introduced by
14321 the 1999-11-03 change. Skip one more frame in case of debug on entry.
14322
14323 2005-02-28 Kim F. Storm <storm@cua.dk>
14324
14325 * double.el (double-translate-key): Call force-window-update after
14326 read-event to avoid crash in redisplay.
14327
14328 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
14329
14330 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
14331 (debug): Use it. Move the inhibit-trace earlier.
14332 (debug-entry-code): New const.
14333 (debug-on-entry-1): Use it.
14334
14335 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
14336
14337 * international/utf-16.el (ccl-encode-mule-utf-16le):
14338 Fix BUFFER_MAGNIFICATION to 2.
14339 (ccl-encode-mule-utf-16be): Likewise.
14340
14341 2005-02-28 Kenichi Handa <handa@m17n.org>
14342
14343 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
14344 Fix BUFFER_MAGNIFICATION to 4.
14345 (ccl-encode-mule-utf-16be-with-signature): Likewise.
14346
14347 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
14348
14349 * speedbar.el (speedbar-update-flag): Doc fix.
14350 (speedbar-show-info-under-mouse): Give set-mouse-position the right
14351 argument.
14352
14353 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
14354
14355 * reveal.el (reveal-post-command): Don't try to reveal overlays which
14356 have a non-nil `invisible' property but are actually visible.
14357
14358 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
14359 for perldoc sections.
14360 (perl-outline-regexp, perl-outline-level): New var and function.
14361 (perl-mode): Use them.
14362
14363 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
14364
14365 * calendar/diary-lib.el (diary-remind): Discard any mark portion
14366 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
14367
14368 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
14369
14370 * cus-edit.el: Comment change.
14371 (custom-buffer-create-internal): Slightly reword text at top of
14372 Custom buffers. Mention there that saving an option edits the
14373 init file. Add link to Emacs manual node on `custom-file'.
14374 (custom-magic-alist): Rewrite individual State messages to use
14375 capitalized keywords. Doc fix.
14376
14377 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
14378
14379 * calendar/calendar.el (calendar-buffer): Move above
14380 calendar-week-start-day.
14381 (calendar-week-start-day): Doc fix. Add :set function.
14382 (calendar-minimum-window-height): New variable.
14383 (generate-calendar-window): Only resize window if selected-window
14384 is displaying the calendar buffer. Use new variable
14385 calendar-minimum-window-height.
14386 (generate-calendar): Reword error message.
14387 (calendar-mode-map): Bind DEL to scroll-other-window-down.
14388
14389 2005-02-27 Andreas Schwab <schwab@suse.de>
14390
14391 * vc.el (vc-do-command): Don't run command asynchronously when
14392 operating in a remote directory.
14393
14394 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
14395 change from sync with Tramp 2.0.47.
14396
14397 2005-02-27 Richard M. Stallman <rms@gnu.org>
14398
14399 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
14400
14401 * textmodes/flyspell.el (flyspell-mode-on):
14402 Call ispell-change-dictionary only if necessary.
14403
14404 * emacs-lisp/re-builder.el (regexp-builder): New function.
14405
14406 * register.el (describe-register-1): Explicitly handle
14407 yank-excluded-properties = t.
14408
14409 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
14410 (custom-magic-alist): Change the status descriptions again.
14411 (face widget-type): Total rewrite based on `restricted-sexp'
14412 to eliminate the confusing double hiding levels.
14413
14414 * emacs-lisp/debug.el (debug-on-entry-1):
14415 If function body is empty, add nil as body form.
14416
14417 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14418
14419 * emacs-lisp/trace.el (inhibit-trace): New var.
14420 (trace-make-advice): Use it.
14421
14422 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
14423
14424 2005-02-26 Kim F. Storm <storm@cua.dk>
14425
14426 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
14427 (mouse-on-link-p, mouse-drag-region-1): Use it.
14428
14429 2005-02-25 Lute Kamstra <lute@gnu.org>
14430
14431 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
14432
14433 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
14434
14435 * frame.el (blink-cursor-mode): Add :group keyword.
14436
14437 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
14438
14439 * calendar/icalendar.el (icalendar--decode-isodatetime):
14440 New optional argument DAY-SHIFT.
14441 (icalendar-export-region): Fix coding-system-for-write.
14442 (icalendar--convert-ical-to-diary): Shift end-day of all-day
14443 events by one.
14444
14445 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14446
14447 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
14448
14449 2005-02-24 Kim F. Storm <storm@cua.dk>
14450
14451 * international/iso-acc.el (iso-accents-compose): Fix crash
14452 during redisplay. Call force-window-update after read-event
14453 and delete-region to signal that window is not accurate.
14454
14455 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14456
14457 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
14458 Remove unused and inexistent var `inhibit-trace'.
14459 (debugger-mode): Use run-mode-hooks.
14460 (debugger-list-functions): Add buttons; setup xref stack.
14461
14462 2005-02-23 Richard M. Stallman <rms@gnu.org>
14463
14464 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
14465 appointment says it was explicitly made.
14466 (appt-add): Set the 3rd element.
14467 (appt-make-list): Preserve explicit appointments.
14468
14469 * subr.el (find-tag-default): Catch errors in forward-sexp.
14470
14471 2005-02-23 Juri Linkov <juri@jurta.org>
14472
14473 * info.el (Info-isearch-search): New defcustom.
14474 (Info-isearch-search): Call the default isearch function
14475 when Info-isearch-search is nil.
14476 (Info-isearch-wrap): Use variable Info-isearch-search.
14477
14478 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
14479
14480 * cus-edit.el: Comment change.
14481
14482 2005-02-22 Kim F. Storm <storm@cua.dk>
14483
14484 * progmodes/hideif.el (hide-ifdef-use-define-alist):
14485 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
14486
14487 2005-02-22 Simon Josefsson <jas@extundo.com>
14488
14489 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
14490 New variable.
14491 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
14492 Oskarsson" <myrkraverk@users.sourceforget.net>.
14493
14494 2005-02-22 Kim F. Storm <storm@cua.dk>
14495
14496 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
14497 check that window of that event is the selected window.
14498 (mouse-drag-region-1): Compare mouse event window to selected
14499 window before setting point.
14500
14501 * tooltip.el (tooltip-show-help-function): Pass event to
14502 mouse-on-link-p so it can check selected window.
14503
14504 2005-02-22 Kenichi Handa <handa@m17n.org>
14505
14506 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
14507 (ps-mule-show-warning): New function.
14508 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
14509 characters are found.
14510
14511 * ps-print.el (ps-header-footer-string): Return a list of header
14512 and footer strings.
14513
14514 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14515
14516 * pcvs.el (cvs-retrieve-revision): Fix thinko.
14517
14518 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
14519
14520 * frame.el (blink-cursor-mode): Use define-minor-mode.
14521
14522 * term/mac-win.el (function-key-map): Use char-names more consistently.
14523 (file-name-coding-system): Only set it for MacOS-9. The other case is
14524 already handled in mule-cmds.el (where it also works when mac-win.el
14525 is not used).
14526
14527 2005-02-21 Kenichi Handa <handa@m17n.org>
14528
14529 * international/mule.el (ctext-pre-write-conversion): Always use
14530 " *code-converting-work*" buffer for work.
14531
14532 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
14533
14534 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
14535
14536 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
14537
14538 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
14539
14540 * ses.el (undo-more): Restore defadvice, but only the part that
14541 allows changes outside the restricted area of the buffer.
14542
14543 2005-02-20 Kim F. Storm <storm@cua.dk>
14544
14545 * simple.el (line-move): Add fourth optional arg try-vscroll which
14546 must be set to perform auto-window-vscroll.
14547 When moving backwards and doing auto-window-vscroll, automatically
14548 vscroll to the last part of lines which are taller than the window.
14549 (next-line, previous-line): Set try-vscroll arg on line-move.
14550
14551 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
14552
14553 * replace.el (query-replace, query-replace-regexp)
14554 (replace-string, replace-regexp): When operating on region, make
14555 the minibuffer prompt say so.
14556
14557 * isearch.el (isearch-forward): Document isearch-query-replace and
14558 isearch-query-replace-regexp keybindings.
14559
14560 2005-02-19 Jay Belanger <belanger@truman.edu>
14561
14562 * calc/calc-aent.el (math-read-token): Add local variable.
14563
14564 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
14565 (calc-edit-top): Move declaration to earlier in file.
14566 (calc-edit-macro-repeats): Add local variables.
14567
14568 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
14569 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
14570 calcFunc-tanh.
14571 Adjust integration rule for calcFunc-tan.
14572
14573 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14574
14575 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
14576 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
14577 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
14578 (viper-skip-separators): Bug fix.
14579 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
14580 particular major mode.
14581 (viper-del-backward-char-in-replace): Don't put deleted char on the
14582 kill ring.
14583
14584 * viper-ex.el (viper-color-display-p): New function.
14585 (viper-has-face-support-p): Use viper-color-display-p.
14586
14587 * viper-keym.el (viper-gnus-modifier-map): New keymap.
14588
14589 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
14590
14591 * viper-util.el (viper-glob-unix-files): Fix shell status check.
14592 (viper-file-remote-p): Make equivalent to file-remote-p.
14593
14594 * viper.el (viper-major-mode-modifier-list):
14595 Use viper-gnus-modifier-map.
14596
14597 2005-02-19 David Kastrup <dak@gnu.org>
14598
14599 * subr.el (subregexp-context-p): Fix garbled doc string by adding
14600 quoting.
14601
14602 2005-02-19 Jay Belanger <belanger@truman.edu>
14603
14604 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
14605 Remove extra definitions.
14606 (calc-coth): New function.
14607 (calcFunc-cot): Fix `let'.
14608
14609 2005-02-19 Eli Zaretskii <eliz@gnu.org>
14610
14611 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
14612 the reasons we use "type pc" in these faces.
14613
14614 * button.el (button): Ditto.
14615
14616 2005-02-19 Michael Mauger <mmaug@yahoo.com>
14617
14618 * replace.el (query-replace-read-from): Set the value of
14619 query-replace-from-history-variable to handle the case of an empty
14620 string entered to accept the suggested default.
14621
14622 * net/tramp.el (tramp-file-name-for-operation):
14623 Use dired-call-process instead of dired-call-process-command.
14624
14625 2005-02-19 Jay Belanger <belanger@truman.edu>
14626
14627 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
14628 (math-div-non-trig): New variables.
14629 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
14630 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
14631 (math-combine-prod, math-div-symb-fancy): Add simplifications for
14632 trig expressions.
14633
14634 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
14635
14636 * progmodes/gdb-ui.el (gdb-var-update-handler)
14637 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
14638 for watch expressions,
14639 (gdb-var-create-handler): Don't set speedbar-update-flag.
14640 (gdb-post-prompt): Simplify test for speedbar.
14641
14642 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14643
14644 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
14645 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
14646 we use the syntax table of the correct buffer.
14647 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
14648 Felix Gatzemeier.
14649
14650 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
14651 (ediff-file-remote-p): Make synonymous with file-remote-p.
14652 In all deffaces ediff-*-face-*, use min-colors.
14653
14654 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
14655 ediff-recurse-to-subdirectories.
14656 (ediff-mark-if-equal): Check that the arguments are strings, use
14657 ediff-same-contents (after to Felix Gatzemeier).
14658
14659 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
14660 nil.
14661
14662 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
14663
14664 * log-view.el (log-view-message-re): Fix up Subversion regexp.
14665
14666 2005-02-18 David Kastrup <dak@gnu.org>
14667
14668 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
14669 use `mark-active' when defined.
14670
14671 2005-02-18 Kenichi Handa <handa@m17n.org>
14672
14673 * ps-print.el (ps-font-info-database): New entry
14674 ZapfChancery-MediumItalic with correct font name. Fix font name
14675 of the entry Zapf-Chancery-MediumItalic.
14676
14677 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
14678
14679 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
14680
14681 2005-02-16 Kim F. Storm <storm@cua.dk>
14682
14683 * ido.el (ido-fallback-command): Pass user input to fallback command.
14684
14685 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
14686
14687 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
14688 (gdb-find-file-hook): Add server prefix.
14689
14690 2005-02-16 Richard M. Stallman <rms@gnu.org>
14691
14692 * replace.el (perform-replace): Pass new args to replace-highlight.
14693 (replace-highlight): Take region args,
14694 and pass them to isearch-lazy-highlight-new-loop.
14695
14696 * novice.el (disabled-command-hook): Autoload the defalias
14697 and the make-obsolete-variable call.
14698
14699 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
14700
14701 * isearch.el (isearch-lazy-highlight-start-limit)
14702 (isearch-lazy-highlight-end-limit): New variables limit
14703 the region for highlighting.
14704 (isearch-lazy-highlight-new-loop): New args BEG and END.
14705 (isearch-lazy-highlight-search): Use the new vars.
14706 (isearch-lazy-highlight-update): Likewise.
14707
14708 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
14709
14710 * cus-start.el (all): Use default-boundp.
14711
14712 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
14713
14714 * menu-bar.el (menu-bar-select-frame): Handle current frame.
14715
14716 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
14717
14718 * autorevert.el (auto-revert-stop-on-user-input)
14719 (auto-revert-verbose): Doc fixes.
14720
14721 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
14722
14723 * international/mule-cmds.el (set-locale-environment): Remove call
14724 to set-selection-coding-system on Windows.
14725
14726 2005-02-15 Jay Belanger <belanger@truman.edu>
14727
14728 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
14729 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
14730 calcFunc-coth.
14731 (math-simplify-sqrt): Add simplifications.
14732
14733 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
14734 to list.
14735
14736 * calc/calc-ext.el: Add functions to autoloads.
14737
14738 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
14739 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
14740 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
14741 (math-csc-raw, math-cot-raw): New functions.
14742
14743 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
14744
14745 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
14746 the variable name in a message.
14747
14748 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
14749 calcFunc-csc, calcFunc-cot.
14750
14751 * calc/calcalg2.el: Add derivative and integration rules for
14752 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
14753 calcFunc-csch, calcFunc-coth.
14754 (math-do-integral-methods): Add to checks for when to use
14755 substitutions.
14756
14757 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
14758
14759 2005-02-15 Lute Kamstra <lute@gnu.org>
14760
14761 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14762 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
14763 <monnier@iro.umontreal.ca>
14764 (lisp-outline-level): Improve efficiency. Suggested by David
14765 Kastrup <dak@gnu.org>.
14766
14767 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
14768
14769 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
14770 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
14771 (gdb-set-gud-minor-mode-existing-buffers): New functions.
14772 (gdb-find-file-hook): New hook. Add it to find-file-hook.
14773 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
14774
14775 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
14776
14777 * cus-start.el (all): Comment change.
14778
14779 2005-02-14 Lute Kamstra <lute@gnu.org>
14780
14781 * cus-start.el (all): Check if symbol is void.
14782
14783 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
14784
14785 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
14786 optional argument to \cite.
14787
14788 2005-02-14 Richard M. Stallman <rms@gnu.org>
14789
14790 * cus-edit.el (custom-buffer-create-internal): Update help message.
14791 (custom-magic-alist): Update help messages.
14792
14793 * cus-start.el (all): Allow a var to specify a standard value.
14794
14795 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
14796
14797 * custom.el (custom-theme-set-variables): Handle variable aliases.
14798
14799 * frame.el (blink-cursor-timer): Doc fix.
14800 (blink-cursor): Make it an alias for `blink-cursor-mode' and
14801 declare obsolete.
14802 (blink-cursor-mode): Define with defcustom and use correct
14803 standard expression in that defcustom.
14804 * startup.el (command-line): Adapt to above changes in frame.el.
14805
14806 2005-02-11 Lute Kamstra <lute@gnu.org>
14807
14808 * apropos.el (apropos-score-doc): Prevent division by zero.
14809
14810 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
14811
14812 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
14813 (icalendar--get-event-property-attributes)
14814 (icalendar--get-event-properties)
14815 (icalendar--datetime-to-diary-date): New functions.
14816 (icalendar--split-value): Doc fix.
14817 (icalendar--datetime-to-noneuropean-date)
14818 (icalendar--datetime-to-european-date): New optional argument
14819 SEPARATOR. Return result as a string instead of a list.
14820 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
14821 (icalendar--convert-string-for-export): Rename arg S to STRING.
14822 (icalendar-export-region): Doc fix. Change name of error buffer.
14823 Save output buffer.
14824 (icalendar-import-file): Add blank at end of prompt.
14825 (icalendar-import-buffer): Doc fix. Do not switch to error
14826 buffer. Indicate status in return value.
14827 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
14828 buffer. Save output buffer. Handle exception from recurrence
14829 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
14830 events. Fix problems with weekly all-day events.
14831
14832 2005-02-10 Richard M. Stallman <rms@gnu.org>
14833
14834 * simple.el (eval-expression-print-format):
14835 Avoid warning about edebug-active.
14836
14837 * help.el (help-for-help-internal): Rename from help-for-help.
14838 (help-for-help): Define with defalias.
14839
14840 * font-core.el (font-lock-default-function): Use with-no-warnings.
14841
14842 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
14843
14844 * custom.el (defface): Doc fix.
14845
14846 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
14847
14848 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
14849 width 0" to prevent word wrapping problems.
14850
14851 2005-02-09 Kim F. Storm <storm@cua.dk>
14852
14853 * ido.el (ido-file-extensions-order): New defcustom.
14854 (ido-file-extension-lessp, ido-file-extension-aux)
14855 (ido-file-extension-order): New advanced file ordering.
14856 (ido-file-lessp): New simple file ordering.
14857 (ido-sort-list): Remove.
14858 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
14859 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
14860
14861 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
14862
14863 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
14864 that some versions of grep produce.
14865 (grep-mode-font-lock-keywords): Likewise.
14866
14867 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
14868
14869 * progmodes/gdb-ui.el (gdb-location-list): New variable.
14870 (gdb-cdir): Delete.
14871 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
14872 (gdb-source-info): Treat case when source file is in another
14873 directory properly.
14874 (gdb-get-location): New function.
14875
14876 2005-02-07 Jay Belanger <belanger@truman.edu>
14877
14878 * calc/calc-prog.el (calc-write-parse-table-part)
14879 (calc-fix-token-name): Fix a check for language type.
14880
14881 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
14882
14883 2005-02-07 Andre Spiegel <spiegel@gnu.org>
14884
14885 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
14886 as directory not writable.
14887
14888 2005-02-07 Kim F. Storm <storm@cua.dk>
14889
14890 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
14891 (cua--standard-movement-commands): Remove list.
14892 Instead, set CUA property value to move for movement commands.
14893 (cua-movement-commands): Remove. Users must set CUA prop instead.
14894 (cua--pre-command-handler): Check CUA property.
14895 (cua--init-keymaps): Don't remap undo commands.
14896 (cua-mode): Don't call cua--rectangle-on-off.
14897
14898 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
14899 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
14900 (cua--rect-undo-set-point): New var.
14901 (cua--rectangle-undo-boundary): Setup undo apply entry.
14902 (cua--rect-undo-handler): New function for rectangle undo.
14903 (cua--rect-start-position, cua--rect-end-position): Add.
14904 (cua--rectangle-post-command): Call cua--rectangle-set-corners
14905 for restored rectangle. Set point if cua--rect-undo-set-point.
14906
14907 2005-02-06 Jay Belanger <belanger@truman.edu>
14908
14909 * calc/calc-lang.el (calc-tex-language): Display more information
14910 in messages.
14911
14912 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
14913 in TeX mode.
14914
14915 2005-02-06 Richard M. Stallman <rms@gnu.org>
14916
14917 * emacs-lisp/lisp.el (buffer-end): Doc fix.
14918
14919 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
14920
14921 * net/ldap.el (ldap-search-internal): Support attributes with
14922 optional descriptions separated by a semi-colon, as in
14923 "userCertificate;binary".
14924
14925 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14926
14927 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
14928 isn't a cons (i.e. the version is 0).
14929
14930 2005-02-05 Eli Zaretskii <eliz@gnu.org>
14931
14932 * help.el (help-for-help): Doc fix.
14933
14934 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
14935
14936 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
14937 GDB-Windows on the menu-bar as this works better.
14938
14939 2005-02-04 Jay Belanger <belanger@truman.edu>
14940
14941 * calc/calc-embed.el (calc-embedded-update): Don't put in
14942 unnecessary newlines. Adjust the end of formula marker.
14943
14944 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
14945 (math-latex-parse-two-args): New function.
14946
14947 2005-02-03 Lute Kamstra <lute@gnu.org>
14948
14949 * help-fns.el (help-with-tutorial): Make sure that users cannot
14950 remove the entire text of the tutorial by means of `undo'.
14951
14952 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
14953
14954 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
14955 in recent changes, where the ispell process was repeatedly
14956 killed & restarted.
14957
14958 * international/mule-cmds.el (set-locale-environment): Set file-name
14959 coding system to utf-8 on Darwin systems.
14960 (set-default-coding-systems): Don't set default-file-name-coding-system
14961 on Darwin systems.
14962
14963 2005-02-03 Richard M. Stallman <rms@gnu.org>
14964
14965 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
14966
14967 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
14968
14969 * faces.el (list-faces-display): Add optional argument.
14970
14971 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
14972
14973 * font-core.el (font-lock-default-function): Handle the rare case where
14974 only font-lock-keywords is set.
14975
14976 2005-02-02 Kenichi Handa <handa@m17n.org>
14977
14978 * international/characters.el: Cancel previous change for
14979 I-WITH-DOT-ABOVE and DOTLESS-i.
14980
14981 * international/latin-5.el: Cancel previous change.
14982
14983 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14984
14985 * progmodes/gud.el: Correction to syntax in gud-menu-map.
14986
14987 2005-02-02 Kenichi Handa <handa@m17n.org>
14988
14989 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
14990 DOTLESS-i.
14991
14992 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
14993 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
14994
14995 * case-table.el (get-upcase-table): New function.
14996 (copy-case-table): Copy upcaes table too if non-nil.
14997 (set-case-syntax-delims): Maintain upcase table too.
14998 (set-case-syntax-pair): Likewise.
14999 (set-upcase-syntax, set-downcase-syntax): New functions.
15000 (set-case-syntax): Maintain upcase table too.
15001
15002 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
15003
15004 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
15005
15006 * progmodes/gud.el (gud-goto-info): New function.
15007 (gud-tool-bar-map): Use correct icon.
15008
15009 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
15010
15011 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
15012 When delegating, order args in the funcall correctly.
15013
15014 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
15015
15016 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
15017
15018 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
15019
15020 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
15021 buffer not visiting a file.
15022
15023 2005-01-31 Jay Belanger <belanger@truman.edu>
15024
15025 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
15026 bound on the line with the formula.
15027
15028 2005-01-31 Kim F. Storm <storm@cua.dk>
15029
15030 * ses.el (ses-create-cell-variable-range)
15031 (ses-destroy-cell-variable-range, ses-reset-header-string)
15032 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
15033 (ses-insert-row): Fix format of apply undo entries.
15034
15035 2005-01-31 Jay Belanger <belanger@truman.edu>
15036
15037 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
15038 parts.
15039
15040 * calc/calc-embed.el (calc-embedded-open-formula)
15041 (calc-embedded-close-formula): Ignore matrix environments.
15042
15043 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
15044 TeX mode.
15045
15046 * calc/calc-lang.el (math-function-table, math-oper-table)
15047 (math-variable-table): Adjust the LaTeX portions.
15048
15049 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
15050 (math-latex-ignore-words): New constant.
15051
15052 2005-01-31 Richard M. Stallman <rms@gnu.org>
15053
15054 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
15055 (ispell-local-dictionary): Doc fix.
15056 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
15057 Don't reinitialize at run time. Don't defcustom.
15058 All uses changed to append ispell-local-dictionary-alist,
15059 or check it first.
15060 (ispell-current-dictionary): New variable for dictionary in use.
15061 (ispell-dictionary): Now used only for global default.
15062 (ispell-start-process): Set ispell-current-dictionary,
15063 not ispell-dictionary.
15064 (ispell-change-dictionary): Use this only for setting
15065 user preferences.
15066 (ispell-internal-change-dictionary): New function
15067 to change the current dictionary in use.
15068 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
15069 Use ispell-current-dictionary.
15070 Handle ispell-local-dictionary-overridden.
15071 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
15072
15073 2005-01-31 Jay Belanger <belanger@truman.edu>
15074
15075 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
15076
15077 * calc/calc-ext.el: Add calc-latex-language to autoloads.
15078 (calc-mode-map): Add calc-latex-language.
15079
15080 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
15081 (math-latex-print-frac): New functions.
15082 (math-oper-table, math-function-table, math-variable-table)
15083 (math-complex-format, math-input-filter): Add latex properties.
15084 (calc-set-language): Set math-expr-special-function-mapping.
15085
15086 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
15087 (calc-write-parse-table-part): Add LaTeX support.
15088
15089 * calc/calc.el (calc-language): Adjust docstring.
15090 (calc-set-mode-line): Add LaTeX support.
15091 (math-expr-special-function-mapping): New variable.
15092 (math-tex-ignore-words): Add to list.
15093
15094 * calc/calccomp.el (math-compose-expr, math-compose-rows):
15095 Add LaTeX support.
15096 (math-compose-expr): Add support for special functions.
15097
15098 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
15099
15100 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
15101
15102 * progmodes/gdb-ui.el (gdb-memory-address)
15103 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
15104 (gdb-memory-mode-map, gdb-memory-format-keymap)
15105 (gdb-memory-format-menu, gdb-memory-unit-keymap)
15106 (gdb-memory-unit-menu): New variables for a buffer
15107 that lets the user examine program memory.
15108 (gdb-memory-set-address, gdb-memory-set-repeat-count)
15109 (gdb-memory-format-binary, gdb-memory-format-octal)
15110 (gdb-memory-format-unsigned, gdb-memory-format-signed)
15111 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
15112 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
15113 (gdb-memory-unit-word, gdb-memory-unit-halfword)
15114 (gdb-memory-unit-byte, gdb-memory-unit-menu)
15115 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
15116 (gdb-memory-mode, gdb-memory-buffer-name)
15117 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
15118 New functions for above buffer.
15119
15120 2005-01-30 Richard M. Stallman <rms@gnu.org>
15121
15122 * cus-edit.el (custom-bury-buffer): Function deleted.
15123 (custom-buffer-done-function): Option deleted.
15124 (custom-buffer-done-kill): New (replacement option.
15125 (Custom-buffer-done): Call quit-window.
15126 (custom-buffer-create-internal): Update for above changes.
15127
15128 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
15129
15130 * simple.el (undo-ask-before-discard): New var.
15131 (undo-outer-limit-truncate): Implement it.
15132 (undo-extra-outer-limit): Doc update.
15133
15134 2005-01-29 Richard M. Stallman <rms@gnu.org>
15135
15136 * ses.el (undo-more): Delete defadvice.
15137 (ses-begin-change): Doc fix.
15138
15139 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
15140 instead of rebinding C-x u and C-_.
15141
15142 * files.el (normal-backup-enable-predicate): Return nil for files
15143 in /tmp, regardless of temporary-file-directory.
15144
15145 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
15146
15147 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
15148 (open-rectangle, delete-whitespace-rectangle-line)
15149 (clear-rectangle-line): If FILL, pass t instead of FILL
15150 for move-to-column's 2nd arg.
15151
15152 * simple.el (undo): Fix the test for continuing a series of undos.
15153 (undo-more): Set pending-undo-list to t when we reach end.
15154 (pending-undo-list): Move up defvar.
15155
15156 * wid-edit.el (widget-button-click):
15157 Shorten the range of the track-mouse binding.
15158
15159 * comint.el (comint-insert-input): Undo previous changes;
15160 use last-input-event in interactive spec.
15161
15162 2005-01-29 Eli Zaretskii <eliz@gnu.org>
15163
15164 * progmodes/compile.el (compilation-start): Bind buffer-read-only
15165 to nil before invoking call-process. Reset buffer's modified flag
15166 after fontifying it in the no-async branch.
15167
15168 * wid-edit.el (widget-specify-button): If mouse pointer shape
15169 cannot be changed, use mouse face instead.
15170
15171 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
15172
15173 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
15174 (gdb-goto-breakpoint): Make breakpoint handling work on template
15175 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
15176 (gdb-assembler-custom): Update to recognize breakpoint information
15177 added on 2005-01-19.
15178
15179 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
15180
15181 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
15182 (dsssl-mode): Use define-derived-mode.
15183 (scheme-mode-initialize): Remove.
15184 (scheme-mode): Use run-mode-hooks.
15185
15186 * cus-edit.el (customize-group-other-window)
15187 (custom-buffer-create-other-window): Don't override special-display-*.
15188 (custom-mode-map): Make it dense.
15189
15190 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
15191 sets the default value.
15192
15193 2005-01-28 Eli Zaretskii <eliz@gnu.org>
15194
15195 * descr-text.el: Add more keywords.
15196
15197 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
15198
15199 * speedbar.el: Avoid unnecessary use of locate-library.
15200
15201 * international/mule-cmds.el (standard-display-european-internal):
15202 Don't fiddle with latin-1 non-break space any more since it's now
15203 special cased in the C code.
15204 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
15205
15206 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
15207
15208 * cus-start.el (all): Add `undo-outer-limit'.
15209
15210 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15211
15212 * textmodes/bibtex.el (bibtex-format-entry):
15213 Use `bibtex-empty-field-re' only on the text of fields, not on entire
15214 field lines.
15215 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
15216 not on part of a buffer.
15217
15218 2005-01-25 Lute Kamstra <lute@gnu.org>
15219
15220 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
15221 nonempty field text strings like "{letters\\macro{}more letters}".
15222 Clarify docstring.
15223 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
15224 (bibtex-entry-offset, bibtex-parse-association)
15225 (bibtex-parse-field-name): Fix typos in docstrings.
15226 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
15227
15228 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
15229
15230 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
15231 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
15232 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
15233 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
15234
15235 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
15236 isearch minor mode.
15237
15238 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
15239
15240 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
15241
15242 2005-01-24 Lute Kamstra <lute@gnu.org>
15243
15244 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
15245 CASECHARS and NOT-CASECHARS regular expressions of the
15246 "nederlands" and "nederlands8" dictionaries to prevent a "Range
15247 striding over charsets" error.
15248
15249 2005-01-24 Jay Belanger <belanger@truman.edu>
15250
15251 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
15252 display variable name.
15253
15254 2005-01-24 Kenichi Handa <handa@m17n.org>
15255
15256 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
15257 Fix setting of the element of encoded-kbd-iso2022-invocations.
15258
15259 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
15260
15261 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
15262 (gdb-threads-select): Change to also accept mouse events.
15263 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
15264 (gdb-threads-mouse-select): Delete.
15265
15266 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
15267
15268 * files.el (insert-directory): Take care of empty directory,
15269 listed without -a switch.
15270
15271 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
15272
15273 * textmodes/refill.el (refill-post-command-function):
15274 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
15275 to the list of functions that we should be careful not to undo.
15276 (refill-late-fill-paragraph-function): Remove.
15277 (refill-saved-state): New var.
15278 (refill-mode): Use it to save fill-paragraph-function.
15279 Save also the value of auto-fill-function.
15280
15281 * term/w32-win.el: Simplify code.
15282
15283 2005-01-23 Kim F. Storm <storm@cua.dk>
15284
15285 * simple.el (line-move): Adapt to new return value from
15286 pos-visible-in-window-p.
15287
15288 * simple.el (line-move): Fix last change. Check partial
15289 visibility at point rather than at window-start.
15290
15291 2005-01-22 Jason Rumney <jasonr@gnu.org>
15292
15293 * term/w32-win.el (xw-defined-colors): Remove debug-message.
15294
15295 2005-01-22 David Kastrup <dak@gnu.org>
15296
15297 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
15298
15299 2005-01-22 Eli Zaretskii <eliz@gnu.org>
15300
15301 * type-break.el (type-break-mode): Add a test for
15302 type-break-file-name being non-nil.
15303
15304 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
15305
15306 * net/eudc.el (top level): Call (message "") via progn, so that
15307 eudc-options-file is loaded.
15308
15309 2005-01-22 Kim F. Storm <storm@cua.dk>
15310
15311 * simple.el (line-move-1): Rename from line-move.
15312 (line-move): New function that adjusts vscroll for partially
15313 visible rows, and calls line-move-1 otherwise.
15314
15315 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
15316
15317 * pcomplete.el: Define pcomplete-read-event instead of read-event,
15318 since it's not a complete read-event implementation
15319
15320 2005-01-20 Jay Belanger <belanger@truman.edu>
15321
15322 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
15323 for called function.
15324
15325 2005-01-20 Steven Tamm <steventamm@mac.com>
15326
15327 * term/mac-win.el (process-connection-type): Remove.
15328 Controlled now by s/darwin.h:PTY_ITERATION.
15329
15330 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
15331
15332 * window.el (handle-select-window): Don't switch window when we're
15333 in the minibuffer.
15334
15335 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
15336
15337 * subr.el (dotimes-with-progress-reporter): New macro.
15338
15339 * ses.el (ses-dotimes-msg): Remove macro.
15340 Use `dotimes-with-progress-reporter' instead.
15341
15342 2005-01-19 Steven Tamm <steventamm@mac.com>
15343
15344 * term/mac-win.el (process-connection-type): Use new
15345 operating-system-release variable to use ptys on Darwin 7 (OS X
15346 10.3) when using carbon build.
15347
15348 2005-01-19 Jay Belanger <belanger@truman.edu>
15349
15350 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
15351 flags if the last command was a tab or M-tab.
15352
15353 * calc/calc-prog.el (calc-user-define-edit): Put original formula
15354 in formula editing buffer.
15355
15356 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
15357
15358 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
15359 breakpoint image symbol in margin.
15360
15361 2005-01-19 Jay Belanger <belanger@truman.edu>
15362
15363 * calc/calc-prog.el (calc-execute-kbd-macro):
15364 Ignore calc-keep-arg-flag.
15365
15366 2005-01-19 Kenichi Handa <handa@m17n.org>
15367
15368 * textmodes/ispell.el (ispell-looking-at): New function.
15369 (ispell-process-line): Use ispell-looking-at to compare the ispell
15370 output and the buffer contents.
15371
15372 2005-01-18 Jay Belanger <belanger@truman.edu>
15373
15374 * calc/calc.el (calc-display-raw): Fix docstring.
15375
15376 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
15377
15378 * simple.el (blink-matching-open): Strip extra info from syntax.
15379
15380 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
15381 funny chars in the end-of-here-doc marker.
15382
15383 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
15384
15385 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
15386 that enable/disabled state of breakpoints is shown correctly in
15387 fringe and on ttys.
15388 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
15389 Add breakpoint information as text properties.
15390 (gdb-mouse-toggle-breakpoint):
15391 Rename to gdb-mouse-set-clear-breakpoint.
15392 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
15393 breakpoints in the margin.
15394 (gdb-remove-strings): Simplify.
15395
15396 2005-01-17 Jay Belanger <belanger@truman.edu>
15397
15398 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
15399 erasing buffer.
15400
15401 2005-01-17 Richard M. Stallman <rms@gnu.org>
15402
15403 * progmodes/grep.el (grep-find): Copy from `grep' the condition
15404 for calling grep-compute-defaults.
15405
15406 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
15407 if buffer is empty.
15408
15409 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
15410
15411 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
15412
15413 * hilit-chg.el (highlight-changes-mode): Don't autoload.
15414
15415 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
15416 non-preloaded variables.
15417
15418 2005-01-17 Steven Tamm <steventamm@mac.com>
15419
15420 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
15421 tex-shell cause to force interactivity when using pipes.
15422
15423 2005-01-17 Kim F. Storm <storm@cua.dk>
15424
15425 * simple.el (just-one-space): Make arg optional.
15426
15427 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
15428
15429 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
15430 posn-at-x-y to t to access left-margin.
15431
15432 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
15433
15434 Sync with Tramp 2.0.47.
15435
15436 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
15437 catching keep-date problems in cp/scp operations.
15438 (tramp-handle-copy-file): Don't call `set-file-modes'
15439 unconditionally. Specialized functions should know better what is
15440 necessary. This improves performance a little bit, and the
15441 functions could catch errors with `cp -p' and `scp -p'.
15442 (tramp-do-copy-or-rename-file-via-buffer)
15443 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
15444 when appropriate.
15445 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
15446 Call `set-file-modes' when appropriate.
15447 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
15448 Johnsson <isak@hypergene.com>
15449 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
15450 of both Tramp buffer and debug buffer. Reported by Joakim Verona
15451 <joakim@verona.se>
15452 (tramp-file-name-for-operation): Mark `shell-command' as magic for
15453 Emacs only.
15454
15455 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
15456 `find-file-hooks' and `dired-mode-hook'.
15457 (tramp-minor-mode-map): Respective map. Add remapping for
15458 `compile' and `recompile'.
15459 (tramp-remap-command, tramp-recompile): New defuns.
15460 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
15461 in buffer "*Compilation*". Call the commands asynchronously.
15462
15463 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
15464 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
15465 `shell-command', because it isn't magic in XEmacs. Reported by
15466 Adrian Aichner <adrian@xemacs.org>.
15467
15468 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
15469 `substitute-in-file-name.
15470 (tramp-smb-handle-substitute-in-file-name): New defun.
15471 (tramp-smb-advice-PC-do-completion): Delete advice.
15472
15473 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
15474
15475 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
15476 Fix error in deleting region.
15477
15478 2005-01-15 Richard M. Stallman <rms@gnu.org>
15479
15480 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
15481 In non-temp buffer, switch syntax table temporarily.
15482
15483 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
15484
15485 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
15486
15487 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
15488
15489 * imenu.el (imenu--split-menu): Copy menulist before sorting.
15490 (imenu--generic-function): Use START, not BEG, as pos of definition.
15491
15492 * simple.el (just-one-space): Argument specifies number of spaces.
15493
15494 * simple.el (eval-expression-print-format): Avoid warning
15495 about edebug-active.
15496
15497 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
15498
15499 * progmodes/sh-script.el: Code copied from make-mode.el
15500 with small changes,
15501 (sh-mode-map): Bind C-c C-\.
15502 (sh-backslash-column, sh-backslash-align): New variables.
15503 (sh-backslash-region, sh-append-backslash): New functions.
15504
15505 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
15506
15507 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
15508 (rmail-pop-password, rmail-pop-password-required): Move to
15509 rmail-obsolete group.
15510 (rmail-set-pop-password): Rename to rmail-set-remote-password.
15511 All callers updated.
15512 (rmail-get-pop-password): Rename to rmail-get-remote-password.
15513 Take an argument specifying whether it is POP or IMAP mailbox we
15514 are using. All callers updated.
15515 (rmail-pop-password-error): Rename to
15516 rmail-remote-password-error. Added mailutils-specific error message.
15517 (rmail-movemail-search-path)
15518 (rmail-movemail-variant-in-use): New variables.
15519 (rmail-remote-password, rmail-remote-password-required):
15520 New customization variables.
15521 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
15522 (rmail-parse-url): New function.
15523 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
15524 with GNU mailutils movemail.
15525
15526 2005-01-15 Kevin Ryde <user42@zip.com.au>
15527
15528 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
15529 suffix to space, $ or '$, to correctly position point when going
15530 to @table style constants like DBL_MAX.
15531
15532 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
15533
15534 * type-break.el (type-break-mode, type-break-file-time)
15535 (type-break-file-keystroke-count, type-break-choose-file):
15536 Don't store data in or load data from the file if type-break-file-name
15537 is nil.
15538 (type-break-file-name): Doc update as per the above.
15539
15540 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
15541
15542 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
15543 lookup-key might return nil; handle that.
15544
15545 2005-01-15 Alan Mackenzie <acm@muc.de>
15546
15547 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
15548 rather than the element found, thus enabling the tree to be setcar'd.
15549
15550 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
15551
15552 * textmodes/org.el (org-show-following-heading): New option.
15553 (org-show-hierarchy-above): Use `org-show-following-heading'.
15554 (org-cycle): Documentation fix.
15555
15556 * textmodes/org.el (orgtbl-optimized): New option
15557 (orgtbl-mode): New command, a minor mode.
15558 (orgtbl-mode-map): New variable.
15559 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
15560 (orgtbl-error, orgtbl-self-insert-command)
15561 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
15562
15563 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
15564 a local variable in each org-mode buffer.
15565
15566 * textmodes/org.el (org-set-regexps-and-options): Rename from
15567 `org-set-regexps'. Added checking for STARTUP keyword.
15568 (org-get-current-options): Add STARTUP options.
15569 (org-table-insert-row): Make mode intelligent about when
15570 realignment is needed.
15571 (org-self-insert-command, org-delete-backward-char, org-delete-char):
15572 New commands.
15573 (org-enable-table-editor): New default value `optimized'.
15574 (org-table-blank-field): Support blanking regions if active.
15575
15576 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
15577
15578 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
15579 if the year is not given.
15580
15581 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
15582 Add new escapes %m and %M, fixed bug with %F by adding
15583 save-match-data.
15584 (reftex-reference): Remove ?. from list of spaces.
15585 (reftex-label-info): Add automatic label prefix recognition.
15586
15587 * textmodes/reftex-index.el (reftex-index-next-phrase):
15588 Add slave parameter to call of `reftex-index-this-phrase'.
15589 (reftex-index-this-phrase): New optional argument.
15590 (reftex-index-region-phrases): Add slave parameter to call of
15591 `reftex-index-this-phrase'.
15592 (reftex-display-index): New argument redo.
15593 (reftex-index-rescan): Add 'redo to arguments of
15594 `reftex-display-index'.
15595 (reftex-index-Rescan, reftex-index-revert)
15596 (reftex-index-switch-index-tag): Add 'redo to arguments of
15597 `reftex-display-index'.
15598 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
15599 indexing. Fix bug with matching is there is a quote before or
15600 after the word.
15601
15602 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
15603 Fix bug when collecting citation keys in lines with comments.
15604 (reftex-citation): Prefix argument no longer rescans the document,
15605 but forces prompting for optional arguments of cite macros.
15606 (reftex-do-citation): Prompting for optional arguments implemented.
15607
15608 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15609 Add optional arguments to most cite commands.
15610 (reftex-cite-cleanup-optional-args): New option
15611 (reftex-cite-prompt-optional-args): New option.
15612 (reftex-trust-label-prefix): New option.
15613
15614 * textmodes/reftex-toc.el (reftex-toc-find-section):
15615 Add push-mark before changing the position in the buffer.
15616
15617 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
15618 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
15619
15620 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
15621
15622 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
15623 more carefully.
15624
15625 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
15626
15627 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
15628 (sgml-mode): Use it.
15629 (sgml-get-context): Better keep track of implicitly closed tags.
15630
15631 2005-01-13 Kenichi Handa <handa@m17n.org>
15632
15633 * textmodes/ispell.el: These changes are to fix misalignment error
15634 caused by equivalent characters of different Emacs charsets.
15635 (ispell-unified-chars-table): New variable.
15636 (ispell-get-decoded-string): New function.
15637 (ispell-get-casechars, ispell-get-not-casechars)
15638 (ispell-get-otherchars): Call ispell-get-decoded-string.
15639
15640 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
15641
15642 * custom.el (custom-declare-variable): Just put symbol instead
15643 of (defvar . symbol) in `current-load-list'.
15644
15645 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
15646
15647 * emacs-lisp/elint.el: Fixed typo in Commentary section.
15648
15649 2005-01-12 Jay Belanger <belanger@truman.edu>
15650
15651 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
15652 to create a Calc summary.
15653
15654 2005-01-12 Kim F. Storm <storm@cua.dk>
15655
15656 * mouse.el (mouse-on-link-p): Change functionality and doc
15657 string to comply with latest description in lisp ref.
15658
15659 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
15660
15661 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
15662 Enable mouse clicks on mode-line, header-line and margin.
15663 (event-type): Give mouse event symbols an 'event-kind property
15664 with value 'mouse-click.
15665
15666 2005-01-12 Juri Linkov <juri@jurta.org>
15667
15668 * facemenu.el (list-colors-display): Add new arg buffer-name.
15669 Use it. Fix docstring. Replace code for identifying duplicate
15670 colors by the name with call to `list-colors-duplicates' which
15671 identifies duplicate colors by the value unless the color
15672 is one of special Windows colors. Set truncate-lines to t.
15673 Print sorted duplicate color names on each line. Indent to 22
15674 \(the longest color name in rgb.txt) instead of 20. Optimize.
15675 (list-colors-duplicates): New function.
15676 (facemenu-color-name-equal): Delete function.
15677
15678 * facemenu.el (list-colors-print): New function created from code
15679 in list-colors-display. Print #RRGGBB at the window right edge.
15680 (list-colors-display): When temp-buffer-show-function is not
15681 defined, call list-colors-print from temp-buffer-show-hook
15682 to get the right value of window-width in list-colors-print
15683 after the buffer is displayed.
15684
15685 * simple.el (pop-mark): Move deactivate-mark out of conditional
15686 part to deactivate the active mark regardless of the state of the
15687 mark ring.
15688
15689 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
15690 variables line in desktop files.
15691
15692 2005-01-12 Juri Linkov <juri@jurta.org>
15693
15694 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
15695 Bring together isearch highlight related options.
15696 (lazy-highlight): Replace group `replace' by `matching'.
15697 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15698 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15699 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
15700 and declare them obsolete.
15701 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
15702 (isearch-faces): Remove defgroup.
15703 (isearch-overlay, isearch-highlight, isearch-dehighlight):
15704 Move isearch highlighting code closer to lazy highlighting code.
15705
15706 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
15707 (query-replace-highlight, query-replace-lazy-highlight)
15708 (query-replace): Move definitions to the beginning of the file.
15709
15710 2005-01-11 Juri Linkov <juri@jurta.org>
15711
15712 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
15713 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
15714 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
15715
15716 * info.el (Info-history-forward): New variable.
15717 (Info-select-node): Reset Info-history-forward to nil.
15718 (Info-last): Turn into defalias.
15719 (Info-history-back): Rename from Info-last.
15720 Add current node to Info-history-forward.
15721 (Info-history-forward): New fun.
15722 (Info-mode-map): Replace Info-last by Info-history-back.
15723 Bind Info-history-forward to "r".
15724 (Info-mode-menu): Replace Info-last by Info-history-back.
15725 Fix menu item text. Add menu item for Info-history-forward.
15726 (info-tool-bar-map): Replace Info-last by Info-history-back.
15727 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
15728 for Info-history-forward.
15729 (Info-mode): Replace Info-last by Info-history-back in docstring.
15730 Add local variable Info-history-forward.
15731 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
15732
15733 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
15734
15735 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
15736 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
15737 Ignore select-window events rather than fiddle with
15738 mouse-autoselect-window.
15739
15740 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
15741
15742 * type-break.el (type-break-mode): Fix previous change.
15743
15744 2005-01-10 Jay Belanger <belanger@truman.edu>
15745
15746 * calc/calc-ext.el (calc-reset): Reset when inside embedded
15747 calculator; only reset when point is inside a calculator.
15748 Don't adjust the window height if the window takes up the whole height
15749 of the frame.
15750
15751 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
15752
15753 * ebuff-menu.el (Electric-buffer-menu-mode):
15754 Preserve value of buffer-local var header-line-format.
15755
15756 2005-01-09 Jay Belanger <belanger@truman.edu>
15757
15758 * calc/calc.el (calc-mode-var-list-restore-saved-values):
15759 Make sure settings file exists before accessing it.
15760
15761 * calc/calc-embed.el (calc-embedded-subst):
15762 Replace math-multi-subst-rec, which is only supposed to be called
15763 by math-multi-subst, by math-multi-subst.
15764
15765 2005-01-09 Andre Spiegel <spiegel@gnu.org>
15766
15767 * vc.el (vc-allow-async-revert): New user option.
15768 (vc-disable-async-diff): New internal variable.
15769 (vc-revert-buffer): Use them to disable asynchronous diff.
15770
15771 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
15772 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
15773 asynchronously if vc-disable-async-diff is t.
15774
15775 2005-01-09 Jay Belanger <belanger@truman.edu>
15776
15777 * calc/calc.el (defcalcmodevar): New macro.
15778 (calc-mode-var-list-restore-default-values)
15779 (calc-mode-var-list-restore-saved-values): New functions.
15780 (calc-mode-var-list): Use defcalcmodevar to define it.
15781 (calc-always-load-extensions, calc-line-numbering)
15782 (calc-line-breaking, calc-display-just, calc-display-origin)
15783 (calc-number-radix, calc-leading-zeros, calc-group-digits)
15784 (calc-group-char, calc-point-char, calc-frac-format)
15785 (calc-prefer-frac, calc-hms-format, calc-date-format)
15786 (calc-float-format, calc-full-float-format, calc-complex-format)
15787 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15788 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15789 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15790 (calc-matrix-brackets, calc-language, calc-language-option)
15791 (calc-left-label, calc-right-label, calc-word-size)
15792 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15793 (calc-display-raw, calc-internal-prec, calc-angle-mode)
15794 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15795 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15796 (calc-window-height, calc-display-trail, calc-show-selections)
15797 (calc-use-selections, calc-assoc-selections)
15798 (calc-display-working-message, calc-auto-why, calc-timing)
15799 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
15800 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
15801 (calc-gnuplot-default-device, calc-gnuplot-default-output)
15802 (calc-gnuplot-print-device, calc-gnuplot-print-output)
15803 (calc-gnuplot-geometry, calc-graph-default-resolution)
15804 (calc-graph-default-resolution-3d, calc-invocation-macro)
15805 (calc-show-banner): Use defcalcmodevar to declare them and set
15806 their default values.
15807
15808 * calc/calc-ext.el (calc-reset): Restore saved values of variables
15809 instead of default values (but restore default values if there is
15810 an argument of 0).
15811
15812 2005-01-09 David Kastrup <dak@gnu.org>
15813
15814 * desktop.el (desktop-restore-eager): Fix typo in type.
15815
15816 2005-01-08 Richard M. Stallman <rms@gnu.org>
15817
15818 * cus-edit.el (customize): Delete :link.
15819
15820 2005-01-08 Jay Belanger <belanger@truman.edu>
15821
15822 * calc/calc.el (calc-mode): Remove the extension from the
15823 `calc-settings-file' file name when loading it.
15824
15825 2005-01-08 Kim F. Storm <storm@cua.dk>
15826
15827 * info.el (Info-mode-map, Info-next-link-keymap)
15828 (Info-prev-link-keymap, Info-up-link-keymap):
15829 Map follow-link to mouse-face.
15830 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
15831
15832 2005-01-08 Jay Belanger <belanger@truman.edu>
15833
15834 * calc/calc.el (calc-settings-file): Change default value.
15835 Suggested by cgw in a comment in calc-mode.el.
15836
15837 * calc/calc-mode.el (calc-settings-file-name):
15838 Compare calc-settings-file to user-init-file instead of ~/.emacs.
15839 Replace ~/.emacs in a prompt by calc-settings-file.
15840
15841 2005-01-07 Lars Hansen <larsh@math.ku.dk>
15842
15843 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
15844 (desktop-lazy-idle-delay): New customizable variables.
15845 (desktop-buffer-args-list): New variable.
15846 (desktop-append-buffer-args): New function.
15847 (desktop-save): Call desktop-append-buffer-args for some buffers.
15848 (desktop-lazy-create-buffer): New function.
15849 (desktop-idle-create-buffers): New function.
15850 (desktop-read): Add message about buffers to restore lazily.
15851 (desktop-lazy-abort): New command.
15852 (desktop-clear): Call desktop-lazy-abort.
15853 (desktop-lazy-complete): New command.
15854
15855 2005-01-06 Richard M. Stallman <rms@gnu.org>
15856
15857 * emacs-lisp/find-func.el (find-face-definition):
15858 Rename from find-face.
15859
15860 2005-01-06 Kim F. Storm <storm@cua.dk>
15861
15862 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
15863
15864 * man.el (Man-xref-man-page, Man-xref-header-file)
15865 (Man-xref-normal-file): Add follow-link property.
15866
15867 2005-01-06 Jay Belanger <belanger@truman.edu>
15868
15869 * calc/calc-units.el: Make sure the proper macro definitions are
15870 available when compiling.
15871
15872 2005-01-06 Juri Linkov <juri@jurta.org>
15873
15874 * isearch.el (isearch-lazy-highlight-update):
15875 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
15876
15877 2005-01-06 Miles Bader <miles@gnu.org>
15878
15879 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
15880 (isearch-lazy-highlight-face): Use new name.
15881
15882 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
15883
15884 * uniquify.el (uniquify-rationalize-file-buffer-names):
15885 Re-add an interactive spec.
15886 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
15887 to the same name.
15888
15889 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
15890 (isearch-update, isearch-done): Adjust calls accordingly.
15891
15892 2005-01-05 Richard M. Stallman <rms@gnu.org>
15893
15894 * custom.el (custom-set-variables, custom-theme-set-variables):
15895 Clarify documentation.
15896
15897 * emacs-lisp/find-func.el (find-variable)
15898 (find-variable-other-window, find-variable-other-frame):
15899 Fix the TYPE args to find-function-read and find-function-do-it.
15900 (find-function): Doc fix.
15901 (find-function-at-point): Replace function-at-point alias.
15902
15903 2005-01-04 Richard M. Stallman <rms@gnu.org>
15904
15905 * cus-face.el (custom-declare-face):
15906 Record defface in current-load-list.
15907
15908 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
15909
15910 * emacs-lisp/find-func.el: Doc fixes.
15911 (find-face-regexp): New variable.
15912 (find-function-regexp-alist): New variable.
15913 (find-function-C-source): Third arg is now TYPE.
15914 (find-function-search-for-symbol): Handle general TYPE.
15915 (find-function-read, find-function-do-it): Handle general TYPE.
15916 (find-definition-noselect, find-face): New functions.
15917 (function-at-point): Alias deleted.
15918
15919 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
15920
15921 * battery.el (display-battery-mode): Rename from display-battery.
15922 Handle the case where it gets turned off.
15923
15924 2005-01-04 Richard M. Stallman <rms@gnu.org>
15925
15926 * cus-edit.el (customize): Make :link point to user doc.
15927
15928 * man.el (Man-fontify-manpage): Turn off undo generation.
15929
15930 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
15931
15932 2005-01-04 Andreas Schwab <schwab@suse.de>
15933
15934 * files.el (insert-directory): Only look for error lines in
15935 inserted text. Don't move too far after processing --dired markers.
15936
15937 2005-01-04 Richard M. Stallman <rms@gnu.org>
15938
15939 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
15940 Don't expand if the character is @, period, dash, etc.
15941 (define-mail-abbrev): Quote names that contain problem characters.
15942
15943 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
15944
15945 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
15946
15947 2005-01-03 Richard M. Stallman <rms@gnu.org>
15948
15949 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
15950 (query-replace-highlight, query-replace-lazy-highlight)
15951 (query-replace): Definitions moved up. Doc fix.
15952
15953 2005-01-03 Richard M. Stallman <rms@gnu.org>
15954
15955 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
15956 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15957 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15958 (lazy-highlight-face): Rename from isearch-lazy-...
15959 Change all references to them.
15960
15961 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
15962
15963 * cus-edit.el (custom-file): Doc fix for defcustom.
15964 (custom-file): The function no longer sets the variable
15965 `custom-file' to its return value.
15966
15967 * startup.el (command-line): No longer load `custom-file'.
15968
15969 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15970
15971 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
15972
15973 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
15974 Don't confuse module-prefixed identifiers for labels.
15975 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
15976
15977 2005-01-02 Richard M. Stallman <rms@gnu.org>
15978
15979 * files.el (basic-save-buffer-1): Fix previous change.
15980
15981 * loadhist.el (file-loadhist-lookup): New function.
15982 (file-provides, file-requires): Use it.
15983
15984 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
15985 instead of calculating the right size.
15986
15987 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
15988
15989 * vc-svn.el (vc-svn-diff): Stay local if possible.
15990
15991 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
15992
15993 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
15994
15995 * files.el (hack-local-variables): Fix last change.
15996
15997 2005-01-02 Jay Belanger <belanger@truman.edu>
15998
15999 * calc/calc-yank.el (calc-edit-top): New variable.
16000 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
16001 object. Change header properties.
16002 (calc-edit-finish, calc-edit-finish-stack-object)
16003 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
16004 edited object.
16005 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
16006 for the beginning of the edited object.
16007 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
16008 for the beginning of the edited object.
16009 * calc/calc-prog.el (calc-edit-macro-finish-edit)
16010 (calc-finish-formula-edit, calc-macro-repeats)
16011 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
16012 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
16013 beginning of the edited object.
16014 (calc-user-define-edit): Change the header for editing macros.
16015 Remove unnecessary variable.
16016
16017 2005-01-01 Jay Belanger <belanger@truman.edu>
16018
16019 * calc/calc-yank.el (calc-edit-mode): Change default header.
16020 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
16021 * calc/calc-store.el (calc-edit-variable): Change title to match new
16022 header.
16023 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
16024 mode to match new header.
16025 (calc-user-define-edit): Change titles to include names of commands.
16026 (calc-finish-formula-edit): Adjust to handle new header.
16027 (calc-finish-macro-edit): Remove.
16028 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
16029 (calc-edit-macro-command, calc-edit-macro-command-type)
16030 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
16031 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
16032 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
16033 (calc-edit-macro-finish-edit): New functions.
16034 (calc-user-define-edit): Use new functions to edit named calc macros.
16035
16036 2005-01-01 Stefan <monnier@iro.umontreal.ca>
16037
16038 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
16039
16040 * ses.el (copy-region-as-kill): Deactivate mark.
16041
16042 2005-01-01 Richard M. Stallman <rms@gnu.org>
16043
16044 * replace.el (occur-1): If the output buffer is also an input,
16045 don't kill it, rename it.
16046
16047 * faces.el (set-face-background, set-face-foreground): Doc fix.
16048
16049 * cus-face.el (custom-face-attributes): Fix :help-echo strings
16050 for :foreground and :background.
16051
16052 * dired.el (dired-view-command-alist): Variable deleted.
16053 (dired-view-file, dired-mouse-find-file-other-window):
16054 Delete the code to use it.
16055
16056 2005-01-01 Kim F. Storm <storm@cua.dk>
16057
16058 * image.el (insert-sliced-image): Use t for line-height property.
16059
16060 See ChangeLog.11 for earlier changes.
16061
16062 ;; Local Variables:
16063 ;; coding: iso-2022-7bit
16064 ;; End:
16065
16066 Copyright (C) 2005 Free Software Foundation, Inc.
16067 Copying and distribution of this file, with or without modification,
16068 are permitted provided the copyright notice and this notice are preserved.
16069
16070 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1