(Command Loop Info, Adjusting Point): Remove @tindex.
[bpt/emacs.git] / lisp / ChangeLog
1 2006-07-08 Romain Francoise <romain@orebokech.com>
2
3 * term/x-win.el (x-display-name): Fix typo.
4
5 2006-07-08 Eli Zaretskii <eliz@gnu.org>
6
7 * hexl.el (hexl-find-file): Doc fix.
8
9 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10
11 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
12
13 * term/x-win.el (x-display-name): Doc fix.
14
15 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16
17 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
18 long prefixes.
19 (fill-region-as-paragraph): Don't round up to a whole line.
20 (fill-comment-paragraph): Don't include the code-before-the-comment
21 when calling fill-region-as-paragraph.
22
23 * international/mule.el (make-char): Remove redundancy.
24
25 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
26 property may contain an anonymous function rather than a symbol.
27
28 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
29
30 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
31 Use shy regexp. Fix incorrect backref to potentially unmatched group.
32
33 * dirtrack.el (dirtrack-default-directory-function): Remove.
34 (dirtrack-directory-function): Use file-name-as-directory.
35 (dirtrack-windows-directory-function): Simplify.
36 (dirtrack-forward-slash, dirtrack-backward-slash)
37 (dirtrack-replace-slash): Remove.
38 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
39 (dirtrack): Fix wrong parenthesizing; use match-string.
40
41 * progmodes/octave-inf.el: Remove spurious * in docstrings.
42 (inferior-octave-mode): Only change the buffer-local value of
43 comint-dynamic-complete-functions.
44 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
45 Move the initialization to the declaration.
46 (inferior-octave-complete): Remove unused var `filter'.
47
48 * shell.el (shell-mode): Only change the buffer-local value of
49 comint-dynamic-complete-functions.
50
51 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
52
53 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
54 entry is skipped because it has been scheduled.
55 (org-prepare-agenda-buffers): Don't mark buffers as modified when
56 changing `:org-archived' and `:org-comment' properties.
57
58 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
59
60 * server.el (server-select-display): Don't make the temp frame
61 minibuffer-only, in case it's not a temp frame.
62 (server-process-filter): Don't delete the temp frame if it's the
63 only one we have on that display.
64
65 * files.el (find-alternate-file): Doc fix.
66
67 2006-07-05 Richard Stallman <rms@gnu.org>
68
69 * files.el (abbreviate-file-name): Add save-match-data.
70
71 2006-07-03 Richard Stallman <rms@gnu.org>
72
73 * faces.el (read-face-name): Doc fix.
74
75 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
76
77 * net/goto-addr.el (goto-address): Mark as safe for local evals.
78
79 2006-07-05 Andre Spiegel <spiegel@gnu.org>
80
81 * vc.el (vc-diff-internal): Fix prev change.
82
83 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
84
85 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
86 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
87
88 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
89
90 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
91 fails if the symbol contains chars like ( or '.
92 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
93 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
94 `short'.
95
96 2006-07-04 Kenichi Handa <handa@m17n.org>
97
98 * international/mule-cmds.el (set-language-info): If LANG-ENV is
99 the current one, don't call set-language-environment, but call one
100 of set-language-environment-XXX to make INFO effective now.
101 (set-language-environment): Call set-language-environment-XXX
102 functions instead of doing the various setups directly.
103 (set-language-environment-coding-systems): Delete argument eol-type.
104 (set-language-environment-input-method)
105 (set-language-environment-nonascii-translation)
106 (set-language-environment-charset)
107 (set-language-environment-fontset)
108 (set-language-environment-unibyte): New functions.
109
110 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
111
112 * locate.el (locate-update-when-revert): New option.
113 (locate-update-path): New option (suggested by Michael Albinus).
114 (locate-prompt-for-command): Whitespace change.
115 (locate-update): No longer offer to update the locate database by
116 default. Implement the two new options.
117
118 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
119
120 * tooltip.el: Move comment about track-mouse...
121
122 * progmodes/gud.el: ...to here.
123
124 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
125
126 * facemenu.el (facemenu-listed-faces): New var.
127 (facemenu-unlisted-faces): Variable deleted.
128 (facemenu-add-new-face): Use facemenu-listed-faces.
129
130 * emulation/viper-init.el, calendar/calendar.el:
131 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
132
133 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
134
135 * textmodes/org.el (org-mode): Remove no invalid settings for
136 calc embedded mode.
137 (org-mode-p): New defsubst.
138 (org-save-all-org-buffers): New function.
139 (org-first-headline-recenter): Enclose outline-regexp in group
140 delimiters.
141 (org-set-tags): Keep single space after stars.
142
143 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
144
145 * window.el (set-window-text-height): Only set window-min-height to
146 1 if that's the requested size.
147
148 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
149 (diff-unified->context, diff-context->unified)
150 (diff-reverse-direction): Make sure the end marker stays at the end.
151 (diff-mode): Add the keymap table at the end of docstring.
152 Use lexical-let rather than constructing a closure manually.
153
154 * files.el (find-file-noselect-1): Remove unused var assignment.
155 (hack-local-variables-confirm): Print lists of strings as lists of
156 strings rather than lists of symbols.
157 (abbreviate-file-name, hack-local-variables-prop-line):
158 Use match-string.
159 (hack-one-local-variable): Move `make-local-variable' nearer its use.
160 (recover-session-finish): Use line-end-position.
161
162 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
163
164 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
165
166 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
167
168 * progmodes/make-mode.el (makefile-macroassign-regex):
169 Accept preceding keyword.
170 (makefile-gmake-statements): Reorganize, now that makepp has
171 "override" and also handle forgotten "override define".
172 (makefile-makepp-statements): Add new "global", "override export"
173 and "override global".
174
175 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
176
177 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
178 (ada-compile-mouse-goto-error, ada-deactivate-properties)
179 (ada-no-auto-case): Fix typos in docstrings.
180
181 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
182
183 * info.el (Info-find-node-2): Search for makeinfo version more
184 carefully.
185
186 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
187
188 * textmodes/org.el (org-prepare-agenda-buffers):
189 Use `invisible-OK' argument for `org-end-of-subtree'.
190 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
191 (org-beginning-of-item): Fix bug in regular expression for white line.
192 (org-export-as-html): Enforce space after bullet in plain list items.
193 (org-set-autofill-regexps): Require space after plain list bullet
194 for paragraph-start.
195 (org-ts-regexp3): New constant.
196 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
197 (org-timestamp-up-day, org-timestamp-down-day)
198 (org-timestamp-change): Work with inactive timestamps.
199 (org-ts-regexp1): Don't allow brackets in time stamps.
200
201 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
202
203 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
204 for ignoring links.
205
206 * faces.el (read-face-name): Use it.
207
208 2006-06-28 Juri Linkov <juri@jurta.org>
209
210 * buff-menu.el (list-buffers-noselect): Compare Info file
211 with the string "dir" to detect Info directory.
212
213 * complete.el (partial-completion-mode): In lambda for
214 `choose-completion-string-functions' use full function signature
215 with 4 args, and move point to the end of the minibuffer only if arg
216 `mini-p' is non-nil.
217
218 2006-06-28 John Paul Wallington <jpw@pobox.com>
219
220 * ibuffer.el (ibuffer-mode): Doc fix.
221
222 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
223
224 * textmodes/org.el (org-context): New contexts :item-bullet,
225 :latex-fragment, :latex-preview.
226 (org-overlays-at, org-overlay-start, org-overlay-end):
227 New compatibility functions.
228 (org-inside-LaTeX-fragment-p): More accurate matching, using the
229 exact regexp that will be used during export.
230 (org-latex-regexps): New variable.
231 (org-cdlatex-mode): Improve advice for `texmathp'.
232 (turn-on-org-cdlatex): New function.
233
234 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
235
236 * term/mac-win.el (mac-handle-font-selection): Change keys of
237 mac-atsu-font-table from strings to numbers.
238 (mac-ts-caret-position): Use also when cursor-type is nil.
239 (mac-ts-update-active-input-area): Add Mac OS Classic support.
240 Relax condition for using overlay strings.
241 Use mac-ts-caret-position face when cursor-type is nil.
242
243 2006-06-26 Kim F. Storm <storm@cua.dk>
244
245 * help.el (view-emacs-news): Declare `res' in the right let* form.
246
247 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
248
249 * net/rcompile.el (remote-compile): Replace ange-ftp based
250 implementation by Tramp functions. Based on a patch published by
251 Marc Abramowitz <msabramo@gmail.com>.
252
253 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
254
255 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
256
257 * international/fontset.el (setup-default-fontset): Fix a typo in
258 the "Oriya-Akruti" registry name.
259
260 2006-06-23 Lars Hansen <larsh@soem.dk>
261
262 * desktop.el (desktop-full-file-name): New function.
263 (desktop-kill, desktop-save, desktop-remove, desktop-read)
264 (desktop-revert): Use it.
265 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
266 (desktop-after-read-hook): Add option list-buffers.
267 (desktop-locals-to-save): Add tab-width.
268 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
269 Fix docstring.
270
271 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
272
273 * textmodes/org.el (org-cdlatex-mode-map)
274 (org-cdlatex-texmathp-advice-is-done): New variables.
275 (org-cdlatex-mode): New minor mode.
276 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
277 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
278 (org-export-with-archived-trees): New option.
279 (org-open-file): Remove the call to `convert-standard-filename'.
280 (org-archive-tag, org-agenda-skip-archived-trees)
281 (org-cycle-open-archived-trees)
282 (org-sparse-tree-open-archived-trees): New options.
283 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
284 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
285 New functions.
286 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
287 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
288 (org-mode-map): Add binding for `org-toggle-archive-tag'.
289 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
290 Call `org-prepare-agenda-buffers'.
291 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
292 (org-file-apps, org-file-apps-defaults-gnu)
293 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
294 Handle remote files by forcing them to be opened in Emacs.
295
296 2006-06-23 Andre Spiegel <spiegel@gnu.org>
297
298 * vc.el (vc-diff-knows-L): New variable.
299 (vc-diff-internal): Use it to handle "diff" programs that don't
300 understand -L. This works automatically, no user action is necessary.
301
302 2006-06-23 Daniel Brockman <daniel@brockman.se>
303
304 * net/rcirc.el (rcirc-default-user-full-name): Default to
305 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
306 longer exists).
307 (rcirc-process-list): Check `buffer-live-p' before attempting to
308 switch to a buffer.
309
310 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
311
312 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
313 based on rcirc-coding-system-alist.
314
315 2006-06-23 Martin Rudalics <rudalics@gmx.at>
316
317 * cus-edit.el (customize-apropos): A better error message.
318 (top level) <debug-ignored-errors>: Extend and update the list of
319 ignored error messages.
320
321 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
322
323 * complete.el (PC-do-completion): Retain capitalization of user
324 input, when possible, even if completion-ignore-case is set.
325
326 2006-06-23 Eli Zaretskii <eliz@gnu.org>
327
328 * generic-x.el (bat-generic-mode): Support .cmd files.
329
330 * dos-w32.el (top level): Use find-file-not-found-functions
331 instead of the obsolete find-file-not-found-hooks.
332
333 2006-06-22 Kim F. Storm <storm@cua.dk>
334
335 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
336 to recognize mode name containing submodes, such as Grep/lw.
337
338 2006-06-21 Kim F. Storm <storm@cua.dk>
339
340 * simple.el (line-move-1): Check for move-end-of-line instead of
341 end-of-line when setting temporary-goal-column.
342
343 2006-06-21 Miles Bader <miles@gnu.org>
344
345 * play/cookie1.el (cookie): Work properly when there's only one entry.
346
347 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
348
349 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
350 (gdb-frame-handler): Generalize frame regexp for templates.
351
352 2006-06-20 Glenn Morris <rgm@gnu.org>
353
354 * calendar/appt.el (appt-display-format): Default value must be
355 one of the customize options.
356
357 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
358
359 * term/xterm.el (terminal-init-xterm): Update key availability info.
360 Bind C-return.
361
362 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
363
364 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
365
366 * files.el (hack-local-variables): Run `hack-local-variables-hook'
367 whether or not a local variables list is defined.
368
369 * msb.el (msb): Move `sit-for' hack here to handle both
370 "mouse-down and drag" and "mouse-up and select" situations.
371 (mouse-select-buffer): Move `sit-for' hack to `msb'.
372
373 2006-06-20 Kenichi Handa <handa@m17n.org>
374
375 * international/characters.el (word-combining-categories):
376 Add entries for 2-byte Han characters.
377
378 2006-06-19 Richard Stallman <rms@gnu.org>
379
380 * bindings.el (mode-line-format): Save some mode line space.
381
382 * files.el (find-file-noselect): Improve the question wording.
383 (basic-save-buffer-2): Mask UMASK against 666.
384
385 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
386 (mouse-drag-vertical-line): Call it.
387
388 * cus-edit.el (customize-option, customize-option-other-window):
389 Error if SYMBOL is nil.
390
391 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
392
393 * textmodes/org.el: Require noutline, also on XEmacs.
394 (org-end-of-subtree): Return point.
395 (org-dblock-start-re, org-dblock-end-re): New constants.
396 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
397 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
398 (org-update-all-dblocks, org-find-dblock): New functions.
399 (org-collect-clock-time-entries): New function.
400 (org-html-handle-time-stamps): Never export CLOCK timeranges.
401 (org-fixup-indentation): Modify to deal correctly with lines
402 starting with TAB. Only one argument DIFF now.
403 (org-demote, org-promote): Call `org-fixup-indentation' with just
404 one argument, DIFF.
405 (org-mode): Don't mark buffer as modified when aligning tables.
406 (org-clock-sum): Don't mark buffer modified when adding time sum
407 properties.
408 (org-export-as-html): Add support for a link validation function.
409 (org-archive-all-done): New function.
410 (org-archive-subtree): New prefix argument. When set, archive all
411 done subtrees in this buffer.
412 (org-remove-clock-overlays)
413 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
414 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
415 (org-put-clock-overlay): Don't swallow last headline character
416 when displaying overlay.
417 (org-store-link): Link to `image-mode' with just the file name.
418
419 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
420
421 * viper-cmd.el (viper-special-read-and-insert-char):
422 Use read-key-sequence.
423 (viper-after-change-undo-hook): Misc enhancements.
424 (viper-after-change-undo-hook): New hook.
425 (viper-undo): Use viper-after-change-undo-hook.
426 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
427 (viper-next-line-at-bol): If point is on a widget or a button, simulate
428 clicking on that widget/button.
429
430 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
431
432 * ediff-diff (ediff-test-patch-utility): Catch errors.
433 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
434 (ediff-set-actual-diff-options): New function.
435 (ediff-reset-diff-options, ediff-toggle-ignore-case):
436 Use ediff-set-actual-diff-options.
437 (ediff-extract-diffs): Catch errors.
438 (ediff-whitespace): Add non-breakable space.
439 (ediff-same-file-contents): Catch errors.
440
441 * ediff-mult.el (ediff-collect-custom-diffs):
442 Save coding-system-for-read.
443
444 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
445 (ediff-vc-internal, ediff-vc-merge-internal):
446 Use ediff-delete-version-file.
447 (ediff-delete-version-file): New function.
448
449 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
450
451 * ediff.el (ediff-directories, ediff-directory-revisions)
452 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
453 (ediff-directories-internal, ediff-merge-directory-revisions)
454 (ediff-merge-directory-revisions-with-ancestor)
455 (ediff-directories3): Use read-directory-name.
456
457 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
458
459 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
460 Remove superfluous part of regexp for brace matching which is handled
461 by `scan-lists' call.
462
463 2006-06-16 Richard Stallman <rms@gnu.org>
464
465 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
466
467 * files.el (basic-save-buffer-2): For a new precious file,
468 use the default modes in the return value.
469
470 * facemenu.el (facemenu-color-alist): Doc fix.
471
472 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
473
474 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
475
476 * cus-start.el (all): Add mac-ts-script-language-on-focus.
477
478 * term/mac-win.el (mac-text-encoding-ascii): New constant.
479 (mac-utxt-to-string): Use it.
480 (mac-ts-update-active-input-area): Use mac-ae-number.
481
482 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
483
484 * term.el (term-handle-scroll, term-delete-lines)
485 (term-insert-lines): Fix off by one errors.
486
487 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
488
489 * net/tramp.el (tramp-touch): Use UTC to express time.
490
491 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
492
493 * mail/sendmail.el (mail-send): Search explicitly for
494 mail-header-separator when checking for corrupted header lines.
495
496 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
497
498 * progmodes/gdb-ui.el (gdb-same-frame): New option.
499 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
500 (gdb-init-1): Initialise them.
501 (gdb-starting): Reset gdb-printing
502 (gdb-starting): Save value of gud-overlay-arrow-position.
503 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
504 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
505 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
506 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
507
508 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
509
510 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
511
512 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
513
514 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
515 (ldap-search-internal): Keep error messages, and a regexp fix.
516
517 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
518
519 * files.el (hack-local-variables-confirm):
520 Display string value using its printed representation.
521
522 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
523
524 * server.el (server-edit): No-op if no server buffers exist.
525
526 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
527
528 * textmodes/page-ext.el (pages-directory-for-addresses):
529 Including `pages-directory-address-mode' in the function results
530 in the message "Buffer in which pages were found is deleted".
531
532 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
533
534 * textmodes/org.el (org-agenda-mode-map): Add bindings for
535 clocking functions.
536
537 (org-agenda-clock-in, org-check-running-clock)
538 (org-clock-out-if-current, org-remove-clock-overlays)
539 (org-put-clock-overlay): New functions.
540 (org-clock-marker, org-clock-file-total-minutes)
541 (org-clock-overlays): New variables.
542 (org-clock-display, org-clock-sum, org-clock-cancel)
543 (org-clock-out, org-clock-in): New commands.
544 (org-export): New function.
545 (org-emph-re): New constant.
546 (org-set-emph-re, org-do-emphasis-faces): New functions.
547 (org-emphasis-regexp-components, org-emphasis-alist): New options.
548 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
549 (org-export-html-convert-emphasize): Use the configurable emphasis.
550 (org-cleaned-string-for-export): Make multiline emphasis visible
551 to the exporter. New optional argument PARAMETERS.
552 (org-export-as-html): Specify :emph-multiline parameter to
553 `org-cleaned-string-for-export'.
554
555 2006-06-10 Richard Stallman <rms@gnu.org>
556
557 * help.el (help-for-help-internal): Clean up help text.
558
559 2006-06-10 Andreas Schwab <schwab@suse.de>
560
561 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
562 in doc string.
563
564 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
565
566 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
567
568 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
569 spaces after the comment start.
570
571 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
572
573 * play/pong.el (pong-init-buffer):
574 Fill buffer with spaces instead of ^A.
575
576 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
577 launched asynchronously, delete its process instead of being cool.
578 (ispell-async-processp): Check for `delete-process' existence
579 instead of `kill-process' one for consistency.
580
581 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
582
583 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
584 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
585 in mode line at startup.
586
587 2006-06-08 Kim F. Storm <storm@cua.dk>
588
589 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
590 (ido-init-completion-maps): Bind them to M-SPC and M-v.
591 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
592 (ido-file-internal): Pass full file name to write-file.
593 (ido-read-internal): Only pop stack elements automatically if they
594 actually match an existing directory or file name.
595
596 2006-06-07 Kenichi Handa <handa@m17n.org>
597
598 * international/mule.el (find-auto-coding): Don't handle the short
599 name `char-trans'.
600
601 * files.el (hack-local-variables-prop-line)
602 (hack-local-variables): Cancel the previous change.
603
604 2006-06-06 Jesper Harder <harder@phys.au.dk>
605
606 * ediff-diff.el (ediff-test-utility): Protect against file-error.
607
608 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
609
610 * diff-mode.el (diff-mode): Set buffer-read-only to t when
611 diff-default-read-only is non-nil.
612 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
613 (diff-refine-hunk): Set inhibit-read-only to t.
614
615 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
616 modifying the *Diff* buffer.
617 (diff-process-filter): New filter function for diff process that
618 sets inhibit-read-only to t when modifying the *Diff* buffer.
619
620 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
621
622 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
623 insertion point and control the number of empty lines.
624 (org-paste-subtree): Limit the number of empty lines at the end of
625 the inserted tree.
626 (org-agenda): Use buffer name of current file for narrowing.
627 (org-export-as-xml): Command removed.
628 (org-export-xml-type): Option removed.
629 (org-mode-map): Call `org-export-as-xoxo' directly.
630 (org-get-indentation): New optional argument LINE.
631 (org-fix-indentation, org-remove-tabs): New functions.
632 (org-export-as-ascii, org-ascii-level-start): Determine and apply
633 correct indentation for headlines that are converted it items.
634 (org-skip-comments): Remove table lines that contain narrowing
635 cookies but no other non-empty fields.
636 (org-set-tags): Allow groups of mutually exclusive tags.
637 (org-cmp-time): Sort 24:21 before items without time.
638 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
639 (org-open-at-point): Require double colon also for numbers.
640
641 2006-06-06 Kim F. Storm <storm@cua.dk>
642
643 * ido.el (ido-default-file-method, ido-default-buffer-method):
644 Make choice values consistent with corresponding command names.
645 (ido-visit-buffer): Update accordingly. Default to selected-window.
646
647 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
648
649 * progmodes/gud.el (gud-running): Fix doc string.
650 (gud-menu-map): Use :visible instead fo :enable for debugger test.
651 (gud-tooltip-modes): Add python-mode.
652 (gud-tooltip-print-command): Add pdb. Remove perldb.
653
654 2006-06-05 Eli Zaretskii <eliz@gnu.org>
655
656 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
657 Quote $(EMACS).
658
659 2006-06-05 Richard Stallman <rms@gnu.org>
660
661 * faces.el (defined-colors): Doc fix.
662
663 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
664
665 * vc.el (vc-process-filter): Inhibit undo info collection around
666 call to insert.
667 (vc-setup-buffer): Likewise for call to erase-buffer.
668 (vc-do-command): Likewise for call to process-file.
669
670 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
671
672 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
673 for gud-go.
674 (gud-common-init): Other debuggers may trigger error.
675
676 2006-06-05 Kenichi Handa <handa@m17n.org>
677
678 * international/mule.el (find-auto-coding):
679 Handle enable-character-translation in file header.
680
681 2006-06-04 Kim F. Storm <storm@cua.dk>
682
683 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
684 (authors-fixed-entries): Fix spelling.
685 (authors-canonical-file-name): Don't report error for wildcards.
686
687 * help.el (view-emacs-news): Rewrite to support new NEWS,
688 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
689 e.g. version 10 matches 1.10, and don't be confused by version 1.1
690 being a prefix of 1.12 (etc). A numeric prefix arg also works.
691
692 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
693
694 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
695 exec constructs like `foo bar`.
696 (sh-quoted-subshell): New helper function to search for a possibly
697 nested subshell (like `` or $()) within a "" quoted string.
698 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
699 (sh-apply-quoted-subshell): Flag quote characters inside a
700 subshell, which is itself already in a quoted region, as
701 punctuation, since this is the closest to what they actually are.
702 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
703 sh-apply-quoted-subshell.
704 (sh-font-lock-syntactic-face-function): Apply the new face for
705 text inside `` instead of the old font-lock-string-face.
706
707 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
708
709 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
710 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
711 (mac-bytes-to-text-range, mac-ae-text-range-array)
712 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
713 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
714 (mac-ts-unicode-for-key-event): New functions.
715 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
716 (mac-handle-font-selection): Use mac-ae-number.
717 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
718 New variables.
719 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
720 (mac-ts-converted-text, mac-ts-selected-converted-text)
721 (mac-ts-block-fill-text, mac-ts-outline-text)
722 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
723 (mac-ts-hilite-style-faces): New constant.
724 (mac-apple-event-map): Bind text input events.
725 (mac-dispatch-apple-event): Use command-execute instead of
726 call-interactively.
727 (global-map): Don't bind mac-apple-event.
728 (special-event-map): Bind mac-apple-event.
729
730 2006-06-02 Eli Zaretskii <eliz@gnu.org>
731
732 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
733 file name.
734 (emacs): Enclose the value of $(EMACS) in quotes.
735
736 2006-06-02 Juri Linkov <juri@jurta.org>
737
738 * international/mule.el (sgml-html-meta-auto-coding-function):
739 Remove the condition `(search-forward "<html" size t)'.
740 Replace `\"' with `[\"']?' in `re-search-forward'.
741
742 2006-06-02 Kenichi Handa <handa@m17n.org>
743
744 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
745 as well as `coding'.
746 (hack-local-variables): Likewise.
747
748 * international/mule.el (enable-character-translation):
749 Put permanent-local and safe-local-variable properties.
750 (find-auto-coding): Handle char-trans: tag.
751
752 2006-06-02 Juri Linkov <juri@jurta.org>
753
754 * international/mule.el (sgml-html-meta-auto-coding-function):
755 Limit the search by the end of the HTML header (if any).
756
757 2006-06-01 Richard Stallman <rms@gnu.org>
758
759 * subr.el (with-current-buffer): Doc fix.
760
761 2006-06-02 Masatake YAMATO <jet@gyve.org>
762
763 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
764 Almost rewrite. Underlines over all lines of gcov output are too
765 uncomfortable to read. Suggested by Dan Nicolaescu.
766
767 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
768
769 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
770
771 * shell.el (shell-mode): Use shell-mode-map in docstring.
772
773 * comint.el (comint-send-input): Do not add help-echo and
774 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
775
776 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
777
778 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
779
780 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
781
782 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
783 (gdb-stopped, gdb-info-stack-custom): If there is no source info
784 look up the stack and pop up GUD buffer if necessary.
785 (gdb-frames-select): Remove redundant call to gud-display-frame.
786 (gdb-info-threads-custom): Keep point at start of buffer.
787 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
788
789 2006-05-31 Juri Linkov <juri@jurta.org>
790
791 * replace.el (query-replace-read-from, query-replace-read-to):
792 Bind `history-add-new-input' to nil. Call `add-to-history'.
793
794 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
795
796 * textmodes/table.el: Convert all HTML tags to lower case for
797 XHTML compatibility.
798
799 2006-05-31 Masatake YAMATO <jet@gyve.org>
800
801 * progmodes/compile.el:
802 (compilation-error-regexp-alist-alist::gcov-called-line):
803 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
804
805 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
806
807 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
808 Revert inadvertent changes made with last commit.
809
810 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
811
812 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
813 New functions.
814
815 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
816
817 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
818
819 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
820 only matches in the right place.
821 (org-upcoming-deadline): New face.
822 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
823 (org-export-ascii-underline): Rename constant `org-ascii-underline'
824 and make it an option.
825 (org-export-ascii-bullets): New option.
826 (org-export-as-html): Many changes to emit valid XHTML.
827 (org-par-open): New variable.
828 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
829 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
830 (org-timeline): Pass `org-timeline-show-empty-dates' to
831 `org-get-all-dates'. Interpret empty dates returned by
832 `org-get-all-dates'.
833 (org-get-all-dates): New argument EMPTY. Add dates without
834 entries to the list, mark large ranges of empty dates.
835 (org-point-in-group, org-context): New functions.
836
837 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
838
839 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
840
841 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
842 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
843 to C-mouse-3 (for 2 button mice).
844 (gdb-send): Do the right thing for C-d.
845
846 * speedbar.el (speedbar-detach): Delete.
847 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
848 it breaks things.
849 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
850
851 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
852
853 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
854 Makeppfile.
855
856 * progmodes/compile.el (compilation-error-regexp-alist-alist):
857 Add makepp diagnostic.
858
859 2006-05-29 Richard Stallman <rms@gnu.org>
860
861 * window.el (fit-window-to-buffer): Doc fix.
862
863 * help.el (temp-buffer-max-height): Doc fix.
864
865 * subr.el (with-current-buffer): Doc fix.
866
867 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
868
869 * term/x-win.el: Bind F10 to menu-bar-start if available.
870
871 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
872
873 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
874 uses with a simple test.
875 (term-set-escape-char, term-mode, term-check-kill-echo-list)
876 (term-send-raw-string, term-send-raw, term-mouse-paste)
877 (term-char-mode, term-line-mode, term-exec, term-sentinel)
878 (term-handle-exit, term-read-input-ring)
879 (term-previous-matching-input-string)
880 (term-previous-matching-input-string-position)
881 (term-previous-matching-input-from-input)
882 (term-replace-by-expanded-history, term-send-input)
883 (term-skip-prompt, term-bol, term-send-invisible)
884 (term-kill-input, term-delchar-or-maybe-eof)
885 (term-backward-matching-input, term-check-source)
886 (term-proc-query, term-emulate-terminal)
887 (term-handle-colors-array, term-process-pager, term-pager-line)
888 (term-pager-bob, term-unwrap-line, term-word)
889 (term-dynamic-complete-filename)
890 (term-dynamic-complete-as-filename)
891 (term-dynamic-simple-complete): Replace one arm ifs with whens or
892 unlesses.
893
894 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
895
896 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
897 during bootstrapping.
898
899 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
900 Basically undo the change of 2006-05-26: use extra arguments instead of
901 dynamic scoping.
902 (ewoc-locate): Remove unused var `footer'.
903
904 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
905
906 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
907
908 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
909 (generate-file-autoloads): Obey it. Return whether autoloads were
910 added at point or not.
911 (update-file-autoloads): Use this new return value.
912 Remove redundant test for the presence of an autoload cookie.
913
914 * emacs-lisp/autoload.el (autoload-find-file): New fun.
915 This one calls hack-local-variables.
916 (generate-file-autoloads, update-file-autoloads): Use it.
917
918 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
919 (bibtex-sort-entry-class): Add safe-local-variable predicate.
920 (bibtex-sort-entry-class-alist): Don't set the global value.
921 (bibtex-init-sort-entry-class-alist): New fun.
922 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
923 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
924 of bibtex-init-sort-entry-class.
925
926 2006-05-28 Richard Stallman <rms@gnu.org>
927
928 * subr.el (load-history-regexp): If FILE is relative, insist
929 entire last name component must match it.
930 (load-history-filename-element, load-history-regexp): Doc fixes.
931
932 2006-05-29 Kim F. Storm <storm@cua.dk>
933
934 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
935 `pos' and `raw-data' for clarity, as eval forms may access these.
936
937 2006-05-28 Kim F. Storm <storm@cua.dk>
938
939 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
940
941 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
942
943 * progmodes/make-mode.el (makefile-browser-map)
944 (makefile-mode-syntax-table): Move initialization inside declaration.
945 (makefile-fill-paragraph): Use the default comment-filling code.
946
947 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
948
949 * replace.el (query-replace-defaults): New variable.
950 (query-replace-read-from): Use `query-replace-defaults' for
951 default value, instead of history list.
952 (query-replace-read-to): Update `query-replace-defaults'.
953
954 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
955
956 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
957 with no X toolkit.
958
959 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
960
961 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
962 (tumme-show-all-from-dir): Add autoload.
963
964 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
965
966 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
967 (tumme-remove-tag): Fix bug.
968
969 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
970
971 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
972 FOOTER args. Update unique caller.
973 (ewoc-delete): Compute last node once before looping.
974 (ewoc--node-branch): Merge into unique caller.
975 (ewoc--node): Don't define constructor make-ewoc--node for this
976 structure.
977 (ewoc): Add member `hf-pp' to this structure.
978 (ewoc--wrap): New func.
979 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
980 header/footer pretty-printers. Save header/footer pretty-printer.
981 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
982
983 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
984
985 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
986
987 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
988 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
989 Tag'. Change "Compare directories..." to "Change Directories...".
990 Move tumme commands to Operate, Regexp and Immediate menus.
991 Change "Add Comment" to "Add Image Comment". Change "Add Image
992 Tag" to "Add Image Tags".
993
994 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
995 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
996 `tumme-delete-tag'.
997
998 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
999
1000 * shell.el (shell-mode): Call shell-dirtrack-mode after
1001 list-buffers-directory is made a local variable, to avoid setting
1002 the default value.
1003
1004 2006-05-26 Kevin Ryde <user42@zip.com.au>
1005
1006 * info.el (Info-index-next): Use where-is-internal to report
1007 actual binding of Info-index-next, rather than hard-coded `,'.
1008
1009 2006-05-26 Eli Zaretskii <eliz@gnu.org>
1010
1011 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
1012 and "Find Command in Manual" to here.
1013
1014 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1015 Info-current-file as the file name.
1016
1017 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
1018
1019 * ses.el (defadvice undo-more): Delete this defadvice. The undo
1020 overrides will now be done a different way.
1021 (ses-set-parameter): Reapply this function for undo.
1022 (ses-set-header-row): Reconstruct header row during undo.
1023 (ses-widen): New function.
1024 (ses-goto-data, ses-reconstruct-all): Use new function.
1025 (ses-command-hook): Widen buffer during undo, before unupdating
1026 the cells.
1027 (ses-insert-row, ses-delete-row): Widen buffer during undo.
1028 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
1029 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
1030 formula hasn't been executed yet.
1031
1032 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1033
1034 * comint.el (comint-kill-whole-line): Rename arg to count.
1035 Fix doc string.
1036
1037 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
1038
1039 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
1040 to copy-file.
1041
1042 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1043
1044 * simple.el (toggle-truncate-lines): Make arg optional for
1045 backward compatibility.
1046
1047 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
1048
1049 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
1050 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
1051 DLL arg. Instead, use ewoc--current-dll. Update all callers.
1052 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
1053 (ewoc--adjust): Use ewoc--current-dll.
1054 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
1055
1056 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
1057
1058 * textmodes/org.el (org-next-item, org-previous-item): Emit more
1059 compact error message.
1060 (org-tags-view): Refresh category table in each file.
1061 (org-table-justify-field-maybe): Remove superfluous arguments to
1062 `format'.
1063 (org-export-as-html): Insert "<p>" before postamble.
1064 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
1065
1066 2006-05-26 Kenichi Handa <handa@m17n.org>
1067
1068 * textmodes/po.el (po-find-charset): Pay attention to the case
1069 FILENAME is a cons (NAME . BUFFER).
1070 (po-find-file-coding-system-guts): Likewise.
1071
1072 * arc-mode.el (archive-set-buffer-as-visiting-file):
1073 Call find-operation-coding-system with (FILENAME . BUFFER).
1074
1075 * tar-mode.el (tar-extract): Call find-operation-coding-system
1076 with (FILENAME . BUFFER).
1077
1078 * international/mule.el (decode-coding-inserted-region):
1079 Call find-operation-coding-system with (FILENAME . BUFFER).
1080
1081 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1082
1083 * image-mode.el (image-toggle-display): Use buffer contents to
1084 generate image for a remote file.
1085
1086 2006-05-25 Juri Linkov <juri@jurta.org>
1087
1088 * replace.el (query-replace-read-from, query-replace-read-to):
1089 Remove 8th arg KEEP-ALL in read-from-minibuffer.
1090
1091 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
1092
1093 * whitespace.el (whitespace-cleanup): Change to cleanup
1094 region if one is active.
1095 * whitespace.el (whitespace-cleanup-internal): New internal method.
1096
1097 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1098
1099 * dired.el (dired-mode-map): Add help-echo strings to tumme
1100 commands. Bind `tumme-dired-display-image' to C-t i.
1101
1102 * tumme.el (tumme-display-image): Change documentation string slightly.
1103 (tumme-dired-display-image): Add call to `display-buffer'.
1104
1105 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1106
1107 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
1108 Signal error if RAW-DATA is a multibyte string.
1109
1110 2006-05-24 Richard Stallman <rms@gnu.org>
1111
1112 * subr.el (with-local-quit): When handling `quit' signal,
1113 make a chance for quit-flag to cause a quit.
1114
1115 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
1116 (ad-disable-advice): Add autoloads.
1117
1118 * subr.el (read-passwd): Copy PROMPT before changing its properties.
1119
1120 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1121
1122 * dired.el (dired-mode-map): Change menu items for tumme as per
1123 suggestions in emacs-devel.
1124
1125 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1126
1127 * dired.el (dired-mode-map): Fix breakage.
1128
1129 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1130
1131 * tumme.el (tumme-display-dired-image): Rename to...
1132 (tumme-dired-display-image): ...this.
1133 (tumme-track-movement): Change default value to t.
1134 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1135 used from `tumme-next-line-and-display' and similar commands.
1136
1137 * dired.el (dired-mode-map): Add Thumbnail submenu under the
1138 Immediate menu. Add some tumme commands there.
1139
1140 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
1141
1142 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
1143
1144 2006-05-24 Chong Yidong <cyd@mit.edu>
1145
1146 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
1147 menu entries that open submenus.
1148
1149 2006-05-24 Alan Mackenzie <acm@muc.de>
1150
1151 * startup.el (command-line): For names of preloaded files, don't
1152 append ".elc" (now done in Fload), and call file-truename on the
1153 lisp directory.
1154
1155 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
1156 match ANY loaded file with the right name, not just those in
1157 load-path. Put a regexp matching the file name into
1158 after-load-alist, rather than the name itself.
1159
1160 * subr.el: New functions load-history-regexp,
1161 load-history-filename-element, do-after-load-evaluation.
1162
1163 * international/mule.el (load-with-code-conversion): Do the
1164 eval-after-load stuff by calling do-after-load-evaluation.
1165
1166 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1167
1168 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
1169 has not been killed.
1170
1171 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1172
1173 * term/mac-win.el: Set idle timer to clean up expired Apple events.
1174 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
1175 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
1176 Optionally set error message in reply.
1177
1178 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
1179
1180 * textmodes/org.el (org-open-at-point): Use renamed variable
1181 `org-confirm-shell-link-function'.
1182 (org-confirm-shell-link-function): Rename from
1183 `org-confirm-shell-links'.
1184 (org-export-directory): New function.
1185 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1186 (org-export-icalendar): Use `org-export-directory'.
1187 (org-indent-item): Keep cursor position.
1188 (org-link-file-path-type): New option.
1189 (org-export-as-html): Fix bug with plain lists starting in
1190 column 0.
1191 (org-export-as-html): Remove deadline formatting, this happens
1192 now already in `org-html-handle-time-stamps'.
1193 (org-export-html-style): Deadline class removed.
1194 (org-insert-labeled-timestamps-at-point): New option.
1195 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1196 of `hide-sublevels 1', in case the first headline is not level 1.
1197 (org-overview, org-content): New fuction.
1198 (org-cycle-global-status, org-cycle-subtree-status): Make these
1199 variables buffer-local.
1200 (org-global-cycle): New command.
1201 (org-shifttab): Use `org-global-cycle'.
1202 (org-insert-heading, org-insert-item): Go to end of new
1203 headline/item after creating it.
1204 (org-export-visible): Rename from `org-export-copy-visible'.
1205 Now creates a temporary org-file and applies an exporting command
1206 to it.
1207 (org-table-eval-formula): Support for lisp forms.
1208 (org-agenda-todo-ignore-scheduled): New option.
1209 (org-agenda-get-todos): Use new option
1210 `org-agenda-todo-ignore-scheduled'.
1211 (org-export-html-inline-images): New value `maybe'.
1212 (org-export-as-html): Inlining of images dependent on link description.
1213 (org-archive-subtree): Check for end-of-buffer before trying
1214 `kill-line'.
1215 (org-agenda-follow-mode): New option.
1216 (org-export-with-tags, org-export-with-timestamps): New options.
1217 (org-html-handle-time-stamps): New function.
1218 (org-keyword-time-regexp): New variable.
1219 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1220 (org-agenda-todo-list-sublevels): New option.
1221 (org-html-level-start): When TITLE is nil, just close all levels.
1222 (org-parse-key-lines, org-parse-export-options): Remove functions,
1223 replaced by `org-infile-export-plist'.
1224 (org-combine-plists, org-infile-export-plist)
1225 (org-default-export-plist): New functions.
1226 (org-export-html-preamble, org-export-html-postamble)
1227 (org-export-html-auto-preamble, org-export-html-auto-postamble):
1228 New variables.
1229 (org-export-publishing-directory): New option.
1230 (org-export-as-html, org-export-as-ascii): Use the new property
1231 lists for settings.
1232 (org-export-copy-visible, org-export-as-xoxo):
1233 Respect `org-export-publishing-directory'.
1234 (org-link-search, org-store-link, org-file-apps): Support for
1235 links to BibTeX database entries..
1236 (org-get-current-options, org-set-regexps-and-options):
1237 Implement logging as a startup option.
1238 (org-store-link): Make sure context string is never empty
1239 (org-insert-link): Use relative path when possible.
1240 (org-at-item-checklet-p): New function.
1241 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1242 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1243 (org-metaright, org-metaup, org-metadown, org-shiftup)
1244 (org-shiftdown, org-shiftright, org-shiftleft)
1245 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1246 Dispatch using `call-interactively'.
1247 (org-call-with-arg): New defsubst.
1248 (org-tag-alist, org-use-fast-tag-selection): New options.
1249 (org-complete): Use `org-tag-alist'.
1250 (org-fast-tag-insert, org-fast-tag-selection): New functions.
1251 (org-next-item, org-previous-item): New commands.
1252 (org-beginning-of-item, org-end-of-item): Add (interactive) to
1253 make command.
1254 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1255
1256 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
1257
1258 * emacs-lisp/ewoc.el (ewoc-delete): New function.
1259 (ewoc-filter): Use `ewoc-delete'.
1260
1261 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
1262
1263 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1264
1265 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
1266 Signal more user-friendly error messages.
1267
1268 * complete.el (PC-do-completion): Undo the addition of implicit
1269 wildcards if they did not lead to finding any match.
1270 (read-file-name-internal): Don't add the final > if the completion is
1271 not finished.
1272
1273 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1274
1275 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
1276 Quote safe-local-variable predicate.
1277
1278 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1279
1280 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
1281
1282 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1283
1284 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
1285
1286 * progmodes/make-mode.el (makefile-special-targets-list)
1287 (makefile-macro-table, makefile-target-table): Mark as risky.
1288 (makefile-query-one-target-method): Make this the alias for the
1289 following variable.
1290 (makefile-query-one-target-method-function): Make this the real name.
1291
1292 * textmodes/artist.el (artist-text-renderer): Make this the alias
1293 for the following variable.
1294 (artist-text-renderer-function): Make this the real name.
1295
1296 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
1297 the alias for the following variable.
1298 (flyspell-generic-check-word-predicate): Make this the real name.
1299
1300 * textmodes/ispell.el (ispell-format-word): Make this the alias
1301 for the following variable.
1302 (ispell-format-word-function): Make this the real name.
1303 (ispell-message-text-end): Mark as risky.
1304
1305 * skeleton.el (skeleton-transformation, skeleton-filter)
1306 (skeleton-pair-filter): Make these the aliases for the following
1307 variables.
1308 (skeleton-transformation-function, skeleton-filter-function)
1309 (skeleton-pair-filter-function): Make these the real names.
1310
1311 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
1312 and skeleton-pair-filter-function.
1313
1314 * textmodes/sgml-mode.el (sgml-transformation): Make this the
1315 alias for the following variable.
1316 (sgml-transformation-function): Make this the real name.
1317 (sgml-tag-alist): Mark as risky.
1318
1319 2006-05-21 Richard Stallman <rms@gnu.org>
1320
1321 * simple.el (kill-region): Interactively, pass point, then mark.
1322
1323 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1324
1325 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
1326
1327 2006-05-21 Romain Francoise <romain@orebokech.com>
1328
1329 * dired-x.el (dired-mode-map): Don't bind M-g.
1330
1331 2006-05-20 Richard Stallman <rms@gnu.org>
1332
1333 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
1334 (dired-goto-file): Doc fix.
1335
1336 2006-05-21 Kim F. Storm <storm@cua.dk>
1337
1338 * emulation/cua-base.el: Mention customizing cua-mode as alternative
1339 way to enable built-in cua-mode if user loads older CUA-mode package.
1340
1341 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
1342 if default-filename is specified.
1343
1344 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1345
1346 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
1347
1348 * info.el (info-apropos): Make sure current-file and current-node
1349 have non-nil values. Speed up by using add-to-list instead of
1350 manual consing.
1351
1352 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1353
1354 * progmodes/make-mode.el (makefile-mode): Doc fix.
1355
1356 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1357
1358 * dired-aux.el (dired-do-shell-command): Doc fix.
1359
1360 2006-05-20 Kevin Ryde <user42@zip.com.au>
1361
1362 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
1363 ``(custom-manual :tag "Foo" "(foo)Node")''.
1364
1365 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
1366
1367 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
1368 value is an integer.
1369
1370 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1371
1372 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
1373 "format".
1374 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
1375
1376 2006-05-20 Martin Rudalics <rudalics@gmx.at>
1377
1378 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
1379 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
1380
1381 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1382
1383 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
1384 regexp for keywords.
1385
1386 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
1387
1388 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
1389 replace-regexp-in-string.
1390
1391 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
1392 encode, and escape file name on conversion to URL.
1393
1394 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1395
1396 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
1397 Don't unescape URL.
1398 (dnd-get-local-file-name): Unescape URL on conversion to file name.
1399
1400 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
1401 on conversion to URLs.
1402
1403 * net/browse-url.el (browse-url-file-url): Encode file name on
1404 conversion to URL.
1405
1406 * term/mac-win.el (mac-ae-open-documents): Escape file name on
1407 conversion to URL.
1408
1409 2006-05-19 Eli Zaretskii <eliz@gnu.org>
1410
1411 * progmodes/cc-styles.el (c-style-alist): Doc fix.
1412
1413 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1414
1415 * term/mac-win.el (mac-bytes-to-digits): Remove function.
1416 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
1417
1418 2006-05-19 Glenn Morris <rgm@gnu.org>
1419
1420 * calendar/diary-lib.el (diary-bahai-date)
1421 (list-bahai-diary-entries, mark-bahai-diary-entries)
1422 (mark-bahai-calendar-date-pattern): Not interactive.
1423 (add-to-diary-list): New optional arg LITERAL. Doc fix.
1424 (diary-entries-list): Change format of 4th element in each entry.
1425 (diary-list-entries): Use add-to-diary-list.
1426 (diary-goto-entry): Handle the case where the buffer visiting the
1427 diary has been killed.
1428 (fancy-diary-display): Add 'locator to button rather than 'marker.
1429 Only generate temp-face when there are marks to apply.
1430 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
1431 (diary-fancy-date-pattern): New variable.
1432 (diary-time-regexp): Doc fix.
1433 (diary-anniversary, diary-time): New faces.
1434 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
1435 diary-time-regexp. Add font-lock-multiline property where needed.
1436 Use new faces diary-anniversary and diary-time.
1437 (diary-fancy-font-lock-fontify-region-function): New function, to
1438 handle multiline font-lock pattern in fancy diary.
1439 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
1440 (diary-font-lock-keywords): Tweak time regexp. Use new face
1441 diary-time.
1442
1443 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
1444
1445 * international/code-pages.el (mik): Table corrected.
1446
1447 2006-05-18 Kim F. Storm <storm@cua.dk>
1448
1449 * progmodes/grep.el (grep-find): Don't check grep-find-command
1450 before running command (breaks non-interactive usage).
1451
1452 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
1453
1454 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
1455 (ewoc--insert-new-node): Don't insert trailing newline.
1456 Instead, adjust successor nodes's start markers.
1457 (ewoc--refresh-node): Delete all text from current node's start
1458 marker to the next one's; adjust successor nodes's start markers.
1459 (ewoc--create): Doc fixes.
1460 (ewoc--refresh): Don't insert newline.
1461 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
1462 * pcvs.el (cvs-make-cvs-buffer):
1463 Specify extra newline for ewoc's header and footer.
1464 (cvs-update-header): Update initial header recognition.
1465 Append newline to final header and footer values.
1466 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
1467
1468 2006-05-17 Richard Stallman <rms@gnu.org>
1469
1470 * files.el (file-name-extension): Doc fix.
1471
1472 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1473
1474 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
1475 we can explicitly enable/disable rather than toggle.
1476 (shell-mode): Use it.
1477 (shell-cd): Don't try to reproduce what `cd' does.
1478
1479 2006-05-17 Kim F. Storm <storm@cua.dk>
1480
1481 * ido.el (ido-read-internal): Use only nondirectory part of
1482 default item.
1483
1484 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
1485
1486 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
1487 (ewoc-nth): Doc fix.
1488
1489 (ewoc-map, ewoc-invalidate): Compute PP before looping.
1490
1491 2006-05-16 Eli Zaretskii <eliz@gnu.org>
1492
1493 * international/mule.el (auto-coding-alist): Add .lha to files
1494 read with no-conversion.
1495
1496 * files.el (auto-mode-alist): Add .lha files to archive file
1497 extensions.
1498
1499 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
1500 Convert csize to integer when computing offsets within the
1501 compressed archive file.
1502
1503 2006-05-16 Kim F. Storm <storm@cua.dk>
1504
1505 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
1506 with read-from-minibuffer.
1507
1508 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
1509
1510 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
1511 (byte-compile-warnings): Fix safe-local-variable property.
1512
1513 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
1514
1515 * allout.el (allout-show-bodies, allout-old-style-prefixes)
1516 (allout-stylish-prefixes, allout-numbered-bullet)
1517 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
1518 predicates to qualify `safe-local-variable' property, when
1519 available, else use equivalent lambda.
1520 (allout-current-topic-collapsed-p): Do the right thing regarding
1521 trailing blank lines.
1522
1523 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1524
1525 * server.el (server-start): Only create a directory if needed.
1526 (server-edit, server-unload-hook): server-start => server-mode.
1527 (kill-emacs-hook): Cleanup upon exit.
1528
1529 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1530
1531 * hexl.el (hexlify-buffer): Encode process arguments manually.
1532
1533 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
1534
1535 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
1536 call to gdb-tooltip-print.
1537
1538 2006-05-15 Romain Francoise <romain@orebokech.com>
1539
1540 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
1541 systems, default to "tar" since those systems probably have GNU tar.
1542
1543 2006-05-14 Lars Hansen <larsh@soem.dk>
1544
1545 * desktop.el (desktop-missing-file-warning): Fix docstring.
1546 (desktop-restore-file-buffer): Correct question asked on missing file.
1547
1548 2006-05-14 Kim F. Storm <storm@cua.dk>
1549
1550 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
1551 Add CUA move property.
1552
1553 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
1554
1555 * custom.el (custom-push-theme): Load the variable before checking
1556 its `standard-value'.
1557
1558 2006-05-13 Lars Hansen <larsh@soem.dk>
1559
1560 * desktop.el (desktop-save): Use with-temp-buffer.
1561
1562 2006-05-12 Glenn Morris <rgm@gnu.org>
1563
1564 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
1565 * calendar/calendar.el (calendar-mode-map):
1566 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
1567 * calendar/appt.el (appt-check, appt-make-list): Refer to
1568 diary-view-entries, diary-list-entries, diary-show-all-entries
1569 rather than obsolete aliases.
1570
1571 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
1572
1573 * simple.el (line-move-finish): Avoid calling point motion hooks
1574 while processing intangibility.
1575
1576 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
1577
1578 * term/xterm.el (terminal-init-xterm): Fix typo.
1579
1580 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
1581
1582 * allout.el (allout-view-change-hook): Mark as being deprecated,
1583 to be replaced by `allout-exposure-change-hook'.
1584 (allout-exposure-change-hook): New, replacing
1585 `allout-view-change-hook'.
1586 (allout-flag-region): Run new hook `allout-exposure-change-hook',
1587 in addition to `allout-view-change-hook'.
1588 (allout-show-bodies, allout-old-style-prefixes)
1589 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
1590 lambda forms to prevent their showing up in variable help
1591 presentations as inscrutable byte-compiled code.
1592 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
1593 Use string-or-null-p to qualify safe-local-variable values.
1594 (allout-reindent-bodies): Use memq to qualify matches against
1595 valid safe-local-variable values. Also, quote the lambda as above.
1596 (allout-use-mode-specific-leader): Add missing candidate-value
1597 symbols, use memq, and quote the lambda.
1598 (allout-overlay-interior-modification-handler): Remove unused
1599 variables `msg' and 'opened'.
1600 (allout-hidden-p): Constrain invisibility consideration to allout's
1601 invisibility spec, disregarding invisibility for other reasons.
1602
1603 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
1604
1605 * files.el (version-control): Correct safe values.
1606
1607 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
1608
1609 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
1610
1611 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
1612 (ewoc--insert-new-node): New func.
1613 Update callers of deleted funcs to use it, instead.
1614
1615 2006-05-11 Glenn Morris <rgm@gnu.org>
1616
1617 * calendar/calendar.el (diary-show-all-entries): Do not refer to
1618 obsolete alias `show-all-diary-entries'.
1619 (make-diary-entry): Not interactive.
1620 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
1621 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
1622 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1623 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1624 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
1625 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
1626
1627 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1628
1629 * calendar/calendar.el (calendar-french-date-string)
1630 (calendar-mayan-date-string, calendar-chinese-date-string)
1631 (calendar-astro-date-string, calendar-iso-date-string)
1632 (calendar-islamic-date-string, calendar-bahai-date-string)
1633 (calendar-hebrew-date-string, calendar-coptic-date-string)
1634 (calendar-ethiopic-date-string, calendar-persian-date-string):
1635 These functions are not interactive.
1636
1637 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
1638
1639 * files.el: Balance parentheses.
1640
1641 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
1642
1643 * files.el, newcomment.el, outline.el, simple.el,
1644 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
1645 progmodes/cc-vars.el, progmodes/compile.el:
1646 Move `safe-local-variable' declarations to the respective files.
1647
1648 * help-fns.el (describe-variable): Don't print safe-var if it is
1649 byte-code. Improve wording as suggested by Luc Teirlinck.
1650
1651 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1652
1653 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
1654 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
1655 Use a token for pending-triggers to ensure gdb-var-update
1656 gets called once per user input again for pre-GDB 6.4.
1657 (gdb-var-delete): Match on more complex expressions.
1658 (gdb-var-list-children-handler, gdb-var-create-handler):
1659 Use a token for consistency.
1660
1661 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
1662
1663 * textmodes/org.el (org-read-date, org-goto-calendar)
1664 (org-agenda-goto-calendar):
1665 Bind `view-calendar-holidays-initially' to nil.
1666
1667 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
1668
1669 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
1670 Update all callers to do it there, instead.
1671
1672 2006-05-10 Glenn Morris <rgm@gnu.org>
1673
1674 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
1675 prefix arg case, to avoid view-diary-entries-initially error.
1676 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1677 (calendar-date-is-legal-p): Handle dates with no day part.
1678
1679 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1680
1681 * comint.el (comint-insert-input): Just make it when
1682 comint-use-prompt regexp is nil (default) and with the mouse.
1683 (comint-copy-old-input): Reinstate from 2004-06-23.
1684 (comint-mode-map): Bind C-c C-m to it.
1685
1686 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
1687
1688 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1689 Remove spurious move to point-max (new comint behavior fixes).
1690
1691 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
1692 compatibility function (Emacs 18/19).
1693 (idlwave-is-continuation-line): Always return point at start of
1694 previous non-blank continuation line.
1695 `keyword-parameters': Fix continued comment font-lock matcher.
1696 (idlwave-font-lock-fontify-region): Written, use as
1697 font-lock-fontify-region-function, to fix continued keyword
1698 fontification issues.
1699
1700 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1701
1702 * term/mac-win.el (mac-font-panel-mode): Doc fix.
1703 (mac-service-selection, mac-service-open-file)
1704 (mac-service-open-selection, mac-service-mail-selection)
1705 (mac-service-mail-to, mac-service-insert-text): Rename from
1706 mac-services-*. All uses changed.
1707 (mac-apple-event-map): Rename event symbol `services' to `service'.
1708
1709 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
1710
1711 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
1712 (ewoc--node-enter-first, ewoc--node-enter-last)
1713 (ewoc--delete-node-internal): Merge funcs into unique callers.
1714
1715 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
1716
1717 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
1718 return value of read-from-minibuffer for empty input.
1719
1720 2006-05-09 Miles Bader <miles@gnu.org>
1721
1722 * comint.el (comint-insert-input): Remove redundant calls to setq
1723 and goto-char.
1724
1725 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
1726
1727 * comint.el (comint-insert-input): Make it work when
1728 comint-use-prompt-regexp is t.
1729
1730 2006-05-10 Miles Bader <miles@gnu.org>
1731
1732 * subr.el (field-at-pos): New function.
1733
1734 * comint.el (comint-insert-input): Use it.
1735
1736 2006-05-09 Juri Linkov <juri@jurta.org>
1737
1738 * battery.el (battery-linux-proc-acpi): Also try
1739 `/proc/acpi/thermal_zone/THR2/temperature'.
1740
1741 * files.el <safe-local-variable>: Remove `eval' and `let' binding
1742 for now unused lambda `string-or-null'.
1743
1744 * add-log.el (change-log-default-name): Put `string-or-null-p'
1745 instead of lambda on `safe-local-variable' property.
1746
1747 * diff-mode.el (diff-context->unified): Use `region-beginning' and
1748 `region-end' instead of `mark' and `point'.
1749 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
1750 Operate on region in Transient Mark mode when the mark is active.
1751 Use `region-beginning' and `region-end' instead of `mark' and
1752 `point'.
1753 (diff-hunk-text, diff-goto-source): Doc fix.
1754
1755 * startup.el (fancy-splash-screens, normal-splash-screen): Use
1756 face `mode-line-buffer-id' for mode-line buffer face instead of
1757 hard-coded `(:weight bold)'.
1758
1759 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
1760 buffer-undo-list to t (undo-ask is reproducible by visiting
1761 nested archives).
1762
1763 2006-05-09 Kim F. Storm <storm@cua.dk>
1764
1765 * progmodes/grep.el (rgrep): Set default directory of *grep*
1766 buffer if we start M-x rgrep in the *grep* buffer and choose
1767 a different base directory.
1768
1769 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
1770
1771 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
1772 completion also when ido is loaded.
1773
1774 2006-05-09 Masatake YAMATO <jet@gyve.org>
1775
1776 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
1777 "warning" and "import".
1778 (cpp-font-lock-keywords): Added "warning".
1779
1780 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
1781
1782 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1783
1784 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1785
1786 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
1787 pages at a time, if we signal the end, we should indeed reach that end.
1788
1789 2006-05-08 David Reitter <david.reitter@gmail.com>
1790
1791 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
1792 output during execution of the body.
1793
1794 2006-05-08 Kim F. Storm <storm@cua.dk>
1795
1796 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
1797
1798 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1799
1800 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
1801 Use with-current-buffer.
1802
1803 2006-05-07 Kim F. Storm <storm@cua.dk>
1804
1805 * subr.el (add-to-history): Remove keep-dups arg.
1806
1807 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
1808 to nil around call to add-to-history.
1809
1810 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1811
1812 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
1813 than after a buffer modification.
1814
1815 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
1816
1817 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
1818 call to...
1819 (gud-watch): ...here so speedbar is raised for already watched
1820 expressions.
1821 (gdb-speedbar-refresh): Delete function.
1822 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
1823 Use speedbar-timer-fn instead of speedbar-refresh (reverting
1824 earlier change).
1825 (gdb-var-evaluate-expression-handler)
1826 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
1827
1828 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
1829 Update localized contents for all buffers except ignored modes.
1830
1831 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1832
1833 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
1834 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
1835 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
1836 (mac-handle-font-panel-closed, mac-handle-font-selection):
1837 New functions.
1838 (mac-font-panel-mode): New minor mode.
1839 (mac-apple-event-map): Add bindings for toolbar toggle button and
1840 font panel.
1841 (menu-bar-showhide-menu): Add mac-font-panel-mode.
1842
1843 2006-05-07 John Paul Wallington <jpw@pobox.com>
1844
1845 * ibuffer.el (ibuffer-compressed-file-name-regexp):
1846 Avoid `regexp-opt'; simplify regexp for readability.
1847
1848 2006-05-06 Eli Zaretskii <eliz@gnu.org>
1849
1850 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
1851 * files.el (buffer-stale-function):
1852 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1853 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
1854 links to the main manual, not to emacs-xtra.
1855
1856 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1857
1858 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
1859 MacJapanese if text is ASCII-only.
1860
1861 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
1862
1863 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
1864 unless so nil isn't returned.
1865 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
1866
1867 2006-05-06 Kim F. Storm <storm@cua.dk>
1868
1869 * subr.el (add-to-history): New function.
1870
1871 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
1872 (ediff-merge-files-with-ancestor):
1873 * env.el (setenv):
1874 * isearch.el (isearch-update-ring):
1875 * server.el (server-visit-files):
1876 * progmodes/grep.el (lgrep, rgrep):
1877 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
1878 * progmodes/xscheme.el (xscheme-insert-expression):
1879 Use add-to-history.
1880
1881 * kmacro.el (kmacro-push-ring): Use add-to-history.
1882 (kmacro-ring-length): Remove unused defun.
1883 (kmacro-start-macro): Use kmacro-push-ring.
1884
1885 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
1886
1887 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
1888 directly instead of a lambda expression that calls it.
1889
1890 2006-05-06 Kim F. Storm <storm@cua.dk>
1891
1892 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
1893 instead of compute-motion.
1894
1895 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
1896
1897 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
1898 change.
1899
1900 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
1901
1902 * startup.el (command-line-1): Refer to "Pure Storage" on
1903 pure-space-overflow.
1904
1905 2006-05-05 Martin Rudalics <rudalics@gmx.at>
1906
1907 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
1908 provided faces once they all have been used up.
1909
1910 2006-05-05 Eli Zaretskii <eliz@gnu.org>
1911
1912 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
1913 reference to the Lisp manual to the warning about pure space
1914 overflow.
1915
1916 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1917
1918 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
1919 argument to avoid the call to `ispell-internal-change-dictionary'
1920 when not needed.
1921 (ispell-change-dictionary): Use this argument and call
1922 `ispell-internal-change-dictionary' after the possible change
1923 to `ispell-local-dictionary'.
1924 (ispell-internal-change-dictionary): Check for a change in
1925 personal dictionary use too.
1926 Cosmetic changes from Agustin Martin
1927 <agustin.martin@hispalinux.es>.
1928
1929 2006-05-05 Eli Zaretskii <eliz@gnu.org>
1930
1931 * startup.el (command-line): On MS-Windows, probe "~", not
1932 "~USER", for warning about non-existent home directory
1933
1934 * arc-mode.el (archive-l-e): New optional argument `float' means
1935 generate a float value.
1936 (archive-arc-summarize, archive-lzh-summarize)
1937 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
1938 with 3rd argument non-nil when file's size is being computed.
1939 Format the file sizes with %8.0f instead of %8d.
1940
1941 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1942
1943 * cus-start.el (all): Add mac-dnd-known-types.
1944
1945 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
1946 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
1947 (mac-TIFF-to-string): New functions.
1948 (x-get-selection, x-selection-value)
1949 (mac-select-convert-to-string): Use them.
1950 (mac-text-encoding-mac-japanese-basic-variant): New constant.
1951 (mac-dnd-types-alist): New customization variable.
1952 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
1953 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
1954 (mac-dnd-handle-drag-n-drop-event): New functions.
1955 (mac-drag-n-drop): Remove function.
1956 (global-map): Bind drag-n-drop and M-drag-n-drop to
1957 mac-dnd-handle-drag-n-drop-event.
1958
1959 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
1960
1961 * progmodes/perl-mode.el (perl-beginning-of-function):
1962 Skip anonymous subs.
1963
1964 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1965
1966 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
1967 regexp-opt at run time.
1968
1969 * term.el (term-handle-ansi-escape): Fix off by one error.
1970
1971 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
1972
1973 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
1974 (gdb-init-1, gdb-post-prompt): ...and references to it.
1975 (gdb-frame-handler): Strip directory name from filename if present.
1976
1977 * progmodes/gud.el (gdb-force-update): Delete defvar
1978 (gud-speedbar-buttons): ...and references to it. Use window-start
1979 to try to keep positon in watch expression.
1980
1981 2006-05-03 Richard Stallman <rms@gnu.org>
1982
1983 * simple.el (next-history-element, previous-history-element): Doc fix.
1984
1985 * isearch.el (isearch-update-ring): Doc fix.
1986
1987 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
1988
1989 * isearch.el (isearch-update-ring): Take history-delete-duplicates
1990 into consideration. Replace one arm ifs with whens.
1991
1992 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
1993
1994 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
1995 (menu): Fix typo.
1996
1997 2006-05-02 Miles Bader <miles@gnu.org>
1998
1999 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2000
2001 2006-05-02 Jay Belanger <belanger@truman.edu>
2002
2003 * calc/calc-embed.el (calc-override-minor-modes-map)
2004 (calc-override-minor-modes): New variables.
2005 (calc-do-embedded): Make sure that Calc keystrokes aren't
2006 overwritten by minor modes.
2007
2008 2006-05-02 Chong Yidong <cyd@mit.edu>
2009
2010 * msb.el (msb): If EVENT is a down event, read and discard the up event.
2011
2012 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2013
2014 * startup.el (command-line-1): Refer to Lisp manual when
2015 pure-space-overflow occurs.
2016
2017 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
2018 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
2019 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
2020 (version-control): Don't use `t' for safe-local-variable declarations.
2021
2022 2006-05-01 Richard Stallman <rms@gnu.org>
2023
2024 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
2025 M-r, M-R, M-A, M-SPC or M-DEL.
2026 (diff-mode-map): diff-refine-hunk now on C-c C-w
2027 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
2028
2029 * help-mode.el (help-mode): view-exit-action calls delete-window
2030 only when it is safe and possible.
2031
2032 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
2033 in messages.
2034
2035 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
2036
2037 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
2038 in the default tool-bar-map.
2039
2040 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
2041
2042 * net/tramp.el (tramp-completion-file-name-handler-alist)
2043 (tramp-run-real-handler, tramp-completion-run-real-handler)
2044 (tramp-completion-handle-file-name-all-completions)
2045 (tramp-completion-handle-file-name-completion): Autoload them.
2046 (tramp-completion-handle-file-exists-p)
2047 (tramp-completion-handle-file-name-directory)
2048 (tramp-completion-handle-file-name-nondirectory)
2049 (tramp-completion-handle-expand-file-name): Remove them.
2050 (tramp-handle-file-name-directory): Return the real directory name.
2051 Returning "/" only doesn't need to be necessary any longer.
2052 (tramp-file-name-handler): Make special attention when in hostname
2053 completion mode.
2054 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
2055 (tramp-register-file-name-handlers):
2056 Register `tramp-completion-file-name-handler' only when
2057 `partial-completion-mode' is enabled.
2058 (tramp-completion-handle-file-name-all-completions):
2059 Delete directory part from results.
2060 (tramp-get-completion-methods, tramp-get-completion-user-host):
2061 Discard deleting "/", it doesn't work after the change of
2062 `tramp-handle-file-name-directory' above.
2063
2064 2006-05-01 Kim F. Storm <storm@cua.dk>
2065
2066 * progmodes/grep.el (grep-expand-template): Use save-match-data
2067 and symbol-value.
2068
2069 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2070
2071 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
2072 Use select-frame-set-input-focus instead of raise-frame.
2073 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2074
2075 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
2076
2077 * progmodes/gud.el (gud-def): Add %c case.
2078 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2079 (gud-format-command): Make match case sensitive. Match on %F.
2080
2081 2006-04-30 Glenn Morris <rgm@gnu.org>
2082
2083 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
2084 (cal-tex-preamble): Use cal-tex-preamble-extra.
2085 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
2086 than alias `list-diary-entries'.
2087
2088 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2089
2090 * help-fns.el (describe-variable): Add info about safe local variables.
2091
2092 2006-04-29 Richard Stallman <rms@gnu.org>
2093
2094 * bindings.el (mode-line-format): help-echo doc fixes.
2095
2096 * net/tramp.el (tramp-file-name-handler-alist): Delete
2097 expand-file-name and other operations that can cause spurious loading.
2098
2099 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2100
2101 * files.el (safe-local-variable-p): Remove support for the special
2102 value t.
2103
2104 * textmodes/paragraphs.el (sentence-end-without-space):
2105 Fix safety predicate.
2106 (sentence-end-double-space, sentence-end-without-period)
2107 (paragraph-ignore-fill-prefix):
2108 * textmodes/fill.el (colon-double-space):
2109 * abbrev.el (abbrev-mode): Tighten the safety predicate.
2110
2111 * subr.el (booleanp): New fun.
2112
2113 * textmodes/reftex-vars.el (reftex-guess-label-type):
2114 Tighten the safety predicate.
2115
2116 2006-04-28 Kim F. Storm <storm@cua.dk>
2117
2118 * progmodes/grep.el (defgroup grep): Doc fix.
2119 (grep-auto-highlight): Remove.
2120 (grep-template): New defcustom.
2121 (grep-find-template): Rename from grep-tree-template.
2122 (grep-files-aliases): Rename from grep-tree-files-aliases.
2123 Remove "all" alias, add "l" alias.
2124 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
2125 (grep-find-ignored-directories): New defcustom to replace
2126 grep-tree-ignore-CVS-directories, to facilitate ignoring
2127 subdirectories for multiple version control systems.
2128 (grep-mode-map): Add Recursive grep item to GREP menu.
2129 (grep-regexp-history, grep-files-history): New defvars.
2130 (grep-probe): New helper function.
2131 (grep-compute-defaults): Use it to simplify code.
2132 Adapt to name changes.
2133 Use `.' as base in grep-find-template rather than <D>.
2134 (grep): Remove superfluous highlight-regexp arg. Fix doc.
2135 Call grep-compute-defaults unconditionally.
2136 (grep-expand-keywords): New defconst.
2137 (grep-expand-template): Rename from grep-expand-command-macros.
2138 Simplify via grep-expand-keywords. Look at case-fold-search instead
2139 of grep-tree-ignore-case to add -i option.
2140 Bind case-fold-search to nil while matching keywords.
2141 (grep-tree-last-regexp, grep-tree-last-files): Remove.
2142 (grep-read-regexp, grep-read-files): New helper functions.
2143 (rgrep): Rename from grep-tree. Rework to use proper histories.
2144 Adapt to changes in defcustoms and functions above.
2145 (lgrep): New command, as grep, but using same interactive UI as rgrep.
2146
2147 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
2148
2149 * net/tramp.el (tramp-completion-file-name-handler):
2150 Disable Tramp's functionality while loading Tramp itself.
2151 (tramp-register-file-name-handlers): That's a defsubst now.
2152 Code from `tramp-repair-jka-compr' moved here. Apply it via
2153 `after-init-hook'.
2154 (tramp-repair-jka-compr): Remove.
2155
2156 2006-04-27 Jay Belanger <belanger@truman.edu>
2157
2158 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
2159 read expression when `math-read-big-expr' doesn't work.
2160
2161 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
2162
2163 * startup.el (command-line-1): Display warning when
2164 pure-space-overflow is non-nil.
2165
2166 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2167
2168 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
2169 risky.
2170
2171 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2172
2173 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
2174 Return the URL or nil if none can be generated.
2175
2176 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
2177
2178 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
2179 byte compiler warnings.
2180 (gud-basic-call, gud-find-expr): Let user select an expression
2181 for printing. Print expression as well as value in GUD buffer.
2182
2183 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
2184
2185 * allout.el: Remove local autoload declaration for
2186 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
2187 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
2188 (allout-plain-bullets-string, allout-distinctive-bullets-string)
2189 (allout-use-mode-specific-leader, allout-old-style-prefixes)
2190 (allout-stylish-prefixes, allout-numbered-bullet)
2191 (allout-file-xref-bullet, allout-presentation-padding)
2192 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
2193 safe-local-variable with suitable value spec, and add autoload
2194 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
2195 (move-beginning-of-line, move-end-of-line): Repair so these compat
2196 functions now actually resituate the point, when appropriate.
2197
2198 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2199
2200 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
2201
2202 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
2203 (add-log-iso8601-time-string): Fix call to format-time-string.
2204
2205 2006-04-26 Kim F. Storm <storm@cua.dk>
2206
2207 * subr.el (posn-string, posn-image, posn-object): Doc fix.
2208
2209 2006-04-26 Masatake YAMATO <jet@gyve.org>
2210
2211 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
2212 Add support for "//" style comments. Remove `b' flag
2213 from ?* in `asm-mode-syntax-table'.
2214
2215 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2216
2217 * follow.el: Use (featurep 'xemacs) everywhere.
2218 (follow-mode): Use define-minor-mode.
2219 (follow-mode-map): Move initialization into the declaration.
2220 Use command remapping.
2221 (follow-emacs-version-xemacs-p): Remove.
2222 (follow-submit-feedback): Remove.
2223
2224 * allout.el (allout-layout, allout-passphrase-verifier-string)
2225 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
2226
2227 * textmodes/reftex-vars.el (reftex-vref-is-default)
2228 (reftex-fref-is-default, reftex-guess-label-type):
2229 Tighten up a bit the safety predicate.
2230
2231 * textmodes/paragraphs.el (sentence-end-double-space)
2232 (sentence-end-without-period, sentence-end-without-space)
2233 (page-delimiter, paragraph-ignore-fill-prefix):
2234 Tighten up a bit the safety predicate.
2235
2236 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
2237
2238 * progmodes/python.el (python-continuation-line-p)
2239 (python-beginning-of-statement): syntax-ppss may return
2240 a negative depth.
2241 (python-mode): Don't forcefully enable font-lock.
2242
2243 * time-stamp.el (time-stamp-start, time-stamp-end)
2244 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
2245
2246 * add-log.el: Remove spurious * in docstrings.
2247 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
2248 (add-change-log-entry): Use it here, since it's not specific
2249 to iso8601.
2250 (add-log-iso8601-time-string): Don't use it here any more.
2251 (change-log-indent-text, change-log-indent): Rename from add-log-*.
2252
2253 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
2254
2255 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
2256
2257 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
2258 (rcirc-toggle-low-priority): Doc fix.
2259 (rcirc-handler-NOTICE): Remove beginning of line anchor in
2260 ChanServ regexp.
2261 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
2262 #emacs.
2263 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
2264 (rcirc-decode-coding-system): Use utf-8 as the default.
2265 (rcirc-multiline-minor-mode): Set the fill-column.
2266 (rcirc-format-response-string): Display bright and dim nicks.
2267 (rcirc-browse-url): Update interactive spec to fill ARG.
2268 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
2269 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
2270
2271 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2272
2273 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
2274 case for @Article, etc.
2275
2276 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
2277
2278 * net/tramp.el (tramp-register-file-name-handlers): New defun.
2279 Added with autoload cookie.
2280 (tramp-unload-file-name-handlers): Rename from
2281 `tramp-unload-file-name-handler-alist'.
2282
2283 2006-04-23 Romain Francoise <romain@orebokech.com>
2284
2285 * comint.el (comint-match-partial-filename): Doc fix.
2286
2287 2006-04-21 Glenn Morris <rgm@gnu.org>
2288
2289 * calendar/cal-menu.el (calendar-mode-map): Refer to
2290 `diary-view-entries' rather than alias `view-diary-entries'.
2291 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
2292
2293 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
2294
2295 * progmodes/antlr-mode.el (antlr-default):
2296 * cus-edit.el (custom-documentation):
2297 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
2298 in defface.
2299
2300 2006-04-21 Kim F. Storm <storm@cua.dk>
2301
2302 * image.el (image-type): New defun split out of create-image.
2303 (create-image): Use it.
2304
2305 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
2306
2307 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
2308 (org-open-at-point): Remove the "...done" message to keep output
2309 in the echo area visible.
2310 (org-export-as-xoxo): Fix call to `indent-region'.
2311
2312 2006-04-21 Kevin Ryde <user42@zip.com.au>
2313
2314 * international/mule.el (keyboard-coding-system): defcustom
2315 info-link fixes: "Specify Coding" has been split, keyboard now in
2316 "Terminal Coding", and "Single-Byte Character Support" is now
2317 "Unibyte Mode".
2318
2319 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2320
2321 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
2322 Use font-lock-warning-face for any errors e.g. no stack.
2323 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
2324
2325 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2326
2327 * progmodes/sh-script.el (sh-shell): Mark as safe.
2328
2329 * newcomment.el (comment-start, comment-start-skip)
2330 (comment-end-skip, comment-end): Mark as safe.
2331
2332 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
2333
2334 * textmodes/org.el (org-deadline-announce): Face removed.
2335 (org-level-faces, org-n-levels): Convert to constant.
2336 (org-compatible-face): New function.
2337 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
2338 (org-level-5, org-level-6, org-level-7, org-level-8)
2339 (org-special-keyword, org-warning, org-headline-done, org-link)
2340 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
2341 (org-scheduled-today, org-scheduled-previously, org-time-grid):
2342 Face definition revised for better color tty support.
2343 (org-bold-re, org-italic-re, org-underline-re): New constants.
2344 (org-set-font-lock-defaults): Use the new constants.
2345 (org-agenda-highlight-todo): New function.
2346 (org-agenda-todo): Fix bug with point at end of line.
2347 (org-agenda-change-all-lines, org-finalize-agenda-entries):
2348 Fontify TODO keywords.
2349 (org-insert-link): Preserve relative path in ../ links.
2350 (org-export-as-html): Convert links pointing to .org files into
2351 links that will work beteen the exported HTML files.
2352 (org-todo-list): Fix bug when arg=0.
2353 (org-insert-heading): More fine-tuning.
2354
2355 2006-04-19 Romain Francoise <romain@orebokech.com>
2356
2357 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
2358 from `rmail-mime-charset-pattern'.
2359
2360 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2361
2362 * progmodes/python.el (python-mode): Fix typo.
2363
2364 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2365
2366 * comint.el (comint-previous-input): Don't clobber input line
2367 when moving off either end of the input history ring.
2368 (comint-delete-input): New function, used by
2369 `comint-previous-input' and others.
2370 (comint-previous-matching-input):
2371 Use `coming-delete-input'. Save the partial input if leaving the
2372 edit line. Goto point-max before deleting input to avoid
2373 partial input fragments hanging around.
2374 (comint-restore-input): New function, used by `comint-previous-input'.
2375
2376 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
2377
2378 * imenu.el (imenu--index-alist): Balance parentheses.
2379
2380 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2381
2382 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
2383
2384 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
2385
2386 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
2387 file is nil.
2388
2389 2006-04-18 Richard Stallman <rms@gnu.org>
2390
2391 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
2392
2393 * imenu.el (imenu-create-index-function, imenu--index-alist)
2394 (imenu--last-menubar-index-alist, imenu--make-index-alist)
2395 (imenu-default-create-index-function, imenu--generic-function):
2396 Doc fixes.
2397
2398 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
2399
2400 * help-mode.el (help-mode): Set view-exit-action to delete window.
2401
2402 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
2403 now works by passing nil as arg.
2404
2405 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
2406
2407 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
2408 (read-abbrev-file): Provide default when reading filename.
2409
2410 * files.el (enable-local-variables): Allow :all as value.
2411 (hack-local-variables): Implement that value.
2412 (safe-local-variable-values, safe-local-eval-forms)
2413 (enable-local-variables): Mark as risky.
2414 (find-file-visit-truename, kept-old-versions): Mark safe.
2415
2416 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
2417 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
2418 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
2419
2420 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2421
2422 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
2423 Use forward-line so as to get to BOL even in the presence of fields.
2424 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
2425 in return.
2426 (inferior-tcl): Tell tclsh to work in interactive mode.
2427
2428 * complete.el (partial-completion-mode):
2429 Use 'choose-completion-string-functions to make sure that
2430 choose-completion fills the minibuffer properly.
2431
2432 * complete.el (PC-old-read-file-name-internal): Remove.
2433 (PC-read-include-file-name-internal): Remove. Turn it into an advice
2434 of read-file-name-internal.
2435 (partial-completion-mode): Enable/disable this advice.
2436
2437 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
2438
2439 * net/tramp.el (tramp-completion-file-name-handler): Revert change
2440 of 2006-04-17.
2441
2442 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
2443
2444 * textmodes/org.el (org-insert-heading): Insert heading before
2445 current if at beginning of line.
2446 (org-todo, org-date): New faces.
2447 (org-table-align): Make sure tooltip window contains full text.
2448 (org-no-properties): New defsubst.
2449 (org-set-font-lock-defaults): Use new faces.
2450
2451 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
2452
2453 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
2454 for root variables.
2455
2456 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
2457 (gdb-frame-address): Re-use to identify frame for watch expression.
2458 (gdb-var-list, gdb-var-create-handler): Add frame address for root
2459 variables.
2460 (gdb-init-1, gdb-source, gdb-post-prompt)
2461 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
2462 (gdb-frame-handler): Get gdb-frame-address.
2463
2464 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
2465
2466 Sync with Tramp 2.0.53.
2467
2468 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
2469 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
2470 (tramp-completion-file-name-handler): Add autoload cookie for
2471 adding to `file-name-handler-alist'.
2472
2473 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
2474 the prompt. If it returns earlier (when detecting an error
2475 message), the rest of the output will merge accidently with the
2476 output of the next command. Reported by M Jared Finder
2477 <jared@hpalace.com>.
2478
2479 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2480 for `process-file', in order to let it work for older Emacsen too.
2481
2482 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
2483
2484 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
2485 (tex-font-lock-keywords-3): Use it.
2486
2487 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2488
2489 * newcomment.el (comment-add): New function.
2490 (comment-region-default, comment-dwim): Use it.
2491
2492 2006-04-15 Michael Olson <mwolson@gnu.org>
2493
2494 * emacs-lisp/tq.el: Improve comments.
2495 (tq-queue-head-question): New accessor function.
2496 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
2497 Update for modified queue structure.
2498 (tq-queue-add): Accept `question' argument.
2499 (tq-queue-pop): If a question is pending, send it.
2500 (tq-enqueue): Accept new optional argument `delay-question'.
2501 If this is non-nil, and at least one other question is pending a
2502 response, queue the question rather than sending it immediately.
2503
2504 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2505
2506 * calendar/appt.el (appt-add): Check whether an appointment is
2507 already present in appt-time-msg-list. Simplify code.
2508
2509 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2510
2511 * progmodes/cc-langs.el (c-mode-menu):
2512 Don't presume c-subword-mode is bound.
2513
2514 2006-04-13 Bill Wohler <wohler@newt.com>
2515
2516 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
2517 (customize-package-emacs-version): Use cdr instead of cadr now
2518 that alists use dotted pairs.
2519
2520 * custom.el (defcustom): Fix docstring for :package-version.
2521
2522 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
2523
2524 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
2525 (tramp-handle-shell-command): Display output buffer only when
2526 `tramp-display-shell-command-buffer' is true.
2527 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
2528
2529 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2530
2531 * textmodes/org.el (org-set-autofill-regexps): Set only the local
2532 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
2533
2534 2006-04-13 Romain Francoise <romain@orebokech.com>
2535
2536 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
2537 leaving temporary .cvsignore buffers behind.
2538
2539 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2540
2541 * textmodes/org.el (org-set-regexps-and-options)
2542 (org-get-current-options): Better names for the startup folding
2543 options.
2544
2545 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
2546
2547 * vc.el (vc-annotate): Arrange for point to end up at the same
2548 line number as in the original, but only when using a new buffer.
2549
2550 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
2551
2552 * files.el (hack-one-local-variable-eval-safep):
2553 Recognize `edebug-form-spec' for `put', but only if it passes
2554 `edebug-basic-spec'. Generalize `put' handling.
2555
2556 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
2557 vetting file-local form specs.
2558
2559 * allout.el (allout-layout): Autoload its `safe-local-variable'
2560 property.
2561
2562 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2563
2564 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
2565 (org-agenda-mouse-1-follows-link)
2566 (org-mouse-1-follows-link): New options.
2567 (org-format-agenda-item): Fix bug if TAGS is nil.
2568 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
2569
2570 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
2571
2572 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
2573 GDB 6.1+ gives full filename for "info sources" so use
2574 file-name-nondirectory.
2575
2576 2006-04-12 Romain Francoise <romain@orebokech.com>
2577
2578 * subr.el (read-passwd): Bind `message-log-max' to nil.
2579
2580 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2581
2582 * progmodes/perl-mode.el (perl-indent-new-calculate):
2583 Recompute parse-start after jumping backward by a whole sexp.
2584
2585 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2586
2587 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
2588 window configuration.
2589 (vc-annotate-display-select): Select the buffer so that current-buffer
2590 (and selected-window) is the output buffer at the end of vc-annotate.
2591
2592 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
2593
2594 * vc.el (vc-annotate-color-map): Add custom TTY color map for
2595 8-color terminals, to use all of the colors in a sensible order.
2596 256-color terminals work well with the standard map.
2597 (vc-annotate-lines): Only strip the first color character if it
2598 is "#", to allow for terminal-style named colors.
2599 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
2600 the correct buffer is scrolled.
2601
2602 2006-04-11 Richard Stallman <rms@gnu.org>
2603
2604 * emacs-lisp/bytecomp.el (byte-compile-file):
2605 Bind enable-local-variables to :safe, and make normal-mode obey it.
2606
2607 * files.el (enable-local-variables): Allow value :safe.
2608 (normal-mode): Doc fix.
2609 (hack-local-variables): Implement enable-local-variables = :safe.
2610 (hack-local-variables-confirm): Don't prevent quitting.
2611
2612 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2613
2614 * loadhist.el (unload-feature): A bit of sanity check of
2615 load-history entries. Cancel timer-vars before unbinding them.
2616
2617 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
2618 quote special chars, and make the trick work on the hex part of the
2619 buffer as well.
2620 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
2621 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
2622
2623 * startup.el (normal-splash-screen): Fix last change so we don't wait
2624 2 minutes if we don't show the splash screen.
2625
2626 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
2627
2628 * textmodes/org.el (org-export-plain-list-max-depth)
2629 (org-table-spaces-around-separators)
2630 (org-radio-targets, org-activate-camels)
2631 (org-table-spaces-around-invisible-separators): Options removed.
2632 (org-time-stamp-rounding-minutes, org-remember-templates)
2633 (org-ellipsis, org-activate-links, org-descriptive-links):
2634 New options.
2635 (org-remember-apply-template, org-current-time)
2636 (org-finish-edit-table-field)
2637 (org-link-unescape, org-link-escape)
2638 (org-string-width, org-table-clean-line, org-html-do-expand)
2639 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
2640 (org-read-agenda-file-list): New functions.
2641 (org-table-edit-field)
2642 (org-table-create-or-convert-from-region): New commands
2643 (org-table-toggle-vline-visibility): Command removed.
2644 (org-table-convert-region): Made a command.
2645 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
2646 Replace with the normal org- functions.
2647 (org-self-insert-command): Don't trigger realign unnecessarily
2648 when blanking a field that is not full.
2649 (org-mode): `Set buffer-invisibility-spec' for links.
2650 (org-activate-links2): Hide link part and only show descriptive
2651 part of the link.
2652 (org-insert-link): Modify for new linking system.
2653 (org-store-link): Store description separately, for use by
2654 `org-insert-link'.
2655 (org-table-align): Use `org-string-width'.
2656 (defgroup): Completely new group structure for custom variables.
2657 (org-agenda-files): Option: Single file name allowed. Function:
2658 Optional argument unrestrited means ignore any restricitons.
2659 (org-install-agenda-files-menu): Find a buffer in Org-mode before
2660 trying to modify the menu. Use generalized access to
2661 `org-agenda-files.'
2662 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
2663 (org-agenda-file-to-front, org-remove-file, org-diary)
2664 (org-tags-view, org-export-icalendar-all-agenda-files)
2665 (org-export-icalendar-combine-agenda-files): Use generalized
2666 access to `org-agenda-files'.
2667 (org-remember-handler): Correctly preserve heading if present.
2668 (org-table-insert-row, org-table-insert-hline): Deal with
2669 invisible characters.
2670
2671 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
2672
2673 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
2674 (vc-annotate-color-map): New 18 element constant
2675 value/saturation, rotating hue colormap, from red->blue.
2676 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
2677 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
2678 (vc-annotate): To avoid killing the required local variables,
2679 set them before the end of `with-output-to-temp-buffer', and
2680 after first switching to annotate-mode.
2681 (vc-annotate-warp-version): Add buffer argument in goto-line to
2682 ensure annotation, not source, is scrolled.
2683
2684 2006-04-10 Bill Wohler <wohler@newt.com>
2685
2686 * custom.el (defcustom, custom-handle-keyword):
2687 Add :package-version keyword.
2688 (custom-add-package-version): New function. Sets value of new
2689 property 'custom-package-version from :package-version keyword.
2690 (defcustom): Create Common Keywords section in docstring.
2691 (defface, defgroup): Replace definitions of a select few keywords
2692 with a reference to the Common Keywords in defcustom.
2693 (defcustom, defface, defgroup): Replace reference to Customization
2694 chapter in manual with hyperlink.
2695
2696 * cus-edit.el (customize-package-emacs-version-alist):
2697 New variable.
2698 (customize-changed-options): Add check for custom-package-version.
2699 (customize-package-emacs-version): New function to look up Emacs
2700 version corresponding to the given package version.
2701
2702 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
2703 defun name, in similar fashion to find-variable-regexp.
2704
2705 2006-04-10 Eli Zaretskii <eliz@gnu.org>
2706
2707 * international/mule-cmds.el (set-locale-environment): Fix last
2708 change for when the locale's preferences don't specify any encoding.
2709
2710 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2711
2712 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
2713 so the defined var/fun doesn't need to be quoted.
2714
2715 2006-04-10 Richard Stallman <rms@gnu.org>
2716
2717 * finder.el (finder-mode-map): Add n and p bindings.
2718
2719 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
2720
2721 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
2722 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
2723 (gdb-setup-windows): Put something in source window if we can't find
2724 the source file.
2725 (gdb-frame-handler): Make it work again with just assembly.
2726 (gdb-data-list-register-values-handler): Make it work when there is
2727 no stack.
2728
2729 2006-04-09 Richard Stallman <rms@gnu.org>
2730
2731 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
2732 specs while looking for charset.
2733
2734 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
2735
2736 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
2737 Make them faces.
2738 (lm-font-lock-keywords): Update appropriately.
2739
2740 2006-04-10 Kim F. Storm <storm@cua.dk>
2741
2742 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
2743 it can also replace buffer-substring-no-properties.
2744
2745 * emulation/cua-base.el (cua-delete-region, cua-paste)
2746 (cua-repeat-replace-region): Use filter-buffer-substring.
2747
2748 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2749 (cua-cut-region-to-global-mark): Likewise.
2750
2751 * emulation/cua-rect.el (cua--extract-rectangle)
2752 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
2753
2754 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2755
2756 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
2757 entry-type. Add field delimiters to numerical fields if they are
2758 not present.
2759
2760 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2761
2762 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
2763 string-const to return value.
2764 (bibtex-remove-delimiters): Use it.
2765
2766 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2767
2768 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
2769 cl-byte-compile-compiler-macro unless it exists.
2770
2771 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2772
2773 * files.el (hack-local-variables-confirm) <offer-save>:
2774 Clarify message text. Suggested by Ralf Angeli.
2775
2776 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
2777
2778 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
2779 (delete-extract-rectangle-line): Use `filter-buffer-substring'
2780 instead of `buffer-substring' and `delete-region'. (Most of the
2781 code actually copied from `kill-region'.)
2782
2783 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
2784
2785 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
2786 (rcirc-default-port): Rename from rcirc-port.
2787 (rcirc-default-nick): Rename from rcirc-nick.
2788 (rcirc-default-user-name): Rename from rcirc-user-name.
2789 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
2790 (rcirc-low-priority-flag): New variable.
2791 (rcirc-decode-coding-system): New defcustom.
2792 (rcirc-encode-coding-system): New defcustom.
2793 (rcirc-coding-system-alist): New defcustom.
2794 (rcirc-multiline-major-mode): New defcustom.
2795 (rcirc-nick): New internal variable.
2796 (rcirc-process): Remove variable.
2797 (rcirc-server-buffer): New variable.
2798 (rcirc): Update to use rcirc-default-* variables above.
2799 (rcirc-connect): Do not add window-configuration-hook-here.
2800 (rcirc-server): New internal variable.
2801 (rcirc-connect): Do not send keepalive pings if
2802 rcirc-keepalive-seconds is nil.
2803 (with-rcirc-server-buffer): New macro.
2804 (rcirc-send-string): Encode with rcirc-encode-coding-system.
2805 (rcirc-server-name): Rename from rcirc-server.
2806 (rcirc-buffer-process): New function.
2807 (rcirc-buffer-nick): New function.
2808 (rcirc-buffer-target): Remove function.
2809 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
2810 New commands.
2811 (rcirc-mode-map): Change binding of C-c C-l to
2812 rcirc-toggle-low-priority.
2813 (rcirc-mode): Initialize coding system based on
2814 rcirc-coding-system-alist. New change-major-mode-hook to part the
2815 channel on a mode change. Make kill-buffer-hook buffer-local.
2816 (rcirc-change-major-mode-hook): New function.
2817 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
2818 (rcirc-last-post-time): New variable.
2819 (rcirc-process-message): Store the last time user posted a message
2820 to this target.
2821 (rcirc-multiline-minor-mode): New mode.
2822 (rcirc-multiline-minor-mode-map): New mode map.
2823 (rcirc-edit-multiline): Put multiline-edit buffer in
2824 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
2825 (rcirc-print): Ignore any line starting with an ignored nick.
2826 (rcirc-print): Decode using rcirc-decode-coding-system.
2827 (rcirc-track-minor-mode): Update global-mode-string when disabling
2828 this mode.
2829 (minor-mode-alist): Add LowPri indicator.
2830 (rcirc-toggle-low-priority): New function.
2831 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
2832 next lowpriority buffer with activity.
2833 (rcirc-record-activity): Sort buffers in rcirc-activity by the
2834 last time the user posted a message in to the target.
2835 (rcirc-update-activity-string): New formatting for low priority
2836 buffers.
2837 (rcirc-split-activity): New function.
2838 (rcirc-handler-PART, rcirc-handler-KICK)
2839 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
2840 (rcirc-nick-away-alist): New variable.
2841 (rcirc-handler-301): New handler. Away messages are printed once
2842 per change.
2843
2844 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2845
2846 * info.el (Info-follow-nearest-node): Doc fix.
2847
2848 * international/mule-cmds.el (set-locale-environment): Make sure
2849 the coding-system preferred by the locale's language has the same
2850 EOL conversion type as the original buffer-file-coding-system.
2851 (locale-language-names): Add a few MS Windows language codes.
2852
2853 2006-04-07 Richard Stallman <rms@gnu.org>
2854
2855 * simple.el (eval-expression): Doc fix.
2856
2857 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
2858 (eval-defun): Doc fixes.
2859
2860 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
2861
2862 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
2863
2864 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
2865
2866 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
2867 GDB list command without argument for greater generality.
2868
2869 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
2870
2871 * subr.el (string-or-null-p): New function.
2872
2873 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
2874
2875 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
2876
2877 * files.el: Update comment about safe-local-variable declarations.
2878
2879 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
2880
2881 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
2882 See idlwave.org.
2883
2884 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
2885 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
2886
2887 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
2888 See idlwave.org.
2889
2890 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
2891 version 6.0 (minimal changes). See idlwave.org.
2892
2893 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
2894 6.0 (minimal changes). See idlwave.org.
2895
2896 * progmodes/idlw-rinfo.el: File obsoleted and removed.
2897
2898 2006-04-06 Romain Francoise <romain@orebokech.com>
2899
2900 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
2901 symmetric encryption features and a new asynchronous interface to
2902 GnuPG. This new version is version 1.4, plus whitespace changes.
2903
2904 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
2905
2906 * files.el: Move some `safe-local-variable' declarations to the
2907 respective files.
2908
2909 * textmodes/ispell.el (ispell-check-comments)
2910 (ispell-local-dictionary): Mark as safe.
2911
2912 * abbrev.el (abbrev-mode): Mark as safe.
2913
2914 * add-log.el (change-log-default-name): Mark as safe.
2915
2916 * textmodes/reftex-vars.el (reftex-vref-is-default)
2917 (reftex-fref-is-default, reftex-level-indent)
2918 (reftex-guess-label-type): Mark as safe.
2919
2920 * textmodes/fill.el (colon-double-space): Mark as safe.
2921
2922 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
2923 (sentence-end-double-space, sentence-end-without-period)
2924 (sentence-end-without-space, sentence-end, sentence-end-base)
2925 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
2926
2927 2006-04-06 Kim F. Storm <storm@cua.dk>
2928
2929 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
2930 the :set-after list.
2931 (ido-downcase-unc-hosts): New user option. Default on.
2932 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
2933 when it is set, as regexps are now applied on the fly.
2934 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
2935 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
2936 on the fly, but only when ido-process-ignore-lists is set.
2937 Do case insensitive filtering if ido-downcase-unc-hosts is set.
2938 Only downcase names if ido-downcase-unc-hosts is set.
2939
2940 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
2941
2942 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
2943
2944 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
2945
2946 2006-04-05 Kim F. Storm <storm@cua.dk>
2947
2948 * ido.el (ido-mode): Set after ido-unc-hosts and
2949 ido-ignore-unc-host-regexps.
2950 (ido-save-history): Save ido-unc-hosts-cache.
2951 (ido-load-history): Load ido-unc-hosts-cache.
2952 (ido-reread-directory): Refresh unc hosts cache in // dir.
2953
2954 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
2955 to nil while displaying slash screen.
2956
2957 2006-04-05 Daiki Ueno <ueno@unixuser.org>
2958
2959 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
2960 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2961
2962 2006-04-05 Kenichi Handa <handa@m17n.org>
2963
2964 * international/characters.el: Setup cases of Latin, Greek, and
2965 Cyrillic characters in CJK charsets.
2966
2967 2006-03-29 Daiki Ueno <ueno@unixuser.org>
2968
2969 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2970 default-enable-multibyte-characters. This reverts the change from
2971 revision 6.17 which is no longer necessary because the passphrase
2972 is sent separately now. GnuPG messages are unreadable under
2973 multibyte locales with default-enable-multibyte-characters set to nil.
2974
2975 2006-04-04 Andreas Schwab <schwab@suse.de>
2976
2977 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
2978 and `byte-compile-warnings' as `safe-local-variable'.
2979
2980 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
2981
2982 * man.el (Man-mode-map): Restore the \r binding.
2983 (Man-abstract-xref-man-page): If Man-target-string is a function,
2984 call it.
2985 (Man-highlight-references): Use Man-default-man-entry to get the
2986 target. Deal with xrefs too.
2987 (Man-highlight-references0): Don't call the target function.
2988
2989 * woman.el (WoMan-xref-man-page): Strip the section number, woman
2990 cannot deal with it.
2991
2992 2006-04-04 Daiki Ueno <ueno@unixuser.org>
2993
2994 * pgg-gpg.el: Clean up process buffers every time gpg processes
2995 complete.
2996
2997 2006-04-04 Kenichi Handa <handa@m17n.org>
2998
2999 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
3000 here.
3001 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
3002 Temporarily bind inhibit-field-text-motion to t.
3003
3004 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3005
3006 * startup.el (normal-splash-screen): Only set mode-line-format in the
3007 splash buffer, so as not to interfere when debugging the code.
3008 Ignore errors when switching buffer.
3009
3010 2006-04-03 Romain Francoise <romain@orebokech.com>
3011
3012 * dired.el (dired-dnd-protocol-alist): Fix typo.
3013
3014 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
3015
3016 * savehist.el (savehist): Add :version.
3017 (savehist-ignored-variables): New variable.
3018 (savehist-minibuffer-hook): Don't save variables listed in
3019 `savehist-ignored-variables'.
3020
3021 * dired.el (dired-dnd-protocol-alist): Mention that change does
3022 only apply to new buffers in doc string.
3023
3024 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3025
3026 * recentf.el (recentf-open-files-item): Include newline in button
3027 field, so opening a file will work, when the point is at the end
3028 of the file name. Allow, for example, to [i]search a file by
3029 extension and just push RET to open it.
3030
3031 2006-04-03 Daiki Ueno <ueno@unixuser.org>
3032
3033 * pgg-gpg.el (pgg-gpg-process-filter)
3034 (pgg-gpg-wait-for-completion): Check if buffer is alive.
3035
3036 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3037 lines, temporary fix.
3038
3039 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3040
3041 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
3042
3043 2006-04-02 Richard Stallman <rms@gnu.org>
3044
3045 * progmodes/compile.el (compilation-message-face): Make it defcustom.
3046
3047 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3048
3049 * ibuf-macs.el (define-ibuffer-column): Add a new key:
3050 header-mouse-map.
3051
3052 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
3053 (ibuffer-mode-header-map): New keymaps.
3054 (ibuffer-update-title-and-summary): Enable mouse face highlighting
3055 and keybindings for column headers.
3056 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
3057 property.
3058
3059 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
3060
3061 * speedbar.el (speedbar-after-create-hook): Doc fix.
3062
3063 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
3064
3065 * shell.el (shell-directory-tracker)
3066 (shell-dynamic-complete-command): Doc fixes.
3067
3068 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
3069
3070 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
3071 terminals.
3072
3073 2006-04-01 Kim F. Storm <storm@cua.dk>
3074
3075 * ido.el (ido-unc-hosts-cache): New defvar.
3076 (ido-unc-hosts): If value of defcustom is a function, call it to
3077 get list of UNC hosts. Add function-item choices to specify
3078 ido-unc-hosts-net-view or user function.
3079 (ido-ignore-unc-host-regexps): New defcustom.
3080 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
3081 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
3082 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
3083
3084 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3085
3086 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
3087 wwidth.
3088
3089 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
3090
3091 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
3092 (ido-max-work-file-list, ido-switch-buffer)
3093 (ido-read-file-name-as-directory-commands):
3094 Fix typos in docstrings.
3095
3096 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3097
3098 * term/mac-win.el (mac-system-coding-system): Define and use after
3099 Mac-specific coding systems are ready.
3100
3101 2006-03-27 Romain Francoise <romain@orebokech.com>
3102
3103 * net/rcirc.el (rcirc-connect): Add autoload cookie.
3104
3105 * ldefs-boot.el: Update.
3106
3107 2006-03-27 Daiki Ueno <ueno@unixuser.org>
3108
3109 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3110 passphrases when it is not needed.
3111 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3112 passphrase stuff from gpg, should only be necessary when you use
3113 gpg with a smartcard.
3114
3115 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
3116
3117 * comint.el (comint-dynamic-list-completions): Allow user to
3118 select *Completions* buffer.
3119
3120 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
3121
3122 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
3123
3124 2006-03-26 Andreas Schwab <schwab@suse.de>
3125
3126 * progmodes/gud.el (gdb): Only complain about multiple debugging
3127 when the gdb process is still running.
3128
3129 2006-03-25 Eli Zaretskii <eliz@gnu.org>
3130
3131 * mail/rmail.el (tool-bar-map): Defvar it.
3132 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
3133 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
3134
3135 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
3136
3137 * help.el (print-help-return-message): Suggest to use
3138 display-buffer instead of switch-to-buffer-other-window to restore
3139 the previous window without selecting it.
3140
3141 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3142
3143 * frame.el (select-frame-by-name): Call x-focus-frame also when
3144 window-system is mac.
3145
3146 * term/mac-win.el: Adjust Courier font specifications in
3147 x-fixed-font-alist.
3148 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
3149 when directly encoding to UTF-16 in native byte order, no BOM.
3150
3151 2006-03-25 Kim F. Storm <storm@cua.dk>
3152
3153 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
3154 (cua--init-keymaps): Use it instead of fixed C-return.
3155 (cua-mode): Set after it.
3156
3157 * emulation/cua-rect.el (cua--init-rectangles):
3158 Use cua-rectangle-mark-key instead of fixed C-return.
3159
3160 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
3161
3162 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
3163 "run" in .gdbinit.
3164 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
3165
3166 2006-03-24 Romain Francoise <romain@orebokech.com>
3167
3168 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
3169 `display-buffer-other-frame'.
3170
3171 2006-03-24 Kim F. Storm <storm@cua.dk>
3172
3173 * apropos.el (apropos-synonyms): Add selection => region.
3174
3175 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3176
3177 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3178 (gdb-var-list-children-regexp, gdb-var-update-regexp)
3179 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3180 (gdb-data-list-register-values-regexp)
3181 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
3182 Future proof against new fields being added to MI output.
3183 (gdb-send): Don't treat backslashes for program input as
3184 continuations.
3185 (gdb-assembler-handler): Don't use window-start for this handler.
3186 (gdb-frame-handler): Don't change to hollow arrow if overlay
3187 arrow doesn't move to new frame.
3188
3189 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3190
3191 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
3192 prevent compiler warnings.
3193 (gdb-stopped): Check for gud-last-last-frame (case: signal).
3194 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
3195 (gdb-assembler-custom): Use hollow-right-triangle for assembler
3196 buffer too.
3197
3198 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
3199
3200 * pgg-gpg.el (pgg-gpg-update-agent): Check for
3201 make-network-process, so we can use the same code in Gnus v5-10
3202 too and have this file fully synchronized with that release.
3203
3204 2006-03-23 Romain Francoise <romain@orebokech.com>
3205
3206 * ibuf-ext.el (ibuffer-read-filter-group-name):
3207 Use `ibuffer-generate-filter-groups' to make completion list match
3208 the filter groups that are really displayed in the Ibuffer buffer.
3209 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
3210
3211 2006-03-23 Kenichi Handa <handa@m17n.org>
3212
3213 * international/mule-cmds.el (sort-coding-systems): Describe that
3214 the argument is modified in docstring.
3215
3216 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
3217
3218 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3219 (pgg-gpg-update-agent): New function.
3220 (pgg-gpg-use-agent-p): New function.
3221 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3222 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3223 (pgg-gpg-sign-region): Use it.
3224
3225 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
3226
3227 * cus-edit.el (custom-face-set): Call custom-push-theme before
3228 face-spec set so that `changed' theme is correctly saved.
3229 (custom-face-reset-standard): Reset to recalculated face rather
3230 than defface spec.
3231
3232 * custom.el (custom-push-theme): Only save `changed' theme if the
3233 current face does not match the defface specs.
3234
3235 2006-03-21 Simon Josefsson <jas@extundo.com>
3236
3237 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3238 <wilde@sha-bang.de>.
3239 (pgg-gpg-use-agent): New variable.
3240 (pgg-gpg-process-region): Use it.
3241 (pgg-gpg-encrypt-region): Likewise.
3242 (pgg-gpg-encrypt-symmetric-region): Likewise.
3243 (pgg-gpg-decrypt-region): Likewise.
3244 (pgg-gpg-sign-region): Likewise.
3245 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3246
3247 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
3248
3249 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
3250 bracket links.
3251
3252 2006-03-21 Kim F. Storm <storm@cua.dk>
3253
3254 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
3255 fringe-indicator-alist instead of modifying global value.
3256 (gdb-frame-handler): Likewise.
3257
3258 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
3259
3260 * diff-mode.el (diff-function): Make it inherit from diff-header
3261 instead of diff-context.
3262
3263 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
3264 bitmap.
3265 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
3266 change names in macro above for consistency.
3267 (gdb-frame-handler): Use hollow-right-triangle for all selected
3268 frames which except the innermost (where execution has stopped).
3269 (gdb-reset): Reset buffer-local values of overlay-arrow.
3270
3271 2006-03-20 Richard Stallman <rms@gnu.org>
3272
3273 * simple.el (set-mark-command): Doc fix.
3274
3275 * files.el (display-buffer-other-frame): New command.
3276 (ctl-x-4-map): Bind C-x 5 C-o to it.
3277
3278 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3279
3280 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
3281 rather than just defer-time, in case defer-time has been changed but
3282 the timer isn't running yet.
3283 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
3284
3285 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3286
3287 * help-mode.el (help-follow-symbol): New function.
3288 Essentially identical to the old `help-follow', but do not let
3289 `push-button' do the work when on an xref.
3290 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
3291
3292 2006-03-19 Richard Stallman <rms@gnu.org>
3293
3294 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
3295 preceded by the word `program'.
3296 (help-follow-mouse, help-follow): Throw error if not on xref.
3297 Delete no longer used args.
3298
3299 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
3300
3301 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
3302 annotation ensure gud-overlay-arrow-position is redisplayed.
3303
3304 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3305
3306 * textmodes/bibtex.el (bibtex-include-OPTkey)
3307 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
3308 (bibtex-autokey-name-case-convert)
3309 (bibtex-autokey-titleword-case-convert): Make these the aliases
3310 for the following two variables.
3311 (bibtex-autokey-name-case-convert-function)
3312 (bibtex-autokey-titleword-case-convert-function): Make these the
3313 real names.
3314 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
3315 bibtex-font-lock-crossref sublists.
3316 (bibtex-mode): Revert 2005-12-30 change (which made
3317 completion-ignore-case buffer-local).
3318 (bibtex-url): Simplify.
3319
3320 2006-03-19 Kim F. Storm <storm@cua.dk>
3321
3322 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
3323 cursor property value to 2 (to align with C level change).
3324
3325 2006-03-19 Bill Wohler <wohler@newt.com>
3326
3327 * image.el (image-load-path-for-library): Shorten first line in
3328 docstring.
3329
3330 2006-03-18 Richard Stallman <rms@gnu.org>
3331
3332 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
3333
3334 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
3335
3336 * isearch.el (isearch-other-meta-char): Handle user bindings for
3337 shifted control characters.
3338
3339 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
3340
3341 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
3342 part that matches email addresses, file names, etc.
3343
3344 2006-03-18 Eli Zaretskii <eliz@gnu.org>
3345
3346 * term/w32-win.el (mouse-set-font):
3347 Mention w32-list-proportional-fonts in the doc string.
3348
3349 2006-03-18 Kim F. Storm <storm@cua.dk>
3350
3351 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
3352 (ido-unc-hosts): New user option to explicitly define list of know
3353 UNC-style hosts for completion.
3354 (ido-cache-unc-host-shares-time): New user option.
3355 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
3356 New helper functions for UNC file-name support.
3357 (ido-may-cache-directory): Check for UNC host. Simplify.
3358 (ido-wash-history): Clean out old UNC hosts.
3359 (ido-nonreadable-directory-p): UNC hosts are always readable.
3360 (ido-directory-too-big-p): UNC hosts are never too big.
3361 (ido-set-current-directory): Handle UNC root path.
3362 (ido-file-name-all-completions): Complete UNC host names from
3363 ido-unc-hosts list. Cache UNC host shares.
3364 (ido-make-file-list-1): Don't filter UNC root.
3365 (ido-exhibit): Check for // in root directory, and switch to UNC
3366 mode by setting ido-current-directory to //.
3367
3368 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
3369
3370 * cus-edit.el (customize-changed-options): Mention explicit
3371 version number as default in prompt.
3372
3373 2006-03-17 Bill Wohler <wohler@newt.com>
3374
3375 * image.el (image-load-path-for-library): Minor docstring fix.
3376
3377 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
3378
3379 * textmodes/org.el (org-read-date): Include subgroup 5 into
3380 replacement text.
3381 (org-popup-calendar-for-date-prompt): Fix customization type.
3382
3383 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
3384
3385 * progmodes/gdb-ui.el (gud-watch): Provide completion.
3386 (gdb-continuation): New variable.
3387 (gdb-send): Deal with continuation lines.
3388
3389 * progmodes/gud.el (gud-gdb-complete-command)
3390 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
3391 expressions.
3392 (gud-tooltip-mode): Use buffer-local value.
3393
3394 2006-03-16 Kim F. Storm <storm@cua.dk>
3395
3396 * ido.el (ido-edit-input): Use selected match, if any.
3397
3398 2006-03-16 Bill Wohler <wohler@newt.com>
3399
3400 * image.el (image-load-path-for-library): Prefer user's images in
3401 image-load-path.
3402
3403 2006-03-16 Martin Rudalics <rudalics@gmx.at>
3404
3405 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
3406 when checking for attempt to drag leftmost or rightmost scrollbar.
3407
3408 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
3409
3410 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
3411 (gdb-force-mode-line-update): New function.
3412 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
3413 (gdb-exited): Use them.
3414 (gdb-signal): New function.
3415 (gdb-annotation-rules): Provide a rule for it.
3416
3417 2006-03-16 Kenichi Handa <handa@m17n.org>
3418
3419 * international/mule.el (auto-coding-regexp-alist): Add entries
3420 for Unicode BOM.
3421
3422 * sort.el (sort-build-lists): Temporarily bind
3423 inhibit-field-text-motion to t.
3424
3425 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
3426
3427 * locate.el (locate-command, locate-make-command-line)
3428 (locate-fcodes-file, locate-update-command)
3429 (locate-prompt-for-command, locate, locate-with-filter)
3430 (locate-get-file-positions): Doc fixes.
3431 (locate-buffer-name, locate-header-face): Remove leading `*' in
3432 defcustom.
3433 (locate-filter-output): Use `keep-lines' instead of its alias
3434 `delete-non-matching-lines'.
3435 (locate-get-filename, locate-get-dirname): Add introductory comment.
3436 (locate-find-directory-other-window): Give appropriate error
3437 message if used outside main listing.
3438
3439 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3440
3441 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
3442 the new extend-region feature.
3443 (font-lock-after-change-function): Update correspondingly.
3444 * jit-lock.el (jit-lock-after-change): Update correspondingly.
3445 * progmodes/grep.el (font-lock-lines-before): Don't disable.
3446
3447 2006-03-15 Bill Wohler <wohler@newt.com>
3448
3449 * image.el (image-load-path-for-library): Fix example by not
3450 recommending that one binds image-load-path. Just defvar it to
3451 placate compiler and only use it if previously defined.
3452
3453 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
3454
3455 * textmodes/org.el (org-insert-centered): Use `string-width' to
3456 make underlining work for wide characters.
3457 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
3458 TAB to `org-cycle', to make sure that no binding in
3459 `outline-mode-map' can supercede it.
3460
3461 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
3462
3463 * allout.el: Increment version to 2.2.1 in file commentary.
3464
3465 (allout-version): Increment to 2.2.1.
3466
3467 (allout-default-layout): New customization variable, used when the
3468 file lacks a specific allout-layout. Uses allout-layout-type for
3469 recursively nested definition.
3470
3471 (allout-layout-type): Widget defining allout layouts, necessary for
3472 self-recursive definition.
3473
3474 (allout-mode): Incorporate allout-default-layout as fallback for
3475 allout-layout.
3476
3477 (allout-layout): Mark as 'safe-local-variable', and refer mention
3478 fallback to `allout-default-layout' in absence of a specified value.
3479 (allout-passphrase-verifier-string)
3480 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
3481
3482 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
3483
3484 (allout-get-encryption-passphrase-verifier): Use correct name of
3485 passphrase verifier in docstring.
3486
3487 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
3488
3489 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
3490 elements.
3491 (gdb-find-watch-expression): Make it work for arrays too.
3492 Follow change to gdb-var-list.
3493 (gud-watch): Allow the user to enter variable name with a prexix
3494 arg. Create keybindings.
3495 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3496 (gdb-var-list-children-handler, gdb-var-update-handler)
3497 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
3498 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
3499 Follow change to gdb-var-list.
3500 (gdb-starting): Don't show the overlay arrows when program is running.
3501
3502 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
3503 gdb-var-list.
3504
3505 2006-03-14 Bill Wohler <wohler@newt.com>
3506
3507 * image.el (image-load-path-for-library): Pass value of path
3508 rather than symbol. Always return list of directories.
3509 Guarantee that image directory comes first.
3510
3511 2006-03-14 Alan Mackenzie <acm@muc.de>
3512
3513 * font-core.el (font-lock-extend-region\(-function\)?.):
3514 New function/variable.
3515
3516 * font-lock.el (font-lock-after-change-function):
3517 Call font-lock-extend-region. Obey font-lock-lines-before.
3518 (font-lock-default-fontify-region): Remove reference to
3519 font-lock-lines-before.
3520
3521 * jit-lock.el (jit-lock-after-change):
3522 Call font-lock-extend-region. Obey font-lock-lines-before.
3523
3524 2006-03-14 David Ponce <david@dponce.com>
3525
3526 * tree-widget.el (tree-widget-themes-load-path)
3527 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3528
3529 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
3530
3531 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
3532 (rcirc-print): Mark the start of text at the end of the prompt.
3533 (rcirc-track-minor-mode): Add autoload cookie.
3534 (rcirc-update-activity-string): Add space to front of mode-line
3535 indicator.
3536
3537 2006-03-13 Miles Bader <miles@gnu.org>
3538
3539 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
3540 (rcirc-abbrev-nick): Remove function.
3541 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
3542
3543 2006-03-13 David Ponce <david@dponce.com>
3544
3545 * tree-widget.el: Handle themes across all occurrences of the main
3546 themes sub-directory found in tree-widget-themes-load-path.
3547 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3548 (tree-widget--locate-sub-directory): Return all occurrences.
3549 (tree-widget-themes-path): New function.
3550 Replace tree-widget-themes-directory, and return a list of directories.
3551 (tree-widget-set-parent-theme)
3552 (tree-widget-lookup-image): Use it.
3553
3554 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
3555
3556 * textmodes/org.el (org-link-search): Avoid self-matching of
3557 links, allow target text to be distributed over several lines.
3558 (org-search-not-link): New function.
3559 (org-set-regexps-and-options, org-get-current-options):
3560 New startup options.
3561 (org-export-as-html): Take odd-level setting from local variable.
3562 (org-fontify-emphasized-text): New option.
3563 (org-set-font-lock-defaults): Include emphasized text.
3564 (org-follow-mhe-link): Allow folder-only links, fix folder name.
3565 (org-font-lock): Customize group renamed from `org-faces'.
3566
3567 2006-03-13 John Paul Wallington <jpw@pobox.com>
3568
3569 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
3570 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
3571
3572 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
3573
3574 * cus-start.el (all): Delete :version keyword for members of the
3575 fringe group, since the entire group is new in 22.1.
3576
3577 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
3578
3579 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
3580 map if value is hexadecimal (an address).
3581 (gud-watch): Only search roots for existing watch expressions.
3582 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
3583 prevent caching problems with speedbar-update-directory-contents.
3584
3585 2006-03-12 Juri Linkov <juri@jurta.org>
3586
3587 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
3588 before comparing with `low' and `warn'.
3589
3590 * info.el (Info-dir-remove-duplicates): Move point to the
3591 beginning of the current line after deleting the entries from
3592 redundant heading. Use marker for `limit' and compare it with
3593 point before calling `re-search-forward'.
3594
3595 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3596
3597 * simple.el (yank): Fix typo in docstring.
3598
3599 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
3600
3601 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
3602 messages, where "D" is the 6th character.
3603
3604 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3605
3606 * simple.el (yank): Fix last change.
3607
3608 2006-03-11 David Ponce <david@dponce.com>
3609
3610 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
3611 merging elements from the standard ispell-dictionary-alist.
3612 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
3613 alist, and return the new alist.
3614
3615 2006-03-11 Richard Stallman <rms@gnu.org>
3616
3617 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
3618
3619 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
3620 the way it is implemented is too unclean.
3621
3622 * simple.el (kill-region, yank): Doc fix.
3623
3624 * battery.el (battery-echo-area-format): Doc fix.
3625 (battery-mode-line-format): Likewise.
3626 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
3627 (battery-linux-proc-acpi): Ignore batteries that say "charged".
3628
3629 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
3630
3631 * progmodes/octave-mod.el (octave-indent-for-comment):
3632 Behave according to do string.
3633
3634 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
3635
3636 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
3637 Be visible only if major mode is Mail Mode.
3638
3639 * textmodes/flyspell.el (flyspell-external-point-words)
3640 (flyspell-process-localwords): Fix last changes.
3641
3642 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3643
3644 * calendar/holidays.el (list-holidays): Doc fix.
3645
3646 * international/mule.el (auto-coding-alist): Add .odt
3647 (OpenOffice's open document) files.
3648
3649 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
3650 document) files. Mention in the doc string the need to sync with
3651 auto-coding-alist.
3652
3653 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
3654
3655 * files.el (hack-local-variables-confirm): Don't prompt for ! if
3656 enable-local-variables is set to always query, or there is no
3657 savable variable.
3658
3659 2006-03-10 Bill Wohler <wohler@newt.com>
3660
3661 * image.el (image-load-path-for-library): Merge at least three
3662 functions from Gnus and MH-E into this one function that can now
3663 be shared.
3664
3665 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
3666
3667 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
3668 gdb-remove-mouse-face and remove help-echo too.
3669 (gdb-enqueue-input): Correct conditional clause.
3670
3671 2006-03-10 Glenn Morris <rgm@gnu.org>
3672
3673 * calendar/calendar.el (calendar-holidays): Doc fix.
3674 * calendar/holidays.el (list-holidays): Doc fix.
3675
3676 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
3677
3678 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
3679 it gets called in gdb-prompt anyway.
3680 (gdb-use-separate-io-buffer): Only restore window arrangement for
3681 gdb-many-windows.
3682 (gdb-enqueue-input): Make it harder to send GDB input when program
3683 is running.
3684 (gdb-buffer-list): New variable.
3685 (gdb-remove-mouse-face): New function.
3686 (gdb-starting): Use it when GDB input won't get sent.
3687
3688 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
3689
3690 * help.el (view-lossage): Remove trailing whitespace before
3691 inserting "\n".
3692
3693 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
3694
3695 * files.el (hack-local-variables-confirm):
3696 Set coding-system-for-read to nil before writing to .emacs.
3697
3698 * arc-mode.el (archive-extract): Check if an existing buffer name
3699 comes from a different archive.
3700
3701 * help.el (describe-key-briefly): If KEY is a down event, read and
3702 discard the up event.
3703
3704 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
3705
3706 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
3707 be edited and use font-lock-warning-face for any changes.
3708
3709 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
3710 (gdb-edit-value): Use it to report any errors.
3711
3712 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
3713
3714 * help.el (describe-key): Remove leftover test code.
3715
3716 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
3717
3718 * textmodes/org.el: Move defvars out of eval-when-compile.
3719 Use buffer-file-name variable.
3720 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
3721 arg `file'.
3722 (org-level-faces): Remove startup dependency.
3723 (org-cycle, org-map-tree, org-scan-tags)
3724 (org-remember-handler): Don't call `outline-level' directly.
3725 (org-mhe-search-all-folders): New option.
3726 (org-mhe-get-message-folder-from-index)
3727 (org-mhe-get-message-folder): Fix indexing search.
3728 (org-format-agenda-item): Handle nil TAGS argument.
3729 (org-cleaned-string-for-export, org-activate-target-links)
3730 (org-make-target-link-regexp): Deal with empty radio target list.
3731 (org-tag): New face.
3732 (org-get-level-face): New function.
3733 (org-set-font-lock-defaults): Simplify setup for headlines.
3734 (org-complete): Pass common substring to `display-completion-list'.
3735
3736 2006-03-06 David Ponce <david@dponce.com>
3737
3738 * tree-widget.el: Update Commentary header.
3739 (tree-widget-theme-name): Ignore parent themes.
3740 (tree-widget-set-parent-theme): New function.
3741 (tree-widget-set-theme): Use it.
3742 (tree-widget-set-image-properties): Move definition. Does nothing
3743 if image properties have already been set.
3744 (tree-widget-image-properties): Move definition. Receive an image
3745 name. Set the :pointer property.
3746 (tree-widget-lookup-image): Doc fix. Search in parent themes.
3747 Don't set the :pointer image property.
3748 (tree-widget-convert-widget): New function. Handle :dynargs
3749 compatibility here.
3750 (tree-widget): Use it to :convert-widget. Add the :expander-p
3751 predicate to control when the :expander function is entered.
3752 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
3753 (tree-widget-value-create): Handle :expander-p. widget-apply
3754 :expander.
3755 (tree-widget-expander-p): New function. Default value of the
3756 :expander-p property.
3757
3758 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
3759
3760 * help.el (describe-key): Properly handle the return value of
3761 read-key-sequence when grabbing an up-event. Cleanup mouse-1
3762 remaps. Handle string and vector `follow-link' values.
3763
3764 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3765
3766 * complete.el (PC-expand-many-files): Try be more careful when parsing
3767 the shell's output.
3768
3769 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3770
3771 * outline.el (hide-sublevels): Provide better interactive default.
3772
3773 2006-03-06 Kenichi Handa <handa@m17n.org>
3774
3775 * international/fontset.el (create-fontset-from-fontset-spec):
3776 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
3777
3778 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
3779
3780 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
3781 backslashes instead of one in regexp.
3782 (gud-tooltip-dereference): Add missing optional argument.
3783
3784 2006-03-04 John Paul Wallington <jpw@pobox.com>
3785
3786 * wdired.el (toplevel): Require `cl' at compile-time.
3787
3788 2006-03-04 Andreas Schwab <schwab@suse.de>
3789
3790 * server.el (server-process-filter): Handle errors during
3791 evaluation of the argument.
3792
3793 2006-03-03 John Paul Wallington <jpw@pobox.com>
3794
3795 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
3796 escape parentheses at beginning of line.
3797 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
3798 (t-mouse-mode): Remove period from end of error message.
3799
3800 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
3801
3802 * textmodes/flyspell.el (flyspell-process-localwords):
3803 Be case-sensitive.
3804
3805 2006-03-03 Martin Rudalics <rudalics@gmx.at>
3806
3807 * cus-edit.el (custom-quote): Remove function, since it has been
3808 moved to custom.el.
3809
3810 * font-lock.el (lisp-font-lock-keywords-2)
3811 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
3812 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
3813 they have no special meaning.
3814
3815 * midnight.el (clean-buffer-list): Handle case where base-buffer of
3816 indirect buffer gets killed before indirect buffer. Use dolist.
3817
3818 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
3819
3820 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
3821 value instead of a literal constant (1) on more pauses.
3822
3823 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3824
3825 * textmodes/flyspell.el (flyspell-external-point-words):
3826 Be case-sensitive.
3827
3828 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
3829
3830 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
3831 with "www".
3832
3833 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
3834
3835 * allout.el: Restablish intermediate missing comment header to
3836 preserve outline structure.
3837 (allout-beginning-of-current-entry): Skip invisible text.
3838 (allout-open-topic): Fix opening a topic at end-of-buffer.
3839 (allout-minor-mode): Move nearer to allout-mode function.
3840
3841 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
3842
3843 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
3844
3845 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
3846
3847 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
3848 is nil.
3849
3850 * progmodes/gud.el (gud-speedbar-menu-items):
3851 Use buffer-local-value and add missing :visible keyword.
3852
3853 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
3854
3855 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
3856
3857 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
3858 must be `follow-link'.
3859
3860 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
3861
3862 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
3863 formatting: No nested anchors.
3864 (org-all-targets): Fix bug with XEmacs compatibility.
3865 (org-read-date): Add (require 'parse-time).
3866 (org-set-tags): Fix bug with extra inserted space.
3867 (org-export-html-style): Define a style class for targets.
3868 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
3869 (org-hide-leading-stars): New option.
3870 (org-hide): New face.
3871 (org-set-font-lock-defaults): Allow to hide leading stars.
3872 (org-get-legal-level, org-tr-level): New functions.
3873 (org-odd-levels-only): New option.
3874 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
3875 (org-demote, org-promote): Deal with double-star levels.
3876 (org-convert-to-odd-levels): New command.
3877
3878 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
3879
3880 * speedbar.el (speedbar-update-localized-contents): Try to
3881 preserve window-start.
3882 (speedbar-update-directory-contents): Try to preserve window-start
3883 and window-point.
3884 (speedbar-update-special-contents): Don't move back to start of window.
3885
3886 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
3887 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
3888 speedbar-timer-fn.
3889 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
3890 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
3891 instead of gdb-speedbar-timer-fn.
3892
3893 2006-02-28 Jay Belanger <belanger@truman.edu>
3894
3895 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
3896 (math-compose-expr): Use latex option when calling
3897 `math-compose-tex-matrix' for latex mode.
3898
3899 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
3900
3901 * speedbar.el: Re-instate comments about developing for speedbar
3902 [this is what info and gdb-ui use even if better methods exist now].
3903
3904 * t-mouse.el: New file.
3905 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
3906 (t-mouse-lispy-buffer-posn-from-coords): Remove.
3907 (t-mouse-make-event-element): Use posn-at-x-y instead.
3908 (t-mouse-make-event): Deal with Fedora Core 3.
3909 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
3910 (t-mouse-mouse-position-function): New function. Use it instead
3911 of advising mouse-position.
3912 (t-mouse-mode): New minor mode.
3913 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
3914
3915 2006-02-27 Glenn Morris <rgm@gnu.org>
3916
3917 * calendar/calendar.el (calendar-holidays): Doc fix.
3918
3919 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
3920
3921 * progmodes/gdb-ui.el (gdb-source-window): New variable.
3922 Re-introduce the concept of a source window.
3923 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
3924 consistency with get-buffer-create.
3925 (def-gdb-auto-update-handler, gdb-info-locals-handler)
3926 (gdb-data-list-register-values-handler)
3927 (gdb-stack-list-locals-handler): Try to preserve window-start as
3928 well as window-point.
3929 (gdb-display-source-buffer): New function (old concept).
3930 (gdb-goto-breakpoint): Use it.
3931
3932 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
3933 for gdb-ui/gdb-mi (old concept).
3934
3935 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
3936
3937 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
3938 binding.
3939
3940 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
3941
3942 * textmodes/reftex-sel.el (reftex-select-label-map)
3943 (reftex-select-bib-map): Add `follow-mouse' binding.
3944
3945 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
3946
3947 * jka-cmpr-hook.el (jka-compr-compression-info-list)
3948 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
3949 Give :set functions to provide automatic updating.
3950 Update docstring. Give compiler defvars early in the file
3951 and move the defcustoms to a later spot where all called functions
3952 are defined.
3953 (jka-compr-file-name-handler-entry): Doc fix.
3954 (jka-compr-compression-info-list--internal)
3955 (jka-compr-mode-alist-additions--internal)
3956 (jka-compr-load-suffixes--internal): New variables.
3957 (jka-compr-install): Set the three above variables.
3958 Update `load-file-rep-suffixes' instead of `load-suffixes'.
3959 (jka-compr-update, jka-compr-set): New functions.
3960 (auto-compression-mode): Doc fix.
3961
3962 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
3963 Update `load-file-rep-suffixes' instead of `load-suffixes'.
3964 Use jka-compr-compression-info-list--internal,
3965 jka-compr-mode-alist-additions--internal and
3966 jka-compr-load-suffixes--internal.
3967
3968 * files.el (load-library):
3969 * loadhist.el (file-loadhist-lookup):
3970 * startup.el (command-line):
3971 * subr.el (locate-library):
3972 * emacs-lisp/autoload.el (update-directory-autoloads):
3973 * emacs-lisp/find-func.el (find-library-suffixes):
3974 Use `get-load-suffixes' instead of `load-suffixes'.
3975
3976 * subr.el (locate-library):
3977 * emacs-lisp/find-func.el (find-library-name):
3978 Use `load-file-rep-suffixes' instead of '("").
3979
3980 2006-02-26 Kim F. Storm <storm@cua.dk>
3981
3982 * ido.el (ido-save-history, ido-load-history): Simplify.
3983 Don't use find-file-noselect to avoid interference from other modes.
3984
3985 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
3986
3987 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
3988 to use the default shell if filename is not available.
3989 Reported by Giorgos Keramidas.
3990
3991 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
3992
3993 * progmodes/etags.el (tags-completion-table): Do completion from
3994 all the tables in the current list, as documented in the manual.
3995
3996 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3997
3998 * CC Mode Update to 5.31.3.
3999
4000 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4001
4002 * progmodes/cc-mode.el (c-postprocess-file-styles):
4003 Bind inhibit-read-only to t, around the call to
4004 c-remove-any-local-eval-or-mode-variables, so that it works on a
4005 RO file.
4006
4007 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4008
4009 * progmodes/cc-awk.el: Correct a typo.
4010
4011 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4012
4013 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
4014 c-hungry-delete-backwards, at the request of RMS. Leave the old
4015 name as an alias.
4016
4017 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4018
4019 * progmodes/cc-mode.el: Correct a typo.
4020
4021 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4022
4023 * progmodes/cc-defs.el: Update the version number to 5.31.3.
4024
4025 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4026
4027 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
4028 brace-else-brace (error due to mbeg, mend being undefined).
4029
4030 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4031
4032 * progmodes/cc-mode.el: File Local variables: Solve the problem
4033 where both `mode' and c-file-offsets are specified: `mode' will
4034 overwrite c-f-o's settings:
4035 (c-remove-any-local-eval-or-mode-variables): New function.
4036 (c-postprocess-file-styles): Call the above new function, within
4037 c-tentative-buffer-change, to splat `mode' and `eval' before the
4038 second hack-local-variables.
4039
4040 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4041
4042 * progmodes/cc-mode.el:
4043 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
4044 (c-after-change): Protect the match data with save-match-data.
4045 It was getting corrupted by c-after-change-check-<>-operators.
4046
4047 * cc-defs.el: [Supersedes patch V1.38]:
4048 (top level): Check for a buggy font-lock-compile-keywords ONLY in
4049 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
4050
4051 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
4052 with save-match-data. It was being corrupted when Font Lock was
4053 not enabled.
4054
4055 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4056
4057 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
4058 Mode and Subword Mode.
4059
4060 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
4061 real labels ("case 1:" or "foo:") from non-labels ("public:").
4062 (c-forward-objc-directive): Replace c-forward-token-2 with crude
4063 coding; c-f-t-2 doesn't move over a token at EOB.
4064
4065 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
4066
4067 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
4068 (c-update-modeline): Concatenate the minor mode indicators
4069 directly onto mode-name, removing c-submode-indicators.
4070 Sometimes, c-s-i got separated from the mode name on the mode line.
4071
4072 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
4073 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
4074
4075 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4076
4077 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
4078 error message when there's an evaluation error to show whether
4079 it's loaded from source or not.
4080 (c-filter-ops): Make it available at runtime too to work when
4081 `c-make-init-lang-vars-fun' needs to evaluate from source.
4082
4083 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
4084
4085 * help.el (help): Revert last part of 2006-02-23 change (deletion
4086 of the `provide' call).
4087
4088 2006-02-23 Juri Linkov <juri@jurta.org>
4089
4090 * compare-w.el (compare-windows-highlight): Add new value
4091 `persistent' and change :type from `boolean' to `choice'.
4092 (compare-windows-overlays1, compare-windows-overlays2):
4093 New internal variables.
4094 (compare-windows-highlight): If compare-windows-highlight is
4095 `persistent', add current overlays to compare-windows-overlays[12]
4096 instead of adding compare-windows-dehighlight to pre-command-hook.
4097 (compare-windows-dehighlight): Delete all overlays from
4098 compare-windows-overlays[12].
4099
4100 * info.el (Info-search): Don't bind search-spaces-regexp to
4101 Info-search-whitespace-regexp in non-regexp isearch mode.
4102
4103 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4104
4105 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
4106
4107 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
4108
4109 * textmodes/org.el (org-xemacs-p)
4110 (org-export-html-show-new-buffer, org-table-may-need-update)
4111 (org-insert-item, org-mhe-get-message-real-folder)
4112 (org-mhe-get-message-folder-from-index)
4113 (org-mhe-get-message-folder, org-mhe-get-message-num)
4114 (org-mhe-get-header, org-make-org-heading-search-string)
4115 (org-make-org-heading-camel, org-table-sort-lines)
4116 (org-format-org-table-html, org-format-table-table-html):
4117 Fix typos in docstrings.
4118
4119 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
4120
4121 * textmodes/org.el (org-cleaned-string-for-export)
4122 (org-solidify-link-text): New function.
4123 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
4124 XEmacs, just to silence the compiler.
4125 (org-export-as-ascii, org-export-as-html-and-open):
4126 Use `org-cleaned-string-for-export' and create internal links.
4127 (org-follow-mhe-link): Require mh-e, use folder.
4128
4129 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4130
4131 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
4132
4133 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
4134 gdb-debug-log-length.
4135 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
4136 it a real ring but...
4137 (gud-gdba-marker-filter): ...make it work like mark-ring.
4138 (gdb-enable-debug): Rename from gdb-enable-debug-log.
4139 (gdb-mouse-jump): New function. Add bindings.
4140
4141 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4142
4143 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
4144 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
4145 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
4146 (gdb-debug-log-length): Customize it's length.
4147 (gud-watch, gdb-var-create-handler): Display function::var format
4148 but don't use to create variable object.
4149 (gdb-var-create-handler): Use message-box in place of message.
4150 (gdb-stopped): Call gdb-exited if signalled.
4151
4152 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
4153
4154 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
4155
4156 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
4157
4158 * textmodes/reftex.el (reftex-locate-file): Search all extensions
4159 if `reftex-try-all-extensions' is set.
4160
4161 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
4162 fail silently when there is no valid argument at point.
4163 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
4164 `fail-silently' argument. From a patch by David Reiter.
4165
4166 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
4167 New commands.
4168 (org-mark-ring): New variable.
4169 (org-mark-ring-length): New option.
4170 (org-open-at-point, org-goto, org-open-file): Push old position
4171 onto the mark ring.
4172 (org-add-hook): New function.
4173 (org-export-table-remove-special-lines): New option.
4174 (org-skip-comments, org-format-org-table-html): Respect new
4175 option `org-export-table-remove-special-lines'.
4176 (org-open-file): Allow special command configuration for
4177 directory link.
4178 (org-file-apps): Fix bugs in customize type, added setting
4179 for directories.
4180 (org-activate-tags, org-format-agenda-item, org-complete)
4181 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
4182 (org-get-tags, org-get-buffer-tags, org-open-at-point)
4183 (org-link-search, org-make-org-heading-search-string)
4184 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
4185 (org-radio-targets, org-file-link-context-use-camel-case)
4186 (org-activate-camels): New options.
4187 (org-update-radio-target-regexp, org-all-targets)
4188 (org-make-target-link-regexp, org-activate-target-links):
4189 New functions.
4190 (org-make-org-heading-search-string): New function.
4191 (org-store-link, org-insert-link): Use new option
4192 `org-file-link-context-use-camel-case'.
4193 (org-activate-camels): Use new option `org-activate-camels'.
4194 (org-link-regexp): Add mhe prefix.
4195 (org-open-at-point, org-store-link): Support for mhe links.
4196 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
4197 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
4198 (org-mhe-get-header, org-follow-mhe-link): New functions.
4199 (org-remove-angle-brackets, org-add-angle-brackets):
4200 New functions.
4201 (org-bracket-link-regexp): New constant.
4202 (org-read-date): Fix bug that was rejecting all typed dates.
4203 (org-link-search): Make hierarchy above visible after a match.
4204 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4205 (org-store-link): Fix bug with link creation when cursor is in
4206 an empty line.
4207 (org-open-at-point): Fix bug with matching a link.
4208 Fixed buggy argument sequence in call to `org-view-tags'.
4209 (org-compile-prefix-format): Set `org-prefix-has-tag'.
4210 (org-prefix-has-tag): New variable.
4211 (org-format-agenda-item): Remove tags from headline
4212 if appropriate.
4213 (org-agenda-remove-tags-when-in-prefix): New option.
4214
4215 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
4216
4217 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
4218 Fix the regular expressions.
4219
4220 2006-02-21 Richard M. Stallman <rms@gnu.org>
4221
4222 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
4223 if there's no other specific basis.
4224
4225 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
4226 as variables at all.
4227 (unsafep-variable): Rename arg; doc fix.
4228
4229 * abbrevlist.el (list-one-abbrev-table): Add autoload.
4230
4231 * calendar/appt.el (diary-selective-display): Add defvar.
4232
4233 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
4234
4235 * isearch.el (search-whitespace-regexp): Fix custom type.
4236
4237 * help.el (describe-key-briefly): Compute interactive args
4238 in same was as before previous change.
4239
4240 * files.el (enable-local-variables): Doc fix.
4241
4242 2006-02-21 Kim F. Storm <storm@cua.dk>
4243
4244 * fringe.el: Cleanup as file is now pre-loaded.
4245 (fringe-bitmaps): Initialize unconditionally.
4246 (fringe-mode, set-fringe-style): Remove autoload cookies.
4247
4248 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4249
4250 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
4251 `horizontal-bar'.
4252 (fringe-cursor-alist): Use `horizontal-bar'.
4253
4254 2006-02-20 Kim F. Storm <storm@cua.dk>
4255
4256 * fringe.el (fringe-bitmaps): Update to new bitmap names.
4257 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
4258
4259 * loadup.el: Load "fringe" on window systems.
4260
4261 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4262
4263 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
4264 out of scope components.
4265
4266 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
4267 default.
4268
4269 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
4270
4271 * custom.el (customize-mark-to-save, customize-mark-as-set):
4272 Load the symbol first.
4273
4274 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
4275
4276 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
4277 strech spec so it doesn't display as "^J" on the header line
4278 when `Buffer-menu-use-header-line' is t.
4279
4280 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4281
4282 * speedbar.el (speedbar-make-button): Keep text properties
4283 of string arguments if desired.
4284
4285 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
4286 expessions.
4287
4288 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
4289 of speedbar.
4290
4291 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
4292
4293 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
4294 to value of `read-file-name-completion-ignore-case'.
4295
4296 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
4297
4298 * custom.el (customize-mark-as-set): Push to `user' theme.
4299
4300 * cus-edit.el (custom-save-variables): Allow unthemed values.
4301 (customize-set-variable): Push setting to `user' theme.
4302
4303 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4304
4305 * progmodes/gud.el: Don't require font-lock as it's now
4306 automatically loaded.
4307 (gud-speedbar-buttons): Replace gdb-var-changed with
4308 gdb-force-update.
4309
4310 * progmodes/gdb-ui.el (gdb-force-update): Rename from
4311 gdb-var-changed.
4312 (gdb-post-prompt): Use it.
4313 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4314 (gdb-var-update-handler, gdb-var-delete)
4315 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
4316 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
4317 gdb-force-update in gdb-post-prompt.
4318 (gdb-reset): Clear watch expressions from speedbar when quitting.
4319
4320 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4321
4322 * viper-cmd.el (viper-insert-state-post-command-sentinel)
4323 (viper-change-state-to-vi, viper-change-state-to-emacs):
4324 Make aware of cursor coloring in the Emacs state.
4325 (viper-special-read-and-insert-char): Use read-char-exclusive.
4326 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
4327
4328 * viper-init.el (viper-emacs-state-cursor-color): New variable.
4329
4330 * viper-util.el (viper-save-cursor-color)
4331 (viper-get-saved-cursor-color-in-replace-mode)
4332 (viper-get-saved-cursor-color-in-insert-mode)
4333 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
4334 state.
4335 (viper-get-saved-cursor-color-in-emacs-mode): New function.
4336
4337 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
4338 (ediff-ignore-case-option3, ediff-actual-diff-options)
4339 (ediff-actual-diff3-options): New variables to control case sensitivity.
4340 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
4341 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
4342 (ediff-toggle-ignore-case): New function.
4343 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
4344
4345 * ediff-help.el (ediff-long-help-message-narrow2)
4346 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
4347 (ediff-long-help-message-word-mode): Add ignore-case command.
4348 (ediff-help-for-quick-help): Add ignore-case command.
4349
4350 * ediff-merg.el: Move provide to the end.
4351
4352 * ediff-ptch.el: Move provide to the end.
4353
4354 * ediff-wind.el: Move provide to the end.
4355
4356 * ediff-mult.el: Move provide to the end.
4357 (ediff-set-meta-overlay): Enable follow-link.
4358
4359 * ediff.el: Move provide to the end.
4360 Break recursive load cycle in eval-when-compile.
4361 (ediff-patch-buffer): Better heuristics.
4362
4363 * ediff-util.el: Move provide to the end.
4364 Break recursive load cycle in eval-when-compile.
4365 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
4366 defuns.
4367 (ediff-submit-report): Pass the values of ediff-diff3-program,
4368 ediff-diff3-options.
4369
4370 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
4371
4372 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
4373 the opening bracket of the following bracketing pairs: {}, [], (), <>,
4374 `' (for example, in the docstring of `windmove-default-keybindings').
4375
4376 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4377
4378 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
4379 shadow face. Don't provide binding to edit variable when it is
4380 out of scope.
4381
4382 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4383 (gdb-var-update-handler): Detect out of scope variables with pre
4384 GDB 6.4 too.
4385 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
4386 Reset status of variable objects to nil in update handlers.
4387 (gdb-var-update-handler-1): Detect when a variable object comes
4388 in scope. setcar on var changes gdb-var-list directly.
4389
4390 2006-02-17 Juri Linkov <juri@jurta.org>
4391
4392 * ffap.el (ffap) <defface>: Add explicit face declaration.
4393 (ffap-highlight): Use face `ffap' directly instead of checking
4394 for its existence.
4395
4396 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
4397 `visible-ok' of `other-buffer' to find the right original buffer.
4398
4399 * info.el (Info-search): Skip `Local Variables' node.
4400
4401 2006-02-17 Juri Linkov <juri@jurta.org>
4402
4403 * info.el (Info-find-file): Check for symbols `apropos', `history',
4404 `toc' in the input filename, and return these symbols as is.
4405 (Info-find-node-2): Set Info-current-file to symbols `apropos',
4406 `history', `toc' instead of strings.
4407 (Info-set-mode-line): For non-string Info-current-file use the
4408 symbol's name inside **.
4409 (Info-isearch-push-state): Add quote before Info-current-file and
4410 Info-current-node.
4411 (Info-isearch-pop-state): Use `equal' instead of `string='.
4412 (Info-extract-pointer, Info-following-node-name): Use
4413 `match-string-no-properties' instead of `match-string'.
4414 (Info-up): Check `old-file' for `stringp'.
4415 (Info-history): Use `equal' instead of `string-equal'.
4416 Check `file' for `stringp'.
4417 (Info-history): Use symbol `history' instead of string as first arg
4418 of `Info-find-node'.
4419 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
4420 `toc' instead of string.
4421 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
4422 instead of `buffer-substring', and `match-string-no-properties'
4423 instead of `match-string'.
4424 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
4425 instead of strings.
4426 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
4427 Use symbol `apropos' instead of string.
4428 (Info-copy-current-node-name): Check `Info-current-file' for
4429 `stringp' and construct a command with `Info-find-node' from it.
4430 (Info-fontify-node): Use `match-string-no-properties' instead of
4431 `match-string' and check file names for `stringp'.
4432 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
4433 `history', `toc' instead of strings.
4434
4435 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
4436
4437 * files.el: Rearrange functions and variables in the file local
4438 variables section.
4439
4440 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
4441
4442 * files.el: Add truncate-lines, ispell-check-comments and
4443 ispell-local-dictionary as safe local variables.
4444
4445 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
4446
4447 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
4448 out of scope variables.
4449 (gud-speedbar-buttons): Use unless.
4450
4451 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
4452 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
4453 (gdb-show-changed-values): Also use for out of scope variables.
4454 (gdb-var-update-handler-1): Note if variable goes out of scope.
4455
4456 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
4457
4458 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
4459 default to global variable values for unsupplied args.
4460 (rcirc-get-buffer-create): Fix bug with setting the target.
4461 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
4462 test for rcirc-always-use-server-buffer-flag here.
4463 (rcirc-response-formats): Add %N, which is a facified nick. %n
4464 uses the default face. Change the ACTION format string. If the
4465 "nick" is the server, don't print anything for that field.
4466 Comment fixes.
4467 (rcirc-target-buffer): Don't test
4468 rcirc-always-use-server-buffer-flag here.
4469 (rcirc-print): Squeeze extra spaces out of the text before message.
4470 (rcirc-put-nick-channel): Strip potential "@" char from nick
4471 before adding them to nick table.
4472 (rcirc-url-regexp): Improve to match address like "foo.com".
4473
4474 2006-02-17 Eli Zaretskii <eliz@gnu.org>
4475
4476 * allout.el (allout-hidden-p): Move this defsubst before
4477 allout-overlay-interior-modification-handler, where it is first
4478 used.
4479
4480 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
4481
4482 * allout.el: Use allout invisible-text overlays instead of
4483 selective display for concealed text. Also, lots of general
4484 cleanup, and improved compatibility code.
4485
4486 (allout-version) Incremented, corrected, revised, and refined
4487 module commentary.
4488
4489 (provide 'allout): Moved to the bottom, added a require of overlay.
4490
4491 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
4492 `except-current'.
4493 (allout-write-file-hook-handler): Minimize delay.
4494 (count-trailing-whitespace-region): New function so
4495 auto-encryption of current topic can resituate cursor exactly.
4496 PGP/GPG encryption trims trailing whitespace from lines, which
4497 must be accounted for across encryption then decryption.
4498
4499 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
4500 just plain "\C-c", to avoid intruding on user's keybinding space.
4501
4502 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
4503 parameter, so user request to provide a new password is done.
4504
4505 (allout-outside-normal-auto-fill-function, allout-auto-fill):
4506 Refined mechanism for auto-filling behavior while in allout mode.
4507
4508 (allout-mode): Explicitly specify the mode map in the docstring.
4509 Clarify provision for various write-file hook var names.
4510 Adjusted for invisible-text overlays instead of selective-display.
4511
4512 (allout-depth): Really return 0 if not within any topic. This
4513 rectifies `allout-beginning-of-level' and sequence numbering
4514 errors that occur when cutting and pasting numbered topics.
4515 Changed from a in-line subst to a regular function, as well.
4516
4517 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
4518
4519 (allout-end-of-subtree, allout-end-of-subtree)
4520 (allout-end-of-entry, allout-end-of-current-heading)
4521 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
4522 (allout-show-children, allout-show-to-offshoot)
4523 (allout-hide-current-entry, allout-show-current-entry): Rectified
4524 handling of trailing blank lines between items.
4525
4526 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
4527 (allout-current-depth, allout-unprotected, allout-hidden-p)
4528 (allout-on-current-heading-p, allout-listify-exposed)
4529 (allout-chart-subtree, allout-goto-prefix)
4530 (allout-back-to-current-heading, allout-get-body-text)
4531 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
4532 (allout-hide-region-body, allout-toggle-subtree-encryption)
4533 (allout-encrypt-string, allout-encrypted-key-info)
4534 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
4535 (allout-file-vars-section-data): Adjusted for use with
4536 invisible-text overlays instead of selective-display.
4537
4538 (allout-kill-line, allout-kill-topic, allout-yank-processing):
4539 Reworked for use with invisible text overlays.
4540
4541 (allout-current-topic-collapsed-p): New function.
4542
4543 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
4544 to know when to close the containing topic.
4545
4546 (allout-pre-command-business, allout-post-command-business):
4547 Simplify undo-batching and dynamic isearch exposure.
4548
4549 (allout-set-overlay-category): New for invisible-text overlays.
4550 Sets properties of allout-overlay-category, used by
4551 allout-flag-region to set invisible-text overlay properties.
4552 (allout-get-invisibility-overlay): Get the first qualifying
4553 invisibility overlay, so we can find the extent of it.
4554 (allout-back-to-visible-text): Get to just before the beginnining
4555 of the current invisibility overlay, if any.
4556
4557 (allout-overlay-insert-in-front-handler)
4558 (allout-overlay-interior-modification-handler)
4559 (allout-before-change-handler, allout-isearch-end-handler): New
4560 functions to handle extraordinary actions affecting concealed
4561 text.
4562
4563 (allout-flag-region): Use overlays instead of selective-display
4564 for invisible text - by inheritence from the properties of
4565 allout-overlay-category in mainline Emacs, and applied
4566 property-by-property in XEmacs, some recent versions of which
4567 don't inherit the properties from the category. Provisions to
4568 respond to concealed-text edits simplified drastically.
4569
4570 (allout-isearch-rectification, allout-isearch-was-font-lock)
4571 (allout-isearch-expose, allout-enwrap-isearch)
4572 (allout-isearch-abort, allout-pre-was-isearching)
4573 (allout-isearch-prior-pos, allout-isearch-did-quit)
4574 (allout-isearch-dynamic-expose)
4575 (allout-hide-current-entry-completely): Functions deleted.
4576
4577 (allout-undo-aggregation): Explicit undo aggregation no longer
4578 necessary due to transition away from selective-display.
4579
4580 (set-allout-regexp, allout-up-current-level)
4581 (allout-next-visible-heading, allout-forward-current-level)
4582 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
4583 (allout-kill-line, allout-yank-processing, allout-show-children)
4584 (allout-expose-topic, allout-old-expose-topic)
4585 (allout-listify-exposed, allout-insert-latex-header)
4586 (allout-toggle-subtree-encryption, allout-encrypt-string)
4587 (remove-from-invisibility-spec, allout-hide-current-subtree):
4588 Ditched unused variables.
4589
4590 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
4591
4592 * textmodes/ispell.el (ispell-change-dictionary): Call
4593 ispell-buffer-local-dict instead of
4594 ispell-accept-buffer-local-defs.
4595 (ispell-local-dictionary-alist): Accept as valid any coding-system
4596 supported by Emacs.
4597 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
4598 changed to iso-8859-3.
4599
4600 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
4601
4602 * speedbar.el (speedbar-frame-width): Make an inline function
4603 instead of a macro. Use frame-width.
4604 (speedbar-try-completion, speedbar-update-contents)
4605 (speedbar-timer-fn): Use consp.
4606 (speedbar-update-localized-contents): Try to preserve point.
4607
4608 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
4609 (menu): Re-order menu items.
4610 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
4611 field.
4612 (gdb-var-update-handler-1): Use it for GDB 6.4+.
4613 (gdb-post-prompt): Speed things by not forcing update.
4614
4615 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
4616
4617 * wid-edit.el (widget-button-click): For mouse-1, cancel button
4618 press and perform default action if we get a mouse movement event.
4619
4620 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
4621
4622 * calendar/icalendar.el (icalendar--get-event-property)
4623 (icalendar--get-event-property-attributes): Fix typos in
4624 docstrings.
4625
4626 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
4627 docstring.
4628
4629 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
4630
4631 * bs.el (bs-mode): Use `buffer-disable-undo'.
4632 (bs--get-file-name): Simplify.
4633 (bs-show-in-buffer): Mark the buffer as not modified.
4634
4635 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4636
4637 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
4638 widget-button-click.
4639
4640 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
4641 (custom-mode): Update docstring.
4642
4643 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
4644 binding.
4645
4646 * files.el (hack-local-variables-confirm): Allow scrolling if the
4647 file variable list is too long. Kill temp buffer after use.
4648
4649 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
4650
4651 * progmodes/gud.el (gdb): Improve doc string.
4652 (gdb-script-font-lock-keywords): Expand allowed character set.
4653
4654 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
4655 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
4656 (gdb-separate-io-interrupt, gdb-separate-io-quit)
4657 (gdb-separate-io-stop, gdb-separate-io-eof):
4658 Rename from gdb-inferior-* to gdb-separate-*.
4659 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
4660
4661 2006-02-14 Jay Belanger <belanger@truman.edu>
4662
4663 * calc/calc-arith.el (math-check-known-scalarp): Make sure
4664 expression is a symbol before checking that it is bound.
4665
4666 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
4667 test to see if equation can be solved.
4668
4669 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4670
4671 * wid-edit.el (widget-button-click): Use :pressed-face property
4672 for overlay face, if it exists.
4673
4674 * cus-edit.el (custom-manual, custom-add-see-also)
4675 (custom-add-parent-links, custom-group-link): Add :pressed-face
4676 property to links.
4677
4678 * files.el (hack-local-variables): Remove ignored variables before
4679 checking if any variables need setting.
4680
4681 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4682
4683 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
4684
4685 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
4686
4687 * help.el (where-is): Fix message for remapped commands.
4688
4689 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
4690 Fix typos in docstrings.
4691
4692 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
4693
4694 * files.el (safe-local-variable-values): New option.
4695 (hack-local-variables-prop-line): Return a list of variable-value
4696 pairs if MODE-ONLY is non-nil.
4697 (hack-local-variables): Construct list of variable-value pairs,
4698 and apply or reject them in one go. Ask for confirmation if
4699 variables are not known safe.
4700 (hack-local-variables-confirm): Complete rewrite. Support
4701 `safe-local-variable-values'.
4702 (enable-local-variables): Update docstring to reflect new
4703 behavior.
4704 (ignored-local-variables): Ignore ignored-local-variables and
4705 safe-local-variable-values.
4706 (safe-local-variable-p): New function.
4707 (risky-local-variable-p): `safe-local-variable' property check
4708 moved to safe-local-variable-p.
4709 (hack-one-local-variable): Checks moved to hack-local-variables.
4710
4711 (byte-compile-dynamic, c-basic-offset, c-file-style)
4712 (c-indent-level, comment-column, fill-column, fill-prefix)
4713 (indent-tabs-mode, kept-new-versions, no-byte-compile)
4714 (no-update-autoloads, outline-regexp, page-delimiter)
4715 (paragraph-start, paragraph-separate, sentence-end)
4716 (sentence-end-double-space tab-width, version-control):
4717 Add `safe-local-variable' property.
4718
4719 * find-lisp.el: Delete nonexistent `autocompile' file variable.
4720
4721 * icomplete.el, play/landmark.el: Change nonexistent
4722 `outline-layout' file variable to `allout-layout'.
4723
4724 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
4725
4726 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
4727 (gdb-get-changed-registers): Test value of gud-minor-mode relative
4728 to gud-comint-buffer.
4729 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
4730 gdb-ui.el for gdb-mi.el.
4731 (gdb-post-prompt, gdb-get-changed-registers): Move test for
4732 registers buffer to gdb-get-changed-registers.
4733 (gdb-breakpoint-regexp): New regexp. Allow toggling and
4734 deletion of catchpoints (throw and catch).
4735 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
4736 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
4737 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
4738 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
4739 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
4740
4741 2006-02-13 Jay Belanger <belanger@truman.edu>
4742
4743 * calc/calc-arith.el (math-check-known-matrixp): Make sure
4744 expression is a symbol before checking that it is bound.
4745
4746 2006-02-13 Richard M. Stallman <rms@gnu.org>
4747
4748 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
4749 for the minibuffer too, but not if resize-mini-windows will interfere.
4750
4751 * help.el (describe-key-briefly, describe-key): Do all arg-reading
4752 inside `interactive' spec.
4753 (describe-key-briefly-internal, describe-key-internal):
4754 Functions merged back into their callers.
4755
4756 2006-02-13 Martin Rudalics <rudalics@gmx.at>
4757
4758 * info.el (info-xref-visited): Inherit from info-xref too.
4759 (Info-set-mode-line): Replace occurrences of `%' by `%%'
4760 when propertizing Info-current-file and Info-current-node.
4761
4762 2006-02-13 Juri Linkov <juri@jurta.org>
4763
4764 * tumme.el (tumme-thumbnail-storage): Fix docstring.
4765 (tumme-thumb-name): Fix per-directory format.
4766
4767 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
4768
4769 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
4770
4771 2006-02-12 Miles Bader <miles@gnu.org>
4772
4773 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
4774
4775 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
4776
4777 * tumme.el: Remove history section. If someone needs the it, it
4778 can always be found in CVS.
4779
4780 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
4781
4782 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
4783 about the Thumbnail Managing Standard option.
4784
4785 2006-02-12 Richard M. Stallman <rms@gnu.org>
4786
4787 * subr.el (substitute-key-definition): Doc fix.
4788
4789 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
4790
4791 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
4792
4793 * info.el (Info-mode): Doc fix.
4794
4795 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
4796
4797 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
4798
4799 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
4800 because on Solaris a POSIX compatible "id" is needed. Reported by
4801 Magnus Henoch <mange@freemail.hu>.
4802
4803 2006-02-12 Juri Linkov <juri@jurta.org>
4804
4805 * tumme.el: Remove todo item about Thumbnail Managing Standard.
4806 (tumme) <defgroup>: Change :group to `multimedia'.
4807 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
4808 Managing Standard.
4809 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
4810 Fix dostring.
4811 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
4812 and %y. Fix docstring.
4813 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
4814 (tumme-cmd-create-standard-thumbnail-command): New user options.
4815 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
4816 is `standard'. Fix docstring.
4817 (tumme-thumb-width, tumme-thumb-height): New user options.
4818 (tumme-external-viewer): Try to find various viewers.
4819 (tumme-get-thumbnail-image): Use `create-image' instead of
4820 constructing the `image' structure.
4821 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
4822 `standard'.
4823 (tumme-thumb-name): Add file name generation for standard storage.
4824 Simplify code for other storages.
4825 (tumme-thumb-name): Use width %w and height %h instead of size %s.
4826 Add modification time %m and thumbnail-nq8 %q.
4827 Use `tumme-cmd-create-standard-thumbnail-command' if
4828 tumme-thumbnail-storage is `standard'.
4829 (tumme-dired-insert-marked-thumbs): New autoload command.
4830 (tumme-dired-after-readin-hook): New function.
4831 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
4832 `tumme-thumb-size'.
4833 (tumme-display-image): Replace size-x %x and size-y %y with
4834 width %w and height %h.
4835
4836 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
4837 `tumme-dired-insert-marked-thumbs'.
4838
4839 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
4840
4841 * tumme.el (tumme-write-tag): Fix small bug (file name did not
4842 include path).
4843 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
4844 matching tag.
4845
4846 2006-02-12 Miles Bader <miles@gnu.org>
4847
4848 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
4849 New variables.
4850 (rcirc-abbrev-nick): New function.
4851 (rcirc-format-response-string): Rewrite to use the formats in
4852 `rcirc-response-formats' and expand escape sequences therein.
4853 A text-property `rcirc-text' is added over the actual response
4854 text to make easy to find inside the returned string.
4855 (rcirc-print): When filling, just look for the `rcirc-text'
4856 text-property to find the appropriate fill prefix, instead of
4857 using hardwired patterns.
4858
4859 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
4860
4861 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
4862 Managing Standard.
4863
4864 2006-02-11 Kim F. Storm <storm@cua.dk>
4865
4866 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
4867 Don't use insert-buffer; do insert-buffer-substring directly.
4868 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
4869
4870 2006-02-11 Martin Rudalics <rudalics@gmx.at>
4871
4872 * files.el (revert-buffer, recover-file): Replace buffer-read-only
4873 with inhibit-read-only. Suggested by Stefan Monnier.
4874 (revert-buffer): Let insert-file-contents discard
4875 buffer-undo-list. Simplify code.
4876 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
4877
4878 2006-02-11 Eli Zaretskii <eliz@gnu.org>
4879
4880 * menu-bar.el (menu-bar-select-yank): Add a doc string.
4881
4882 * help.el (describe-key-briefly): Now a wrapper for
4883 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
4884 to t. Populate yank-menu if empty.
4885 (describe-key-briefly-internal): Renamed from describe-key-briefly.
4886 (describe-key): Now a wrapper for describe-key-internal. Bind
4887 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
4888 (describe-key-internal): Renamed from describe-key.
4889
4890 2006-02-11 Milan Zamazal <pdm@zamazal.org>
4891
4892 * progmodes/glasses.el (glasses-separator): Doc fix.
4893 (glasses-original-separator): New defcustom.
4894 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
4895
4896 2006-02-11 Martin Rudalics <rudalics@gmx.at>
4897
4898 * mwheel.el (mouse-wheel-up-event): Doc fix.
4899
4900 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
4901
4902 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
4903 (tumme-dir): New function. Copied from thumbs.el.
4904
4905 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
4906
4907 * desktop.el (desktop-outvar): Fix typo.
4908 (desktop-save-buffer-p): Doc fix.
4909
4910 * subr.el (substitute-key-definition): Fix typo.
4911
4912 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4913
4914 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
4915 when window-system is mac.
4916
4917 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
4918
4919 2006-02-10 Kim F. Storm <storm@cua.dk>
4920
4921 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
4922 indirect-function instead of using condition-case.
4923
4924 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
4925
4926 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
4927 less `colloquial'...
4928
4929 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
4930
4931 * tumme.el: Add a couple of todo items.
4932
4933 2006-02-09 Lars Hansen <larsh@soem.dk>
4934
4935 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
4936 (highlight-changes-mode): Don't change desktop-locals-to-save.
4937
4938 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
4939
4940 * image-mode.el (image-toggle-display): Clear image cache if using
4941 filename.
4942
4943 2006-02-09 Masatake YAMATO <jet@gyve.org>
4944
4945 * dired-x.el (dired-guess-shell-alist-default): Add .man as
4946 a `dired-man' target.
4947
4948 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
4949 boundary of symbols.
4950
4951 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
4952
4953 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
4954
4955 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
4956
4957 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
4958 `mapcar'; return nil.
4959
4960 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
4961
4962 * mouse.el (mouse-drag-track): Don't change window if we rebind to
4963 some other event.
4964
4965 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
4966
4967 * net/rcirc.el (rcirc-startup-channels-alist):
4968 Add irc.freenode.net and #emacs as defaults.
4969 (rcirc-ignore-all-activity-flag): Remove variable.
4970 (rcirc-authinfo): New variable.
4971 (rcirc-authinfo-filename): Remove variable.
4972 (rcirc-always-use-server-buffer-flag): New flag.
4973 (rcirc): M-x rcirc will automatically connect without prompting.
4974 C-u M-x rcirc will prompt. Use rcirc-connect to create a
4975 connection in lisp.
4976 (rcirc-process-server-response-1): Remove everything but the nick
4977 portion of the sender so it doesn't need to be done everywhere
4978 else. Update related code.
4979 (global-map): Remove global keybindings.
4980 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
4981 (rcirc-send-input): Split into several functions.
4982 (rcirc-process-input-line, rcirc-process-message)
4983 (rcirc-process-command): New functions.
4984 (rcirc-target-buffer): New function to determine where to route
4985 messages.
4986 (rcirc-user-nick): Save match data.
4987 (rcirc-toggle-ignore-buffer-activity)
4988 (rcirc-update-activity-string): Remove global ignore functionality,
4989 which can be done now by toggling rcirc-track-minor-mode.
4990 (rcirc-track-minor-mode-map): New keymap.
4991 (rcirc-track-minor-mode): New minor-mode.
4992 (ignore): Make the ignore output nicer. Always print it when
4993 adding or removing nicks.
4994 (rcirc-url-regexp): Improve.
4995 (rcirc-mangle-text): Remove properties before using text in the
4996 modeline.
4997 (rcirc-authenticate): Authentication data comes from
4998 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
4999 (rcirc-server-prefix): Inherit from rcirc-server.
5000
5001 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
5002
5003 * Makefile.in (compile): Append "|| true" to the end of the `find'
5004 command, like compile-always does.
5005
5006 2006-02-08 Sam Steingold <sds@gnu.org>
5007
5008 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
5009 output from a dead connection.
5010
5011 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5012
5013 * dired.el (dired-mode-map): Add more bindings for tumme.
5014
5015 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5016
5017 * wdired.el (wdired-mode-map): Use remap.
5018 (wdired-get-filename): Massage.
5019 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
5020 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
5021 `keymap' property rather than `local-map'.
5022
5023 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5024
5025 * tumme.el (tumme-get-thumbnail-image): New utility function.
5026 Suggested by from Chong Yidong.
5027 (tumme-dired-with-window-configuration): Rename from
5028 `tumme-dired'. Add code to save window configuration.
5029 (tumme-restore-window-configuration): New command to restore the
5030 window configuration that `tumme-dired-with-window-configuration'
5031 saves before it changes the window configuration.
5032 (tumme-show-all-from-dir): New command to display thumbnails for
5033 all files in a directory entered by the user, like M-x thumbs.
5034 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
5035 have been created.
5036 (tumme-display-thumbnail-original-image): Call `display-buffer'.
5037 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
5038 Remove obsolete test function.
5039
5040 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
5041
5042 * vc.el (small-temporary-file-directory): Remove defvar; there's
5043 a defcustom for it in files.el.
5044
5045 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
5046 Fix typo in message.
5047 (tumme-gallery-generate): Fix typo in `error' message.
5048 (tumme-display-window-height-correction)
5049 (tumme-display-window-width-correction, tumme-line-up-dynamic)
5050 (tumme-line-up-interactive): Dox fixes.
5051 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
5052 (tumme-restore-window-configuration, tumme-format-properties-string)
5053 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
5054 Fix typos in docstrings.
5055
5056 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
5057
5058 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
5059
5060 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
5061
5062 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
5063 User should use hook if desired.
5064
5065 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
5066 buffer if necessary.
5067 (gdb-delete-frame-or-window): New function.
5068 (gdb-breakpoints-mode-map): Bind "q" to it.
5069
5070 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5071
5072 * textmodes/nroff-mode.el: Clean up name space.
5073 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5074 (nroff-mode): Obey the global setting of nroff-electric-mode.
5075 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
5076
5077 * calendar/calendar.el (calendar-increment-month): Typo in last change.
5078
5079 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
5080
5081 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
5082
5083 2006-02-06 Lars Hansen <larsh@soem.dk>
5084
5085 * generic-x.el (etc-fstab-generic-mode): Add file system types
5086 cifs and usbdevfs. Allow special chars in file names.
5087
5088 2006-02-05 Jay Belanger <belanger@truman.edu>
5089
5090 Update copyright notices of the files in lisp/calc.
5091
5092 2006-02-05 Romain Francoise <romain@orebokech.com>
5093
5094 Update copyright notices of all files in the lisp/play directory.
5095
5096 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
5097
5098 * ldefs-boot.el: Regenerate.
5099
5100 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
5101
5102 2006-02-05 Kim F. Storm <storm@cua.dk>
5103
5104 * files.el (magic-mode-regexp-match-limit): New defvar.
5105 (set-auto-mode): Use it to limit magic-mode-alist matching.
5106
5107 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
5108
5109 * simple.el (display-message-or-buffer): Compare the number of
5110 characters to the frame width when determining whether a 1-line
5111 message string will fit in the echo area. Count screen lines
5112 instead of buffer lines when determining whether a multi-line
5113 message will fit in the echo area/minibuffer window.
5114
5115 2006-02-04 Eli Zaretskii <eliz@gnu.org>
5116
5117 * info.el (Info-index, Info-mode): Improve the description of the
5118 `i' command.
5119
5120 * ldefs-boot.el: Regenerate.
5121
5122 2006-02-03 Werner Lemberg <wl@gnu.org>
5123
5124 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
5125 greedy to find the closing bracket in \*[...] and similar
5126 expressions. This is a first rough fix -- many additional
5127 refinements are necessary to make nroff mode really usable with groff.
5128
5129 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
5130
5131 * international/mule-cmds.el (set-locale-environment):
5132 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
5133 libX11.
5134
5135 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5136
5137 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
5138 archive are created in archive-tmpdir.
5139
5140 2006-02-02 John Paul Wallington <jpw@pobox.com>
5141
5142 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
5143 (ibuffer-fontification-alist): Use it.
5144 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
5145 to "* z" and the Ibuffer Mark menu.
5146
5147 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
5148
5149 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5150
5151 * textmodes/table.el (*table--cell-describe-mode)
5152 (*table--cell-describe-bindings): Undo last change since
5153 print-help-return-message is not obsoleted by anything at all.
5154
5155 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
5156
5157 * emulation/cua-base.el (cua-mode): Doc fix.
5158
5159 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
5160
5161 * dframe.el (dframe-handle-make-frame-visible)
5162 (dframe-handle-iconify-frame, dframe-get-focus)
5163 (dframe-select-attached-frame, dframe-power-click)
5164 (dframe-frame-mode): Fix typos in docstrings.
5165
5166 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
5167 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
5168 Fix typos in docstrings.
5169
5170 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
5171 (hi-lock-face-buffer, hi-lock-font-lock-hook)
5172 (hi-lock-archaic-interface-message-used)
5173 (hi-lock-file-patterns-range): Fix typos in docstrings.
5174
5175 * savehist.el (savehist-loaded, savehist-load, savehist-install)
5176 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
5177
5178 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
5179 Fix typo in docstring.
5180
5181 * net/newsticker.el (newsticker--decode-iso8601-date)
5182 (newsticker--set-customvar, newsticker--buffer-insert-item)
5183 (newsticker--do-run-auto-mark-filter)
5184 (newsticker--parse-generic-feed): Doc fixes.
5185 (newsticker--retrieval-timer-list, newsticker-url-list)
5186 (newsticker-hide-immortal-items-in-echo-area)
5187 (newsticker-hide-obsolete-items-in-echo-area)
5188 (newsticker-new-item-face, newsticker--enclosure)
5189 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
5190 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
5191 (newsticker--parse-generic-feed, newsticker--cache-contains)
5192 (newsticker--stat-num-items, newsticker-download-enclosures):
5193 Fix typos in docstrings.
5194
5195 * net/rcirc.el (rcirc-debug): Doc fix.
5196 (rcirc-fill-column, rcirc-receive-message-hooks)
5197 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
5198 (rcirc-mode, rcirc-generate-new-buffer-name)
5199 (rcirc-startup-channels, rcirc-ignore-update-automatic)
5200 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
5201 Fix typos in docstrings.
5202 (rcirc-print): "?\ " -> "?\s".
5203 (rcirc-cmd-join): Improve argument/docstring consistency.
5204
5205 2006-02-01 Mark A. Hershberger <mah@everybody.org>
5206
5207 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
5208 before narrow-to-region.
5209
5210 2006-02-01 Richard M. Stallman <rms@gnu.org>
5211
5212 * simple.el (move-beginning-of-line): Scan properly for invis change.
5213
5214 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
5215
5216 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
5217
5218 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
5219 change bit only when id-format is 'integer. Reported by Matt
5220 Hodges <M.P.Hodges@rl.ac.uk>.
5221
5222 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
5223
5224 * hilit-chg.el (highlight-changes-initial-state)
5225 (highlight-changes-global-initial-state): Doc fixes.
5226 (highlight-changes-global-modes, global-highlight-changes):
5227 Fix typos in docstrings.
5228
5229 2006-02-01 Kim F. Storm <storm@cua.dk>
5230
5231 * emulation/cua-base.el (cua-mode): Mention that CUA enables
5232 transient-mark-mode in doc string.
5233
5234 2006-01-31 Richard M. Stallman <rms@gnu.org>
5235
5236 * replace.el (multi-occur): Doc fix.
5237 (multi-occur-in-matching-buffers): Rename from
5238 multi-occur-by-filename-regexp. Prefix arg says match
5239 buffer names instead of file names.
5240
5241 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
5242
5243 * bs.el: Allow non-default values of `bs-header-lines-length'.
5244 (bs--running-in-xemacs): Remove (not needed anymore).
5245 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
5246 instead of `shrink-window', thus avoiding having to compute the
5247 height of the window.
5248 (bs--up): Wrap around even when there's no header.
5249 (bs--down): Use `forward-line' instead of `next-line'.
5250
5251 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
5252
5253 * image-mode.el (image-toggle-display): Use file name if possible,
5254 instead of unnecessarily allocating a (possibly huge) lisp string.
5255
5256 2006-01-30 John Paul Wallington <jpw@pobox.com>
5257
5258 * subr.el (toplevel): Define `cl-assertion-failed' condition here
5259 because the `assert' macro signals it at runtime.
5260
5261 * emacs-lisp/cl.el (toplevel): Remove definition of
5262 `cl-assertion-failed' condition.
5263
5264 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
5265
5266 * thumbs.el (thumbs-marked-list): Make buffer-local and
5267 permanent-local.
5268 (thumbs-insert-thumb): Make help-echo non-sticky.
5269 (thumbs-file-alist): Use eolp as check for (non)-image.
5270
5271 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
5272
5273 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
5274 (ediff-before-session-group-setup-hooks)
5275 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
5276 Fix typos in docstrings.
5277
5278 * window.el (bw-dir, bw-eqdir, balance-windows)
5279 (split-window-keep-point): Fix typos in docstrings.
5280
5281 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
5282 (org-quote-string, org-calendar-to-agenda-key)
5283 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
5284 (org-show-following-heading, org-tags-column)
5285 (org-use-tag-inheritance, org, org-allow-space-in-links)
5286 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
5287 (org-enable-table-editor, org-calc-default-modes)
5288 (org-table-allow-automatic-line-recalculation)
5289 (org-export-html-style, org-export-with-fixed-width)
5290 (org-export-with-sub-superscripts, org-special-keyword)
5291 (org-formula, org-time-grid, org-table-may-need-update)
5292 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
5293 (org-goto-quit, org-get-indentation, org-end-of-item)
5294 (org-move-item-down, org-move-item-up)
5295 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
5296 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
5297 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
5298 (org-agenda-log-mode, org-agenda-toggle-diary)
5299 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
5300 (org-agenda-file-to-end, org-agenda-no-heading-message)
5301 (org-agenda-get-closed, org-format-agenda-item)
5302 (org-cmp-priority, org-cmp-category, org-cmp-time)
5303 (org-agenda-change-all-lines, org-agenda-diary-entry)
5304 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
5305 (org-link-search, org-camel-to-words, org-open-file)
5306 (org-remember-handler, org-table-convert-region)
5307 (org-table-move-row-down, org-table-move-row-up)
5308 (org-table-copy-region, org-table-wrap-region)
5309 (org-table-toggle-vline-visibility)
5310 (org-table-get-vertical-vector, org-table-modify-formulas)
5311 (org-table-get-specials, org-recalc-commands)
5312 (org-table-rotate-recalc-marks, org-table-eval-formula)
5313 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
5314 (org-level-color-stars-only, org-insert-heading):
5315 Fix typos in docstrings.
5316 (last-arg): Add defvar.
5317
5318 * makefile.w32-in (WINS): Add erc.
5319 (MH_E_SRC): Update (copied from lisp/Makefile.in).
5320
5321 2006-01-29 Bill Wohler <wohler@newt.com>
5322
5323 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
5324 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
5325 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
5326 (mh-autoloads): Don't use comments on otherwise empty lines.
5327
5328 2006-01-29 Edward O'Connor <ted@oconnor.cx>
5329
5330 * emulation/viper.el (viper-major-mode-modifier-list): Add
5331 insert-state and vi-state entries for erc-mode.
5332 (viper-go-away, viper-set-hooks): Add and remove
5333 viper-comint-mode-hook from erc-mode-hook as appropriate.
5334
5335 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
5336
5337 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
5338
5339 * bs.el (bs--format-aux): Implement `middle' alignment as
5340 described in the docstring for `bs-attributes-list'.
5341 (bs--get-name): Simplify. Don't pad the buffer name.
5342
5343 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
5344
5345 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
5346 English aspell dictionary is installed, use the first entry of
5347 ispell-dictionary-alist-1.
5348
5349 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
5350
5351 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5352 Doc fix.
5353
5354 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
5355
5356 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
5357 for `process-file', in order to let it work for older Emacsen too.
5358
5359 2006-01-27 Eli Zaretskii <eliz@gnu.org>
5360
5361 * international/latexenc.el: Add a suitable `coding:' tag.
5362 (latexenc-find-file-coding-system): Undo last change.
5363
5364 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5365
5366 * international/latexenc.el (latexenc-find-file-coding-system):
5367 Make sure latexenc-main-file is a regular file and is readable.
5368
5369 2006-01-27 Andre Spiegel <spiegel@gnu.org>
5370
5371 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
5372 Pass FILE to vc-user-login-name.
5373
5374 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
5375
5376 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
5377
5378 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
5379 there are no more images to display.
5380 (thumbs-mark, thumbs-unmark): Revert change so that they move to
5381 the next image.
5382
5383 2006-01-26 Richard M. Stallman <rms@gnu.org>
5384
5385 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
5386
5387 * wid-edit.el (advertised-widget-backward): New alias.
5388 (widget-keymap): Use advertised-widget-backward for S-TAB.
5389
5390 * tumme.el: Correct the keywords.
5391 (tumme-dir-max-size): Use defvar.
5392 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
5393
5394 * simple.el (move-beginning-of-line): Take account of fields.
5395 (clone-indirect-buffer-other-window): Take args like
5396 clone-indirect-buffer, and work like it.
5397
5398 * help-fns.el (describe-function): Don't pass `nil' as default.
5399
5400 * files.el (risky-local-variable-p): Follow var aliases.
5401
5402 * subr.el (lazy-completion-table): Doc fix.
5403
5404 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
5405 global binding of `line'.
5406
5407 2006-01-25 Andre Spiegel <spiegel@gnu.org>
5408
5409 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
5410 Tramp.
5411
5412 * vc.el (vc-default-dired-state-info): Pass FILE to
5413 vc-user-login-name.
5414 (vc-default-update-changelog): Don't use vc-user-login-name, we
5415 don't need it here.
5416
5417 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
5418 no longer necessary.
5419
5420 2006-01-25 Kenichi Handa <handa@m17n.org>
5421
5422 * international/mule.el (decode-char): Avoid the overhead of
5423 calling utf-lookup-subst-table-for-decode if
5424 utf-translate-cjk-mode is nil.
5425 (encode-char): Avoid the overhead of calling
5426 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
5427 nil.
5428
5429 2006-01-22 Kenichi Handa <handa@m17n.org>
5430
5431 * international/mule.el (make-subsidiary-coding-system): Reset
5432 `coding-system-define-form' property of subsidiaries to nil.
5433 Avoid duplicated entry in coding-system-alist.
5434 (make-coding-system): Avoid duplicated entry in
5435 coding-system-alist.
5436 (define-coding-system-alias): Likewise.
5437
5438 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
5439
5440 * completion.el: Minor fixes in introductory comment.
5441 (completion-def-wrapper): Fix alist.
5442
5443 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
5444
5445 * thumbs.el (thumbs-new-image-size): New function.
5446 (thumbs-increment-image-size-element)
5447 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
5448 (thumbs-decrement-image-size): Delete.
5449 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
5450 temp files and use to resize.
5451 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
5452 Use increment argument to enlarge/shrink. Preserve point.
5453 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
5454 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
5455 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
5456 (thumbs-mark, thumbs-unmark): Preserve point.
5457 (thumbs-modify-image): Keep old temp files and use to modify.
5458 Cleanup old temp files at load time. Preserve point.
5459 (thumbs-view-image-mode-map): Use new command names.
5460
5461 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
5462
5463 * log-view.el (log-view-minor-wrap): First rev is the one at point.
5464
5465 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
5466 the nastiest part of the cyclic dependency.
5467 (cal-menu-update): Use dotimes and calendar-increment-month.
5468
5469 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
5470 (calendar-week-start-day): Add an :initializer.
5471 (calendar-mode-map): Use suppress-keymap, and command remapping.
5472 (describe-calendar-mode): Setup xref-stack info for the back button.
5473 (calendar-star-date): Insert before delete.
5474 (calendar-set-mode-line): Add file-modified info if applicable.
5475 (calendar-increment-month): New function.
5476
5477 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
5478
5479 * font-lock.el (lisp-font-lock-keywords-2):
5480 Recognize "& keywords" only at word boundaries.
5481
5482 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
5483
5484 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
5485 and permanent-local.
5486 (thumbs-max-image-number): New variable.
5487 (thumbs-do-thumbs-insertion): Use them.
5488 (thumbs-per-line): Change default to 4.
5489 (thumbs-marked-list): Rename from thumbs-markedL.
5490 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
5491 (thumbs-rename-images): Use -list instead of L for internal variables.
5492 (thumbs-call-convert): Use call-process instead of shell-command.
5493 (thumbs-insert-thumb): Add filename as help-echo to each image.
5494 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
5495 Give dir to thumbs-show-thumbs-list.
5496 (thumbs-show-thumbs-list): Set default-directory to that of images.
5497 (thumbs-dired-show): Rename from thumbs-dired-show-all.
5498 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
5499 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
5500 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
5501
5502 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
5503
5504 * ses.el (ses-read-cell): Provide a default value.
5505
5506 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
5507
5508 * term/w32-win.el (image-library-alist): Add additional names for
5509 GIF library.
5510
5511 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5512
5513 * international/latexenc.el (latexenc-find-file-coding-system):
5514 Add file-regular-p check.
5515
5516 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5517
5518 * simple.el (clone-buffer): Don't show the new buffer in the same
5519 window.
5520
5521 2006-01-23 Juri Linkov <juri@jurta.org>
5522
5523 * faces.el (link, link-visited): New faces based on default values
5524 of `info-xref' and `info-xref-visited'.
5525
5526 * info.el (info-xref): Inherit from `link'.
5527 (info-xref-visited): Inherit from `link-visited'.
5528
5529 * cus-edit.el (custom-buffer-create-internal): Use widget type
5530 `custom-manual' instead of `info-link' and don't set properties
5531 `button-face' and `mouse-face' explicitly.
5532 (custom-browse-group-tag, custom-browse-variable-tag)
5533 (custom-browse-face-tag): Inherit from widget class
5534 `custom-group-link' instead of `push-button'.
5535 (custom-button-unraised): Inherit from `underline' face.
5536 (custom-link): Inherit from `link' face. Fix doc and group.
5537 (custom-add-parent-links, custom-group-value-create): Don't set
5538 properties `button-face' and `mouse-face' explicitly for
5539 `custom-group-link' widget.
5540 (custom-group-link): Add properties `button-face' and `mouse-face'
5541 to widget definition.
5542 (custom-field-keymap): New variable. Put `custom-field-keymap' to
5543 editable-field's :keymap property.
5544 (custom-mode): Fix docstring: substitute keybindings for
5545 `widget-forward' and `widget-backward' from `widget-keymap',
5546 `widget-complete' from `custom-field-keymap', replace old
5547 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
5548
5549 * desktop.el (desktop-load-file): Check for `fboundp' before
5550 calling `symbol-function'.
5551
5552 * simple.el (clone-buffer, clone-indirect-buffer)
5553 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
5554 `read-string'. Fix prompts.
5555
5556 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
5557
5558 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
5559
5560 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
5561
5562 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
5563
5564 * startup.el (inhibit-splash-screen, initial-scratch-message):
5565 Doc fixes.
5566
5567 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
5568
5569 Sync with Tramp 2.0.52.
5570
5571 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
5572 net/tramp-vc.el: Add code for unloading Tramp. See comment before
5573 `tramp-unload-tramp' for checklist.
5574
5575 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
5576 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
5577 (tramp-unload-file-name-handler-alist)
5578 (tramp-unload-tramp): New defuns.
5579 (tramp-advice-PC-expand-many-files): New defadvice.
5580 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
5581 removed.
5582 (tramp-handle-expand-file-name): Remove double slash.
5583 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
5584 It doesn't matter, because it will be converted later on.
5585 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
5586 implementation was just heuristic.
5587 (tramp-post-connection): Set uid and gid properties.
5588 (tramp-convert-file-attributes): Set file's gid change bit.
5589 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
5590 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
5591 in case of su(do)? methods. The home directory of the local user
5592 will be taken else.
5593 (tramp-open-connection-telnet)
5594 (tramp-open-connection-rsh, tramp-open-connection-su)
5595 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
5596 local shell prompt could hurt. Reported by Romain Francoise
5597 <romain@orebokech.com>.
5598 (tramp-let-maybe): Add `edebug-form-spec' property.
5599 (tramp-handle-expand-file-name): Bind `default-directory' locally
5600 to "/" in order to avoid problems with UNC shares or Cygwin
5601 mounts.
5602 (tramp-md5-function): Fix typo in error message.
5603
5604 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
5605
5606 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
5607 for byte-compiler pacification.
5608
5609 2006-01-22 Andre Spiegel <spiegel@gnu.org>
5610
5611 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
5612 ID-FORMAT `string'. This allows us to get rid of
5613 `vc-user-login-name UID'.
5614
5615 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
5616
5617 2006-01-22 John Paul Wallington <jpw@pobox.com>
5618
5619 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
5620
5621 2006-01-21 Martin Rudalics <rudalics@gmx.at>
5622
5623 * emacs-lisp/find-func.el (find-definition-noselect)
5624 (find-variable-noselect): Search variables in C source code too.
5625 (find-function-C-source, find-function-noselect, find-function)
5626 (find-function-other-frame, find-variable-noselect, find-variable)
5627 (find-variable-other-frame, find-variable-at-point):
5628 Fix docstrings.
5629
5630 2006-01-21 Francesco Potorti` <pot@gnu.org>
5631
5632 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
5633
5634 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
5635
5636 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
5637 Default to disabling the "Save affix" question.
5638
5639 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
5640
5641 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
5642 the first arg to run-python.
5643
5644 2006-01-21 Eli Zaretskii <eliz@gnu.org>
5645
5646 * startup.el (command-line-1): Handle --no-desktop if desktop.el
5647 is not loaded.
5648
5649 2006-01-20 Jay Belanger <belanger@truman.edu>
5650
5651 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
5652 limit is 0.
5653
5654 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
5655 the correct variable.
5656
5657 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
5658
5659 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
5660 link. Fixed buggy argument sequence in call to `org-view-tags'.
5661 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5662 (org-prefix-has-tag): New variable.
5663 (org-format-agenda-item): Remove tags from headline if
5664 appropriate.
5665 (org-agenda-remove-tags-when-in-prefix): New option.
5666 (org-get-tags-at): New function.
5667
5668 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
5669
5670 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
5671 (thumbs-find-image): Move image name and number from buffer name
5672 to mode name. Set thumbs-buffer. Preserve point so that large
5673 images remain visible.
5674 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
5675 order.
5676 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
5677 mode name.
5678 (thumbs-next-image, thumbs-previous-image): Make them work.
5679
5680 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
5681
5682 * cus-edit.el (custom-buffer-create-internal): State in the text above
5683 the whole buffer buttons that they do not operate on hidden items.
5684 (custom-face-menu): Use `custom-face-save' instead of
5685 `custom-face-save-command'.
5686 (custom-face-save-command): Make it an alias for `custom-face-save'
5687 and declare it obsolete.
5688 (custom-face-save): Doc fix.
5689
5690 * dired.el (dired-no-confirm): Add quote.
5691 (dired-subdir-alist-pre-R): Add quote in
5692 `make-variable-buffer-local' form and remove unbalanced parenthesis.
5693
5694 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
5695
5696 * textmodes/table.el (table-mode-indicator): Typo in last change.
5697
5698 2006-01-19 Richard M. Stallman <rms@gnu.org>
5699
5700 * outline.el (hide-leaves): Don't call outline-end-of-heading.
5701 Fixes bug reported in Nov 2005.
5702
5703 * isearch.el (isearch-forward): Doc fix.
5704
5705 * dired.el (dired-move-to-filename-regexp): Define as alias.
5706 (dired-no-confirm): Use defcustom.
5707 (dired-subdir-alist-pre-R): Put defvar at top level.
5708
5709 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
5710
5711 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
5712 Mark as risky.
5713
5714 * simple.el (set-mark-command): Doc fix.
5715 (clone-indirect-buffer-other-window):
5716 Read arg like clone-indirect-buffer.
5717 (move-beginning-of-line): Skip invisible newlines.
5718
5719 2006-01-19 Masatake YAMATO <jet@gyve.org>
5720
5721 * progmodes/cpp.el (cpp-edit-load): Make the order of
5722 listed conditions in a base C code buffer and its associate
5723 CPP Edit buffer the same.
5724
5725 2006-01-19 Kenichi Handa <handa@m17n.org>
5726
5727 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
5728 (rmail-mime-feature): Likewise.
5729 (rmail-require-mime-maybe): Use display-warning to show a warning
5730 message.
5731
5732 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
5733 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
5734
5735 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
5736
5737 * array.el: Move defvars out of eval-when-compile.
5738 (array-make-template): Replace undeclared global var with a local one.
5739 (array-mode): Inline initialization functions.
5740 (array-init-local-variables, array-init-max-row)
5741 (array-init-max-column, array-init-columns-per-line)
5742 (array-init-field-width, array-init-rows-numbered)
5743 (array-init-line-length, array-init-lines-per-row): Remove.
5744
5745 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
5746 (doc-mode-map): Define explicitly.
5747 (doctor-txtype): Use mapc.
5748
5749 * textmodes/table.el: Move defvars out of eval-when-compile.
5750 Remove harmful code meant to avoid byte-compiler warnings.
5751 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
5752 specification that checks table-fixed-width-mode directly.
5753 (table-recognize-region, table-recognize-cell):
5754 Use restore-buffer-modified-p.
5755 (table-fixed-width-mode): Remove code that refreshes
5756 table-fixed-mode-indicator.
5757 (*table--cell-describe-bindings, *table--cell-describe-mode):
5758 Avoid obsolete name print-help-return-message.
5759 (table--test-cell-list): Don't use replace-regexp from elisp.
5760 (table--point-entered-cell-function, table--point-left-cell-function):
5761 Don't set table-fixed-mode-indicator, use force-mode-line-update.
5762
5763 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
5764 that was after the end of file. Use buffer-file-name variable.
5765 (org-timestamp-change): Use with-current-buffer.
5766 (org-todo-list): Don't unnecessarily define a new buffer-local var.
5767 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
5768 `file'.
5769
5770 * progmodes/fortran.el: Move defvars out of eval-when-compile.
5771 (fortran-break-line): Remove unused var `opoint'.
5772 (fortran-abbrev-start): Obey help-event-list.
5773
5774 2006-01-18 Jesper Harder <harder@phys.au.dk>
5775
5776 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
5777
5778 2006-01-18 Masatake YAMATO <jet@gyve.org>
5779
5780 * progmodes/make-mode.el (makefile-imake-mode): New mode
5781 derived from makefile-mode.
5782 (makefile-imake-mode-syntax-table): New syntax table
5783 derived from makefile-mode-syntax-table.
5784 (makefile-mode): Write about makefile-imake-mode in doc string.
5785 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
5786 (makefile-imake-font-lock-keywords): New font lock keywords.
5787
5788 * files.el (auto-mode-alist): Add Imakefile.
5789
5790 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
5791
5792 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
5793 loading the file rather than when turning on flyspell-mode.
5794
5795 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
5796
5797 * cus-edit.el (customize-rogue): Minor doc fix.
5798
5799 2006-01-17 Juri Linkov <juri@jurta.org>
5800
5801 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
5802 instead of the file at the mark as default if the file at the mark
5803 is the same as the file at point or if dired-dwim-target-directory
5804 is not the same as the current directory and the mark is not active.
5805
5806 * log-view.el (log-view-minor-wrap): Use the same logic to get
5807 revisions as `log-view-diff'.
5808
5809 * info.el (Info-revert-find-node): Check for Info-current-file
5810 before preserving new-history.
5811
5812 * man.el (Man-heading-regexp): Add `/'.
5813
5814 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
5815 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
5816
5817 2006-01-16 Juri Linkov <juri@jurta.org>
5818
5819 * faces.el (mode-line-faces): New defgroup.
5820 (mode-line-highlight): Move definition after new defgroup.
5821 (mode-line, mode-line-inactive, mode-line-highlight):
5822 Replace :group `modeline' with `mode-line-faces'.
5823 (mode-line-buffer-id): New face.
5824 (modeline-buffer-id): New face alias.
5825 (vertical-border): Remove :group `modeline'.
5826
5827 * bindings.el (propertized-buffer-identification): Use face
5828 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
5829 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
5830 (mode-line-buffer-identification-keymap): For mouse-1 replace
5831 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
5832 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
5833 mouse-3.
5834
5835 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
5836 Buffer-menu-buffer. Doc fix.
5837 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
5838 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
5839 `Buffer-menu-buffer'.
5840
5841 * info.el (Info-mode-line-node-keymap): New defvar.
5842 (Info-set-mode-line): Use `stringp' to check Info-current-file.
5843 Propertize Info-current-node with `mode-line-buffer-id' and
5844 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
5845
5846 * time.el (display-time-mail-face): Replace :group `faces' with
5847 `mode-line-faces'.
5848
5849 2006-01-16 Kenichi Handa <handa@m17n.org>
5850
5851 * international/code-pages.el: Add autoload cookies for cp125[0345678].
5852
5853 * language/european.el (cp1252): New alias for windows-1252.
5854
5855 * international/mule.el (autoload-coding-system): Prepare for EOL
5856 variants.
5857
5858 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
5859
5860 * term.el (term-raw-map): Add mapping for insert.
5861 (term-send-insert): New.
5862 (term-mode): Make variables local here instead of doing it in
5863 `term-emulate-terminal'.
5864 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
5865 Scroll reverse needs to take into account the scroll region.
5866 Saving and restoring the cursor should save the color attributes too.
5867 (term-reset-terminal): Reset the scroll region.
5868 (term-handle-ansi-escape): Cursor up and down should take into
5869 account the scroll region.
5870 (term-set-scroll-region): Rename from `term-scroll-region'.
5871 Move to 0,0 after setting the region.
5872 (term-handle-scroll): Handle scroll up.
5873 (term-down): Fix off by one error.
5874 (term-delete-lines): Do not delete outside the scroll region.
5875 (term-insert-lines): Take into account the scroll region.
5876
5877 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
5878
5879 * textmodes/ispell.el (ispell-internal-change-dictionary)
5880 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
5881 (start, end): Move declaration outside of eval-when-compile.
5882
5883 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
5884 (flyspell-mode-on): Use it.
5885
5886 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
5887 ispell-kill-ispell-hook.
5888
5889 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
5890
5891 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
5892 (Custom-reset-saved): Do not ask for confirmation in single option
5893 buffers.
5894
5895 2006-01-13 Richard M. Stallman <rms@gnu.org>
5896
5897 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
5898
5899 2006-01-13 Romain Francoise <romain@orebokech.com>
5900
5901 * add-log.el (add-change-log-entry, change-log-merge):
5902 Conditionally use `hard-newline'.
5903
5904 2006-01-13 Martin Rudalics <rudalics@gmx.at>
5905
5906 * wid-edit.el (widget-field-end): If the overlay is no longer
5907 associated with a buffer, behave as if the overlay didn't exist.
5908
5909 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
5910 Make sure the links use the `custom-link' face.
5911
5912 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5913
5914 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
5915 (ld-script-mode): Don't set indent-line-function since we don't
5916 have one.
5917
5918 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
5919
5920 * textmodes/org.el (org-open-file): Use mailcap for selecting an
5921 application.
5922 (org-file-apps-defaults-gnu): Use mailcap as the default for
5923 selecting an application on a UNIX system.
5924 (org-agenda-show-tags): New command.
5925 (org-table-insert-hline): Keep cursor in current table line.
5926 (org-table-convert): Offset effect of modifying
5927 `org-table-insert-hline'.
5928 (org-format-agenda-item): New optional argument TAG.
5929 (org-compile-prefix-format): Handle %T format for the tag.
5930 (org-expand-wide-chars): New function.
5931 (org-table-insert-row, org-table-insert-hline):
5932 Use `org-expand-wide-chars'.
5933 (org-open-file): Fix bug in program launch.
5934 (org-get-time-of-day): Fix bug with times before 1am.
5935 (org-agenda-menu): Add tags commands.
5936
5937 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
5938
5939 * textmodes/ispell.el (ispell-init-process): Include the used
5940 dictionary in ispell process start message.
5941 (ispell-internal-change-dictionary): When flyspell-mode is active
5942 and dictionary is changed, make sure ispell process is restarted
5943 and flyspell word cache cleared out for the current buffer.
5944 (ispell-change-dictionary): Make sure flyspell word cache is
5945 cleared out in all buffers with active flyspell mode when
5946 dictionary is globally changed.
5947 Call ispell-internal-change-dictionary after dictionary change.
5948
5949 2006-01-13 Eli Zaretskii <eliz@gnu.org>
5950
5951 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
5952
5953 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
5954 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
5955 years. Fix small differences wrt Makefile.in.
5956 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
5957 Makefile.in does.
5958
5959 2006-01-12 Bill Wohler <wohler@newt.com>
5960
5961 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
5962 mh-search.el.
5963
5964 2006-01-12 Masatake YAMATO <jet@gyve.org>
5965
5966 * progmodes/ld-script.el: Update copyright year.
5967
5968 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
5969
5970 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
5971 Don't add widget if setting undefined.
5972
5973 2006-01-12 John Paul Wallington <jpw@pobox.com>
5974
5975 * help-fns.el (describe-variable): Remove newlines from void
5976 variable output.
5977
5978 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
5979
5980 * wdired.el (wdired-mode-map): Add help echo for
5981 wdired-abort-changes.
5982
5983 * man.el (Man-file-name-regexp): Adjust for a list of files.
5984
5985 2006-01-12 Masatake YAMATO <jet@gyve.org>
5986
5987 * progmodes/ld-script.el (auto-mode-alist): Support
5988 suffix conventions used in netbsd and eCos.
5989
5990 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5991
5992 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
5993 (custom-variable-menu, custom-face-menu, custom-group-menu)
5994 (Custom-mode-menu): Change names of menu items. (As discussed on
5995 emacs-devel.)
5996 (custom-face-menu): Add "Undo Edits" item.
5997
5998 * startup.el (init-file-user): defcustom -> defvar.
5999
6000 * tooltip.el (tooltip-mode): Doc fix.
6001
6002 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6003
6004 * reveal.el (reveal-post-command): window-buffer signals an error on
6005 dead windows rather than returning nil.
6006 (reveal-open-new-overlays): An overlay might die while we open others.
6007
6008 2006-01-11 Bill Wohler <wohler@newt.com>
6009
6010 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
6011 phrasing in docstring.
6012
6013 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
6014 can give some systems gas. Add new file mh-buffers.el.
6015
6016 2006-01-06 Masatake YAMATO <jet@gyve.org>
6017
6018 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
6019 C preprocessor forward ported from GNU Emacs 21.2.
6020
6021 * progmodes/asm-mode.el (asm-font-lock-keywords):
6022 Use `cpp-font-lock-keywords'.
6023
6024 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
6025
6026 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
6027 of $ for "\\.ld[s]?".
6028
6029 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6030
6031 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
6032 (tcl-indent-line): Return `noindent' if inside a string.
6033
6034 * progmodes/flymake.el (flymake-split-string): Remove more than one
6035 empty string at beg/end of the result.
6036 (flymake-find-buildfile, flymake-find-possible-master-files):
6037 Use expand-file-name.
6038 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
6039 since expand-file-name does it for us. Use directory-file-name.
6040 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
6041 (flymake-ler-get-type, flymake-ler-get-text)
6042 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
6043 (flymake-current-line-no): Remove spurious interactive spec.
6044 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
6045 (flymake-check-include): Remove arg inc-path merged into inc-name.
6046 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
6047 Arg regexp-list replaced by a simple regexp.
6048 (flymake-master-make-header-init, flymake-master-tex-init):
6049 Correspondingly replace regexp-list with a regexp. Fix regexp.
6050
6051 2006-01-10 Simon Josefsson <jas@extundo.com>
6052
6053 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
6054 describing AUTH PLAIN fix.
6055
6056 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6057
6058 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
6059 (report-emacs-bug): Don't record initial prompt text.
6060 Instead, add text properties to prompting text.
6061 (report-emacs-bug-hook): Delete prompting text.
6062
6063 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6064
6065 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
6066 `dirs'. Adjust callers.
6067
6068 2006-01-09 John Paul Wallington <jpw@gnu.org>
6069
6070 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
6071
6072 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6073
6074 * reveal.el (reveal-open-new-overlays): New extracted fun.
6075 (reveal-close-old-overlays): Idem. Check overlays's liveness before
6076 using them. Simplify the code.
6077 (reveal-post-command): Use them. Fix up obsolete windows in
6078 reveal-open-spots.
6079
6080 * progmodes/flymake.el: Use `require' rather than autoload for
6081 XEmacs's overlays.
6082 (flymake-get-common-file-prefix, flymake-build-relative-filename):
6083 Delete. Use file-relative-name instead.
6084 (flymake-get-syntax-check-program-args, flymake-perl-init):
6085 Simplify the resulting code.
6086
6087 * log-view.el (log-view-file-re, log-view-message-re): Add support
6088 for DaRCS output.
6089
6090 2006-01-09 Alex Schroeder <alex@gnu.org>
6091
6092 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
6093 identifiers sometimes added in square brackets at the beginning of
6094 subject lines.
6095
6096 2006-01-07 Richard M. Stallman <rms@gnu.org>
6097
6098 * cus-edit.el (Custom-set, Custom-save): Doc fix.
6099 (Custom-reset-current, Custom-reset-saved): Change question text.
6100 (Custom-reset-standard): Likewise.
6101 (custom-variable-reset-saved): Doc fix.
6102
6103 2006-01-07 Eli Zaretskii <eliz@gnu.org>
6104
6105 * startup.el (init-file-user): Doc fix.
6106
6107 2006-01-07 Alex Schroeder <alex@gnu.org>
6108
6109 * mail/rmail.el (rmail-current-subject): New function.
6110 (rmail-current-subject-regexp): New function.
6111 (rmail-next-same-subject): Use it.
6112
6113 * mail/rmailsum.el (rmail-summary-by-topic):
6114 Use rmail-current-subject and rmail-current-subject-regexp.
6115 (rmail-summary-next-same-subject): Ditto.
6116
6117 * net/rcirc.el (rcirc-send-input): No longer check whether the
6118 process is open, since not all commands need an open process.
6119 (rcirc-send-string): Check whether the process is open before
6120 sending anything.
6121 (rcirc-ignore-list): New option.
6122 (rcirc-ignore-list-automatic): New variable.
6123 (rcirc-print): Take rcirc-ignore-list into account.
6124 (rcirc-cmd-ignore): New command.
6125 (rcirc-ignore-update-automatic): New function.
6126 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
6127 list if ignored nicks.
6128 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
6129
6130 2006-01-06 David Reitter <david.reitter@gmail.com>
6131
6132 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
6133 reflect the address to which the report will be sent.
6134
6135 2006-01-06 Eli Zaretskii <eliz@gnu.org>
6136
6137 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
6138 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
6139
6140 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
6141
6142 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
6143
6144 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
6145 the doc string: "functoin" => "function".
6146 * ldefs-boot.el: Likewise.
6147
6148 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
6149 message text: "Duplicat" => "Duplicate".
6150
6151 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
6152
6153 * files.el (basic-save-buffer-2): If backing-up failed, reset
6154 buffer-backed-up to nil.
6155
6156 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
6157
6158 * progmodes/gud.el (gdb-script-skip-to-head)
6159 (gdb-script-calculate-indentation): Indent for breakpoint command
6160 lists also.
6161
6162 2006-01-05 Bill Wohler <wohler@newt.com>
6163
6164 * Makefile.in (compile-always): Add mh-autoloads dependency.
6165 (bootstrap): Remove mh-autoloads dependency, as compile dependency
6166 provides it.
6167 (updates): Remove mh-autoloads dependency, since it probably has
6168 already run recently (via recompile).
6169
6170 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6171
6172 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
6173 argument `force' to disable the flyspell-last-buffer optimization.
6174 (flyspell-mode-on): Use it.
6175
6176 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
6177 flymake-simple-cleanup.
6178 (flymake-allowed-file-name-masks): Use this new default.
6179 All the functions are now called in the right buffer rather than
6180 passing the buffer as argument.
6181 (flymake-process-sentinel): Switch to buffer before calling cleanup.
6182 (flymake-parse-err-lines): Remove redundant buffer arg.
6183 (flymake-get-program-dir): Comment out unused function.
6184 (flymake-start-syntax-check, flymake-start-syntax-check-process):
6185 Remove redundant buffer argument.
6186 (flymake-get-real-file-name, flymake-simple-java-cleanup)
6187 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
6188
6189 2006-01-05 Richard M. Stallman <rms@gnu.org>
6190
6191 * info.el (Info-find-node): Don't record previous node if have none.
6192 (info): Go to directory only if history is empty.
6193
6194 * simple.el (mark): Doc fix.
6195
6196 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6197
6198 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
6199 already of desired type.
6200 (mac-ae-list): Coerce parameter to "list" type.
6201 (mac-dispatch-apple-event): Replace cadr part of event with a
6202 dummy position so that event-start returns it.
6203
6204 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
6205
6206 * textmodes/org.el (org-end-of-subtree): New function.
6207 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
6208 Use `org-end-of-subtree'.
6209 (org-agenda, org-agenda-convert-date): Protect calls to
6210 `fit-window-to-buffer'.
6211 (org-tags-view): Force matching of sublevels when doing a
6212 todo-only search. Define the correct redo command, including the
6213 arguments.
6214 (org-agenda-redo): Display message.
6215 (org-check-for-org-mode): New function.
6216 (org-agenda-type): New variable.
6217 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6218 Set `org-agenda-type'.
6219 (org-agenda-check-type): New function.
6220 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6221 (org-agenda-week-view, org-agenda-day-view)
6222 (org-agenda-next-date-line, org-agenda-previous-date-line)
6223 (org-agenda-log-mode, org-agenda-toggle-diary)
6224 (org-agenda-toggle-time-grid, org-agenda-date-later)
6225 (org-agenda-date-prompt, org-agenda-diary-entry)
6226 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
6227 (org-agenda-convert-date, org-agenda-menu):
6228 Use `org-agenda-check-type'.
6229 (org-make-overlay, org-delete-overlay)
6230 (org-detatch-overlay, org-move-overlay, org-overlay-put):
6231 New compatibility functions.
6232 (org-calendar-select-mouse): New command.
6233
6234 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
6235
6236 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
6237 (Custom-reset-standard): Fix y-or-n-p messages.
6238 (custom-link): New face for links.
6239 (custom-buffer-create-internal, custom-manual): Use it.
6240 (custom-face-save): Push to theme-face before setting face spec.
6241
6242 * wid-edit.el (widget-default-mouse-face-get): New function.
6243 (widget-specify-button): Handle mouse-face like button-face.
6244
6245 * custom.el (load-theme): Clear old theme settings if reloading.
6246
6247 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
6248
6249 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
6250 "Erase Customization" button back to same position it occupies in
6251 the individual State menus.
6252
6253 2006-01-04 Kim F. Storm <storm@cua.dk>
6254
6255 * wid-edit.el (key-sequence): Rework widget to read key binding
6256 using `kbd' syntax. Use C-q to insert literal key, event, or code.
6257 (widget-key-sequence-default-value): Default value for empty sequence.
6258 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
6259 (widget-key-sequence-read-event): New command for C-q.
6260 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
6261 (widget-key-sequence-value-to-external): New functions.
6262
6263 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6264
6265 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
6266 Use expand-file-name.
6267 (flymake-delete-temp-directory): Use expand-file-name,
6268 file-name-directory, and directory-file-name.
6269 (flymake-strrchr): Delete.
6270 (flymake-start-syntax-check): Don't pass the redundant buffer argument
6271 to the init-f function.
6272 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
6273 (flymake-init-find-buildfile-dir)
6274 (flymake-init-create-temp-source-and-master-buffer-copy)
6275 (flymake-simple-make-init-impl, flymake-simple-make-init)
6276 (flymake-master-make-init, flymake-master-make-header-init)
6277 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
6278 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
6279 (flymake-xml-init): Remove corresponding redundant buffer argument.
6280 (flymake-allowed-file-name-masks): Remove last elems that are equal to
6281 the default anyway. Clean up regexps.
6282
6283 * progmodes/flymake.el (flymake-temp-source-file-name)
6284 (flymake-master-file-name, flymake-temp-master-file-name)
6285 (flymake-base-dir): New buffer-local vars.
6286 (flymake-buffer-data, flymake-get-buffer-value)
6287 (flymake-set-buffer-value): Replace those hash-tables by the new
6288 buffer-local vars. Update callers.
6289
6290 * progmodes/flymake.el (flymake-check-start-time)
6291 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
6292 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
6293 Move definition, so we can remove redundant earlier declaration.
6294 (flymake-replace-regexp-in-string, flymake-split-string)
6295 (flymake-get-temp-dir): Use defalias.
6296 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
6297 (flymake-xemacs-window-edges): Remove unused function.
6298 (flymake-get-point-pixel-pos): Move.
6299 (flymake-pid-to-names, flymake-reg-names)
6300 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
6301 Replace by a simple list flymake-processes and by process-buffer.
6302 Update callers. Other than simplify the code, it uses buffers rather
6303 than buffer-names so it doesn't get confused by uniquify.
6304 (flymake-buffer-data): The global value should just be nil.
6305
6306 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
6307 Optimize the body of a defalias like any other code.
6308
6309 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
6310 Make sure we've setup font-lock's vars. It may influence which
6311 function we then call.
6312 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
6313 here since it's too late anyway.
6314
6315 2006-01-03 Romain Francoise <romain@orebokech.com>
6316
6317 * startup.el (fancy-splash-tail, normal-splash-screen):
6318 Update copyright year.
6319
6320 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
6321
6322 * mouse.el (mouse-drag-track): Rename, from
6323 `mouse-drag-region-1'. Includes optional argument required to
6324 enable post-drag event processing (e.g. delete region keys).
6325 Can be used without this argument to track a mouse region and operate
6326 on it as soon as the drag completes.
6327 (mouse-drag-region): Use `mouse-drag-track'.
6328
6329 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6330
6331 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
6332 Move to `custom-buffer' group.
6333
6334 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
6335 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
6336 (custom-theme-insert-face-marker, custom-theme-variable-menu)
6337 (custom-theme-face-menu): New variables.
6338 (custom-theme-add-variable, custom-theme-variable-action)
6339 (custom-variable-reset-theme, custom-theme-delete-variable)
6340 (custom-face-reset-theme, custom-theme-face-action)
6341 (custom-theme-delete-face, custom-theme-merge-theme)
6342 (custom-theme-add-face, custom-theme-visit-theme): New functions.
6343
6344 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
6345
6346 * custom.el: Move Custom Themes commentary to start of theme code.
6347 (custom-known-themes): Rename `standard' theme to `changed'.
6348 (custom-push-theme): Caller no longer specifies what theme to use
6349 when doing `reset'---the setting is simply removed from the theme.
6350 Delete MODE from `theme-value' and `theme-settings' properties.
6351 (custom-declare-theme): Ignore &rest args since we don't use them.
6352
6353 (custom-loaded-themes): Delete variable.
6354 (custom-theme-load-themes, custom-theme-loaded-p)
6355 (custom-theme-value): Delete functions.
6356
6357 (custom-declare-theme): Signal error on invalid theme names.
6358 (provide-theme): custom-loaded-themes was deleted.
6359 (load-theme): Load the file unconditionally.
6360 (enable-theme): Call `load-theme' if theme is undefined.
6361 (custom-enabled-themes): Only update value for successful loads.
6362 (disable-theme): Complete from enabled themes when interactive.
6363 (custom-variable-theme-value): Calculate theme value directly.
6364
6365 (custom-theme-reset-variables, custom-reset-variables): Mark as
6366 XEmacs compatibility functions. We don't actually use these.
6367
6368 * cus-edit.el (custom-variable-state-set):
6369 Use custom-variable-theme-value instead of custom-theme-value.
6370 (custom-face-state-set): Rename `standard' theme to `changed'.
6371 (custom-save-variables, custom-save-faces): Delete unneeded
6372 references to custom-reset-variables.
6373 (custom-save-resets): Delete function.
6374 (custom-save-variables, custom-save-faces): MODE argument deleted.
6375 (custom-save-variables, custom-save-faces): Ignore theme values.
6376
6377 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
6378 compatibility function.
6379
6380 2006-01-01 Richard M. Stallman <rms@gnu.org>
6381
6382 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
6383 (Custom-reset-current, Custom-reset-saved): Likewise.
6384 (Custom-reset-standard): Show message if aborted.
6385 (custom-mode): Doc fix, describing those commands.
6386
6387 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
6388 put on event-kind property.
6389
6390 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
6391
6392 * custom.el (provide-theme): Ban `user' theme name.
6393 (custom-enabling-themes): New variable.
6394 (enable-theme): Don't enable user if custom-enabling-themes is t.
6395 (custom-enabled-themes): Make it a defcustom.
6396 (custom-theme-recalc-face): No-op if face is undefined.
6397
6398 * cus-edit.el (custom-button-mouse): New variable.
6399 (custom-button-mouse): New face.
6400 (custom-raised-buttons, custom-mode): Use it.
6401
6402 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
6403
6404 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6405
6406 * progmodes/gud.el (gud-display-line): Support hl-line in the
6407 source buffer.
6408
6409 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
6410
6411 * mouse.el (mouse-drag-window-above): Verify that the found window
6412 overlaps with the given window in the horizontal dimension.
6413
6414 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6415
6416 * Makefile.in (cvs-update): New target.
6417
6418 * makefile.w32-in (cvs-update): Ditto.
6419
6420 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
6421
6422 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
6423 (custom-new-theme-mode-map): New variable.
6424
6425 2005-12-30 Richard M. Stallman <rms@gnu.org>
6426
6427 * custom.el (custom-load-themes): Function deleted.
6428
6429 * cus-edit.el (custom-save-loaded-themes): Function deleted.
6430 (custom-save-variables): Don't delete or add custom-load-themes call.
6431
6432 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
6433
6434 * cus-start.el: Add `visible-cursor'.
6435
6436 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
6437 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
6438 (flymake-process-filter): Switch to buffer before calling it instead.
6439 (flymake-post-syntax-check, flymake-highlight-err-lines)
6440 (flymake-delete-own-overlays, flymake-parse-err-lines)
6441 (flymake-start-syntax-check, flymake-start-syntax-check-process)
6442 (flymake-count-lines, flymake-parse-residual):
6443 Remove constant buffer argument.
6444 (flymake-start-syntax-check-for-current-buffer): Remove.
6445 Update callers to use flymake-start-syntax-check instead.
6446 (flymake-display-err-menu-for-current-line):
6447 Remove unused var `mouse-pos'.
6448 (flymake-restore-formatting): Comment out unused function.
6449 (flymake-report-status, flymake-report-fatal-status): Remove buffer
6450 argument, use current-buffer instead. Update callers.
6451
6452 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6453
6454 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
6455 buffer-local because choose-completion-delete-max-match requires
6456 that we set completion-ignore-case (i.e., binding via let is not
6457 sufficient).
6458 (bibtex-complete): Always set completion-ignore-case and
6459 choose-completion-string-functions. The latter is needed because
6460 choose-completion-string-functions keeps its value if we quit the
6461 *Completions* buffer without requesting a completion.
6462
6463 2005-12-30 Andreas Schwab <schwab@suse.de>
6464
6465 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
6466
6467 2005-12-30 Eli Zaretskii <eliz@gnu.org>
6468
6469 * jit-lock.el (jit-lock-chunk-size): Doc fix.
6470
6471 2005-12-30 Juri Linkov <juri@jurta.org>
6472
6473 * locate.el (locate-fcodes-file, locate-header-face)
6474 * progmodes/delphi.el (delphi-other-face)
6475 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
6476
6477 * paren.el (show-paren-match, show-paren-mismatch): Use existing
6478 group `paren-showing-faces'.
6479
6480 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
6481 (goto-address): Fix docstring.
6482
6483 * net/webjump.el (webjump-sample-sites): Update URLs.
6484
6485 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
6486
6487 * subr.el (cancel-change-group): Add listp around pending-undo-list.
6488
6489 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
6490
6491 * font-lock.el (font-lock-compile-keywords): Signal an error when
6492 font-lock-set-defaults hasn't been called.
6493
6494 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6495
6496 * subr.el (noreturn, 1value): Doc fixes.
6497
6498 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6499
6500 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
6501 that assoc-string returns nil.
6502
6503 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6504
6505 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
6506 (bibtex-entry-type-str, bibtex-empty-field-re)
6507 (bibtex-search-backward-string, bibtex-preamble-prefix)
6508 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
6509 (bibtex-any-valid-entry-type): New variable.
6510 (bibtex-parse-field-name): Simplify.
6511 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
6512 (bibtex-preamble-prefix): Include left delimiter.
6513 (bibtex-search-forward-field, bibtex-search-backward-field):
6514 Allow unbounded search past entry boundaries (required by bibtex-pop).
6515 (bibtex-text-in-field-bounds): Use push.
6516 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
6517 (bibtex-parse-preamble, bibtex-valid-entry)
6518 (bibtex-beginning-first-field): New functions.
6519 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
6520 (bibtex-map-entries): Fix docstring.
6521 (bibtex-flash-head): New arg prompt. Simplify.
6522 (bibtex-enclosing-field): Include code of bibtex-inside-field.
6523 (bibtex-insert-kill): Simplify. Always insert text past the
6524 current field or entry.
6525 (bibtex-format-entry): Use bibtex-parse-field.
6526 (bibtex-pop): Use bibtex-beginning-of-entry and
6527 bibtex-end-of-entry to initiate the search. Insert empty field if
6528 we found ourselves.
6529 (bibtex-print-help-message): New args field and comma.
6530 Handle entry keys.
6531 (bibtex-make-field): Use bibtex-beginning-of-entry.
6532 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
6533 invalid entry.
6534 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
6535 Handle preambles. Simplify code for thorough test.
6536 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
6537 New arg comma. Handle entry heads.
6538 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
6539 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
6540 New arg comma.
6541 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
6542 (bibtex-fill-field): Simplify.
6543 (bibtex-fill-entry): Use bibtex-beginning-first-field and
6544 bibtex-parse-field.
6545 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
6546 (bibtex-complete): Use bibtex-parse-preamble.
6547
6548 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
6549
6550 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
6551 Display name of expression instead of convenience variable.
6552 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
6553
6554 * progmodes/gud.el (gud-tooltip-dereference): Rename from
6555 toggle-gud-tooltip-dereference.
6556 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
6557 (gud-tooltip-tips): ...here when dereferencing.
6558
6559 2005-12-28 Bill Wohler <wohler@newt.com>
6560
6561 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
6562
6563 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
6564
6565 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
6566 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
6567 (vc-annotate-display-autoscale): Adjust call.
6568 (vc-annotate-display-default): Adjust call. Make arg compulsory.
6569 Fix interactive spec.
6570 (vc-annotate-time-span): Remove.
6571 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
6572 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
6573 (vc-annotate-display-select): Use new name.
6574
6575 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
6576 (vc-annotate-mode-menu): Remove left-over redundant declaration.
6577 Correct the construction of span entries. Simplify.
6578 (vc-annotate-display-select): Fix the nil case.
6579 (vc-annotate): Remove obsolete (and now broken) code.
6580 (vc-annotate-extract-revision-at-line): Remove obsolete code.
6581 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
6582
6583 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6584
6585 * subr.el (lazy-completion-table): Correct typo in docstring.
6586
6587 * startup.el (command-line): Use `custom-reevaluate-setting' for
6588 `send-mail-function'.
6589
6590 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
6591
6592 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
6593
6594 * mail/smtpmail.el (smtpmail-try-auth-methods):
6595 Send credentials together with "AUTH PLAIN" command.
6596
6597 2005-12-27 Richard M. Stallman <rms@gnu.org>
6598
6599 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
6600 mouse-2, go back to previously selected window, so it's selected
6601 when mouse-2 command runs.
6602
6603 2005-12-27 Juri Linkov <juri@jurta.org>
6604
6605 * descr-text.el (describe-text-sexp): Use square brackets for
6606 button [Show] to distinguish it from the property value `show'.
6607 (describe-property-list): Use `insert-text-button' with
6608 `help-face' type instead of putting face in quotes, because button
6609 is not created automatically for a list of faces.
6610 (describe-text-properties-1): Put button-type value in quotes to
6611 distinguish from plain text "button".
6612 (describe-char): Display code point values in hex. Don't use
6613 `symbol-name' for `current-input-method' because it is a string.
6614 Use `insert-text-button' with `help-face' type instead of putting
6615 hardcoded face in quotes, because button is not created automatically.
6616
6617 2005-12-27 Richard M. Stallman <rms@gnu.org>
6618
6619 * progmodes/glasses.el (glasses-face): More specific custom type.
6620
6621 * files.el (set-visited-file-name): Doc fix.
6622
6623 * textmodes/flyspell.el (flyspell-external-point-words):
6624 Use local var buffer-scan-pos to advance scan for next misspelling.
6625 Advance it only after we find the misspelling.
6626
6627 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
6628
6629 * textmodes/flyspell.el (flyspell-external-point-words):
6630 New criteria for finding the misspelling in the buffer.
6631
6632 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
6633
6634 * help-mode.el (help-insert-string): Set help-xref-stack-item
6635 rather than call help-setup-xref.
6636
6637 * descr-text.el (describe-char): Revert previous changes for
6638 optional buffer argument.
6639
6640 2005-12-27 Juri Linkov <juri@jurta.org>
6641
6642 * help-mode.el (help-insert-string): New function. Save buffer
6643 contents in cases where it is impossible to recompute the old contents.
6644
6645 * descr-text.el (describe-char): Set help-xref-stack-item
6646 explicitly after buffer has been generated.
6647
6648 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6649
6650 * cus-start.el (all): Add x-gtk-show-hidden-files.
6651
6652 2005-12-26 Richard M. Stallman <rms@gnu.org>
6653
6654 * replace.el (perform-replace): Calculate match-again
6655 before skipping read-only matches.
6656
6657 * paren.el (paren-showing-faces): New group.
6658 (show-paren-match, show-paren-mismatch): Move to that group.
6659
6660 * button.el (button): Put into group `basic-faces'.
6661
6662 * progmodes/make-mode.el: Remove faces from group `faces'.
6663
6664 * apropos.el (apropos, apropos-value): Doc fix.
6665 (apropos-documentation): Doc fix.
6666
6667 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
6668
6669 * subr.el (lazy-completion-table): Remove argument `args'.
6670
6671 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6672 Don't use the `args' argument of lazy-completion-table.
6673
6674 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
6675
6676 * descr-text.el (describe-char): Add optional argument for buffer.
6677 Set buffer appropriately. Call help-setup-xref.
6678 Suggested by Stefan Monnier.
6679
6680 2005-12-26 Juri Linkov <juri@jurta.org>
6681
6682 * descr-text.el: Require `help-fns' at runtime. Don't require
6683 `button' for byte compilation.
6684 (describe-text-widget): Add `help-echo' for first button.
6685 Use `help-info' for second.
6686 (describe-property-list): Use `help-argument-name' instead of `italic'.
6687 (describe-text-category): Add prompt to interactive spec.
6688 Call `help-setup-xref'.
6689 (describe-char): Use `help-character-set'. Add `help-echo' for
6690 code point. Use `help-input-method'. Remove superfluous insert.
6691
6692 2005-12-25 Richard M. Stallman <rms@gnu.org>
6693
6694 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
6695 at point, in case of narrowing.
6696
6697 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
6698
6699 * locate.el (locate-header-face): Allow nil in type.
6700
6701 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
6702
6703 2005-12-25 Romain Francoise <romain@orebokech.com>
6704
6705 * battery.el (battery-linux-proc-acpi): Also try
6706 `/proc/acpi/thermal_zone/THM0/temperature'.
6707
6708 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
6709
6710 * custom.el (custom-push-theme): Fix docstring.
6711
6712 * cus-edit.el (custom-variable-set, custom-variable-save)
6713 (custom-variable-save): Custom-quote widget values.
6714 (customize-save-variable): Fix custom-push-theme call.
6715
6716 2005-12-24 Eli Zaretskii <eliz@gnu.org>
6717
6718 * w32-fns.el (w32-batch-update-autoloads): New function.
6719
6720 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
6721 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
6722 from the command line.
6723
6724 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
6725
6726 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
6727 reset means to remove setting from theme entirely. Don't keep
6728 expanding theme-settings list; delete old entries if necessary.
6729
6730 * cus-edit.el (custom-buffer-create-internal): Move "Erase
6731 customization" button one line up.
6732 (custom-themed): New face.
6733 (custom-magic-alist): New value, THEMED, for theme settings.
6734 (custom-variable-state-set, custom-face-state-set):
6735 Check theme-value instead of saved-value.
6736 (custom-variable-reset-standard, custom-face-reset-standard):
6737 Remove theme setting entirely. Recalculate new values.
6738 (custom-variable-set, custom-variable-set)
6739 (custom-variable-reset-saved, custom-variable-reset-backup)
6740 (custom-face-set, custom-face-reset-saved): Update `user' theme.
6741 (custom-variable-save): Fix typos.
6742
6743 2005-12-23 Juri Linkov <juri@jurta.org>
6744
6745 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
6746 Add autoload cookies.
6747 (edebug-outside-d-c-i-n-s-w): New variable.
6748 (edebug-display, edebug-outside-excursion): Use it to save the
6749 original value of default-cursor-in-non-selected-windows.
6750 Set default-cursor-in-non-selected-windows to t while Edebug
6751 is active.
6752 (edebug-mode, edebug-eval-mode): Doc fix.
6753
6754 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
6755 with `buffer-substring-no-properties' to remove common substring
6756 highlighting.
6757
6758 * info.el (info-other-window, info): Rename function argument
6759 `file' to `file-or-node'.
6760 (Info-complete-menu-item): Use local variable `complete-nodes' to
6761 keep the global value of `Info-complete-nodes' unchanged for
6762 subsequent completions.
6763 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
6764
6765 * simple.el (get-next-valid-buffer, last-buffer)
6766 (next-error-buffer-p, next-error-find-buffer)
6767 (minibuffer-history-sexp-flag): Doc fix.
6768
6769 * savehist.el (savehist-mode-hook): Add `:group'.
6770
6771 * log-view.el: Call autoload for vc-find-version.
6772 (log-view-current-file): Adjust subgroup numbers.
6773 (log-view-current-tag): Add `length'.
6774
6775 2005-12-23 Richard M. Stallman <rms@gnu.org>
6776
6777 * vc.el (vc-annotate-car-last-cons): Defn moved up.
6778
6779 2005-12-23 Juri Linkov <juri@jurta.org>
6780
6781 * hi-lock.el (hi-lock-archaic-interface-message-used)
6782 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
6783 (hi-lock-mode): Display "Hi" in the mode line only when
6784 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
6785 (hi-lock-write-interactive-patterns):
6786 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
6787 (hi-lock-set-pattern, hi-lock-set-file-patterns)
6788 (hi-lock-font-lock-hook): Set 3rd arg `how' of
6789 font-lock-add-keywords to t.
6790
6791 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
6792
6793 * hi-lock.el (hi-lock-highlight-range): New variable.
6794 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
6795 only if font-lock-fontified is non-nil. Remove overlays.
6796 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
6797 font-lock-fontified is non-nil, otherwise use overlays (instead of
6798 text properties).
6799 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
6800 New variables.
6801 (hi-lock-string-serialize) New function.
6802
6803 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6804
6805 * menu-bar.el (menu-find-file-existing): New function.
6806 (menu-bar-file-menu): Use menu-find-file-existing for Open.
6807
6808 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
6809
6810 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
6811
6812 * vc.el: Remove unnecessary leading * in docstrings.
6813 (vc-annotate-mode-map): Move initialization into declaration.
6814 (vc-static-header-alist): Nitpick on the regexp.
6815 (vc-default-init-version): New fun.
6816 (vc-register): Use it.
6817 (vc-insert-headers): Use dolist.
6818 (vc-annotate-get-backend): Remove unused function.
6819 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
6820 (vc-annotate-mode): Remove corresponding call.
6821 (vc-annotate-car-last-cons): Simplify.
6822 (vc-annotate-buffers): Remove var.
6823 (vc-annotate-backend): Make it buffer-local.
6824 (vc-annotate): Move the interaction to the interactive spec.
6825 Add a `buf' argument.
6826 (vc-annotate-warp-version): Use this new `buf' argument to avoid
6827 killing&creating a vc-annotate buffer, which is very disruptive when
6828 the buffers are shown in dedicated frames.
6829
6830 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
6831
6832 * descr-text.el: Add FSF as maintainer.
6833 (describe-text-mode, describe-text-mode-map)
6834 (describe-text-mode-hook, describe-text-done): Delete. Use normal
6835 help-mode.
6836 (describe-text-widget, describe-text-sexp)
6837 (describe-property-list, describe-text-category)
6838 (describe-text-properties, describe-text-properties-1)
6839 (describe-char): Use help buttons instead of widgets.
6840 (describe-char-unicodedata-file): Make URL link in doc string.
6841
6842 2005-12-22 Richard M. Stallman <rms@gnu.org>
6843
6844 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
6845 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
6846 Don't include buttons that write a file when there's no file.
6847 (custom-variable-menu, custom-face-menu, custom-group-menu):
6848 Don't include commands that write a file when there's no file.
6849 (customize-browse): Reword the top-of-buffer help intro.
6850 (custom-buffer-create-internal): Fix previous change.
6851 (customize-changed-options-previous-release): Prev release is 21.1.
6852 (customize-changed-options): Doc fix.
6853 (customize-changed): New alias.
6854 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
6855 Say "standard values".
6856 (Custom-reset-standard): Doc fix.
6857 (custom-face-reset-standard): Doc fix.
6858
6859 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
6860
6861 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
6862 even if font-lock-mode is non-nil since it may be t without having
6863 turned on font-lock-mode-internal.
6864 (font-lock-choose-keywords): Minor optimization.
6865 (font-lock-add-keywords, font-lock-remove-keywords)
6866 (font-lock-set-defaults): Don't call make-local-variable on a variable
6867 that we know to already be local.
6868
6869 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6870
6871 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
6872 messages if in the minibuffer.
6873
6874 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
6875
6876 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
6877 (tex-mode-flyspell-verify, flyspell-get-word)
6878 (flyspell-external-point-words): Don't use point-min/max uselessly.
6879
6880 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
6881 by Kevin Rodgers. Instead, just hide the completions buffer if we
6882 don't need to show it.
6883
6884 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
6885
6886 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
6887
6888 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
6889
6890 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
6891 delete-windows-on with an inexistent buffer.
6892
6893 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
6894
6895 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
6896 Delete defcustom variable :tag names.
6897
6898 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
6899
6900 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
6901 (log-view-font-lock-keywords): Ajust subgroup numbers.
6902 (log-view-current-tag): Don't hard code the number of subgroups.
6903
6904 2005-12-20 Juri Linkov <juri@jurta.org>
6905
6906 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
6907 (tooltip-x-offset, tooltip-y-offset): Doc fix.
6908
6909 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6910 (menu-bar-non-minibuffer-window-p): Instead of checking
6911 display-multi-frame-p, use selected-frame when menu-updating-frame
6912 is nil.
6913
6914 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
6915
6916 * align.el (align-rules-list): Use [ \t] instead of \s-
6917 for column separators in text mode.
6918
6919 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
6920
6921 * help-mode.el (help-customize-variable, help-customize-face):
6922 Don't pop help-xref-stack as help-follow no longer pushes
6923 anything on to it.
6924
6925 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
6926
6927 * textmodes/org.el (org-agenda-custom-commands): New option.
6928 (org-agenda): Offer custom commands on splash screen.
6929 (org-make-tags-matcher): Parser for Boolean logic added.
6930 (org-agenda-set-tags): New command.
6931 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
6932 (org-set-tags): Efficiency improvements.
6933 (org-auto-align-tags): New option.
6934 (org-todo, org-demote, org-promote): Realign tags.
6935 (org-tags-completion-function): Use also "&" and "|" as separators.
6936 (org-org-menu): Agenda commands simplified.
6937
6938 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6939
6940 * cus-edit.el (customize-apropos, customize-apropos-options):
6941 Docstring changes.
6942
6943 * font-lock.el (font-lock): Add tags to the links in the defgroup.
6944
6945 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
6946
6947 * longlines.el (longlines-mode): Wrap while widened.
6948 (longlines-decode-region, longlines-encode-region): Compute max
6949 just once.
6950
6951 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6952
6953 * cus-edit.el (mac): New group.
6954
6955 * cus-start.el (all): Add user options in macterm.c. Add test for
6956 Mac-related built-ins. Fix test for GTK-related built-ins.
6957
6958 * term/mac-win.el (mac-handle-language-change)
6959 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
6960 (mac-services-open-selection, mac-services-mail-selection)
6961 (mac-services-mail-to, mac-services-insert-text)
6962 (mac-dispatch-apple-event): Add docstrings.
6963 (x-get-selection, mac-select-convert-to-string): Select coding
6964 system from `utf-16be' and `utf-16le' using `byteorder'.
6965
6966 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6967
6968 * subr.el (lazy-completion-table): Don't be fooled if the var holds
6969 a "list" (lambda ...) rather than a real completion list.
6970
6971 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
6972 lexical-let when encountering ((lambda (...) ...) ...).
6973
6974 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
6975
6976 * progmodes/sh-script.el (sh-mode):
6977 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
6978 * textmodes/picture.el (picture-mode): Update docstrings.
6979
6980 2005-12-17 Eli Zaretskii <eliz@gnu.org>
6981
6982 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
6983 commands enclosed in $(ARGQUOTE)s should not be split between two
6984 lines, as that will break with GNU Make >3.80, when sh.exe is used
6985 and arg quoting is with '..'.
6986 (autoloads): Don't break the quoted --eval expression between
6987 several lines.
6988
6989 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
6990
6991 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
6992 Capture error from printing circular structures.
6993
6994 2005-12-17 Martin Rudalics <rudalics@gmx.at>
6995
6996 * wid-edit.el (widget-checkbox-action): Clear undo info.
6997
6998 2005-12-16 Bill Wohler <wohler@newt.com>
6999
7000 * menu-bar.el (kill-this-buffer): Set a good example by using menu
7001 bar, not menubar in comment.
7002
7003 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
7004
7005 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
7006 After-change-functions should not clobber the match data.
7007
7008 2005-12-16 Juri Linkov <juri@jurta.org>
7009
7010 * simple.el (choose-completion): Use `buffer-substring-no-properties'
7011 instead of `buffer-substring'.
7012 (completion-common-substring): Doc fix.
7013 (completion-setup-function): Use minibuffer-completion-contents
7014 instead of minibuffer-contents. Don't set common-string-length
7015 initially. Remove special handling of partial-completion-mode.
7016 Move computation of completion-base-size into one cond.
7017 Call completion-base-size-function in mainbuf. In computation of
7018 completion-base-size for file name completion don't move point to
7019 the end of the minibuffer. Move computation of common-string-length
7020 into one cond. Start putting faces only when common-string-length>=0.
7021 Add condition to put completions-common-part when
7022 common-string-length>0.
7023
7024 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
7025 place point at the first different character in the minibuffer
7026 even if this position is at the beginning of the minibuffer.
7027
7028 * info.el (Info-read-node-name-1): In completion-base-size-function's
7029 lambda return 1 if common-substring or minibuffer-completion-contents
7030 starts with (, and 0 otherwise.
7031
7032 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
7033 Use `crm-current-element' for second arg of `display-completion-list'.
7034
7035 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
7036
7037 * files.el (set-auto-mode): Look for an interpreter specified on
7038 the first line also if search for mode specification succeeded,
7039 but the mode is not known.
7040
7041 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
7042
7043 * textmodes/org.el (org-tags-match-list-sublevels): New option.
7044 (org-open-at-point): Implement tag searches as links.
7045 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7046 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
7047 (org-tags-sparse-tree, org-tags-view, org-set-tags)
7048 (org-agenda-dispatch): New commands.
7049 (org-use-tag-inheritance, org-tags-column): New options.
7050 (org-tab-follows-link, org-return-follows-link): New options.
7051 (org-tags): New customize group.
7052 (org-start-icalendar-file): Get local time zone.
7053 (org-tags-completion-function): New function.
7054 (org-set-font-lock-defaults): Make sure links will also be
7055 highlighted inside headlines.
7056
7057 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
7058
7059 * term.el (term-emulate-terminal):
7060 Let term-handle-ansi-terminal-messages override what Bash says about
7061 its current directory.
7062
7063 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7064
7065 * bindings.el (last-buffer): Move to simple.el.
7066 * simple.el (last-buffer): Move here.
7067 (get-next-valid-buffer): New function.
7068 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
7069 (prev-buffer): Ditto. Rename to `previous-buffer'.
7070
7071 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
7072 * bindings.el (global-map): Ditto.
7073
7074 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
7075
7076 * cus-edit.el: Introductory comment change.
7077 (custom-magic-alist): Change message string for the `rogue' state.
7078
7079 2005-12-15 Richard M. Stallman <rms@gnu.org>
7080
7081 * tooltip.el: Delete defcustom variable :tag names.
7082
7083 * complete.el (partial-completion-mode): Doc fix.
7084
7085 * textmodes/flyspell.el (flyspell-external-point-words):
7086 Use save-excursion to ensure we don't move backward in the
7087 search loop, not even one character.
7088 (flyspell-delete-all-overlays): Use remove-overlays directly.
7089
7090 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
7091 (ispell-start-process): Set that variable.
7092 Clear ispell-buffer-local-name.
7093 (ispell-internal-change-dictionary):
7094 Set ispell-current-dictionary after killing process.
7095 (ispell-buffer-local-dict):
7096 Don't set spell-personal-dictionary after killing process.
7097 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
7098 (ispell-tex-skip-alists, ispell-html-skip-alists)
7099 (ispell-skip-region-alist): Mark as risky.
7100
7101 * net/newsticker.el (newsticker--retrieval-timer-list)
7102 (newsticker--display-timer, newsticker-running-p)
7103 (newsticker-ticker-running-p): Definitions moved up.
7104
7105 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
7106
7107 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
7108
7109 2005-12-15 David Ponce <david@dponce.com>
7110
7111 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
7112 (recentf-edit-list, recentf-open-files): Signal an error when
7113 there is no recent file.
7114
7115 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7116
7117 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
7118 read-only except for texinfo-format-region evaluation.
7119
7120 2005-12-14 Richard M. Stallman <rms@gnu.org>
7121
7122 * vc.el (vc-default-previous-version, vc-default-next-version)
7123 (vc-do-command): Doc fixes.
7124
7125 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7126
7127 * textmodes/bibtex.el (bibtex-expand-strings)
7128 (bibtex-autokey-expand-string, bibtex-name-part)
7129 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
7130 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
7131 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
7132 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
7133 (bibtex-entry-postfix, bibtex-known-entry-type-re)
7134 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
7135 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
7136 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
7137 (bibtex-beginning-of-last-entry): Remove.
7138 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
7139 message if comma is missing but buffer is read-only.
7140 (bibtex-parse-field-text): Handle whitespaces at the end of field
7141 text. Return 3-element list with beginning and end of field text
7142 and end of field.
7143 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
7144 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
7145 (bibtex-search-forward-field, bibtex-search-backward-field):
7146 Search always delimited by limits of entry. Use more efficient
7147 search algorithms.
7148 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
7149 bibtex-end-of-name-in-field.
7150 (bibtex-text-in-field-bounds): Handle BibTeX strings when
7151 extracting the content of a field.
7152 (bibtex-text-in-field): Use search limits.
7153 (bibtex-parse-string-prefix): Handle empty string keys based on
7154 bibtex-string-empty-key.
7155 (bibtex-parse-string): Fix docstring.
7156 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
7157 (bibtex-preamble-prefix, bibtex-strings): New functions.
7158 (bibtex-skip-to-valid-entry): Include preceding whitespace in
7159 BibTeX entries (consistent with other BibTeX functions).
7160 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
7161 (bibtex-search-entry): Fix docstring. Simplify.
7162 (bibtex-flash-head, bibtex-complete-string-cleanup)
7163 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
7164 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
7165 (bibtex-parse-entry): New optional arg content.
7166 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
7167 Use bibtex-text-in-field-bounds.
7168 (bibtex-print-help-message): Handle BibTeX strings and preambles.
7169 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
7170 bibtex-parse-string-postfix.
7171 (bibtex-find-text-internal): New function.
7172 (bibtex-remove-delimiters): Use it.
7173 (bibtex-find-text): Use it. New optional arg help.
7174 (bibtex-complete): Handle BibTeX string and preamble entries.
7175 (bibtex-Preamble): Fix order of closing delimiters.
7176
7177 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
7178
7179 * vc.el (vc-default-revert): New fun.
7180
7181 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
7182
7183 2005-12-14 Romain Francoise <romain@orebokech.com>
7184
7185 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
7186 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
7187 (font-lock-remove-keywords): Likewise.
7188
7189 2005-12-14 Juri Linkov <juri@jurta.org>
7190
7191 * log-view.el (log-view-diff): Doc fix.
7192
7193 * isearch.el (isearch-query-replace): Use (mark) instead of
7194 isearch-opoint if mark is active in transient-mark-mode.
7195
7196 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7197
7198 * isearch.el (isearch-query-replace): Check for isearch-other-end.
7199
7200 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
7201
7202 * progmodes/cpp.el (cpp-face): New widget.
7203 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
7204
7205 2005-12-14 Juri Linkov <juri@jurta.org>
7206
7207 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
7208 around `erase-buffer' and `insert'.
7209
7210 * descr-text.el (describe-text-properties): Replace buffer name
7211 "*Help-2*" with "*Help*<2>".
7212 (describe-char): Add functions print-help-return-message,
7213 toggle-read-only. Use help-setup-xref with nil to not store
7214 describe-char in help-xref-stack. Use help-make-xrefs to
7215 make [back] button.
7216
7217 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
7218
7219 * wdired.el (wdired-old-point): New internal variable.
7220 (wdired-change-to-wdired-mode): Set it buffer-locally.
7221 (wdired-abort-changes): Restore point after aborting changes.
7222
7223 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7224
7225 * vc.el (vc-do-command): Add a new value t for okstatus.
7226
7227 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
7228 frame in case of errors.
7229
7230 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7231
7232 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
7233 so it comes after "On the Left" in the menu.
7234
7235 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
7236
7237 * cus-edit.el (customize-apropos, customize-apropos-options)
7238 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
7239
7240 2005-12-12 Bill Wohler <wohler@newt.com>
7241
7242 * vc-svn.el (vc-svn-registered): Fix problem of visiting
7243 non-writable Subversion-controlled files by saving window
7244 configuration before calling vc-do-command. vc-do-command calls
7245 pop-to-buffer on error which is unexpected during registration.
7246
7247 2005-12-12 Jay Belanger <belanger@truman.edu>
7248
7249 * calc/README: Update the summary of changes.
7250
7251 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7252
7253 * descr-text.el (describe-char): Rework last fix to solve the problem
7254 is the same way it's solved for everything else in that function
7255 (i.e. by extracting the info before setting up the *Help* buffer).
7256
7257 2005-12-12 Kim F. Storm <storm@cua.dk>
7258
7259 * subr.el (version-regexp-alist): Allow space as separator before
7260 non-numeric part, e.g. "1.0 alpha".
7261 (version-to-list): Interpret .X.Y version as 0.X.Y version.
7262
7263 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
7264
7265 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7266 Implement Logging and the keep-modes setting.
7267 (org-get-category): Make sure a string is returned.
7268 (org-log-done): New function.
7269 (org-log-done, org-closed-string): New options.
7270
7271 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7272
7273 * tooltip.el (tooltip-y-offset): Change default to 20.
7274
7275 2005-12-12 Richard M. Stallman <rms@gnu.org>
7276
7277 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
7278
7279 * frame.el (display-hourglass): Doc fix.
7280
7281 * help.el (help-for-help-internal): Simplify entry for `a'.
7282
7283 * info.el (Info-on-current-buffer): Doc fix.
7284 (info-insert-file-contents): Don't test (featurep 'jka-compr).
7285
7286 * startup.el (inhibit-splash-screen): Make this the real name.
7287 (inhibit-startup-message): Make this the alias.
7288 (command-line): Find only simple.el, and use its directory
7289 to fill in other preloaded files' names.
7290 (command-line): Deactivate the mark if deactivate-mark is set.
7291
7292 * international/mule.el (load-with-code-conversion):
7293 Bind deactivate-mark.
7294
7295 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7296
7297 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
7298
7299 * cus-edit.el (customize-apropos): Avoid listing an option more
7300 than once under different aliases. No longer list user options
7301 that are not defined with defcustom (unless a prefix arg is given).
7302 Doc fix.
7303 (customize-apropos-options): Doc fix.
7304
7305 2005-12-11 Juri Linkov <juri@jurta.org>
7306
7307 * frame.el (set-background-color, set-foreground-color)
7308 (set-cursor-color, set-mouse-color, set-border-color):
7309 Add explicit prompts to read colors by `facemenu-read-color'.
7310 (show-trailing-whitespace, blink-cursor-delay)
7311 (blink-cursor-interval, display-hourglass, hourglass-delay):
7312 Remove tags.
7313 (display-hourglass, hourglass-delay): Doc fix.
7314 (cursor-in-non-selected-windows): Capitalize words in tag.
7315
7316 * faces.el (frame-background-mode): Replace `choice-item' keywords
7317 with `const' to not make [default] button. Change default value tag
7318 from `default' to `automatic'. Doc fix.
7319 (trailing-whitespace) <defface>: Change group `whitespace' to
7320 `whitespace-faces'.
7321
7322 2005-12-11 Richard M. Stallman <rms@gnu.org>
7323
7324 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
7325
7326 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7327
7328 * term/mac-win.el: Create keymap for mac-apple-event-map.
7329
7330 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
7331
7332 * tooltip.el (tooltip-mode): Move to start of file so that it
7333 appears at top of customize buffer.
7334
7335 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7336 Add the gud groupname.
7337 (gud-tooltip-mode): Add the tooltip groupname.
7338 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
7339 avoid conflict with tooltip-use-echo-area.
7340
7341 2005-12-10 Romain Francoise <romain@orebokech.com>
7342
7343 * help.el (help-for-help-internal): Add `r' in doc string.
7344
7345 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7346
7347 * align.el (align-regexp, align-highlight-rule):
7348 Use region-beginning and region-end instead of point and mark, so that
7349 repetition (with `repeat-complex-command') recomputes the region
7350 bounds.
7351
7352 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
7353
7354 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7355 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7356 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
7357 (balance-windows): Rewrite using the above new functions.
7358
7359 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
7360
7361 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
7362 react if global-hi-lock-mode seems intended.
7363 (global-hi-lock-mode) Renamed from hi-lock-mode.
7364 (hi-lock-archaic-interface-message-used)
7365 (hi-lock-archaic-interface-deduce): New variables.
7366 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
7367 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
7368 (hi-lock-find-patterns, hi-lock-font-lock-hook):
7369 Replace hi-lock-buffer-mode with hi-lock-mode.
7370
7371 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
7372
7373 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
7374 completion list, even after a partial completion has been
7375 inserted in the current buffer. If there are more than 1
7376 completion, redisplay the *Completions* buffer; if the
7377 completion is unique, delete the *Completions* window.
7378
7379 2005-12-10 Eli Zaretskii <eliz@gnu.org>
7380
7381 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
7382 strings and long subject lines that were broken into multiple
7383 lines at arbitrary places. Handle subjects that have "Re: " in
7384 the middle.
7385
7386 2005-12-10 John W. Eaton <jwe@octave.org>
7387
7388 * emacs/octave-mod.el (octave-electric-space): Don't indent
7389 comments or strings if octave-auto-indent is nil.
7390
7391 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7392
7393 * term/mac-win.el: Require url when compiling.
7394 Call mac-process-deferred-apple-events after loading init files.
7395 (mac-apple-event-map): New defvar. Define event handlers in it.
7396 (core-event, internet-event): New Apple event class symbols.
7397 (open-application, reopen-application, open-documents)
7398 (print-documents, open-contents, quit-application)
7399 (application-died, show-preferences, autosave-now, get-url):
7400 New Apple event ID symbols.
7401 (about): New HICommand ID symbol.
7402 (mac-event-spec, mac-event-ae): New macros.
7403 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
7404 (mac-ae-selection-range, mac-ae-text-for-search)
7405 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
7406 (mac-application-menu-map): Remove keymap. Handlers for HICommand
7407 and Services menu events are now defined in mac-apple-event-map.
7408 (mac-drag-n-drop): Remove selection range handling.
7409
7410 2005-12-10 Kenichi Handa <handa@m17n.org>
7411
7412 * simple.el (zap-to-char):
7413 * isearch.el (isearch-process-search-char): Translate CHAR by
7414 translation-table-for-input.
7415
7416 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
7417
7418 * foldout.el (foldout-exit-fold): Properly hide subtree.
7419
7420 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
7421
7422 * files.el (save-buffer):
7423 * international/ucs-tables.el (ucs-set-table-for-input):
7424 * mail/mail-extr.el (mail-extract-address-components):
7425 * mail/sendmail.el (mail-mode): Reformat doc string.
7426
7427 2005-12-09 Juri Linkov <juri@jurta.org>
7428
7429 * isearch.el (isearch-highlight): Change main overlay priority
7430 from 1 to 1001. Simplify.
7431 (isearch-lazy-highlight-update): Change lazy overlay priority
7432 from 0 to 1000.
7433
7434 * replace.el (replace-highlight): Change overlay priority from
7435 1 to 1001.
7436
7437 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
7438 Change overlay priority from 1 to 1001. Reuse existing overlay.
7439
7440 * compare-w.el (compare-windows-highlight): Change overlay
7441 priority from 1 to 1000.
7442
7443 * menu-bar.el (menu-bar-edit-menu): Add listp around
7444 pending-undo-list to disable menu item "undo" when pending
7445 undo list is empty.
7446
7447 * locate.el (locate): Disable undo in *Locate* buffer.
7448
7449 2005-12-09 Kim F. Storm <storm@cua.dk>
7450
7451 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
7452
7453 2005-12-09 David Ponce <david@dponce.com>
7454
7455 * recentf.el: Improvement of the menu code.
7456 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
7457 instead of menu hook.
7458 (recentf-show-menu, recentf-hide-menu): New functions.
7459 (recentf-menu-customization-changed, recentf-mode): Use them.
7460 (recentf-menu-action, recentf-max-menu-items)
7461 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
7462 (recentf-arrange-by-rule-others)
7463 (recentf-arrange-by-rules-min-items)
7464 (recentf-arrange-by-rule-subfilter) : Don't use
7465 `recentf-menu-customization-changed'.
7466 (recentf-arrange-rules): Likewise. Accept functions to compute
7467 sub-menu titles.
7468 (recentf-menu-filter): Likewise. Doc fix.
7469 (recentf-menu-value-shortcut): Doc fix.
7470 (recentf-dump-variable): Quote atom value.
7471 (recentf-make-menu-items): Update to use it as a menu filter.
7472 (recentf-match-rule): New function.
7473 (recentf-arrange-by-rule): Use it.
7474 (recentf-indirect-mode-rule): New function.
7475 (recentf-build-mode-rules): Use it.
7476 (recentf-dir-rule): New function.
7477 (recentf-arrange-by-dir): Use it.
7478 (recentf-filter-changer-current): Rename from
7479 `recentf-filter-changer-state'. All references updated.
7480 (recentf-filter-changer-alist): Update filter names.
7481 (recentf-filter-changer-select): New function.
7482 (recentf-filter-changer): Use it. Make a sub-menu from filters
7483 available in `recentf-filter-changer-alist'.
7484 (recentf-data-cache, recentf-clear-data)
7485 (recentf-update-menu): Remove. All references updated.
7486 (recentf-match-rule-p, recentf-build-dir-rules)
7487 (recentf-filter-changer-goto-next)
7488 (recentf-filter-changer-get-current)
7489 (recentf-filter-changer-get-next): Remove.
7490
7491 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
7492
7493 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
7494 buffer "Reset" button to "Reset to Current" for consistency with
7495 the State buttons.
7496
7497 2005-12-08 John Paul Wallington <jpw@pobox.com>
7498
7499 * ibuf-ext.el (define-ibuffer-filter filename):
7500 If `dired-directory' is a list then really use its car.
7501
7502 2005-12-08 Kim F. Storm <storm@cua.dk>
7503
7504 * emulation/cua-rect.el (cua--rectangle-aux-replace):
7505 Fix indention of text on right side of replaced rectangle.
7506
7507 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
7508
7509 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
7510 No need to check gud-comint-buffer is bound.
7511 (gdb): Prevent multiple debugging when first session uses gdba.
7512
7513 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7514
7515 CC Mode update to 5.31.
7516
7517 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
7518 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
7519 We might do this function properly in the future).
7520
7521 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
7522 New macros c-sentence-end and c-default-value-sentence end, to cope
7523 with Emacs 22's new function `sentence-end'.
7524
7525 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7526
7527 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
7528 compat issue using `c-put-overlay' and `c-delete-overlay'.
7529
7530 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
7531 New compat macros to handle overlays/extents.
7532
7533 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7534
7535 * progmodes/cc-fix.el: Add definitions of the macros push and pop
7536 (for GNU Emacs 20.4)
7537
7538 * progmodes/cc-defs.el:
7539 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
7540
7541 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
7542 highlighting mechanism so it will work in XEmacs too.
7543
7544 * progmodes/cc-defs.el: Insert c-int-to-char.
7545
7546 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
7547 call to the new macro c-int-to-char. This solves XEmacs's
7548 regarding characters as different from integers.
7549
7550 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7551
7552 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
7553 New internal helper.
7554
7555 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
7556 construct to make the indirect face lookup work in XEmacs.
7557
7558 (c-cpp-matchers): Append the negation char face to the existing
7559 fontification, so that the cpp face doesn't disappear.
7560 Use `c-make-syntactic-matcher' to avoid negation chars in comments
7561 and strings.
7562
7563 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
7564 to map to `font-lock-negation-char-face' in emacsen where it exists.
7565
7566 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7567
7568 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
7569
7570 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
7571 Rename "c-subword-move-mode" as "c-subword-mode".
7572
7573 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
7574 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
7575
7576 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7577
7578 * progmodes/cc-mode.el: Added autoload directive for
7579 `c-subword-move-mode' for use in older emacsen.
7580
7581 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7582
7583 * progmodes/cc-mode.el:
7584 (i) Insert a binding for C-c C-backspace into
7585 c-bind-special-erase-keys which works in TTYs.
7586 (ii) Make sure that when file styles are used, any explicitly
7587 given style variables take priority over those in the style.
7588 Do this by calling `hack-local-variables' a second time.
7589
7590 * progmodes/cc-vars.el: Add language specific customization
7591 widgets for AWK to c-doc-comment-style, c-require-final-newline
7592 and c-default-style. Add a defcustom for awk-mode-hook.
7593 Give c-syntactic-element and c-syntactic-context doc-strings by
7594 directly setting their `variable-documentation' propery.
7595 This allows Emacs 22.1 to read these with C-h v.
7596
7597 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
7598
7599 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7600
7601 * progmodes/cc-fonts.el, cc-vars.el
7602 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
7603 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
7604 Masatake YAMATO.
7605
7606 (c-doc-comment-style): Made GtkDoc default in C mode.
7607
7608 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
7609 and C-c C-<delete>.
7610
7611 (c-bind-special-erase-keys): New function for use on
7612 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
7613
7614 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
7615 <delete> key behavior in XEmacs according to `delete-forward-p'.
7616 C.f. `c-electric-delete'.
7617
7618 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7619
7620 * progmodes/cc-mode.el: Give c-hungry-backspace and
7621 c-hungry-delete-forward permanent key bindings.
7622
7623 * progmodes/cc-cmds.el (c-electric-semi&comma):
7624 Bind c-syntactic-context for calls to "criteria functions", for
7625 consistency with other calls to user functions.
7626
7627 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
7628 `current-prefix-arg', since this might be the prefix arg to a
7629 command which calls c-indent-command as a function. Change the
7630 interactive spec from "p" to "P".
7631
7632 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
7633 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
7634 was difficult to understand.
7635
7636 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7637
7638 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
7639 first char of an identifier.
7640
7641 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
7642 +" syntax in C++.
7643
7644 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7645
7646 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
7647 auto-fill doesn't split a c-comment's last word from a hanging
7648 "*/" when a space is typed between them after fill-column.
7649
7650 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
7651
7652 * progmodes/cc-styles.el (c-set-style)
7653 (c-setup-paragraph-variables): Abort the command if we're not in a
7654 CC Mode buffer.
7655
7656 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
7657 with blank comment-prefix, and a blank line as the comment's
7658 second line.
7659
7660 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7661
7662 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
7663 Incorporate the patterns added in the Emacs development branch
7664 for the new Emacs 22 face `font-lock-negation-char-face'.
7665
7666 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
7667 of "red" since it stands out better in xterms and DOS terminals.
7668
7669 * progmodes/cc-engine.el (c-literal-faces):
7670 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
7671
7672 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7673
7674 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
7675 forcibly enable c-electric-flag.
7676
7677 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
7678 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
7679 after the comment-prefix of a C-style comment will close that comment.
7680
7681 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7682
7683 * progmodes/cc-fonts.el (c-basic-matchers-before)
7684 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
7685 in Pike.
7686
7687 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
7688 digraphs.
7689
7690 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
7691 (c-cpp-message-directives, c-cpp-include-directives)
7692 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
7693 (c-cpp-expr-directives): Introduce new language constants to
7694 control cpp syntax in a cleaner way.
7695
7696 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
7697
7698 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
7699
7700 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
7701 (c-multiline-string-start-char): New language constants and
7702 variables to specify how newlines in string literals work.
7703
7704 (c-font-lock-invalid-string): Use them.
7705
7706 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
7707 unbalanced close brace is entered. Optimization by avoiding going
7708 back over arbitrarily large blocks. Removed hints that this
7709 function only would be relevant/useful in AWK.
7710
7711 (c-electric-brace): Indent syntactically after the cleanups since
7712 lineup functions might do it differently then.
7713
7714 * progmodes/cc-engine.el, cc-langs.el
7715 (c-opt-op-identifier-prefix): New language constant and variable.
7716
7717 (c-just-after-func-arglist-p, c-after-special-operator-id)
7718 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
7719
7720 * progmodes/cc-align.el, cc-engine.el
7721 (c-after-special-operator-id): New helper to handle C++ operator
7722 identifiers.
7723
7724 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
7725 (c-guess-basic-syntax): Handle C++ operator identifiers in
7726 declarations.
7727
7728 * progmodes/cc-langs.el (c-assignment-operators): Add the
7729 trigraph version of ^= too.
7730
7731 * progmodes/cc-langs.el (c-assignment-operators): Add the
7732 trigraph version of |= in C++.
7733
7734 * progmodes/cc-fonts.el (c-font-lock-declarators):
7735 Handle `c-decl-hangon-kwds' after the identifier name.
7736
7737 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
7738 whether an arglist is "nonempty", ignore a comment after the open
7739 paren if it isn't followed by a non-comment token on the same line.
7740
7741 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
7742 Enable heuristics below the point to cope with classes inside special
7743 brace lists in Pike.
7744
7745 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7746
7747 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
7748
7749 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7750
7751 * progmodes/cc-guess.el (cc-guess-install): New function to
7752 install an already guessed style in another buffer.
7753
7754 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
7755 sets `inhibit-read-only' - `c-save-buffer-state' should be used
7756 anyway if the change always is undone.
7757
7758 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7759
7760 Implement togglable electricity:
7761
7762 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
7763 saying when it should be used.
7764
7765 * progmodes/cc-engine.el: Add the new buffer-local variable,
7766 c-electric-flag.
7767
7768 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
7769 c-toggle-auto-newline.
7770
7771 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
7772 c-toggle-auto-newline. Remove the binding for
7773 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
7774 c-toggle-electric-state.
7775
7776 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
7777
7778 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
7779 c-\(forward\|backward\)-subword.
7780 (c-update-modeline): Add the new modeline flag `l' for
7781 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
7782 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
7783 Make the old name an alias of the new name.
7784 (c-toggle-electric-state): New function.
7785 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
7786 Adapt these functions to do electric things only when
7787 c-electric-flag is non-nil.
7788 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
7789 new functions from c-electric-brace.
7790 (c-point-syntax): Add a check for "virtual semicolons" in AWK
7791 mode, so that the tentative extra newline doesn't change the
7792 syntax of the following brace.
7793 (c-electric-brace): Restructure by extracting the above functions.
7794 Tidy up the coding somewhat.
7795 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
7796 restructure a bit.
7797
7798 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7799
7800 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
7801 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
7802
7803 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
7804 (c-submode-indicators): Change name from `c-auto-hungry-string'
7805 since it's now used to track another submode.
7806
7807 (c-update-modeline): Convert to function and extended to check
7808 `c-subword-move-mode'.
7809
7810 (c-forward-into-nomenclature, c-backward-into-nomenclature):
7811 Convert to compat aliases for `c-forward-subword' and
7812 `c-backward-subword'.
7813
7814 * progmodes/cc-subword.el: New functions and minor mode to handle
7815 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
7816
7817 (c-forward-subword, c-backward-subword, c-mark-subword)
7818 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
7819 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
7820 Functions corresponding to the standard word handling functions.
7821
7822 (c-subword-move-mode): Minor mode that replaces all the standard
7823 word handling functions with their subword equivalences.
7824
7825 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7826
7827 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
7828 entry for one-liner-defun.
7829
7830 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
7831 name in its def-edebug-spec.
7832
7833 * progmodes/cc-cmds.el (c-electric-brace): Make the
7834 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
7835 compacts space before a comment, if this will make things fit on
7836 one line.
7837
7838 Introduce an "awk" style, mainly for auto-newline and clean-ups.
7839
7840 * progmodes/cc-align.el: New function c-snug-1line-defun-close
7841
7842 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
7843 clean-up one-liner-defun.
7844
7845 * progmodes/cc-styles.el: Add the new "awk" style.
7846
7847 * progmodes/cc-vars.el: Add description of one-liner-defun to
7848 c-cleanup-list's doc-string. New user options,
7849 c-max-one-liner-length. In c-default-style, set the default style
7850 for AWK to "awk".
7851
7852 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7853
7854 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
7855 macros inside labels.
7856
7857 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
7858 `c-at-statement-start-p' and `c-at-expression-start-p'.
7859
7860 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
7861 error if the mark isn't set.
7862
7863 * progmodes/cc-engine.el (c-guess-continued-construct)
7864 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
7865 accurately detect functions inside functions.
7866
7867 * progmodes/cc-engine.el (c-at-expression-start-p): New function
7868 like `c-at-statement-start-p' that additionally recognizes commas
7869 and expression parentheses as delimiters.
7870
7871 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
7872 to avoid heuristics that doesn't work for unclosed blocks.
7873 (c-at-statement-start-p): New function.
7874
7875 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
7876 Objective-C directives, e.g. directives spanning lines should work
7877 reasonably well now.
7878
7879 (c-put-c-type-property, c-clear-c-type-property): New helpers.
7880
7881 (c-forward-objc-directive): New function to move over any ObjC
7882 directive.
7883
7884 (c-just-after-func-arglist-p, c-guess-basic-syntax)
7885 (c-basic-matchers-before): Use it.
7886
7887 (c-font-lock-objc-iip-decl): Remove.
7888
7889 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
7890 in the template arglist recognition.
7891
7892 * progmodes/cc-styles.el (c-style-alist): Fix several
7893 inconsistencies in the Whitesmith style.
7894
7895 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
7896 New lineup function to get lines after Whitesmith style blocks
7897 correctly indented.
7898
7899 (c-lineup-whitesmith-in-block): Back out the compensation for
7900 opening parens since it's done using `add' lists in the style
7901 definition instead. Don't use the anchor position since it varies
7902 too much between the syntactic symbols. :P
7903
7904 * progmodes/cc-vars.el (c-valid-offset): Update.
7905
7906 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
7907 lists where the offsets are combined according to several
7908 different methods: `first', `min', `max', and `add'.
7909 Report offset evaluation errors with `c-benign-error' so that some kind
7910 of reindentation still is done.
7911
7912 * progmodes/cc-engine.el (c-guess-basic-syntax):
7913 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
7914 `arglist-close'.
7915
7916 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
7917 situations for `arglist-cont-nonempty' and `arglist-close'.
7918
7919 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
7920
7921 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
7922 cc-bytecomp-boundp' in a number of places.
7923
7924 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
7925 macro related issue.
7926
7927 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7928
7929 * progmodes/cc-awk.el: Change the terminology of regexps: A char
7930 list is now [asdf], a char class [:alpha:].
7931 Include code for char classes.
7932 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
7933 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
7934
7935 Remove (nearly all of) the cruft associated with AWK Mode's former
7936 concept of "virtual semicolons":
7937
7938 Adapt c-beginning-of-statement, c-end-of-statement (together with
7939 subfunctions) to use the new notion of "virtual semicolon" in
7940 place of the old awkward special handling for AWK. There remains
7941 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
7942 * progmodes/cc-cmds.el:
7943 (c-ascertain-adjacent-literal): In the backwards direction, now
7944 recognises AWK regexp delimiters as string delimiters.
7945 (c-after-statement-terminator-p): Adapt for virtual semicolons;
7946 check more rigorously for "end of macro".
7947 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
7948 virtual semicolons;
7949 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
7950 out the code for forward movement into ...
7951 (c-end-of-statement): Now contains the code for forward movement,
7952 adapted for virtual semicolons.
7953
7954 * progmodes/cc-engine.el:
7955 (c-ws*-string-limit-regexp): New regexp.
7956 (c-forward-single-comment, c-backward-single-comment): Comment out
7957 the (now redundant) "special" AWK stuff.
7958
7959 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
7960 c-string-par-start, c-string-par-separate to be more like Text
7961 Mode than Fundamental Mode.
7962
7963 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7964
7965 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
7966 to the fontified region so that fontification doesn't occur
7967 outside it (could happen e.g. when fontifying a line with an
7968 unfinished declaration).
7969
7970 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7971
7972 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
7973 start of the file. ^L now separate sections of the file.
7974 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
7975 (c-awk-one-line-possibly-open-string-re)
7976 (c-awk-regexp-one-line-possibly-open-char-class-re)
7977 (c-awk-one-line-possibly-open-regexp-re)
7978 (c-awk-one-line-non-syn-ws*-re): New defonsts.
7979 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
7980
7981 Amend the concept of "virtual semicolons" (in the indentation
7982 engine) for languages like AWK, such that they are now
7983 conceptually attached to end of the last token of a statement, not
7984 the end of the line. (In AWK Mode, however, the pertinent text
7985 property is still physically set on the EOL.) Remove the specific
7986 tests for awk-mode, thus facilitating the introduction of other
7987 language modes where EOLs can end statements.
7988 (Note: The funtionality in cc-cmds.el, specifically
7989 c-beginning/end-of-statement has yet to be amended.)
7990
7991 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
7992 New macros.
7993
7994 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
7995 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
7996 c-vsemi-status-unknown-p-fn (in a new page).
7997
7998 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
7999 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
8000 numerous awkward forms like
8001 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
8002 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
8003 variable before-ws-ip, the place just after char-before-ip appears.
8004
8005 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
8006 a comment.
8007
8008 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8009
8010 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
8011 `c-tentative-buffer-changes'.
8012
8013 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
8014 convert to macro to choose between Emacs and XEmacs at compile time.
8015
8016 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
8017
8018 (c-tentative-buffer-changes): New macro to handle temporary buffer
8019 changes in a convenient way.
8020
8021 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
8022 for `c-tentative-buffer-changes'.
8023
8024 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
8025 the checks for paren sexps between the point and the keyword, to
8026 avoid some false alarms.
8027
8028 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
8029 Fixed a situation where an error could be thrown for unbalanced
8030 parens. Changed to make use of c-keyword-member' to avoid some
8031 repeated regexp matches.
8032
8033 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
8034 These language variable are no longer necessary.
8035
8036 (c-block-stmt-kwds): New language constant used by
8037 c-looking-at-inexpr-block'.
8038
8039 (c-guess-basic-syntax): Remove an optional check that looked at
8040 the existence of the now removed language variables.
8041
8042 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
8043 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
8044 object instantiation expressions as declarations in some contexts.
8045 This bug only affected languages where the declarator can't be
8046 enclosed in parentheses.
8047
8048 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
8049 insert newlines before and after substatement braces.
8050
8051 * progmodes/cc-engine.el: Improved the heuristics for recognizing
8052 function declaration headers and the handling of C++ style member
8053 init lists.
8054
8055 (c-just-after-func-arglist-p): Rewritten to use
8056 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
8057
8058 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
8059
8060 (c-guess-basic-syntax): Adapt case 5B for the new
8061 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
8062 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
8063 covers all cases now).
8064
8065 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
8066
8067 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8068
8069 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
8070 c-string-par-start/separate c-sentence-end-with-esc-eol,
8071 initialised in c-setup-paragraph-variables, used in string
8072 scanning subroutines of c-beginning-of-statement.
8073
8074 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
8075 which precedes the newly inserted `{'.
8076
8077 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8078
8079 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
8080 function for declaration level blocks. It should now cope with
8081 templates better and also be a lot more comprehensible.
8082
8083 (c-looking-at-decl-block): The new function.
8084
8085 (c-search-uplist-for-classkey): The old one. It's now a wrapper
8086 for compatibility.
8087
8088 (c-add-class-syntax, c-guess-continued-construct)
8089 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
8090
8091 (c-decl-block-key): Change to tell apart ambiguous and
8092 unambiguous keywords. Pike specials are now handled directly in
8093 the code instead.
8094
8095 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
8096 New language constants and variables to make the backward skip in
8097 `c-looking-at-decl-block' as tight as possible.
8098
8099 (c-nonsymbol-token-char-list): New language constant.
8100
8101 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
8102 find balanced template arglists backwards.
8103
8104 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
8105 making char classes for `c-syntactic-skip-backward'.
8106
8107 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
8108 16D - can't be a class-close at that point.
8109
8110 * progmodes/cc-engine.el (c-guess-basic-syntax)
8111 (c-add-class-syntax): Don't narrow out the enclosing declaration
8112 level. This makes everything a lot easier, and it was actually
8113 only four small places that needed it to work. Some places that
8114 previously did `widen' are removed now, which has the effect that
8115 `c-guess-basic-syntax' never will look at things outside the
8116 current narrowment now. The anchor position for `topmost-intro'
8117 is affected by this, but it was so bogus it was basically useless
8118 before, and now it's equally bogus but in a slightly different way.
8119
8120 (c-narrow-out-enclosing-class): Gone.
8121
8122 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
8123 the narrowed region.
8124
8125 (c-least-enclosing-brace): Remove silly optional argument.
8126
8127 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
8128 the point could be left directly after an open paren when finding
8129 the beginning of the first decl in the block.
8130
8131 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
8132 Specify which submatch to use.
8133
8134 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
8135
8136 (c-decl-start-re): No longer any need for special treatment of
8137 ObjC due to the above.
8138
8139 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
8140 presumably follows C in that regard.
8141
8142 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
8143 New language constants to specify operator tokens inside
8144 identifiers in a more high level way.
8145
8146 (c-opt-identifier-prefix-key): New internal language constant.
8147
8148 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
8149 (c-identifier-start, c-identifier-key): Now completely calculated
8150 from other constants.
8151
8152 (c-identifier-last-sym-match): Decommission since it's no longer used.
8153
8154 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
8155
8156 * progmodes/cc-engine.el (c-forward-name): Remove the
8157 optimization when c-identifier-key is equal to c-symbol-key since
8158 it doesn't work in byte compiled files. Don't record empty
8159 regions as identifiers.
8160
8161 * progmodes/cc-langs.el (c-filter-ops): New helper function to
8162 simplify access to `c-operators' and its likes.
8163
8164 (c-operator-list, c-all-op-syntax-tokens)
8165 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
8166 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
8167 (c-primary-expr-regexp, c-cast-parens): Use it.
8168
8169 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
8170 an explicit language in functions.
8171
8172 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
8173 variant of adornment.
8174
8175 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
8176 variable.
8177
8178 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
8179 the Pike value.
8180
8181 * progmodes/cc-engine.el (c-on-identifier)
8182 (c-simple-skip-symbol-backward): Small fix for handling "-"
8183 correctly in `skip-chars-backward'. Affected the operator lfun
8184 syntax in Pike.
8185
8186 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
8187 diagnostic message about precompiled language vars not being used.
8188
8189 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
8190 "__attribute__" is followed by a parenthesis.
8191
8192 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
8193 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
8194 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
8195
8196 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
8197 Internal cleanups to properly detect the declared identifiers in
8198 various declarations.
8199
8200 (c-decl-start-kwds): New language constant to recognize
8201 declarations that can start anywhere. Used for class declarations
8202 in Pike.
8203
8204 (c-specifier-key, c-not-decl-init-keywords)
8205 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
8206 (c-find-decl-spots): Implement `c-decl-start-kwds'.
8207
8208 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
8209 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
8210 handling of the compiler specific extension keywords into a new
8211 language constant `c-decl-hangon-kwds' that defines keyword
8212 clauses to be ignored in declarations.
8213
8214 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
8215 past unrecognized tokens when handling `c-colon-type-list-kwds'.
8216 Necessary to stop at the declared identifier in e.g. IDL valuetype
8217 declarations.
8218
8219 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
8220 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
8221 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
8222 (c-forward-decl-or-cast-1): Recognize the declared identifier in
8223 class and enum declarations as such and not as part of the type.
8224
8225 (c-forward-decl-or-cast-1, c-forward-label): Relax the
8226 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
8227
8228 (c-forward-decl-or-cast-1): Don't disregard sure signs of
8229 declarations when there's some syntax error later on.
8230
8231 (c-complex-decl-matchers): Did away with a reference to
8232 `c-specifier-key'.
8233
8234 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
8235 value - this variable is always dynamically bound.
8236
8237 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
8238 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
8239 * cc-cmds.el, cc-defs.el: Change the policy for marking up
8240 functions that might do hidden buffer changes: All such internal
8241 functions are now marked instead of those that don't.
8242
8243 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
8244 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
8245 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
8246 (c-literal-type): Allow these functions to make hidden buffer changes,
8247 so that they are free to use text property caching later on.
8248
8249 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
8250 (c-electric-brace, c-electric-slash, c-electric-star)
8251 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
8252 (c-electric-paren, c-electric-continued-statement, c-indent-command)
8253 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
8254 (c-context-line-break): Add `c-save-buffer-state' calls to comply
8255 with the changed semantics of the functions above.
8256
8257 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
8258 when macros occur in obscure places. Optimized the sexp movement
8259 a bit.
8260
8261 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8262
8263 Enhancements for c-beginning-of-statement to work in AWK Mode:
8264
8265 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
8266 (completed statement) with `}' (statement completed by closing
8267 brace or semicolon) and `$' (statement completed by EOL).
8268
8269 (c-awk-virtual-semicolon-ends-prev-line-p)
8270 (c-awk-virtual-semicolon-ends-line-p)
8271 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
8272 (c-awk-at-statement-end-p): New functions.
8273
8274 * progmodes/cc-cmds.el: Simplify the structure of functions
8275 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
8276 two functions and c-beginning-of-statement to handle AWK Mode.
8277
8278 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
8279 c-backward-single-comment for AWK mode. Attempt to clarify their
8280 doc-strings.
8281
8282 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
8283
8284 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8285
8286 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
8287 label handling. Labels are now recognized in a uniform and more
8288 robust way, regardless of context. Text properties are put on all
8289 labels to recognize the following declarations better.
8290 Multiword labels are handled both in indentation and fontification for
8291 the benefit of language extensions like Qt. For consistency, keywords
8292 in labels are now fontified with the label face instead.
8293 That also applies to "case" and "default".
8294
8295 (c-beginning-of-statement-1): Fix some bugs in the label
8296 handling. Disregard `c-nonlabel-token-key' in labels that begin
8297 with `c-label-kwds'.
8298
8299 (c-find-decl-spots): Support that the callback adds more
8300 `c-decl-end' spots to find.
8301
8302 (c-forward-decl-or-cast-1): Don't treat a list of plain
8303 identifiers followed by a colon as a declaration.
8304
8305 (c-forward-label): New function to recognize labels.
8306
8307 (c-guess-basic-syntax): Replace uses of `c-label-key' with
8308 `c-forward-label'. Moved the label recognition cases (14 and 15)
8309 earlier since they aren't so context sensitive now. Handle labels
8310 on the top level gracefully. Moved access label recognition to
8311 the generic label case (CASE 15) - removed CASE 5E.
8312
8313 (c-font-lock-declarations): Add recognition of labels in the
8314 same round since we need to handle labels in parallell with other
8315 declarations to recognize both accurately. It should also improve
8316 speed.
8317
8318 (c-simple-decl-matchers, c-basic-matchers-after):
8319 Move `c-font-lock-labels' so that it only is used on decoration level 2
8320 since `c-font-lock-declarations' handles it otherwise.
8321
8322 (c-complex-decl-matchers): Remove the simplistic recognition of
8323 access labels.
8324
8325 (c-decl-prefix-re): Remove the kludges that was necessary to cope
8326 with labels earlier.
8327
8328 (c-decl-start-re): New language variable to make
8329 `c-font-lock-declarations' stop for the special protection labels
8330 in Objective-C that start with `@'.
8331
8332 (c-label-key): Remove since it's no longer used.
8333
8334 (c-recognize-colon-labels, c-label-prefix-re): New language
8335 constants to support recognition of generic colon-terminated labels.
8336
8337 (c-type-decl-end-used): `c-decl-end' is now used whenever there
8338 are colon terminated labels.
8339
8340 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
8341 first argument starts with a special brace list.
8342
8343 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
8344 (c-font-lock-declarations): Break out the declaration and cast
8345 recognition from `c-font-lock-declarations' to a new function, so
8346 that it can be used in the indentation engine.
8347
8348 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
8349 up to the start of the literal. Fixed bug with the point on the
8350 wrong side of the search limit that could happen when the start
8351 position is inside a literal.
8352
8353 * progmodes/cc-engine.el (c-parse-state)
8354 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
8355 so that it's kept a little bit back to increase the hit rate.
8356
8357 (c-parse-state): Change the macro handling and fixed some
8358 glitches. Macro context is checked more often than necessary now,
8359 but otoh less garbage conses are generated.
8360
8361 * progmodes/cc-engine.el (c-parse-state)
8362 (c-invalidate-state-cache): Cache the last position where
8363 `c-state-cache' applies. This can speed up refontification quite
8364 a bit in blocks where there are many non-brace parens before the point.
8365
8366 (c-state-cache-end): New variable for this.
8367
8368 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
8369 cache variable.
8370
8371 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
8372 get close initial continue positions when the start position is
8373 inside a literal or macro. Do not call the callback for spots
8374 before the start position (which can happen e.g. for `c-decl-end'
8375 spots inside comments). Optimize better in special cases when the
8376 region is a single line inside a literal or macro (typically when
8377 the current line is refontified).
8378
8379 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
8380 to `c-add-stmt-syntax' - there's no need to explicitly whack off
8381 entries from the paren state.
8382
8383 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
8384 special case for "else if" clauses.
8385
8386 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
8387 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
8388
8389 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
8390 New language variable to recognize the gcc extension with statement
8391 blocks inside expressions.
8392
8393 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
8394 it somewhat more comprehensible. The argument AT-BLOCK-START is
8395 no longer used and hence removed.
8396
8397 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
8398 to `c-add-stmt-syntax'.
8399
8400 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8401 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
8402 This fixes bogus label recognition.
8403
8404 * progmodes/cc-engine.el (c-add-type, c-check-type)
8405 (c-forward-name, c-forward-type): Improve storage of template
8406 types in `c-found-types' so that they can be recognized better.
8407
8408 (c-syntactic-content): Add option to skip past nested parens.
8409
8410 * progmodes/cc-engine.el (c-forward-name):
8411 Set `c-last-identifier-range' all the time. It's less work that way.
8412 Handle that there might not be an identifier to store in
8413 `c-last-identifier-range'.
8414
8415 (c-forward-type): Handle that `c-last-identifier-range' might be
8416 nil from `c-forward-name'.
8417
8418 * progmodes/cc-defs.el (c-safe-scan-lists)
8419 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
8420
8421 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
8422 to work even if the form fails.
8423
8424 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
8425 down in a large file in one go.
8426
8427 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
8428
8429 * progmodes/cc-align.el (c-lineup-assignments): New lineup
8430 function which is like `c-lineup-math' but returns nil instead of
8431 `c-basic-offset' when it doesn't match.
8432
8433 (c-lineup-math): Change to use `c-lineup-assignments'.
8434
8435 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8436
8437 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
8438 c-beginning-of-statement. New subfunctions
8439 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
8440
8441 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8442
8443 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
8444 hardcoded char classes whereever possible. Changed a couple of
8445 places to use skip by syntax instead of skip by char class.
8446
8447 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
8448 Fix a bug in the regexp that caused extreme backtracking.
8449
8450 * progmodes/cc-langs.el (c-block-comment-starter)
8451 (c-block-comment-ender): New language constants to specify in a
8452 single place how block comments look.
8453
8454 (c-comment-start-regexp, c-block-comment-start-regexp)
8455 (comment-start, comment-end, comment-start-skip)
8456 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
8457 (c-syntactic-ws, c-nonempty-syntactic-ws)
8458 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
8459 `c-line-comment-starter', `c-block-comment-starter' and
8460 `c-block-comment-ender'.
8461
8462 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
8463 New language constants to break up things a bit.
8464
8465 (c-simple-ws): New language constant for simple whitespace.
8466
8467 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
8468
8469 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
8470 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
8471 newlines. Allow and ignore nil elements in the list.
8472
8473 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8474
8475 * progmodes/cc-cmds.el: Comment out a (n almost certainly
8476 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
8477
8478 * progmodes/cc-cmds.el: Tidy up the comments in
8479 c-beginning-of-statement and subfunctions.
8480
8481 * progmodes/cc-awk.el: Replace calls to put-text-property to the
8482 more flexible c-put-char-property and c-clear-char-properties.
8483 Add the author's email address.
8484
8485 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
8486
8487 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
8488 closing "*/" of a block comment.
8489
8490 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
8491 subfunctions) so that it works at BOB and EOB.
8492
8493 * progmodes/cc-cmds.el, cc-vars.el: More updating of
8494 c-beginning-of-statement, including new variable
8495 c-block-comment-start-regexp.
8496
8497 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8498
8499 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
8500 symbols from `*-font-lock-extra-types' so that there's no need to
8501 use `regexp-opt' on those lists.
8502
8503 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
8504 `c-type-modifier-kwds' is empty.
8505
8506 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
8507 there are several strings on the same line.
8508
8509 * progmodes/cc-engine.el (c-literal-limits): Remove the
8510 compatibility function for older emacsen. `c-literal-limits-fast'
8511 has now taken the place of this function.
8512
8513 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
8514 with older emacsen: We now require `pps-extended-state'.
8515
8516 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8517
8518 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
8519 which obviates the need to hack sentence-end. This now handles
8520 escaped newlines in strings correctly. Correct minor bugs in
8521 c-move-over-sentence and in c-beginning-of-statement.
8522
8523 * progmodes/cc-cmds.el (c-beginning-of-statement (and
8524 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
8525 that movement over macros and code are rigorously separated from
8526 eachother. Correct a few incidental bugs.
8527
8528 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
8529 Improve its doc-string. Improve the handling of certain specific cases.
8530
8531 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8532
8533 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
8534 (c-guess-basic-syntax): Change the way class-level labels are
8535 recognized; they can now contain essentially any symbols.
8536
8537 (c-opt-extra-label-key): New language variable to cope with the
8538 special protection label syntax in Objective-C.
8539
8540 (c-opt-access-key): Remove; this is now handled better by
8541 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
8542
8543 (c-complex-decl-matchers): Update to handle that
8544 `c-opt-access-key' no longer exists.
8545
8546 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
8547 improved label recognition in `c-beginning-of-statement-1'.
8548
8549 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
8550 Recognize bitfields better.
8551
8552 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
8553 Remove some cruft and fixed a bug that could cause it to go to a
8554 position further down.
8555
8556 * progmodes/cc-langs.el, cc-engine.el
8557 (c-beginning-of-statement-1): Improve detection of labels in
8558 declaration contexts.
8559
8560 (c-beginning-of-decl-1): Use it.
8561
8562 (c-nonlabel-token-key): New language constant and variable needed
8563 by `c-beginning-of-statement-1'.
8564
8565 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
8566 manifested itself due to the correction in `c-forward-sexp'.
8567
8568 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
8569 Make these behave as documented when used at the buffer limits.
8570
8571 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
8572 (c-type-decl-end-used): Made this a language variable.
8573
8574 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
8575 correctly when `combine-after-change-calls' is used together with
8576 temporary narrowings.
8577
8578 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8579 Report labels correctly when the start point is immediately after the
8580 colon.
8581
8582 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
8583 Remove since it isn't used anymore.
8584
8585 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
8586 bracket arglists such as template parens in C++.
8587
8588 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
8589 in the last check-in. Some optimization.
8590
8591 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
8592 where it could stop at the same level in a preceding sexp when
8593 PAREN-LEVEL is set.
8594
8595 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
8596 text property lookup only when it's needed.
8597
8598 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
8599 Change the policy for paren marked angle brackets to be more
8600 persistent; once marked they remain marked even when they're found
8601 to be unbalanced in the searched region. This should keep the
8602 paren syntax around even when individual lines are refontified in
8603 multiline template arglists.
8604
8605 (c-parse-and-markup-<>-arglists): New dynamically bound variable
8606 to control markup so that incorrect angle bracket arglists aren't
8607 marked in contexts where the correct value for
8608 `c-disallow-comma-in-<>-arglists' isn't known.
8609
8610 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
8611 argument has become `c-parse-and-markup-<>-arglists'.
8612
8613 (c-remove-<>-arglist-properties): Remove - no longer used.
8614
8615 (c-after-change-check-<>-operators): New function used on
8616 `after-change-functions' to avoid that "<" and ">" characters that
8617 are part of longer operators have paren syntax.
8618
8619 (c-<>-multichar-token-regexp): New language variable used by
8620 `c-after-change-check-<>-operators'.
8621
8622 (c-after-change): Call `c-after-change-check-<>-operators'.
8623
8624 (c-font-lock-<>-arglists): Use the context properties set by
8625 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
8626 correctly to avoid doing invalid markup.
8627
8628 (c-font-lock-declarations): Remove code that undoes the invalid
8629 markup done by `c-font-lock-<>-arglists'.
8630
8631 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
8632 after `c-font-lock-declarations'.
8633
8634 * progmodes/cc-engine.el (c-syntactic-skip-backward):
8635 Add paren-level feature.
8636
8637 (c-guess-basic-syntax): Improve the anchor position for
8638 `template-args-cont' in nested template arglists. There's still
8639 much to be desired in this area, though.
8640
8641 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8642
8643 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
8644 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
8645
8646 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8647
8648 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
8649 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
8650
8651 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
8652 it doesn't work no longer are supported.
8653
8654 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
8655 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
8656 requires support for the syntax-table' text property, which rules
8657 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
8658 cruft associated with those versions.
8659
8660 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
8661 for the `syntax-table' text property, which rules out Emacs 19 and
8662 XEmacs < 21.4. Removed various compatibility cruft associated
8663 with those versions.
8664
8665 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
8666 support for the `syntax-table' text property.
8667
8668 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
8669 variable and use an extra quoted face name instead. All the
8670 emacsen flavors handle that correctly.
8671
8672 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
8673 (c-font-lock-declarators, c-font-lock-declarations)
8674 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
8675 property to mark the items in in declarator lists to handle
8676 refontification inside multiline declarations better.
8677
8678 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
8679 construct like "a * b = c;" as a declaration.
8680
8681 2005-12-08 Kim F. Storm <storm@cua.dk>
8682
8683 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
8684 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
8685 select either meta, hyper, or super modifier for rectangle commands.
8686 (cua--rectangle-modifier-key): New defvar.
8687 (cua--M/H-key): Use it. Remove special case for `space'.
8688 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
8689 on X, to meta otherwise. Always bind C-return to toggle
8690 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
8691
8692 * emulation/cua-rect.el (cua-help-for-rectangle):
8693 Use cua--rectangle-modifier-key. Handle super modifier too.
8694 (cua--init-rectangles): Always bind C-return to toggle rectangle.
8695 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
8696
8697 * ido.el: Move Acknowledgements and History after Commentary.
8698 Minor changes to Commentary.
8699
8700 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
8701 keymap if cua--prefix-override-timer is `shift'.
8702 (cua--shift-control-prefix): New function; emulate "type prefix
8703 key twice" functionality to handle shifted prefix key override.
8704 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
8705 New commands.
8706 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
8707
8708 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
8709
8710 * textmodes/org.el (org-insert-heading): Try to do items before
8711 headings.
8712 (org-agenda-mode): Quote `org-agenda-mode-hook'.
8713 (org-insert-item): New function.
8714 (org-renumber-ordered-list): Don't skip to higher level lists.
8715
8716 2005-12-08 Juri Linkov <juri@jurta.org>
8717
8718 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
8719
8720 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
8721
8722 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
8723
8724 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
8725 the constructed function name fun-1.
8726
8727 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
8728 because such links don't lead to parent documentation.
8729
8730 2005-12-08 Kenichi Handa <handa@m17n.org>
8731
8732 * descr-text.el (describe-char): Use *Help-2* buffer if the
8733 current buffer is *Help*. Call describe-text-properties while
8734 setting the original buffer.
8735
8736 2005-12-07 Bill Wohler <wohler@newt.com>
8737
8738 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
8739 and causes problems with non-MH users (such as Gnus users).
8740
8741 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
8742
8743 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
8744 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
8745 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
8746 command "info sources". Move calls to GDB command "list".
8747 (gdb-find-file-hook): Just use gdb-source-file-list.
8748 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
8749 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
8750 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
8751 (gdb-data-list-register-values-handler): Use correct trigger name.
8752
8753 2005-12-07 Kim F. Storm <storm@cua.dk>
8754
8755 * ido.el (ido-completion-map): Rename from ido-mode-map.
8756 (ido-common-completion-map, ido-file-completion-map)
8757 (ido-file-dir-completion-map, ido-buffer-completion-map):
8758 Rename from ido-mode-....-map.
8759 (ido-init-completion-maps): Rename from ido-init-mode-maps.
8760 (ido-setup-completion-map): Rename from ido-define-mode-map.
8761 (ido-read-internal): Bind minibuffer-local-filename-completion-map
8762 to ido-completion-map.
8763
8764 2005-12-07 Kenichi Handa <handa@m17n.org>
8765
8766 * international/mule-cmds.el
8767 (set-display-table-and-terminal-coding-system): If the coding
8768 system specified in `unibyte-display' property is different from
8769 the arg coding-system, don't setup standard-display-table.
8770
8771 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8772
8773 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
8774 that comments end at \n, regardless of selective-display.
8775
8776 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
8777
8778 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
8779 (gdb-version): New variables.
8780 (gdb-source-file-list, gdb-register-names)
8781 (gdb-changed-registers): New variables for use with GDB 6.4+.
8782 (gdb-ann3): Replace with...
8783 (gdb-init-1, gdb-init-2): ...two new functions.
8784 (gdba, gdb-prompt): Call gdb-init-1.
8785 (gdb-get-version): New function. Call gdb-init-2 from here.
8786 (gud-watch): Make it work with mouse events too.
8787 (gdb-post-prompt): Don't add to queue until GDB version is known.
8788 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
8789 (gdb-locals-mode): Use gdb-version.
8790 (gdb-memory-format-map, gdb-memory-unit-map)
8791 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
8792 (gdb-locals-font-lock-keywords-1)
8793 (gdb-locals-font-lock-keywords-2): New variables.
8794 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
8795 (gdb-set-gud-minor-mode-existing-buffers-1)
8796 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
8797 (gdb-var-update-1, gdb-var-update-handler-1)
8798 (gdb-data-list-register-values-handler)
8799 (gdb-data-list-register-values-custom)
8800 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
8801 (gdb-stack-list-locals-handler, gdb-get-register-names):
8802 New functions for use with GDB 6.4+.
8803 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
8804 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
8805 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
8806 (gdb-stack-list-locals-regexp)
8807 (gdb-data-list-register-names-regexp): New regexps for use with
8808 GDB 6.4+.
8809
8810 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8811
8812 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
8813
8814 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
8815
8816 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
8817 prompts work for AUTH PLAIN. Also reported by Steve Allan
8818 <seallan@verizon.net>.
8819
8820 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8821
8822 * frame.el (set-frame-parameter): Add doc string.
8823
8824 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
8825
8826 * textmodes/org.el (org-occur-highlights): New variable.
8827 (org-highlight-new-match, org-remove-occur-highlights): New functions.
8828 (org-highlight-sparse-tree-matches): New option.
8829 (org-do-occur): New function.
8830 (org-get-heading): Make it work also at beginning of line.
8831 (org-category-table): New variable.
8832 (org-get-category-table, org-get-category)
8833 (org-camel-to-words, org-link-search): New functions.
8834 (org-select-this-todo-keyword): New variable.
8835 (org-todo-list): New command.
8836 (org-shiftright, org-shiftleft): New commands.
8837 (org-agenda-todo): Add prefix argument.
8838 (org-show-hierarchy-above): New option.
8839 (org-show-todo-tree): Numerical prefix creates tree for specific
8840 TODO keyword.
8841 (org-outline-level): New function, to assign a level to plain
8842 lists items.
8843 (org-cycle-include-plain-lists): New option.
8844 (org-mode): Use `org-outline-level' as value of `outline-level'.
8845 (org-cycle): Temporarily switch `outline-regexp' if
8846 `org-cycle-include-plain-lists' is non-nil.
8847 (org-start-icalendar-file): Fix format bug.
8848 (org-agenda-get-day-entries): Create category table.
8849 (org-agenda-get-todos, org-agenda-get-timestamps)
8850 (org-agenda-get-deadlines, org-agenda-get-scheduled)
8851 (org-agenda-get-blocks): Use `org-get-category'.
8852 (org-context-in-file-links): Rename from
8853 `org-line-numbers-in-file-links'.
8854
8855 2005-12-06 Romain Francoise <romain@orebokech.com>
8856
8857 * window.el (balance-windows): Delete extraneous third arg in call
8858 to `enlarge-window'.
8859
8860 2005-12-06 Kenichi Handa <handa@m17n.org>
8861
8862 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
8863
8864 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
8865
8866 * progmodes/gdb-ui.el (gdb-var-create-handler)
8867 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
8868 (gdb-var-list-children-handler, gdb-var-update-handler):
8869 Current buffer is already gdb-partial-output-buffer, don't
8870 make it current again.
8871
8872 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
8873
8874 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
8875 (list-buffers-noselect): Use it.
8876
8877 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8878
8879 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
8880 (mail-yank-ignored-headers): Use regexp-opt.
8881 (mail-mode-map): Move initialization into declaration.
8882 (mail-sent-via): Remove unused shadowed var `to-line'.
8883 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
8884 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
8885 (mail-do-fcc): Use dolist and push.
8886 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
8887 (mail-yank-ignored-headers): Don't autoload.
8888
8889 2005-12-05 Kenichi Handa <handa@m17n.org>
8890
8891 * international/mule-cmds.el (set-language-info-internal): New fun.
8892 (set-language-info): Call set-language-info-internal to update
8893 language-info-alist. If LANG-ENV is the current one, call
8894 set-language-environment to make INFO effective now.
8895 (set-language-info-alist): Likewise.
8896 (locale-language-names): With locale "en", use English
8897 lang. env. but set the default codings to iso-8859-1.
8898
8899 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
8900
8901 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
8902 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
8903 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
8904 for plain strings.
8905 (gdb-frames-mode): Remove redundant call to font-lock-mode.
8906 (gdb-all-registers): Rename from toggle-gdb-all-registers.
8907 Create registers buffer if necessary. Echo new state in minibuffer.
8908 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
8909
8910 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
8911
8912 * info.el (Info-fontify-node): Match external links using
8913 non-directory part of filename.
8914
8915 2005-12-04 Juri Linkov <juri@jurta.org>
8916
8917 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
8918 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
8919 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
8920 because there is no customization option for it.
8921
8922 * font-lock.el (lisp-font-lock-keywords-1):
8923 Add define-global-minor-mode.
8924
8925 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
8926
8927 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
8928 properties on the constructed variable names.
8929
8930 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8931 Put `definition-name' properties on the constructed function names
8932 next-sym and prev-sym.
8933
8934 * emacs-lisp/find-func.el (find-function-regexp):
8935 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
8936 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
8937 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
8938 and easy-menu-define.
8939
8940 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
8941 easy-mmode-define-global-mode and define-global-minor-mode.
8942 (lisp-imenu-generic-expression): Add define-global-minor-mode.
8943
8944 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
8945 instead of easy-mmode-define-global-mode.
8946
8947 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8948 Use define-minor-mode instead of easy-mmode-define-minor-mode.
8949
8950 * cus-edit.el (customize-group, customize-group-other-window):
8951 Filter out autoloaded options from the group completion list by
8952 using heuristics that autoloaded groups don't have `custom-autoload'
8953 property on their symbols (they have only `custom-loads').
8954
8955 * simple.el (completion-setup-function): Put completions-common-part
8956 face on complete completion string too (i.e. completion string
8957 without completions-first-difference face).
8958
8959 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
8960
8961 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8962
8963 * view.el (view-mode): Doc fix.
8964
8965 * disp-table.el (standard-display-european): Add to the warning
8966 message a reference to the doc string.
8967
8968 * play/yow.el (apropos-zippy): Call print-help-return-message,
8969 similar to other Help and Apropos commands.
8970
8971 * help.el (print-help-return-message): If pop-up-frames is
8972 non-nil, set up help-return-method to delete the help window and,
8973 possibly, its frame as well, and don't display message about
8974 scrolling the help window. Doc fix.
8975 (help-return-method): Doc fix.
8976
8977 2005-12-03 Martin Rudalics <rudalics@gmx.at>
8978
8979 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
8980 whereby names of length one or names starting with a
8981 symbol-constituent character would not be returned.
8982
8983 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8984
8985 * subr.el (atomic-change-group): Add edebug and indentation spec.
8986
8987 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8988
8989 * completion.el (save-completions-file-name): Fix typo in last change.
8990
8991 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8992
8993 * info.el: Move back/forward history to the beginning of the tool bar.
8994
8995 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
8996
8997 * allout.el (eval-when-compile): Remove unnecessary load of cl.
8998 Add fset of allout-real-isearch-abort during compile to fix
8999 byte-compilation warnings.
9000 (allout-mode-p): Move definition of this macro above all uses, or
9001 byte compilation in barren emacs (eg, during emacs build) will
9002 lack the definition.
9003 (allout-mode): Move this variable above any uses, or byte
9004 compilation will fail.
9005 (allout-resolve-xref): Remove use of personal file-reference function.
9006 (allout-toggle-current-subtree-encryption): Do the current (ie,
9007 visible containing) topic, rather than nearest around point. Doc fix.
9008 (allout-toggle-subtree-encryption): New function, workhorse that
9009 works on nearest topic containing point.
9010 (allout-encrypt-string): Signal requirement for newer version of pgg.
9011 (allout-resumptions): Doc fix.
9012
9013 2005-12-02 Eli Zaretskii <eliz@gnu.org>
9014
9015 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
9016
9017 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
9018
9019 * textmodes/flyspell.el (flyspell-external-point-words):
9020 Consider a misspelling as found in the string search if: (a) misspelling
9021 and found string lengths match, or (b) misspelling is found as
9022 element in a boundary-chars separated longer string, or (c)
9023 ispell-program-name is really ispell and misspelling is found as
9024 part of a TeX string. After successful match move beginning of
9025 search region to end of match. Warn about not found misspellings
9026 once the process is done.
9027 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
9028
9029 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
9030
9031 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
9032 tool bar (removed inadvertently).
9033
9034 2005-12-02 Juri Linkov <juri@jurta.org>
9035
9036 * log-view.el (log-view-diff): Clarify doc string.
9037
9038 2005-12-01 Bill Wohler <wohler@newt.com>
9039
9040 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
9041 triggers lm-verify errors.
9042
9043 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
9044
9045 * simple.el (transient-mark-mode, line-number-mode)
9046 (column-number-mode, size-indication-mode): Remove `:require nil'.
9047
9048 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
9049
9050 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
9051 in the margin also.
9052 (gdb-breakpoints-mode-map): Use D instead of d for
9053 gdb-delete-breakpoint.
9054 (gdb-get-frame-number): Require a number to match on.
9055 (gdb-threads-mode-map): Add follow-link binding.
9056
9057 2005-11-30 Jason Rumney <jasonr@gnu.org>
9058
9059 * isearch.el (isearch-mode-map): Avoid exiting search on
9060 language-change event.
9061
9062 2005-11-30 Romain Francoise <romain@orebokech.com>
9063
9064 * speedbar.el (speedbar-default-position): New defcustom.
9065 (speedbar-frame-reposition-smartly): Use it.
9066
9067 * dframe.el (dframe-reposition-frame-emacs): Fix position
9068 computation for `left' location.
9069 Update copyright year.
9070
9071 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9072
9073 * help.el (help-map): Move initialization into declaration.
9074
9075 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
9076
9077 * help-fns.el (help-argument-name): Don't autoload.
9078 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
9079 to be re-loaded when customizing the `help' group.
9080
9081 2005-11-30 John Paul Wallington <jpw@gnu.org>
9082
9083 * help-fns.el (describe-function-1): Fill arglist output.
9084
9085 2005-11-30 Kim F. Storm <storm@cua.dk>
9086
9087 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
9088 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
9089 after revert-buffer (or anything else which kills all local variables).
9090
9091 * apropos.el (apropos-parse-pattern): Doc fix.
9092 Set apropos-regexp directly, rather than expecting callers to do so.
9093 (apropos-command, apropos, apropos-value, apropos-documentation):
9094 Simplify calls to apropos-parse-pattern.
9095
9096 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9097
9098 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
9099 (hi-lock-face-phrase-buffer): Use hi-yellow face.
9100 (hi-lock-write-interactive-patterns): Use comment-region.
9101
9102 * longlines.el (longlines-mode): Add mail-setup-hook.
9103
9104 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
9105
9106 * simple.el (sendmail-user-agent-compose, next-line):
9107 Conditionally use hard-newline.
9108
9109 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9110
9111 * international/latexenc.el (latex-inputenc-coding-alist):
9112 Reword doc string.
9113
9114 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9115
9116 * help.el (describe-key-briefly, describe-key): Recognize default
9117 bindings.
9118
9119 2005-11-29 Romain Francoise <romain@orebokech.com>
9120
9121 * view.el (view-inhibit-help-message): New defcustom.
9122 (view-mode-enter): Use it.
9123
9124 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
9125
9126 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
9127 Preserve user position.
9128
9129 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
9130
9131 * font-lock.el: Throw error if facemenu is not loaded to prevent
9132 accidental change of loading order in loadup.el. (Suggested by RMS.)
9133
9134 * loadup.el: Add comment explaining why facemenu must be loaded
9135 before font-lock.
9136
9137 2005-11-28 Jay Belanger <belanger@truman.edu>
9138
9139 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
9140 (calc-dispatch-map): Add more keys for `calc-same-interface'.
9141
9142 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
9143
9144 * calc/calc-embed.el (calc-do-embedded): Update help message.
9145
9146 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
9147
9148 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9149
9150 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
9151
9152 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
9153 called-interactively-p.
9154 (elp-profilable-p): Rename from elp-not-profilable-p.
9155 Invert result and take into account macros and autoloaded functions.
9156 (elp-instrument-function): Update call.
9157 (elp-instrument-package): Update call. Add completion.
9158 (elp-pack-number): Use match-string.
9159 (elp-results-jump-to-definition-by-mouse): Merge into
9160 elp-results-jump-to-definition and then remove.
9161 (elp-output-insert-symname): Make help echo text single-line.
9162
9163 * replace.el (query-replace-map): Move initialization into declaration.
9164 (occur-engine): Use with-current-buffer.
9165 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
9166 (occur-mode-mouse-goto): Replace with an alias.
9167
9168 2005-11-28 Juri Linkov <juri@jurta.org>
9169
9170 * simple.el (quoted-insert): Let-bind input-method-function to nil.
9171
9172 * term/w32-win.el: Bind [S-tab] to [backtab].
9173
9174 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
9175 `Info-find-file' to t.
9176
9177 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
9178 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
9179 and same-window-regexps.
9180 (occur-next-error): Don't move point for arg 0.
9181
9182 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
9183
9184 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
9185
9186 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9187
9188 * log-edit.el (log-edit-changelog-use-first): New var.
9189 (log-edit-changelog-ours-p): Use it.
9190 (log-edit-insert-changelog): Set it with new arg `use-first'.
9191 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
9192 (log-edit-hook): Add them to the list of suggested options.
9193
9194 * textmodes/flyspell.el (flyspell-last-buffer): New var.
9195 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
9196 redundant work.
9197 (flyspell-mode-on): Use add-hook for after-change-functions.
9198 (flyspell-mode-off): Use remove-hook for after-change-functions.
9199 (flyspell-changes): Make it buffer-local.
9200 (flyspell-after-change-function): Make it non-interactive. Use push.
9201 (flyspell-post-command-hook): Check input-pending-p while processing
9202 the potentially long list of buffer changes.
9203
9204 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9205
9206 * buff-menu.el (list-buffers-noselect): Display the selected
9207 frame's buffer list, not the global one.
9208
9209 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9210
9211 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
9212 that (list last-input-event) works as in interactive spec.
9213
9214 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9215
9216 * loadup.el ("facemenu"): Load facemenu before font-lock, because
9217 `facemenu-keymap' needs to be defined when font-lock is loaded.
9218 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
9219
9220 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9221
9222 * completion.el: Remove useless leading * in defcustom docstrings.
9223 (save-completions-file-name): Use ~/.emacs.d if available.
9224 (completion-standard-syntax-table): Rename from
9225 cmpl-standard-syntax-table and fold initialization into declaration,
9226 thus removing cmpl-make-standard-completion-syntax-table.
9227 (completion-lisp-syntax-table, completion-c-syntax-table)
9228 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
9229 (cmpl-saved-syntax, cmpl-saved-point): Remove.
9230 (symbol-under-point, symbol-before-point)
9231 (symbol-under-or-before-point, symbol-before-point-for-complete)
9232 (add-completions-from-c-buffer): Use with-syntax-table.
9233 (make-completion): Don't return a list of completion entries.
9234 Update callers.
9235 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
9236 (completion-initialize): Rename from initialize-completions.
9237 (completion-find-file-hook): Rename from cmpl-find-file-hook.
9238 (kill-emacs-save-completions): Collect stats here.
9239 (save-completions-to-file, load-completions-from-file):
9240 Use with-current-buffer.
9241 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
9242 into a function. Move all calls to toplevel.
9243 (completion-lisp-mode-hook): New fun.
9244 (completion-c-mode-hook, completion-setup-fortran-mode):
9245 Set the syntax-table here. Use local-set-key.
9246 (completion-saved-bindings): New var.
9247 (dynamic-completion-mode): Make it into a proper minor mode.
9248 (load-completions-from-file): Remove unused var `num-uses'.
9249
9250 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
9251 constructor if it is explicitly overridden.
9252
9253 * complete.el (PC-completion-as-file-name-predicate):
9254 Use minibuffer-completing-file-name.
9255 (partial-completion-mode): Use find-file-not-found-functions.
9256 (PC-lisp-complete-symbol): Use with-syntax-table.
9257 (PC-look-for-include-file): Remove dead setq.
9258 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
9259 (PC-complete): Use with-current-buffer.
9260
9261 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
9262 escape single quotes.
9263
9264 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9265
9266 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
9267 of `if' whose condition always returned nil. Doc fix.
9268
9269 * buff-menu.el (Buffer-menu-revert-function): Make the selected
9270 window's buffer the current buffer around the call to
9271 `list-buffers-noselect'. This is necessary to mark that buffer
9272 with a `.' in the Buffer Menu when called from Lisp, for instance
9273 by Auto Revert Mode.
9274
9275 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9276
9277 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
9278 attaching to it.
9279 (gdb-pre-prompt): Make sure gdb-error is reset.
9280
9281 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
9282 with a child process, detect it.
9283 (gud-speedbar-buttons): Match regexp more carefully.
9284
9285 2005-11-27 Richard M. Stallman <rms@gnu.org>
9286
9287 * mouse.el (mouse-drag-move-window-bottom):
9288 Use adjust-window-trailing-edge.
9289
9290 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9291
9292 * simple.el (blink-matching-open): Ignore
9293 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
9294 (blink-matching-paren-on-screen): Update docstring.
9295
9296 * paren.el (show-paren-mode): No longer change
9297 `blink-matching-paren-on-screen'.
9298
9299 2005-11-27 John Paul Wallington <jpw@pobox.com>
9300
9301 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9302 (gdb-threads-select, gdb-edit-register-value):
9303 Use `posn-set-point' instead of `mouse-set-point' because the
9304 latter is not fbound when configured without X.
9305
9306 2005-11-27 Kim F. Storm <storm@cua.dk>
9307
9308 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
9309 existing face when partially highlighting a TAB in a rectangle.
9310
9311 2005-11-26 Kim F. Storm <storm@cua.dk>
9312
9313 * ido.el (ido-mode-map): Doc fix.
9314 (ido-mode-common-map, ido-mode-file-map)
9315 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
9316 (ido-define-mode-map): Rewrite. Select one of the new maps as
9317 parent for ido-mode-map instead of building from scratch.
9318 (ido-init-mode-maps): New defun to initialize new maps.
9319 (ido-mode): Call it.
9320 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
9321 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
9322
9323 2005-11-26 John Paul Wallington <jpw@pobox.com>
9324
9325 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
9326 `mouse-set-point' because the latter is not fbound when configured
9327 without X.
9328
9329 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9330
9331 * files.el (file-relative-name): Doc fix.
9332
9333 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
9334
9335 * progmodes/octave-inf.el (inferior-octave-startup): Force a
9336 non-empty string for secondary prompt PS2.
9337
9338 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9339
9340 * progmodes/compile.el (compilation-setup): Fix last change.
9341
9342 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
9343
9344 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9345 (gdb-mouse-toggle-breakpoint-margin)
9346 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
9347 Add gdb-server-prefix to keep out of command history.
9348 (gdb-edit-register-value): New function.
9349 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
9350 (gdb-info-registers-custom): Use above map.
9351
9352 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9353
9354 * custom.el (enable-theme): Signal error if argument is not a
9355 theme. Don't recalculate a face if it's not loaded yet.
9356
9357 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
9358 the `user' theme is in effect.
9359
9360 * info.el (Info-on-current-buffer): Record actual filename in
9361 Info-current-file, instead of t, or a fake filename if a non-file
9362 buffer. Make autoload.
9363 (Info-find-node, Info-revert-find-node): No need to check for
9364 Info-current-file nil.
9365 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
9366 Info-current-file is now never `t'.
9367 (Info-fontify-node): Many simplifications due to Info-current-file
9368 always being valid. Use Info-find-file to find node filename.
9369
9370 2005-11-25 David Kastrup <dak@gnu.org>
9371
9372 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
9373 new character, then delete" in order to preserve markers.
9374
9375 2005-11-25 David Ponce <david@dponce.com>
9376
9377 * recentf.el (recentf-arrange-by-rule): Handle a special
9378 `auto-mode-alist'-like "strip suffix" rule.
9379 (recentf-build-mode-rules): Handle second level auto-mode entries.
9380
9381 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
9382
9383 * viper-keym.el (viper-ESC-key): Use different values in terminal and
9384 window modes.
9385
9386 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
9387 jde-javadoc-checker-report-mode.
9388
9389 * ediff-wind (ediff-make-wide-display): Slight simplification.
9390
9391 * ediff.el (ediff-date): Change the date of last update.
9392
9393 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
9394
9395 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
9396 Use define-minor-mode, and make it a local mode. Turn on font-lock.
9397 (hi-lock-mode): New global minor mode.
9398 (turn-on-hi-lock-if-enabled): New function.
9399 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
9400 Change arguments to regexp and face instead of a font-lock pattern.
9401 Directly set face property, instead of refontifying.
9402 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
9403 (hi-lock-find-patterns): Use line-number-at-pos.
9404
9405 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
9406 arguments for hi-lock-set-pattern.
9407 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
9408 Call font-lock-fontify-buffer.
9409 (hi-lock-find-file-hook, hi-lock-current-line)
9410 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
9411
9412 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
9413 turned off.
9414
9415 * progmodes/compile.el (compilation-setup): Don't fiddle with
9416 font-lock-defaults.
9417
9418 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
9419
9420 * progmodes/gdb-ui.el (gdb-var-create-handler)
9421 (gdb-var-list-children-handler): Find values for all variable
9422 objects. gud-speedbar-buttons decides whether to display them.
9423
9424 2005-11-24 Romain Francoise <romain@orebokech.com>
9425
9426 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
9427 buffer name with a space.
9428
9429 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9430
9431 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
9432 `org-export-local-list-max-depth'. Change default value to 3.
9433 (org-auto-renumber-ordered-lists)
9434 (org-plain-list-ordered-item-terminator): New options.
9435 (org-at-item-p, org-beginning-of-item, org-end-of-item)
9436 (org-get-indentation, org-get-string-indentation)
9437 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
9438 New functions.
9439 (org-move-item-down, org-move-item-up): New commands.
9440 (org-export-as-html): New classes for CSS support. Bug fix in
9441 regular expression detecting fixed-width regions. Respect
9442 `org-local-list-ordered-item-terminator'.
9443 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
9444 also a list item.
9445 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
9446 New item moving functions.
9447
9448 2005-11-24 Juri Linkov <juri@jurta.org>
9449
9450 * isearch.el (isearch-repeat): With empty search ring set
9451 `isearch-error' to the error string instead of signaling error
9452 with the function `error'.
9453
9454 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9455
9456 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
9457
9458 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
9459
9460 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
9461 and variable.
9462 (gdb-var-create-handler, gdb-var-list-children-handler):
9463 Don't match on "char **...".
9464 (gdb-var-update-handler): Find values for all variable objects.
9465 (gdb-info-frames-custom): Identify frames by leading "#".
9466
9467 * progmodes/gud.el (gud-speedbar-menu-items): Add
9468 gdb-speedbar-auto-raise as radio button.
9469 (gud-speedbar-buttons): Raise speedbar if requested.
9470 Don't match on "char **...".
9471 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
9472 Make it editable.
9473
9474 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
9475
9476 * info.el (Info-fontify-node): Handle the case where
9477 Info-current-file is t.
9478
9479 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9480
9481 * simple.el (blink-matching-open): Fix off-by-one in last change.
9482
9483 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9484
9485 * term/mac-win.el: Don't change default directory.
9486
9487 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
9488
9489 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
9490 buffers correctly. (It used to throw an error in such buffers.)
9491 Make it ask for confirmation in group buffers and other Custom
9492 buffers containing more than one customization item.
9493
9494 2005-11-22 John Paul Wallington <jpw@gnu.org>
9495
9496 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
9497 property on mail and url overlays.
9498 (goto-address-at-point): Use `posn-set-point' instead of
9499 `mouse-set-point' because the latter is not fbound when configured
9500 without X.
9501
9502 2005-11-22 Lars Hansen <larsh@soem.dk>
9503
9504 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
9505 (ls-lisp-classify, ls-lisp-format): Delete call to
9506 ls-lisp-parse-symlink.
9507 (ls-lisp-handle-switches): Handle symlinks to directories as
9508 directories when ls-lisp-dirs-first in non-nil.
9509
9510 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
9511
9512 * startup.el (command-line): Make sure that loaddefs.el is handled
9513 correctly in load-history.
9514
9515 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
9516
9517 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
9518 (gdb-struct-string, gdb-array-string): New constants.
9519 (gdb-info-locals-handler): Use them.
9520 (gdb-reset): Reset gdb-var-list to nil.
9521
9522 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9523
9524 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
9525 in patterns.
9526
9527 2005-11-21 Juri Linkov <juri@jurta.org>
9528
9529 * custom.el (defcustom): Update link types in docstring.
9530
9531 2005-11-20 Martin Rudalics <rudalics@gmx.at>
9532
9533 * custom.el (defgroup): Add doc-string-elt info.
9534
9535 * widget.el (define-widget): Don't use declare for the doc-string-elt.
9536
9537 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9538
9539 * newcomment.el (comment-enter-backward): Fix last fix.
9540
9541 * simple.el (blink-matching-open):
9542 * paren.el (show-paren-function): Allow new paren-class info.
9543
9544 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9545
9546 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
9547 handled automagically.
9548
9549 2005-11-20 Andreas Schwab <schwab@suse.de>
9550
9551 * descr-text.el (describe-char): When copying overlays put them
9552 over the full char description instead of just the first character
9553 of it.
9554
9555 2005-11-20 Juri Linkov <juri@jurta.org>
9556
9557 * simple.el (what-cursor-position):
9558 * descr-text.el (describe-char): Use Lisp-readable syntax
9559 for octal and hex. Reorder decimal, octal and hex values.
9560 Remove excess whitespace in the output. Use `=' in `column='
9561 like in `point=' and `Hscroll='.
9562
9563 * international/mule-cmds.el (encoded-string-description):
9564 Use Lisp-readable syntax for hex.
9565
9566 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9567
9568 * newcomment.el (comment-enter-backward): Handle the case where the
9569 comment is closed by EOB.
9570
9571 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
9572
9573 * longlines.el (longlines-before-revert-hook)
9574 (longlines-after-revert-hook): New functions.
9575 (longlines-mode): Turn off longlines temporarily when reverting.
9576 Add a message-setup-hook.
9577 (longlines-decode-buffer): New function.
9578 (longlines-wrap-line): Preserve marker positions.
9579
9580 2005-11-19 Andreas Schwab <schwab@suse.de>
9581
9582 * emacs-lisp/shadow.el: Handle compressed files.
9583
9584 2005-11-19 Romain Francoise <romain@orebokech.com>
9585
9586 * net/browse-url.el (browse-url-default-browser): Signal an error
9587 if no usable browser can be found, rather than try to load w3.
9588
9589 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
9590
9591 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
9592 replacing existing properties.
9593 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
9594 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
9595 tty specs.
9596 (rcirc-server-prefix, rcirc-server): New faces.
9597 (rcirc-url-regexp): Generate with rx macro.
9598 (rcirc-last-server-message-time): New variable.
9599 (rcirc-filter): Record time of last message.
9600 (rcirc-keepalive): Kill processes that did not send a message
9601 since the last ping.
9602 (rcirc-mode): Give rcirc-topic a local binding here.
9603
9604 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
9605
9606 * subr.el (read-passwd): Fontify the prompt as we do with other
9607 prompts.
9608
9609 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
9610
9611 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
9612 binding buffer-read-only to nil.
9613
9614 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9615
9616 * complete.el (partial-completion-mode):
9617 Mention completion-auto-help in the doc string.
9618
9619 * man.el (Man-highlight-references): Doc fix. Reformat code in a
9620 more Lisp-ish way.
9621
9622 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9623
9624 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
9625 digits, not 8, to avoid misalignment for files larger than 100MB.
9626
9627 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9628
9629 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
9630 Mention "keyboard shortcuts" in the help text.
9631
9632 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9633
9634 * startup.el (fancy-splash-default-action): Discard only
9635 mouse-down and succeeding mouse-up events in the splash screen
9636 window so that drag-n-drop event can be processed.
9637
9638 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
9639
9640 * longlines.el (longlines-mode): Add hacks for mail-mode and
9641 message-mode.
9642
9643 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9644
9645 * textmodes/org.el (org-table-sort-lines): New command.
9646 (org-tbl-menu): Add entry for `org-table-sort-lines'.
9647 (org-add-file): Command removed, use `org-agenda-file-to-front'
9648 instead.
9649 (org-export-icalendar): Use `org-icalendar-combined-name'.
9650 (org-cycle-agenda-files, org-agenda-file-to-end)
9651 (org-agenda-file-to-front): New commands.
9652 (org-table-tab-jumps-over-hlines, org-export-html-style):
9653 New options.
9654 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
9655 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
9656 New functions.
9657 (org-fill-paragraph): Call `org-table-align' in tables.
9658 (org-mode): Call `org-set-autofill-regexps'.
9659 (org-export-as-html): Support for local handformatted lists.
9660 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
9661 (org-export-local-list-max-depth): New option.
9662 (org-html-expand): Use `org-html-protect'.
9663
9664 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
9665
9666 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
9667 to "p".
9668 (gdb): Move definition of gud-pp to...
9669
9670 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
9671 speedbar.
9672 (gdb-find-watch-expression): New function.
9673
9674 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9675
9676 * faces.el (face-attribute, set-face-attribute): Mention existence
9677 of `:ignore-defface' setting in docstring.
9678
9679 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9680
9681 * simple.el (completion-setup-function): Fix last change.
9682
9683 2005-11-17 John Paul Wallington <jpw@pobox.com>
9684
9685 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
9686 Use `posn-set-point' instead of `mouse-set-point' because the
9687 latter is not fbound when configured without X.
9688
9689 * comint.el (comint-insert-input): Likewise.
9690
9691 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9692
9693 * simple.el (hard-newline): New variable.
9694 (sendmail-user-agent-compose, next-line): Use it.
9695
9696 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
9697 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
9698 (mail-mail-reply-to, mail-mail-followup-to)
9699 (mail-position-on-field, mail-signature, mail-yank-original)
9700 (mail-attach-file): Likewise.
9701
9702 * mail/mailheader.el (mail-header-format)
9703 (mail-header-format-function): Likewise.
9704
9705 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
9706
9707 2005-11-17 Juri Linkov <juri@jurta.org>
9708
9709 * font-lock.el (font-lock-faces): Rename this defgroup from
9710 `font-lock-highlighting-faces'.
9711 (font-lock-comment-face, font-lock-comment-delimiter-face)
9712 (font-lock-string-face, font-lock-doc-face)
9713 (font-lock-keyword-face, font-lock-builtin-face)
9714 (font-lock-function-name-face, font-lock-variable-name-face)
9715 (font-lock-type-face, font-lock-constant-face)
9716 (font-lock-warning-face, font-lock-negation-char-face)
9717 (font-lock-preprocessor-face)
9718 (font-lock-regexp-grouping-backslash)
9719 (font-lock-regexp-grouping-construct): Rename :group from
9720 `font-lock-highlighting-faces' to `font-lock-faces'.
9721
9722 * cus-edit.el (lisp, c, tex):
9723 * progmodes/ada-mode.el (ada):
9724 * progmodes/asm-mode.el (asm):
9725 * progmodes/cperl-mode.el (cperl-faces):
9726 * progmodes/cpp.el (cpp):
9727 * progmodes/dcl-mode.el (dcl):
9728 * progmodes/f90.el (f90):
9729 * progmodes/fortran.el (fortran):
9730 * progmodes/icon.el (icon):
9731 * progmodes/idlwave.el (idlwave-misc):
9732 * progmodes/m4-mode.el (m4):
9733 * progmodes/make-mode.el (makefile):
9734 * progmodes/meta-mode.el (meta-font):
9735 * progmodes/modula2.el (modula2):
9736 * progmodes/octave-mod.el (octave):
9737 * progmodes/pascal.el (pascal):
9738 * progmodes/perl-mode.el (perl):
9739 * progmodes/prolog.el (prolog):
9740 * progmodes/ps-mode.el (PostScript-edit):
9741 * progmodes/scheme.el (scheme):
9742 * progmodes/sh-script.el (sh-script):
9743 * progmodes/simula.el (simula):
9744 * progmodes/tcl.el (tcl):
9745 * textmodes/nroff-mode.el (nroff):
9746 * textmodes/reftex-vars.el (reftex-fontification-configurations):
9747 * textmodes/sgml-mode.el (sgml):
9748 * textmodes/texinfo.el (texinfo):
9749 Add :link (custom-group-link font-lock-faces) to defgroup.
9750
9751 * hi-lock.el (hi-lock): Rename this defgroup from
9752 `hi-lock-interactive-text-highlighting'. Change parent group from
9753 `faces' to `font-lock'. Add link to the manual.
9754 (hi-lock-mode, hi-lock-file-patterns-range)
9755 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
9756 `hi-lock-interactive-text-highlighting' to `hi-lock'.
9757 (hi-lock-faces): Add :group `faces'.
9758
9759 * cus-edit.el (custom-variable-prompt): Clarify the code.
9760
9761 * faces.el (face-read-string): Set the default value arg of
9762 completing-read.
9763
9764 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
9765
9766 * rfn-eshadow.el (file-name-shadow-properties)
9767 (file-name-shadow-tty-properties, file-name-shadow-mode):
9768 Remove autoloads, because the file is now preloaded.
9769
9770 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9771
9772 * printing.el (easy-menu-intern): Don't define.
9773 (pr-get-symbol): Use easy-menu-intern only if defined.
9774
9775 * simple.el (blink-matching-open): Simplify a bit.
9776 (completion-setup-function): Fix the case of partial-completion-mode
9777 when the minibuffer's contents start with "-".
9778 Obey completion-base-size-function even when
9779 minibuffer-completing-file-name is non-nil.
9780
9781 2005-11-16 Richard M. Stallman <rms@gnu.org>
9782
9783 * net/eudcb-ph.el (eudc-ph-open-session):
9784 Use set-process-query-on-exit-flag.
9785
9786 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
9787
9788 * international/ucs-tables.el (ucs-set-table-for-input):
9789 Use make-local-variable, not make-variable-buffer-local.
9790
9791 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9792 Improve warning message text.
9793
9794 * savehist.el (savehist-save-hook): Add :group.
9795
9796 * menu-bar.el (menu-bar-help-menu):
9797 Rename Find Extra Packages to External Packages.
9798
9799 * cus-edit.el (Custom-reset-standard): Verify that
9800 :custom-standard-value prop exists before calling it.
9801
9802 * apropos.el (apropos-calc-scores): Use apropos-pattern.
9803
9804 2005-11-16 Martin Rudalics <rudalics@gmx.at>
9805
9806 * wid-edit.el (color): Enclose %t in %{...%}.
9807
9808 * cus-edit.el (face): Enclose %t in %{...%}.
9809
9810 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
9811
9812 * savehist.el (savehist-mode-hook): Re-add the var.
9813 (savehist-mode): Use it.
9814
9815 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9816
9817 * textmodes/flyspell.el: Fix commenting convention.
9818 Remove unnecessary leading * in custom docstrings.
9819 (flyspell-emacs): Remove unused var.
9820 (flyspell-delete-region-overlays): Use remove-overlays.
9821 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
9822 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
9823 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
9824 (flyspell-debug-signal-word-checked): Use with-current-buffer.
9825 (make-flyspell-overlay): Don't locally reuse a global name.
9826 (flyspell-highlight-incorrect-region)
9827 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
9828 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
9829 (flyspell-notify-misspell): Remove unused args `start' and `end'.
9830 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
9831 Wrap calls to accept-process-output inside with-local-quit since it's
9832 often called from a post-command-hook.
9833 (flyspell-correct-word, flyspell-auto-correct-word):
9834 Use ispell-send-string.
9835 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
9836
9837 * calendar/diary-lib.el (diary-list-entries): Also hide the
9838 terminating newline.
9839
9840 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
9841
9842 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
9843 window-system, to allow fonts on tty.
9844
9845 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
9846
9847 * progmodes/gud.el (gud-speedbar-item-info): New function.
9848 (gud-install-speedbar-variables): Use it to display data type
9849 of watch expression as a tooltip in speedbar.
9850
9851 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
9852
9853 * font-core.el (global-font-lock-mode): Add :version keyword,
9854 because default was changed.
9855
9856 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
9857
9858 * startup.el (command-line): Use `custom-reevaluate-setting' for
9859 `file-name-shadow-mode'.
9860
9861 * loadup.el: Preload rfn-eshadow.
9862
9863 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
9864 Add :version keyword.
9865 (file-name-shadow-properties, file-name-shadow-tty-properties)
9866 (file-name-shadow): Add :version keyword.
9867
9868 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
9869 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
9870 in the custom-group property of the symbol frames and the fringe
9871 group got no link to its parent group frames.
9872 Doc fix.
9873
9874 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9875
9876 * progmodes/gud.el (gud-stop-subjob): New function.
9877 (gud-menu-map, gud-tool-bar-map): Use it.
9878
9879 2005-11-16 Kim F. Storm <storm@cua.dk>
9880
9881 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
9882 than kill it.
9883 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
9884 to a more useful/logical place.
9885
9886 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9887
9888 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
9889 go buttons complementary.
9890
9891 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9892
9893 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
9894 (rfn-eshadow-sifn-equal): New function.
9895 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
9896
9897 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
9898
9899 * viper-utils.el (viper-non-word-characters-reformed-vi):
9900 Quote `-' in string.
9901
9902 * viper.el (viper-emacs-state-mode-list): Ensure that
9903 rcirc-mode buffers come up in Emacs state.
9904
9905 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
9906 operation.
9907
9908 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
9909
9910 * term.el (term-termcap-format): Fix typos.
9911 (term-down): Fix the negative argument case.
9912
9913 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9914
9915 * progmodes/gdb-ui.el: Remove face-alias left over from change on
9916 2005-08-15.
9917 (gdb-ann3): New command gud-go.
9918 (menu): Accomodate gdb-mi.el.
9919 (gdb-assembler-custom): Make buffer of selected window current
9920 so that set-window-point works.
9921
9922 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
9923 buttons and include new ones.
9924
9925 2005-11-16 Kim F. Storm <storm@cua.dk>
9926
9927 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
9928 (gud-menu-map): Use it.
9929
9930 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
9931
9932 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
9933 that works correctly for Custom and that does not override a user
9934 who disables it.
9935
9936 * help-mode.el (help-make-xrefs, help-xref-on-pp)
9937 (help-xref-interned, help-follow): Make hyperlinks for variables
9938 that are unbound, but have a non-nil variable-documentation property.
9939
9940 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
9941 mode hook. (It conflicted with defcustoms for some mode hooks.)
9942 Use the `variable-documentation' property to give the mode hook a
9943 docstring and expand that docstring.
9944
9945 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
9946
9947 * savehist.el (savehist-mode): Don't bother with
9948 `custom-set-minor-mode'.
9949 (savehist-coding-system): Check XEmacs version.
9950 (history-length): Declare also at run time.
9951 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
9952 Don't set the customize state.
9953 (savehist-minibuffer-hook): Special case for when
9954 minibuffer-history-variable is equal to t.
9955
9956 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9957
9958 * files.el (write-file): Refresh VC status.
9959
9960 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
9961 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
9962 than fundamental-mode to see if the mode was set.
9963
9964 2005-11-14 Romain Francoise <romain@orebokech.com>
9965
9966 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
9967 dummy function in `eval-when-compile' to avoid compiler warning.
9968 Require `man' at compile time.
9969
9970 2005-11-14 Jay Belanger <belanger@truman.edu>
9971
9972 * calc-alg.el (calcFunc-write-out-power): Rename it to
9973 calcFunc-powerexpand.
9974 (math-write-out-power): Rename it to math-powerexpand; have it
9975 handle negative exponents.
9976 (calc-writeoutpower): Rename it to calc-powerexpand.
9977
9978 * calc-ext.el: Change calcFunc-writeoutpower and
9979 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
9980 autoloads.
9981 Add calcFunc-ldiv to autoloads.
9982
9983 * calc-arith.el (calcFunc-ldiv): New function.
9984
9985 * calc.el (calc-left-divide): New function.
9986
9987 2005-11-14 Juri Linkov <juri@jurta.org>
9988
9989 * cus-edit.el (custom-variable-prompt): Set the default value arg
9990 of completing-read.
9991
9992 * cus-dep.el (custom-make-dependencies): Reverse the list of
9993 found dependencies.
9994
9995 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
9996
9997 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
9998 Highlighting" entry, it is on by default now.
9999 (menu-bar-options-save): Do not save global-font-lock-mode.
10000
10001 2005-11-13 Richard M. Stallman <rms@gnu.org>
10002
10003 * textmodes/flyspell.el (flyspell-large-region):
10004 Call flyspell-accept-buffer-local-defs.
10005
10006 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
10007
10008 * textmodes/flyspell.el (flyspell-notify-misspell):
10009 Fix misspelling of "Misspelling".
10010 (flyspell-process-localwords): New function.
10011 (flyspell-large-region): Call flyspell-process-localwords and
10012 flyspell-delete-region-overlays.
10013 (flyspell-delete-region-overlays): New function.
10014 (flyspell-delete-all-overlays): Call that.
10015
10016 2005-11-13 Richard M. Stallman <rms@gnu.org>
10017
10018 * help.el (help-for-help-internal): Improve doc of C-h a.
10019 (describe-key): Improve prompt; doc fix.
10020
10021 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10022
10023 * vc-svn.el (vc-svn-registered): Catch all errors.
10024
10025 * cus-dep.el (custom-make-dependencies): Typo.
10026
10027 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
10028
10029 * net/tramp-util.el (top): Fix compilation warning.
10030
10031 2005-11-13 Kim F. Storm <storm@cua.dk>
10032
10033 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
10034
10035 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10036
10037 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
10038 (gud-speedbar-buttons): Match on "const char *" too.
10039
10040 * progmodes/gdb-ui.el (gdb-var-create-handler)
10041 (gdb-var-list-children-handler): Match on "const char *" too.
10042 (gdb-var-evaluate-expression-handler): Match on empty string.
10043 (gdb-var-update-handler): Only call
10044 gdb-var-evaluate-expression-handler when required.
10045
10046 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10047
10048 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
10049 selected window. This still doesn't work for speedbar.
10050 (gud-speedbar-buttons): Handle string expressions properly.
10051
10052 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10053 (gdb-var-create-handler): Handle string expressions properly.
10054 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
10055 Handle string expressions properly. Move "type" field into regexp.
10056
10057 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10058
10059 * bookmark.el (bookmark-maybe-message): New function to reduce
10060 code duplication: invokes `message' iff baud-rate is high enough.
10061 (bookmark-write-file): Use above instead of an inline conditional.
10062 (bookmark-load): Same.
10063
10064 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10065
10066 * bookmark.el (bookmark-write-file): Don't visit the destination
10067 file, just write the data to it using write-region. This is
10068 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
10069 change to avoid visiting the file in the first place.
10070
10071 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
10072
10073 * hi-lock.el (hi-lock-mode): Set the default value of
10074 font-lock-defaults.
10075
10076 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
10077
10078 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
10079 arg to `file-attributes'.
10080 (find-lisp-format): The UID and GID can now be strings.
10081
10082 2005-11-12 Kim F. Storm <storm@cua.dk>
10083
10084 * help.el (help-map): Bind C-h d to apropos-documentation.
10085
10086 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
10087 when point is at end-of-buffer.
10088
10089 * apropos.el (apropos-match-face): Doc fix.
10090 (apropos-sort-by-scores): Add new choice `verbose'.
10091 (apropos-documentation-sort-by-scores): New defcustom.
10092 (apropos-pattern): Now contains the pattern entered by the user.
10093 (apropos-pattern-quoted): New defvar.
10094 (apropos-regexp): New defvar, containing the regexp corresponding
10095 to apropos-pattern.
10096 (apropos-all-words-regexp): Rename from apropos-all-regexp.
10097 (apropos-read-pattern): New defun. Use it to read pattern arg in
10098 interactive calls; returns list of words for a word list, and
10099 string for a regexp.
10100 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
10101 parses a list of words or regexp as returned by apropos-read-pattern.
10102 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
10103 (apropos-score-doc): Return a very high score if the string
10104 entered by the user matches literally.
10105 (apropos-variable): Doc fix. Use apropos-read-pattern.
10106 (apropos-command): Doc fix. Use apropos-read-pattern and
10107 apropos-parse-pattern. Call apropos-print with nosubst=t.
10108 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
10109 apropos-parse-pattern.
10110 (apropos-documentation): Doc fix. Use apropos-read-pattern and
10111 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
10112 apropos-documentation-sort-by-scores. Call apropos-print with
10113 nosubst=t.
10114 (apropos-documentation-internal): Pass doc string through
10115 substitute-key-definition before adding text properties.
10116 Highlight substring matching literal user input if possible.
10117 (apropos-documentation-check-doc-file): Remove locals beg and end.
10118 Fix calculation of score (as added twice). Pass doc string through
10119 substitute-key-definition before adding text properties.
10120 (apropos-documentation-check-elc-file): Pass doc string through
10121 substitute-key-definition before adding text properties.
10122 Highlight substring matching literal user input if possible.
10123 (apropos-print): Add new arg NOSUBST; if set, command and variable
10124 doc strings have already been passed through substitute-key-definition.
10125 Add code to handle apropos-accumulator items without score element
10126 for backwards compatibility (e.g. with woman package).
10127 Only show scores if apropos-sort-by-scores is `verbose'.
10128
10129 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10130
10131 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
10132 Add jka-compr-load-suffixes to load-suffixes.
10133
10134 * jka-compr.el: Require jka-cmpr-hook.
10135 (jka-compr-info-compress-message, jka-compr-info-compress-program)
10136 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
10137 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
10138 (jka-compr-info-can-append, jka-compr-info-strip-extension)
10139 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
10140 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
10141 (jka-compr-uninstall): Remove entries from
10142 jka-compr-added-to-file-coding-system-alist after they are used.
10143 (jka-compr-error): Remove unused var `curbuf'.
10144 (jka-compr-file-local-copy): Remove unused var `notfound'.
10145
10146 2005-11-10 Romain Francoise <romain@orebokech.com>
10147
10148 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
10149
10150 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
10151
10152 * progmodes/gud.el (gud-menu-map): Move parentheses.
10153 (gdb): New command gud-pv.
10154
10155 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10156
10157 * tar-mode.el: Remove spurious or unnecessary leading stars
10158 in docstrings.
10159 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
10160 (tar-parse-octal-integer-safe): Use mapc.
10161 (tar-header-block-summarize): Remove unused var `ck'.
10162 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
10163 cleared before. Obey default-enable-multibyte-characters.
10164 Use mapconcat. Simplify setting of tar-header-offset.
10165 (tar-mode-map): Move initialization inside delcaration.
10166 (tar-flag-deleted): Use `abs'.
10167 (tar-expunge-internal): Remove unused var `line'.
10168 (tar-expunge-internal): Don't hardcode point-min==1.
10169 (tar-expunge): Widen while doing set-buffer-multibyte.
10170 (tar-rename-entry): Use file-name-coding-system.
10171 (tar-alter-one-field): Don't hardcode point-min==1.
10172 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
10173 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
10174
10175 2005-11-10 Masatake YAMATO <jet@gyve.org>
10176
10177 * add-log.el (add-log-current-defun): Handle class::method
10178 notation of c++. Fix incorrect comment.
10179
10180 2005-11-10 Alan Mackenzie <acm@muc.de>
10181
10182 * help-fns.el (describe-variable): Make C-h v work when a variable
10183 has variable documentation yet is unbound.
10184
10185 2005-11-10 Masatake YAMATO <jet@gyve.org>
10186
10187 * man.el (Man-highlight-references): Set an empty
10188 string to `Man-arguments' if it is nil.
10189 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
10190
10191 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10192
10193 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
10194 commenting conventions.
10195
10196 * cus-dep.el (custom-make-dependencies): Simplify.
10197 Better follow the commenting conventions.
10198
10199 2005-11-09 Richard M. Stallman <rms@gnu.org>
10200
10201 * apropos.el (apropos-pattern): Rename from apropos-regexp.
10202 (apropos-orig-pattern): Rename from apropos-orig-regexp.
10203 All uses changed.
10204 (apropos-rewrite-regexp): Doc fix.
10205 (apropos-variable, apropos-command, apropos, apropos-value):
10206 Change prompt; carry through the argument renaming.
10207
10208 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
10209
10210 * find-lisp.el: Require dired.
10211 (find-lisp-find-dired-internal): Do not call
10212 `abbreviate-file-name' on DIR.
10213
10214 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
10215
10216 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
10217
10218 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
10219
10220 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
10221 when using the speedbar.
10222 (gdb): New command gud-pp.
10223 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
10224
10225 2005-11-09 Juri Linkov <juri@jurta.org>
10226
10227 * replace.el (occur-excluded-properties): New defcustom.
10228 (occur-1, occur-engine, occur-accumulate-lines): Use it.
10229
10230 2005-11-08 Jay Belanger <belanger@truman.edu>
10231
10232 * calc/calc-units.el (math-convert-units): Replace any composite
10233 unit by its definition.
10234
10235 2005-11-08 Lars Hansen <larsh@soem.dk>
10236
10237 * emacs-lisp/autoload.el (update-directory-autoloads):
10238 Add obsolete function alias.
10239
10240 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
10241
10242 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10243 comment-indent-function.
10244 (lisp-comment-indent): Replace by an alias for comment-indent-default.
10245
10246 * reveal.el (reveal-post-command): Rework the handling of
10247 reveal-open-spots, so as to be more reliable. There were several
10248 tricky corner cases where an open spot might be lost, or where
10249 a closed spot might end up on the list of open spots.
10250 Only reveal text that's ellipsised.
10251
10252 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
10253
10254 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
10255
10256 2005-11-07 John Paul Wallington <jpw@gnu.org>
10257
10258 * ibuffer.el (ibuffer): Search iconified frames too when
10259 getting Ibuffer buffer's window.
10260
10261 2005-11-06 Richard M. Stallman <rms@gnu.org>
10262
10263 * progmodes/compile.el (compilation-internal-error-properties):
10264 save-excursion around the computation of MARKER.
10265
10266 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
10267
10268 * textmodes/flyspell.el (flyspell-external-point-words):
10269 flyspell-get-word returns a list, not just a string.
10270
10271 2005-11-06 John Paul Wallington <jpw@pobox.com>
10272
10273 * ibuffer.el (ibuffer): Search all visible frames when getting
10274 Ibuffer buffer's window.
10275
10276 2005-11-07 Masatake YAMATO <jet@gyve.org>
10277
10278 * man.el (Man-reference-regexp): Accept spaces between
10279 `Man-name-regexp' and `Man-section-regexp'.
10280 (Man-apropos-regexp): New variable.
10281 (Man-abstract-xref-man-page): Use value for `Man-target-string'
10282 if available.
10283 (Man-highlight-references, Man-highlight-references0):
10284 Handle the case when `Man-arguments' includes "-k".
10285 (Man-highlight-references0): Rename the argument `TARGET-POS' to
10286 `TARGET'. `TARGET' can be a number, function or nil.
10287
10288 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
10289
10290 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
10291 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
10292 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
10293 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
10294 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
10295 (gdb-send-item): Use buffer-local-value and simplify.
10296
10297 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
10298
10299 * startup.el (command-line): Use `custom-reevaluate-setting' for
10300 `global-font-lock-mode'.
10301
10302 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
10303 by default, except in batch mode or when the -D option is given.
10304
10305 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
10306 specified keyword args on to `define-minor-mode'. Update docstring.
10307
10308 2005-11-05 Romain Francoise <romain@orebokech.com>
10309
10310 * replace.el (occur-engine): Add marker at end of line, too.
10311
10312 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10313
10314 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10315 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10316 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10317 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10318 argument to all these routines, so the passphrase can be managed
10319 externally and passed in to the system.
10320 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10321 pgg-add-passphrase-to-cache function.
10322
10323 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10324 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10325 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10326 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10327 argument to all these routines, so the passphrase can be managed
10328 externally and passed in to the system.
10329 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10330 function.
10331
10332 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
10333
10334 * font-lock.el: Don't deal with font-lock-face-attributes here,
10335 move the code ...
10336
10337 * startup.el (command-line): ... here. Use face-spec-set instead
10338 of custom-declare-face.
10339
10340 * faces.el (face-spec-set): Reset the face if spec is not nil.
10341
10342 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
10343
10344 * newcomment.el (comment-region-internal): Box more tightly in the
10345 common case where there's no TAB in the boxed text.
10346
10347 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10348
10349 * info.el (info-tool-bar-map): Use images prev-node, next-node and
10350 up-node.
10351
10352 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
10353
10354 * newsticker.el: Commentary updated. Code formatting changed.
10355 (newsticker-version): Change to "1.9".
10356 (newsticker, newsticker-feed): Doc fix.
10357 (newsticker-url-list): Doc fix. Add option "Weekly".
10358 (newsticker-retrieval-interval): Add option "Weekly".
10359 (newsticker-headline-processing): Doc fix.
10360 (newsticker-auto-mark-filter): Remove.
10361 (newsticker-auto-mark-filter-list): New.
10362 (newsticker-layout, newsticker-sort-method): Doc fix.
10363 (newsticker-hide-old-items-in-newsticker-buffer)
10364 (newsticker-heading-format, newsticker-item-format)
10365 (newsticker-desc-format): Doc fix.
10366 (newsticker-show-all-rss-elements): Remove.
10367 (newsticker-show-all-news-elements): New.
10368 (newsticker-faces, newsticker-ticker): Doc fix.
10369 (remove-from-invisibility-spec): Code formatting.
10370 (newsticker--process-ids): New.
10371 (newsticker-mode): Doc fix.
10372 (newsticker-mode): Change mode-line-format.
10373 (newsticker-start): Remove debug output.
10374 (newsticker-start-ticker): Doc fix. Add autoload cookie.
10375 (newsticker-w3m-show-inline-images): Code formatting.
10376 (newsticker-next-item): Call `force-mode-line-update'.
10377 (newsticker-previous-item): Call `force-mode-line-update'.
10378 (newsticker-next-feed): Call `force-mode-line-update'.
10379 (newsticker-previous-feed): Call `force-mode-line-update'.
10380 (newsticker-mark-all-items-at-point-as-read): Code formatting.
10381 (newsticker-show-old-items): Do not show descs.
10382 (newsticker-hide-entry): Hide too much.
10383 (newsticker-hide-entry, newsticker-show-entry)
10384 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
10385 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
10386 (newsticker-toggle-auto-narrow-to-item): Code formatting.
10387 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
10388 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
10389 (newsticker-get-news): Call `force-mode-line-update'.
10390 Collect process ids.
10391 (newsticker--sentinel): Change coding system handling.
10392 Move image retrieval to new functions newsticker--get-logo-url-*.
10393 Move feed parsing to new functions newsticker--parse-*.
10394 Update list of process ids.
10395 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
10396 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
10397 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
10398 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
10399 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10400 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
10401 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
10402 (newsticker--decode-coding-string): Remove.
10403 (newsticker--decode-numeric-entities): Check input. Format code.
10404 (newsticker--remove-whitespace): Check input.
10405 (newsticker--do-forget-preformatted): Doc fix.
10406 (newsticker--decode-rfc822-date): Allow for missing time.
10407 (newsticker--update-process-ids): New.
10408 (newsticker--image-sentinel): Change comment.
10409 (newsticker--image-read): Change error message.
10410 (newsticker--imenu-goto): Doc fix. Show headline title.
10411 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
10412 (newsticker--buffer-do-insert-text): Clean whitespace in
10413 html-rendered headline title. Code formatting.
10414 Call `newsticker--buffer-print-extra-elements'.
10415 (newsticker--buffer-print-extra-element): Remove.
10416 (newsticker--buffer-print-extra-elements): New.
10417 (newsticker--buffer-do-print-extra-element): New.
10418 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
10419 large sizes.
10420 (newsticker--run-auto-mark-filter)
10421 (newsticker--do-run-auto-mark-filter):
10422 Use `newsticker-auto-mark-filter-list'.
10423
10424 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
10425
10426 * net/rcirc.el: Use split-string OMIT-NULLS argument.
10427 (rcirc-print): Force redisplay before running hooks. Do long
10428 buffer truncation after making new text read-only. Deal with nil
10429 text when decoding strings. If TARGET is nil, use either the
10430 currently selected buffer, if it is an rcirc buffer and of the
10431 same process or the process buffer.
10432 (rcirc-mode): Remove header-line. Recompute short buffer names.
10433 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
10434 (rcirc-short-buffer-name): Add variable.
10435 (rcirc-kill-buffer-hook): Recompute short buffer names.
10436 Remove nick from private channel.
10437 (rcirc-send-input): Send command text to current-buffer.
10438 Don't clear overlay arrow here.
10439 (rcirc-short-buffer-name): Return a short buffer name.
10440 (rcirc-update-short-buffer-names, rcirc-abbreviate)
10441 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
10442 buffer-name abbreviations.
10443 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
10444 Do not touch nick-table when killing a parted channel.
10445 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
10446 Clear arrow from current buffer if it is now hidden.
10447 (rcirc-current-buffer): Add variable.
10448 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10449 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
10450 Remove -face from names.
10451 (rcirc-update-activity-string): Print "DND" when globally ignoring
10452 activity.
10453 (rcirc-ignore-buffer-activity-flag): Rename from
10454 rcirc-ignore-channel-activity.
10455 (rcirc-ignore-all-activity-flag): Doc fix.
10456 (rcirc-channels): Remove variable.
10457 (rcirc-kill-buffer-hook):
10458 (rcirc-get-buffer-create): Add nick to private channel.
10459 (rcirc-multiline-edit-submit): Remove tabs.
10460 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
10461 folded.
10462 (rcirc-remove-nick-channel): Bug fix.
10463 (rcirc-toggle-ignore-buffer-activity): Rename from
10464 rcirc-toggle-ignore-channel-activity.
10465 (rcirc-record-activity): Add buffers to the front of the list.
10466 (rcirc-update-activity): Remove killed buffers from list.
10467 (rcirc-process-server-response-1): Remove last argument if it is
10468 null before calling handler.
10469 (rcirc): Add "rcirc" defcustom prefix.
10470 (rcirc-prompt): Simplify default prompt.
10471 Use custom-initialize-default.
10472 (rcirc-private-chats): Remove variable.
10473 (rcirc-prompt): Change initialization.
10474 (rcirc-version): Remove function.
10475 (rcirc-id-string): Add constant.
10476 (rcirc-last-buffer): Remove variable.
10477 (rcirc-buffer-alist): Add variable.
10478 (rcirc-connect): Update variable setup.
10479 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
10480 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
10481 default.
10482 (rcirc-handler-generic): Trigger activity.
10483 (rcirc-send-message): Create the buffor of the target.
10484 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
10485 (rcirc-get-buffer): Just return nil if there is no matching buffer.
10486 (rcirc-multiline-edit-cancel): Remove function.
10487 (rcirc-set-last-buffer): Remove function.
10488 (rcirc-get-any-buffer): Add function.
10489 (rcirc-join-channels): Don't print /join text.
10490 (rcirc-toggle-ignore-channel-activity): Add and update echo area
10491 messages.
10492 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
10493 (rcirc-handler-NOTICE): Recognize CTCP responses.
10494 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
10495 constructing TOPIC string for buffers we are not JOINed.
10496 (rcirc-handler-CTCP-response): Add handler.
10497 (rcirc-multiline-edit-submit): Restore the window-configuration
10498 before adjusting point.
10499 (rcirc): Add customization group.
10500 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
10501 (rcirc-user-full-name, rcirc-startup-channels-alist)
10502 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
10503 (rcirc-ignore-all-activity-flag, rcirc-time-format)
10504 (rcirc-input-ring-size, rcirc-read-only-flag)
10505 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
10506 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
10507 Change defvar to defcustom.
10508 (rcirc-update-prompt): Add optional ALL arg, which will update
10509 prompts in all rcirc buffers. Regexp quote replacement text.
10510 (rcirc-fill-column): Accept frame-width as a value.
10511 (rcirc-set-changed): Add function.
10512 (rcirc-next-active-buffer): Write more meaningful messages.
10513 (rcirc-faces): Add customization group.
10514 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
10515 (rcirc-nick-in-message-face, rcirc-prompt-face)
10516 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
10517 (with-rcirc-process-buffer): Move before first usage.
10518 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
10519 (rcirc-debug-flag): Rename from `rcirc-log-p'.
10520 (rcirc-debug): Rename from `rcirc-log'.
10521 (rcirc-format-response-string): Do not print `-' chars for a
10522 NOTICE with no sender. Simplify output of server responses.
10523
10524 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10525
10526 (rcirc-browse-url-map, rcirc-browse-url-at-point)
10527 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
10528 Make urls mouse and RET clickable.
10529
10530 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10531
10532 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
10533
10534 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10535
10536 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10537 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10538 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10539 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10540 argument to all these routines, so the passphrase can be managed
10541 externally and passed in to the system.
10542 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10543 pgg-add-passphrase-to-cache function.
10544
10545 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10546 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10547 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10548 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10549 argument to all these routines, so the passphrase can be managed
10550 externally and passed in to the system.
10551 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10552 function.
10553
10554 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
10555
10556 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
10557 from goto-address-url-regexp.
10558
10559 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
10560
10561 * textmodes/org.el (org-read-date, org-goto-calendar)
10562 (org-recenter-calendar, org-agenda-goto-calendar):
10563 Temporarily clear `calendar-move-hook'.
10564
10565 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
10566
10567 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
10568 merging.
10569
10570 * ediff-util.el (ediff-previous-difference): Don't skip regions that
10571 have merge clashes.
10572
10573 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10574
10575 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10576 Undo previous change.
10577
10578 * startup.el (command-line): Use `custom-reevaluate-setting' for
10579 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
10580 tty-register-default-colors on Mac.
10581
10582 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10583
10584 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
10585 (gdb-buffer-type): Make it automatically buffer local...
10586 (gdb-get-create-buffer): ...and set it accordingly.
10587 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
10588 actually work.
10589
10590 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
10591
10592 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
10593 not red.
10594
10595 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10596
10597 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
10598 case GUD buffer is not visible.
10599 (gdb-goto-breakpoint): Try to force display in source buffer.
10600 (gdb-frame-gdb-buffer): Copy other similar functions.
10601 (gdb-restore-windows): Don't display source if not asked for.
10602 (gdb-assembler-buffer-name): Don't capitalise.
10603
10604 2005-11-03 Richard M. Stallman <rms@gnu.org>
10605
10606 * wid-edit.el (key-sequence): New widget type.
10607
10608 * simple.el (set-mark-command-repeat-pop): New variable.
10609 (set-mark-command): Only interpret plan C-@ after a pop as a pop
10610 if set-mark-command-repeat-pop is true.
10611
10612 * info.el (Info-fontify-node): Don't display extra "see" if there
10613 already is one here.
10614
10615 * mouse.el: Fix special handling of DEL after dragging a region:
10616 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
10617 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
10618
10619 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
10620
10621 * textmodes/ispell.el (ispell-command-loop): Change `i' description
10622 not to assume it pertains to an affix.
10623
10624 * textmodes/flyspell.el (flyspell-post-command-hook):
10625 Bind deactivate-mark to prevent deactivation.
10626
10627 2005-11-03 Lars Hansen <larsh@soem.dk>
10628
10629 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
10630 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
10631 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
10632
10633 2005-11-03 Romain Francoise <romain@orebokech.com>
10634
10635 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
10636 Update copyright years.
10637
10638 2005-11-03 Sam Steingold <sds@gnu.org>
10639
10640 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10641 Use system-type instead of window-system because window-system is not
10642 correctly defined during loadup.
10643
10644 2005-11-02 Mark A. Hershberger <mah@everybody.org>
10645
10646 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
10647 (xml-parse-tag): Join strings separated by a comment properly.
10648
10649 2005-11-02 Andreas Schwab <schwab@suse.de>
10650
10651 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
10652
10653 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
10654
10655 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
10656 (byte-optimize-pure-func): Quote the eval'd value.
10657
10658 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
10659 Rename from perl-font-lock-syntactic-face-function.
10660 Change the calling convention so it can be used as a font-lock MATCHER.
10661 Do the parse-partial-sexp loop outselves.
10662 (perl-font-lock-syntactic-keywords): Use it.
10663 (perl-mode): Don't set font-lock-syntactic-face-function any more.
10664
10665 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
10666
10667 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
10668 disassembly buffer too.
10669 (gdb-exited): Remove overlay arrows when execution has finished.
10670 (gdb-info-frames-custom, gdb-info-threads-custom)
10671 (gdb-info-registers-custom): Don't add inappropriate text
10672 properties if inferior is not active.
10673
10674 2005-11-02 Glenn Morris <rgm@gnu.org>
10675
10676 * progmodes/fortran.el (fortran-blink-match):
10677 Use `blink-matching-delay'.
10678
10679 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
10680
10681 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
10682
10683 2005-11-02 Lars Hansen <larsh@soem.dk>
10684
10685 * net/tramp.el (tramp-action-out-of-band): Handle scp message
10686 "Permission denied".
10687
10688 2005-11-01 Richard M. Stallman <rms@gnu.org>
10689
10690 * textmodes/flyspell.el (flyspell-external-point-words):
10691 Pass nil to flyspell-get-word.
10692
10693 2005-11-02 Kim F. Storm <storm@cua.dk>
10694
10695 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
10696 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
10697
10698 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10699
10700 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
10701 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
10702 (calendar-mouse-print-dates): Add optional `event' argument.
10703 Update interactive-spec.
10704 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
10705 Use `calendar-event-to-date' instead of `event'.
10706
10707 2005-11-02 Masatake YAMATO <jet@gyve.org>
10708
10709 * progmodes/ld-script.el (ld-script-builtins):
10710 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
10711 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
10712 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
10713
10714 2005-11-01 Romain Francoise <romain@orebokech.com>
10715
10716 * vc-sccs.el: Update copyright year.
10717 * ezimage.el: Likewise.
10718
10719 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
10720
10721 * info.el (Info-fontify-node): Use `string-width' for fontifying
10722 underlined titles.
10723
10724 2005-11-01 Juri Linkov <juri@jurta.org>
10725
10726 * info.el (Info-fontify-node): Downcase node header keywords Node,
10727 Prev, Next, Up before comparison.
10728 (Info-history): Insert absolute directory name, and put invisible
10729 property on it.
10730
10731 2005-11-01 Juri Linkov <juri@jurta.org>
10732
10733 * info.el (Info-file-supports-index-cookies): New variable.
10734 (Info-find-node-2): Check makeinfo version for index cookie support.
10735 (Info-index-nodes): Search for nodes with index cookies only when
10736 Info-file-supports-index-cookies is t. Otherwise, search nodes
10737 with "Index" in the node name.
10738 (Info-index-node): Search index cookie in the current node only when
10739 Info-file-supports-index-cookies is t. Otherwise, check the word
10740 "Index" in the node name.
10741 (Info-find-emacs-command-nodes): Remove code that searches nodes
10742 with "Index" node name in the top menu.
10743
10744 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10745
10746 * progmodes/scheme.el (scheme-mode-variables): Use the default
10747 comment-indent-function.
10748
10749 * faces.el (face-attribute): Handle the case where a face inherits from
10750 a non-existent face.
10751
10752 * simple.el (eval-expression-print-format): Use lisp-readable syntax
10753 for octal and hexa output, and merge the char into the paren.
10754 (kill-new): Use push.
10755 (copy-to-buffer): Use with-current-buffer.
10756 (completion-setup-function): Move code in loop to remove redundancy.
10757 (minibuffer-local-must-match-map): Don't add bindings that duplicate
10758 those inherited from minibuffer-local-completion-map.
10759
10760 * savehist.el (savehist-mode) <defcustom>:
10761 Use custom-set-minor-mode if available.
10762 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
10763 and emit a message if applicable.
10764
10765 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
10766
10767 * savehist.el: Sync up to version 19.
10768 (savehist-mode): New minor mode.
10769 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
10770 (savehist-length): Remove (use history-length instead).
10771 (savehist-file-modes): Rename from savehist-modes.
10772 (savehist-save-hook, savehist-loaded): New vars.
10773 (savehist-load): Use savehist-mode. Try to smooth up transition from
10774 old format to new format.
10775 (savehist-install): Allow savehist-autosave-interval to be nil.
10776 (savehist-save): Run the new hook. Be more careful to only trim the
10777 history variables.
10778 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
10779 (savehist-printable): Print into a buffer rather than char-by-char.
10780
10781 2005-11-01 John Wiegley <johnw@newartisans.com>
10782
10783 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
10784 toggle-ignore keybinding (C-a). The author said it had been
10785 disabled much earlier due to a possible incompatibility, but after
10786 many months of usage I have encountered no problems (and it is a
10787 rather useful option, especially for switching to " *temp*").
10788
10789 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
10790 support for OS/X's AddressBook, by calling out to the open source
10791 program "contacts" (installable through Fink).
10792
10793 * net/eudc.el (eudc-expand-inline): If the
10794 `eudc-multiple-match-handling-method' is set to `all', delete the
10795 query string before inserting the query result.
10796
10797 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
10798 flag, to prevent Eshell from using the system ls when
10799 `eshell-ls-insert-directory' is in used.
10800 (eshell-ls-insert-directory): Disable font-lock in directory
10801 buffer so that Eshell's own fontification is seen. This broke
10802 recently due to changes in font-lock, so this goes back to version
10803 21 behavior.
10804
10805 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
10806
10807 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
10808 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
10809 (gdb-many-windows): Doc fix.
10810
10811 2005-10-31 Romain Francoise <romain@orebokech.com>
10812
10813 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
10814
10815 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
10816
10817 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
10818 that global-font-lock-mode can be enabled by default.
10819
10820 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
10821 (font-lock-add-keywords, font-lock-remove-keywords)
10822 (font-lock-fontify-buffer): Remove autoload cookies.
10823
10824 * jit-lock.el (jit-lock-register): Likewise.
10825
10826 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
10827
10828 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
10829
10830 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
10831 intact if there is no gud-comint-buffer.
10832
10833 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
10834
10835 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
10836 old prompt comint-prompt-read-only is t and GDB commands are
10837 issued from tool bar etc.
10838
10839 2005-10-31 Masatake YAMATO <jet@gyve.org>
10840
10841 * vc.el (vc-directory-exclusion-list): Add "{arch}".
10842
10843 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
10844
10845 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
10846 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
10847
10848 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
10849
10850 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
10851 starting at beginning of line. Fontification is messed up when
10852 `open-paren-in-column-0-is-defun-start' set to t.
10853 Reported by John Paul Wallington <jpw@pobox.com>.
10854
10855 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
10856
10857 * comint.el (comint-send-input): Call `comint-update-fence' when
10858 `comint-process-echoes' and `comint-prompt-read-only' are both
10859 non-nil, to avoid leftover read-only newline.
10860
10861 2005-10-30 Richard M. Stallman <rms@gnu.org>
10862
10863 * textmodes/flyspell.el (flyspell-external-point-words):
10864 Detect when WORD can't be checked properly because
10865 flyspell-get-word finds just part of it, and move on.
10866
10867 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
10868 boundarychar for Polish.
10869 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
10870 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
10871
10872 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
10873
10874 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
10875 (gdb-registers-font-lock-keywords): Delete.
10876 (gdb-registers-mode): Don't fontify.
10877 (gdb-info-registers-custom): Use text properties instead as, in
10878 future, changed register values will use font-lock-warning-face.
10879 (gdb-local-font-lock-keywords): Rename to...
10880 (gdb-locals-font-lock-keywords): ...for consistency.
10881
10882 2005-10-30 Andre Spiegel <spiegel@gnu.org>
10883
10884 * vc.el (vc-switch-backend): Better error message if the buffer is
10885 not visiting a file under version control.
10886
10887 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
10888
10889 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
10890
10891 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
10892 ~/.emacs.d/.emacs.
10893
10894 2005-10-29 Richard M. Stallman <rms@gnu.org>
10895
10896 * replace.el (occur-mode-mouse-goto): Always go to other window.
10897 (occur-mode-goto-occurrence): Always switch in same window.
10898
10899 * simple.el (undo): Display message at end, not at start.
10900
10901 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
10902 New arg REUSE-CELL.
10903 (cancel-timer-internal): New function.
10904 (timer-event-handler): Use cancel-timer-internal,
10905 and pass the cell it returns to timer-activate...
10906
10907 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
10908 (jit-lock-deferred-fontify, jit-lock-context-fontify)
10909 (jit-lock-after-change): Test memory-full.
10910
10911 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
10912
10913 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10914 part of the decoded armor to find the key-identifier.
10915 (pgg-gpg-lookup-key-owner): New function to return the
10916 human-readable identifier of a key owner.
10917 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10918 key itself.
10919 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10920 the key value) if we have a key and can match it against a secret
10921 key. Also, added a note pointing out fact that the prompt only
10922 indicates the first matching key.
10923
10924 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10925 pgg-decrypt-region.
10926 (pgg-pending-timers): A new hash for tracking the passphrase cache
10927 timers, so that new ones supercede old ones.
10928 (pgg-add-passphrase-to-cache): Rename from
10929 `pgg-add-passphrase-cache' to reduce confusion (all callers
10930 changed). Modified to cancel old timers when new ones are added.
10931 (pgg-remove-passphrase-from-cache): Rename from
10932 `pgg-remove-passphrase-cache' to reduce confusion (all callers
10933 changed). Modified to cancel old timers when their keys are
10934 removed from the cache.
10935 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10936 XEmacs, an indirection to delete-itimer.
10937 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10938 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10939 users can only check cache without risk of prompting. Correct bug in
10940 notruncate behavior.
10941 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10942 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10943 Add informative docstrings.
10944 (pgg-decrypt): Convey provided passphrase in subordinate call to
10945 pgg-decrypt-region.
10946
10947 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10948 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10949 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10950 `passphrase' argument, so the passphrase can be managed externally
10951 and then passed in to the system.
10952
10953 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10954 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10955 so the passphrase cache can be used reliably with identifiers
10956 besides a pgp packet's key id.
10957
10958 * pgg-gpg.el (pgg-pgp-encrypt-region)
10959 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10960 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10961 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10962 argument to all these routines, so the passphrase can be managed
10963 externally and passed in to the system.
10964
10965 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10966 `notruncate' argument, so the passphrase cache can be used
10967 reliably with identifiers besides a pgp packet's key id.
10968
10969 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
10970
10971 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10972 symmetric encryption.
10973 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10974 encrypted session key.
10975 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10976 message ask for the passphrase in a proper way.
10977
10978 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10979 New user commands for symmetric encryption.
10980
10981 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
10982
10983 * textmodes/conf-mode.el (conf-assignment-sign)
10984 (conf-assignment-regexp): Fix docstrings.
10985 (conf-mode-initialize): New function.
10986 (conf-mode): Remove optional args. Use delay-mode-hooks to
10987 recognize recursive calls.
10988 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
10989 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
10990 (conf-xdefaults-mode): Use define-derived-mode and
10991 conf-mode-initialize.
10992
10993 2005-10-29 Romain Francoise <romain@orebokech.com>
10994
10995 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
10996
10997 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
10998
10999 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11000 part of the decoded armor to find the key-identifier.
11001 (pgg-gpg-lookup-key-owner): New function to return the
11002 human-readable identifier of a key owner.
11003 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11004 key itself.
11005 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11006 the key value) if we have a key and can match it against a secret
11007 key. Also, added a note pointing out fact that the prompt only
11008 indicates the first matching key.
11009
11010 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11011 pgg-decrypt-region.
11012 (pgg-pending-timers): A new hash for tracking the passphrase cache
11013 timers, so that new ones supercede old ones.
11014 (pgg-add-passphrase-to-cache): Rename from
11015 `pgg-add-passphrase-cache' to reduce confusion (all callers
11016 changed). Modified to cancel old timers when new ones are added.
11017 (pgg-remove-passphrase-from-cache): Rename from
11018 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11019 changed). Modified to cancel old timers when their keys are
11020 removed from the cache.
11021 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11022 XEmacs, an indirection to delete-itimer.
11023 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11024 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11025 users can only check cache without risk of prompting. Correct bug in
11026 notruncate behavior.
11027 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11028 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11029 Add informative docstrings.
11030 (pgg-decrypt): Convey provided passphrase in subordinate call to
11031 pgg-decrypt-region.
11032
11033 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
11034
11035 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11036 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11037 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11038 `passphrase' argument, so the passphrase can be managed externally
11039 and then passed in to the system.
11040
11041 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11042 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11043 so the passphrase cache can be used reliably with identifiers
11044 besides a pgp packet's key id.
11045
11046 * pgg-gpg.el (pgg-pgp-encrypt-region)
11047 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11048 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11049 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11050 argument to all these routines, so the passphrase can be managed
11051 externally and passed in to the system.
11052
11053 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11054 `notruncate' argument, so the passphrase cache can be used
11055 reliably with identifiers besides a pgp packet's key id.
11056
11057 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11058
11059 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11060 symmetric encryption.
11061 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11062 encrypted session key.
11063 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11064 message ask for the passphrase in a proper way.
11065
11066 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11067 New user commands for symmetric encryption.
11068
11069 2005-10-28 Bill Wohler <wohler@newt.com>
11070
11071 * help-mode.el (help-url): New button type. Calls browse-url.
11072 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
11073 Similar to Info nodes: URL `url'.
11074 (help-make-xrefs): Create help-url buttons for
11075 help-xref-url-regexp matches.
11076
11077 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
11078
11079 * tool-bar.el (tool-bar-add-item-from-menu)
11080 (tool-bar-local-item-from-menu): Fix doc strings.
11081
11082 2005-10-28 Romain Francoise <romain@orebokech.com>
11083
11084 * ldefs-boot.el: Update.
11085
11086 * subr.el (locate-library): Move from help-fns.el.
11087 * help-fns.el (locate-library): Move to subr.el.
11088
11089 2005-10-28 Richard M. Stallman <rms@gnu.org>
11090
11091 * net/tramp.el (tramp-completion-mode): defvar moved up.
11092
11093 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
11094
11095 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
11096
11097 * files.el (find-file-noselect): Use %d to format large file size.
11098
11099 * bindings.el (mode-line-format): Add %e.
11100
11101 * loadup.el ("facemenu"): Load unconditionally.
11102 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
11103 ("x-dnd"): Load, when appropriate.
11104
11105 * startup.el (command-line): Call before-init-hook earlier.
11106 Warn about some bad characters in -u user name.
11107
11108 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
11109 (flyspell-external-point-words): Error if misspelled word is not found.
11110 Set flyspell-large-region-beg at end of word.
11111
11112 2005-10-28 Andreas Schwab <schwab@suse.de>
11113
11114 * view.el (View-revert-buffer-scroll-page-forward):
11115 Use view-page-size-default.
11116
11117 2005-10-28 Juri Linkov <juri@jurta.org>
11118
11119 * international/quail.el (quail-get-current-str): Translate last
11120 raw character for deterministic input methods.
11121
11122 2005-10-27 Jay Belanger <belanger@truman.edu>
11123
11124 * calc/calc-ext.el: Add functions to autoloads.
11125 (math-identity-matrix-p, math-ident-row-p): New functions.
11126
11127 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
11128 multiplication by an identity matrix; don't turn multiplication by
11129 an inverse matrix into division.
11130 (math-div-symbol-fancy): Replace division by matrices with
11131 multiplication by inverse.
11132
11133 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
11134
11135 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
11136 (calc-writeoutpower): New functions.
11137
11138 2005-10-27 Romain Francoise <romain@orebokech.com>
11139
11140 * replace.el (occur-engine): Include colon in mouse-face highlight.
11141
11142 * dired-x.el: Change Maintainer field.
11143
11144 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
11145
11146 * longlines.el (longlines-mode): Bind after-change-functions to
11147 nil during initial decoding and final encoding.
11148
11149 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11150
11151 * term.el (term-emulate-terminal, term-handle-colors-array)
11152 (term-handle-ansi-escape): Specify the terminfo capabilities
11153 implemented.
11154
11155 2005-10-26 Richard M. Stallman <rms@gnu.org>
11156
11157 * info.el (Info-fontify-node): Fix detection of sentence-break
11158 before *Note.
11159
11160 2005-10-26 Romain Francoise <romain@orebokech.com>
11161
11162 * smerge-mode.el: Add `tools' to file keywords.
11163
11164 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
11165
11166 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
11167 when the fringe is not available.
11168
11169 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
11170 (def-gdb-auto-update-trigger): Simplify construction.
11171 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
11172 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
11173 defined explicitly.
11174 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
11175 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
11176 defined explicitly.
11177 (gdb-info-locals-custom): Remove as it's a no-op.
11178
11179 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
11180
11181 * longlines.el (longlines-mode): Remove narrowing before
11182 performing the initial decoding or final encoding.
11183
11184 2005-10-25 Romain Francoise <romain@orebokech.com>
11185
11186 * emacs-lisp/find-func.el (find-library-name): Also strip
11187 extension if library name ends in .el, to take advantage of
11188 `find-library-suffixes'.
11189
11190 2005-10-25 Richard M. Stallman <rms@gnu.org>
11191
11192 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
11193
11194 2005-10-25 Juri Linkov <juri@jurta.org>
11195
11196 * textmodes/texinfo.el (texinfo-mode): Change charset of one
11197 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
11198
11199 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11200
11201 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
11202 (blackbox-redefine-key): Add argument `map'.
11203
11204 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
11205 regions when moving the jit-lock-context-unfontify-pos boundary.
11206
11207 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11208
11209 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
11210
11211 2005-10-25 Masatake YAMATO <jet@gyve.org>
11212
11213 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
11214
11215 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11216
11217 * play/blackbox.el (blackbox-redefine-key): New function.
11218 (blackbox-mode-map): Use it to remap existing bindings for cursor
11219 motion instead of binding literal keys.
11220
11221 2005-10-25 Glenn Morris <rgm@gnu.org>
11222
11223 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
11224 diary does not end in a newline. Do not assume a blank line at
11225 the start of the diary file.
11226
11227 2005-10-25 Kenichi Handa <handa@m17n.org>
11228
11229 * international/quail.el (quail-translate-key): If the input
11230 method is deterministic and failed to handle the last key, restart
11231 the key handling loop from an appropriate key.
11232
11233 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
11234
11235 * vc.el (vc-dired-mode): Extend comment for binding of
11236 `directory-listing-before-filename-regexp'.
11237
11238 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11239
11240 * textmodes/texinfo.el (texinfo-mode):
11241 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
11242 not to unnecessarily expose emacs-mule's internal char codes.
11243
11244 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
11245
11246 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
11247 Display hand pointer and help-echo on disabled icon too.
11248 (gdb-mouse-until): New function.
11249 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
11250
11251 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
11252
11253 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
11254 with 2005-10-23 change to doctor.el.
11255
11256 * finder.el (finder-mode-map): Add follow-link binding.
11257
11258 2005-10-25 Kim F. Storm <storm@cua.dk>
11259
11260 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
11261 to gdb-mouse-toggle-breakpoint-fringe.
11262 (gdb-mouse-toggle-breakpoint-margin): Rename from
11263 gdb-mouse-toggle-breakpoint. Fix doc.
11264 (gdb-mouse-toggle-breakpoint-fringe): New defun.
11265 (gdb-put-string): Add optional SPROPS arg. Add props to string.
11266 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
11267 string properties also for fringe breakpoint bitmaps.
11268
11269 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
11270
11271 * textmodes/org.el (org-start-icalendar-file): Fix format form.
11272
11273 2005-10-25 Masatake YAMATO <jet@gyve.org>
11274
11275 * simple.el (completion-common-substring):
11276 Use `completion-common-substring' prior to `completion-base-size'.
11277
11278 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
11279
11280 * savehist.el: Require CL while compiling.
11281 (savehist-history-variables): Remove.
11282 (savehist-save-minibuffer-history, savehist-additional-variables)
11283 (savehist-minibuffer-history-variables): New vars.
11284 (savehist-save): Use them.
11285 (savehist-uninstall, savehist-minibuffer-hook): New funs.
11286 (savehist-install): New fun, extracted from savehist-load.
11287 (savehist-load): Use them.
11288
11289 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11290
11291 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
11292 a dummy doc-string-elt property.
11293 (defalias, defvaralias, define-category): Add a docstring property.
11294
11295 * image.el (defimage):
11296 * widget.el (define-widget):
11297 * custom.el (defface, defcustom): Add `doc-string' declaration.
11298
11299 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
11300 (defadvice): Add `doc-string' declaration.
11301
11302 * emacs-lisp/byte-run.el (macro-declaration-function):
11303 Handle `doc-string' declarations.
11304 (define-obsolete-function-alias, define-obsolete-variable-alias):
11305 Add `doc-string' declaration.
11306
11307 2005-10-24 Kenichi Handa <handa@m17n.org>
11308
11309 * international/utf-7.el (utf-7): Add autoload cookie.
11310
11311 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
11312
11313 2005-10-24 Eli Zaretskii <eliz@gnu.org>
11314
11315 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
11316 list of directories passed to batch-update-autoloads. Add "." to
11317 the list of the echoed directories.
11318
11319 * pgg-def.el:
11320 * pgg-gpg.el:
11321 * pgg-parse.el:
11322 * pgg-pgp.el:
11323 * pgg-pgp5.el:
11324 * pgg.el: Moved here from the gnus subdirectory.
11325
11326 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
11327
11328 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
11329 in case comint-prompt-read-only is set to t.
11330
11331 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
11332 in case comint-prompt-read-only is set to t.
11333
11334 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
11335
11336 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
11337 Now a string.
11338 (icalendar-import-format): Handle CLASS, STATUS, URL.
11339 Rename `subject' to `summary'.
11340 (icalendar-import-format-summary): Rename from
11341 `icalendar-import-format-subject'.
11342 (icalendar-import-format-url, icalendar-import-format-status)
11343 (icalendar-import-format-class): New variables.
11344 (icalendar--rris): Take variable argument list.
11345 (icalendar--datestring-to-isodate): Remove unnecessary
11346 calendar-style check when converting dates with explicit month names.
11347 (icalendar-export-region): Change return type of conversion
11348 subroutines. Bury current buffer unless error occurred.
11349 (icalendar--convert-to-ical)
11350 (icalendar--parse-summary-and-rest): New functions.
11351 (icalendar--convert-ordinary-to-ical)
11352 (icalendar--convert-weekly-to-ical)
11353 (icalendar--convert-yearly-to-ical)
11354 (icalendar--convert-block-to-ical)
11355 (icalendar--convert-cyclic-to-ical)
11356 (icalendar--convert-anniversary-to-ical): Change return type.
11357 Strip trailing blanks from subject.
11358 (icalendar--convert-sexp-to-ical): Change return type.
11359 Strip trailing blanks from subject. Handle simple sexp
11360 entries as generated by icalendar.el.
11361 (icalendar--convert-float-to-ical)
11362 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
11363 (icalendar-import-file): Doc fix.
11364 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
11365 Correct call to icalendar--rris.
11366 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
11367 `summary'.
11368 (icalendar--add-diary-entry): Rename `subject' to `summary'.
11369
11370 2005-10-24 Romain Francoise <romain@orebokech.com>
11371
11372 * server.el (server-sentinel): Set query-on-exit flag to nil on
11373 new client processes (it isn't inherited from the server process).
11374
11375 * replace.el (occur-engine): Rearrange text properties.
11376
11377 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11378
11379 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
11380 case-fold-search is nil.
11381 (debug-help-follow): Use help-xref-interned directly.
11382
11383 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11384
11385 * thumbs.el (thumbs-image-type): Add .pbm.
11386
11387 2005-10-23 Richard M. Stallman <rms@gnu.org>
11388
11389 * faces.el (inhibit-face-set-after-frame-default): New variable.
11390 (set-face-attribute): Bind it.
11391 (face-set-after-frame-default): Test it.
11392
11393 * help-fns.el (describe-simplify-lib-file-name): New function.
11394 (describe-function-1, describe-variable): Use it.
11395
11396 * faces.el (describe-face): Use describe-simplify-lib-file-name.
11397
11398 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
11399 Eliminate nil as possible value.
11400 (tooltip-hide-delay): Reduce internal-border-width.
11401
11402 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
11403 (menu-bar-file-menu) <new-file>: Likewise.
11404
11405 * simple.el (line-move-finish): Ignore fields computing LINE-END.
11406
11407 * international/mule.el (load-with-code-conversion):
11408 Pass full file name to `eval-buffer' unless preloading.
11409
11410 * textmodes/flyspell.el (flyspell-large-region):
11411 Call ispell-check-version.
11412
11413 * textmodes/ispell.el (ispell-local-dictionary-overridden):
11414 Fix the make-variable-buffer-local call that was supposed
11415 to be for this variable.
11416 (ispell-aspell-supports-utf8): Doc fix.
11417 (ispell-find-aspell-dictionaries): Preserve elements of
11418 ispell-dictionary-alist for dictionaries that aspell doesn't report.
11419 (ispell-aspell-find-dictionary): Return nil on error.
11420
11421 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
11422 (doctor-symptoms): Likewise.
11423
11424 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
11425
11426 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11427
11428 * cus-edit.el (custom-button, custom-button-pressed): New vars.
11429 (custom-raised-buttons): Add :set spec.
11430 (custom-button-unraised, custom-button-pressed-unraised):
11431 New faces, so that custom-raised-buttons actually does something.
11432 (custom-mode): Use custom-button and custom-button-pressed.
11433
11434 * wid-edit.el (widget-specify-button): Don't ignore
11435 widget-mouse-face on graphic terminals.
11436 (widget-move-and-invoke): Cleanup.
11437
11438 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
11439
11440 * whitespace.el (whitespace-cleanup): Doc fix.
11441
11442 2005-10-23 Romain Francoise <romain@orebokech.com>
11443
11444 * emulation/viper.el (viper-set-hooks): Quote forms passed to
11445 `eval-after-load' to avoid evaluating their result.
11446
11447 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
11448
11449 * files.el (directory-listing-before-filename-regexp):
11450 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
11451
11452 * dired.el (dired-move-to-filename-regexp): Remove.
11453 All occurences replaced by `directory-listing-before-filename-regexp'.
11454
11455 * dired-x.el, locate.el, vc.el:
11456 Replace `dired-move-to-filename-regexp' by
11457 `directory-listing-before-filename-regexp'. In vc.el it is
11458 overwritten locally; maybe this can be handled in files.el too.
11459
11460 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
11461 replaced by `directory-listing-before-filename-regexp'.
11462
11463 2005-10-23 Andreas Schwab <schwab@suse.de>
11464
11465 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
11466 and eval-next-after-load.
11467
11468 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
11469
11470 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
11471 exist, create it.
11472
11473 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
11474
11475 * allout.el: Remove autoloads for mailcrypt and crypt++.
11476 Require pgg, pgg-gpg during compilation.
11477 (allout-version): Increment version number to 2.1, and use a literal
11478 rather than RCS Id.
11479 (allout-default-encryption-scheme): Remove.
11480 (allout-passphrase-verifier-handling)
11481 (allout-passphrase-verifier-string)
11482 (allout-file-passphrase-verifier-string)
11483 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
11484 (allout-passphrase-hint-handling): Rename and simplify.
11485 (allout-init): Use `find-file-hook' if available, otherwise
11486 `find-file-hooks'.
11487 (allout-mode): Use `write-file-functions' if available, otherwise
11488 `local-write-file-hooks' and, instead of making auto-save-hook
11489 buffer local, make the write-file-hook activity contingent to
11490 allout-mode.
11491 (allout-mode): Use key-binding substitution in the docstring.
11492 (allout-kill-line): Spell-out kill ring data structure mutation
11493 instead of using byte-compiler-complaint-provoking `pop'.
11494 (allout-insert-listified): Use `insert' rather than `insert-string'
11495 (allout-toggle-current-subtree-encryption): Update docstring, adjust
11496 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
11497 (allout-encrypt-string): Totally revamped vis new underlying
11498 encryption facilities.
11499 (allout-mc-activate-passwd): Remove.
11500 (allout-obtain-passphrase): New, more or less replaces
11501 allout-mc-activate-passwd.
11502 (allout-encrypted-key-info): More or less replaces
11503 allout-encrypted-text-type.
11504 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
11505 (my-mark-marker): Use `(featurep 'xemacs)'.
11506
11507 2005-10-23 Lars Hansen <larsh@soem.dk>
11508
11509 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
11510 (byte-compile-file-form-defmumble, byte-compile-defun)
11511 (byte-compile-defmacro): Use it.
11512 (byte-compile-form): Don't call byte-compile-set-symbol-position
11513 when a byte-compile handler is called.
11514
11515 2005-10-22 Romain Francoise <romain@orebokech.com>
11516
11517 * savehist.el (savehist-history-variables): Add `grep-find-history'.
11518
11519 * subr.el (eval-after-load): Convert library name to an absolute
11520 file name using locate-library, since load-history no longer has
11521 library names in it.
11522
11523 2005-10-22 Richard M. Stallman <rms@gnu.org>
11524
11525 * files.el (make-temp-file): Move from subr.el.
11526 * subr.el (make-temp-file): Move to files.el.
11527
11528 * window.el (get-buffer-window-list): Move from subr.el.
11529 * subr.el (get-buffer-window-list): Move to window.el.
11530
11531 * image.el (image-load-path): Use eval-at-startup to initialize.
11532
11533 * subr.el (eval-at-startup): New macro.
11534
11535 * subr.el: Much rearrangement of functions and division
11536 into pages. No code changes.
11537
11538 2005-10-22 Kenichi Handa <handa@m17n.org>
11539
11540 * tar-mode.el (tar-extract): Be sure to call
11541 find-operation-coding-system if set-auto-coding doesn't find a
11542 coding system.
11543
11544 2005-10-22 Kim F. Storm <storm@cua.dk>
11545
11546 * image.el (image-type-header-regexps): Rename from image-type-regexps.
11547 Change users.
11548 (image-type-file-name-regexps): New defconst.
11549 (image-type-from-data): Simplify loop.
11550 (image-type-from-buffer): New defun.
11551 (image-type-from-file-header): Use it instead of image-type-from-data.
11552 Use image-search-load-path instead of only looking in data-directory.
11553 (image-type-from-file-name): New defun.
11554 (image-search-load-path): Change `pathname' to `filename'.
11555 Make PATH arg optional, default to image-load-path.
11556
11557 2005-10-21 Richard M. Stallman <rms@gnu.org>
11558
11559 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
11560
11561 * textmodes/paragraphs.el (sentence-end-base): New variable.
11562 (sentence-end): Use sentence-end-base.
11563
11564 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11565
11566 * font-lock.el (font-lock-default-fontify-region): Check the multiline
11567 property independently from the font-lock-multiline variable.
11568
11569 2005-10-21 Richard M. Stallman <rms@gnu.org>
11570
11571 * emacs-lisp/find-func.el (find-library-name): Doc fix.
11572
11573 * startup.el (command-line): Convert library names
11574 in `load-history' to absolute file names.
11575
11576 * subr.el (symbol-file): Doc fix.
11577
11578 * loadhist.el (file-loadhist-lookup): Call locate-library
11579 instead of find-library-name. Don't try converting
11580 abs file names to library names, since load-history no longer
11581 has library names in it.
11582 (file-dependents, file-provides, file-requires): Doc fixes.
11583
11584 2005-10-21 Juri Linkov <juri@jurta.org>
11585
11586 * progmodes/etags.el (tags-table-mode): New function.
11587 (tags-verify-table): Replace initialize-new-tags-table with
11588 tags-table-mode.
11589
11590 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
11591 default value.
11592 (desktop-modes-not-to-save): Add tags-table-mode to the
11593 default value.
11594
11595 * info.el (Info-index-next): Add total number of index
11596 alternatives to the message.
11597
11598 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
11599 backward only space (instead of space and period) before looking
11600 at sentence end.
11601
11602 * simple.el (set-variable): Use user-variable-p instead of symbolp.
11603 Add the old variable value as 4th default-value arg of read-string.
11604
11605 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11606
11607 * cus-face.el (custom-declare-face): Make face from X resources
11608 also on Mac.
11609
11610 * disp-table.el (standard-display-g1, standard-display-graphic):
11611 Refuse to use string glyphs also on Mac.
11612 (standard-display-european): Don't set terminal coding system also
11613 on Mac.
11614
11615 * frame.el (display-screens): Use x-display-screens also on Mac.
11616
11617 2005-10-21 Romain Francoise <romain@orebokech.com>
11618
11619 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
11620
11621 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11622
11623 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
11624 and $? into sexps.
11625
11626 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
11627 warning face on open-paren-in-column-0.
11628
11629 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
11630 boundary case. Fix typo.
11631 Suggested by Martin Rudalics <rudalics@gmx.at>.
11632
11633 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
11634
11635 * textmodes/org.el (org-combined-agenda-icalendar-file)
11636 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
11637 (org-export-icalendar-this-file)
11638 (org-export-icalendar-all-agenda-files)
11639 (org-export-icalendar-combine-agenda-files): New commands.
11640 (org-export-icalendar, org-print-icalendar-entries)
11641 (org-start-icalendar-file, org-finish-icalendar-file)
11642 (org-ical-ts-to-string): New functions.
11643 (org-read-date, org-goto-calendar)
11644 (org-agenda-goto-calendar): Inhibit displaying diary entries by
11645 call to `calendar'.
11646 (orgtbl-setup): Remove the :keys arguments from the menu description.
11647 (org-after-save-iCalendar-file-hook): New variable.
11648
11649 2005-10-21 Kenichi Handa <handa@m17n.org>
11650
11651 * language/vietnamese.el (tcvn-5712): Make it an alias of
11652 vietnamese-tcvn coding-system.
11653
11654 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
11655
11656 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
11657 group id is given.
11658
11659 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11660
11661 * progmodes/sh-script.el (sh-escaped-line-re): New var.
11662 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
11663 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
11664 whose line is either continued or ends with a comment.
11665
11666 2005-10-20 Romain Francoise <romain@orebokech.com>
11667
11668 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
11669
11670 * replace.el (occur-engine): Add follow-link property.
11671
11672 * font-core.el (font-lock-mode): Doc fix.
11673
11674 2005-10-20 Richard M. Stallman <rms@gnu.org>
11675
11676 * net/rcirc.el: New file.
11677
11678 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
11679
11680 * term.el (term-term-name): Initialize to "eterm-color".
11681
11682 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
11683
11684 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
11685 for encryption functionality.
11686 Move allout customization subgroup from `editing' to `outlines' group.
11687 Fix commentary keywords to legitimate ones.
11688 Update author info (using my current email address, obscurified).
11689 (allout-encrypt-string, allout-encryption-produce-work-buffer)
11690 (allout-encrypted-topic-p, allout-encrypted-text-type)
11691 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
11692 (allout-situate-encryption-key-verifier)
11693 (allout-get-encryption-key-verifier, allout-verify-key)
11694 (allout-next-topic-pending-encryption)
11695 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
11696 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
11697 (outline-key-verifier-handling, outline-key-hint-handling)
11698 (outline-encrypt-unencrypted-on-saves): New defcustoms.
11699 (allout-file-key-verifier-string, allout-encryption-scheme)
11700 (allout-key-verifier-string, allout-key-hint-string)
11701 (allout-after-save-decrypt): New variables.
11702 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
11703 (allout-after-saves-handler): New hook functions.
11704 (allout-post-command-business): Do allout-after-save-decrypt.
11705 (allout-enable-file-variable-adjustment): Custom var to enable
11706 mechanism for adding and adjusting settings of Emacs file variables.
11707 (allout-adjust-file-variable, allout-file-vars-section-data):
11708 New functions, implement the mechanism.
11709 (outlineify-sticky): Use the file vars mechanism.
11710 (allout-inhibit-protection, allout-during-write-cue)
11711 (allout-override-protect, allout-before-change-protect): Remove.
11712 (allout-flag-region, allout-open-topic): Adjust read-only text.
11713 (allout-open-line-not-read-only): Add to facilitate read-only
11714 text based protection.
11715 (allout-kill-line): Revise to adjust read-only text, clue the
11716 user about the inhibition.
11717 (allout-unprotected): Use unwind-protect.
11718 (allout-shift-in, allout-shift-out): Disallow manually shifting a
11719 topic deeper than the offspring depth of the previous topic -
11720 avoiding confusing "containment discontinuities".
11721 (allout-reindent-bodies): Fix retention of body relative hanging
11722 indent during promotion of collapsed bodies.
11723 (allout-open-topic): Make it easy to open new topic with same
11724 bullet as current topic - topic creation functions provided with
11725 any universal argument provokes now prompt for bullet, defaulting
11726 to the bullet of the previous topic.
11727 (allout-plain-bullets-string, allout-distinctive-bullets-string):
11728 Plain bullet alternates `.' period and `,' comma only. All other
11729 bullets are relegated to special status (but customizable).
11730 (allout-end-of-entry): Rename from allout-end-of-current-entry
11731 since it actually operates w.r.t. most immediately containing
11732 entry, visible or not.
11733 (allout-hide-current-entry, allout-show-current-entry): Use the
11734 revised version.
11735 (allout-old-expose-topic): Solidify deprecation.
11736 (allout-end-of-subtree): Add so we can span concealed as well
11737 as visible topics.
11738 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
11739 (allout-end-of-current-heading): Tweak to just respect the first line.
11740 (allout-get-body-text): Add.
11741 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
11742 when invoked interactively.
11743 (allout-up-current-level): Use `interactive-p'.
11744 (allout-mode, allout-init): Miscellaneous docstring and
11745 operational refinements, as well as hookups of new encryption stuff.
11746 (allout-beginning-of-current-entry): Now works as advertised.
11747 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
11748 (allout-isearch-rectification): Refine condition for isearching.
11749 (allout-isearch-abort, allout-enwrap-isearch)
11750 (allout-flag-region, my-region-active-p): Relocate some macros.
11751 (allout-title): Fallback title is (buffer-name), not
11752 non-existing (current-buffer-name).
11753 (subst-char-in-string): Define if absent (for some XEmacs versions).
11754
11755 2005-10-20 Jari Aalto <jari.aalto@cante.net>
11756
11757 * mail/sendmail.el (mail-setup-hook, mail-aliases)
11758 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
11759 (mail-citation-prefix-regexp, mail-signature-file)
11760 (mail-default-headers, mail-bury-selects-summary)
11761 (mail-send-nonascii): Add autoload cookies.
11762
11763 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11764
11765 * frame.el (blink-cursor-mode): Add `mac' to the list of
11766 window-system's that support blinking cursor.
11767
11768 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
11769
11770 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
11771
11772 2005-10-20 Eli Zaretskii <eliz@gnu.org>
11773
11774 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
11775 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
11776 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
11777
11778 2005-10-20 Kim F. Storm <storm@cua.dk>
11779
11780 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
11781 (ido-set-current-directory): Don't add / after final @.
11782 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
11783 Explicitly handle ange-ftp completion oddities.
11784 (ido-make-file-list): Don't rotate list at tramp root to avoid
11785 triggering tramp file handler for expand-file-name via get-file-buffer.
11786
11787 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11788
11789 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
11790
11791 2005-10-19 Jay Belanger <belanger@truman.edu>
11792
11793 * calc/calc-units.el (math-standard-units): Add units, adjust
11794 symbols and update values.
11795 (math-unit-prefixes): Add more prefixes.
11796
11797 2005-10-19 Romain Francoise <romain@orebokech.com>
11798
11799 * bookmark.el (bookmark-menu-heading): New face.
11800 (bookmark-bmenu-list): Use it.
11801 Don't fiddle with `baud-rate' at top-level.
11802
11803 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
11804
11805 * image.el (create-image, find-image): Mention max-image-size in
11806 docstring.
11807
11808 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11809
11810 * savehist.el (savehist-load): Revert to checking XEmacs.
11811
11812 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
11813 Various docstring and line-width fixups.
11814 (conf-mode): Use cond.
11815 Set font-lock-defaults. Don't set comment-use-syntax.
11816
11817 2005-10-18 David Ponce <david@dponce.com>
11818
11819 * tree-widget.el (tree-widget-button-click): New function.
11820 (tree-widget-button-keymap): Use it.
11821
11822 2005-10-18 Romain Francoise <romain@orebokech.com>
11823
11824 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11825 (bookmark-bmenu-hide-filenames): Add follow-link property.
11826 Improve help-echo text.
11827
11828 * ffap.el (find-file-at-point): Doc fix.
11829
11830 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11831
11832 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
11833
11834 2005-10-18 Masatake YAMATO <jet@gyve.org>
11835
11836 Install to the CVS repository what I forgot to install in my
11837 2005-10-16 changes.
11838
11839 * progmodes/python.el (python-complete-symbol): Pass the common
11840 prefix substring of completion to `display-completion-list'.
11841
11842 * textmodes/org.el (org-complete): Ditto.
11843
11844 2005-10-18 Masatake YAMATO <jet@gyve.org>
11845
11846 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
11847
11848 * woman.el (WoMan-xref-man-page): New button type derived
11849 from `Man-abstract-xref-man-page'.
11850 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
11851
11852 * man.el (Man-abstract-xref-man-page): New button type.
11853 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
11854 (Man-highlight-references): Add new optional argument `xref-man-type'.
11855
11856 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
11857
11858 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
11859
11860 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
11861
11862 * cus-edit.el (Custom-move-and-invoke): Delete.
11863 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
11864
11865 * wid-edit.el (widget-move-and-invoke): New function, from
11866 Custom-move-and-invoke.
11867
11868 2005-10-17 Bill Wohler <wohler@newt.com>
11869
11870 Move all remaining images from lisp/toolbar to etc/images, move
11871 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
11872 the low resolution images in their own directory (low-color).
11873
11874 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
11875 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
11876 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
11877 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
11878 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
11879 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
11880 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
11881
11882 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
11883 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
11884 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
11885 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
11886 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
11887 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
11888 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
11889 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
11890 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
11891 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
11892 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
11893 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
11894 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
11895 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
11896 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
11897
11898 To conform with convention, replace the underscore (_) in the
11899 following image names with dash (-) or (/) as appropriate.
11900
11901 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
11902 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
11903 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
11904 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
11905 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
11906 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
11907 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
11908 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
11909 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
11910 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
11911 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
11912 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
11913 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
11914 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
11915 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
11916
11917 * info.el (info-tool-bar-map): Replace underscores in image names
11918 with dashes.
11919
11920 * makefile.w32-in (WINS): Remove toolbar.
11921
11922 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
11923
11924 * tool-bar.el: Move to lisp from toolbar. Now that
11925 toolbar is empty, it should be deleted when folks run "cvs up -P".
11926
11927 2005-10-18 Jay Belanger <belanger@truman.edu>
11928
11929 * calc/calc-store.el (calc-store-into): Get the proper variable name
11930 to display in message.
11931
11932 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
11933
11934 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
11935 expressions display in speedbar for all buffers when debugging.
11936 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
11937
11938 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
11939 (speedbar-insert-button, speedbar-make-button):
11940 Use add-text-properties.
11941 (speedbar-update-localized-contents)
11942 (speedbar-update-directory-contents)
11943 (speedbar-update-special-contents): Use dolist.
11944 (speedbar-buffer-easymenu-definition): Add a menu separator.
11945
11946 2005-10-17 Jason Rumney <jasonr@gnu.org>
11947
11948 * makefile.w32-in: Use $(lisp) consistently.
11949 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
11950 for shell specific generation of mh-autoloads.
11951
11952 2005-10-17 Richard M. Stallman <rms@gnu.org>
11953
11954 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
11955
11956 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11957
11958 * jit-lock.el (jit-lock-fontify-now):
11959 Move jit-lock-context-unfontify-pos to avoid wasted work.
11960
11961 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
11962
11963 * net/tramp.el (tramp-completion-mode): New defvar. Used in
11964 `tramp-completion-mode' for checking if we are in completion mode.
11965 (tramp-completion-handle-file-name-all-completions): Reorder code
11966 in order to complete for file names only in case there are no
11967 method/user/host completions. This is necessary for cooperation
11968 with ido. Reported by Kim F. Storm <storm@cua.dk>.
11969
11970 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
11971
11972 * longlines.el (longlines-search-forward)
11973 (longlines-search-backward): Match any number of spaces.
11974
11975 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
11976
11977 * diff-mode.el (diff-mode): Doc fix.
11978
11979 2005-10-16 David Reitter <david.reitter@gmail.com>
11980
11981 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
11982 as default on darwin and windows systems.
11983
11984 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
11985
11986 * arc-mode.el (archive-zip-extract): Doc fix.
11987
11988 2005-10-16 Romain Francoise <romain@orebokech.com>
11989
11990 * mouse.el (mouse-1-click-follows-link): Doc fix.
11991
11992 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11993
11994 * savehist.el: Don't require CL at runtime.
11995 (savehist-xemacs): Remove.
11996 (savehist-coding-system): Use utf-8 if present, regardless of religion.
11997 (savehist-no-conversion): Use (featurep 'xemacs).
11998 (savehist-load): Check existence of start-itimer rather than XEmacs.
11999 Use an idle timer.
12000 (savehist-process-for-saving): Replace use of CL funs `subseq' and
12001 `delete-if-not'.
12002
12003 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
12004
12005 * savehist.el: Newer version.
12006 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
12007 (savehist-last-checksum, savehist-no-conversion): New vars.
12008 (savehist-autosave, savehist-process-for-saving, savehist-printable):
12009 New functions.
12010 (savehist-load, savehist-save): Use them.
12011 (savehist-delimit): Remove.
12012
12013 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12014
12015 * progmodes/compile.el (compilation-goto-locus): Display the
12016 compilation buffer first and the source buffer second, in case they're
12017 in overlapping frames. Don't raise the compilation frame if it was the
12018 selected window upon entry. Pass the `other-window' arg to
12019 pop-to-buffer.
12020
12021 * info.el (Info-fontify-node): Use dolist.
12022 Change add-text-properties to put-text-property.
12023
12024 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12025
12026 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
12027 bound of search.
12028
12029 2005-10-16 Masatake YAMATO <jet@gyve.org>
12030
12031 * dabbrev.el (dabbrev-completion): Pass the common
12032 prefix substring of completion to `display-completion-list'.
12033
12034 * filecache.el (file-cache-minibuffer-complete)
12035 (file-cache-complete): Ditto.
12036
12037 * tempo.el (tempo-display-completions): Ditto.
12038
12039 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12040
12041 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
12042
12043 * eshell/em-hist.el (eshell-list-history): Ditto.
12044
12045 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
12046
12047 * mail/mailalias.el (mail-complete): Ditto.
12048
12049 * progmodes/etags.el (complete-tag): Ditto.
12050
12051 * progmodes/make-mode.el (makefile-complete): Ditto.
12052
12053 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
12054
12055 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
12056
12057 * progmodes/pascal.el (pascal-complete-word)
12058 (pascal-show-completions): Ditto.
12059
12060 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
12061
12062 * simple.el (completion-common-substring): New variable.
12063 (completion-setup-function): Use `completion-common-substring'
12064 to put faces.
12065
12066 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12067
12068 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
12069 (x-get-selection, mac-select-convert-to-string): Convert from/to
12070 UTF-16 clipboard data as in native byte order, no BOM.
12071
12072 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
12073
12074 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12075 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
12076 (gud-sentinel): Use speedbar-frame to check for speedbar.
12077
12078 2005-10-15 Richard M. Stallman <rms@gnu.org>
12079
12080 * savehist.el: New file.
12081
12082 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
12083
12084 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12085 Fix bug in \bf fontification.
12086
12087 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12088
12089 * pcvs.el (cvs-edit-log-files): New var.
12090 (cvs-mode-edit-log): New arg `file'.
12091 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
12092 Instead force the use of the original file and nothing else.
12093 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
12094 the cvs-minor-wrap-function is set.
12095 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
12096
12097 2005-10-14 Bill Wohler <wohler@newt.com>
12098
12099 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
12100 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
12101 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
12102 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
12103 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
12104 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
12105 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
12106 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
12107 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
12108 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
12109 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
12110 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
12111 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
12112 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
12113 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
12114
12115 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12116 appropriately (for example, gud-break to gud/break).
12117
12118 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
12119
12120 * longlines.el (longlinges-search-function)
12121 (longlines-search-forward, longlines-search-backward): New functions.
12122 (longlines-mode): Set isearch-search-fun-function to
12123 longlinges-search-function.
12124
12125 * mouse.el (mouse-drag-region-1): Handle the case where a
12126 double-click event is bound to an arbitrary function.
12127
12128 2005-10-14 David Ponce <david@dponce.com>
12129
12130 * recentf.el (recentf-track-opened-file)
12131 (recentf-track-closed-file, recentf-update-menu)
12132 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
12133 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
12134 mouse-1-click-follows-link.
12135
12136 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12137
12138 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
12139 Gnome file-manager.png. Suggested by
12140 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
12141
12142 * toolbar/README: Add diropen.xpm.
12143
12144 2005-10-13 Bill Wohler <wohler@newt.com>
12145
12146 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
12147 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
12148
12149 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12150
12151 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12152 Don't waste the byte-compiler's time on constant data.
12153
12154 2005-10-13 Kenichi Handa <handa@m17n.org>
12155
12156 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
12157 byte with `escape-glyph' face.
12158
12159 * international/fontset.el (ccl-encode-unicode-font):
12160 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
12161 Handle the case that ucs-mule-to-mule-unicode translates a character to
12162 ASCII (usually for IPA characters).
12163
12164 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12165
12166 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
12167 Don't hide the underline of titles if font-lock-mode is disabled.
12168
12169 2005-10-12 Bill Wohler <wohler@newt.com>
12170
12171 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
12172 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12173 files in MH-E-SRC have been updated.
12174 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
12175
12176 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12177
12178 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
12179 (mixal-mode-syntax-table): Add \n as end-comment.
12180 (mixal-operation-codes-alist): Immediately initialize to full value.
12181 (mixal-add-operation-code): Remove.
12182 (mixal-describe-operation-code): Make the arg non-optional.
12183 Use the interactive spec instead.
12184 Use mixal-operation-codes-alist rather than mixal-operation-codes.
12185 (mixal-font-lock-keywords): Don't highlight comments here any more.
12186 (mixal-font-lock-syntactic-keywords): New var.
12187 (mixal-mode): Use it. Fix comment-start-skip.
12188
12189 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12190
12191 * startup.el (command-line-x-option-alist): -nb => -nbi
12192
12193 2005-10-12 Kim F. Storm <storm@cua.dk>
12194
12195 * startup.el (fancy-splash-default-action): Discard mouse click in
12196 the splash screen window, as it has no sensible meaning in the
12197 next window to be selected. Fixes error reported by Jan D.
12198
12199 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12200
12201 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
12202
12203 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12204
12205 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
12206 Try to fix up minor layout issues like indentation, line break, etc...
12207 (mixal-mode-syntax-table): Don't try to specify comment syntax,
12208 because it doesn't work.
12209 (mixal-operation-codes): Add some more codes.
12210 (mixal-font-lock-keywords): Process comments here.
12211 (mixal-mode): mixasm no longer needs -g option.
12212
12213 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
12214
12215 * progmodes/sh-script.el (sh-tmp-file):
12216 Use mktemp -t. Finish support for es and rc shells.
12217
12218 2005-10-11 Jay Belanger <belanger@truman.edu>
12219
12220 * calc/calcalg2.el (calc-integral): With an argument, compute the
12221 definite integral.
12222
12223 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
12224
12225 * mouse.el (mouse-drag-region-1): Don't try to catch a
12226 double-click when doing follow-link (it's overridden anyway).
12227
12228 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
12229
12230 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
12231 (autoload-print-form-outbuf): Add docstring.
12232
12233 2005-10-11 Juri Linkov <juri@jurta.org>
12234
12235 * info.el (Info-mode-menu): Delete menu item "Edit".
12236 (Info-mode): Delete description of Info-edit from docstring,
12237 and rearrange descriptions of Info commands in the order
12238 they are documented in the Info manual.
12239
12240 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12241
12242 * calendar/appt.el (appt-check): Use diary-selective-display var.
12243
12244 2005-10-10 Richard M. Stallman <rms@gnu.org>
12245
12246 * net/newsticker.el (newsticker-start, newsticker-show-news):
12247 Add autoload cookies.
12248
12249 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
12250
12251 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
12252
12253 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
12254
12255 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
12256
12257 2005-10-10 Jay Belanger <belanger@truman.edu>
12258
12259 * calc/calc-arith.el (math-check-known-scalarp)
12260 (math-check-known-matrixp): Check the values of arguments that are
12261 variables.
12262 (math-check-known-square-matrixp): New function.
12263 (math-known-square-matrixp): Use math-check-known-square-matrixp.
12264 (math-super-types): Add sqmatrix type.
12265
12266 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
12267 mode name `square' to `sqmatrix'.
12268
12269 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
12270 mode name `square' to `sqmatrix'.
12271
12272 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12273
12274 * progmodes/etags.el (select-tags-table-mode): Don't use
12275 selective-display.
12276 (tags-select-tags-table): Pass `button' to the action function.
12277 (select-tags-table): Place the side-info on button properties rather
12278 than in hidden text. Abbreviate file names.
12279 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
12280 (select-tags-table-select): Add `button' argument.
12281 Get side-info from the button property rather than from hidden text.
12282
12283 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
12284
12285 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
12286 (gud-speedbar-buttons): Preserve point if possible.
12287 (gud-sentinel): Restore previous speedbar display type.
12288
12289 * progmodes/gdb-ui.el (gdba): Improve diagram.
12290 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12291 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
12292 Call get-buffer-window once.
12293
12294 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12295
12296 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
12297 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
12298 (pascal-indent-command): Remove unused var `ind'.
12299 (pascal-indent-case): Remove unused var `oldpos'.
12300 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
12301 since it's now used as a proper minor mode map.
12302 (pascal-outline): Rename to pascal-outline-mode.
12303 (pascal-outline-mode): Use define-minor-mode.
12304 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
12305 selective-display.
12306
12307 2005-10-10 Andreas Schwab <schwab@suse.de>
12308
12309 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
12310 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
12311
12312 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
12313 outside source directory.
12314
12315 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
12316
12317 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
12318 C-x' as a prefix.
12319 (orgtbl-mode-map): Full keymap instead of sparse, because all
12320 `self-insert-command' keys are redefined in this map.
12321 (org-export-as-html): Specify charset for HTML file, by taking it
12322 from the coding system.
12323
12324 2005-10-10 Kenichi Handa <handa@m17n.org>
12325
12326 * textmodes/flyspell.el (flyspell-check-word-p):
12327 If unread-command-events is non-empty, don't call sit-for.
12328
12329 2005-10-09 Richard M. Stallman <rms@gnu.org>
12330
12331 * font-lock.el (font-lock-syntactic-keywords)
12332 (font-lock-keywords): Doc fixes.
12333
12334 * textmodes/flyspell.el (flyspell-external-point-words):
12335 Simplify logic, and don't try to check for consecutive appearances
12336 of one incorrect word.
12337
12338 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
12339
12340 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
12341 separator.
12342
12343 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
12344 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
12345 (gud-expansion-speedbar-buttons): New function.
12346 (gud-speedbar-buttons): Check for gud-comint-buffer.
12347
12348 2005-10-09 Bill Wohler <wohler@newt.com>
12349
12350 * Makefile.in (updates): Add mh-loaddefs dependency.
12351
12352 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
12353
12354 * speedbar.el (speedbar-file-key-map): Fix typo.
12355
12356 2005-10-09 Daniel Brockman <daniel@brockman.se>
12357
12358 * cus-start.el (line-spacing): Add custom spec.
12359
12360 2005-10-09 Romain Francoise <romain@orebokech.com>
12361
12362 * textmodes/ispell.el (ispell-check-version): Fix last change.
12363
12364 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12365
12366 * term/x-win.el: Remove -i, --icon-type from comment.
12367
12368 * startup.el (command-line-x-option-alist): Remove options -i,
12369 -itype, --icon-type, added -nb, --no-bitmap-icon
12370
12371 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
12372
12373 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
12374 instead of :active.
12375
12376 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
12377
12378 * textmodes/ispell.el (ispell-check-version):
12379 Ignore hyphen, and all that follows, in aspell's version text.
12380
12381 2005-10-08 Jay Belanger <belanger@truman.edu>
12382
12383 * calc/calc-arith.el (math-known-square-matrixp): New function.
12384 (math-pow-fancy): Check for matrices before distributing exponent
12385 across products.
12386
12387 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
12388 fullscreen keypad. Suggested by Luc Teirlinck.
12389 (calc-keypad-show-input): Add space for formatting.
12390
12391 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
12392 Add square matrix option.
12393
12394 * calc/calc-poly.el (math-expand-term): Check for matrices instead
12395 of checking calc-matrix-mode when deciding how to expand.
12396
12397 * calc/calc.el (calc-set-mode-line): Add square matrix option.
12398
12399 2005-10-08 Lars Hansen <larsh@soem.dk>
12400
12401 * net/tramp.el (tramp-perl-directory-files-and-attributes):
12402 Add error handling.
12403 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
12404
12405 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
12406
12407 Sync with Tramp 2.0.51.
12408
12409 * net/tramp.el (tramp-handle-set-visited-file-modtime)
12410 (tramp-handle-insert-file-contents, tramp-handle-write-region):
12411 Insert special handling for `last-coding-system-used', again
12412 it still seems to be necessary (unlike stated before).
12413 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
12414 (tramp-password-prompt-regexp): There might be other words before
12415 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
12416 (tramp-chunksize): Improve docstring.
12417 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
12418 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
12419 Christian Joergensen <bugs@razor.dk>.
12420
12421 2005-10-07 Glenn Morris <rgm@gnu.org>
12422
12423 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
12424 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
12425 precision'.
12426
12427 2005-10-07 Romain Francoise <romain@orebokech.com>
12428
12429 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
12430 (ibuffer-do-shell-command-pipe-replace)
12431 (ibuffer-do-shell-command-file, ibuffer-do-eval)
12432 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
12433 (ibuffer-do-revert, ibuffer-do-replace-regexp)
12434 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
12435 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12436 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
12437 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
12438 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
12439 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
12440 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
12441 Autoload file sans suffix.
12442
12443 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
12444
12445 2005-10-07 David Ponce <david@dponce.com>
12446
12447 * recentf.el (recentf-menu-open-all-flag): New option.
12448 (recentf-digit-shortcut-command-name): New function.
12449 (recentf--shortcuts-keymap): New variable.
12450 (recentf-menu-shortcuts): New variable.
12451 (recentf-make-menu-items): Initialize it. Replace the "More..."
12452 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
12453 (recentf-menu-value-shortcut): New function.
12454 (recentf-make-menu-item): Use it. No more in-lined.
12455 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
12456 (recentf-open-most-recent-file): Rename from
12457 `recentf-open-file-with-key'. Don't depend on key binding.
12458 (recentf-mode-map): New variable.
12459 (recentf-mode): Use it.
12460
12461 2005-10-06 Bill Wohler <wohler@newt.com>
12462
12463 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
12464
12465 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
12466 (MH-E-SRC): New. Used by mh-autoloads.
12467 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12468 files in MH-E-SRC have been updated.
12469 (compile, recompile, bootstrap): Depend on mh-autoloads.
12470
12471 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
12472
12473 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
12474 gud-break and gud-remove icons when the fringe is not available.
12475
12476 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
12477 Typo.
12478
12479 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12480
12481 * play/zone.el (zone): Wrap body with save-window-excursion.
12482
12483 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
12484
12485 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
12486 Use the new `list-only' arg to diary-list-entries.
12487
12488 * calendar/diary-lib.el: Use overlays rather than selective-display.
12489 (diary-selective-display): New var.
12490 (diary-header-line-format): Use it.
12491 (diary-list-entries): Add argument `list-only'.
12492 Put the buffer in diary-mode. Don't add \^M at beg and end.
12493 Replace \^M by invisible overlays.
12494 (diary-unhide-everything): Replace \^M by invisible overlays.
12495 (print-diary-entries): Look for overlays rather than \^M.
12496 Add a space to the temp buffer name.
12497 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
12498 Put the buffer in diary-mode.
12499 (list-sexp-diary-entries): Replace \^M by invisible overlays.
12500 (diary-anniversary): Make the year arg optional.
12501 (diary-time-regexp): New const.
12502 (diary-font-lock-keywords): Use it to accept a few more time formats.
12503
12504 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
12505
12506 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
12507
12508 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
12509 Fix bug introduced 2005-07-03: Use (car (last ...))
12510 to faithfully reproduce replaced artist-last.
12511 (artist-set-arrow-points-for-poly): Likewise.
12512 Suggested by Johan Bockg\e,Ae\e(Brd.
12513
12514 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
12515
12516 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
12517 * wid-edit.el (widget):
12518 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
12519 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
12520
12521 2005-10-06 Kenichi Handa <handa@m17n.org>
12522
12523 * international/mule-cmds.el (set-language-environment):
12524 Fix setting up of case-table for unibyte mode.
12525
12526 * simple.el (what-cursor-position): If the character is displayed
12527 by some `display' text property, show that. Don't use
12528 single-key-description for eight-bit characters in multibyte mode.
12529
12530 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
12531
12532 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
12533 (gdb-ann3): Set it.
12534 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
12535 (gdb-info-frames-custom): Use inverse-video for first five
12536 characters of selected frame only.
12537 (gdb-get-frame-number): Select frame even when point is on frame
12538 number.
12539
12540 2005-10-06 Masatake YAMATO <jet@gyve.org>
12541
12542 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12543 Put `font-lock-function-name-face'.
12544 (gdb-info-frames-custom): Put `font-lock-function-name-face'
12545 and `font-lock-variable-name-face'
12546 (gdb-registers-font-lock-keywords): New font lock keywords definition.
12547 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
12548 (gdb-memory-font-lock-keywords): New font lock keywords definition.
12549 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
12550 (gdb-local-font-lock-keywords): New font lock keywords definition.
12551 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
12552 (gdb-threads-font-lock-keywords): New font lock keywords definition.
12553 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
12554
12555 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
12556
12557 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
12558 (ediff-merge-region-is-non-clash-to-skip): Previously called
12559 ediff-merge-region-is-non-clash.
12560
12561 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
12562 Use insert-buffer-substring.
12563
12564 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
12565 selecting files to patch. Also bug fixes.
12566
12567 * ediff-util.el (ediff-setup): Bug fix.
12568 (ediff-next-difference): Never skip clashes that differ in white
12569 space only.
12570
12571 * ediff-wind.el (ediff-setup-control-frame)
12572 (ediff-destroy-control-frame): Check the menubar feature.
12573
12574 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
12575 (viper-refresh-mode-line): Use make-local-variable to localize
12576 some vars instead of make-variable-buffer-local. Suggested by
12577 Stefan Monnier.
12578
12579 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
12580 (viper-restore-cursor-type, viper-set-insert-cursor-type):
12581 Use make-local-variable instead of make-variable-buffer-local.
12582 Suggested by Stefan Monnier.
12583
12584 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
12585 (viper-comint-mode-hook): Use make-local-variable on
12586 require-final-newline.
12587 (viper-non-hook-settings): Don't use make-variable-buffer-local.
12588
12589 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12590
12591 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
12592 also the second char of a comment-start sequence.
12593 (scheme-sexp-comment-syntax-table): New var.
12594 (lambda, define): Set their scheme-doc-string-elt property.
12595 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
12596 Use lisp-font-lock-syntactic-face-function now that it properly
12597 handles |...| symbols.
12598 (scheme-mode-variables): Set lisp-doc-string-elt-property,
12599 parse-sexp-lookup-properties and font-lock-extra-managed-props.
12600
12601 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
12602 bit from # to |.
12603 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
12604
12605 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
12606 (lisp-doc-string-elt-property): New var.
12607 (lisp-font-lock-syntactic-face-function): Use it.
12608 Rewrite to recognize docstrings even for forms not at toplevel.
12609
12610 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
12611 annotation on the | part of #| rather than on the # part.
12612 (scheme-font-lock-syntactic-face-function): New function, to
12613 distinguish strings from |...| symbols.
12614 (scheme-mode-variables): Use it. Also fix up the font-lock-time
12615 syntax-table so that #|...|# is properly highlighted.
12616
12617 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
12618 Don't mark as docstring the 3rd elem of an unknown toplevel form.
12619
12620 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
12621
12622 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
12623 and C-e.
12624
12625 * emacs-lisp/eldoc.el: Move comments into docstrings.
12626 (eldoc-message-commands): Initialize in its declaration.
12627 Add move-beginning-of-line and move-end-of-line.
12628 (eldoc-add-command, eldoc-add-command-completions)
12629 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
12630
12631 * outline.el (outline-mark-subtree): Activate the mark.
12632
12633 * calendar/appt.el (appt-time-regexp): New var.
12634 (appt-add, appt-make-list): Use it.
12635 (appt-convert-time): Clean up.
12636
12637 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
12638 Don't set any syntax-table property here.
12639 (tex-font-lock-verb): New function. Do it here.
12640 (tex-font-lock-syntactic-keywords): Use it.
12641
12642 2005-10-04 Richard M. Stallman <rms@gnu.org>
12643
12644 * wid-edit.el (widget-file-complete): Get the widget start point
12645 the right way. Default directory to `/' if file has none.
12646
12647 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
12648
12649 * textmodes/flyspell.el (flyspell-mode-on):
12650 Call ispell-maybe-find-aspell-dictionaries.
12651
12652 * textmodes/ispell.el (ispell-word, ispell-region):
12653 Call ispell-maybe-find-aspell-dictionaries.
12654 (ispell-accept-buffer-local-defs):
12655 Don't call ispell-maybe-find-aspell-dictionaries
12656
12657 2005-10-04 Richard M. Stallman <rms@gnu.org>
12658
12659 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
12660
12661 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
12662
12663 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
12664 instead of `fboundp' in order to allow for anonymous functions.
12665
12666 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
12667
12668 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
12669 case the user clicks on the link while another window is selected.
12670 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
12671
12672 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
12673 functionality.
12674 (dframe-help-echo): Save point in case mouse tracking is off.
12675
12676 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
12677
12678 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
12679
12680 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12681
12682 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
12683 not change the global value of those vars.
12684
12685 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
12686 make-local-variable which we do not need any more.
12687
12688 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
12689
12690 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
12691 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
12692 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
12693 (speedbar-path-line): Define obsolete aliases.
12694 (speedbar-line-directory): Doc fix.
12695
12696 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
12697 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
12698 instead of speedbar-line-path.
12699
12700 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12701
12702 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
12703 to nil if dropping on a window. Handle dropping on a minibuffer window
12704 like dropping on a non-window part of Emacs.
12705
12706 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12707
12708 * net/ange-ftp.el: Use with-current-buffer.
12709 (ange-ftp-insert-directory): Do not follow symlinks any more.
12710
12711 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12712 Remove interactive spec.
12713
12714 2005-10-03 Kim F. Storm <storm@cua.dk>
12715
12716 * ido.el (ido-mode): Use custom-initialize-set.
12717
12718 2005-10-02 Richard M. Stallman <rms@gnu.org>
12719
12720 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
12721 Use insert-buffer-substring.
12722
12723 * net/tramp.el: Pacify byte compiler warnings in pacification code.
12724 (tramp-handle-file-local-copy): Use insert-buffer-substring.
12725
12726 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12727
12728 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
12729 in last change.
12730 (ange-ftp-insert-directory): Fix up the search for the case where
12731 `file' is absolute.
12732
12733 2005-10-02 Romain Francoise <romain@orebokech.com>
12734
12735 * progmodes/compile.el (compile-goto-error): Delete extra paren.
12736
12737 2005-10-02 Andreas Schwab <schwab@suse.de>
12738
12739 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
12740 directory component in the session info.
12741
12742 2005-10-01 Richard M. Stallman <rms@gnu.org>
12743
12744 * comint.el (comint-redirect-subvert-readonly): Doc fix.
12745
12746 * simple.el (next-error-internal): New function.
12747
12748 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
12749 (compilation-start): Pass new arg to compilation-buffer-name.
12750 (compile-goto-error): Use next-error-internal.
12751
12752 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
12753
12754 * speedbar.el: Remove RCS tag.
12755 (speedbar-check-read-only): Handle non-existent files.
12756
12757 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
12758
12759 * info.el (Info-speedbar-hierarchy-buttons)
12760 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
12761
12762 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12763
12764 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
12765 Do not match newline.
12766 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
12767 (bibtex-summary): Remove unnecessary save-excursion.
12768 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
12769
12770 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12771
12772 * term/mac-win.el: Add charset info for "iso10646-1".
12773 Modify default fontset to use ATSUI-compatible fonts for some charsets
12774 if available.
12775
12776 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
12777
12778 * speedbar.el: Re-apply arch tag.
12779 (speedbar-version): Rename to version 1.0. Suggested by Eric
12780 M. Ludlam.
12781 Reapply two changes from Emacs CVS' version of speedbar lost
12782 during the merge:
12783 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
12784 (speedbar-frame-parameters): Improve customize type.
12785
12786 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12787
12788 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
12789 (ange-ftp-file-directory-p): Fix the symlink case.
12790 (ange-ftp-insert-directory): When listing a single file, get a list of
12791 the parent buffer and extract the relevant line. Inspired from a patch
12792 by Katsumi Yamaoka <yamaoka@jpl.org>.
12793 (ange-ftp-file-name-sans-versions): Simplify.
12794
12795 2005-09-30 Bill Wohler <wohler@newt.com>
12796
12797 Move MH-E image files from toolbar and mail directories into
12798 etc/images.
12799
12800 * mail/reply2.*: Move to etc/images/mail/reply*.
12801
12802 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
12803 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
12804 etc/images.
12805
12806 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
12807 * toolbar/reply*: Move to etc/images/mail.
12808
12809 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
12810
12811 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
12812
12813 * speedbar.el: New version 1.0pre3.
12814
12815 Frame management code (including timer, and mouse click specifics)
12816 moved to dframe.el:
12817 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
12818 (speedbar-timer): Removed. Use dframe-timer.
12819 (speedbar-close-frame): Removed. Use dframe-close-frame.
12820 (speedbar-activity-change-focus-flag): Removed. Use
12821 dframe-activity-change-focus-flag.
12822 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
12823 dframe-update-speed.
12824
12825 (speedbar-current-frame): New macro. Use this instead of the
12826 variable speedbar-frame.
12827
12828 (speedbar-use-images, speedbar-expand-image-button-alist)
12829 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
12830
12831 (speedbar-find-image-on-load-path): Removed. Replaced by
12832 defezimage in ezimage.el.
12833 (speedbar-expand-image-button-alist): Removed. Replaced by
12834 ezimage-expand-image-button-alist in ezimage.el.
12835
12836 (speedbar-ignored-directory-regexp)
12837 (speedbar-add-ignored-directory-regexp)
12838 (speedbar-ignored-directory-expressions)
12839 (speedbar-line-directory, speedbar-buffers-line-directory)
12840 (speedbar-directory-line, speedbar-buffers-line-directory):
12841 Renamed, replacing `path' with `directory'.
12842
12843 (speedbar-create-directory, speedbar-expand-line-descendants)
12844 (speedbar-toggle-line-expansion)
12845 (speedbar-contract-line-descendants): New commands.
12846
12847 (speedbar-query-confirmation-method, speedbar-select-frame-method)
12848 (speedbar-use-tool-tips-flag): New options.
12849
12850 (speedbar-check-read-only, speedbar-require-version)
12851 (speedbar-insert-separator, speedbar-buffers-tail-notes)
12852 (speedbar-handle-delete-frame, speedbar-try-completion)
12853 (speedbar-update-localized-contents): New functions.
12854
12855 (speedbar-incompatible-version, speedbar-ro-to-do-point)
12856 (speedbar-object-read-only-indicator): New variables.
12857
12858 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
12859 New hooks.
12860
12861 (speedbar-separator-face): New face.
12862
12863 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
12864 (speedbar-ignored-modes): Add fundamental-mode.
12865 (speedbar-directory-unshown-regexp): Add . directories.
12866
12867 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
12868 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
12869 `]' for full expand/close.
12870 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
12871
12872 (speedbar-check-vc): Support hidden files.
12873 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
12874 (speedbar-this-file-in-vc): Use vc-state if available. If VC
12875 state is nil, it is not checked out.
12876
12877 (speedbar-line-text, speedbar-line-token): Support expand buttons
12878 with no text.
12879 (speedbar-refresh): Universal argument acts as power-click.
12880 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
12881 that buffer to get variable values.
12882
12883 And many other bugfixes.
12884
12885 * dframe.el, ezimage.el, sb-image.el: New files.
12886
12887 * sb-*.xpm: Remove files. New image files installed into
12888 etc/images/ezimage.
12889
12890 2005-09-30 Kenichi Handa <handa@m17n.org>
12891
12892 * ps-mule.el (ps-mule-show-warning): If a character is in
12893 ps-print-translation-table, don't treat it as non-printable.
12894
12895 2005-09-30 David Ponce <david@dponce.com>
12896
12897 * tree-widget.el (tree-widget-themes-load-path): New variable.
12898 (tree-widget-themes-directory): Doc fix.
12899 (tree-widget-image-formats) [Emacs]: Doc fix.
12900 (tree-widget--locate-sub-directory): New function.
12901 (tree-widget-themes-directory): Use it.
12902
12903 * recentf.el (recentf-filename-handlers): Rename from
12904 `recentf-filename-handler'. Allow a list of functions.
12905 (recentf-menu-items-for-commands): Fix :help strings.
12906 (recentf-apply-filename-handlers): New function.
12907 (recentf-expand-file-name): Use it.
12908 (recentf-cleanup): Remove duplicates too.
12909
12910 2005-09-29 Juri Linkov <juri@jurta.org>
12911
12912 * faces.el: Rearrange face definitions to be in the same order as
12913 their face descriptions in "(emacs)Standard Faces".
12914
12915 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
12916
12917 * tooltip.el (tooltip): Add group `basic-faces'.
12918
12919 * buff-menu.el (Buffer-menu-buffer): Remove group
12920 `font-lock-highlighting-faces'.
12921
12922 * progmodes/compile.el (compilation-error, compilation-warning)
12923 (compilation-info, compilation-line-number, compilation-column-number):
12924 Change group from `font-lock-highlighting-faces' to `compilation'.
12925
12926 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12927 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
12928 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
12929 (vhdl-font-lock-reserved-words-face)
12930 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
12931 `font-lock-highlighting-faces'.
12932
12933 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
12934
12935 2005-09-28 Kim F. Storm <storm@cua.dk>
12936
12937 * emulation/cua-base.el: Set CUA move property on additional commands:
12938 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
12939 forward-sexp, backward-sexp, forward-list, backward-list.
12940
12941 2005-09-28 Romain Francoise <romain@orebokech.com>
12942
12943 * comint.el (comint-show-output): Really set point at the
12944 beginning of the output when not using `comint-use-prompt-regexp'.
12945
12946 2005-09-27 Jay Belanger <belanger@truman.edu>
12947
12948 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
12949 in TeX mode.
12950
12951 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
12952
12953 * textmodes/org.el (org-table-sum): Fix format string.
12954
12955 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
12956 Quote face names.
12957
12958 2005-09-26 Romain Francoise <romain@orebokech.com>
12959
12960 * isearch.el (isearch-forward-regexp): Close doc string.
12961
12962 2005-09-25 Richard M. Stallman <rms@gnu.org>
12963
12964 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
12965
12966 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
12967
12968 * progmodes/compile.el (compilation-error-properties):
12969 When getting the file from the previous error message,
12970 correctly decode the new data format.
12971
12972 * progmodes/cc-cmds.el (c-electric-paren):
12973 Call old-blink-paren only for close-paren.
12974
12975 2005-09-24 Andreas Schwab <schwab@suse.de>
12976
12977 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
12978 condition.
12979
12980 2005-09-25 Romain Francoise <romain@orebokech.com>
12981
12982 * dired-aux.el (dired-copy-file-recursive):
12983 * dired.el (dired-delete-file):
12984 * ediff-mult.el (ediff-dir-diff-copy-file):
12985 * ediff-util.el (ediff-test-save-region):
12986 * forms.el (forms-mode):
12987 * ido.el (ido-file-internal, ido-delete-file-at-head):
12988 * log-edit.el (log-edit-done):
12989 * ses.el (ses-yank-resize):
12990 * play/gomoku.el (gomoku-human-plays, gomoku)
12991 (gomoku-human-resigns, gomoku-prompt-for-other-game)
12992 (gomoku-offer-a-draw):
12993 * play/landmark.el (lm-human-resigns, lm):
12994 * net/eudcb-ldap.el (eudc-ldap-check-base):
12995 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
12996 * progmodes/ebrowse.el (ebrowse-find-pattern):
12997 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
12998 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
12999 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
13000
13001 * vc.el (vc-delete-file):
13002 * play/gomoku.el (gomoku-terminate-game, gomoku)
13003 (gomoku-prompt-for-move, gomoku-human-takes-back):
13004 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
13005 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
13006
13007 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
13008
13009 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
13010 color rxvt terminals by using the code xterm.el used to use before
13011 2005-04-09 in order to match the colors used by rxvt.
13012
13013 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13014
13015 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
13016 colors rxvt-unicode terminals by using the same code as xterm.el.
13017
13018 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13019
13020 * textmodes/tex-mode.el (tex-font-lock-append-prop)
13021 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
13022 new symbol used for the tex-verbatim face.
13023
13024 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13025
13026 * woman.el (woman-file-name):
13027 * wid-edit.el (widget-file-prompt-value)
13028 (widget-coding-system-prompt-value):
13029 * w32-fns.el (set-w32-system-coding-system):
13030 * vc.el (vc-version-diff, vc-annotate):
13031 * textmodes/reftex-auc.el (reftex-arg-cite)
13032 (reftex-arg-index-tag):
13033 * textmodes/refer.el (refer-get-bib-files):
13034 * textmodes/artist.el (artist-figlet-choose-font):
13035 * terminal.el (terminal-emulator):
13036 * replace.el (occur-read-primary-args):
13037 * rect.el (string-rectangle, string-insert-rectangle):
13038 * ps-print.el (ps-print-preprint):
13039 * progmodes/pascal.el (pascal-goto-defun):
13040 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
13041 * progmodes/compile.el (compilation-find-file):
13042 * printing.el (pr-interactive-n-up):
13043 * play/animate.el (animate-birthday-present):
13044 * net/rcompile.el (remote-compile):
13045 * man.el (man, Man-goto-section, Man-follow-manual-reference):
13046 * mail/rmailsum.el (rmail-summary-search-backward)
13047 (rmail-summary-search):
13048 * mail/rmailout.el (rmail-output-read-rmail-file-name)
13049 (rmail-output-read-file-name):
13050 * mail/rmail.el (rmail-search, rmail-search-backwards):
13051 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
13052 * locate.el (locate):
13053 * international/quail.el (quail-show-keyboard-layout):
13054 * international/mule.el (set-buffer-file-coding-system)
13055 (revert-buffer-with-coding-system, set-file-name-coding-system)
13056 (set-terminal-coding-system, set-keyboard-coding-system)
13057 (set-next-selection-coding-system):
13058 * international/mule-diag.el (describe-coding-system)
13059 (describe-font, describe-fontset):
13060 * international/mule-cmds.el (universal-coding-system-argument)
13061 (search-unencodable-char, describe-input-method)
13062 (set-language-environment, describe-language-environment):
13063 * international/codepage.el (codepage-setup):
13064 * international/code-pages.el (codepage-setup):
13065 * info.el (Info-search, Info-follow-reference)
13066 (Info-search-backward):
13067 * emacs-lisp/advice.el (ad-read-advised-function)
13068 (ad-read-advice-class, ad-clear-cache, ad-activate)
13069 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
13070 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
13071 (ad-read-regexp):
13072 * ediff-util.el (ediff-toggle-regexp-match):
13073 * ediff-ptch.el (ediff-prompt-for-patch-file):
13074 * dired-aux.el (dired-diff):
13075 * diff.el (diff):
13076 * cus-edit.el (custom-variable-prompt):
13077 * calendar/timeclock.el (timeclock-ask-for-project):
13078 * calc/calcalg3.el (calc-get-fit-variables):
13079 * calc/calc-store.el (calc-edit-variable)
13080 (calc-permanent-variable):
13081 * vc-mcvs.el (vc-mcvs-register):
13082 * shadowfile.el (shadow-define-literal-group):
13083 * woman.el (woman-file-name):
13084 * vc.el (vc-version-diff, vc-merge):
13085 * textmodes/reftex-index.el (reftex-index-complete-tag):
13086 * format.el (format-decode-buffer, format-decode-region):
13087 * emulation/viper-cmd.el (viper-read-string-with-history):
13088 * emacs-lisp/debug.el (cancel-debug-on-entry):
13089 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13090 * ediff.el (ediff-merge-revisions)
13091 (ediff-merge-revisions-with-ancestor, ediff-revision):
13092 * completion.el (interactive-completion-string-reader):
13093 * calc/calc-prog.el (calc-user-define-formula):
13094 Follow convention for reading with the minibuffer.
13095
13096 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
13097
13098 * progmodes/python.el (python-describe-symbol): Add globals() and
13099 locals() to the arguments of emacs.ehelp.
13100
13101 2005-09-24 Magnus Henoch <mange@freemail.hu>
13102
13103 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
13104 New function, code extracted from ispell-valid-dictionary-list.
13105 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
13106 Call it.
13107
13108 2005-09-24 Eli Zaretskii <eliz@gnu.org>
13109
13110 * subr.el (version-regexp-alist): Extend valid syntax for version
13111 strings: allow any of the characters -,_,+ to separate the
13112 alpha/beta/rc part from the version part. Doc fix.
13113 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
13114
13115 2005-09-23 David Reitter <david.reitter@gmail.com>
13116
13117 * mail/mailclient.el: New file.
13118
13119 2005-09-23 Richard M. Stallman <rms@gnu.org>
13120
13121 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
13122 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
13123 Doc fixes.
13124
13125 * progmodes/cc-mode.el (c-font-lock-init):
13126 Specify font-lock-lines-before.
13127
13128 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13129
13130 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
13131 whole conflict.
13132
13133 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
13134
13135 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
13136 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
13137 of `remap' feature when available. Additional key bindings for
13138 better tty support.
13139 (org-mode-restart, org-force-self-insert): New commands.
13140 (org-time-stamp-inactive): New command.
13141 (org-remap): New function.
13142 (org-table-auto-blank-field, org-level-color-stars-only): New options.
13143 (org-enable-fixed-width-editor): Move to `org-structure'
13144 customization group.
13145 (org-self-insert-command, orgtbl-self-insert-command): Modify to
13146 blank field after field motion commands.
13147
13148 2005-09-23 Kenichi Handa <handa@m17n.org>
13149
13150 * international/mule-cmds.el (set-language-environment):
13151 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
13152 have to call utf-translate-cjk-load-tables.
13153
13154 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13155
13156 * mouse.el (mouse-move-drag-overlay): Fix last change.
13157
13158 2005-09-22 David Ponce <david@dponce.com>
13159
13160 * tree-widget.el (tree-widget-value-create): Fix previous change.
13161
13162 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13163
13164 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
13165
13166 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13167
13168 * mouse.el (mouse-move-drag-overlay): New function.
13169 (mouse-drag-region-1): Use it.
13170 Try to simplify a bit the state handling. Handle clicks on links
13171 inside intangible areas.
13172 (mouse-save-then-kill): Minor simplification.
13173 (mouse-secondary-overlay): Make it always non-nil instead of
13174 recreating it each time.
13175 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
13176 (mouse-kill-secondary, mouse-secondary-save-then-kill):
13177 Simplify accordingly.
13178
13179 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13180
13181 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
13182
13183 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
13184
13185 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
13186 (ediff-file-name-sans-prefix): Treat nil as an empty string.
13187 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
13188 to patch.
13189
13190 * ediff-util.el: Use insert-buffer-substring.
13191
13192 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
13193
13194 * emulation/viper-cmd.el (viper-change-state): Don't move over the
13195 field boundaries in the minibuffer.
13196 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
13197 (viper-minibuffer-post-command-hook): New hook.
13198 (viper-line): Don't move cursor at bolp.
13199
13200 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
13201
13202 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
13203 avoid compiler warnings.
13204
13205 * emulation/viper-macs.el (ex-map): Better messages.
13206
13207 * emulation/viper-utils.el (viper-beginning-of-field): New function.
13208
13209 * emulation/viper.el: Replace make-variable-buffer-local with
13210 viper-make-variable-buffer-local everywhere, to avoid warnings.
13211
13212 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13213
13214 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
13215 Delete unused var `old-selected-window'.
13216 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
13217 (mouse-drag-secondary): Delete unused var `start-frame'.
13218
13219 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13220
13221 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
13222
13223 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13224
13225 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
13226 Re-indent within 80 columns. Use inhibit-read-only.
13227
13228 2005-09-19 Romain Francoise <romain@orebokech.com>
13229
13230 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
13231
13232 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13233
13234 * font-lock.el (font-lock-default-fontify-region): Don't add a line
13235 unconditionally, since the after-change-function already did it.
13236
13237 2005-09-19 Miles Bader <miles@gnu.org>
13238
13239 * net/newsticker.el: Get rid of CVS keyword.
13240
13241 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
13242
13243 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
13244 The prompt is formatted later.
13245
13246 2005-09-19 David Ponce <david@dponce.com>
13247
13248 * tree-widget.el (tree-widget-value-create): Save the converted
13249 tree :node widget.
13250
13251 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
13252
13253 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
13254 variable `message'.
13255
13256 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
13257
13258 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
13259 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
13260 <slawomir.nowaczyk.847@student.lu.se>.
13261
13262 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
13263
13264 * image.el (image-load-path): Use symbol `data-directory' instead
13265 of its value, for backward compatibility with packages that bind
13266 it during `find-image'. Suggested by Katsumi Yamaoka.
13267 (image-search-load-path): Handle symbols whose values are strings.
13268
13269 2005-09-18 Romain Francoise <romain@orebokech.com>
13270
13271 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
13272 with-current-buffer form in save-excursion.
13273
13274 2005-09-18 Deepak Goel <deego@gnufans.org>
13275
13276 * apropos.el (apropos-command): Fix `message' call: first arg
13277 should be a format spec. In this and all other cases that appear
13278 below and elsewhere in the source code, I made a change only when
13279 two conditions were satisfied: [1] I can think of a possibility
13280 that the arguments would cause an error, for example, the code in
13281 question relies on external variables such as filenames. [2] I
13282 was sure that the arg to `message' could not have been nil in the code.
13283
13284 * textmodes/tildify.el (tildify-region): Ditto.
13285
13286 * textmodes/reftex-index.el (reftex-index-change-entry)
13287 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
13288 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
13289 * textmodes/org.el (org-complete, org-deadline, org-schedule)
13290 (org-priority, org-table-sum):
13291 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
13292 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
13293 (flyspell-word, flyspell-display-next-corrections):
13294 * textmodes/bibtex.el (bibtex-print-help-message):
13295 * textmodes/artist.el (artist-key-set-point-poly):
13296 * term/mac-win.el (mac-services-insert-text):
13297 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
13298 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
13299 (vhdl-port-paste-testbench, vhdl-compose-new-component)
13300 (vhdl-compose-configuration):
13301 * progmodes/sh-script.el (sh-blink, sh-show-indent)
13302 (sh-set-indent, sh-learn-line-indent):
13303 * progmodes/ps-mode.el (ps-mode-target-column):
13304 * progmodes/idlwave.el (idlwave-make-tags)
13305 (idlwave-scan-library-catalogs):
13306 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
13307 * progmodes/gud.el (gud-jdb-analyze-source):
13308 * progmodes/flymake.el (flymake-log):
13309 * progmodes/ebnf2ps.el (ebnf-generate-region):
13310 * progmodes/cmacexp.el (c-macro-expansion):
13311 * progmodes/ada-xref.el (ada-treat-cmd-string):
13312 * progmodes/ada-mode.el (ada-create-case-exception-substring)
13313 (ada-justified-indent-current, ada-batch-reformat):
13314 * play/zone.el (zone):
13315 * play/landmark.el (lm-move):
13316 * play/decipher.el (decipher-show-alphabet):
13317 * net/newsticker.el (newsticker--display-jump)
13318 (newsticker--display-scroll):
13319 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
13320 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
13321 * mail/feedmail.el (feedmail-dump-message-to-queue):
13322 * eshell/esh-proc.el (eshell-remove-process-entry):
13323 * emulation/ws-mode.el (ws-last-error):
13324 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
13325 (viper-record-kbd-macro):
13326 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
13327 * emacs-lisp/lisp-mnt.el (lm-report-bug):
13328 * emacs-lisp/find-func.el (find-function-noselect):
13329 * calendar/timeclock.el (timeclock-status-string)
13330 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
13331 (timeclock-when-to-leave-string):
13332 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
13333 * calc/calc-units.el (calc-enter-units-table):
13334 * calc/calc-mode.el (calc-mode-record-mode):
13335 * woman.el (woman-mini-help):
13336 * wdired.el (wdired-change-to-wdired-mode):
13337 * vc.el (vc-retrieve-snapshot):
13338 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
13339 * startup.el (display-startup-echo-area-message):
13340 * simple.el (set-goal-column):
13341 * ses.el (ses-command-hook, ses-recalculate-cell):
13342 * server.el (server-process-filter):
13343 * printing.el (pr-interface-txt-print, pr-interface-printify)
13344 (pr-interface-ps):
13345 * pcvs.el (cvs-help):
13346 * log-edit.el (log-edit, log-edit-mode-help):
13347 * iswitchb.el (iswitchb-possible-new-buffer):
13348 * isearch.el (isearch-edit-string):
13349 * image-mode.el (image-mode, image-minor-mode):
13350 * ibuf-macs.el (define-ibuffer-filter):
13351 * hi-lock.el (hi-lock-find-patterns):
13352 * files.el (toggle-read-only):
13353 * ediff-util.el (ediff-copy-diff)
13354 (ediff-write-merge-buffer-and-maybe-kill):
13355 * echistory.el (Electric-history-undefined):
13356 * dnd.el (dnd-insert-text):
13357 * dired-aux.el (dired-query):
13358 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
13359 * bookmark.el (bookmark-bmenu-locate):
13360 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
13361 Fix `message' calls to ensure first arg is a format string.
13362 The change was made only when these two conditions were satisfied:
13363 [1] when there is a possibility that the arguments would cause an error
13364 for example, if the code in question relies on external variables
13365 such as filenames, and
13366 [2] if the arg to `message' could not have been nil in the code.
13367
13368 * pcomplete.el (pcomplete--help): Fix `message' format spec.
13369 Not having a %s would be weird, though not technically wrong.
13370
13371 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13372
13373 * term/mac-win.el (mac-add-charset-info): Doc fix.
13374
13375 2005-09-17 Romain Francoise <romain@orebokech.com>
13376
13377 * shell.el (shell-resync-dirs): Handle echoing processes more
13378 reliably. Don't insert resync command if `comint-process-echoes'
13379 is non-nil.
13380
13381 2005-09-17 Magnus Henoch <mange@freemail.hu>
13382
13383 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
13384 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
13385 aspell versions >= 0.60.
13386 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
13387 only if ispell-aspell-supports-utf8 is non-nil.
13388
13389 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13390
13391 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
13392 buffer-local value to lisp-indent-function.
13393
13394 2005-09-17 Milan Zamazal <pdm@zamazal.org>
13395
13396 * progmodes/glasses.el (glasses-make-readable): If
13397 glasses-separator differs from underscore, put appropriate
13398 overlays over underscore characters.
13399 (glasses-convert-to-unreadable): If glasses-separator differs from
13400 underscore, try to convert glasses-separator characters to
13401 underscores.
13402
13403 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13404
13405 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
13406 Use with-syntax-table and dolist.
13407
13408 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
13409
13410 * textmodes/reftex-auc.el:
13411 * textmodes/reftex-cite.el:
13412 * textmodes/reftex-dcr.el:
13413 * textmodes/reftex-global.el:
13414 * textmodes/reftex-parse.el:
13415 * textmodes/reftex-ref.el:
13416 * textmodes/reftex-sel.el:
13417 * textmodes/reftex-toc.el:
13418 * textmodes/reftex-vars.el:
13419 * textmodes/reftex.el: Small changes to remove compiler warnings.
13420
13421 * textmodes/reftex-index.el: Likewise.
13422 (reftex-query-index-phrase): More efficient use of markers.
13423
13424 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13425
13426 * image.el (image-load-path): New variable.
13427 (image-search-load-path): New function.
13428 (find-image): Search for images in `image-load-path'.
13429
13430 2005-09-15 Richard M. Stallman <rms@gnu.org>
13431
13432 * follow.el: Change Maintainer field.
13433
13434 2005-09-15 David Ponce <david@dponce.com>
13435
13436 * recentf.el (recentf-save-file-modes): New option.
13437 (recentf-save-list): Use it.
13438
13439 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
13440
13441 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
13442 (mode-line-mule-info, mode-line-modified): Move bindings from
13443 mouse-3 to mouse-1.
13444
13445 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13446
13447 * simple.el (sendmail-user-agent-compose): Revert last change.
13448
13449 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13450
13451 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
13452 Use with-current-buffer.
13453 (ange-ftp-gwp-start): Remove unused var `gw-user'.
13454 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
13455 (ange-ftp-insert-directory): Remove unused var `short'.
13456 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
13457
13458 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
13459 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
13460
13461 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
13462 (check-calendar-holidays, diary-list-entries): Autoload.
13463 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
13464 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
13465
13466 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
13467 which mistakenly removed a call to display-buffer.
13468
13469 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
13470
13471 * obsolete/iso-insert.el: Move to obsolete/ from international/.
13472
13473 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
13474
13475 * progmodes/hideshow.el
13476 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
13477 (hs-allow-nesting): New user var.
13478 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
13479 (hs-hide-block-at-point): When nesting allowed,
13480 if there is already an overlay in place, delete it.
13481 (hs-safety-is-job-n): Delete func; remove call sites.
13482 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
13483 (hs-overlay-at): New func.
13484 (hs-already-hidden-p, hs-show-block): Use it.
13485 (hs-hide-all): Don't pre-clean if nesting allowed.
13486 (hs-show-all): Temporarily disallow
13487 nesting around call to `hs-discard-overlays'.
13488
13489 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
13490
13491 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
13492 Delete unused local var.
13493
13494 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
13495
13496 * help-fns.el (describe-categories): "?\ " -> "?\s".
13497 (help-do-arg-highlight): Recognize also ARG-n, as in
13498 `move-to-left-margin' (ARG+n is already recognized). Simplify.
13499
13500 * international/codepage.el (dos-unsupported-char-glyph):
13501 * net/newsticker.el (tool-bar-map, w3-mode-map)
13502 (w3m-minor-mode-map):
13503 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
13504 (ent-alist):
13505 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
13506
13507 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
13508
13509 * custom.el (custom-push-theme): Handle the case where a symbol is
13510 bound but face properties have not yet been assigned.
13511
13512 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
13513 Fix behavior if noerase is `t' and there is no mail buffer.
13514
13515 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
13516 if `continue' is nil, rather than signal an error.
13517
13518 2005-09-12 Richard M. Stallman <rms@gnu.org>
13519
13520 * font-lock.el (font-lock-keywords): Add autoload.
13521
13522 * help-fns.el (describe-variable): Rearrange to put source link
13523 in a predictable place.
13524
13525 * net/newsticker.el: New file.
13526
13527 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13528
13529 * calendar/calendar.el (calendar-for-loop): Add edebug info.
13530 (calendar-basic-setup): Use the new nil arg.
13531 (number-of-diary-entries): Move to diary-lib.el.
13532
13533 * calendar/diary-lib.el: Use with-current-buffer, match-string.
13534 (diary-list-entries): Use with-syntax-table and dolist.
13535 Rename from list-diary-entries.
13536 Use number-of-diary-entries if `number' is nil.
13537 (diary, diary-view-entries): Use this new name and new nil arg value.
13538 (number-of-diary-entries): Move from calendar.el.
13539 (diary-unhide-everything): New function.
13540 (include-other-diary-files, fancy-diary-display)
13541 (diary-show-all-entries, make-diary-entry): Use it.
13542 (diary-mail-entries): Use buffer-string.
13543 (mark-diary-entries): Fix long standing paren typo.
13544 (diary-sexp-entry): Use count-lines.
13545 (make-diary-entry): Avoid `previous-line'.
13546 (diary-mode-map): New var.
13547 (diary-mode): Redraw cal after saving. Setup header-line.
13548 (fancy-diary-display-mode): Use local-set-key.
13549
13550 * startup.el (command-line): Try calling various terminal-init-foo-bar
13551 functions by stripping hyphenated suffixes from $TERM.
13552
13553 * files.el (normal-mode): Check boundness of font-lock-keywords.
13554
13555 2005-09-12 Richard M. Stallman <rms@gnu.org>
13556
13557 * progmodes/compile.el: Don't decide a file's directory
13558 until the user actually tries to go there.
13559 (compilation-next-error-function):
13560 Pass compilation-find-file the directory from the file-struct.
13561 (compilation-internal-error-properties): Separate local FILE-STRUCT
13562 from FILE. Doc the args better. Rename arg FMT to FMTS.
13563 (compilation-find-file): Arg DIR renamed to DIRECTORY.
13564 Expand it, and if nil, use default-directory.
13565 (compilation-get-file-structure): Don't mix specified directory
13566 with default directory. Put specified directory into
13567 file-struct. Don't make the file name absolute.
13568
13569 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
13570 (compile-command): Add autoload.
13571 (compilation-disable-input): Add autoload.
13572
13573 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
13574
13575 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
13576 strings of the variables it can override.
13577 (time-stamp): New (as yet undocumented) time-stamp-format escapes
13578 %Q and %q, for fully-qualified domain name and unqualified host name.
13579
13580 2005-09-11 Kim F. Storm <storm@cua.dk>
13581
13582 * emacs-lisp/authors.el (authors-aliases): Update list.
13583 (authors-fixed-entries): Update mldrag.el entry.
13584
13585 2005-09-10 Alan Mackenzie <acm@muc.de>
13586
13587 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
13588 from the region narrowed to.
13589
13590 2005-09-10 Magnus Henoch <mange@freemail.hu>
13591
13592 * textmodes/ispell.el (ispell-check-version): Signal an error if
13593 aspell version is less than 0.60.
13594
13595 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
13596
13597 * progmodes/octave-inf.el (inferior-octave-startup):
13598 Resync current dir at the end.
13599
13600 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
13601
13602 * woman.el (woman-topic-at-point-default):
13603 Rename to woman-use-topic-at-point-default.
13604 (woman-topic-at-point): Rename to woman-use-topic-at-point.
13605 (woman-file-name): Reflect renames above. Automatically use the
13606 word at point as topic if woman-use-topic-at-point is non-nil.
13607 Otherwise offer it as default but don't insert it in the
13608 minibuffer. Also use `test-completion' instead of `assoc' as
13609 suggested by Stefan Monnier.
13610
13611 2005-09-10 Andre Spiegel <spiegel@gnu.org>
13612
13613 * vc.el (vc-directory, vc-update-change-log): Throw an error on
13614 the attempt to do it over Tramp. This is not yet supported.
13615
13616 2005-09-10 Eli Zaretskii <eliz@gnu.org>
13617
13618 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
13619 (menu-bar-non-minibuffer-window-p): New functions.
13620 ("Split Window", "Save As..."): Use them.
13621 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
13622 ("Print Buffer", "Truncate Long Lines in this Buffer"):
13623 Use menu-bar-menu-frame-live-and-visible-p.
13624 ("Save Buffer", "Insert File", "Open Directory...")
13625 ("Open File...", "Visit New File..."):
13626 Use menu-bar-non-minibuffer-window-p.
13627 (kill-this-buffer-enabled-p, dired <menu-enable>):
13628 Use menu-bar-non-minibuffer-window-p.
13629
13630 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13631
13632 * cus-start.el (all): Don't complain about fringe-related
13633 built-ins if fringes are not supported. Ditto about
13634 selection-related built-ins. Fix the test for GTK-related built-ins.
13635
13636 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
13637 ("Postscript Print Buffer", "Print Region", "Save As...")
13638 ("Save", "Insert File...", "Open Directory...")
13639 ("Open File...", "Visit New File..."")
13640 ("Truncate Long Lines in this Buffer"): Don't look at
13641 menu-updating-frame if this display does not support multiple frames.
13642
13643 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13644
13645 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
13646
13647 2005-09-09 Emilio Lopes <eclig@gmx.net>
13648
13649 * woman.el: Format- and whitespace-related changes.
13650
13651 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13652
13653 * woman.el: Fix my email address.
13654
13655 2005-09-08 Richard M. Stallman <rms@gnu.org>
13656
13657 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
13658 (sh-mode): Locally set skeleton-pair-default-alist.
13659
13660 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
13661
13662 * progmodes/flymake.el: Require `compile' unconditionally.
13663
13664 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
13665
13666 * woman.el (woman-file-name): Provide a default, not initial input.
13667
13668 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
13669
13670 * font-lock.el (font-lock-support-mode): Doc fix.
13671
13672 * descr-text.el (describe-property-list): Handle non-symbol prop names.
13673
13674 2005-09-08 Richard M. Stallman <rms@gnu.org>
13675
13676 * simple.el (blink-matching-open): Get rid of text props from
13677 the string shown in echo area. Don't permanently set point.
13678 Some rearrangements.
13679
13680 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
13681
13682 * recentf.el (recentf-filename-handler): Add custom choice
13683 `abbreviate-file-name'.
13684
13685 * msb.el (msb--very-many-menus): Fix typo.
13686
13687 * disp-table.el (standard-display-european): Don't set
13688 enable-multibyte-characters to nil.
13689
13690 2005-09-08 David Ponce <david@dponce.com>
13691
13692 * recentf.el (recentf-show-file-shortcuts-flag): New option.
13693 (recentf-expand-file-name): Doc fix.
13694 (recentf-dialog-mode-map): Define digit shortcuts.
13695 (recentf--files-with-key): New variable.
13696 (recentf-show-digit-shortcut-filter): New function.
13697 (recentf-open-files-items): New function.
13698 (recentf-open-files): Use it.
13699 (recentf-open-file-with-key): New command.
13700
13701 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
13702
13703 * buff-menu.el (Buffer-menu-sort-by-column): New function.
13704 Suggested by Kim F. Storm.
13705 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
13706 (Buffer-menu-make-sort-button): Use global keymap.
13707
13708 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
13709
13710 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
13711 (Man-getpage-in-background-advice): Remove defadvice; it isn't
13712 necessary any longer with the remapped command.
13713 (Man-bgproc-sentinel-advice): Remove defadvice which counts
13714 formatting time only.
13715
13716 * net/tramp.el (tramp-action-password)
13717 (tramp-multi-action-password): Compile the password prompt from
13718 `method', `user' and `host'. Sometimes it isn't obvious which
13719 password to enter, for example with remote files offered by
13720 recentf.el, or with multiple steps. Suggested by Robert Marshall
13721 <robert@chezmarshall.freeserve.co.uk>.
13722
13723 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13724
13725 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13726 Fix regexp for when "s///" is at the beginning of line.
13727
13728 2005-09-07 Jay Belanger <belanger@truman.edu>
13729
13730 * calc/calc-poly.el (math-expand-term): Multiply out any powers
13731 when in matrix mode.
13732
13733 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
13734
13735 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
13736 non-anonymous functions.
13737
13738 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
13739
13740 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
13741 when using a header line. Otherwise, use mouse-1-click-follows-link.
13742
13743 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
13744 can't be moved; don't signal an error.
13745
13746 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
13747
13748 * cus-theme.el (custom-theme-write-faces): Save the current face
13749 spec, not the defface spec.
13750
13751 * custom.el (custom-known-themes): Clarify meaning of "standard".
13752 (custom-push-theme): Save old values in the standard theme.
13753 (disable-theme): Correct typo.
13754 (custom-face-theme-value) Deleted unused function.
13755 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
13756
13757 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
13758
13759 * progmodes/compile.el (compilation-goto-locus): Take into account
13760 iconified frames when determining whether the buffer is
13761 already visible.
13762 Don't reset window height if the window already existed.
13763
13764 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
13765
13766 * custom.el (load-theme): Rename from require-theme.
13767 Add interactive spec.
13768 (enable-theme): Rename from custom-enable-theme.
13769 Add interactive spec.
13770 (disable-theme): Rename from custom-disable-theme.
13771 Add interactive spec.
13772 (custom-make-theme-feature): Doc fix.
13773 (custom-theme-directory): Doc fix.
13774 (provide-theme): Call enable-theme.
13775
13776 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
13777
13778 * obsolete/lazy-lock.el (lazy-lock-mode):
13779 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
13780 font-lock-mode if it's off. Print a warning instead.
13781
13782 * progmodes/compile.el (compilation-start): Ignore errors if the
13783 process died before we get to send-eof.
13784
13785 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
13786 Undo last change. Enclosing the result in quotes broke things on Unix
13787 since tex-send-command passes it through shell-quote-argument.
13788 (tex-send-command): Pass `file' through convert-standard-filename
13789 when possible.
13790 (tex-uptodate-p): Handle the case where TeX hasn't put additional
13791 info in a transcript.
13792
13793 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
13794
13795 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
13796 fix compilation warning. Reorder the key definitions to group
13797 together keys emitted by the current version of xterm.
13798
13799 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
13800 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
13801 Reorder predicates to correct min-color usage.
13802
13803 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
13804
13805 * longlines.el (longlines-mode): Inhibit read-only when encoding.
13806 Kill local variables when longlines-mode is turned off.
13807
13808 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
13809
13810 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
13811
13812 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
13813
13814 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
13815
13816 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
13817 (font-lock-lines-before): Change default to being inactive.
13818 (font-lock-default-fontify-region): Obey font-lock-lines-before.
13819 (font-lock-after-change-function): Don't handle f-l-lines-before here.
13820
13821 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
13822
13823 * net/tramp.el (tramp-handle-make-auto-save-file-name):
13824 Deactivate temporarily advice if active (not needed for Emacs 22,
13825 but for backwards compatibility).
13826 (tramp-exists-file-name-handler): Rewrite. First implementation
13827 was too simple.
13828 (tramp-advice-make-auto-save-file-name):
13829 Call `tramp-handle-make-auto-save-file-name' (again, just for
13830 backwards compatibility).
13831
13832 2005-08-31 Reto Zimmermann <reto@gnu.org>
13833
13834 * progmodes/vhdl-mode.el
13835 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
13836 (vhdl-end-p): Fix indentation bug "else" after "-- when".
13837 (vhdl-set-default-project): New function (easier setting of default).
13838 (vhdl-port-copy): Handle extended identifiers for generics.
13839 (vhdl-compiler-alist): Better description for error message regexp.
13840 (vhdl-make): Query for target, use previous as default.
13841 (vhdl-port-copy): Fix port copy for port names starting with "signal".
13842 (vhdl-font-lock-keywords-2): Fix fontification for record
13843 el. assign.
13844 (vhdl-speedbar-make-subpack-line): Add package body link.
13845 (vhdl-generate-makefile-1): Not include itself as dependency.
13846 (vhdl-font-lock-init): Highlight c-preprocessor directives.
13847 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
13848 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
13849 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
13850 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
13851 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
13852 (vhdl-import-project): Add string argument for `error'.
13853 (vhdl-compose-configuration)
13854 (vhdl-compose-configuration-architecture): Add configuration
13855 declaration generation.
13856 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
13857 (vhdl-trailer-re): Add "record" keyword (better indentation).
13858 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
13859 "[^ \t-\"]+".
13860 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
13861 (vhdl-testbench-entity-file-name)
13862 (vhdl-testbench-architecture-file-name): Allow separate
13863 customization of testbench file names.
13864 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
13865 (vhdl-get-visible-signals): Allow newline within alias declaration.
13866 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
13867 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
13868 (member-ignore-case): Alias for missing function in XEmacs.
13869 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
13870 (vhdl-update-sensitivity-list): Ignore case on read signals.
13871 (vhdl-replace-string): Adjust case only for file names.
13872 (vhdl-update-sensitivity-list): Fix search for read signals.
13873 (vhdl-update-sensitivity-list): Exclude formal parameters.
13874 (vhdl-get-visible-signals): Include aliases of signals.
13875 (vhdl-get-visible-signals): Fix signal name searching.
13876 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
13877 (vhdl-fixup-whitespace-region): Fix for character
13878 literals (e.g. `:').
13879
13880 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
13881
13882 * ansi-color.el (comint-last-output-start):
13883 * bs.el (font-lock-verbose):
13884 * diff-mode.el (add-log-buffer-file-name-function):
13885 * dired-x.el (vm-folder-directory):
13886 * faces.el (help-xref-stack-item):
13887 * files.el (font-lock-keywords):
13888 * find-lisp.el (dired-buffers, dired-subdir-alist):
13889 * ido.el (cua-inhibit-cua-keys):
13890 * log-view.el (cvs-minor-wrap-function):
13891 * outline.el (font-lock-warning-face):
13892 * simple.el (compilation-current-error):
13893 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
13894 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
13895 * tooltip.el (comint-prompt-regexp):
13896 * w32-fns.el (explicit-shell-file-name):
13897 * term/mac-win.el (mac-charset-info-alist)
13898 (mac-services-selection, mac-system-script-code):
13899 * term/tty-colors.el (msdos-color-values):
13900 * term/w32-win.el (xlfd-regexp-registry-subnum):
13901 * term/x-win.el (x-keysym-table, x-selection-timeout)
13902 (x-session-id, x-session-previous-id):
13903 * textmodes/ispell.el (mail-yank-prefix):
13904 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
13905 * textmodes/org.el (calc-embedded-close-formula)
13906 (calc-embedded-open-formula)
13907 (font-lock-unfontify-region-function):
13908 * textmodes/reftex-global.el (isearch-next-buffer-function)
13909 (TeX-master):
13910 * textmodes/reftex.el (font-lock-keywords):
13911 * textmodes/tex-mode.el (font-lock-comment-face)
13912 (font-lock-doc-face):
13913 * textmodes/texinfo.el (outline-heading-alist):
13914 Add defvars.
13915
13916 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
13917 (artist-spray-chars, artist-mode-init, artist-replace-string)
13918 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
13919 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
13920 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
13921
13922 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
13923 (conf-align-assignments): "?\ " -> "?\s".
13924
13925 * textmodes/reftex-index.el (TeX-master): Add defvar.
13926 (reftex-index-phrases-marker): Move up defvar.
13927
13928 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
13929 (reftex-toc-include-labels-indicator)
13930 (reftex-toc-include-index-indicator)
13931 (reftex-toc-max-level-indicator): Move up declarations.
13932
13933 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
13934 of args to `tramp-run-real-handler', even if it's empty in this case.
13935
13936 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13937
13938 * dired.el (dired-move-to-filename-regexp): Add date format for
13939 Mac OS X 10.3 in East Asian locales.
13940
13941 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
13942
13943 * files.el (make-auto-save-file-name): Add file name handler call
13944 if applicable.
13945
13946 * net/tramp.el (tramp-file-name-handler-alist)
13947 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
13948 (tramp-handle-make-auto-save-file-name): Rename from
13949 `tramp-make-auto-save-file-name'.
13950 (tramp-exists-file-name-handler): New defun.
13951 (tramp-advice-make-auto-save-file-name): Make defadvice only when
13952 `make-auto-save-file-name' is not a magic file name operation.
13953
13954 2005-08-30 Richard M. Stallman <rms@gnu.org>
13955
13956 * files.el (risky-local-variable-p):
13957 Match `-predicates' and `-commands.
13958
13959 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
13960 (custom-save-all): Visit the file if necessary;
13961 kill the buffer if we created it.
13962 (custom-save-delete): Don't visit file or kill buffer here.
13963
13964 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
13965
13966 * textmodes/org.el (org-special-keyword): New face.
13967 (org-table-copy-down, org-table-eval-formula)
13968 (org-table-recalculate, org-init-section-numbers):
13969 Use `string-to-number' instead of `string-to-int'.
13970 (org-get-location): Use `insert-buffer-substring' instead of
13971 `insert-buffer'.
13972 (org-modify-diary-entry-string): New function.
13973 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
13974 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
13975 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
13976 active region.
13977 (org-export-as-html): Handle QUOTE keyword.
13978 (org-quote-string): New option.
13979 (org-bookmark-jump-unhide): New function, used for
13980 `bookmark-after-jump-hook'.
13981 (org-diary-default-entry): Apply only when not called through
13982 `org-agenda'.
13983
13984 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
13985
13986 * net/eudc.el (mode-popup-menu):
13987 * play/handwrite.el (ps-printer-name, ps-lpr-command):
13988 * progmodes/ada-mode.el (compile-auto-highlight)
13989 (skeleton-further-elements):
13990 * progmodes/autoconf.el (font-lock-syntactic-keywords):
13991 * progmodes/cmacexp.el (msdos-shells):
13992 * progmodes/compile.el (font-lock-extra-managed-props)
13993 (font-lock-keywords, font-lock-maximum-size)
13994 (font-lock-support-mode):
13995 * progmodes/grep.el (font-lock-lines-before):
13996 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
13997 * progmodes/mixal-mode.el (compile-command):
13998 * progmodes/perl-mode.el (font-lock-comment-face)
13999 (font-lock-doc-face, font-lock-string-face):
14000 * progmodes/prolog.el (comint-prompt-regexp):
14001 * progmodes/sh-script.el (font-lock-comment-face)
14002 (font-lock-set-defaults, font-lock-string-face):
14003 * progmodes/sql.el (font-lock-keyword-face)
14004 (font-lock-set-defaults, font-lock-string-face):
14005 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
14006 (itimer-version, lazy-lock-defer-contextually)
14007 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
14008 Add defvars.
14009
14010 * progmodes/cperl-mode.el (cperl-electric-lbrace)
14011 (cperl-electric-keyword, cperl-electric-pod)
14012 (cperl-electric-backspace, cperl-forward-re)
14013 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
14014 (vc-rcs-header, vc-sccs-header): Add defvars.
14015
14016 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
14017 (font-lock-syntactic-keywords, gud-find-expr-function):
14018 Add defvars.
14019
14020 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
14021 (gdb-frame-parameters): Declare before use.
14022
14023 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
14024 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
14025 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
14026 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
14027
14028 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
14029 (idlwave-help-with-source): Use `insert-buffer-substring', not
14030 `insert-buffer'.
14031
14032 2005-08-29 Juri Linkov <juri@jurta.org>
14033
14034 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
14035 Put outline-back-to-heading function call inside save-excursion.
14036
14037 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
14038
14039 * man.el (Man-init-defvars, Man-translate-references)
14040 (Man-support-local-filenames, Man-highlight-references):
14041 * progmodes/sql.el (sql-interactive-mode):
14042 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
14043
14044 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
14045 (compilation-mode-font-lock-keywords): Add defvars.
14046 (checkdoc-interactive-loop): "?\ " -> "?\s".
14047
14048 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14049 (font-lock-doc-face, font-lock-string-face)
14050 (font-lock-keywords-case-fold-search): Add defvars.
14051 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
14052
14053 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
14054 Don't pass X and Y (they are ignored anyway).
14055 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
14056 (mouse-delete-window): Make arguments optional.
14057
14058 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
14059 (caesar-translate-table, minor-modes, news-buffer-save)
14060 (news-group-name, news-minor-modes): Add defvars.
14061
14062 * emacs-lisp/lselect.el (mouse-highlight-priority)
14063 (x-lost-selection-functions, zmacs-regions):
14064 * emacs-lisp/pp.el (font-lock-verbose):
14065 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
14066 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
14067 (ses-mode-map):
14068 * emacs-lisp/tcover-unsafep.el (safe-functions):
14069 * international/mule-cmds.el (mac-system-coding-system)
14070 (mac-system-locale):
14071 * language/ethio-util.el (rmail-current-message)
14072 (rmail-message-vector):
14073 * language/thai-util.el (thai-auto-composition-mode):
14074 * mail/metamail.el (rmail-current-message, rmail-message-vector):
14075 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
14076 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
14077 (vm-primary-inbox, vm-spool-files):
14078 * mail/rmail.el (deleted-head, font-lock-fontified)
14079 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
14080 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
14081 (total-messages):
14082 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
14083 (rmail-summary-mode-map):
14084 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
14085 (rmail-last-label, rmail-last-multi-labels)
14086 (rmail-summary-vector, rmail-total-messages):
14087 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
14088 * mail/rmailsum.el (msgnum):
14089 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
14090 (rmail-current-message):
14091 * obsolete/fast-lock.el (font-lock-face-list):
14092 * obsolete/rnewspost.el (mail-reply-buffer):
14093 * obsolete/scribe.el (compile-command):
14094 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
14095
14096 2005-08-28 John Paul Wallington <jpw@gnu.org>
14097
14098 * ibuf-ext.el (ibuffer-auto-update-changed):
14099 Use `frame-or-buffer-changed-p' to check whether we need to update.
14100 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
14101 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
14102 as a `frame-or-buffer-changed-p' state vector instead.
14103
14104 2005-08-27 Romain Francoise <romain@orebokech.com>
14105
14106 * textmodes/makeinfo.el (makeinfo-compile):
14107 Use `compilation-start'. Set `next-error-function' according to
14108 `disable-errors'.
14109 (makeinfo-next-error): New function.
14110 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
14111 (makeinfo-buffer): Likewise.
14112
14113 * progmodes/compile.el (compilation-start): Add autoload cookie.
14114
14115 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
14116 * textmodes/sgml-mode.el: Likewise.
14117 * progmodes/python.el: Likewise.
14118
14119 2005-08-27 Eli Zaretskii <eliz@gnu.org>
14120
14121 * simple.el (blink-matching-paren-distance): Document the meaning
14122 of nil value, and allow to customize to nil.
14123
14124 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
14125 command.com, not command.exe.
14126
14127 2005-08-26 John Wiegley <johnw@newartisans.com>
14128
14129 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
14130 code around a bit so that an extraneous nil argument is not added
14131 to a command when no args are given.
14132
14133 * eshell/esh-arg.el (eshell-parse-double-quote): If a
14134 double-quoted argument resolves to nil, return it as an empty
14135 string rather than as nil. This made it impossible to pass "" to
14136 a shell script as a null string argument.
14137
14138 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14139
14140 * outline.el (outline-invent-heading): New fun.
14141 (outline-promote, outline-demote): Use it.
14142 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
14143 (outline-end-of-subtree): Remove unused var `opoint'.
14144
14145 2005-08-26 David Reitter <david.reitter@gmail.com>
14146
14147 * menu-bar.el (truncate-lines, write-file, print-buffer)
14148 (ps-print-buffer-faces, ps-print-buffer, split-window):
14149 Disable menu items when the frame they refer to is invisible, or when
14150 they refer to a buffer and the minibuffer is selected.
14151
14152 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
14153
14154 * progmodes/flymake.el (flymake-highlight-err-lines):
14155 Use save-excursion around flymake-highlight-line to preserve point.
14156
14157 2005-08-26 Eli Zaretskii <eliz@gnu.org>
14158
14159 * progmodes/octave-mod.el: Change Author and Maintainer address.
14160 (octave-maintainer-address): Change Kurt's email address.
14161 * progmodes/octave-inf.el: Change Author and Maintainer address.
14162 * progmodes/octave-hlp.el: Change Author and Maintainer address.
14163
14164 2005-08-26 Kim F. Storm <storm@cua.dk>
14165
14166 * subr.el (version-list-<, version-list-<=, version-list-=):
14167 Rename from integer-list-*.
14168 (version-list-not-zero): Likewise. Fix while loop.
14169 (version=): Use version-list-= instead of string-equal.
14170
14171 2005-08-26 Richard M. Stallman <rms@gnu.org>
14172
14173 * outline.el (outline-promote): Try shortening the heading.
14174 As last resort, read the heading to use.
14175 (outline-demote): As last resort, read the heading to use.
14176
14177 2005-08-26 Romain Francoise <romain@orebokech.com>
14178
14179 * progmodes/compile.el (compilation-start): Doc fix.
14180
14181 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
14182 (antlr-font-lock-additional-keywords): Fix reference to
14183 `antlr-font-lock-literal-regexp' erroneously changed during the
14184 mass face rename.
14185 (antlr-run-tool): Use `compilation-start'.
14186
14187 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
14188 instead of the obsolete `compile-internal'.
14189
14190 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
14191
14192 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
14193 (number, original-date):
14194 * calendar/cal-china.el (date):
14195 * calendar/cal-coptic.el (date):
14196 * calendar/cal-french.el (date):
14197 * calendar/cal-hebrew.el (date, entry, number, original-date):
14198 * calendar/cal-islam.el (date, number, original-date):
14199 * calendar/cal-iso.el (date):
14200 * calendar/cal-julian.el (date):
14201 * calendar/cal-mayan.el (date):
14202 * calendar/cal-menu.el (date, event):
14203 * calendar/cal-persia.el (date):
14204 * calendar/lunar.el (date):
14205 * calendar/solar.el (date): Add defvars.
14206
14207 * emerge.el:
14208 * ibuffer.el:
14209 * info-xref.el:
14210 * obsolete/bg-mouse.el:
14211 * obsolete/sun-curs.el:
14212 * obsolete/swedish.el: Move the `defvar's to the top level.
14213
14214 * smerge-mode.el (smerge-refined-change): Add :group.
14215
14216 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
14217
14218 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
14219 (smerge-keep-n): Remove props.
14220 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
14221 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
14222 now that it's done in smerge-keep-n.
14223 (smerge-refined-change): New face.
14224 (smerge-refine-chopup-region, smerge-refine-highlight-change)
14225 (smerge-refine): New funs.
14226 (smerge-basic-map): Bind smerge-refine.
14227
14228 2005-08-25 Juri Linkov <juri@jurta.org>
14229
14230 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
14231 compilation-process-setup-function and compilation-disable-input
14232 in grep-mode instead of let-bindings in grep.
14233
14234 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
14235 Delete "Automatic File De/compression" (auto-compression-mode).
14236
14237 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
14238
14239 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
14240 Silence warning about non-existent variable.
14241
14242 2005-08-25 Richard M. Stallman <rms@gnu.org>
14243
14244 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
14245 Rename "Describe Key" to "Describe Key or Mouse Operation".
14246
14247 * mail/mailalias.el (build-mail-aliases): Delete comments
14248 from the contents before processing them.
14249
14250 * isearch.el (isearch-edit-string): Erase the Search prompt
14251 if user enters an empty string and there is no default.
14252
14253 * comint.el (comint-file-name-prefix): Add autoload.
14254
14255 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
14256
14257 * subr.el (play-sound): Rearrange to avoid warning.
14258
14259 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
14260
14261 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
14262 New hook.
14263 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
14264
14265 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14266
14267 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
14268
14269 * custom.el (custom-theme-set-variables): Sort minor modes last.
14270
14271 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14272
14273 * subr.el (version-separator, version-regexp-alist): New vars used by
14274 version comparison funs.
14275 (integer-list-<, integer-list-=, integer-list-<=)
14276 (integer-list-not-zero): New funs for integer list comparison.
14277 (version-to-list, version=, version<, version<=): New funs for version
14278 comparison.
14279
14280 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
14281
14282 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
14283 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
14284 time to silence the byte-compiler.
14285
14286 * ibuffer.el (ibuffer-compile-make-eliding-form)
14287 (ibuffer-check-formats): Use `with-no-warnings' to hide references
14288 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
14289 so it's silly to get warnings for it).
14290 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
14291 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
14292 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
14293 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
14294 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
14295 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
14296 Defvar at compile time.
14297 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
14298 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
14299 Declare them before use.
14300
14301 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
14302 (info-xref-good, info-xref-bad): Defvar at compile time.
14303
14304 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
14305 Use `let*' instead of `let'.
14306
14307 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
14308 (*mouse-y*, menu, char): Defvar at compile time.
14309 (sc::menu): Declare it before use.
14310 (sc::pack-one-line): Use `let', not `let*'.
14311
14312 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
14313 (mail-send-hook): Defvar at compile time.
14314
14315 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
14316 Defvar at compile time.
14317
14318 * term/sun-mouse.el (current-global-mousemap)
14319 (current-local-mousemap): Declare them before use.
14320
14321 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
14322
14323 * bookmark.el (bookmark-after-jump-hook): New hook.
14324 (bookmark-jump): Run `bookmark-after-jump-hook'.
14325
14326 2005-08-23 Juri Linkov <juri@jurta.org>
14327
14328 * faces.el (minibuffer-prompt): Doc fix.
14329
14330 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
14331
14332 * progmodes/xscheme.el: Trivial changes to silence warnings.
14333 (xscheme-previous-mode, xscheme-previous-process-state):
14334 Add defvars.
14335 (xscheme-last-input-end, xscheme-process-command-line)
14336 (xscheme-process-name, xscheme-buffer-name)
14337 (xscheme-expressions-ring-max, xscheme-expressions-ring)
14338 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
14339 (xscheme-control-g-synchronization-p)
14340 (xscheme-control-g-disabled-p, xscheme-string-receiver)
14341 (default-xscheme-runlight, xscheme-runlight)
14342 (xscheme-runlight-string, xscheme-process-filter-state)
14343 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
14344 Move to beginning of file.
14345 (scheme-interaction-mode-commands-alist)
14346 (scheme-interaction-mode-map, scheme-debugger-mode-map):
14347 Declare them before use. Note: the initialization code for the variables
14348 has not been moved because it uses functions that reference the variables.
14349 (xscheme-control-g-message-string, xscheme-process-filter-alist)
14350 (xscheme-prompt-for-expression-map): Declare them before use.
14351 (scheme-debugger-mode-commands): "?\ " -> "?\s".
14352
14353 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
14354
14355 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
14356
14357 2005-08-22 Juri Linkov <juri@jurta.org>
14358
14359 * faces.el (set-face-underline): Delete this duplicate function
14360 and make an obsolete alias to set-face-underline-p.
14361 (set-face-underline-p): Use docstring of set-face-underline.
14362 (describe-face): Create hyperlink to parent face.
14363
14364 * info.el (Info-insert-dir): Use save-excursion around
14365 insert-buffer-substring.
14366 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
14367 (Info-escape-percent): Delete function.
14368 (Info-fontify-node): Replace Info-escape-percent by
14369 replace-regexp-in-string with REP arg set to lambda that
14370 duplicates `%' and preserves text properties.
14371
14372 * progmodes/compile.el (compilation-disable-input): Doc fix.
14373 (define-compilation-mode): Doc fix and refill.
14374 (kill-compilation): Use `mode-name' in the error message.
14375 (compilation-find-file): Use `compilation-error' in the
14376 read-file-name's prompt.
14377
14378 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14379
14380 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
14381 (smerge-auto-leave): Make undo re-enable the mode.
14382 (debug-ignored-errors): Add the user-error of impossible resolution.
14383 (smerge-resolve): Move things around a bit, in preparation for later.
14384 (smerge-diff): Don't fail if the buffer has no associated file.
14385 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
14386 (smerge-conflict-overlay): New function.
14387 (smerge-match-conflict): Don't add text properties here.
14388 (smerge-find-conflict): Instead, add an overlay here.
14389 Also check for the case where we're inside a conflict already, so as to
14390 obviate the need for font-lock-multiline, which is unbearably slow with
14391 large conflicts and ciomplex font-lock patterns.
14392 (smerge-remove-props): Remove overlay rather than text-properties.
14393 (smerge-mode): Don't set font-lock-multiline.
14394 Remove overlays when turned off.
14395
14396 2005-08-21 Kim F. Storm <storm@cua.dk>
14397
14398 * ido.el (ido-ignore-item-p): Use save-match-data.
14399 Bind case-fold-search to ido-case-fold locally.
14400
14401 2005-08-20 Richard M. Stallman <rms@gnu.org>
14402
14403 * files.el (normal-mode): If font lock is on, turn it off and on.
14404
14405 * subr.el (replace-regexp-in-string): Doc fix.
14406
14407 * startup.el (command-line-1): Don't suppress startup screen
14408 due to existing processes.
14409
14410 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
14411
14412 * progmodes/compile.el (compilation-disable-input): Default to nil.
14413
14414 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14415
14416 * progmodes/compile.el (compilation-disable-input): New defcustom.
14417 (compilation-start): If compilation-disable-input is non-nil, send
14418 EOF to the compilation process.
14419
14420 2005-08-20 Eli Zaretskii <eliz@gnu.org>
14421
14422 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
14423 Run the argument of tex-shell-cd-command through
14424 convert-standard-filename, to get the correct style of slashes on
14425 Windows, and enclose the result in quotes, in case the file name
14426 includes whitespace or other special characters.
14427
14428 2005-08-19 Andreas Schwab <schwab@suse.de>
14429
14430 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
14431 process.
14432
14433 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
14434
14435 * cus-start.el (minibuffer-prompt-properties): Correct typo.
14436
14437 2005-08-18 Kim F. Storm <storm@cua.dk>
14438
14439 * scroll-lock.el: Fix errors due to incorrect line wrapping.
14440
14441 2005-08-18 Richard M. Stallman <rms@gnu.org>
14442
14443 * scroll-lock.el: New file.
14444
14445 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
14446
14447 * dired.el (dired-move-to-end-of-filename):
14448 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
14449
14450 2005-08-18 Kim F. Storm <storm@cua.dk>
14451
14452 * ido.el (ido-everywhere): Fix defcustom :set function to disable
14453 rather than toggle mode when custom value is nil.
14454 (ido-everywhere): Fix defun doc string.
14455
14456 2005-08-17 Richard M. Stallman <rms@gnu.org>
14457
14458 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
14459 as tag instead of "Inviolable".
14460
14461 2005-08-17 Kim F. Storm <storm@cua.dk>
14462
14463 * windmove.el (windmove-coordinates-of-position): Remove.
14464 (windmove-coordinates-of-window-position): Remove.
14465 (windmove-reference-loc): Use posn-at-point instead.
14466
14467 * subr.el (insert-for-yank-1): Doc fix.
14468
14469 * ido.el (ido-enter-matching-directory): Rename from
14470 ido-enter-single-matching-directory. Change `slash' choice to
14471 `only'. Add `first' choice.
14472 (ido-exhibit): Adapt to above changes.
14473
14474 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
14475
14476 * Makefile.in: Expand comment about building loaddefs.el.
14477
14478 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
14479
14480 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
14481 Comment use of defadvice.
14482
14483 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
14484
14485 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
14486
14487 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
14488 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
14489 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
14490 * progmodes/idlw-shell.el, progmodes/ld-script.el,
14491 * progmodes/which-func.el, ruler-mode.el, strokes.el,
14492 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
14493 for backward compatibility for faces that did not appear in the
14494 previous Emacs release.
14495
14496 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
14497
14498 2005-08-15 Kim F. Storm <storm@cua.dk>
14499
14500 * emulation/cua-base.el (cua-delete-region): Return t if
14501 deleted region was non-empty.
14502 (cua-replace-region): Inhibit overwrite-mode for
14503 self-insert-command if replaced region was non-empty.
14504 (cua--explicit-region-start, cua--status-string): Make them
14505 buffer-local at top-level...
14506 (cua-mode): ...rather than when mode is enabled.
14507
14508 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
14509
14510 * progmodes/vhdl-mode.el (vhdl-emacs-21):
14511 Set t for Emacs 21, 22, and so on.
14512
14513 2005-08-15 David Ponce <david@dponce.com>
14514
14515 * tree-widget.el: Update Commentary header.
14516 (tree-widget-theme): Doc fix.
14517 (tree-widget-space-width): New option.
14518 (tree-widget-image-properties): Look up in the default theme too.
14519 (tree-widget--cursors): Only for images with arrow pointer shape.
14520 (tree-widget-lookup-image): Pointer shape is hand by default.
14521 (tree-widget-icon): Rename generic icon widget from
14522 `tree-widget-control'.
14523 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
14524 derive from `tree-widget-icon'.
14525 (tree-widget-handle): Improve default look and feel of the text
14526 representation.
14527 (tree-widget): Rename :*-control properties to :*-icon properties.
14528 Add :action and :help-echo properties.
14529 (tree-widget-after-toggle-functions): Move.
14530 (tree-widget-close-node, tree-widget-open-node): Remove.
14531 (tree-widget-before-create-icon-functions): New hook.
14532 (tree-widget-value-create): Update to allow customization of icons
14533 and nodes at run-time via that new hook.
14534 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
14535 (tree-widget-icon-action, tree-widget-icon-help-echo)
14536 (tree-widget-action, tree-widget-help-echo): New functions.
14537
14538 2005-08-15 Kim F. Storm <storm@cua.dk>
14539
14540 * ido.el (ido-buffer-internal): Use with-no-warnings.
14541 (ido-make-merged-file-list): Use while-no-input.
14542
14543 2005-08-15 Richard M. Stallman <rms@gnu.org>
14544
14545 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
14546 (flyspell-large-region): Fix doc and custom type.
14547
14548 2005-08-14 Richard M. Stallman <rms@gnu.org>
14549
14550 * files.el (interpreter-mode-alist): Doc fix.
14551
14552 * mail/rmail.el (rmail-nonignored-headers): New variable.
14553 (rmail-clear-headers): Use it.
14554 (rmail-reply): Better handling of mail-followup-to header.
14555
14556 * progmodes/sh-script.el (sh-font-lock-keywords-var):
14557 Rename variable from sh-font-lock-keywords. In the `shell' entry,
14558 don't try to refer to executable-font-lock-keywords.
14559 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
14560 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
14561 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
14562 (sh-mode): Set comment-start-skip, local-abbrev-table,
14563 imenu-case-fold-search.
14564 (sh-set-shell): Don't set them here.
14565 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
14566 Don't cache the results in the original alist; don't ever modify
14567 that alist.
14568
14569 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
14570
14571 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
14572 empty.
14573
14574 2005-08-15 Andreas Schwab <schwab@suse.de>
14575
14576 * desktop.el: Put autoload cookie at risky-local-variable declarations.
14577
14578 * dired.el, info.el, mail/rmail.el: Revert last change.
14579
14580 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
14581
14582 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
14583 modification in `eval-after-load' form.
14584 * info.el: Likewise.
14585 * mail/rmail.el: Likewise.
14586
14587 2005-08-14 Juri Linkov <juri@jurta.org>
14588
14589 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14590 Remove highlighting of "Compilation started". Highlight only
14591 the word "finished" in "Compilation finished". Add highlighting
14592 of "interrupt", "killed", "terminated" and the exit code.
14593 (compilation-start): Add newline after header. Use exactly the
14594 same time stamp format as the finishing message.
14595 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
14596
14597 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
14598 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
14599 Add highlighting of "interrupt", "killed", "terminated".
14600
14601 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
14602 enabled and the current command is self-insert-command, call it
14603 explicitly with overwrite-mode bound to nil, to not allow it
14604 to delete the character after the selected region.
14605
14606 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
14607
14608 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
14609 move-end-of-line, end-of-line, and beginning-of-line to the list
14610 of commands after which the echo area is updated.
14611
14612 2005-08-12 Eli Zaretskii <eliz@gnu.org>
14613
14614 * cus-edit.el (custom-save-all, custom-save-delete):
14615 Bind recentf-exclude to exclude custom-file.
14616
14617 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
14618
14619 * mail/rmailsum.el (rmail-summary-end-of-message): New command
14620 to go to the bottom of the mail message. Added to
14621 `rmail-summary-mode-map' with key "/".
14622 (rmail-summary-show-message): New (internal) function for use by
14623 both `rmail-summary-beginning/end-of-message'.
14624 (rmail-summary-beginning-of-message): Change to use
14625 rmail-summary-show-message.
14626
14627 * mail/rmail.el (rmail-end-of-message): New command to go to the
14628 end of the current message. Added to `rmail-mode-map' with key "/".
14629 (rmail-beginning-of-message): Fix to work as documented.
14630 (rmail-mode): Change documentation.
14631
14632 * progmodes/compile.el (compilation-start): Add the line
14633 "Compilation started" with compilation start time.
14634 (compilation-mode-font-lock-keywords): Add `started' to keywords.
14635
14636 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
14637
14638 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
14639 of menu items.
14640
14641 2005-08-11 Richard M. Stallman <rms@gnu.org>
14642
14643 * simple.el (pop-global-mark): Reverse test of widen-automatically.
14644
14645 * battery.el (battery-status-function): Don't use ignore-errors.
14646
14647 2005-08-11 Lute Kamstra <lute@gnu.org>
14648
14649 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
14650 define-obsolete-variable-alias.
14651
14652 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
14653
14654 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
14655 (ange-ftp-send-cmd): Revert last change, and expand
14656 the comment explaining the problem.
14657
14658 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
14659
14660 * ldefs-boot.el: Update.
14661
14662 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
14663 item to "Time, Load and Mail". Change help echo text.
14664
14665 * time.el (display-time-use-mail-icon, display-time-format)
14666 (display-time-string-forms): Shorten first line of docstrings.
14667
14668 2005-08-10 Lars Hansen <larsh@soem.dk>
14669
14670 * desktop.el (desktop-buffer-mode-handlers):
14671 Make non-customizable. Add autoload cookie. Change initial value to
14672 nil; add elements in respective modules instead. Fix doc string.
14673 (desktop-load-file): New function.
14674 (desktop-minor-mode-handlers): New autoloaded variable.
14675 (desktop-create-buffer): Call minor mode handlers.
14676 Use desktop-load-file to load major and minor mode modules prior to
14677 checking for a handler.
14678 (desktop-save): Don't add nil to desktop-minor-modes for minor
14679 modes with nil function in desktop-minor-mode-table. Don't delete
14680 desktop file before rewriting it.
14681 (desktop-locals-to-save): Add autoload cookie. Don't make
14682 automatically buffer-local. Add variables column-number-mode,
14683 size-indication-mode, indent-tabs-mode,
14684 indicate-buffer-boundaries, indicate-empty-lines and
14685 show-trailing-whitespace.
14686 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
14687 regexps. Don't use desktop-clear-preserve-buffers-regexp.
14688 (desktop-clear-preserve-buffers-regexp): Delete.
14689 (desktop-clear-preserve-buffers): Update initial value and docstring.
14690 (desktop-save-buffer): Fix doc string.
14691
14692 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
14693 (hilit-chg-desktop-restore): New function.
14694 (highlight-changes-mode): Add highlight-changes-mode to
14695 desktop-locals-to-save.
14696
14697 * dired.el: Add handler to desktop-buffer-mode-handlers.
14698 (dired-restore-desktop-buffer): Remove autoload cookie.
14699 (dired-mode): Add autoload cookie.
14700
14701 * info.el: Add handler to desktop-buffer-mode-handlers.
14702 (Info-restore-desktop-buffer): Remove autoload cookie.
14703 (Info-mode): Add autoload cookie.
14704
14705 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
14706 (mh-restore-desktop-buffer): Remove autoload cookie.
14707 (mh-folder-mode): Add autoload cookie.
14708
14709 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
14710 (rmail-restore-desktop-buffer): Remove autoload cookie.
14711
14712 2005-08-11 Masatake YAMATO <jet@gyve.org>
14713
14714 * hexl.el (hexl-address-region):
14715 (hexl-ascii-region, hexl-font-lock-keywords):
14716 (hexl-highlight-line-range): Use the term "region"
14717 instead of "area" for consistency with the other symbols
14718 defined in hexl.el.
14719
14720 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
14721
14722 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
14723 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
14724 out by Juri Linkov). Add `display-battery-mode'.
14725
14726 2005-08-09 Juri Linkov <juri@jurta.org>
14727
14728 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14729 Remove `-text' from face variable names.
14730 (compilation-error-file-name, compilation-warning-file-name)
14731 (compilation-info-file-name): Delete faces.
14732 (compilation-line-number, compilation-column-number):
14733 Remove face underlining.
14734 (compilation-message-face): Set to `underline' value by default.
14735 (compilation-error-face, compilation-warning-face)
14736 (compilation-info-face): Remove `-file-name' from face names.
14737 (compilation-error-text-face, compilation-warning-text-face)
14738 (compilation-info-text-face): Delete face variables.
14739 (compilation-text-face): Delete function.
14740
14741 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
14742 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
14743 (grep-error-face): Set to `compilation-error' instead of
14744 `compilation-error-face' (which is redefined to `grep-hit-face' in
14745 grep buffers).
14746 (grep-mode-font-lock-keywords): Remove `-text' from face variable
14747 names. Use `grep-error-face' instead of `compilation-error-text-face'.
14748
14749 * dired-aux.el (dired-do-query-replace-regexp):
14750 Use `query-replace-read-args'.
14751
14752 * replace.el (query-replace-read-from, query-replace-read-to)
14753 (query-replace-read-args): Rename arg `string' to `prompt'.
14754
14755 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
14756
14757 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
14758
14759 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
14760 uploading files.
14761 (ange-ftp-canonize-filename): Handle file names beginning with ~
14762 correctly.
14763
14764 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
14765
14766 * textmodes/fill.el (canonically-space-region)
14767 (fill-context-prefix, fill-french-nobreak-p)
14768 (fill-delete-newlines, fill-comment-paragraph)
14769 (justify-current-line): "?\ " -> "?\s".
14770
14771 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
14772
14773 * textmodes/fill.el (fill-nonuniform-paragraphs):
14774 Improve argument/docstring consistency.
14775
14776 2005-08-09 Richard M. Stallman <rms@gnu.org>
14777
14778 * textmodes/ispell.el (ispell-word): More fboundp checks.
14779
14780 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
14781 (find-file-noselect-1): Call it here, only if RAWFILE.
14782 (normal-mode): Always set some major mode.
14783 (save-some-buffers-action-alist): Change some explanation strings.
14784 (file-name-non-special): In the `quote' method, use unwind-protect.
14785
14786 2005-08-09 Magnus Henoch <mange@freemail.hu>
14787
14788 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
14789 (ispell-have-aspell-dictionaries): New variable.
14790 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
14791 (ispell-get-aspell-config-value): New function.
14792 (ispell-aspell-find-dictionary): New function.
14793 (ispell-aspell-add-aliases): New function.
14794 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
14795 appropriate. Don't look for ispell dictionaries if we use aspell.
14796 (ispell-menu-map): Don't build a submenu of dictionaries.
14797
14798 2005-08-09 Richard M. Stallman <rms@gnu.org>
14799
14800 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
14801 (sql-read-passwd): Use read-passwd.
14802
14803 * progmodes/idlw-toolbar.el (idlwave-toolbar)
14804 (idlwave-toolbar-is-possible): Add defvars.
14805
14806 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
14807 Avoid warnings.
14808
14809 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
14810 (idlwave-system-class-info, idlwave-executive-commands-alist):
14811 Use defvar.
14812
14813 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
14814
14815 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
14816 Avoid warnings.
14817
14818 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
14819 and content-type: headers.
14820
14821 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
14822
14823 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
14824 and rename some of them to be more self-explanatory.
14825
14826 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
14827
14828 * startup.el (command-line-1): Implement -scriptload.
14829
14830 * replace.el (occur-engine): Initial *Occur* output not undoable.
14831
14832 * menu-bar.el (menu-bar-file-menu): Rename some menu items
14833 and improve help strings.
14834
14835 * isearch.el (isearch-repeat): When changing direction,
14836 mark search successful.
14837
14838 * ediff-init.el: Use (featurep 'xemacs).
14839
14840 * comint.el (send-invisible): Identify buffer, if not selected.
14841
14842 * align.el: Delete autoload for c-guess-basic-syntax.
14843
14844 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
14845
14846 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
14847 Improve argument/docstring consistency. Doc fixes.
14848 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
14849 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
14850 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
14851 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
14852 (r2bv-organization, r2bv-pages, r2bv-primary-author)
14853 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
14854 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
14855 Defvar at compile time.
14856
14857 2005-08-09 Juri Linkov <juri@jurta.org>
14858
14859 * info.el: Replace `info' with upper-case `Info' where appropriate.
14860 (info-title-1, info-title-2, info-title-3, info-title-4)
14861 (info-menu-header): Move up face definitions.
14862 (info-menu-star): Rename from `info-menu-5'.
14863 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
14864 (Info-fontify-visited-nodes): Fix docstring.
14865 (Info-hide-note-references): Fix docstring.
14866 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
14867 menu items in the same way as on cross-references.
14868 (info-apropos): Fix sorting order and formatting to be like in the
14869 stand-alone Info browser. Display error messages for 1 sec.
14870 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
14871 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
14872 from the menu bar.
14873 (Info-insert-dir): Restore point after calling
14874 `insert-buffer-substring'.
14875
14876 2005-08-08 Richard M. Stallman <rms@gnu.org>
14877
14878 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
14879 (recompute-lucid-menubar): Add defvars.
14880
14881 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
14882
14883 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
14884
14885 * net/net-utils.el (run-dig): Rename from `dig'.
14886
14887 * play/gametree.el (gametree-mode): Use make-local-variable,
14888 not make-variable-buffer-local.
14889
14890 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
14891
14892 * ansi-color.el (ansi-color-make-extent)
14893 (ansi-color-set-extent-face): Use fboundp, not functionp.
14894
14895 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
14896 not make-variable-buffer-local.
14897
14898 * bookmark.el (Info-current-file): Add defvar.
14899 (bookmark-jump-noselect): Use with-no-warnings.
14900
14901 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
14902
14903 * ebuff-menu.el (Helper-return-blurb): Add defvar.
14904
14905 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
14906
14907 * find-file.el (ada-procedure-start-regexp)
14908 (ada-package-start-regexp): Add defvars.
14909
14910 * info.el (Info-insert-dir): Use insert-buffer-substring.
14911
14912 * xml.el (xml-att-def-re): Add defvar.
14913
14914 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
14915 calling convention.
14916
14917 * subr.el (while-no-input): Return t if there is input.
14918
14919 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
14920
14921 * cus-start.el (all): Add `overflow-newline-into-fringe'.
14922
14923 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
14924
14925 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
14926 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
14927
14928 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
14929
14930 * cmuscheme.el (scheme-start-file): Replace reference to
14931 `user-emacs-directory' by "~/.emacs.d/".
14932
14933 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
14934
14935 * info.el (Info-dir-remove-duplicates): Avoid case folding
14936 in loop; instead, keep downcased strings for comparison.
14937 Suggested by Helmut Eller.
14938
14939 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
14940
14941 Sync with Tramp 2.0.50.
14942
14943 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
14944 XEmacs case; not necessary anymore.
14945 (tramp-user-regexp): Allow "@" as part of user name.
14946 (tramp-handle-set-visited-file-modtime)
14947 (tramp-handle-insert-file-contents)
14948 (tramp-handle-write-region): No special handling for
14949 `last-coding-system-used, because this is done in
14950 `tramp-accept-process-output' now.
14951 (tramp-accept-process-output): New defun.
14952 (tramp-process-one-action, tramp-process-one-multi-action)
14953 (tramp-wait-for-regexp, tramp-wait-for-output)
14954 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
14955 Howells <dhowells@redhat.com>.
14956 (clear-visited-file-modtime): Defadvice removed. The check for
14957 unset buffer's modtime does not need to be based on
14958 `tramp-buffer-file-attributes'. Suggested by RMS.
14959 (tramp-message): Insert "\n" if not being at beginning of line.
14960 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
14961 sequence with same logic.
14962 (tramp-completion-handle-expand-file-name): Discard call of
14963 `tramp-drop-volume-letter'. It is not necessary, and there have
14964 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
14965 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
14966 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
14967 should always be visible.
14968 (tramp-handle-insert-directory, tramp-setup-complete)
14969 (tramp-set-process-query-on-exit-flag)
14970 (tramp-append-tramp-buffers): Pacify byte-compiler.
14971 (tramp-bug): Delete non-existing variables from list.
14972 Apply `tramp-load-report-modules' as pre-hook.
14973 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
14974 `shell-prompt-pattern' because of non-7bit characters.
14975 Reported by Sebastian Luque <sluque@mun.ca>.
14976 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
14977 (tramp-match-string-list): Remove function.
14978 (tramp-wait-for-regexp): Remove call of that function.
14979 Suggested by Kim F. Storm <storm@cua.dk>.
14980 (tramp-set-auto-save-file-modes): Use octal integer code #o600
14981 instead of octal character code ?\600. The latter resulted in a
14982 syntax error with XEmacs.
14983
14984 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
14985 XEmacs case; not necessary anymore.
14986 (tramp-smb-handle-write-region): No special handling for
14987 `last-coding-system-used, because this is done in
14988 `tramp-accept-process-output' now.
14989 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
14990
14991 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
14992
14993 * wid-edit.el (widget-choice-value-create):
14994 Unconditionally respect user choice. Set :explicit-choice back to nil
14995 when no longer needed.
14996 (widget-choice-action): Unconditionally respect user choice.
14997 Eliminate :explicit-choice-value.
14998
14999 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
15000
15001 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
15002 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
15003 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
15004 running new function `toggle-indicate-empty-lines'.
15005 Rename "Customize" item to "Customize fringe".
15006 Rename "Indicators" item to "Buffer boundaries" and change help echo.
15007 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
15008 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
15009 Delete "Empty lines only" item.
15010 (menu-bar-showhide-fringe-ind-customize): New function.
15011 (menu-bar-showhide-fringe-ind-mixed)
15012 (menu-bar-showhide-fringe-ind-box)
15013 (menu-bar-showhide-fringe-ind-right)
15014 (menu-bar-showhide-fringe-ind-left)
15015 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
15016 instead of `fringe-indicators'.
15017
15018 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15019
15020 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
15021 Change the date of last update.
15022
15023 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15024
15025 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
15026 (viper-exec-yank, viper-put-back): Don't display modification msg
15027 if in the minibuffer.
15028
15029 * viper-init.el (viper-replace-overlay-cursor-color)
15030 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
15031 Make variables frame local.
15032
15033 * viper-util.el (viper-append-filter-alist): Use append instead of
15034 nconc.
15035
15036 * viper.el (viper-vi-state-mode-list)
15037 (viper-emacs-state-mode-list): Move help-mode and
15038 completion-list-mode from the first list to the second.
15039 (viper-mode): Docstring.
15040 (viper-go-away, viper-non-hook-settings): Don't localize
15041 minor-mode-alist in newer Emacsen. Add advice to
15042 set-cursor-color. Don't bind "\C-c\\".
15043
15044 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
15045
15046 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
15047 (scheme-macro-expand-command): New user options.
15048 (scheme-trace-procedure, scheme-expand-current-form): New commands.
15049 (scheme-form-at-point, scheme-start-file)
15050 (scheme-interactively-start-process): New functions.
15051 (scheme-get-process): New function, extracted from `scheme-proc'.
15052 (run-scheme): Call `scheme-start-file' to get start file, and pass
15053 it to `make-comint'.
15054 (switch-to-scheme, scheme-proc):
15055 Call `scheme-interactively-start-process' if no Scheme buffer/process
15056 is available.
15057
15058 2005-08-06 Juri Linkov <juri@jurta.org>
15059
15060 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15061 Use `compilation-text-face', `compilation-info-text-face' and
15062 `compilation-error-text-face' instead of `font-lock-keyword-face'.
15063 (compilation-error): New face.
15064 (compilation-error-file-name): Inherit from
15065 `compilation-error' instead of `font-lock-warning-face'.
15066 (compilation-warning-file-name): Inherit from
15067 `compilation-warning' instead of `font-lock-warning-face'.
15068 (compilation-info, compilation-error-file-name)
15069 (compilation-warning-file-name, compilation-info-file-name)
15070 (compilation-line-number, compilation-column-number): Doc fix.
15071 (compilation-error-text-face, compilation-warning-text-face)
15072 (compilation-info-text-face): New face variables.
15073 (compilation-line-face, compilation-column-face)
15074 (compilation-enter-directory-face)
15075 (compilation-leave-directory-face): Doc fix.
15076 (compilation-text-face): New function.
15077
15078 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
15079 instead of 1 to display binary file names as info file links.
15080 (grep-error-face): Use `compilation-error-face' instead of
15081 `font-lock-keyword-face'.
15082 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
15083 and `compilation-warning-text-face' instead of
15084 `font-lock-keyword-face'. Use `compilation-error-text-face'
15085 instead of `grep-error-face'.
15086
15087 2005-08-05 Kenichi Handa <handa@m17n.org>
15088
15089 * international/code-pages.el: Add autoload cookies for all coding
15090 systems.
15091
15092 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
15093
15094 * cus-start.el (all): Put undo.c where it alphabetically belongs.
15095
15096 2005-08-04 Juri Linkov <juri@jurta.org>
15097
15098 * progmodes/compile.el (compilation-mode-map):
15099 * progmodes/grep.el (grep-mode-map):
15100 Bind TAB to `compilation-next-error' and [backtab] to
15101 `compilation-previous-error'.
15102
15103 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
15104 matching line numbers, column numbers and their ranges with regexp
15105 matching only line numbers.
15106 (grep-context-face): New face variable.
15107 (grep-mode-font-lock-keywords): Use it.
15108
15109 * faces.el (read-face-name): Delete duplicate faces.
15110
15111 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
15112
15113 * thumbs.el (thumbs-find-image): Don't make variables
15114 automatically buffer local.
15115 (thumbs-current-tmp-filename, thumbs-current-image-filename)
15116 (thumbs-image-num): Make automatically buffer local.
15117 (thumbs-show-thumbs-list): Use `make-local-variable', not
15118 `make-variable-buffer-local'.
15119 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
15120
15121 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
15122 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
15123 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
15124 (bother, bye, canyou, chatlst, continue, deathlst, describe)
15125 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
15126 (feelings-about, foullst, found, hello, history, howareyoulst)
15127 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
15128 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
15129 (neglst, obj, object, owner, please, problems, qlist)
15130 (random-adjective, relation, remlst, repetitive-shortness)
15131 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
15132 (shortlst, something, sportslst, stallmanlst, states, subj)
15133 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
15134 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
15135 Defvar at compile time.
15136
15137 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
15138 not `make-variable-buffer-local'.
15139
15140 2005-08-02 Kim F. Storm <storm@cua.dk>
15141
15142 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
15143 rectangle overlay in selected window.
15144
15145 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
15146
15147 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
15148 instead of display group. Make `indicate-buffer-boundaries'
15149 customizable through Custom.
15150
15151 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
15152
15153 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
15154 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
15155 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
15156 (gdb-put-string): Fix typos in docstrings.
15157
15158 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
15159
15160 Update copyright notices of files in progmodes directory for
15161 release of Emacs 22.1.
15162
15163 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
15164
15165 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
15166 Don't barf if the GUD buffer has been killed.
15167
15168 2005-08-01 Kim F. Storm <storm@cua.dk>
15169
15170 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
15171
15172 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
15173
15174 * simple.el (next-error-follow-minor-mode):
15175 make-variable-buffer-local -> make-local-variable.
15176
15177 * emacs-lisp/cl-extra.el: Require CL also when compiling.
15178
15179 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
15180 (byte-compile-form-make-variable-buffer-local): New functions to warn
15181 about misuses of make-variable-buffer-local where make-local-variable
15182 was meant.
15183
15184 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
15185
15186 * bs.el (bs-attributes-list): Doc fix.
15187 (bs): Update url-link.
15188
15189 * desktop.el (desktop-save-buffer): Fix typos in docstring.
15190 (desktop-load-default): Simplify.
15191
15192 * ibuffer.el (ibuffer-columnize-and-insert-list)
15193 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
15194 (ibuffer-unmark-all, ibuffer-toggle-marks)
15195 (ibuffer-unmark-forward, ibuffer-unmark-backward)
15196 (ibuffer-compile-make-format-form, ibuffer-format-column)
15197 (ibuffer-current-buffers-with-marks)
15198 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
15199 (ibuffer): Doc fix.
15200 (ibuffer-mode): Fix typo in docstring.
15201 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
15202 with `define-obsolete-variable-alias'.
15203 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
15204
15205 2005-07-29 Kenichi Handa <handa@m17n.org>
15206
15207 * international/mule-cmds.el (select-message-coding-system):
15208 Be sure to use LF for end-of-line. If no coding system is decided,
15209 return iso-8859-1-unix.
15210
15211 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
15212
15213 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
15214 (ange-ftp-pending-error-line): New vars.
15215 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
15216 to handle the non-fatal no-route-to-host messages.
15217 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
15218
15219 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
15220
15221 * isearch.el (isearch-mode-map, isearch-other-meta-char)
15222 (isearch-quote-char, isearch-printing-char)
15223 (isearch-text-char-description): "?\ " -> "?\s".
15224 (isearch-lazy-highlight-cleanup)
15225 (isearch-lazy-highlight-initial-delay)
15226 (isearch-lazy-highlight-interval)
15227 (isearch-lazy-highlight-max-at-a-time)
15228 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
15229 Declare with define-obsolete-*-alias macros.
15230 (isearch-forward): Fix typo in docstring.
15231 (search-invisible, search-ring-yank-pointer)
15232 (regexp-search-ring-yank-pointer): Doc fixes.
15233
15234 * recentf.el (recentf-menu-append-commands-p): Declare with
15235 `define-obsolete-variable-alias'.
15236 (recentf-max-saved-items, recentf-menu-filter)
15237 (recentf-arrange-by-rule-subfilter): Doc fixes.
15238 (recentf-menu-append-commands-flag)
15239 (recentf-initialize-file-name-history, recentf-expand-file-name)
15240 (recentf-clear-data): Fix typos in docstrings.
15241
15242 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
15243
15244 * progmodes/gdb-ui.el: Smarten comments.
15245 (gdb-info-breakpoints-custom): Use nowarn when finding file.
15246
15247 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15248
15249 * term/apollo.el (terminal-init-apollo): New function containing
15250 all former top level forms in the file.
15251 * term/bobcat.el (terminal-init-bobcat):
15252 * term/cygwin.el (terminal-init-cygwin):
15253 * term/iris-ansi.el (terminal-init-iris-ansi):
15254 * term/linux.el (terminal-init-linux):
15255 * term/news.el (terminal-init-news):
15256 * term/rxvt.el (terminal-init-rxvt):
15257 * term/sun.el (terminal-init-sun):
15258 * term/tvi970.el (terminal-init-tvi970):
15259 * term/vt100.el (terminal-init-vt100):
15260 * term/vt102.el (terminal-init-vt102):
15261 * term/vt125.el (terminal-init-vt125):
15262 * term/vt200.el (terminal-init-vt200):
15263 * term/vt201.el (terminal-init-vt201):
15264 * term/vt220.el (terminal-init-vt220):
15265 * term/vt240.el (terminal-init-vt240):
15266 * term/vt300.el (terminal-init-vt300):
15267 * term/vt320.el (terminal-init-vt320):
15268 * term/vt400.el (terminal-init-vt400):
15269 * term/vt420.el (terminal-init-vt420):
15270 * term/wyse50.el (terminal-init-wyse50):
15271 * term/xterm.el (terminal-init-xterm): Likewise.
15272
15273 * term/README: Describe the terminal-init-* functionality.
15274
15275 * startup.el (command-line): After loading the terminal initialization
15276 file call the corresponding terminal initialization function.
15277
15278 2005-07-27 Kenichi Handa <handa@m17n.org>
15279
15280 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
15281 negative.
15282
15283 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
15284 (ps-mule-composition-prologue): Fix for the case that
15285 RelativeCompose is false.
15286
15287 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15288
15289 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
15290
15291 * descr-text.el (describe-char): Handle the case where the list of
15292 chars is displayed in a separate frame.
15293 Be a bit more discriminating when looking for the char.
15294
15295 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
15296
15297 * bookmark.el (bookmark-automatically-show-annotations)
15298 (bookmark-read-annotation-text-func): Doc fixes.
15299 (bookmark-save): Improve argument/docstring consistency.
15300 (bookmark-get-bookmark, bookmark-get-bookmark-record)
15301 (bookmark-alist-from-buffer)
15302 (bookmark-upgrade-file-format-from-0)
15303 (bookmark-grok-file-format-version)
15304 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
15305 (bookmark-read-annotation-mode)
15306 (bookmark-insert-current-bookmark, bookmark-jump)
15307 (bookmark-exit-hook): Fix typos in docstrings.
15308 (bookmark-exit-hooks): Define as obsolete alias.
15309 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
15310 not `bookmark-exit-hooks'. Fix docstring.
15311 (bookmark-bmenu-select): "?\ " -> "?\s".
15312
15313 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
15314
15315 * startup.el (command-line): Fix typo.
15316
15317 2005-07-24 Richard M. Stallman <rms@gnu.org>
15318
15319 * tooltip.el (tooltip-mode): Test emacs-basic-display,
15320 not emacs-quick-startup.
15321
15322 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
15323
15324 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
15325 (reb-next-match, reb-show-subexp): Use `with-selected-window'
15326 instead of `reb-with-current-window'.
15327 (reb-prev-match): Likewise. Also, don't move left if the search
15328 was unsuccessful.
15329 (reb-initialize-buffer): New function.
15330 (re-builder, reb-change-syntax): Use it.
15331
15332 * man.el (Man-goto-page): Make second argument NOERROR optional.
15333
15334 2005-07-23 Richard M. Stallman <rms@gnu.org>
15335
15336 * man.el (Man-bgproc-sentinel): Check here for failure to find
15337 any man page in the output, and report the error here.
15338 (Man-arguments): Make it permanent local.
15339 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
15340 (Man-mode): Pass t for NOERROR.
15341
15342 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
15343 (grep-mode-font-lock-keywords):
15344 Don't use compilation-...-face for messages that are not file names.
15345
15346 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15347 Don't use compilation-...-face for messages that are not file names.
15348
15349 2005-07-22 Juri Linkov <juri@jurta.org>
15350
15351 * startup.el (normal-splash-screen): Update menu name.
15352
15353 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
15354
15355 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15356
15357 * term/xterm.el: Load term/rxvt if the terminal is actually an
15358 rxvt terminal.
15359 (xterm-rxvt-set-background-mode): Remove, not used anymore.
15360
15361 * term/rxvt.el (function-key-map): Use substitute-key-definition
15362 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
15363
15364 * term/cygwin.el: New file.
15365
15366 2005-07-22 Kim F. Storm <storm@cua.dk>
15367
15368 * image-file.el (insert-image-file, image-file-yank-handler):
15369 Fix last change to maintain a (unique) yank-handler on yanked images.
15370
15371 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
15372
15373 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
15374 of the file size (as in "177B" for 177 bytes). This happens with
15375 "ls -lh" on FreeBSD.
15376
15377 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
15378
15379 * hilit-chg.el (highlight-changes-global-initial-state)
15380 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
15381 (hilit-chg-fixup, highlight-changes-mode):
15382 Fix typos in docstrings.
15383 (highlight-changes-global-modes, highlight-changes-rotate-faces):
15384 Doc fixes.
15385
15386 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
15387
15388 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
15389 mode function using `eval-after-load'.
15390
15391 2005-07-21 Kim F. Storm <storm@cua.dk>
15392
15393 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
15394 included when reporting an emacs crash, and tell about the DEBUG file.
15395
15396 * image-file.el (insert-image-file): Add yank-handler.
15397 (image-file-yank-handler): Yank handler to make unique copies of
15398 images when they are yanked into a buffer next to each other.
15399
15400 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
15401
15402 * comint.el (comint-use-prompt-regexp, comint-send-input)
15403 (comint-source-default, comint-extract-string)
15404 (comint-get-source, comint-word, comint-completion)
15405 (comint-source, comint-prompt-read-only, comint-update-fence):
15406 Fix typos in docstrings.
15407 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
15408 Declare with define-obsolete-*-alias macros.
15409 (comint-previous-matching-input-from-input)
15410 (comint-next-matching-input-from-input)
15411 (comint-previous-matching-input, comint-next-matching-input)
15412 (comint-forward-matching-input):
15413 Improve argument/docstring consistency.
15414
15415 * desktop.el (desktop-clear-preserve-buffers-regexp):
15416 Also preserve the *server* buffer.
15417
15418 * simple.el (clone-indirect-buffer): Doc fix.
15419 (fixup-whitespace, just-one-space)
15420 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
15421 (next-error, next-error-highlight)
15422 (next-error-highlight-no-select, next-error-last-buffer)
15423 (next-error-buffer-p, next-error-find-buffer, next-error)
15424 (previous-error, next-error-no-select, previous-error-no-select)
15425 (open-line, split-line, minibuffer-prompt-width, kill-new)
15426 (binary-overwrite-mode): Fix typos in docstrings.
15427 (set-fill-column): Fix typo in message.
15428
15429 * skeleton.el (skeleton-proxy-new): Doc fix.
15430
15431 * strokes.el (strokes-load-hook): Doc fix.
15432 (strokes-grid-resolution, strokes-get-grid-position)
15433 (strokes-renormalize-to-grid, strokes-read-stroke)
15434 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
15435 (strokes-global-map): Fix typos in docstrings.
15436 (strokes-help): Doc fix. Fix help message and pass it through
15437 `substitute-command-keys'.
15438
15439 * tempo.el (tempo-insert-prompt, tempo-interactive)
15440 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
15441 (tempo-insert-string-functions, tempo-local-tags)
15442 (tempo-define-template, tempo-insert-template)
15443 (tempo-insert-prompt-compat, tempo-is-user-element)
15444 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
15445 Fix typos in docstrings.
15446
15447 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
15448 (vcursor-key-bindings, vcursor-use-vcursor-map)
15449 (vcursor-find-window, vcursor-scroll-down)
15450 (vcursor-disable, vcursor-beginning-of-buffer)
15451 (vcursor-end-of-buffer): Fix typos in docstrings.
15452 (vcursor-relative-move, vcursor-get-char-count):
15453 Improve argument/docstring consistency.
15454
15455 * version.el: "?\ " -> "?\s".
15456
15457 * wid-edit.el (widget-default-create, widget-after-change)
15458 (widget-default-format-handler, widget-checklist-add-item)
15459 (widget-radio-add-item, widget-choose, widget-specify-secret)
15460 (widget-field-value-create, widget-field-value-get)
15461 (widget-editable-list-format-handler)
15462 (widget-editable-list-entry-create, widget-group-value-create)
15463 (widget-documentation-link-add)
15464 (widget-documentation-string-value-create): "?\ " -> "?\s".
15465 (widget-convert-text): Doc fix.
15466 (widget-narrow-to-field, widget-field-find)
15467 (widget-url-link-action, widget-emacs-library-link-action)
15468 (widget-color-notify): Fix typos in docstrings.
15469
15470 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
15471 (x-select-text, set-w32-system-coding-system)
15472 (w32-add-charset-info): Fix typos in docstrings.
15473
15474 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
15475 (cua-enable-cua-keys, cua-use-hyper-key)
15476 (cua-virtual-rectangle-edges): Fix typos in docstrings.
15477 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
15478
15479 * net/tramp.el (tramp-handle-load): Fix typo in error message.
15480
15481 * emacs-lisp/re-builder.el (regexp-builder): Declare with
15482 `defalias' instead of faking it.
15483
15484 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
15485 (eshell-ls-missing, eshell-ls-dired-initial-args)
15486 (eshell-ls-use-in-dired): Fix typos in docstrings.
15487
15488 2005-07-20 Kim F. Storm <storm@cua.dk>
15489
15490 * emulation/cua-base.el (cua-mode): Improve doc string.
15491
15492 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
15493
15494 * abbrev.el (expand-region-abbrevs): Doc fix.
15495 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
15496 Improve argument/docstring consistency.
15497
15498 * arc-mode.el (archive-get-descr, archive-alternate-display):
15499 Doc fixes.
15500 (archive-l-e): Improve argument/docstring consistency.
15501 (archive-tmpdir, archive-unixdate, archive-unixtime)
15502 (archive-chmod-entry): Fix typos in docstrings.
15503 (archive-unflag, archive-unflag-backwards)
15504 (archive-unmark-all-files): "?\ " -> "?\s".
15505
15506 * buff-menu.el (Buffer-menu-unmark): Doc fix.
15507 (Buffer-menu-not-modified, Buffer-menu-execute)
15508 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
15509 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
15510
15511 * composite.el (compose-string, encode-composition-rule)
15512 (compose-last-chars): Fix typos in docstrings.
15513
15514 * desktop.el (desktop-enable, desktop-basefilename):
15515 Declare with `define-obsolete-variable-alias'.
15516 (desktop-internal-v2s): Don't quote keywords.
15517 (desktop-clear): "?\ " -> "?\s".
15518
15519 * dired.el (dired-align-file, dired-flag-backup-files)
15520 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
15521 (dired-listing-switches, dired-ls-F-marks-symlinks)
15522 (dired-dwim-target, dired-load-hook, dired-mode-hook)
15523 (dired-directory, dired-faces, dired, dired-revert)
15524 (dired-mode, dired-summary, dired-view-file)
15525 (dired-copy-filename-as-kill, dired-delete-file)
15526 (dired-no-confirm, dired-unmark-all-marks)
15527 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
15528 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
15529 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
15530 Fix typos in message strings.
15531
15532 * dired-x.el (virtual-dired): Declare with `defalias'.
15533 (dired-mark-unmarked-files, dired-local-variables-file)
15534 (dired-omit-here-always): Doc fix.
15535 (dired-omit-mode, dired-find-subdir)
15536 (dired-enable-local-variables, dired-clean-up-buffers-too)
15537 (dired-extra-startup, dired-mark-extension, dired-jump)
15538 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
15539 (dired-smart-shell-command, dired-guess-shell-alist-user)
15540 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
15541 (dired-x-bind-find-file, dired-x-submit-report):
15542 Fix typos in docstrings.
15543 (dired-mark-unmarked-files): "?\ " -> "?\s".
15544
15545 * dirtrack.el (dirtrack-list): Fix typos in docstring.
15546
15547 * faces.el (describe-face): "?\ " -> "?\s".
15548 (read-all-face-attributes, read-face-font, modify-face)
15549 (face-attr-construct, italic): Fix typos in docstrings.
15550 (frame-update-face-colors): Declare with
15551 `define-obsolete-function-alias'.
15552
15553 * files.el (find-file-noselect, recode-file-name): Doc fixes.
15554 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
15555 (magic-mode-alist, buffer-file-numbers-unique)
15556 (write-file-functions, get-free-disk-space):
15557 Fix typos in docstrings.
15558 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
15559 (write-contents-hooks, write-file-hooks):
15560 Declare with `define-obsolete-variable-alias'.
15561
15562 * forms-d2.el (arch-rj): Fix typo in docstrings.
15563 (arch-tocol): Likewise. "?\ " -> "?\s".
15564
15565 * frame.el (set-frame-font, cursor-in-non-selected-windows):
15566 Fix typo in docstring.
15567 (set-screen-width, set-screen-height): Delete redundant info in
15568 doctrings.
15569 (new-frame, screen-height, screen-width): Declare with
15570 `define-obsolete-function-alias'.
15571 (delete-frame-hook, blink-cursor): Declare with
15572 `define-obsolete-variable-alias'.
15573
15574 * paths.el (prune-directory-list): Fix typos in docstring.
15575
15576 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
15577 (cvs-prefix-get): Fix typos in docstrings.
15578
15579 * ps-print.el (ps-extend-face-list, ps-extend-face)
15580 (ps-print-background-image): Fix typos in docstrings.
15581 (ps-default-fg, ps-default-bg): Doc fixes.
15582
15583 * s-region.el (s-region-bind): Doc fix.
15584 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
15585
15586 * textmodes/org.el (org-table-formula-substitute-names)
15587 (org-table-get-vertical-vector): Doc fixes.
15588 (org-table-recalculate): Remove unused argument to `message'.
15589
15590 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
15591
15592 * textmodes/org.el (org-table-column-names)
15593 (org-table-column-name-regexp)
15594 (org-table-named-field-locations): New variables.
15595 (org-archive-subtree): Protect `this-command' when calling
15596 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
15597 the kill buffer.
15598 (org-complete): Remove fixed-formula completion.
15599 (org-edit-formulas-map): New variable.
15600 (org-table-edit-formulas): New command.
15601 (org-finish-edit-formulas, org-abort-edit-formulas)
15602 (org-show-variable, org-table-get-vertical-vector): New functions.
15603 (org-table-maybe-eval-formula): Handle `:=' fields.
15604 (org-table-get-stored-formulas, org-table-store-formulas)
15605 (org-table-get-formula, org-table-modify-formulas)
15606 (org-table-replace-in-formulas): Handle named field formulas.
15607 (org-table-get-specials): Store locations of named fields.
15608
15609 2005-07-19 Juri Linkov <juri@jurta.org>
15610
15611 * progmodes/grep.el (grep-regexp-alist)
15612 (grep-mode-font-lock-keywords, grep-process-setup):
15613 Use default GNU grep match color "01;31m" instead of "01;41m".
15614 (grep-regexp-alist, grep-mode-font-lock-keywords):
15615 Use `\\[[0-9]*m' instead of `\\[00m'.
15616 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
15617 sgr_start where its handling is more important. Use the real
15618 length of sgr_start instead of constant 8.
15619 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
15620 specially. Delete all remaining escape sequences.
15621 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
15622 (grep-regexp-alist): Make hyperlink only for binary file name
15623 instead of the whole line.
15624 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
15625 (grep-mode): Add autoload.
15626
15627 * emacs-lisp/find-func.el (find-function-regexp):
15628 Add `define-compilation-mode'.
15629
15630 2005-07-19 Juri Linkov <juri@jurta.org>
15631
15632 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
15633 (compare-windows-sync-string-size, compare-windows-recenter)
15634 (compare-windows-highlight, compare-windows): Add version 22.1.
15635 (compare-windows) <defface>: Inherit from lazy-highlight instead
15636 of duplicating its default value.
15637
15638 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
15639 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
15640
15641 * descr-text.el (describe-char): Create link buttons for `charset'
15642 and `code point'. Add the current input method name with a link
15643 button to `to input' field. Print face names of display table
15644 characters in `The display table entry is displayed by' section
15645 instead of printing face-id in the `display' field.
15646 Guess hardcoded faces and create a link button for them.
15647 Skip empty fields when calculating max-width.
15648 Treat `widget-create' specially while inserting strings from the
15649 collected field list.
15650 (describe-char-after): Made obsolete in version 22.1, not 21.5.
15651
15652 * diff-mode.el (diff-file-header): Change foreground color from
15653 yellow to green on light backgrounds.
15654 (diff-context): Inherit from `shadow' only for color/grayscale
15655 with more than 88 colors.
15656 (diff-indicator-removed, diff-indicator-added)
15657 (diff-indicator-changed): New faces.
15658 (diff-font-lock-keywords): Use new faces. Regroup rules.
15659 Add "^---$" for `normal' diff format. Fontify `#' lines with
15660 font-lock-comment-delimiter-face and font-lock-comment-face.
15661 Add `#' to ^[^...] in the rule for `diff-context-face'.
15662
15663 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
15664 a button-like box. Inherit from `highlight' on low colors.
15665 (shadow): Use shades of gray only for color/grayscale with
15666 more than 88 colors. Use green for light backgrounds with
15667 8 colors, and yellow for dark backgrounds with 8 colors.
15668
15669 * font-lock.el (font-lock-regexp-grouping-backslash):
15670 Don't inherit from escape-glyph (use bold for all cases).
15671
15672 * info.el (info-xref-visited): Use light foreground color `violet'
15673 for dark backgrounds instead of dark color `magenta3'.
15674 (info-title-1): Use `yellow' color for dark backgrounds.
15675
15676 * isearch.el (isearch): Use not-too-dark magenta3 instead of
15677 too-light magenta2.
15678
15679 * replace.el (match): Use slightly more light RoyalBlue3 instead
15680 of dark RoyalBlue4.
15681
15682 * wid-edit.el (widget-inactive): Inherit from `shadow'.
15683
15684 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
15685
15686 * novice.el (disabled-command-hook): Declare it with
15687 `define-obsolete-variable-alias'.
15688
15689 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
15690 (desktop-buffer-misc-functions, desktop-buffer-handlers)
15691 (desktop-load-default): Add release to obsolescence info.
15692 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
15693 (desktop-append-buffer-args, desktop-read):
15694 Fix typos in docstrings.
15695 (desktop-kill): Fix typo in message.
15696 (desktop-save): Doc fix.
15697
15698 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
15699
15700 * viper-cmd.el (viper-escape-to-state): Bug fix.
15701 (viper-envelop-ESC-key): Change the definition of fast
15702 keysequence so it'll work with keyboard macros.
15703
15704 * ediff.el (ediff-patch-buffer): Change the docstring.
15705
15706 2005-07-19 Kenichi Handa <handa@m17n.org>
15707
15708 * international/mule-cmds.el (select-safe-coding-system): Try to
15709 use an auto-coding (if any) before anything else. If the found
15710 auto-coding is invalid, show a warning message.
15711
15712 * international/mule.el (find-auto-coding): New function created
15713 by modifying the body of set-auto-coding.
15714 (set-auto-coding): Use find-auto-coding to find a coding.
15715
15716 2005-07-18 Richard M. Stallman <rms@gnu.org>
15717
15718 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
15719 not isearch-mode-end-hook-error.
15720 (allout-before-change-protect): Fix error message.
15721
15722 2005-07-18 Juri Linkov <juri@jurta.org>
15723
15724 * allout.el (allout-mode):
15725 * calculator.el (calculator-copy):
15726 * custom.el (custom-known-themes):
15727 * dired.el (dired-desktop-buffer-misc-data)
15728 (dired-restore-desktop-buffer):
15729 * dired-x.el (dired-omit-marker-char):
15730 * files.el (basic-save-buffer):
15731 * font-core.el (font-lock-mode):
15732 * calendar/calendar.el (calendar-goto-hebrew-date)
15733 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
15734 (calendar-goto-persian-date):
15735 * language/ethio-util.el (ethio-sera-to-fidel-region):
15736 * textmodes/picture.el (picture-mode):
15737 Delete duplicate duplicate words.
15738
15739 2005-07-18 Juri Linkov <juri@jurta.org>
15740
15741 * isearch.el (isearch-mode-map): Remove key bindings for regexp
15742 chars * ? } |.
15743 (isearch-fallback): Don't call `isearch-process-search-char'.
15744 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
15745 (isearch-process-search-char): Call `isearch-fallback' for regexp
15746 chars * ? } |.
15747 (isearch-return-char): Make obsolete with `make-obsolete' instead
15748 of simply documenting it as obsolete in the docstring.
15749 (isearch-fallback): Refill docstring.
15750
15751 * international/isearch-x.el
15752 (isearch-process-search-multibyte-characters): Remove unneeded
15753 `concat'. Add intermediate values to `junk-hist' instead of
15754 `minibuffer-history'. Test the length of `str'.
15755
15756 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
15757
15758 * allout.el (allout-resolve-xref): Fix typos in error strings.
15759 (allout-before-change-protect): Remove unneeded `concat'.
15760
15761 * array.el (array-mode, array-reconfigure-rows)
15762 (untabify-backward): Fix typos in docstrings.
15763 (array-reconfigure-rows): Use `insert-buffer-substring', not
15764 `insert-buffer'.
15765
15766 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
15767 * progmodes/ada-mode.el (ada-make-body):
15768 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
15769
15770 * dired.el (dired-log):
15771 * tar-mode.el (tar-subfile-save-buffer):
15772 * play/zone.el (zone-pgm-stress-destress):
15773 Use `insert-buffer-substring', not `insert-buffer'.
15774
15775 2005-07-17 Simon Josefsson <jas@extundo.com>
15776
15777 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
15778
15779 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
15780
15781 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
15782 Add plain auth method.
15783 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
15784
15785 2005-07-17 Kim F. Storm <storm@cua.dk>
15786
15787 * ido.el (dired-other-window): Add ido property.
15788
15789 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
15790
15791 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15792 Fix typo in docstring.
15793 (byte-compile-interactive-only-functions): Add `insert-buffer' and
15794 `insert-file-literally'.
15795
15796 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
15797 info and delete redundant message. Doc fix.
15798 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
15799 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
15800
15801 2005-07-16 Richard M. Stallman <rms@gnu.org>
15802
15803 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
15804 (byte-compile-and): Use byte-compile-and-recursion.
15805 (byte-compile-or-recursion): New function.
15806 (byte-compile-or): Use that.
15807 (byte-compile-if): Guard the else-clause too.
15808 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
15809
15810 * isearch.el (isearch-mode-end-hook-quit): New variable.
15811 (isearch-done): Bind it.
15812 (isearch-mode-end-hook): Doc fix.
15813
15814 * allout.el (allout-isearch-did-quit): Variable deleted.
15815 (allout-real-isearch-abort): Function name no longer used.
15816 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
15817 (allout-isearch-rectification): isearch-mode always exists.
15818 Don't set allout-isearch-did-quit.
15819 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
15820 allout-isearch-did-quit.
15821 (allout-enwrap-isearch): Just add the hook.
15822 (allout-isearch-abort): Function deleted.
15823 (allout-pre-command-business): Avoid warning.
15824
15825 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
15826 Correctly avoid warnings.
15827 (pascal-outline): Likewise.
15828
15829 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
15830
15831 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
15832
15833 * play/tetris.el (tetris-mode): Avoid warning.
15834
15835 * play/snake.el (snake-mode): Avoid warning.
15836
15837 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
15838 (gamegrid-set-display-table): Avoid warning.
15839 (gamegrid-set-timer): Likewise.
15840 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
15841 (gamegrid-add-score-with-update-game-score-1): Take FILE
15842 as argument.
15843 (gamegrid-add-score-with-update-game-score): Pass that argument.
15844 Rename have-shared-game-dir to gamegrid-shared-game-dir.
15845
15846 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
15847
15848 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
15849 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
15850
15851 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
15852 and insert-file.
15853
15854 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
15855 (sc-ask): Avoid warnings.
15856
15857 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
15858 (eshell-hist-initialize): Use that var the natural way.
15859
15860 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
15861
15862 * emacs-lisp/re-builder.el (reb-cook-regexp):
15863 Avoid warning calling lre-compile-string.
15864 (reb-color-display-p): Avoid warning.
15865
15866 * calculator.el (calculator-last-input): Guard uses
15867 of event-key and key-press-event-p.
15868 (event-key, key-press-event-p): Delete definitions.
15869
15870 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
15871 (find-gc-source-directory, find-gc-subrs-callers)
15872 (find-gc-noreturn-list, find-gc-source-files)
15873 (find-gc-subrs-called): Vars renamed and defvar'd.
15874
15875 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
15876 (checkdoc-overlay-put, checkdoc-delete-overlay)
15877 (checkdoc-overlay-start, checkdoc-overlay-end)
15878 (checkdoc-mode-line-update, checkdoc-char=):
15879 Define such that compiler knows they are defined.
15880 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
15881 (checkdoc-read-event): Delete. Use read-event directly.
15882
15883 * whitespace.el (whitespace-make-overlay)
15884 (whitespace-overlay-put, whitespace-delete-overlay)
15885 (whitespace-overlay-start, whitespace-overlay-end):
15886 Define such that compiler knows they are defined.
15887 (whitespace): Move conditional inside.
15888
15889 * tempo.el (tempo-insert-template): Suppress warning.
15890
15891 * ediff-diff.el (longlines-mode): Add defvar.
15892
15893 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
15894
15895 * server.el: Bind "C-x #" in a way that works even if C-x is
15896 redefined to a command key, not a prefix key.
15897
15898 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
15899
15900 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
15901 cl-make-type-test till execution time.
15902
15903 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
15904
15905 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
15906 arg ARG and use it.
15907
15908 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
15909
15910 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
15911
15912 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
15913
15914 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15915 a defcustom with two :set or :type keywords.
15916
15917 2005-07-15 Richard M. Stallman <rms@gnu.org>
15918
15919 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15920 Don't give ^M comment-end syntax.
15921
15922 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
15923
15924 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
15925 Don't consider gdbmi (gdb-mi.el has its own update functions).
15926 (gdb-var-delete): Make it work for gdbmi as well.
15927 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
15928
15929 * progmodes/gud.el (etags, sdb): Only require etags when needed.
15930 (gud-speedbar-menu-items): Correct logic for enabling items.
15931
15932 2005-07-15 Kim F. Storm <storm@cua.dk>
15933
15934 * ido.el: Fix commentary.
15935 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
15936 Use with-no-warnings around ffap-guesser.
15937 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
15938 Let bind minibuffer-completing-file-name to t.
15939
15940 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
15941
15942 * startup.el (site-run-file, keyboard-type): Doc fixes.
15943 (command-line): Check for "--basic-display" argument; also for
15944 "--quick", not "--bare-bones" (which was renamed).
15945 (fancy-splash-text): Add missing item "Getting New Versions".
15946 (normal-splash-screen): Fix typos and improve consistency with
15947 `fancy-splash-text'. Update copyright year.
15948
15949 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
15950 valid binding for `help-char'.
15951
15952 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
15953
15954 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
15955
15956 * term.el (term-mode): Disable cua-mode for term buffers.
15957
15958 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
15959
15960 * add-log.el (add-log-mailing-address, change-log-merge):
15961 Doc fixes.
15962 (change-log-get-method-definition): Fix typo in docstring.
15963
15964 2005-07-14 Kim F. Storm <storm@cua.dk>
15965
15966 * emulation/cua-base.el:
15967 (cua--pre-command-handler-1, cua--pre-command-handler)
15968 (cua--post-command-handler-1, cua--post-command-handler):
15969 Split in two. Check (buffer local) value of cua-mode.
15970 (cua-selection-mode): New command.
15971
15972 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
15973
15974 * custom.el (custom-initialize-safe-set)
15975 (custom-initialize-safe-default): Doc fixes.
15976
15977 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15978 and simplify :init-value again.
15979
15980 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15981 and simplify :init-value again. Delete autoload.
15982
15983 * startup.el (command-line): Use `custom-reevaluate-setting' again
15984 for tooltip-mode.
15985
15986 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15987 a defcustom with two :initialize keywords.
15988
15989 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
15990
15991 * allout.el (my-mark-marker, allout-isearch-prior-pos)
15992 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
15993 (allout-post-command-business, allout-flag-region)
15994 (isearch-reenable-font-lock, allout-yank)
15995 (allout-insert-latex-header, allout-insert-latex-trailer)
15996 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
15997 (allout-latex-verb-quote): Fix typos in docstrings.
15998 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
15999 (allout-unprotected, allout-prefix-data):
16000 Improve argument/docstring consistency.
16001 (allout-chart-subtree): Fix argument spec.
16002 (allout-open-topic): Rename `use_sib_bullet' argument to
16003 `use-sib-bullet'. Doc fix.
16004
16005 * whitespace.el (whitespace-check-buffer-leading)
16006 (whitespace-check-buffer-trailing)
16007 (whitespace-check-buffer-indent)
16008 (whitespace-check-buffer-spacetab)
16009 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
16010 (whitespace-check-leading-whitespace)
16011 (whitespace-check-trailing-whitespace)
16012 (whitespace-check-spacetab-whitespace)
16013 (whitespace-check-indent-whitespace)
16014 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
16015 (whitespace-modes): Fix typos in docstrings.
16016 (defgroup, defcustom): Doc fixes.
16017
16018 * winner.el (winner-mode, winner-boring-buffers)
16019 (winner-pending-undo-ring): Doc fixes.
16020 (winner-ring): Remove unneeded `progn'.
16021 (winner-equal): `defsubst' it.
16022 (winner-redo): Fix message.
16023
16024 2005-07-13 Kim F. Storm <storm@cua.dk>
16025
16026 * simple.el (line-move-1): Always use vertical-motion to
16027 do the last (or only) line move to ensure some movement.
16028 Undo 2005-06-23 change--don't check for overlays.
16029
16030 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16031
16032 * term/mac-win.el (ccl-encode-mac-roman-font)
16033 (ccl-encode-mac-centraleurroman-font)
16034 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
16035 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
16036 Change charset-id boundary of dimension to ?\xef.
16037 (mac-char-fontspec-list): New constant.
16038 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
16039 argument. Nil uses itself as family in font-spec. Previous
16040 behavior for nil is now provided by non-nil non-string argument.
16041 All callers changed. Add font-specs for Mac fonts to
16042 "fontset-default" unless iso8859-1 fonts are installed.
16043
16044 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
16045
16046 * progmodes/sh-script.el (sh-get-indent-info): Only indent
16047 a continuation line if the \ is preceded by SPC or TAB.
16048 (sh-get-indent-info): Simplify.
16049 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
16050 Use with-current-buffer.
16051
16052 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
16053 when the matched text is empty.
16054
16055 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
16056
16057 * startup.el (command-line): Revert to previous handling of
16058 tooltip-mode. Explain in comment why the complexity is needed.
16059
16060 * tooltip.el (tooltip-mode): Revert to previous implementation of
16061 its defcustom.
16062
16063 * frame.el (blink-cursor-mode): Revert to previous implementation
16064 of its defcustom. Update comment.
16065
16066 2005-07-12 Lars Hansen <larsh@soem.dk>
16067
16068 * desktop.el: Update e-mail address.
16069
16070 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16071
16072 * term/mac-win.el (mac-services-mail-selection)
16073 (mac-services-mail-to): New functions.
16074 (mac-application-menu-map): Bind them.
16075
16076 2005-07-12 wulei <milton@wulei.net> (tiny change)
16077
16078 * progmodes/gdb-ui.el: Add note about buffering with Windows.
16079
16080 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
16081
16082 * custom.el (custom-reevaluate-setting): Doc fix.
16083
16084 2005-07-11 Jay Belanger <belanger@truman.edu>
16085
16086 * calc/calc.el (calc-embedded-announce-formula-alist)
16087 (calc-embedded-open-close-plain-alist)
16088 (calc-embedded-open-close-mode-alist): Add checks for additional
16089 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
16090
16091 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
16092
16093 * custom.el (custom-enable-theme): Don't add theme to
16094 `custom-enabled-themes' with `push' because there is no
16095 setf-method for `delq'.
16096
16097 2005-07-11 Richard M. Stallman <rms@gnu.org>
16098
16099 * custom.el (custom-declare-variable): Doc fix.
16100
16101 * dired-aux.el (dired-compare-directories): Remove "." and ".."
16102 from the alists.
16103
16104 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
16105 Do nothing if edebug-active.
16106
16107 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
16108 (edebug-display): Do it here instead.
16109
16110 2005-07-10 Richard M. Stallman <rms@gnu.org>
16111
16112 * cus-face.el (custom-theme-set-faces): Make it work.
16113 (custom-reset-faces): Doc fix.
16114 (custom-theme-reset-internal-face, custom-theme-face-value):
16115 Functions deleted.
16116
16117 * custom.el (custom-push-theme): Maintain list of the settings
16118 of a given theme in its theme-settings property.
16119 Maintain position of old settings in the theme-value
16120 or theme-face property.
16121 (custom-enabled-themes): New variable.
16122 (custom-theme-enabled-p): New function.
16123 (provide-theme): Update custom-enabled-themes.
16124 Disable and reenable the `user' theme.
16125 (require-theme): Doc fix.
16126 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
16127 (custom-theme-value, custom-theme-variable-value): Likewise.
16128 (custom-theme-reset-internal): Likewise.
16129 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
16130 (custom-enable-theme, custom-disable-theme): New functions.
16131 (custom-variable-theme-value, custom-face-theme-value): Likewise.
16132 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
16133 (custom-theme-reset-variables): Simplify.
16134 (deftheme, custom-declare-theme, custom-make-theme-feature):
16135 Definitions moved.
16136
16137 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
16138
16139 * longlines.el (longlines-show-region)
16140 (longlines-unshow-hard-newlines): Recognize hard newlines by
16141 non-nil hard property, instead of t.
16142
16143 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
16144
16145 * viper-cmd.el (viper--key-maps): New variable.
16146 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
16147 emulation-mode-map-alists.
16148 (viper-envelop-ESC-key): Use viper-subseq.
16149 (viper-search-forward/backward/next): Disable debug-on-error.
16150
16151 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16152 (viper-ESC-key): New defcustoms.
16153
16154 * viper-macs.el (ex-map-read-args): Use viper-subseq.
16155
16156 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
16157 (viper-subseq): Copy of subseq from cl.el.
16158
16159 * viper.el (viper-go-away, viper-set-hooks): Use
16160 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
16161
16162 * viper-mous.el (viper-current-frame-saved): Use defvar.
16163
16164 * viper-init.el: Get rid of -face in face names.
16165
16166 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
16167 Make it work with longlines mode
16168
16169 * ediff-mult.el (ediff-meta-mode-hook): New variable.
16170
16171 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
16172
16173 * ediff-init.el: Get rid of -face in face names.
16174
16175 2005-07-10 Richard M. Stallman <rms@gnu.org>
16176
16177 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
16178 and with-timeout-unsuspend.
16179
16180 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
16181 and with-timeout-unsuspend.
16182
16183 * emacs-lisp/timer.el (with-timeout-timers): New variable.
16184 (with-timeout): Bind that variable to record timers.
16185 (with-timeout-suspend, with-timeout-unsuspend): New functions.
16186
16187 * emacs-lisp/debug.el (debug-help-follow): New function.
16188 (debugger-mode-map): Use that instead of help-follow.
16189 (debugger-setup-buffer): Use eval-buffer-list
16190 to handle eval-buffer frames.
16191
16192 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
16193
16194 * timezone.el (timezone-parse-date): Change first regexp
16195 so it will not mistakenly match dates with no time zone.
16196
16197 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
16198
16199 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
16200
16201 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
16202
16203 * custom.el (custom-initialize-safe-set)
16204 (custom-initialize-safe-default): New functions.
16205
16206 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16207 and simplify :init-value.
16208
16209 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16210 and simplify :init-value. Delete obsolete comment.
16211
16212 * startup.el (command-line): Use `custom-reevaluate-setting' to
16213 handle `tooltip-mode'. Delete obsolete comment.
16214
16215 * files.el (set-visited-file-name): Avoid calling
16216 `file-name-nondirectory' with a nil argument.
16217
16218 2005-07-09 Richard M. Stallman <rms@gnu.org>
16219
16220 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
16221 was called with nil for the buffer, handle the read position right.
16222 Handle read position for eval-region, too.
16223
16224 2005-07-09 Juri Linkov <juri@jurta.org>
16225
16226 * fringe.el (fringe-mode): Add period in docstring.
16227 (fringe-query-style): Build prompt depending on `all-frames' arg.
16228
16229 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
16230 to not create links to unrelated functions in the Help buffer.
16231
16232 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
16233 Doc fix.
16234
16235 * simple.el (next-error-hook): New variable.
16236 (next-error): Use it. Doc fix.
16237
16238 * textmodes/ispell.el (ispell-command-loop): Add current
16239 dictionary name and program name to mode-line-format.
16240 (ispell-region, ispell-process-line): Add current dictionary name
16241 and program name to messages.
16242
16243 2005-07-08 Jay Belanger <belanger@truman.edu>
16244
16245 * calc/calc.el (calc-embedded-announce-formula-alist)
16246 (calc-embedded-open-close-formula-alist)
16247 (calc-embedded-open-close-word-alist)
16248 (calc-embedded-open-close-plain-alist)
16249 (calc-embedded-open-close-new-formula-alist)
16250 (calc-embedded-open-close-mode-alist)
16251 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
16252 (calc-embedded-mode-hook): New variables.
16253
16254 * calc/calc-embed.el (calc-embedded-firsttime)
16255 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
16256 New variables.
16257 (calc-do-embedded): Use calc-embedded-firsttime,
16258 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
16259 determine whether or not to run hooks.
16260 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
16261 calc-embedded-firsttime-formula appropriately.
16262 Set calc-embedded delimiter variables according to mode.
16263
16264 2005-07-08 Richard M. Stallman <rms@gnu.org>
16265
16266 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
16267 Check for "emacs", etc., as entire symbol, not just as word.
16268 (checkdoc-file-comments-engine): Use regexp-quote on FN.
16269
16270 * files.el (set-visited-file-name): Report the error
16271 for "empty filename" earlier.
16272 (kill-some-buffers): Ignore buffers already dead.
16273
16274 * fringe.el (fringe-mode): Doc fix.
16275
16276 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16277 Check for (featurep 'xemacs) and turn off warnings in what it guards.
16278 Use unwind-protect to ensure byte-compile-unresolved-functions
16279 is updated.
16280
16281 * whitespace.el (whitespace-buffer-leading-cleanup):
16282 Simplify w/ skip-chars-forward.
16283 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
16284
16285 * mail/rmail.el (rmail-only-expunge): Fix paren error.
16286 Unconditionally try to leave point at the same old place.
16287
16288 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
16289
16290 * comint.el (comint-postoutput-scroll-to-bottom)
16291 (comint-show-maximum-output): Take scroll-margin into consideration.
16292
16293 2005-07-08 Kim F. Storm <storm@cua.dk>
16294
16295 * ido.el (ido-use-filename-at-point): New choice `guess'.
16296 (ido-file-internal): Try ffap-guesser if selected.
16297
16298 * ido.el (ido-before-fallback-functions): New hook.
16299 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
16300 (ido-read-file-name): Run it.
16301
16302 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16303
16304 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
16305 strings rather than a list of symbols to the completion function.
16306
16307 2005-07-07 Jay Belanger <belanger@truman.edu>
16308
16309 * calc/calc-units.el (math-apply-units): Change the places in
16310 which units are simplified.
16311
16312 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
16313
16314 * cus-edit.el (customize-option, customize-option-other-window):
16315 Make them handle aliases.
16316
16317 * custom.el (custom-variable-p): Make it recursively follow
16318 aliases. Mention that in the docstring.
16319
16320 2005-07-07 Richard M. Stallman <rms@gnu.org>
16321
16322 * cus-start.el (exec-path): Use `directory' instead of `file'.
16323 Fix tag for nil.
16324
16325 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16326
16327 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
16328 when called non-interactively. Doc fix.
16329
16330 2005-07-07 Lute Kamstra <lute@gnu.org>
16331
16332 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
16333 new address as well.
16334
16335 2005-07-07 Kenichi Handa <handa@m17n.org>
16336
16337 * international/mule.el (make-coding-system):
16338 Describe `ascii-incompatible' property in the docstring.
16339 (set-file-name-coding-system): Signal an error if coding-system is
16340 ascii-incompatible.
16341 (set-keyboard-coding-system): Likewise.
16342
16343 * international/mule-cmds.el (set-default-coding-systems):
16344 Don't set default-file-name-coding-system and
16345 default-keyboard-coding-system if coding-system is ASCII-incompatible.
16346
16347 * international/utf-16.el: Declare that all UTF-16-based coding
16348 systems are ASCII-incompatible.
16349
16350 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
16351
16352 * progmodes/gud.el: Require font-lock for displaying errors.
16353 Used by gdb-ui.el.
16354
16355 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16356
16357 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
16358 values for the pattern lists which are `read'able but not
16359 `append'able (like symbols).
16360
16361 2005-07-06 Richard M. Stallman <rms@gnu.org>
16362
16363 * progmodes/flymake.el (flymake-float-time): Instead of
16364 with-no-warnings, test for xemacs.
16365 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
16366 to avoid warning.
16367
16368 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
16369
16370 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
16371
16372 2005-07-05 Lute Kamstra <lute@gnu.org>
16373
16374 * battery.el: Add support for Darwin (with much debugging help
16375 from Samuel Lauber <sam124@operamail.com>).
16376 (battery-status-function, battery-echo-area-format)
16377 (battery-mode-line-format): Add support for pmset on Darwin.
16378 (battery-load-low, battery-load-critical): New user options.
16379 (battery-pmset): New function.
16380
16381 2005-07-05 Lute Kamstra <lute@gnu.org>
16382
16383 Update FSF's address in GPL notices.
16384
16385 * textmodes/page-ext.el: Update FSF's address.
16386
16387 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16388
16389 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
16390 filling from using prefix when filling a single-line docstring.
16391
16392 * progmodes/flymake.el: Remove useless eval-when-compile.
16393
16394 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
16395
16396 2005-07-04 Richard M. Stallman <rms@gnu.org>
16397
16398 * textmodes/org.el (org-file-apps-defaults-gnu):
16399 Rename from org-file-apps-defaults-linux.
16400 (org-default-apps): Don't test system-type for `linux'.
16401 (org-file-apps): Doc fix.
16402
16403 2005-07-04 David Ponce <david@dponce.com>
16404
16405 * tree-widget.el: Improve header Commentary section.
16406 (tree-widget) [defgroup]
16407 (tree-widget-image-enable, tree-widget-themes-directory)
16408 (tree-widget-theme, tree-widget-image-properties-emacs)
16409 (tree-widget-image-properties-xemacs, tree-widget-create-image)
16410 (tree-widget-image-formats, tree-widget-control)
16411 (tree-widget-empty-control, tree-widget-leaf-control
16412 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
16413 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
16414 (tree-widget-keep, tree-widget-after-toggle-functions)
16415 (tree-widget-open-node, tree-widget-close-node): Doc fix.
16416 (tree-widget-open-control, tree-widget-close-control): Fix doc and
16417 :help-echo message.
16418 (tree-widget-set-theme): Doc fix. Use `string-equal'.
16419 (tree-widget-image-properties): Doc fix. Clearer implementation.
16420 (tree-widget--cursors): New constant.
16421 (tree-widget-lookup-image): New function split from
16422 `tree-widget-find-image'. Clearer implementation.
16423 (tree-widget-find-image): Use it.
16424 (tree-widget-button-keymap): Use `set-keymap-parent'.
16425 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
16426 Define the sub-widgets here.
16427 (tree-widget-node): Check that :node is not a tree-widget.
16428 (tree-widget-get-super, tree-widget-open-control)
16429 (tree-widget-close-control, tree-widget-empty-control)
16430 (tree-widget-leaf-control, tree-widget-guide)
16431 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
16432 (tree-widget-no-handle, tree-widget-value-delete)
16433 (tree-widget-map): Remove.
16434 (tree-widget-children-value-save): Doc fix. Simplified.
16435 (tree-widget-value-create): Update according to previous changes.
16436
16437 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
16438
16439 * textmodes/org.el: Leading space replaced by TABS.
16440 (org-recalc-marks, org-table-rotate-recalc-marks)
16441 (org-table-get-specials): Treat "^" and "_" marks.
16442 (org-table-justify-field-maybe): Optional argument NEW.
16443 (org-table-eval-formula): Parsing of the format simplified.
16444 New modes C,I. Honor the %= parameter in the current table.
16445 Avoid unnecessary re-align by using the NEW argument to
16446 `org-table-justify-field-maybe'.
16447 (org-calc-default-modes): Default for date-format mimicks org-mode.
16448 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
16449
16450 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
16451
16452 * cus-face.el (custom-theme-set-faces): Make it handle face
16453 aliases whose alias declarations are pre- or autoloaded.
16454
16455 2005-07-04 Juri Linkov <juri@jurta.org>
16456
16457 * faces.el (read-face-name): Put the code for getting a face name
16458 from the buffer before adding the faces from the `face' property.
16459 Use `completing-read-multiple' instead of `completing-read'.
16460 Require `crm'. Add default value and post-process the returned
16461 list of faces.
16462
16463 * emacs-lisp/crm.el (crm-find-current-element)
16464 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
16465
16466 * emacs-lisp/lisp-mode.el (eval-defun-1):
16467 * emacs-lisp/edebug.el (edebug-eval-defun):
16468 Remove unnecessary quotes.
16469
16470 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
16471
16472 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
16473 (prolog-indent-level): Fix typo in docstring.
16474
16475 * info.el (Info-history, Info-history-forward)
16476 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
16477
16478 * add-log.el (add-change-log-entry):
16479 * comint.el (comint-dynamic-list-input-ring)
16480 (comint-dynamic-list-completions):
16481 * dabbrev.el (dabbrev-expand):
16482 * delim-col.el (delimit-columns-rectangle-line):
16483 * diff-mode.el (diff-context->unified, diff-reverse-direction)
16484 (diff-unified->context):
16485 * ediff-init.el (ediff-abbrev-jobname):
16486 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
16487 (ediff-replace-session-activity-marker-in-meta-buffer):
16488 * info.el (Info-summary):
16489 * lpr.el (printify-region):
16490 * printing.el (pr-create-interface):
16491 * ps-print.el (ps-print-quote):
16492 * ses.el (ses-column-widths, ses-print-cell)
16493 (ses-adjust-print-width, ses-center):
16494 * shell.el (shell-file-name-quote-list):
16495 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
16496 (strokes-fill-current-buffer-with-whitespace)
16497 (strokes-xpm-for-stroke, strokes-list-strokes)
16498 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
16499 * term.el (term-dynamic-list-input-ring)
16500 (term-dynamic-list-completions):
16501 * calc/calc.el (math-format-stack-value):
16502 * emacs-lisp/edebug.el (edebug-display-freq-count):
16503 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
16504 (delphi-new-comment-line):
16505 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
16506 * progmodes/executable.el (executable-set-magic):
16507 * progmodes/python.el (inferior-python-mode):
16508 * progmodes/scheme.el (scheme-mode-syntax-table):
16509 * progmodes/sh-script.el (sh-maybe-here-document):
16510 * progmodes/sql.el (sql-copy-column):
16511 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
16512 * textmodes/bibtex.el (bibtex-mode):
16513 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
16514 (sgml-auto-attributes):
16515 * textmodes/table.el (table-insert, table-shorten-cell)
16516 (table--generate-source-scan-lines, table-delete-row)
16517 (*table--cell-delete-char, table--spacify-frame)
16518 (table--horizontally-shift-above-and-below)
16519 (table--cell-insert-char, table--cell-blank-str)
16520 (table--fill-region-strictly):
16521 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
16522 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
16523
16524 * add-log.el (change-log):
16525 * apropos.el (apropos):
16526 * comint.el (comint-completion, comint-source):
16527 * dabbrev.el (dabbrev):
16528 * delim-col.el (columns):
16529 * diff-mode.el (diff-mode):
16530 * ediff.el (ediff):
16531 * ediff-diff.el (ediff-diff):
16532 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
16533 * ediff-mult.el (ediff-mult):
16534 * ediff-ptch.el (ediff-ptch):
16535 * ediff-wind.el (ediff-window):
16536 * facemenu.el (facemenu):
16537 * indent.el (indent):
16538 * info.el (info):
16539 * jka-cmpr-hook.el (compression, jka-compr):
16540 * lpr.el (lpr):
16541 * outline.el (outlines):
16542 * pcmpl-cvs.el (pcmpl-cvs):
16543 * pcmpl-rpm.el (pcmpl-rpm):
16544 * printing.el (printing):
16545 * ps-print.el (postscript, ps-print, ps-print-horizontal)
16546 (ps-print-vertical, ps-print-headers, ps-print-font)
16547 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
16548 (ps-print-background, ps-print-printer, ps-print-page)
16549 (ps-print-miscellany):
16550 * ses.el (ses):
16551 * shell.el (shell, shell-directories, shell-faces):
16552 * startup.el (initialization):
16553 * strokes.el (strokes):
16554 * term.el (term):
16555 * uniquify.el (uniquify):
16556 * w32-vars.el (w32):
16557 * calc/calc.el (calc):
16558 * emacs-lisp/bytecomp.el (bytecomp):
16559 * emacs-lisp/cl-indent.el (lisp-indent):
16560 * emacs-lisp/edebug.el (edebug):
16561 * emacs-lisp/elp.el (elp):
16562 * emacs-lisp/testcover.el (testcover):
16563 * emacs-lisp/trace.el (trace):
16564 * emulation/viper-ex.el (viper-ex):
16565 * emulation/viper-mous.el (viper-mouse):
16566 * mail/mailalias.el (mailalias):
16567 * mail/supercite.el (supercite, supercite-frames)
16568 (supercite-attr, supercite-cite, supercite-hooks):
16569 * net/rcompile.el (remote-compile):
16570 * net/rlogin.el (rlogin):
16571 * obsolete/ooutline.el (outlines):
16572 * progmodes/delphi.el (delphi):
16573 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
16574 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
16575 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
16576 (ebnf-optimization):
16577 * progmodes/etags.el (etags):
16578 * progmodes/executable.el (executable):
16579 * progmodes/idlwave.el (idlwave):
16580 * progmodes/pascal.el (pascal):
16581 * progmodes/prolog.el (prolog):
16582 * progmodes/python.el (python):
16583 * progmodes/scheme.el (scheme):
16584 * progmodes/sh-script.el (sh, sh-script):
16585 * progmodes/sql.el (SQL):
16586 * progmodes/tcl.el (tcl):
16587 * textmodes/bibtex.el (bibtex, bibtex-autokey):
16588 * textmodes/enriched.el (enriched):
16589 * textmodes/makeinfo.el (makeinfo):
16590 * textmodes/sgml-mode.el (sgml):
16591 * textmodes/table.el (table-hooks):
16592 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
16593 * textmodes/texinfo.el (texinfo):
16594 * textmodes/two-column.el (two-column):
16595 Finish `defgroup' description with period.
16596
16597 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
16598 * eshell/esh-var.el (eshell-var):
16599 * progmodes/vhdl-mode.el (vhdl-testbench):
16600 * textmodes/org.el (org): Fix typos in docstrings.
16601
16602 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
16603 consistency.
16604
16605 * progmodes/flymake.el (flymake-find-file): Remove.
16606 (flymake-float-time): Use `with-no-warnings'.
16607 (flymake-check-start-time, flymake-check-was-interrupted)
16608 (flymake-err-info, flymake-is-running, flymake-last-change-time)
16609 (flymake-new-err-info): `defvar' at compile time.
16610
16611 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
16612
16613 * replace.el (occur-hook): Doc fix.
16614 (occur-1): Don't call `occur-hook' if there are no matches.
16615
16616 2005-07-03 Richard M. Stallman <rms@gnu.org>
16617
16618 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
16619 global-map, save the same map.
16620 (global-map): Don't alter it at top level.
16621 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
16622 Then alter it here instead.
16623 (tpu-edt-off): Set global-map to the saved one.
16624
16625 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
16626 All references simplified.
16627 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
16628 (zmacs-regions): Add defvar.
16629 (repeat-complex-command-map): Everything about that deleted.
16630
16631 * textmodes/artist.el (artist-key-is-drawing)
16632 (artist-key-endpoint1, artist-key-poly-point-list)
16633 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
16634 (artist-key-compl-table, artist-rb-save-data)
16635 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
16636 Don't put them in eval-when-compile.
16637 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
16638
16639 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
16640 Use with-no-warnings.
16641
16642 * net/browse-url.el (dos-windows-version): Add defvar.
16643
16644 * mail/supercite.el (filladapt-prefix-table): Add defvar.
16645
16646 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
16647 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
16648 (rmail-new-summary-line-count): Rename from new-summary-line-count.
16649 Add defvar.
16650 (rmail-summary-beginning-of-message): Use with-no-warnings.
16651 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
16652
16653 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
16654 Use with-no-warnings.
16655
16656 * emulation/vi.el (vi-mark-region): Use c-mark-function.
16657 (c-mark-function): Add point-moving-unit property.
16658 (vi-goto-line): Use with-no-warnings.
16659
16660 * emulation/edt.el (edt-last-copied-word): Add defvar.
16661 (zmacs-region-stays): Likewise.
16662 (edt-mark-section-wisely): Use c-mark-function for C.
16663 Use makr-defun for Fortran.
16664 (time-string): defvar deleted.
16665 (edt-display-the-time): Don't set time-string.
16666
16667 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
16668
16669 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16670 Don't warn when name is not constant
16671 or for defining the group `emacs'.
16672
16673 * tooltip.el (gud-tooltip-mode): Add defvar.
16674
16675 * startup.el (default-frame-background-mode): Add defvar.
16676
16677 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
16678
16679 * info.el (tool-bar-map): Add defvar.
16680
16681 * dired.el (dnd-protocol-alist): Add defvar.
16682
16683 * dired-aux.el (dired-query): Display question with answer, when
16684 the user answers.
16685
16686 * custom.el (custom-add-option): Doc fix.
16687
16688 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
16689
16690 2005-07-03 Eli Zaretskii <eliz@gnu.org>
16691
16692 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
16693 bogus name from the last change.
16694
16695 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
16696
16697 * custom.el (custom-declare-variable): Fix typos in comment.
16698 (custom-known-themes): Doc fix.
16699 (custom-theme-directory): New defcustom.
16700 (require-theme): Make it check `custom-theme-directory'.
16701
16702 * cus-theme.el (custom-new-theme-mode): New function.
16703 (custom-theme-name, custom-theme-variables, custom-theme-faces)
16704 (custom-theme-description): Add compiler defvars.
16705 (customize-create-theme): Add doc to the "*New Custom Theme*"
16706 buffer. Use `custom-new-theme-mode'.
16707 (custom-theme-write): Put the created buffer in emacs-lisp-mode
16708 and save it to the `custom-theme-directory'. Make this the
16709 default directory of the buffer.
16710
16711 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
16712
16713 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
16714 Fix unbalanced parentheses.
16715
16716 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16717
16718 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
16719 into flymake-mode and delegate to flymake-mode.
16720
16721 * find-file.el (ff-which-function-are-we-in): Clean up.
16722
16723 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
16724
16725 * replace.el (occur-rename-buffer): Fix docstring.
16726
16727 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
16728 (edt-last-copied-word, edt-learn-macro-count)
16729 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
16730 (edt-rect-start-point, edt-user-global-map, rect-start-point)
16731 (time-string, zmacs-region-stays):
16732 * emulation/edt-mapper.el (edt-save-function-key-map)
16733 (EDT-key-name): `defvar' to silence the byte-compiler.
16734
16735 2005-07-02 Martin Rudalics <rudalics@gmx.at>
16736
16737 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
16738 font-lock-regexp-backslash. Doc fix.
16739 (font-lock-regexp-backslash-grouping-construct): Rename from
16740 font-lock-regexp-backslash-construct. Doc fix.
16741 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
16742 grouping constructs.
16743
16744 2005-07-02 Eli Zaretskii <eliz@gnu.org>
16745
16746 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
16747 updating all the prerequisites.
16748
16749 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
16750
16751 * textmodes/org.el (org-agenda-start-on-weekday)
16752 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
16753 (org-agenda-use-time-grid, org-archive-location)
16754 (org-allow-space-in-links, org-usenet-links-prefer-google)
16755 (org-enable-table-editor, org-export-default-language)
16756 (org-export-html-show-new-buffer, org-fill-paragraph)
16757 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
16758 (org-goto-quit, org-occur, org-eval-in-calendar)
16759 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
16760 (org-agenda-diary-entry, org-remember-help)
16761 (org-table-convert-region, org-at-table-p)
16762 (org-table-move-row-down, org-table-move-row-up)
16763 (org-table-copy-region, org-table-toggle-vline-visibility)
16764 (org-table-get-stored-formulas, org-table-get-specials)
16765 (org-recalc-commands, org-table-eval-formula)
16766 (org-table-formula-substitute-names, orgtbl-make-binding)
16767 (org-format-org-table-html, org-format-table-table-html)
16768 (org-format-table-table-html-using-table-generate-source)
16769 (org-customize): Fix typos in docstrings.
16770 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
16771 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
16772 (org-back-to-heading): Doc fixes.
16773 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
16774 (org-agenda-change-all-lines, org-get-header):
16775 Improve argument/docstring consistency.
16776 (orgtbl-error): Fix error message.
16777
16778 * progmodes/flymake.el (flymake-find-possible-master-files)
16779 (flymake-master-file-compare, flymake-get-line-err-count)
16780 (flymake-highlight-line, flymake-gui-warnings-enabled):
16781 Fix typos in docstrings.
16782 (flymake-parse-line, flymake-get-project-include-dirs-function)
16783 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
16784 Doc fixes.
16785 (flymake-get-project-include-dirs-function)
16786 (flymake-make-err-menu-data):
16787 Improve argument/docstring consistency.
16788
16789 2005-07-01 Lute Kamstra <lute@gnu.org>
16790
16791 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
16792 Catch errors with ignore-errors. Use temporary buffer.
16793 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
16794
16795 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
16796 background color faces.
16797 (facemenu-set-foreground, facemenu-set-background):
16798 Use facemenu-set-face-from-menu.
16799 (facemenu-set-face-from-menu): Treat face names that start with
16800 "fg:" or "bg:" as special.
16801 (facemenu-add-new-color): Don't create faces. Simplify.
16802
16803 2005-06-30 Richard M. Stallman <rms@gnu.org>
16804
16805 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
16806 (crm-find-current-element): Likewise.
16807
16808 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
16809
16810 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
16811
16812 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
16813
16814 * arc-mode.el (archive-extract): Make it work as a mouse binding.
16815 (archive-mouse-extract): Make it an obsolete alias.
16816 (archive-mode-map): Don't use archive-mouse-extract any more.
16817 (archive-mode, archive-extract): write-contents-hooks ->
16818 write-contents-functions.
16819 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
16820 first arg.
16821 (archive-rename-entry): Update the call.
16822 (archive-zip-summarize): Remove unused var `method'.
16823 (archive-lzh-summarize): Remove unused var `creator'.
16824
16825 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
16826 dedicated frame upon exit.
16827
16828 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
16829 (archive-zip-extract, archive-zip-expunge)
16830 (archive-zip-update, archive-zip-update-case): Use executable-find.
16831 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
16832 Use restore-buffer-modified-p.
16833 (archive-extract, archive-add-new-member, archive-write-file-member):
16834 Use with-current-buffer.
16835 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
16836
16837 2005-06-30 Andreas Schwab <schwab@suse.de>
16838
16839 * progmodes/gud.el (gud-filter): Remove unneeded progn.
16840
16841 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16842
16843 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
16844
16845 2005-06-30 Juri Linkov <juri@jurta.org>
16846
16847 * faces.el (vertical-border): Inherit from mode-line-inactive
16848 only on tty.
16849
16850 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
16851
16852 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
16853 example, -NLINES in the `occur' docstring).
16854
16855 * replace.el (occur-1): When no matches are found, do not set the
16856 `buffer-read-only' and modified flags for the occur buffer,
16857 because it is deleted.
16858
16859 * emulation/cua-base.el (cua-check-pending-input)
16860 (cua-repeat-replace-region, cua-mode, cua-debug)
16861 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
16862 Fix typos in docstrings.
16863
16864 * emulation/cua-gmrk.el (cua-toggle-global-mark)
16865 (cua-cut-region-to-global-mark)
16866 (cua--cut-rectangle-to-global-mark):
16867 Remove period from end of messages.
16868
16869 * emulation/cua-rect.el (cua-do-rectangle-padding):
16870 Remove period from end of messages.
16871 (cua--rectangle-seq-format): Fix typo in docstring.
16872 (cua-sequence-rectangle, cua-fill-char-rectangle):
16873 Improve argument/docstring consistency.
16874
16875 2005-06-29 Juri Linkov <juri@jurta.org>
16876
16877 * faces.el (default-frame-background-mode): New internal variable.
16878 (frame-set-background-mode): Use it.
16879
16880 * startup.el (normal-top-level): Set default-frame-background-mode
16881 instead of frame-background-mode. Before setting it, test for its
16882 nil value. Remove tests for frame-background-mode and frame
16883 parameter `reverse'. Add test for "unspecified-fg".
16884
16885 * term/xterm.el (xterm-rxvt-set-background-mode):
16886 * term/rxvt.el (rxvt-set-background-mode):
16887 Set default-frame-background-mode instead of frame-background-mode.
16888
16889 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
16890
16891 * simple.el (set-variable): Warn about obsolete user variables.
16892
16893 * imenu.el (imenu--completion-buffer):
16894 * mouse.el (mouse-buffer-menu-alist):
16895 * msb.el (msb-invisible-buffer-p):
16896 * calendar/diary-lib.el (diary-header-line-format):
16897 * emacs-lisp/pp.el (pp-buffer):
16898 * progmodes/cperl-mode.el (cperl-do-auto-fill):
16899 * textmodes/picture.el (picture-replace-match):
16900 Change space constants followed by a sexp to "?\s ".
16901
16902 * play/decipher.el (decipher-loop-with-breaks):
16903 * textmodes/texinfo.el (texinfo-insert-@item): Change space
16904 constants "protected" from end of line by a comment to "?\s".
16905
16906 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16907
16908 * font-lock.el (save-buffer-state): Use `declare'.
16909
16910 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
16911 reset the syntax-table to cperl-mode-syntax-table.
16912 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
16913 "foo_print_bar" is not matched as a reserved keyword.
16914
16915 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
16916
16917 * textmodes/org.el (orgtbl-setup): New function, for delayed
16918 setup for the orgtbl commands.
16919 (org-calc-default-modes): New option.
16920 (orgtbl-make-binding): Use `defun' to get better help display.
16921 (org-diary): Call `org-compile-prefix-format'.
16922 (org-table-formula-substitute-names): New function.
16923 (org-agenda-day-view, org-agenda-week-view): New commands.
16924 (org-agenda-toggle-week-view): Command removed.
16925 (org-tbl-menu): Split off from org-org-menu.
16926 (org-mode): Move removal of outline-mode menus to here.
16927 (org-table-formula-debug): New option.
16928 (org-table-insert-row): Keep first field if just "#" or "*".
16929 (org-mode): Paragraph regexps fixed.
16930 (org-table-recalculate-regexp): New constant.
16931 (org-table-justify-field-maybe): Avoid replace if not necessary.
16932 (org-copy-special, org-cut-special): Use `call-interactively'.
16933 (org-table-copy-region): Take region from `interactive' call.
16934 (org-trim): Return string even if no match.
16935 (org-formula): New face.
16936 (org-set-font-lock-defaults): No longer highlight "FIXME".
16937 But highlight formula-related fields in table.
16938 (org-table-p): Use regexp, not fontification.
16939 (org-table-align): Handle white space at end of line.
16940 (org-table-formula-evaluate-inline): New option.
16941 (org-mode): Auto-wrapping in comment lines turned off.
16942 (org-table-copy-down): Evaluate only in copied field, not in
16943 destination.
16944 (org-table-current-formula): Variable removed.
16945 (org-table-store-formulas, org-table-get-stored-formulas)
16946 (org-table-modify-formulas, org-table-replace-in-formulas)
16947 (org-table-maybe-eval-formula): New functions.
16948 (org-table-get-formula): Modify to use stored formulas.
16949 (org-table-insert-column, org-table-delete-column)
16950 (org-table-move-column): Call `org-table-modify-formulas'.
16951 (org-complete): Add completion for keyword formulas.
16952 (orgtbl-mode): Pull orgtbl-mode-map to start of
16953 minor-mode-map-alist.
16954
16955 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16956
16957 * progmodes/python.el (python-check): Require `compile' before
16958 modifying its variables.
16959
16960 * newcomment.el (comment-indent-default): Don't get fooled by an early
16961 end of buffer.
16962
16963 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16964
16965 * ps-print.el (ps-print-version): Fix version number.
16966
16967 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
16968
16969 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
16970
16971 2005-06-28 Richard M. Stallman <rms@gnu.org>
16972
16973 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
16974 (flyspell-local-mouse-map): Declaration deleted.
16975 (flyspell-mouse-map): Bind only mouse-2.
16976 (flyspell-mode-map): Don't test flyspell-use-local-map.
16977 (flyspell-overlay-keymap-property-name): Var deleted.
16978 (flyspell-mode-on): Don't make local bindings for
16979 flyspell-mouse-map and flyspell-mode-map.
16980 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
16981
16982 * textmodes/ispell.el (ispell-word): Do not ignore short words.
16983
16984 * progmodes/compile.el (compilation-next-error-function):
16985 Don't switch buffers; operate on the current buffer.
16986
16987 * progmodes/compile.el (compilation-error-file-name)
16988 (compilation-warning-file-name, compilation-info-file-name)
16989 (compilation-line-number, compilation-column-number): New faces.
16990 (compilation-error-face, compilation-warning-face)
16991 (compilation-info-face, compilation-line-face)
16992 (compilation-column-face): Use them.
16993
16994 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
16995
16996 * comint.el (comint-password-prompt-regexp): Accept ", try again".
16997
16998 * bindings.el (global-map): Bind insertchar and its variants.
16999
17000 2005-06-27 Richard M. Stallman <rms@gnu.org>
17001
17002 * textmodes/artist.el (artist-text-overwrite)
17003 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
17004
17005 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17006
17007 * ps-print.el: It was not working the page selection for printing.
17008 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
17009 (ps-print-version): New version 6.6.7.
17010 (ps-end-sheet): New fun.
17011 (ps-header-sheet, ps-end-job): Call it.
17012
17013 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
17014
17015 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
17016
17017 2005-06-27 Lute Kamstra <lute@gnu.org>
17018
17019 * facemenu.el (facemenu-unlisted-faces): Add foreground and
17020 background color faces.
17021 (facemenu-get-face): Delete function.
17022 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
17023 (facemenu-add-new-color): Make second argument mandatory.
17024 Create the appropriate face and return it. Simplify.
17025 (facemenu-set-foreground, facemenu-set-background): Don't check if
17026 color is defined. Use return value of facemenu-add-new-color.
17027
17028 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
17029
17030 * progmodes/gud.el (gud-filter): Add missing argument to
17031 with-selected-window.
17032
17033 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
17034
17035 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
17036 a :require to the defcustom.
17037
17038 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
17039 defcustoms corresponding to minor modes.
17040
17041 2005-06-26 David Ponce <david@dponce.com>
17042
17043 * recentf.el: Require tree-widget instead of wid-edit.
17044 (recentf-filename-handler): Fix widget :type.
17045 (recentf-cancel-dialog, recentf-open-more-files)
17046 (recentf-open-files-action): Doc fix.
17047 (recentf-dialog-goto-first): New function.
17048 (recentf-dialog-mode-map): Set parent keymap first.
17049 (recentf-dialog-mode): Define with define-derived-mode.
17050 Don't display continuation lines in dialogs.
17051 (recentf-edit-list): Rename from recentf-edit-selected-items.
17052 (recentf-edit-list-select): Rename from recentf-edit-list-action.
17053 Simplify.
17054 (recentf-edit-list-validate): New function.
17055 (recentf-edit-list): Update accordingly.
17056 (recentf-open-files-item-shift): Remove.
17057 (recentf-open-files-item): Convert menu elements into tree and
17058 link widgets. Don't create the widgets.
17059 (recentf-open-files): Update accordingly.
17060 (recentf-save-list): Untabify.
17061
17062 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
17063
17064 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
17065 (keep-lines): Add INTERACTIVE arg. Never delete lines only
17066 partially contained in the active region. Do not take active
17067 region into account when called from Lisp, unless INTERACTIVE arg
17068 is non-nil. Use `forward-line' instead of `beginning-of-line' to
17069 avoid trouble with fields. Make marker point nowhere when no
17070 longer used. Always return nil. Doc fix.
17071 (flush-lines): Add INTERACTIVE arg. Do not take active region
17072 into account when called from Lisp, unless INTERACTIVE arg is
17073 non-nil. Use `forward-line' instead of `beginning-of-line' to
17074 avoid trouble with fields. Make marker point nowhere when no
17075 longer used. Always return nil. Doc fix.
17076 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
17077 interchangeable. Do not take active region into account when
17078 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
17079 message in echo area when called from Lisp, unless INTERACTIVE arg
17080 is non-nil. Avoid saying "1 occurrences". Do not use markers.
17081 Return the number of matches. Doc fix.
17082 (occur): Doc fix.
17083 (perform-replace): Make comment follow double space convention for
17084 the sake of `outline-minor-mode'.
17085
17086 * faces.el (facep): Doc fix.
17087
17088 2005-06-25 Richard M. Stallman <rms@gnu.org>
17089
17090 * facemenu.el (facemenu-enable-faces-p): New function.
17091 (facemenu-background-menu, facemenu-foreground-menu)
17092 (facemenu-face-menu): Add menu-enable property.
17093
17094 * jka-compr.el (jka-compr-insert-file-contents):
17095 Special handling if cannot find the uncompression program.
17096
17097 * cus-face.el (custom-face-attributes): Add autoload.
17098
17099 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17100 Bind comment-indent-function locally.
17101
17102 * window.el (save-selected-window): Use save-current-buffer.
17103
17104 * subr.el (with-selected-window): Use save-current-buffer.
17105
17106 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
17107 and with-current-buffer.
17108
17109 2005-06-24 Richard M. Stallman <rms@gnu.org>
17110
17111 * simple.el (line-move-1): Fix previous change.
17112
17113 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
17114
17115 * replace.el (occur-1): Set `buffer-read-only' and the
17116 buffer-modified flag before running `occur-hook' to protect
17117 against unintentional buffer switches that can lead to data loss.
17118
17119 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
17120
17121 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
17122 (gud-gdb-marker-filter): Use font-lock-warning-face for any
17123 initial error.
17124
17125 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
17126 after fresh input.
17127 (gdb-var-create-handler): Put name of expression in quotes.
17128
17129 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
17130
17131 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
17132 elements of RING in order, and without bogus nil elements.
17133
17134 2005-06-23 Richard M. Stallman <rms@gnu.org>
17135
17136 * simple.el (set-variable): Args renamed; doc fix.
17137 (line-move-1): When there are overlays around, use vertical-motion.
17138
17139 * faces.el (escape-glyph): Use brown against light background.
17140 (nobreak-space): Rename from no-break-space.
17141 Fix previous change.
17142
17143 * dired-aux.el (dired-do-copy): Fix arg prompt.
17144
17145 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
17146
17147 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17148
17149 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
17150 rather than "Distributor".
17151
17152 2005-06-23 Lute Kamstra <lute@gnu.org>
17153
17154 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
17155 (debug-on-entry): Use it. New interactive declaration that uses
17156 function-called-at-point.
17157
17158 2005-06-23 Kim F. Storm <storm@cua.dk>
17159
17160 * subr.el (save-match-data): Add comment about using evaporate arg
17161 to set-match-data.
17162
17163 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
17164
17165 * cus-edit.el (customize-face)
17166 (customize-face-other-window): Handle face aliases.
17167
17168 * faces.el (face-documentation, set-face-attribute)
17169 (face-spec-set): Handle face aliases.
17170
17171 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
17172
17173 * help-mode.el (help-make-xrefs): If a symbol representing a face
17174 name is not followed by the word "face", it could still be a
17175 function or variable name, so don't bypass other checks.
17176
17177 2005-06-22 Juri Linkov <juri@jurta.org>
17178
17179 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
17180 Replace aliased functions with calls where second arg `inherit' is t.
17181
17182 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
17183
17184 * progmodes/gdb-ui.el (gdb-error): New variable.
17185 (gdb-error): New function.
17186 (gdb-annotation-rules): Act on error-begin and error annotations.
17187 (gdb-concat-output): Use font-lock-warning-face for errors.
17188
17189 2005-06-22 Miles Bader <miles@gnu.org>
17190
17191 * bindings.el (propertized-buffer-identification): Use renamed
17192 `Buffer-menu-buffer' face.
17193
17194 * faces.el (vertical-border): Rename from `vertical-divider'.
17195 (escape-glyph): Change dark-background color back to `cyan'.
17196
17197 2005-06-21 Juri Linkov <juri@jurta.org>
17198
17199 * faces.el (face-user-default-spec): Try getting `customized-face'
17200 prior to `saved-face'.
17201 (frame-background-mode): Refill docstring.
17202
17203 * emacs-lisp/lisp-mode.el (eval-defun-1):
17204 * emacs-lisp/edebug.el (edebug-eval-defun):
17205 Set `saved-face' temporarily to nil before calling form.
17206 Set `customized-face' to the new spec after that.
17207
17208 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
17209
17210 * subr.el (1value, lambda, key-substitution-in-progress):
17211 Doc fixes.
17212
17213 * autoinsert.el (auto-insert-alist):
17214 * ses.el (ses-call-printer):
17215 * subr.el (noreturn):
17216 * emacs-lisp/lisp.el (check-parens):
17217 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
17218 * net/browse-url.el (browse-url-mosaic):
17219 * progmodes/cc-defs.el (c-safe-scan-lists):
17220 * progmodes/ebnf-abn.el (ebnf-abn-lex):
17221 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
17222 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
17223 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
17224 * progmodes/ebnf-iso.el (ebnf-iso-lex):
17225 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
17226
17227 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
17228
17229 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
17230
17231 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
17232
17233 * calendar/appt.el (appt-make-list): Activate the package, if
17234 not already active (for backwards compatibility).
17235
17236 2005-06-20 Kim F. Storm <storm@cua.dk>
17237
17238 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
17239
17240 2005-06-20 Miles Bader <miles@gnu.org>
17241
17242 * faces.el (vertical-divider): New face.
17243
17244 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
17245
17246 * simple.el (kill-whole-line): Doc fix.
17247 (next-error-buffer-p, next-error-find-buffer)
17248 (clone-indirect-buffer): Fix typos in docstrings.
17249 (comment-line-break-function): Doc fix: don't say variable
17250 is automatically buffer-local (it isn't).
17251
17252 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
17253
17254 * net/tramp-ftp.el (top):
17255 * net/tramp-smb.el (top):
17256 * net/tramp-util.el (top):
17257 * net/tramp-uu.el (top):
17258 * net/tramp-vc.el (top):
17259 * net/tramp.el (top): Revert copyright years back to original
17260 ones. Tramp has a life outside GNU Emacs.
17261
17262 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
17263
17264 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
17265
17266 2005-06-18 Juri Linkov <juri@jurta.org>
17267
17268 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
17269 end of first regexp to limit the match to the position between
17270 line number and source line with same separator character as used
17271 between file name and line number. In the second regexp limit
17272 mouse-face area to file name and line number by adding new group
17273 for them and referring it in HYPERLINK arg.
17274 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
17275 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
17276 previous line where grep markers may be already removed.
17277
17278 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
17279
17280 * progmodes/ps-mode.el: Update version and maintainer's email address.
17281
17282 2005-06-18 Steve Youngs <steve@xemacs.org>
17283
17284 * net/browse-url.el (browse-url-browser-function)
17285 (browse-url-default-browser): Add firefox.
17286 (browse-url-firefox-program, browse-url-firefox-arguments)
17287 (browse-url-firefox-startup-arguments)
17288 (browse-url-firefox-new-window-is-tab): New defcustoms.
17289 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
17290
17291 2005-06-17 Richard M. Stallman <rms@gnu.org>
17292
17293 * startup.el (command-line): Warn if specified user name has
17294 no home directory.
17295
17296 * term.el (term-get-old-input, term-input-filter, term-input-sender)
17297 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
17298
17299 * longlines.el (longlines-mode, longlines-show-hard-newlines):
17300 Doc fixes.
17301
17302 * faces.el (underline): Try bold if terminal doesn't support underline.
17303
17304 * mail/sendmail.el (mail-setup-with-from): New variable.
17305 (mail-insert-from-field): New function.
17306 (sendmail-send-it): Call it.
17307 (mail-setup): Optionally call it here.
17308
17309 * term/linux.el: Call tty-no-underline.
17310
17311 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
17312
17313 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
17314
17315 2005-06-17 Miles Bader <miles@gnu.org>
17316
17317 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
17318 (ediff-current-diff-C, ediff-current-diff-Ancestor)
17319 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
17320 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
17321 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
17322 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
17323 Remove "-face" suffix from face names.
17324 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17325 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17326 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17327 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17328 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17329 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17330 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17331 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17332 New backward-compatibility aliases for renamed faces.
17333 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17334 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17335 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17336 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17337 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17338 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17339 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17340 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17341 Use renamed ediff faces.
17342
17343 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
17344 Remove "-face" suffix from face names.
17345 (eshell-test-ok-face, eshell-test-failed-face):
17346 New backward-compatibility aliases for renamed faces.
17347 (eshell-run-test): Use renamed eshell-test faces.
17348
17349 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
17350 face name.
17351 (eshell-prompt-face): New backward-compatibility alias for renamed
17352 face.
17353 (eshell-emit-prompt): Use renamed eshell-prompt face.
17354
17355 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
17356 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
17357 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
17358 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
17359 Remove "-face" suffix from face names.
17360 (eshell-ls-directory-face, eshell-ls-symlink-face)
17361 (eshell-ls-executable-face, eshell-ls-readonly-face)
17362 (eshell-ls-unreadable-face, eshell-ls-special-face)
17363 (eshell-ls-missing-face, eshell-ls-archive-face)
17364 (eshell-ls-backup-face, eshell-ls-product-face)
17365 (eshell-ls-clutter-face):
17366 New backward-compatibility aliases for renamed faces.
17367 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
17368
17369 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
17370 Remove "-face" suffix from face name.
17371 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
17372 instead of literal face.
17373
17374 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
17375
17376 * emacs-lisp/warnings.el (display-warning, lwarn)
17377 (warning-minimum-log-level): Doc fixes.
17378 (warning-minimum-level, warning-minimum-log-level):
17379 Add :debug to :type choices.
17380
17381 * progmodes/ada-mode.el (ada-format-paramlist)
17382 (ada-get-indent-case, ada-check-matching-start)
17383 (ada-check-defun-name, ada-goto-matching-decl-start)
17384 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
17385 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
17386 (ada-make-subprogram-body): Follow error conventions.
17387 (ada-case-exception-file, ada-indent-comment-as-code)
17388 (ada-indent-handle-comment-special, ada-indent-renames)
17389 (ada-indent-return, ada-search-directories-internal)
17390 (ada-tab-policy, ada-case-exception-substring)
17391 (ada-other-file-alist, ada-matching-start-re)
17392 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
17393 (ada-imenu-generic-expression, ada-compile-goto-error)
17394 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
17395 (ada-popup-menu, ada-add-extensions, ada-mode)
17396 (ada-region-selected, ada-create-case-exception)
17397 (ada-create-case-exception-substring, ada-after-keyword-p)
17398 (ada-activate-keys-for-case, ada-adjust-case-region)
17399 (ada-adjust-case-buffer, ada-format-paramlist)
17400 (ada-scan-paramlist, ada-insert-paramlist)
17401 (ada-indent-newline-indent)
17402 (ada-indent-newline-indent-conditional)
17403 (ada-justified-indent-current, ada-goto-previous-word)
17404 (ada-indent-current, ada-get-indent-open-paren)
17405 (ada-get-indent-paramlist, ada-get-indent-end)
17406 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
17407 (ada-get-indent-block-start, ada-get-indent-subprog)
17408 (ada-get-indent-noindent, ada-get-indent-label)
17409 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
17410 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
17411 (ada-goto-stmt-end, ada-goto-next-word)
17412 (ada-check-matching-start, ada-check-defun-name)
17413 (ada-goto-matching-decl-start, ada-goto-matching-start)
17414 (ada-goto-matching-end, ada-search-ignore-string-comment)
17415 (ada-in-decl-p, ada-looking-at-semi-or)
17416 (ada-looking-at-semi-private, ada-in-paramlist-p)
17417 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
17418 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
17419 (ada-next-procedure, ada-previous-procedure, ada-next-package)
17420 (ada-previous-package, ada-create-menu)
17421 (ada-fill-comment-paragraph-justify)
17422 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
17423 (ada-other-file-name, ada-last-which-function-line)
17424 (ada-last-which-function-subprog, ada-which-function)
17425 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
17426 (ada-gen-treat-proc, ada-check-emacs-version)
17427 (ada-continuation-indent, ada-align-region-separate):
17428 Fix typos in docstrings.
17429 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
17430
17431 2005-06-16 Lute Kamstra <lute@gnu.org>
17432
17433 * simple.el (fundamental-mode): Run after-change-major-mode-hook
17434 conditionally.
17435
17436 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
17437
17438 * comint.el (comint-replace-by-expanded-filename)
17439 (comint-prompt-regexp, comint-delimiter-argument-list)
17440 (comint-preinput-scroll-to-bottom):
17441 * info.el (Info-hide-cookies-node):
17442 * ls-lisp.el (ls-lisp-classify):
17443 * find-file.el (ff-search-directories, ff-special-constructs)
17444 (ff-find-other-file):
17445 * font-lock.el (font-lock-keywords):
17446 * shell.el (shell-prompt-pattern)
17447 (shell-dynamic-complete-functions, shell-mode)
17448 (shell-delimiter-argument-list):
17449 * term.el (term-replace-by-expanded-filename)
17450 (term-prompt-regexp, term-delimiter-argument-list):
17451 * woman.el (woman-ignore, woman0-if):
17452 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
17453 * emacs-lisp/elint.el (elint-init-env):
17454 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
17455 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
17456 * language/ethio-util.el (ethio-tilde-escape)
17457 (ethio-use-three-dot-question):
17458 * net/zone-mode.el (zone-mode-load-time-setup):
17459 * progmodes/cc-align.el (c-lineup-argcont):
17460 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
17461 * progmodes/cperl-mode.el (cperl-set-style-back):
17462 * progmodes/inf-lisp.el (inferior-lisp-prompt):
17463 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
17464 Fix spellings in docstrings.
17465
17466 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
17467 * progmodes/modula2.el (m2-for): Fix spellings.
17468
17469 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
17470
17471 * simple.el (undo-more): Don't use `format' on `error' arguments.
17472 Improve argument/docstring consistency.
17473 (pending-undo-list): Doc fix.
17474
17475 * smerge-mode.el (smerge-ensure-match):
17476 * emulation/vip.el (vip-ex):
17477 * net/zone-mode.el (zone-mode-update-serial):
17478 * progmodes/idlwave.el (idlwave-complete):
17479 * progmodes/vhdl-mode.el (vhdl-visit-file)
17480 (vhdl-compose-wire-components):
17481 Don't use `format' on `error' arguments.
17482
17483 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
17484 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
17485 (tooltip-help-tips): Fix typos in docstrings.
17486
17487 2005-06-16 David Ponce <david@dponce.com>
17488
17489 * tree-widget.el (tree-widget-value-create): Simplify last change.
17490
17491 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
17492
17493 * ido.el (ido-incomplete-regexp): New variable.
17494 (ido-set-matches-1): Handle invalid-regexp error and set
17495 ido-incomplete-regexp.
17496 (ido-incomplete-regexp): New face.
17497 (ido-completions): Use it.
17498 (ido-complete, ido-exit-minibuffer, ido-completions):
17499 Handle incomplete regexps.
17500 (ido-completions): Add check for complete match when entering a regexp.
17501
17502 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17503
17504 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
17505
17506 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17507
17508 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
17509 by field delimiters.
17510
17511 2005-06-15 David Ponce <david@dponce.com>
17512
17513 * tree-widget.el: eval-and-compile inlined functions so they will
17514 be available at run-time too.
17515 (tree-widget-super-format-handler)
17516 (tree-widget-format-handler): Remove.
17517 (tree-widget-value-create): Handle the :indent property.
17518
17519 2005-06-15 Miles Bader <miles@gnu.org>
17520
17521 * progmodes/which-func.el (which-func): Only inherit
17522 `font-lock-function-name-face' when that makes sense against the
17523 default mode-line face, otherwise set the face color explicitly.
17524
17525 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
17526 faces instead of (non-existent) variables.
17527
17528 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
17529
17530 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
17531 (iswitchb-get-matched-buffers): Likewise. Simplify.
17532
17533 2005-06-14 Miles Bader <miles@gnu.org>
17534
17535 * progmodes/ld-script.el (ld-script-location-counter):
17536 Remove "-face" suffix from face name.
17537 (ld-script-location-counter-face):
17538 New backward-compatibility alias for renamed face.
17539 (ld-script-location-counter-face): Use renamed face.
17540
17541 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
17542 (cperl-hash): Remove "-face" suffix from face names.
17543 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
17544 New backward-compatibility aliases for renamed faces.
17545 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
17546 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
17547
17548 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
17549 name.
17550 (which-func-face): New backward-compatibility alias for renamed face.
17551 (which-func-format): Use renamed which-func face.
17552
17553 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
17554 (vhdl-function, vhdl-directive, vhdl-reserved-word)
17555 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
17556 names.
17557 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
17558 (vhdl-speedbar-configuration, vhdl-speedbar-package)
17559 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
17560 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
17561 (vhdl-speedbar-architecture-selected)
17562 (vhdl-speedbar-configuration-selected)
17563 (vhdl-speedbar-package-selected)
17564 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
17565 names.
17566 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
17567 Use renamed faces.
17568 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
17569 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
17570 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
17571 Use renamed faces.
17572 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
17573 names.
17574 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
17575 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
17576 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
17577 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
17578 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
17579 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
17580
17581 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
17582 face name.
17583 (sh-heredoc-face): New backward-compatibility alias for renamed face.
17584 (sh-heredoc-face): Use renamed sh-heredoc face.
17585
17586 * progmodes/idlw-help.el (idlwave-help-link):
17587 Remove "-face" suffix from face name.
17588 (idlwave-help-link-face):
17589 New backward-compatibility alias for renamed face.
17590 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
17591
17592 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
17593 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
17594 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
17595 New backward-compatibility aliases for renamed faces.
17596 (idlwave-shell-disabled-breakpoint-face)
17597 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
17598
17599 * progmodes/flymake.el (flymake-errline, flymake-warnline):
17600 Remove "-face" suffix from face names.
17601 (flymake-errline-face, flymake-warnline-face):
17602 New backward-compatibility aliases for renamed faces.
17603 (flymake-highlight-line): Use renamed flymake faces.
17604
17605 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
17606 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
17607 (ebrowse-member-class, ebrowse-progress):
17608 Remove "-face" suffix from face names.
17609 (ebrowse-tree-mark-face, ebrowse-root-class-face)
17610 (ebrowse-file-name-face, ebrowse-default-face)
17611 (ebrowse-member-attribute-face, ebrowse-member-class-face)
17612 (ebrowse-progress-face):
17613 New backward-compatibility aliases for renamed faces.
17614 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
17615 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
17616 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
17617 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
17618
17619 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
17620 antlr-syntax)
17621 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
17622 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
17623 names.
17624 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
17625 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
17626 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
17627 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
17628 backward-compatibility aliases for renamed faces.
17629 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
17630 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
17631 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
17632 remove "font-lock-". Use renamed antlr-mode faces.
17633 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
17634 literal face-names with face variable references.
17635
17636 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
17637 face name.
17638 (Buffer-menu-buffer-face): New backward-compatibility alias for
17639 renamed face.
17640 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
17641
17642 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
17643
17644 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
17645 Eliminate "-face" suffix.
17646 (makefile-targets): Inherit from font-lock-function-name-face and
17647 eliminate "-face" suffix.
17648 (makefile-shell): Remove attributes and eliminate "-face" suffix.
17649 (makefile-*-font-lock-keywords): Append makefile-targets in rule
17650 actions, instead of prepending, to make it less visible.
17651 (makefile-previous-dependency, makefile-match-dependency):
17652 Don't match a target on a continuation line.
17653
17654 * files.el (auto-mode-alist): Put Makefile in gmake mode.
17655
17656 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
17657
17658 * progmodes/gdb-ui.el (menu): Re-order menu items.
17659 (gdb-tooltip-print): Respect tooltip-use-echo-area.
17660
17661 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
17662 Define in tooltip.el.
17663 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
17664 (gud-tooltip-tips): Respect tooltip-use-echo-area and
17665 gud-tooltip-echo-area.
17666
17667 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
17668 backward compatibility and make obsolete.
17669 (tooltip-help-tips): Use tooltip-use-echo-area.
17670 (tooltip-show-help-function): Rename to...
17671 (tooltip-show-help): ...this, because it is a function.
17672 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
17673
17674 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
17675
17676 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
17677 (edebug-print-length, edebug-print-level, edebug-print-circle)
17678 (edebug-modify-breakpoint, edebug-eval-last-sexp)
17679 (edebug-eval-print-last-sexp): Doc fixes.
17680
17681 2005-06-14 Kim F. Storm <storm@cua.dk>
17682
17683 * ido.el (ido-mode): Make a new keymap every time we enable ido,
17684 as the coverage buffer/file/both may change.
17685
17686 2005-06-14 Lute Kamstra <lute@gnu.org>
17687
17688 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
17689 and run-mode-hooks. Simplify.
17690
17691 * mail/rmailedit.el (rmail-edit-mode):
17692 * progmodes/octave-inf.el (inferior-octave-mode):
17693 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
17694
17695 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
17696 and run-mode-hooks.
17697 (recentf-edit-list, recentf-open-files): Don't call
17698 kill-all-local-variables directly.
17699
17700 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
17701
17702 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
17703
17704 * emacs-lisp/byte-run.el (make-obsolete)
17705 (define-obsolete-function-alias): Rename arguments FUNCTION and
17706 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
17707 (make-obsolete-variable, define-obsolete-variable-alias):
17708 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
17709 respectively.
17710
17711 * isearchb.el (isearchb-activate):
17712 * pcvs.el (cvs-mode):
17713 * ses.el (ses-load):
17714 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
17715 * net/tramp.el (tramp-find-file-exists-command)
17716 (tramp-find-shell):
17717 * progmodes/ada-mode.el (ada-create-case-exception)
17718 (ada-create-case-exception-substring, ada-make-subprogram-body):
17719 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
17720 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
17721 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
17722 * textmodes/org.el (org-promote, org-evaluate-time-range)
17723 (org-agenda-next-date-line, org-agenda-previous-date-line)
17724 (org-agenda-error, org-open-at-point, org-table-move-row)
17725 (org-format-table-table-html-using-table-generate-source)
17726 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
17727 * textmodes/reftex.el (reftex-access-scan-info):
17728 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
17729 (reftex-toc-promote-prepare): Follow error conventions.
17730
17731 * diff-mode.el (diff-mode): Fix typo in docstring.
17732
17733 * forms.el (forms--intuit-from-file): Fix reference to
17734 `forms-number-of-fields' in error message.
17735 (forms-print): Fix quoting in error message.
17736
17737 * forms.el (forms-mode):
17738 * emulation/vi.el (vi-goto-insert-state):
17739 * progmodes/flymake.el (flymake-new-err-info)
17740 (flymake-start-syntax-check-for-current-buffer)
17741 (flymake-simple-cleanup):
17742 * eshell/esh-var.el (eshell/export):
17743 * progmodes/gud.el (xdb):
17744 * textmodes/flyspell.el (flyspell-incorrect-hook)
17745 (flyspell-maybe-correct-transposition)
17746 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
17747
17748 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
17749
17750 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
17751 minibuffer prompt.
17752
17753 2005-06-13 Kim F. Storm <storm@cua.dk>
17754
17755 * subr.el (add-to-ordered-list): New defun.
17756
17757 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
17758 add cua--keymap-alist to emulation-mode-map-alists.
17759
17760 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
17761
17762 * subr.el (complete-in-turn): New macro.
17763 (dynamic-completion-table, lazy-completion-table): Add debug info.
17764
17765 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
17766 in preference to face aliases.
17767
17768 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
17769 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
17770 Remove unused vars `start' and `firstline'.
17771 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
17772 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
17773
17774 2005-06-13 Eli Zaretskii <eliz@gnu.org>
17775
17776 * cus-start.el (all): Don't complain about missing GTK-related
17777 variables, unless either `gtk' is boundp or this isn't a
17778 `windows-nt' build.
17779
17780 2005-06-13 Lute Kamstra <lute@gnu.org>
17781
17782 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
17783 run-mode-hooks.
17784
17785 * ediff-mult.el (ediff-meta-mode):
17786 * ediff-util.el (ediff-mode): Use run-mode-hooks.
17787
17788 * ledit.el (ledit-mode): Use delay-mode-hooks.
17789
17790 * woman.el (woman-mode-line-format): Delete constant.
17791 (woman-mode-map): Initialize it properly.
17792 (woman-mode): Set mode-class property to special.
17793 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
17794 Set major-mode and mode-name. Don't set mode-line-format directly.
17795 (Man-getpage-in-background): Don't reference woman-mode-line-format.
17796
17797 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
17798 string argument obsolete.
17799
17800 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
17801
17802 * textmodes/org.el (org-CUA-compatible): New option.
17803 (org-disputed-keys): New variable.
17804 (org-key): New function.
17805 (orgtbl-make-binding): Add docstring to the created function.
17806 (org-mode): Set paragraph start/separate regexps.
17807 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
17808 (org-archive-location, org-archive-mark-done)
17809 (org-archive-stamp-time): New options.
17810 (org-archive-subtree): New command.
17811 (org-fill-paragraph): New function.
17812 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
17813 (org-fake-empty-table-line): Function removed.
17814 (org-format-org-table-html): Do not create empty table lines at
17815 separator lines. Improved table header treatment.
17816 (org-link-format): New option.
17817 (org-make-link): New function.
17818 (org-insert-link, org-store-link): Use org-make-link.
17819 (org-open-file): Quote file name for shell command, to allow
17820 spaces in file names.
17821 (org-link-regexp): Fix bug with mailto link.
17822 (org-link-maybe-angles-regexp, org-protected-link-regexp):
17823 New constants.
17824 (org-export-as-html): Deal with the optional angles around a link.
17825 Better treatment of file: links.
17826 (org-open-at-point): Replace @{ and @} with < and >.
17827 (org-run-mode-hooks): Function removed.
17828 (org-agenda-mode): No longer use `org-run-mode-hooks'.
17829
17830 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
17831
17832 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
17833 MI command -data-list-register-values.
17834 (gdb-post-prompt): Indent properly.
17835
17836 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
17837
17838 * hilit-chg.el (highlight-changes-colors): Rename from
17839 `highlight-changes-colours'.
17840 (highlight-changes-colours): Keep as obsolete alias.
17841 (highlight-changes-face-list): Doc fix.
17842 (hilit-chg-make-list): Use `highlight-changes-colors'.
17843
17844 2005-06-12 Mark A. Hershberger <mah@everybody.org>
17845
17846 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
17847 defun-prompt-regexp.
17848
17849 2005-06-12 Eli Zaretskii <eliz@gnu.org>
17850
17851 * loadup.el: Don't say we are dumping under 2 names on windows-nt
17852 and cygwin.
17853
17854 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
17855 Don't use an old loaddefs.el, as in Makefile.in.
17856
17857 2005-06-12 Lute Kamstra <lute@gnu.org>
17858
17859 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
17860
17861 * man.el (Man-mode-map): Initialize it properly.
17862 (Man-mode): Set mode-class property to special.
17863
17864 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
17865
17866 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
17867
17868 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
17869 A newline is needed in the docstring there.
17870
17871 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
17872 Doc fixes.
17873
17874 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17875
17876 * printing.el: Doc fix. The menubar is no more changed when printing
17877 is loaded, it only changes when pr-menu-bind or pr-update-menus is
17878 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
17879 (pr-version): New version number (6.8.4).
17880 (pr-menu-bind): New command.
17881 (pr-update-menus): Docstring and code fix.
17882 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
17883 Docstring fix.
17884 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
17885 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
17886
17887 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
17888
17889 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
17890 "Returns" to "return", document useful return values, etc.
17891
17892 2005-06-11 Alan Mackenzie <acm@muc.de>
17893
17894 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
17895 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
17896 (adaptive-file-function): Minor amendment to doc-string.
17897
17898 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17899
17900 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
17901 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
17902 Fix :type--it is `integer', not `string'.
17903
17904 * faces.el (modeline-highlight): Rename from (the erroneous)
17905 `modeline-higilight'.
17906
17907 2005-06-11 Lute Kamstra <lute@gnu.org>
17908
17909 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
17910 lisp-interaction-mode-map but make it the parent.
17911 (edebug-eval-mode): Use define-derived-mode.
17912
17913 2005-06-11 Andreas Schwab <schwab@suse.de>
17914
17915 * bindings.el: Add binding of `ESC functionkey' for every
17916 `M-functionkey'.
17917 * hexl.el (hexl-mode-map): Likewise.
17918
17919 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
17920
17921 * progmodes/compile.el (compilation-error-regexp-alist-alist)
17922 [msft]: update regexp for newer msft compilers.
17923
17924 2005-06-10 Mark A. Hershberger <mah@everybody.org>
17925
17926 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
17927 ATTLIST portions of included DTDs.
17928 (xml-parse-dtd): Eliminate use of inefficient match-data.
17929
17930 2005-06-10 Miles Bader <miles@gnu.org>
17931
17932 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
17933 (mpuz-text): Remove "-face" suffix from face names.
17934 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
17935 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
17936 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
17937
17938 * play/gomoku.el (gomoku-O, gomoku-X):
17939 Remove "-face" suffix from face names.
17940 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
17941 New backward-compatibility aliases for renamed faces.
17942 (gomoku-font-lock-keywords): Use renamed gomoku faces.
17943
17944 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
17945
17946 * thumbs.el: Fixes for changes of 2005-06-09.
17947 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
17948 as a directory.
17949 (thumbs-thumbname): Remove directory separator from format string;
17950 `thumbs-thumbsdir' now returns a valid directory name.
17951 (thumbs-temp-dir): New defsubst.
17952 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
17953 Use it.
17954
17955 * cus-edit.el (minibuffer):
17956 * files.el (make-backup-file-name-function):
17957 * filesets.el (filesets-external-viewers):
17958 * hilit-chg.el (highlight-changes-colours)
17959 (highlight-changes-face-list, highlight-changes-rotate-faces):
17960 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
17961 * kmacro.el (kmacro-call-macro):
17962 * log-edit.el (log-edit-changelog-full-paragraphs):
17963 * mouse.el (mouse-1-click-follows-link):
17964 * skeleton.el (skeleton-autowrap):
17965 * subr.el (insert-for-yank-1):
17966 * tempo.el (tempo-insert-region):
17967 * terminal.el (terminal-emulator):
17968 * time.el (display-time-mail-face):
17969 * vc.el (vc-annotate):
17970 * vcursor.el (vcursor-copy-line):
17971 * woman.el (woman-bold-headings, woman-ignore)
17972 (woman-default-faces, woman-monochrome-faces):
17973 * calendar/todo-mode.el (todo-insert-threshold):
17974 * emulation/pc-select.el (pc-select-selection-keys-only)
17975 (pc-selection-mode):
17976 * emulation/vip.el (vip-find-char-forward):
17977 * emulation/viper-cmd.el (viper-find-char-forward):
17978 * international/mule-cmds.el
17979 (select-safe-coding-system-accept-default-p)
17980 (input-method-exit-on-invalid-key):
17981 * international/mule-diag.el (describe-coding-system):
17982 * international/ucs-tables.el (unify-8859-on-encoding-mode):
17983 * net/browse-url.el (browse-url-xterm-program):
17984 * obsolete/lazy-lock.el (lazy-lock-mode):
17985 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
17986 (cperl-mode):
17987 * progmodes/cpp.el (cpp-face-light-name-list)
17988 (cpp-face-dark-name-list):
17989 * progmodes/delphi.el (delphi-newline-always-indents):
17990 Fix spellings in docstrings.
17991
17992 * ido.el (ido-mode, ido-file-extensions-order)
17993 (ido-default-file-method, ido-default-buffer-method)
17994 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
17995 (ido-decorations, ido-read-file-name-as-directory-commands)
17996 (ido-read-file-name-non-ido, ido-work-directory-list)
17997 (ido-ignore-item-temp-list, ido-current-directory)
17998 (ido-magic-forward-char, ido-enter-find-file)
17999 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
18000 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
18001
18002 2005-06-10 Lute Kamstra <lute@gnu.org>
18003
18004 * play/dunnet.el (dun-mode): Use define-derived-mode.
18005 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
18006 obsolete alias.
18007
18008 * play/doctor.el (doctor-mode-map): Remove defvar.
18009 (doctor-mode): Use define-derived-mode.
18010
18011 * mail/mspools.el (mspools-mode):
18012 * net/eudc-hotlist.el (eudc-hotlist-mode):
18013 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
18014
18015 2005-06-10 Miles Bader <miles@gnu.org>
18016
18017 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18018 Remove "-face" suffix from face names.
18019 (flyspell-incorrect-face, flyspell-duplicate-face):
18020 New backward-compatibility aliases for renamed faces.
18021 (flyspell-mode-on, make-flyspell-overlay)
18022 (flyspell-highlight-incorrect-region)
18023 (flyspell-highlight-duplicate-region)
18024 (flyspell-display-next-corrections)
18025 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
18026
18027 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
18028 from face name.
18029 (texinfo-heading-face): New backward-compatibility alias for
18030 renamed face.
18031 (texinfo-heading-face): Use renamed texinfo-heading face.
18032
18033 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
18034 suffix from face names.
18035 (tex-math-face, tex-verbatim-face):
18036 New backward-compatibility aliases for renamed faces.
18037 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
18038 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
18039 literal face name.
18040
18041 * textmodes/table.el (table-cell): Remove "-face" suffix from face
18042 name.
18043 (table-cell-face): New backward-compatibility alias for renamed face.
18044 (table--put-cell-face-property, table--update-cell-face):
18045 Use renamed table-cell face.
18046
18047 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
18048 from face name.
18049 (sgml-namespace-face): New backward-compatibility alias for
18050 renamed face.
18051 (sgml-namespace-face): Use renamed sgml-namespace face.
18052
18053 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
18054 (org-level-4, org-level-5, org-level-6, org-level-7)
18055 (org-level-8, org-warning, org-headline-done)
18056 (org-deadline-announce, org-scheduled-today)
18057 (org-scheduled-previously, org-link, org-done, org-table)
18058 (org-time-grid): Remove "-face" suffix from face names.
18059 (org-level-1-face, org-level-2-face, org-level-3-face)
18060 (org-level-4-face, org-level-5-face, org-level-6-face)
18061 (org-level-7-face, org-level-8-face, org-warning-face)
18062 (org-headline-done-face, org-deadline-announce-face)
18063 (org-scheduled-today-face, org-scheduled-previously-face)
18064 (org-link-face, org-done-face, org-table-face)
18065 (org-time-grid-face):
18066 New backward-compatibility aliases for renamed faces.
18067 (org-level-faces, org-set-font-lock-defaults, org-timeline)
18068 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
18069 (org-agenda-get-timestamps, org-agenda-get-scheduled)
18070 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
18071
18072 * emulation/viper-init.el (viper-search, viper-replace-overlay)
18073 (viper-minibuffer-emacs, viper-minibuffer-insert)
18074 (viper-minibuffer-vi): Remove "-face" suffix from face names.
18075 (viper-search-face, viper-replace-overlay-face)
18076 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18077 (viper-minibuffer-vi-face):
18078 New backward-compatibility aliases for renamed faces.
18079 (viper-search-face, viper-replace-overlay-face)
18080 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18081 (viper-minibuffer-vi-face): Use renamed viper faces.
18082
18083 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
18084 Remove "-face" suffix from face names.
18085 (testcover-nohits-face, testcover-1value-face):
18086 New backward-compatibility aliases for renamed faces.
18087 (testcover-mark): Use renamed testcover faces.
18088
18089 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
18090 face name.
18091 (diary-button-face): New backward-compatibility alias for renamed face.
18092 (diary-entry): Use renamed diary-button face.
18093
18094 * calendar/calendar.el (diary, calendar-today, holiday)
18095 (mark-visible-calendar-date): Remove "-face" suffix from face names.
18096 (diary-face, calendar-today-face, holiday-face):
18097 New backward-compatibility aliases for renamed faces.
18098 (eval-after-load "facemenu", diary-entry-marker)
18099 (calendar-today-marker, calendar-holiday-marker, diary-face):
18100 Use renamed calendar faces.
18101
18102 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
18103 (compare-windows-face): New backward-compatibility alias for
18104 renamed face.
18105 (compare-windows-highlight): Use renamed compare-windows face.
18106
18107 * strokes.el (strokes-char): Remove "-face" suffix from face name.
18108 (strokes-char-face): New backward-compatibility alias for renamed face.
18109 (strokes-encode-buffer): Use renamed strokes-char face.
18110
18111 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
18112 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
18113 Remove "-face" suffix from face names.
18114 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18115 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18116 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
18117 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
18118 Use renamed pcvs faces.
18119 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
18120 * pcvs-defs.el (cvs-mode-map): Likewise.
18121 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
18122
18123 * info.el (info-title-1, info-title-2, info-title-3)
18124 (info-title-4): Remove "-face" suffix from and downcase face names.
18125 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18126 (Info-title-4-face):
18127 New backward-compatibility aliases for renamed faces.
18128 (Info-fontify-node): Use renamed info faces.
18129
18130 * hilit-chg.el (highlight-changes, highlight-changes-delete):
18131 Remove "-face" suffix from face names.
18132 (highlight-changes-face, highlight-changes-delete-face):
18133 New backward-compatibility aliases for renamed faces.
18134 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
18135 (hilit-chg-make-list): Use renamed highlight-changes faces.
18136
18137 * generic-x.el (show-tabs-tab, show-tabs-space):
18138 Remove "-face" suffix from face names.
18139 (show-tabs-tab-face, show-tabs-space-face):
18140 New backward-compatibility aliases for renamed faces.
18141 (show-tabs-generic-mode-font-lock-defaults-1)
18142 (show-tabs-generic-mode-font-lock-defaults-2):
18143 Use renamed show-tabs faces.
18144
18145 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
18146 (smerge-markers): Remove "-face" suffix from face names.
18147 (smerge-mine-face, smerge-other-face, smerge-base-face)
18148 (smerge-markers-face):
18149 New backward-compatibility aliases for renamed faces.
18150 (smerge-mine-face, smerge-other-face, smerge-base-face)
18151 (smerge-markers-face): Use renamed smerge faces.
18152
18153 * log-view.el (log-view-file, log-view-message): Remove "-face"
18154 suffix from face names.
18155 (log-view-file-face, log-view-message-face):
18156 New backward-compatibility aliases for renamed faces.
18157 (log-view-file-face, log-view-message-face): Use renamed log-view
18158 faces.
18159
18160 * paren.el (show-paren-match, show-paren-mismatch):
18161 Remove "-face" suffix from face names.
18162 (show-paren-match-face, show-paren-mismatch-face):
18163 New backward-compatibility aliases for renamed faces.
18164 (show-paren-function): Use renamed show-paren faces.
18165
18166 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
18167 (ruler-mode-margins, ruler-mode-fringes)
18168 (ruler-mode-column-number, ruler-mode-fill-column)
18169 (ruler-mode-comment-column, ruler-mode-goal-column)
18170 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
18171 suffix from face names.
18172 (ruler-mode-default-face, ruler-mode-pad-face)
18173 (ruler-mode-margins-face, ruler-mode-fringes-face)
18174 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
18175 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
18176 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
18177 New backward-compatibility aliases for renamed faces.
18178 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
18179 (ruler-mode-column-number, ruler-mode-fill-column)
18180 (ruler-mode-comment-column, ruler-mode-goal-column)
18181 (ruler-mode-tab-stop, ruler-mode-current-column)
18182 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
18183 faces.
18184
18185 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
18186 face name.
18187 (whitespace-highlight-the-space): Use renamed face.
18188 (whitespace-highlight-face): New backward-compatibility alias for
18189 renamed face.
18190
18191 * woman.el (woman-italic, woman-bold, woman-unknown)
18192 (woman-addition, woman-symbol-face):
18193 Remove "-face" suffix from face names.
18194 (woman-italic-face, woman-bold-face, woman-unknown-face)
18195 (woman-addition-face):
18196 New backward-compatibility aliases for renamed faces.
18197 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
18198 (woman-decode-region, woman-replace-match)
18199 (woman-display-extended-fonts, woman-special-characters)
18200 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
18201 Use renamed woman faces.
18202
18203 * longlines.el (longlines-visible-face): Face removed.
18204
18205 * diff-mode.el (diff-header, diff-file-header, diff-index)
18206 (diff-hunk-header, diff-removed, diff-added, diff-changed)
18207 (diff-function, diff-context, diff-nonexistent): Remove "-face"
18208 suffix from face names.
18209 (diff-header-face, diff-file-header-face, diff-index-face)
18210 (diff-hunk-header-face, diff-removed-face, diff-added-face)
18211 (diff-changed-face, diff-function-face, diff-context-face)
18212 (diff-nonexistent-face): New backward-compatibility aliases for
18213 renamed faces.
18214 (diff-header-face, diff-file-header-face)
18215 (diff-index, diff-index-face, diff-hunk-header)
18216 (diff-hunk-header-face, diff-removed, diff-removed-face)
18217 (diff-added, diff-added-face, diff-changed-face, diff-function)
18218 (diff-function-face, diff-context-face, diff-nonexistent)
18219 (diff-nonexistent-face): Use renamed diff-mode faces.
18220
18221 * progmodes/compile.el (compilation-warning-face)
18222 (compilation-info-face): Remove "-face" suffix from face names.
18223 (compilation-warning-face, compilation-info-face):
18224 New backward-compatibility aliases for renamed faces.
18225 (compilation-warning-face, compilation-info-face):
18226 Use renamed compilation faces.
18227
18228 * add-log.el (change-log-date, change-log-name)
18229 (change-log-email, change-log-file, change-log-list)
18230 (change-log-conditionals, change-log-function)
18231 (change-log-acknowledgement): Remove "-face" suffix from face names.
18232 (change-log-date-face, change-log-name-face)
18233 (change-log-email-face, change-log-file-face)
18234 (change-log-list-face, change-log-conditionals-face)
18235 (change-log-function-face, change-log-acknowledgement-face):
18236 New backward-compatibility aliases for renamed faces.
18237 (change-log-font-lock-keywords): Use renamed change-log faces.
18238
18239 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
18240 (custom-set, custom-changed, custom-saved, custom-button)
18241 (custom-button-pressed, custom-documentation, custom-state)
18242 (custom-comment, custom-comment-tag, custom-variable-tag)
18243 (custom-variable-button, custom-face-tag, custom-group-tag-1)
18244 (custom-group-tag): Remove "-face" suffix from face names.
18245 (custom-magic-alist, custom-magic-value-create)
18246 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
18247 (custom-invalid-face, custom-rogue-face, custom-modified-face)
18248 (custom-set-face, custom-changed-face, custom-saved-face)
18249 (custom-button-face, custom-button-pressed-face)
18250 (custom-documentation-face, custom-state-face)
18251 (custom-comment-face, custom-comment-tag-face)
18252 (custom-variable-tag-face, custom-variable-button-face)
18253 (custom-face-tag-face, custom-group-tag-face-1)
18254 (custom-group-tag-face):
18255 New backward-compatibility aliases for renamed faces.
18256
18257 * wid-edit.el (widget-documentation, widget-button)
18258 (widget-field, widget-single-line-field, widget-inactive)
18259 (widget-button-pressed): "-face" suffix removed from face names.
18260 (widget-documentation-face, widget-button-face)
18261 (widget-field-face, widget-single-line-field-face)
18262 (widget-inactive-face, widget-button-pressed-face):
18263 New backward-compatibility aliases for renamed faces.
18264 (widget-documentation-face, widget-button-face)
18265 (widget-button-pressed-face, widget-specify-field)
18266 (widget-specify-inactive): Use renamed widget faces.
18267
18268 2005-06-10 Kenichi Handa <handa@m17n.org>
18269
18270 * term/x-win.el (x-clipboard-yank): Remove condition-case
18271 wrapping.
18272
18273 2005-06-11 Kenichi Handa <handa@m17n.org>
18274
18275 * add-log.el (change-log-font-lock-keywords): Make the regexp for
18276 date lines stricter.
18277
18278 2005-06-10 Zhang Wei <id.brep@gmail.com>
18279
18280 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
18281 of x-get-selection.
18282
18283 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18284
18285 * comint.el (comint-mode, comint-snapshot-last-prompt):
18286 * frame.el (frame-current-scroll-bars):
18287 * term.el (term-mode, term-check-proc, term-input-sender)
18288 (term-simple-send, term-extract-string, term-word)
18289 (term-match-partial-filename):
18290 * window.el (window-current-scroll-bars):
18291 * emulation/cua-base.el (cua-normal-cursor-color)
18292 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
18293 (cua-global-mark-cursor-color):
18294 * mail/undigest.el (rmail-forward-separator-regex):
18295 Fix typos in docstrings.
18296
18297 * comint.el (comint-check-proc, make-comint-in-buffer)
18298 (comint-source-default): Doc fixes.
18299
18300 * term.el (term-send-string): Improve argument/docstring consistency.
18301
18302 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
18303
18304 * comint.el (comint-send-input): Bind `inhibit-read-only' around
18305 call to `delete-region'.
18306 (comint-mode-hook): Do not enable Font Lock by default.
18307
18308 2005-06-09 Lute Kamstra <lute@gnu.org>
18309
18310 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
18311 could be void.
18312
18313 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
18314
18315 * emacs-lisp/debug.el (debugger-will-be-back): New var.
18316 (debug): Use it.
18317 (debugger-step-through, debugger-continue, debugger-jump)
18318 (debugger-return-value): Set it when needed.
18319 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
18320 Use inhibit-read-only.
18321
18322 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
18323
18324 * window.el (shrink-window-if-larger-than-buffer)
18325 (window-size-fixed): Fix typo in docstring.
18326
18327 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
18328 thumbnails directory on loading.
18329 (thumbs-conversion-program): Use `eq' to check the system type,
18330 not `equal'.
18331 (thumbs-temp-dir): Initialize to `temporary-file-directory',
18332 not "/tmp". Fix docstring.
18333 (thumbs-thumbsdir): New function to return the thumbnails
18334 directory, creating it if needed.
18335 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
18336 (thumbs-temp-file): Delete variable and make it into a function.
18337 (thumbs-resize-image, thumbs-modify-image): Use it.
18338 (thumbs-kill-buffer): Simplify.
18339 (thumbs-gensym): Defalias or duplicate CL `gensym'.
18340 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
18341 docstrings.
18342
18343 2005-06-09 Kim F. Storm <storm@cua.dk>
18344
18345 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
18346 set-match-data to free markers in match-data.
18347
18348 * replace.el (replace-match-data): Pass RESEAT arg `t' to
18349 match-data to unchain markers in match-data.
18350
18351 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
18352
18353 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
18354 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
18355 unnecessary now.
18356
18357 2005-06-08 Richard M. Stallman <rms@gnu.org>
18358
18359 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
18360 give the variable a doc string that doesn't say don't set it directly.
18361
18362 * textmodes/ispell.el (ispell-check-version):
18363 Use match-string-no-properties.
18364 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
18365 (ispell-buffer-local-words): Likewise.
18366
18367 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
18368 except on terminals with enough colors to really display it.
18369 (makefile-dependency-regex): Delete spurious `bb'.
18370
18371 * faces.el (escape-glyph): Use blue once again in last case.
18372 (no-break-space): Redefine so that it isn't invisible on a tty.
18373
18374 2005-06-08 Kim F. Storm <storm@cua.dk>
18375
18376 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
18377 also when reading directory name.
18378
18379 2005-06-08 Lute Kamstra <lute@gnu.org>
18380
18381 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
18382 (flyspell-mode-line-string): Remove autoload cookie.
18383 (flyspell-mode): Remove defvar.
18384
18385 2005-06-07 Lute Kamstra <lute@gnu.org>
18386
18387 * textmodes/org.el (org-run-mode-hooks): New function.
18388 (org-agenda-mode): Use it.
18389
18390 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
18391
18392 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
18393
18394 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18395
18396 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
18397
18398 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
18399
18400 * font-lock.el (font-lock-add-keywords): Doc fix.
18401
18402 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18403
18404 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
18405 (tex-compile-default): In the absence of any history, use the order in
18406 tex-compile-alist to choose the preferred command.
18407 (tex-compile-commands): Reorder a bit.
18408
18409 * textmodes/flyspell.el (flyspell-auto-correct-binding)
18410 (flyspell-incorrect-face, flyspell-duplicate-face):
18411 Use (X)Emacs-agnostic code.
18412 (flyspell-mode-map): Don't overwrite at each load. Remove code
18413 redundant with the subsequent add-minor-mode. Merge Emacs and
18414 XEmacs code.
18415 (flyspell-word): Minor simplification.
18416 (flyspell-math-tex-command-p): Quieten the byte-compiler.
18417 (flyspell-external-point-words): Remove unused vars `size' and `start'.
18418 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
18419 Merge the corresponding Emacs code.
18420 (flyspell-correct-word, flyspell-xemacs-popup):
18421 Use flyspell-do-correct.
18422
18423 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
18424 a dedicated window.
18425
18426 * international/latexenc.el (latexenc-find-file-coding-system):
18427 Undo part of last patch, to turn off a compiler warning.
18428
18429 2005-06-06 Juri Linkov <juri@jurta.org>
18430
18431 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
18432 Rename `tmm-inactive-face' to `tmm-inactive'.
18433
18434 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
18435
18436 * iswitchb.el: Rename faces.
18437
18438 2005-06-06 Kim F. Storm <storm@cua.dk>
18439
18440 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
18441 (cua-global-mark): Remove -face suffix from face names.
18442
18443 * emulation/cua-gmrk.el (cua--init-global-mark):
18444 Remove cua-global-mark face setup.
18445
18446 2005-06-06 Richard M. Stallman <rms@gnu.org>
18447
18448 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
18449 just like other allowed characters.
18450 (makefile-match-dependency): Exclude leading and training whitespace
18451 from the range of regexp subexp 1.
18452 (makefile-macroassign-regex): Don't try to match the body,
18453 just the name of the macro being defined.
18454
18455 * info.el (Info-read-node-name-2): New function.
18456 (Info-read-node-name-1): Use that.
18457 Add a completion-base-size-function property.
18458
18459 * simple.el (completion-setup-function): Look for
18460 completion-base-size-function property of minibuffer-completion-table.
18461
18462 * files.el (locate-file-completion): Doc fix.
18463
18464 * printing.el: Don't call pr-update-menus; user must do that.
18465
18466 * emacs-lisp/debug.el (debugger-window): New variable.
18467 (debug): Use debugger-window if it is set and still alive.
18468 Record debugger-window for next entry.
18469
18470 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
18471
18472 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
18473
18474 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
18475 (hack-one-local-variable, hack-local-variables)
18476 (hack-local-variables-prop-line): Pass that arg.
18477
18478 2005-06-06 Kim F. Storm <storm@cua.dk>
18479
18480 * ido.el (ido-first-match, ido-only-match, ido-subdir)
18481 (ido-indicator): Remove -face suffix from face names.
18482
18483 2005-06-06 Juri Linkov <juri@jurta.org>
18484
18485 * font-lock.el (font-lock-regexp-backslash)
18486 (font-lock-regexp-backslash-construct): New faces.
18487 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
18488 after `('. Add `while-no-input' to control structures.
18489
18490 * faces.el (no-break-space, shadow): New faces.
18491 (escape-glyph): Use less loud colors pink2 and red4.
18492
18493 * diff-mode.el (diff-context-face)
18494 * dired.el (dired-ignored)
18495 * rfn-eshadow.el (file-name-shadow)
18496 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
18497
18498 * info.el (Info-title-1-face): Use green instead of yellow because
18499 bold yellow is not readable on light backgrounds.
18500
18501 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
18502 before selecting the desired mode to not spend time fontifying
18503 old contents.
18504
18505 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
18506
18507 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
18508 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
18509
18510 * ps-print.el (ps-default-fg, ps-default-bg):
18511 Fix typos in docstrings.
18512
18513 * isearchb.el (isearchb): Don't pass a spurious second argument to
18514 `iswitchb-completions'.
18515
18516 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
18517
18518 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
18519 to preserve point.
18520 (gdb-find-file-hook): Add doc string.
18521
18522 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
18523 C dereferenced pointer expression.
18524 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
18525
18526 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
18527
18528 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
18529 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
18530 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
18531 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
18532 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
18533 Make background transparent.
18534
18535 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
18536
18537 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
18538 (font-lock-remove-keywords): Doc fix.
18539 (font-lock-mode-major-mode): Compiler defvar.
18540 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
18541
18542 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
18543 (font-lock-mode): Update `font-lock-mode-major-mode'.
18544 (font-lock-set-defaults): Compiler defvar.
18545 (font-lock-default-function): Take `font-lock-mode-major-mode'
18546 into account.
18547
18548 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
18549 keep track of which major mode it enabled the minor mode for.
18550 Use find-file-hook again. Update docstring.
18551
18552 * simple.el (eval-expression-print-level)
18553 (eval-expression-print-length, eval-expression-debug-on-error):
18554 Doc fixes.
18555
18556 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
18557
18558 * iswitchb.el (iswitchb-single-match-face)
18559 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
18560 (iswitchb-invalid-regexp-face): New faces.
18561 (iswitchb-completions): Use them.
18562 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
18563 now marked as an obsolete alias.
18564 (iswitchb-read-buffer): Remove check for bound font variables.
18565 (iswitchb-invalid-regexp): New free variable.
18566 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
18567 set iswitchb-invalid-regexp.
18568 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
18569 invalid regexps.
18570 (iswitchb-completions): Add check for complete match when entering
18571 a regexp.
18572 (iswitchb-completions): Remove require-match argument.
18573 (iswitchb-exhibit): Fix caller.
18574 (iswitchb-common-match-inserted): New variable.
18575 (iswitchb-complete, iswitchb-completion-help): Use it.
18576
18577 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
18578
18579 * url-http.el (url-http-chunked-encoding-after-change-function):
18580 Use `url-http-debug' instead of `message'.
18581
18582 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
18583
18584 * url-http.el (url-http-parse-headers): Pass redirected URL as a
18585 callback argument.
18586
18587 2005-06-04 Kim F. Storm <storm@cua.dk>
18588
18589 * simple.el (line-move): Only call sit-for when moving backwards.
18590
18591 * ido.el (ido-make-merged-file-list-1): New defun split from
18592 ido-make-merged-file-list.
18593 (ido-make-merged-file-list): Bind throw-on-input around call to
18594 ido-make-merged-file-list-1. Return input-pending-p if
18595 interrupted by more input available.
18596 (ido-read-internal): Handle input-pending-p return value from
18597 ido-make-merged-file-list.
18598
18599 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
18600
18601 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
18602 compatibility code.
18603
18604 * international/latexenc.el (latexenc-find-file-coding-system):
18605 Don't inherit the EOL part of the coding-system from the
18606 tex-main buffer. Fit within 80 columns.
18607
18608 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
18609
18610 * tmm.el (tmm-inactive-face): New face.
18611 (tmm-remove-inactive-mouse-face): New function.
18612 (tmm-prompt, tmm-add-one-shortcut)
18613 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
18614 but not selectable.
18615
18616 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
18617
18618 * faces.el (face-equal): Improve argument/docstring consistency.
18619
18620 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
18621
18622 * progmodes/make-mode.el (makefile-targets-face)
18623 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
18624 (makefile-bsdmake-dependency-regex)
18625 (makefile-makepp-rule-action-regex)
18626 (makefile-bsdmake-rule-action-regex): New constants.
18627 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
18628
18629 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18630 Allow (...) within `...' for makepp messages.
18631
18632 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
18633
18634 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
18635
18636 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
18637 "." files are deleted from all file lists before comparison.
18638
18639 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18640 (viper-ESC-key): Made them customizable.
18641
18642 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
18643
18644 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
18645
18646 * autorevert.el (auto-revert-buffers): Use save-match-data.
18647
18648 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18649
18650 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
18651 menu items with a nil command binding.
18652
18653 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
18654
18655 * emacs-lisp/cl-macs.el (defsetf):
18656 Improve argument/docstring consistency.
18657
18658 * faces.el (list-faces-display): Improve the formatting by
18659 computing the maximum length required for any face-name (reworked
18660 patch of 1999-01-11, accidentally deleted on 1999-07-21).
18661 (internal-find-face): Remove redundant info in docstring.
18662
18663 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
18664
18665 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
18666 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
18667 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
18668 (gdb-assembler-custom): Improve regexps.
18669 (def-gdb-auto-update-handler): Use window point to preserve point.
18670
18671 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18672
18673 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
18674
18675 2005-05-31 Jay Belanger <belanger@truman.edu>
18676
18677 * calc/calc-embed.el (calc-embedded-word): Change argument passed
18678 to calc-embedded.
18679 (calc-embedded-make-info): Have plain prefix argument select
18680 entire line.
18681
18682 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
18683
18684 * faces.el (list-faces-display): Signal error if passed a regexp
18685 that matches no face name.
18686
18687 * simple.el (filter-buffer-substring): Fix typo in docstring.
18688
18689 2005-05-31 Richard M. Stallman <rms@gnu.org>
18690
18691 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
18692 (vhdl-emacs-21): Doc fix.
18693 (vhdl-mode): Unconditionally set comment-padding.
18694 (vhdl-fixup-whitespace-region): Insert spaces only where
18695 there are none.
18696 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
18697
18698 2005-05-30 John Wiegley <johnw@newartisans.com>
18699
18700 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
18701 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
18702 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
18703 `directory-sep-char' to ?/, and all uses of `string-to-int' to
18704 `string-to-number'.
18705
18706 2005-05-30 Jay Belanger <belanger@truman.edu>
18707
18708 * calc/calc.el (calc-bug-address): Fix docstring.
18709 (calc-window-hook, calc-trail-window-hook): New variables.
18710 (calc-trail-display): Restore use of calc-trail-window-hook.
18711 (calc): Restore use of calc-window-hook.
18712
18713 2005-05-31 Masatake YAMATO <jet@gyve.org>
18714
18715 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
18716
18717 * help-fns.el (help-C-file-name): Add autoload mark for
18718 `find-function-noselect'.
18719
18720 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18721
18722 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
18723 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
18724
18725 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18726
18727 * calendar/diary-lib.el (mark-included-diary-files): Only kill
18728 included diary buffer if it was not already being visited.
18729 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
18730
18731 * calendar/icalendar.el (top-level): Do not require appt.
18732
18733 * mail/supercite.el (sc-select-attribution): Only use a list
18734 element from sc-attrib-selection-list if it returns a string.
18735 Reported by Davide G. M. Salvetti <salve@debian.org>.
18736
18737 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
18738
18739 * thumbs.el (thumbs-thumbname): The resulting thumbname now
18740 includes a hash value to improve its uniqueness, and has a ".jpg"
18741 extension. Also, it is now a valid filename on all systems.
18742 (thumbs-make-thumb): Use `let', not `let*'.
18743 (thumbs-show-thumbs-list): Check for JPEG availability.
18744
18745 2005-05-30 Richard M. Stallman <rms@gnu.org>
18746
18747 * filesets.el (filesets-menu-ensure-use-cached):
18748 Prevent warning when emacs-version>= is undefined.
18749
18750 * printing.el (pr-interactive-n-up): Use string-to-number.
18751
18752 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
18753
18754 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18755 Warn only when name to be defined is quoted.
18756
18757 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
18758
18759 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
18760 Make regexp more robust.
18761 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
18762 Force regeneration of disassembly.
18763
18764 2005-05-29 Jay Belanger <belanger@truman.edu>
18765
18766 * calc/calc.el (calc-user-invocation): Check if
18767 calc-invocation-macro is non-nil.
18768
18769 2005-05-29 Juri Linkov <juri@jurta.org>
18770
18771 * add-log.el (change-log-font-lock-keywords):
18772 Add `+' to e-mail regexp to accept mail address with keywords.
18773
18774 * man.el (Man-name-regexp): Add `:' to accept qualified names.
18775
18776 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
18777
18778 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
18779
18780 * ielm.el (inferior-emacs-lisp-mode): Ditto.
18781
18782 2005-05-29 Richard M. Stallman <rms@gnu.org>
18783
18784 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
18785 Undo the change that moves to end of the current word.
18786
18787 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
18788
18789 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
18790 Throw error when count <= 0 to ensure input is a number.
18791 (gdb-read-memory-custom): Pick up address from buffer.
18792 (gdb-memory-mode): Allow user to increment and decrement
18793 memory address from header line.
18794
18795 2005-05-29 Richard M. Stallman <rms@gnu.org>
18796
18797 * flyspell.el (flyspell-version): Function deleted.
18798 (flyspell-auto-correct-previous-hook): Doc fix.
18799
18800 * jit-lock.el (jit-lock-function, jit-lock-after-change):
18801 Do nothing if memory is full.
18802
18803 * font-lock.el (font-lock-fontify-syntactically-region):
18804 Pass t for GREEDY to looking-back.
18805
18806 * saveplace.el (save-place-alist-to-file): Write the file
18807 using write-region.
18808
18809 * subr.el (looking-back): New argument GREEDY.
18810
18811 * progmodes/compile.el (compilation-start): Set the mode
18812 before inserting the initial text.
18813
18814 * progmodes/which-func.el (which-func-update-1): Turn the mode
18815 off in case of error by setting which-func-mode.
18816
18817 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
18818
18819 * flyspell.el (flyspell-auto-correct-previous-word):
18820 Narrow down to what's on the screen, and recenter overlays
18821 at the end of the next word.
18822
18823 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
18824
18825 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
18826 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
18827 (flyspell-abbrev-p): Default to nil.
18828 (flyspell-use-global-abbrev-table-p): Doc fix.
18829 (flyspell-large-region): Allow nil as value.
18830 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
18831
18832 (mail-mode-flyspell-verify): More robust handling
18833 of `mail-header-separator'. More efficient signature detection.
18834 Allow for regexp metacharacters in message-header-separator.
18835 Adding `To' not to be checked in mail-mode-flyspell-verify.
18836
18837 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
18838 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
18839 Bind flyspell-auto-correct-binding.
18840 Bind C-. and C-, .
18841 (flyspell-mode-map): Likewise.
18842 (flyspell-mode): Doc fix.
18843 (flyspell-accept-buffer-local-defs): Preserve current buffer.
18844 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
18845 (flyspell-word-cache-result): New var, always local.
18846 (flyspell-check-pre-word-p): Doc fix.
18847 (flyspell-check-changed-word-p): Handle spc like newline.
18848 (flyspell-post-command-hook): Set flyspell-word-cache-result.
18849 (flyspell-word-search-backward, flyspell-word-search-forward):
18850 New functions.
18851 (flyspell-word): Return t if nothing to check.
18852 When parsing TeX code, check for after } or \.
18853 Use flyspell-word-search-backward to find previous word.
18854 Return nil if duplicated word.
18855 For word already checked, return same value as last time.
18856 Set flyspell-word-cache-result after checking.
18857 Don't clobber the return value.
18858 (flyspell-get-word): Major rewrite.
18859 (flyspell-external-point-words): New locals pword, pcount.
18860 Fix size used in progress message.
18861 Find the proper corresponding word in flyspell-large-region-buffer.
18862 (flyspell-region): Check for flyspell-large-region = nil.
18863 (flyspell-highlight-incorrect-region): Clean up overlays in region.
18864 (flyspell-auto-correct-word): Check that WORD is a cons.
18865 (flyspell-correct-word): Likewise.
18866
18867 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
18868
18869 * progmodes/make-mode.el (makefile-rule-action-regex)
18870 (makefile-macroassign-regex, makefile-makepp-mode)
18871 (makefile-bsdmake-mode): Continuation lines may be empty.
18872 Reported by Joshua Varner.
18873 (makefile-makepp-font-lock-keywords): Add $(stem).
18874
18875 2005-05-28 Karl Berry <karl@gnu.org>
18876
18877 * textmodes/tex-mode.el: Now that tex-send-command calls
18878 shell-quote-argument (2005-03-31 change), remove all calls to
18879 shell-quote-argument; they all end up invoking tex-send-command.
18880 The double quoting loses on filenames with non-safe characters,
18881 such as "@". Reported by Frederik Fouvry.
18882
18883 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
18884
18885 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
18886 about preserving point.
18887
18888 2005-05-27 Jay Belanger <belanger@truman.edu>
18889
18890 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
18891 Info-goto-node.
18892
18893 * calc/calc-embed.el (calc-embed-arg): New variable.
18894 (calc-do-embedded-activate, calc-embedded-activate-formula)
18895 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
18896 variable by new variable.
18897 (calc-embedded-make-info): Replace undeclared variable by new
18898 variable. When selecting region with positive prefix
18899 argument, use end of previous line instead of beginning of line.
18900
18901 * calc/calc-aent.el (calc-arg-values): Declare it.
18902
18903 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
18904 Declare them.
18905
18906 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
18907
18908 * calc/calc.el (calc-alg-map): Declare it.
18909
18910 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
18911
18912 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
18913
18914 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
18915 (gdb-registers-buffer, toggle-gdb-all-registers):
18916 Toggle display of floating point registers.
18917 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
18918
18919 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
18920 (toggle-gud-tooltip-dereference):
18921 Rename from gud-toggle-tooltip-dereference.
18922
18923 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
18924
18925 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
18926
18927 2005-05-27 Jay Belanger <belanger@truman.edu>
18928
18929 * calc/calc-prog.el (calc-kbd-report): Remove.
18930 (calc-kbd-query): Rewrite.
18931
18932 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
18933
18934 * image.el (image-library-alist): Move to image.c.
18935 (image-type-available-p): Doc fix.
18936
18937 2005-05-27 Lute Kamstra <lute@gnu.org>
18938
18939 * calc/calc.el (calc):
18940 * outline.el (outline-1, outline-2, outline-3, outline-4)
18941 (outline-5, outline-6, outline-7, outline-8):
18942 * textmodes/dns-mode.el (dns-mode):
18943 * textmodes/sgml-mode.el (sgml-namespace-face):
18944 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
18945 (tex-verbatim-face, tex-use-reftex):
18946 * textmodes/texinfo.el (texinfo-heading-face):
18947 Specify customization group.
18948
18949 * longlines.el: Don't require easy-mmode.
18950 (longlines-visible-face): Specify customization group.
18951
18952 2005-05-27 Kenichi Handa <handa@m17n.org>
18953
18954 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
18955 encoding table of windows-1251.
18956
18957 * international/ucs-tables.el (ucs-set-table-for-input):
18958 If translation-table-for-input of a coding system is a symbol, get
18959 its translation-table property.
18960
18961 * international/code-pages.el: Don't register a coding system into
18962 non-iso-charset-alist more than once.
18963 (cp-make-coding-system): Likewise.
18964
18965 2005-05-26 John Wiegley <johnw@newartisans.com>
18966
18967 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
18968 `eshell-resume-eval' is wrapped in a list, it indicates that the
18969 command was run asynchronously. In that case, unwrap the value
18970 before checking the delimiter value.
18971
18972 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
18973 character before a space at the end of a line is \, assume the space
18974 is part of the last argument rather than a final argument separator.
18975
18976 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
18977 is in use, and the target is `t' or `nil' (which are the most common
18978 values), don't assume that the symbol target is a buffer.
18979
18980 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
18981
18982 * calendar/calendar.el (calendar-mode-line-format):
18983 Use mode-line-highlight as mouse-face.
18984
18985 * time.el (display-time-string-forms, display-time-update):
18986 Use mode-line-highlight as mouse-face.
18987
18988 2005-05-26 Jay Belanger <belanger@truman.edu>
18989
18990 * calc/calc.el (calc-language-alist): Remove extra defvar.
18991
18992 2005-05-26 Lute Kamstra <lute@gnu.org>
18993
18994 * arc-mode.el (archive-mode):
18995 * bookmark.el (bookmark-read-annotation-mode)
18996 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
18997 * bs.el (bs-mode):
18998 * calc/calc-yank.el (calc-edit-mode):
18999 * calc/calc.el (calc-mode, calc-trail-mode):
19000 * calculator.el (calculator-mode):
19001 * chistory.el (command-history-mode):
19002 * comint.el:
19003 * cus-edit.el (custom-mode):
19004 * descr-text.el (describe-text-mode):
19005 * ebuff-menu.el (Electric-buffer-menu-mode):
19006 * ediff-util.el (ediff-mode):
19007 * emacs-lisp/re-builder.el (reb-mode):
19008 * emulation/vi.el (vi-mode-setup):
19009 * emulation/ws-mode.el (wordstar-mode):
19010 * eshell/esh-mode.el (eshell-mode):
19011 * forms.el (forms-mode):
19012 * help-mode.el (help-mode):
19013 * hexl.el (hexl-mode):
19014 * ibuffer.el (ibuffer-mode):
19015 * ielm.el (inferior-emacs-lisp-mode):
19016 * info.el (Info-mode, Info-edit-mode):
19017 * international/swedish.el:
19018 * ledit.el (ledit-from-lisp-mode):
19019 * locate.el (locate-mode):
19020 * mail/rmail.el (rmail-mode):
19021 * mail/rmailedit.el (rmail-edit-mode):
19022 * mail/rmailsum.el (rmail-summary-mode):
19023 * mail/supercite.el (sc-electric-mode):
19024 * net/eudc.el (eudc-mode):
19025 * net/quickurl.el (quickurl-list-mode):
19026 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
19027 * obsolete/ooutline.el (outline-mode):
19028 * obsolete/options.el (Edit-options-mode):
19029 * obsolete/rnews.el (news-mode):
19030 * obsolete/rnewspost.el (news-reply-mode):
19031 * play/5x5.el (5x5-mode):
19032 * play/decipher.el (decipher-mode, decipher-stats-mode):
19033 * play/gomoku.el (gomoku-mode):
19034 * play/snake.el (snake-mode):
19035 * play/solitaire.el (solitaire-mode):
19036 * play/tetris.el (tetris-mode):
19037 * progmodes/ada-mode.el (ada-mode):
19038 * progmodes/antlr-mode.el (antlr-mode):
19039 * progmodes/autoconf.el (autoconf-mode):
19040 * progmodes/dcl-mode.el (dcl-mode):
19041 * progmodes/delphi.el (delphi-mode):
19042 * progmodes/ebrowse.el (ebrowse-tree-mode)
19043 (ebrowse-electric-list-mode, ebrowse-member-mode)
19044 (ebrowse-electric-position-mode):
19045 * progmodes/f90.el (f90-mode):
19046 * progmodes/fortran.el (fortran-mode):
19047 * progmodes/icon.el (icon-mode):
19048 * progmodes/idlw-help.el (idlwave-help-mode):
19049 * progmodes/idlw-shell.el (idlwave-shell-mode):
19050 * progmodes/idlwave.el (idlwave-mode):
19051 * progmodes/inf-lisp.el (inferior-lisp-mode):
19052 * progmodes/m4-mode.el (m4-mode):
19053 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
19054 * progmodes/modula2.el (modula-2-mode):
19055 * progmodes/octave-inf.el (inferior-octave-mode):
19056 * progmodes/octave-mod.el (octave-mode):
19057 * progmodes/pascal.el (pascal-mode):
19058 * progmodes/sh-script.el (sh-mode):
19059 * progmodes/sql.el (sql-mode, sql-interactive-mode):
19060 * progmodes/vhdl-mode.el (vhdl-mode):
19061 * progmodes/xscheme.el (scheme-interaction-mode):
19062 * replace.el (occur-mode):
19063 * ses.el (ses-mode):
19064 * simple.el (completion-list-mode):
19065 * skeleton.el:
19066 * speedbar.el (speedbar-mode):
19067 * term.el (term-mode):
19068 * terminal.el (terminal-edit-mode):
19069 * textmodes/reftex-index.el (reftex-index-mode)
19070 (reftex-index-phrases-mode):
19071 * textmodes/reftex-sel.el (reftex-select-label-mode)
19072 (reftex-select-bib-mode):
19073 * textmodes/reftex-toc.el (reftex-toc-mode):
19074 * wdired.el (wdired-change-to-wdired-mode):
19075 * wid-browse.el (widget-browse-mode):
19076 Use run-mode-hooks.
19077
19078 * array.el (array-mode):
19079 * calendar/todo-mode.el (todo-mode):
19080 * man.el (Man-mode):
19081 * play/landmark.el (lm-mode):
19082 * play/mpuz.el (mpuz-mode):
19083 Use kill-all-local-variables and run-mode-hooks.
19084
19085 * subr.el (delay-mode-hooks): Specify indentation.
19086
19087 2005-05-26 Mark A. Hershberger <mah@everybody.org>
19088
19089 * xml.el (xml-substitute-special): Don't die for undefined xml
19090 entities.
19091
19092 2005-05-26 Jay Belanger <belanger@truman.edu>
19093
19094 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
19095 of nil.
19096
19097 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
19098
19099 * progmodes/gdb-ui.el (gdb-frame-address):
19100 Rename from gdb-current-address.
19101 (gdb-previous-frame-address): Rename from gdb-previous-address.
19102 (gdb-selected-frame): Rename from gdb-current-frame.
19103 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
19104 (gdb-frame-number): Rename from gdb-current-stack-level.
19105 (gdb-ann3): Match new mode-name for disassembly buffer.
19106 Extend initialization of variables.
19107 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
19108 (gdb-memory-mode): Use mouse-face in header line.
19109 (gdb-assembler-buffer-name): Call it disassembly and give frame
19110 in mode line.
19111 (gdb-source-spec-regexp, gdb-assembler-custom)
19112 (gdb-invalidate-assembler, gdb-frame-handler):
19113 Make robust to leading zeroes in address format.
19114
19115 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
19116
19117 * textmodes/org.el (org-mode): Use `define-derived-mode' to
19118 define `org-mode'.
19119 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
19120
19121 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
19122
19123 * log-edit.el (log-edit-changelog-entries): Distinguish between
19124 filenames like xfns.c and fns.c.
19125
19126 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
19127
19128 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
19129 point after reverting.
19130 (Buffer-menu-make-sort-button): Handle the case where
19131 `Buffer-menu-use-header-line' is nil.
19132
19133 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
19134
19135 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
19136 New funcs. In minibuffer-local-completion-map bind `]', `/'
19137 and `:' to them.
19138
19139 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
19140
19141 * startup.el (normal-top-level): Allow modification of load-path while
19142 we're iterating over it.
19143
19144 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
19145
19146 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
19147 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
19148 (thumbs-resize-interactive, thumbs-insert-image)
19149 (thumbs-insert-thumb, thumbs-dired-show-marked)
19150 (thumbs-find-image-at-point, thumbs-delete-images)
19151 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
19152 (thumbs-increment-image-size, thumbs-decrement-image-size):
19153 Fix typos in docstrings.
19154
19155 2005-05-24 Andre Spiegel <spiegel@gnu.org>
19156
19157 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
19158 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
19159 (cperl-mode): Use them.
19160
19161 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
19162
19163 * window.el (quit-window, shrink-window-if-larger-than-buffer):
19164 Doc fixes.
19165
19166 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
19167
19168 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
19169 Bind C-d to gdb-inferior-io-eof.
19170
19171 * dired.el (dired-dnd-popup-notice): Use message-box.
19172
19173 2005-05-23 Masatake YAMATO <jet@gyve.org>
19174
19175 * bindings.el (mode-line-major-mode-keymap):
19176 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
19177
19178 * faces.el (mode-line-highlight): New face.
19179
19180 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
19181 as mouse-face.
19182
19183 * bindings.el (top-level, help-echo, mode-line-modified)
19184 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
19185 as mouse-face.
19186
19187 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
19188
19189 * progmodes/cc-engine.el (c-guess-basic-syntax):
19190 Remove spurious call to `zerop'.
19191
19192 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
19193
19194 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
19195
19196 CC Mode update to 5.30.10:
19197
19198 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
19199 could go past the limit in decoration level 2, thereby causing
19200 errors during interactive fontification.
19201
19202 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
19203 the file is evaluated interactively.
19204
19205 * cc-engine.el (c-guess-basic-syntax): Handle operator
19206 declarations somewhat better in C++.
19207
19208 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
19209 make use of `run-mode-hooks' which has been added in Emacs 21.1.
19210 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
19211 (awk-mode): Use it.
19212 (make-local-hook): Suppress warning about obsoleteness.
19213
19214 * cc-engine.el, cc-align.el, cc-cmds.el
19215 (c-append-backslashes-forward, c-delete-backslashes-forward)
19216 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
19217 Compensate for return value from `forward-line' when it has moved
19218 but not to a different line due to eob.
19219
19220 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
19221 `objc-method-intro' and `objc-method-args-cont'.
19222
19223 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
19224
19225 CC Mode update to 5.30.10:
19226
19227 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
19228 in the copyright statement. Incidentally, change "along with GNU
19229 Emacs" to "along with this program" where it occurs.
19230
19231 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
19232 so that it is interactive, hence can be found by M-x awk-mode
19233 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
19234 <gmorris+emacs@ast.cam.ac.uk>.
19235
19236 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
19237 Mode's regexps.
19238
19239 2005-05-23 Kevin Ryde <user42@zip.com.au>
19240
19241 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
19242 c-parse-state, to avoid a lisp error (on bad code).
19243
19244 2005-05-23 Lute Kamstra <lute@gnu.org>
19245
19246 * subr.el (font-lock-defaults): Remove defvar as it's already
19247 defined in font-core.el.
19248
19249 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
19250
19251 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
19252
19253 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
19254 more general and work when GDB variable "print pretty" is on,
19255 as with Emacs, for example.
19256
19257 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
19258
19259 * font-core.el: Update comment.
19260
19261 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19262 Use `after-change-major-mode-hook' instead of `find-file-hook'.
19263
19264 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
19265
19266 2005-05-22 Eli Zaretskii <eliz@gnu.org>
19267
19268 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
19269 and `yank-handler' in the doc strings.
19270
19271 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
19272
19273 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
19274
19275 2005-05-22 Richard M. Stallman <rms@gnu.org>
19276
19277 * help.el (describe-key): Move print-help-return-message call
19278 out of conditional.
19279
19280 * progmodes/etags.el (list-tags): Use with-no-warnings.
19281
19282 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
19283 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
19284 (starttls-extra-args, starttls-extra-arguments): Add defvars.
19285
19286 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
19287
19288 * language/viet-util.el (viet-viscii-nonascii-translation-table):
19289 Add defvar.
19290
19291 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
19292 Use defvar, not defconst.
19293
19294 * hexl.el (hexl-follow-line): Use with-no-warnings.
19295
19296 * emulation/tpu-extras.el: Use write-file-functions instead of
19297 write-file-hooks.
19298
19299 * dired.el (dired-font-lock-keywords): Fontify files with junk
19300 extensions even if marked by -F.
19301
19302 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
19303
19304 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
19305 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
19306 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
19307 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
19308 (concatenate, list-length, get*, getf, cl-remprop):
19309 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
19310 (etypecase, progv, lexical-let, lexical-let*)
19311 (multiple-value-bind, multiple-value-setq, shiftf):
19312 Improve argument/docstring consistency.
19313
19314 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
19315
19316 2005-05-22 Andre Spiegel <spiegel@gnu.org>
19317
19318 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
19319 doesn't exist.
19320
19321 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
19322 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
19323
19324 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
19325
19326 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
19327 already deleted variables: auto-fill-hook, blink-paren-hook,
19328 lisp-indent-hook, inhibit-local-variables, unread-command-event,
19329 suspend-hooks, comment-indent-hook, meta-flag,
19330 before-change-function, after-change-function,
19331 font-lock-doc-string-face.
19332
19333 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
19334
19335 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19336
19337 2005-05-21 Eli Zaretskii <eliz@gnu.org>
19338
19339 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
19340 rmail-dont-reply-to.
19341
19342 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19343
19344 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
19345 literal blank when splitting new-header-values.
19346
19347 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
19348
19349 * calendar/cal-menu.el (cal-menu-update): Add separator as a
19350 string so that tmm doesn't create a completion entry for it.
19351
19352 * textmodes/table.el (table-disable-menu): Ditto.
19353
19354 2005-05-21 Richard M. Stallman <rms@gnu.org>
19355
19356 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
19357
19358 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
19359
19360 * net/rcompile.el (remote-compile): Use compilation-start.
19361
19362 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
19363
19364 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
19365
19366 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
19367 Default to makefile-bsdmake-mode on BSD systems.
19368
19369 * imenu.el (imenu-generic-expression, imenu--generic-function'):
19370 REGEXP may also be a search function now. The part of doc-string
19371 for describing the structure was 95% identical to that of
19372 `imenu--generic-function'. Unify it there.
19373
19374 * progmodes/make-mode.el (makefile-imenu-generic-expression):
19375 Use function to find dependencies, because regexp alone is so complex,
19376 it easily goes into an endless loop.
19377 (makefile-makepp-mode): Also add submenu for Perl functions
19378 defined in the makefile.
19379 (makefile-bsdmake-mode): Special imenu-generic-expression no
19380 longer needed, due to function call.
19381 (makefile-match-dependency): Take BOUND into account when checking
19382 if we're through.
19383
19384 2005-05-20 Jay Belanger <belanger@truman.edu>
19385
19386 * calc/calc-units.el (calc-invalidate-units-table):
19387 Use inhibit-read-only.
19388 (math-build-units-table-buffer): Use view-mode.
19389
19390 2005-05-20 David Kastrup <dak@gnu.org>
19391
19392 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
19393 easy-menu-add is not a nop on Emacs; and clarify when to call it.
19394
19395 2005-05-20 Lute Kamstra <lute@gnu.org>
19396
19397 * diff-mode.el (diff-header-face, diff-file-header-face)
19398 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19399 (diff-added-face, diff-changed-face, diff-function-face)
19400 (diff-context-face, diff-nonexistent-face): Put them in the
19401 diff-mode customization group.
19402
19403 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19404
19405 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
19406
19407 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
19408
19409 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
19410 Minor regexp-optimization.
19411
19412 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
19413
19414 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
19415 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
19416 (org-agenda-add-time-grid-maybe): New function.
19417 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
19418 (org-table-create): `dotimes' instead of `mapcar'.
19419 (org-xor): Simplify implementation.
19420 (org-agenda): `inhibit-redisplay' turned on.
19421 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
19422 a consistent line after a state change.
19423 (org-agenda-remove-times-when-in-prefix): New option.
19424 (org-prefix-has-time): New variable.
19425 (org-parse-time-string): Optional argument NODEFAULT.
19426 (org-format-agenda-item): Parse items for time-of-day
19427 specifications and move these into the prefix if possible.
19428 (org-agenda-priority): Get current heading, not previous heading
19429 during agenda remote editing.
19430
19431 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
19432
19433 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
19434 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
19435 (remove-duplicates, delete-duplicates, substitute)
19436 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
19437 (nsubstitute-if-not, find, find-if, find-if-not, position)
19438 (position-if, position-if-not, count, count-if, count-if-not)
19439 (mismatch, search, sort*, stable-sort, merge, member*)
19440 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
19441 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
19442 (intersection, nintersection, set-difference, nset-difference)
19443 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
19444 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
19445 (nsublis, tree-equal): Improve argument/docstring consistency.
19446
19447 * subr.el (send-string, send-region): Remove obsolescence declaration.
19448 (window-dot, set-window-dot, read-input, show-buffer)
19449 (eval-current-buffer, string-to-int):
19450 Add release number to obsolescence declarations.
19451
19452 2005-05-19 Kim F. Storm <storm@cua.dk>
19453
19454 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
19455 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
19456
19457 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
19458
19459 * faces.el (list-faces-display): Make back button respect optional
19460 regexp arg.
19461
19462 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
19463
19464 * calculator.el (calculator-radix-grouping-mode)
19465 (calculator-radix-grouping-digits, calculator-displayer)
19466 (calculator-radix-grouping-separator, calculator-copy-displayer):
19467 * dabbrev.el (dabbrev-search-these-buffers-only):
19468 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
19469 (diff-advance-after-apply-hunk, diff-mode-hook)
19470 (diff-minor-mode-prefix):
19471 * imenu.el (imenu-use-popup-menu):
19472 * jit-lock.el (jit-lock-context-time):
19473 * newcomment.el (comment-fill-column, comment-column)
19474 (comment-style, comment-padding, comment-multi-line)
19475 (comment-empty-lines, comment-auto-fill-only-comments):
19476 * reveal.el (reveal-around-mark):
19477 * uniquify.el (uniquify-buffer-name-style)
19478 (uniquify-after-kill-buffer-p)
19479 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
19480 (uniquify-min-dir-content, uniquify-separator)
19481 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
19482 * w32-vars.el (w32-fixed-font-alist):
19483 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
19484 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
19485 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
19486 * progmodes/perl-mode.el (perl-indent-level)
19487 (perl-continued-statement-offset, perl-continued-brace-offset)
19488 (perl-brace-offset, perl-brace-imaginary-offset)
19489 (perl-label-offset, perl-indent-continued-arguments)
19490 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
19491 * progmodes/tcl.el (tcl-indent-level)
19492 (tcl-continued-indent-level, tcl-auto-newline)
19493 (tcl-tab-always-indent, tcl-electric-hash-style)
19494 (tcl-help-directory-list, tcl-use-smart-word-finder)
19495 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
19496 (inferior-tcl-source-command):
19497 * textmodes/fill.el (enable-kinsoku):
19498 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
19499 * textmodes/table.el (table-yank-handler):
19500 Specify missing group (and type, if simple) in defcustom.
19501
19502 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
19503
19504 * progmodes/compile.el (compilation-finish-function): Fix defvar.
19505
19506 2005-05-19 Richard M. Stallman <rms@gnu.org>
19507
19508 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
19509
19510 * subr.el (event-basic-type): Don't get an error.
19511 (left-fringe-p): Function deleted.
19512
19513 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
19514 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
19515
19516 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
19517 in recursive copy.
19518
19519 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
19520
19521 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
19522
19523 * emacs-lisp/bytecomp.el
19524 (byte-compile-file-form-custom-declare-variable):
19525 Call byte-compile-nogroup-warn if appropriate.
19526
19527 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
19528 (compilation-set-window): Don't call left-fringe-p; do it directly.
19529
19530 2005-05-19 Jay Belanger <belanger@truman.edu>
19531
19532 * calc/calc-graph.el (calc-graph-format-data): Make sure
19533 var-PlotRejects is bound before trying to check its value.
19534
19535 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
19536
19537 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
19538 definition of this variable from reftex-global.el to reftex.el,
19539 because it is needed in the menu.
19540
19541 2005-05-19 Lute Kamstra <lute@gnu.org>
19542
19543 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
19544 years are fixed. Don't insert a space after a dash.
19545
19546 2005-05-19 Kim F. Storm <storm@cua.dk>
19547
19548 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
19549
19550 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
19551
19552 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
19553 strings, because (eq ... ?\\) is fairly frequent.
19554
19555 * progmodes/make-mode.el (makefile-add-this-line-targets):
19556 Simplify and integrate into `makefile-pickup-targets'.
19557 (makefile-add-this-line-macro): Simplify and integrate into
19558 `makefile-pickup-macros.
19559 (makefile-pickup-filenames-as-targets): Simplify.
19560 (makefile-previous-dependency, makefile-match-dependency):
19561 Don't stumble over `::'.
19562
19563 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
19564
19565 * subr.el (post-command-idle-hook, post-command-idle-delay):
19566 Remove obsoletion of post-command-idle-hook and
19567 post-command-idle-delay.
19568
19569 * faces.el (list-faces-display): Provide button when describe-face
19570 is called to take user back to the list of faces.
19571
19572 * help-fns.el (describe-variable): Remove hyperlinks in a
19573 variable's value as these are quite frequently inappropriate.
19574
19575 * follow.el (follow-submit-feedback, follow-mode):
19576 Remove references to post-command-idle-hook.
19577
19578 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
19579
19580 * progmodes/make-mode.el (makefile-previous-dependency)
19581 (makefile-match-dependency): Check for := (and in bsd mode also
19582 !=) to give a better result, even when font-lock is not on.
19583
19584 2005-05-18 Jay Belanger <belanger@truman.edu>
19585
19586 * calc/calc-help.el (calc-s-prefix-help):
19587 Add `calc-copy-special-constant' to help string.
19588
19589 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
19590
19591 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
19592
19593 2005-05-18 Jay Belanger <belanger@truman.edu>
19594
19595 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
19596 in linear factors are in proper order.
19597
19598 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
19599
19600 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19601 Support for jurabib.
19602
19603 * textmodes/reftex.el (featurep): Define aliases for overlay
19604 commands, for XEmacs compatibility, and use these aliases in
19605 overlay initializations.
19606 (reftex-highlight): Use `reftex-move-overlay'.
19607 (reftex-unhighlight): Use `reftex-delete-overlay'.
19608 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
19609 (reftex-access-search-path): Use `reftex-uniquify' instead of
19610 `reftex-uniq'
19611
19612 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
19613 `before-string' property modification enables for Emacs as well.
19614 (reftex-select-item): Use `reftex-delete-overlay'.
19615 (reftex-select-mark): Use `reftex-make-overlay' and
19616 `reftex-overlay-put'.
19617 (reftex-select-unmark): Use `reftex-delete-overlay' and
19618 `reftex-overlay-put'.
19619
19620 2005-05-18 Lute Kamstra <lute@gnu.org>
19621
19622 * emacs-lisp/lisp.el (check-parens): Fix docstring.
19623
19624 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
19625
19626 * add-log.el (add-change-log-entry):
19627 * array.el (array-make-template, array-reconfigure-rows)
19628 (array-init-max-row, array-init-max-column)
19629 (array-init-columns-per-line, array-init-field-width):
19630 * replace.el (replace-match-maybe-edit, perform-replace):
19631 * textmodes/spell.el (spell-region):
19632 Replace `read-input' by `read-string'.
19633
19634 * forms.el (forms-mode):
19635 * finder.el (finder-compile-keywords):
19636 * shadowfile.el (shadow-read-files):
19637 Replace `eval-current-buffer' by `eval-buffer'.
19638
19639 * terminal.el (te-pass-through):
19640 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
19641 (ange-ftp-raw-send-cmd):
19642 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
19643 (send-process-next-char, telnet-initial-filter, telnet):
19644 Replace `send-string' by `process-send-string'.
19645
19646 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
19647 (prolog-consult-region): Replace `send-string' by
19648 `process-send-string'; replace `send-region' by `process-send-region'.
19649
19650 * progmodes/delphi.el (delphi-log-msg):
19651 Replace `set-window-dot' by `set-window-point'.
19652
19653 * subr.el (window-dot, set-window-dot, read-input, send-string)
19654 (send-region, show-buffer, eval-current-buffer):
19655 Make really obsolete, as the comment says.
19656
19657 2005-05-17 Kim F. Storm <storm@cua.dk>
19658
19659 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
19660 (cua--init-keymaps): Bind C-return instead of S-return to set
19661 rectangle mark.
19662
19663 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
19664 instead of S-return to toggle/clear rectangle mark.
19665
19666 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
19667
19668 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
19669 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
19670 Also fontify plain strings assigned to variables, mostly so that a
19671 colon has a face and is thus not taken as a dependency separator.
19672 (makefile-previous-dependency): Inline the new matcher, because it
19673 is too complex to work in both directions.
19674 (makefile-match-dependency): Eliminate `backward' arg (see above).
19675 Completely reimplemented so as to not sometimes go into an endless
19676 loop. It should also be more efficient, because first it only
19677 searches for `:', instead of applying the very complex regexp.
19678 (makefile-mode): Cancel `font-lock-support-mode', because blocks
19679 to be fontified in one piece can be too long for JIT.
19680 Makefiles are never *that* big.
19681
19682 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
19683
19684 * dired.el (dired-mode): Simplify.
19685
19686 2005-05-17 Lute Kamstra <lute@gnu.org>
19687
19688 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
19689 defcustom for the mode hook variable.
19690
19691 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
19692 Emacs Lisp Reference Manual.
19693
19694 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
19695
19696 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
19697 (evenp, list*):
19698 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
19699 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
19700
19701 * net/tramp-smb.el (tramp-smb-open-connection):
19702 Pass `tramp-chunksize' as fifth (required) argument.
19703
19704 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
19705
19706 * font-lock.el (lisp-font-lock-keywords-1):
19707 Set `font-lock-negation-char-face' for [^...] char group.
19708 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
19709
19710 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
19711 a var, and refine it to mask one more level of nested vars.
19712 (makefile-rule-action-regex): Turn it into a var, and refine it so
19713 it recognizes backslashed continuation lines as belonging to the
19714 same command.
19715 (makefile-macroassign-regex): Refine it so it recognizes
19716 backslashed continuation lines as belonging to the same command.
19717 (makefile-var-use-regex): Don't look at the next char, because it
19718 might be the same one to be skipped by the initial [^$], leading
19719 to an overlooked variable use.
19720 (makefile-make-font-lock-keywords): Remove two parameters, which
19721 are now variables that some of the modes set locally.
19722 Handle dependency and rule action matching through functions, because
19723 regexps alone match too often. Dependency matching now comes
19724 last, so it can check, whether a colon already matched something else.
19725 (makefile-mode): Inform that font-lock improves makefile parsing
19726 capabilities.
19727 (makefile-match-dependency, makefile-match-action): New functions.
19728
19729 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
19730
19731 * emacs-lisp/cl-extra.el (equalp): Doc fix.
19732
19733 * align.el (align-regexp):
19734 * ansi-color.el (ansi-color-get-face):
19735 * array.el (array-reconfigure-rows, array-init-max-row)
19736 (array-init-max-column, array-init-columns-per-line)
19737 (array-init-field-width):
19738 * dired-aux.el (dired-trample-file-versions):
19739 * dired-x.el (dired-mark-sexp):
19740 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
19741 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
19742 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
19743 * faces.el (face-read-integer):
19744 * files.el (backup-extract-version, insert-directory):
19745 * hexl.el (hexl-insert-decimal-char):
19746 * server.el (server-process-filter):
19747 * shell.el (shell-extract-num):
19748 * startup.el (command-line-1):
19749 * term.el (term-command-hook):
19750 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
19751 (time-stamp-do-number):
19752 * time.el (display-time-update):
19753 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
19754 (timezone-fix-time):
19755 * vms-patch.el (vms-suspend-resume-hook):
19756 * calendar/appt.el (appt-convert-time):
19757 * calendar/cal-bahai.el (mark-bahai-diary-entries):
19758 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
19759 * calendar/cal-islam.el (mark-islamic-diary-entries):
19760 * calendar/calendar.el (calendar-cursor-to-date)
19761 (calendar-star-date):
19762 * calendar/diary-lib.el (diary-attrtype-convert)
19763 (mark-diary-entries, diary-entry-time):
19764 * calendar/solar.el (solar-get-number):
19765 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
19766 * emacs-lisp/re-builder.el (reb-display-subexp):
19767 * emulation/edt.el (edt-set-scroll-margins):
19768 * emulation/tpu-extras.el (tpu-set-scroll-margins):
19769 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
19770 (vip-get-ex-count):
19771 * emulation/viper-ex.el (viper-get-ex-token)
19772 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
19773 * international/fontset.el (fontset-plain-name):
19774 * mail/feedmail.el (feedmail-look-at-queue-directory):
19775 * mail/mailalias.el (mail-get-names):
19776 * mail/rmail.el (rmail-convert-to-babyl-format):
19777 * mail/rmailsum.el (rmail-make-basic-summary-line)
19778 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
19779 (rmail-summary-goto-msg):
19780 * mail/smtpmail.el (smtpmail-read-response):
19781 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
19782 (ange-ftp-vms-add-file-entry):
19783 * play/gametree.el (gametree-looking-at-ply)
19784 (gametree-current-branch-score):
19785 * progmodes/ada-xref.el (ada-prj-find-prj-file)
19786 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
19787 * progmodes/cperl-mode.el (condition-case):
19788 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
19789 (ebrowse-set-member-buffer-column-width)
19790 (ebrowse-select-1st-to-9nth):
19791 * progmodes/etags.el (etags-snarf-tag):
19792 * progmodes/flymake.el (flymake-parse-line):
19793 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
19794 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
19795 (idlwave-shell-menu-def):
19796 * progmodes/ps-mode.el (ps-run-goto-error):
19797 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
19798 (vhdl-speedbar-contract-level):
19799 * term/mac-win.el (x-handle-numeric-switch):
19800 * term/sun-mouse.el (sun-get-frame-data):
19801 * term/w32-win.el (x-handle-numeric-switch):
19802 * term/x-win.el (x-handle-numeric-switch):
19803 * textmodes/ispell.el (ispell-parse-output):
19804 * textmodes/nroff-mode.el (nroff-outline-level):
19805 * textmodes/reftex-cite.el (reftex-bib-sort-year)
19806 (reftex-bib-sort-year-reverse, reftex-format-citation):
19807 * textmodes/reftex-parse.el (reftex-init-section-numbers)
19808 (reftex-section-number):
19809 * textmodes/texinfmt.el (texinfo-paragraphindent):
19810 Replace `string-to-int' by `string-to-number'.
19811
19812 * international/latexenc.el: Add page marker to force the "Local
19813 Variables:" string out of the last page.
19814
19815 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
19816
19817 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
19818 tooltip-change-major-mode.
19819 (gud-tooltip-print-command): Remove case where gud-minor-mode
19820 is gdb ("--fullname").
19821 (gud-tooltip-tips): Turn GUD tooltips off for this case and
19822 explain to user.
19823
19824 2005-05-16 Jay Belanger <belanger@truman.edu>
19825
19826 * calc/calc-store.el (calc-copy-special-constant): New function.
19827
19828 * calc/calc-ext.el (calc-init-extensions): Add binding for
19829 `calc-copy-special-constant'.
19830
19831 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
19832 for the `calc-copy-special-constant' command.
19833
19834 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
19835
19836 * subr.el (left-fringe-p): New function.
19837
19838 * progmodes/compile.el (compilation-setup): Set local value of
19839 overlay-arrow-string to "" always.
19840 (compilation-set-window): Left fringe then don't scroll.
19841 No left fringe then no arrow and scroll message to top.
19842 (compilation-context-lines): Adjust doc string accordingly.
19843
19844 2005-05-16 Kim F. Storm <storm@cua.dk>
19845
19846 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19847 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
19848 (ido-wide-find-dir-or-delete-dir): New command for M-d.
19849 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
19850 (ido-read-file-name): Handle commands with ido property value
19851 equal to find-file as reading a file name, to allow C-d to enter dired.
19852 (ibuffer-find-file): Add ido property with value find-file.
19853
19854 2005-05-15 Kim F. Storm <storm@cua.dk>
19855
19856 * subr.el (open-network-stream-nowait): Remove.
19857 (open-network-stream-server): Remove.
19858
19859 2005-05-15 Richard M. Stallman <rms@gnu.org>
19860
19861 * faces.el (describe-face): Output a definition link button.
19862
19863 * help-mode.el (help-face-def): New button type.
19864
19865 * emacs-lisp/copyright.el (copyright-fix-years):
19866 Match properly if the first year is 2-digit.
19867 Don't mess up the whitespace after the years by filling.
19868
19869 * dired-aux.el (dired-mark-confirm):
19870 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
19871
19872 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
19873 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
19874 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
19875
19876 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19877 Set font-lock-comment-start-skip.
19878
19879 * font-lock.el (font-lock-comment-start-skip): New variable.
19880 (font-lock-comment-end-skip): New variable.
19881 (font-lock-fontify-syntactically-region): Use them if non-nil.
19882
19883 2005-05-15 Jay Belanger <belanger@truman.edu>
19884
19885 * calc/calc-store.el (calc-store-value): Return a string rather
19886 than display it as a message.
19887 Use calc-var-name for variable name.
19888 (calc-store-into): Add the result of calc-store-value to message.
19889 (calc-copy-variable): Add a message.
19890 (calc-store-exchange): Improve error messages.
19891 (calc-store-binary, calc-store-map): Don't reset the values of
19892 special constants.
19893
19894 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
19895
19896 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
19897 manual to docstring.
19898
19899 * files.el (hack-local-variables-confirm): Add STRING argument.
19900 Make the function handle non file visiting buffers correctly.
19901 (hack-local-variables-prop-line, hack-local-variables)
19902 (hack-one-local-variable): Use STRING arg of
19903 `hack-local-variables-confirm'.
19904
19905 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
19906
19907 Sync with Tramp 2.0.49.
19908
19909 * net/tramp.el (tramp-handle-dired-call-process)
19910 (tramp-handle-insert-directory):`insert-buffer' cannot be used
19911 because the contents of the Tramp buffer is changed before
19912 insertion (`expand-file' and alike).
19913 (tramp-handle-insert-directory): If `localname' has an empty
19914 nondirectory name, it must not be quoted.
19915 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
19916 variable `tramp-chunksize'. Change callees.
19917 (tramp-open-connection-setup-interactive-shell): Check remote host
19918 for buggy `send-process-string' implementation.
19919 Set `tramp-chunksize' if found. Reported by Michael Kifer
19920 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
19921 (tramp-handle-shell-command): `insert-buffer' cannot be used
19922 because the contents of the Tramp buffer is changed before
19923 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
19924 <frederic.bothamy@free.fr>.
19925 (tramp-set-auto-save): Actions should be done for Tramp file name
19926 handler only. Ange-FTP has its own auto-save mechanism.
19927 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
19928 (tramp-set-auto-save-file-modes): Set file modes of
19929 `buffer-auto-save-file-name' to ?\600 as fallback solution.
19930 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
19931 (tramp-bug): Remove obsolete variable.
19932 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
19933 for presence of `mml-mode'. Make it running for older Emacsen as well.
19934
19935 2005-05-14 John Paul Wallington <jpw@pobox.com>
19936
19937 * ibuf-ext.el (define-ibuffer-filter filename):
19938 If `dired-directory' is a list, use its car.
19939
19940 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
19941
19942 * ibuffer.el (define-ibuffer-column filename):
19943 If `dired-directory' is a list, use its car.
19944
19945 2005-05-14 Richard M. Stallman <rms@gnu.org>
19946
19947 * subr.el (symbol-file): Doc fix.
19948
19949 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
19950 (byte-compile-form): Call byte-compile-nogroup-warn.
19951 (byte-compile-warning-types): Doc fix.
19952
19953 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
19954
19955 * progmodes/cc-engine.el (c-literal-faces):
19956 Add font-lock-comment-delimiter-face.
19957
19958 * net/net-utils.el (dig): Use with-no-warnings.
19959
19960 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
19961 (sc-recite-frame-alist, sc-default-cite-frame)
19962 (sc-default-uncite-frame, sc-default-recite-frame)
19963 (sc-attrib-selection-list, sc-rewrite-header-list):
19964 Mark as risky-local-variable.
19965
19966 * international/ogonek.el (ogonek-jak, ogonek-how):
19967 Don't use beginning-of-buffer.
19968
19969 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
19970
19971 * calendar/solar.el (solar-data-list): Move definition up.
19972
19973 * dnd.el (dnd-protocol-alist): Add autoload.
19974
19975 * progmodes/sh-script.el: Many doc usage fixes.
19976 (sh-indent-after-do): Change default to match common styles.
19977
19978 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
19979
19980 * files.el (interpreter-mode-alist)
19981 (auto-mode-interpreter-regexp): Doc fixes.
19982
19983 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
19984
19985 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
19986
19987 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
19988
19989 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19990
19991 * dired.el (dired-mode): make-variable-buffer-local =>
19992 make-local-variable.
19993
19994 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19995
19996 * term/mac-win.el (mac-select-convert-to-string): Try coding
19997 systems in mac-script-code-coding-systems if specified one cannot
19998 encode string for `com.apple.traditional-mac-plain-text'.
19999
20000 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
20001
20002 * progmodes/make-mode.el (makefile-targets-face)
20003 (makefile-shell-face, makefile-makepp-perl-face): New faces.
20004 (makefile-dependency-regex): Fix it to not make the colon in
20005 $(var:a=b) special.
20006 (makefile-rule-action-regex): New regexp for highlighting embedded
20007 Shell strings.
20008 (makefile-macroassign-regex): Handle != for highlighting as
20009 embedded Shell strings.
20010 (makefile-var-use-regex): New const.
20011 (makefile-statements, makefile-automake-statements)
20012 (makefile-gmake-statements, makefile-makepp-statements)
20013 (makefile-bsdmake-statements): New consts.
20014 (makefile-make-font-lock-keywords): New function.
20015 (makefile-automake-font-lock-keywords)
20016 (makefile-gmake-font-lock-keywords)
20017 (makefile-makepp-font-lock-keywords)
20018 (makefile-bsdmake-font-lock-keywords): New consts.
20019 (makefile-mode-map): Add switchers between the various submodes.
20020 (makefile-mode): Document the availability of the variants.
20021 (makefile-automake-mode, makefile-gmake-mode)
20022 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
20023
20024 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
20025 new variants of makefile-mode.
20026
20027 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20028
20029 * font-lock.el (font-lock-comment-delimiter-face): Fix up
20030 the inheritance.
20031
20032 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
20033
20034 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
20035 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
20036
20037 * files.el (normal-mode): Extend the scope of the
20038 `enable-local-variables' binding to include the `set-auto-mode' call.
20039 (magic-mode-alist): Doc fix.
20040
20041 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20042
20043 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
20044 font-lock-comment-face rather than copying its setting.
20045
20046 2005-05-12 Andreas Schwab <schwab@suse.de>
20047
20048 * eshell/esh-mode.el (eshell-send-input): Doc fix.
20049
20050 2005-05-12 Lute Kamstra <lute@gnu.org>
20051
20052 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
20053 defcustom for the mode hook variable. Delete the last argument.
20054 * generic-x.el: Fix callers of define-generic-mode.
20055 (generic-x-modes): Delete group.
20056 (show-tabs-tab-face, show-tabs-space-face): Put them in the
20057 generic-x customization group.
20058
20059 2005-05-12 Kim F. Storm <storm@cua.dk>
20060
20061 * font-lock.el (font-lock-negation-char-face): Default to "off".
20062
20063 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
20064 font-lock-negation-char-face to ! in !=.
20065
20066 2005-05-12 Masatake YAMATO <jet@gyve.org>
20067
20068 * add-log.el (find-change-log): Fix typos in the docstring
20069 of function.
20070
20071 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20072
20073 * international/latexenc.el (latexenc-find-file-coding-system):
20074 Avoid `re-search-forward' when looking for input encoding because
20075 of speed and safety. Better regular expressions for recognizing
20076 input encoding. Limit a search for TeX-master/tex-main-file to
20077 the local variable section.
20078
20079 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
20080
20081 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
20082 syntax of $ to "'" (quote).
20083
20084 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
20085
20086 * dnd.el (dnd-protocol-alist): Improve custom type.
20087
20088 * dired.el (dired-dnd-protocol-alist): New variable.
20089 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
20090 `dired-mode-hook' to the end.
20091
20092 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20093
20094 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
20095 comment-end if comment-start-skip is not set.
20096 Obey the font-lock-comment-delimiter-face variables.
20097
20098 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20099
20100 * files.el (executable-find): Move from executable.el. Use
20101 locate-file.
20102 * progmodes/executable.el (executable-find): Move to files.el.
20103
20104 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
20105 when trying to ensure forward progress.
20106
20107 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
20108
20109 * mouse-sel.el (mouse-sel-follow-link-p): New function.
20110 (mouse-select, mouse-select-internal, mouse-extend-internal):
20111 Use it to implement mouse-1-click-follows-link functionality.
20112
20113 2005-05-11 Richard M. Stallman <rms@gnu.org>
20114
20115 * font-lock.el (font-lock-fontify-syntactically-region):
20116 Use font-lock-comment-delimiter-face for comment delimiters.
20117
20118 2005-05-10 Jay Belanger <belanger@truman.edu>
20119
20120 * calc/calc-help.el (calc-m-prefix-help): Add mention of
20121 preserving embedded modes.
20122
20123 2005-05-10 Richard M. Stallman <rms@gnu.org>
20124
20125 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
20126
20127 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
20128 Move from ada-stmt.el.
20129 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
20130
20131 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
20132 Move to ada-mode.el.
20133 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
20134
20135 * cus-edit.el (custom-file): Call file-chase-links.
20136
20137 * files.el (read-directory-name): Fix previous change.
20138 (hack-local-variables-confirm): New function.
20139 (hack-local-variables-prop-line, hack-local-variables)
20140 (hack-one-local-variable): Use it.
20141
20142 2005-05-10 Lute Kamstra <lute@gnu.org>
20143
20144 * font-lock.el (font-lock-keywords-alist)
20145 (font-lock-removed-keywords-alist): Clarify docstrings.
20146
20147 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
20148
20149 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
20150 (gdb-source-info): Check for preprocessor info.
20151 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
20152 a macro for a function.
20153 (gdb-info-breakpoints-custom): Try to find file again if not already
20154 found (user might have used GDB dir command).
20155 (gdb-get-location): Update gdb-location-alist correctly for change
20156 to gdb-info-breakpoints-custom.
20157
20158 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
20159 (gud-tooltip-print-command): Add gdbmi case.
20160 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
20161 preprocessor info.
20162
20163 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
20164
20165 * startup.el (fancy-splash-insert): Fix typo in doc string.
20166
20167 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
20168
20169 * obsolete/float.el (string-to-float):
20170 * obsolete/hilit19.el (hilit-add-pattern):
20171 * obsolete/rnews.el (news-parse-range, news-select-message)
20172 (news-get-pruned-list-of-files): Replace `string-to-int' by
20173 `string-to-number'.
20174
20175 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
20176 `find-file-not-found-hooks'; use `add-hook'.
20177 (uncompress-while-visiting): Set `write-file-functions', not
20178 `write-file-hooks'; use `add-hook'.
20179
20180 2005-05-09 Kim F. Storm <storm@cua.dk>
20181
20182 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
20183 (cua-paste): Handle clipboard action.
20184 (cua--init-keymaps): Remap clipboard-kill-region and
20185 clipboard-kill-ring-save.
20186
20187 2005-05-08 Eli Zaretskii <eliz@gnu.org>
20188
20189 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20190 Improve commentary.
20191
20192 * simple.el (next-error-overlay-arrow-position): Revert the change
20193 made on 2005-04-30.
20194
20195 2005-05-07 Jay Belanger <belanger@truman.edu>
20196
20197 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
20198 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
20199 `calc-sel-reselect'.
20200
20201 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
20202 Calc is in embedded mode.
20203
20204 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20205
20206 * progmodes/compile.el (compilation-setup):
20207 Set overlay-arrow-string to an empty string on text terminals.
20208
20209 * textmodes/ispell.el (ispell-program-name): Try looking for
20210 "aspell" along exec-path, and if found, use it as the default
20211 speller program.
20212
20213 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
20214
20215 * international/mule.el (sgml-xml-auto-coding-function):
20216 Recognize encoding='FOO' in single quotes as well as in double quotes.
20217
20218 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20219
20220 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
20221 as well as `interactive', so that defmacro* would recognize
20222 `declare' forms.
20223
20224 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20225
20226 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20227 Explain more about the LIGHTER arg's usage in the doc string.
20228 Add commentary to clarify what the code does. Fix the regexp that
20229 strips whitespace from LIGHTER. Quote LIGHTER before using it,
20230 since it could have characters special to regular expressions.
20231
20232 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20233
20234 * replace.el (occur-1): Bind inhibit-read-only so that
20235 erase-buffer doesn't barf on read-only text properties (likewise
20236 for add-text-properties in occur-engine). Mark buffer as unmodified.
20237 (occur-engine): Don't set buffer-read-only here.
20238
20239 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20240
20241 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
20242 list-buffers-directory. This caused the *cvs-commit* buffer to be
20243 sometimes mistakenly reused as a *cvs* buffer.
20244
20245 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
20246
20247 * tooltip.el: Move code for GUD tooltips into gud.el.
20248 (require): CL no longer needed to compile case.
20249 (tooltip-mode): Do not toggle functions for GUD tooltips.
20250 (tooltip-gud-tips-p): Remove. Replace with minor mode
20251 gud-tooltip-mode in gud.el.
20252 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
20253 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
20254 tooltip-gud prefix with gud-tooltip and obsolete.
20255 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
20256 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
20257 (tooltip-mouse-motion): Mouse movement functions/variable.
20258 Rename in gud.el by adding gud prefix.
20259 (tooltip-gud-original-filter, tooltip-gud-dereference)
20260 (tooltip-gud-event, tooltip-toggle-gud-tips)
20261 (tooltip-gud-process-output, tooltip-gud-print-command)
20262 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
20263 gud.el by replacing tooltip-gud prefix with gud-tooltip.
20264 (gdb-tooltip-print): Move to gdb-ui.el.
20265
20266 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
20267 (require): CL needed to compile case.
20268 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
20269 tooltip-gud-tips-p. Make it a minor-mode.
20270 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
20271 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
20272 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
20273 (gud-tooltip-change-major-mode)
20274 (gud-tooltip-activate-mouse-motions-if-enabled)
20275 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
20276 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
20277 (gud-tooltip-original-filter, gud-tooltip-dereference)
20278 (gud-tooltip-event, tooltip-toggle-gud-tips)
20279 (gud-tooltip-process-output, gud-tooltip-print-command)
20280 (gud-tooltip-tips): Move from tooltip.el.
20281
20282 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
20283 (gdb-cpp-define-alist-flags): Doc fix.
20284 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
20285 gud-tooltip-mode is t.
20286
20287 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20288
20289 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
20290 evaporate if their text is deleted.
20291 (goto-address-at-point): Make it work as a mouse binding as well.
20292 (goto-address-at-mouse): Obsolete it. Update users.
20293
20294 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20295
20296 * calendar/appt.el (top-level): No longer activate on load.
20297
20298 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
20299
20300 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20301 * net/webjump.el (webjump):
20302 * progmodes/idlw-help.el (idlwave-do-context-help1)
20303 (idlwave-highlight-linked-completions):
20304 * textmodes/po.el (po-find-file-coding-system-guts):
20305 Replace `assoc-ignore-case' by `assoc-string'.
20306
20307 2005-05-06 Eli Zaretskii <eliz@gnu.org>
20308
20309 * files.el (locate-file): Doc fix.
20310
20311 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
20312 Remove the redundant test for ms-dos.
20313
20314 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
20315 look for the preprocessor with exec-suffixes. If not found in
20316 standard places, look in exec-path. Remove most of the tests that
20317 used system-type.
20318
20319 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
20320
20321 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
20322
20323 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
20324 file-name clash with jka-compr.el on 8+3 filesystems.
20325
20326 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20327
20328 * term/mac-win.el: Don't define or bind scroll bar functions if
20329 x-toolkit-scroll-bars is t.
20330 (x-select-text, x-get-selection-value): Clear
20331 x-last-selected-text-clipboard if x-select-enable-clipboard is
20332 nil.
20333 (PRIMARY): Put mac-scrap-name property.
20334 (mac-select-convert-to-file-url): New function.
20335 (public.file-url): New selection target type. Add to
20336 selection-converter-alist.
20337 (x-get-selection, x-selection-value): Handle it.
20338 (x-cut-buffer-or-selection-value): New alias.
20339
20340 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20341
20342 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
20343 entry to avoid calling bibtex-find-entry with arg global
20344 being t. Remove arg key.
20345 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
20346 (bibtex-copy-summary-as-kill): Change accordingly.
20347
20348 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20349
20350 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
20351 (org-agenda-date-later): Use with-current-buffer.
20352
20353 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
20354
20355 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
20356 (define-obsolete-variable-alias): Doc Fixes.
20357
20358 2005-05-06 Kim F. Storm <storm@cua.dk>
20359
20360 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
20361 vertical-motion when selective-display is active.
20362
20363 * ido.el (ido-setup-hook): New hook.
20364 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
20365 (ido-input-stack): New var.
20366 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
20367 ido-next-work-file binding to M-O.
20368 Bind M-f to ido-wide-find-file-or-pop-dir.
20369 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
20370 (ido-read-internal): Run ido-setup-hook.
20371 Catch quit in read-file-name and read-string to cancel edit.
20372 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
20373 Automatically pop-all when completing a directory name (RET).
20374 (ido-file-internal): Add with-no-warnings around ffap and dired code.
20375 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
20376 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
20377 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
20378 New functions for M-b/M-f to move among the directory components.
20379 (ido-make-merged-file-list): Catch quit to cancel merge.
20380 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
20381 (ido-completion-help): No warnings for ido-completion-buffer-full.
20382
20383 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
20384
20385 * font-lock.el (font-lock-negation-char-face): New face and variable.
20386 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
20387 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
20388 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
20389 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
20390
20391 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
20392
20393 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
20394 Fix typo in docstring.
20395
20396 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
20397 (ebrowse-print-statistics-line)
20398 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
20399
20400 * term/w32-win.el (image-library-alist): Add additional name for
20401 Xpm library.
20402
20403 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
20404
20405 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
20406 use gcc instead of cpp.
20407
20408 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
20409 (gdb-create-define-alist): Use it.
20410 (gdb-cpp-define-alist-program): Update for MS-DOS.
20411
20412 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
20413
20414 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
20415
20416 2005-05-04 Richard M. Stallman <rms@gnu.org>
20417
20418 * help.el (describe-key): No error when UNTRANSLATED is nil.
20419
20420 * simple.el (line-move-1): Fix previous change to signal errors
20421 appropriately.
20422
20423 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
20424
20425 * calendar/icalendar.el (icalendar-version): Now at 0.12.
20426 (icalendar-duration-correction): Remove.
20427 (icalendar--get-event-properties): Split result at commas.
20428 (icalendar--decode-isoduration): New optional argument
20429 DURATION-CORRECTION.
20430 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
20431 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
20432 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
20433 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
20434 (icalendar--convert-anniversary-to-ical): New functions, extracted
20435 from icalendar-export-region, with bug fixes.
20436 (icalendar-export-region): Use the above functions.
20437 (icalendar-import-buffer): Check before saving diary file.
20438 (icalendar--convert-recurring-to-diary)
20439 (icalendar--convert-non-recurring-all-day-to-diary)
20440 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
20441 extracted from icalendar--convert-ical-to-diary, with bug fixes.
20442 (icalendar--convert-ical-to-diary): Use the above functions.
20443
20444 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
20445
20446 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
20447 Remove these recent additions.
20448 (c-mode): Restore to before 2005-04-28.
20449
20450 * progmodes/cc-vars.el (cc-define-list-program): Remove this
20451 recent addition.
20452
20453 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
20454 (gdb-define-alist): New variables.
20455 (gdb-create-define-alist): New function.
20456 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
20457 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
20458 with string-to-number.
20459 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
20460
20461 * progmodes/gud.el: Replace string-to-int with string-to-number.
20462 (gud-find-file): Handle gdb-define-alist.
20463
20464 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
20465
20466 2005-05-02 Jay Belanger <belanger@truman.edu>
20467
20468 * calc/calc-aent.el (math-read-token):
20469 * calc/calc-bin.el (calc-word-size):
20470 * calc/calc-ext.el (calc-read-number-fancy):
20471 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
20472 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
20473 * calc/calc-frac.el (calc-over-notation):
20474 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
20475 (calc-graph-num-points, calc-graph-init):
20476 * calc/calc-prog.el (calc-read-parse-table-part)
20477 (calc-edit-macro-repeats):
20478 * calc/calc-yank.el (calc-do-grab-rectangle):
20479 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
20480 Replace `string-to-int' by `string-to-number'.
20481
20482 2005-05-02 Kim F. Storm <storm@cua.dk>
20483
20484 * kmacro.el: Use executing-kbd-macro-index variable.
20485
20486 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
20487
20488 * net/rlogin.el (rlogin-parse-words): Delete func.
20489 (rlogin): Use split-string, not rlogin-parse-words.
20490 Also, if there are option-like elements in the parsed args,
20491 take the host to be the first arg immediately following them.
20492 Suggested by Michael Mauger.
20493
20494 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20495
20496 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
20497
20498 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20499
20500 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
20501 (cc-mode-cpp-program): Rename to cc-define-list-program and
20502 move to cc-vars.el.
20503
20504 * progmodes/cc-vars.el (cc-define-list-program):
20505 Change to "gcc -E -dM -". Make customizable.
20506
20507 2005-05-02 Kim F. Storm <storm@cua.dk>
20508
20509 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
20510
20511 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20512
20513 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
20514
20515 * international/mule-util.el (truncate-string): Remove alias and
20516 obsolete declaration.
20517
20518 * international/mule-cmds.el (update-iso-coding-systems):
20519 Remove alias and obsolete declaration.
20520
20521 * international/mule.el (coding-system-parent): Remove alias and
20522 obsolete declaration.
20523
20524 * subr.el (define-function, sref): Remove aliases and obsolete
20525 declarations.
20526 (chars-in-region): Remove obsolete declaration.
20527
20528 2005-05-01 Richard M. Stallman <rms@gnu.org>
20529
20530 * info.el (Info-mode): Set widen-automatically to nil, locally.
20531
20532 * simple.el (widen-automatically): New variable.
20533 (pop-global-mark): Obey widen-automatically.
20534
20535 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
20536
20537 * term/xterm.el (function-key-map): Call substitute-key-definition
20538 before the keymap size is increased by a lot of define-key calls.
20539
20540 2005-05-01 Richard M. Stallman <rms@gnu.org>
20541
20542 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
20543 Rename ARG to ELEMENT. Doc fix.
20544
20545 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20546
20547 * allout.el (allout-exposure): Remove macro and obsolete declaration.
20548 Remove references to allout-exposure/change to allout-new-exposure.
20549
20550 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
20551 bytecode symbols.
20552
20553 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
20554 (compiled-function-p, focus-frame, unfocus-frame):
20555 Remove aliases and obsolete declarations.
20556 Back out inadvertent changes from previous commit.
20557
20558 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20559
20560 * files.el (require-final-newline): Make Custom tags consistent
20561 with mode-require-final-newline.
20562 (mode-require-final-newline): Doc fix.
20563
20564 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
20565
20566 * international/latexenc.el (latexenc-find-file-coding-system):
20567 Fix regular expressions.
20568
20569 2005-05-01 David Kastrup <dak@gnu.org>
20570
20571 * international/latexenc.el (latexenc-find-file-coding-system):
20572 Fix regular expressions.
20573
20574 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20575
20576 * subr.el (string-to-int): Make obsolete.
20577
20578 2005-04-30 Richard M. Stallman <rms@gnu.org>
20579
20580 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
20581
20582 * loadup.el: load jka-comp-hook.
20583
20584 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
20585 (jka-compr-handler): Add autoload. `put' calls moved
20586 to jka-comp-hook.el.
20587 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
20588 (jka-compr-inhibit): Autoload.
20589
20590 * jka-comp-hook.el: New file.
20591 Enable the mode by default.
20592
20593 * files.el (backup-buffer-copy): Use copy-file instead
20594 of write-region, and put back the 'excl.
20595
20596 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
20597
20598 * progmodes/flymake.el (flymake-split-string)
20599 (flymake-split-string, flymake-log, flymake-pid-to-names)
20600 (flymake-reg-names, flymake-get-source-buffer-name)
20601 (flymake-unreg-names, flymake-add-line-err-info)
20602 (flymake-add-err-info): Clarify docstrings.
20603 (flymake-popup-menu, flymake-make-emacs-menu)
20604 (flymake-make-xemacs-menu): Add docstrings.
20605 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
20606 Set variables directly throughout.
20607
20608 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
20609
20610 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
20611 exists. Initialize cc-define-alist.
20612 (c-mode): Add cc-create-define-alist locally to after-save-hook.
20613 If there is no file (Macroexpansion) don't create an alist.
20614
20615 2005-04-29 Sam Steingold <sds@gnu.org>
20616
20617 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
20618 (cc-create-define-alist): Use it instead of the hard-coded string.
20619
20620 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
20621
20622 * international/mule-conf.el (file-coding-system-alist): Fix regexp
20623 for latexenc.
20624
20625 2005-04-29 Lute Kamstra <lute@gnu.org>
20626
20627 * emacs-lisp/generic.el: Improve commentary section.
20628 (define-generic-mode): Improve docstring.
20629
20630 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
20631
20632 * textmodes/org.el (many places): Change to quiet the byte compiler.
20633 (org-prefix-format-compiled): New variable.
20634 (org-compile-prefix-format): New function.
20635 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
20636 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
20637 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
20638 (org-get-entries-from-diary): Use `org-get-time-of-day' for
20639 consistency with entries from `org-mode' files.
20640 (org-get-time-of-day): Fix bug with partial matches early in a line.
20641 (org-non-link-chars): New constant.
20642 (org-link-regexp): Respect `org-non-link-chars'.
20643 (org-agenda-day-view): Remove command.
20644 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
20645 (org-follow-bbdb-link, org-store-link): Search also company field.
20646 (org-highlight-overlay): New variable.
20647 (org-highlight, org-unhighlight): New functions.
20648 (org-agenda-mode): Add pre-command-hook to remove highlight.
20649 (org-evaluate-time-range): Behavior depends upon whether time stamp
20650 contains a time or not.
20651 (org-show-subtree, org-show-entry): New functions.
20652 (org-agenda-cleanup-fancy-diary): Remove empty lines.
20653
20654 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
20655
20656 * comint.el (comint-output-filter-functions): Add autoload cookie.
20657
20658 2005-04-28 Kim F. Storm <storm@cua.dk>
20659
20660 * ido.el (ido-everywhere): Fix last change.
20661
20662 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20663
20664 * international/latexenc.el: New file.
20665 * international/mule-conf.el (file-coding-system-alist): For .tex,
20666 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
20667
20668 2005-04-28 Lute Kamstra <lute@gnu.org>
20669
20670 * font-lock.el (font-lock-add-keywords)
20671 (font-lock-remove-keywords): Clarify docstring.
20672 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
20673 Don't start docstrings with a `*'.
20674 (font-lock-update-removed-keyword-alist): Give it a docstring.
20675
20676 * generic-x.el: Update commentary section.
20677 Only require font-lock when compiling.
20678 Define all modes conditionally.
20679 Place all generic modes in the generic-x-modes customization group.
20680 (generic-x-modes): New customization group.
20681 (generic-default-modes, generic-mswindows-modes)
20682 (generic-unix-modes, generic-other-modes): New constants.
20683 (generic-define-mswindows-modes, generic-define-unix-modes):
20684 Update docstrings. Make them obsolete.
20685 (generic-extras-enable-list): New default value. Update docstring.
20686 Improve :type. Change :set function.
20687 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
20688 Fix docstring.
20689
20690 * emacs-lisp/generic.el (generic-mode-internal):
20691 Simplify font-lock-defaults.
20692 (define-generic-mode): Fix docstring.
20693
20694 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20695
20696 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
20697 font-lock-face property to highlight matches.
20698
20699 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
20700
20701 * progmodes/cc-mode.el (cc-create-define-alist): New function.
20702 (cc-define-alist): New variable.
20703 (c-mode): Make it local and initialize it.
20704
20705 * progmodes/gdb-ui.el (gdb-active-process): New variable.
20706 (gdb-exited): New function.
20707 (gdb-annotation-rules): Use it.
20708 (gdb-starting): Set gdb-active-process to t.
20709 (gdb-stopping): Amend doc string.
20710 (gdb-reset): Set gdb-active-process to nil.
20711
20712 * tooltip.el (tooltip-gud-tips): Show the associated #define
20713 directives when a C program under GDB is not executing.
20714
20715 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
20716
20717 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
20718 font-lock-fontify-syntactic-keywords.
20719
20720 * font-lock.el (font-lock-default-fontify-region): Don't force
20721 parse-sexp-lookup-properties to nil.
20722
20723 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
20724
20725 * man.el (man-mode-syntax-table): Set up `:' to have
20726 word-constituent syntax.
20727
20728 2005-04-27 Lute Kamstra <lute@gnu.org>
20729
20730 * novice.el (disable-command): Don't add spurious newlines to the
20731 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
20732
20733 2005-04-26 Jay Belanger <belanger@truman.edu>
20734
20735 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
20736 than one window before deleting window.
20737
20738 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
20739
20740 * shell.el (shell-prompt-pattern): Doc fix.
20741 (shell-mode): Set paragraph-separate buffer locally to "\\'".
20742
20743 * comint.el (comint-prompt-regexp, comint-get-old-input)
20744 (comint-use-prompt-regexp)
20745 (comint-use-prompt-regexp-instead-of-fields)
20746 (comint-replace-by-expanded-history, comint-send-input)
20747 (comint-output-filter, comint-get-old-input-default)
20748 (comint-line-beginning-position, comint-bol, comint-show-output)
20749 (comint-backward-matching-input, comint-forward-matching-input)
20750 (comint-next-prompt, comint-previous-prompt):
20751 Rename `comint-use-prompt-regexp-instead-of-fields' to
20752 `comint-use-prompt-regexp'. Keep old name as alias and declare
20753 obsolete.
20754 (comint-use-prompt-regexp): Shorten first line of doc string.
20755
20756 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
20757 Set paragraph-separate buffer locally to "\\'".
20758
20759 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
20760 Adapt to above name change.
20761
20762 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
20763 (smbclient-prompt-regexp): Ditto.
20764
20765 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
20766
20767 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
20768
20769 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
20770 gdb-location-list.
20771 Break lines that are over 80 characters wide.
20772
20773 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
20774
20775 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
20776 New fun and var, to preserve compatibility.
20777
20778 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
20779
20780 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
20781
20782 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
20783 name to file-newer-than-file-p.
20784
20785 2005-04-26 Richard M. Stallman <rms@gnu.org>
20786
20787 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
20788
20789 * progmodes/python.el (python-mode):
20790 Use new name eldoc-documentation-function.
20791
20792 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
20793
20794 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20795 (eldoc-documentation-function):
20796 Rename from eldoc-print-current-symbol-info-function. Calls changed.
20797
20798 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
20799
20800 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
20801
20802 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
20803
20804 * term/xterm.el (function-key-map): Fix strings for
20805 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
20806 {C,S,A,C-S}-{f1-f12}.
20807
20808 2005-04-26 Kenichi Handa <handa@m17n.org>
20809
20810 * international/mule-cmds.el (select-safe-coding-system):
20811 Fix previous change.
20812
20813 2005-04-26 Lute Kamstra <lute@gnu.org>
20814
20815 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
20816
20817 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
20818 (font-lock-comment-delimiter-face): Ditto.
20819
20820 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
20821
20822 2005-04-25 Jay Belanger <belanger@truman.edu>
20823
20824 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
20825 to t while inserting information; use help-mode.
20826
20827 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
20828
20829 * term.el (ansi-term-color-vector): Use the xterm colors.
20830 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
20831
20832 2005-04-25 Lute Kamstra <lute@gnu.org>
20833
20834 * font-core.el (font-lock-defaults): Fix docstring.
20835
20836 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
20837
20838 2005-04-25 Kenichi Handa <handa@m17n.org>
20839
20840 * international/mule-cmds.el (select-safe-coding-system):
20841 Don't check consistency with coding: spec, etc if raw-text or
20842 no-conversion was found to be safe.
20843
20844 2005-04-24 Richard M. Stallman <rms@gnu.org>
20845
20846 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
20847 citation markers at start of each line.
20848
20849 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
20850 citation markers at start of each line.
20851
20852 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
20853
20854 * files.el (mode-require-final-newline): Fix previous change.
20855 (require-final-newline): Fix type label.
20856
20857 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20858
20859 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
20860 statement in buffer (broken by 2004-11-24 change).
20861
20862 2005-04-24 Kim F. Storm <storm@cua.dk>
20863
20864 * ido.el (ido-everywhere): Save and restore old read-buffer-function
20865 and read-file-name-function values. Don't overwrite existing
20866 non-nil values if ido-mode is enabled without ido-everywhere.
20867
20868 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
20869
20870 * files.el (mode-require-final-newline): Minor doc fix.
20871
20872 2005-04-24 Eli Zaretskii <eliz@gnu.org>
20873
20874 * subr.el (syntax-after): Doc fix.
20875 (syntax-class): If argument is nil, return nil. Mask off upper 16
20876 bits, not 8 bits.
20877
20878 * files.el (mode-require-final-newline): Doc fix.
20879 (backup-buffer-copy): Fix last change.
20880
20881 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20882
20883 * term/mac-win.el: Require select. Set selection-coding-system to
20884 mac-system-coding-system. Call menu-bar-enable-clipboard.
20885 (x-last-selected-text-clipboard, x-last-selected-text-primary)
20886 (x-select-enable-clipboard): New variables.
20887 (x-select-text, x-get-selection, x-selection-value)
20888 (x-get-selection-value, mac-select-convert-to-string)
20889 (mac-services-open-file, mac-services-open-selection)
20890 (mac-services-insert-text): New functions.
20891 (CLIPBOARD, FIND): Put mac-scrap-name property.
20892 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
20893 (public.tiff): Put mac-ostype property.
20894 (selection-converter-alist): Add entries for them.
20895 (mac-application-menu-map): New keymap.
20896 (interprogram-cut-function, interprogram-paste-function): Set to
20897 x-select-text and x-get-selection-value, respectively.
20898 (split-window-keep-point): Set to t.
20899
20900 2005-04-23 Richard M. Stallman <rms@gnu.org>
20901
20902 * files.el (read-directory-name): Always pass non-nil
20903 DEFAULT-FILENAME arg to read-file-name.
20904 (backup-buffer-copy, basic-save-buffer-2): Take care against
20905 writing thru an unexpected existing symlink.
20906 (revert-buffer): In indirect buffer, revert the base buffer.
20907 (magic-mode-alist): Doc fix.
20908 (buffer-stale-function): Doc fix.
20909 (minibuffer-with-setup-hook): Avoid warning.
20910 (mode-require-final-newline): Doc and custom fix.
20911
20912 * follow.el (follow-end-of-buffer): Use with-no-warnings.
20913
20914 * font-lock.el (font-lock-comment-face): On terminals with few colors,
20915 use the default appearance.
20916 (font-lock-comment-delimiter-face): New face, new variable.
20917
20918 * imenu.el (imenu--generic-function): The official position of a
20919 definition is the start of the line that BEG is in.
20920
20921 * midnight.el (midnight-timer): Move defvar up.
20922
20923 * mouse.el (mouse-drag-region-1): Delete some debugging code.
20924
20925 * saveplace.el (save-place-to-alist): Use with-no-warnings.
20926
20927 * startup.el (command-line): Use with-no-warnings.
20928
20929 * window.el (window-size-fixed): New defvar.
20930
20931 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
20932
20933 * mail/rmail.el (rmail-font-lock-keywords):
20934 Use font-lock-comment-delimiter-face.
20935
20936 * mail/sendmail.el (mail-font-lock-keywords):
20937 Use font-lock-comment-delimiter-face.
20938
20939 * progmodes/compile.el (next-error-highlight-timer): New defvar.
20940
20941 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20942
20943 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20944 Specify t for LAXMATCH when matching directories.
20945 Save match data around compilation-compat-error-properties form.
20946
20947 2005-04-23 David Kastrup <dak@gnu.org>
20948
20949 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
20950 Mention that the autoloaded aliases should be kept for AUCTeX.
20951
20952 2005-04-23 Andreas Schwab <schwab@suse.de>
20953
20954 * isearch.el (isearch-forward): Doc fix.
20955
20956 2005-04-23 Eli Zaretskii <eliz@gnu.org>
20957
20958 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
20959 (jit-lock-stealth-nice): Change default value to 0.5.
20960
20961 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
20962
20963 * abbrev.el (write-abbrev-file): Write table entries in
20964 alphabetical order by table name.
20965
20966 2005-04-22 Kim F. Storm <storm@cua.dk>
20967
20968 * ido.el (ido-read-internal): Fix `list' completion.
20969
20970 2005-04-22 Kenichi Handa <handa@m17n.org>
20971
20972 * recentf.el (recentf-save-file-coding-system): New variable.
20973 (recentf-save-list): Encode the file by
20974 recentf-save-file-coding-system and add coding: tag.
20975
20976 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
20977
20978 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
20979
20980 2005-04-21 Lute Kamstra <lute@gnu.org>
20981
20982 * loadhist.el (unload-feature): Don't remove a function from hooks
20983 if it is about to be restored to an autoload . Remove functions
20984 that will become unbound from auto-mode-alist. Simplify the code.
20985
20986 * subr.el (assq-delete-all): New implementation that is linear,
20987 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
20988 (rassq-delete-all): New function.
20989
20990 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20991 Add size-indication-mode.
20992
20993 2005-04-21 Kenichi Handa <handa@m17n.org>
20994
20995 * international/mule-cmds.el: Add autoload for widget-value in
20996 eval-when-compile.
20997
20998 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
20999
21000 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21001 Add tooltip-mode.
21002
21003 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
21004
21005 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
21006
21007 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
21008 (inferior-lisp-filter-regexp, inferior-lisp-program)
21009 (inferior-lisp-load-command, inferior-lisp-prompt)
21010 (inferior-lisp-mode-hook, lisp-source-modes)
21011 (inferior-lisp-load-hook): defvar->defcustom.
21012 (inferior-lisp-program, inferior-lisp-prompt)
21013 (inferior-lisp-load-hook): Doc fixes.
21014 (inferior-lisp-install-letter-bindings): Small change in
21015 introductory comment.
21016
21017 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
21018
21019 * vc.el (vc-annotate-color-map): Change some colors so that text
21020 using them as foreground is readable on both white and black
21021 backgrounds.
21022
21023 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21024
21025 * international/mule-conf.el (translation-table-for-input):
21026 Remove redundant declaration.
21027
21028 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21029
21030 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
21031
21032 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
21033 (tooltip-toggle-gud-tips): New function.
21034
21035 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21036
21037 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
21038 right angle brackets.
21039
21040 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21041
21042 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
21043
21044 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21045
21046 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
21047 Remove. Update callers to use expand-file-name instead.
21048
21049 * subr.el (syntax-class): New function.
21050
21051 * simple.el (blink-matching-open): Use it.
21052
21053 * paren.el (show-paren-function): Use it to recognize parens that are
21054 also used in 2-char comment markers.
21055
21056 2005-04-19 Lute Kamstra <lute@gnu.org>
21057
21058 * loadhist.el (unload-feature): Update for new format of
21059 load-history. Simplify the code.
21060
21061 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21062
21063 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
21064 (mac-add-charset-info): New function. Initialize variable
21065 mac-charset-info-alist using it.
21066 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21067 for translation.
21068 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
21069 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
21070 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
21071 New CCL programs.
21072
21073 2005-04-19 Kim F. Storm <storm@cua.dk>
21074
21075 * simple.el (next-buffer, prev-buffer, next-error)
21076 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21077 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
21078
21079 * bindings.el (next-buffer, prev-buffer, next-error)
21080 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21081 (clone-indirect-buffer-other-window): Move bindings from simple.el.
21082 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
21083 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
21084
21085 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
21086
21087 * isearch.el (isearch-edit-string): Make the search-ring available for
21088 minibuffer history commands.
21089 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
21090 the default history commands now work just as well.
21091 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
21092
21093 2005-04-18 Kim F. Storm <storm@cua.dk>
21094
21095 * emulation/cua-base.el (cua--pre-command-handler): Add more
21096 elaborate check for shift modifier on non-window systems.
21097
21098 2005-04-18 Lars Hansen <larsh@math.ku.dk>
21099
21100 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
21101
21102 2005-04-18 Kim F. Storm <storm@cua.dk>
21103
21104 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
21105 and make it optional. Don't test tooltip-gud-echo-area here.
21106 (tooltip-gud-process-output, gdb-tooltip-print):
21107 Pass tooltip-gud-echo-area to tooltip-show.
21108 (tooltip-help-tips): Remove second optional arg to tooltip-show.
21109
21110 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21111
21112 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
21113 `display-graphic-p' may not be bound yet.
21114
21115 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
21116
21117 * startup.el (command-line): No longer enable Xterm Mouse mode by
21118 default in terminals compatible with xterm.
21119
21120 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
21121
21122 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
21123
21124 * tooltip.el (tooltip-gud-echo-area): Rename from
21125 tooltip-use-echo-area.
21126 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
21127 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
21128 area independently of where help tooltips are displayed.
21129
21130 2005-04-17 David Kastrup <dak@gnu.org>
21131
21132 * cus-theme.el (custom-theme-write-variables): Quote variables
21133 where necessary.
21134
21135 2005-04-17 Richard M. Stallman <rms@gnu.org>
21136
21137 * simple.el (yank-excluded-properties): Add follow-link to value.
21138
21139 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
21140
21141 * startup.el (fancy-splash-max-time): Just 30 seconds.
21142 (fancy-splash-delay): Just 7.
21143 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
21144
21145 * loadhist.el (unload-feature): Update for new format of load-history.
21146 Simplify the code.
21147
21148 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
21149 (rmail-font-lock-keywords): Don't fontify the text of a citation.
21150
21151 * mail/sendmail.el (mail-font-lock-keywords):
21152 Don't fontify subject text.
21153 Don't fontify the text of a citation.
21154
21155 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
21156
21157 * comint.el (comint-output-filter): Run comint-output-filter-functions
21158 with point where the user had it.
21159
21160 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
21161
21162 * international/ucs-tables.el (ucs-set-table-for-input):
21163 Disable when using unify-on-decoding.
21164
21165 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
21166
21167 * emulation/cua-base.el (cua-global-mark-face): Add special case
21168 for displays supporting a high number of colors.
21169
21170 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21171
21172 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
21173
21174 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
21175
21176 * filesets.el (filesets-add-buffer): If user supplies a name of a
21177 non-existing fileset, create a new fileset.
21178
21179 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
21180
21181 * textmodes/org.el (org-up-heading-all): Fix bug with
21182 `outline-up-heading-all'.
21183
21184 2005-04-16 Andreas Schwab <schwab@suse.de>
21185
21186 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
21187 /etc/permissions.d/* and /etc/aliases.d/*.
21188
21189 2005-04-16 Kenichi Handa <handa@m17n.org>
21190
21191 * international/code-pages.el (cp-make-coding-system):
21192 Set `translation-table-for-input' property value to the symbol
21193 ucs-mule-to-mule-unicode, not to that value.
21194 (pt154): Escape guillemet by `\'.
21195
21196 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
21197
21198 * loadup.el: Load tooltip if x-show-tip is fboundp.
21199
21200 * startup.el (command-line): Add comment.
21201
21202 * tooltip.el (tooltip-mode): Specify correct standard value for
21203 Custom in init-value.
21204
21205 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
21206
21207 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
21208 possible.
21209
21210 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
21211
21212 * textmodes/org.el (org-agenda-date-prompt): Rename from
21213 `org-agenda-date-today'.
21214 (org-evaluate-time-range): Insert at point instead of directly
21215 after time range.
21216 (org-first-headline-recenter, org-subtree-end-visible-p)
21217 (org-optimize-window-after-visibility-change): New functions
21218 (org-agenda-post-command-hook): Don't allow point at end of line,
21219 to make sure it always hits the text properties.
21220 (org-agenda-next-date-line, org-agenda-previous-date-line):
21221 New commands.
21222 (org-set-regexps-and-options): Category may contain white space.
21223 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21224 Improve marker positions.
21225 (org-agenda-new-marker): Argument POS made optional.
21226 (org-agenda-get-timestamps): Deadlines which are done are listed
21227 in org-done-face now.
21228 (org-agenda-get-todos, org-agenda-get-timestamps)
21229 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21230 Set `undone-face' and `done-face' properties.
21231 (org-last-todo-state-is-todo): New variable.
21232 (org-todo): Set `org-last-todo-state-is-todo'.
21233 (org-agenda-todo): Change face according to
21234 `org-last-todo-state-is-todo'. And change other lines referring to
21235 the same entry.
21236 (org-calendar-goto-agenda): New command.
21237 (org-calendar-to-agenda-key): New option.
21238 (org-startup-folded): New allowed value `content'.
21239 (org-set-regexps-and-options): Accept new value `content' for
21240 `org-startup-folded'.
21241 (org-get-current-options): Handle new value `content' for
21242 `org-startup-folded'.
21243 (org-insert-todo-heading): New command.
21244 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
21245 interactively in empty file and option
21246 `org-insert-mode-line-in-empty-file' has been set.
21247 (org-agenda-todo, org-agenda-priority): Modify to use
21248 `org-agenda-change-all-lines'.
21249 (org-warning-face): Change color on dark background
21250
21251 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21252
21253 * international/mule-cmds.el (set-locale-environment): On Mac OS,
21254 use preferences AppleLocale and AppleLanguages, and variable
21255 mac-system-locale for default locale. On Mac OS Classic, use
21256 mac-system-coding-system for default coding systems.
21257
21258 * term/mac-win.el: Don't set file-name-coding-system.
21259 Decode variables system-name, emacs-build-system, user-login-name, and
21260 user-full-name by mac-system-coding-system on Mac OS Classic.
21261 (mac-system-coding-system): New variable.
21262
21263 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
21264
21265 * startup.el (command-line): Handle `xterm-mouse-mode' before
21266 reading init file.
21267
21268 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
21269
21270 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
21271
21272 * progmodes/sh-script.el (sh-here-document-word): Make it a
21273 defcustom. Doc fix.
21274 (sh-add): Bash uses $(( )) for arithmetic.
21275 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
21276 (sh-maybe-here-document): Remove quotes and leading whitespace
21277 from heredoc word when closing. Indent heredoc with tabs if word
21278 starts with "-".
21279
21280 2005-04-13 Richard M. Stallman <rms@gnu.org>
21281
21282 * simple.el (undo): Fix previous change.
21283
21284 * custom.el (defface): Doc fix.
21285
21286 2005-04-13 Lute Kamstra <lute@gnu.org>
21287
21288 * Makefile.in (DONTCOMPILE): Remove list.
21289 (compile, compile-always): Don't use DONTCOMPILE.
21290 (update-authors): Load the library in which batch-update-authors
21291 is defined.
21292 * makefile.w32-in (DONTCOMPILE): Remove list.
21293 (compile, compile-always): Fix comments.
21294 (update-authors): Load the library in which batch-update-authors
21295 is defined.
21296
21297 * generic-x.el (generic-mode-ini-file-find-file-hook):
21298 Rename to ini-generic-mode-find-file-hook.
21299 Keep generic-mode-ini-file-find-file-hook as an alias.
21300 (ini-generic-mode-find-file-hook): Rename from
21301 generic-mode-ini-file-find-file-hook. Fix docstring.
21302 (ini-generic-mode): Docstring change.
21303 (bat-generic-mode-run-as-comint): Silence the byte compiler.
21304
21305 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
21306 called from lisp.
21307
21308 * generic.el: Move to the emacs-lisp subdir.
21309
21310 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
21311
21312 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
21313 and C-S- function and cursor motion keys.
21314
21315 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
21316
21317 * startup.el (command-line): Enable Xterm Mouse mode by default.
21318 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
21319 for Custom. No longer show "Mouse" in mode line when enabled.
21320 Doc fix.
21321
21322 2005-04-12 Kim F. Storm <storm@cua.dk>
21323
21324 * emulation/cua-base.el (cua-rectangle-face)
21325 (cua-rectangle-noselect-face): Define face attributes here.
21326
21327 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
21328
21329 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21330
21331 * startup.el (command-line): Turn off blinking cursor if
21332 cursorBlink in resources is off or false.
21333
21334 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21335
21336 * term/mac-win.el (dnd): Require dnd.
21337 (mac-drag-n-drop): Call dnd-handle-one-url.
21338 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
21339 (kTextEncodingISOLatin2): Remove constants.
21340 (mac-script-code-coding-systems): New constant.
21341 (mac-handle-language-change): New function.
21342 (special-event-map): Bind it to `language-change' event.
21343 (mac-centraleurroman, mac-cyrillic): New coding systems.
21344 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
21345 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
21346 and mac-cyrillic-encoder to encode-mac-centraleurroman and
21347 encode-mac-cyrillic, respectively.
21348
21349 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21350
21351 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
21352 Don't set overlay-arrow-string to "=>" as this is done
21353 globally in C now.
21354
21355 2005-04-12 Lute Kamstra <lute@gnu.org>
21356
21357 * generic-x.el (rc-generic-mode, rul-generic-mode):
21358 Fix auto-mode-alist entries.
21359 (etc-fstab-generic-mode): Tweak fontification.
21360
21361 * generic.el (generic-make-keywords-list): Fix docstring.
21362 (generic-mode-internal): Simplify generic-font-lock-keywords.
21363
21364 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21365
21366 * whitespace.el (whitespace-buffer-leading)
21367 (whitespace-buffer-trailing): Revert the incorrect test inversion.
21368 However, fix the highlight area for the leading and
21369 trailing whitespaces to show space.
21370
21371 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21372
21373 * whitespace.el (whitespace-version): Bump to 3.5
21374
21375 (whitespace-buffer-leading, whitespace-buffer-trailing):
21376 Invert sense of the test to highlight the whitespace.
21377
21378 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21379
21380 * progmodes/gud.el (gud-display-line): GUD uses its own
21381 overlay arrow now so don't set overlay-arrow-string.
21382 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
21383
21384 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
21385
21386 * term.el (term-ansi-current-bold, term-ansi-current-underline)
21387 (term-ansi-current-reverse, term-ansi-current-invisible)
21388 (term-ansi-face-already-done): Change to boolean.
21389 (term-reset-terminal, term-handle-colors-array): Handle the above
21390 vars accordingly.
21391 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
21392 (term-emulate-terminal): Use the new name.
21393
21394 * faces.el (secondary-selection): Use yellow1, not yellow.
21395 (trailing-whitespace): Use red1, not red.
21396
21397 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21398
21399 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
21400 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
21401 (dired-dnd-handle-file): Call dnd-get-local-file-uri
21402
21403 * cus-edit.el (dnd): New group.
21404
21405 * term/w32-win.el (dnd): Require dnd
21406 (w32-drag-n-drop): Call dnd-handle-one-url.
21407
21408 * x-dnd.el: Require dnd.
21409 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
21410 Call dnd-handle-one-url.
21411 (x-dnd-types-alist, x-dnd-insert-utf8-text)
21412 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
21413 to dnd-insert-text.
21414 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
21415 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
21416 (x-dnd-get-local-file-name, x-dnd-open-local-file)
21417 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
21418
21419 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
21420
21421 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21422
21423 * wdired.el: Doc fixes.
21424 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
21425 (wdired-use-dired-vertical-movement): Rename from
21426 wdired-always-move-to-filename-beginning.
21427 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
21428 (wdired-change-to-wdired-mode): Change mode name.
21429 (wdired-newline): Delete.
21430
21431 2005-04-11 Richard M. Stallman <rms@gnu.org>
21432
21433 * whitespace.el (whitespace-highlight-the-space):
21434 Don't call whitespace-unhighlight-the-space here.
21435
21436 * simple.el (undo): Record t in undo-equiv-table
21437 for the redo record made by an undo-in-region.
21438
21439 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21440
21441 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
21442 (gdb-frame-inferior-io-buffer): New Functions to control
21443 display of separate IO buffer.
21444 (menu): Add them to menu-bar.
21445 (gdb-display-buffer): Check for buffer another frame.
21446 Protect GUD buffer.
21447 (gdb-setup-windows): Create IO buffer if not already there.
21448 (gdb-memory-mode): Remove purecopy noops.
21449
21450 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21451
21452 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
21453 and pass to self-insert-command.
21454
21455 2005-04-11 Lute Kamstra <lute@gnu.org>
21456
21457 * generic.el: Commentary section cleanup.
21458 (generic): Delete.
21459 (generic-use-find-file-hook, generic-lines-to-scan)
21460 (generic-find-file-regexp, generic-ignore-files-regexp)
21461 (default-generic-mode, generic-mode-find-file-hook)
21462 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
21463 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
21464 (generic-use-find-file-hook, generic-lines-to-scan)
21465 (generic-find-file-regexp, generic-ignore-files-regexp)
21466 (default-generic-mode, generic-mode-find-file-hook)
21467 (generic-mode-ini-file-find-file-hook): Move from generic.el.
21468
21469 2005-04-10 Karl Fogel <kfogel@red-bean.com>
21470
21471 * bookmark.el (bookmark-write-file): Catch errors writing file.
21472 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
21473
21474 2005-04-10 Richard M. Stallman <rms@gnu.org>
21475
21476 * startup.el (fancy-splash-tail): Update copyright year.
21477 (command-line): Split part of -Q into -D.
21478 (emacs-basic-display): New defvar.
21479 (fancy-splash-text): Correct name of menu item.
21480
21481 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
21482
21483 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
21484 lines in one node.
21485
21486 * comint.el (comint-send-input): New arg ARTIFICIAL.
21487 Callers in this file changed.
21488
21489 * abbrev.el (define-abbrevs): Read system abbrevs properly.
21490
21491 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
21492
21493 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
21494
21495 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
21496 `ldap-search-internal'.
21497
21498 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21499
21500 * files.el (set-auto-mode-1): Use line-end-position.
21501
21502 * international/latin-1.el:
21503 * international/latin-2.el:
21504 * international/latin-3.el:
21505 * international/latin-4.el:
21506 * international/latin-5.el:
21507 * international/latin-8.el:
21508 * international/latin-9.el: Give punctuation syntax to NBSP.
21509
21510 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
21511 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
21512 Use char-classes to accept non-ascii letters, accepted in some recent
21513 bibtex implementations.
21514
21515 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
21516
21517 * custom.el (custom-set-minor-mode): Any non-nil value for the
21518 variable should enable the mode when set through Custom.
21519
21520 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21521
21522 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
21523 TAB binding so tab-always-indent is obeyed.
21524 (vhdl-minibuffer-local-map): Move initialization into declaration.
21525 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
21526 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
21527 (vhdl-hooked-abbrev): Avoid test for XEmacs.
21528 (vhdl-current-line): Use line-beginning-position.
21529 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
21530 with-output-to-temp-buffer, so the current position can be recorded.
21531
21532 2005-04-10 Masatake YAMATO <jet@gyve.org>
21533
21534 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21535 Add regexp for gcov.
21536
21537 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
21538
21539 * calendar/time-date.el (time-to-seconds, seconds-to-time)
21540 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
21541 syntax which Emacs 20 doesn't support.
21542
21543 2005-04-09 Richard M. Stallman <rms@gnu.org>
21544
21545 * help.el (describe-key-briefly, describe-key):
21546 Replace strings as event types with "(any string)".
21547
21548 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
21549
21550 * arc-mode.el (archive-mode-map): Move initialization into
21551 the declaration. Override *all* bindings of `undo'.
21552 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
21553
21554 2005-04-09 Jay Belanger <belanger@truman.edu>
21555
21556 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
21557
21558 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
21559
21560 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
21561 (xterm-register-default-colors): Update color values computation
21562 to match xterm-200.
21563
21564 2005-04-09 Kenichi Handa <handa@m17n.org>
21565
21566 * international/code-pages.el (iso-latin-7): Fix the map.
21567
21568 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
21569
21570 * emacs-lisp/lisp.el (defun-prompt-regexp)
21571 (parens-require-spaces, buffer-end, end-of-defun)
21572 (insert-parentheses): Doc fixes.
21573
21574 2005-04-08 Kim F. Storm <storm@cua.dk>
21575
21576 * comint.el (comint-highlight-prompt): Fix face spec.
21577 * hi-lock.el (hi-green): Likewise.
21578
21579 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21580
21581 * cus-edit.el (custom-modified-face):
21582 * comint.el (comint-highlight-input): Fix previous changes.
21583 * term.el (term-handle-ansi-escape): Add a comment.
21584
21585 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
21586
21587 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
21588 in the buffer and in whitespace-highlighted-space.
21589 (whitespace-unhighlight-the-space): Simplify.
21590 (whitespace-buffer): Simplify.
21591
21592 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21593
21594 * textmodes/table.el (table-cell-face): Add special case for
21595 displays supporting a high number of colors.
21596 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21597 (vhdl-font-lock-reserved-words-face)
21598 (vhdl-speedbar-architecture-face)
21599 (vhdl-speedbar-instantiation-face)
21600 (vhdl-speedbar-architecture-selected-face)
21601 (vhdl-speedbar-instantiation-selected-face): Likewise.
21602 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
21603 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
21604 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
21605 (ebrowse-root-class-face, ebrowse-member-attribute-face)
21606 (ebrowse-progress-face): Likewise.
21607 * progmodes/compile.el (compilation-info-face): Likewise.
21608 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
21609 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
21610 * calendar/calendar.el (diary-face): Likewise.
21611 * woman.el (woman-italic-face, woman-bold-face)
21612 (woman-unknown-face): Likewise.
21613 * wid-edit.el (widget-button-pressed-face): Likewise.
21614 * whitespace.el (whitespace-highlight-face): Likewise.
21615 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
21616 * pcvs-info.el (cvs-marked-face): Likewise.
21617 * info.el (info-xref): Likewise.
21618 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
21619 * hilit-chg.el (highlight-changes-face)
21620 (highlight-changes-delete-face): Likewise.
21621 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
21622 (hi-red-b): Likewise.
21623 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
21624 * font-lock.el (font-lock-keyword-face)
21625 (font-lock-function-name-face, font-lock-warning-face): Likewise.
21626 * cus-edit.el (custom-invalid-face, custom-modified-face)
21627 (custom-set-face, custom-changed-face, custom-variable-tag-face)
21628 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
21629 * comint.el (comint-highlight-prompt): Likewise.
21630
21631 2005-04-08 Lute Kamstra <lute@gnu.org>
21632
21633 * font-lock.el (font-lock-keywords): Docstring fixes.
21634
21635 2005-04-08 Kenichi Handa <handa@m17n.org>
21636
21637 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
21638 chars are more than a limit, print " and more..." at the tail.
21639
21640 2005-04-08 Kim F. Storm <storm@cua.dk>
21641
21642 * emacs-lisp/authors.el (authors-aliases): Update list.
21643 (authors-ignored-files): New list.
21644 (authors-fixed-entries): Fix typo.
21645 (authors-renamed-files-alist): Update list.
21646 (authors-add): Check authors-ignored-files.
21647
21648 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
21649
21650 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
21651 optional, to ensure backward compatibility.
21652
21653 2005-04-08 Stephen Eglen <stephen@gnu.org>
21654
21655 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
21656
21657 2005-04-08 Kim F. Storm <storm@cua.dk>
21658
21659 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
21660
21661 * mouse.el (mouse-on-link-p): Doc fix.
21662
21663 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
21664
21665 * ielm.el (ielm-prompt-read-only): Doc fix.
21666
21667 * comint.el (comint-prompt-read-only): Doc fix.
21668
21669 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
21670
21671 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
21672 ensure dired always handles wildcards passed to ffap.
21673 (find-file-at-point): Use it.
21674 (ffap-dired-wildcards): Doc fix.
21675
21676 2005-04-07 Juri Linkov <juri@jurta.org>
21677
21678 * simple.el (next-error-overlay-arrow-position): New defvar.
21679 Put "=>" on its property `overlay-arrow-string'. Add it to
21680 `overlay-arrow-variable-list'.
21681
21682 * progmodes/compile.el (compilation-setup):
21683 Set `next-error-overlay-arrow-position' to nil. Also set it to
21684 nil in the local hook `kill-buffer-hook'. Make local variable
21685 `overlay-arrow-string' and set it to "=>".
21686 (compilation-goto-locus): Set BOL position to
21687 `next-error-overlay-arrow-position' instead of
21688 `overlay-arrow-position'.
21689
21690 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
21691 locally instead of adding it to the global hook.
21692 (Info-kill-buffer): Move up.
21693
21694 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
21695
21696 * term/xterm.el (xterm-standard-colors): Update color values from
21697 xterm-200.
21698
21699 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
21700
21701 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
21702
21703 * fast-lock.el:
21704 * lazy-lock.el: Move them to the obsolete subdir.
21705
21706 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21707
21708 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
21709 (wdired-add-replace-advice): Remove.
21710 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
21711
21712 2005-04-06 Kim F. Storm <storm@cua.dk>
21713
21714 * startup.el (command-line): Add --bare-bones alias for -Q.
21715
21716 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21717
21718 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
21719 create the startup fontset if a font specification ends with
21720 `mac-roman'.
21721
21722 2005-04-06 Lute Kamstra <lute@gnu.org>
21723
21724 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
21725 change.
21726
21727 * emacs-lisp/copyright.el (copyright-update-year): Replace the
21728 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
21729
21730 2005-04-05 Lute Kamstra <lute@gnu.org>
21731
21732 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
21733 (define-generic-mode): Ditto. Fix debug declaration.
21734
21735 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
21736 Put them in the generic-x group.
21737
21738 * calendar/timeclock.el (timeclock): Doc fix.
21739
21740 * generic.el (define-generic-mode): Don't use custom-current-group.
21741 Document default :group value.
21742 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
21743 (define-global-minor-mode): Don't use custom-current-group.
21744
21745 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
21746
21747 * startup.el (command-line-1): Display startup-echo-area-message
21748 when fancy splash screen is in use.
21749
21750 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
21751 (sh-escaped-newline): New face.
21752 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
21753 newline, and use sh-escaped-newline face.
21754
21755 * progmodes/tcl.el (tcl-escaped-newline): New face.
21756 (tcl-builtin-list): New variable.
21757 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
21758 newlines. Fix keywords subexpression number.
21759
21760 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
21761
21762 * textmodes/org.el (org-diary-default-entry): Fix call to
21763 `add-to-diary-entry'.
21764
21765 2005-04-05 Kim F. Storm <storm@cua.dk>
21766
21767 * ediff-init.el: Use (featurep 'xemacs).
21768
21769 2005-04-05 David Ponce <david@dponce.com>
21770
21771 * cus-edit.el (face): Derive from symbol widget. Display sample
21772 of the current face on the fly.
21773 (widget-face-sample-face-get, widget-face-notify): New functions.
21774 (widget-face-value-create): Remove.
21775
21776 * wid-edit.el (widget-field-end): Temporarily remove field
21777 narrowing before to call `get-char-property'.
21778
21779 2005-04-04 Jay Belanger <belanger@truman.edu>
21780
21781 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
21782 (math-read-subscripts): New variable.
21783 (math-read-preprocess-string): Process subscripts.
21784
21785 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
21786
21787 * comint.el (comint-prompt-read-only): Doc fix.
21788
21789 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
21790 `-1'. Doc fix.
21791
21792 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
21793
21794 * textmodes/org.el (org-insert-mode-line-in-empty-file):
21795 Change default value to nil.
21796
21797 2005-04-04 Lute Kamstra <lute@gnu.org>
21798
21799 * autorevert.el (auto-revert-mode): Specify :group.
21800 * battery.el (display-battery-mode): Specify :group.
21801 * diff-mode.el (diff-minor-mode): Specify :group.
21802 * font-core.el (font-lock-mode): Specify :group.
21803 * hl-line.el (hl-line-mode): Specify :group.
21804 * iimage.el (iimage): New customization group.
21805 (iimage-mode): Specify :group.
21806 * longlines.el (longlines-mode): Specify :group.
21807 * master.el: Don't require easy-mmode.
21808 (master): New customization group.
21809 (master-mode): Specify :group.
21810 * msb.el (msb-mode): Specify :group.
21811 * reveal.el (reveal-mode): Specify :group.
21812 * simple.el (next-error-follow-minor-mode): Specify :group.
21813 * smerge-mode.el (smerge-mode): Specify :group.
21814 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
21815 * emulation/cua-base.el (cua-mode): Specify :group.
21816 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
21817 * language/thai-util.el (thai-auto-composition-mode)
21818 (thai-word-mode): Specify :group.
21819 * mail/supercite.el (sc-minor-mode): Specify :group.
21820 * progmodes/cwarn.el (cwarn-mode): Specify :group.
21821 * progmodes/flymake.el (flymake-mode): Specify :group.
21822 * progmodes/glasses.el (glasses-mode): Specify :group.
21823 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
21824 * textmodes/enriched.el (enriched-mode): Specify :group.
21825 * textmodes/refill.el (refill-mode): Specify :group.
21826
21827 * add-log.el (change-log-font-lock-keywords): Names in
21828 parenthesized lists can contain spaces.
21829
21830 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
21831
21832 * startup.el (fancy-splash-text): Shorten default text of
21833 "Emacs Tutorial" line. Also, if the current language env
21834 indicates an available tutorial file other than TUTORIAL,
21835 extract its title and append it to the line in parentheses.
21836 (fancy-splash-insert): If arg is a thunk, funcall it.
21837
21838 2005-04-04 Jay Belanger <belanger@truman.edu>
21839
21840 * calc.el (calc-language-alist): Add tags to customization type.
21841
21842 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
21843
21844 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
21845 Doc fix.
21846
21847 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
21848
21849 * add-log.el (change-log-font-lock-keywords): The manual
21850 describing a Change Log entry, says: (...) "Aside from these
21851 header lines, every line in the change log starts with a space or
21852 a tab.". The font-lock was not highlighting lines started with
21853 spaces, added support for it.
21854
21855 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21856
21857 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
21858 (bibtex-generate-url-list): Update docstring accordingly. Put the
21859 complex example in the docstring.
21860 (bibtex-font-lock-url): Use pop.
21861
21862 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
21863
21864 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
21865
21866 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
21867
21868 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21869
21870 * filesets.el (filesets-set-default): Doc fix.
21871
21872 2005-04-03 Lute Kamstra <lute@gnu.org>
21873
21874 * generic.el (define-generic-mode): Add argument to specify
21875 keywords for defcustom.
21876 (default-generic-mode): Specify :group.
21877
21878 * generic-x.el: Specify :group for all generic modes.
21879
21880 * desktop.el (desktop-no-desktop-file-hook)
21881 (desktop-after-read-hook): Doc fix.
21882
21883 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
21884
21885 * simple.el (visible-mode): Use explicit :group keyword.
21886 This changes the group of `visible-mode-hook' from paren-blinking
21887 to editing-basics.
21888
21889 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
21890
21891 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
21892 mailbox specifications as well as URLs.
21893 (rmail-insert-inbox-text): Remove unused conditional branches.
21894
21895 2005-04-01 Jay Belanger <belanger@truman.edu>
21896
21897 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
21898 (calc-gnuplot-print-command): Move definitions to calc.el.
21899
21900 * calc/calc-embed.el (calc-embedded-announce-formula)
21901 (calc-embedded-open-formula, calc-embedded-close-formula)
21902 (calc-embedded-open-word, calc-embedded-close-word)
21903 (calc-embedded-open-plain, calc-embedded-close-plain)
21904 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
21905 (calc-embedded-open-mode, calc-embedded-close-mode):
21906 Move definitions to calc.el.
21907
21908 * calc/calc.el (calc-settings-file, calc-language-alist):
21909 Make customizable.
21910 (calc-embedded-announce-formula, calc-embedded-open-formula)
21911 (calc-embedded-close-formula, calc-embedded-open-word)
21912 (calc-embedded-close-word, calc-embedded-open-plain)
21913 (calc-embedded-close-plain, calc-embedded-open-new-formula)
21914 (calc-embedded-close-new-formula, calc-embedded-open-mode)
21915 (calc-embedded-close-mode, calc-gnuplot-name)
21916 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
21917 from other files and make customizable.
21918
21919 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
21920
21921 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
21922 Use buffer-live-p.
21923 (cvs-mode-run): Don't call cvs-update-header here.
21924 (cvs-run-process): Call cvs-update-header.
21925 Use process properties for cvs-postprocess and cvs-buffer so that
21926 the sentinel can behave better if the temp buffer is killed.
21927 Use a pipe rather than a tty, to better handle unexpected prompts.
21928 (cvs-sentinel): Rewrite. Call cvs-update-header.
21929
21930 2005-04-01 Andre Spiegel <spiegel@gnu.org>
21931
21932 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
21933 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
21934
21935 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
21936
21937 * generic.el (define-generic-mode): Add indentation rule.
21938
21939 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
21940
21941 * files.el (mode-require-final-newline): Make Custom correctly
21942 report a nil value and allow to set it to nil via Custom.
21943 Doc fix.
21944
21945 2005-04-01 Kenichi Handa <handa@m17n.org>
21946
21947 * international/characters.el: Enable the correct case setting for
21948 dotless-i and dotted-I.
21949
21950 2005-04-01 Kim F. Storm <storm@cua.dk>
21951
21952 * ido.el (ido-file-internal): Fall back to non-ido command if
21953 initial directory is on slow ftp (or tramp) host.
21954
21955 2005-03-31 Richard M. Stallman <rms@gnu.org>
21956
21957 * emacs-lisp/autoload.el (make-autoload):
21958 Handle define-global-minor-mode.
21959
21960 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21961 Rename from easy-mmode-define-global-mode.
21962 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
21963
21964 * progmodes/scheme.el (scheme-mode-syntax-table):
21965 Update syntax of | and # for two-character comment syntax.
21966
21967 2005-03-31 Lute Kamstra <lute@gnu.org>
21968
21969 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
21970 (define-minor-mode): Call custom-current-group at load-time.
21971
21972 * generic.el (define-generic-mode): Add debug declaration.
21973 Add defcustom for the mode hook.
21974 (generic-mode-internal): Use run-mode-hooks.
21975
21976 2005-03-31 Kim F. Storm <storm@cua.dk>
21977
21978 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
21979 (mouse-fixup-help-message): New defun called by show_help_echo
21980 to fixup mouse-2 prefix in help messages when applicable.
21981
21982 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
21983
21984 2005-03-31 Kenichi Handa <handa@m17n.org>
21985
21986 * language/thai-word.el (thai-find-word-ends): Pay attention to
21987 the case that we reach the end of buffer.
21988
21989 * textmodes/fill.el (fill-text-properties-at): New function.
21990 (fill-newline): Use fill-text-properties-at instead of
21991 text-properties-at.
21992
21993 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
21994
21995 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
21996 not comint-quote-filename.
21997
21998 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
21999
22000 * help-fns.el (help-with-tutorial): Revert last change.
22001
22002 2005-03-31 Kim F. Storm <storm@cua.dk>
22003
22004 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
22005
22006 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
22007
22008 * calendar/cal-china.el: Update reference to "Calendrical
22009 Calculations" book; there's a new edition.
22010 * calendar/cal-coptic.el: Likewise.
22011 * calendar/cal-french.el: Likewise.
22012 * calendar/cal-hebrew.el: Likewise.
22013 * calendar/cal-islam.el: Likewise.
22014 * calendar/cal-iso.el: Likewise.
22015 * calendar/cal-julian.el: Likewise.
22016 * calendar/cal-mayan.el: Likewise.
22017 * calendar/cal-persia.el: Likewise.
22018 * calendar/calendar.el: Likewise.
22019 * calendar/holidays.el: Likewise.
22020 * calendar/lunar.el: Likewise.
22021 * calendar/solar.el: Likewise.
22022
22023 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
22024 white space from doc string.
22025
22026 2005-03-30 Jay Belanger <belanger@truman.edu>
22027
22028 * calc/calc-help.el (calc-full-help): Remove email address.
22029
22030 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
22031
22032 * help-fns.el (help-with-tutorial): Delete title line.
22033
22034 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22035
22036 * calendar/cal-x.el (calendar-one-frame-setup)
22037 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
22038 rather than `symbol' for set-window-dedicated-p.
22039
22040 * calendar/appt.el (appt-buffer-name): Make it a constant.
22041 (appt-add): Doc fix.
22042
22043 * filesets.el (filesets-menu-path, filesets-menu-before)
22044 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
22045 (filesets-menu-cache-file): Use directory ~/.emacs.d.
22046 (filesets-add-submenu): Delete and use add-submenu instead.
22047
22048 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
22049
22050 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
22051 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
22052 (org-diary-default-entry): New function.
22053 (org-get-entries-from-diary): Better parsing of diary entries.
22054 (org-agenda-check-no-diary): New function.
22055 ("diary-lib"): Advice to function `add-to-diary-list', to allow
22056 linking to diary entries.
22057 (org-agenda-execute-calendar-command): New function.
22058 (org-agenda): Improve visible section in window.
22059 Use `org-fit-agenda-window'.
22060 (org-fit-agenda-window): New option.
22061 (org-move-subtree-down): Better handling of empty lines
22062 at end of subtree.
22063 (org-cycle): Numeric prefix is interpreted now as show-subtree N
22064 levels up.
22065 (org-fontify-done-headline): New option.
22066 (org-headline-done-face): New face.
22067 (org-set-font-lock-defaults): Use `org-headline-done-face'.
22068 (org-table-copy-down): Rename from `org-table-copy-from-above'.
22069 When current field is non-empty, it is copied to next row.
22070 (org-table-copy-from-above): Fix bug which made it
22071 impossible to copy fields containing only a single non-white character.
22072
22073 2005-03-30 Kim F. Storm <storm@cua.dk>
22074
22075 * kmacro.el (kmacro-end-macro): Isearch may store this command
22076 into the macro -- so ignore it when executing keyboard macro.
22077
22078 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22079
22080 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
22081
22082 2005-03-29 Kenichi Handa <handa@m17n.org>
22083
22084 * language/thai.el ("Thai"): Set setup-function and exit-function
22085 for Thai language environment.
22086
22087 * language/thai-util.el: Require thai-word.
22088 (thai-word-mode-map): New variable.
22089 (thai-word-mode): New minor mode.
22090 (setup-thai-language-environment-internal): New function.
22091 (exit-thai-language-environment-internal): New function.
22092
22093 * language/thai-word.el (thai-word-table): Declare it by defvar,
22094 use dolist to initialize it.
22095 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
22096 (thai-fill-find-break-point): New functions.
22097
22098 2005-03-29 Richard M. Stallman <rms@gnu.org>
22099
22100 * simple.el (idle-update-delay): Move definition up.
22101 (set-mark): Doc fix.
22102
22103 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
22104
22105 * longlines.el: New file.
22106
22107 * simple.el (buffer-substring-filters): New variable.
22108 (filter-buffer-substring): New function.
22109 (kill-region, copy-region-as-kill): Use it.
22110
22111 * register.el (copy-to-register, append-to-register)
22112 (prepend-to-register): Use filter-buffer-substring.
22113
22114 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22115
22116 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
22117 (gud-filter-pending-text): Move in front of gdb.
22118 (gud-overlay-arrow-position): New variable.
22119 (gud-sentinel, gud-display-line): Use it in place of
22120 overlay-arrow-position.
22121
22122 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
22123
22124 * progmodes/fortran.el (fortran-if-indent): Doc fix.
22125 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
22126 (fortran-font-lock-keywords-4): New variable.
22127 (fortran-blocks-re, fortran-end-block-re)
22128 (fortran-start-block-re): New constants, for hideshow.
22129 (hs-special-modes-alist): Add a Fortran entry.
22130 (fortran-mode-map): Bind fortran-end-of-block,
22131 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
22132 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
22133 (fortran-looking-at-if-then, fortran-end-of-block)
22134 (fortran-beginning-of-block): New functions, for hideshow.
22135
22136 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
22137 Doc fix. Tweak regexp.
22138 (f90-beginning-of-block): Push mark first.
22139
22140 2005-03-29 Jay Belanger <belanger@truman.edu>
22141
22142 * calc/calc.el: Update copyright date.
22143 (calc-version): Increase to 2.1.
22144 (calc-version-date): Remove.
22145
22146 * calc/calc-help.el: Update copyright date.
22147 (calc-full-help): Remove reference to calc-version-date.
22148 Update copyright date.
22149
22150 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22151
22152 * vc.el (vc-do-command): Use a pipe for async processes, so password
22153 prompts don't show up at places where the user can't reply.
22154
22155 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22156
22157 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
22158 on the file name we pass to the inferior shell.
22159
22160 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22161
22162 * progmodes/which-func.el (which-function): Be robust in the face of an
22163 imenu--make-index-alist failure.
22164
22165 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22166
22167 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
22168
22169 * progmodes/python.el (python-preoutput-filter): Fix last change.
22170
22171 2005-03-29 Lute Kamstra <lute@gnu.org>
22172
22173 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
22174 functions and compiled macros.
22175 (debug-convert-byte-code): Handle macros too.
22176 (debug-on-entry-1): Don't signal an error when trying to clear a
22177 function that is not set to debug on entry.
22178
22179 2005-03-29 Jay Belanger <belanger@truman.edu>
22180
22181 * calc/calc-lang.el: Add functions to math-function-table
22182 properties of tex and math.
22183
22184 2005-03-29 Kenichi Handa <handa@m17n.org>
22185
22186 * ps-mule.el (ps-mule-plot-string): Translate characters by
22187 ps-print-translation-table.
22188 (ps-mule-begin-job): Call find-charset-region/string with
22189 ps-print-translation-table.
22190 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
22191
22192 * ps-print.el (ps-print-translation-table): New variable.
22193 (ps-plot-region): Translate characters by ps-print-translation-table.
22194
22195 2005-03-29 Juri Linkov <juri@jurta.org>
22196
22197 * simple.el (next-error-highlight-timer): New variable.
22198
22199 * progmodes/compile.el (compilation-goto-locus):
22200 Use `next-error-highlight-timer' instead of `sit-for'.
22201
22202 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22203
22204 * mail/supercite.el (sc-mail-field): Use assoc-string.
22205 (sc-get-address): Simplify regexps.
22206
22207 * files.el (minibuffer-with-setup-hook): New macro.
22208 (find-file-read-args): Use it to avoid let-binding
22209 minibuffer-with-setup-hook (which breaks turning on/off
22210 file-name-shadow-mode while in the prompt).
22211
22212 * complete.el (PC-read-include-file-name-internal):
22213 Use test-completion.
22214
22215 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
22216
22217 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
22218
22219 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22220
22221 * window.el (window-buffer-height): Use count-screen-lines.
22222
22223 * progmodes/python.el (python-preoutput-leftover): New var.
22224 (python-preoutput-filter): Use it.
22225 (python-send-receive): Loop until all the result has been received.
22226
22227 2005-03-28 Juri Linkov <juri@jurta.org>
22228
22229 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
22230
22231 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
22232 "Recover Crashed Session".
22233 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
22234 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
22235 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
22236 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
22237 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
22238 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
22239 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
22240 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
22241
22242 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
22243 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
22244 Ediff Sessions", "Toggle use of separate control buffer frame",
22245 "Use separate frame for Ediff control buffer".
22246
22247 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
22248 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
22249 "Rename Bookmark", "Delete Bookmark".
22250
22251 * info.el (Info-mode-menu): Remove ellipsis from "Index".
22252 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
22253 Add `:active Info-index-alternatives' to "Next Matching Item".
22254
22255 * wdired.el (wdired-change-to-wdired-mode):
22256 Mention `wdired-abort-changes' key in the initial message.
22257
22258 * international/mule.el (auto-coding-alist): Associate non-ascii
22259 image filename extensions with `no-conversion'.
22260
22261 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
22262
22263 * international/iso-acc.el:
22264 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
22265
22266 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
22267
22268 * textmodes/sgml-mode.el (html-mode): Doc update.
22269
22270 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
22271
22272 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
22273
22274 * term.el (term-move-columns): Fix face after extending a line.
22275 (term-insert-spaces): Likewise.
22276 (term-reset-terminal): Fix off by one error.
22277
22278 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22279
22280 * international/mule.el (auto-coding-alist): Add .xpi files.
22281
22282 * files.el (auto-mode-alist): Add .xpi files.
22283
22284 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
22285
22286 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
22287
22288 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22289
22290 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
22291
22292 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22293
22294 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
22295 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
22296
22297 * calendar/cal-move.el (calendar-beginning-of-year): Move the
22298 cursor to Jan 1 when needed.
22299 (calendar-end-of-year): Fix -/+ typo.
22300 Reported by Chong Yidong <cyd@stupidchicken.com>.
22301
22302 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
22303
22304 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
22305
22306 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
22307 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
22308
22309 2005-03-25 Richard M. Stallman <rms@gnu.org>
22310
22311 * filesets.el (filesets-init): Add autoload.
22312
22313 * mail/mailalias.el (mail-directory): Doc fix.
22314
22315 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22316
22317 * mail/mailalias.el (mail-directory-process): Do nothing if
22318 mail-directory-process is an atom.
22319 (mail-get-names): Ignore mail-directory-names if it is an atom.
22320 (mail-directory-process defvar): Doc fix.
22321 (mail-names): Doc fix.
22322
22323 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
22324
22325 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
22326
22327 2005-03-26 Kenichi Handa <handa@m17n.org>
22328
22329 * international/mule-util.el (detect-coding-with-priority):
22330 Call update-coding-systems-internal before detect-coding-region.
22331
22332 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
22333
22334 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
22335 (gdb-frames-mode-map): Add follow-link property.
22336
22337 2005-03-25 Jay Belanger <belanger@truman.edu>
22338
22339 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
22340 for variables.
22341
22342 2005-03-25 Juri Linkov <juri@jurta.org>
22343
22344 * image-mode.el: Optimize image filename extension regexps in
22345 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
22346 in `auto-mode-alist'.
22347 (image-mode): Add `image-toggle-display-text' to local hook
22348 `change-major-mode-hook'. Display the image as an image by
22349 default. Set `cursor-type' and `truncate-lines' if the image
22350 is already displayed. Take into account the current mode (image
22351 or text) in message.
22352 (image-minor-mode): New minor mode.
22353 (image-mode-maybe, image-toggle-display-text): New functions.
22354 (image-toggle-display): Use called-interactively-p.
22355 Let-bind `inhibit-read-only' to t.
22356
22357 * image-mode.el (image-minor-mode): Set `cursor-type' and
22358 `truncate-lines' if the image is already displayed. Add turning
22359 image-minor-mode off to `change-major-mode-hook'. Add message.
22360 Call `image-toggle-display-text' after turning image-minor-mode off.
22361
22362 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
22363
22364 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
22365 Terminal.app, use utf-8.
22366 (set-display-table-and-terminal-coding-system): Add coding-system arg.
22367 (set-locale-environment): Use it.
22368
22369 * term/xterm.el: Undo last change, better done in mule-cmds.el.
22370
22371 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
22372
22373 * progmodes/python.el (python-close-block-statement-p)
22374 (python-outdent-p, python-current-defun): Use symbol-end.
22375
22376 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22377
22378 * files.el (save-some-buffers): Doc fix.
22379
22380 2005-03-25 Werner Lemberg <wl@gnu.org>
22381
22382 * complete.el, thumbs.el: Replace `legal' with `valid'.
22383 * calendar/calendar.el: Replace `legal' with `valid'.
22384 * emacs-lisp/advice.el: Replace `legal' with `valid'.
22385 * mail/supercite.el: Replace `legal' with `valid'.
22386 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
22387 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
22388 Replace `legal' with `valid'.
22389 * textmodes/reftex-vars.el, textmodes/reftex.el:
22390 Replace `legal' with `valid'.
22391
22392 2005-03-25 Werner Lemberg <wl@gnu.org>
22393
22394 * calc/calc-forms.el, calc/calc-sel.el
22395 * midnight.el, vc-cvs.el
22396 * emacs-lisp/cl-macs.el
22397 * emulation/vip.el
22398 * eshell/esh-io.el, eshell/esh-var.el
22399 * mail/supercite.el
22400 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
22401 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
22402 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
22403 * progmodes/sh-script.el, progmodes/xscheme.el
22404 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
22405 * textmodes/reftex-index.el, textmodes/reftex-parse.el
22406 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
22407 * textmodes/reftex.el, textmodes/org.el:
22408 Replace `illegal' with `invalid'.
22409
22410 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22411
22412 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
22413 (flymake-find-buildfile, flymake-find-possible-master-files)
22414 (flymake-check-include, flymake-parse-line): Replace loops over the
22415 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
22416
22417 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
22418 Substitute file-name-as-directory in the rest of the file.
22419 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
22420 (flymake-replace-region): Remove unused arg `buffer'.
22421 (flymake-check-patch-master-file-buffer): Update calls to it.
22422 (flymake-add-err-info): Remove unused var `count'.
22423 (flymake-mode): Use define-minor-mode.
22424
22425 * progmodes/flymake.el: Use with-current-buffer.
22426 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
22427 flymake-replace-regexp-in-string, flymake-line-beginning-position)
22428 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
22429 Avoid testing for `xemacs'.
22430 (flymake-nop): Move.
22431 (flymake-region-has-flymake-overlays): Return the computed value.
22432 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
22433 Remove unused var `endline'.
22434 (flymake-get-line-count): Remove unused function.
22435 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
22436
22437 * emulation/vi.el:
22438 * generic.el:
22439 * hilit-chg.el (global-highlight-changes):
22440 * hi-lock.el (hi-lock-mode):
22441 * follow.el: find-file-hooks -> find-file-hook.
22442
22443 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
22444
22445 2005-03-24 Juri Linkov <juri@jurta.org>
22446
22447 * dired.el (dired-mode-map): Add menu item "Compare directories"
22448 for dired-compare-directories.
22449
22450 * dired-aux.el (dired-compare-directories): Add autoload cookie.
22451 Doc fix. Replace `read-file-name' with `read-directory-name'.
22452
22453 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22454
22455 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
22456
22457 2005-03-24 Jay Belanger <belanger@truman.edu>
22458
22459 * calc/calc-embed.el (calc-embedded-mode-change): Save all
22460 relevant mode settings in calc-embedded-original-modes when modes
22461 are permanently changed.
22462
22463 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22464
22465 * autoinsert.el: find-file-hooks -> find-file-hook.
22466
22467 2005-03-24 Lute Kamstra <lute@gnu.org>
22468
22469 * generic.el (generic-font-lock-defaults): Make it obsolete.
22470 (generic-font-lock-keywords): New variable to replace
22471 generic-font-lock-defaults.
22472 (generic-mode-set-font-lock): Delete it.
22473 (generic-mode-internal): Don't call generic-mode-set-font-lock.
22474 (generic-bracket-support): Add docstring.
22475
22476 * generic-x.el: Rename generic-font-lock-defaults to
22477 generic-font-lock-keywords throughout.
22478 (mailagent-rules-setup-function): Delete it.
22479 (mailagent-rules-generic-mode): Use anonymous function instead.
22480 (show-tabs-generic-mode-font-lock-defaults-1)
22481 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
22482 Quote faces.
22483 (show-tabs-tab-face, show-tabs-space-face): Specify background,
22484 not foreground.
22485
22486 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
22487 Recognize define-generic-mode.
22488
22489 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
22490
22491 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
22492 if there's no completion table.
22493
22494 2005-03-23 Miles Bader <miles@gnu.org>
22495
22496 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22497 Remove tty-specific variants, as they're no longer needed.
22498
22499 2005-03-23 Lute Kamstra <lute@gnu.org>
22500
22501 * generic-x.el: Code cleanup: make args constant whenever possible.
22502 (installshield-statement-keyword-list)
22503 (installshield-system-functions-list)
22504 (installshield-system-variables-list, installshield-types-list)
22505 (installshield-funarg-constants-list): Make them constants.
22506
22507 * generic.el (generic-make-keywords-list): Add autoload cookie.
22508
22509 * calendar/time-date.el: Add comment on time value formats.
22510 Don't require parse-time.
22511 (with-decoded-time-value): New macro.
22512 (encode-time-value): New function.
22513 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22514 (days-to-time): Return a valid time value when arg is huge.
22515 (time-since): Use time-subtract.
22516 (time-to-number-of-days): Use time-to-seconds.
22517
22518 2005-03-23 David Ponce <david@dponce.com>
22519
22520 * recentf.el (recentf-keep): New option.
22521 (recentf-menu-action): Default to `find-file'.
22522 (recentf-keep-non-readable-files-flag)
22523 (recentf-keep-non-readable-files-p)
22524 (recentf-file-readable-p, recentf-find-file)
22525 (recentf-cleanup-remote): Remove.
22526 (recentf-include-p): More robust.
22527 (recentf-keep-p): New function.
22528 (recentf-remove-if-non-kept): Rename from
22529 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
22530 All callers updated.
22531 (recentf-menu-items-for-commands): Fix help string.
22532 (recentf-track-closed-file): Update. Doc fix.
22533 (recentf-cleanup): Update. Count removed files. Doc fix.
22534
22535 2005-03-23 Kim F. Storm <storm@cua.dk>
22536
22537 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22538 Don't inherit from fringe face (now happens automatically).
22539
22540 2005-03-22 Kim F. Storm <storm@cua.dk>
22541
22542 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
22543 position values.
22544
22545 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
22546
22547 * menu-bar.el (showhide-date-time): Remove.
22548 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
22549 (menu-bar-make-mm-toggle): Simplify.
22550
22551 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22552
22553 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
22554 Accept qualified variable and function names.
22555
22556 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
22557
22558 * bindings.el (completion-ignored-extensions):
22559 Remove ".lis" for `vax-vms'.
22560
22561 2005-03-22 Andreas Schwab <schwab@suse.de>
22562
22563 * generic-x.el: Revert last change.
22564 * ldefs-boot.el: Update.
22565
22566 2005-03-22 Jay Belanger <belanger@truman.edu>
22567
22568 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
22569 (calc-embedded-save-original-modes)
22570 (calc-embedded-restore-original-modes): New functions.
22571 (calc-do-embedded): Save original modes when entering embedded mode
22572 and restore when leaving embedded mode.
22573 (calc-embedded-modes-change): Change the value of
22574 calc-embedded-original-modes to reflect permanent changes.
22575
22576 2005-03-22 Lute Kamstra <lute@gnu.org>
22577
22578 * generic-x.el: Require generic again.
22579
22580 2005-03-22 Miles Bader <miles@gnu.org>
22581
22582 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22583 Tweak details to look good on both ttys and bitmap displays, light
22584 or dark background, etc.
22585
22586 2005-03-21 Kim F. Storm <storm@cua.dk>
22587
22588 * tooltip.el (tooltip-show-help-function): Check car and cdr of
22589 mouse position.
22590
22591 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
22592
22593 * icomplete.el: Don't forcibly turn on the mode upon load.
22594 (icomplete-mode): Use define-minor-mode.
22595 (icomplete-eoinput): Default to nil.
22596 (icomplete-minibuffer-setup): Remove autoload.
22597 (icomplete-tidy): Simplify.
22598 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
22599 in the initial state or if the user has modified the field.
22600 Fix handling of icomplete-max-delay-chars.
22601 Remove code that handles the oddball case where
22602 minibuffer-completion-table is an integer.
22603 Wrap icomplete-completions in while-no-input in case building
22604 completions takes more time than expected.
22605 (icomplete-completions): Simplify.
22606
22607 2005-03-21 Richard M. Stallman <rms@gnu.org>
22608
22609 * jka-compr.el (jka-compr-really-do-compress):
22610 Make variable buffer-local.
22611
22612 * image-mode.el: Handle .xpm files too.
22613 (image-toggle-display): Preserve modification flag.
22614
22615 * help.el (where-is): Don't mention aliases with no key bindings.
22616
22617 2005-03-21 Lute Kamstra <lute@gnu.org>
22618
22619 * generic.el: Fix commentary section. Don't require cl for
22620 compilation.
22621 (generic-mode-list): Add autoload cookie.
22622 (generic-use-find-file-hook, generic-lines-to-scan)
22623 (generic-find-file-regexp, generic-ignore-files-regexp)
22624 (generic-mode, generic-mode-find-file-hook)
22625 (generic-mode-ini-file-find-file-hook): Fix docstrings.
22626 (define-generic-mode): Make it a defmacro. Fix docstring.
22627 (generic-mode-internal): Code cleanup. Add autoload cookie.
22628 (generic-mode-set-comments): Code cleanup.
22629 * generic-x.el: Don't prevent compilation. Don't require generic.
22630 Follow coding conventions. Minor code cleanup.
22631 (etc-fstab-generic-mode): Add some keywords.
22632 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
22633 define-generic-mode like a function declaration.
22634
22635 2005-03-21 Jay Belanger <belanger@truman.edu>
22636
22637 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
22638 changing modes.
22639
22640 2005-03-21 Sam Steingold <sds@gnu.org>
22641
22642 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
22643
22644 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
22645
22646 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
22647 Add underscore to "f$ lexicals" regexp.
22648
22649 2005-03-20 Juri Linkov <juri@jurta.org>
22650
22651 * subr.el (progress-reporter-do-update): When `min-value' is equal
22652 to `max-value', set `percentage' to 0 and prevent division by zero.
22653
22654 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
22655
22656 Sync with Tramp 2.0.48.
22657
22658 * net/tramp.el (all): Change all addresses to .gnu.org.
22659 (tramp-append-tramp-buffers): New defun.
22660 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
22661 Catch `dont-send' signal.
22662 (tramp-set-auto-save-file-modes): Set always permissions, because
22663 there might be an old auto-saved file belonging to another
22664 original file. This could be a security threat. Reported by
22665 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
22666 Check for Emacs 21.3.50 removed.
22667
22668 * net/tramp-smb.el (all): Remove debug construct for
22669 `with-parsed-tramp-file-name'.
22670 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
22671 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
22672 No error message if DIRECTORY or FILENAME doesn't exist.
22673 (tramp-smb-open-connection): Check existence of
22674 `tramp-smb-program'.
22675
22676 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
22677
22678 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
22679 Properly handle the case where the `m' or `s' command's argument is not
22680 yet terminated.
22681 (perl-indent-new-calculate): New function.
22682 (perl-indent-line): Use it.
22683
22684 2005-03-20 Miles Bader <miles@gnu.org>
22685
22686 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
22687 in text-mode too. Change to new face names.
22688 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
22689 Add `:weight bold' attribute.
22690 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
22691
22692 2005-03-19 Juri Linkov <juri@jurta.org>
22693
22694 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
22695
22696 * international/mule.el (auto-coding-alist): Sync with
22697 `auto-mode-alist' by adding upper case archive file extensions
22698 and adding ear/war to jar extension.
22699
22700 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
22701
22702 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
22703 running, restart it.
22704
22705 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
22706
22707 * finder.el (finder-current-item): Throw an error on an empty line.
22708
22709 * man.el (Man-follow-manual-reference): If current-word returns
22710 nil, use "".
22711
22712 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
22713
22714 * simple.el (goto-line): Doc fix.
22715
22716 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
22717
22718 * files.el (save-buffer): Doc fix.
22719
22720 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
22721
22722 * recentf.el (recentf-cleanup-remote): New variable.
22723 (recentf-cleanup): Use it to conditionally check availability of
22724 remote files.
22725
22726 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
22727
22728 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
22729 function names.
22730
22731 2005-03-19 Eli Zaretskii <eliz@gnu.org>
22732
22733 * language/thai-word.el: New file.
22734
22735 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22736
22737 * files.el (backup-buffer): If the file's directory is not
22738 writable, use copy instead of move to backup the file.
22739
22740 2005-03-19 Eli Zaretskii <eliz@gnu.org>
22741
22742 * obsolete/keyswap.el: Moved to obsolete/ from term/.
22743
22744 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22745
22746 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
22747 Use functionp instead of symbolp and fboundp. Reported by Drkm
22748 <darkman_spam@yahoo.fr>.
22749 (ps-print-version): New version 6.6.6.
22750
22751 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
22752
22753 * textmodes/table.el (table--line-column-position): New idiom.
22754 (table--row-column-insertion-point-p): New function to test
22755 validity of row and column insertion operation at a location.
22756 (table-global-menu, table-cell-menu): Use above functions for
22757 deterministic test operation.
22758 (table--editable-cell-p): Behave in deterministic fashion.
22759
22760 2005-03-18 Juri Linkov <juri@jurta.org>
22761
22762 * isearch.el (isearch-lazy-highlight-new-loop):
22763 Make arguments beg and end optional.
22764 (isearch-update): Remove optional arguments nil from
22765 isearch-lazy-highlight-new-loop.
22766 (isearch-lazy-highlight-search): Let-bind case-fold-search to
22767 isearch-lazy-highlight-case-fold-search instead of
22768 isearch-case-fold-search, and let-bind isearch-regexp to
22769 isearch-lazy-highlight-regexp.
22770 Use isearch-lazy-highlight-last-string instead of isearch-string.
22771
22772 * replace.el (perform-replace): Remove bindings of global
22773 variables isearch-string, isearch-regexp, isearch-case-fold-search.
22774 Add three new arguments to `replace-highlight'.
22775 (replace-highlight): Add arguments string, regexp, case-fold.
22776 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
22777 to allow isearch-lazy-highlight-new-loop to use these values
22778 to set corresponding isearch-lazy-highlight-* internal
22779 variables whose values lazy highlighting will use regardless of
22780 changes to global variables isearch-string, isearch-regexp,
22781 isearch-case-fold-search during lazy highlighting loop.
22782 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
22783 to `lazy-highlight-cleanup'.
22784
22785 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
22786 (ispell-highlight-face): Set default face to `isearch' when
22787 lazy highlighting is enabled.
22788 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
22789 priority to 1. Add lazy highlighting.
22790 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
22791 from `isearch-dehighlight'.
22792
22793 2005-03-18 David Ponce <david@dponce.com>
22794
22795 * files.el (hack-local-variables): Do a case-insensitive search
22796 for End.
22797
22798 2005-03-18 Juri Linkov <juri@jurta.org>
22799
22800 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
22801 `isearch-lazy-highlight-cleanup', add alias to old name and
22802 declare obsolete. Add release numbers to other obsolete vars.
22803 (isearch-done, isearch-lazy-highlight-new-loop):
22804 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
22805 (lazy-highlight-cleanup) <variable>: Doc fix.
22806 (isearch-lazy-highlight-update): Rename obsolete
22807 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
22808
22809 2005-03-18 Kenichi Handa <handa@m17n.org>
22810
22811 * language/thai-util.el: Fix categorization of Thai characters in
22812 thai-category-table.
22813 (thai-composition-pattern): Adjust it for the above change.
22814 (thai-self-insert-command, thai-compose-syllable): New functions.
22815 (thai-compose-region): Use thai-compose-syllable.
22816 (thai-compose-string): Likewise.
22817 (thai-composition-function): Likewise.
22818 (thai-auto-composition): New function.
22819 (thai-auto-composition-mode): New minor mode.
22820
22821 * language/thai.el: Fix patterns to be registered in
22822 composition-function-table.
22823
22824 * international/quail.el (quail-input-method): Locally bind
22825 inhibit-modification-hooks to t.
22826
22827 2005-03-17 Richard M. Stallman <rms@gnu.org>
22828
22829 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
22830 (perl-mode): Use run-mode-hooks.
22831
22832 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
22833 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
22834 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
22835
22836 * mail/sendmail.el (sendmail-send-it): Reenable the code
22837 to compute resend-to-address and use it.
22838
22839 * tar-mode.el (tar-mode): Turn off undo unconditionally.
22840
22841 * image-mode.el: New file.
22842
22843 * image.el (insert-sliced-image): Add autoload cookie.
22844
22845 * font-lock.el (font-lock-lines-before): New user option.
22846 (font-lock-after-change-function): Obey it.
22847
22848 * bindings.el (esc-map): Make M-g a prefix.
22849 Bind M-g g and M-g M-g to goto-line.
22850
22851 * faces.el (face-id): Doc fix.
22852
22853 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22854
22855 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
22856 (rmail-show-message): Use rmail-unknown-mail-followup-to.
22857 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
22858
22859 * mail/sendmail.el (mail-yank-ignored-headers)
22860 (mail-font-lock-keywords, mail-mode-fill-paragraph):
22861 Add Mail-Followup-To and Mail-Reply-To headers.
22862 (mail-citation-hook): Add autoload cookie.
22863 (mail-mode): Doc fix.
22864 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
22865 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
22866 (mail-mode-fill-paragraph): Handle those headers.
22867 (mail-mailing-lists): New variable.
22868 (mail-mail-reply-to, mail-mail-followup-to): New functions.
22869
22870 2005-03-17 Juri Linkov <juri@jurta.org>
22871
22872 * isearch.el (isearch-fallback): Check for `(car previous)'
22873 before calling `isearch-other-end-state'.
22874
22875 2005-03-17 Kim F. Storm <storm@cua.dk>
22876
22877 * simple.el (move-beginning-of-line): Move to beginning of buffer
22878 line, as well as beginning of screen line.
22879
22880 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
22881
22882 * calendar/diary-lib.el (mark-diary-entries): Use new optional
22883 argument REDRAW rather than calendar-redrawing variable.
22884 * calendar/calendar.el (calendar-redrawing): Delete.
22885 (redraw-calendar): Do not bind calendar-redrawing.
22886
22887 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
22888
22889 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
22890 diary-file buffer.
22891
22892 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
22893
22894 * help.el (describe-mode): Allow a :minor-mode-function property to
22895 specify a different minor mode toggle function than the variable.
22896 * simple.el (auto-fill-function):
22897 * subr.el (add-minor-mode): Use it.
22898
22899 2005-03-16 Kenichi Handa <handa@m17n.org>
22900
22901 * language/ethio-util.el (sera-being-called-by-w3): New variable.
22902 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
22903 (ethio-fidel-to-sera-buffer): Likewise.
22904
22905 2005-03-16 Juri Linkov <juri@jurta.org>
22906
22907 * emacs-lisp/find-func.el (find-function-regexp):
22908 Add defun-emitting macro `menu-bar-make-toggle'.
22909
22910 * isearch.el: Put `isearch-scroll' property to
22911 `split-window-horizontally'.
22912
22913 * info.el: Update error messages for `debug-ignored-errors'.
22914 (Info-isearch-search): Doc fix.
22915 (Info-find-node): Move up code to go into info buffer before
22916 recording the node to the history.
22917 (Info-fontify-node): Fontify titles only if the next line
22918 has two or more `*', `=', `-', `.'.
22919 Display "go to this node" for empty (match-string 3).
22920
22921 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22922
22923 * term/mac-win.el: Add mouse pointer shape constants.
22924
22925 2005-03-15 Kim F. Storm <storm@cua.dk>
22926
22927 * simple.el (move-beginning-of-line): Use vertical-motion.
22928
22929 2005-03-15 Juri Linkov <juri@jurta.org>
22930
22931 * isearch.el (isearch-error): New variable.
22932 (isearch-invalid-regexp, isearch-within-brackets): Remove.
22933 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
22934 (isearch-within-brackets-state): Remove.
22935 (isearch-case-fold-search-state, isearch-pop-fun-state):
22936 Decrease frame index.
22937 (isearch-mode, isearch-top-state, isearch-push-state)
22938 (isearch-edit-string, isearch-abort, isearch-search-and-update)
22939 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
22940 (isearch-search, isearch-lazy-highlight-new-loop):
22941 Replace `isearch-invalid-regexp' with `isearch-error'.
22942 Remove `isearch-within-brackets'.
22943 (isearch-search): Add `search-failed' handler to `condition-case'.
22944 (isearch-lazy-highlight-search): Add `condition-case' to catch
22945 errors and allow `isearch-lazy-highlight-update' to try
22946 highlighting from the beginning of the window.
22947 (isearch-repeat): Move up code to set isearch-wrapped to t
22948 before calling isearch-wrap-function.
22949
22950 * info.el (Info-isearch-initial-node): New internal variable.
22951 (Info-search): Signal an error in isearch mode when search leaves
22952 the initial node. Signal an error when `bound' is non-nil and
22953 nothing was found in the current subfile.
22954 (Info-isearch-search): Remove `condition-case'.
22955 (Info-isearch-wrap): Don't wrap when search failed during leaving
22956 the initial node. If `Info-isearch-search' is nil, wrap around
22957 the current node.
22958 (Info-isearch-start): New fun.
22959 (Info-mode): Add buffer-local hook `Info-isearch-start' to
22960 `isearch-mode-hook'.
22961
22962 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22963
22964 * simple.el (normal-erase-is-backspace): Set default to t if
22965 running on Mac.
22966
22967 * term/mac-win.el (function-key-map): Sync with x-win.el.
22968
22969 2005-03-15 Kenichi Handa <handa@m17n.org>
22970
22971 * international/mule-cmds.el (locale-language-names): Modify the
22972 format of elements and add more entries.
22973 (locale-preferred-coding-systems): Add more entries.
22974 (set-locale-environment): Adjust for the change of
22975 locale-language-names.
22976
22977 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
22978
22979 * pcvs.el (smerge-ediff): Remove bogus autoload.
22980
22981 2005-03-14 Lute Kamstra <lute@gnu.org>
22982
22983 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
22984 Ignore a `*' at the beginning of a line.
22985
22986 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
22987 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
22988 subr.el.
22989 (dont-compile, eval-when-compile, eval-and-compile): Use declare
22990 to specify indentation.
22991
22992 * generic.el (define-generic-mode): Let generic-mode-list be a
22993 list of strings; test membership with equal.
22994
22995 2005-03-14 Kim F. Storm <storm@cua.dk>
22996
22997 * simple.el (next-line, previous-line): Add optional try-vscroll
22998 arg to recognize interactive use. Pass it on to line-move.
22999 (line-move): Don't perform auto-window-vscroll when defining or
23000 executing keyboard macro to ensure consistent behavior.
23001
23002 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
23003
23004 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
23005
23006 2005-03-13 Lute Kamstra <lute@gnu.org>
23007
23008 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
23009 debugger-setup-buffer so that backtrace marks the frames set to
23010 debug-on-exit and we don't have to do it manually. Set an extra
23011 debug-on-exit for macro's.
23012 (debugger-setup-buffer): Don't mark the top frame manually.
23013
23014 2005-03-12 Lute Kamstra <lute@gnu.org>
23015
23016 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23017 lisp-indent-function throughout.
23018 (with-no-warnings): Set lisp-indent-function property.
23019
23020 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
23021
23022 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
23023 Add entry for backslash.
23024
23025 2005-03-12 Juri Linkov <juri@jurta.org>
23026
23027 * info.el (Info-search): Four fixes for backward search.
23028
23029 2005-03-11 Jay Belanger <belanger@truman.edu>
23030
23031 * calc/calc.el (calc-language-alist): New variable.
23032 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
23033 (calc-embedded-find-modes): Use calc-language-alist instead of
23034 calc-embedded-language-alist.
23035
23036 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23037
23038 * calendar/calendar.el (calendar-redrawing): New internal
23039 variable.
23040 (redraw-calendar): Remove bogus save-excursion from previous
23041 change. Bind calendar-redrawing to t for mark-diary-entries.
23042 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
23043 calendar if that is why we were called.
23044
23045 2005-03-11 Kenichi Handa <handa@m17n.org>
23046
23047 * international/mule.el (make-coding-system): Set property
23048 coding-system-define-form to nil.
23049 (define-coding-system-alias): Likewise.
23050
23051 2005-03-11 Kenichi Handa <handa@m17n.org>
23052
23053 These changes are suggested by Dave Love <fx@gnu.org>.
23054
23055 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
23056 coding: tag.
23057 (adaptive-fill-regexp): Add more bullets.
23058 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
23059 regexps.
23060
23061 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
23062
23063 * help.el (describe-mode): Properly handle non-trivial lighters.
23064 Don't ignore minor modes that are not listed in minor-mode-list.
23065
23066 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
23067 feature ON when the user requests to turn it OFF.
23068
23069 2005-03-10 Lute Kamstra <lute@gnu.org>
23070
23071 * emacs-lisp/debug.el (debug-entry-code): Delete it.
23072 (implement-debug-on-entry): New function to replace debug-entry-code.
23073 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
23074 second argument as the 2005-03-07 change makes it obsolete.
23075 (debug-on-entry, cancel-debug-on-entry): Update call to
23076 debug-on-entry-1.
23077 (debug, debugger-setup-buffer): Comment update.
23078 (debugger-frame-number): Update to work with implement-debug-on-entry.
23079
23080 2005-03-10 Jay Belanger <belanger@truman.edu>
23081
23082 * calc/calc-embed.el (math-ms-args): Declare it.
23083 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
23084 math-ms-args.
23085 (calc-embedded-subst): Use math-multi-subst-rec to substitute
23086 variables.
23087
23088 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
23089
23090 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
23091 Use message-box.
23092
23093 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
23094 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
23095 (tooltip-gud-tips): Simplify.
23096 (tooltip-gud-tips-p): Remove superfluous :set.
23097 (tooltip-gud-modes): Add fortran-mode.
23098 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
23099
23100 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
23101
23102 2005-03-09 Kim F. Storm <storm@cua.dk>
23103
23104 * play/animate.el (animate-place-char): Use forward-line instead
23105 of next-line to improve performance.
23106
23107 2005-03-09 Simon Josefsson <jas@extundo.com>
23108
23109 * net/browse-url.el (browse-url-default-browser): Doc fix.
23110
23111 2005-03-09 Miles Bader <miles@gnu.org>
23112
23113 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
23114 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
23115
23116 2005-03-09 Kenichi Handa <handa@m17n.org>
23117
23118 * international/latin-1.el: Set case and syntax for 255 only if
23119 set-case-syntax-set-multibyte is nil.
23120
23121 * textmodes/ispell.el (ispell-insert-word): New function.
23122 (ispell-word): Use ispell-insert-word to insert a new word.
23123 (ispell-process-line): Likewise.
23124 (ispell-complete-word): Likewise.
23125
23126 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
23127
23128 * calendar/calendar.el (redraw-calendar): Preserve point.
23129 Reported by Matt Hodges <MPHodges@member.fsf.org>.
23130 (calendar-week-start-day): Move after definition of
23131 redraw-calendar. Delete buffer test, since redraw-calendar has
23132 that now.
23133
23134 * calendar/diary-lib.el (mark-diary-entries): Only call
23135 redraw-calendar in the first of any recursive calls.
23136 Reported by Alan Shutko <ats@acm.org>.
23137
23138 2005-03-08 Juri Linkov <juri@jurta.org>
23139
23140 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
23141 (html-horizontal-rule, html-line, html-image, html-checkboxes)
23142 (html-radio-buttons): Add a space before the trailing `/>' where
23143 sgml-xml-mode is non-nil.
23144 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
23145 the subsequent tag of the empty XML tag.
23146 (html-href-anchor): Don't set initial input to "http:".
23147 (html-image): Ask for the image URL and set point inside alt="".
23148 (html-name-anchor): Duplicate the name in the `id' attribute when
23149 sgml-xml-mode is non-nil.
23150 (html-paragraph): Remove \n before <p>.
23151 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
23152 instead of `checked' when sgml-xml-mode is non-nil.
23153
23154 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
23155 Remove 1 space before #RRGGBB to not truncate it on terminal
23156 windows w/o fringes. Remove 1 space between bg and fg examples
23157 to get more space.
23158 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
23159 avoid byte-compile warnings.
23160
23161 * image-file.el (image-file-handler): Put `safe-magic' property to
23162 `image-file-handler'.
23163
23164 * info.el (Info-isearch-search): Emulate word search in
23165 isearching through multiple Info nodes with Info-search.
23166 (Info-isearch-wrap): Allow isearch-word.
23167
23168 2005-03-08 Lute Kamstra <lute@gnu.org>
23169
23170 * emacs-lisp/debug.el (debugger-step-through): Make sure that
23171 stepping into the debugger's code is not possible.
23172 (debugger-jumping-flag): Docstring update.
23173
23174 2005-03-08 Jay Belanger <belanger@truman.edu>
23175
23176 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
23177 embedded mode begins.
23178 (calc-embedded-language-alist): New variable.
23179 (calc-embedded-find-modes): Use calc-embedded-language-alist to
23180 set default language mode.
23181
23182 2005-03-08 Kenichi Handa <handa@m17n.org>
23183
23184 * international/ccl.el (define-ccl-program): Fix docstring about
23185 extra 256 bytes assured for the output buffer.
23186
23187 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23188 Fix BUFFER_MAGNIFICATION to 2.
23189 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23190
23191 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
23192
23193 * align.el (align-rules-list): Added an alignment rule for CSS
23194 declarations (applies to css-mode and html-mode buffers).
23195
23196 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
23197
23198 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
23199
23200 2005-03-07 Kim F. Storm <storm@cua.dk>
23201
23202 * simple.el (move-beginning-of-line): New command.
23203
23204 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
23205
23206 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
23207
23208 * emulation/cua-base.el: Put CUA move property on move-end-of-line
23209 and move-beginning-of-line.
23210
23211 * apropos.el (apropos-print): Omit command from M-x ... RET.
23212
23213 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
23214
23215 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
23216 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
23217
23218 2005-03-06 Richard M. Stallman <rms@gnu.org>
23219
23220 * bindings.el (esc-map): Bind M-g to goto-line.
23221
23222 * facemenu.el (global-map): Bind M-o, not M-g.
23223
23224 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23225
23226 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
23227 "Open Directory" as for "Open File".
23228
23229 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
23230
23231 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
23232 (push-mark-command): Run activate-mark-hook.
23233
23234 2005-03-06 Richard M. Stallman <rms@gnu.org>
23235
23236 * help-mode.el (help-mode-finish): Don't alter the element
23237 in view-return-to-alist if there already is one.
23238
23239 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
23240 make sure the current buffer is the expected one.
23241
23242 * novice.el (disabled-command-function): Output in *Disabled Command*.
23243 Explicitly ignore non-keyboard events, and explicitly handle C-g.
23244
23245 * textmodes/flyspell.el (flyspell-large-region):
23246 Pass args differently for aspell.
23247
23248 * files.el (mode-require-final-newline): Doc fix.
23249
23250 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23251
23252 * progmodes/which-func.el (which-function):
23253 Specify NOERROR when calling imenu--make-index-alist.
23254
23255 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
23256
23257 * simple.el (normal-erase-is-backspace): Define default value.
23258
23259 * custom.el (custom-theme-set-variables): Remove unused var
23260 `immediate'.
23261 (custom-reevaluate-setting): Simple function to handle variables
23262 that are defined before their default value can really be
23263 computed.
23264
23265 * startup.el (command-line): Use it for temporary-file-directory,
23266 small-emporary-file-directory, auto-save-file-name-transforms,
23267 blink-cursor-mode, and normal-erase-is-backspace.
23268
23269 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
23270 progress, even with buggy anchored keywords.
23271
23272 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
23273
23274 * simple.el (goto-line): Remove unbalanced final parenthesis.
23275
23276 2005-03-05 Richard M. Stallman <rms@gnu.org>
23277
23278 * simple.el (goto-line): Use a number at point as the default.
23279 With C-u as arg, switch buffers.
23280
23281 2005-03-05 Juri Linkov <juri@jurta.org>
23282
23283 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
23284 with `no-blinking-cursor'.
23285
23286 * startup.el (no-blinking-cursor): New defvar.
23287 (command-line): Add `--no-blinking-cursor' to longopts.
23288 Set `no-blinking-cursor' to t for command line arguments
23289 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
23290 with `no-blinking-cursor' in the condition for calling
23291 `blink-cursor-mode'.
23292
23293 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
23294
23295 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
23296 (menu-bar-options-save): Add blink-cursor-mode.
23297 (menu-bar-options-menu): Add blink-cursor-mode.
23298
23299 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
23300
23301 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
23302 (icalendar-export-file, icalendar-export-region)
23303 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
23304 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
23305
23306 2005-03-04 Lute Kamstra <lute@gnu.org>
23307
23308 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
23309 (debug-function-list): Ditto.
23310
23311 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
23312
23313 * textmodes/texinfmt.el (texinfo-append-refill):
23314 Redefine the types of line to which @refill
23315 is not appended by replacing a search for `@refill\\|@bye' with
23316 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
23317 itemize@refill' bug and the unfilled long lines bug.
23318 (texinfmt-version): Update number and date.
23319
23320 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
23321
23322 * international/code-pages.el (windows-1250, windows-125[2-8])
23323 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
23324
23325 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
23326
23327 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
23328 bound yet.
23329
23330 2005-03-02 Romain Francoise <romain@orebokech.com>
23331
23332 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
23333 buffer after removing limits.
23334 (ibuffer-pop-filter): Ditto.
23335 Update copyright.
23336
23337 2005-03-02 Miles Bader <miles@gnu.org>
23338
23339 * button.el (make-text-button): If the user doesn't specify a
23340 type, use the default. Rewrite to use `add-text-properties' and
23341 plist functions.
23342
23343 2005-03-01 Lute Kamstra <lute@gnu.org>
23344
23345 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
23346 (debugger-jumping-flag): New var.
23347 (debug-entry-code): Use it.
23348 (debugger-jump): Use debugger-jumping-flag and add
23349 debugger-reenable to post-command-hook.
23350 (debugger-reenable): Use debugger-jumping-flag and remove itself
23351 from post-command-hook.
23352 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
23353 debugger-reenable.
23354
23355 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
23356
23357 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
23358 inclusion of "itemize\\|", which may be unnecessary, is certainly
23359 inelegant, and stops refilling in itemize lists when formatting
23360 Japanese Texinfo files to Info.
23361 Update copyright to 2005.
23362
23363 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
23364
23365 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
23366 of an error if GDB can't find the source file.
23367
23368 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
23369
23370 * calendar/calendar.el (redraw-calendar): Work from any buffer,
23371 not just the calendar.
23372
23373 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
23374 first.
23375 (diary-redraw-calendar): New function.
23376 (make-diary-entry): Add diary-redraw-calendar to local
23377 write-contents-functions. Turn off selective display before
23378 inserting in diary.
23379
23380 2005-03-01 Kim F. Storm <storm@cua.dk>
23381
23382 * emacs-lisp/copyright.el (copyright-fix-years): New command.
23383
23384 2005-03-01 Lute Kamstra <lute@gnu.org>
23385
23386 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
23387 that debug-entry-code can be safely removed from a function while
23388 this code is being evaluated. Revert the 2005-02-27 change as the
23389 new implementation no longer requires it. Make sure that a
23390 function body containing just a string is not mistaken for a docstring.
23391 (debug): Skip one more frame in case of debug on entry.
23392 (debugger-setup-buffer): Delete one more frame line in case of
23393 debug on entry.
23394 (debugger-frame-number): Update to use the new text introduced by
23395 the 1999-11-03 change. Skip one more frame in case of debug on entry.
23396
23397 2005-02-28 Kim F. Storm <storm@cua.dk>
23398
23399 * double.el (double-translate-key): Call force-window-update after
23400 read-event to avoid crash in redisplay.
23401
23402 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
23403
23404 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
23405 (debug): Use it. Move the inhibit-trace earlier.
23406 (debug-entry-code): New const.
23407 (debug-on-entry-1): Use it.
23408
23409 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
23410
23411 * international/utf-16.el (ccl-encode-mule-utf-16le):
23412 Fix BUFFER_MAGNIFICATION to 2.
23413 (ccl-encode-mule-utf-16be): Likewise.
23414
23415 2005-02-28 Kenichi Handa <handa@m17n.org>
23416
23417 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23418 Fix BUFFER_MAGNIFICATION to 4.
23419 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23420
23421 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
23422
23423 * speedbar.el (speedbar-update-flag): Doc fix.
23424 (speedbar-show-info-under-mouse): Give set-mouse-position the right
23425 argument.
23426
23427 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
23428
23429 * reveal.el (reveal-post-command): Don't try to reveal overlays which
23430 have a non-nil `invisible' property but are actually visible.
23431
23432 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
23433 for perldoc sections.
23434 (perl-outline-regexp, perl-outline-level): New var and function.
23435 (perl-mode): Use them.
23436
23437 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
23438
23439 * calendar/diary-lib.el (diary-remind): Discard any mark portion
23440 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
23441
23442 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
23443
23444 * cus-edit.el: Comment change.
23445 (custom-buffer-create-internal): Slightly reword text at top of
23446 Custom buffers. Mention there that saving an option edits the
23447 init file. Add link to Emacs manual node on `custom-file'.
23448 (custom-magic-alist): Rewrite individual State messages to use
23449 capitalized keywords. Doc fix.
23450
23451 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
23452
23453 * calendar/calendar.el (calendar-buffer): Move above
23454 calendar-week-start-day.
23455 (calendar-week-start-day): Doc fix. Add :set function.
23456 (calendar-minimum-window-height): New variable.
23457 (generate-calendar-window): Only resize window if selected-window
23458 is displaying the calendar buffer. Use new variable
23459 calendar-minimum-window-height.
23460 (generate-calendar): Reword error message.
23461 (calendar-mode-map): Bind DEL to scroll-other-window-down.
23462
23463 2005-02-27 Andreas Schwab <schwab@suse.de>
23464
23465 * vc.el (vc-do-command): Don't run command asynchronously when
23466 operating in a remote directory.
23467
23468 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
23469 change from sync with Tramp 2.0.47.
23470
23471 2005-02-27 Richard M. Stallman <rms@gnu.org>
23472
23473 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
23474
23475 * textmodes/flyspell.el (flyspell-mode-on):
23476 Call ispell-change-dictionary only if necessary.
23477
23478 * emacs-lisp/re-builder.el (regexp-builder): New function.
23479
23480 * register.el (describe-register-1): Explicitly handle
23481 yank-excluded-properties = t.
23482
23483 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
23484 (custom-magic-alist): Change the status descriptions again.
23485 (face widget-type): Total rewrite based on `restricted-sexp'
23486 to eliminate the confusing double hiding levels.
23487
23488 * emacs-lisp/debug.el (debug-on-entry-1):
23489 If function body is empty, add nil as body form.
23490
23491 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
23492
23493 * emacs-lisp/trace.el (inhibit-trace): New var.
23494 (trace-make-advice): Use it.
23495
23496 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
23497
23498 2005-02-26 Kim F. Storm <storm@cua.dk>
23499
23500 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
23501 (mouse-on-link-p, mouse-drag-region-1): Use it.
23502
23503 2005-02-25 Lute Kamstra <lute@gnu.org>
23504
23505 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
23506
23507 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
23508
23509 * frame.el (blink-cursor-mode): Add :group keyword.
23510
23511 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
23512
23513 * calendar/icalendar.el (icalendar--decode-isodatetime):
23514 New optional argument DAY-SHIFT.
23515 (icalendar-export-region): Fix coding-system-for-write.
23516 (icalendar--convert-ical-to-diary): Shift end-day of all-day
23517 events by one.
23518
23519 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
23520
23521 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
23522
23523 2005-02-24 Kim F. Storm <storm@cua.dk>
23524
23525 * international/iso-acc.el (iso-accents-compose): Fix crash
23526 during redisplay. Call force-window-update after read-event
23527 and delete-region to signal that window is not accurate.
23528
23529 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
23530
23531 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
23532 Remove unused and inexistent var `inhibit-trace'.
23533 (debugger-mode): Use run-mode-hooks.
23534 (debugger-list-functions): Add buttons; setup xref stack.
23535
23536 2005-02-23 Richard M. Stallman <rms@gnu.org>
23537
23538 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
23539 appointment says it was explicitly made.
23540 (appt-add): Set the 3rd element.
23541 (appt-make-list): Preserve explicit appointments.
23542
23543 * subr.el (find-tag-default): Catch errors in forward-sexp.
23544
23545 2005-02-23 Juri Linkov <juri@jurta.org>
23546
23547 * info.el (Info-isearch-search): New defcustom.
23548 (Info-isearch-search): Call the default isearch function
23549 when Info-isearch-search is nil.
23550 (Info-isearch-wrap): Use variable Info-isearch-search.
23551
23552 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
23553
23554 * cus-edit.el: Comment change.
23555
23556 2005-02-22 Kim F. Storm <storm@cua.dk>
23557
23558 * progmodes/hideif.el (hide-ifdef-use-define-alist):
23559 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
23560
23561 2005-02-22 Simon Josefsson <jas@extundo.com>
23562
23563 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
23564 New variable.
23565 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
23566 Oskarsson" <myrkraverk@users.sourceforget.net>.
23567
23568 2005-02-22 Kim F. Storm <storm@cua.dk>
23569
23570 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
23571 check that window of that event is the selected window.
23572 (mouse-drag-region-1): Compare mouse event window to selected
23573 window before setting point.
23574
23575 * tooltip.el (tooltip-show-help-function): Pass event to
23576 mouse-on-link-p so it can check selected window.
23577
23578 2005-02-22 Kenichi Handa <handa@m17n.org>
23579
23580 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
23581 (ps-mule-show-warning): New function.
23582 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
23583 characters are found.
23584
23585 * ps-print.el (ps-header-footer-string): Return a list of header
23586 and footer strings.
23587
23588 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
23589
23590 * pcvs.el (cvs-retrieve-revision): Fix thinko.
23591
23592 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
23593
23594 * frame.el (blink-cursor-mode): Use define-minor-mode.
23595
23596 * term/mac-win.el (function-key-map): Use char-names more consistently.
23597 (file-name-coding-system): Only set it for MacOS-9. The other case is
23598 already handled in mule-cmds.el (where it also works when mac-win.el
23599 is not used).
23600
23601 2005-02-21 Kenichi Handa <handa@m17n.org>
23602
23603 * international/mule.el (ctext-pre-write-conversion): Always use
23604 " *code-converting-work*" buffer for work.
23605
23606 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
23607
23608 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
23609
23610 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
23611
23612 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
23613
23614 * ses.el (undo-more): Restore defadvice, but only the part that
23615 allows changes outside the restricted area of the buffer.
23616
23617 2005-02-20 Kim F. Storm <storm@cua.dk>
23618
23619 * simple.el (line-move): Add fourth optional arg try-vscroll which
23620 must be set to perform auto-window-vscroll.
23621 When moving backwards and doing auto-window-vscroll, automatically
23622 vscroll to the last part of lines which are taller than the window.
23623 (next-line, previous-line): Set try-vscroll arg on line-move.
23624
23625 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
23626
23627 * replace.el (query-replace, query-replace-regexp)
23628 (replace-string, replace-regexp): When operating on region, make
23629 the minibuffer prompt say so.
23630
23631 * isearch.el (isearch-forward): Document isearch-query-replace and
23632 isearch-query-replace-regexp keybindings.
23633
23634 2005-02-19 Jay Belanger <belanger@truman.edu>
23635
23636 * calc/calc-aent.el (math-read-token): Add local variable.
23637
23638 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
23639 (calc-edit-top): Move declaration to earlier in file.
23640 (calc-edit-macro-repeats): Add local variables.
23641
23642 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
23643 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
23644 calcFunc-tanh.
23645 Adjust integration rule for calcFunc-tan.
23646
23647 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23648
23649 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
23650 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
23651 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
23652 (viper-skip-separators): Bug fix.
23653 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
23654 particular major mode.
23655 (viper-del-backward-char-in-replace): Don't put deleted char on the
23656 kill ring.
23657
23658 * viper-ex.el (viper-color-display-p): New function.
23659 (viper-has-face-support-p): Use viper-color-display-p.
23660
23661 * viper-keym.el (viper-gnus-modifier-map): New keymap.
23662
23663 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
23664
23665 * viper-util.el (viper-glob-unix-files): Fix shell status check.
23666 (viper-file-remote-p): Make equivalent to file-remote-p.
23667
23668 * viper.el (viper-major-mode-modifier-list):
23669 Use viper-gnus-modifier-map.
23670
23671 2005-02-19 David Kastrup <dak@gnu.org>
23672
23673 * subr.el (subregexp-context-p): Fix garbled doc string by adding
23674 quoting.
23675
23676 2005-02-19 Jay Belanger <belanger@truman.edu>
23677
23678 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
23679 Remove extra definitions.
23680 (calc-coth): New function.
23681 (calcFunc-cot): Fix `let'.
23682
23683 2005-02-19 Eli Zaretskii <eliz@gnu.org>
23684
23685 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
23686 the reasons we use "type pc" in these faces.
23687
23688 * button.el (button): Ditto.
23689
23690 2005-02-19 Michael Mauger <mmaug@yahoo.com>
23691
23692 * replace.el (query-replace-read-from): Set the value of
23693 query-replace-from-history-variable to handle the case of an empty
23694 string entered to accept the suggested default.
23695
23696 * net/tramp.el (tramp-file-name-for-operation):
23697 Use dired-call-process instead of dired-call-process-command.
23698
23699 2005-02-19 Jay Belanger <belanger@truman.edu>
23700
23701 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
23702 (math-div-non-trig): New variables.
23703 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
23704 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
23705 (math-combine-prod, math-div-symb-fancy): Add simplifications for
23706 trig expressions.
23707
23708 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
23709
23710 * progmodes/gdb-ui.el (gdb-var-update-handler)
23711 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
23712 for watch expressions,
23713 (gdb-var-create-handler): Don't set speedbar-update-flag.
23714 (gdb-post-prompt): Simplify test for speedbar.
23715
23716 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23717
23718 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
23719 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
23720 we use the syntax table of the correct buffer.
23721 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
23722 Felix Gatzemeier.
23723
23724 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
23725 (ediff-file-remote-p): Make synonymous with file-remote-p.
23726 In all deffaces ediff-*-face-*, use min-colors.
23727
23728 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
23729 ediff-recurse-to-subdirectories.
23730 (ediff-mark-if-equal): Check that the arguments are strings, use
23731 ediff-same-contents (after to Felix Gatzemeier).
23732
23733 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
23734 nil.
23735
23736 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
23737
23738 * log-view.el (log-view-message-re): Fix up Subversion regexp.
23739
23740 2005-02-18 David Kastrup <dak@gnu.org>
23741
23742 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
23743 use `mark-active' when defined.
23744
23745 2005-02-18 Kenichi Handa <handa@m17n.org>
23746
23747 * ps-print.el (ps-font-info-database): New entry
23748 ZapfChancery-MediumItalic with correct font name. Fix font name
23749 of the entry Zapf-Chancery-MediumItalic.
23750
23751 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
23752
23753 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
23754
23755 2005-02-16 Kim F. Storm <storm@cua.dk>
23756
23757 * ido.el (ido-fallback-command): Pass user input to fallback command.
23758
23759 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
23760
23761 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
23762 (gdb-find-file-hook): Add server prefix.
23763
23764 2005-02-16 Richard M. Stallman <rms@gnu.org>
23765
23766 * replace.el (perform-replace): Pass new args to replace-highlight.
23767 (replace-highlight): Take region args,
23768 and pass them to isearch-lazy-highlight-new-loop.
23769
23770 * novice.el (disabled-command-hook): Autoload the defalias
23771 and the make-obsolete-variable call.
23772
23773 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
23774
23775 * isearch.el (isearch-lazy-highlight-start-limit)
23776 (isearch-lazy-highlight-end-limit): New variables limit
23777 the region for highlighting.
23778 (isearch-lazy-highlight-new-loop): New args BEG and END.
23779 (isearch-lazy-highlight-search): Use the new vars.
23780 (isearch-lazy-highlight-update): Likewise.
23781
23782 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
23783
23784 * cus-start.el (all): Use default-boundp.
23785
23786 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
23787
23788 * menu-bar.el (menu-bar-select-frame): Handle current frame.
23789
23790 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
23791
23792 * autorevert.el (auto-revert-stop-on-user-input)
23793 (auto-revert-verbose): Doc fixes.
23794
23795 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
23796
23797 * international/mule-cmds.el (set-locale-environment): Remove call
23798 to set-selection-coding-system on Windows.
23799
23800 2005-02-15 Jay Belanger <belanger@truman.edu>
23801
23802 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
23803 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
23804 calcFunc-coth.
23805 (math-simplify-sqrt): Add simplifications.
23806
23807 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
23808 to list.
23809
23810 * calc/calc-ext.el: Add functions to autoloads.
23811
23812 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
23813 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
23814 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
23815 (math-csc-raw, math-cot-raw): New functions.
23816
23817 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
23818
23819 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
23820 the variable name in a message.
23821
23822 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
23823 calcFunc-csc, calcFunc-cot.
23824
23825 * calc/calcalg2.el: Add derivative and integration rules for
23826 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
23827 calcFunc-csch, calcFunc-coth.
23828 (math-do-integral-methods): Add to checks for when to use
23829 substitutions.
23830
23831 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
23832
23833 2005-02-15 Lute Kamstra <lute@gnu.org>
23834
23835 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23836 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
23837 <monnier@iro.umontreal.ca>
23838 (lisp-outline-level): Improve efficiency. Suggested by David
23839 Kastrup <dak@gnu.org>.
23840
23841 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
23842
23843 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
23844 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
23845 (gdb-set-gud-minor-mode-existing-buffers): New functions.
23846 (gdb-find-file-hook): New hook. Add it to find-file-hook.
23847 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
23848
23849 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
23850
23851 * cus-start.el (all): Comment change.
23852
23853 2005-02-14 Lute Kamstra <lute@gnu.org>
23854
23855 * cus-start.el (all): Check if symbol is void.
23856
23857 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
23858
23859 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
23860 optional argument to \cite.
23861
23862 2005-02-14 Richard M. Stallman <rms@gnu.org>
23863
23864 * cus-edit.el (custom-buffer-create-internal): Update help message.
23865 (custom-magic-alist): Update help messages.
23866
23867 * cus-start.el (all): Allow a var to specify a standard value.
23868
23869 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
23870
23871 * custom.el (custom-theme-set-variables): Handle variable aliases.
23872
23873 * frame.el (blink-cursor-timer): Doc fix.
23874 (blink-cursor): Make it an alias for `blink-cursor-mode' and
23875 declare obsolete.
23876 (blink-cursor-mode): Define with defcustom and use correct
23877 standard expression in that defcustom.
23878 * startup.el (command-line): Adapt to above changes in frame.el.
23879
23880 2005-02-11 Lute Kamstra <lute@gnu.org>
23881
23882 * apropos.el (apropos-score-doc): Prevent division by zero.
23883
23884 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
23885
23886 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
23887 (icalendar--get-event-property-attributes)
23888 (icalendar--get-event-properties)
23889 (icalendar--datetime-to-diary-date): New functions.
23890 (icalendar--split-value): Doc fix.
23891 (icalendar--datetime-to-noneuropean-date)
23892 (icalendar--datetime-to-european-date): New optional argument
23893 SEPARATOR. Return result as a string instead of a list.
23894 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
23895 (icalendar--convert-string-for-export): Rename arg S to STRING.
23896 (icalendar-export-region): Doc fix. Change name of error buffer.
23897 Save output buffer.
23898 (icalendar-import-file): Add blank at end of prompt.
23899 (icalendar-import-buffer): Doc fix. Do not switch to error
23900 buffer. Indicate status in return value.
23901 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
23902 buffer. Save output buffer. Handle exception from recurrence
23903 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
23904 events. Fix problems with weekly all-day events.
23905
23906 2005-02-10 Richard M. Stallman <rms@gnu.org>
23907
23908 * simple.el (eval-expression-print-format):
23909 Avoid warning about edebug-active.
23910
23911 * help.el (help-for-help-internal): Rename from help-for-help.
23912 (help-for-help): Define with defalias.
23913
23914 * font-core.el (font-lock-default-function): Use with-no-warnings.
23915
23916 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
23917
23918 * custom.el (defface): Doc fix.
23919
23920 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
23921
23922 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
23923 width 0" to prevent word wrapping problems.
23924
23925 2005-02-09 Kim F. Storm <storm@cua.dk>
23926
23927 * ido.el (ido-file-extensions-order): New defcustom.
23928 (ido-file-extension-lessp, ido-file-extension-aux)
23929 (ido-file-extension-order): New advanced file ordering.
23930 (ido-file-lessp): New simple file ordering.
23931 (ido-sort-list): Remove.
23932 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
23933 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
23934
23935 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
23936
23937 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
23938 that some versions of grep produce.
23939 (grep-mode-font-lock-keywords): Likewise.
23940
23941 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
23942
23943 * progmodes/gdb-ui.el (gdb-location-list): New variable.
23944 (gdb-cdir): Delete.
23945 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
23946 (gdb-source-info): Treat case when source file is in another
23947 directory properly.
23948 (gdb-get-location): New function.
23949
23950 2005-02-07 Jay Belanger <belanger@truman.edu>
23951
23952 * calc/calc-prog.el (calc-write-parse-table-part)
23953 (calc-fix-token-name): Fix a check for language type.
23954
23955 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
23956
23957 2005-02-07 Andre Spiegel <spiegel@gnu.org>
23958
23959 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
23960 as directory not writable.
23961
23962 2005-02-07 Kim F. Storm <storm@cua.dk>
23963
23964 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
23965 (cua--standard-movement-commands): Remove list.
23966 Instead, set CUA property value to move for movement commands.
23967 (cua-movement-commands): Remove. Users must set CUA prop instead.
23968 (cua--pre-command-handler): Check CUA property.
23969 (cua--init-keymaps): Don't remap undo commands.
23970 (cua-mode): Don't call cua--rectangle-on-off.
23971
23972 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
23973 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
23974 (cua--rect-undo-set-point): New var.
23975 (cua--rectangle-undo-boundary): Setup undo apply entry.
23976 (cua--rect-undo-handler): New function for rectangle undo.
23977 (cua--rect-start-position, cua--rect-end-position): Add.
23978 (cua--rectangle-post-command): Call cua--rectangle-set-corners
23979 for restored rectangle. Set point if cua--rect-undo-set-point.
23980
23981 2005-02-06 Jay Belanger <belanger@truman.edu>
23982
23983 * calc/calc-lang.el (calc-tex-language): Display more information
23984 in messages.
23985
23986 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
23987 in TeX mode.
23988
23989 2005-02-06 Richard M. Stallman <rms@gnu.org>
23990
23991 * emacs-lisp/lisp.el (buffer-end): Doc fix.
23992
23993 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
23994
23995 * net/ldap.el (ldap-search-internal): Support attributes with
23996 optional descriptions separated by a semi-colon, as in
23997 "userCertificate;binary".
23998
23999 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24000
24001 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
24002 isn't a cons (i.e. the version is 0).
24003
24004 2005-02-05 Eli Zaretskii <eliz@gnu.org>
24005
24006 * help.el (help-for-help): Doc fix.
24007
24008 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
24009
24010 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
24011 GDB-Windows on the menu-bar as this works better.
24012
24013 2005-02-04 Jay Belanger <belanger@truman.edu>
24014
24015 * calc/calc-embed.el (calc-embedded-update): Don't put in
24016 unnecessary newlines. Adjust the end of formula marker.
24017
24018 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
24019 (math-latex-parse-two-args): New function.
24020
24021 2005-02-03 Lute Kamstra <lute@gnu.org>
24022
24023 * help-fns.el (help-with-tutorial): Make sure that users cannot
24024 remove the entire text of the tutorial by means of `undo'.
24025
24026 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
24027
24028 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
24029 in recent changes, where the ispell process was repeatedly
24030 killed & restarted.
24031
24032 * international/mule-cmds.el (set-locale-environment): Set file-name
24033 coding system to utf-8 on Darwin systems.
24034 (set-default-coding-systems): Don't set default-file-name-coding-system
24035 on Darwin systems.
24036
24037 2005-02-03 Richard M. Stallman <rms@gnu.org>
24038
24039 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
24040
24041 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
24042
24043 * faces.el (list-faces-display): Add optional argument.
24044
24045 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
24046
24047 * font-core.el (font-lock-default-function): Handle the rare case where
24048 only font-lock-keywords is set.
24049
24050 2005-02-02 Kenichi Handa <handa@m17n.org>
24051
24052 * international/characters.el: Cancel previous change for
24053 I-WITH-DOT-ABOVE and DOTLESS-i.
24054
24055 * international/latin-5.el: Cancel previous change.
24056
24057 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24058
24059 * progmodes/gud.el: Correction to syntax in gud-menu-map.
24060
24061 2005-02-02 Kenichi Handa <handa@m17n.org>
24062
24063 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
24064 DOTLESS-i.
24065
24066 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
24067 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
24068
24069 * case-table.el (get-upcase-table): New function.
24070 (copy-case-table): Copy upcaes table too if non-nil.
24071 (set-case-syntax-delims): Maintain upcase table too.
24072 (set-case-syntax-pair): Likewise.
24073 (set-upcase-syntax, set-downcase-syntax): New functions.
24074 (set-case-syntax): Maintain upcase table too.
24075
24076 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24077
24078 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
24079
24080 * progmodes/gud.el (gud-goto-info): New function.
24081 (gud-tool-bar-map): Use correct icon.
24082
24083 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24084
24085 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
24086 When delegating, order args in the funcall correctly.
24087
24088 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24089
24090 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
24091
24092 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
24093
24094 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
24095 buffer not visiting a file.
24096
24097 2005-01-31 Jay Belanger <belanger@truman.edu>
24098
24099 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
24100 bound on the line with the formula.
24101
24102 2005-01-31 Kim F. Storm <storm@cua.dk>
24103
24104 * ses.el (ses-create-cell-variable-range)
24105 (ses-destroy-cell-variable-range, ses-reset-header-string)
24106 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
24107 (ses-insert-row): Fix format of apply undo entries.
24108
24109 2005-01-31 Jay Belanger <belanger@truman.edu>
24110
24111 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
24112 parts.
24113
24114 * calc/calc-embed.el (calc-embedded-open-formula)
24115 (calc-embedded-close-formula): Ignore matrix environments.
24116
24117 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
24118 TeX mode.
24119
24120 * calc/calc-lang.el (math-function-table, math-oper-table)
24121 (math-variable-table): Adjust the LaTeX portions.
24122
24123 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
24124 (math-latex-ignore-words): New constant.
24125
24126 2005-01-31 Richard M. Stallman <rms@gnu.org>
24127
24128 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
24129 (ispell-local-dictionary): Doc fix.
24130 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
24131 Don't reinitialize at run time. Don't defcustom.
24132 All uses changed to append ispell-local-dictionary-alist,
24133 or check it first.
24134 (ispell-current-dictionary): New variable for dictionary in use.
24135 (ispell-dictionary): Now used only for global default.
24136 (ispell-start-process): Set ispell-current-dictionary,
24137 not ispell-dictionary.
24138 (ispell-change-dictionary): Use this only for setting
24139 user preferences.
24140 (ispell-internal-change-dictionary): New function
24141 to change the current dictionary in use.
24142 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
24143 Use ispell-current-dictionary.
24144 Handle ispell-local-dictionary-overridden.
24145 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
24146
24147 2005-01-31 Jay Belanger <belanger@truman.edu>
24148
24149 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
24150
24151 * calc/calc-ext.el: Add calc-latex-language to autoloads.
24152 (calc-mode-map): Add calc-latex-language.
24153
24154 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
24155 (math-latex-print-frac): New functions.
24156 (math-oper-table, math-function-table, math-variable-table)
24157 (math-complex-format, math-input-filter): Add latex properties.
24158 (calc-set-language): Set math-expr-special-function-mapping.
24159
24160 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
24161 (calc-write-parse-table-part): Add LaTeX support.
24162
24163 * calc/calc.el (calc-language): Adjust docstring.
24164 (calc-set-mode-line): Add LaTeX support.
24165 (math-expr-special-function-mapping): New variable.
24166 (math-tex-ignore-words): Add to list.
24167
24168 * calc/calccomp.el (math-compose-expr, math-compose-rows):
24169 Add LaTeX support.
24170 (math-compose-expr): Add support for special functions.
24171
24172 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
24173
24174 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
24175
24176 * progmodes/gdb-ui.el (gdb-memory-address)
24177 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
24178 (gdb-memory-mode-map, gdb-memory-format-keymap)
24179 (gdb-memory-format-menu, gdb-memory-unit-keymap)
24180 (gdb-memory-unit-menu): New variables for a buffer
24181 that lets the user examine program memory.
24182 (gdb-memory-set-address, gdb-memory-set-repeat-count)
24183 (gdb-memory-format-binary, gdb-memory-format-octal)
24184 (gdb-memory-format-unsigned, gdb-memory-format-signed)
24185 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
24186 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
24187 (gdb-memory-unit-word, gdb-memory-unit-halfword)
24188 (gdb-memory-unit-byte, gdb-memory-unit-menu)
24189 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
24190 (gdb-memory-mode, gdb-memory-buffer-name)
24191 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
24192 New functions for above buffer.
24193
24194 2005-01-30 Richard M. Stallman <rms@gnu.org>
24195
24196 * cus-edit.el (custom-bury-buffer): Function deleted.
24197 (custom-buffer-done-function): Option deleted.
24198 (custom-buffer-done-kill): New replacement option.
24199 (Custom-buffer-done): Call quit-window.
24200 (custom-buffer-create-internal): Update for above changes.
24201
24202 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
24203
24204 * simple.el (undo-ask-before-discard): New var.
24205 (undo-outer-limit-truncate): Implement it.
24206 (undo-extra-outer-limit): Doc update.
24207
24208 2005-01-29 Richard M. Stallman <rms@gnu.org>
24209
24210 * ses.el (undo-more): Delete defadvice.
24211 (ses-begin-change): Doc fix.
24212
24213 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
24214 instead of rebinding C-x u and C-_.
24215
24216 * files.el (normal-backup-enable-predicate): Return nil for files
24217 in /tmp, regardless of temporary-file-directory.
24218
24219 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
24220
24221 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
24222 (open-rectangle, delete-whitespace-rectangle-line)
24223 (clear-rectangle-line): If FILL, pass t instead of FILL
24224 for move-to-column's 2nd arg.
24225
24226 * simple.el (undo): Fix the test for continuing a series of undos.
24227 (undo-more): Set pending-undo-list to t when we reach end.
24228 (pending-undo-list): Move up defvar.
24229
24230 * wid-edit.el (widget-button-click):
24231 Shorten the range of the track-mouse binding.
24232
24233 * comint.el (comint-insert-input): Undo previous changes;
24234 use last-input-event in interactive spec.
24235
24236 2005-01-29 Eli Zaretskii <eliz@gnu.org>
24237
24238 * progmodes/compile.el (compilation-start): Bind buffer-read-only
24239 to nil before invoking call-process. Reset buffer's modified flag
24240 after fontifying it in the no-async branch.
24241
24242 * wid-edit.el (widget-specify-button): If mouse pointer shape
24243 cannot be changed, use mouse face instead.
24244
24245 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
24246
24247 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
24248 (gdb-goto-breakpoint): Make breakpoint handling work on template
24249 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
24250 (gdb-assembler-custom): Update to recognize breakpoint information
24251 added on 2005-01-19.
24252
24253 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
24254
24255 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
24256 (dsssl-mode): Use define-derived-mode.
24257 (scheme-mode-initialize): Remove.
24258 (scheme-mode): Use run-mode-hooks.
24259
24260 * cus-edit.el (customize-group-other-window)
24261 (custom-buffer-create-other-window): Don't override special-display-*.
24262 (custom-mode-map): Make it dense.
24263
24264 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
24265 sets the default value.
24266
24267 2005-01-28 Eli Zaretskii <eliz@gnu.org>
24268
24269 * descr-text.el: Add more keywords.
24270
24271 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
24272
24273 * speedbar.el: Avoid unnecessary use of locate-library.
24274
24275 * international/mule-cmds.el (standard-display-european-internal):
24276 Don't fiddle with latin-1 non-break space any more since it's now
24277 special cased in the C code.
24278 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
24279
24280 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
24281
24282 * cus-start.el (all): Add `undo-outer-limit'.
24283
24284 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24285
24286 * textmodes/bibtex.el (bibtex-format-entry):
24287 Use `bibtex-empty-field-re' only on the text of fields, not on entire
24288 field lines.
24289 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
24290 not on part of a buffer.
24291
24292 2005-01-25 Lute Kamstra <lute@gnu.org>
24293
24294 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
24295 nonempty field text strings like "{letters\\macro{}more letters}".
24296 Clarify docstring.
24297 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
24298 (bibtex-entry-offset, bibtex-parse-association)
24299 (bibtex-parse-field-name): Fix typos in docstrings.
24300 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
24301
24302 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
24303
24304 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
24305 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
24306 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
24307 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
24308
24309 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
24310 isearch minor mode.
24311
24312 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
24313
24314 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
24315
24316 2005-01-24 Lute Kamstra <lute@gnu.org>
24317
24318 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
24319 CASECHARS and NOT-CASECHARS regular expressions of the
24320 "nederlands" and "nederlands8" dictionaries to prevent a "Range
24321 striding over charsets" error.
24322
24323 2005-01-24 Jay Belanger <belanger@truman.edu>
24324
24325 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
24326 display variable name.
24327
24328 2005-01-24 Kenichi Handa <handa@m17n.org>
24329
24330 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
24331 Fix setting of the element of encoded-kbd-iso2022-invocations.
24332
24333 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
24334
24335 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
24336 (gdb-threads-select): Change to also accept mouse events.
24337 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
24338 (gdb-threads-mouse-select): Delete.
24339
24340 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
24341
24342 * files.el (insert-directory): Take care of empty directory,
24343 listed without -a switch.
24344
24345 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
24346
24347 * textmodes/refill.el (refill-post-command-function):
24348 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
24349 to the list of functions that we should be careful not to undo.
24350 (refill-late-fill-paragraph-function): Remove.
24351 (refill-saved-state): New var.
24352 (refill-mode): Use it to save fill-paragraph-function.
24353 Save also the value of auto-fill-function.
24354
24355 * term/w32-win.el: Simplify code.
24356
24357 2005-01-23 Kim F. Storm <storm@cua.dk>
24358
24359 * simple.el (line-move): Adapt to new return value from
24360 pos-visible-in-window-p.
24361
24362 * simple.el (line-move): Fix last change. Check partial
24363 visibility at point rather than at window-start.
24364
24365 2005-01-22 Jason Rumney <jasonr@gnu.org>
24366
24367 * term/w32-win.el (xw-defined-colors): Remove debug-message.
24368
24369 2005-01-22 David Kastrup <dak@gnu.org>
24370
24371 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
24372
24373 2005-01-22 Eli Zaretskii <eliz@gnu.org>
24374
24375 * type-break.el (type-break-mode): Add a test for
24376 type-break-file-name being non-nil.
24377
24378 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
24379
24380 * net/eudc.el (top level): Call (message "") via progn, so that
24381 eudc-options-file is loaded.
24382
24383 2005-01-22 Kim F. Storm <storm@cua.dk>
24384
24385 * simple.el (line-move-1): Rename from line-move.
24386 (line-move): New function that adjusts vscroll for partially
24387 visible rows, and calls line-move-1 otherwise.
24388
24389 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
24390
24391 * pcomplete.el: Define pcomplete-read-event instead of read-event,
24392 since it's not a complete read-event implementation
24393
24394 2005-01-20 Jay Belanger <belanger@truman.edu>
24395
24396 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
24397 for called function.
24398
24399 2005-01-20 Steven Tamm <steventamm@mac.com>
24400
24401 * term/mac-win.el (process-connection-type): Remove.
24402 Controlled now by s/darwin.h:PTY_ITERATION.
24403
24404 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
24405
24406 * window.el (handle-select-window): Don't switch window when we're
24407 in the minibuffer.
24408
24409 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
24410
24411 * subr.el (dotimes-with-progress-reporter): New macro.
24412
24413 * ses.el (ses-dotimes-msg): Remove macro.
24414 Use `dotimes-with-progress-reporter' instead.
24415
24416 2005-01-19 Steven Tamm <steventamm@mac.com>
24417
24418 * term/mac-win.el (process-connection-type): Use new
24419 operating-system-release variable to use ptys on Darwin 7 (OS X
24420 10.3) when using carbon build.
24421
24422 2005-01-19 Jay Belanger <belanger@truman.edu>
24423
24424 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
24425 flags if the last command was a tab or M-tab.
24426
24427 * calc/calc-prog.el (calc-user-define-edit): Put original formula
24428 in formula editing buffer.
24429
24430 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24431
24432 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
24433 breakpoint image symbol in margin.
24434
24435 2005-01-19 Jay Belanger <belanger@truman.edu>
24436
24437 * calc/calc-prog.el (calc-execute-kbd-macro):
24438 Ignore calc-keep-arg-flag.
24439
24440 2005-01-19 Kenichi Handa <handa@m17n.org>
24441
24442 * textmodes/ispell.el (ispell-looking-at): New function.
24443 (ispell-process-line): Use ispell-looking-at to compare the ispell
24444 output and the buffer contents.
24445
24446 2005-01-18 Jay Belanger <belanger@truman.edu>
24447
24448 * calc/calc.el (calc-display-raw): Fix docstring.
24449
24450 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
24451
24452 * simple.el (blink-matching-open): Strip extra info from syntax.
24453
24454 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
24455 funny chars in the end-of-here-doc marker.
24456
24457 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24458
24459 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
24460 that enable/disabled state of breakpoints is shown correctly in
24461 fringe and on ttys.
24462 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
24463 Add breakpoint information as text properties.
24464 (gdb-mouse-toggle-breakpoint):
24465 Rename to gdb-mouse-set-clear-breakpoint.
24466 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
24467 breakpoints in the margin.
24468 (gdb-remove-strings): Simplify.
24469
24470 2005-01-17 Jay Belanger <belanger@truman.edu>
24471
24472 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
24473 erasing buffer.
24474
24475 2005-01-17 Richard M. Stallman <rms@gnu.org>
24476
24477 * progmodes/grep.el (grep-find): Copy from `grep' the condition
24478 for calling grep-compute-defaults.
24479
24480 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
24481 if buffer is empty.
24482
24483 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
24484
24485 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
24486
24487 * hilit-chg.el (highlight-changes-mode): Don't autoload.
24488
24489 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
24490 non-preloaded variables.
24491
24492 2005-01-17 Steven Tamm <steventamm@mac.com>
24493
24494 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
24495 tex-shell cause to force interactivity when using pipes.
24496
24497 2005-01-17 Kim F. Storm <storm@cua.dk>
24498
24499 * simple.el (just-one-space): Make arg optional.
24500
24501 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
24502
24503 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
24504 posn-at-x-y to t to access left-margin.
24505
24506 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
24507
24508 Sync with Tramp 2.0.47.
24509
24510 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
24511 catching keep-date problems in cp/scp operations.
24512 (tramp-handle-copy-file): Don't call `set-file-modes'
24513 unconditionally. Specialized functions should know better what is
24514 necessary. This improves performance a little bit, and the
24515 functions could catch errors with `cp -p' and `scp -p'.
24516 (tramp-do-copy-or-rename-file-via-buffer)
24517 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
24518 when appropriate.
24519 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
24520 Call `set-file-modes' when appropriate.
24521 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
24522 Johnsson <isak@hypergene.com>
24523 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
24524 of both Tramp buffer and debug buffer. Reported by Joakim Verona
24525 <joakim@verona.se>
24526 (tramp-file-name-for-operation): Mark `shell-command' as magic for
24527 Emacs only.
24528
24529 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
24530 `find-file-hooks' and `dired-mode-hook'.
24531 (tramp-minor-mode-map): Respective map. Add remapping for
24532 `compile' and `recompile'.
24533 (tramp-remap-command, tramp-recompile): New defuns.
24534 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
24535 in buffer "*Compilation*". Call the commands asynchronously.
24536
24537 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
24538 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
24539 `shell-command', because it isn't magic in XEmacs. Reported by
24540 Adrian Aichner <adrian@xemacs.org>.
24541
24542 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
24543 `substitute-in-file-name.
24544 (tramp-smb-handle-substitute-in-file-name): New defun.
24545 (tramp-smb-advice-PC-do-completion): Delete advice.
24546
24547 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
24548
24549 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
24550 Fix error in deleting region.
24551
24552 2005-01-15 Richard M. Stallman <rms@gnu.org>
24553
24554 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
24555 In non-temp buffer, switch syntax table temporarily.
24556
24557 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
24558
24559 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
24560
24561 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
24562
24563 * imenu.el (imenu--split-menu): Copy menulist before sorting.
24564 (imenu--generic-function): Use START, not BEG, as pos of definition.
24565
24566 * simple.el (just-one-space): Argument specifies number of spaces.
24567
24568 * simple.el (eval-expression-print-format): Avoid warning
24569 about edebug-active.
24570
24571 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
24572
24573 * progmodes/sh-script.el: Code copied from make-mode.el
24574 with small changes,
24575 (sh-mode-map): Bind C-c C-\.
24576 (sh-backslash-column, sh-backslash-align): New variables.
24577 (sh-backslash-region, sh-append-backslash): New functions.
24578
24579 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
24580
24581 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
24582 (rmail-pop-password, rmail-pop-password-required): Move to
24583 rmail-obsolete group.
24584 (rmail-set-pop-password): Rename to rmail-set-remote-password.
24585 All callers updated.
24586 (rmail-get-pop-password): Rename to rmail-get-remote-password.
24587 Take an argument specifying whether it is POP or IMAP mailbox we
24588 are using. All callers updated.
24589 (rmail-pop-password-error): Rename to
24590 rmail-remote-password-error. Added mailutils-specific error message.
24591 (rmail-movemail-search-path)
24592 (rmail-movemail-variant-in-use): New variables.
24593 (rmail-remote-password, rmail-remote-password-required):
24594 New customization variables.
24595 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
24596 (rmail-parse-url): New function.
24597 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
24598 with GNU mailutils movemail.
24599
24600 2005-01-15 Kevin Ryde <user42@zip.com.au>
24601
24602 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
24603 suffix to space, $ or '$, to correctly position point when going
24604 to @table style constants like DBL_MAX.
24605
24606 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
24607
24608 * type-break.el (type-break-mode, type-break-file-time)
24609 (type-break-file-keystroke-count, type-break-choose-file):
24610 Don't store data in or load data from the file if type-break-file-name
24611 is nil.
24612 (type-break-file-name): Doc update as per the above.
24613
24614 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
24615
24616 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
24617 lookup-key might return nil; handle that.
24618
24619 2005-01-15 Alan Mackenzie <acm@muc.de>
24620
24621 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
24622 rather than the element found, thus enabling the tree to be setcar'd.
24623
24624 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24625
24626 * textmodes/org.el (org-show-following-heading): New option.
24627 (org-show-hierarchy-above): Use `org-show-following-heading'.
24628 (org-cycle): Documentation fix.
24629
24630 * textmodes/org.el (orgtbl-optimized): New option
24631 (orgtbl-mode): New command, a minor mode.
24632 (orgtbl-mode-map): New variable.
24633 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
24634 (orgtbl-error, orgtbl-self-insert-command)
24635 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
24636
24637 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
24638 a local variable in each org-mode buffer.
24639
24640 * textmodes/org.el (org-set-regexps-and-options): Rename from
24641 `org-set-regexps'. Added checking for STARTUP keyword.
24642 (org-get-current-options): Add STARTUP options.
24643 (org-table-insert-row): Make mode intelligent about when
24644 realignment is needed.
24645 (org-self-insert-command, org-delete-backward-char, org-delete-char):
24646 New commands.
24647 (org-enable-table-editor): New default value `optimized'.
24648 (org-table-blank-field): Support blanking regions if active.
24649
24650 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24651
24652 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
24653 if the year is not given.
24654
24655 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
24656 Add new escapes %m and %M, fixed bug with %F by adding
24657 save-match-data.
24658 (reftex-reference): Remove ?. from list of spaces.
24659 (reftex-label-info): Add automatic label prefix recognition.
24660
24661 * textmodes/reftex-index.el (reftex-index-next-phrase):
24662 Add slave parameter to call of `reftex-index-this-phrase'.
24663 (reftex-index-this-phrase): New optional argument.
24664 (reftex-index-region-phrases): Add slave parameter to call of
24665 `reftex-index-this-phrase'.
24666 (reftex-display-index): New argument redo.
24667 (reftex-index-rescan): Add `redo' to arguments of
24668 `reftex-display-index'.
24669 (reftex-index-Rescan, reftex-index-revert)
24670 (reftex-index-switch-index-tag): Add `redo' to arguments of
24671 `reftex-display-index'.
24672 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
24673 indexing. Fix bug with matching is there is a quote before or
24674 after the word.
24675
24676 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
24677 Fix bug when collecting citation keys in lines with comments.
24678 (reftex-citation): Prefix argument no longer rescans the document,
24679 but forces prompting for optional arguments of cite macros.
24680 (reftex-do-citation): Prompting for optional arguments implemented.
24681
24682 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
24683 Add optional arguments to most cite commands.
24684 (reftex-cite-cleanup-optional-args): New option
24685 (reftex-cite-prompt-optional-args): New option.
24686 (reftex-trust-label-prefix): New option.
24687
24688 * textmodes/reftex-toc.el (reftex-toc-find-section):
24689 Add push-mark before changing the position in the buffer.
24690
24691 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
24692 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
24693
24694 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
24695
24696 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
24697 more carefully.
24698
24699 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
24700
24701 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
24702 (sgml-mode): Use it.
24703 (sgml-get-context): Better keep track of implicitly closed tags.
24704
24705 2005-01-13 Kenichi Handa <handa@m17n.org>
24706
24707 * textmodes/ispell.el: These changes are to fix misalignment error
24708 caused by equivalent characters of different Emacs charsets.
24709 (ispell-unified-chars-table): New variable.
24710 (ispell-get-decoded-string): New function.
24711 (ispell-get-casechars, ispell-get-not-casechars)
24712 (ispell-get-otherchars): Call ispell-get-decoded-string.
24713
24714 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
24715
24716 * custom.el (custom-declare-variable): Just put symbol instead
24717 of (defvar . symbol) in `current-load-list'.
24718
24719 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
24720
24721 * emacs-lisp/elint.el: Fixed typo in Commentary section.
24722
24723 2005-01-12 Jay Belanger <belanger@truman.edu>
24724
24725 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
24726 to create a Calc summary.
24727
24728 2005-01-12 Kim F. Storm <storm@cua.dk>
24729
24730 * mouse.el (mouse-on-link-p): Change functionality and doc
24731 string to comply with latest description in lisp ref.
24732
24733 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
24734
24735 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
24736 Enable mouse clicks on mode-line, header-line and margin.
24737 (event-type): Give mouse event symbols an `event-kind' property
24738 with value `mouse-click'.
24739
24740 2005-01-12 Juri Linkov <juri@jurta.org>
24741
24742 * facemenu.el (list-colors-display): Add new arg buffer-name.
24743 Use it. Fix docstring. Replace code for identifying duplicate
24744 colors by the name with call to `list-colors-duplicates' which
24745 identifies duplicate colors by the value unless the color
24746 is one of special Windows colors. Set truncate-lines to t.
24747 Print sorted duplicate color names on each line. Indent to 22
24748 \(the longest color name in rgb.txt) instead of 20. Optimize.
24749 (list-colors-duplicates): New function.
24750 (facemenu-color-name-equal): Delete function.
24751
24752 * facemenu.el (list-colors-print): New function created from code
24753 in list-colors-display. Print #RRGGBB at the window right edge.
24754 (list-colors-display): When temp-buffer-show-function is not
24755 defined, call list-colors-print from temp-buffer-show-hook
24756 to get the right value of window-width in list-colors-print
24757 after the buffer is displayed.
24758
24759 * simple.el (pop-mark): Move deactivate-mark out of conditional
24760 part to deactivate the active mark regardless of the state of the
24761 mark ring.
24762
24763 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
24764 variables line in desktop files.
24765
24766 2005-01-12 Juri Linkov <juri@jurta.org>
24767
24768 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
24769 Bring together isearch highlight related options.
24770 (lazy-highlight): Replace group `replace' by `matching'.
24771 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24772 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24773 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
24774 and declare them obsolete.
24775 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
24776 (isearch-faces): Remove defgroup.
24777 (isearch-overlay, isearch-highlight, isearch-dehighlight):
24778 Move isearch highlighting code closer to lazy highlighting code.
24779
24780 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
24781 (query-replace-highlight, query-replace-lazy-highlight)
24782 (query-replace): Move definitions to the beginning of the file.
24783
24784 2005-01-11 Juri Linkov <juri@jurta.org>
24785
24786 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
24787 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
24788 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
24789
24790 * info.el (Info-history-forward): New variable.
24791 (Info-select-node): Reset Info-history-forward to nil.
24792 (Info-last): Turn into defalias.
24793 (Info-history-back): Rename from Info-last.
24794 Add current node to Info-history-forward.
24795 (Info-history-forward): New fun.
24796 (Info-mode-map): Replace Info-last by Info-history-back.
24797 Bind Info-history-forward to "r".
24798 (Info-mode-menu): Replace Info-last by Info-history-back.
24799 Fix menu item text. Add menu item for Info-history-forward.
24800 (info-tool-bar-map): Replace Info-last by Info-history-back.
24801 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
24802 for Info-history-forward.
24803 (Info-mode): Replace Info-last by Info-history-back in docstring.
24804 Add local variable Info-history-forward.
24805 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
24806
24807 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
24808
24809 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
24810 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
24811 Ignore select-window events rather than fiddle with
24812 mouse-autoselect-window.
24813
24814 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
24815
24816 * type-break.el (type-break-mode): Fix previous change.
24817
24818 2005-01-10 Jay Belanger <belanger@truman.edu>
24819
24820 * calc/calc-ext.el (calc-reset): Reset when inside embedded
24821 calculator; only reset when point is inside a calculator.
24822 Don't adjust the window height if the window takes up the whole height
24823 of the frame.
24824
24825 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
24826
24827 * ebuff-menu.el (Electric-buffer-menu-mode):
24828 Preserve value of buffer-local var header-line-format.
24829
24830 2005-01-09 Jay Belanger <belanger@truman.edu>
24831
24832 * calc/calc.el (calc-mode-var-list-restore-saved-values):
24833 Make sure settings file exists before accessing it.
24834
24835 * calc/calc-embed.el (calc-embedded-subst):
24836 Replace math-multi-subst-rec, which is only supposed to be called
24837 by math-multi-subst, by math-multi-subst.
24838
24839 2005-01-09 Andre Spiegel <spiegel@gnu.org>
24840
24841 * vc.el (vc-allow-async-revert): New user option.
24842 (vc-disable-async-diff): New internal variable.
24843 (vc-revert-buffer): Use them to disable asynchronous diff.
24844
24845 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
24846 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
24847 asynchronously if vc-disable-async-diff is t.
24848
24849 2005-01-09 Jay Belanger <belanger@truman.edu>
24850
24851 * calc/calc.el (defcalcmodevar): New macro.
24852 (calc-mode-var-list-restore-default-values)
24853 (calc-mode-var-list-restore-saved-values): New functions.
24854 (calc-mode-var-list): Use defcalcmodevar to define it.
24855 (calc-always-load-extensions, calc-line-numbering)
24856 (calc-line-breaking, calc-display-just, calc-display-origin)
24857 (calc-number-radix, calc-leading-zeros, calc-group-digits)
24858 (calc-group-char, calc-point-char, calc-frac-format)
24859 (calc-prefer-frac, calc-hms-format, calc-date-format)
24860 (calc-float-format, calc-full-float-format, calc-complex-format)
24861 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
24862 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
24863 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
24864 (calc-matrix-brackets, calc-language, calc-language-option)
24865 (calc-left-label, calc-right-label, calc-word-size)
24866 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
24867 (calc-display-raw, calc-internal-prec, calc-angle-mode)
24868 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
24869 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
24870 (calc-window-height, calc-display-trail, calc-show-selections)
24871 (calc-use-selections, calc-assoc-selections)
24872 (calc-display-working-message, calc-auto-why, calc-timing)
24873 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
24874 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
24875 (calc-gnuplot-default-device, calc-gnuplot-default-output)
24876 (calc-gnuplot-print-device, calc-gnuplot-print-output)
24877 (calc-gnuplot-geometry, calc-graph-default-resolution)
24878 (calc-graph-default-resolution-3d, calc-invocation-macro)
24879 (calc-show-banner): Use defcalcmodevar to declare them and set
24880 their default values.
24881
24882 * calc/calc-ext.el (calc-reset): Restore saved values of variables
24883 instead of default values (but restore default values if there is
24884 an argument of 0).
24885
24886 2005-01-09 David Kastrup <dak@gnu.org>
24887
24888 * desktop.el (desktop-restore-eager): Fix typo in type.
24889
24890 2005-01-08 Richard M. Stallman <rms@gnu.org>
24891
24892 * cus-edit.el (customize): Delete :link.
24893
24894 2005-01-08 Jay Belanger <belanger@truman.edu>
24895
24896 * calc/calc.el (calc-mode): Remove the extension from the
24897 `calc-settings-file' file name when loading it.
24898
24899 2005-01-08 Kim F. Storm <storm@cua.dk>
24900
24901 * info.el (Info-mode-map, Info-next-link-keymap)
24902 (Info-prev-link-keymap, Info-up-link-keymap):
24903 Map follow-link to mouse-face.
24904 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
24905
24906 2005-01-08 Jay Belanger <belanger@truman.edu>
24907
24908 * calc/calc.el (calc-settings-file): Change default value.
24909 Suggested by cgw in a comment in calc-mode.el.
24910
24911 * calc/calc-mode.el (calc-settings-file-name):
24912 Compare calc-settings-file to user-init-file instead of ~/.emacs.
24913 Replace ~/.emacs in a prompt by calc-settings-file.
24914
24915 2005-01-07 Lars Hansen <larsh@math.ku.dk>
24916
24917 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
24918 (desktop-lazy-idle-delay): New customizable variables.
24919 (desktop-buffer-args-list): New variable.
24920 (desktop-append-buffer-args): New function.
24921 (desktop-save): Call desktop-append-buffer-args for some buffers.
24922 (desktop-lazy-create-buffer): New function.
24923 (desktop-idle-create-buffers): New function.
24924 (desktop-read): Add message about buffers to restore lazily.
24925 (desktop-lazy-abort): New command.
24926 (desktop-clear): Call desktop-lazy-abort.
24927 (desktop-lazy-complete): New command.
24928
24929 2005-01-06 Richard M. Stallman <rms@gnu.org>
24930
24931 * emacs-lisp/find-func.el (find-face-definition):
24932 Rename from find-face.
24933
24934 2005-01-06 Kim F. Storm <storm@cua.dk>
24935
24936 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
24937
24938 * man.el (Man-xref-man-page, Man-xref-header-file)
24939 (Man-xref-normal-file): Add follow-link property.
24940
24941 2005-01-06 Jay Belanger <belanger@truman.edu>
24942
24943 * calc/calc-units.el: Make sure the proper macro definitions are
24944 available when compiling.
24945
24946 2005-01-06 Juri Linkov <juri@jurta.org>
24947
24948 * isearch.el (isearch-lazy-highlight-update):
24949 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
24950
24951 2005-01-06 Miles Bader <miles@gnu.org>
24952
24953 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
24954 (isearch-lazy-highlight-face): Use new name.
24955
24956 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
24957
24958 * uniquify.el (uniquify-rationalize-file-buffer-names):
24959 Re-add an interactive spec.
24960 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
24961 to the same name.
24962
24963 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
24964 (isearch-update, isearch-done): Adjust calls accordingly.
24965
24966 2005-01-05 Richard M. Stallman <rms@gnu.org>
24967
24968 * custom.el (custom-set-variables, custom-theme-set-variables):
24969 Clarify documentation.
24970
24971 * emacs-lisp/find-func.el (find-variable)
24972 (find-variable-other-window, find-variable-other-frame):
24973 Fix the TYPE args to find-function-read and find-function-do-it.
24974 (find-function): Doc fix.
24975 (find-function-at-point): Replace function-at-point alias.
24976
24977 2005-01-04 Richard M. Stallman <rms@gnu.org>
24978
24979 * cus-face.el (custom-declare-face):
24980 Record defface in current-load-list.
24981
24982 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
24983
24984 * emacs-lisp/find-func.el: Doc fixes.
24985 (find-face-regexp): New variable.
24986 (find-function-regexp-alist): New variable.
24987 (find-function-C-source): Third arg is now TYPE.
24988 (find-function-search-for-symbol): Handle general TYPE.
24989 (find-function-read, find-function-do-it): Handle general TYPE.
24990 (find-definition-noselect, find-face): New functions.
24991 (function-at-point): Alias deleted.
24992
24993 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
24994
24995 * battery.el (display-battery-mode): Rename from display-battery.
24996 Handle the case where it gets turned off.
24997
24998 2005-01-04 Richard M. Stallman <rms@gnu.org>
24999
25000 * cus-edit.el (customize): Make :link point to user doc.
25001
25002 * man.el (Man-fontify-manpage): Turn off undo generation.
25003
25004 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
25005
25006 2005-01-04 Andreas Schwab <schwab@suse.de>
25007
25008 * files.el (insert-directory): Only look for error lines in
25009 inserted text. Don't move too far after processing --dired markers.
25010
25011 2005-01-04 Richard M. Stallman <rms@gnu.org>
25012
25013 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
25014 Don't expand if the character is @, period, dash, etc.
25015 (define-mail-abbrev): Quote names that contain problem characters.
25016
25017 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
25018
25019 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
25020
25021 2005-01-03 Richard M. Stallman <rms@gnu.org>
25022
25023 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
25024 (query-replace-highlight, query-replace-lazy-highlight)
25025 (query-replace): Definitions moved up. Doc fix.
25026
25027 2005-01-03 Richard M. Stallman <rms@gnu.org>
25028
25029 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
25030 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25031 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25032 (lazy-highlight-face): Rename from isearch-lazy-...
25033 Change all references to them.
25034
25035 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
25036
25037 * cus-edit.el (custom-file): Doc fix for defcustom.
25038 (custom-file): The function no longer sets the variable
25039 `custom-file' to its return value.
25040
25041 * startup.el (command-line): No longer load `custom-file'.
25042
25043 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
25044
25045 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
25046
25047 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
25048 Don't confuse module-prefixed identifiers for labels.
25049 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
25050
25051 2005-01-02 Richard M. Stallman <rms@gnu.org>
25052
25053 * files.el (basic-save-buffer-1): Fix previous change.
25054
25055 * loadhist.el (file-loadhist-lookup): New function.
25056 (file-provides, file-requires): Use it.
25057
25058 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25059 instead of calculating the right size.
25060
25061 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
25062
25063 * vc-svn.el (vc-svn-diff): Stay local if possible.
25064
25065 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
25066
25067 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
25068
25069 * files.el (hack-local-variables): Fix last change.
25070
25071 2005-01-02 Jay Belanger <belanger@truman.edu>
25072
25073 * calc/calc-yank.el (calc-edit-top): New variable.
25074 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
25075 object. Change header properties.
25076 (calc-edit-finish, calc-edit-finish-stack-object)
25077 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
25078 edited object.
25079 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
25080 for the beginning of the edited object.
25081 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
25082 for the beginning of the edited object.
25083 * calc/calc-prog.el (calc-edit-macro-finish-edit)
25084 (calc-finish-formula-edit, calc-macro-repeats)
25085 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
25086 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
25087 beginning of the edited object.
25088 (calc-user-define-edit): Change the header for editing macros.
25089 Remove unnecessary variable.
25090
25091 2005-01-01 Jay Belanger <belanger@truman.edu>
25092
25093 * calc/calc-yank.el (calc-edit-mode): Change default header.
25094 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
25095 * calc/calc-store.el (calc-edit-variable): Change title to match new
25096 header.
25097 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
25098 mode to match new header.
25099 (calc-user-define-edit): Change titles to include names of commands.
25100 (calc-finish-formula-edit): Adjust to handle new header.
25101 (calc-finish-macro-edit): Remove.
25102 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
25103 (calc-edit-macro-command, calc-edit-macro-command-type)
25104 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
25105 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
25106 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
25107 (calc-edit-macro-finish-edit): New functions.
25108 (calc-user-define-edit): Use new functions to edit named calc macros.
25109
25110 2005-01-01 Stefan <monnier@iro.umontreal.ca>
25111
25112 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
25113
25114 * ses.el (copy-region-as-kill): Deactivate mark.
25115
25116 2005-01-01 Richard M. Stallman <rms@gnu.org>
25117
25118 * replace.el (occur-1): If the output buffer is also an input,
25119 don't kill it, rename it.
25120
25121 * faces.el (set-face-background, set-face-foreground): Doc fix.
25122
25123 * cus-face.el (custom-face-attributes): Fix :help-echo strings
25124 for :foreground and :background.
25125
25126 * dired.el (dired-view-command-alist): Variable deleted.
25127 (dired-view-file, dired-mouse-find-file-other-window):
25128 Delete the code to use it.
25129
25130 2005-01-01 Kim F. Storm <storm@cua.dk>
25131
25132 * image.el (insert-sliced-image): Use t for line-height property.
25133
25134 See ChangeLog.11 for earlier changes.
25135
25136 ;; Local Variables:
25137 ;; coding: iso-2022-7bit
25138 ;; End:
25139
25140 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
25141 Copying and distribution of this file, with or without modification,
25142 are permitted provided the copyright notice and this notice are preserved.
25143
25144 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1