]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(display_tool_bar_line): Skip glyphs which are too big
[gnu-emacs] / lisp / ChangeLog
1 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
2
3 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
4 (ada-compile-mouse-goto-error, ada-deactivate-properties)
5 (ada-no-auto-case): Fix typos in docstrings.
6
7 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8
9 * info.el (Info-find-node-2): Search for makeinfo version more
10 carefully.
11
12 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
13
14 * textmodes/org.el (org-prepare-agenda-buffers): Use
15 `invisible-OK' argument for `org-end-of-subtree'.
16 (org-export-cleanup-toc-line): Renamed from
17 `org-html-cleanup-toc-line'.
18 (org-beginning-of-item): Fixed bug in regular expression for white
19 line.
20 (org-export-as-html): Enforce space after bullet in plain list
21 items.
22 (org-set-autofill-regexps): Require space after plain list bullet
23 for paragraph-start.
24 (org-ts-regexp3): New constant.
25 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
26 (org-timestamp-up-day, org-timestamp-down-day)
27 (org-timestamp-change): Work with inactive timestamps.
28 (org-ts-regexp1): Don't allow brackets in time stamps.
29
30 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
31
32 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
33 for ignoring links.
34
35 * faces.el (read-face-name): Use it.
36
37 2006-06-28 Juri Linkov <juri@jurta.org>
38
39 * buff-menu.el (list-buffers-noselect): Compare Info file
40 with the string "dir" to detect Info directory.
41
42 * complete.el (partial-completion-mode): In lambda for
43 `choose-completion-string-functions' use full function signature
44 with 4 args, and move point to the end of the minibuffer only if arg
45 `mini-p' is non-nil.
46
47 2006-06-28 John Paul Wallington <jpw@pobox.com>
48
49 * ibuffer.el (ibuffer-mode): Doc fix.
50
51 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
52
53 * textmodes/org.el (org-context): New contexts :item-bullet,
54 :latex-fragment, :latex-preview.
55 (org-overlays-at, org-overlay-start, org-overlay-end): New
56 compatibility functions.
57 (org-inside-LaTeX-fragment-p): More accurate matching, using the
58 exact regexp that will be used during export.
59 (org-latex-regexps): New variable.
60 (org-cdlatex-mode): Improved advice for `texmathp'.
61 (turn-on-org-cdlatex): New function.
62
63 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
64
65 * term/mac-win.el (mac-handle-font-selection): Change keys of
66 mac-atsu-font-table from strings to numbers.
67 (mac-ts-caret-position): Use also when cursor-type is nil.
68 (mac-ts-update-active-input-area): Add Mac OS Classic support.
69 Relax condition for using overlay strings. Use
70 mac-ts-caret-position face when cursor-type is nil.
71
72 2006-06-26 Kim F. Storm <storm@cua.dk>
73
74 * help.el (view-emacs-news): Declare `res' in the right let* form.
75
76 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
77
78 * net/rcompile.el (remote-compile): Replace ange-ftp based
79 implementation by Tramp functions. Based on a patch published by
80 Marc Abramowitz <msabramo@gmail.com>.
81
82 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
83
84 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
85
86 * international/fontset.el (setup-default-fontset): Fix a typo in
87 the "Oriya-Akruti" registry name.
88
89 2006-06-23 Lars Hansen <larsh@soem.dk>
90
91 * desktop.el (desktop-full-file-name): New function.
92 (desktop-kill, desktop-save, desktop-remove, desktop-read)
93 (desktop-revert): Use it.
94 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
95 (desktop-after-read-hook): Add option list-buffers.
96 (desktop-locals-to-save): Add tab-width.
97 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
98 Fix docstring.
99
100 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
101
102 * textmodes/org.el (org-cdlatex-mode-map)
103 (org-cdlatex-texmathp-advice-is-done): New variables.
104 (org-cdlatex-mode): New minor mode.
105 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
106 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
107 (org-export-with-archived-trees): New option.
108 (org-open-file): Removed the call to `convert-standard-filename'.
109 (org-archive-tag, org-agenda-skip-archived-trees)
110 (org-cycle-open-archived-trees)
111 (org-sparse-tree-open-archived-trees): New options.
112 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
113 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
114 New functions.
115 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
116 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
117 (org-mode-map): Add binding for `org-toggle-archive-tag'.
118 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
119 Call `org-prepare-agenda-buffers'.
120 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
121 (org-file-apps, org-file-apps-defaults-gnu)
122 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
123 Handle remote files by forcing them to be opened in Emacs.
124
125 2006-06-23 Andre Spiegel <spiegel@gnu.org>
126
127 * vc.el (vc-diff-knows-L): New variable.
128 (vc-diff-internal): Use it to handle "diff" programs that don't
129 understand -L. This works automatically, no user action is necessary.
130
131 2006-06-23 Daniel Brockman <daniel@brockman.se>
132
133 * net/rcirc.el (rcirc-default-user-full-name): Default to
134 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
135 longer exists).
136 (rcirc-process-list): Check `buffer-live-p' before attempting to
137 switch to a buffer.
138
139 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
140
141 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
142 based on rcirc-coding-system-alist.
143
144 2006-06-23 Martin Rudalics <rudalics@gmx.at>
145
146 * cus-edit.el (customize-apropos): A better error message.
147 (top level) <debug-ignored-errors>: Extend and update the list of
148 ignored error messages.
149
150 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
151
152 * complete.el (PC-do-completion): Retain capitalization of user
153 input, when possible, even if completion-ignore-case is set.
154
155 2006-06-23 Eli Zaretskii <eliz@gnu.org>
156
157 * generic-x.el (bat-generic-mode): Support .cmd files.
158
159 * dos-w32.el (top level): Use find-file-not-found-functions
160 instead of the obsolete find-file-not-found-hooks.
161
162 2006-06-22 Kim F. Storm <storm@cua.dk>
163
164 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
165 to recognize mode name containing submodes, such as Grep/lw.
166
167 2006-06-21 Kim F. Storm <storm@cua.dk>
168
169 * simple.el (line-move-1): Check for move-end-of-line instead of
170 end-of-line when setting temporary-goal-column.
171
172 2006-06-21 Miles Bader <miles@gnu.org>
173
174 * play/cookie1.el (cookie): Work properly when there's only one entry.
175
176 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
177
178 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
179 (gdb-frame-handler): Generalize frame regexp for templates.
180
181 2006-06-20 Glenn Morris <rgm@gnu.org>
182
183 * calendar/appt.el (appt-display-format): Default value must be
184 one of the customize options.
185
186 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
187
188 * term/xterm.el (terminal-init-xterm): Update key availability info.
189 Bind C-return.
190
191 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
192
193 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
194
195 * files.el (hack-local-variables): Run `hack-local-variables-hook'
196 whether or not a local variables list is defined.
197
198 * msb.el (msb): Move `sit-for' hack here to handle both
199 "mouse-down and drag" and "mouse-up and select" situations.
200 (mouse-select-buffer): Move `sit-for' hack to `msb'.
201
202 2006-06-20 Kenichi Handa <handa@m17n.org>
203
204 * international/characters.el (word-combining-categories):
205 Add entries for 2-byte Han characters.
206
207 2006-06-19 Richard Stallman <rms@gnu.org>
208
209 * bindings.el (mode-line-format): Save some mode line space.
210
211 * files.el (find-file-noselect): Improve the question wording.
212 (basic-save-buffer-2): Mask UMASK against 666.
213
214 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
215 (mouse-drag-vertical-line): Call it.
216
217 * cus-edit.el (customize-option, customize-option-other-window):
218 Error if SYMBOL is nil.
219
220 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
221
222 * textmodes/org.el: Require noutline, also on XEmacs.
223 (org-end-of-subtree): Return point.
224 (org-dblock-start-re, org-dblock-end-re): New constants.
225 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
226 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
227 (org-update-all-dblocks, org-find-dblock): New functions.
228 (org-collect-clock-time-entries): New function.
229 (org-html-handle-time-stamps): Never export CLOCK timeranges.
230 (org-fixup-indentation): Modified to deal correctly with lines
231 starting with TAB. Only one argument DIFF now.
232 (org-demote, org-promote): Call `org-fixup-indentation' with just
233 one argument, DIFF.
234 (org-mode): Don't mark buffer as modified when aligning tables.
235 (org-clock-sum): Don't mark buffer modified when adding time sum
236 properties.
237 (org-export-as-html): Added support for a link validation function.
238 (org-archive-all-done): New function.
239 (org-archive-subtree): New prefix argument. When set, archive all
240 done subtrees in this buffer.
241 (org-remove-clock-overlays)
242 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
243 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
244 (org-put-clock-overlay): Don't swallow last headline character
245 when displaying overlay.
246 (org-store-link): Link to `image-mode' with just the file name.
247
248 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
249
250 * viper-cmd.el (viper-special-read-and-insert-char):
251 Use read-key-sequence.
252 (viper-after-change-undo-hook): Misc enhancements.
253 (viper-after-change-undo-hook): New hook.
254 (viper-undo): Use viper-after-change-undo-hook.
255 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
256 (viper-next-line-at-bol): If point is on a widget or a button, simulate
257 clicking on that widget/button.
258
259 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
260
261 * ediff-diff (ediff-test-patch-utility): Catch errors.
262 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
263 (ediff-set-actual-diff-options): New function.
264 (ediff-reset-diff-options, ediff-toggle-ignore-case):
265 Use ediff-set-actual-diff-options.
266 (ediff-extract-diffs): Catch errors.
267 (ediff-whitespace): Add non-breakable space.
268 (ediff-same-file-contents): Catch errors.
269
270 * ediff-mult.el (ediff-collect-custom-diffs):
271 Save coding-system-for-read.
272
273 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
274 (ediff-vc-internal, ediff-vc-merge-internal):
275 Use ediff-delete-version-file.
276 (ediff-delete-version-file): New function.
277
278 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
279
280 * ediff.el (ediff-directories, ediff-directory-revisions)
281 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
282 (ediff-directories-internal, ediff-merge-directory-revisions)
283 (ediff-merge-directory-revisions-with-ancestor)
284 (ediff-directories3): Use read-directory-name.
285
286 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
287
288 * textmodes/tex-mode.el (tex-font-lock-match-suscript): Remove
289 superfluous part of regexp for brace matching which is handled by
290 `scan-lists' call.
291
292 2006-06-16 Richard Stallman <rms@gnu.org>
293
294 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
295
296 * files.el (basic-save-buffer-2): For a new precious file,
297 use the default modes in the return value.
298
299 * facemenu.el (facemenu-color-alist): Doc fix.
300
301 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
302
303 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
304
305 * cus-start.el (all): Add mac-ts-script-language-on-focus.
306
307 * term/mac-win.el (mac-text-encoding-ascii): New constant.
308 (mac-utxt-to-string): Use it.
309 (mac-ts-update-active-input-area): Use mac-ae-number.
310
311 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
312
313 * term.el (term-handle-scroll, term-delete-lines)
314 (term-insert-lines): Fix off by one errors.
315
316 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
317
318 * net/tramp.el (tramp-touch): Use UTC to express time.
319
320 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
321
322 * mail/sendmail.el (mail-send): Search explicitly for
323 mail-header-separator when checking for corrupted header lines.
324
325 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
326
327 * progmodes/gdb-ui.el (gdb-same-frame): New option.
328 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
329 (gdb-init-1): Initialise them.
330 (gdb-starting): Reset gdb-printing
331 (gdb-starting): Save value of gud-overlay-arrow-position.
332 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
333 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
334 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
335 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
336
337 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
338
339 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
340
341 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
342
343 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
344 (ldap-search-internal): Keep error messages, and a regexp fix.
345
346 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
347
348 * files.el (hack-local-variables-confirm):
349 Display string value using its printed representation.
350
351 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
352
353 * server.el (server-edit): No-op if no server buffers exist.
354
355 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
356
357 * textmodes/page-ext.el (pages-directory-for-addresses):
358 Including `pages-directory-address-mode' in the function results
359 in the message "Buffer in which pages were found is deleted".
360
361 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
362
363 * textmodes/org.el (org-agenda-mode-map): Add bindings for
364 clocking functions.
365
366 (org-agenda-clock-in, org-check-running-clock)
367 (org-clock-out-if-current, org-remove-clock-overlays)
368 (org-put-clock-overlay): New functions.
369 (org-clock-marker, org-clock-file-total-minutes)
370 (org-clock-overlays): New variables.
371 (org-clock-display, org-clock-sum, org-clock-cancel)
372 (org-clock-out, org-clock-in): New commands.
373 (org-export): New function.
374 (org-emph-re): New constant.
375 (org-set-emph-re, org-do-emphasis-faces): New functions.
376 (org-emphasis-regexp-components, org-emphasis-alist): New options.
377 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
378 (org-export-html-convert-emphasize): Use the configurable emphasis.
379 (org-cleaned-string-for-export): Make multiline emphasis visible
380 to the exporter. New optional argument PARAMETERS.
381 (org-export-as-html): Specify :emph-multiline parameter to
382 `org-cleaned-string-for-export'.
383
384 2006-06-10 Richard Stallman <rms@gnu.org>
385
386 * help.el (help-for-help-internal): Clean up help text.
387
388 2006-06-10 Andreas Schwab <schwab@suse.de>
389
390 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
391 in doc string.
392
393 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
394
395 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
396
397 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
398 spaces after the comment start.
399
400 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
401
402 * play/pong.el (pong-init-buffer):
403 Fill buffer with spaces instead of ^A.
404
405 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
406 launched asynchronously, delete its process instead of being cool.
407 (ispell-async-processp): Check for `delete-process' existence
408 instead of `kill-process' one for consistency.
409
410 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
411
412 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
413 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
414 in mode line at startup.
415
416 2006-06-08 Kim F. Storm <storm@cua.dk>
417
418 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
419 (ido-init-completion-maps): Bind them to M-SPC and M-v.
420 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
421 (ido-file-internal): Pass full file name to write-file.
422 (ido-read-internal): Only pop stack elements automatically if they
423 actually match an existing directory or file name.
424
425 2006-06-07 Kenichi Handa <handa@m17n.org>
426
427 * international/mule.el (find-auto-coding): Don't handle the short
428 name `char-trans'.
429
430 * files.el (hack-local-variables-prop-line)
431 (hack-local-variables): Cancel the previous change.
432
433 2006-06-06 Jesper Harder <harder@phys.au.dk>
434
435 * ediff-diff.el (ediff-test-utility): Protect against file-error.
436
437 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
438
439 * diff-mode.el (diff-mode): Set buffer-read-only to t when
440 diff-default-read-only is non-nill.
441 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
442 (diff-refine-hunk): Set inhibit-read-only to t.
443
444 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
445 modifying the *Diff* buffer.
446 (diff-process-filter): New filter function for diff process that
447 sets inhibit-read-only to t when modifying the *Diff* buffer.
448
449 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
450
451 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
452 insertion point and control the number of empty lines.
453 (org-paste-subtree): Limit the number of empty lines at the end of
454 the inserted tree.
455 (org-agenda): Use buffer name of current file for narrowing.
456 (org-export-as-xml): Command removed.
457 (org-export-xml-type): Option removed.
458 (org-mode-map): Call `org-export-as-xoxo' directly.
459 (org-get-indentation): New optional argument LINE.
460 (org-fix-indentation, org-remove-tabs): New functions.
461 (org-export-as-ascii, org-ascii-level-start): Determine and apply
462 correct indentation for headlines that are converted it items.
463 (org-skip-comments): Remove table lines that contain narrowing
464 cookies but no other non-empty fields.
465 (org-set-tags): Allow groups of mutually exclusive tags.
466 (org-cmp-time): Sort 24:21 before items without time.
467 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
468 (org-open-at-point): Require double colon also for numbers.
469
470 2006-06-06 Kim F. Storm <storm@cua.dk>
471
472 * ido.el (ido-default-file-method, ido-default-buffer-method):
473 Make choice values consistent with corresponding command names.
474 (ido-visit-buffer): Update accordingly. Default to selected-window.
475
476 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
477
478 * progmodes/gud.el (gud-running): Fix doc string.
479 (gud-menu-map): Use :visible instead fo :enable for debugger test.
480 (gud-tooltip-modes): Add python-mode.
481 (gud-tooltip-print-command): Add pdb. Remove perldb.
482
483 2006-06-05 Eli Zaretskii <eliz@gnu.org>
484
485 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
486 Quote $(EMACS).
487
488 2006-06-05 Richard Stallman <rms@gnu.org>
489
490 * faces.el (defined-colors): Doc fix.
491
492 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
493
494 * vc.el (vc-process-filter): Inhibit undo info collection around
495 call to insert.
496 (vc-setup-buffer): Likewise for call to erase-buffer.
497 (vc-do-command): Likewise for call to process-file.
498
499 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
500
501 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
502 for gud-go.
503 (gud-common-init): Other debuggers may trigger error.
504
505 2006-06-05 Kenichi Handa <handa@m17n.org>
506
507 * international/mule.el (find-auto-coding):
508 Handle enable-character-translation in file header.
509
510 2006-06-04 Kim F. Storm <storm@cua.dk>
511
512 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
513 (authors-fixed-entries): Fix spelling.
514 (authors-canonical-file-name): Don't report error for wildcards.
515
516 * help.el (view-emacs-news): Rewrite to support new NEWS,
517 NEWS.major, and NEWS.1-17 file naming. Add more intelligense,
518 e.g. version 10 matches 1.10, and don't be confused by version 1.1
519 begin a prefix of 1.12 (etc). A numeric prefix arg also works.
520
521 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
522
523 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
524 exec constructs like `foo bar`.
525 (sh-quoted-subshell): New helper function to search for a possibly
526 nested subshell (like `` or $()) within a "" quoted string.
527 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
528 (sh-apply-quoted-subshell): Flag quote characters inside a
529 subshell, which is itself already in a quoted region, as
530 punctuation, since this is the closest to what they actually are.
531 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
532 sh-apply-quoted-subshell.
533 (sh-font-lock-syntactic-face-function): Apply the new face for
534 text inside `` instead of the old font-lock-string-face.
535
536 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
537
538 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
539 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
540 (mac-bytes-to-text-range, mac-ae-text-range-array)
541 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
542 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
543 (mac-ts-unicode-for-key-event): New functions.
544 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
545 (mac-handle-font-selection): Use mac-ae-number.
546 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
547 New variables.
548 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
549 (mac-ts-converted-text, mac-ts-selected-converted-text)
550 (mac-ts-block-fill-text, mac-ts-outline-text)
551 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
552 (mac-ts-hilite-style-faces): New constant.
553 (mac-apple-event-map): Bind text input events.
554 (mac-dispatch-apple-event): Use command-execute instead of
555 call-interactively.
556 (global-map): Don't bind mac-apple-event.
557 (special-event-map): Bind mac-apple-event.
558
559 2006-06-02 Eli Zaretskii <eliz@gnu.org>
560
561 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
562 file name.
563 (emacs): Enclose the value of $(EMACS) in quotes.
564
565 2006-06-02 Juri Linkov <juri@jurta.org>
566
567 * international/mule.el (sgml-html-meta-auto-coding-function):
568 Remove the condition `(search-forward "<html" size t)'.
569 Replace `\"' with `[\"']?' in `re-search-forward'.
570
571 2006-06-02 Kenichi Handa <handa@m17n.org>
572
573 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
574 as well as `coding'.
575 (hack-local-variables): Likewise.
576
577 * international/mule.el (enable-character-translation):
578 Put permanent-local and safe-local-variable properties.
579 (find-auto-coding): Handle char-trans: tag.
580
581 2006-06-02 Juri Linkov <juri@jurta.org>
582
583 * international/mule.el (sgml-html-meta-auto-coding-function):
584 Limit the search by the end of the HTML header (if any).
585
586 2006-06-01 Richard Stallman <rms@gnu.org>
587
588 * subr.el (with-current-buffer): Doc fix.
589
590 2006-06-02 Masatake YAMATO <jet@gyve.org>
591
592 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
593 Almost rewrite. Underlines over all lines of gcov output are too
594 uncomfortable to read. Suggested by Dan Nicolaescu.
595
596 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
597
598 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
599
600 * shell.el (shell-mode): Use shell-mode-map in docstring.
601
602 * comint.el (comint-send-input): Do not add help-echo and
603 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
604
605 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
606
607 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
608
609 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
610
611 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
612 (gdb-stopped, gdb-info-stack-custom): If there is no source info
613 look up the stack and pop up GUD buffer if necessary.
614 (gdb-frames-select): Remove redundant call to gud-display-frame.
615 (gdb-info-threads-custom): Keep point at start of buffer.
616 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
617
618 2006-05-31 Juri Linkov <juri@jurta.org>
619
620 * replace.el (query-replace-read-from, query-replace-read-to):
621 Bind `history-add-new-input' to nil. Call `add-to-history'.
622
623 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
624
625 * textmodes/table.el: Convert all HTML tags to lower case for
626 XHTML compatibility.
627
628 2006-05-31 Masatake YAMATO <jet@gyve.org>
629
630 * progmodes/compile.el:
631 (compilation-error-regexp-alist-alist::gcov-called-line):
632 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
633
634 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
635
636 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
637 Revert inadvertent changes made with last commit.
638
639 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
640
641 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
642 New functions.
643
644 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
645
646 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
647
648 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
649 only matches in the right place.
650 (org-upcoming-deadline): New face.
651 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
652 (org-export-ascii-underline): Rename constant `org-ascii-underline'
653 and make it an option.
654 (org-export-ascii-bullets): New option.
655 (org-export-as-html): Many changes to emit valid XHTML.
656 (org-par-open): New variable.
657 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
658 (org-html-do-expand, org-section-number): Fixedcase in `replace-match'.
659 (org-timeline): Pass `org-timeline-show-empty-dates' to
660 `org-get-all-dates'. Interpret empty dates returned by
661 `org-get-all-dates'.
662 (org-get-all-dates): New argument EMPTY. Add dates without
663 entries to the list, mark large ranges of empty dates.
664 (org-point-in-group, org-context): New functions.
665
666 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
667
668 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
669
670 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
671 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
672 to C-mouse-3 (for 2 button mice).
673 (gdb-send): Do the right thing for C-d.
674
675 * speedbar.el (speedbar-detach): Delete.
676 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
677 it breaks things.
678 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
679
680 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
681
682 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
683 Makeppfile.
684
685 * progmodes/compile.el (compilation-error-regexp-alist-alist):
686 Add makepp diagnostic.
687
688 2006-05-29 Richard Stallman <rms@gnu.org>
689
690 * window.el (fit-window-to-buffer): Doc fix.
691
692 * help.el (temp-buffer-max-height): Doc fix.
693
694 * subr.el (with-current-buffer): Doc fix.
695
696 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
697
698 * term/x-win.el: Bind F10 to menu-bar-start if available.
699
700 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
701
702 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
703 uses with a simple test.
704 (term-set-escape-char, term-mode, term-check-kill-echo-list)
705 (term-send-raw-string, term-send-raw, term-mouse-paste)
706 (term-char-mode, term-line-mode, term-exec, term-sentinel)
707 (term-handle-exit, term-read-input-ring)
708 (term-previous-matching-input-string)
709 (term-previous-matching-input-string-position)
710 (term-previous-matching-input-from-input)
711 (term-replace-by-expanded-history, term-send-input)
712 (term-skip-prompt, term-bol, term-send-invisible)
713 (term-kill-input, term-delchar-or-maybe-eof)
714 (term-backward-matching-input, term-check-source)
715 (term-proc-query, term-emulate-terminal)
716 (term-handle-colors-array, term-process-pager, term-pager-line)
717 (term-pager-bob, term-unwrap-line, term-word)
718 (term-dynamic-complete-filename)
719 (term-dynamic-complete-as-filename)
720 (term-dynamic-simple-complete): Replace one arm ifs with whens or
721 unlesses.
722
723 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
724
725 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
726 during bootstrapping.
727
728 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
729 Basically undo the change of 2006-05-26: use extra arguments instead of
730 dynamic scoping.
731 (ewoc-locate): Remove unused var `footer'.
732
733 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
734
735 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
736
737 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
738 (generate-file-autoloads): Obey it. Return whether autoloads were
739 added at point or not.
740 (update-file-autoloads): Use this new return value.
741 Remove redundant test for the presence of an autoload cookie.
742
743 * emacs-lisp/autoload.el (autoload-find-file): New fun.
744 This one calls hack-local-variables.
745 (generate-file-autoloads, update-file-autoloads): Use it.
746
747 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
748 (bibtex-sort-entry-class): Add safe-local-variable predicate.
749 (bibtex-sort-entry-class-alist): Don't set the global value.
750 (bibtex-init-sort-entry-class-alist): New fun.
751 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
752 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
753 of bibtex-init-sort-entry-class.
754
755 2006-05-28 Richard Stallman <rms@gnu.org>
756
757 * subr.el (load-history-regexp): If FILE is relative, insist
758 entire last name component must match it.
759 (load-history-filename-element, load-history-regexp): Doc fixes.
760
761 2006-05-29 Kim F. Storm <storm@cua.dk>
762
763 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
764 `pos' and `raw-data' for clarity, as eval forms may access these.
765
766 2006-05-28 Kim F. Storm <storm@cua.dk>
767
768 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
769
770 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
771
772 * progmodes/make-mode.el (makefile-browser-map)
773 (makefile-mode-syntax-table): Move initialization inside declaration.
774 (makefile-fill-paragraph): Use the default comment-filling code.
775
776 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
777
778 * replace.el (query-replace-defaults): New variable.
779 (query-replace-read-from): Use `query-replace-defaults' for
780 default value, instead of history list.
781 (query-replace-read-to): Update `query-replace-defaults'.
782
783 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
784
785 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
786 with no X toolkit.
787
788 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
789
790 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
791 (tumme-show-all-from-dir): Add autoload.
792
793 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
794
795 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
796 (tumme-remove-tag): Fix bug.
797
798 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
799
800 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
801 FOOTER args. Update unique caller.
802 (ewoc-delete): Compute last node once before looping.
803 (ewoc--node-branch): Merge into unique caller.
804 (ewoc--node): Don't define constructor make-ewoc--node for this
805 structure.
806 (ewoc): Add member `hf-pp' to this structure.
807 (ewoc--wrap): New func.
808 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
809 header/footer pretty-printers. Save header/footer pretty-printer.
810 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
811
812 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
813
814 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
815
816 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
817 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
818 Tag'. Change "Compare directories..." to "Change Directories...".
819 Move tumme commands to Operate, Regexp and Immediate menus.
820 Change "Add Comment" to "Add Image Comment". Change "Add Image
821 Tag" to "Add Image Tags".
822
823 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
824 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
825 `tumme-delete-tag'.
826
827 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
828
829 * shell.el (shell-mode): Call shell-dirtrack-mode after
830 list-buffers-directory is made a local variable, to avoid setting
831 the default value.
832
833 2006-05-26 Kevin Ryde <user42@zip.com.au>
834
835 * info.el (Info-index-next): Use where-is-internal to report
836 actual binding of Info-index-next, rather than hard-coded `,'.
837
838 2006-05-26 Eli Zaretskii <eliz@gnu.org>
839
840 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
841 and "Find Command in Manual" to here.
842
843 * buff-menu.el (list-buffers-noselect): For Info buffers, use
844 Info-current-file as the file name.
845
846 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
847
848 * ses.el (defadvice undo-more): Delete this defadvice. The undo
849 overrides will now be done a different way.
850 (ses-set-parameter): Reapply this function for undo.
851 (ses-set-header-row): Reconstruct header row during undo.
852 (ses-widen): New function.
853 (ses-goto-data, ses-reconstruct-all): Use new function.
854 (ses-command-hook): Widen buffer during undo, before unupdating
855 the cells.
856 (ses-insert-row, ses-delete-row): Widen buffer during undo.
857 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
858 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
859 formula hasn't been executed yet.
860
861 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
862
863 * comint.el (comint-kill-whole-line): Rename arg to count.
864 Fix doc string.
865
866 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
867
868 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
869 to copy-file.
870
871 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
872
873 * simple.el (toggle-truncate-lines): Make arg optional for
874 backward compatibility.
875
876 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
877
878 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
879 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
880 DLL arg. Instead, use ewoc--current-dll. Update all callers.
881 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
882 (ewoc--adjust): Use ewoc--current-dll.
883 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
884
885 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
886
887 * textmodes/org.el (org-next-item, org-previous-item): Emit more
888 compact error message.
889 (org-tags-view): Refresh category table in each file.
890 (org-table-justify-field-maybe): Remove superfluous arguments to
891 `format'.
892 (org-export-as-html): Insert "<p>" before postamble.
893 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
894
895 2006-05-26 Kenichi Handa <handa@m17n.org>
896
897 * textmodes/po.el (po-find-charset): Pay attention to the case
898 FILENAME is a cons (NAME . BUFFER).
899 (po-find-file-coding-system-guts): Likewise.
900
901 * arc-mode.el (archive-set-buffer-as-visiting-file):
902 Call find-operation-coding-system with (FILENAME . BUFFER).
903
904 * tar-mode.el (tar-extract): Call find-operation-coding-system
905 with (FILENAME . BUFFER).
906
907 * international/mule.el (decode-coding-inserted-region):
908 Call find-operation-coding-system with (FILENAME . BUFFER).
909
910 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
911
912 * image-mode.el (image-toggle-display): Use buffer contents to
913 generate image for a remote file.
914
915 2006-05-25 Juri Linkov <juri@jurta.org>
916
917 * replace.el (query-replace-read-from, query-replace-read-to):
918 Remove 8th arg KEEP-ALL in read-from-minibuffer.
919
920 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
921
922 * whitespace.el (whitespace-cleanup): Change to cleanup
923 region if one is active.
924 * whitespace.el (whitespace-cleanup-internal): New internal method.
925
926 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
927
928 * dired.el (dired-mode-map): Add help-echo strings to tumme
929 commands. Bind `tumme-dired-display-image' to C-t i.
930
931 * tumme.el (tumme-display-image): Change documentation string slightly.
932 (tumme-dired-display-image): Add call to `display-buffer'.
933
934 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
935
936 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
937 Signal error if RAW-DATA is a multibyte string.
938
939 2006-05-24 Richard Stallman <rms@gnu.org>
940
941 * subr.el (with-local-quit): When handling `quit' signal,
942 make a chance for quit-flag to cause a quit.
943
944 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
945 (ad-disable-advice): Add autoloads.
946
947 * subr.el (read-passwd): Copy PROMPT before changing its properties.
948
949 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
950
951 * dired.el (dired-mode-map): Change menu items for tumme as per
952 suggestions in emacs-devel.
953
954 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
955
956 * dired.el (dired-mode-map): Fix breakage.
957
958 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
959
960 * tumme.el (tumme-display-dired-image): Rename to...
961 (tumme-dired-display-image): ...this.
962 (tumme-track-movement): Change default value to t.
963 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
964 used from `tumme-next-line-and-display' and similar commands.
965
966 * dired.el (dired-mode-map): Add Thumbnail submenu under the
967 Immediate menu. Add some tumme commands there.
968
969 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
970
971 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
972
973 2006-05-24 Chong Yidong <cyd@mit.edu>
974
975 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
976 menu entries that open submenus.
977
978 2006-05-24 Alan Mackenzie <acm@muc.de>
979
980 * startup.el (command-line): For names of preloaded files, don't
981 append ".elc" (now done in Fload), and call file-truename on the
982 lisp directory.
983
984 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
985 match ANY loaded file with the right name, not just those in
986 load-path. Put a regexp matching the file name into
987 after-load-alist, rather than the name itself.
988
989 * subr.el: New functions load-history-regexp,
990 load-history-filename-element, do-after-load-evaluation.
991
992 * international/mule.el (load-with-code-conversion): Do the
993 eval-after-load stuff by calling do-after-load-evaluation.
994
995 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
996
997 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
998 has not been killed.
999
1000 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1001
1002 * term/mac-win.el: Set idle timer to clean up expired Apple events.
1003 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
1004 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
1005 Optionally set error message in reply.
1006
1007 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
1008
1009 * textmodes/org.el (org-open-at-point): Use renamed variable
1010 `org-confirm-shell-link-function'.
1011 (org-confirm-shell-link-function): Rename from
1012 `org-confirm-shell-links'.
1013 (org-export-directory): New function.
1014 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1015 (org-export-icalendar): Use `org-export-directory'.
1016 (org-indent-item): Keep cursor position.
1017 (org-link-file-path-type): New option.
1018 (org-export-as-html): Fix bug with plain lists starting in
1019 column 0.
1020 (org-export-as-html): Remove deadline formatting, this happens
1021 now already in `org-html-handle-time-stamps'.
1022 (org-export-html-style): Deadline class removed.
1023 (org-insert-labeled-timestamps-at-point): New option.
1024 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1025 of `hide-sublevels 1', in case the first headline is not level 1.
1026 (org-overview, org-content): New fuction.
1027 (org-cycle-global-status, org-cycle-subtree-status): Make these
1028 variables buffer-local.
1029 (org-global-cycle): New command.
1030 (org-shifttab): Use `org-global-cycle'.
1031 (org-insert-heading, org-insert-item): Go to end of new
1032 headline/item after creating it.
1033 (org-export-visible): Rename from `org-export-copy-visible'.
1034 Now creates a temporary org-file and applies an exporting command
1035 to it.
1036 (org-table-eval-formula): Support for lisp forms.
1037 (org-agenda-todo-ignore-scheduled): New option.
1038 (org-agenda-get-todos): Use new option
1039 `org-agenda-todo-ignore-scheduled'.
1040 (org-export-html-inline-images): New value `maybe'.
1041 (org-export-as-html): Inlining of images dependent on link description.
1042 (org-archive-subtree): Check for end-of-buffer before trying
1043 `kill-line'.
1044 (org-agenda-follow-mode): New option.
1045 (org-export-with-tags, org-export-with-timestamps): New options.
1046 (org-html-handle-time-stamps): New function.
1047 (org-keyword-time-regexp): New variable.
1048 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1049 (org-agenda-todo-list-sublevels): New option.
1050 (org-html-level-start): When TITLE is nil, just close all levels.
1051 (org-parse-key-lines, org-parse-export-options): Remove functions,
1052 replaced by `org-infile-export-plist'.
1053 (org-combine-plists, org-infile-export-plist)
1054 (org-default-export-plist): New functions.
1055 (org-export-html-preamble, org-export-html-postamble)
1056 (org-export-html-auto-preamble, org-export-html-auto-postamble):
1057 New variables.
1058 (org-export-publishing-directory): New option.
1059 (org-export-as-html, org-export-as-ascii): Use the new property
1060 lists for settings.
1061 (org-export-copy-visible, org-export-as-xoxo):
1062 Respect `org-export-publishing-directory'.
1063 (org-link-search, org-store-link, org-file-apps): Support for
1064 links to BibTeX database entries..
1065 (org-get-current-options, org-set-regexps-and-options):
1066 Implement logging as a startup option.
1067 (org-store-link): Make sure context string is never empty
1068 (org-insert-link): Use relative path when possible.
1069 (org-at-item-checklet-p): New function.
1070 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1071 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1072 (org-metaright, org-metaup, org-metadown, org-shiftup)
1073 (org-shiftdown, org-shiftright, org-shiftleft)
1074 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1075 Dispatch using `call-interactively'.
1076 (org-call-with-arg): New defsubst.
1077 (org-tag-alist, org-use-fast-tag-selection): New options.
1078 (org-complete): Use `org-tag-alist'.
1079 (org-fast-tag-insert, org-fast-tag-selection): New functions.
1080 (org-next-item, org-previous-item): New commands.
1081 (org-beginning-of-item, org-end-of-item): Add (interactive) to
1082 make command.
1083 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1084
1085 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
1086
1087 * emacs-lisp/ewoc.el (ewoc-delete): New function.
1088 (ewoc-filter): Use `ewoc-delete'.
1089
1090 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
1091
1092 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1093
1094 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
1095 Signal more user-friendly error messages.
1096
1097 * complete.el (PC-do-completion): Undo the addition of implicit
1098 wildcards if they did not lead to finding any match.
1099 (read-file-name-internal): Don't add the final > if the completion is
1100 not finished.
1101
1102 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1103
1104 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
1105 Quote safe-local-variable predicate.
1106
1107 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1108
1109 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
1110
1111 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1112
1113 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
1114
1115 * progmodes/make-mode.el (makefile-special-targets-list)
1116 (makefile-macro-table, makefile-target-table): Mark as risky.
1117 (makefile-query-one-target-method): Make this the alias for the
1118 following variable.
1119 (makefile-query-one-target-method-function): Make this the real name.
1120
1121 * textmodes/artist.el (artist-text-renderer): Make this the alias
1122 for the following variable.
1123 (artist-text-renderer-function): Make this the real name.
1124
1125 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
1126 the alias for the following variable.
1127 (flyspell-generic-check-word-predicate): Make this the real name.
1128
1129 * textmodes/ispell.el (ispell-format-word): Make this the alias
1130 for the following variable.
1131 (ispell-format-word-function): Make this the real name.
1132 (ispell-message-text-end): Mark as risky.
1133
1134 * skeleton.el (skeleton-transformation, skeleton-filter)
1135 (skeleton-pair-filter): Make these the aliases for the following
1136 variables.
1137 (skeleton-transformation-function, skeleton-filter-function)
1138 (skeleton-pair-filter-function): Make these the real names.
1139
1140 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
1141 and skeleton-pair-filter-function.
1142
1143 * textmodes/sgml-mode.el (sgml-transformation): Make this the
1144 alias for the following variable.
1145 (sgml-transformation-function): Make this the real name.
1146 (sgml-tag-alist): Mark as risky.
1147
1148 2006-05-21 Richard Stallman <rms@gnu.org>
1149
1150 * simple.el (kill-region): Interactively, pass point, then mark.
1151
1152 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1153
1154 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
1155
1156 2006-05-21 Romain Francoise <romain@orebokech.com>
1157
1158 * dired-x.el (dired-mode-map): Don't bind M-g.
1159
1160 2006-05-20 Richard Stallman <rms@gnu.org>
1161
1162 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
1163 (dired-goto-file): Doc fix.
1164
1165 2006-05-21 Kim F. Storm <storm@cua.dk>
1166
1167 * emulation/cua-base.el: Mention customizing cua-mode as alternative
1168 way to enable built-in cua-mode if user loads older CUA-mode package.
1169
1170 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
1171 if default-filename is specified.
1172
1173 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1174
1175 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
1176
1177 * info.el (info-apropos): Make sure current-file and current-node
1178 have non-nil values. Speed up by using add-to-list instead of
1179 manual consing.
1180
1181 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1182
1183 * progmodes/make-mode.el (makefile-mode): Doc fix.
1184
1185 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1186
1187 * dired-aux.el (dired-do-shell-command): Doc fix.
1188
1189 2006-05-20 Kevin Ryde <user42@zip.com.au>
1190
1191 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
1192 ``(custom-manual :tag "Foo" "(foo)Node")''.
1193
1194 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
1195
1196 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
1197 value is an integer.
1198
1199 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1200
1201 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
1202 "format".
1203 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
1204
1205 2006-05-20 Martin Rudalics <rudalics@gmx.at>
1206
1207 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
1208 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
1209
1210 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1211
1212 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
1213 regexp for keywords.
1214
1215 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
1216
1217 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
1218 replace-regexp-in-string.
1219
1220 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
1221 encode, and escape file name on conversion to URL.
1222
1223 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1224
1225 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
1226 Don't unescape URL.
1227 (dnd-get-local-file-name): Unescape URL on conversion to file name.
1228
1229 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
1230 on conversion to URLs.
1231
1232 * net/browse-url.el (browse-url-file-url): Encode file name on
1233 conversion to URL.
1234
1235 * term/mac-win.el (mac-ae-open-documents): Escape file name on
1236 conversion to URL.
1237
1238 2006-05-19 Eli Zaretskii <eliz@gnu.org>
1239
1240 * progmodes/cc-styles.el (c-style-alist): Doc fix.
1241
1242 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1243
1244 * term/mac-win.el (mac-bytes-to-digits): Remove function.
1245 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
1246
1247 2006-05-19 Glenn Morris <rgm@gnu.org>
1248
1249 * calendar/diary-lib.el (diary-bahai-date)
1250 (list-bahai-diary-entries, mark-bahai-diary-entries)
1251 (mark-bahai-calendar-date-pattern): Not interactive.
1252 (add-to-diary-list): New optional arg LITERAL. Doc fix.
1253 (diary-entries-list): Change format of 4th element in each entry.
1254 (diary-list-entries): Use add-to-diary-list.
1255 (diary-goto-entry): Handle the case where the buffer visiting the
1256 diary has been killed.
1257 (fancy-diary-display): Add 'locator to button rather than 'marker.
1258 Only generate temp-face when there are marks to apply.
1259 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
1260 (diary-fancy-date-pattern): New variable.
1261 (diary-time-regexp): Doc fix.
1262 (diary-anniversary, diary-time): New faces.
1263 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
1264 diary-time-regexp. Add font-lock-multiline property where needed.
1265 Use new faces diary-anniversary and diary-time.
1266 (diary-fancy-font-lock-fontify-region-function): New function, to
1267 handle multiline font-lock pattern in fancy diary.
1268 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
1269 (diary-font-lock-keywords): Tweak time regexp. Use new face
1270 diary-time.
1271
1272 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
1273
1274 * international/code-pages.el (mik): Table corrected.
1275
1276 2006-05-18 Kim F. Storm <storm@cua.dk>
1277
1278 * progmodes/grep.el (grep-find): Don't check grep-find-command
1279 before running command (breaks non-interactive usage).
1280
1281 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
1282
1283 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
1284 (ewoc--insert-new-node): Don't insert trailing newline.
1285 Instead, adjust successor nodes's start markers.
1286 (ewoc--refresh-node): Delete all text from current node's start
1287 marker to the next one's; adjust successor nodes's start markers.
1288 (ewoc--create): Doc fixes.
1289 (ewoc--refresh): Don't insert newline.
1290 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
1291 * pcvs.el (cvs-make-cvs-buffer):
1292 Specify extra newline for ewoc's header and footer.
1293 (cvs-update-header): Update initial header recognition.
1294 Append newline to final header and footer values.
1295 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
1296
1297 2006-05-17 Richard Stallman <rms@gnu.org>
1298
1299 * files.el (file-name-extension): Doc fix.
1300
1301 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1302
1303 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
1304 we can explicitly enable/disable rather than toggle.
1305 (shell-mode): Use it.
1306 (shell-cd): Don't try to reproduce what `cd' does.
1307
1308 2006-05-17 Kim F. Storm <storm@cua.dk>
1309
1310 * ido.el (ido-read-internal): Use only nondirectory part of
1311 default item.
1312
1313 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
1314
1315 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
1316 (ewoc-nth): Doc fix.
1317
1318 (ewoc-map, ewoc-invalidate): Compute PP before looping.
1319
1320 2006-05-16 Eli Zaretskii <eliz@gnu.org>
1321
1322 * international/mule.el (auto-coding-alist): Add .lha to files
1323 read with no-conversion.
1324
1325 * files.el (auto-mode-alist): Add .lha files to archive file
1326 extensions.
1327
1328 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
1329 Convert csize to integer when computing offsets within the
1330 compressed archive file.
1331
1332 2006-05-16 Kim F. Storm <storm@cua.dk>
1333
1334 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
1335 with read-from-minibuffer.
1336
1337 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
1338
1339 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
1340 (byte-compile-warnings): Fix safe-local-variable property.
1341
1342 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
1343
1344 * allout.el (allout-show-bodies, allout-old-style-prefixes)
1345 (allout-stylish-prefixes, allout-numbered-bullet)
1346 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
1347 predicates to qualify `safe-local-variable' property, when
1348 available, else use equivalent lambda.
1349 (allout-current-topic-collapsed-p): Do the right thing regarding
1350 trailing blank lines.
1351
1352 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1353
1354 * server.el (server-start): Only create a directory if needed.
1355 (server-edit, server-unload-hook): server-start => server-mode.
1356 (kill-emacs-hook): Cleanup upon exit.
1357
1358 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1359
1360 * hexl.el (hexlify-buffer): Encode process arguments manually.
1361
1362 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
1363
1364 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
1365 call to gdb-tooltip-print.
1366
1367 2006-05-15 Romain Francoise <romain@orebokech.com>
1368
1369 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
1370 systems, default to "tar" since those systems probably have GNU tar.
1371
1372 2006-05-14 Lars Hansen <larsh@soem.dk>
1373
1374 * desktop.el (desktop-missing-file-warning): Fix docstring.
1375 (desktop-restore-file-buffer): Correct question asked on missing file.
1376
1377 2006-05-14 Kim F. Storm <storm@cua.dk>
1378
1379 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
1380 Add CUA move property.
1381
1382 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
1383
1384 * custom.el (custom-push-theme): Load the variable before checking
1385 its `standard-value'.
1386
1387 2006-05-13 Lars Hansen <larsh@soem.dk>
1388
1389 * desktop.el (desktop-save): Use with-temp-buffer.
1390
1391 2006-05-12 Glenn Morris <rgm@gnu.org>
1392
1393 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
1394 * calendar/calendar.el (calendar-mode-map):
1395 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
1396 * calendar/appt.el (appt-check, appt-make-list): Refer to
1397 diary-view-entries, diary-list-entries, diary-show-all-entries
1398 rather than obsolete aliases.
1399
1400 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
1401
1402 * simple.el (line-move-finish): Avoid calling point motion hooks
1403 while processing intangibility.
1404
1405 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
1406
1407 * term/xterm.el (terminal-init-xterm): Fix typo.
1408
1409 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
1410
1411 * allout.el (allout-view-change-hook): Mark as being deprecated,
1412 to be replaced by `allout-exposure-change-hook'.
1413 (allout-exposure-change-hook): New, replacing
1414 `allout-view-change-hook'.
1415 (allout-flag-region): Run new hook `allout-exposure-change-hook',
1416 in addition to `allout-view-change-hook'.
1417 (allout-show-bodies, allout-old-style-prefixes)
1418 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
1419 lambda forms to prevent their showing up in variable help
1420 presentations as inscrutable byte-compiled code.
1421 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
1422 Use string-or-null-p to qualify safe-local-variable values.
1423 (allout-reindent-bodies): Use memq to qualify matches against
1424 valid safe-local-variable values. Also, quote the lambda as above.
1425 (allout-use-mode-specific-leader): Add missing candidate-value
1426 symbols, use memq, and quote the lambda.
1427 (allout-overlay-interior-modification-handler): Remove unused
1428 variables `msg' and 'opened'.
1429 (allout-hidden-p): Constrain invisibility consideration to allout's
1430 invisibility spec, disregarding invisibility for other reasons.
1431
1432 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
1433
1434 * files.el (version-control): Correct safe values.
1435
1436 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
1437
1438 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
1439
1440 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
1441 (ewoc--insert-new-node): New func.
1442 Update callers of deleted funcs to use it, instead.
1443
1444 2006-05-11 Glenn Morris <rgm@gnu.org>
1445
1446 * calendar/calendar.el (diary-show-all-entries): Do not refer to
1447 obsolete alias `show-all-diary-entries'.
1448 (make-diary-entry): Not interactive.
1449 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
1450 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
1451 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1452 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1453 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
1454 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
1455
1456 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1457
1458 * calendar/calendar.el (calendar-french-date-string)
1459 (calendar-mayan-date-string, calendar-chinese-date-string)
1460 (calendar-astro-date-string, calendar-iso-date-string)
1461 (calendar-islamic-date-string, calendar-bahai-date-string)
1462 (calendar-hebrew-date-string, calendar-coptic-date-string)
1463 (calendar-ethiopic-date-string, calendar-persian-date-string):
1464 These functions are not interactive.
1465
1466 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
1467
1468 * files.el: Balance parentheses.
1469
1470 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
1471
1472 * files.el, newcomment.el, outline.el, simple.el,
1473 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
1474 progmodes/cc-vars.el, progmodes/compile.el:
1475 Move `safe-local-variable' declarations to the respective files.
1476
1477 * help-fns.el (describe-variable): Don't print safe-var if it is
1478 byte-code. Improve wording as suggested by Luc Teirlinck.
1479
1480 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1481
1482 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
1483 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
1484 Use a token for pending-triggers to ensure gdb-var-update
1485 gets called once per user input again for pre-GDB 6.4.
1486 (gdb-var-delete): Match on more complex expressions.
1487 (gdb-var-list-children-handler, gdb-var-create-handler):
1488 Use a token for consistency.
1489
1490 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
1491
1492 * textmodes/org.el (org-read-date, org-goto-calendar)
1493 (org-agenda-goto-calendar):
1494 Bind `view-calendar-holidays-initially' to nil.
1495
1496 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
1497
1498 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
1499 Update all callers to do it there, instead.
1500
1501 2006-05-10 Glenn Morris <rgm@gnu.org>
1502
1503 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
1504 prefix arg case, to avoid view-diary-entries-initially error.
1505 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1506 (calendar-date-is-legal-p): Handle dates with no day part.
1507
1508 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1509
1510 * comint.el (comint-insert-input): Just make it when
1511 comint-use-prompt regexp is nil (default) and with the mouse.
1512 (comint-copy-old-input): Reinstate from 2004-06-23.
1513 (comint-mode-map): Bind C-c C-m to it.
1514
1515 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
1516
1517 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1518 Remove spurious move to point-max (new comint behavior fixes).
1519
1520 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
1521 compatibility function (Emacs 18/19).
1522 (idlwave-is-continuation-line): Always return point at start of
1523 previous non-blank continuation line.
1524 `keyword-parameters': Fix continued comment font-lock matcher.
1525 (idlwave-font-lock-fontify-region): Written, use as
1526 font-lock-fontify-region-function, to fix continued keyword
1527 fontification issues.
1528
1529 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1530
1531 * term/mac-win.el (mac-font-panel-mode): Doc fix.
1532 (mac-service-selection, mac-service-open-file)
1533 (mac-service-open-selection, mac-service-mail-selection)
1534 (mac-service-mail-to, mac-service-insert-text): Rename from
1535 mac-services-*. All uses changed.
1536 (mac-apple-event-map): Rename event symbol `services' to `service'.
1537
1538 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
1539
1540 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
1541 (ewoc--node-enter-first, ewoc--node-enter-last)
1542 (ewoc--delete-node-internal): Merge funcs into unique callers.
1543
1544 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
1545
1546 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
1547 return value of read-from-minibuffer for empty input.
1548
1549 2006-05-09 Miles Bader <miles@gnu.org>
1550
1551 * comint.el (comint-insert-input): Remove redundant calls to setq
1552 and goto-char.
1553
1554 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
1555
1556 * comint.el (comint-insert-input): Make it work when
1557 comint-use-prompt-regexp is t.
1558
1559 2006-05-10 Miles Bader <miles@gnu.org>
1560
1561 * subr.el (field-at-pos): New function.
1562
1563 * comint.el (comint-insert-input): Use it.
1564
1565 2006-05-09 Juri Linkov <juri@jurta.org>
1566
1567 * battery.el (battery-linux-proc-acpi): Also try
1568 `/proc/acpi/thermal_zone/THR2/temperature'.
1569
1570 * files.el <safe-local-variable>: Remove `eval' and `let' binding
1571 for now unused lambda `string-or-null'.
1572
1573 * add-log.el (change-log-default-name): Put `string-or-null-p'
1574 instead of lambda on `safe-local-variable' property.
1575
1576 * diff-mode.el (diff-context->unified): Use `region-beginning' and
1577 `region-end' instead of `mark' and `point'.
1578 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
1579 Operate on region in Transient Mark mode when the mark is active.
1580 Use `region-beginning' and `region-end' instead of `mark' and
1581 `point'.
1582 (diff-hunk-text, diff-goto-source): Doc fix.
1583
1584 * startup.el (fancy-splash-screens, normal-splash-screen): Use
1585 face `mode-line-buffer-id' for mode-line buffer face instead of
1586 hard-coded `(:weight bold)'.
1587
1588 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
1589 buffer-undo-list to t (undo-ask is reproducible by visiting
1590 nested archives).
1591
1592 2006-05-09 Kim F. Storm <storm@cua.dk>
1593
1594 * progmodes/grep.el (rgrep): Set default directory of *grep*
1595 buffer if we start M-x rgrep in the *grep* buffer and choose
1596 a different base directory.
1597
1598 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
1599
1600 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
1601 completion also when ido is loaded.
1602
1603 2006-05-09 Masatake YAMATO <jet@gyve.org>
1604
1605 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
1606 "warning" and "import".
1607 (cpp-font-lock-keywords): Added "warning".
1608
1609 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
1610
1611 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1612
1613 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1614
1615 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
1616 pages at a time, if we signal the end, we should indeed reach that end.
1617
1618 2006-05-08 David Reitter <david.reitter@gmail.com>
1619
1620 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
1621 output during execution of the body.
1622
1623 2006-05-08 Kim F. Storm <storm@cua.dk>
1624
1625 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
1626
1627 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1628
1629 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
1630 Use with-current-buffer.
1631
1632 2006-05-07 Kim F. Storm <storm@cua.dk>
1633
1634 * subr.el (add-to-history): Remove keep-dups arg.
1635
1636 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
1637 to nil around call to add-to-history.
1638
1639 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1640
1641 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
1642 than after a buffer modification.
1643
1644 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
1645
1646 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
1647 call to...
1648 (gud-watch): ...here so speedbar is raised for already watched
1649 expressions.
1650 (gdb-speedbar-refresh): Delete function.
1651 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
1652 Use speedbar-timer-fn instead of speedbar-refresh (reverting
1653 earlier change).
1654 (gdb-var-evaluate-expression-handler)
1655 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
1656
1657 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
1658 Update localized contents for all buffers except ignored modes.
1659
1660 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1661
1662 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
1663 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
1664 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
1665 (mac-handle-font-panel-closed, mac-handle-font-selection):
1666 New functions.
1667 (mac-font-panel-mode): New minor mode.
1668 (mac-apple-event-map): Add bindings for toolbar toggle button and
1669 font panel.
1670 (menu-bar-showhide-menu): Add mac-font-panel-mode.
1671
1672 2006-05-07 John Paul Wallington <jpw@pobox.com>
1673
1674 * ibuffer.el (ibuffer-compressed-file-name-regexp):
1675 Avoid `regexp-opt'; simplify regexp for readability.
1676
1677 2006-05-06 Eli Zaretskii <eliz@gnu.org>
1678
1679 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
1680 * files.el (buffer-stale-function):
1681 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1682 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
1683 links to the main manual, not to emacs-xtra.
1684
1685 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1686
1687 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
1688 MacJapanese if text is ASCII-only.
1689
1690 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
1691
1692 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
1693 unless so nil isn't returned.
1694 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
1695
1696 2006-05-06 Kim F. Storm <storm@cua.dk>
1697
1698 * subr.el (add-to-history): New function.
1699
1700 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
1701 (ediff-merge-files-with-ancestor):
1702 * env.el (setenv):
1703 * isearch.el (isearch-update-ring):
1704 * server.el (server-visit-files):
1705 * progmodes/grep.el (lgrep, rgrep):
1706 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
1707 * progmodes/xscheme.el (xscheme-insert-expression):
1708 Use add-to-history.
1709
1710 * kmacro.el (kmacro-push-ring): Use add-to-history.
1711 (kmacro-ring-length): Remove unused defun.
1712 (kmacro-start-macro): Use kmacro-push-ring.
1713
1714 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
1715
1716 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
1717 directly instead of a lambda expression that calls it.
1718
1719 2006-05-06 Kim F. Storm <storm@cua.dk>
1720
1721 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
1722 instead of compute-motion.
1723
1724 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
1725
1726 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
1727 change.
1728
1729 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
1730
1731 * startup.el (command-line-1): Refer to "Pure Storage" on
1732 pure-space-overflow.
1733
1734 2006-05-05 Martin Rudalics <rudalics@gmx.at>
1735
1736 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
1737 provided faces once they all have been used up.
1738
1739 2006-05-05 Eli Zaretskii <eliz@gnu.org>
1740
1741 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
1742 reference to the Lisp manual to the warning about pure space
1743 overflow.
1744
1745 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1746
1747 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
1748 argument to avoid the call to `ispell-internal-change-dictionary'
1749 when not needed.
1750 (ispell-change-dictionary): Use this argument and call
1751 `ispell-internal-change-dictionary' after the possible change
1752 to `ispell-local-dictionary'.
1753 (ispell-internal-change-dictionary): Check for a change in
1754 personal dictionary use too.
1755 Cosmetic changes from Agustin Martin
1756 <agustin.martin@hispalinux.es>.
1757
1758 2006-05-05 Eli Zaretskii <eliz@gnu.org>
1759
1760 * startup.el (command-line): On MS-Windows, probe "~", not
1761 "~USER", for warning about non-existent home directory
1762
1763 * arc-mode.el (archive-l-e): New optional argument `float' means
1764 generate a float value.
1765 (archive-arc-summarize, archive-lzh-summarize)
1766 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
1767 with 3rd argument non-nil when file's size is being computed.
1768 Format the file sizes with %8.0f instead of %8d.
1769
1770 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1771
1772 * cus-start.el (all): Add mac-dnd-known-types.
1773
1774 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
1775 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
1776 (mac-TIFF-to-string): New functions.
1777 (x-get-selection, x-selection-value)
1778 (mac-select-convert-to-string): Use them.
1779 (mac-text-encoding-mac-japanese-basic-variant): New constant.
1780 (mac-dnd-types-alist): New customization variable.
1781 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
1782 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
1783 (mac-dnd-handle-drag-n-drop-event): New functions.
1784 (mac-drag-n-drop): Remove function.
1785 (global-map): Bind drag-n-drop and M-drag-n-drop to
1786 mac-dnd-handle-drag-n-drop-event.
1787
1788 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
1789
1790 * progmodes/perl-mode.el (perl-beginning-of-function):
1791 Skip anonymous subs.
1792
1793 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1794
1795 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
1796 regexp-opt at run time.
1797
1798 * term.el (term-handle-ansi-escape): Fix off by one error.
1799
1800 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
1801
1802 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
1803 (gdb-init-1, gdb-post-prompt): ...and references to it.
1804 (gdb-frame-handler): Strip directory name from filename if present.
1805
1806 * progmodes/gud.el (gdb-force-update): Delete defvar
1807 (gud-speedbar-buttons): ...and references to it. Use window-start
1808 to try to keep positon in watch expression.
1809
1810 2006-05-03 Richard Stallman <rms@gnu.org>
1811
1812 * simple.el (next-history-element, previous-history-element): Doc fix.
1813
1814 * isearch.el (isearch-update-ring): Doc fix.
1815
1816 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
1817
1818 * isearch.el (isearch-update-ring): Take history-delete-duplicates
1819 into consideration. Replace one arm ifs with whens.
1820
1821 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
1822
1823 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
1824 (menu): Fix typo.
1825
1826 2006-05-02 Miles Bader <miles@gnu.org>
1827
1828 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
1829
1830 2006-05-02 Jay Belanger <belanger@truman.edu>
1831
1832 * calc/calc-embed.el (calc-override-minor-modes-map)
1833 (calc-override-minor-modes): New variables.
1834 (calc-do-embedded): Make sure that Calc keystrokes aren't
1835 overwritten by minor modes.
1836
1837 2006-05-02 Chong Yidong <cyd@mit.edu>
1838
1839 * msb.el (msb): If EVENT is a down event, read and discard the up event.
1840
1841 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
1842
1843 * startup.el (command-line-1): Refer to Lisp manual when
1844 pure-space-overflow occurs.
1845
1846 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
1847 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
1848 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
1849 (version-control): Don't use `t' for safe-local-variable declarations.
1850
1851 2006-05-01 Richard Stallman <rms@gnu.org>
1852
1853 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
1854 M-r, M-R, M-A, M-SPC or M-DEL.
1855 (diff-mode-map): diff-refine-hunk now on C-c C-w
1856 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
1857
1858 * help-mode.el (help-mode): view-exit-action calls delete-window
1859 only when it is safe and possible.
1860
1861 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
1862 in messages.
1863
1864 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
1865
1866 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
1867 in the default tool-bar-map.
1868
1869 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
1870
1871 * net/tramp.el (tramp-completion-file-name-handler-alist)
1872 (tramp-run-real-handler, tramp-completion-run-real-handler)
1873 (tramp-completion-handle-file-name-all-completions)
1874 (tramp-completion-handle-file-name-completion): Autoload them.
1875 (tramp-completion-handle-file-exists-p)
1876 (tramp-completion-handle-file-name-directory)
1877 (tramp-completion-handle-file-name-nondirectory)
1878 (tramp-completion-handle-expand-file-name): Remove them.
1879 (tramp-handle-file-name-directory): Return the real directory name.
1880 Returning "/" only doesn't need to be necessary any longer.
1881 (tramp-file-name-handler): Make special attention when in hostname
1882 completion mode.
1883 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
1884 (tramp-register-file-name-handlers):
1885 Register `tramp-completion-file-name-handler' only when
1886 `partial-completion-mode' is enabled.
1887 (tramp-completion-handle-file-name-all-completions):
1888 Delete directory part from results.
1889 (tramp-get-completion-methods, tramp-get-completion-user-host):
1890 Discard deleting "/", it doesn't work after the change of
1891 `tramp-handle-file-name-directory' above.
1892
1893 2006-05-01 Kim F. Storm <storm@cua.dk>
1894
1895 * progmodes/grep.el (grep-expand-template): Use save-match-data
1896 and symbol-value.
1897
1898 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1899
1900 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
1901 Use select-frame-set-input-focus instead of raise-frame.
1902 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
1903
1904 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
1905
1906 * progmodes/gud.el (gud-def): Add %c case.
1907 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
1908 (gud-format-command): Make match case sensitive. Match on %F.
1909
1910 2006-04-30 Glenn Morris <rgm@gnu.org>
1911
1912 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
1913 (cal-tex-preamble): Use cal-tex-preamble-extra.
1914 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
1915 than alias `list-diary-entries'.
1916
1917 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
1918
1919 * help-fns.el (describe-variable): Add info about safe local variables.
1920
1921 2006-04-29 Richard Stallman <rms@gnu.org>
1922
1923 * bindings.el (mode-line-format): help-echo doc fixes.
1924
1925 * net/tramp.el (tramp-file-name-handler-alist): Delete
1926 expand-file-name and other operations that can cause spurious loading.
1927
1928 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1929
1930 * files.el (safe-local-variable-p): Remove support for the special
1931 value t.
1932
1933 * textmodes/paragraphs.el (sentence-end-without-space):
1934 Fix safety predicate.
1935 (sentence-end-double-space, sentence-end-without-period)
1936 (paragraph-ignore-fill-prefix):
1937 * textmodes/fill.el (colon-double-space):
1938 * abbrev.el (abbrev-mode): Tighten the safety predicate.
1939
1940 * subr.el (booleanp): New fun.
1941
1942 * textmodes/reftex-vars.el (reftex-guess-label-type):
1943 Tighten the safety predicate.
1944
1945 2006-04-28 Kim F. Storm <storm@cua.dk>
1946
1947 * progmodes/grep.el (defgroup grep): Doc fix.
1948 (grep-auto-highlight): Remove.
1949 (grep-template): New defcustom.
1950 (grep-find-template): Rename from grep-tree-template.
1951 (grep-files-aliases): Rename from grep-tree-files-aliases.
1952 Remove "all" alias, add "l" alias.
1953 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
1954 (grep-find-ignored-directories): New defcustom to replace
1955 grep-tree-ignore-CVS-directories, to facilitate ignoring
1956 subdirectories for multiple version control systems.
1957 (grep-mode-map): Add Recursive grep item to GREP menu.
1958 (grep-regexp-history, grep-files-history): New defvars.
1959 (grep-probe): New helper function.
1960 (grep-compute-defaults): Use it to simplify code.
1961 Adapt to name changes.
1962 Use `.' as base in grep-find-template rather than <D>.
1963 (grep): Remove superfluous highlight-regexp arg. Fix doc.
1964 Call grep-compute-defaults unconditionally.
1965 (grep-expand-keywords): New defconst.
1966 (grep-expand-template): Rename from grep-expand-command-macros.
1967 Simplify via grep-expand-keywords. Look at case-fold-search instead
1968 of grep-tree-ignore-case to add -i option.
1969 Bind case-fold-search to nil while matching keywords.
1970 (grep-tree-last-regexp, grep-tree-last-files): Remove.
1971 (grep-read-regexp, grep-read-files): New helper functions.
1972 (rgrep): Rename from grep-tree. Rework to use proper histories.
1973 Adapt to changes in defcustoms and functions above.
1974 (lgrep): New command, as grep, but using same interactive UI as rgrep.
1975
1976 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
1977
1978 * net/tramp.el (tramp-completion-file-name-handler):
1979 Disable Tramp's functionality while loading Tramp itself.
1980 (tramp-register-file-name-handlers): That's a defsubst now.
1981 Code from `tramp-repair-jka-compr' moved here. Apply it via
1982 `after-init-hook'.
1983 (tramp-repair-jka-compr): Remove.
1984
1985 2006-04-27 Jay Belanger <belanger@truman.edu>
1986
1987 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
1988 read expression when `math-read-big-expr' doesn't work.
1989
1990 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
1991
1992 * startup.el (command-line-1): Display warning when
1993 pure-space-overflow is non-nil.
1994
1995 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1996
1997 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
1998 risky.
1999
2000 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2001
2002 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
2003 Return the URL or nil if none can be generated.
2004
2005 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
2006
2007 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
2008 byte compiler warnings.
2009 (gud-basic-call, gud-find-expr): Let user select an expression
2010 for printing. Print expression as well as value in GUD buffer.
2011
2012 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
2013
2014 * allout.el: Remove local autoload declaration for
2015 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
2016 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
2017 (allout-plain-bullets-string, allout-distinctive-bullets-string)
2018 (allout-use-mode-specific-leader, allout-old-style-prefixes)
2019 (allout-stylish-prefixes, allout-numbered-bullet)
2020 (allout-file-xref-bullet, allout-presentation-padding)
2021 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
2022 safe-local-variable with suitable value spec, and add autoload
2023 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
2024 (move-beginning-of-line, move-end-of-line): Repair so these compat
2025 functions now actually resituate the point, when appropriate.
2026
2027 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2028
2029 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
2030
2031 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
2032 (add-log-iso8601-time-string): Fix call to format-time-string.
2033
2034 2006-04-26 Kim F. Storm <storm@cua.dk>
2035
2036 * subr.el (posn-string, posn-image, posn-object): Doc fix.
2037
2038 2006-04-26 Masatake YAMATO <jet@gyve.org>
2039
2040 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
2041 Add support for "//" style comments. Remove `b' flag
2042 from ?* in `asm-mode-syntax-table'.
2043
2044 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2045
2046 * follow.el: Use (featurep 'xemacs) everywhere.
2047 (follow-mode): Use define-minor-mode.
2048 (follow-mode-map): Move initialization into the declaration.
2049 Use command remapping.
2050 (follow-emacs-version-xemacs-p): Remove.
2051 (follow-submit-feedback): Remove.
2052
2053 * allout.el (allout-layout, allout-passphrase-verifier-string)
2054 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
2055
2056 * textmodes/reftex-vars.el (reftex-vref-is-default)
2057 (reftex-fref-is-default, reftex-guess-label-type):
2058 Tighten up a bit the safety predicate.
2059
2060 * textmodes/paragraphs.el (sentence-end-double-space)
2061 (sentence-end-without-period, sentence-end-without-space)
2062 (page-delimiter, paragraph-ignore-fill-prefix):
2063 Tighten up a bit the safety predicate.
2064
2065 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
2066
2067 * progmodes/python.el (python-continuation-line-p)
2068 (python-beginning-of-statement): syntax-ppss may return
2069 a negative depth.
2070 (python-mode): Don't forcefully enable font-lock.
2071
2072 * time-stamp.el (time-stamp-start, time-stamp-end)
2073 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
2074
2075 * add-log.el: Remove spurious * in docstrings.
2076 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
2077 (add-change-log-entry): Use it here, since it's not specific
2078 to iso8601.
2079 (add-log-iso8601-time-string): Don't use it here any more.
2080 (change-log-indent-text, change-log-indent): Rename from add-log-*.
2081
2082 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
2083
2084 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
2085
2086 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
2087 (rcirc-toggle-low-priority): Doc fix.
2088 (rcirc-handler-NOTICE): Remove beginning of line anchor in
2089 ChanServ regexp.
2090 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
2091 #emacs.
2092 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
2093 (rcirc-decode-coding-system): Use utf-8 as the default.
2094 (rcirc-multiline-minor-mode): Set the fill-column.
2095 (rcirc-format-response-string): Display bright and dim nicks.
2096 (rcirc-browse-url): Update interactive spec to fill ARG.
2097 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
2098 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
2099
2100 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2101
2102 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
2103 case for @Article, etc.
2104
2105 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
2106
2107 * net/tramp.el (tramp-register-file-name-handlers): New defun.
2108 Added with autoload cookie.
2109 (tramp-unload-file-name-handlers): Rename from
2110 `tramp-unload-file-name-handler-alist'.
2111
2112 2006-04-23 Romain Francoise <romain@orebokech.com>
2113
2114 * comint.el (comint-match-partial-filename): Doc fix.
2115
2116 2006-04-21 Glenn Morris <rgm@gnu.org>
2117
2118 * calendar/cal-menu.el (calendar-mode-map): Refer to
2119 `diary-view-entries' rather than alias `view-diary-entries'.
2120 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
2121
2122 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
2123
2124 * progmodes/antlr-mode.el (antlr-default):
2125 * cus-edit.el (custom-documentation):
2126 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
2127 in defface.
2128
2129 2006-04-21 Kim F. Storm <storm@cua.dk>
2130
2131 * image.el (image-type): New defun split out of create-image.
2132 (create-image): Use it.
2133
2134 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
2135
2136 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
2137 (org-open-at-point): Remove the "...done" message to keep output
2138 in the echo area visible.
2139 (org-export-as-xoxo): Fix call to `indent-region'.
2140
2141 2006-04-21 Kevin Ryde <user42@zip.com.au>
2142
2143 * international/mule.el (keyboard-coding-system): defcustom
2144 info-link fixes: "Specify Coding" has been split, keyboard now in
2145 "Terminal Coding", and "Single-Byte Character Support" is now
2146 "Unibyte Mode".
2147
2148 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2149
2150 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
2151 Use font-lock-warning-face for any errors e.g. no stack.
2152 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
2153
2154 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2155
2156 * progmodes/sh-script.el (sh-shell): Mark as safe.
2157
2158 * newcomment.el (comment-start, comment-start-skip)
2159 (comment-end-skip, comment-end): Mark as safe.
2160
2161 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
2162
2163 * textmodes/org.el (org-deadline-announce): Face removed.
2164 (org-level-faces, org-n-levels): Convert to constant.
2165 (org-compatible-face): New function.
2166 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
2167 (org-level-5, org-level-6, org-level-7, org-level-8)
2168 (org-special-keyword, org-warning, org-headline-done, org-link)
2169 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
2170 (org-scheduled-today, org-scheduled-previously, org-time-grid):
2171 Face definition revised for better color tty support.
2172 (org-bold-re, org-italic-re, org-underline-re): New constants.
2173 (org-set-font-lock-defaults): Use the new constants.
2174 (org-agenda-highlight-todo): New function.
2175 (org-agenda-todo): Fix bug with point at end of line.
2176 (org-agenda-change-all-lines, org-finalize-agenda-entries):
2177 Fontify TODO keywords.
2178 (org-insert-link): Preserve relative path in ../ links.
2179 (org-export-as-html): Convert links pointing to .org files into
2180 links that will work beteen the exported HTML files.
2181 (org-todo-list): Fix bug when arg=0.
2182 (org-insert-heading): More fine-tuning.
2183
2184 2006-04-19 Romain Francoise <romain@orebokech.com>
2185
2186 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
2187 from `rmail-mime-charset-pattern'.
2188
2189 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2190
2191 * progmodes/python.el (python-mode): Fix typo.
2192
2193 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2194
2195 * comint.el (comint-previous-input): Don't clobber input line
2196 when moving off either end of the input history ring.
2197 (comint-delete-input): New function, used by
2198 `comint-previous-input' and others.
2199 (comint-previous-matching-input):
2200 Use `coming-delete-input'. Save the partial input if leaving the
2201 edit line. Goto point-max before deleting input to avoid
2202 partial input fragments hanging around.
2203 (comint-restore-input): New function, used by `comint-previous-input'.
2204
2205 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
2206
2207 * imenu.el (imenu--index-alist): Balance parentheses.
2208
2209 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2210
2211 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
2212
2213 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
2214
2215 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
2216 file is nil.
2217
2218 2006-04-18 Richard Stallman <rms@gnu.org>
2219
2220 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
2221
2222 * imenu.el (imenu-create-index-function, imenu--index-alist)
2223 (imenu--last-menubar-index-alist, imenu--make-index-alist)
2224 (imenu-default-create-index-function, imenu--generic-function):
2225 Doc fixes.
2226
2227 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
2228
2229 * help-mode.el (help-mode): Set view-exit-action to delete window.
2230
2231 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
2232 now works by passing nil as arg.
2233
2234 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
2235
2236 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
2237 (read-abbrev-file): Provide default when reading filename.
2238
2239 * files.el (enable-local-variables): Allow :all as value.
2240 (hack-local-variables): Implement that value.
2241 (safe-local-variable-values, safe-local-eval-forms)
2242 (enable-local-variables): Mark as risky.
2243 (find-file-visit-truename, kept-old-versions): Mark safe.
2244
2245 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
2246 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
2247 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
2248
2249 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2250
2251 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
2252 Use forward-line so as to get to BOL even in the presence of fields.
2253 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
2254 in return.
2255 (inferior-tcl): Tell tclsh to work in interactive mode.
2256
2257 * complete.el (partial-completion-mode):
2258 Use 'choose-completion-string-functions to make sure that
2259 choose-completion fills the minibuffer properly.
2260
2261 * complete.el (PC-old-read-file-name-internal): Remove.
2262 (PC-read-include-file-name-internal): Remove. Turn it into an advice
2263 of read-file-name-internal.
2264 (partial-completion-mode): Enable/disable this advice.
2265
2266 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
2267
2268 * net/tramp.el (tramp-completion-file-name-handler): Revert change
2269 of 2006-04-17.
2270
2271 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
2272
2273 * textmodes/org.el (org-insert-heading): Insert heading before
2274 current if at beginning of line.
2275 (org-todo, org-date): New faces.
2276 (org-table-align): Make sure tooltip window contains full text.
2277 (org-no-properties): New defsubst.
2278 (org-set-font-lock-defaults): Use new faces.
2279
2280 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
2281
2282 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
2283 for root variables.
2284
2285 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
2286 (gdb-frame-address): Re-use to identify frame for watch expression.
2287 (gdb-var-list, gdb-var-create-handler): Add frame address for root
2288 variables.
2289 (gdb-init-1, gdb-source, gdb-post-prompt)
2290 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
2291 (gdb-frame-handler): Get gdb-frame-address.
2292
2293 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
2294
2295 Sync with Tramp 2.0.53.
2296
2297 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
2298 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
2299 (tramp-completion-file-name-handler): Add autoload cookie for
2300 adding to `file-name-handler-alist'.
2301
2302 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
2303 the prompt. If it returns earlier (when detecting an error
2304 message), the rest of the output will merge accidently with the
2305 output of the next command. Reported by M Jared Finder
2306 <jared@hpalace.com>.
2307
2308 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2309 for `process-file', in order to let it work for older Emacsen too.
2310
2311 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
2312
2313 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
2314 (tex-font-lock-keywords-3): Use it.
2315
2316 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2317
2318 * newcomment.el (comment-add): New function.
2319 (comment-region-default, comment-dwim): Use it.
2320
2321 2006-04-15 Michael Olson <mwolson@gnu.org>
2322
2323 * emacs-lisp/tq.el: Improve comments.
2324 (tq-queue-head-question): New accessor function.
2325 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
2326 Update for modified queue structure.
2327 (tq-queue-add): Accept `question' argument.
2328 (tq-queue-pop): If a question is pending, send it.
2329 (tq-enqueue): Accept new optional argument `delay-question'.
2330 If this is non-nil, and at least one other question is pending a
2331 response, queue the question rather than sending it immediately.
2332
2333 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2334
2335 * calendar/appt.el (appt-add): Check whether an appointment is
2336 already present in appt-time-msg-list. Simplify code.
2337
2338 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2339
2340 * progmodes/cc-langs.el (c-mode-menu):
2341 Don't presume c-subword-mode is bound.
2342
2343 2006-04-13 Bill Wohler <wohler@newt.com>
2344
2345 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
2346 (customize-package-emacs-version): Use cdr instead of cadr now
2347 that alists use dotted pairs.
2348
2349 * custom.el (defcustom): Fix docstring for :package-version.
2350
2351 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
2352
2353 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
2354 (tramp-handle-shell-command): Display output buffer only when
2355 `tramp-display-shell-command-buffer' is true.
2356 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
2357
2358 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2359
2360 * textmodes/org.el (org-set-autofill-regexps): Set only the local
2361 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
2362
2363 2006-04-13 Romain Francoise <romain@orebokech.com>
2364
2365 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
2366 leaving temporary .cvsignore buffers behind.
2367
2368 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2369
2370 * textmodes/org.el (org-set-regexps-and-options)
2371 (org-get-current-options): Better names for the startup folding
2372 options.
2373
2374 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
2375
2376 * vc.el (vc-annotate): Arrange for point to end up at the same
2377 line number as in the original, but only when using a new buffer.
2378
2379 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
2380
2381 * files.el (hack-one-local-variable-eval-safep):
2382 Recognize `edebug-form-spec' for `put', but only if it passes
2383 `edebug-basic-spec'. Generalize `put' handling.
2384
2385 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
2386 vetting file-local form specs.
2387
2388 * allout.el (allout-layout): Autoload its `safe-local-variable'
2389 property.
2390
2391 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2392
2393 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
2394 (org-agenda-mouse-1-follows-link)
2395 (org-mouse-1-follows-link): New options.
2396 (org-format-agenda-item): Fix bug if TAGS is nil.
2397 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
2398
2399 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
2400
2401 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
2402 GDB 6.1+ gives full filename for "info sources" so use
2403 file-name-nondirectory.
2404
2405 2006-04-12 Romain Francoise <romain@orebokech.com>
2406
2407 * subr.el (read-passwd): Bind `message-log-max' to nil.
2408
2409 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2410
2411 * progmodes/perl-mode.el (perl-indent-new-calculate):
2412 Recompute parse-start after jumping backward by a whole sexp.
2413
2414 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2415
2416 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
2417 window configuration.
2418 (vc-annotate-display-select): Select the buffer so that current-buffer
2419 (and selected-window) is the output buffer at the end of vc-annotate.
2420
2421 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
2422
2423 * vc.el (vc-annotate-color-map): Add custom TTY color map for
2424 8-color terminals, to use all of the colors in a sensible order.
2425 256-color terminals work well with the standard map.
2426 (vc-annotate-lines): Only strip the first color character if it
2427 is "#", to allow for terminal-style named colors.
2428 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
2429 the correct buffer is scrolled.
2430
2431 2006-04-11 Richard Stallman <rms@gnu.org>
2432
2433 * emacs-lisp/bytecomp.el (byte-compile-file):
2434 Bind enable-local-variables to :safe, and make normal-mode obey it.
2435
2436 * files.el (enable-local-variables): Allow value :safe.
2437 (normal-mode): Doc fix.
2438 (hack-local-variables): Implement enable-local-variables = :safe.
2439 (hack-local-variables-confirm): Don't prevent quitting.
2440
2441 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2442
2443 * loadhist.el (unload-feature): A bit of sanity check of
2444 load-history entries. Cancel timer-vars before unbinding them.
2445
2446 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
2447 quote special chars, and make the trick work on the hex part of the
2448 buffer as well.
2449 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
2450 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
2451
2452 * startup.el (normal-splash-screen): Fix last change so we don't wait
2453 2 minutes if we don't show the splash screen.
2454
2455 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
2456
2457 * textmodes/org.el (org-export-plain-list-max-depth)
2458 (org-table-spaces-around-separators)
2459 (org-radio-targets, org-activate-camels)
2460 (org-table-spaces-around-invisible-separators): Options removed.
2461 (org-time-stamp-rounding-minutes, org-remember-templates)
2462 (org-ellipsis, org-activate-links, org-descriptive-links):
2463 New options.
2464 (org-remember-apply-template, org-current-time)
2465 (org-finish-edit-table-field)
2466 (org-link-unescape, org-link-escape)
2467 (org-string-width, org-table-clean-line, org-html-do-expand)
2468 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
2469 (org-read-agenda-file-list): New functions.
2470 (org-table-edit-field)
2471 (org-table-create-or-convert-from-region): New commands
2472 (org-table-toggle-vline-visibility): Command removed.
2473 (org-table-convert-region): Made a command.
2474 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
2475 Replace with the normal org- functions.
2476 (org-self-insert-command): Don't trigger realign unnecessarily
2477 when blanking a field that is not full.
2478 (org-mode): `Set buffer-invisibility-spec' for links.
2479 (org-activate-links2): Hide link part and only show descriptive
2480 part of the link.
2481 (org-insert-link): Modify for new linking system.
2482 (org-store-link): Store description separately, for use by
2483 `org-insert-link'.
2484 (org-table-align): Use `org-string-width'.
2485 (defgroup): Completely new group structure for custom variables.
2486 (org-agenda-files): Option: Single file name allowed. Function:
2487 Optional argument unrestrited means ignore any restricitons.
2488 (org-install-agenda-files-menu): Find a buffer in Org-mode before
2489 trying to modify the menu. Use generalized access to
2490 `org-agenda-files.'
2491 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
2492 (org-agenda-file-to-front, org-remove-file, org-diary)
2493 (org-tags-view, org-export-icalendar-all-agenda-files)
2494 (org-export-icalendar-combine-agenda-files): Use generalized
2495 access to `org-agenda-files'.
2496 (org-remember-handler): Correctly preserve heading if present.
2497 (org-table-insert-row, org-table-insert-hline): Deal with
2498 invisible characters.
2499
2500 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
2501
2502 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
2503 (vc-annotate-color-map): New 18 element constant
2504 value/saturation, rotating hue colormap, from red->blue.
2505 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
2506 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
2507 (vc-annotate): To avoid killing the required local variables,
2508 set them before the end of `with-output-to-temp-buffer', and
2509 after first switching to annotate-mode.
2510 (vc-annotate-warp-version): Add buffer argument in goto-line to
2511 ensure annotation, not source, is scrolled.
2512
2513 2006-04-10 Bill Wohler <wohler@newt.com>
2514
2515 * custom.el (defcustom, custom-handle-keyword):
2516 Add :package-version keyword.
2517 (custom-add-package-version): New function. Sets value of new
2518 property 'custom-package-version from :package-version keyword.
2519 (defcustom): Create Common Keywords section in docstring.
2520 (defface, defgroup): Replace definitions of a select few keywords
2521 with a reference to the Common Keywords in defcustom.
2522 (defcustom, defface, defgroup): Replace reference to Customization
2523 chapter in manual with hyperlink.
2524
2525 * cus-edit.el (customize-package-emacs-version-alist):
2526 New variable.
2527 (customize-changed-options): Add check for custom-package-version.
2528 (customize-package-emacs-version): New function to look up Emacs
2529 version corresponding to the given package version.
2530
2531 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
2532 defun name, in similar fashion to find-variable-regexp.
2533
2534 2006-04-10 Eli Zaretskii <eliz@gnu.org>
2535
2536 * international/mule-cmds.el (set-locale-environment): Fix last
2537 change for when the locale's preferences don't specify any encoding.
2538
2539 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2540
2541 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
2542 so the defined var/fun doesn't need to be quoted.
2543
2544 2006-04-10 Richard Stallman <rms@gnu.org>
2545
2546 * finder.el (finder-mode-map): Add n and p bindings.
2547
2548 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
2549
2550 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
2551 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
2552 (gdb-setup-windows): Put something in source window if we can't find
2553 the source file.
2554 (gdb-frame-handler): Make it work again with just assembly.
2555 (gdb-data-list-register-values-handler): Make it work when there is
2556 no stack.
2557
2558 2006-04-09 Richard Stallman <rms@gnu.org>
2559
2560 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
2561 specs while looking for charset.
2562
2563 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
2564
2565 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
2566 Make them faces.
2567 (lm-font-lock-keywords): Update appropriately.
2568
2569 2006-04-10 Kim F. Storm <storm@cua.dk>
2570
2571 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
2572 it can also replace buffer-substring-no-properties.
2573
2574 * emulation/cua-base.el (cua-delete-region, cua-paste)
2575 (cua-repeat-replace-region): Use filter-buffer-substring.
2576
2577 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2578 (cua-cut-region-to-global-mark): Likewise.
2579
2580 * emulation/cua-rect.el (cua--extract-rectangle)
2581 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
2582
2583 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2584
2585 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
2586 entry-type. Add field delimiters to numerical fields if they are
2587 not present.
2588
2589 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2590
2591 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
2592 string-const to return value.
2593 (bibtex-remove-delimiters): Use it.
2594
2595 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2596
2597 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
2598 cl-byte-compile-compiler-macro unless it exists.
2599
2600 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2601
2602 * files.el (hack-local-variables-confirm) <offer-save>:
2603 Clarify message text. Suggested by Ralf Angeli.
2604
2605 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
2606
2607 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
2608 (delete-extract-rectangle-line): Use `filter-buffer-substring'
2609 instead of `buffer-substring' and `delete-region'. (Most of the
2610 code actually copied from `kill-region'.)
2611
2612 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
2613
2614 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
2615 (rcirc-default-port): Rename from rcirc-port.
2616 (rcirc-default-nick): Rename from rcirc-nick.
2617 (rcirc-default-user-name): Rename from rcirc-user-name.
2618 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
2619 (rcirc-low-priority-flag): New variable.
2620 (rcirc-decode-coding-system): New defcustom.
2621 (rcirc-encode-coding-system): New defcustom.
2622 (rcirc-coding-system-alist): New defcustom.
2623 (rcirc-multiline-major-mode): New defcustom.
2624 (rcirc-nick): New internal variable.
2625 (rcirc-process): Remove variable.
2626 (rcirc-server-buffer): New variable.
2627 (rcirc): Update to use rcirc-default-* variables above.
2628 (rcirc-connect): Do not add window-configuration-hook-here.
2629 (rcirc-server): New internal variable.
2630 (rcirc-connect): Do not send keepalive pings if
2631 rcirc-keepalive-seconds is nil.
2632 (with-rcirc-server-buffer): New macro.
2633 (rcirc-send-string): Encode with rcirc-encode-coding-system.
2634 (rcirc-server-name): Rename from rcirc-server.
2635 (rcirc-buffer-process): New function.
2636 (rcirc-buffer-nick): New function.
2637 (rcirc-buffer-target): Remove function.
2638 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
2639 New commands.
2640 (rcirc-mode-map): Change binding of C-c C-l to
2641 rcirc-toggle-low-priority.
2642 (rcirc-mode): Initialize coding system based on
2643 rcirc-coding-system-alist. New change-major-mode-hook to part the
2644 channel on a mode change. Make kill-buffer-hook buffer-local.
2645 (rcirc-change-major-mode-hook): New function.
2646 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
2647 (rcirc-last-post-time): New variable.
2648 (rcirc-process-message): Store the last time user posted a message
2649 to this target.
2650 (rcirc-multiline-minor-mode): New mode.
2651 (rcirc-multiline-minor-mode-map): New mode map.
2652 (rcirc-edit-multiline): Put multiline-edit buffer in
2653 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
2654 (rcirc-print): Ignore any line starting with an ignored nick.
2655 (rcirc-print): Decode using rcirc-decode-coding-system.
2656 (rcirc-track-minor-mode): Update global-mode-string when disabling
2657 this mode.
2658 (minor-mode-alist): Add LowPri indicator.
2659 (rcirc-toggle-low-priority): New function.
2660 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
2661 next lowpriority buffer with activity.
2662 (rcirc-record-activity): Sort buffers in rcirc-activity by the
2663 last time the user posted a message in to the target.
2664 (rcirc-update-activity-string): New formatting for low priority
2665 buffers.
2666 (rcirc-split-activity): New function.
2667 (rcirc-handler-PART, rcirc-handler-KICK)
2668 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
2669 (rcirc-nick-away-alist): New variable.
2670 (rcirc-handler-301): New handler. Away messages are printed once
2671 per change.
2672
2673 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2674
2675 * info.el (Info-follow-nearest-node): Doc fix.
2676
2677 * international/mule-cmds.el (set-locale-environment): Make sure
2678 the coding-system preferred by the locale's language has the same
2679 EOL conversion type as the original buffer-file-coding-system.
2680 (locale-language-names): Add a few MS Windows language codes.
2681
2682 2006-04-07 Richard Stallman <rms@gnu.org>
2683
2684 * simple.el (eval-expression): Doc fix.
2685
2686 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
2687 (eval-defun): Doc fixes.
2688
2689 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
2690
2691 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
2692
2693 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
2694
2695 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
2696 GDB list command without argument for greater generality.
2697
2698 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
2699
2700 * subr.el (string-or-null-p): New function.
2701
2702 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
2703
2704 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
2705
2706 * files.el: Update comment about safe-local-variable declarations.
2707
2708 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
2709
2710 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
2711 See idlwave.org.
2712
2713 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
2714 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
2715
2716 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
2717 See idlwave.org.
2718
2719 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
2720 version 6.0 (minimal changes). See idlwave.org.
2721
2722 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
2723 6.0 (minimal changes). See idlwave.org.
2724
2725 * progmodes/idlw-rinfo.el: File obsoleted and removed.
2726
2727 2006-04-06 Romain Francoise <romain@orebokech.com>
2728
2729 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
2730 symmetric encryption features and a new asynchronous interface to
2731 GnuPG. This new version is version 1.4, plus whitespace changes.
2732
2733 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
2734
2735 * files.el: Move some `safe-local-variable' declarations to the
2736 respective files.
2737
2738 * textmodes/ispell.el (ispell-check-comments)
2739 (ispell-local-dictionary): Mark as safe.
2740
2741 * abbrev.el (abbrev-mode): Mark as safe.
2742
2743 * add-log.el (change-log-default-name): Mark as safe.
2744
2745 * textmodes/reftex-vars.el (reftex-vref-is-default)
2746 (reftex-fref-is-default, reftex-level-indent)
2747 (reftex-guess-label-type): Mark as safe.
2748
2749 * textmodes/fill.el (colon-double-space): Mark as safe.
2750
2751 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
2752 (sentence-end-double-space, sentence-end-without-period)
2753 (sentence-end-without-space, sentence-end, sentence-end-base)
2754 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
2755
2756 2006-04-06 Kim F. Storm <storm@cua.dk>
2757
2758 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
2759 the :set-after list.
2760 (ido-downcase-unc-hosts): New user option. Default on.
2761 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
2762 when it is set, as regexps are now applied on the fly.
2763 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
2764 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
2765 on the fly, but only when ido-process-ignore-lists is set.
2766 Do case insensitive filtering if ido-downcase-unc-hosts is set.
2767 Only downcase names if ido-downcase-unc-hosts is set.
2768
2769 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
2770
2771 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
2772
2773 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
2774
2775 2006-04-05 Kim F. Storm <storm@cua.dk>
2776
2777 * ido.el (ido-mode): Set after ido-unc-hosts and
2778 ido-ignore-unc-host-regexps.
2779 (ido-save-history): Save ido-unc-hosts-cache.
2780 (ido-load-history): Load ido-unc-hosts-cache.
2781 (ido-reread-directory): Refresh unc hosts cache in // dir.
2782
2783 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
2784 to nil while displaying slash screen.
2785
2786 2006-04-05 Daiki Ueno <ueno@unixuser.org>
2787
2788 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
2789 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2790
2791 2006-04-05 Kenichi Handa <handa@m17n.org>
2792
2793 * international/characters.el: Setup cases of Latin, Greek, and
2794 Cyrillic characters in CJK charsets.
2795
2796 2006-03-29 Daiki Ueno <ueno@unixuser.org>
2797
2798 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2799 default-enable-multibyte-characters. This reverts the change from
2800 revision 6.17 which is no longer necessary because the passphrase
2801 is sent separately now. GnuPG messages are unreadable under
2802 multibyte locales with default-enable-multibyte-characters set to nil.
2803
2804 2006-04-04 Andreas Schwab <schwab@suse.de>
2805
2806 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
2807 and `byte-compile-warnings' as `safe-local-variable'.
2808
2809 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
2810
2811 * man.el (Man-mode-map): Restore the \r binding.
2812 (Man-abstract-xref-man-page): If Man-target-string is a function,
2813 call it.
2814 (Man-highlight-references): Use Man-default-man-entry to get the
2815 target. Deal with xrefs too.
2816 (Man-highlight-references0): Don't call the target function.
2817
2818 * woman.el (WoMan-xref-man-page): Strip the section number, woman
2819 cannot deal with it.
2820
2821 2006-04-04 Daiki Ueno <ueno@unixuser.org>
2822
2823 * pgg-gpg.el: Clean up process buffers every time gpg processes
2824 complete.
2825
2826 2006-04-04 Kenichi Handa <handa@m17n.org>
2827
2828 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
2829 here.
2830 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
2831 Temporarily bind inhibit-field-text-motion to t.
2832
2833 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2834
2835 * startup.el (normal-splash-screen): Only set mode-line-format in the
2836 splash buffer, so as not to interfere when debugging the code.
2837 Ignore errors when switching buffer.
2838
2839 2006-04-03 Romain Francoise <romain@orebokech.com>
2840
2841 * dired.el (dired-dnd-protocol-alist): Fix typo.
2842
2843 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
2844
2845 * savehist.el (savehist): Add :version.
2846 (savehist-ignored-variables): New variable.
2847 (savehist-minibuffer-hook): Don't save variables listed in
2848 `savehist-ignored-variables'.
2849
2850 * dired.el (dired-dnd-protocol-alist): Mention that change does
2851 only apply to new buffers in doc string.
2852
2853 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
2854
2855 * recentf.el (recentf-open-files-item): Include newline in button
2856 field, so opening a file will work, when the point is at the end
2857 of the file name. Allow, for example, to [i]search a file by
2858 extension and just push RET to open it.
2859
2860 2006-04-03 Daiki Ueno <ueno@unixuser.org>
2861
2862 * pgg-gpg.el (pgg-gpg-process-filter)
2863 (pgg-gpg-wait-for-completion): Check if buffer is alive.
2864
2865 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2866 lines, temporary fix.
2867
2868 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2869
2870 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
2871
2872 2006-04-02 Richard Stallman <rms@gnu.org>
2873
2874 * progmodes/compile.el (compilation-message-face): Make it defcustom.
2875
2876 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2877
2878 * ibuf-macs.el (define-ibuffer-column): Add a new key:
2879 header-mouse-map.
2880
2881 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
2882 (ibuffer-mode-header-map): New keymaps.
2883 (ibuffer-update-title-and-summary): Enable mouse face highlighting
2884 and keybindings for column headers.
2885 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
2886 property.
2887
2888 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
2889
2890 * speedbar.el (speedbar-after-create-hook): Doc fix.
2891
2892 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
2893
2894 * shell.el (shell-directory-tracker)
2895 (shell-dynamic-complete-command): Doc fixes.
2896
2897 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
2898
2899 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
2900 terminals.
2901
2902 2006-04-01 Kim F. Storm <storm@cua.dk>
2903
2904 * ido.el (ido-unc-hosts-cache): New defvar.
2905 (ido-unc-hosts): If value of defcustom is a function, call it to
2906 get list of UNC hosts. Add function-item choices to specify
2907 ido-unc-hosts-net-view or user function.
2908 (ido-ignore-unc-host-regexps): New defcustom.
2909 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
2910 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
2911 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
2912
2913 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2914
2915 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
2916 wwidth.
2917
2918 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
2919
2920 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
2921 (ido-max-work-file-list, ido-switch-buffer)
2922 (ido-read-file-name-as-directory-commands):
2923 Fix typos in docstrings.
2924
2925 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2926
2927 * term/mac-win.el (mac-system-coding-system): Define and use after
2928 Mac-specific coding systems are ready.
2929
2930 2006-03-27 Romain Francoise <romain@orebokech.com>
2931
2932 * net/rcirc.el (rcirc-connect): Add autoload cookie.
2933
2934 * ldefs-boot.el: Update.
2935
2936 2006-03-27 Daiki Ueno <ueno@unixuser.org>
2937
2938 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2939 passphrases when it is not needed.
2940 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2941 passphrase stuff from gpg, should only be necessary when you use
2942 gpg with a smartcard.
2943
2944 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
2945
2946 * comint.el (comint-dynamic-list-completions): Allow user to
2947 select *Completions* buffer.
2948
2949 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
2950
2951 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
2952
2953 2006-03-26 Andreas Schwab <schwab@suse.de>
2954
2955 * progmodes/gud.el (gdb): Only complain about multiple debugging
2956 when the gdb process is still running.
2957
2958 2006-03-25 Eli Zaretskii <eliz@gnu.org>
2959
2960 * mail/rmail.el (tool-bar-map): Defvar it.
2961 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
2962 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
2963
2964 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
2965
2966 * help.el (print-help-return-message): Suggest to use
2967 display-buffer instead of switch-to-buffer-other-window to restore
2968 the previous window without selecting it.
2969
2970 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2971
2972 * frame.el (select-frame-by-name): Call x-focus-frame also when
2973 window-system is mac.
2974
2975 * term/mac-win.el: Adjust Courier font specifications in
2976 x-fixed-font-alist.
2977 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
2978 when directly encoding to UTF-16 in native byte order, no BOM.
2979
2980 2006-03-25 Kim F. Storm <storm@cua.dk>
2981
2982 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
2983 (cua--init-keymaps): Use it instead of fixed C-return.
2984 (cua-mode): Set after it.
2985
2986 * emulation/cua-rect.el (cua--init-rectangles):
2987 Use cua-rectangle-mark-key instead of fixed C-return.
2988
2989 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
2990
2991 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
2992 "run" in .gdbinit.
2993 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
2994
2995 2006-03-24 Romain Francoise <romain@orebokech.com>
2996
2997 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
2998 `display-buffer-other-frame'.
2999
3000 2006-03-24 Kim F. Storm <storm@cua.dk>
3001
3002 * apropos.el (apropos-synonyms): Add selection => region.
3003
3004 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3005
3006 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3007 (gdb-var-list-children-regexp, gdb-var-update-regexp)
3008 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3009 (gdb-data-list-register-values-regexp)
3010 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
3011 Future proof against new fields being added to MI output.
3012 (gdb-send): Don't treat backslashes for program input as
3013 continuations.
3014 (gdb-assembler-handler): Don't use window-start for this handler.
3015 (gdb-frame-handler): Don't change to hollow arrow if overlay
3016 arrow doesn't move to new frame.
3017
3018 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3019
3020 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
3021 prevent compiler warnings.
3022 (gdb-stopped): Check for gud-last-last-frame (case: signal).
3023 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
3024 (gdb-assembler-custom): Use hollow-right-triangle for assembler
3025 buffer too.
3026
3027 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
3028
3029 * pgg-gpg.el (pgg-gpg-update-agent): Check for
3030 make-network-process, so we can use the same code in Gnus v5-10
3031 too and have this file fully synchronized with that release.
3032
3033 2006-03-23 Romain Francoise <romain@orebokech.com>
3034
3035 * ibuf-ext.el (ibuffer-read-filter-group-name):
3036 Use `ibuffer-generate-filter-groups' to make completion list match
3037 the filter groups that are really displayed in the Ibuffer buffer.
3038 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
3039
3040 2006-03-23 Kenichi Handa <handa@m17n.org>
3041
3042 * international/mule-cmds.el (sort-coding-systems): Describe that
3043 the argument is modified in docstring.
3044
3045 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
3046
3047 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3048 (pgg-gpg-update-agent): New function.
3049 (pgg-gpg-use-agent-p): New function.
3050 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3051 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3052 (pgg-gpg-sign-region): Use it.
3053
3054 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
3055
3056 * cus-edit.el (custom-face-set): Call custom-push-theme before
3057 face-spec set so that `changed' theme is correctly saved.
3058 (custom-face-reset-standard): Reset to recalculated face rather
3059 than defface spec.
3060
3061 * custom.el (custom-push-theme): Only save `changed' theme if the
3062 current face does not match the defface specs.
3063
3064 2006-03-21 Simon Josefsson <jas@extundo.com>
3065
3066 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3067 <wilde@sha-bang.de>.
3068 (pgg-gpg-use-agent): New variable.
3069 (pgg-gpg-process-region): Use it.
3070 (pgg-gpg-encrypt-region): Likewise.
3071 (pgg-gpg-encrypt-symmetric-region): Likewise.
3072 (pgg-gpg-decrypt-region): Likewise.
3073 (pgg-gpg-sign-region): Likewise.
3074 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3075
3076 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
3077
3078 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
3079 bracket links.
3080
3081 2006-03-21 Kim F. Storm <storm@cua.dk>
3082
3083 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
3084 fringe-indicator-alist instead of modifying global value.
3085 (gdb-frame-handler): Likewise.
3086
3087 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
3088
3089 * diff-mode.el (diff-function): Make it inherit from diff-header
3090 instead of diff-context.
3091
3092 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
3093 bitmap.
3094 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
3095 change names in macro above for consistency.
3096 (gdb-frame-handler): Use hollow-right-triangle for all selected
3097 frames which except the innermost (where execution has stopped).
3098 (gdb-reset): Reset buffer-local values of overlay-arrow.
3099
3100 2006-03-20 Richard Stallman <rms@gnu.org>
3101
3102 * simple.el (set-mark-command): Doc fix.
3103
3104 * files.el (display-buffer-other-frame): New command.
3105 (ctl-x-4-map): Bind C-x 5 C-o to it.
3106
3107 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3108
3109 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
3110 rather than just defer-time, in case defer-time has been changed but
3111 the timer isn't running yet.
3112 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
3113
3114 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3115
3116 * help-mode.el (help-follow-symbol): New function.
3117 Essentially identical to the old `help-follow', but do not let
3118 `push-button' do the work when on an xref.
3119 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
3120
3121 2006-03-19 Richard Stallman <rms@gnu.org>
3122
3123 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
3124 preceded by the word `program'.
3125 (help-follow-mouse, help-follow): Throw error if not on xref.
3126 Delete no longer used args.
3127
3128 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
3129
3130 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
3131 annotation ensure gud-overlay-arrow-position is redisplayed.
3132
3133 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3134
3135 * textmodes/bibtex.el (bibtex-include-OPTkey)
3136 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
3137 (bibtex-autokey-name-case-convert)
3138 (bibtex-autokey-titleword-case-convert): Make these the aliases
3139 for the following two variables.
3140 (bibtex-autokey-name-case-convert-function)
3141 (bibtex-autokey-titleword-case-convert-function): Make these the
3142 real names.
3143 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
3144 bibtex-font-lock-crossref sublists.
3145 (bibtex-mode): Revert 2005-12-30 change (which made
3146 completion-ignore-case buffer-local).
3147 (bibtex-url): Simplify.
3148
3149 2006-03-19 Kim F. Storm <storm@cua.dk>
3150
3151 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
3152 cursor property value to 2 (to align with C level change).
3153
3154 2006-03-19 Bill Wohler <wohler@newt.com>
3155
3156 * image.el (image-load-path-for-library): Shorten first line in
3157 docstring.
3158
3159 2006-03-18 Richard Stallman <rms@gnu.org>
3160
3161 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
3162
3163 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
3164
3165 * isearch.el (isearch-other-meta-char): Handle user bindings for
3166 shifted control characters.
3167
3168 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
3169
3170 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
3171 part that matches email addresses, file names, etc.
3172
3173 2006-03-18 Eli Zaretskii <eliz@gnu.org>
3174
3175 * term/w32-win.el (mouse-set-font):
3176 Mention w32-list-proportional-fonts in the doc string.
3177
3178 2006-03-18 Kim F. Storm <storm@cua.dk>
3179
3180 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
3181 (ido-unc-hosts): New user option to explicitly define list of know
3182 UNC-style hosts for completion.
3183 (ido-cache-unc-host-shares-time): New user option.
3184 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
3185 New helper functions for UNC file-name support.
3186 (ido-may-cache-directory): Check for UNC host. Simplify.
3187 (ido-wash-history): Clean out old UNC hosts.
3188 (ido-nonreadable-directory-p): UNC hosts are always readable.
3189 (ido-directory-too-big-p): UNC hosts are never too big.
3190 (ido-set-current-directory): Handle UNC root path.
3191 (ido-file-name-all-completions): Complete UNC host names from
3192 ido-unc-hosts list. Cache UNC host shares.
3193 (ido-make-file-list-1): Don't filter UNC root.
3194 (ido-exhibit): Check for // in root directory, and switch to UNC
3195 mode by setting ido-current-directory to //.
3196
3197 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
3198
3199 * cus-edit.el (customize-changed-options): Mention explicit
3200 version number as default in prompt.
3201
3202 2006-03-17 Bill Wohler <wohler@newt.com>
3203
3204 * image.el (image-load-path-for-library): Minor docstring fix.
3205
3206 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
3207
3208 * textmodes/org.el (org-read-date): Include subgroup 5 into
3209 replacement text.
3210 (org-popup-calendar-for-date-prompt): Fix customization type.
3211
3212 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
3213
3214 * progmodes/gdb-ui.el (gud-watch): Provide completion.
3215 (gdb-continuation): New variable.
3216 (gdb-send): Deal with continuation lines.
3217
3218 * progmodes/gud.el (gud-gdb-complete-command)
3219 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
3220 expressions.
3221 (gud-tooltip-mode): Use buffer-local value.
3222
3223 2006-03-16 Kim F. Storm <storm@cua.dk>
3224
3225 * ido.el (ido-edit-input): Use selected match, if any.
3226
3227 2006-03-16 Bill Wohler <wohler@newt.com>
3228
3229 * image.el (image-load-path-for-library): Prefer user's images in
3230 image-load-path.
3231
3232 2006-03-16 Martin Rudalics <rudalics@gmx.at>
3233
3234 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
3235 when checking for attempt to drag leftmost or rightmost scrollbar.
3236
3237 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
3238
3239 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
3240 (gdb-force-mode-line-update): New function.
3241 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
3242 (gdb-exited): Use them.
3243 (gdb-signal): New function.
3244 (gdb-annotation-rules): Provide a rule for it.
3245
3246 2006-03-16 Kenichi Handa <handa@m17n.org>
3247
3248 * international/mule.el (auto-coding-regexp-alist): Add entries
3249 for Unicode BOM.
3250
3251 * sort.el (sort-build-lists): Temporarily bind
3252 inhibit-field-text-motion to t.
3253
3254 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
3255
3256 * locate.el (locate-command, locate-make-command-line)
3257 (locate-fcodes-file, locate-update-command)
3258 (locate-prompt-for-command, locate, locate-with-filter)
3259 (locate-get-file-positions): Doc fixes.
3260 (locate-buffer-name, locate-header-face): Remove leading `*' in
3261 defcustom.
3262 (locate-filter-output): Use `keep-lines' instead of its alias
3263 `delete-non-matching-lines'.
3264 (locate-get-filename, locate-get-dirname): Add introductory comment.
3265 (locate-find-directory-other-window): Give appropriate error
3266 message if used outside main listing.
3267
3268 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3269
3270 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
3271 the new extend-region feature.
3272 (font-lock-after-change-function): Update correspondingly.
3273 * jit-lock.el (jit-lock-after-change): Update correspondingly.
3274 * progmodes/grep.el (font-lock-lines-before): Don't disable.
3275
3276 2006-03-15 Bill Wohler <wohler@newt.com>
3277
3278 * image.el (image-load-path-for-library): Fix example by not
3279 recommending that one binds image-load-path. Just defvar it to
3280 placate compiler and only use it if previously defined.
3281
3282 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
3283
3284 * textmodes/org.el (org-insert-centered): Use `string-width' to
3285 make underlining work for wide characters.
3286 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
3287 TAB to `org-cycle', to make sure that no binding in
3288 `outline-mode-map' can supercede it.
3289
3290 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
3291
3292 * allout.el: Increment version to 2.2.1 in file commentary.
3293
3294 (allout-version): Increment to 2.2.1.
3295
3296 (allout-default-layout): New customization variable, used when the
3297 file lacks a specific allout-layout. Uses allout-layout-type for
3298 recursively nested definition.
3299
3300 (allout-layout-type): Widget defining allout layouts, necessary for
3301 self-recursive definition.
3302
3303 (allout-mode): Incorporate allout-default-layout as fallback for
3304 allout-layout.
3305
3306 (allout-layout): Mark as 'safe-local-variable', and refer mention
3307 fallback to `allout-default-layout' in absence of a specified value.
3308 (allout-passphrase-verifier-string)
3309 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
3310
3311 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
3312
3313 (allout-get-encryption-passphrase-verifier): Use correct name of
3314 passphrase verifier in docstring.
3315
3316 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
3317
3318 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
3319 elements.
3320 (gdb-find-watch-expression): Make it work for arrays too.
3321 Follow change to gdb-var-list.
3322 (gud-watch): Allow the user to enter variable name with a prexix
3323 arg. Create keybindings.
3324 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3325 (gdb-var-list-children-handler, gdb-var-update-handler)
3326 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
3327 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
3328 Follow change to gdb-var-list.
3329 (gdb-starting): Don't show the overlay arrows when program is running.
3330
3331 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
3332 gdb-var-list.
3333
3334 2006-03-14 Bill Wohler <wohler@newt.com>
3335
3336 * image.el (image-load-path-for-library): Pass value of path
3337 rather than symbol. Always return list of directories.
3338 Guarantee that image directory comes first.
3339
3340 2006-03-14 Alan Mackenzie <acm@muc.de>
3341
3342 * font-core.el (font-lock-extend-region\(-function\)?.):
3343 New function/variable.
3344
3345 * font-lock.el (font-lock-after-change-function):
3346 Call font-lock-extend-region. Obey font-lock-lines-before.
3347 (font-lock-default-fontify-region): Remove reference to
3348 font-lock-lines-before.
3349
3350 * jit-lock.el (jit-lock-after-change):
3351 Call font-lock-extend-region. Obey font-lock-lines-before.
3352
3353 2006-03-14 David Ponce <david@dponce.com>
3354
3355 * tree-widget.el (tree-widget-themes-load-path)
3356 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3357
3358 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
3359
3360 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
3361 (rcirc-print): Mark the start of text at the end of the prompt.
3362 (rcirc-track-minor-mode): Add autoload cookie.
3363 (rcirc-update-activity-string): Add space to front of mode-line
3364 indicator.
3365
3366 2006-03-13 Miles Bader <miles@gnu.org>
3367
3368 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
3369 (rcirc-abbrev-nick): Remove function.
3370 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
3371
3372 2006-03-13 David Ponce <david@dponce.com>
3373
3374 * tree-widget.el: Handle themes across all occurrences of the main
3375 themes sub-directory found in tree-widget-themes-load-path.
3376 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3377 (tree-widget--locate-sub-directory): Return all occurrences.
3378 (tree-widget-themes-path): New function.
3379 Replace tree-widget-themes-directory, and return a list of directories.
3380 (tree-widget-set-parent-theme)
3381 (tree-widget-lookup-image): Use it.
3382
3383 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
3384
3385 * textmodes/org.el (org-link-search): Avoid self-matching of
3386 links, allow target text to be distributed over several lines.
3387 (org-search-not-link): New function.
3388 (org-set-regexps-and-options, org-get-current-options):
3389 New startup options.
3390 (org-export-as-html): Take odd-level setting from local variable.
3391 (org-fontify-emphasized-text): New option.
3392 (org-set-font-lock-defaults): Include emphasized text.
3393 (org-follow-mhe-link): Allow folder-only links, fix folder name.
3394 (org-font-lock): Customize group renamed from `org-faces'.
3395
3396 2006-03-13 John Paul Wallington <jpw@pobox.com>
3397
3398 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
3399 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
3400
3401 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
3402
3403 * cus-start.el (all): Delete :version keyword for members of the
3404 fringe group, since the entire group is new in 22.1.
3405
3406 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
3407
3408 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
3409 map if value is hexadecimal (an address).
3410 (gud-watch): Only search roots for existing watch expressions.
3411 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
3412 prevent caching problems with speedbar-update-directory-contents.
3413
3414 2006-03-12 Juri Linkov <juri@jurta.org>
3415
3416 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
3417 before comparing with `low' and `warn'.
3418
3419 * info.el (Info-dir-remove-duplicates): Move point to the
3420 beginning of the current line after deleting the entries from
3421 redundant heading. Use marker for `limit' and compare it with
3422 point before calling `re-search-forward'.
3423
3424 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3425
3426 * simple.el (yank): Fix typo in docstring.
3427
3428 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
3429
3430 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
3431 messages, where "D" is the 6th character.
3432
3433 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3434
3435 * simple.el (yank): Fix last change.
3436
3437 2006-03-11 David Ponce <david@dponce.com>
3438
3439 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
3440 merging elements from the standard ispell-dictionary-alist.
3441 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
3442 alist, and return the new alist.
3443
3444 2006-03-11 Richard Stallman <rms@gnu.org>
3445
3446 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
3447
3448 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
3449 the way it is implemented is too unclean.
3450
3451 * simple.el (kill-region, yank): Doc fix.
3452
3453 * battery.el (battery-echo-area-format): Doc fix.
3454 (battery-mode-line-format): Likewise.
3455 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
3456 (battery-linux-proc-acpi): Ignore batteries that say "charged".
3457
3458 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
3459
3460 * progmodes/octave-mod.el (octave-indent-for-comment):
3461 Behave according to do string.
3462
3463 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
3464
3465 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
3466 Be visible only if major mode is Mail Mode.
3467
3468 * textmodes/flyspell.el (flyspell-external-point-words)
3469 (flyspell-process-localwords): Fix last changes.
3470
3471 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3472
3473 * calendar/holidays.el (list-holidays): Doc fix.
3474
3475 * international/mule.el (auto-coding-alist): Add .odt
3476 (OpenOffice's open document) files.
3477
3478 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
3479 document) files. Mention in the doc string the need to sync with
3480 auto-coding-alist.
3481
3482 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
3483
3484 * files.el (hack-local-variables-confirm): Don't prompt for ! if
3485 enable-local-variables is set to always query, or there is no
3486 savable variable.
3487
3488 2006-03-10 Bill Wohler <wohler@newt.com>
3489
3490 * image.el (image-load-path-for-library): Merge at least three
3491 functions from Gnus and MH-E into this one function that can now
3492 be shared.
3493
3494 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
3495
3496 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
3497 gdb-remove-mouse-face and remove help-echo too.
3498 (gdb-enqueue-input): Correct conditional clause.
3499
3500 2006-03-10 Glenn Morris <rgm@gnu.org>
3501
3502 * calendar/calendar.el (calendar-holidays): Doc fix.
3503 * calendar/holidays.el (list-holidays): Doc fix.
3504
3505 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
3506
3507 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
3508 it gets called in gdb-prompt anyway.
3509 (gdb-use-separate-io-buffer): Only restore window arrangement for
3510 gdb-many-windows.
3511 (gdb-enqueue-input): Make it harder to send GDB input when program
3512 is running.
3513 (gdb-buffer-list): New variable.
3514 (gdb-remove-mouse-face): New function.
3515 (gdb-starting): Use it when GDB input won't get sent.
3516
3517 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
3518
3519 * help.el (view-lossage): Remove trailing whitespace before
3520 inserting "\n".
3521
3522 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
3523
3524 * files.el (hack-local-variables-confirm):
3525 Set coding-system-for-read to nil before writing to .emacs.
3526
3527 * arc-mode.el (archive-extract): Check if an existing buffer name
3528 comes from a different archive.
3529
3530 * help.el (describe-key-briefly): If KEY is a down event, read and
3531 discard the up event.
3532
3533 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
3534
3535 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
3536 be edited and use font-lock-warning-face for any changes.
3537
3538 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
3539 (gdb-edit-value): Use it to report any errors.
3540
3541 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
3542
3543 * help.el (describe-key): Remove leftover test code.
3544
3545 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
3546
3547 * textmodes/org.el: Move defvars out of eval-when-compile.
3548 Use buffer-file-name variable.
3549 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
3550 arg `file'.
3551 (org-level-faces): Remove startup dependency.
3552 (org-cycle, org-map-tree, org-scan-tags)
3553 (org-remember-handler): Don't call `outline-level' directly.
3554 (org-mhe-search-all-folders): New option.
3555 (org-mhe-get-message-folder-from-index)
3556 (org-mhe-get-message-folder): Fix indexing search.
3557 (org-format-agenda-item): Handle nil TAGS argument.
3558 (org-cleaned-string-for-export, org-activate-target-links)
3559 (org-make-target-link-regexp): Deal with empty radio target list.
3560 (org-tag): New face.
3561 (org-get-level-face): New function.
3562 (org-set-font-lock-defaults): Simplify setup for headlines.
3563 (org-complete): Pass common substring to `display-completion-list'.
3564
3565 2006-03-06 David Ponce <david@dponce.com>
3566
3567 * tree-widget.el: Update Commentary header.
3568 (tree-widget-theme-name): Ignore parent themes.
3569 (tree-widget-set-parent-theme): New function.
3570 (tree-widget-set-theme): Use it.
3571 (tree-widget-set-image-properties): Move definition. Does nothing
3572 if image properties have already been set.
3573 (tree-widget-image-properties): Move definition. Receive an image
3574 name. Set the :pointer property.
3575 (tree-widget-lookup-image): Doc fix. Search in parent themes.
3576 Don't set the :pointer image property.
3577 (tree-widget-convert-widget): New function. Handle :dynargs
3578 compatibility here.
3579 (tree-widget): Use it to :convert-widget. Add the :expander-p
3580 predicate to control when the :expander function is entered.
3581 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
3582 (tree-widget-value-create): Handle :expander-p. widget-apply
3583 :expander.
3584 (tree-widget-expander-p): New function. Default value of the
3585 :expander-p property.
3586
3587 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
3588
3589 * help.el (describe-key): Properly handle the return value of
3590 read-key-sequence when grabbing an up-event. Cleanup mouse-1
3591 remaps. Handle string and vector `follow-link' values.
3592
3593 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3594
3595 * complete.el (PC-expand-many-files): Try be more careful when parsing
3596 the shell's output.
3597
3598 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3599
3600 * outline.el (hide-sublevels): Provide better interactive default.
3601
3602 2006-03-06 Kenichi Handa <handa@m17n.org>
3603
3604 * international/fontset.el (create-fontset-from-fontset-spec):
3605 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
3606
3607 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
3608
3609 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
3610 backslashes instead of one in regexp.
3611 (gud-tooltip-dereference): Add missing optional argument.
3612
3613 2006-03-04 John Paul Wallington <jpw@pobox.com>
3614
3615 * wdired.el (toplevel): Require `cl' at compile-time.
3616
3617 2006-03-04 Andreas Schwab <schwab@suse.de>
3618
3619 * server.el (server-process-filter): Handle errors during
3620 evaluation of the argument.
3621
3622 2006-03-03 John Paul Wallington <jpw@pobox.com>
3623
3624 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
3625 escape parentheses at beginning of line.
3626 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
3627 (t-mouse-mode): Remove period from end of error message.
3628
3629 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
3630
3631 * textmodes/flyspell.el (flyspell-process-localwords):
3632 Be case-sensitive.
3633
3634 2006-03-03 Martin Rudalics <rudalics@gmx.at>
3635
3636 * cus-edit.el (custom-quote): Remove function, since it has been
3637 moved to custom.el.
3638
3639 * font-lock.el (lisp-font-lock-keywords-2)
3640 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
3641 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
3642 they have no special meaning.
3643
3644 * midnight.el (clean-buffer-list): Handle case where base-buffer of
3645 indirect buffer gets killed before indirect buffer. Use dolist.
3646
3647 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
3648
3649 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
3650 value instead of a literal constant (1) on more pauses.
3651
3652 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3653
3654 * textmodes/flyspell.el (flyspell-external-point-words):
3655 Be case-sensitive.
3656
3657 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
3658
3659 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
3660 with "www".
3661
3662 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
3663
3664 * allout.el: Restablish intermediate missing comment header to
3665 preserve outline structure.
3666 (allout-beginning-of-current-entry): Skip invisible text.
3667 (allout-open-topic): Fix opening a topic at end-of-buffer.
3668 (allout-minor-mode): Move nearer to allout-mode function.
3669
3670 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
3671
3672 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
3673
3674 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
3675
3676 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
3677 is nil.
3678
3679 * progmodes/gud.el (gud-speedbar-menu-items):
3680 Use buffer-local-value and add missing :visible keyword.
3681
3682 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
3683
3684 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
3685
3686 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
3687 must be `follow-link'.
3688
3689 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
3690
3691 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
3692 formatting: No nested anchors.
3693 (org-all-targets): Fix bug with XEmacs compatibility.
3694 (org-read-date): Add (require 'parse-time).
3695 (org-set-tags): Fix bug with extra inserted space.
3696 (org-export-html-style): Define a style class for targets.
3697 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
3698 (org-hide-leading-stars): New option.
3699 (org-hide): New face.
3700 (org-set-font-lock-defaults): Allow to hide leading stars.
3701 (org-get-legal-level, org-tr-level): New functions.
3702 (org-odd-levels-only): New option.
3703 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
3704 (org-demote, org-promote): Deal with double-star levels.
3705 (org-convert-to-odd-levels): New command.
3706
3707 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
3708
3709 * speedbar.el (speedbar-update-localized-contents): Try to
3710 preserve window-start.
3711 (speedbar-update-directory-contents): Try to preserve window-start
3712 and window-point.
3713 (speedbar-update-special-contents): Don't move back to start of window.
3714
3715 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
3716 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
3717 speedbar-timer-fn.
3718 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
3719 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
3720 instead of gdb-speedbar-timer-fn.
3721
3722 2006-02-28 Jay Belanger <belanger@truman.edu>
3723
3724 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
3725 (math-compose-expr): Use latex option when calling
3726 `math-compose-tex-matrix' for latex mode.
3727
3728 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
3729
3730 * speedbar.el: Re-instate comments about developing for speedbar
3731 [this is what info and gdb-ui use even if better methods exist now].
3732
3733 * t-mouse.el: New file.
3734 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
3735 (t-mouse-lispy-buffer-posn-from-coords): Remove.
3736 (t-mouse-make-event-element): Use posn-at-x-y instead.
3737 (t-mouse-make-event): Deal with Fedora Core 3.
3738 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
3739 (t-mouse-mouse-position-function): New function. Use it instead
3740 of advising mouse-position.
3741 (t-mouse-mode): New minor mode.
3742 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
3743
3744 2006-02-27 Glenn Morris <rgm@gnu.org>
3745
3746 * calendar/calendar.el (calendar-holidays): Doc fix.
3747
3748 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
3749
3750 * progmodes/gdb-ui.el (gdb-source-window): New variable.
3751 Re-introduce the concept of a source window.
3752 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
3753 consistency with get-buffer-create.
3754 (def-gdb-auto-update-handler, gdb-info-locals-handler)
3755 (gdb-data-list-register-values-handler)
3756 (gdb-stack-list-locals-handler): Try to preserve window-start as
3757 well as window-point.
3758 (gdb-display-source-buffer): New function (old concept).
3759 (gdb-goto-breakpoint): Use it.
3760
3761 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
3762 for gdb-ui/gdb-mi (old concept).
3763
3764 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
3765
3766 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
3767 binding.
3768
3769 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
3770
3771 * textmodes/reftex-sel.el (reftex-select-label-map)
3772 (reftex-select-bib-map): Add `follow-mouse' binding.
3773
3774 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
3775
3776 * jka-cmpr-hook.el (jka-compr-compression-info-list)
3777 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
3778 Give :set functions to provide automatic updating.
3779 Update docstring. Give compiler defvars early in the file
3780 and move the defcustoms to a later spot where all called functions
3781 are defined.
3782 (jka-compr-file-name-handler-entry): Doc fix.
3783 (jka-compr-compression-info-list--internal)
3784 (jka-compr-mode-alist-additions--internal)
3785 (jka-compr-load-suffixes--internal): New variables.
3786 (jka-compr-install): Set the three above variables.
3787 Update `load-file-rep-suffixes' instead of `load-suffixes'.
3788 (jka-compr-update, jka-compr-set): New functions.
3789 (auto-compression-mode): Doc fix.
3790
3791 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
3792 Update `load-file-rep-suffixes' instead of `load-suffixes'.
3793 Use jka-compr-compression-info-list--internal,
3794 jka-compr-mode-alist-additions--internal and
3795 jka-compr-load-suffixes--internal.
3796
3797 * files.el (load-library):
3798 * loadhist.el (file-loadhist-lookup):
3799 * startup.el (command-line):
3800 * subr.el (locate-library):
3801 * emacs-lisp/autoload.el (update-directory-autoloads):
3802 * emacs-lisp/find-func.el (find-library-suffixes):
3803 Use `get-load-suffixes' instead of `load-suffixes'.
3804
3805 * subr.el (locate-library):
3806 * emacs-lisp/find-func.el (find-library-name):
3807 Use `load-file-rep-suffixes' instead of '("").
3808
3809 2006-02-26 Kim F. Storm <storm@cua.dk>
3810
3811 * ido.el (ido-save-history, ido-load-history): Simplify.
3812 Don't use find-file-noselect to avoid interference from other modes.
3813
3814 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
3815
3816 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
3817 to use the default shell if filename is not available.
3818 Reported by Giorgos Keramidas.
3819
3820 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
3821
3822 * progmodes/etags.el (tags-completion-table): Do completion from
3823 all the tables in the current list, as documented in the manual.
3824
3825 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3826
3827 * CC Mode Update to 5.31.3.
3828
3829 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3830
3831 * progmodes/cc-mode.el (c-postprocess-file-styles):
3832 Bind inhibit-read-only to t, around the call to
3833 c-remove-any-local-eval-or-mode-variables, so that it works on a
3834 RO file.
3835
3836 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3837
3838 * progmodes/cc-awk.el: Correct a typo.
3839
3840 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3841
3842 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
3843 c-hungry-delete-backwards, at the request of RMS. Leave the old
3844 name as an alias.
3845
3846 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3847
3848 * progmodes/cc-mode.el: Correct a typo.
3849
3850 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3851
3852 * progmodes/cc-defs.el: Update the version number to 5.31.3.
3853
3854 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3855
3856 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
3857 brace-else-brace (error due to mbeg, mend being undefined).
3858
3859 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3860
3861 * progmodes/cc-mode.el: File Local variables: Solve the problem
3862 where both `mode' and c-file-offsets are specified: `mode' will
3863 overwrite c-f-o's settings:
3864 (c-remove-any-local-eval-or-mode-variables): New function.
3865 (c-postprocess-file-styles): Call the above new function, within
3866 c-tentative-buffer-change, to splat `mode' and `eval' before the
3867 second hack-local-variables.
3868
3869 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3870
3871 * progmodes/cc-mode.el:
3872 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
3873 (c-after-change): Protect the match data with save-match-data.
3874 It was getting corrupted by c-after-change-check-<>-operators.
3875
3876 * cc-defs.el: [Supersedes patch V1.38]:
3877 (top level): Check for a buggy font-lock-compile-keywords ONLY in
3878 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
3879
3880 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
3881 with save-match-data. It was being corrupted when Font Lock was
3882 not enabled.
3883
3884 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3885
3886 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
3887 Mode and Subword Mode.
3888
3889 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
3890 real labels ("case 1:" or "foo:") from non-labels ("public:").
3891 (c-forward-objc-directive): Replace c-forward-token-2 with crude
3892 coding; c-f-t-2 doesn't move over a token at EOB.
3893
3894 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
3895
3896 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
3897 (c-update-modeline): Concatenate the minor mode indicators
3898 directly onto mode-name, removing c-submode-indicators.
3899 Sometimes, c-s-i got separated from the mode name on the mode line.
3900
3901 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
3902 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
3903
3904 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3905
3906 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
3907 error message when there's an evaluation error to show whether
3908 it's loaded from source or not.
3909 (c-filter-ops): Make it available at runtime too to work when
3910 `c-make-init-lang-vars-fun' needs to evaluate from source.
3911
3912 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
3913
3914 * help.el (help): Revert last part of 2006-02-23 change (deletion
3915 of the `provide' call).
3916
3917 2006-02-23 Juri Linkov <juri@jurta.org>
3918
3919 * compare-w.el (compare-windows-highlight): Add new value
3920 `persistent' and change :type from `boolean' to `choice'.
3921 (compare-windows-overlays1, compare-windows-overlays2):
3922 New internal variables.
3923 (compare-windows-highlight): If compare-windows-highlight is
3924 `persistent', add current overlays to compare-windows-overlays[12]
3925 instead of adding compare-windows-dehighlight to pre-command-hook.
3926 (compare-windows-dehighlight): Delete all overlays from
3927 compare-windows-overlays[12].
3928
3929 * info.el (Info-search): Don't bind search-spaces-regexp to
3930 Info-search-whitespace-regexp in non-regexp isearch mode.
3931
3932 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3933
3934 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
3935
3936 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
3937
3938 * textmodes/org.el (org-xemacs-p)
3939 (org-export-html-show-new-buffer, org-table-may-need-update)
3940 (org-insert-item, org-mhe-get-message-real-folder)
3941 (org-mhe-get-message-folder-from-index)
3942 (org-mhe-get-message-folder, org-mhe-get-message-num)
3943 (org-mhe-get-header, org-make-org-heading-search-string)
3944 (org-make-org-heading-camel, org-table-sort-lines)
3945 (org-format-org-table-html, org-format-table-table-html):
3946 Fix typos in docstrings.
3947
3948 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
3949
3950 * textmodes/org.el (org-cleaned-string-for-export)
3951 (org-solidify-link-text): New function.
3952 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
3953 XEmacs, just to silence the compiler.
3954 (org-export-as-ascii, org-export-as-html-and-open):
3955 Use `org-cleaned-string-for-export' and create internal links.
3956 (org-follow-mhe-link): Require mh-e, use folder.
3957
3958 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
3959
3960 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
3961
3962 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
3963 gdb-debug-log-length.
3964 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
3965 it a real ring but...
3966 (gud-gdba-marker-filter): ...make it work like mark-ring.
3967 (gdb-enable-debug): Rename from gdb-enable-debug-log.
3968 (gdb-mouse-jump): New function. Add bindings.
3969
3970 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
3971
3972 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
3973 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
3974 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
3975 (gdb-debug-log-length): Customize it's length.
3976 (gud-watch, gdb-var-create-handler): Display function::var format
3977 but don't use to create variable object.
3978 (gdb-var-create-handler): Use message-box in place of message.
3979 (gdb-stopped): Call gdb-exited if signalled.
3980
3981 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
3982
3983 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
3984
3985 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
3986
3987 * textmodes/reftex.el (reftex-locate-file): Search all extensions
3988 if `reftex-try-all-extensions' is set.
3989
3990 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
3991 fail silently when there is no valid argument at point.
3992 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
3993 `fail-silently' argument. From a patch by David Reiter.
3994
3995 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
3996 New commands.
3997 (org-mark-ring): New variable.
3998 (org-mark-ring-length): New option.
3999 (org-open-at-point, org-goto, org-open-file): Push old position
4000 onto the mark ring.
4001 (org-add-hook): New function.
4002 (org-export-table-remove-special-lines): New option.
4003 (org-skip-comments, org-format-org-table-html): Respect new
4004 option `org-export-table-remove-special-lines'.
4005 (org-open-file): Allow special command configuration for
4006 directory link.
4007 (org-file-apps): Fix bugs in customize type, added setting
4008 for directories.
4009 (org-activate-tags, org-format-agenda-item, org-complete)
4010 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
4011 (org-get-tags, org-get-buffer-tags, org-open-at-point)
4012 (org-link-search, org-make-org-heading-search-string)
4013 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
4014 (org-radio-targets, org-file-link-context-use-camel-case)
4015 (org-activate-camels): New options.
4016 (org-update-radio-target-regexp, org-all-targets)
4017 (org-make-target-link-regexp, org-activate-target-links):
4018 New functions.
4019 (org-make-org-heading-search-string): New function.
4020 (org-store-link, org-insert-link): Use new option
4021 `org-file-link-context-use-camel-case'.
4022 (org-activate-camels): Use new option `org-activate-camels'.
4023 (org-link-regexp): Add mhe prefix.
4024 (org-open-at-point, org-store-link): Support for mhe links.
4025 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
4026 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
4027 (org-mhe-get-header, org-follow-mhe-link): New functions.
4028 (org-remove-angle-brackets, org-add-angle-brackets):
4029 New functions.
4030 (org-bracket-link-regexp): New constant.
4031 (org-read-date): Fix bug that was rejecting all typed dates.
4032 (org-link-search): Make hierarchy above visible after a match.
4033 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4034 (org-store-link): Fix bug with link creation when cursor is in
4035 an empty line.
4036 (org-open-at-point): Fix bug with matching a link.
4037 Fixed buggy argument sequence in call to `org-view-tags'.
4038 (org-compile-prefix-format): Set `org-prefix-has-tag'.
4039 (org-prefix-has-tag): New variable.
4040 (org-format-agenda-item): Remove tags from headline
4041 if appropriate.
4042 (org-agenda-remove-tags-when-in-prefix): New option.
4043
4044 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
4045
4046 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
4047 Fix the regular expressions.
4048
4049 2006-02-21 Richard M. Stallman <rms@gnu.org>
4050
4051 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
4052 if there's no other specific basis.
4053
4054 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
4055 as variables at all.
4056 (unsafep-variable): Rename arg; doc fix.
4057
4058 * abbrevlist.el (list-one-abbrev-table): Add autoload.
4059
4060 * calendar/appt.el (diary-selective-display): Add defvar.
4061
4062 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
4063
4064 * isearch.el (search-whitespace-regexp): Fix custom type.
4065
4066 * help.el (describe-key-briefly): Compute interactive args
4067 in same was as before previous change.
4068
4069 * files.el (enable-local-variables): Doc fix.
4070
4071 2006-02-21 Kim F. Storm <storm@cua.dk>
4072
4073 * fringe.el: Cleanup as file is now pre-loaded.
4074 (fringe-bitmaps): Initialize unconditionally.
4075 (fringe-mode, set-fringe-style): Remove autoload cookies.
4076
4077 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4078
4079 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
4080 `horizontal-bar'.
4081 (fringe-cursor-alist): Use `horizontal-bar'.
4082
4083 2006-02-20 Kim F. Storm <storm@cua.dk>
4084
4085 * fringe.el (fringe-bitmaps): Update to new bitmap names.
4086 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
4087
4088 * loadup.el: Load "fringe" on window systems.
4089
4090 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4091
4092 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
4093 out of scope components.
4094
4095 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
4096 default.
4097
4098 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
4099
4100 * custom.el (customize-mark-to-save, customize-mark-as-set):
4101 Load the symbol first.
4102
4103 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
4104
4105 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
4106 strech spec so it doesn't display as "^J" on the header line
4107 when `Buffer-menu-use-header-line' is t.
4108
4109 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4110
4111 * speedbar.el (speedbar-make-button): Keep text properties
4112 of string arguments if desired.
4113
4114 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
4115 expessions.
4116
4117 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
4118 of speedbar.
4119
4120 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
4121
4122 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
4123 to value of `read-file-name-completion-ignore-case'.
4124
4125 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
4126
4127 * custom.el (customize-mark-as-set): Push to `user' theme.
4128
4129 * cus-edit.el (custom-save-variables): Allow unthemed values.
4130 (customize-set-variable): Push setting to `user' theme.
4131
4132 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4133
4134 * progmodes/gud.el: Don't require font-lock as it's now
4135 automatically loaded.
4136 (gud-speedbar-buttons): Replace gdb-var-changed with
4137 gdb-force-update.
4138
4139 * progmodes/gdb-ui.el (gdb-force-update): Rename from
4140 gdb-var-changed.
4141 (gdb-post-prompt): Use it.
4142 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4143 (gdb-var-update-handler, gdb-var-delete)
4144 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
4145 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
4146 gdb-force-update in gdb-post-prompt.
4147 (gdb-reset): Clear watch expressions from speedbar when quitting.
4148
4149 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4150
4151 * viper-cmd.el (viper-insert-state-post-command-sentinel)
4152 (viper-change-state-to-vi, viper-change-state-to-emacs):
4153 Make aware of cursor coloring in the Emacs state.
4154 (viper-special-read-and-insert-char): Use read-char-exclusive.
4155 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
4156
4157 * viper-init.el (viper-emacs-state-cursor-color): New variable.
4158
4159 * viper-util.el (viper-save-cursor-color)
4160 (viper-get-saved-cursor-color-in-replace-mode)
4161 (viper-get-saved-cursor-color-in-insert-mode)
4162 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
4163 state.
4164 (viper-get-saved-cursor-color-in-emacs-mode): New function.
4165
4166 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
4167 (ediff-ignore-case-option3, ediff-actual-diff-options)
4168 (ediff-actual-diff3-options): New variables to control case sensitivity.
4169 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
4170 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
4171 (ediff-toggle-ignore-case): New function.
4172 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
4173
4174 * ediff-help.el (ediff-long-help-message-narrow2)
4175 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
4176 (ediff-long-help-message-word-mode): Add ignore-case command.
4177 (ediff-help-for-quick-help): Add ignore-case command.
4178
4179 * ediff-merg.el: Move provide to the end.
4180
4181 * ediff-ptch.el: Move provide to the end.
4182
4183 * ediff-wind.el: Move provide to the end.
4184
4185 * ediff-mult.el: Move provide to the end.
4186 (ediff-set-meta-overlay): Enable follow-link.
4187
4188 * ediff.el: Move provide to the end.
4189 Break recursive load cycle in eval-when-compile.
4190 (ediff-patch-buffer): Better heuristics.
4191
4192 * ediff-util.el: Move provide to the end.
4193 Break recursive load cycle in eval-when-compile.
4194 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
4195 defuns.
4196 (ediff-submit-report): Pass the values of ediff-diff3-program,
4197 ediff-diff3-options.
4198
4199 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
4200
4201 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
4202 the opening bracket of the following bracketing pairs: {}, [], (), <>,
4203 `' (for example, in the docstring of `windmove-default-keybindings').
4204
4205 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4206
4207 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
4208 shadow face. Don't provide binding to edit variable when it is
4209 out of scope.
4210
4211 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4212 (gdb-var-update-handler): Detect out of scope variables with pre
4213 GDB 6.4 too.
4214 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
4215 Reset status of variable objects to nil in update handlers.
4216 (gdb-var-update-handler-1): Detect when a variable object comes
4217 in scope. setcar on var changes gdb-var-list directly.
4218
4219 2006-02-17 Juri Linkov <juri@jurta.org>
4220
4221 * ffap.el (ffap) <defface>: Add explicit face declaration.
4222 (ffap-highlight): Use face `ffap' directly instead of checking
4223 for its existence.
4224
4225 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
4226 `visible-ok' of `other-buffer' to find the right original buffer.
4227
4228 * info.el (Info-search): Skip `Local Variables' node.
4229
4230 2006-02-17 Juri Linkov <juri@jurta.org>
4231
4232 * info.el (Info-find-file): Check for symbols `apropos', `history',
4233 `toc' in the input filename, and return these symbols as is.
4234 (Info-find-node-2): Set Info-current-file to symbols `apropos',
4235 `history', `toc' instead of strings.
4236 (Info-set-mode-line): For non-string Info-current-file use the
4237 symbol's name inside **.
4238 (Info-isearch-push-state): Add quote before Info-current-file and
4239 Info-current-node.
4240 (Info-isearch-pop-state): Use `equal' instead of `string='.
4241 (Info-extract-pointer, Info-following-node-name): Use
4242 `match-string-no-properties' instead of `match-string'.
4243 (Info-up): Check `old-file' for `stringp'.
4244 (Info-history): Use `equal' instead of `string-equal'.
4245 Check `file' for `stringp'.
4246 (Info-history): Use symbol `history' instead of string as first arg
4247 of `Info-find-node'.
4248 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
4249 `toc' instead of string.
4250 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
4251 instead of `buffer-substring', and `match-string-no-properties'
4252 instead of `match-string'.
4253 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
4254 instead of strings.
4255 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
4256 Use symbol `apropos' instead of string.
4257 (Info-copy-current-node-name): Check `Info-current-file' for
4258 `stringp' and construct a command with `Info-find-node' from it.
4259 (Info-fontify-node): Use `match-string-no-properties' instead of
4260 `match-string' and check file names for `stringp'.
4261 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
4262 `history', `toc' instead of strings.
4263
4264 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
4265
4266 * files.el: Rearrange functions and variables in the file local
4267 variables section.
4268
4269 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
4270
4271 * files.el: Add truncate-lines, ispell-check-comments and
4272 ispell-local-dictionary as safe local variables.
4273
4274 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
4275
4276 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
4277 out of scope variables.
4278 (gud-speedbar-buttons): Use unless.
4279
4280 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
4281 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
4282 (gdb-show-changed-values): Also use for out of scope variables.
4283 (gdb-var-update-handler-1): Note if variable goes out of scope.
4284
4285 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
4286
4287 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
4288 default to global variable values for unsupplied args.
4289 (rcirc-get-buffer-create): Fix bug with setting the target.
4290 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
4291 test for rcirc-always-use-server-buffer-flag here.
4292 (rcirc-response-formats): Add %N, which is a facified nick. %n
4293 uses the default face. Change the ACTION format string. If the
4294 "nick" is the server, don't print anything for that field.
4295 Comment fixes.
4296 (rcirc-target-buffer): Don't test
4297 rcirc-always-use-server-buffer-flag here.
4298 (rcirc-print): Squeeze extra spaces out of the text before message.
4299 (rcirc-put-nick-channel): Strip potential "@" char from nick
4300 before adding them to nick table.
4301 (rcirc-url-regexp): Improve to match address like "foo.com".
4302
4303 2006-02-17 Eli Zaretskii <eliz@gnu.org>
4304
4305 * allout.el (allout-hidden-p): Move this defsubst before
4306 allout-overlay-interior-modification-handler, where it is first
4307 used.
4308
4309 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
4310
4311 * allout.el: Use allout invisible-text overlays instead of
4312 selective display for concealed text. Also, lots of general
4313 cleanup, and improved compatibility code.
4314
4315 (allout-version) Incremented, corrected, revised, and refined
4316 module commentary.
4317
4318 (provide 'allout): Moved to the bottom, added a require of overlay.
4319
4320 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
4321 `except-current'.
4322 (allout-write-file-hook-handler): Minimize delay.
4323 (count-trailing-whitespace-region): New function so
4324 auto-encryption of current topic can resituate cursor exactly.
4325 PGP/GPG encryption trims trailing whitespace from lines, which
4326 must be accounted for across encryption then decryption.
4327
4328 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
4329 just plain "\C-c", to avoid intruding on user's keybinding space.
4330
4331 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
4332 parameter, so user request to provide a new password is done.
4333
4334 (allout-outside-normal-auto-fill-function, allout-auto-fill):
4335 Refined mechanism for auto-filling behavior while in allout mode.
4336
4337 (allout-mode): Explicitly specify the mode map in the docstring.
4338 Clarify provision for various write-file hook var names.
4339 Adjusted for invisible-text overlays instead of selective-display.
4340
4341 (allout-depth): Really return 0 if not within any topic. This
4342 rectifies `allout-beginning-of-level' and sequence numbering
4343 errors that occur when cutting and pasting numbered topics.
4344 Changed from a in-line subst to a regular function, as well.
4345
4346 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
4347
4348 (allout-end-of-subtree, allout-end-of-subtree)
4349 (allout-end-of-entry, allout-end-of-current-heading)
4350 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
4351 (allout-show-children, allout-show-to-offshoot)
4352 (allout-hide-current-entry, allout-show-current-entry): Rectified
4353 handling of trailing blank lines between items.
4354
4355 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
4356 (allout-current-depth, allout-unprotected, allout-hidden-p)
4357 (allout-on-current-heading-p, allout-listify-exposed)
4358 (allout-chart-subtree, allout-goto-prefix)
4359 (allout-back-to-current-heading, allout-get-body-text)
4360 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
4361 (allout-hide-region-body, allout-toggle-subtree-encryption)
4362 (allout-encrypt-string, allout-encrypted-key-info)
4363 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
4364 (allout-file-vars-section-data): Adjusted for use with
4365 invisible-text overlays instead of selective-display.
4366
4367 (allout-kill-line, allout-kill-topic, allout-yank-processing):
4368 Reworked for use with invisible text overlays.
4369
4370 (allout-current-topic-collapsed-p): New function.
4371
4372 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
4373 to know when to close the containing topic.
4374
4375 (allout-pre-command-business, allout-post-command-business):
4376 Simplify undo-batching and dynamic isearch exposure.
4377
4378 (allout-set-overlay-category): New for invisible-text overlays.
4379 Sets properties of allout-overlay-category, used by
4380 allout-flag-region to set invisible-text overlay properties.
4381 (allout-get-invisibility-overlay): Get the first qualifying
4382 invisibility overlay, so we can find the extent of it.
4383 (allout-back-to-visible-text): Get to just before the beginnining
4384 of the current invisibility overlay, if any.
4385
4386 (allout-overlay-insert-in-front-handler)
4387 (allout-overlay-interior-modification-handler)
4388 (allout-before-change-handler, allout-isearch-end-handler): New
4389 functions to handle extraordinary actions affecting concealed
4390 text.
4391
4392 (allout-flag-region): Use overlays instead of selective-display
4393 for invisible text - by inheritence from the properties of
4394 allout-overlay-category in mainline Emacs, and applied
4395 property-by-property in XEmacs, some recent versions of which
4396 don't inherit the properties from the category. Provisions to
4397 respond to concealed-text edits simplified drastically.
4398
4399 (allout-isearch-rectification, allout-isearch-was-font-lock)
4400 (allout-isearch-expose, allout-enwrap-isearch)
4401 (allout-isearch-abort, allout-pre-was-isearching)
4402 (allout-isearch-prior-pos, allout-isearch-did-quit)
4403 (allout-isearch-dynamic-expose)
4404 (allout-hide-current-entry-completely): Functions deleted.
4405
4406 (allout-undo-aggregation): Explicit undo aggregation no longer
4407 necessary due to transition away from selective-display.
4408
4409 (set-allout-regexp, allout-up-current-level)
4410 (allout-next-visible-heading, allout-forward-current-level)
4411 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
4412 (allout-kill-line, allout-yank-processing, allout-show-children)
4413 (allout-expose-topic, allout-old-expose-topic)
4414 (allout-listify-exposed, allout-insert-latex-header)
4415 (allout-toggle-subtree-encryption, allout-encrypt-string)
4416 (remove-from-invisibility-spec, allout-hide-current-subtree):
4417 Ditched unused variables.
4418
4419 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
4420
4421 * textmodes/ispell.el (ispell-change-dictionary): Call
4422 ispell-buffer-local-dict instead of
4423 ispell-accept-buffer-local-defs.
4424 (ispell-local-dictionary-alist): Accept as valid any coding-system
4425 supported by Emacs.
4426 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
4427 changed to iso-8859-3.
4428
4429 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
4430
4431 * speedbar.el (speedbar-frame-width): Make an inline function
4432 instead of a macro. Use frame-width.
4433 (speedbar-try-completion, speedbar-update-contents)
4434 (speedbar-timer-fn): Use consp.
4435 (speedbar-update-localized-contents): Try to preserve point.
4436
4437 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
4438 (menu): Re-order menu items.
4439 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
4440 field.
4441 (gdb-var-update-handler-1): Use it for GDB 6.4+.
4442 (gdb-post-prompt): Speed things by not forcing update.
4443
4444 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
4445
4446 * wid-edit.el (widget-button-click): For mouse-1, cancel button
4447 press and perform default action if we get a mouse movement event.
4448
4449 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
4450
4451 * calendar/icalendar.el (icalendar--get-event-property)
4452 (icalendar--get-event-property-attributes): Fix typos in
4453 docstrings.
4454
4455 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
4456 docstring.
4457
4458 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
4459
4460 * bs.el (bs-mode): Use `buffer-disable-undo'.
4461 (bs--get-file-name): Simplify.
4462 (bs-show-in-buffer): Mark the buffer as not modified.
4463
4464 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4465
4466 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
4467 widget-button-click.
4468
4469 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
4470 (custom-mode): Update docstring.
4471
4472 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
4473 binding.
4474
4475 * files.el (hack-local-variables-confirm): Allow scrolling if the
4476 file variable list is too long. Kill temp buffer after use.
4477
4478 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
4479
4480 * progmodes/gud.el (gdb): Improve doc string.
4481 (gdb-script-font-lock-keywords): Expand allowed character set.
4482
4483 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
4484 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
4485 (gdb-separate-io-interrupt, gdb-separate-io-quit)
4486 (gdb-separate-io-stop, gdb-separate-io-eof):
4487 Rename from gdb-inferior-* to gdb-separate-*.
4488 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
4489
4490 2006-02-14 Jay Belanger <belanger@truman.edu>
4491
4492 * calc/calc-arith.el (math-check-known-scalarp): Make sure
4493 expression is a symbol before checking that it is bound.
4494
4495 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
4496 test to see if equation can be solved.
4497
4498 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4499
4500 * wid-edit.el (widget-button-click): Use :pressed-face property
4501 for overlay face, if it exists.
4502
4503 * cus-edit.el (custom-manual, custom-add-see-also)
4504 (custom-add-parent-links, custom-group-link): Add :pressed-face
4505 property to links.
4506
4507 * files.el (hack-local-variables): Remove ignored variables before
4508 checking if any variables need setting.
4509
4510 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4511
4512 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
4513
4514 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
4515
4516 * help.el (where-is): Fix message for remapped commands.
4517
4518 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
4519 Fix typos in docstrings.
4520
4521 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
4522
4523 * files.el (safe-local-variable-values): New option.
4524 (hack-local-variables-prop-line): Return a list of variable-value
4525 pairs if MODE-ONLY is non-nil.
4526 (hack-local-variables): Construct list of variable-value pairs,
4527 and apply or reject them in one go. Ask for confirmation if
4528 variables are not known safe.
4529 (hack-local-variables-confirm): Complete rewrite. Support
4530 `safe-local-variable-values'.
4531 (enable-local-variables): Update docstring to reflect new
4532 behavior.
4533 (ignored-local-variables): Ignore ignored-local-variables and
4534 safe-local-variable-values.
4535 (safe-local-variable-p): New function.
4536 (risky-local-variable-p): `safe-local-variable' property check
4537 moved to safe-local-variable-p.
4538 (hack-one-local-variable): Checks moved to hack-local-variables.
4539
4540 (byte-compile-dynamic, c-basic-offset, c-file-style)
4541 (c-indent-level, comment-column, fill-column, fill-prefix)
4542 (indent-tabs-mode, kept-new-versions, no-byte-compile)
4543 (no-update-autoloads, outline-regexp, page-delimiter)
4544 (paragraph-start, paragraph-separate, sentence-end)
4545 (sentence-end-double-space tab-width, version-control):
4546 Add `safe-local-variable' property.
4547
4548 * find-lisp.el: Delete nonexistent `autocompile' file variable.
4549
4550 * icomplete.el, play/landmark.el: Change nonexistent
4551 `outline-layout' file variable to `allout-layout'.
4552
4553 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
4554
4555 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
4556 (gdb-get-changed-registers): Test value of gud-minor-mode relative
4557 to gud-comint-buffer.
4558 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
4559 gdb-ui.el for gdb-mi.el.
4560 (gdb-post-prompt, gdb-get-changed-registers): Move test for
4561 registers buffer to gdb-get-changed-registers.
4562 (gdb-breakpoint-regexp): New regexp. Allow toggling and
4563 deletion of catchpoints (throw and catch).
4564 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
4565 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
4566 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
4567 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
4568 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
4569
4570 2006-02-13 Jay Belanger <belanger@truman.edu>
4571
4572 * calc/calc-arith.el (math-check-known-matrixp): Make sure
4573 expression is a symbol before checking that it is bound.
4574
4575 2006-02-13 Richard M. Stallman <rms@gnu.org>
4576
4577 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
4578 for the minibuffer too, but not if resize-mini-windows will interfere.
4579
4580 * help.el (describe-key-briefly, describe-key): Do all arg-reading
4581 inside `interactive' spec.
4582 (describe-key-briefly-internal, describe-key-internal):
4583 Functions merged back into their callers.
4584
4585 2006-02-13 Martin Rudalics <rudalics@gmx.at>
4586
4587 * info.el (info-xref-visited): Inherit from info-xref too.
4588 (Info-set-mode-line): Replace occurrences of `%' by `%%'
4589 when propertizing Info-current-file and Info-current-node.
4590
4591 2006-02-13 Juri Linkov <juri@jurta.org>
4592
4593 * tumme.el (tumme-thumbnail-storage): Fix docstring.
4594 (tumme-thumb-name): Fix per-directory format.
4595
4596 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
4597
4598 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
4599
4600 2006-02-12 Miles Bader <miles@gnu.org>
4601
4602 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
4603
4604 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
4605
4606 * tumme.el: Remove history section. If someone needs the it, it
4607 can always be found in CVS.
4608
4609 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
4610
4611 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
4612 about the Thumbnail Managing Standard option.
4613
4614 2006-02-12 Richard M. Stallman <rms@gnu.org>
4615
4616 * subr.el (substitute-key-definition): Doc fix.
4617
4618 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
4619
4620 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
4621
4622 * info.el (Info-mode): Doc fix.
4623
4624 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
4625
4626 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
4627
4628 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
4629 because on Solaris a POSIX compatible "id" is needed. Reported by
4630 Magnus Henoch <mange@freemail.hu>.
4631
4632 2006-02-12 Juri Linkov <juri@jurta.org>
4633
4634 * tumme.el: Remove todo item about Thumbnail Managing Standard.
4635 (tumme) <defgroup>: Change :group to `multimedia'.
4636 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
4637 Managing Standard.
4638 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
4639 Fix dostring.
4640 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
4641 and %y. Fix docstring.
4642 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
4643 (tumme-cmd-create-standard-thumbnail-command): New user options.
4644 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
4645 is `standard'. Fix docstring.
4646 (tumme-thumb-width, tumme-thumb-height): New user options.
4647 (tumme-external-viewer): Try to find various viewers.
4648 (tumme-get-thumbnail-image): Use `create-image' instead of
4649 constructing the `image' structure.
4650 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
4651 `standard'.
4652 (tumme-thumb-name): Add file name generation for standard storage.
4653 Simplify code for other storages.
4654 (tumme-thumb-name): Use width %w and height %h instead of size %s.
4655 Add modification time %m and thumbnail-nq8 %q.
4656 Use `tumme-cmd-create-standard-thumbnail-command' if
4657 tumme-thumbnail-storage is `standard'.
4658 (tumme-dired-insert-marked-thumbs): New autoload command.
4659 (tumme-dired-after-readin-hook): New function.
4660 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
4661 `tumme-thumb-size'.
4662 (tumme-display-image): Replace size-x %x and size-y %y with
4663 width %w and height %h.
4664
4665 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
4666 `tumme-dired-insert-marked-thumbs'.
4667
4668 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
4669
4670 * tumme.el (tumme-write-tag): Fix small bug (file name did not
4671 include path).
4672 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
4673 matching tag.
4674
4675 2006-02-12 Miles Bader <miles@gnu.org>
4676
4677 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
4678 New variables.
4679 (rcirc-abbrev-nick): New function.
4680 (rcirc-format-response-string): Rewrite to use the formats in
4681 `rcirc-response-formats' and expand escape sequences therein.
4682 A text-property `rcirc-text' is added over the actual response
4683 text to make easy to find inside the returned string.
4684 (rcirc-print): When filling, just look for the `rcirc-text'
4685 text-property to find the appropriate fill prefix, instead of
4686 using hardwired patterns.
4687
4688 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
4689
4690 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
4691 Managing Standard.
4692
4693 2006-02-11 Kim F. Storm <storm@cua.dk>
4694
4695 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
4696 Don't use insert-buffer; do insert-buffer-substring directly.
4697 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
4698
4699 2006-02-11 Martin Rudalics <rudalics@gmx.at>
4700
4701 * files.el (revert-buffer, recover-file): Replace buffer-read-only
4702 with inhibit-read-only. Suggested by Stefan Monnier.
4703 (revert-buffer): Let insert-file-contents discard
4704 buffer-undo-list. Simplify code.
4705 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
4706
4707 2006-02-11 Eli Zaretskii <eliz@gnu.org>
4708
4709 * menu-bar.el (menu-bar-select-yank): Add a doc string.
4710
4711 * help.el (describe-key-briefly): Now a wrapper for
4712 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
4713 to t. Populate yank-menu if empty.
4714 (describe-key-briefly-internal): Renamed from describe-key-briefly.
4715 (describe-key): Now a wrapper for describe-key-internal. Bind
4716 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
4717 (describe-key-internal): Renamed from describe-key.
4718
4719 2006-02-11 Milan Zamazal <pdm@zamazal.org>
4720
4721 * progmodes/glasses.el (glasses-separator): Doc fix.
4722 (glasses-original-separator): New defcustom.
4723 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
4724
4725 2006-02-11 Martin Rudalics <rudalics@gmx.at>
4726
4727 * mwheel.el (mouse-wheel-up-event): Doc fix.
4728
4729 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
4730
4731 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
4732 (tumme-dir): New function. Copied from thumbs.el.
4733
4734 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
4735
4736 * desktop.el (desktop-outvar): Fix typo.
4737 (desktop-save-buffer-p): Doc fix.
4738
4739 * subr.el (substitute-key-definition): Fix typo.
4740
4741 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4742
4743 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
4744 when window-system is mac.
4745
4746 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
4747
4748 2006-02-10 Kim F. Storm <storm@cua.dk>
4749
4750 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
4751 indirect-function instead of using condition-case.
4752
4753 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
4754
4755 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
4756 less `colloquial'...
4757
4758 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
4759
4760 * tumme.el: Add a couple of todo items.
4761
4762 2006-02-09 Lars Hansen <larsh@soem.dk>
4763
4764 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
4765 (highlight-changes-mode): Don't change desktop-locals-to-save.
4766
4767 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
4768
4769 * image-mode.el (image-toggle-display): Clear image cache if using
4770 filename.
4771
4772 2006-02-09 Masatake YAMATO <jet@gyve.org>
4773
4774 * dired-x.el (dired-guess-shell-alist-default): Add .man as
4775 a `dired-man' target.
4776
4777 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
4778 boundary of symbols.
4779
4780 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
4781
4782 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
4783
4784 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
4785
4786 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
4787 `mapcar'; return nil.
4788
4789 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
4790
4791 * mouse.el (mouse-drag-track): Don't change window if we rebind to
4792 some other event.
4793
4794 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
4795
4796 * net/rcirc.el (rcirc-startup-channels-alist):
4797 Add irc.freenode.net and #emacs as defaults.
4798 (rcirc-ignore-all-activity-flag): Remove variable.
4799 (rcirc-authinfo): New variable.
4800 (rcirc-authinfo-filename): Remove variable.
4801 (rcirc-always-use-server-buffer-flag): New flag.
4802 (rcirc): M-x rcirc will automatically connect without prompting.
4803 C-u M-x rcirc will prompt. Use rcirc-connect to create a
4804 connection in lisp.
4805 (rcirc-process-server-response-1): Remove everything but the nick
4806 portion of the sender so it doesn't need to be done everywhere
4807 else. Update related code.
4808 (global-map): Remove global keybindings.
4809 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
4810 (rcirc-send-input): Split into several functions.
4811 (rcirc-process-input-line, rcirc-process-message)
4812 (rcirc-process-command): New functions.
4813 (rcirc-target-buffer): New function to determine where to route
4814 messages.
4815 (rcirc-user-nick): Save match data.
4816 (rcirc-toggle-ignore-buffer-activity)
4817 (rcirc-update-activity-string): Remove global ignore functionality,
4818 which can be done now by toggling rcirc-track-minor-mode.
4819 (rcirc-track-minor-mode-map): New keymap.
4820 (rcirc-track-minor-mode): New minor-mode.
4821 (ignore): Make the ignore output nicer. Always print it when
4822 adding or removing nicks.
4823 (rcirc-url-regexp): Improve.
4824 (rcirc-mangle-text): Remove properties before using text in the
4825 modeline.
4826 (rcirc-authenticate): Authentication data comes from
4827 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
4828 (rcirc-server-prefix): Inherit from rcirc-server.
4829
4830 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
4831
4832 * Makefile.in (compile): Append "|| true" to the end of the `find'
4833 command, like compile-always does.
4834
4835 2006-02-08 Sam Steingold <sds@gnu.org>
4836
4837 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
4838 output from a dead connection.
4839
4840 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
4841
4842 * dired.el (dired-mode-map): Add more bindings for tumme.
4843
4844 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4845
4846 * wdired.el (wdired-mode-map): Use remap.
4847 (wdired-get-filename): Massage.
4848 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
4849 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
4850 `keymap' property rather than `local-map'.
4851
4852 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
4853
4854 * tumme.el (tumme-get-thumbnail-image): New utility function.
4855 Suggested by from Chong Yidong.
4856 (tumme-dired-with-window-configuration): Rename from
4857 `tumme-dired'. Add code to save window configuration.
4858 (tumme-restore-window-configuration): New command to restore the
4859 window configuration that `tumme-dired-with-window-configuration'
4860 saves before it changes the window configuration.
4861 (tumme-show-all-from-dir): New command to display thumbnails for
4862 all files in a directory entered by the user, like M-x thumbs.
4863 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
4864 have been created.
4865 (tumme-display-thumbnail-original-image): Call `display-buffer'.
4866 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
4867 Remove obsolete test function.
4868
4869 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
4870
4871 * vc.el (small-temporary-file-directory): Remove defvar; there's
4872 a defcustom for it in files.el.
4873
4874 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
4875 Fix typo in message.
4876 (tumme-gallery-generate): Fix typo in `error' message.
4877 (tumme-display-window-height-correction)
4878 (tumme-display-window-width-correction, tumme-line-up-dynamic)
4879 (tumme-line-up-interactive): Dox fixes.
4880 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
4881 (tumme-restore-window-configuration, tumme-format-properties-string)
4882 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
4883 Fix typos in docstrings.
4884
4885 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
4886
4887 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
4888
4889 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
4890
4891 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
4892 User should use hook if desired.
4893
4894 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
4895 buffer if necessary.
4896 (gdb-delete-frame-or-window): New function.
4897 (gdb-breakpoints-mode-map): Bind "q" to it.
4898
4899 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
4900
4901 * textmodes/nroff-mode.el: Clean up name space.
4902 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
4903 (nroff-mode): Obey the global setting of nroff-electric-mode.
4904 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
4905
4906 * calendar/calendar.el (calendar-increment-month): Typo in last change.
4907
4908 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
4909
4910 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
4911
4912 2006-02-06 Lars Hansen <larsh@soem.dk>
4913
4914 * generic-x.el (etc-fstab-generic-mode): Add file system types
4915 cifs and usbdevfs. Allow special chars in file names.
4916
4917 2006-02-05 Jay Belanger <belanger@truman.edu>
4918
4919 Update copyright notices of the files in lisp/calc.
4920
4921 2006-02-05 Romain Francoise <romain@orebokech.com>
4922
4923 Update copyright notices of all files in the lisp/play directory.
4924
4925 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
4926
4927 * ldefs-boot.el: Regenerate.
4928
4929 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
4930
4931 2006-02-05 Kim F. Storm <storm@cua.dk>
4932
4933 * files.el (magic-mode-regexp-match-limit): New defvar.
4934 (set-auto-mode): Use it to limit magic-mode-alist matching.
4935
4936 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
4937
4938 * simple.el (display-message-or-buffer): Compare the number of
4939 characters to the frame width when determining whether a 1-line
4940 message string will fit in the echo area. Count screen lines
4941 instead of buffer lines when determining whether a multi-line
4942 message will fit in the echo area/minibuffer window.
4943
4944 2006-02-04 Eli Zaretskii <eliz@gnu.org>
4945
4946 * info.el (Info-index, Info-mode): Improve the description of the
4947 `i' command.
4948
4949 * ldefs-boot.el: Regenerate.
4950
4951 2006-02-03 Werner Lemberg <wl@gnu.org>
4952
4953 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
4954 greedy to find the closing bracket in \*[...] and similar
4955 expressions. This is a first rough fix -- many additional
4956 refinements are necessary to make nroff mode really usable with groff.
4957
4958 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
4959
4960 * international/mule-cmds.el (set-locale-environment):
4961 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
4962 libX11.
4963
4964 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
4965
4966 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
4967 archive are created in archive-tmpdir.
4968
4969 2006-02-02 John Paul Wallington <jpw@pobox.com>
4970
4971 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
4972 (ibuffer-fontification-alist): Use it.
4973 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
4974 to "* z" and the Ibuffer Mark menu.
4975
4976 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
4977
4978 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4979
4980 * textmodes/table.el (*table--cell-describe-mode)
4981 (*table--cell-describe-bindings): Undo last change since
4982 print-help-return-message is not obsoleted by anything at all.
4983
4984 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
4985
4986 * emulation/cua-base.el (cua-mode): Doc fix.
4987
4988 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
4989
4990 * dframe.el (dframe-handle-make-frame-visible)
4991 (dframe-handle-iconify-frame, dframe-get-focus)
4992 (dframe-select-attached-frame, dframe-power-click)
4993 (dframe-frame-mode): Fix typos in docstrings.
4994
4995 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
4996 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
4997 Fix typos in docstrings.
4998
4999 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
5000 (hi-lock-face-buffer, hi-lock-font-lock-hook)
5001 (hi-lock-archaic-interface-message-used)
5002 (hi-lock-file-patterns-range): Fix typos in docstrings.
5003
5004 * savehist.el (savehist-loaded, savehist-load, savehist-install)
5005 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
5006
5007 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
5008 Fix typo in docstring.
5009
5010 * net/newsticker.el (newsticker--decode-iso8601-date)
5011 (newsticker--set-customvar, newsticker--buffer-insert-item)
5012 (newsticker--do-run-auto-mark-filter)
5013 (newsticker--parse-generic-feed): Doc fixes.
5014 (newsticker--retrieval-timer-list, newsticker-url-list)
5015 (newsticker-hide-immortal-items-in-echo-area)
5016 (newsticker-hide-obsolete-items-in-echo-area)
5017 (newsticker-new-item-face, newsticker--enclosure)
5018 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
5019 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
5020 (newsticker--parse-generic-feed, newsticker--cache-contains)
5021 (newsticker--stat-num-items, newsticker-download-enclosures):
5022 Fix typos in docstrings.
5023
5024 * net/rcirc.el (rcirc-debug): Doc fix.
5025 (rcirc-fill-column, rcirc-receive-message-hooks)
5026 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
5027 (rcirc-mode, rcirc-generate-new-buffer-name)
5028 (rcirc-startup-channels, rcirc-ignore-update-automatic)
5029 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
5030 Fix typos in docstrings.
5031 (rcirc-print): "?\ " -> "?\s".
5032 (rcirc-cmd-join): Improve argument/docstring consistency.
5033
5034 2006-02-01 Mark A. Hershberger <mah@everybody.org>
5035
5036 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
5037 before narrow-to-region.
5038
5039 2006-02-01 Richard M. Stallman <rms@gnu.org>
5040
5041 * simple.el (move-beginning-of-line): Scan properly for invis change.
5042
5043 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
5044
5045 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
5046
5047 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
5048 change bit only when id-format is 'integer. Reported by Matt
5049 Hodges <M.P.Hodges@rl.ac.uk>.
5050
5051 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
5052
5053 * hilit-chg.el (highlight-changes-initial-state)
5054 (highlight-changes-global-initial-state): Doc fixes.
5055 (highlight-changes-global-modes, global-highlight-changes):
5056 Fix typos in docstrings.
5057
5058 2006-02-01 Kim F. Storm <storm@cua.dk>
5059
5060 * emulation/cua-base.el (cua-mode): Mention that CUA enables
5061 transient-mark-mode in doc string.
5062
5063 2006-01-31 Richard M. Stallman <rms@gnu.org>
5064
5065 * replace.el (multi-occur): Doc fix.
5066 (multi-occur-in-matching-buffers): Rename from
5067 multi-occur-by-filename-regexp. Prefix arg says match
5068 buffer names instead of file names.
5069
5070 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
5071
5072 * bs.el: Allow non-default values of `bs-header-lines-length'.
5073 (bs--running-in-xemacs): Remove (not needed anymore).
5074 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
5075 instead of `shrink-window', thus avoiding having to compute the
5076 height of the window.
5077 (bs--up): Wrap around even when there's no header.
5078 (bs--down): Use `forward-line' instead of `next-line'.
5079
5080 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
5081
5082 * image-mode.el (image-toggle-display): Use file name if possible,
5083 instead of unnecessarily allocating a (possibly huge) lisp string.
5084
5085 2006-01-30 John Paul Wallington <jpw@pobox.com>
5086
5087 * subr.el (toplevel): Define `cl-assertion-failed' condition here
5088 because the `assert' macro signals it at runtime.
5089
5090 * emacs-lisp/cl.el (toplevel): Remove definition of
5091 `cl-assertion-failed' condition.
5092
5093 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
5094
5095 * thumbs.el (thumbs-marked-list): Make buffer-local and
5096 permanent-local.
5097 (thumbs-insert-thumb): Make help-echo non-sticky.
5098 (thumbs-file-alist): Use eolp as check for (non)-image.
5099
5100 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
5101
5102 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
5103 (ediff-before-session-group-setup-hooks)
5104 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
5105 Fix typos in docstrings.
5106
5107 * window.el (bw-dir, bw-eqdir, balance-windows)
5108 (split-window-keep-point): Fix typos in docstrings.
5109
5110 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
5111 (org-quote-string, org-calendar-to-agenda-key)
5112 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
5113 (org-show-following-heading, org-tags-column)
5114 (org-use-tag-inheritance, org, org-allow-space-in-links)
5115 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
5116 (org-enable-table-editor, org-calc-default-modes)
5117 (org-table-allow-automatic-line-recalculation)
5118 (org-export-html-style, org-export-with-fixed-width)
5119 (org-export-with-sub-superscripts, org-special-keyword)
5120 (org-formula, org-time-grid, org-table-may-need-update)
5121 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
5122 (org-goto-quit, org-get-indentation, org-end-of-item)
5123 (org-move-item-down, org-move-item-up)
5124 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
5125 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
5126 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
5127 (org-agenda-log-mode, org-agenda-toggle-diary)
5128 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
5129 (org-agenda-file-to-end, org-agenda-no-heading-message)
5130 (org-agenda-get-closed, org-format-agenda-item)
5131 (org-cmp-priority, org-cmp-category, org-cmp-time)
5132 (org-agenda-change-all-lines, org-agenda-diary-entry)
5133 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
5134 (org-link-search, org-camel-to-words, org-open-file)
5135 (org-remember-handler, org-table-convert-region)
5136 (org-table-move-row-down, org-table-move-row-up)
5137 (org-table-copy-region, org-table-wrap-region)
5138 (org-table-toggle-vline-visibility)
5139 (org-table-get-vertical-vector, org-table-modify-formulas)
5140 (org-table-get-specials, org-recalc-commands)
5141 (org-table-rotate-recalc-marks, org-table-eval-formula)
5142 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
5143 (org-level-color-stars-only, org-insert-heading):
5144 Fix typos in docstrings.
5145 (last-arg): Add defvar.
5146
5147 * makefile.w32-in (WINS): Add erc.
5148 (MH_E_SRC): Update (copied from lisp/Makefile.in).
5149
5150 2006-01-29 Bill Wohler <wohler@newt.com>
5151
5152 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
5153 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
5154 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
5155 (mh-autoloads): Don't use comments on otherwise empty lines.
5156
5157 2006-01-29 Edward O'Connor <ted@oconnor.cx>
5158
5159 * emulation/viper.el (viper-major-mode-modifier-list): Add
5160 insert-state and vi-state entries for erc-mode.
5161 (viper-go-away, viper-set-hooks): Add and remove
5162 viper-comint-mode-hook from erc-mode-hook as appropriate.
5163
5164 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
5165
5166 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
5167
5168 * bs.el (bs--format-aux): Implement `middle' alignment as
5169 described in the docstring for `bs-attributes-list'.
5170 (bs--get-name): Simplify. Don't pad the buffer name.
5171
5172 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
5173
5174 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
5175 English aspell dictionary is installed, use the first entry of
5176 ispell-dictionary-alist-1.
5177
5178 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
5179
5180 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5181 Doc fix.
5182
5183 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
5184
5185 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
5186 for `process-file', in order to let it work for older Emacsen too.
5187
5188 2006-01-27 Eli Zaretskii <eliz@gnu.org>
5189
5190 * international/latexenc.el: Add a suitable `coding:' tag.
5191 (latexenc-find-file-coding-system): Undo last change.
5192
5193 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5194
5195 * international/latexenc.el (latexenc-find-file-coding-system):
5196 Make sure latexenc-main-file is a regular file and is readable.
5197
5198 2006-01-27 Andre Spiegel <spiegel@gnu.org>
5199
5200 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
5201 Pass FILE to vc-user-login-name.
5202
5203 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
5204
5205 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
5206
5207 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
5208 there are no more images to display.
5209 (thumbs-mark, thumbs-unmark): Revert change so that they move to
5210 the next image.
5211
5212 2006-01-26 Richard M. Stallman <rms@gnu.org>
5213
5214 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
5215
5216 * wid-edit.el (advertised-widget-backward): New alias.
5217 (widget-keymap): Use advertised-widget-backward for S-TAB.
5218
5219 * tumme.el: Correct the keywords.
5220 (tumme-dir-max-size): Use defvar.
5221 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
5222
5223 * simple.el (move-beginning-of-line): Take account of fields.
5224 (clone-indirect-buffer-other-window): Take args like
5225 clone-indirect-buffer, and work like it.
5226
5227 * help-fns.el (describe-function): Don't pass `nil' as default.
5228
5229 * files.el (risky-local-variable-p): Follow var aliases.
5230
5231 * subr.el (lazy-completion-table): Doc fix.
5232
5233 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
5234 global binding of `line'.
5235
5236 2006-01-25 Andre Spiegel <spiegel@gnu.org>
5237
5238 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
5239 Tramp.
5240
5241 * vc.el (vc-default-dired-state-info): Pass FILE to
5242 vc-user-login-name.
5243 (vc-default-update-changelog): Don't use vc-user-login-name, we
5244 don't need it here.
5245
5246 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
5247 no longer necessary.
5248
5249 2006-01-25 Kenichi Handa <handa@m17n.org>
5250
5251 * international/mule.el (decode-char): Avoid the overhead of
5252 calling utf-lookup-subst-table-for-decode if
5253 utf-translate-cjk-mode is nil.
5254 (encode-char): Avoid the overhead of calling
5255 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
5256 nil.
5257
5258 2006-01-22 Kenichi Handa <handa@m17n.org>
5259
5260 * international/mule.el (make-subsidiary-coding-system): Reset
5261 `coding-system-define-form' property of subsidiaries to nil.
5262 Avoid duplicated entry in coding-system-alist.
5263 (make-coding-system): Avoid duplicated entry in
5264 coding-system-alist.
5265 (define-coding-system-alias): Likewise.
5266
5267 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
5268
5269 * completion.el: Minor fixes in introductory comment.
5270 (completion-def-wrapper): Fix alist.
5271
5272 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
5273
5274 * thumbs.el (thumbs-new-image-size): New function.
5275 (thumbs-increment-image-size-element)
5276 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
5277 (thumbs-decrement-image-size): Delete.
5278 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
5279 temp files and use to resize.
5280 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
5281 Use increment argument to enlarge/shrink. Preserve point.
5282 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
5283 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
5284 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
5285 (thumbs-mark, thumbs-unmark): Preserve point.
5286 (thumbs-modify-image): Keep old temp files and use to modify.
5287 Cleanup old temp files at load time. Preserve point.
5288 (thumbs-view-image-mode-map): Use new command names.
5289
5290 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
5291
5292 * log-view.el (log-view-minor-wrap): First rev is the one at point.
5293
5294 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
5295 the nastiest part of the cyclic dependency.
5296 (cal-menu-update): Use dotimes and calendar-increment-month.
5297
5298 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
5299 (calendar-week-start-day): Add an :initializer.
5300 (calendar-mode-map): Use suppress-keymap, and command remapping.
5301 (describe-calendar-mode): Setup xref-stack info for the back button.
5302 (calendar-star-date): Insert before delete.
5303 (calendar-set-mode-line): Add file-modified info if applicable.
5304 (calendar-increment-month): New function.
5305
5306 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
5307
5308 * font-lock.el (lisp-font-lock-keywords-2):
5309 Recognize "& keywords" only at word boundaries.
5310
5311 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
5312
5313 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
5314 and permanent-local.
5315 (thumbs-max-image-number): New variable.
5316 (thumbs-do-thumbs-insertion): Use them.
5317 (thumbs-per-line): Change default to 4.
5318 (thumbs-marked-list): Rename from thumbs-markedL.
5319 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
5320 (thumbs-rename-images): Use -list instead of L for internal variables.
5321 (thumbs-call-convert): Use call-process instead of shell-command.
5322 (thumbs-insert-thumb): Add filename as help-echo to each image.
5323 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
5324 Give dir to thumbs-show-thumbs-list.
5325 (thumbs-show-thumbs-list): Set default-directory to that of images.
5326 (thumbs-dired-show): Rename from thumbs-dired-show-all.
5327 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
5328 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
5329 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
5330
5331 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
5332
5333 * ses.el (ses-read-cell): Provide a default value.
5334
5335 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
5336
5337 * term/w32-win.el (image-library-alist): Add additional names for
5338 GIF library.
5339
5340 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5341
5342 * international/latexenc.el (latexenc-find-file-coding-system):
5343 Add file-regular-p check.
5344
5345 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5346
5347 * simple.el (clone-buffer): Don't show the new buffer in the same
5348 window.
5349
5350 2006-01-23 Juri Linkov <juri@jurta.org>
5351
5352 * faces.el (link, link-visited): New faces based on default values
5353 of `info-xref' and `info-xref-visited'.
5354
5355 * info.el (info-xref): Inherit from `link'.
5356 (info-xref-visited): Inherit from `link-visited'.
5357
5358 * cus-edit.el (custom-buffer-create-internal): Use widget type
5359 `custom-manual' instead of `info-link' and don't set properties
5360 `button-face' and `mouse-face' explicitly.
5361 (custom-browse-group-tag, custom-browse-variable-tag)
5362 (custom-browse-face-tag): Inherit from widget class
5363 `custom-group-link' instead of `push-button'.
5364 (custom-button-unraised): Inherit from `underline' face.
5365 (custom-link): Inherit from `link' face. Fix doc and group.
5366 (custom-add-parent-links, custom-group-value-create): Don't set
5367 properties `button-face' and `mouse-face' explicitly for
5368 `custom-group-link' widget.
5369 (custom-group-link): Add properties `button-face' and `mouse-face'
5370 to widget definition.
5371 (custom-field-keymap): New variable. Put `custom-field-keymap' to
5372 editable-field's :keymap property.
5373 (custom-mode): Fix docstring: substitute keybindings for
5374 `widget-forward' and `widget-backward' from `widget-keymap',
5375 `widget-complete' from `custom-field-keymap', replace old
5376 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
5377
5378 * desktop.el (desktop-load-file): Check for `fboundp' before
5379 calling `symbol-function'.
5380
5381 * simple.el (clone-buffer, clone-indirect-buffer)
5382 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
5383 `read-string'. Fix prompts.
5384
5385 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
5386
5387 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
5388
5389 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
5390
5391 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
5392
5393 * startup.el (inhibit-splash-screen, initial-scratch-message):
5394 Doc fixes.
5395
5396 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
5397
5398 Sync with Tramp 2.0.52.
5399
5400 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
5401 net/tramp-vc.el: Add code for unloading Tramp. See comment before
5402 `tramp-unload-tramp' for checklist.
5403
5404 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
5405 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
5406 (tramp-unload-file-name-handler-alist)
5407 (tramp-unload-tramp): New defuns.
5408 (tramp-advice-PC-expand-many-files): New defadvice.
5409 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
5410 removed.
5411 (tramp-handle-expand-file-name): Remove double slash.
5412 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
5413 It doesn't matter, because it will be converted later on.
5414 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
5415 implementation was just heuristic.
5416 (tramp-post-connection): Set uid and gid properties.
5417 (tramp-convert-file-attributes): Set file's gid change bit.
5418 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
5419 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
5420 in case of su(do)? methods. The home directory of the local user
5421 will be taken else.
5422 (tramp-open-connection-telnet)
5423 (tramp-open-connection-rsh, tramp-open-connection-su)
5424 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
5425 local shell prompt could hurt. Reported by Romain Francoise
5426 <romain@orebokech.com>.
5427 (tramp-let-maybe): Add `edebug-form-spec' property.
5428 (tramp-handle-expand-file-name): Bind `default-directory' locally
5429 to "/" in order to avoid problems with UNC shares or Cygwin
5430 mounts.
5431 (tramp-md5-function): Fix typo in error message.
5432
5433 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
5434
5435 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
5436 for byte-compiler pacification.
5437
5438 2006-01-22 Andre Spiegel <spiegel@gnu.org>
5439
5440 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
5441 ID-FORMAT `string'. This allows us to get rid of
5442 `vc-user-login-name UID'.
5443
5444 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
5445
5446 2006-01-22 John Paul Wallington <jpw@pobox.com>
5447
5448 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
5449
5450 2006-01-21 Martin Rudalics <rudalics@gmx.at>
5451
5452 * emacs-lisp/find-func.el (find-definition-noselect)
5453 (find-variable-noselect): Search variables in C source code too.
5454 (find-function-C-source, find-function-noselect, find-function)
5455 (find-function-other-frame, find-variable-noselect, find-variable)
5456 (find-variable-other-frame, find-variable-at-point):
5457 Fix docstrings.
5458
5459 2006-01-21 Francesco Potorti` <pot@gnu.org>
5460
5461 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
5462
5463 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
5464
5465 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
5466 Default to disabling the "Save affix" question.
5467
5468 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
5469
5470 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
5471 the first arg to run-python.
5472
5473 2006-01-21 Eli Zaretskii <eliz@gnu.org>
5474
5475 * startup.el (command-line-1): Handle --no-desktop if desktop.el
5476 is not loaded.
5477
5478 2006-01-20 Jay Belanger <belanger@truman.edu>
5479
5480 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
5481 limit is 0.
5482
5483 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
5484 the correct variable.
5485
5486 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
5487
5488 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
5489 link. Fixed buggy argument sequence in call to `org-view-tags'.
5490 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5491 (org-prefix-has-tag): New variable.
5492 (org-format-agenda-item): Remove tags from headline if
5493 appropriate.
5494 (org-agenda-remove-tags-when-in-prefix): New option.
5495 (org-get-tags-at): New function.
5496
5497 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
5498
5499 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
5500 (thumbs-find-image): Move image name and number from buffer name
5501 to mode name. Set thumbs-buffer. Preserve point so that large
5502 images remain visible.
5503 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
5504 order.
5505 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
5506 mode name.
5507 (thumbs-next-image, thumbs-previous-image): Make them work.
5508
5509 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
5510
5511 * cus-edit.el (custom-buffer-create-internal): State in the text above
5512 the whole buffer buttons that they do not operate on hidden items.
5513 (custom-face-menu): Use `custom-face-save' instead of
5514 `custom-face-save-command'.
5515 (custom-face-save-command): Make it an alias for `custom-face-save'
5516 and declare it obsolete.
5517 (custom-face-save): Doc fix.
5518
5519 * dired.el (dired-no-confirm): Add quote.
5520 (dired-subdir-alist-pre-R): Add quote in
5521 `make-variable-buffer-local' form and remove unbalanced parenthesis.
5522
5523 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
5524
5525 * textmodes/table.el (table-mode-indicator): Typo in last change.
5526
5527 2006-01-19 Richard M. Stallman <rms@gnu.org>
5528
5529 * outline.el (hide-leaves): Don't call outline-end-of-heading.
5530 Fixes bug reported in Nov 2005.
5531
5532 * isearch.el (isearch-forward): Doc fix.
5533
5534 * dired.el (dired-move-to-filename-regexp): Define as alias.
5535 (dired-no-confirm): Use defcustom.
5536 (dired-subdir-alist-pre-R): Put defvar at top level.
5537
5538 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
5539
5540 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
5541 Mark as risky.
5542
5543 * simple.el (set-mark-command): Doc fix.
5544 (clone-indirect-buffer-other-window):
5545 Read arg like clone-indirect-buffer.
5546 (move-beginning-of-line): Skip invisible newlines.
5547
5548 2006-01-19 Masatake YAMATO <jet@gyve.org>
5549
5550 * progmodes/cpp.el (cpp-edit-load): Make the order of
5551 listed conditions in a base C code buffer and its associate
5552 CPP Edit buffer the same.
5553
5554 2006-01-19 Kenichi Handa <handa@m17n.org>
5555
5556 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
5557 (rmail-mime-feature): Likewise.
5558 (rmail-require-mime-maybe): Use display-warning to show a warning
5559 message.
5560
5561 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
5562 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
5563
5564 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
5565
5566 * array.el: Move defvars out of eval-when-compile.
5567 (array-make-template): Replace undeclared global var with a local one.
5568 (array-mode): Inline initialization functions.
5569 (array-init-local-variables, array-init-max-row)
5570 (array-init-max-column, array-init-columns-per-line)
5571 (array-init-field-width, array-init-rows-numbered)
5572 (array-init-line-length, array-init-lines-per-row): Remove.
5573
5574 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
5575 (doc-mode-map): Define explicitly.
5576 (doctor-txtype): Use mapc.
5577
5578 * textmodes/table.el: Move defvars out of eval-when-compile.
5579 Remove harmful code meant to avoid byte-compiler warnings.
5580 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
5581 specification that checks table-fixed-width-mode directly.
5582 (table-recognize-region, table-recognize-cell):
5583 Use restore-buffer-modified-p.
5584 (table-fixed-width-mode): Remove code that refreshes
5585 table-fixed-mode-indicator.
5586 (*table--cell-describe-bindings, *table--cell-describe-mode):
5587 Avoid obsolete name print-help-return-message.
5588 (table--test-cell-list): Don't use replace-regexp from elisp.
5589 (table--point-entered-cell-function, table--point-left-cell-function):
5590 Don't set table-fixed-mode-indicator, use force-mode-line-update.
5591
5592 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
5593 that was after the end of file. Use buffer-file-name variable.
5594 (org-timestamp-change): Use with-current-buffer.
5595 (org-todo-list): Don't unnecessarily define a new buffer-local var.
5596 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
5597 `file'.
5598
5599 * progmodes/fortran.el: Move defvars out of eval-when-compile.
5600 (fortran-break-line): Remove unused var `opoint'.
5601 (fortran-abbrev-start): Obey help-event-list.
5602
5603 2006-01-18 Jesper Harder <harder@phys.au.dk>
5604
5605 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
5606
5607 2006-01-18 Masatake YAMATO <jet@gyve.org>
5608
5609 * progmodes/make-mode.el (makefile-imake-mode): New mode
5610 derived from makefile-mode.
5611 (makefile-imake-mode-syntax-table): New syntax table
5612 derived from makefile-mode-syntax-table.
5613 (makefile-mode): Write about makefile-imake-mode in doc string.
5614 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
5615 (makefile-imake-font-lock-keywords): New font lock keywords.
5616
5617 * files.el (auto-mode-alist): Add Imakefile.
5618
5619 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
5620
5621 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
5622 loading the file rather than when turning on flyspell-mode.
5623
5624 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
5625
5626 * cus-edit.el (customize-rogue): Minor doc fix.
5627
5628 2006-01-17 Juri Linkov <juri@jurta.org>
5629
5630 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
5631 instead of the file at the mark as default if the file at the mark
5632 is the same as the file at point or if dired-dwim-target-directory
5633 is not the same as the current directory and the mark is not active.
5634
5635 * log-view.el (log-view-minor-wrap): Use the same logic to get
5636 revisions as `log-view-diff'.
5637
5638 * info.el (Info-revert-find-node): Check for Info-current-file
5639 before preserving new-history.
5640
5641 * man.el (Man-heading-regexp): Add `/'.
5642
5643 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
5644 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
5645
5646 2006-01-16 Juri Linkov <juri@jurta.org>
5647
5648 * faces.el (mode-line-faces): New defgroup.
5649 (mode-line-highlight): Move definition after new defgroup.
5650 (mode-line, mode-line-inactive, mode-line-highlight):
5651 Replace :group `modeline' with `mode-line-faces'.
5652 (mode-line-buffer-id): New face.
5653 (modeline-buffer-id): New face alias.
5654 (vertical-border): Remove :group `modeline'.
5655
5656 * bindings.el (propertized-buffer-identification): Use face
5657 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
5658 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
5659 (mode-line-buffer-identification-keymap): For mouse-1 replace
5660 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
5661 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
5662 mouse-3.
5663
5664 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
5665 Buffer-menu-buffer. Doc fix.
5666 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
5667 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
5668 `Buffer-menu-buffer'.
5669
5670 * info.el (Info-mode-line-node-keymap): New defvar.
5671 (Info-set-mode-line): Use `stringp' to check Info-current-file.
5672 Propertize Info-current-node with `mode-line-buffer-id' and
5673 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
5674
5675 * time.el (display-time-mail-face): Replace :group `faces' with
5676 `mode-line-faces'.
5677
5678 2006-01-16 Kenichi Handa <handa@m17n.org>
5679
5680 * international/code-pages.el: Add autoload cookies for cp125[0345678].
5681
5682 * language/european.el (cp1252): New alias for windows-1252.
5683
5684 * international/mule.el (autoload-coding-system): Prepare for EOL
5685 variants.
5686
5687 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
5688
5689 * term.el (term-raw-map): Add mapping for insert.
5690 (term-send-insert): New.
5691 (term-mode): Make variables local here instead of doing it in
5692 `term-emulate-terminal'.
5693 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
5694 Scroll reverse needs to take into account the scroll region.
5695 Saving and restoring the cursor should save the color attributes too.
5696 (term-reset-terminal): Reset the scroll region.
5697 (term-handle-ansi-escape): Cursor up and down should take into
5698 account the scroll region.
5699 (term-set-scroll-region): Rename from `term-scroll-region'.
5700 Move to 0,0 after setting the region.
5701 (term-handle-scroll): Handle scroll up.
5702 (term-down): Fix off by one error.
5703 (term-delete-lines): Do not delete outside the scroll region.
5704 (term-insert-lines): Take into account the scroll region.
5705
5706 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
5707
5708 * textmodes/ispell.el (ispell-internal-change-dictionary)
5709 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
5710 (start, end): Move declaration outside of eval-when-compile.
5711
5712 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
5713 (flyspell-mode-on): Use it.
5714
5715 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
5716 ispell-kill-ispell-hook.
5717
5718 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
5719
5720 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
5721 (Custom-reset-saved): Do not ask for confirmation in single option
5722 buffers.
5723
5724 2006-01-13 Richard M. Stallman <rms@gnu.org>
5725
5726 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
5727
5728 2006-01-13 Romain Francoise <romain@orebokech.com>
5729
5730 * add-log.el (add-change-log-entry, change-log-merge):
5731 Conditionally use `hard-newline'.
5732
5733 2006-01-13 Martin Rudalics <rudalics@gmx.at>
5734
5735 * wid-edit.el (widget-field-end): If the overlay is no longer
5736 associated with a buffer, behave as if the overlay didn't exist.
5737
5738 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
5739 Make sure the links use the `custom-link' face.
5740
5741 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5742
5743 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
5744 (ld-script-mode): Don't set indent-line-function since we don't
5745 have one.
5746
5747 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
5748
5749 * textmodes/org.el (org-open-file): Use mailcap for selecting an
5750 application.
5751 (org-file-apps-defaults-gnu): Use mailcap as the default for
5752 selecting an application on a UNIX system.
5753 (org-agenda-show-tags): New command.
5754 (org-table-insert-hline): Keep cursor in current table line.
5755 (org-table-convert): Offset effect of modifying
5756 `org-table-insert-hline'.
5757 (org-format-agenda-item): New optional argument TAG.
5758 (org-compile-prefix-format): Handle %T format for the tag.
5759 (org-expand-wide-chars): New function.
5760 (org-table-insert-row, org-table-insert-hline):
5761 Use `org-expand-wide-chars'.
5762 (org-open-file): Fix bug in program launch.
5763 (org-get-time-of-day): Fix bug with times before 1am.
5764 (org-agenda-menu): Add tags commands.
5765
5766 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
5767
5768 * textmodes/ispell.el (ispell-init-process): Include the used
5769 dictionary in ispell process start message.
5770 (ispell-internal-change-dictionary): When flyspell-mode is active
5771 and dictionary is changed, make sure ispell process is restarted
5772 and flyspell word cache cleared out for the current buffer.
5773 (ispell-change-dictionary): Make sure flyspell word cache is
5774 cleared out in all buffers with active flyspell mode when
5775 dictionary is globally changed.
5776 Call ispell-internal-change-dictionary after dictionary change.
5777
5778 2006-01-13 Eli Zaretskii <eliz@gnu.org>
5779
5780 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
5781
5782 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
5783 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
5784 years. Fix small differences wrt Makefile.in.
5785 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
5786 Makefile.in does.
5787
5788 2006-01-12 Bill Wohler <wohler@newt.com>
5789
5790 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
5791 mh-search.el.
5792
5793 2006-01-12 Masatake YAMATO <jet@gyve.org>
5794
5795 * progmodes/ld-script.el: Update copyright year.
5796
5797 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
5798
5799 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
5800 Don't add widget if setting undefined.
5801
5802 2006-01-12 John Paul Wallington <jpw@pobox.com>
5803
5804 * help-fns.el (describe-variable): Remove newlines from void
5805 variable output.
5806
5807 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
5808
5809 * wdired.el (wdired-mode-map): Add help echo for
5810 wdired-abort-changes.
5811
5812 * man.el (Man-file-name-regexp): Adjust for a list of files.
5813
5814 2006-01-12 Masatake YAMATO <jet@gyve.org>
5815
5816 * progmodes/ld-script.el (auto-mode-alist): Support
5817 suffix conventions used in netbsd and eCos.
5818
5819 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5820
5821 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
5822 (custom-variable-menu, custom-face-menu, custom-group-menu)
5823 (Custom-mode-menu): Change names of menu items. (As discussed on
5824 emacs-devel.)
5825 (custom-face-menu): Add "Undo Edits" item.
5826
5827 * startup.el (init-file-user): defcustom -> defvar.
5828
5829 * tooltip.el (tooltip-mode): Doc fix.
5830
5831 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5832
5833 * reveal.el (reveal-post-command): window-buffer signals an error on
5834 dead windows rather than returning nil.
5835 (reveal-open-new-overlays): An overlay might die while we open others.
5836
5837 2006-01-11 Bill Wohler <wohler@newt.com>
5838
5839 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
5840 phrasing in docstring.
5841
5842 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
5843 can give some systems gas. Add new file mh-buffers.el.
5844
5845 2006-01-06 Masatake YAMATO <jet@gyve.org>
5846
5847 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
5848 C preprocessor forward ported from GNU Emacs 21.2.
5849
5850 * progmodes/asm-mode.el (asm-font-lock-keywords):
5851 Use `cpp-font-lock-keywords'.
5852
5853 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
5854
5855 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
5856 of $ for "\\.ld[s]?".
5857
5858 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5859
5860 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
5861 (tcl-indent-line): Return `noindent' if inside a string.
5862
5863 * progmodes/flymake.el (flymake-split-string): Remove more than one
5864 empty string at beg/end of the result.
5865 (flymake-find-buildfile, flymake-find-possible-master-files):
5866 Use expand-file-name.
5867 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
5868 since expand-file-name does it for us. Use directory-file-name.
5869 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
5870 (flymake-ler-get-type, flymake-ler-get-text)
5871 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
5872 (flymake-current-line-no): Remove spurious interactive spec.
5873 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
5874 (flymake-check-include): Remove arg inc-path merged into inc-name.
5875 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
5876 Arg regexp-list replaced by a simple regexp.
5877 (flymake-master-make-header-init, flymake-master-tex-init):
5878 Correspondingly replace regexp-list with a regexp. Fix regexp.
5879
5880 2006-01-10 Simon Josefsson <jas@extundo.com>
5881
5882 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
5883 describing AUTH PLAIN fix.
5884
5885 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
5886
5887 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
5888 (report-emacs-bug): Don't record initial prompt text.
5889 Instead, add text properties to prompting text.
5890 (report-emacs-bug-hook): Delete prompting text.
5891
5892 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5893
5894 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
5895 `dirs'. Adjust callers.
5896
5897 2006-01-09 John Paul Wallington <jpw@gnu.org>
5898
5899 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
5900
5901 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5902
5903 * reveal.el (reveal-open-new-overlays): New extracted fun.
5904 (reveal-close-old-overlays): Idem. Check overlays's liveness before
5905 using them. Simplify the code.
5906 (reveal-post-command): Use them. Fix up obsolete windows in
5907 reveal-open-spots.
5908
5909 * progmodes/flymake.el: Use `require' rather than autoload for
5910 XEmacs's overlays.
5911 (flymake-get-common-file-prefix, flymake-build-relative-filename):
5912 Delete. Use file-relative-name instead.
5913 (flymake-get-syntax-check-program-args, flymake-perl-init):
5914 Simplify the resulting code.
5915
5916 * log-view.el (log-view-file-re, log-view-message-re): Add support
5917 for DaRCS output.
5918
5919 2006-01-09 Alex Schroeder <alex@gnu.org>
5920
5921 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
5922 identifiers sometimes added in square brackets at the beginning of
5923 subject lines.
5924
5925 2006-01-07 Richard M. Stallman <rms@gnu.org>
5926
5927 * cus-edit.el (Custom-set, Custom-save): Doc fix.
5928 (Custom-reset-current, Custom-reset-saved): Change question text.
5929 (Custom-reset-standard): Likewise.
5930 (custom-variable-reset-saved): Doc fix.
5931
5932 2006-01-07 Eli Zaretskii <eliz@gnu.org>
5933
5934 * startup.el (init-file-user): Doc fix.
5935
5936 2006-01-07 Alex Schroeder <alex@gnu.org>
5937
5938 * mail/rmail.el (rmail-current-subject): New function.
5939 (rmail-current-subject-regexp): New function.
5940 (rmail-next-same-subject): Use it.
5941
5942 * mail/rmailsum.el (rmail-summary-by-topic):
5943 Use rmail-current-subject and rmail-current-subject-regexp.
5944 (rmail-summary-next-same-subject): Ditto.
5945
5946 * net/rcirc.el (rcirc-send-input): No longer check whether the
5947 process is open, since not all commands need an open process.
5948 (rcirc-send-string): Check whether the process is open before
5949 sending anything.
5950 (rcirc-ignore-list): New option.
5951 (rcirc-ignore-list-automatic): New variable.
5952 (rcirc-print): Take rcirc-ignore-list into account.
5953 (rcirc-cmd-ignore): New command.
5954 (rcirc-ignore-update-automatic): New function.
5955 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
5956 list if ignored nicks.
5957 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
5958
5959 2006-01-06 David Reitter <david.reitter@gmail.com>
5960
5961 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
5962 reflect the address to which the report will be sent.
5963
5964 2006-01-06 Eli Zaretskii <eliz@gnu.org>
5965
5966 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
5967 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
5968
5969 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
5970
5971 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
5972
5973 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
5974 the doc string: "functoin" => "function".
5975 * ldefs-boot.el: Likewise.
5976
5977 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
5978 message text: "Duplicat" => "Duplicate".
5979
5980 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
5981
5982 * files.el (basic-save-buffer-2): If backing-up failed, reset
5983 buffer-backed-up to nil.
5984
5985 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
5986
5987 * progmodes/gud.el (gdb-script-skip-to-head)
5988 (gdb-script-calculate-indentation): Indent for breakpoint command
5989 lists also.
5990
5991 2006-01-05 Bill Wohler <wohler@newt.com>
5992
5993 * Makefile.in (compile-always): Add mh-autoloads dependency.
5994 (bootstrap): Remove mh-autoloads dependency, as compile dependency
5995 provides it.
5996 (updates): Remove mh-autoloads dependency, since it probably has
5997 already run recently (via recompile).
5998
5999 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6000
6001 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
6002 argument `force' to disable the flyspell-last-buffer optimization.
6003 (flyspell-mode-on): Use it.
6004
6005 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
6006 flymake-simple-cleanup.
6007 (flymake-allowed-file-name-masks): Use this new default.
6008 All the functions are now called in the right buffer rather than
6009 passing the buffer as argument.
6010 (flymake-process-sentinel): Switch to buffer before calling cleanup.
6011 (flymake-parse-err-lines): Remove redundant buffer arg.
6012 (flymake-get-program-dir): Comment out unused function.
6013 (flymake-start-syntax-check, flymake-start-syntax-check-process):
6014 Remove redundant buffer argument.
6015 (flymake-get-real-file-name, flymake-simple-java-cleanup)
6016 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
6017
6018 2006-01-05 Richard M. Stallman <rms@gnu.org>
6019
6020 * info.el (Info-find-node): Don't record previous node if have none.
6021 (info): Go to directory only if history is empty.
6022
6023 * simple.el (mark): Doc fix.
6024
6025 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6026
6027 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
6028 already of desired type.
6029 (mac-ae-list): Coerce parameter to "list" type.
6030 (mac-dispatch-apple-event): Replace cadr part of event with a
6031 dummy position so that event-start returns it.
6032
6033 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
6034
6035 * textmodes/org.el (org-end-of-subtree): New function.
6036 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
6037 Use `org-end-of-subtree'.
6038 (org-agenda, org-agenda-convert-date): Protect calls to
6039 `fit-window-to-buffer'.
6040 (org-tags-view): Force matching of sublevels when doing a
6041 todo-only search. Define the correct redo command, including the
6042 arguments.
6043 (org-agenda-redo): Display message.
6044 (org-check-for-org-mode): New function.
6045 (org-agenda-type): New variable.
6046 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6047 Set `org-agenda-type'.
6048 (org-agenda-check-type): New function.
6049 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6050 (org-agenda-week-view, org-agenda-day-view)
6051 (org-agenda-next-date-line, org-agenda-previous-date-line)
6052 (org-agenda-log-mode, org-agenda-toggle-diary)
6053 (org-agenda-toggle-time-grid, org-agenda-date-later)
6054 (org-agenda-date-prompt, org-agenda-diary-entry)
6055 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
6056 (org-agenda-convert-date, org-agenda-menu):
6057 Use `org-agenda-check-type'.
6058 (org-make-overlay, org-delete-overlay)
6059 (org-detatch-overlay, org-move-overlay, org-overlay-put):
6060 New compatibility functions.
6061 (org-calendar-select-mouse): New command.
6062
6063 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
6064
6065 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
6066 (Custom-reset-standard): Fix y-or-n-p messages.
6067 (custom-link): New face for links.
6068 (custom-buffer-create-internal, custom-manual): Use it.
6069 (custom-face-save): Push to theme-face before setting face spec.
6070
6071 * wid-edit.el (widget-default-mouse-face-get): New function.
6072 (widget-specify-button): Handle mouse-face like button-face.
6073
6074 * custom.el (load-theme): Clear old theme settings if reloading.
6075
6076 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
6077
6078 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
6079 "Erase Customization" button back to same position it occupies in
6080 the individual State menus.
6081
6082 2006-01-04 Kim F. Storm <storm@cua.dk>
6083
6084 * wid-edit.el (key-sequence): Rework widget to read key binding
6085 using `kbd' syntax. Use C-q to insert literal key, event, or code.
6086 (widget-key-sequence-default-value): Default value for empty sequence.
6087 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
6088 (widget-key-sequence-read-event): New command for C-q.
6089 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
6090 (widget-key-sequence-value-to-external): New functions.
6091
6092 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6093
6094 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
6095 Use expand-file-name.
6096 (flymake-delete-temp-directory): Use expand-file-name,
6097 file-name-directory, and directory-file-name.
6098 (flymake-strrchr): Delete.
6099 (flymake-start-syntax-check): Don't pass the redundant buffer argument
6100 to the init-f function.
6101 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
6102 (flymake-init-find-buildfile-dir)
6103 (flymake-init-create-temp-source-and-master-buffer-copy)
6104 (flymake-simple-make-init-impl, flymake-simple-make-init)
6105 (flymake-master-make-init, flymake-master-make-header-init)
6106 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
6107 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
6108 (flymake-xml-init): Remove corresponding redundant buffer argument.
6109 (flymake-allowed-file-name-masks): Remove last elems that are equal to
6110 the default anyway. Clean up regexps.
6111
6112 * progmodes/flymake.el (flymake-temp-source-file-name)
6113 (flymake-master-file-name, flymake-temp-master-file-name)
6114 (flymake-base-dir): New buffer-local vars.
6115 (flymake-buffer-data, flymake-get-buffer-value)
6116 (flymake-set-buffer-value): Replace those hash-tables by the new
6117 buffer-local vars. Update callers.
6118
6119 * progmodes/flymake.el (flymake-check-start-time)
6120 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
6121 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
6122 Move definition, so we can remove redundant earlier declaration.
6123 (flymake-replace-regexp-in-string, flymake-split-string)
6124 (flymake-get-temp-dir): Use defalias.
6125 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
6126 (flymake-xemacs-window-edges): Remove unused function.
6127 (flymake-get-point-pixel-pos): Move.
6128 (flymake-pid-to-names, flymake-reg-names)
6129 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
6130 Replace by a simple list flymake-processes and by process-buffer.
6131 Update callers. Other than simplify the code, it uses buffers rather
6132 than buffer-names so it doesn't get confused by uniquify.
6133 (flymake-buffer-data): The global value should just be nil.
6134
6135 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
6136 Optimize the body of a defalias like any other code.
6137
6138 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
6139 Make sure we've setup font-lock's vars. It may influence which
6140 function we then call.
6141 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
6142 here since it's too late anyway.
6143
6144 2006-01-03 Romain Francoise <romain@orebokech.com>
6145
6146 * startup.el (fancy-splash-tail, normal-splash-screen):
6147 Update copyright year.
6148
6149 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
6150
6151 * mouse.el (mouse-drag-track): Rename, from
6152 `mouse-drag-region-1'. Includes optional argument required to
6153 enable post-drag event processing (e.g. delete region keys).
6154 Can be used without this argument to track a mouse region and operate
6155 on it as soon as the drag completes.
6156 (mouse-drag-region): Use `mouse-drag-track'.
6157
6158 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6159
6160 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
6161 Move to `custom-buffer' group.
6162
6163 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
6164 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
6165 (custom-theme-insert-face-marker, custom-theme-variable-menu)
6166 (custom-theme-face-menu): New variables.
6167 (custom-theme-add-variable, custom-theme-variable-action)
6168 (custom-variable-reset-theme, custom-theme-delete-variable)
6169 (custom-face-reset-theme, custom-theme-face-action)
6170 (custom-theme-delete-face, custom-theme-merge-theme)
6171 (custom-theme-add-face, custom-theme-visit-theme): New functions.
6172
6173 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
6174
6175 * custom.el: Move Custom Themes commentary to start of theme code.
6176 (custom-known-themes): Rename `standard' theme to `changed'.
6177 (custom-push-theme): Caller no longer specifies what theme to use
6178 when doing `reset'---the setting is simply removed from the theme.
6179 Delete MODE from `theme-value' and `theme-settings' properties.
6180 (custom-declare-theme): Ignore &rest args since we don't use them.
6181
6182 (custom-loaded-themes): Delete variable.
6183 (custom-theme-load-themes, custom-theme-loaded-p)
6184 (custom-theme-value): Delete functions.
6185
6186 (custom-declare-theme): Signal error on invalid theme names.
6187 (provide-theme): custom-loaded-themes was deleted.
6188 (load-theme): Load the file unconditionally.
6189 (enable-theme): Call `load-theme' if theme is undefined.
6190 (custom-enabled-themes): Only update value for successful loads.
6191 (disable-theme): Complete from enabled themes when interactive.
6192 (custom-variable-theme-value): Calculate theme value directly.
6193
6194 (custom-theme-reset-variables, custom-reset-variables): Mark as
6195 XEmacs compatibility functions. We don't actually use these.
6196
6197 * cus-edit.el (custom-variable-state-set):
6198 Use custom-variable-theme-value instead of custom-theme-value.
6199 (custom-face-state-set): Rename `standard' theme to `changed'.
6200 (custom-save-variables, custom-save-faces): Delete unneeded
6201 references to custom-reset-variables.
6202 (custom-save-resets): Delete function.
6203 (custom-save-variables, custom-save-faces): MODE argument deleted.
6204 (custom-save-variables, custom-save-faces): Ignore theme values.
6205
6206 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
6207 compatibility function.
6208
6209 2006-01-01 Richard M. Stallman <rms@gnu.org>
6210
6211 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
6212 (Custom-reset-current, Custom-reset-saved): Likewise.
6213 (Custom-reset-standard): Show message if aborted.
6214 (custom-mode): Doc fix, describing those commands.
6215
6216 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
6217 put on event-kind property.
6218
6219 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
6220
6221 * custom.el (provide-theme): Ban `user' theme name.
6222 (custom-enabling-themes): New variable.
6223 (enable-theme): Don't enable user if custom-enabling-themes is t.
6224 (custom-enabled-themes): Make it a defcustom.
6225 (custom-theme-recalc-face): No-op if face is undefined.
6226
6227 * cus-edit.el (custom-button-mouse): New variable.
6228 (custom-button-mouse): New face.
6229 (custom-raised-buttons, custom-mode): Use it.
6230
6231 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
6232
6233 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6234
6235 * progmodes/gud.el (gud-display-line): Support hl-line in the
6236 source buffer.
6237
6238 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
6239
6240 * mouse.el (mouse-drag-window-above): Verify that the found window
6241 overlaps with the given window in the horizontal dimension.
6242
6243 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6244
6245 * Makefile.in (cvs-update): New target.
6246
6247 * makefile.w32-in (cvs-update): Ditto.
6248
6249 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
6250
6251 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
6252 (custom-new-theme-mode-map): New variable.
6253
6254 2005-12-30 Richard M. Stallman <rms@gnu.org>
6255
6256 * custom.el (custom-load-themes): Function deleted.
6257
6258 * cus-edit.el (custom-save-loaded-themes): Function deleted.
6259 (custom-save-variables): Don't delete or add custom-load-themes call.
6260
6261 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
6262
6263 * cus-start.el: Add `visible-cursor'.
6264
6265 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
6266 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
6267 (flymake-process-filter): Switch to buffer before calling it instead.
6268 (flymake-post-syntax-check, flymake-highlight-err-lines)
6269 (flymake-delete-own-overlays, flymake-parse-err-lines)
6270 (flymake-start-syntax-check, flymake-start-syntax-check-process)
6271 (flymake-count-lines, flymake-parse-residual):
6272 Remove constant buffer argument.
6273 (flymake-start-syntax-check-for-current-buffer): Remove.
6274 Update callers to use flymake-start-syntax-check instead.
6275 (flymake-display-err-menu-for-current-line):
6276 Remove unused var `mouse-pos'.
6277 (flymake-restore-formatting): Comment out unused function.
6278 (flymake-report-status, flymake-report-fatal-status): Remove buffer
6279 argument, use current-buffer instead. Update callers.
6280
6281 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6282
6283 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
6284 buffer-local because choose-completion-delete-max-match requires
6285 that we set completion-ignore-case (i.e., binding via let is not
6286 sufficient).
6287 (bibtex-complete): Always set completion-ignore-case and
6288 choose-completion-string-functions. The latter is needed because
6289 choose-completion-string-functions keeps its value if we quit the
6290 *Completions* buffer without requesting a completion.
6291
6292 2005-12-30 Andreas Schwab <schwab@suse.de>
6293
6294 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
6295
6296 2005-12-30 Eli Zaretskii <eliz@gnu.org>
6297
6298 * jit-lock.el (jit-lock-chunk-size): Doc fix.
6299
6300 2005-12-30 Juri Linkov <juri@jurta.org>
6301
6302 * locate.el (locate-fcodes-file, locate-header-face)
6303 * progmodes/delphi.el (delphi-other-face)
6304 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
6305
6306 * paren.el (show-paren-match, show-paren-mismatch): Use existing
6307 group `paren-showing-faces'.
6308
6309 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
6310 (goto-address): Fix docstring.
6311
6312 * net/webjump.el (webjump-sample-sites): Update URLs.
6313
6314 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
6315
6316 * subr.el (cancel-change-group): Add listp around pending-undo-list.
6317
6318 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
6319
6320 * font-lock.el (font-lock-compile-keywords): Signal an error when
6321 font-lock-set-defaults hasn't been called.
6322
6323 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6324
6325 * subr.el (noreturn, 1value): Doc fixes.
6326
6327 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6328
6329 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
6330 that assoc-string returns nil.
6331
6332 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6333
6334 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
6335 (bibtex-entry-type-str, bibtex-empty-field-re)
6336 (bibtex-search-backward-string, bibtex-preamble-prefix)
6337 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
6338 (bibtex-any-valid-entry-type): New variable.
6339 (bibtex-parse-field-name): Simplify.
6340 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
6341 (bibtex-preamble-prefix): Include left delimiter.
6342 (bibtex-search-forward-field, bibtex-search-backward-field):
6343 Allow unbounded search past entry boundaries (required by bibtex-pop).
6344 (bibtex-text-in-field-bounds): Use push.
6345 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
6346 (bibtex-parse-preamble, bibtex-valid-entry)
6347 (bibtex-beginning-first-field): New functions.
6348 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
6349 (bibtex-map-entries): Fix docstring.
6350 (bibtex-flash-head): New arg prompt. Simplify.
6351 (bibtex-enclosing-field): Include code of bibtex-inside-field.
6352 (bibtex-insert-kill): Simplify. Always insert text past the
6353 current field or entry.
6354 (bibtex-format-entry): Use bibtex-parse-field.
6355 (bibtex-pop): Use bibtex-beginning-of-entry and
6356 bibtex-end-of-entry to initiate the search. Insert empty field if
6357 we found ourselves.
6358 (bibtex-print-help-message): New args field and comma.
6359 Handle entry keys.
6360 (bibtex-make-field): Use bibtex-beginning-of-entry.
6361 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
6362 invalid entry.
6363 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
6364 Handle preambles. Simplify code for thorough test.
6365 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
6366 New arg comma. Handle entry heads.
6367 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
6368 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
6369 New arg comma.
6370 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
6371 (bibtex-fill-field): Simplify.
6372 (bibtex-fill-entry): Use bibtex-beginning-first-field and
6373 bibtex-parse-field.
6374 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
6375 (bibtex-complete): Use bibtex-parse-preamble.
6376
6377 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
6378
6379 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
6380 Display name of expression instead of convenience variable.
6381 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
6382
6383 * progmodes/gud.el (gud-tooltip-dereference): Rename from
6384 toggle-gud-tooltip-dereference.
6385 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
6386 (gud-tooltip-tips): ...here when dereferencing.
6387
6388 2005-12-28 Bill Wohler <wohler@newt.com>
6389
6390 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
6391
6392 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
6393
6394 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
6395 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
6396 (vc-annotate-display-autoscale): Adjust call.
6397 (vc-annotate-display-default): Adjust call. Make arg compulsory.
6398 Fix interactive spec.
6399 (vc-annotate-time-span): Remove.
6400 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
6401 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
6402 (vc-annotate-display-select): Use new name.
6403
6404 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
6405 (vc-annotate-mode-menu): Remove left-over redundant declaration.
6406 Correct the construction of span entries. Simplify.
6407 (vc-annotate-display-select): Fix the nil case.
6408 (vc-annotate): Remove obsolete (and now broken) code.
6409 (vc-annotate-extract-revision-at-line): Remove obsolete code.
6410 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
6411
6412 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6413
6414 * subr.el (lazy-completion-table): Correct typo in docstring.
6415
6416 * startup.el (command-line): Use `custom-reevaluate-setting' for
6417 `send-mail-function'.
6418
6419 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
6420
6421 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
6422
6423 * mail/smtpmail.el (smtpmail-try-auth-methods):
6424 Send credentials together with "AUTH PLAIN" command.
6425
6426 2005-12-27 Richard M. Stallman <rms@gnu.org>
6427
6428 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
6429 mouse-2, go back to previously selected window, so it's selected
6430 when mouse-2 command runs.
6431
6432 2005-12-27 Juri Linkov <juri@jurta.org>
6433
6434 * descr-text.el (describe-text-sexp): Use square brackets for
6435 button [Show] to distinguish it from the property value `show'.
6436 (describe-property-list): Use `insert-text-button' with
6437 `help-face' type instead of putting face in quotes, because button
6438 is not created automatically for a list of faces.
6439 (describe-text-properties-1): Put button-type value in quotes to
6440 distinguish from plain text "button".
6441 (describe-char): Display code point values in hex. Don't use
6442 `symbol-name' for `current-input-method' because it is a string.
6443 Use `insert-text-button' with `help-face' type instead of putting
6444 hardcoded face in quotes, because button is not created automatically.
6445
6446 2005-12-27 Richard M. Stallman <rms@gnu.org>
6447
6448 * progmodes/glasses.el (glasses-face): More specific custom type.
6449
6450 * files.el (set-visited-file-name): Doc fix.
6451
6452 * textmodes/flyspell.el (flyspell-external-point-words):
6453 Use local var buffer-scan-pos to advance scan for next misspelling.
6454 Advance it only after we find the misspelling.
6455
6456 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
6457
6458 * textmodes/flyspell.el (flyspell-external-point-words):
6459 New criteria for finding the misspelling in the buffer.
6460
6461 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
6462
6463 * help-mode.el (help-insert-string): Set help-xref-stack-item
6464 rather than call help-setup-xref.
6465
6466 * descr-text.el (describe-char): Revert previous changes for
6467 optional buffer argument.
6468
6469 2005-12-27 Juri Linkov <juri@jurta.org>
6470
6471 * help-mode.el (help-insert-string): New function. Save buffer
6472 contents in cases where it is impossible to recompute the old contents.
6473
6474 * descr-text.el (describe-char): Set help-xref-stack-item
6475 explicitly after buffer has been generated.
6476
6477 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6478
6479 * cus-start.el (all): Add x-gtk-show-hidden-files.
6480
6481 2005-12-26 Richard M. Stallman <rms@gnu.org>
6482
6483 * replace.el (perform-replace): Calculate match-again
6484 before skipping read-only matches.
6485
6486 * paren.el (paren-showing-faces): New group.
6487 (show-paren-match, show-paren-mismatch): Move to that group.
6488
6489 * button.el (button): Put into group `basic-faces'.
6490
6491 * progmodes/make-mode.el: Remove faces from group `faces'.
6492
6493 * apropos.el (apropos, apropos-value): Doc fix.
6494 (apropos-documentation): Doc fix.
6495
6496 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
6497
6498 * subr.el (lazy-completion-table): Remove argument `args'.
6499
6500 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6501 Don't use the `args' argument of lazy-completion-table.
6502
6503 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
6504
6505 * descr-text.el (describe-char): Add optional argument for buffer.
6506 Set buffer appropriately. Call help-setup-xref.
6507 Suggested by Stefan Monnier.
6508
6509 2005-12-26 Juri Linkov <juri@jurta.org>
6510
6511 * descr-text.el: Require `help-fns' at runtime. Don't require
6512 `button' for byte compilation.
6513 (describe-text-widget): Add `help-echo' for first button.
6514 Use `help-info' for second.
6515 (describe-property-list): Use `help-argument-name' instead of `italic'.
6516 (describe-text-category): Add prompt to interactive spec.
6517 Call `help-setup-xref'.
6518 (describe-char): Use `help-character-set'. Add `help-echo' for
6519 code point. Use `help-input-method'. Remove superfluous insert.
6520
6521 2005-12-25 Richard M. Stallman <rms@gnu.org>
6522
6523 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
6524 at point, in case of narrowing.
6525
6526 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
6527
6528 * locate.el (locate-header-face): Allow nil in type.
6529
6530 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
6531
6532 2005-12-25 Romain Francoise <romain@orebokech.com>
6533
6534 * battery.el (battery-linux-proc-acpi): Also try
6535 `/proc/acpi/thermal_zone/THM0/temperature'.
6536
6537 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
6538
6539 * custom.el (custom-push-theme): Fix docstring.
6540
6541 * cus-edit.el (custom-variable-set, custom-variable-save)
6542 (custom-variable-save): Custom-quote widget values.
6543 (customize-save-variable): Fix custom-push-theme call.
6544
6545 2005-12-24 Eli Zaretskii <eliz@gnu.org>
6546
6547 * w32-fns.el (w32-batch-update-autoloads): New function.
6548
6549 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
6550 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
6551 from the command line.
6552
6553 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
6554
6555 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
6556 reset means to remove setting from theme entirely. Don't keep
6557 expanding theme-settings list; delete old entries if necessary.
6558
6559 * cus-edit.el (custom-buffer-create-internal): Move "Erase
6560 customization" button one line up.
6561 (custom-themed): New face.
6562 (custom-magic-alist): New value, THEMED, for theme settings.
6563 (custom-variable-state-set, custom-face-state-set):
6564 Check theme-value instead of saved-value.
6565 (custom-variable-reset-standard, custom-face-reset-standard):
6566 Remove theme setting entirely. Recalculate new values.
6567 (custom-variable-set, custom-variable-set)
6568 (custom-variable-reset-saved, custom-variable-reset-backup)
6569 (custom-face-set, custom-face-reset-saved): Update `user' theme.
6570 (custom-variable-save): Fix typos.
6571
6572 2005-12-23 Juri Linkov <juri@jurta.org>
6573
6574 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
6575 Add autoload cookies.
6576 (edebug-outside-d-c-i-n-s-w): New variable.
6577 (edebug-display, edebug-outside-excursion): Use it to save the
6578 original value of default-cursor-in-non-selected-windows.
6579 Set default-cursor-in-non-selected-windows to t while Edebug
6580 is active.
6581 (edebug-mode, edebug-eval-mode): Doc fix.
6582
6583 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
6584 with `buffer-substring-no-properties' to remove common substring
6585 highlighting.
6586
6587 * info.el (info-other-window, info): Rename function argument
6588 `file' to `file-or-node'.
6589 (Info-complete-menu-item): Use local variable `complete-nodes' to
6590 keep the global value of `Info-complete-nodes' unchanged for
6591 subsequent completions.
6592 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
6593
6594 * simple.el (get-next-valid-buffer, last-buffer)
6595 (next-error-buffer-p, next-error-find-buffer)
6596 (minibuffer-history-sexp-flag): Doc fix.
6597
6598 * savehist.el (savehist-mode-hook): Add `:group'.
6599
6600 * log-view.el: Call autoload for vc-find-version.
6601 (log-view-current-file): Adjust subgroup numbers.
6602 (log-view-current-tag): Add `length'.
6603
6604 2005-12-23 Richard M. Stallman <rms@gnu.org>
6605
6606 * vc.el (vc-annotate-car-last-cons): Defn moved up.
6607
6608 2005-12-23 Juri Linkov <juri@jurta.org>
6609
6610 * hi-lock.el (hi-lock-archaic-interface-message-used)
6611 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
6612 (hi-lock-mode): Display "Hi" in the mode line only when
6613 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
6614 (hi-lock-write-interactive-patterns):
6615 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
6616 (hi-lock-set-pattern, hi-lock-set-file-patterns)
6617 (hi-lock-font-lock-hook): Set 3rd arg `how' of
6618 font-lock-add-keywords to t.
6619
6620 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
6621
6622 * hi-lock.el (hi-lock-highlight-range): New variable.
6623 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
6624 only if font-lock-fontified is non-nil. Remove overlays.
6625 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
6626 font-lock-fontified is non-nil, otherwise use overlays (instead of
6627 text properties).
6628 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
6629 New variables.
6630 (hi-lock-string-serialize) New function.
6631
6632 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6633
6634 * menu-bar.el (menu-find-file-existing): New function.
6635 (menu-bar-file-menu): Use menu-find-file-existing for Open.
6636
6637 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
6638
6639 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
6640
6641 * vc.el: Remove unnecessary leading * in docstrings.
6642 (vc-annotate-mode-map): Move initialization into declaration.
6643 (vc-static-header-alist): Nitpick on the regexp.
6644 (vc-default-init-version): New fun.
6645 (vc-register): Use it.
6646 (vc-insert-headers): Use dolist.
6647 (vc-annotate-get-backend): Remove unused function.
6648 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
6649 (vc-annotate-mode): Remove corresponding call.
6650 (vc-annotate-car-last-cons): Simplify.
6651 (vc-annotate-buffers): Remove var.
6652 (vc-annotate-backend): Make it buffer-local.
6653 (vc-annotate): Move the interaction to the interactive spec.
6654 Add a `buf' argument.
6655 (vc-annotate-warp-version): Use this new `buf' argument to avoid
6656 killing&creating a vc-annotate buffer, which is very disruptive when
6657 the buffers are shown in dedicated frames.
6658
6659 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
6660
6661 * descr-text.el: Add FSF as maintainer.
6662 (describe-text-mode, describe-text-mode-map)
6663 (describe-text-mode-hook, describe-text-done): Delete. Use normal
6664 help-mode.
6665 (describe-text-widget, describe-text-sexp)
6666 (describe-property-list, describe-text-category)
6667 (describe-text-properties, describe-text-properties-1)
6668 (describe-char): Use help buttons instead of widgets.
6669 (describe-char-unicodedata-file): Make URL link in doc string.
6670
6671 2005-12-22 Richard M. Stallman <rms@gnu.org>
6672
6673 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
6674 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
6675 Don't include buttons that write a file when there's no file.
6676 (custom-variable-menu, custom-face-menu, custom-group-menu):
6677 Don't include commands that write a file when there's no file.
6678 (customize-browse): Reword the top-of-buffer help intro.
6679 (custom-buffer-create-internal): Fix previous change.
6680 (customize-changed-options-previous-release): Prev release is 21.1.
6681 (customize-changed-options): Doc fix.
6682 (customize-changed): New alias.
6683 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
6684 Say "standard values".
6685 (Custom-reset-standard): Doc fix.
6686 (custom-face-reset-standard): Doc fix.
6687
6688 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
6689
6690 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
6691 even if font-lock-mode is non-nil since it may be t without having
6692 turned on font-lock-mode-internal.
6693 (font-lock-choose-keywords): Minor optimization.
6694 (font-lock-add-keywords, font-lock-remove-keywords)
6695 (font-lock-set-defaults): Don't call make-local-variable on a variable
6696 that we know to already be local.
6697
6698 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6699
6700 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
6701 messages if in the minibuffer.
6702
6703 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
6704
6705 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
6706 (tex-mode-flyspell-verify, flyspell-get-word)
6707 (flyspell-external-point-words): Don't use point-min/max uselessly.
6708
6709 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
6710 by Kevin Rodgers. Instead, just hide the completions buffer if we
6711 don't need to show it.
6712
6713 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
6714
6715 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
6716
6717 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
6718
6719 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
6720 delete-windows-on with an inexistent buffer.
6721
6722 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
6723
6724 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
6725 Delete defcustom variable :tag names.
6726
6727 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
6728
6729 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
6730 (log-view-font-lock-keywords): Ajust subgroup numbers.
6731 (log-view-current-tag): Don't hard code the number of subgroups.
6732
6733 2005-12-20 Juri Linkov <juri@jurta.org>
6734
6735 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
6736 (tooltip-x-offset, tooltip-y-offset): Doc fix.
6737
6738 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6739 (menu-bar-non-minibuffer-window-p): Instead of checking
6740 display-multi-frame-p, use selected-frame when menu-updating-frame
6741 is nil.
6742
6743 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
6744
6745 * align.el (align-rules-list): Use [ \t] instead of \s-
6746 for column separators in text mode.
6747
6748 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
6749
6750 * help-mode.el (help-customize-variable, help-customize-face):
6751 Don't pop help-xref-stack as help-follow no longer pushes
6752 anything on to it.
6753
6754 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
6755
6756 * textmodes/org.el (org-agenda-custom-commands): New option.
6757 (org-agenda): Offer custom commands on splash screen.
6758 (org-make-tags-matcher): Parser for Boolean logic added.
6759 (org-agenda-set-tags): New command.
6760 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
6761 (org-set-tags): Efficiency improvements.
6762 (org-auto-align-tags): New option.
6763 (org-todo, org-demote, org-promote): Realign tags.
6764 (org-tags-completion-function): Use also "&" and "|" as separators.
6765 (org-org-menu): Agenda commands simplified.
6766
6767 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6768
6769 * cus-edit.el (customize-apropos, customize-apropos-options):
6770 Docstring changes.
6771
6772 * font-lock.el (font-lock): Add tags to the links in the defgroup.
6773
6774 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
6775
6776 * longlines.el (longlines-mode): Wrap while widened.
6777 (longlines-decode-region, longlines-encode-region): Compute max
6778 just once.
6779
6780 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6781
6782 * cus-edit.el (mac): New group.
6783
6784 * cus-start.el (all): Add user options in macterm.c. Add test for
6785 Mac-related built-ins. Fix test for GTK-related built-ins.
6786
6787 * term/mac-win.el (mac-handle-language-change)
6788 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
6789 (mac-services-open-selection, mac-services-mail-selection)
6790 (mac-services-mail-to, mac-services-insert-text)
6791 (mac-dispatch-apple-event): Add docstrings.
6792 (x-get-selection, mac-select-convert-to-string): Select coding
6793 system from `utf-16be' and `utf-16le' using `byteorder'.
6794
6795 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6796
6797 * subr.el (lazy-completion-table): Don't be fooled if the var holds
6798 a "list" (lambda ...) rather than a real completion list.
6799
6800 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
6801 lexical-let when encountering ((lambda (...) ...) ...).
6802
6803 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
6804
6805 * progmodes/sh-script.el (sh-mode):
6806 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
6807 * textmodes/picture.el (picture-mode): Update docstrings.
6808
6809 2005-12-17 Eli Zaretskii <eliz@gnu.org>
6810
6811 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
6812 commands enclosed in $(ARGQUOTE)s should not be split between two
6813 lines, as that will break with GNU Make >3.80, when sh.exe is used
6814 and arg quoting is with '..'.
6815 (autoloads): Don't break the quoted --eval expression between
6816 several lines.
6817
6818 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
6819
6820 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
6821 Capture error from printing circular structures.
6822
6823 2005-12-17 Martin Rudalics <rudalics@gmx.at>
6824
6825 * wid-edit.el (widget-checkbox-action): Clear undo info.
6826
6827 2005-12-16 Bill Wohler <wohler@newt.com>
6828
6829 * menu-bar.el (kill-this-buffer): Set a good example by using menu
6830 bar, not menubar in comment.
6831
6832 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
6833
6834 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
6835 After-change-functions should not clobber the match data.
6836
6837 2005-12-16 Juri Linkov <juri@jurta.org>
6838
6839 * simple.el (choose-completion): Use `buffer-substring-no-properties'
6840 instead of `buffer-substring'.
6841 (completion-common-substring): Doc fix.
6842 (completion-setup-function): Use minibuffer-completion-contents
6843 instead of minibuffer-contents. Don't set common-string-length
6844 initially. Remove special handling of partial-completion-mode.
6845 Move computation of completion-base-size into one cond.
6846 Call completion-base-size-function in mainbuf. In computation of
6847 completion-base-size for file name completion don't move point to
6848 the end of the minibuffer. Move computation of common-string-length
6849 into one cond. Start putting faces only when common-string-length>=0.
6850 Add condition to put completions-common-part when
6851 common-string-length>0.
6852
6853 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
6854 place point at the first different character in the minibuffer
6855 even if this position is at the beginning of the minibuffer.
6856
6857 * info.el (Info-read-node-name-1): In completion-base-size-function's
6858 lambda return 1 if common-substring or minibuffer-completion-contents
6859 starts with (, and 0 otherwise.
6860
6861 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
6862 Use `crm-current-element' for second arg of `display-completion-list'.
6863
6864 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
6865
6866 * files.el (set-auto-mode): Look for an interpreter specified on
6867 the first line also if search for mode specification succeeded,
6868 but the mode is not known.
6869
6870 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
6871
6872 * textmodes/org.el (org-tags-match-list-sublevels): New option.
6873 (org-open-at-point): Implement tag searches as links.
6874 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
6875 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
6876 (org-tags-sparse-tree, org-tags-view, org-set-tags)
6877 (org-agenda-dispatch): New commands.
6878 (org-use-tag-inheritance, org-tags-column): New options.
6879 (org-tab-follows-link, org-return-follows-link): New options.
6880 (org-tags): New customize group.
6881 (org-start-icalendar-file): Get local time zone.
6882 (org-tags-completion-function): New function.
6883 (org-set-font-lock-defaults): Make sure links will also be
6884 highlighted inside headlines.
6885
6886 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
6887
6888 * term.el (term-emulate-terminal):
6889 Let term-handle-ansi-terminal-messages override what Bash says about
6890 its current directory.
6891
6892 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6893
6894 * bindings.el (last-buffer): Move to simple.el.
6895 * simple.el (last-buffer): Move here.
6896 (get-next-valid-buffer): New function.
6897 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
6898 (prev-buffer): Ditto. Rename to `previous-buffer'.
6899
6900 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
6901 * bindings.el (global-map): Ditto.
6902
6903 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
6904
6905 * cus-edit.el: Introductory comment change.
6906 (custom-magic-alist): Change message string for the `rogue' state.
6907
6908 2005-12-15 Richard M. Stallman <rms@gnu.org>
6909
6910 * tooltip.el: Delete defcustom variable :tag names.
6911
6912 * complete.el (partial-completion-mode): Doc fix.
6913
6914 * textmodes/flyspell.el (flyspell-external-point-words):
6915 Use save-excursion to ensure we don't move backward in the
6916 search loop, not even one character.
6917 (flyspell-delete-all-overlays): Use remove-overlays directly.
6918
6919 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
6920 (ispell-start-process): Set that variable.
6921 Clear ispell-buffer-local-name.
6922 (ispell-internal-change-dictionary):
6923 Set ispell-current-dictionary after killing process.
6924 (ispell-buffer-local-dict):
6925 Don't set spell-personal-dictionary after killing process.
6926 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
6927 (ispell-tex-skip-alists, ispell-html-skip-alists)
6928 (ispell-skip-region-alist): Mark as risky.
6929
6930 * net/newsticker.el (newsticker--retrieval-timer-list)
6931 (newsticker--display-timer, newsticker-running-p)
6932 (newsticker-ticker-running-p): Definitions moved up.
6933
6934 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
6935
6936 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
6937
6938 2005-12-15 David Ponce <david@dponce.com>
6939
6940 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
6941 (recentf-edit-list, recentf-open-files): Signal an error when
6942 there is no recent file.
6943
6944 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
6945
6946 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
6947 read-only except for texinfo-format-region evaluation.
6948
6949 2005-12-14 Richard M. Stallman <rms@gnu.org>
6950
6951 * vc.el (vc-default-previous-version, vc-default-next-version)
6952 (vc-do-command): Doc fixes.
6953
6954 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6955
6956 * textmodes/bibtex.el (bibtex-expand-strings)
6957 (bibtex-autokey-expand-string, bibtex-name-part)
6958 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
6959 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
6960 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
6961 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
6962 (bibtex-entry-postfix, bibtex-known-entry-type-re)
6963 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
6964 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
6965 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
6966 (bibtex-beginning-of-last-entry): Remove.
6967 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
6968 message if comma is missing but buffer is read-only.
6969 (bibtex-parse-field-text): Handle whitespaces at the end of field
6970 text. Return 3-element list with beginning and end of field text
6971 and end of field.
6972 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
6973 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
6974 (bibtex-search-forward-field, bibtex-search-backward-field):
6975 Search always delimited by limits of entry. Use more efficient
6976 search algorithms.
6977 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
6978 bibtex-end-of-name-in-field.
6979 (bibtex-text-in-field-bounds): Handle BibTeX strings when
6980 extracting the content of a field.
6981 (bibtex-text-in-field): Use search limits.
6982 (bibtex-parse-string-prefix): Handle empty string keys based on
6983 bibtex-string-empty-key.
6984 (bibtex-parse-string): Fix docstring.
6985 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
6986 (bibtex-preamble-prefix, bibtex-strings): New functions.
6987 (bibtex-skip-to-valid-entry): Include preceding whitespace in
6988 BibTeX entries (consistent with other BibTeX functions).
6989 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
6990 (bibtex-search-entry): Fix docstring. Simplify.
6991 (bibtex-flash-head, bibtex-complete-string-cleanup)
6992 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
6993 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
6994 (bibtex-parse-entry): New optional arg content.
6995 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
6996 Use bibtex-text-in-field-bounds.
6997 (bibtex-print-help-message): Handle BibTeX strings and preambles.
6998 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
6999 bibtex-parse-string-postfix.
7000 (bibtex-find-text-internal): New function.
7001 (bibtex-remove-delimiters): Use it.
7002 (bibtex-find-text): Use it. New optional arg help.
7003 (bibtex-complete): Handle BibTeX string and preamble entries.
7004 (bibtex-Preamble): Fix order of closing delimiters.
7005
7006 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
7007
7008 * vc.el (vc-default-revert): New fun.
7009
7010 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
7011
7012 2005-12-14 Romain Francoise <romain@orebokech.com>
7013
7014 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
7015 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
7016 (font-lock-remove-keywords): Likewise.
7017
7018 2005-12-14 Juri Linkov <juri@jurta.org>
7019
7020 * log-view.el (log-view-diff): Doc fix.
7021
7022 * isearch.el (isearch-query-replace): Use (mark) instead of
7023 isearch-opoint if mark is active in transient-mark-mode.
7024
7025 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7026
7027 * isearch.el (isearch-query-replace): Check for isearch-other-end.
7028
7029 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
7030
7031 * progmodes/cpp.el (cpp-face): New widget.
7032 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
7033
7034 2005-12-14 Juri Linkov <juri@jurta.org>
7035
7036 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
7037 around `erase-buffer' and `insert'.
7038
7039 * descr-text.el (describe-text-properties): Replace buffer name
7040 "*Help-2*" with "*Help*<2>".
7041 (describe-char): Add functions print-help-return-message,
7042 toggle-read-only. Use help-setup-xref with nil to not store
7043 describe-char in help-xref-stack. Use help-make-xrefs to
7044 make [back] button.
7045
7046 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
7047
7048 * wdired.el (wdired-old-point): New internal variable.
7049 (wdired-change-to-wdired-mode): Set it buffer-locally.
7050 (wdired-abort-changes): Restore point after aborting changes.
7051
7052 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7053
7054 * vc.el (vc-do-command): Add a new value t for okstatus.
7055
7056 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
7057 frame in case of errors.
7058
7059 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7060
7061 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
7062 so it comes after "On the Left" in the menu.
7063
7064 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
7065
7066 * cus-edit.el (customize-apropos, customize-apropos-options)
7067 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
7068
7069 2005-12-12 Bill Wohler <wohler@newt.com>
7070
7071 * vc-svn.el (vc-svn-registered): Fix problem of visiting
7072 non-writable Subversion-controlled files by saving window
7073 configuration before calling vc-do-command. vc-do-command calls
7074 pop-to-buffer on error which is unexpected during registration.
7075
7076 2005-12-12 Jay Belanger <belanger@truman.edu>
7077
7078 * calc/README: Update the summary of changes.
7079
7080 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7081
7082 * descr-text.el (describe-char): Rework last fix to solve the problem
7083 is the same way it's solved for everything else in that function
7084 (i.e. by extracting the info before setting up the *Help* buffer).
7085
7086 2005-12-12 Kim F. Storm <storm@cua.dk>
7087
7088 * subr.el (version-regexp-alist): Allow space as separator before
7089 non-numeric part, e.g. "1.0 alpha".
7090 (version-to-list): Interpret .X.Y version as 0.X.Y version.
7091
7092 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
7093
7094 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7095 Implement Logging and the keep-modes setting.
7096 (org-get-category): Make sure a string is returned.
7097 (org-log-done): New function.
7098 (org-log-done, org-closed-string): New options.
7099
7100 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7101
7102 * tooltip.el (tooltip-y-offset): Change default to 20.
7103
7104 2005-12-12 Richard M. Stallman <rms@gnu.org>
7105
7106 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
7107
7108 * frame.el (display-hourglass): Doc fix.
7109
7110 * help.el (help-for-help-internal): Simplify entry for `a'.
7111
7112 * info.el (Info-on-current-buffer): Doc fix.
7113 (info-insert-file-contents): Don't test (featurep 'jka-compr).
7114
7115 * startup.el (inhibit-splash-screen): Make this the real name.
7116 (inhibit-startup-message): Make this the alias.
7117 (command-line): Find only simple.el, and use its directory
7118 to fill in other preloaded files' names.
7119 (command-line): Deactivate the mark if deactivate-mark is set.
7120
7121 * international/mule.el (load-with-code-conversion):
7122 Bind deactivate-mark.
7123
7124 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7125
7126 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
7127
7128 * cus-edit.el (customize-apropos): Avoid listing an option more
7129 than once under different aliases. No longer list user options
7130 that are not defined with defcustom (unless a prefix arg is given).
7131 Doc fix.
7132 (customize-apropos-options): Doc fix.
7133
7134 2005-12-11 Juri Linkov <juri@jurta.org>
7135
7136 * frame.el (set-background-color, set-foreground-color)
7137 (set-cursor-color, set-mouse-color, set-border-color):
7138 Add explicit prompts to read colors by `facemenu-read-color'.
7139 (show-trailing-whitespace, blink-cursor-delay)
7140 (blink-cursor-interval, display-hourglass, hourglass-delay):
7141 Remove tags.
7142 (display-hourglass, hourglass-delay): Doc fix.
7143 (cursor-in-non-selected-windows): Capitalize words in tag.
7144
7145 * faces.el (frame-background-mode): Replace `choice-item' keywords
7146 with `const' to not make [default] button. Change default value tag
7147 from `default' to `automatic'. Doc fix.
7148 (trailing-whitespace) <defface>: Change group `whitespace' to
7149 `whitespace-faces'.
7150
7151 2005-12-11 Richard M. Stallman <rms@gnu.org>
7152
7153 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
7154
7155 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7156
7157 * term/mac-win.el: Create keymap for mac-apple-event-map.
7158
7159 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
7160
7161 * tooltip.el (tooltip-mode): Move to start of file so that it
7162 appears at top of customize buffer.
7163
7164 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7165 Add the gud groupname.
7166 (gud-tooltip-mode): Add the tooltip groupname.
7167 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
7168 avoid conflict with tooltip-use-echo-area.
7169
7170 2005-12-10 Romain Francoise <romain@orebokech.com>
7171
7172 * help.el (help-for-help-internal): Add `r' in doc string.
7173
7174 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7175
7176 * align.el (align-regexp, align-highlight-rule):
7177 Use region-beginning and region-end instead of point and mark, so that
7178 repetition (with `repeat-complex-command') recomputes the region
7179 bounds.
7180
7181 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
7182
7183 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7184 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7185 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
7186 (balance-windows): Rewrite using the above new functions.
7187
7188 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
7189
7190 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
7191 react if global-hi-lock-mode seems intended.
7192 (global-hi-lock-mode) Renamed from hi-lock-mode.
7193 (hi-lock-archaic-interface-message-used)
7194 (hi-lock-archaic-interface-deduce): New variables.
7195 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
7196 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
7197 (hi-lock-find-patterns, hi-lock-font-lock-hook):
7198 Replace hi-lock-buffer-mode with hi-lock-mode.
7199
7200 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
7201
7202 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
7203 completion list, even after a partial completion has been
7204 inserted in the current buffer. If there are more than 1
7205 completion, redisplay the *Completions* buffer; if the
7206 completion is unique, delete the *Completions* window.
7207
7208 2005-12-10 Eli Zaretskii <eliz@gnu.org>
7209
7210 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
7211 strings and long subject lines that were broken into multiple
7212 lines at arbitrary places. Handle subjects that have "Re: " in
7213 the middle.
7214
7215 2005-12-10 John W. Eaton <jwe@octave.org>
7216
7217 * emacs/octave-mod.el (octave-electric-space): Don't indent
7218 comments or strings if octave-auto-indent is nil.
7219
7220 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7221
7222 * term/mac-win.el: Require url when compiling.
7223 Call mac-process-deferred-apple-events after loading init files.
7224 (mac-apple-event-map): New defvar. Define event handlers in it.
7225 (core-event, internet-event): New Apple event class symbols.
7226 (open-application, reopen-application, open-documents)
7227 (print-documents, open-contents, quit-application)
7228 (application-died, show-preferences, autosave-now, get-url):
7229 New Apple event ID symbols.
7230 (about): New HICommand ID symbol.
7231 (mac-event-spec, mac-event-ae): New macros.
7232 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
7233 (mac-ae-selection-range, mac-ae-text-for-search)
7234 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
7235 (mac-application-menu-map): Remove keymap. Handlers for HICommand
7236 and Services menu events are now defined in mac-apple-event-map.
7237 (mac-drag-n-drop): Remove selection range handling.
7238
7239 2005-12-10 Kenichi Handa <handa@m17n.org>
7240
7241 * simple.el (zap-to-char):
7242 * isearch.el (isearch-process-search-char): Translate CHAR by
7243 translation-table-for-input.
7244
7245 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
7246
7247 * foldout.el (foldout-exit-fold): Properly hide subtree.
7248
7249 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
7250
7251 * files.el (save-buffer):
7252 * international/ucs-tables.el (ucs-set-table-for-input):
7253 * mail/mail-extr.el (mail-extract-address-components):
7254 * mail/sendmail.el (mail-mode): Reformat doc string.
7255
7256 2005-12-09 Juri Linkov <juri@jurta.org>
7257
7258 * isearch.el (isearch-highlight): Change main overlay priority
7259 from 1 to 1001. Simplify.
7260 (isearch-lazy-highlight-update): Change lazy overlay priority
7261 from 0 to 1000.
7262
7263 * replace.el (replace-highlight): Change overlay priority from
7264 1 to 1001.
7265
7266 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
7267 Change overlay priority from 1 to 1001. Reuse existing overlay.
7268
7269 * compare-w.el (compare-windows-highlight): Change overlay
7270 priority from 1 to 1000.
7271
7272 * menu-bar.el (menu-bar-edit-menu): Add listp around
7273 pending-undo-list to disable menu item "undo" when pending
7274 undo list is empty.
7275
7276 * locate.el (locate): Disable undo in *Locate* buffer.
7277
7278 2005-12-09 Kim F. Storm <storm@cua.dk>
7279
7280 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
7281
7282 2005-12-09 David Ponce <david@dponce.com>
7283
7284 * recentf.el: Improvement of the menu code.
7285 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
7286 instead of menu hook.
7287 (recentf-show-menu, recentf-hide-menu): New functions.
7288 (recentf-menu-customization-changed, recentf-mode): Use them.
7289 (recentf-menu-action, recentf-max-menu-items)
7290 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
7291 (recentf-arrange-by-rule-others)
7292 (recentf-arrange-by-rules-min-items)
7293 (recentf-arrange-by-rule-subfilter) : Don't use
7294 `recentf-menu-customization-changed'.
7295 (recentf-arrange-rules): Likewise. Accept functions to compute
7296 sub-menu titles.
7297 (recentf-menu-filter): Likewise. Doc fix.
7298 (recentf-menu-value-shortcut): Doc fix.
7299 (recentf-dump-variable): Quote atom value.
7300 (recentf-make-menu-items): Update to use it as a menu filter.
7301 (recentf-match-rule): New function.
7302 (recentf-arrange-by-rule): Use it.
7303 (recentf-indirect-mode-rule): New function.
7304 (recentf-build-mode-rules): Use it.
7305 (recentf-dir-rule): New function.
7306 (recentf-arrange-by-dir): Use it.
7307 (recentf-filter-changer-current): Rename from
7308 `recentf-filter-changer-state'. All references updated.
7309 (recentf-filter-changer-alist): Update filter names.
7310 (recentf-filter-changer-select): New function.
7311 (recentf-filter-changer): Use it. Make a sub-menu from filters
7312 available in `recentf-filter-changer-alist'.
7313 (recentf-data-cache, recentf-clear-data)
7314 (recentf-update-menu): Remove. All references updated.
7315 (recentf-match-rule-p, recentf-build-dir-rules)
7316 (recentf-filter-changer-goto-next)
7317 (recentf-filter-changer-get-current)
7318 (recentf-filter-changer-get-next): Remove.
7319
7320 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
7321
7322 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
7323 buffer "Reset" button to "Reset to Current" for consistency with
7324 the State buttons.
7325
7326 2005-12-08 John Paul Wallington <jpw@pobox.com>
7327
7328 * ibuf-ext.el (define-ibuffer-filter filename):
7329 If `dired-directory' is a list then really use its car.
7330
7331 2005-12-08 Kim F. Storm <storm@cua.dk>
7332
7333 * emulation/cua-rect.el (cua--rectangle-aux-replace):
7334 Fix indention of text on right side of replaced rectangle.
7335
7336 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
7337
7338 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
7339 No need to check gud-comint-buffer is bound.
7340 (gdb): Prevent multiple debugging when first session uses gdba.
7341
7342 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7343
7344 CC Mode update to 5.31.
7345
7346 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
7347 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
7348 We might do this function properly in the future).
7349
7350 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
7351 New macros c-sentence-end and c-default-value-sentence end, to cope
7352 with Emacs 22's new function `sentence-end'.
7353
7354 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7355
7356 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
7357 compat issue using `c-put-overlay' and `c-delete-overlay'.
7358
7359 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
7360 New compat macros to handle overlays/extents.
7361
7362 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7363
7364 * progmodes/cc-fix.el: Add definitions of the macros push and pop
7365 (for GNU Emacs 20.4)
7366
7367 * progmodes/cc-defs.el:
7368 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
7369
7370 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
7371 highlighting mechanism so it will work in XEmacs too.
7372
7373 * progmodes/cc-defs.el: Insert c-int-to-char.
7374
7375 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
7376 call to the new macro c-int-to-char. This solves XEmacs's
7377 regarding characters as different from integers.
7378
7379 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7380
7381 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
7382 New internal helper.
7383
7384 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
7385 construct to make the indirect face lookup work in XEmacs.
7386
7387 (c-cpp-matchers): Append the negation char face to the existing
7388 fontification, so that the cpp face doesn't disappear.
7389 Use `c-make-syntactic-matcher' to avoid negation chars in comments
7390 and strings.
7391
7392 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
7393 to map to `font-lock-negation-char-face' in emacsen where it exists.
7394
7395 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7396
7397 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
7398
7399 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
7400 Rename "c-subword-move-mode" as "c-subword-mode".
7401
7402 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
7403 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
7404
7405 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7406
7407 * progmodes/cc-mode.el: Added autoload directive for
7408 `c-subword-move-mode' for use in older emacsen.
7409
7410 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7411
7412 * progmodes/cc-mode.el:
7413 (i) Insert a binding for C-c C-backspace into
7414 c-bind-special-erase-keys which works in TTYs.
7415 (ii) Make sure that when file styles are used, any explicitly
7416 given style variables take priority over those in the style.
7417 Do this by calling `hack-local-variables' a second time.
7418
7419 * progmodes/cc-vars.el: Add language specific customization
7420 widgets for AWK to c-doc-comment-style, c-require-final-newline
7421 and c-default-style. Add a defcustom for awk-mode-hook.
7422 Give c-syntactic-element and c-syntactic-context doc-strings by
7423 directly setting their `variable-documentation' propery.
7424 This allows Emacs 22.1 to read these with C-h v.
7425
7426 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
7427
7428 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7429
7430 * progmodes/cc-fonts.el, cc-vars.el
7431 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
7432 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
7433 Masatake YAMATO.
7434
7435 (c-doc-comment-style): Made GtkDoc default in C mode.
7436
7437 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
7438 and C-c C-<delete>.
7439
7440 (c-bind-special-erase-keys): New function for use on
7441 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
7442
7443 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
7444 <delete> key behavior in XEmacs according to `delete-forward-p'.
7445 C.f. `c-electric-delete'.
7446
7447 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7448
7449 * progmodes/cc-mode.el: Give c-hungry-backspace and
7450 c-hungry-delete-forward permanent key bindings.
7451
7452 * progmodes/cc-cmds.el (c-electric-semi&comma):
7453 Bind c-syntactic-context for calls to "criteria functions", for
7454 consistency with other calls to user functions.
7455
7456 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
7457 `current-prefix-arg', since this might be the prefix arg to a
7458 command which calls c-indent-command as a function. Change the
7459 interactive spec from "p" to "P".
7460
7461 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
7462 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
7463 was difficult to understand.
7464
7465 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7466
7467 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
7468 first char of an identifier.
7469
7470 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
7471 +" syntax in C++.
7472
7473 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7474
7475 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
7476 auto-fill doesn't split a c-comment's last word from a hanging
7477 "*/" when a space is typed between them after fill-column.
7478
7479 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
7480
7481 * progmodes/cc-styles.el (c-set-style)
7482 (c-setup-paragraph-variables): Abort the command if we're not in a
7483 CC Mode buffer.
7484
7485 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
7486 with blank comment-prefix, and a blank line as the comment's
7487 second line.
7488
7489 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7490
7491 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
7492 Incorporate the patterns added in the Emacs development branch
7493 for the new Emacs 22 face `font-lock-negation-char-face'.
7494
7495 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
7496 of "red" since it stands out better in xterms and DOS terminals.
7497
7498 * progmodes/cc-engine.el (c-literal-faces):
7499 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
7500
7501 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7502
7503 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
7504 forcibly enable c-electric-flag.
7505
7506 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
7507 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
7508 after the comment-prefix of a C-style comment will close that comment.
7509
7510 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7511
7512 * progmodes/cc-fonts.el (c-basic-matchers-before)
7513 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
7514 in Pike.
7515
7516 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
7517 digraphs.
7518
7519 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
7520 (c-cpp-message-directives, c-cpp-include-directives)
7521 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
7522 (c-cpp-expr-directives): Introduce new language constants to
7523 control cpp syntax in a cleaner way.
7524
7525 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
7526
7527 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
7528
7529 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
7530 (c-multiline-string-start-char): New language constants and
7531 variables to specify how newlines in string literals work.
7532
7533 (c-font-lock-invalid-string): Use them.
7534
7535 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
7536 unbalanced close brace is entered. Optimization by avoiding going
7537 back over arbitrarily large blocks. Removed hints that this
7538 function only would be relevant/useful in AWK.
7539
7540 (c-electric-brace): Indent syntactically after the cleanups since
7541 lineup functions might do it differently then.
7542
7543 * progmodes/cc-engine.el, cc-langs.el
7544 (c-opt-op-identifier-prefix): New language constant and variable.
7545
7546 (c-just-after-func-arglist-p, c-after-special-operator-id)
7547 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
7548
7549 * progmodes/cc-align.el, cc-engine.el
7550 (c-after-special-operator-id): New helper to handle C++ operator
7551 identifiers.
7552
7553 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
7554 (c-guess-basic-syntax): Handle C++ operator identifiers in
7555 declarations.
7556
7557 * progmodes/cc-langs.el (c-assignment-operators): Add the
7558 trigraph version of ^= too.
7559
7560 * progmodes/cc-langs.el (c-assignment-operators): Add the
7561 trigraph version of |= in C++.
7562
7563 * progmodes/cc-fonts.el (c-font-lock-declarators):
7564 Handle `c-decl-hangon-kwds' after the identifier name.
7565
7566 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
7567 whether an arglist is "nonempty", ignore a comment after the open
7568 paren if it isn't followed by a non-comment token on the same line.
7569
7570 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
7571 Enable heuristics below the point to cope with classes inside special
7572 brace lists in Pike.
7573
7574 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7575
7576 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
7577
7578 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7579
7580 * progmodes/cc-guess.el (cc-guess-install): New function to
7581 install an already guessed style in another buffer.
7582
7583 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
7584 sets `inhibit-read-only' - `c-save-buffer-state' should be used
7585 anyway if the change always is undone.
7586
7587 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7588
7589 Implement togglable electricity:
7590
7591 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
7592 saying when it should be used.
7593
7594 * progmodes/cc-engine.el: Add the new buffer-local variable,
7595 c-electric-flag.
7596
7597 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
7598 c-toggle-auto-newline.
7599
7600 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
7601 c-toggle-auto-newline. Remove the binding for
7602 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
7603 c-toggle-electric-state.
7604
7605 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
7606
7607 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
7608 c-\(forward\|backward\)-subword.
7609 (c-update-modeline): Add the new modeline flag `l' for
7610 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
7611 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
7612 Make the old name an alias of the new name.
7613 (c-toggle-electric-state): New function.
7614 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
7615 Adapt these functions to do electric things only when
7616 c-electric-flag is non-nil.
7617 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
7618 new functions from c-electric-brace.
7619 (c-point-syntax): Add a check for "virtual semicolons" in AWK
7620 mode, so that the tentative extra newline doesn't change the
7621 syntax of the following brace.
7622 (c-electric-brace): Restructure by extracting the above functions.
7623 Tidy up the coding somewhat.
7624 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
7625 restructure a bit.
7626
7627 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7628
7629 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
7630 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
7631
7632 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
7633 (c-submode-indicators): Change name from `c-auto-hungry-string'
7634 since it's now used to track another submode.
7635
7636 (c-update-modeline): Convert to function and extended to check
7637 `c-subword-move-mode'.
7638
7639 (c-forward-into-nomenclature, c-backward-into-nomenclature):
7640 Convert to compat aliases for `c-forward-subword' and
7641 `c-backward-subword'.
7642
7643 * progmodes/cc-subword.el: New functions and minor mode to handle
7644 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
7645
7646 (c-forward-subword, c-backward-subword, c-mark-subword)
7647 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
7648 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
7649 Functions corresponding to the standard word handling functions.
7650
7651 (c-subword-move-mode): Minor mode that replaces all the standard
7652 word handling functions with their subword equivalences.
7653
7654 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7655
7656 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
7657 entry for one-liner-defun.
7658
7659 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
7660 name in its def-edebug-spec.
7661
7662 * progmodes/cc-cmds.el (c-electric-brace): Make the
7663 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
7664 compacts space before a comment, if this will make things fit on
7665 one line.
7666
7667 Introduce an "awk" style, mainly for auto-newline and clean-ups.
7668
7669 * progmodes/cc-align.el: New function c-snug-1line-defun-close
7670
7671 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
7672 clean-up one-liner-defun.
7673
7674 * progmodes/cc-styles.el: Add the new "awk" style.
7675
7676 * progmodes/cc-vars.el: Add description of one-liner-defun to
7677 c-cleanup-list's doc-string. New user options,
7678 c-max-one-liner-length. In c-default-style, set the default style
7679 for AWK to "awk".
7680
7681 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7682
7683 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
7684 macros inside labels.
7685
7686 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
7687 `c-at-statement-start-p' and `c-at-expression-start-p'.
7688
7689 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
7690 error if the mark isn't set.
7691
7692 * progmodes/cc-engine.el (c-guess-continued-construct)
7693 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
7694 accurately detect functions inside functions.
7695
7696 * progmodes/cc-engine.el (c-at-expression-start-p): New function
7697 like `c-at-statement-start-p' that additionally recognizes commas
7698 and expression parentheses as delimiters.
7699
7700 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
7701 to avoid heuristics that doesn't work for unclosed blocks.
7702 (c-at-statement-start-p): New function.
7703
7704 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
7705 Objective-C directives, e.g. directives spanning lines should work
7706 reasonably well now.
7707
7708 (c-put-c-type-property, c-clear-c-type-property): New helpers.
7709
7710 (c-forward-objc-directive): New function to move over any ObjC
7711 directive.
7712
7713 (c-just-after-func-arglist-p, c-guess-basic-syntax)
7714 (c-basic-matchers-before): Use it.
7715
7716 (c-font-lock-objc-iip-decl): Remove.
7717
7718 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
7719 in the template arglist recognition.
7720
7721 * progmodes/cc-styles.el (c-style-alist): Fix several
7722 inconsistencies in the Whitesmith style.
7723
7724 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
7725 New lineup function to get lines after Whitesmith style blocks
7726 correctly indented.
7727
7728 (c-lineup-whitesmith-in-block): Back out the compensation for
7729 opening parens since it's done using `add' lists in the style
7730 definition instead. Don't use the anchor position since it varies
7731 too much between the syntactic symbols. :P
7732
7733 * progmodes/cc-vars.el (c-valid-offset): Update.
7734
7735 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
7736 lists where the offsets are combined according to several
7737 different methods: `first', `min', `max', and `add'.
7738 Report offset evaluation errors with `c-benign-error' so that some kind
7739 of reindentation still is done.
7740
7741 * progmodes/cc-engine.el (c-guess-basic-syntax):
7742 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
7743 `arglist-close'.
7744
7745 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
7746 situations for `arglist-cont-nonempty' and `arglist-close'.
7747
7748 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
7749
7750 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
7751 cc-bytecomp-boundp' in a number of places.
7752
7753 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
7754 macro related issue.
7755
7756 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7757
7758 * progmodes/cc-awk.el: Change the terminology of regexps: A char
7759 list is now [asdf], a char class [:alpha:].
7760 Include code for char classes.
7761 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
7762 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
7763
7764 Remove (nearly all of) the cruft associated with AWK Mode's former
7765 concept of "virtual semicolons":
7766
7767 Adapt c-beginning-of-statement, c-end-of-statement (together with
7768 subfunctions) to use the new notion of "virtual semicolon" in
7769 place of the old awkward special handling for AWK. There remains
7770 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
7771 * progmodes/cc-cmds.el:
7772 (c-ascertain-adjacent-literal): In the backwards direction, now
7773 recognises AWK regexp delimiters as string delimiters.
7774 (c-after-statement-terminator-p): Adapt for virtual semicolons;
7775 check more rigorously for "end of macro".
7776 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
7777 virtual semicolons;
7778 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
7779 out the code for forward movement into ...
7780 (c-end-of-statement): Now contains the code for forward movement,
7781 adapted for virtual semicolons.
7782
7783 * progmodes/cc-engine.el:
7784 (c-ws*-string-limit-regexp): New regexp.
7785 (c-forward-single-comment, c-backward-single-comment): Comment out
7786 the (now redundant) "special" AWK stuff.
7787
7788 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
7789 c-string-par-start, c-string-par-separate to be more like Text
7790 Mode than Fundamental Mode.
7791
7792 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7793
7794 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
7795 to the fontified region so that fontification doesn't occur
7796 outside it (could happen e.g. when fontifying a line with an
7797 unfinished declaration).
7798
7799 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7800
7801 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
7802 start of the file. ^L now separate sections of the file.
7803 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
7804 (c-awk-one-line-possibly-open-string-re)
7805 (c-awk-regexp-one-line-possibly-open-char-class-re)
7806 (c-awk-one-line-possibly-open-regexp-re)
7807 (c-awk-one-line-non-syn-ws*-re): New defonsts.
7808 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
7809
7810 Amend the concept of "virtual semicolons" (in the indentation
7811 engine) for languages like AWK, such that they are now
7812 conceptually attached to end of the last token of a statement, not
7813 the end of the line. (In AWK Mode, however, the pertinent text
7814 property is still physically set on the EOL.) Remove the specific
7815 tests for awk-mode, thus facilitating the introduction of other
7816 language modes where EOLs can end statements.
7817 (Note: The funtionality in cc-cmds.el, specifically
7818 c-beginning/end-of-statement has yet to be amended.)
7819
7820 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
7821 New macros.
7822
7823 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
7824 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
7825 c-vsemi-status-unknown-p-fn (in a new page).
7826
7827 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
7828 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
7829 numerous awkward forms like
7830 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
7831 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
7832 variable before-ws-ip, the place just after char-before-ip appears.
7833
7834 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
7835 a comment.
7836
7837 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7838
7839 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
7840 `c-tentative-buffer-changes'.
7841
7842 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
7843 convert to macro to choose between Emacs and XEmacs at compile time.
7844
7845 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
7846
7847 (c-tentative-buffer-changes): New macro to handle temporary buffer
7848 changes in a convenient way.
7849
7850 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
7851 for `c-tentative-buffer-changes'.
7852
7853 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
7854 the checks for paren sexps between the point and the keyword, to
7855 avoid some false alarms.
7856
7857 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
7858 Fixed a situation where an error could be thrown for unbalanced
7859 parens. Changed to make use of c-keyword-member' to avoid some
7860 repeated regexp matches.
7861
7862 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
7863 These language variable are no longer necessary.
7864
7865 (c-block-stmt-kwds): New language constant used by
7866 c-looking-at-inexpr-block'.
7867
7868 (c-guess-basic-syntax): Remove an optional check that looked at
7869 the existence of the now removed language variables.
7870
7871 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
7872 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
7873 object instantiation expressions as declarations in some contexts.
7874 This bug only affected languages where the declarator can't be
7875 enclosed in parentheses.
7876
7877 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
7878 insert newlines before and after substatement braces.
7879
7880 * progmodes/cc-engine.el: Improved the heuristics for recognizing
7881 function declaration headers and the handling of C++ style member
7882 init lists.
7883
7884 (c-just-after-func-arglist-p): Rewritten to use
7885 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
7886
7887 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
7888
7889 (c-guess-basic-syntax): Adapt case 5B for the new
7890 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
7891 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
7892 covers all cases now).
7893
7894 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
7895
7896 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7897
7898 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
7899 c-string-par-start/separate c-sentence-end-with-esc-eol,
7900 initialised in c-setup-paragraph-variables, used in string
7901 scanning subroutines of c-beginning-of-statement.
7902
7903 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
7904 which precedes the newly inserted `{'.
7905
7906 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7907
7908 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
7909 function for declaration level blocks. It should now cope with
7910 templates better and also be a lot more comprehensible.
7911
7912 (c-looking-at-decl-block): The new function.
7913
7914 (c-search-uplist-for-classkey): The old one. It's now a wrapper
7915 for compatibility.
7916
7917 (c-add-class-syntax, c-guess-continued-construct)
7918 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
7919
7920 (c-decl-block-key): Change to tell apart ambiguous and
7921 unambiguous keywords. Pike specials are now handled directly in
7922 the code instead.
7923
7924 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
7925 New language constants and variables to make the backward skip in
7926 `c-looking-at-decl-block' as tight as possible.
7927
7928 (c-nonsymbol-token-char-list): New language constant.
7929
7930 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
7931 find balanced template arglists backwards.
7932
7933 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
7934 making char classes for `c-syntactic-skip-backward'.
7935
7936 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
7937 16D - can't be a class-close at that point.
7938
7939 * progmodes/cc-engine.el (c-guess-basic-syntax)
7940 (c-add-class-syntax): Don't narrow out the enclosing declaration
7941 level. This makes everything a lot easier, and it was actually
7942 only four small places that needed it to work. Some places that
7943 previously did `widen' are removed now, which has the effect that
7944 `c-guess-basic-syntax' never will look at things outside the
7945 current narrowment now. The anchor position for `topmost-intro'
7946 is affected by this, but it was so bogus it was basically useless
7947 before, and now it's equally bogus but in a slightly different way.
7948
7949 (c-narrow-out-enclosing-class): Gone.
7950
7951 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
7952 the narrowed region.
7953
7954 (c-least-enclosing-brace): Remove silly optional argument.
7955
7956 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
7957 the point could be left directly after an open paren when finding
7958 the beginning of the first decl in the block.
7959
7960 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
7961 Specify which submatch to use.
7962
7963 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
7964
7965 (c-decl-start-re): No longer any need for special treatment of
7966 ObjC due to the above.
7967
7968 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
7969 presumably follows C in that regard.
7970
7971 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
7972 New language constants to specify operator tokens inside
7973 identifiers in a more high level way.
7974
7975 (c-opt-identifier-prefix-key): New internal language constant.
7976
7977 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
7978 (c-identifier-start, c-identifier-key): Now completely calculated
7979 from other constants.
7980
7981 (c-identifier-last-sym-match): Decommission since it's no longer used.
7982
7983 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
7984
7985 * progmodes/cc-engine.el (c-forward-name): Remove the
7986 optimization when c-identifier-key is equal to c-symbol-key since
7987 it doesn't work in byte compiled files. Don't record empty
7988 regions as identifiers.
7989
7990 * progmodes/cc-langs.el (c-filter-ops): New helper function to
7991 simplify access to `c-operators' and its likes.
7992
7993 (c-operator-list, c-all-op-syntax-tokens)
7994 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
7995 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
7996 (c-primary-expr-regexp, c-cast-parens): Use it.
7997
7998 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
7999 an explicit language in functions.
8000
8001 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
8002 variant of adornment.
8003
8004 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
8005 variable.
8006
8007 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
8008 the Pike value.
8009
8010 * progmodes/cc-engine.el (c-on-identifier)
8011 (c-simple-skip-symbol-backward): Small fix for handling "-"
8012 correctly in `skip-chars-backward'. Affected the operator lfun
8013 syntax in Pike.
8014
8015 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
8016 diagnostic message about precompiled language vars not being used.
8017
8018 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
8019 "__attribute__" is followed by a parenthesis.
8020
8021 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
8022 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
8023 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
8024
8025 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
8026 Internal cleanups to properly detect the declared identifiers in
8027 various declarations.
8028
8029 (c-decl-start-kwds): New language constant to recognize
8030 declarations that can start anywhere. Used for class declarations
8031 in Pike.
8032
8033 (c-specifier-key, c-not-decl-init-keywords)
8034 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
8035 (c-find-decl-spots): Implement `c-decl-start-kwds'.
8036
8037 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
8038 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
8039 handling of the compiler specific extension keywords into a new
8040 language constant `c-decl-hangon-kwds' that defines keyword
8041 clauses to be ignored in declarations.
8042
8043 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
8044 past unrecognized tokens when handling `c-colon-type-list-kwds'.
8045 Necessary to stop at the declared identifier in e.g. IDL valuetype
8046 declarations.
8047
8048 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
8049 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
8050 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
8051 (c-forward-decl-or-cast-1): Recognize the declared identifier in
8052 class and enum declarations as such and not as part of the type.
8053
8054 (c-forward-decl-or-cast-1, c-forward-label): Relax the
8055 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
8056
8057 (c-forward-decl-or-cast-1): Don't disregard sure signs of
8058 declarations when there's some syntax error later on.
8059
8060 (c-complex-decl-matchers): Did away with a reference to
8061 `c-specifier-key'.
8062
8063 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
8064 value - this variable is always dynamically bound.
8065
8066 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
8067 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
8068 * cc-cmds.el, cc-defs.el: Change the policy for marking up
8069 functions that might do hidden buffer changes: All such internal
8070 functions are now marked instead of those that don't.
8071
8072 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
8073 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
8074 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
8075 (c-literal-type): Allow these functions to make hidden buffer changes,
8076 so that they are free to use text property caching later on.
8077
8078 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
8079 (c-electric-brace, c-electric-slash, c-electric-star)
8080 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
8081 (c-electric-paren, c-electric-continued-statement, c-indent-command)
8082 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
8083 (c-context-line-break): Add `c-save-buffer-state' calls to comply
8084 with the changed semantics of the functions above.
8085
8086 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
8087 when macros occur in obscure places. Optimized the sexp movement
8088 a bit.
8089
8090 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8091
8092 Enhancements for c-beginning-of-statement to work in AWK Mode:
8093
8094 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
8095 (completed statement) with `}' (statement completed by closing
8096 brace or semicolon) and `$' (statement completed by EOL).
8097
8098 (c-awk-virtual-semicolon-ends-prev-line-p)
8099 (c-awk-virtual-semicolon-ends-line-p)
8100 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
8101 (c-awk-at-statement-end-p): New functions.
8102
8103 * progmodes/cc-cmds.el: Simplify the structure of functions
8104 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
8105 two functions and c-beginning-of-statement to handle AWK Mode.
8106
8107 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
8108 c-backward-single-comment for AWK mode. Attempt to clarify their
8109 doc-strings.
8110
8111 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
8112
8113 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8114
8115 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
8116 label handling. Labels are now recognized in a uniform and more
8117 robust way, regardless of context. Text properties are put on all
8118 labels to recognize the following declarations better.
8119 Multiword labels are handled both in indentation and fontification for
8120 the benefit of language extensions like Qt. For consistency, keywords
8121 in labels are now fontified with the label face instead.
8122 That also applies to "case" and "default".
8123
8124 (c-beginning-of-statement-1): Fix some bugs in the label
8125 handling. Disregard `c-nonlabel-token-key' in labels that begin
8126 with `c-label-kwds'.
8127
8128 (c-find-decl-spots): Support that the callback adds more
8129 `c-decl-end' spots to find.
8130
8131 (c-forward-decl-or-cast-1): Don't treat a list of plain
8132 identifiers followed by a colon as a declaration.
8133
8134 (c-forward-label): New function to recognize labels.
8135
8136 (c-guess-basic-syntax): Replace uses of `c-label-key' with
8137 `c-forward-label'. Moved the label recognition cases (14 and 15)
8138 earlier since they aren't so context sensitive now. Handle labels
8139 on the top level gracefully. Moved access label recognition to
8140 the generic label case (CASE 15) - removed CASE 5E.
8141
8142 (c-font-lock-declarations): Add recognition of labels in the
8143 same round since we need to handle labels in parallell with other
8144 declarations to recognize both accurately. It should also improve
8145 speed.
8146
8147 (c-simple-decl-matchers, c-basic-matchers-after):
8148 Move `c-font-lock-labels' so that it only is used on decoration level 2
8149 since `c-font-lock-declarations' handles it otherwise.
8150
8151 (c-complex-decl-matchers): Remove the simplistic recognition of
8152 access labels.
8153
8154 (c-decl-prefix-re): Remove the kludges that was necessary to cope
8155 with labels earlier.
8156
8157 (c-decl-start-re): New language variable to make
8158 `c-font-lock-declarations' stop for the special protection labels
8159 in Objective-C that start with `@'.
8160
8161 (c-label-key): Remove since it's no longer used.
8162
8163 (c-recognize-colon-labels, c-label-prefix-re): New language
8164 constants to support recognition of generic colon-terminated labels.
8165
8166 (c-type-decl-end-used): `c-decl-end' is now used whenever there
8167 are colon terminated labels.
8168
8169 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
8170 first argument starts with a special brace list.
8171
8172 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
8173 (c-font-lock-declarations): Break out the declaration and cast
8174 recognition from `c-font-lock-declarations' to a new function, so
8175 that it can be used in the indentation engine.
8176
8177 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
8178 up to the start of the literal. Fixed bug with the point on the
8179 wrong side of the search limit that could happen when the start
8180 position is inside a literal.
8181
8182 * progmodes/cc-engine.el (c-parse-state)
8183 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
8184 so that it's kept a little bit back to increase the hit rate.
8185
8186 (c-parse-state): Change the macro handling and fixed some
8187 glitches. Macro context is checked more often than necessary now,
8188 but otoh less garbage conses are generated.
8189
8190 * progmodes/cc-engine.el (c-parse-state)
8191 (c-invalidate-state-cache): Cache the last position where
8192 `c-state-cache' applies. This can speed up refontification quite
8193 a bit in blocks where there are many non-brace parens before the point.
8194
8195 (c-state-cache-end): New variable for this.
8196
8197 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
8198 cache variable.
8199
8200 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
8201 get close initial continue positions when the start position is
8202 inside a literal or macro. Do not call the callback for spots
8203 before the start position (which can happen e.g. for `c-decl-end'
8204 spots inside comments). Optimize better in special cases when the
8205 region is a single line inside a literal or macro (typically when
8206 the current line is refontified).
8207
8208 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
8209 to `c-add-stmt-syntax' - there's no need to explicitly whack off
8210 entries from the paren state.
8211
8212 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
8213 special case for "else if" clauses.
8214
8215 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
8216 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
8217
8218 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
8219 New language variable to recognize the gcc extension with statement
8220 blocks inside expressions.
8221
8222 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
8223 it somewhat more comprehensible. The argument AT-BLOCK-START is
8224 no longer used and hence removed.
8225
8226 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
8227 to `c-add-stmt-syntax'.
8228
8229 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8230 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
8231 This fixes bogus label recognition.
8232
8233 * progmodes/cc-engine.el (c-add-type, c-check-type)
8234 (c-forward-name, c-forward-type): Improve storage of template
8235 types in `c-found-types' so that they can be recognized better.
8236
8237 (c-syntactic-content): Add option to skip past nested parens.
8238
8239 * progmodes/cc-engine.el (c-forward-name):
8240 Set `c-last-identifier-range' all the time. It's less work that way.
8241 Handle that there might not be an identifier to store in
8242 `c-last-identifier-range'.
8243
8244 (c-forward-type): Handle that `c-last-identifier-range' might be
8245 nil from `c-forward-name'.
8246
8247 * progmodes/cc-defs.el (c-safe-scan-lists)
8248 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
8249
8250 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
8251 to work even if the form fails.
8252
8253 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
8254 down in a large file in one go.
8255
8256 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
8257
8258 * progmodes/cc-align.el (c-lineup-assignments): New lineup
8259 function which is like `c-lineup-math' but returns nil instead of
8260 `c-basic-offset' when it doesn't match.
8261
8262 (c-lineup-math): Change to use `c-lineup-assignments'.
8263
8264 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8265
8266 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
8267 c-beginning-of-statement. New subfunctions
8268 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
8269
8270 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8271
8272 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
8273 hardcoded char classes whereever possible. Changed a couple of
8274 places to use skip by syntax instead of skip by char class.
8275
8276 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
8277 Fix a bug in the regexp that caused extreme backtracking.
8278
8279 * progmodes/cc-langs.el (c-block-comment-starter)
8280 (c-block-comment-ender): New language constants to specify in a
8281 single place how block comments look.
8282
8283 (c-comment-start-regexp, c-block-comment-start-regexp)
8284 (comment-start, comment-end, comment-start-skip)
8285 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
8286 (c-syntactic-ws, c-nonempty-syntactic-ws)
8287 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
8288 `c-line-comment-starter', `c-block-comment-starter' and
8289 `c-block-comment-ender'.
8290
8291 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
8292 New language constants to break up things a bit.
8293
8294 (c-simple-ws): New language constant for simple whitespace.
8295
8296 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
8297
8298 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
8299 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
8300 newlines. Allow and ignore nil elements in the list.
8301
8302 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8303
8304 * progmodes/cc-cmds.el: Comment out a (n almost certainly
8305 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
8306
8307 * progmodes/cc-cmds.el: Tidy up the comments in
8308 c-beginning-of-statement and subfunctions.
8309
8310 * progmodes/cc-awk.el: Replace calls to put-text-property to the
8311 more flexible c-put-char-property and c-clear-char-properties.
8312 Add the author's email address.
8313
8314 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
8315
8316 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
8317 closing "*/" of a block comment.
8318
8319 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
8320 subfunctions) so that it works at BOB and EOB.
8321
8322 * progmodes/cc-cmds.el, cc-vars.el: More updating of
8323 c-beginning-of-statement, including new variable
8324 c-block-comment-start-regexp.
8325
8326 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8327
8328 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
8329 symbols from `*-font-lock-extra-types' so that there's no need to
8330 use `regexp-opt' on those lists.
8331
8332 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
8333 `c-type-modifier-kwds' is empty.
8334
8335 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
8336 there are several strings on the same line.
8337
8338 * progmodes/cc-engine.el (c-literal-limits): Remove the
8339 compatibility function for older emacsen. `c-literal-limits-fast'
8340 has now taken the place of this function.
8341
8342 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
8343 with older emacsen: We now require `pps-extended-state'.
8344
8345 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8346
8347 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
8348 which obviates the need to hack sentence-end. This now handles
8349 escaped newlines in strings correctly. Correct minor bugs in
8350 c-move-over-sentence and in c-beginning-of-statement.
8351
8352 * progmodes/cc-cmds.el (c-beginning-of-statement (and
8353 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
8354 that movement over macros and code are rigorously separated from
8355 eachother. Correct a few incidental bugs.
8356
8357 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
8358 Improve its doc-string. Improve the handling of certain specific cases.
8359
8360 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8361
8362 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
8363 (c-guess-basic-syntax): Change the way class-level labels are
8364 recognized; they can now contain essentially any symbols.
8365
8366 (c-opt-extra-label-key): New language variable to cope with the
8367 special protection label syntax in Objective-C.
8368
8369 (c-opt-access-key): Remove; this is now handled better by
8370 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
8371
8372 (c-complex-decl-matchers): Update to handle that
8373 `c-opt-access-key' no longer exists.
8374
8375 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
8376 improved label recognition in `c-beginning-of-statement-1'.
8377
8378 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
8379 Recognize bitfields better.
8380
8381 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
8382 Remove some cruft and fixed a bug that could cause it to go to a
8383 position further down.
8384
8385 * progmodes/cc-langs.el, cc-engine.el
8386 (c-beginning-of-statement-1): Improve detection of labels in
8387 declaration contexts.
8388
8389 (c-beginning-of-decl-1): Use it.
8390
8391 (c-nonlabel-token-key): New language constant and variable needed
8392 by `c-beginning-of-statement-1'.
8393
8394 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
8395 manifested itself due to the correction in `c-forward-sexp'.
8396
8397 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
8398 Make these behave as documented when used at the buffer limits.
8399
8400 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
8401 (c-type-decl-end-used): Made this a language variable.
8402
8403 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
8404 correctly when `combine-after-change-calls' is used together with
8405 temporary narrowings.
8406
8407 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8408 Report labels correctly when the start point is immediately after the
8409 colon.
8410
8411 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
8412 Remove since it isn't used anymore.
8413
8414 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
8415 bracket arglists such as template parens in C++.
8416
8417 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
8418 in the last check-in. Some optimization.
8419
8420 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
8421 where it could stop at the same level in a preceding sexp when
8422 PAREN-LEVEL is set.
8423
8424 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
8425 text property lookup only when it's needed.
8426
8427 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
8428 Change the policy for paren marked angle brackets to be more
8429 persistent; once marked they remain marked even when they're found
8430 to be unbalanced in the searched region. This should keep the
8431 paren syntax around even when individual lines are refontified in
8432 multiline template arglists.
8433
8434 (c-parse-and-markup-<>-arglists): New dynamically bound variable
8435 to control markup so that incorrect angle bracket arglists aren't
8436 marked in contexts where the correct value for
8437 `c-disallow-comma-in-<>-arglists' isn't known.
8438
8439 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
8440 argument has become `c-parse-and-markup-<>-arglists'.
8441
8442 (c-remove-<>-arglist-properties): Remove - no longer used.
8443
8444 (c-after-change-check-<>-operators): New function used on
8445 `after-change-functions' to avoid that "<" and ">" characters that
8446 are part of longer operators have paren syntax.
8447
8448 (c-<>-multichar-token-regexp): New language variable used by
8449 `c-after-change-check-<>-operators'.
8450
8451 (c-after-change): Call `c-after-change-check-<>-operators'.
8452
8453 (c-font-lock-<>-arglists): Use the context properties set by
8454 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
8455 correctly to avoid doing invalid markup.
8456
8457 (c-font-lock-declarations): Remove code that undoes the invalid
8458 markup done by `c-font-lock-<>-arglists'.
8459
8460 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
8461 after `c-font-lock-declarations'.
8462
8463 * progmodes/cc-engine.el (c-syntactic-skip-backward):
8464 Add paren-level feature.
8465
8466 (c-guess-basic-syntax): Improve the anchor position for
8467 `template-args-cont' in nested template arglists. There's still
8468 much to be desired in this area, though.
8469
8470 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8471
8472 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
8473 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
8474
8475 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8476
8477 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
8478 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
8479
8480 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
8481 it doesn't work no longer are supported.
8482
8483 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
8484 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
8485 requires support for the syntax-table' text property, which rules
8486 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
8487 cruft associated with those versions.
8488
8489 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
8490 for the `syntax-table' text property, which rules out Emacs 19 and
8491 XEmacs < 21.4. Removed various compatibility cruft associated
8492 with those versions.
8493
8494 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
8495 support for the `syntax-table' text property.
8496
8497 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
8498 variable and use an extra quoted face name instead. All the
8499 emacsen flavors handle that correctly.
8500
8501 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
8502 (c-font-lock-declarators, c-font-lock-declarations)
8503 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
8504 property to mark the items in in declarator lists to handle
8505 refontification inside multiline declarations better.
8506
8507 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
8508 construct like "a * b = c;" as a declaration.
8509
8510 2005-12-08 Kim F. Storm <storm@cua.dk>
8511
8512 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
8513 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
8514 select either meta, hyper, or super modifier for rectangle commands.
8515 (cua--rectangle-modifier-key): New defvar.
8516 (cua--M/H-key): Use it. Remove special case for `space'.
8517 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
8518 on X, to meta otherwise. Always bind C-return to toggle
8519 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
8520
8521 * emulation/cua-rect.el (cua-help-for-rectangle):
8522 Use cua--rectangle-modifier-key. Handle super modifier too.
8523 (cua--init-rectangles): Always bind C-return to toggle rectangle.
8524 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
8525
8526 * ido.el: Move Acknowledgements and History after Commentary.
8527 Minor changes to Commentary.
8528
8529 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
8530 keymap if cua--prefix-override-timer is `shift'.
8531 (cua--shift-control-prefix): New function; emulate "type prefix
8532 key twice" functionality to handle shifted prefix key override.
8533 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
8534 New commands.
8535 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
8536
8537 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
8538
8539 * textmodes/org.el (org-insert-heading): Try to do items before
8540 headings.
8541 (org-agenda-mode): Quote `org-agenda-mode-hook'.
8542 (org-insert-item): New function.
8543 (org-renumber-ordered-list): Don't skip to higher level lists.
8544
8545 2005-12-08 Juri Linkov <juri@jurta.org>
8546
8547 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
8548
8549 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
8550
8551 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
8552
8553 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
8554 the constructed function name fun-1.
8555
8556 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
8557 because such links don't lead to parent documentation.
8558
8559 2005-12-08 Kenichi Handa <handa@m17n.org>
8560
8561 * descr-text.el (describe-char): Use *Help-2* buffer if the
8562 current buffer is *Help*. Call describe-text-properties while
8563 setting the original buffer.
8564
8565 2005-12-07 Bill Wohler <wohler@newt.com>
8566
8567 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
8568 and causes problems with non-MH users (such as Gnus users).
8569
8570 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
8571
8572 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
8573 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
8574 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
8575 command "info sources". Move calls to GDB command "list".
8576 (gdb-find-file-hook): Just use gdb-source-file-list.
8577 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
8578 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
8579 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
8580 (gdb-data-list-register-values-handler): Use correct trigger name.
8581
8582 2005-12-07 Kim F. Storm <storm@cua.dk>
8583
8584 * ido.el (ido-completion-map): Rename from ido-mode-map.
8585 (ido-common-completion-map, ido-file-completion-map)
8586 (ido-file-dir-completion-map, ido-buffer-completion-map):
8587 Rename from ido-mode-....-map.
8588 (ido-init-completion-maps): Rename from ido-init-mode-maps.
8589 (ido-setup-completion-map): Rename from ido-define-mode-map.
8590 (ido-read-internal): Bind minibuffer-local-filename-completion-map
8591 to ido-completion-map.
8592
8593 2005-12-07 Kenichi Handa <handa@m17n.org>
8594
8595 * international/mule-cmds.el
8596 (set-display-table-and-terminal-coding-system): If the coding
8597 system specified in `unibyte-display' property is different from
8598 the arg coding-system, don't setup standard-display-table.
8599
8600 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8601
8602 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
8603 that comments end at \n, regardless of selective-display.
8604
8605 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
8606
8607 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
8608 (gdb-version): New variables.
8609 (gdb-source-file-list, gdb-register-names)
8610 (gdb-changed-registers): New variables for use with GDB 6.4+.
8611 (gdb-ann3): Replace with...
8612 (gdb-init-1, gdb-init-2): ...two new functions.
8613 (gdba, gdb-prompt): Call gdb-init-1.
8614 (gdb-get-version): New function. Call gdb-init-2 from here.
8615 (gud-watch): Make it work with mouse events too.
8616 (gdb-post-prompt): Don't add to queue until GDB version is known.
8617 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
8618 (gdb-locals-mode): Use gdb-version.
8619 (gdb-memory-format-map, gdb-memory-unit-map)
8620 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
8621 (gdb-locals-font-lock-keywords-1)
8622 (gdb-locals-font-lock-keywords-2): New variables.
8623 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
8624 (gdb-set-gud-minor-mode-existing-buffers-1)
8625 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
8626 (gdb-var-update-1, gdb-var-update-handler-1)
8627 (gdb-data-list-register-values-handler)
8628 (gdb-data-list-register-values-custom)
8629 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
8630 (gdb-stack-list-locals-handler, gdb-get-register-names):
8631 New functions for use with GDB 6.4+.
8632 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
8633 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
8634 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
8635 (gdb-stack-list-locals-regexp)
8636 (gdb-data-list-register-names-regexp): New regexps for use with
8637 GDB 6.4+.
8638
8639 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8640
8641 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
8642
8643 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
8644
8645 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
8646 prompts work for AUTH PLAIN. Also reported by Steve Allan
8647 <seallan@verizon.net>.
8648
8649 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8650
8651 * frame.el (set-frame-parameter): Add doc string.
8652
8653 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
8654
8655 * textmodes/org.el (org-occur-highlights): New variable.
8656 (org-highlight-new-match, org-remove-occur-highlights): New functions.
8657 (org-highlight-sparse-tree-matches): New option.
8658 (org-do-occur): New function.
8659 (org-get-heading): Make it work also at beginning of line.
8660 (org-category-table): New variable.
8661 (org-get-category-table, org-get-category)
8662 (org-camel-to-words, org-link-search): New functions.
8663 (org-select-this-todo-keyword): New variable.
8664 (org-todo-list): New command.
8665 (org-shiftright, org-shiftleft): New commands.
8666 (org-agenda-todo): Add prefix argument.
8667 (org-show-hierarchy-above): New option.
8668 (org-show-todo-tree): Numerical prefix creates tree for specific
8669 TODO keyword.
8670 (org-outline-level): New function, to assign a level to plain
8671 lists items.
8672 (org-cycle-include-plain-lists): New option.
8673 (org-mode): Use `org-outline-level' as value of `outline-level'.
8674 (org-cycle): Temporarily switch `outline-regexp' if
8675 `org-cycle-include-plain-lists' is non-nil.
8676 (org-start-icalendar-file): Fix format bug.
8677 (org-agenda-get-day-entries): Create category table.
8678 (org-agenda-get-todos, org-agenda-get-timestamps)
8679 (org-agenda-get-deadlines, org-agenda-get-scheduled)
8680 (org-agenda-get-blocks): Use `org-get-category'.
8681 (org-context-in-file-links): Rename from
8682 `org-line-numbers-in-file-links'.
8683
8684 2005-12-06 Romain Francoise <romain@orebokech.com>
8685
8686 * window.el (balance-windows): Delete extraneous third arg in call
8687 to `enlarge-window'.
8688
8689 2005-12-06 Kenichi Handa <handa@m17n.org>
8690
8691 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
8692
8693 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
8694
8695 * progmodes/gdb-ui.el (gdb-var-create-handler)
8696 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
8697 (gdb-var-list-children-handler, gdb-var-update-handler):
8698 Current buffer is already gdb-partial-output-buffer, don't
8699 make it current again.
8700
8701 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
8702
8703 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
8704 (list-buffers-noselect): Use it.
8705
8706 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8707
8708 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
8709 (mail-yank-ignored-headers): Use regexp-opt.
8710 (mail-mode-map): Move initialization into declaration.
8711 (mail-sent-via): Remove unused shadowed var `to-line'.
8712 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
8713 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
8714 (mail-do-fcc): Use dolist and push.
8715 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
8716 (mail-yank-ignored-headers): Don't autoload.
8717
8718 2005-12-05 Kenichi Handa <handa@m17n.org>
8719
8720 * international/mule-cmds.el (set-language-info-internal): New fun.
8721 (set-language-info): Call set-language-info-internal to update
8722 language-info-alist. If LANG-ENV is the current one, call
8723 set-language-environment to make INFO effective now.
8724 (set-language-info-alist): Likewise.
8725 (locale-language-names): With locale "en", use English
8726 lang. env. but set the default codings to iso-8859-1.
8727
8728 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
8729
8730 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
8731 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
8732 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
8733 for plain strings.
8734 (gdb-frames-mode): Remove redundant call to font-lock-mode.
8735 (gdb-all-registers): Rename from toggle-gdb-all-registers.
8736 Create registers buffer if necessary. Echo new state in minibuffer.
8737 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
8738
8739 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
8740
8741 * info.el (Info-fontify-node): Match external links using
8742 non-directory part of filename.
8743
8744 2005-12-04 Juri Linkov <juri@jurta.org>
8745
8746 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
8747 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
8748 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
8749 because there is no customization option for it.
8750
8751 * font-lock.el (lisp-font-lock-keywords-1):
8752 Add define-global-minor-mode.
8753
8754 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
8755
8756 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
8757 properties on the constructed variable names.
8758
8759 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8760 Put `definition-name' properties on the constructed function names
8761 next-sym and prev-sym.
8762
8763 * emacs-lisp/find-func.el (find-function-regexp):
8764 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
8765 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
8766 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
8767 and easy-menu-define.
8768
8769 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
8770 easy-mmode-define-global-mode and define-global-minor-mode.
8771 (lisp-imenu-generic-expression): Add define-global-minor-mode.
8772
8773 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
8774 instead of easy-mmode-define-global-mode.
8775
8776 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8777 Use define-minor-mode instead of easy-mmode-define-minor-mode.
8778
8779 * cus-edit.el (customize-group, customize-group-other-window):
8780 Filter out autoloaded options from the group completion list by
8781 using heuristics that autoloaded groups don't have `custom-autoload'
8782 property on their symbols (they have only `custom-loads').
8783
8784 * simple.el (completion-setup-function): Put completions-common-part
8785 face on complete completion string too (i.e. completion string
8786 without completions-first-difference face).
8787
8788 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
8789
8790 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8791
8792 * view.el (view-mode): Doc fix.
8793
8794 * disp-table.el (standard-display-european): Add to the warning
8795 message a reference to the doc string.
8796
8797 * play/yow.el (apropos-zippy): Call print-help-return-message,
8798 similar to other Help and Apropos commands.
8799
8800 * help.el (print-help-return-message): If pop-up-frames is
8801 non-nil, set up help-return-method to delete the help window and,
8802 possibly, its frame as well, and don't display message about
8803 scrolling the help window. Doc fix.
8804 (help-return-method): Doc fix.
8805
8806 2005-12-03 Martin Rudalics <rudalics@gmx.at>
8807
8808 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
8809 whereby names of length one or names starting with a
8810 symbol-constituent character would not be returned.
8811
8812 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8813
8814 * subr.el (atomic-change-group): Add edebug and indentation spec.
8815
8816 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8817
8818 * completion.el (save-completions-file-name): Fix typo in last change.
8819
8820 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8821
8822 * info.el: Move back/forward history to the beginning of the tool bar.
8823
8824 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
8825
8826 * allout.el (eval-when-compile): Remove unnecessary load of cl.
8827 Add fset of allout-real-isearch-abort during compile to fix
8828 byte-compilation warnings.
8829 (allout-mode-p): Move definition of this macro above all uses, or
8830 byte compilation in barren emacs (eg, during emacs build) will
8831 lack the definition.
8832 (allout-mode): Move this variable above any uses, or byte
8833 compilation will fail.
8834 (allout-resolve-xref): Remove use of personal file-reference function.
8835 (allout-toggle-current-subtree-encryption): Do the current (ie,
8836 visible containing) topic, rather than nearest around point. Doc fix.
8837 (allout-toggle-subtree-encryption): New function, workhorse that
8838 works on nearest topic containing point.
8839 (allout-encrypt-string): Signal requirement for newer version of pgg.
8840 (allout-resumptions): Doc fix.
8841
8842 2005-12-02 Eli Zaretskii <eliz@gnu.org>
8843
8844 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
8845
8846 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
8847
8848 * textmodes/flyspell.el (flyspell-external-point-words):
8849 Consider a misspelling as found in the string search if: (a) misspelling
8850 and found string lengths match, or (b) misspelling is found as
8851 element in a boundary-chars separated longer string, or (c)
8852 ispell-program-name is really ispell and misspelling is found as
8853 part of a TeX string. After successful match move beginning of
8854 search region to end of match. Warn about not found misspellings
8855 once the process is done.
8856 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
8857
8858 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
8859
8860 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
8861 tool bar (removed inadvertently).
8862
8863 2005-12-02 Juri Linkov <juri@jurta.org>
8864
8865 * log-view.el (log-view-diff): Clarify doc string.
8866
8867 2005-12-01 Bill Wohler <wohler@newt.com>
8868
8869 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
8870 triggers lm-verify errors.
8871
8872 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
8873
8874 * simple.el (transient-mark-mode, line-number-mode)
8875 (column-number-mode, size-indication-mode): Remove `:require nil'.
8876
8877 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
8878
8879 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
8880 in the margin also.
8881 (gdb-breakpoints-mode-map): Use D instead of d for
8882 gdb-delete-breakpoint.
8883 (gdb-get-frame-number): Require a number to match on.
8884 (gdb-threads-mode-map): Add follow-link binding.
8885
8886 2005-11-30 Jason Rumney <jasonr@gnu.org>
8887
8888 * isearch.el (isearch-mode-map): Avoid exiting search on
8889 language-change event.
8890
8891 2005-11-30 Romain Francoise <romain@orebokech.com>
8892
8893 * speedbar.el (speedbar-default-position): New defcustom.
8894 (speedbar-frame-reposition-smartly): Use it.
8895
8896 * dframe.el (dframe-reposition-frame-emacs): Fix position
8897 computation for `left' location.
8898 Update copyright year.
8899
8900 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8901
8902 * help.el (help-map): Move initialization into declaration.
8903
8904 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
8905
8906 * help-fns.el (help-argument-name): Don't autoload.
8907 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
8908 to be re-loaded when customizing the `help' group.
8909
8910 2005-11-30 John Paul Wallington <jpw@gnu.org>
8911
8912 * help-fns.el (describe-function-1): Fill arglist output.
8913
8914 2005-11-30 Kim F. Storm <storm@cua.dk>
8915
8916 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
8917 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
8918 after revert-buffer (or anything else which kills all local variables).
8919
8920 * apropos.el (apropos-parse-pattern): Doc fix.
8921 Set apropos-regexp directly, rather than expecting callers to do so.
8922 (apropos-command, apropos, apropos-value, apropos-documentation):
8923 Simplify calls to apropos-parse-pattern.
8924
8925 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
8926
8927 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
8928 (hi-lock-face-phrase-buffer): Use hi-yellow face.
8929 (hi-lock-write-interactive-patterns): Use comment-region.
8930
8931 * longlines.el (longlines-mode): Add mail-setup-hook.
8932
8933 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
8934
8935 * simple.el (sendmail-user-agent-compose, next-line):
8936 Conditionally use hard-newline.
8937
8938 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8939
8940 * international/latexenc.el (latex-inputenc-coding-alist):
8941 Reword doc string.
8942
8943 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
8944
8945 * help.el (describe-key-briefly, describe-key): Recognize default
8946 bindings.
8947
8948 2005-11-29 Romain Francoise <romain@orebokech.com>
8949
8950 * view.el (view-inhibit-help-message): New defcustom.
8951 (view-mode-enter): Use it.
8952
8953 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
8954
8955 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
8956 Preserve user position.
8957
8958 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
8959
8960 * font-lock.el: Throw error if facemenu is not loaded to prevent
8961 accidental change of loading order in loadup.el. (Suggested by RMS.)
8962
8963 * loadup.el: Add comment explaining why facemenu must be loaded
8964 before font-lock.
8965
8966 2005-11-28 Jay Belanger <belanger@truman.edu>
8967
8968 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
8969 (calc-dispatch-map): Add more keys for `calc-same-interface'.
8970
8971 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
8972
8973 * calc/calc-embed.el (calc-do-embedded): Update help message.
8974
8975 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
8976
8977 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8978
8979 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
8980
8981 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
8982 called-interactively-p.
8983 (elp-profilable-p): Rename from elp-not-profilable-p.
8984 Invert result and take into account macros and autoloaded functions.
8985 (elp-instrument-function): Update call.
8986 (elp-instrument-package): Update call. Add completion.
8987 (elp-pack-number): Use match-string.
8988 (elp-results-jump-to-definition-by-mouse): Merge into
8989 elp-results-jump-to-definition and then remove.
8990 (elp-output-insert-symname): Make help echo text single-line.
8991
8992 * replace.el (query-replace-map): Move initialization into declaration.
8993 (occur-engine): Use with-current-buffer.
8994 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
8995 (occur-mode-mouse-goto): Replace with an alias.
8996
8997 2005-11-28 Juri Linkov <juri@jurta.org>
8998
8999 * simple.el (quoted-insert): Let-bind input-method-function to nil.
9000
9001 * term/w32-win.el: Bind [S-tab] to [backtab].
9002
9003 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
9004 `Info-find-file' to t.
9005
9006 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
9007 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
9008 and same-window-regexps.
9009 (occur-next-error): Don't move point for arg 0.
9010
9011 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
9012
9013 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
9014
9015 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9016
9017 * log-edit.el (log-edit-changelog-use-first): New var.
9018 (log-edit-changelog-ours-p): Use it.
9019 (log-edit-insert-changelog): Set it with new arg `use-first'.
9020 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
9021 (log-edit-hook): Add them to the list of suggested options.
9022
9023 * textmodes/flyspell.el (flyspell-last-buffer): New var.
9024 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
9025 redundant work.
9026 (flyspell-mode-on): Use add-hook for after-change-functions.
9027 (flyspell-mode-off): Use remove-hook for after-change-functions.
9028 (flyspell-changes): Make it buffer-local.
9029 (flyspell-after-change-function): Make it non-interactive. Use push.
9030 (flyspell-post-command-hook): Check input-pending-p while processing
9031 the potentially long list of buffer changes.
9032
9033 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9034
9035 * buff-menu.el (list-buffers-noselect): Display the selected
9036 frame's buffer list, not the global one.
9037
9038 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9039
9040 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
9041 that (list last-input-event) works as in interactive spec.
9042
9043 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9044
9045 * loadup.el ("facemenu"): Load facemenu before font-lock, because
9046 `facemenu-keymap' needs to be defined when font-lock is loaded.
9047 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
9048
9049 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9050
9051 * completion.el: Remove useless leading * in defcustom docstrings.
9052 (save-completions-file-name): Use ~/.emacs.d if available.
9053 (completion-standard-syntax-table): Rename from
9054 cmpl-standard-syntax-table and fold initialization into declaration,
9055 thus removing cmpl-make-standard-completion-syntax-table.
9056 (completion-lisp-syntax-table, completion-c-syntax-table)
9057 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
9058 (cmpl-saved-syntax, cmpl-saved-point): Remove.
9059 (symbol-under-point, symbol-before-point)
9060 (symbol-under-or-before-point, symbol-before-point-for-complete)
9061 (add-completions-from-c-buffer): Use with-syntax-table.
9062 (make-completion): Don't return a list of completion entries.
9063 Update callers.
9064 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
9065 (completion-initialize): Rename from initialize-completions.
9066 (completion-find-file-hook): Rename from cmpl-find-file-hook.
9067 (kill-emacs-save-completions): Collect stats here.
9068 (save-completions-to-file, load-completions-from-file):
9069 Use with-current-buffer.
9070 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
9071 into a function. Move all calls to toplevel.
9072 (completion-lisp-mode-hook): New fun.
9073 (completion-c-mode-hook, completion-setup-fortran-mode):
9074 Set the syntax-table here. Use local-set-key.
9075 (completion-saved-bindings): New var.
9076 (dynamic-completion-mode): Make it into a proper minor mode.
9077 (load-completions-from-file): Remove unused var `num-uses'.
9078
9079 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
9080 constructor if it is explicitly overridden.
9081
9082 * complete.el (PC-completion-as-file-name-predicate):
9083 Use minibuffer-completing-file-name.
9084 (partial-completion-mode): Use find-file-not-found-functions.
9085 (PC-lisp-complete-symbol): Use with-syntax-table.
9086 (PC-look-for-include-file): Remove dead setq.
9087 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
9088 (PC-complete): Use with-current-buffer.
9089
9090 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
9091 escape single quotes.
9092
9093 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9094
9095 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
9096 of `if' whose condition always returned nil. Doc fix.
9097
9098 * buff-menu.el (Buffer-menu-revert-function): Make the selected
9099 window's buffer the current buffer around the call to
9100 `list-buffers-noselect'. This is necessary to mark that buffer
9101 with a `.' in the Buffer Menu when called from Lisp, for instance
9102 by Auto Revert Mode.
9103
9104 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9105
9106 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
9107 attaching to it.
9108 (gdb-pre-prompt): Make sure gdb-error is reset.
9109
9110 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
9111 with a child process, detect it.
9112 (gud-speedbar-buttons): Match regexp more carefully.
9113
9114 2005-11-27 Richard M. Stallman <rms@gnu.org>
9115
9116 * mouse.el (mouse-drag-move-window-bottom):
9117 Use adjust-window-trailing-edge.
9118
9119 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9120
9121 * simple.el (blink-matching-open): Ignore
9122 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
9123 (blink-matching-paren-on-screen): Update docstring.
9124
9125 * paren.el (show-paren-mode): No longer change
9126 `blink-matching-paren-on-screen'.
9127
9128 2005-11-27 John Paul Wallington <jpw@pobox.com>
9129
9130 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9131 (gdb-threads-select, gdb-edit-register-value):
9132 Use `posn-set-point' instead of `mouse-set-point' because the
9133 latter is not fbound when configured without X.
9134
9135 2005-11-27 Kim F. Storm <storm@cua.dk>
9136
9137 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
9138 existing face when partially highlighting a TAB in a rectangle.
9139
9140 2005-11-26 Kim F. Storm <storm@cua.dk>
9141
9142 * ido.el (ido-mode-map): Doc fix.
9143 (ido-mode-common-map, ido-mode-file-map)
9144 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
9145 (ido-define-mode-map): Rewrite. Select one of the new maps as
9146 parent for ido-mode-map instead of building from scratch.
9147 (ido-init-mode-maps): New defun to initialize new maps.
9148 (ido-mode): Call it.
9149 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
9150 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
9151
9152 2005-11-26 John Paul Wallington <jpw@pobox.com>
9153
9154 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
9155 `mouse-set-point' because the latter is not fbound when configured
9156 without X.
9157
9158 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9159
9160 * files.el (file-relative-name): Doc fix.
9161
9162 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
9163
9164 * progmodes/octave-inf.el (inferior-octave-startup): Force a
9165 non-empty string for secondary prompt PS2.
9166
9167 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9168
9169 * progmodes/compile.el (compilation-setup): Fix last change.
9170
9171 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
9172
9173 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9174 (gdb-mouse-toggle-breakpoint-margin)
9175 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
9176 Add gdb-server-prefix to keep out of command history.
9177 (gdb-edit-register-value): New function.
9178 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
9179 (gdb-info-registers-custom): Use above map.
9180
9181 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9182
9183 * custom.el (enable-theme): Signal error if argument is not a
9184 theme. Don't recalculate a face if it's not loaded yet.
9185
9186 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
9187 the `user' theme is in effect.
9188
9189 * info.el (Info-on-current-buffer): Record actual filename in
9190 Info-current-file, instead of t, or a fake filename if a non-file
9191 buffer. Make autoload.
9192 (Info-find-node, Info-revert-find-node): No need to check for
9193 Info-current-file nil.
9194 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
9195 Info-current-file is now never `t'.
9196 (Info-fontify-node): Many simplifications due to Info-current-file
9197 always being valid. Use Info-find-file to find node filename.
9198
9199 2005-11-25 David Kastrup <dak@gnu.org>
9200
9201 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
9202 new character, then delete" in order to preserve markers.
9203
9204 2005-11-25 David Ponce <david@dponce.com>
9205
9206 * recentf.el (recentf-arrange-by-rule): Handle a special
9207 `auto-mode-alist'-like "strip suffix" rule.
9208 (recentf-build-mode-rules): Handle second level auto-mode entries.
9209
9210 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
9211
9212 * viper-keym.el (viper-ESC-key): Use different values in terminal and
9213 window modes.
9214
9215 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
9216 jde-javadoc-checker-report-mode.
9217
9218 * ediff-wind (ediff-make-wide-display): Slight simplification.
9219
9220 * ediff.el (ediff-date): Change the date of last update.
9221
9222 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
9223
9224 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
9225 Use define-minor-mode, and make it a local mode. Turn on font-lock.
9226 (hi-lock-mode): New global minor mode.
9227 (turn-on-hi-lock-if-enabled): New function.
9228 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
9229 Change arguments to regexp and face instead of a font-lock pattern.
9230 Directly set face property, instead of refontifying.
9231 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
9232 (hi-lock-find-patterns): Use line-number-at-pos.
9233
9234 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
9235 arguments for hi-lock-set-pattern.
9236 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
9237 Call font-lock-fontify-buffer.
9238 (hi-lock-find-file-hook, hi-lock-current-line)
9239 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
9240
9241 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
9242 turned off.
9243
9244 * progmodes/compile.el (compilation-setup): Don't fiddle with
9245 font-lock-defaults.
9246
9247 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
9248
9249 * progmodes/gdb-ui.el (gdb-var-create-handler)
9250 (gdb-var-list-children-handler): Find values for all variable
9251 objects. gud-speedbar-buttons decides whether to display them.
9252
9253 2005-11-24 Romain Francoise <romain@orebokech.com>
9254
9255 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
9256 buffer name with a space.
9257
9258 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9259
9260 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
9261 `org-export-local-list-max-depth'. Change default value to 3.
9262 (org-auto-renumber-ordered-lists)
9263 (org-plain-list-ordered-item-terminator): New options.
9264 (org-at-item-p, org-beginning-of-item, org-end-of-item)
9265 (org-get-indentation, org-get-string-indentation)
9266 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
9267 New functions.
9268 (org-move-item-down, org-move-item-up): New commands.
9269 (org-export-as-html): New classes for CSS support. Bug fix in
9270 regular expression detecting fixed-width regions. Respect
9271 `org-local-list-ordered-item-terminator'.
9272 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
9273 also a list item.
9274 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
9275 New item moving functions.
9276
9277 2005-11-24 Juri Linkov <juri@jurta.org>
9278
9279 * isearch.el (isearch-repeat): With empty search ring set
9280 `isearch-error' to the error string instead of signaling error
9281 with the function `error'.
9282
9283 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9284
9285 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
9286
9287 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
9288
9289 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
9290 and variable.
9291 (gdb-var-create-handler, gdb-var-list-children-handler):
9292 Don't match on "char **...".
9293 (gdb-var-update-handler): Find values for all variable objects.
9294 (gdb-info-frames-custom): Identify frames by leading "#".
9295
9296 * progmodes/gud.el (gud-speedbar-menu-items): Add
9297 gdb-speedbar-auto-raise as radio button.
9298 (gud-speedbar-buttons): Raise speedbar if requested.
9299 Don't match on "char **...".
9300 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
9301 Make it editable.
9302
9303 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
9304
9305 * info.el (Info-fontify-node): Handle the case where
9306 Info-current-file is t.
9307
9308 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9309
9310 * simple.el (blink-matching-open): Fix off-by-one in last change.
9311
9312 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9313
9314 * term/mac-win.el: Don't change default directory.
9315
9316 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
9317
9318 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
9319 buffers correctly. (It used to throw an error in such buffers.)
9320 Make it ask for confirmation in group buffers and other Custom
9321 buffers containing more than one customization item.
9322
9323 2005-11-22 John Paul Wallington <jpw@gnu.org>
9324
9325 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
9326 property on mail and url overlays.
9327 (goto-address-at-point): Use `posn-set-point' instead of
9328 `mouse-set-point' because the latter is not fbound when configured
9329 without X.
9330
9331 2005-11-22 Lars Hansen <larsh@soem.dk>
9332
9333 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
9334 (ls-lisp-classify, ls-lisp-format): Delete call to
9335 ls-lisp-parse-symlink.
9336 (ls-lisp-handle-switches): Handle symlinks to directories as
9337 directories when ls-lisp-dirs-first in non-nil.
9338
9339 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
9340
9341 * startup.el (command-line): Make sure that loaddefs.el is handled
9342 correctly in load-history.
9343
9344 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
9345
9346 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
9347 (gdb-struct-string, gdb-array-string): New constants.
9348 (gdb-info-locals-handler): Use them.
9349 (gdb-reset): Reset gdb-var-list to nil.
9350
9351 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9352
9353 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
9354 in patterns.
9355
9356 2005-11-21 Juri Linkov <juri@jurta.org>
9357
9358 * custom.el (defcustom): Update link types in docstring.
9359
9360 2005-11-20 Martin Rudalics <rudalics@gmx.at>
9361
9362 * custom.el (defgroup): Add doc-string-elt info.
9363
9364 * widget.el (define-widget): Don't use declare for the doc-string-elt.
9365
9366 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9367
9368 * newcomment.el (comment-enter-backward): Fix last fix.
9369
9370 * simple.el (blink-matching-open):
9371 * paren.el (show-paren-function): Allow new paren-class info.
9372
9373 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9374
9375 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
9376 handled automagically.
9377
9378 2005-11-20 Andreas Schwab <schwab@suse.de>
9379
9380 * descr-text.el (describe-char): When copying overlays put them
9381 over the full char description instead of just the first character
9382 of it.
9383
9384 2005-11-20 Juri Linkov <juri@jurta.org>
9385
9386 * simple.el (what-cursor-position):
9387 * descr-text.el (describe-char): Use Lisp-readable syntax
9388 for octal and hex. Reorder decimal, octal and hex values.
9389 Remove excess whitespace in the output. Use `=' in `column='
9390 like in `point=' and `Hscroll='.
9391
9392 * international/mule-cmds.el (encoded-string-description):
9393 Use Lisp-readable syntax for hex.
9394
9395 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9396
9397 * newcomment.el (comment-enter-backward): Handle the case where the
9398 comment is closed by EOB.
9399
9400 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
9401
9402 * longlines.el (longlines-before-revert-hook)
9403 (longlines-after-revert-hook): New functions.
9404 (longlines-mode): Turn off longlines temporarily when reverting.
9405 Add a message-setup-hook.
9406 (longlines-decode-buffer): New function.
9407 (longlines-wrap-line): Preserve marker positions.
9408
9409 2005-11-19 Andreas Schwab <schwab@suse.de>
9410
9411 * emacs-lisp/shadow.el: Handle compressed files.
9412
9413 2005-11-19 Romain Francoise <romain@orebokech.com>
9414
9415 * net/browse-url.el (browse-url-default-browser): Signal an error
9416 if no usable browser can be found, rather than try to load w3.
9417
9418 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
9419
9420 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
9421 replacing existing properties.
9422 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
9423 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
9424 tty specs.
9425 (rcirc-server-prefix, rcirc-server): New faces.
9426 (rcirc-url-regexp): Generate with rx macro.
9427 (rcirc-last-server-message-time): New variable.
9428 (rcirc-filter): Record time of last message.
9429 (rcirc-keepalive): Kill processes that did not send a message
9430 since the last ping.
9431 (rcirc-mode): Give rcirc-topic a local binding here.
9432
9433 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
9434
9435 * subr.el (read-passwd): Fontify the prompt as we do with other
9436 prompts.
9437
9438 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
9439
9440 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
9441 binding buffer-read-only to nil.
9442
9443 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9444
9445 * complete.el (partial-completion-mode):
9446 Mention completion-auto-help in the doc string.
9447
9448 * man.el (Man-highlight-references): Doc fix. Reformat code in a
9449 more Lisp-ish way.
9450
9451 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9452
9453 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
9454 digits, not 8, to avoid misalignment for files larger than 100MB.
9455
9456 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9457
9458 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
9459 Mention "keyboard shortcuts" in the help text.
9460
9461 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9462
9463 * startup.el (fancy-splash-default-action): Discard only
9464 mouse-down and succeeding mouse-up events in the splash screen
9465 window so that drag-n-drop event can be processed.
9466
9467 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
9468
9469 * longlines.el (longlines-mode): Add hacks for mail-mode and
9470 message-mode.
9471
9472 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9473
9474 * textmodes/org.el (org-table-sort-lines): New command.
9475 (org-tbl-menu): Add entry for `org-table-sort-lines'.
9476 (org-add-file): Command removed, use `org-agenda-file-to-front'
9477 instead.
9478 (org-export-icalendar): Use `org-icalendar-combined-name'.
9479 (org-cycle-agenda-files, org-agenda-file-to-end)
9480 (org-agenda-file-to-front): New commands.
9481 (org-table-tab-jumps-over-hlines, org-export-html-style):
9482 New options.
9483 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
9484 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
9485 New functions.
9486 (org-fill-paragraph): Call `org-table-align' in tables.
9487 (org-mode): Call `org-set-autofill-regexps'.
9488 (org-export-as-html): Support for local handformatted lists.
9489 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
9490 (org-export-local-list-max-depth): New option.
9491 (org-html-expand): Use `org-html-protect'.
9492
9493 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
9494
9495 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
9496 to "p".
9497 (gdb): Move definition of gud-pp to...
9498
9499 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
9500 speedbar.
9501 (gdb-find-watch-expression): New function.
9502
9503 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9504
9505 * faces.el (face-attribute, set-face-attribute): Mention existence
9506 of `:ignore-defface' setting in docstring.
9507
9508 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9509
9510 * simple.el (completion-setup-function): Fix last change.
9511
9512 2005-11-17 John Paul Wallington <jpw@pobox.com>
9513
9514 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
9515 Use `posn-set-point' instead of `mouse-set-point' because the
9516 latter is not fbound when configured without X.
9517
9518 * comint.el (comint-insert-input): Likewise.
9519
9520 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9521
9522 * simple.el (hard-newline): New variable.
9523 (sendmail-user-agent-compose, next-line): Use it.
9524
9525 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
9526 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
9527 (mail-mail-reply-to, mail-mail-followup-to)
9528 (mail-position-on-field, mail-signature, mail-yank-original)
9529 (mail-attach-file): Likewise.
9530
9531 * mail/mailheader.el (mail-header-format)
9532 (mail-header-format-function): Likewise.
9533
9534 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
9535
9536 2005-11-17 Juri Linkov <juri@jurta.org>
9537
9538 * font-lock.el (font-lock-faces): Rename this defgroup from
9539 `font-lock-highlighting-faces'.
9540 (font-lock-comment-face, font-lock-comment-delimiter-face)
9541 (font-lock-string-face, font-lock-doc-face)
9542 (font-lock-keyword-face, font-lock-builtin-face)
9543 (font-lock-function-name-face, font-lock-variable-name-face)
9544 (font-lock-type-face, font-lock-constant-face)
9545 (font-lock-warning-face, font-lock-negation-char-face)
9546 (font-lock-preprocessor-face)
9547 (font-lock-regexp-grouping-backslash)
9548 (font-lock-regexp-grouping-construct): Rename :group from
9549 `font-lock-highlighting-faces' to `font-lock-faces'.
9550
9551 * cus-edit.el (lisp, c, tex):
9552 * progmodes/ada-mode.el (ada):
9553 * progmodes/asm-mode.el (asm):
9554 * progmodes/cperl-mode.el (cperl-faces):
9555 * progmodes/cpp.el (cpp):
9556 * progmodes/dcl-mode.el (dcl):
9557 * progmodes/f90.el (f90):
9558 * progmodes/fortran.el (fortran):
9559 * progmodes/icon.el (icon):
9560 * progmodes/idlwave.el (idlwave-misc):
9561 * progmodes/m4-mode.el (m4):
9562 * progmodes/make-mode.el (makefile):
9563 * progmodes/meta-mode.el (meta-font):
9564 * progmodes/modula2.el (modula2):
9565 * progmodes/octave-mod.el (octave):
9566 * progmodes/pascal.el (pascal):
9567 * progmodes/perl-mode.el (perl):
9568 * progmodes/prolog.el (prolog):
9569 * progmodes/ps-mode.el (PostScript-edit):
9570 * progmodes/scheme.el (scheme):
9571 * progmodes/sh-script.el (sh-script):
9572 * progmodes/simula.el (simula):
9573 * progmodes/tcl.el (tcl):
9574 * textmodes/nroff-mode.el (nroff):
9575 * textmodes/reftex-vars.el (reftex-fontification-configurations):
9576 * textmodes/sgml-mode.el (sgml):
9577 * textmodes/texinfo.el (texinfo):
9578 Add :link (custom-group-link font-lock-faces) to defgroup.
9579
9580 * hi-lock.el (hi-lock): Rename this defgroup from
9581 `hi-lock-interactive-text-highlighting'. Change parent group from
9582 `faces' to `font-lock'. Add link to the manual.
9583 (hi-lock-mode, hi-lock-file-patterns-range)
9584 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
9585 `hi-lock-interactive-text-highlighting' to `hi-lock'.
9586 (hi-lock-faces): Add :group `faces'.
9587
9588 * cus-edit.el (custom-variable-prompt): Clarify the code.
9589
9590 * faces.el (face-read-string): Set the default value arg of
9591 completing-read.
9592
9593 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
9594
9595 * rfn-eshadow.el (file-name-shadow-properties)
9596 (file-name-shadow-tty-properties, file-name-shadow-mode):
9597 Remove autoloads, because the file is now preloaded.
9598
9599 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9600
9601 * printing.el (easy-menu-intern): Don't define.
9602 (pr-get-symbol): Use easy-menu-intern only if defined.
9603
9604 * simple.el (blink-matching-open): Simplify a bit.
9605 (completion-setup-function): Fix the case of partial-completion-mode
9606 when the minibuffer's contents start with "-".
9607 Obey completion-base-size-function even when
9608 minibuffer-completing-file-name is non-nil.
9609
9610 2005-11-16 Richard M. Stallman <rms@gnu.org>
9611
9612 * net/eudcb-ph.el (eudc-ph-open-session):
9613 Use set-process-query-on-exit-flag.
9614
9615 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
9616
9617 * international/ucs-tables.el (ucs-set-table-for-input):
9618 Use make-local-variable, not make-variable-buffer-local.
9619
9620 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9621 Improve warning message text.
9622
9623 * savehist.el (savehist-save-hook): Add :group.
9624
9625 * menu-bar.el (menu-bar-help-menu):
9626 Rename Find Extra Packages to External Packages.
9627
9628 * cus-edit.el (Custom-reset-standard): Verify that
9629 :custom-standard-value prop exists before calling it.
9630
9631 * apropos.el (apropos-calc-scores): Use apropos-pattern.
9632
9633 2005-11-16 Martin Rudalics <rudalics@gmx.at>
9634
9635 * wid-edit.el (color): Enclose %t in %{...%}.
9636
9637 * cus-edit.el (face): Enclose %t in %{...%}.
9638
9639 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
9640
9641 * savehist.el (savehist-mode-hook): Re-add the var.
9642 (savehist-mode): Use it.
9643
9644 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9645
9646 * textmodes/flyspell.el: Fix commenting convention.
9647 Remove unnecessary leading * in custom docstrings.
9648 (flyspell-emacs): Remove unused var.
9649 (flyspell-delete-region-overlays): Use remove-overlays.
9650 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
9651 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
9652 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
9653 (flyspell-debug-signal-word-checked): Use with-current-buffer.
9654 (make-flyspell-overlay): Don't locally reuse a global name.
9655 (flyspell-highlight-incorrect-region)
9656 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
9657 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
9658 (flyspell-notify-misspell): Remove unused args `start' and `end'.
9659 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
9660 Wrap calls to accept-process-output inside with-local-quit since it's
9661 often called from a post-command-hook.
9662 (flyspell-correct-word, flyspell-auto-correct-word):
9663 Use ispell-send-string.
9664 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
9665
9666 * calendar/diary-lib.el (diary-list-entries): Also hide the
9667 terminating newline.
9668
9669 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
9670
9671 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
9672 window-system, to allow fonts on tty.
9673
9674 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
9675
9676 * progmodes/gud.el (gud-speedbar-item-info): New function.
9677 (gud-install-speedbar-variables): Use it to display data type
9678 of watch expression as a tooltip in speedbar.
9679
9680 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
9681
9682 * font-core.el (global-font-lock-mode): Add :version keyword,
9683 because default was changed.
9684
9685 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
9686
9687 * startup.el (command-line): Use `custom-reevaluate-setting' for
9688 `file-name-shadow-mode'.
9689
9690 * loadup.el: Preload rfn-eshadow.
9691
9692 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
9693 Add :version keyword.
9694 (file-name-shadow-properties, file-name-shadow-tty-properties)
9695 (file-name-shadow): Add :version keyword.
9696
9697 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
9698 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
9699 in the custom-group property of the symbol frames and the fringe
9700 group got no link to its parent group frames.
9701 Doc fix.
9702
9703 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9704
9705 * progmodes/gud.el (gud-stop-subjob): New function.
9706 (gud-menu-map, gud-tool-bar-map): Use it.
9707
9708 2005-11-16 Kim F. Storm <storm@cua.dk>
9709
9710 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
9711 than kill it.
9712 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
9713 to a more useful/logical place.
9714
9715 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9716
9717 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
9718 go buttons complementary.
9719
9720 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9721
9722 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
9723 (rfn-eshadow-sifn-equal): New function.
9724 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
9725
9726 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
9727
9728 * viper-utils.el (viper-non-word-characters-reformed-vi):
9729 Quote `-' in string.
9730
9731 * viper.el (viper-emacs-state-mode-list): Ensure that
9732 rcirc-mode buffers come up in Emacs state.
9733
9734 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
9735 operation.
9736
9737 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
9738
9739 * term.el (term-termcap-format): Fix typos.
9740 (term-down): Fix the negative argument case.
9741
9742 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9743
9744 * progmodes/gdb-ui.el: Remove face-alias left over from change on
9745 2005-08-15.
9746 (gdb-ann3): New command gud-go.
9747 (menu): Accomodate gdb-mi.el.
9748 (gdb-assembler-custom): Make buffer of selected window current
9749 so that set-window-point works.
9750
9751 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
9752 buttons and include new ones.
9753
9754 2005-11-16 Kim F. Storm <storm@cua.dk>
9755
9756 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
9757 (gud-menu-map): Use it.
9758
9759 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
9760
9761 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
9762 that works correctly for Custom and that does not override a user
9763 who disables it.
9764
9765 * help-mode.el (help-make-xrefs, help-xref-on-pp)
9766 (help-xref-interned, help-follow): Make hyperlinks for variables
9767 that are unbound, but have a non-nil variable-documentation property.
9768
9769 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
9770 mode hook. (It conflicted with defcustoms for some mode hooks.)
9771 Use the `variable-documentation' property to give the mode hook a
9772 docstring and expand that docstring.
9773
9774 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
9775
9776 * savehist.el (savehist-mode): Don't bother with
9777 `custom-set-minor-mode'.
9778 (savehist-coding-system): Check XEmacs version.
9779 (history-length): Declare also at run time.
9780 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
9781 Don't set the customize state.
9782 (savehist-minibuffer-hook): Special case for when
9783 minibuffer-history-variable is equal to t.
9784
9785 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9786
9787 * files.el (write-file): Refresh VC status.
9788
9789 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
9790 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
9791 than fundamental-mode to see if the mode was set.
9792
9793 2005-11-14 Romain Francoise <romain@orebokech.com>
9794
9795 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
9796 dummy function in `eval-when-compile' to avoid compiler warning.
9797 Require `man' at compile time.
9798
9799 2005-11-14 Jay Belanger <belanger@truman.edu>
9800
9801 * calc-alg.el (calcFunc-write-out-power): Rename it to
9802 calcFunc-powerexpand.
9803 (math-write-out-power): Rename it to math-powerexpand; have it
9804 handle negative exponents.
9805 (calc-writeoutpower): Rename it to calc-powerexpand.
9806
9807 * calc-ext.el: Change calcFunc-writeoutpower and
9808 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
9809 autoloads.
9810 Add calcFunc-ldiv to autoloads.
9811
9812 * calc-arith.el (calcFunc-ldiv): New function.
9813
9814 * calc.el (calc-left-divide): New function.
9815
9816 2005-11-14 Juri Linkov <juri@jurta.org>
9817
9818 * cus-edit.el (custom-variable-prompt): Set the default value arg
9819 of completing-read.
9820
9821 * cus-dep.el (custom-make-dependencies): Reverse the list of
9822 found dependencies.
9823
9824 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
9825
9826 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
9827 Highlighting" entry, it is on by default now.
9828 (menu-bar-options-save): Do not save global-font-lock-mode.
9829
9830 2005-11-13 Richard M. Stallman <rms@gnu.org>
9831
9832 * textmodes/flyspell.el (flyspell-large-region):
9833 Call flyspell-accept-buffer-local-defs.
9834
9835 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
9836
9837 * textmodes/flyspell.el (flyspell-notify-misspell):
9838 Fix misspelling of "Misspelling".
9839 (flyspell-process-localwords): New function.
9840 (flyspell-large-region): Call flyspell-process-localwords and
9841 flyspell-delete-region-overlays.
9842 (flyspell-delete-region-overlays): New function.
9843 (flyspell-delete-all-overlays): Call that.
9844
9845 2005-11-13 Richard M. Stallman <rms@gnu.org>
9846
9847 * help.el (help-for-help-internal): Improve doc of C-h a.
9848 (describe-key): Improve prompt; doc fix.
9849
9850 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9851
9852 * vc-svn.el (vc-svn-registered): Catch all errors.
9853
9854 * cus-dep.el (custom-make-dependencies): Typo.
9855
9856 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
9857
9858 * net/tramp-util.el (top): Fix compilation warning.
9859
9860 2005-11-13 Kim F. Storm <storm@cua.dk>
9861
9862 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
9863
9864 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
9865
9866 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
9867 (gud-speedbar-buttons): Match on "const char *" too.
9868
9869 * progmodes/gdb-ui.el (gdb-var-create-handler)
9870 (gdb-var-list-children-handler): Match on "const char *" too.
9871 (gdb-var-evaluate-expression-handler): Match on empty string.
9872 (gdb-var-update-handler): Only call
9873 gdb-var-evaluate-expression-handler when required.
9874
9875 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
9876
9877 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
9878 selected window. This still doesn't work for speedbar.
9879 (gud-speedbar-buttons): Handle string expressions properly.
9880
9881 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
9882 (gdb-var-create-handler): Handle string expressions properly.
9883 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
9884 Handle string expressions properly. Move "type" field into regexp.
9885
9886 2005-11-12 Karl Fogel <kfogel@red-bean.com>
9887
9888 * bookmark.el (bookmark-maybe-message): New function to reduce
9889 code duplication: invokes `message' iff baud-rate is high enough.
9890 (bookmark-write-file): Use above instead of an inline conditional.
9891 (bookmark-load): Same.
9892
9893 2005-11-12 Karl Fogel <kfogel@red-bean.com>
9894
9895 * bookmark.el (bookmark-write-file): Don't visit the destination
9896 file, just write the data to it using write-region. This is
9897 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
9898 change to avoid visiting the file in the first place.
9899
9900 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
9901
9902 * hi-lock.el (hi-lock-mode): Set the default value of
9903 font-lock-defaults.
9904
9905 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
9906
9907 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
9908 arg to `file-attributes'.
9909 (find-lisp-format): The UID and GID can now be strings.
9910
9911 2005-11-12 Kim F. Storm <storm@cua.dk>
9912
9913 * help.el (help-map): Bind C-h d to apropos-documentation.
9914
9915 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
9916 when point is at end-of-buffer.
9917
9918 * apropos.el (apropos-match-face): Doc fix.
9919 (apropos-sort-by-scores): Add new choice `verbose'.
9920 (apropos-documentation-sort-by-scores): New defcustom.
9921 (apropos-pattern): Now contains the pattern entered by the user.
9922 (apropos-pattern-quoted): New defvar.
9923 (apropos-regexp): New defvar, containing the regexp corresponding
9924 to apropos-pattern.
9925 (apropos-all-words-regexp): Rename from apropos-all-regexp.
9926 (apropos-read-pattern): New defun. Use it to read pattern arg in
9927 interactive calls; returns list of words for a word list, and
9928 string for a regexp.
9929 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
9930 parses a list of words or regexp as returned by apropos-read-pattern.
9931 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
9932 (apropos-score-doc): Return a very high score if the string
9933 entered by the user matches literally.
9934 (apropos-variable): Doc fix. Use apropos-read-pattern.
9935 (apropos-command): Doc fix. Use apropos-read-pattern and
9936 apropos-parse-pattern. Call apropos-print with nosubst=t.
9937 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
9938 apropos-parse-pattern.
9939 (apropos-documentation): Doc fix. Use apropos-read-pattern and
9940 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
9941 apropos-documentation-sort-by-scores. Call apropos-print with
9942 nosubst=t.
9943 (apropos-documentation-internal): Pass doc string through
9944 substitute-key-definition before adding text properties.
9945 Highlight substring matching literal user input if possible.
9946 (apropos-documentation-check-doc-file): Remove locals beg and end.
9947 Fix calculation of score (as added twice). Pass doc string through
9948 substitute-key-definition before adding text properties.
9949 (apropos-documentation-check-elc-file): Pass doc string through
9950 substitute-key-definition before adding text properties.
9951 Highlight substring matching literal user input if possible.
9952 (apropos-print): Add new arg NOSUBST; if set, command and variable
9953 doc strings have already been passed through substitute-key-definition.
9954 Add code to handle apropos-accumulator items without score element
9955 for backwards compatibility (e.g. with woman package).
9956 Only show scores if apropos-sort-by-scores is `verbose'.
9957
9958 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9959
9960 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
9961 Add jka-compr-load-suffixes to load-suffixes.
9962
9963 * jka-compr.el: Require jka-cmpr-hook.
9964 (jka-compr-info-compress-message, jka-compr-info-compress-program)
9965 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
9966 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
9967 (jka-compr-info-can-append, jka-compr-info-strip-extension)
9968 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
9969 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
9970 (jka-compr-uninstall): Remove entries from
9971 jka-compr-added-to-file-coding-system-alist after they are used.
9972 (jka-compr-error): Remove unused var `curbuf'.
9973 (jka-compr-file-local-copy): Remove unused var `notfound'.
9974
9975 2005-11-10 Romain Francoise <romain@orebokech.com>
9976
9977 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
9978
9979 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
9980
9981 * progmodes/gud.el (gud-menu-map): Move parentheses.
9982 (gdb): New command gud-pv.
9983
9984 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9985
9986 * tar-mode.el: Remove spurious or unnecessary leading stars
9987 in docstrings.
9988 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
9989 (tar-parse-octal-integer-safe): Use mapc.
9990 (tar-header-block-summarize): Remove unused var `ck'.
9991 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
9992 cleared before. Obey default-enable-multibyte-characters.
9993 Use mapconcat. Simplify setting of tar-header-offset.
9994 (tar-mode-map): Move initialization inside delcaration.
9995 (tar-flag-deleted): Use `abs'.
9996 (tar-expunge-internal): Remove unused var `line'.
9997 (tar-expunge-internal): Don't hardcode point-min==1.
9998 (tar-expunge): Widen while doing set-buffer-multibyte.
9999 (tar-rename-entry): Use file-name-coding-system.
10000 (tar-alter-one-field): Don't hardcode point-min==1.
10001 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
10002 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
10003
10004 2005-11-10 Masatake YAMATO <jet@gyve.org>
10005
10006 * add-log.el (add-log-current-defun): Handle class::method
10007 notation of c++. Fix incorrect comment.
10008
10009 2005-11-10 Alan Mackenzie <acm@muc.de>
10010
10011 * help-fns.el (describe-variable): Make C-h v work when a variable
10012 has variable documentation yet is unbound.
10013
10014 2005-11-10 Masatake YAMATO <jet@gyve.org>
10015
10016 * man.el (Man-highlight-references): Set an empty
10017 string to `Man-arguments' if it is nil.
10018 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
10019
10020 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10021
10022 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
10023 commenting conventions.
10024
10025 * cus-dep.el (custom-make-dependencies): Simplify.
10026 Better follow the commenting conventions.
10027
10028 2005-11-09 Richard M. Stallman <rms@gnu.org>
10029
10030 * apropos.el (apropos-pattern): Rename from apropos-regexp.
10031 (apropos-orig-pattern): Rename from apropos-orig-regexp.
10032 All uses changed.
10033 (apropos-rewrite-regexp): Doc fix.
10034 (apropos-variable, apropos-command, apropos, apropos-value):
10035 Change prompt; carry through the argument renaming.
10036
10037 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
10038
10039 * find-lisp.el: Require dired.
10040 (find-lisp-find-dired-internal): Do not call
10041 `abbreviate-file-name' on DIR.
10042
10043 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
10044
10045 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
10046
10047 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
10048
10049 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
10050 when using the speedbar.
10051 (gdb): New command gud-pp.
10052 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
10053
10054 2005-11-09 Juri Linkov <juri@jurta.org>
10055
10056 * replace.el (occur-excluded-properties): New defcustom.
10057 (occur-1, occur-engine, occur-accumulate-lines): Use it.
10058
10059 2005-11-08 Jay Belanger <belanger@truman.edu>
10060
10061 * calc/calc-units.el (math-convert-units): Replace any composite
10062 unit by its definition.
10063
10064 2005-11-08 Lars Hansen <larsh@soem.dk>
10065
10066 * emacs-lisp/autoload.el (update-directory-autoloads):
10067 Add obsolete function alias.
10068
10069 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
10070
10071 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10072 comment-indent-function.
10073 (lisp-comment-indent): Replace by an alias for comment-indent-default.
10074
10075 * reveal.el (reveal-post-command): Rework the handling of
10076 reveal-open-spots, so as to be more reliable. There were several
10077 tricky corner cases where an open spot might be lost, or where
10078 a closed spot might end up on the list of open spots.
10079 Only reveal text that's ellipsised.
10080
10081 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
10082
10083 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
10084
10085 2005-11-07 John Paul Wallington <jpw@gnu.org>
10086
10087 * ibuffer.el (ibuffer): Search iconified frames too when
10088 getting Ibuffer buffer's window.
10089
10090 2005-11-06 Richard M. Stallman <rms@gnu.org>
10091
10092 * progmodes/compile.el (compilation-internal-error-properties):
10093 save-excursion around the computation of MARKER.
10094
10095 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
10096
10097 * textmodes/flyspell.el (flyspell-external-point-words):
10098 flyspell-get-word returns a list, not just a string.
10099
10100 2005-11-06 John Paul Wallington <jpw@pobox.com>
10101
10102 * ibuffer.el (ibuffer): Search all visible frames when getting
10103 Ibuffer buffer's window.
10104
10105 2005-11-07 Masatake YAMATO <jet@gyve.org>
10106
10107 * man.el (Man-reference-regexp): Accept spaces between
10108 `Man-name-regexp' and `Man-section-regexp'.
10109 (Man-apropos-regexp): New variable.
10110 (Man-abstract-xref-man-page): Use value for `Man-target-string'
10111 if available.
10112 (Man-highlight-references, Man-highlight-references0):
10113 Handle the case when `Man-arguments' includes "-k".
10114 (Man-highlight-references0): Rename the argument `TARGET-POS' to
10115 `TARGET'. `TARGET' can be a number, function or nil.
10116
10117 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
10118
10119 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
10120 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
10121 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
10122 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
10123 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
10124 (gdb-send-item): Use buffer-local-value and simplify.
10125
10126 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
10127
10128 * startup.el (command-line): Use `custom-reevaluate-setting' for
10129 `global-font-lock-mode'.
10130
10131 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
10132 by default, except in batch mode or when the -D option is given.
10133
10134 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
10135 specified keyword args on to `define-minor-mode'. Update docstring.
10136
10137 2005-11-05 Romain Francoise <romain@orebokech.com>
10138
10139 * replace.el (occur-engine): Add marker at end of line, too.
10140
10141 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10142
10143 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10144 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10145 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10146 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10147 argument to all these routines, so the passphrase can be managed
10148 externally and passed in to the system.
10149 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10150 pgg-add-passphrase-to-cache function.
10151
10152 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10153 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10154 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10155 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10156 argument to all these routines, so the passphrase can be managed
10157 externally and passed in to the system.
10158 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10159 function.
10160
10161 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
10162
10163 * font-lock.el: Don't deal with font-lock-face-attributes here,
10164 move the code ...
10165
10166 * startup.el (command-line): ... here. Use face-spec-set instead
10167 of custom-declare-face.
10168
10169 * faces.el (face-spec-set): Reset the face if spec is not nil.
10170
10171 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
10172
10173 * newcomment.el (comment-region-internal): Box more tightly in the
10174 common case where there's no TAB in the boxed text.
10175
10176 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10177
10178 * info.el (info-tool-bar-map): Use images prev-node, next-node and
10179 up-node.
10180
10181 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
10182
10183 * newsticker.el: Commentary updated. Code formatting changed.
10184 (newsticker-version): Change to "1.9".
10185 (newsticker, newsticker-feed): Doc fix.
10186 (newsticker-url-list): Doc fix. Add option "Weekly".
10187 (newsticker-retrieval-interval): Add option "Weekly".
10188 (newsticker-headline-processing): Doc fix.
10189 (newsticker-auto-mark-filter): Remove.
10190 (newsticker-auto-mark-filter-list): New.
10191 (newsticker-layout, newsticker-sort-method): Doc fix.
10192 (newsticker-hide-old-items-in-newsticker-buffer)
10193 (newsticker-heading-format, newsticker-item-format)
10194 (newsticker-desc-format): Doc fix.
10195 (newsticker-show-all-rss-elements): Remove.
10196 (newsticker-show-all-news-elements): New.
10197 (newsticker-faces, newsticker-ticker): Doc fix.
10198 (remove-from-invisibility-spec): Code formatting.
10199 (newsticker--process-ids): New.
10200 (newsticker-mode): Doc fix.
10201 (newsticker-mode): Change mode-line-format.
10202 (newsticker-start): Remove debug output.
10203 (newsticker-start-ticker): Doc fix. Add autoload cookie.
10204 (newsticker-w3m-show-inline-images): Code formatting.
10205 (newsticker-next-item): Call `force-mode-line-update'.
10206 (newsticker-previous-item): Call `force-mode-line-update'.
10207 (newsticker-next-feed): Call `force-mode-line-update'.
10208 (newsticker-previous-feed): Call `force-mode-line-update'.
10209 (newsticker-mark-all-items-at-point-as-read): Code formatting.
10210 (newsticker-show-old-items): Do not show descs.
10211 (newsticker-hide-entry): Hide too much.
10212 (newsticker-hide-entry, newsticker-show-entry)
10213 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
10214 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
10215 (newsticker-toggle-auto-narrow-to-item): Code formatting.
10216 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
10217 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
10218 (newsticker-get-news): Call `force-mode-line-update'.
10219 Collect process ids.
10220 (newsticker--sentinel): Change coding system handling.
10221 Move image retrieval to new functions newsticker--get-logo-url-*.
10222 Move feed parsing to new functions newsticker--parse-*.
10223 Update list of process ids.
10224 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
10225 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
10226 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
10227 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
10228 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10229 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
10230 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
10231 (newsticker--decode-coding-string): Remove.
10232 (newsticker--decode-numeric-entities): Check input. Format code.
10233 (newsticker--remove-whitespace): Check input.
10234 (newsticker--do-forget-preformatted): Doc fix.
10235 (newsticker--decode-rfc822-date): Allow for missing time.
10236 (newsticker--update-process-ids): New.
10237 (newsticker--image-sentinel): Change comment.
10238 (newsticker--image-read): Change error message.
10239 (newsticker--imenu-goto): Doc fix. Show headline title.
10240 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
10241 (newsticker--buffer-do-insert-text): Clean whitespace in
10242 html-rendered headline title. Code formatting.
10243 Call `newsticker--buffer-print-extra-elements'.
10244 (newsticker--buffer-print-extra-element): Remove.
10245 (newsticker--buffer-print-extra-elements): New.
10246 (newsticker--buffer-do-print-extra-element): New.
10247 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
10248 large sizes.
10249 (newsticker--run-auto-mark-filter)
10250 (newsticker--do-run-auto-mark-filter):
10251 Use `newsticker-auto-mark-filter-list'.
10252
10253 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
10254
10255 * net/rcirc.el: Use split-string OMIT-NULLS argument.
10256 (rcirc-print): Force redisplay before running hooks. Do long
10257 buffer truncation after making new text read-only. Deal with nil
10258 text when decoding strings. If TARGET is nil, use either the
10259 currently selected buffer, if it is an rcirc buffer and of the
10260 same process or the process buffer.
10261 (rcirc-mode): Remove header-line. Recompute short buffer names.
10262 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
10263 (rcirc-short-buffer-name): Add variable.
10264 (rcirc-kill-buffer-hook): Recompute short buffer names.
10265 Remove nick from private channel.
10266 (rcirc-send-input): Send command text to current-buffer.
10267 Don't clear overlay arrow here.
10268 (rcirc-short-buffer-name): Return a short buffer name.
10269 (rcirc-update-short-buffer-names, rcirc-abbreviate)
10270 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
10271 buffer-name abbreviations.
10272 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
10273 Do not touch nick-table when killing a parted channel.
10274 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
10275 Clear arrow from current buffer if it is now hidden.
10276 (rcirc-current-buffer): Add variable.
10277 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10278 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
10279 Remove -face from names.
10280 (rcirc-update-activity-string): Print "DND" when globally ignoring
10281 activity.
10282 (rcirc-ignore-buffer-activity-flag): Rename from
10283 rcirc-ignore-channel-activity.
10284 (rcirc-ignore-all-activity-flag): Doc fix.
10285 (rcirc-channels): Remove variable.
10286 (rcirc-kill-buffer-hook):
10287 (rcirc-get-buffer-create): Add nick to private channel.
10288 (rcirc-multiline-edit-submit): Remove tabs.
10289 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
10290 folded.
10291 (rcirc-remove-nick-channel): Bug fix.
10292 (rcirc-toggle-ignore-buffer-activity): Rename from
10293 rcirc-toggle-ignore-channel-activity.
10294 (rcirc-record-activity): Add buffers to the front of the list.
10295 (rcirc-update-activity): Remove killed buffers from list.
10296 (rcirc-process-server-response-1): Remove last argument if it is
10297 null before calling handler.
10298 (rcirc): Add "rcirc" defcustom prefix.
10299 (rcirc-prompt): Simplify default prompt.
10300 Use custom-initialize-default.
10301 (rcirc-private-chats): Remove variable.
10302 (rcirc-prompt): Change initialization.
10303 (rcirc-version): Remove function.
10304 (rcirc-id-string): Add constant.
10305 (rcirc-last-buffer): Remove variable.
10306 (rcirc-buffer-alist): Add variable.
10307 (rcirc-connect): Update variable setup.
10308 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
10309 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
10310 default.
10311 (rcirc-handler-generic): Trigger activity.
10312 (rcirc-send-message): Create the buffor of the target.
10313 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
10314 (rcirc-get-buffer): Just return nil if there is no matching buffer.
10315 (rcirc-multiline-edit-cancel): Remove function.
10316 (rcirc-set-last-buffer): Remove function.
10317 (rcirc-get-any-buffer): Add function.
10318 (rcirc-join-channels): Don't print /join text.
10319 (rcirc-toggle-ignore-channel-activity): Add and update echo area
10320 messages.
10321 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
10322 (rcirc-handler-NOTICE): Recognize CTCP responses.
10323 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
10324 constructing TOPIC string for buffers we are not JOINed.
10325 (rcirc-handler-CTCP-response): Add handler.
10326 (rcirc-multiline-edit-submit): Restore the window-configuration
10327 before adjusting point.
10328 (rcirc): Add customization group.
10329 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
10330 (rcirc-user-full-name, rcirc-startup-channels-alist)
10331 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
10332 (rcirc-ignore-all-activity-flag, rcirc-time-format)
10333 (rcirc-input-ring-size, rcirc-read-only-flag)
10334 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
10335 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
10336 Change defvar to defcustom.
10337 (rcirc-update-prompt): Add optional ALL arg, which will update
10338 prompts in all rcirc buffers. Regexp quote replacement text.
10339 (rcirc-fill-column): Accept frame-width as a value.
10340 (rcirc-set-changed): Add function.
10341 (rcirc-next-active-buffer): Write more meaningful messages.
10342 (rcirc-faces): Add customization group.
10343 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
10344 (rcirc-nick-in-message-face, rcirc-prompt-face)
10345 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
10346 (with-rcirc-process-buffer): Move before first usage.
10347 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
10348 (rcirc-debug-flag): Rename from `rcirc-log-p'.
10349 (rcirc-debug): Rename from `rcirc-log'.
10350 (rcirc-format-response-string): Do not print `-' chars for a
10351 NOTICE with no sender. Simplify output of server responses.
10352
10353 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10354
10355 (rcirc-browse-url-map, rcirc-browse-url-at-point)
10356 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
10357 Make urls mouse and RET clickable.
10358
10359 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10360
10361 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
10362
10363 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10364
10365 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10366 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10367 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10368 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10369 argument to all these routines, so the passphrase can be managed
10370 externally and passed in to the system.
10371 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10372 pgg-add-passphrase-to-cache function.
10373
10374 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10375 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10376 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10377 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10378 argument to all these routines, so the passphrase can be managed
10379 externally and passed in to the system.
10380 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10381 function.
10382
10383 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
10384
10385 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
10386 from goto-address-url-regexp.
10387
10388 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
10389
10390 * textmodes/org.el (org-read-date, org-goto-calendar)
10391 (org-recenter-calendar, org-agenda-goto-calendar):
10392 Temporarily clear `calendar-move-hook'.
10393
10394 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
10395
10396 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
10397 merging.
10398
10399 * ediff-util.el (ediff-previous-difference): Don't skip regions that
10400 have merge clashes.
10401
10402 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10403
10404 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10405 Undo previous change.
10406
10407 * startup.el (command-line): Use `custom-reevaluate-setting' for
10408 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
10409 tty-register-default-colors on Mac.
10410
10411 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10412
10413 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
10414 (gdb-buffer-type): Make it automatically buffer local...
10415 (gdb-get-create-buffer): ...and set it accordingly.
10416 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
10417 actually work.
10418
10419 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
10420
10421 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
10422 not red.
10423
10424 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10425
10426 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
10427 case GUD buffer is not visible.
10428 (gdb-goto-breakpoint): Try to force display in source buffer.
10429 (gdb-frame-gdb-buffer): Copy other similar functions.
10430 (gdb-restore-windows): Don't display source if not asked for.
10431 (gdb-assembler-buffer-name): Don't capitalise.
10432
10433 2005-11-03 Richard M. Stallman <rms@gnu.org>
10434
10435 * wid-edit.el (key-sequence): New widget type.
10436
10437 * simple.el (set-mark-command-repeat-pop): New variable.
10438 (set-mark-command): Only interpret plan C-@ after a pop as a pop
10439 if set-mark-command-repeat-pop is true.
10440
10441 * info.el (Info-fontify-node): Don't display extra "see" if there
10442 already is one here.
10443
10444 * mouse.el: Fix special handling of DEL after dragging a region:
10445 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
10446 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
10447
10448 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
10449
10450 * textmodes/ispell.el (ispell-command-loop): Change `i' description
10451 not to assume it pertains to an affix.
10452
10453 * textmodes/flyspell.el (flyspell-post-command-hook):
10454 Bind deactivate-mark to prevent deactivation.
10455
10456 2005-11-03 Lars Hansen <larsh@soem.dk>
10457
10458 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
10459 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
10460 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
10461
10462 2005-11-03 Romain Francoise <romain@orebokech.com>
10463
10464 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
10465 Update copyright years.
10466
10467 2005-11-03 Sam Steingold <sds@gnu.org>
10468
10469 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10470 Use system-type instead of window-system because window-system is not
10471 correctly defined during loadup.
10472
10473 2005-11-02 Mark A. Hershberger <mah@everybody.org>
10474
10475 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
10476 (xml-parse-tag): Join strings separated by a comment properly.
10477
10478 2005-11-02 Andreas Schwab <schwab@suse.de>
10479
10480 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
10481
10482 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
10483
10484 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
10485 (byte-optimize-pure-func): Quote the eval'd value.
10486
10487 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
10488 Rename from perl-font-lock-syntactic-face-function.
10489 Change the calling convention so it can be used as a font-lock MATCHER.
10490 Do the parse-partial-sexp loop outselves.
10491 (perl-font-lock-syntactic-keywords): Use it.
10492 (perl-mode): Don't set font-lock-syntactic-face-function any more.
10493
10494 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
10495
10496 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
10497 disassembly buffer too.
10498 (gdb-exited): Remove overlay arrows when execution has finished.
10499 (gdb-info-frames-custom, gdb-info-threads-custom)
10500 (gdb-info-registers-custom): Don't add inappropriate text
10501 properties if inferior is not active.
10502
10503 2005-11-02 Glenn Morris <rgm@gnu.org>
10504
10505 * progmodes/fortran.el (fortran-blink-match):
10506 Use `blink-matching-delay'.
10507
10508 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
10509
10510 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
10511
10512 2005-11-02 Lars Hansen <larsh@soem.dk>
10513
10514 * net/tramp.el (tramp-action-out-of-band): Handle scp message
10515 "Permission denied".
10516
10517 2005-11-01 Richard M. Stallman <rms@gnu.org>
10518
10519 * textmodes/flyspell.el (flyspell-external-point-words):
10520 Pass nil to flyspell-get-word.
10521
10522 2005-11-02 Kim F. Storm <storm@cua.dk>
10523
10524 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
10525 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
10526
10527 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10528
10529 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
10530 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
10531 (calendar-mouse-print-dates): Add optional `event' argument.
10532 Update interactive-spec.
10533 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
10534 Use `calendar-event-to-date' instead of `event'.
10535
10536 2005-11-02 Masatake YAMATO <jet@gyve.org>
10537
10538 * progmodes/ld-script.el (ld-script-builtins):
10539 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
10540 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
10541 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
10542
10543 2005-11-01 Romain Francoise <romain@orebokech.com>
10544
10545 * vc-sccs.el: Update copyright year.
10546 * ezimage.el: Likewise.
10547
10548 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
10549
10550 * info.el (Info-fontify-node): Use `string-width' for fontifying
10551 underlined titles.
10552
10553 2005-11-01 Juri Linkov <juri@jurta.org>
10554
10555 * info.el (Info-fontify-node): Downcase node header keywords Node,
10556 Prev, Next, Up before comparison.
10557 (Info-history): Insert absolute directory name, and put invisible
10558 property on it.
10559
10560 2005-11-01 Juri Linkov <juri@jurta.org>
10561
10562 * info.el (Info-file-supports-index-cookies): New variable.
10563 (Info-find-node-2): Check makeinfo version for index cookie support.
10564 (Info-index-nodes): Search for nodes with index cookies only when
10565 Info-file-supports-index-cookies is t. Otherwise, search nodes
10566 with "Index" in the node name.
10567 (Info-index-node): Search index cookie in the current node only when
10568 Info-file-supports-index-cookies is t. Otherwise, check the word
10569 "Index" in the node name.
10570 (Info-find-emacs-command-nodes): Remove code that searches nodes
10571 with "Index" node name in the top menu.
10572
10573 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10574
10575 * progmodes/scheme.el (scheme-mode-variables): Use the default
10576 comment-indent-function.
10577
10578 * faces.el (face-attribute): Handle the case where a face inherits from
10579 a non-existent face.
10580
10581 * simple.el (eval-expression-print-format): Use lisp-readable syntax
10582 for octal and hexa output, and merge the char into the paren.
10583 (kill-new): Use push.
10584 (copy-to-buffer): Use with-current-buffer.
10585 (completion-setup-function): Move code in loop to remove redundancy.
10586 (minibuffer-local-must-match-map): Don't add bindings that duplicate
10587 those inherited from minibuffer-local-completion-map.
10588
10589 * savehist.el (savehist-mode) <defcustom>:
10590 Use custom-set-minor-mode if available.
10591 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
10592 and emit a message if applicable.
10593
10594 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
10595
10596 * savehist.el: Sync up to version 19.
10597 (savehist-mode): New minor mode.
10598 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
10599 (savehist-length): Remove (use history-length instead).
10600 (savehist-file-modes): Rename from savehist-modes.
10601 (savehist-save-hook, savehist-loaded): New vars.
10602 (savehist-load): Use savehist-mode. Try to smooth up transition from
10603 old format to new format.
10604 (savehist-install): Allow savehist-autosave-interval to be nil.
10605 (savehist-save): Run the new hook. Be more careful to only trim the
10606 history variables.
10607 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
10608 (savehist-printable): Print into a buffer rather than char-by-char.
10609
10610 2005-11-01 John Wiegley <johnw@newartisans.com>
10611
10612 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
10613 toggle-ignore keybinding (C-a). The author said it had been
10614 disabled much earlier due to a possible incompatibility, but after
10615 many months of usage I have encountered no problems (and it is a
10616 rather useful option, especially for switching to " *temp*").
10617
10618 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
10619 support for OS/X's AddressBook, by calling out to the open source
10620 program "contacts" (installable through Fink).
10621
10622 * net/eudc.el (eudc-expand-inline): If the
10623 `eudc-multiple-match-handling-method' is set to `all', delete the
10624 query string before inserting the query result.
10625
10626 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
10627 flag, to prevent Eshell from using the system ls when
10628 `eshell-ls-insert-directory' is in used.
10629 (eshell-ls-insert-directory): Disable font-lock in directory
10630 buffer so that Eshell's own fontification is seen. This broke
10631 recently due to changes in font-lock, so this goes back to version
10632 21 behavior.
10633
10634 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
10635
10636 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
10637 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
10638 (gdb-many-windows): Doc fix.
10639
10640 2005-10-31 Romain Francoise <romain@orebokech.com>
10641
10642 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
10643
10644 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
10645
10646 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
10647 that global-font-lock-mode can be enabled by default.
10648
10649 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
10650 (font-lock-add-keywords, font-lock-remove-keywords)
10651 (font-lock-fontify-buffer): Remove autoload cookies.
10652
10653 * jit-lock.el (jit-lock-register): Likewise.
10654
10655 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
10656
10657 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
10658
10659 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
10660 intact if there is no gud-comint-buffer.
10661
10662 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
10663
10664 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
10665 old prompt comint-prompt-read-only is t and GDB commands are
10666 issued from tool bar etc.
10667
10668 2005-10-31 Masatake YAMATO <jet@gyve.org>
10669
10670 * vc.el (vc-directory-exclusion-list): Add "{arch}".
10671
10672 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
10673
10674 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
10675 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
10676
10677 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
10678
10679 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
10680 starting at beginning of line. Fontification is messed up when
10681 `open-paren-in-column-0-is-defun-start' set to t.
10682 Reported by John Paul Wallington <jpw@pobox.com>.
10683
10684 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
10685
10686 * comint.el (comint-send-input): Call `comint-update-fence' when
10687 `comint-process-echoes' and `comint-prompt-read-only' are both
10688 non-nil, to avoid leftover read-only newline.
10689
10690 2005-10-30 Richard M. Stallman <rms@gnu.org>
10691
10692 * textmodes/flyspell.el (flyspell-external-point-words):
10693 Detect when WORD can't be checked properly because
10694 flyspell-get-word finds just part of it, and move on.
10695
10696 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
10697 boundarychar for Polish.
10698 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
10699 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
10700
10701 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
10702
10703 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
10704 (gdb-registers-font-lock-keywords): Delete.
10705 (gdb-registers-mode): Don't fontify.
10706 (gdb-info-registers-custom): Use text properties instead as, in
10707 future, changed register values will use font-lock-warning-face.
10708 (gdb-local-font-lock-keywords): Rename to...
10709 (gdb-locals-font-lock-keywords): ...for consistency.
10710
10711 2005-10-30 Andre Spiegel <spiegel@gnu.org>
10712
10713 * vc.el (vc-switch-backend): Better error message if the buffer is
10714 not visiting a file under version control.
10715
10716 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
10717
10718 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
10719
10720 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
10721 ~/.emacs.d/.emacs.
10722
10723 2005-10-29 Richard M. Stallman <rms@gnu.org>
10724
10725 * replace.el (occur-mode-mouse-goto): Always go to other window.
10726 (occur-mode-goto-occurrence): Always switch in same window.
10727
10728 * simple.el (undo): Display message at end, not at start.
10729
10730 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
10731 New arg REUSE-CELL.
10732 (cancel-timer-internal): New function.
10733 (timer-event-handler): Use cancel-timer-internal,
10734 and pass the cell it returns to timer-activate...
10735
10736 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
10737 (jit-lock-deferred-fontify, jit-lock-context-fontify)
10738 (jit-lock-after-change): Test memory-full.
10739
10740 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
10741
10742 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10743 part of the decoded armor to find the key-identifier.
10744 (pgg-gpg-lookup-key-owner): New function to return the
10745 human-readable identifier of a key owner.
10746 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10747 key itself.
10748 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10749 the key value) if we have a key and can match it against a secret
10750 key. Also, added a note pointing out fact that the prompt only
10751 indicates the first matching key.
10752
10753 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10754 pgg-decrypt-region.
10755 (pgg-pending-timers): A new hash for tracking the passphrase cache
10756 timers, so that new ones supercede old ones.
10757 (pgg-add-passphrase-to-cache): Rename from
10758 `pgg-add-passphrase-cache' to reduce confusion (all callers
10759 changed). Modified to cancel old timers when new ones are added.
10760 (pgg-remove-passphrase-from-cache): Rename from
10761 `pgg-remove-passphrase-cache' to reduce confusion (all callers
10762 changed). Modified to cancel old timers when their keys are
10763 removed from the cache.
10764 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10765 XEmacs, an indirection to delete-itimer.
10766 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10767 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10768 users can only check cache without risk of prompting. Correct bug in
10769 notruncate behavior.
10770 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10771 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10772 Add informative docstrings.
10773 (pgg-decrypt): Convey provided passphrase in subordinate call to
10774 pgg-decrypt-region.
10775
10776 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10777 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10778 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10779 `passphrase' argument, so the passphrase can be managed externally
10780 and then passed in to the system.
10781
10782 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10783 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10784 so the passphrase cache can be used reliably with identifiers
10785 besides a pgp packet's key id.
10786
10787 * pgg-gpg.el (pgg-pgp-encrypt-region)
10788 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10789 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10790 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10791 argument to all these routines, so the passphrase can be managed
10792 externally and passed in to the system.
10793
10794 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10795 `notruncate' argument, so the passphrase cache can be used
10796 reliably with identifiers besides a pgp packet's key id.
10797
10798 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
10799
10800 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10801 symmetric encryption.
10802 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10803 encrypted session key.
10804 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10805 message ask for the passphrase in a proper way.
10806
10807 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10808 New user commands for symmetric encryption.
10809
10810 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
10811
10812 * textmodes/conf-mode.el (conf-assignment-sign)
10813 (conf-assignment-regexp): Fix docstrings.
10814 (conf-mode-initialize): New function.
10815 (conf-mode): Remove optional args. Use delay-mode-hooks to
10816 recognize recursive calls.
10817 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
10818 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
10819 (conf-xdefaults-mode): Use define-derived-mode and
10820 conf-mode-initialize.
10821
10822 2005-10-29 Romain Francoise <romain@orebokech.com>
10823
10824 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
10825
10826 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
10827
10828 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10829 part of the decoded armor to find the key-identifier.
10830 (pgg-gpg-lookup-key-owner): New function to return the
10831 human-readable identifier of a key owner.
10832 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10833 key itself.
10834 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10835 the key value) if we have a key and can match it against a secret
10836 key. Also, added a note pointing out fact that the prompt only
10837 indicates the first matching key.
10838
10839 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10840 pgg-decrypt-region.
10841 (pgg-pending-timers): A new hash for tracking the passphrase cache
10842 timers, so that new ones supercede old ones.
10843 (pgg-add-passphrase-to-cache): Rename from
10844 `pgg-add-passphrase-cache' to reduce confusion (all callers
10845 changed). Modified to cancel old timers when new ones are added.
10846 (pgg-remove-passphrase-from-cache): Rename from
10847 `pgg-remove-passphrase-cache' to reduce confusion (all callers
10848 changed). Modified to cancel old timers when their keys are
10849 removed from the cache.
10850 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10851 XEmacs, an indirection to delete-itimer.
10852 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10853 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10854 users can only check cache without risk of prompting. Correct bug in
10855 notruncate behavior.
10856 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10857 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10858 Add informative docstrings.
10859 (pgg-decrypt): Convey provided passphrase in subordinate call to
10860 pgg-decrypt-region.
10861
10862 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
10863
10864 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10865 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10866 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10867 `passphrase' argument, so the passphrase can be managed externally
10868 and then passed in to the system.
10869
10870 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10871 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10872 so the passphrase cache can be used reliably with identifiers
10873 besides a pgp packet's key id.
10874
10875 * pgg-gpg.el (pgg-pgp-encrypt-region)
10876 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10877 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10878 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10879 argument to all these routines, so the passphrase can be managed
10880 externally and passed in to the system.
10881
10882 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10883 `notruncate' argument, so the passphrase cache can be used
10884 reliably with identifiers besides a pgp packet's key id.
10885
10886 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
10887
10888 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10889 symmetric encryption.
10890 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10891 encrypted session key.
10892 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10893 message ask for the passphrase in a proper way.
10894
10895 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10896 New user commands for symmetric encryption.
10897
10898 2005-10-28 Bill Wohler <wohler@newt.com>
10899
10900 * help-mode.el (help-url): New button type. Calls browse-url.
10901 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
10902 Similar to Info nodes: URL `url'.
10903 (help-make-xrefs): Create help-url buttons for
10904 help-xref-url-regexp matches.
10905
10906 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
10907
10908 * tool-bar.el (tool-bar-add-item-from-menu)
10909 (tool-bar-local-item-from-menu): Fix doc strings.
10910
10911 2005-10-28 Romain Francoise <romain@orebokech.com>
10912
10913 * ldefs-boot.el: Update.
10914
10915 * subr.el (locate-library): Move from help-fns.el.
10916 * help-fns.el (locate-library): Move to subr.el.
10917
10918 2005-10-28 Richard M. Stallman <rms@gnu.org>
10919
10920 * net/tramp.el (tramp-completion-mode): defvar moved up.
10921
10922 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
10923
10924 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
10925
10926 * files.el (find-file-noselect): Use %d to format large file size.
10927
10928 * bindings.el (mode-line-format): Add %e.
10929
10930 * loadup.el ("facemenu"): Load unconditionally.
10931 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
10932 ("x-dnd"): Load, when appropriate.
10933
10934 * startup.el (command-line): Call before-init-hook earlier.
10935 Warn about some bad characters in -u user name.
10936
10937 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
10938 (flyspell-external-point-words): Error if misspelled word is not found.
10939 Set flyspell-large-region-beg at end of word.
10940
10941 2005-10-28 Andreas Schwab <schwab@suse.de>
10942
10943 * view.el (View-revert-buffer-scroll-page-forward):
10944 Use view-page-size-default.
10945
10946 2005-10-28 Juri Linkov <juri@jurta.org>
10947
10948 * international/quail.el (quail-get-current-str): Translate last
10949 raw character for deterministic input methods.
10950
10951 2005-10-27 Jay Belanger <belanger@truman.edu>
10952
10953 * calc/calc-ext.el: Add functions to autoloads.
10954 (math-identity-matrix-p, math-ident-row-p): New functions.
10955
10956 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
10957 multiplication by an identity matrix; don't turn multiplication by
10958 an inverse matrix into division.
10959 (math-div-symbol-fancy): Replace division by matrices with
10960 multiplication by inverse.
10961
10962 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
10963
10964 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
10965 (calc-writeoutpower): New functions.
10966
10967 2005-10-27 Romain Francoise <romain@orebokech.com>
10968
10969 * replace.el (occur-engine): Include colon in mouse-face highlight.
10970
10971 * dired-x.el: Change Maintainer field.
10972
10973 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
10974
10975 * longlines.el (longlines-mode): Bind after-change-functions to
10976 nil during initial decoding and final encoding.
10977
10978 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
10979
10980 * term.el (term-emulate-terminal, term-handle-colors-array)
10981 (term-handle-ansi-escape): Specify the terminfo capabilities
10982 implemented.
10983
10984 2005-10-26 Richard M. Stallman <rms@gnu.org>
10985
10986 * info.el (Info-fontify-node): Fix detection of sentence-break
10987 before *Note.
10988
10989 2005-10-26 Romain Francoise <romain@orebokech.com>
10990
10991 * smerge-mode.el: Add `tools' to file keywords.
10992
10993 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
10994
10995 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
10996 when the fringe is not available.
10997
10998 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
10999 (def-gdb-auto-update-trigger): Simplify construction.
11000 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
11001 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
11002 defined explicitly.
11003 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
11004 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
11005 defined explicitly.
11006 (gdb-info-locals-custom): Remove as it's a no-op.
11007
11008 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
11009
11010 * longlines.el (longlines-mode): Remove narrowing before
11011 performing the initial decoding or final encoding.
11012
11013 2005-10-25 Romain Francoise <romain@orebokech.com>
11014
11015 * emacs-lisp/find-func.el (find-library-name): Also strip
11016 extension if library name ends in .el, to take advantage of
11017 `find-library-suffixes'.
11018
11019 2005-10-25 Richard M. Stallman <rms@gnu.org>
11020
11021 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
11022
11023 2005-10-25 Juri Linkov <juri@jurta.org>
11024
11025 * textmodes/texinfo.el (texinfo-mode): Change charset of one
11026 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
11027
11028 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11029
11030 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
11031 (blackbox-redefine-key): Add argument `map'.
11032
11033 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
11034 regions when moving the jit-lock-context-unfontify-pos boundary.
11035
11036 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11037
11038 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
11039
11040 2005-10-25 Masatake YAMATO <jet@gyve.org>
11041
11042 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
11043
11044 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11045
11046 * play/blackbox.el (blackbox-redefine-key): New function.
11047 (blackbox-mode-map): Use it to remap existing bindings for cursor
11048 motion instead of binding literal keys.
11049
11050 2005-10-25 Glenn Morris <rgm@gnu.org>
11051
11052 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
11053 diary does not end in a newline. Do not assume a blank line at
11054 the start of the diary file.
11055
11056 2005-10-25 Kenichi Handa <handa@m17n.org>
11057
11058 * international/quail.el (quail-translate-key): If the input
11059 method is deterministic and failed to handle the last key, restart
11060 the key handling loop from an appropriate key.
11061
11062 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
11063
11064 * vc.el (vc-dired-mode): Extend comment for binding of
11065 `directory-listing-before-filename-regexp'.
11066
11067 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11068
11069 * textmodes/texinfo.el (texinfo-mode):
11070 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
11071 not to unnecessarily expose emacs-mule's internal char codes.
11072
11073 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
11074
11075 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
11076 Display hand pointer and help-echo on disabled icon too.
11077 (gdb-mouse-until): New function.
11078 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
11079
11080 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
11081
11082 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
11083 with 2005-10-23 change to doctor.el.
11084
11085 * finder.el (finder-mode-map): Add follow-link binding.
11086
11087 2005-10-25 Kim F. Storm <storm@cua.dk>
11088
11089 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
11090 to gdb-mouse-toggle-breakpoint-fringe.
11091 (gdb-mouse-toggle-breakpoint-margin): Rename from
11092 gdb-mouse-toggle-breakpoint. Fix doc.
11093 (gdb-mouse-toggle-breakpoint-fringe): New defun.
11094 (gdb-put-string): Add optional SPROPS arg. Add props to string.
11095 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
11096 string properties also for fringe breakpoint bitmaps.
11097
11098 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
11099
11100 * textmodes/org.el (org-start-icalendar-file): Fix format form.
11101
11102 2005-10-25 Masatake YAMATO <jet@gyve.org>
11103
11104 * simple.el (completion-common-substring):
11105 Use `completion-common-substring' prior to `completion-base-size'.
11106
11107 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
11108
11109 * savehist.el: Require CL while compiling.
11110 (savehist-history-variables): Remove.
11111 (savehist-save-minibuffer-history, savehist-additional-variables)
11112 (savehist-minibuffer-history-variables): New vars.
11113 (savehist-save): Use them.
11114 (savehist-uninstall, savehist-minibuffer-hook): New funs.
11115 (savehist-install): New fun, extracted from savehist-load.
11116 (savehist-load): Use them.
11117
11118 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11119
11120 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
11121 a dummy doc-string-elt property.
11122 (defalias, defvaralias, define-category): Add a docstring property.
11123
11124 * image.el (defimage):
11125 * widget.el (define-widget):
11126 * custom.el (defface, defcustom): Add `doc-string' declaration.
11127
11128 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
11129 (defadvice): Add `doc-string' declaration.
11130
11131 * emacs-lisp/byte-run.el (macro-declaration-function):
11132 Handle `doc-string' declarations.
11133 (define-obsolete-function-alias, define-obsolete-variable-alias):
11134 Add `doc-string' declaration.
11135
11136 2005-10-24 Kenichi Handa <handa@m17n.org>
11137
11138 * international/utf-7.el (utf-7): Add autoload cookie.
11139
11140 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
11141
11142 2005-10-24 Eli Zaretskii <eliz@gnu.org>
11143
11144 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
11145 list of directories passed to batch-update-autoloads. Add "." to
11146 the list of the echoed directories.
11147
11148 * pgg-def.el:
11149 * pgg-gpg.el:
11150 * pgg-parse.el:
11151 * pgg-pgp.el:
11152 * pgg-pgp5.el:
11153 * pgg.el: Moved here from the gnus subdirectory.
11154
11155 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
11156
11157 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
11158 in case comint-prompt-read-only is set to t.
11159
11160 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
11161 in case comint-prompt-read-only is set to t.
11162
11163 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
11164
11165 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
11166 Now a string.
11167 (icalendar-import-format): Handle CLASS, STATUS, URL.
11168 Rename `subject' to `summary'.
11169 (icalendar-import-format-summary): Rename from
11170 `icalendar-import-format-subject'.
11171 (icalendar-import-format-url, icalendar-import-format-status)
11172 (icalendar-import-format-class): New variables.
11173 (icalendar--rris): Take variable argument list.
11174 (icalendar--datestring-to-isodate): Remove unnecessary
11175 calendar-style check when converting dates with explicit month names.
11176 (icalendar-export-region): Change return type of conversion
11177 subroutines. Bury current buffer unless error occurred.
11178 (icalendar--convert-to-ical)
11179 (icalendar--parse-summary-and-rest): New functions.
11180 (icalendar--convert-ordinary-to-ical)
11181 (icalendar--convert-weekly-to-ical)
11182 (icalendar--convert-yearly-to-ical)
11183 (icalendar--convert-block-to-ical)
11184 (icalendar--convert-cyclic-to-ical)
11185 (icalendar--convert-anniversary-to-ical): Change return type.
11186 Strip trailing blanks from subject.
11187 (icalendar--convert-sexp-to-ical): Change return type.
11188 Strip trailing blanks from subject. Handle simple sexp
11189 entries as generated by icalendar.el.
11190 (icalendar--convert-float-to-ical)
11191 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
11192 (icalendar-import-file): Doc fix.
11193 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
11194 Correct call to icalendar--rris.
11195 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
11196 `summary'.
11197 (icalendar--add-diary-entry): Rename `subject' to `summary'.
11198
11199 2005-10-24 Romain Francoise <romain@orebokech.com>
11200
11201 * server.el (server-sentinel): Set query-on-exit flag to nil on
11202 new client processes (it isn't inherited from the server process).
11203
11204 * replace.el (occur-engine): Rearrange text properties.
11205
11206 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11207
11208 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
11209 case-fold-search is nil.
11210 (debug-help-follow): Use help-xref-interned directly.
11211
11212 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11213
11214 * thumbs.el (thumbs-image-type): Add .pbm.
11215
11216 2005-10-23 Richard M. Stallman <rms@gnu.org>
11217
11218 * faces.el (inhibit-face-set-after-frame-default): New variable.
11219 (set-face-attribute): Bind it.
11220 (face-set-after-frame-default): Test it.
11221
11222 * help-fns.el (describe-simplify-lib-file-name): New function.
11223 (describe-function-1, describe-variable): Use it.
11224
11225 * faces.el (describe-face): Use describe-simplify-lib-file-name.
11226
11227 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
11228 Eliminate nil as possible value.
11229 (tooltip-hide-delay): Reduce internal-border-width.
11230
11231 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
11232 (menu-bar-file-menu) <new-file>: Likewise.
11233
11234 * simple.el (line-move-finish): Ignore fields computing LINE-END.
11235
11236 * international/mule.el (load-with-code-conversion):
11237 Pass full file name to `eval-buffer' unless preloading.
11238
11239 * textmodes/flyspell.el (flyspell-large-region):
11240 Call ispell-check-version.
11241
11242 * textmodes/ispell.el (ispell-local-dictionary-overridden):
11243 Fix the make-variable-buffer-local call that was supposed
11244 to be for this variable.
11245 (ispell-aspell-supports-utf8): Doc fix.
11246 (ispell-find-aspell-dictionaries): Preserve elements of
11247 ispell-dictionary-alist for dictionaries that aspell doesn't report.
11248 (ispell-aspell-find-dictionary): Return nil on error.
11249
11250 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
11251 (doctor-symptoms): Likewise.
11252
11253 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
11254
11255 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11256
11257 * cus-edit.el (custom-button, custom-button-pressed): New vars.
11258 (custom-raised-buttons): Add :set spec.
11259 (custom-button-unraised, custom-button-pressed-unraised):
11260 New faces, so that custom-raised-buttons actually does something.
11261 (custom-mode): Use custom-button and custom-button-pressed.
11262
11263 * wid-edit.el (widget-specify-button): Don't ignore
11264 widget-mouse-face on graphic terminals.
11265 (widget-move-and-invoke): Cleanup.
11266
11267 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
11268
11269 * whitespace.el (whitespace-cleanup): Doc fix.
11270
11271 2005-10-23 Romain Francoise <romain@orebokech.com>
11272
11273 * emulation/viper.el (viper-set-hooks): Quote forms passed to
11274 `eval-after-load' to avoid evaluating their result.
11275
11276 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
11277
11278 * files.el (directory-listing-before-filename-regexp):
11279 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
11280
11281 * dired.el (dired-move-to-filename-regexp): Remove.
11282 All occurences replaced by `directory-listing-before-filename-regexp'.
11283
11284 * dired-x.el, locate.el, vc.el:
11285 Replace `dired-move-to-filename-regexp' by
11286 `directory-listing-before-filename-regexp'. In vc.el it is
11287 overwritten locally; maybe this can be handled in files.el too.
11288
11289 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
11290 replaced by `directory-listing-before-filename-regexp'.
11291
11292 2005-10-23 Andreas Schwab <schwab@suse.de>
11293
11294 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
11295 and eval-next-after-load.
11296
11297 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
11298
11299 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
11300 exist, create it.
11301
11302 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
11303
11304 * allout.el: Remove autoloads for mailcrypt and crypt++.
11305 Require pgg, pgg-gpg during compilation.
11306 (allout-version): Increment version number to 2.1, and use a literal
11307 rather than RCS Id.
11308 (allout-default-encryption-scheme): Remove.
11309 (allout-passphrase-verifier-handling)
11310 (allout-passphrase-verifier-string)
11311 (allout-file-passphrase-verifier-string)
11312 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
11313 (allout-passphrase-hint-handling): Rename and simplify.
11314 (allout-init): Use `find-file-hook' if available, otherwise
11315 `find-file-hooks'.
11316 (allout-mode): Use `write-file-functions' if available, otherwise
11317 `local-write-file-hooks' and, instead of making auto-save-hook
11318 buffer local, make the write-file-hook activity contingent to
11319 allout-mode.
11320 (allout-mode): Use key-binding substitution in the docstring.
11321 (allout-kill-line): Spell-out kill ring data structure mutation
11322 instead of using byte-compiler-complaint-provoking `pop'.
11323 (allout-insert-listified): Use `insert' rather than `insert-string'
11324 (allout-toggle-current-subtree-encryption): Update docstring, adjust
11325 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
11326 (allout-encrypt-string): Totally revamped vis new underlying
11327 encryption facilities.
11328 (allout-mc-activate-passwd): Remove.
11329 (allout-obtain-passphrase): New, more or less replaces
11330 allout-mc-activate-passwd.
11331 (allout-encrypted-key-info): More or less replaces
11332 allout-encrypted-text-type.
11333 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
11334 (my-mark-marker): Use `(featurep 'xemacs)'.
11335
11336 2005-10-23 Lars Hansen <larsh@soem.dk>
11337
11338 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
11339 (byte-compile-file-form-defmumble, byte-compile-defun)
11340 (byte-compile-defmacro): Use it.
11341 (byte-compile-form): Don't call byte-compile-set-symbol-position
11342 when a byte-compile handler is called.
11343
11344 2005-10-22 Romain Francoise <romain@orebokech.com>
11345
11346 * savehist.el (savehist-history-variables): Add `grep-find-history'.
11347
11348 * subr.el (eval-after-load): Convert library name to an absolute
11349 file name using locate-library, since load-history no longer has
11350 library names in it.
11351
11352 2005-10-22 Richard M. Stallman <rms@gnu.org>
11353
11354 * files.el (make-temp-file): Move from subr.el.
11355 * subr.el (make-temp-file): Move to files.el.
11356
11357 * window.el (get-buffer-window-list): Move from subr.el.
11358 * subr.el (get-buffer-window-list): Move to window.el.
11359
11360 * image.el (image-load-path): Use eval-at-startup to initialize.
11361
11362 * subr.el (eval-at-startup): New macro.
11363
11364 * subr.el: Much rearrangement of functions and division
11365 into pages. No code changes.
11366
11367 2005-10-22 Kenichi Handa <handa@m17n.org>
11368
11369 * tar-mode.el (tar-extract): Be sure to call
11370 find-operation-coding-system if set-auto-coding doesn't find a
11371 coding system.
11372
11373 2005-10-22 Kim F. Storm <storm@cua.dk>
11374
11375 * image.el (image-type-header-regexps): Rename from image-type-regexps.
11376 Change users.
11377 (image-type-file-name-regexps): New defconst.
11378 (image-type-from-data): Simplify loop.
11379 (image-type-from-buffer): New defun.
11380 (image-type-from-file-header): Use it instead of image-type-from-data.
11381 Use image-search-load-path instead of only looking in data-directory.
11382 (image-type-from-file-name): New defun.
11383 (image-search-load-path): Change `pathname' to `filename'.
11384 Make PATH arg optional, default to image-load-path.
11385
11386 2005-10-21 Richard M. Stallman <rms@gnu.org>
11387
11388 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
11389
11390 * textmodes/paragraphs.el (sentence-end-base): New variable.
11391 (sentence-end): Use sentence-end-base.
11392
11393 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11394
11395 * font-lock.el (font-lock-default-fontify-region): Check the multiline
11396 property independently from the font-lock-multiline variable.
11397
11398 2005-10-21 Richard M. Stallman <rms@gnu.org>
11399
11400 * emacs-lisp/find-func.el (find-library-name): Doc fix.
11401
11402 * startup.el (command-line): Convert library names
11403 in `load-history' to absolute file names.
11404
11405 * subr.el (symbol-file): Doc fix.
11406
11407 * loadhist.el (file-loadhist-lookup): Call locate-library
11408 instead of find-library-name. Don't try converting
11409 abs file names to library names, since load-history no longer
11410 has library names in it.
11411 (file-dependents, file-provides, file-requires): Doc fixes.
11412
11413 2005-10-21 Juri Linkov <juri@jurta.org>
11414
11415 * progmodes/etags.el (tags-table-mode): New function.
11416 (tags-verify-table): Replace initialize-new-tags-table with
11417 tags-table-mode.
11418
11419 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
11420 default value.
11421 (desktop-modes-not-to-save): Add tags-table-mode to the
11422 default value.
11423
11424 * info.el (Info-index-next): Add total number of index
11425 alternatives to the message.
11426
11427 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
11428 backward only space (instead of space and period) before looking
11429 at sentence end.
11430
11431 * simple.el (set-variable): Use user-variable-p instead of symbolp.
11432 Add the old variable value as 4th default-value arg of read-string.
11433
11434 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11435
11436 * cus-face.el (custom-declare-face): Make face from X resources
11437 also on Mac.
11438
11439 * disp-table.el (standard-display-g1, standard-display-graphic):
11440 Refuse to use string glyphs also on Mac.
11441 (standard-display-european): Don't set terminal coding system also
11442 on Mac.
11443
11444 * frame.el (display-screens): Use x-display-screens also on Mac.
11445
11446 2005-10-21 Romain Francoise <romain@orebokech.com>
11447
11448 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
11449
11450 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11451
11452 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
11453 and $? into sexps.
11454
11455 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
11456 warning face on open-paren-in-column-0.
11457
11458 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
11459 boundary case. Fix typo.
11460 Suggested by Martin Rudalics <rudalics@gmx.at>.
11461
11462 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
11463
11464 * textmodes/org.el (org-combined-agenda-icalendar-file)
11465 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
11466 (org-export-icalendar-this-file)
11467 (org-export-icalendar-all-agenda-files)
11468 (org-export-icalendar-combine-agenda-files): New commands.
11469 (org-export-icalendar, org-print-icalendar-entries)
11470 (org-start-icalendar-file, org-finish-icalendar-file)
11471 (org-ical-ts-to-string): New functions.
11472 (org-read-date, org-goto-calendar)
11473 (org-agenda-goto-calendar): Inhibit displaying diary entries by
11474 call to `calendar'.
11475 (orgtbl-setup): Remove the :keys arguments from the menu description.
11476 (org-after-save-iCalendar-file-hook): New variable.
11477
11478 2005-10-21 Kenichi Handa <handa@m17n.org>
11479
11480 * language/vietnamese.el (tcvn-5712): Make it an alias of
11481 vietnamese-tcvn coding-system.
11482
11483 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
11484
11485 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
11486 group id is given.
11487
11488 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11489
11490 * progmodes/sh-script.el (sh-escaped-line-re): New var.
11491 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
11492 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
11493 whose line is either continued or ends with a comment.
11494
11495 2005-10-20 Romain Francoise <romain@orebokech.com>
11496
11497 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
11498
11499 * replace.el (occur-engine): Add follow-link property.
11500
11501 * font-core.el (font-lock-mode): Doc fix.
11502
11503 2005-10-20 Richard M. Stallman <rms@gnu.org>
11504
11505 * net/rcirc.el: New file.
11506
11507 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
11508
11509 * term.el (term-term-name): Initialize to "eterm-color".
11510
11511 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
11512
11513 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
11514 for encryption functionality.
11515 Move allout customization subgroup from `editing' to `outlines' group.
11516 Fix commentary keywords to legitimate ones.
11517 Update author info (using my current email address, obscurified).
11518 (allout-encrypt-string, allout-encryption-produce-work-buffer)
11519 (allout-encrypted-topic-p, allout-encrypted-text-type)
11520 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
11521 (allout-situate-encryption-key-verifier)
11522 (allout-get-encryption-key-verifier, allout-verify-key)
11523 (allout-next-topic-pending-encryption)
11524 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
11525 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
11526 (outline-key-verifier-handling, outline-key-hint-handling)
11527 (outline-encrypt-unencrypted-on-saves): New defcustoms.
11528 (allout-file-key-verifier-string, allout-encryption-scheme)
11529 (allout-key-verifier-string, allout-key-hint-string)
11530 (allout-after-save-decrypt): New variables.
11531 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
11532 (allout-after-saves-handler): New hook functions.
11533 (allout-post-command-business): Do allout-after-save-decrypt.
11534 (allout-enable-file-variable-adjustment): Custom var to enable
11535 mechanism for adding and adjusting settings of Emacs file variables.
11536 (allout-adjust-file-variable, allout-file-vars-section-data):
11537 New functions, implement the mechanism.
11538 (outlineify-sticky): Use the file vars mechanism.
11539 (allout-inhibit-protection, allout-during-write-cue)
11540 (allout-override-protect, allout-before-change-protect): Remove.
11541 (allout-flag-region, allout-open-topic): Adjust read-only text.
11542 (allout-open-line-not-read-only): Add to facilitate read-only
11543 text based protection.
11544 (allout-kill-line): Revise to adjust read-only text, clue the
11545 user about the inhibition.
11546 (allout-unprotected): Use unwind-protect.
11547 (allout-shift-in, allout-shift-out): Disallow manually shifting a
11548 topic deeper than the offspring depth of the previous topic -
11549 avoiding confusing "containment discontinuities".
11550 (allout-reindent-bodies): Fix retention of body relative hanging
11551 indent during promotion of collapsed bodies.
11552 (allout-open-topic): Make it easy to open new topic with same
11553 bullet as current topic - topic creation functions provided with
11554 any universal argument provokes now prompt for bullet, defaulting
11555 to the bullet of the previous topic.
11556 (allout-plain-bullets-string, allout-distinctive-bullets-string):
11557 Plain bullet alternates `.' period and `,' comma only. All other
11558 bullets are relegated to special status (but customizable).
11559 (allout-end-of-entry): Rename from allout-end-of-current-entry
11560 since it actually operates w.r.t. most immediately containing
11561 entry, visible or not.
11562 (allout-hide-current-entry, allout-show-current-entry): Use the
11563 revised version.
11564 (allout-old-expose-topic): Solidify deprecation.
11565 (allout-end-of-subtree): Add so we can span concealed as well
11566 as visible topics.
11567 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
11568 (allout-end-of-current-heading): Tweak to just respect the first line.
11569 (allout-get-body-text): Add.
11570 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
11571 when invoked interactively.
11572 (allout-up-current-level): Use `interactive-p'.
11573 (allout-mode, allout-init): Miscellaneous docstring and
11574 operational refinements, as well as hookups of new encryption stuff.
11575 (allout-beginning-of-current-entry): Now works as advertised.
11576 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
11577 (allout-isearch-rectification): Refine condition for isearching.
11578 (allout-isearch-abort, allout-enwrap-isearch)
11579 (allout-flag-region, my-region-active-p): Relocate some macros.
11580 (allout-title): Fallback title is (buffer-name), not
11581 non-existing (current-buffer-name).
11582 (subst-char-in-string): Define if absent (for some XEmacs versions).
11583
11584 2005-10-20 Jari Aalto <jari.aalto@cante.net>
11585
11586 * mail/sendmail.el (mail-setup-hook, mail-aliases)
11587 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
11588 (mail-citation-prefix-regexp, mail-signature-file)
11589 (mail-default-headers, mail-bury-selects-summary)
11590 (mail-send-nonascii): Add autoload cookies.
11591
11592 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11593
11594 * frame.el (blink-cursor-mode): Add `mac' to the list of
11595 window-system's that support blinking cursor.
11596
11597 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
11598
11599 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
11600
11601 2005-10-20 Eli Zaretskii <eliz@gnu.org>
11602
11603 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
11604 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
11605 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
11606
11607 2005-10-20 Kim F. Storm <storm@cua.dk>
11608
11609 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
11610 (ido-set-current-directory): Don't add / after final @.
11611 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
11612 Explicitly handle ange-ftp completion oddities.
11613 (ido-make-file-list): Don't rotate list at tramp root to avoid
11614 triggering tramp file handler for expand-file-name via get-file-buffer.
11615
11616 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11617
11618 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
11619
11620 2005-10-19 Jay Belanger <belanger@truman.edu>
11621
11622 * calc/calc-units.el (math-standard-units): Add units, adjust
11623 symbols and update values.
11624 (math-unit-prefixes): Add more prefixes.
11625
11626 2005-10-19 Romain Francoise <romain@orebokech.com>
11627
11628 * bookmark.el (bookmark-menu-heading): New face.
11629 (bookmark-bmenu-list): Use it.
11630 Don't fiddle with `baud-rate' at top-level.
11631
11632 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
11633
11634 * image.el (create-image, find-image): Mention max-image-size in
11635 docstring.
11636
11637 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11638
11639 * savehist.el (savehist-load): Revert to checking XEmacs.
11640
11641 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
11642 Various docstring and line-width fixups.
11643 (conf-mode): Use cond.
11644 Set font-lock-defaults. Don't set comment-use-syntax.
11645
11646 2005-10-18 David Ponce <david@dponce.com>
11647
11648 * tree-widget.el (tree-widget-button-click): New function.
11649 (tree-widget-button-keymap): Use it.
11650
11651 2005-10-18 Romain Francoise <romain@orebokech.com>
11652
11653 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11654 (bookmark-bmenu-hide-filenames): Add follow-link property.
11655 Improve help-echo text.
11656
11657 * ffap.el (find-file-at-point): Doc fix.
11658
11659 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11660
11661 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
11662
11663 2005-10-18 Masatake YAMATO <jet@gyve.org>
11664
11665 Install to the CVS repository what I forgot to install in my
11666 2005-10-16 changes.
11667
11668 * progmodes/python.el (python-complete-symbol): Pass the common
11669 prefix substring of completion to `display-completion-list'.
11670
11671 * textmodes/org.el (org-complete): Ditto.
11672
11673 2005-10-18 Masatake YAMATO <jet@gyve.org>
11674
11675 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
11676
11677 * woman.el (WoMan-xref-man-page): New button type derived
11678 from `Man-abstract-xref-man-page'.
11679 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
11680
11681 * man.el (Man-abstract-xref-man-page): New button type.
11682 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
11683 (Man-highlight-references): Add new optional argument `xref-man-type'.
11684
11685 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
11686
11687 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
11688
11689 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
11690
11691 * cus-edit.el (Custom-move-and-invoke): Delete.
11692 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
11693
11694 * wid-edit.el (widget-move-and-invoke): New function, from
11695 Custom-move-and-invoke.
11696
11697 2005-10-17 Bill Wohler <wohler@newt.com>
11698
11699 Move all remaining images from lisp/toolbar to etc/images, move
11700 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
11701 the low resolution images in their own directory (low-color).
11702
11703 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
11704 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
11705 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
11706 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
11707 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
11708 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
11709 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
11710
11711 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
11712 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
11713 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
11714 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
11715 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
11716 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
11717 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
11718 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
11719 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
11720 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
11721 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
11722 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
11723 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
11724 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
11725 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
11726
11727 To conform with convention, replace the underscore (_) in the
11728 following image names with dash (-) or (/) as appropriate.
11729
11730 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
11731 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
11732 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
11733 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
11734 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
11735 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
11736 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
11737 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
11738 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
11739 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
11740 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
11741 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
11742 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
11743 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
11744 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
11745
11746 * info.el (info-tool-bar-map): Replace underscores in image names
11747 with dashes.
11748
11749 * makefile.w32-in (WINS): Remove toolbar.
11750
11751 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
11752
11753 * tool-bar.el: Move to lisp from toolbar. Now that
11754 toolbar is empty, it should be deleted when folks run "cvs up -P".
11755
11756 2005-10-18 Jay Belanger <belanger@truman.edu>
11757
11758 * calc/calc-store.el (calc-store-into): Get the proper variable name
11759 to display in message.
11760
11761 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
11762
11763 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
11764 expressions display in speedbar for all buffers when debugging.
11765 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
11766
11767 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
11768 (speedbar-insert-button, speedbar-make-button):
11769 Use add-text-properties.
11770 (speedbar-update-localized-contents)
11771 (speedbar-update-directory-contents)
11772 (speedbar-update-special-contents): Use dolist.
11773 (speedbar-buffer-easymenu-definition): Add a menu separator.
11774
11775 2005-10-17 Jason Rumney <jasonr@gnu.org>
11776
11777 * makefile.w32-in: Use $(lisp) consistently.
11778 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
11779 for shell specific generation of mh-autoloads.
11780
11781 2005-10-17 Richard M. Stallman <rms@gnu.org>
11782
11783 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
11784
11785 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11786
11787 * jit-lock.el (jit-lock-fontify-now):
11788 Move jit-lock-context-unfontify-pos to avoid wasted work.
11789
11790 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
11791
11792 * net/tramp.el (tramp-completion-mode): New defvar. Used in
11793 `tramp-completion-mode' for checking if we are in completion mode.
11794 (tramp-completion-handle-file-name-all-completions): Reorder code
11795 in order to complete for file names only in case there are no
11796 method/user/host completions. This is necessary for cooperation
11797 with ido. Reported by Kim F. Storm <storm@cua.dk>.
11798
11799 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
11800
11801 * longlines.el (longlines-search-forward)
11802 (longlines-search-backward): Match any number of spaces.
11803
11804 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
11805
11806 * diff-mode.el (diff-mode): Doc fix.
11807
11808 2005-10-16 David Reitter <david.reitter@gmail.com>
11809
11810 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
11811 as default on darwin and windows systems.
11812
11813 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
11814
11815 * arc-mode.el (archive-zip-extract): Doc fix.
11816
11817 2005-10-16 Romain Francoise <romain@orebokech.com>
11818
11819 * mouse.el (mouse-1-click-follows-link): Doc fix.
11820
11821 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11822
11823 * savehist.el: Don't require CL at runtime.
11824 (savehist-xemacs): Remove.
11825 (savehist-coding-system): Use utf-8 if present, regardless of religion.
11826 (savehist-no-conversion): Use (featurep 'xemacs).
11827 (savehist-load): Check existence of start-itimer rather than XEmacs.
11828 Use an idle timer.
11829 (savehist-process-for-saving): Replace use of CL funs `subseq' and
11830 `delete-if-not'.
11831
11832 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
11833
11834 * savehist.el: Newer version.
11835 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
11836 (savehist-last-checksum, savehist-no-conversion): New vars.
11837 (savehist-autosave, savehist-process-for-saving, savehist-printable):
11838 New functions.
11839 (savehist-load, savehist-save): Use them.
11840 (savehist-delimit): Remove.
11841
11842 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11843
11844 * progmodes/compile.el (compilation-goto-locus): Display the
11845 compilation buffer first and the source buffer second, in case they're
11846 in overlapping frames. Don't raise the compilation frame if it was the
11847 selected window upon entry. Pass the `other-window' arg to
11848 pop-to-buffer.
11849
11850 * info.el (Info-fontify-node): Use dolist.
11851 Change add-text-properties to put-text-property.
11852
11853 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11854
11855 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
11856 bound of search.
11857
11858 2005-10-16 Masatake YAMATO <jet@gyve.org>
11859
11860 * dabbrev.el (dabbrev-completion): Pass the common
11861 prefix substring of completion to `display-completion-list'.
11862
11863 * filecache.el (file-cache-minibuffer-complete)
11864 (file-cache-complete): Ditto.
11865
11866 * tempo.el (tempo-display-completions): Ditto.
11867
11868 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
11869
11870 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
11871
11872 * eshell/em-hist.el (eshell-list-history): Ditto.
11873
11874 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
11875
11876 * mail/mailalias.el (mail-complete): Ditto.
11877
11878 * progmodes/etags.el (complete-tag): Ditto.
11879
11880 * progmodes/make-mode.el (makefile-complete): Ditto.
11881
11882 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
11883
11884 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
11885
11886 * progmodes/pascal.el (pascal-complete-word)
11887 (pascal-show-completions): Ditto.
11888
11889 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
11890
11891 * simple.el (completion-common-substring): New variable.
11892 (completion-setup-function): Use `completion-common-substring'
11893 to put faces.
11894
11895 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11896
11897 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
11898 (x-get-selection, mac-select-convert-to-string): Convert from/to
11899 UTF-16 clipboard data as in native byte order, no BOM.
11900
11901 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
11902
11903 * progmodes/gud.el (gud-tool-bar-map): Rename the images
11904 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
11905 (gud-sentinel): Use speedbar-frame to check for speedbar.
11906
11907 2005-10-15 Richard M. Stallman <rms@gnu.org>
11908
11909 * savehist.el: New file.
11910
11911 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
11912
11913 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
11914 Fix bug in \bf fontification.
11915
11916 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
11917
11918 * pcvs.el (cvs-edit-log-files): New var.
11919 (cvs-mode-edit-log): New arg `file'.
11920 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
11921 Instead force the use of the original file and nothing else.
11922 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
11923 the cvs-minor-wrap-function is set.
11924 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
11925
11926 2005-10-14 Bill Wohler <wohler@newt.com>
11927
11928 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
11929 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
11930 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
11931 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
11932 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
11933 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
11934 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
11935 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
11936 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
11937 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
11938 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
11939 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
11940 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
11941 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
11942 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
11943
11944 * progmodes/gud.el (gud-tool-bar-map): Rename the images
11945 appropriately (for example, gud-break to gud/break).
11946
11947 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
11948
11949 * longlines.el (longlinges-search-function)
11950 (longlines-search-forward, longlines-search-backward): New functions.
11951 (longlines-mode): Set isearch-search-fun-function to
11952 longlinges-search-function.
11953
11954 * mouse.el (mouse-drag-region-1): Handle the case where a
11955 double-click event is bound to an arbitrary function.
11956
11957 2005-10-14 David Ponce <david@dponce.com>
11958
11959 * recentf.el (recentf-track-opened-file)
11960 (recentf-track-closed-file, recentf-update-menu)
11961 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
11962 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
11963 mouse-1-click-follows-link.
11964
11965 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11966
11967 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
11968 Gnome file-manager.png. Suggested by
11969 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
11970
11971 * toolbar/README: Add diropen.xpm.
11972
11973 2005-10-13 Bill Wohler <wohler@newt.com>
11974
11975 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
11976 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
11977
11978 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11979
11980 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
11981 Don't waste the byte-compiler's time on constant data.
11982
11983 2005-10-13 Kenichi Handa <handa@m17n.org>
11984
11985 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
11986 byte with `escape-glyph' face.
11987
11988 * international/fontset.el (ccl-encode-unicode-font):
11989 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
11990 Handle the case that ucs-mule-to-mule-unicode translates a character to
11991 ASCII (usually for IPA characters).
11992
11993 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11994
11995 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
11996 Don't hide the underline of titles if font-lock-mode is disabled.
11997
11998 2005-10-12 Bill Wohler <wohler@newt.com>
11999
12000 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
12001 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12002 files in MH-E-SRC have been updated.
12003 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
12004
12005 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12006
12007 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
12008 (mixal-mode-syntax-table): Add \n as end-comment.
12009 (mixal-operation-codes-alist): Immediately initialize to full value.
12010 (mixal-add-operation-code): Remove.
12011 (mixal-describe-operation-code): Make the arg non-optional.
12012 Use the interactive spec instead.
12013 Use mixal-operation-codes-alist rather than mixal-operation-codes.
12014 (mixal-font-lock-keywords): Don't highlight comments here any more.
12015 (mixal-font-lock-syntactic-keywords): New var.
12016 (mixal-mode): Use it. Fix comment-start-skip.
12017
12018 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12019
12020 * startup.el (command-line-x-option-alist): -nb => -nbi
12021
12022 2005-10-12 Kim F. Storm <storm@cua.dk>
12023
12024 * startup.el (fancy-splash-default-action): Discard mouse click in
12025 the splash screen window, as it has no sensible meaning in the
12026 next window to be selected. Fixes error reported by Jan D.
12027
12028 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12029
12030 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
12031
12032 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12033
12034 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
12035 Try to fix up minor layout issues like indentation, line break, etc...
12036 (mixal-mode-syntax-table): Don't try to specify comment syntax,
12037 because it doesn't work.
12038 (mixal-operation-codes): Add some more codes.
12039 (mixal-font-lock-keywords): Process comments here.
12040 (mixal-mode): mixasm no longer needs -g option.
12041
12042 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
12043
12044 * progmodes/sh-script.el (sh-tmp-file):
12045 Use mktemp -t. Finish support for es and rc shells.
12046
12047 2005-10-11 Jay Belanger <belanger@truman.edu>
12048
12049 * calc/calcalg2.el (calc-integral): With an argument, compute the
12050 definite integral.
12051
12052 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
12053
12054 * mouse.el (mouse-drag-region-1): Don't try to catch a
12055 double-click when doing follow-link (it's overridden anyway).
12056
12057 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
12058
12059 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
12060 (autoload-print-form-outbuf): Add docstring.
12061
12062 2005-10-11 Juri Linkov <juri@jurta.org>
12063
12064 * info.el (Info-mode-menu): Delete menu item "Edit".
12065 (Info-mode): Delete description of Info-edit from docstring,
12066 and rearrange descriptions of Info commands in the order
12067 they are documented in the Info manual.
12068
12069 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12070
12071 * calendar/appt.el (appt-check): Use diary-selective-display var.
12072
12073 2005-10-10 Richard M. Stallman <rms@gnu.org>
12074
12075 * net/newsticker.el (newsticker-start, newsticker-show-news):
12076 Add autoload cookies.
12077
12078 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
12079
12080 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
12081
12082 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
12083
12084 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
12085
12086 2005-10-10 Jay Belanger <belanger@truman.edu>
12087
12088 * calc/calc-arith.el (math-check-known-scalarp)
12089 (math-check-known-matrixp): Check the values of arguments that are
12090 variables.
12091 (math-check-known-square-matrixp): New function.
12092 (math-known-square-matrixp): Use math-check-known-square-matrixp.
12093 (math-super-types): Add sqmatrix type.
12094
12095 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
12096 mode name `square' to `sqmatrix'.
12097
12098 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
12099 mode name `square' to `sqmatrix'.
12100
12101 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12102
12103 * progmodes/etags.el (select-tags-table-mode): Don't use
12104 selective-display.
12105 (tags-select-tags-table): Pass `button' to the action function.
12106 (select-tags-table): Place the side-info on button properties rather
12107 than in hidden text. Abbreviate file names.
12108 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
12109 (select-tags-table-select): Add `button' argument.
12110 Get side-info from the button property rather than from hidden text.
12111
12112 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
12113
12114 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
12115 (gud-speedbar-buttons): Preserve point if possible.
12116 (gud-sentinel): Restore previous speedbar display type.
12117
12118 * progmodes/gdb-ui.el (gdba): Improve diagram.
12119 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12120 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
12121 Call get-buffer-window once.
12122
12123 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12124
12125 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
12126 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
12127 (pascal-indent-command): Remove unused var `ind'.
12128 (pascal-indent-case): Remove unused var `oldpos'.
12129 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
12130 since it's now used as a proper minor mode map.
12131 (pascal-outline): Rename to pascal-outline-mode.
12132 (pascal-outline-mode): Use define-minor-mode.
12133 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
12134 selective-display.
12135
12136 2005-10-10 Andreas Schwab <schwab@suse.de>
12137
12138 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
12139 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
12140
12141 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
12142 outside source directory.
12143
12144 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
12145
12146 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
12147 C-x' as a prefix.
12148 (orgtbl-mode-map): Full keymap instead of sparse, because all
12149 `self-insert-command' keys are redefined in this map.
12150 (org-export-as-html): Specify charset for HTML file, by taking it
12151 from the coding system.
12152
12153 2005-10-10 Kenichi Handa <handa@m17n.org>
12154
12155 * textmodes/flyspell.el (flyspell-check-word-p):
12156 If unread-command-events is non-empty, don't call sit-for.
12157
12158 2005-10-09 Richard M. Stallman <rms@gnu.org>
12159
12160 * font-lock.el (font-lock-syntactic-keywords)
12161 (font-lock-keywords): Doc fixes.
12162
12163 * textmodes/flyspell.el (flyspell-external-point-words):
12164 Simplify logic, and don't try to check for consecutive appearances
12165 of one incorrect word.
12166
12167 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
12168
12169 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
12170 separator.
12171
12172 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
12173 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
12174 (gud-expansion-speedbar-buttons): New function.
12175 (gud-speedbar-buttons): Check for gud-comint-buffer.
12176
12177 2005-10-09 Bill Wohler <wohler@newt.com>
12178
12179 * Makefile.in (updates): Add mh-loaddefs dependency.
12180
12181 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
12182
12183 * speedbar.el (speedbar-file-key-map): Fix typo.
12184
12185 2005-10-09 Daniel Brockman <daniel@brockman.se>
12186
12187 * cus-start.el (line-spacing): Add custom spec.
12188
12189 2005-10-09 Romain Francoise <romain@orebokech.com>
12190
12191 * textmodes/ispell.el (ispell-check-version): Fix last change.
12192
12193 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12194
12195 * term/x-win.el: Remove -i, --icon-type from comment.
12196
12197 * startup.el (command-line-x-option-alist): Remove options -i,
12198 -itype, --icon-type, added -nb, --no-bitmap-icon
12199
12200 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
12201
12202 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
12203 instead of :active.
12204
12205 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
12206
12207 * textmodes/ispell.el (ispell-check-version):
12208 Ignore hyphen, and all that follows, in aspell's version text.
12209
12210 2005-10-08 Jay Belanger <belanger@truman.edu>
12211
12212 * calc/calc-arith.el (math-known-square-matrixp): New function.
12213 (math-pow-fancy): Check for matrices before distributing exponent
12214 across products.
12215
12216 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
12217 fullscreen keypad. Suggested by Luc Teirlinck.
12218 (calc-keypad-show-input): Add space for formatting.
12219
12220 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
12221 Add square matrix option.
12222
12223 * calc/calc-poly.el (math-expand-term): Check for matrices instead
12224 of checking calc-matrix-mode when deciding how to expand.
12225
12226 * calc/calc.el (calc-set-mode-line): Add square matrix option.
12227
12228 2005-10-08 Lars Hansen <larsh@soem.dk>
12229
12230 * net/tramp.el (tramp-perl-directory-files-and-attributes):
12231 Add error handling.
12232 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
12233
12234 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
12235
12236 Sync with Tramp 2.0.51.
12237
12238 * net/tramp.el (tramp-handle-set-visited-file-modtime)
12239 (tramp-handle-insert-file-contents, tramp-handle-write-region):
12240 Insert special handling for `last-coding-system-used', again
12241 it still seems to be necessary (unlike stated before).
12242 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
12243 (tramp-password-prompt-regexp): There might be other words before
12244 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
12245 (tramp-chunksize): Improve docstring.
12246 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
12247 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
12248 Christian Joergensen <bugs@razor.dk>.
12249
12250 2005-10-07 Glenn Morris <rgm@gnu.org>
12251
12252 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
12253 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
12254 precision'.
12255
12256 2005-10-07 Romain Francoise <romain@orebokech.com>
12257
12258 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
12259 (ibuffer-do-shell-command-pipe-replace)
12260 (ibuffer-do-shell-command-file, ibuffer-do-eval)
12261 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
12262 (ibuffer-do-revert, ibuffer-do-replace-regexp)
12263 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
12264 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12265 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
12266 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
12267 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
12268 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
12269 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
12270 Autoload file sans suffix.
12271
12272 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
12273
12274 2005-10-07 David Ponce <david@dponce.com>
12275
12276 * recentf.el (recentf-menu-open-all-flag): New option.
12277 (recentf-digit-shortcut-command-name): New function.
12278 (recentf--shortcuts-keymap): New variable.
12279 (recentf-menu-shortcuts): New variable.
12280 (recentf-make-menu-items): Initialize it. Replace the "More..."
12281 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
12282 (recentf-menu-value-shortcut): New function.
12283 (recentf-make-menu-item): Use it. No more in-lined.
12284 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
12285 (recentf-open-most-recent-file): Rename from
12286 `recentf-open-file-with-key'. Don't depend on key binding.
12287 (recentf-mode-map): New variable.
12288 (recentf-mode): Use it.
12289
12290 2005-10-06 Bill Wohler <wohler@newt.com>
12291
12292 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
12293
12294 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
12295 (MH-E-SRC): New. Used by mh-autoloads.
12296 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12297 files in MH-E-SRC have been updated.
12298 (compile, recompile, bootstrap): Depend on mh-autoloads.
12299
12300 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
12301
12302 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
12303 gud-break and gud-remove icons when the fringe is not available.
12304
12305 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
12306 Typo.
12307
12308 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12309
12310 * play/zone.el (zone): Wrap body with save-window-excursion.
12311
12312 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
12313
12314 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
12315 Use the new `list-only' arg to diary-list-entries.
12316
12317 * calendar/diary-lib.el: Use overlays rather than selective-display.
12318 (diary-selective-display): New var.
12319 (diary-header-line-format): Use it.
12320 (diary-list-entries): Add argument `list-only'.
12321 Put the buffer in diary-mode. Don't add \^M at beg and end.
12322 Replace \^M by invisible overlays.
12323 (diary-unhide-everything): Replace \^M by invisible overlays.
12324 (print-diary-entries): Look for overlays rather than \^M.
12325 Add a space to the temp buffer name.
12326 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
12327 Put the buffer in diary-mode.
12328 (list-sexp-diary-entries): Replace \^M by invisible overlays.
12329 (diary-anniversary): Make the year arg optional.
12330 (diary-time-regexp): New const.
12331 (diary-font-lock-keywords): Use it to accept a few more time formats.
12332
12333 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
12334
12335 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
12336
12337 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
12338 Fix bug introduced 2005-07-03: Use (car (last ...))
12339 to faithfully reproduce replaced artist-last.
12340 (artist-set-arrow-points-for-poly): Likewise.
12341 Suggested by Johan Bockg\e,Ae\e(Brd.
12342
12343 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
12344
12345 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
12346 * wid-edit.el (widget):
12347 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
12348 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
12349
12350 2005-10-06 Kenichi Handa <handa@m17n.org>
12351
12352 * international/mule-cmds.el (set-language-environment):
12353 Fix setting up of case-table for unibyte mode.
12354
12355 * simple.el (what-cursor-position): If the character is displayed
12356 by some `display' text property, show that. Don't use
12357 single-key-description for eight-bit characters in multibyte mode.
12358
12359 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
12360
12361 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
12362 (gdb-ann3): Set it.
12363 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
12364 (gdb-info-frames-custom): Use inverse-video for first five
12365 characters of selected frame only.
12366 (gdb-get-frame-number): Select frame even when point is on frame
12367 number.
12368
12369 2005-10-06 Masatake YAMATO <jet@gyve.org>
12370
12371 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12372 Put `font-lock-function-name-face'.
12373 (gdb-info-frames-custom): Put `font-lock-function-name-face'
12374 and `font-lock-variable-name-face'
12375 (gdb-registers-font-lock-keywords): New font lock keywords definition.
12376 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
12377 (gdb-memory-font-lock-keywords): New font lock keywords definition.
12378 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
12379 (gdb-local-font-lock-keywords): New font lock keywords definition.
12380 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
12381 (gdb-threads-font-lock-keywords): New font lock keywords definition.
12382 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
12383
12384 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
12385
12386 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
12387 (ediff-merge-region-is-non-clash-to-skip): Previously called
12388 ediff-merge-region-is-non-clash.
12389
12390 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
12391 Use insert-buffer-substring.
12392
12393 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
12394 selecting files to patch. Also bug fixes.
12395
12396 * ediff-util.el (ediff-setup): Bug fix.
12397 (ediff-next-difference): Never skip clashes that differ in white
12398 space only.
12399
12400 * ediff-wind.el (ediff-setup-control-frame)
12401 (ediff-destroy-control-frame): Check the menubar feature.
12402
12403 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
12404 (viper-refresh-mode-line): Use make-local-variable to localize
12405 some vars instead of make-variable-buffer-local. Suggested by
12406 Stefan Monnier.
12407
12408 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
12409 (viper-restore-cursor-type, viper-set-insert-cursor-type):
12410 Use make-local-variable instead of make-variable-buffer-local.
12411 Suggested by Stefan Monnier.
12412
12413 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
12414 (viper-comint-mode-hook): Use make-local-variable on
12415 require-final-newline.
12416 (viper-non-hook-settings): Don't use make-variable-buffer-local.
12417
12418 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12419
12420 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
12421 also the second char of a comment-start sequence.
12422 (scheme-sexp-comment-syntax-table): New var.
12423 (lambda, define): Set their scheme-doc-string-elt property.
12424 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
12425 Use lisp-font-lock-syntactic-face-function now that it properly
12426 handles |...| symbols.
12427 (scheme-mode-variables): Set lisp-doc-string-elt-property,
12428 parse-sexp-lookup-properties and font-lock-extra-managed-props.
12429
12430 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
12431 bit from # to |.
12432 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
12433
12434 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
12435 (lisp-doc-string-elt-property): New var.
12436 (lisp-font-lock-syntactic-face-function): Use it.
12437 Rewrite to recognize docstrings even for forms not at toplevel.
12438
12439 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
12440 annotation on the | part of #| rather than on the # part.
12441 (scheme-font-lock-syntactic-face-function): New function, to
12442 distinguish strings from |...| symbols.
12443 (scheme-mode-variables): Use it. Also fix up the font-lock-time
12444 syntax-table so that #|...|# is properly highlighted.
12445
12446 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
12447 Don't mark as docstring the 3rd elem of an unknown toplevel form.
12448
12449 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
12450
12451 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
12452 and C-e.
12453
12454 * emacs-lisp/eldoc.el: Move comments into docstrings.
12455 (eldoc-message-commands): Initialize in its declaration.
12456 Add move-beginning-of-line and move-end-of-line.
12457 (eldoc-add-command, eldoc-add-command-completions)
12458 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
12459
12460 * outline.el (outline-mark-subtree): Activate the mark.
12461
12462 * calendar/appt.el (appt-time-regexp): New var.
12463 (appt-add, appt-make-list): Use it.
12464 (appt-convert-time): Clean up.
12465
12466 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
12467 Don't set any syntax-table property here.
12468 (tex-font-lock-verb): New function. Do it here.
12469 (tex-font-lock-syntactic-keywords): Use it.
12470
12471 2005-10-04 Richard M. Stallman <rms@gnu.org>
12472
12473 * wid-edit.el (widget-file-complete): Get the widget start point
12474 the right way. Default directory to `/' if file has none.
12475
12476 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
12477
12478 * textmodes/flyspell.el (flyspell-mode-on):
12479 Call ispell-maybe-find-aspell-dictionaries.
12480
12481 * textmodes/ispell.el (ispell-word, ispell-region):
12482 Call ispell-maybe-find-aspell-dictionaries.
12483 (ispell-accept-buffer-local-defs):
12484 Don't call ispell-maybe-find-aspell-dictionaries
12485
12486 2005-10-04 Richard M. Stallman <rms@gnu.org>
12487
12488 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
12489
12490 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
12491
12492 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
12493 instead of `fboundp' in order to allow for anonymous functions.
12494
12495 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
12496
12497 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
12498 case the user clicks on the link while another window is selected.
12499 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
12500
12501 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
12502 functionality.
12503 (dframe-help-echo): Save point in case mouse tracking is off.
12504
12505 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
12506
12507 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
12508
12509 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12510
12511 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
12512 not change the global value of those vars.
12513
12514 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
12515 make-local-variable which we do not need any more.
12516
12517 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
12518
12519 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
12520 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
12521 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
12522 (speedbar-path-line): Define obsolete aliases.
12523 (speedbar-line-directory): Doc fix.
12524
12525 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
12526 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
12527 instead of speedbar-line-path.
12528
12529 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12530
12531 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
12532 to nil if dropping on a window. Handle dropping on a minibuffer window
12533 like dropping on a non-window part of Emacs.
12534
12535 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12536
12537 * net/ange-ftp.el: Use with-current-buffer.
12538 (ange-ftp-insert-directory): Do not follow symlinks any more.
12539
12540 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12541 Remove interactive spec.
12542
12543 2005-10-03 Kim F. Storm <storm@cua.dk>
12544
12545 * ido.el (ido-mode): Use custom-initialize-set.
12546
12547 2005-10-02 Richard M. Stallman <rms@gnu.org>
12548
12549 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
12550 Use insert-buffer-substring.
12551
12552 * net/tramp.el: Pacify byte compiler warnings in pacification code.
12553 (tramp-handle-file-local-copy): Use insert-buffer-substring.
12554
12555 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12556
12557 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
12558 in last change.
12559 (ange-ftp-insert-directory): Fix up the search for the case where
12560 `file' is absolute.
12561
12562 2005-10-02 Romain Francoise <romain@orebokech.com>
12563
12564 * progmodes/compile.el (compile-goto-error): Delete extra paren.
12565
12566 2005-10-02 Andreas Schwab <schwab@suse.de>
12567
12568 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
12569 directory component in the session info.
12570
12571 2005-10-01 Richard M. Stallman <rms@gnu.org>
12572
12573 * comint.el (comint-redirect-subvert-readonly): Doc fix.
12574
12575 * simple.el (next-error-internal): New function.
12576
12577 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
12578 (compilation-start): Pass new arg to compilation-buffer-name.
12579 (compile-goto-error): Use next-error-internal.
12580
12581 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
12582
12583 * speedbar.el: Remove RCS tag.
12584 (speedbar-check-read-only): Handle non-existent files.
12585
12586 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
12587
12588 * info.el (Info-speedbar-hierarchy-buttons)
12589 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
12590
12591 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12592
12593 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
12594 Do not match newline.
12595 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
12596 (bibtex-summary): Remove unnecessary save-excursion.
12597 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
12598
12599 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12600
12601 * term/mac-win.el: Add charset info for "iso10646-1".
12602 Modify default fontset to use ATSUI-compatible fonts for some charsets
12603 if available.
12604
12605 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
12606
12607 * speedbar.el: Re-apply arch tag.
12608 (speedbar-version): Rename to version 1.0. Suggested by Eric
12609 M. Ludlam.
12610 Reapply two changes from Emacs CVS' version of speedbar lost
12611 during the merge:
12612 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
12613 (speedbar-frame-parameters): Improve customize type.
12614
12615 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12616
12617 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
12618 (ange-ftp-file-directory-p): Fix the symlink case.
12619 (ange-ftp-insert-directory): When listing a single file, get a list of
12620 the parent buffer and extract the relevant line. Inspired from a patch
12621 by Katsumi Yamaoka <yamaoka@jpl.org>.
12622 (ange-ftp-file-name-sans-versions): Simplify.
12623
12624 2005-09-30 Bill Wohler <wohler@newt.com>
12625
12626 Move MH-E image files from toolbar and mail directories into
12627 etc/images.
12628
12629 * mail/reply2.*: Move to etc/images/mail/reply*.
12630
12631 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
12632 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
12633 etc/images.
12634
12635 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
12636 * toolbar/reply*: Move to etc/images/mail.
12637
12638 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
12639
12640 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
12641
12642 * speedbar.el: New version 1.0pre3.
12643
12644 Frame management code (including timer, and mouse click specifics)
12645 moved to dframe.el:
12646 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
12647 (speedbar-timer): Removed. Use dframe-timer.
12648 (speedbar-close-frame): Removed. Use dframe-close-frame.
12649 (speedbar-activity-change-focus-flag): Removed. Use
12650 dframe-activity-change-focus-flag.
12651 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
12652 dframe-update-speed.
12653
12654 (speedbar-current-frame): New macro. Use this instead of the
12655 variable speedbar-frame.
12656
12657 (speedbar-use-images, speedbar-expand-image-button-alist)
12658 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
12659
12660 (speedbar-find-image-on-load-path): Removed. Replaced by
12661 defezimage in ezimage.el.
12662 (speedbar-expand-image-button-alist): Removed. Replaced by
12663 ezimage-expand-image-button-alist in ezimage.el.
12664
12665 (speedbar-ignored-directory-regexp)
12666 (speedbar-add-ignored-directory-regexp)
12667 (speedbar-ignored-directory-expressions)
12668 (speedbar-line-directory, speedbar-buffers-line-directory)
12669 (speedbar-directory-line, speedbar-buffers-line-directory):
12670 Renamed, replacing `path' with `directory'.
12671
12672 (speedbar-create-directory, speedbar-expand-line-descendants)
12673 (speedbar-toggle-line-expansion)
12674 (speedbar-contract-line-descendants): New commands.
12675
12676 (speedbar-query-confirmation-method, speedbar-select-frame-method)
12677 (speedbar-use-tool-tips-flag): New options.
12678
12679 (speedbar-check-read-only, speedbar-require-version)
12680 (speedbar-insert-separator, speedbar-buffers-tail-notes)
12681 (speedbar-handle-delete-frame, speedbar-try-completion)
12682 (speedbar-update-localized-contents): New functions.
12683
12684 (speedbar-incompatible-version, speedbar-ro-to-do-point)
12685 (speedbar-object-read-only-indicator): New variables.
12686
12687 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
12688 New hooks.
12689
12690 (speedbar-separator-face): New face.
12691
12692 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
12693 (speedbar-ignored-modes): Add fundamental-mode.
12694 (speedbar-directory-unshown-regexp): Add . directories.
12695
12696 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
12697 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
12698 `]' for full expand/close.
12699 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
12700
12701 (speedbar-check-vc): Support hidden files.
12702 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
12703 (speedbar-this-file-in-vc): Use vc-state if available. If VC
12704 state is nil, it is not checked out.
12705
12706 (speedbar-line-text, speedbar-line-token): Support expand buttons
12707 with no text.
12708 (speedbar-refresh): Universal argument acts as power-click.
12709 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
12710 that buffer to get variable values.
12711
12712 And many other bugfixes.
12713
12714 * dframe.el, ezimage.el, sb-image.el: New files.
12715
12716 * sb-*.xpm: Remove files. New image files installed into
12717 etc/images/ezimage.
12718
12719 2005-09-30 Kenichi Handa <handa@m17n.org>
12720
12721 * ps-mule.el (ps-mule-show-warning): If a character is in
12722 ps-print-translation-table, don't treat it as non-printable.
12723
12724 2005-09-30 David Ponce <david@dponce.com>
12725
12726 * tree-widget.el (tree-widget-themes-load-path): New variable.
12727 (tree-widget-themes-directory): Doc fix.
12728 (tree-widget-image-formats) [Emacs]: Doc fix.
12729 (tree-widget--locate-sub-directory): New function.
12730 (tree-widget-themes-directory): Use it.
12731
12732 * recentf.el (recentf-filename-handlers): Rename from
12733 `recentf-filename-handler'. Allow a list of functions.
12734 (recentf-menu-items-for-commands): Fix :help strings.
12735 (recentf-apply-filename-handlers): New function.
12736 (recentf-expand-file-name): Use it.
12737 (recentf-cleanup): Remove duplicates too.
12738
12739 2005-09-29 Juri Linkov <juri@jurta.org>
12740
12741 * faces.el: Rearrange face definitions to be in the same order as
12742 their face descriptions in "(emacs)Standard Faces".
12743
12744 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
12745
12746 * tooltip.el (tooltip): Add group `basic-faces'.
12747
12748 * buff-menu.el (Buffer-menu-buffer): Remove group
12749 `font-lock-highlighting-faces'.
12750
12751 * progmodes/compile.el (compilation-error, compilation-warning)
12752 (compilation-info, compilation-line-number, compilation-column-number):
12753 Change group from `font-lock-highlighting-faces' to `compilation'.
12754
12755 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12756 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
12757 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
12758 (vhdl-font-lock-reserved-words-face)
12759 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
12760 `font-lock-highlighting-faces'.
12761
12762 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
12763
12764 2005-09-28 Kim F. Storm <storm@cua.dk>
12765
12766 * emulation/cua-base.el: Set CUA move property on additional commands:
12767 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
12768 forward-sexp, backward-sexp, forward-list, backward-list.
12769
12770 2005-09-28 Romain Francoise <romain@orebokech.com>
12771
12772 * comint.el (comint-show-output): Really set point at the
12773 beginning of the output when not using `comint-use-prompt-regexp'.
12774
12775 2005-09-27 Jay Belanger <belanger@truman.edu>
12776
12777 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
12778 in TeX mode.
12779
12780 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
12781
12782 * textmodes/org.el (org-table-sum): Fix format string.
12783
12784 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
12785 Quote face names.
12786
12787 2005-09-26 Romain Francoise <romain@orebokech.com>
12788
12789 * isearch.el (isearch-forward-regexp): Close doc string.
12790
12791 2005-09-25 Richard M. Stallman <rms@gnu.org>
12792
12793 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
12794
12795 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
12796
12797 * progmodes/compile.el (compilation-error-properties):
12798 When getting the file from the previous error message,
12799 correctly decode the new data format.
12800
12801 * progmodes/cc-cmds.el (c-electric-paren):
12802 Call old-blink-paren only for close-paren.
12803
12804 2005-09-24 Andreas Schwab <schwab@suse.de>
12805
12806 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
12807 condition.
12808
12809 2005-09-25 Romain Francoise <romain@orebokech.com>
12810
12811 * dired-aux.el (dired-copy-file-recursive):
12812 * dired.el (dired-delete-file):
12813 * ediff-mult.el (ediff-dir-diff-copy-file):
12814 * ediff-util.el (ediff-test-save-region):
12815 * forms.el (forms-mode):
12816 * ido.el (ido-file-internal, ido-delete-file-at-head):
12817 * log-edit.el (log-edit-done):
12818 * ses.el (ses-yank-resize):
12819 * play/gomoku.el (gomoku-human-plays, gomoku)
12820 (gomoku-human-resigns, gomoku-prompt-for-other-game)
12821 (gomoku-offer-a-draw):
12822 * play/landmark.el (lm-human-resigns, lm):
12823 * net/eudcb-ldap.el (eudc-ldap-check-base):
12824 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
12825 * progmodes/ebrowse.el (ebrowse-find-pattern):
12826 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
12827 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
12828 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
12829
12830 * vc.el (vc-delete-file):
12831 * play/gomoku.el (gomoku-terminate-game, gomoku)
12832 (gomoku-prompt-for-move, gomoku-human-takes-back):
12833 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
12834 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
12835
12836 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
12837
12838 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
12839 color rxvt terminals by using the code xterm.el used to use before
12840 2005-04-09 in order to match the colors used by rxvt.
12841
12842 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12843
12844 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
12845 colors rxvt-unicode terminals by using the same code as xterm.el.
12846
12847 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12848
12849 * textmodes/tex-mode.el (tex-font-lock-append-prop)
12850 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
12851 new symbol used for the tex-verbatim face.
12852
12853 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
12854
12855 * woman.el (woman-file-name):
12856 * wid-edit.el (widget-file-prompt-value)
12857 (widget-coding-system-prompt-value):
12858 * w32-fns.el (set-w32-system-coding-system):
12859 * vc.el (vc-version-diff, vc-annotate):
12860 * textmodes/reftex-auc.el (reftex-arg-cite)
12861 (reftex-arg-index-tag):
12862 * textmodes/refer.el (refer-get-bib-files):
12863 * textmodes/artist.el (artist-figlet-choose-font):
12864 * terminal.el (terminal-emulator):
12865 * replace.el (occur-read-primary-args):
12866 * rect.el (string-rectangle, string-insert-rectangle):
12867 * ps-print.el (ps-print-preprint):
12868 * progmodes/pascal.el (pascal-goto-defun):
12869 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
12870 * progmodes/compile.el (compilation-find-file):
12871 * printing.el (pr-interactive-n-up):
12872 * play/animate.el (animate-birthday-present):
12873 * net/rcompile.el (remote-compile):
12874 * man.el (man, Man-goto-section, Man-follow-manual-reference):
12875 * mail/rmailsum.el (rmail-summary-search-backward)
12876 (rmail-summary-search):
12877 * mail/rmailout.el (rmail-output-read-rmail-file-name)
12878 (rmail-output-read-file-name):
12879 * mail/rmail.el (rmail-search, rmail-search-backwards):
12880 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
12881 * locate.el (locate):
12882 * international/quail.el (quail-show-keyboard-layout):
12883 * international/mule.el (set-buffer-file-coding-system)
12884 (revert-buffer-with-coding-system, set-file-name-coding-system)
12885 (set-terminal-coding-system, set-keyboard-coding-system)
12886 (set-next-selection-coding-system):
12887 * international/mule-diag.el (describe-coding-system)
12888 (describe-font, describe-fontset):
12889 * international/mule-cmds.el (universal-coding-system-argument)
12890 (search-unencodable-char, describe-input-method)
12891 (set-language-environment, describe-language-environment):
12892 * international/codepage.el (codepage-setup):
12893 * international/code-pages.el (codepage-setup):
12894 * info.el (Info-search, Info-follow-reference)
12895 (Info-search-backward):
12896 * emacs-lisp/advice.el (ad-read-advised-function)
12897 (ad-read-advice-class, ad-clear-cache, ad-activate)
12898 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
12899 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
12900 (ad-read-regexp):
12901 * ediff-util.el (ediff-toggle-regexp-match):
12902 * ediff-ptch.el (ediff-prompt-for-patch-file):
12903 * dired-aux.el (dired-diff):
12904 * diff.el (diff):
12905 * cus-edit.el (custom-variable-prompt):
12906 * calendar/timeclock.el (timeclock-ask-for-project):
12907 * calc/calcalg3.el (calc-get-fit-variables):
12908 * calc/calc-store.el (calc-edit-variable)
12909 (calc-permanent-variable):
12910 * vc-mcvs.el (vc-mcvs-register):
12911 * shadowfile.el (shadow-define-literal-group):
12912 * woman.el (woman-file-name):
12913 * vc.el (vc-version-diff, vc-merge):
12914 * textmodes/reftex-index.el (reftex-index-complete-tag):
12915 * format.el (format-decode-buffer, format-decode-region):
12916 * emulation/viper-cmd.el (viper-read-string-with-history):
12917 * emacs-lisp/debug.el (cancel-debug-on-entry):
12918 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12919 * ediff.el (ediff-merge-revisions)
12920 (ediff-merge-revisions-with-ancestor, ediff-revision):
12921 * completion.el (interactive-completion-string-reader):
12922 * calc/calc-prog.el (calc-user-define-formula):
12923 Follow convention for reading with the minibuffer.
12924
12925 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
12926
12927 * progmodes/python.el (python-describe-symbol): Add globals() and
12928 locals() to the arguments of emacs.ehelp.
12929
12930 2005-09-24 Magnus Henoch <mange@freemail.hu>
12931
12932 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
12933 New function, code extracted from ispell-valid-dictionary-list.
12934 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
12935 Call it.
12936
12937 2005-09-24 Eli Zaretskii <eliz@gnu.org>
12938
12939 * subr.el (version-regexp-alist): Extend valid syntax for version
12940 strings: allow any of the characters -,_,+ to separate the
12941 alpha/beta/rc part from the version part. Doc fix.
12942 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
12943
12944 2005-09-23 David Reitter <david.reitter@gmail.com>
12945
12946 * mail/mailclient.el: New file.
12947
12948 2005-09-23 Richard M. Stallman <rms@gnu.org>
12949
12950 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
12951 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
12952 Doc fixes.
12953
12954 * progmodes/cc-mode.el (c-font-lock-init):
12955 Specify font-lock-lines-before.
12956
12957 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
12958
12959 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
12960 whole conflict.
12961
12962 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
12963
12964 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
12965 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
12966 of `remap' feature when available. Additional key bindings for
12967 better tty support.
12968 (org-mode-restart, org-force-self-insert): New commands.
12969 (org-time-stamp-inactive): New command.
12970 (org-remap): New function.
12971 (org-table-auto-blank-field, org-level-color-stars-only): New options.
12972 (org-enable-fixed-width-editor): Move to `org-structure'
12973 customization group.
12974 (org-self-insert-command, orgtbl-self-insert-command): Modify to
12975 blank field after field motion commands.
12976
12977 2005-09-23 Kenichi Handa <handa@m17n.org>
12978
12979 * international/mule-cmds.el (set-language-environment):
12980 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
12981 have to call utf-translate-cjk-load-tables.
12982
12983 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
12984
12985 * mouse.el (mouse-move-drag-overlay): Fix last change.
12986
12987 2005-09-22 David Ponce <david@dponce.com>
12988
12989 * tree-widget.el (tree-widget-value-create): Fix previous change.
12990
12991 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12992
12993 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
12994
12995 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12996
12997 * mouse.el (mouse-move-drag-overlay): New function.
12998 (mouse-drag-region-1): Use it.
12999 Try to simplify a bit the state handling. Handle clicks on links
13000 inside intangible areas.
13001 (mouse-save-then-kill): Minor simplification.
13002 (mouse-secondary-overlay): Make it always non-nil instead of
13003 recreating it each time.
13004 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
13005 (mouse-kill-secondary, mouse-secondary-save-then-kill):
13006 Simplify accordingly.
13007
13008 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13009
13010 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
13011
13012 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
13013
13014 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
13015 (ediff-file-name-sans-prefix): Treat nil as an empty string.
13016 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
13017 to patch.
13018
13019 * ediff-util.el: Use insert-buffer-substring.
13020
13021 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
13022
13023 * emulation/viper-cmd.el (viper-change-state): Don't move over the
13024 field boundaries in the minibuffer.
13025 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
13026 (viper-minibuffer-post-command-hook): New hook.
13027 (viper-line): Don't move cursor at bolp.
13028
13029 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
13030
13031 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
13032 avoid compiler warnings.
13033
13034 * emulation/viper-macs.el (ex-map): Better messages.
13035
13036 * emulation/viper-utils.el (viper-beginning-of-field): New function.
13037
13038 * emulation/viper.el: Replace make-variable-buffer-local with
13039 viper-make-variable-buffer-local everywhere, to avoid warnings.
13040
13041 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13042
13043 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
13044 Delete unused var `old-selected-window'.
13045 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
13046 (mouse-drag-secondary): Delete unused var `start-frame'.
13047
13048 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13049
13050 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
13051
13052 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13053
13054 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
13055 Re-indent within 80 columns. Use inhibit-read-only.
13056
13057 2005-09-19 Romain Francoise <romain@orebokech.com>
13058
13059 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
13060
13061 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13062
13063 * font-lock.el (font-lock-default-fontify-region): Don't add a line
13064 unconditionally, since the after-change-function already did it.
13065
13066 2005-09-19 Miles Bader <miles@gnu.org>
13067
13068 * net/newsticker.el: Get rid of CVS keyword.
13069
13070 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
13071
13072 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
13073 The prompt is formatted later.
13074
13075 2005-09-19 David Ponce <david@dponce.com>
13076
13077 * tree-widget.el (tree-widget-value-create): Save the converted
13078 tree :node widget.
13079
13080 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
13081
13082 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
13083 variable `message'.
13084
13085 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
13086
13087 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
13088 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
13089 <slawomir.nowaczyk.847@student.lu.se>.
13090
13091 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
13092
13093 * image.el (image-load-path): Use symbol `data-directory' instead
13094 of its value, for backward compatibility with packages that bind
13095 it during `find-image'. Suggested by Katsumi Yamaoka.
13096 (image-search-load-path): Handle symbols whose values are strings.
13097
13098 2005-09-18 Romain Francoise <romain@orebokech.com>
13099
13100 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
13101 with-current-buffer form in save-excursion.
13102
13103 2005-09-18 Deepak Goel <deego@gnufans.org>
13104
13105 * apropos.el (apropos-command): Fix `message' call: first arg
13106 should be a format spec. In this and all other cases that appear
13107 below and elsewhere in the source code, I made a change only when
13108 two conditions were satisfied: [1] I can think of a possibility
13109 that the arguments would cause an error, for example, the code in
13110 question relies on external variables such as filenames. [2] I
13111 was sure that the arg to `message' could not have been nil in the code.
13112
13113 * textmodes/tildify.el (tildify-region): Ditto.
13114
13115 * textmodes/reftex-index.el (reftex-index-change-entry)
13116 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
13117 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
13118 * textmodes/org.el (org-complete, org-deadline, org-schedule)
13119 (org-priority, org-table-sum):
13120 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
13121 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
13122 (flyspell-word, flyspell-display-next-corrections):
13123 * textmodes/bibtex.el (bibtex-print-help-message):
13124 * textmodes/artist.el (artist-key-set-point-poly):
13125 * term/mac-win.el (mac-services-insert-text):
13126 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
13127 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
13128 (vhdl-port-paste-testbench, vhdl-compose-new-component)
13129 (vhdl-compose-configuration):
13130 * progmodes/sh-script.el (sh-blink, sh-show-indent)
13131 (sh-set-indent, sh-learn-line-indent):
13132 * progmodes/ps-mode.el (ps-mode-target-column):
13133 * progmodes/idlwave.el (idlwave-make-tags)
13134 (idlwave-scan-library-catalogs):
13135 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
13136 * progmodes/gud.el (gud-jdb-analyze-source):
13137 * progmodes/flymake.el (flymake-log):
13138 * progmodes/ebnf2ps.el (ebnf-generate-region):
13139 * progmodes/cmacexp.el (c-macro-expansion):
13140 * progmodes/ada-xref.el (ada-treat-cmd-string):
13141 * progmodes/ada-mode.el (ada-create-case-exception-substring)
13142 (ada-justified-indent-current, ada-batch-reformat):
13143 * play/zone.el (zone):
13144 * play/landmark.el (lm-move):
13145 * play/decipher.el (decipher-show-alphabet):
13146 * net/newsticker.el (newsticker--display-jump)
13147 (newsticker--display-scroll):
13148 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
13149 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
13150 * mail/feedmail.el (feedmail-dump-message-to-queue):
13151 * eshell/esh-proc.el (eshell-remove-process-entry):
13152 * emulation/ws-mode.el (ws-last-error):
13153 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
13154 (viper-record-kbd-macro):
13155 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
13156 * emacs-lisp/lisp-mnt.el (lm-report-bug):
13157 * emacs-lisp/find-func.el (find-function-noselect):
13158 * calendar/timeclock.el (timeclock-status-string)
13159 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
13160 (timeclock-when-to-leave-string):
13161 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
13162 * calc/calc-units.el (calc-enter-units-table):
13163 * calc/calc-mode.el (calc-mode-record-mode):
13164 * woman.el (woman-mini-help):
13165 * wdired.el (wdired-change-to-wdired-mode):
13166 * vc.el (vc-retrieve-snapshot):
13167 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
13168 * startup.el (display-startup-echo-area-message):
13169 * simple.el (set-goal-column):
13170 * ses.el (ses-command-hook, ses-recalculate-cell):
13171 * server.el (server-process-filter):
13172 * printing.el (pr-interface-txt-print, pr-interface-printify)
13173 (pr-interface-ps):
13174 * pcvs.el (cvs-help):
13175 * log-edit.el (log-edit, log-edit-mode-help):
13176 * iswitchb.el (iswitchb-possible-new-buffer):
13177 * isearch.el (isearch-edit-string):
13178 * image-mode.el (image-mode, image-minor-mode):
13179 * ibuf-macs.el (define-ibuffer-filter):
13180 * hi-lock.el (hi-lock-find-patterns):
13181 * files.el (toggle-read-only):
13182 * ediff-util.el (ediff-copy-diff)
13183 (ediff-write-merge-buffer-and-maybe-kill):
13184 * echistory.el (Electric-history-undefined):
13185 * dnd.el (dnd-insert-text):
13186 * dired-aux.el (dired-query):
13187 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
13188 * bookmark.el (bookmark-bmenu-locate):
13189 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
13190 Fix `message' calls to ensure first arg is a format string.
13191 The change was made only when these two conditions were satisfied:
13192 [1] when there is a possibility that the arguments would cause an error
13193 for example, if the code in question relies on external variables
13194 such as filenames, and
13195 [2] if the arg to `message' could not have been nil in the code.
13196
13197 * pcomplete.el (pcomplete--help): Fix `message' format spec.
13198 Not having a %s would be weird, though not technically wrong.
13199
13200 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13201
13202 * term/mac-win.el (mac-add-charset-info): Doc fix.
13203
13204 2005-09-17 Romain Francoise <romain@orebokech.com>
13205
13206 * shell.el (shell-resync-dirs): Handle echoing processes more
13207 reliably. Don't insert resync command if `comint-process-echoes'
13208 is non-nil.
13209
13210 2005-09-17 Magnus Henoch <mange@freemail.hu>
13211
13212 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
13213 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
13214 aspell versions >= 0.60.
13215 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
13216 only if ispell-aspell-supports-utf8 is non-nil.
13217
13218 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13219
13220 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
13221 buffer-local value to lisp-indent-function.
13222
13223 2005-09-17 Milan Zamazal <pdm@zamazal.org>
13224
13225 * progmodes/glasses.el (glasses-make-readable): If
13226 glasses-separator differs from underscore, put appropriate
13227 overlays over underscore characters.
13228 (glasses-convert-to-unreadable): If glasses-separator differs from
13229 underscore, try to convert glasses-separator characters to
13230 underscores.
13231
13232 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13233
13234 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
13235 Use with-syntax-table and dolist.
13236
13237 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
13238
13239 * textmodes/reftex-auc.el:
13240 * textmodes/reftex-cite.el:
13241 * textmodes/reftex-dcr.el:
13242 * textmodes/reftex-global.el:
13243 * textmodes/reftex-parse.el:
13244 * textmodes/reftex-ref.el:
13245 * textmodes/reftex-sel.el:
13246 * textmodes/reftex-toc.el:
13247 * textmodes/reftex-vars.el:
13248 * textmodes/reftex.el: Small changes to remove compiler warnings.
13249
13250 * textmodes/reftex-index.el: Likewise.
13251 (reftex-query-index-phrase): More efficient use of markers.
13252
13253 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13254
13255 * image.el (image-load-path): New variable.
13256 (image-search-load-path): New function.
13257 (find-image): Search for images in `image-load-path'.
13258
13259 2005-09-15 Richard M. Stallman <rms@gnu.org>
13260
13261 * follow.el: Change Maintainer field.
13262
13263 2005-09-15 David Ponce <david@dponce.com>
13264
13265 * recentf.el (recentf-save-file-modes): New option.
13266 (recentf-save-list): Use it.
13267
13268 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
13269
13270 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
13271 (mode-line-mule-info, mode-line-modified): Move bindings from
13272 mouse-3 to mouse-1.
13273
13274 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13275
13276 * simple.el (sendmail-user-agent-compose): Revert last change.
13277
13278 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13279
13280 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
13281 Use with-current-buffer.
13282 (ange-ftp-gwp-start): Remove unused var `gw-user'.
13283 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
13284 (ange-ftp-insert-directory): Remove unused var `short'.
13285 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
13286
13287 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
13288 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
13289
13290 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
13291 (check-calendar-holidays, diary-list-entries): Autoload.
13292 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
13293 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
13294
13295 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
13296 which mistakenly removed a call to display-buffer.
13297
13298 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
13299
13300 * obsolete/iso-insert.el: Move to obsolete/ from international/.
13301
13302 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
13303
13304 * progmodes/hideshow.el
13305 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
13306 (hs-allow-nesting): New user var.
13307 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
13308 (hs-hide-block-at-point): When nesting allowed,
13309 if there is already an overlay in place, delete it.
13310 (hs-safety-is-job-n): Delete func; remove call sites.
13311 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
13312 (hs-overlay-at): New func.
13313 (hs-already-hidden-p, hs-show-block): Use it.
13314 (hs-hide-all): Don't pre-clean if nesting allowed.
13315 (hs-show-all): Temporarily disallow
13316 nesting around call to `hs-discard-overlays'.
13317
13318 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
13319
13320 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
13321 Delete unused local var.
13322
13323 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
13324
13325 * help-fns.el (describe-categories): "?\ " -> "?\s".
13326 (help-do-arg-highlight): Recognize also ARG-n, as in
13327 `move-to-left-margin' (ARG+n is already recognized). Simplify.
13328
13329 * international/codepage.el (dos-unsupported-char-glyph):
13330 * net/newsticker.el (tool-bar-map, w3-mode-map)
13331 (w3m-minor-mode-map):
13332 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
13333 (ent-alist):
13334 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
13335
13336 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
13337
13338 * custom.el (custom-push-theme): Handle the case where a symbol is
13339 bound but face properties have not yet been assigned.
13340
13341 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
13342 Fix behavior if noerase is `t' and there is no mail buffer.
13343
13344 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
13345 if `continue' is nil, rather than signal an error.
13346
13347 2005-09-12 Richard M. Stallman <rms@gnu.org>
13348
13349 * font-lock.el (font-lock-keywords): Add autoload.
13350
13351 * help-fns.el (describe-variable): Rearrange to put source link
13352 in a predictable place.
13353
13354 * net/newsticker.el: New file.
13355
13356 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13357
13358 * calendar/calendar.el (calendar-for-loop): Add edebug info.
13359 (calendar-basic-setup): Use the new nil arg.
13360 (number-of-diary-entries): Move to diary-lib.el.
13361
13362 * calendar/diary-lib.el: Use with-current-buffer, match-string.
13363 (diary-list-entries): Use with-syntax-table and dolist.
13364 Rename from list-diary-entries.
13365 Use number-of-diary-entries if `number' is nil.
13366 (diary, diary-view-entries): Use this new name and new nil arg value.
13367 (number-of-diary-entries): Move from calendar.el.
13368 (diary-unhide-everything): New function.
13369 (include-other-diary-files, fancy-diary-display)
13370 (diary-show-all-entries, make-diary-entry): Use it.
13371 (diary-mail-entries): Use buffer-string.
13372 (mark-diary-entries): Fix long standing paren typo.
13373 (diary-sexp-entry): Use count-lines.
13374 (make-diary-entry): Avoid `previous-line'.
13375 (diary-mode-map): New var.
13376 (diary-mode): Redraw cal after saving. Setup header-line.
13377 (fancy-diary-display-mode): Use local-set-key.
13378
13379 * startup.el (command-line): Try calling various terminal-init-foo-bar
13380 functions by stripping hyphenated suffixes from $TERM.
13381
13382 * files.el (normal-mode): Check boundness of font-lock-keywords.
13383
13384 2005-09-12 Richard M. Stallman <rms@gnu.org>
13385
13386 * progmodes/compile.el: Don't decide a file's directory
13387 until the user actually tries to go there.
13388 (compilation-next-error-function):
13389 Pass compilation-find-file the directory from the file-struct.
13390 (compilation-internal-error-properties): Separate local FILE-STRUCT
13391 from FILE. Doc the args better. Rename arg FMT to FMTS.
13392 (compilation-find-file): Arg DIR renamed to DIRECTORY.
13393 Expand it, and if nil, use default-directory.
13394 (compilation-get-file-structure): Don't mix specified directory
13395 with default directory. Put specified directory into
13396 file-struct. Don't make the file name absolute.
13397
13398 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
13399 (compile-command): Add autoload.
13400 (compilation-disable-input): Add autoload.
13401
13402 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
13403
13404 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
13405 strings of the variables it can override.
13406 (time-stamp): New (as yet undocumented) time-stamp-format escapes
13407 %Q and %q, for fully-qualified domain name and unqualified host name.
13408
13409 2005-09-11 Kim F. Storm <storm@cua.dk>
13410
13411 * emacs-lisp/authors.el (authors-aliases): Update list.
13412 (authors-fixed-entries): Update mldrag.el entry.
13413
13414 2005-09-10 Alan Mackenzie <acm@muc.de>
13415
13416 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
13417 from the region narrowed to.
13418
13419 2005-09-10 Magnus Henoch <mange@freemail.hu>
13420
13421 * textmodes/ispell.el (ispell-check-version): Signal an error if
13422 aspell version is less than 0.60.
13423
13424 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
13425
13426 * progmodes/octave-inf.el (inferior-octave-startup):
13427 Resync current dir at the end.
13428
13429 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
13430
13431 * woman.el (woman-topic-at-point-default):
13432 Rename to woman-use-topic-at-point-default.
13433 (woman-topic-at-point): Rename to woman-use-topic-at-point.
13434 (woman-file-name): Reflect renames above. Automatically use the
13435 word at point as topic if woman-use-topic-at-point is non-nil.
13436 Otherwise offer it as default but don't insert it in the
13437 minibuffer. Also use `test-completion' instead of `assoc' as
13438 suggested by Stefan Monnier.
13439
13440 2005-09-10 Andre Spiegel <spiegel@gnu.org>
13441
13442 * vc.el (vc-directory, vc-update-change-log): Throw an error on
13443 the attempt to do it over Tramp. This is not yet supported.
13444
13445 2005-09-10 Eli Zaretskii <eliz@gnu.org>
13446
13447 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
13448 (menu-bar-non-minibuffer-window-p): New functions.
13449 ("Split Window", "Save As..."): Use them.
13450 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
13451 ("Print Buffer", "Truncate Long Lines in this Buffer"):
13452 Use menu-bar-menu-frame-live-and-visible-p.
13453 ("Save Buffer", "Insert File", "Open Directory...")
13454 ("Open File...", "Visit New File..."):
13455 Use menu-bar-non-minibuffer-window-p.
13456 (kill-this-buffer-enabled-p, dired <menu-enable>):
13457 Use menu-bar-non-minibuffer-window-p.
13458
13459 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13460
13461 * cus-start.el (all): Don't complain about fringe-related
13462 built-ins if fringes are not supported. Ditto about
13463 selection-related built-ins. Fix the test for GTK-related built-ins.
13464
13465 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
13466 ("Postscript Print Buffer", "Print Region", "Save As...")
13467 ("Save", "Insert File...", "Open Directory...")
13468 ("Open File...", "Visit New File..."")
13469 ("Truncate Long Lines in this Buffer"): Don't look at
13470 menu-updating-frame if this display does not support multiple frames.
13471
13472 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13473
13474 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
13475
13476 2005-09-09 Emilio Lopes <eclig@gmx.net>
13477
13478 * woman.el: Format- and whitespace-related changes.
13479
13480 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13481
13482 * woman.el: Fix my email address.
13483
13484 2005-09-08 Richard M. Stallman <rms@gnu.org>
13485
13486 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
13487 (sh-mode): Locally set skeleton-pair-default-alist.
13488
13489 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
13490
13491 * progmodes/flymake.el: Require `compile' unconditionally.
13492
13493 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
13494
13495 * woman.el (woman-file-name): Provide a default, not initial input.
13496
13497 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
13498
13499 * font-lock.el (font-lock-support-mode): Doc fix.
13500
13501 * descr-text.el (describe-property-list): Handle non-symbol prop names.
13502
13503 2005-09-08 Richard M. Stallman <rms@gnu.org>
13504
13505 * simple.el (blink-matching-open): Get rid of text props from
13506 the string shown in echo area. Don't permanently set point.
13507 Some rearrangements.
13508
13509 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
13510
13511 * recentf.el (recentf-filename-handler): Add custom choice
13512 `abbreviate-file-name'.
13513
13514 * msb.el (msb--very-many-menus): Fix typo.
13515
13516 * disp-table.el (standard-display-european): Don't set
13517 enable-multibyte-characters to nil.
13518
13519 2005-09-08 David Ponce <david@dponce.com>
13520
13521 * recentf.el (recentf-show-file-shortcuts-flag): New option.
13522 (recentf-expand-file-name): Doc fix.
13523 (recentf-dialog-mode-map): Define digit shortcuts.
13524 (recentf--files-with-key): New variable.
13525 (recentf-show-digit-shortcut-filter): New function.
13526 (recentf-open-files-items): New function.
13527 (recentf-open-files): Use it.
13528 (recentf-open-file-with-key): New command.
13529
13530 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
13531
13532 * buff-menu.el (Buffer-menu-sort-by-column): New function.
13533 Suggested by Kim F. Storm.
13534 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
13535 (Buffer-menu-make-sort-button): Use global keymap.
13536
13537 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
13538
13539 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
13540 (Man-getpage-in-background-advice): Remove defadvice; it isn't
13541 necessary any longer with the remapped command.
13542 (Man-bgproc-sentinel-advice): Remove defadvice which counts
13543 formatting time only.
13544
13545 * net/tramp.el (tramp-action-password)
13546 (tramp-multi-action-password): Compile the password prompt from
13547 `method', `user' and `host'. Sometimes it isn't obvious which
13548 password to enter, for example with remote files offered by
13549 recentf.el, or with multiple steps. Suggested by Robert Marshall
13550 <robert@chezmarshall.freeserve.co.uk>.
13551
13552 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13553
13554 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13555 Fix regexp for when "s///" is at the beginning of line.
13556
13557 2005-09-07 Jay Belanger <belanger@truman.edu>
13558
13559 * calc/calc-poly.el (math-expand-term): Multiply out any powers
13560 when in matrix mode.
13561
13562 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
13563
13564 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
13565 non-anonymous functions.
13566
13567 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
13568
13569 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
13570 when using a header line. Otherwise, use mouse-1-click-follows-link.
13571
13572 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
13573 can't be moved; don't signal an error.
13574
13575 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
13576
13577 * cus-theme.el (custom-theme-write-faces): Save the current face
13578 spec, not the defface spec.
13579
13580 * custom.el (custom-known-themes): Clarify meaning of "standard".
13581 (custom-push-theme): Save old values in the standard theme.
13582 (disable-theme): Correct typo.
13583 (custom-face-theme-value) Deleted unused function.
13584 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
13585
13586 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
13587
13588 * progmodes/compile.el (compilation-goto-locus): Take into account
13589 iconified frames when determining whether the buffer is
13590 already visible.
13591 Don't reset window height if the window already existed.
13592
13593 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
13594
13595 * custom.el (load-theme): Rename from require-theme.
13596 Add interactive spec.
13597 (enable-theme): Rename from custom-enable-theme.
13598 Add interactive spec.
13599 (disable-theme): Rename from custom-disable-theme.
13600 Add interactive spec.
13601 (custom-make-theme-feature): Doc fix.
13602 (custom-theme-directory): Doc fix.
13603 (provide-theme): Call enable-theme.
13604
13605 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
13606
13607 * obsolete/lazy-lock.el (lazy-lock-mode):
13608 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
13609 font-lock-mode if it's off. Print a warning instead.
13610
13611 * progmodes/compile.el (compilation-start): Ignore errors if the
13612 process died before we get to send-eof.
13613
13614 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
13615 Undo last change. Enclosing the result in quotes broke things on Unix
13616 since tex-send-command passes it through shell-quote-argument.
13617 (tex-send-command): Pass `file' through convert-standard-filename
13618 when possible.
13619 (tex-uptodate-p): Handle the case where TeX hasn't put additional
13620 info in a transcript.
13621
13622 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
13623
13624 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
13625 fix compilation warning. Reorder the key definitions to group
13626 together keys emitted by the current version of xterm.
13627
13628 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
13629 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
13630 Reorder predicates to correct min-color usage.
13631
13632 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
13633
13634 * longlines.el (longlines-mode): Inhibit read-only when encoding.
13635 Kill local variables when longlines-mode is turned off.
13636
13637 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
13638
13639 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
13640
13641 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
13642
13643 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
13644
13645 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
13646 (font-lock-lines-before): Change default to being inactive.
13647 (font-lock-default-fontify-region): Obey font-lock-lines-before.
13648 (font-lock-after-change-function): Don't handle f-l-lines-before here.
13649
13650 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
13651
13652 * net/tramp.el (tramp-handle-make-auto-save-file-name):
13653 Deactivate temporarily advice if active (not needed for Emacs 22,
13654 but for backwards compatibility).
13655 (tramp-exists-file-name-handler): Rewrite. First implementation
13656 was too simple.
13657 (tramp-advice-make-auto-save-file-name):
13658 Call `tramp-handle-make-auto-save-file-name' (again, just for
13659 backwards compatibility).
13660
13661 2005-08-31 Reto Zimmermann <reto@gnu.org>
13662
13663 * progmodes/vhdl-mode.el
13664 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
13665 (vhdl-end-p): Fix indentation bug "else" after "-- when".
13666 (vhdl-set-default-project): New function (easier setting of default).
13667 (vhdl-port-copy): Handle extended identifiers for generics.
13668 (vhdl-compiler-alist): Better description for error message regexp.
13669 (vhdl-make): Query for target, use previous as default.
13670 (vhdl-port-copy): Fix port copy for port names starting with "signal".
13671 (vhdl-font-lock-keywords-2): Fix fontification for record
13672 el. assign.
13673 (vhdl-speedbar-make-subpack-line): Add package body link.
13674 (vhdl-generate-makefile-1): Not include itself as dependency.
13675 (vhdl-font-lock-init): Highlight c-preprocessor directives.
13676 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
13677 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
13678 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
13679 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
13680 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
13681 (vhdl-import-project): Add string argument for `error'.
13682 (vhdl-compose-configuration)
13683 (vhdl-compose-configuration-architecture): Add configuration
13684 declaration generation.
13685 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
13686 (vhdl-trailer-re): Add "record" keyword (better indentation).
13687 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
13688 "[^ \t-\"]+".
13689 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
13690 (vhdl-testbench-entity-file-name)
13691 (vhdl-testbench-architecture-file-name): Allow separate
13692 customization of testbench file names.
13693 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
13694 (vhdl-get-visible-signals): Allow newline within alias declaration.
13695 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
13696 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
13697 (member-ignore-case): Alias for missing function in XEmacs.
13698 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
13699 (vhdl-update-sensitivity-list): Ignore case on read signals.
13700 (vhdl-replace-string): Adjust case only for file names.
13701 (vhdl-update-sensitivity-list): Fix search for read signals.
13702 (vhdl-update-sensitivity-list): Exclude formal parameters.
13703 (vhdl-get-visible-signals): Include aliases of signals.
13704 (vhdl-get-visible-signals): Fix signal name searching.
13705 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
13706 (vhdl-fixup-whitespace-region): Fix for character
13707 literals (e.g. `:').
13708
13709 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
13710
13711 * ansi-color.el (comint-last-output-start):
13712 * bs.el (font-lock-verbose):
13713 * diff-mode.el (add-log-buffer-file-name-function):
13714 * dired-x.el (vm-folder-directory):
13715 * faces.el (help-xref-stack-item):
13716 * files.el (font-lock-keywords):
13717 * find-lisp.el (dired-buffers, dired-subdir-alist):
13718 * ido.el (cua-inhibit-cua-keys):
13719 * log-view.el (cvs-minor-wrap-function):
13720 * outline.el (font-lock-warning-face):
13721 * simple.el (compilation-current-error):
13722 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
13723 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
13724 * tooltip.el (comint-prompt-regexp):
13725 * w32-fns.el (explicit-shell-file-name):
13726 * term/mac-win.el (mac-charset-info-alist)
13727 (mac-services-selection, mac-system-script-code):
13728 * term/tty-colors.el (msdos-color-values):
13729 * term/w32-win.el (xlfd-regexp-registry-subnum):
13730 * term/x-win.el (x-keysym-table, x-selection-timeout)
13731 (x-session-id, x-session-previous-id):
13732 * textmodes/ispell.el (mail-yank-prefix):
13733 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
13734 * textmodes/org.el (calc-embedded-close-formula)
13735 (calc-embedded-open-formula)
13736 (font-lock-unfontify-region-function):
13737 * textmodes/reftex-global.el (isearch-next-buffer-function)
13738 (TeX-master):
13739 * textmodes/reftex.el (font-lock-keywords):
13740 * textmodes/tex-mode.el (font-lock-comment-face)
13741 (font-lock-doc-face):
13742 * textmodes/texinfo.el (outline-heading-alist):
13743 Add defvars.
13744
13745 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
13746 (artist-spray-chars, artist-mode-init, artist-replace-string)
13747 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
13748 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
13749 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
13750
13751 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
13752 (conf-align-assignments): "?\ " -> "?\s".
13753
13754 * textmodes/reftex-index.el (TeX-master): Add defvar.
13755 (reftex-index-phrases-marker): Move up defvar.
13756
13757 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
13758 (reftex-toc-include-labels-indicator)
13759 (reftex-toc-include-index-indicator)
13760 (reftex-toc-max-level-indicator): Move up declarations.
13761
13762 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
13763 of args to `tramp-run-real-handler', even if it's empty in this case.
13764
13765 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13766
13767 * dired.el (dired-move-to-filename-regexp): Add date format for
13768 Mac OS X 10.3 in East Asian locales.
13769
13770 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
13771
13772 * files.el (make-auto-save-file-name): Add file name handler call
13773 if applicable.
13774
13775 * net/tramp.el (tramp-file-name-handler-alist)
13776 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
13777 (tramp-handle-make-auto-save-file-name): Rename from
13778 `tramp-make-auto-save-file-name'.
13779 (tramp-exists-file-name-handler): New defun.
13780 (tramp-advice-make-auto-save-file-name): Make defadvice only when
13781 `make-auto-save-file-name' is not a magic file name operation.
13782
13783 2005-08-30 Richard M. Stallman <rms@gnu.org>
13784
13785 * files.el (risky-local-variable-p):
13786 Match `-predicates' and `-commands.
13787
13788 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
13789 (custom-save-all): Visit the file if necessary;
13790 kill the buffer if we created it.
13791 (custom-save-delete): Don't visit file or kill buffer here.
13792
13793 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
13794
13795 * textmodes/org.el (org-special-keyword): New face.
13796 (org-table-copy-down, org-table-eval-formula)
13797 (org-table-recalculate, org-init-section-numbers):
13798 Use `string-to-number' instead of `string-to-int'.
13799 (org-get-location): Use `insert-buffer-substring' instead of
13800 `insert-buffer'.
13801 (org-modify-diary-entry-string): New function.
13802 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
13803 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
13804 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
13805 active region.
13806 (org-export-as-html): Handle QUOTE keyword.
13807 (org-quote-string): New option.
13808 (org-bookmark-jump-unhide): New function, used for
13809 `bookmark-after-jump-hook'.
13810 (org-diary-default-entry): Apply only when not called through
13811 `org-agenda'.
13812
13813 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
13814
13815 * net/eudc.el (mode-popup-menu):
13816 * play/handwrite.el (ps-printer-name, ps-lpr-command):
13817 * progmodes/ada-mode.el (compile-auto-highlight)
13818 (skeleton-further-elements):
13819 * progmodes/autoconf.el (font-lock-syntactic-keywords):
13820 * progmodes/cmacexp.el (msdos-shells):
13821 * progmodes/compile.el (font-lock-extra-managed-props)
13822 (font-lock-keywords, font-lock-maximum-size)
13823 (font-lock-support-mode):
13824 * progmodes/grep.el (font-lock-lines-before):
13825 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
13826 * progmodes/mixal-mode.el (compile-command):
13827 * progmodes/perl-mode.el (font-lock-comment-face)
13828 (font-lock-doc-face, font-lock-string-face):
13829 * progmodes/prolog.el (comint-prompt-regexp):
13830 * progmodes/sh-script.el (font-lock-comment-face)
13831 (font-lock-set-defaults, font-lock-string-face):
13832 * progmodes/sql.el (font-lock-keyword-face)
13833 (font-lock-set-defaults, font-lock-string-face):
13834 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
13835 (itimer-version, lazy-lock-defer-contextually)
13836 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
13837 Add defvars.
13838
13839 * progmodes/cperl-mode.el (cperl-electric-lbrace)
13840 (cperl-electric-keyword, cperl-electric-pod)
13841 (cperl-electric-backspace, cperl-forward-re)
13842 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
13843 (vc-rcs-header, vc-sccs-header): Add defvars.
13844
13845 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
13846 (font-lock-syntactic-keywords, gud-find-expr-function):
13847 Add defvars.
13848
13849 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
13850 (gdb-frame-parameters): Declare before use.
13851
13852 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
13853 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
13854 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
13855 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
13856
13857 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
13858 (idlwave-help-with-source): Use `insert-buffer-substring', not
13859 `insert-buffer'.
13860
13861 2005-08-29 Juri Linkov <juri@jurta.org>
13862
13863 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
13864 Put outline-back-to-heading function call inside save-excursion.
13865
13866 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
13867
13868 * man.el (Man-init-defvars, Man-translate-references)
13869 (Man-support-local-filenames, Man-highlight-references):
13870 * progmodes/sql.el (sql-interactive-mode):
13871 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
13872
13873 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
13874 (compilation-mode-font-lock-keywords): Add defvars.
13875 (checkdoc-interactive-loop): "?\ " -> "?\s".
13876
13877 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
13878 (font-lock-doc-face, font-lock-string-face)
13879 (font-lock-keywords-case-fold-search): Add defvars.
13880 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
13881
13882 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
13883 Don't pass X and Y (they are ignored anyway).
13884 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
13885 (mouse-delete-window): Make arguments optional.
13886
13887 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
13888 (caesar-translate-table, minor-modes, news-buffer-save)
13889 (news-group-name, news-minor-modes): Add defvars.
13890
13891 * emacs-lisp/lselect.el (mouse-highlight-priority)
13892 (x-lost-selection-functions, zmacs-regions):
13893 * emacs-lisp/pp.el (font-lock-verbose):
13894 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
13895 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
13896 (ses-mode-map):
13897 * emacs-lisp/tcover-unsafep.el (safe-functions):
13898 * international/mule-cmds.el (mac-system-coding-system)
13899 (mac-system-locale):
13900 * language/ethio-util.el (rmail-current-message)
13901 (rmail-message-vector):
13902 * language/thai-util.el (thai-auto-composition-mode):
13903 * mail/metamail.el (rmail-current-message, rmail-message-vector):
13904 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
13905 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
13906 (vm-primary-inbox, vm-spool-files):
13907 * mail/rmail.el (deleted-head, font-lock-fontified)
13908 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
13909 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
13910 (total-messages):
13911 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
13912 (rmail-summary-mode-map):
13913 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
13914 (rmail-last-label, rmail-last-multi-labels)
13915 (rmail-summary-vector, rmail-total-messages):
13916 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
13917 * mail/rmailsum.el (msgnum):
13918 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
13919 (rmail-current-message):
13920 * obsolete/fast-lock.el (font-lock-face-list):
13921 * obsolete/rnewspost.el (mail-reply-buffer):
13922 * obsolete/scribe.el (compile-command):
13923 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
13924
13925 2005-08-28 John Paul Wallington <jpw@gnu.org>
13926
13927 * ibuf-ext.el (ibuffer-auto-update-changed):
13928 Use `frame-or-buffer-changed-p' to check whether we need to update.
13929 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
13930 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
13931 as a `frame-or-buffer-changed-p' state vector instead.
13932
13933 2005-08-27 Romain Francoise <romain@orebokech.com>
13934
13935 * textmodes/makeinfo.el (makeinfo-compile):
13936 Use `compilation-start'. Set `next-error-function' according to
13937 `disable-errors'.
13938 (makeinfo-next-error): New function.
13939 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
13940 (makeinfo-buffer): Likewise.
13941
13942 * progmodes/compile.el (compilation-start): Add autoload cookie.
13943
13944 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
13945 * textmodes/sgml-mode.el: Likewise.
13946 * progmodes/python.el: Likewise.
13947
13948 2005-08-27 Eli Zaretskii <eliz@gnu.org>
13949
13950 * simple.el (blink-matching-paren-distance): Document the meaning
13951 of nil value, and allow to customize to nil.
13952
13953 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
13954 command.com, not command.exe.
13955
13956 2005-08-26 John Wiegley <johnw@newartisans.com>
13957
13958 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
13959 code around a bit so that an extraneous nil argument is not added
13960 to a command when no args are given.
13961
13962 * eshell/esh-arg.el (eshell-parse-double-quote): If a
13963 double-quoted argument resolves to nil, return it as an empty
13964 string rather than as nil. This made it impossible to pass "" to
13965 a shell script as a null string argument.
13966
13967 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
13968
13969 * outline.el (outline-invent-heading): New fun.
13970 (outline-promote, outline-demote): Use it.
13971 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
13972 (outline-end-of-subtree): Remove unused var `opoint'.
13973
13974 2005-08-26 David Reitter <david.reitter@gmail.com>
13975
13976 * menu-bar.el (truncate-lines, write-file, print-buffer)
13977 (ps-print-buffer-faces, ps-print-buffer, split-window):
13978 Disable menu items when the frame they refer to is invisible, or when
13979 they refer to a buffer and the minibuffer is selected.
13980
13981 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
13982
13983 * progmodes/flymake.el (flymake-highlight-err-lines):
13984 Use save-excursion around flymake-highlight-line to preserve point.
13985
13986 2005-08-26 Eli Zaretskii <eliz@gnu.org>
13987
13988 * progmodes/octave-mod.el: Change Author and Maintainer address.
13989 (octave-maintainer-address): Change Kurt's email address.
13990 * progmodes/octave-inf.el: Change Author and Maintainer address.
13991 * progmodes/octave-hlp.el: Change Author and Maintainer address.
13992
13993 2005-08-26 Kim F. Storm <storm@cua.dk>
13994
13995 * subr.el (version-list-<, version-list-<=, version-list-=):
13996 Rename from integer-list-*.
13997 (version-list-not-zero): Likewise. Fix while loop.
13998 (version=): Use version-list-= instead of string-equal.
13999
14000 2005-08-26 Richard M. Stallman <rms@gnu.org>
14001
14002 * outline.el (outline-promote): Try shortening the heading.
14003 As last resort, read the heading to use.
14004 (outline-demote): As last resort, read the heading to use.
14005
14006 2005-08-26 Romain Francoise <romain@orebokech.com>
14007
14008 * progmodes/compile.el (compilation-start): Doc fix.
14009
14010 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
14011 (antlr-font-lock-additional-keywords): Fix reference to
14012 `antlr-font-lock-literal-regexp' erroneously changed during the
14013 mass face rename.
14014 (antlr-run-tool): Use `compilation-start'.
14015
14016 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
14017 instead of the obsolete `compile-internal'.
14018
14019 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
14020
14021 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
14022 (number, original-date):
14023 * calendar/cal-china.el (date):
14024 * calendar/cal-coptic.el (date):
14025 * calendar/cal-french.el (date):
14026 * calendar/cal-hebrew.el (date, entry, number, original-date):
14027 * calendar/cal-islam.el (date, number, original-date):
14028 * calendar/cal-iso.el (date):
14029 * calendar/cal-julian.el (date):
14030 * calendar/cal-mayan.el (date):
14031 * calendar/cal-menu.el (date, event):
14032 * calendar/cal-persia.el (date):
14033 * calendar/lunar.el (date):
14034 * calendar/solar.el (date): Add defvars.
14035
14036 * emerge.el:
14037 * ibuffer.el:
14038 * info-xref.el:
14039 * obsolete/bg-mouse.el:
14040 * obsolete/sun-curs.el:
14041 * obsolete/swedish.el: Move the `defvar's to the top level.
14042
14043 * smerge-mode.el (smerge-refined-change): Add :group.
14044
14045 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
14046
14047 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
14048 (smerge-keep-n): Remove props.
14049 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
14050 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
14051 now that it's done in smerge-keep-n.
14052 (smerge-refined-change): New face.
14053 (smerge-refine-chopup-region, smerge-refine-highlight-change)
14054 (smerge-refine): New funs.
14055 (smerge-basic-map): Bind smerge-refine.
14056
14057 2005-08-25 Juri Linkov <juri@jurta.org>
14058
14059 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
14060 compilation-process-setup-function and compilation-disable-input
14061 in grep-mode instead of let-bindings in grep.
14062
14063 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
14064 Delete "Automatic File De/compression" (auto-compression-mode).
14065
14066 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
14067
14068 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
14069 Silence warning about non-existent variable.
14070
14071 2005-08-25 Richard M. Stallman <rms@gnu.org>
14072
14073 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
14074 Rename "Describe Key" to "Describe Key or Mouse Operation".
14075
14076 * mail/mailalias.el (build-mail-aliases): Delete comments
14077 from the contents before processing them.
14078
14079 * isearch.el (isearch-edit-string): Erase the Search prompt
14080 if user enters an empty string and there is no default.
14081
14082 * comint.el (comint-file-name-prefix): Add autoload.
14083
14084 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
14085
14086 * subr.el (play-sound): Rearrange to avoid warning.
14087
14088 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
14089
14090 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
14091 New hook.
14092 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
14093
14094 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14095
14096 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
14097
14098 * custom.el (custom-theme-set-variables): Sort minor modes last.
14099
14100 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14101
14102 * subr.el (version-separator, version-regexp-alist): New vars used by
14103 version comparison funs.
14104 (integer-list-<, integer-list-=, integer-list-<=)
14105 (integer-list-not-zero): New funs for integer list comparison.
14106 (version-to-list, version=, version<, version<=): New funs for version
14107 comparison.
14108
14109 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
14110
14111 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
14112 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
14113 time to silence the byte-compiler.
14114
14115 * ibuffer.el (ibuffer-compile-make-eliding-form)
14116 (ibuffer-check-formats): Use `with-no-warnings' to hide references
14117 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
14118 so it's silly to get warnings for it).
14119 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
14120 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
14121 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
14122 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
14123 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
14124 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
14125 Defvar at compile time.
14126 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
14127 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
14128 Declare them before use.
14129
14130 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
14131 (info-xref-good, info-xref-bad): Defvar at compile time.
14132
14133 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
14134 Use `let*' instead of `let'.
14135
14136 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
14137 (*mouse-y*, menu, char): Defvar at compile time.
14138 (sc::menu): Declare it before use.
14139 (sc::pack-one-line): Use `let', not `let*'.
14140
14141 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
14142 (mail-send-hook): Defvar at compile time.
14143
14144 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
14145 Defvar at compile time.
14146
14147 * term/sun-mouse.el (current-global-mousemap)
14148 (current-local-mousemap): Declare them before use.
14149
14150 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
14151
14152 * bookmark.el (bookmark-after-jump-hook): New hook.
14153 (bookmark-jump): Run `bookmark-after-jump-hook'.
14154
14155 2005-08-23 Juri Linkov <juri@jurta.org>
14156
14157 * faces.el (minibuffer-prompt): Doc fix.
14158
14159 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
14160
14161 * progmodes/xscheme.el: Trivial changes to silence warnings.
14162 (xscheme-previous-mode, xscheme-previous-process-state):
14163 Add defvars.
14164 (xscheme-last-input-end, xscheme-process-command-line)
14165 (xscheme-process-name, xscheme-buffer-name)
14166 (xscheme-expressions-ring-max, xscheme-expressions-ring)
14167 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
14168 (xscheme-control-g-synchronization-p)
14169 (xscheme-control-g-disabled-p, xscheme-string-receiver)
14170 (default-xscheme-runlight, xscheme-runlight)
14171 (xscheme-runlight-string, xscheme-process-filter-state)
14172 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
14173 Move to beginning of file.
14174 (scheme-interaction-mode-commands-alist)
14175 (scheme-interaction-mode-map, scheme-debugger-mode-map):
14176 Declare them before use. Note: the initialization code for the variables
14177 has not been moved because it uses functions that reference the variables.
14178 (xscheme-control-g-message-string, xscheme-process-filter-alist)
14179 (xscheme-prompt-for-expression-map): Declare them before use.
14180 (scheme-debugger-mode-commands): "?\ " -> "?\s".
14181
14182 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
14183
14184 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
14185
14186 2005-08-22 Juri Linkov <juri@jurta.org>
14187
14188 * faces.el (set-face-underline): Delete this duplicate function
14189 and make an obsolete alias to set-face-underline-p.
14190 (set-face-underline-p): Use docstring of set-face-underline.
14191 (describe-face): Create hyperlink to parent face.
14192
14193 * info.el (Info-insert-dir): Use save-excursion around
14194 insert-buffer-substring.
14195 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
14196 (Info-escape-percent): Delete function.
14197 (Info-fontify-node): Replace Info-escape-percent by
14198 replace-regexp-in-string with REP arg set to lambda that
14199 duplicates `%' and preserves text properties.
14200
14201 * progmodes/compile.el (compilation-disable-input): Doc fix.
14202 (define-compilation-mode): Doc fix and refill.
14203 (kill-compilation): Use `mode-name' in the error message.
14204 (compilation-find-file): Use `compilation-error' in the
14205 read-file-name's prompt.
14206
14207 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14208
14209 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
14210 (smerge-auto-leave): Make undo re-enable the mode.
14211 (debug-ignored-errors): Add the user-error of impossible resolution.
14212 (smerge-resolve): Move things around a bit, in preparation for later.
14213 (smerge-diff): Don't fail if the buffer has no associated file.
14214 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
14215 (smerge-conflict-overlay): New function.
14216 (smerge-match-conflict): Don't add text properties here.
14217 (smerge-find-conflict): Instead, add an overlay here.
14218 Also check for the case where we're inside a conflict already, so as to
14219 obviate the need for font-lock-multiline, which is unbearably slow with
14220 large conflicts and ciomplex font-lock patterns.
14221 (smerge-remove-props): Remove overlay rather than text-properties.
14222 (smerge-mode): Don't set font-lock-multiline.
14223 Remove overlays when turned off.
14224
14225 2005-08-21 Kim F. Storm <storm@cua.dk>
14226
14227 * ido.el (ido-ignore-item-p): Use save-match-data.
14228 Bind case-fold-search to ido-case-fold locally.
14229
14230 2005-08-20 Richard M. Stallman <rms@gnu.org>
14231
14232 * files.el (normal-mode): If font lock is on, turn it off and on.
14233
14234 * subr.el (replace-regexp-in-string): Doc fix.
14235
14236 * startup.el (command-line-1): Don't suppress startup screen
14237 due to existing processes.
14238
14239 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
14240
14241 * progmodes/compile.el (compilation-disable-input): Default to nil.
14242
14243 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14244
14245 * progmodes/compile.el (compilation-disable-input): New defcustom.
14246 (compilation-start): If compilation-disable-input is non-nil, send
14247 EOF to the compilation process.
14248
14249 2005-08-20 Eli Zaretskii <eliz@gnu.org>
14250
14251 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
14252 Run the argument of tex-shell-cd-command through
14253 convert-standard-filename, to get the correct style of slashes on
14254 Windows, and enclose the result in quotes, in case the file name
14255 includes whitespace or other special characters.
14256
14257 2005-08-19 Andreas Schwab <schwab@suse.de>
14258
14259 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
14260 process.
14261
14262 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
14263
14264 * cus-start.el (minibuffer-prompt-properties): Correct typo.
14265
14266 2005-08-18 Kim F. Storm <storm@cua.dk>
14267
14268 * scroll-lock.el: Fix errors due to incorrect line wrapping.
14269
14270 2005-08-18 Richard M. Stallman <rms@gnu.org>
14271
14272 * scroll-lock.el: New file.
14273
14274 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
14275
14276 * dired.el (dired-move-to-end-of-filename):
14277 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
14278
14279 2005-08-18 Kim F. Storm <storm@cua.dk>
14280
14281 * ido.el (ido-everywhere): Fix defcustom :set function to disable
14282 rather than toggle mode when custom value is nil.
14283 (ido-everywhere): Fix defun doc string.
14284
14285 2005-08-17 Richard M. Stallman <rms@gnu.org>
14286
14287 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
14288 as tag instead of "Inviolable".
14289
14290 2005-08-17 Kim F. Storm <storm@cua.dk>
14291
14292 * windmove.el (windmove-coordinates-of-position): Remove.
14293 (windmove-coordinates-of-window-position): Remove.
14294 (windmove-reference-loc): Use posn-at-point instead.
14295
14296 * subr.el (insert-for-yank-1): Doc fix.
14297
14298 * ido.el (ido-enter-matching-directory): Rename from
14299 ido-enter-single-matching-directory. Change `slash' choice to
14300 `only'. Add `first' choice.
14301 (ido-exhibit): Adapt to above changes.
14302
14303 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
14304
14305 * Makefile.in: Expand comment about building loaddefs.el.
14306
14307 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
14308
14309 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
14310 Comment use of defadvice.
14311
14312 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
14313
14314 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
14315
14316 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
14317 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
14318 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
14319 * progmodes/idlw-shell.el, progmodes/ld-script.el,
14320 * progmodes/which-func.el, ruler-mode.el, strokes.el,
14321 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
14322 for backward compatibility for faces that did not appear in the
14323 previous Emacs release.
14324
14325 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
14326
14327 2005-08-15 Kim F. Storm <storm@cua.dk>
14328
14329 * emulation/cua-base.el (cua-delete-region): Return t if
14330 deleted region was non-empty.
14331 (cua-replace-region): Inhibit overwrite-mode for
14332 self-insert-command if replaced region was non-empty.
14333 (cua--explicit-region-start, cua--status-string): Make them
14334 buffer-local at top-level...
14335 (cua-mode): ...rather than when mode is enabled.
14336
14337 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
14338
14339 * progmodes/vhdl-mode.el (vhdl-emacs-21):
14340 Set t for Emacs 21, 22, and so on.
14341
14342 2005-08-15 David Ponce <david@dponce.com>
14343
14344 * tree-widget.el: Update Commentary header.
14345 (tree-widget-theme): Doc fix.
14346 (tree-widget-space-width): New option.
14347 (tree-widget-image-properties): Look up in the default theme too.
14348 (tree-widget--cursors): Only for images with arrow pointer shape.
14349 (tree-widget-lookup-image): Pointer shape is hand by default.
14350 (tree-widget-icon): Rename generic icon widget from
14351 `tree-widget-control'.
14352 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
14353 derive from `tree-widget-icon'.
14354 (tree-widget-handle): Improve default look and feel of the text
14355 representation.
14356 (tree-widget): Rename :*-control properties to :*-icon properties.
14357 Add :action and :help-echo properties.
14358 (tree-widget-after-toggle-functions): Move.
14359 (tree-widget-close-node, tree-widget-open-node): Remove.
14360 (tree-widget-before-create-icon-functions): New hook.
14361 (tree-widget-value-create): Update to allow customization of icons
14362 and nodes at run-time via that new hook.
14363 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
14364 (tree-widget-icon-action, tree-widget-icon-help-echo)
14365 (tree-widget-action, tree-widget-help-echo): New functions.
14366
14367 2005-08-15 Kim F. Storm <storm@cua.dk>
14368
14369 * ido.el (ido-buffer-internal): Use with-no-warnings.
14370 (ido-make-merged-file-list): Use while-no-input.
14371
14372 2005-08-15 Richard M. Stallman <rms@gnu.org>
14373
14374 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
14375 (flyspell-large-region): Fix doc and custom type.
14376
14377 2005-08-14 Richard M. Stallman <rms@gnu.org>
14378
14379 * files.el (interpreter-mode-alist): Doc fix.
14380
14381 * mail/rmail.el (rmail-nonignored-headers): New variable.
14382 (rmail-clear-headers): Use it.
14383 (rmail-reply): Better handling of mail-followup-to header.
14384
14385 * progmodes/sh-script.el (sh-font-lock-keywords-var):
14386 Rename variable from sh-font-lock-keywords. In the `shell' entry,
14387 don't try to refer to executable-font-lock-keywords.
14388 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
14389 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
14390 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
14391 (sh-mode): Set comment-start-skip, local-abbrev-table,
14392 imenu-case-fold-search.
14393 (sh-set-shell): Don't set them here.
14394 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
14395 Don't cache the results in the original alist; don't ever modify
14396 that alist.
14397
14398 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
14399
14400 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
14401 empty.
14402
14403 2005-08-15 Andreas Schwab <schwab@suse.de>
14404
14405 * desktop.el: Put autoload cookie at risky-local-variable declarations.
14406
14407 * dired.el, info.el, mail/rmail.el: Revert last change.
14408
14409 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
14410
14411 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
14412 modification in `eval-after-load' form.
14413 * info.el: Likewise.
14414 * mail/rmail.el: Likewise.
14415
14416 2005-08-14 Juri Linkov <juri@jurta.org>
14417
14418 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14419 Remove highlighting of "Compilation started". Highlight only
14420 the word "finished" in "Compilation finished". Add highlighting
14421 of "interrupt", "killed", "terminated" and the exit code.
14422 (compilation-start): Add newline after header. Use exactly the
14423 same time stamp format as the finishing message.
14424 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
14425
14426 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
14427 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
14428 Add highlighting of "interrupt", "killed", "terminated".
14429
14430 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
14431 enabled and the current command is self-insert-command, call it
14432 explicitly with overwrite-mode bound to nil, to not allow it
14433 to delete the character after the selected region.
14434
14435 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
14436
14437 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
14438 move-end-of-line, end-of-line, and beginning-of-line to the list
14439 of commands after which the echo area is updated.
14440
14441 2005-08-12 Eli Zaretskii <eliz@gnu.org>
14442
14443 * cus-edit.el (custom-save-all, custom-save-delete):
14444 Bind recentf-exclude to exclude custom-file.
14445
14446 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
14447
14448 * mail/rmailsum.el (rmail-summary-end-of-message): New command
14449 to go to the bottom of the mail message. Added to
14450 `rmail-summary-mode-map' with key "/".
14451 (rmail-summary-show-message): New (internal) function for use by
14452 both `rmail-summary-beginning/end-of-message'.
14453 (rmail-summary-beginning-of-message): Change to use
14454 rmail-summary-show-message.
14455
14456 * mail/rmail.el (rmail-end-of-message): New command to go to the
14457 end of the current message. Added to `rmail-mode-map' with key "/".
14458 (rmail-beginning-of-message): Fix to work as documented.
14459 (rmail-mode): Change documentation.
14460
14461 * progmodes/compile.el (compilation-start): Add the line
14462 "Compilation started" with compilation start time.
14463 (compilation-mode-font-lock-keywords): Add `started' to keywords.
14464
14465 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
14466
14467 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
14468 of menu items.
14469
14470 2005-08-11 Richard M. Stallman <rms@gnu.org>
14471
14472 * simple.el (pop-global-mark): Reverse test of widen-automatically.
14473
14474 * battery.el (battery-status-function): Don't use ignore-errors.
14475
14476 2005-08-11 Lute Kamstra <lute@gnu.org>
14477
14478 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
14479 define-obsolete-variable-alias.
14480
14481 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
14482
14483 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
14484 (ange-ftp-send-cmd): Revert last change, and expand
14485 the comment explaining the problem.
14486
14487 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
14488
14489 * ldefs-boot.el: Update.
14490
14491 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
14492 item to "Time, Load and Mail". Change help echo text.
14493
14494 * time.el (display-time-use-mail-icon, display-time-format)
14495 (display-time-string-forms): Shorten first line of docstrings.
14496
14497 2005-08-10 Lars Hansen <larsh@soem.dk>
14498
14499 * desktop.el (desktop-buffer-mode-handlers):
14500 Make non-customizable. Add autoload cookie. Change initial value to
14501 nil; add elements in respective modules instead. Fix doc string.
14502 (desktop-load-file): New function.
14503 (desktop-minor-mode-handlers): New autoloaded variable.
14504 (desktop-create-buffer): Call minor mode handlers.
14505 Use desktop-load-file to load major and minor mode modules prior to
14506 checking for a handler.
14507 (desktop-save): Don't add nil to desktop-minor-modes for minor
14508 modes with nil function in desktop-minor-mode-table. Don't delete
14509 desktop file before rewriting it.
14510 (desktop-locals-to-save): Add autoload cookie. Don't make
14511 automatically buffer-local. Add variables column-number-mode,
14512 size-indication-mode, indent-tabs-mode,
14513 indicate-buffer-boundaries, indicate-empty-lines and
14514 show-trailing-whitespace.
14515 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
14516 regexps. Don't use desktop-clear-preserve-buffers-regexp.
14517 (desktop-clear-preserve-buffers-regexp): Delete.
14518 (desktop-clear-preserve-buffers): Update initial value and docstring.
14519 (desktop-save-buffer): Fix doc string.
14520
14521 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
14522 (hilit-chg-desktop-restore): New function.
14523 (highlight-changes-mode): Add highlight-changes-mode to
14524 desktop-locals-to-save.
14525
14526 * dired.el: Add handler to desktop-buffer-mode-handlers.
14527 (dired-restore-desktop-buffer): Remove autoload cookie.
14528 (dired-mode): Add autoload cookie.
14529
14530 * info.el: Add handler to desktop-buffer-mode-handlers.
14531 (Info-restore-desktop-buffer): Remove autoload cookie.
14532 (Info-mode): Add autoload cookie.
14533
14534 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
14535 (mh-restore-desktop-buffer): Remove autoload cookie.
14536 (mh-folder-mode): Add autoload cookie.
14537
14538 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
14539 (rmail-restore-desktop-buffer): Remove autoload cookie.
14540
14541 2005-08-11 Masatake YAMATO <jet@gyve.org>
14542
14543 * hexl.el (hexl-address-region):
14544 (hexl-ascii-region, hexl-font-lock-keywords):
14545 (hexl-highlight-line-range): Use the term "region"
14546 instead of "area" for consistency with the other symbols
14547 defined in hexl.el.
14548
14549 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
14550
14551 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
14552 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
14553 out by Juri Linkov). Add `display-battery-mode'.
14554
14555 2005-08-09 Juri Linkov <juri@jurta.org>
14556
14557 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14558 Remove `-text' from face variable names.
14559 (compilation-error-file-name, compilation-warning-file-name)
14560 (compilation-info-file-name): Delete faces.
14561 (compilation-line-number, compilation-column-number):
14562 Remove face underlining.
14563 (compilation-message-face): Set to `underline' value by default.
14564 (compilation-error-face, compilation-warning-face)
14565 (compilation-info-face): Remove `-file-name' from face names.
14566 (compilation-error-text-face, compilation-warning-text-face)
14567 (compilation-info-text-face): Delete face variables.
14568 (compilation-text-face): Delete function.
14569
14570 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
14571 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
14572 (grep-error-face): Set to `compilation-error' instead of
14573 `compilation-error-face' (which is redefined to `grep-hit-face' in
14574 grep buffers).
14575 (grep-mode-font-lock-keywords): Remove `-text' from face variable
14576 names. Use `grep-error-face' instead of `compilation-error-text-face'.
14577
14578 * dired-aux.el (dired-do-query-replace-regexp):
14579 Use `query-replace-read-args'.
14580
14581 * replace.el (query-replace-read-from, query-replace-read-to)
14582 (query-replace-read-args): Rename arg `string' to `prompt'.
14583
14584 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
14585
14586 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
14587
14588 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
14589 uploading files.
14590 (ange-ftp-canonize-filename): Handle file names beginning with ~
14591 correctly.
14592
14593 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
14594
14595 * textmodes/fill.el (canonically-space-region)
14596 (fill-context-prefix, fill-french-nobreak-p)
14597 (fill-delete-newlines, fill-comment-paragraph)
14598 (justify-current-line): "?\ " -> "?\s".
14599
14600 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
14601
14602 * textmodes/fill.el (fill-nonuniform-paragraphs):
14603 Improve argument/docstring consistency.
14604
14605 2005-08-09 Richard M. Stallman <rms@gnu.org>
14606
14607 * textmodes/ispell.el (ispell-word): More fboundp checks.
14608
14609 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
14610 (find-file-noselect-1): Call it here, only if RAWFILE.
14611 (normal-mode): Always set some major mode.
14612 (save-some-buffers-action-alist): Change some explanation strings.
14613 (file-name-non-special): In the `quote' method, use unwind-protect.
14614
14615 2005-08-09 Magnus Henoch <mange@freemail.hu>
14616
14617 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
14618 (ispell-have-aspell-dictionaries): New variable.
14619 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
14620 (ispell-get-aspell-config-value): New function.
14621 (ispell-aspell-find-dictionary): New function.
14622 (ispell-aspell-add-aliases): New function.
14623 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
14624 appropriate. Don't look for ispell dictionaries if we use aspell.
14625 (ispell-menu-map): Don't build a submenu of dictionaries.
14626
14627 2005-08-09 Richard M. Stallman <rms@gnu.org>
14628
14629 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
14630 (sql-read-passwd): Use read-passwd.
14631
14632 * progmodes/idlw-toolbar.el (idlwave-toolbar)
14633 (idlwave-toolbar-is-possible): Add defvars.
14634
14635 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
14636 Avoid warnings.
14637
14638 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
14639 (idlwave-system-class-info, idlwave-executive-commands-alist):
14640 Use defvar.
14641
14642 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
14643
14644 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
14645 Avoid warnings.
14646
14647 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
14648 and content-type: headers.
14649
14650 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
14651
14652 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
14653 and rename some of them to be more self-explanatory.
14654
14655 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
14656
14657 * startup.el (command-line-1): Implement -scriptload.
14658
14659 * replace.el (occur-engine): Initial *Occur* output not undoable.
14660
14661 * menu-bar.el (menu-bar-file-menu): Rename some menu items
14662 and improve help strings.
14663
14664 * isearch.el (isearch-repeat): When changing direction,
14665 mark search successful.
14666
14667 * ediff-init.el: Use (featurep 'xemacs).
14668
14669 * comint.el (send-invisible): Identify buffer, if not selected.
14670
14671 * align.el: Delete autoload for c-guess-basic-syntax.
14672
14673 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
14674
14675 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
14676 Improve argument/docstring consistency. Doc fixes.
14677 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
14678 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
14679 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
14680 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
14681 (r2bv-organization, r2bv-pages, r2bv-primary-author)
14682 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
14683 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
14684 Defvar at compile time.
14685
14686 2005-08-09 Juri Linkov <juri@jurta.org>
14687
14688 * info.el: Replace `info' with upper-case `Info' where appropriate.
14689 (info-title-1, info-title-2, info-title-3, info-title-4)
14690 (info-menu-header): Move up face definitions.
14691 (info-menu-star): Rename from `info-menu-5'.
14692 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
14693 (Info-fontify-visited-nodes): Fix docstring.
14694 (Info-hide-note-references): Fix docstring.
14695 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
14696 menu items in the same way as on cross-references.
14697 (info-apropos): Fix sorting order and formatting to be like in the
14698 stand-alone Info browser. Display error messages for 1 sec.
14699 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
14700 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
14701 from the menu bar.
14702 (Info-insert-dir): Restore point after calling
14703 `insert-buffer-substring'.
14704
14705 2005-08-08 Richard M. Stallman <rms@gnu.org>
14706
14707 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
14708 (recompute-lucid-menubar): Add defvars.
14709
14710 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
14711
14712 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
14713
14714 * net/net-utils.el (run-dig): Rename from `dig'.
14715
14716 * play/gametree.el (gametree-mode): Use make-local-variable,
14717 not make-variable-buffer-local.
14718
14719 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
14720
14721 * ansi-color.el (ansi-color-make-extent)
14722 (ansi-color-set-extent-face): Use fboundp, not functionp.
14723
14724 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
14725 not make-variable-buffer-local.
14726
14727 * bookmark.el (Info-current-file): Add defvar.
14728 (bookmark-jump-noselect): Use with-no-warnings.
14729
14730 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
14731
14732 * ebuff-menu.el (Helper-return-blurb): Add defvar.
14733
14734 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
14735
14736 * find-file.el (ada-procedure-start-regexp)
14737 (ada-package-start-regexp): Add defvars.
14738
14739 * info.el (Info-insert-dir): Use insert-buffer-substring.
14740
14741 * xml.el (xml-att-def-re): Add defvar.
14742
14743 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
14744 calling convention.
14745
14746 * subr.el (while-no-input): Return t if there is input.
14747
14748 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
14749
14750 * cus-start.el (all): Add `overflow-newline-into-fringe'.
14751
14752 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
14753
14754 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
14755 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
14756
14757 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
14758
14759 * cmuscheme.el (scheme-start-file): Replace reference to
14760 `user-emacs-directory' by "~/.emacs.d/".
14761
14762 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
14763
14764 * info.el (Info-dir-remove-duplicates): Avoid case folding
14765 in loop; instead, keep downcased strings for comparison.
14766 Suggested by Helmut Eller.
14767
14768 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
14769
14770 Sync with Tramp 2.0.50.
14771
14772 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
14773 XEmacs case; not necessary anymore.
14774 (tramp-user-regexp): Allow "@" as part of user name.
14775 (tramp-handle-set-visited-file-modtime)
14776 (tramp-handle-insert-file-contents)
14777 (tramp-handle-write-region): No special handling for
14778 `last-coding-system-used, because this is done in
14779 `tramp-accept-process-output' now.
14780 (tramp-accept-process-output): New defun.
14781 (tramp-process-one-action, tramp-process-one-multi-action)
14782 (tramp-wait-for-regexp, tramp-wait-for-output)
14783 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
14784 Howells <dhowells@redhat.com>.
14785 (clear-visited-file-modtime): Defadvice removed. The check for
14786 unset buffer's modtime does not need to be based on
14787 `tramp-buffer-file-attributes'. Suggested by RMS.
14788 (tramp-message): Insert "\n" if not being at beginning of line.
14789 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
14790 sequence with same logic.
14791 (tramp-completion-handle-expand-file-name): Discard call of
14792 `tramp-drop-volume-letter'. It is not necessary, and there have
14793 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
14794 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
14795 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
14796 should always be visible.
14797 (tramp-handle-insert-directory, tramp-setup-complete)
14798 (tramp-set-process-query-on-exit-flag)
14799 (tramp-append-tramp-buffers): Pacify byte-compiler.
14800 (tramp-bug): Delete non-existing variables from list.
14801 Apply `tramp-load-report-modules' as pre-hook.
14802 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
14803 `shell-prompt-pattern' because of non-7bit characters.
14804 Reported by Sebastian Luque <sluque@mun.ca>.
14805 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
14806 (tramp-match-string-list): Remove function.
14807 (tramp-wait-for-regexp): Remove call of that function.
14808 Suggested by Kim F. Storm <storm@cua.dk>.
14809 (tramp-set-auto-save-file-modes): Use octal integer code #o600
14810 instead of octal character code ?\600. The latter resulted in a
14811 syntax error with XEmacs.
14812
14813 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
14814 XEmacs case; not necessary anymore.
14815 (tramp-smb-handle-write-region): No special handling for
14816 `last-coding-system-used, because this is done in
14817 `tramp-accept-process-output' now.
14818 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
14819
14820 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
14821
14822 * wid-edit.el (widget-choice-value-create):
14823 Unconditionally respect user choice. Set :explicit-choice back to nil
14824 when no longer needed.
14825 (widget-choice-action): Unconditionally respect user choice.
14826 Eliminate :explicit-choice-value.
14827
14828 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
14829
14830 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
14831 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
14832 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
14833 running new function `toggle-indicate-empty-lines'.
14834 Rename "Customize" item to "Customize fringe".
14835 Rename "Indicators" item to "Buffer boundaries" and change help echo.
14836 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
14837 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
14838 Delete "Empty lines only" item.
14839 (menu-bar-showhide-fringe-ind-customize): New function.
14840 (menu-bar-showhide-fringe-ind-mixed)
14841 (menu-bar-showhide-fringe-ind-box)
14842 (menu-bar-showhide-fringe-ind-right)
14843 (menu-bar-showhide-fringe-ind-left)
14844 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
14845 instead of `fringe-indicators'.
14846
14847 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
14848
14849 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
14850 Change the date of last update.
14851
14852 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
14853
14854 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
14855 (viper-exec-yank, viper-put-back): Don't display modification msg
14856 if in the minibuffer.
14857
14858 * viper-init.el (viper-replace-overlay-cursor-color)
14859 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
14860 Make variables frame local.
14861
14862 * viper-util.el (viper-append-filter-alist): Use append instead of
14863 nconc.
14864
14865 * viper.el (viper-vi-state-mode-list)
14866 (viper-emacs-state-mode-list): Move help-mode and
14867 completion-list-mode from the first list to the second.
14868 (viper-mode): Docstring.
14869 (viper-go-away, viper-non-hook-settings): Don't localize
14870 minor-mode-alist in newer Emacsen. Add advice to
14871 set-cursor-color. Don't bind "\C-c\\".
14872
14873 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
14874
14875 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
14876 (scheme-macro-expand-command): New user options.
14877 (scheme-trace-procedure, scheme-expand-current-form): New commands.
14878 (scheme-form-at-point, scheme-start-file)
14879 (scheme-interactively-start-process): New functions.
14880 (scheme-get-process): New function, extracted from `scheme-proc'.
14881 (run-scheme): Call `scheme-start-file' to get start file, and pass
14882 it to `make-comint'.
14883 (switch-to-scheme, scheme-proc):
14884 Call `scheme-interactively-start-process' if no Scheme buffer/process
14885 is available.
14886
14887 2005-08-06 Juri Linkov <juri@jurta.org>
14888
14889 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14890 Use `compilation-text-face', `compilation-info-text-face' and
14891 `compilation-error-text-face' instead of `font-lock-keyword-face'.
14892 (compilation-error): New face.
14893 (compilation-error-file-name): Inherit from
14894 `compilation-error' instead of `font-lock-warning-face'.
14895 (compilation-warning-file-name): Inherit from
14896 `compilation-warning' instead of `font-lock-warning-face'.
14897 (compilation-info, compilation-error-file-name)
14898 (compilation-warning-file-name, compilation-info-file-name)
14899 (compilation-line-number, compilation-column-number): Doc fix.
14900 (compilation-error-text-face, compilation-warning-text-face)
14901 (compilation-info-text-face): New face variables.
14902 (compilation-line-face, compilation-column-face)
14903 (compilation-enter-directory-face)
14904 (compilation-leave-directory-face): Doc fix.
14905 (compilation-text-face): New function.
14906
14907 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
14908 instead of 1 to display binary file names as info file links.
14909 (grep-error-face): Use `compilation-error-face' instead of
14910 `font-lock-keyword-face'.
14911 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
14912 and `compilation-warning-text-face' instead of
14913 `font-lock-keyword-face'. Use `compilation-error-text-face'
14914 instead of `grep-error-face'.
14915
14916 2005-08-05 Kenichi Handa <handa@m17n.org>
14917
14918 * international/code-pages.el: Add autoload cookies for all coding
14919 systems.
14920
14921 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
14922
14923 * cus-start.el (all): Put undo.c where it alphabetically belongs.
14924
14925 2005-08-04 Juri Linkov <juri@jurta.org>
14926
14927 * progmodes/compile.el (compilation-mode-map):
14928 * progmodes/grep.el (grep-mode-map):
14929 Bind TAB to `compilation-next-error' and [backtab] to
14930 `compilation-previous-error'.
14931
14932 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
14933 matching line numbers, column numbers and their ranges with regexp
14934 matching only line numbers.
14935 (grep-context-face): New face variable.
14936 (grep-mode-font-lock-keywords): Use it.
14937
14938 * faces.el (read-face-name): Delete duplicate faces.
14939
14940 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
14941
14942 * thumbs.el (thumbs-find-image): Don't make variables
14943 automatically buffer local.
14944 (thumbs-current-tmp-filename, thumbs-current-image-filename)
14945 (thumbs-image-num): Make automatically buffer local.
14946 (thumbs-show-thumbs-list): Use `make-local-variable', not
14947 `make-variable-buffer-local'.
14948 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
14949
14950 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
14951 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
14952 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
14953 (bother, bye, canyou, chatlst, continue, deathlst, describe)
14954 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
14955 (feelings-about, foullst, found, hello, history, howareyoulst)
14956 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
14957 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
14958 (neglst, obj, object, owner, please, problems, qlist)
14959 (random-adjective, relation, remlst, repetitive-shortness)
14960 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
14961 (shortlst, something, sportslst, stallmanlst, states, subj)
14962 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
14963 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
14964 Defvar at compile time.
14965
14966 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
14967 not `make-variable-buffer-local'.
14968
14969 2005-08-02 Kim F. Storm <storm@cua.dk>
14970
14971 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
14972 rectangle overlay in selected window.
14973
14974 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
14975
14976 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
14977 instead of display group. Make `indicate-buffer-boundaries'
14978 customizable through Custom.
14979
14980 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
14981
14982 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
14983 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
14984 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
14985 (gdb-put-string): Fix typos in docstrings.
14986
14987 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
14988
14989 Update copyright notices of files in progmodes directory for
14990 release of Emacs 22.1.
14991
14992 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
14993
14994 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
14995 Don't barf if the GUD buffer has been killed.
14996
14997 2005-08-01 Kim F. Storm <storm@cua.dk>
14998
14999 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
15000
15001 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
15002
15003 * simple.el (next-error-follow-minor-mode):
15004 make-variable-buffer-local -> make-local-variable.
15005
15006 * emacs-lisp/cl-extra.el: Require CL also when compiling.
15007
15008 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
15009 (byte-compile-form-make-variable-buffer-local): New functions to warn
15010 about misuses of make-variable-buffer-local where make-local-variable
15011 was meant.
15012
15013 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
15014
15015 * bs.el (bs-attributes-list): Doc fix.
15016 (bs): Update url-link.
15017
15018 * desktop.el (desktop-save-buffer): Fix typos in docstring.
15019 (desktop-load-default): Simplify.
15020
15021 * ibuffer.el (ibuffer-columnize-and-insert-list)
15022 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
15023 (ibuffer-unmark-all, ibuffer-toggle-marks)
15024 (ibuffer-unmark-forward, ibuffer-unmark-backward)
15025 (ibuffer-compile-make-format-form, ibuffer-format-column)
15026 (ibuffer-current-buffers-with-marks)
15027 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
15028 (ibuffer): Doc fix.
15029 (ibuffer-mode): Fix typo in docstring.
15030 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
15031 with `define-obsolete-variable-alias'.
15032 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
15033
15034 2005-07-29 Kenichi Handa <handa@m17n.org>
15035
15036 * international/mule-cmds.el (select-message-coding-system):
15037 Be sure to use LF for end-of-line. If no coding system is decided,
15038 return iso-8859-1-unix.
15039
15040 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
15041
15042 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
15043 (ange-ftp-pending-error-line): New vars.
15044 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
15045 to handle the non-fatal no-route-to-host messages.
15046 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
15047
15048 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
15049
15050 * isearch.el (isearch-mode-map, isearch-other-meta-char)
15051 (isearch-quote-char, isearch-printing-char)
15052 (isearch-text-char-description): "?\ " -> "?\s".
15053 (isearch-lazy-highlight-cleanup)
15054 (isearch-lazy-highlight-initial-delay)
15055 (isearch-lazy-highlight-interval)
15056 (isearch-lazy-highlight-max-at-a-time)
15057 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
15058 Declare with define-obsolete-*-alias macros.
15059 (isearch-forward): Fix typo in docstring.
15060 (search-invisible, search-ring-yank-pointer)
15061 (regexp-search-ring-yank-pointer): Doc fixes.
15062
15063 * recentf.el (recentf-menu-append-commands-p): Declare with
15064 `define-obsolete-variable-alias'.
15065 (recentf-max-saved-items, recentf-menu-filter)
15066 (recentf-arrange-by-rule-subfilter): Doc fixes.
15067 (recentf-menu-append-commands-flag)
15068 (recentf-initialize-file-name-history, recentf-expand-file-name)
15069 (recentf-clear-data): Fix typos in docstrings.
15070
15071 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
15072
15073 * progmodes/gdb-ui.el: Smarten comments.
15074 (gdb-info-breakpoints-custom): Use nowarn when finding file.
15075
15076 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15077
15078 * term/apollo.el (terminal-init-apollo): New function containing
15079 all former top level forms in the file.
15080 * term/bobcat.el (terminal-init-bobcat):
15081 * term/cygwin.el (terminal-init-cygwin):
15082 * term/iris-ansi.el (terminal-init-iris-ansi):
15083 * term/linux.el (terminal-init-linux):
15084 * term/news.el (terminal-init-news):
15085 * term/rxvt.el (terminal-init-rxvt):
15086 * term/sun.el (terminal-init-sun):
15087 * term/tvi970.el (terminal-init-tvi970):
15088 * term/vt100.el (terminal-init-vt100):
15089 * term/vt102.el (terminal-init-vt102):
15090 * term/vt125.el (terminal-init-vt125):
15091 * term/vt200.el (terminal-init-vt200):
15092 * term/vt201.el (terminal-init-vt201):
15093 * term/vt220.el (terminal-init-vt220):
15094 * term/vt240.el (terminal-init-vt240):
15095 * term/vt300.el (terminal-init-vt300):
15096 * term/vt320.el (terminal-init-vt320):
15097 * term/vt400.el (terminal-init-vt400):
15098 * term/vt420.el (terminal-init-vt420):
15099 * term/wyse50.el (terminal-init-wyse50):
15100 * term/xterm.el (terminal-init-xterm): Likewise.
15101
15102 * term/README: Describe the terminal-init-* functionality.
15103
15104 * startup.el (command-line): After loading the terminal initialization
15105 file call the corresponding terminal initialization function.
15106
15107 2005-07-27 Kenichi Handa <handa@m17n.org>
15108
15109 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
15110 negative.
15111
15112 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
15113 (ps-mule-composition-prologue): Fix for the case that
15114 RelativeCompose is false.
15115
15116 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15117
15118 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
15119
15120 * descr-text.el (describe-char): Handle the case where the list of
15121 chars is displayed in a separate frame.
15122 Be a bit more discriminating when looking for the char.
15123
15124 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
15125
15126 * bookmark.el (bookmark-automatically-show-annotations)
15127 (bookmark-read-annotation-text-func): Doc fixes.
15128 (bookmark-save): Improve argument/docstring consistency.
15129 (bookmark-get-bookmark, bookmark-get-bookmark-record)
15130 (bookmark-alist-from-buffer)
15131 (bookmark-upgrade-file-format-from-0)
15132 (bookmark-grok-file-format-version)
15133 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
15134 (bookmark-read-annotation-mode)
15135 (bookmark-insert-current-bookmark, bookmark-jump)
15136 (bookmark-exit-hook): Fix typos in docstrings.
15137 (bookmark-exit-hooks): Define as obsolete alias.
15138 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
15139 not `bookmark-exit-hooks'. Fix docstring.
15140 (bookmark-bmenu-select): "?\ " -> "?\s".
15141
15142 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
15143
15144 * startup.el (command-line): Fix typo.
15145
15146 2005-07-24 Richard M. Stallman <rms@gnu.org>
15147
15148 * tooltip.el (tooltip-mode): Test emacs-basic-display,
15149 not emacs-quick-startup.
15150
15151 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
15152
15153 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
15154 (reb-next-match, reb-show-subexp): Use `with-selected-window'
15155 instead of `reb-with-current-window'.
15156 (reb-prev-match): Likewise. Also, don't move left if the search
15157 was unsuccessful.
15158 (reb-initialize-buffer): New function.
15159 (re-builder, reb-change-syntax): Use it.
15160
15161 * man.el (Man-goto-page): Make second argument NOERROR optional.
15162
15163 2005-07-23 Richard M. Stallman <rms@gnu.org>
15164
15165 * man.el (Man-bgproc-sentinel): Check here for failure to find
15166 any man page in the output, and report the error here.
15167 (Man-arguments): Make it permanent local.
15168 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
15169 (Man-mode): Pass t for NOERROR.
15170
15171 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
15172 (grep-mode-font-lock-keywords):
15173 Don't use compilation-...-face for messages that are not file names.
15174
15175 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15176 Don't use compilation-...-face for messages that are not file names.
15177
15178 2005-07-22 Juri Linkov <juri@jurta.org>
15179
15180 * startup.el (normal-splash-screen): Update menu name.
15181
15182 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
15183
15184 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15185
15186 * term/xterm.el: Load term/rxvt if the terminal is actually an
15187 rxvt terminal.
15188 (xterm-rxvt-set-background-mode): Remove, not used anymore.
15189
15190 * term/rxvt.el (function-key-map): Use substitute-key-definition
15191 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
15192
15193 * term/cygwin.el: New file.
15194
15195 2005-07-22 Kim F. Storm <storm@cua.dk>
15196
15197 * image-file.el (insert-image-file, image-file-yank-handler):
15198 Fix last change to maintain a (unique) yank-handler on yanked images.
15199
15200 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
15201
15202 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
15203 of the file size (as in "177B" for 177 bytes). This happens with
15204 "ls -lh" on FreeBSD.
15205
15206 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
15207
15208 * hilit-chg.el (highlight-changes-global-initial-state)
15209 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
15210 (hilit-chg-fixup, highlight-changes-mode):
15211 Fix typos in docstrings.
15212 (highlight-changes-global-modes, highlight-changes-rotate-faces):
15213 Doc fixes.
15214
15215 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
15216
15217 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
15218 mode function using `eval-after-load'.
15219
15220 2005-07-21 Kim F. Storm <storm@cua.dk>
15221
15222 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
15223 included when reporting an emacs crash, and tell about the DEBUG file.
15224
15225 * image-file.el (insert-image-file): Add yank-handler.
15226 (image-file-yank-handler): Yank handler to make unique copies of
15227 images when they are yanked into a buffer next to each other.
15228
15229 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
15230
15231 * comint.el (comint-use-prompt-regexp, comint-send-input)
15232 (comint-source-default, comint-extract-string)
15233 (comint-get-source, comint-word, comint-completion)
15234 (comint-source, comint-prompt-read-only, comint-update-fence):
15235 Fix typos in docstrings.
15236 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
15237 Declare with define-obsolete-*-alias macros.
15238 (comint-previous-matching-input-from-input)
15239 (comint-next-matching-input-from-input)
15240 (comint-previous-matching-input, comint-next-matching-input)
15241 (comint-forward-matching-input):
15242 Improve argument/docstring consistency.
15243
15244 * desktop.el (desktop-clear-preserve-buffers-regexp):
15245 Also preserve the *server* buffer.
15246
15247 * simple.el (clone-indirect-buffer): Doc fix.
15248 (fixup-whitespace, just-one-space)
15249 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
15250 (next-error, next-error-highlight)
15251 (next-error-highlight-no-select, next-error-last-buffer)
15252 (next-error-buffer-p, next-error-find-buffer, next-error)
15253 (previous-error, next-error-no-select, previous-error-no-select)
15254 (open-line, split-line, minibuffer-prompt-width, kill-new)
15255 (binary-overwrite-mode): Fix typos in docstrings.
15256 (set-fill-column): Fix typo in message.
15257
15258 * skeleton.el (skeleton-proxy-new): Doc fix.
15259
15260 * strokes.el (strokes-load-hook): Doc fix.
15261 (strokes-grid-resolution, strokes-get-grid-position)
15262 (strokes-renormalize-to-grid, strokes-read-stroke)
15263 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
15264 (strokes-global-map): Fix typos in docstrings.
15265 (strokes-help): Doc fix. Fix help message and pass it through
15266 `substitute-command-keys'.
15267
15268 * tempo.el (tempo-insert-prompt, tempo-interactive)
15269 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
15270 (tempo-insert-string-functions, tempo-local-tags)
15271 (tempo-define-template, tempo-insert-template)
15272 (tempo-insert-prompt-compat, tempo-is-user-element)
15273 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
15274 Fix typos in docstrings.
15275
15276 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
15277 (vcursor-key-bindings, vcursor-use-vcursor-map)
15278 (vcursor-find-window, vcursor-scroll-down)
15279 (vcursor-disable, vcursor-beginning-of-buffer)
15280 (vcursor-end-of-buffer): Fix typos in docstrings.
15281 (vcursor-relative-move, vcursor-get-char-count):
15282 Improve argument/docstring consistency.
15283
15284 * version.el: "?\ " -> "?\s".
15285
15286 * wid-edit.el (widget-default-create, widget-after-change)
15287 (widget-default-format-handler, widget-checklist-add-item)
15288 (widget-radio-add-item, widget-choose, widget-specify-secret)
15289 (widget-field-value-create, widget-field-value-get)
15290 (widget-editable-list-format-handler)
15291 (widget-editable-list-entry-create, widget-group-value-create)
15292 (widget-documentation-link-add)
15293 (widget-documentation-string-value-create): "?\ " -> "?\s".
15294 (widget-convert-text): Doc fix.
15295 (widget-narrow-to-field, widget-field-find)
15296 (widget-url-link-action, widget-emacs-library-link-action)
15297 (widget-color-notify): Fix typos in docstrings.
15298
15299 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
15300 (x-select-text, set-w32-system-coding-system)
15301 (w32-add-charset-info): Fix typos in docstrings.
15302
15303 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
15304 (cua-enable-cua-keys, cua-use-hyper-key)
15305 (cua-virtual-rectangle-edges): Fix typos in docstrings.
15306 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
15307
15308 * net/tramp.el (tramp-handle-load): Fix typo in error message.
15309
15310 * emacs-lisp/re-builder.el (regexp-builder): Declare with
15311 `defalias' instead of faking it.
15312
15313 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
15314 (eshell-ls-missing, eshell-ls-dired-initial-args)
15315 (eshell-ls-use-in-dired): Fix typos in docstrings.
15316
15317 2005-07-20 Kim F. Storm <storm@cua.dk>
15318
15319 * emulation/cua-base.el (cua-mode): Improve doc string.
15320
15321 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
15322
15323 * abbrev.el (expand-region-abbrevs): Doc fix.
15324 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
15325 Improve argument/docstring consistency.
15326
15327 * arc-mode.el (archive-get-descr, archive-alternate-display):
15328 Doc fixes.
15329 (archive-l-e): Improve argument/docstring consistency.
15330 (archive-tmpdir, archive-unixdate, archive-unixtime)
15331 (archive-chmod-entry): Fix typos in docstrings.
15332 (archive-unflag, archive-unflag-backwards)
15333 (archive-unmark-all-files): "?\ " -> "?\s".
15334
15335 * buff-menu.el (Buffer-menu-unmark): Doc fix.
15336 (Buffer-menu-not-modified, Buffer-menu-execute)
15337 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
15338 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
15339
15340 * composite.el (compose-string, encode-composition-rule)
15341 (compose-last-chars): Fix typos in docstrings.
15342
15343 * desktop.el (desktop-enable, desktop-basefilename):
15344 Declare with `define-obsolete-variable-alias'.
15345 (desktop-internal-v2s): Don't quote keywords.
15346 (desktop-clear): "?\ " -> "?\s".
15347
15348 * dired.el (dired-align-file, dired-flag-backup-files)
15349 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
15350 (dired-listing-switches, dired-ls-F-marks-symlinks)
15351 (dired-dwim-target, dired-load-hook, dired-mode-hook)
15352 (dired-directory, dired-faces, dired, dired-revert)
15353 (dired-mode, dired-summary, dired-view-file)
15354 (dired-copy-filename-as-kill, dired-delete-file)
15355 (dired-no-confirm, dired-unmark-all-marks)
15356 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
15357 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
15358 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
15359 Fix typos in message strings.
15360
15361 * dired-x.el (virtual-dired): Declare with `defalias'.
15362 (dired-mark-unmarked-files, dired-local-variables-file)
15363 (dired-omit-here-always): Doc fix.
15364 (dired-omit-mode, dired-find-subdir)
15365 (dired-enable-local-variables, dired-clean-up-buffers-too)
15366 (dired-extra-startup, dired-mark-extension, dired-jump)
15367 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
15368 (dired-smart-shell-command, dired-guess-shell-alist-user)
15369 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
15370 (dired-x-bind-find-file, dired-x-submit-report):
15371 Fix typos in docstrings.
15372 (dired-mark-unmarked-files): "?\ " -> "?\s".
15373
15374 * dirtrack.el (dirtrack-list): Fix typos in docstring.
15375
15376 * faces.el (describe-face): "?\ " -> "?\s".
15377 (read-all-face-attributes, read-face-font, modify-face)
15378 (face-attr-construct, italic): Fix typos in docstrings.
15379 (frame-update-face-colors): Declare with
15380 `define-obsolete-function-alias'.
15381
15382 * files.el (find-file-noselect, recode-file-name): Doc fixes.
15383 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
15384 (magic-mode-alist, buffer-file-numbers-unique)
15385 (write-file-functions, get-free-disk-space):
15386 Fix typos in docstrings.
15387 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
15388 (write-contents-hooks, write-file-hooks):
15389 Declare with `define-obsolete-variable-alias'.
15390
15391 * forms-d2.el (arch-rj): Fix typo in docstrings.
15392 (arch-tocol): Likewise. "?\ " -> "?\s".
15393
15394 * frame.el (set-frame-font, cursor-in-non-selected-windows):
15395 Fix typo in docstring.
15396 (set-screen-width, set-screen-height): Delete redundant info in
15397 doctrings.
15398 (new-frame, screen-height, screen-width): Declare with
15399 `define-obsolete-function-alias'.
15400 (delete-frame-hook, blink-cursor): Declare with
15401 `define-obsolete-variable-alias'.
15402
15403 * paths.el (prune-directory-list): Fix typos in docstring.
15404
15405 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
15406 (cvs-prefix-get): Fix typos in docstrings.
15407
15408 * ps-print.el (ps-extend-face-list, ps-extend-face)
15409 (ps-print-background-image): Fix typos in docstrings.
15410 (ps-default-fg, ps-default-bg): Doc fixes.
15411
15412 * s-region.el (s-region-bind): Doc fix.
15413 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
15414
15415 * textmodes/org.el (org-table-formula-substitute-names)
15416 (org-table-get-vertical-vector): Doc fixes.
15417 (org-table-recalculate): Remove unused argument to `message'.
15418
15419 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
15420
15421 * textmodes/org.el (org-table-column-names)
15422 (org-table-column-name-regexp)
15423 (org-table-named-field-locations): New variables.
15424 (org-archive-subtree): Protect `this-command' when calling
15425 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
15426 the kill buffer.
15427 (org-complete): Remove fixed-formula completion.
15428 (org-edit-formulas-map): New variable.
15429 (org-table-edit-formulas): New command.
15430 (org-finish-edit-formulas, org-abort-edit-formulas)
15431 (org-show-variable, org-table-get-vertical-vector): New functions.
15432 (org-table-maybe-eval-formula): Handle `:=' fields.
15433 (org-table-get-stored-formulas, org-table-store-formulas)
15434 (org-table-get-formula, org-table-modify-formulas)
15435 (org-table-replace-in-formulas): Handle named field formulas.
15436 (org-table-get-specials): Store locations of named fields.
15437
15438 2005-07-19 Juri Linkov <juri@jurta.org>
15439
15440 * progmodes/grep.el (grep-regexp-alist)
15441 (grep-mode-font-lock-keywords, grep-process-setup):
15442 Use default GNU grep match color "01;31m" instead of "01;41m".
15443 (grep-regexp-alist, grep-mode-font-lock-keywords):
15444 Use `\\[[0-9]*m' instead of `\\[00m'.
15445 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
15446 sgr_start where its handling is more important. Use the real
15447 length of sgr_start instead of constant 8.
15448 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
15449 specially. Delete all remaining escape sequences.
15450 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
15451 (grep-regexp-alist): Make hyperlink only for binary file name
15452 instead of the whole line.
15453 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
15454 (grep-mode): Add autoload.
15455
15456 * emacs-lisp/find-func.el (find-function-regexp):
15457 Add `define-compilation-mode'.
15458
15459 2005-07-19 Juri Linkov <juri@jurta.org>
15460
15461 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
15462 (compare-windows-sync-string-size, compare-windows-recenter)
15463 (compare-windows-highlight, compare-windows): Add version 22.1.
15464 (compare-windows) <defface>: Inherit from lazy-highlight instead
15465 of duplicating its default value.
15466
15467 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
15468 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
15469
15470 * descr-text.el (describe-char): Create link buttons for `charset'
15471 and `code point'. Add the current input method name with a link
15472 button to `to input' field. Print face names of display table
15473 characters in `The display table entry is displayed by' section
15474 instead of printing face-id in the `display' field.
15475 Guess hardcoded faces and create a link button for them.
15476 Skip empty fields when calculating max-width.
15477 Treat `widget-create' specially while inserting strings from the
15478 collected field list.
15479 (describe-char-after): Made obsolete in version 22.1, not 21.5.
15480
15481 * diff-mode.el (diff-file-header): Change foreground color from
15482 yellow to green on light backgrounds.
15483 (diff-context): Inherit from `shadow' only for color/grayscale
15484 with more than 88 colors.
15485 (diff-indicator-removed, diff-indicator-added)
15486 (diff-indicator-changed): New faces.
15487 (diff-font-lock-keywords): Use new faces. Regroup rules.
15488 Add "^---$" for `normal' diff format. Fontify `#' lines with
15489 font-lock-comment-delimiter-face and font-lock-comment-face.
15490 Add `#' to ^[^...] in the rule for `diff-context-face'.
15491
15492 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
15493 a button-like box. Inherit from `highlight' on low colors.
15494 (shadow): Use shades of gray only for color/grayscale with
15495 more than 88 colors. Use green for light backgrounds with
15496 8 colors, and yellow for dark backgrounds with 8 colors.
15497
15498 * font-lock.el (font-lock-regexp-grouping-backslash):
15499 Don't inherit from escape-glyph (use bold for all cases).
15500
15501 * info.el (info-xref-visited): Use light foreground color `violet'
15502 for dark backgrounds instead of dark color `magenta3'.
15503 (info-title-1): Use `yellow' color for dark backgrounds.
15504
15505 * isearch.el (isearch): Use not-too-dark magenta3 instead of
15506 too-light magenta2.
15507
15508 * replace.el (match): Use slightly more light RoyalBlue3 instead
15509 of dark RoyalBlue4.
15510
15511 * wid-edit.el (widget-inactive): Inherit from `shadow'.
15512
15513 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
15514
15515 * novice.el (disabled-command-hook): Declare it with
15516 `define-obsolete-variable-alias'.
15517
15518 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
15519 (desktop-buffer-misc-functions, desktop-buffer-handlers)
15520 (desktop-load-default): Add release to obsolescence info.
15521 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
15522 (desktop-append-buffer-args, desktop-read):
15523 Fix typos in docstrings.
15524 (desktop-kill): Fix typo in message.
15525 (desktop-save): Doc fix.
15526
15527 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
15528
15529 * viper-cmd.el (viper-escape-to-state): Bug fix.
15530 (viper-envelop-ESC-key): Change the definition of fast
15531 keysequence so it'll work with keyboard macros.
15532
15533 * ediff.el (ediff-patch-buffer): Change the docstring.
15534
15535 2005-07-19 Kenichi Handa <handa@m17n.org>
15536
15537 * international/mule-cmds.el (select-safe-coding-system): Try to
15538 use an auto-coding (if any) before anything else. If the found
15539 auto-coding is invalid, show a warning message.
15540
15541 * international/mule.el (find-auto-coding): New function created
15542 by modifying the body of set-auto-coding.
15543 (set-auto-coding): Use find-auto-coding to find a coding.
15544
15545 2005-07-18 Richard M. Stallman <rms@gnu.org>
15546
15547 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
15548 not isearch-mode-end-hook-error.
15549 (allout-before-change-protect): Fix error message.
15550
15551 2005-07-18 Juri Linkov <juri@jurta.org>
15552
15553 * allout.el (allout-mode):
15554 * calculator.el (calculator-copy):
15555 * custom.el (custom-known-themes):
15556 * dired.el (dired-desktop-buffer-misc-data)
15557 (dired-restore-desktop-buffer):
15558 * dired-x.el (dired-omit-marker-char):
15559 * files.el (basic-save-buffer):
15560 * font-core.el (font-lock-mode):
15561 * calendar/calendar.el (calendar-goto-hebrew-date)
15562 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
15563 (calendar-goto-persian-date):
15564 * language/ethio-util.el (ethio-sera-to-fidel-region):
15565 * textmodes/picture.el (picture-mode):
15566 Delete duplicate duplicate words.
15567
15568 2005-07-18 Juri Linkov <juri@jurta.org>
15569
15570 * isearch.el (isearch-mode-map): Remove key bindings for regexp
15571 chars * ? } |.
15572 (isearch-fallback): Don't call `isearch-process-search-char'.
15573 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
15574 (isearch-process-search-char): Call `isearch-fallback' for regexp
15575 chars * ? } |.
15576 (isearch-return-char): Make obsolete with `make-obsolete' instead
15577 of simply documenting it as obsolete in the docstring.
15578 (isearch-fallback): Refill docstring.
15579
15580 * international/isearch-x.el
15581 (isearch-process-search-multibyte-characters): Remove unneeded
15582 `concat'. Add intermediate values to `junk-hist' instead of
15583 `minibuffer-history'. Test the length of `str'.
15584
15585 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
15586
15587 * allout.el (allout-resolve-xref): Fix typos in error strings.
15588 (allout-before-change-protect): Remove unneeded `concat'.
15589
15590 * array.el (array-mode, array-reconfigure-rows)
15591 (untabify-backward): Fix typos in docstrings.
15592 (array-reconfigure-rows): Use `insert-buffer-substring', not
15593 `insert-buffer'.
15594
15595 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
15596 * progmodes/ada-mode.el (ada-make-body):
15597 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
15598
15599 * dired.el (dired-log):
15600 * tar-mode.el (tar-subfile-save-buffer):
15601 * play/zone.el (zone-pgm-stress-destress):
15602 Use `insert-buffer-substring', not `insert-buffer'.
15603
15604 2005-07-17 Simon Josefsson <jas@extundo.com>
15605
15606 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
15607
15608 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
15609
15610 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
15611 Add plain auth method.
15612 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
15613
15614 2005-07-17 Kim F. Storm <storm@cua.dk>
15615
15616 * ido.el (dired-other-window): Add ido property.
15617
15618 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
15619
15620 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15621 Fix typo in docstring.
15622 (byte-compile-interactive-only-functions): Add `insert-buffer' and
15623 `insert-file-literally'.
15624
15625 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
15626 info and delete redundant message. Doc fix.
15627 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
15628 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
15629
15630 2005-07-16 Richard M. Stallman <rms@gnu.org>
15631
15632 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
15633 (byte-compile-and): Use byte-compile-and-recursion.
15634 (byte-compile-or-recursion): New function.
15635 (byte-compile-or): Use that.
15636 (byte-compile-if): Guard the else-clause too.
15637 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
15638
15639 * isearch.el (isearch-mode-end-hook-quit): New variable.
15640 (isearch-done): Bind it.
15641 (isearch-mode-end-hook): Doc fix.
15642
15643 * allout.el (allout-isearch-did-quit): Variable deleted.
15644 (allout-real-isearch-abort): Function name no longer used.
15645 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
15646 (allout-isearch-rectification): isearch-mode always exists.
15647 Don't set allout-isearch-did-quit.
15648 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
15649 allout-isearch-did-quit.
15650 (allout-enwrap-isearch): Just add the hook.
15651 (allout-isearch-abort): Function deleted.
15652 (allout-pre-command-business): Avoid warning.
15653
15654 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
15655 Correctly avoid warnings.
15656 (pascal-outline): Likewise.
15657
15658 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
15659
15660 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
15661
15662 * play/tetris.el (tetris-mode): Avoid warning.
15663
15664 * play/snake.el (snake-mode): Avoid warning.
15665
15666 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
15667 (gamegrid-set-display-table): Avoid warning.
15668 (gamegrid-set-timer): Likewise.
15669 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
15670 (gamegrid-add-score-with-update-game-score-1): Take FILE
15671 as argument.
15672 (gamegrid-add-score-with-update-game-score): Pass that argument.
15673 Rename have-shared-game-dir to gamegrid-shared-game-dir.
15674
15675 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
15676
15677 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
15678 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
15679
15680 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
15681 and insert-file.
15682
15683 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
15684 (sc-ask): Avoid warnings.
15685
15686 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
15687 (eshell-hist-initialize): Use that var the natural way.
15688
15689 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
15690
15691 * emacs-lisp/re-builder.el (reb-cook-regexp):
15692 Avoid warning calling lre-compile-string.
15693 (reb-color-display-p): Avoid warning.
15694
15695 * calculator.el (calculator-last-input): Guard uses
15696 of event-key and key-press-event-p.
15697 (event-key, key-press-event-p): Delete definitions.
15698
15699 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
15700 (find-gc-source-directory, find-gc-subrs-callers)
15701 (find-gc-noreturn-list, find-gc-source-files)
15702 (find-gc-subrs-called): Vars renamed and defvar'd.
15703
15704 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
15705 (checkdoc-overlay-put, checkdoc-delete-overlay)
15706 (checkdoc-overlay-start, checkdoc-overlay-end)
15707 (checkdoc-mode-line-update, checkdoc-char=):
15708 Define such that compiler knows they are defined.
15709 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
15710 (checkdoc-read-event): Delete. Use read-event directly.
15711
15712 * whitespace.el (whitespace-make-overlay)
15713 (whitespace-overlay-put, whitespace-delete-overlay)
15714 (whitespace-overlay-start, whitespace-overlay-end):
15715 Define such that compiler knows they are defined.
15716 (whitespace): Move conditional inside.
15717
15718 * tempo.el (tempo-insert-template): Suppress warning.
15719
15720 * ediff-diff.el (longlines-mode): Add defvar.
15721
15722 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
15723
15724 * server.el: Bind "C-x #" in a way that works even if C-x is
15725 redefined to a command key, not a prefix key.
15726
15727 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
15728
15729 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
15730 cl-make-type-test till execution time.
15731
15732 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
15733
15734 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
15735 arg ARG and use it.
15736
15737 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
15738
15739 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
15740
15741 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
15742
15743 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15744 a defcustom with two :set or :type keywords.
15745
15746 2005-07-15 Richard M. Stallman <rms@gnu.org>
15747
15748 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15749 Don't give ^M comment-end syntax.
15750
15751 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
15752
15753 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
15754 Don't consider gdbmi (gdb-mi.el has its own update functions).
15755 (gdb-var-delete): Make it work for gdbmi as well.
15756 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
15757
15758 * progmodes/gud.el (etags, sdb): Only require etags when needed.
15759 (gud-speedbar-menu-items): Correct logic for enabling items.
15760
15761 2005-07-15 Kim F. Storm <storm@cua.dk>
15762
15763 * ido.el: Fix commentary.
15764 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
15765 Use with-no-warnings around ffap-guesser.
15766 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
15767 Let bind minibuffer-completing-file-name to t.
15768
15769 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
15770
15771 * startup.el (site-run-file, keyboard-type): Doc fixes.
15772 (command-line): Check for "--basic-display" argument; also for
15773 "--quick", not "--bare-bones" (which was renamed).
15774 (fancy-splash-text): Add missing item "Getting New Versions".
15775 (normal-splash-screen): Fix typos and improve consistency with
15776 `fancy-splash-text'. Update copyright year.
15777
15778 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
15779 valid binding for `help-char'.
15780
15781 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
15782
15783 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
15784
15785 * term.el (term-mode): Disable cua-mode for term buffers.
15786
15787 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
15788
15789 * add-log.el (add-log-mailing-address, change-log-merge):
15790 Doc fixes.
15791 (change-log-get-method-definition): Fix typo in docstring.
15792
15793 2005-07-14 Kim F. Storm <storm@cua.dk>
15794
15795 * emulation/cua-base.el:
15796 (cua--pre-command-handler-1, cua--pre-command-handler)
15797 (cua--post-command-handler-1, cua--post-command-handler):
15798 Split in two. Check (buffer local) value of cua-mode.
15799 (cua-selection-mode): New command.
15800
15801 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
15802
15803 * custom.el (custom-initialize-safe-set)
15804 (custom-initialize-safe-default): Doc fixes.
15805
15806 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15807 and simplify :init-value again.
15808
15809 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15810 and simplify :init-value again. Delete autoload.
15811
15812 * startup.el (command-line): Use `custom-reevaluate-setting' again
15813 for tooltip-mode.
15814
15815 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15816 a defcustom with two :initialize keywords.
15817
15818 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
15819
15820 * allout.el (my-mark-marker, allout-isearch-prior-pos)
15821 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
15822 (allout-post-command-business, allout-flag-region)
15823 (isearch-reenable-font-lock, allout-yank)
15824 (allout-insert-latex-header, allout-insert-latex-trailer)
15825 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
15826 (allout-latex-verb-quote): Fix typos in docstrings.
15827 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
15828 (allout-unprotected, allout-prefix-data):
15829 Improve argument/docstring consistency.
15830 (allout-chart-subtree): Fix argument spec.
15831 (allout-open-topic): Rename `use_sib_bullet' argument to
15832 `use-sib-bullet'. Doc fix.
15833
15834 * whitespace.el (whitespace-check-buffer-leading)
15835 (whitespace-check-buffer-trailing)
15836 (whitespace-check-buffer-indent)
15837 (whitespace-check-buffer-spacetab)
15838 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
15839 (whitespace-check-leading-whitespace)
15840 (whitespace-check-trailing-whitespace)
15841 (whitespace-check-spacetab-whitespace)
15842 (whitespace-check-indent-whitespace)
15843 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
15844 (whitespace-modes): Fix typos in docstrings.
15845 (defgroup, defcustom): Doc fixes.
15846
15847 * winner.el (winner-mode, winner-boring-buffers)
15848 (winner-pending-undo-ring): Doc fixes.
15849 (winner-ring): Remove unneeded `progn'.
15850 (winner-equal): `defsubst' it.
15851 (winner-redo): Fix message.
15852
15853 2005-07-13 Kim F. Storm <storm@cua.dk>
15854
15855 * simple.el (line-move-1): Always use vertical-motion to
15856 do the last (or only) line move to ensure some movement.
15857 Undo 2005-06-23 change--don't check for overlays.
15858
15859 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15860
15861 * term/mac-win.el (ccl-encode-mac-roman-font)
15862 (ccl-encode-mac-centraleurroman-font)
15863 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
15864 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
15865 Change charset-id boundary of dimension to ?\xef.
15866 (mac-char-fontspec-list): New constant.
15867 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
15868 argument. Nil uses itself as family in font-spec. Previous
15869 behavior for nil is now provided by non-nil non-string argument.
15870 All callers changed. Add font-specs for Mac fonts to
15871 "fontset-default" unless iso8859-1 fonts are installed.
15872
15873 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
15874
15875 * progmodes/sh-script.el (sh-get-indent-info): Only indent
15876 a continuation line if the \ is preceded by SPC or TAB.
15877 (sh-get-indent-info): Simplify.
15878 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
15879 Use with-current-buffer.
15880
15881 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
15882 when the matched text is empty.
15883
15884 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
15885
15886 * startup.el (command-line): Revert to previous handling of
15887 tooltip-mode. Explain in comment why the complexity is needed.
15888
15889 * tooltip.el (tooltip-mode): Revert to previous implementation of
15890 its defcustom.
15891
15892 * frame.el (blink-cursor-mode): Revert to previous implementation
15893 of its defcustom. Update comment.
15894
15895 2005-07-12 Lars Hansen <larsh@soem.dk>
15896
15897 * desktop.el: Update e-mail address.
15898
15899 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15900
15901 * term/mac-win.el (mac-services-mail-selection)
15902 (mac-services-mail-to): New functions.
15903 (mac-application-menu-map): Bind them.
15904
15905 2005-07-12 wulei <milton@wulei.net> (tiny change)
15906
15907 * progmodes/gdb-ui.el: Add note about buffering with Windows.
15908
15909 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
15910
15911 * custom.el (custom-reevaluate-setting): Doc fix.
15912
15913 2005-07-11 Jay Belanger <belanger@truman.edu>
15914
15915 * calc/calc.el (calc-embedded-announce-formula-alist)
15916 (calc-embedded-open-close-plain-alist)
15917 (calc-embedded-open-close-mode-alist): Add checks for additional
15918 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
15919
15920 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
15921
15922 * custom.el (custom-enable-theme): Don't add theme to
15923 `custom-enabled-themes' with `push' because there is no
15924 setf-method for `delq'.
15925
15926 2005-07-11 Richard M. Stallman <rms@gnu.org>
15927
15928 * custom.el (custom-declare-variable): Doc fix.
15929
15930 * dired-aux.el (dired-compare-directories): Remove "." and ".."
15931 from the alists.
15932
15933 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
15934 Do nothing if edebug-active.
15935
15936 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
15937 (edebug-display): Do it here instead.
15938
15939 2005-07-10 Richard M. Stallman <rms@gnu.org>
15940
15941 * cus-face.el (custom-theme-set-faces): Make it work.
15942 (custom-reset-faces): Doc fix.
15943 (custom-theme-reset-internal-face, custom-theme-face-value):
15944 Functions deleted.
15945
15946 * custom.el (custom-push-theme): Maintain list of the settings
15947 of a given theme in its theme-settings property.
15948 Maintain position of old settings in the theme-value
15949 or theme-face property.
15950 (custom-enabled-themes): New variable.
15951 (custom-theme-enabled-p): New function.
15952 (provide-theme): Update custom-enabled-themes.
15953 Disable and reenable the `user' theme.
15954 (require-theme): Doc fix.
15955 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
15956 (custom-theme-value, custom-theme-variable-value): Likewise.
15957 (custom-theme-reset-internal): Likewise.
15958 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
15959 (custom-enable-theme, custom-disable-theme): New functions.
15960 (custom-variable-theme-value, custom-face-theme-value): Likewise.
15961 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
15962 (custom-theme-reset-variables): Simplify.
15963 (deftheme, custom-declare-theme, custom-make-theme-feature):
15964 Definitions moved.
15965
15966 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
15967
15968 * longlines.el (longlines-show-region)
15969 (longlines-unshow-hard-newlines): Recognize hard newlines by
15970 non-nil hard property, instead of t.
15971
15972 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
15973
15974 * viper-cmd.el (viper--key-maps): New variable.
15975 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
15976 emulation-mode-map-alists.
15977 (viper-envelop-ESC-key): Use viper-subseq.
15978 (viper-search-forward/backward/next): Disable debug-on-error.
15979
15980 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15981 (viper-ESC-key): New defcustoms.
15982
15983 * viper-macs.el (ex-map-read-args): Use viper-subseq.
15984
15985 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
15986 (viper-subseq): Copy of subseq from cl.el.
15987
15988 * viper.el (viper-go-away, viper-set-hooks): Use
15989 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
15990
15991 * viper-mous.el (viper-current-frame-saved): Use defvar.
15992
15993 * viper-init.el: Get rid of -face in face names.
15994
15995 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
15996 Make it work with longlines mode
15997
15998 * ediff-mult.el (ediff-meta-mode-hook): New variable.
15999
16000 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
16001
16002 * ediff-init.el: Get rid of -face in face names.
16003
16004 2005-07-10 Richard M. Stallman <rms@gnu.org>
16005
16006 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
16007 and with-timeout-unsuspend.
16008
16009 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
16010 and with-timeout-unsuspend.
16011
16012 * emacs-lisp/timer.el (with-timeout-timers): New variable.
16013 (with-timeout): Bind that variable to record timers.
16014 (with-timeout-suspend, with-timeout-unsuspend): New functions.
16015
16016 * emacs-lisp/debug.el (debug-help-follow): New function.
16017 (debugger-mode-map): Use that instead of help-follow.
16018 (debugger-setup-buffer): Use eval-buffer-list
16019 to handle eval-buffer frames.
16020
16021 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
16022
16023 * timezone.el (timezone-parse-date): Change first regexp
16024 so it will not mistakenly match dates with no time zone.
16025
16026 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
16027
16028 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
16029
16030 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
16031
16032 * custom.el (custom-initialize-safe-set)
16033 (custom-initialize-safe-default): New functions.
16034
16035 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16036 and simplify :init-value.
16037
16038 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16039 and simplify :init-value. Delete obsolete comment.
16040
16041 * startup.el (command-line): Use `custom-reevaluate-setting' to
16042 handle `tooltip-mode'. Delete obsolete comment.
16043
16044 * files.el (set-visited-file-name): Avoid calling
16045 `file-name-nondirectory' with a nil argument.
16046
16047 2005-07-09 Richard M. Stallman <rms@gnu.org>
16048
16049 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
16050 was called with nil for the buffer, handle the read position right.
16051 Handle read position for eval-region, too.
16052
16053 2005-07-09 Juri Linkov <juri@jurta.org>
16054
16055 * fringe.el (fringe-mode): Add period in docstring.
16056 (fringe-query-style): Build prompt depending on `all-frames' arg.
16057
16058 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
16059 to not create links to unrelated functions in the Help buffer.
16060
16061 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
16062 Doc fix.
16063
16064 * simple.el (next-error-hook): New variable.
16065 (next-error): Use it. Doc fix.
16066
16067 * textmodes/ispell.el (ispell-command-loop): Add current
16068 dictionary name and program name to mode-line-format.
16069 (ispell-region, ispell-process-line): Add current dictionary name
16070 and program name to messages.
16071
16072 2005-07-08 Jay Belanger <belanger@truman.edu>
16073
16074 * calc/calc.el (calc-embedded-announce-formula-alist)
16075 (calc-embedded-open-close-formula-alist)
16076 (calc-embedded-open-close-word-alist)
16077 (calc-embedded-open-close-plain-alist)
16078 (calc-embedded-open-close-new-formula-alist)
16079 (calc-embedded-open-close-mode-alist)
16080 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
16081 (calc-embedded-mode-hook): New variables.
16082
16083 * calc/calc-embed.el (calc-embedded-firsttime)
16084 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
16085 New variables.
16086 (calc-do-embedded): Use calc-embedded-firsttime,
16087 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
16088 determine whether or not to run hooks.
16089 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
16090 calc-embedded-firsttime-formula appropriately.
16091 Set calc-embedded delimiter variables according to mode.
16092
16093 2005-07-08 Richard M. Stallman <rms@gnu.org>
16094
16095 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
16096 Check for "emacs", etc., as entire symbol, not just as word.
16097 (checkdoc-file-comments-engine): Use regexp-quote on FN.
16098
16099 * files.el (set-visited-file-name): Report the error
16100 for "empty filename" earlier.
16101 (kill-some-buffers): Ignore buffers already dead.
16102
16103 * fringe.el (fringe-mode): Doc fix.
16104
16105 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16106 Check for (featurep 'xemacs) and turn off warnings in what it guards.
16107 Use unwind-protect to ensure byte-compile-unresolved-functions
16108 is updated.
16109
16110 * whitespace.el (whitespace-buffer-leading-cleanup):
16111 Simplify w/ skip-chars-forward.
16112 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
16113
16114 * mail/rmail.el (rmail-only-expunge): Fix paren error.
16115 Unconditionally try to leave point at the same old place.
16116
16117 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
16118
16119 * comint.el (comint-postoutput-scroll-to-bottom)
16120 (comint-show-maximum-output): Take scroll-margin into consideration.
16121
16122 2005-07-08 Kim F. Storm <storm@cua.dk>
16123
16124 * ido.el (ido-use-filename-at-point): New choice `guess'.
16125 (ido-file-internal): Try ffap-guesser if selected.
16126
16127 * ido.el (ido-before-fallback-functions): New hook.
16128 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
16129 (ido-read-file-name): Run it.
16130
16131 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16132
16133 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
16134 strings rather than a list of symbols to the completion function.
16135
16136 2005-07-07 Jay Belanger <belanger@truman.edu>
16137
16138 * calc/calc-units.el (math-apply-units): Change the places in
16139 which units are simplified.
16140
16141 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
16142
16143 * cus-edit.el (customize-option, customize-option-other-window):
16144 Make them handle aliases.
16145
16146 * custom.el (custom-variable-p): Make it recursively follow
16147 aliases. Mention that in the docstring.
16148
16149 2005-07-07 Richard M. Stallman <rms@gnu.org>
16150
16151 * cus-start.el (exec-path): Use `directory' instead of `file'.
16152 Fix tag for nil.
16153
16154 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16155
16156 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
16157 when called non-interactively. Doc fix.
16158
16159 2005-07-07 Lute Kamstra <lute@gnu.org>
16160
16161 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
16162 new address as well.
16163
16164 2005-07-07 Kenichi Handa <handa@m17n.org>
16165
16166 * international/mule.el (make-coding-system):
16167 Describe `ascii-incompatible' property in the docstring.
16168 (set-file-name-coding-system): Signal an error if coding-system is
16169 ascii-incompatible.
16170 (set-keyboard-coding-system): Likewise.
16171
16172 * international/mule-cmds.el (set-default-coding-systems):
16173 Don't set default-file-name-coding-system and
16174 default-keyboard-coding-system if coding-system is ASCII-incompatible.
16175
16176 * international/utf-16.el: Declare that all UTF-16-based coding
16177 systems are ASCII-incompatible.
16178
16179 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
16180
16181 * progmodes/gud.el: Require font-lock for displaying errors.
16182 Used by gdb-ui.el.
16183
16184 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16185
16186 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
16187 values for the pattern lists which are `read'able but not
16188 `append'able (like symbols).
16189
16190 2005-07-06 Richard M. Stallman <rms@gnu.org>
16191
16192 * progmodes/flymake.el (flymake-float-time): Instead of
16193 with-no-warnings, test for xemacs.
16194 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
16195 to avoid warning.
16196
16197 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
16198
16199 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
16200
16201 2005-07-05 Lute Kamstra <lute@gnu.org>
16202
16203 * battery.el: Add support for Darwin (with much debugging help
16204 from Samuel Lauber <sam124@operamail.com>).
16205 (battery-status-function, battery-echo-area-format)
16206 (battery-mode-line-format): Add support for pmset on Darwin.
16207 (battery-load-low, battery-load-critical): New user options.
16208 (battery-pmset): New function.
16209
16210 2005-07-05 Lute Kamstra <lute@gnu.org>
16211
16212 Update FSF's address in GPL notices.
16213
16214 * textmodes/page-ext.el: Update FSF's address.
16215
16216 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16217
16218 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
16219 filling from using prefix when filling a single-line docstring.
16220
16221 * progmodes/flymake.el: Remove useless eval-when-compile.
16222
16223 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
16224
16225 2005-07-04 Richard M. Stallman <rms@gnu.org>
16226
16227 * textmodes/org.el (org-file-apps-defaults-gnu):
16228 Rename from org-file-apps-defaults-linux.
16229 (org-default-apps): Don't test system-type for `linux'.
16230 (org-file-apps): Doc fix.
16231
16232 2005-07-04 David Ponce <david@dponce.com>
16233
16234 * tree-widget.el: Improve header Commentary section.
16235 (tree-widget) [defgroup]
16236 (tree-widget-image-enable, tree-widget-themes-directory)
16237 (tree-widget-theme, tree-widget-image-properties-emacs)
16238 (tree-widget-image-properties-xemacs, tree-widget-create-image)
16239 (tree-widget-image-formats, tree-widget-control)
16240 (tree-widget-empty-control, tree-widget-leaf-control
16241 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
16242 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
16243 (tree-widget-keep, tree-widget-after-toggle-functions)
16244 (tree-widget-open-node, tree-widget-close-node): Doc fix.
16245 (tree-widget-open-control, tree-widget-close-control): Fix doc and
16246 :help-echo message.
16247 (tree-widget-set-theme): Doc fix. Use `string-equal'.
16248 (tree-widget-image-properties): Doc fix. Clearer implementation.
16249 (tree-widget--cursors): New constant.
16250 (tree-widget-lookup-image): New function split from
16251 `tree-widget-find-image'. Clearer implementation.
16252 (tree-widget-find-image): Use it.
16253 (tree-widget-button-keymap): Use `set-keymap-parent'.
16254 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
16255 Define the sub-widgets here.
16256 (tree-widget-node): Check that :node is not a tree-widget.
16257 (tree-widget-get-super, tree-widget-open-control)
16258 (tree-widget-close-control, tree-widget-empty-control)
16259 (tree-widget-leaf-control, tree-widget-guide)
16260 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
16261 (tree-widget-no-handle, tree-widget-value-delete)
16262 (tree-widget-map): Remove.
16263 (tree-widget-children-value-save): Doc fix. Simplified.
16264 (tree-widget-value-create): Update according to previous changes.
16265
16266 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
16267
16268 * textmodes/org.el: Leading space replaced by TABS.
16269 (org-recalc-marks, org-table-rotate-recalc-marks)
16270 (org-table-get-specials): Treat "^" and "_" marks.
16271 (org-table-justify-field-maybe): Optional argument NEW.
16272 (org-table-eval-formula): Parsing of the format simplified.
16273 New modes C,I. Honor the %= parameter in the current table.
16274 Avoid unnecessary re-align by using the NEW argument to
16275 `org-table-justify-field-maybe'.
16276 (org-calc-default-modes): Default for date-format mimicks org-mode.
16277 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
16278
16279 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
16280
16281 * cus-face.el (custom-theme-set-faces): Make it handle face
16282 aliases whose alias declarations are pre- or autoloaded.
16283
16284 2005-07-04 Juri Linkov <juri@jurta.org>
16285
16286 * faces.el (read-face-name): Put the code for getting a face name
16287 from the buffer before adding the faces from the `face' property.
16288 Use `completing-read-multiple' instead of `completing-read'.
16289 Require `crm'. Add default value and post-process the returned
16290 list of faces.
16291
16292 * emacs-lisp/crm.el (crm-find-current-element)
16293 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
16294
16295 * emacs-lisp/lisp-mode.el (eval-defun-1):
16296 * emacs-lisp/edebug.el (edebug-eval-defun):
16297 Remove unnecessary quotes.
16298
16299 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
16300
16301 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
16302 (prolog-indent-level): Fix typo in docstring.
16303
16304 * info.el (Info-history, Info-history-forward)
16305 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
16306
16307 * add-log.el (add-change-log-entry):
16308 * comint.el (comint-dynamic-list-input-ring)
16309 (comint-dynamic-list-completions):
16310 * dabbrev.el (dabbrev-expand):
16311 * delim-col.el (delimit-columns-rectangle-line):
16312 * diff-mode.el (diff-context->unified, diff-reverse-direction)
16313 (diff-unified->context):
16314 * ediff-init.el (ediff-abbrev-jobname):
16315 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
16316 (ediff-replace-session-activity-marker-in-meta-buffer):
16317 * info.el (Info-summary):
16318 * lpr.el (printify-region):
16319 * printing.el (pr-create-interface):
16320 * ps-print.el (ps-print-quote):
16321 * ses.el (ses-column-widths, ses-print-cell)
16322 (ses-adjust-print-width, ses-center):
16323 * shell.el (shell-file-name-quote-list):
16324 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
16325 (strokes-fill-current-buffer-with-whitespace)
16326 (strokes-xpm-for-stroke, strokes-list-strokes)
16327 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
16328 * term.el (term-dynamic-list-input-ring)
16329 (term-dynamic-list-completions):
16330 * calc/calc.el (math-format-stack-value):
16331 * emacs-lisp/edebug.el (edebug-display-freq-count):
16332 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
16333 (delphi-new-comment-line):
16334 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
16335 * progmodes/executable.el (executable-set-magic):
16336 * progmodes/python.el (inferior-python-mode):
16337 * progmodes/scheme.el (scheme-mode-syntax-table):
16338 * progmodes/sh-script.el (sh-maybe-here-document):
16339 * progmodes/sql.el (sql-copy-column):
16340 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
16341 * textmodes/bibtex.el (bibtex-mode):
16342 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
16343 (sgml-auto-attributes):
16344 * textmodes/table.el (table-insert, table-shorten-cell)
16345 (table--generate-source-scan-lines, table-delete-row)
16346 (*table--cell-delete-char, table--spacify-frame)
16347 (table--horizontally-shift-above-and-below)
16348 (table--cell-insert-char, table--cell-blank-str)
16349 (table--fill-region-strictly):
16350 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
16351 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
16352
16353 * add-log.el (change-log):
16354 * apropos.el (apropos):
16355 * comint.el (comint-completion, comint-source):
16356 * dabbrev.el (dabbrev):
16357 * delim-col.el (columns):
16358 * diff-mode.el (diff-mode):
16359 * ediff.el (ediff):
16360 * ediff-diff.el (ediff-diff):
16361 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
16362 * ediff-mult.el (ediff-mult):
16363 * ediff-ptch.el (ediff-ptch):
16364 * ediff-wind.el (ediff-window):
16365 * facemenu.el (facemenu):
16366 * indent.el (indent):
16367 * info.el (info):
16368 * jka-cmpr-hook.el (compression, jka-compr):
16369 * lpr.el (lpr):
16370 * outline.el (outlines):
16371 * pcmpl-cvs.el (pcmpl-cvs):
16372 * pcmpl-rpm.el (pcmpl-rpm):
16373 * printing.el (printing):
16374 * ps-print.el (postscript, ps-print, ps-print-horizontal)
16375 (ps-print-vertical, ps-print-headers, ps-print-font)
16376 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
16377 (ps-print-background, ps-print-printer, ps-print-page)
16378 (ps-print-miscellany):
16379 * ses.el (ses):
16380 * shell.el (shell, shell-directories, shell-faces):
16381 * startup.el (initialization):
16382 * strokes.el (strokes):
16383 * term.el (term):
16384 * uniquify.el (uniquify):
16385 * w32-vars.el (w32):
16386 * calc/calc.el (calc):
16387 * emacs-lisp/bytecomp.el (bytecomp):
16388 * emacs-lisp/cl-indent.el (lisp-indent):
16389 * emacs-lisp/edebug.el (edebug):
16390 * emacs-lisp/elp.el (elp):
16391 * emacs-lisp/testcover.el (testcover):
16392 * emacs-lisp/trace.el (trace):
16393 * emulation/viper-ex.el (viper-ex):
16394 * emulation/viper-mous.el (viper-mouse):
16395 * mail/mailalias.el (mailalias):
16396 * mail/supercite.el (supercite, supercite-frames)
16397 (supercite-attr, supercite-cite, supercite-hooks):
16398 * net/rcompile.el (remote-compile):
16399 * net/rlogin.el (rlogin):
16400 * obsolete/ooutline.el (outlines):
16401 * progmodes/delphi.el (delphi):
16402 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
16403 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
16404 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
16405 (ebnf-optimization):
16406 * progmodes/etags.el (etags):
16407 * progmodes/executable.el (executable):
16408 * progmodes/idlwave.el (idlwave):
16409 * progmodes/pascal.el (pascal):
16410 * progmodes/prolog.el (prolog):
16411 * progmodes/python.el (python):
16412 * progmodes/scheme.el (scheme):
16413 * progmodes/sh-script.el (sh, sh-script):
16414 * progmodes/sql.el (SQL):
16415 * progmodes/tcl.el (tcl):
16416 * textmodes/bibtex.el (bibtex, bibtex-autokey):
16417 * textmodes/enriched.el (enriched):
16418 * textmodes/makeinfo.el (makeinfo):
16419 * textmodes/sgml-mode.el (sgml):
16420 * textmodes/table.el (table-hooks):
16421 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
16422 * textmodes/texinfo.el (texinfo):
16423 * textmodes/two-column.el (two-column):
16424 Finish `defgroup' description with period.
16425
16426 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
16427 * eshell/esh-var.el (eshell-var):
16428 * progmodes/vhdl-mode.el (vhdl-testbench):
16429 * textmodes/org.el (org): Fix typos in docstrings.
16430
16431 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
16432 consistency.
16433
16434 * progmodes/flymake.el (flymake-find-file): Remove.
16435 (flymake-float-time): Use `with-no-warnings'.
16436 (flymake-check-start-time, flymake-check-was-interrupted)
16437 (flymake-err-info, flymake-is-running, flymake-last-change-time)
16438 (flymake-new-err-info): `defvar' at compile time.
16439
16440 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
16441
16442 * replace.el (occur-hook): Doc fix.
16443 (occur-1): Don't call `occur-hook' if there are no matches.
16444
16445 2005-07-03 Richard M. Stallman <rms@gnu.org>
16446
16447 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
16448 global-map, save the same map.
16449 (global-map): Don't alter it at top level.
16450 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
16451 Then alter it here instead.
16452 (tpu-edt-off): Set global-map to the saved one.
16453
16454 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
16455 All references simplified.
16456 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
16457 (zmacs-regions): Add defvar.
16458 (repeat-complex-command-map): Everything about that deleted.
16459
16460 * textmodes/artist.el (artist-key-is-drawing)
16461 (artist-key-endpoint1, artist-key-poly-point-list)
16462 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
16463 (artist-key-compl-table, artist-rb-save-data)
16464 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
16465 Don't put them in eval-when-compile.
16466 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
16467
16468 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
16469 Use with-no-warnings.
16470
16471 * net/browse-url.el (dos-windows-version): Add defvar.
16472
16473 * mail/supercite.el (filladapt-prefix-table): Add defvar.
16474
16475 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
16476 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
16477 (rmail-new-summary-line-count): Rename from new-summary-line-count.
16478 Add defvar.
16479 (rmail-summary-beginning-of-message): Use with-no-warnings.
16480 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
16481
16482 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
16483 Use with-no-warnings.
16484
16485 * emulation/vi.el (vi-mark-region): Use c-mark-function.
16486 (c-mark-function): Add point-moving-unit property.
16487 (vi-goto-line): Use with-no-warnings.
16488
16489 * emulation/edt.el (edt-last-copied-word): Add defvar.
16490 (zmacs-region-stays): Likewise.
16491 (edt-mark-section-wisely): Use c-mark-function for C.
16492 Use makr-defun for Fortran.
16493 (time-string): defvar deleted.
16494 (edt-display-the-time): Don't set time-string.
16495
16496 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
16497
16498 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16499 Don't warn when name is not constant
16500 or for defining the group `emacs'.
16501
16502 * tooltip.el (gud-tooltip-mode): Add defvar.
16503
16504 * startup.el (default-frame-background-mode): Add defvar.
16505
16506 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
16507
16508 * info.el (tool-bar-map): Add defvar.
16509
16510 * dired.el (dnd-protocol-alist): Add defvar.
16511
16512 * dired-aux.el (dired-query): Display question with answer, when
16513 the user answers.
16514
16515 * custom.el (custom-add-option): Doc fix.
16516
16517 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
16518
16519 2005-07-03 Eli Zaretskii <eliz@gnu.org>
16520
16521 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
16522 bogus name from the last change.
16523
16524 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
16525
16526 * custom.el (custom-declare-variable): Fix typos in comment.
16527 (custom-known-themes): Doc fix.
16528 (custom-theme-directory): New defcustom.
16529 (require-theme): Make it check `custom-theme-directory'.
16530
16531 * cus-theme.el (custom-new-theme-mode): New function.
16532 (custom-theme-name, custom-theme-variables, custom-theme-faces)
16533 (custom-theme-description): Add compiler defvars.
16534 (customize-create-theme): Add doc to the "*New Custom Theme*"
16535 buffer. Use `custom-new-theme-mode'.
16536 (custom-theme-write): Put the created buffer in emacs-lisp-mode
16537 and save it to the `custom-theme-directory'. Make this the
16538 default directory of the buffer.
16539
16540 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
16541
16542 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
16543 Fix unbalanced parentheses.
16544
16545 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16546
16547 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
16548 into flymake-mode and delegate to flymake-mode.
16549
16550 * find-file.el (ff-which-function-are-we-in): Clean up.
16551
16552 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
16553
16554 * replace.el (occur-rename-buffer): Fix docstring.
16555
16556 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
16557 (edt-last-copied-word, edt-learn-macro-count)
16558 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
16559 (edt-rect-start-point, edt-user-global-map, rect-start-point)
16560 (time-string, zmacs-region-stays):
16561 * emulation/edt-mapper.el (edt-save-function-key-map)
16562 (EDT-key-name): `defvar' to silence the byte-compiler.
16563
16564 2005-07-02 Martin Rudalics <rudalics@gmx.at>
16565
16566 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
16567 font-lock-regexp-backslash. Doc fix.
16568 (font-lock-regexp-backslash-grouping-construct): Rename from
16569 font-lock-regexp-backslash-construct. Doc fix.
16570 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
16571 grouping constructs.
16572
16573 2005-07-02 Eli Zaretskii <eliz@gnu.org>
16574
16575 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
16576 updating all the prerequisites.
16577
16578 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
16579
16580 * textmodes/org.el (org-agenda-start-on-weekday)
16581 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
16582 (org-agenda-use-time-grid, org-archive-location)
16583 (org-allow-space-in-links, org-usenet-links-prefer-google)
16584 (org-enable-table-editor, org-export-default-language)
16585 (org-export-html-show-new-buffer, org-fill-paragraph)
16586 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
16587 (org-goto-quit, org-occur, org-eval-in-calendar)
16588 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
16589 (org-agenda-diary-entry, org-remember-help)
16590 (org-table-convert-region, org-at-table-p)
16591 (org-table-move-row-down, org-table-move-row-up)
16592 (org-table-copy-region, org-table-toggle-vline-visibility)
16593 (org-table-get-stored-formulas, org-table-get-specials)
16594 (org-recalc-commands, org-table-eval-formula)
16595 (org-table-formula-substitute-names, orgtbl-make-binding)
16596 (org-format-org-table-html, org-format-table-table-html)
16597 (org-format-table-table-html-using-table-generate-source)
16598 (org-customize): Fix typos in docstrings.
16599 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
16600 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
16601 (org-back-to-heading): Doc fixes.
16602 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
16603 (org-agenda-change-all-lines, org-get-header):
16604 Improve argument/docstring consistency.
16605 (orgtbl-error): Fix error message.
16606
16607 * progmodes/flymake.el (flymake-find-possible-master-files)
16608 (flymake-master-file-compare, flymake-get-line-err-count)
16609 (flymake-highlight-line, flymake-gui-warnings-enabled):
16610 Fix typos in docstrings.
16611 (flymake-parse-line, flymake-get-project-include-dirs-function)
16612 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
16613 Doc fixes.
16614 (flymake-get-project-include-dirs-function)
16615 (flymake-make-err-menu-data):
16616 Improve argument/docstring consistency.
16617
16618 2005-07-01 Lute Kamstra <lute@gnu.org>
16619
16620 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
16621 Catch errors with ignore-errors. Use temporary buffer.
16622 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
16623
16624 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
16625 background color faces.
16626 (facemenu-set-foreground, facemenu-set-background):
16627 Use facemenu-set-face-from-menu.
16628 (facemenu-set-face-from-menu): Treat face names that start with
16629 "fg:" or "bg:" as special.
16630 (facemenu-add-new-color): Don't create faces. Simplify.
16631
16632 2005-06-30 Richard M. Stallman <rms@gnu.org>
16633
16634 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
16635 (crm-find-current-element): Likewise.
16636
16637 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
16638
16639 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
16640
16641 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
16642
16643 * arc-mode.el (archive-extract): Make it work as a mouse binding.
16644 (archive-mouse-extract): Make it an obsolete alias.
16645 (archive-mode-map): Don't use archive-mouse-extract any more.
16646 (archive-mode, archive-extract): write-contents-hooks ->
16647 write-contents-functions.
16648 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
16649 first arg.
16650 (archive-rename-entry): Update the call.
16651 (archive-zip-summarize): Remove unused var `method'.
16652 (archive-lzh-summarize): Remove unused var `creator'.
16653
16654 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
16655 dedicated frame upon exit.
16656
16657 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
16658 (archive-zip-extract, archive-zip-expunge)
16659 (archive-zip-update, archive-zip-update-case): Use executable-find.
16660 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
16661 Use restore-buffer-modified-p.
16662 (archive-extract, archive-add-new-member, archive-write-file-member):
16663 Use with-current-buffer.
16664 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
16665
16666 2005-06-30 Andreas Schwab <schwab@suse.de>
16667
16668 * progmodes/gud.el (gud-filter): Remove unneeded progn.
16669
16670 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16671
16672 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
16673
16674 2005-06-30 Juri Linkov <juri@jurta.org>
16675
16676 * faces.el (vertical-border): Inherit from mode-line-inactive
16677 only on tty.
16678
16679 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
16680
16681 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
16682 example, -NLINES in the `occur' docstring).
16683
16684 * replace.el (occur-1): When no matches are found, do not set the
16685 `buffer-read-only' and modified flags for the occur buffer,
16686 because it is deleted.
16687
16688 * emulation/cua-base.el (cua-check-pending-input)
16689 (cua-repeat-replace-region, cua-mode, cua-debug)
16690 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
16691 Fix typos in docstrings.
16692
16693 * emulation/cua-gmrk.el (cua-toggle-global-mark)
16694 (cua-cut-region-to-global-mark)
16695 (cua--cut-rectangle-to-global-mark):
16696 Remove period from end of messages.
16697
16698 * emulation/cua-rect.el (cua-do-rectangle-padding):
16699 Remove period from end of messages.
16700 (cua--rectangle-seq-format): Fix typo in docstring.
16701 (cua-sequence-rectangle, cua-fill-char-rectangle):
16702 Improve argument/docstring consistency.
16703
16704 2005-06-29 Juri Linkov <juri@jurta.org>
16705
16706 * faces.el (default-frame-background-mode): New internal variable.
16707 (frame-set-background-mode): Use it.
16708
16709 * startup.el (normal-top-level): Set default-frame-background-mode
16710 instead of frame-background-mode. Before setting it, test for its
16711 nil value. Remove tests for frame-background-mode and frame
16712 parameter `reverse'. Add test for "unspecified-fg".
16713
16714 * term/xterm.el (xterm-rxvt-set-background-mode):
16715 * term/rxvt.el (rxvt-set-background-mode):
16716 Set default-frame-background-mode instead of frame-background-mode.
16717
16718 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
16719
16720 * simple.el (set-variable): Warn about obsolete user variables.
16721
16722 * imenu.el (imenu--completion-buffer):
16723 * mouse.el (mouse-buffer-menu-alist):
16724 * msb.el (msb-invisible-buffer-p):
16725 * calendar/diary-lib.el (diary-header-line-format):
16726 * emacs-lisp/pp.el (pp-buffer):
16727 * progmodes/cperl-mode.el (cperl-do-auto-fill):
16728 * textmodes/picture.el (picture-replace-match):
16729 Change space constants followed by a sexp to "?\s ".
16730
16731 * play/decipher.el (decipher-loop-with-breaks):
16732 * textmodes/texinfo.el (texinfo-insert-@item): Change space
16733 constants "protected" from end of line by a comment to "?\s".
16734
16735 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16736
16737 * font-lock.el (save-buffer-state): Use `declare'.
16738
16739 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
16740 reset the syntax-table to cperl-mode-syntax-table.
16741 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
16742 "foo_print_bar" is not matched as a reserved keyword.
16743
16744 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
16745
16746 * textmodes/org.el (orgtbl-setup): New function, for delayed
16747 setup for the orgtbl commands.
16748 (org-calc-default-modes): New option.
16749 (orgtbl-make-binding): Use `defun' to get better help display.
16750 (org-diary): Call `org-compile-prefix-format'.
16751 (org-table-formula-substitute-names): New function.
16752 (org-agenda-day-view, org-agenda-week-view): New commands.
16753 (org-agenda-toggle-week-view): Command removed.
16754 (org-tbl-menu): Split off from org-org-menu.
16755 (org-mode): Move removal of outline-mode menus to here.
16756 (org-table-formula-debug): New option.
16757 (org-table-insert-row): Keep first field if just "#" or "*".
16758 (org-mode): Paragraph regexps fixed.
16759 (org-table-recalculate-regexp): New constant.
16760 (org-table-justify-field-maybe): Avoid replace if not necessary.
16761 (org-copy-special, org-cut-special): Use `call-interactively'.
16762 (org-table-copy-region): Take region from `interactive' call.
16763 (org-trim): Return string even if no match.
16764 (org-formula): New face.
16765 (org-set-font-lock-defaults): No longer highlight "FIXME".
16766 But highlight formula-related fields in table.
16767 (org-table-p): Use regexp, not fontification.
16768 (org-table-align): Handle white space at end of line.
16769 (org-table-formula-evaluate-inline): New option.
16770 (org-mode): Auto-wrapping in comment lines turned off.
16771 (org-table-copy-down): Evaluate only in copied field, not in
16772 destination.
16773 (org-table-current-formula): Variable removed.
16774 (org-table-store-formulas, org-table-get-stored-formulas)
16775 (org-table-modify-formulas, org-table-replace-in-formulas)
16776 (org-table-maybe-eval-formula): New functions.
16777 (org-table-get-formula): Modify to use stored formulas.
16778 (org-table-insert-column, org-table-delete-column)
16779 (org-table-move-column): Call `org-table-modify-formulas'.
16780 (org-complete): Add completion for keyword formulas.
16781 (orgtbl-mode): Pull orgtbl-mode-map to start of
16782 minor-mode-map-alist.
16783
16784 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16785
16786 * progmodes/python.el (python-check): Require `compile' before
16787 modifying its variables.
16788
16789 * newcomment.el (comment-indent-default): Don't get fooled by an early
16790 end of buffer.
16791
16792 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16793
16794 * ps-print.el (ps-print-version): Fix version number.
16795
16796 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
16797
16798 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
16799
16800 2005-06-28 Richard M. Stallman <rms@gnu.org>
16801
16802 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
16803 (flyspell-local-mouse-map): Declaration deleted.
16804 (flyspell-mouse-map): Bind only mouse-2.
16805 (flyspell-mode-map): Don't test flyspell-use-local-map.
16806 (flyspell-overlay-keymap-property-name): Var deleted.
16807 (flyspell-mode-on): Don't make local bindings for
16808 flyspell-mouse-map and flyspell-mode-map.
16809 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
16810
16811 * textmodes/ispell.el (ispell-word): Do not ignore short words.
16812
16813 * progmodes/compile.el (compilation-next-error-function):
16814 Don't switch buffers; operate on the current buffer.
16815
16816 * progmodes/compile.el (compilation-error-file-name)
16817 (compilation-warning-file-name, compilation-info-file-name)
16818 (compilation-line-number, compilation-column-number): New faces.
16819 (compilation-error-face, compilation-warning-face)
16820 (compilation-info-face, compilation-line-face)
16821 (compilation-column-face): Use them.
16822
16823 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
16824
16825 * comint.el (comint-password-prompt-regexp): Accept ", try again".
16826
16827 * bindings.el (global-map): Bind insertchar and its variants.
16828
16829 2005-06-27 Richard M. Stallman <rms@gnu.org>
16830
16831 * textmodes/artist.el (artist-text-overwrite)
16832 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
16833
16834 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16835
16836 * ps-print.el: It was not working the page selection for printing.
16837 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
16838 (ps-print-version): New version 6.6.7.
16839 (ps-end-sheet): New fun.
16840 (ps-header-sheet, ps-end-job): Call it.
16841
16842 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
16843
16844 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
16845
16846 2005-06-27 Lute Kamstra <lute@gnu.org>
16847
16848 * facemenu.el (facemenu-unlisted-faces): Add foreground and
16849 background color faces.
16850 (facemenu-get-face): Delete function.
16851 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
16852 (facemenu-add-new-color): Make second argument mandatory.
16853 Create the appropriate face and return it. Simplify.
16854 (facemenu-set-foreground, facemenu-set-background): Don't check if
16855 color is defined. Use return value of facemenu-add-new-color.
16856
16857 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
16858
16859 * progmodes/gud.el (gud-filter): Add missing argument to
16860 with-selected-window.
16861
16862 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
16863
16864 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
16865 a :require to the defcustom.
16866
16867 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
16868 defcustoms corresponding to minor modes.
16869
16870 2005-06-26 David Ponce <david@dponce.com>
16871
16872 * recentf.el: Require tree-widget instead of wid-edit.
16873 (recentf-filename-handler): Fix widget :type.
16874 (recentf-cancel-dialog, recentf-open-more-files)
16875 (recentf-open-files-action): Doc fix.
16876 (recentf-dialog-goto-first): New function.
16877 (recentf-dialog-mode-map): Set parent keymap first.
16878 (recentf-dialog-mode): Define with define-derived-mode.
16879 Don't display continuation lines in dialogs.
16880 (recentf-edit-list): Rename from recentf-edit-selected-items.
16881 (recentf-edit-list-select): Rename from recentf-edit-list-action.
16882 Simplify.
16883 (recentf-edit-list-validate): New function.
16884 (recentf-edit-list): Update accordingly.
16885 (recentf-open-files-item-shift): Remove.
16886 (recentf-open-files-item): Convert menu elements into tree and
16887 link widgets. Don't create the widgets.
16888 (recentf-open-files): Update accordingly.
16889 (recentf-save-list): Untabify.
16890
16891 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
16892
16893 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
16894 (keep-lines): Add INTERACTIVE arg. Never delete lines only
16895 partially contained in the active region. Do not take active
16896 region into account when called from Lisp, unless INTERACTIVE arg
16897 is non-nil. Use `forward-line' instead of `beginning-of-line' to
16898 avoid trouble with fields. Make marker point nowhere when no
16899 longer used. Always return nil. Doc fix.
16900 (flush-lines): Add INTERACTIVE arg. Do not take active region
16901 into account when called from Lisp, unless INTERACTIVE arg is
16902 non-nil. Use `forward-line' instead of `beginning-of-line' to
16903 avoid trouble with fields. Make marker point nowhere when no
16904 longer used. Always return nil. Doc fix.
16905 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
16906 interchangeable. Do not take active region into account when
16907 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
16908 message in echo area when called from Lisp, unless INTERACTIVE arg
16909 is non-nil. Avoid saying "1 occurrences". Do not use markers.
16910 Return the number of matches. Doc fix.
16911 (occur): Doc fix.
16912 (perform-replace): Make comment follow double space convention for
16913 the sake of `outline-minor-mode'.
16914
16915 * faces.el (facep): Doc fix.
16916
16917 2005-06-25 Richard M. Stallman <rms@gnu.org>
16918
16919 * facemenu.el (facemenu-enable-faces-p): New function.
16920 (facemenu-background-menu, facemenu-foreground-menu)
16921 (facemenu-face-menu): Add menu-enable property.
16922
16923 * jka-compr.el (jka-compr-insert-file-contents):
16924 Special handling if cannot find the uncompression program.
16925
16926 * cus-face.el (custom-face-attributes): Add autoload.
16927
16928 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16929 Bind comment-indent-function locally.
16930
16931 * window.el (save-selected-window): Use save-current-buffer.
16932
16933 * subr.el (with-selected-window): Use save-current-buffer.
16934
16935 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
16936 and with-current-buffer.
16937
16938 2005-06-24 Richard M. Stallman <rms@gnu.org>
16939
16940 * simple.el (line-move-1): Fix previous change.
16941
16942 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
16943
16944 * replace.el (occur-1): Set `buffer-read-only' and the
16945 buffer-modified flag before running `occur-hook' to protect
16946 against unintentional buffer switches that can lead to data loss.
16947
16948 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
16949
16950 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
16951 (gud-gdb-marker-filter): Use font-lock-warning-face for any
16952 initial error.
16953
16954 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
16955 after fresh input.
16956 (gdb-var-create-handler): Put name of expression in quotes.
16957
16958 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
16959
16960 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
16961 elements of RING in order, and without bogus nil elements.
16962
16963 2005-06-23 Richard M. Stallman <rms@gnu.org>
16964
16965 * simple.el (set-variable): Args renamed; doc fix.
16966 (line-move-1): When there are overlays around, use vertical-motion.
16967
16968 * faces.el (escape-glyph): Use brown against light background.
16969 (nobreak-space): Rename from no-break-space.
16970 Fix previous change.
16971
16972 * dired-aux.el (dired-do-copy): Fix arg prompt.
16973
16974 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
16975
16976 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
16977
16978 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
16979 rather than "Distributor".
16980
16981 2005-06-23 Lute Kamstra <lute@gnu.org>
16982
16983 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
16984 (debug-on-entry): Use it. New interactive declaration that uses
16985 function-called-at-point.
16986
16987 2005-06-23 Kim F. Storm <storm@cua.dk>
16988
16989 * subr.el (save-match-data): Add comment about using evaporate arg
16990 to set-match-data.
16991
16992 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
16993
16994 * cus-edit.el (customize-face)
16995 (customize-face-other-window): Handle face aliases.
16996
16997 * faces.el (face-documentation, set-face-attribute)
16998 (face-spec-set): Handle face aliases.
16999
17000 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
17001
17002 * help-mode.el (help-make-xrefs): If a symbol representing a face
17003 name is not followed by the word "face", it could still be a
17004 function or variable name, so don't bypass other checks.
17005
17006 2005-06-22 Juri Linkov <juri@jurta.org>
17007
17008 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
17009 Replace aliased functions with calls where second arg `inherit' is t.
17010
17011 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
17012
17013 * progmodes/gdb-ui.el (gdb-error): New variable.
17014 (gdb-error): New function.
17015 (gdb-annotation-rules): Act on error-begin and error annotations.
17016 (gdb-concat-output): Use font-lock-warning-face for errors.
17017
17018 2005-06-22 Miles Bader <miles@gnu.org>
17019
17020 * bindings.el (propertized-buffer-identification): Use renamed
17021 `Buffer-menu-buffer' face.
17022
17023 * faces.el (vertical-border): Rename from `vertical-divider'.
17024 (escape-glyph): Change dark-background color back to `cyan'.
17025
17026 2005-06-21 Juri Linkov <juri@jurta.org>
17027
17028 * faces.el (face-user-default-spec): Try getting `customized-face'
17029 prior to `saved-face'.
17030 (frame-background-mode): Refill docstring.
17031
17032 * emacs-lisp/lisp-mode.el (eval-defun-1):
17033 * emacs-lisp/edebug.el (edebug-eval-defun):
17034 Set `saved-face' temporarily to nil before calling form.
17035 Set `customized-face' to the new spec after that.
17036
17037 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
17038
17039 * subr.el (1value, lambda, key-substitution-in-progress):
17040 Doc fixes.
17041
17042 * autoinsert.el (auto-insert-alist):
17043 * ses.el (ses-call-printer):
17044 * subr.el (noreturn):
17045 * emacs-lisp/lisp.el (check-parens):
17046 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
17047 * net/browse-url.el (browse-url-mosaic):
17048 * progmodes/cc-defs.el (c-safe-scan-lists):
17049 * progmodes/ebnf-abn.el (ebnf-abn-lex):
17050 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
17051 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
17052 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
17053 * progmodes/ebnf-iso.el (ebnf-iso-lex):
17054 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
17055
17056 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
17057
17058 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
17059
17060 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
17061
17062 * calendar/appt.el (appt-make-list): Activate the package, if
17063 not already active (for backwards compatibility).
17064
17065 2005-06-20 Kim F. Storm <storm@cua.dk>
17066
17067 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
17068
17069 2005-06-20 Miles Bader <miles@gnu.org>
17070
17071 * faces.el (vertical-divider): New face.
17072
17073 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
17074
17075 * simple.el (kill-whole-line): Doc fix.
17076 (next-error-buffer-p, next-error-find-buffer)
17077 (clone-indirect-buffer): Fix typos in docstrings.
17078 (comment-line-break-function): Doc fix: don't say variable
17079 is automatically buffer-local (it isn't).
17080
17081 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
17082
17083 * net/tramp-ftp.el (top):
17084 * net/tramp-smb.el (top):
17085 * net/tramp-util.el (top):
17086 * net/tramp-uu.el (top):
17087 * net/tramp-vc.el (top):
17088 * net/tramp.el (top): Revert copyright years back to original
17089 ones. Tramp has a life outside GNU Emacs.
17090
17091 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
17092
17093 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
17094
17095 2005-06-18 Juri Linkov <juri@jurta.org>
17096
17097 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
17098 end of first regexp to limit the match to the position between
17099 line number and source line with same separator character as used
17100 between file name and line number. In the second regexp limit
17101 mouse-face area to file name and line number by adding new group
17102 for them and referring it in HYPERLINK arg.
17103 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
17104 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
17105 previous line where grep markers may be already removed.
17106
17107 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
17108
17109 * progmodes/ps-mode.el: Update version and maintainer's email address.
17110
17111 2005-06-18 Steve Youngs <steve@xemacs.org>
17112
17113 * net/browse-url.el (browse-url-browser-function)
17114 (browse-url-default-browser): Add firefox.
17115 (browse-url-firefox-program, browse-url-firefox-arguments)
17116 (browse-url-firefox-startup-arguments)
17117 (browse-url-firefox-new-window-is-tab): New defcustoms.
17118 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
17119
17120 2005-06-17 Richard M. Stallman <rms@gnu.org>
17121
17122 * startup.el (command-line): Warn if specified user name has
17123 no home directory.
17124
17125 * term.el (term-get-old-input, term-input-filter, term-input-sender)
17126 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
17127
17128 * longlines.el (longlines-mode, longlines-show-hard-newlines):
17129 Doc fixes.
17130
17131 * faces.el (underline): Try bold if terminal doesn't support underline.
17132
17133 * mail/sendmail.el (mail-setup-with-from): New variable.
17134 (mail-insert-from-field): New function.
17135 (sendmail-send-it): Call it.
17136 (mail-setup): Optionally call it here.
17137
17138 * term/linux.el: Call tty-no-underline.
17139
17140 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
17141
17142 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
17143
17144 2005-06-17 Miles Bader <miles@gnu.org>
17145
17146 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
17147 (ediff-current-diff-C, ediff-current-diff-Ancestor)
17148 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
17149 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
17150 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
17151 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
17152 Remove "-face" suffix from face names.
17153 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17154 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17155 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17156 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17157 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17158 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17159 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17160 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17161 New backward-compatibility aliases for renamed faces.
17162 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17163 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17164 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17165 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17166 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17167 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17168 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17169 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17170 Use renamed ediff faces.
17171
17172 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
17173 Remove "-face" suffix from face names.
17174 (eshell-test-ok-face, eshell-test-failed-face):
17175 New backward-compatibility aliases for renamed faces.
17176 (eshell-run-test): Use renamed eshell-test faces.
17177
17178 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
17179 face name.
17180 (eshell-prompt-face): New backward-compatibility alias for renamed
17181 face.
17182 (eshell-emit-prompt): Use renamed eshell-prompt face.
17183
17184 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
17185 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
17186 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
17187 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
17188 Remove "-face" suffix from face names.
17189 (eshell-ls-directory-face, eshell-ls-symlink-face)
17190 (eshell-ls-executable-face, eshell-ls-readonly-face)
17191 (eshell-ls-unreadable-face, eshell-ls-special-face)
17192 (eshell-ls-missing-face, eshell-ls-archive-face)
17193 (eshell-ls-backup-face, eshell-ls-product-face)
17194 (eshell-ls-clutter-face):
17195 New backward-compatibility aliases for renamed faces.
17196 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
17197
17198 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
17199 Remove "-face" suffix from face name.
17200 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
17201 instead of literal face.
17202
17203 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
17204
17205 * emacs-lisp/warnings.el (display-warning, lwarn)
17206 (warning-minimum-log-level): Doc fixes.
17207 (warning-minimum-level, warning-minimum-log-level):
17208 Add :debug to :type choices.
17209
17210 * progmodes/ada-mode.el (ada-format-paramlist)
17211 (ada-get-indent-case, ada-check-matching-start)
17212 (ada-check-defun-name, ada-goto-matching-decl-start)
17213 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
17214 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
17215 (ada-make-subprogram-body): Follow error conventions.
17216 (ada-case-exception-file, ada-indent-comment-as-code)
17217 (ada-indent-handle-comment-special, ada-indent-renames)
17218 (ada-indent-return, ada-search-directories-internal)
17219 (ada-tab-policy, ada-case-exception-substring)
17220 (ada-other-file-alist, ada-matching-start-re)
17221 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
17222 (ada-imenu-generic-expression, ada-compile-goto-error)
17223 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
17224 (ada-popup-menu, ada-add-extensions, ada-mode)
17225 (ada-region-selected, ada-create-case-exception)
17226 (ada-create-case-exception-substring, ada-after-keyword-p)
17227 (ada-activate-keys-for-case, ada-adjust-case-region)
17228 (ada-adjust-case-buffer, ada-format-paramlist)
17229 (ada-scan-paramlist, ada-insert-paramlist)
17230 (ada-indent-newline-indent)
17231 (ada-indent-newline-indent-conditional)
17232 (ada-justified-indent-current, ada-goto-previous-word)
17233 (ada-indent-current, ada-get-indent-open-paren)
17234 (ada-get-indent-paramlist, ada-get-indent-end)
17235 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
17236 (ada-get-indent-block-start, ada-get-indent-subprog)
17237 (ada-get-indent-noindent, ada-get-indent-label)
17238 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
17239 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
17240 (ada-goto-stmt-end, ada-goto-next-word)
17241 (ada-check-matching-start, ada-check-defun-name)
17242 (ada-goto-matching-decl-start, ada-goto-matching-start)
17243 (ada-goto-matching-end, ada-search-ignore-string-comment)
17244 (ada-in-decl-p, ada-looking-at-semi-or)
17245 (ada-looking-at-semi-private, ada-in-paramlist-p)
17246 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
17247 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
17248 (ada-next-procedure, ada-previous-procedure, ada-next-package)
17249 (ada-previous-package, ada-create-menu)
17250 (ada-fill-comment-paragraph-justify)
17251 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
17252 (ada-other-file-name, ada-last-which-function-line)
17253 (ada-last-which-function-subprog, ada-which-function)
17254 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
17255 (ada-gen-treat-proc, ada-check-emacs-version)
17256 (ada-continuation-indent, ada-align-region-separate):
17257 Fix typos in docstrings.
17258 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
17259
17260 2005-06-16 Lute Kamstra <lute@gnu.org>
17261
17262 * simple.el (fundamental-mode): Run after-change-major-mode-hook
17263 conditionally.
17264
17265 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
17266
17267 * comint.el (comint-replace-by-expanded-filename)
17268 (comint-prompt-regexp, comint-delimiter-argument-list)
17269 (comint-preinput-scroll-to-bottom):
17270 * info.el (Info-hide-cookies-node):
17271 * ls-lisp.el (ls-lisp-classify):
17272 * find-file.el (ff-search-directories, ff-special-constructs)
17273 (ff-find-other-file):
17274 * font-lock.el (font-lock-keywords):
17275 * shell.el (shell-prompt-pattern)
17276 (shell-dynamic-complete-functions, shell-mode)
17277 (shell-delimiter-argument-list):
17278 * term.el (term-replace-by-expanded-filename)
17279 (term-prompt-regexp, term-delimiter-argument-list):
17280 * woman.el (woman-ignore, woman0-if):
17281 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
17282 * emacs-lisp/elint.el (elint-init-env):
17283 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
17284 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
17285 * language/ethio-util.el (ethio-tilde-escape)
17286 (ethio-use-three-dot-question):
17287 * net/zone-mode.el (zone-mode-load-time-setup):
17288 * progmodes/cc-align.el (c-lineup-argcont):
17289 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
17290 * progmodes/cperl-mode.el (cperl-set-style-back):
17291 * progmodes/inf-lisp.el (inferior-lisp-prompt):
17292 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
17293 Fix spellings in docstrings.
17294
17295 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
17296 * progmodes/modula2.el (m2-for): Fix spellings.
17297
17298 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
17299
17300 * simple.el (undo-more): Don't use `format' on `error' arguments.
17301 Improve argument/docstring consistency.
17302 (pending-undo-list): Doc fix.
17303
17304 * smerge-mode.el (smerge-ensure-match):
17305 * emulation/vip.el (vip-ex):
17306 * net/zone-mode.el (zone-mode-update-serial):
17307 * progmodes/idlwave.el (idlwave-complete):
17308 * progmodes/vhdl-mode.el (vhdl-visit-file)
17309 (vhdl-compose-wire-components):
17310 Don't use `format' on `error' arguments.
17311
17312 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
17313 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
17314 (tooltip-help-tips): Fix typos in docstrings.
17315
17316 2005-06-16 David Ponce <david@dponce.com>
17317
17318 * tree-widget.el (tree-widget-value-create): Simplify last change.
17319
17320 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
17321
17322 * ido.el (ido-incomplete-regexp): New variable.
17323 (ido-set-matches-1): Handle invalid-regexp error and set
17324 ido-incomplete-regexp.
17325 (ido-incomplete-regexp): New face.
17326 (ido-completions): Use it.
17327 (ido-complete, ido-exit-minibuffer, ido-completions):
17328 Handle incomplete regexps.
17329 (ido-completions): Add check for complete match when entering a regexp.
17330
17331 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17332
17333 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
17334
17335 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17336
17337 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
17338 by field delimiters.
17339
17340 2005-06-15 David Ponce <david@dponce.com>
17341
17342 * tree-widget.el: eval-and-compile inlined functions so they will
17343 be available at run-time too.
17344 (tree-widget-super-format-handler)
17345 (tree-widget-format-handler): Remove.
17346 (tree-widget-value-create): Handle the :indent property.
17347
17348 2005-06-15 Miles Bader <miles@gnu.org>
17349
17350 * progmodes/which-func.el (which-func): Only inherit
17351 `font-lock-function-name-face' when that makes sense against the
17352 default mode-line face, otherwise set the face color explicitly.
17353
17354 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
17355 faces instead of (non-existent) variables.
17356
17357 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
17358
17359 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
17360 (iswitchb-get-matched-buffers): Likewise. Simplify.
17361
17362 2005-06-14 Miles Bader <miles@gnu.org>
17363
17364 * progmodes/ld-script.el (ld-script-location-counter):
17365 Remove "-face" suffix from face name.
17366 (ld-script-location-counter-face):
17367 New backward-compatibility alias for renamed face.
17368 (ld-script-location-counter-face): Use renamed face.
17369
17370 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
17371 (cperl-hash): Remove "-face" suffix from face names.
17372 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
17373 New backward-compatibility aliases for renamed faces.
17374 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
17375 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
17376
17377 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
17378 name.
17379 (which-func-face): New backward-compatibility alias for renamed face.
17380 (which-func-format): Use renamed which-func face.
17381
17382 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
17383 (vhdl-function, vhdl-directive, vhdl-reserved-word)
17384 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
17385 names.
17386 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
17387 (vhdl-speedbar-configuration, vhdl-speedbar-package)
17388 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
17389 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
17390 (vhdl-speedbar-architecture-selected)
17391 (vhdl-speedbar-configuration-selected)
17392 (vhdl-speedbar-package-selected)
17393 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
17394 names.
17395 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
17396 Use renamed faces.
17397 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
17398 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
17399 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
17400 Use renamed faces.
17401 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
17402 names.
17403 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
17404 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
17405 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
17406 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
17407 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
17408 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
17409
17410 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
17411 face name.
17412 (sh-heredoc-face): New backward-compatibility alias for renamed face.
17413 (sh-heredoc-face): Use renamed sh-heredoc face.
17414
17415 * progmodes/idlw-help.el (idlwave-help-link):
17416 Remove "-face" suffix from face name.
17417 (idlwave-help-link-face):
17418 New backward-compatibility alias for renamed face.
17419 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
17420
17421 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
17422 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
17423 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
17424 New backward-compatibility aliases for renamed faces.
17425 (idlwave-shell-disabled-breakpoint-face)
17426 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
17427
17428 * progmodes/flymake.el (flymake-errline, flymake-warnline):
17429 Remove "-face" suffix from face names.
17430 (flymake-errline-face, flymake-warnline-face):
17431 New backward-compatibility aliases for renamed faces.
17432 (flymake-highlight-line): Use renamed flymake faces.
17433
17434 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
17435 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
17436 (ebrowse-member-class, ebrowse-progress):
17437 Remove "-face" suffix from face names.
17438 (ebrowse-tree-mark-face, ebrowse-root-class-face)
17439 (ebrowse-file-name-face, ebrowse-default-face)
17440 (ebrowse-member-attribute-face, ebrowse-member-class-face)
17441 (ebrowse-progress-face):
17442 New backward-compatibility aliases for renamed faces.
17443 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
17444 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
17445 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
17446 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
17447
17448 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
17449 antlr-syntax)
17450 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
17451 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
17452 names.
17453 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
17454 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
17455 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
17456 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
17457 backward-compatibility aliases for renamed faces.
17458 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
17459 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
17460 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
17461 remove "font-lock-". Use renamed antlr-mode faces.
17462 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
17463 literal face-names with face variable references.
17464
17465 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
17466 face name.
17467 (Buffer-menu-buffer-face): New backward-compatibility alias for
17468 renamed face.
17469 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
17470
17471 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
17472
17473 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
17474 Eliminate "-face" suffix.
17475 (makefile-targets): Inherit from font-lock-function-name-face and
17476 eliminate "-face" suffix.
17477 (makefile-shell): Remove attributes and eliminate "-face" suffix.
17478 (makefile-*-font-lock-keywords): Append makefile-targets in rule
17479 actions, instead of prepending, to make it less visible.
17480 (makefile-previous-dependency, makefile-match-dependency):
17481 Don't match a target on a continuation line.
17482
17483 * files.el (auto-mode-alist): Put Makefile in gmake mode.
17484
17485 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
17486
17487 * progmodes/gdb-ui.el (menu): Re-order menu items.
17488 (gdb-tooltip-print): Respect tooltip-use-echo-area.
17489
17490 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
17491 Define in tooltip.el.
17492 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
17493 (gud-tooltip-tips): Respect tooltip-use-echo-area and
17494 gud-tooltip-echo-area.
17495
17496 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
17497 backward compatibility and make obsolete.
17498 (tooltip-help-tips): Use tooltip-use-echo-area.
17499 (tooltip-show-help-function): Rename to...
17500 (tooltip-show-help): ...this, because it is a function.
17501 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
17502
17503 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
17504
17505 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
17506 (edebug-print-length, edebug-print-level, edebug-print-circle)
17507 (edebug-modify-breakpoint, edebug-eval-last-sexp)
17508 (edebug-eval-print-last-sexp): Doc fixes.
17509
17510 2005-06-14 Kim F. Storm <storm@cua.dk>
17511
17512 * ido.el (ido-mode): Make a new keymap every time we enable ido,
17513 as the coverage buffer/file/both may change.
17514
17515 2005-06-14 Lute Kamstra <lute@gnu.org>
17516
17517 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
17518 and run-mode-hooks. Simplify.
17519
17520 * mail/rmailedit.el (rmail-edit-mode):
17521 * progmodes/octave-inf.el (inferior-octave-mode):
17522 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
17523
17524 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
17525 and run-mode-hooks.
17526 (recentf-edit-list, recentf-open-files): Don't call
17527 kill-all-local-variables directly.
17528
17529 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
17530
17531 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
17532
17533 * emacs-lisp/byte-run.el (make-obsolete)
17534 (define-obsolete-function-alias): Rename arguments FUNCTION and
17535 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
17536 (make-obsolete-variable, define-obsolete-variable-alias):
17537 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
17538 respectively.
17539
17540 * isearchb.el (isearchb-activate):
17541 * pcvs.el (cvs-mode):
17542 * ses.el (ses-load):
17543 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
17544 * net/tramp.el (tramp-find-file-exists-command)
17545 (tramp-find-shell):
17546 * progmodes/ada-mode.el (ada-create-case-exception)
17547 (ada-create-case-exception-substring, ada-make-subprogram-body):
17548 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
17549 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
17550 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
17551 * textmodes/org.el (org-promote, org-evaluate-time-range)
17552 (org-agenda-next-date-line, org-agenda-previous-date-line)
17553 (org-agenda-error, org-open-at-point, org-table-move-row)
17554 (org-format-table-table-html-using-table-generate-source)
17555 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
17556 * textmodes/reftex.el (reftex-access-scan-info):
17557 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
17558 (reftex-toc-promote-prepare): Follow error conventions.
17559
17560 * diff-mode.el (diff-mode): Fix typo in docstring.
17561
17562 * forms.el (forms--intuit-from-file): Fix reference to
17563 `forms-number-of-fields' in error message.
17564 (forms-print): Fix quoting in error message.
17565
17566 * forms.el (forms-mode):
17567 * emulation/vi.el (vi-goto-insert-state):
17568 * progmodes/flymake.el (flymake-new-err-info)
17569 (flymake-start-syntax-check-for-current-buffer)
17570 (flymake-simple-cleanup):
17571 * eshell/esh-var.el (eshell/export):
17572 * progmodes/gud.el (xdb):
17573 * textmodes/flyspell.el (flyspell-incorrect-hook)
17574 (flyspell-maybe-correct-transposition)
17575 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
17576
17577 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
17578
17579 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
17580 minibuffer prompt.
17581
17582 2005-06-13 Kim F. Storm <storm@cua.dk>
17583
17584 * subr.el (add-to-ordered-list): New defun.
17585
17586 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
17587 add cua--keymap-alist to emulation-mode-map-alists.
17588
17589 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
17590
17591 * subr.el (complete-in-turn): New macro.
17592 (dynamic-completion-table, lazy-completion-table): Add debug info.
17593
17594 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
17595 in preference to face aliases.
17596
17597 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
17598 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
17599 Remove unused vars `start' and `firstline'.
17600 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
17601 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
17602
17603 2005-06-13 Eli Zaretskii <eliz@gnu.org>
17604
17605 * cus-start.el (all): Don't complain about missing GTK-related
17606 variables, unless either `gtk' is boundp or this isn't a
17607 `windows-nt' build.
17608
17609 2005-06-13 Lute Kamstra <lute@gnu.org>
17610
17611 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
17612 run-mode-hooks.
17613
17614 * ediff-mult.el (ediff-meta-mode):
17615 * ediff-util.el (ediff-mode): Use run-mode-hooks.
17616
17617 * ledit.el (ledit-mode): Use delay-mode-hooks.
17618
17619 * woman.el (woman-mode-line-format): Delete constant.
17620 (woman-mode-map): Initialize it properly.
17621 (woman-mode): Set mode-class property to special.
17622 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
17623 Set major-mode and mode-name. Don't set mode-line-format directly.
17624 (Man-getpage-in-background): Don't reference woman-mode-line-format.
17625
17626 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
17627 string argument obsolete.
17628
17629 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
17630
17631 * textmodes/org.el (org-CUA-compatible): New option.
17632 (org-disputed-keys): New variable.
17633 (org-key): New function.
17634 (orgtbl-make-binding): Add docstring to the created function.
17635 (org-mode): Set paragraph start/separate regexps.
17636 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
17637 (org-archive-location, org-archive-mark-done)
17638 (org-archive-stamp-time): New options.
17639 (org-archive-subtree): New command.
17640 (org-fill-paragraph): New function.
17641 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
17642 (org-fake-empty-table-line): Function removed.
17643 (org-format-org-table-html): Do not create empty table lines at
17644 separator lines. Improved table header treatment.
17645 (org-link-format): New option.
17646 (org-make-link): New function.
17647 (org-insert-link, org-store-link): Use org-make-link.
17648 (org-open-file): Quote file name for shell command, to allow
17649 spaces in file names.
17650 (org-link-regexp): Fix bug with mailto link.
17651 (org-link-maybe-angles-regexp, org-protected-link-regexp):
17652 New constants.
17653 (org-export-as-html): Deal with the optional angles around a link.
17654 Better treatment of file: links.
17655 (org-open-at-point): Replace @{ and @} with < and >.
17656 (org-run-mode-hooks): Function removed.
17657 (org-agenda-mode): No longer use `org-run-mode-hooks'.
17658
17659 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
17660
17661 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
17662 MI command -data-list-register-values.
17663 (gdb-post-prompt): Indent properly.
17664
17665 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
17666
17667 * hilit-chg.el (highlight-changes-colors): Rename from
17668 `highlight-changes-colours'.
17669 (highlight-changes-colours): Keep as obsolete alias.
17670 (highlight-changes-face-list): Doc fix.
17671 (hilit-chg-make-list): Use `highlight-changes-colors'.
17672
17673 2005-06-12 Mark A. Hershberger <mah@everybody.org>
17674
17675 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
17676 defun-prompt-regexp.
17677
17678 2005-06-12 Eli Zaretskii <eliz@gnu.org>
17679
17680 * loadup.el: Don't say we are dumping under 2 names on windows-nt
17681 and cygwin.
17682
17683 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
17684 Don't use an old loaddefs.el, as in Makefile.in.
17685
17686 2005-06-12 Lute Kamstra <lute@gnu.org>
17687
17688 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
17689
17690 * man.el (Man-mode-map): Initialize it properly.
17691 (Man-mode): Set mode-class property to special.
17692
17693 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
17694
17695 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
17696
17697 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
17698 A newline is needed in the docstring there.
17699
17700 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
17701 Doc fixes.
17702
17703 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17704
17705 * printing.el: Doc fix. The menubar is no more changed when printing
17706 is loaded, it only changes when pr-menu-bind or pr-update-menus is
17707 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
17708 (pr-version): New version number (6.8.4).
17709 (pr-menu-bind): New command.
17710 (pr-update-menus): Docstring and code fix.
17711 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
17712 Docstring fix.
17713 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
17714 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
17715
17716 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
17717
17718 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
17719 "Returns" to "return", document useful return values, etc.
17720
17721 2005-06-11 Alan Mackenzie <acm@muc.de>
17722
17723 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
17724 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
17725 (adaptive-file-function): Minor amendment to doc-string.
17726
17727 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17728
17729 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
17730 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
17731 Fix :type--it is `integer', not `string'.
17732
17733 * faces.el (modeline-highlight): Rename from (the erroneous)
17734 `modeline-higilight'.
17735
17736 2005-06-11 Lute Kamstra <lute@gnu.org>
17737
17738 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
17739 lisp-interaction-mode-map but make it the parent.
17740 (edebug-eval-mode): Use define-derived-mode.
17741
17742 2005-06-11 Andreas Schwab <schwab@suse.de>
17743
17744 * bindings.el: Add binding of `ESC functionkey' for every
17745 `M-functionkey'.
17746 * hexl.el (hexl-mode-map): Likewise.
17747
17748 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
17749
17750 * progmodes/compile.el (compilation-error-regexp-alist-alist)
17751 [msft]: update regexp for newer msft compilers.
17752
17753 2005-06-10 Mark A. Hershberger <mah@everybody.org>
17754
17755 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
17756 ATTLIST portions of included DTDs.
17757 (xml-parse-dtd): Eliminate use of inefficient match-data.
17758
17759 2005-06-10 Miles Bader <miles@gnu.org>
17760
17761 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
17762 (mpuz-text): Remove "-face" suffix from face names.
17763 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
17764 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
17765 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
17766
17767 * play/gomoku.el (gomoku-O, gomoku-X):
17768 Remove "-face" suffix from face names.
17769 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
17770 New backward-compatibility aliases for renamed faces.
17771 (gomoku-font-lock-keywords): Use renamed gomoku faces.
17772
17773 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
17774
17775 * thumbs.el: Fixes for changes of 2005-06-09.
17776 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
17777 as a directory.
17778 (thumbs-thumbname): Remove directory separator from format string;
17779 `thumbs-thumbsdir' now returns a valid directory name.
17780 (thumbs-temp-dir): New defsubst.
17781 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
17782 Use it.
17783
17784 * cus-edit.el (minibuffer):
17785 * files.el (make-backup-file-name-function):
17786 * filesets.el (filesets-external-viewers):
17787 * hilit-chg.el (highlight-changes-colours)
17788 (highlight-changes-face-list, highlight-changes-rotate-faces):
17789 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
17790 * kmacro.el (kmacro-call-macro):
17791 * log-edit.el (log-edit-changelog-full-paragraphs):
17792 * mouse.el (mouse-1-click-follows-link):
17793 * skeleton.el (skeleton-autowrap):
17794 * subr.el (insert-for-yank-1):
17795 * tempo.el (tempo-insert-region):
17796 * terminal.el (terminal-emulator):
17797 * time.el (display-time-mail-face):
17798 * vc.el (vc-annotate):
17799 * vcursor.el (vcursor-copy-line):
17800 * woman.el (woman-bold-headings, woman-ignore)
17801 (woman-default-faces, woman-monochrome-faces):
17802 * calendar/todo-mode.el (todo-insert-threshold):
17803 * emulation/pc-select.el (pc-select-selection-keys-only)
17804 (pc-selection-mode):
17805 * emulation/vip.el (vip-find-char-forward):
17806 * emulation/viper-cmd.el (viper-find-char-forward):
17807 * international/mule-cmds.el
17808 (select-safe-coding-system-accept-default-p)
17809 (input-method-exit-on-invalid-key):
17810 * international/mule-diag.el (describe-coding-system):
17811 * international/ucs-tables.el (unify-8859-on-encoding-mode):
17812 * net/browse-url.el (browse-url-xterm-program):
17813 * obsolete/lazy-lock.el (lazy-lock-mode):
17814 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
17815 (cperl-mode):
17816 * progmodes/cpp.el (cpp-face-light-name-list)
17817 (cpp-face-dark-name-list):
17818 * progmodes/delphi.el (delphi-newline-always-indents):
17819 Fix spellings in docstrings.
17820
17821 * ido.el (ido-mode, ido-file-extensions-order)
17822 (ido-default-file-method, ido-default-buffer-method)
17823 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
17824 (ido-decorations, ido-read-file-name-as-directory-commands)
17825 (ido-read-file-name-non-ido, ido-work-directory-list)
17826 (ido-ignore-item-temp-list, ido-current-directory)
17827 (ido-magic-forward-char, ido-enter-find-file)
17828 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
17829 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
17830
17831 2005-06-10 Lute Kamstra <lute@gnu.org>
17832
17833 * play/dunnet.el (dun-mode): Use define-derived-mode.
17834 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
17835 obsolete alias.
17836
17837 * play/doctor.el (doctor-mode-map): Remove defvar.
17838 (doctor-mode): Use define-derived-mode.
17839
17840 * mail/mspools.el (mspools-mode):
17841 * net/eudc-hotlist.el (eudc-hotlist-mode):
17842 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
17843
17844 2005-06-10 Miles Bader <miles@gnu.org>
17845
17846 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17847 Remove "-face" suffix from face names.
17848 (flyspell-incorrect-face, flyspell-duplicate-face):
17849 New backward-compatibility aliases for renamed faces.
17850 (flyspell-mode-on, make-flyspell-overlay)
17851 (flyspell-highlight-incorrect-region)
17852 (flyspell-highlight-duplicate-region)
17853 (flyspell-display-next-corrections)
17854 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
17855
17856 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
17857 from face name.
17858 (texinfo-heading-face): New backward-compatibility alias for
17859 renamed face.
17860 (texinfo-heading-face): Use renamed texinfo-heading face.
17861
17862 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
17863 suffix from face names.
17864 (tex-math-face, tex-verbatim-face):
17865 New backward-compatibility aliases for renamed faces.
17866 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
17867 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
17868 literal face name.
17869
17870 * textmodes/table.el (table-cell): Remove "-face" suffix from face
17871 name.
17872 (table-cell-face): New backward-compatibility alias for renamed face.
17873 (table--put-cell-face-property, table--update-cell-face):
17874 Use renamed table-cell face.
17875
17876 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
17877 from face name.
17878 (sgml-namespace-face): New backward-compatibility alias for
17879 renamed face.
17880 (sgml-namespace-face): Use renamed sgml-namespace face.
17881
17882 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
17883 (org-level-4, org-level-5, org-level-6, org-level-7)
17884 (org-level-8, org-warning, org-headline-done)
17885 (org-deadline-announce, org-scheduled-today)
17886 (org-scheduled-previously, org-link, org-done, org-table)
17887 (org-time-grid): Remove "-face" suffix from face names.
17888 (org-level-1-face, org-level-2-face, org-level-3-face)
17889 (org-level-4-face, org-level-5-face, org-level-6-face)
17890 (org-level-7-face, org-level-8-face, org-warning-face)
17891 (org-headline-done-face, org-deadline-announce-face)
17892 (org-scheduled-today-face, org-scheduled-previously-face)
17893 (org-link-face, org-done-face, org-table-face)
17894 (org-time-grid-face):
17895 New backward-compatibility aliases for renamed faces.
17896 (org-level-faces, org-set-font-lock-defaults, org-timeline)
17897 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
17898 (org-agenda-get-timestamps, org-agenda-get-scheduled)
17899 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
17900
17901 * emulation/viper-init.el (viper-search, viper-replace-overlay)
17902 (viper-minibuffer-emacs, viper-minibuffer-insert)
17903 (viper-minibuffer-vi): Remove "-face" suffix from face names.
17904 (viper-search-face, viper-replace-overlay-face)
17905 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
17906 (viper-minibuffer-vi-face):
17907 New backward-compatibility aliases for renamed faces.
17908 (viper-search-face, viper-replace-overlay-face)
17909 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
17910 (viper-minibuffer-vi-face): Use renamed viper faces.
17911
17912 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
17913 Remove "-face" suffix from face names.
17914 (testcover-nohits-face, testcover-1value-face):
17915 New backward-compatibility aliases for renamed faces.
17916 (testcover-mark): Use renamed testcover faces.
17917
17918 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
17919 face name.
17920 (diary-button-face): New backward-compatibility alias for renamed face.
17921 (diary-entry): Use renamed diary-button face.
17922
17923 * calendar/calendar.el (diary, calendar-today, holiday)
17924 (mark-visible-calendar-date): Remove "-face" suffix from face names.
17925 (diary-face, calendar-today-face, holiday-face):
17926 New backward-compatibility aliases for renamed faces.
17927 (eval-after-load "facemenu", diary-entry-marker)
17928 (calendar-today-marker, calendar-holiday-marker, diary-face):
17929 Use renamed calendar faces.
17930
17931 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
17932 (compare-windows-face): New backward-compatibility alias for
17933 renamed face.
17934 (compare-windows-highlight): Use renamed compare-windows face.
17935
17936 * strokes.el (strokes-char): Remove "-face" suffix from face name.
17937 (strokes-char-face): New backward-compatibility alias for renamed face.
17938 (strokes-encode-buffer): Use renamed strokes-char face.
17939
17940 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
17941 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
17942 Remove "-face" suffix from face names.
17943 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
17944 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
17945 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
17946 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
17947 Use renamed pcvs faces.
17948 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
17949 * pcvs-defs.el (cvs-mode-map): Likewise.
17950 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
17951
17952 * info.el (info-title-1, info-title-2, info-title-3)
17953 (info-title-4): Remove "-face" suffix from and downcase face names.
17954 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17955 (Info-title-4-face):
17956 New backward-compatibility aliases for renamed faces.
17957 (Info-fontify-node): Use renamed info faces.
17958
17959 * hilit-chg.el (highlight-changes, highlight-changes-delete):
17960 Remove "-face" suffix from face names.
17961 (highlight-changes-face, highlight-changes-delete-face):
17962 New backward-compatibility aliases for renamed faces.
17963 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
17964 (hilit-chg-make-list): Use renamed highlight-changes faces.
17965
17966 * generic-x.el (show-tabs-tab, show-tabs-space):
17967 Remove "-face" suffix from face names.
17968 (show-tabs-tab-face, show-tabs-space-face):
17969 New backward-compatibility aliases for renamed faces.
17970 (show-tabs-generic-mode-font-lock-defaults-1)
17971 (show-tabs-generic-mode-font-lock-defaults-2):
17972 Use renamed show-tabs faces.
17973
17974 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
17975 (smerge-markers): Remove "-face" suffix from face names.
17976 (smerge-mine-face, smerge-other-face, smerge-base-face)
17977 (smerge-markers-face):
17978 New backward-compatibility aliases for renamed faces.
17979 (smerge-mine-face, smerge-other-face, smerge-base-face)
17980 (smerge-markers-face): Use renamed smerge faces.
17981
17982 * log-view.el (log-view-file, log-view-message): Remove "-face"
17983 suffix from face names.
17984 (log-view-file-face, log-view-message-face):
17985 New backward-compatibility aliases for renamed faces.
17986 (log-view-file-face, log-view-message-face): Use renamed log-view
17987 faces.
17988
17989 * paren.el (show-paren-match, show-paren-mismatch):
17990 Remove "-face" suffix from face names.
17991 (show-paren-match-face, show-paren-mismatch-face):
17992 New backward-compatibility aliases for renamed faces.
17993 (show-paren-function): Use renamed show-paren faces.
17994
17995 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
17996 (ruler-mode-margins, ruler-mode-fringes)
17997 (ruler-mode-column-number, ruler-mode-fill-column)
17998 (ruler-mode-comment-column, ruler-mode-goal-column)
17999 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
18000 suffix from face names.
18001 (ruler-mode-default-face, ruler-mode-pad-face)
18002 (ruler-mode-margins-face, ruler-mode-fringes-face)
18003 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
18004 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
18005 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
18006 New backward-compatibility aliases for renamed faces.
18007 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
18008 (ruler-mode-column-number, ruler-mode-fill-column)
18009 (ruler-mode-comment-column, ruler-mode-goal-column)
18010 (ruler-mode-tab-stop, ruler-mode-current-column)
18011 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
18012 faces.
18013
18014 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
18015 face name.
18016 (whitespace-highlight-the-space): Use renamed face.
18017 (whitespace-highlight-face): New backward-compatibility alias for
18018 renamed face.
18019
18020 * woman.el (woman-italic, woman-bold, woman-unknown)
18021 (woman-addition, woman-symbol-face):
18022 Remove "-face" suffix from face names.
18023 (woman-italic-face, woman-bold-face, woman-unknown-face)
18024 (woman-addition-face):
18025 New backward-compatibility aliases for renamed faces.
18026 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
18027 (woman-decode-region, woman-replace-match)
18028 (woman-display-extended-fonts, woman-special-characters)
18029 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
18030 Use renamed woman faces.
18031
18032 * longlines.el (longlines-visible-face): Face removed.
18033
18034 * diff-mode.el (diff-header, diff-file-header, diff-index)
18035 (diff-hunk-header, diff-removed, diff-added, diff-changed)
18036 (diff-function, diff-context, diff-nonexistent): Remove "-face"
18037 suffix from face names.
18038 (diff-header-face, diff-file-header-face, diff-index-face)
18039 (diff-hunk-header-face, diff-removed-face, diff-added-face)
18040 (diff-changed-face, diff-function-face, diff-context-face)
18041 (diff-nonexistent-face): New backward-compatibility aliases for
18042 renamed faces.
18043 (diff-header-face, diff-file-header-face)
18044 (diff-index, diff-index-face, diff-hunk-header)
18045 (diff-hunk-header-face, diff-removed, diff-removed-face)
18046 (diff-added, diff-added-face, diff-changed-face, diff-function)
18047 (diff-function-face, diff-context-face, diff-nonexistent)
18048 (diff-nonexistent-face): Use renamed diff-mode faces.
18049
18050 * progmodes/compile.el (compilation-warning-face)
18051 (compilation-info-face): Remove "-face" suffix from face names.
18052 (compilation-warning-face, compilation-info-face):
18053 New backward-compatibility aliases for renamed faces.
18054 (compilation-warning-face, compilation-info-face):
18055 Use renamed compilation faces.
18056
18057 * add-log.el (change-log-date, change-log-name)
18058 (change-log-email, change-log-file, change-log-list)
18059 (change-log-conditionals, change-log-function)
18060 (change-log-acknowledgement): Remove "-face" suffix from face names.
18061 (change-log-date-face, change-log-name-face)
18062 (change-log-email-face, change-log-file-face)
18063 (change-log-list-face, change-log-conditionals-face)
18064 (change-log-function-face, change-log-acknowledgement-face):
18065 New backward-compatibility aliases for renamed faces.
18066 (change-log-font-lock-keywords): Use renamed change-log faces.
18067
18068 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
18069 (custom-set, custom-changed, custom-saved, custom-button)
18070 (custom-button-pressed, custom-documentation, custom-state)
18071 (custom-comment, custom-comment-tag, custom-variable-tag)
18072 (custom-variable-button, custom-face-tag, custom-group-tag-1)
18073 (custom-group-tag): Remove "-face" suffix from face names.
18074 (custom-magic-alist, custom-magic-value-create)
18075 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
18076 (custom-invalid-face, custom-rogue-face, custom-modified-face)
18077 (custom-set-face, custom-changed-face, custom-saved-face)
18078 (custom-button-face, custom-button-pressed-face)
18079 (custom-documentation-face, custom-state-face)
18080 (custom-comment-face, custom-comment-tag-face)
18081 (custom-variable-tag-face, custom-variable-button-face)
18082 (custom-face-tag-face, custom-group-tag-face-1)
18083 (custom-group-tag-face):
18084 New backward-compatibility aliases for renamed faces.
18085
18086 * wid-edit.el (widget-documentation, widget-button)
18087 (widget-field, widget-single-line-field, widget-inactive)
18088 (widget-button-pressed): "-face" suffix removed from face names.
18089 (widget-documentation-face, widget-button-face)
18090 (widget-field-face, widget-single-line-field-face)
18091 (widget-inactive-face, widget-button-pressed-face):
18092 New backward-compatibility aliases for renamed faces.
18093 (widget-documentation-face, widget-button-face)
18094 (widget-button-pressed-face, widget-specify-field)
18095 (widget-specify-inactive): Use renamed widget faces.
18096
18097 2005-06-10 Kenichi Handa <handa@m17n.org>
18098
18099 * term/x-win.el (x-clipboard-yank): Remove condition-case
18100 wrapping.
18101
18102 2005-06-11 Kenichi Handa <handa@m17n.org>
18103
18104 * add-log.el (change-log-font-lock-keywords): Make the regexp for
18105 date lines stricter.
18106
18107 2005-06-10 Zhang Wei <id.brep@gmail.com>
18108
18109 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
18110 of x-get-selection.
18111
18112 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18113
18114 * comint.el (comint-mode, comint-snapshot-last-prompt):
18115 * frame.el (frame-current-scroll-bars):
18116 * term.el (term-mode, term-check-proc, term-input-sender)
18117 (term-simple-send, term-extract-string, term-word)
18118 (term-match-partial-filename):
18119 * window.el (window-current-scroll-bars):
18120 * emulation/cua-base.el (cua-normal-cursor-color)
18121 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
18122 (cua-global-mark-cursor-color):
18123 * mail/undigest.el (rmail-forward-separator-regex):
18124 Fix typos in docstrings.
18125
18126 * comint.el (comint-check-proc, make-comint-in-buffer)
18127 (comint-source-default): Doc fixes.
18128
18129 * term.el (term-send-string): Improve argument/docstring consistency.
18130
18131 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
18132
18133 * comint.el (comint-send-input): Bind `inhibit-read-only' around
18134 call to `delete-region'.
18135 (comint-mode-hook): Do not enable Font Lock by default.
18136
18137 2005-06-09 Lute Kamstra <lute@gnu.org>
18138
18139 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
18140 could be void.
18141
18142 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
18143
18144 * emacs-lisp/debug.el (debugger-will-be-back): New var.
18145 (debug): Use it.
18146 (debugger-step-through, debugger-continue, debugger-jump)
18147 (debugger-return-value): Set it when needed.
18148 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
18149 Use inhibit-read-only.
18150
18151 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
18152
18153 * window.el (shrink-window-if-larger-than-buffer)
18154 (window-size-fixed): Fix typo in docstring.
18155
18156 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
18157 thumbnails directory on loading.
18158 (thumbs-conversion-program): Use `eq' to check the system type,
18159 not `equal'.
18160 (thumbs-temp-dir): Initialize to `temporary-file-directory',
18161 not "/tmp". Fix docstring.
18162 (thumbs-thumbsdir): New function to return the thumbnails
18163 directory, creating it if needed.
18164 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
18165 (thumbs-temp-file): Delete variable and make it into a function.
18166 (thumbs-resize-image, thumbs-modify-image): Use it.
18167 (thumbs-kill-buffer): Simplify.
18168 (thumbs-gensym): Defalias or duplicate CL `gensym'.
18169 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
18170 docstrings.
18171
18172 2005-06-09 Kim F. Storm <storm@cua.dk>
18173
18174 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
18175 set-match-data to free markers in match-data.
18176
18177 * replace.el (replace-match-data): Pass RESEAT arg `t' to
18178 match-data to unchain markers in match-data.
18179
18180 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
18181
18182 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
18183 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
18184 unnecessary now.
18185
18186 2005-06-08 Richard M. Stallman <rms@gnu.org>
18187
18188 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
18189 give the variable a doc string that doesn't say don't set it directly.
18190
18191 * textmodes/ispell.el (ispell-check-version):
18192 Use match-string-no-properties.
18193 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
18194 (ispell-buffer-local-words): Likewise.
18195
18196 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
18197 except on terminals with enough colors to really display it.
18198 (makefile-dependency-regex): Delete spurious `bb'.
18199
18200 * faces.el (escape-glyph): Use blue once again in last case.
18201 (no-break-space): Redefine so that it isn't invisible on a tty.
18202
18203 2005-06-08 Kim F. Storm <storm@cua.dk>
18204
18205 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
18206 also when reading directory name.
18207
18208 2005-06-08 Lute Kamstra <lute@gnu.org>
18209
18210 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
18211 (flyspell-mode-line-string): Remove autoload cookie.
18212 (flyspell-mode): Remove defvar.
18213
18214 2005-06-07 Lute Kamstra <lute@gnu.org>
18215
18216 * textmodes/org.el (org-run-mode-hooks): New function.
18217 (org-agenda-mode): Use it.
18218
18219 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
18220
18221 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
18222
18223 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18224
18225 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
18226
18227 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
18228
18229 * font-lock.el (font-lock-add-keywords): Doc fix.
18230
18231 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18232
18233 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
18234 (tex-compile-default): In the absence of any history, use the order in
18235 tex-compile-alist to choose the preferred command.
18236 (tex-compile-commands): Reorder a bit.
18237
18238 * textmodes/flyspell.el (flyspell-auto-correct-binding)
18239 (flyspell-incorrect-face, flyspell-duplicate-face):
18240 Use (X)Emacs-agnostic code.
18241 (flyspell-mode-map): Don't overwrite at each load. Remove code
18242 redundant with the subsequent add-minor-mode. Merge Emacs and
18243 XEmacs code.
18244 (flyspell-word): Minor simplification.
18245 (flyspell-math-tex-command-p): Quieten the byte-compiler.
18246 (flyspell-external-point-words): Remove unused vars `size' and `start'.
18247 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
18248 Merge the corresponding Emacs code.
18249 (flyspell-correct-word, flyspell-xemacs-popup):
18250 Use flyspell-do-correct.
18251
18252 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
18253 a dedicated window.
18254
18255 * international/latexenc.el (latexenc-find-file-coding-system):
18256 Undo part of last patch, to turn off a compiler warning.
18257
18258 2005-06-06 Juri Linkov <juri@jurta.org>
18259
18260 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
18261 Rename `tmm-inactive-face' to `tmm-inactive'.
18262
18263 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
18264
18265 * iswitchb.el: Rename faces.
18266
18267 2005-06-06 Kim F. Storm <storm@cua.dk>
18268
18269 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
18270 (cua-global-mark): Remove -face suffix from face names.
18271
18272 * emulation/cua-gmrk.el (cua--init-global-mark):
18273 Remove cua-global-mark face setup.
18274
18275 2005-06-06 Richard M. Stallman <rms@gnu.org>
18276
18277 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
18278 just like other allowed characters.
18279 (makefile-match-dependency): Exclude leading and training whitespace
18280 from the range of regexp subexp 1.
18281 (makefile-macroassign-regex): Don't try to match the body,
18282 just the name of the macro being defined.
18283
18284 * info.el (Info-read-node-name-2): New function.
18285 (Info-read-node-name-1): Use that.
18286 Add a completion-base-size-function property.
18287
18288 * simple.el (completion-setup-function): Look for
18289 completion-base-size-function property of minibuffer-completion-table.
18290
18291 * files.el (locate-file-completion): Doc fix.
18292
18293 * printing.el: Don't call pr-update-menus; user must do that.
18294
18295 * emacs-lisp/debug.el (debugger-window): New variable.
18296 (debug): Use debugger-window if it is set and still alive.
18297 Record debugger-window for next entry.
18298
18299 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
18300
18301 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
18302
18303 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
18304 (hack-one-local-variable, hack-local-variables)
18305 (hack-local-variables-prop-line): Pass that arg.
18306
18307 2005-06-06 Kim F. Storm <storm@cua.dk>
18308
18309 * ido.el (ido-first-match, ido-only-match, ido-subdir)
18310 (ido-indicator): Remove -face suffix from face names.
18311
18312 2005-06-06 Juri Linkov <juri@jurta.org>
18313
18314 * font-lock.el (font-lock-regexp-backslash)
18315 (font-lock-regexp-backslash-construct): New faces.
18316 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
18317 after `('. Add `while-no-input' to control structures.
18318
18319 * faces.el (no-break-space, shadow): New faces.
18320 (escape-glyph): Use less loud colors pink2 and red4.
18321
18322 * diff-mode.el (diff-context-face)
18323 * dired.el (dired-ignored)
18324 * rfn-eshadow.el (file-name-shadow)
18325 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
18326
18327 * info.el (Info-title-1-face): Use green instead of yellow because
18328 bold yellow is not readable on light backgrounds.
18329
18330 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
18331 before selecting the desired mode to not spend time fontifying
18332 old contents.
18333
18334 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
18335
18336 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
18337 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
18338
18339 * ps-print.el (ps-default-fg, ps-default-bg):
18340 Fix typos in docstrings.
18341
18342 * isearchb.el (isearchb): Don't pass a spurious second argument to
18343 `iswitchb-completions'.
18344
18345 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
18346
18347 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
18348 to preserve point.
18349 (gdb-find-file-hook): Add doc string.
18350
18351 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
18352 C dereferenced pointer expression.
18353 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
18354
18355 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
18356
18357 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
18358 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
18359 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
18360 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
18361 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
18362 Make background transparent.
18363
18364 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
18365
18366 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
18367 (font-lock-remove-keywords): Doc fix.
18368 (font-lock-mode-major-mode): Compiler defvar.
18369 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
18370
18371 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
18372 (font-lock-mode): Update `font-lock-mode-major-mode'.
18373 (font-lock-set-defaults): Compiler defvar.
18374 (font-lock-default-function): Take `font-lock-mode-major-mode'
18375 into account.
18376
18377 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
18378 keep track of which major mode it enabled the minor mode for.
18379 Use find-file-hook again. Update docstring.
18380
18381 * simple.el (eval-expression-print-level)
18382 (eval-expression-print-length, eval-expression-debug-on-error):
18383 Doc fixes.
18384
18385 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
18386
18387 * iswitchb.el (iswitchb-single-match-face)
18388 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
18389 (iswitchb-invalid-regexp-face): New faces.
18390 (iswitchb-completions): Use them.
18391 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
18392 now marked as an obsolete alias.
18393 (iswitchb-read-buffer): Remove check for bound font variables.
18394 (iswitchb-invalid-regexp): New free variable.
18395 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
18396 set iswitchb-invalid-regexp.
18397 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
18398 invalid regexps.
18399 (iswitchb-completions): Add check for complete match when entering
18400 a regexp.
18401 (iswitchb-completions): Remove require-match argument.
18402 (iswitchb-exhibit): Fix caller.
18403 (iswitchb-common-match-inserted): New variable.
18404 (iswitchb-complete, iswitchb-completion-help): Use it.
18405
18406 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
18407
18408 * url-http.el (url-http-chunked-encoding-after-change-function):
18409 Use `url-http-debug' instead of `message'.
18410
18411 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
18412
18413 * url-http.el (url-http-parse-headers): Pass redirected URL as a
18414 callback argument.
18415
18416 2005-06-04 Kim F. Storm <storm@cua.dk>
18417
18418 * simple.el (line-move): Only call sit-for when moving backwards.
18419
18420 * ido.el (ido-make-merged-file-list-1): New defun split from
18421 ido-make-merged-file-list.
18422 (ido-make-merged-file-list): Bind throw-on-input around call to
18423 ido-make-merged-file-list-1. Return input-pending-p if
18424 interrupted by more input available.
18425 (ido-read-internal): Handle input-pending-p return value from
18426 ido-make-merged-file-list.
18427
18428 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
18429
18430 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
18431 compatibility code.
18432
18433 * international/latexenc.el (latexenc-find-file-coding-system):
18434 Don't inherit the EOL part of the coding-system from the
18435 tex-main buffer. Fit within 80 columns.
18436
18437 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
18438
18439 * tmm.el (tmm-inactive-face): New face.
18440 (tmm-remove-inactive-mouse-face): New function.
18441 (tmm-prompt, tmm-add-one-shortcut)
18442 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
18443 but not selectable.
18444
18445 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
18446
18447 * faces.el (face-equal): Improve argument/docstring consistency.
18448
18449 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
18450
18451 * progmodes/make-mode.el (makefile-targets-face)
18452 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
18453 (makefile-bsdmake-dependency-regex)
18454 (makefile-makepp-rule-action-regex)
18455 (makefile-bsdmake-rule-action-regex): New constants.
18456 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
18457
18458 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18459 Allow (...) within `...' for makepp messages.
18460
18461 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
18462
18463 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
18464
18465 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
18466 "." files are deleted from all file lists before comparison.
18467
18468 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18469 (viper-ESC-key): Made them customizable.
18470
18471 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
18472
18473 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
18474
18475 * autorevert.el (auto-revert-buffers): Use save-match-data.
18476
18477 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18478
18479 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
18480 menu items with a nil command binding.
18481
18482 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
18483
18484 * emacs-lisp/cl-macs.el (defsetf):
18485 Improve argument/docstring consistency.
18486
18487 * faces.el (list-faces-display): Improve the formatting by
18488 computing the maximum length required for any face-name (reworked
18489 patch of 1999-01-11, accidentally deleted on 1999-07-21).
18490 (internal-find-face): Remove redundant info in docstring.
18491
18492 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
18493
18494 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
18495 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
18496 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
18497 (gdb-assembler-custom): Improve regexps.
18498 (def-gdb-auto-update-handler): Use window point to preserve point.
18499
18500 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18501
18502 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
18503
18504 2005-05-31 Jay Belanger <belanger@truman.edu>
18505
18506 * calc/calc-embed.el (calc-embedded-word): Change argument passed
18507 to calc-embedded.
18508 (calc-embedded-make-info): Have plain prefix argument select
18509 entire line.
18510
18511 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
18512
18513 * faces.el (list-faces-display): Signal error if passed a regexp
18514 that matches no face name.
18515
18516 * simple.el (filter-buffer-substring): Fix typo in docstring.
18517
18518 2005-05-31 Richard M. Stallman <rms@gnu.org>
18519
18520 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
18521 (vhdl-emacs-21): Doc fix.
18522 (vhdl-mode): Unconditionally set comment-padding.
18523 (vhdl-fixup-whitespace-region): Insert spaces only where
18524 there are none.
18525 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
18526
18527 2005-05-30 John Wiegley <johnw@newartisans.com>
18528
18529 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
18530 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
18531 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
18532 `directory-sep-char' to ?/, and all uses of `string-to-int' to
18533 `string-to-number'.
18534
18535 2005-05-30 Jay Belanger <belanger@truman.edu>
18536
18537 * calc/calc.el (calc-bug-address): Fix docstring.
18538 (calc-window-hook, calc-trail-window-hook): New variables.
18539 (calc-trail-display): Restore use of calc-trail-window-hook.
18540 (calc): Restore use of calc-window-hook.
18541
18542 2005-05-31 Masatake YAMATO <jet@gyve.org>
18543
18544 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
18545
18546 * help-fns.el (help-C-file-name): Add autoload mark for
18547 `find-function-noselect'.
18548
18549 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18550
18551 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
18552 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
18553
18554 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18555
18556 * calendar/diary-lib.el (mark-included-diary-files): Only kill
18557 included diary buffer if it was not already being visited.
18558 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
18559
18560 * calendar/icalendar.el (top-level): Do not require appt.
18561
18562 * mail/supercite.el (sc-select-attribution): Only use a list
18563 element from sc-attrib-selection-list if it returns a string.
18564 Reported by Davide G. M. Salvetti <salve@debian.org>.
18565
18566 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
18567
18568 * thumbs.el (thumbs-thumbname): The resulting thumbname now
18569 includes a hash value to improve its uniqueness, and has a ".jpg"
18570 extension. Also, it is now a valid filename on all systems.
18571 (thumbs-make-thumb): Use `let', not `let*'.
18572 (thumbs-show-thumbs-list): Check for JPEG availability.
18573
18574 2005-05-30 Richard M. Stallman <rms@gnu.org>
18575
18576 * filesets.el (filesets-menu-ensure-use-cached):
18577 Prevent warning when emacs-version>= is undefined.
18578
18579 * printing.el (pr-interactive-n-up): Use string-to-number.
18580
18581 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
18582
18583 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18584 Warn only when name to be defined is quoted.
18585
18586 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
18587
18588 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
18589 Make regexp more robust.
18590 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
18591 Force regeneration of disassembly.
18592
18593 2005-05-29 Jay Belanger <belanger@truman.edu>
18594
18595 * calc/calc.el (calc-user-invocation): Check if
18596 calc-invocation-macro is non-nil.
18597
18598 2005-05-29 Juri Linkov <juri@jurta.org>
18599
18600 * add-log.el (change-log-font-lock-keywords):
18601 Add `+' to e-mail regexp to accept mail address with keywords.
18602
18603 * man.el (Man-name-regexp): Add `:' to accept qualified names.
18604
18605 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
18606
18607 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
18608
18609 * ielm.el (inferior-emacs-lisp-mode): Ditto.
18610
18611 2005-05-29 Richard M. Stallman <rms@gnu.org>
18612
18613 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
18614 Undo the change that moves to end of the current word.
18615
18616 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
18617
18618 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
18619 Throw error when count <= 0 to ensure input is a number.
18620 (gdb-read-memory-custom): Pick up address from buffer.
18621 (gdb-memory-mode): Allow user to increment and decrement
18622 memory address from header line.
18623
18624 2005-05-29 Richard M. Stallman <rms@gnu.org>
18625
18626 * flyspell.el (flyspell-version): Function deleted.
18627 (flyspell-auto-correct-previous-hook): Doc fix.
18628
18629 * jit-lock.el (jit-lock-function, jit-lock-after-change):
18630 Do nothing if memory is full.
18631
18632 * font-lock.el (font-lock-fontify-syntactically-region):
18633 Pass t for GREEDY to looking-back.
18634
18635 * saveplace.el (save-place-alist-to-file): Write the file
18636 using write-region.
18637
18638 * subr.el (looking-back): New argument GREEDY.
18639
18640 * progmodes/compile.el (compilation-start): Set the mode
18641 before inserting the initial text.
18642
18643 * progmodes/which-func.el (which-func-update-1): Turn the mode
18644 off in case of error by setting which-func-mode.
18645
18646 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
18647
18648 * flyspell.el (flyspell-auto-correct-previous-word):
18649 Narrow down to what's on the screen, and recenter overlays
18650 at the end of the next word.
18651
18652 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
18653
18654 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
18655 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
18656 (flyspell-abbrev-p): Default to nil.
18657 (flyspell-use-global-abbrev-table-p): Doc fix.
18658 (flyspell-large-region): Allow nil as value.
18659 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
18660
18661 (mail-mode-flyspell-verify): More robust handling
18662 of `mail-header-separator'. More efficient signature detection.
18663 Allow for regexp metacharacters in message-header-separator.
18664 Adding `To' not to be checked in mail-mode-flyspell-verify.
18665
18666 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
18667 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
18668 Bind flyspell-auto-correct-binding.
18669 Bind C-. and C-, .
18670 (flyspell-mode-map): Likewise.
18671 (flyspell-mode): Doc fix.
18672 (flyspell-accept-buffer-local-defs): Preserve current buffer.
18673 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
18674 (flyspell-word-cache-result): New var, always local.
18675 (flyspell-check-pre-word-p): Doc fix.
18676 (flyspell-check-changed-word-p): Handle spc like newline.
18677 (flyspell-post-command-hook): Set flyspell-word-cache-result.
18678 (flyspell-word-search-backward, flyspell-word-search-forward):
18679 New functions.
18680 (flyspell-word): Return t if nothing to check.
18681 When parsing TeX code, check for after } or \.
18682 Use flyspell-word-search-backward to find previous word.
18683 Return nil if duplicated word.
18684 For word already checked, return same value as last time.
18685 Set flyspell-word-cache-result after checking.
18686 Don't clobber the return value.
18687 (flyspell-get-word): Major rewrite.
18688 (flyspell-external-point-words): New locals pword, pcount.
18689 Fix size used in progress message.
18690 Find the proper corresponding word in flyspell-large-region-buffer.
18691 (flyspell-region): Check for flyspell-large-region = nil.
18692 (flyspell-highlight-incorrect-region): Clean up overlays in region.
18693 (flyspell-auto-correct-word): Check that WORD is a cons.
18694 (flyspell-correct-word): Likewise.
18695
18696 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
18697
18698 * progmodes/make-mode.el (makefile-rule-action-regex)
18699 (makefile-macroassign-regex, makefile-makepp-mode)
18700 (makefile-bsdmake-mode): Continuation lines may be empty.
18701 Reported by Joshua Varner.
18702 (makefile-makepp-font-lock-keywords): Add $(stem).
18703
18704 2005-05-28 Karl Berry <karl@gnu.org>
18705
18706 * textmodes/tex-mode.el: Now that tex-send-command calls
18707 shell-quote-argument (2005-03-31 change), remove all calls to
18708 shell-quote-argument; they all end up invoking tex-send-command.
18709 The double quoting loses on filenames with non-safe characters,
18710 such as "@". Reported by Frederik Fouvry.
18711
18712 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
18713
18714 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
18715 about preserving point.
18716
18717 2005-05-27 Jay Belanger <belanger@truman.edu>
18718
18719 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
18720 Info-goto-node.
18721
18722 * calc/calc-embed.el (calc-embed-arg): New variable.
18723 (calc-do-embedded-activate, calc-embedded-activate-formula)
18724 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
18725 variable by new variable.
18726 (calc-embedded-make-info): Replace undeclared variable by new
18727 variable. When selecting region with positive prefix
18728 argument, use end of previous line instead of beginning of line.
18729
18730 * calc/calc-aent.el (calc-arg-values): Declare it.
18731
18732 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
18733 Declare them.
18734
18735 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
18736
18737 * calc/calc.el (calc-alg-map): Declare it.
18738
18739 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
18740
18741 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
18742
18743 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
18744 (gdb-registers-buffer, toggle-gdb-all-registers):
18745 Toggle display of floating point registers.
18746 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
18747
18748 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
18749 (toggle-gud-tooltip-dereference):
18750 Rename from gud-toggle-tooltip-dereference.
18751
18752 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
18753
18754 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
18755
18756 2005-05-27 Jay Belanger <belanger@truman.edu>
18757
18758 * calc/calc-prog.el (calc-kbd-report): Remove.
18759 (calc-kbd-query): Rewrite.
18760
18761 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
18762
18763 * image.el (image-library-alist): Move to image.c.
18764 (image-type-available-p): Doc fix.
18765
18766 2005-05-27 Lute Kamstra <lute@gnu.org>
18767
18768 * calc/calc.el (calc):
18769 * outline.el (outline-1, outline-2, outline-3, outline-4)
18770 (outline-5, outline-6, outline-7, outline-8):
18771 * textmodes/dns-mode.el (dns-mode):
18772 * textmodes/sgml-mode.el (sgml-namespace-face):
18773 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
18774 (tex-verbatim-face, tex-use-reftex):
18775 * textmodes/texinfo.el (texinfo-heading-face):
18776 Specify customization group.
18777
18778 * longlines.el: Don't require easy-mmode.
18779 (longlines-visible-face): Specify customization group.
18780
18781 2005-05-27 Kenichi Handa <handa@m17n.org>
18782
18783 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
18784 encoding table of windows-1251.
18785
18786 * international/ucs-tables.el (ucs-set-table-for-input):
18787 If translation-table-for-input of a coding system is a symbol, get
18788 its translation-table property.
18789
18790 * international/code-pages.el: Don't register a coding system into
18791 non-iso-charset-alist more than once.
18792 (cp-make-coding-system): Likewise.
18793
18794 2005-05-26 John Wiegley <johnw@newartisans.com>
18795
18796 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
18797 `eshell-resume-eval' is wrapped in a list, it indicates that the
18798 command was run asynchronously. In that case, unwrap the value
18799 before checking the delimiter value.
18800
18801 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
18802 character before a space at the end of a line is \, assume the space
18803 is part of the last argument rather than a final argument separator.
18804
18805 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
18806 is in use, and the target is `t' or `nil' (which are the most common
18807 values), don't assume that the symbol target is a buffer.
18808
18809 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
18810
18811 * calendar/calendar.el (calendar-mode-line-format):
18812 Use mode-line-highlight as mouse-face.
18813
18814 * time.el (display-time-string-forms, display-time-update):
18815 Use mode-line-highlight as mouse-face.
18816
18817 2005-05-26 Jay Belanger <belanger@truman.edu>
18818
18819 * calc/calc.el (calc-language-alist): Remove extra defvar.
18820
18821 2005-05-26 Lute Kamstra <lute@gnu.org>
18822
18823 * arc-mode.el (archive-mode):
18824 * bookmark.el (bookmark-read-annotation-mode)
18825 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
18826 * bs.el (bs-mode):
18827 * calc/calc-yank.el (calc-edit-mode):
18828 * calc/calc.el (calc-mode, calc-trail-mode):
18829 * calculator.el (calculator-mode):
18830 * chistory.el (command-history-mode):
18831 * comint.el:
18832 * cus-edit.el (custom-mode):
18833 * descr-text.el (describe-text-mode):
18834 * ebuff-menu.el (Electric-buffer-menu-mode):
18835 * ediff-util.el (ediff-mode):
18836 * emacs-lisp/re-builder.el (reb-mode):
18837 * emulation/vi.el (vi-mode-setup):
18838 * emulation/ws-mode.el (wordstar-mode):
18839 * eshell/esh-mode.el (eshell-mode):
18840 * forms.el (forms-mode):
18841 * help-mode.el (help-mode):
18842 * hexl.el (hexl-mode):
18843 * ibuffer.el (ibuffer-mode):
18844 * ielm.el (inferior-emacs-lisp-mode):
18845 * info.el (Info-mode, Info-edit-mode):
18846 * international/swedish.el:
18847 * ledit.el (ledit-from-lisp-mode):
18848 * locate.el (locate-mode):
18849 * mail/rmail.el (rmail-mode):
18850 * mail/rmailedit.el (rmail-edit-mode):
18851 * mail/rmailsum.el (rmail-summary-mode):
18852 * mail/supercite.el (sc-electric-mode):
18853 * net/eudc.el (eudc-mode):
18854 * net/quickurl.el (quickurl-list-mode):
18855 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
18856 * obsolete/ooutline.el (outline-mode):
18857 * obsolete/options.el (Edit-options-mode):
18858 * obsolete/rnews.el (news-mode):
18859 * obsolete/rnewspost.el (news-reply-mode):
18860 * play/5x5.el (5x5-mode):
18861 * play/decipher.el (decipher-mode, decipher-stats-mode):
18862 * play/gomoku.el (gomoku-mode):
18863 * play/snake.el (snake-mode):
18864 * play/solitaire.el (solitaire-mode):
18865 * play/tetris.el (tetris-mode):
18866 * progmodes/ada-mode.el (ada-mode):
18867 * progmodes/antlr-mode.el (antlr-mode):
18868 * progmodes/autoconf.el (autoconf-mode):
18869 * progmodes/dcl-mode.el (dcl-mode):
18870 * progmodes/delphi.el (delphi-mode):
18871 * progmodes/ebrowse.el (ebrowse-tree-mode)
18872 (ebrowse-electric-list-mode, ebrowse-member-mode)
18873 (ebrowse-electric-position-mode):
18874 * progmodes/f90.el (f90-mode):
18875 * progmodes/fortran.el (fortran-mode):
18876 * progmodes/icon.el (icon-mode):
18877 * progmodes/idlw-help.el (idlwave-help-mode):
18878 * progmodes/idlw-shell.el (idlwave-shell-mode):
18879 * progmodes/idlwave.el (idlwave-mode):
18880 * progmodes/inf-lisp.el (inferior-lisp-mode):
18881 * progmodes/m4-mode.el (m4-mode):
18882 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
18883 * progmodes/modula2.el (modula-2-mode):
18884 * progmodes/octave-inf.el (inferior-octave-mode):
18885 * progmodes/octave-mod.el (octave-mode):
18886 * progmodes/pascal.el (pascal-mode):
18887 * progmodes/sh-script.el (sh-mode):
18888 * progmodes/sql.el (sql-mode, sql-interactive-mode):
18889 * progmodes/vhdl-mode.el (vhdl-mode):
18890 * progmodes/xscheme.el (scheme-interaction-mode):
18891 * replace.el (occur-mode):
18892 * ses.el (ses-mode):
18893 * simple.el (completion-list-mode):
18894 * skeleton.el:
18895 * speedbar.el (speedbar-mode):
18896 * term.el (term-mode):
18897 * terminal.el (terminal-edit-mode):
18898 * textmodes/reftex-index.el (reftex-index-mode)
18899 (reftex-index-phrases-mode):
18900 * textmodes/reftex-sel.el (reftex-select-label-mode)
18901 (reftex-select-bib-mode):
18902 * textmodes/reftex-toc.el (reftex-toc-mode):
18903 * wdired.el (wdired-change-to-wdired-mode):
18904 * wid-browse.el (widget-browse-mode):
18905 Use run-mode-hooks.
18906
18907 * array.el (array-mode):
18908 * calendar/todo-mode.el (todo-mode):
18909 * man.el (Man-mode):
18910 * play/landmark.el (lm-mode):
18911 * play/mpuz.el (mpuz-mode):
18912 Use kill-all-local-variables and run-mode-hooks.
18913
18914 * subr.el (delay-mode-hooks): Specify indentation.
18915
18916 2005-05-26 Mark A. Hershberger <mah@everybody.org>
18917
18918 * xml.el (xml-substitute-special): Don't die for undefined xml
18919 entities.
18920
18921 2005-05-26 Jay Belanger <belanger@truman.edu>
18922
18923 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
18924 of nil.
18925
18926 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
18927
18928 * progmodes/gdb-ui.el (gdb-frame-address):
18929 Rename from gdb-current-address.
18930 (gdb-previous-frame-address): Rename from gdb-previous-address.
18931 (gdb-selected-frame): Rename from gdb-current-frame.
18932 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
18933 (gdb-frame-number): Rename from gdb-current-stack-level.
18934 (gdb-ann3): Match new mode-name for disassembly buffer.
18935 Extend initialization of variables.
18936 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
18937 (gdb-memory-mode): Use mouse-face in header line.
18938 (gdb-assembler-buffer-name): Call it disassembly and give frame
18939 in mode line.
18940 (gdb-source-spec-regexp, gdb-assembler-custom)
18941 (gdb-invalidate-assembler, gdb-frame-handler):
18942 Make robust to leading zeroes in address format.
18943
18944 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
18945
18946 * textmodes/org.el (org-mode): Use `define-derived-mode' to
18947 define `org-mode'.
18948 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
18949
18950 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
18951
18952 * log-edit.el (log-edit-changelog-entries): Distinguish between
18953 filenames like xfns.c and fns.c.
18954
18955 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
18956
18957 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
18958 point after reverting.
18959 (Buffer-menu-make-sort-button): Handle the case where
18960 `Buffer-menu-use-header-line' is nil.
18961
18962 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
18963
18964 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
18965 New funcs. In minibuffer-local-completion-map bind `]', `/'
18966 and `:' to them.
18967
18968 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
18969
18970 * startup.el (normal-top-level): Allow modification of load-path while
18971 we're iterating over it.
18972
18973 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
18974
18975 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
18976 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
18977 (thumbs-resize-interactive, thumbs-insert-image)
18978 (thumbs-insert-thumb, thumbs-dired-show-marked)
18979 (thumbs-find-image-at-point, thumbs-delete-images)
18980 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
18981 (thumbs-increment-image-size, thumbs-decrement-image-size):
18982 Fix typos in docstrings.
18983
18984 2005-05-24 Andre Spiegel <spiegel@gnu.org>
18985
18986 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
18987 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
18988 (cperl-mode): Use them.
18989
18990 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
18991
18992 * window.el (quit-window, shrink-window-if-larger-than-buffer):
18993 Doc fixes.
18994
18995 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
18996
18997 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
18998 Bind C-d to gdb-inferior-io-eof.
18999
19000 * dired.el (dired-dnd-popup-notice): Use message-box.
19001
19002 2005-05-23 Masatake YAMATO <jet@gyve.org>
19003
19004 * bindings.el (mode-line-major-mode-keymap):
19005 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
19006
19007 * faces.el (mode-line-highlight): New face.
19008
19009 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
19010 as mouse-face.
19011
19012 * bindings.el (top-level, help-echo, mode-line-modified)
19013 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
19014 as mouse-face.
19015
19016 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
19017
19018 * progmodes/cc-engine.el (c-guess-basic-syntax):
19019 Remove spurious call to `zerop'.
19020
19021 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
19022
19023 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
19024
19025 CC Mode update to 5.30.10:
19026
19027 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
19028 could go past the limit in decoration level 2, thereby causing
19029 errors during interactive fontification.
19030
19031 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
19032 the file is evaluated interactively.
19033
19034 * cc-engine.el (c-guess-basic-syntax): Handle operator
19035 declarations somewhat better in C++.
19036
19037 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
19038 make use of `run-mode-hooks' which has been added in Emacs 21.1.
19039 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
19040 (awk-mode): Use it.
19041 (make-local-hook): Suppress warning about obsoleteness.
19042
19043 * cc-engine.el, cc-align.el, cc-cmds.el
19044 (c-append-backslashes-forward, c-delete-backslashes-forward)
19045 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
19046 Compensate for return value from `forward-line' when it has moved
19047 but not to a different line due to eob.
19048
19049 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
19050 `objc-method-intro' and `objc-method-args-cont'.
19051
19052 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
19053
19054 CC Mode update to 5.30.10:
19055
19056 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
19057 in the copyright statement. Incidentally, change "along with GNU
19058 Emacs" to "along with this program" where it occurs.
19059
19060 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
19061 so that it is interactive, hence can be found by M-x awk-mode
19062 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
19063 <gmorris+emacs@ast.cam.ac.uk>.
19064
19065 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
19066 Mode's regexps.
19067
19068 2005-05-23 Kevin Ryde <user42@zip.com.au>
19069
19070 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
19071 c-parse-state, to avoid a lisp error (on bad code).
19072
19073 2005-05-23 Lute Kamstra <lute@gnu.org>
19074
19075 * subr.el (font-lock-defaults): Remove defvar as it's already
19076 defined in font-core.el.
19077
19078 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
19079
19080 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
19081
19082 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
19083 more general and work when GDB variable "print pretty" is on,
19084 as with Emacs, for example.
19085
19086 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
19087
19088 * font-core.el: Update comment.
19089
19090 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19091 Use `after-change-major-mode-hook' instead of `find-file-hook'.
19092
19093 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
19094
19095 2005-05-22 Eli Zaretskii <eliz@gnu.org>
19096
19097 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
19098 and `yank-handler' in the doc strings.
19099
19100 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
19101
19102 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
19103
19104 2005-05-22 Richard M. Stallman <rms@gnu.org>
19105
19106 * help.el (describe-key): Move print-help-return-message call
19107 out of conditional.
19108
19109 * progmodes/etags.el (list-tags): Use with-no-warnings.
19110
19111 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
19112 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
19113 (starttls-extra-args, starttls-extra-arguments): Add defvars.
19114
19115 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
19116
19117 * language/viet-util.el (viet-viscii-nonascii-translation-table):
19118 Add defvar.
19119
19120 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
19121 Use defvar, not defconst.
19122
19123 * hexl.el (hexl-follow-line): Use with-no-warnings.
19124
19125 * emulation/tpu-extras.el: Use write-file-functions instead of
19126 write-file-hooks.
19127
19128 * dired.el (dired-font-lock-keywords): Fontify files with junk
19129 extensions even if marked by -F.
19130
19131 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
19132
19133 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
19134 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
19135 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
19136 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
19137 (concatenate, list-length, get*, getf, cl-remprop):
19138 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
19139 (etypecase, progv, lexical-let, lexical-let*)
19140 (multiple-value-bind, multiple-value-setq, shiftf):
19141 Improve argument/docstring consistency.
19142
19143 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
19144
19145 2005-05-22 Andre Spiegel <spiegel@gnu.org>
19146
19147 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
19148 doesn't exist.
19149
19150 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
19151 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
19152
19153 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
19154
19155 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
19156 already deleted variables: auto-fill-hook, blink-paren-hook,
19157 lisp-indent-hook, inhibit-local-variables, unread-command-event,
19158 suspend-hooks, comment-indent-hook, meta-flag,
19159 before-change-function, after-change-function,
19160 font-lock-doc-string-face.
19161
19162 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
19163
19164 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19165
19166 2005-05-21 Eli Zaretskii <eliz@gnu.org>
19167
19168 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
19169 rmail-dont-reply-to.
19170
19171 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19172
19173 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
19174 literal blank when splitting new-header-values.
19175
19176 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
19177
19178 * calendar/cal-menu.el (cal-menu-update): Add separator as a
19179 string so that tmm doesn't create a completion entry for it.
19180
19181 * textmodes/table.el (table-disable-menu): Ditto.
19182
19183 2005-05-21 Richard M. Stallman <rms@gnu.org>
19184
19185 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
19186
19187 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
19188
19189 * net/rcompile.el (remote-compile): Use compilation-start.
19190
19191 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
19192
19193 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
19194
19195 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
19196 Default to makefile-bsdmake-mode on BSD systems.
19197
19198 * imenu.el (imenu-generic-expression, imenu--generic-function'):
19199 REGEXP may also be a search function now. The part of doc-string
19200 for describing the structure was 95% identical to that of
19201 `imenu--generic-function'. Unify it there.
19202
19203 * progmodes/make-mode.el (makefile-imenu-generic-expression):
19204 Use function to find dependencies, because regexp alone is so complex,
19205 it easily goes into an endless loop.
19206 (makefile-makepp-mode): Also add submenu for Perl functions
19207 defined in the makefile.
19208 (makefile-bsdmake-mode): Special imenu-generic-expression no
19209 longer needed, due to function call.
19210 (makefile-match-dependency): Take BOUND into account when checking
19211 if we're through.
19212
19213 2005-05-20 Jay Belanger <belanger@truman.edu>
19214
19215 * calc/calc-units.el (calc-invalidate-units-table):
19216 Use inhibit-read-only.
19217 (math-build-units-table-buffer): Use view-mode.
19218
19219 2005-05-20 David Kastrup <dak@gnu.org>
19220
19221 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
19222 easy-menu-add is not a nop on Emacs; and clarify when to call it.
19223
19224 2005-05-20 Lute Kamstra <lute@gnu.org>
19225
19226 * diff-mode.el (diff-header-face, diff-file-header-face)
19227 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19228 (diff-added-face, diff-changed-face, diff-function-face)
19229 (diff-context-face, diff-nonexistent-face): Put them in the
19230 diff-mode customization group.
19231
19232 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19233
19234 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
19235
19236 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
19237
19238 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
19239 Minor regexp-optimization.
19240
19241 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
19242
19243 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
19244 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
19245 (org-agenda-add-time-grid-maybe): New function.
19246 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
19247 (org-table-create): `dotimes' instead of `mapcar'.
19248 (org-xor): Simplify implementation.
19249 (org-agenda): `inhibit-redisplay' turned on.
19250 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
19251 a consistent line after a state change.
19252 (org-agenda-remove-times-when-in-prefix): New option.
19253 (org-prefix-has-time): New variable.
19254 (org-parse-time-string): Optional argument NODEFAULT.
19255 (org-format-agenda-item): Parse items for time-of-day
19256 specifications and move these into the prefix if possible.
19257 (org-agenda-priority): Get current heading, not previous heading
19258 during agenda remote editing.
19259
19260 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
19261
19262 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
19263 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
19264 (remove-duplicates, delete-duplicates, substitute)
19265 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
19266 (nsubstitute-if-not, find, find-if, find-if-not, position)
19267 (position-if, position-if-not, count, count-if, count-if-not)
19268 (mismatch, search, sort*, stable-sort, merge, member*)
19269 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
19270 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
19271 (intersection, nintersection, set-difference, nset-difference)
19272 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
19273 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
19274 (nsublis, tree-equal): Improve argument/docstring consistency.
19275
19276 * subr.el (send-string, send-region): Remove obsolescence declaration.
19277 (window-dot, set-window-dot, read-input, show-buffer)
19278 (eval-current-buffer, string-to-int):
19279 Add release number to obsolescence declarations.
19280
19281 2005-05-19 Kim F. Storm <storm@cua.dk>
19282
19283 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
19284 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
19285
19286 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
19287
19288 * faces.el (list-faces-display): Make back button respect optional
19289 regexp arg.
19290
19291 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
19292
19293 * calculator.el (calculator-radix-grouping-mode)
19294 (calculator-radix-grouping-digits, calculator-displayer)
19295 (calculator-radix-grouping-separator, calculator-copy-displayer):
19296 * dabbrev.el (dabbrev-search-these-buffers-only):
19297 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
19298 (diff-advance-after-apply-hunk, diff-mode-hook)
19299 (diff-minor-mode-prefix):
19300 * imenu.el (imenu-use-popup-menu):
19301 * jit-lock.el (jit-lock-context-time):
19302 * newcomment.el (comment-fill-column, comment-column)
19303 (comment-style, comment-padding, comment-multi-line)
19304 (comment-empty-lines, comment-auto-fill-only-comments):
19305 * reveal.el (reveal-around-mark):
19306 * uniquify.el (uniquify-buffer-name-style)
19307 (uniquify-after-kill-buffer-p)
19308 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
19309 (uniquify-min-dir-content, uniquify-separator)
19310 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
19311 * w32-vars.el (w32-fixed-font-alist):
19312 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
19313 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
19314 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
19315 * progmodes/perl-mode.el (perl-indent-level)
19316 (perl-continued-statement-offset, perl-continued-brace-offset)
19317 (perl-brace-offset, perl-brace-imaginary-offset)
19318 (perl-label-offset, perl-indent-continued-arguments)
19319 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
19320 * progmodes/tcl.el (tcl-indent-level)
19321 (tcl-continued-indent-level, tcl-auto-newline)
19322 (tcl-tab-always-indent, tcl-electric-hash-style)
19323 (tcl-help-directory-list, tcl-use-smart-word-finder)
19324 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
19325 (inferior-tcl-source-command):
19326 * textmodes/fill.el (enable-kinsoku):
19327 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
19328 * textmodes/table.el (table-yank-handler):
19329 Specify missing group (and type, if simple) in defcustom.
19330
19331 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
19332
19333 * progmodes/compile.el (compilation-finish-function): Fix defvar.
19334
19335 2005-05-19 Richard M. Stallman <rms@gnu.org>
19336
19337 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
19338
19339 * subr.el (event-basic-type): Don't get an error.
19340 (left-fringe-p): Function deleted.
19341
19342 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
19343 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
19344
19345 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
19346 in recursive copy.
19347
19348 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
19349
19350 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
19351
19352 * emacs-lisp/bytecomp.el
19353 (byte-compile-file-form-custom-declare-variable):
19354 Call byte-compile-nogroup-warn if appropriate.
19355
19356 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
19357 (compilation-set-window): Don't call left-fringe-p; do it directly.
19358
19359 2005-05-19 Jay Belanger <belanger@truman.edu>
19360
19361 * calc/calc-graph.el (calc-graph-format-data): Make sure
19362 var-PlotRejects is bound before trying to check its value.
19363
19364 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
19365
19366 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
19367 definition of this variable from reftex-global.el to reftex.el,
19368 because it is needed in the menu.
19369
19370 2005-05-19 Lute Kamstra <lute@gnu.org>
19371
19372 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
19373 years are fixed. Don't insert a space after a dash.
19374
19375 2005-05-19 Kim F. Storm <storm@cua.dk>
19376
19377 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
19378
19379 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
19380
19381 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
19382 strings, because (eq ... ?\\) is fairly frequent.
19383
19384 * progmodes/make-mode.el (makefile-add-this-line-targets):
19385 Simplify and integrate into `makefile-pickup-targets'.
19386 (makefile-add-this-line-macro): Simplify and integrate into
19387 `makefile-pickup-macros.
19388 (makefile-pickup-filenames-as-targets): Simplify.
19389 (makefile-previous-dependency, makefile-match-dependency):
19390 Don't stumble over `::'.
19391
19392 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
19393
19394 * subr.el (post-command-idle-hook, post-command-idle-delay):
19395 Remove obsoletion of post-command-idle-hook and
19396 post-command-idle-delay.
19397
19398 * faces.el (list-faces-display): Provide button when describe-face
19399 is called to take user back to the list of faces.
19400
19401 * help-fns.el (describe-variable): Remove hyperlinks in a
19402 variable's value as these are quite frequently inappropriate.
19403
19404 * follow.el (follow-submit-feedback, follow-mode):
19405 Remove references to post-command-idle-hook.
19406
19407 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
19408
19409 * progmodes/make-mode.el (makefile-previous-dependency)
19410 (makefile-match-dependency): Check for := (and in bsd mode also
19411 !=) to give a better result, even when font-lock is not on.
19412
19413 2005-05-18 Jay Belanger <belanger@truman.edu>
19414
19415 * calc/calc-help.el (calc-s-prefix-help):
19416 Add `calc-copy-special-constant' to help string.
19417
19418 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
19419
19420 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
19421
19422 2005-05-18 Jay Belanger <belanger@truman.edu>
19423
19424 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
19425 in linear factors are in proper order.
19426
19427 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
19428
19429 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19430 Support for jurabib.
19431
19432 * textmodes/reftex.el (featurep): Define aliases for overlay
19433 commands, for XEmacs compatibility, and use these aliases in
19434 overlay initializations.
19435 (reftex-highlight): Use `reftex-move-overlay'.
19436 (reftex-unhighlight): Use `reftex-delete-overlay'.
19437 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
19438 (reftex-access-search-path): Use `reftex-uniquify' instead of
19439 `reftex-uniq'
19440
19441 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
19442 `before-string' property modification enables for Emacs as well.
19443 (reftex-select-item): Use `reftex-delete-overlay'.
19444 (reftex-select-mark): Use `reftex-make-overlay' and
19445 `reftex-overlay-put'.
19446 (reftex-select-unmark): Use `reftex-delete-overlay' and
19447 `reftex-overlay-put'.
19448
19449 2005-05-18 Lute Kamstra <lute@gnu.org>
19450
19451 * emacs-lisp/lisp.el (check-parens): Fix docstring.
19452
19453 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
19454
19455 * add-log.el (add-change-log-entry):
19456 * array.el (array-make-template, array-reconfigure-rows)
19457 (array-init-max-row, array-init-max-column)
19458 (array-init-columns-per-line, array-init-field-width):
19459 * replace.el (replace-match-maybe-edit, perform-replace):
19460 * textmodes/spell.el (spell-region):
19461 Replace `read-input' by `read-string'.
19462
19463 * forms.el (forms-mode):
19464 * finder.el (finder-compile-keywords):
19465 * shadowfile.el (shadow-read-files):
19466 Replace `eval-current-buffer' by `eval-buffer'.
19467
19468 * terminal.el (te-pass-through):
19469 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
19470 (ange-ftp-raw-send-cmd):
19471 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
19472 (send-process-next-char, telnet-initial-filter, telnet):
19473 Replace `send-string' by `process-send-string'.
19474
19475 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
19476 (prolog-consult-region): Replace `send-string' by
19477 `process-send-string'; replace `send-region' by `process-send-region'.
19478
19479 * progmodes/delphi.el (delphi-log-msg):
19480 Replace `set-window-dot' by `set-window-point'.
19481
19482 * subr.el (window-dot, set-window-dot, read-input, send-string)
19483 (send-region, show-buffer, eval-current-buffer):
19484 Make really obsolete, as the comment says.
19485
19486 2005-05-17 Kim F. Storm <storm@cua.dk>
19487
19488 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
19489 (cua--init-keymaps): Bind C-return instead of S-return to set
19490 rectangle mark.
19491
19492 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
19493 instead of S-return to toggle/clear rectangle mark.
19494
19495 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
19496
19497 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
19498 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
19499 Also fontify plain strings assigned to variables, mostly so that a
19500 colon has a face and is thus not taken as a dependency separator.
19501 (makefile-previous-dependency): Inline the new matcher, because it
19502 is too complex to work in both directions.
19503 (makefile-match-dependency): Eliminate `backward' arg (see above).
19504 Completely reimplemented so as to not sometimes go into an endless
19505 loop. It should also be more efficient, because first it only
19506 searches for `:', instead of applying the very complex regexp.
19507 (makefile-mode): Cancel `font-lock-support-mode', because blocks
19508 to be fontified in one piece can be too long for JIT.
19509 Makefiles are never *that* big.
19510
19511 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
19512
19513 * dired.el (dired-mode): Simplify.
19514
19515 2005-05-17 Lute Kamstra <lute@gnu.org>
19516
19517 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
19518 defcustom for the mode hook variable.
19519
19520 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
19521 Emacs Lisp Reference Manual.
19522
19523 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
19524
19525 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
19526 (evenp, list*):
19527 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
19528 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
19529
19530 * net/tramp-smb.el (tramp-smb-open-connection):
19531 Pass `tramp-chunksize' as fifth (required) argument.
19532
19533 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
19534
19535 * font-lock.el (lisp-font-lock-keywords-1):
19536 Set `font-lock-negation-char-face' for [^...] char group.
19537 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
19538
19539 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
19540 a var, and refine it to mask one more level of nested vars.
19541 (makefile-rule-action-regex): Turn it into a var, and refine it so
19542 it recognizes backslashed continuation lines as belonging to the
19543 same command.
19544 (makefile-macroassign-regex): Refine it so it recognizes
19545 backslashed continuation lines as belonging to the same command.
19546 (makefile-var-use-regex): Don't look at the next char, because it
19547 might be the same one to be skipped by the initial [^$], leading
19548 to an overlooked variable use.
19549 (makefile-make-font-lock-keywords): Remove two parameters, which
19550 are now variables that some of the modes set locally.
19551 Handle dependency and rule action matching through functions, because
19552 regexps alone match too often. Dependency matching now comes
19553 last, so it can check, whether a colon already matched something else.
19554 (makefile-mode): Inform that font-lock improves makefile parsing
19555 capabilities.
19556 (makefile-match-dependency, makefile-match-action): New functions.
19557
19558 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
19559
19560 * emacs-lisp/cl-extra.el (equalp): Doc fix.
19561
19562 * align.el (align-regexp):
19563 * ansi-color.el (ansi-color-get-face):
19564 * array.el (array-reconfigure-rows, array-init-max-row)
19565 (array-init-max-column, array-init-columns-per-line)
19566 (array-init-field-width):
19567 * dired-aux.el (dired-trample-file-versions):
19568 * dired-x.el (dired-mark-sexp):
19569 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
19570 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
19571 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
19572 * faces.el (face-read-integer):
19573 * files.el (backup-extract-version, insert-directory):
19574 * hexl.el (hexl-insert-decimal-char):
19575 * server.el (server-process-filter):
19576 * shell.el (shell-extract-num):
19577 * startup.el (command-line-1):
19578 * term.el (term-command-hook):
19579 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
19580 (time-stamp-do-number):
19581 * time.el (display-time-update):
19582 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
19583 (timezone-fix-time):
19584 * vms-patch.el (vms-suspend-resume-hook):
19585 * calendar/appt.el (appt-convert-time):
19586 * calendar/cal-bahai.el (mark-bahai-diary-entries):
19587 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
19588 * calendar/cal-islam.el (mark-islamic-diary-entries):
19589 * calendar/calendar.el (calendar-cursor-to-date)
19590 (calendar-star-date):
19591 * calendar/diary-lib.el (diary-attrtype-convert)
19592 (mark-diary-entries, diary-entry-time):
19593 * calendar/solar.el (solar-get-number):
19594 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
19595 * emacs-lisp/re-builder.el (reb-display-subexp):
19596 * emulation/edt.el (edt-set-scroll-margins):
19597 * emulation/tpu-extras.el (tpu-set-scroll-margins):
19598 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
19599 (vip-get-ex-count):
19600 * emulation/viper-ex.el (viper-get-ex-token)
19601 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
19602 * international/fontset.el (fontset-plain-name):
19603 * mail/feedmail.el (feedmail-look-at-queue-directory):
19604 * mail/mailalias.el (mail-get-names):
19605 * mail/rmail.el (rmail-convert-to-babyl-format):
19606 * mail/rmailsum.el (rmail-make-basic-summary-line)
19607 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
19608 (rmail-summary-goto-msg):
19609 * mail/smtpmail.el (smtpmail-read-response):
19610 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
19611 (ange-ftp-vms-add-file-entry):
19612 * play/gametree.el (gametree-looking-at-ply)
19613 (gametree-current-branch-score):
19614 * progmodes/ada-xref.el (ada-prj-find-prj-file)
19615 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
19616 * progmodes/cperl-mode.el (condition-case):
19617 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
19618 (ebrowse-set-member-buffer-column-width)
19619 (ebrowse-select-1st-to-9nth):
19620 * progmodes/etags.el (etags-snarf-tag):
19621 * progmodes/flymake.el (flymake-parse-line):
19622 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
19623 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
19624 (idlwave-shell-menu-def):
19625 * progmodes/ps-mode.el (ps-run-goto-error):
19626 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
19627 (vhdl-speedbar-contract-level):
19628 * term/mac-win.el (x-handle-numeric-switch):
19629 * term/sun-mouse.el (sun-get-frame-data):
19630 * term/w32-win.el (x-handle-numeric-switch):
19631 * term/x-win.el (x-handle-numeric-switch):
19632 * textmodes/ispell.el (ispell-parse-output):
19633 * textmodes/nroff-mode.el (nroff-outline-level):
19634 * textmodes/reftex-cite.el (reftex-bib-sort-year)
19635 (reftex-bib-sort-year-reverse, reftex-format-citation):
19636 * textmodes/reftex-parse.el (reftex-init-section-numbers)
19637 (reftex-section-number):
19638 * textmodes/texinfmt.el (texinfo-paragraphindent):
19639 Replace `string-to-int' by `string-to-number'.
19640
19641 * international/latexenc.el: Add page marker to force the "Local
19642 Variables:" string out of the last page.
19643
19644 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
19645
19646 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
19647 tooltip-change-major-mode.
19648 (gud-tooltip-print-command): Remove case where gud-minor-mode
19649 is gdb ("--fullname").
19650 (gud-tooltip-tips): Turn GUD tooltips off for this case and
19651 explain to user.
19652
19653 2005-05-16 Jay Belanger <belanger@truman.edu>
19654
19655 * calc/calc-store.el (calc-copy-special-constant): New function.
19656
19657 * calc/calc-ext.el (calc-init-extensions): Add binding for
19658 `calc-copy-special-constant'.
19659
19660 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
19661 for the `calc-copy-special-constant' command.
19662
19663 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
19664
19665 * subr.el (left-fringe-p): New function.
19666
19667 * progmodes/compile.el (compilation-setup): Set local value of
19668 overlay-arrow-string to "" always.
19669 (compilation-set-window): Left fringe then don't scroll.
19670 No left fringe then no arrow and scroll message to top.
19671 (compilation-context-lines): Adjust doc string accordingly.
19672
19673 2005-05-16 Kim F. Storm <storm@cua.dk>
19674
19675 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19676 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
19677 (ido-wide-find-dir-or-delete-dir): New command for M-d.
19678 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
19679 (ido-read-file-name): Handle commands with ido property value
19680 equal to find-file as reading a file name, to allow C-d to enter dired.
19681 (ibuffer-find-file): Add ido property with value find-file.
19682
19683 2005-05-15 Kim F. Storm <storm@cua.dk>
19684
19685 * subr.el (open-network-stream-nowait): Remove.
19686 (open-network-stream-server): Remove.
19687
19688 2005-05-15 Richard M. Stallman <rms@gnu.org>
19689
19690 * faces.el (describe-face): Output a definition link button.
19691
19692 * help-mode.el (help-face-def): New button type.
19693
19694 * emacs-lisp/copyright.el (copyright-fix-years):
19695 Match properly if the first year is 2-digit.
19696 Don't mess up the whitespace after the years by filling.
19697
19698 * dired-aux.el (dired-mark-confirm):
19699 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
19700
19701 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
19702 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
19703 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
19704
19705 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19706 Set font-lock-comment-start-skip.
19707
19708 * font-lock.el (font-lock-comment-start-skip): New variable.
19709 (font-lock-comment-end-skip): New variable.
19710 (font-lock-fontify-syntactically-region): Use them if non-nil.
19711
19712 2005-05-15 Jay Belanger <belanger@truman.edu>
19713
19714 * calc/calc-store.el (calc-store-value): Return a string rather
19715 than display it as a message.
19716 Use calc-var-name for variable name.
19717 (calc-store-into): Add the result of calc-store-value to message.
19718 (calc-copy-variable): Add a message.
19719 (calc-store-exchange): Improve error messages.
19720 (calc-store-binary, calc-store-map): Don't reset the values of
19721 special constants.
19722
19723 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
19724
19725 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
19726 manual to docstring.
19727
19728 * files.el (hack-local-variables-confirm): Add STRING argument.
19729 Make the function handle non file visiting buffers correctly.
19730 (hack-local-variables-prop-line, hack-local-variables)
19731 (hack-one-local-variable): Use STRING arg of
19732 `hack-local-variables-confirm'.
19733
19734 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
19735
19736 Sync with Tramp 2.0.49.
19737
19738 * net/tramp.el (tramp-handle-dired-call-process)
19739 (tramp-handle-insert-directory):`insert-buffer' cannot be used
19740 because the contents of the Tramp buffer is changed before
19741 insertion (`expand-file' and alike).
19742 (tramp-handle-insert-directory): If `localname' has an empty
19743 nondirectory name, it must not be quoted.
19744 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
19745 variable `tramp-chunksize'. Change callees.
19746 (tramp-open-connection-setup-interactive-shell): Check remote host
19747 for buggy `send-process-string' implementation.
19748 Set `tramp-chunksize' if found. Reported by Michael Kifer
19749 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
19750 (tramp-handle-shell-command): `insert-buffer' cannot be used
19751 because the contents of the Tramp buffer is changed before
19752 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
19753 <frederic.bothamy@free.fr>.
19754 (tramp-set-auto-save): Actions should be done for Tramp file name
19755 handler only. Ange-FTP has its own auto-save mechanism.
19756 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
19757 (tramp-set-auto-save-file-modes): Set file modes of
19758 `buffer-auto-save-file-name' to ?\600 as fallback solution.
19759 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
19760 (tramp-bug): Remove obsolete variable.
19761 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
19762 for presence of `mml-mode'. Make it running for older Emacsen as well.
19763
19764 2005-05-14 John Paul Wallington <jpw@pobox.com>
19765
19766 * ibuf-ext.el (define-ibuffer-filter filename):
19767 If `dired-directory' is a list, use its car.
19768
19769 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
19770
19771 * ibuffer.el (define-ibuffer-column filename):
19772 If `dired-directory' is a list, use its car.
19773
19774 2005-05-14 Richard M. Stallman <rms@gnu.org>
19775
19776 * subr.el (symbol-file): Doc fix.
19777
19778 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
19779 (byte-compile-form): Call byte-compile-nogroup-warn.
19780 (byte-compile-warning-types): Doc fix.
19781
19782 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
19783
19784 * progmodes/cc-engine.el (c-literal-faces):
19785 Add font-lock-comment-delimiter-face.
19786
19787 * net/net-utils.el (dig): Use with-no-warnings.
19788
19789 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
19790 (sc-recite-frame-alist, sc-default-cite-frame)
19791 (sc-default-uncite-frame, sc-default-recite-frame)
19792 (sc-attrib-selection-list, sc-rewrite-header-list):
19793 Mark as risky-local-variable.
19794
19795 * international/ogonek.el (ogonek-jak, ogonek-how):
19796 Don't use beginning-of-buffer.
19797
19798 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
19799
19800 * calendar/solar.el (solar-data-list): Move definition up.
19801
19802 * dnd.el (dnd-protocol-alist): Add autoload.
19803
19804 * progmodes/sh-script.el: Many doc usage fixes.
19805 (sh-indent-after-do): Change default to match common styles.
19806
19807 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
19808
19809 * files.el (interpreter-mode-alist)
19810 (auto-mode-interpreter-regexp): Doc fixes.
19811
19812 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
19813
19814 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
19815
19816 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
19817
19818 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19819
19820 * dired.el (dired-mode): make-variable-buffer-local =>
19821 make-local-variable.
19822
19823 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19824
19825 * term/mac-win.el (mac-select-convert-to-string): Try coding
19826 systems in mac-script-code-coding-systems if specified one cannot
19827 encode string for `com.apple.traditional-mac-plain-text'.
19828
19829 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
19830
19831 * progmodes/make-mode.el (makefile-targets-face)
19832 (makefile-shell-face, makefile-makepp-perl-face): New faces.
19833 (makefile-dependency-regex): Fix it to not make the colon in
19834 $(var:a=b) special.
19835 (makefile-rule-action-regex): New regexp for highlighting embedded
19836 Shell strings.
19837 (makefile-macroassign-regex): Handle != for highlighting as
19838 embedded Shell strings.
19839 (makefile-var-use-regex): New const.
19840 (makefile-statements, makefile-automake-statements)
19841 (makefile-gmake-statements, makefile-makepp-statements)
19842 (makefile-bsdmake-statements): New consts.
19843 (makefile-make-font-lock-keywords): New function.
19844 (makefile-automake-font-lock-keywords)
19845 (makefile-gmake-font-lock-keywords)
19846 (makefile-makepp-font-lock-keywords)
19847 (makefile-bsdmake-font-lock-keywords): New consts.
19848 (makefile-mode-map): Add switchers between the various submodes.
19849 (makefile-mode): Document the availability of the variants.
19850 (makefile-automake-mode, makefile-gmake-mode)
19851 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
19852
19853 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
19854 new variants of makefile-mode.
19855
19856 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19857
19858 * font-lock.el (font-lock-comment-delimiter-face): Fix up
19859 the inheritance.
19860
19861 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
19862
19863 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
19864 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
19865
19866 * files.el (normal-mode): Extend the scope of the
19867 `enable-local-variables' binding to include the `set-auto-mode' call.
19868 (magic-mode-alist): Doc fix.
19869
19870 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19871
19872 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
19873 font-lock-comment-face rather than copying its setting.
19874
19875 2005-05-12 Andreas Schwab <schwab@suse.de>
19876
19877 * eshell/esh-mode.el (eshell-send-input): Doc fix.
19878
19879 2005-05-12 Lute Kamstra <lute@gnu.org>
19880
19881 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
19882 defcustom for the mode hook variable. Delete the last argument.
19883 * generic-x.el: Fix callers of define-generic-mode.
19884 (generic-x-modes): Delete group.
19885 (show-tabs-tab-face, show-tabs-space-face): Put them in the
19886 generic-x customization group.
19887
19888 2005-05-12 Kim F. Storm <storm@cua.dk>
19889
19890 * font-lock.el (font-lock-negation-char-face): Default to "off".
19891
19892 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
19893 font-lock-negation-char-face to ! in !=.
19894
19895 2005-05-12 Masatake YAMATO <jet@gyve.org>
19896
19897 * add-log.el (find-change-log): Fix typos in the docstring
19898 of function.
19899
19900 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
19901
19902 * international/latexenc.el (latexenc-find-file-coding-system):
19903 Avoid `re-search-forward' when looking for input encoding because
19904 of speed and safety. Better regular expressions for recognizing
19905 input encoding. Limit a search for TeX-master/tex-main-file to
19906 the local variable section.
19907
19908 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
19909
19910 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
19911 syntax of $ to "'" (quote).
19912
19913 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
19914
19915 * dnd.el (dnd-protocol-alist): Improve custom type.
19916
19917 * dired.el (dired-dnd-protocol-alist): New variable.
19918 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
19919 `dired-mode-hook' to the end.
19920
19921 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
19922
19923 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
19924 comment-end if comment-start-skip is not set.
19925 Obey the font-lock-comment-delimiter-face variables.
19926
19927 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
19928
19929 * files.el (executable-find): Move from executable.el. Use
19930 locate-file.
19931 * progmodes/executable.el (executable-find): Move to files.el.
19932
19933 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
19934 when trying to ensure forward progress.
19935
19936 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
19937
19938 * mouse-sel.el (mouse-sel-follow-link-p): New function.
19939 (mouse-select, mouse-select-internal, mouse-extend-internal):
19940 Use it to implement mouse-1-click-follows-link functionality.
19941
19942 2005-05-11 Richard M. Stallman <rms@gnu.org>
19943
19944 * font-lock.el (font-lock-fontify-syntactically-region):
19945 Use font-lock-comment-delimiter-face for comment delimiters.
19946
19947 2005-05-10 Jay Belanger <belanger@truman.edu>
19948
19949 * calc/calc-help.el (calc-m-prefix-help): Add mention of
19950 preserving embedded modes.
19951
19952 2005-05-10 Richard M. Stallman <rms@gnu.org>
19953
19954 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
19955
19956 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
19957 Move from ada-stmt.el.
19958 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
19959
19960 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
19961 Move to ada-mode.el.
19962 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
19963
19964 * cus-edit.el (custom-file): Call file-chase-links.
19965
19966 * files.el (read-directory-name): Fix previous change.
19967 (hack-local-variables-confirm): New function.
19968 (hack-local-variables-prop-line, hack-local-variables)
19969 (hack-one-local-variable): Use it.
19970
19971 2005-05-10 Lute Kamstra <lute@gnu.org>
19972
19973 * font-lock.el (font-lock-keywords-alist)
19974 (font-lock-removed-keywords-alist): Clarify docstrings.
19975
19976 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
19977
19978 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
19979 (gdb-source-info): Check for preprocessor info.
19980 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
19981 a macro for a function.
19982 (gdb-info-breakpoints-custom): Try to find file again if not already
19983 found (user might have used GDB dir command).
19984 (gdb-get-location): Update gdb-location-alist correctly for change
19985 to gdb-info-breakpoints-custom.
19986
19987 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
19988 (gud-tooltip-print-command): Add gdbmi case.
19989 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
19990 preprocessor info.
19991
19992 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
19993
19994 * startup.el (fancy-splash-insert): Fix typo in doc string.
19995
19996 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
19997
19998 * obsolete/float.el (string-to-float):
19999 * obsolete/hilit19.el (hilit-add-pattern):
20000 * obsolete/rnews.el (news-parse-range, news-select-message)
20001 (news-get-pruned-list-of-files): Replace `string-to-int' by
20002 `string-to-number'.
20003
20004 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
20005 `find-file-not-found-hooks'; use `add-hook'.
20006 (uncompress-while-visiting): Set `write-file-functions', not
20007 `write-file-hooks'; use `add-hook'.
20008
20009 2005-05-09 Kim F. Storm <storm@cua.dk>
20010
20011 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
20012 (cua-paste): Handle clipboard action.
20013 (cua--init-keymaps): Remap clipboard-kill-region and
20014 clipboard-kill-ring-save.
20015
20016 2005-05-08 Eli Zaretskii <eliz@gnu.org>
20017
20018 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20019 Improve commentary.
20020
20021 * simple.el (next-error-overlay-arrow-position): Revert the change
20022 made on 2005-04-30.
20023
20024 2005-05-07 Jay Belanger <belanger@truman.edu>
20025
20026 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
20027 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
20028 `calc-sel-reselect'.
20029
20030 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
20031 Calc is in embedded mode.
20032
20033 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20034
20035 * progmodes/compile.el (compilation-setup):
20036 Set overlay-arrow-string to an empty string on text terminals.
20037
20038 * textmodes/ispell.el (ispell-program-name): Try looking for
20039 "aspell" along exec-path, and if found, use it as the default
20040 speller program.
20041
20042 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
20043
20044 * international/mule.el (sgml-xml-auto-coding-function):
20045 Recognize encoding='FOO' in single quotes as well as in double quotes.
20046
20047 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20048
20049 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
20050 as well as `interactive', so that defmacro* would recognize
20051 `declare' forms.
20052
20053 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20054
20055 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20056 Explain more about the LIGHTER arg's usage in the doc string.
20057 Add commentary to clarify what the code does. Fix the regexp that
20058 strips whitespace from LIGHTER. Quote LIGHTER before using it,
20059 since it could have characters special to regular expressions.
20060
20061 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20062
20063 * replace.el (occur-1): Bind inhibit-read-only so that
20064 erase-buffer doesn't barf on read-only text properties (likewise
20065 for add-text-properties in occur-engine). Mark buffer as unmodified.
20066 (occur-engine): Don't set buffer-read-only here.
20067
20068 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20069
20070 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
20071 list-buffers-directory. This caused the *cvs-commit* buffer to be
20072 sometimes mistakenly reused as a *cvs* buffer.
20073
20074 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
20075
20076 * tooltip.el: Move code for GUD tooltips into gud.el.
20077 (require): CL no longer needed to compile case.
20078 (tooltip-mode): Do not toggle functions for GUD tooltips.
20079 (tooltip-gud-tips-p): Remove. Replace with minor mode
20080 gud-tooltip-mode in gud.el.
20081 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
20082 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
20083 tooltip-gud prefix with gud-tooltip and obsolete.
20084 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
20085 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
20086 (tooltip-mouse-motion): Mouse movement functions/variable.
20087 Rename in gud.el by adding gud prefix.
20088 (tooltip-gud-original-filter, tooltip-gud-dereference)
20089 (tooltip-gud-event, tooltip-toggle-gud-tips)
20090 (tooltip-gud-process-output, tooltip-gud-print-command)
20091 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
20092 gud.el by replacing tooltip-gud prefix with gud-tooltip.
20093 (gdb-tooltip-print): Move to gdb-ui.el.
20094
20095 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
20096 (require): CL needed to compile case.
20097 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
20098 tooltip-gud-tips-p. Make it a minor-mode.
20099 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
20100 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
20101 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
20102 (gud-tooltip-change-major-mode)
20103 (gud-tooltip-activate-mouse-motions-if-enabled)
20104 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
20105 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
20106 (gud-tooltip-original-filter, gud-tooltip-dereference)
20107 (gud-tooltip-event, tooltip-toggle-gud-tips)
20108 (gud-tooltip-process-output, gud-tooltip-print-command)
20109 (gud-tooltip-tips): Move from tooltip.el.
20110
20111 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
20112 (gdb-cpp-define-alist-flags): Doc fix.
20113 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
20114 gud-tooltip-mode is t.
20115
20116 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20117
20118 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
20119 evaporate if their text is deleted.
20120 (goto-address-at-point): Make it work as a mouse binding as well.
20121 (goto-address-at-mouse): Obsolete it. Update users.
20122
20123 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20124
20125 * calendar/appt.el (top-level): No longer activate on load.
20126
20127 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
20128
20129 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20130 * net/webjump.el (webjump):
20131 * progmodes/idlw-help.el (idlwave-do-context-help1)
20132 (idlwave-highlight-linked-completions):
20133 * textmodes/po.el (po-find-file-coding-system-guts):
20134 Replace `assoc-ignore-case' by `assoc-string'.
20135
20136 2005-05-06 Eli Zaretskii <eliz@gnu.org>
20137
20138 * files.el (locate-file): Doc fix.
20139
20140 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
20141 Remove the redundant test for ms-dos.
20142
20143 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
20144 look for the preprocessor with exec-suffixes. If not found in
20145 standard places, look in exec-path. Remove most of the tests that
20146 used system-type.
20147
20148 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
20149
20150 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
20151
20152 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
20153 file-name clash with jka-compr.el on 8+3 filesystems.
20154
20155 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20156
20157 * term/mac-win.el: Don't define or bind scroll bar functions if
20158 x-toolkit-scroll-bars is t.
20159 (x-select-text, x-get-selection-value): Clear
20160 x-last-selected-text-clipboard if x-select-enable-clipboard is
20161 nil.
20162 (PRIMARY): Put mac-scrap-name property.
20163 (mac-select-convert-to-file-url): New function.
20164 (public.file-url): New selection target type. Add to
20165 selection-converter-alist.
20166 (x-get-selection, x-selection-value): Handle it.
20167 (x-cut-buffer-or-selection-value): New alias.
20168
20169 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20170
20171 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
20172 entry to avoid calling bibtex-find-entry with arg global
20173 being t. Remove arg key.
20174 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
20175 (bibtex-copy-summary-as-kill): Change accordingly.
20176
20177 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20178
20179 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
20180 (org-agenda-date-later): Use with-current-buffer.
20181
20182 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
20183
20184 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
20185 (define-obsolete-variable-alias): Doc Fixes.
20186
20187 2005-05-06 Kim F. Storm <storm@cua.dk>
20188
20189 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
20190 vertical-motion when selective-display is active.
20191
20192 * ido.el (ido-setup-hook): New hook.
20193 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
20194 (ido-input-stack): New var.
20195 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
20196 ido-next-work-file binding to M-O.
20197 Bind M-f to ido-wide-find-file-or-pop-dir.
20198 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
20199 (ido-read-internal): Run ido-setup-hook.
20200 Catch quit in read-file-name and read-string to cancel edit.
20201 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
20202 Automatically pop-all when completing a directory name (RET).
20203 (ido-file-internal): Add with-no-warnings around ffap and dired code.
20204 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
20205 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
20206 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
20207 New functions for M-b/M-f to move among the directory components.
20208 (ido-make-merged-file-list): Catch quit to cancel merge.
20209 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
20210 (ido-completion-help): No warnings for ido-completion-buffer-full.
20211
20212 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
20213
20214 * font-lock.el (font-lock-negation-char-face): New face and variable.
20215 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
20216 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
20217 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
20218 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
20219
20220 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
20221
20222 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
20223 Fix typo in docstring.
20224
20225 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
20226 (ebrowse-print-statistics-line)
20227 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
20228
20229 * term/w32-win.el (image-library-alist): Add additional name for
20230 Xpm library.
20231
20232 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
20233
20234 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
20235 use gcc instead of cpp.
20236
20237 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
20238 (gdb-create-define-alist): Use it.
20239 (gdb-cpp-define-alist-program): Update for MS-DOS.
20240
20241 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
20242
20243 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
20244
20245 2005-05-04 Richard M. Stallman <rms@gnu.org>
20246
20247 * help.el (describe-key): No error when UNTRANSLATED is nil.
20248
20249 * simple.el (line-move-1): Fix previous change to signal errors
20250 appropriately.
20251
20252 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
20253
20254 * calendar/icalendar.el (icalendar-version): Now at 0.12.
20255 (icalendar-duration-correction): Remove.
20256 (icalendar--get-event-properties): Split result at commas.
20257 (icalendar--decode-isoduration): New optional argument
20258 DURATION-CORRECTION.
20259 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
20260 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
20261 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
20262 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
20263 (icalendar--convert-anniversary-to-ical): New functions, extracted
20264 from icalendar-export-region, with bug fixes.
20265 (icalendar-export-region): Use the above functions.
20266 (icalendar-import-buffer): Check before saving diary file.
20267 (icalendar--convert-recurring-to-diary)
20268 (icalendar--convert-non-recurring-all-day-to-diary)
20269 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
20270 extracted from icalendar--convert-ical-to-diary, with bug fixes.
20271 (icalendar--convert-ical-to-diary): Use the above functions.
20272
20273 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
20274
20275 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
20276 Remove these recent additions.
20277 (c-mode): Restore to before 2005-04-28.
20278
20279 * progmodes/cc-vars.el (cc-define-list-program): Remove this
20280 recent addition.
20281
20282 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
20283 (gdb-define-alist): New variables.
20284 (gdb-create-define-alist): New function.
20285 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
20286 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
20287 with string-to-number.
20288 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
20289
20290 * progmodes/gud.el: Replace string-to-int with string-to-number.
20291 (gud-find-file): Handle gdb-define-alist.
20292
20293 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
20294
20295 2005-05-02 Jay Belanger <belanger@truman.edu>
20296
20297 * calc/calc-aent.el (math-read-token):
20298 * calc/calc-bin.el (calc-word-size):
20299 * calc/calc-ext.el (calc-read-number-fancy):
20300 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
20301 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
20302 * calc/calc-frac.el (calc-over-notation):
20303 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
20304 (calc-graph-num-points, calc-graph-init):
20305 * calc/calc-prog.el (calc-read-parse-table-part)
20306 (calc-edit-macro-repeats):
20307 * calc/calc-yank.el (calc-do-grab-rectangle):
20308 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
20309 Replace `string-to-int' by `string-to-number'.
20310
20311 2005-05-02 Kim F. Storm <storm@cua.dk>
20312
20313 * kmacro.el: Use executing-kbd-macro-index variable.
20314
20315 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
20316
20317 * net/rlogin.el (rlogin-parse-words): Delete func.
20318 (rlogin): Use split-string, not rlogin-parse-words.
20319 Also, if there are option-like elements in the parsed args,
20320 take the host to be the first arg immediately following them.
20321 Suggested by Michael Mauger.
20322
20323 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20324
20325 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
20326
20327 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20328
20329 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
20330 (cc-mode-cpp-program): Rename to cc-define-list-program and
20331 move to cc-vars.el.
20332
20333 * progmodes/cc-vars.el (cc-define-list-program):
20334 Change to "gcc -E -dM -". Make customizable.
20335
20336 2005-05-02 Kim F. Storm <storm@cua.dk>
20337
20338 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
20339
20340 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20341
20342 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
20343
20344 * international/mule-util.el (truncate-string): Remove alias and
20345 obsolete declaration.
20346
20347 * international/mule-cmds.el (update-iso-coding-systems):
20348 Remove alias and obsolete declaration.
20349
20350 * international/mule.el (coding-system-parent): Remove alias and
20351 obsolete declaration.
20352
20353 * subr.el (define-function, sref): Remove aliases and obsolete
20354 declarations.
20355 (chars-in-region): Remove obsolete declaration.
20356
20357 2005-05-01 Richard M. Stallman <rms@gnu.org>
20358
20359 * info.el (Info-mode): Set widen-automatically to nil, locally.
20360
20361 * simple.el (widen-automatically): New variable.
20362 (pop-global-mark): Obey widen-automatically.
20363
20364 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
20365
20366 * term/xterm.el (function-key-map): Call substitute-key-definition
20367 before the keymap size is increased by a lot of define-key calls.
20368
20369 2005-05-01 Richard M. Stallman <rms@gnu.org>
20370
20371 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
20372 Rename ARG to ELEMENT. Doc fix.
20373
20374 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20375
20376 * allout.el (allout-exposure): Remove macro and obsolete declaration.
20377 Remove references to allout-exposure/change to allout-new-exposure.
20378
20379 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
20380 bytecode symbols.
20381
20382 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
20383 (compiled-function-p, focus-frame, unfocus-frame):
20384 Remove aliases and obsolete declarations.
20385 Back out inadvertent changes from previous commit.
20386
20387 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20388
20389 * files.el (require-final-newline): Make Custom tags consistent
20390 with mode-require-final-newline.
20391 (mode-require-final-newline): Doc fix.
20392
20393 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
20394
20395 * international/latexenc.el (latexenc-find-file-coding-system):
20396 Fix regular expressions.
20397
20398 2005-05-01 David Kastrup <dak@gnu.org>
20399
20400 * international/latexenc.el (latexenc-find-file-coding-system):
20401 Fix regular expressions.
20402
20403 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20404
20405 * subr.el (string-to-int): Make obsolete.
20406
20407 2005-04-30 Richard M. Stallman <rms@gnu.org>
20408
20409 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
20410
20411 * loadup.el: load jka-comp-hook.
20412
20413 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
20414 (jka-compr-handler): Add autoload. `put' calls moved
20415 to jka-comp-hook.el.
20416 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
20417 (jka-compr-inhibit): Autoload.
20418
20419 * jka-comp-hook.el: New file.
20420 Enable the mode by default.
20421
20422 * files.el (backup-buffer-copy): Use copy-file instead
20423 of write-region, and put back the 'excl.
20424
20425 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
20426
20427 * progmodes/flymake.el (flymake-split-string)
20428 (flymake-split-string, flymake-log, flymake-pid-to-names)
20429 (flymake-reg-names, flymake-get-source-buffer-name)
20430 (flymake-unreg-names, flymake-add-line-err-info)
20431 (flymake-add-err-info): Clarify docstrings.
20432 (flymake-popup-menu, flymake-make-emacs-menu)
20433 (flymake-make-xemacs-menu): Add docstrings.
20434 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
20435 Set variables directly throughout.
20436
20437 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
20438
20439 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
20440 exists. Initialize cc-define-alist.
20441 (c-mode): Add cc-create-define-alist locally to after-save-hook.
20442 If there is no file (Macroexpansion) don't create an alist.
20443
20444 2005-04-29 Sam Steingold <sds@gnu.org>
20445
20446 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
20447 (cc-create-define-alist): Use it instead of the hard-coded string.
20448
20449 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
20450
20451 * international/mule-conf.el (file-coding-system-alist): Fix regexp
20452 for latexenc.
20453
20454 2005-04-29 Lute Kamstra <lute@gnu.org>
20455
20456 * emacs-lisp/generic.el: Improve commentary section.
20457 (define-generic-mode): Improve docstring.
20458
20459 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
20460
20461 * textmodes/org.el (many places): Change to quiet the byte compiler.
20462 (org-prefix-format-compiled): New variable.
20463 (org-compile-prefix-format): New function.
20464 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
20465 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
20466 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
20467 (org-get-entries-from-diary): Use `org-get-time-of-day' for
20468 consistency with entries from `org-mode' files.
20469 (org-get-time-of-day): Fix bug with partial matches early in a line.
20470 (org-non-link-chars): New constant.
20471 (org-link-regexp): Respect `org-non-link-chars'.
20472 (org-agenda-day-view): Remove command.
20473 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
20474 (org-follow-bbdb-link, org-store-link): Search also company field.
20475 (org-highlight-overlay): New variable.
20476 (org-highlight, org-unhighlight): New functions.
20477 (org-agenda-mode): Add pre-command-hook to remove highlight.
20478 (org-evaluate-time-range): Behavior depends upon whether time stamp
20479 contains a time or not.
20480 (org-show-subtree, org-show-entry): New functions.
20481 (org-agenda-cleanup-fancy-diary): Remove empty lines.
20482
20483 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
20484
20485 * comint.el (comint-output-filter-functions): Add autoload cookie.
20486
20487 2005-04-28 Kim F. Storm <storm@cua.dk>
20488
20489 * ido.el (ido-everywhere): Fix last change.
20490
20491 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20492
20493 * international/latexenc.el: New file.
20494 * international/mule-conf.el (file-coding-system-alist): For .tex,
20495 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
20496
20497 2005-04-28 Lute Kamstra <lute@gnu.org>
20498
20499 * font-lock.el (font-lock-add-keywords)
20500 (font-lock-remove-keywords): Clarify docstring.
20501 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
20502 Don't start docstrings with a `*'.
20503 (font-lock-update-removed-keyword-alist): Give it a docstring.
20504
20505 * generic-x.el: Update commentary section.
20506 Only require font-lock when compiling.
20507 Define all modes conditionally.
20508 Place all generic modes in the generic-x-modes customization group.
20509 (generic-x-modes): New customization group.
20510 (generic-default-modes, generic-mswindows-modes)
20511 (generic-unix-modes, generic-other-modes): New constants.
20512 (generic-define-mswindows-modes, generic-define-unix-modes):
20513 Update docstrings. Make them obsolete.
20514 (generic-extras-enable-list): New default value. Update docstring.
20515 Improve :type. Change :set function.
20516 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
20517 Fix docstring.
20518
20519 * emacs-lisp/generic.el (generic-mode-internal):
20520 Simplify font-lock-defaults.
20521 (define-generic-mode): Fix docstring.
20522
20523 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20524
20525 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
20526 font-lock-face property to highlight matches.
20527
20528 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
20529
20530 * progmodes/cc-mode.el (cc-create-define-alist): New function.
20531 (cc-define-alist): New variable.
20532 (c-mode): Make it local and initialize it.
20533
20534 * progmodes/gdb-ui.el (gdb-active-process): New variable.
20535 (gdb-exited): New function.
20536 (gdb-annotation-rules): Use it.
20537 (gdb-starting): Set gdb-active-process to t.
20538 (gdb-stopping): Amend doc string.
20539 (gdb-reset): Set gdb-active-process to nil.
20540
20541 * tooltip.el (tooltip-gud-tips): Show the associated #define
20542 directives when a C program under GDB is not executing.
20543
20544 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
20545
20546 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
20547 font-lock-fontify-syntactic-keywords.
20548
20549 * font-lock.el (font-lock-default-fontify-region): Don't force
20550 parse-sexp-lookup-properties to nil.
20551
20552 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
20553
20554 * man.el (man-mode-syntax-table): Set up `:' to have
20555 word-constituent syntax.
20556
20557 2005-04-27 Lute Kamstra <lute@gnu.org>
20558
20559 * novice.el (disable-command): Don't add spurious newlines to the
20560 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
20561
20562 2005-04-26 Jay Belanger <belanger@truman.edu>
20563
20564 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
20565 than one window before deleting window.
20566
20567 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
20568
20569 * shell.el (shell-prompt-pattern): Doc fix.
20570 (shell-mode): Set paragraph-separate buffer locally to "\\'".
20571
20572 * comint.el (comint-prompt-regexp, comint-get-old-input)
20573 (comint-use-prompt-regexp)
20574 (comint-use-prompt-regexp-instead-of-fields)
20575 (comint-replace-by-expanded-history, comint-send-input)
20576 (comint-output-filter, comint-get-old-input-default)
20577 (comint-line-beginning-position, comint-bol, comint-show-output)
20578 (comint-backward-matching-input, comint-forward-matching-input)
20579 (comint-next-prompt, comint-previous-prompt):
20580 Rename `comint-use-prompt-regexp-instead-of-fields' to
20581 `comint-use-prompt-regexp'. Keep old name as alias and declare
20582 obsolete.
20583 (comint-use-prompt-regexp): Shorten first line of doc string.
20584
20585 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
20586 Set paragraph-separate buffer locally to "\\'".
20587
20588 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
20589 Adapt to above name change.
20590
20591 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
20592 (smbclient-prompt-regexp): Ditto.
20593
20594 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
20595
20596 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
20597
20598 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
20599 gdb-location-list.
20600 Break lines that are over 80 characters wide.
20601
20602 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
20603
20604 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
20605 New fun and var, to preserve compatibility.
20606
20607 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
20608
20609 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
20610
20611 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
20612 name to file-newer-than-file-p.
20613
20614 2005-04-26 Richard M. Stallman <rms@gnu.org>
20615
20616 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
20617
20618 * progmodes/python.el (python-mode):
20619 Use new name eldoc-documentation-function.
20620
20621 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
20622
20623 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20624 (eldoc-documentation-function):
20625 Rename from eldoc-print-current-symbol-info-function. Calls changed.
20626
20627 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
20628
20629 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
20630
20631 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
20632
20633 * term/xterm.el (function-key-map): Fix strings for
20634 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
20635 {C,S,A,C-S}-{f1-f12}.
20636
20637 2005-04-26 Kenichi Handa <handa@m17n.org>
20638
20639 * international/mule-cmds.el (select-safe-coding-system):
20640 Fix previous change.
20641
20642 2005-04-26 Lute Kamstra <lute@gnu.org>
20643
20644 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
20645
20646 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
20647 (font-lock-comment-delimiter-face): Ditto.
20648
20649 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
20650
20651 2005-04-25 Jay Belanger <belanger@truman.edu>
20652
20653 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
20654 to t while inserting information; use help-mode.
20655
20656 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
20657
20658 * term.el (ansi-term-color-vector): Use the xterm colors.
20659 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
20660
20661 2005-04-25 Lute Kamstra <lute@gnu.org>
20662
20663 * font-core.el (font-lock-defaults): Fix docstring.
20664
20665 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
20666
20667 2005-04-25 Kenichi Handa <handa@m17n.org>
20668
20669 * international/mule-cmds.el (select-safe-coding-system):
20670 Don't check consistency with coding: spec, etc if raw-text or
20671 no-conversion was found to be safe.
20672
20673 2005-04-24 Richard M. Stallman <rms@gnu.org>
20674
20675 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
20676 citation markers at start of each line.
20677
20678 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
20679 citation markers at start of each line.
20680
20681 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
20682
20683 * files.el (mode-require-final-newline): Fix previous change.
20684 (require-final-newline): Fix type label.
20685
20686 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20687
20688 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
20689 statement in buffer (broken by 2004-11-24 change).
20690
20691 2005-04-24 Kim F. Storm <storm@cua.dk>
20692
20693 * ido.el (ido-everywhere): Save and restore old read-buffer-function
20694 and read-file-name-function values. Don't overwrite existing
20695 non-nil values if ido-mode is enabled without ido-everywhere.
20696
20697 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
20698
20699 * files.el (mode-require-final-newline): Minor doc fix.
20700
20701 2005-04-24 Eli Zaretskii <eliz@gnu.org>
20702
20703 * subr.el (syntax-after): Doc fix.
20704 (syntax-class): If argument is nil, return nil. Mask off upper 16
20705 bits, not 8 bits.
20706
20707 * files.el (mode-require-final-newline): Doc fix.
20708 (backup-buffer-copy): Fix last change.
20709
20710 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20711
20712 * term/mac-win.el: Require select. Set selection-coding-system to
20713 mac-system-coding-system. Call menu-bar-enable-clipboard.
20714 (x-last-selected-text-clipboard, x-last-selected-text-primary)
20715 (x-select-enable-clipboard): New variables.
20716 (x-select-text, x-get-selection, x-selection-value)
20717 (x-get-selection-value, mac-select-convert-to-string)
20718 (mac-services-open-file, mac-services-open-selection)
20719 (mac-services-insert-text): New functions.
20720 (CLIPBOARD, FIND): Put mac-scrap-name property.
20721 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
20722 (public.tiff): Put mac-ostype property.
20723 (selection-converter-alist): Add entries for them.
20724 (mac-application-menu-map): New keymap.
20725 (interprogram-cut-function, interprogram-paste-function): Set to
20726 x-select-text and x-get-selection-value, respectively.
20727 (split-window-keep-point): Set to t.
20728
20729 2005-04-23 Richard M. Stallman <rms@gnu.org>
20730
20731 * files.el (read-directory-name): Always pass non-nil
20732 DEFAULT-FILENAME arg to read-file-name.
20733 (backup-buffer-copy, basic-save-buffer-2): Take care against
20734 writing thru an unexpected existing symlink.
20735 (revert-buffer): In indirect buffer, revert the base buffer.
20736 (magic-mode-alist): Doc fix.
20737 (buffer-stale-function): Doc fix.
20738 (minibuffer-with-setup-hook): Avoid warning.
20739 (mode-require-final-newline): Doc and custom fix.
20740
20741 * follow.el (follow-end-of-buffer): Use with-no-warnings.
20742
20743 * font-lock.el (font-lock-comment-face): On terminals with few colors,
20744 use the default appearance.
20745 (font-lock-comment-delimiter-face): New face, new variable.
20746
20747 * imenu.el (imenu--generic-function): The official position of a
20748 definition is the start of the line that BEG is in.
20749
20750 * midnight.el (midnight-timer): Move defvar up.
20751
20752 * mouse.el (mouse-drag-region-1): Delete some debugging code.
20753
20754 * saveplace.el (save-place-to-alist): Use with-no-warnings.
20755
20756 * startup.el (command-line): Use with-no-warnings.
20757
20758 * window.el (window-size-fixed): New defvar.
20759
20760 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
20761
20762 * mail/rmail.el (rmail-font-lock-keywords):
20763 Use font-lock-comment-delimiter-face.
20764
20765 * mail/sendmail.el (mail-font-lock-keywords):
20766 Use font-lock-comment-delimiter-face.
20767
20768 * progmodes/compile.el (next-error-highlight-timer): New defvar.
20769
20770 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20771
20772 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20773 Specify t for LAXMATCH when matching directories.
20774 Save match data around compilation-compat-error-properties form.
20775
20776 2005-04-23 David Kastrup <dak@gnu.org>
20777
20778 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
20779 Mention that the autoloaded aliases should be kept for AUCTeX.
20780
20781 2005-04-23 Andreas Schwab <schwab@suse.de>
20782
20783 * isearch.el (isearch-forward): Doc fix.
20784
20785 2005-04-23 Eli Zaretskii <eliz@gnu.org>
20786
20787 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
20788 (jit-lock-stealth-nice): Change default value to 0.5.
20789
20790 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
20791
20792 * abbrev.el (write-abbrev-file): Write table entries in
20793 alphabetical order by table name.
20794
20795 2005-04-22 Kim F. Storm <storm@cua.dk>
20796
20797 * ido.el (ido-read-internal): Fix `list' completion.
20798
20799 2005-04-22 Kenichi Handa <handa@m17n.org>
20800
20801 * recentf.el (recentf-save-file-coding-system): New variable.
20802 (recentf-save-list): Encode the file by
20803 recentf-save-file-coding-system and add coding: tag.
20804
20805 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
20806
20807 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
20808
20809 2005-04-21 Lute Kamstra <lute@gnu.org>
20810
20811 * loadhist.el (unload-feature): Don't remove a function from hooks
20812 if it is about to be restored to an autoload . Remove functions
20813 that will become unbound from auto-mode-alist. Simplify the code.
20814
20815 * subr.el (assq-delete-all): New implementation that is linear,
20816 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
20817 (rassq-delete-all): New function.
20818
20819 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20820 Add size-indication-mode.
20821
20822 2005-04-21 Kenichi Handa <handa@m17n.org>
20823
20824 * international/mule-cmds.el: Add autoload for widget-value in
20825 eval-when-compile.
20826
20827 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
20828
20829 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20830 Add tooltip-mode.
20831
20832 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
20833
20834 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
20835
20836 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
20837 (inferior-lisp-filter-regexp, inferior-lisp-program)
20838 (inferior-lisp-load-command, inferior-lisp-prompt)
20839 (inferior-lisp-mode-hook, lisp-source-modes)
20840 (inferior-lisp-load-hook): defvar->defcustom.
20841 (inferior-lisp-program, inferior-lisp-prompt)
20842 (inferior-lisp-load-hook): Doc fixes.
20843 (inferior-lisp-install-letter-bindings): Small change in
20844 introductory comment.
20845
20846 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
20847
20848 * vc.el (vc-annotate-color-map): Change some colors so that text
20849 using them as foreground is readable on both white and black
20850 backgrounds.
20851
20852 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20853
20854 * international/mule-conf.el (translation-table-for-input):
20855 Remove redundant declaration.
20856
20857 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
20858
20859 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
20860
20861 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
20862 (tooltip-toggle-gud-tips): New function.
20863
20864 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20865
20866 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
20867 right angle brackets.
20868
20869 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
20870
20871 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
20872
20873 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20874
20875 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
20876 Remove. Update callers to use expand-file-name instead.
20877
20878 * subr.el (syntax-class): New function.
20879
20880 * simple.el (blink-matching-open): Use it.
20881
20882 * paren.el (show-paren-function): Use it to recognize parens that are
20883 also used in 2-char comment markers.
20884
20885 2005-04-19 Lute Kamstra <lute@gnu.org>
20886
20887 * loadhist.el (unload-feature): Update for new format of
20888 load-history. Simplify the code.
20889
20890 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20891
20892 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
20893 (mac-add-charset-info): New function. Initialize variable
20894 mac-charset-info-alist using it.
20895 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
20896 for translation.
20897 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
20898 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
20899 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
20900 New CCL programs.
20901
20902 2005-04-19 Kim F. Storm <storm@cua.dk>
20903
20904 * simple.el (next-buffer, prev-buffer, next-error)
20905 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
20906 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
20907
20908 * bindings.el (next-buffer, prev-buffer, next-error)
20909 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
20910 (clone-indirect-buffer-other-window): Move bindings from simple.el.
20911 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
20912 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
20913
20914 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
20915
20916 * isearch.el (isearch-edit-string): Make the search-ring available for
20917 minibuffer history commands.
20918 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
20919 the default history commands now work just as well.
20920 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
20921
20922 2005-04-18 Kim F. Storm <storm@cua.dk>
20923
20924 * emulation/cua-base.el (cua--pre-command-handler): Add more
20925 elaborate check for shift modifier on non-window systems.
20926
20927 2005-04-18 Lars Hansen <larsh@math.ku.dk>
20928
20929 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
20930
20931 2005-04-18 Kim F. Storm <storm@cua.dk>
20932
20933 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
20934 and make it optional. Don't test tooltip-gud-echo-area here.
20935 (tooltip-gud-process-output, gdb-tooltip-print):
20936 Pass tooltip-gud-echo-area to tooltip-show.
20937 (tooltip-help-tips): Remove second optional arg to tooltip-show.
20938
20939 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20940
20941 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
20942 `display-graphic-p' may not be bound yet.
20943
20944 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
20945
20946 * startup.el (command-line): No longer enable Xterm Mouse mode by
20947 default in terminals compatible with xterm.
20948
20949 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
20950
20951 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
20952
20953 * tooltip.el (tooltip-gud-echo-area): Rename from
20954 tooltip-use-echo-area.
20955 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
20956 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
20957 area independently of where help tooltips are displayed.
20958
20959 2005-04-17 David Kastrup <dak@gnu.org>
20960
20961 * cus-theme.el (custom-theme-write-variables): Quote variables
20962 where necessary.
20963
20964 2005-04-17 Richard M. Stallman <rms@gnu.org>
20965
20966 * simple.el (yank-excluded-properties): Add follow-link to value.
20967
20968 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
20969
20970 * startup.el (fancy-splash-max-time): Just 30 seconds.
20971 (fancy-splash-delay): Just 7.
20972 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
20973
20974 * loadhist.el (unload-feature): Update for new format of load-history.
20975 Simplify the code.
20976
20977 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
20978 (rmail-font-lock-keywords): Don't fontify the text of a citation.
20979
20980 * mail/sendmail.el (mail-font-lock-keywords):
20981 Don't fontify subject text.
20982 Don't fontify the text of a citation.
20983
20984 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
20985
20986 * comint.el (comint-output-filter): Run comint-output-filter-functions
20987 with point where the user had it.
20988
20989 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
20990
20991 * international/ucs-tables.el (ucs-set-table-for-input):
20992 Disable when using unify-on-decoding.
20993
20994 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
20995
20996 * emulation/cua-base.el (cua-global-mark-face): Add special case
20997 for displays supporting a high number of colors.
20998
20999 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21000
21001 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
21002
21003 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
21004
21005 * filesets.el (filesets-add-buffer): If user supplies a name of a
21006 non-existing fileset, create a new fileset.
21007
21008 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
21009
21010 * textmodes/org.el (org-up-heading-all): Fix bug with
21011 `outline-up-heading-all'.
21012
21013 2005-04-16 Andreas Schwab <schwab@suse.de>
21014
21015 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
21016 /etc/permissions.d/* and /etc/aliases.d/*.
21017
21018 2005-04-16 Kenichi Handa <handa@m17n.org>
21019
21020 * international/code-pages.el (cp-make-coding-system):
21021 Set `translation-table-for-input' property value to the symbol
21022 ucs-mule-to-mule-unicode, not to that value.
21023 (pt154): Escape guillemet by `\'.
21024
21025 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
21026
21027 * loadup.el: Load tooltip if x-show-tip is fboundp.
21028
21029 * startup.el (command-line): Add comment.
21030
21031 * tooltip.el (tooltip-mode): Specify correct standard value for
21032 Custom in init-value.
21033
21034 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
21035
21036 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
21037 possible.
21038
21039 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
21040
21041 * textmodes/org.el (org-agenda-date-prompt): Rename from
21042 `org-agenda-date-today'.
21043 (org-evaluate-time-range): Insert at point instead of directly
21044 after time range.
21045 (org-first-headline-recenter, org-subtree-end-visible-p)
21046 (org-optimize-window-after-visibility-change): New functions
21047 (org-agenda-post-command-hook): Don't allow point at end of line,
21048 to make sure it always hits the text properties.
21049 (org-agenda-next-date-line, org-agenda-previous-date-line):
21050 New commands.
21051 (org-set-regexps-and-options): Category may contain white space.
21052 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21053 Improve marker positions.
21054 (org-agenda-new-marker): Argument POS made optional.
21055 (org-agenda-get-timestamps): Deadlines which are done are listed
21056 in org-done-face now.
21057 (org-agenda-get-todos, org-agenda-get-timestamps)
21058 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21059 Set `undone-face' and `done-face' properties.
21060 (org-last-todo-state-is-todo): New variable.
21061 (org-todo): Set `org-last-todo-state-is-todo'.
21062 (org-agenda-todo): Change face according to
21063 `org-last-todo-state-is-todo'. And change other lines referring to
21064 the same entry.
21065 (org-calendar-goto-agenda): New command.
21066 (org-calendar-to-agenda-key): New option.
21067 (org-startup-folded): New allowed value `content'.
21068 (org-set-regexps-and-options): Accept new value `content' for
21069 `org-startup-folded'.
21070 (org-get-current-options): Handle new value `content' for
21071 `org-startup-folded'.
21072 (org-insert-todo-heading): New command.
21073 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
21074 interactively in empty file and option
21075 `org-insert-mode-line-in-empty-file' has been set.
21076 (org-agenda-todo, org-agenda-priority): Modify to use
21077 `org-agenda-change-all-lines'.
21078 (org-warning-face): Change color on dark background
21079
21080 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21081
21082 * international/mule-cmds.el (set-locale-environment): On Mac OS,
21083 use preferences AppleLocale and AppleLanguages, and variable
21084 mac-system-locale for default locale. On Mac OS Classic, use
21085 mac-system-coding-system for default coding systems.
21086
21087 * term/mac-win.el: Don't set file-name-coding-system.
21088 Decode variables system-name, emacs-build-system, user-login-name, and
21089 user-full-name by mac-system-coding-system on Mac OS Classic.
21090 (mac-system-coding-system): New variable.
21091
21092 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
21093
21094 * startup.el (command-line): Handle `xterm-mouse-mode' before
21095 reading init file.
21096
21097 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
21098
21099 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
21100
21101 * progmodes/sh-script.el (sh-here-document-word): Make it a
21102 defcustom. Doc fix.
21103 (sh-add): Bash uses $(( )) for arithmetic.
21104 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
21105 (sh-maybe-here-document): Remove quotes and leading whitespace
21106 from heredoc word when closing. Indent heredoc with tabs if word
21107 starts with "-".
21108
21109 2005-04-13 Richard M. Stallman <rms@gnu.org>
21110
21111 * simple.el (undo): Fix previous change.
21112
21113 * custom.el (defface): Doc fix.
21114
21115 2005-04-13 Lute Kamstra <lute@gnu.org>
21116
21117 * Makefile.in (DONTCOMPILE): Remove list.
21118 (compile, compile-always): Don't use DONTCOMPILE.
21119 (update-authors): Load the library in which batch-update-authors
21120 is defined.
21121 * makefile.w32-in (DONTCOMPILE): Remove list.
21122 (compile, compile-always): Fix comments.
21123 (update-authors): Load the library in which batch-update-authors
21124 is defined.
21125
21126 * generic-x.el (generic-mode-ini-file-find-file-hook):
21127 Rename to ini-generic-mode-find-file-hook.
21128 Keep generic-mode-ini-file-find-file-hook as an alias.
21129 (ini-generic-mode-find-file-hook): Rename from
21130 generic-mode-ini-file-find-file-hook. Fix docstring.
21131 (ini-generic-mode): Docstring change.
21132 (bat-generic-mode-run-as-comint): Silence the byte compiler.
21133
21134 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
21135 called from lisp.
21136
21137 * generic.el: Move to the emacs-lisp subdir.
21138
21139 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
21140
21141 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
21142 and C-S- function and cursor motion keys.
21143
21144 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
21145
21146 * startup.el (command-line): Enable Xterm Mouse mode by default.
21147 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
21148 for Custom. No longer show "Mouse" in mode line when enabled.
21149 Doc fix.
21150
21151 2005-04-12 Kim F. Storm <storm@cua.dk>
21152
21153 * emulation/cua-base.el (cua-rectangle-face)
21154 (cua-rectangle-noselect-face): Define face attributes here.
21155
21156 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
21157
21158 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21159
21160 * startup.el (command-line): Turn off blinking cursor if
21161 cursorBlink in resources is off or false.
21162
21163 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21164
21165 * term/mac-win.el (dnd): Require dnd.
21166 (mac-drag-n-drop): Call dnd-handle-one-url.
21167 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
21168 (kTextEncodingISOLatin2): Remove constants.
21169 (mac-script-code-coding-systems): New constant.
21170 (mac-handle-language-change): New function.
21171 (special-event-map): Bind it to `language-change' event.
21172 (mac-centraleurroman, mac-cyrillic): New coding systems.
21173 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
21174 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
21175 and mac-cyrillic-encoder to encode-mac-centraleurroman and
21176 encode-mac-cyrillic, respectively.
21177
21178 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21179
21180 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
21181 Don't set overlay-arrow-string to "=>" as this is done
21182 globally in C now.
21183
21184 2005-04-12 Lute Kamstra <lute@gnu.org>
21185
21186 * generic-x.el (rc-generic-mode, rul-generic-mode):
21187 Fix auto-mode-alist entries.
21188 (etc-fstab-generic-mode): Tweak fontification.
21189
21190 * generic.el (generic-make-keywords-list): Fix docstring.
21191 (generic-mode-internal): Simplify generic-font-lock-keywords.
21192
21193 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21194
21195 * whitespace.el (whitespace-buffer-leading)
21196 (whitespace-buffer-trailing): Revert the incorrect test inversion.
21197 However, fix the highlight area for the leading and
21198 trailing whitespaces to show space.
21199
21200 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21201
21202 * whitespace.el (whitespace-version): Bump to 3.5
21203
21204 (whitespace-buffer-leading, whitespace-buffer-trailing):
21205 Invert sense of the test to highlight the whitespace.
21206
21207 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21208
21209 * progmodes/gud.el (gud-display-line): GUD uses its own
21210 overlay arrow now so don't set overlay-arrow-string.
21211 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
21212
21213 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
21214
21215 * term.el (term-ansi-current-bold, term-ansi-current-underline)
21216 (term-ansi-current-reverse, term-ansi-current-invisible)
21217 (term-ansi-face-already-done): Change to boolean.
21218 (term-reset-terminal, term-handle-colors-array): Handle the above
21219 vars accordingly.
21220 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
21221 (term-emulate-terminal): Use the new name.
21222
21223 * faces.el (secondary-selection): Use yellow1, not yellow.
21224 (trailing-whitespace): Use red1, not red.
21225
21226 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21227
21228 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
21229 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
21230 (dired-dnd-handle-file): Call dnd-get-local-file-uri
21231
21232 * cus-edit.el (dnd): New group.
21233
21234 * term/w32-win.el (dnd): Require dnd
21235 (w32-drag-n-drop): Call dnd-handle-one-url.
21236
21237 * x-dnd.el: Require dnd.
21238 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
21239 Call dnd-handle-one-url.
21240 (x-dnd-types-alist, x-dnd-insert-utf8-text)
21241 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
21242 to dnd-insert-text.
21243 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
21244 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
21245 (x-dnd-get-local-file-name, x-dnd-open-local-file)
21246 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
21247
21248 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
21249
21250 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21251
21252 * wdired.el: Doc fixes.
21253 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
21254 (wdired-use-dired-vertical-movement): Rename from
21255 wdired-always-move-to-filename-beginning.
21256 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
21257 (wdired-change-to-wdired-mode): Change mode name.
21258 (wdired-newline): Delete.
21259
21260 2005-04-11 Richard M. Stallman <rms@gnu.org>
21261
21262 * whitespace.el (whitespace-highlight-the-space):
21263 Don't call whitespace-unhighlight-the-space here.
21264
21265 * simple.el (undo): Record t in undo-equiv-table
21266 for the redo record made by an undo-in-region.
21267
21268 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21269
21270 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
21271 (gdb-frame-inferior-io-buffer): New Functions to control
21272 display of separate IO buffer.
21273 (menu): Add them to menu-bar.
21274 (gdb-display-buffer): Check for buffer another frame.
21275 Protect GUD buffer.
21276 (gdb-setup-windows): Create IO buffer if not already there.
21277 (gdb-memory-mode): Remove purecopy noops.
21278
21279 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21280
21281 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
21282 and pass to self-insert-command.
21283
21284 2005-04-11 Lute Kamstra <lute@gnu.org>
21285
21286 * generic.el: Commentary section cleanup.
21287 (generic): Delete.
21288 (generic-use-find-file-hook, generic-lines-to-scan)
21289 (generic-find-file-regexp, generic-ignore-files-regexp)
21290 (default-generic-mode, generic-mode-find-file-hook)
21291 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
21292 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
21293 (generic-use-find-file-hook, generic-lines-to-scan)
21294 (generic-find-file-regexp, generic-ignore-files-regexp)
21295 (default-generic-mode, generic-mode-find-file-hook)
21296 (generic-mode-ini-file-find-file-hook): Move from generic.el.
21297
21298 2005-04-10 Karl Fogel <kfogel@red-bean.com>
21299
21300 * bookmark.el (bookmark-write-file): Catch errors writing file.
21301 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
21302
21303 2005-04-10 Richard M. Stallman <rms@gnu.org>
21304
21305 * startup.el (fancy-splash-tail): Update copyright year.
21306 (command-line): Split part of -Q into -D.
21307 (emacs-basic-display): New defvar.
21308 (fancy-splash-text): Correct name of menu item.
21309
21310 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
21311
21312 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
21313 lines in one node.
21314
21315 * comint.el (comint-send-input): New arg ARTIFICIAL.
21316 Callers in this file changed.
21317
21318 * abbrev.el (define-abbrevs): Read system abbrevs properly.
21319
21320 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
21321
21322 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
21323
21324 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
21325 `ldap-search-internal'.
21326
21327 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21328
21329 * files.el (set-auto-mode-1): Use line-end-position.
21330
21331 * international/latin-1.el:
21332 * international/latin-2.el:
21333 * international/latin-3.el:
21334 * international/latin-4.el:
21335 * international/latin-5.el:
21336 * international/latin-8.el:
21337 * international/latin-9.el: Give punctuation syntax to NBSP.
21338
21339 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
21340 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
21341 Use char-classes to accept non-ascii letters, accepted in some recent
21342 bibtex implementations.
21343
21344 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
21345
21346 * custom.el (custom-set-minor-mode): Any non-nil value for the
21347 variable should enable the mode when set through Custom.
21348
21349 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21350
21351 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
21352 TAB binding so tab-always-indent is obeyed.
21353 (vhdl-minibuffer-local-map): Move initialization into declaration.
21354 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
21355 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
21356 (vhdl-hooked-abbrev): Avoid test for XEmacs.
21357 (vhdl-current-line): Use line-beginning-position.
21358 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
21359 with-output-to-temp-buffer, so the current position can be recorded.
21360
21361 2005-04-10 Masatake YAMATO <jet@gyve.org>
21362
21363 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21364 Add regexp for gcov.
21365
21366 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
21367
21368 * calendar/time-date.el (time-to-seconds, seconds-to-time)
21369 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
21370 syntax which Emacs 20 doesn't support.
21371
21372 2005-04-09 Richard M. Stallman <rms@gnu.org>
21373
21374 * help.el (describe-key-briefly, describe-key):
21375 Replace strings as event types with "(any string)".
21376
21377 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
21378
21379 * arc-mode.el (archive-mode-map): Move initialization into
21380 the declaration. Override *all* bindings of `undo'.
21381 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
21382
21383 2005-04-09 Jay Belanger <belanger@truman.edu>
21384
21385 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
21386
21387 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
21388
21389 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
21390 (xterm-register-default-colors): Update color values computation
21391 to match xterm-200.
21392
21393 2005-04-09 Kenichi Handa <handa@m17n.org>
21394
21395 * international/code-pages.el (iso-latin-7): Fix the map.
21396
21397 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
21398
21399 * emacs-lisp/lisp.el (defun-prompt-regexp)
21400 (parens-require-spaces, buffer-end, end-of-defun)
21401 (insert-parentheses): Doc fixes.
21402
21403 2005-04-08 Kim F. Storm <storm@cua.dk>
21404
21405 * comint.el (comint-highlight-prompt): Fix face spec.
21406 * hi-lock.el (hi-green): Likewise.
21407
21408 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21409
21410 * cus-edit.el (custom-modified-face):
21411 * comint.el (comint-highlight-input): Fix previous changes.
21412 * term.el (term-handle-ansi-escape): Add a comment.
21413
21414 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
21415
21416 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
21417 in the buffer and in whitespace-highlighted-space.
21418 (whitespace-unhighlight-the-space): Simplify.
21419 (whitespace-buffer): Simplify.
21420
21421 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21422
21423 * textmodes/table.el (table-cell-face): Add special case for
21424 displays supporting a high number of colors.
21425 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21426 (vhdl-font-lock-reserved-words-face)
21427 (vhdl-speedbar-architecture-face)
21428 (vhdl-speedbar-instantiation-face)
21429 (vhdl-speedbar-architecture-selected-face)
21430 (vhdl-speedbar-instantiation-selected-face): Likewise.
21431 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
21432 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
21433 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
21434 (ebrowse-root-class-face, ebrowse-member-attribute-face)
21435 (ebrowse-progress-face): Likewise.
21436 * progmodes/compile.el (compilation-info-face): Likewise.
21437 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
21438 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
21439 * calendar/calendar.el (diary-face): Likewise.
21440 * woman.el (woman-italic-face, woman-bold-face)
21441 (woman-unknown-face): Likewise.
21442 * wid-edit.el (widget-button-pressed-face): Likewise.
21443 * whitespace.el (whitespace-highlight-face): Likewise.
21444 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
21445 * pcvs-info.el (cvs-marked-face): Likewise.
21446 * info.el (info-xref): Likewise.
21447 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
21448 * hilit-chg.el (highlight-changes-face)
21449 (highlight-changes-delete-face): Likewise.
21450 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
21451 (hi-red-b): Likewise.
21452 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
21453 * font-lock.el (font-lock-keyword-face)
21454 (font-lock-function-name-face, font-lock-warning-face): Likewise.
21455 * cus-edit.el (custom-invalid-face, custom-modified-face)
21456 (custom-set-face, custom-changed-face, custom-variable-tag-face)
21457 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
21458 * comint.el (comint-highlight-prompt): Likewise.
21459
21460 2005-04-08 Lute Kamstra <lute@gnu.org>
21461
21462 * font-lock.el (font-lock-keywords): Docstring fixes.
21463
21464 2005-04-08 Kenichi Handa <handa@m17n.org>
21465
21466 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
21467 chars are more than a limit, print " and more..." at the tail.
21468
21469 2005-04-08 Kim F. Storm <storm@cua.dk>
21470
21471 * emacs-lisp/authors.el (authors-aliases): Update list.
21472 (authors-ignored-files): New list.
21473 (authors-fixed-entries): Fix typo.
21474 (authors-renamed-files-alist): Update list.
21475 (authors-add): Check authors-ignored-files.
21476
21477 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
21478
21479 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
21480 optional, to ensure backward compatibility.
21481
21482 2005-04-08 Stephen Eglen <stephen@gnu.org>
21483
21484 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
21485
21486 2005-04-08 Kim F. Storm <storm@cua.dk>
21487
21488 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
21489
21490 * mouse.el (mouse-on-link-p): Doc fix.
21491
21492 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
21493
21494 * ielm.el (ielm-prompt-read-only): Doc fix.
21495
21496 * comint.el (comint-prompt-read-only): Doc fix.
21497
21498 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
21499
21500 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
21501 ensure dired always handles wildcards passed to ffap.
21502 (find-file-at-point): Use it.
21503 (ffap-dired-wildcards): Doc fix.
21504
21505 2005-04-07 Juri Linkov <juri@jurta.org>
21506
21507 * simple.el (next-error-overlay-arrow-position): New defvar.
21508 Put "=>" on its property `overlay-arrow-string'. Add it to
21509 `overlay-arrow-variable-list'.
21510
21511 * progmodes/compile.el (compilation-setup):
21512 Set `next-error-overlay-arrow-position' to nil. Also set it to
21513 nil in the local hook `kill-buffer-hook'. Make local variable
21514 `overlay-arrow-string' and set it to "=>".
21515 (compilation-goto-locus): Set BOL position to
21516 `next-error-overlay-arrow-position' instead of
21517 `overlay-arrow-position'.
21518
21519 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
21520 locally instead of adding it to the global hook.
21521 (Info-kill-buffer): Move up.
21522
21523 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
21524
21525 * term/xterm.el (xterm-standard-colors): Update color values from
21526 xterm-200.
21527
21528 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
21529
21530 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
21531
21532 * fast-lock.el:
21533 * lazy-lock.el: Move them to the obsolete subdir.
21534
21535 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21536
21537 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
21538 (wdired-add-replace-advice): Remove.
21539 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
21540
21541 2005-04-06 Kim F. Storm <storm@cua.dk>
21542
21543 * startup.el (command-line): Add --bare-bones alias for -Q.
21544
21545 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21546
21547 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
21548 create the startup fontset if a font specification ends with
21549 `mac-roman'.
21550
21551 2005-04-06 Lute Kamstra <lute@gnu.org>
21552
21553 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
21554 change.
21555
21556 * emacs-lisp/copyright.el (copyright-update-year): Replace the
21557 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
21558
21559 2005-04-05 Lute Kamstra <lute@gnu.org>
21560
21561 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
21562 (define-generic-mode): Ditto. Fix debug declaration.
21563
21564 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
21565 Put them in the generic-x group.
21566
21567 * calendar/timeclock.el (timeclock): Doc fix.
21568
21569 * generic.el (define-generic-mode): Don't use custom-current-group.
21570 Document default :group value.
21571 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
21572 (define-global-minor-mode): Don't use custom-current-group.
21573
21574 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
21575
21576 * startup.el (command-line-1): Display startup-echo-area-message
21577 when fancy splash screen is in use.
21578
21579 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
21580 (sh-escaped-newline): New face.
21581 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
21582 newline, and use sh-escaped-newline face.
21583
21584 * progmodes/tcl.el (tcl-escaped-newline): New face.
21585 (tcl-builtin-list): New variable.
21586 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
21587 newlines. Fix keywords subexpression number.
21588
21589 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
21590
21591 * textmodes/org.el (org-diary-default-entry): Fix call to
21592 `add-to-diary-entry'.
21593
21594 2005-04-05 Kim F. Storm <storm@cua.dk>
21595
21596 * ediff-init.el: Use (featurep 'xemacs).
21597
21598 2005-04-05 David Ponce <david@dponce.com>
21599
21600 * cus-edit.el (face): Derive from symbol widget. Display sample
21601 of the current face on the fly.
21602 (widget-face-sample-face-get, widget-face-notify): New functions.
21603 (widget-face-value-create): Remove.
21604
21605 * wid-edit.el (widget-field-end): Temporarily remove field
21606 narrowing before to call `get-char-property'.
21607
21608 2005-04-04 Jay Belanger <belanger@truman.edu>
21609
21610 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
21611 (math-read-subscripts): New variable.
21612 (math-read-preprocess-string): Process subscripts.
21613
21614 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
21615
21616 * comint.el (comint-prompt-read-only): Doc fix.
21617
21618 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
21619 `-1'. Doc fix.
21620
21621 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
21622
21623 * textmodes/org.el (org-insert-mode-line-in-empty-file):
21624 Change default value to nil.
21625
21626 2005-04-04 Lute Kamstra <lute@gnu.org>
21627
21628 * autorevert.el (auto-revert-mode): Specify :group.
21629 * battery.el (display-battery-mode): Specify :group.
21630 * diff-mode.el (diff-minor-mode): Specify :group.
21631 * font-core.el (font-lock-mode): Specify :group.
21632 * hl-line.el (hl-line-mode): Specify :group.
21633 * iimage.el (iimage): New customization group.
21634 (iimage-mode): Specify :group.
21635 * longlines.el (longlines-mode): Specify :group.
21636 * master.el: Don't require easy-mmode.
21637 (master): New customization group.
21638 (master-mode): Specify :group.
21639 * msb.el (msb-mode): Specify :group.
21640 * reveal.el (reveal-mode): Specify :group.
21641 * simple.el (next-error-follow-minor-mode): Specify :group.
21642 * smerge-mode.el (smerge-mode): Specify :group.
21643 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
21644 * emulation/cua-base.el (cua-mode): Specify :group.
21645 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
21646 * language/thai-util.el (thai-auto-composition-mode)
21647 (thai-word-mode): Specify :group.
21648 * mail/supercite.el (sc-minor-mode): Specify :group.
21649 * progmodes/cwarn.el (cwarn-mode): Specify :group.
21650 * progmodes/flymake.el (flymake-mode): Specify :group.
21651 * progmodes/glasses.el (glasses-mode): Specify :group.
21652 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
21653 * textmodes/enriched.el (enriched-mode): Specify :group.
21654 * textmodes/refill.el (refill-mode): Specify :group.
21655
21656 * add-log.el (change-log-font-lock-keywords): Names in
21657 parenthesized lists can contain spaces.
21658
21659 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
21660
21661 * startup.el (fancy-splash-text): Shorten default text of
21662 "Emacs Tutorial" line. Also, if the current language env
21663 indicates an available tutorial file other than TUTORIAL,
21664 extract its title and append it to the line in parentheses.
21665 (fancy-splash-insert): If arg is a thunk, funcall it.
21666
21667 2005-04-04 Jay Belanger <belanger@truman.edu>
21668
21669 * calc.el (calc-language-alist): Add tags to customization type.
21670
21671 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
21672
21673 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
21674 Doc fix.
21675
21676 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
21677
21678 * add-log.el (change-log-font-lock-keywords): The manual
21679 describing a Change Log entry, says: (...) "Aside from these
21680 header lines, every line in the change log starts with a space or
21681 a tab.". The font-lock was not highlighting lines started with
21682 spaces, added support for it.
21683
21684 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21685
21686 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
21687 (bibtex-generate-url-list): Update docstring accordingly. Put the
21688 complex example in the docstring.
21689 (bibtex-font-lock-url): Use pop.
21690
21691 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
21692
21693 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
21694
21695 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
21696
21697 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21698
21699 * filesets.el (filesets-set-default): Doc fix.
21700
21701 2005-04-03 Lute Kamstra <lute@gnu.org>
21702
21703 * generic.el (define-generic-mode): Add argument to specify
21704 keywords for defcustom.
21705 (default-generic-mode): Specify :group.
21706
21707 * generic-x.el: Specify :group for all generic modes.
21708
21709 * desktop.el (desktop-no-desktop-file-hook)
21710 (desktop-after-read-hook): Doc fix.
21711
21712 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
21713
21714 * simple.el (visible-mode): Use explicit :group keyword.
21715 This changes the group of `visible-mode-hook' from paren-blinking
21716 to editing-basics.
21717
21718 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
21719
21720 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
21721 mailbox specifications as well as URLs.
21722 (rmail-insert-inbox-text): Remove unused conditional branches.
21723
21724 2005-04-01 Jay Belanger <belanger@truman.edu>
21725
21726 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
21727 (calc-gnuplot-print-command): Move definitions to calc.el.
21728
21729 * calc/calc-embed.el (calc-embedded-announce-formula)
21730 (calc-embedded-open-formula, calc-embedded-close-formula)
21731 (calc-embedded-open-word, calc-embedded-close-word)
21732 (calc-embedded-open-plain, calc-embedded-close-plain)
21733 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
21734 (calc-embedded-open-mode, calc-embedded-close-mode):
21735 Move definitions to calc.el.
21736
21737 * calc/calc.el (calc-settings-file, calc-language-alist):
21738 Make customizable.
21739 (calc-embedded-announce-formula, calc-embedded-open-formula)
21740 (calc-embedded-close-formula, calc-embedded-open-word)
21741 (calc-embedded-close-word, calc-embedded-open-plain)
21742 (calc-embedded-close-plain, calc-embedded-open-new-formula)
21743 (calc-embedded-close-new-formula, calc-embedded-open-mode)
21744 (calc-embedded-close-mode, calc-gnuplot-name)
21745 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
21746 from other files and make customizable.
21747
21748 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
21749
21750 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
21751 Use buffer-live-p.
21752 (cvs-mode-run): Don't call cvs-update-header here.
21753 (cvs-run-process): Call cvs-update-header.
21754 Use process properties for cvs-postprocess and cvs-buffer so that
21755 the sentinel can behave better if the temp buffer is killed.
21756 Use a pipe rather than a tty, to better handle unexpected prompts.
21757 (cvs-sentinel): Rewrite. Call cvs-update-header.
21758
21759 2005-04-01 Andre Spiegel <spiegel@gnu.org>
21760
21761 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
21762 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
21763
21764 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
21765
21766 * generic.el (define-generic-mode): Add indentation rule.
21767
21768 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
21769
21770 * files.el (mode-require-final-newline): Make Custom correctly
21771 report a nil value and allow to set it to nil via Custom.
21772 Doc fix.
21773
21774 2005-04-01 Kenichi Handa <handa@m17n.org>
21775
21776 * international/characters.el: Enable the correct case setting for
21777 dotless-i and dotted-I.
21778
21779 2005-04-01 Kim F. Storm <storm@cua.dk>
21780
21781 * ido.el (ido-file-internal): Fall back to non-ido command if
21782 initial directory is on slow ftp (or tramp) host.
21783
21784 2005-03-31 Richard M. Stallman <rms@gnu.org>
21785
21786 * emacs-lisp/autoload.el (make-autoload):
21787 Handle define-global-minor-mode.
21788
21789 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21790 Rename from easy-mmode-define-global-mode.
21791 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
21792
21793 * progmodes/scheme.el (scheme-mode-syntax-table):
21794 Update syntax of | and # for two-character comment syntax.
21795
21796 2005-03-31 Lute Kamstra <lute@gnu.org>
21797
21798 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
21799 (define-minor-mode): Call custom-current-group at load-time.
21800
21801 * generic.el (define-generic-mode): Add debug declaration.
21802 Add defcustom for the mode hook.
21803 (generic-mode-internal): Use run-mode-hooks.
21804
21805 2005-03-31 Kim F. Storm <storm@cua.dk>
21806
21807 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
21808 (mouse-fixup-help-message): New defun called by show_help_echo
21809 to fixup mouse-2 prefix in help messages when applicable.
21810
21811 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
21812
21813 2005-03-31 Kenichi Handa <handa@m17n.org>
21814
21815 * language/thai-word.el (thai-find-word-ends): Pay attention to
21816 the case that we reach the end of buffer.
21817
21818 * textmodes/fill.el (fill-text-properties-at): New function.
21819 (fill-newline): Use fill-text-properties-at instead of
21820 text-properties-at.
21821
21822 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
21823
21824 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
21825 not comint-quote-filename.
21826
21827 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
21828
21829 * help-fns.el (help-with-tutorial): Revert last change.
21830
21831 2005-03-31 Kim F. Storm <storm@cua.dk>
21832
21833 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
21834
21835 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
21836
21837 * calendar/cal-china.el: Update reference to "Calendrical
21838 Calculations" book; there's a new edition.
21839 * calendar/cal-coptic.el: Likewise.
21840 * calendar/cal-french.el: Likewise.
21841 * calendar/cal-hebrew.el: Likewise.
21842 * calendar/cal-islam.el: Likewise.
21843 * calendar/cal-iso.el: Likewise.
21844 * calendar/cal-julian.el: Likewise.
21845 * calendar/cal-mayan.el: Likewise.
21846 * calendar/cal-persia.el: Likewise.
21847 * calendar/calendar.el: Likewise.
21848 * calendar/holidays.el: Likewise.
21849 * calendar/lunar.el: Likewise.
21850 * calendar/solar.el: Likewise.
21851
21852 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
21853 white space from doc string.
21854
21855 2005-03-30 Jay Belanger <belanger@truman.edu>
21856
21857 * calc/calc-help.el (calc-full-help): Remove email address.
21858
21859 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
21860
21861 * help-fns.el (help-with-tutorial): Delete title line.
21862
21863 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
21864
21865 * calendar/cal-x.el (calendar-one-frame-setup)
21866 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
21867 rather than `symbol' for set-window-dedicated-p.
21868
21869 * calendar/appt.el (appt-buffer-name): Make it a constant.
21870 (appt-add): Doc fix.
21871
21872 * filesets.el (filesets-menu-path, filesets-menu-before)
21873 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
21874 (filesets-menu-cache-file): Use directory ~/.emacs.d.
21875 (filesets-add-submenu): Delete and use add-submenu instead.
21876
21877 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
21878
21879 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
21880 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
21881 (org-diary-default-entry): New function.
21882 (org-get-entries-from-diary): Better parsing of diary entries.
21883 (org-agenda-check-no-diary): New function.
21884 ("diary-lib"): Advice to function `add-to-diary-list', to allow
21885 linking to diary entries.
21886 (org-agenda-execute-calendar-command): New function.
21887 (org-agenda): Improve visible section in window.
21888 Use `org-fit-agenda-window'.
21889 (org-fit-agenda-window): New option.
21890 (org-move-subtree-down): Better handling of empty lines
21891 at end of subtree.
21892 (org-cycle): Numeric prefix is interpreted now as show-subtree N
21893 levels up.
21894 (org-fontify-done-headline): New option.
21895 (org-headline-done-face): New face.
21896 (org-set-font-lock-defaults): Use `org-headline-done-face'.
21897 (org-table-copy-down): Rename from `org-table-copy-from-above'.
21898 When current field is non-empty, it is copied to next row.
21899 (org-table-copy-from-above): Fix bug which made it
21900 impossible to copy fields containing only a single non-white character.
21901
21902 2005-03-30 Kim F. Storm <storm@cua.dk>
21903
21904 * kmacro.el (kmacro-end-macro): Isearch may store this command
21905 into the macro -- so ignore it when executing keyboard macro.
21906
21907 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
21908
21909 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
21910
21911 2005-03-29 Kenichi Handa <handa@m17n.org>
21912
21913 * language/thai.el ("Thai"): Set setup-function and exit-function
21914 for Thai language environment.
21915
21916 * language/thai-util.el: Require thai-word.
21917 (thai-word-mode-map): New variable.
21918 (thai-word-mode): New minor mode.
21919 (setup-thai-language-environment-internal): New function.
21920 (exit-thai-language-environment-internal): New function.
21921
21922 * language/thai-word.el (thai-word-table): Declare it by defvar,
21923 use dolist to initialize it.
21924 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
21925 (thai-fill-find-break-point): New functions.
21926
21927 2005-03-29 Richard M. Stallman <rms@gnu.org>
21928
21929 * simple.el (idle-update-delay): Move definition up.
21930 (set-mark): Doc fix.
21931
21932 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
21933
21934 * longlines.el: New file.
21935
21936 * simple.el (buffer-substring-filters): New variable.
21937 (filter-buffer-substring): New function.
21938 (kill-region, copy-region-as-kill): Use it.
21939
21940 * register.el (copy-to-register, append-to-register)
21941 (prepend-to-register): Use filter-buffer-substring.
21942
21943 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
21944
21945 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
21946 (gud-filter-pending-text): Move in front of gdb.
21947 (gud-overlay-arrow-position): New variable.
21948 (gud-sentinel, gud-display-line): Use it in place of
21949 overlay-arrow-position.
21950
21951 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
21952
21953 * progmodes/fortran.el (fortran-if-indent): Doc fix.
21954 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
21955 (fortran-font-lock-keywords-4): New variable.
21956 (fortran-blocks-re, fortran-end-block-re)
21957 (fortran-start-block-re): New constants, for hideshow.
21958 (hs-special-modes-alist): Add a Fortran entry.
21959 (fortran-mode-map): Bind fortran-end-of-block,
21960 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
21961 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
21962 (fortran-looking-at-if-then, fortran-end-of-block)
21963 (fortran-beginning-of-block): New functions, for hideshow.
21964
21965 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
21966 Doc fix. Tweak regexp.
21967 (f90-beginning-of-block): Push mark first.
21968
21969 2005-03-29 Jay Belanger <belanger@truman.edu>
21970
21971 * calc/calc.el: Update copyright date.
21972 (calc-version): Increase to 2.1.
21973 (calc-version-date): Remove.
21974
21975 * calc/calc-help.el: Update copyright date.
21976 (calc-full-help): Remove reference to calc-version-date.
21977 Update copyright date.
21978
21979 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
21980
21981 * vc.el (vc-do-command): Use a pipe for async processes, so password
21982 prompts don't show up at places where the user can't reply.
21983
21984 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
21985
21986 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
21987 on the file name we pass to the inferior shell.
21988
21989 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21990
21991 * progmodes/which-func.el (which-function): Be robust in the face of an
21992 imenu--make-index-alist failure.
21993
21994 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
21995
21996 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
21997
21998 * progmodes/python.el (python-preoutput-filter): Fix last change.
21999
22000 2005-03-29 Lute Kamstra <lute@gnu.org>
22001
22002 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
22003 functions and compiled macros.
22004 (debug-convert-byte-code): Handle macros too.
22005 (debug-on-entry-1): Don't signal an error when trying to clear a
22006 function that is not set to debug on entry.
22007
22008 2005-03-29 Jay Belanger <belanger@truman.edu>
22009
22010 * calc/calc-lang.el: Add functions to math-function-table
22011 properties of tex and math.
22012
22013 2005-03-29 Kenichi Handa <handa@m17n.org>
22014
22015 * ps-mule.el (ps-mule-plot-string): Translate characters by
22016 ps-print-translation-table.
22017 (ps-mule-begin-job): Call find-charset-region/string with
22018 ps-print-translation-table.
22019 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
22020
22021 * ps-print.el (ps-print-translation-table): New variable.
22022 (ps-plot-region): Translate characters by ps-print-translation-table.
22023
22024 2005-03-29 Juri Linkov <juri@jurta.org>
22025
22026 * simple.el (next-error-highlight-timer): New variable.
22027
22028 * progmodes/compile.el (compilation-goto-locus):
22029 Use `next-error-highlight-timer' instead of `sit-for'.
22030
22031 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22032
22033 * mail/supercite.el (sc-mail-field): Use assoc-string.
22034 (sc-get-address): Simplify regexps.
22035
22036 * files.el (minibuffer-with-setup-hook): New macro.
22037 (find-file-read-args): Use it to avoid let-binding
22038 minibuffer-with-setup-hook (which breaks turning on/off
22039 file-name-shadow-mode while in the prompt).
22040
22041 * complete.el (PC-read-include-file-name-internal):
22042 Use test-completion.
22043
22044 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
22045
22046 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
22047
22048 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22049
22050 * window.el (window-buffer-height): Use count-screen-lines.
22051
22052 * progmodes/python.el (python-preoutput-leftover): New var.
22053 (python-preoutput-filter): Use it.
22054 (python-send-receive): Loop until all the result has been received.
22055
22056 2005-03-28 Juri Linkov <juri@jurta.org>
22057
22058 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
22059
22060 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
22061 "Recover Crashed Session".
22062 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
22063 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
22064 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
22065 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
22066 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
22067 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
22068 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
22069 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
22070
22071 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
22072 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
22073 Ediff Sessions", "Toggle use of separate control buffer frame",
22074 "Use separate frame for Ediff control buffer".
22075
22076 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
22077 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
22078 "Rename Bookmark", "Delete Bookmark".
22079
22080 * info.el (Info-mode-menu): Remove ellipsis from "Index".
22081 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
22082 Add `:active Info-index-alternatives' to "Next Matching Item".
22083
22084 * wdired.el (wdired-change-to-wdired-mode):
22085 Mention `wdired-abort-changes' key in the initial message.
22086
22087 * international/mule.el (auto-coding-alist): Associate non-ascii
22088 image filename extensions with `no-conversion'.
22089
22090 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
22091
22092 * international/iso-acc.el:
22093 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
22094
22095 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
22096
22097 * textmodes/sgml-mode.el (html-mode): Doc update.
22098
22099 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
22100
22101 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
22102
22103 * term.el (term-move-columns): Fix face after extending a line.
22104 (term-insert-spaces): Likewise.
22105 (term-reset-terminal): Fix off by one error.
22106
22107 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22108
22109 * international/mule.el (auto-coding-alist): Add .xpi files.
22110
22111 * files.el (auto-mode-alist): Add .xpi files.
22112
22113 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
22114
22115 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
22116
22117 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22118
22119 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
22120
22121 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22122
22123 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
22124 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
22125
22126 * calendar/cal-move.el (calendar-beginning-of-year): Move the
22127 cursor to Jan 1 when needed.
22128 (calendar-end-of-year): Fix -/+ typo.
22129 Reported by Chong Yidong <cyd@stupidchicken.com>.
22130
22131 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
22132
22133 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
22134
22135 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
22136 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
22137
22138 2005-03-25 Richard M. Stallman <rms@gnu.org>
22139
22140 * filesets.el (filesets-init): Add autoload.
22141
22142 * mail/mailalias.el (mail-directory): Doc fix.
22143
22144 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22145
22146 * mail/mailalias.el (mail-directory-process): Do nothing if
22147 mail-directory-process is an atom.
22148 (mail-get-names): Ignore mail-directory-names if it is an atom.
22149 (mail-directory-process defvar): Doc fix.
22150 (mail-names): Doc fix.
22151
22152 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
22153
22154 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
22155
22156 2005-03-26 Kenichi Handa <handa@m17n.org>
22157
22158 * international/mule-util.el (detect-coding-with-priority):
22159 Call update-coding-systems-internal before detect-coding-region.
22160
22161 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
22162
22163 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
22164 (gdb-frames-mode-map): Add follow-link property.
22165
22166 2005-03-25 Jay Belanger <belanger@truman.edu>
22167
22168 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
22169 for variables.
22170
22171 2005-03-25 Juri Linkov <juri@jurta.org>
22172
22173 * image-mode.el: Optimize image filename extension regexps in
22174 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
22175 in `auto-mode-alist'.
22176 (image-mode): Add `image-toggle-display-text' to local hook
22177 `change-major-mode-hook'. Display the image as an image by
22178 default. Set `cursor-type' and `truncate-lines' if the image
22179 is already displayed. Take into account the current mode (image
22180 or text) in message.
22181 (image-minor-mode): New minor mode.
22182 (image-mode-maybe, image-toggle-display-text): New functions.
22183 (image-toggle-display): Use called-interactively-p.
22184 Let-bind `inhibit-read-only' to t.
22185
22186 * image-mode.el (image-minor-mode): Set `cursor-type' and
22187 `truncate-lines' if the image is already displayed. Add turning
22188 image-minor-mode off to `change-major-mode-hook'. Add message.
22189 Call `image-toggle-display-text' after turning image-minor-mode off.
22190
22191 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
22192
22193 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
22194 Terminal.app, use utf-8.
22195 (set-display-table-and-terminal-coding-system): Add coding-system arg.
22196 (set-locale-environment): Use it.
22197
22198 * term/xterm.el: Undo last change, better done in mule-cmds.el.
22199
22200 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
22201
22202 * progmodes/python.el (python-close-block-statement-p)
22203 (python-outdent-p, python-current-defun): Use symbol-end.
22204
22205 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22206
22207 * files.el (save-some-buffers): Doc fix.
22208
22209 2005-03-25 Werner Lemberg <wl@gnu.org>
22210
22211 * complete.el, thumbs.el: Replace `legal' with `valid'.
22212 * calendar/calendar.el: Replace `legal' with `valid'.
22213 * emacs-lisp/advice.el: Replace `legal' with `valid'.
22214 * mail/supercite.el: Replace `legal' with `valid'.
22215 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
22216 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
22217 Replace `legal' with `valid'.
22218 * textmodes/reftex-vars.el, textmodes/reftex.el:
22219 Replace `legal' with `valid'.
22220
22221 2005-03-25 Werner Lemberg <wl@gnu.org>
22222
22223 * calc/calc-forms.el, calc/calc-sel.el
22224 * midnight.el, vc-cvs.el
22225 * emacs-lisp/cl-macs.el
22226 * emulation/vip.el
22227 * eshell/esh-io.el, eshell/esh-var.el
22228 * mail/supercite.el
22229 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
22230 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
22231 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
22232 * progmodes/sh-script.el, progmodes/xscheme.el
22233 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
22234 * textmodes/reftex-index.el, textmodes/reftex-parse.el
22235 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
22236 * textmodes/reftex.el, textmodes/org.el:
22237 Replace `illegal' with `invalid'.
22238
22239 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22240
22241 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
22242 (flymake-find-buildfile, flymake-find-possible-master-files)
22243 (flymake-check-include, flymake-parse-line): Replace loops over the
22244 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
22245
22246 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
22247 Substitute file-name-as-directory in the rest of the file.
22248 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
22249 (flymake-replace-region): Remove unused arg `buffer'.
22250 (flymake-check-patch-master-file-buffer): Update calls to it.
22251 (flymake-add-err-info): Remove unused var `count'.
22252 (flymake-mode): Use define-minor-mode.
22253
22254 * progmodes/flymake.el: Use with-current-buffer.
22255 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
22256 flymake-replace-regexp-in-string, flymake-line-beginning-position)
22257 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
22258 Avoid testing for `xemacs'.
22259 (flymake-nop): Move.
22260 (flymake-region-has-flymake-overlays): Return the computed value.
22261 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
22262 Remove unused var `endline'.
22263 (flymake-get-line-count): Remove unused function.
22264 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
22265
22266 * emulation/vi.el:
22267 * generic.el:
22268 * hilit-chg.el (global-highlight-changes):
22269 * hi-lock.el (hi-lock-mode):
22270 * follow.el: find-file-hooks -> find-file-hook.
22271
22272 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
22273
22274 2005-03-24 Juri Linkov <juri@jurta.org>
22275
22276 * dired.el (dired-mode-map): Add menu item "Compare directories"
22277 for dired-compare-directories.
22278
22279 * dired-aux.el (dired-compare-directories): Add autoload cookie.
22280 Doc fix. Replace `read-file-name' with `read-directory-name'.
22281
22282 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22283
22284 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
22285
22286 2005-03-24 Jay Belanger <belanger@truman.edu>
22287
22288 * calc/calc-embed.el (calc-embedded-mode-change): Save all
22289 relevant mode settings in calc-embedded-original-modes when modes
22290 are permanently changed.
22291
22292 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22293
22294 * autoinsert.el: find-file-hooks -> find-file-hook.
22295
22296 2005-03-24 Lute Kamstra <lute@gnu.org>
22297
22298 * generic.el (generic-font-lock-defaults): Make it obsolete.
22299 (generic-font-lock-keywords): New variable to replace
22300 generic-font-lock-defaults.
22301 (generic-mode-set-font-lock): Delete it.
22302 (generic-mode-internal): Don't call generic-mode-set-font-lock.
22303 (generic-bracket-support): Add docstring.
22304
22305 * generic-x.el: Rename generic-font-lock-defaults to
22306 generic-font-lock-keywords throughout.
22307 (mailagent-rules-setup-function): Delete it.
22308 (mailagent-rules-generic-mode): Use anonymous function instead.
22309 (show-tabs-generic-mode-font-lock-defaults-1)
22310 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
22311 Quote faces.
22312 (show-tabs-tab-face, show-tabs-space-face): Specify background,
22313 not foreground.
22314
22315 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
22316 Recognize define-generic-mode.
22317
22318 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
22319
22320 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
22321 if there's no completion table.
22322
22323 2005-03-23 Miles Bader <miles@gnu.org>
22324
22325 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22326 Remove tty-specific variants, as they're no longer needed.
22327
22328 2005-03-23 Lute Kamstra <lute@gnu.org>
22329
22330 * generic-x.el: Code cleanup: make args constant whenever possible.
22331 (installshield-statement-keyword-list)
22332 (installshield-system-functions-list)
22333 (installshield-system-variables-list, installshield-types-list)
22334 (installshield-funarg-constants-list): Make them constants.
22335
22336 * generic.el (generic-make-keywords-list): Add autoload cookie.
22337
22338 * calendar/time-date.el: Add comment on time value formats.
22339 Don't require parse-time.
22340 (with-decoded-time-value): New macro.
22341 (encode-time-value): New function.
22342 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22343 (days-to-time): Return a valid time value when arg is huge.
22344 (time-since): Use time-subtract.
22345 (time-to-number-of-days): Use time-to-seconds.
22346
22347 2005-03-23 David Ponce <david@dponce.com>
22348
22349 * recentf.el (recentf-keep): New option.
22350 (recentf-menu-action): Default to `find-file'.
22351 (recentf-keep-non-readable-files-flag)
22352 (recentf-keep-non-readable-files-p)
22353 (recentf-file-readable-p, recentf-find-file)
22354 (recentf-cleanup-remote): Remove.
22355 (recentf-include-p): More robust.
22356 (recentf-keep-p): New function.
22357 (recentf-remove-if-non-kept): Rename from
22358 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
22359 All callers updated.
22360 (recentf-menu-items-for-commands): Fix help string.
22361 (recentf-track-closed-file): Update. Doc fix.
22362 (recentf-cleanup): Update. Count removed files. Doc fix.
22363
22364 2005-03-23 Kim F. Storm <storm@cua.dk>
22365
22366 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22367 Don't inherit from fringe face (now happens automatically).
22368
22369 2005-03-22 Kim F. Storm <storm@cua.dk>
22370
22371 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
22372 position values.
22373
22374 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
22375
22376 * menu-bar.el (showhide-date-time): Remove.
22377 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
22378 (menu-bar-make-mm-toggle): Simplify.
22379
22380 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22381
22382 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
22383 Accept qualified variable and function names.
22384
22385 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
22386
22387 * bindings.el (completion-ignored-extensions):
22388 Remove ".lis" for `vax-vms'.
22389
22390 2005-03-22 Andreas Schwab <schwab@suse.de>
22391
22392 * generic-x.el: Revert last change.
22393 * ldefs-boot.el: Update.
22394
22395 2005-03-22 Jay Belanger <belanger@truman.edu>
22396
22397 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
22398 (calc-embedded-save-original-modes)
22399 (calc-embedded-restore-original-modes): New functions.
22400 (calc-do-embedded): Save original modes when entering embedded mode
22401 and restore when leaving embedded mode.
22402 (calc-embedded-modes-change): Change the value of
22403 calc-embedded-original-modes to reflect permanent changes.
22404
22405 2005-03-22 Lute Kamstra <lute@gnu.org>
22406
22407 * generic-x.el: Require generic again.
22408
22409 2005-03-22 Miles Bader <miles@gnu.org>
22410
22411 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22412 Tweak details to look good on both ttys and bitmap displays, light
22413 or dark background, etc.
22414
22415 2005-03-21 Kim F. Storm <storm@cua.dk>
22416
22417 * tooltip.el (tooltip-show-help-function): Check car and cdr of
22418 mouse position.
22419
22420 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
22421
22422 * icomplete.el: Don't forcibly turn on the mode upon load.
22423 (icomplete-mode): Use define-minor-mode.
22424 (icomplete-eoinput): Default to nil.
22425 (icomplete-minibuffer-setup): Remove autoload.
22426 (icomplete-tidy): Simplify.
22427 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
22428 in the initial state or if the user has modified the field.
22429 Fix handling of icomplete-max-delay-chars.
22430 Remove code that handles the oddball case where
22431 minibuffer-completion-table is an integer.
22432 Wrap icomplete-completions in while-no-input in case building
22433 completions takes more time than expected.
22434 (icomplete-completions): Simplify.
22435
22436 2005-03-21 Richard M. Stallman <rms@gnu.org>
22437
22438 * jka-compr.el (jka-compr-really-do-compress):
22439 Make variable buffer-local.
22440
22441 * image-mode.el: Handle .xpm files too.
22442 (image-toggle-display): Preserve modification flag.
22443
22444 * help.el (where-is): Don't mention aliases with no key bindings.
22445
22446 2005-03-21 Lute Kamstra <lute@gnu.org>
22447
22448 * generic.el: Fix commentary section. Don't require cl for
22449 compilation.
22450 (generic-mode-list): Add autoload cookie.
22451 (generic-use-find-file-hook, generic-lines-to-scan)
22452 (generic-find-file-regexp, generic-ignore-files-regexp)
22453 (generic-mode, generic-mode-find-file-hook)
22454 (generic-mode-ini-file-find-file-hook): Fix docstrings.
22455 (define-generic-mode): Make it a defmacro. Fix docstring.
22456 (generic-mode-internal): Code cleanup. Add autoload cookie.
22457 (generic-mode-set-comments): Code cleanup.
22458 * generic-x.el: Don't prevent compilation. Don't require generic.
22459 Follow coding conventions. Minor code cleanup.
22460 (etc-fstab-generic-mode): Add some keywords.
22461 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
22462 define-generic-mode like a function declaration.
22463
22464 2005-03-21 Jay Belanger <belanger@truman.edu>
22465
22466 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
22467 changing modes.
22468
22469 2005-03-21 Sam Steingold <sds@gnu.org>
22470
22471 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
22472
22473 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
22474
22475 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
22476 Add underscore to "f$ lexicals" regexp.
22477
22478 2005-03-20 Juri Linkov <juri@jurta.org>
22479
22480 * subr.el (progress-reporter-do-update): When `min-value' is equal
22481 to `max-value', set `percentage' to 0 and prevent division by zero.
22482
22483 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
22484
22485 Sync with Tramp 2.0.48.
22486
22487 * net/tramp.el (all): Change all addresses to .gnu.org.
22488 (tramp-append-tramp-buffers): New defun.
22489 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
22490 Catch `dont-send' signal.
22491 (tramp-set-auto-save-file-modes): Set always permissions, because
22492 there might be an old auto-saved file belonging to another
22493 original file. This could be a security threat. Reported by
22494 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
22495 Check for Emacs 21.3.50 removed.
22496
22497 * net/tramp-smb.el (all): Remove debug construct for
22498 `with-parsed-tramp-file-name'.
22499 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
22500 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
22501 No error message if DIRECTORY or FILENAME doesn't exist.
22502 (tramp-smb-open-connection): Check existence of
22503 `tramp-smb-program'.
22504
22505 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
22506
22507 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
22508 Properly handle the case where the `m' or `s' command's argument is not
22509 yet terminated.
22510 (perl-indent-new-calculate): New function.
22511 (perl-indent-line): Use it.
22512
22513 2005-03-20 Miles Bader <miles@gnu.org>
22514
22515 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
22516 in text-mode too. Change to new face names.
22517 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
22518 Add `:weight bold' attribute.
22519 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
22520
22521 2005-03-19 Juri Linkov <juri@jurta.org>
22522
22523 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
22524
22525 * international/mule.el (auto-coding-alist): Sync with
22526 `auto-mode-alist' by adding upper case archive file extensions
22527 and adding ear/war to jar extension.
22528
22529 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
22530
22531 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
22532 running, restart it.
22533
22534 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
22535
22536 * finder.el (finder-current-item): Throw an error on an empty line.
22537
22538 * man.el (Man-follow-manual-reference): If current-word returns
22539 nil, use "".
22540
22541 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
22542
22543 * simple.el (goto-line): Doc fix.
22544
22545 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
22546
22547 * files.el (save-buffer): Doc fix.
22548
22549 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
22550
22551 * recentf.el (recentf-cleanup-remote): New variable.
22552 (recentf-cleanup): Use it to conditionally check availability of
22553 remote files.
22554
22555 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
22556
22557 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
22558 function names.
22559
22560 2005-03-19 Eli Zaretskii <eliz@gnu.org>
22561
22562 * language/thai-word.el: New file.
22563
22564 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22565
22566 * files.el (backup-buffer): If the file's directory is not
22567 writable, use copy instead of move to backup the file.
22568
22569 2005-03-19 Eli Zaretskii <eliz@gnu.org>
22570
22571 * obsolete/keyswap.el: Moved to obsolete/ from term/.
22572
22573 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22574
22575 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
22576 Use functionp instead of symbolp and fboundp. Reported by Drkm
22577 <darkman_spam@yahoo.fr>.
22578 (ps-print-version): New version 6.6.6.
22579
22580 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
22581
22582 * textmodes/table.el (table--line-column-position): New idiom.
22583 (table--row-column-insertion-point-p): New function to test
22584 validity of row and column insertion operation at a location.
22585 (table-global-menu, table-cell-menu): Use above functions for
22586 deterministic test operation.
22587 (table--editable-cell-p): Behave in deterministic fashion.
22588
22589 2005-03-18 Juri Linkov <juri@jurta.org>
22590
22591 * isearch.el (isearch-lazy-highlight-new-loop):
22592 Make arguments beg and end optional.
22593 (isearch-update): Remove optional arguments nil from
22594 isearch-lazy-highlight-new-loop.
22595 (isearch-lazy-highlight-search): Let-bind case-fold-search to
22596 isearch-lazy-highlight-case-fold-search instead of
22597 isearch-case-fold-search, and let-bind isearch-regexp to
22598 isearch-lazy-highlight-regexp.
22599 Use isearch-lazy-highlight-last-string instead of isearch-string.
22600
22601 * replace.el (perform-replace): Remove bindings of global
22602 variables isearch-string, isearch-regexp, isearch-case-fold-search.
22603 Add three new arguments to `replace-highlight'.
22604 (replace-highlight): Add arguments string, regexp, case-fold.
22605 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
22606 to allow isearch-lazy-highlight-new-loop to use these values
22607 to set corresponding isearch-lazy-highlight-* internal
22608 variables whose values lazy highlighting will use regardless of
22609 changes to global variables isearch-string, isearch-regexp,
22610 isearch-case-fold-search during lazy highlighting loop.
22611 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
22612 to `lazy-highlight-cleanup'.
22613
22614 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
22615 (ispell-highlight-face): Set default face to `isearch' when
22616 lazy highlighting is enabled.
22617 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
22618 priority to 1. Add lazy highlighting.
22619 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
22620 from `isearch-dehighlight'.
22621
22622 2005-03-18 David Ponce <david@dponce.com>
22623
22624 * files.el (hack-local-variables): Do a case-insensitive search
22625 for End.
22626
22627 2005-03-18 Juri Linkov <juri@jurta.org>
22628
22629 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
22630 `isearch-lazy-highlight-cleanup', add alias to old name and
22631 declare obsolete. Add release numbers to other obsolete vars.
22632 (isearch-done, isearch-lazy-highlight-new-loop):
22633 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
22634 (lazy-highlight-cleanup) <variable>: Doc fix.
22635 (isearch-lazy-highlight-update): Rename obsolete
22636 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
22637
22638 2005-03-18 Kenichi Handa <handa@m17n.org>
22639
22640 * language/thai-util.el: Fix categorization of Thai characters in
22641 thai-category-table.
22642 (thai-composition-pattern): Adjust it for the above change.
22643 (thai-self-insert-command, thai-compose-syllable): New functions.
22644 (thai-compose-region): Use thai-compose-syllable.
22645 (thai-compose-string): Likewise.
22646 (thai-composition-function): Likewise.
22647 (thai-auto-composition): New function.
22648 (thai-auto-composition-mode): New minor mode.
22649
22650 * language/thai.el: Fix patterns to be registered in
22651 composition-function-table.
22652
22653 * international/quail.el (quail-input-method): Locally bind
22654 inhibit-modification-hooks to t.
22655
22656 2005-03-17 Richard M. Stallman <rms@gnu.org>
22657
22658 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
22659 (perl-mode): Use run-mode-hooks.
22660
22661 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
22662 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
22663 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
22664
22665 * mail/sendmail.el (sendmail-send-it): Reenable the code
22666 to compute resend-to-address and use it.
22667
22668 * tar-mode.el (tar-mode): Turn off undo unconditionally.
22669
22670 * image-mode.el: New file.
22671
22672 * image.el (insert-sliced-image): Add autoload cookie.
22673
22674 * font-lock.el (font-lock-lines-before): New user option.
22675 (font-lock-after-change-function): Obey it.
22676
22677 * bindings.el (esc-map): Make M-g a prefix.
22678 Bind M-g g and M-g M-g to goto-line.
22679
22680 * faces.el (face-id): Doc fix.
22681
22682 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22683
22684 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
22685 (rmail-show-message): Use rmail-unknown-mail-followup-to.
22686 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
22687
22688 * mail/sendmail.el (mail-yank-ignored-headers)
22689 (mail-font-lock-keywords, mail-mode-fill-paragraph):
22690 Add Mail-Followup-To and Mail-Reply-To headers.
22691 (mail-citation-hook): Add autoload cookie.
22692 (mail-mode): Doc fix.
22693 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
22694 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
22695 (mail-mode-fill-paragraph): Handle those headers.
22696 (mail-mailing-lists): New variable.
22697 (mail-mail-reply-to, mail-mail-followup-to): New functions.
22698
22699 2005-03-17 Juri Linkov <juri@jurta.org>
22700
22701 * isearch.el (isearch-fallback): Check for `(car previous)'
22702 before calling `isearch-other-end-state'.
22703
22704 2005-03-17 Kim F. Storm <storm@cua.dk>
22705
22706 * simple.el (move-beginning-of-line): Move to beginning of buffer
22707 line, as well as beginning of screen line.
22708
22709 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
22710
22711 * calendar/diary-lib.el (mark-diary-entries): Use new optional
22712 argument REDRAW rather than calendar-redrawing variable.
22713 * calendar/calendar.el (calendar-redrawing): Delete.
22714 (redraw-calendar): Do not bind calendar-redrawing.
22715
22716 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
22717
22718 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
22719 diary-file buffer.
22720
22721 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
22722
22723 * help.el (describe-mode): Allow a :minor-mode-function property to
22724 specify a different minor mode toggle function than the variable.
22725 * simple.el (auto-fill-function):
22726 * subr.el (add-minor-mode): Use it.
22727
22728 2005-03-16 Kenichi Handa <handa@m17n.org>
22729
22730 * language/ethio-util.el (sera-being-called-by-w3): New variable.
22731 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
22732 (ethio-fidel-to-sera-buffer): Likewise.
22733
22734 2005-03-16 Juri Linkov <juri@jurta.org>
22735
22736 * emacs-lisp/find-func.el (find-function-regexp):
22737 Add defun-emitting macro `menu-bar-make-toggle'.
22738
22739 * isearch.el: Put `isearch-scroll' property to
22740 `split-window-horizontally'.
22741
22742 * info.el: Update error messages for `debug-ignored-errors'.
22743 (Info-isearch-search): Doc fix.
22744 (Info-find-node): Move up code to go into info buffer before
22745 recording the node to the history.
22746 (Info-fontify-node): Fontify titles only if the next line
22747 has two or more `*', `=', `-', `.'.
22748 Display "go to this node" for empty (match-string 3).
22749
22750 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22751
22752 * term/mac-win.el: Add mouse pointer shape constants.
22753
22754 2005-03-15 Kim F. Storm <storm@cua.dk>
22755
22756 * simple.el (move-beginning-of-line): Use vertical-motion.
22757
22758 2005-03-15 Juri Linkov <juri@jurta.org>
22759
22760 * isearch.el (isearch-error): New variable.
22761 (isearch-invalid-regexp, isearch-within-brackets): Remove.
22762 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
22763 (isearch-within-brackets-state): Remove.
22764 (isearch-case-fold-search-state, isearch-pop-fun-state):
22765 Decrease frame index.
22766 (isearch-mode, isearch-top-state, isearch-push-state)
22767 (isearch-edit-string, isearch-abort, isearch-search-and-update)
22768 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
22769 (isearch-search, isearch-lazy-highlight-new-loop):
22770 Replace `isearch-invalid-regexp' with `isearch-error'.
22771 Remove `isearch-within-brackets'.
22772 (isearch-search): Add `search-failed' handler to `condition-case'.
22773 (isearch-lazy-highlight-search): Add `condition-case' to catch
22774 errors and allow `isearch-lazy-highlight-update' to try
22775 highlighting from the beginning of the window.
22776 (isearch-repeat): Move up code to set isearch-wrapped to t
22777 before calling isearch-wrap-function.
22778
22779 * info.el (Info-isearch-initial-node): New internal variable.
22780 (Info-search): Signal an error in isearch mode when search leaves
22781 the initial node. Signal an error when `bound' is non-nil and
22782 nothing was found in the current subfile.
22783 (Info-isearch-search): Remove `condition-case'.
22784 (Info-isearch-wrap): Don't wrap when search failed during leaving
22785 the initial node. If `Info-isearch-search' is nil, wrap around
22786 the current node.
22787 (Info-isearch-start): New fun.
22788 (Info-mode): Add buffer-local hook `Info-isearch-start' to
22789 `isearch-mode-hook'.
22790
22791 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22792
22793 * simple.el (normal-erase-is-backspace): Set default to t if
22794 running on Mac.
22795
22796 * term/mac-win.el (function-key-map): Sync with x-win.el.
22797
22798 2005-03-15 Kenichi Handa <handa@m17n.org>
22799
22800 * international/mule-cmds.el (locale-language-names): Modify the
22801 format of elements and add more entries.
22802 (locale-preferred-coding-systems): Add more entries.
22803 (set-locale-environment): Adjust for the change of
22804 locale-language-names.
22805
22806 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
22807
22808 * pcvs.el (smerge-ediff): Remove bogus autoload.
22809
22810 2005-03-14 Lute Kamstra <lute@gnu.org>
22811
22812 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
22813 Ignore a `*' at the beginning of a line.
22814
22815 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
22816 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
22817 subr.el.
22818 (dont-compile, eval-when-compile, eval-and-compile): Use declare
22819 to specify indentation.
22820
22821 * generic.el (define-generic-mode): Let generic-mode-list be a
22822 list of strings; test membership with equal.
22823
22824 2005-03-14 Kim F. Storm <storm@cua.dk>
22825
22826 * simple.el (next-line, previous-line): Add optional try-vscroll
22827 arg to recognize interactive use. Pass it on to line-move.
22828 (line-move): Don't perform auto-window-vscroll when defining or
22829 executing keyboard macro to ensure consistent behavior.
22830
22831 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
22832
22833 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
22834
22835 2005-03-13 Lute Kamstra <lute@gnu.org>
22836
22837 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
22838 debugger-setup-buffer so that backtrace marks the frames set to
22839 debug-on-exit and we don't have to do it manually. Set an extra
22840 debug-on-exit for macro's.
22841 (debugger-setup-buffer): Don't mark the top frame manually.
22842
22843 2005-03-12 Lute Kamstra <lute@gnu.org>
22844
22845 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
22846 lisp-indent-function throughout.
22847 (with-no-warnings): Set lisp-indent-function property.
22848
22849 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
22850
22851 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
22852 Add entry for backslash.
22853
22854 2005-03-12 Juri Linkov <juri@jurta.org>
22855
22856 * info.el (Info-search): Four fixes for backward search.
22857
22858 2005-03-11 Jay Belanger <belanger@truman.edu>
22859
22860 * calc/calc.el (calc-language-alist): New variable.
22861 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
22862 (calc-embedded-find-modes): Use calc-language-alist instead of
22863 calc-embedded-language-alist.
22864
22865 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22866
22867 * calendar/calendar.el (calendar-redrawing): New internal
22868 variable.
22869 (redraw-calendar): Remove bogus save-excursion from previous
22870 change. Bind calendar-redrawing to t for mark-diary-entries.
22871 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
22872 calendar if that is why we were called.
22873
22874 2005-03-11 Kenichi Handa <handa@m17n.org>
22875
22876 * international/mule.el (make-coding-system): Set property
22877 coding-system-define-form to nil.
22878 (define-coding-system-alias): Likewise.
22879
22880 2005-03-11 Kenichi Handa <handa@m17n.org>
22881
22882 These changes are suggested by Dave Love <fx@gnu.org>.
22883
22884 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
22885 coding: tag.
22886 (adaptive-fill-regexp): Add more bullets.
22887 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
22888 regexps.
22889
22890 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
22891
22892 * help.el (describe-mode): Properly handle non-trivial lighters.
22893 Don't ignore minor modes that are not listed in minor-mode-list.
22894
22895 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
22896 feature ON when the user requests to turn it OFF.
22897
22898 2005-03-10 Lute Kamstra <lute@gnu.org>
22899
22900 * emacs-lisp/debug.el (debug-entry-code): Delete it.
22901 (implement-debug-on-entry): New function to replace debug-entry-code.
22902 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
22903 second argument as the 2005-03-07 change makes it obsolete.
22904 (debug-on-entry, cancel-debug-on-entry): Update call to
22905 debug-on-entry-1.
22906 (debug, debugger-setup-buffer): Comment update.
22907 (debugger-frame-number): Update to work with implement-debug-on-entry.
22908
22909 2005-03-10 Jay Belanger <belanger@truman.edu>
22910
22911 * calc/calc-embed.el (math-ms-args): Declare it.
22912 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
22913 math-ms-args.
22914 (calc-embedded-subst): Use math-multi-subst-rec to substitute
22915 variables.
22916
22917 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
22918
22919 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
22920 Use message-box.
22921
22922 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
22923 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
22924 (tooltip-gud-tips): Simplify.
22925 (tooltip-gud-tips-p): Remove superfluous :set.
22926 (tooltip-gud-modes): Add fortran-mode.
22927 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
22928
22929 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
22930
22931 2005-03-09 Kim F. Storm <storm@cua.dk>
22932
22933 * play/animate.el (animate-place-char): Use forward-line instead
22934 of next-line to improve performance.
22935
22936 2005-03-09 Simon Josefsson <jas@extundo.com>
22937
22938 * net/browse-url.el (browse-url-default-browser): Doc fix.
22939
22940 2005-03-09 Miles Bader <miles@gnu.org>
22941
22942 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
22943 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
22944
22945 2005-03-09 Kenichi Handa <handa@m17n.org>
22946
22947 * international/latin-1.el: Set case and syntax for 255 only if
22948 set-case-syntax-set-multibyte is nil.
22949
22950 * textmodes/ispell.el (ispell-insert-word): New function.
22951 (ispell-word): Use ispell-insert-word to insert a new word.
22952 (ispell-process-line): Likewise.
22953 (ispell-complete-word): Likewise.
22954
22955 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
22956
22957 * calendar/calendar.el (redraw-calendar): Preserve point.
22958 Reported by Matt Hodges <MPHodges@member.fsf.org>.
22959 (calendar-week-start-day): Move after definition of
22960 redraw-calendar. Delete buffer test, since redraw-calendar has
22961 that now.
22962
22963 * calendar/diary-lib.el (mark-diary-entries): Only call
22964 redraw-calendar in the first of any recursive calls.
22965 Reported by Alan Shutko <ats@acm.org>.
22966
22967 2005-03-08 Juri Linkov <juri@jurta.org>
22968
22969 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
22970 (html-horizontal-rule, html-line, html-image, html-checkboxes)
22971 (html-radio-buttons): Add a space before the trailing `/>' where
22972 sgml-xml-mode is non-nil.
22973 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
22974 the subsequent tag of the empty XML tag.
22975 (html-href-anchor): Don't set initial input to "http:".
22976 (html-image): Ask for the image URL and set point inside alt="".
22977 (html-name-anchor): Duplicate the name in the `id' attribute when
22978 sgml-xml-mode is non-nil.
22979 (html-paragraph): Remove \n before <p>.
22980 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
22981 instead of `checked' when sgml-xml-mode is non-nil.
22982
22983 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
22984 Remove 1 space before #RRGGBB to not truncate it on terminal
22985 windows w/o fringes. Remove 1 space between bg and fg examples
22986 to get more space.
22987 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
22988 avoid byte-compile warnings.
22989
22990 * image-file.el (image-file-handler): Put `safe-magic' property to
22991 `image-file-handler'.
22992
22993 * info.el (Info-isearch-search): Emulate word search in
22994 isearching through multiple Info nodes with Info-search.
22995 (Info-isearch-wrap): Allow isearch-word.
22996
22997 2005-03-08 Lute Kamstra <lute@gnu.org>
22998
22999 * emacs-lisp/debug.el (debugger-step-through): Make sure that
23000 stepping into the debugger's code is not possible.
23001 (debugger-jumping-flag): Docstring update.
23002
23003 2005-03-08 Jay Belanger <belanger@truman.edu>
23004
23005 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
23006 embedded mode begins.
23007 (calc-embedded-language-alist): New variable.
23008 (calc-embedded-find-modes): Use calc-embedded-language-alist to
23009 set default language mode.
23010
23011 2005-03-08 Kenichi Handa <handa@m17n.org>
23012
23013 * international/ccl.el (define-ccl-program): Fix docstring about
23014 extra 256 bytes assured for the output buffer.
23015
23016 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23017 Fix BUFFER_MAGNIFICATION to 2.
23018 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23019
23020 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
23021
23022 * align.el (align-rules-list): Added an alignment rule for CSS
23023 declarations (applies to css-mode and html-mode buffers).
23024
23025 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
23026
23027 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
23028
23029 2005-03-07 Kim F. Storm <storm@cua.dk>
23030
23031 * simple.el (move-beginning-of-line): New command.
23032
23033 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
23034
23035 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
23036
23037 * emulation/cua-base.el: Put CUA move property on move-end-of-line
23038 and move-beginning-of-line.
23039
23040 * apropos.el (apropos-print): Omit command from M-x ... RET.
23041
23042 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
23043
23044 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
23045 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
23046
23047 2005-03-06 Richard M. Stallman <rms@gnu.org>
23048
23049 * bindings.el (esc-map): Bind M-g to goto-line.
23050
23051 * facemenu.el (global-map): Bind M-o, not M-g.
23052
23053 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23054
23055 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
23056 "Open Directory" as for "Open File".
23057
23058 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
23059
23060 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
23061 (push-mark-command): Run activate-mark-hook.
23062
23063 2005-03-06 Richard M. Stallman <rms@gnu.org>
23064
23065 * help-mode.el (help-mode-finish): Don't alter the element
23066 in view-return-to-alist if there already is one.
23067
23068 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
23069 make sure the current buffer is the expected one.
23070
23071 * novice.el (disabled-command-function): Output in *Disabled Command*.
23072 Explicitly ignore non-keyboard events, and explicitly handle C-g.
23073
23074 * textmodes/flyspell.el (flyspell-large-region):
23075 Pass args differently for aspell.
23076
23077 * files.el (mode-require-final-newline): Doc fix.
23078
23079 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23080
23081 * progmodes/which-func.el (which-function):
23082 Specify NOERROR when calling imenu--make-index-alist.
23083
23084 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
23085
23086 * simple.el (normal-erase-is-backspace): Define default value.
23087
23088 * custom.el (custom-theme-set-variables): Remove unused var
23089 `immediate'.
23090 (custom-reevaluate-setting): Simple function to handle variables
23091 that are defined before their default value can really be
23092 computed.
23093
23094 * startup.el (command-line): Use it for temporary-file-directory,
23095 small-emporary-file-directory, auto-save-file-name-transforms,
23096 blink-cursor-mode, and normal-erase-is-backspace.
23097
23098 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
23099 progress, even with buggy anchored keywords.
23100
23101 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
23102
23103 * simple.el (goto-line): Remove unbalanced final parenthesis.
23104
23105 2005-03-05 Richard M. Stallman <rms@gnu.org>
23106
23107 * simple.el (goto-line): Use a number at point as the default.
23108 With C-u as arg, switch buffers.
23109
23110 2005-03-05 Juri Linkov <juri@jurta.org>
23111
23112 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
23113 with `no-blinking-cursor'.
23114
23115 * startup.el (no-blinking-cursor): New defvar.
23116 (command-line): Add `--no-blinking-cursor' to longopts.
23117 Set `no-blinking-cursor' to t for command line arguments
23118 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
23119 with `no-blinking-cursor' in the condition for calling
23120 `blink-cursor-mode'.
23121
23122 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
23123
23124 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
23125 (menu-bar-options-save): Add blink-cursor-mode.
23126 (menu-bar-options-menu): Add blink-cursor-mode.
23127
23128 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
23129
23130 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
23131 (icalendar-export-file, icalendar-export-region)
23132 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
23133 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
23134
23135 2005-03-04 Lute Kamstra <lute@gnu.org>
23136
23137 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
23138 (debug-function-list): Ditto.
23139
23140 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
23141
23142 * textmodes/texinfmt.el (texinfo-append-refill):
23143 Redefine the types of line to which @refill
23144 is not appended by replacing a search for `@refill\\|@bye' with
23145 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
23146 itemize@refill' bug and the unfilled long lines bug.
23147 (texinfmt-version): Update number and date.
23148
23149 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
23150
23151 * international/code-pages.el (windows-1250, windows-125[2-8])
23152 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
23153
23154 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
23155
23156 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
23157 bound yet.
23158
23159 2005-03-02 Romain Francoise <romain@orebokech.com>
23160
23161 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
23162 buffer after removing limits.
23163 (ibuffer-pop-filter): Ditto.
23164 Update copyright.
23165
23166 2005-03-02 Miles Bader <miles@gnu.org>
23167
23168 * button.el (make-text-button): If the user doesn't specify a
23169 type, use the default. Rewrite to use `add-text-properties' and
23170 plist functions.
23171
23172 2005-03-01 Lute Kamstra <lute@gnu.org>
23173
23174 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
23175 (debugger-jumping-flag): New var.
23176 (debug-entry-code): Use it.
23177 (debugger-jump): Use debugger-jumping-flag and add
23178 debugger-reenable to post-command-hook.
23179 (debugger-reenable): Use debugger-jumping-flag and remove itself
23180 from post-command-hook.
23181 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
23182 debugger-reenable.
23183
23184 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
23185
23186 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
23187 inclusion of "itemize\\|", which may be unnecessary, is certainly
23188 inelegant, and stops refilling in itemize lists when formatting
23189 Japanese Texinfo files to Info.
23190 Update copyright to 2005.
23191
23192 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
23193
23194 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
23195 of an error if GDB can't find the source file.
23196
23197 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
23198
23199 * calendar/calendar.el (redraw-calendar): Work from any buffer,
23200 not just the calendar.
23201
23202 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
23203 first.
23204 (diary-redraw-calendar): New function.
23205 (make-diary-entry): Add diary-redraw-calendar to local
23206 write-contents-functions. Turn off selective display before
23207 inserting in diary.
23208
23209 2005-03-01 Kim F. Storm <storm@cua.dk>
23210
23211 * emacs-lisp/copyright.el (copyright-fix-years): New command.
23212
23213 2005-03-01 Lute Kamstra <lute@gnu.org>
23214
23215 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
23216 that debug-entry-code can be safely removed from a function while
23217 this code is being evaluated. Revert the 2005-02-27 change as the
23218 new implementation no longer requires it. Make sure that a
23219 function body containing just a string is not mistaken for a docstring.
23220 (debug): Skip one more frame in case of debug on entry.
23221 (debugger-setup-buffer): Delete one more frame line in case of
23222 debug on entry.
23223 (debugger-frame-number): Update to use the new text introduced by
23224 the 1999-11-03 change. Skip one more frame in case of debug on entry.
23225
23226 2005-02-28 Kim F. Storm <storm@cua.dk>
23227
23228 * double.el (double-translate-key): Call force-window-update after
23229 read-event to avoid crash in redisplay.
23230
23231 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
23232
23233 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
23234 (debug): Use it. Move the inhibit-trace earlier.
23235 (debug-entry-code): New const.
23236 (debug-on-entry-1): Use it.
23237
23238 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
23239
23240 * international/utf-16.el (ccl-encode-mule-utf-16le):
23241 Fix BUFFER_MAGNIFICATION to 2.
23242 (ccl-encode-mule-utf-16be): Likewise.
23243
23244 2005-02-28 Kenichi Handa <handa@m17n.org>
23245
23246 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23247 Fix BUFFER_MAGNIFICATION to 4.
23248 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23249
23250 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
23251
23252 * speedbar.el (speedbar-update-flag): Doc fix.
23253 (speedbar-show-info-under-mouse): Give set-mouse-position the right
23254 argument.
23255
23256 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
23257
23258 * reveal.el (reveal-post-command): Don't try to reveal overlays which
23259 have a non-nil `invisible' property but are actually visible.
23260
23261 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
23262 for perldoc sections.
23263 (perl-outline-regexp, perl-outline-level): New var and function.
23264 (perl-mode): Use them.
23265
23266 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
23267
23268 * calendar/diary-lib.el (diary-remind): Discard any mark portion
23269 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
23270
23271 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
23272
23273 * cus-edit.el: Comment change.
23274 (custom-buffer-create-internal): Slightly reword text at top of
23275 Custom buffers. Mention there that saving an option edits the
23276 init file. Add link to Emacs manual node on `custom-file'.
23277 (custom-magic-alist): Rewrite individual State messages to use
23278 capitalized keywords. Doc fix.
23279
23280 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
23281
23282 * calendar/calendar.el (calendar-buffer): Move above
23283 calendar-week-start-day.
23284 (calendar-week-start-day): Doc fix. Add :set function.
23285 (calendar-minimum-window-height): New variable.
23286 (generate-calendar-window): Only resize window if selected-window
23287 is displaying the calendar buffer. Use new variable
23288 calendar-minimum-window-height.
23289 (generate-calendar): Reword error message.
23290 (calendar-mode-map): Bind DEL to scroll-other-window-down.
23291
23292 2005-02-27 Andreas Schwab <schwab@suse.de>
23293
23294 * vc.el (vc-do-command): Don't run command asynchronously when
23295 operating in a remote directory.
23296
23297 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
23298 change from sync with Tramp 2.0.47.
23299
23300 2005-02-27 Richard M. Stallman <rms@gnu.org>
23301
23302 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
23303
23304 * textmodes/flyspell.el (flyspell-mode-on):
23305 Call ispell-change-dictionary only if necessary.
23306
23307 * emacs-lisp/re-builder.el (regexp-builder): New function.
23308
23309 * register.el (describe-register-1): Explicitly handle
23310 yank-excluded-properties = t.
23311
23312 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
23313 (custom-magic-alist): Change the status descriptions again.
23314 (face widget-type): Total rewrite based on `restricted-sexp'
23315 to eliminate the confusing double hiding levels.
23316
23317 * emacs-lisp/debug.el (debug-on-entry-1):
23318 If function body is empty, add nil as body form.
23319
23320 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
23321
23322 * emacs-lisp/trace.el (inhibit-trace): New var.
23323 (trace-make-advice): Use it.
23324
23325 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
23326
23327 2005-02-26 Kim F. Storm <storm@cua.dk>
23328
23329 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
23330 (mouse-on-link-p, mouse-drag-region-1): Use it.
23331
23332 2005-02-25 Lute Kamstra <lute@gnu.org>
23333
23334 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
23335
23336 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
23337
23338 * frame.el (blink-cursor-mode): Add :group keyword.
23339
23340 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
23341
23342 * calendar/icalendar.el (icalendar--decode-isodatetime):
23343 New optional argument DAY-SHIFT.
23344 (icalendar-export-region): Fix coding-system-for-write.
23345 (icalendar--convert-ical-to-diary): Shift end-day of all-day
23346 events by one.
23347
23348 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
23349
23350 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
23351
23352 2005-02-24 Kim F. Storm <storm@cua.dk>
23353
23354 * international/iso-acc.el (iso-accents-compose): Fix crash
23355 during redisplay. Call force-window-update after read-event
23356 and delete-region to signal that window is not accurate.
23357
23358 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
23359
23360 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
23361 Remove unused and inexistent var `inhibit-trace'.
23362 (debugger-mode): Use run-mode-hooks.
23363 (debugger-list-functions): Add buttons; setup xref stack.
23364
23365 2005-02-23 Richard M. Stallman <rms@gnu.org>
23366
23367 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
23368 appointment says it was explicitly made.
23369 (appt-add): Set the 3rd element.
23370 (appt-make-list): Preserve explicit appointments.
23371
23372 * subr.el (find-tag-default): Catch errors in forward-sexp.
23373
23374 2005-02-23 Juri Linkov <juri@jurta.org>
23375
23376 * info.el (Info-isearch-search): New defcustom.
23377 (Info-isearch-search): Call the default isearch function
23378 when Info-isearch-search is nil.
23379 (Info-isearch-wrap): Use variable Info-isearch-search.
23380
23381 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
23382
23383 * cus-edit.el: Comment change.
23384
23385 2005-02-22 Kim F. Storm <storm@cua.dk>
23386
23387 * progmodes/hideif.el (hide-ifdef-use-define-alist):
23388 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
23389
23390 2005-02-22 Simon Josefsson <jas@extundo.com>
23391
23392 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
23393 New variable.
23394 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
23395 Oskarsson" <myrkraverk@users.sourceforget.net>.
23396
23397 2005-02-22 Kim F. Storm <storm@cua.dk>
23398
23399 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
23400 check that window of that event is the selected window.
23401 (mouse-drag-region-1): Compare mouse event window to selected
23402 window before setting point.
23403
23404 * tooltip.el (tooltip-show-help-function): Pass event to
23405 mouse-on-link-p so it can check selected window.
23406
23407 2005-02-22 Kenichi Handa <handa@m17n.org>
23408
23409 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
23410 (ps-mule-show-warning): New function.
23411 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
23412 characters are found.
23413
23414 * ps-print.el (ps-header-footer-string): Return a list of header
23415 and footer strings.
23416
23417 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
23418
23419 * pcvs.el (cvs-retrieve-revision): Fix thinko.
23420
23421 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
23422
23423 * frame.el (blink-cursor-mode): Use define-minor-mode.
23424
23425 * term/mac-win.el (function-key-map): Use char-names more consistently.
23426 (file-name-coding-system): Only set it for MacOS-9. The other case is
23427 already handled in mule-cmds.el (where it also works when mac-win.el
23428 is not used).
23429
23430 2005-02-21 Kenichi Handa <handa@m17n.org>
23431
23432 * international/mule.el (ctext-pre-write-conversion): Always use
23433 " *code-converting-work*" buffer for work.
23434
23435 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
23436
23437 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
23438
23439 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
23440
23441 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
23442
23443 * ses.el (undo-more): Restore defadvice, but only the part that
23444 allows changes outside the restricted area of the buffer.
23445
23446 2005-02-20 Kim F. Storm <storm@cua.dk>
23447
23448 * simple.el (line-move): Add fourth optional arg try-vscroll which
23449 must be set to perform auto-window-vscroll.
23450 When moving backwards and doing auto-window-vscroll, automatically
23451 vscroll to the last part of lines which are taller than the window.
23452 (next-line, previous-line): Set try-vscroll arg on line-move.
23453
23454 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
23455
23456 * replace.el (query-replace, query-replace-regexp)
23457 (replace-string, replace-regexp): When operating on region, make
23458 the minibuffer prompt say so.
23459
23460 * isearch.el (isearch-forward): Document isearch-query-replace and
23461 isearch-query-replace-regexp keybindings.
23462
23463 2005-02-19 Jay Belanger <belanger@truman.edu>
23464
23465 * calc/calc-aent.el (math-read-token): Add local variable.
23466
23467 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
23468 (calc-edit-top): Move declaration to earlier in file.
23469 (calc-edit-macro-repeats): Add local variables.
23470
23471 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
23472 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
23473 calcFunc-tanh.
23474 Adjust integration rule for calcFunc-tan.
23475
23476 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23477
23478 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
23479 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
23480 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
23481 (viper-skip-separators): Bug fix.
23482 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
23483 particular major mode.
23484 (viper-del-backward-char-in-replace): Don't put deleted char on the
23485 kill ring.
23486
23487 * viper-ex.el (viper-color-display-p): New function.
23488 (viper-has-face-support-p): Use viper-color-display-p.
23489
23490 * viper-keym.el (viper-gnus-modifier-map): New keymap.
23491
23492 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
23493
23494 * viper-util.el (viper-glob-unix-files): Fix shell status check.
23495 (viper-file-remote-p): Make equivalent to file-remote-p.
23496
23497 * viper.el (viper-major-mode-modifier-list):
23498 Use viper-gnus-modifier-map.
23499
23500 2005-02-19 David Kastrup <dak@gnu.org>
23501
23502 * subr.el (subregexp-context-p): Fix garbled doc string by adding
23503 quoting.
23504
23505 2005-02-19 Jay Belanger <belanger@truman.edu>
23506
23507 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
23508 Remove extra definitions.
23509 (calc-coth): New function.
23510 (calcFunc-cot): Fix `let'.
23511
23512 2005-02-19 Eli Zaretskii <eliz@gnu.org>
23513
23514 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
23515 the reasons we use "type pc" in these faces.
23516
23517 * button.el (button): Ditto.
23518
23519 2005-02-19 Michael Mauger <mmaug@yahoo.com>
23520
23521 * replace.el (query-replace-read-from): Set the value of
23522 query-replace-from-history-variable to handle the case of an empty
23523 string entered to accept the suggested default.
23524
23525 * net/tramp.el (tramp-file-name-for-operation):
23526 Use dired-call-process instead of dired-call-process-command.
23527
23528 2005-02-19 Jay Belanger <belanger@truman.edu>
23529
23530 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
23531 (math-div-non-trig): New variables.
23532 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
23533 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
23534 (math-combine-prod, math-div-symb-fancy): Add simplifications for
23535 trig expressions.
23536
23537 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
23538
23539 * progmodes/gdb-ui.el (gdb-var-update-handler)
23540 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
23541 for watch expressions,
23542 (gdb-var-create-handler): Don't set speedbar-update-flag.
23543 (gdb-post-prompt): Simplify test for speedbar.
23544
23545 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23546
23547 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
23548 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
23549 we use the syntax table of the correct buffer.
23550 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
23551 Felix Gatzemeier.
23552
23553 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
23554 (ediff-file-remote-p): Make synonymous with file-remote-p.
23555 In all deffaces ediff-*-face-*, use min-colors.
23556
23557 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
23558 ediff-recurse-to-subdirectories.
23559 (ediff-mark-if-equal): Check that the arguments are strings, use
23560 ediff-same-contents (after to Felix Gatzemeier).
23561
23562 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
23563 nil.
23564
23565 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
23566
23567 * log-view.el (log-view-message-re): Fix up Subversion regexp.
23568
23569 2005-02-18 David Kastrup <dak@gnu.org>
23570
23571 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
23572 use `mark-active' when defined.
23573
23574 2005-02-18 Kenichi Handa <handa@m17n.org>
23575
23576 * ps-print.el (ps-font-info-database): New entry
23577 ZapfChancery-MediumItalic with correct font name. Fix font name
23578 of the entry Zapf-Chancery-MediumItalic.
23579
23580 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
23581
23582 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
23583
23584 2005-02-16 Kim F. Storm <storm@cua.dk>
23585
23586 * ido.el (ido-fallback-command): Pass user input to fallback command.
23587
23588 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
23589
23590 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
23591 (gdb-find-file-hook): Add server prefix.
23592
23593 2005-02-16 Richard M. Stallman <rms@gnu.org>
23594
23595 * replace.el (perform-replace): Pass new args to replace-highlight.
23596 (replace-highlight): Take region args,
23597 and pass them to isearch-lazy-highlight-new-loop.
23598
23599 * novice.el (disabled-command-hook): Autoload the defalias
23600 and the make-obsolete-variable call.
23601
23602 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
23603
23604 * isearch.el (isearch-lazy-highlight-start-limit)
23605 (isearch-lazy-highlight-end-limit): New variables limit
23606 the region for highlighting.
23607 (isearch-lazy-highlight-new-loop): New args BEG and END.
23608 (isearch-lazy-highlight-search): Use the new vars.
23609 (isearch-lazy-highlight-update): Likewise.
23610
23611 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
23612
23613 * cus-start.el (all): Use default-boundp.
23614
23615 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
23616
23617 * menu-bar.el (menu-bar-select-frame): Handle current frame.
23618
23619 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
23620
23621 * autorevert.el (auto-revert-stop-on-user-input)
23622 (auto-revert-verbose): Doc fixes.
23623
23624 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
23625
23626 * international/mule-cmds.el (set-locale-environment): Remove call
23627 to set-selection-coding-system on Windows.
23628
23629 2005-02-15 Jay Belanger <belanger@truman.edu>
23630
23631 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
23632 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
23633 calcFunc-coth.
23634 (math-simplify-sqrt): Add simplifications.
23635
23636 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
23637 to list.
23638
23639 * calc/calc-ext.el: Add functions to autoloads.
23640
23641 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
23642 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
23643 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
23644 (math-csc-raw, math-cot-raw): New functions.
23645
23646 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
23647
23648 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
23649 the variable name in a message.
23650
23651 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
23652 calcFunc-csc, calcFunc-cot.
23653
23654 * calc/calcalg2.el: Add derivative and integration rules for
23655 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
23656 calcFunc-csch, calcFunc-coth.
23657 (math-do-integral-methods): Add to checks for when to use
23658 substitutions.
23659
23660 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
23661
23662 2005-02-15 Lute Kamstra <lute@gnu.org>
23663
23664 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23665 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
23666 <monnier@iro.umontreal.ca>
23667 (lisp-outline-level): Improve efficiency. Suggested by David
23668 Kastrup <dak@gnu.org>.
23669
23670 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
23671
23672 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
23673 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
23674 (gdb-set-gud-minor-mode-existing-buffers): New functions.
23675 (gdb-find-file-hook): New hook. Add it to find-file-hook.
23676 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
23677
23678 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
23679
23680 * cus-start.el (all): Comment change.
23681
23682 2005-02-14 Lute Kamstra <lute@gnu.org>
23683
23684 * cus-start.el (all): Check if symbol is void.
23685
23686 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
23687
23688 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
23689 optional argument to \cite.
23690
23691 2005-02-14 Richard M. Stallman <rms@gnu.org>
23692
23693 * cus-edit.el (custom-buffer-create-internal): Update help message.
23694 (custom-magic-alist): Update help messages.
23695
23696 * cus-start.el (all): Allow a var to specify a standard value.
23697
23698 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
23699
23700 * custom.el (custom-theme-set-variables): Handle variable aliases.
23701
23702 * frame.el (blink-cursor-timer): Doc fix.
23703 (blink-cursor): Make it an alias for `blink-cursor-mode' and
23704 declare obsolete.
23705 (blink-cursor-mode): Define with defcustom and use correct
23706 standard expression in that defcustom.
23707 * startup.el (command-line): Adapt to above changes in frame.el.
23708
23709 2005-02-11 Lute Kamstra <lute@gnu.org>
23710
23711 * apropos.el (apropos-score-doc): Prevent division by zero.
23712
23713 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
23714
23715 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
23716 (icalendar--get-event-property-attributes)
23717 (icalendar--get-event-properties)
23718 (icalendar--datetime-to-diary-date): New functions.
23719 (icalendar--split-value): Doc fix.
23720 (icalendar--datetime-to-noneuropean-date)
23721 (icalendar--datetime-to-european-date): New optional argument
23722 SEPARATOR. Return result as a string instead of a list.
23723 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
23724 (icalendar--convert-string-for-export): Rename arg S to STRING.
23725 (icalendar-export-region): Doc fix. Change name of error buffer.
23726 Save output buffer.
23727 (icalendar-import-file): Add blank at end of prompt.
23728 (icalendar-import-buffer): Doc fix. Do not switch to error
23729 buffer. Indicate status in return value.
23730 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
23731 buffer. Save output buffer. Handle exception from recurrence
23732 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
23733 events. Fix problems with weekly all-day events.
23734
23735 2005-02-10 Richard M. Stallman <rms@gnu.org>
23736
23737 * simple.el (eval-expression-print-format):
23738 Avoid warning about edebug-active.
23739
23740 * help.el (help-for-help-internal): Rename from help-for-help.
23741 (help-for-help): Define with defalias.
23742
23743 * font-core.el (font-lock-default-function): Use with-no-warnings.
23744
23745 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
23746
23747 * custom.el (defface): Doc fix.
23748
23749 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
23750
23751 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
23752 width 0" to prevent word wrapping problems.
23753
23754 2005-02-09 Kim F. Storm <storm@cua.dk>
23755
23756 * ido.el (ido-file-extensions-order): New defcustom.
23757 (ido-file-extension-lessp, ido-file-extension-aux)
23758 (ido-file-extension-order): New advanced file ordering.
23759 (ido-file-lessp): New simple file ordering.
23760 (ido-sort-list): Remove.
23761 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
23762 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
23763
23764 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
23765
23766 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
23767 that some versions of grep produce.
23768 (grep-mode-font-lock-keywords): Likewise.
23769
23770 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
23771
23772 * progmodes/gdb-ui.el (gdb-location-list): New variable.
23773 (gdb-cdir): Delete.
23774 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
23775 (gdb-source-info): Treat case when source file is in another
23776 directory properly.
23777 (gdb-get-location): New function.
23778
23779 2005-02-07 Jay Belanger <belanger@truman.edu>
23780
23781 * calc/calc-prog.el (calc-write-parse-table-part)
23782 (calc-fix-token-name): Fix a check for language type.
23783
23784 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
23785
23786 2005-02-07 Andre Spiegel <spiegel@gnu.org>
23787
23788 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
23789 as directory not writable.
23790
23791 2005-02-07 Kim F. Storm <storm@cua.dk>
23792
23793 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
23794 (cua--standard-movement-commands): Remove list.
23795 Instead, set CUA property value to move for movement commands.
23796 (cua-movement-commands): Remove. Users must set CUA prop instead.
23797 (cua--pre-command-handler): Check CUA property.
23798 (cua--init-keymaps): Don't remap undo commands.
23799 (cua-mode): Don't call cua--rectangle-on-off.
23800
23801 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
23802 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
23803 (cua--rect-undo-set-point): New var.
23804 (cua--rectangle-undo-boundary): Setup undo apply entry.
23805 (cua--rect-undo-handler): New function for rectangle undo.
23806 (cua--rect-start-position, cua--rect-end-position): Add.
23807 (cua--rectangle-post-command): Call cua--rectangle-set-corners
23808 for restored rectangle. Set point if cua--rect-undo-set-point.
23809
23810 2005-02-06 Jay Belanger <belanger@truman.edu>
23811
23812 * calc/calc-lang.el (calc-tex-language): Display more information
23813 in messages.
23814
23815 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
23816 in TeX mode.
23817
23818 2005-02-06 Richard M. Stallman <rms@gnu.org>
23819
23820 * emacs-lisp/lisp.el (buffer-end): Doc fix.
23821
23822 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
23823
23824 * net/ldap.el (ldap-search-internal): Support attributes with
23825 optional descriptions separated by a semi-colon, as in
23826 "userCertificate;binary".
23827
23828 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23829
23830 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
23831 isn't a cons (i.e. the version is 0).
23832
23833 2005-02-05 Eli Zaretskii <eliz@gnu.org>
23834
23835 * help.el (help-for-help): Doc fix.
23836
23837 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
23838
23839 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
23840 GDB-Windows on the menu-bar as this works better.
23841
23842 2005-02-04 Jay Belanger <belanger@truman.edu>
23843
23844 * calc/calc-embed.el (calc-embedded-update): Don't put in
23845 unnecessary newlines. Adjust the end of formula marker.
23846
23847 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
23848 (math-latex-parse-two-args): New function.
23849
23850 2005-02-03 Lute Kamstra <lute@gnu.org>
23851
23852 * help-fns.el (help-with-tutorial): Make sure that users cannot
23853 remove the entire text of the tutorial by means of `undo'.
23854
23855 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
23856
23857 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
23858 in recent changes, where the ispell process was repeatedly
23859 killed & restarted.
23860
23861 * international/mule-cmds.el (set-locale-environment): Set file-name
23862 coding system to utf-8 on Darwin systems.
23863 (set-default-coding-systems): Don't set default-file-name-coding-system
23864 on Darwin systems.
23865
23866 2005-02-03 Richard M. Stallman <rms@gnu.org>
23867
23868 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
23869
23870 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
23871
23872 * faces.el (list-faces-display): Add optional argument.
23873
23874 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
23875
23876 * font-core.el (font-lock-default-function): Handle the rare case where
23877 only font-lock-keywords is set.
23878
23879 2005-02-02 Kenichi Handa <handa@m17n.org>
23880
23881 * international/characters.el: Cancel previous change for
23882 I-WITH-DOT-ABOVE and DOTLESS-i.
23883
23884 * international/latin-5.el: Cancel previous change.
23885
23886 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
23887
23888 * progmodes/gud.el: Correction to syntax in gud-menu-map.
23889
23890 2005-02-02 Kenichi Handa <handa@m17n.org>
23891
23892 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
23893 DOTLESS-i.
23894
23895 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
23896 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
23897
23898 * case-table.el (get-upcase-table): New function.
23899 (copy-case-table): Copy upcaes table too if non-nil.
23900 (set-case-syntax-delims): Maintain upcase table too.
23901 (set-case-syntax-pair): Likewise.
23902 (set-upcase-syntax, set-downcase-syntax): New functions.
23903 (set-case-syntax): Maintain upcase table too.
23904
23905 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
23906
23907 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
23908
23909 * progmodes/gud.el (gud-goto-info): New function.
23910 (gud-tool-bar-map): Use correct icon.
23911
23912 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
23913
23914 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
23915 When delegating, order args in the funcall correctly.
23916
23917 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
23918
23919 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
23920
23921 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
23922
23923 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
23924 buffer not visiting a file.
23925
23926 2005-01-31 Jay Belanger <belanger@truman.edu>
23927
23928 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
23929 bound on the line with the formula.
23930
23931 2005-01-31 Kim F. Storm <storm@cua.dk>
23932
23933 * ses.el (ses-create-cell-variable-range)
23934 (ses-destroy-cell-variable-range, ses-reset-header-string)
23935 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
23936 (ses-insert-row): Fix format of apply undo entries.
23937
23938 2005-01-31 Jay Belanger <belanger@truman.edu>
23939
23940 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
23941 parts.
23942
23943 * calc/calc-embed.el (calc-embedded-open-formula)
23944 (calc-embedded-close-formula): Ignore matrix environments.
23945
23946 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
23947 TeX mode.
23948
23949 * calc/calc-lang.el (math-function-table, math-oper-table)
23950 (math-variable-table): Adjust the LaTeX portions.
23951
23952 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
23953 (math-latex-ignore-words): New constant.
23954
23955 2005-01-31 Richard M. Stallman <rms@gnu.org>
23956
23957 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
23958 (ispell-local-dictionary): Doc fix.
23959 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
23960 Don't reinitialize at run time. Don't defcustom.
23961 All uses changed to append ispell-local-dictionary-alist,
23962 or check it first.
23963 (ispell-current-dictionary): New variable for dictionary in use.
23964 (ispell-dictionary): Now used only for global default.
23965 (ispell-start-process): Set ispell-current-dictionary,
23966 not ispell-dictionary.
23967 (ispell-change-dictionary): Use this only for setting
23968 user preferences.
23969 (ispell-internal-change-dictionary): New function
23970 to change the current dictionary in use.
23971 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
23972 Use ispell-current-dictionary.
23973 Handle ispell-local-dictionary-overridden.
23974 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
23975
23976 2005-01-31 Jay Belanger <belanger@truman.edu>
23977
23978 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
23979
23980 * calc/calc-ext.el: Add calc-latex-language to autoloads.
23981 (calc-mode-map): Add calc-latex-language.
23982
23983 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
23984 (math-latex-print-frac): New functions.
23985 (math-oper-table, math-function-table, math-variable-table)
23986 (math-complex-format, math-input-filter): Add latex properties.
23987 (calc-set-language): Set math-expr-special-function-mapping.
23988
23989 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
23990 (calc-write-parse-table-part): Add LaTeX support.
23991
23992 * calc/calc.el (calc-language): Adjust docstring.
23993 (calc-set-mode-line): Add LaTeX support.
23994 (math-expr-special-function-mapping): New variable.
23995 (math-tex-ignore-words): Add to list.
23996
23997 * calc/calccomp.el (math-compose-expr, math-compose-rows):
23998 Add LaTeX support.
23999 (math-compose-expr): Add support for special functions.
24000
24001 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
24002
24003 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
24004
24005 * progmodes/gdb-ui.el (gdb-memory-address)
24006 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
24007 (gdb-memory-mode-map, gdb-memory-format-keymap)
24008 (gdb-memory-format-menu, gdb-memory-unit-keymap)
24009 (gdb-memory-unit-menu): New variables for a buffer
24010 that lets the user examine program memory.
24011 (gdb-memory-set-address, gdb-memory-set-repeat-count)
24012 (gdb-memory-format-binary, gdb-memory-format-octal)
24013 (gdb-memory-format-unsigned, gdb-memory-format-signed)
24014 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
24015 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
24016 (gdb-memory-unit-word, gdb-memory-unit-halfword)
24017 (gdb-memory-unit-byte, gdb-memory-unit-menu)
24018 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
24019 (gdb-memory-mode, gdb-memory-buffer-name)
24020 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
24021 New functions for above buffer.
24022
24023 2005-01-30 Richard M. Stallman <rms@gnu.org>
24024
24025 * cus-edit.el (custom-bury-buffer): Function deleted.
24026 (custom-buffer-done-function): Option deleted.
24027 (custom-buffer-done-kill): New replacement option.
24028 (Custom-buffer-done): Call quit-window.
24029 (custom-buffer-create-internal): Update for above changes.
24030
24031 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
24032
24033 * simple.el (undo-ask-before-discard): New var.
24034 (undo-outer-limit-truncate): Implement it.
24035 (undo-extra-outer-limit): Doc update.
24036
24037 2005-01-29 Richard M. Stallman <rms@gnu.org>
24038
24039 * ses.el (undo-more): Delete defadvice.
24040 (ses-begin-change): Doc fix.
24041
24042 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
24043 instead of rebinding C-x u and C-_.
24044
24045 * files.el (normal-backup-enable-predicate): Return nil for files
24046 in /tmp, regardless of temporary-file-directory.
24047
24048 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
24049
24050 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
24051 (open-rectangle, delete-whitespace-rectangle-line)
24052 (clear-rectangle-line): If FILL, pass t instead of FILL
24053 for move-to-column's 2nd arg.
24054
24055 * simple.el (undo): Fix the test for continuing a series of undos.
24056 (undo-more): Set pending-undo-list to t when we reach end.
24057 (pending-undo-list): Move up defvar.
24058
24059 * wid-edit.el (widget-button-click):
24060 Shorten the range of the track-mouse binding.
24061
24062 * comint.el (comint-insert-input): Undo previous changes;
24063 use last-input-event in interactive spec.
24064
24065 2005-01-29 Eli Zaretskii <eliz@gnu.org>
24066
24067 * progmodes/compile.el (compilation-start): Bind buffer-read-only
24068 to nil before invoking call-process. Reset buffer's modified flag
24069 after fontifying it in the no-async branch.
24070
24071 * wid-edit.el (widget-specify-button): If mouse pointer shape
24072 cannot be changed, use mouse face instead.
24073
24074 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
24075
24076 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
24077 (gdb-goto-breakpoint): Make breakpoint handling work on template
24078 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
24079 (gdb-assembler-custom): Update to recognize breakpoint information
24080 added on 2005-01-19.
24081
24082 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
24083
24084 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
24085 (dsssl-mode): Use define-derived-mode.
24086 (scheme-mode-initialize): Remove.
24087 (scheme-mode): Use run-mode-hooks.
24088
24089 * cus-edit.el (customize-group-other-window)
24090 (custom-buffer-create-other-window): Don't override special-display-*.
24091 (custom-mode-map): Make it dense.
24092
24093 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
24094 sets the default value.
24095
24096 2005-01-28 Eli Zaretskii <eliz@gnu.org>
24097
24098 * descr-text.el: Add more keywords.
24099
24100 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
24101
24102 * speedbar.el: Avoid unnecessary use of locate-library.
24103
24104 * international/mule-cmds.el (standard-display-european-internal):
24105 Don't fiddle with latin-1 non-break space any more since it's now
24106 special cased in the C code.
24107 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
24108
24109 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
24110
24111 * cus-start.el (all): Add `undo-outer-limit'.
24112
24113 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24114
24115 * textmodes/bibtex.el (bibtex-format-entry):
24116 Use `bibtex-empty-field-re' only on the text of fields, not on entire
24117 field lines.
24118 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
24119 not on part of a buffer.
24120
24121 2005-01-25 Lute Kamstra <lute@gnu.org>
24122
24123 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
24124 nonempty field text strings like "{letters\\macro{}more letters}".
24125 Clarify docstring.
24126 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
24127 (bibtex-entry-offset, bibtex-parse-association)
24128 (bibtex-parse-field-name): Fix typos in docstrings.
24129 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
24130
24131 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
24132
24133 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
24134 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
24135 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
24136 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
24137
24138 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
24139 isearch minor mode.
24140
24141 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
24142
24143 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
24144
24145 2005-01-24 Lute Kamstra <lute@gnu.org>
24146
24147 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
24148 CASECHARS and NOT-CASECHARS regular expressions of the
24149 "nederlands" and "nederlands8" dictionaries to prevent a "Range
24150 striding over charsets" error.
24151
24152 2005-01-24 Jay Belanger <belanger@truman.edu>
24153
24154 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
24155 display variable name.
24156
24157 2005-01-24 Kenichi Handa <handa@m17n.org>
24158
24159 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
24160 Fix setting of the element of encoded-kbd-iso2022-invocations.
24161
24162 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
24163
24164 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
24165 (gdb-threads-select): Change to also accept mouse events.
24166 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
24167 (gdb-threads-mouse-select): Delete.
24168
24169 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
24170
24171 * files.el (insert-directory): Take care of empty directory,
24172 listed without -a switch.
24173
24174 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
24175
24176 * textmodes/refill.el (refill-post-command-function):
24177 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
24178 to the list of functions that we should be careful not to undo.
24179 (refill-late-fill-paragraph-function): Remove.
24180 (refill-saved-state): New var.
24181 (refill-mode): Use it to save fill-paragraph-function.
24182 Save also the value of auto-fill-function.
24183
24184 * term/w32-win.el: Simplify code.
24185
24186 2005-01-23 Kim F. Storm <storm@cua.dk>
24187
24188 * simple.el (line-move): Adapt to new return value from
24189 pos-visible-in-window-p.
24190
24191 * simple.el (line-move): Fix last change. Check partial
24192 visibility at point rather than at window-start.
24193
24194 2005-01-22 Jason Rumney <jasonr@gnu.org>
24195
24196 * term/w32-win.el (xw-defined-colors): Remove debug-message.
24197
24198 2005-01-22 David Kastrup <dak@gnu.org>
24199
24200 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
24201
24202 2005-01-22 Eli Zaretskii <eliz@gnu.org>
24203
24204 * type-break.el (type-break-mode): Add a test for
24205 type-break-file-name being non-nil.
24206
24207 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
24208
24209 * net/eudc.el (top level): Call (message "") via progn, so that
24210 eudc-options-file is loaded.
24211
24212 2005-01-22 Kim F. Storm <storm@cua.dk>
24213
24214 * simple.el (line-move-1): Rename from line-move.
24215 (line-move): New function that adjusts vscroll for partially
24216 visible rows, and calls line-move-1 otherwise.
24217
24218 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
24219
24220 * pcomplete.el: Define pcomplete-read-event instead of read-event,
24221 since it's not a complete read-event implementation
24222
24223 2005-01-20 Jay Belanger <belanger@truman.edu>
24224
24225 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
24226 for called function.
24227
24228 2005-01-20 Steven Tamm <steventamm@mac.com>
24229
24230 * term/mac-win.el (process-connection-type): Remove.
24231 Controlled now by s/darwin.h:PTY_ITERATION.
24232
24233 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
24234
24235 * window.el (handle-select-window): Don't switch window when we're
24236 in the minibuffer.
24237
24238 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
24239
24240 * subr.el (dotimes-with-progress-reporter): New macro.
24241
24242 * ses.el (ses-dotimes-msg): Remove macro.
24243 Use `dotimes-with-progress-reporter' instead.
24244
24245 2005-01-19 Steven Tamm <steventamm@mac.com>
24246
24247 * term/mac-win.el (process-connection-type): Use new
24248 operating-system-release variable to use ptys on Darwin 7 (OS X
24249 10.3) when using carbon build.
24250
24251 2005-01-19 Jay Belanger <belanger@truman.edu>
24252
24253 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
24254 flags if the last command was a tab or M-tab.
24255
24256 * calc/calc-prog.el (calc-user-define-edit): Put original formula
24257 in formula editing buffer.
24258
24259 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24260
24261 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
24262 breakpoint image symbol in margin.
24263
24264 2005-01-19 Jay Belanger <belanger@truman.edu>
24265
24266 * calc/calc-prog.el (calc-execute-kbd-macro):
24267 Ignore calc-keep-arg-flag.
24268
24269 2005-01-19 Kenichi Handa <handa@m17n.org>
24270
24271 * textmodes/ispell.el (ispell-looking-at): New function.
24272 (ispell-process-line): Use ispell-looking-at to compare the ispell
24273 output and the buffer contents.
24274
24275 2005-01-18 Jay Belanger <belanger@truman.edu>
24276
24277 * calc/calc.el (calc-display-raw): Fix docstring.
24278
24279 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
24280
24281 * simple.el (blink-matching-open): Strip extra info from syntax.
24282
24283 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
24284 funny chars in the end-of-here-doc marker.
24285
24286 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24287
24288 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
24289 that enable/disabled state of breakpoints is shown correctly in
24290 fringe and on ttys.
24291 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
24292 Add breakpoint information as text properties.
24293 (gdb-mouse-toggle-breakpoint):
24294 Rename to gdb-mouse-set-clear-breakpoint.
24295 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
24296 breakpoints in the margin.
24297 (gdb-remove-strings): Simplify.
24298
24299 2005-01-17 Jay Belanger <belanger@truman.edu>
24300
24301 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
24302 erasing buffer.
24303
24304 2005-01-17 Richard M. Stallman <rms@gnu.org>
24305
24306 * progmodes/grep.el (grep-find): Copy from `grep' the condition
24307 for calling grep-compute-defaults.
24308
24309 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
24310 if buffer is empty.
24311
24312 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
24313
24314 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
24315
24316 * hilit-chg.el (highlight-changes-mode): Don't autoload.
24317
24318 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
24319 non-preloaded variables.
24320
24321 2005-01-17 Steven Tamm <steventamm@mac.com>
24322
24323 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
24324 tex-shell cause to force interactivity when using pipes.
24325
24326 2005-01-17 Kim F. Storm <storm@cua.dk>
24327
24328 * simple.el (just-one-space): Make arg optional.
24329
24330 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
24331
24332 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
24333 posn-at-x-y to t to access left-margin.
24334
24335 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
24336
24337 Sync with Tramp 2.0.47.
24338
24339 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
24340 catching keep-date problems in cp/scp operations.
24341 (tramp-handle-copy-file): Don't call `set-file-modes'
24342 unconditionally. Specialized functions should know better what is
24343 necessary. This improves performance a little bit, and the
24344 functions could catch errors with `cp -p' and `scp -p'.
24345 (tramp-do-copy-or-rename-file-via-buffer)
24346 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
24347 when appropriate.
24348 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
24349 Call `set-file-modes' when appropriate.
24350 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
24351 Johnsson <isak@hypergene.com>
24352 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
24353 of both Tramp buffer and debug buffer. Reported by Joakim Verona
24354 <joakim@verona.se>
24355 (tramp-file-name-for-operation): Mark `shell-command' as magic for
24356 Emacs only.
24357
24358 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
24359 `find-file-hooks' and `dired-mode-hook'.
24360 (tramp-minor-mode-map): Respective map. Add remapping for
24361 `compile' and `recompile'.
24362 (tramp-remap-command, tramp-recompile): New defuns.
24363 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
24364 in buffer "*Compilation*". Call the commands asynchronously.
24365
24366 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
24367 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
24368 `shell-command', because it isn't magic in XEmacs. Reported by
24369 Adrian Aichner <adrian@xemacs.org>.
24370
24371 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
24372 `substitute-in-file-name.
24373 (tramp-smb-handle-substitute-in-file-name): New defun.
24374 (tramp-smb-advice-PC-do-completion): Delete advice.
24375
24376 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
24377
24378 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
24379 Fix error in deleting region.
24380
24381 2005-01-15 Richard M. Stallman <rms@gnu.org>
24382
24383 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
24384 In non-temp buffer, switch syntax table temporarily.
24385
24386 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
24387
24388 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
24389
24390 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
24391
24392 * imenu.el (imenu--split-menu): Copy menulist before sorting.
24393 (imenu--generic-function): Use START, not BEG, as pos of definition.
24394
24395 * simple.el (just-one-space): Argument specifies number of spaces.
24396
24397 * simple.el (eval-expression-print-format): Avoid warning
24398 about edebug-active.
24399
24400 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
24401
24402 * progmodes/sh-script.el: Code copied from make-mode.el
24403 with small changes,
24404 (sh-mode-map): Bind C-c C-\.
24405 (sh-backslash-column, sh-backslash-align): New variables.
24406 (sh-backslash-region, sh-append-backslash): New functions.
24407
24408 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
24409
24410 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
24411 (rmail-pop-password, rmail-pop-password-required): Move to
24412 rmail-obsolete group.
24413 (rmail-set-pop-password): Rename to rmail-set-remote-password.
24414 All callers updated.
24415 (rmail-get-pop-password): Rename to rmail-get-remote-password.
24416 Take an argument specifying whether it is POP or IMAP mailbox we
24417 are using. All callers updated.
24418 (rmail-pop-password-error): Rename to
24419 rmail-remote-password-error. Added mailutils-specific error message.
24420 (rmail-movemail-search-path)
24421 (rmail-movemail-variant-in-use): New variables.
24422 (rmail-remote-password, rmail-remote-password-required):
24423 New customization variables.
24424 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
24425 (rmail-parse-url): New function.
24426 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
24427 with GNU mailutils movemail.
24428
24429 2005-01-15 Kevin Ryde <user42@zip.com.au>
24430
24431 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
24432 suffix to space, $ or '$, to correctly position point when going
24433 to @table style constants like DBL_MAX.
24434
24435 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
24436
24437 * type-break.el (type-break-mode, type-break-file-time)
24438 (type-break-file-keystroke-count, type-break-choose-file):
24439 Don't store data in or load data from the file if type-break-file-name
24440 is nil.
24441 (type-break-file-name): Doc update as per the above.
24442
24443 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
24444
24445 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
24446 lookup-key might return nil; handle that.
24447
24448 2005-01-15 Alan Mackenzie <acm@muc.de>
24449
24450 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
24451 rather than the element found, thus enabling the tree to be setcar'd.
24452
24453 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24454
24455 * textmodes/org.el (org-show-following-heading): New option.
24456 (org-show-hierarchy-above): Use `org-show-following-heading'.
24457 (org-cycle): Documentation fix.
24458
24459 * textmodes/org.el (orgtbl-optimized): New option
24460 (orgtbl-mode): New command, a minor mode.
24461 (orgtbl-mode-map): New variable.
24462 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
24463 (orgtbl-error, orgtbl-self-insert-command)
24464 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
24465
24466 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
24467 a local variable in each org-mode buffer.
24468
24469 * textmodes/org.el (org-set-regexps-and-options): Rename from
24470 `org-set-regexps'. Added checking for STARTUP keyword.
24471 (org-get-current-options): Add STARTUP options.
24472 (org-table-insert-row): Make mode intelligent about when
24473 realignment is needed.
24474 (org-self-insert-command, org-delete-backward-char, org-delete-char):
24475 New commands.
24476 (org-enable-table-editor): New default value `optimized'.
24477 (org-table-blank-field): Support blanking regions if active.
24478
24479 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24480
24481 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
24482 if the year is not given.
24483
24484 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
24485 Add new escapes %m and %M, fixed bug with %F by adding
24486 save-match-data.
24487 (reftex-reference): Remove ?. from list of spaces.
24488 (reftex-label-info): Add automatic label prefix recognition.
24489
24490 * textmodes/reftex-index.el (reftex-index-next-phrase):
24491 Add slave parameter to call of `reftex-index-this-phrase'.
24492 (reftex-index-this-phrase): New optional argument.
24493 (reftex-index-region-phrases): Add slave parameter to call of
24494 `reftex-index-this-phrase'.
24495 (reftex-display-index): New argument redo.
24496 (reftex-index-rescan): Add `redo' to arguments of
24497 `reftex-display-index'.
24498 (reftex-index-Rescan, reftex-index-revert)
24499 (reftex-index-switch-index-tag): Add `redo' to arguments of
24500 `reftex-display-index'.
24501 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
24502 indexing. Fix bug with matching is there is a quote before or
24503 after the word.
24504
24505 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
24506 Fix bug when collecting citation keys in lines with comments.
24507 (reftex-citation): Prefix argument no longer rescans the document,
24508 but forces prompting for optional arguments of cite macros.
24509 (reftex-do-citation): Prompting for optional arguments implemented.
24510
24511 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
24512 Add optional arguments to most cite commands.
24513 (reftex-cite-cleanup-optional-args): New option
24514 (reftex-cite-prompt-optional-args): New option.
24515 (reftex-trust-label-prefix): New option.
24516
24517 * textmodes/reftex-toc.el (reftex-toc-find-section):
24518 Add push-mark before changing the position in the buffer.
24519
24520 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
24521 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
24522
24523 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
24524
24525 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
24526 more carefully.
24527
24528 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
24529
24530 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
24531 (sgml-mode): Use it.
24532 (sgml-get-context): Better keep track of implicitly closed tags.
24533
24534 2005-01-13 Kenichi Handa <handa@m17n.org>
24535
24536 * textmodes/ispell.el: These changes are to fix misalignment error
24537 caused by equivalent characters of different Emacs charsets.
24538 (ispell-unified-chars-table): New variable.
24539 (ispell-get-decoded-string): New function.
24540 (ispell-get-casechars, ispell-get-not-casechars)
24541 (ispell-get-otherchars): Call ispell-get-decoded-string.
24542
24543 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
24544
24545 * custom.el (custom-declare-variable): Just put symbol instead
24546 of (defvar . symbol) in `current-load-list'.
24547
24548 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
24549
24550 * emacs-lisp/elint.el: Fixed typo in Commentary section.
24551
24552 2005-01-12 Jay Belanger <belanger@truman.edu>
24553
24554 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
24555 to create a Calc summary.
24556
24557 2005-01-12 Kim F. Storm <storm@cua.dk>
24558
24559 * mouse.el (mouse-on-link-p): Change functionality and doc
24560 string to comply with latest description in lisp ref.
24561
24562 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
24563
24564 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
24565 Enable mouse clicks on mode-line, header-line and margin.
24566 (event-type): Give mouse event symbols an `event-kind' property
24567 with value `mouse-click'.
24568
24569 2005-01-12 Juri Linkov <juri@jurta.org>
24570
24571 * facemenu.el (list-colors-display): Add new arg buffer-name.
24572 Use it. Fix docstring. Replace code for identifying duplicate
24573 colors by the name with call to `list-colors-duplicates' which
24574 identifies duplicate colors by the value unless the color
24575 is one of special Windows colors. Set truncate-lines to t.
24576 Print sorted duplicate color names on each line. Indent to 22
24577 \(the longest color name in rgb.txt) instead of 20. Optimize.
24578 (list-colors-duplicates): New function.
24579 (facemenu-color-name-equal): Delete function.
24580
24581 * facemenu.el (list-colors-print): New function created from code
24582 in list-colors-display. Print #RRGGBB at the window right edge.
24583 (list-colors-display): When temp-buffer-show-function is not
24584 defined, call list-colors-print from temp-buffer-show-hook
24585 to get the right value of window-width in list-colors-print
24586 after the buffer is displayed.
24587
24588 * simple.el (pop-mark): Move deactivate-mark out of conditional
24589 part to deactivate the active mark regardless of the state of the
24590 mark ring.
24591
24592 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
24593 variables line in desktop files.
24594
24595 2005-01-12 Juri Linkov <juri@jurta.org>
24596
24597 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
24598 Bring together isearch highlight related options.
24599 (lazy-highlight): Replace group `replace' by `matching'.
24600 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24601 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24602 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
24603 and declare them obsolete.
24604 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
24605 (isearch-faces): Remove defgroup.
24606 (isearch-overlay, isearch-highlight, isearch-dehighlight):
24607 Move isearch highlighting code closer to lazy highlighting code.
24608
24609 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
24610 (query-replace-highlight, query-replace-lazy-highlight)
24611 (query-replace): Move definitions to the beginning of the file.
24612
24613 2005-01-11 Juri Linkov <juri@jurta.org>
24614
24615 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
24616 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
24617 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
24618
24619 * info.el (Info-history-forward): New variable.
24620 (Info-select-node): Reset Info-history-forward to nil.
24621 (Info-last): Turn into defalias.
24622 (Info-history-back): Rename from Info-last.
24623 Add current node to Info-history-forward.
24624 (Info-history-forward): New fun.
24625 (Info-mode-map): Replace Info-last by Info-history-back.
24626 Bind Info-history-forward to "r".
24627 (Info-mode-menu): Replace Info-last by Info-history-back.
24628 Fix menu item text. Add menu item for Info-history-forward.
24629 (info-tool-bar-map): Replace Info-last by Info-history-back.
24630 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
24631 for Info-history-forward.
24632 (Info-mode): Replace Info-last by Info-history-back in docstring.
24633 Add local variable Info-history-forward.
24634 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
24635
24636 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
24637
24638 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
24639 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
24640 Ignore select-window events rather than fiddle with
24641 mouse-autoselect-window.
24642
24643 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
24644
24645 * type-break.el (type-break-mode): Fix previous change.
24646
24647 2005-01-10 Jay Belanger <belanger@truman.edu>
24648
24649 * calc/calc-ext.el (calc-reset): Reset when inside embedded
24650 calculator; only reset when point is inside a calculator.
24651 Don't adjust the window height if the window takes up the whole height
24652 of the frame.
24653
24654 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
24655
24656 * ebuff-menu.el (Electric-buffer-menu-mode):
24657 Preserve value of buffer-local var header-line-format.
24658
24659 2005-01-09 Jay Belanger <belanger@truman.edu>
24660
24661 * calc/calc.el (calc-mode-var-list-restore-saved-values):
24662 Make sure settings file exists before accessing it.
24663
24664 * calc/calc-embed.el (calc-embedded-subst):
24665 Replace math-multi-subst-rec, which is only supposed to be called
24666 by math-multi-subst, by math-multi-subst.
24667
24668 2005-01-09 Andre Spiegel <spiegel@gnu.org>
24669
24670 * vc.el (vc-allow-async-revert): New user option.
24671 (vc-disable-async-diff): New internal variable.
24672 (vc-revert-buffer): Use them to disable asynchronous diff.
24673
24674 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
24675 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
24676 asynchronously if vc-disable-async-diff is t.
24677
24678 2005-01-09 Jay Belanger <belanger@truman.edu>
24679
24680 * calc/calc.el (defcalcmodevar): New macro.
24681 (calc-mode-var-list-restore-default-values)
24682 (calc-mode-var-list-restore-saved-values): New functions.
24683 (calc-mode-var-list): Use defcalcmodevar to define it.
24684 (calc-always-load-extensions, calc-line-numbering)
24685 (calc-line-breaking, calc-display-just, calc-display-origin)
24686 (calc-number-radix, calc-leading-zeros, calc-group-digits)
24687 (calc-group-char, calc-point-char, calc-frac-format)
24688 (calc-prefer-frac, calc-hms-format, calc-date-format)
24689 (calc-float-format, calc-full-float-format, calc-complex-format)
24690 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
24691 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
24692 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
24693 (calc-matrix-brackets, calc-language, calc-language-option)
24694 (calc-left-label, calc-right-label, calc-word-size)
24695 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
24696 (calc-display-raw, calc-internal-prec, calc-angle-mode)
24697 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
24698 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
24699 (calc-window-height, calc-display-trail, calc-show-selections)
24700 (calc-use-selections, calc-assoc-selections)
24701 (calc-display-working-message, calc-auto-why, calc-timing)
24702 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
24703 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
24704 (calc-gnuplot-default-device, calc-gnuplot-default-output)
24705 (calc-gnuplot-print-device, calc-gnuplot-print-output)
24706 (calc-gnuplot-geometry, calc-graph-default-resolution)
24707 (calc-graph-default-resolution-3d, calc-invocation-macro)
24708 (calc-show-banner): Use defcalcmodevar to declare them and set
24709 their default values.
24710
24711 * calc/calc-ext.el (calc-reset): Restore saved values of variables
24712 instead of default values (but restore default values if there is
24713 an argument of 0).
24714
24715 2005-01-09 David Kastrup <dak@gnu.org>
24716
24717 * desktop.el (desktop-restore-eager): Fix typo in type.
24718
24719 2005-01-08 Richard M. Stallman <rms@gnu.org>
24720
24721 * cus-edit.el (customize): Delete :link.
24722
24723 2005-01-08 Jay Belanger <belanger@truman.edu>
24724
24725 * calc/calc.el (calc-mode): Remove the extension from the
24726 `calc-settings-file' file name when loading it.
24727
24728 2005-01-08 Kim F. Storm <storm@cua.dk>
24729
24730 * info.el (Info-mode-map, Info-next-link-keymap)
24731 (Info-prev-link-keymap, Info-up-link-keymap):
24732 Map follow-link to mouse-face.
24733 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
24734
24735 2005-01-08 Jay Belanger <belanger@truman.edu>
24736
24737 * calc/calc.el (calc-settings-file): Change default value.
24738 Suggested by cgw in a comment in calc-mode.el.
24739
24740 * calc/calc-mode.el (calc-settings-file-name):
24741 Compare calc-settings-file to user-init-file instead of ~/.emacs.
24742 Replace ~/.emacs in a prompt by calc-settings-file.
24743
24744 2005-01-07 Lars Hansen <larsh@math.ku.dk>
24745
24746 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
24747 (desktop-lazy-idle-delay): New customizable variables.
24748 (desktop-buffer-args-list): New variable.
24749 (desktop-append-buffer-args): New function.
24750 (desktop-save): Call desktop-append-buffer-args for some buffers.
24751 (desktop-lazy-create-buffer): New function.
24752 (desktop-idle-create-buffers): New function.
24753 (desktop-read): Add message about buffers to restore lazily.
24754 (desktop-lazy-abort): New command.
24755 (desktop-clear): Call desktop-lazy-abort.
24756 (desktop-lazy-complete): New command.
24757
24758 2005-01-06 Richard M. Stallman <rms@gnu.org>
24759
24760 * emacs-lisp/find-func.el (find-face-definition):
24761 Rename from find-face.
24762
24763 2005-01-06 Kim F. Storm <storm@cua.dk>
24764
24765 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
24766
24767 * man.el (Man-xref-man-page, Man-xref-header-file)
24768 (Man-xref-normal-file): Add follow-link property.
24769
24770 2005-01-06 Jay Belanger <belanger@truman.edu>
24771
24772 * calc/calc-units.el: Make sure the proper macro definitions are
24773 available when compiling.
24774
24775 2005-01-06 Juri Linkov <juri@jurta.org>
24776
24777 * isearch.el (isearch-lazy-highlight-update):
24778 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
24779
24780 2005-01-06 Miles Bader <miles@gnu.org>
24781
24782 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
24783 (isearch-lazy-highlight-face): Use new name.
24784
24785 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
24786
24787 * uniquify.el (uniquify-rationalize-file-buffer-names):
24788 Re-add an interactive spec.
24789 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
24790 to the same name.
24791
24792 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
24793 (isearch-update, isearch-done): Adjust calls accordingly.
24794
24795 2005-01-05 Richard M. Stallman <rms@gnu.org>
24796
24797 * custom.el (custom-set-variables, custom-theme-set-variables):
24798 Clarify documentation.
24799
24800 * emacs-lisp/find-func.el (find-variable)
24801 (find-variable-other-window, find-variable-other-frame):
24802 Fix the TYPE args to find-function-read and find-function-do-it.
24803 (find-function): Doc fix.
24804 (find-function-at-point): Replace function-at-point alias.
24805
24806 2005-01-04 Richard M. Stallman <rms@gnu.org>
24807
24808 * cus-face.el (custom-declare-face):
24809 Record defface in current-load-list.
24810
24811 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
24812
24813 * emacs-lisp/find-func.el: Doc fixes.
24814 (find-face-regexp): New variable.
24815 (find-function-regexp-alist): New variable.
24816 (find-function-C-source): Third arg is now TYPE.
24817 (find-function-search-for-symbol): Handle general TYPE.
24818 (find-function-read, find-function-do-it): Handle general TYPE.
24819 (find-definition-noselect, find-face): New functions.
24820 (function-at-point): Alias deleted.
24821
24822 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
24823
24824 * battery.el (display-battery-mode): Rename from display-battery.
24825 Handle the case where it gets turned off.
24826
24827 2005-01-04 Richard M. Stallman <rms@gnu.org>
24828
24829 * cus-edit.el (customize): Make :link point to user doc.
24830
24831 * man.el (Man-fontify-manpage): Turn off undo generation.
24832
24833 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
24834
24835 2005-01-04 Andreas Schwab <schwab@suse.de>
24836
24837 * files.el (insert-directory): Only look for error lines in
24838 inserted text. Don't move too far after processing --dired markers.
24839
24840 2005-01-04 Richard M. Stallman <rms@gnu.org>
24841
24842 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
24843 Don't expand if the character is @, period, dash, etc.
24844 (define-mail-abbrev): Quote names that contain problem characters.
24845
24846 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
24847
24848 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
24849
24850 2005-01-03 Richard M. Stallman <rms@gnu.org>
24851
24852 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
24853 (query-replace-highlight, query-replace-lazy-highlight)
24854 (query-replace): Definitions moved up. Doc fix.
24855
24856 2005-01-03 Richard M. Stallman <rms@gnu.org>
24857
24858 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
24859 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24860 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24861 (lazy-highlight-face): Rename from isearch-lazy-...
24862 Change all references to them.
24863
24864 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
24865
24866 * cus-edit.el (custom-file): Doc fix for defcustom.
24867 (custom-file): The function no longer sets the variable
24868 `custom-file' to its return value.
24869
24870 * startup.el (command-line): No longer load `custom-file'.
24871
24872 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
24873
24874 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
24875
24876 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
24877 Don't confuse module-prefixed identifiers for labels.
24878 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
24879
24880 2005-01-02 Richard M. Stallman <rms@gnu.org>
24881
24882 * files.el (basic-save-buffer-1): Fix previous change.
24883
24884 * loadhist.el (file-loadhist-lookup): New function.
24885 (file-provides, file-requires): Use it.
24886
24887 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
24888 instead of calculating the right size.
24889
24890 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
24891
24892 * vc-svn.el (vc-svn-diff): Stay local if possible.
24893
24894 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
24895
24896 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
24897
24898 * files.el (hack-local-variables): Fix last change.
24899
24900 2005-01-02 Jay Belanger <belanger@truman.edu>
24901
24902 * calc/calc-yank.el (calc-edit-top): New variable.
24903 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
24904 object. Change header properties.
24905 (calc-edit-finish, calc-edit-finish-stack-object)
24906 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
24907 edited object.
24908 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
24909 for the beginning of the edited object.
24910 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
24911 for the beginning of the edited object.
24912 * calc/calc-prog.el (calc-edit-macro-finish-edit)
24913 (calc-finish-formula-edit, calc-macro-repeats)
24914 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
24915 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
24916 beginning of the edited object.
24917 (calc-user-define-edit): Change the header for editing macros.
24918 Remove unnecessary variable.
24919
24920 2005-01-01 Jay Belanger <belanger@truman.edu>
24921
24922 * calc/calc-yank.el (calc-edit-mode): Change default header.
24923 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
24924 * calc/calc-store.el (calc-edit-variable): Change title to match new
24925 header.
24926 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
24927 mode to match new header.
24928 (calc-user-define-edit): Change titles to include names of commands.
24929 (calc-finish-formula-edit): Adjust to handle new header.
24930 (calc-finish-macro-edit): Remove.
24931 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
24932 (calc-edit-macro-command, calc-edit-macro-command-type)
24933 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
24934 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
24935 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
24936 (calc-edit-macro-finish-edit): New functions.
24937 (calc-user-define-edit): Use new functions to edit named calc macros.
24938
24939 2005-01-01 Stefan <monnier@iro.umontreal.ca>
24940
24941 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
24942
24943 * ses.el (copy-region-as-kill): Deactivate mark.
24944
24945 2005-01-01 Richard M. Stallman <rms@gnu.org>
24946
24947 * replace.el (occur-1): If the output buffer is also an input,
24948 don't kill it, rename it.
24949
24950 * faces.el (set-face-background, set-face-foreground): Doc fix.
24951
24952 * cus-face.el (custom-face-attributes): Fix :help-echo strings
24953 for :foreground and :background.
24954
24955 * dired.el (dired-view-command-alist): Variable deleted.
24956 (dired-view-file, dired-mouse-find-file-other-window):
24957 Delete the code to use it.
24958
24959 2005-01-01 Kim F. Storm <storm@cua.dk>
24960
24961 * image.el (insert-sliced-image): Use t for line-height property.
24962
24963 See ChangeLog.11 for earlier changes.
24964
24965 ;; Local Variables:
24966 ;; coding: iso-2022-7bit
24967 ;; End:
24968
24969 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
24970 Copying and distribution of this file, with or without modification,
24971 are permitted provided the copyright notice and this notice are preserved.
24972
24973 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1