]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(vc-svn-registered): Fix problem of visiting non-writable
[gnu-emacs] / lisp / ChangeLog
1 2005-12-12 Bill Wohler <wohler@newt.com>
2
3 * vc-svn.el (vc-svn-registered): Fix problem of visiting
4 non-writable Subversion-controlled files by saving window
5 configuration before calling vc-do-command. vc-do-command calls
6 pop-to-buffer on error which is unexpected during registration.
7
8 2005-12-12 Jay Belanger <belanger@truman.edu>
9
10 * calc/README: Update the summary of changes.
11
12 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
13
14 * descr-text.el (describe-char): Rework last fix to solve the problem
15 is the same way it's solved for everything else in that function
16 (i.e. by extracting the info before setting up the *Help* buffer).
17
18 2005-12-12 Kim F. Storm <storm@cua.dk>
19
20 * subr.el (version-regexp-alist): Allow space as separator before
21 non-numeric part, e.g. "1.0 alpha".
22 (version-to-list): Interpret .X.Y version as 0.X.Y version.
23
24 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
25
26 * textmodes/org.el: (org-agenda, org-timeline, org-todo):
27 Implement Logging and the keep-modes setting.
28 (org-get-category): Make sure a string is returned.
29 (org-log-done): New function.
30 (org-log-done, org-closed-string): New options.
31
32 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33
34 * tooltip.el (tooltip-y-offset): Changed default to 20.
35
36 2005-12-12 Richard M. Stallman <rms@gnu.org>
37
38 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
39
40 * frame.el (display-hourglass): Doc fix.
41
42 * help.el (help-for-help-internal): Simplify entry for `a'.
43
44 * info.el (Info-on-current-buffer): Doc fix.
45 (info-insert-file-contents): Don't test (featurep 'jka-compr).
46
47 * startup.el (inhibit-splash-screen): Make this the real name.
48 (inhibit-startup-message): Make this the alias.
49 (command-line): Find only simple.el, and use its directory
50 to fill in other preloaded files' names.
51 (command-line): Deactivate the mark if deactivate-mark is set.
52
53 * international/mule.el (load-with-code-conversion):
54 Bind deactivate-mark.
55
56 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
57
58 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
59
60 * cus-edit.el (customize-apropos): Avoid listing an option more
61 than once under different aliases. No longer list user options
62 that are not defined with defcustom (unless a prefix arg is given).
63 Doc fix.
64 (customize-apropos-options): Doc fix.
65
66 2005-12-11 Juri Linkov <juri@jurta.org>
67
68 * frame.el (set-background-color, set-foreground-color)
69 (set-cursor-color, set-mouse-color, set-border-color):
70 Add explicit prompts to read colors by `facemenu-read-color'.
71 (show-trailing-whitespace, blink-cursor-delay)
72 (blink-cursor-interval, display-hourglass, hourglass-delay):
73 Remove tags.
74 (display-hourglass, hourglass-delay): Doc fix.
75 (cursor-in-non-selected-windows): Capitalize words in tag.
76
77 * faces.el (frame-background-mode): Replace `choice-item' keywords
78 with `const' to not make [default] button. Change default value tag
79 from `default' to `automatic'. Doc fix.
80 (trailing-whitespace) <defface>: Change group `whitespace' to
81 `whitespace-faces'.
82
83 2005-12-11 Richard M. Stallman <rms@gnu.org>
84
85 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
86
87 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
88
89 * term/mac-win.el: Create keymap for mac-apple-event-map.
90
91 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
92
93 * tooltip.el (tooltip-mode): Move to start of file so that it
94 appears at top of customize buffer.
95
96 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
97 Add the gud groupname.
98 (gud-tooltip-mode): Add the tooltip groupname.
99 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
100 avoid conflict with tooltip-use-echo-area.
101
102 2005-12-10 Romain Francoise <romain@orebokech.com>
103
104 * help.el (help-for-help-internal): Add `r' in doc string.
105
106 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
107
108 * align.el (align-regexp, align-highlight-rule): Use
109 region-beginning and region-end instead of point and mark, so that
110 repetition (with `repeat-complex-command') recomputes the region
111 bounds.
112
113 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
114
115 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
116 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
117 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
118 (balance-windows): Rewrite using the above new functions.
119
120 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
121
122 * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
123 react if global-hi-lock-mode seems intended.
124 (global-hi-lock-mode) Renamed from hi-lock-mode.
125 (hi-lock-archaic-interface-message-used)
126 (hi-lock-archaic-interface-deduce): New variables.
127 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
128 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
129 (hi-lock-find-patterns, hi-lock-font-lock-hook): Replace
130 hi-lock-buffer-mode with hi-lock-mode.
131
132 2005-12-10 Kevin Rodgers <ihs_4664@ihs.com>
133
134 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
135 completion list, even after a partial completion has been
136 inserted in the current buffer. If there are more than 1
137 completion, redisplay the *Completions* buffer; if the
138 completion is unique, delete the *Completions* window.
139
140 2005-12-10 Eli Zaretskii <eliz@gnu.org>
141
142 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
143 strings and long subject lines that were broken into multiple
144 lines at arbitrary places. Handle subjects that have "Re: " in
145 the middle.
146
147 2005-12-10 John W. Eaton <jwe@octave.org>
148
149 * emacs/octave-mod.el (octave-electric-space): Don't indent
150 comments or strings if octave-auto-indent is nil.
151
152 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
153
154 * term/mac-win.el: Require url when compiling. Call
155 mac-process-deferred-apple-events after loading init files.
156 (mac-apple-event-map): New defvar. Define event handlers in it.
157 (core-event, internet-event): New Apple event class symbols.
158 (open-application, reopen-application, open-documents)
159 (print-documents, open-contents, quit-application)
160 (application-died, show-preferences, autosave-now, get-url): New
161 Apple event ID symbols.
162 (about): New HICommand ID symbol.
163 (mac-event-spec, mac-event-ae): New macros.
164 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
165 (mac-ae-selection-range, mac-ae-text-for-search)
166 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
167 (mac-application-menu-map): Remove keymap. Handlers for HICommand
168 and Services menu events are now defined in mac-apple-event-map.
169 (mac-drag-n-drop): Remove selection range handling.
170
171 2005-12-10 Kenichi Handa <handa@m17n.org>
172
173 * simple.el (zap-to-char): Translate CHAR by
174 translation-table-for-input.
175
176 * isearch.el (isearch-process-search-char): Translate CHAR by
177 translation-table-for-input.
178
179 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
180
181 * foldout.el (foldout-exit-fold): Properly hide subtree.
182
183 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
184
185 * files.el (save-buffer):
186 * international/ucs-tables.el (ucs-set-table-for-input):
187 * mail/mail-extr.el (mail-extract-address-components):
188 * mail/sendmail.el (mail-mode): Reformat doc string.
189
190 2005-12-09 Juri Linkov <juri@jurta.org>
191
192 * isearch.el (isearch-highlight): Change main overlay priority
193 from 1 to 1001. Simplify.
194 (isearch-lazy-highlight-update): Change lazy overlay priority
195 from 0 to 1000.
196
197 * replace.el (replace-highlight): Change overlay priority from
198 1 to 1001.
199
200 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
201 Change overlay priority from 1 to 1001. Reuse existing overlay.
202
203 * compare-w.el (compare-windows-highlight): Change overlay
204 priority from 1 to 1000.
205
206 * menu-bar.el (menu-bar-edit-menu): Add listp around
207 pending-undo-list to disable menu item "undo" when pending
208 undo list is empty.
209
210 * locate.el (locate): Disable undo in *Locate* buffer.
211
212 2005-12-09 Kim F. Storm <storm@cua.dk>
213
214 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
215
216 2005-12-09 David Ponce <david@dponce.com>
217
218 * recentf.el: Improvement of the menu code.
219 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
220 instead of menu hook.
221 (recentf-show-menu, recentf-hide-menu): New functions.
222 (recentf-menu-customization-changed, recentf-mode): Use them.
223 (recentf-menu-action, recentf-max-menu-items)
224 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
225 (recentf-arrange-by-rule-others)
226 (recentf-arrange-by-rules-min-items)
227 (recentf-arrange-by-rule-subfilter) : Don't use
228 `recentf-menu-customization-changed'.
229 (recentf-arrange-rules): Likewise. Accept functions to compute
230 sub-menu titles.
231 (recentf-menu-filter): Likewise. Doc fix.
232 (recentf-menu-value-shortcut): Doc fix.
233 (recentf-dump-variable): Quote atom value.
234 (recentf-make-menu-items): Update to use it as a menu filter.
235 (recentf-match-rule): New function.
236 (recentf-arrange-by-rule): Use it.
237 (recentf-indirect-mode-rule): New function.
238 (recentf-build-mode-rules): Use it.
239 (recentf-dir-rule): New function.
240 (recentf-arrange-by-dir): Use it.
241 (recentf-filter-changer-current): Rename from
242 `recentf-filter-changer-state'. All references updated.
243 (recentf-filter-changer-alist): Update filter names.
244 (recentf-filter-changer-select): New function.
245 (recentf-filter-changer): Use it. Make a sub-menu from filters
246 available in `recentf-filter-changer-alist'.
247 (recentf-data-cache, recentf-clear-data)
248 (recentf-update-menu): Remove. All references updated.
249 (recentf-match-rule-p, recentf-build-dir-rules)
250 (recentf-filter-changer-goto-next)
251 (recentf-filter-changer-get-current)
252 (recentf-filter-changer-get-next): Remove.
253
254 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
255
256 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
257 buffer "Reset" button to "Reset to Current" for consistency with
258 the State buttons.
259
260 2005-12-08 John Paul Wallington <jpw@pobox.com>
261
262 * ibuf-ext.el (define-ibuffer-filter filename):
263 If `dired-directory' is a list then really use its car.
264
265 2005-12-08 Kim F. Storm <storm@cua.dk>
266
267 * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
268 indention of text on right side of replaced rectangle.
269
270 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
271
272 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
273 No need to check gud-comint-buffer is bound.
274 (gdb): Prevent multiple debugging when first session uses gdba.
275
276 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
277
278 CC Mode update to 5.31.
279
280 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
281 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
282 might do this function properly in the future).
283
284 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
285 macros c-sentence-end and c-default-value-sentence end, to cope
286 with Emacs 22's new function `sentence-end'.
287
288 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
289
290 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
291 compat issue using `c-put-overlay' and `c-delete-overlay'.
292
293 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
294 compat macros to handle overlays/extents.
295
296 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
297
298 * progmodes/cc-fix.el: Add definitions of the macros push and pop
299 (for GNU Emacs 20.4)
300
301 * progmodes/cc-defs.el:
302 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
303
304 * progmodes/cc-cmds.el (c-show-syntactic-information): change the
305 highlighting mechanism so it will work in XEmacs too.
306
307 * progmodes/cc-defs.el: Insert c-int-to-char.
308
309 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
310 call to the new macro c-int-to-char. This solves XEmacs's
311 regarding characters as different from integers.
312
313 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
314
315 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
316 helper.
317
318 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
319 construct to make the indirect face lookup work in XEmacs.
320
321 (c-cpp-matchers): Append the negation char face to the existing
322 fontification, so that the cpp face doesn't disappear. Use
323 `c-make-syntactic-matcher' to avoid negation chars in comments and
324 strings.
325
326 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
327 to map to `font-lock-negation-char-face' in emacsen where it
328 exists.
329
330 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
331
332 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
333
334 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
335 "c-subword-move-mode" as "c-subword-mode".
336
337 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
338 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
339
340 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
341
342 * progmodes/cc-mode.el: Added autoload directive for
343 `c-subword-move-mode' for use in older emacsen.
344
345 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
346
347 * progmodes/cc-mode.el:
348 (i) Insert a binding for C-c C-backspace into
349 c-bind-special-erase-keys which works in TTYs.
350 (ii) Make sure that when file styles are used, any explicitly
351 given style variables take priority over those in the style. Do
352 this by calling `hack-local-variables' a second time.
353
354 * progmodes/cc-vars.el: Add language specific customization
355 widgets for AWK to c-doc-comment-style, c-require-final-newline
356 and c-default-style. Add a defcustom for awk-mode-hook. Give
357 c-syntactic-element and c-syntactic-context doc-strings by
358 directly setting their `variable-documentation' propery. This
359 allows Emacs 22.1 to read these with C-h v.
360
361 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
362 Monnier).
363
364 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
365
366 * progmodes/cc-fonts.el, cc-vars.el
367 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
368 gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
369 Masatake YAMATO.
370
371 (c-doc-comment-style): Made GtkDoc default in C mode.
372
373 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
374 and C-c C-<delete>.
375
376 (c-bind-special-erase-keys): New function for use on
377 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
378
379 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
380 <delete> key behavior in XEmacs according to `delete-forward-p'.
381 C.f. `c-electric-delete'.
382
383 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
384
385 * progmodes/cc-mode.el: Give c-hungry-backspace and
386 c-hungry-delete-forward permanent key bindings.
387
388 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
389 c-syntactic-context for calls to "criteria functions", for
390 consistency with other calls to user functions.
391
392 * progmodes/cc-cmds.el (c-indent-command): expunge use of
393 `current-prefix-arg', since this might be the prefix arg to a
394 command which calls c-indent-command as a function. Change the
395 interactive spec from "p" to "P".
396
397 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
398 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
399 was difficult to understand.
400
401 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
402
403 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
404 first char of an identifier.
405
406 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
407 +" syntax in C++.
408
409 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
410
411 * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
412 auto-fill doesn't split a c-comment's last word from a hanging
413 "*/" when a space is typed between them after fill-column.
414
415 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
416
417 * progmodes/cc-styles.el (c-set-style,
418 c-setup-paragraph-variables): Abort the command if we're not in a
419 CC Mode buffer.
420
421 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
422 with blank comment-prefix, and a blank line as the comment's
423 second line.
424
425 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
426
427 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
428 Incorporated the patterns added in the Emacs development branch
429 for the new Emacs 22 face `font-lock-negation-char-face'.
430
431 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
432 of "red" since it stands out better in xterms and DOS terminals.
433
434 * progmodes/cc-engine.el (c-literal-faces): Added
435 `font-lock-comment-delimiter-face' which is new in Emacs 22.
436
437 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
438
439 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
440 forcibly enable c-electric-flag.
441
442 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
443 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
444 just after the comment-prefix of a C-style comment will close that
445 comment.
446
447 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
448
449 * progmodes/cc-fonts.el (c-basic-matchers-before,
450 c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
451 in Pike.
452
453 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
454 digraphs.
455
456 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
457 (c-cpp-message-directives, c-cpp-include-directives,
458 c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
459 c-cpp-expr-directives): Introduced new language constants to
460 control cpp syntax in a cleaner way.
461
462 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
463
464 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
465
466 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
467 c-multiline-string-start-char): New language constants and
468 variables to specify how newlines in string literals work.
469
470 (c-font-lock-invalid-string): Use them.
471
472 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
473 unbalanced close brace is entered. Optimization by avoiding going
474 back over arbitrarily large blocks. Removed hints that this
475 function only would be relevant/useful in AWK.
476
477 (c-electric-brace): Indent syntactically after the cleanups since
478 lineup functions might do it differently then.
479
480 * progmodes/cc-engine.el, cc-langs.el
481 (c-opt-op-identifier-prefix): New language constant and variable.
482
483 (c-just-after-func-arglist-p, c-after-special-operator-id,
484 c-search-decl-header-end, c-inside-bracelist-p): Use it.
485
486 * progmodes/cc-align.el, cc-engine.el
487 (c-after-special-operator-id): New helper to handle C++ operator
488 identifiers.
489
490 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
491 c-guess-basic-syntax): Handle C++ operator identifiers in
492 declarations.
493
494 * progmodes/cc-langs.el (c-assignment-operators): Added the
495 trigraph version of ^= too.
496
497 * progmodes/cc-langs.el (c-assignment-operators): Added the
498 trigraph version of |= in C++.
499
500 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
501 `c-decl-hangon-kwds' after the identifier name.
502
503 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
504 whether an arglist is "nonempty", ignore a comment after the open
505 paren if it isn't followed by a non-comment token on the same
506 line.
507
508 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
509 heuristics below the point to cope with classes inside special
510 brace lists in Pike.
511
512 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
513
514 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
515
516 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
517
518 * progmodes/cc-guess.el (cc-guess-install): New function to
519 install an already guessed style in another buffer.
520
521 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
522 sets `inhibit-read-only' - `c-save-buffer-state' should be used
523 anyway if the change always is undone.
524
525 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
526
527 Implement togglable electricity:
528
529 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
530 saying when it should be used.
531
532 * progmodes/cc-engine.el: Add the new buffer-local variable,
533 c-electric-flag.
534
535 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
536 c-toggle-auto-newline.
537
538 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
539 c-toggle-auto-newline. Remove the binding for
540 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
541 c-toggle-electric-state.
542
543 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
544
545 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
546 c-\(forward\|backward\)-subword.
547 (c-update-modeline): Add the new modeline flag `l' for
548 `c-electric-flag'. Make the auto-newline flag `a' dependent on
549 `l'.
550 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
551 the old name an alias of the new name.
552 (c-toggle-electric-state): New function.
553 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
554 Adapt these functions to do electric things only when
555 c-electric-flag is non-nil.
556 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
557 new functions from c-electric-brace.
558 (c-point-syntax): Add a check for "virtual semicolons" in AWK
559 mode, so that the tentative extra newline doesn't change the
560 syntax of the following brace.
561 (c-electric-brace): restructure by extracting the above functions.
562 Tidy up the coding somewhat.
563 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
564 restructure a bit.
565
566 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
567
568 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
569 anchor position(s) using faces. Thanks to Masatake YAMATO for the
570 idea.
571
572 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
573 (c-submode-indicators): Changed name from `c-auto-hungry-string'
574 since it's now used to track another submode.
575
576 (c-update-modeline): Converted to function and extended to check
577 `c-subword-move-mode'.
578
579 (c-forward-into-nomenclature, c-backward-into-nomenclature):
580 Converted to compat aliases for `c-forward-subword' and
581 `c-backward-subword'.
582
583 * progmodes/cc-subword.el: New functions and minor mode to handle
584 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
585
586 (c-forward-subword, c-backward-subword, c-mark-subword,
587 c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
588 c-capitalize-subword, c-downcase-subword, c-upcase-subword):
589 Functions corresponding to the standard word handling functions.
590
591 (c-subword-move-mode): Minor mode that replaces all the standard
592 word handling functions with their subword equivalences.
593
594 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
595
596 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
597 entry for one-liner-defun.
598
599 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
600 name in its def-edebug-spec.
601
602 * progmodes/cc-cmds.el (c-electric-brace): Make the
603 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
604 compacts space before a comment, if this will make things fit on
605 one line.
606
607 Introduce an "awk" style, mainly for auto-newline and clean-ups.
608
609 * progmodes/cc-align.el: new function c-snug-1line-defun-close
610
611 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
612 clean-up one-liner-defun.
613
614 * progmodes/cc-styles.el: Add the new "awk" style.
615
616 * progmodes/cc-vars.el: Add description of one-liner-defun to
617 c-cleanup-list's doc-string. New user options,
618 c-max-one-liner-length. In c-default-style, set the default style
619 for AWK to "awk".
620
621 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
622
623 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
624 macros inside labels.
625
626 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
627 `c-at-statement-start-p' and `c-at-expression-start-p'.
628
629 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
630 error if the mark isn't set.
631
632 * progmodes/cc-engine.el (c-guess-continued-construct,
633 c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
634 accurately detect functions inside functions.
635
636 * progmodes/cc-engine.el (c-at-expression-start-p): New function
637 like `c-at-statement-start-p' that additionally recognizes commas
638 and expression parentheses as delimiters.
639
640 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
641 to avoid heuristics that doesn't work for unclosed blocks.
642
643 (c-at-statement-start-p): New function.
644
645 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
646 Objective-C directives, e.g. directives spanning lines should work
647 reasonably well now.
648
649 (c-put-c-type-property, c-clear-c-type-property): New helpers.
650
651 (c-forward-objc-directive): New function to move over any ObjC
652 directive.
653
654 (c-just-after-func-arglist-p, c-guess-basic-syntax,
655 c-basic-matchers-before): Use it.
656
657 (c-font-lock-objc-iip-decl): Removed.
658
659 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
660 in the template arglist recognition.
661
662 * progmodes/cc-styles.el (c-style-alist): Fixed several
663 inconsistencies in the Whitesmith style.
664
665 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
666 lineup function to get lines after Whitesmith style blocks
667 correctly indented.
668
669 (c-lineup-whitesmith-in-block): Backed out the compensation for
670 opening parens since it's done using `add' lists in the style
671 definition instead. Don't use the anchor position since it varies
672 too much between the syntactic symbols. :P
673
674 * progmodes/cc-vars.el (c-valid-offset): Updated.
675
676 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
677 lists where the offsets are combined according to several
678 different methods: `first', `min', `max', and `add'. Report
679 offset evaluation errors with `c-benign-error' so that some kind
680 of reindentation still is done.
681
682 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
683 `arglist-intro' the same way as `arglist-cont-nonempty' and
684 `arglist-close'.
685
686 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
687 situations for `arglist-cont-nonempty' and `arglist-close'.
688
689 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
690 constant.
691
692 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
693 cc-bytecomp-boundp' in a number of places.
694
695 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
696 macro related issue.
697
698 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
699
700 * progmodes/cc-awk.el: Change the terminology of regexps: A char
701 list is now
702 [asdf], a char class [:alpha:]. Include code for char classes.
703 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
704 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
705
706 Remove (nearly all of) the cruft associated with AWK Mode's former
707 concept of "virtual semicolons":
708
709 Adapt c-beginning-of-statement, c-end-of-statement (together with
710 subfunctions) to use the new notion of "virtual semicolon" in
711 place of the old awkward special handling for AWK. There remains
712 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
713 * progmodes/cc-cmds.el:
714 (c-ascertain-adjacent-literal): In the backwards direction, now
715 recognises AWK regexp delimiters as string delimiters.
716 (c-after-statement-terminator-p): Adapt for virtual semicolons;
717 check more rigorously for "end of macro".
718 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
719 virtual semicolons;
720 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
721 out the code for forward movement into ...
722 (c-end-of-statement): Now contains the code for forward movement,
723 adapted for virtual semicolons.
724
725 * progmodes/cc-engine.el:
726 (c-ws*-string-limit-regexp): new regexp.
727 (c-forward-single-comment, c-backward-single-comment): Comment out
728 the (now redundant) "special" AWK stuff.
729
730 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
731 c-string-par-start, c-string-par-separate to be more like Text
732 Mode than Fundamental Mode.
733
734 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
735
736 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
737 to the fontified region so that fontification doesn't occur
738 outside it
739 (could happen e.g. when fontifying a line with an unfinished
740 declaration).
741
742 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
743
744 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
745 moved to near the start of the file. ^L now separate sections of
746 the file. New defconsts: c-awk-non-eol-esc-pair-re,
747 c-awk-blank-or-comment-line-re,
748 c-awk-one-line-possibly-open-string-re,
749 c-awk-regexp-one-line-possibly-open-char-class-re,
750 c-awk-one-line-possibly-open-regexp-re,
751 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
752 c-awk-vsemi-status-unknown-p.
753
754 Amend the concept of "virtual semicolons" (in the indentation
755 engine) for languages like AWK, such that they are now
756 conceptually attached to end of the last token of a statement, not
757 the end of the line. (In AWK Mode, however, the pertinent text
758 property is still physically set on the EOL.) Remove the specific
759 tests for awk-mode, thus facilitating the introduction of other
760 language modes where EOLs can end statements. (Note: The
761 funtionality in cc-cmds.el, specifically
762 c-beginning/end-of-statement has yet to be amended.)
763
764 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
765 c-vsemi-status-unknown-p.
766
767 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
768 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
769 c-vsemi-status-unknown-p-fn (in a new page).
770
771 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
772 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
773 numerous awkward forms like
774 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
775 with
776 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
777 variable before-ws-ip, the place just after char-before-ip
778 appears.
779
780 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
781 a comment.
782
783 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
784
785 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
786 `c-tentative-buffer-changes'.
787
788 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
789 converted to macro to choose between Emacs and XEmacs at compile
790 time.
791
792 (c-set-region-active): New set counterpart to
793 `c-region-is-active-p'.
794
795 (c-tentative-buffer-changes): New macro to handle temporary buffer
796 changes in a convenient way.
797
798 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
799 for `c-tentative-buffer-changes'.
800
801 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
802 the checks for paren sexps between the point and the keyword, to
803 avoid some false alarms.
804
805 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
806 Fixed a situation where an error could be thrown for unbalanced
807 parens. Changed to make use of c-keyword-member' to avoid some
808 repeated regexp matches.
809
810 (c-opt-lambda-key, c-opt-inexpr-block-key,
811 c-opt-inexpr-class-key): These language variable are no longer
812 necessary.
813
814 (c-block-stmt-kwds): New language constant used by
815 c-looking-at-inexpr-block'.
816
817 (c-guess-basic-syntax): Removed an optional check that looked at
818 the existence of the now removed language variables.
819
820 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
821 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
822 object instantiation expressions as declarations in some contexts.
823 This bug only affected languages where the declarator can't be
824 enclosed in parentheses.
825
826 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
827 insert newlines before and after substatement braces.
828
829 * progmodes/cc-engine.el: Improved the heuristics for recognizing
830 function declaration headers and the handling of C++ style member
831 init lists.
832
833 (c-just-after-func-arglist-p): Rewritten to use
834 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
835
836 (c-beginning-of-member-init-list): Removed since it isn't used
837 anymore.
838
839 (c-guess-basic-syntax): Case 5B adapted for the new
840 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
841 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
842 covers all cases now).
843
844 * progmodes/cc-defs.el (c-point): Added 'bosws and 'eosws.
845
846 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
847
848 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
849 c-string-par-start/separate c-sentence-end-with-esc-eol,
850 initialised in c-setup-paragraph-variables, used in string
851 scanning subroutines of c-beginning-of-statement.
852
853 * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
854 which precedes the newly inserted `{'.
855
856 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
857
858 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
859 function for declaration level blocks. It should now cope with
860 templates better and also be a lot more comprehensible.
861
862 (c-looking-at-decl-block): The new function.
863
864 (c-search-uplist-for-classkey): The old one. It's now a wrapper
865 for compatibility.
866
867 (c-add-class-syntax, c-guess-continued-construct,
868 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
869
870 (c-decl-block-key): Changed to tell apart ambiguous and
871 unambiguous keywords. Pike specials are now handled directly in
872 the code instead.
873
874 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
875 language constants and variables to make the backward skip in
876 `c-looking-at-decl-block' as tight as possible.
877
878 (c-nonsymbol-token-char-list): New language constant.
879
880 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
881 find balanced template arglists backwards.
882
883 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
884 making char classes for `c-syntactic-skip-backward'.
885
886 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
887 16D - can't be a class-close at that point.
888
889 * progmodes/cc-engine.el (c-guess-basic-syntax,
890 c-add-class-syntax): Don't narrow out the enclosing declaration
891 level. This makes everything a lot easier, and it was actually
892 only four small places that needed it to work. Some places that
893 previously did `widen' are removed now, which has the effect that
894 `c-guess-basic-syntax' never will look at things outside the
895 current narrowment now. The anchor position for `topmost-intro'
896 is affected by this, but it was so bogus it was basically useless
897 before, and now it's equally bogus but in a slightly different
898 way.
899
900 (c-narrow-out-enclosing-class): Gone.
901
902 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
903 the narrowed region.
904
905 (c-least-enclosing-brace): Removed silly optional argument.
906
907 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
908 the point could be left directly after an open paren when finding
909 the beginning of the first decl in the block.
910
911 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
912 Specify which submatch to use.
913
914 * progmodes/cc-langs.el (c-symbol-start): Include '@' in ObjC.
915
916 (c-decl-start-re): No no longer any need for special treatment of
917 ObjC due to the above.
918
919 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
920 presumably follows C in that regard.
921
922 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
923 New language constants to specify operator tokens inside
924 identifiers in a more high level way.
925
926 (c-opt-identifier-prefix-key): New internal language constant.
927
928 (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
929 c-identifier-start, c-identifier-key): Now completely calculated
930 from other constants.
931
932 (c-identifier-last-sym-match): Decommissioned since it's no longer
933 used.
934
935 (c-operators): Use `c-identifier-ops'. Documented
936 `postfix-if-paren'.
937
938 * progmodes/cc-engine.el (c-forward-name): Removed the
939 optimization when c-identifier-key is equal to c-symbol-key since
940 it doesn't work in byte compiled files. Don't record empty
941 regions as identifiers.
942
943 * progmodes/cc-langs.el (c-filter-ops): New helper function to
944 simplify access to `c-operators' and its likes.
945
946 (c-operator-list, c-all-op-syntax-tokens,
947 c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
948 c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
949 c-primary-expr-regexp, c-cast-parens): Use it.
950
951 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
952 an explicit language in functions.
953
954 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
955 variant of adornment.
956
957 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
958 variable.
959
960 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
961 the Pike value.
962
963 * progmodes/cc-engine.el (c-on-identifier,
964 c-simple-skip-symbol-backward): Small fix for handling "-"
965 correctly in `skip-chars-backward'. Affected the operator lfun
966 syntax in Pike.
967
968 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
969 diagnostic message about precompiled language vars not being used.
970
971 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
972 "__attribute__" is followed by a parenthesis.
973
974 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
975 c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
976 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
977
978 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
979 cleanups to properly detect the declared identifiers in various
980 declarations.
981
982 (c-decl-start-kwds): New language constant to recognize
983 declarations that can start anywhere. Used for class declarations
984 in Pike.
985
986 (c-specifier-key, c-not-decl-init-keywords,
987 c-decl-prefix-or-start-re, c-find-decl-prefix-search,
988 c-find-decl-spots): Implement `c-decl-start-kwds'.
989
990 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
991 c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
992 handling of the compiler specific extension keywords into a new
993 language constant `c-decl-hangon-kwds' that defines keyword
994 clauses to be ignored in declarations.
995
996 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
997 past unrecognized tokens when handling `c-colon-type-list-kwds'.
998 Necessary to stop at the declared identifier in e.g. IDL valuetype
999 declarations.
1000
1001 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
1002 c-prefix-spec-kwds-re, c-postfix-spec-kwds,
1003 c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
1004 c-forward-decl-or-cast-1): Recognize the declared identifier in
1005 class and enum declarations as such and not as part of the type.
1006
1007 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
1008 interpretation of PRECEDING-TOKEN-END when there's no preceding
1009 token.
1010
1011 (c-forward-decl-or-cast-1): Don't disregard sure signs of
1012 declarations when there's some syntax error later on.
1013
1014 (c-complex-decl-matchers): Did away with a reference to
1015 `c-specifier-key'.
1016
1017 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
1018 value - this variable is always dynamically bound.
1019
1020 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
1021 cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
1022 cc-cmds.el, cc-defs.el: Changed the policy for marking up
1023 functions that might do hidden buffer changes: All such internal
1024 functions are now marked instead of those that don't.
1025
1026 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
1027 c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
1028 c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
1029 c-literal-type): Allow these functions to make hidden buffer changes,
1030 so that they are free to use text property caching later on.
1031
1032 (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
1033 c-electric-brace, c-electric-slash, c-electric-star,
1034 c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
1035 c-electric-paren, c-electric-continued-statement, c-indent-command,
1036 c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
1037 c-context-line-break): Added `c-save-buffer-state' calls to comply
1038 with the changed semantics of the functions above.
1039
1040 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
1041 when macros occur in obscure places. Optimized the sexp movement
1042 a bit.
1043
1044 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1045
1046 Enhancements for c-beginning-of-statement to work in AWK Mode:
1047
1048 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
1049 (completed statement) with `}' (statement completed by closing
1050 brace or semicolon) and `$' (statement completed by EOL).
1051
1052 (c-awk-virtual-semicolon-ends-prev-line-p,
1053 c-awk-virtual-semicolon-ends-line-p,
1054 c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
1055 c-awk-at-statement-end-p): new functions
1056
1057 * progmodes/cc-cmds.el: Simplify the structure of functions
1058 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
1059 two functions and c-beginning-of-statement to handle AWK Mode.
1060
1061 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
1062 c-backward-single-comment for AWK mode. Attempt to clarify their
1063 doc-strings.
1064
1065 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
1066
1067 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1068
1069 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
1070 label handling. Labels are now recognized in a uniform and more
1071 robust way, regardless of context. Text properties are put on all
1072 labels to recognize the following declarations better. Multiword
1073 labels are handled both in indentation and fontification for the
1074 benefit of language extensions like Qt. For consistency, keywords
1075 in labels are now fontified with the label face instead. That
1076 also applies to "case" and "default".
1077
1078 (c-beginning-of-statement-1): Fixed some bugs in the label
1079 handling. Disregard `c-nonlabel-token-key' in labels that begin
1080 with `c-label-kwds'.
1081
1082 (c-find-decl-spots): Support that the callback adds more
1083 `c-decl-end' spots to find.
1084
1085 (c-forward-decl-or-cast-1): Don't treat a list of plain
1086 identifiers followed by a colon as a declaration.
1087
1088 (c-forward-label): New function to recognize labels.
1089
1090 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
1091 `c-forward-label'. Moved the label recognition cases (14 and 15)
1092 earlier since they aren't so context sensitive now. Handle labels
1093 on the top level gracefully. Moved access label recognition to
1094 the generic label case (CASE 15) - removed CASE 5E.
1095
1096 (c-font-lock-declarations): Added recognition of labels in the
1097 same round since we need to handle labels in parallell with other
1098 declarations to recognize both accurately. It should also improve
1099 speed.
1100
1101 (c-simple-decl-matchers, c-basic-matchers-after): Moved
1102 `c-font-lock-labels' so that it only is used on decoration level 2
1103 since `c-font-lock-declarations' handles it otherwise.
1104
1105 (c-complex-decl-matchers): Removed the simplistic recognition of
1106 access labels.
1107
1108 (c-decl-prefix-re): Removed the kludges that was necessary to cope
1109 with labels earlier.
1110
1111 (c-decl-start-re): New language variable to make
1112 `c-font-lock-declarations' stop for the special protection labels
1113 in Objective-C that start with '@'.
1114
1115 (c-label-key): Removed since it's no longer used.
1116
1117 (c-recognize-colon-labels, c-label-prefix-re): New language
1118 constants to support recognition of generic colon-terminated
1119 labels.
1120
1121 (c-type-decl-end-used): `c-decl-end' is now used whenever there
1122 are colon terminated labels.
1123
1124 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
1125 first argument starts with a special brace list.
1126
1127 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
1128 c-font-lock-declarations): Broke out the declaration and cast
1129 recognition from `c-font-lock-declarations' to a new function, so
1130 that it can be used in the indentation engine.
1131
1132 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
1133 up to the start of the literal. Fixed bug with the point on the
1134 wrong side of the search limit that could happen when the start
1135 position is inside a literal.
1136
1137 * progmodes/cc-engine.el (c-parse-state,
1138 c-invalidate-state-cache): Modified the use of `c-state-cache-end'
1139 so that it's kept a little bit back to increase the hit rate.
1140
1141 (c-parse-state): Changed the macro handling and fixed some
1142 glitches. Macro context is checked more often than necessary now,
1143 but otoh less garbage conses are generated.
1144
1145 * progmodes/cc-engine.el (c-parse-state,
1146 c-invalidate-state-cache): Cache the last position where
1147 `c-state-cache' applies. This can speed up refontification quite
1148 a bit in blocks where there are many non-brace parens before the
1149 point.
1150
1151 (c-state-cache-end): New variable for this.
1152
1153 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
1154 cache variable.
1155
1156 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
1157 get close initial continue positions when the start position is
1158 inside a literal or macro. Do not call the callback for spots
1159 before the start position (which can happen e.g. for `c-decl-end'
1160 spots inside comments). Optimize better in special cases when the
1161 region is a single line inside a literal or macro (typically when
1162 the current line is refontified).
1163
1164 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
1165 to `c-add-stmt-syntax' - there's no need to explicitly whack off
1166 entries from the paren state.
1167
1168 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
1169 special case for "else if" clauses.
1170
1171 * progmodes/cc-engine.el (c-looking-at-inexpr-block,
1172 c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
1173
1174 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
1175 language variable to recognize the gcc extension with statement
1176 blocks inside expressions.
1177
1178 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
1179 it somewhat more comprehensible. The argument AT-BLOCK-START is
1180 no longer used and hence removed.
1181
1182 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
1183 to `c-add-stmt-syntax'.
1184
1185 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
1186 `c-beginning-of-statement-1' instead of duplicating parts of it.
1187 This fixes bogus label recognition.
1188
1189 * progmodes/cc-engine.el (c-add-type, c-check-type,
1190 c-forward-name, c-forward-type): Improved storage of template
1191 types in `c-found-types' so that they can be recognized better.
1192
1193 (c-syntactic-content): Added option to skip past nested parens.
1194
1195 * progmodes/cc-engine.el (c-forward-name): Set
1196 `c-last-identifier-range' all the time. It's less work that way.
1197 Handle that there might not be an identifier to store in
1198 `c-last-identifier-range'.
1199
1200 (c-forward-type): Handle that `c-last-identifier-range' might be
1201 nil from `c-forward-name'.
1202
1203 * progmodes/cc-defs.el: (c-safe-scan-lists,
1204 c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
1205
1206 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
1207 to work even if the form fails.
1208
1209 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
1210 down in a large file in one go.
1211
1212 (c-get-fallback-start-pos): New helper function for
1213 `c-parse-state'.
1214
1215 * progmodes/cc-align.el (c-lineup-assignments): New lineup
1216 function which is like `c-lineup-math' but returns nil instead of
1217 `c-basic-offset' when it doesn't match.
1218
1219 (c-lineup-math): Changed to use `c-lineup-assignments'.
1220
1221 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1222
1223 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
1224 c-beginning-of-statement. New subfunctions
1225 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
1226
1227 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1228
1229 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
1230 hardcoded char classes whereever possible. Changed a couple of
1231 places to use skip by syntax instead of skip by char class.
1232
1233 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
1234 Fixed a bug in the regexp that caused extreme backtracking.
1235
1236 * progmodes/cc-langs.el (c-block-comment-starter,
1237 c-block-comment-ender): New language constants to specify in a
1238 single place how block comments look.
1239
1240 (c-comment-start-regexp, c-block-comment-start-regexp,
1241 comment-start, comment-end, comment-start-skip,
1242 c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
1243 c-syntactic-ws, c-nonempty-syntactic-ws,
1244 c-single-line-syntactic-ws, c-syntactic-eol): Now built from
1245 `c-line-comment-starter', `c-block-comment-starter' and
1246 `c-block-comment-ender'.
1247
1248 (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
1249 language constants to break up things a bit.
1250
1251 (c-simple-ws): New language constant for simple whitespace.
1252
1253 * progmodes/cc-defs.el (c-concat-separated): New convenience
1254 function.
1255
1256 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
1257 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
1258 newlines. Allow and ignore nil elements in the list.
1259
1260 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1261
1262 * progmodes/cc-cmds.el: Comment out a (n almost certainly
1263 superfluous) check, (eq here (point-max)) in
1264 c-beginning-of-statement.
1265
1266 * progmodes/cc-cmds.el: Tidy up the comments in
1267 c-beginning-of-statement and subfunctions.
1268
1269 * progmodes/cc-awk.el: Replace calls to put-text-property to the
1270 more flexible c-put-char-property and c-clear-char-properties.
1271 Add the author's email address.
1272
1273 * progmodes/cc-langs.el: New variable,
1274 c-block-comment-start-regexp.
1275
1276 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
1277 closing "*/" of a block comment.
1278
1279 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
1280 subfunctions) so that it works at BOB and EOB.
1281
1282 * progmodes/cc-cmds.el, cc-vars.el: More updating of
1283 c-beginning-of-statement, including new variable
1284 c-block-comment-start-regexp.
1285
1286 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1287
1288 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
1289 symbols from `*-font-lock-extra-types' so that there's no need to
1290 use `regexp-opt' on those lists.
1291
1292 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
1293 `c-type-modifier-kwds' is empty.
1294
1295 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
1296 there are several strings on the same line.
1297
1298 * progmodes/cc-engine.el (c-literal-limits): Removed the
1299 compatibility function for older emacsen. `c-literal-limits-fast'
1300 has now taken the place of this function.
1301
1302 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
1303 with older emacsen: We now require 'pps-extended-state.
1304
1305 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1306
1307 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
1308 which obviates the need to hack sentence-end. This now handles
1309 escaped newlines in strings correctly. Correct minor bugs in
1310 c-move-over-sentence and in c-beginning-of-statement.
1311
1312 * progmodes/cc-cmds.el (c-beginning-of-statement (and
1313 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
1314 that movement over macros and code are rigorously separated from
1315 eachother. Correct a few incidental bugs.
1316
1317 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
1318 Improve its doc-string. Improve the handling of certain specific
1319 cases.
1320
1321 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1322
1323 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
1324 (c-guess-basic-syntax): Changed the way class-level labels are
1325 recognized; they can now contain essentially any symbols.
1326
1327 (c-opt-extra-label-key): New language variable to cope with the
1328 special protection label syntax in Objective-C.
1329
1330 (c-opt-access-key): Removed; this is now handled better by
1331 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
1332
1333 (c-complex-decl-matchers): Update to handle that
1334 `c-opt-access-key' no longer exists.
1335
1336 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
1337 improved label recognition in `c-beginning-of-statement-1'.
1338
1339 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1340 Recognize bitfields better.
1341
1342 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
1343 Removed some cruft and fixed a bug that could cause it to go to a
1344 position further down.
1345
1346 * progmodes/cc-langs.el, cc-engine.el
1347 (c-beginning-of-statement-1): Improved detection of labels in
1348 declaration contexts.
1349
1350 (c-beginning-of-decl-1): Use it.
1351
1352 (c-nonlabel-token-key): New language constant and variable needed
1353 by `c-beginning-of-statement-1'.
1354
1355 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
1356 manifested itself due to the correction in `c-forward-sexp'.
1357
1358 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
1359 these behave as documented when used at the buffer limits.
1360
1361 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
1362 (c-type-decl-end-used): Made this a language variable.
1363
1364 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
1365 correctly when `combine-after-change-calls' is used together with
1366 temporary narrowings.
1367
1368 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
1369 labels correctly when the start point is immediately after the
1370 colon.
1371
1372 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
1373 since it isn't used anymore.
1374
1375 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
1376 bracket arglists such as template parens in C++.
1377
1378 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
1379 in the last check-in. Some optimization.
1380
1381 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
1382 where it could stop at the same level in a preceding sexp when
1383 PAREN-LEVEL is set.
1384
1385 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
1386 text property lookup only when it's needed.
1387
1388 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
1389 Changed the policy for paren marked angle brackets to be more
1390 persistent; once marked they remain marked even when they're found
1391 to be unbalanced in the searched region. This should keep the
1392 paren syntax around even when individual lines are refontified in
1393 multiline template arglists.
1394
1395 (c-parse-and-markup-<>-arglists): New dynamically bound variable
1396 to control markup so that incorrect angle bracket arglists aren't
1397 marked in contexts where the correct value for
1398 `c-disallow-comma-in-<>-arglists' isn't known.
1399
1400 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
1401 argument has become `c-parse-and-markup-<>-arglists'.
1402
1403 (c-remove-<>-arglist-properties): Removed - no longer used.
1404
1405 (c-after-change-check-<>-operators): New function used on
1406 `after-change-functions' to avoid that "<" and ">" characters that
1407 are part of longer operators have paren syntax.
1408
1409 (c-<>-multichar-token-regexp): New language variable used by
1410 `c-after-change-check-<>-operators'.
1411
1412 (c-after-change): Call `c-after-change-check-<>-operators'.
1413
1414 (c-font-lock-<>-arglists): Use the context properties set by
1415 `c-font-lock-declarations' to set
1416 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
1417 markup.
1418
1419 (c-font-lock-declarations): Removed code that undoes the invalid
1420 markup done by `c-font-lock-<>-arglists'.
1421
1422 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
1423 after `c-font-lock-declarations'.
1424
1425 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
1426 paren-level feature.
1427
1428 (c-guess-basic-syntax): Improved the anchor position for
1429 `template-args-cont' in nested template arglists. There's still
1430 much to be desired in this area, though.
1431
1432 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1433
1434 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
1435 Make the "Text Filling and Line Breaking" commands work for AWK
1436 buffers.
1437
1438 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1439
1440 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
1441 Removed;
1442 (c-major-mode-is 'awk-mode) can be used instead now.
1443
1444 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
1445 it doesn't work no longer are supported.
1446
1447 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
1448 cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
1449 requires support for the syntax-table' text property, which rules
1450 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
1451 cruft associated with those versions.
1452
1453 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
1454 for the `syntax-table' text property, which rules out Emacs 19 and
1455 XEmacs < 21.4. Removed various compatibility cruft associated
1456 with those versions.
1457
1458 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
1459 support for the `syntax-table' text property.
1460
1461 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
1462 variable and use an extra quoted face name instead. All the
1463 emacsen flavors handle that correctly.
1464
1465 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
1466 c-font-lock-declarators, c-font-lock-declarations,
1467 c-complex-decl-matchers, c-basic-matchers-after): Use a text
1468 property to mark the items in in declarator lists to handle
1469 refontification inside multiline declarations better.
1470
1471 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
1472 construct like "a * b = c;" as a declaration.
1473
1474 2005-12-08 Kim F. Storm <storm@cua.dk>
1475
1476 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
1477 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
1478 select either meta, hyper, or super modifier for rectangle commands.
1479 (cua--rectangle-modifier-key): New defvar.
1480 (cua--M/H-key): Use it. Remove special case for 'space.
1481 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
1482 on X, to meta otherwise. Always bind C-return to toggle
1483 rectangle. Pass ?\s instead of 'space to cua--M/H-key.
1484
1485 * emulation/cua-rect.el (cua-help-for-rectangle): Use
1486 cua--rectangle-modifier-key. Handle super modifier too.
1487 (cua--init-rectangles): Always bind C-return to toggle rectangle.
1488 Pass ?\s instead of 'space to cua--M/H-key and cua--rect-M/H-key.
1489
1490 * ido.el: Move Acknowledgements and History after Commentary.
1491 Minor changes to Commentary.
1492
1493 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
1494 keymap if cua--prefix-override-timer equals 'shift.
1495 (cua--shift-control-prefix): New function; emulate "type prefix
1496 key twice" functionality to handle shifted prefix key override.
1497 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
1498 commands.
1499 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
1500
1501 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
1502
1503 * textmodes/org.el (org-insert-heading): Try to do items before
1504 headings.
1505 (org-agenda-mode): Quote `org-agenda-mode-hook'.
1506 (org-insert-item): New function.
1507 (org-renumber-ordered-list): Don't skip to higher level lists.
1508
1509 2005-12-08 Juri Linkov <juri@jurta.org>
1510
1511 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
1512
1513 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
1514
1515 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
1516
1517 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
1518 the constructed function name fun-1.
1519
1520 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
1521 because such links don't lead to parent documentation.
1522
1523 2005-12-08 Kenichi Handa <handa@m17n.org>
1524
1525 * descr-text.el (describe-char): Use *Help-2* buffer if the
1526 current buffer is *Help*. Call describe-text-properties while
1527 setting the original buffer.
1528
1529 2005-12-07 Bill Wohler <wohler@newt.com>
1530
1531 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
1532 and causes problems with non-MH users (such as Gnus users).
1533
1534 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
1535
1536 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
1537 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
1538 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
1539 command "info sources". Move calls to GDB command "list".
1540 (gdb-find-file-hook): Just use gdb-source-file-list.
1541 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
1542 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
1543 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
1544 (gdb-data-list-register-values-handler): Use correct trigger name.
1545
1546 2005-12-07 Kim F. Storm <storm@cua.dk>
1547
1548 * ido.el (ido-completion-map): Renamed from ido-mode-map.
1549 (ido-common-completion-map, ido-file-completion-map)
1550 (ido-file-dir-completion-map, ido-buffer-completion-map):
1551 Renamed from ido-mode-....-map.
1552 (ido-init-completion-maps): Renamed from ido-init-mode-maps.
1553 (ido-setup-completion-map): Renamed from ido-define-mode-map.
1554 (ido-read-internal): Bind minibuffer-local-filename-completion-map
1555 to ido-completion-map.
1556
1557 2005-12-07 Kenichi Handa <handa@m17n.org>
1558
1559 * international/mule-cmds.el
1560 (set-display-table-and-terminal-coding-system): If the coding
1561 system specified in `unibyte-display' property is different from
1562 the arg coding-system, don't setup standard-display-table.
1563
1564 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1565
1566 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
1567 that comments end at \n, regardless of selective-display.
1568
1569 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
1570
1571 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
1572 (gdb-version): New variables.
1573 (gdb-source-file-list, gdb-register-names)
1574 (gdb-changed-registers): New variables for use with GDB 6.4+.
1575 (gdb-ann3): Replace with...
1576 (gdb-init-1, gdb-init-2): ...two new functions.
1577 (gdba, gdb-prompt): Call gdb-init-1.
1578 (gdb-get-version): New function. Call gdb-init-2 from here.
1579 (gud-watch): Make it work with mouse events too.
1580 (gdb-post-prompt): Don't add to queue until GDB version is known.
1581 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
1582 (gdb-locals-mode): Use gdb-version.
1583 (gdb-memory-format-map, gdb-memory-unit-map)
1584 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
1585 (gdb-locals-font-lock-keywords-1)
1586 (gdb-locals-font-lock-keywords-2): New variables.
1587 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
1588 (gdb-set-gud-minor-mode-existing-buffers-1)
1589 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
1590 (gdb-var-update-1, gdb-var-update-handler-1)
1591 (gdb-data-list-register-values-handler)
1592 (gdb-data-list-register-values-custom)
1593 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
1594 (gdb-stack-list-locals-handler, gdb-get-register-names):
1595 New functions for use with GDB 6.4+.
1596 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
1597 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
1598 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
1599 (gdb-stack-list-locals-regexp)
1600 (gdb-data-list-register-names-regexp): New regexps for use with
1601 GDB 6.4+.
1602
1603 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1604
1605 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
1606
1607 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
1608
1609 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
1610 prompts work for AUTH PLAIN. Also reported by Steve Allan
1611 <seallan@verizon.net>.
1612
1613 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
1614
1615 * frame.el (set-frame-parameter): Add doc string.
1616
1617 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
1618
1619 * textmodes/org.el (org-occur-highlights): New variable.
1620 (org-highlight-new-match, org-remove-occur-highlights): New functions.
1621 (org-highlight-sparse-tree-matches): New option.
1622 (org-do-occur): New function.
1623 (org-get-heading): Make it work also at beginning of line.
1624 (org-category-table): New variable.
1625 (org-get-category-table, org-get-category)
1626 (org-camel-to-words, org-link-search): New functions.
1627 (org-select-this-todo-keyword): New variable.
1628 (org-todo-list): New command.
1629 (org-shiftright, org-shiftleft): New commands.
1630 (org-agenda-todo): Add prefix argument.
1631 (org-show-hierarchy-above): New option.
1632 (org-show-todo-tree): Numerical prefix creates tree for specific
1633 TODO keyword.
1634 (org-outline-level): New function, to assign a level to plain
1635 lists items.
1636 (org-cycle-include-plain-lists): New option.
1637 (org-mode): Use `org-outline-level' as value of `outline-level'.
1638 (org-cycle): Temporarily switch `outline-regexp' if
1639 `org-cycle-include-plain-lists' is non-nil.
1640 (org-start-icalendar-file): Fix format bug.
1641 (org-agenda-get-day-entries): Create category table.
1642 (org-agenda-get-todos, org-agenda-get-timestamps)
1643 (org-agenda-get-deadlines, org-agenda-get-scheduled)
1644 (org-agenda-get-blocks): Use `org-get-category'.
1645 (org-context-in-file-links): Rename from
1646 `org-line-numbers-in-file-links' .
1647
1648 2005-12-06 Romain Francoise <romain@orebokech.com>
1649
1650 * window.el (balance-windows): Delete extraneous third arg in call
1651 to `enlarge-window'.
1652
1653 2005-12-06 Kenichi Handa <handa@m17n.org>
1654
1655 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
1656
1657 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
1658
1659 * progmodes/gdb-ui.el (gdb-var-create-handler)
1660 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
1661 (gdb-var-list-children-handler, gdb-var-update-handler):
1662 Current buffer is already gdb-partial-output-buffer, don't
1663 make it current again.
1664
1665 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
1666
1667 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
1668 (list-buffers-noselect): Use it.
1669
1670 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1671
1672 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
1673 (mail-yank-ignored-headers): Use regexp-opt.
1674 (mail-mode-map): Move initialization into declaration.
1675 (mail-sent-via): Remove unused shadowed var `to-line'.
1676 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
1677 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
1678 (mail-do-fcc): Use dolist and push.
1679 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
1680 (mail-yank-ignored-headers): Don't autoload.
1681
1682 2005-12-05 Kenichi Handa <handa@m17n.org>
1683
1684 * international/mule-cmds.el (set-language-info-internal): New fun.
1685 (set-language-info): Call set-language-info-internal to update
1686 language-info-alist. If LANG-ENV is the current one, call
1687 set-language-environment to make INFO effective now.
1688 (set-language-info-alist): Likewise.
1689 (locale-language-names): With locale "en", use English
1690 lang. env. but set the default codings to iso-8859-1.
1691
1692 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
1693
1694 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
1695 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
1696 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
1697 for plain strings.
1698 (gdb-frames-mode): Remove redundant call to font-lock-mode.
1699 (gdb-all-registers): Rename from toggle-gdb-all-registers.
1700 Create registers buffer if necessary. Echo new state in minibuffer.
1701 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
1702
1703 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
1704
1705 * info.el (Info-fontify-node): Match external links using
1706 non-directory part of filename.
1707
1708 2005-12-04 Juri Linkov <juri@jurta.org>
1709
1710 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
1711 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
1712 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
1713 because there is no customization option for it.
1714
1715 * font-lock.el (lisp-font-lock-keywords-1):
1716 Add define-global-minor-mode.
1717
1718 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
1719
1720 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
1721 properties on the constructed variable names.
1722
1723 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1724 Put `definition-name' properties on the constructed function names
1725 next-sym and prev-sym.
1726
1727 * emacs-lisp/find-func.el (find-function-regexp):
1728 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
1729 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
1730 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
1731 and easy-menu-define.
1732
1733 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
1734 easy-mmode-define-global-mode and define-global-minor-mode.
1735 (lisp-imenu-generic-expression): Add define-global-minor-mode.
1736
1737 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
1738 instead of easy-mmode-define-global-mode.
1739
1740 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
1741 Use define-minor-mode instead of easy-mmode-define-minor-mode.
1742
1743 * cus-edit.el (customize-group, customize-group-other-window):
1744 Filter out autoloaded options from the group completion list by
1745 using heuristics that autoloaded groups don't have `custom-autoload'
1746 property on their symbols (they have only `custom-loads').
1747
1748 * simple.el (completion-setup-function): Put completions-common-part
1749 face on complete completion string too (i.e. completion string
1750 without completions-first-difference face).
1751
1752 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
1753
1754 2005-12-03 Eli Zaretskii <eliz@gnu.org>
1755
1756 * view.el (view-mode): Doc fix.
1757
1758 * disp-table.el (standard-display-european): Add to the warning
1759 message a reference to the doc string.
1760
1761 * play/yow.el (apropos-zippy): Call print-help-return-message,
1762 similar to other Help and Apropos commands.
1763
1764 * help.el (print-help-return-message): If pop-up-frames is
1765 non-nil, set up help-return-method to delete the help window and,
1766 possibly, its frame as well, and don't display message about
1767 scrolling the help window. Doc fix.
1768 (help-return-method): Doc fix.
1769
1770 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
1771
1772 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
1773 whereby names of length one or names starting with a
1774 symbol-constituent character would not be returned.
1775
1776 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1777
1778 * subr.el (atomic-change-group): Add edebug and indentation spec.
1779
1780 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1781
1782 * completion.el (save-completions-file-name): Fix typo in last change.
1783
1784 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1785
1786 * info.el: Move back/forward history to the beginning of the tool bar.
1787
1788 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
1789
1790 * allout.el:(eval-when-compile): Remove unnecessary load of 'cl.
1791 Add fset of allout-real-isearch-abort during compile to fix
1792 byte-compilation warnings.
1793 (allout-mode-p): Move definition of this macro above all uses, or
1794 byte compilation in barren emacs (eg, during emacs build) will
1795 lack the definition.
1796 (allout-mode): Move this variable above any uses, or byte
1797 compilation will fail.
1798 (allout-resolve-xref): Remove use of personal file-reference function.
1799 (allout-toggle-current-subtree-encryption): Do the current (ie,
1800 visible containing) topic, rather than nearest around point. Doc fix.
1801 (allout-toggle-subtree-encryption): New function, workhorse that
1802 works on nearest topic containing point.
1803 (allout-encrypt-string): Signal requirement for newer version of pgg.
1804 (allout-resumptions): Doc fix.
1805
1806 2005-12-02 Eli Zaretskii <eliz@gnu.org>
1807
1808 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
1809
1810 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
1811
1812 * textmodes/flyspell.el (flyspell-external-point-words):
1813 Consider a misspelling as found in the string search if: (a) misspelling
1814 and found string lengths match, or (b) misspelling is found as
1815 element in a boundary-chars separated longer string, or (c)
1816 ispell-program-name is really ispell and misspelling is found as
1817 part of a TeX string. After successful match move beginning of
1818 search region to end of match. Warn about not found misspellings
1819 once the process is done.
1820 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
1821
1822 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
1823
1824 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
1825 tool bar (removed inadvertently).
1826
1827 2005-12-02 Juri Linkov <juri@jurta.org>
1828
1829 * log-view.el (log-view-diff): Clarify doc string.
1830
1831 2005-12-01 Bill Wohler <wohler@newt.com>
1832
1833 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
1834 triggers lm-verify errors.
1835
1836 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
1837
1838 * simple.el (transient-mark-mode, line-number-mode)
1839 (column-number-mode, size-indication-mode): Remove `:require nil'.
1840
1841 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
1842
1843 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
1844 in the margin also.
1845 (gdb-breakpoints-mode-map): Use D instead of d for
1846 gdb-delete-breakpoint.
1847 (gdb-get-frame-number): Require a number to match on.
1848 (gdb-threads-mode-map): Add follow-link binding.
1849
1850 2005-11-30 Jason Rumney <jasonr@gnu.org>
1851
1852 * isearch.el (isearch-mode-map): Avoid exiting search on
1853 language-change event.
1854
1855 2005-11-30 Romain Francoise <romain@orebokech.com>
1856
1857 * speedbar.el (speedbar-default-position): New defcustom.
1858 (speedbar-frame-reposition-smartly): Use it.
1859
1860 * dframe.el (dframe-reposition-frame-emacs): Fix position
1861 computation for `left' location.
1862 Update copyright year.
1863
1864 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1865
1866 * help.el (help-map): Move initialization into declaration.
1867
1868 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
1869
1870 * help-fns.el (help-argument-name): Don't autoload.
1871 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
1872 to be re-loaded when customizing the `help' group.
1873
1874 2005-11-30 John Paul Wallington <jpw@gnu.org>
1875
1876 * help-fns.el (describe-function-1): Fill arglist output.
1877
1878 2005-11-30 Kim F. Storm <storm@cua.dk>
1879
1880 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
1881 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
1882 after revert-buffer (or anything else which kills all local variables).
1883
1884 * apropos.el (apropos-parse-pattern): Doc fix.
1885 Set apropos-regexp directly, rather than expecting callers to do so.
1886 (apropos-command, apropos, apropos-value, apropos-documentation):
1887 Simplify calls to apropos-parse-pattern.
1888
1889 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
1890
1891 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
1892 (hi-lock-face-phrase-buffer): Use hi-yellow face.
1893 (hi-lock-write-interactive-patterns): Use comment-region.
1894
1895 * longlines.el (longlines-mode): Add mail-setup-hook.
1896
1897 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
1898
1899 * simple.el (sendmail-user-agent-compose, next-line):
1900 Conditionally use hard-newline.
1901
1902 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
1903
1904 * international/latexenc.el (latex-inputenc-coding-alist):
1905 Reword doc string.
1906
1907 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
1908
1909 * help.el (describe-key-briefly, describe-key): Recognize default
1910 bindings.
1911
1912 2005-11-29 Romain Francoise <romain@orebokech.com>
1913
1914 * view.el (view-inhibit-help-message): New defcustom.
1915 (view-mode-enter): Use it.
1916
1917 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
1918
1919 * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
1920 Preserve user position.
1921
1922 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
1923
1924 * font-lock.el: Throw error if facemenu is not loaded to prevent
1925 accidental change of loading order in loadup.el. (Suggested by RMS.)
1926
1927 * loadup.el: Add comment explaining why facemenu must be loaded
1928 before font-lock.
1929
1930 2005-11-28 Jay Belanger <belanger@truman.edu>
1931
1932 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
1933 (calc-dispatch-map): Add more keys for `calc-same-interface'.
1934
1935 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
1936
1937 * calc/calc-embed.el (calc-do-embedded): Update help message.
1938
1939 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
1940
1941 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1942
1943 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
1944
1945 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
1946 called-interactively-p.
1947 (elp-profilable-p): Rename from elp-not-profilable-p.
1948 Invert result and take into account macros and autoloaded functions.
1949 (elp-instrument-function): Update call.
1950 (elp-instrument-package): Update call. Add completion.
1951 (elp-pack-number): Use match-string.
1952 (elp-results-jump-to-definition-by-mouse): Merge into
1953 elp-results-jump-to-definition and then remove.
1954 (elp-output-insert-symname): Make help echo text single-line.
1955
1956 * replace.el (query-replace-map): Move initialization into declaration.
1957 (occur-engine): Use with-current-buffer.
1958 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
1959 (occur-mode-mouse-goto): Replace with an alias.
1960
1961 2005-11-28 Juri Linkov <juri@jurta.org>
1962
1963 * simple.el (quoted-insert): Let-bind input-method-function to nil.
1964
1965 * term/w32-win.el: Bind [S-tab] to [backtab].
1966
1967 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
1968 `Info-find-file' to t.
1969
1970 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
1971 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
1972 and same-window-regexps.
1973 (occur-next-error): Don't move point for arg 0.
1974
1975 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
1976
1977 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
1978
1979 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1980
1981 * log-edit.el (log-edit-changelog-use-first): New var.
1982 (log-edit-changelog-ours-p): Use it.
1983 (log-edit-insert-changelog): Set it with new arg `use-first'.
1984 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
1985 (log-edit-hook): Add them to the list of suggested options.
1986
1987 * textmodes/flyspell.el (flyspell-last-buffer): New var.
1988 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
1989 redundant work.
1990 (flyspell-mode-on): Use add-hook for after-change-functions.
1991 (flyspell-mode-off): Use remove-hook for after-change-functions.
1992 (flyspell-changes): Make it buffer-local.
1993 (flyspell-after-change-function): Make it non-interactive. Use push.
1994 (flyspell-post-command-hook): Check input-pending-p while processing
1995 the potentially long list of buffer changes.
1996
1997 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
1998
1999 * buff-menu.el (list-buffers-noselect): Display the selected
2000 frame's buffer list, not the global one.
2001
2002 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
2003
2004 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
2005 that (list last-input-event) works as in interactive spec.
2006
2007 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
2008
2009 * loadup.el ("facemenu"): Load facemenu before font-lock, because
2010 `facemenu-keymap' needs to be defined when font-lock is loaded.
2011 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
2012
2013 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2014
2015 * completion.el: Remove useless leading * in defcustom docstrings.
2016 (save-completions-file-name): Use ~/.emacs.d if available.
2017 (completion-standard-syntax-table): Rename from
2018 cmpl-standard-syntax-table and fold initialization into declaration,
2019 thus removing cmpl-make-standard-completion-syntax-table.
2020 (completion-lisp-syntax-table, completion-c-syntax-table)
2021 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
2022 (cmpl-saved-syntax, cmpl-saved-point): Remove.
2023 (symbol-under-point, symbol-before-point)
2024 (symbol-under-or-before-point, symbol-before-point-for-complete)
2025 (add-completions-from-c-buffer): Use with-syntax-table.
2026 (make-completion): Don't return a list of completion entries.
2027 Update callers.
2028 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
2029 (completion-initialize): Rename from initialize-completions.
2030 (completion-find-file-hook): Rename from cmpl-find-file-hook.
2031 (kill-emacs-save-completions): Collect stats here.
2032 (save-completions-to-file, load-completions-from-file):
2033 Use with-current-buffer.
2034 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
2035 into a function. Move all calls to toplevel.
2036 (completion-lisp-mode-hook): New fun.
2037 (completion-c-mode-hook, completion-setup-fortran-mode):
2038 Set the syntax-table here. Use local-set-key.
2039 (completion-saved-bindings): New var.
2040 (dynamic-completion-mode): Make it into a proper minor mode.
2041 (load-completions-from-file): Remove unused var `num-uses'.
2042
2043 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
2044 constructor if it is explicitly overridden.
2045
2046 * complete.el (PC-completion-as-file-name-predicate):
2047 Use minibuffer-completing-file-name.
2048 (partial-completion-mode): Use find-file-not-found-functions.
2049 (PC-lisp-complete-symbol): Use with-syntax-table.
2050 (PC-look-for-include-file): Remove dead setq.
2051 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
2052 (PC-complete): Use with-current-buffer.
2053
2054 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
2055 escape single quotes.
2056
2057 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
2058
2059 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
2060 of `if' whose condition always returned nil. Doc fix.
2061
2062 * buff-menu.el (Buffer-menu-revert-function): Make the selected
2063 window's buffer the current buffer around the call to
2064 `list-buffers-noselect'. This is necessary to mark that buffer
2065 with a `.' in the Buffer Menu when called from Lisp, for instance
2066 by Auto Revert Mode.
2067
2068 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
2069
2070 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
2071 attaching to it.
2072 (gdb-pre-prompt): Make sure gdb-error is reset.
2073
2074 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
2075 with a child process, detect it.
2076 (gud-speedbar-buttons): Match regexp more carefully.
2077
2078 2005-11-27 Richard M. Stallman <rms@gnu.org>
2079
2080 * mouse.el (mouse-drag-move-window-bottom):
2081 Use adjust-window-trailing-edge.
2082
2083 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
2084
2085 * simple.el (blink-matching-open): Ignore
2086 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
2087 (blink-matching-paren-on-screen): Update docstring.
2088
2089 * paren.el (show-paren-mode): No longer change
2090 `blink-matching-paren-on-screen'.
2091
2092 2005-11-27 John Paul Wallington <jpw@pobox.com>
2093
2094 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
2095 (gdb-threads-select, gdb-edit-register-value):
2096 Use `posn-set-point' instead of `mouse-set-point' because the
2097 latter is not fbound when configured without X.
2098
2099 2005-11-27 Kim F. Storm <storm@cua.dk>
2100
2101 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
2102 existing face when partially highlighting a TAB in a rectangle.
2103
2104 2005-11-26 Kim F. Storm <storm@cua.dk>
2105
2106 * ido.el (ido-mode-map): Doc fix.
2107 (ido-mode-common-map, ido-mode-file-map)
2108 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
2109 (ido-define-mode-map): Rewrite. Select one of the new maps as
2110 parent for ido-mode-map instead of building from scratch.
2111 (ido-init-mode-maps): New defun to initialize new maps.
2112 (ido-mode): Call it.
2113 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
2114 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
2115
2116 2005-11-26 John Paul Wallington <jpw@pobox.com>
2117
2118 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
2119 `mouse-set-point' because the latter is not fbound when configured
2120 without X.
2121
2122 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
2123
2124 * files.el (file-relative-name): Doc fix.
2125
2126 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
2127
2128 * progmodes/octave-inf.el (inferior-octave-startup): Force a
2129 non-empty string for secondary prompt PS2.
2130
2131 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
2132
2133 * progmodes/compile.el (compilation-setup): Fix last change.
2134
2135 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
2136
2137 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
2138 (gdb-mouse-toggle-breakpoint-margin)
2139 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
2140 Add gdb-server-prefix to keep out of command history.
2141 (gdb-edit-register-value): New function.
2142 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
2143 (gdb-info-registers-custom): Use above map.
2144
2145 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
2146
2147 * custom.el (enable-theme): Signal error if argument is not a
2148 theme. Don't recalculate a face if it's not loaded yet.
2149
2150 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
2151 the `user' theme is in effect.
2152
2153 * info.el (Info-on-current-buffer): Record actual filename in
2154 Info-current-file, instead of t, or a fake filename if a non-file
2155 buffer. Make autoload.
2156 (Info-find-node, Info-revert-find-node): No need to check for
2157 Info-current-file nil.
2158 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
2159 Info-current-file is now never `t'.
2160 (Info-fontify-node): Many simplifications due to Info-current-file
2161 always being valid. Use Info-find-file to find node filename.
2162
2163 2005-11-25 David Kastrup <dak@gnu.org>
2164
2165 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
2166 new character, then delete" in order to preserve markers.
2167
2168 2005-11-25 David Ponce <david@dponce.com>
2169
2170 * recentf.el (recentf-arrange-by-rule): Handle a special
2171 `auto-mode-alist'-like "strip suffix" rule.
2172 (recentf-build-mode-rules): Handle second level auto-mode entries.
2173
2174 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
2175
2176 * viper-keym.el (viper-ESC-key): Use different values in terminal and
2177 window modes.
2178
2179 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
2180 jde-javadoc-checker-report-mode.
2181
2182 * ediff-wind (ediff-make-wide-display): Slight simplification.
2183
2184 * ediff.el (ediff-date): Change the date of last update.
2185
2186 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
2187
2188 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
2189 Use define-minor-mode, and make it a local mode. Turn on font-lock.
2190 (hi-lock-mode): New global minor mode.
2191 (turn-on-hi-lock-if-enabled): New function.
2192 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
2193 Change arguments to regexp and face instead of a font-lock pattern.
2194 Directly set face property, instead of refontifying.
2195 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
2196 (hi-lock-find-patterns): Use line-number-at-pos.
2197
2198 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
2199 arguments for hi-lock-set-pattern.
2200 (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
2201 font-lock-fontify-buffer.
2202 (hi-lock-find-file-hook, hi-lock-current-line)
2203 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
2204
2205 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
2206 turned off.
2207
2208 * progmodes/compile.el (compilation-setup): Don't fiddle with
2209 font-lock-defaults.
2210
2211 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
2212
2213 * progmodes/gdb-ui.el (gdb-var-create-handler)
2214 (gdb-var-list-children-handler): Find values for all variable
2215 objects. gud-speedbar-buttons decides whether to display them.
2216
2217 2005-11-24 Romain Francoise <romain@orebokech.com>
2218
2219 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
2220 buffer name with a space.
2221
2222 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
2223
2224 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
2225 `org-export-local-list-max-depth'. Change default value to 3.
2226 (org-auto-renumber-ordered-lists)
2227 (org-plain-list-ordered-item-terminator): New options.
2228 (org-at-item-p, org-beginning-of-item, org-end-of-item)
2229 (org-get-indentation, org-get-string-indentation)
2230 (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
2231 functions.
2232 (org-move-item-down, org-move-item-up): New commands.
2233 (org-export-as-html): New classes for CSS support. Bug fix in
2234 regular expression detecting fixed-width regions. Respect
2235 `org-local-list-ordered-item-terminator'.
2236 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
2237 also a list item.
2238 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
2239 New item moving functions.
2240
2241 2005-11-24 Juri Linkov <juri@jurta.org>
2242
2243 * isearch.el (isearch-repeat): With empty search ring set
2244 `isearch-error' to the error string instead of signaling error
2245 with the function `error'.
2246
2247 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2248
2249 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
2250
2251 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
2252
2253 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
2254 and variable.
2255 (gdb-var-create-handler, gdb-var-list-children-handler):
2256 Don't match on "char **...".
2257 (gdb-var-update-handler): Find values for all variable objects.
2258 (gdb-info-frames-custom): Identify frames by leading "#".
2259
2260 * progmodes/gud.el (gud-speedbar-menu-items): Add
2261 gdb-speedbar-auto-raise as radio button.
2262 (gud-speedbar-buttons): Raise speedbar if requested.
2263 Don't match on "char **...".
2264 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
2265 Make it editable.
2266
2267 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
2268
2269 * info.el (Info-fontify-node): Handle the case where
2270 Info-current-file is t.
2271
2272 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2273
2274 * simple.el (blink-matching-open): Fix off-by-one in last change.
2275
2276 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2277
2278 * term/mac-win.el: Don't change default directory.
2279
2280 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
2281
2282 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
2283 buffers correctly. (It used to throw an error in such buffers.)
2284 Make it ask for confirmation in group buffers and other Custom
2285 buffers containing more than one customization item.
2286
2287 2005-11-22 John Paul Wallington <jpw@gnu.org>
2288
2289 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
2290 property on mail and url overlays.
2291 (goto-address-at-point): Use `posn-set-point' instead of
2292 `mouse-set-point' because the latter is not fbound when configured
2293 without X.
2294
2295 2005-11-22 Lars Hansen <larsh@soem.dk>
2296
2297 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
2298 (ls-lisp-classify, ls-lisp-format): Delete call to
2299 ls-lisp-parse-symlink.
2300 (ls-lisp-handle-switches): Handle symlinks to directories as
2301 directories when ls-lisp-dirs-first in non-nil.
2302
2303 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
2304
2305 * startup.el (command-line): Make sure that loaddefs.el is handled
2306 correctly in load-history.
2307
2308 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
2309
2310 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
2311 (gdb-struct-string, gdb-array-string): New constants.
2312 (gdb-info-locals-handler): Use them.
2313 (gdb-reset): Reset gdb-var-list to nil.
2314
2315 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2316
2317 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
2318 in patterns.
2319
2320 2005-11-21 Juri Linkov <juri@jurta.org>
2321
2322 * custom.el (defcustom): Update link types in docstring.
2323
2324 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
2325
2326 * custom.el (defgroup): Add doc-string-elt info.
2327
2328 * widget.el (define-widget): Don't use declare for the doc-string-elt.
2329
2330 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2331
2332 * newcomment.el (comment-enter-backward): Fix last fix.
2333
2334 * simple.el (blink-matching-open):
2335 * paren.el (show-paren-function): Allow new paren-class info.
2336
2337 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
2338
2339 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
2340 handled automagically.
2341
2342 2005-11-20 Andreas Schwab <schwab@suse.de>
2343
2344 * descr-text.el (describe-char): When copying overlays put them
2345 over the full char description instead of just the first character
2346 of it.
2347
2348 2005-11-20 Juri Linkov <juri@jurta.org>
2349
2350 * simple.el (what-cursor-position):
2351 * descr-text.el (describe-char): Use Lisp-readable syntax
2352 for octal and hex. Reorder decimal, octal and hex values.
2353 Remove excess whitespace in the output. Use `=' in `column='
2354 like in `point=' and `Hscroll='.
2355
2356 * international/mule-cmds.el (encoded-string-description):
2357 Use Lisp-readable syntax for hex.
2358
2359 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2360
2361 * newcomment.el (comment-enter-backward): Handle the case where the
2362 comment is closed by EOB.
2363
2364 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
2365
2366 * longlines.el (longlines-before-revert-hook)
2367 (longlines-after-revert-hook): New functions.
2368 (longlines-mode): Turn off longlines temporarily when reverting.
2369 Add a message-setup-hook.
2370 (longlines-decode-buffer): New function.
2371 (longlines-wrap-line): Preserve marker positions.
2372
2373 2005-11-19 Andreas Schwab <schwab@suse.de>
2374
2375 * emacs-lisp/shadow.el: Handle compressed files.
2376
2377 2005-11-19 Romain Francoise <romain@orebokech.com>
2378
2379 * net/browse-url.el (browse-url-default-browser): Signal an error
2380 if no usable browser can be found, rather than try to load w3.
2381
2382 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
2383
2384 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
2385 replacing existing properties.
2386 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
2387 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
2388 tty specs.
2389 (rcirc-server-prefix, rcirc-server): New faces.
2390 (rcirc-url-regexp): Generate with rx macro.
2391 (rcirc-last-server-message-time): New variable.
2392 (rcirc-filter): Record time of last message.
2393 (rcirc-keepalive): Kill processes that did not send a message
2394 since the last ping.
2395 (rcirc-mode): Give rcirc-topic a local binding here.
2396
2397 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
2398
2399 * subr.el (read-passwd): Fontify the prompt as we do with other
2400 prompts.
2401
2402 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
2403
2404 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
2405 binding buffer-read-only to nil.
2406
2407 2005-11-19 Eli Zaretskii <eliz@gnu.org>
2408
2409 * complete.el (partial-completion-mode):
2410 Mention completion-auto-help in the doc string.
2411
2412 * man.el (Man-highlight-references): Doc fix. Reformat code in a
2413 more Lisp-ish way.
2414
2415 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2416
2417 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
2418 digits, not 8, to avoid misalignment for files larger than 100MB.
2419
2420 2005-11-19 Eli Zaretskii <eliz@gnu.org>
2421
2422 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
2423 Mention "keyboard shortcuts" in the help text.
2424
2425 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2426
2427 * startup.el (fancy-splash-default-action): Discard only
2428 mouse-down and succeeding mouse-up events in the splash screen
2429 window so that drag-n-drop event can be processed.
2430
2431 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
2432
2433 * longlines.el (longlines-mode): Add hacks for mail-mode and
2434 message-mode.
2435
2436 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
2437
2438 * textmodes/org.el (org-table-sort-lines): New command.
2439 (org-tbl-menu): Add entry for `org-table-sort-lines'.
2440 (org-add-file): Command removed, use `org-agenda-file-to-front'
2441 instead.
2442 (org-export-icalendar): Use `org-icalendar-combined-name'.
2443 (org-cycle-agenda-files, org-agenda-file-to-end)
2444 (org-agenda-file-to-front): New commands.
2445 (org-table-tab-jumps-over-hlines,org-export-html-style): New
2446 options.
2447 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
2448 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
2449 New functions.
2450 (org-fill-paragraph): Call `org-table-align' in tables.
2451 (org-mode): Call `org-set-autofill-regexps'.
2452 (org-export-as-html): Support for local handformatted lists.
2453 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
2454 (org-export-local-list-max-depth): New option.
2455 (org-html-expand): Use `org-html-protect'.
2456
2457 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
2458
2459 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
2460 to "p".
2461 (gdb): Move definition of gud-pp to...
2462
2463 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
2464 speedbar.
2465 (gdb-find-watch-expression): New function.
2466
2467 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
2468
2469 * faces.el (face-attribute, set-face-attribute): Mention existence
2470 of `:ignore-defface' setting in docstring.
2471
2472 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2473
2474 * simple.el (completion-setup-function): Fix last change.
2475
2476 2005-11-17 John Paul Wallington <jpw@pobox.com>
2477
2478 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
2479 Use `posn-set-point' instead of `mouse-set-point' because the
2480 latter is not fbound when configured without X.
2481
2482 * comint.el (comint-insert-input): Likewise.
2483
2484 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
2485
2486 * simple.el (hard-newline): New variable.
2487 (sendmail-user-agent-compose, next-line): Use it.
2488
2489 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
2490 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
2491 (mail-mail-reply-to, mail-mail-followup-to)
2492 (mail-position-on-field, mail-signature, mail-yank-original)
2493 (mail-attach-file): Likewise.
2494
2495 * mail/mailheader.el (mail-header-format)
2496 (mail-header-format-function): Likewise.
2497
2498 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
2499
2500 2005-11-17 Juri Linkov <juri@jurta.org>
2501
2502 * font-lock.el (font-lock-faces): Rename this defgroup from
2503 `font-lock-highlighting-faces'.
2504 (font-lock-comment-face, font-lock-comment-delimiter-face)
2505 (font-lock-string-face, font-lock-doc-face)
2506 (font-lock-keyword-face, font-lock-builtin-face)
2507 (font-lock-function-name-face, font-lock-variable-name-face)
2508 (font-lock-type-face, font-lock-constant-face)
2509 (font-lock-warning-face, font-lock-negation-char-face)
2510 (font-lock-preprocessor-face)
2511 (font-lock-regexp-grouping-backslash)
2512 (font-lock-regexp-grouping-construct): Rename :group from
2513 `font-lock-highlighting-faces' to `font-lock-faces'.
2514
2515 * cus-edit.el (lisp, c, tex):
2516 * progmodes/ada-mode.el (ada):
2517 * progmodes/asm-mode.el (asm):
2518 * progmodes/cperl-mode.el (cperl-faces):
2519 * progmodes/cpp.el (cpp):
2520 * progmodes/dcl-mode.el (dcl):
2521 * progmodes/f90.el (f90):
2522 * progmodes/fortran.el (fortran):
2523 * progmodes/icon.el (icon):
2524 * progmodes/idlwave.el (idlwave-misc):
2525 * progmodes/m4-mode.el (m4):
2526 * progmodes/make-mode.el (makefile):
2527 * progmodes/meta-mode.el (meta-font):
2528 * progmodes/modula2.el (modula2):
2529 * progmodes/octave-mod.el (octave):
2530 * progmodes/pascal.el (pascal):
2531 * progmodes/perl-mode.el (perl):
2532 * progmodes/prolog.el (prolog):
2533 * progmodes/ps-mode.el (PostScript-edit):
2534 * progmodes/scheme.el (scheme):
2535 * progmodes/sh-script.el (sh-script):
2536 * progmodes/simula.el (simula):
2537 * progmodes/tcl.el (tcl):
2538 * textmodes/nroff-mode.el (nroff):
2539 * textmodes/reftex-vars.el (reftex-fontification-configurations):
2540 * textmodes/sgml-mode.el (sgml):
2541 * textmodes/texinfo.el (texinfo):
2542 Add :link (custom-group-link font-lock-faces) to defgroup.
2543
2544 * hi-lock.el (hi-lock): Rename this defgroup from
2545 `hi-lock-interactive-text-highlighting'. Change parent group from
2546 `faces' to `font-lock'. Add link to the manual.
2547 (hi-lock-mode, hi-lock-file-patterns-range)
2548 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
2549 `hi-lock-interactive-text-highlighting' to `hi-lock'.
2550 (hi-lock-faces): Add :group `faces'.
2551
2552 * cus-edit.el (custom-variable-prompt): Clarify the code.
2553
2554 * faces.el (face-read-string): Set the default value arg of
2555 completing-read.
2556
2557 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
2558
2559 * rfn-eshadow.el (file-name-shadow-properties)
2560 (file-name-shadow-tty-properties, file-name-shadow-mode):
2561 Remove autoloads, because the file is now preloaded.
2562
2563 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2564
2565 * printing.el (easy-menu-intern): Don't define.
2566 (pr-get-symbol): Use easy-menu-intern only if defined.
2567
2568 * simple.el (blink-matching-open): Simplify a bit.
2569 (completion-setup-function): Fix the case of partial-completion-mode
2570 when the minibuffer's contents start with "-".
2571 Obey completion-base-size-function even when
2572 minibuffer-completing-file-name is non-nil.
2573
2574 2005-11-16 Richard M. Stallman <rms@gnu.org>
2575
2576 * net/eudcb-ph.el (eudc-ph-open-session):
2577 Use set-process-query-on-exit-flag.
2578
2579 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
2580
2581 * international/ucs-tables.el (ucs-set-table-for-input):
2582 Use make-local-variable, not make-variable-buffer-local.
2583
2584 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2585 Improve warning message text.
2586
2587 * savehist.el (savehist-save-hook): Add :group.
2588
2589 * menu-bar.el (menu-bar-help-menu):
2590 Rename Find Extra Packages to External Packages.
2591
2592 * cus-edit.el (Custom-reset-standard): Verify that
2593 :custom-standard-value prop exists before calling it.
2594
2595 * apropos.el (apropos-calc-scores): Use apropos-pattern.
2596
2597 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
2598
2599 * wid-edit.el (color): Enclose %t in %{...%}.
2600
2601 * cus-edit.el (face): Enclose %t in %{...%}.
2602
2603 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
2604
2605 * savehist.el (savehist-mode-hook): Re-add the var.
2606 (savehist-mode): Use it.
2607
2608 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2609
2610 * textmodes/flyspell.el: Fix commenting convention.
2611 Remove unnecessary leading * in custom docstrings.
2612 (flyspell-emacs): Remove unused var.
2613 (flyspell-delete-region-overlays): Use remove-overlays.
2614 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
2615 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
2616 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
2617 (flyspell-debug-signal-word-checked): Use with-current-buffer.
2618 (make-flyspell-overlay): Don't locally reuse a global name.
2619 (flyspell-highlight-incorrect-region)
2620 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
2621 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
2622 (flyspell-notify-misspell): Remove unused args `start' and `end'.
2623 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
2624 Wrap calls to accept-process-output inside with-local-quit since it's
2625 often called from a post-command-hook.
2626 (flyspell-correct-word, flyspell-auto-correct-word):
2627 Use ispell-send-string.
2628 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
2629
2630 * calendar/diary-lib.el (diary-list-entries): Also hide the
2631 terminating newline.
2632
2633 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
2634
2635 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
2636 window-system, to allow fonts on tty.
2637
2638 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
2639
2640 * progmodes/gud.el (gud-speedbar-item-info): New function.
2641 (gud-install-speedbar-variables): Use it to display data type
2642 of watch expression as a tooltip in speedbar.
2643
2644 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
2645
2646 * font-core.el (global-font-lock-mode): Add :version keyword,
2647 because default was changed.
2648
2649 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
2650
2651 * startup.el (command-line): Use `custom-reevaluate-setting' for
2652 `file-name-shadow-mode'.
2653
2654 * loadup.el: Preload rfn-eshadow.
2655
2656 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
2657 Add :version keyword.
2658 (file-name-shadow-properties, file-name-shadow-tty-properties)
2659 (file-name-shadow): Add :version keyword.
2660
2661 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
2662 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
2663 in the custom-group property of the symbol frames and the fringe
2664 group got no link to its parent group frames.
2665 Doc fix.
2666
2667 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2668
2669 * progmodes/gud.el (gud-stop-subjob): New function.
2670 (gud-menu-map, gud-tool-bar-map): Use it.
2671
2672 2005-11-16 Kim F. Storm <storm@cua.dk>
2673
2674 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
2675 than kill it.
2676 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
2677 to a more useful/logical place.
2678
2679 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2680
2681 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
2682 go buttons complementary.
2683
2684 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2685
2686 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
2687 (rfn-eshadow-sifn-equal): New function.
2688 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
2689
2690 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
2691
2692 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
2693 string.
2694
2695 * viper.el (viper-emacs-state-mode-list): Ensure that
2696 rcirc-mode buffers come up in Emacs state.
2697
2698 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
2699 operation.
2700
2701 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2702
2703 * term.el (term-termcap-format): Fix typos.
2704 (term-down): Fix the negative argument case.
2705
2706 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2707
2708 * progmodes/gdb-ui.el: Remove face-alias left over from change on
2709 2005-08-15.
2710 (gdb-ann3): New command gud-go.
2711 (menu): Accomodate gdb-mi.el.
2712 (gdb-assembler-custom): Make buffer of selected window current
2713 so that set-window-point works.
2714
2715 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
2716 buttons and include new ones.
2717
2718 2005-11-16 Kim F. Storm <storm@cua.dk>
2719
2720 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
2721 (gud-menu-map): Use it.
2722
2723 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
2724
2725 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
2726 that works correctly for Custom and that does not override a user
2727 who disables it.
2728
2729 * help-mode.el (help-make-xrefs, help-xref-on-pp)
2730 (help-xref-interned, help-follow): Make hyperlinks for variables
2731 that are unbound, but have a non-nil variable-documentation property.
2732
2733 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
2734 mode hook. (It conflicted with defcustoms for some mode hooks.)
2735 Use the `variable-documentation' property to give the mode hook a
2736 docstring and expand that docstring.
2737
2738 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
2739
2740 * savehist.el (savehist-mode): Don't bother with
2741 `custom-set-minor-mode'.
2742 (savehist-coding-system): Check XEmacs version.
2743 (history-length): Declare also at run time.
2744 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
2745 Don't set the customize state.
2746 (savehist-minibuffer-hook): Special case for when
2747 minibuffer-history-variable is equal to t.
2748
2749 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2750
2751 * files.el (write-file): Refresh VC status.
2752
2753 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
2754 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
2755 than fundamental-mode to see if the mode was set.
2756
2757 2005-11-14 Romain Francoise <romain@orebokech.com>
2758
2759 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
2760 dummy function in `eval-when-compile' to avoid compiler warning.
2761 Require `man' at compile time.
2762
2763 2005-11-14 Jay Belanger <belanger@truman.edu>
2764
2765 * calc-alg.el (calcFunc-write-out-power): Rename it to
2766 calcFunc-powerexpand.
2767 (math-write-out-power): Rename it to math-powerexpand; have it
2768 handle negative exponents.
2769 (calc-writeoutpower): Rename it to calc-powerexpand.
2770
2771 * calc-ext.el: Change calcFunc-writeoutpower and
2772 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
2773 autoloads.
2774 Add calcFunc-ldiv to autoloads.
2775
2776 * calc-arith.el (calcFunc-ldiv): New function.
2777
2778 * calc.el (calc-left-divide): New function.
2779
2780 2005-11-14 Juri Linkov <juri@jurta.org>
2781
2782 * cus-edit.el (custom-variable-prompt): Set the default value arg
2783 of completing-read.
2784
2785 * cus-dep.el (custom-make-dependencies): Reverse the list of
2786 found dependencies.
2787
2788 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
2789
2790 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
2791 Highlighting" entry, it is on by default now.
2792 (menu-bar-options-save): Do not save global-font-lock-mode.
2793
2794 2005-11-13 Richard M. Stallman <rms@gnu.org>
2795
2796 * textmodes/flyspell.el (flyspell-large-region):
2797 Call flyspell-accept-buffer-local-defs.
2798
2799 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
2800
2801 * textmodes/flyspell.el (flyspell-notify-misspell):
2802 Fix misspelling of "Misspelling".
2803 (flyspell-process-localwords): New function.
2804 (flyspell-large-region): Call flyspell-process-localwords and
2805 flyspell-delete-region-overlays.
2806 (flyspell-delete-region-overlays): New function.
2807 (flyspell-delete-all-overlays): Call that.
2808
2809 2005-11-13 Richard M. Stallman <rms@gnu.org>
2810
2811 * help.el (help-for-help-internal): Improve doc of C-h a.
2812 (describe-key): Improve prompt; doc fix.
2813
2814 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2815
2816 * vc-svn.el (vc-svn-registered): Catch all errors.
2817
2818 * cus-dep.el (custom-make-dependencies): Typo.
2819
2820 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
2821
2822 * net/tramp-util.el (top): Fix compilation warning.
2823
2824 2005-11-13 Kim F. Storm <storm@cua.dk>
2825
2826 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
2827
2828 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
2829
2830 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
2831 (gud-speedbar-buttons): Match on "const char *" too.
2832
2833 * progmodes/gdb-ui.el (gdb-var-create-handler)
2834 (gdb-var-list-children-handler): Match on "const char *" too.
2835 (gdb-var-evaluate-expression-handler): Match on empty string.
2836 (gdb-var-update-handler): Only call
2837 gdb-var-evaluate-expression-handler when required.
2838
2839 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
2840
2841 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
2842 selected window. This still doesn't work for speedbar.
2843 (gud-speedbar-buttons): Handle string expressions properly.
2844
2845 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2846 (gdb-var-create-handler): Handle string expressions properly.
2847 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
2848 Handle string expressions properly. Move "type" field into regexp.
2849
2850 2005-11-12 Karl Fogel <kfogel@red-bean.com>
2851
2852 * bookmark.el (bookmark-maybe-message): New function to reduce
2853 code duplication: invokes `message' iff baud-rate is high enough.
2854 (bookmark-write-file): Use above instead of an inline conditional.
2855 (bookmark-load): Same.
2856
2857 2005-11-12 Karl Fogel <kfogel@red-bean.com>
2858
2859 * bookmark.el (bookmark-write-file): Don't visit the destination
2860 file, just write the data to it using write-region. This is
2861 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
2862 change to avoid visiting the file in the first place.
2863
2864 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
2865
2866 * hi-lock.el (hi-lock-mode): Set the default value of
2867 font-lock-defaults.
2868
2869 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
2870
2871 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
2872 arg to `file-attributes'.
2873 (find-lisp-format): The UID and GID can now be strings.
2874
2875 2005-11-12 Kim F. Storm <storm@cua.dk>
2876
2877 * help.el (help-map): Bind C-h d to apropos-documentation.
2878
2879 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
2880 when point is at end-of-buffer.
2881
2882 * apropos.el (apropos-match-face): Doc fix.
2883 (apropos-sort-by-scores): Add new choice `verbose'.
2884 (apropos-documentation-sort-by-scores): New defcustom.
2885 (apropos-pattern): Now contains the pattern entered by the user.
2886 (apropos-pattern-quoted): New defvar.
2887 (apropos-regexp): New defvar, containing the regexp corresponding
2888 to apropos-pattern.
2889 (apropos-all-words-regexp): Rename from apropos-all-regexp.
2890 (apropos-read-pattern): New defun. Use it to read pattern arg in
2891 interactive calls; returns list of words for a word list, and
2892 string for a regexp.
2893 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
2894 parses a list of words or regexp as returned by apropos-read-pattern.
2895 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
2896 (apropos-score-doc): Return a very high score if the string
2897 entered by the user matches literally.
2898 (apropos-variable): Doc fix. Use apropos-read-pattern.
2899 (apropos-command): Doc fix. Use apropos-read-pattern and
2900 apropos-parse-pattern. Call apropos-print with nosubst=t.
2901 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
2902 apropos-parse-pattern.
2903 (apropos-documentation): Doc fix. Use apropos-read-pattern and
2904 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
2905 apropos-documentation-sort-by-scores. Call apropos-print with
2906 nosubst=t.
2907 (apropos-documentation-internal): Pass doc string through
2908 substitute-key-definition before adding text properties.
2909 Highlight substring matching literal user input if possible.
2910 (apropos-documentation-check-doc-file): Remove locals beg and end.
2911 Fix calculation of score (as added twice). Pass doc string through
2912 substitute-key-definition before adding text properties.
2913 (apropos-documentation-check-elc-file): Pass doc string through
2914 substitute-key-definition before adding text properties.
2915 Highlight substring matching literal user input if possible.
2916 (apropos-print): Add new arg NOSUBST; if set, command and variable
2917 doc strings have already been passed through substitute-key-definition.
2918 Add code to handle apropos-accumulator items without score element
2919 for backwards compatibility (e.g. with woman package).
2920 Only show scores if apropos-sort-by-scores is `verbose'.
2921
2922 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2923
2924 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
2925 Add jka-compr-load-suffixes to load-suffixes.
2926
2927 * jka-compr.el: Require 'jka-cmpr-hook.
2928 (jka-compr-info-compress-message, jka-compr-info-compress-program)
2929 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
2930 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
2931 (jka-compr-info-can-append, jka-compr-info-strip-extension)
2932 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
2933 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
2934 (jka-compr-uninstall): Remove entries from
2935 jka-compr-added-to-file-coding-system-alist after they are used.
2936 (jka-compr-error): Remove unused var `curbuf'.
2937 (jka-compr-file-local-copy): Remove unused var `notfound'.
2938
2939 2005-11-10 Romain Francoise <romain@orebokech.com>
2940
2941 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
2942
2943 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
2944
2945 * progmodes/gud.el (gud-menu-map): Move parentheses.
2946 (gdb): New command gud-pv.
2947
2948 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2949
2950 * tar-mode.el: Remove spurious or unnecessary leading stars
2951 in docstrings.
2952 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
2953 (tar-parse-octal-integer-safe): Use mapc.
2954 (tar-header-block-summarize): Remove unused var `ck'.
2955 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
2956 cleared before. Obey default-enable-multibyte-characters.
2957 Use mapconcat. Simplify setting of tar-header-offset.
2958 (tar-mode-map): Move initialization inside delcaration.
2959 (tar-flag-deleted): Use `abs'.
2960 (tar-expunge-internal): Remove unused var `line'.
2961 (tar-expunge-internal): Don't hardcode point-min==1.
2962 (tar-expunge): Widen while doing set-buffer-multibyte.
2963 (tar-rename-entry): Use file-name-coding-system.
2964 (tar-alter-one-field): Don't hardcode point-min==1.
2965 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
2966 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
2967
2968 2005-11-10 Masatake YAMATO <jet@gyve.org>
2969
2970 * add-log.el (add-log-current-defun): Handle class::method
2971 notation of c++. Fix incorrect comment.
2972
2973 2005-11-10 Alan Mackenzie <acm@muc.de>
2974
2975 * help-fns.el (describe-variable): Make C-h v work when a variable
2976 has variable documentation yet is unbound.
2977
2978 2005-11-10 Masatake YAMATO <jet@gyve.org>
2979
2980 * man.el (Man-highlight-references): Set an empty
2981 string to `Man-arguments' if it is nil.
2982 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
2983
2984 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2985
2986 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
2987 commenting conventions.
2988
2989 * cus-dep.el (custom-make-dependencies): Simplify.
2990 Better follow the commenting conventions.
2991
2992 2005-11-09 Richard M. Stallman <rms@gnu.org>
2993
2994 * apropos.el (apropos-pattern): Rename from apropos-regexp.
2995 (apropos-orig-pattern): Rename from apropos-orig-regexp.
2996 All uses changed.
2997 (apropos-rewrite-regexp): Doc fix.
2998 (apropos-variable, apropos-command, apropos, apropos-value):
2999 Change prompt; carry through the argument renaming.
3000
3001 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
3002
3003 * find-lisp.el: Require dired.
3004 (find-lisp-find-dired-internal): Do not call
3005 `abbreviate-file-name' on DIR.
3006
3007 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
3008
3009 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
3010
3011 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
3012
3013 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
3014 when using the speedbar.
3015 (gdb): New command gud-pp.
3016 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
3017
3018 2005-11-09 Juri Linkov <juri@jurta.org>
3019
3020 * replace.el (occur-excluded-properties): New defcustom.
3021 (occur-1, occur-engine, occur-accumulate-lines): Use it.
3022
3023 2005-11-08 Jay Belanger <belanger@truman.edu>
3024
3025 * calc/calc-units.el (math-convert-units): Replace any composite
3026 unit by its definition.
3027
3028 2005-11-08 Lars Hansen <larsh@soem.dk>
3029
3030 * emacs-lisp/autoload.el (update-directory-autoloads):
3031 Add obsolete function alias.
3032
3033 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3034
3035 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3036 comment-indent-function.
3037 (lisp-comment-indent): Replace by an alias for comment-indent-default.
3038
3039 * reveal.el (reveal-post-command): Rework the handling of
3040 reveal-open-spots, so as to be more reliable. There were several
3041 tricky corner cases where an open spot might be lost, or where
3042 a closed spot might end up on the list of open spots.
3043 Only reveal text that's ellipsised.
3044
3045 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
3046
3047 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
3048
3049 2005-11-07 John Paul Wallington <jpw@gnu.org>
3050
3051 * ibuffer.el (ibuffer): Search iconified frames too when
3052 getting Ibuffer buffer's window.
3053
3054 2005-11-06 Richard M. Stallman <rms@gnu.org>
3055
3056 * progmodes/compile.el (compilation-internal-error-properties):
3057 save-excursion around the computation of MARKER.
3058
3059 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
3060
3061 * textmodes/flyspell.el (flyspell-external-point-words):
3062 flyspell-get-word returns a list, not just a string.
3063
3064 2005-11-06 John Paul Wallington <jpw@pobox.com>
3065
3066 * ibuffer.el (ibuffer): Search all visible frames when getting
3067 Ibuffer buffer's window.
3068
3069 2005-11-07 Masatake YAMATO <jet@gyve.org>
3070
3071 * man.el (Man-reference-regexp): Accept spaces between
3072 `Man-name-regexp' and `Man-section-regexp'.
3073 (Man-apropos-regexp): New variable.
3074 (Man-abstract-xref-man-page): Use value for `Man-target-string'
3075 if available.
3076 (Man-highlight-references, Man-highlight-references0):
3077 Handle the case when `Man-arguments' includes "-k".
3078 (Man-highlight-references0): Rename the argument `TARGET-POS' to
3079 `TARGET'. `TARGET' can be a number, function or nil.
3080
3081 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
3082
3083 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
3084 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
3085 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
3086 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
3087 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
3088 (gdb-send-item): Use buffer-local-value and simplify.
3089
3090 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
3091
3092 * startup.el (command-line): Use `custom-reevaluate-setting' for
3093 `global-font-lock-mode'.
3094
3095 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
3096 by default, except in batch mode or when the -D option is given.
3097
3098 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
3099 specified keyword args on to `define-minor-mode'. Update docstring.
3100
3101 2005-11-05 Romain Francoise <romain@orebokech.com>
3102
3103 * replace.el (occur-engine): Add marker at end of line, too.
3104
3105 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
3106
3107 * font-lock.el: Don't deal with font-lock-face-attributes here,
3108 move the code ...
3109
3110 * startup.el (command-line): ... here. Use face-spec-set instead
3111 of custom-declare-face.
3112
3113 * faces.el (face-spec-set): Reset the face if spec is not nil.
3114
3115 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3116
3117 * newcomment.el (comment-region-internal): Box more tightly in the
3118 common case where there's no TAB in the boxed text.
3119
3120 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3121
3122 * info.el (info-tool-bar-map): Use images prev-node, next-node and
3123 up-node.
3124
3125 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
3126
3127 * newsticker.el: Commentary updated. Code formatting changed.
3128 (newsticker-version): Change to "1.9".
3129 (newsticker, newsticker-feed): Doc fix.
3130 (newsticker-url-list): Doc fix. Add option "Weekly".
3131 (newsticker-retrieval-interval): Add option "Weekly".
3132 (newsticker-headline-processing): Doc fix.
3133 (newsticker-auto-mark-filter): Remove.
3134 (newsticker-auto-mark-filter-list): New.
3135 (newsticker-layout, newsticker-sort-method): Doc fix.
3136 (newsticker-hide-old-items-in-newsticker-buffer)
3137 (newsticker-heading-format, newsticker-item-format)
3138 (newsticker-desc-format): Doc fix.
3139 (newsticker-show-all-rss-elements): Remove.
3140 (newsticker-show-all-news-elements): New.
3141 (newsticker-faces, newsticker-ticker): Doc fix.
3142 (remove-from-invisibility-spec): Code formatting.
3143 (newsticker--process-ids): New.
3144 (newsticker-mode): Doc fix.
3145 (newsticker-mode): Change mode-line-format.
3146 (newsticker-start): Remove debug output.
3147 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
3148 (newsticker-w3m-show-inline-images): Code formatting.
3149 (newsticker-next-item): Call `force-mode-line-update'.
3150 (newsticker-previous-item): Call `force-mode-line-update'.
3151 (newsticker-next-feed): Call `force-mode-line-update'.
3152 (newsticker-previous-feed): Call `force-mode-line-update'.
3153 (newsticker-mark-all-items-at-point-as-read): Code formatting.
3154 (newsticker-show-old-items): Do not show descs.
3155 (newsticker-hide-entry): Hide too much.
3156 (newsticker-hide-entry, newsticker-show-entry)
3157 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
3158 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
3159 (newsticker-toggle-auto-narrow-to-item): Code formatting.
3160 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
3161 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
3162 (newsticker-get-news): Call `force-mode-line-update'.
3163 Collect process ids.
3164 (newsticker--sentinel): Change coding system handling.
3165 Move image retrieval to new functions newsticker--get-logo-url-*.
3166 Move feed parsing to new functions newsticker--parse-*.
3167 Update list of process ids.
3168 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
3169 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
3170 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
3171 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
3172 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
3173 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
3174 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
3175 (newsticker--decode-coding-string): Remove.
3176 (newsticker--decode-numeric-entities): Check input. Format code.
3177 (newsticker--remove-whitespace): Check input.
3178 (newsticker--do-forget-preformatted): Doc fix.
3179 (newsticker--decode-rfc822-date): Allow for missing time.
3180 (newsticker--update-process-ids): New.
3181 (newsticker--image-sentinel): Change comment.
3182 (newsticker--image-read): Change error message.
3183 (newsticker--imenu-goto): Doc fix. Show headline title.
3184 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
3185 (newsticker--buffer-do-insert-text): Clean whitespace in
3186 html-rendered headline title. Code formatting.
3187 Call `newsticker--buffer-print-extra-elements'.
3188 (newsticker--buffer-print-extra-element): Remove.
3189 (newsticker--buffer-print-extra-elements): New.
3190 (newsticker--buffer-do-print-extra-element): New.
3191 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
3192 large sizes.
3193 (newsticker--run-auto-mark-filter)
3194 (newsticker--do-run-auto-mark-filter):
3195 Use `newsticker-auto-mark-filter-list'.
3196
3197 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
3198
3199 * net/rcirc.el: Use split-string OMIT-NULLS argument.
3200 (rcirc-print): Force redisplay before running hooks. Do long
3201 buffer truncation after making new text read-only. Deal with nil
3202 text when decoding strings. If TARGET is nil, use either the
3203 currently selected buffer, if it is an rcirc buffer and of the
3204 same process or the process buffer.
3205 (rcirc-mode): Remove header-line. Recompute short buffer names.
3206 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
3207 (rcirc-short-buffer-name): Add variable.
3208 (rcirc-kill-buffer-hook): Recompute short buffer names.
3209 Remove nick from private channel.
3210 (rcirc-send-input): Send command text to current-buffer.
3211 Don't clear overlay arrow here.
3212 (rcirc-short-buffer-name): Return a short buffer name.
3213 (rcirc-update-short-buffer-names, rcirc-abbreviate)
3214 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
3215 buffer-name abbreviations.
3216 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
3217 Do not touch nick-table when killing a parted channel.
3218 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
3219 Clear arrow from current buffer if it is now hidden.
3220 (rcirc-current-buffer): Add variable.
3221 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3222 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
3223 Remove -face from names.
3224 (rcirc-update-activity-string): Print "DND" when globally ignoring
3225 activity.
3226 (rcirc-ignore-buffer-activity-flag): Rename from
3227 rcirc-ignore-channel-activity.
3228 (rcirc-ignore-all-activity-flag): Doc fix.
3229 (rcirc-channels): Remove variable.
3230 (rcirc-kill-buffer-hook):
3231 (rcirc-get-buffer-create): Add nick to private channel.
3232 (rcirc-multiline-edit-submit): Remove tabs.
3233 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
3234 folded.
3235 (rcirc-remove-nick-channel): Bug fix.
3236 (rcirc-toggle-ignore-buffer-activity): Rename from
3237 rcirc-toggle-ignore-channel-activity.
3238 (rcirc-record-activity): Add buffers to the front of the list.
3239 (rcirc-update-activity): Remove killed buffers from list.
3240 (rcirc-process-server-response-1): Remove last argument if it is
3241 null before calling handler.
3242 (rcirc): Add "rcirc" defcustom prefix.
3243 (rcirc-prompt): Simplify default prompt.
3244 Use custom-initialize-default.
3245 (rcirc-private-chats): Remove variable.
3246 (rcirc-prompt): Change initialization.
3247 (rcirc-version): Remove function.
3248 (rcirc-id-string): Add constant.
3249 (rcirc-last-buffer): Remove variable.
3250 (rcirc-buffer-alist): Add variable.
3251 (rcirc-connect): Update variable setup.
3252 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
3253 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
3254 default.
3255 (rcirc-handler-generic): Trigger activity.
3256 (rcirc-send-message): Create the buffor of the target.
3257 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
3258 (rcirc-get-buffer): Just return nil if there is no matching buffer.
3259 (rcirc-multiline-edit-cancel): Remove function.
3260 (rcirc-set-last-buffer): Remove function.
3261 (rcirc-get-any-buffer): Add function.
3262 (rcirc-join-channels): Don't print /join text.
3263 (rcirc-toggle-ignore-channel-activity): Add and update echo area
3264 messages.
3265 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
3266 (rcirc-handler-NOTICE): Recognize CTCP responses.
3267 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
3268 constructing TOPIC string for buffers we are not JOINed.
3269 (rcirc-handler-CTCP-response): Add handler.
3270 (rcirc-multiline-edit-submit): Restore the window-configuration
3271 before adjusting point.
3272 (rcirc): Add customization group.
3273 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
3274 (rcirc-user-full-name, rcirc-startup-channels-alist)
3275 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
3276 (rcirc-ignore-all-activity-flag, rcirc-time-format)
3277 (rcirc-input-ring-size, rcirc-read-only-flag)
3278 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
3279 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
3280 Change defvar to defcustom.
3281 (rcirc-update-prompt): Add optional ALL arg, which will update
3282 prompts in all rcirc buffers. Regexp quote replacement text.
3283 (rcirc-fill-column): Accept 'frame-width as a value.
3284 (rcirc-set-changed): Add function.
3285 (rcirc-next-active-buffer): Write more meaningful messages.
3286 (rcirc-faces): Add customization group.
3287 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
3288 (rcirc-nick-in-message-face, rcirc-prompt-face)
3289 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
3290 (with-rcirc-process-buffer): Move before first usage.
3291 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
3292 (rcirc-debug-flag): Rename from `rcirc-log-p'.
3293 (rcirc-debug): Rename from `rcirc-log'.
3294 (rcirc-format-response-string): Do not print '-' chars for a
3295 NOTICE with no sender. Simplify output of server responses.
3296
3297 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
3298
3299 (rcirc-browse-url-map, rcirc-browse-url-at-point)
3300 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
3301 mouse and RET clickable.
3302
3303 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
3304
3305 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
3306
3307 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
3308
3309 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3310 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3311 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3312 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3313 argument to all these routines, so the passphrase can be managed
3314 externally and passed in to the system.
3315 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3316 pgg-add-passphrase-to-cache function.
3317
3318 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3319 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3320 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3321 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3322 argument to all these routines, so the passphrase can be managed
3323 externally and passed in to the system.
3324 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3325 function.
3326
3327 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
3328
3329 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
3330 from goto-address-url-regexp.
3331
3332 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
3333
3334 * textmodes/org.el (org-read-date, org-goto-calendar)
3335 (org-recenter-calendar, org-agenda-goto-calendar):
3336 Temporarily clear 'calendar-move-hook'.
3337
3338 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
3339
3340 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
3341 merging.
3342
3343 * ediff-util.el (ediff-previous-difference): Don't skip regions that
3344 have merge clashes.
3345
3346 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3347
3348 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3349 Undo previous change.
3350
3351 * startup.el (command-line): Use `custom-reevaluate-setting' for
3352 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
3353 tty-register-default-colors on Mac.
3354
3355 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
3356
3357 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
3358 (gdb-buffer-type): Make it automatically buffer local...
3359 (gdb-get-create-buffer): ...and set it accordingly.
3360 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
3361 actually work.
3362
3363 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
3364
3365 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
3366 not red.
3367
3368 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
3369
3370 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
3371 case GUD buffer is not visible.
3372 (gdb-goto-breakpoint): Try to force display in source buffer.
3373 (gdb-frame-gdb-buffer): Copy other similar functions.
3374 (gdb-restore-windows): Don't display source if not asked for.
3375 (gdb-assembler-buffer-name): Don't capitalise.
3376
3377 2005-11-03 Richard M. Stallman <rms@gnu.org>
3378
3379 * wid-edit.el (key-sequence): New widget type.
3380
3381 * simple.el (set-mark-command-repeat-pop): New variable.
3382 (set-mark-command): Only interpret plan C-@ after a pop as a pop
3383 if set-mark-command-repeat-pop is true.
3384
3385 * info.el (Info-fontify-node): Don't display extra "see" if there
3386 already is one here.
3387
3388 * mouse.el: Fix special handling of DEL after dragging a region:
3389 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
3390 (mouse-region-delete-keys): Add [backspace].
3391
3392 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
3393
3394 * textmodes/ispell.el (ispell-command-loop): Change `i' description
3395 not to assume it pertains to an affix.
3396
3397 * textmodes/flyspell.el (flyspell-post-command-hook):
3398 Bind deactivate-mark to prevent deactivation.
3399
3400 2005-11-03 Lars Hansen <larsh@soem.dk>
3401
3402 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
3403 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
3404 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
3405
3406 2005-11-03 Romain Francoise <romain@orebokech.com>
3407
3408 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
3409 Update copyright years.
3410
3411 2005-11-03 Sam Steingold <sds@gnu.org>
3412
3413 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3414 Use system-type instead of window-system because window-system is not
3415 correctly defined during loadup.
3416
3417 2005-11-02 Mark A. Hershberger <mah@everybody.org>
3418
3419 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
3420 (xml-parse-tag): Join strings separated by a comment properly.
3421
3422 2005-11-02 Andreas Schwab <schwab@suse.de>
3423
3424 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
3425
3426 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3427
3428 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
3429 (byte-optimize-pure-func): Quote the eval'd value.
3430
3431 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3432 Rename from perl-font-lock-syntactic-face-function.
3433 Change the calling convention so it can be used as a font-lock MATCHER.
3434 Do the parse-partial-sexp loop outselves.
3435 (perl-font-lock-syntactic-keywords): Use it.
3436 (perl-mode): Don't set font-lock-syntactic-face-function any more.
3437
3438 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
3439
3440 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
3441 disassembly buffer too.
3442 (gdb-exited): Remove overlay arrows when execution has finished.
3443 (gdb-info-frames-custom, gdb-info-threads-custom)
3444 (gdb-info-registers-custom): Don't add inappropriate text
3445 properties if inferior is not active.
3446
3447 2005-11-02 Glenn Morris <rgm@gnu.org>
3448
3449 * progmodes/fortran.el (fortran-blink-match):
3450 Use `blink-matching-delay'.
3451
3452 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
3453
3454 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
3455
3456 2005-11-02 Lars Hansen <larsh@soem.dk>
3457
3458 * net/tramp.el (tramp-action-out-of-band): Handle scp message
3459 "Permission denied".
3460
3461 2005-11-01 Richard M. Stallman <rms@gnu.org>
3462
3463 * textmodes/flyspell.el (flyspell-external-point-words):
3464 Pass nil to flyspell-get-word.
3465
3466 2005-11-02 Kim F. Storm <storm@cua.dk>
3467
3468 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
3469 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
3470
3471 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
3472
3473 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
3474 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3475 (calendar-mouse-print-dates): Add optional `event' argument.
3476 Update interactive-spec.
3477 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
3478 Use `calendar-event-to-date' instead of `event'.
3479
3480 2005-11-02 Masatake YAMATO <jet@gyve.org>
3481
3482 * progmodes/ld-script.el (ld-script-builtins):
3483 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
3484 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
3485 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
3486
3487 2005-11-01 Romain Francoise <romain@orebokech.com>
3488
3489 * vc-sccs.el: Update copyright year.
3490 * ezimage.el: Likewise.
3491
3492 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
3493
3494 * info.el (Info-fontify-node): Use `string-width' for fontifying
3495 underlined titles.
3496
3497 2005-11-01 Juri Linkov <juri@jurta.org>
3498
3499 * info.el (Info-fontify-node): Downcase node header keywords Node,
3500 Prev, Next, Up before comparison.
3501 (Info-history): Insert absolute directory name, and put invisible
3502 property on it.
3503
3504 2005-11-01 Juri Linkov <juri@jurta.org>
3505
3506 * info.el (Info-file-supports-index-cookies): New variable.
3507 (Info-find-node-2): Check makeinfo version for index cookie support.
3508 (Info-index-nodes): Search for nodes with index cookies only when
3509 Info-file-supports-index-cookies is t. Otherwise, search nodes
3510 with "Index" in the node name.
3511 (Info-index-node): Search index cookie in the current node only when
3512 Info-file-supports-index-cookies is t. Otherwise, check the word
3513 "Index" in the node name.
3514 (Info-find-emacs-command-nodes): Remove code that searches nodes
3515 with "Index" node name in the top menu.
3516
3517 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
3518
3519 * progmodes/scheme.el (scheme-mode-variables): Use the default
3520 comment-indent-function.
3521
3522 * faces.el (face-attribute): Handle the case where a face inherits from
3523 a non-existent face.
3524
3525 * simple.el (eval-expression-print-format): Use lisp-readable syntax
3526 for octal and hexa output, and merge the char into the paren.
3527 (kill-new): Use push.
3528 (copy-to-buffer): Use with-current-buffer.
3529 (completion-setup-function): Move code in loop to remove redundancy.
3530 (minibuffer-local-must-match-map): Don't add bindings that duplicate
3531 those inherited from minibuffer-local-completion-map.
3532
3533 * savehist.el (savehist-mode) <defcustom>:
3534 Use custom-set-minor-mode if available.
3535 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
3536 and emit a message if applicable.
3537
3538 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
3539
3540 * savehist.el: Sync up to version 19.
3541 (savehist-mode): New minor mode.
3542 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
3543 (savehist-length): Remove (use history-length instead).
3544 (savehist-file-modes): Rename from savehist-modes.
3545 (savehist-save-hook, savehist-loaded): New vars.
3546 (savehist-load): Use savehist-mode. Try to smooth up transition from
3547 old format to new format.
3548 (savehist-install): Allow savehist-autosave-interval to be nil.
3549 (savehist-save): Run the new hook. Be more careful to only trim the
3550 history variables.
3551 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
3552 (savehist-printable): Print into a buffer rather than char-by-char.
3553
3554 2005-11-01 John Wiegley <johnw@newartisans.com>
3555
3556 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
3557 toggle-ignore keybinding (C-a). The author said it had been
3558 disabled much earlier due to a possible incompatibility, but after
3559 many months of usage I have encountered no problems (and it is a
3560 rather useful option, especially for switching to " *temp*").
3561
3562 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
3563 support for OS/X's AddressBook, by calling out to the open source
3564 program "contacts" (installable through Fink).
3565
3566 * net/eudc.el (eudc-expand-inline): If the
3567 `eudc-multiple-match-handling-method' is set to `all', delete the
3568 query string before inserting the query result.
3569
3570 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
3571 flag, to prevent Eshell from using the system ls when
3572 `eshell-ls-insert-directory' is in used.
3573 (eshell-ls-insert-directory): Disable font-lock in directory
3574 buffer so that Eshell's own fontification is seen. This broke
3575 recently due to changes in font-lock, so this goes back to version
3576 21 behavior.
3577
3578 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
3579
3580 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
3581 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
3582 (gdb-many-windows): Doc fix.
3583
3584 2005-10-31 Romain Francoise <romain@orebokech.com>
3585
3586 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
3587
3588 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
3589
3590 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
3591 that global-font-lock-mode can be enabled by default.
3592
3593 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
3594 (font-lock-add-keywords, font-lock-remove-keywords)
3595 (font-lock-fontify-buffer): Remove autoload cookies.
3596
3597 * jit-lock.el (jit-lock-register): Likewise.
3598
3599 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
3600
3601 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
3602
3603 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
3604 intact if there is no gud-comint-buffer.
3605
3606 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
3607
3608 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
3609 old prompt comint-prompt-read-only is t and GDB commands are
3610 issued from tool bar etc.
3611
3612 2005-10-31 Masatake YAMATO <jet@gyve.org>
3613
3614 * vc.el (vc-directory-exclusion-list): Add "{arch}".
3615
3616 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
3617
3618 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
3619 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
3620
3621 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
3622
3623 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
3624 starting at beginning of line. Fontification is messed up when
3625 `open-paren-in-column-0-is-defun-start' set to t.
3626 Reported by John Paul Wallington <jpw@pobox.com>.
3627
3628 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
3629
3630 * comint.el (comint-send-input): Call `comint-update-fence' when
3631 `comint-process-echoes' and `comint-prompt-read-only' are both
3632 non-nil, to avoid leftover read-only newline.
3633
3634 2005-10-30 Richard M. Stallman <rms@gnu.org>
3635
3636 * textmodes/flyspell.el (flyspell-external-point-words):
3637 Detect when WORD can't be checked properly because
3638 flyspell-get-word finds just part of it, and move on.
3639
3640 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
3641 boundarychar for Polish.
3642 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
3643 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
3644
3645 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
3646
3647 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
3648 (gdb-registers-font-lock-keywords): Delete.
3649 (gdb-registers-mode): Don't fontify.
3650 (gdb-info-registers-custom): Use text properties instead as, in
3651 future, changed register values will use font-lock-warning-face.
3652 (gdb-local-font-lock-keywords): Rename to...
3653 (gdb-locals-font-lock-keywords): ...for consistency.
3654
3655 2005-10-30 Andre Spiegel <spiegel@gnu.org>
3656
3657 * vc.el (vc-switch-backend): Better error message if the buffer is
3658 not visiting a file under version control.
3659
3660 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
3661
3662 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
3663
3664 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
3665 ~/.emacs.d/.emacs.
3666
3667 2005-10-29 Richard M. Stallman <rms@gnu.org>
3668
3669 * replace.el (occur-mode-mouse-goto): Always go to other window.
3670 (occur-mode-goto-occurrence): Always switch in same window.
3671
3672 * simple.el (undo): Display message at end, not at start.
3673
3674 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
3675 New arg REUSE-CELL.
3676 (cancel-timer-internal): New function.
3677 (timer-event-handler): Use cancel-timer-internal,
3678 and pass the cell it returns to timer-activate...
3679
3680 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
3681 (jit-lock-deferred-fontify, jit-lock-context-fontify)
3682 (jit-lock-after-change): Test memory-full.
3683
3684 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
3685
3686 * textmodes/conf-mode.el (conf-assignment-sign)
3687 (conf-assignment-regexp): Fix docstrings.
3688 (conf-mode-initialize): New function.
3689 (conf-mode): Remove optional args. Use delay-mode-hooks to
3690 recognize recursive calls.
3691 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
3692 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
3693 (conf-xdefaults-mode): Use define-derived-mode and
3694 conf-mode-initialize.
3695
3696 2005-10-29 Romain Francoise <romain@orebokech.com>
3697
3698 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
3699
3700 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
3701
3702 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3703 part of the decoded armor to find the key-identifier.
3704 (pgg-gpg-lookup-key-owner): New function to return the
3705 human-readable identifier of a key owner.
3706 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
3707 key itself.
3708 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3709 the key value) if we have a key and can match it against a secret
3710 key. Also, added a note pointing out fact that the prompt only
3711 indicates the first matching key.
3712
3713 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3714 pgg-decrypt-region.
3715 (pgg-pending-timers): A new hash for tracking the passphrase cache
3716 timers, so that new ones supercede old ones.
3717 (pgg-add-passphrase-to-cache): Rename from
3718 `pgg-add-passphrase-cache' to reduce confusion (all callers
3719 changed). Modified to cancel old timers when new ones are added.
3720 (pgg-remove-passphrase-from-cache): Rename from
3721 `pgg-remove-passphrase-cache' to reduce confusion (all callers
3722 changed). Modified to cancel old timers when their keys are
3723 removed from the cache.
3724 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
3725 XEmacs, an indirection to delete-itimer.
3726 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
3727 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
3728 users can only check cache without risk of prompting. Correct bug in
3729 notruncate behavior.
3730 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
3731 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
3732 Add informative docstrings.
3733 (pgg-decrypt): Convey provided passphrase in subordinate call to
3734 pgg-decrypt-region.
3735
3736 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
3737
3738 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3739 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3740 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3741 'passphrase' argument, so the passphrase can be managed externally
3742 and then passed in to the system.
3743
3744 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3745 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3746 so the passphrase cache can be used reliably with identifiers
3747 besides a pgp packet's key id.
3748
3749 * pgg-gpg.el (pgg-pgp-encrypt-region)
3750 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3751 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3752 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3753 argument to all these routines, so the passphrase can be managed
3754 externally and passed in to the system.
3755
3756 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3757 'notruncate' argument, so the passphrase cache can be used
3758 reliably with identifiers besides a pgp packet's key id.
3759
3760 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
3761
3762 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3763 symmetric encryption.
3764 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3765 encrypted session key.
3766 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3767 message ask for the passphrase in a proper way.
3768
3769 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3770 New user commands for symmetric encryption.
3771
3772 2005-10-28 Bill Wohler <wohler@newt.com>
3773
3774 * help-mode.el (help-url): New button type. Calls browse-url.
3775 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
3776 Similar to Info nodes: URL `url'.
3777 (help-make-xrefs): Create help-url buttons for
3778 help-xref-url-regexp matches.
3779
3780 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
3781
3782 * tool-bar.el (tool-bar-add-item-from-menu)
3783 (tool-bar-local-item-from-menu): Fix doc strings.
3784
3785 2005-10-28 Romain Francoise <romain@orebokech.com>
3786
3787 * ldefs-boot.el: Update.
3788
3789 * subr.el (locate-library): Move from help-fns.el.
3790 * help-fns.el (locate-library): Move to subr.el.
3791
3792 2005-10-28 Richard M. Stallman <rms@gnu.org>
3793
3794 * net/tramp.el (tramp-completion-mode): defvar moved up.
3795
3796 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
3797
3798 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
3799
3800 * files.el (find-file-noselect): Use %d to format large file size.
3801
3802 * bindings.el (mode-line-format): Add %e.
3803
3804 * loadup.el ("facemenu"): Load unconditionally.
3805 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
3806 ("x-dnd"): Load, when appropriate.
3807
3808 * startup.el (command-line): Call before-init-hook earlier.
3809 Warn about some bad characters in -u user name.
3810
3811 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
3812 (flyspell-external-point-words): Error if misspelled word is not found.
3813 Set flyspell-large-region-beg at end of word.
3814
3815 2005-10-28 Andreas Schwab <schwab@suse.de>
3816
3817 * view.el (View-revert-buffer-scroll-page-forward):
3818 Use view-page-size-default.
3819
3820 2005-10-28 Juri Linkov <juri@jurta.org>
3821
3822 * international/quail.el (quail-get-current-str): Translate last
3823 raw character for deterministic input methods.
3824
3825 2005-10-27 Jay Belanger <belanger@truman.edu>
3826
3827 * calc/calc-ext.el: Add functions to autoloads.
3828 (math-identity-matrix-p, math-ident-row-p): New functions.
3829
3830 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
3831 multiplication by an identity matrix; don't turn multiplication by
3832 an inverse matrix into division.
3833 (math-div-symbol-fancy): Replace division by matrices with
3834 multiplication by inverse.
3835
3836 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
3837
3838 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
3839 (calc-writeoutpower): New functions.
3840
3841 2005-10-27 Romain Francoise <romain@orebokech.com>
3842
3843 * replace.el (occur-engine): Include colon in mouse-face highlight.
3844
3845 * dired-x.el: Change Maintainer field.
3846
3847 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
3848
3849 * longlines.el (longlines-mode): Bind after-change-functions to
3850 nil during initial decoding and final encoding.
3851
3852 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
3853
3854 * term.el (term-emulate-terminal, term-handle-colors-array)
3855 (term-handle-ansi-escape): Specify the terminfo capabilities
3856 implemented.
3857
3858 2005-10-26 Richard M. Stallman <rms@gnu.org>
3859
3860 * info.el (Info-fontify-node): Fix detection of sentence-break
3861 before *Note.
3862
3863 2005-10-26 Romain Francoise <romain@orebokech.com>
3864
3865 * smerge-mode.el: Add `tools' to file keywords.
3866
3867 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
3868
3869 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
3870 when the fringe is not available.
3871
3872 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
3873 (def-gdb-auto-update-trigger): Simplify construction.
3874 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
3875 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
3876 defined explicitly.
3877 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
3878 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
3879 defined explicitly.
3880 (gdb-info-locals-custom): Remove as it's a no-op.
3881
3882 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
3883
3884 * longlines.el (longlines-mode): Remove narrowing before
3885 performing the initial decoding or final encoding.
3886
3887 2005-10-25 Romain Francoise <romain@orebokech.com>
3888
3889 * emacs-lisp/find-func.el (find-library-name): Also strip
3890 extension if library name ends in .el, to take advantage of
3891 `find-library-suffixes'.
3892
3893 2005-10-25 Richard M. Stallman <rms@gnu.org>
3894
3895 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
3896
3897 2005-10-25 Juri Linkov <juri@jurta.org>
3898
3899 * textmodes/texinfo.el (texinfo-mode): Change charset of one
3900 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
3901
3902 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3903
3904 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
3905 (blackbox-redefine-key): Add argument `map'.
3906
3907 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
3908 regions when moving the jit-lock-context-unfontify-pos boundary.
3909
3910 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
3911
3912 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
3913
3914 2005-10-25 Masatake YAMATO <jet@gyve.org>
3915
3916 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
3917
3918 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
3919
3920 * play/blackbox.el (blackbox-redefine-key): New function.
3921 (blackbox-mode-map): Use it to remap existing bindings for cursor
3922 motion instead of binding literal keys.
3923
3924 2005-10-25 Glenn Morris <rgm@gnu.org>
3925
3926 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
3927 diary does not end in a newline. Do not assume a blank line at
3928 the start of the diary file.
3929
3930 2005-10-25 Kenichi Handa <handa@m17n.org>
3931
3932 * international/quail.el (quail-translate-key): If the input
3933 method is deterministic and failed to handle the last key, restart
3934 the key handling loop from an appropriate key.
3935
3936 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
3937
3938 * vc.el (vc-dired-mode): Extend comment for binding of
3939 `directory-listing-before-filename-regexp'.
3940
3941 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3942
3943 * textmodes/texinfo.el (texinfo-mode):
3944 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
3945 not to unnecessarily expose emacs-mule's internal char codes.
3946
3947 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
3948
3949 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
3950 Display hand pointer and help-echo on disabled icon too.
3951 (gdb-mouse-until): New function.
3952 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
3953
3954 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
3955
3956 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
3957 with 2005-10-23 change to doctor.el.
3958
3959 * finder.el (finder-mode-map): Add follow-link binding.
3960
3961 2005-10-25 Kim F. Storm <storm@cua.dk>
3962
3963 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
3964 to gdb-mouse-toggle-breakpoint-fringe.
3965 (gdb-mouse-toggle-breakpoint-margin): Rename from
3966 gdb-mouse-toggle-breakpoint. Fix doc.
3967 (gdb-mouse-toggle-breakpoint-fringe): New defun.
3968 (gdb-put-string): Add optional SPROPS arg. Add props to string.
3969 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
3970 string properties also for fringe breakpoint bitmaps.
3971
3972 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
3973
3974 * textmodes/org.el (org-start-icalendar-file): Fix format form.
3975
3976 2005-10-25 Masatake YAMATO <jet@gyve.org>
3977
3978 * simple.el (completion-common-substring):
3979 Use `completion-common-substring' prior to `completion-base-size'.
3980
3981 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
3982
3983 * savehist.el: Require CL while compiling.
3984 (savehist-history-variables): Remove.
3985 (savehist-save-minibuffer-history, savehist-additional-variables)
3986 (savehist-minibuffer-history-variables): New vars.
3987 (savehist-save): Use them.
3988 (savehist-uninstall, savehist-minibuffer-hook): New funs.
3989 (savehist-install): New fun, extracted from savehist-load.
3990 (savehist-load): Use them.
3991
3992 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3993
3994 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
3995 a dummy doc-string-elt property.
3996 (defalias, defvaralias, define-category): Add a docstring property.
3997
3998 * image.el (defimage):
3999 * widget.el (define-widget):
4000 * custom.el (defface, defcustom): Add `doc-string' declaration.
4001
4002 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
4003 (defadvice): Add `doc-string' declaration.
4004
4005 * emacs-lisp/byte-run.el (macro-declaration-function):
4006 Handle `doc-string' declarations.
4007 (define-obsolete-function-alias, define-obsolete-variable-alias):
4008 Add `doc-string' declaration.
4009
4010 2005-10-24 Kenichi Handa <handa@m17n.org>
4011
4012 * international/utf-7.el (utf-7): Add autoload cookie.
4013
4014 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
4015
4016 2005-10-24 Eli Zaretskii <eliz@gnu.org>
4017
4018 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
4019 list of directories passed to batch-update-autoloads. Add "." to
4020 the list of the echoed directories.
4021
4022 * pgg-def.el:
4023 * pgg-gpg.el:
4024 * pgg-parse.el:
4025 * pgg-pgp.el:
4026 * pgg-pgp5.el:
4027 * pgg.el: Moved here from the gnus subdirectory.
4028
4029 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
4030
4031 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
4032 in case comint-prompt-read-only is set to t.
4033
4034 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
4035 in case comint-prompt-read-only is set to t.
4036
4037 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
4038
4039 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
4040 Now a string.
4041 (icalendar-import-format): Handle CLASS, STATUS, URL.
4042 Rename `subject' to `summary'.
4043 (icalendar-import-format-summary): Rename from
4044 `icalendar-import-format-subject'.
4045 (icalendar-import-format-url, icalendar-import-format-status)
4046 (icalendar-import-format-class): New variables.
4047 (icalendar--rris): Take variable argument list.
4048 (icalendar--datestring-to-isodate): Remove unnecessary
4049 calendar-style check when converting dates with explicit month names.
4050 (icalendar-export-region): Change return type of conversion
4051 subroutines. Bury current buffer unless error occurred.
4052 (icalendar--convert-to-ical)
4053 (icalendar--parse-summary-and-rest): New functions.
4054 (icalendar--convert-ordinary-to-ical)
4055 (icalendar--convert-weekly-to-ical)
4056 (icalendar--convert-yearly-to-ical)
4057 (icalendar--convert-block-to-ical)
4058 (icalendar--convert-cyclic-to-ical)
4059 (icalendar--convert-anniversary-to-ical): Change return type.
4060 Strip trailing blanks from subject.
4061 (icalendar--convert-sexp-to-ical): Change return type.
4062 Strip trailing blanks from subject. Handle simple sexp
4063 entries as generated by icalendar.el.
4064 (icalendar--convert-float-to-ical)
4065 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
4066 (icalendar-import-file): Doc fix.
4067 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
4068 Correct call to icalendar--rris.
4069 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
4070 `summary'.
4071 (icalendar--add-diary-entry): Rename `subject' to `summary'.
4072
4073 2005-10-24 Romain Francoise <romain@orebokech.com>
4074
4075 * server.el (server-sentinel): Set query-on-exit flag to nil on
4076 new client processes (it isn't inherited from the server process).
4077
4078 * replace.el (occur-engine): Rearrange text properties.
4079
4080 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4081
4082 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
4083 case-fold-search is nil.
4084 (debug-help-follow): Use help-xref-interned directly.
4085
4086 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
4087
4088 * thumbs.el (thumbs-image-type): Add .pbm.
4089
4090 2005-10-23 Richard M. Stallman <rms@gnu.org>
4091
4092 * faces.el (inhibit-face-set-after-frame-default): New variable.
4093 (set-face-attribute): Bind it.
4094 (face-set-after-frame-default): Test it.
4095
4096 * help-fns.el (describe-simplify-lib-file-name): New function.
4097 (describe-function-1, describe-variable): Use it.
4098
4099 * faces.el (describe-face): Use describe-simplify-lib-file-name.
4100
4101 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
4102 Eliminate nil as possible value.
4103 (tooltip-hide-delay): Reduce internal-border-width.
4104
4105 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
4106 (menu-bar-file-menu) <new-file>: Likewise.
4107
4108 * simple.el (line-move-finish): Ignore fields computing LINE-END.
4109
4110 * international/mule.el (load-with-code-conversion):
4111 Pass full file name to `eval-buffer' unless preloading.
4112
4113 * textmodes/flyspell.el (flyspell-large-region):
4114 Call ispell-check-version.
4115
4116 * textmodes/ispell.el (ispell-local-dictionary-overridden):
4117 Fix the make-variable-buffer-local call that was supposed
4118 to be for this variable.
4119 (ispell-aspell-supports-utf8): Doc fix.
4120 (ispell-find-aspell-dictionaries): Preserve elements of
4121 ispell-dictionary-alist for dictionaries that aspell doesn't report.
4122 (ispell-aspell-find-dictionary): Return nil on error.
4123
4124 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
4125 (doctor-symptoms): Likewise.
4126
4127 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
4128
4129 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
4130
4131 * cus-edit.el (custom-button, custom-button-pressed): New vars.
4132 (custom-raised-buttons): Add :set spec.
4133 (custom-button-unraised, custom-button-pressed-unraised):
4134 New faces, so that custom-raised-buttons actually does something.
4135 (custom-mode): Use custom-button and custom-button-pressed.
4136
4137 * wid-edit.el (widget-specify-button): Don't ignore
4138 widget-mouse-face on graphic terminals.
4139 (widget-move-and-invoke): Cleanup.
4140
4141 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
4142
4143 * whitespace.el (whitespace-cleanup): Doc fix.
4144
4145 2005-10-23 Romain Francoise <romain@orebokech.com>
4146
4147 * emulation/viper.el (viper-set-hooks): Quote forms passed to
4148 `eval-after-load' to avoid evaluating their result.
4149
4150 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
4151
4152 * files.el (directory-listing-before-filename-regexp):
4153 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
4154
4155 * dired.el (dired-move-to-filename-regexp): Remove.
4156 All occurences replaced by `directory-listing-before-filename-regexp'.
4157
4158 * dired-x.el, locate.el, vc.el:
4159 Replace `dired-move-to-filename-regexp' by
4160 `directory-listing-before-filename-regexp'. In vc.el it is
4161 overwritten locally; maybe this can be handled in files.el too.
4162
4163 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
4164 replaced by `directory-listing-before-filename-regexp'.
4165
4166 2005-10-23 Andreas Schwab <schwab@suse.de>
4167
4168 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
4169 and eval-next-after-load.
4170
4171 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
4172
4173 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
4174 exist, create it.
4175
4176 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
4177
4178 * allout.el: Remove autoloads for mailcrypt and crypt++.
4179 Require pgg, pgg-gpg during compilation.
4180 (allout-version): Increment version number to 2.1, and use a literal
4181 rather than RCS Id.
4182 (allout-default-encryption-scheme): Remove.
4183 (allout-passphrase-verifier-handling)
4184 (allout-passphrase-verifier-string)
4185 (allout-file-passphrase-verifier-string)
4186 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
4187 (allout-passphrase-hint-handling): Rename and simplify.
4188 (allout-init): Use `find-file-hook' if available, otherwise
4189 `find-file-hooks'.
4190 (allout-mode): Use `write-file-functions' if available, otherwise
4191 `local-write-file-hooks' and, instead of making auto-save-hook
4192 buffer local, make the write-file-hook activity contingent to
4193 allout-mode.
4194 (allout-mode): Use key-binding substitution in the docstring.
4195 (allout-kill-line): Spell-out kill ring data structure mutation
4196 instead of using byte-compiler-complaint-provoking `pop'.
4197 (allout-insert-listified): Use `insert' rather than `insert-string'
4198 (allout-toggle-current-subtree-encryption): Update docstring, adjust
4199 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
4200 (allout-encrypt-string): Totally revamped vis new underlying
4201 encryption facilities.
4202 (allout-mc-activate-passwd): Remove.
4203 (allout-obtain-passphrase): New, more or less replaces
4204 allout-mc-activate-passwd.
4205 (allout-encrypted-key-info): More or less replaces
4206 allout-encrypted-text-type.
4207 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
4208 (my-mark-marker): Use `(featurep 'xemacs)'.
4209
4210 2005-10-23 Lars Hansen <larsh@soem.dk>
4211
4212 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
4213 (byte-compile-file-form-defmumble, byte-compile-defun)
4214 (byte-compile-defmacro): Use it.
4215 (byte-compile-form): Don't call byte-compile-set-symbol-position
4216 when a byte-compile handler is called.
4217
4218 2005-10-22 Romain Francoise <romain@orebokech.com>
4219
4220 * savehist.el (savehist-history-variables): Add `grep-find-history'.
4221
4222 * subr.el (eval-after-load): Convert library name to an absolute
4223 file name using locate-library, since load-history no longer has
4224 library names in it.
4225
4226 2005-10-22 Richard M. Stallman <rms@gnu.org>
4227
4228 * files.el (make-temp-file): Move from subr.el.
4229 * subr.el (make-temp-file): Move to files.el.
4230
4231 * window.el (get-buffer-window-list): Move from subr.el.
4232 * subr.el (get-buffer-window-list): Move to window.el.
4233
4234 * image.el (image-load-path): Use eval-at-startup to initialize.
4235
4236 * subr.el (eval-at-startup): New macro.
4237
4238 * subr.el: Much rearrangement of functions and division
4239 into pages. No code changes.
4240
4241 2005-10-22 Kenichi Handa <handa@m17n.org>
4242
4243 * tar-mode.el (tar-extract): Be sure to call
4244 find-operation-coding-system if set-auto-coding doesn't find a
4245 coding system.
4246
4247 2005-10-22 Kim F. Storm <storm@cua.dk>
4248
4249 * image.el (image-type-header-regexps): Rename from image-type-regexps.
4250 Change users.
4251 (image-type-file-name-regexps): New defconst.
4252 (image-type-from-data): Simplify loop.
4253 (image-type-from-buffer): New defun.
4254 (image-type-from-file-header): Use it instead of image-type-from-data.
4255 Use image-search-load-path instead of only looking in data-directory.
4256 (image-type-from-file-name): New defun.
4257 (image-search-load-path): Change `pathname' to `filename'.
4258 Make PATH arg optional, default to image-load-path.
4259
4260 2005-10-21 Richard M. Stallman <rms@gnu.org>
4261
4262 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
4263
4264 * textmodes/paragraphs.el (sentence-end-base): New variable.
4265 (sentence-end): Use sentence-end-base.
4266
4267 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4268
4269 * font-lock.el (font-lock-default-fontify-region): Check the multiline
4270 property independently from the font-lock-multiline variable.
4271
4272 2005-10-21 Richard M. Stallman <rms@gnu.org>
4273
4274 * emacs-lisp/find-func.el (find-library-name): Doc fix.
4275
4276 * startup.el (command-line): Convert library names
4277 in `load-history' to absolute file names.
4278
4279 * subr.el (symbol-file): Doc fix.
4280
4281 * loadhist.el (file-loadhist-lookup): Call locate-library
4282 instead of find-library-name. Don't try converting
4283 abs file names to library names, since load-history no longer
4284 has library names in it.
4285 (file-dependents, file-provides, file-requires): Doc fixes.
4286
4287 2005-10-21 Juri Linkov <juri@jurta.org>
4288
4289 * progmodes/etags.el (tags-table-mode): New function.
4290 (tags-verify-table): Replace initialize-new-tags-table with
4291 tags-table-mode.
4292
4293 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
4294 default value.
4295 (desktop-modes-not-to-save): Add tags-table-mode to the
4296 default value.
4297
4298 * info.el (Info-index-next): Add total number of index
4299 alternatives to the message.
4300
4301 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
4302 backward only space (instead of space and period) before looking
4303 at sentence end.
4304
4305 * simple.el (set-variable): Use user-variable-p instead of symbolp.
4306 Add the old variable value as 4th default-value arg of read-string.
4307
4308 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4309
4310 * cus-face.el (custom-declare-face): Make face from X resources
4311 also on Mac.
4312
4313 * disp-table.el (standard-display-g1, standard-display-graphic):
4314 Refuse to use string glyphs also on Mac.
4315 (standard-display-european): Don't set terminal coding system also
4316 on Mac.
4317
4318 * frame.el (display-screens): Use x-display-screens also on Mac.
4319
4320 2005-10-21 Romain Francoise <romain@orebokech.com>
4321
4322 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
4323
4324 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4325
4326 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
4327 and $? into sexps.
4328
4329 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
4330 warning face on open-paren-in-column-0.
4331
4332 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
4333 boundary case. Fix typo.
4334 Suggested by Martin Rudalics <rudalics@gmx.at>.
4335
4336 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
4337
4338 * textmodes/org.el (org-combined-agenda-icalendar-file)
4339 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
4340 (org-export-icalendar-this-file)
4341 (org-export-icalendar-all-agenda-files)
4342 (org-export-icalendar-combine-agenda-files): New commands.
4343 (org-export-icalendar, org-print-icalendar-entries)
4344 (org-start-icalendar-file, org-finish-icalendar-file)
4345 (org-ical-ts-to-string): New functions.
4346 (org-read-date, org-goto-calendar)
4347 (org-agenda-goto-calendar): Inhibit displaying diary entries by
4348 call to `calendar'.
4349 (orgtbl-setup): Remove the :keys arguments from the menu description.
4350 (org-after-save-iCalendar-file-hook): New variable.
4351
4352 2005-10-21 Kenichi Handa <handa@m17n.org>
4353
4354 * language/vietnamese.el (tcvn-5712): Make it an alias of
4355 vietnamese-tcvn coding-system.
4356
4357 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
4358
4359 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
4360 group id is given.
4361
4362 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4363
4364 * progmodes/sh-script.el (sh-escaped-line-re): New var.
4365 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
4366 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
4367 whose line is either continued or ends with a comment.
4368
4369 2005-10-20 Romain Francoise <romain@orebokech.com>
4370
4371 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
4372
4373 * replace.el (occur-engine): Add follow-link property.
4374
4375 * font-core.el (font-lock-mode): Doc fix.
4376
4377 2005-10-20 Richard M. Stallman <rms@gnu.org>
4378
4379 * net/rcirc.el: New file.
4380
4381 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
4382
4383 * term.el (term-term-name): Initialize to "eterm-color".
4384
4385 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
4386
4387 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
4388 for encryption functionality.
4389 Move allout customization subgroup from `editing' to `outlines' group.
4390 Fix commentary 'keywords' to legitimate ones.
4391 Update author info (using my current email address, obscurified).
4392 (allout-encrypt-string, allout-encryption-produce-work-buffer)
4393 (allout-encrypted-topic-p, allout-encrypted-text-type)
4394 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
4395 (allout-situate-encryption-key-verifier)
4396 (allout-get-encryption-key-verifier, allout-verify-key)
4397 (allout-next-topic-pending-encryption)
4398 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
4399 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
4400 (outline-key-verifier-handling, outline-key-hint-handling)
4401 (outline-encrypt-unencrypted-on-saves): New defcustoms.
4402 (allout-file-key-verifier-string, allout-encryption-scheme)
4403 (allout-key-verifier-string, allout-key-hint-string)
4404 (allout-after-save-decrypt): New variables.
4405 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
4406 (allout-after-saves-handler): New hook functions.
4407 (allout-post-command-business): Do allout-after-save-decrypt.
4408 (allout-enable-file-variable-adjustment): Custom var to enable
4409 mechanism for adding and adjusting settings of Emacs file variables.
4410 (allout-adjust-file-variable, allout-file-vars-section-data):
4411 New functions, implement the mechanism.
4412 (outlineify-sticky): Use the file vars mechanism.
4413 (allout-inhibit-protection, allout-during-write-cue)
4414 (allout-override-protect, allout-before-change-protect): Remove.
4415 (allout-flag-region, allout-open-topic): Adjust read-only text.
4416 (allout-open-line-not-read-only): Add to facilitate read-only
4417 text based protection.
4418 (allout-kill-line): Revise to adjust read-only text, clue the
4419 user about the inhibition.
4420 (allout-unprotected): Use unwind-protect.
4421 (allout-shift-in, allout-shift-out): Disallow manually shifting a
4422 topic deeper than the offspring depth of the previous topic -
4423 avoiding confusing "containment discontinuities".
4424 (allout-reindent-bodies): Fix retention of body relative hanging
4425 indent during promotion of collapsed bodies.
4426 (allout-open-topic): Make it easy to open new topic with same
4427 bullet as current topic - topic creation functions provided with
4428 any universal argument provokes now prompt for bullet, defaulting
4429 to the bullet of the previous topic.
4430 (allout-plain-bullets-string, allout-distinctive-bullets-string):
4431 Plain bullet alternates '.' period and ',' comma only. All other
4432 bullets are relegated to special status (but customizable).
4433 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
4434 since it actually operates w.r.t. most immediately containing
4435 entry, visible or not.
4436 (allout-hide-current-entry, allout-show-current-entry): Use the
4437 revised version.
4438 (allout-old-expose-topic): Solidify deprecation.
4439 (allout-end-of-subtree): Add so we can span concealed as well
4440 as visible topics.
4441 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
4442 (allout-end-of-current-heading): Tweak to just respect the first line.
4443 (allout-get-body-text): Add.
4444 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
4445 when invoked interactively.
4446 (allout-up-current-level): Use `interactive-p'.
4447 (allout-mode, allout-init): Miscellaneous docstring and
4448 operational refinements, as well as hookups of new encryption stuff.
4449 (allout-beginning-of-current-entry): Now works as advertised.
4450 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
4451 (allout-isearch-rectification): Refine condition for isearching.
4452 (allout-isearch-abort, allout-enwrap-isearch)
4453 (allout-flag-region, my-region-active-p): Relocate some macros.
4454 (allout-title): Fallback title is '(buffer-name)', not
4455 non-existing '(current-buffer-name)'.
4456 (subst-char-in-string): Define if absent (for some XEmacs versions).
4457
4458 2005-10-20 Jari Aalto <jari.aalto@cante.net>
4459
4460 * mail/sendmail.el (mail-setup-hook, mail-aliases)
4461 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
4462 (mail-citation-prefix-regexp, mail-signature-file)
4463 (mail-default-headers, mail-bury-selects-summary)
4464 (mail-send-nonascii): Add autoload cookies.
4465
4466 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4467
4468 * frame.el (blink-cursor-mode): Add `mac' to the list of
4469 window-system's that support blinking cursor.
4470
4471 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
4472
4473 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
4474
4475 2005-10-20 Eli Zaretskii <eliz@gnu.org>
4476
4477 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
4478 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
4479 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
4480
4481 2005-10-20 Kim F. Storm <storm@cua.dk>
4482
4483 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
4484 (ido-set-current-directory): Don't add / after final @.
4485 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
4486 Explicitly handle ange-ftp completion oddities.
4487 (ido-make-file-list): Don't rotate list at tramp root to avoid
4488 triggering tramp file handler for expand-file-name via get-file-buffer.
4489
4490 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4491
4492 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
4493
4494 2005-10-19 Jay Belanger <belanger@truman.edu>
4495
4496 * calc/calc-units.el (math-standard-units): Add units, adjust
4497 symbols and update values.
4498 (math-unit-prefixes): Add more prefixes.
4499
4500 2005-10-19 Romain Francoise <romain@orebokech.com>
4501
4502 * bookmark.el (bookmark-menu-heading): New face.
4503 (bookmark-bmenu-list): Use it.
4504 Don't fiddle with `baud-rate' at top-level.
4505
4506 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
4507
4508 * image.el (create-image, find-image): Mention max-image-size in
4509 docstring.
4510
4511 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4512
4513 * savehist.el (savehist-load): Revert to checking XEmacs.
4514
4515 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
4516 Various docstring and line-width fixups.
4517 (conf-mode): Use cond.
4518 Set font-lock-defaults. Don't set comment-use-syntax.
4519
4520 2005-10-18 David Ponce <david@dponce.com>
4521
4522 * tree-widget.el (tree-widget-button-click): New function.
4523 (tree-widget-button-keymap): Use it.
4524
4525 2005-10-18 Romain Francoise <romain@orebokech.com>
4526
4527 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4528 (bookmark-bmenu-hide-filenames): Add follow-link property.
4529 Improve help-echo text.
4530
4531 * ffap.el (find-file-at-point): Doc fix.
4532
4533 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4534
4535 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
4536
4537 2005-10-18 Masatake YAMATO <jet@gyve.org>
4538
4539 Install to the CVS repository what I forgot to install in my
4540 2005-10-16 changes.
4541
4542 * progmodes/python.el (python-complete-symbol): Pass the common
4543 prefix substring of completion to `display-completion-list'.
4544
4545 * textmodes/org.el (org-complete): Ditto.
4546
4547 2005-10-18 Masatake YAMATO <jet@gyve.org>
4548
4549 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
4550
4551 * woman.el (WoMan-xref-man-page): New button type derived
4552 from `Man-abstract-xref-man-page'.
4553 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
4554
4555 * man.el (Man-abstract-xref-man-page): New button type.
4556 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
4557 (Man-highlight-references): Add new optional argument `xref-man-type'.
4558
4559 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
4560
4561 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
4562
4563 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
4564
4565 * cus-edit.el (Custom-move-and-invoke): Delete.
4566 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
4567
4568 * wid-edit.el (widget-move-and-invoke): New function, from
4569 Custom-move-and-invoke.
4570
4571 2005-10-17 Bill Wohler <wohler@newt.com>
4572
4573 Move all remaining images from lisp/toolbar to etc/images, move
4574 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
4575 the low resolution images in their own directory (low-color).
4576
4577 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
4578 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
4579 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
4580 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
4581 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
4582 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
4583 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
4584
4585 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
4586 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
4587 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
4588 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
4589 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
4590 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
4591 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
4592 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
4593 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
4594 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
4595 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
4596 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
4597 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
4598 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
4599 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
4600
4601 To conform with convention, replace the underscore (_) in the
4602 following image names with dash (-) or (/) as appropriate.
4603
4604 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
4605 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
4606 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
4607 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
4608 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
4609 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
4610 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
4611 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
4612 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
4613 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
4614 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
4615 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
4616 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
4617 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
4618 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
4619
4620 * info.el (info-tool-bar-map): Replace underscores in image names
4621 with dashes.
4622
4623 * makefile.w32-in (WINS): Remove toolbar.
4624
4625 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
4626
4627 * tool-bar.el: Move to lisp from toolbar. Now that
4628 toolbar is empty, it should be deleted when folks run "cvs up -P".
4629
4630 2005-10-18 Jay Belanger <belanger@truman.edu>
4631
4632 * calc/calc-store.el (calc-store-into): Get the proper variable name
4633 to display in message.
4634
4635 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
4636
4637 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
4638 expressions display in speedbar for all buffers when debugging.
4639 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
4640
4641 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
4642 (speedbar-insert-button, speedbar-make-button):
4643 Use add-text-properties.
4644 (speedbar-update-localized-contents)
4645 (speedbar-update-directory-contents)
4646 (speedbar-update-special-contents): Use dolist.
4647 (speedbar-buffer-easymenu-definition): Add a menu separator.
4648
4649 2005-10-17 Jason Rumney <jasonr@gnu.org>
4650
4651 * makefile.w32-in: Use $(lisp) consistently.
4652 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
4653 for shell specific generation of mh-autoloads.
4654
4655 2005-10-17 Richard M. Stallman <rms@gnu.org>
4656
4657 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
4658
4659 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4660
4661 * jit-lock.el (jit-lock-fontify-now):
4662 Move jit-lock-context-unfontify-pos to avoid wasted work.
4663
4664 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
4665
4666 * net/tramp.el (tramp-completion-mode): New defvar. Used in
4667 `tramp-completion-mode' for checking if we are in completion mode.
4668 (tramp-completion-handle-file-name-all-completions): Reorder code
4669 in order to complete for file names only in case there are no
4670 method/user/host completions. This is necessary for cooperation
4671 with ido. Reported by Kim F. Storm <storm@cua.dk>.
4672
4673 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
4674
4675 * longlines.el (longlines-search-forward)
4676 (longlines-search-backward): Match any number of spaces.
4677
4678 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
4679
4680 * diff-mode.el (diff-mode): Doc fix.
4681
4682 2005-10-16 David Reitter <david.reitter@gmail.com>
4683
4684 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
4685 as default on darwin and windows systems.
4686
4687 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
4688
4689 * arc-mode.el (archive-zip-extract): Doc fix.
4690
4691 2005-10-16 Romain Francoise <romain@orebokech.com>
4692
4693 * mouse.el (mouse-1-click-follows-link): Doc fix.
4694
4695 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4696
4697 * savehist.el: Don't require CL at runtime.
4698 (savehist-xemacs): Remove.
4699 (savehist-coding-system): Use utf-8 if present, regardless of religion.
4700 (savehist-no-conversion): Use (featurep 'xemacs).
4701 (savehist-load): Check existence of start-itimer rather than XEmacs.
4702 Use an idle timer.
4703 (savehist-process-for-saving): Replace use of CL funs `subseq' and
4704 `delete-if-not'.
4705
4706 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
4707
4708 * savehist.el: Newer version.
4709 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
4710 (savehist-last-checksum, savehist-no-conversion): New vars.
4711 (savehist-autosave, savehist-process-for-saving, savehist-printable):
4712 New functions.
4713 (savehist-load, savehist-save): Use them.
4714 (savehist-delimit): Remove.
4715
4716 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4717
4718 * progmodes/compile.el (compilation-goto-locus): Display the
4719 compilation buffer first and the source buffer second, in case they're
4720 in overlapping frames. Don't raise the compilation frame if it was the
4721 selected window upon entry. Pass the `other-window' arg to
4722 pop-to-buffer.
4723
4724 * info.el (Info-fontify-node): Use dolist.
4725 Change add-text-properties to put-text-property.
4726
4727 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4728
4729 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
4730 bound of search.
4731
4732 2005-10-16 Masatake YAMATO <jet@gyve.org>
4733
4734 * dabbrev.el (dabbrev-completion): Pass the common
4735 prefix substring of completion to `display-completion-list'.
4736
4737 * filecache.el (file-cache-minibuffer-complete)
4738 (file-cache-complete): Ditto.
4739
4740 * tempo.el (tempo-display-completions): Ditto.
4741
4742 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
4743
4744 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
4745
4746 * eshell/em-hist.el (eshell-list-history): Ditto.
4747
4748 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
4749
4750 * mail/mailalias.el (mail-complete): Ditto.
4751
4752 * progmodes/etags.el (complete-tag): Ditto.
4753
4754 * progmodes/make-mode.el (makefile-complete): Ditto.
4755
4756 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
4757
4758 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
4759
4760 * progmodes/pascal.el (pascal-complete-word)
4761 (pascal-show-completions): Ditto.
4762
4763 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
4764
4765 * simple.el (completion-common-substring): New variable.
4766 (completion-setup-function): Use `completion-common-substring'
4767 to put faces.
4768
4769 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4770
4771 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
4772 (x-get-selection, mac-select-convert-to-string): Convert from/to
4773 UTF-16 clipboard data as in native byte order, no BOM.
4774
4775 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
4776
4777 * progmodes/gud.el (gud-tool-bar-map): Rename the images
4778 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
4779 (gud-sentinel): Use speedbar-frame to check for speedbar.
4780
4781 2005-10-15 Richard M. Stallman <rms@gnu.org>
4782
4783 * savehist.el: New file.
4784
4785 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
4786
4787 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
4788 Fix bug in \bf fontification.
4789
4790 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
4791
4792 * pcvs.el (cvs-edit-log-files): New var.
4793 (cvs-mode-edit-log): New arg `file'.
4794 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
4795 Instead force the use of the original file and nothing else.
4796 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
4797 the cvs-minor-wrap-function is set.
4798 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
4799
4800 2005-10-14 Bill Wohler <wohler@newt.com>
4801
4802 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
4803 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
4804 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
4805 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
4806 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
4807 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
4808 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
4809 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
4810 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
4811 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
4812 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
4813 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
4814 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
4815 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
4816 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
4817
4818 * progmodes/gud.el (gud-tool-bar-map): Rename the images
4819 appropriately (for example, gud-break to gud/break).
4820
4821 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
4822
4823 * longlines.el (longlinges-search-function)
4824 (longlines-search-forward, longlines-search-backward): New functions.
4825 (longlines-mode): Set isearch-search-fun-function to
4826 longlinges-search-function.
4827
4828 * mouse.el (mouse-drag-region-1): Handle the case where a
4829 double-click event is bound to an arbitrary function.
4830
4831 2005-10-14 David Ponce <david@dponce.com>
4832
4833 * recentf.el (recentf-track-opened-file)
4834 (recentf-track-closed-file, recentf-update-menu)
4835 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
4836 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
4837 mouse-1-click-follows-link.
4838
4839 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4840
4841 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
4842 Gnome file-manager.png. Suggested by
4843 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
4844
4845 * toolbar/README: Add diropen.xpm.
4846
4847 2005-10-13 Bill Wohler <wohler@newt.com>
4848
4849 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
4850 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
4851
4852 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4853
4854 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
4855 Don't waste the byte-compiler's time on constant data.
4856
4857 2005-10-13 Kenichi Handa <handa@m17n.org>
4858
4859 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
4860 byte with `escape-glyph' face.
4861
4862 * international/fontset.el (ccl-encode-unicode-font):
4863 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
4864 Handle the case that ucs-mule-to-mule-unicode translates a character to
4865 ASCII (usually for IPA characters).
4866
4867 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4868
4869 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
4870 Don't hide the underline of titles if font-lock-mode is disabled.
4871
4872 2005-10-12 Bill Wohler <wohler@newt.com>
4873
4874 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
4875 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
4876 files in MH-E-SRC have been updated.
4877 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
4878
4879 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4880
4881 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
4882 (mixal-mode-syntax-table): Add \n as end-comment.
4883 (mixal-operation-codes-alist): Immediately initialize to full value.
4884 (mixal-add-operation-code): Remove.
4885 (mixal-describe-operation-code): Make the arg non-optional.
4886 Use the interactive spec instead.
4887 Use mixal-operation-codes-alist rather than mixal-operation-codes.
4888 (mixal-font-lock-keywords): Don't highlight comments here any more.
4889 (mixal-font-lock-syntactic-keywords): New var.
4890 (mixal-mode): Use it. Fix comment-start-skip.
4891
4892 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4893
4894 * startup.el (command-line-x-option-alist): -nb => -nbi
4895
4896 2005-10-12 Kim F. Storm <storm@cua.dk>
4897
4898 * startup.el (fancy-splash-default-action): Discard mouse click in
4899 the splash screen window, as it has no sensible meaning in the
4900 next window to be selected. Fixes error reported by Jan D.
4901
4902 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
4903
4904 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
4905
4906 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
4909 Try to fix up minor layout issues like indentation, line break, etc...
4910 (mixal-mode-syntax-table): Don't try to specify comment syntax,
4911 because it doesn't work.
4912 (mixal-operation-codes): Add some more codes.
4913 (mixal-font-lock-keywords): Process comments here.
4914 (mixal-mode): mixasm no longer needs -g option.
4915
4916 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
4917
4918 * progmodes/sh-script.el (sh-tmp-file):
4919 Use mktemp -t. Finish support for es and rc shells.
4920
4921 2005-10-11 Jay Belanger <belanger@truman.edu>
4922
4923 * calc/calcalg2.el (calc-integral): With an argument, compute the
4924 definite integral.
4925
4926 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
4927
4928 * mouse.el (mouse-drag-region-1): Don't try to catch a
4929 double-click when doing follow-link (it's overridden anyway).
4930
4931 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
4932
4933 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
4934 (autoload-print-form-outbuf): Add docstring.
4935
4936 2005-10-11 Juri Linkov <juri@jurta.org>
4937
4938 * info.el (Info-mode-menu): Delete menu item "Edit".
4939 (Info-mode): Delete description of Info-edit from docstring,
4940 and rearrange descriptions of Info commands in the order
4941 they are documented in the Info manual.
4942
4943 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4944
4945 * calendar/appt.el (appt-check): Use diary-selective-display var.
4946
4947 2005-10-10 Richard M. Stallman <rms@gnu.org>
4948
4949 * net/newsticker.el (newsticker-start, newsticker-show-news):
4950 Add autoload cookies.
4951
4952 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
4953
4954 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
4955
4956 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
4957
4958 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
4959
4960 2005-10-10 Jay Belanger <belanger@truman.edu>
4961
4962 * calc/calc-arith.el (math-check-known-scalarp)
4963 (math-check-known-matrixp): Check the values of arguments that are
4964 variables.
4965 (math-check-known-square-matrixp): New function.
4966 (math-known-square-matrixp): Use math-check-known-square-matrixp.
4967 (math-super-types): Add sqmatrix type.
4968
4969 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
4970 mode name `square' to 'sqmatrix'.
4971
4972 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
4973 mode name `square' to 'sqmatrix'.
4974
4975 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4976
4977 * progmodes/etags.el (select-tags-table-mode): Don't use
4978 selective-display.
4979 (tags-select-tags-table): Pass `button' to the action function.
4980 (select-tags-table): Place the side-info on button properties rather
4981 than in hidden text. Abbreviate file names.
4982 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
4983 (select-tags-table-select): Add `button' argument.
4984 Get side-info from the button property rather than from hidden text.
4985
4986 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
4987
4988 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
4989 (gud-speedbar-buttons): Preserve point if possible.
4990 (gud-sentinel): Restore previous speedbar display type.
4991
4992 * progmodes/gdb-ui.el (gdba): Improve diagram.
4993 (def-gdb-auto-update-handler, gdb-info-locals-handler)
4994 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
4995 Call get-buffer-window once.
4996
4997 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4998
4999 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
5000 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
5001 (pascal-indent-command): Remove unused var `ind'.
5002 (pascal-indent-case): Remove unused var `oldpos'.
5003 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
5004 since it's now used as a proper minor mode map.
5005 (pascal-outline): Rename to pascal-outline-mode.
5006 (pascal-outline-mode): Use define-minor-mode.
5007 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
5008 selective-display.
5009
5010 2005-10-10 Andreas Schwab <schwab@suse.de>
5011
5012 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
5013 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
5014
5015 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
5016 outside source directory.
5017
5018 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
5019
5020 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
5021 C-x' as a prefix.
5022 (orgtbl-mode-map): Full keymap instead of sparse, because all
5023 `self-insert-command' keys are redefined in this map.
5024 (org-export-as-html): Specify charset for HTML file, by taking it
5025 from the coding system.
5026
5027 2005-10-10 Kenichi Handa <handa@m17n.org>
5028
5029 * textmodes/flyspell.el (flyspell-check-word-p):
5030 If unread-command-events is non-empty, don't call sit-for.
5031
5032 2005-10-09 Richard M. Stallman <rms@gnu.org>
5033
5034 * font-lock.el (font-lock-syntactic-keywords)
5035 (font-lock-keywords): Doc fixes.
5036
5037 * textmodes/flyspell.el (flyspell-external-point-words):
5038 Simplify logic, and don't try to check for consecutive appearances
5039 of one incorrect word.
5040
5041 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
5042
5043 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
5044 separator.
5045
5046 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
5047 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
5048 (gud-expansion-speedbar-buttons): New function.
5049 (gud-speedbar-buttons): Check for gud-comint-buffer.
5050
5051 2005-10-09 Bill Wohler <wohler@newt.com>
5052
5053 * Makefile.in (updates): Add mh-loaddefs dependency.
5054
5055 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
5056
5057 * speedbar.el (speedbar-file-key-map): Fix typo.
5058
5059 2005-10-09 Daniel Brockman <daniel@brockman.se>
5060
5061 * cus-start.el (line-spacing): Add custom spec.
5062
5063 2005-10-09 Romain Francoise <romain@orebokech.com>
5064
5065 * textmodes/ispell.el (ispell-check-version): Fix last change.
5066
5067 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5068
5069 * term/x-win.el: Remove -i, --icon-type from comment.
5070
5071 * startup.el (command-line-x-option-alist): Remove options -i,
5072 -itype, --icon-type, added -nb, --no-bitmap-icon
5073
5074 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
5075
5076 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
5077 instead of :active.
5078
5079 2005-10-08 Eric Hanchrow <offby1@blarg.net>
5080
5081 * textmodes/ispell.el (ispell-check-version):
5082 Ignore hyphen, and all that follows, in aspell's version text.
5083
5084 2005-10-08 Jay Belanger <belanger@truman.edu>
5085
5086 * calc/calc-arith.el (math-known-square-matrixp): New function.
5087 (math-pow-fancy): Check for matrices before distributing exponent
5088 across products.
5089
5090 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
5091 fullscreen keypad. Suggested by Luc Teirlinck.
5092 (calc-keypad-show-input): Add space for formatting.
5093
5094 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
5095 Add square matrix option.
5096
5097 * calc/calc-poly.el (math-expand-term): Check for matrices instead
5098 of checking calc-matrix-mode when deciding how to expand.
5099
5100 * calc/calc.el (calc-set-mode-line): Add square matrix option.
5101
5102 2005-10-08 Lars Hansen <larsh@soem.dk>
5103
5104 * net/tramp.el (tramp-perl-directory-files-and-attributes):
5105 Add error handling.
5106 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
5107
5108 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
5109
5110 Sync with Tramp 2.0.51.
5111
5112 * net/tramp.el (tramp-handle-set-visited-file-modtime)
5113 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5114 Insert special handling for `last-coding-system-used', again
5115 it still seems to be necessary (unlike stated before).
5116 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
5117 (tramp-password-prompt-regexp): There might be other words before
5118 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
5119 (tramp-chunksize): Improve docstring.
5120 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
5121 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
5122 Christian Joergensen <bugs@razor.dk>.
5123
5124 2005-10-07 Glenn Morris <rgm@gnu.org>
5125
5126 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
5127 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
5128 precision'.
5129
5130 2005-10-07 Romain Francoise <romain@orebokech.com>
5131
5132 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
5133 (ibuffer-do-shell-command-pipe-replace)
5134 (ibuffer-do-shell-command-file, ibuffer-do-eval)
5135 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
5136 (ibuffer-do-revert, ibuffer-do-replace-regexp)
5137 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
5138 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
5139 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
5140 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
5141 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
5142 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
5143 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
5144 Autoload file sans suffix.
5145
5146 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
5147
5148 2005-10-07 David Ponce <david@dponce.com>
5149
5150 * recentf.el (recentf-menu-open-all-flag): New option.
5151 (recentf-digit-shortcut-command-name): New function.
5152 (recentf--shortcuts-keymap): New variable.
5153 (recentf-menu-shortcuts): New variable.
5154 (recentf-make-menu-items): Initialize it. Replace the "More..."
5155 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
5156 (recentf-menu-value-shortcut): New function.
5157 (recentf-make-menu-item): Use it. No more in-lined.
5158 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
5159 (recentf-open-most-recent-file): Rename from
5160 `recentf-open-file-with-key'. Don't depend on key binding.
5161 (recentf-mode-map): New variable.
5162 (recentf-mode): Use it.
5163
5164 2005-10-06 Bill Wohler <wohler@newt.com>
5165
5166 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
5167
5168 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
5169 (MH-E-SRC): New. Used by mh-autoloads.
5170 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
5171 files in MH-E-SRC have been updated.
5172 (compile, recompile, bootstrap): Depend on mh-autoloads.
5173
5174 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
5175
5176 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
5177 gud-break and gud-remove icons when the fringe is not available.
5178
5179 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
5180 Typo.
5181
5182 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
5183
5184 * play/zone.el (zone): Wrap body with save-window-excursion.
5185
5186 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
5187
5188 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
5189 Use the new `list-only' arg to diary-list-entries.
5190
5191 * calendar/diary-lib.el: Use overlays rather than selective-display.
5192 (diary-selective-display): New var.
5193 (diary-header-line-format): Use it.
5194 (diary-list-entries): Add argument `list-only'.
5195 Put the buffer in diary-mode. Don't add \^M at beg and end.
5196 Replace \^M by invisible overlays.
5197 (diary-unhide-everything): Replace \^M by invisible overlays.
5198 (print-diary-entries): Look for overlays rather than \^M.
5199 Add a space to the temp buffer name.
5200 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
5201 Put the buffer in diary-mode.
5202 (list-sexp-diary-entries): Replace \^M by invisible overlays.
5203 (diary-anniversary): Make the year arg optional.
5204 (diary-time-regexp): New const.
5205 (diary-font-lock-keywords): Use it to accept a few more time formats.
5206
5207 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
5208
5209 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
5210
5211 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
5212 Fix bug introduced 2005-07-03: Use (car (last ...))
5213 to faithfully reproduce replaced artist-last.
5214 (artist-set-arrow-points-for-poly): Likewise.
5215 Suggested by Johan Bockg\e,Ae\e(Brd.
5216
5217 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
5218
5219 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
5220 * wid-edit.el (widget):
5221 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
5222 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
5223
5224 2005-10-06 Kenichi Handa <handa@m17n.org>
5225
5226 * international/mule-cmds.el (set-language-environment):
5227 Fix setting up of case-table for unibyte mode.
5228
5229 * simple.el (what-cursor-position): If the character is displayed
5230 by some `display' text property, show that. Don't use
5231 single-key-description for eight-bit characters in multibyte mode.
5232
5233 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
5234
5235 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
5236 (gdb-ann3): Set it.
5237 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
5238 (gdb-info-frames-custom): Use inverse-video for first five
5239 characters of selected frame only.
5240 (gdb-get-frame-number): Select frame even when point is on frame
5241 number.
5242
5243 2005-10-06 Masatake YAMATO <jet@gyve.org>
5244
5245 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
5246 Put `font-lock-function-name-face'.
5247 (gdb-info-frames-custom): Put `font-lock-function-name-face'
5248 and `font-lock-variable-name-face'
5249 (gdb-registers-font-lock-keywords): New font lock keywords definition.
5250 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
5251 (gdb-memory-font-lock-keywords): New font lock keywords definition.
5252 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
5253 (gdb-local-font-lock-keywords): New font lock keywords definition.
5254 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
5255 (gdb-threads-font-lock-keywords): New font lock keywords definition.
5256 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
5257
5258 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
5259
5260 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
5261 (ediff-merge-region-is-non-clash-to-skip): Previously called
5262 ediff-merge-region-is-non-clash.
5263
5264 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
5265 Use insert-buffer-substring.
5266
5267 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
5268 selecting files to patch. Also bug fixes.
5269
5270 * ediff-util.el (ediff-setup): Bug fix.
5271 (ediff-next-difference): Never skip clashes that differ in white
5272 space only.
5273
5274 * ediff-wind.el (ediff-setup-control-frame)
5275 (ediff-destroy-control-frame): Check the menubar feature.
5276
5277 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
5278 (viper-refresh-mode-line): Use make-local-variable to localize
5279 some vars instead of make-variable-buffer-local. Suggested by
5280 Stefan Monnier.
5281
5282 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
5283 (viper-restore-cursor-type, viper-set-insert-cursor-type):
5284 Use make-local-variable instead of make-variable-buffer-local.
5285 Suggested by Stefan Monnier.
5286
5287 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
5288 (viper-comint-mode-hook): Use make-local-variable on
5289 require-final-newline.
5290 (viper-non-hook-settings): Don't use make-variable-buffer-local.
5291
5292 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5293
5294 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
5295 also the second char of a comment-start sequence.
5296 (scheme-sexp-comment-syntax-table): New var.
5297 (lambda, define): Set their scheme-doc-string-elt property.
5298 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
5299 Use lisp-font-lock-syntactic-face-function now that it properly
5300 handles |...| symbols.
5301 (scheme-mode-variables): Set lisp-doc-string-elt-property,
5302 parse-sexp-lookup-properties and font-lock-extra-managed-props.
5303
5304 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
5305 bit from # to |.
5306 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
5307
5308 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
5309 (lisp-doc-string-elt-property): New var.
5310 (lisp-font-lock-syntactic-face-function): Use it.
5311 Rewrite to recognize docstrings even for forms not at toplevel.
5312
5313 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
5314 annotation on the | part of #| rather than on the # part.
5315 (scheme-font-lock-syntactic-face-function): New function, to
5316 distinguish strings from |...| symbols.
5317 (scheme-mode-variables): Use it. Also fix up the font-lock-time
5318 syntax-table so that #|...|# is properly highlighted.
5319
5320 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
5321 Don't mark as docstring the 3rd elem of an unknown toplevel form.
5322
5323 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5324
5325 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
5326 and C-e.
5327
5328 * emacs-lisp/eldoc.el: Move comments into docstrings.
5329 (eldoc-message-commands): Initialize in its declaration.
5330 Add move-beginning-of-line and move-end-of-line.
5331 (eldoc-add-command, eldoc-add-command-completions)
5332 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
5333
5334 * outline.el (outline-mark-subtree): Activate the mark.
5335
5336 * calendar/appt.el (appt-time-regexp): New var.
5337 (appt-add, appt-make-list): Use it.
5338 (appt-convert-time): Clean up.
5339
5340 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
5341 Don't set any syntax-table property here.
5342 (tex-font-lock-verb): New function. Do it here.
5343 (tex-font-lock-syntactic-keywords): Use it.
5344
5345 2005-10-04 Richard M. Stallman <rms@gnu.org>
5346
5347 * wid-edit.el (widget-file-complete): Get the widget start point
5348 the right way. Default directory to `/' if file has none.
5349
5350 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
5351
5352 * textmodes/flyspell.el (flyspell-mode-on):
5353 Call ispell-maybe-find-aspell-dictionaries.
5354
5355 * textmodes/ispell.el (ispell-word, ispell-region):
5356 Call ispell-maybe-find-aspell-dictionaries.
5357 (ispell-accept-buffer-local-defs):
5358 Don't call ispell-maybe-find-aspell-dictionaries
5359
5360 2005-10-04 Richard M. Stallman <rms@gnu.org>
5361
5362 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
5363
5364 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
5365
5366 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
5367 instead of `fboundp' in order to allow for anonymous functions.
5368
5369 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
5370
5371 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
5372 case the user clicks on the link while another window is selected.
5373 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
5374
5375 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
5376 functionality.
5377 (dframe-help-echo): Save point in case mouse tracking is off.
5378
5379 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
5380
5381 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
5382
5383 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5384
5385 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
5386 not change the global value of those vars.
5387
5388 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
5389 make-local-variable which we do not need any more.
5390
5391 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
5392
5393 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
5394 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
5395 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
5396 (speedbar-path-line): Define obsolete aliases.
5397 (speedbar-line-directory): Doc fix.
5398
5399 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
5400 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
5401 instead of speedbar-line-path.
5402
5403 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5404
5405 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
5406 to nil if dropping on a window. Handle dropping on a minibuffer window
5407 like dropping on a non-window part of Emacs.
5408
5409 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5410
5411 * net/ange-ftp.el: Use with-current-buffer.
5412 (ange-ftp-insert-directory): Do not follow symlinks any more.
5413
5414 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5415 Remove interactive spec.
5416
5417 2005-10-03 Kim F. Storm <storm@cua.dk>
5418
5419 * ido.el (ido-mode): Use custom-initialize-set.
5420
5421 2005-10-02 Richard M. Stallman <rms@gnu.org>
5422
5423 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
5424 Use insert-buffer-substring.
5425
5426 * net/tramp.el: Pacify byte compiler warnings in pacification code.
5427 (tramp-handle-file-local-copy): Use insert-buffer-substring.
5428
5429 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5430
5431 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
5432 in last change.
5433 (ange-ftp-insert-directory): Fix up the search for the case where
5434 `file' is absolute.
5435
5436 2005-10-02 Romain Francoise <romain@orebokech.com>
5437
5438 * progmodes/compile.el (compile-goto-error): Delete extra paren.
5439
5440 2005-10-02 Andreas Schwab <schwab@suse.de>
5441
5442 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
5443 directory component in the session info.
5444
5445 2005-10-01 Richard M. Stallman <rms@gnu.org>
5446
5447 * comint.el (comint-redirect-subvert-readonly): Doc fix.
5448
5449 * simple.el (next-error-internal): New function.
5450
5451 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
5452 (compilation-start): Pass new arg to compilation-buffer-name.
5453 (compile-goto-error): Use next-error-internal.
5454
5455 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
5456
5457 * speedbar.el: Remove RCS tag.
5458 (speedbar-check-read-only): Handle non-existent files.
5459
5460 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
5461
5462 * info.el (Info-speedbar-hierarchy-buttons)
5463 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
5464
5465 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5466
5467 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
5468 Do not match newline.
5469 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
5470 (bibtex-summary): Remove unnecessary save-excursion.
5471 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
5472
5473 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5474
5475 * term/mac-win.el: Add charset info for "iso10646-1".
5476 Modify default fontset to use ATSUI-compatible fonts for some charsets
5477 if available.
5478
5479 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
5480
5481 * speedbar.el: Re-apply arch tag.
5482 (speedbar-version): Rename to version 1.0. Suggested by Eric
5483 M. Ludlam.
5484 Reapply two changes from Emacs CVS' version of speedbar lost
5485 during the merge:
5486 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
5487 (speedbar-frame-parameters): Improve customize type.
5488
5489 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5490
5491 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
5492 (ange-ftp-file-directory-p): Fix the symlink case.
5493 (ange-ftp-insert-directory): When listing a single file, get a list of
5494 the parent buffer and extract the relevant line. Inspired from a patch
5495 by Katsumi Yamaoka <yamaoka@jpl.org>.
5496 (ange-ftp-file-name-sans-versions): Simplify.
5497
5498 2005-09-30 Bill Wohler <wohler@newt.com>
5499
5500 Move MH-E image files from toolbar and mail directories into
5501 etc/images.
5502
5503 * mail/reply2.*: Move to etc/images/mail/reply*.
5504
5505 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
5506 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
5507 etc/images.
5508
5509 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
5510 * toolbar/reply*: Move to etc/images/mail.
5511
5512 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
5513
5514 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
5515
5516 * speedbar.el: New version 1.0pre3.
5517
5518 Frame management code (including timer, and mouse click specifics)
5519 moved to dframe.el:
5520 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
5521 (speedbar-timer): Removed. Use dframe-timer.
5522 (speedbar-close-frame): Removed. Use dframe-close-frame.
5523 (speedbar-activity-change-focus-flag): Removed. Use
5524 dframe-activity-change-focus-flag.
5525 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
5526 dframe-update-speed.
5527
5528 (speedbar-current-frame): New macro. Use this instead of the
5529 variable speedbar-frame.
5530
5531 (speedbar-use-images, speedbar-expand-image-button-alist)
5532 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
5533
5534 (speedbar-find-image-on-load-path): Removed. Replaced by
5535 defezimage in ezimage.el.
5536 (speedbar-expand-image-button-alist): Removed. Replaced by
5537 ezimage-expand-image-button-alist in ezimage.el.
5538
5539 (speedbar-ignored-directory-regexp)
5540 (speedbar-add-ignored-directory-regexp)
5541 (speedbar-ignored-directory-expressions)
5542 (speedbar-line-directory, speedbar-buffers-line-directory)
5543 (speedbar-directory-line, speedbar-buffers-line-directory):
5544 Renamed, replacing `path' with `directory'.
5545
5546 (speedbar-create-directory, speedbar-expand-line-descendants)
5547 (speedbar-toggle-line-expansion)
5548 (speedbar-contract-line-descendants): New commands.
5549
5550 (speedbar-query-confirmation-method, speedbar-select-frame-method)
5551 (speedbar-use-tool-tips-flag): New options.
5552
5553 (speedbar-check-read-only, speedbar-require-version)
5554 (speedbar-insert-separator, speedbar-buffers-tail-notes)
5555 (speedbar-handle-delete-frame, speedbar-try-completion)
5556 (speedbar-update-localized-contents): New functions.
5557
5558 (speedbar-incompatible-version, speedbar-ro-to-do-point)
5559 (speedbar-object-read-only-indicator): New variables.
5560
5561 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
5562 New hooks.
5563
5564 (speedbar-separator-face): New face.
5565
5566 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
5567 (speedbar-ignored-modes): Add fundamental-mode.
5568 (speedbar-directory-unshown-regexp): Add . directories.
5569
5570 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
5571 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
5572 `]' for full expand/close.
5573 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
5574
5575 (speedbar-check-vc): Support hidden files.
5576 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
5577 (speedbar-this-file-in-vc): Use vc-state if available. If VC
5578 state is nil, it is not checked out.
5579
5580 (speedbar-line-text, speedbar-line-token): Support expand buttons
5581 with no text.
5582 (speedbar-refresh): Universal argument acts as power-click.
5583 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
5584 that buffer to get variable values.
5585
5586 And many other bugfixes.
5587
5588 * dframe.el, ezimage.el, sb-image.el: New files.
5589
5590 * sb-*.xpm: Remove files. New image files installed into
5591 etc/images/ezimage.
5592
5593 2005-09-30 Kenichi Handa <handa@m17n.org>
5594
5595 * ps-mule.el (ps-mule-show-warning): If a character is in
5596 ps-print-translation-table, don't treat it as non-printable.
5597
5598 2005-09-30 David Ponce <david@dponce.com>
5599
5600 * tree-widget.el (tree-widget-themes-load-path): New variable.
5601 (tree-widget-themes-directory): Doc fix.
5602 (tree-widget-image-formats) [Emacs]: Doc fix.
5603 (tree-widget--locate-sub-directory): New function.
5604 (tree-widget-themes-directory): Use it.
5605
5606 * recentf.el (recentf-filename-handlers): Rename from
5607 `recentf-filename-handler'. Allow a list of functions.
5608 (recentf-menu-items-for-commands): Fix :help strings.
5609 (recentf-apply-filename-handlers): New function.
5610 (recentf-expand-file-name): Use it.
5611 (recentf-cleanup): Remove duplicates too.
5612
5613 2005-09-29 Juri Linkov <juri@jurta.org>
5614
5615 * faces.el: Rearrange face definitions to be in the same order as
5616 their face descriptions in "(emacs)Standard Faces".
5617
5618 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
5619
5620 * tooltip.el (tooltip): Add group `basic-faces'.
5621
5622 * buff-menu.el (Buffer-menu-buffer): Remove group
5623 `font-lock-highlighting-faces'.
5624
5625 * progmodes/compile.el (compilation-error, compilation-warning)
5626 (compilation-info, compilation-line-number, compilation-column-number):
5627 Change group from `font-lock-highlighting-faces' to `compilation'.
5628
5629 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
5630 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
5631 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
5632 (vhdl-font-lock-reserved-words-face)
5633 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
5634 `font-lock-highlighting-faces'.
5635
5636 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
5637
5638 2005-09-28 Kim F. Storm <storm@cua.dk>
5639
5640 * emulation/cua-base.el: Set CUA move property on additional commands:
5641 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
5642 forward-sexp, backward-sexp, forward-list, backward-list.
5643
5644 2005-09-28 Romain Francoise <romain@orebokech.com>
5645
5646 * comint.el (comint-show-output): Really set point at the
5647 beginning of the output when not using `comint-use-prompt-regexp'.
5648
5649 2005-09-27 Jay Belanger <belanger@truman.edu>
5650
5651 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
5652 in TeX mode.
5653
5654 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
5655
5656 * textmodes/org.el (org-table-sum): Fix format string.
5657
5658 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
5659 Quote face names.
5660
5661 2005-09-26 Romain Francoise <romain@orebokech.com>
5662
5663 * isearch.el (isearch-forward-regexp): Close doc string.
5664
5665 2005-09-25 Richard M. Stallman <rms@gnu.org>
5666
5667 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
5668
5669 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
5670
5671 * progmodes/compile.el (compilation-error-properties):
5672 When getting the file from the previous error message,
5673 correctly decode the new data format.
5674
5675 * progmodes/cc-cmds.el (c-electric-paren):
5676 Call old-blink-paren only for close-paren.
5677
5678 2005-09-24 Andreas Schwab <schwab@suse.de>
5679
5680 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
5681 condition.
5682
5683 2005-09-25 Romain Francoise <romain@orebokech.com>
5684
5685 * dired-aux.el (dired-copy-file-recursive):
5686 * dired.el (dired-delete-file):
5687 * ediff-mult.el (ediff-dir-diff-copy-file):
5688 * ediff-util.el (ediff-test-save-region):
5689 * forms.el (forms-mode):
5690 * ido.el (ido-file-internal, ido-delete-file-at-head):
5691 * log-edit.el (log-edit-done):
5692 * ses.el (ses-yank-resize):
5693 * play/gomoku.el (gomoku-human-plays, gomoku)
5694 (gomoku-human-resigns, gomoku-prompt-for-other-game)
5695 (gomoku-offer-a-draw):
5696 * play/landmark.el (lm-human-resigns, lm):
5697 * net/eudcb-ldap.el (eudc-ldap-check-base):
5698 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
5699 * progmodes/ebrowse.el (ebrowse-find-pattern):
5700 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
5701 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
5702 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
5703
5704 * vc.el (vc-delete-file):
5705 * play/gomoku.el (gomoku-terminate-game, gomoku)
5706 (gomoku-prompt-for-move, gomoku-human-takes-back):
5707 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
5708 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
5709
5710 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
5711
5712 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
5713 color rxvt terminals by using the code xterm.el used to use before
5714 2005-04-09 in order to match the colors used by rxvt.
5715
5716 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5717
5718 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
5719 colors rxvt-unicode terminals by using the same code as xterm.el.
5720
5721 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
5722
5723 * textmodes/tex-mode.el (tex-font-lock-append-prop)
5724 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
5725 new symbol used for the tex-verbatim face.
5726
5727 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
5728
5729 * woman.el (woman-file-name):
5730 * wid-edit.el (widget-file-prompt-value)
5731 (widget-coding-system-prompt-value):
5732 * w32-fns.el (set-w32-system-coding-system):
5733 * vc.el (vc-version-diff, vc-annotate):
5734 * textmodes/reftex-auc.el (reftex-arg-cite)
5735 (reftex-arg-index-tag):
5736 * textmodes/refer.el (refer-get-bib-files):
5737 * textmodes/artist.el (artist-figlet-choose-font):
5738 * terminal.el (terminal-emulator):
5739 * replace.el (occur-read-primary-args):
5740 * rect.el (string-rectangle, string-insert-rectangle):
5741 * ps-print.el (ps-print-preprint):
5742 * progmodes/pascal.el (pascal-goto-defun):
5743 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
5744 * progmodes/compile.el (compilation-find-file):
5745 * printing.el (pr-interactive-n-up):
5746 * play/animate.el (animate-birthday-present):
5747 * net/rcompile.el (remote-compile):
5748 * man.el (man, Man-goto-section, Man-follow-manual-reference):
5749 * mail/rmailsum.el (rmail-summary-search-backward)
5750 (rmail-summary-search):
5751 * mail/rmailout.el (rmail-output-read-rmail-file-name)
5752 (rmail-output-read-file-name):
5753 * mail/rmail.el (rmail-search, rmail-search-backwards):
5754 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
5755 * locate.el (locate):
5756 * international/quail.el (quail-show-keyboard-layout):
5757 * international/mule.el (set-buffer-file-coding-system)
5758 (revert-buffer-with-coding-system, set-file-name-coding-system)
5759 (set-terminal-coding-system, set-keyboard-coding-system)
5760 (set-next-selection-coding-system):
5761 * international/mule-diag.el (describe-coding-system)
5762 (describe-font, describe-fontset):
5763 * international/mule-cmds.el (universal-coding-system-argument)
5764 (search-unencodable-char, describe-input-method)
5765 (set-language-environment, describe-language-environment):
5766 * international/codepage.el (codepage-setup):
5767 * international/code-pages.el (codepage-setup):
5768 * info.el (Info-search, Info-follow-reference)
5769 (Info-search-backward):
5770 * emacs-lisp/advice.el (ad-read-advised-function)
5771 (ad-read-advice-class, ad-clear-cache, ad-activate)
5772 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
5773 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
5774 (ad-read-regexp):
5775 * ediff-util.el (ediff-toggle-regexp-match):
5776 * ediff-ptch.el (ediff-prompt-for-patch-file):
5777 * dired-aux.el (dired-diff):
5778 * diff.el (diff):
5779 * cus-edit.el (custom-variable-prompt):
5780 * calendar/timeclock.el (timeclock-ask-for-project):
5781 * calc/calcalg3.el (calc-get-fit-variables):
5782 * calc/calc-store.el (calc-edit-variable)
5783 (calc-permanent-variable):
5784 * vc-mcvs.el (vc-mcvs-register):
5785 * shadowfile.el (shadow-define-literal-group):
5786 * woman.el (woman-file-name):
5787 * vc.el (vc-version-diff, vc-merge):
5788 * textmodes/reftex-index.el (reftex-index-complete-tag):
5789 * format.el (format-decode-buffer, format-decode-region):
5790 * emulation/viper-cmd.el (viper-read-string-with-history):
5791 * emacs-lisp/debug.el (cancel-debug-on-entry):
5792 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5793 * ediff.el (ediff-merge-revisions)
5794 (ediff-merge-revisions-with-ancestor, ediff-revision):
5795 * completion.el (interactive-completion-string-reader):
5796 * calc/calc-prog.el (calc-user-define-formula):
5797 Follow convention for reading with the minibuffer.
5798
5799 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
5800
5801 * progmodes/python.el (python-describe-symbol): Add globals() and
5802 locals() to the arguments of emacs.ehelp.
5803
5804 2005-09-24 Magnus Henoch <mange@freemail.hu>
5805
5806 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
5807 New function, code extracted from ispell-valid-dictionary-list.
5808 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
5809 Call it.
5810
5811 2005-09-24 Eli Zaretskii <eliz@gnu.org>
5812
5813 * subr.el (version-regexp-alist): Extend valid syntax for version
5814 strings: allow any of the characters -,_,+ to separate the
5815 alpha/beta/rc part from the version part. Doc fix.
5816 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
5817
5818 2005-09-23 David Reitter <david.reitter@gmail.com>
5819
5820 * mail/mailclient.el: New file.
5821
5822 2005-09-23 Richard M. Stallman <rms@gnu.org>
5823
5824 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
5825 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
5826 Doc fixes.
5827
5828 * progmodes/cc-mode.el (c-font-lock-init):
5829 Specify font-lock-lines-before.
5830
5831 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5832
5833 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
5834 whole conflict.
5835
5836 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
5837
5838 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
5839 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
5840 of `remap' feature when available. Additional key bindings for
5841 better tty support.
5842 (org-mode-restart, org-force-self-insert): New commands.
5843 (org-time-stamp-inactive): New command.
5844 (org-remap): New function.
5845 (org-table-auto-blank-field, org-level-color-stars-only): New options.
5846 (org-enable-fixed-width-editor): Move to `org-structure'
5847 customization group.
5848 (org-self-insert-command, orgtbl-self-insert-command): Modify to
5849 blank field after field motion commands.
5850
5851 2005-09-23 Kenichi Handa <handa@m17n.org>
5852
5853 * international/mule-cmds.el (set-language-environment):
5854 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
5855 have to call utf-translate-cjk-load-tables.
5856
5857 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
5858
5859 * mouse.el (mouse-move-drag-overlay): Fix last change.
5860
5861 2005-09-22 David Ponce <david@dponce.com>
5862
5863 * tree-widget.el (tree-widget-value-create): Fix previous change.
5864
5865 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5866
5867 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
5868
5869 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5870
5871 * mouse.el (mouse-move-drag-overlay): New function.
5872 (mouse-drag-region-1): Use it.
5873 Try to simplify a bit the state handling. Handle clicks on links
5874 inside intangible areas.
5875 (mouse-save-then-kill): Minor simplification.
5876 (mouse-secondary-overlay): Make it always non-nil instead of
5877 recreating it each time.
5878 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
5879 (mouse-kill-secondary, mouse-secondary-save-then-kill):
5880 Simplify accordingly.
5881
5882 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5883
5884 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
5885
5886 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
5887
5888 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
5889 (ediff-file-name-sans-prefix): Treat nil as an empty string.
5890 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
5891 to patch.
5892
5893 * ediff-util.el: Use insert-buffer-substring.
5894
5895 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
5896
5897 * emulation/viper-cmd.el (viper-change-state): Don't move over the
5898 field boundaries in the minibuffer.
5899 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
5900 (viper-minibuffer-post-command-hook): New hook.
5901 (viper-line): Don't move cursor at bolp.
5902
5903 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
5904
5905 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
5906 avoid compiler warnings.
5907
5908 * emulation/viper-macs.el (ex-map): Better messages.
5909
5910 * emulation/viper-utils.el (viper-beginning-of-field): New function.
5911
5912 * emulation/viper.el: Replace make-variable-buffer-local with
5913 viper-make-variable-buffer-local everywhere, to avoid warnings.
5914
5915 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5916
5917 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
5918 Delete unused var `old-selected-window'.
5919 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
5920 (mouse-drag-secondary): Delete unused var `start-frame'.
5921
5922 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5923
5924 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
5925
5926 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5927
5928 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
5929 Re-indent within 80 columns. Use inhibit-read-only.
5930
5931 2005-09-19 Romain Francoise <romain@orebokech.com>
5932
5933 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
5934
5935 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5936
5937 * font-lock.el (font-lock-default-fontify-region): Don't add a line
5938 unconditionally, since the after-change-function already did it.
5939
5940 2005-09-19 Miles Bader <miles@gnu.org>
5941
5942 * net/newsticker.el: Get rid of CVS keyword.
5943
5944 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
5945
5946 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
5947 The prompt is formatted later.
5948
5949 2005-09-19 David Ponce <david@dponce.com>
5950
5951 * tree-widget.el (tree-widget-value-create): Save the converted
5952 tree :node widget.
5953
5954 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
5955
5956 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
5957 variable `message'.
5958
5959 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
5960
5961 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
5962 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
5963 <slawomir.nowaczyk.847@student.lu.se>.
5964
5965 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
5966
5967 * image.el (image-load-path): Use symbol `data-directory' instead
5968 of its value, for backward compatibility with packages that bind
5969 it during `find-image'. Suggested by Katsumi Yamaoka.
5970 (image-search-load-path): Handle symbols whose values are strings.
5971
5972 2005-09-18 Romain Francoise <romain@orebokech.com>
5973
5974 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
5975 with-current-buffer form in save-excursion.
5976
5977 2005-09-18 D Goel <deego@gnufans.org>
5978
5979 * apropos.el (apropos-command): Fix `message' call: first arg
5980 should be a format spec. In this and all other cases that appear
5981 below and elsewhere in the source code, I made a change only when
5982 two conditions were satisfied: [1] I can think of a possibility
5983 that the arguments would cause an error, for example, the code in
5984 question relies on external variables such as filenames. [2] I
5985 was sure that the arg to `message' could not have been nil in the code.
5986
5987 * textmodes/tildify.el (tildify-region): Ditto.
5988
5989 * textmodes/reftex-index.el (reftex-index-change-entry)
5990 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
5991 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
5992 * textmodes/org.el (org-complete, org-deadline, org-schedule)
5993 (org-priority, org-table-sum):
5994 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
5995 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
5996 (flyspell-word, flyspell-display-next-corrections):
5997 * textmodes/bibtex.el (bibtex-print-help-message):
5998 * textmodes/artist.el (artist-key-set-point-poly):
5999 * term/mac-win.el (mac-services-insert-text):
6000 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
6001 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
6002 (vhdl-port-paste-testbench, vhdl-compose-new-component)
6003 (vhdl-compose-configuration):
6004 * progmodes/sh-script.el (sh-blink, sh-show-indent)
6005 (sh-set-indent, sh-learn-line-indent):
6006 * progmodes/ps-mode.el (ps-mode-target-column):
6007 * progmodes/idlwave.el (idlwave-make-tags)
6008 (idlwave-scan-library-catalogs):
6009 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
6010 * progmodes/gud.el (gud-jdb-analyze-source):
6011 * progmodes/flymake.el (flymake-log):
6012 * progmodes/ebnf2ps.el (ebnf-generate-region):
6013 * progmodes/cmacexp.el (c-macro-expansion):
6014 * progmodes/ada-xref.el (ada-treat-cmd-string):
6015 * progmodes/ada-mode.el (ada-create-case-exception-substring)
6016 (ada-justified-indent-current, ada-batch-reformat):
6017 * play/zone.el (zone):
6018 * play/landmark.el (lm-move):
6019 * play/decipher.el (decipher-show-alphabet):
6020 * net/newsticker.el (newsticker--display-jump)
6021 (newsticker--display-scroll):
6022 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
6023 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
6024 * mail/feedmail.el (feedmail-dump-message-to-queue):
6025 * eshell/esh-proc.el (eshell-remove-process-entry):
6026 * emulation/ws-mode.el (ws-last-error):
6027 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
6028 (viper-record-kbd-macro):
6029 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
6030 * emacs-lisp/lisp-mnt.el (lm-report-bug):
6031 * emacs-lisp/find-func.el (find-function-noselect):
6032 * calendar/timeclock.el (timeclock-status-string)
6033 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
6034 (timeclock-when-to-leave-string):
6035 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
6036 * calc/calc-units.el (calc-enter-units-table):
6037 * calc/calc-mode.el (calc-mode-record-mode):
6038 * woman.el (woman-mini-help):
6039 * wdired.el (wdired-change-to-wdired-mode):
6040 * vc.el (vc-retrieve-snapshot):
6041 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
6042 * startup.el (display-startup-echo-area-message):
6043 * simple.el (set-goal-column):
6044 * ses.el (ses-command-hook, ses-recalculate-cell):
6045 * server.el (server-process-filter):
6046 * printing.el (pr-interface-txt-print, pr-interface-printify)
6047 (pr-interface-ps):
6048 * pcvs.el (cvs-help):
6049 * log-edit.el (log-edit, log-edit-mode-help):
6050 * iswitchb.el (iswitchb-possible-new-buffer):
6051 * isearch.el (isearch-edit-string):
6052 * image-mode.el (image-mode, image-minor-mode):
6053 * ibuf-macs.el (define-ibuffer-filter):
6054 * hi-lock.el (hi-lock-find-patterns):
6055 * files.el (toggle-read-only):
6056 * ediff-util.el (ediff-copy-diff)
6057 (ediff-write-merge-buffer-and-maybe-kill):
6058 * echistory.el (Electric-history-undefined):
6059 * dnd.el (dnd-insert-text):
6060 * dired-aux.el (dired-query):
6061 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
6062 * bookmark.el (bookmark-bmenu-locate):
6063 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
6064 Fix `message' calls to ensure first arg is a format string.
6065 The change was made only when these two conditions were satisfied:
6066 [1] when there is a possibility that the arguments would cause an error
6067 for example, if the code in question relies on external variables
6068 such as filenames, and
6069 [2] if the arg to `message' could not have been nil in the code.
6070
6071 * pcomplete.el (pcomplete--help): Fix `message' format spec.
6072 Not having a %s would be weird, though not technically wrong.
6073
6074 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6075
6076 * term/mac-win.el (mac-add-charset-info): Doc fix.
6077
6078 2005-09-17 Romain Francoise <romain@orebokech.com>
6079
6080 * shell.el (shell-resync-dirs): Handle echoing processes more
6081 reliably. Don't insert resync command if `comint-process-echoes'
6082 is non-nil.
6083
6084 2005-09-17 Magnus Henoch <mange@freemail.hu>
6085
6086 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
6087 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
6088 aspell versions >= 0.60.
6089 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
6090 only if ispell-aspell-supports-utf8 is non-nil.
6091
6092 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6093
6094 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
6095 buffer-local value to lisp-indent-function.
6096
6097 2005-09-17 Milan Zamazal <pdm@zamazal.org>
6098
6099 * progmodes/glasses.el (glasses-make-readable): If
6100 glasses-separator differs from underscore, put appropriate
6101 overlays over underscore characters.
6102 (glasses-convert-to-unreadable): If glasses-separator differs from
6103 underscore, try to convert glasses-separator characters to
6104 underscores.
6105
6106 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6107
6108 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
6109 Use with-syntax-table and dolist.
6110
6111 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
6112
6113 * textmodes/reftex-auc.el:
6114 * textmodes/reftex-cite.el:
6115 * textmodes/reftex-dcr.el:
6116 * textmodes/reftex-global.el:
6117 * textmodes/reftex-parse.el:
6118 * textmodes/reftex-ref.el:
6119 * textmodes/reftex-sel.el:
6120 * textmodes/reftex-toc.el:
6121 * textmodes/reftex-vars.el:
6122 * textmodes/reftex.el: Small changes to remove compiler warnings.
6123
6124 * textmodes/reftex-index.el: Likewise.
6125 (reftex-query-index-phrase): More efficient use of markers.
6126
6127 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
6128
6129 * image.el (image-load-path): New variable.
6130 (image-search-load-path): New function.
6131 (find-image): Search for images in `image-load-path'.
6132
6133 2005-09-15 Richard M. Stallman <rms@gnu.org>
6134
6135 * follow.el: Change Maintainer field.
6136
6137 2005-09-15 David Ponce <david@dponce.com>
6138
6139 * recentf.el (recentf-save-file-modes): New option.
6140 (recentf-save-list): Use it.
6141
6142 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
6143
6144 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
6145 (mode-line-mule-info, mode-line-modified): Move bindings from
6146 mouse-3 to mouse-1.
6147
6148 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
6149
6150 * simple.el (sendmail-user-agent-compose): Revert last change.
6151
6152 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6153
6154 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
6155 Use with-current-buffer.
6156 (ange-ftp-gwp-start): Remove unused var `gw-user'.
6157 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
6158 (ange-ftp-insert-directory): Remove unused var `short'.
6159 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
6160
6161 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
6162 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
6163
6164 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
6165 (check-calendar-holidays, diary-list-entries): Autoload.
6166 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
6167 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
6168
6169 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
6170 which mistakenly removed a call to display-buffer.
6171
6172 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
6173
6174 * obsolete/iso-insert.el: Move to obsolete/ from international/.
6175
6176 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
6177
6178 * progmodes/hideshow.el
6179 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
6180 (hs-allow-nesting): New user var.
6181 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
6182 (hs-hide-block-at-point): When nesting allowed,
6183 if there is already an overlay in place, delete it.
6184 (hs-safety-is-job-n): Delete func; remove call sites.
6185 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
6186 (hs-overlay-at): New func.
6187 (hs-already-hidden-p, hs-show-block): Use it.
6188 (hs-hide-all): Don't pre-clean if nesting allowed.
6189 (hs-show-all): Temporarily disallow
6190 nesting around call to `hs-discard-overlays'.
6191
6192 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
6193
6194 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
6195 Delete unused local var.
6196
6197 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
6198
6199 * help-fns.el (describe-categories): "?\ " -> "?\s".
6200 (help-do-arg-highlight): Recognize also ARG-n, as in
6201 `move-to-left-margin' (ARG+n is already recognized). Simplify.
6202
6203 * international/codepage.el (dos-unsupported-char-glyph):
6204 * net/newsticker.el (tool-bar-map, w3-mode-map)
6205 (w3m-minor-mode-map):
6206 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
6207 (ent-alist):
6208 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
6209
6210 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
6211
6212 * custom.el (custom-push-theme): Handle the case where a symbol is
6213 bound but face properties have not yet been assigned.
6214
6215 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
6216 Fix behavior if noerase is `t' and there is no mail buffer.
6217
6218 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
6219 if `continue' is nil, rather than signal an error.
6220
6221 2005-09-12 Richard M. Stallman <rms@gnu.org>
6222
6223 * font-lock.el (font-lock-keywords): Add autoload.
6224
6225 * help-fns.el (describe-variable): Rearrange to put source link
6226 in a predictable place.
6227
6228 * net/newsticker.el: New file.
6229
6230 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6231
6232 * calendar/calendar.el (calendar-for-loop): Add edebug info.
6233 (calendar-basic-setup): Use the new nil arg.
6234 (number-of-diary-entries): Move to diary-lib.el.
6235
6236 * calendar/diary-lib.el: Use with-current-buffer, match-string.
6237 (diary-list-entries): Use with-syntax-table and dolist.
6238 Rename from list-diary-entries.
6239 Use number-of-diary-entries if `number' is nil.
6240 (diary, diary-view-entries): Use this new name and new nil arg value.
6241 (number-of-diary-entries): Move from calendar.el.
6242 (diary-unhide-everything): New function.
6243 (include-other-diary-files, fancy-diary-display)
6244 (diary-show-all-entries, make-diary-entry): Use it.
6245 (diary-mail-entries): Use buffer-string.
6246 (mark-diary-entries): Fix long standing paren typo.
6247 (diary-sexp-entry): Use count-lines.
6248 (make-diary-entry): Avoid `previous-line'.
6249 (diary-mode-map): New var.
6250 (diary-mode): Redraw cal after saving. Setup header-line.
6251 (fancy-diary-display-mode): Use local-set-key.
6252
6253 * startup.el (command-line): Try calling various terminal-init-foo-bar
6254 functions by stripping hyphenated suffixes from $TERM.
6255
6256 * files.el (normal-mode): Check boundness of font-lock-keywords.
6257
6258 2005-09-12 Richard M. Stallman <rms@gnu.org>
6259
6260 * progmodes/compile.el: Don't decide a file's directory
6261 until the user actually tries to go there.
6262 (compilation-next-error-function):
6263 Pass compilation-find-file the directory from the file-struct.
6264 (compilation-internal-error-properties): Separate local FILE-STRUCT
6265 from FILE. Doc the args better. Rename arg FMT to FMTS.
6266 (compilation-find-file): Arg DIR renamed to DIRECTORY.
6267 Expand it, and if nil, use default-directory.
6268 (compilation-get-file-structure): Don't mix specified directory
6269 with default directory. Put specified directory into
6270 file-struct. Don't make the file name absolute.
6271
6272 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6273 (compile-command): Add autoload.
6274 (compilation-disable-input): Add autoload.
6275
6276 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
6277
6278 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
6279 strings of the variables it can override.
6280 (time-stamp): New (as yet undocumented) time-stamp-format escapes
6281 %Q and %q, for fully-qualified domain name and unqualified host name.
6282
6283 2005-09-11 Kim F. Storm <storm@cua.dk>
6284
6285 * emacs-lisp/authors.el (authors-aliases): Update list.
6286 (authors-fixed-entries): Update mldrag.el entry.
6287
6288 2005-09-10 Alan Mackenzie <acm@muc.de>
6289
6290 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
6291 from the region narrowed to.
6292
6293 2005-09-10 Magnus Henoch <mange@freemail.hu>
6294
6295 * textmodes/ispell.el (ispell-check-version): Signal an error if
6296 aspell version is less than 0.60.
6297
6298 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
6299
6300 * progmodes/octave-inf.el (inferior-octave-startup):
6301 Resync current dir at the end.
6302
6303 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
6304
6305 * woman.el (woman-topic-at-point-default):
6306 Rename to woman-use-topic-at-point-default.
6307 (woman-topic-at-point): Rename to woman-use-topic-at-point.
6308 (woman-file-name): Reflect renames above. Automatically use the
6309 word at point as topic if woman-use-topic-at-point is non-nil.
6310 Otherwise offer it as default but don't insert it in the
6311 minibuffer. Also use `test-completion' instead of `assoc' as
6312 suggested by Stefan Monnier.
6313
6314 2005-09-10 Andre Spiegel <spiegel@gnu.org>
6315
6316 * vc.el (vc-directory, vc-update-change-log): Throw an error on
6317 the attempt to do it over Tramp. This is not yet supported.
6318
6319 2005-09-10 Eli Zaretskii <eliz@gnu.org>
6320
6321 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6322 (menu-bar-non-minibuffer-window-p): New functions.
6323 ("Split Window", "Save As..."): Use them.
6324 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
6325 ("Print Buffer", "Truncate Long Lines in this Buffer"):
6326 Use menu-bar-menu-frame-live-and-visible-p.
6327 ("Save Buffer", "Insert File", "Open Directory...")
6328 ("Open File...", "Visit New File..."):
6329 Use menu-bar-non-minibuffer-window-p.
6330 (kill-this-buffer-enabled-p, dired <menu-enable>):
6331 Use menu-bar-non-minibuffer-window-p.
6332
6333 2005-09-09 Eli Zaretskii <eliz@gnu.org>
6334
6335 * cus-start.el (all): Don't complain about fringe-related
6336 built-ins if fringes are not supported. Ditto about
6337 selection-related built-ins. Fix the test for GTK-related built-ins.
6338
6339 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
6340 ("Postscript Print Buffer", "Print Region", "Save As...")
6341 ("Save", "Insert File...", "Open Directory...")
6342 ("Open File...", "Visit New File..."")
6343 ("Truncate Long Lines in this Buffer"): Don't look at
6344 menu-updating-frame if this display does not support multiple frames.
6345
6346 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6347
6348 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
6349
6350 2005-09-09 Emilio Lopes <eclig@gmx.net>
6351
6352 * woman.el: Format- and whitespace-related changes.
6353
6354 2005-09-09 Eli Zaretskii <eliz@gnu.org>
6355
6356 * woman.el: Fix my email address.
6357
6358 2005-09-08 Richard M. Stallman <rms@gnu.org>
6359
6360 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
6361 (sh-mode): Locally set skeleton-pair-default-alist.
6362
6363 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
6364
6365 * progmodes/flymake.el: Require `compile' unconditionally.
6366
6367 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
6368
6369 * woman.el (woman-file-name): Provide a default, not initial input.
6370
6371 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
6372
6373 * font-lock.el (font-lock-support-mode): Doc fix.
6374
6375 * descr-text.el (describe-property-list): Handle non-symbol prop names.
6376
6377 2005-09-08 Richard M. Stallman <rms@gnu.org>
6378
6379 * simple.el (blink-matching-open): Get rid of text props from
6380 the string shown in echo area. Don't permanently set point.
6381 Some rearrangements.
6382
6383 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
6384
6385 * recentf.el (recentf-filename-handler): Add custom choice
6386 `abbreviate-file-name'.
6387
6388 * msb.el (msb--very-many-menus): Fix typo.
6389
6390 * disp-table.el (standard-display-european): Don't set
6391 enable-multibyte-characters to nil.
6392
6393 2005-09-08 David Ponce <david@dponce.com>
6394
6395 * recentf.el (recentf-show-file-shortcuts-flag): New option.
6396 (recentf-expand-file-name): Doc fix.
6397 (recentf-dialog-mode-map): Define digit shortcuts.
6398 (recentf--files-with-key): New variable.
6399 (recentf-show-digit-shortcut-filter): New function.
6400 (recentf-open-files-items): New function.
6401 (recentf-open-files): Use it.
6402 (recentf-open-file-with-key): New command.
6403
6404 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
6405
6406 * buff-menu.el (Buffer-menu-sort-by-column): New function.
6407 Suggested by Kim F. Storm.
6408 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
6409 (Buffer-menu-make-sort-button): Use global keymap.
6410
6411 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
6412
6413 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
6414 (Man-getpage-in-background-advice): Remove defadvice; it isn't
6415 necessary any longer with the remapped command.
6416 (Man-bgproc-sentinel-advice): Remove defadvice which counts
6417 formatting time only.
6418
6419 * net/tramp.el (tramp-action-password)
6420 (tramp-multi-action-password): Compile the password prompt from
6421 `method', `user' and `host'. Sometimes it isn't obvious which
6422 password to enter, for example with remote files offered by
6423 recentf.el, or with multiple steps. Suggested by Robert Marshall
6424 <robert@chezmarshall.freeserve.co.uk>.
6425
6426 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6427
6428 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6429 Fix regexp for when "s///" is at the beginning of line.
6430
6431 2005-09-07 Jay Belanger <belanger@truman.edu>
6432
6433 * calc/calc-poly.el (math-expand-term): Multiply out any powers
6434 when in matrix mode.
6435
6436 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6437
6438 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
6439 non-anonymous functions.
6440
6441 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
6442
6443 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
6444 when using a header line. Otherwise, use mouse-1-click-follows-link.
6445
6446 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
6447 can't be moved; don't signal an error.
6448
6449 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
6450
6451 * cus-theme.el (custom-theme-write-faces): Save the current face
6452 spec, not the defface spec.
6453
6454 * custom.el (custom-known-themes): Clarify meaning of "standard".
6455 (custom-push-theme): Save old values in the standard theme.
6456 (disable-theme): Correct typo.
6457 (custom-face-theme-value) Deleted unused function.
6458 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
6459
6460 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6461
6462 * progmodes/compile.el (compilation-goto-locus): Take into account
6463 iconified frames when determining whether the buffer is
6464 already visible.
6465 Don't reset window height if the window already existed.
6466
6467 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
6468
6469 * custom.el (load-theme): Rename from require-theme.
6470 Add interactive spec.
6471 (enable-theme): Rename from custom-enable-theme.
6472 Add interactive spec.
6473 (disable-theme): Rename from custom-disable-theme.
6474 Add interactive spec.
6475 (custom-make-theme-feature): Doc fix.
6476 (custom-theme-directory): Doc fix.
6477 (provide-theme): Call enable-theme.
6478
6479 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6480
6481 * obsolete/lazy-lock.el (lazy-lock-mode):
6482 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
6483 font-lock-mode if it's off. Print a warning instead.
6484
6485 * progmodes/compile.el (compilation-start): Ignore errors if the
6486 process died before we get to send-eof.
6487
6488 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
6489 Undo last change. Enclosing the result in quotes broke things on Unix
6490 since tex-send-command passes it through shell-quote-argument.
6491 (tex-send-command): Pass `file' through convert-standard-filename
6492 when possible.
6493 (tex-uptodate-p): Handle the case where TeX hasn't put additional
6494 info in a transcript.
6495
6496 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
6497
6498 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
6499 fix compilation warning. Reorder the key definitions to group
6500 together keys emitted by the current version of xterm.
6501
6502 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
6503 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
6504 Reorder predicates to correct min-color usage.
6505
6506 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
6507
6508 * longlines.el (longlines-mode): Inhibit read-only when encoding.
6509 Kill local variables when longlines-mode is turned off.
6510
6511 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6512
6513 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
6514
6515 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
6516
6517 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
6518
6519 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
6520 (font-lock-lines-before): Change default to being inactive.
6521 (font-lock-default-fontify-region): Obey font-lock-lines-before.
6522 (font-lock-after-change-function): Don't handle f-l-lines-before here.
6523
6524 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
6525
6526 * net/tramp.el (tramp-handle-make-auto-save-file-name):
6527 Deactivate temporarily advice if active (not needed for Emacs 22,
6528 but for backwards compatibility).
6529 (tramp-exists-file-name-handler): Rewrite. First implementation
6530 was too simple.
6531 (tramp-advice-make-auto-save-file-name):
6532 Call `tramp-handle-make-auto-save-file-name' (again, just for
6533 backwards compatibility).
6534
6535 2005-08-31 Reto Zimmermann <reto@gnu.org>
6536
6537 * progmodes/vhdl-mode.el
6538 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
6539 (vhdl-end-p): Fix indentation bug "else" after "-- when".
6540 (vhdl-set-default-project): New function (easier setting of default).
6541 (vhdl-port-copy): Handle extended identifiers for generics.
6542 (vhdl-compiler-alist): Better description for error message regexp.
6543 (vhdl-make): Query for target, use previous as default.
6544 (vhdl-port-copy): Fix port copy for port names starting with "signal".
6545 (vhdl-font-lock-keywords-2): Fix fontification for record
6546 el. assign.
6547 (vhdl-speedbar-make-subpack-line): Add package body link.
6548 (vhdl-generate-makefile-1): Not include itself as dependency.
6549 (vhdl-font-lock-init): Highlight c-preprocessor directives.
6550 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
6551 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
6552 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
6553 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
6554 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
6555 (vhdl-import-project): Add string argument for `error'.
6556 (vhdl-compose-configuration)
6557 (vhdl-compose-configuration-architecture): Add configuration
6558 declaration generation.
6559 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
6560 (vhdl-trailer-re): Add "record" keyword (better indentation).
6561 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
6562 "[^ \t-\"]+".
6563 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
6564 (vhdl-testbench-entity-file-name)
6565 (vhdl-testbench-architecture-file-name): Allow separate
6566 customization of testbench file names.
6567 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
6568 (vhdl-get-visible-signals): Allow newline within alias declaration.
6569 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
6570 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
6571 (member-ignore-case): Alias for missing function in XEmacs.
6572 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
6573 (vhdl-update-sensitivity-list): Ignore case on read signals.
6574 (vhdl-replace-string): Adjust case only for file names.
6575 (vhdl-update-sensitivity-list): Fix search for read signals.
6576 (vhdl-update-sensitivity-list): Exclude formal parameters.
6577 (vhdl-get-visible-signals): Include aliases of signals.
6578 (vhdl-get-visible-signals): Fix signal name searching.
6579 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
6580 (vhdl-fixup-whitespace-region): Fix for character
6581 literals (e.g. ':').
6582
6583 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
6584
6585 * ansi-color.el (comint-last-output-start):
6586 * bs.el (font-lock-verbose):
6587 * diff-mode.el (add-log-buffer-file-name-function):
6588 * dired-x.el (vm-folder-directory):
6589 * faces.el (help-xref-stack-item):
6590 * files.el (font-lock-keywords):
6591 * find-lisp.el (dired-buffers, dired-subdir-alist):
6592 * ido.el (cua-inhibit-cua-keys):
6593 * log-view.el (cvs-minor-wrap-function):
6594 * outline.el (font-lock-warning-face):
6595 * simple.el (compilation-current-error):
6596 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
6597 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
6598 * tooltip.el (comint-prompt-regexp):
6599 * w32-fns.el (explicit-shell-file-name):
6600 * term/mac-win.el (mac-charset-info-alist)
6601 (mac-services-selection, mac-system-script-code):
6602 * term/tty-colors.el (msdos-color-values):
6603 * term/w32-win.el (xlfd-regexp-registry-subnum):
6604 * term/x-win.el (x-keysym-table, x-selection-timeout)
6605 (x-session-id, x-session-previous-id):
6606 * textmodes/ispell.el (mail-yank-prefix):
6607 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
6608 * textmodes/org.el (calc-embedded-close-formula)
6609 (calc-embedded-open-formula)
6610 (font-lock-unfontify-region-function):
6611 * textmodes/reftex-global.el (isearch-next-buffer-function)
6612 (TeX-master):
6613 * textmodes/reftex.el (font-lock-keywords):
6614 * textmodes/tex-mode.el (font-lock-comment-face)
6615 (font-lock-doc-face):
6616 * textmodes/texinfo.el (outline-heading-alist):
6617 Add defvars.
6618
6619 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
6620 (artist-spray-chars, artist-mode-init, artist-replace-string)
6621 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
6622 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
6623 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
6624
6625 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
6626 (conf-align-assignments): "?\ " -> "?\s".
6627
6628 * textmodes/reftex-index.el (TeX-master): Add defvar.
6629 (reftex-index-phrases-marker): Move up defvar.
6630
6631 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
6632 (reftex-toc-include-labels-indicator)
6633 (reftex-toc-include-index-indicator)
6634 (reftex-toc-max-level-indicator): Move up declarations.
6635
6636 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
6637 of args to `tramp-run-real-handler', even if it's empty in this case.
6638
6639 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6640
6641 * dired.el (dired-move-to-filename-regexp): Add date format for
6642 Mac OS X 10.3 in East Asian locales.
6643
6644 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
6645
6646 * files.el (make-auto-save-file-name): Add file name handler call
6647 if applicable.
6648
6649 * net/tramp.el (tramp-file-name-handler-alist)
6650 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
6651 (tramp-handle-make-auto-save-file-name): Rename from
6652 `tramp-make-auto-save-file-name'.
6653 (tramp-exists-file-name-handler): New defun.
6654 (tramp-advice-make-auto-save-file-name): Make defadvice only when
6655 `make-auto-save-file-name' is not a magic file name operation.
6656
6657 2005-08-30 Richard M. Stallman <rms@gnu.org>
6658
6659 * files.el (risky-local-variable-p):
6660 Match `-predicates' and `-commands.
6661
6662 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
6663 (custom-save-all): Visit the file if necessary;
6664 kill the buffer if we created it.
6665 (custom-save-delete): Don't visit file or kill buffer here.
6666
6667 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
6668
6669 * textmodes/org.el (org-special-keyword): New face.
6670 (org-table-copy-down, org-table-eval-formula)
6671 (org-table-recalculate, org-init-section-numbers):
6672 Use `string-to-number' instead of `string-to-int'.
6673 (org-get-location): Use `insert-buffer-substring' instead of
6674 `insert-buffer'.
6675 (org-modify-diary-entry-string): New function.
6676 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
6677 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
6678 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
6679 active region.
6680 (org-export-as-html): Handle QUOTE keyword.
6681 (org-quote-string): New option.
6682 (org-bookmark-jump-unhide): New function, used for
6683 `bookmark-after-jump-hook'.
6684 (org-diary-default-entry): Apply only when not called through
6685 `org-agenda'.
6686
6687 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
6688
6689 * net/eudc.el (mode-popup-menu):
6690 * play/handwrite.el (ps-printer-name, ps-lpr-command):
6691 * progmodes/ada-mode.el (compile-auto-highlight)
6692 (skeleton-further-elements):
6693 * progmodes/autoconf.el (font-lock-syntactic-keywords):
6694 * progmodes/cmacexp.el (msdos-shells):
6695 * progmodes/compile.el (font-lock-extra-managed-props)
6696 (font-lock-keywords, font-lock-maximum-size)
6697 (font-lock-support-mode):
6698 * progmodes/grep.el (font-lock-lines-before):
6699 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
6700 * progmodes/mixal-mode.el (compile-command):
6701 * progmodes/perl-mode.el (font-lock-comment-face)
6702 (font-lock-doc-face, font-lock-string-face):
6703 * progmodes/prolog.el (comint-prompt-regexp):
6704 * progmodes/sh-script.el (font-lock-comment-face)
6705 (font-lock-set-defaults, font-lock-string-face):
6706 * progmodes/sql.el (font-lock-keyword-face)
6707 (font-lock-set-defaults, font-lock-string-face):
6708 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
6709 (itimer-version, lazy-lock-defer-contextually)
6710 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
6711 Add defvars.
6712
6713 * progmodes/cperl-mode.el (cperl-electric-lbrace)
6714 (cperl-electric-keyword, cperl-electric-pod)
6715 (cperl-electric-backspace, cperl-forward-re)
6716 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
6717 (vc-rcs-header, vc-sccs-header): Add defvars.
6718
6719 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
6720 (font-lock-syntactic-keywords, gud-find-expr-function):
6721 Add defvars.
6722
6723 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
6724 (gdb-frame-parameters): Declare before use.
6725
6726 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
6727 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
6728 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
6729 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
6730
6731 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
6732 (idlwave-help-with-source): Use `insert-buffer-substring', not
6733 `insert-buffer'.
6734
6735 2005-08-29 Juri Linkov <juri@jurta.org>
6736
6737 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
6738 Put outline-back-to-heading function call inside save-excursion.
6739
6740 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
6741
6742 * man.el (Man-init-defvars, Man-translate-references)
6743 (Man-support-local-filenames, Man-highlight-references):
6744 * progmodes/sql.el (sql-interactive-mode):
6745 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
6746
6747 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
6748 (compilation-mode-font-lock-keywords): Add defvars.
6749 (checkdoc-interactive-loop): "?\ " -> "?\s".
6750
6751 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
6752 (font-lock-doc-face, font-lock-string-face)
6753 (font-lock-keywords-case-fold-search): Add defvars.
6754 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
6755
6756 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
6757 Don't pass X and Y (they are ignored anyway).
6758 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
6759 (mouse-delete-window): Make arguments optional.
6760
6761 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
6762 (caesar-translate-table, minor-modes, news-buffer-save)
6763 (news-group-name, news-minor-modes): Add defvars.
6764
6765 * emacs-lisp/lselect.el (mouse-highlight-priority)
6766 (x-lost-selection-functions, zmacs-regions):
6767 * emacs-lisp/pp.el (font-lock-verbose):
6768 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
6769 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
6770 (ses-mode-map):
6771 * emacs-lisp/tcover-unsafep.el (safe-functions):
6772 * international/mule-cmds.el (mac-system-coding-system)
6773 (mac-system-locale):
6774 * language/ethio-util.el (rmail-current-message)
6775 (rmail-message-vector):
6776 * language/thai-util.el (thai-auto-composition-mode):
6777 * mail/metamail.el (rmail-current-message, rmail-message-vector):
6778 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
6779 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
6780 (vm-primary-inbox, vm-spool-files):
6781 * mail/rmail.el (deleted-head, font-lock-fontified)
6782 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
6783 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
6784 (total-messages):
6785 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
6786 (rmail-summary-mode-map):
6787 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
6788 (rmail-last-label, rmail-last-multi-labels)
6789 (rmail-summary-vector, rmail-total-messages):
6790 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
6791 * mail/rmailsum.el (msgnum):
6792 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
6793 (rmail-current-message):
6794 * obsolete/fast-lock.el (font-lock-face-list):
6795 * obsolete/rnewspost.el (mail-reply-buffer):
6796 * obsolete/scribe.el (compile-command):
6797 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
6798
6799 2005-08-28 John Paul Wallington <jpw@gnu.org>
6800
6801 * ibuf-ext.el (ibuffer-auto-update-changed):
6802 Use `frame-or-buffer-changed-p' to check whether we need to update.
6803 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
6804 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
6805 as a `frame-or-buffer-changed-p' state vector instead.
6806
6807 2005-08-27 Romain Francoise <romain@orebokech.com>
6808
6809 * textmodes/makeinfo.el (makeinfo-compile):
6810 Use `compilation-start'. Set `next-error-function' according to
6811 `disable-errors'.
6812 (makeinfo-next-error): New function.
6813 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
6814 (makeinfo-buffer): Likewise.
6815
6816 * progmodes/compile.el (compilation-start): Add autoload cookie.
6817
6818 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
6819 * textmodes/sgml-mode.el: Likewise.
6820 * progmodes/python.el: Likewise.
6821
6822 2005-08-27 Eli Zaretskii <eliz@gnu.org>
6823
6824 * simple.el (blink-matching-paren-distance): Document the meaning
6825 of nil value, and allow to customize to nil.
6826
6827 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
6828 command.com, not command.exe.
6829
6830 2005-08-26 John Wiegley <johnw@newartisans.com>
6831
6832 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
6833 code around a bit so that an extraneous nil argument is not added
6834 to a command when no args are given.
6835
6836 * eshell/esh-arg.el (eshell-parse-double-quote): If a
6837 double-quoted argument resolves to nil, return it as an empty
6838 string rather than as nil. This made it impossible to pass "" to
6839 a shell script as a null string argument.
6840
6841 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
6842
6843 * outline.el (outline-invent-heading): New fun.
6844 (outline-promote, outline-demote): Use it.
6845 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
6846 (outline-end-of-subtree): Remove unused var `opoint'.
6847
6848 2005-08-26 David Reitter <david.reitter@gmail.com>
6849
6850 * menu-bar.el (truncate-lines, write-file, print-buffer)
6851 (ps-print-buffer-faces, ps-print-buffer, split-window):
6852 Disable menu items when the frame they refer to is invisible, or when
6853 they refer to a buffer and the minibuffer is selected.
6854
6855 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
6856
6857 * progmodes/flymake.el (flymake-highlight-err-lines):
6858 Use save-excursion around flymake-highlight-line to preserve point.
6859
6860 2005-08-26 Eli Zaretskii <eliz@gnu.org>
6861
6862 * progmodes/octave-mod.el: Change Author and Maintainer address.
6863 (octave-maintainer-address): Change Kurt's email address.
6864 * progmodes/octave-inf.el: Change Author and Maintainer address.
6865 * progmodes/octave-hlp.el: Change Author and Maintainer address.
6866
6867 2005-08-26 Kim F. Storm <storm@cua.dk>
6868
6869 * subr.el (version-list-<, version-list-<=, version-list-=):
6870 Renamed from integer-list-*.
6871 (version-list-not-zero): Likewise. Fix while loop.
6872 (version=): Use version-list-= instead of string-equal.
6873
6874 2005-08-26 Richard M. Stallman <rms@gnu.org>
6875
6876 * outline.el (outline-promote): Try shortening the heading.
6877 As last resort, read the heading to use.
6878 (outline-demote): As last resort, read the heading to use.
6879
6880 2005-08-26 Romain Francoise <romain@orebokech.com>
6881
6882 * progmodes/compile.el (compilation-start): Doc fix.
6883
6884 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
6885 (antlr-font-lock-additional-keywords): Fix reference to
6886 `antlr-font-lock-literal-regexp' erroneously changed during the
6887 mass face rename.
6888 (antlr-run-tool): Use `compilation-start'.
6889
6890 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
6891 instead of the obsolete `compile-internal'.
6892
6893 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
6894
6895 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
6896 (number, original-date):
6897 * calendar/cal-china.el (date):
6898 * calendar/cal-coptic.el (date):
6899 * calendar/cal-french.el (date):
6900 * calendar/cal-hebrew.el (date, entry, number, original-date):
6901 * calendar/cal-islam.el (date, number, original-date):
6902 * calendar/cal-iso.el (date):
6903 * calendar/cal-julian.el (date):
6904 * calendar/cal-mayan.el (date):
6905 * calendar/cal-menu.el (date, event):
6906 * calendar/cal-persia.el (date):
6907 * calendar/lunar.el (date):
6908 * calendar/solar.el (date): Add defvars.
6909
6910 * emerge.el:
6911 * ibuffer.el:
6912 * info-xref.el:
6913 * obsolete/bg-mouse.el:
6914 * obsolete/sun-curs.el:
6915 * obsolete/swedish.el: Move the `defvar's to the top level.
6916
6917 * smerge-mode.el (smerge-refined-change): Add :group.
6918
6919 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
6920
6921 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
6922 (smerge-keep-n): Remove props.
6923 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
6924 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
6925 now that it's done in smerge-keep-n.
6926 (smerge-refined-change): New face.
6927 (smerge-refine-chopup-region, smerge-refine-highlight-change)
6928 (smerge-refine): New funs.
6929 (smerge-basic-map): Bind smerge-refine.
6930
6931 2005-08-25 Juri Linkov <juri@jurta.org>
6932
6933 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
6934 compilation-process-setup-function and compilation-disable-input
6935 in grep-mode instead of let-bindings in grep.
6936
6937 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
6938 Delete "Automatic File De/compression" (auto-compression-mode).
6939
6940 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
6941
6942 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
6943 Silence warning about non-existent variable.
6944
6945 2005-08-25 Richard M. Stallman <rms@gnu.org>
6946
6947 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
6948 Rename "Describe Key" to "Describe Key or Mouse Operation".
6949
6950 * mail/mailalias.el (build-mail-aliases): Delete comments
6951 from the contents before processing them.
6952
6953 * isearch.el (isearch-edit-string): Erase the Search prompt
6954 if user enters an empty string and there is no default.
6955
6956 * comint.el (comint-file-name-prefix): Add autoload.
6957
6958 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
6959
6960 * subr.el (play-sound): Rearrange to avoid warning.
6961
6962 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
6963
6964 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
6965 New hook.
6966 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
6967
6968 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6969
6970 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
6971
6972 * custom.el (custom-theme-set-variables): Sort minor modes last.
6973
6974 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6975
6976 * subr.el (version-separator, version-regexp-alist): New vars used by
6977 version comparison funs.
6978 (integer-list-<, integer-list-=, integer-list-<=)
6979 (integer-list-not-zero): New funs for integer list comparison.
6980 (version-to-list, version=, version<, version<=): New funs for version
6981 comparison.
6982
6983 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
6984
6985 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
6986 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
6987 time to silence the byte-compiler.
6988
6989 * ibuffer.el (ibuffer-compile-make-eliding-form)
6990 (ibuffer-check-formats): Use `with-no-warnings' to hide references
6991 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
6992 so it's silly to get warnings for it).
6993 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
6994 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
6995 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
6996 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
6997 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
6998 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
6999 Defvar at compile time.
7000 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
7001 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
7002 Declare them before use.
7003
7004 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
7005 (info-xref-good, info-xref-bad): Defvar at compile time.
7006
7007 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
7008 Use `let*' instead of `let'.
7009
7010 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
7011 (*mouse-y*, menu, char): Defvar at compile time.
7012 (sc::menu): Declare it before use.
7013 (sc::pack-one-line): Use `let', not `let*'.
7014
7015 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
7016 (mail-send-hook): Defvar at compile time.
7017
7018 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
7019 Defvar at compile time.
7020
7021 * term/sun-mouse.el (current-global-mousemap)
7022 (current-local-mousemap): Declare them before use.
7023
7024 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
7025
7026 * bookmark.el (bookmark-after-jump-hook): New hook.
7027 (bookmark-jump): Run `bookmark-after-jump-hook'.
7028
7029 2005-08-23 Juri Linkov <juri@jurta.org>
7030
7031 * faces.el (minibuffer-prompt): Doc fix.
7032
7033 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
7034
7035 * progmodes/xscheme.el: Trivial changes to silence warnings.
7036 (xscheme-previous-mode, xscheme-previous-process-state):
7037 Add defvars.
7038 (xscheme-last-input-end, xscheme-process-command-line)
7039 (xscheme-process-name, xscheme-buffer-name)
7040 (xscheme-expressions-ring-max, xscheme-expressions-ring)
7041 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
7042 (xscheme-control-g-synchronization-p)
7043 (xscheme-control-g-disabled-p, xscheme-string-receiver)
7044 (default-xscheme-runlight, xscheme-runlight)
7045 (xscheme-runlight-string, xscheme-process-filter-state)
7046 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
7047 Move to beginning of file.
7048 (scheme-interaction-mode-commands-alist)
7049 (scheme-interaction-mode-map, scheme-debugger-mode-map):
7050 Declare them before use. Note: the initialization code for the variables
7051 has not been moved because it uses functions that reference the variables.
7052 (xscheme-control-g-message-string, xscheme-process-filter-alist)
7053 (xscheme-prompt-for-expression-map): Declare them before use.
7054 (scheme-debugger-mode-commands): "?\ " -> "?\s".
7055
7056 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
7057
7058 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
7059
7060 2005-08-22 Juri Linkov <juri@jurta.org>
7061
7062 * faces.el (set-face-underline): Delete this duplicate function
7063 and make an obsolete alias to set-face-underline-p.
7064 (set-face-underline-p): Use docstring of set-face-underline.
7065 (describe-face): Create hyperlink to parent face.
7066
7067 * info.el (Info-insert-dir): Use save-excursion around
7068 insert-buffer-substring.
7069 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
7070 (Info-escape-percent): Delete function.
7071 (Info-fontify-node): Replace Info-escape-percent by
7072 replace-regexp-in-string with REP arg set to lambda that
7073 duplicates `%' and preserves text properties.
7074
7075 * progmodes/compile.el (compilation-disable-input): Doc fix.
7076 (define-compilation-mode): Doc fix and refill.
7077 (kill-compilation): Use `mode-name' in the error message.
7078 (compilation-find-file): Use `compilation-error' in the
7079 read-file-name's prompt.
7080
7081 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7082
7083 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
7084 (smerge-auto-leave): Make undo re-enable the mode.
7085 (debug-ignored-errors): Add the user-error of impossible resolution.
7086 (smerge-resolve): Move things around a bit, in preparation for later.
7087 (smerge-diff): Don't fail if the buffer has no associated file.
7088 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
7089 (smerge-conflict-overlay): New function.
7090 (smerge-match-conflict): Don't add text properties here.
7091 (smerge-find-conflict): Instead, add an overlay here.
7092 Also check for the case where we're inside a conflict already, so as to
7093 obviate the need for font-lock-multiline, which is unbearably slow with
7094 large conflicts and ciomplex font-lock patterns.
7095 (smerge-remove-props): Remove overlay rather than text-properties.
7096 (smerge-mode): Don't set font-lock-multiline.
7097 Remove overlays when turned off.
7098
7099 2005-08-21 Kim F. Storm <storm@cua.dk>
7100
7101 * ido.el (ido-ignore-item-p): Use save-match-data.
7102 Bind case-fold-search to ido-case-fold locally.
7103
7104 2005-08-20 Richard M. Stallman <rms@gnu.org>
7105
7106 * files.el (normal-mode): If font lock is on, turn it off and on.
7107
7108 * subr.el (replace-regexp-in-string): Doc fix.
7109
7110 * startup.el (command-line-1): Don't suppress startup screen
7111 due to existing processes.
7112
7113 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
7114
7115 * progmodes/compile.el (compilation-disable-input): Default to nil.
7116
7117 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
7118
7119 * progmodes/compile.el (compilation-disable-input): New defcustom.
7120 (compilation-start): If compilation-disable-input is non-nil, send
7121 EOF to the compilation process.
7122
7123 2005-08-20 Eli Zaretskii <eliz@gnu.org>
7124
7125 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
7126 Run the argument of tex-shell-cd-command through
7127 convert-standard-filename, to get the correct style of slashes on
7128 Windows, and enclose the result in quotes, in case the file name
7129 includes whitespace or other special characters.
7130
7131 2005-08-19 Andreas Schwab <schwab@suse.de>
7132
7133 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
7134 process.
7135
7136 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
7137
7138 * cus-start.el (minibuffer-prompt-properties): Correct typo.
7139
7140 2005-08-18 Kim F. Storm <storm@cua.dk>
7141
7142 * scroll-lock.el: Fix errors due to incorrect line wrapping.
7143
7144 2005-08-18 Richard M. Stallman <rms@gnu.org>
7145
7146 * scroll-lock.el: New file.
7147
7148 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
7149
7150 * dired.el (dired-move-to-end-of-filename):
7151 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
7152
7153 2005-08-18 Kim F. Storm <storm@cua.dk>
7154
7155 * ido.el (ido-everywhere): Fix defcustom :set function to disable
7156 rather than toggle mode when custom value is nil.
7157 (ido-everywhere): Fix defun doc string.
7158
7159 2005-08-17 Richard M. Stallman <rms@gnu.org>
7160
7161 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
7162 as tag instead of "Inviolable".
7163
7164 2005-08-17 Kim F. Storm <storm@cua.dk>
7165
7166 * windmove.el (windmove-coordinates-of-position): Remove.
7167 (windmove-coordinates-of-window-position): Remove.
7168 (windmove-reference-loc): Use posn-at-point instead.
7169
7170 * subr.el (insert-for-yank-1): Doc fix.
7171
7172 * ido.el (ido-enter-matching-directory): Rename from
7173 ido-enter-single-matching-directory. Change 'slash choice to
7174 'only. Add 'first choice.
7175 (ido-exhibit): Adapt to above changes.
7176
7177 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
7178
7179 * Makefile.in: Expand comment about building loaddefs.el.
7180
7181 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
7182
7183 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
7184 Comment use of defadvice.
7185
7186 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
7187
7188 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
7189
7190 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
7191 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
7192 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
7193 * progmodes/idlw-shell.el, progmodes/ld-script.el,
7194 * progmodes/which-func.el, ruler-mode.el, strokes.el,
7195 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
7196 for backward compatibility for faces that did not appear in the
7197 previous Emacs release.
7198
7199 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
7200
7201 2005-08-15 Kim F. Storm <storm@cua.dk>
7202
7203 * emulation/cua-base.el (cua-delete-region): Return t if
7204 deleted region was non-empty.
7205 (cua-replace-region): Inhibit overwrite-mode for
7206 self-insert-command if replaced region was non-empty.
7207 (cua--explicit-region-start, cua--status-string): Make them
7208 buffer-local at top-level...
7209 (cua-mode): ...rather than when mode is enabled.
7210
7211 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
7212
7213 * progmodes/vhdl-mode.el (vhdl-emacs-21):
7214 Set t for Emacs 21, 22, and so on.
7215
7216 2005-08-15 David Ponce <david@dponce.com>
7217
7218 * tree-widget.el: Update Commentary header.
7219 (tree-widget-theme): Doc fix.
7220 (tree-widget-space-width): New option.
7221 (tree-widget-image-properties): Look up in the default theme too.
7222 (tree-widget--cursors): Only for images with arrow pointer shape.
7223 (tree-widget-lookup-image): Pointer shape is hand by default.
7224 (tree-widget-icon): Rename generic icon widget from
7225 `tree-widget-control'.
7226 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
7227 derive from `tree-widget-icon'.
7228 (tree-widget-handle): Improve default look and feel of the text
7229 representation.
7230 (tree-widget): Rename :*-control properties to :*-icon properties.
7231 Add :action and :help-echo properties.
7232 (tree-widget-after-toggle-functions): Move.
7233 (tree-widget-close-node, tree-widget-open-node): Remove.
7234 (tree-widget-before-create-icon-functions): New hook.
7235 (tree-widget-value-create): Update to allow customization of icons
7236 and nodes at run-time via that new hook.
7237 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
7238 (tree-widget-icon-action, tree-widget-icon-help-echo)
7239 (tree-widget-action, tree-widget-help-echo): New functions.
7240
7241 2005-08-15 Kim F. Storm <storm@cua.dk>
7242
7243 * ido.el (ido-buffer-internal): Use with-no-warnings.
7244 (ido-make-merged-file-list): Use while-no-input.
7245
7246 2005-08-15 Richard M. Stallman <rms@gnu.org>
7247
7248 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
7249 (flyspell-large-region): Fix doc and custom type.
7250
7251 2005-08-14 Richard M. Stallman <rms@gnu.org>
7252
7253 * files.el (interpreter-mode-alist): Doc fix.
7254
7255 * mail/rmail.el (rmail-nonignored-headers): New variable.
7256 (rmail-clear-headers): Use it.
7257 (rmail-reply): Better handling of mail-followup-to header.
7258
7259 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7260 Rename variable from sh-font-lock-keywords. In the `shell' entry,
7261 don't try to refer to executable-font-lock-keywords.
7262 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
7263 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
7264 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
7265 (sh-mode): Set comment-start-skip, local-abbrev-table,
7266 imenu-case-fold-search.
7267 (sh-set-shell): Don't set them here.
7268 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
7269 Don't cache the results in the original alist; don't ever modify
7270 that alist.
7271
7272 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
7273
7274 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
7275 empty.
7276
7277 2005-08-15 Andreas Schwab <schwab@suse.de>
7278
7279 * desktop.el: Put autoload cookie at risky-local-variable declarations.
7280
7281 * dired.el, info.el, mail/rmail.el: Revert last change.
7282
7283 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
7284
7285 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
7286 modification in `eval-after-load' form.
7287 * info.el: Likewise.
7288 * mail/rmail.el: Likewise.
7289
7290 2005-08-14 Juri Linkov <juri@jurta.org>
7291
7292 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7293 Remove highlighting of "Compilation started". Highlight only
7294 the word "finished" in "Compilation finished". Add highlighting
7295 of "interrupt", "killed", "terminated" and the exit code.
7296 (compilation-start): Add newline after header. Use exactly the
7297 same time stamp format as the finishing message.
7298 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
7299
7300 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
7301 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
7302 Add highlighting of "interrupt", "killed", "terminated".
7303
7304 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
7305 enabled and the current command is self-insert-command, call it
7306 explicitly with overwrite-mode bound to nil, to not allow it
7307 to delete the character after the selected region.
7308
7309 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
7310
7311 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
7312 move-end-of-line, end-of-line, and beginning-of-line to the list
7313 of commands after which the echo area is updated.
7314
7315 2005-08-12 Eli Zaretskii <eliz@gnu.org>
7316
7317 * cus-edit.el (custom-save-all, custom-save-delete):
7318 Bind recentf-exclude to exclude custom-file.
7319
7320 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
7321
7322 * mail/rmailsum.el (rmail-summary-end-of-message): New command
7323 to go to the bottom of the mail message. Added to
7324 `rmail-summary-mode-map' with key "/".
7325 (rmail-summary-show-message): New (internal) function for use by
7326 both `rmail-summary-beginning/end-of-message'.
7327 (rmail-summary-beginning-of-message): Change to use
7328 rmail-summary-show-message.
7329
7330 * mail/rmail.el (rmail-end-of-message): New command to go to the
7331 end of the current message. Added to `rmail-mode-map' with key "/".
7332 (rmail-beginning-of-message): Fix to work as documented.
7333 (rmail-mode): Change documentation.
7334
7335 * progmodes/compile.el (compilation-start): Add the line
7336 "Compilation started" with compilation start time.
7337 (compilation-mode-font-lock-keywords): Add `started' to keywords.
7338
7339 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
7340
7341 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
7342 of menu items.
7343
7344 2005-08-11 Richard M. Stallman <rms@gnu.org>
7345
7346 * simple.el (pop-global-mark): Reverse test of widen-automatically.
7347
7348 * battery.el (battery-status-function): Don't use ignore-errors.
7349
7350 2005-08-11 Lute Kamstra <lute@gnu.org>
7351
7352 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
7353 define-obsolete-variable-alias.
7354
7355 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7356
7357 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
7358 (ange-ftp-send-cmd): Revert last change, and expand
7359 the comment explaining the problem.
7360
7361 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
7362
7363 * ldefs-boot.el: Update.
7364
7365 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
7366 item to "Time, Load and Mail". Change help echo text.
7367
7368 * time.el (display-time-use-mail-icon, display-time-format)
7369 (display-time-string-forms): Shorten first line of docstrings.
7370
7371 2005-08-10 Lars Hansen <larsh@soem.dk>
7372
7373 * desktop.el (desktop-buffer-mode-handlers):
7374 Make non-customizable. Add autoload cookie. Change initial value to
7375 nil; add elements in respective modules instead. Fix doc string.
7376 (desktop-load-file): New function.
7377 (desktop-minor-mode-handlers): New autoloaded variable.
7378 (desktop-create-buffer): Call minor mode handlers.
7379 Use desktop-load-file to load major and minor mode modules prior to
7380 checking for a handler.
7381 (desktop-save): Don't add nil to desktop-minor-modes for minor
7382 modes with nil function in desktop-minor-mode-table. Don't delete
7383 desktop file before rewriting it.
7384 (desktop-locals-to-save): Add autoload cookie. Don't make
7385 automatically buffer-local. Add variables column-number-mode,
7386 size-indication-mode, indent-tabs-mode,
7387 indicate-buffer-boundaries, indicate-empty-lines and
7388 show-trailing-whitespace.
7389 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
7390 regexps. Don't use desktop-clear-preserve-buffers-regexp.
7391 (desktop-clear-preserve-buffers-regexp): Delete.
7392 (desktop-clear-preserve-buffers): Update initial value and docstring.
7393 (desktop-save-buffer): Fix doc string.
7394
7395 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
7396 (hilit-chg-desktop-restore): New function.
7397 (highlight-changes-mode): Add highlight-changes-mode to
7398 desktop-locals-to-save.
7399
7400 * dired.el: Add handler to desktop-buffer-mode-handlers.
7401 (dired-restore-desktop-buffer): Remove autoload cookie.
7402 (dired-mode): Add autoload cookie.
7403
7404 * info.el: Add handler to desktop-buffer-mode-handlers.
7405 (Info-restore-desktop-buffer): Remove autoload cookie.
7406 (Info-mode): Add autoload cookie.
7407
7408 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
7409 (mh-restore-desktop-buffer): Remove autoload cookie.
7410 (mh-folder-mode): Add autoload cookie.
7411
7412 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
7413 (rmail-restore-desktop-buffer): Remove autoload cookie.
7414
7415 2005-08-11 Masatake YAMATO <jet@gyve.org>
7416
7417 * hexl.el (hexl-address-region):
7418 (hexl-ascii-region, hexl-font-lock-keywords):
7419 (hexl-highlight-line-range): Use the term "region"
7420 instead of "area" for consistency with the other symbols
7421 defined in hexl.el.
7422
7423 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
7424
7425 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
7426 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
7427 out by Juri Linkov). Add `display-battery-mode'.
7428
7429 2005-08-09 Juri Linkov <juri@jurta.org>
7430
7431 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7432 Remove `-text' from face variable names.
7433 (compilation-error-file-name, compilation-warning-file-name)
7434 (compilation-info-file-name): Delete faces.
7435 (compilation-line-number, compilation-column-number):
7436 Remove face underlining.
7437 (compilation-message-face): Set to `underline' value by default.
7438 (compilation-error-face, compilation-warning-face)
7439 (compilation-info-face): Remove `-file-name' from face names.
7440 (compilation-error-text-face, compilation-warning-text-face)
7441 (compilation-info-text-face): Delete face variables.
7442 (compilation-text-face): Delete function.
7443
7444 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
7445 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
7446 (grep-error-face): Set to `compilation-error' instead of
7447 `compilation-error-face' (which is redefined to `grep-hit-face' in
7448 grep buffers).
7449 (grep-mode-font-lock-keywords): Remove `-text' from face variable
7450 names. Use `grep-error-face' instead of `compilation-error-text-face'.
7451
7452 * dired-aux.el (dired-do-query-replace-regexp):
7453 Use `query-replace-read-args'.
7454
7455 * replace.el (query-replace-read-from, query-replace-read-to)
7456 (query-replace-read-args): Rename arg `string' to `prompt'.
7457
7458 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
7459
7460 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
7461
7462 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
7463 uploading files.
7464 (ange-ftp-canonize-filename): Handle file names beginning with ~
7465 correctly.
7466
7467 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
7468
7469 * textmodes/fill.el (canonically-space-region)
7470 (fill-context-prefix, fill-french-nobreak-p)
7471 (fill-delete-newlines, fill-comment-paragraph)
7472 (justify-current-line): "?\ " -> "?\s".
7473
7474 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
7475
7476 * textmodes/fill.el (fill-nonuniform-paragraphs):
7477 Improve argument/docstring consistency.
7478
7479 2005-08-09 Richard M. Stallman <rms@gnu.org>
7480
7481 * textmodes/ispell.el (ispell-word): More fboundp checks.
7482
7483 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
7484 (find-file-noselect-1): Call it here, only if RAWFILE.
7485 (normal-mode): Always set some major mode.
7486 (save-some-buffers-action-alist): Change some explanation strings.
7487 (file-name-non-special): In the `quote' method, use unwind-protect.
7488
7489 2005-08-09 Magnus Henoch <mange@freemail.hu>
7490
7491 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
7492 (ispell-have-aspell-dictionaries): New variable.
7493 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
7494 (ispell-get-aspell-config-value): New function.
7495 (ispell-aspell-find-dictionary): New function.
7496 (ispell-aspell-add-aliases): New function.
7497 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
7498 appropriate. Don't look for ispell dictionaries if we use aspell.
7499 (ispell-menu-map): Don't build a submenu of dictionaries.
7500
7501 2005-08-09 Richard M. Stallman <rms@gnu.org>
7502
7503 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
7504 (sql-read-passwd): Use read-passwd.
7505
7506 * progmodes/idlw-toolbar.el (idlwave-toolbar)
7507 (idlwave-toolbar-is-possible): Add defvars.
7508
7509 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
7510 Avoid warnings.
7511
7512 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
7513 (idlwave-system-class-info, idlwave-executive-commands-alist):
7514 Use defvar.
7515
7516 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
7517
7518 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
7519 Avoid warnings.
7520
7521 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
7522 and content-type: headers.
7523
7524 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
7525
7526 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
7527 and rename some of them to be more self-explanatory.
7528
7529 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
7530
7531 * startup.el (command-line-1): Implement -scriptload.
7532
7533 * replace.el (occur-engine): Initial *Occur* output not undoable.
7534
7535 * menu-bar.el (menu-bar-file-menu): Rename some menu items
7536 and improve help strings.
7537
7538 * isearch.el (isearch-repeat): When changing direction,
7539 mark search successful.
7540
7541 * ediff-init.el: Use (featurep 'xemacs).
7542
7543 * comint.el (send-invisible): Identify buffer, if not selected.
7544
7545 * align.el: Delete autoload for c-guess-basic-syntax.
7546
7547 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
7548
7549 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
7550 Improve argument/docstring consistency. Doc fixes.
7551 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
7552 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
7553 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
7554 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
7555 (r2bv-organization, r2bv-pages, r2bv-primary-author)
7556 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
7557 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
7558 Defvar at compile time.
7559
7560 2005-08-09 Juri Linkov <juri@jurta.org>
7561
7562 * info.el: Replace `info' with upper-case `Info' where appropriate.
7563 (info-title-1, info-title-2, info-title-3, info-title-4)
7564 (info-menu-header): Move up face definitions.
7565 (info-menu-star): Rename from `info-menu-5'.
7566 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
7567 (Info-fontify-visited-nodes): Fix docstring.
7568 (Info-hide-note-references): Fix docstring.
7569 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
7570 menu items in the same way as on cross-references.
7571 (info-apropos): Fix sorting order and formatting to be like in the
7572 stand-alone Info browser. Display error messages for 1 sec.
7573 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
7574 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
7575 from the menu bar.
7576 (Info-insert-dir): Restore point after calling
7577 `insert-buffer-substring'.
7578
7579 2005-08-08 Richard M. Stallman <rms@gnu.org>
7580
7581 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
7582 (recompute-lucid-menubar): Add defvars.
7583
7584 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
7585
7586 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
7587
7588 * net/net-utils.el (run-dig): Rename from `dig'.
7589
7590 * play/gametree.el (gametree-mode): Use make-local-variable,
7591 not make-variable-buffer-local.
7592
7593 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
7594
7595 * ansi-color.el (ansi-color-make-extent)
7596 (ansi-color-set-extent-face): Use fboundp, not functionp.
7597
7598 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
7599 not make-variable-buffer-local.
7600
7601 * bookmark.el (Info-current-file): Add defvar.
7602 (bookmark-jump-noselect): Use with-no-warnings.
7603
7604 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
7605
7606 * ebuff-menu.el (Helper-return-blurb): Add defvar.
7607
7608 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
7609
7610 * find-file.el (ada-procedure-start-regexp)
7611 (ada-package-start-regexp): Add defvars.
7612
7613 * info.el (Info-insert-dir): Use insert-buffer-substring.
7614
7615 * xml.el (xml-att-def-re): Add defvar.
7616
7617 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
7618 calling convention.
7619
7620 * subr.el (while-no-input): Return t if there is input.
7621
7622 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
7623
7624 * cus-start.el (all): Add `overflow-newline-into-fringe'.
7625
7626 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
7627
7628 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
7629 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
7630
7631 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
7632
7633 * cmuscheme.el (scheme-start-file): Replace reference to
7634 `user-emacs-directory' by "~/.emacs.d/".
7635
7636 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
7637
7638 * info.el (Info-dir-remove-duplicates): Avoid case folding
7639 in loop; instead, keep downcased strings for comparison.
7640 Suggested by Helmut Eller.
7641
7642 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
7643
7644 Sync with Tramp 2.0.50.
7645
7646 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
7647 XEmacs case; not necessary anymore.
7648 (tramp-user-regexp): Allow "@" as part of user name.
7649 (tramp-handle-set-visited-file-modtime)
7650 (tramp-handle-insert-file-contents)
7651 (tramp-handle-write-region): No special handling for
7652 `last-coding-system-used, because this is done in
7653 `tramp-accept-process-output' now.
7654 (tramp-accept-process-output): New defun.
7655 (tramp-process-one-action, tramp-process-one-multi-action)
7656 (tramp-wait-for-regexp, tramp-wait-for-output)
7657 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
7658 Howells <dhowells@redhat.com>.
7659 (clear-visited-file-modtime): Defadvice removed. The check for
7660 unset buffer's modtime does not need to be based on
7661 `tramp-buffer-file-attributes'. Suggested by RMS.
7662 (tramp-message): Insert "\n" if not being at beginning of line.
7663 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
7664 sequence with same logic.
7665 (tramp-completion-handle-expand-file-name): Discard call of
7666 `tramp-drop-volume-letter'. It is not necessary, and there have
7667 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
7668 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7669 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
7670 should always be visible.
7671 (tramp-handle-insert-directory, tramp-setup-complete)
7672 (tramp-set-process-query-on-exit-flag)
7673 (tramp-append-tramp-buffers): Pacify byte-compiler.
7674 (tramp-bug): Delete non-existing variables from list.
7675 Apply `tramp-load-report-modules' as pre-hook.
7676 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
7677 `shell-prompt-pattern' because of non-7bit characters.
7678 Reported by Sebastian Luque <sluque@mun.ca>.
7679 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
7680 (tramp-match-string-list): Remove function.
7681 (tramp-wait-for-regexp): Remove call of that function.
7682 Suggested by Kim F. Storm <storm@cua.dk>.
7683 (tramp-set-auto-save-file-modes): Use octal integer code #o600
7684 instead of octal character code ?\600. The latter resulted in a
7685 syntax error with XEmacs.
7686
7687 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
7688 XEmacs case; not necessary anymore.
7689 (tramp-smb-handle-write-region): No special handling for
7690 `last-coding-system-used, because this is done in
7691 `tramp-accept-process-output' now.
7692 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
7693
7694 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
7695
7696 * wid-edit.el (widget-choice-value-create):
7697 Unconditionally respect user choice. Set :explicit-choice back to nil
7698 when no longer needed.
7699 (widget-choice-action): Unconditionally respect user choice.
7700 Eliminate :explicit-choice-value.
7701
7702 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
7703
7704 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
7705 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
7706 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
7707 running new function `toggle-indicate-empty-lines'.
7708 Rename "Customize" item to "Customize fringe".
7709 Rename "Indicators" item to "Buffer boundaries" and change help echo.
7710 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
7711 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
7712 Delete "Empty lines only" item.
7713 (menu-bar-showhide-fringe-ind-customize): New function.
7714 (menu-bar-showhide-fringe-ind-mixed)
7715 (menu-bar-showhide-fringe-ind-box)
7716 (menu-bar-showhide-fringe-ind-right)
7717 (menu-bar-showhide-fringe-ind-left)
7718 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
7719 instead of `fringe-indicators'.
7720
7721 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
7722
7723 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
7724 Change the date of last update.
7725
7726 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
7727
7728 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
7729 (viper-exec-yank, viper-put-back): Don't display modification msg
7730 if in the minibuffer.
7731
7732 * viper-init.el (viper-replace-overlay-cursor-color)
7733 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
7734 Make variables frame local.
7735
7736 * viper-util.el (viper-append-filter-alist): Use append instead of
7737 nconc.
7738
7739 * viper.el (viper-vi-state-mode-list)
7740 (viper-emacs-state-mode-list): Move help-mode and
7741 completion-list-mode from the first list to the second.
7742 (viper-mode): Docstring.
7743 (viper-go-away, viper-non-hook-settings): Don't localize
7744 minor-mode-alist in newer Emacsen. Add advice to
7745 set-cursor-color. Don't bind "\C-c\\".
7746
7747 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
7748
7749 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
7750 (scheme-macro-expand-command): New user options.
7751 (scheme-trace-procedure, scheme-expand-current-form): New commands.
7752 (scheme-form-at-point, scheme-start-file)
7753 (scheme-interactively-start-process): New functions.
7754 (scheme-get-process): New function, extracted from `scheme-proc'.
7755 (run-scheme): Call `scheme-start-file' to get start file, and pass
7756 it to `make-comint'.
7757 (switch-to-scheme, scheme-proc):
7758 Call `scheme-interactively-start-process' if no Scheme buffer/process
7759 is available.
7760
7761 2005-08-06 Juri Linkov <juri@jurta.org>
7762
7763 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7764 Use `compilation-text-face', `compilation-info-text-face' and
7765 `compilation-error-text-face' instead of `font-lock-keyword-face'.
7766 (compilation-error): New face.
7767 (compilation-error-file-name): Inherit from
7768 `compilation-error' instead of `font-lock-warning-face'.
7769 (compilation-warning-file-name): Inherit from
7770 `compilation-warning' instead of `font-lock-warning-face'.
7771 (compilation-info, compilation-error-file-name)
7772 (compilation-warning-file-name, compilation-info-file-name)
7773 (compilation-line-number, compilation-column-number): Doc fix.
7774 (compilation-error-text-face, compilation-warning-text-face)
7775 (compilation-info-text-face): New face variables.
7776 (compilation-line-face, compilation-column-face)
7777 (compilation-enter-directory-face)
7778 (compilation-leave-directory-face): Doc fix.
7779 (compilation-text-face): New function.
7780
7781 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
7782 instead of 1 to display binary file names as info file links.
7783 (grep-error-face): Use `compilation-error-face' instead of
7784 `font-lock-keyword-face'.
7785 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
7786 and `compilation-warning-text-face' instead of
7787 `font-lock-keyword-face'. Use `compilation-error-text-face'
7788 instead of `grep-error-face'.
7789
7790 2005-08-05 Kenichi Handa <handa@m17n.org>
7791
7792 * international/code-pages.el: Add autoload cookies for all coding
7793 systems.
7794
7795 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
7796
7797 * cus-start.el (all): Put undo.c where it alphabetically belongs.
7798
7799 2005-08-04 Juri Linkov <juri@jurta.org>
7800
7801 * progmodes/compile.el (compilation-mode-map):
7802 * progmodes/grep.el (grep-mode-map):
7803 Bind TAB to `compilation-next-error' and [backtab] to
7804 `compilation-previous-error'.
7805
7806 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
7807 matching line numbers, column numbers and their ranges with regexp
7808 matching only line numbers.
7809 (grep-context-face): New face variable.
7810 (grep-mode-font-lock-keywords): Use it.
7811
7812 * faces.el (read-face-name): Delete duplicate faces.
7813
7814 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
7815
7816 * thumbs.el (thumbs-find-image): Don't make variables
7817 automatically buffer local.
7818 (thumbs-current-tmp-filename, thumbs-current-image-filename)
7819 (thumbs-image-num): Make automatically buffer local.
7820 (thumbs-show-thumbs-list): Use `make-local-variable', not
7821 `make-variable-buffer-local'.
7822 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
7823
7824 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
7825 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
7826 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
7827 (bother, bye, canyou, chatlst, continue, deathlst, describe)
7828 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
7829 (feelings-about, foullst, found, hello, history, howareyoulst)
7830 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
7831 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
7832 (neglst, obj, object, owner, please, problems, qlist)
7833 (random-adjective, relation, remlst, repetitive-shortness)
7834 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
7835 (shortlst, something, sportslst, stallmanlst, states, subj)
7836 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
7837 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
7838 Defvar at compile time.
7839
7840 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
7841 not `make-variable-buffer-local'.
7842
7843 2005-08-02 Kim F. Storm <storm@cua.dk>
7844
7845 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
7846 rectangle overlay in selected window.
7847
7848 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
7849
7850 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
7851 instead of display group. Make `indicate-buffer-boundaries'
7852 customizable through Custom.
7853
7854 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
7855
7856 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
7857 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
7858 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
7859 (gdb-put-string): Fix typos in docstrings.
7860
7861 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
7862
7863 Update copyright notices of files in progmodes directory for
7864 release of Emacs 22.1.
7865
7866 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
7867
7868 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
7869 Don't barf if the GUD buffer has been killed.
7870
7871 2005-08-01 Kim F. Storm <storm@cua.dk>
7872
7873 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
7874
7875 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
7876
7877 * simple.el (next-error-follow-minor-mode):
7878 make-variable-buffer-local -> make-local-variable.
7879
7880 * emacs-lisp/cl-extra.el: Require CL also when compiling.
7881
7882 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
7883 (byte-compile-form-make-variable-buffer-local): New functions to warn
7884 about misuses of make-variable-buffer-local where make-local-variable
7885 was meant.
7886
7887 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
7888
7889 * bs.el (bs-attributes-list): Doc fix.
7890 (bs): Update url-link.
7891
7892 * desktop.el (desktop-save-buffer): Fix typos in docstring.
7893 (desktop-load-default): Simplify.
7894
7895 * ibuffer.el (ibuffer-columnize-and-insert-list)
7896 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
7897 (ibuffer-unmark-all, ibuffer-toggle-marks)
7898 (ibuffer-unmark-forward, ibuffer-unmark-backward)
7899 (ibuffer-compile-make-format-form, ibuffer-format-column)
7900 (ibuffer-current-buffers-with-marks)
7901 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
7902 (ibuffer): Doc fix.
7903 (ibuffer-mode): Fix typo in docstring.
7904 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
7905 with `define-obsolete-variable-alias'.
7906 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
7907
7908 2005-07-29 Kenichi Handa <handa@m17n.org>
7909
7910 * international/mule-cmds.el (select-message-coding-system):
7911 Be sure to use LF for end-of-line. If no coding system is decided,
7912 return iso-8859-1-unix.
7913
7914 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
7915
7916 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
7917 (ange-ftp-pending-error-line): New vars.
7918 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
7919 to handle the non-fatal no-route-to-host messages.
7920 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
7921
7922 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
7923
7924 * isearch.el (isearch-mode-map, isearch-other-meta-char)
7925 (isearch-quote-char, isearch-printing-char)
7926 (isearch-text-char-description): "?\ " -> "?\s".
7927 (isearch-lazy-highlight-cleanup)
7928 (isearch-lazy-highlight-initial-delay)
7929 (isearch-lazy-highlight-interval)
7930 (isearch-lazy-highlight-max-at-a-time)
7931 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
7932 Declare with define-obsolete-*-alias macros.
7933 (isearch-forward): Fix typo in docstring.
7934 (search-invisible, search-ring-yank-pointer)
7935 (regexp-search-ring-yank-pointer): Doc fixes.
7936
7937 * recentf.el (recentf-menu-append-commands-p): Declare with
7938 `define-obsolete-variable-alias'.
7939 (recentf-max-saved-items, recentf-menu-filter)
7940 (recentf-arrange-by-rule-subfilter): Doc fixes.
7941 (recentf-menu-append-commands-flag)
7942 (recentf-initialize-file-name-history, recentf-expand-file-name)
7943 (recentf-clear-data): Fix typos in docstrings.
7944
7945 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
7946
7947 * progmodes/gdb-ui.el: Smarten comments.
7948 (gdb-info-breakpoints-custom): Use nowarn when finding file.
7949
7950 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7951
7952 * term/apollo.el (terminal-init-apollo): New function containing
7953 all former top level forms in the file.
7954 * term/bobcat.el (terminal-init-bobcat):
7955 * term/cygwin.el (terminal-init-cygwin):
7956 * term/iris-ansi.el (terminal-init-iris-ansi):
7957 * term/linux.el (terminal-init-linux):
7958 * term/news.el (terminal-init-news):
7959 * term/rxvt.el (terminal-init-rxvt):
7960 * term/sun.el (terminal-init-sun):
7961 * term/tvi970.el (terminal-init-tvi970):
7962 * term/vt100.el (terminal-init-vt100):
7963 * term/vt102.el (terminal-init-vt102):
7964 * term/vt125.el (terminal-init-vt125):
7965 * term/vt200.el (terminal-init-vt200):
7966 * term/vt201.el (terminal-init-vt201):
7967 * term/vt220.el (terminal-init-vt220):
7968 * term/vt240.el (terminal-init-vt240):
7969 * term/vt300.el (terminal-init-vt300):
7970 * term/vt320.el (terminal-init-vt320):
7971 * term/vt400.el (terminal-init-vt400):
7972 * term/vt420.el (terminal-init-vt420):
7973 * term/wyse50.el (terminal-init-wyse50):
7974 * term/xterm.el (terminal-init-xterm): Likewise.
7975
7976 * term/README: Describe the terminal-init-* functionality.
7977
7978 * startup.el (command-line): After loading the terminal initialization
7979 file call the corresponding terminal initialization function.
7980
7981 2005-07-27 Kenichi Handa <handa@m17n.org>
7982
7983 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
7984 negative.
7985
7986 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
7987 (ps-mule-composition-prologue): Fix for the case that
7988 RelativeCompose is false.
7989
7990 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7991
7992 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
7993
7994 * descr-text.el (describe-char): Handle the case where the list of
7995 chars is displayed in a separate frame.
7996 Be a bit more discriminating when looking for the char.
7997
7998 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
7999
8000 * bookmark.el (bookmark-automatically-show-annotations)
8001 (bookmark-read-annotation-text-func): Doc fixes.
8002 (bookmark-save): Improve argument/docstring consistency.
8003 (bookmark-get-bookmark, bookmark-get-bookmark-record)
8004 (bookmark-alist-from-buffer)
8005 (bookmark-upgrade-file-format-from-0)
8006 (bookmark-grok-file-format-version)
8007 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
8008 (bookmark-read-annotation-mode)
8009 (bookmark-insert-current-bookmark, bookmark-jump)
8010 (bookmark-exit-hook): Fix typos in docstrings.
8011 (bookmark-exit-hooks): Define as obsolete alias.
8012 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
8013 not `bookmark-exit-hooks'. Fix docstring.
8014 (bookmark-bmenu-select): "?\ " -> "?\s".
8015
8016 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
8017
8018 * startup.el (command-line): Fix typo.
8019
8020 2005-07-24 Richard M. Stallman <rms@gnu.org>
8021
8022 * tooltip.el (tooltip-mode): Test emacs-basic-display,
8023 not emacs-quick-startup.
8024
8025 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
8026
8027 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
8028 (reb-next-match, reb-show-subexp): Use `with-selected-window'
8029 instead of `reb-with-current-window'.
8030 (reb-prev-match): Likewise. Also, don't move left if the search
8031 was unsuccessful.
8032 (reb-initialize-buffer): New function.
8033 (re-builder, reb-change-syntax): Use it.
8034
8035 * man.el (Man-goto-page): Make second argument NOERROR optional.
8036
8037 2005-07-23 Richard M. Stallman <rms@gnu.org>
8038
8039 * man.el (Man-bgproc-sentinel): Check here for failure to find
8040 any man page in the output, and report the error here.
8041 (Man-arguments): Make it permanent local.
8042 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
8043 (Man-mode): Pass t for NOERROR.
8044
8045 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
8046 (grep-mode-font-lock-keywords):
8047 Don't use compilation-...-face for messages that are not file names.
8048
8049 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8050 Don't use compilation-...-face for messages that are not file names.
8051
8052 2005-07-22 Juri Linkov <juri@jurta.org>
8053
8054 * startup.el (normal-splash-screen): Update menu name.
8055
8056 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
8057
8058 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8059
8060 * term/xterm.el: Load term/rxvt if the terminal is actually an
8061 rxvt terminal.
8062 (xterm-rxvt-set-background-mode): Remove, not used anymore.
8063
8064 * term/rxvt.el (function-key-map): Use substitute-key-definition
8065 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
8066
8067 * term/cygwin.el: New file.
8068
8069 2005-07-22 Kim F. Storm <storm@cua.dk>
8070
8071 * image-file.el (insert-image-file, image-file-yank-handler):
8072 Fix last change to maintain a (unique) yank-handler on yanked images.
8073
8074 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
8075
8076 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
8077 of the file size (as in "177B" for 177 bytes). This happens with
8078 "ls -lh" on FreeBSD.
8079
8080 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
8081
8082 * hilit-chg.el (highlight-changes-global-initial-state)
8083 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
8084 (hilit-chg-fixup, highlight-changes-mode):
8085 Fix typos in docstrings.
8086 (highlight-changes-global-modes, highlight-changes-rotate-faces):
8087 Doc fixes.
8088
8089 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
8090
8091 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
8092 mode function using `eval-after-load'.
8093
8094 2005-07-21 Kim F. Storm <storm@cua.dk>
8095
8096 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
8097 included when reporting an emacs crash, and tell about the DEBUG file.
8098
8099 * image-file.el (insert-image-file): Add yank-handler.
8100 (image-file-yank-handler): Yank handler to make unique copies of
8101 images when they are yanked into a buffer next to each other.
8102
8103 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
8104
8105 * comint.el (comint-use-prompt-regexp, comint-send-input)
8106 (comint-source-default, comint-extract-string)
8107 (comint-get-source, comint-word, comint-completion)
8108 (comint-source, comint-prompt-read-only, comint-update-fence):
8109 Fix typos in docstrings.
8110 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
8111 Declare with define-obsolete-*-alias macros.
8112 (comint-previous-matching-input-from-input)
8113 (comint-next-matching-input-from-input)
8114 (comint-previous-matching-input, comint-next-matching-input)
8115 (comint-forward-matching-input):
8116 Improve argument/docstring consistency.
8117
8118 * desktop.el (desktop-clear-preserve-buffers-regexp):
8119 Also preserve the *server* buffer.
8120
8121 * simple.el (clone-indirect-buffer): Doc fix.
8122 (fixup-whitespace, just-one-space)
8123 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
8124 (next-error, next-error-highlight)
8125 (next-error-highlight-no-select, next-error-last-buffer)
8126 (next-error-buffer-p, next-error-find-buffer, next-error)
8127 (previous-error, next-error-no-select, previous-error-no-select)
8128 (open-line, split-line, minibuffer-prompt-width, kill-new)
8129 (binary-overwrite-mode): Fix typos in docstrings.
8130 (set-fill-column): Fix typo in message.
8131
8132 * skeleton.el (skeleton-proxy-new): Doc fix.
8133
8134 * strokes.el (strokes-load-hook): Doc fix.
8135 (strokes-grid-resolution, strokes-get-grid-position)
8136 (strokes-renormalize-to-grid, strokes-read-stroke)
8137 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
8138 (strokes-global-map): Fix typos in docstrings.
8139 (strokes-help): Doc fix. Fix help message and pass it through
8140 `substitute-command-keys'.
8141
8142 * tempo.el (tempo-insert-prompt, tempo-interactive)
8143 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
8144 (tempo-insert-string-functions, tempo-local-tags)
8145 (tempo-define-template, tempo-insert-template)
8146 (tempo-insert-prompt-compat, tempo-is-user-element)
8147 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
8148 Fix typos in docstrings.
8149
8150 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
8151 (vcursor-key-bindings, vcursor-use-vcursor-map)
8152 (vcursor-find-window, vcursor-scroll-down)
8153 (vcursor-disable, vcursor-beginning-of-buffer)
8154 (vcursor-end-of-buffer): Fix typos in docstrings.
8155 (vcursor-relative-move, vcursor-get-char-count):
8156 Improve argument/docstring consistency.
8157
8158 * version.el: "?\ " -> "?\s".
8159
8160 * wid-edit.el (widget-default-create, widget-after-change)
8161 (widget-default-format-handler, widget-checklist-add-item)
8162 (widget-radio-add-item, widget-choose, widget-specify-secret)
8163 (widget-field-value-create, widget-field-value-get)
8164 (widget-editable-list-format-handler)
8165 (widget-editable-list-entry-create, widget-group-value-create)
8166 (widget-documentation-link-add)
8167 (widget-documentation-string-value-create): "?\ " -> "?\s".
8168 (widget-convert-text): Doc fix.
8169 (widget-narrow-to-field, widget-field-find)
8170 (widget-url-link-action, widget-emacs-library-link-action)
8171 (widget-color-notify): Fix typos in docstrings.
8172
8173 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
8174 (x-select-text, set-w32-system-coding-system)
8175 (w32-add-charset-info): Fix typos in docstrings.
8176
8177 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
8178 (cua-enable-cua-keys, cua-use-hyper-key)
8179 (cua-virtual-rectangle-edges): Fix typos in docstrings.
8180 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
8181
8182 * net/tramp.el (tramp-handle-load): Fix typo in error message.
8183
8184 * emacs-lisp/re-builder.el (regexp-builder): Declare with
8185 `defalias' instead of faking it.
8186
8187 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
8188 (eshell-ls-missing, eshell-ls-dired-initial-args)
8189 (eshell-ls-use-in-dired): Fix typos in docstrings.
8190
8191 2005-07-20 Kim F. Storm <storm@cua.dk>
8192
8193 * emulation/cua-base.el (cua-mode): Improve doc string.
8194
8195 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
8196
8197 * abbrev.el (expand-region-abbrevs): Doc fix.
8198 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
8199 Improve argument/docstring consistency.
8200
8201 * arc-mode.el (archive-get-descr, archive-alternate-display):
8202 Doc fixes.
8203 (archive-l-e): Improve argument/docstring consistency.
8204 (archive-tmpdir, archive-unixdate, archive-unixtime)
8205 (archive-chmod-entry): Fix typos in docstrings.
8206 (archive-unflag, archive-unflag-backwards)
8207 (archive-unmark-all-files): "?\ " -> "?\s".
8208
8209 * buff-menu.el (Buffer-menu-unmark): Doc fix.
8210 (Buffer-menu-not-modified, Buffer-menu-execute)
8211 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
8212 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
8213
8214 * composite.el (compose-string, encode-composition-rule)
8215 (compose-last-chars): Fix typos in docstrings.
8216
8217 * desktop.el (desktop-enable, desktop-basefilename):
8218 Declare with `define-obsolete-variable-alias'.
8219 (desktop-internal-v2s): Don't quote keywords.
8220 (desktop-clear): "?\ " -> "?\s".
8221
8222 * dired.el (dired-align-file, dired-flag-backup-files)
8223 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
8224 (dired-listing-switches, dired-ls-F-marks-symlinks)
8225 (dired-dwim-target, dired-load-hook, dired-mode-hook)
8226 (dired-directory, dired-faces, dired, dired-revert)
8227 (dired-mode, dired-summary, dired-view-file)
8228 (dired-copy-filename-as-kill, dired-delete-file)
8229 (dired-no-confirm, dired-unmark-all-marks)
8230 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
8231 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
8232 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
8233 Fix typos in message strings.
8234
8235 * dired-x.el (virtual-dired): Declare with `defalias'.
8236 (dired-mark-unmarked-files, dired-local-variables-file)
8237 (dired-omit-here-always): Doc fix.
8238 (dired-omit-mode, dired-find-subdir)
8239 (dired-enable-local-variables, dired-clean-up-buffers-too)
8240 (dired-extra-startup, dired-mark-extension, dired-jump)
8241 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
8242 (dired-smart-shell-command, dired-guess-shell-alist-user)
8243 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
8244 (dired-x-bind-find-file, dired-x-submit-report):
8245 Fix typos in docstrings.
8246 (dired-mark-unmarked-files): "?\ " -> "?\s".
8247
8248 * dirtrack.el (dirtrack-list): Fix typos in docstring.
8249
8250 * faces.el (describe-face): "?\ " -> "?\s".
8251 (read-all-face-attributes, read-face-font, modify-face)
8252 (face-attr-construct, italic): Fix typos in docstrings.
8253 (frame-update-face-colors): Declare with
8254 `define-obsolete-function-alias'.
8255
8256 * files.el (find-file-noselect, recode-file-name): Doc fixes.
8257 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
8258 (magic-mode-alist, buffer-file-numbers-unique)
8259 (write-file-functions, get-free-disk-space):
8260 Fix typos in docstrings.
8261 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
8262 (write-contents-hooks, write-file-hooks):
8263 Declare with `define-obsolete-variable-alias'.
8264
8265 * forms-d2.el (arch-rj): Fix typo in docstrings.
8266 (arch-tocol): Likewise. "?\ " -> "?\s".
8267
8268 * frame.el (set-frame-font, cursor-in-non-selected-windows):
8269 Fix typo in docstring.
8270 (set-screen-width, set-screen-height): Delete redundant info in
8271 doctrings.
8272 (new-frame, screen-height, screen-width): Declare with
8273 `define-obsolete-function-alias'.
8274 (delete-frame-hook, blink-cursor): Declare with
8275 `define-obsolete-variable-alias'.
8276
8277 * paths.el (prune-directory-list): Fix typos in docstring.
8278
8279 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
8280 (cvs-prefix-get): Fix typos in docstrings.
8281
8282 * ps-print.el (ps-extend-face-list, ps-extend-face)
8283 (ps-print-background-image): Fix typos in docstrings.
8284 (ps-default-fg, ps-default-bg): Doc fixes.
8285
8286 * s-region.el (s-region-bind): Doc fix.
8287 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
8288
8289 * textmodes/org.el (org-table-formula-substitute-names)
8290 (org-table-get-vertical-vector): Doc fixes.
8291 (org-table-recalculate): Remove unused argument to `message'.
8292
8293 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
8294
8295 * textmodes/org.el (org-table-column-names)
8296 (org-table-column-name-regexp)
8297 (org-table-named-field-locations): New variables.
8298 (org-archive-subtree): Protect `this-command' when calling
8299 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
8300 the kill buffer.
8301 (org-complete): Remove fixed-formula completion.
8302 (org-edit-formulas-map): New variable.
8303 (org-table-edit-formulas): New command.
8304 (org-finish-edit-formulas, org-abort-edit-formulas)
8305 (org-show-variable, org-table-get-vertical-vector): New functions.
8306 (org-table-maybe-eval-formula): Handle `:=' fields.
8307 (org-table-get-stored-formulas, org-table-store-formulas)
8308 (org-table-get-formula, org-table-modify-formulas)
8309 (org-table-replace-in-formulas): Handle named field formulas.
8310 (org-table-get-specials): Store locations of named fields.
8311
8312 2005-07-19 Juri Linkov <juri@jurta.org>
8313
8314 * progmodes/grep.el (grep-regexp-alist)
8315 (grep-mode-font-lock-keywords, grep-process-setup):
8316 Use default GNU grep match color "01;31m" instead of "01;41m".
8317 (grep-regexp-alist, grep-mode-font-lock-keywords):
8318 Use `\\[[0-9]*m' instead of `\\[00m'.
8319 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
8320 sgr_start where its handling is more important. Use the real
8321 length of sgr_start instead of constant 8.
8322 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
8323 specially. Delete all remaining escape sequences.
8324 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
8325 (grep-regexp-alist): Make hyperlink only for binary file name
8326 instead of the whole line.
8327 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
8328 (grep-mode): Add autoload.
8329
8330 * emacs-lisp/find-func.el (find-function-regexp):
8331 Add `define-compilation-mode'.
8332
8333 2005-07-19 Juri Linkov <juri@jurta.org>
8334
8335 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
8336 (compare-windows-sync-string-size, compare-windows-recenter)
8337 (compare-windows-highlight, compare-windows): Add version 22.1.
8338 (compare-windows) <defface>: Inherit from lazy-highlight instead
8339 of duplicating its default value.
8340
8341 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
8342 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
8343
8344 * descr-text.el (describe-char): Create link buttons for `charset'
8345 and `code point'. Add the current input method name with a link
8346 button to `to input' field. Print face names of display table
8347 characters in `The display table entry is displayed by' section
8348 instead of printing face-id in the `display' field.
8349 Guess hardcoded faces and create a link button for them.
8350 Skip empty fields when calculating max-width.
8351 Treat `widget-create' specially while inserting strings from the
8352 collected field list.
8353 (describe-char-after): Made obsolete in version 22.1, not 21.5.
8354
8355 * diff-mode.el (diff-file-header): Change foreground color from
8356 yellow to green on light backgrounds.
8357 (diff-context): Inherit from `shadow' only for color/grayscale
8358 with more than 88 colors.
8359 (diff-indicator-removed, diff-indicator-added)
8360 (diff-indicator-changed): New faces.
8361 (diff-font-lock-keywords): Use new faces. Regroup rules.
8362 Add "^---$" for `normal' diff format. Fontify `#' lines with
8363 font-lock-comment-delimiter-face and font-lock-comment-face.
8364 Add `#' to ^[^...] in the rule for `diff-context-face'.
8365
8366 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
8367 a button-like box. Inherit from `highlight' on low colors.
8368 (shadow): Use shades of gray only for color/grayscale with
8369 more than 88 colors. Use green for light backgrounds with
8370 8 colors, and yellow for dark backgrounds with 8 colors.
8371
8372 * font-lock.el (font-lock-regexp-grouping-backslash):
8373 Don't inherit from escape-glyph (use bold for all cases).
8374
8375 * info.el (info-xref-visited): Use light foreground color `violet'
8376 for dark backgrounds instead of dark color `magenta3'.
8377 (info-title-1): Use `yellow' color for dark backgrounds.
8378
8379 * isearch.el (isearch): Use not-too-dark magenta3 instead of
8380 too-light magenta2.
8381
8382 * replace.el (match): Use slightly more light RoyalBlue3 instead
8383 of dark RoyalBlue4.
8384
8385 * wid-edit.el (widget-inactive): Inherit from `shadow'.
8386
8387 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
8388
8389 * novice.el (disabled-command-hook): Declare it with
8390 `define-obsolete-variable-alias'.
8391
8392 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
8393 (desktop-buffer-misc-functions, desktop-buffer-handlers)
8394 (desktop-load-default): Add release to obsolescence info.
8395 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
8396 (desktop-append-buffer-args, desktop-read):
8397 Fix typos in docstrings.
8398 (desktop-kill): Fix typo in message.
8399 (desktop-save): Doc fix.
8400
8401 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
8402
8403 * viper-cmd.el (viper-escape-to-state): Bug fix.
8404 (viper-envelop-ESC-key): Change the definition of fast
8405 keysequence so it'll work with keyboard macros.
8406
8407 * ediff.el (ediff-patch-buffer): Change the docstring.
8408
8409 2005-07-19 Kenichi Handa <handa@m17n.org>
8410
8411 * international/mule-cmds.el (select-safe-coding-system): Try to
8412 use an auto-coding (if any) before anything else. If the found
8413 auto-coding is invalid, show a warning message.
8414
8415 * international/mule.el (find-auto-coding): New function created
8416 by modifying the body of set-auto-coding.
8417 (set-auto-coding): Use find-auto-coding to find a coding.
8418
8419 2005-07-18 Richard M. Stallman <rms@gnu.org>
8420
8421 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
8422 not isearch-mode-end-hook-error.
8423 (allout-before-change-protect): Fix error message.
8424
8425 2005-07-18 Juri Linkov <juri@jurta.org>
8426
8427 * allout.el (allout-mode):
8428 * calculator.el (calculator-copy):
8429 * custom.el (custom-known-themes):
8430 * dired.el (dired-desktop-buffer-misc-data)
8431 (dired-restore-desktop-buffer):
8432 * dired-x.el (dired-omit-marker-char):
8433 * files.el (basic-save-buffer):
8434 * font-core.el (font-lock-mode):
8435 * calendar/calendar.el (calendar-goto-hebrew-date)
8436 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
8437 (calendar-goto-persian-date):
8438 * language/ethio-util.el (ethio-sera-to-fidel-region):
8439 * textmodes/picture.el (picture-mode):
8440 Delete duplicate duplicate words.
8441
8442 2005-07-18 Juri Linkov <juri@jurta.org>
8443
8444 * isearch.el (isearch-mode-map): Remove key bindings for regexp
8445 chars * ? } |.
8446 (isearch-fallback): Don't call `isearch-process-search-char'.
8447 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
8448 (isearch-process-search-char): Call `isearch-fallback' for regexp
8449 chars * ? } |.
8450 (isearch-return-char): Make obsolete with `make-obsolete' instead
8451 of simply documenting it as obsolete in the docstring.
8452 (isearch-fallback): Refill docstring.
8453
8454 * international/isearch-x.el
8455 (isearch-process-search-multibyte-characters): Remove unneeded
8456 `concat'. Add intermediate values to `junk-hist' instead of
8457 `minibuffer-history'. Test the length of `str'.
8458
8459 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
8460
8461 * allout.el (allout-resolve-xref): Fix typos in error strings.
8462 (allout-before-change-protect): Remove unneeded `concat'.
8463
8464 * array.el (array-mode, array-reconfigure-rows)
8465 (untabify-backward): Fix typos in docstrings.
8466 (array-reconfigure-rows): Use `insert-buffer-substring', not
8467 `insert-buffer'.
8468
8469 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
8470 * progmodes/ada-mode.el (ada-make-body):
8471 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
8472
8473 * dired.el (dired-log):
8474 * tar-mode.el (tar-subfile-save-buffer):
8475 * play/zone.el (zone-pgm-stress-destress):
8476 Use `insert-buffer-substring', not `insert-buffer'.
8477
8478 2005-07-17 Simon Josefsson <jas@extundo.com>
8479
8480 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
8481
8482 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
8483
8484 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
8485 Add plain auth method.
8486 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
8487
8488 2005-07-17 Kim F. Storm <storm@cua.dk>
8489
8490 * ido.el (dired-other-window): Add ido property.
8491
8492 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
8493
8494 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
8495 Fix typo in docstring.
8496 (byte-compile-interactive-only-functions): Add `insert-buffer' and
8497 `insert-file-literally'.
8498
8499 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
8500 info and delete redundant message. Doc fix.
8501 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
8502 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
8503
8504 2005-07-16 Richard M. Stallman <rms@gnu.org>
8505
8506 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
8507 (byte-compile-and): Use byte-compile-and-recursion.
8508 (byte-compile-or-recursion): New function.
8509 (byte-compile-or): Use that.
8510 (byte-compile-if): Guard the else-clause too.
8511 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
8512
8513 * isearch.el (isearch-mode-end-hook-quit): New variable.
8514 (isearch-done): Bind it.
8515 (isearch-mode-end-hook): Doc fix.
8516
8517 * allout.el (allout-isearch-did-quit): Variable deleted.
8518 (allout-real-isearch-abort): Function name no longer used.
8519 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
8520 (allout-isearch-rectification): isearch-mode always exists.
8521 Don't set allout-isearch-did-quit.
8522 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
8523 allout-isearch-did-quit.
8524 (allout-enwrap-isearch): Just add the hook.
8525 (allout-isearch-abort): Function deleted.
8526 (allout-pre-command-business): Avoid warning.
8527
8528 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
8529 Correctly avoid warnings.
8530 (pascal-outline): Likewise.
8531
8532 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
8533
8534 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
8535
8536 * play/tetris.el (tetris-mode): Avoid warning.
8537
8538 * play/snake.el (snake-mode): Avoid warning.
8539
8540 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
8541 (gamegrid-set-display-table): Avoid warning.
8542 (gamegrid-set-timer): Likewise.
8543 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
8544 (gamegrid-add-score-with-update-game-score-1): Take FILE
8545 as argument.
8546 (gamegrid-add-score-with-update-game-score): Pass that argument.
8547 Rename have-shared-game-dir to gamegrid-shared-game-dir.
8548
8549 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
8550
8551 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
8552 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
8553
8554 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
8555 and insert-file.
8556
8557 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
8558 (sc-ask): Avoid warnings.
8559
8560 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
8561 (eshell-hist-initialize): Use that var the natural way.
8562
8563 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
8564
8565 * emacs-lisp/re-builder.el (reb-cook-regexp):
8566 Avoid warning calling lre-compile-string.
8567 (reb-color-display-p): Avoid warning.
8568
8569 * calculator.el (calculator-last-input): Guard uses
8570 of event-key and key-press-event-p.
8571 (event-key, key-press-event-p): Delete definitions.
8572
8573 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
8574 (find-gc-source-directory, find-gc-subrs-callers)
8575 (find-gc-noreturn-list, find-gc-source-files)
8576 (find-gc-subrs-called): Vars renamed and defvar'd.
8577
8578 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
8579 (checkdoc-overlay-put, checkdoc-delete-overlay)
8580 (checkdoc-overlay-start, checkdoc-overlay-end)
8581 (checkdoc-mode-line-update, checkdoc-char=):
8582 Define such that compiler knows they are defined.
8583 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
8584 (checkdoc-read-event): Delete. Use read-event directly.
8585
8586 * whitespace.el (whitespace-make-overlay)
8587 (whitespace-overlay-put, whitespace-delete-overlay)
8588 (whitespace-overlay-start, whitespace-overlay-end):
8589 Define such that compiler knows they are defined.
8590 (whitespace): Move conditional inside.
8591
8592 * tempo.el (tempo-insert-template): Suppress warning.
8593
8594 * ediff-diff.el (longlines-mode): Add defvar.
8595
8596 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
8597
8598 * server.el: Bind "C-x #" in a way that works even if C-x is
8599 redefined to a command key, not a prefix key.
8600
8601 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
8602
8603 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
8604 cl-make-type-test till execution time.
8605
8606 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
8607
8608 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
8609 arg ARG and use it.
8610
8611 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
8612
8613 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
8614
8615 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
8616
8617 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
8618 a defcustom with two :set or :type keywords.
8619
8620 2005-07-15 Richard M. Stallman <rms@gnu.org>
8621
8622 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8623 Don't give ^M comment-end syntax.
8624
8625 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
8626
8627 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
8628 Don't consider gdbmi (gdb-mi.el has its own update functions).
8629 (gdb-var-delete): Make it work for gdbmi as well.
8630 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
8631
8632 * progmodes/gud.el (etags, sdb): Only require etags when needed.
8633 (gud-speedbar-menu-items): Correct logic for enabling items.
8634
8635 2005-07-15 Kim F. Storm <storm@cua.dk>
8636
8637 * ido.el: Fix commentary.
8638 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
8639 Use with-no-warnings around ffap-guesser.
8640 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
8641 Let bind minibuffer-completing-file-name to t.
8642
8643 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
8644
8645 * startup.el (site-run-file, keyboard-type): Doc fixes.
8646 (command-line): Check for "--basic-display" argument; also for
8647 "--quick", not "--bare-bones" (which was renamed).
8648 (fancy-splash-text): Add missing item "Getting New Versions".
8649 (normal-splash-screen): Fix typos and improve consistency with
8650 `fancy-splash-text'. Update copyright year.
8651
8652 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
8653 valid binding for `help-char'.
8654
8655 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
8656
8657 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
8658
8659 * term.el (term-mode): Disable cua-mode for term buffers.
8660
8661 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
8662
8663 * add-log.el (add-log-mailing-address, change-log-merge):
8664 Doc fixes.
8665 (change-log-get-method-definition): Fix typo in docstring.
8666
8667 2005-07-14 Kim F. Storm <storm@cua.dk>
8668
8669 * emulation/cua-base.el:
8670 (cua--pre-command-handler-1, cua--pre-command-handler)
8671 (cua--post-command-handler-1, cua--post-command-handler):
8672 Split in two. Check (buffer local) value of cua-mode.
8673 (cua-selection-mode): New command.
8674
8675 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
8676
8677 * custom.el (custom-initialize-safe-set)
8678 (custom-initialize-safe-default): Doc fixes.
8679
8680 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
8681 and simplify :init-value again.
8682
8683 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
8684 and simplify :init-value again. Delete autoload.
8685
8686 * startup.el (command-line): Use `custom-reevaluate-setting' again
8687 for tooltip-mode.
8688
8689 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
8690 a defcustom with two :initialize keywords.
8691
8692 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
8693
8694 * allout.el (my-mark-marker, allout-isearch-prior-pos)
8695 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
8696 (allout-post-command-business, allout-flag-region)
8697 (isearch-reenable-font-lock, allout-yank)
8698 (allout-insert-latex-header, allout-insert-latex-trailer)
8699 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
8700 (allout-latex-verb-quote): Fix typos in docstrings.
8701 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
8702 (allout-unprotected, allout-prefix-data):
8703 Improve argument/docstring consistency.
8704 (allout-chart-subtree): Fix argument spec.
8705 (allout-open-topic): Rename `use_sib_bullet' argument to
8706 `use-sib-bullet'. Doc fix.
8707
8708 * whitespace.el (whitespace-check-buffer-leading)
8709 (whitespace-check-buffer-trailing)
8710 (whitespace-check-buffer-indent)
8711 (whitespace-check-buffer-spacetab)
8712 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
8713 (whitespace-check-leading-whitespace)
8714 (whitespace-check-trailing-whitespace)
8715 (whitespace-check-spacetab-whitespace)
8716 (whitespace-check-indent-whitespace)
8717 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
8718 (whitespace-modes): Fix typos in docstrings.
8719 (defgroup, defcustom): Doc fixes.
8720
8721 * winner.el (winner-mode, winner-boring-buffers)
8722 (winner-pending-undo-ring): Doc fixes.
8723 (winner-ring): Remove unneeded `progn'.
8724 (winner-equal): `defsubst' it.
8725 (winner-redo): Fix message.
8726
8727 2005-07-13 Kim F. Storm <storm@cua.dk>
8728
8729 * simple.el (line-move-1): Always use vertical-motion to
8730 do the last (or only) line move to ensure some movement.
8731 Undo 2005-06-23 change--don't check for overlays.
8732
8733 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8734
8735 * term/mac-win.el (ccl-encode-mac-roman-font)
8736 (ccl-encode-mac-centraleurroman-font)
8737 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
8738 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
8739 Change charset-id boundary of dimension to ?\xef.
8740 (mac-char-fontspec-list): New constant.
8741 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
8742 argument. Nil uses itself as family in font-spec. Previous
8743 behavior for nil is now provided by non-nil non-string argument.
8744 All callers changed. Add font-specs for Mac fonts to
8745 "fontset-default" unless iso8859-1 fonts are installed.
8746
8747 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8748
8749 * progmodes/sh-script.el (sh-get-indent-info): Only indent
8750 a continuation line if the \ is preceded by SPC or TAB.
8751 (sh-get-indent-info): Simplify.
8752 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
8753 Use with-current-buffer.
8754
8755 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
8756 when the matched text is empty.
8757
8758 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
8759
8760 * startup.el (command-line): Revert to previous handling of
8761 tooltip-mode. Explain in comment why the complexity is needed.
8762
8763 * tooltip.el (tooltip-mode): Revert to previous implementation of
8764 its defcustom.
8765
8766 * frame.el (blink-cursor-mode): Revert to previous implementation
8767 of its defcustom. Update comment.
8768
8769 2005-07-12 Lars Hansen <larsh@soem.dk>
8770
8771 * desktop.el: Update e-mail address.
8772
8773 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8774
8775 * term/mac-win.el (mac-services-mail-selection)
8776 (mac-services-mail-to): New functions.
8777 (mac-application-menu-map): Bind them.
8778
8779 2005-07-12 wulei <milton@wulei.net> (tiny change)
8780
8781 * progmodes/gdb-ui.el: Add note about buffering with Windows.
8782
8783 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
8784
8785 * custom.el (custom-reevaluate-setting): Doc fix.
8786
8787 2005-07-11 Jay Belanger <belanger@truman.edu>
8788
8789 * calc/calc.el (calc-embedded-announce-formula-alist)
8790 (calc-embedded-open-close-plain-alist)
8791 (calc-embedded-open-close-mode-alist): Add checks for additional
8792 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
8793
8794 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
8795
8796 * custom.el (custom-enable-theme): Don't add theme to
8797 `custom-enabled-themes' with `push' because there is no
8798 setf-method for `delq'.
8799
8800 2005-07-11 Richard M. Stallman <rms@gnu.org>
8801
8802 * custom.el (custom-declare-variable): Doc fix.
8803
8804 * dired-aux.el (dired-compare-directories): Remove "." and ".."
8805 from the alists.
8806
8807 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
8808 Do nothing if edebug-active.
8809
8810 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
8811 (edebug-display): Do it here instead.
8812
8813 2005-07-10 Richard M. Stallman <rms@gnu.org>
8814
8815 * cus-face.el (custom-theme-set-faces): Make it work.
8816 (custom-reset-faces): Doc fix.
8817 (custom-theme-reset-internal-face, custom-theme-face-value):
8818 Functions deleted.
8819
8820 * custom.el (custom-push-theme): Maintain list of the settings
8821 of a given theme in its theme-settings property.
8822 Maintain position of old settings in the theme-value
8823 or theme-face property.
8824 (custom-enabled-themes): New variable.
8825 (custom-theme-enabled-p): New function.
8826 (provide-theme): Update custom-enabled-themes.
8827 Disable and reenable the `user' theme.
8828 (require-theme): Doc fix.
8829 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
8830 (custom-theme-value, custom-theme-variable-value): Likewise.
8831 (custom-theme-reset-internal): Likewise.
8832 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
8833 (custom-enable-theme, custom-disable-theme): New functions.
8834 (custom-variable-theme-value, custom-face-theme-value): Likewise.
8835 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
8836 (custom-theme-reset-variables): Simplify.
8837 (deftheme, custom-declare-theme, custom-make-theme-feature):
8838 Definitions moved.
8839
8840 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
8841
8842 * longlines.el (longlines-show-region)
8843 (longlines-unshow-hard-newlines): Recognize hard newlines by
8844 non-nil hard property, instead of t.
8845
8846 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
8847
8848 * viper-cmd.el (viper--key-maps): New variable.
8849 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
8850 emulation-mode-map-alists.
8851 (viper-envelop-ESC-key): Use viper-subseq.
8852 (viper-search-forward/backward/next): Disable debug-on-error.
8853
8854 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
8855 (viper-ESC-key): New defcustoms.
8856
8857 * viper-macs.el (ex-map-read-args): Use viper-subseq.
8858
8859 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
8860 (viper-subseq): Copy of subseq from cl.el.
8861
8862 * viper.el (viper-go-away, viper-set-hooks): Use
8863 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
8864
8865 * viper-mous.el (viper-current-frame-saved): Use defvar.
8866
8867 * viper-init.el: Get rid of -face in face names.
8868
8869 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
8870 Make it work with longlines mode
8871
8872 * ediff-mult.el (ediff-meta-mode-hook): New variable.
8873
8874 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
8875
8876 * ediff-init.el: Get rid of -face in face names.
8877
8878 2005-07-10 Richard M. Stallman <rms@gnu.org>
8879
8880 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
8881 and with-timeout-unsuspend.
8882
8883 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
8884 and with-timeout-unsuspend.
8885
8886 * emacs-lisp/timer.el (with-timeout-timers): New variable.
8887 (with-timeout): Bind that variable to record timers.
8888 (with-timeout-suspend, with-timeout-unsuspend): New functions.
8889
8890 * emacs-lisp/debug.el (debug-help-follow): New function.
8891 (debugger-mode-map): Use that instead of help-follow.
8892 (debugger-setup-buffer): Use eval-buffer-list
8893 to handle eval-buffer frames.
8894
8895 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
8896
8897 * timezone.el (timezone-parse-date): Change first regexp
8898 so it will not mistakenly match dates with no time zone.
8899
8900 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
8901
8902 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
8903
8904 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
8905
8906 * custom.el (custom-initialize-safe-set)
8907 (custom-initialize-safe-default): New functions.
8908
8909 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
8910 and simplify :init-value.
8911
8912 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
8913 and simplify :init-value. Delete obsolete comment.
8914
8915 * startup.el (command-line): Use `custom-reevaluate-setting' to
8916 handle `tooltip-mode'. Delete obsolete comment.
8917
8918 * files.el (set-visited-file-name): Avoid calling
8919 `file-name-nondirectory' with a nil argument.
8920
8921 2005-07-09 Richard M. Stallman <rms@gnu.org>
8922
8923 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
8924 was called with nil for the buffer, handle the read position right.
8925 Handle read position for eval-region, too.
8926
8927 2005-07-09 Juri Linkov <juri@jurta.org>
8928
8929 * fringe.el (fringe-mode): Add period in docstring.
8930 (fringe-query-style): Build prompt depending on `all-frames' arg.
8931
8932 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
8933 to not create links to unrelated functions in the Help buffer.
8934
8935 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
8936 Doc fix.
8937
8938 * simple.el (next-error-hook): New variable.
8939 (next-error): Use it. Doc fix.
8940
8941 * textmodes/ispell.el (ispell-command-loop): Add current
8942 dictionary name and program name to mode-line-format.
8943 (ispell-region, ispell-process-line): Add current dictionary name
8944 and program name to messages.
8945
8946 2005-07-08 Jay Belanger <belanger@truman.edu>
8947
8948 * calc/calc.el (calc-embedded-announce-formula-alist)
8949 (calc-embedded-open-close-formula-alist)
8950 (calc-embedded-open-close-word-alist)
8951 (calc-embedded-open-close-plain-alist)
8952 (calc-embedded-open-close-new-formula-alist)
8953 (calc-embedded-open-close-mode-alist)
8954 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
8955 (calc-embedded-mode-hook): New variables.
8956
8957 * calc/calc-embed.el (calc-embedded-firsttime)
8958 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
8959 New variables.
8960 (calc-do-embedded): Use calc-embedded-firsttime,
8961 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
8962 determine whether or not to run hooks.
8963 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
8964 calc-embedded-firsttime-formula appropriately.
8965 Set calc-embedded delimiter variables according to mode.
8966
8967 2005-07-08 Richard M. Stallman <rms@gnu.org>
8968
8969 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
8970 Check for "emacs", etc., as entire symbol, not just as word.
8971 (checkdoc-file-comments-engine): Use regexp-quote on FN.
8972
8973 * files.el (set-visited-file-name): Report the error
8974 for "empty filename" earlier.
8975 (kill-some-buffers): Ignore buffers already dead.
8976
8977 * fringe.el (fringe-mode): Doc fix.
8978
8979 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
8980 Check for (featurep 'xemacs) and turn off warnings in what it guards.
8981 Use unwind-protect to ensure byte-compile-unresolved-functions
8982 is updated.
8983
8984 * whitespace.el (whitespace-buffer-leading-cleanup):
8985 Simplify w/ skip-chars-forward.
8986 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
8987
8988 * mail/rmail.el (rmail-only-expunge): Fix paren error.
8989 Unconditionally try to leave point at the same old place.
8990
8991 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
8992
8993 * comint.el (comint-postoutput-scroll-to-bottom)
8994 (comint-show-maximum-output): Take scroll-margin into consideration.
8995
8996 2005-07-08 Kim F. Storm <storm@cua.dk>
8997
8998 * ido.el (ido-use-filename-at-point): New choice `guess'.
8999 (ido-file-internal): Try ffap-guesser if selected.
9000
9001 * ido.el (ido-before-fallback-functions): New hook.
9002 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
9003 (ido-read-file-name): Run it.
9004
9005 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9006
9007 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
9008 strings rather than a list of symbols to the completion function.
9009
9010 2005-07-07 Jay Belanger <belanger@truman.edu>
9011
9012 * calc/calc-units.el (math-apply-units): Change the places in
9013 which units are simplified.
9014
9015 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
9016
9017 * cus-edit.el (customize-option, customize-option-other-window):
9018 Make them handle aliases.
9019
9020 * custom.el (custom-variable-p): Make it recursively follow
9021 aliases. Mention that in the docstring.
9022
9023 2005-07-07 Richard M. Stallman <rms@gnu.org>
9024
9025 * cus-start.el (exec-path): Use `directory' instead of `file'.
9026 Fix tag for nil.
9027
9028 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
9029
9030 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
9031 when called non-interactively. Doc fix.
9032
9033 2005-07-07 Lute Kamstra <lute@gnu.org>
9034
9035 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
9036 new address as well.
9037
9038 2005-07-07 Kenichi Handa <handa@m17n.org>
9039
9040 * international/mule.el (make-coding-system):
9041 Describe `ascii-incompatible' property in the docstring.
9042 (set-file-name-coding-system): Signal an error if coding-system is
9043 ascii-incompatible.
9044 (set-keyboard-coding-system): Likewise.
9045
9046 * international/mule-cmds.el (set-default-coding-systems):
9047 Don't set default-file-name-coding-system and
9048 default-keyboard-coding-system if coding-system is ASCII-incompatible.
9049
9050 * international/utf-16.el: Declare that all UTF-16-based coding
9051 systems are ASCII-incompatible.
9052
9053 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
9054
9055 * progmodes/gud.el: Require font-lock for displaying errors.
9056 Used by gdb-ui.el.
9057
9058 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
9059
9060 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
9061 values for the pattern lists which are `read'able but not
9062 `append'able (like symbols).
9063
9064 2005-07-06 Richard M. Stallman <rms@gnu.org>
9065
9066 * progmodes/flymake.el (flymake-float-time): Instead of
9067 with-no-warnings, test for xemacs.
9068 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
9069 to avoid warning.
9070
9071 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
9072
9073 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
9074
9075 2005-07-05 Lute Kamstra <lute@gnu.org>
9076
9077 * battery.el: Add support for Darwin (with much debugging help
9078 from Samuel Lauber <sam124@operamail.com>).
9079 (battery-status-function, battery-echo-area-format)
9080 (battery-mode-line-format): Add support for pmset on Darwin.
9081 (battery-load-low, battery-load-critical): New user options.
9082 (battery-pmset): New function.
9083
9084 2005-07-05 Lute Kamstra <lute@gnu.org>
9085
9086 Update FSF's address in GPL notices.
9087
9088 * textmodes/page-ext.el: Update FSF's address.
9089
9090 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9091
9092 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
9093 filling from using prefix when filling a single-line docstring.
9094
9095 * progmodes/flymake.el: Remove useless eval-when-compile.
9096
9097 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
9098
9099 2005-07-04 Richard M. Stallman <rms@gnu.org>
9100
9101 * textmodes/org.el (org-file-apps-defaults-gnu):
9102 Rename from org-file-apps-defaults-linux.
9103 (org-default-apps): Don't test system-type for `linux'.
9104 (org-file-apps): Doc fix.
9105
9106 2005-07-04 David Ponce <david@dponce.com>
9107
9108 * tree-widget.el: Improve header Commentary section.
9109 (tree-widget) [defgroup]
9110 (tree-widget-image-enable, tree-widget-themes-directory)
9111 (tree-widget-theme, tree-widget-image-properties-emacs)
9112 (tree-widget-image-properties-xemacs, tree-widget-create-image)
9113 (tree-widget-image-formats, tree-widget-control)
9114 (tree-widget-empty-control, tree-widget-leaf-control
9115 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
9116 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
9117 (tree-widget-keep, tree-widget-after-toggle-functions)
9118 (tree-widget-open-node, tree-widget-close-node): Doc fix.
9119 (tree-widget-open-control, tree-widget-close-control): Fix doc and
9120 :help-echo message.
9121 (tree-widget-set-theme): Doc fix. Use `string-equal'.
9122 (tree-widget-image-properties): Doc fix. Clearer implementation.
9123 (tree-widget--cursors): New constant.
9124 (tree-widget-lookup-image): New function split from
9125 `tree-widget-find-image'. Clearer implementation.
9126 (tree-widget-find-image): Use it.
9127 (tree-widget-button-keymap): Use `set-keymap-parent'.
9128 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
9129 Define the sub-widgets here.
9130 (tree-widget-node): Check that :node is not a tree-widget.
9131 (tree-widget-get-super, tree-widget-open-control)
9132 (tree-widget-close-control, tree-widget-empty-control)
9133 (tree-widget-leaf-control, tree-widget-guide)
9134 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
9135 (tree-widget-no-handle, tree-widget-value-delete)
9136 (tree-widget-map): Remove.
9137 (tree-widget-children-value-save): Doc fix. Simplified.
9138 (tree-widget-value-create): Update according to previous changes.
9139
9140 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
9141
9142 * textmodes/org.el: Leading space replaced by TABS.
9143 (org-recalc-marks, org-table-rotate-recalc-marks)
9144 (org-table-get-specials): Treat "^" and "_" marks.
9145 (org-table-justify-field-maybe): Optional argument NEW.
9146 (org-table-eval-formula): Parsing of the format simplified.
9147 New modes C,I. Honor the %= parameter in the current table.
9148 Avoid unnecessary re-align by using the NEW argument to
9149 `org-table-justify-field-maybe'.
9150 (org-calc-default-modes): Default for date-format mimicks org-mode.
9151 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
9152
9153 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9154
9155 * cus-face.el (custom-theme-set-faces): Make it handle face
9156 aliases whose alias declarations are pre- or autoloaded.
9157
9158 2005-07-04 Juri Linkov <juri@jurta.org>
9159
9160 * faces.el (read-face-name): Put the code for getting a face name
9161 from the buffer before adding the faces from the `face' property.
9162 Use `completing-read-multiple' instead of `completing-read'.
9163 Require `crm'. Add default value and post-process the returned
9164 list of faces.
9165
9166 * emacs-lisp/crm.el (crm-find-current-element)
9167 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
9168
9169 * emacs-lisp/lisp-mode.el (eval-defun-1):
9170 * emacs-lisp/edebug.el (edebug-eval-defun):
9171 Remove unnecessary quotes.
9172
9173 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
9174
9175 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
9176 (prolog-indent-level): Fix typo in docstring.
9177
9178 * info.el (Info-history, Info-history-forward)
9179 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
9180
9181 * add-log.el (add-change-log-entry):
9182 * comint.el (comint-dynamic-list-input-ring)
9183 (comint-dynamic-list-completions):
9184 * dabbrev.el (dabbrev-expand):
9185 * delim-col.el (delimit-columns-rectangle-line):
9186 * diff-mode.el (diff-context->unified, diff-reverse-direction)
9187 (diff-unified->context):
9188 * ediff-init.el (ediff-abbrev-jobname):
9189 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
9190 (ediff-replace-session-activity-marker-in-meta-buffer):
9191 * info.el (Info-summary):
9192 * lpr.el (printify-region):
9193 * printing.el (pr-create-interface):
9194 * ps-print.el (ps-print-quote):
9195 * ses.el (ses-column-widths, ses-print-cell)
9196 (ses-adjust-print-width, ses-center):
9197 * shell.el (shell-file-name-quote-list):
9198 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
9199 (strokes-fill-current-buffer-with-whitespace)
9200 (strokes-xpm-for-stroke, strokes-list-strokes)
9201 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
9202 * term.el (term-dynamic-list-input-ring)
9203 (term-dynamic-list-completions):
9204 * calc/calc.el (math-format-stack-value):
9205 * emacs-lisp/edebug.el (edebug-display-freq-count):
9206 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
9207 (delphi-new-comment-line):
9208 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
9209 * progmodes/executable.el (executable-set-magic):
9210 * progmodes/python.el (inferior-python-mode):
9211 * progmodes/scheme.el (scheme-mode-syntax-table):
9212 * progmodes/sh-script.el (sh-maybe-here-document):
9213 * progmodes/sql.el (sql-copy-column):
9214 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
9215 * textmodes/bibtex.el (bibtex-mode):
9216 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
9217 (sgml-auto-attributes):
9218 * textmodes/table.el (table-insert, table-shorten-cell)
9219 (table--generate-source-scan-lines, table-delete-row)
9220 (*table--cell-delete-char, table--spacify-frame)
9221 (table--horizontally-shift-above-and-below)
9222 (table--cell-insert-char, table--cell-blank-str)
9223 (table--fill-region-strictly):
9224 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
9225 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
9226
9227 * add-log.el (change-log):
9228 * apropos.el (apropos):
9229 * comint.el (comint-completion, comint-source):
9230 * dabbrev.el (dabbrev):
9231 * delim-col.el (columns):
9232 * diff-mode.el (diff-mode):
9233 * ediff.el (ediff):
9234 * ediff-diff.el (ediff-diff):
9235 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
9236 * ediff-mult.el (ediff-mult):
9237 * ediff-ptch.el (ediff-ptch):
9238 * ediff-wind.el (ediff-window):
9239 * facemenu.el (facemenu):
9240 * indent.el (indent):
9241 * info.el (info):
9242 * jka-cmpr-hook.el (compression, jka-compr):
9243 * lpr.el (lpr):
9244 * outline.el (outlines):
9245 * pcmpl-cvs.el (pcmpl-cvs):
9246 * pcmpl-rpm.el (pcmpl-rpm):
9247 * printing.el (printing):
9248 * ps-print.el (postscript, ps-print, ps-print-horizontal)
9249 (ps-print-vertical, ps-print-headers, ps-print-font)
9250 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
9251 (ps-print-background, ps-print-printer, ps-print-page)
9252 (ps-print-miscellany):
9253 * ses.el (ses):
9254 * shell.el (shell, shell-directories, shell-faces):
9255 * startup.el (initialization):
9256 * strokes.el (strokes):
9257 * term.el (term):
9258 * uniquify.el (uniquify):
9259 * w32-vars.el (w32):
9260 * calc/calc.el (calc):
9261 * emacs-lisp/bytecomp.el (bytecomp):
9262 * emacs-lisp/cl-indent.el (lisp-indent):
9263 * emacs-lisp/edebug.el (edebug):
9264 * emacs-lisp/elp.el (elp):
9265 * emacs-lisp/testcover.el (testcover):
9266 * emacs-lisp/trace.el (trace):
9267 * emulation/viper-ex.el (viper-ex):
9268 * emulation/viper-mous.el (viper-mouse):
9269 * mail/mailalias.el (mailalias):
9270 * mail/supercite.el (supercite, supercite-frames)
9271 (supercite-attr, supercite-cite, supercite-hooks):
9272 * net/rcompile.el (remote-compile):
9273 * net/rlogin.el (rlogin):
9274 * obsolete/ooutline.el (outlines):
9275 * progmodes/delphi.el (delphi):
9276 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
9277 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
9278 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
9279 (ebnf-optimization):
9280 * progmodes/etags.el (etags):
9281 * progmodes/executable.el (executable):
9282 * progmodes/idlwave.el (idlwave):
9283 * progmodes/pascal.el (pascal):
9284 * progmodes/prolog.el (prolog):
9285 * progmodes/python.el (python):
9286 * progmodes/scheme.el (scheme):
9287 * progmodes/sh-script.el (sh, sh-script):
9288 * progmodes/sql.el (SQL):
9289 * progmodes/tcl.el (tcl):
9290 * textmodes/bibtex.el (bibtex, bibtex-autokey):
9291 * textmodes/enriched.el (enriched):
9292 * textmodes/makeinfo.el (makeinfo):
9293 * textmodes/sgml-mode.el (sgml):
9294 * textmodes/table.el (table-hooks):
9295 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
9296 * textmodes/texinfo.el (texinfo):
9297 * textmodes/two-column.el (two-column):
9298 Finish `defgroup' description with period.
9299
9300 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
9301 * eshell/esh-var.el (eshell-var):
9302 * progmodes/vhdl-mode.el (vhdl-testbench):
9303 * textmodes/org.el (org): Fix typos in docstrings.
9304
9305 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
9306 consistency.
9307
9308 * progmodes/flymake.el (flymake-find-file): Remove.
9309 (flymake-float-time): Use `with-no-warnings'.
9310 (flymake-check-start-time, flymake-check-was-interrupted)
9311 (flymake-err-info, flymake-is-running, flymake-last-change-time)
9312 (flymake-new-err-info): `defvar' at compile time.
9313
9314 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
9315
9316 * replace.el (occur-hook): Doc fix.
9317 (occur-1): Don't call `occur-hook' if there are no matches.
9318
9319 2005-07-03 Richard M. Stallman <rms@gnu.org>
9320
9321 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
9322 global-map, save the same map.
9323 (global-map): Don't alter it at top level.
9324 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
9325 Then alter it here instead.
9326 (tpu-edt-off): Set global-map to the saved one.
9327
9328 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
9329 All references simplified.
9330 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
9331 (zmacs-regions): Add defvar.
9332 (repeat-complex-command-map): Everything about that deleted.
9333
9334 * textmodes/artist.el (artist-key-is-drawing)
9335 (artist-key-endpoint1, artist-key-poly-point-list)
9336 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
9337 (artist-key-compl-table, artist-rb-save-data)
9338 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
9339 Don't put them in eval-when-compile.
9340 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
9341
9342 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
9343 Use with-no-warnings.
9344
9345 * net/browse-url.el (dos-windows-version): Add defvar.
9346
9347 * mail/supercite.el (filladapt-prefix-table): Add defvar.
9348
9349 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
9350 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
9351 (rmail-new-summary-line-count): Rename from new-summary-line-count.
9352 Add defvar.
9353 (rmail-summary-beginning-of-message): Use with-no-warnings.
9354 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
9355
9356 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
9357 Use with-no-warnings.
9358
9359 * emulation/vi.el (vi-mark-region): Use c-mark-function.
9360 (c-mark-function): Add point-moving-unit property.
9361 (vi-goto-line): Use with-no-warnings.
9362
9363 * emulation/edt.el (edt-last-copied-word): Add defvar.
9364 (zmacs-region-stays): Likewise.
9365 (edt-mark-section-wisely): Use c-mark-function for C.
9366 Use makr-defun for Fortran.
9367 (time-string): defvar deleted.
9368 (edt-display-the-time): Don't set time-string.
9369
9370 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
9371
9372 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9373 Don't warn when name is not constant
9374 or for defining the group `emacs'.
9375
9376 * tooltip.el (gud-tooltip-mode): Add defvar.
9377
9378 * startup.el (default-frame-background-mode): Add defvar.
9379
9380 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
9381
9382 * info.el (tool-bar-map): Add defvar.
9383
9384 * dired.el (dnd-protocol-alist): Add defvar.
9385
9386 * dired-aux.el (dired-query): Display question with answer, when
9387 the user answers.
9388
9389 * custom.el (custom-add-option): Doc fix.
9390
9391 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
9392
9393 2005-07-03 Eli Zaretskii <eliz@gnu.org>
9394
9395 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
9396 bogus name from the last change.
9397
9398 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
9399
9400 * custom.el (custom-declare-variable): Fix typos in comment.
9401 (custom-known-themes): Doc fix.
9402 (custom-theme-directory): New defcustom.
9403 (require-theme): Make it check `custom-theme-directory'.
9404
9405 * cus-theme.el (custom-new-theme-mode): New function.
9406 (custom-theme-name, custom-theme-variables, custom-theme-faces)
9407 (custom-theme-description): Add compiler defvars.
9408 (customize-create-theme): Add doc to the "*New Custom Theme*"
9409 buffer. Use `custom-new-theme-mode'.
9410 (custom-theme-write): Put the created buffer in emacs-lisp-mode
9411 and save it to the `custom-theme-directory'. Make this the
9412 default directory of the buffer.
9413
9414 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
9415
9416 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
9417 Fix unbalanced parentheses.
9418
9419 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9420
9421 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
9422 into flymake-mode and delegate to flymake-mode.
9423
9424 * find-file.el (ff-which-function-are-we-in): Clean up.
9425
9426 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
9427
9428 * replace.el (occur-rename-buffer): Fix docstring.
9429
9430 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
9431 (edt-last-copied-word, edt-learn-macro-count)
9432 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
9433 (edt-rect-start-point, edt-user-global-map, rect-start-point)
9434 (time-string, zmacs-region-stays):
9435 * emulation/edt-mapper.el (edt-save-function-key-map)
9436 (EDT-key-name): `defvar' to silence the byte-compiler.
9437
9438 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
9439
9440 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
9441 font-lock-regexp-backslash. Doc fix.
9442 (font-lock-regexp-backslash-grouping-construct): Rename from
9443 font-lock-regexp-backslash-construct. Doc fix.
9444 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
9445 grouping constructs.
9446
9447 2005-07-02 Eli Zaretskii <eliz@gnu.org>
9448
9449 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
9450 updating all the prerequisites.
9451
9452 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
9453
9454 * textmodes/org.el (org-agenda-start-on-weekday)
9455 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
9456 (org-agenda-use-time-grid, org-archive-location)
9457 (org-allow-space-in-links, org-usenet-links-prefer-google)
9458 (org-enable-table-editor, org-export-default-language)
9459 (org-export-html-show-new-buffer, org-fill-paragraph)
9460 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
9461 (org-goto-quit, org-occur, org-eval-in-calendar)
9462 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
9463 (org-agenda-diary-entry, org-remember-help)
9464 (org-table-convert-region, org-at-table-p)
9465 (org-table-move-row-down, org-table-move-row-up)
9466 (org-table-copy-region, org-table-toggle-vline-visibility)
9467 (org-table-get-stored-formulas, org-table-get-specials)
9468 (org-recalc-commands, org-table-eval-formula)
9469 (org-table-formula-substitute-names, orgtbl-make-binding)
9470 (org-format-org-table-html, org-format-table-table-html)
9471 (org-format-table-table-html-using-table-generate-source)
9472 (org-customize): Fix typos in docstrings.
9473 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
9474 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
9475 (org-back-to-heading): Doc fixes.
9476 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
9477 (org-agenda-change-all-lines, org-get-header):
9478 Improve argument/docstring consistency.
9479 (orgtbl-error): Fix error message.
9480
9481 * progmodes/flymake.el (flymake-find-possible-master-files)
9482 (flymake-master-file-compare, flymake-get-line-err-count)
9483 (flymake-highlight-line, flymake-gui-warnings-enabled):
9484 Fix typos in docstrings.
9485 (flymake-parse-line, flymake-get-project-include-dirs-function)
9486 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
9487 Doc fixes.
9488 (flymake-get-project-include-dirs-function)
9489 (flymake-make-err-menu-data):
9490 Improve argument/docstring consistency.
9491
9492 2005-07-01 Lute Kamstra <lute@gnu.org>
9493
9494 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
9495 Catch errors with ignore-errors. Use temporary buffer.
9496 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
9497
9498 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
9499 background color faces.
9500 (facemenu-set-foreground, facemenu-set-background):
9501 Use facemenu-set-face-from-menu.
9502 (facemenu-set-face-from-menu): Treat face names that start with
9503 "fg:" or "bg:" as special.
9504 (facemenu-add-new-color): Don't create faces. Simplify.
9505
9506 2005-06-30 Richard M. Stallman <rms@gnu.org>
9507
9508 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
9509 (crm-find-current-element): Likewise.
9510
9511 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
9512
9513 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
9514
9515 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9516
9517 * arc-mode.el (archive-extract): Make it work as a mouse binding.
9518 (archive-mouse-extract): Make it an obsolete alias.
9519 (archive-mode-map): Don't use archive-mouse-extract any more.
9520 (archive-mode, archive-extract): write-contents-hooks ->
9521 write-contents-functions.
9522 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
9523 first arg.
9524 (archive-rename-entry): Update the call.
9525 (archive-zip-summarize): Remove unused var `method'.
9526 (archive-lzh-summarize): Remove unused var `creator'.
9527
9528 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
9529 dedicated frame upon exit.
9530
9531 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
9532 (archive-zip-extract, archive-zip-expunge)
9533 (archive-zip-update, archive-zip-update-case): Use executable-find.
9534 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
9535 Use restore-buffer-modified-p.
9536 (archive-extract, archive-add-new-member, archive-write-file-member):
9537 Use with-current-buffer.
9538 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
9539
9540 2005-06-30 Andreas Schwab <schwab@suse.de>
9541
9542 * progmodes/gud.el (gud-filter): Remove unneeded progn.
9543
9544 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9545
9546 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
9547
9548 2005-06-30 Juri Linkov <juri@jurta.org>
9549
9550 * faces.el (vertical-border): Inherit from mode-line-inactive
9551 only on tty.
9552
9553 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
9554
9555 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
9556 example, -NLINES in the `occur' docstring).
9557
9558 * replace.el (occur-1): When no matches are found, do not set the
9559 `buffer-read-only' and modified flags for the occur buffer,
9560 because it is deleted.
9561
9562 * emulation/cua-base.el (cua-check-pending-input)
9563 (cua-repeat-replace-region, cua-mode, cua-debug)
9564 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
9565 Fix typos in docstrings.
9566
9567 * emulation/cua-gmrk.el (cua-toggle-global-mark)
9568 (cua-cut-region-to-global-mark)
9569 (cua--cut-rectangle-to-global-mark):
9570 Remove period from end of messages.
9571
9572 * emulation/cua-rect.el (cua-do-rectangle-padding):
9573 Remove period from end of messages.
9574 (cua--rectangle-seq-format): Fix typo in docstring.
9575 (cua-sequence-rectangle, cua-fill-char-rectangle):
9576 Improve argument/docstring consistency.
9577
9578 2005-06-29 Juri Linkov <juri@jurta.org>
9579
9580 * faces.el (default-frame-background-mode): New internal variable.
9581 (frame-set-background-mode): Use it.
9582
9583 * startup.el (normal-top-level): Set default-frame-background-mode
9584 instead of frame-background-mode. Before setting it, test for its
9585 nil value. Remove tests for frame-background-mode and frame
9586 parameter `reverse'. Add test for "unspecified-fg".
9587
9588 * term/xterm.el (xterm-rxvt-set-background-mode):
9589 * term/rxvt.el (rxvt-set-background-mode):
9590 Set default-frame-background-mode instead of frame-background-mode.
9591
9592 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
9593
9594 * simple.el (set-variable): Warn about obsolete user variables.
9595
9596 * imenu.el (imenu--completion-buffer):
9597 * mouse.el (mouse-buffer-menu-alist):
9598 * msb.el (msb-invisible-buffer-p):
9599 * calendar/diary-lib.el (diary-header-line-format):
9600 * emacs-lisp/pp.el (pp-buffer):
9601 * progmodes/cperl-mode.el (cperl-do-auto-fill):
9602 * textmodes/picture.el (picture-replace-match):
9603 Change space constants followed by a sexp to "?\s ".
9604
9605 * play/decipher.el (decipher-loop-with-breaks):
9606 * textmodes/texinfo.el (texinfo-insert-@item): Change space
9607 constants "protected" from end of line by a comment to "?\s".
9608
9609 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9610
9611 * font-lock.el (save-buffer-state): Use `declare'.
9612
9613 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
9614 reset the syntax-table to cperl-mode-syntax-table.
9615 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
9616 "foo_print_bar" is not matched as a reserved keyword.
9617
9618 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
9619
9620 * textmodes/org.el (orgtbl-setup): New function, for delayed
9621 setup for the orgtbl commands.
9622 (org-calc-default-modes): New option.
9623 (orgtbl-make-binding): Use `defun' to get better help display.
9624 (org-diary): Call `org-compile-prefix-format'.
9625 (org-table-formula-substitute-names): New function.
9626 (org-agenda-day-view, org-agenda-week-view): New commands.
9627 (org-agenda-toggle-week-view): Command removed.
9628 (org-tbl-menu): Split off from org-org-menu.
9629 (org-mode): Move removal of outline-mode menus to here.
9630 (org-table-formula-debug): New option.
9631 (org-table-insert-row): Keep first field if just "#" or "*".
9632 (org-mode): Paragraph regexps fixed.
9633 (org-table-recalculate-regexp): New constant.
9634 (org-table-justify-field-maybe): Avoid replace if not necessary.
9635 (org-copy-special, org-cut-special): Use `call-interactively'.
9636 (org-table-copy-region): Take region from `interactive' call.
9637 (org-trim): Return string even if no match.
9638 (org-formula): New face.
9639 (org-set-font-lock-defaults): No longer highlight "FIXME".
9640 But highlight formula-related fields in table.
9641 (org-table-p): Use regexp, not fontification.
9642 (org-table-align): Handle white space at end of line.
9643 (org-table-formula-evaluate-inline): New option.
9644 (org-mode): Auto-wrapping in comment lines turned off.
9645 (org-table-copy-down): Evaluate only in copied field, not in
9646 destination.
9647 (org-table-current-formula): Variable removed.
9648 (org-table-store-formulas, org-table-get-stored-formulas)
9649 (org-table-modify-formulas, org-table-replace-in-formulas)
9650 (org-table-maybe-eval-formula): New functions.
9651 (org-table-get-formula): Modify to use stored formulas.
9652 (org-table-insert-column, org-table-delete-column)
9653 (org-table-move-column): Call `org-table-modify-formulas'.
9654 (org-complete): Add completion for keyword formulas.
9655 (orgtbl-mode): Pull orgtbl-mode-map to start of
9656 minor-mode-map-alist.
9657
9658 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9659
9660 * progmodes/python.el (python-check): Require `compile' before
9661 modifying its variables.
9662
9663 * newcomment.el (comment-indent-default): Don't get fooled by an early
9664 end of buffer.
9665
9666 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9667
9668 * ps-print.el (ps-print-version): Fix version number.
9669
9670 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
9671
9672 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
9673
9674 2005-06-28 Richard M. Stallman <rms@gnu.org>
9675
9676 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
9677 (flyspell-local-mouse-map): Declaration deleted.
9678 (flyspell-mouse-map): Bind only mouse-2.
9679 (flyspell-mode-map): Don't test flyspell-use-local-map.
9680 (flyspell-overlay-keymap-property-name): Var deleted.
9681 (flyspell-mode-on): Don't make local bindings for
9682 flyspell-mouse-map and flyspell-mode-map.
9683 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
9684
9685 * textmodes/ispell.el (ispell-word): Do not ignore short words.
9686
9687 * progmodes/compile.el (compilation-next-error-function):
9688 Don't switch buffers; operate on the current buffer.
9689
9690 * progmodes/compile.el (compilation-error-file-name)
9691 (compilation-warning-file-name, compilation-info-file-name)
9692 (compilation-line-number, compilation-column-number): New faces.
9693 (compilation-error-face, compilation-warning-face)
9694 (compilation-info-face, compilation-line-face)
9695 (compilation-column-face): Use them.
9696
9697 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
9698
9699 * comint.el (comint-password-prompt-regexp): Accept ", try again".
9700
9701 * bindings.el (global-map): Bind insertchar and its variants.
9702
9703 2005-06-27 Richard M. Stallman <rms@gnu.org>
9704
9705 * textmodes/artist.el (artist-text-overwrite)
9706 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
9707
9708 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9709
9710 * ps-print.el: It was not working the page selection for printing.
9711 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
9712 (ps-print-version): New version 6.6.7.
9713 (ps-end-sheet): New fun.
9714 (ps-header-sheet, ps-end-job): Call it.
9715
9716 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9717
9718 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
9719
9720 2005-06-27 Lute Kamstra <lute@gnu.org>
9721
9722 * facemenu.el (facemenu-unlisted-faces): Add foreground and
9723 background color faces.
9724 (facemenu-get-face): Delete function.
9725 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
9726 (facemenu-add-new-color): Make second argument mandatory.
9727 Create the appropriate face and return it. Simplify.
9728 (facemenu-set-foreground, facemenu-set-background): Don't check if
9729 color is defined. Use return value of facemenu-add-new-color.
9730
9731 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
9732
9733 * progmodes/gud.el (gud-filter): Add missing argument to
9734 with-selected-window.
9735
9736 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9737
9738 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
9739 a :require to the defcustom.
9740
9741 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
9742 defcustoms corresponding to minor modes.
9743
9744 2005-06-26 David Ponce <david@dponce.com>
9745
9746 * recentf.el: Require tree-widget instead of wid-edit.
9747 (recentf-filename-handler): Fix widget :type.
9748 (recentf-cancel-dialog, recentf-open-more-files)
9749 (recentf-open-files-action): Doc fix.
9750 (recentf-dialog-goto-first): New function.
9751 (recentf-dialog-mode-map): Set parent keymap first.
9752 (recentf-dialog-mode): Define with define-derived-mode.
9753 Don't display continuation lines in dialogs.
9754 (recentf-edit-list): Rename from recentf-edit-selected-items.
9755 (recentf-edit-list-select): Rename from recentf-edit-list-action.
9756 Simplify.
9757 (recentf-edit-list-validate): New function.
9758 (recentf-edit-list): Update accordingly.
9759 (recentf-open-files-item-shift): Remove.
9760 (recentf-open-files-item): Convert menu elements into tree and
9761 link widgets. Don't create the widgets.
9762 (recentf-open-files): Update accordingly.
9763 (recentf-save-list): Untabify.
9764
9765 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
9766
9767 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
9768 (keep-lines): Add INTERACTIVE arg. Never delete lines only
9769 partially contained in the active region. Do not take active
9770 region into account when called from Lisp, unless INTERACTIVE arg
9771 is non-nil. Use `forward-line' instead of `beginning-of-line' to
9772 avoid trouble with fields. Make marker point nowhere when no
9773 longer used. Always return nil. Doc fix.
9774 (flush-lines): Add INTERACTIVE arg. Do not take active region
9775 into account when called from Lisp, unless INTERACTIVE arg is
9776 non-nil. Use `forward-line' instead of `beginning-of-line' to
9777 avoid trouble with fields. Make marker point nowhere when no
9778 longer used. Always return nil. Doc fix.
9779 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
9780 interchangeable. Do not take active region into account when
9781 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
9782 message in echo area when called from Lisp, unless INTERACTIVE arg
9783 is non-nil. Avoid saying "1 occurrences". Do not use markers.
9784 Return the number of matches. Doc fix.
9785 (occur): Doc fix.
9786 (perform-replace): Make comment follow double space convention for
9787 the sake of `outline-minor-mode'.
9788
9789 * faces.el (facep): Doc fix.
9790
9791 2005-06-25 Richard M. Stallman <rms@gnu.org>
9792
9793 * facemenu.el (facemenu-enable-faces-p): New function.
9794 (facemenu-background-menu, facemenu-foreground-menu)
9795 (facemenu-face-menu): Add menu-enable property.
9796
9797 * jka-compr.el (jka-compr-insert-file-contents):
9798 Special handling if cannot find the uncompression program.
9799
9800 * cus-face.el (custom-face-attributes): Add autoload.
9801
9802 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9803 Bind comment-indent-function locally.
9804
9805 * window.el (save-selected-window): Use save-current-buffer.
9806
9807 * subr.el (with-selected-window): Use save-current-buffer.
9808
9809 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
9810 and with-current-buffer.
9811
9812 2005-06-24 Richard M. Stallman <rms@gnu.org>
9813
9814 * simple.el (line-move-1): Fix previous change.
9815
9816 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
9817
9818 * replace.el (occur-1): Set `buffer-read-only' and the
9819 buffer-modified flag before running `occur-hook' to protect
9820 against unintentional buffer switches that can lead to data loss.
9821
9822 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
9823
9824 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
9825 (gud-gdb-marker-filter): Use font-lock-warning-face for any
9826 initial error.
9827
9828 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
9829 after fresh input.
9830 (gdb-var-create-handler): Put name of expression in quotes.
9831
9832 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
9833
9834 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
9835 elements of RING in order, and without bogus nil elements.
9836
9837 2005-06-23 Richard M. Stallman <rms@gnu.org>
9838
9839 * simple.el (set-variable): Args renamed; doc fix.
9840 (line-move-1): When there are overlays around, use vertical-motion.
9841
9842 * faces.el (escape-glyph): Use brown against light background.
9843 (nobreak-space): Rename from no-break-space.
9844 Fix previous change.
9845
9846 * dired-aux.el (dired-do-copy): Fix arg prompt.
9847
9848 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
9849
9850 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9851
9852 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
9853 rather than "Distributor".
9854
9855 2005-06-23 Lute Kamstra <lute@gnu.org>
9856
9857 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
9858 (debug-on-entry): Use it. New interactive declaration that uses
9859 function-called-at-point.
9860
9861 2005-06-23 Kim F. Storm <storm@cua.dk>
9862
9863 * subr.el (save-match-data): Add comment about using evaporate arg
9864 to set-match-data.
9865
9866 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
9867
9868 * cus-edit.el (customize-face)
9869 (customize-face-other-window): Handle face aliases.
9870
9871 * faces.el (face-documentation, set-face-attribute)
9872 (face-spec-set): Handle face aliases.
9873
9874 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
9875
9876 * help-mode.el (help-make-xrefs): If a symbol representing a face
9877 name is not followed by the word "face", it could still be a
9878 function or variable name, so don't bypass other checks.
9879
9880 2005-06-22 Juri Linkov <juri@jurta.org>
9881
9882 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
9883 Replace aliased functions with calls where second arg `inherit' is t.
9884
9885 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
9886
9887 * progmodes/gdb-ui.el (gdb-error): New variable.
9888 (gdb-error): New function.
9889 (gdb-annotation-rules): Act on error-begin and error annotations.
9890 (gdb-concat-output): Use font-lock-warning-face for errors.
9891
9892 2005-06-22 Miles Bader <miles@gnu.org>
9893
9894 * bindings.el (propertized-buffer-identification): Use renamed
9895 `Buffer-menu-buffer' face.
9896
9897 * faces.el (vertical-border): Rename from `vertical-divider'.
9898 (escape-glyph): Change dark-background color back to `cyan'.
9899
9900 2005-06-21 Juri Linkov <juri@jurta.org>
9901
9902 * faces.el (face-user-default-spec): Try getting `customized-face'
9903 prior to `saved-face'.
9904 (frame-background-mode): Refill docstring.
9905
9906 * emacs-lisp/lisp-mode.el (eval-defun-1):
9907 * emacs-lisp/edebug.el (edebug-eval-defun):
9908 Set `saved-face' temporarily to nil before calling form.
9909 Set `customized-face' to the new spec after that.
9910
9911 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
9912
9913 * subr.el (1value, lambda, key-substitution-in-progress):
9914 Doc fixes.
9915
9916 * autoinsert.el (auto-insert-alist):
9917 * ses.el (ses-call-printer):
9918 * subr.el (noreturn):
9919 * emacs-lisp/lisp.el (check-parens):
9920 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
9921 * net/browse-url.el (browse-url-mosaic):
9922 * progmodes/cc-defs.el (c-safe-scan-lists):
9923 * progmodes/ebnf-abn.el (ebnf-abn-lex):
9924 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
9925 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
9926 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
9927 * progmodes/ebnf-iso.el (ebnf-iso-lex):
9928 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
9929
9930 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
9931
9932 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
9933
9934 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
9935
9936 * calendar/appt.el (appt-make-list): Activate the package, if
9937 not already active (for backwards compatibility).
9938
9939 2005-06-20 Kim F. Storm <storm@cua.dk>
9940
9941 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
9942
9943 2005-06-20 Miles Bader <miles@gnu.org>
9944
9945 * faces.el (vertical-divider): New face.
9946
9947 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
9948
9949 * simple.el (kill-whole-line): Doc fix.
9950 (next-error-buffer-p, next-error-find-buffer)
9951 (clone-indirect-buffer): Fix typos in docstrings.
9952 (comment-line-break-function): Doc fix: don't say variable
9953 is automatically buffer-local (it isn't).
9954
9955 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
9956
9957 * net/tramp-ftp.el (top):
9958 * net/tramp-smb.el (top):
9959 * net/tramp-util.el (top):
9960 * net/tramp-uu.el (top):
9961 * net/tramp-vc.el (top):
9962 * net/tramp.el (top): Revert copyright years back to original
9963 ones. Tramp has a life outside GNU Emacs.
9964
9965 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
9966
9967 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
9968
9969 2005-06-18 Juri Linkov <juri@jurta.org>
9970
9971 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
9972 end of first regexp to limit the match to the position between
9973 line number and source line with same separator character as used
9974 between file name and line number. In the second regexp limit
9975 mouse-face area to file name and line number by adding new group
9976 for them and referring it in HYPERLINK arg.
9977 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
9978 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
9979 previous line where grep markers may be already removed.
9980
9981 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
9982
9983 * progmodes/ps-mode.el: Update version and maintainer's email address.
9984
9985 2005-06-18 Steve Youngs <steve@xemacs.org>
9986
9987 * net/browse-url.el (browse-url-browser-function)
9988 (browse-url-default-browser): Add firefox.
9989 (browse-url-firefox-program, browse-url-firefox-arguments)
9990 (browse-url-firefox-startup-arguments)
9991 (browse-url-firefox-new-window-is-tab): New defcustoms.
9992 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
9993
9994 2005-06-17 Richard M. Stallman <rms@gnu.org>
9995
9996 * startup.el (command-line): Warn if specified user name has
9997 no home directory.
9998
9999 * term.el (term-get-old-input, term-input-filter, term-input-sender)
10000 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
10001
10002 * longlines.el (longlines-mode, longlines-show-hard-newlines):
10003 Doc fixes.
10004
10005 * faces.el (underline): Try bold if terminal doesn't support underline.
10006
10007 * mail/sendmail.el (mail-setup-with-from): New variable.
10008 (mail-insert-from-field): New function.
10009 (sendmail-send-it): Call it.
10010 (mail-setup): Optionally call it here.
10011
10012 * term/linux.el: Call tty-no-underline.
10013
10014 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
10015
10016 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
10017
10018 2005-06-17 Miles Bader <miles@gnu.org>
10019
10020 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
10021 (ediff-current-diff-C, ediff-current-diff-Ancestor)
10022 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
10023 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
10024 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
10025 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
10026 Remove "-face" suffix from face names.
10027 (ediff-current-diff-face-A, ediff-current-diff-face-B)
10028 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10029 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10030 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10031 (ediff-even-diff-face-A, ediff-even-diff-face-B)
10032 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10033 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10034 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10035 New backward-compatibility aliases for renamed faces.
10036 (ediff-current-diff-face-A, ediff-current-diff-face-B)
10037 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
10038 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10039 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10040 (ediff-even-diff-face-A, ediff-even-diff-face-B)
10041 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10042 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10043 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10044 Use renamed ediff faces.
10045
10046 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
10047 Remove "-face" suffix from face names.
10048 (eshell-test-ok-face, eshell-test-failed-face):
10049 New backward-compatibility aliases for renamed faces.
10050 (eshell-run-test): Use renamed eshell-test faces.
10051
10052 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
10053 face name.
10054 (eshell-prompt-face): New backward-compatibility alias for renamed
10055 face.
10056 (eshell-emit-prompt): Use renamed eshell-prompt face.
10057
10058 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
10059 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
10060 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
10061 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
10062 Remove "-face" suffix from face names.
10063 (eshell-ls-directory-face, eshell-ls-symlink-face)
10064 (eshell-ls-executable-face, eshell-ls-readonly-face)
10065 (eshell-ls-unreadable-face, eshell-ls-special-face)
10066 (eshell-ls-missing-face, eshell-ls-archive-face)
10067 (eshell-ls-backup-face, eshell-ls-product-face)
10068 (eshell-ls-clutter-face):
10069 New backward-compatibility aliases for renamed faces.
10070 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
10071
10072 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
10073 Remove "-face" suffix from face name.
10074 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
10075 instead of literal face.
10076
10077 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
10078
10079 * emacs-lisp/warnings.el (display-warning, lwarn)
10080 (warning-minimum-log-level): Doc fixes.
10081 (warning-minimum-level, warning-minimum-log-level):
10082 Add :debug to :type choices.
10083
10084 * progmodes/ada-mode.el (ada-format-paramlist)
10085 (ada-get-indent-case, ada-check-matching-start)
10086 (ada-check-defun-name, ada-goto-matching-decl-start)
10087 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
10088 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
10089 (ada-make-subprogram-body): Follow error conventions.
10090 (ada-case-exception-file, ada-indent-comment-as-code)
10091 (ada-indent-handle-comment-special, ada-indent-renames)
10092 (ada-indent-return, ada-search-directories-internal)
10093 (ada-tab-policy, ada-case-exception-substring)
10094 (ada-other-file-alist, ada-matching-start-re)
10095 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
10096 (ada-imenu-generic-expression, ada-compile-goto-error)
10097 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
10098 (ada-popup-menu, ada-add-extensions, ada-mode)
10099 (ada-region-selected, ada-create-case-exception)
10100 (ada-create-case-exception-substring, ada-after-keyword-p)
10101 (ada-activate-keys-for-case, ada-adjust-case-region)
10102 (ada-adjust-case-buffer, ada-format-paramlist)
10103 (ada-scan-paramlist, ada-insert-paramlist)
10104 (ada-indent-newline-indent)
10105 (ada-indent-newline-indent-conditional)
10106 (ada-justified-indent-current, ada-goto-previous-word)
10107 (ada-indent-current, ada-get-indent-open-paren)
10108 (ada-get-indent-paramlist, ada-get-indent-end)
10109 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
10110 (ada-get-indent-block-start, ada-get-indent-subprog)
10111 (ada-get-indent-noindent, ada-get-indent-label)
10112 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
10113 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
10114 (ada-goto-stmt-end, ada-goto-next-word)
10115 (ada-check-matching-start, ada-check-defun-name)
10116 (ada-goto-matching-decl-start, ada-goto-matching-start)
10117 (ada-goto-matching-end, ada-search-ignore-string-comment)
10118 (ada-in-decl-p, ada-looking-at-semi-or)
10119 (ada-looking-at-semi-private, ada-in-paramlist-p)
10120 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
10121 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
10122 (ada-next-procedure, ada-previous-procedure, ada-next-package)
10123 (ada-previous-package, ada-create-menu)
10124 (ada-fill-comment-paragraph-justify)
10125 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
10126 (ada-other-file-name, ada-last-which-function-line)
10127 (ada-last-which-function-subprog, ada-which-function)
10128 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
10129 (ada-gen-treat-proc, ada-check-emacs-version)
10130 (ada-continuation-indent, ada-align-region-separate):
10131 Fix typos in docstrings.
10132 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
10133
10134 2005-06-16 Lute Kamstra <lute@gnu.org>
10135
10136 * simple.el (fundamental-mode): Run after-change-major-mode-hook
10137 conditionally.
10138
10139 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
10140
10141 * comint.el (comint-replace-by-expanded-filename)
10142 (comint-prompt-regexp, comint-delimiter-argument-list)
10143 (comint-preinput-scroll-to-bottom):
10144 * info.el (Info-hide-cookies-node):
10145 * ls-lisp.el (ls-lisp-classify):
10146 * find-file.el (ff-search-directories, ff-special-constructs)
10147 (ff-find-other-file):
10148 * font-lock.el (font-lock-keywords):
10149 * shell.el (shell-prompt-pattern)
10150 (shell-dynamic-complete-functions, shell-mode)
10151 (shell-delimiter-argument-list):
10152 * term.el (term-replace-by-expanded-filename)
10153 (term-prompt-regexp, term-delimiter-argument-list):
10154 * woman.el (woman-ignore, woman0-if):
10155 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
10156 * emacs-lisp/elint.el (elint-init-env):
10157 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
10158 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
10159 * language/ethio-util.el (ethio-tilde-escape)
10160 (ethio-use-three-dot-question):
10161 * net/zone-mode.el (zone-mode-load-time-setup):
10162 * progmodes/cc-align.el (c-lineup-argcont):
10163 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
10164 * progmodes/cperl-mode.el (cperl-set-style-back):
10165 * progmodes/inf-lisp.el (inferior-lisp-prompt):
10166 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
10167 Fix spellings in docstrings.
10168
10169 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
10170 * progmodes/modula2.el (m2-for): Fix spellings.
10171
10172 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
10173
10174 * simple.el (undo-more): Don't use `format' on `error' arguments.
10175 Improve argument/docstring consistency.
10176 (pending-undo-list): Doc fix.
10177
10178 * smerge-mode.el (smerge-ensure-match):
10179 * emulation/vip.el (vip-ex):
10180 * net/zone-mode.el (zone-mode-update-serial):
10181 * progmodes/idlwave.el (idlwave-complete):
10182 * progmodes/vhdl-mode.el (vhdl-visit-file)
10183 (vhdl-compose-wire-components):
10184 Don't use `format' on `error' arguments.
10185
10186 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
10187 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
10188 (tooltip-help-tips): Fix typos in docstrings.
10189
10190 2005-06-16 David Ponce <david@dponce.com>
10191
10192 * tree-widget.el (tree-widget-value-create): Simplify last change.
10193
10194 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
10195
10196 * ido.el (ido-incomplete-regexp): New variable.
10197 (ido-set-matches-1): Handle invalid-regexp error and set
10198 ido-incomplete-regexp.
10199 (ido-incomplete-regexp): New face.
10200 (ido-completions): Use it.
10201 (ido-complete, ido-exit-minibuffer, ido-completions):
10202 Handle incomplete regexps.
10203 (ido-completions): Add check for complete match when entering a regexp.
10204
10205 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10206
10207 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
10208
10209 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10210
10211 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
10212 by field delimiters.
10213
10214 2005-06-15 David Ponce <david@dponce.com>
10215
10216 * tree-widget.el: eval-and-compile inlined functions so they will
10217 be available at run-time too.
10218 (tree-widget-super-format-handler)
10219 (tree-widget-format-handler): Remove.
10220 (tree-widget-value-create): Handle the :indent property.
10221
10222 2005-06-15 Miles Bader <miles@gnu.org>
10223
10224 * progmodes/which-func.el (which-func): Only inherit
10225 `font-lock-function-name-face' when that makes sense against the
10226 default mode-line face, otherwise set the face color explicitly.
10227
10228 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
10229 faces instead of (non-existent) variables.
10230
10231 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10232
10233 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
10234 (iswitchb-get-matched-buffers): Likewise. Simplify.
10235
10236 2005-06-14 Miles Bader <miles@gnu.org>
10237
10238 * progmodes/ld-script.el (ld-script-location-counter):
10239 Remove "-face" suffix from face name.
10240 (ld-script-location-counter-face):
10241 New backward-compatibility alias for renamed face.
10242 (ld-script-location-counter-face): Use renamed face.
10243
10244 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
10245 (cperl-hash): Remove "-face" suffix from face names.
10246 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
10247 New backward-compatibility aliases for renamed faces.
10248 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
10249 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
10250
10251 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
10252 name.
10253 (which-func-face): New backward-compatibility alias for renamed face.
10254 (which-func-format): Use renamed which-func face.
10255
10256 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
10257 (vhdl-function, vhdl-directive, vhdl-reserved-word)
10258 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
10259 names.
10260 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
10261 (vhdl-speedbar-configuration, vhdl-speedbar-package)
10262 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
10263 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
10264 (vhdl-speedbar-architecture-selected)
10265 (vhdl-speedbar-configuration-selected)
10266 (vhdl-speedbar-package-selected)
10267 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
10268 names.
10269 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
10270 Use renamed faces.
10271 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
10272 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
10273 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
10274 Use renamed faces.
10275 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
10276 names.
10277 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
10278 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
10279 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
10280 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
10281 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
10282 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
10283
10284 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
10285 face name.
10286 (sh-heredoc-face): New backward-compatibility alias for renamed face.
10287 (sh-heredoc-face): Use renamed sh-heredoc face.
10288
10289 * progmodes/idlw-help.el (idlwave-help-link):
10290 Remove "-face" suffix from face name.
10291 (idlwave-help-link-face):
10292 New backward-compatibility alias for renamed face.
10293 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
10294
10295 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
10296 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
10297 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
10298 New backward-compatibility aliases for renamed faces.
10299 (idlwave-shell-disabled-breakpoint-face)
10300 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
10301
10302 * progmodes/flymake.el (flymake-errline, flymake-warnline):
10303 Remove "-face" suffix from face names.
10304 (flymake-errline-face, flymake-warnline-face):
10305 New backward-compatibility aliases for renamed faces.
10306 (flymake-highlight-line): Use renamed flymake faces.
10307
10308 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
10309 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
10310 (ebrowse-member-class, ebrowse-progress):
10311 Remove "-face" suffix from face names.
10312 (ebrowse-tree-mark-face, ebrowse-root-class-face)
10313 (ebrowse-file-name-face, ebrowse-default-face)
10314 (ebrowse-member-attribute-face, ebrowse-member-class-face)
10315 (ebrowse-progress-face):
10316 New backward-compatibility aliases for renamed faces.
10317 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
10318 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
10319 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
10320 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
10321
10322 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
10323 antlr-syntax)
10324 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
10325 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
10326 names.
10327 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
10328 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
10329 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
10330 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
10331 backward-compatibility aliases for renamed faces.
10332 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
10333 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
10334 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
10335 remove "font-lock-". Use renamed antlr-mode faces.
10336 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
10337 literal face-names with face variable references.
10338
10339 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
10340 face name.
10341 (Buffer-menu-buffer-face): New backward-compatibility alias for
10342 renamed face.
10343 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
10344
10345 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
10346
10347 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
10348 Eliminate "-face" suffix.
10349 (makefile-targets): Inherit from font-lock-function-name-face and
10350 eliminate "-face" suffix.
10351 (makefile-shell): Remove attributes and eliminate "-face" suffix.
10352 (makefile-*-font-lock-keywords): Append makefile-targets in rule
10353 actions, instead of prepending, to make it less visible.
10354 (makefile-previous-dependency, makefile-match-dependency):
10355 Don't match a target on a continuation line.
10356
10357 * files.el (auto-mode-alist): Put Makefile in gmake mode.
10358
10359 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
10360
10361 * progmodes/gdb-ui.el (menu): Re-order menu items.
10362 (gdb-tooltip-print): Respect tooltip-use-echo-area.
10363
10364 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
10365 Define in tooltip.el.
10366 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
10367 (gud-tooltip-tips): Respect tooltip-use-echo-area and
10368 gud-tooltip-echo-area.
10369
10370 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
10371 backward compatibility and make obsolete.
10372 (tooltip-help-tips): Use tooltip-use-echo-area.
10373 (tooltip-show-help-function): Rename to...
10374 (tooltip-show-help): ...this, because it is a function.
10375 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
10376
10377 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
10378
10379 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
10380 (edebug-print-length, edebug-print-level, edebug-print-circle)
10381 (edebug-modify-breakpoint, edebug-eval-last-sexp)
10382 (edebug-eval-print-last-sexp): Doc fixes.
10383
10384 2005-06-14 Kim F. Storm <storm@cua.dk>
10385
10386 * ido.el (ido-mode): Make a new keymap every time we enable ido,
10387 as the coverage buffer/file/both may change.
10388
10389 2005-06-14 Lute Kamstra <lute@gnu.org>
10390
10391 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
10392 and run-mode-hooks. Simplify.
10393
10394 * mail/rmailedit.el (rmail-edit-mode):
10395 * progmodes/octave-inf.el (inferior-octave-mode):
10396 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
10397
10398 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
10399 and run-mode-hooks.
10400 (recentf-edit-list, recentf-open-files): Don't call
10401 kill-all-local-variables directly.
10402
10403 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
10404
10405 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
10406
10407 * emacs-lisp/byte-run.el (make-obsolete)
10408 (define-obsolete-function-alias): Rename arguments FUNCTION and
10409 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
10410 (make-obsolete-variable, define-obsolete-variable-alias):
10411 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
10412 respectively.
10413
10414 * isearchb.el (isearchb-activate):
10415 * pcvs.el (cvs-mode):
10416 * ses.el (ses-load):
10417 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
10418 * net/tramp.el (tramp-find-file-exists-command)
10419 (tramp-find-shell):
10420 * progmodes/ada-mode.el (ada-create-case-exception)
10421 (ada-create-case-exception-substring, ada-make-subprogram-body):
10422 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10423 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
10424 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
10425 * textmodes/org.el (org-promote, org-evaluate-time-range)
10426 (org-agenda-next-date-line, org-agenda-previous-date-line)
10427 (org-agenda-error, org-open-at-point, org-table-move-row)
10428 (org-format-table-table-html-using-table-generate-source)
10429 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
10430 * textmodes/reftex.el (reftex-access-scan-info):
10431 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
10432 (reftex-toc-promote-prepare): Follow error conventions.
10433
10434 * diff-mode.el (diff-mode): Fix typo in docstring.
10435
10436 * forms.el (forms--intuit-from-file): Fix reference to
10437 `forms-number-of-fields' in error message.
10438 (forms-print): Fix quoting in error message.
10439
10440 * forms.el (forms-mode):
10441 * emulation/vi.el (vi-goto-insert-state):
10442 * progmodes/flymake.el (flymake-new-err-info)
10443 (flymake-start-syntax-check-for-current-buffer)
10444 (flymake-simple-cleanup):
10445 * eshell/esh-var.el (eshell/export):
10446 * progmodes/gud.el (xdb):
10447 * textmodes/flyspell.el (flyspell-incorrect-hook)
10448 (flyspell-maybe-correct-transposition)
10449 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
10450
10451 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
10452
10453 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
10454 minibuffer prompt.
10455
10456 2005-06-13 Kim F. Storm <storm@cua.dk>
10457
10458 * subr.el (add-to-ordered-list): New defun.
10459
10460 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
10461 add cua--keymap-alist to emulation-mode-map-alists.
10462
10463 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10464
10465 * subr.el (complete-in-turn): New macro.
10466 (dynamic-completion-table, lazy-completion-table): Add debug info.
10467
10468 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
10469 in preference to face aliases.
10470
10471 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
10472 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
10473 Remove unused vars `start' and `firstline'.
10474 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
10475 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
10476
10477 2005-06-13 Eli Zaretskii <eliz@gnu.org>
10478
10479 * cus-start.el (all): Don't complain about missing GTK-related
10480 variables, unless either `gtk' is boundp or this isn't a
10481 `windows-nt' build.
10482
10483 2005-06-13 Lute Kamstra <lute@gnu.org>
10484
10485 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
10486 run-mode-hooks.
10487
10488 * ediff-mult.el (ediff-meta-mode):
10489 * ediff-util.el (ediff-mode): Use run-mode-hooks.
10490
10491 * ledit.el (ledit-mode): Use delay-mode-hooks.
10492
10493 * woman.el (woman-mode-line-format): Delete constant.
10494 (woman-mode-map): Initialize it properly.
10495 (woman-mode): Set mode-class property to special.
10496 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
10497 Set major-mode and mode-name. Don't set mode-line-format directly.
10498 (Man-getpage-in-background): Don't reference woman-mode-line-format.
10499
10500 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
10501 string argument obsolete.
10502
10503 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
10504
10505 * textmodes/org.el (org-CUA-compatible): New option.
10506 (org-disputed-keys): New variable.
10507 (org-key): New function.
10508 (orgtbl-make-binding): Add docstring to the created function.
10509 (org-mode): Set paragraph start/separate regexps.
10510 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
10511 (org-archive-location, org-archive-mark-done)
10512 (org-archive-stamp-time): New options.
10513 (org-archive-subtree): New command.
10514 (org-fill-paragraph): New function.
10515 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
10516 (org-fake-empty-table-line): Function removed.
10517 (org-format-org-table-html): Do not create empty table lines at
10518 separator lines. Improved table header treatment.
10519 (org-link-format): New option.
10520 (org-make-link): New function.
10521 (org-insert-link, org-store-link): Use org-make-link.
10522 (org-open-file): Quote file name for shell command, to allow
10523 spaces in file names.
10524 (org-link-regexp): Fix bug with mailto link.
10525 (org-link-maybe-angles-regexp, org-protected-link-regexp):
10526 New constants.
10527 (org-export-as-html): Deal with the optional angles around a link.
10528 Better treatment of file: links.
10529 (org-open-at-point): Replace @{ and @} with < and >.
10530 (org-run-mode-hooks): Function removed.
10531 (org-agenda-mode): No longer use `org-run-mode-hooks'.
10532
10533 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
10534
10535 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
10536 MI command -data-list-register-values.
10537 (gdb-post-prompt): Indent properly.
10538
10539 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
10540
10541 * hilit-chg.el (highlight-changes-colors): Rename from
10542 `highlight-changes-colours'.
10543 (highlight-changes-colours): Keep as obsolete alias.
10544 (highlight-changes-face-list): Doc fix.
10545 (hilit-chg-make-list): Use `highlight-changes-colors'.
10546
10547 2005-06-12 Mark A. Hershberger <mah@everybody.org>
10548
10549 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
10550 defun-prompt-regexp.
10551
10552 2005-06-12 Eli Zaretskii <eliz@gnu.org>
10553
10554 * loadup.el: Don't say we are dumping under 2 names on windows-nt
10555 and cygwin.
10556
10557 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
10558 Don't use an old loaddefs.el, as in Makefile.in.
10559
10560 2005-06-12 Lute Kamstra <lute@gnu.org>
10561
10562 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
10563
10564 * man.el (Man-mode-map): Initialize it properly.
10565 (Man-mode): Set mode-class property to special.
10566
10567 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
10568
10569 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
10570
10571 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
10572 A newline is needed in the docstring there.
10573
10574 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
10575 Doc fixes.
10576
10577 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10578
10579 * printing.el: Doc fix. The menubar is no more changed when printing
10580 is loaded, it only changes when pr-menu-bind or pr-update-menus is
10581 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
10582 (pr-version): New version number (6.8.4).
10583 (pr-menu-bind): New command.
10584 (pr-update-menus): Docstring and code fix.
10585 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
10586 Docstring fix.
10587 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
10588 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
10589
10590 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
10591
10592 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
10593 "Returns" to "return", document useful return values, etc.
10594
10595 2005-06-11 Alan Mackenzie <acm@muc.de>
10596
10597 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
10598 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
10599 (adaptive-file-function): Minor amendment to doc-string.
10600
10601 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10602
10603 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
10604 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
10605 Fix :type--it is `integer', not `string'.
10606
10607 * faces.el (modeline-highlight): Rename from (the erroneous)
10608 `modeline-higilight'.
10609
10610 2005-06-11 Lute Kamstra <lute@gnu.org>
10611
10612 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
10613 lisp-interaction-mode-map but make it the parent.
10614 (edebug-eval-mode): Use define-derived-mode.
10615
10616 2005-06-11 Andreas Schwab <schwab@suse.de>
10617
10618 * bindings.el: Add binding of `ESC functionkey' for every
10619 `M-functionkey'.
10620 * hexl.el (hexl-mode-map): Likewise.
10621
10622 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
10623
10624 * progmodes/compile.el (compilation-error-regexp-alist-alist)
10625 [msft]: update regexp for newer msft compilers.
10626
10627 2005-06-10 Mark A. Hershberger <mah@everybody.org>
10628
10629 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
10630 ATTLIST portions of included DTDs.
10631 (xml-parse-dtd): Eliminate use of inefficient match-data.
10632
10633 2005-06-10 Miles Bader <miles@gnu.org>
10634
10635 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
10636 (mpuz-text): Remove "-face" suffix from face names.
10637 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
10638 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
10639 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
10640
10641 * play/gomoku.el (gomoku-O, gomoku-X):
10642 Remove "-face" suffix from face names.
10643 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
10644 New backward-compatibility aliases for renamed faces.
10645 (gomoku-font-lock-keywords): Use renamed gomoku faces.
10646
10647 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
10648
10649 * thumbs.el: Fixes for changes of 2005-06-09.
10650 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
10651 as a directory.
10652 (thumbs-thumbname): Remove directory separator from format string;
10653 `thumbs-thumbsdir' now returns a valid directory name.
10654 (thumbs-temp-dir): New defsubst.
10655 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
10656 Use it.
10657
10658 * cus-edit.el (minibuffer):
10659 * files.el (make-backup-file-name-function):
10660 * filesets.el (filesets-external-viewers):
10661 * hilit-chg.el (highlight-changes-colours)
10662 (highlight-changes-face-list, highlight-changes-rotate-faces):
10663 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
10664 * kmacro.el (kmacro-call-macro):
10665 * log-edit.el (log-edit-changelog-full-paragraphs):
10666 * mouse.el (mouse-1-click-follows-link):
10667 * skeleton.el (skeleton-autowrap):
10668 * subr.el (insert-for-yank-1):
10669 * tempo.el (tempo-insert-region):
10670 * terminal.el (terminal-emulator):
10671 * time.el (display-time-mail-face):
10672 * vc.el (vc-annotate):
10673 * vcursor.el (vcursor-copy-line):
10674 * woman.el (woman-bold-headings, woman-ignore)
10675 (woman-default-faces, woman-monochrome-faces):
10676 * calendar/todo-mode.el (todo-insert-threshold):
10677 * emulation/pc-select.el (pc-select-selection-keys-only)
10678 (pc-selection-mode):
10679 * emulation/vip.el (vip-find-char-forward):
10680 * emulation/viper-cmd.el (viper-find-char-forward):
10681 * international/mule-cmds.el
10682 (select-safe-coding-system-accept-default-p)
10683 (input-method-exit-on-invalid-key):
10684 * international/mule-diag.el (describe-coding-system):
10685 * international/ucs-tables.el (unify-8859-on-encoding-mode):
10686 * net/browse-url.el (browse-url-xterm-program):
10687 * obsolete/lazy-lock.el (lazy-lock-mode):
10688 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
10689 (cperl-mode):
10690 * progmodes/cpp.el (cpp-face-light-name-list)
10691 (cpp-face-dark-name-list):
10692 * progmodes/delphi.el (delphi-newline-always-indents):
10693 Fix spellings in docstrings.
10694
10695 * ido.el (ido-mode, ido-file-extensions-order)
10696 (ido-default-file-method, ido-default-buffer-method)
10697 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
10698 (ido-decorations, ido-read-file-name-as-directory-commands)
10699 (ido-read-file-name-non-ido, ido-work-directory-list)
10700 (ido-ignore-item-temp-list, ido-current-directory)
10701 (ido-magic-forward-char, ido-enter-find-file)
10702 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
10703 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
10704
10705 2005-06-10 Lute Kamstra <lute@gnu.org>
10706
10707 * play/dunnet.el (dun-mode): Use define-derived-mode.
10708 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
10709 obsolete alias.
10710
10711 * play/doctor.el (doctor-mode-map): Remove defvar.
10712 (doctor-mode): Use define-derived-mode.
10713
10714 * mail/mspools.el (mspools-mode):
10715 * net/eudc-hotlist.el (eudc-hotlist-mode):
10716 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
10717
10718 2005-06-10 Miles Bader <miles@gnu.org>
10719
10720 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10721 Remove "-face" suffix from face names.
10722 (flyspell-incorrect-face, flyspell-duplicate-face):
10723 New backward-compatibility aliases for renamed faces.
10724 (flyspell-mode-on, make-flyspell-overlay)
10725 (flyspell-highlight-incorrect-region)
10726 (flyspell-highlight-duplicate-region)
10727 (flyspell-display-next-corrections)
10728 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
10729
10730 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
10731 from face name.
10732 (texinfo-heading-face): New backward-compatibility alias for
10733 renamed face.
10734 (texinfo-heading-face): Use renamed texinfo-heading face.
10735
10736 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
10737 suffix from face names.
10738 (tex-math-face, tex-verbatim-face):
10739 New backward-compatibility aliases for renamed faces.
10740 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
10741 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
10742 literal face name.
10743
10744 * textmodes/table.el (table-cell): Remove "-face" suffix from face
10745 name.
10746 (table-cell-face): New backward-compatibility alias for renamed face.
10747 (table--put-cell-face-property, table--update-cell-face):
10748 Use renamed table-cell face.
10749
10750 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
10751 from face name.
10752 (sgml-namespace-face): New backward-compatibility alias for
10753 renamed face.
10754 (sgml-namespace-face): Use renamed sgml-namespace face.
10755
10756 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
10757 (org-level-4, org-level-5, org-level-6, org-level-7)
10758 (org-level-8, org-warning, org-headline-done)
10759 (org-deadline-announce, org-scheduled-today)
10760 (org-scheduled-previously, org-link, org-done, org-table)
10761 (org-time-grid): Remove "-face" suffix from face names.
10762 (org-level-1-face, org-level-2-face, org-level-3-face)
10763 (org-level-4-face, org-level-5-face, org-level-6-face)
10764 (org-level-7-face, org-level-8-face, org-warning-face)
10765 (org-headline-done-face, org-deadline-announce-face)
10766 (org-scheduled-today-face, org-scheduled-previously-face)
10767 (org-link-face, org-done-face, org-table-face)
10768 (org-time-grid-face):
10769 New backward-compatibility aliases for renamed faces.
10770 (org-level-faces, org-set-font-lock-defaults, org-timeline)
10771 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
10772 (org-agenda-get-timestamps, org-agenda-get-scheduled)
10773 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
10774
10775 * emulation/viper-init.el (viper-search, viper-replace-overlay)
10776 (viper-minibuffer-emacs, viper-minibuffer-insert)
10777 (viper-minibuffer-vi): Remove "-face" suffix from face names.
10778 (viper-search-face, viper-replace-overlay-face)
10779 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
10780 (viper-minibuffer-vi-face):
10781 New backward-compatibility aliases for renamed faces.
10782 (viper-search-face, viper-replace-overlay-face)
10783 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
10784 (viper-minibuffer-vi-face): Use renamed viper faces.
10785
10786 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
10787 Remove "-face" suffix from face names.
10788 (testcover-nohits-face, testcover-1value-face):
10789 New backward-compatibility aliases for renamed faces.
10790 (testcover-mark): Use renamed testcover faces.
10791
10792 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
10793 face name.
10794 (diary-button-face): New backward-compatibility alias for renamed face.
10795 (diary-entry): Use renamed diary-button face.
10796
10797 * calendar/calendar.el (diary, calendar-today, holiday)
10798 (mark-visible-calendar-date): Remove "-face" suffix from face names.
10799 (diary-face, calendar-today-face, holiday-face):
10800 New backward-compatibility aliases for renamed faces.
10801 (eval-after-load "facemenu", diary-entry-marker)
10802 (calendar-today-marker, calendar-holiday-marker, diary-face):
10803 Use renamed calendar faces.
10804
10805 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
10806 (compare-windows-face): New backward-compatibility alias for
10807 renamed face.
10808 (compare-windows-highlight): Use renamed compare-windows face.
10809
10810 * strokes.el (strokes-char): Remove "-face" suffix from face name.
10811 (strokes-char-face): New backward-compatibility alias for renamed face.
10812 (strokes-encode-buffer): Use renamed strokes-char face.
10813
10814 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
10815 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
10816 Remove "-face" suffix from face names.
10817 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
10818 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
10819 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
10820 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
10821 Use renamed pcvs faces.
10822 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
10823 * pcvs-defs.el (cvs-mode-map): Likewise.
10824 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
10825
10826 * info.el (info-title-1, info-title-2, info-title-3)
10827 (info-title-4): Remove "-face" suffix from and downcase face names.
10828 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10829 (Info-title-4-face):
10830 New backward-compatibility aliases for renamed faces.
10831 (Info-fontify-node): Use renamed info faces.
10832
10833 * hilit-chg.el (highlight-changes, highlight-changes-delete):
10834 Remove "-face" suffix from face names.
10835 (highlight-changes-face, highlight-changes-delete-face):
10836 New backward-compatibility aliases for renamed faces.
10837 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
10838 (hilit-chg-make-list): Use renamed highlight-changes faces.
10839
10840 * generic-x.el (show-tabs-tab, show-tabs-space):
10841 Remove "-face" suffix from face names.
10842 (show-tabs-tab-face, show-tabs-space-face):
10843 New backward-compatibility aliases for renamed faces.
10844 (show-tabs-generic-mode-font-lock-defaults-1)
10845 (show-tabs-generic-mode-font-lock-defaults-2):
10846 Use renamed show-tabs faces.
10847
10848 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
10849 (smerge-markers): Remove "-face" suffix from face names.
10850 (smerge-mine-face, smerge-other-face, smerge-base-face)
10851 (smerge-markers-face):
10852 New backward-compatibility aliases for renamed faces.
10853 (smerge-mine-face, smerge-other-face, smerge-base-face)
10854 (smerge-markers-face): Use renamed smerge faces.
10855
10856 * log-view.el (log-view-file, log-view-message): Remove "-face"
10857 suffix from face names.
10858 (log-view-file-face, log-view-message-face):
10859 New backward-compatibility aliases for renamed faces.
10860 (log-view-file-face, log-view-message-face): Use renamed log-view
10861 faces.
10862
10863 * paren.el (show-paren-match, show-paren-mismatch):
10864 Remove "-face" suffix from face names.
10865 (show-paren-match-face, show-paren-mismatch-face):
10866 New backward-compatibility aliases for renamed faces.
10867 (show-paren-function): Use renamed show-paren faces.
10868
10869 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
10870 (ruler-mode-margins, ruler-mode-fringes)
10871 (ruler-mode-column-number, ruler-mode-fill-column)
10872 (ruler-mode-comment-column, ruler-mode-goal-column)
10873 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
10874 suffix from face names.
10875 (ruler-mode-default-face, ruler-mode-pad-face)
10876 (ruler-mode-margins-face, ruler-mode-fringes-face)
10877 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
10878 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
10879 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
10880 New backward-compatibility aliases for renamed faces.
10881 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
10882 (ruler-mode-column-number, ruler-mode-fill-column)
10883 (ruler-mode-comment-column, ruler-mode-goal-column)
10884 (ruler-mode-tab-stop, ruler-mode-current-column)
10885 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
10886 faces.
10887
10888 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
10889 face name.
10890 (whitespace-highlight-the-space): Use renamed face.
10891 (whitespace-highlight-face): New backward-compatibility alias for
10892 renamed face.
10893
10894 * woman.el (woman-italic, woman-bold, woman-unknown)
10895 (woman-addition, woman-symbol-face):
10896 Remove "-face" suffix from face names.
10897 (woman-italic-face, woman-bold-face, woman-unknown-face)
10898 (woman-addition-face):
10899 New backward-compatibility aliases for renamed faces.
10900 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
10901 (woman-decode-region, woman-replace-match)
10902 (woman-display-extended-fonts, woman-special-characters)
10903 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
10904 Use renamed woman faces.
10905
10906 * longlines.el (longlines-visible-face): Face removed.
10907
10908 * diff-mode.el (diff-header, diff-file-header, diff-index)
10909 (diff-hunk-header, diff-removed, diff-added, diff-changed)
10910 (diff-function, diff-context, diff-nonexistent): Remove "-face"
10911 suffix from face names.
10912 (diff-header-face, diff-file-header-face, diff-index-face)
10913 (diff-hunk-header-face, diff-removed-face, diff-added-face)
10914 (diff-changed-face, diff-function-face, diff-context-face)
10915 (diff-nonexistent-face): New backward-compatibility aliases for
10916 renamed faces.
10917 (diff-header-face, diff-file-header-face)
10918 (diff-index, diff-index-face, diff-hunk-header)
10919 (diff-hunk-header-face, diff-removed, diff-removed-face)
10920 (diff-added, diff-added-face, diff-changed-face, diff-function)
10921 (diff-function-face, diff-context-face, diff-nonexistent)
10922 (diff-nonexistent-face): Use renamed diff-mode faces.
10923
10924 * progmodes/compile.el (compilation-warning-face)
10925 (compilation-info-face): Remove "-face" suffix from face names.
10926 (compilation-warning-face, compilation-info-face):
10927 New backward-compatibility aliases for renamed faces.
10928 (compilation-warning-face, compilation-info-face):
10929 Use renamed compilation faces.
10930
10931 * add-log.el (change-log-date, change-log-name)
10932 (change-log-email, change-log-file, change-log-list)
10933 (change-log-conditionals, change-log-function)
10934 (change-log-acknowledgement): Remove "-face" suffix from face names.
10935 (change-log-date-face, change-log-name-face)
10936 (change-log-email-face, change-log-file-face)
10937 (change-log-list-face, change-log-conditionals-face)
10938 (change-log-function-face, change-log-acknowledgement-face):
10939 New backward-compatibility aliases for renamed faces.
10940 (change-log-font-lock-keywords): Use renamed change-log faces.
10941
10942 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
10943 (custom-set, custom-changed, custom-saved, custom-button)
10944 (custom-button-pressed, custom-documentation, custom-state)
10945 (custom-comment, custom-comment-tag, custom-variable-tag)
10946 (custom-variable-button, custom-face-tag, custom-group-tag-1)
10947 (custom-group-tag): Remove "-face" suffix from face names.
10948 (custom-magic-alist, custom-magic-value-create)
10949 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
10950 (custom-invalid-face, custom-rogue-face, custom-modified-face)
10951 (custom-set-face, custom-changed-face, custom-saved-face)
10952 (custom-button-face, custom-button-pressed-face)
10953 (custom-documentation-face, custom-state-face)
10954 (custom-comment-face, custom-comment-tag-face)
10955 (custom-variable-tag-face, custom-variable-button-face)
10956 (custom-face-tag-face, custom-group-tag-face-1)
10957 (custom-group-tag-face):
10958 New backward-compatibility aliases for renamed faces.
10959
10960 * wid-edit.el (widget-documentation, widget-button)
10961 (widget-field, widget-single-line-field, widget-inactive)
10962 (widget-button-pressed): "-face" suffix removed from face names.
10963 (widget-documentation-face, widget-button-face)
10964 (widget-field-face, widget-single-line-field-face)
10965 (widget-inactive-face, widget-button-pressed-face):
10966 New backward-compatibility aliases for renamed faces.
10967 (widget-documentation-face, widget-button-face)
10968 (widget-button-pressed-face, widget-specify-field)
10969 (widget-specify-inactive): Use renamed widget faces.
10970
10971 2005-06-10 Kenichi Handa <handa@m17n.org>
10972
10973 * term/x-win.el (x-clipboard-yank): Remove condition-case
10974 wrapping.
10975
10976 2005-06-11 Kenichi Handa <handa@m17n.org>
10977
10978 * add-log.el (change-log-font-lock-keywords): Make the regexp for
10979 date lines stricter.
10980
10981 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
10982
10983 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
10984 of x-get-selection.
10985
10986 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
10987
10988 * comint.el (comint-mode, comint-snapshot-last-prompt):
10989 * frame.el (frame-current-scroll-bars):
10990 * term.el (term-mode, term-check-proc, term-input-sender)
10991 (term-simple-send, term-extract-string, term-word)
10992 (term-match-partial-filename):
10993 * window.el (window-current-scroll-bars):
10994 * emulation/cua-base.el (cua-normal-cursor-color)
10995 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
10996 (cua-global-mark-cursor-color):
10997 * mail/undigest.el (rmail-forward-separator-regex):
10998 Fix typos in docstrings.
10999
11000 * comint.el (comint-check-proc, make-comint-in-buffer)
11001 (comint-source-default): Doc fixes.
11002
11003 * term.el (term-send-string): Improve argument/docstring consistency.
11004
11005 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
11006
11007 * comint.el (comint-send-input): Bind `inhibit-read-only' around
11008 call to `delete-region'.
11009 (comint-mode-hook): Do not enable Font Lock by default.
11010
11011 2005-06-09 Lute Kamstra <lute@gnu.org>
11012
11013 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
11014 could be void.
11015
11016 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
11017
11018 * emacs-lisp/debug.el (debugger-will-be-back): New var.
11019 (debug): Use it.
11020 (debugger-step-through, debugger-continue, debugger-jump)
11021 (debugger-return-value): Set it when needed.
11022 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
11023 Use inhibit-read-only.
11024
11025 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
11026
11027 * window.el (shrink-window-if-larger-than-buffer)
11028 (window-size-fixed): Fix typo in docstring.
11029
11030 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
11031 thumbnails directory on loading.
11032 (thumbs-conversion-program): Use `eq' to check the system type,
11033 not `equal'.
11034 (thumbs-temp-dir): Initialize to `temporary-file-directory',
11035 not "/tmp". Fix docstring.
11036 (thumbs-thumbsdir): New function to return the thumbnails
11037 directory, creating it if needed.
11038 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
11039 (thumbs-temp-file): Delete variable and make it into a function.
11040 (thumbs-resize-image, thumbs-modify-image): Use it.
11041 (thumbs-kill-buffer): Simplify.
11042 (thumbs-gensym): Defalias or duplicate CL `gensym'.
11043 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
11044 docstrings.
11045
11046 2005-06-09 Kim F. Storm <storm@cua.dk>
11047
11048 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
11049 set-match-data to free markers in match-data.
11050
11051 * replace.el (replace-match-data): Pass RESEAT arg `t' to
11052 match-data to unchain markers in match-data.
11053
11054 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11055
11056 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
11057 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
11058 unnecessary now.
11059
11060 2005-06-08 Richard M. Stallman <rms@gnu.org>
11061
11062 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
11063 give the variable a doc string that doesn't say don't set it directly.
11064
11065 * textmodes/ispell.el (ispell-check-version):
11066 Use match-string-no-properties.
11067 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
11068 (ispell-buffer-local-words): Likewise.
11069
11070 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
11071 except on terminals with enough colors to really display it.
11072 (makefile-dependency-regex): Delete spurious `bb'.
11073
11074 * faces.el (escape-glyph): Use blue once again in last case.
11075 (no-break-space): Redefine so that it isn't invisible on a tty.
11076
11077 2005-06-08 Kim F. Storm <storm@cua.dk>
11078
11079 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
11080 also when reading directory name.
11081
11082 2005-06-08 Lute Kamstra <lute@gnu.org>
11083
11084 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
11085 (flyspell-mode-line-string): Remove autoload cookie.
11086 (flyspell-mode): Remove defvar.
11087
11088 2005-06-07 Lute Kamstra <lute@gnu.org>
11089
11090 * textmodes/org.el (org-run-mode-hooks): New function.
11091 (org-agenda-mode): Use it.
11092
11093 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
11094
11095 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
11096
11097 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11098
11099 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
11100
11101 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
11102
11103 * font-lock.el (font-lock-add-keywords): Doc fix.
11104
11105 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11106
11107 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
11108 (tex-compile-default): In the absence of any history, use the order in
11109 tex-compile-alist to choose the preferred command.
11110 (tex-compile-commands): Reorder a bit.
11111
11112 * textmodes/flyspell.el (flyspell-auto-correct-binding)
11113 (flyspell-incorrect-face, flyspell-duplicate-face):
11114 Use (X)Emacs-agnostic code.
11115 (flyspell-mode-map): Don't overwrite at each load. Remove code
11116 redundant with the subsequent add-minor-mode. Merge Emacs and
11117 XEmacs code.
11118 (flyspell-word): Minor simplification.
11119 (flyspell-math-tex-command-p): Quieten the byte-compiler.
11120 (flyspell-external-point-words): Remove unused vars `size' and `start'.
11121 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
11122 Merge the corresponding Emacs code.
11123 (flyspell-correct-word, flyspell-xemacs-popup):
11124 Use flyspell-do-correct.
11125
11126 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
11127 a dedicated window.
11128
11129 * international/latexenc.el (latexenc-find-file-coding-system):
11130 Undo part of last patch, to turn off a compiler warning.
11131
11132 2005-06-06 Juri Linkov <juri@jurta.org>
11133
11134 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
11135 Rename `tmm-inactive-face' to `tmm-inactive'.
11136
11137 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
11138
11139 * iswitchb.el: Rename faces.
11140
11141 2005-06-06 Kim F. Storm <storm@cua.dk>
11142
11143 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
11144 (cua-global-mark): Remove -face suffix from face names.
11145
11146 * emulation/cua-gmrk.el (cua--init-global-mark):
11147 Remove cua-global-mark face setup.
11148
11149 2005-06-06 Richard M. Stallman <rms@gnu.org>
11150
11151 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
11152 just like other allowed characters.
11153 (makefile-match-dependency): Exclude leading and training whitespace
11154 from the range of regexp subexp 1.
11155 (makefile-macroassign-regex): Don't try to match the body,
11156 just the name of the macro being defined.
11157
11158 * info.el (Info-read-node-name-2): New function.
11159 (Info-read-node-name-1): Use that.
11160 Add a completion-base-size-function property.
11161
11162 * simple.el (completion-setup-function): Look for
11163 completion-base-size-function property of minibuffer-completion-table.
11164
11165 * files.el (locate-file-completion): Doc fix.
11166
11167 * printing.el: Don't call pr-update-menus; user must do that.
11168
11169 * emacs-lisp/debug.el (debugger-window): New variable.
11170 (debug): Use debugger-window if it is set and still alive.
11171 Record debugger-window for next entry.
11172
11173 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
11174
11175 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
11176
11177 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
11178 (hack-one-local-variable, hack-local-variables)
11179 (hack-local-variables-prop-line): Pass that arg.
11180
11181 2005-06-06 Kim F. Storm <storm@cua.dk>
11182
11183 * ido.el (ido-first-match, ido-only-match, ido-subdir)
11184 (ido-indicator): Remove -face suffix from face names.
11185
11186 2005-06-06 Juri Linkov <juri@jurta.org>
11187
11188 * font-lock.el (font-lock-regexp-backslash)
11189 (font-lock-regexp-backslash-construct): New faces.
11190 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
11191 after `('. Add `while-no-input' to control structures.
11192
11193 * faces.el (no-break-space, shadow): New faces.
11194 (escape-glyph): Use less loud colors pink2 and red4.
11195
11196 * diff-mode.el (diff-context-face)
11197 * dired.el (dired-ignored)
11198 * rfn-eshadow.el (file-name-shadow)
11199 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
11200
11201 * info.el (Info-title-1-face): Use green instead of yellow because
11202 bold yellow is not readable on light backgrounds.
11203
11204 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
11205 before selecting the desired mode to not spend time fontifying
11206 old contents.
11207
11208 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
11209
11210 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
11211 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
11212
11213 * ps-print.el (ps-default-fg, ps-default-bg):
11214 Fix typos in docstrings.
11215
11216 * isearchb.el (isearchb): Don't pass a spurious second argument to
11217 `iswitchb-completions'.
11218
11219 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
11220
11221 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
11222 to preserve point.
11223 (gdb-find-file-hook): Add doc string.
11224
11225 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
11226 C dereferenced pointer expression.
11227 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
11228
11229 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
11230
11231 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
11232 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
11233 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
11234 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
11235 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
11236 Make background transparent.
11237
11238 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
11239
11240 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
11241 (font-lock-remove-keywords): Doc fix.
11242 (font-lock-mode-major-mode): Compiler defvar.
11243 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
11244
11245 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
11246 (font-lock-mode): Update `font-lock-mode-major-mode'.
11247 (font-lock-set-defaults): Compiler defvar.
11248 (font-lock-default-function): Take `font-lock-mode-major-mode'
11249 into account.
11250
11251 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
11252 keep track of which major mode it enabled the minor mode for.
11253 Use find-file-hook again. Update docstring.
11254
11255 * simple.el (eval-expression-print-level)
11256 (eval-expression-print-length, eval-expression-debug-on-error):
11257 Doc fixes.
11258
11259 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
11260
11261 * iswitchb.el (iswitchb-single-match-face)
11262 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
11263 (iswitchb-invalid-regexp-face): New faces.
11264 (iswitchb-completions): Use them.
11265 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
11266 now marked as an obsolete alias.
11267 (iswitchb-read-buffer): Remove check for bound font variables.
11268 (iswitchb-invalid-regexp): New free variable.
11269 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
11270 set iswitchb-invalid-regexp.
11271 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
11272 invalid regexps.
11273 (iswitchb-completions): Add check for complete match when entering
11274 a regexp.
11275 (iswitchb-completions): Remove require-match argument.
11276 (iswitchb-exhibit): Fix caller.
11277 (iswitchb-common-match-inserted): New variable.
11278 (iswitchb-complete, iswitchb-completion-help): Use it.
11279
11280 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
11281
11282 * url-http.el (url-http-chunked-encoding-after-change-function):
11283 Use `url-http-debug' instead of `message'.
11284
11285 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
11286
11287 * url-http.el (url-http-parse-headers): Pass redirected URL as a
11288 callback argument.
11289
11290 2005-06-04 Kim F. Storm <storm@cua.dk>
11291
11292 * simple.el (line-move): Only call sit-for when moving backwards.
11293
11294 * ido.el (ido-make-merged-file-list-1): New defun split from
11295 ido-make-merged-file-list.
11296 (ido-make-merged-file-list): Bind throw-on-input around call to
11297 ido-make-merged-file-list-1. Return input-pending-p if
11298 interrupted by more input available.
11299 (ido-read-internal): Handle input-pending-p return value from
11300 ido-make-merged-file-list.
11301
11302 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11303
11304 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
11305 compatibility code.
11306
11307 * international/latexenc.el (latexenc-find-file-coding-system):
11308 Don't inherit the EOL part of the coding-system from the
11309 tex-main buffer. Fit within 80 columns.
11310
11311 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
11312
11313 * tmm.el (tmm-inactive-face): New face.
11314 (tmm-remove-inactive-mouse-face): New function.
11315 (tmm-prompt, tmm-add-one-shortcut)
11316 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
11317 but not selectable.
11318
11319 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
11320
11321 * faces.el (face-equal): Improve argument/docstring consistency.
11322
11323 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
11324
11325 * progmodes/make-mode.el (makefile-targets-face)
11326 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
11327 (makefile-bsdmake-dependency-regex)
11328 (makefile-makepp-rule-action-regex)
11329 (makefile-bsdmake-rule-action-regex): New constants.
11330 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
11331
11332 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11333 Allow (...) within `...' for makepp messages.
11334
11335 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
11336
11337 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
11338
11339 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
11340 "." files are deleted from all file lists before comparison.
11341
11342 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
11343 (viper-ESC-key): Made them customizable.
11344
11345 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
11346
11347 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
11348
11349 * autorevert.el (auto-revert-buffers): Use save-match-data.
11350
11351 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11352
11353 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
11354 menu items with a nil command binding.
11355
11356 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
11357
11358 * emacs-lisp/cl-macs.el (defsetf):
11359 Improve argument/docstring consistency.
11360
11361 * faces.el (list-faces-display): Improve the formatting by
11362 computing the maximum length required for any face-name (reworked
11363 patch of 1999-01-11, accidentally deleted on 1999-07-21).
11364 (internal-find-face): Remove redundant info in docstring.
11365
11366 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
11367
11368 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
11369 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
11370 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
11371 (gdb-assembler-custom): Improve regexps.
11372 (def-gdb-auto-update-handler): Use window point to preserve point.
11373
11374 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11375
11376 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
11377
11378 2005-05-31 Jay Belanger <belanger@truman.edu>
11379
11380 * calc/calc-embed.el (calc-embedded-word): Change argument passed
11381 to calc-embedded.
11382 (calc-embedded-make-info): Have plain prefix argument select
11383 entire line.
11384
11385 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
11386
11387 * faces.el (list-faces-display): Signal error if passed a regexp
11388 that matches no face name.
11389
11390 * simple.el (filter-buffer-substring): Fix typo in docstring.
11391
11392 2005-05-31 Richard M. Stallman <rms@gnu.org>
11393
11394 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
11395 (vhdl-emacs-21): Doc fix.
11396 (vhdl-mode): Unconditionally set comment-padding.
11397 (vhdl-fixup-whitespace-region): Insert spaces only where
11398 there are none.
11399 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
11400
11401 2005-05-30 John Wiegley <johnw@newartisans.com>
11402
11403 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
11404 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
11405 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
11406 `directory-sep-char' to ?/, and all uses of `string-to-int' to
11407 `string-to-number'.
11408
11409 2005-05-30 Jay Belanger <belanger@truman.edu>
11410
11411 * calc/calc.el (calc-bug-address): Fix docstring.
11412 (calc-window-hook, calc-trail-window-hook): New variables.
11413 (calc-trail-display): Restore use of calc-trail-window-hook.
11414 (calc): Restore use of calc-window-hook.
11415
11416 2005-05-31 Masatake YAMATO <jet@gyve.org>
11417
11418 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
11419
11420 * help-fns.el (help-C-file-name): Add autoload mark for
11421 `find-function-noselect'.
11422
11423 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11424
11425 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
11426 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
11427
11428 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
11429
11430 * calendar/diary-lib.el (mark-included-diary-files): Only kill
11431 included diary buffer if it was not already being visited.
11432 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
11433
11434 * calendar/icalendar.el (top-level): Do not require 'appt.
11435
11436 * mail/supercite.el (sc-select-attribution): Only use a list
11437 element from sc-attrib-selection-list if it returns a string.
11438 Reported by Davide G. M. Salvetti <salve@debian.org>.
11439
11440 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
11441
11442 * thumbs.el (thumbs-thumbname): The resulting thumbname now
11443 includes a hash value to improve its uniqueness, and has a ".jpg"
11444 extension. Also, it is now a valid filename on all systems.
11445 (thumbs-make-thumb): Use `let', not `let*'.
11446 (thumbs-show-thumbs-list): Check for JPEG availability.
11447
11448 2005-05-30 Richard M. Stallman <rms@gnu.org>
11449
11450 * filesets.el (filesets-menu-ensure-use-cached):
11451 Prevent warning when emacs-version>= is undefined.
11452
11453 * printing.el (pr-interactive-n-up): Use string-to-number.
11454
11455 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
11456
11457 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
11458 Warn only when name to be defined is quoted.
11459
11460 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
11461
11462 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
11463 Make regexp more robust.
11464 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
11465 Force regeneration of disassembly.
11466
11467 2005-05-29 Jay Belanger <belanger@truman.edu>
11468
11469 * calc/calc.el (calc-user-invocation): Check if
11470 calc-invocation-macro is non-nil.
11471
11472 2005-05-29 Juri Linkov <juri@jurta.org>
11473
11474 * add-log.el (change-log-font-lock-keywords):
11475 Add `+' to e-mail regexp to accept mail address with keywords.
11476
11477 * man.el (Man-name-regexp): Add `:' to accept qualified names.
11478
11479 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
11480
11481 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
11482
11483 * ielm.el (inferior-emacs-lisp-mode): Ditto.
11484
11485 2005-05-29 Richard M. Stallman <rms@gnu.org>
11486
11487 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
11488 Undo the change that moves to end of the current word.
11489
11490 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
11491
11492 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
11493 Throw error when count <= 0 to ensure input is a number.
11494 (gdb-read-memory-custom): Pick up address from buffer.
11495 (gdb-memory-mode): Allow user to increment and decrement
11496 memory address from header line.
11497
11498 2005-05-29 Richard M. Stallman <rms@gnu.org>
11499
11500 * flyspell.el (flyspell-version): Function deleted.
11501 (flyspell-auto-correct-previous-hook): Doc fix.
11502
11503 * jit-lock.el (jit-lock-function, jit-lock-after-change):
11504 Do nothing if memory is full.
11505
11506 * font-lock.el (font-lock-fontify-syntactically-region):
11507 Pass t for GREEDY to looking-back.
11508
11509 * saveplace.el (save-place-alist-to-file): Write the file
11510 using write-region.
11511
11512 * subr.el (looking-back): New argument GREEDY.
11513
11514 * progmodes/compile.el (compilation-start): Set the mode
11515 before inserting the initial text.
11516
11517 * progmodes/which-func.el (which-func-update-1): Turn the mode
11518 off in case of error by setting which-func-mode.
11519
11520 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
11521
11522 * flyspell.el (flyspell-auto-correct-previous-word):
11523 Narrow down to what's on the screen, and recenter overlays
11524 at the end of the next word.
11525
11526 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
11527
11528 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
11529 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
11530 (flyspell-abbrev-p): Default to nil.
11531 (flyspell-use-global-abbrev-table-p): Doc fix.
11532 (flyspell-large-region): Allow nil as value.
11533 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
11534
11535 (mail-mode-flyspell-verify): More robust handling
11536 of `mail-header-separator'. More efficient signature detection.
11537 Allow for regexp metacharacters in message-header-separator.
11538 Adding `To' not to be checked in mail-mode-flyspell-verify.
11539
11540 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
11541 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
11542 Bind flyspell-auto-correct-binding.
11543 Bind C-. and C-, .
11544 (flyspell-mode-map): Likewise.
11545 (flyspell-mode): Doc fix.
11546 (flyspell-accept-buffer-local-defs): Preserve current buffer.
11547 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
11548 (flyspell-word-cache-result): New var, always local.
11549 (flyspell-check-pre-word-p): Doc fix.
11550 (flyspell-check-changed-word-p): Handle spc like newline.
11551 (flyspell-post-command-hook): Set flyspell-word-cache-result.
11552 (flyspell-word-search-backward, flyspell-word-search-forward):
11553 New functions.
11554 (flyspell-word): Return t if nothing to check.
11555 When parsing TeX code, check for after } or \.
11556 Use flyspell-word-search-backward to find previous word.
11557 Return nil if duplicated word.
11558 For word already checked, return same value as last time.
11559 Set flyspell-word-cache-result after checking.
11560 Don't clobber the return value.
11561 (flyspell-get-word): Major rewrite.
11562 (flyspell-external-point-words): New locals pword, pcount.
11563 Fix size used in progress message.
11564 Find the proper corresponding word in flyspell-large-region-buffer.
11565 (flyspell-region): Check for flyspell-large-region = nil.
11566 (flyspell-highlight-incorrect-region): Clean up overlays in region.
11567 (flyspell-auto-correct-word): Check that WORD is a cons.
11568 (flyspell-correct-word): Likewise.
11569
11570 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
11571
11572 * progmodes/make-mode.el (makefile-rule-action-regex)
11573 (makefile-macroassign-regex, makefile-makepp-mode)
11574 (makefile-bsdmake-mode): Continuation lines may be empty.
11575 Reported by Joshua Varner.
11576 (makefile-makepp-font-lock-keywords): Add $(stem).
11577
11578 2005-05-28 Karl Berry <karl@gnu.org>
11579
11580 * textmodes/tex-mode.el: Now that tex-send-command calls
11581 shell-quote-argument (2005-03-31 change), remove all calls to
11582 shell-quote-argument; they all end up invoking tex-send-command.
11583 The double quoting loses on filenames with non-safe characters,
11584 such as "@". Reported by Frederik Fouvry.
11585
11586 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
11587
11588 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
11589 about preserving point.
11590
11591 2005-05-27 Jay Belanger <belanger@truman.edu>
11592
11593 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
11594 Info-goto-node.
11595
11596 * calc/calc-embed.el (calc-embed-arg): New variable.
11597 (calc-do-embedded-activate, calc-embedded-activate-formula)
11598 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
11599 variable by new variable.
11600 (calc-embedded-make-info): Replace undeclared variable by new
11601 variable. When selecting region with positive prefix
11602 argument, use end of previous line instead of beginning of line.
11603
11604 * calc/calc-aent.el (calc-arg-values): Declare it.
11605
11606 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
11607 Declare them.
11608
11609 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
11610
11611 * calc/calc.el (calc-alg-map): Declare it.
11612
11613 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
11614
11615 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
11616
11617 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
11618 (gdb-registers-buffer, toggle-gdb-all-registers):
11619 Toggle display of floating point registers.
11620 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
11621
11622 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
11623 (toggle-gud-tooltip-dereference):
11624 Rename from gud-toggle-tooltip-dereference.
11625
11626 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11627
11628 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
11629
11630 2005-05-27 Jay Belanger <belanger@truman.edu>
11631
11632 * calc/calc-prog.el (calc-kbd-report): Remove.
11633 (calc-kbd-query): Rewrite.
11634
11635 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
11636
11637 * image.el (image-library-alist): Move to image.c.
11638 (image-type-available-p): Doc fix.
11639
11640 2005-05-27 Lute Kamstra <lute@gnu.org>
11641
11642 * calc/calc.el (calc):
11643 * outline.el (outline-1, outline-2, outline-3, outline-4)
11644 (outline-5, outline-6, outline-7, outline-8):
11645 * textmodes/dns-mode.el (dns-mode):
11646 * textmodes/sgml-mode.el (sgml-namespace-face):
11647 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
11648 (tex-verbatim-face, tex-use-reftex):
11649 * textmodes/texinfo.el (texinfo-heading-face):
11650 Specify customization group.
11651
11652 * longlines.el: Don't require easy-mmode.
11653 (longlines-visible-face): Specify customization group.
11654
11655 2005-05-27 Kenichi Handa <handa@m17n.org>
11656
11657 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
11658 encoding table of windows-1251.
11659
11660 * international/ucs-tables.el (ucs-set-table-for-input):
11661 If translation-table-for-input of a coding system is a symbol, get
11662 its translation-table property.
11663
11664 * international/code-pages.el: Don't register a coding system into
11665 non-iso-charset-alist more than once.
11666 (cp-make-coding-system): Likewise.
11667
11668 2005-05-26 John Wiegley <johnw@newartisans.com>
11669
11670 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
11671 `eshell-resume-eval' is wrapped in a list, it indicates that the
11672 command was run asynchronously. In that case, unwrap the value
11673 before checking the delimiter value.
11674
11675 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
11676 character before a space at the end of a line is \, assume the space
11677 is part of the last argument rather than a final argument separator.
11678
11679 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
11680 is in use, and the target is `t' or `nil' (which are the most common
11681 values), don't assume that the symbol target is a buffer.
11682
11683 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
11684
11685 * calendar/calendar.el (calendar-mode-line-format):
11686 Use mode-line-highlight as mouse-face.
11687
11688 * time.el (display-time-string-forms, display-time-update):
11689 Use mode-line-highlight as mouse-face.
11690
11691 2005-05-26 Jay Belanger <belanger@truman.edu>
11692
11693 * calc/calc.el (calc-language-alist): Remove extra defvar.
11694
11695 2005-05-26 Lute Kamstra <lute@gnu.org>
11696
11697 * arc-mode.el (archive-mode):
11698 * bookmark.el (bookmark-read-annotation-mode)
11699 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
11700 * bs.el (bs-mode):
11701 * calc/calc-yank.el (calc-edit-mode):
11702 * calc/calc.el (calc-mode, calc-trail-mode):
11703 * calculator.el (calculator-mode):
11704 * chistory.el (command-history-mode):
11705 * comint.el:
11706 * cus-edit.el (custom-mode):
11707 * descr-text.el (describe-text-mode):
11708 * ebuff-menu.el (Electric-buffer-menu-mode):
11709 * ediff-util.el (ediff-mode):
11710 * emacs-lisp/re-builder.el (reb-mode):
11711 * emulation/vi.el (vi-mode-setup):
11712 * emulation/ws-mode.el (wordstar-mode):
11713 * eshell/esh-mode.el (eshell-mode):
11714 * forms.el (forms-mode):
11715 * help-mode.el (help-mode):
11716 * hexl.el (hexl-mode):
11717 * ibuffer.el (ibuffer-mode):
11718 * ielm.el (inferior-emacs-lisp-mode):
11719 * info.el (Info-mode, Info-edit-mode):
11720 * international/swedish.el:
11721 * ledit.el (ledit-from-lisp-mode):
11722 * locate.el (locate-mode):
11723 * mail/rmail.el (rmail-mode):
11724 * mail/rmailedit.el (rmail-edit-mode):
11725 * mail/rmailsum.el (rmail-summary-mode):
11726 * mail/supercite.el (sc-electric-mode):
11727 * net/eudc.el (eudc-mode):
11728 * net/quickurl.el (quickurl-list-mode):
11729 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
11730 * obsolete/ooutline.el (outline-mode):
11731 * obsolete/options.el (Edit-options-mode):
11732 * obsolete/rnews.el (news-mode):
11733 * obsolete/rnewspost.el (news-reply-mode):
11734 * play/5x5.el (5x5-mode):
11735 * play/decipher.el (decipher-mode, decipher-stats-mode):
11736 * play/gomoku.el (gomoku-mode):
11737 * play/snake.el (snake-mode):
11738 * play/solitaire.el (solitaire-mode):
11739 * play/tetris.el (tetris-mode):
11740 * progmodes/ada-mode.el (ada-mode):
11741 * progmodes/antlr-mode.el (antlr-mode):
11742 * progmodes/autoconf.el (autoconf-mode):
11743 * progmodes/dcl-mode.el (dcl-mode):
11744 * progmodes/delphi.el (delphi-mode):
11745 * progmodes/ebrowse.el (ebrowse-tree-mode)
11746 (ebrowse-electric-list-mode, ebrowse-member-mode)
11747 (ebrowse-electric-position-mode):
11748 * progmodes/f90.el (f90-mode):
11749 * progmodes/fortran.el (fortran-mode):
11750 * progmodes/icon.el (icon-mode):
11751 * progmodes/idlw-help.el (idlwave-help-mode):
11752 * progmodes/idlw-shell.el (idlwave-shell-mode):
11753 * progmodes/idlwave.el (idlwave-mode):
11754 * progmodes/inf-lisp.el (inferior-lisp-mode):
11755 * progmodes/m4-mode.el (m4-mode):
11756 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
11757 * progmodes/modula2.el (modula-2-mode):
11758 * progmodes/octave-inf.el (inferior-octave-mode):
11759 * progmodes/octave-mod.el (octave-mode):
11760 * progmodes/pascal.el (pascal-mode):
11761 * progmodes/sh-script.el (sh-mode):
11762 * progmodes/sql.el (sql-mode, sql-interactive-mode):
11763 * progmodes/vhdl-mode.el (vhdl-mode):
11764 * progmodes/xscheme.el (scheme-interaction-mode):
11765 * replace.el (occur-mode):
11766 * ses.el (ses-mode):
11767 * simple.el (completion-list-mode):
11768 * skeleton.el:
11769 * speedbar.el (speedbar-mode):
11770 * term.el (term-mode):
11771 * terminal.el (terminal-edit-mode):
11772 * textmodes/reftex-index.el (reftex-index-mode)
11773 (reftex-index-phrases-mode):
11774 * textmodes/reftex-sel.el (reftex-select-label-mode)
11775 (reftex-select-bib-mode):
11776 * textmodes/reftex-toc.el (reftex-toc-mode):
11777 * wdired.el (wdired-change-to-wdired-mode):
11778 * wid-browse.el (widget-browse-mode):
11779 Use run-mode-hooks.
11780
11781 * array.el (array-mode):
11782 * calendar/todo-mode.el (todo-mode):
11783 * man.el (Man-mode):
11784 * play/landmark.el (lm-mode):
11785 * play/mpuz.el (mpuz-mode):
11786 Use kill-all-local-variables and run-mode-hooks.
11787
11788 * subr.el (delay-mode-hooks): Specify indentation.
11789
11790 2005-05-26 Mark A. Hershberger <mah@everybody.org>
11791
11792 * xml.el (xml-substitute-special): Don't die for undefined xml
11793 entities.
11794
11795 2005-05-26 Jay Belanger <belanger@truman.edu>
11796
11797 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
11798 of nil.
11799
11800 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
11801
11802 * progmodes/gdb-ui.el (gdb-frame-address):
11803 Rename from gdb-current-address.
11804 (gdb-previous-frame-address): Rename from gdb-previous-address.
11805 (gdb-selected-frame): Rename from gdb-current-frame.
11806 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
11807 (gdb-frame-number): Rename from gdb-current-stack-level.
11808 (gdb-ann3): Match new mode-name for disassembly buffer.
11809 Extend initialization of variables.
11810 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
11811 (gdb-memory-mode): Use mouse-face in header line.
11812 (gdb-assembler-buffer-name): Call it disassembly and give frame
11813 in mode line.
11814 (gdb-source-spec-regexp, gdb-assembler-custom)
11815 (gdb-invalidate-assembler, gdb-frame-handler):
11816 Make robust to leading zeroes in address format.
11817
11818 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
11819
11820 * textmodes/org.el (org-mode): Use `define-derived-mode' to
11821 define `org-mode'.
11822 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
11823
11824 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
11825
11826 * log-edit.el (log-edit-changelog-entries): Distinguish between
11827 filenames like xfns.c and fns.c.
11828
11829 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
11830
11831 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
11832 point after reverting.
11833 (Buffer-menu-make-sort-button): Handle the case where
11834 `Buffer-menu-use-header-line' is nil.
11835
11836 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
11837
11838 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
11839 New funcs. In minibuffer-local-completion-map bind `]', `/'
11840 and `:' to them.
11841
11842 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11843
11844 * startup.el (normal-top-level): Allow modification of load-path while
11845 we're iterating over it.
11846
11847 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
11848
11849 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
11850 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
11851 (thumbs-resize-interactive, thumbs-insert-image)
11852 (thumbs-insert-thumb, thumbs-dired-show-marked)
11853 (thumbs-find-image-at-point, thumbs-delete-images)
11854 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
11855 (thumbs-increment-image-size, thumbs-decrement-image-size):
11856 Fix typos in docstrings.
11857
11858 2005-05-24 Andre Spiegel <spiegel@gnu.org>
11859
11860 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
11861 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
11862 (cperl-mode): Use them.
11863
11864 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
11865
11866 * window.el (quit-window, shrink-window-if-larger-than-buffer):
11867 Doc fixes.
11868
11869 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
11870
11871 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
11872 Bind C-d to gdb-inferior-io-eof.
11873
11874 * dired.el (dired-dnd-popup-notice): Use message-box.
11875
11876 2005-05-23 Masatake YAMATO <jet@gyve.org>
11877
11878 * bindings.el (mode-line-major-mode-keymap):
11879 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
11880
11881 * faces.el (mode-line-highlight): New face.
11882
11883 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
11884 as mouse-face.
11885
11886 * bindings.el (top-level, help-echo, mode-line-modified)
11887 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
11888 as mouse-face.
11889
11890 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
11891
11892 * progmodes/cc-engine.el (c-guess-basic-syntax):
11893 Remove spurious call to `zerop'.
11894
11895 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
11896
11897 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
11898
11899 CC Mode update to 5.30.10:
11900
11901 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
11902 could go past the limit in decoration level 2, thereby causing
11903 errors during interactive fontification.
11904
11905 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
11906 the file is evaluated interactively.
11907
11908 * cc-engine.el (c-guess-basic-syntax): Handle operator
11909 declarations somewhat better in C++.
11910
11911 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
11912 make use of `run-mode-hooks' which has been added in Emacs 21.1.
11913 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
11914 (awk-mode): Use it.
11915 (make-local-hook): Suppress warning about obsoleteness.
11916
11917 * cc-engine.el, cc-align.el, cc-cmds.el
11918 (c-append-backslashes-forward, c-delete-backslashes-forward)
11919 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
11920 Compensate for return value from `forward-line' when it has moved
11921 but not to a different line due to eob.
11922
11923 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
11924 `objc-method-intro' and `objc-method-args-cont'.
11925
11926 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
11927
11928 CC Mode update to 5.30.10:
11929
11930 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
11931 in the copyright statement. Incidentally, change "along with GNU
11932 Emacs" to "along with this program" where it occurs.
11933
11934 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
11935 so that it is interactive, hence can be found by M-x awk-mode
11936 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
11937 <gmorris+emacs@ast.cam.ac.uk>.
11938
11939 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
11940 Mode's regexps.
11941
11942 2005-05-23 Kevin Ryde <user42@zip.com.au>
11943
11944 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
11945 c-parse-state, to avoid a lisp error (on bad code).
11946
11947 2005-05-23 Lute Kamstra <lute@gnu.org>
11948
11949 * subr.el (font-lock-defaults): Remove defvar as it's already
11950 defined in font-core.el.
11951
11952 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
11953
11954 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
11955
11956 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
11957 more general and work when GDB variable "print pretty" is on,
11958 as with Emacs, for example.
11959
11960 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
11961
11962 * font-core.el: Update comment.
11963
11964 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
11965 Use `after-change-major-mode-hook' instead of `find-file-hook'.
11966
11967 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
11968
11969 2005-05-22 Eli Zaretskii <eliz@gnu.org>
11970
11971 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
11972 and `yank-handler' in the doc strings.
11973
11974 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11975
11976 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
11977
11978 2005-05-22 Richard M. Stallman <rms@gnu.org>
11979
11980 * help.el (describe-key): Move print-help-return-message call
11981 out of conditional.
11982
11983 * progmodes/etags.el (list-tags): Use with-no-warnings.
11984
11985 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
11986 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
11987 (starttls-extra-args, starttls-extra-arguments): Add defvars.
11988
11989 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
11990
11991 * language/viet-util.el (viet-viscii-nonascii-translation-table):
11992 Add defvar.
11993
11994 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
11995 Use defvar, not defconst.
11996
11997 * hexl.el (hexl-follow-line): Use with-no-warnings.
11998
11999 * emulation/tpu-extras.el: Use write-file-functions instead of
12000 write-file-hooks.
12001
12002 * dired.el (dired-font-lock-keywords): Fontify files with junk
12003 extensions even if marked by -F.
12004
12005 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
12006
12007 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
12008 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
12009 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
12010 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
12011 (concatenate, list-length, get*, getf, cl-remprop):
12012 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
12013 (etypecase, progv, lexical-let, lexical-let*)
12014 (multiple-value-bind, multiple-value-setq, shiftf):
12015 Improve argument/docstring consistency.
12016
12017 * subr.el (focus-frame, unfocus-frame):
12018 Revert deletion on 2005-05-01.
12019
12020 2005-05-22 Andre Spiegel <spiegel@gnu.org>
12021
12022 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
12023 doesn't exist.
12024
12025 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
12026 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
12027
12028 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
12029
12030 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
12031 already deleted variables: auto-fill-hook, blink-paren-hook,
12032 lisp-indent-hook, inhibit-local-variables, unread-command-event,
12033 suspend-hooks, comment-indent-hook, meta-flag,
12034 before-change-function, after-change-function,
12035 font-lock-doc-string-face.
12036
12037 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
12038
12039 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
12040
12041 2005-05-21 Eli Zaretskii <eliz@gnu.org>
12042
12043 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
12044 rmail-dont-reply-to.
12045
12046 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
12047
12048 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
12049 literal blank when splitting new-header-values.
12050
12051 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
12052
12053 * calendar/cal-menu.el (cal-menu-update): Add separator as a
12054 string so that tmm doesn't create a completion entry for it.
12055
12056 * textmodes/table.el (table-disable-menu): Ditto.
12057
12058 2005-05-21 Richard M. Stallman <rms@gnu.org>
12059
12060 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
12061
12062 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
12063
12064 * net/rcompile.el (remote-compile): Use compilation-start.
12065
12066 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
12067
12068 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
12069
12070 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
12071 Default to makefile-bsdmake-mode on BSD systems.
12072
12073 * imenu.el (imenu-generic-expression, imenu--generic-function'):
12074 REGEXP may also be a search function now. The part of doc-string
12075 for describing the structure was 95% identical to that of
12076 `imenu--generic-function'. Unify it there.
12077
12078 * progmodes/make-mode.el (makefile-imenu-generic-expression):
12079 Use function to find dependencies, because regexp alone is so complex,
12080 it easily goes into an endless loop.
12081 (makefile-makepp-mode): Also add submenu for Perl functions
12082 defined in the makefile.
12083 (makefile-bsdmake-mode): Special imenu-generic-expression no
12084 longer needed, due to function call.
12085 (makefile-match-dependency): Take BOUND into account when checking
12086 if we're through.
12087
12088 2005-05-20 Jay Belanger <belanger@truman.edu>
12089
12090 * calc/calc-units.el (calc-invalidate-units-table):
12091 Use inhibit-read-only.
12092 (math-build-units-table-buffer): Use view-mode.
12093
12094 2005-05-20 David Kastrup <dak@gnu.org>
12095
12096 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
12097 easy-menu-add is not a nop on Emacs; and clarify when to call it.
12098
12099 2005-05-20 Lute Kamstra <lute@gnu.org>
12100
12101 * diff-mode.el (diff-header-face, diff-file-header-face)
12102 (diff-index-face, diff-hunk-header-face, diff-removed-face)
12103 (diff-added-face, diff-changed-face, diff-function-face)
12104 (diff-context-face, diff-nonexistent-face): Put them in the
12105 diff-mode customization group.
12106
12107 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12108
12109 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
12110
12111 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
12112
12113 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
12114 Minor regexp-optimization.
12115
12116 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
12117
12118 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
12119 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
12120 (org-agenda-add-time-grid-maybe): New function.
12121 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
12122 (org-table-create): `dotimes' instead of `mapcar'.
12123 (org-xor): Simplify implementation.
12124 (org-agenda): `inhibit-redisplay' turned on.
12125 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
12126 a consistent line after a state change.
12127 (org-agenda-remove-times-when-in-prefix): New option.
12128 (org-prefix-has-time): New variable.
12129 (org-parse-time-string): Optional argument NODEFAULT.
12130 (org-format-agenda-item): Parse items for time-of-day
12131 specifications and move these into the prefix if possible.
12132 (org-agenda-priority): Get current heading, not previous heading
12133 during agenda remote editing.
12134
12135 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
12136
12137 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
12138 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
12139 (remove-duplicates, delete-duplicates, substitute)
12140 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
12141 (nsubstitute-if-not, find, find-if, find-if-not, position)
12142 (position-if, position-if-not, count, count-if, count-if-not)
12143 (mismatch, search, sort*, stable-sort, merge, member*)
12144 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
12145 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
12146 (intersection, nintersection, set-difference, nset-difference)
12147 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
12148 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
12149 (nsublis, tree-equal): Improve argument/docstring consistency.
12150
12151 * subr.el (send-string, send-region):
12152 Remove obsolescence declaration.
12153 (window-dot, set-window-dot, read-input, show-buffer)
12154 (eval-current-buffer, string-to-int):
12155 Add release number to obsolescence declarations.
12156
12157 2005-05-19 Kim F. Storm <storm@cua.dk>
12158
12159 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
12160 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
12161
12162 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
12163
12164 * faces.el (list-faces-display): Make back button respect optional
12165 regexp arg.
12166
12167 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
12168
12169 * calculator.el (calculator-radix-grouping-mode)
12170 (calculator-radix-grouping-digits, calculator-displayer)
12171 (calculator-radix-grouping-separator, calculator-copy-displayer):
12172 * dabbrev.el (dabbrev-search-these-buffers-only):
12173 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
12174 (diff-advance-after-apply-hunk, diff-mode-hook)
12175 (diff-minor-mode-prefix):
12176 * imenu.el (imenu-use-popup-menu):
12177 * jit-lock.el (jit-lock-context-time):
12178 * newcomment.el (comment-fill-column, comment-column)
12179 (comment-style, comment-padding, comment-multi-line)
12180 (comment-empty-lines, comment-auto-fill-only-comments):
12181 * reveal.el (reveal-around-mark):
12182 * uniquify.el (uniquify-buffer-name-style)
12183 (uniquify-after-kill-buffer-p)
12184 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
12185 (uniquify-min-dir-content, uniquify-separator)
12186 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
12187 * w32-vars.el (w32-fixed-font-alist):
12188 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
12189 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
12190 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
12191 * progmodes/perl-mode.el (perl-indent-level)
12192 (perl-continued-statement-offset, perl-continued-brace-offset)
12193 (perl-brace-offset, perl-brace-imaginary-offset)
12194 (perl-label-offset, perl-indent-continued-arguments)
12195 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
12196 * progmodes/tcl.el (tcl-indent-level)
12197 (tcl-continued-indent-level, tcl-auto-newline)
12198 (tcl-tab-always-indent, tcl-electric-hash-style)
12199 (tcl-help-directory-list, tcl-use-smart-word-finder)
12200 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
12201 (inferior-tcl-source-command):
12202 * textmodes/fill.el (enable-kinsoku):
12203 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
12204 * textmodes/table.el (table-yank-handler):
12205 Specify missing group (and type, if simple) in defcustom.
12206
12207 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
12208
12209 * progmodes/compile.el (compilation-finish-function): Fix defvar.
12210
12211 2005-05-19 Richard M. Stallman <rms@gnu.org>
12212
12213 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
12214
12215 * subr.el (event-basic-type): Don't get an error.
12216 (left-fringe-p): Function deleted.
12217
12218 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
12219 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
12220
12221 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
12222 in recursive copy.
12223
12224 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
12225
12226 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
12227
12228 * emacs-lisp/bytecomp.el
12229 (byte-compile-file-form-custom-declare-variable): Call
12230 byte-compile-nogroup-warn if appropriate.
12231
12232 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
12233 (compilation-set-window): Don't call left-fringe-p; do it directly.
12234
12235 2005-05-19 Jay Belanger <belanger@truman.edu>
12236
12237 * calc/calc-graph.el (calc-graph-format-data): Make sure
12238 var-PlotRejects is bound before trying to check its value.
12239
12240 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
12241
12242 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
12243 definition of this variable from reftex-global.el to reftex.el,
12244 because it is needed in the menu.
12245
12246 2005-05-19 Lute Kamstra <lute@gnu.org>
12247
12248 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
12249 years are fixed. Don't insert a space after a dash.
12250
12251 2005-05-19 Kim F. Storm <storm@cua.dk>
12252
12253 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
12254
12255 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
12256
12257 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
12258 strings, because (eq ... ?\\) is fairly frequent.
12259
12260 * progmodes/make-mode.el (makefile-add-this-line-targets):
12261 Simplify and integrate into `makefile-pickup-targets'.
12262 (makefile-add-this-line-macro): Simplify and integrate into
12263 `makefile-pickup-macros.
12264 (makefile-pickup-filenames-as-targets): Simplify.
12265 (makefile-previous-dependency, makefile-match-dependency):
12266 Don't stumble over `::'.
12267
12268 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
12269
12270 * subr.el (post-command-idle-hook, post-command-idle-delay):
12271 Remove obsoletion of post-command-idle-hook and
12272 post-command-idle-delay.
12273
12274 * faces.el (list-faces-display): Provide button when describe-face
12275 is called to take user back to the list of faces.
12276
12277 * help-fns.el (describe-variable): Remove hyperlinks in a
12278 variable's value as these are quite frequently inappropriate.
12279
12280 * follow.el (follow-submit-feedback, follow-mode):
12281 Remove references to post-command-idle-hook.
12282
12283 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
12284
12285 * progmodes/make-mode.el (makefile-previous-dependency)
12286 (makefile-match-dependency): Check for := (and in bsd mode also
12287 !=) to give a better result, even when font-lock is not on.
12288
12289 2005-05-18 Jay Belanger <belanger@truman.edu>
12290
12291 * calc/calc-help.el (calc-s-prefix-help):
12292 Add `calc-copy-special-constant' to help string.
12293
12294 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
12295
12296 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
12297
12298 2005-05-18 Jay Belanger <belanger@truman.edu>
12299
12300 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
12301 in linear factors are in proper order.
12302
12303 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
12304
12305 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12306 Support for jurabib.
12307
12308 * textmodes/reftex.el (featurep): Define aliases for overlay
12309 commands, for XEmacs compatibility, and use these aliases in
12310 overlay initializations.
12311 (reftex-highlight): Use `reftex-move-overlay'.
12312 (reftex-unhighlight): Use `reftex-delete-overlay'.
12313 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
12314 (reftex-access-search-path): Use `reftex-uniquify' instead of
12315 `reftex-uniq'
12316
12317 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
12318 `before-string' property modification enables for Emacs as well.
12319 (reftex-select-item): Use `reftex-delete-overlay'.
12320 (reftex-select-mark): Use `reftex-make-overlay' and
12321 `reftex-overlay-put'.
12322 (reftex-select-unmark): Use `reftex-delete-overlay' and
12323 `reftex-overlay-put'.
12324
12325 2005-05-18 Lute Kamstra <lute@gnu.org>
12326
12327 * emacs-lisp/lisp.el (check-parens): Fix docstring.
12328
12329 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
12330
12331 * add-log.el (add-change-log-entry):
12332 * array.el (array-make-template, array-reconfigure-rows)
12333 (array-init-max-row, array-init-max-column)
12334 (array-init-columns-per-line, array-init-field-width):
12335 * replace.el (replace-match-maybe-edit, perform-replace):
12336 * textmodes/spell.el (spell-region):
12337 Replace `read-input' by `read-string'.
12338
12339 * forms.el (forms-mode):
12340 * finder.el (finder-compile-keywords):
12341 * shadowfile.el (shadow-read-files):
12342 Replace `eval-current-buffer' by `eval-buffer'.
12343
12344 * terminal.el (te-pass-through):
12345 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
12346 (ange-ftp-raw-send-cmd):
12347 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
12348 (send-process-next-char, telnet-initial-filter, telnet):
12349 Replace `send-string' by `process-send-string'.
12350
12351 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
12352 (prolog-consult-region): Replace `send-string' by
12353 `process-send-string'; replace `send-region' by `process-send-region'.
12354
12355 * progmodes/delphi.el (delphi-log-msg):
12356 Replace `set-window-dot' by `set-window-point'.
12357
12358 * subr.el (window-dot, set-window-dot, read-input, send-string)
12359 (send-region, show-buffer, eval-current-buffer):
12360 Make really obsolete, as the comment says.
12361
12362 2005-05-17 Kim F. Storm <storm@cua.dk>
12363
12364 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
12365 (cua--init-keymaps): Bind C-return instead of S-return to set
12366 rectangle mark.
12367
12368 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
12369 instead of S-return to toggle/clear rectangle mark.
12370
12371 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
12372
12373 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
12374 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
12375 Also fontify plain strings assigned to variables, mostly so that a
12376 colon has a face and is thus not taken as a dependency separator.
12377 (makefile-previous-dependency): Inline the new matcher, because it
12378 is too complex to work in both directions.
12379 (makefile-match-dependency): Eliminate `backward' arg (see above).
12380 Completely reimplemented so as to not sometimes go into an endless
12381 loop. It should also be more efficient, because first it only
12382 searches for `:', instead of applying the very complex regexp.
12383 (makefile-mode): Cancel `font-lock-support-mode', because blocks
12384 to be fontified in one piece can be too long for JIT.
12385 Makefiles are never *that* big.
12386
12387 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
12388
12389 * dired.el (dired-mode): Simplify.
12390
12391 2005-05-17 Lute Kamstra <lute@gnu.org>
12392
12393 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
12394 defcustom for the mode hook variable.
12395
12396 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
12397 Emacs Lisp Reference Manual.
12398
12399 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
12400
12401 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
12402 (evenp, list*):
12403 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
12404 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
12405
12406 * net/tramp-smb.el (tramp-smb-open-connection):
12407 Pass `tramp-chunksize' as fifth (required) argument.
12408
12409 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
12410
12411 * font-lock.el (lisp-font-lock-keywords-1):
12412 Set `font-lock-negation-char-face' for [^...] char group.
12413 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
12414
12415 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
12416 a var, and refine it to mask one more level of nested vars.
12417 (makefile-rule-action-regex): Turn it into a var, and refine it so
12418 it recognizes backslashed continuation lines as belonging to the
12419 same command.
12420 (makefile-macroassign-regex): Refine it so it recognizes
12421 backslashed continuation lines as belonging to the same command.
12422 (makefile-var-use-regex): Don't look at the next char, because it
12423 might be the same one to be skipped by the initial [^$], leading
12424 to an overlooked variable use.
12425 (makefile-make-font-lock-keywords): Remove two parameters, which
12426 are now variables that some of the modes set locally.
12427 Handle dependency and rule action matching through functions, because
12428 regexps alone match too often. Dependency matching now comes
12429 last, so it can check, whether a colon already matched something else.
12430 (makefile-mode): Inform that font-lock improves makefile parsing
12431 capabilities.
12432 (makefile-match-dependency, makefile-match-action): New functions.
12433
12434 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
12435
12436 * emacs-lisp/cl-extra.el (equalp): Doc fix.
12437
12438 * align.el (align-regexp):
12439 * ansi-color.el (ansi-color-get-face):
12440 * array.el (array-reconfigure-rows, array-init-max-row)
12441 (array-init-max-column, array-init-columns-per-line)
12442 (array-init-field-width):
12443 * dired-aux.el (dired-trample-file-versions):
12444 * dired-x.el (dired-mark-sexp):
12445 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
12446 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
12447 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
12448 * faces.el (face-read-integer):
12449 * files.el (backup-extract-version, insert-directory):
12450 * hexl.el (hexl-insert-decimal-char):
12451 * server.el (server-process-filter):
12452 * shell.el (shell-extract-num):
12453 * startup.el (command-line-1):
12454 * term.el (term-command-hook):
12455 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
12456 (time-stamp-do-number):
12457 * time.el (display-time-update):
12458 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
12459 (timezone-fix-time):
12460 * vms-patch.el (vms-suspend-resume-hook):
12461 * calendar/appt.el (appt-convert-time):
12462 * calendar/cal-bahai.el (mark-bahai-diary-entries):
12463 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
12464 * calendar/cal-islam.el (mark-islamic-diary-entries):
12465 * calendar/calendar.el (calendar-cursor-to-date)
12466 (calendar-star-date):
12467 * calendar/diary-lib.el (diary-attrtype-convert)
12468 (mark-diary-entries, diary-entry-time):
12469 * calendar/solar.el (solar-get-number):
12470 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
12471 * emacs-lisp/re-builder.el (reb-display-subexp):
12472 * emulation/edt.el (edt-set-scroll-margins):
12473 * emulation/tpu-extras.el (tpu-set-scroll-margins):
12474 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
12475 (vip-get-ex-count):
12476 * emulation/viper-ex.el (viper-get-ex-token)
12477 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
12478 * international/fontset.el (fontset-plain-name):
12479 * mail/feedmail.el (feedmail-look-at-queue-directory):
12480 * mail/mailalias.el (mail-get-names):
12481 * mail/rmail.el (rmail-convert-to-babyl-format):
12482 * mail/rmailsum.el (rmail-make-basic-summary-line)
12483 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
12484 (rmail-summary-goto-msg):
12485 * mail/smtpmail.el (smtpmail-read-response):
12486 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
12487 (ange-ftp-vms-add-file-entry):
12488 * play/gametree.el (gametree-looking-at-ply)
12489 (gametree-current-branch-score):
12490 * progmodes/ada-xref.el (ada-prj-find-prj-file)
12491 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
12492 * progmodes/cperl-mode.el (condition-case):
12493 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
12494 (ebrowse-set-member-buffer-column-width)
12495 (ebrowse-select-1st-to-9nth):
12496 * progmodes/etags.el (etags-snarf-tag):
12497 * progmodes/flymake.el (flymake-parse-line):
12498 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
12499 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
12500 (idlwave-shell-menu-def):
12501 * progmodes/ps-mode.el (ps-run-goto-error):
12502 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
12503 (vhdl-speedbar-contract-level):
12504 * term/mac-win.el (x-handle-numeric-switch):
12505 * term/sun-mouse.el (sun-get-frame-data):
12506 * term/w32-win.el (x-handle-numeric-switch):
12507 * term/x-win.el (x-handle-numeric-switch):
12508 * textmodes/ispell.el (ispell-parse-output):
12509 * textmodes/nroff-mode.el (nroff-outline-level):
12510 * textmodes/reftex-cite.el (reftex-bib-sort-year)
12511 (reftex-bib-sort-year-reverse, reftex-format-citation):
12512 * textmodes/reftex-parse.el (reftex-init-section-numbers)
12513 (reftex-section-number):
12514 * textmodes/texinfmt.el (texinfo-paragraphindent):
12515 Replace `string-to-int' by `string-to-number'.
12516
12517 * international/latexenc.el: Add page marker to force the "Local
12518 Variables:" string out of the last page.
12519
12520 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
12521
12522 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
12523 tooltip-change-major-mode.
12524 (gud-tooltip-print-command): Remove case where gud-minor-mode
12525 is gdb ("--fullname").
12526 (gud-tooltip-tips): Turn GUD tooltips off for this case and
12527 explain to user.
12528
12529 2005-05-16 Jay Belanger <belanger@truman.edu>
12530
12531 * calc/calc-store.el (calc-copy-special-constant): New function.
12532
12533 * calc/calc-ext.el (calc-init-extensions): Add binding for
12534 `calc-copy-special-constant'.
12535
12536 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
12537 for the `calc-copy-special-constant' command.
12538
12539 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
12540
12541 * subr.el (left-fringe-p): New function.
12542
12543 * progmodes/compile.el (compilation-setup): Set local value of
12544 overlay-arrow-string to "" always.
12545 (compilation-set-window): Left fringe then don't scroll.
12546 No left fringe then no arrow and scroll message to top.
12547 (compilation-context-lines): Adjust doc string accordingly.
12548
12549 2005-05-16 Kim F. Storm <storm@cua.dk>
12550
12551 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
12552 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
12553 (ido-wide-find-dir-or-delete-dir): New command for M-d.
12554 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
12555 (ido-read-file-name): Handle commands with ido property value
12556 equal to find-file as reading a file name, to allow C-d to enter dired.
12557 (ibuffer-find-file): Add ido property with value find-file.
12558
12559 2005-05-15 Kim F. Storm <storm@cua.dk>
12560
12561 * subr.el (open-network-stream-nowait): Remove.
12562 (open-network-stream-server): Remove.
12563
12564 2005-05-15 Richard M. Stallman <rms@gnu.org>
12565
12566 * faces.el (describe-face): Output a definition link button.
12567
12568 * help-mode.el (help-face-def): New button type.
12569
12570 * emacs-lisp/copyright.el (copyright-fix-years):
12571 Match properly if the first year is 2-digit.
12572 Don't mess up the whitespace after the years by filling.
12573
12574 * dired-aux.el (dired-mark-confirm):
12575 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
12576
12577 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
12578 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
12579 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
12580
12581 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12582 Set font-lock-comment-start-skip.
12583
12584 * font-lock.el (font-lock-comment-start-skip): New variable.
12585 (font-lock-comment-end-skip): New variable.
12586 (font-lock-fontify-syntactically-region): Use them if non-nil.
12587
12588 2005-05-15 Jay Belanger <belanger@truman.edu>
12589
12590 * calc/calc-store.el (calc-store-value): Return a string rather
12591 than display it as a message.
12592 Use calc-var-name for variable name.
12593 (calc-store-into): Add the result of calc-store-value to message.
12594 (calc-copy-variable): Add a message.
12595 (calc-store-exchange): Improve error messages.
12596 (calc-store-binary, calc-store-map): Don't reset the values of
12597 special constants.
12598
12599 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
12600
12601 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
12602 manual to docstring.
12603
12604 * files.el (hack-local-variables-confirm): Add STRING argument.
12605 Make the function handle non file visiting buffers correctly.
12606 (hack-local-variables-prop-line, hack-local-variables)
12607 (hack-one-local-variable): Use STRING arg of
12608 `hack-local-variables-confirm'.
12609
12610 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
12611
12612 Sync with Tramp 2.0.49.
12613
12614 * net/tramp.el (tramp-handle-dired-call-process)
12615 (tramp-handle-insert-directory):`insert-buffer' cannot be used
12616 because the contents of the Tramp buffer is changed before
12617 insertion (`expand-file' and alike).
12618 (tramp-handle-insert-directory): If `localname' has an empty
12619 nondirectory name, it must not be quoted.
12620 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
12621 variable `tramp-chunksize'. Change callees.
12622 (tramp-open-connection-setup-interactive-shell): Check remote host
12623 for buggy `send-process-string' implementation.
12624 Set `tramp-chunksize' if found. Reported by Michael Kifer
12625 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
12626 (tramp-handle-shell-command): `insert-buffer' cannot be used
12627 because the contents of the Tramp buffer is changed before
12628 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
12629 <frederic.bothamy@free.fr>.
12630 (tramp-set-auto-save): Actions should be done for Tramp file name
12631 handler only. Ange-FTP has its own auto-save mechanism.
12632 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12633 (tramp-set-auto-save-file-modes): Set file modes of
12634 `buffer-auto-save-file-name' to ?\600 as fallback solution.
12635 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
12636 (tramp-bug): Remove obsolete variable.
12637 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
12638 for presence of `mml-mode'. Make it running for older Emacsen as well.
12639
12640 2005-05-14 John Paul Wallington <jpw@pobox.com>
12641
12642 * ibuf-ext.el (define-ibuffer-filter filename):
12643 If `dired-directory' is a list, use its car.
12644
12645 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
12646
12647 * ibuffer.el (define-ibuffer-column filename):
12648 If `dired-directory' is a list, use its car.
12649
12650 2005-05-14 Richard M. Stallman <rms@gnu.org>
12651
12652 * subr.el (symbol-file): Doc fix.
12653
12654 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
12655 (byte-compile-form): Call byte-compile-nogroup-warn.
12656 (byte-compile-warning-types): Doc fix.
12657
12658 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
12659
12660 * progmodes/cc-engine.el (c-literal-faces):
12661 Add font-lock-comment-delimiter-face.
12662
12663 * net/net-utils.el (dig): Use with-no-warnings.
12664
12665 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
12666 (sc-recite-frame-alist, sc-default-cite-frame)
12667 (sc-default-uncite-frame, sc-default-recite-frame)
12668 (sc-attrib-selection-list, sc-rewrite-header-list):
12669 Mark as risky-local-variable.
12670
12671 * international/ogonek.el (ogonek-jak, ogonek-how):
12672 Don't use beginning-of-buffer.
12673
12674 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
12675
12676 * calendar/solar.el (solar-data-list): Move definition up.
12677
12678 * dnd.el (dnd-protocol-alist): Add autoload.
12679
12680 * progmodes/sh-script.el: Many doc usage fixes.
12681 (sh-indent-after-do): Change default to match common styles.
12682
12683 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
12684
12685 * files.el (interpreter-mode-alist)
12686 (auto-mode-interpreter-regexp): Doc fixes.
12687
12688 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
12689
12690 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
12691
12692 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
12693
12694 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12695
12696 * dired.el (dired-mode): make-variable-buffer-local =>
12697 make-local-variable.
12698
12699 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12700
12701 * term/mac-win.el (mac-select-convert-to-string): Try coding
12702 systems in mac-script-code-coding-systems if specified one cannot
12703 encode string for `com.apple.traditional-mac-plain-text'.
12704
12705 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
12706
12707 * progmodes/make-mode.el (makefile-targets-face)
12708 (makefile-shell-face, makefile-makepp-perl-face): New faces.
12709 (makefile-dependency-regex): Fix it to not make the colon in
12710 $(var:a=b) special.
12711 (makefile-rule-action-regex): New regexp for highlighting embedded
12712 Shell strings.
12713 (makefile-macroassign-regex): Handle != for highlighting as
12714 embedded Shell strings.
12715 (makefile-var-use-regex): New const.
12716 (makefile-statements, makefile-automake-statements)
12717 (makefile-gmake-statements, makefile-makepp-statements)
12718 (makefile-bsdmake-statements): New consts.
12719 (makefile-make-font-lock-keywords): New function.
12720 (makefile-automake-font-lock-keywords)
12721 (makefile-gmake-font-lock-keywords)
12722 (makefile-makepp-font-lock-keywords)
12723 (makefile-bsdmake-font-lock-keywords): New consts.
12724 (makefile-mode-map): Add switchers between the various submodes.
12725 (makefile-mode): Document the availability of the variants.
12726 (makefile-automake-mode, makefile-gmake-mode)
12727 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
12728
12729 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
12730 new variants of makefile-mode.
12731
12732 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12733
12734 * font-lock.el (font-lock-comment-delimiter-face): Fix up
12735 the inheritance.
12736
12737 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
12738
12739 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
12740 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
12741
12742 * files.el (normal-mode): Extend the scope of the
12743 `enable-local-variables' binding to include the `set-auto-mode' call.
12744 (magic-mode-alist): Doc fix.
12745
12746 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12747
12748 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
12749 font-lock-comment-face rather than copying its setting.
12750
12751 2005-05-12 Andreas Schwab <schwab@suse.de>
12752
12753 * eshell/esh-mode.el (eshell-send-input): Doc fix.
12754
12755 2005-05-12 Lute Kamstra <lute@gnu.org>
12756
12757 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
12758 defcustom for the mode hook variable. Delete the last argument.
12759 * generic-x.el: Fix callers of define-generic-mode.
12760 (generic-x-modes): Delete group.
12761 (show-tabs-tab-face, show-tabs-space-face): Put them in the
12762 generic-x customization group.
12763
12764 2005-05-12 Kim F. Storm <storm@cua.dk>
12765
12766 * font-lock.el (font-lock-negation-char-face): Default to "off".
12767
12768 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
12769 font-lock-negation-char-face to ! in !=.
12770
12771 2005-05-12 Masatake YAMATO <jet@gyve.org>
12772
12773 * add-log.el (find-change-log): Fix typos in the docstring
12774 of function.
12775
12776 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
12777
12778 * international/latexenc.el (latexenc-find-file-coding-system):
12779 Avoid `re-search-forward' when looking for input encoding because
12780 of speed and safety. Better regular expressions for recognizing
12781 input encoding. Limit a search for TeX-master/tex-main-file to
12782 the local variable section.
12783
12784 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
12785
12786 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
12787 syntax of $ to "'" (quote).
12788
12789 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
12790
12791 * dnd.el (dnd-protocol-alist): Improve custom type.
12792
12793 * dired.el (dired-dnd-protocol-alist): New variable.
12794 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
12795 `dired-mode-hook' to the end.
12796
12797 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12798
12799 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
12800 comment-end if comment-start-skip is not set.
12801 Obey the font-lock-comment-delimiter-face variables.
12802
12803 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12804
12805 * files.el (executable-find): Move from executable.el. Use
12806 locate-file.
12807 * progmodes/executable.el (executable-find): Move to files.el.
12808
12809 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
12810 when trying to ensure forward progress.
12811
12812 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
12813
12814 * mouse-sel.el (mouse-sel-follow-link-p): New function.
12815 (mouse-select, mouse-select-internal, mouse-extend-internal):
12816 Use it to implement mouse-1-click-follows-link functionality.
12817
12818 2005-05-11 Richard M. Stallman <rms@gnu.org>
12819
12820 * font-lock.el (font-lock-fontify-syntactically-region):
12821 Use font-lock-comment-delimiter-face for comment delimiters.
12822
12823 2005-05-10 Jay Belanger <belanger@truman.edu>
12824
12825 * calc/calc-help.el (calc-m-prefix-help): Add mention of
12826 preserving embedded modes.
12827
12828 2005-05-10 Richard M. Stallman <rms@gnu.org>
12829
12830 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
12831
12832 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
12833 Move from ada-stmt.el.
12834 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
12835
12836 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
12837 Move to ada-mode.el.
12838 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
12839
12840 * cus-edit.el (custom-file): Call file-chase-links.
12841
12842 * files.el (read-directory-name): Fix previous change.
12843 (hack-local-variables-confirm): New function.
12844 (hack-local-variables-prop-line, hack-local-variables)
12845 (hack-one-local-variable): Use it.
12846
12847 2005-05-10 Lute Kamstra <lute@gnu.org>
12848
12849 * font-lock.el (font-lock-keywords-alist)
12850 (font-lock-removed-keywords-alist): Clarify docstrings.
12851
12852 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
12853
12854 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
12855 (gdb-source-info): Check for preprocessor info.
12856 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
12857 a macro for a function.
12858 (gdb-info-breakpoints-custom): Try to find file again if not already
12859 found (user might have used GDB dir command).
12860 (gdb-get-location): Update gdb-location-alist correctly for change
12861 to gdb-info-breakpoints-custom.
12862
12863 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
12864 (gud-tooltip-print-command): Add gdbmi case.
12865 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
12866 preprocessor info.
12867
12868 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
12869
12870 * startup.el (fancy-splash-insert): Fix typo in doc string.
12871
12872 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
12873
12874 * obsolete/float.el (string-to-float):
12875 * obsolete/hilit19.el (hilit-add-pattern):
12876 * obsolete/rnews.el (news-parse-range, news-select-message)
12877 (news-get-pruned-list-of-files): Replace `string-to-int' by
12878 `string-to-number'.
12879
12880 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
12881 `find-file-not-found-hooks'; use `add-hook'.
12882 (uncompress-while-visiting): Set `write-file-functions', not
12883 `write-file-hooks'; use `add-hook'.
12884
12885 2005-05-09 Kim F. Storm <storm@cua.dk>
12886
12887 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
12888 (cua-paste): Handle clipboard action.
12889 (cua--init-keymaps): Remap clipboard-kill-region and
12890 clipboard-kill-ring-save.
12891
12892 2005-05-08 Eli Zaretskii <eliz@gnu.org>
12893
12894 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
12895 Improve commentary.
12896
12897 * simple.el (next-error-overlay-arrow-position): Revert the change
12898 made on 2005-04-30.
12899
12900 2005-05-07 Jay Belanger <belanger@truman.edu>
12901
12902 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
12903 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
12904 `calc-sel-reselect'.
12905
12906 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
12907 Calc is in embedded mode.
12908
12909 2005-05-07 Eli Zaretskii <eliz@gnu.org>
12910
12911 * progmodes/compile.el (compilation-setup):
12912 Set overlay-arrow-string to an empty string on text terminals.
12913
12914 * textmodes/ispell.el (ispell-program-name): Try looking for
12915 "aspell" along exec-path, and if found, use it as the default
12916 speller program.
12917
12918 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
12919
12920 * international/mule.el (sgml-xml-auto-coding-function):
12921 Recognize encoding='FOO' in single quotes as well as in double quotes.
12922
12923 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12924
12925 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
12926 as well as `interactive', so that defmacro* would recognize
12927 `declare' forms.
12928
12929 2005-05-07 Eli Zaretskii <eliz@gnu.org>
12930
12931 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
12932 Explain more about the LIGHTER arg's usage in the doc string.
12933 Add commentary to clarify what the code does. Fix the regexp that
12934 strips whitespace from LIGHTER. Quote LIGHTER before using it,
12935 since it could have characters special to regular expressions.
12936
12937 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
12938
12939 * replace.el (occur-1): Bind inhibit-read-only so that
12940 erase-buffer doesn't barf on read-only text properties (likewise
12941 for add-text-properties in occur-engine). Mark buffer as unmodified.
12942 (occur-engine): Don't set buffer-read-only here.
12943
12944 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12945
12946 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
12947 list-buffers-directory. This caused the *cvs-commit* buffer to be
12948 sometimes mistakenly reused as a *cvs* buffer.
12949
12950 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
12951
12952 * tooltip.el: Move code for GUD tooltips into gud.el.
12953 (require): CL no longer needed to compile case.
12954 (tooltip-mode): Do not toggle functions for GUD tooltips.
12955 (tooltip-gud-tips-p): Remove. Replace with minor mode
12956 gud-tooltip-mode in gud.el.
12957 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
12958 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
12959 tooltip-gud prefix with gud-tooltip and obsolete.
12960 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
12961 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
12962 (tooltip-mouse-motion): Mouse movement functions/variable.
12963 Rename in gud.el by adding gud prefix.
12964 (tooltip-gud-original-filter, tooltip-gud-dereference)
12965 (tooltip-gud-event, tooltip-toggle-gud-tips)
12966 (tooltip-gud-process-output, tooltip-gud-print-command)
12967 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
12968 gud.el by replacing tooltip-gud prefix with gud-tooltip.
12969 (gdb-tooltip-print): Move to gdb-ui.el.
12970
12971 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
12972 (require): CL needed to compile case.
12973 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
12974 tooltip-gud-tips-p. Make it a minor-mode.
12975 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
12976 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
12977 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
12978 (gud-tooltip-change-major-mode)
12979 (gud-tooltip-activate-mouse-motions-if-enabled)
12980 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
12981 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
12982 (gud-tooltip-original-filter, gud-tooltip-dereference)
12983 (gud-tooltip-event, tooltip-toggle-gud-tips)
12984 (gud-tooltip-process-output, gud-tooltip-print-command)
12985 (gud-tooltip-tips): Move from tooltip.el.
12986
12987 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
12988 (gdb-cpp-define-alist-flags): Doc fix.
12989 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
12990 gud-tooltip-mode is t.
12991
12992 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12993
12994 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
12995 evaporate if their text is deleted.
12996 (goto-address-at-point): Make it work as a mouse binding as well.
12997 (goto-address-at-mouse): Obsolete it. Update users.
12998
12999 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
13000
13001 * calendar/appt.el (top-level): No longer activate on load.
13002
13003 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
13004
13005 * calendar/cal-bahai.el (mark-bahai-diary-entries):
13006 * net/webjump.el (webjump):
13007 * progmodes/idlw-help.el (idlwave-do-context-help1)
13008 (idlwave-highlight-linked-completions):
13009 * textmodes/po.el (po-find-file-coding-system-guts):
13010 Replace `assoc-ignore-case' by `assoc-string'.
13011
13012 2005-05-06 Eli Zaretskii <eliz@gnu.org>
13013
13014 * files.el (locate-file): Doc fix.
13015
13016 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
13017 Remove the redundant test for ms-dos.
13018
13019 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
13020 look for the preprocessor with exec-suffixes. If not found in
13021 standard places, look in exec-path. Remove most of the tests that
13022 used system-type.
13023
13024 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
13025
13026 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
13027
13028 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
13029 file-name clash with jka-compr.el on 8+3 filesystems.
13030
13031 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13032
13033 * term/mac-win.el: Don't define or bind scroll bar functions if
13034 x-toolkit-scroll-bars is t.
13035 (x-select-text, x-get-selection-value): Clear
13036 x-last-selected-text-clipboard if x-select-enable-clipboard is
13037 nil.
13038 (PRIMARY): Put mac-scrap-name property.
13039 (mac-select-convert-to-file-url): New function.
13040 (public.file-url): New selection target type. Add to
13041 selection-converter-alist.
13042 (x-get-selection, x-selection-value): Handle it.
13043 (x-cut-buffer-or-selection-value): New alias.
13044
13045 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13046
13047 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
13048 entry to avoid calling bibtex-find-entry with arg global
13049 being t. Remove arg key.
13050 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
13051 (bibtex-copy-summary-as-kill): Change accordingly.
13052
13053 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13054
13055 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
13056 (org-agenda-date-later): Use with-current-buffer.
13057
13058 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
13059
13060 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
13061 (define-obsolete-variable-alias): Doc Fixes.
13062
13063 2005-05-06 Kim F. Storm <storm@cua.dk>
13064
13065 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
13066 vertical-motion when selective-display is active.
13067
13068 * ido.el (ido-setup-hook): New hook.
13069 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
13070 (ido-input-stack): New var.
13071 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
13072 ido-next-work-file binding to M-O.
13073 Bind M-f to ido-wide-find-file-or-pop-dir.
13074 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
13075 (ido-read-internal): Run ido-setup-hook.
13076 Catch quit in read-file-name and read-string to cancel edit.
13077 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
13078 Automatically pop-all when completing a directory name (RET).
13079 (ido-file-internal): Add with-no-warnings around ffap and dired code.
13080 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
13081 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
13082 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
13083 New functions for M-b/M-f to move among the directory components.
13084 (ido-make-merged-file-list): Catch quit to cancel merge.
13085 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
13086 (ido-completion-help): No warnings for ido-completion-buffer-full.
13087
13088 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
13089
13090 * font-lock.el (font-lock-negation-char-face): New face and variable.
13091 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
13092 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
13093 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
13094 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
13095
13096 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
13097
13098 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
13099 Fix typo in docstring.
13100
13101 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
13102 (ebrowse-print-statistics-line)
13103 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
13104
13105 * term/w32-win.el (image-library-alist): Add additional name for
13106 Xpm library.
13107
13108 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
13109
13110 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
13111 use gcc instead of cpp.
13112
13113 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
13114 (gdb-create-define-alist): Use it.
13115 (gdb-cpp-define-alist-program): Update for MS-DOS.
13116
13117 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
13118
13119 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
13120
13121 2005-05-04 Richard M. Stallman <rms@gnu.org>
13122
13123 * help.el (describe-key): No error when UNTRANSLATED is nil.
13124
13125 * simple.el (line-move-1): Fix previous change to signal errors
13126 appropriately.
13127
13128 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
13129
13130 * calendar/icalendar.el (icalendar-version): Now at 0.12.
13131 (icalendar-duration-correction): Remove.
13132 (icalendar--get-event-properties): Split result at commas.
13133 (icalendar--decode-isoduration): New optional argument
13134 DURATION-CORRECTION.
13135 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
13136 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
13137 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
13138 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
13139 (icalendar--convert-anniversary-to-ical): New functions, extracted
13140 from icalendar-export-region, with bug fixes.
13141 (icalendar-export-region): Use the above functions.
13142 (icalendar-import-buffer): Check before saving diary file.
13143 (icalendar--convert-recurring-to-diary)
13144 (icalendar--convert-non-recurring-all-day-to-diary)
13145 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
13146 extracted from icalendar--convert-ical-to-diary, with bug fixes.
13147 (icalendar--convert-ical-to-diary): Use the above functions.
13148
13149 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
13150
13151 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
13152 Remove these recent additions.
13153 (c-mode): Restore to before 2005-04-28.
13154
13155 * progmodes/cc-vars.el (cc-define-list-program): Remove this
13156 recent addition.
13157
13158 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
13159 (gdb-define-alist): New variables.
13160 (gdb-create-define-alist): New function.
13161 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
13162 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
13163 with string-to-number.
13164 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
13165
13166 * progmodes/gud.el: Replace string-to-int with string-to-number.
13167 (gud-find-file): Handle gdb-define-alist.
13168
13169 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
13170
13171 2005-05-02 Jay Belanger <belanger@truman.edu>
13172
13173 * calc/calc-aent.el (math-read-token):
13174 * calc/calc-bin.el (calc-word-size):
13175 * calc/calc-ext.el (calc-read-number-fancy):
13176 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
13177 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
13178 * calc/calc-frac.el (calc-over-notation):
13179 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
13180 (calc-graph-num-points, calc-graph-init):
13181 * calc/calc-prog.el (calc-read-parse-table-part)
13182 (calc-edit-macro-repeats):
13183 * calc/calc-yank.el (calc-do-grab-rectangle):
13184 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
13185 Replace `string-to-int' by `string-to-number'.
13186
13187 2005-05-02 Kim F. Storm <storm@cua.dk>
13188
13189 * kmacro.el: Use executing-kbd-macro-index variable.
13190
13191 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
13192
13193 * net/rlogin.el (rlogin-parse-words): Delete func.
13194 (rlogin): Use split-string, not rlogin-parse-words.
13195 Also, if there are option-like elements in the parsed args,
13196 take the host to be the first arg immediately following them.
13197 Suggested by Michael Mauger.
13198
13199 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
13200
13201 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
13202
13203 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
13204
13205 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
13206 (cc-mode-cpp-program): Rename to cc-define-list-program and
13207 move to cc-vars.el.
13208
13209 * progmodes/cc-vars.el (cc-define-list-program):
13210 Change to "gcc -E -dM -". Make customizable.
13211
13212 2005-05-02 Kim F. Storm <storm@cua.dk>
13213
13214 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
13215
13216 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
13217
13218 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
13219
13220 * international/mule-util.el (truncate-string): Remove alias and
13221 obsolete declaration.
13222
13223 * international/mule-cmds.el (update-iso-coding-systems):
13224 Remove alias and obsolete declaration.
13225
13226 * international/mule.el (coding-system-parent): Remove alias and
13227 obsolete declaration.
13228
13229 * subr.el (define-function, sref): Remove aliases and obsolete
13230 declarations.
13231 (chars-in-region): Remove obsolete declaration.
13232
13233 2005-05-01 Richard M. Stallman <rms@gnu.org>
13234
13235 * info.el (Info-mode): Set widen-automatically to nil, locally.
13236
13237 * simple.el (widen-automatically): New variable.
13238 (pop-global-mark): Obey widen-automatically.
13239
13240 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
13241
13242 * term/xterm.el (function-key-map): Call substitute-key-definition
13243 before the keymap size is increased by a lot of define-key calls.
13244
13245 2005-05-01 Richard M. Stallman <rms@gnu.org>
13246
13247 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
13248 Rename ARG to ELEMENT. Doc fix.
13249
13250 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
13251
13252 * allout.el (allout-exposure): Remove macro and obsolete declaration.
13253 Remove references to allout-exposure/change to allout-new-exposure.
13254
13255 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
13256 bytecode symbols.
13257
13258 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
13259 (compiled-function-p, focus-frame, unfocus-frame):
13260 Remove aliases and obsolete declarations.
13261 Back out inadvertent changes from previous commit.
13262
13263 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
13264
13265 * files.el (require-final-newline): Make Custom tags consistent
13266 with mode-require-final-newline.
13267 (mode-require-final-newline): Doc fix.
13268
13269 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13270
13271 * international/latexenc.el (latexenc-find-file-coding-system):
13272 Fix regular expressions.
13273
13274 2005-05-01 David Kastrup <dak@gnu.org>
13275
13276 * international/latexenc.el (latexenc-find-file-coding-system):
13277 Fix regular expressions.
13278
13279 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
13280
13281 * subr.el (string-to-int): Make obsolete.
13282
13283 2005-04-30 Richard M. Stallman <rms@gnu.org>
13284
13285 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
13286
13287 * loadup.el: load jka-comp-hook.
13288
13289 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
13290 (jka-compr-handler): Add autoload. `put' calls moved
13291 to jka-comp-hook.el.
13292 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
13293 (jka-compr-inhibit): Autoload.
13294
13295 * jka-comp-hook.el: New file.
13296 Enable the mode by default.
13297
13298 * files.el (backup-buffer-copy): Use copy-file instead
13299 of write-region, and put back the 'excl.
13300
13301 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
13302
13303 * progmodes/flymake.el (flymake-split-string)
13304 (flymake-split-string, flymake-log, flymake-pid-to-names)
13305 (flymake-reg-names, flymake-get-source-buffer-name)
13306 (flymake-unreg-names, flymake-add-line-err-info)
13307 (flymake-add-err-info): Clarify docstrings.
13308 (flymake-popup-menu, flymake-make-emacs-menu)
13309 (flymake-make-xemacs-menu): Add docstrings.
13310 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
13311 Set variables directly throughout.
13312
13313 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
13314
13315 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
13316 exists. Initialize cc-define-alist.
13317 (c-mode): Add cc-create-define-alist locally to after-save-hook.
13318 If there is no file (Macroexpansion) don't create an alist.
13319
13320 2005-04-29 Sam Steingold <sds@gnu.org>
13321
13322 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
13323 (cc-create-define-alist): Use it instead of the hard-coded string.
13324
13325 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13326
13327 * international/mule-conf.el (file-coding-system-alist): Fix regexp
13328 for latexenc.
13329
13330 2005-04-29 Lute Kamstra <lute@gnu.org>
13331
13332 * emacs-lisp/generic.el: Improve commentary section.
13333 (define-generic-mode): Improve docstring.
13334
13335 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
13336
13337 * textmodes/org.el (many places): Change to quiet the byte compiler.
13338 (org-prefix-format-compiled): New variable.
13339 (org-compile-prefix-format): New function.
13340 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
13341 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
13342 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
13343 (org-get-entries-from-diary): Use `org-get-time-of-day' for
13344 consistency with entries from `org-mode' files.
13345 (org-get-time-of-day): Fix bug with partial matches early in a line.
13346 (org-non-link-chars): New constant.
13347 (org-link-regexp): Respect `org-non-link-chars'.
13348 (org-agenda-day-view): Remove command.
13349 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
13350 (org-follow-bbdb-link, org-store-link): Search also company field.
13351 (org-highlight-overlay): New variable.
13352 (org-highlight, org-unhighlight): New functions.
13353 (org-agenda-mode): Add pre-command-hook to remove highlight.
13354 (org-evaluate-time-range): Behavior depends upon whether time stamp
13355 contains a time or not.
13356 (org-show-subtree, org-show-entry): New functions.
13357 (org-agenda-cleanup-fancy-diary): Remove empty lines.
13358
13359 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
13360
13361 * comint.el (comint-output-filter-functions): Add autoload cookie.
13362
13363 2005-04-28 Kim F. Storm <storm@cua.dk>
13364
13365 * ido.el (ido-everywhere): Fix last change.
13366
13367 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13368
13369 * international/latexenc.el: New file.
13370 * international/mule-conf.el (file-coding-system-alist): For .tex,
13371 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
13372
13373 2005-04-28 Lute Kamstra <lute@gnu.org>
13374
13375 * font-lock.el (font-lock-add-keywords)
13376 (font-lock-remove-keywords): Clarify docstring.
13377 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
13378 Don't start docstrings with a `*'.
13379 (font-lock-update-removed-keyword-alist): Give it a docstring.
13380
13381 * generic-x.el: Update commentary section.
13382 Only require font-lock when compiling.
13383 Define all modes conditionally.
13384 Place all generic modes in the generic-x-modes customization group.
13385 (generic-x-modes): New customization group.
13386 (generic-default-modes, generic-mswindows-modes)
13387 (generic-unix-modes, generic-other-modes): New constants.
13388 (generic-define-mswindows-modes, generic-define-unix-modes):
13389 Update docstrings. Make them obsolete.
13390 (generic-extras-enable-list): New default value. Update docstring.
13391 Improve :type. Change :set function.
13392 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
13393 Fix docstring.
13394
13395 * emacs-lisp/generic.el (generic-mode-internal):
13396 Simplify font-lock-defaults.
13397 (define-generic-mode): Fix docstring.
13398
13399 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13400
13401 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
13402 font-lock-face property to highlight matches.
13403
13404 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
13405
13406 * progmodes/cc-mode.el (cc-create-define-alist): New function.
13407 (cc-define-alist): New variable.
13408 (c-mode): Make it local and initialize it.
13409
13410 * progmodes/gdb-ui.el (gdb-active-process): New variable.
13411 (gdb-exited): New function.
13412 (gdb-annotation-rules): Use it.
13413 (gdb-starting): Set gdb-active-process to t.
13414 (gdb-stopping): Amend doc string.
13415 (gdb-reset): Set gdb-active-process to nil.
13416
13417 * tooltip.el (tooltip-gud-tips): Show the associated #define
13418 directives when a C program under GDB is not executing.
13419
13420 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13421
13422 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
13423 font-lock-fontify-syntactic-keywords.
13424
13425 * font-lock.el (font-lock-default-fontify-region): Don't force
13426 parse-sexp-lookup-properties to nil.
13427
13428 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13429
13430 * man.el (man-mode-syntax-table): Set up `:' to have
13431 word-constituent syntax.
13432
13433 2005-04-27 Lute Kamstra <lute@gnu.org>
13434
13435 * novice.el (disable-command): Don't add spurious newlines to the
13436 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
13437
13438 2005-04-26 Jay Belanger <belanger@truman.edu>
13439
13440 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
13441 than one window before deleting window.
13442
13443 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
13444
13445 * shell.el (shell-prompt-pattern): Doc fix.
13446 (shell-mode): Set paragraph-separate buffer locally to "\\'".
13447
13448 * comint.el (comint-prompt-regexp, comint-get-old-input)
13449 (comint-use-prompt-regexp)
13450 (comint-use-prompt-regexp-instead-of-fields)
13451 (comint-replace-by-expanded-history, comint-send-input)
13452 (comint-output-filter, comint-get-old-input-default)
13453 (comint-line-beginning-position, comint-bol, comint-show-output)
13454 (comint-backward-matching-input, comint-forward-matching-input)
13455 (comint-next-prompt, comint-previous-prompt):
13456 Rename `comint-use-prompt-regexp-instead-of-fields' to
13457 `comint-use-prompt-regexp'. Keep old name as alias and declare
13458 obsolete.
13459 (comint-use-prompt-regexp): Shorten first line of doc string.
13460
13461 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
13462 Set paragraph-separate buffer locally to "\\'".
13463
13464 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
13465 Adapt to above name change.
13466
13467 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
13468 (smbclient-prompt-regexp): Ditto.
13469
13470 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
13471
13472 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
13473
13474 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
13475 gdb-location-list.
13476 Break lines that are over 80 characters wide.
13477
13478 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13479
13480 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
13481 New fun and var, to preserve compatibility.
13482
13483 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
13484
13485 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
13486
13487 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
13488 name to file-newer-than-file-p.
13489
13490 2005-04-26 Richard M. Stallman <rms@gnu.org>
13491
13492 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
13493
13494 * progmodes/python.el (python-mode):
13495 Use new name eldoc-documentation-function.
13496
13497 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
13498
13499 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
13500 (eldoc-documentation-function):
13501 Rename from eldoc-print-current-symbol-info-function. Calls changed.
13502
13503 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
13504
13505 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
13506
13507 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
13508
13509 * term/xterm.el (function-key-map): Fix strings for
13510 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
13511 {C,S,A,C-S}-{f1-f12}.
13512
13513 2005-04-26 Kenichi Handa <handa@m17n.org>
13514
13515 * international/mule-cmds.el (select-safe-coding-system):
13516 Fix previous change.
13517
13518 2005-04-26 Lute Kamstra <lute@gnu.org>
13519
13520 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
13521
13522 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
13523 (font-lock-comment-delimiter-face): Ditto.
13524
13525 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
13526
13527 2005-04-25 Jay Belanger <belanger@truman.edu>
13528
13529 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
13530 to t while inserting information; use help-mode.
13531
13532 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
13533
13534 * term.el (ansi-term-color-vector): Use the xterm colors.
13535 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
13536
13537 2005-04-25 Lute Kamstra <lute@gnu.org>
13538
13539 * font-core.el (font-lock-defaults): Fix docstring.
13540
13541 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
13542
13543 2005-04-25 Kenichi Handa <handa@m17n.org>
13544
13545 * international/mule-cmds.el (select-safe-coding-system):
13546 Don't check consistency with coding: spec, etc if raw-text or
13547 no-conversion was found to be safe.
13548
13549 2005-04-24 Richard M. Stallman <rms@gnu.org>
13550
13551 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
13552 citation markers at start of each line.
13553
13554 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
13555 citation markers at start of each line.
13556
13557 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
13558
13559 * files.el (mode-require-final-newline): Fix previous change.
13560 (require-final-newline): Fix type label.
13561
13562 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13563
13564 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
13565 statement in buffer (broken by 2004-11-24 change).
13566
13567 2005-04-24 Kim F. Storm <storm@cua.dk>
13568
13569 * ido.el (ido-everywhere): Save and restore old read-buffer-function
13570 and read-file-name-function values. Don't overwrite existing
13571 non-nil values if ido-mode is enabled without ido-everywhere.
13572
13573 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
13574
13575 * files.el (mode-require-final-newline): Minor doc fix.
13576
13577 2005-04-24 Eli Zaretskii <eliz@gnu.org>
13578
13579 * subr.el (syntax-after): Doc fix.
13580 (syntax-class): If argument is nil, return nil. Mask off upper 16
13581 bits, not 8 bits.
13582
13583 * files.el (mode-require-final-newline): Doc fix.
13584 (backup-buffer-copy): Fix last change.
13585
13586 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13587
13588 * term/mac-win.el: Require select. Set selection-coding-system to
13589 mac-system-coding-system. Call menu-bar-enable-clipboard.
13590 (x-last-selected-text-clipboard, x-last-selected-text-primary)
13591 (x-select-enable-clipboard): New variables.
13592 (x-select-text, x-get-selection, x-selection-value)
13593 (x-get-selection-value, mac-select-convert-to-string)
13594 (mac-services-open-file, mac-services-open-selection)
13595 (mac-services-insert-text): New functions.
13596 (CLIPBOARD, FIND): Put mac-scrap-name property.
13597 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
13598 (public.tiff): Put mac-ostype property.
13599 (selection-converter-alist): Add entries for them.
13600 (mac-application-menu-map): New keymap.
13601 (interprogram-cut-function, interprogram-paste-function): Set to
13602 x-select-text and x-get-selection-value, respectively.
13603 (split-window-keep-point): Set to t.
13604
13605 2005-04-23 Richard M. Stallman <rms@gnu.org>
13606
13607 * files.el (read-directory-name): Always pass non-nil
13608 DEFAULT-FILENAME arg to read-file-name.
13609 (backup-buffer-copy, basic-save-buffer-2): Take care against
13610 writing thru an unexpected existing symlink.
13611 (revert-buffer): In indirect buffer, revert the base buffer.
13612 (magic-mode-alist): Doc fix.
13613 (buffer-stale-function): Doc fix.
13614 (minibuffer-with-setup-hook): Avoid warning.
13615 (mode-require-final-newline): Doc and custom fix.
13616
13617 * follow.el (follow-end-of-buffer): Use with-no-warnings.
13618
13619 * font-lock.el (font-lock-comment-face): On terminals with few colors,
13620 use the default appearance.
13621 (font-lock-comment-delimiter-face): New face, new variable.
13622
13623 * imenu.el (imenu--generic-function): The official position of a
13624 definition is the start of the line that BEG is in.
13625
13626 * midnight.el (midnight-timer): Move defvar up.
13627
13628 * mouse.el (mouse-drag-region-1): Delete some debugging code.
13629
13630 * saveplace.el (save-place-to-alist): Use with-no-warnings.
13631
13632 * startup.el (command-line): Use with-no-warnings.
13633
13634 * window.el (window-size-fixed): New defvar.
13635
13636 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
13637
13638 * mail/rmail.el (rmail-font-lock-keywords):
13639 Use font-lock-comment-delimiter-face.
13640
13641 * mail/sendmail.el (mail-font-lock-keywords):
13642 Use font-lock-comment-delimiter-face.
13643
13644 * progmodes/compile.el (next-error-highlight-timer): New defvar.
13645
13646 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
13647
13648 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13649 Specify t for LAXMATCH when matching directories.
13650 Save match data around compilation-compat-error-properties form.
13651
13652 2005-04-23 David Kastrup <dak@gnu.org>
13653
13654 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
13655 Mention that the autoloaded aliases should be kept for AUCTeX.
13656
13657 2005-04-23 Andreas Schwab <schwab@suse.de>
13658
13659 * isearch.el (isearch-forward): Doc fix.
13660
13661 2005-04-23 Eli Zaretskii <eliz@gnu.org>
13662
13663 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
13664 (jit-lock-stealth-nice): Change default value to 0.5.
13665
13666 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
13667
13668 * abbrev.el (write-abbrev-file): Write table entries in
13669 alphabetical order by table name.
13670
13671 2005-04-22 Kim F. Storm <storm@cua.dk>
13672
13673 * ido.el (ido-read-internal): Fix `list' completion.
13674
13675 2005-04-22 Kenichi Handa <handa@m17n.org>
13676
13677 * recentf.el (recentf-save-file-coding-system): New variable.
13678 (recentf-save-list): Encode the file by
13679 recentf-save-file-coding-system and add coding: tag.
13680
13681 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
13682
13683 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
13684
13685 2005-04-21 Lute Kamstra <lute@gnu.org>
13686
13687 * loadhist.el (unload-feature): Don't remove a function from hooks
13688 if it is about to be restored to an autoload . Remove functions
13689 that will become unbound from auto-mode-alist. Simplify the code.
13690
13691 * subr.el (assq-delete-all): New implementation that is linear,
13692 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
13693 (rassq-delete-all): New function.
13694
13695 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
13696 Add size-indication-mode.
13697
13698 2005-04-21 Kenichi Handa <handa@m17n.org>
13699
13700 * international/mule-cmds.el: Add autoload for widget-value in
13701 eval-when-compile.
13702
13703 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
13704
13705 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
13706 Add tooltip-mode.
13707
13708 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
13709
13710 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
13711
13712 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
13713 (inferior-lisp-filter-regexp, inferior-lisp-program)
13714 (inferior-lisp-load-command, inferior-lisp-prompt)
13715 (inferior-lisp-mode-hook, lisp-source-modes)
13716 (inferior-lisp-load-hook): defvar->defcustom.
13717 (inferior-lisp-program, inferior-lisp-prompt)
13718 (inferior-lisp-load-hook): Doc fixes.
13719 (inferior-lisp-install-letter-bindings): Small change in
13720 introductory comment.
13721
13722 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
13723
13724 * vc.el (vc-annotate-color-map): Change some colors so that text
13725 using them as foreground is readable on both white and black
13726 backgrounds.
13727
13728 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13729
13730 * international/mule-conf.el (translation-table-for-input):
13731 Remove redundant declaration.
13732
13733 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
13734
13735 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
13736
13737 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
13738 (tooltip-toggle-gud-tips): New function.
13739
13740 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13741
13742 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
13743 right angle brackets.
13744
13745 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
13746
13747 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
13748
13749 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13750
13751 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
13752 Remove. Update callers to use expand-file-name instead.
13753
13754 * subr.el (syntax-class): New function.
13755
13756 * simple.el (blink-matching-open): Use it.
13757
13758 * paren.el (show-paren-function): Use it to recognize parens that are
13759 also used in 2-char comment markers.
13760
13761 2005-04-19 Lute Kamstra <lute@gnu.org>
13762
13763 * loadhist.el (unload-feature): Update for new format of
13764 load-history. Simplify the code.
13765
13766 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13767
13768 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
13769 (mac-add-charset-info): New function. Initialize variable
13770 mac-charset-info-alist using it.
13771 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
13772 for translation.
13773 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
13774 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
13775 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
13776 New CCL programs.
13777
13778 2005-04-19 Kim F. Storm <storm@cua.dk>
13779
13780 * simple.el (next-buffer, prev-buffer, next-error)
13781 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
13782 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
13783
13784 * bindings.el (next-buffer, prev-buffer, next-error)
13785 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
13786 (clone-indirect-buffer-other-window): Move bindings from simple.el.
13787 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
13788 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
13789
13790 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13791
13792 * isearch.el (isearch-edit-string): Make the search-ring available for
13793 minibuffer history commands.
13794 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
13795 the default history commands now work just as well.
13796 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
13797
13798 2005-04-18 Kim F. Storm <storm@cua.dk>
13799
13800 * emulation/cua-base.el (cua--pre-command-handler): Add more
13801 elaborate check for shift modifier on non-window systems.
13802
13803 2005-04-18 Lars Hansen <larsh@math.ku.dk>
13804
13805 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
13806
13807 2005-04-18 Kim F. Storm <storm@cua.dk>
13808
13809 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
13810 and make it optional. Don't test tooltip-gud-echo-area here.
13811 (tooltip-gud-process-output, gdb-tooltip-print):
13812 Pass tooltip-gud-echo-area to tooltip-show.
13813 (tooltip-help-tips): Remove second optional arg to tooltip-show.
13814
13815 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13816
13817 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
13818 `display-graphic-p' may not be bound yet.
13819
13820 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
13821
13822 * startup.el (command-line): No longer enable Xterm Mouse mode by
13823 default in terminals compatible with xterm.
13824
13825 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
13826
13827 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
13828
13829 * tooltip.el (tooltip-gud-echo-area): Rename from
13830 tooltip-use-echo-area.
13831 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
13832 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
13833 area independently of where help tooltips are displayed.
13834
13835 2005-04-17 David Kastrup <dak@gnu.org>
13836
13837 * cus-theme.el (custom-theme-write-variables): Quote variables
13838 where necessary.
13839
13840 2005-04-17 Richard M. Stallman <rms@gnu.org>
13841
13842 * simple.el (yank-excluded-properties): Add follow-link to value.
13843
13844 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
13845
13846 * startup.el (fancy-splash-max-time): Just 30 seconds.
13847 (fancy-splash-delay): Just 7.
13848 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
13849
13850 * loadhist.el (unload-feature): Update for new format of load-history.
13851 Simplify the code.
13852
13853 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
13854 (rmail-font-lock-keywords): Don't fontify the text of a citation.
13855
13856 * mail/sendmail.el (mail-font-lock-keywords):
13857 Don't fontify subject text.
13858 Don't fontify the text of a citation.
13859
13860 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
13861
13862 * comint.el (comint-output-filter): Run comint-output-filter-functions
13863 with point where the user had it.
13864
13865 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13866
13867 * international/ucs-tables.el (ucs-set-table-for-input):
13868 Disable when using unify-on-decoding.
13869
13870 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
13871
13872 * emulation/cua-base.el (cua-global-mark-face): Add special case
13873 for displays supporting a high number of colors.
13874
13875 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
13876
13877 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
13878
13879 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
13880
13881 * filesets.el (filesets-add-buffer): If user supplies a name of a
13882 non-existing fileset, create a new fileset.
13883
13884 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
13885
13886 * textmodes/org.el (org-up-heading-all): Fix bug with
13887 `outline-up-heading-all'.
13888
13889 2005-04-16 Andreas Schwab <schwab@suse.de>
13890
13891 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
13892 /etc/permissions.d/* and /etc/aliases.d/*.
13893
13894 2005-04-16 Kenichi Handa <handa@m17n.org>
13895
13896 * international/code-pages.el (cp-make-coding-system):
13897 Set `translation-table-for-input' property value to the symbol
13898 ucs-mule-to-mule-unicode, not to that value.
13899 (pt154): Escape guillemet by `\'.
13900
13901 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
13902
13903 * loadup.el: Load tooltip if x-show-tip is fboundp.
13904
13905 * startup.el (command-line): Add comment.
13906
13907 * tooltip.el (tooltip-mode): Specify correct standard value for
13908 Custom in init-value.
13909
13910 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
13911
13912 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
13913 possible.
13914
13915 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
13916
13917 * textmodes/org.el (org-agenda-date-prompt): Rename from
13918 `org-agenda-date-today'.
13919 (org-evaluate-time-range): Insert at point instead of directly
13920 after time range.
13921 (org-first-headline-recenter, org-subtree-end-visible-p)
13922 (org-optimize-window-after-visibility-change): New functions
13923 (org-agenda-post-command-hook): Don't allow point at end of line,
13924 to make sure it always hits the text properties.
13925 (org-agenda-next-date-line, org-agenda-previous-date-line):
13926 New commands.
13927 (org-set-regexps-and-options): Category may contain white space.
13928 (org-agenda-get-deadlines, org-agenda-get-scheduled):
13929 Improve marker positions.
13930 (org-agenda-new-marker): Argument POS made optional.
13931 (org-agenda-get-timestamps): Deadlines which are done are listed
13932 in org-done-face now.
13933 (org-agenda-get-todos, org-agenda-get-timestamps)
13934 (org-agenda-get-deadlines, org-agenda-get-scheduled):
13935 Set `undone-face' and `done-face' properties.
13936 (org-last-todo-state-is-todo): New variable.
13937 (org-todo): Set `org-last-todo-state-is-todo'.
13938 (org-agenda-todo): Change face according to
13939 `org-last-todo-state-is-todo'. And change other lines referring to
13940 the same entry.
13941 (org-calendar-goto-agenda): New command.
13942 (org-calendar-to-agenda-key): New option.
13943 (org-startup-folded): New allowed value `content'.
13944 (org-set-regexps-and-options): Accept new value `content' for
13945 `org-startup-folded'.
13946 (org-get-current-options): Handle new value `content' for
13947 `org-startup-folded'.
13948 (org-insert-todo-heading): New command.
13949 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
13950 interactively in empty file and option
13951 `org-insert-mode-line-in-empty-file' has been set.
13952 (org-agenda-todo,org-agenda-priority): Modify to use
13953 `org-agenda-change-all-lines'.
13954 (org-warning-face): Change color on dark background
13955
13956 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13957
13958 * international/mule-cmds.el (set-locale-environment): On Mac OS,
13959 use preferences AppleLocale and AppleLanguages, and variable
13960 mac-system-locale for default locale. On Mac OS Classic, use
13961 mac-system-coding-system for default coding systems.
13962
13963 * term/mac-win.el: Don't set file-name-coding-system.
13964 Decode variables system-name, emacs-build-system, user-login-name, and
13965 user-full-name by mac-system-coding-system on Mac OS Classic.
13966 (mac-system-coding-system): New variable.
13967
13968 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
13969
13970 * startup.el (command-line): Handle `xterm-mouse-mode' before
13971 reading init file.
13972
13973 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
13974
13975 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
13976
13977 * progmodes/sh-script.el (sh-here-document-word): Make it a
13978 defcustom. Doc fix.
13979 (sh-add): Bash uses $(( )) for arithmetic.
13980 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
13981 (sh-maybe-here-document): Remove quotes and leading whitespace
13982 from heredoc word when closing. Indent heredoc with tabs if word
13983 starts with "-".
13984
13985 2005-04-13 Richard M. Stallman <rms@gnu.org>
13986
13987 * simple.el (undo): Fix previous change.
13988
13989 * custom.el (defface): Doc fix.
13990
13991 2005-04-13 Lute Kamstra <lute@gnu.org>
13992
13993 * Makefile.in (DONTCOMPILE): Remove list.
13994 (compile, compile-always): Don't use DONTCOMPILE.
13995 (update-authors): Load the library in which batch-update-authors
13996 is defined.
13997 * makefile.w32-in (DONTCOMPILE): Remove list.
13998 (compile, compile-always): Fix comments.
13999 (update-authors): Load the library in which batch-update-authors
14000 is defined.
14001
14002 * generic-x.el (generic-mode-ini-file-find-file-hook):
14003 Rename to ini-generic-mode-find-file-hook.
14004 Keep generic-mode-ini-file-find-file-hook as an alias.
14005 (ini-generic-mode-find-file-hook): Rename from
14006 generic-mode-ini-file-find-file-hook. Fix docstring.
14007 (ini-generic-mode): Docstring change.
14008 (bat-generic-mode-run-as-comint): Silence the byte compiler.
14009
14010 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
14011 called from lisp.
14012
14013 * generic.el: Move to the emacs-lisp subdir.
14014
14015 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
14016
14017 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
14018 and C-S- function and cursor motion keys.
14019
14020 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
14021
14022 * startup.el (command-line): Enable Xterm Mouse mode by default.
14023 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
14024 for Custom. No longer show "Mouse" in mode line when enabled.
14025 Doc fix.
14026
14027 2005-04-12 Kim F. Storm <storm@cua.dk>
14028
14029 * emulation/cua-base.el (cua-rectangle-face)
14030 (cua-rectangle-noselect-face): Define face attributes here.
14031
14032 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
14033
14034 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14035
14036 * startup.el (command-line): Turn off blinking cursor if
14037 cursorBlink in resources is off or false.
14038
14039 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14040
14041 * term/mac-win.el (dnd): Require dnd.
14042 (mac-drag-n-drop): Call dnd-handle-one-url.
14043 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
14044 (kTextEncodingISOLatin2): Remove constants.
14045 (mac-script-code-coding-systems): New constant.
14046 (mac-handle-language-change): New function.
14047 (special-event-map): Bind it to `language-change' event.
14048 (mac-centraleurroman, mac-cyrillic): New coding systems.
14049 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
14050 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
14051 and mac-cyrillic-encoder to encode-mac-centraleurroman and
14052 encode-mac-cyrillic, respectively.
14053
14054 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
14055
14056 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
14057 Don't set overlay-arrow-string to "=>" as this is done
14058 globally in C now.
14059
14060 2005-04-12 Lute Kamstra <lute@gnu.org>
14061
14062 * generic-x.el (rc-generic-mode, rul-generic-mode):
14063 Fix auto-mode-alist entries.
14064 (etc-fstab-generic-mode): Tweak fontification.
14065
14066 * generic.el (generic-make-keywords-list): Fix docstring.
14067 (generic-mode-internal): Simplify generic-font-lock-keywords.
14068
14069 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
14070
14071 * whitespace.el (whitespace-buffer-leading)
14072 (whitespace-buffer-trailing): Revert the incorrect test inversion.
14073 However, fix the highlight area for the leading and
14074 trailing whitespaces to show space.
14075
14076 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
14077
14078 * whitespace.el (whitespace-version): Bump to 3.5
14079
14080 (whitespace-buffer-leading, whitespace-buffer-trailing):
14081 Invert sense of the test to highlight the whitespace.
14082
14083 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
14084
14085 * progmodes/gud.el (gud-display-line): GUD uses its own
14086 overlay arrow now so don't set overlay-arrow-string.
14087 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
14088
14089 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
14090
14091 * term.el (term-ansi-current-bold, term-ansi-current-underline)
14092 (term-ansi-current-reverse, term-ansi-current-invisible)
14093 (term-ansi-face-already-done): Change to boolean.
14094 (term-reset-terminal, term-handle-colors-array): Handle the above
14095 vars accordingly.
14096 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
14097 (term-emulate-terminal): Use the new name.
14098
14099 * faces.el (secondary-selection): Use yellow1, not yellow.
14100 (trailing-whitespace): Use red1, not red.
14101
14102 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14103
14104 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
14105 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
14106 (dired-dnd-handle-file): Call dnd-get-local-file-uri
14107
14108 * cus-edit.el (dnd): New group.
14109
14110 * term/w32-win.el (dnd): Require dnd
14111 (w32-drag-n-drop): Call dnd-handle-one-url.
14112
14113 * x-dnd.el: Require dnd.
14114 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
14115 Call dnd-handle-one-url.
14116 (x-dnd-types-alist, x-dnd-insert-utf8-text)
14117 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
14118 to dnd-insert-text.
14119 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
14120 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
14121 (x-dnd-get-local-file-name, x-dnd-open-local-file)
14122 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
14123
14124 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
14125
14126 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
14127
14128 * wdired.el: Doc fixes.
14129 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
14130 (wdired-use-dired-vertical-movement): Rename from
14131 wdired-always-move-to-filename-beginning.
14132 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
14133 (wdired-change-to-wdired-mode): Change mode name.
14134 (wdired-newline): Delete.
14135
14136 2005-04-11 Richard M. Stallman <rms@gnu.org>
14137
14138 * whitespace.el (whitespace-highlight-the-space):
14139 Don't call whitespace-unhighlight-the-space here.
14140
14141 * simple.el (undo): Record t in undo-equiv-table
14142 for the redo record made by an undo-in-region.
14143
14144 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
14145
14146 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
14147 (gdb-frame-inferior-io-buffer): New Functions to control
14148 display of separate IO buffer.
14149 (menu): Add them to menu-bar.
14150 (gdb-display-buffer): Check for buffer another frame.
14151 Protect GUD buffer.
14152 (gdb-setup-windows): Create IO buffer if not already there.
14153 (gdb-memory-mode): Remove purecopy noops.
14154
14155 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
14156
14157 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
14158 and pass to self-insert-command.
14159
14160 2005-04-11 Lute Kamstra <lute@gnu.org>
14161
14162 * generic.el: Commentary section cleanup.
14163 (generic): Delete.
14164 (generic-use-find-file-hook, generic-lines-to-scan)
14165 (generic-find-file-regexp, generic-ignore-files-regexp)
14166 (default-generic-mode, generic-mode-find-file-hook)
14167 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
14168 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
14169 (generic-use-find-file-hook, generic-lines-to-scan)
14170 (generic-find-file-regexp, generic-ignore-files-regexp)
14171 (default-generic-mode, generic-mode-find-file-hook)
14172 (generic-mode-ini-file-find-file-hook): Move from generic.el.
14173
14174 2005-04-10 Karl Fogel <kfogel@red-bean.com>
14175
14176 * bookmark.el (bookmark-write-file): Catch errors writing file.
14177 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
14178
14179 2005-04-10 Richard M. Stallman <rms@gnu.org>
14180
14181 * startup.el (fancy-splash-tail): Update copyright year.
14182 (command-line): Split part of -Q into -D.
14183 (emacs-basic-display): New defvar.
14184 (fancy-splash-text): Correct name of menu item.
14185
14186 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
14187
14188 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
14189 lines in one node.
14190
14191 * comint.el (comint-send-input): New arg ARTIFICIAL.
14192 Callers in this file changed.
14193
14194 * abbrev.el (define-abbrevs): Read system abbrevs properly.
14195
14196 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
14197
14198 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
14199
14200 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
14201 `ldap-search-internal'.
14202
14203 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14204
14205 * files.el (set-auto-mode-1): Use line-end-position.
14206
14207 * international/latin-1.el:
14208 * international/latin-2.el:
14209 * international/latin-3.el:
14210 * international/latin-4.el:
14211 * international/latin-5.el:
14212 * international/latin-8.el:
14213 * international/latin-9.el: Give punctuation syntax to NBSP.
14214
14215 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
14216 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
14217 Use char-classes to accept non-ascii letters, accepted in some recent
14218 bibtex implementations.
14219
14220 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
14221
14222 * custom.el (custom-set-minor-mode): Any non-nil value for the
14223 variable should enable the mode when set through Custom.
14224
14225 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14226
14227 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
14228 TAB binding so tab-always-indent is obeyed.
14229 (vhdl-minibuffer-local-map): Move initialization into declaration.
14230 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
14231 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
14232 (vhdl-hooked-abbrev): Avoid test for XEmacs.
14233 (vhdl-current-line): Use line-beginning-position.
14234 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
14235 with-output-to-temp-buffer, so the current position can be recorded.
14236
14237 2005-04-10 Masatake YAMATO <jet@gyve.org>
14238
14239 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14240 Add regexp for gcov.
14241
14242 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14243
14244 * calendar/time-date.el (time-to-seconds, seconds-to-time)
14245 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
14246 syntax which Emacs 20 doesn't support.
14247
14248 2005-04-09 Richard M. Stallman <rms@gnu.org>
14249
14250 * help.el (describe-key-briefly, describe-key):
14251 Replace strings as event types with "(any string)".
14252
14253 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14254
14255 * arc-mode.el (archive-mode-map): Move initialization into
14256 the declaration. Override *all* bindings of `undo'.
14257 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
14258
14259 2005-04-09 Jay Belanger <belanger@truman.edu>
14260
14261 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
14262
14263 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
14264
14265 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
14266 (xterm-register-default-colors): Update color values computation
14267 to match xterm-200.
14268
14269 2005-04-09 Kenichi Handa <handa@m17n.org>
14270
14271 * international/code-pages.el (iso-latin-7): Fix the map.
14272
14273 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
14274
14275 * emacs-lisp/lisp.el (defun-prompt-regexp)
14276 (parens-require-spaces, buffer-end, end-of-defun)
14277 (insert-parentheses): Doc fixes.
14278
14279 2005-04-08 Kim F. Storm <storm@cua.dk>
14280
14281 * comint.el (comint-highlight-prompt): Fix face spec.
14282 * hi-lock.el (hi-green): Likewise.
14283
14284 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
14285
14286 * cus-edit.el (custom-modified-face):
14287 * comint.el (comint-highlight-input): Fix previous changes.
14288 * term.el (term-handle-ansi-escape): Add a comment.
14289
14290 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14291
14292 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
14293 in the buffer and in whitespace-highlighted-space.
14294 (whitespace-unhighlight-the-space): Simplify.
14295 (whitespace-buffer): Simplify.
14296
14297 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
14298
14299 * textmodes/table.el (table-cell-face): Add special case for
14300 displays supporting a high number of colors.
14301 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14302 (vhdl-font-lock-reserved-words-face)
14303 (vhdl-speedbar-architecture-face)
14304 (vhdl-speedbar-instantiation-face)
14305 (vhdl-speedbar-architecture-selected-face)
14306 (vhdl-speedbar-instantiation-selected-face): Likewise.
14307 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
14308 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
14309 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14310 (ebrowse-root-class-face, ebrowse-member-attribute-face)
14311 (ebrowse-progress-face): Likewise.
14312 * progmodes/compile.el (compilation-info-face): Likewise.
14313 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
14314 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
14315 * calendar/calendar.el (diary-face): Likewise.
14316 * woman.el (woman-italic-face, woman-bold-face)
14317 (woman-unknown-face): Likewise.
14318 * wid-edit.el (widget-button-pressed-face): Likewise.
14319 * whitespace.el (whitespace-highlight-face): Likewise.
14320 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
14321 * pcvs-info.el (cvs-marked-face): Likewise.
14322 * info.el (info-xref): Likewise.
14323 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
14324 * hilit-chg.el (highlight-changes-face)
14325 (highlight-changes-delete-face): Likewise.
14326 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
14327 (hi-red-b): Likewise.
14328 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
14329 * font-lock.el (font-lock-keyword-face)
14330 (font-lock-function-name-face, font-lock-warning-face): Likewise.
14331 * cus-edit.el (custom-invalid-face, custom-modified-face)
14332 (custom-set-face, custom-changed-face, custom-variable-tag-face)
14333 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
14334 * comint.el (comint-highlight-prompt): Likewise.
14335
14336 2005-04-08 Lute Kamstra <lute@gnu.org>
14337
14338 * font-lock.el (font-lock-keywords): Docstring fixes.
14339
14340 2005-04-08 Kenichi Handa <handa@m17n.org>
14341
14342 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
14343 chars are more than a limit, print " and more..." at the tail.
14344
14345 2005-04-08 Kim F. Storm <storm@cua.dk>
14346
14347 * emacs-lisp/authors.el (authors-aliases): Update list.
14348 (authors-ignored-files): New list.
14349 (authors-fixed-entries): Fix typo.
14350 (authors-renamed-files-alist): Update list.
14351 (authors-add): Check authors-ignored-files.
14352
14353 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
14354
14355 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
14356 optional, to ensure backward compatibility.
14357
14358 2005-04-08 Stephen Eglen <stephen@gnu.org>
14359
14360 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
14361
14362 2005-04-08 Kim F. Storm <storm@cua.dk>
14363
14364 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
14365
14366 * mouse.el (mouse-on-link-p): Doc fix.
14367
14368 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
14369
14370 * ielm.el (ielm-prompt-read-only): Doc fix.
14371
14372 * comint.el (comint-prompt-read-only): Doc fix.
14373
14374 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
14375
14376 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
14377 ensure dired always handles wildcards passed to ffap.
14378 (find-file-at-point): Use it.
14379 (ffap-dired-wildcards): Doc fix.
14380
14381 2005-04-07 Juri Linkov <juri@jurta.org>
14382
14383 * simple.el (next-error-overlay-arrow-position): New defvar.
14384 Put "=>" on its property `overlay-arrow-string'. Add it to
14385 `overlay-arrow-variable-list'.
14386
14387 * progmodes/compile.el (compilation-setup):
14388 Set `next-error-overlay-arrow-position' to nil. Also set it to
14389 nil in the local hook `kill-buffer-hook'. Make local variable
14390 `overlay-arrow-string' and set it to "=>".
14391 (compilation-goto-locus): Set BOL position to
14392 `next-error-overlay-arrow-position' instead of
14393 `overlay-arrow-position'.
14394
14395 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
14396 locally instead of adding it to the global hook.
14397 (Info-kill-buffer): Move up.
14398
14399 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
14400
14401 * term/xterm.el (xterm-standard-colors): Update color values from
14402 xterm-200.
14403
14404 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
14405
14406 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
14407
14408 * fast-lock.el:
14409 * lazy-lock.el: Move them to the obsolete subdir.
14410
14411 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
14412
14413 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
14414 (wdired-add-replace-advice): Remove.
14415 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
14416
14417 2005-04-06 Kim F. Storm <storm@cua.dk>
14418
14419 * startup.el (command-line): Add --bare-bones alias for -Q.
14420
14421 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14422
14423 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
14424 create the startup fontset if a font specification ends with
14425 `mac-roman'.
14426
14427 2005-04-06 Lute Kamstra <lute@gnu.org>
14428
14429 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
14430 change.
14431
14432 * emacs-lisp/copyright.el (copyright-update-year): Replace the
14433 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
14434
14435 2005-04-05 Lute Kamstra <lute@gnu.org>
14436
14437 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
14438 (define-generic-mode): Ditto. Fix debug declaration.
14439
14440 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14441 Put them in the generic-x group.
14442
14443 * calendar/timeclock.el (timeclock): Doc fix.
14444
14445 * generic.el (define-generic-mode): Don't use custom-current-group.
14446 Document default :group value.
14447 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
14448 (define-global-minor-mode): Don't use custom-current-group.
14449
14450 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
14451
14452 * startup.el (command-line-1): Display startup-echo-area-message
14453 when fancy splash screen is in use.
14454
14455 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
14456 (sh-escaped-newline): New face.
14457 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
14458 newline, and use sh-escaped-newline face.
14459
14460 * progmodes/tcl.el (tcl-escaped-newline): New face.
14461 (tcl-builtin-list): New variable.
14462 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
14463 newlines. Fix keywords subexpression number.
14464
14465 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
14466
14467 * textmodes/org.el (org-diary-default-entry): Fix call to
14468 `add-to-diary-entry'.
14469
14470 2005-04-05 Kim F. Storm <storm@cua.dk>
14471
14472 * ediff-init.el: Use (featurep 'xemacs).
14473
14474 2005-04-05 David Ponce <david@dponce.com>
14475
14476 * cus-edit.el (face): Derive from symbol widget. Display sample
14477 of the current face on the fly.
14478 (widget-face-sample-face-get, widget-face-notify): New functions.
14479 (widget-face-value-create): Remove.
14480
14481 * wid-edit.el (widget-field-end): Temporarily remove field
14482 narrowing before to call `get-char-property'.
14483
14484 2005-04-04 Jay Belanger <belanger@truman.edu>
14485
14486 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
14487 (math-read-subscripts): New variable.
14488 (math-read-preprocess-string): Process subscripts.
14489
14490 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
14491
14492 * comint.el (comint-prompt-read-only): Doc fix.
14493
14494 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
14495 `-1'. Doc fix.
14496
14497 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
14498
14499 * textmodes/org.el (org-insert-mode-line-in-empty-file):
14500 Change default value to nil.
14501
14502 2005-04-04 Lute Kamstra <lute@gnu.org>
14503
14504 * autorevert.el (auto-revert-mode): Specify :group.
14505 * battery.el (display-battery-mode): Specify :group.
14506 * diff-mode.el (diff-minor-mode): Specify :group.
14507 * font-core.el (font-lock-mode): Specify :group.
14508 * hl-line.el (hl-line-mode): Specify :group.
14509 * iimage.el (iimage): New customization group.
14510 (iimage-mode): Specify :group.
14511 * longlines.el (longlines-mode): Specify :group.
14512 * master.el: Don't require easy-mmode.
14513 (master): New customization group.
14514 (master-mode): Specify :group.
14515 * msb.el (msb-mode): Specify :group.
14516 * reveal.el (reveal-mode): Specify :group.
14517 * simple.el (next-error-follow-minor-mode): Specify :group.
14518 * smerge-mode.el (smerge-mode): Specify :group.
14519 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
14520 * emulation/cua-base.el (cua-mode): Specify :group.
14521 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
14522 * language/thai-util.el (thai-auto-composition-mode)
14523 (thai-word-mode): Specify :group.
14524 * mail/supercite.el (sc-minor-mode): Specify :group.
14525 * progmodes/cwarn.el (cwarn-mode): Specify :group.
14526 * progmodes/flymake.el (flymake-mode): Specify :group.
14527 * progmodes/glasses.el (glasses-mode): Specify :group.
14528 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
14529 * textmodes/enriched.el (enriched-mode): Specify :group.
14530 * textmodes/refill.el (refill-mode): Specify :group.
14531
14532 * add-log.el (change-log-font-lock-keywords): Names in
14533 parenthesized lists can contain spaces.
14534
14535 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
14536
14537 * startup.el (fancy-splash-text): Shorten default text of
14538 "Emacs Tutorial" line. Also, if the current language env
14539 indicates an available tutorial file other than TUTORIAL,
14540 extract its title and append it to the line in parentheses.
14541 (fancy-splash-insert): If arg is a thunk, funcall it.
14542
14543 2005-04-04 Jay Belanger <belanger@truman.edu>
14544
14545 * calc.el (calc-language-alist): Add tags to customization type.
14546
14547 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
14548
14549 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
14550 Doc fix.
14551
14552 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
14553
14554 * add-log.el (change-log-font-lock-keywords): The manual
14555 describing a Change Log entry, says: (...) "Aside from these
14556 header lines, every line in the change log starts with a space or
14557 a tab.". The font-lock was not highlighting lines started with
14558 spaces, added support for it.
14559
14560 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14561
14562 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
14563 (bibtex-generate-url-list): Update docstring accordingly. Put the
14564 complex example in the docstring.
14565 (bibtex-font-lock-url): Use pop.
14566
14567 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14568
14569 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
14570
14571 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
14572
14573 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
14574
14575 * filesets.el (filesets-set-default): Doc fix.
14576
14577 2005-04-03 Lute Kamstra <lute@gnu.org>
14578
14579 * generic.el (define-generic-mode): Add argument to specify
14580 keywords for defcustom.
14581 (default-generic-mode): Specify :group.
14582
14583 * generic-x.el: Specify :group for all generic modes.
14584
14585 * desktop.el (desktop-no-desktop-file-hook)
14586 (desktop-after-read-hook): Doc fix.
14587
14588 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
14589
14590 * simple.el (visible-mode): Use explicit :group keyword.
14591 This changes the group of `visible-mode-hook' from paren-blinking
14592 to editing-basics.
14593
14594 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
14595
14596 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
14597 mailbox specifications as well as URLs.
14598 (rmail-insert-inbox-text): Remove unused conditional branches.
14599
14600 2005-04-01 Jay Belanger <belanger@truman.edu>
14601
14602 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
14603 (calc-gnuplot-print-command): Move definitions to calc.el.
14604
14605 * calc/calc-embed.el (calc-embedded-announce-formula)
14606 (calc-embedded-open-formula, calc-embedded-close-formula)
14607 (calc-embedded-open-word, calc-embedded-close-word)
14608 (calc-embedded-open-plain, calc-embedded-close-plain)
14609 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
14610 (calc-embedded-open-mode, calc-embedded-close-mode):
14611 Move definitions to calc.el.
14612
14613 * calc/calc.el (calc-settings-file, calc-language-alist):
14614 Make customizable.
14615 (calc-embedded-announce-formula, calc-embedded-open-formula)
14616 (calc-embedded-close-formula, calc-embedded-open-word)
14617 (calc-embedded-close-word, calc-embedded-open-plain)
14618 (calc-embedded-close-plain, calc-embedded-open-new-formula)
14619 (calc-embedded-close-new-formula, calc-embedded-open-mode)
14620 (calc-embedded-close-mode, calc-gnuplot-name)
14621 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
14622 from other files and make customizable.
14623
14624 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14625
14626 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
14627 Use buffer-live-p.
14628 (cvs-mode-run): Don't call cvs-update-header here.
14629 (cvs-run-process): Call cvs-update-header.
14630 Use process properties for cvs-postprocess and cvs-buffer so that
14631 the sentinel can behave better if the temp buffer is killed.
14632 Use a pipe rather than a tty, to better handle unexpected prompts.
14633 (cvs-sentinel): Rewrite. Call cvs-update-header.
14634
14635 2005-04-01 Andre Spiegel <spiegel@gnu.org>
14636
14637 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
14638 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
14639
14640 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14641
14642 * generic.el (define-generic-mode): Add indentation rule.
14643
14644 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
14645
14646 * files.el (mode-require-final-newline): Make Custom correctly
14647 report a nil value and allow to set it to nil via Custom.
14648 Doc fix.
14649
14650 2005-04-01 Kenichi Handa <handa@m17n.org>
14651
14652 * international/characters.el: Enable the correct case setting for
14653 dotless-i and dotted-I.
14654
14655 2005-04-01 Kim F. Storm <storm@cua.dk>
14656
14657 * ido.el (ido-file-internal): Fall back to non-ido command if
14658 initial directory is on slow ftp (or tramp) host.
14659
14660 2005-03-31 Richard M. Stallman <rms@gnu.org>
14661
14662 * emacs-lisp/autoload.el (make-autoload):
14663 Handle define-global-minor-mode.
14664
14665 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
14666 Rename from easy-mmode-define-global-mode.
14667 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
14668
14669 * progmodes/scheme.el (scheme-mode-syntax-table):
14670 Update syntax of | and # for two-character comment syntax.
14671
14672 2005-03-31 Lute Kamstra <lute@gnu.org>
14673
14674 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
14675 (define-minor-mode): Call custom-current-group at load-time.
14676
14677 * generic.el (define-generic-mode): Add debug declaration.
14678 Add defcustom for the mode hook.
14679 (generic-mode-internal): Use run-mode-hooks.
14680
14681 2005-03-31 Kim F. Storm <storm@cua.dk>
14682
14683 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
14684 (mouse-fixup-help-message): New defun called by show_help_echo
14685 to fixup mouse-2 prefix in help messages when applicable.
14686
14687 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
14688
14689 2005-03-31 Kenichi Handa <handa@m17n.org>
14690
14691 * language/thai-word.el (thai-find-word-ends): Pay attention to
14692 the case that we reach the end of buffer.
14693
14694 * textmodes/fill.el (fill-text-properties-at): New function.
14695 (fill-newline): Use fill-text-properties-at instead of
14696 text-properties-at.
14697
14698 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
14699
14700 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
14701 not comint-quote-filename.
14702
14703 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
14704
14705 * help-fns.el (help-with-tutorial): Revert last change.
14706
14707 2005-03-31 Kim F. Storm <storm@cua.dk>
14708
14709 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
14710
14711 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
14712
14713 * calendar/cal-china.el: Update reference to "Calendrical
14714 Calculations" book; there's a new edition.
14715 * calendar/cal-coptic.el: Likewise.
14716 * calendar/cal-french.el: Likewise.
14717 * calendar/cal-hebrew.el: Likewise.
14718 * calendar/cal-islam.el: Likewise.
14719 * calendar/cal-iso.el: Likewise.
14720 * calendar/cal-julian.el: Likewise.
14721 * calendar/cal-mayan.el: Likewise.
14722 * calendar/cal-persia.el: Likewise.
14723 * calendar/calendar.el: Likewise.
14724 * calendar/holidays.el: Likewise.
14725 * calendar/lunar.el: Likewise.
14726 * calendar/solar.el: Likewise.
14727
14728 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
14729 white space from doc string.
14730
14731 2005-03-30 Jay Belanger <belanger@truman.edu>
14732
14733 * calc/calc-help.el (calc-full-help): Remove email address.
14734
14735 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
14736
14737 * help-fns.el (help-with-tutorial): Delete title line.
14738
14739 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14740
14741 * calendar/cal-x.el (calendar-one-frame-setup)
14742 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
14743 rather than 'symbol for set-window-dedicated-p.
14744
14745 * calendar/appt.el (appt-buffer-name): Make it a constant.
14746 (appt-add): Doc fix.
14747
14748 * filesets.el (filesets-menu-path, filesets-menu-before)
14749 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
14750 (filesets-menu-cache-file): Use directory ~/.emacs.d.
14751 (filesets-add-submenu): Delete and use add-submenu instead.
14752
14753 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
14754
14755 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
14756 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
14757 (org-diary-default-entry): New function.
14758 (org-get-entries-from-diary): Better parsing of diary entries.
14759 (org-agenda-check-no-diary): New function.
14760 ("diary-lib"): Advice to function `add-to-diary-list', to allow
14761 linking to diary entries.
14762 (org-agenda-execute-calendar-command): New function.
14763 (org-agenda): Improve visible section in window.
14764 Use `org-fit-agenda-window'.
14765 (org-fit-agenda-window): New option.
14766 (org-move-subtree-down): Better handling of empty lines
14767 at end of subtree.
14768 (org-cycle): Numeric prefix is interpreted now as show-subtree N
14769 levels up.
14770 (org-fontify-done-headline): New option.
14771 (org-headline-done-face): New face.
14772 (org-set-font-lock-defaults): Use `org-headline-done-face'.
14773 (org-table-copy-down): Rename from `org-table-copy-from-above'.
14774 When current field is non-empty, it is copied to next row.
14775 (org-table-copy-from-above): Fix bug which made it
14776 impossible to copy fields containing only a single non-white character.
14777
14778 2005-03-30 Kim F. Storm <storm@cua.dk>
14779
14780 * kmacro.el (kmacro-end-macro): Isearch may store this command
14781 into the macro -- so ignore it when executing keyboard macro.
14782
14783 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
14784
14785 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
14786
14787 2005-03-29 Kenichi Handa <handa@m17n.org>
14788
14789 * language/thai.el ("Thai"): Set setup-function and exit-function
14790 for Thai language environment.
14791
14792 * language/thai-util.el: Require thai-word.
14793 (thai-word-mode-map): New variable.
14794 (thai-word-mode): New minor mode.
14795 (setup-thai-language-environment-internal): New function.
14796 (exit-thai-language-environment-internal): New function.
14797
14798 * language/thai-word.el (thai-word-table): Declare it by defvar,
14799 use dolist to initialize it.
14800 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
14801 (thai-fill-find-break-point): New functions.
14802
14803 2005-03-29 Richard M. Stallman <rms@gnu.org>
14804
14805 * simple.el (idle-update-delay): Move definition up.
14806 (set-mark): Doc fix.
14807
14808 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
14809
14810 * longlines.el: New file.
14811
14812 * simple.el (buffer-substring-filters): New variable.
14813 (filter-buffer-substring): New function.
14814 (kill-region, copy-region-as-kill): Use it.
14815
14816 * register.el (copy-to-register, append-to-register)
14817 (prepend-to-register): Use filter-buffer-substring.
14818
14819 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
14820
14821 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
14822 (gud-filter-pending-text): Move in front of gdb.
14823 (gud-overlay-arrow-position): New variable.
14824 (gud-sentinel, gud-display-line): Use it in place of
14825 overlay-arrow-position.
14826
14827 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
14828
14829 * progmodes/fortran.el (fortran-if-indent): Doc fix.
14830 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
14831 (fortran-font-lock-keywords-4): New variable.
14832 (fortran-blocks-re, fortran-end-block-re)
14833 (fortran-start-block-re): New constants, for hideshow.
14834 (hs-special-modes-alist): Add a Fortran entry.
14835 (fortran-mode-map): Bind fortran-end-of-block,
14836 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
14837 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
14838 (fortran-looking-at-if-then, fortran-end-of-block)
14839 (fortran-beginning-of-block): New functions, for hideshow.
14840
14841 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14842 Doc fix. Tweak regexp.
14843 (f90-beginning-of-block): Push mark first.
14844
14845 2005-03-29 Jay Belanger <belanger@truman.edu>
14846
14847 * calc/calc.el: Update copyright date.
14848 (calc-version): Increase to 2.1.
14849 (calc-version-date): Remove.
14850
14851 * calc/calc-help.el: Update copyright date.
14852 (calc-full-help): Remove reference to calc-version-date.
14853 Update copyright date.
14854
14855 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14856
14857 * vc.el (vc-do-command): Use a pipe for async processes, so password
14858 prompts don't show up at places where the user can't reply.
14859
14860 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
14861
14862 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
14863 on the file name we pass to the inferior shell.
14864
14865 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
14866
14867 * progmodes/which-func.el (which-function): Be robust in the face of an
14868 imenu--make-index-alist failure.
14869
14870 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14871
14872 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
14873
14874 * progmodes/python.el (python-preoutput-filter): Fix last change.
14875
14876 2005-03-29 Lute Kamstra <lute@gnu.org>
14877
14878 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
14879 functions and compiled macros.
14880 (debug-convert-byte-code): Handle macros too.
14881 (debug-on-entry-1): Don't signal an error when trying to clear a
14882 function that is not set to debug on entry.
14883
14884 2005-03-29 Jay Belanger <belanger@truman.edu>
14885
14886 * calc/calc-lang.el: Add functions to math-function-table
14887 properties of tex and math.
14888
14889 2005-03-29 Kenichi Handa <handa@m17n.org>
14890
14891 * ps-mule.el (ps-mule-plot-string): Translate characters by
14892 ps-print-translation-table.
14893 (ps-mule-begin-job): Call find-charset-region/string with
14894 ps-print-translation-table.
14895 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
14896
14897 * ps-print.el (ps-print-translation-table): New variable.
14898 (ps-plot-region): Translate characters by ps-print-translation-table.
14899
14900 2005-03-29 Juri Linkov <juri@jurta.org>
14901
14902 * simple.el (next-error-highlight-timer): New variable.
14903
14904 * progmodes/compile.el (compilation-goto-locus):
14905 Use `next-error-highlight-timer' instead of `sit-for'.
14906
14907 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14908
14909 * mail/supercite.el (sc-mail-field): Use assoc-string.
14910 (sc-get-address): Simplify regexps.
14911
14912 * files.el (minibuffer-with-setup-hook): New macro.
14913 (find-file-read-args): Use it to avoid let-binding
14914 minibuffer-with-setup-hook (which breaks turning on/off
14915 file-name-shadow-mode while in the prompt).
14916
14917 * complete.el (PC-read-include-file-name-internal):
14918 Use test-completion.
14919
14920 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
14921
14922 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
14923
14924 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14925
14926 * window.el (window-buffer-height): Use count-screen-lines.
14927
14928 * progmodes/python.el (python-preoutput-leftover): New var.
14929 (python-preoutput-filter): Use it.
14930 (python-send-receive): Loop until all the result has been received.
14931
14932 2005-03-28 Juri Linkov <juri@jurta.org>
14933
14934 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
14935
14936 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
14937 "Recover Crashed Session".
14938 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
14939 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
14940 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
14941 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
14942 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
14943 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
14944 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
14945 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
14946
14947 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
14948 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
14949 Ediff Sessions", "Toggle use of separate control buffer frame",
14950 "Use separate frame for Ediff control buffer".
14951
14952 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
14953 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
14954 "Rename Bookmark", "Delete Bookmark".
14955
14956 * info.el (Info-mode-menu): Remove ellipsis from "Index".
14957 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
14958 Add `:active Info-index-alternatives' to "Next Matching Item".
14959
14960 * wdired.el (wdired-change-to-wdired-mode):
14961 Mention `wdired-abort-changes' key in the initial message.
14962
14963 * international/mule.el (auto-coding-alist): Associate non-ascii
14964 image filename extensions with `no-conversion'.
14965
14966 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14967
14968 * international/iso-acc.el:
14969 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
14970
14971 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
14972
14973 * textmodes/sgml-mode.el (html-mode): Doc update.
14974
14975 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
14976
14977 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
14978
14979 * term.el (term-move-columns): Fix face after extending a line.
14980 (term-insert-spaces): Likewise.
14981 (term-reset-terminal): Fix off by one error.
14982
14983 2005-03-26 Eli Zaretskii <eliz@gnu.org>
14984
14985 * international/mule.el (auto-coding-alist): Add .xpi files.
14986
14987 * files.el (auto-mode-alist): Add .xpi files.
14988
14989 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
14990
14991 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
14992
14993 2005-03-26 Eli Zaretskii <eliz@gnu.org>
14994
14995 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
14996
14997 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
14998
14999 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
15000 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
15001
15002 * calendar/cal-move.el (calendar-beginning-of-year): Move the
15003 cursor to Jan 1 when needed.
15004 (calendar-end-of-year): Fix -/+ typo.
15005 Reported by Chong Yidong <cyd@stupidchicken.com>.
15006
15007 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15008
15009 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
15010
15011 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
15012 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
15013
15014 2005-03-25 Richard M. Stallman <rms@gnu.org>
15015
15016 * filesets.el (filesets-init): Add autoload.
15017
15018 * mail/mailalias.el (mail-directory): Doc fix.
15019
15020 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15021
15022 * mail/mailalias.el (mail-directory-process): Do nothing if
15023 mail-directory-process is an atom.
15024 (mail-get-names): Ignore mail-directory-names if it is an atom.
15025 (mail-directory-process defvar): Doc fix.
15026 (mail-names): Doc fix.
15027
15028 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
15029
15030 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
15031
15032 2005-03-26 Kenichi Handa <handa@m17n.org>
15033
15034 * international/mule-util.el (detect-coding-with-priority):
15035 Call update-coding-systems-internal before detect-coding-region.
15036
15037 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
15038
15039 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
15040 (gdb-frames-mode-map): Add follow-link property.
15041
15042 2005-03-25 Jay Belanger <belanger@truman.edu>
15043
15044 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
15045 for variables.
15046
15047 2005-03-25 Juri Linkov <juri@jurta.org>
15048
15049 * image-mode.el: Optimize image filename extension regexps in
15050 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
15051 in `auto-mode-alist'.
15052 (image-mode): Add `image-toggle-display-text' to local hook
15053 `change-major-mode-hook'. Display the image as an image by
15054 default. Set `cursor-type' and `truncate-lines' if the image
15055 is already displayed. Take into account the current mode (image
15056 or text) in message.
15057 (image-minor-mode): New minor mode.
15058 (image-mode-maybe, image-toggle-display-text): New functions.
15059 (image-toggle-display): Use called-interactively-p.
15060 Let-bind `inhibit-read-only' to t.
15061
15062 * image-mode.el (image-minor-mode): Set `cursor-type' and
15063 `truncate-lines' if the image is already displayed. Add turning
15064 image-minor-mode off to `change-major-mode-hook'. Add message.
15065 Call `image-toggle-display-text' after turning image-minor-mode off.
15066
15067 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15068
15069 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
15070 Terminal.app, use utf-8.
15071 (set-display-table-and-terminal-coding-system): Add coding-system arg.
15072 (set-locale-environment): Use it.
15073
15074 * term/xterm.el: Undo last change, better done in mule-cmds.el.
15075
15076 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
15077
15078 * progmodes/python.el (python-close-block-statement-p)
15079 (python-outdent-p, python-current-defun): Use symbol-end.
15080
15081 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
15082
15083 * files.el (save-some-buffers): Doc fix.
15084
15085 2005-03-25 Werner Lemberg <wl@gnu.org>
15086
15087 * complete.el, thumbs.el: Replace `legal' with `valid'.
15088 * calendar/calendar.el: Replace `legal' with `valid'.
15089 * emacs-lisp/advice.el: Replace `legal' with `valid'.
15090 * mail/supercite.el: Replace `legal' with `valid'.
15091 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
15092 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
15093 Replace `legal' with `valid'.
15094 * textmodes/reftex-vars.el, textmodes/reftex.el:
15095 Replace `legal' with `valid'.
15096
15097 2005-03-25 Werner Lemberg <wl@gnu.org>
15098
15099 * calc/calc-forms.el, calc/calc-sel.el:
15100 * midnight.el, vc-cvs.el:
15101 * emacs-lisp/cl-macs.el:
15102 * emulation/vip.el:
15103 * eshell/esh-io.el, eshell/esh-var.el:
15104 * mail/supercite.el:
15105 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
15106 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
15107 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
15108 * progmodes/sh-script.el, progmodes/xscheme.el:
15109 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
15110 * textmodes/reftex-index.el, textmodes/reftex-parse.el
15111 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
15112 * textmodes/reftex.el, textmodes/org.el:
15113 Replace `illegal' with `invalid'.
15114
15115 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15116
15117 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
15118 (flymake-find-buildfile, flymake-find-possible-master-files)
15119 (flymake-check-include, flymake-parse-line): Replace loops over the
15120 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
15121
15122 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
15123 Substitute file-name-as-directory in the rest of the file.
15124 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
15125 (flymake-replace-region): Remove unused arg `buffer'.
15126 (flymake-check-patch-master-file-buffer): Update calls to it.
15127 (flymake-add-err-info): Remove unused var `count'.
15128 (flymake-mode): Use define-minor-mode.
15129
15130 * progmodes/flymake.el: Use with-current-buffer.
15131 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
15132 flymake-replace-regexp-in-string, flymake-line-beginning-position)
15133 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
15134 Avoid testing for `xemacs'.
15135 (flymake-nop): Move.
15136 (flymake-region-has-flymake-overlays): Return the computed value.
15137 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
15138 Remove unused var `endline'.
15139 (flymake-get-line-count): Remove unused function.
15140 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
15141
15142 * emulation/vi.el:
15143 * generic.el:
15144 * hilit-chg.el (global-highlight-changes):
15145 * hi-lock.el (hi-lock-mode):
15146 * follow.el: find-file-hooks -> find-file-hook.
15147
15148 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
15149
15150 2005-03-24 Juri Linkov <juri@jurta.org>
15151
15152 * dired.el (dired-mode-map): Add menu item "Compare directories"
15153 for dired-compare-directories.
15154
15155 * dired-aux.el (dired-compare-directories): Add autoload cookie.
15156 Doc fix. Replace `read-file-name' with `read-directory-name'.
15157
15158 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15159
15160 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
15161
15162 2005-03-24 Jay Belanger <belanger@truman.edu>
15163
15164 * calc/calc-embed.el (calc-embedded-mode-change): Save all
15165 relevant mode settings in calc-embedded-original-modes when modes
15166 are permanently changed.
15167
15168 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15169
15170 * autoinsert.el: find-file-hooks -> find-file-hook.
15171
15172 2005-03-24 Lute Kamstra <lute@gnu.org>
15173
15174 * generic.el (generic-font-lock-defaults): Make it obsolete.
15175 (generic-font-lock-keywords): New variable to replace
15176 generic-font-lock-defaults.
15177 (generic-mode-set-font-lock): Delete it.
15178 (generic-mode-internal): Don't call generic-mode-set-font-lock.
15179 (generic-bracket-support): Add docstring.
15180
15181 * generic-x.el: Rename generic-font-lock-defaults to
15182 generic-font-lock-keywords throughout.
15183 (mailagent-rules-setup-function): Delete it.
15184 (mailagent-rules-generic-mode): Use anonymous function instead.
15185 (show-tabs-generic-mode-font-lock-defaults-1)
15186 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
15187 Quote faces.
15188 (show-tabs-tab-face, show-tabs-space-face): Specify background,
15189 not foreground.
15190
15191 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
15192 Recognize define-generic-mode.
15193
15194 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
15195
15196 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
15197 if there's no completion table.
15198
15199 2005-03-23 Miles Bader <miles@gnu.org>
15200
15201 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15202 Remove tty-specific variants, as they're no longer needed.
15203
15204 2005-03-23 Lute Kamstra <lute@gnu.org>
15205
15206 * generic-x.el: Code cleanup: make args constant whenever possible.
15207 (installshield-statement-keyword-list)
15208 (installshield-system-functions-list)
15209 (installshield-system-variables-list, installshield-types-list)
15210 (installshield-funarg-constants-list): Make them constants.
15211
15212 * generic.el (generic-make-keywords-list): Add autoload cookie.
15213
15214 * calendar/time-date.el: Add comment on time value formats.
15215 Don't require parse-time.
15216 (with-decoded-time-value): New macro.
15217 (encode-time-value): New function.
15218 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15219 (days-to-time): Return a valid time value when arg is huge.
15220 (time-since): Use time-subtract.
15221 (time-to-number-of-days): Use time-to-seconds.
15222
15223 2005-03-23 David Ponce <david@dponce.com>
15224
15225 * recentf.el: (recentf-keep): New option.
15226 (recentf-menu-action): Default to `find-file'.
15227 (recentf-keep-non-readable-files-flag)
15228 (recentf-keep-non-readable-files-p)
15229 (recentf-file-readable-p, recentf-find-file)
15230 (recentf-cleanup-remote): Remove.
15231 (recentf-include-p): More robust.
15232 (recentf-keep-p): New function.
15233 (recentf-remove-if-non-kept): Rename from
15234 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
15235 All callers updated.
15236 (recentf-menu-items-for-commands): Fix help string.
15237 (recentf-track-closed-file): Update. Doc fix.
15238 (recentf-cleanup): Update. Count removed files. Doc fix.
15239
15240 2005-03-23 Kim F. Storm <storm@cua.dk>
15241
15242 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15243 Don't inherit from fringe face (now happens automatically).
15244
15245 2005-03-22 Kim F. Storm <storm@cua.dk>
15246
15247 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
15248 position values.
15249
15250 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
15251
15252 * menu-bar.el (showhide-date-time): Remove.
15253 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
15254 (menu-bar-make-mm-toggle): Simplify.
15255
15256 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15257
15258 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
15259 Accept qualified variable and function names.
15260
15261 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
15262
15263 * bindings.el (completion-ignored-extensions):
15264 Remove ".lis" for `vax-vms'.
15265
15266 2005-03-22 Andreas Schwab <schwab@suse.de>
15267
15268 * generic-x.el: Revert last change.
15269 * ldefs-boot.el: Update.
15270
15271 2005-03-22 Jay Belanger <belanger@truman.edu>
15272
15273 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
15274 (calc-embedded-save-original-modes)
15275 (calc-embedded-restore-original-modes): New functions.
15276 (calc-do-embedded): Save original modes when entering embedded mode
15277 and restore when leaving embedded mode.
15278 (calc-embedded-modes-change): Change the value of
15279 calc-embedded-original-modes to reflect permanent changes.
15280
15281 2005-03-22 Lute Kamstra <lute@gnu.org>
15282
15283 * generic-x.el: Require generic again.
15284
15285 2005-03-22 Miles Bader <miles@gnu.org>
15286
15287 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15288 Tweak details to look good on both ttys and bitmap displays, light
15289 or dark background, etc.
15290
15291 2005-03-21 Kim F. Storm <storm@cua.dk>
15292
15293 * tooltip.el (tooltip-show-help-function): Check car and cdr of
15294 mouse position.
15295
15296 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15297
15298 * icomplete.el: Don't forcibly turn on the mode upon load.
15299 (icomplete-mode): Use define-minor-mode.
15300 (icomplete-eoinput): Default to nil.
15301 (icomplete-minibuffer-setup): Remove autoload.
15302 (icomplete-tidy): Simplify.
15303 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
15304 in the initial state or if the user has modified the field.
15305 Fix handling of icomplete-max-delay-chars.
15306 Remove code that handles the oddball case where
15307 minibuffer-completion-table is an integer.
15308 Wrap icomplete-completions in while-no-input in case building
15309 completions takes more time than expected.
15310 (icomplete-completions): Simplify.
15311
15312 2005-03-21 Richard M. Stallman <rms@gnu.org>
15313
15314 * jka-compr.el (jka-compr-really-do-compress):
15315 Make variable buffer-local.
15316
15317 * image-mode.el: Handle .xpm files too.
15318 (image-toggle-display): Preserve modification flag.
15319
15320 * help.el (where-is): Don't mention aliases with no key bindings.
15321
15322 2005-03-21 Lute Kamstra <lute@gnu.org>
15323
15324 * generic.el: Fix commentary section. Don't require cl for
15325 compilation.
15326 (generic-mode-list): Add autoload cookie.
15327 (generic-use-find-file-hook, generic-lines-to-scan)
15328 (generic-find-file-regexp, generic-ignore-files-regexp)
15329 (generic-mode, generic-mode-find-file-hook)
15330 (generic-mode-ini-file-find-file-hook): Fix docstrings.
15331 (define-generic-mode): Make it a defmacro. Fix docstring.
15332 (generic-mode-internal): Code cleanup. Add autoload cookie.
15333 (generic-mode-set-comments): Code cleanup.
15334 * generic-x.el: Don't prevent compilation. Don't require generic.
15335 Follow coding conventions. Minor code cleanup.
15336 (etc-fstab-generic-mode): Add some keywords.
15337 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
15338 define-generic-mode like a function declaration.
15339
15340 2005-03-21 Jay Belanger <belanger@truman.edu>
15341
15342 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
15343 changing modes.
15344
15345 2005-03-21 Sam Steingold <sds@gnu.org>
15346
15347 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
15348
15349 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
15350
15351 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
15352 Add underscore to "f$ lexicals" regexp.
15353
15354 2005-03-20 Juri Linkov <juri@jurta.org>
15355
15356 * subr.el (progress-reporter-do-update): When `min-value' is equal
15357 to `max-value', set `percentage' to 0 and prevent division by zero.
15358
15359 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
15360
15361 Sync with Tramp 2.0.48.
15362
15363 * net/tramp.el (all): Change all addresses to .gnu.org.
15364 (tramp-append-tramp-buffers): New defun.
15365 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
15366 Catch `dont-send' signal.
15367 (tramp-set-auto-save-file-modes): Set always permissions, because
15368 there might be an old auto-saved file belonging to another
15369 original file. This could be a security threat. Reported by
15370 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
15371 Check for Emacs 21.3.50 removed.
15372
15373 * net/tramp-smb.el (all): Remove debug construct for
15374 `with-parsed-tramp-file-name'.
15375 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
15376 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
15377 No error message if DIRECTORY or FILENAME doesn't exist.
15378 (tramp-smb-open-connection): Check existence of
15379 `tramp-smb-program'.
15380
15381 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15382
15383 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
15384 Properly handle the case where the `m' or `s' command's argument is not
15385 yet terminated.
15386 (perl-indent-new-calculate): New function.
15387 (perl-indent-line): Use it.
15388
15389 2005-03-20 Miles Bader <miles@gnu.org>
15390
15391 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
15392 in text-mode too. Change to new face names.
15393 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
15394 Add `:weight bold' attribute.
15395 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
15396
15397 2005-03-19 Juri Linkov <juri@jurta.org>
15398
15399 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
15400
15401 * international/mule.el (auto-coding-alist): Sync with
15402 `auto-mode-alist' by adding upper case archive file extensions
15403 and adding ear/war to jar extension.
15404
15405 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
15406
15407 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
15408 running, restart it.
15409
15410 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
15411
15412 * finder.el (finder-current-item): Throw an error on an empty line.
15413
15414 * man.el (Man-follow-manual-reference): If current-word returns
15415 nil, use "".
15416
15417 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
15418
15419 * simple.el (goto-line): Doc fix.
15420
15421 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
15422
15423 * files.el (save-buffer): Doc fix.
15424
15425 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
15426
15427 * recentf.el (recentf-cleanup-remote): New variable.
15428 (recentf-cleanup): Use it to conditionally check availability of
15429 remote files.
15430
15431 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
15432
15433 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
15434 function names.
15435
15436 2005-03-19 Eli Zaretskii <eliz@gnu.org>
15437
15438 * language/thai-word.el: New file.
15439
15440 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15441
15442 * files.el (backup-buffer): If the file's directory is not
15443 writable, use copy instead of move to backup the file.
15444
15445 2005-03-19 Eli Zaretskii <eliz@gnu.org>
15446
15447 * obsolete/keyswap.el: Moved to obsolete/ from term/.
15448
15449 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15450
15451 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
15452 Use functionp instead of symbolp and fboundp. Reported by Drkm
15453 <darkman_spam@yahoo.fr>.
15454 (ps-print-version): New version 6.6.6.
15455
15456 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
15457
15458 * textmodes/table.el (table--line-column-position): New idiom.
15459 (table--row-column-insertion-point-p): New function to test
15460 validity of row and column insertion operation at a location.
15461 (table-global-menu, table-cell-menu): Use above functions for
15462 deterministic test operation.
15463 (table--editable-cell-p): Behave in deterministic fashion.
15464
15465 2005-03-18 Juri Linkov <juri@jurta.org>
15466
15467 * isearch.el (isearch-lazy-highlight-new-loop):
15468 Make arguments beg and end optional.
15469 (isearch-update): Remove optional arguments nil from
15470 isearch-lazy-highlight-new-loop.
15471 (isearch-lazy-highlight-search): Let-bind case-fold-search to
15472 isearch-lazy-highlight-case-fold-search instead of
15473 isearch-case-fold-search, and let-bind isearch-regexp to
15474 isearch-lazy-highlight-regexp.
15475 Use isearch-lazy-highlight-last-string instead of isearch-string.
15476
15477 * replace.el (perform-replace): Remove bindings of global
15478 variables isearch-string, isearch-regexp, isearch-case-fold-search.
15479 Add three new arguments to `replace-highlight'.
15480 (replace-highlight): Add arguments string, regexp, case-fold.
15481 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
15482 to allow isearch-lazy-highlight-new-loop to use these values
15483 to set corresponding isearch-lazy-highlight-* internal
15484 variables whose values lazy highlighting will use regardless of
15485 changes to global variables isearch-string, isearch-regexp,
15486 isearch-case-fold-search during lazy highlighting loop.
15487 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
15488 to `lazy-highlight-cleanup'.
15489
15490 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
15491 (ispell-highlight-face): Set default face to `isearch' when
15492 lazy highlighting is enabled.
15493 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
15494 priority to 1. Add lazy highlighting.
15495 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
15496 from `isearch-dehighlight'.
15497
15498 2005-03-18 David Ponce <david@dponce.com>
15499
15500 * files.el (hack-local-variables): Do a case-insensitive search
15501 for End.
15502
15503 2005-03-18 Juri Linkov <juri@jurta.org>
15504
15505 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
15506 `isearch-lazy-highlight-cleanup', add alias to old name and
15507 declare obsolete. Add release numbers to other obsolete vars.
15508 (isearch-done, isearch-lazy-highlight-new-loop):
15509 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
15510 (lazy-highlight-cleanup) <variable>: Doc fix.
15511 (isearch-lazy-highlight-update): Rename obsolete
15512 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
15513
15514 2005-03-18 Kenichi Handa <handa@m17n.org>
15515
15516 * language/thai-util.el: Fix categorization of Thai characters in
15517 thai-category-table.
15518 (thai-composition-pattern): Adjust it for the above change.
15519 (thai-self-insert-command, thai-compose-syllable): New functions.
15520 (thai-compose-region): Use thai-compose-syllable.
15521 (thai-compose-string): Likewise.
15522 (thai-composition-function): Likewise.
15523 (thai-auto-composition): New function.
15524 (thai-auto-composition-mode): New minor mode.
15525
15526 * language/thai.el: Fix patterns to be registered in
15527 composition-function-table.
15528
15529 * international/quail.el (quail-input-method): Locally bind
15530 inhibit-modification-hooks to t.
15531
15532 2005-03-17 Richard M. Stallman <rms@gnu.org>
15533
15534 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
15535 (perl-mode): Use run-mode-hooks.
15536
15537 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
15538 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
15539 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
15540
15541 * mail/sendmail.el (sendmail-send-it): Reenable the code
15542 to compute resend-to-address and use it.
15543
15544 * tar-mode.el (tar-mode): Turn off undo unconditionally.
15545
15546 * image-mode.el: New file.
15547
15548 * image.el (insert-sliced-image): Add autoload cookie.
15549
15550 * font-lock.el (font-lock-lines-before): New user option.
15551 (font-lock-after-change-function): Obey it.
15552
15553 * bindings.el (esc-map): Make M-g a prefix.
15554 Bind M-g g and M-g M-g to goto-line.
15555
15556 * faces.el (face-id): Doc fix.
15557
15558 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15559
15560 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
15561 (rmail-show-message): Use rmail-unknown-mail-followup-to.
15562 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
15563
15564 * mail/sendmail.el (mail-yank-ignored-headers)
15565 (mail-font-lock-keywords, mail-mode-fill-paragraph):
15566 Add Mail-Followup-To and Mail-Reply-To headers.
15567 (mail-citation-hook): Add autoload cookie.
15568 (mail-mode): Doc fix.
15569 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
15570 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
15571 (mail-mode-fill-paragraph): Handle those headers.
15572 (mail-mailing-lists): New variable.
15573 (mail-mail-reply-to, mail-mail-followup-to): New functions.
15574
15575 2005-03-17 Juri Linkov <juri@jurta.org>
15576
15577 * isearch.el (isearch-fallback): Check for `(car previous)'
15578 before calling `isearch-other-end-state'.
15579
15580 2005-03-17 Kim F. Storm <storm@cua.dk>
15581
15582 * simple.el (move-beginning-of-line): Move to beginning of buffer
15583 line, as well as beginning of screen line.
15584
15585 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
15586
15587 * calendar/diary-lib.el (mark-diary-entries): Use new optional
15588 argument REDRAW rather than calendar-redrawing variable.
15589 * calendar/calendar.el (calendar-redrawing): Delete.
15590 (redraw-calendar): Do not bind calendar-redrawing.
15591
15592 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
15593
15594 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
15595 diary-file buffer.
15596
15597 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15598
15599 * help.el (describe-mode): Allow a :minor-mode-function property to
15600 specify a different minor mode toggle function than the variable.
15601 * simple.el (auto-fill-function):
15602 * subr.el (add-minor-mode): Use it.
15603
15604 2005-03-16 Kenichi Handa <handa@m17n.org>
15605
15606 * language/ethio-util.el (sera-being-called-by-w3): New variable.
15607 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
15608 (ethio-fidel-to-sera-buffer): Likewise.
15609
15610 2005-03-16 Juri Linkov <juri@jurta.org>
15611
15612 * emacs-lisp/find-func.el (find-function-regexp):
15613 Add defun-emitting macro `menu-bar-make-toggle'.
15614
15615 * isearch.el: Put `isearch-scroll' property to
15616 `split-window-horizontally'.
15617
15618 * info.el: Update error messages for `debug-ignored-errors'.
15619 (Info-isearch-search): Doc fix.
15620 (Info-find-node): Move up code to go into info buffer before
15621 recording the node to the history.
15622 (Info-fontify-node): Fontify titles only if the next line
15623 has two or more `*', `=', `-', `.'.
15624 Display "go to this node" for empty (match-string 3).
15625
15626 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15627
15628 * term/mac-win.el: Add mouse pointer shape constants.
15629
15630 2005-03-15 Kim F. Storm <storm@cua.dk>
15631
15632 * simple.el (move-beginning-of-line): Use vertical-motion.
15633
15634 2005-03-15 Juri Linkov <juri@jurta.org>
15635
15636 * isearch.el (isearch-error): New variable.
15637 (isearch-invalid-regexp, isearch-within-brackets): Remove.
15638 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
15639 (isearch-within-brackets-state): Remove.
15640 (isearch-case-fold-search-state, isearch-pop-fun-state):
15641 Decrease frame index.
15642 (isearch-mode, isearch-top-state, isearch-push-state)
15643 (isearch-edit-string, isearch-abort, isearch-search-and-update)
15644 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
15645 (isearch-search, isearch-lazy-highlight-new-loop):
15646 Replace `isearch-invalid-regexp' with `isearch-error'.
15647 Remove `isearch-within-brackets'.
15648 (isearch-search): Add `search-failed' handler to `condition-case'.
15649 (isearch-lazy-highlight-search): Add `condition-case' to catch
15650 errors and allow `isearch-lazy-highlight-update' to try
15651 highlighting from the beginning of the window.
15652 (isearch-repeat): Move up code to set isearch-wrapped to t
15653 before calling isearch-wrap-function.
15654
15655 * info.el (Info-isearch-initial-node): New internal variable.
15656 (Info-search): Signal an error in isearch mode when search leaves
15657 the initial node. Signal an error when `bound' is non-nil and
15658 nothing was found in the current subfile.
15659 (Info-isearch-search): Remove `condition-case'.
15660 (Info-isearch-wrap): Don't wrap when search failed during leaving
15661 the initial node. If `Info-isearch-search' is nil, wrap around
15662 the current node.
15663 (Info-isearch-start): New fun.
15664 (Info-mode): Add buffer-local hook `Info-isearch-start' to
15665 `isearch-mode-hook'.
15666
15667 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15668
15669 * simple.el (normal-erase-is-backspace): Set default to t if
15670 running on Mac.
15671
15672 * term/mac-win.el (function-key-map): Sync with x-win.el.
15673
15674 2005-03-15 Kenichi Handa <handa@m17n.org>
15675
15676 * international/mule-cmds.el (locale-language-names): Modify the
15677 format of elements and add more entries.
15678 (locale-preferred-coding-systems): Add more entries.
15679 (set-locale-environment): Adjust for the change of
15680 locale-language-names.
15681
15682 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
15683
15684 * pcvs.el (smerge-ediff): Remove bogus autoload.
15685
15686 2005-03-14 Lute Kamstra <lute@gnu.org>
15687
15688 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
15689 Ignore a `*' at the beginning of a line.
15690
15691 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
15692 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
15693 subr.el.
15694 (dont-compile, eval-when-compile, eval-and-compile): Use declare
15695 to specify indentation.
15696
15697 * generic.el (define-generic-mode): Let generic-mode-list be a
15698 list of strings; test membership with equal.
15699
15700 2005-03-14 Kim F. Storm <storm@cua.dk>
15701
15702 * simple.el (next-line, previous-line): Add optional try-vscroll
15703 arg to recognize interactive use. Pass it on to line-move.
15704 (line-move): Don't perform auto-window-vscroll when defining or
15705 executing keyboard macro to ensure consistent behavior.
15706
15707 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15708
15709 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
15710
15711 2005-03-13 Lute Kamstra <lute@gnu.org>
15712
15713 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
15714 debugger-setup-buffer so that backtrace marks the frames set to
15715 debug-on-exit and we don't have to do it manually. Set an extra
15716 debug-on-exit for macro's.
15717 (debugger-setup-buffer): Don't mark the top frame manually.
15718
15719 2005-03-12 Lute Kamstra <lute@gnu.org>
15720
15721 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
15722 lisp-indent-function throughout.
15723 (with-no-warnings): Set lisp-indent-function property.
15724
15725 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
15726
15727 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
15728 Add entry for backslash.
15729
15730 2005-03-12 Juri Linkov <juri@jurta.org>
15731
15732 * info.el (Info-search): Four fixes for backward search.
15733
15734 2005-03-11 Jay Belanger <belanger@truman.edu>
15735
15736 * calc/calc.el (calc-language-alist): New variable.
15737 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
15738 (calc-embedded-find-modes): Use calc-language-alist instead of
15739 calc-embedded-language-alist.
15740
15741 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
15742
15743 * calendar/calendar.el (calendar-redrawing): New internal
15744 variable.
15745 (redraw-calendar): Remove bogus save-excursion from previous
15746 change. Bind calendar-redrawing to t for mark-diary-entries.
15747 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
15748 calendar if that is why we were called.
15749
15750 2005-03-11 Kenichi Handa <handa@m17n.org>
15751
15752 * international/mule.el (make-coding-system): Set property
15753 coding-system-define-form to nil.
15754 (define-coding-system-alias): Likewise.
15755
15756 2005-03-11 Kenichi Handa <handa@m17n.org>
15757
15758 These changes are suggested by Dave Love <fx@gnu.org>.
15759
15760 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
15761 coding: tag.
15762 (adaptive-fill-regexp): Add more bullets.
15763 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
15764 regexps.
15765
15766 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15767
15768 * help.el (describe-mode): Properly handle non-trivial lighters.
15769 Don't ignore minor modes that are not listed in minor-mode-list.
15770
15771 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
15772 feature ON when the user requests to turn it OFF.
15773
15774 2005-03-10 Lute Kamstra <lute@gnu.org>
15775
15776 * emacs-lisp/debug.el (debug-entry-code): Delete it.
15777 (implement-debug-on-entry): New function to replace debug-entry-code.
15778 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
15779 second argument as the 2005-03-07 change makes it obsolete.
15780 (debug-on-entry, cancel-debug-on-entry): Update call to
15781 debug-on-entry-1.
15782 (debug, debugger-setup-buffer): Comment update.
15783 (debugger-frame-number): Update to work with implement-debug-on-entry.
15784
15785 2005-03-10 Jay Belanger <belanger@truman.edu>
15786
15787 * calc/calc-embed.el (math-ms-args): Declare it.
15788 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
15789 math-ms-args.
15790 (calc-embedded-subst): Use math-multi-subst-rec to substitute
15791 variables.
15792
15793 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
15794
15795 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
15796 Use message-box.
15797
15798 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
15799 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
15800 (tooltip-gud-tips): Simplify.
15801 (tooltip-gud-tips-p): Remove superfluous :set.
15802 (tooltip-gud-modes): Add fortran-mode.
15803 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
15804
15805 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
15806
15807 2005-03-09 Kim F. Storm <storm@cua.dk>
15808
15809 * play/animate.el (animate-place-char): Use forward-line instead
15810 of next-line to improve performance.
15811
15812 2005-03-09 Simon Josefsson <jas@extundo.com>
15813
15814 * net/browse-url.el (browse-url-default-browser): Doc fix.
15815
15816 2005-03-09 Miles Bader <miles@gnu.org>
15817
15818 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
15819 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
15820
15821 2005-03-09 Kenichi Handa <handa@m17n.org>
15822
15823 * international/latin-1.el: Set case and syntax for 255 only if
15824 set-case-syntax-set-multibyte is nil.
15825
15826 * textmodes/ispell.el (ispell-insert-word): New function.
15827 (ispell-word): Use ispell-insert-word to insert a new word.
15828 (ispell-process-line): Likewise.
15829 (ispell-complete-word): Likewise.
15830
15831 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
15832
15833 * calendar/calendar.el (redraw-calendar): Preserve point.
15834 Reported by Matt Hodges <MPHodges@member.fsf.org>.
15835 (calendar-week-start-day): Move after definition of
15836 redraw-calendar. Delete buffer test, since redraw-calendar has
15837 that now.
15838
15839 * calendar/diary-lib.el (mark-diary-entries): Only call
15840 redraw-calendar in the first of any recursive calls.
15841 Reported by Alan Shutko <ats@acm.org>.
15842
15843 2005-03-08 Juri Linkov <juri@jurta.org>
15844
15845 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
15846 (html-horizontal-rule, html-line, html-image, html-checkboxes)
15847 (html-radio-buttons): Add a space before the trailing `/>' where
15848 sgml-xml-mode is non-nil.
15849 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
15850 the subsequent tag of the empty XML tag.
15851 (html-href-anchor): Don't set initial input to "http:".
15852 (html-image): Ask for the image URL and set point inside alt="".
15853 (html-name-anchor): Duplicate the name in the `id' attribute when
15854 sgml-xml-mode is non-nil.
15855 (html-paragraph): Remove \n before <p>.
15856 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
15857 instead of `checked' when sgml-xml-mode is non-nil.
15858
15859 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
15860 Remove 1 space before #RRGGBB to not truncate it on terminal
15861 windows w/o fringes. Remove 1 space between bg and fg examples
15862 to get more space.
15863 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
15864 avoid byte-compile warnings.
15865
15866 * image-file.el (image-file-handler): Put `safe-magic' property to
15867 `image-file-handler'.
15868
15869 * info.el (Info-isearch-search): Emulate word search in
15870 isearching through multiple Info nodes with Info-search.
15871 (Info-isearch-wrap): Allow isearch-word.
15872
15873 2005-03-08 Lute Kamstra <lute@gnu.org>
15874
15875 * emacs-lisp/debug.el (debugger-step-through): Make sure that
15876 stepping into the debugger's code is not possible.
15877 (debugger-jumping-flag): Docstring update.
15878
15879 2005-03-08 Jay Belanger <belanger@truman.edu>
15880
15881 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
15882 embedded mode begins.
15883 (calc-embedded-language-alist): New variable.
15884 (calc-embedded-find-modes): Use calc-embedded-language-alist to
15885 set default language mode.
15886
15887 2005-03-08 Kenichi Handa <handa@m17n.org>
15888
15889 * international/ccl.el (define-ccl-program): Fix docstring about
15890 extra 256 bytes assured for the output buffer.
15891
15892 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
15893 Fix BUFFER_MAGNIFICATION to 2.
15894 (ccl-encode-mule-utf-16be-with-signature): Likewise.
15895
15896 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
15897
15898 * align.el (align-rules-list): Added an alignment rule for CSS
15899 declarations (applies to css-mode and html-mode buffers).
15900
15901 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
15902
15903 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
15904
15905 2005-03-07 Kim F. Storm <storm@cua.dk>
15906
15907 * simple.el (move-beginning-of-line): New command.
15908
15909 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
15910
15911 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
15912
15913 * emulation/cua-base.el: Put CUA move property on move-end-of-line
15914 and move-beginning-of-line.
15915
15916 * apropos.el (apropos-print): Omit command from M-x ... RET.
15917
15918 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
15919
15920 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
15921 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
15922
15923 2005-03-06 Richard M. Stallman <rms@gnu.org>
15924
15925 * bindings.el (esc-map): Bind M-g to goto-line.
15926
15927 * facemenu.el (global-map): Bind M-o, not M-g.
15928
15929 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15930
15931 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
15932 "Open Directory" as for "Open File".
15933
15934 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
15935
15936 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
15937 (push-mark-command): Run activate-mark-hook.
15938
15939 2005-03-06 Richard M. Stallman <rms@gnu.org>
15940
15941 * help-mode.el (help-mode-finish): Don't alter the element
15942 in view-return-to-alist if there already is one.
15943
15944 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
15945 make sure the current buffer is the expected one.
15946
15947 * novice.el (disabled-command-function): Output in *Disabled Command*.
15948 Explicitly ignore non-keyboard events, and explicitly handle C-g.
15949
15950 * textmodes/flyspell.el (flyspell-large-region):
15951 Pass args differently for aspell.
15952
15953 * files.el (mode-require-final-newline): Doc fix.
15954
15955 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15956
15957 * progmodes/which-func.el (which-function):
15958 Specify NOERROR when calling imenu--make-index-alist.
15959
15960 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15961
15962 * simple.el (normal-erase-is-backspace): Define default value.
15963
15964 * custom.el (custom-theme-set-variables): Remove unused var
15965 `immediate'.
15966 (custom-reevaluate-setting): Simple function to handle variables
15967 that are defined before their default value can really be
15968 computed.
15969
15970 * startup.el (command-line): Use it for temporary-file-directory,
15971 small-emporary-file-directory, auto-save-file-name-transforms,
15972 blink-cursor-mode, and normal-erase-is-backspace.
15973
15974 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
15975 progress, even with buggy anchored keywords.
15976
15977 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
15978
15979 * simple.el (goto-line): Remove unbalanced final parenthesis.
15980
15981 2005-03-05 Richard M. Stallman <rms@gnu.org>
15982
15983 * simple.el (goto-line): Use a number at point as the default.
15984 With C-u as arg, switch buffers.
15985
15986 2005-03-05 Juri Linkov <juri@jurta.org>
15987
15988 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
15989 with `no-blinking-cursor'.
15990
15991 * startup.el (no-blinking-cursor): New defvar.
15992 (command-line): Add `--no-blinking-cursor' to longopts.
15993 Set `no-blinking-cursor' to t for command line arguments
15994 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
15995 with `no-blinking-cursor' in the condition for calling
15996 `blink-cursor-mode'.
15997
15998 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
15999
16000 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
16001 (menu-bar-options-save): Add blink-cursor-mode.
16002 (menu-bar-options-menu): Add blink-cursor-mode.
16003
16004 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
16005
16006 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
16007 (icalendar-export-file, icalendar-export-region)
16008 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
16009 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
16010
16011 2005-03-04 Lute Kamstra <lute@gnu.org>
16012
16013 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
16014 (debug-function-list): Ditto.
16015
16016 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
16017
16018 * textmodes/texinfmt.el (texinfo-append-refill):
16019 Redefine the types of line to which @refill
16020 is not appended by replacing a search for `@refill\\|@bye' with
16021 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
16022 itemize@refill' bug and the unfilled long lines bug.
16023 (texinfmt-version): Update number and date.
16024
16025 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
16026
16027 * international/code-pages.el (windows-1250, windows-125[2-8])
16028 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
16029
16030 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
16031
16032 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
16033 bound yet.
16034
16035 2005-03-02 Romain Francoise <romain@orebokech.com>
16036
16037 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
16038 buffer after removing limits.
16039 (ibuffer-pop-filter): Ditto.
16040 Update copyright.
16041
16042 2005-03-02 Miles Bader <miles@gnu.org>
16043
16044 * button.el (make-text-button): If the user doesn't specify a
16045 type, use the default. Rewrite to use `add-text-properties' and
16046 plist functions.
16047
16048 2005-03-01 Lute Kamstra <lute@gnu.org>
16049
16050 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
16051 (debugger-jumping-flag): New var.
16052 (debug-entry-code): Use it.
16053 (debugger-jump): Use debugger-jumping-flag and add
16054 debugger-reenable to post-command-hook.
16055 (debugger-reenable): Use debugger-jumping-flag and remove itself
16056 from post-command-hook.
16057 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
16058 debugger-reenable.
16059
16060 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
16061
16062 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
16063 inclusion of "itemize\\|", which may be unnecessary, is certainly
16064 inelegant, and stops refilling in itemize lists when formatting
16065 Japanese Texinfo files to Info.
16066 Update copyright to 2005.
16067
16068 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
16069
16070 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
16071 of an error if GDB can't find the source file.
16072
16073 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
16074
16075 * calendar/calendar.el (redraw-calendar): Work from any buffer,
16076 not just the calendar.
16077
16078 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
16079 first.
16080 (diary-redraw-calendar): New function.
16081 (make-diary-entry): Add diary-redraw-calendar to local
16082 write-contents-functions. Turn off selective display before
16083 inserting in diary.
16084
16085 2005-03-01 Kim F. Storm <storm@cua.dk>
16086
16087 * emacs-lisp/copyright.el (copyright-fix-years): New command.
16088
16089 2005-03-01 Lute Kamstra <lute@gnu.org>
16090
16091 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
16092 that debug-entry-code can be safely removed from a function while
16093 this code is being evaluated. Revert the 2005-02-27 change as the
16094 new implementation no longer requires it. Make sure that a
16095 function body containing just a string is not mistaken for a docstring.
16096 (debug): Skip one more frame in case of debug on entry.
16097 (debugger-setup-buffer): Delete one more frame line in case of
16098 debug on entry.
16099 (debugger-frame-number): Update to use the new text introduced by
16100 the 1999-11-03 change. Skip one more frame in case of debug on entry.
16101
16102 2005-02-28 Kim F. Storm <storm@cua.dk>
16103
16104 * double.el (double-translate-key): Call force-window-update after
16105 read-event to avoid crash in redisplay.
16106
16107 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
16108
16109 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
16110 (debug): Use it. Move the inhibit-trace earlier.
16111 (debug-entry-code): New const.
16112 (debug-on-entry-1): Use it.
16113
16114 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
16115
16116 * international/utf-16.el (ccl-encode-mule-utf-16le):
16117 Fix BUFFER_MAGNIFICATION to 2.
16118 (ccl-encode-mule-utf-16be): Likewise.
16119
16120 2005-02-28 Kenichi Handa <handa@m17n.org>
16121
16122 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16123 Fix BUFFER_MAGNIFICATION to 4.
16124 (ccl-encode-mule-utf-16be-with-signature): Likewise.
16125
16126 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
16127
16128 * speedbar.el (speedbar-update-flag): Doc fix.
16129 (speedbar-show-info-under-mouse): Give set-mouse-position the right
16130 argument.
16131
16132 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
16133
16134 * reveal.el (reveal-post-command): Don't try to reveal overlays which
16135 have a non-nil `invisible' property but are actually visible.
16136
16137 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
16138 for perldoc sections.
16139 (perl-outline-regexp, perl-outline-level): New var and function.
16140 (perl-mode): Use them.
16141
16142 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
16143
16144 * calendar/diary-lib.el (diary-remind): Discard any mark portion
16145 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
16146
16147 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
16148
16149 * cus-edit.el: Comment change.
16150 (custom-buffer-create-internal): Slightly reword text at top of
16151 Custom buffers. Mention there that saving an option edits the
16152 init file. Add link to Emacs manual node on `custom-file'.
16153 (custom-magic-alist): Rewrite individual State messages to use
16154 capitalized keywords. Doc fix.
16155
16156 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
16157
16158 * calendar/calendar.el (calendar-buffer): Move above
16159 calendar-week-start-day.
16160 (calendar-week-start-day): Doc fix. Add :set function.
16161 (calendar-minimum-window-height): New variable.
16162 (generate-calendar-window): Only resize window if selected-window
16163 is displaying the calendar buffer. Use new variable
16164 calendar-minimum-window-height.
16165 (generate-calendar): Reword error message.
16166 (calendar-mode-map): Bind DEL to scroll-other-window-down.
16167
16168 2005-02-27 Andreas Schwab <schwab@suse.de>
16169
16170 * vc.el (vc-do-command): Don't run command asynchronously when
16171 operating in a remote directory.
16172
16173 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
16174 change from sync with Tramp 2.0.47.
16175
16176 2005-02-27 Richard M. Stallman <rms@gnu.org>
16177
16178 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
16179
16180 * textmodes/flyspell.el (flyspell-mode-on):
16181 Call ispell-change-dictionary only if necessary.
16182
16183 * emacs-lisp/re-builder.el (regexp-builder): New function.
16184
16185 * register.el (describe-register-1): Explicitly handle
16186 yank-excluded-properties = t.
16187
16188 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
16189 (custom-magic-alist): Change the status descriptions again.
16190 (face widget-type): Total rewrite based on `restricted-sexp'
16191 to eliminate the confusing double hiding levels.
16192
16193 * emacs-lisp/debug.el (debug-on-entry-1):
16194 If function body is empty, add nil as body form.
16195
16196 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16197
16198 * emacs-lisp/trace.el (inhibit-trace): New var.
16199 (trace-make-advice): Use it.
16200
16201 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
16202
16203 2005-02-26 Kim F. Storm <storm@cua.dk>
16204
16205 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
16206 (mouse-on-link-p, mouse-drag-region-1): Use it.
16207
16208 2005-02-25 Lute Kamstra <lute@gnu.org>
16209
16210 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
16211
16212 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
16213
16214 * frame.el (blink-cursor-mode): Add :group keyword.
16215
16216 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
16217
16218 * calendar/icalendar.el (icalendar--decode-isodatetime):
16219 New optional argument DAY-SHIFT.
16220 (icalendar-export-region): Fix coding-system-for-write.
16221 (icalendar--convert-ical-to-diary): Shift end-day of all-day
16222 events by one.
16223
16224 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16225
16226 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
16227
16228 2005-02-24 Kim F. Storm <storm@cua.dk>
16229
16230 * international/iso-acc.el (iso-accents-compose): Fix crash
16231 during redisplay. Call force-window-update after read-event
16232 and delete-region to signal that window is not accurate.
16233
16234 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16235
16236 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
16237 Remove unused and inexistent var `inhibit-trace'.
16238 (debugger-mode): Use run-mode-hooks.
16239 (debugger-list-functions): Add buttons; setup xref stack.
16240
16241 2005-02-23 Richard M. Stallman <rms@gnu.org>
16242
16243 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
16244 appointment says it was explicitly made.
16245 (appt-add): Set the 3rd element.
16246 (appt-make-list): Preserve explicit appointments.
16247
16248 * subr.el (find-tag-default): Catch errors in forward-sexp.
16249
16250 2005-02-23 Juri Linkov <juri@jurta.org>
16251
16252 * info.el (Info-isearch-search): New defcustom.
16253 (Info-isearch-search): Call the default isearch function
16254 when Info-isearch-search is nil.
16255 (Info-isearch-wrap): Use variable Info-isearch-search.
16256
16257 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
16258
16259 * cus-edit.el: Comment change.
16260
16261 2005-02-22 Kim F. Storm <storm@cua.dk>
16262
16263 * progmodes/hideif.el (hide-ifdef-use-define-alist):
16264 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
16265
16266 2005-02-22 Simon Josefsson <jas@extundo.com>
16267
16268 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
16269 New variable.
16270 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
16271 Oskarsson" <myrkraverk@users.sourceforget.net>.
16272
16273 2005-02-22 Kim F. Storm <storm@cua.dk>
16274
16275 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
16276 check that window of that event is the selected window.
16277 (mouse-drag-region-1): Compare mouse event window to selected
16278 window before setting point.
16279
16280 * tooltip.el (tooltip-show-help-function): Pass event to
16281 mouse-on-link-p so it can check selected window.
16282
16283 2005-02-22 Kenichi Handa <handa@m17n.org>
16284
16285 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
16286 (ps-mule-show-warning): New function.
16287 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
16288 characters are found.
16289
16290 * ps-print.el (ps-header-footer-string): Return a list of header
16291 and footer strings.
16292
16293 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16294
16295 * pcvs.el (cvs-retrieve-revision): Fix thinko.
16296
16297 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
16298
16299 * frame.el (blink-cursor-mode): Use define-minor-mode.
16300
16301 * term/mac-win.el (function-key-map): Use char-names more consistently.
16302 (file-name-coding-system): Only set it for MacOS-9. The other case is
16303 already handled in mule-cmds.el (where it also works when mac-win.el
16304 is not used).
16305
16306 2005-02-21 Kenichi Handa <handa@m17n.org>
16307
16308 * international/mule.el (ctext-pre-write-conversion): Always use
16309 " *code-converting-work*" buffer for work.
16310
16311 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
16312
16313 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
16314
16315 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
16316
16317 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
16318
16319 * ses.el (undo-more): Restore defadvice, but only the part that
16320 allows changes outside the restricted area of the buffer.
16321
16322 2005-02-20 Kim F. Storm <storm@cua.dk>
16323
16324 * simple.el (line-move): Add fourth optional arg try-vscroll which
16325 must be set to perform auto-window-vscroll.
16326 When moving backwards and doing auto-window-vscroll, automatically
16327 vscroll to the last part of lines which are taller than the window.
16328 (next-line, previous-line): Set try-vscroll arg on line-move.
16329
16330 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
16331
16332 * replace.el (query-replace, query-replace-regexp)
16333 (replace-string, replace-regexp): When operating on region, make
16334 the minibuffer prompt say so.
16335
16336 * isearch.el (isearch-forward): Document isearch-query-replace and
16337 isearch-query-replace-regexp keybindings.
16338
16339 2005-02-19 Jay Belanger <belanger@truman.edu>
16340
16341 * calc/calc-aent.el (math-read-token): Add local variable.
16342
16343 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
16344 (calc-edit-top): Move declaration to earlier in file.
16345 (calc-edit-macro-repeats): Add local variables.
16346
16347 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
16348 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
16349 calcFunc-tanh.
16350 Adjust integration rule for calcFunc-tan.
16351
16352 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16353
16354 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
16355 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
16356 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
16357 (viper-skip-separators): Bug fix.
16358 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
16359 particular major mode.
16360 (viper-del-backward-char-in-replace): Don't put deleted char on the
16361 kill ring.
16362
16363 * viper-ex.el (viper-color-display-p): New function.
16364 (viper-has-face-support-p): Use viper-color-display-p.
16365
16366 * viper-keym.el (viper-gnus-modifier-map): New keymap.
16367
16368 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
16369
16370 * viper-util.el (viper-glob-unix-files): Fix shell status check.
16371 (viper-file-remote-p): Make equivalent to file-remote-p.
16372
16373 * viper.el (viper-major-mode-modifier-list):
16374 Use viper-gnus-modifier-map.
16375
16376 2005-02-19 David Kastrup <dak@gnu.org>
16377
16378 * subr.el (subregexp-context-p): Fix garbled doc string by adding
16379 quoting.
16380
16381 2005-02-19 Jay Belanger <belanger@truman.edu>
16382
16383 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
16384 Remove extra definitions.
16385 (calc-coth): New function.
16386 (calcFunc-cot): Fix `let'.
16387
16388 2005-02-19 Eli Zaretskii <eliz@gnu.org>
16389
16390 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
16391 the reasons we use "type pc" in these faces.
16392
16393 * button.el (button): Ditto.
16394
16395 2005-02-19 Michael Mauger <mmaug@yahoo.com>
16396
16397 * replace.el (query-replace-read-from): Set the value of
16398 query-replace-from-history-variable to handle the case of an empty
16399 string entered to accept the suggested default.
16400
16401 * net/tramp.el (tramp-file-name-for-operation):
16402 Use dired-call-process instead of dired-call-process-command.
16403
16404 2005-02-19 Jay Belanger <belanger@truman.edu>
16405
16406 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
16407 (math-div-non-trig): New variables.
16408 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
16409 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
16410 (math-combine-prod, math-div-symb-fancy): Add simplifications for
16411 trig expressions.
16412
16413 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
16414
16415 * progmodes/gdb-ui.el (gdb-var-update-handler)
16416 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
16417 for watch expressions,
16418 (gdb-var-create-handler): Don't set speedbar-update-flag.
16419 (gdb-post-prompt): Simplify test for speedbar.
16420
16421 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16422
16423 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
16424 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
16425 we use the syntax table of the correct buffer.
16426 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
16427 Felix Gatzemeier.
16428
16429 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
16430 (ediff-file-remote-p): Make synonymous with file-remote-p.
16431 In all deffaces ediff-*-face-*, use min-colors.
16432
16433 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
16434 ediff-recurse-to-subdirectories.
16435 (ediff-mark-if-equal): Check that the arguments are strings, use
16436 ediff-same-contents (after to Felix Gatzemeier).
16437
16438 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
16439 nil.
16440
16441 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
16442
16443 * log-view.el (log-view-message-re): Fix up Subversion regexp.
16444
16445 2005-02-18 David Kastrup <dak@gnu.org>
16446
16447 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
16448 use `mark-active' when defined.
16449
16450 2005-02-18 Kenichi Handa <handa@m17n.org>
16451
16452 * ps-print.el (ps-font-info-database): New entry
16453 ZapfChancery-MediumItalic with correct font name. Fix font name
16454 of the entry Zapf-Chancery-MediumItalic.
16455
16456 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
16457
16458 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
16459
16460 2005-02-16 Kim F. Storm <storm@cua.dk>
16461
16462 * ido.el (ido-fallback-command): Pass user input to fallback command.
16463
16464 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
16465
16466 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
16467 (gdb-find-file-hook): Add server prefix.
16468
16469 2005-02-16 Richard M. Stallman <rms@gnu.org>
16470
16471 * replace.el (perform-replace): Pass new args to replace-highlight.
16472 (replace-highlight): Take region args,
16473 and pass them to isearch-lazy-highlight-new-loop.
16474
16475 * novice.el (disabled-command-hook): Autoload the defalias
16476 and the make-obsolete-variable call.
16477
16478 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
16479
16480 * isearch.el (isearch-lazy-highlight-start-limit)
16481 (isearch-lazy-highlight-end-limit): New variables limit
16482 the region for highlighting.
16483 (isearch-lazy-highlight-new-loop): New args BEG and END.
16484 (isearch-lazy-highlight-search): Use the new vars.
16485 (isearch-lazy-highlight-update): Likewise.
16486
16487 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
16488
16489 * cus-start.el (all): Use default-boundp.
16490
16491 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
16492
16493 * menu-bar.el (menu-bar-select-frame): Handle current frame.
16494
16495 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
16496
16497 * autorevert.el (auto-revert-stop-on-user-input)
16498 (auto-revert-verbose): Doc fixes.
16499
16500 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
16501
16502 * international/mule-cmds.el (set-locale-environment): Remove call
16503 to set-selection-coding-system on Windows.
16504
16505 2005-02-15 Jay Belanger <belanger@truman.edu>
16506
16507 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
16508 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
16509 calcFunc-coth.
16510 (math-simplify-sqrt): Add simplifications.
16511
16512 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
16513 to list.
16514
16515 * calc/calc-ext.el: Add functions to autoloads.
16516
16517 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
16518 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
16519 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
16520 (math-csc-raw, math-cot-raw): New functions.
16521
16522 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
16523
16524 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
16525 the variable name in a message.
16526
16527 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
16528 calcFunc-csc, calcFunc-cot.
16529
16530 * calc/calcalg2.el: Add derivative and integration rules for
16531 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
16532 calcFunc-csch, calcFunc-coth.
16533 (math-do-integral-methods): Add to checks for when to use
16534 substitutions.
16535
16536 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
16537
16538 2005-02-15 Lute Kamstra <lute@gnu.org>
16539
16540 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16541 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
16542 <monnier@iro.umontreal.ca>
16543 (lisp-outline-level): Improve efficiency. Suggested by David
16544 Kastrup <dak@gnu.org>.
16545
16546 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
16547
16548 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
16549 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
16550 (gdb-set-gud-minor-mode-existing-buffers): New functions.
16551 (gdb-find-file-hook): New hook. Add it to find-file-hook.
16552 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
16553
16554 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
16555
16556 * cus-start.el (all): Comment change.
16557
16558 2005-02-14 Lute Kamstra <lute@gnu.org>
16559
16560 * cus-start.el (all): Check if symbol is void.
16561
16562 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
16563
16564 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
16565 optional argument to \cite.
16566
16567 2005-02-14 Richard M. Stallman <rms@gnu.org>
16568
16569 * cus-edit.el (custom-buffer-create-internal): Update help message.
16570 (custom-magic-alist): Update help messages.
16571
16572 * cus-start.el (all): Allow a var to specify a standard value.
16573
16574 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
16575
16576 * custom.el (custom-theme-set-variables): Handle variable aliases.
16577
16578 * frame.el (blink-cursor-timer): Doc fix.
16579 (blink-cursor): Make it an alias for `blink-cursor-mode' and
16580 declare obsolete.
16581 (blink-cursor-mode): Define with defcustom and use correct
16582 standard expression in that defcustom.
16583 * startup.el (command-line): Adapt to above changes in frame.el.
16584
16585 2005-02-11 Lute Kamstra <lute@gnu.org>
16586
16587 * apropos.el (apropos-score-doc): Prevent division by zero.
16588
16589 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
16590
16591 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
16592 (icalendar--get-event-property-attributes)
16593 (icalendar--get-event-properties)
16594 (icalendar--datetime-to-diary-date): New functions.
16595 (icalendar--split-value): Doc fix.
16596 (icalendar--datetime-to-noneuropean-date)
16597 (icalendar--datetime-to-european-date): New optional argument
16598 SEPARATOR. Return result as a string instead of a list.
16599 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
16600 (icalendar--convert-string-for-export): Rename arg S to STRING.
16601 (icalendar-export-region): Doc fix. Change name of error buffer.
16602 Save output buffer.
16603 (icalendar-import-file): Add blank at end of prompt.
16604 (icalendar-import-buffer): Doc fix. Do not switch to error
16605 buffer. Indicate status in return value.
16606 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
16607 buffer. Save output buffer. Handle exception from recurrence
16608 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
16609 events. Fix problems with weekly all-day events.
16610
16611 2005-02-10 Richard M. Stallman <rms@gnu.org>
16612
16613 * simple.el (eval-expression-print-format):
16614 Avoid warning about edebug-active.
16615
16616 * help.el (help-for-help-internal): Rename from help-for-help.
16617 (help-for-help): Define with defalias.
16618
16619 * font-core.el (font-lock-default-function): Use with-no-warnings.
16620
16621 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
16622
16623 * custom.el (defface): Doc fix.
16624
16625 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
16626
16627 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
16628 width 0" to prevent word wrapping problems.
16629
16630 2005-02-09 Kim F. Storm <storm@cua.dk>
16631
16632 * ido.el (ido-file-extensions-order): New defcustom.
16633 (ido-file-extension-lessp, ido-file-extension-aux)
16634 (ido-file-extension-order): New advanced file ordering.
16635 (ido-file-lessp): New simple file ordering.
16636 (ido-sort-list): Remove.
16637 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
16638 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
16639
16640 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
16641
16642 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
16643 that some versions of grep produce.
16644 (grep-mode-font-lock-keywords): Likewise.
16645
16646 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
16647
16648 * progmodes/gdb-ui.el (gdb-location-list): New variable.
16649 (gdb-cdir): Delete.
16650 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
16651 (gdb-source-info): Treat case when source file is in another
16652 directory properly.
16653 (gdb-get-location): New function.
16654
16655 2005-02-07 Jay Belanger <belanger@truman.edu>
16656
16657 * calc/calc-prog.el (calc-write-parse-table-part)
16658 (calc-fix-token-name): Fix a check for language type.
16659
16660 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
16661
16662 2005-02-07 Andre Spiegel <spiegel@gnu.org>
16663
16664 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
16665 as directory not writable.
16666
16667 2005-02-07 Kim F. Storm <storm@cua.dk>
16668
16669 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
16670 (cua--standard-movement-commands): Remove list.
16671 Instead, set CUA property value to move for movement commands.
16672 (cua-movement-commands): Remove. Users must set CUA prop instead.
16673 (cua--pre-command-handler): Check CUA property.
16674 (cua--init-keymaps): Don't remap undo commands.
16675 (cua-mode): Don't call cua--rectangle-on-off.
16676
16677 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
16678 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
16679 (cua--rect-undo-set-point): New var.
16680 (cua--rectangle-undo-boundary): Setup undo apply entry.
16681 (cua--rect-undo-handler): New function for rectangle undo.
16682 (cua--rect-start-position, cua--rect-end-position): Add.
16683 (cua--rectangle-post-command): Call cua--rectangle-set-corners
16684 for restored rectangle. Set point if cua--rect-undo-set-point.
16685
16686 2005-02-06 Jay Belanger <belanger@truman.edu>
16687
16688 * calc/calc-lang.el (calc-tex-language): Display more information
16689 in messages.
16690
16691 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
16692 in TeX mode.
16693
16694 2005-02-06 Richard M. Stallman <rms@gnu.org>
16695
16696 * emacs-lisp/lisp.el (buffer-end): Doc fix.
16697
16698 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
16699
16700 * net/ldap.el (ldap-search-internal): Support attributes with
16701 optional descriptions separated by a semi-colon, as in
16702 "userCertificate;binary".
16703
16704 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16705
16706 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
16707 isn't a cons (i.e. the version is 0).
16708
16709 2005-02-05 Eli Zaretskii <eliz@gnu.org>
16710
16711 * help.el (help-for-help): Doc fix.
16712
16713 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
16714
16715 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
16716 GDB-Windows on the menu-bar as this works better.
16717
16718 2005-02-04 Jay Belanger <belanger@truman.edu>
16719
16720 * calc/calc-embed.el (calc-embedded-update): Don't put in
16721 unnecessary newlines. Adjust the end of formula marker.
16722
16723 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
16724 (math-latex-parse-two-args): New function.
16725
16726 2005-02-03 Lute Kamstra <lute@gnu.org>
16727
16728 * help-fns.el (help-with-tutorial): Make sure that users cannot
16729 remove the entire text of the tutorial by means of `undo'.
16730
16731 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
16732
16733 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
16734 in recent changes, where the ispell process was repeatedly
16735 killed & restarted.
16736
16737 * international/mule-cmds.el (set-locale-environment): Set file-name
16738 coding system to utf-8 on Darwin systems.
16739 (set-default-coding-systems): Don't set default-file-name-coding-system
16740 on Darwin systems.
16741
16742 2005-02-03 Richard M. Stallman <rms@gnu.org>
16743
16744 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
16745
16746 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
16747
16748 * faces.el (list-faces-display): Add optional argument.
16749
16750 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
16751
16752 * font-core.el (font-lock-default-function): Handle the rare case where
16753 only font-lock-keywords is set.
16754
16755 2005-02-02 Kenichi Handa <handa@m17n.org>
16756
16757 * international/characters.el: Cancel previous change for
16758 I-WITH-DOT-ABOVE and DOTLESS-i.
16759
16760 * international/latin-5.el: Cancel previous change.
16761
16762 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
16763
16764 * progmodes/gud.el: Correction to syntax in gud-menu-map.
16765
16766 2005-02-02 Kenichi Handa <handa@m17n.org>
16767
16768 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
16769 DOTLESS-i.
16770
16771 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
16772 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
16773
16774 * case-table.el (get-upcase-table): New function.
16775 (copy-case-table): Copy upcaes table too if non-nil.
16776 (set-case-syntax-delims): Maintain upcase table too.
16777 (set-case-syntax-pair): Likewise.
16778 (set-upcase-syntax, set-downcase-syntax): New functions.
16779 (set-case-syntax): Maintain upcase table too.
16780
16781 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
16782
16783 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
16784
16785 * progmodes/gud.el (gud-goto-info): New function.
16786 (gud-tool-bar-map): Use correct icon.
16787
16788 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
16789
16790 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
16791 When delegating, order args in the funcall correctly.
16792
16793 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
16794
16795 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
16796
16797 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
16798
16799 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
16800 buffer not visiting a file.
16801
16802 2005-01-31 Jay Belanger <belanger@truman.edu>
16803
16804 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
16805 bound on the line with the formula.
16806
16807 2005-01-31 Kim F. Storm <storm@cua.dk>
16808
16809 * ses.el (ses-create-cell-variable-range)
16810 (ses-destroy-cell-variable-range, ses-reset-header-string)
16811 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
16812 (ses-insert-row): Fix format of apply undo entries.
16813
16814 2005-01-31 Jay Belanger <belanger@truman.edu>
16815
16816 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
16817 parts.
16818
16819 * calc/calc-embed.el (calc-embedded-open-formula)
16820 (calc-embedded-close-formula): Ignore matrix environments.
16821
16822 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
16823 TeX mode.
16824
16825 * calc/calc-lang.el (math-function-table, math-oper-table)
16826 (math-variable-table): Adjust the LaTeX portions.
16827
16828 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
16829 (math-latex-ignore-words): New constant.
16830
16831 2005-01-31 Richard M. Stallman <rms@gnu.org>
16832
16833 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
16834 (ispell-local-dictionary): Doc fix.
16835 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
16836 Don't reinitialize at run time. Don't defcustom.
16837 All uses changed to append ispell-local-dictionary-alist,
16838 or check it first.
16839 (ispell-current-dictionary): New variable for dictionary in use.
16840 (ispell-dictionary): Now used only for global default.
16841 (ispell-start-process): Set ispell-current-dictionary,
16842 not ispell-dictionary.
16843 (ispell-change-dictionary): Use this only for setting
16844 user preferences.
16845 (ispell-internal-change-dictionary): New function
16846 to change the current dictionary in use.
16847 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
16848 Use ispell-current-dictionary.
16849 Handle ispell-local-dictionary-overridden.
16850 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
16851
16852 2005-01-31 Jay Belanger <belanger@truman.edu>
16853
16854 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
16855
16856 * calc/calc-ext.el: Add calc-latex-language to autoloads.
16857 (calc-mode-map): Add calc-latex-language.
16858
16859 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
16860 (math-latex-print-frac): New functions.
16861 (math-oper-table, math-function-table, math-variable-table)
16862 (math-complex-format, math-input-filter): Add latex properties.
16863 (calc-set-language): Set math-expr-special-function-mapping.
16864
16865 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
16866 (calc-write-parse-table-part): Add LaTeX support.
16867
16868 * calc/calc.el (calc-language): Adjust docstring.
16869 (calc-set-mode-line): Add LaTeX support.
16870 (math-expr-special-function-mapping): New variable.
16871 (math-tex-ignore-words): Add to list.
16872
16873 * calc/calccomp.el (math-compose-expr, math-compose-rows):
16874 Add LaTeX support.
16875 (math-compose-expr): Add support for special functions.
16876
16877 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
16878
16879 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
16880
16881 * progmodes/gdb-ui.el (gdb-memory-address)
16882 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
16883 (gdb-memory-mode-map, gdb-memory-format-keymap)
16884 (gdb-memory-format-menu, gdb-memory-unit-keymap)
16885 (gdb-memory-unit-menu): New variables for a buffer
16886 that lets the user examine program memory.
16887 (gdb-memory-set-address, gdb-memory-set-repeat-count)
16888 (gdb-memory-format-binary, gdb-memory-format-octal)
16889 (gdb-memory-format-unsigned, gdb-memory-format-signed)
16890 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
16891 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
16892 (gdb-memory-unit-word, gdb-memory-unit-halfword)
16893 (gdb-memory-unit-byte, gdb-memory-unit-menu)
16894 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
16895 (gdb-memory-mode, gdb-memory-buffer-name)
16896 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
16897 New functions for above buffer.
16898
16899 2005-01-30 Richard M. Stallman <rms@gnu.org>
16900
16901 * cus-edit.el (custom-bury-buffer): Function deleted.
16902 (custom-buffer-done-function): Option deleted.
16903 (custom-buffer-done-kill): New replacement option.
16904 (Custom-buffer-done): Call quit-window.
16905 (custom-buffer-create-internal): Update for above changes.
16906
16907 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
16908
16909 * simple.el (undo-ask-before-discard): New var.
16910 (undo-outer-limit-truncate): Implement it.
16911 (undo-extra-outer-limit): Doc update.
16912
16913 2005-01-29 Richard M. Stallman <rms@gnu.org>
16914
16915 * ses.el (undo-more): Delete defadvice.
16916 (ses-begin-change): Doc fix.
16917
16918 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
16919 instead of rebinding C-x u and C-_.
16920
16921 * files.el (normal-backup-enable-predicate): Return nil for files
16922 in /tmp, regardless of temporary-file-directory.
16923
16924 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
16925
16926 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
16927 (open-rectangle, delete-whitespace-rectangle-line)
16928 (clear-rectangle-line): If FILL, pass t instead of FILL
16929 for move-to-column's 2nd arg.
16930
16931 * simple.el (undo): Fix the test for continuing a series of undos.
16932 (undo-more): Set pending-undo-list to t when we reach end.
16933 (pending-undo-list): Move up defvar.
16934
16935 * wid-edit.el (widget-button-click):
16936 Shorten the range of the track-mouse binding.
16937
16938 * comint.el (comint-insert-input): Undo previous changes;
16939 use last-input-event in interactive spec.
16940
16941 2005-01-29 Eli Zaretskii <eliz@gnu.org>
16942
16943 * progmodes/compile.el (compilation-start): Bind buffer-read-only
16944 to nil before invoking call-process. Reset buffer's modified flag
16945 after fontifying it in the no-async branch.
16946
16947 * wid-edit.el (widget-specify-button): If mouse pointer shape
16948 cannot be changed, use mouse face instead.
16949
16950 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
16951
16952 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
16953 (gdb-goto-breakpoint): Make breakpoint handling work on template
16954 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
16955 (gdb-assembler-custom): Update to recognize breakpoint information
16956 added on 2005-01-19.
16957
16958 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
16959
16960 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
16961 (dsssl-mode): Use define-derived-mode.
16962 (scheme-mode-initialize): Remove.
16963 (scheme-mode): Use run-mode-hooks.
16964
16965 * cus-edit.el (customize-group-other-window)
16966 (custom-buffer-create-other-window): Don't override special-display-*.
16967 (custom-mode-map): Make it dense.
16968
16969 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
16970 sets the default value.
16971
16972 2005-01-28 Eli Zaretskii <eliz@gnu.org>
16973
16974 * descr-text.el: Add more keywords.
16975
16976 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
16977
16978 * speedbar.el: Avoid unnecessary use of locate-library.
16979
16980 * international/mule-cmds.el (standard-display-european-internal):
16981 Don't fiddle with latin-1 non-break space any more since it's now
16982 special cased in the C code.
16983 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
16984
16985 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
16986
16987 * cus-start.el (all): Add `undo-outer-limit'.
16988
16989 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16990
16991 * textmodes/bibtex.el (bibtex-format-entry):
16992 Use `bibtex-empty-field-re' only on the text of fields, not on entire
16993 field lines.
16994 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
16995 not on part of a buffer.
16996
16997 2005-01-25 Lute Kamstra <lute@gnu.org>
16998
16999 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
17000 nonempty field text strings like "{letters\\macro{}more letters}".
17001 Clarify docstring.
17002 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
17003 (bibtex-entry-offset, bibtex-parse-association)
17004 (bibtex-parse-field-name): Fix typos in docstrings.
17005 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
17006
17007 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
17008
17009 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
17010 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
17011 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
17012 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
17013
17014 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
17015 isearch minor mode.
17016
17017 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
17018
17019 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
17020
17021 2005-01-24 Lute Kamstra <lute@gnu.org>
17022
17023 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
17024 CASECHARS and NOT-CASECHARS regular expressions of the
17025 "nederlands" and "nederlands8" dictionaries to prevent a "Range
17026 striding over charsets" error.
17027
17028 2005-01-24 Jay Belanger <belanger@truman.edu>
17029
17030 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
17031 display variable name.
17032
17033 2005-01-24 Kenichi Handa <handa@m17n.org>
17034
17035 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
17036 Fix setting of the element of encoded-kbd-iso2022-invocations.
17037
17038 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
17039
17040 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17041 (gdb-threads-select): Change to also accept mouse events.
17042 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
17043 (gdb-threads-mouse-select): Delete.
17044
17045 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
17046
17047 * files.el (insert-directory): Take care of empty directory,
17048 listed without -a switch.
17049
17050 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
17051
17052 * textmodes/refill.el (refill-post-command-function):
17053 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
17054 to the list of functions that we should be careful not to undo.
17055 (refill-late-fill-paragraph-function): Remove.
17056 (refill-saved-state): New var.
17057 (refill-mode): Use it to save fill-paragraph-function.
17058 Save also the value of auto-fill-function.
17059
17060 * term/w32-win.el: Simplify code.
17061
17062 2005-01-23 Kim F. Storm <storm@cua.dk>
17063
17064 * simple.el (line-move): Adapt to new return value from
17065 pos-visible-in-window-p.
17066
17067 * simple.el (line-move): Fix last change. Check partial
17068 visibility at point rather than at window-start.
17069
17070 2005-01-22 Jason Rumney <jasonr@gnu.org>
17071
17072 * term/w32-win.el (xw-defined-colors): Remove debug-message.
17073
17074 2005-01-22 David Kastrup <dak@gnu.org>
17075
17076 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
17077
17078 2005-01-22 Eli Zaretskii <eliz@gnu.org>
17079
17080 * type-break.el (type-break-mode): Add a test for
17081 type-break-file-name being non-nil.
17082
17083 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
17084
17085 * net/eudc.el (top level): Call (message "") via progn, so that
17086 eudc-options-file is loaded.
17087
17088 2005-01-22 Kim F. Storm <storm@cua.dk>
17089
17090 * simple.el (line-move-1): Rename from line-move.
17091 (line-move): New function that adjusts vscroll for partially
17092 visible rows, and calls line-move-1 otherwise.
17093
17094 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
17095
17096 * pcomplete.el: Define pcomplete-read-event instead of read-event,
17097 since it's not a complete read-event implementation
17098
17099 2005-01-20 Jay Belanger <belanger@truman.edu>
17100
17101 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
17102 for called function.
17103
17104 2005-01-20 Steven Tamm <steventamm@mac.com>
17105
17106 * term/mac-win.el (process-connection-type): Remove.
17107 Controlled now by s/darwin.h:PTY_ITERATION.
17108
17109 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
17110
17111 * window.el (handle-select-window): Don't switch window when we're
17112 in the minibuffer.
17113
17114 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
17115
17116 * subr.el (dotimes-with-progress-reporter): New macro.
17117
17118 * ses.el (ses-dotimes-msg): Remove macro.
17119 Use `dotimes-with-progress-reporter' instead.
17120
17121 2005-01-19 Steven Tamm <steventamm@mac.com>
17122
17123 * term/mac-win.el (process-connection-type): Use new
17124 operating-system-release variable to use ptys on Darwin 7 (OS X
17125 10.3) when using carbon build.
17126
17127 2005-01-19 Jay Belanger <belanger@truman.edu>
17128
17129 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
17130 flags if the last command was a tab or M-tab.
17131
17132 * calc/calc-prog.el (calc-user-define-edit): Put original formula
17133 in formula editing buffer.
17134
17135 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
17136
17137 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
17138 breakpoint image symbol in margin.
17139
17140 2005-01-19 Jay Belanger <belanger@truman.edu>
17141
17142 * calc/calc-prog.el (calc-execute-kbd-macro):
17143 Ignore calc-keep-arg-flag.
17144
17145 2005-01-19 Kenichi Handa <handa@m17n.org>
17146
17147 * textmodes/ispell.el (ispell-looking-at): New function.
17148 (ispell-process-line): Use ispell-looking-at to compare the ispell
17149 output and the buffer contents.
17150
17151 2005-01-18 Jay Belanger <belanger@truman.edu>
17152
17153 * calc/calc.el (calc-display-raw): Fix docstring.
17154
17155 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
17156
17157 * simple.el (blink-matching-open): Strip extra info from syntax.
17158
17159 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
17160 funny chars in the end-of-here-doc marker.
17161
17162 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
17163
17164 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
17165 that enable/disabled state of breakpoints is shown correctly in
17166 fringe and on ttys.
17167 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
17168 Add breakpoint information as text properties.
17169 (gdb-mouse-toggle-breakpoint):
17170 Rename to gdb-mouse-set-clear-breakpoint.
17171 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
17172 breakpoints in the margin.
17173 (gdb-remove-strings): Simplify.
17174
17175 2005-01-17 Jay Belanger <belanger@truman.edu>
17176
17177 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
17178 erasing buffer.
17179
17180 2005-01-17 Richard M. Stallman <rms@gnu.org>
17181
17182 * progmodes/grep.el (grep-find): Copy from `grep' the condition
17183 for calling grep-compute-defaults.
17184
17185 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
17186 if buffer is empty.
17187
17188 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
17189
17190 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
17191
17192 * hilit-chg.el (highlight-changes-mode): Don't autoload.
17193
17194 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
17195 non-preloaded variables.
17196
17197 2005-01-17 Steven Tamm <steventamm@mac.com>
17198
17199 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
17200 tex-shell cause to force interactivity when using pipes.
17201
17202 2005-01-17 Kim F. Storm <storm@cua.dk>
17203
17204 * simple.el (just-one-space): Make arg optional.
17205
17206 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
17207
17208 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
17209 posn-at-x-y to t to access left-margin.
17210
17211 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
17212
17213 Sync with Tramp 2.0.47.
17214
17215 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
17216 catching keep-date problems in cp/scp operations.
17217 (tramp-handle-copy-file): Don't call `set-file-modes'
17218 unconditionally. Specialized functions should know better what is
17219 necessary. This improves performance a little bit, and the
17220 functions could catch errors with `cp -p' and `scp -p'.
17221 (tramp-do-copy-or-rename-file-via-buffer)
17222 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
17223 when appropriate.
17224 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
17225 Call `set-file-modes' when appropriate.
17226 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
17227 Johnsson <isak@hypergene.com>
17228 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
17229 of both Tramp buffer and debug buffer. Reported by Joakim Verona
17230 <joakim@verona.se>
17231 (tramp-file-name-for-operation): Mark `shell-command' as magic for
17232 Emacs only.
17233
17234 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
17235 `find-file-hooks' and `dired-mode-hook'.
17236 (tramp-minor-mode-map): Respective map. Add remapping for
17237 `compile' and `recompile'.
17238 (tramp-remap-command, tramp-recompile): New defuns.
17239 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
17240 in buffer "*Compilation*". Call the commands asynchronously.
17241
17242 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
17243 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
17244 `shell-command', because it isn't magic in XEmacs. Reported by
17245 Adrian Aichner <adrian@xemacs.org>.
17246
17247 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17248 `substitute-in-file-name.
17249 (tramp-smb-handle-substitute-in-file-name): New defun.
17250 (tramp-smb-advice-PC-do-completion): Delete advice.
17251
17252 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
17253
17254 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
17255 Fix error in deleting region.
17256
17257 2005-01-15 Richard M. Stallman <rms@gnu.org>
17258
17259 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
17260 In non-temp buffer, switch syntax table temporarily.
17261
17262 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
17263
17264 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
17265
17266 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
17267
17268 * imenu.el (imenu--split-menu): Copy menulist before sorting.
17269 (imenu--generic-function): Use START, not BEG, as pos of definition.
17270
17271 * simple.el (just-one-space): Argument specifies number of spaces.
17272
17273 * simple.el (eval-expression-print-format): Avoid warning
17274 about edebug-active.
17275
17276 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
17277
17278 * progmodes/sh-script.el: Code copied from make-mode.el
17279 with small changes,
17280 (sh-mode-map): Bind C-c C-\.
17281 (sh-backslash-column, sh-backslash-align): New variables.
17282 (sh-backslash-region, sh-append-backslash): New functions.
17283
17284 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
17285
17286 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
17287 (rmail-pop-password, rmail-pop-password-required): Move to
17288 rmail-obsolete group.
17289 (rmail-set-pop-password): Rename to rmail-set-remote-password.
17290 All callers updated.
17291 (rmail-get-pop-password): Rename to rmail-get-remote-password.
17292 Take an argument specifying whether it is POP or IMAP mailbox we
17293 are using. All callers updated.
17294 (rmail-pop-password-error): Rename to
17295 rmail-remote-password-error. Added mailutils-specific error message.
17296 (rmail-movemail-search-path)
17297 (rmail-movemail-variant-in-use): New variables.
17298 (rmail-remote-password, rmail-remote-password-required):
17299 New customization variables.
17300 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
17301 (rmail-parse-url): New function.
17302 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
17303 with GNU mailutils movemail.
17304
17305 2005-01-15 Kevin Ryde <user42@zip.com.au>
17306
17307 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
17308 suffix to space, $ or '$, to correctly position point when going
17309 to @table style constants like DBL_MAX.
17310
17311 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
17312
17313 * type-break.el (type-break-mode, type-break-file-time)
17314 (type-break-file-keystroke-count, type-break-choose-file):
17315 Don't store data in or load data from the file if type-break-file-name
17316 is nil.
17317 (type-break-file-name): Doc update as per the above.
17318
17319 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
17320
17321 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
17322 lookup-key might return nil; handle that.
17323
17324 2005-01-15 Alan Mackenzie <acm@muc.de>
17325
17326 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
17327 rather than the element found, thus enabling the tree to be setcar'd.
17328
17329 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
17330
17331 * textmodes/org.el (org-show-following-heading): New option.
17332 (org-show-hierarchy-above): Use `org-show-following-heading'.
17333 (org-cycle): Documentation fix.
17334
17335 * textmodes/org.el (orgtbl-optimized): New option
17336 (orgtbl-mode): New command, a minor mode.
17337 (orgtbl-mode-map): New variable.
17338 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
17339 (orgtbl-error, orgtbl-self-insert-command)
17340 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
17341
17342 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
17343 a local variable in each org-mode buffer.
17344
17345 * textmodes/org.el (org-set-regexps-and-options): Rename from
17346 `org-set-regexps'. Added checking for STARTUP keyword.
17347 (org-get-current-options): Add STARTUP options.
17348 (org-table-insert-row): Make mode intelligent about when
17349 realignment is needed.
17350 (org-self-insert-command, org-delete-backward-char, org-delete-char):
17351 New commands.
17352 (org-enable-table-editor): New default value `optimized'.
17353 (org-table-blank-field): Support blanking regions if active.
17354
17355 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
17356
17357 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
17358 if the year is not given.
17359
17360 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
17361 Add new escapes %m and %M, fixed bug with %F by adding
17362 save-match-data.
17363 (reftex-reference): Remove ?. from list of spaces.
17364 (reftex-label-info): Add automatic label prefix recognition.
17365
17366 * textmodes/reftex-index.el (reftex-index-next-phrase):
17367 Add slave parameter to call of `reftex-index-this-phrase'.
17368 (reftex-index-this-phrase): New optional argument.
17369 (reftex-index-region-phrases): Add slave parameter to call of
17370 `reftex-index-this-phrase'.
17371 (reftex-display-index): New argument redo.
17372 (reftex-index-rescan): Add 'redo to arguments of
17373 `reftex-display-index'.
17374 (reftex-index-Rescan, reftex-index-revert)
17375 (reftex-index-switch-index-tag): Add 'redo to arguments of
17376 `reftex-display-index'.
17377 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
17378 indexing. Fix bug with matching is there is a quote before or
17379 after the word.
17380
17381 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
17382 Fix bug when collecting citation keys in lines with comments.
17383 (reftex-citation): Prefix argument no longer rescans the document,
17384 but forces prompting for optional arguments of cite macros.
17385 (reftex-do-citation): Prompting for optional arguments implemented.
17386
17387 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17388 Add optional arguments to most cite commands.
17389 (reftex-cite-cleanup-optional-args): New option
17390 (reftex-cite-prompt-optional-args): New option.
17391 (reftex-trust-label-prefix): New option.
17392
17393 * textmodes/reftex-toc.el (reftex-toc-find-section):
17394 Add push-mark before changing the position in the buffer.
17395
17396 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
17397 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
17398
17399 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
17400
17401 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
17402 more carefully.
17403
17404 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
17405
17406 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
17407 (sgml-mode): Use it.
17408 (sgml-get-context): Better keep track of implicitly closed tags.
17409
17410 2005-01-13 Kenichi Handa <handa@m17n.org>
17411
17412 * textmodes/ispell.el: These changes are to fix misalignment error
17413 caused by equivalent characters of different Emacs charsets.
17414 (ispell-unified-chars-table): New variable.
17415 (ispell-get-decoded-string): New function.
17416 (ispell-get-casechars, ispell-get-not-casechars)
17417 (ispell-get-otherchars): Call ispell-get-decoded-string.
17418
17419 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17420
17421 * custom.el (custom-declare-variable): Just put symbol instead
17422 of (defvar . symbol) in `current-load-list'.
17423
17424 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
17425
17426 * emacs-lisp/elint.el: Fixed typo in Commentary section.
17427
17428 2005-01-12 Jay Belanger <belanger@truman.edu>
17429
17430 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
17431 to create a Calc summary.
17432
17433 2005-01-12 Kim F. Storm <storm@cua.dk>
17434
17435 * mouse.el (mouse-on-link-p): Change functionality and doc
17436 string to comply with latest description in lisp ref.
17437
17438 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
17439
17440 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
17441 Enable mouse clicks on mode-line, header-line and margin.
17442 (event-type): Give mouse event symbols an 'event-kind property
17443 with value 'mouse-click.
17444
17445 2005-01-12 Juri Linkov <juri@jurta.org>
17446
17447 * facemenu.el (list-colors-display): Add new arg buffer-name.
17448 Use it. Fix docstring. Replace code for identifying duplicate
17449 colors by the name with call to `list-colors-duplicates' which
17450 identifies duplicate colors by the value unless the color
17451 is one of special Windows colors. Set truncate-lines to t.
17452 Print sorted duplicate color names on each line. Indent to 22
17453 \(the longest color name in rgb.txt) instead of 20. Optimize.
17454 (list-colors-duplicates): New function.
17455 (facemenu-color-name-equal): Delete function.
17456
17457 * facemenu.el (list-colors-print): New function created from code
17458 in list-colors-display. Print #RRGGBB at the window right edge.
17459 (list-colors-display): When temp-buffer-show-function is not
17460 defined, call list-colors-print from temp-buffer-show-hook
17461 to get the right value of window-width in list-colors-print
17462 after the buffer is displayed.
17463
17464 * simple.el (pop-mark): Move deactivate-mark out of conditional
17465 part to deactivate the active mark regardless of the state of the
17466 mark ring.
17467
17468 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
17469 variables line in desktop files.
17470
17471 2005-01-12 Juri Linkov <juri@jurta.org>
17472
17473 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
17474 Bring together isearch highlight related options.
17475 (lazy-highlight): Replace group `replace' by `matching'.
17476 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
17477 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
17478 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
17479 and declare them obsolete.
17480 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
17481 (isearch-faces): Remove defgroup.
17482 (isearch-overlay, isearch-highlight, isearch-dehighlight):
17483 Move isearch highlighting code closer to lazy highlighting code.
17484
17485 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
17486 (query-replace-highlight, query-replace-lazy-highlight)
17487 (query-replace): Move definitions to the beginning of the file.
17488
17489 2005-01-11 Juri Linkov <juri@jurta.org>
17490
17491 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
17492 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
17493 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
17494
17495 * info.el (Info-history-forward): New variable.
17496 (Info-select-node): Reset Info-history-forward to nil.
17497 (Info-last): Turn into defalias.
17498 (Info-history-back): Rename from Info-last.
17499 Add current node to Info-history-forward.
17500 (Info-history-forward): New fun.
17501 (Info-mode-map): Replace Info-last by Info-history-back.
17502 Bind Info-history-forward to "r".
17503 (Info-mode-menu): Replace Info-last by Info-history-back.
17504 Fix menu item text. Add menu item for Info-history-forward.
17505 (info-tool-bar-map): Replace Info-last by Info-history-back.
17506 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
17507 for Info-history-forward.
17508 (Info-mode): Replace Info-last by Info-history-back in docstring.
17509 Add local variable Info-history-forward.
17510 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
17511
17512 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
17513
17514 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
17515 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
17516 Ignore select-window events rather than fiddle with
17517 mouse-autoselect-window.
17518
17519 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
17520
17521 * type-break.el (type-break-mode): Fix previous change.
17522
17523 2005-01-10 Jay Belanger <belanger@truman.edu>
17524
17525 * calc/calc-ext.el (calc-reset): Reset when inside embedded
17526 calculator; only reset when point is inside a calculator.
17527 Don't adjust the window height if the window takes up the whole height
17528 of the frame.
17529
17530 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
17531
17532 * ebuff-menu.el (Electric-buffer-menu-mode):
17533 Preserve value of buffer-local var header-line-format.
17534
17535 2005-01-09 Jay Belanger <belanger@truman.edu>
17536
17537 * calc/calc.el (calc-mode-var-list-restore-saved-values):
17538 Make sure settings file exists before accessing it.
17539
17540 * calc/calc-embed.el (calc-embedded-subst):
17541 Replace math-multi-subst-rec, which is only supposed to be called
17542 by math-multi-subst, by math-multi-subst.
17543
17544 2005-01-09 Andre Spiegel <spiegel@gnu.org>
17545
17546 * vc.el (vc-allow-async-revert): New user option.
17547 (vc-disable-async-diff): New internal variable.
17548 (vc-revert-buffer): Use them to disable asynchronous diff.
17549
17550 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
17551 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
17552 asynchronously if vc-disable-async-diff is t.
17553
17554 2005-01-09 Jay Belanger <belanger@truman.edu>
17555
17556 * calc/calc.el (defcalcmodevar): New macro.
17557 (calc-mode-var-list-restore-default-values)
17558 (calc-mode-var-list-restore-saved-values): New functions.
17559 (calc-mode-var-list): Use defcalcmodevar to define it.
17560 (calc-always-load-extensions, calc-line-numbering)
17561 (calc-line-breaking, calc-display-just, calc-display-origin)
17562 (calc-number-radix, calc-leading-zeros, calc-group-digits)
17563 (calc-group-char, calc-point-char, calc-frac-format)
17564 (calc-prefer-frac, calc-hms-format, calc-date-format)
17565 (calc-float-format, calc-full-float-format, calc-complex-format)
17566 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
17567 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
17568 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
17569 (calc-matrix-brackets, calc-language, calc-language-option)
17570 (calc-left-label, calc-right-label, calc-word-size)
17571 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
17572 (calc-display-raw, calc-internal-prec, calc-angle-mode)
17573 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
17574 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
17575 (calc-window-height, calc-display-trail, calc-show-selections)
17576 (calc-use-selections, calc-assoc-selections)
17577 (calc-display-working-message, calc-auto-why, calc-timing)
17578 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
17579 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
17580 (calc-gnuplot-default-device, calc-gnuplot-default-output)
17581 (calc-gnuplot-print-device, calc-gnuplot-print-output)
17582 (calc-gnuplot-geometry, calc-graph-default-resolution)
17583 (calc-graph-default-resolution-3d, calc-invocation-macro)
17584 (calc-show-banner): Use defcalcmodevar to declare them and set
17585 their default values.
17586
17587 * calc/calc-ext.el (calc-reset): Restore saved values of variables
17588 instead of default values (but restore default values if there is
17589 an argument of 0).
17590
17591 2005-01-09 David Kastrup <dak@gnu.org>
17592
17593 * desktop.el (desktop-restore-eager): Fix typo in type.
17594
17595 2005-01-08 Richard M. Stallman <rms@gnu.org>
17596
17597 * cus-edit.el (customize): Delete :link.
17598
17599 2005-01-08 Jay Belanger <belanger@truman.edu>
17600
17601 * calc/calc.el (calc-mode): Remove the extension from the
17602 `calc-settings-file' file name when loading it.
17603
17604 2005-01-08 Kim F. Storm <storm@cua.dk>
17605
17606 * info.el (Info-mode-map, Info-next-link-keymap)
17607 (Info-prev-link-keymap, Info-up-link-keymap):
17608 Map follow-link to mouse-face.
17609 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
17610
17611 2005-01-08 Jay Belanger <belanger@truman.edu>
17612
17613 * calc/calc.el (calc-settings-file): Change default value.
17614 Suggested by cgw in a comment in calc-mode.el.
17615
17616 * calc/calc-mode.el (calc-settings-file-name):
17617 Compare calc-settings-file to user-init-file instead of ~/.emacs.
17618 Replace ~/.emacs in a prompt by calc-settings-file.
17619
17620 2005-01-07 Lars Hansen <larsh@math.ku.dk>
17621
17622 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
17623 (desktop-lazy-idle-delay): New customizable variables.
17624 (desktop-buffer-args-list): New variable.
17625 (desktop-append-buffer-args): New function.
17626 (desktop-save): Call desktop-append-buffer-args for some buffers.
17627 (desktop-lazy-create-buffer): New function.
17628 (desktop-idle-create-buffers): New function.
17629 (desktop-read): Add message about buffers to restore lazily.
17630 (desktop-lazy-abort): New command.
17631 (desktop-clear): Call desktop-lazy-abort.
17632 (desktop-lazy-complete): New command.
17633
17634 2005-01-06 Richard M. Stallman <rms@gnu.org>
17635
17636 * emacs-lisp/find-func.el (find-face-definition):
17637 Rename from find-face.
17638
17639 2005-01-06 Kim F. Storm <storm@cua.dk>
17640
17641 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
17642
17643 * man.el (Man-xref-man-page, Man-xref-header-file)
17644 (Man-xref-normal-file): Add follow-link property.
17645
17646 2005-01-06 Jay Belanger <belanger@truman.edu>
17647
17648 * calc/calc-units.el: Make sure the proper macro definitions are
17649 available when compiling.
17650
17651 2005-01-06 Juri Linkov <juri@jurta.org>
17652
17653 * isearch.el (isearch-lazy-highlight-update):
17654 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
17655
17656 2005-01-06 Miles Bader <miles@gnu.org>
17657
17658 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
17659 (isearch-lazy-highlight-face): Use new name.
17660
17661 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
17662
17663 * uniquify.el (uniquify-rationalize-file-buffer-names):
17664 Re-add an interactive spec.
17665 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
17666 to the same name.
17667
17668 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
17669 (isearch-update, isearch-done): Adjust calls accordingly.
17670
17671 2005-01-05 Richard M. Stallman <rms@gnu.org>
17672
17673 * custom.el (custom-set-variables, custom-theme-set-variables):
17674 Clarify documentation.
17675
17676 * emacs-lisp/find-func.el (find-variable)
17677 (find-variable-other-window, find-variable-other-frame):
17678 Fix the TYPE args to find-function-read and find-function-do-it.
17679 (find-function): Doc fix.
17680 (find-function-at-point): Replace function-at-point alias.
17681
17682 2005-01-04 Richard M. Stallman <rms@gnu.org>
17683
17684 * cus-face.el (custom-declare-face):
17685 Record defface in current-load-list.
17686
17687 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
17688
17689 * emacs-lisp/find-func.el: Doc fixes.
17690 (find-face-regexp): New variable.
17691 (find-function-regexp-alist): New variable.
17692 (find-function-C-source): Third arg is now TYPE.
17693 (find-function-search-for-symbol): Handle general TYPE.
17694 (find-function-read, find-function-do-it): Handle general TYPE.
17695 (find-definition-noselect, find-face): New functions.
17696 (function-at-point): Alias deleted.
17697
17698 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
17699
17700 * battery.el (display-battery-mode): Rename from display-battery.
17701 Handle the case where it gets turned off.
17702
17703 2005-01-04 Richard M. Stallman <rms@gnu.org>
17704
17705 * cus-edit.el (customize): Make :link point to user doc.
17706
17707 * man.el (Man-fontify-manpage): Turn off undo generation.
17708
17709 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
17710
17711 2005-01-04 Andreas Schwab <schwab@suse.de>
17712
17713 * files.el (insert-directory): Only look for error lines in
17714 inserted text. Don't move too far after processing --dired markers.
17715
17716 2005-01-04 Richard M. Stallman <rms@gnu.org>
17717
17718 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
17719 Don't expand if the character is @, period, dash, etc.
17720 (define-mail-abbrev): Quote names that contain problem characters.
17721
17722 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
17723
17724 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
17725
17726 2005-01-03 Richard M. Stallman <rms@gnu.org>
17727
17728 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
17729 (query-replace-highlight, query-replace-lazy-highlight)
17730 (query-replace): Definitions moved up. Doc fix.
17731
17732 2005-01-03 Richard M. Stallman <rms@gnu.org>
17733
17734 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
17735 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
17736 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
17737 (lazy-highlight-face): Rename from isearch-lazy-...
17738 Change all references to them.
17739
17740 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
17741
17742 * cus-edit.el (custom-file): Doc fix for defcustom.
17743 (custom-file): The function no longer sets the variable
17744 `custom-file' to its return value.
17745
17746 * startup.el (command-line): No longer load `custom-file'.
17747
17748 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
17749
17750 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
17751
17752 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
17753 Don't confuse module-prefixed identifiers for labels.
17754 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
17755
17756 2005-01-02 Richard M. Stallman <rms@gnu.org>
17757
17758 * files.el (basic-save-buffer-1): Fix previous change.
17759
17760 * loadhist.el (file-loadhist-lookup): New function.
17761 (file-provides, file-requires): Use it.
17762
17763 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
17764 instead of calculating the right size.
17765
17766 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
17767
17768 * vc-svn.el (vc-svn-diff): Stay local if possible.
17769
17770 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
17771
17772 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
17773
17774 * files.el (hack-local-variables): Fix last change.
17775
17776 2005-01-02 Jay Belanger <belanger@truman.edu>
17777
17778 * calc/calc-yank.el (calc-edit-top): New variable.
17779 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
17780 object. Change header properties.
17781 (calc-edit-finish, calc-edit-finish-stack-object)
17782 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
17783 edited object.
17784 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
17785 for the beginning of the edited object.
17786 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
17787 for the beginning of the edited object.
17788 * calc/calc-prog.el (calc-edit-macro-finish-edit)
17789 (calc-finish-formula-edit, calc-macro-repeats)
17790 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
17791 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
17792 beginning of the edited object.
17793 (calc-user-define-edit): Change the header for editing macros.
17794 Remove unnecessary variable.
17795
17796 2005-01-01 Jay Belanger <belanger@truman.edu>
17797
17798 * calc/calc-yank.el (calc-edit-mode): Change default header.
17799 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
17800 * calc/calc-store.el (calc-edit-variable): Change title to match new
17801 header.
17802 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
17803 mode to match new header.
17804 (calc-user-define-edit): Change titles to include names of commands.
17805 (calc-finish-formula-edit): Adjust to handle new header.
17806 (calc-finish-macro-edit): Remove.
17807 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
17808 (calc-edit-macro-command, calc-edit-macro-command-type)
17809 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
17810 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
17811 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
17812 (calc-edit-macro-finish-edit): New functions.
17813 (calc-user-define-edit): Use new functions to edit named calc macros.
17814
17815 2005-01-01 Stefan <monnier@iro.umontreal.ca>
17816
17817 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
17818
17819 * ses.el (copy-region-as-kill): Deactivate mark.
17820
17821 2005-01-01 Richard M. Stallman <rms@gnu.org>
17822
17823 * replace.el (occur-1): If the output buffer is also an input,
17824 don't kill it, rename it.
17825
17826 * faces.el (set-face-background, set-face-foreground): Doc fix.
17827
17828 * cus-face.el (custom-face-attributes): Fix :help-echo strings
17829 for :foreground and :background.
17830
17831 * dired.el (dired-view-command-alist): Variable deleted.
17832 (dired-view-file, dired-mouse-find-file-other-window):
17833 Delete the code to use it.
17834
17835 2005-01-01 Kim F. Storm <storm@cua.dk>
17836
17837 * image.el (insert-sliced-image): Use t for line-height property.
17838
17839 See ChangeLog.11 for earlier changes.
17840
17841 ;; Local Variables:
17842 ;; coding: iso-2022-7bit
17843 ;; End:
17844
17845 Copyright (C) 2005 Free Software Foundation, Inc.
17846 Copying and distribution of this file, with or without modification,
17847 are permitted provided the copyright notice and this notice are preserved.
17848
17849 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1