]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-06-26 Kim F. Storm <storm@cua.dk>
2
3 * help.el (view-emacs-news): Declare `res' in the right let* form.
4
5 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
6
7 * net/rcompile.el (remote-compile): Replace ange-ftp based
8 implementation by Tramp functions. Based on a patch published by
9 Marc Abramowitz <msabramo@gmail.com>.
10
11 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
12
13 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
14
15 * international/fontset.el (setup-default-fontset): Fix a typo in
16 the "Oriya-Akruti" registry name.
17
18 2006-06-23 Lars Hansen <larsh@soem.dk>
19
20 * desktop.el (desktop-full-file-name): New function.
21 (desktop-kill, desktop-save, desktop-remove, desktop-read)
22 (desktop-revert): Use it.
23 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
24 (desktop-after-read-hook): Add option list-buffers.
25 (desktop-locals-to-save): Add tab-width.
26 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
27 Fix docstring.
28
29 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
30
31 * textmodes/org.el (org-cdlatex-mode-map)
32 (org-cdlatex-texmathp-advice-is-done): New variables.
33 (org-cdlatex-mode): New minor mode.
34 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
35 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
36 (org-export-with-archived-trees): New option.
37 (org-open-file): Removed the call to `convert-standard-filename'.
38 (org-archive-tag, org-agenda-skip-archived-trees)
39 (org-cycle-open-archived-trees)
40 (org-sparse-tree-open-archived-trees): New options.
41 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
42 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip): New
43 functions.
44 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
45 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
46 (org-mode-map): Add binding for `org-toggle-archive-tag'.
47 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
48 Call `org-prepare-agenda-buffers'.
49 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
50 (org-file-apps, org-file-apps-defaults-gnu)
51 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
52 Handle remote files by forcing them to be opened in Emacs.
53
54 2006-06-23 Andre Spiegel <spiegel@gnu.org>
55
56 * vc.el (vc-diff-knows-L): New variable.
57 (vc-diff-internal): Use it to handle "diff" programs that don't
58 understand -L. This works automatically, no user action is necessary.
59
60 2006-06-23 Daniel Brockman <daniel@brockman.se>
61
62 * net/rcirc.el (rcirc-default-user-full-name): Default to
63 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
64 longer exists).
65 (rcirc-process-list): Check `buffer-live-p' before attempting to
66 switch to a buffer.
67
68 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
69
70 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
71 based on rcirc-coding-system-alist.
72
73 2006-06-23 Martin Rudalics <rudalics@gmx.at>
74
75 * cus-edit.el (customize-apropos): A better error message.
76 (top level) <debug-ignored-errors>: Extend and update the list of
77 ignored error messages.
78
79 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
80
81 * complete.el (PC-do-completion): Retain capitalization of user
82 input, when possible, even if completion-ignore-case is set.
83
84 2006-06-23 Eli Zaretskii <eliz@gnu.org>
85
86 * generic-x.el (bat-generic-mode): Support .cmd files.
87
88 * dos-w32.el (top level): Use find-file-not-found-functions
89 instead of the obsolete find-file-not-found-hooks.
90
91 2006-06-22 Kim F. Storm <storm@cua.dk>
92
93 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
94 to recognize mode name containing submodes, such as Grep/lw.
95
96 2006-06-21 Kim F. Storm <storm@cua.dk>
97
98 * simple.el (line-move-1): Check for move-end-of-line instead of
99 end-of-line when setting temporary-goal-column.
100
101 2006-06-21 Miles Bader <miles@gnu.org>
102
103 * play/cookie1.el (cookie): Work properly when there's only one entry.
104
105 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
106
107 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
108 (gdb-frame-handler): Generalize frame regexp for templates.
109
110 2006-06-20 Glenn Morris <rgm@gnu.org>
111
112 * calendar/appt.el (appt-display-format): Default value must be
113 one of the customize options.
114
115 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
116
117 * term/xterm.el (terminal-init-xterm): Update key availability info.
118 Bind C-return.
119
120 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
121
122 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
123
124 * files.el (hack-local-variables): Run `hack-local-variables-hook'
125 whether or not a local variables list is defined.
126
127 * msb.el (msb): Move `sit-for' hack here to handle both
128 "mouse-down and drag" and "mouse-up and select" situations.
129 (mouse-select-buffer): Move `sit-for' hack to `msb'.
130
131 2006-06-20 Kenichi Handa <handa@m17n.org>
132
133 * international/characters.el (word-combining-categories):
134 Add entries for 2-byte Han characters.
135
136 2006-06-19 Richard Stallman <rms@gnu.org>
137
138 * bindings.el (mode-line-format): Save some mode line space.
139
140 * files.el (find-file-noselect): Improve the question wording.
141 (basic-save-buffer-2): Mask UMASK against 666.
142
143 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
144 (mouse-drag-vertical-line): Call it.
145
146 * cus-edit.el (customize-option, customize-option-other-window):
147 Error if SYMBOL is nil.
148
149 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
150
151 * textmodes/org.el: Require noutline, also on XEmacs.
152 (org-end-of-subtree): Return point.
153 (org-dblock-start-re, org-dblock-end-re): New constants.
154 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
155 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
156 (org-update-all-dblocks, org-find-dblock): New functions.
157 (org-collect-clock-time-entries): New function.
158 (org-html-handle-time-stamps): Never export CLOCK timeranges.
159 (org-fixup-indentation): Modified to deadl correctly with lines
160 starting with TAB. Only one argument DIFF now.
161 (org-demote, org-promote): Call `org-fixup-indentation' with just
162 one argument, DIFF.
163 (org-mode): Don't mark buffer as modified when aligning tables.
164 (org-clock-sum): Don't mark buffer modified when adding time sum
165 properties.
166 (org-export-as-html): Added support for a link validation function.
167 (org-archive-all-done): New function.
168 (org-archive-subtree): New prefix argument. When set, archive all
169 done subtrees in this buffer.
170 (org-remove-clock-overlays)
171 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
172 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
173 (org-put-clock-overlay): Don't swallow last headline character
174 when displaying overlay.
175 (org-store-link): Link to `image-mode' with just the file name.
176
177 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
178
179 * viper-cmd.el (viper-special-read-and-insert-char):
180 Use read-key-sequence.
181 (viper-after-change-undo-hook): Misc enhancements.
182 (viper-after-change-undo-hook): New hook.
183 (viper-undo): Use viper-after-change-undo-hook.
184 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
185 (viper-next-line-at-bol): If point is on a widget or a button, simulate
186 clicking on that widget/button.
187
188 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
189
190 * ediff-diff (ediff-test-patch-utility): Catch errors.
191 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
192 (ediff-set-actual-diff-options): New function.
193 (ediff-reset-diff-options, ediff-toggle-ignore-case):
194 Use ediff-set-actual-diff-options.
195 (ediff-extract-diffs): Catch errors.
196 (ediff-whitespace): Add non-breakable space.
197 (ediff-same-file-contents): Catch errors.
198
199 * ediff-mult.el (ediff-collect-custom-diffs):
200 Save coding-system-for-read.
201
202 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
203 (ediff-vc-internal, ediff-vc-merge-internal):
204 Use ediff-delete-version-file.
205 (ediff-delete-version-file): New function.
206
207 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
208
209 * ediff.el (ediff-directories, ediff-directory-revisions)
210 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
211 (ediff-directories-internal, ediff-merge-directory-revisions)
212 (ediff-merge-directory-revisions-with-ancestor)
213 (ediff-directories3): Use read-directory-name.
214
215 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
216
217 * textmodes/tex-mode.el (tex-font-lock-match-suscript): Remove
218 superfluous part of regexp for brace matching which is handled by
219 `scan-lists' call.
220
221 2006-06-16 Richard Stallman <rms@gnu.org>
222
223 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
224
225 * files.el (basic-save-buffer-2): For a new precious file,
226 use the default modes in the return value.
227
228 * facemenu.el (facemenu-color-alist): Doc fix.
229
230 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
231
232 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
233
234 * cus-start.el (all): Add mac-ts-script-language-on-focus.
235
236 * term/mac-win.el (mac-text-encoding-ascii): New constant.
237 (mac-utxt-to-string): Use it.
238 (mac-ts-update-active-input-area): Use mac-ae-number.
239
240 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
241
242 * term.el (term-handle-scroll, term-delete-lines)
243 (term-insert-lines): Fix off by one errors.
244
245 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
246
247 * net/tramp.el (tramp-touch): Use UTC to express time.
248
249 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
250
251 * mail/sendmail.el (mail-send): Search explicitly for
252 mail-header-separator when checking for corrupted header lines.
253
254 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
255
256 * progmodes/gdb-ui.el (gdb-same-frame): New option.
257 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
258 (gdb-init-1): Initialise them.
259 (gdb-starting): Reset gdb-printing
260 (gdb-starting): Save value of gud-overlay-arrow-position.
261 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
262 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
263 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
264 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
265
266 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
267
268 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
269
270 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
271
272 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
273 (ldap-search-internal): Keep error messages, and a regexp fix.
274
275 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
276
277 * files.el (hack-local-variables-confirm):
278 Display string value using its printed representation.
279
280 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
281
282 * server.el (server-edit): No-op if no server buffers exist.
283
284 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
285
286 * textmodes/page-ext.el (pages-directory-for-addresses):
287 Including `pages-directory-address-mode' in the function results
288 in the message "Buffer in which pages were found is deleted".
289
290 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
291
292 * textmodes/org.el: (org-agenda-mode-map): Add bindings for
293 clocking functions.
294
295 (org-agenda-clock-in, org-check-running-clock)
296 (org-clock-out-if-current, org-remove-clock-overlays)
297 (org-put-clock-overlay): New functions.
298 (org-clock-marker, org-clock-file-total-minutes)
299 (org-clock-overlays): New variables.
300 (org-clock-display, org-clock-sum, org-clock-cancel)
301 (org-clock-out, org-clock-in): New commands.
302 (org-export): New function.
303 (org-emph-re): New constant.
304 (org-set-emph-re, org-do-emphasis-faces): New functions.
305 (org-emphasis-regexp-components, org-emphasis-alist): New options.
306 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
307 (org-export-html-convert-emphasize): Use the configurable emphasis.
308 (org-cleaned-string-for-export): Make multiline emphasis visible
309 to the exporter. New optional argument PARAMETERS.
310 (org-export-as-html): Specify :emph-multiline parameter to
311 `org-cleaned-string-for-export'.
312
313 2006-06-10 Richard Stallman <rms@gnu.org>
314
315 * help.el (help-for-help-internal): Clean up help text.
316
317 2006-06-10 Andreas Schwab <schwab@suse.de>
318
319 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
320 in doc string.
321
322 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
323
324 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
325
326 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
327 spaces after the comment start.
328
329 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
330
331 * play/pong.el (pong-init-buffer):
332 Fill buffer with spaces instead of ^A.
333
334 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
335 launched asynchronously, delete its process instead of being cool.
336 (ispell-async-processp): Check for `delete-process' existence
337 instead of `kill-process' one for consistency.
338
339 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
340
341 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
342 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
343 in mode line at startup.
344
345 2006-06-08 Kim F. Storm <storm@cua.dk>
346
347 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
348 (ido-init-completion-maps): Bind them to M-SPC and M-v.
349 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
350 (ido-file-internal): Pass full file name to write-file.
351 (ido-read-internal): Only pop stack elements automatically if they
352 actually match an existing directory or file name.
353
354 2006-06-07 Kenichi Handa <handa@m17n.org>
355
356 * international/mule.el (find-auto-coding): Don't handle the short
357 name `char-trans'.
358
359 * files.el (hack-local-variables-prop-line)
360 (hack-local-variables): Cancel the previous change.
361
362 2006-06-06 Jesper Harder <harder@phys.au.dk>
363
364 * ediff-diff.el (ediff-test-utility): Protect against file-error.
365
366 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
367
368 * diff-mode.el (diff-mode): Set buffer-read-only to t when
369 diff-default-read-only is non-nill.
370 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
371 (diff-refine-hunk): Set inhibit-read-only to t.
372
373 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
374 modifying the *Diff* buffer.
375 (diff-process-filter): New filter function for diff process that
376 sets inhibit-read-only to t when modifying the *Diff* buffer.
377
378 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
379
380 * textmodes/org.el: (org-archive-subtree): Use end-of-subtree as
381 insertion point and control the number of empty lines.
382 (org-paste-subtree): Limit the number of empty lines at the end of
383 the inserted tree.
384 (org-agenda): Use buffer name of current file for narrowing.
385 (org-export-as-xml): Command removed.
386 (org-export-xml-type): Option removed.
387 (org-mode-map): Call `org-export-as-xoxo' directly.
388 (org-get-indentation): New optional argument LINE.
389 (org-fix-indentation, org-remove-tabs): New functions.
390 (org-export-as-ascii, org-ascii-level-start): Determine and apply
391 correct indentation for headlines that are converted it items.
392 (org-skip-comments): Remove table lines that contain narrowing
393 cookies but no other non-empty fields.
394 (org-set-tags): Allow groups of mutually exclusive tags.
395 (org-cmp-time): Sort 24:21 before items without time.
396 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
397 (org-open-at-point): Require double colon also for numbers.
398
399 2006-06-06 Kim F. Storm <storm@cua.dk>
400
401 * ido.el (ido-default-file-method, ido-default-buffer-method):
402 Make choice values consistent with corresponding command names.
403 (ido-visit-buffer): Update accordingly. Default to selected-window.
404
405 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
406
407 * progmodes/gud.el (gud-running): Fix doc string.
408 (gud-menu-map): Use :visible instead fo :enable for debugger test.
409 (gud-tooltip-modes): Add python-mode.
410 (gud-tooltip-print-command): Add pdb. Remove perldb.
411
412 2006-06-05 Eli Zaretskii <eliz@gnu.org>
413
414 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
415 Quote $(EMACS).
416
417 2006-06-05 Richard Stallman <rms@gnu.org>
418
419 * faces.el (defined-colors): Doc fix.
420
421 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
422
423 * vc.el (vc-process-filter): Inhibit undo info collection around
424 call to insert.
425 (vc-setup-buffer): Likewise for call to erase-buffer.
426 (vc-do-command): Likewise for call to process-file.
427
428 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
429
430 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
431 for gud-go.
432 (gud-common-init): Other debuggers may trigger error.
433
434 2006-06-05 Kenichi Handa <handa@m17n.org>
435
436 * international/mule.el (find-auto-coding):
437 Handle enable-character-translation in file header.
438
439 2006-06-04 Kim F. Storm <storm@cua.dk>
440
441 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
442 (authors-fixed-entries): Fix spelling.
443 (authors-canonical-file-name): Don't report error for wildcards.
444
445 * help.el (view-emacs-news): Rewrite to support new NEWS,
446 NEWS.major, and NEWS.1-17 file naming. Add more intelligense,
447 e.g. version 10 matches 1.10, and don't be confused by version 1.1
448 begin a prefix of 1.12 (etc). A numeric prefix arg also works.
449
450 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
451
452 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
453 exec constructs like `foo bar`.
454 (sh-quoted-subshell): New helper function to search for a possibly
455 nested subshell (like `` or $()) within a "" quoted string.
456 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
457 (sh-apply-quoted-subshell): Flag quote characters inside a
458 subshell, which is itself already in a quoted region, as
459 punctuation, since this is the closest to what they actually are.
460 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
461 sh-apply-quoted-subshell.
462 (sh-font-lock-syntactic-face-function): Apply the new face for
463 text inside `` instead of the old font-lock-string-face.
464
465 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
466
467 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
468 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
469 (mac-bytes-to-text-range, mac-ae-text-range-array)
470 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
471 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
472 (mac-ts-unicode-for-key-event): New functions.
473 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
474 (mac-handle-font-selection): Use mac-ae-number.
475 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
476 New variables.
477 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
478 (mac-ts-converted-text, mac-ts-selected-converted-text)
479 (mac-ts-block-fill-text, mac-ts-outline-text)
480 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
481 (mac-ts-hilite-style-faces): New constant.
482 (mac-apple-event-map): Bind text input events.
483 (mac-dispatch-apple-event): Use command-execute instead of
484 call-interactively.
485 (global-map): Don't bind mac-apple-event.
486 (special-event-map): Bind mac-apple-event.
487
488 2006-06-02 Eli Zaretskii <eliz@gnu.org>
489
490 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
491 file name.
492 (emacs): Enclose the value of $(EMACS) in quotes.
493
494 2006-06-02 Juri Linkov <juri@jurta.org>
495
496 * international/mule.el (sgml-html-meta-auto-coding-function):
497 Remove the condition `(search-forward "<html" size t)'.
498 Replace `\"' with `[\"']?' in `re-search-forward'.
499
500 2006-06-02 Kenichi Handa <handa@m17n.org>
501
502 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
503 as well as `coding'.
504 (hack-local-variables): Likewise.
505
506 * international/mule.el (enable-character-translation):
507 Put permanent-local and safe-local-variable properties.
508 (find-auto-coding): Handle char-trans: tag.
509
510 2006-06-02 Juri Linkov <juri@jurta.org>
511
512 * international/mule.el (sgml-html-meta-auto-coding-function):
513 Limit the search by the end of the HTML header (if any).
514
515 2006-06-01 Richard Stallman <rms@gnu.org>
516
517 * subr.el (with-current-buffer): Doc fix.
518
519 2006-06-02 Masatake YAMATO <jet@gyve.org>
520
521 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
522 Almost rewrite. Underlines over all lines of gcov output are too
523 uncomfortable to read. Suggested by Dan Nicolaescu.
524
525 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
526
527 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
528
529 * shell.el (shell-mode): Use shell-mode-map in docstring.
530
531 * comint.el (comint-send-input): Do not add help-echo and
532 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
533
534 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
535
536 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
537
538 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
539
540 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
541 (gdb-stopped, gdb-info-stack-custom): If there is no source info
542 look up the stack and pop up GUD buffer if necessary.
543 (gdb-frames-select): Remove redundant call to gud-display-frame.
544 (gdb-info-threads-custom): Keep point at start of buffer.
545 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
546
547 2006-05-31 Juri Linkov <juri@jurta.org>
548
549 * replace.el (query-replace-read-from, query-replace-read-to):
550 Bind `history-add-new-input' to nil. Call `add-to-history'.
551
552 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
553
554 * textmodes/table.el: Convert all HTML tags to lower case for
555 XHTML compatibility.
556
557 2006-05-31 Masatake YAMATO <jet@gyve.org>
558
559 * progmodes/compile.el:
560 (compilation-error-regexp-alist-alist::gcov-called-line):
561 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
562
563 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
564
565 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
566 Revert inadvertant changes made with last commit.
567
568 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
569
570 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
571 New functions.
572
573 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
574
575 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
576
577 * textmodes/org.el: (org-agenda-highlight-todo): Make sure regexp
578 only matches in the right place.
579 (org-upcoming-deadline): New face.
580 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
581 (org-export-ascii-underline): Rename constant `org-ascii-underline'
582 and make it an option.
583 (org-export-ascii-bullets): New option.
584 (org-export-as-html): Many changes to emit valid XHTML.
585 (org-par-open): New variable.
586 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
587 (org-html-do-expand, org-section-number): Fixedcase in `replace-match'.
588 (org-timeline): Pass `org-timeline-show-empty-dates' to
589 `org-get-all-dates'. Interpret empty dates returned by `org-get-all-dates'.
590 (org-get-all-dates): New argument EMPTY. Add dates without
591 entries to the list, mark large ranges of empty dates.
592 (org-point-in-group, org-context): New functions.
593
594 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
595
596 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
597
598 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
599 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
600 to C-mouse-3 (for 2 button mice).
601 (gdb-send): Do the right thing for C-d.
602
603 * speedbar.el (speedbar-detach): Delete.
604 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
605 it breaks things.
606 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
607
608 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
609
610 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
611 Makeppfile.
612
613 * progmodes/compile.el (compilation-error-regexp-alist-alist):
614 Add makepp diagnostic.
615
616 2006-05-29 Richard Stallman <rms@gnu.org>
617
618 * window.el (fit-window-to-buffer): Doc fix.
619
620 * help.el (temp-buffer-max-height): Doc fix.
621
622 * subr.el (with-current-buffer): Doc fix.
623
624 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
625
626 * term/x-win.el: Bind F10 to menu-bar-start if available.
627
628 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
629
630 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
631 uses with a simple test.
632 (term-set-escape-char, term-mode, term-check-kill-echo-list)
633 (term-send-raw-string, term-send-raw, term-mouse-paste)
634 (term-char-mode, term-line-mode, term-exec, term-sentinel)
635 (term-handle-exit, term-read-input-ring)
636 (term-previous-matching-input-string)
637 (term-previous-matching-input-string-position)
638 (term-previous-matching-input-from-input)
639 (term-replace-by-expanded-history, term-send-input)
640 (term-skip-prompt, term-bol, term-send-invisible)
641 (term-kill-input, term-delchar-or-maybe-eof)
642 (term-backward-matching-input, term-check-source)
643 (term-proc-query, term-emulate-terminal)
644 (term-handle-colors-array, term-process-pager, term-pager-line)
645 (term-pager-bob, term-unwrap-line, term-word)
646 (term-dynamic-complete-filename)
647 (term-dynamic-complete-as-filename)
648 (term-dynamic-simple-complete): Replace one arm ifs with whens or
649 unlesses.
650
651 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
652
653 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
654 during bootstrapping.
655
656 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
657 Basically undo the change of 2006-05-26: use extra arguments instead of
658 dynamic scoping.
659 (ewoc-locate): Remove unused var `footer'.
660
661 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
662
663 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
664
665 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
666 (generate-file-autoloads): Obey it. Return whether autoloads were
667 added at point or not.
668 (update-file-autoloads): Use this new return value.
669 Remove redundant test for the presence of an autoload cookie.
670
671 * emacs-lisp/autoload.el (autoload-find-file): New fun.
672 This one calls hack-local-variables.
673 (generate-file-autoloads, update-file-autoloads): Use it.
674
675 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
676 (bibtex-sort-entry-class): Add safe-local-variable predicate.
677 (bibtex-sort-entry-class-alist): Don't set the global value.
678 (bibtex-init-sort-entry-class-alist): New fun.
679 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
680 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
681 of bibtex-init-sort-entry-class.
682
683 2006-05-28 Richard Stallman <rms@gnu.org>
684
685 * subr.el (load-history-regexp): If FILE is relative, insist
686 entire last name component must match it.
687 (load-history-filename-element, load-history-regexp): Doc fixes.
688
689 2006-05-29 Kim F. Storm <storm@cua.dk>
690
691 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
692 `pos' and `raw-data' for clarity, as eval forms may access these.
693
694 2006-05-28 Kim F. Storm <storm@cua.dk>
695
696 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
697
698 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
699
700 * progmodes/make-mode.el (makefile-browser-map)
701 (makefile-mode-syntax-table): Move initialization inside declaration.
702 (makefile-fill-paragraph): Use the default comment-filling code.
703
704 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
705
706 * replace.el (query-replace-defaults): New variable.
707 (query-replace-read-from): Use `query-replace-defaults' for
708 default value, instead of history list.
709 (query-replace-read-to): Update `query-replace-defaults'.
710
711 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
712
713 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
714 with no X toolkit.
715
716 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
717
718 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
719 (tumme-show-all-from-dir): Add autoload.
720
721 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
722
723 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
724 (tumme-remove-tag): Fix bug.
725
726 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
727
728 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
729 FOOTER args. Update unique caller.
730 (ewoc-delete): Compute last node once before looping.
731 (ewoc--node-branch): Merge into unique caller.
732 (ewoc--node): Don't define constructor make-ewoc--node for this
733 structure.
734 (ewoc): Add member `hf-pp' to this structure.
735 (ewoc--wrap): New func.
736 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
737 header/footer pretty-printers. Save header/footer pretty-printer.
738 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
739
740 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
741
742 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
743
744 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
745 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
746 Tag'. Change "Compare directories..." to "Change Directories...".
747 Move tumme commands to Operate, Regexp and Immediate menus.
748 Change "Add Comment" to "Add Image Comment". Change "Add Image
749 Tag" to "Add Image Tags".
750
751 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
752 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
753 `tumme-delete-tag'.
754
755 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
756
757 * shell.el (shell-mode): Call shell-dirtrack-mode after
758 list-buffers-directory is made a local variable, to avoid setting
759 the default value.
760
761 2006-05-26 Kevin Ryde <user42@zip.com.au>
762
763 * info.el (Info-index-next): Use where-is-internal to report
764 actual binding of Info-index-next, rather than hard-coded `,'.
765
766 2006-05-26 Eli Zaretskii <eliz@gnu.org>
767
768 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
769 and "Find Command in Manual" to here.
770
771 * buff-menu.el (list-buffers-noselect): For Info buffers, use
772 Info-current-file as the file name.
773
774 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
775
776 * ses.el (defadvice undo-more): Delete this defadvice. The undo
777 overrides will now be done a different way.
778 (ses-set-parameter): Reapply this function for undo.
779 (ses-set-header-row): Reconstruct header row during undo.
780 (ses-widen): New function.
781 (ses-goto-data, ses-reconstruct-all): Use new function.
782 (ses-command-hook): Widen buffer during undo, before unupdating
783 the cells.
784 (ses-insert-row, ses-delete-row): Widen buffer during undo.
785 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
786 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
787 formula hasn't been executed yet.
788
789 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
790
791 * comint.el (comint-kill-whole-line): Rename arg to count.
792 Fix doc string.
793
794 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
795
796 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
797 to copy-file.
798
799 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
800
801 * simple.el (toggle-truncate-lines): Make arg optional for
802 backward compatibility.
803
804 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
805
806 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
807 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
808 DLL arg. Instead, use ewoc--current-dll. Update all callers.
809 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
810 (ewoc--adjust): Use ewoc--current-dll.
811 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
812
813 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
814
815 * textmodes/org.el: (org-next-item, org-previous-item): Emit more
816 compact error message.
817 (org-tags-view): Refresh category table in each file.
818 (org-table-justify-field-maybe): Remove superfluous arguments to
819 `format'.
820 (org-export-as-html): Insert "<p>" before postamble.
821 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
822
823 2006-05-26 Kenichi Handa <handa@m17n.org>
824
825 * textmodes/po.el (po-find-charset): Pay attention to the case
826 FILENAME is a cons (NAME . BUFFER).
827 (po-find-file-coding-system-guts): Likewise.
828
829 * arc-mode.el (archive-set-buffer-as-visiting-file):
830 Call find-operation-coding-system with (FILENAME . BUFFER).
831
832 * tar-mode.el (tar-extract): Call find-operation-coding-system
833 with (FILENAME . BUFFER).
834
835 * international/mule.el (decode-coding-inserted-region):
836 Call find-operation-coding-system with (FILENAME . BUFFER).
837
838 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
839
840 * image-mode.el (image-toggle-display): Use buffer contents to
841 generate image for a remote file.
842
843 2006-05-25 Juri Linkov <juri@jurta.org>
844
845 * replace.el (query-replace-read-from, query-replace-read-to):
846 Remove 8th arg KEEP-ALL in read-from-minibuffer.
847
848 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
849
850 * whitespace.el (whitespace-cleanup): Change to cleanup
851 region if one is active.
852 * whitespace.el (whitespace-cleanup-internal): New internal method.
853
854 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
855
856 * dired.el (dired-mode-map): Add help-echo strings to tumme
857 commands. Bind `tumme-dired-display-image' to C-t i.
858
859 * tumme.el (tumme-display-image): Change documentation string slightly.
860 (tumme-dired-display-image): Add call to `display-buffer'.
861
862 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
863
864 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
865 Signal error if RAW-DATA is a multibyte string.
866
867 2006-05-24 Richard Stallman <rms@gnu.org>
868
869 * subr.el (with-local-quit): When handling `quit' signal,
870 make a chance for quit-flag to cause a quit.
871
872 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
873 (ad-disable-advice): Add autoloads.
874
875 * subr.el (read-passwd): Copy PROMPT before changing its properties.
876
877 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
878
879 * dired.el (dired-mode-map): Change menu items for tumme as per
880 suggestions in emacs-devel.
881
882 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
883
884 * dired.el (dired-mode-map): Fix breakage.
885
886 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
887
888 * tumme.el (tumme-display-dired-image): Rename to...
889 (tumme-dired-display-image): ...this.
890 (tumme-track-movement): Change default value to t.
891 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
892 used from `tumme-next-line-and-display' and similar commands.
893
894 * dired.el (dired-mode-map): Add Thumbnail submenu under the
895 Immediate menu. Add some tumme commands there.
896
897 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
898
899 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
900
901 2006-05-24 Chong Yidong <cyd@mit.edu>
902
903 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
904 menu entries that open submenus.
905
906 2006-05-24 Alan Mackenzie <acm@muc.de>
907
908 * startup.el (command-line): For names of preloaded files, don't
909 append ".elc" (now done in Fload), and call file-truename on the
910 lisp directory.
911
912 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
913 match ANY loaded file with the right name, not just those in
914 load-path. Put a regexp matching the file name into
915 after-load-alist, rather than the name itself.
916
917 * subr.el: New functions load-history-regexp,
918 load-history-filename-element, do-after-load-evaluation.
919
920 * international/mule.el (load-with-code-conversion): Do the
921 eval-after-load stuff by calling do-after-load-evaluation.
922
923 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
924
925 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
926 has not been killed.
927
928 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
929
930 * term/mac-win.el: Set idle timer to clean up expired Apple events.
931 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
932 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
933 Optionally set error message in reply.
934
935 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
936
937 * textmodes/org.el: (org-open-at-point): Use renamed variable
938 `org-confirm-shell-link-function'.
939 (org-confirm-shell-link-function): Rename from
940 `org-confirm-shell-links'.
941 (org-export-directory): New function.
942 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
943 (org-export-icalendar): Use `org-export-directory'.
944 (org-indent-item): Keep cursor position.
945 (org-link-file-path-type): New option.
946 (org-export-as-html): Fix bug with plain lists starting in
947 column 0.
948 (org-export-as-html): Remove deadline formatting, this happens
949 now already in `org-html-handle-time-stamps'.
950 (org-export-html-style): Deadline class removed.
951 (org-insert-labeled-timestamps-at-point): New option.
952 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
953 of `hide-sublevels 1', in case the first headline is not level 1.
954 (org-overview, org-content): New fuction.
955 (org-cycle-global-status, org-cycle-subtree-status): Make these
956 variables buffer-local.
957 (org-global-cycle): New command.
958 (org-shifttab): Use `org-global-cycle'.
959 (org-insert-heading, org-insert-item): Go to end of new
960 headline/item after creating it.
961 (org-export-visible): Rename from `org-export-copy-visible'.
962 Now creates a temporary org-file and applies an exporting command
963 to it.
964 (org-table-eval-formula): Support for lisp forms.
965 (org-agenda-todo-ignore-scheduled): New option.
966 (org-agenda-get-todos): Use new option
967 `org-agenda-todo-ignore-scheduled'.
968 (org-export-html-inline-images): New value `maybe'.
969 (org-export-as-html): Inlining of images dependent on link description.
970 (org-archive-subtree): Check for end-of-buffer before trying
971 `kill-line'.
972 (org-agenda-follow-mode): New option.
973 (org-export-with-tags, org-export-with-timestamps): New options.
974 (org-html-handle-time-stamps): New function.
975 (org-keyword-time-regexp): New variable.
976 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
977 (org-agenda-todo-list-sublevels): New option.
978 (org-html-level-start): When TITLE is nil, just close all levels.
979 (org-parse-key-lines, org-parse-export-options): Remove functions,
980 replaced by `org-infile-export-plist'.
981 (org-combine-plists, org-infile-export-plist)
982 (org-default-export-plist): New functions.
983 (org-export-html-preamble, org-export-html-postamble)
984 (org-export-html-auto-preamble, org-export-html-auto-postamble):
985 New variables.
986 (org-export-publishing-directory): New option.
987 (org-export-as-html, org-export-as-ascii): Use the new property
988 lists for settings.
989 (org-export-copy-visible, org-export-as-xoxo):
990 Respect `org-export-publishing-directory'.
991 (org-link-search, org-store-link, org-file-apps): Support for
992 links to BibTeX database entries..
993 (org-get-current-options, org-set-regexps-and-options):
994 Implement logging as a startup option.
995 (org-store-link): Make sure context string is never empty
996 (org-insert-link): Use relative path when possible.
997 (org-at-item-checklet-p): New function.
998 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
999 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1000 (org-metaright, org-metaup, org-metadown, org-shiftup)
1001 (org-shiftdown, org-shiftright, org-shiftleft)
1002 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1003 Dispatch using `call-interactively'.
1004 (org-call-with-arg): New defsubst.
1005 (org-tag-alist, org-use-fast-tag-selection): New options.
1006 (org-complete): Use `org-tag-alist'.
1007 (org-fast-tag-insert, org-fast-tag-selection): New functions.
1008 (org-next-item, org-previous-item): New commands.
1009 (org-beginning-of-item, org-end-of-item): Add (interactive) to
1010 make command.
1011 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1012
1013
1014 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
1015
1016 * emacs-lisp/ewoc.el (ewoc-delete): New function.
1017 (ewoc-filter): Use `ewoc-delete'.
1018
1019 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
1020
1021 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1022
1023 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
1024 Signal more user-friendly error messages.
1025
1026 * complete.el (PC-do-completion): Undo the addition of implicit
1027 wildcards if they did not lead to finding any match.
1028 (read-file-name-internal): Don't add the final > if the completion is
1029 not finished.
1030
1031 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1032
1033 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
1034 Quote safe-local-variable predicate.
1035
1036 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1037
1038 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
1039
1040 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1041
1042 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
1043
1044 * progmodes/make-mode.el (makefile-special-targets-list)
1045 (makefile-macro-table, makefile-target-table): Mark as risky.
1046 (makefile-query-one-target-method): Make this the alias for the
1047 following variable.
1048 (makefile-query-one-target-method-function): Make this the real name.
1049
1050 * textmodes/artist.el (artist-text-renderer): Make this the alias
1051 for the following variable.
1052 (artist-text-renderer-function): Make this the real name.
1053
1054 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
1055 the alias for the following variable.
1056 (flyspell-generic-check-word-predicate): Make this the real name.
1057
1058 * textmodes/ispell.el (ispell-format-word): Make this the alias
1059 for the following variable.
1060 (ispell-format-word-function): Make this the real name.
1061 (ispell-message-text-end): Mark as risky.
1062
1063 * skeleton.el (skeleton-transformation, skeleton-filter)
1064 (skeleton-pair-filter): Make these the aliases for the following
1065 variables.
1066 (skeleton-transformation-function, skeleton-filter-function)
1067 (skeleton-pair-filter-function): Make these the real names.
1068
1069 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
1070 and skeleton-pair-filter-function.
1071
1072 * textmodes/sgml-mode.el (sgml-transformation): Make this the
1073 alias for the following variable.
1074 (sgml-transformation-function): Make this the real name.
1075 (sgml-tag-alist): Mark as risky.
1076
1077 2006-05-21 Richard Stallman <rms@gnu.org>
1078
1079 * simple.el (kill-region): Interactively, pass point, then mark.
1080
1081 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1082
1083 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
1084
1085 2006-05-21 Romain Francoise <romain@orebokech.com>
1086
1087 * dired-x.el (dired-mode-map): Don't bind M-g.
1088
1089 2006-05-20 Richard Stallman <rms@gnu.org>
1090
1091 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
1092 (dired-goto-file): Doc fix.
1093
1094 2006-05-21 Kim F. Storm <storm@cua.dk>
1095
1096 * emulation/cua-base.el: Mention customizing cua-mode as alternative
1097 way to enable built-in cua-mode if user loads older CUA-mode package.
1098
1099 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
1100 if default-filename is specified.
1101
1102 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1103
1104 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
1105
1106 * info.el (info-apropos): Make sure current-file and current-node
1107 have non-nil values. Speed up by using add-to-list instead of
1108 manual consing.
1109
1110 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1111
1112 * progmodes/make-mode.el (makefile-mode): Doc fix.
1113
1114 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1115
1116 * dired-aux.el (dired-do-shell-command): Doc fix.
1117
1118 2006-05-20 Kevin Ryde <user42@zip.com.au>
1119
1120 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
1121 ``(custom-manual :tag "Foo" "(foo)Node")''.
1122
1123 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
1124
1125 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
1126 value is an integer.
1127
1128 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1129
1130 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
1131 "format".
1132 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
1133
1134 2006-05-20 Martin Rudalics <rudalics@gmx.at>
1135
1136 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
1137 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
1138
1139 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1140
1141 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
1142 regexp for keywords.
1143
1144 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
1145
1146 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
1147 replace-regexp-in-string.
1148
1149 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
1150 encode, and escape file name on conversion to URL.
1151
1152 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1153
1154 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
1155 Don't unescape URL.
1156 (dnd-get-local-file-name): Unescape URL on conversion to file name.
1157
1158 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
1159 on conversion to URLs.
1160
1161 * net/browse-url.el (browse-url-file-url): Encode file name on
1162 conversion to URL.
1163
1164 * term/mac-win.el (mac-ae-open-documents): Escape file name on
1165 conversion to URL.
1166
1167 2006-05-19 Eli Zaretskii <eliz@gnu.org>
1168
1169 * progmodes/cc-styles.el (c-style-alist): Doc fix.
1170
1171 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1172
1173 * term/mac-win.el (mac-bytes-to-digits): Remove function.
1174 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
1175
1176 2006-05-19 Glenn Morris <rgm@gnu.org>
1177
1178 * calendar/diary-lib.el (diary-bahai-date)
1179 (list-bahai-diary-entries, mark-bahai-diary-entries)
1180 (mark-bahai-calendar-date-pattern): Not interactive.
1181 (add-to-diary-list): New optional arg LITERAL. Doc fix.
1182 (diary-entries-list): Change format of 4th element in each entry.
1183 (diary-list-entries): Use add-to-diary-list.
1184 (diary-goto-entry): Handle the case where the buffer visiting the
1185 diary has been killed.
1186 (fancy-diary-display): Add 'locator to button rather than 'marker.
1187 Only generate temp-face when there are marks to apply.
1188 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
1189 (diary-fancy-date-pattern): New variable.
1190 (diary-time-regexp): Doc fix.
1191 (diary-anniversary, diary-time): New faces.
1192 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
1193 diary-time-regexp. Add font-lock-multiline property where needed.
1194 Use new faces diary-anniversary and diary-time.
1195 (diary-fancy-font-lock-fontify-region-function): New function, to
1196 handle multiline font-lock pattern in fancy diary.
1197 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
1198 (diary-font-lock-keywords): Tweak time regexp. Use new face
1199 diary-time.
1200
1201 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
1202
1203 * international/code-pages.el (mik): Table corrected.
1204
1205 2006-05-18 Kim F. Storm <storm@cua.dk>
1206
1207 * progmodes/grep.el (grep-find): Don't check grep-find-command
1208 before running command (breaks non-interactive usage).
1209
1210 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
1211
1212 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
1213 (ewoc--insert-new-node): Don't insert trailing newline.
1214 Instead, adjust successor nodes's start markers.
1215 (ewoc--refresh-node): Delete all text from current node's start
1216 marker to the next one's; adjust successor nodes's start markers.
1217 (ewoc--create): Doc fixes.
1218 (ewoc--refresh): Don't insert newline.
1219 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
1220 * pcvs.el (cvs-make-cvs-buffer):
1221 Specify extra newline for ewoc's header and footer.
1222 (cvs-update-header): Update initial header recognition.
1223 Append newline to final header and footer values.
1224 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
1225
1226 2006-05-17 Richard Stallman <rms@gnu.org>
1227
1228 * files.el (file-name-extension): Doc fix.
1229
1230 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1231
1232 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
1233 we can explicitly enable/disable rather than toggle.
1234 (shell-mode): Use it.
1235 (shell-cd): Don't try to reproduce what `cd' does.
1236
1237 2006-05-17 Kim F. Storm <storm@cua.dk>
1238
1239 * ido.el (ido-read-internal): Use only nondirectory part of
1240 default item.
1241
1242 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
1243
1244 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
1245 (ewoc-nth): Doc fix.
1246
1247 (ewoc-map, ewoc-invalidate): Compute PP before looping.
1248
1249 2006-05-16 Eli Zaretskii <eliz@gnu.org>
1250
1251 * international/mule.el (auto-coding-alist): Add .lha to files
1252 read with no-conversion.
1253
1254 * files.el (auto-mode-alist): Add .lha files to archive file
1255 extensions.
1256
1257 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
1258 Convert csize to integer when computing offsets within the
1259 compressed archive file.
1260
1261 2006-05-16 Kim F. Storm <storm@cua.dk>
1262
1263 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
1264 with read-from-minibuffer.
1265
1266 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
1267
1268 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
1269 (byte-compile-warnings): Fix safe-local-variable property.
1270
1271 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
1272
1273 * allout.el (allout-show-bodies, allout-old-style-prefixes)
1274 (allout-stylish-prefixes, allout-numbered-bullet)
1275 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
1276 predicates to qualify `safe-local-variable' property, when
1277 available, else use equivalent lambda.
1278 (allout-current-topic-collapsed-p): Do the right thing regarding
1279 trailing blank lines.
1280
1281 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1282
1283 * server.el (server-start): Only create a directory if needed.
1284 (server-edit, server-unload-hook): server-start => server-mode.
1285 (kill-emacs-hook): Cleanup upon exit.
1286
1287 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1288
1289 * hexl.el (hexlify-buffer): Encode process arguments manually.
1290
1291 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
1292
1293 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
1294 call to gdb-tooltip-print.
1295
1296 2006-05-15 Romain Francoise <romain@orebokech.com>
1297
1298 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
1299 systems, default to "tar" since those systems probably have GNU tar.
1300
1301 2006-05-14 Lars Hansen <larsh@soem.dk>
1302
1303 * desktop.el (desktop-missing-file-warning): Fix docstring.
1304 (desktop-restore-file-buffer): Correct question asked on missing file.
1305
1306 2006-05-14 Kim F. Storm <storm@cua.dk>
1307
1308 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
1309 Add CUA move property.
1310
1311 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
1312
1313 * custom.el (custom-push-theme): Load the variable before checking
1314 its `standard-value'.
1315
1316 2006-05-13 Lars Hansen <larsh@soem.dk>
1317
1318 * desktop.el (desktop-save): Use with-temp-buffer.
1319
1320 2006-05-12 Glenn Morris <rgm@gnu.org>
1321
1322 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
1323 * calendar/calendar.el (calendar-mode-map):
1324 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
1325 * calendar/appt.el (appt-check, appt-make-list): Refer to
1326 diary-view-entries, diary-list-entries, diary-show-all-entries
1327 rather than obsolete aliases.
1328
1329 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
1330
1331 * simple.el (line-move-finish): Avoid calling point motion hooks
1332 while processing intangibility.
1333
1334 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
1335
1336 * term/xterm.el (terminal-init-xterm): Fix typo.
1337
1338 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
1339
1340 * allout.el: (allout-view-change-hook): Mark as being deprecated,
1341 to be replaced by `allout-exposure-change-hook'.
1342 (allout-exposure-change-hook): New, replacing
1343 `allout-view-change-hook'.
1344 (allout-flag-region): Run new hook `allout-exposure-change-hook',
1345 in addition to `allout-view-change-hook'.
1346 (allout-show-bodies, allout-old-style-prefixes)
1347 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
1348 lambda forms to prevent their showing up in variable help
1349 presentations as inscrutable byte-compiled code.
1350 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
1351 Use string-or-null-p to qualify safe-local-variable values.
1352 (allout-reindent-bodies): Use memq to qualify matches against
1353 valid safe-local-variable values. Also, quote the lambda as above.
1354 (allout-use-mode-specific-leader): Add missing candidate-value
1355 symbols, use memq, and quote the lambda.
1356 (allout-overlay-interior-modification-handler): Remove unused
1357 variables `msg' and 'opened'.
1358 (allout-hidden-p): Constrain invisibility consideration to allout's
1359 invisibility spec, disregarding invisibility for other reasons.
1360
1361 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
1362
1363 * files.el (version-control): Correct safe values.
1364
1365 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
1366
1367 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
1368
1369 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
1370 (ewoc--insert-new-node): New func.
1371 Update callers of deleted funcs to use it, instead.
1372
1373 2006-05-11 Glenn Morris <rgm@gnu.org>
1374
1375 * calendar/calendar.el (diary-show-all-entries): Do not refer to
1376 obsolete alias `show-all-diary-entries'.
1377 (make-diary-entry): Not interactive.
1378 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
1379 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
1380 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1381 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1382 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
1383 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
1384
1385 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1386
1387 * calendar/calendar.el (calendar-french-date-string)
1388 (calendar-mayan-date-string, calendar-chinese-date-string)
1389 (calendar-astro-date-string, calendar-iso-date-string)
1390 (calendar-islamic-date-string, calendar-bahai-date-string)
1391 (calendar-hebrew-date-string, calendar-coptic-date-string)
1392 (calendar-ethiopic-date-string, calendar-persian-date-string):
1393 These functions are not interactive.
1394
1395 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
1396
1397 * files.el: Balance parentheses.
1398
1399 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
1400
1401 * files.el, newcomment.el, outline.el, simple.el,
1402 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
1403 progmodes/cc-vars.el, progmodes/compile.el:
1404 Move `safe-local-variable' declarations to the respective files.
1405
1406 * help-fns.el (describe-variable): Don't print safe-var if it is
1407 byte-code. Improve wording as suggested by Luc Teirlinck.
1408
1409 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1410
1411 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
1412 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
1413 Use a token for pending-triggers to ensure gdb-var-update
1414 gets called once per user input again for pre-GDB 6.4.
1415 (gdb-var-delete): Match on more complex expressions.
1416 (gdb-var-list-children-handler, gdb-var-create-handler):
1417 Use a token for consistency.
1418
1419 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
1420
1421 * textmodes/org.el (org-read-date, org-goto-calendar)
1422 (org-agenda-goto-calendar):
1423 Bind `view-calendar-holidays-initially' to nil.
1424
1425 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
1426
1427 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
1428 Update all callers to do it there, instead.
1429
1430 2006-05-10 Glenn Morris <rgm@gnu.org>
1431
1432 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
1433 prefix arg case, to avoid view-diary-entries-initially error.
1434 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1435 (calendar-date-is-legal-p): Handle dates with no day part.
1436
1437 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1438
1439 * comint.el (comint-insert-input): Just make it when
1440 comint-use-prompt regexp is nil (default) and with the mouse.
1441 (comint-copy-old-input): Reinstate from 2004-06-23.
1442 (comint-mode-map): Bind C-c C-m to it.
1443
1444 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
1445
1446 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1447 Remove spurious move to point-max (new comint behavior fixes).
1448
1449 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
1450 compatibility function (Emacs 18/19).
1451 (idlwave-is-continuation-line): Always return point at start of
1452 previous non-blank continuation line.
1453 `keyword-parameters': Fix continued comment font-lock matcher.
1454 (idlwave-font-lock-fontify-region): Written, use as
1455 font-lock-fontify-region-function, to fix continued keyword
1456 fontification issues.
1457
1458 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1459
1460 * term/mac-win.el (mac-font-panel-mode): Doc fix.
1461 (mac-service-selection, mac-service-open-file)
1462 (mac-service-open-selection, mac-service-mail-selection)
1463 (mac-service-mail-to, mac-service-insert-text): Rename from
1464 mac-services-*. All uses changed.
1465 (mac-apple-event-map): Rename event symbol `services' to `service'.
1466
1467 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
1468
1469 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
1470 (ewoc--node-enter-first, ewoc--node-enter-last)
1471 (ewoc--delete-node-internal): Merge funcs into unique callers.
1472
1473 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
1474
1475 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
1476 return value of read-from-minibuffer for empty input.
1477
1478 2006-05-09 Miles Bader <miles@gnu.org>
1479
1480 * comint.el (comint-insert-input): Remove redundant calls to setq
1481 and goto-char.
1482
1483 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
1484
1485 * comint.el (comint-insert-input): Make it work when
1486 comint-use-prompt-regexp is t.
1487
1488 2006-05-10 Miles Bader <miles@gnu.org>
1489
1490 * subr.el (field-at-pos): New function.
1491
1492 * comint.el (comint-insert-input): Use it.
1493
1494 2006-05-09 Juri Linkov <juri@jurta.org>
1495
1496 * battery.el (battery-linux-proc-acpi): Also try
1497 `/proc/acpi/thermal_zone/THR2/temperature'.
1498
1499 * files.el <safe-local-variable>: Remove `eval' and `let' binding
1500 for now unused lambda `string-or-null'.
1501
1502 * add-log.el (change-log-default-name): Put `string-or-null-p'
1503 instead of lambda on `safe-local-variable' property.
1504
1505 * diff-mode.el (diff-context->unified): Use `region-beginning' and
1506 `region-end' instead of `mark' and `point'.
1507 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
1508 Operate on region in Transient Mark mode when the mark is active.
1509 Use `region-beginning' and `region-end' instead of `mark' and
1510 `point'.
1511 (diff-hunk-text, diff-goto-source): Doc fix.
1512
1513 * startup.el (fancy-splash-screens, normal-splash-screen): Use
1514 face `mode-line-buffer-id' for mode-line buffer face instead of
1515 hard-coded `(:weight bold)'.
1516
1517 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
1518 buffer-undo-list to t (undo-ask is reproducible by visiting
1519 nested archives).
1520
1521 2006-05-09 Kim F. Storm <storm@cua.dk>
1522
1523 * progmodes/grep.el (rgrep): Set default directory of *grep*
1524 buffer if we start M-x rgrep in the *grep* buffer and choose
1525 a different base directory.
1526
1527 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
1528
1529 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
1530 completion also when ido is loaded.
1531
1532 2006-05-09 Masatake YAMATO <jet@gyve.org>
1533
1534 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
1535 "warning" and "import".
1536 (cpp-font-lock-keywords): Added "warning".
1537
1538 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
1539
1540 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1541
1542 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1543
1544 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
1545 pages at a time, if we signal the end, we should indeed reach that end.
1546
1547 2006-05-08 David Reitter <david.reitter@gmail.com>
1548
1549 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
1550 output during execution of the body.
1551
1552 2006-05-08 Kim F. Storm <storm@cua.dk>
1553
1554 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
1555
1556 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1557
1558 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
1559 Use with-current-buffer.
1560
1561 2006-05-07 Kim F. Storm <storm@cua.dk>
1562
1563 * subr.el (add-to-history): Remove keep-dups arg.
1564
1565 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
1566 to nil around call to add-to-history.
1567
1568 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1569
1570 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
1571 than after a buffer modification.
1572
1573 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
1574
1575 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
1576 call to...
1577 (gud-watch): ...here so speedbar is raised for already watched
1578 expressions.
1579 (gdb-speedbar-refresh): Delete function.
1580 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
1581 Use speedbar-timer-fn instead of speedbar-refresh (reverting
1582 earlier change).
1583 (gdb-var-evaluate-expression-handler)
1584 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
1585
1586 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
1587 Update localized contents for all buffers except ignored modes.
1588
1589 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1590
1591 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
1592 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
1593 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
1594 (mac-handle-font-panel-closed, mac-handle-font-selection):
1595 New functions.
1596 (mac-font-panel-mode): New minor mode.
1597 (mac-apple-event-map): Add bindings for toolbar toggle button and
1598 font panel.
1599 (menu-bar-showhide-menu): Add mac-font-panel-mode.
1600
1601 2006-05-07 John Paul Wallington <jpw@pobox.com>
1602
1603 * ibuffer.el (ibuffer-compressed-file-name-regexp):
1604 Avoid `regexp-opt'; simplify regexp for readability.
1605
1606 2006-05-06 Eli Zaretskii <eliz@gnu.org>
1607
1608 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
1609 * files.el (buffer-stale-function):
1610 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1611 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
1612 links to the main manual, not to emacs-xtra.
1613
1614 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1615
1616 * term/mac-win.el: (mac-utxt-to-string): Don't make adjustment for
1617 MacJapanese if text is ASCII-only.
1618
1619 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
1620
1621 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
1622 unless so nil isn't returned.
1623 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
1624
1625 2006-05-06 Kim F. Storm <storm@cua.dk>
1626
1627 * subr.el (add-to-history): New function.
1628
1629 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
1630 (ediff-merge-files-with-ancestor):
1631 * env.el (setenv):
1632 * isearch.el (isearch-update-ring):
1633 * server.el (server-visit-files):
1634 * progmodes/grep.el (lgrep, rgrep):
1635 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
1636 * progmodes/xscheme.el (xscheme-insert-expression):
1637 Use add-to-history.
1638
1639 * kmacro.el (kmacro-push-ring): Use add-to-history.
1640 (kmacro-ring-length): Remove unused defun.
1641 (kmacro-start-macro): Use kmacro-push-ring.
1642
1643 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
1644
1645 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
1646 directly instead of a lambda expression that calls it.
1647
1648 2006-05-06 Kim F. Storm <storm@cua.dk>
1649
1650 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
1651 instead of compute-motion.
1652
1653 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
1654
1655 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
1656 change.
1657
1658 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
1659
1660 * startup.el (command-line-1): Refer to "Pure Storage" on
1661 pure-space-overflow.
1662
1663 2006-05-05 Martin Rudalics <rudalics@gmx.at>
1664
1665 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
1666 provided faces once they all have been used up.
1667
1668 2006-05-05 Eli Zaretskii <eliz@gnu.org>
1669
1670 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
1671 reference to the Lisp manual to the warning about pure space
1672 overflow.
1673
1674 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1675
1676 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
1677 argument to avoid the call to `ispell-internal-change-dictionary'
1678 when not needed.
1679 (ispell-change-dictionary): Use this argument and call
1680 `ispell-internal-change-dictionary' after the possible change
1681 to `ispell-local-dictionary'.
1682 (ispell-internal-change-dictionary): Check for a change in
1683 personal dictionary use too.
1684 Cosmetic changes from Agustin Martin
1685 <agustin.martin@hispalinux.es>.
1686
1687 2006-05-05 Eli Zaretskii <eliz@gnu.org>
1688
1689 * startup.el (command-line): On MS-Windows, probe "~", not
1690 "~USER", for warning about non-existent home directory
1691
1692 * arc-mode.el (archive-l-e): New optional argument `float' means
1693 generate a float value.
1694 (archive-arc-summarize, archive-lzh-summarize)
1695 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
1696 with 3rd argument non-nil when file's size is being computed.
1697 Format the file sizes with %8.0f instead of %8d.
1698
1699 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1700
1701 * cus-start.el (all): Add mac-dnd-known-types.
1702
1703 * term/mac-win.el: (mac-utxt-to-string, mac-string-to-utxt)
1704 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
1705 (mac-TIFF-to-string): New functions.
1706 (x-get-selection, x-selection-value)
1707 (mac-select-convert-to-string): Use them.
1708 (mac-text-encoding-mac-japanese-basic-variant): New constant.
1709 (mac-dnd-types-alist): New customization variable.
1710 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
1711 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
1712 (mac-dnd-handle-drag-n-drop-event): New functions.
1713 (mac-drag-n-drop): Remove function.
1714 (global-map): Bind drag-n-drop and M-drag-n-drop to
1715 mac-dnd-handle-drag-n-drop-event.
1716
1717 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
1718
1719 * progmodes/perl-mode.el (perl-beginning-of-function):
1720 Skip anonymous subs.
1721
1722 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1723
1724 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
1725 regexp-opt at run time.
1726
1727 * term.el (term-handle-ansi-escape): Fix off by one error.
1728
1729 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
1730
1731 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
1732 (gdb-init-1, gdb-post-prompt): ...and references to it.
1733 (gdb-frame-handler): Strip directory name from filename if present.
1734
1735 * progmodes/gud.el (gdb-force-update): Delete defvar
1736 (gud-speedbar-buttons): ...and references to it. Use window-start
1737 to try to keep positon in watch expression.
1738
1739 2006-05-03 Richard Stallman <rms@gnu.org>
1740
1741 * simple.el (next-history-element, previous-history-element): Doc fix.
1742
1743 * isearch.el (isearch-update-ring): Doc fix.
1744
1745 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
1746
1747 * isearch.el (isearch-update-ring): Take history-delete-duplicates
1748 into consideration. Replace one arm ifs with whens.
1749
1750 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
1751
1752 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
1753 (menu): Fix typo.
1754
1755 2006-05-02 Miles Bader <miles@gnu.org>
1756
1757 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
1758
1759 2006-05-02 Jay Belanger <belanger@truman.edu>
1760
1761 * calc/calc-embed.el: (calc-override-minor-modes-map)
1762 (calc-override-minor-modes): New variables.
1763 (calc-do-embedded): Make sure that Calc keystrokes aren't
1764 overwritten by minor modes.
1765
1766 2006-05-02 Chong Yidong <cyd@mit.edu>
1767
1768 * msb.el (msb): If EVENT is a down event, read and discard the up event.
1769
1770 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
1771
1772 * startup.el (command-line-1): Refer to Lisp manual when
1773 pure-space-overflow occurs.
1774
1775 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
1776 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
1777 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
1778 (version-control): Don't use `t' for safe-local-variable declarations.
1779
1780 2006-05-01 Richard Stallman <rms@gnu.org>
1781
1782 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
1783 M-r, M-R, M-A, M-SPC or M-DEL.
1784 (diff-mode-map): diff-refine-hunk now on C-c C-w
1785 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
1786
1787 * help-mode.el (help-mode): view-exit-action calls delete-window
1788 only when it is safe and possible.
1789
1790 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
1791 in messages.
1792
1793 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
1794
1795 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
1796 in the default tool-bar-map.
1797
1798 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
1799
1800 * net/tramp.el (tramp-completion-file-name-handler-alist)
1801 (tramp-run-real-handler, tramp-completion-run-real-handler)
1802 (tramp-completion-handle-file-name-all-completions)
1803 (tramp-completion-handle-file-name-completion): Autoload them.
1804 (tramp-completion-handle-file-exists-p)
1805 (tramp-completion-handle-file-name-directory)
1806 (tramp-completion-handle-file-name-nondirectory)
1807 (tramp-completion-handle-expand-file-name): Remove them.
1808 (tramp-handle-file-name-directory): Return the real directory name.
1809 Returning "/" only doesn't need to be necessary any longer.
1810 (tramp-file-name-handler): Make special attention when in hostname
1811 completion mode.
1812 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
1813 (tramp-register-file-name-handlers):
1814 Register `tramp-completion-file-name-handler' only when
1815 `partial-completion-mode' is enabled.
1816 (tramp-completion-handle-file-name-all-completions):
1817 Delete directory part from results.
1818 (tramp-get-completion-methods, tramp-get-completion-user-host):
1819 Discard deleting "/", it doesn't work after the change of
1820 `tramp-handle-file-name-directory' above.
1821
1822 2006-05-01 Kim F. Storm <storm@cua.dk>
1823
1824 * progmodes/grep.el (grep-expand-template): Use save-match-data
1825 and symbol-value.
1826
1827 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1828
1829 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
1830 Use select-frame-set-input-focus instead of raise-frame.
1831 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
1832
1833 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
1834
1835 * progmodes/gud.el (gud-def): Add %c case.
1836 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
1837 (gud-format-command): Make match case sensitive. Match on %F.
1838
1839 2006-04-30 Glenn Morris <rgm@gnu.org>
1840
1841 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
1842 (cal-tex-preamble): Use cal-tex-preamble-extra.
1843 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
1844 than alias `list-diary-entries'.
1845
1846 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
1847
1848 * help-fns.el (describe-variable): Add info about safe local variables.
1849
1850 2006-04-29 Richard Stallman <rms@gnu.org>
1851
1852 * bindings.el (mode-line-format): help-echo doc fixes.
1853
1854 * net/tramp.el (tramp-file-name-handler-alist): Delete
1855 expand-file-name and other operations that can cause spurious loading.
1856
1857 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1858
1859 * files.el (safe-local-variable-p): Remove support for the special
1860 value t.
1861
1862 * textmodes/paragraphs.el (sentence-end-without-space):
1863 Fix safety predicate.
1864 (sentence-end-double-space, sentence-end-without-period)
1865 (paragraph-ignore-fill-prefix):
1866 * textmodes/fill.el (colon-double-space):
1867 * abbrev.el (abbrev-mode): Tighten the safety predicate.
1868
1869 * subr.el (booleanp): New fun.
1870
1871 * textmodes/reftex-vars.el (reftex-guess-label-type):
1872 Tighten the safety predicate.
1873
1874 2006-04-28 Kim F. Storm <storm@cua.dk>
1875
1876 * progmodes/grep.el (defgroup grep): Doc fix.
1877 (grep-auto-highlight): Remove.
1878 (grep-template): New defcustom.
1879 (grep-find-template): Rename from grep-tree-template.
1880 (grep-files-aliases): Rename from grep-tree-files-aliases.
1881 Remove "all" alias, add "l" alias.
1882 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
1883 (grep-find-ignored-directories): New defcustom to replace
1884 grep-tree-ignore-CVS-directories, to facilitate ignoring
1885 subdirectories for multiple version control systems.
1886 (grep-mode-map): Add Recursive grep item to GREP menu.
1887 (grep-regexp-history, grep-files-history): New defvars.
1888 (grep-probe): New helper function.
1889 (grep-compute-defaults): Use it to simplify code.
1890 Adapt to name changes.
1891 Use `.' as base in grep-find-template rather than <D>.
1892 (grep): Remove superfluous highlight-regexp arg. Fix doc.
1893 Call grep-compute-defaults unconditionally.
1894 (grep-expand-keywords): New defconst.
1895 (grep-expand-template): Rename from grep-expand-command-macros.
1896 Simplify via grep-expand-keywords. Look at case-fold-search instead
1897 of grep-tree-ignore-case to add -i option.
1898 Bind case-fold-search to nil while matching keywords.
1899 (grep-tree-last-regexp, grep-tree-last-files): Remove.
1900 (grep-read-regexp, grep-read-files): New helper functions.
1901 (rgrep): Rename from grep-tree. Rework to use proper histories.
1902 Adapt to changes in defcustoms and functions above.
1903 (lgrep): New command, as grep, but using same interactive UI as rgrep.
1904
1905 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
1906
1907 * net/tramp.el (tramp-completion-file-name-handler):
1908 Disable Tramp's functionality while loading Tramp itself.
1909 (tramp-register-file-name-handlers): That's a defsubst now.
1910 Code from `tramp-repair-jka-compr' moved here. Apply it via
1911 `after-init-hook'.
1912 (tramp-repair-jka-compr): Remove.
1913
1914 2006-04-27 Jay Belanger <belanger@truman.edu>
1915
1916 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
1917 read expression when `math-read-big-expr' doesn't work.
1918
1919 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
1920
1921 * startup.el (command-line-1): Display warning when
1922 pure-space-overflow is non-nil.
1923
1924 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1925
1926 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
1927 risky.
1928
1929 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1930
1931 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
1932 Return the URL or nil if none can be generated.
1933
1934 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
1935
1936 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
1937 byte compiler warnings.
1938 (gud-basic-call, gud-find-expr): Let user select an expression
1939 for printing. Print expression as well as value in GUD buffer.
1940
1941 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
1942
1943 * allout.el: Remove local autoload declaration for
1944 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
1945 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
1946 (allout-plain-bullets-string, allout-distinctive-bullets-string)
1947 (allout-use-mode-specific-leader, allout-old-style-prefixes)
1948 (allout-stylish-prefixes, allout-numbered-bullet)
1949 (allout-file-xref-bullet, allout-presentation-padding)
1950 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
1951 safe-local-variable with suitable value spec, and add autoload
1952 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
1953 (move-beginning-of-line, move-end-of-line): Repair so these compat
1954 functions now actually resituate the point, when appropriate.
1955
1956 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1957
1958 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
1959
1960 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
1961 (add-log-iso8601-time-string): Fix call to format-time-string.
1962
1963 2006-04-26 Kim F. Storm <storm@cua.dk>
1964
1965 * subr.el (posn-string, posn-image, posn-object): Doc fix.
1966
1967 2006-04-26 Masatake YAMATO <jet@gyve.org>
1968
1969 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
1970 Add support for "//" style comments. Remove `b' flag
1971 from ?* in `asm-mode-syntax-table'.
1972
1973 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1974
1975 * follow.el: Use (featurep 'xemacs) everywhere.
1976 (follow-mode): Use define-minor-mode.
1977 (follow-mode-map): Move initialization into the declaration.
1978 Use command remapping.
1979 (follow-emacs-version-xemacs-p): Remove.
1980 (follow-submit-feedback): Remove.
1981
1982 * allout.el (allout-layout, allout-passphrase-verifier-string)
1983 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
1984
1985 * textmodes/reftex-vars.el (reftex-vref-is-default)
1986 (reftex-fref-is-default, reftex-guess-label-type):
1987 Tighten up a bit the safety predicate.
1988
1989 * textmodes/paragraphs.el (sentence-end-double-space)
1990 (sentence-end-without-period, sentence-end-without-space)
1991 (page-delimiter, paragraph-ignore-fill-prefix):
1992 Tighten up a bit the safety predicate.
1993
1994 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
1995
1996 * progmodes/python.el (python-continuation-line-p)
1997 (python-beginning-of-statement): syntax-ppss may return
1998 a negative depth.
1999 (python-mode): Don't forcefully enable font-lock.
2000
2001 * time-stamp.el (time-stamp-start, time-stamp-end)
2002 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
2003
2004 * add-log.el: Remove spurious * in docstrings.
2005 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
2006 (add-change-log-entry): Use it here, since it's not specific
2007 to iso8601.
2008 (add-log-iso8601-time-string): Don't use it here any more.
2009 (change-log-indent-text, change-log-indent): Rename from add-log-*.
2010
2011 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
2012
2013 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
2014
2015 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
2016 (rcirc-toggle-low-priority): Doc fix.
2017 (rcirc-handler-NOTICE): Remove beginning of line anchor in
2018 ChanServ regexp.
2019 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
2020 #emacs.
2021 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
2022 (rcirc-decode-coding-system): Use utf-8 as the default.
2023 (rcirc-multiline-minor-mode): Set the fill-column.
2024 (rcirc-format-response-string): Display bright and dim nicks.
2025 (rcirc-browse-url): Update interactive spec to fill ARG.
2026 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
2027 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
2028
2029 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2030
2031 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
2032 case for @Article, etc.
2033
2034 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
2035
2036 * net/tramp.el (tramp-register-file-name-handlers): New defun.
2037 Added with autoload cookie.
2038 (tramp-unload-file-name-handlers): Rename from
2039 `tramp-unload-file-name-handler-alist'.
2040
2041 2006-04-23 Romain Francoise <romain@orebokech.com>
2042
2043 * comint.el (comint-match-partial-filename): Doc fix.
2044
2045 2006-04-21 Glenn Morris <rgm@gnu.org>
2046
2047 * calendar/cal-menu.el (calendar-mode-map): Refer to
2048 `diary-view-entries' rather than alias `view-diary-entries'.
2049 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
2050
2051 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
2052
2053 * progmodes/antlr-mode.el (antlr-default):
2054 * cus-edit.el (custom-documentation):
2055 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
2056 in defface.
2057
2058 2006-04-21 Kim F. Storm <storm@cua.dk>
2059
2060 * image.el (image-type): New defun split out of create-image.
2061 (create-image): Use it.
2062
2063 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
2064
2065 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
2066 (org-open-at-point): Remove the "...done" message to keep output
2067 in the echo area visible.
2068 (org-export-as-xoxo): Fix call to `indent-region'.
2069
2070 2006-04-21 Kevin Ryde <user42@zip.com.au>
2071
2072 * international/mule.el (keyboard-coding-system): defcustom
2073 info-link fixes: "Specify Coding" has been split, keyboard now in
2074 "Terminal Coding", and "Single-Byte Character Support" is now
2075 "Unibyte Mode".
2076
2077 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2078
2079 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
2080 Use font-lock-warning-face for any errors e.g. no stack.
2081 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
2082
2083 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2084
2085 * progmodes/sh-script.el (sh-shell): Mark as safe.
2086
2087 * newcomment.el (comment-start, comment-start-skip)
2088 (comment-end-skip, comment-end): Mark as safe.
2089
2090 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
2091
2092 * textmodes/org.el (org-deadline-announce): Face removed.
2093 (org-level-faces, org-n-levels): Convert to constant.
2094 (org-compatible-face): New function.
2095 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
2096 (org-level-5, org-level-6, org-level-7, org-level-8)
2097 (org-special-keyword, org-warning, org-headline-done, org-link)
2098 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
2099 (org-scheduled-today, org-scheduled-previously, org-time-grid):
2100 Face definition revised for better color tty support.
2101 (org-bold-re, org-italic-re, org-underline-re): New constants.
2102 (org-set-font-lock-defaults): Use the new constants.
2103 (org-agenda-highlight-todo): New function.
2104 (org-agenda-todo): Fix bug with point at end of line.
2105 (org-agenda-change-all-lines, org-finalize-agenda-entries):
2106 Fontify TODO keywords.
2107 (org-insert-link): Preserve relative path in ../ links.
2108 (org-export-as-html): Convert links pointing to .org files into
2109 links that will work beteen the exported HTML files.
2110 (org-todo-list): Fix bug when arg=0.
2111 (org-insert-heading): More fine-tuning.
2112
2113 2006-04-19 Romain Francoise <romain@orebokech.com>
2114
2115 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
2116 from `rmail-mime-charset-pattern'.
2117
2118 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2119
2120 * progmodes/python.el (python-mode): Fix typo.
2121
2122 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2123
2124 * comint.el (comint-previous-input): Don't clobber input line
2125 when moving off either end of the input history ring.
2126 (comint-delete-input): New function, used by
2127 `comint-previous-input' and others.
2128 (comint-previous-matching-input):
2129 Use `coming-delete-input'. Save the partial input if leaving the
2130 edit line. Goto point-max before deleting input to avoid
2131 partial input fragments hanging around.
2132 (comint-restore-input): New function, used by `comint-previous-input'.
2133
2134 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
2135
2136 * imenu.el (imenu--index-alist): Balance parentheses.
2137
2138 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2139
2140 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
2141
2142 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
2143
2144 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
2145 file is nil.
2146
2147 2006-04-18 Richard Stallman <rms@gnu.org>
2148
2149 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
2150
2151 * imenu.el (imenu-create-index-function, imenu--index-alist)
2152 (imenu--last-menubar-index-alist, imenu--make-index-alist)
2153 (imenu-default-create-index-function, imenu--generic-function):
2154 Doc fixes.
2155
2156 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
2157
2158 * help-mode.el (help-mode): Set view-exit-action to delete window.
2159
2160 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
2161 now works by passing nil as arg.
2162
2163 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
2164
2165 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
2166 (read-abbrev-file): Provide default when reading filename.
2167
2168 * files.el (enable-local-variables): Allow :all as value.
2169 (hack-local-variables): Implement that value.
2170 (safe-local-variable-values, safe-local-eval-forms)
2171 (enable-local-variables): Mark as risky.
2172 (find-file-visit-truename, kept-old-versions): Mark safe.
2173
2174 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
2175 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
2176 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
2177
2178 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2179
2180 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
2181 Use forward-line so as to get to BOL even in the presence of fields.
2182 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
2183 in return.
2184 (inferior-tcl): Tell tclsh to work in interactive mode.
2185
2186 * complete.el (partial-completion-mode):
2187 Use 'choose-completion-string-functions to make sure that
2188 choose-completion fills the minibuffer properly.
2189
2190 * complete.el (PC-old-read-file-name-internal): Remove.
2191 (PC-read-include-file-name-internal): Remove. Turn it into an advice
2192 of read-file-name-internal.
2193 (partial-completion-mode): Enable/disable this advice.
2194
2195 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
2196
2197 * net/tramp.el (tramp-completion-file-name-handler): Revert change
2198 of 2006-04-17.
2199
2200 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
2201
2202 * textmodes/org.el (org-insert-heading): Insert heading before
2203 current if at beginning of line.
2204 (org-todo, org-date): New faces.
2205 (org-table-align): Make sure tooltip window contains full text.
2206 (org-no-properties): New defsubst.
2207 (org-set-font-lock-defaults): Use new faces.
2208
2209 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
2210
2211 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
2212 for root variables.
2213
2214 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
2215 (gdb-frame-address): Re-use to identify frame for watch expression.
2216 (gdb-var-list, gdb-var-create-handler): Add frame address for root
2217 variables.
2218 (gdb-init-1, gdb-source, gdb-post-prompt)
2219 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
2220 (gdb-frame-handler): Get gdb-frame-address.
2221
2222 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
2223
2224 Sync with Tramp 2.0.53.
2225
2226 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
2227 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
2228 (tramp-completion-file-name-handler): Add autoload cookie for
2229 adding to `file-name-handler-alist'.
2230
2231 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
2232 the prompt. If it returns earlier (when detecting an error
2233 message), the rest of the output will merge accidently with the
2234 output of the next command. Reported by M Jared Finder
2235 <jared@hpalace.com>.
2236
2237 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2238 for `process-file', in order to let it work for older Emacsen too.
2239
2240 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
2241
2242 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
2243 (tex-font-lock-keywords-3): Use it.
2244
2245 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2246
2247 * newcomment.el (comment-add): New function.
2248 (comment-region-default, comment-dwim): Use it.
2249
2250 2006-04-15 Michael Olson <mwolson@gnu.org>
2251
2252 * emacs-lisp/tq.el: Improve comments.
2253 (tq-queue-head-question): New accessor function.
2254 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
2255 Update for modified queue structure.
2256 (tq-queue-add): Accept `question' argument.
2257 (tq-queue-pop): If a question is pending, send it.
2258 (tq-enqueue): Accept new optional argument `delay-question'.
2259 If this is non-nil, and at least one other question is pending a
2260 response, queue the question rather than sending it immediately.
2261
2262 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2263
2264 * calendar/appt.el (appt-add): Check whether an appointment is
2265 already present in appt-time-msg-list. Simplify code.
2266
2267 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2268
2269 * progmodes/cc-langs.el (c-mode-menu):
2270 Don't presume c-subword-mode is bound.
2271
2272 2006-04-13 Bill Wohler <wohler@newt.com>
2273
2274 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
2275 (customize-package-emacs-version): Use cdr instead of cadr now
2276 that alists use dotted pairs.
2277
2278 * custom.el (defcustom): Fix docstring for :package-version.
2279
2280 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
2281
2282 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
2283 (tramp-handle-shell-command): Display output buffer only when
2284 `tramp-display-shell-command-buffer' is true.
2285 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
2286
2287 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2288
2289 * textmodes/org.el (org-set-autofill-regexps): Set only the local
2290 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
2291
2292 2006-04-13 Romain Francoise <romain@orebokech.com>
2293
2294 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
2295 leaving temporary .cvsignore buffers behind.
2296
2297 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2298
2299 * textmodes/org.el (org-set-regexps-and-options)
2300 (org-get-current-options): Better names for the startup folding
2301 options.
2302
2303 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
2304
2305 * vc.el (vc-annotate): Arrange for point to end up at the same
2306 line number as in the original, but only when using a new buffer.
2307
2308 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
2309
2310 * files.el (hack-one-local-variable-eval-safep):
2311 Recognize `edebug-form-spec' for `put', but only if it passes
2312 `edebug-basic-spec'. Generalize `put' handling.
2313
2314 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
2315 vetting file-local form specs.
2316
2317 * allout.el (allout-layout): Autoload its `safe-local-variable'
2318 property.
2319
2320 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2321
2322 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
2323 (org-agenda-mouse-1-follows-link)
2324 (org-mouse-1-follows-link): New options.
2325 (org-format-agenda-item): Fix bug if TAGS is nil.
2326 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
2327
2328 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
2329
2330 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
2331 GDB 6.1+ gives full filename for "info sources" so use
2332 file-name-nondirectory.
2333
2334 2006-04-12 Romain Francoise <romain@orebokech.com>
2335
2336 * subr.el (read-passwd): Bind `message-log-max' to nil.
2337
2338 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2339
2340 * progmodes/perl-mode.el (perl-indent-new-calculate):
2341 Recompute parse-start after jumping backward by a whole sexp.
2342
2343 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2344
2345 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
2346 window configuration.
2347 (vc-annotate-display-select): Select the buffer so that current-buffer
2348 (and selected-window) is the output buffer at the end of vc-annotate.
2349
2350 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
2351
2352 * vc.el (vc-annotate-color-map): Add custom TTY color map for
2353 8-color terminals, to use all of the colors in a sensible order.
2354 256-color terminals work well with the standard map.
2355 (vc-annotate-lines): Only strip the first color character if it
2356 is "#", to allow for terminal-style named colors.
2357 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
2358 the correct buffer is scrolled.
2359
2360 2006-04-11 Richard Stallman <rms@gnu.org>
2361
2362 * emacs-lisp/bytecomp.el (byte-compile-file):
2363 Bind enable-local-variables to :safe, and make normal-mode obey it.
2364
2365 * files.el (enable-local-variables): Allow value :safe.
2366 (normal-mode): Doc fix.
2367 (hack-local-variables): Implement enable-local-variables = :safe.
2368 (hack-local-variables-confirm): Don't prevent quitting.
2369
2370 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2371
2372 * loadhist.el (unload-feature): A bit of sanity check of
2373 load-history entries. Cancel timer-vars before unbinding them.
2374
2375 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
2376 quote special chars, and make the trick work on the hex part of the
2377 buffer as well.
2378 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
2379 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
2380
2381 * startup.el (normal-splash-screen): Fix last change so we don't wait
2382 2 minutes if we don't show the splash screen.
2383
2384 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
2385
2386 * textmodes/org.el (org-export-plain-list-max-depth)
2387 (org-table-spaces-around-separators)
2388 (org-radio-targets, org-activate-camels)
2389 (org-table-spaces-around-invisible-separators): Options removed.
2390 (org-time-stamp-rounding-minutes, org-remember-templates)
2391 (org-ellipsis, org-activate-links, org-descriptive-links):
2392 New options.
2393 (org-remember-apply-template, org-current-time)
2394 (org-finish-edit-table-field)
2395 (org-link-unescape, org-link-escape)
2396 (org-string-width, org-table-clean-line, org-html-do-expand)
2397 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
2398 (org-read-agenda-file-list): New functions.
2399 (org-table-edit-field)
2400 (org-table-create-or-convert-from-region): New commands
2401 (org-table-toggle-vline-visibility): Command removed.
2402 (org-table-convert-region): Made a command.
2403 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
2404 Replace with the normal org- functions.
2405 (org-self-insert-command): Don't trigger realign unnecessarily
2406 when blanking a field that is not full.
2407 (org-mode): `Set buffer-invisibility-spec' for links.
2408 (org-activate-links2): Hide link part and only show descriptive
2409 part of the link.
2410 (org-insert-link): Modify for new linking system.
2411 (org-store-link): Store description separately, for use by
2412 `org-insert-link'.
2413 (org-table-align): Use `org-string-width'.
2414 (defgroup): Completely new group structure for custom variables.
2415 (org-agenda-files): Option: Single file name allowed. Function:
2416 Optional argument unrestrited means ignore any restricitons.
2417 (org-install-agenda-files-menu): Find a buffer in Org-mode before
2418 trying to modify the menu. Use generalized access to
2419 `org-agenda-files.'
2420 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
2421 (org-agenda-file-to-front, org-remove-file, org-diary)
2422 (org-tags-view, org-export-icalendar-all-agenda-files)
2423 (org-export-icalendar-combine-agenda-files): Use generalized
2424 access to `org-agenda-files'.
2425 (org-remember-handler): Correctly preserve heading if present.
2426 (org-table-insert-row, org-table-insert-hline): Deal with
2427 invisible characters.
2428
2429 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
2430
2431 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
2432 (vc-annotate-color-map): New 18 element constant
2433 value/saturation, rotating hue colormap, from red->blue.
2434 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
2435 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
2436 (vc-annotate): To avoid killing the required local variables,
2437 set them before the end of `with-output-to-temp-buffer', and
2438 after first switching to annotate-mode.
2439 (vc-annotate-warp-version): Add buffer argument in goto-line to
2440 ensure annotation, not source, is scrolled.
2441
2442 2006-04-10 Bill Wohler <wohler@newt.com>
2443
2444 * custom.el (defcustom, custom-handle-keyword):
2445 Add :package-version keyword.
2446 (custom-add-package-version): New function. Sets value of new
2447 property 'custom-package-version from :package-version keyword.
2448 (defcustom): Create Common Keywords section in docstring.
2449 (defface, defgroup): Replace definitions of a select few keywords
2450 with a reference to the Common Keywords in defcustom.
2451 (defcustom, defface, defgroup): Replace reference to Customization
2452 chapter in manual with hyperlink.
2453
2454 * cus-edit.el (customize-package-emacs-version-alist):
2455 New variable.
2456 (customize-changed-options): Add check for custom-package-version.
2457 (customize-package-emacs-version): New function to look up Emacs
2458 version corresponding to the given package version.
2459
2460 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
2461 defun name, in similar fashion to find-variable-regexp.
2462
2463 2006-04-10 Eli Zaretskii <eliz@gnu.org>
2464
2465 * international/mule-cmds.el (set-locale-environment): Fix last
2466 change for when the locale's preferences don't specify any encoding.
2467
2468 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2469
2470 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
2471 so the defined var/fun doesn't need to be quoted.
2472
2473 2006-04-10 Richard Stallman <rms@gnu.org>
2474
2475 * finder.el (finder-mode-map): Add n and p bindings.
2476
2477 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
2478
2479 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
2480 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
2481 (gdb-setup-windows): Put something in source window if we can't find
2482 the source file.
2483 (gdb-frame-handler): Make it work again with just assembly.
2484 (gdb-data-list-register-values-handler): Make it work when there is
2485 no stack.
2486
2487 2006-04-09 Richard Stallman <rms@gnu.org>
2488
2489 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
2490 specs while looking for charset.
2491
2492 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
2493
2494 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
2495 Make them faces.
2496 (lm-font-lock-keywords): Update appropriately.
2497
2498 2006-04-10 Kim F. Storm <storm@cua.dk>
2499
2500 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
2501 it can also replace buffer-substring-no-properties.
2502
2503 * emulation/cua-base.el (cua-delete-region, cua-paste)
2504 (cua-repeat-replace-region): Use filter-buffer-substring.
2505
2506 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2507 (cua-cut-region-to-global-mark): Likewise.
2508
2509 * emulation/cua-rect.el (cua--extract-rectangle)
2510 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
2511
2512 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2513
2514 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
2515 entry-type. Add field delimiters to numerical fields if they are
2516 not present.
2517
2518 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2519
2520 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
2521 string-const to return value.
2522 (bibtex-remove-delimiters): Use it.
2523
2524 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2525
2526 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
2527 cl-byte-compile-compiler-macro unless it exists.
2528
2529 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2530
2531 * files.el (hack-local-variables-confirm) <offer-save>:
2532 Clarify message text. Suggested by Ralf Angeli.
2533
2534 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
2535
2536 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
2537 (delete-extract-rectangle-line): Use `filter-buffer-substring'
2538 instead of `buffer-substring' and `delete-region'. (Most of the
2539 code actually copied from `kill-region'.)
2540
2541 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
2542
2543 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
2544 (rcirc-default-port): Rename from rcirc-port.
2545 (rcirc-default-nick): Rename from rcirc-nick.
2546 (rcirc-default-user-name): Rename from rcirc-user-name.
2547 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
2548 (rcirc-low-priority-flag): New variable.
2549 (rcirc-decode-coding-system): New defcustom.
2550 (rcirc-encode-coding-system): New defcustom.
2551 (rcirc-coding-system-alist): New defcustom.
2552 (rcirc-multiline-major-mode): New defcustom.
2553 (rcirc-nick): New internal variable.
2554 (rcirc-process): Remove variable.
2555 (rcirc-server-buffer): New variable.
2556 (rcirc): Update to use rcirc-default-* variables above.
2557 (rcirc-connect): Do not add window-configuration-hook-here.
2558 (rcirc-server): New internal variable.
2559 (rcirc-connect): Do not send keepalive pings if
2560 rcirc-keepalive-seconds is nil.
2561 (with-rcirc-server-buffer): New macro.
2562 (rcirc-send-string): Encode with rcirc-encode-coding-system.
2563 (rcirc-server-name): Rename from rcirc-server.
2564 (rcirc-buffer-process): New function.
2565 (rcirc-buffer-nick): New function.
2566 (rcirc-buffer-target): Remove function.
2567 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
2568 New commands.
2569 (rcirc-mode-map): Change binding of C-c C-l to
2570 rcirc-toggle-low-priority.
2571 (rcirc-mode): Initialize coding system based on
2572 rcirc-coding-system-alist. New change-major-mode-hook to part the
2573 channel on a mode change. Make kill-buffer-hook buffer-local.
2574 (rcirc-change-major-mode-hook): New function.
2575 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
2576 (rcirc-last-post-time): New variable.
2577 (rcirc-process-message): Store the last time user posted a message
2578 to this target.
2579 (rcirc-multiline-minor-mode): New mode.
2580 (rcirc-multiline-minor-mode-map): New mode map.
2581 (rcirc-edit-multiline): Put multiline-edit buffer in
2582 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
2583 (rcirc-print): Ignore any line starting with an ignored nick.
2584 (rcirc-print): Decode using rcirc-decode-coding-system.
2585 (rcirc-track-minor-mode): Update global-mode-string when disabling
2586 this mode.
2587 (minor-mode-alist): Add LowPri indicator.
2588 (rcirc-toggle-low-priority): New function.
2589 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
2590 next lowpriority buffer with activity.
2591 (rcirc-record-activity): Sort buffers in rcirc-activity by the
2592 last time the user posted a message in to the target.
2593 (rcirc-update-activity-string): New formatting for low priority
2594 buffers.
2595 (rcirc-split-activity): New function.
2596 (rcirc-handler-PART, rcirc-handler-KICK)
2597 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
2598 (rcirc-nick-away-alist): New variable.
2599 (rcirc-handler-301): New handler. Away messages are printed once
2600 per change.
2601
2602 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2603
2604 * info.el (Info-follow-nearest-node): Doc fix.
2605
2606 * international/mule-cmds.el (set-locale-environment): Make sure
2607 the coding-system preferred by the locale's language has the same
2608 EOL conversion type as the original buffer-file-coding-system.
2609 (locale-language-names): Add a few MS Windows language codes.
2610
2611 2006-04-07 Richard Stallman <rms@gnu.org>
2612
2613 * simple.el (eval-expression): Doc fix.
2614
2615 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
2616 (eval-defun): Doc fixes.
2617
2618 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
2619
2620 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
2621
2622 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
2623
2624 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
2625 GDB list command without argument for greater generality.
2626
2627 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
2628
2629 * subr.el (string-or-null-p): New function.
2630
2631 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
2632
2633 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
2634
2635 * files.el: Update comment about safe-local-variable declarations.
2636
2637 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
2638
2639 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
2640 See idlwave.org.
2641
2642 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
2643 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
2644
2645 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
2646 See idlwave.org.
2647
2648 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
2649 version 6.0 (minimal changes). See idlwave.org.
2650
2651 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
2652 6.0 (minimal changes). See idlwave.org.
2653
2654 * progmodes/idlw-rinfo.el: File obsoleted and removed.
2655
2656 2006-04-06 Romain Francoise <romain@orebokech.com>
2657
2658 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
2659 symmetric encryption features and a new asynchronous interface to
2660 GnuPG. This new version is version 1.4, plus whitespace changes.
2661
2662 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
2663
2664 * files.el: Move some `safe-local-variable' declarations to the
2665 respective files.
2666
2667 * textmodes/ispell.el (ispell-check-comments)
2668 (ispell-local-dictionary): Mark as safe.
2669
2670 * abbrev.el (abbrev-mode): Mark as safe.
2671
2672 * add-log.el (change-log-default-name): Mark as safe.
2673
2674 * textmodes/reftex-vars.el (reftex-vref-is-default)
2675 (reftex-fref-is-default, reftex-level-indent)
2676 (reftex-guess-label-type): Mark as safe.
2677
2678 * textmodes/fill.el (colon-double-space): Mark as safe.
2679
2680 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
2681 (sentence-end-double-space, sentence-end-without-period)
2682 (sentence-end-without-space, sentence-end, sentence-end-base)
2683 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
2684
2685 2006-04-06 Kim F. Storm <storm@cua.dk>
2686
2687 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
2688 the :set-after list.
2689 (ido-downcase-unc-hosts): New user option. Default on.
2690 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
2691 when it is set, as regexps are now applied on the fly.
2692 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
2693 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
2694 on the fly, but only when ido-process-ignore-lists is set.
2695 Do case insensitive filtering if ido-downcase-unc-hosts is set.
2696 Only downcase names if ido-downcase-unc-hosts is set.
2697
2698 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
2699
2700 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
2701
2702 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
2703
2704 2006-04-05 Kim F. Storm <storm@cua.dk>
2705
2706 * ido.el (ido-mode): Set after ido-unc-hosts and
2707 ido-ignore-unc-host-regexps.
2708 (ido-save-history): Save ido-unc-hosts-cache.
2709 (ido-load-history): Load ido-unc-hosts-cache.
2710 (ido-reread-directory): Refresh unc hosts cache in // dir.
2711
2712 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
2713 to nil while displaying slash screen.
2714
2715 2006-04-05 Daiki Ueno <ueno@unixuser.org>
2716
2717 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
2718 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2719
2720 2006-04-05 Kenichi Handa <handa@m17n.org>
2721
2722 * international/characters.el: Setup cases of Latin, Greek, and
2723 Cyrillic characters in CJK charsets.
2724
2725 2006-03-29 Daiki Ueno <ueno@unixuser.org>
2726
2727 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2728 default-enable-multibyte-characters. This reverts the change from
2729 revision 6.17 which is no longer necessary because the passphrase
2730 is sent separately now. GnuPG messages are unreadable under
2731 multibyte locales with default-enable-multibyte-characters set to nil.
2732
2733 2006-04-04 Andreas Schwab <schwab@suse.de>
2734
2735 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
2736 and `byte-compile-warnings' as `safe-local-variable'.
2737
2738 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
2739
2740 * man.el (Man-mode-map): Restore the \r binding.
2741 (Man-abstract-xref-man-page): If Man-target-string is a function,
2742 call it.
2743 (Man-highlight-references): Use Man-default-man-entry to get the
2744 target. Deal with xrefs too.
2745 (Man-highlight-references0): Don't call the target function.
2746
2747 * woman.el (WoMan-xref-man-page): Strip the section number, woman
2748 cannot deal with it.
2749
2750 2006-04-04 Daiki Ueno <ueno@unixuser.org>
2751
2752 * pgg-gpg.el: Clean up process buffers every time gpg processes
2753 complete.
2754
2755 2006-04-04 Kenichi Handa <handa@m17n.org>
2756
2757 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
2758 here.
2759 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
2760 Temporarily bind inhibit-field-text-motion to t.
2761
2762 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2763
2764 * startup.el (normal-splash-screen): Only set mode-line-format in the
2765 splash buffer, so as not to interfere when debugging the code.
2766 Ignore errors when switching buffer.
2767
2768 2006-04-03 Romain Francoise <romain@orebokech.com>
2769
2770 * dired.el (dired-dnd-protocol-alist): Fix typo.
2771
2772 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
2773
2774 * savehist.el (savehist): Add :version.
2775 (savehist-ignored-variables): New variable.
2776 (savehist-minibuffer-hook): Don't save variables listed in
2777 `savehist-ignored-variables'.
2778
2779 * dired.el (dired-dnd-protocol-alist): Mention that change does
2780 only apply to new buffers in doc string.
2781
2782 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
2783
2784 * recentf.el (recentf-open-files-item): Include newline in button
2785 field, so opening a file will work, when the point is at the end
2786 of the file name. Allow, for example, to [i]search a file by
2787 extension and just push RET to open it.
2788
2789 2006-04-03 Daiki Ueno <ueno@unixuser.org>
2790
2791 * pgg-gpg.el (pgg-gpg-process-filter)
2792 (pgg-gpg-wait-for-completion): Check if buffer is alive.
2793
2794 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2795 lines, temporary fix.
2796
2797 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2798
2799 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
2800
2801 2006-04-02 Richard Stallman <rms@gnu.org>
2802
2803 * progmodes/compile.el (compilation-message-face): Make it defcustom.
2804
2805 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2806
2807 * ibuf-macs.el (define-ibuffer-column): Add a new key:
2808 header-mouse-map.
2809
2810 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
2811 (ibuffer-mode-header-map): New keymaps.
2812 (ibuffer-update-title-and-summary): Enable mouse face highlighting
2813 and keybindings for column headers.
2814 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
2815 property.
2816
2817 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
2818
2819 * speedbar.el (speedbar-after-create-hook): Doc fix.
2820
2821 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
2822
2823 * shell.el (shell-directory-tracker)
2824 (shell-dynamic-complete-command): Doc fixes.
2825
2826 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
2827
2828 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
2829 terminals.
2830
2831 2006-04-01 Kim F. Storm <storm@cua.dk>
2832
2833 * ido.el (ido-unc-hosts-cache): New defvar.
2834 (ido-unc-hosts): If value of defcustom is a function, call it to
2835 get list of UNC hosts. Add function-item choices to specify
2836 ido-unc-hosts-net-view or user function.
2837 (ido-ignore-unc-host-regexps): New defcustom.
2838 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
2839 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
2840 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
2841
2842 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2843
2844 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
2845 wwidth.
2846
2847 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
2848
2849 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
2850 (ido-max-work-file-list, ido-switch-buffer)
2851 (ido-read-file-name-as-directory-commands):
2852 Fix typos in docstrings.
2853
2854 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2855
2856 * term/mac-win.el (mac-system-coding-system): Define and use after
2857 Mac-specific coding systems are ready.
2858
2859 2006-03-27 Romain Francoise <romain@orebokech.com>
2860
2861 * net/rcirc.el (rcirc-connect): Add autoload cookie.
2862
2863 * ldefs-boot.el: Update.
2864
2865 2006-03-27 Daiki Ueno <ueno@unixuser.org>
2866
2867 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2868 passphrases when it is not needed.
2869 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2870 passphrase stuff from gpg, should only be necessary when you use
2871 gpg with a smartcard.
2872
2873 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
2874
2875 * comint.el (comint-dynamic-list-completions): Allow user to
2876 select *Completions* buffer.
2877
2878 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
2879
2880 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
2881
2882 2006-03-26 Andreas Schwab <schwab@suse.de>
2883
2884 * progmodes/gud.el (gdb): Only complain about multiple debugging
2885 when the gdb process is still running.
2886
2887 2006-03-25 Eli Zaretskii <eliz@gnu.org>
2888
2889 * mail/rmail.el (tool-bar-map): Defvar it.
2890 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
2891 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
2892
2893 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
2894
2895 * help.el (print-help-return-message): Suggest to use
2896 display-buffer instead of switch-to-buffer-other-window to restore
2897 the previous window without selecting it.
2898
2899 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2900
2901 * frame.el (select-frame-by-name): Call x-focus-frame also when
2902 window-system is mac.
2903
2904 * term/mac-win.el: Adjust Courier font specifications in
2905 x-fixed-font-alist.
2906 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
2907 when directly encoding to UTF-16 in native byte order, no BOM.
2908
2909 2006-03-25 Kim F. Storm <storm@cua.dk>
2910
2911 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
2912 (cua--init-keymaps): Use it instead of fixed C-return.
2913 (cua-mode): Set after it.
2914
2915 * emulation/cua-rect.el (cua--init-rectangles):
2916 Use cua-rectangle-mark-key instead of fixed C-return.
2917
2918 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
2919
2920 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
2921 "run" in .gdbinit.
2922 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
2923
2924 2006-03-24 Romain Francoise <romain@orebokech.com>
2925
2926 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
2927 `display-buffer-other-frame'.
2928
2929 2006-03-24 Kim F. Storm <storm@cua.dk>
2930
2931 * apropos.el (apropos-synonyms): Add selection => region.
2932
2933 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
2934
2935 * progmodes/gdb-ui.el (gdb-var-create-regexp)
2936 (gdb-var-list-children-regexp, gdb-var-update-regexp)
2937 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
2938 (gdb-data-list-register-values-regexp)
2939 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
2940 Future proof against new fields being added to MI output.
2941 (gdb-send): Don't treat backslashes for program input as
2942 continuations.
2943 (gdb-assembler-handler): Don't use window-start for this handler.
2944 (gdb-frame-handler): Don't change to hollow arrow if overlay
2945 arrow doesn't move to new frame.
2946
2947 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
2948
2949 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
2950 prevent compiler warnings.
2951 (gdb-stopped): Check for gud-last-last-frame (case: signal).
2952 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
2953 (gdb-assembler-custom): Use hollow-right-triangle for assembler
2954 buffer too.
2955
2956 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
2957
2958 * pgg-gpg.el (pgg-gpg-update-agent): Check for
2959 make-network-process, so we can use the same code in Gnus v5-10
2960 too and have this file fully synchronized with that release.
2961
2962 2006-03-23 Romain Francoise <romain@orebokech.com>
2963
2964 * ibuf-ext.el (ibuffer-read-filter-group-name):
2965 Use `ibuffer-generate-filter-groups' to make completion list match
2966 the filter groups that are really displayed in the Ibuffer buffer.
2967 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
2968
2969 2006-03-23 Kenichi Handa <handa@m17n.org>
2970
2971 * international/mule-cmds.el (sort-coding-systems): Describe that
2972 the argument is modified in docstring.
2973
2974 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
2975
2976 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2977 (pgg-gpg-update-agent): New function.
2978 (pgg-gpg-use-agent-p): New function.
2979 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2980 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2981 (pgg-gpg-sign-region): Use it.
2982
2983 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
2984
2985 * cus-edit.el (custom-face-set): Call custom-push-theme before
2986 face-spec set so that `changed' theme is correctly saved.
2987 (custom-face-reset-standard): Reset to recalculated face rather
2988 than defface spec.
2989
2990 * custom.el (custom-push-theme): Only save `changed' theme if the
2991 current face does not match the defface specs.
2992
2993 2006-03-21 Simon Josefsson <jas@extundo.com>
2994
2995 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2996 <wilde@sha-bang.de>.
2997 (pgg-gpg-use-agent): New variable.
2998 (pgg-gpg-process-region): Use it.
2999 (pgg-gpg-encrypt-region): Likewise.
3000 (pgg-gpg-encrypt-symmetric-region): Likewise.
3001 (pgg-gpg-decrypt-region): Likewise.
3002 (pgg-gpg-sign-region): Likewise.
3003 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3004
3005 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
3006
3007 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
3008 bracket links.
3009
3010 2006-03-21 Kim F. Storm <storm@cua.dk>
3011
3012 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
3013 fringe-indicator-alist instead of modifying global value.
3014 (gdb-frame-handler): Likewise.
3015
3016 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
3017
3018 * diff-mode.el (diff-function): Make it inherit from diff-header
3019 instead of diff-context.
3020
3021 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
3022 bitmap.
3023 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
3024 change names in macro above for consistency.
3025 (gdb-frame-handler): Use hollow-right-triangle for all selected
3026 frames which except the innermost (where execution has stopped).
3027 (gdb-reset): Reset buffer-local values of overlay-arrow.
3028
3029 2006-03-20 Richard Stallman <rms@gnu.org>
3030
3031 * simple.el (set-mark-command): Doc fix.
3032
3033 * files.el (display-buffer-other-frame): New command.
3034 (ctl-x-4-map): Bind C-x 5 C-o to it.
3035
3036 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3037
3038 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
3039 rather than just defer-time, in case defer-time has been changed but
3040 the timer isn't running yet.
3041 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
3042
3043 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3044
3045 * help-mode.el (help-follow-symbol): New function.
3046 Essentially identical to the old `help-follow', but do not let
3047 `push-button' do the work when on an xref.
3048 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
3049
3050 2006-03-19 Richard Stallman <rms@gnu.org>
3051
3052 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
3053 preceded by the word `program'.
3054 (help-follow-mouse, help-follow): Throw error if not on xref.
3055 Delete no longer used args.
3056
3057 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
3058
3059 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
3060 annotation ensure gud-overlay-arrow-position is redisplayed.
3061
3062 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3063
3064 * textmodes/bibtex.el (bibtex-include-OPTkey)
3065 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
3066 (bibtex-autokey-name-case-convert)
3067 (bibtex-autokey-titleword-case-convert): Make these the aliases
3068 for the following two variables.
3069 (bibtex-autokey-name-case-convert-function)
3070 (bibtex-autokey-titleword-case-convert-function): Make these the
3071 real names.
3072 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
3073 bibtex-font-lock-crossref sublists.
3074 (bibtex-mode): Revert 2005-12-30 change (which made
3075 completion-ignore-case buffer-local).
3076 (bibtex-url): Simplify.
3077
3078 2006-03-19 Kim F. Storm <storm@cua.dk>
3079
3080 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
3081 cursor property value to 2 (to align with C level change).
3082
3083 2006-03-19 Bill Wohler <wohler@newt.com>
3084
3085 * image.el (image-load-path-for-library): Shorten first line in
3086 docstring.
3087
3088 2006-03-18 Richard Stallman <rms@gnu.org>
3089
3090 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
3091
3092 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
3093
3094 * isearch.el (isearch-other-meta-char): Handle user bindings for
3095 shifted control characters.
3096
3097 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
3098
3099 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
3100 part that matches email addresses, file names, etc.
3101
3102 2006-03-18 Eli Zaretskii <eliz@gnu.org>
3103
3104 * term/w32-win.el (mouse-set-font):
3105 Mention w32-list-proportional-fonts in the doc string.
3106
3107 2006-03-18 Kim F. Storm <storm@cua.dk>
3108
3109 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
3110 (ido-unc-hosts): New user option to explicitly define list of know
3111 UNC-style hosts for completion.
3112 (ido-cache-unc-host-shares-time): New user option.
3113 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
3114 New helper functions for UNC file-name support.
3115 (ido-may-cache-directory): Check for UNC host. Simplify.
3116 (ido-wash-history): Clean out old UNC hosts.
3117 (ido-nonreadable-directory-p): UNC hosts are always readable.
3118 (ido-directory-too-big-p): UNC hosts are never too big.
3119 (ido-set-current-directory): Handle UNC root path.
3120 (ido-file-name-all-completions): Complete UNC host names from
3121 ido-unc-hosts list. Cache UNC host shares.
3122 (ido-make-file-list-1): Don't filter UNC root.
3123 (ido-exhibit): Check for // in root directory, and switch to UNC
3124 mode by setting ido-current-directory to //.
3125
3126 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
3127
3128 * cus-edit.el (customize-changed-options): Mention explicit
3129 version number as default in prompt.
3130
3131 2006-03-17 Bill Wohler <wohler@newt.com>
3132
3133 * image.el (image-load-path-for-library): Minor docstring fix.
3134
3135 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
3136
3137 * textmodes/org.el (org-read-date): Include subgroup 5 into
3138 replacement text.
3139 (org-popup-calendar-for-date-prompt): Fix customization type.
3140
3141 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
3142
3143 * progmodes/gdb-ui.el (gud-watch): Provide completion.
3144 (gdb-continuation): New variable.
3145 (gdb-send): Deal with continuation lines.
3146
3147 * progmodes/gud.el (gud-gdb-complete-command)
3148 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
3149 expressions.
3150 (gud-tooltip-mode): Use buffer-local value.
3151
3152 2006-03-16 Kim F. Storm <storm@cua.dk>
3153
3154 * ido.el (ido-edit-input): Use selected match, if any.
3155
3156 2006-03-16 Bill Wohler <wohler@newt.com>
3157
3158 * image.el (image-load-path-for-library): Prefer user's images in
3159 image-load-path.
3160
3161 2006-03-16 Martin Rudalics <rudalics@gmx.at>
3162
3163 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
3164 when checking for attempt to drag leftmost or rightmost scrollbar.
3165
3166 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
3167
3168 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
3169 (gdb-force-mode-line-update): New function.
3170 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
3171 (gdb-exited): Use them.
3172 (gdb-signal): New function.
3173 (gdb-annotation-rules): Provide a rule for it.
3174
3175 2006-03-16 Kenichi Handa <handa@m17n.org>
3176
3177 * international/mule.el (auto-coding-regexp-alist): Add entries
3178 for Unicode BOM.
3179
3180 * sort.el (sort-build-lists): Temporarily bind
3181 inhibit-field-text-motion to t.
3182
3183 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
3184
3185 * locate.el (locate-command, locate-make-command-line)
3186 (locate-fcodes-file, locate-update-command)
3187 (locate-prompt-for-command, locate, locate-with-filter)
3188 (locate-get-file-positions): Doc fixes.
3189 (locate-buffer-name, locate-header-face): Remove leading `*' in
3190 defcustom.
3191 (locate-filter-output): Use `keep-lines' instead of its alias
3192 `delete-non-matching-lines'.
3193 (locate-get-filename, locate-get-dirname): Add introductory comment.
3194 (locate-find-directory-other-window): Give appropriate error
3195 message if used outside main listing.
3196
3197 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3198
3199 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
3200 the new extend-region feature.
3201 (font-lock-after-change-function): Update correspondingly.
3202 * jit-lock.el (jit-lock-after-change): Update correspondingly.
3203 * progmodes/grep.el (font-lock-lines-before): Don't disable.
3204
3205 2006-03-15 Bill Wohler <wohler@newt.com>
3206
3207 * image.el (image-load-path-for-library): Fix example by not
3208 recommending that one binds image-load-path. Just defvar it to
3209 placate compiler and only use it if previously defined.
3210
3211 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
3212
3213 * textmodes/org.el (org-insert-centered): Use `string-width' to
3214 make underlining work for wide characters.
3215 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
3216 TAB to `org-cycle', to make sure that no binding in
3217 `outline-mode-map' can supercede it.
3218
3219 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
3220
3221 * allout.el: Increment version to 2.2.1 in file commentary.
3222
3223 (allout-version): Increment to 2.2.1.
3224
3225 (allout-default-layout): New customization variable, used when the
3226 file lacks a specific allout-layout. Uses allout-layout-type for
3227 recursively nested definition.
3228
3229 (allout-layout-type): Widget defining allout layouts, necessary for
3230 self-recursive definition.
3231
3232 (allout-mode): Incorporate allout-default-layout as fallback for
3233 allout-layout.
3234
3235 (allout-layout): Mark as 'safe-local-variable', and refer mention
3236 fallback to `allout-default-layout' in absence of a specified value.
3237 (allout-passphrase-verifier-string)
3238 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
3239
3240 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
3241
3242 (allout-get-encryption-passphrase-verifier): Use correct name of
3243 passphrase verifier in docstring.
3244
3245 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
3246
3247 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
3248 elements.
3249 (gdb-find-watch-expression): Make it work for arrays too.
3250 Follow change to gdb-var-list.
3251 (gud-watch): Allow the user to enter variable name with a prexix
3252 arg. Create keybindings.
3253 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3254 (gdb-var-list-children-handler, gdb-var-update-handler)
3255 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
3256 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
3257 Follow change to gdb-var-list.
3258 (gdb-starting): Don't show the overlay arrows when program is running.
3259
3260 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
3261 gdb-var-list.
3262
3263 2006-03-14 Bill Wohler <wohler@newt.com>
3264
3265 * image.el (image-load-path-for-library): Pass value of path
3266 rather than symbol. Always return list of directories.
3267 Guarantee that image directory comes first.
3268
3269 2006-03-14 Alan Mackenzie <acm@muc.de>
3270
3271 * font-core.el (font-lock-extend-region\(-function\)?.):
3272 New function/variable.
3273
3274 * font-lock.el (font-lock-after-change-function):
3275 Call font-lock-extend-region. Obey font-lock-lines-before.
3276 (font-lock-default-fontify-region): Remove reference to
3277 font-lock-lines-before.
3278
3279 * jit-lock.el (jit-lock-after-change):
3280 Call font-lock-extend-region. Obey font-lock-lines-before.
3281
3282 2006-03-14 David Ponce <david@dponce.com>
3283
3284 * tree-widget.el (tree-widget-themes-load-path)
3285 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3286
3287 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
3288
3289 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
3290 (rcirc-print): Mark the start of text at the end of the prompt.
3291 (rcirc-track-minor-mode): Add autoload cookie.
3292 (rcirc-update-activity-string): Add space to front of mode-line
3293 indicator.
3294
3295 2006-03-13 Miles Bader <miles@gnu.org>
3296
3297 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
3298 (rcirc-abbrev-nick): Remove function.
3299 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
3300
3301 2006-03-13 David Ponce <david@dponce.com>
3302
3303 * tree-widget.el: Handle themes across all occurrences of the main
3304 themes sub-directory found in tree-widget-themes-load-path.
3305 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3306 (tree-widget--locate-sub-directory): Return all occurrences.
3307 (tree-widget-themes-path): New function.
3308 Replace tree-widget-themes-directory, and return a list of directories.
3309 (tree-widget-set-parent-theme)
3310 (tree-widget-lookup-image): Use it.
3311
3312 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
3313
3314 * textmodes/org.el (org-link-search): Avoid self-matching of
3315 links, allow target text to be distributed over several lines.
3316 (org-search-not-link): New function.
3317 (org-set-regexps-and-options, org-get-current-options):
3318 New startup options.
3319 (org-export-as-html): Take odd-level setting from local variable.
3320 (org-fontify-emphasized-text): New option.
3321 (org-set-font-lock-defaults): Include emphasized text.
3322 (org-follow-mhe-link): Allow folder-only links, fix folder name.
3323 (org-font-lock): Customize group renamed from `org-faces'.
3324
3325 2006-03-13 John Paul Wallington <jpw@pobox.com>
3326
3327 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
3328 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
3329
3330 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
3331
3332 * cus-start.el (all): Delete :version keyword for members of the
3333 fringe group, since the entire group is new in 22.1.
3334
3335 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
3336
3337 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
3338 map if value is hexadecimal (an address).
3339 (gud-watch): Only search roots for existing watch expressions.
3340 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
3341 prevent caching problems with speedbar-update-directory-contents.
3342
3343 2006-03-12 Juri Linkov <juri@jurta.org>
3344
3345 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
3346 before comparing with `low' and `warn'.
3347
3348 * info.el (Info-dir-remove-duplicates): Move point to the
3349 beginning of the current line after deleting the entries from
3350 redundant heading. Use marker for `limit' and compare it with
3351 point before calling `re-search-forward'.
3352
3353 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3354
3355 * simple.el (yank): Fix typo in docstring.
3356
3357 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
3358
3359 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
3360 messages, where "D" is the 6th character.
3361
3362 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3363
3364 * simple.el (yank): Fix last change.
3365
3366 2006-03-11 David Ponce <david@dponce.com>
3367
3368 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
3369 merging elements from the standard ispell-dictionary-alist.
3370 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
3371 alist, and return the new alist.
3372
3373 2006-03-11 Richard Stallman <rms@gnu.org>
3374
3375 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
3376
3377 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
3378 the way it is implemented is too unclean.
3379
3380 * simple.el (kill-region, yank): Doc fix.
3381
3382 * battery.el (battery-echo-area-format): Doc fix.
3383 (battery-mode-line-format): Likewise.
3384 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
3385 (battery-linux-proc-acpi): Ignore batteries that say "charged".
3386
3387 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
3388
3389 * progmodes/octave-mod.el (octave-indent-for-comment):
3390 Behave according to do string.
3391
3392 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
3393
3394 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
3395 Be visible only if major mode is Mail Mode.
3396
3397 * textmodes/flyspell.el (flyspell-external-point-words)
3398 (flyspell-process-localwords): Fix last changes.
3399
3400 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3401
3402 * calendar/holidays.el (list-holidays): Doc fix.
3403
3404 * international/mule.el (auto-coding-alist): Add .odt
3405 (OpenOffice's open document) files.
3406
3407 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
3408 document) files. Mention in the doc string the need to sync with
3409 auto-coding-alist.
3410
3411 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
3412
3413 * files.el (hack-local-variables-confirm): Don't prompt for ! if
3414 enable-local-variables is set to always query, or there is no
3415 savable variable.
3416
3417 2006-03-10 Bill Wohler <wohler@newt.com>
3418
3419 * image.el (image-load-path-for-library): Merge at least three
3420 functions from Gnus and MH-E into this one function that can now
3421 be shared.
3422
3423 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
3424
3425 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
3426 gdb-remove-mouse-face and remove help-echo too.
3427 (gdb-enqueue-input): Correct conditional clause.
3428
3429 2006-03-10 Glenn Morris <rgm@gnu.org>
3430
3431 * calendar/calendar.el (calendar-holidays): Doc fix.
3432 * calendar/holidays.el (list-holidays): Doc fix.
3433
3434 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
3435
3436 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
3437 it gets called in gdb-prompt anyway.
3438 (gdb-use-separate-io-buffer): Only restore window arrangement for
3439 gdb-many-windows.
3440 (gdb-enqueue-input): Make it harder to send GDB input when program
3441 is running.
3442 (gdb-buffer-list): New variable.
3443 (gdb-remove-mouse-face): New function.
3444 (gdb-starting): Use it when GDB input won't get sent.
3445
3446 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
3447
3448 * help.el (view-lossage): Remove trailing whitespace before
3449 inserting "\n".
3450
3451 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
3452
3453 * files.el (hack-local-variables-confirm):
3454 Set coding-system-for-read to nil before writing to .emacs.
3455
3456 * arc-mode.el (archive-extract): Check if an existing buffer name
3457 comes from a different archive.
3458
3459 * help.el (describe-key-briefly): If KEY is a down event, read and
3460 discard the up event.
3461
3462 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
3463
3464 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
3465 be edited and use font-lock-warning-face for any changes.
3466
3467 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
3468 (gdb-edit-value): Use it to report any errors.
3469
3470 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
3471
3472 * help.el (describe-key): Remove leftover test code.
3473
3474 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
3475
3476 * textmodes/org.el: Move defvars out of eval-when-compile.
3477 Use buffer-file-name variable.
3478 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
3479 arg `file'.
3480 (org-level-faces): Remove startup dependency.
3481 (org-cycle, org-map-tree, org-scan-tags)
3482 (org-remember-handler): Don't call `outline-level' directly.
3483 (org-mhe-search-all-folders): New option.
3484 (org-mhe-get-message-folder-from-index)
3485 (org-mhe-get-message-folder): Fix indexing search.
3486 (org-format-agenda-item): Handle nil TAGS argument.
3487 (org-cleaned-string-for-export, org-activate-target-links)
3488 (org-make-target-link-regexp): Deal with empty radio target list.
3489 (org-tag): New face.
3490 (org-get-level-face): New function.
3491 (org-set-font-lock-defaults): Simplify setup for headlines.
3492 (org-complete): Pass common substring to `display-completion-list'.
3493
3494 2006-03-06 David Ponce <david@dponce.com>
3495
3496 * tree-widget.el: Update Commentary header.
3497 (tree-widget-theme-name): Ignore parent themes.
3498 (tree-widget-set-parent-theme): New function.
3499 (tree-widget-set-theme): Use it.
3500 (tree-widget-set-image-properties): Move definition. Does nothing
3501 if image properties have already been set.
3502 (tree-widget-image-properties): Move definition. Receive an image
3503 name. Set the :pointer property.
3504 (tree-widget-lookup-image): Doc fix. Search in parent themes.
3505 Don't set the :pointer image property.
3506 (tree-widget-convert-widget): New function. Handle :dynargs
3507 compatibility here.
3508 (tree-widget): Use it to :convert-widget. Add the :expander-p
3509 predicate to control when the :expander function is entered.
3510 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
3511 (tree-widget-value-create): Handle :expander-p. widget-apply
3512 :expander.
3513 (tree-widget-expander-p): New function. Default value of the
3514 :expander-p property.
3515
3516 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
3517
3518 * help.el (describe-key): Properly handle the return value of
3519 read-key-sequence when grabbing an up-event. Cleanup mouse-1
3520 remaps. Handle string and vector `follow-link' values.
3521
3522 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3523
3524 * complete.el (PC-expand-many-files): Try be more careful when parsing
3525 the shell's output.
3526
3527 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3528
3529 * outline.el (hide-sublevels): Provide better interactive default.
3530
3531 2006-03-06 Kenichi Handa <handa@m17n.org>
3532
3533 * international/fontset.el (create-fontset-from-fontset-spec):
3534 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
3535
3536 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
3537
3538 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
3539 backslashes instead of one in regexp.
3540 (gud-tooltip-dereference): Add missing optional argument.
3541
3542 2006-03-04 John Paul Wallington <jpw@pobox.com>
3543
3544 * wdired.el (toplevel): Require `cl' at compile-time.
3545
3546 2006-03-04 Andreas Schwab <schwab@suse.de>
3547
3548 * server.el (server-process-filter): Handle errors during
3549 evaluation of the argument.
3550
3551 2006-03-03 John Paul Wallington <jpw@pobox.com>
3552
3553 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
3554 escape parentheses at beginning of line.
3555 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
3556 (t-mouse-mode): Remove period from end of error message.
3557
3558 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
3559
3560 * textmodes/flyspell.el (flyspell-process-localwords):
3561 Be case-sensitive.
3562
3563 2006-03-03 Martin Rudalics <rudalics@gmx.at>
3564
3565 * cus-edit.el (custom-quote): Remove function, since it has been
3566 moved to custom.el.
3567
3568 * font-lock.el (lisp-font-lock-keywords-2)
3569 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
3570 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
3571 they have no special meaning.
3572
3573 * midnight.el (clean-buffer-list): Handle case where base-buffer of
3574 indirect buffer gets killed before indirect buffer. Use dolist.
3575
3576 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
3577
3578 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
3579 value instead of a literal constant (1) on more pauses.
3580
3581 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3582
3583 * textmodes/flyspell.el (flyspell-external-point-words):
3584 Be case-sensitive.
3585
3586 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
3587
3588 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
3589 with "www".
3590
3591 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
3592
3593 * allout.el: Restablish intermediate missing comment header to
3594 preserve outline structure.
3595 (allout-beginning-of-current-entry): Skip invisible text.
3596 (allout-open-topic): Fix opening a topic at end-of-buffer.
3597 (allout-minor-mode): Move nearer to allout-mode function.
3598
3599 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
3600
3601 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
3602
3603 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
3604
3605 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
3606 is nil.
3607
3608 * progmodes/gud.el (gud-speedbar-menu-items):
3609 Use buffer-local-value and add missing :visible keyword.
3610
3611 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
3612
3613 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
3614
3615 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
3616 must be `follow-link'.
3617
3618 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
3619
3620 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
3621 formatting: No nested anchors.
3622 (org-all-targets): Fix bug with XEmacs compatibility.
3623 (org-read-date): Add (require 'parse-time).
3624 (org-set-tags): Fix bug with extra inserted space.
3625 (org-export-html-style): Define a style class for targets.
3626 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
3627 (org-hide-leading-stars): New option.
3628 (org-hide): New face.
3629 (org-set-font-lock-defaults): Allow to hide leading stars.
3630 (org-get-legal-level, org-tr-level): New functions.
3631 (org-odd-levels-only): New option.
3632 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
3633 (org-demote, org-promote): Deal with double-star levels.
3634 (org-convert-to-odd-levels): New command.
3635
3636 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
3637
3638 * speedbar.el (speedbar-update-localized-contents): Try to
3639 preserve window-start.
3640 (speedbar-update-directory-contents): Try to preserve window-start
3641 and window-point.
3642 (speedbar-update-special-contents): Don't move back to start of window.
3643
3644 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
3645 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
3646 speedbar-timer-fn.
3647 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
3648 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
3649 instead of gdb-speedbar-timer-fn.
3650
3651 2006-02-28 Jay Belanger <belanger@truman.edu>
3652
3653 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
3654 (math-compose-expr): Use latex option when calling
3655 `math-compose-tex-matrix' for latex mode.
3656
3657 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
3658
3659 * speedbar.el: Re-instate comments about developing for speedbar
3660 [this is what info and gdb-ui use even if better methods exist now].
3661
3662 * t-mouse.el: New file.
3663 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
3664 (t-mouse-lispy-buffer-posn-from-coords): Remove.
3665 (t-mouse-make-event-element): Use posn-at-x-y instead.
3666 (t-mouse-make-event): Deal with Fedora Core 3.
3667 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
3668 (t-mouse-mouse-position-function): New function. Use it instead
3669 of advising mouse-position.
3670 (t-mouse-mode): New minor mode.
3671 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
3672
3673 2006-02-27 Glenn Morris <rgm@gnu.org>
3674
3675 * calendar/calendar.el (calendar-holidays): Doc fix.
3676
3677 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
3678
3679 * progmodes/gdb-ui.el (gdb-source-window): New variable.
3680 Re-introduce the concept of a source window.
3681 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
3682 consistency with get-buffer-create.
3683 (def-gdb-auto-update-handler, gdb-info-locals-handler)
3684 (gdb-data-list-register-values-handler)
3685 (gdb-stack-list-locals-handler): Try to preserve window-start as
3686 well as window-point.
3687 (gdb-display-source-buffer): New function (old concept).
3688 (gdb-goto-breakpoint): Use it.
3689
3690 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
3691 for gdb-ui/gdb-mi (old concept).
3692
3693 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
3694
3695 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
3696 binding.
3697
3698 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
3699
3700 * textmodes/reftex-sel.el (reftex-select-label-map)
3701 (reftex-select-bib-map): Add `follow-mouse' binding.
3702
3703 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
3704
3705 * jka-cmpr-hook.el (jka-compr-compression-info-list)
3706 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
3707 Give :set functions to provide automatic updating.
3708 Update docstring. Give compiler defvars early in the file
3709 and move the defcustoms to a later spot where all called functions
3710 are defined.
3711 (jka-compr-file-name-handler-entry): Doc fix.
3712 (jka-compr-compression-info-list--internal)
3713 (jka-compr-mode-alist-additions--internal)
3714 (jka-compr-load-suffixes--internal): New variables.
3715 (jka-compr-install): Set the three above variables.
3716 Update `load-file-rep-suffixes' instead of `load-suffixes'.
3717 (jka-compr-update, jka-compr-set): New functions.
3718 (auto-compression-mode): Doc fix.
3719
3720 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
3721 Update `load-file-rep-suffixes' instead of `load-suffixes'.
3722 Use jka-compr-compression-info-list--internal,
3723 jka-compr-mode-alist-additions--internal and
3724 jka-compr-load-suffixes--internal.
3725
3726 * files.el (load-library):
3727 * loadhist.el (file-loadhist-lookup):
3728 * startup.el (command-line):
3729 * subr.el (locate-library):
3730 * emacs-lisp/autoload.el (update-directory-autoloads):
3731 * emacs-lisp/find-func.el (find-library-suffixes):
3732 Use `get-load-suffixes' instead of `load-suffixes'.
3733
3734 * subr.el (locate-library):
3735 * emacs-lisp/find-func.el (find-library-name):
3736 Use `load-file-rep-suffixes' instead of '("").
3737
3738 2006-02-26 Kim F. Storm <storm@cua.dk>
3739
3740 * ido.el (ido-save-history, ido-load-history): Simplify.
3741 Don't use find-file-noselect to avoid interference from other modes.
3742
3743 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
3744
3745 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
3746 to use the default shell if filename is not available.
3747 Reported by Giorgos Keramidas.
3748
3749 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
3750
3751 * progmodes/etags.el (tags-completion-table): Do completion from
3752 all the tables in the current list, as documented in the manual.
3753
3754 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3755
3756 * CC Mode Update to 5.31.3.
3757
3758 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3759
3760 * progmodes/cc-mode.el (c-postprocess-file-styles):
3761 Bind inhibit-read-only to t, around the call to
3762 c-remove-any-local-eval-or-mode-variables, so that it works on a
3763 RO file.
3764
3765 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3766
3767 * progmodes/cc-awk.el: Correct a typo.
3768
3769 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3770
3771 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
3772 c-hungry-delete-backwards, at the request of RMS. Leave the old
3773 name as an alias.
3774
3775 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3776
3777 * progmodes/cc-mode.el: Correct a typo.
3778
3779 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3780
3781 * progmodes/cc-defs.el: Update the version number to 5.31.3.
3782
3783 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3784
3785 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
3786 brace-else-brace (error due to mbeg, mend being undefined).
3787
3788 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3789
3790 * progmodes/cc-mode.el: File Local variables: Solve the problem
3791 where both `mode' and c-file-offsets are specified: `mode' will
3792 overwrite c-f-o's settings:
3793 (c-remove-any-local-eval-or-mode-variables): New function.
3794 (c-postprocess-file-styles): Call the above new function, within
3795 c-tentative-buffer-change, to splat `mode' and `eval' before the
3796 second hack-local-variables.
3797
3798 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3799
3800 * progmodes/cc-mode.el:
3801 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
3802 (c-after-change): Protect the match data with save-match-data.
3803 It was getting corrupted by c-after-change-check-<>-operators.
3804
3805 * cc-defs.el: [Supersedes patch V1.38]:
3806 (top level): Check for a buggy font-lock-compile-keywords ONLY in
3807 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
3808
3809 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
3810 with save-match-data. It was being corrupted when Font Lock was
3811 not enabled.
3812
3813 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3814
3815 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
3816 Mode and Subword Mode.
3817
3818 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
3819 real labels ("case 1:" or "foo:") from non-labels ("public:").
3820 (c-forward-objc-directive): Replace c-forward-token-2 with crude
3821 coding; c-f-t-2 doesn't move over a token at EOB.
3822
3823 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
3824
3825 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
3826 (c-update-modeline): Concatenate the minor mode indicators
3827 directly onto mode-name, removing c-submode-indicators.
3828 Sometimes, c-s-i got separated from the mode name on the mode line.
3829
3830 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
3831 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
3832
3833 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3834
3835 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
3836 error message when there's an evaluation error to show whether
3837 it's loaded from source or not.
3838 (c-filter-ops): Make it available at runtime too to work when
3839 `c-make-init-lang-vars-fun' needs to evaluate from source.
3840
3841 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
3842
3843 * help.el (help): Revert last part of 2006-02-23 change (deletion
3844 of the `provide' call).
3845
3846 2006-02-23 Juri Linkov <juri@jurta.org>
3847
3848 * compare-w.el (compare-windows-highlight): Add new value
3849 `persistent' and change :type from `boolean' to `choice'.
3850 (compare-windows-overlays1, compare-windows-overlays2):
3851 New internal variables.
3852 (compare-windows-highlight): If compare-windows-highlight is
3853 `persistent', add current overlays to compare-windows-overlays[12]
3854 instead of adding compare-windows-dehighlight to pre-command-hook.
3855 (compare-windows-dehighlight): Delete all overlays from
3856 compare-windows-overlays[12].
3857
3858 * info.el (Info-search): Don't bind search-spaces-regexp to
3859 Info-search-whitespace-regexp in non-regexp isearch mode.
3860
3861 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3862
3863 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
3864
3865 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
3866
3867 * textmodes/org.el (org-xemacs-p)
3868 (org-export-html-show-new-buffer, org-table-may-need-update)
3869 (org-insert-item, org-mhe-get-message-real-folder)
3870 (org-mhe-get-message-folder-from-index)
3871 (org-mhe-get-message-folder, org-mhe-get-message-num)
3872 (org-mhe-get-header, org-make-org-heading-search-string)
3873 (org-make-org-heading-camel, org-table-sort-lines)
3874 (org-format-org-table-html, org-format-table-table-html):
3875 Fix typos in docstrings.
3876
3877 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
3878
3879 * textmodes/org.el (org-cleaned-string-for-export)
3880 (org-solidify-link-text): New function.
3881 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
3882 XEmacs, just to silence the compiler.
3883 (org-export-as-ascii, org-export-as-html-and-open):
3884 Use `org-cleaned-string-for-export' and create internal links.
3885 (org-follow-mhe-link): Require mh-e, use folder.
3886
3887 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
3888
3889 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
3890
3891 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
3892 gdb-debug-log-length.
3893 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
3894 it a real ring but...
3895 (gud-gdba-marker-filter): ...make it work like mark-ring.
3896 (gdb-enable-debug): Rename from gdb-enable-debug-log.
3897 (gdb-mouse-jump): New function. Add bindings.
3898
3899 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
3900
3901 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
3902 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
3903 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
3904 (gdb-debug-log-length): Customize it's length.
3905 (gud-watch, gdb-var-create-handler): Display function::var format
3906 but don't use to create variable object.
3907 (gdb-var-create-handler): Use message-box in place of message.
3908 (gdb-stopped): Call gdb-exited if signalled.
3909
3910 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
3911
3912 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
3913
3914 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
3915
3916 * textmodes/reftex.el (reftex-locate-file): Search all extensions
3917 if `reftex-try-all-extensions' is set.
3918
3919 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
3920 fail silently when there is no valid argument at point.
3921 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
3922 `fail-silently' argument. From a patch by David Reiter.
3923
3924 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
3925 New commands.
3926 (org-mark-ring): New variable.
3927 (org-mark-ring-length): New option.
3928 (org-open-at-point, org-goto, org-open-file): Push old position
3929 onto the mark ring.
3930 (org-add-hook): New function.
3931 (org-export-table-remove-special-lines): New option.
3932 (org-skip-comments, org-format-org-table-html): Respect new
3933 option `org-export-table-remove-special-lines'.
3934 (org-open-file): Allow special command configuration for
3935 directory link.
3936 (org-file-apps): Fix bugs in customize type, added setting
3937 for directories.
3938 (org-activate-tags, org-format-agenda-item, org-complete)
3939 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
3940 (org-get-tags, org-get-buffer-tags, org-open-at-point)
3941 (org-link-search, org-make-org-heading-search-string)
3942 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
3943 (org-radio-targets, org-file-link-context-use-camel-case)
3944 (org-activate-camels): New options.
3945 (org-update-radio-target-regexp, org-all-targets)
3946 (org-make-target-link-regexp, org-activate-target-links):
3947 New functions.
3948 (org-make-org-heading-search-string): New function.
3949 (org-store-link, org-insert-link): Use new option
3950 `org-file-link-context-use-camel-case'.
3951 (org-activate-camels): Use new option `org-activate-camels'.
3952 (org-link-regexp): Add mhe prefix.
3953 (org-open-at-point, org-store-link): Support for mhe links.
3954 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
3955 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
3956 (org-mhe-get-header, org-follow-mhe-link): New functions.
3957 (org-remove-angle-brackets, org-add-angle-brackets):
3958 New functions.
3959 (org-bracket-link-regexp): New constant.
3960 (org-read-date): Fix bug that was rejecting all typed dates.
3961 (org-link-search): Make hierarchy above visible after a match.
3962 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
3963 (org-store-link): Fix bug with link creation when cursor is in
3964 an empty line.
3965 (org-open-at-point): Fix bug with matching a link.
3966 Fixed buggy argument sequence in call to `org-view-tags'.
3967 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3968 (org-prefix-has-tag): New variable.
3969 (org-format-agenda-item): Remove tags from headline
3970 if appropriate.
3971 (org-agenda-remove-tags-when-in-prefix): New option.
3972
3973 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
3974
3975 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
3976 Fix the regular expressions.
3977
3978 2006-02-21 Richard M. Stallman <rms@gnu.org>
3979
3980 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
3981 if there's no other specific basis.
3982
3983 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
3984 as variables at all.
3985 (unsafep-variable): Rename arg; doc fix.
3986
3987 * abbrevlist.el (list-one-abbrev-table): Add autoload.
3988
3989 * calendar/appt.el (diary-selective-display): Add defvar.
3990
3991 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
3992
3993 * isearch.el (search-whitespace-regexp): Fix custom type.
3994
3995 * help.el (describe-key-briefly): Compute interactive args
3996 in same was as before previous change.
3997
3998 * files.el (enable-local-variables): Doc fix.
3999
4000 2006-02-21 Kim F. Storm <storm@cua.dk>
4001
4002 * fringe.el: Cleanup as file is now pre-loaded.
4003 (fringe-bitmaps): Initialize unconditionally.
4004 (fringe-mode, set-fringe-style): Remove autoload cookies.
4005
4006 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4007
4008 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
4009 `horizontal-bar'.
4010 (fringe-cursor-alist): Use `horizontal-bar'.
4011
4012 2006-02-20 Kim F. Storm <storm@cua.dk>
4013
4014 * fringe.el (fringe-bitmaps): Update to new bitmap names.
4015 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
4016
4017 * loadup.el: Load "fringe" on window systems.
4018
4019 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4020
4021 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
4022 out of scope components.
4023
4024 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
4025 default.
4026
4027 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
4028
4029 * custom.el (customize-mark-to-save, customize-mark-as-set):
4030 Load the symbol first.
4031
4032 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
4033
4034 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
4035 strech spec so it doesn't display as "^J" on the header line
4036 when `Buffer-menu-use-header-line' is t.
4037
4038 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4039
4040 * speedbar.el (speedbar-make-button): Keep text properties
4041 of string arguments if desired.
4042
4043 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
4044 expessions.
4045
4046 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
4047 of speedbar.
4048
4049 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
4050
4051 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
4052 to value of `read-file-name-completion-ignore-case'.
4053
4054 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
4055
4056 * custom.el (customize-mark-as-set): Push to `user' theme.
4057
4058 * cus-edit.el (custom-save-variables): Allow unthemed values.
4059 (customize-set-variable): Push setting to `user' theme.
4060
4061 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4062
4063 * progmodes/gud.el: Don't require font-lock as it's now
4064 automatically loaded.
4065 (gud-speedbar-buttons): Replace gdb-var-changed with
4066 gdb-force-update.
4067
4068 * progmodes/gdb-ui.el (gdb-force-update): Rename from
4069 gdb-var-changed.
4070 (gdb-post-prompt): Use it.
4071 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4072 (gdb-var-update-handler, gdb-var-delete)
4073 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
4074 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
4075 gdb-force-update in gdb-post-prompt.
4076 (gdb-reset): Clear watch expressions from speedbar when quitting.
4077
4078 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4079
4080 * viper-cmd.el (viper-insert-state-post-command-sentinel)
4081 (viper-change-state-to-vi, viper-change-state-to-emacs):
4082 Make aware of cursor coloring in the Emacs state.
4083 (viper-special-read-and-insert-char): Use read-char-exclusive.
4084 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
4085
4086 * viper-init.el (viper-emacs-state-cursor-color): New variable.
4087
4088 * viper-util.el (viper-save-cursor-color)
4089 (viper-get-saved-cursor-color-in-replace-mode)
4090 (viper-get-saved-cursor-color-in-insert-mode)
4091 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
4092 state.
4093 (viper-get-saved-cursor-color-in-emacs-mode): New function.
4094
4095 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
4096 (ediff-ignore-case-option3, ediff-actual-diff-options)
4097 (ediff-actual-diff3-options): New variables to control case sensitivity.
4098 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
4099 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
4100 (ediff-toggle-ignore-case): New function.
4101 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
4102
4103 * ediff-help.el (ediff-long-help-message-narrow2)
4104 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
4105 (ediff-long-help-message-word-mode): Add ignore-case command.
4106 (ediff-help-for-quick-help): Add ignore-case command.
4107
4108 * ediff-merg.el: Move provide to the end.
4109
4110 * ediff-ptch.el: Move provide to the end.
4111
4112 * ediff-wind.el: Move provide to the end.
4113
4114 * ediff-mult.el: Move provide to the end.
4115 (ediff-set-meta-overlay): Enable follow-link.
4116
4117 * ediff.el: Move provide to the end.
4118 Break recursive load cycle in eval-when-compile.
4119 (ediff-patch-buffer): Better heuristics.
4120
4121 * ediff-util.el: Move provide to the end.
4122 Break recursive load cycle in eval-when-compile.
4123 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
4124 defuns.
4125 (ediff-submit-report): Pass the values of ediff-diff3-program,
4126 ediff-diff3-options.
4127
4128 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
4129
4130 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
4131 the opening bracket of the following bracketing pairs: {}, [], (), <>,
4132 `' (for example, in the docstring of `windmove-default-keybindings').
4133
4134 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4135
4136 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
4137 shadow face. Don't provide binding to edit variable when it is
4138 out of scope.
4139
4140 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4141 (gdb-var-update-handler): Detect out of scope variables with pre
4142 GDB 6.4 too.
4143 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
4144 Reset status of variable objects to nil in update handlers.
4145 (gdb-var-update-handler-1): Detect when a variable object comes
4146 in scope. setcar on var changes gdb-var-list directly.
4147
4148 2006-02-17 Juri Linkov <juri@jurta.org>
4149
4150 * ffap.el (ffap) <defface>: Add explicit face declaration.
4151 (ffap-highlight): Use face `ffap' directly instead of checking
4152 for its existence.
4153
4154 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
4155 `visible-ok' of `other-buffer' to find the right original buffer.
4156
4157 * info.el (Info-search): Skip `Local Variables' node.
4158
4159 2006-02-17 Juri Linkov <juri@jurta.org>
4160
4161 * info.el (Info-find-file): Check for symbols `apropos', `history',
4162 `toc' in the input filename, and return these symbols as is.
4163 (Info-find-node-2): Set Info-current-file to symbols `apropos',
4164 `history', `toc' instead of strings.
4165 (Info-set-mode-line): For non-string Info-current-file use the
4166 symbol's name inside **.
4167 (Info-isearch-push-state): Add quote before Info-current-file and
4168 Info-current-node.
4169 (Info-isearch-pop-state): Use `equal' instead of `string='.
4170 (Info-extract-pointer, Info-following-node-name): Use
4171 `match-string-no-properties' instead of `match-string'.
4172 (Info-up): Check `old-file' for `stringp'.
4173 (Info-history): Use `equal' instead of `string-equal'.
4174 Check `file' for `stringp'.
4175 (Info-history): Use symbol `history' instead of string as first arg
4176 of `Info-find-node'.
4177 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
4178 `toc' instead of string.
4179 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
4180 instead of `buffer-substring', and `match-string-no-properties'
4181 instead of `match-string'.
4182 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
4183 instead of strings.
4184 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
4185 Use symbol `apropos' instead of string.
4186 (Info-copy-current-node-name): Check `Info-current-file' for
4187 `stringp' and construct a command with `Info-find-node' from it.
4188 (Info-fontify-node): Use `match-string-no-properties' instead of
4189 `match-string' and check file names for `stringp'.
4190 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
4191 `history', `toc' instead of strings.
4192
4193 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
4194
4195 * files.el: Rearrange functions and variables in the file local
4196 variables section.
4197
4198 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
4199
4200 * files.el: Add truncate-lines, ispell-check-comments and
4201 ispell-local-dictionary as safe local variables.
4202
4203 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
4204
4205 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
4206 out of scope variables.
4207 (gud-speedbar-buttons): Use unless.
4208
4209 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
4210 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
4211 (gdb-show-changed-values): Also use for out of scope variables.
4212 (gdb-var-update-handler-1): Note if variable goes out of scope.
4213
4214 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
4215
4216 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
4217 default to global variable values for unsupplied args.
4218 (rcirc-get-buffer-create): Fix bug with setting the target.
4219 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
4220 test for rcirc-always-use-server-buffer-flag here.
4221 (rcirc-response-formats): Add %N, which is a facified nick. %n
4222 uses the default face. Change the ACTION format string. If the
4223 "nick" is the server, don't print anything for that field.
4224 Comment fixes.
4225 (rcirc-target-buffer): Don't test
4226 rcirc-always-use-server-buffer-flag here.
4227 (rcirc-print): Squeeze extra spaces out of the text before message.
4228 (rcirc-put-nick-channel): Strip potential "@" char from nick
4229 before adding them to nick table.
4230 (rcirc-url-regexp): Improve to match address like "foo.com".
4231
4232 2006-02-17 Eli Zaretskii <eliz@gnu.org>
4233
4234 * allout.el (allout-hidden-p): Move this defsubst before
4235 allout-overlay-interior-modification-handler, where it is first
4236 used.
4237
4238 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
4239
4240 * allout.el: Use allout invisible-text overlays instead of
4241 selective display for concealed text. Also, lots of general
4242 cleanup, and improved compatibility code.
4243
4244 (allout-version) Incremented, corrected, revised, and refined
4245 module commentary.
4246
4247 (provide 'allout): Moved to the bottom, added a require of overlay.
4248
4249 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
4250 `except-current'.
4251 (allout-write-file-hook-handler): Minimize delay.
4252 (count-trailing-whitespace-region): New function so
4253 auto-encryption of current topic can resituate cursor exactly.
4254 PGP/GPG encryption trims trailing whitespace from lines, which
4255 must be accounted for across encryption then decryption.
4256
4257 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
4258 just plain "\C-c", to avoid intruding on user's keybinding space.
4259
4260 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
4261 parameter, so user request to provide a new password is done.
4262
4263 (allout-outside-normal-auto-fill-function, allout-auto-fill):
4264 Refined mechanism for auto-filling behavior while in allout mode.
4265
4266 (allout-mode): Explicitly specify the mode map in the docstring.
4267 Clarify provision for various write-file hook var names.
4268 Adjusted for invisible-text overlays instead of selective-display.
4269
4270 (allout-depth): Really return 0 if not within any topic. This
4271 rectifies `allout-beginning-of-level' and sequence numbering
4272 errors that occur when cutting and pasting numbered topics.
4273 Changed from a in-line subst to a regular function, as well.
4274
4275 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
4276
4277 (allout-end-of-subtree, allout-end-of-subtree)
4278 (allout-end-of-entry, allout-end-of-current-heading)
4279 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
4280 (allout-show-children, allout-show-to-offshoot)
4281 (allout-hide-current-entry, allout-show-current-entry): Rectified
4282 handling of trailing blank lines between items.
4283
4284 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
4285 (allout-current-depth, allout-unprotected, allout-hidden-p)
4286 (allout-on-current-heading-p, allout-listify-exposed)
4287 (allout-chart-subtree, allout-goto-prefix)
4288 (allout-back-to-current-heading, allout-get-body-text)
4289 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
4290 (allout-hide-region-body, allout-toggle-subtree-encryption)
4291 (allout-encrypt-string, allout-encrypted-key-info)
4292 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
4293 (allout-file-vars-section-data): Adjusted for use with
4294 invisible-text overlays instead of selective-display.
4295
4296 (allout-kill-line, allout-kill-topic, allout-yank-processing):
4297 Reworked for use with invisible text overlays.
4298
4299 (allout-current-topic-collapsed-p): New function.
4300
4301 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
4302 to know when to close the containing topic.
4303
4304 (allout-pre-command-business, allout-post-command-business):
4305 Simplify undo-batching and dynamic isearch exposure.
4306
4307 (allout-set-overlay-category): New for invisible-text overlays.
4308 Sets properties of allout-overlay-category, used by
4309 allout-flag-region to set invisible-text overlay properties.
4310 (allout-get-invisibility-overlay): Get the first qualifying
4311 invisibility overlay, so we can find the extent of it.
4312 (allout-back-to-visible-text): Get to just before the beginnining
4313 of the current invisibility overlay, if any.
4314
4315 (allout-overlay-insert-in-front-handler)
4316 (allout-overlay-interior-modification-handler)
4317 (allout-before-change-handler, allout-isearch-end-handler): New
4318 functions to handle extraordinary actions affecting concealed
4319 text.
4320
4321 (allout-flag-region): Use overlays instead of selective-display
4322 for invisible text - by inheritence from the properties of
4323 allout-overlay-category in mainline Emacs, and applied
4324 property-by-property in XEmacs, some recent versions of which
4325 don't inherit the properties from the category. Provisions to
4326 respond to concealed-text edits simplified drastically.
4327
4328 (allout-isearch-rectification, allout-isearch-was-font-lock)
4329 (allout-isearch-expose, allout-enwrap-isearch)
4330 (allout-isearch-abort, allout-pre-was-isearching)
4331 (allout-isearch-prior-pos, allout-isearch-did-quit)
4332 (allout-isearch-dynamic-expose)
4333 (allout-hide-current-entry-completely): Functions deleted.
4334
4335 (allout-undo-aggregation): Explicit undo aggregation no longer
4336 necessary due to transition away from selective-display.
4337
4338 (set-allout-regexp, allout-up-current-level)
4339 (allout-next-visible-heading, allout-forward-current-level)
4340 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
4341 (allout-kill-line, allout-yank-processing, allout-show-children)
4342 (allout-expose-topic, allout-old-expose-topic)
4343 (allout-listify-exposed, allout-insert-latex-header)
4344 (allout-toggle-subtree-encryption, allout-encrypt-string)
4345 (remove-from-invisibility-spec, allout-hide-current-subtree):
4346 Ditched unused variables.
4347
4348 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
4349
4350 * textmodes/ispell.el (ispell-change-dictionary): Call
4351 ispell-buffer-local-dict instead of
4352 ispell-accept-buffer-local-defs.
4353 (ispell-local-dictionary-alist): Accept as valid any coding-system
4354 supported by Emacs.
4355 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
4356 changed to iso-8859-3.
4357
4358 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
4359
4360 * speedbar.el (speedbar-frame-width): Make an inline function
4361 instead of a macro. Use frame-width.
4362 (speedbar-try-completion, speedbar-update-contents)
4363 (speedbar-timer-fn): Use consp.
4364 (speedbar-update-localized-contents): Try to preserve point.
4365
4366 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
4367 (menu): Re-order menu items.
4368 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
4369 field.
4370 (gdb-var-update-handler-1): Use it for GDB 6.4+.
4371 (gdb-post-prompt): Speed things by not forcing update.
4372
4373 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
4374
4375 * wid-edit.el (widget-button-click): For mouse-1, cancel button
4376 press and perform default action if we get a mouse movement event.
4377
4378 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
4379
4380 * calendar/icalendar.el (icalendar--get-event-property)
4381 (icalendar--get-event-property-attributes): Fix typos in
4382 docstrings.
4383
4384 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
4385 docstring.
4386
4387 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
4388
4389 * bs.el (bs-mode): Use `buffer-disable-undo'.
4390 (bs--get-file-name): Simplify.
4391 (bs-show-in-buffer): Mark the buffer as not modified.
4392
4393 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4394
4395 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
4396 widget-button-click.
4397
4398 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
4399 (custom-mode): Update docstring.
4400
4401 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
4402 binding.
4403
4404 * files.el (hack-local-variables-confirm): Allow scrolling if the
4405 file variable list is too long. Kill temp buffer after use.
4406
4407 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
4408
4409 * progmodes/gud.el (gdb): Improve doc string.
4410 (gdb-script-font-lock-keywords): Expand allowed character set.
4411
4412 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
4413 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
4414 (gdb-separate-io-interrupt, gdb-separate-io-quit)
4415 (gdb-separate-io-stop, gdb-separate-io-eof):
4416 Rename from gdb-inferior-* to gdb-separate-*.
4417 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
4418
4419 2006-02-14 Jay Belanger <belanger@truman.edu>
4420
4421 * calc/calc-arith.el (math-check-known-scalarp): Make sure
4422 expression is a symbol before checking that it is bound.
4423
4424 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
4425 test to see if equation can be solved.
4426
4427 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4428
4429 * wid-edit.el (widget-button-click): Use :pressed-face property
4430 for overlay face, if it exists.
4431
4432 * cus-edit.el (custom-manual, custom-add-see-also)
4433 (custom-add-parent-links, custom-group-link): Add :pressed-face
4434 property to links.
4435
4436 * files.el (hack-local-variables): Remove ignored variables before
4437 checking if any variables need setting.
4438
4439 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4440
4441 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
4442
4443 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
4444
4445 * help.el (where-is): Fix message for remapped commands.
4446
4447 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
4448 Fix typos in docstrings.
4449
4450 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
4451
4452 * files.el (safe-local-variable-values): New option.
4453 (hack-local-variables-prop-line): Return a list of variable-value
4454 pairs if MODE-ONLY is non-nil.
4455 (hack-local-variables): Construct list of variable-value pairs,
4456 and apply or reject them in one go. Ask for confirmation if
4457 variables are not known safe.
4458 (hack-local-variables-confirm): Complete rewrite. Support
4459 `safe-local-variable-values'.
4460 (enable-local-variables): Update docstring to reflect new
4461 behavior.
4462 (ignored-local-variables): Ignore ignored-local-variables and
4463 safe-local-variable-values.
4464 (safe-local-variable-p): New function.
4465 (risky-local-variable-p): `safe-local-variable' property check
4466 moved to safe-local-variable-p.
4467 (hack-one-local-variable): Checks moved to hack-local-variables.
4468
4469 (byte-compile-dynamic, c-basic-offset, c-file-style)
4470 (c-indent-level, comment-column, fill-column, fill-prefix)
4471 (indent-tabs-mode, kept-new-versions, no-byte-compile)
4472 (no-update-autoloads, outline-regexp, page-delimiter)
4473 (paragraph-start, paragraph-separate, sentence-end)
4474 (sentence-end-double-space tab-width, version-control):
4475 Add `safe-local-variable' property.
4476
4477 * find-lisp.el: Delete nonexistent `autocompile' file variable.
4478
4479 * icomplete.el, play/landmark.el: Change nonexistent
4480 `outline-layout' file variable to `allout-layout'.
4481
4482 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
4483
4484 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
4485 (gdb-get-changed-registers): Test value of gud-minor-mode relative
4486 to gud-comint-buffer.
4487 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
4488 gdb-ui.el for gdb-mi.el.
4489 (gdb-post-prompt, gdb-get-changed-registers): Move test for
4490 registers buffer to gdb-get-changed-registers.
4491 (gdb-breakpoint-regexp): New regexp. Allow toggling and
4492 deletion of catchpoints (throw and catch).
4493 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
4494 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
4495 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
4496 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
4497 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
4498
4499 2006-02-13 Jay Belanger <belanger@truman.edu>
4500
4501 * calc/calc-arith.el (math-check-known-matrixp): Make sure
4502 expression is a symbol before checking that it is bound.
4503
4504 2006-02-13 Richard M. Stallman <rms@gnu.org>
4505
4506 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
4507 for the minibuffer too, but not if resize-mini-windows will interfere.
4508
4509 * help.el (describe-key-briefly, describe-key): Do all arg-reading
4510 inside `interactive' spec.
4511 (describe-key-briefly-internal, describe-key-internal):
4512 Functions merged back into their callers.
4513
4514 2006-02-13 Martin Rudalics <rudalics@gmx.at>
4515
4516 * info.el (info-xref-visited): Inherit from info-xref too.
4517 (Info-set-mode-line): Replace occurrences of `%' by `%%'
4518 when propertizing Info-current-file and Info-current-node.
4519
4520 2006-02-13 Juri Linkov <juri@jurta.org>
4521
4522 * tumme.el (tumme-thumbnail-storage): Fix docstring.
4523 (tumme-thumb-name): Fix per-directory format.
4524
4525 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
4526
4527 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
4528
4529 2006-02-12 Miles Bader <miles@gnu.org>
4530
4531 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
4532
4533 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
4534
4535 * tumme.el: Remove history section. If someone needs the it, it
4536 can always be found in CVS.
4537
4538 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
4539
4540 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
4541 about the Thumbnail Managing Standard option.
4542
4543 2006-02-12 Richard M. Stallman <rms@gnu.org>
4544
4545 * subr.el (substitute-key-definition): Doc fix.
4546
4547 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
4548
4549 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
4550
4551 * info.el (Info-mode): Doc fix.
4552
4553 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
4554
4555 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
4556
4557 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
4558 because on Solaris a POSIX compatible "id" is needed. Reported by
4559 Magnus Henoch <mange@freemail.hu>.
4560
4561 2006-02-12 Juri Linkov <juri@jurta.org>
4562
4563 * tumme.el: Remove todo item about Thumbnail Managing Standard.
4564 (tumme) <defgroup>: Change :group to `multimedia'.
4565 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
4566 Managing Standard.
4567 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
4568 Fix dostring.
4569 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
4570 and %y. Fix docstring.
4571 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
4572 (tumme-cmd-create-standard-thumbnail-command): New user options.
4573 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
4574 is `standard'. Fix docstring.
4575 (tumme-thumb-width, tumme-thumb-height): New user options.
4576 (tumme-external-viewer): Try to find various viewers.
4577 (tumme-get-thumbnail-image): Use `create-image' instead of
4578 constructing the `image' structure.
4579 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
4580 `standard'.
4581 (tumme-thumb-name): Add file name generation for standard storage.
4582 Simplify code for other storages.
4583 (tumme-thumb-name): Use width %w and height %h instead of size %s.
4584 Add modification time %m and thumbnail-nq8 %q.
4585 Use `tumme-cmd-create-standard-thumbnail-command' if
4586 tumme-thumbnail-storage is `standard'.
4587 (tumme-dired-insert-marked-thumbs): New autoload command.
4588 (tumme-dired-after-readin-hook): New function.
4589 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
4590 `tumme-thumb-size'.
4591 (tumme-display-image): Replace size-x %x and size-y %y with
4592 width %w and height %h.
4593
4594 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
4595 `tumme-dired-insert-marked-thumbs'.
4596
4597 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
4598
4599 * tumme.el (tumme-write-tag): Fix small bug (file name did not
4600 include path).
4601 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
4602 matching tag.
4603
4604 2006-02-12 Miles Bader <miles@gnu.org>
4605
4606 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
4607 New variables.
4608 (rcirc-abbrev-nick): New function.
4609 (rcirc-format-response-string): Rewrite to use the formats in
4610 `rcirc-response-formats' and expand escape sequences therein.
4611 A text-property `rcirc-text' is added over the actual response
4612 text to make easy to find inside the returned string.
4613 (rcirc-print): When filling, just look for the `rcirc-text'
4614 text-property to find the appropriate fill prefix, instead of
4615 using hardwired patterns.
4616
4617 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
4618
4619 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
4620 Managing Standard.
4621
4622 2006-02-11 Kim F. Storm <storm@cua.dk>
4623
4624 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
4625 Don't use insert-buffer; do insert-buffer-substring directly.
4626 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
4627
4628 2006-02-11 Martin Rudalics <rudalics@gmx.at>
4629
4630 * files.el (revert-buffer, recover-file): Replace buffer-read-only
4631 with inhibit-read-only. Suggested by Stefan Monnier.
4632 (revert-buffer): Let insert-file-contents discard
4633 buffer-undo-list. Simplify code.
4634 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
4635
4636 2006-02-11 Eli Zaretskii <eliz@gnu.org>
4637
4638 * menu-bar.el (menu-bar-select-yank): Add a doc string.
4639
4640 * help.el (describe-key-briefly): Now a wrapper for
4641 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
4642 to t. Populate yank-menu if empty.
4643 (describe-key-briefly-internal): Renamed from describe-key-briefly.
4644 (describe-key): Now a wrapper for describe-key-internal. Bind
4645 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
4646 (describe-key-internal): Renamed from describe-key.
4647
4648 2006-02-11 Milan Zamazal <pdm@zamazal.org>
4649
4650 * progmodes/glasses.el (glasses-separator): Doc fix.
4651 (glasses-original-separator): New defcustom.
4652 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
4653
4654 2006-02-11 Martin Rudalics <rudalics@gmx.at>
4655
4656 * mwheel.el (mouse-wheel-up-event): Doc fix.
4657
4658 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
4659
4660 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
4661 (tumme-dir): New function. Copied from thumbs.el.
4662
4663 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
4664
4665 * desktop.el (desktop-outvar): Fix typo.
4666 (desktop-save-buffer-p): Doc fix.
4667
4668 * subr.el (substitute-key-definition): Fix typo.
4669
4670 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4671
4672 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
4673 when window-system is mac.
4674
4675 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
4676
4677 2006-02-10 Kim F. Storm <storm@cua.dk>
4678
4679 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
4680 indirect-function instead of using condition-case.
4681
4682 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
4683
4684 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
4685 less `colloquial'...
4686
4687 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
4688
4689 * tumme.el: Add a couple of todo items.
4690
4691 2006-02-09 Lars Hansen <larsh@soem.dk>
4692
4693 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
4694 (highlight-changes-mode): Don't change desktop-locals-to-save.
4695
4696 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
4697
4698 * image-mode.el (image-toggle-display): Clear image cache if using
4699 filename.
4700
4701 2006-02-09 Masatake YAMATO <jet@gyve.org>
4702
4703 * dired-x.el (dired-guess-shell-alist-default): Add .man as
4704 a `dired-man' target.
4705
4706 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
4707 boundary of symbols.
4708
4709 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
4710
4711 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
4712
4713 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
4714
4715 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
4716 `mapcar'; return nil.
4717
4718 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
4719
4720 * mouse.el (mouse-drag-track): Don't change window if we rebind to
4721 some other event.
4722
4723 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
4724
4725 * net/rcirc.el (rcirc-startup-channels-alist):
4726 Add irc.freenode.net and #emacs as defaults.
4727 (rcirc-ignore-all-activity-flag): Remove variable.
4728 (rcirc-authinfo): New variable.
4729 (rcirc-authinfo-filename): Remove variable.
4730 (rcirc-always-use-server-buffer-flag): New flag.
4731 (rcirc): M-x rcirc will automatically connect without prompting.
4732 C-u M-x rcirc will prompt. Use rcirc-connect to create a
4733 connection in lisp.
4734 (rcirc-process-server-response-1): Remove everything but the nick
4735 portion of the sender so it doesn't need to be done everywhere
4736 else. Update related code.
4737 (global-map): Remove global keybindings.
4738 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
4739 (rcirc-send-input): Split into several functions.
4740 (rcirc-process-input-line, rcirc-process-message)
4741 (rcirc-process-command): New functions.
4742 (rcirc-target-buffer): New function to determine where to route
4743 messages.
4744 (rcirc-user-nick): Save match data.
4745 (rcirc-toggle-ignore-buffer-activity)
4746 (rcirc-update-activity-string): Remove global ignore functionality,
4747 which can be done now by toggling rcirc-track-minor-mode.
4748 (rcirc-track-minor-mode-map): New keymap.
4749 (rcirc-track-minor-mode): New minor-mode.
4750 (ignore): Make the ignore output nicer. Always print it when
4751 adding or removing nicks.
4752 (rcirc-url-regexp): Improve.
4753 (rcirc-mangle-text): Remove properties before using text in the
4754 modeline.
4755 (rcirc-authenticate): Authentication data comes from
4756 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
4757 (rcirc-server-prefix): Inherit from rcirc-server.
4758
4759 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
4760
4761 * Makefile.in (compile): Append "|| true" to the end of the `find'
4762 command, like compile-always does.
4763
4764 2006-02-08 Sam Steingold <sds@gnu.org>
4765
4766 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
4767 output from a dead connection.
4768
4769 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
4770
4771 * dired.el (dired-mode-map): Add more bindings for tumme.
4772
4773 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4774
4775 * wdired.el (wdired-mode-map): Use remap.
4776 (wdired-get-filename): Massage.
4777 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
4778 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
4779 `keymap' property rather than `local-map'.
4780
4781 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
4782
4783 * tumme.el (tumme-get-thumbnail-image): New utility function.
4784 Suggested by from Chong Yidong.
4785 (tumme-dired-with-window-configuration): Rename from
4786 `tumme-dired'. Add code to save window configuration.
4787 (tumme-restore-window-configuration): New command to restore the
4788 window configuration that `tumme-dired-with-window-configuration'
4789 saves before it changes the window configuration.
4790 (tumme-show-all-from-dir): New command to display thumbnails for
4791 all files in a directory entered by the user, like M-x thumbs.
4792 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
4793 have been created.
4794 (tumme-display-thumbnail-original-image): Call `display-buffer'.
4795 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
4796 Remove obsolete test function.
4797
4798 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
4799
4800 * vc.el (small-temporary-file-directory): Remove defvar; there's
4801 a defcustom for it in files.el.
4802
4803 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
4804 Fix typo in message.
4805 (tumme-gallery-generate): Fix typo in `error' message.
4806 (tumme-display-window-height-correction)
4807 (tumme-display-window-width-correction, tumme-line-up-dynamic)
4808 (tumme-line-up-interactive): Dox fixes.
4809 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
4810 (tumme-restore-window-configuration, tumme-format-properties-string)
4811 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
4812 Fix typos in docstrings.
4813
4814 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
4815
4816 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
4817
4818 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
4819
4820 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
4821 User should use hook if desired.
4822
4823 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
4824 buffer if necessary.
4825 (gdb-delete-frame-or-window): New function.
4826 (gdb-breakpoints-mode-map): Bind "q" to it.
4827
4828 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
4829
4830 * textmodes/nroff-mode.el: Clean up name space.
4831 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
4832 (nroff-mode): Obey the global setting of nroff-electric-mode.
4833 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
4834
4835 * calendar/calendar.el (calendar-increment-month): Typo in last change.
4836
4837 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
4838
4839 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
4840
4841 2006-02-06 Lars Hansen <larsh@soem.dk>
4842
4843 * generic-x.el (etc-fstab-generic-mode): Add file system types
4844 cifs and usbdevfs. Allow special chars in file names.
4845
4846 2006-02-05 Jay Belanger <belanger@truman.edu>
4847
4848 Update copyright notices of the files in lisp/calc.
4849
4850 2006-02-05 Romain Francoise <romain@orebokech.com>
4851
4852 Update copyright notices of all files in the lisp/play directory.
4853
4854 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
4855
4856 * ldefs-boot.el: Regenerate.
4857
4858 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
4859
4860 2006-02-05 Kim F. Storm <storm@cua.dk>
4861
4862 * files.el (magic-mode-regexp-match-limit): New defvar.
4863 (set-auto-mode): Use it to limit magic-mode-alist matching.
4864
4865 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
4866
4867 * simple.el (display-message-or-buffer): Compare the number of
4868 characters to the frame width when determining whether a 1-line
4869 message string will fit in the echo area. Count screen lines
4870 instead of buffer lines when determining whether a multi-line
4871 message will fit in the echo area/minibuffer window.
4872
4873 2006-02-04 Eli Zaretskii <eliz@gnu.org>
4874
4875 * info.el (Info-index, Info-mode): Improve the description of the
4876 `i' command.
4877
4878 * ldefs-boot.el: Regenerate.
4879
4880 2006-02-03 Werner Lemberg <wl@gnu.org>
4881
4882 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
4883 greedy to find the closing bracket in \*[...] and similar
4884 expressions. This is a first rough fix -- many additional
4885 refinements are necessary to make nroff mode really usable with groff.
4886
4887 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
4888
4889 * international/mule-cmds.el (set-locale-environment):
4890 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
4891 libX11.
4892
4893 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
4894
4895 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
4896 archive are created in archive-tmpdir.
4897
4898 2006-02-02 John Paul Wallington <jpw@pobox.com>
4899
4900 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
4901 (ibuffer-fontification-alist): Use it.
4902 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
4903 to "* z" and the Ibuffer Mark menu.
4904
4905 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
4906
4907 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4908
4909 * textmodes/table.el (*table--cell-describe-mode)
4910 (*table--cell-describe-bindings): Undo last change since
4911 print-help-return-message is not obsoleted by anything at all.
4912
4913 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
4914
4915 * emulation/cua-base.el (cua-mode): Doc fix.
4916
4917 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
4918
4919 * dframe.el (dframe-handle-make-frame-visible)
4920 (dframe-handle-iconify-frame, dframe-get-focus)
4921 (dframe-select-attached-frame, dframe-power-click)
4922 (dframe-frame-mode): Fix typos in docstrings.
4923
4924 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
4925 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
4926 Fix typos in docstrings.
4927
4928 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
4929 (hi-lock-face-buffer, hi-lock-font-lock-hook)
4930 (hi-lock-archaic-interface-message-used)
4931 (hi-lock-file-patterns-range): Fix typos in docstrings.
4932
4933 * savehist.el (savehist-loaded, savehist-load, savehist-install)
4934 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
4935
4936 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
4937 Fix typo in docstring.
4938
4939 * net/newsticker.el (newsticker--decode-iso8601-date)
4940 (newsticker--set-customvar, newsticker--buffer-insert-item)
4941 (newsticker--do-run-auto-mark-filter)
4942 (newsticker--parse-generic-feed): Doc fixes.
4943 (newsticker--retrieval-timer-list, newsticker-url-list)
4944 (newsticker-hide-immortal-items-in-echo-area)
4945 (newsticker-hide-obsolete-items-in-echo-area)
4946 (newsticker-new-item-face, newsticker--enclosure)
4947 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
4948 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
4949 (newsticker--parse-generic-feed, newsticker--cache-contains)
4950 (newsticker--stat-num-items, newsticker-download-enclosures):
4951 Fix typos in docstrings.
4952
4953 * net/rcirc.el (rcirc-debug): Doc fix.
4954 (rcirc-fill-column, rcirc-receive-message-hooks)
4955 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
4956 (rcirc-mode, rcirc-generate-new-buffer-name)
4957 (rcirc-startup-channels, rcirc-ignore-update-automatic)
4958 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
4959 Fix typos in docstrings.
4960 (rcirc-print): "?\ " -> "?\s".
4961 (rcirc-cmd-join): Improve argument/docstring consistency.
4962
4963 2006-02-01 Mark A. Hershberger <mah@everybody.org>
4964
4965 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
4966 before narrow-to-region.
4967
4968 2006-02-01 Richard M. Stallman <rms@gnu.org>
4969
4970 * simple.el (move-beginning-of-line): Scan properly for invis change.
4971
4972 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
4973
4974 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
4975
4976 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
4977 change bit only when id-format is 'integer. Reported by Matt
4978 Hodges <M.P.Hodges@rl.ac.uk>.
4979
4980 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
4981
4982 * hilit-chg.el (highlight-changes-initial-state)
4983 (highlight-changes-global-initial-state): Doc fixes.
4984 (highlight-changes-global-modes, global-highlight-changes):
4985 Fix typos in docstrings.
4986
4987 2006-02-01 Kim F. Storm <storm@cua.dk>
4988
4989 * emulation/cua-base.el (cua-mode): Mention that CUA enables
4990 transient-mark-mode in doc string.
4991
4992 2006-01-31 Richard M. Stallman <rms@gnu.org>
4993
4994 * replace.el (multi-occur): Doc fix.
4995 (multi-occur-in-matching-buffers): Rename from
4996 multi-occur-by-filename-regexp. Prefix arg says match
4997 buffer names instead of file names.
4998
4999 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
5000
5001 * bs.el: Allow non-default values of `bs-header-lines-length'.
5002 (bs--running-in-xemacs): Remove (not needed anymore).
5003 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
5004 instead of `shrink-window', thus avoiding having to compute the
5005 height of the window.
5006 (bs--up): Wrap around even when there's no header.
5007 (bs--down): Use `forward-line' instead of `next-line'.
5008
5009 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
5010
5011 * image-mode.el (image-toggle-display): Use file name if possible,
5012 instead of unnecessarily allocating a (possibly huge) lisp string.
5013
5014 2006-01-30 John Paul Wallington <jpw@pobox.com>
5015
5016 * subr.el (toplevel): Define `cl-assertion-failed' condition here
5017 because the `assert' macro signals it at runtime.
5018
5019 * emacs-lisp/cl.el (toplevel): Remove definition of
5020 `cl-assertion-failed' condition.
5021
5022 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
5023
5024 * thumbs.el (thumbs-marked-list): Make buffer-local and
5025 permanent-local.
5026 (thumbs-insert-thumb): Make help-echo non-sticky.
5027 (thumbs-file-alist): Use eolp as check for (non)-image.
5028
5029 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
5030
5031 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
5032 (ediff-before-session-group-setup-hooks)
5033 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
5034 Fix typos in docstrings.
5035
5036 * window.el (bw-dir, bw-eqdir, balance-windows)
5037 (split-window-keep-point): Fix typos in docstrings.
5038
5039 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
5040 (org-quote-string, org-calendar-to-agenda-key)
5041 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
5042 (org-show-following-heading, org-tags-column)
5043 (org-use-tag-inheritance, org, org-allow-space-in-links)
5044 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
5045 (org-enable-table-editor, org-calc-default-modes)
5046 (org-table-allow-automatic-line-recalculation)
5047 (org-export-html-style, org-export-with-fixed-width)
5048 (org-export-with-sub-superscripts, org-special-keyword)
5049 (org-formula, org-time-grid, org-table-may-need-update)
5050 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
5051 (org-goto-quit, org-get-indentation, org-end-of-item)
5052 (org-move-item-down, org-move-item-up)
5053 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
5054 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
5055 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
5056 (org-agenda-log-mode, org-agenda-toggle-diary)
5057 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
5058 (org-agenda-file-to-end, org-agenda-no-heading-message)
5059 (org-agenda-get-closed, org-format-agenda-item)
5060 (org-cmp-priority, org-cmp-category, org-cmp-time)
5061 (org-agenda-change-all-lines, org-agenda-diary-entry)
5062 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
5063 (org-link-search, org-camel-to-words, org-open-file)
5064 (org-remember-handler, org-table-convert-region)
5065 (org-table-move-row-down, org-table-move-row-up)
5066 (org-table-copy-region, org-table-wrap-region)
5067 (org-table-toggle-vline-visibility)
5068 (org-table-get-vertical-vector, org-table-modify-formulas)
5069 (org-table-get-specials, org-recalc-commands)
5070 (org-table-rotate-recalc-marks, org-table-eval-formula)
5071 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
5072 (org-level-color-stars-only, org-insert-heading):
5073 Fix typos in docstrings.
5074 (last-arg): Add defvar.
5075
5076 * makefile.w32-in (WINS): Add erc.
5077 (MH_E_SRC): Update (copied from lisp/Makefile.in).
5078
5079 2006-01-29 Bill Wohler <wohler@newt.com>
5080
5081 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
5082 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
5083 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
5084 (mh-autoloads): Don't use comments on otherwise empty lines.
5085
5086 2006-01-29 Edward O'Connor <ted@oconnor.cx>
5087
5088 * emulation/viper.el (viper-major-mode-modifier-list): Add
5089 insert-state and vi-state entries for erc-mode.
5090 (viper-go-away, viper-set-hooks): Add and remove
5091 viper-comint-mode-hook from erc-mode-hook as appropriate.
5092
5093 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
5094
5095 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
5096
5097 * bs.el (bs--format-aux): Implement `middle' alignment as
5098 described in the docstring for `bs-attributes-list'.
5099 (bs--get-name): Simplify. Don't pad the buffer name.
5100
5101 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
5102
5103 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
5104 English aspell dictionary is installed, use the first entry of
5105 ispell-dictionary-alist-1.
5106
5107 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
5108
5109 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5110 Doc fix.
5111
5112 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
5113
5114 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
5115 for `process-file', in order to let it work for older Emacsen too.
5116
5117 2006-01-27 Eli Zaretskii <eliz@gnu.org>
5118
5119 * international/latexenc.el: Add a suitable `coding:' tag.
5120 (latexenc-find-file-coding-system): Undo last change.
5121
5122 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5123
5124 * international/latexenc.el (latexenc-find-file-coding-system):
5125 Make sure latexenc-main-file is a regular file and is readable.
5126
5127 2006-01-27 Andre Spiegel <spiegel@gnu.org>
5128
5129 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
5130 Pass FILE to vc-user-login-name.
5131
5132 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
5133
5134 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
5135
5136 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
5137 there are no more images to display.
5138 (thumbs-mark, thumbs-unmark): Revert change so that they move to
5139 the next image.
5140
5141 2006-01-26 Richard M. Stallman <rms@gnu.org>
5142
5143 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
5144
5145 * wid-edit.el (advertised-widget-backward): New alias.
5146 (widget-keymap): Use advertised-widget-backward for S-TAB.
5147
5148 * tumme.el: Correct the keywords.
5149 (tumme-dir-max-size): Use defvar.
5150 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
5151
5152 * simple.el (move-beginning-of-line): Take account of fields.
5153 (clone-indirect-buffer-other-window): Take args like
5154 clone-indirect-buffer, and work like it.
5155
5156 * help-fns.el (describe-function): Don't pass `nil' as default.
5157
5158 * files.el (risky-local-variable-p): Follow var aliases.
5159
5160 * subr.el (lazy-completion-table): Doc fix.
5161
5162 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
5163 global binding of `line'.
5164
5165 2006-01-25 Andre Spiegel <spiegel@gnu.org>
5166
5167 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
5168 Tramp.
5169
5170 * vc.el (vc-default-dired-state-info): Pass FILE to
5171 vc-user-login-name.
5172 (vc-default-update-changelog): Don't use vc-user-login-name, we
5173 don't need it here.
5174
5175 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
5176 no longer necessary.
5177
5178 2006-01-25 Kenichi Handa <handa@m17n.org>
5179
5180 * international/mule.el (decode-char): Avoid the overhead of
5181 calling utf-lookup-subst-table-for-decode if
5182 utf-translate-cjk-mode is nil.
5183 (encode-char): Avoid the overhead of calling
5184 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
5185 nil.
5186
5187 2006-01-22 Kenichi Handa <handa@m17n.org>
5188
5189 * international/mule.el (make-subsidiary-coding-system): Reset
5190 `coding-system-define-form' property of subsidiaries to nil.
5191 Avoid duplicated entry in coding-system-alist.
5192 (make-coding-system): Avoid duplicated entry in
5193 coding-system-alist.
5194 (define-coding-system-alias): Likewise.
5195
5196 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
5197
5198 * completion.el: Minor fixes in introductory comment.
5199 (completion-def-wrapper): Fix alist.
5200
5201 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
5202
5203 * thumbs.el (thumbs-new-image-size): New function.
5204 (thumbs-increment-image-size-element)
5205 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
5206 (thumbs-decrement-image-size): Delete.
5207 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
5208 temp files and use to resize.
5209 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
5210 Use increment argument to enlarge/shrink. Preserve point.
5211 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
5212 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
5213 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
5214 (thumbs-mark, thumbs-unmark): Preserve point.
5215 (thumbs-modify-image): Keep old temp files and use to modify.
5216 Cleanup old temp files at load time. Preserve point.
5217 (thumbs-view-image-mode-map): Use new command names.
5218
5219 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
5220
5221 * log-view.el (log-view-minor-wrap): First rev is the one at point.
5222
5223 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
5224 the nastiest part of the cyclic dependency.
5225 (cal-menu-update): Use dotimes and calendar-increment-month.
5226
5227 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
5228 (calendar-week-start-day): Add an :initializer.
5229 (calendar-mode-map): Use suppress-keymap, and command remapping.
5230 (describe-calendar-mode): Setup xref-stack info for the back button.
5231 (calendar-star-date): Insert before delete.
5232 (calendar-set-mode-line): Add file-modified info if applicable.
5233 (calendar-increment-month): New function.
5234
5235 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
5236
5237 * font-lock.el (lisp-font-lock-keywords-2):
5238 Recognize "& keywords" only at word boundaries.
5239
5240 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
5241
5242 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
5243 and permanent-local.
5244 (thumbs-max-image-number): New variable.
5245 (thumbs-do-thumbs-insertion): Use them.
5246 (thumbs-per-line): Change default to 4.
5247 (thumbs-marked-list): Rename from thumbs-markedL.
5248 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
5249 (thumbs-rename-images): Use -list instead of L for internal variables.
5250 (thumbs-call-convert): Use call-process instead of shell-command.
5251 (thumbs-insert-thumb): Add filename as help-echo to each image.
5252 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
5253 Give dir to thumbs-show-thumbs-list.
5254 (thumbs-show-thumbs-list): Set default-directory to that of images.
5255 (thumbs-dired-show): Rename from thumbs-dired-show-all.
5256 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
5257 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
5258 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
5259
5260 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
5261
5262 * ses.el (ses-read-cell): Provide a default value.
5263
5264 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
5265
5266 * term/w32-win.el (image-library-alist): Add additional names for
5267 GIF library.
5268
5269 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5270
5271 * international/latexenc.el (latexenc-find-file-coding-system):
5272 Add file-regular-p check.
5273
5274 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5275
5276 * simple.el (clone-buffer): Don't show the new buffer in the same
5277 window.
5278
5279 2006-01-23 Juri Linkov <juri@jurta.org>
5280
5281 * faces.el (link, link-visited): New faces based on default values
5282 of `info-xref' and `info-xref-visited'.
5283
5284 * info.el (info-xref): Inherit from `link'.
5285 (info-xref-visited): Inherit from `link-visited'.
5286
5287 * cus-edit.el (custom-buffer-create-internal): Use widget type
5288 `custom-manual' instead of `info-link' and don't set properties
5289 `button-face' and `mouse-face' explicitly.
5290 (custom-browse-group-tag, custom-browse-variable-tag)
5291 (custom-browse-face-tag): Inherit from widget class
5292 `custom-group-link' instead of `push-button'.
5293 (custom-button-unraised): Inherit from `underline' face.
5294 (custom-link): Inherit from `link' face. Fix doc and group.
5295 (custom-add-parent-links, custom-group-value-create): Don't set
5296 properties `button-face' and `mouse-face' explicitly for
5297 `custom-group-link' widget.
5298 (custom-group-link): Add properties `button-face' and `mouse-face'
5299 to widget definition.
5300 (custom-field-keymap): New variable. Put `custom-field-keymap' to
5301 editable-field's :keymap property.
5302 (custom-mode): Fix docstring: substitute keybindings for
5303 `widget-forward' and `widget-backward' from `widget-keymap',
5304 `widget-complete' from `custom-field-keymap', replace old
5305 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
5306
5307 * desktop.el (desktop-load-file): Check for `fboundp' before
5308 calling `symbol-function'.
5309
5310 * simple.el (clone-buffer, clone-indirect-buffer)
5311 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
5312 `read-string'. Fix prompts.
5313
5314 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
5315
5316 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
5317
5318 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
5319
5320 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
5321
5322 * startup.el (inhibit-splash-screen, initial-scratch-message):
5323 Doc fixes.
5324
5325 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
5326
5327 Sync with Tramp 2.0.52.
5328
5329 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
5330 net/tramp-vc.el: Add code for unloading Tramp. See comment before
5331 `tramp-unload-tramp' for checklist.
5332
5333 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
5334 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
5335 (tramp-unload-file-name-handler-alist)
5336 (tramp-unload-tramp): New defuns.
5337 (tramp-advice-PC-expand-many-files): New defadvice.
5338 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
5339 removed.
5340 (tramp-handle-expand-file-name): Remove double slash.
5341 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
5342 It doesn't matter, because it will be converted later on.
5343 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
5344 implementation was just heuristic.
5345 (tramp-post-connection): Set uid and gid properties.
5346 (tramp-convert-file-attributes): Set file's gid change bit.
5347 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
5348 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
5349 in case of su(do)? methods. The home directory of the local user
5350 will be taken else.
5351 (tramp-open-connection-telnet)
5352 (tramp-open-connection-rsh, tramp-open-connection-su)
5353 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
5354 local shell prompt could hurt. Reported by Romain Francoise
5355 <romain@orebokech.com>.
5356 (tramp-let-maybe): Add `edebug-form-spec' property.
5357 (tramp-handle-expand-file-name): Bind `default-directory' locally
5358 to "/" in order to avoid problems with UNC shares or Cygwin
5359 mounts.
5360 (tramp-md5-function): Fix typo in error message.
5361
5362 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
5363
5364 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
5365 for byte-compiler pacification.
5366
5367 2006-01-22 Andre Spiegel <spiegel@gnu.org>
5368
5369 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
5370 ID-FORMAT `string'. This allows us to get rid of
5371 `vc-user-login-name UID'.
5372
5373 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
5374
5375 2006-01-22 John Paul Wallington <jpw@pobox.com>
5376
5377 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
5378
5379 2006-01-21 Martin Rudalics <rudalics@gmx.at>
5380
5381 * emacs-lisp/find-func.el (find-definition-noselect)
5382 (find-variable-noselect): Search variables in C source code too.
5383 (find-function-C-source, find-function-noselect, find-function)
5384 (find-function-other-frame, find-variable-noselect, find-variable)
5385 (find-variable-other-frame, find-variable-at-point):
5386 Fix docstrings.
5387
5388 2006-01-21 Francesco Potorti` <pot@gnu.org>
5389
5390 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
5391
5392 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
5393
5394 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
5395 Default to disabling the "Save affix" question.
5396
5397 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
5398
5399 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
5400 the first arg to run-python.
5401
5402 2006-01-21 Eli Zaretskii <eliz@gnu.org>
5403
5404 * startup.el (command-line-1): Handle --no-desktop if desktop.el
5405 is not loaded.
5406
5407 2006-01-20 Jay Belanger <belanger@truman.edu>
5408
5409 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
5410 limit is 0.
5411
5412 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
5413 the correct variable.
5414
5415 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
5416
5417 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
5418 link. Fixed buggy argument sequence in call to `org-view-tags'.
5419 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5420 (org-prefix-has-tag): New variable.
5421 (org-format-agenda-item): Remove tags from headline if
5422 appropriate.
5423 (org-agenda-remove-tags-when-in-prefix): New option.
5424 (org-get-tags-at): New function.
5425
5426 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
5427
5428 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
5429 (thumbs-find-image): Move image name and number from buffer name
5430 to mode name. Set thumbs-buffer. Preserve point so that large
5431 images remain visible.
5432 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
5433 order.
5434 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
5435 mode name.
5436 (thumbs-next-image, thumbs-previous-image): Make them work.
5437
5438 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
5439
5440 * cus-edit.el (custom-buffer-create-internal): State in the text above
5441 the whole buffer buttons that they do not operate on hidden items.
5442 (custom-face-menu): Use `custom-face-save' instead of
5443 `custom-face-save-command'.
5444 (custom-face-save-command): Make it an alias for `custom-face-save'
5445 and declare it obsolete.
5446 (custom-face-save): Doc fix.
5447
5448 * dired.el (dired-no-confirm): Add quote.
5449 (dired-subdir-alist-pre-R): Add quote in
5450 `make-variable-buffer-local' form and remove unbalanced parenthesis.
5451
5452 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
5453
5454 * textmodes/table.el (table-mode-indicator): Typo in last change.
5455
5456 2006-01-19 Richard M. Stallman <rms@gnu.org>
5457
5458 * outline.el (hide-leaves): Don't call outline-end-of-heading.
5459 Fixes bug reported in Nov 2005.
5460
5461 * isearch.el (isearch-forward): Doc fix.
5462
5463 * dired.el (dired-move-to-filename-regexp): Define as alias.
5464 (dired-no-confirm): Use defcustom.
5465 (dired-subdir-alist-pre-R): Put defvar at top level.
5466
5467 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
5468
5469 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
5470 Mark as risky.
5471
5472 * simple.el (set-mark-command): Doc fix.
5473 (clone-indirect-buffer-other-window):
5474 Read arg like clone-indirect-buffer.
5475 (move-beginning-of-line): Skip invisible newlines.
5476
5477 2006-01-19 Masatake YAMATO <jet@gyve.org>
5478
5479 * progmodes/cpp.el (cpp-edit-load): Make the order of
5480 listed conditions in a base C code buffer and its associate
5481 CPP Edit buffer the same.
5482
5483 2006-01-19 Kenichi Handa <handa@m17n.org>
5484
5485 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
5486 (rmail-mime-feature): Likewise.
5487 (rmail-require-mime-maybe): Use display-warning to show a warning
5488 message.
5489
5490 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
5491 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
5492
5493 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
5494
5495 * array.el: Move defvars out of eval-when-compile.
5496 (array-make-template): Replace undeclared global var with a local one.
5497 (array-mode): Inline initialization functions.
5498 (array-init-local-variables, array-init-max-row)
5499 (array-init-max-column, array-init-columns-per-line)
5500 (array-init-field-width, array-init-rows-numbered)
5501 (array-init-line-length, array-init-lines-per-row): Remove.
5502
5503 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
5504 (doc-mode-map): Define explicitly.
5505 (doctor-txtype): Use mapc.
5506
5507 * textmodes/table.el: Move defvars out of eval-when-compile.
5508 Remove harmful code meant to avoid byte-compiler warnings.
5509 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
5510 specification that checks table-fixed-width-mode directly.
5511 (table-recognize-region, table-recognize-cell):
5512 Use restore-buffer-modified-p.
5513 (table-fixed-width-mode): Remove code that refreshes
5514 table-fixed-mode-indicator.
5515 (*table--cell-describe-bindings, *table--cell-describe-mode):
5516 Avoid obsolete name print-help-return-message.
5517 (table--test-cell-list): Don't use replace-regexp from elisp.
5518 (table--point-entered-cell-function, table--point-left-cell-function):
5519 Don't set table-fixed-mode-indicator, use force-mode-line-update.
5520
5521 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
5522 that was after the end of file. Use buffer-file-name variable.
5523 (org-timestamp-change): Use with-current-buffer.
5524 (org-todo-list): Don't unnecessarily define a new buffer-local var.
5525 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
5526 `file'.
5527
5528 * progmodes/fortran.el: Move defvars out of eval-when-compile.
5529 (fortran-break-line): Remove unused var `opoint'.
5530 (fortran-abbrev-start): Obey help-event-list.
5531
5532 2006-01-18 Jesper Harder <harder@phys.au.dk>
5533
5534 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
5535
5536 2006-01-18 Masatake YAMATO <jet@gyve.org>
5537
5538 * progmodes/make-mode.el (makefile-imake-mode): New mode
5539 derived from makefile-mode.
5540 (makefile-imake-mode-syntax-table): New syntax table
5541 derived from makefile-mode-syntax-table.
5542 (makefile-mode): Write about makefile-imake-mode in doc string.
5543 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
5544 (makefile-imake-font-lock-keywords): New font lock keywords.
5545
5546 * files.el (auto-mode-alist): Add Imakefile.
5547
5548 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
5549
5550 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
5551 loading the file rather than when turning on flyspell-mode.
5552
5553 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
5554
5555 * cus-edit.el (customize-rogue): Minor doc fix.
5556
5557 2006-01-17 Juri Linkov <juri@jurta.org>
5558
5559 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
5560 instead of the file at the mark as default if the file at the mark
5561 is the same as the file at point or if dired-dwim-target-directory
5562 is not the same as the current directory and the mark is not active.
5563
5564 * log-view.el (log-view-minor-wrap): Use the same logic to get
5565 revisions as `log-view-diff'.
5566
5567 * info.el (Info-revert-find-node): Check for Info-current-file
5568 before preserving new-history.
5569
5570 * man.el (Man-heading-regexp): Add `/'.
5571
5572 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
5573 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
5574
5575 2006-01-16 Juri Linkov <juri@jurta.org>
5576
5577 * faces.el (mode-line-faces): New defgroup.
5578 (mode-line-highlight): Move definition after new defgroup.
5579 (mode-line, mode-line-inactive, mode-line-highlight):
5580 Replace :group `modeline' with `mode-line-faces'.
5581 (mode-line-buffer-id): New face.
5582 (modeline-buffer-id): New face alias.
5583 (vertical-border): Remove :group `modeline'.
5584
5585 * bindings.el (propertized-buffer-identification): Use face
5586 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
5587 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
5588 (mode-line-buffer-identification-keymap): For mouse-1 replace
5589 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
5590 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
5591 mouse-3.
5592
5593 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
5594 Buffer-menu-buffer. Doc fix.
5595 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
5596 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
5597 `Buffer-menu-buffer'.
5598
5599 * info.el (Info-mode-line-node-keymap): New defvar.
5600 (Info-set-mode-line): Use `stringp' to check Info-current-file.
5601 Propertize Info-current-node with `mode-line-buffer-id' and
5602 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
5603
5604 * time.el (display-time-mail-face): Replace :group `faces' with
5605 `mode-line-faces'.
5606
5607 2006-01-16 Kenichi Handa <handa@m17n.org>
5608
5609 * international/code-pages.el: Add autoload cookies for cp125[0345678].
5610
5611 * language/european.el (cp1252): New alias for windows-1252.
5612
5613 * international/mule.el (autoload-coding-system): Prepare for EOL
5614 variants.
5615
5616 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
5617
5618 * term.el (term-raw-map): Add mapping for insert.
5619 (term-send-insert): New.
5620 (term-mode): Make variables local here instead of doing it in
5621 `term-emulate-terminal'.
5622 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
5623 Scroll reverse needs to take into account the scroll region.
5624 Saving and restoring the cursor should save the color attributes too.
5625 (term-reset-terminal): Reset the scroll region.
5626 (term-handle-ansi-escape): Cursor up and down should take into
5627 account the scroll region.
5628 (term-set-scroll-region): Rename from `term-scroll-region'.
5629 Move to 0,0 after setting the region.
5630 (term-handle-scroll): Handle scroll up.
5631 (term-down): Fix off by one error.
5632 (term-delete-lines): Do not delete outside the scroll region.
5633 (term-insert-lines): Take into account the scroll region.
5634
5635 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
5636
5637 * textmodes/ispell.el (ispell-internal-change-dictionary)
5638 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
5639 (start, end): Move declaration outside of eval-when-compile.
5640
5641 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
5642 (flyspell-mode-on): Use it.
5643
5644 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
5645 ispell-kill-ispell-hook.
5646
5647 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
5648
5649 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
5650 (Custom-reset-saved): Do not ask for confirmation in single option
5651 buffers.
5652
5653 2006-01-13 Richard M. Stallman <rms@gnu.org>
5654
5655 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
5656
5657 2006-01-13 Romain Francoise <romain@orebokech.com>
5658
5659 * add-log.el (add-change-log-entry, change-log-merge):
5660 Conditionally use `hard-newline'.
5661
5662 2006-01-13 Martin Rudalics <rudalics@gmx.at>
5663
5664 * wid-edit.el (widget-field-end): If the overlay is no longer
5665 associated with a buffer, behave as if the overlay didn't exist.
5666
5667 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
5668 Make sure the links use the `custom-link' face.
5669
5670 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5671
5672 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
5673 (ld-script-mode): Don't set indent-line-function since we don't
5674 have one.
5675
5676 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
5677
5678 * textmodes/org.el (org-open-file): Use mailcap for selecting an
5679 application.
5680 (org-file-apps-defaults-gnu): Use mailcap as the default for
5681 selecting an application on a UNIX system.
5682 (org-agenda-show-tags): New command.
5683 (org-table-insert-hline): Keep cursor in current table line.
5684 (org-table-convert): Offset effect of modifying
5685 `org-table-insert-hline'.
5686 (org-format-agenda-item): New optional argument TAG.
5687 (org-compile-prefix-format): Handle %T format for the tag.
5688 (org-expand-wide-chars): New function.
5689 (org-table-insert-row, org-table-insert-hline):
5690 Use `org-expand-wide-chars'.
5691 (org-open-file): Fix bug in program launch.
5692 (org-get-time-of-day): Fix bug with times before 1am.
5693 (org-agenda-menu): Add tags commands.
5694
5695 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
5696
5697 * textmodes/ispell.el (ispell-init-process): Include the used
5698 dictionary in ispell process start message.
5699 (ispell-internal-change-dictionary): When flyspell-mode is active
5700 and dictionary is changed, make sure ispell process is restarted
5701 and flyspell word cache cleared out for the current buffer.
5702 (ispell-change-dictionary): Make sure flyspell word cache is
5703 cleared out in all buffers with active flyspell mode when
5704 dictionary is globally changed.
5705 Call ispell-internal-change-dictionary after dictionary change.
5706
5707 2006-01-13 Eli Zaretskii <eliz@gnu.org>
5708
5709 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
5710
5711 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
5712 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
5713 years. Fix small differences wrt Makefile.in.
5714 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
5715 Makefile.in does.
5716
5717 2006-01-12 Bill Wohler <wohler@newt.com>
5718
5719 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
5720 mh-search.el.
5721
5722 2006-01-12 Masatake YAMATO <jet@gyve.org>
5723
5724 * progmodes/ld-script.el: Update copyright year.
5725
5726 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
5727
5728 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
5729 Don't add widget if setting undefined.
5730
5731 2006-01-12 John Paul Wallington <jpw@pobox.com>
5732
5733 * help-fns.el (describe-variable): Remove newlines from void
5734 variable output.
5735
5736 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
5737
5738 * wdired.el (wdired-mode-map): Add help echo for
5739 wdired-abort-changes.
5740
5741 * man.el (Man-file-name-regexp): Adjust for a list of files.
5742
5743 2006-01-12 Masatake YAMATO <jet@gyve.org>
5744
5745 * progmodes/ld-script.el (auto-mode-alist): Support
5746 suffix conventions used in netbsd and eCos.
5747
5748 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5749
5750 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
5751 (custom-variable-menu, custom-face-menu, custom-group-menu)
5752 (Custom-mode-menu): Change names of menu items. (As discussed on
5753 emacs-devel.)
5754 (custom-face-menu): Add "Undo Edits" item.
5755
5756 * startup.el (init-file-user): defcustom -> defvar.
5757
5758 * tooltip.el (tooltip-mode): Doc fix.
5759
5760 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5761
5762 * reveal.el (reveal-post-command): window-buffer signals an error on
5763 dead windows rather than returning nil.
5764 (reveal-open-new-overlays): An overlay might die while we open others.
5765
5766 2006-01-11 Bill Wohler <wohler@newt.com>
5767
5768 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
5769 phrasing in docstring.
5770
5771 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
5772 can give some systems gas. Add new file mh-buffers.el.
5773
5774 2006-01-06 Masatake YAMATO <jet@gyve.org>
5775
5776 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
5777 C preprocessor forward ported from GNU Emacs 21.2.
5778
5779 * progmodes/asm-mode.el (asm-font-lock-keywords):
5780 Use `cpp-font-lock-keywords'.
5781
5782 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
5783
5784 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
5785 of $ for "\\.ld[s]?".
5786
5787 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5788
5789 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
5790 (tcl-indent-line): Return `noindent' if inside a string.
5791
5792 * progmodes/flymake.el (flymake-split-string): Remove more than one
5793 empty string at beg/end of the result.
5794 (flymake-find-buildfile, flymake-find-possible-master-files):
5795 Use expand-file-name.
5796 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
5797 since expand-file-name does it for us. Use directory-file-name.
5798 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
5799 (flymake-ler-get-type, flymake-ler-get-text)
5800 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
5801 (flymake-current-line-no): Remove spurious interactive spec.
5802 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
5803 (flymake-check-include): Remove arg inc-path merged into inc-name.
5804 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
5805 Arg regexp-list replaced by a simple regexp.
5806 (flymake-master-make-header-init, flymake-master-tex-init):
5807 Correspondingly replace regexp-list with a regexp. Fix regexp.
5808
5809 2006-01-10 Simon Josefsson <jas@extundo.com>
5810
5811 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
5812 describing AUTH PLAIN fix.
5813
5814 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
5815
5816 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
5817 (report-emacs-bug): Don't record initial prompt text.
5818 Instead, add text properties to prompting text.
5819 (report-emacs-bug-hook): Delete prompting text.
5820
5821 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5822
5823 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
5824 `dirs'. Adjust callers.
5825
5826 2006-01-09 John Paul Wallington <jpw@gnu.org>
5827
5828 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
5829
5830 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5831
5832 * reveal.el (reveal-open-new-overlays): New extracted fun.
5833 (reveal-close-old-overlays): Idem. Check overlays's liveness before
5834 using them. Simplify the code.
5835 (reveal-post-command): Use them. Fix up obsolete windows in
5836 reveal-open-spots.
5837
5838 * progmodes/flymake.el: Use `require' rather than autoload for
5839 XEmacs's overlays.
5840 (flymake-get-common-file-prefix, flymake-build-relative-filename):
5841 Delete. Use file-relative-name instead.
5842 (flymake-get-syntax-check-program-args, flymake-perl-init):
5843 Simplify the resulting code.
5844
5845 * log-view.el (log-view-file-re, log-view-message-re): Add support
5846 for DaRCS output.
5847
5848 2006-01-09 Alex Schroeder <alex@gnu.org>
5849
5850 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
5851 identifiers sometimes added in square brackets at the beginning of
5852 subject lines.
5853
5854 2006-01-07 Richard M. Stallman <rms@gnu.org>
5855
5856 * cus-edit.el (Custom-set, Custom-save): Doc fix.
5857 (Custom-reset-current, Custom-reset-saved): Change question text.
5858 (Custom-reset-standard): Likewise.
5859 (custom-variable-reset-saved): Doc fix.
5860
5861 2006-01-07 Eli Zaretskii <eliz@gnu.org>
5862
5863 * startup.el (init-file-user): Doc fix.
5864
5865 2006-01-07 Alex Schroeder <alex@gnu.org>
5866
5867 * mail/rmail.el (rmail-current-subject): New function.
5868 (rmail-current-subject-regexp): New function.
5869 (rmail-next-same-subject): Use it.
5870
5871 * mail/rmailsum.el (rmail-summary-by-topic):
5872 Use rmail-current-subject and rmail-current-subject-regexp.
5873 (rmail-summary-next-same-subject): Ditto.
5874
5875 * net/rcirc.el (rcirc-send-input): No longer check whether the
5876 process is open, since not all commands need an open process.
5877 (rcirc-send-string): Check whether the process is open before
5878 sending anything.
5879 (rcirc-ignore-list): New option.
5880 (rcirc-ignore-list-automatic): New variable.
5881 (rcirc-print): Take rcirc-ignore-list into account.
5882 (rcirc-cmd-ignore): New command.
5883 (rcirc-ignore-update-automatic): New function.
5884 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
5885 list if ignored nicks.
5886 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
5887
5888 2006-01-06 David Reitter <david.reitter@gmail.com>
5889
5890 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
5891 reflect the address to which the report will be sent.
5892
5893 2006-01-06 Eli Zaretskii <eliz@gnu.org>
5894
5895 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
5896 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
5897
5898 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
5899
5900 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
5901
5902 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
5903 the doc string: "functoin" => "function".
5904 * ldefs-boot.el: Likewise.
5905
5906 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
5907 message text: "Duplicat" => "Duplicate".
5908
5909 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
5910
5911 * files.el (basic-save-buffer-2): If backing-up failed, reset
5912 buffer-backed-up to nil.
5913
5914 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
5915
5916 * progmodes/gud.el (gdb-script-skip-to-head)
5917 (gdb-script-calculate-indentation): Indent for breakpoint command
5918 lists also.
5919
5920 2006-01-05 Bill Wohler <wohler@newt.com>
5921
5922 * Makefile.in (compile-always): Add mh-autoloads dependency.
5923 (bootstrap): Remove mh-autoloads dependency, as compile dependency
5924 provides it.
5925 (updates): Remove mh-autoloads dependency, since it probably has
5926 already run recently (via recompile).
5927
5928 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
5929
5930 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
5931 argument `force' to disable the flyspell-last-buffer optimization.
5932 (flyspell-mode-on): Use it.
5933
5934 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
5935 flymake-simple-cleanup.
5936 (flymake-allowed-file-name-masks): Use this new default.
5937 All the functions are now called in the right buffer rather than
5938 passing the buffer as argument.
5939 (flymake-process-sentinel): Switch to buffer before calling cleanup.
5940 (flymake-parse-err-lines): Remove redundant buffer arg.
5941 (flymake-get-program-dir): Comment out unused function.
5942 (flymake-start-syntax-check, flymake-start-syntax-check-process):
5943 Remove redundant buffer argument.
5944 (flymake-get-real-file-name, flymake-simple-java-cleanup)
5945 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
5946
5947 2006-01-05 Richard M. Stallman <rms@gnu.org>
5948
5949 * info.el (Info-find-node): Don't record previous node if have none.
5950 (info): Go to directory only if history is empty.
5951
5952 * simple.el (mark): Doc fix.
5953
5954 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5955
5956 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
5957 already of desired type.
5958 (mac-ae-list): Coerce parameter to "list" type.
5959 (mac-dispatch-apple-event): Replace cadr part of event with a
5960 dummy position so that event-start returns it.
5961
5962 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
5963
5964 * textmodes/org.el (org-end-of-subtree): New function.
5965 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
5966 Use `org-end-of-subtree'.
5967 (org-agenda, org-agenda-convert-date): Protect calls to
5968 `fit-window-to-buffer'.
5969 (org-tags-view): Force matching of sublevels when doing a
5970 todo-only search. Define the correct redo command, including the
5971 arguments.
5972 (org-agenda-redo): Display message.
5973 (org-check-for-org-mode): New function.
5974 (org-agenda-type): New variable.
5975 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
5976 Set `org-agenda-type'.
5977 (org-agenda-check-type): New function.
5978 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
5979 (org-agenda-week-view, org-agenda-day-view)
5980 (org-agenda-next-date-line, org-agenda-previous-date-line)
5981 (org-agenda-log-mode, org-agenda-toggle-diary)
5982 (org-agenda-toggle-time-grid, org-agenda-date-later)
5983 (org-agenda-date-prompt, org-agenda-diary-entry)
5984 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
5985 (org-agenda-convert-date, org-agenda-menu):
5986 Use `org-agenda-check-type'.
5987 (org-make-overlay, org-delete-overlay)
5988 (org-detatch-overlay, org-move-overlay, org-overlay-put):
5989 New compatibility functions.
5990 (org-calendar-select-mouse): New command.
5991
5992 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
5993
5994 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
5995 (Custom-reset-standard): Fix y-or-n-p messages.
5996 (custom-link): New face for links.
5997 (custom-buffer-create-internal, custom-manual): Use it.
5998 (custom-face-save): Push to theme-face before setting face spec.
5999
6000 * wid-edit.el (widget-default-mouse-face-get): New function.
6001 (widget-specify-button): Handle mouse-face like button-face.
6002
6003 * custom.el (load-theme): Clear old theme settings if reloading.
6004
6005 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
6006
6007 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
6008 "Erase Customization" button back to same position it occupies in
6009 the individual State menus.
6010
6011 2006-01-04 Kim F. Storm <storm@cua.dk>
6012
6013 * wid-edit.el (key-sequence): Rework widget to read key binding
6014 using `kbd' syntax. Use C-q to insert literal key, event, or code.
6015 (widget-key-sequence-default-value): Default value for empty sequence.
6016 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
6017 (widget-key-sequence-read-event): New command for C-q.
6018 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
6019 (widget-key-sequence-value-to-external): New functions.
6020
6021 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6022
6023 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
6024 Use expand-file-name.
6025 (flymake-delete-temp-directory): Use expand-file-name,
6026 file-name-directory, and directory-file-name.
6027 (flymake-strrchr): Delete.
6028 (flymake-start-syntax-check): Don't pass the redundant buffer argument
6029 to the init-f function.
6030 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
6031 (flymake-init-find-buildfile-dir)
6032 (flymake-init-create-temp-source-and-master-buffer-copy)
6033 (flymake-simple-make-init-impl, flymake-simple-make-init)
6034 (flymake-master-make-init, flymake-master-make-header-init)
6035 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
6036 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
6037 (flymake-xml-init): Remove corresponding redundant buffer argument.
6038 (flymake-allowed-file-name-masks): Remove last elems that are equal to
6039 the default anyway. Clean up regexps.
6040
6041 * progmodes/flymake.el (flymake-temp-source-file-name)
6042 (flymake-master-file-name, flymake-temp-master-file-name)
6043 (flymake-base-dir): New buffer-local vars.
6044 (flymake-buffer-data, flymake-get-buffer-value)
6045 (flymake-set-buffer-value): Replace those hash-tables by the new
6046 buffer-local vars. Update callers.
6047
6048 * progmodes/flymake.el (flymake-check-start-time)
6049 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
6050 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
6051 Move definition, so we can remove redundant earlier declaration.
6052 (flymake-replace-regexp-in-string, flymake-split-string)
6053 (flymake-get-temp-dir): Use defalias.
6054 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
6055 (flymake-xemacs-window-edges): Remove unused function.
6056 (flymake-get-point-pixel-pos): Move.
6057 (flymake-pid-to-names, flymake-reg-names)
6058 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
6059 Replace by a simple list flymake-processes and by process-buffer.
6060 Update callers. Other than simplify the code, it uses buffers rather
6061 than buffer-names so it doesn't get confused by uniquify.
6062 (flymake-buffer-data): The global value should just be nil.
6063
6064 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
6065 Optimize the body of a defalias like any other code.
6066
6067 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
6068 Make sure we've setup font-lock's vars. It may influence which
6069 function we then call.
6070 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
6071 here since it's too late anyway.
6072
6073 2006-01-03 Romain Francoise <romain@orebokech.com>
6074
6075 * startup.el (fancy-splash-tail, normal-splash-screen):
6076 Update copyright year.
6077
6078 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
6079
6080 * mouse.el (mouse-drag-track): Rename, from
6081 `mouse-drag-region-1'. Includes optional argument required to
6082 enable post-drag event processing (e.g. delete region keys).
6083 Can be used without this argument to track a mouse region and operate
6084 on it as soon as the drag completes.
6085 (mouse-drag-region): Use `mouse-drag-track'.
6086
6087 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6088
6089 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
6090 Move to `custom-buffer' group.
6091
6092 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
6093 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
6094 (custom-theme-insert-face-marker, custom-theme-variable-menu)
6095 (custom-theme-face-menu): New variables.
6096 (custom-theme-add-variable, custom-theme-variable-action)
6097 (custom-variable-reset-theme, custom-theme-delete-variable)
6098 (custom-face-reset-theme, custom-theme-face-action)
6099 (custom-theme-delete-face, custom-theme-merge-theme)
6100 (custom-theme-add-face, custom-theme-visit-theme): New functions.
6101
6102 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
6103
6104 * custom.el: Move Custom Themes commentary to start of theme code.
6105 (custom-known-themes): Rename `standard' theme to `changed'.
6106 (custom-push-theme): Caller no longer specifies what theme to use
6107 when doing `reset'---the setting is simply removed from the theme.
6108 Delete MODE from `theme-value' and `theme-settings' properties.
6109 (custom-declare-theme): Ignore &rest args since we don't use them.
6110
6111 (custom-loaded-themes): Delete variable.
6112 (custom-theme-load-themes, custom-theme-loaded-p)
6113 (custom-theme-value): Delete functions.
6114
6115 (custom-declare-theme): Signal error on invalid theme names.
6116 (provide-theme): custom-loaded-themes was deleted.
6117 (load-theme): Load the file unconditionally.
6118 (enable-theme): Call `load-theme' if theme is undefined.
6119 (custom-enabled-themes): Only update value for successful loads.
6120 (disable-theme): Complete from enabled themes when interactive.
6121 (custom-variable-theme-value): Calculate theme value directly.
6122
6123 (custom-theme-reset-variables, custom-reset-variables): Mark as
6124 XEmacs compatibility functions. We don't actually use these.
6125
6126 * cus-edit.el (custom-variable-state-set):
6127 Use custom-variable-theme-value instead of custom-theme-value.
6128 (custom-face-state-set): Rename `standard' theme to `changed'.
6129 (custom-save-variables, custom-save-faces): Delete unneeded
6130 references to custom-reset-variables.
6131 (custom-save-resets): Delete function.
6132 (custom-save-variables, custom-save-faces): MODE argument deleted.
6133 (custom-save-variables, custom-save-faces): Ignore theme values.
6134
6135 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
6136 compatibility function.
6137
6138 2006-01-01 Richard M. Stallman <rms@gnu.org>
6139
6140 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
6141 (Custom-reset-current, Custom-reset-saved): Likewise.
6142 (Custom-reset-standard): Show message if aborted.
6143 (custom-mode): Doc fix, describing those commands.
6144
6145 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
6146 put on event-kind property.
6147
6148 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
6149
6150 * custom.el (provide-theme): Ban `user' theme name.
6151 (custom-enabling-themes): New variable.
6152 (enable-theme): Don't enable user if custom-enabling-themes is t.
6153 (custom-enabled-themes): Make it a defcustom.
6154 (custom-theme-recalc-face): No-op if face is undefined.
6155
6156 * cus-edit.el (custom-button-mouse): New variable.
6157 (custom-button-mouse): New face.
6158 (custom-raised-buttons, custom-mode): Use it.
6159
6160 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
6161
6162 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6163
6164 * progmodes/gud.el (gud-display-line): Support hl-line in the
6165 source buffer.
6166
6167 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
6168
6169 * mouse.el (mouse-drag-window-above): Verify that the found window
6170 overlaps with the given window in the horizontal dimension.
6171
6172 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6173
6174 * Makefile.in (cvs-update): New target.
6175
6176 * makefile.w32-in (cvs-update): Ditto.
6177
6178 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
6179
6180 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
6181 (custom-new-theme-mode-map): New variable.
6182
6183 2005-12-30 Richard M. Stallman <rms@gnu.org>
6184
6185 * custom.el (custom-load-themes): Function deleted.
6186
6187 * cus-edit.el (custom-save-loaded-themes): Function deleted.
6188 (custom-save-variables): Don't delete or add custom-load-themes call.
6189
6190 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
6191
6192 * cus-start.el: Add `visible-cursor'.
6193
6194 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
6195 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
6196 (flymake-process-filter): Switch to buffer before calling it instead.
6197 (flymake-post-syntax-check, flymake-highlight-err-lines)
6198 (flymake-delete-own-overlays, flymake-parse-err-lines)
6199 (flymake-start-syntax-check, flymake-start-syntax-check-process)
6200 (flymake-count-lines, flymake-parse-residual):
6201 Remove constant buffer argument.
6202 (flymake-start-syntax-check-for-current-buffer): Remove.
6203 Update callers to use flymake-start-syntax-check instead.
6204 (flymake-display-err-menu-for-current-line):
6205 Remove unused var `mouse-pos'.
6206 (flymake-restore-formatting): Comment out unused function.
6207 (flymake-report-status, flymake-report-fatal-status): Remove buffer
6208 argument, use current-buffer instead. Update callers.
6209
6210 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6211
6212 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
6213 buffer-local because choose-completion-delete-max-match requires
6214 that we set completion-ignore-case (i.e., binding via let is not
6215 sufficient).
6216 (bibtex-complete): Always set completion-ignore-case and
6217 choose-completion-string-functions. The latter is needed because
6218 choose-completion-string-functions keeps its value if we quit the
6219 *Completions* buffer without requesting a completion.
6220
6221 2005-12-30 Andreas Schwab <schwab@suse.de>
6222
6223 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
6224
6225 2005-12-30 Eli Zaretskii <eliz@gnu.org>
6226
6227 * jit-lock.el (jit-lock-chunk-size): Doc fix.
6228
6229 2005-12-30 Juri Linkov <juri@jurta.org>
6230
6231 * locate.el (locate-fcodes-file, locate-header-face)
6232 * progmodes/delphi.el (delphi-other-face)
6233 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
6234
6235 * paren.el (show-paren-match, show-paren-mismatch): Use existing
6236 group `paren-showing-faces'.
6237
6238 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
6239 (goto-address): Fix docstring.
6240
6241 * net/webjump.el (webjump-sample-sites): Update URLs.
6242
6243 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
6244
6245 * subr.el (cancel-change-group): Add listp around pending-undo-list.
6246
6247 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
6248
6249 * font-lock.el (font-lock-compile-keywords): Signal an error when
6250 font-lock-set-defaults hasn't been called.
6251
6252 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6253
6254 * subr.el (noreturn, 1value): Doc fixes.
6255
6256 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6257
6258 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
6259 that assoc-string returns nil.
6260
6261 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6262
6263 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
6264 (bibtex-entry-type-str, bibtex-empty-field-re)
6265 (bibtex-search-backward-string, bibtex-preamble-prefix)
6266 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
6267 (bibtex-any-valid-entry-type): New variable.
6268 (bibtex-parse-field-name): Simplify.
6269 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
6270 (bibtex-preamble-prefix): Include left delimiter.
6271 (bibtex-search-forward-field, bibtex-search-backward-field):
6272 Allow unbounded search past entry boundaries (required by bibtex-pop).
6273 (bibtex-text-in-field-bounds): Use push.
6274 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
6275 (bibtex-parse-preamble, bibtex-valid-entry)
6276 (bibtex-beginning-first-field): New functions.
6277 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
6278 (bibtex-map-entries): Fix docstring.
6279 (bibtex-flash-head): New arg prompt. Simplify.
6280 (bibtex-enclosing-field): Include code of bibtex-inside-field.
6281 (bibtex-insert-kill): Simplify. Always insert text past the
6282 current field or entry.
6283 (bibtex-format-entry): Use bibtex-parse-field.
6284 (bibtex-pop): Use bibtex-beginning-of-entry and
6285 bibtex-end-of-entry to initiate the search. Insert empty field if
6286 we found ourselves.
6287 (bibtex-print-help-message): New args field and comma.
6288 Handle entry keys.
6289 (bibtex-make-field): Use bibtex-beginning-of-entry.
6290 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
6291 invalid entry.
6292 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
6293 Handle preambles. Simplify code for thorough test.
6294 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
6295 New arg comma. Handle entry heads.
6296 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
6297 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
6298 New arg comma.
6299 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
6300 (bibtex-fill-field): Simplify.
6301 (bibtex-fill-entry): Use bibtex-beginning-first-field and
6302 bibtex-parse-field.
6303 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
6304 (bibtex-complete): Use bibtex-parse-preamble.
6305
6306 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
6307
6308 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
6309 Display name of expression instead of convenience variable.
6310 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
6311
6312 * progmodes/gud.el (gud-tooltip-dereference): Rename from
6313 toggle-gud-tooltip-dereference.
6314 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
6315 (gud-tooltip-tips): ...here when dereferencing.
6316
6317 2005-12-28 Bill Wohler <wohler@newt.com>
6318
6319 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
6320
6321 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
6322
6323 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
6324 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
6325 (vc-annotate-display-autoscale): Adjust call.
6326 (vc-annotate-display-default): Adjust call. Make arg compulsory.
6327 Fix interactive spec.
6328 (vc-annotate-time-span): Remove.
6329 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
6330 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
6331 (vc-annotate-display-select): Use new name.
6332
6333 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
6334 (vc-annotate-mode-menu): Remove left-over redundant declaration.
6335 Correct the construction of span entries. Simplify.
6336 (vc-annotate-display-select): Fix the nil case.
6337 (vc-annotate): Remove obsolete (and now broken) code.
6338 (vc-annotate-extract-revision-at-line): Remove obsolete code.
6339 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
6340
6341 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6342
6343 * subr.el (lazy-completion-table): Correct typo in docstring.
6344
6345 * startup.el (command-line): Use `custom-reevaluate-setting' for
6346 `send-mail-function'.
6347
6348 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
6349
6350 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
6351
6352 * mail/smtpmail.el (smtpmail-try-auth-methods):
6353 Send credentials together with "AUTH PLAIN" command.
6354
6355 2005-12-27 Richard M. Stallman <rms@gnu.org>
6356
6357 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
6358 mouse-2, go back to previously selected window, so it's selected
6359 when mouse-2 command runs.
6360
6361 2005-12-27 Juri Linkov <juri@jurta.org>
6362
6363 * descr-text.el (describe-text-sexp): Use square brackets for
6364 button [Show] to distinguish it from the property value `show'.
6365 (describe-property-list): Use `insert-text-button' with
6366 `help-face' type instead of putting face in quotes, because button
6367 is not created automatically for a list of faces.
6368 (describe-text-properties-1): Put button-type value in quotes to
6369 distinguish from plain text "button".
6370 (describe-char): Display code point values in hex. Don't use
6371 `symbol-name' for `current-input-method' because it is a string.
6372 Use `insert-text-button' with `help-face' type instead of putting
6373 hardcoded face in quotes, because button is not created automatically.
6374
6375 2005-12-27 Richard M. Stallman <rms@gnu.org>
6376
6377 * progmodes/glasses.el (glasses-face): More specific custom type.
6378
6379 * files.el (set-visited-file-name): Doc fix.
6380
6381 * textmodes/flyspell.el (flyspell-external-point-words):
6382 Use local var buffer-scan-pos to advance scan for next misspelling.
6383 Advance it only after we find the misspelling.
6384
6385 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
6386
6387 * textmodes/flyspell.el (flyspell-external-point-words):
6388 New criteria for finding the misspelling in the buffer.
6389
6390 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
6391
6392 * help-mode.el (help-insert-string): Set help-xref-stack-item
6393 rather than call help-setup-xref.
6394
6395 * descr-text.el (describe-char): Revert previous changes for
6396 optional buffer argument.
6397
6398 2005-12-27 Juri Linkov <juri@jurta.org>
6399
6400 * help-mode.el (help-insert-string): New function. Save buffer
6401 contents in cases where it is impossible to recompute the old contents.
6402
6403 * descr-text.el (describe-char): Set help-xref-stack-item
6404 explicitly after buffer has been generated.
6405
6406 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6407
6408 * cus-start.el (all): Add x-gtk-show-hidden-files.
6409
6410 2005-12-26 Richard M. Stallman <rms@gnu.org>
6411
6412 * replace.el (perform-replace): Calculate match-again
6413 before skipping read-only matches.
6414
6415 * paren.el (paren-showing-faces): New group.
6416 (show-paren-match, show-paren-mismatch): Move to that group.
6417
6418 * button.el (button): Put into group `basic-faces'.
6419
6420 * progmodes/make-mode.el: Remove faces from group `faces'.
6421
6422 * apropos.el (apropos, apropos-value): Doc fix.
6423 (apropos-documentation): Doc fix.
6424
6425 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
6426
6427 * subr.el (lazy-completion-table): Remove argument `args'.
6428
6429 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6430 Don't use the `args' argument of lazy-completion-table.
6431
6432 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
6433
6434 * descr-text.el (describe-char): Add optional argument for buffer.
6435 Set buffer appropriately. Call help-setup-xref.
6436 Suggested by Stefan Monnier.
6437
6438 2005-12-26 Juri Linkov <juri@jurta.org>
6439
6440 * descr-text.el: Require `help-fns' at runtime. Don't require
6441 `button' for byte compilation.
6442 (describe-text-widget): Add `help-echo' for first button.
6443 Use `help-info' for second.
6444 (describe-property-list): Use `help-argument-name' instead of `italic'.
6445 (describe-text-category): Add prompt to interactive spec.
6446 Call `help-setup-xref'.
6447 (describe-char): Use `help-character-set'. Add `help-echo' for
6448 code point. Use `help-input-method'. Remove superfluous insert.
6449
6450 2005-12-25 Richard M. Stallman <rms@gnu.org>
6451
6452 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
6453 at point, in case of narrowing.
6454
6455 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
6456
6457 * locate.el (locate-header-face): Allow nil in type.
6458
6459 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
6460
6461 2005-12-25 Romain Francoise <romain@orebokech.com>
6462
6463 * battery.el (battery-linux-proc-acpi): Also try
6464 `/proc/acpi/thermal_zone/THM0/temperature'.
6465
6466 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
6467
6468 * custom.el (custom-push-theme): Fix docstring.
6469
6470 * cus-edit.el (custom-variable-set, custom-variable-save)
6471 (custom-variable-save): Custom-quote widget values.
6472 (customize-save-variable): Fix custom-push-theme call.
6473
6474 2005-12-24 Eli Zaretskii <eliz@gnu.org>
6475
6476 * w32-fns.el (w32-batch-update-autoloads): New function.
6477
6478 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
6479 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
6480 from the command line.
6481
6482 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
6483
6484 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
6485 reset means to remove setting from theme entirely. Don't keep
6486 expanding theme-settings list; delete old entries if necessary.
6487
6488 * cus-edit.el (custom-buffer-create-internal): Move "Erase
6489 customization" button one line up.
6490 (custom-themed): New face.
6491 (custom-magic-alist): New value, THEMED, for theme settings.
6492 (custom-variable-state-set, custom-face-state-set):
6493 Check theme-value instead of saved-value.
6494 (custom-variable-reset-standard, custom-face-reset-standard):
6495 Remove theme setting entirely. Recalculate new values.
6496 (custom-variable-set, custom-variable-set)
6497 (custom-variable-reset-saved, custom-variable-reset-backup)
6498 (custom-face-set, custom-face-reset-saved): Update `user' theme.
6499 (custom-variable-save): Fix typos.
6500
6501 2005-12-23 Juri Linkov <juri@jurta.org>
6502
6503 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
6504 Add autoload cookies.
6505 (edebug-outside-d-c-i-n-s-w): New variable.
6506 (edebug-display, edebug-outside-excursion): Use it to save the
6507 original value of default-cursor-in-non-selected-windows.
6508 Set default-cursor-in-non-selected-windows to t while Edebug
6509 is active.
6510 (edebug-mode, edebug-eval-mode): Doc fix.
6511
6512 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
6513 with `buffer-substring-no-properties' to remove common substring
6514 highlighting.
6515
6516 * info.el (info-other-window, info): Rename function argument
6517 `file' to `file-or-node'.
6518 (Info-complete-menu-item): Use local variable `complete-nodes' to
6519 keep the global value of `Info-complete-nodes' unchanged for
6520 subsequent completions.
6521 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
6522
6523 * simple.el (get-next-valid-buffer, last-buffer)
6524 (next-error-buffer-p, next-error-find-buffer)
6525 (minibuffer-history-sexp-flag): Doc fix.
6526
6527 * savehist.el (savehist-mode-hook): Add `:group'.
6528
6529 * log-view.el: Call autoload for vc-find-version.
6530 (log-view-current-file): Adjust subgroup numbers.
6531 (log-view-current-tag): Add `length'.
6532
6533 2005-12-23 Richard M. Stallman <rms@gnu.org>
6534
6535 * vc.el (vc-annotate-car-last-cons): Defn moved up.
6536
6537 2005-12-23 Juri Linkov <juri@jurta.org>
6538
6539 * hi-lock.el (hi-lock-archaic-interface-message-used)
6540 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
6541 (hi-lock-mode): Display "Hi" in the mode line only when
6542 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
6543 (hi-lock-write-interactive-patterns):
6544 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
6545 (hi-lock-set-pattern, hi-lock-set-file-patterns)
6546 (hi-lock-font-lock-hook): Set 3rd arg `how' of
6547 font-lock-add-keywords to t.
6548
6549 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
6550
6551 * hi-lock.el (hi-lock-highlight-range): New variable.
6552 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
6553 only if font-lock-fontified is non-nil. Remove overlays.
6554 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
6555 font-lock-fontified is non-nil, otherwise use overlays (instead of
6556 text properties).
6557 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
6558 New variables.
6559 (hi-lock-string-serialize) New function.
6560
6561 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6562
6563 * menu-bar.el (menu-find-file-existing): New function.
6564 (menu-bar-file-menu): Use menu-find-file-existing for Open.
6565
6566 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
6567
6568 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
6569
6570 * vc.el: Remove unnecessary leading * in docstrings.
6571 (vc-annotate-mode-map): Move initialization into declaration.
6572 (vc-static-header-alist): Nitpick on the regexp.
6573 (vc-default-init-version): New fun.
6574 (vc-register): Use it.
6575 (vc-insert-headers): Use dolist.
6576 (vc-annotate-get-backend): Remove unused function.
6577 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
6578 (vc-annotate-mode): Remove corresponding call.
6579 (vc-annotate-car-last-cons): Simplify.
6580 (vc-annotate-buffers): Remove var.
6581 (vc-annotate-backend): Make it buffer-local.
6582 (vc-annotate): Move the interaction to the interactive spec.
6583 Add a `buf' argument.
6584 (vc-annotate-warp-version): Use this new `buf' argument to avoid
6585 killing&creating a vc-annotate buffer, which is very disruptive when
6586 the buffers are shown in dedicated frames.
6587
6588 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
6589
6590 * descr-text.el: Add FSF as maintainer.
6591 (describe-text-mode, describe-text-mode-map)
6592 (describe-text-mode-hook, describe-text-done): Delete. Use normal
6593 help-mode.
6594 (describe-text-widget, describe-text-sexp)
6595 (describe-property-list, describe-text-category)
6596 (describe-text-properties, describe-text-properties-1)
6597 (describe-char): Use help buttons instead of widgets.
6598 (describe-char-unicodedata-file): Make URL link in doc string.
6599
6600 2005-12-22 Richard M. Stallman <rms@gnu.org>
6601
6602 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
6603 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
6604 Don't include buttons that write a file when there's no file.
6605 (custom-variable-menu, custom-face-menu, custom-group-menu):
6606 Don't include commands that write a file when there's no file.
6607 (customize-browse): Reword the top-of-buffer help intro.
6608 (custom-buffer-create-internal): Fix previous change.
6609 (customize-changed-options-previous-release): Prev release is 21.1.
6610 (customize-changed-options): Doc fix.
6611 (customize-changed): New alias.
6612 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
6613 Say "standard values".
6614 (Custom-reset-standard): Doc fix.
6615 (custom-face-reset-standard): Doc fix.
6616
6617 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
6618
6619 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
6620 even if font-lock-mode is non-nil since it may be t without having
6621 turned on font-lock-mode-internal.
6622 (font-lock-choose-keywords): Minor optimization.
6623 (font-lock-add-keywords, font-lock-remove-keywords)
6624 (font-lock-set-defaults): Don't call make-local-variable on a variable
6625 that we know to already be local.
6626
6627 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6628
6629 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
6630 messages if in the minibuffer.
6631
6632 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
6633
6634 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
6635 (tex-mode-flyspell-verify, flyspell-get-word)
6636 (flyspell-external-point-words): Don't use point-min/max uselessly.
6637
6638 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
6639 by Kevin Rodgers. Instead, just hide the completions buffer if we
6640 don't need to show it.
6641
6642 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
6643
6644 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
6645
6646 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
6647
6648 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
6649 delete-windows-on with an inexistent buffer.
6650
6651 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
6652
6653 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
6654 Delete defcustom variable :tag names.
6655
6656 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
6657
6658 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
6659 (log-view-font-lock-keywords): Ajust subgroup numbers.
6660 (log-view-current-tag): Don't hard code the number of subgroups.
6661
6662 2005-12-20 Juri Linkov <juri@jurta.org>
6663
6664 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
6665 (tooltip-x-offset, tooltip-y-offset): Doc fix.
6666
6667 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6668 (menu-bar-non-minibuffer-window-p): Instead of checking
6669 display-multi-frame-p, use selected-frame when menu-updating-frame
6670 is nil.
6671
6672 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
6673
6674 * align.el (align-rules-list): Use [ \t] instead of \s-
6675 for column separators in text mode.
6676
6677 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
6678
6679 * help-mode.el (help-customize-variable, help-customize-face):
6680 Don't pop help-xref-stack as help-follow no longer pushes
6681 anything on to it.
6682
6683 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
6684
6685 * textmodes/org.el (org-agenda-custom-commands): New option.
6686 (org-agenda): Offer custom commands on splash screen.
6687 (org-make-tags-matcher): Parser for Boolean logic added.
6688 (org-agenda-set-tags): New command.
6689 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
6690 (org-set-tags): Efficiency improvements.
6691 (org-auto-align-tags): New option.
6692 (org-todo, org-demote, org-promote): Realign tags.
6693 (org-tags-completion-function): Use also "&" and "|" as separators.
6694 (org-org-menu): Agenda commands simplified.
6695
6696 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6697
6698 * cus-edit.el (customize-apropos, customize-apropos-options):
6699 Docstring changes.
6700
6701 * font-lock.el (font-lock): Add tags to the links in the defgroup.
6702
6703 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
6704
6705 * longlines.el (longlines-mode): Wrap while widened.
6706 (longlines-decode-region, longlines-encode-region): Compute max
6707 just once.
6708
6709 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6710
6711 * cus-edit.el (mac): New group.
6712
6713 * cus-start.el (all): Add user options in macterm.c. Add test for
6714 Mac-related built-ins. Fix test for GTK-related built-ins.
6715
6716 * term/mac-win.el (mac-handle-language-change)
6717 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
6718 (mac-services-open-selection, mac-services-mail-selection)
6719 (mac-services-mail-to, mac-services-insert-text)
6720 (mac-dispatch-apple-event): Add docstrings.
6721 (x-get-selection, mac-select-convert-to-string): Select coding
6722 system from `utf-16be' and `utf-16le' using `byteorder'.
6723
6724 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6725
6726 * subr.el (lazy-completion-table): Don't be fooled if the var holds
6727 a "list" (lambda ...) rather than a real completion list.
6728
6729 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
6730 lexical-let when encountering ((lambda (...) ...) ...).
6731
6732 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
6733
6734 * progmodes/sh-script.el (sh-mode):
6735 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
6736 * textmodes/picture.el (picture-mode): Update docstrings.
6737
6738 2005-12-17 Eli Zaretskii <eliz@gnu.org>
6739
6740 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
6741 commands enclosed in $(ARGQUOTE)s should not be split between two
6742 lines, as that will break with GNU Make >3.80, when sh.exe is used
6743 and arg quoting is with '..'.
6744 (autoloads): Don't break the quoted --eval expression between
6745 several lines.
6746
6747 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
6748
6749 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
6750 Capture error from printing circular structures.
6751
6752 2005-12-17 Martin Rudalics <rudalics@gmx.at>
6753
6754 * wid-edit.el (widget-checkbox-action): Clear undo info.
6755
6756 2005-12-16 Bill Wohler <wohler@newt.com>
6757
6758 * menu-bar.el (kill-this-buffer): Set a good example by using menu
6759 bar, not menubar in comment.
6760
6761 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
6762
6763 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
6764 After-change-functions should not clobber the match data.
6765
6766 2005-12-16 Juri Linkov <juri@jurta.org>
6767
6768 * simple.el (choose-completion): Use `buffer-substring-no-properties'
6769 instead of `buffer-substring'.
6770 (completion-common-substring): Doc fix.
6771 (completion-setup-function): Use minibuffer-completion-contents
6772 instead of minibuffer-contents. Don't set common-string-length
6773 initially. Remove special handling of partial-completion-mode.
6774 Move computation of completion-base-size into one cond.
6775 Call completion-base-size-function in mainbuf. In computation of
6776 completion-base-size for file name completion don't move point to
6777 the end of the minibuffer. Move computation of common-string-length
6778 into one cond. Start putting faces only when common-string-length>=0.
6779 Add condition to put completions-common-part when
6780 common-string-length>0.
6781
6782 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
6783 place point at the first different character in the minibuffer
6784 even if this position is at the beginning of the minibuffer.
6785
6786 * info.el (Info-read-node-name-1): In completion-base-size-function's
6787 lambda return 1 if common-substring or minibuffer-completion-contents
6788 starts with (, and 0 otherwise.
6789
6790 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
6791 Use `crm-current-element' for second arg of `display-completion-list'.
6792
6793 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
6794
6795 * files.el (set-auto-mode): Look for an interpreter specified on
6796 the first line also if search for mode specification succeeded,
6797 but the mode is not known.
6798
6799 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
6800
6801 * textmodes/org.el (org-tags-match-list-sublevels): New option.
6802 (org-open-at-point): Implement tag searches as links.
6803 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
6804 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
6805 (org-tags-sparse-tree, org-tags-view, org-set-tags)
6806 (org-agenda-dispatch): New commands.
6807 (org-use-tag-inheritance, org-tags-column): New options.
6808 (org-tab-follows-link, org-return-follows-link): New options.
6809 (org-tags): New customize group.
6810 (org-start-icalendar-file): Get local time zone.
6811 (org-tags-completion-function): New function.
6812 (org-set-font-lock-defaults): Make sure links will also be
6813 highlighted inside headlines.
6814
6815 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
6816
6817 * term.el (term-emulate-terminal):
6818 Let term-handle-ansi-terminal-messages override what Bash says about
6819 its current directory.
6820
6821 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6822
6823 * bindings.el (last-buffer): Move to simple.el.
6824 * simple.el (last-buffer): Move here.
6825 (get-next-valid-buffer): New function.
6826 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
6827 (prev-buffer): Ditto. Rename to `previous-buffer'.
6828
6829 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
6830 * bindings.el (global-map): Ditto.
6831
6832 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
6833
6834 * cus-edit.el: Introductory comment change.
6835 (custom-magic-alist): Change message string for the `rogue' state.
6836
6837 2005-12-15 Richard M. Stallman <rms@gnu.org>
6838
6839 * tooltip.el: Delete defcustom variable :tag names.
6840
6841 * complete.el (partial-completion-mode): Doc fix.
6842
6843 * textmodes/flyspell.el (flyspell-external-point-words):
6844 Use save-excursion to ensure we don't move backward in the
6845 search loop, not even one character.
6846 (flyspell-delete-all-overlays): Use remove-overlays directly.
6847
6848 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
6849 (ispell-start-process): Set that variable.
6850 Clear ispell-buffer-local-name.
6851 (ispell-internal-change-dictionary):
6852 Set ispell-current-dictionary after killing process.
6853 (ispell-buffer-local-dict):
6854 Don't set spell-personal-dictionary after killing process.
6855 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
6856 (ispell-tex-skip-alists, ispell-html-skip-alists)
6857 (ispell-skip-region-alist): Mark as risky.
6858
6859 * net/newsticker.el (newsticker--retrieval-timer-list)
6860 (newsticker--display-timer, newsticker-running-p)
6861 (newsticker-ticker-running-p): Definitions moved up.
6862
6863 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
6864
6865 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
6866
6867 2005-12-15 David Ponce <david@dponce.com>
6868
6869 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
6870 (recentf-edit-list, recentf-open-files): Signal an error when
6871 there is no recent file.
6872
6873 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
6874
6875 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
6876 read-only except for texinfo-format-region evaluation.
6877
6878 2005-12-14 Richard M. Stallman <rms@gnu.org>
6879
6880 * vc.el (vc-default-previous-version, vc-default-next-version)
6881 (vc-do-command): Doc fixes.
6882
6883 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6884
6885 * textmodes/bibtex.el (bibtex-expand-strings)
6886 (bibtex-autokey-expand-string, bibtex-name-part)
6887 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
6888 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
6889 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
6890 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
6891 (bibtex-entry-postfix, bibtex-known-entry-type-re)
6892 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
6893 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
6894 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
6895 (bibtex-beginning-of-last-entry): Remove.
6896 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
6897 message if comma is missing but buffer is read-only.
6898 (bibtex-parse-field-text): Handle whitespaces at the end of field
6899 text. Return 3-element list with beginning and end of field text
6900 and end of field.
6901 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
6902 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
6903 (bibtex-search-forward-field, bibtex-search-backward-field):
6904 Search always delimited by limits of entry. Use more efficient
6905 search algorithms.
6906 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
6907 bibtex-end-of-name-in-field.
6908 (bibtex-text-in-field-bounds): Handle BibTeX strings when
6909 extracting the content of a field.
6910 (bibtex-text-in-field): Use search limits.
6911 (bibtex-parse-string-prefix): Handle empty string keys based on
6912 bibtex-string-empty-key.
6913 (bibtex-parse-string): Fix docstring.
6914 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
6915 (bibtex-preamble-prefix, bibtex-strings): New functions.
6916 (bibtex-skip-to-valid-entry): Include preceding whitespace in
6917 BibTeX entries (consistent with other BibTeX functions).
6918 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
6919 (bibtex-search-entry): Fix docstring. Simplify.
6920 (bibtex-flash-head, bibtex-complete-string-cleanup)
6921 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
6922 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
6923 (bibtex-parse-entry): New optional arg content.
6924 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
6925 Use bibtex-text-in-field-bounds.
6926 (bibtex-print-help-message): Handle BibTeX strings and preambles.
6927 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
6928 bibtex-parse-string-postfix.
6929 (bibtex-find-text-internal): New function.
6930 (bibtex-remove-delimiters): Use it.
6931 (bibtex-find-text): Use it. New optional arg help.
6932 (bibtex-complete): Handle BibTeX string and preamble entries.
6933 (bibtex-Preamble): Fix order of closing delimiters.
6934
6935 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
6936
6937 * vc.el (vc-default-revert): New fun.
6938
6939 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
6940
6941 2005-12-14 Romain Francoise <romain@orebokech.com>
6942
6943 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
6944 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
6945 (font-lock-remove-keywords): Likewise.
6946
6947 2005-12-14 Juri Linkov <juri@jurta.org>
6948
6949 * log-view.el (log-view-diff): Doc fix.
6950
6951 * isearch.el (isearch-query-replace): Use (mark) instead of
6952 isearch-opoint if mark is active in transient-mark-mode.
6953
6954 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6955
6956 * isearch.el (isearch-query-replace): Check for isearch-other-end.
6957
6958 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
6959
6960 * progmodes/cpp.el (cpp-face): New widget.
6961 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
6962
6963 2005-12-14 Juri Linkov <juri@jurta.org>
6964
6965 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
6966 around `erase-buffer' and `insert'.
6967
6968 * descr-text.el (describe-text-properties): Replace buffer name
6969 "*Help-2*" with "*Help*<2>".
6970 (describe-char): Add functions print-help-return-message,
6971 toggle-read-only. Use help-setup-xref with nil to not store
6972 describe-char in help-xref-stack. Use help-make-xrefs to
6973 make [back] button.
6974
6975 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
6976
6977 * wdired.el (wdired-old-point): New internal variable.
6978 (wdired-change-to-wdired-mode): Set it buffer-locally.
6979 (wdired-abort-changes): Restore point after aborting changes.
6980
6981 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6982
6983 * vc.el (vc-do-command): Add a new value t for okstatus.
6984
6985 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
6986 frame in case of errors.
6987
6988 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6989
6990 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
6991 so it comes after "On the Left" in the menu.
6992
6993 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
6994
6995 * cus-edit.el (customize-apropos, customize-apropos-options)
6996 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
6997
6998 2005-12-12 Bill Wohler <wohler@newt.com>
6999
7000 * vc-svn.el (vc-svn-registered): Fix problem of visiting
7001 non-writable Subversion-controlled files by saving window
7002 configuration before calling vc-do-command. vc-do-command calls
7003 pop-to-buffer on error which is unexpected during registration.
7004
7005 2005-12-12 Jay Belanger <belanger@truman.edu>
7006
7007 * calc/README: Update the summary of changes.
7008
7009 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7010
7011 * descr-text.el (describe-char): Rework last fix to solve the problem
7012 is the same way it's solved for everything else in that function
7013 (i.e. by extracting the info before setting up the *Help* buffer).
7014
7015 2005-12-12 Kim F. Storm <storm@cua.dk>
7016
7017 * subr.el (version-regexp-alist): Allow space as separator before
7018 non-numeric part, e.g. "1.0 alpha".
7019 (version-to-list): Interpret .X.Y version as 0.X.Y version.
7020
7021 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
7022
7023 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7024 Implement Logging and the keep-modes setting.
7025 (org-get-category): Make sure a string is returned.
7026 (org-log-done): New function.
7027 (org-log-done, org-closed-string): New options.
7028
7029 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7030
7031 * tooltip.el (tooltip-y-offset): Change default to 20.
7032
7033 2005-12-12 Richard M. Stallman <rms@gnu.org>
7034
7035 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
7036
7037 * frame.el (display-hourglass): Doc fix.
7038
7039 * help.el (help-for-help-internal): Simplify entry for `a'.
7040
7041 * info.el (Info-on-current-buffer): Doc fix.
7042 (info-insert-file-contents): Don't test (featurep 'jka-compr).
7043
7044 * startup.el (inhibit-splash-screen): Make this the real name.
7045 (inhibit-startup-message): Make this the alias.
7046 (command-line): Find only simple.el, and use its directory
7047 to fill in other preloaded files' names.
7048 (command-line): Deactivate the mark if deactivate-mark is set.
7049
7050 * international/mule.el (load-with-code-conversion):
7051 Bind deactivate-mark.
7052
7053 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7054
7055 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
7056
7057 * cus-edit.el (customize-apropos): Avoid listing an option more
7058 than once under different aliases. No longer list user options
7059 that are not defined with defcustom (unless a prefix arg is given).
7060 Doc fix.
7061 (customize-apropos-options): Doc fix.
7062
7063 2005-12-11 Juri Linkov <juri@jurta.org>
7064
7065 * frame.el (set-background-color, set-foreground-color)
7066 (set-cursor-color, set-mouse-color, set-border-color):
7067 Add explicit prompts to read colors by `facemenu-read-color'.
7068 (show-trailing-whitespace, blink-cursor-delay)
7069 (blink-cursor-interval, display-hourglass, hourglass-delay):
7070 Remove tags.
7071 (display-hourglass, hourglass-delay): Doc fix.
7072 (cursor-in-non-selected-windows): Capitalize words in tag.
7073
7074 * faces.el (frame-background-mode): Replace `choice-item' keywords
7075 with `const' to not make [default] button. Change default value tag
7076 from `default' to `automatic'. Doc fix.
7077 (trailing-whitespace) <defface>: Change group `whitespace' to
7078 `whitespace-faces'.
7079
7080 2005-12-11 Richard M. Stallman <rms@gnu.org>
7081
7082 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
7083
7084 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7085
7086 * term/mac-win.el: Create keymap for mac-apple-event-map.
7087
7088 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
7089
7090 * tooltip.el (tooltip-mode): Move to start of file so that it
7091 appears at top of customize buffer.
7092
7093 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7094 Add the gud groupname.
7095 (gud-tooltip-mode): Add the tooltip groupname.
7096 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
7097 avoid conflict with tooltip-use-echo-area.
7098
7099 2005-12-10 Romain Francoise <romain@orebokech.com>
7100
7101 * help.el (help-for-help-internal): Add `r' in doc string.
7102
7103 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7104
7105 * align.el (align-regexp, align-highlight-rule):
7106 Use region-beginning and region-end instead of point and mark, so that
7107 repetition (with `repeat-complex-command') recomputes the region
7108 bounds.
7109
7110 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
7111
7112 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7113 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7114 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
7115 (balance-windows): Rewrite using the above new functions.
7116
7117 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
7118
7119 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
7120 react if global-hi-lock-mode seems intended.
7121 (global-hi-lock-mode) Renamed from hi-lock-mode.
7122 (hi-lock-archaic-interface-message-used)
7123 (hi-lock-archaic-interface-deduce): New variables.
7124 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
7125 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
7126 (hi-lock-find-patterns, hi-lock-font-lock-hook):
7127 Replace hi-lock-buffer-mode with hi-lock-mode.
7128
7129 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
7130
7131 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
7132 completion list, even after a partial completion has been
7133 inserted in the current buffer. If there are more than 1
7134 completion, redisplay the *Completions* buffer; if the
7135 completion is unique, delete the *Completions* window.
7136
7137 2005-12-10 Eli Zaretskii <eliz@gnu.org>
7138
7139 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
7140 strings and long subject lines that were broken into multiple
7141 lines at arbitrary places. Handle subjects that have "Re: " in
7142 the middle.
7143
7144 2005-12-10 John W. Eaton <jwe@octave.org>
7145
7146 * emacs/octave-mod.el (octave-electric-space): Don't indent
7147 comments or strings if octave-auto-indent is nil.
7148
7149 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7150
7151 * term/mac-win.el: Require url when compiling.
7152 Call mac-process-deferred-apple-events after loading init files.
7153 (mac-apple-event-map): New defvar. Define event handlers in it.
7154 (core-event, internet-event): New Apple event class symbols.
7155 (open-application, reopen-application, open-documents)
7156 (print-documents, open-contents, quit-application)
7157 (application-died, show-preferences, autosave-now, get-url):
7158 New Apple event ID symbols.
7159 (about): New HICommand ID symbol.
7160 (mac-event-spec, mac-event-ae): New macros.
7161 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
7162 (mac-ae-selection-range, mac-ae-text-for-search)
7163 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
7164 (mac-application-menu-map): Remove keymap. Handlers for HICommand
7165 and Services menu events are now defined in mac-apple-event-map.
7166 (mac-drag-n-drop): Remove selection range handling.
7167
7168 2005-12-10 Kenichi Handa <handa@m17n.org>
7169
7170 * simple.el (zap-to-char):
7171 * isearch.el (isearch-process-search-char): Translate CHAR by
7172 translation-table-for-input.
7173
7174 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
7175
7176 * foldout.el (foldout-exit-fold): Properly hide subtree.
7177
7178 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
7179
7180 * files.el (save-buffer):
7181 * international/ucs-tables.el (ucs-set-table-for-input):
7182 * mail/mail-extr.el (mail-extract-address-components):
7183 * mail/sendmail.el (mail-mode): Reformat doc string.
7184
7185 2005-12-09 Juri Linkov <juri@jurta.org>
7186
7187 * isearch.el (isearch-highlight): Change main overlay priority
7188 from 1 to 1001. Simplify.
7189 (isearch-lazy-highlight-update): Change lazy overlay priority
7190 from 0 to 1000.
7191
7192 * replace.el (replace-highlight): Change overlay priority from
7193 1 to 1001.
7194
7195 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
7196 Change overlay priority from 1 to 1001. Reuse existing overlay.
7197
7198 * compare-w.el (compare-windows-highlight): Change overlay
7199 priority from 1 to 1000.
7200
7201 * menu-bar.el (menu-bar-edit-menu): Add listp around
7202 pending-undo-list to disable menu item "undo" when pending
7203 undo list is empty.
7204
7205 * locate.el (locate): Disable undo in *Locate* buffer.
7206
7207 2005-12-09 Kim F. Storm <storm@cua.dk>
7208
7209 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
7210
7211 2005-12-09 David Ponce <david@dponce.com>
7212
7213 * recentf.el: Improvement of the menu code.
7214 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
7215 instead of menu hook.
7216 (recentf-show-menu, recentf-hide-menu): New functions.
7217 (recentf-menu-customization-changed, recentf-mode): Use them.
7218 (recentf-menu-action, recentf-max-menu-items)
7219 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
7220 (recentf-arrange-by-rule-others)
7221 (recentf-arrange-by-rules-min-items)
7222 (recentf-arrange-by-rule-subfilter) : Don't use
7223 `recentf-menu-customization-changed'.
7224 (recentf-arrange-rules): Likewise. Accept functions to compute
7225 sub-menu titles.
7226 (recentf-menu-filter): Likewise. Doc fix.
7227 (recentf-menu-value-shortcut): Doc fix.
7228 (recentf-dump-variable): Quote atom value.
7229 (recentf-make-menu-items): Update to use it as a menu filter.
7230 (recentf-match-rule): New function.
7231 (recentf-arrange-by-rule): Use it.
7232 (recentf-indirect-mode-rule): New function.
7233 (recentf-build-mode-rules): Use it.
7234 (recentf-dir-rule): New function.
7235 (recentf-arrange-by-dir): Use it.
7236 (recentf-filter-changer-current): Rename from
7237 `recentf-filter-changer-state'. All references updated.
7238 (recentf-filter-changer-alist): Update filter names.
7239 (recentf-filter-changer-select): New function.
7240 (recentf-filter-changer): Use it. Make a sub-menu from filters
7241 available in `recentf-filter-changer-alist'.
7242 (recentf-data-cache, recentf-clear-data)
7243 (recentf-update-menu): Remove. All references updated.
7244 (recentf-match-rule-p, recentf-build-dir-rules)
7245 (recentf-filter-changer-goto-next)
7246 (recentf-filter-changer-get-current)
7247 (recentf-filter-changer-get-next): Remove.
7248
7249 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
7250
7251 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
7252 buffer "Reset" button to "Reset to Current" for consistency with
7253 the State buttons.
7254
7255 2005-12-08 John Paul Wallington <jpw@pobox.com>
7256
7257 * ibuf-ext.el (define-ibuffer-filter filename):
7258 If `dired-directory' is a list then really use its car.
7259
7260 2005-12-08 Kim F. Storm <storm@cua.dk>
7261
7262 * emulation/cua-rect.el (cua--rectangle-aux-replace):
7263 Fix indention of text on right side of replaced rectangle.
7264
7265 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
7266
7267 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
7268 No need to check gud-comint-buffer is bound.
7269 (gdb): Prevent multiple debugging when first session uses gdba.
7270
7271 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7272
7273 CC Mode update to 5.31.
7274
7275 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
7276 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
7277 We might do this function properly in the future).
7278
7279 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
7280 New macros c-sentence-end and c-default-value-sentence end, to cope
7281 with Emacs 22's new function `sentence-end'.
7282
7283 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7284
7285 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
7286 compat issue using `c-put-overlay' and `c-delete-overlay'.
7287
7288 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
7289 New compat macros to handle overlays/extents.
7290
7291 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7292
7293 * progmodes/cc-fix.el: Add definitions of the macros push and pop
7294 (for GNU Emacs 20.4)
7295
7296 * progmodes/cc-defs.el:
7297 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
7298
7299 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
7300 highlighting mechanism so it will work in XEmacs too.
7301
7302 * progmodes/cc-defs.el: Insert c-int-to-char.
7303
7304 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
7305 call to the new macro c-int-to-char. This solves XEmacs's
7306 regarding characters as different from integers.
7307
7308 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7309
7310 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
7311 New internal helper.
7312
7313 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
7314 construct to make the indirect face lookup work in XEmacs.
7315
7316 (c-cpp-matchers): Append the negation char face to the existing
7317 fontification, so that the cpp face doesn't disappear.
7318 Use `c-make-syntactic-matcher' to avoid negation chars in comments
7319 and strings.
7320
7321 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
7322 to map to `font-lock-negation-char-face' in emacsen where it exists.
7323
7324 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7325
7326 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
7327
7328 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
7329 Rename "c-subword-move-mode" as "c-subword-mode".
7330
7331 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
7332 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
7333
7334 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7335
7336 * progmodes/cc-mode.el: Added autoload directive for
7337 `c-subword-move-mode' for use in older emacsen.
7338
7339 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7340
7341 * progmodes/cc-mode.el:
7342 (i) Insert a binding for C-c C-backspace into
7343 c-bind-special-erase-keys which works in TTYs.
7344 (ii) Make sure that when file styles are used, any explicitly
7345 given style variables take priority over those in the style.
7346 Do this by calling `hack-local-variables' a second time.
7347
7348 * progmodes/cc-vars.el: Add language specific customization
7349 widgets for AWK to c-doc-comment-style, c-require-final-newline
7350 and c-default-style. Add a defcustom for awk-mode-hook.
7351 Give c-syntactic-element and c-syntactic-context doc-strings by
7352 directly setting their `variable-documentation' propery.
7353 This allows Emacs 22.1 to read these with C-h v.
7354
7355 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
7356
7357 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7358
7359 * progmodes/cc-fonts.el, cc-vars.el
7360 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
7361 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
7362 Masatake YAMATO.
7363
7364 (c-doc-comment-style): Made GtkDoc default in C mode.
7365
7366 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
7367 and C-c C-<delete>.
7368
7369 (c-bind-special-erase-keys): New function for use on
7370 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
7371
7372 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
7373 <delete> key behavior in XEmacs according to `delete-forward-p'.
7374 C.f. `c-electric-delete'.
7375
7376 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7377
7378 * progmodes/cc-mode.el: Give c-hungry-backspace and
7379 c-hungry-delete-forward permanent key bindings.
7380
7381 * progmodes/cc-cmds.el (c-electric-semi&comma):
7382 Bind c-syntactic-context for calls to "criteria functions", for
7383 consistency with other calls to user functions.
7384
7385 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
7386 `current-prefix-arg', since this might be the prefix arg to a
7387 command which calls c-indent-command as a function. Change the
7388 interactive spec from "p" to "P".
7389
7390 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
7391 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
7392 was difficult to understand.
7393
7394 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7395
7396 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
7397 first char of an identifier.
7398
7399 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
7400 +" syntax in C++.
7401
7402 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7403
7404 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
7405 auto-fill doesn't split a c-comment's last word from a hanging
7406 "*/" when a space is typed between them after fill-column.
7407
7408 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
7409
7410 * progmodes/cc-styles.el (c-set-style)
7411 (c-setup-paragraph-variables): Abort the command if we're not in a
7412 CC Mode buffer.
7413
7414 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
7415 with blank comment-prefix, and a blank line as the comment's
7416 second line.
7417
7418 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7419
7420 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
7421 Incorporate the patterns added in the Emacs development branch
7422 for the new Emacs 22 face `font-lock-negation-char-face'.
7423
7424 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
7425 of "red" since it stands out better in xterms and DOS terminals.
7426
7427 * progmodes/cc-engine.el (c-literal-faces):
7428 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
7429
7430 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7431
7432 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
7433 forcibly enable c-electric-flag.
7434
7435 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
7436 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
7437 after the comment-prefix of a C-style comment will close that comment.
7438
7439 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7440
7441 * progmodes/cc-fonts.el (c-basic-matchers-before)
7442 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
7443 in Pike.
7444
7445 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
7446 digraphs.
7447
7448 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
7449 (c-cpp-message-directives, c-cpp-include-directives)
7450 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
7451 (c-cpp-expr-directives): Introduce new language constants to
7452 control cpp syntax in a cleaner way.
7453
7454 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
7455
7456 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
7457
7458 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
7459 (c-multiline-string-start-char): New language constants and
7460 variables to specify how newlines in string literals work.
7461
7462 (c-font-lock-invalid-string): Use them.
7463
7464 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
7465 unbalanced close brace is entered. Optimization by avoiding going
7466 back over arbitrarily large blocks. Removed hints that this
7467 function only would be relevant/useful in AWK.
7468
7469 (c-electric-brace): Indent syntactically after the cleanups since
7470 lineup functions might do it differently then.
7471
7472 * progmodes/cc-engine.el, cc-langs.el
7473 (c-opt-op-identifier-prefix): New language constant and variable.
7474
7475 (c-just-after-func-arglist-p, c-after-special-operator-id)
7476 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
7477
7478 * progmodes/cc-align.el, cc-engine.el
7479 (c-after-special-operator-id): New helper to handle C++ operator
7480 identifiers.
7481
7482 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
7483 (c-guess-basic-syntax): Handle C++ operator identifiers in
7484 declarations.
7485
7486 * progmodes/cc-langs.el (c-assignment-operators): Add the
7487 trigraph version of ^= too.
7488
7489 * progmodes/cc-langs.el (c-assignment-operators): Add the
7490 trigraph version of |= in C++.
7491
7492 * progmodes/cc-fonts.el (c-font-lock-declarators):
7493 Handle `c-decl-hangon-kwds' after the identifier name.
7494
7495 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
7496 whether an arglist is "nonempty", ignore a comment after the open
7497 paren if it isn't followed by a non-comment token on the same line.
7498
7499 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
7500 Enable heuristics below the point to cope with classes inside special
7501 brace lists in Pike.
7502
7503 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7504
7505 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
7506
7507 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7508
7509 * progmodes/cc-guess.el (cc-guess-install): New function to
7510 install an already guessed style in another buffer.
7511
7512 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
7513 sets `inhibit-read-only' - `c-save-buffer-state' should be used
7514 anyway if the change always is undone.
7515
7516 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7517
7518 Implement togglable electricity:
7519
7520 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
7521 saying when it should be used.
7522
7523 * progmodes/cc-engine.el: Add the new buffer-local variable,
7524 c-electric-flag.
7525
7526 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
7527 c-toggle-auto-newline.
7528
7529 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
7530 c-toggle-auto-newline. Remove the binding for
7531 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
7532 c-toggle-electric-state.
7533
7534 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
7535
7536 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
7537 c-\(forward\|backward\)-subword.
7538 (c-update-modeline): Add the new modeline flag `l' for
7539 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
7540 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
7541 Make the old name an alias of the new name.
7542 (c-toggle-electric-state): New function.
7543 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
7544 Adapt these functions to do electric things only when
7545 c-electric-flag is non-nil.
7546 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
7547 new functions from c-electric-brace.
7548 (c-point-syntax): Add a check for "virtual semicolons" in AWK
7549 mode, so that the tentative extra newline doesn't change the
7550 syntax of the following brace.
7551 (c-electric-brace): Restructure by extracting the above functions.
7552 Tidy up the coding somewhat.
7553 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
7554 restructure a bit.
7555
7556 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7557
7558 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
7559 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
7560
7561 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
7562 (c-submode-indicators): Change name from `c-auto-hungry-string'
7563 since it's now used to track another submode.
7564
7565 (c-update-modeline): Convert to function and extended to check
7566 `c-subword-move-mode'.
7567
7568 (c-forward-into-nomenclature, c-backward-into-nomenclature):
7569 Convert to compat aliases for `c-forward-subword' and
7570 `c-backward-subword'.
7571
7572 * progmodes/cc-subword.el: New functions and minor mode to handle
7573 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
7574
7575 (c-forward-subword, c-backward-subword, c-mark-subword)
7576 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
7577 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
7578 Functions corresponding to the standard word handling functions.
7579
7580 (c-subword-move-mode): Minor mode that replaces all the standard
7581 word handling functions with their subword equivalences.
7582
7583 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7584
7585 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
7586 entry for one-liner-defun.
7587
7588 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
7589 name in its def-edebug-spec.
7590
7591 * progmodes/cc-cmds.el (c-electric-brace): Make the
7592 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
7593 compacts space before a comment, if this will make things fit on
7594 one line.
7595
7596 Introduce an "awk" style, mainly for auto-newline and clean-ups.
7597
7598 * progmodes/cc-align.el: New function c-snug-1line-defun-close
7599
7600 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
7601 clean-up one-liner-defun.
7602
7603 * progmodes/cc-styles.el: Add the new "awk" style.
7604
7605 * progmodes/cc-vars.el: Add description of one-liner-defun to
7606 c-cleanup-list's doc-string. New user options,
7607 c-max-one-liner-length. In c-default-style, set the default style
7608 for AWK to "awk".
7609
7610 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7611
7612 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
7613 macros inside labels.
7614
7615 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
7616 `c-at-statement-start-p' and `c-at-expression-start-p'.
7617
7618 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
7619 error if the mark isn't set.
7620
7621 * progmodes/cc-engine.el (c-guess-continued-construct)
7622 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
7623 accurately detect functions inside functions.
7624
7625 * progmodes/cc-engine.el (c-at-expression-start-p): New function
7626 like `c-at-statement-start-p' that additionally recognizes commas
7627 and expression parentheses as delimiters.
7628
7629 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
7630 to avoid heuristics that doesn't work for unclosed blocks.
7631 (c-at-statement-start-p): New function.
7632
7633 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
7634 Objective-C directives, e.g. directives spanning lines should work
7635 reasonably well now.
7636
7637 (c-put-c-type-property, c-clear-c-type-property): New helpers.
7638
7639 (c-forward-objc-directive): New function to move over any ObjC
7640 directive.
7641
7642 (c-just-after-func-arglist-p, c-guess-basic-syntax)
7643 (c-basic-matchers-before): Use it.
7644
7645 (c-font-lock-objc-iip-decl): Remove.
7646
7647 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
7648 in the template arglist recognition.
7649
7650 * progmodes/cc-styles.el (c-style-alist): Fix several
7651 inconsistencies in the Whitesmith style.
7652
7653 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
7654 New lineup function to get lines after Whitesmith style blocks
7655 correctly indented.
7656
7657 (c-lineup-whitesmith-in-block): Back out the compensation for
7658 opening parens since it's done using `add' lists in the style
7659 definition instead. Don't use the anchor position since it varies
7660 too much between the syntactic symbols. :P
7661
7662 * progmodes/cc-vars.el (c-valid-offset): Update.
7663
7664 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
7665 lists where the offsets are combined according to several
7666 different methods: `first', `min', `max', and `add'.
7667 Report offset evaluation errors with `c-benign-error' so that some kind
7668 of reindentation still is done.
7669
7670 * progmodes/cc-engine.el (c-guess-basic-syntax):
7671 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
7672 `arglist-close'.
7673
7674 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
7675 situations for `arglist-cont-nonempty' and `arglist-close'.
7676
7677 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
7678
7679 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
7680 cc-bytecomp-boundp' in a number of places.
7681
7682 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
7683 macro related issue.
7684
7685 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7686
7687 * progmodes/cc-awk.el: Change the terminology of regexps: A char
7688 list is now [asdf], a char class [:alpha:].
7689 Include code for char classes.
7690 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
7691 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
7692
7693 Remove (nearly all of) the cruft associated with AWK Mode's former
7694 concept of "virtual semicolons":
7695
7696 Adapt c-beginning-of-statement, c-end-of-statement (together with
7697 subfunctions) to use the new notion of "virtual semicolon" in
7698 place of the old awkward special handling for AWK. There remains
7699 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
7700 * progmodes/cc-cmds.el:
7701 (c-ascertain-adjacent-literal): In the backwards direction, now
7702 recognises AWK regexp delimiters as string delimiters.
7703 (c-after-statement-terminator-p): Adapt for virtual semicolons;
7704 check more rigorously for "end of macro".
7705 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
7706 virtual semicolons;
7707 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
7708 out the code for forward movement into ...
7709 (c-end-of-statement): Now contains the code for forward movement,
7710 adapted for virtual semicolons.
7711
7712 * progmodes/cc-engine.el:
7713 (c-ws*-string-limit-regexp): New regexp.
7714 (c-forward-single-comment, c-backward-single-comment): Comment out
7715 the (now redundant) "special" AWK stuff.
7716
7717 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
7718 c-string-par-start, c-string-par-separate to be more like Text
7719 Mode than Fundamental Mode.
7720
7721 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7722
7723 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
7724 to the fontified region so that fontification doesn't occur
7725 outside it (could happen e.g. when fontifying a line with an
7726 unfinished declaration).
7727
7728 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7729
7730 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
7731 start of the file. ^L now separate sections of the file.
7732 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
7733 (c-awk-one-line-possibly-open-string-re)
7734 (c-awk-regexp-one-line-possibly-open-char-class-re)
7735 (c-awk-one-line-possibly-open-regexp-re)
7736 (c-awk-one-line-non-syn-ws*-re): New defonsts.
7737 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
7738
7739 Amend the concept of "virtual semicolons" (in the indentation
7740 engine) for languages like AWK, such that they are now
7741 conceptually attached to end of the last token of a statement, not
7742 the end of the line. (In AWK Mode, however, the pertinent text
7743 property is still physically set on the EOL.) Remove the specific
7744 tests for awk-mode, thus facilitating the introduction of other
7745 language modes where EOLs can end statements.
7746 (Note: The funtionality in cc-cmds.el, specifically
7747 c-beginning/end-of-statement has yet to be amended.)
7748
7749 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
7750 New macros.
7751
7752 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
7753 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
7754 c-vsemi-status-unknown-p-fn (in a new page).
7755
7756 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
7757 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
7758 numerous awkward forms like
7759 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
7760 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
7761 variable before-ws-ip, the place just after char-before-ip appears.
7762
7763 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
7764 a comment.
7765
7766 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7767
7768 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
7769 `c-tentative-buffer-changes'.
7770
7771 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
7772 convert to macro to choose between Emacs and XEmacs at compile time.
7773
7774 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
7775
7776 (c-tentative-buffer-changes): New macro to handle temporary buffer
7777 changes in a convenient way.
7778
7779 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
7780 for `c-tentative-buffer-changes'.
7781
7782 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
7783 the checks for paren sexps between the point and the keyword, to
7784 avoid some false alarms.
7785
7786 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
7787 Fixed a situation where an error could be thrown for unbalanced
7788 parens. Changed to make use of c-keyword-member' to avoid some
7789 repeated regexp matches.
7790
7791 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
7792 These language variable are no longer necessary.
7793
7794 (c-block-stmt-kwds): New language constant used by
7795 c-looking-at-inexpr-block'.
7796
7797 (c-guess-basic-syntax): Remove an optional check that looked at
7798 the existence of the now removed language variables.
7799
7800 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
7801 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
7802 object instantiation expressions as declarations in some contexts.
7803 This bug only affected languages where the declarator can't be
7804 enclosed in parentheses.
7805
7806 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
7807 insert newlines before and after substatement braces.
7808
7809 * progmodes/cc-engine.el: Improved the heuristics for recognizing
7810 function declaration headers and the handling of C++ style member
7811 init lists.
7812
7813 (c-just-after-func-arglist-p): Rewritten to use
7814 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
7815
7816 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
7817
7818 (c-guess-basic-syntax): Adapt case 5B for the new
7819 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
7820 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
7821 covers all cases now).
7822
7823 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
7824
7825 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7826
7827 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
7828 c-string-par-start/separate c-sentence-end-with-esc-eol,
7829 initialised in c-setup-paragraph-variables, used in string
7830 scanning subroutines of c-beginning-of-statement.
7831
7832 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
7833 which precedes the newly inserted `{'.
7834
7835 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7836
7837 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
7838 function for declaration level blocks. It should now cope with
7839 templates better and also be a lot more comprehensible.
7840
7841 (c-looking-at-decl-block): The new function.
7842
7843 (c-search-uplist-for-classkey): The old one. It's now a wrapper
7844 for compatibility.
7845
7846 (c-add-class-syntax, c-guess-continued-construct)
7847 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
7848
7849 (c-decl-block-key): Change to tell apart ambiguous and
7850 unambiguous keywords. Pike specials are now handled directly in
7851 the code instead.
7852
7853 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
7854 New language constants and variables to make the backward skip in
7855 `c-looking-at-decl-block' as tight as possible.
7856
7857 (c-nonsymbol-token-char-list): New language constant.
7858
7859 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
7860 find balanced template arglists backwards.
7861
7862 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
7863 making char classes for `c-syntactic-skip-backward'.
7864
7865 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
7866 16D - can't be a class-close at that point.
7867
7868 * progmodes/cc-engine.el (c-guess-basic-syntax)
7869 (c-add-class-syntax): Don't narrow out the enclosing declaration
7870 level. This makes everything a lot easier, and it was actually
7871 only four small places that needed it to work. Some places that
7872 previously did `widen' are removed now, which has the effect that
7873 `c-guess-basic-syntax' never will look at things outside the
7874 current narrowment now. The anchor position for `topmost-intro'
7875 is affected by this, but it was so bogus it was basically useless
7876 before, and now it's equally bogus but in a slightly different way.
7877
7878 (c-narrow-out-enclosing-class): Gone.
7879
7880 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
7881 the narrowed region.
7882
7883 (c-least-enclosing-brace): Remove silly optional argument.
7884
7885 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
7886 the point could be left directly after an open paren when finding
7887 the beginning of the first decl in the block.
7888
7889 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
7890 Specify which submatch to use.
7891
7892 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
7893
7894 (c-decl-start-re): No longer any need for special treatment of
7895 ObjC due to the above.
7896
7897 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
7898 presumably follows C in that regard.
7899
7900 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
7901 New language constants to specify operator tokens inside
7902 identifiers in a more high level way.
7903
7904 (c-opt-identifier-prefix-key): New internal language constant.
7905
7906 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
7907 (c-identifier-start, c-identifier-key): Now completely calculated
7908 from other constants.
7909
7910 (c-identifier-last-sym-match): Decommission since it's no longer used.
7911
7912 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
7913
7914 * progmodes/cc-engine.el (c-forward-name): Remove the
7915 optimization when c-identifier-key is equal to c-symbol-key since
7916 it doesn't work in byte compiled files. Don't record empty
7917 regions as identifiers.
7918
7919 * progmodes/cc-langs.el (c-filter-ops): New helper function to
7920 simplify access to `c-operators' and its likes.
7921
7922 (c-operator-list, c-all-op-syntax-tokens)
7923 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
7924 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
7925 (c-primary-expr-regexp, c-cast-parens): Use it.
7926
7927 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
7928 an explicit language in functions.
7929
7930 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
7931 variant of adornment.
7932
7933 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
7934 variable.
7935
7936 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
7937 the Pike value.
7938
7939 * progmodes/cc-engine.el (c-on-identifier)
7940 (c-simple-skip-symbol-backward): Small fix for handling "-"
7941 correctly in `skip-chars-backward'. Affected the operator lfun
7942 syntax in Pike.
7943
7944 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
7945 diagnostic message about precompiled language vars not being used.
7946
7947 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
7948 "__attribute__" is followed by a parenthesis.
7949
7950 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
7951 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
7952 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
7953
7954 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
7955 Internal cleanups to properly detect the declared identifiers in
7956 various declarations.
7957
7958 (c-decl-start-kwds): New language constant to recognize
7959 declarations that can start anywhere. Used for class declarations
7960 in Pike.
7961
7962 (c-specifier-key, c-not-decl-init-keywords)
7963 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
7964 (c-find-decl-spots): Implement `c-decl-start-kwds'.
7965
7966 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
7967 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
7968 handling of the compiler specific extension keywords into a new
7969 language constant `c-decl-hangon-kwds' that defines keyword
7970 clauses to be ignored in declarations.
7971
7972 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
7973 past unrecognized tokens when handling `c-colon-type-list-kwds'.
7974 Necessary to stop at the declared identifier in e.g. IDL valuetype
7975 declarations.
7976
7977 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
7978 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
7979 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
7980 (c-forward-decl-or-cast-1): Recognize the declared identifier in
7981 class and enum declarations as such and not as part of the type.
7982
7983 (c-forward-decl-or-cast-1, c-forward-label): Relax the
7984 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
7985
7986 (c-forward-decl-or-cast-1): Don't disregard sure signs of
7987 declarations when there's some syntax error later on.
7988
7989 (c-complex-decl-matchers): Did away with a reference to
7990 `c-specifier-key'.
7991
7992 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
7993 value - this variable is always dynamically bound.
7994
7995 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
7996 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
7997 * cc-cmds.el, cc-defs.el: Change the policy for marking up
7998 functions that might do hidden buffer changes: All such internal
7999 functions are now marked instead of those that don't.
8000
8001 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
8002 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
8003 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
8004 (c-literal-type): Allow these functions to make hidden buffer changes,
8005 so that they are free to use text property caching later on.
8006
8007 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
8008 (c-electric-brace, c-electric-slash, c-electric-star)
8009 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
8010 (c-electric-paren, c-electric-continued-statement, c-indent-command)
8011 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
8012 (c-context-line-break): Add `c-save-buffer-state' calls to comply
8013 with the changed semantics of the functions above.
8014
8015 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
8016 when macros occur in obscure places. Optimized the sexp movement
8017 a bit.
8018
8019 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8020
8021 Enhancements for c-beginning-of-statement to work in AWK Mode:
8022
8023 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
8024 (completed statement) with `}' (statement completed by closing
8025 brace or semicolon) and `$' (statement completed by EOL).
8026
8027 (c-awk-virtual-semicolon-ends-prev-line-p)
8028 (c-awk-virtual-semicolon-ends-line-p)
8029 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
8030 (c-awk-at-statement-end-p): New functions.
8031
8032 * progmodes/cc-cmds.el: Simplify the structure of functions
8033 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
8034 two functions and c-beginning-of-statement to handle AWK Mode.
8035
8036 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
8037 c-backward-single-comment for AWK mode. Attempt to clarify their
8038 doc-strings.
8039
8040 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
8041
8042 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8043
8044 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
8045 label handling. Labels are now recognized in a uniform and more
8046 robust way, regardless of context. Text properties are put on all
8047 labels to recognize the following declarations better.
8048 Multiword labels are handled both in indentation and fontification for
8049 the benefit of language extensions like Qt. For consistency, keywords
8050 in labels are now fontified with the label face instead.
8051 That also applies to "case" and "default".
8052
8053 (c-beginning-of-statement-1): Fix some bugs in the label
8054 handling. Disregard `c-nonlabel-token-key' in labels that begin
8055 with `c-label-kwds'.
8056
8057 (c-find-decl-spots): Support that the callback adds more
8058 `c-decl-end' spots to find.
8059
8060 (c-forward-decl-or-cast-1): Don't treat a list of plain
8061 identifiers followed by a colon as a declaration.
8062
8063 (c-forward-label): New function to recognize labels.
8064
8065 (c-guess-basic-syntax): Replace uses of `c-label-key' with
8066 `c-forward-label'. Moved the label recognition cases (14 and 15)
8067 earlier since they aren't so context sensitive now. Handle labels
8068 on the top level gracefully. Moved access label recognition to
8069 the generic label case (CASE 15) - removed CASE 5E.
8070
8071 (c-font-lock-declarations): Add recognition of labels in the
8072 same round since we need to handle labels in parallell with other
8073 declarations to recognize both accurately. It should also improve
8074 speed.
8075
8076 (c-simple-decl-matchers, c-basic-matchers-after):
8077 Move `c-font-lock-labels' so that it only is used on decoration level 2
8078 since `c-font-lock-declarations' handles it otherwise.
8079
8080 (c-complex-decl-matchers): Remove the simplistic recognition of
8081 access labels.
8082
8083 (c-decl-prefix-re): Remove the kludges that was necessary to cope
8084 with labels earlier.
8085
8086 (c-decl-start-re): New language variable to make
8087 `c-font-lock-declarations' stop for the special protection labels
8088 in Objective-C that start with `@'.
8089
8090 (c-label-key): Remove since it's no longer used.
8091
8092 (c-recognize-colon-labels, c-label-prefix-re): New language
8093 constants to support recognition of generic colon-terminated labels.
8094
8095 (c-type-decl-end-used): `c-decl-end' is now used whenever there
8096 are colon terminated labels.
8097
8098 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
8099 first argument starts with a special brace list.
8100
8101 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
8102 (c-font-lock-declarations): Break out the declaration and cast
8103 recognition from `c-font-lock-declarations' to a new function, so
8104 that it can be used in the indentation engine.
8105
8106 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
8107 up to the start of the literal. Fixed bug with the point on the
8108 wrong side of the search limit that could happen when the start
8109 position is inside a literal.
8110
8111 * progmodes/cc-engine.el (c-parse-state)
8112 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
8113 so that it's kept a little bit back to increase the hit rate.
8114
8115 (c-parse-state): Change the macro handling and fixed some
8116 glitches. Macro context is checked more often than necessary now,
8117 but otoh less garbage conses are generated.
8118
8119 * progmodes/cc-engine.el (c-parse-state)
8120 (c-invalidate-state-cache): Cache the last position where
8121 `c-state-cache' applies. This can speed up refontification quite
8122 a bit in blocks where there are many non-brace parens before the point.
8123
8124 (c-state-cache-end): New variable for this.
8125
8126 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
8127 cache variable.
8128
8129 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
8130 get close initial continue positions when the start position is
8131 inside a literal or macro. Do not call the callback for spots
8132 before the start position (which can happen e.g. for `c-decl-end'
8133 spots inside comments). Optimize better in special cases when the
8134 region is a single line inside a literal or macro (typically when
8135 the current line is refontified).
8136
8137 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
8138 to `c-add-stmt-syntax' - there's no need to explicitly whack off
8139 entries from the paren state.
8140
8141 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
8142 special case for "else if" clauses.
8143
8144 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
8145 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
8146
8147 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
8148 New language variable to recognize the gcc extension with statement
8149 blocks inside expressions.
8150
8151 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
8152 it somewhat more comprehensible. The argument AT-BLOCK-START is
8153 no longer used and hence removed.
8154
8155 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
8156 to `c-add-stmt-syntax'.
8157
8158 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8159 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
8160 This fixes bogus label recognition.
8161
8162 * progmodes/cc-engine.el (c-add-type, c-check-type)
8163 (c-forward-name, c-forward-type): Improve storage of template
8164 types in `c-found-types' so that they can be recognized better.
8165
8166 (c-syntactic-content): Add option to skip past nested parens.
8167
8168 * progmodes/cc-engine.el (c-forward-name):
8169 Set `c-last-identifier-range' all the time. It's less work that way.
8170 Handle that there might not be an identifier to store in
8171 `c-last-identifier-range'.
8172
8173 (c-forward-type): Handle that `c-last-identifier-range' might be
8174 nil from `c-forward-name'.
8175
8176 * progmodes/cc-defs.el (c-safe-scan-lists)
8177 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
8178
8179 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
8180 to work even if the form fails.
8181
8182 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
8183 down in a large file in one go.
8184
8185 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
8186
8187 * progmodes/cc-align.el (c-lineup-assignments): New lineup
8188 function which is like `c-lineup-math' but returns nil instead of
8189 `c-basic-offset' when it doesn't match.
8190
8191 (c-lineup-math): Change to use `c-lineup-assignments'.
8192
8193 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8194
8195 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
8196 c-beginning-of-statement. New subfunctions
8197 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
8198
8199 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8200
8201 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
8202 hardcoded char classes whereever possible. Changed a couple of
8203 places to use skip by syntax instead of skip by char class.
8204
8205 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
8206 Fix a bug in the regexp that caused extreme backtracking.
8207
8208 * progmodes/cc-langs.el (c-block-comment-starter)
8209 (c-block-comment-ender): New language constants to specify in a
8210 single place how block comments look.
8211
8212 (c-comment-start-regexp, c-block-comment-start-regexp)
8213 (comment-start, comment-end, comment-start-skip)
8214 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
8215 (c-syntactic-ws, c-nonempty-syntactic-ws)
8216 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
8217 `c-line-comment-starter', `c-block-comment-starter' and
8218 `c-block-comment-ender'.
8219
8220 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
8221 New language constants to break up things a bit.
8222
8223 (c-simple-ws): New language constant for simple whitespace.
8224
8225 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
8226
8227 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
8228 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
8229 newlines. Allow and ignore nil elements in the list.
8230
8231 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8232
8233 * progmodes/cc-cmds.el: Comment out a (n almost certainly
8234 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
8235
8236 * progmodes/cc-cmds.el: Tidy up the comments in
8237 c-beginning-of-statement and subfunctions.
8238
8239 * progmodes/cc-awk.el: Replace calls to put-text-property to the
8240 more flexible c-put-char-property and c-clear-char-properties.
8241 Add the author's email address.
8242
8243 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
8244
8245 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
8246 closing "*/" of a block comment.
8247
8248 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
8249 subfunctions) so that it works at BOB and EOB.
8250
8251 * progmodes/cc-cmds.el, cc-vars.el: More updating of
8252 c-beginning-of-statement, including new variable
8253 c-block-comment-start-regexp.
8254
8255 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8256
8257 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
8258 symbols from `*-font-lock-extra-types' so that there's no need to
8259 use `regexp-opt' on those lists.
8260
8261 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
8262 `c-type-modifier-kwds' is empty.
8263
8264 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
8265 there are several strings on the same line.
8266
8267 * progmodes/cc-engine.el (c-literal-limits): Remove the
8268 compatibility function for older emacsen. `c-literal-limits-fast'
8269 has now taken the place of this function.
8270
8271 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
8272 with older emacsen: We now require `pps-extended-state'.
8273
8274 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8275
8276 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
8277 which obviates the need to hack sentence-end. This now handles
8278 escaped newlines in strings correctly. Correct minor bugs in
8279 c-move-over-sentence and in c-beginning-of-statement.
8280
8281 * progmodes/cc-cmds.el (c-beginning-of-statement (and
8282 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
8283 that movement over macros and code are rigorously separated from
8284 eachother. Correct a few incidental bugs.
8285
8286 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
8287 Improve its doc-string. Improve the handling of certain specific cases.
8288
8289 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8290
8291 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
8292 (c-guess-basic-syntax): Change the way class-level labels are
8293 recognized; they can now contain essentially any symbols.
8294
8295 (c-opt-extra-label-key): New language variable to cope with the
8296 special protection label syntax in Objective-C.
8297
8298 (c-opt-access-key): Remove; this is now handled better by
8299 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
8300
8301 (c-complex-decl-matchers): Update to handle that
8302 `c-opt-access-key' no longer exists.
8303
8304 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
8305 improved label recognition in `c-beginning-of-statement-1'.
8306
8307 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
8308 Recognize bitfields better.
8309
8310 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
8311 Remove some cruft and fixed a bug that could cause it to go to a
8312 position further down.
8313
8314 * progmodes/cc-langs.el, cc-engine.el
8315 (c-beginning-of-statement-1): Improve detection of labels in
8316 declaration contexts.
8317
8318 (c-beginning-of-decl-1): Use it.
8319
8320 (c-nonlabel-token-key): New language constant and variable needed
8321 by `c-beginning-of-statement-1'.
8322
8323 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
8324 manifested itself due to the correction in `c-forward-sexp'.
8325
8326 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
8327 Make these behave as documented when used at the buffer limits.
8328
8329 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
8330 (c-type-decl-end-used): Made this a language variable.
8331
8332 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
8333 correctly when `combine-after-change-calls' is used together with
8334 temporary narrowings.
8335
8336 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8337 Report labels correctly when the start point is immediately after the
8338 colon.
8339
8340 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
8341 Remove since it isn't used anymore.
8342
8343 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
8344 bracket arglists such as template parens in C++.
8345
8346 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
8347 in the last check-in. Some optimization.
8348
8349 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
8350 where it could stop at the same level in a preceding sexp when
8351 PAREN-LEVEL is set.
8352
8353 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
8354 text property lookup only when it's needed.
8355
8356 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
8357 Change the policy for paren marked angle brackets to be more
8358 persistent; once marked they remain marked even when they're found
8359 to be unbalanced in the searched region. This should keep the
8360 paren syntax around even when individual lines are refontified in
8361 multiline template arglists.
8362
8363 (c-parse-and-markup-<>-arglists): New dynamically bound variable
8364 to control markup so that incorrect angle bracket arglists aren't
8365 marked in contexts where the correct value for
8366 `c-disallow-comma-in-<>-arglists' isn't known.
8367
8368 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
8369 argument has become `c-parse-and-markup-<>-arglists'.
8370
8371 (c-remove-<>-arglist-properties): Remove - no longer used.
8372
8373 (c-after-change-check-<>-operators): New function used on
8374 `after-change-functions' to avoid that "<" and ">" characters that
8375 are part of longer operators have paren syntax.
8376
8377 (c-<>-multichar-token-regexp): New language variable used by
8378 `c-after-change-check-<>-operators'.
8379
8380 (c-after-change): Call `c-after-change-check-<>-operators'.
8381
8382 (c-font-lock-<>-arglists): Use the context properties set by
8383 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
8384 correctly to avoid doing invalid markup.
8385
8386 (c-font-lock-declarations): Remove code that undoes the invalid
8387 markup done by `c-font-lock-<>-arglists'.
8388
8389 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
8390 after `c-font-lock-declarations'.
8391
8392 * progmodes/cc-engine.el (c-syntactic-skip-backward):
8393 Add paren-level feature.
8394
8395 (c-guess-basic-syntax): Improve the anchor position for
8396 `template-args-cont' in nested template arglists. There's still
8397 much to be desired in this area, though.
8398
8399 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8400
8401 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
8402 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
8403
8404 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8405
8406 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
8407 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
8408
8409 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
8410 it doesn't work no longer are supported.
8411
8412 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
8413 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
8414 requires support for the syntax-table' text property, which rules
8415 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
8416 cruft associated with those versions.
8417
8418 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
8419 for the `syntax-table' text property, which rules out Emacs 19 and
8420 XEmacs < 21.4. Removed various compatibility cruft associated
8421 with those versions.
8422
8423 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
8424 support for the `syntax-table' text property.
8425
8426 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
8427 variable and use an extra quoted face name instead. All the
8428 emacsen flavors handle that correctly.
8429
8430 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
8431 (c-font-lock-declarators, c-font-lock-declarations)
8432 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
8433 property to mark the items in in declarator lists to handle
8434 refontification inside multiline declarations better.
8435
8436 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
8437 construct like "a * b = c;" as a declaration.
8438
8439 2005-12-08 Kim F. Storm <storm@cua.dk>
8440
8441 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
8442 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
8443 select either meta, hyper, or super modifier for rectangle commands.
8444 (cua--rectangle-modifier-key): New defvar.
8445 (cua--M/H-key): Use it. Remove special case for `space'.
8446 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
8447 on X, to meta otherwise. Always bind C-return to toggle
8448 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
8449
8450 * emulation/cua-rect.el (cua-help-for-rectangle):
8451 Use cua--rectangle-modifier-key. Handle super modifier too.
8452 (cua--init-rectangles): Always bind C-return to toggle rectangle.
8453 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
8454
8455 * ido.el: Move Acknowledgements and History after Commentary.
8456 Minor changes to Commentary.
8457
8458 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
8459 keymap if cua--prefix-override-timer is `shift'.
8460 (cua--shift-control-prefix): New function; emulate "type prefix
8461 key twice" functionality to handle shifted prefix key override.
8462 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
8463 New commands.
8464 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
8465
8466 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
8467
8468 * textmodes/org.el (org-insert-heading): Try to do items before
8469 headings.
8470 (org-agenda-mode): Quote `org-agenda-mode-hook'.
8471 (org-insert-item): New function.
8472 (org-renumber-ordered-list): Don't skip to higher level lists.
8473
8474 2005-12-08 Juri Linkov <juri@jurta.org>
8475
8476 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
8477
8478 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
8479
8480 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
8481
8482 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
8483 the constructed function name fun-1.
8484
8485 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
8486 because such links don't lead to parent documentation.
8487
8488 2005-12-08 Kenichi Handa <handa@m17n.org>
8489
8490 * descr-text.el (describe-char): Use *Help-2* buffer if the
8491 current buffer is *Help*. Call describe-text-properties while
8492 setting the original buffer.
8493
8494 2005-12-07 Bill Wohler <wohler@newt.com>
8495
8496 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
8497 and causes problems with non-MH users (such as Gnus users).
8498
8499 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
8500
8501 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
8502 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
8503 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
8504 command "info sources". Move calls to GDB command "list".
8505 (gdb-find-file-hook): Just use gdb-source-file-list.
8506 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
8507 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
8508 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
8509 (gdb-data-list-register-values-handler): Use correct trigger name.
8510
8511 2005-12-07 Kim F. Storm <storm@cua.dk>
8512
8513 * ido.el (ido-completion-map): Rename from ido-mode-map.
8514 (ido-common-completion-map, ido-file-completion-map)
8515 (ido-file-dir-completion-map, ido-buffer-completion-map):
8516 Rename from ido-mode-....-map.
8517 (ido-init-completion-maps): Rename from ido-init-mode-maps.
8518 (ido-setup-completion-map): Rename from ido-define-mode-map.
8519 (ido-read-internal): Bind minibuffer-local-filename-completion-map
8520 to ido-completion-map.
8521
8522 2005-12-07 Kenichi Handa <handa@m17n.org>
8523
8524 * international/mule-cmds.el
8525 (set-display-table-and-terminal-coding-system): If the coding
8526 system specified in `unibyte-display' property is different from
8527 the arg coding-system, don't setup standard-display-table.
8528
8529 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8530
8531 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
8532 that comments end at \n, regardless of selective-display.
8533
8534 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
8535
8536 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
8537 (gdb-version): New variables.
8538 (gdb-source-file-list, gdb-register-names)
8539 (gdb-changed-registers): New variables for use with GDB 6.4+.
8540 (gdb-ann3): Replace with...
8541 (gdb-init-1, gdb-init-2): ...two new functions.
8542 (gdba, gdb-prompt): Call gdb-init-1.
8543 (gdb-get-version): New function. Call gdb-init-2 from here.
8544 (gud-watch): Make it work with mouse events too.
8545 (gdb-post-prompt): Don't add to queue until GDB version is known.
8546 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
8547 (gdb-locals-mode): Use gdb-version.
8548 (gdb-memory-format-map, gdb-memory-unit-map)
8549 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
8550 (gdb-locals-font-lock-keywords-1)
8551 (gdb-locals-font-lock-keywords-2): New variables.
8552 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
8553 (gdb-set-gud-minor-mode-existing-buffers-1)
8554 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
8555 (gdb-var-update-1, gdb-var-update-handler-1)
8556 (gdb-data-list-register-values-handler)
8557 (gdb-data-list-register-values-custom)
8558 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
8559 (gdb-stack-list-locals-handler, gdb-get-register-names):
8560 New functions for use with GDB 6.4+.
8561 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
8562 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
8563 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
8564 (gdb-stack-list-locals-regexp)
8565 (gdb-data-list-register-names-regexp): New regexps for use with
8566 GDB 6.4+.
8567
8568 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8569
8570 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
8571
8572 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
8573
8574 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
8575 prompts work for AUTH PLAIN. Also reported by Steve Allan
8576 <seallan@verizon.net>.
8577
8578 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8579
8580 * frame.el (set-frame-parameter): Add doc string.
8581
8582 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
8583
8584 * textmodes/org.el (org-occur-highlights): New variable.
8585 (org-highlight-new-match, org-remove-occur-highlights): New functions.
8586 (org-highlight-sparse-tree-matches): New option.
8587 (org-do-occur): New function.
8588 (org-get-heading): Make it work also at beginning of line.
8589 (org-category-table): New variable.
8590 (org-get-category-table, org-get-category)
8591 (org-camel-to-words, org-link-search): New functions.
8592 (org-select-this-todo-keyword): New variable.
8593 (org-todo-list): New command.
8594 (org-shiftright, org-shiftleft): New commands.
8595 (org-agenda-todo): Add prefix argument.
8596 (org-show-hierarchy-above): New option.
8597 (org-show-todo-tree): Numerical prefix creates tree for specific
8598 TODO keyword.
8599 (org-outline-level): New function, to assign a level to plain
8600 lists items.
8601 (org-cycle-include-plain-lists): New option.
8602 (org-mode): Use `org-outline-level' as value of `outline-level'.
8603 (org-cycle): Temporarily switch `outline-regexp' if
8604 `org-cycle-include-plain-lists' is non-nil.
8605 (org-start-icalendar-file): Fix format bug.
8606 (org-agenda-get-day-entries): Create category table.
8607 (org-agenda-get-todos, org-agenda-get-timestamps)
8608 (org-agenda-get-deadlines, org-agenda-get-scheduled)
8609 (org-agenda-get-blocks): Use `org-get-category'.
8610 (org-context-in-file-links): Rename from
8611 `org-line-numbers-in-file-links'.
8612
8613 2005-12-06 Romain Francoise <romain@orebokech.com>
8614
8615 * window.el (balance-windows): Delete extraneous third arg in call
8616 to `enlarge-window'.
8617
8618 2005-12-06 Kenichi Handa <handa@m17n.org>
8619
8620 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
8621
8622 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
8623
8624 * progmodes/gdb-ui.el (gdb-var-create-handler)
8625 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
8626 (gdb-var-list-children-handler, gdb-var-update-handler):
8627 Current buffer is already gdb-partial-output-buffer, don't
8628 make it current again.
8629
8630 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
8631
8632 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
8633 (list-buffers-noselect): Use it.
8634
8635 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8636
8637 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
8638 (mail-yank-ignored-headers): Use regexp-opt.
8639 (mail-mode-map): Move initialization into declaration.
8640 (mail-sent-via): Remove unused shadowed var `to-line'.
8641 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
8642 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
8643 (mail-do-fcc): Use dolist and push.
8644 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
8645 (mail-yank-ignored-headers): Don't autoload.
8646
8647 2005-12-05 Kenichi Handa <handa@m17n.org>
8648
8649 * international/mule-cmds.el (set-language-info-internal): New fun.
8650 (set-language-info): Call set-language-info-internal to update
8651 language-info-alist. If LANG-ENV is the current one, call
8652 set-language-environment to make INFO effective now.
8653 (set-language-info-alist): Likewise.
8654 (locale-language-names): With locale "en", use English
8655 lang. env. but set the default codings to iso-8859-1.
8656
8657 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
8658
8659 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
8660 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
8661 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
8662 for plain strings.
8663 (gdb-frames-mode): Remove redundant call to font-lock-mode.
8664 (gdb-all-registers): Rename from toggle-gdb-all-registers.
8665 Create registers buffer if necessary. Echo new state in minibuffer.
8666 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
8667
8668 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
8669
8670 * info.el (Info-fontify-node): Match external links using
8671 non-directory part of filename.
8672
8673 2005-12-04 Juri Linkov <juri@jurta.org>
8674
8675 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
8676 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
8677 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
8678 because there is no customization option for it.
8679
8680 * font-lock.el (lisp-font-lock-keywords-1):
8681 Add define-global-minor-mode.
8682
8683 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
8684
8685 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
8686 properties on the constructed variable names.
8687
8688 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8689 Put `definition-name' properties on the constructed function names
8690 next-sym and prev-sym.
8691
8692 * emacs-lisp/find-func.el (find-function-regexp):
8693 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
8694 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
8695 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
8696 and easy-menu-define.
8697
8698 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
8699 easy-mmode-define-global-mode and define-global-minor-mode.
8700 (lisp-imenu-generic-expression): Add define-global-minor-mode.
8701
8702 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
8703 instead of easy-mmode-define-global-mode.
8704
8705 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8706 Use define-minor-mode instead of easy-mmode-define-minor-mode.
8707
8708 * cus-edit.el (customize-group, customize-group-other-window):
8709 Filter out autoloaded options from the group completion list by
8710 using heuristics that autoloaded groups don't have `custom-autoload'
8711 property on their symbols (they have only `custom-loads').
8712
8713 * simple.el (completion-setup-function): Put completions-common-part
8714 face on complete completion string too (i.e. completion string
8715 without completions-first-difference face).
8716
8717 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
8718
8719 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8720
8721 * view.el (view-mode): Doc fix.
8722
8723 * disp-table.el (standard-display-european): Add to the warning
8724 message a reference to the doc string.
8725
8726 * play/yow.el (apropos-zippy): Call print-help-return-message,
8727 similar to other Help and Apropos commands.
8728
8729 * help.el (print-help-return-message): If pop-up-frames is
8730 non-nil, set up help-return-method to delete the help window and,
8731 possibly, its frame as well, and don't display message about
8732 scrolling the help window. Doc fix.
8733 (help-return-method): Doc fix.
8734
8735 2005-12-03 Martin Rudalics <rudalics@gmx.at>
8736
8737 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
8738 whereby names of length one or names starting with a
8739 symbol-constituent character would not be returned.
8740
8741 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8742
8743 * subr.el (atomic-change-group): Add edebug and indentation spec.
8744
8745 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8746
8747 * completion.el (save-completions-file-name): Fix typo in last change.
8748
8749 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8750
8751 * info.el: Move back/forward history to the beginning of the tool bar.
8752
8753 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
8754
8755 * allout.el (eval-when-compile): Remove unnecessary load of cl.
8756 Add fset of allout-real-isearch-abort during compile to fix
8757 byte-compilation warnings.
8758 (allout-mode-p): Move definition of this macro above all uses, or
8759 byte compilation in barren emacs (eg, during emacs build) will
8760 lack the definition.
8761 (allout-mode): Move this variable above any uses, or byte
8762 compilation will fail.
8763 (allout-resolve-xref): Remove use of personal file-reference function.
8764 (allout-toggle-current-subtree-encryption): Do the current (ie,
8765 visible containing) topic, rather than nearest around point. Doc fix.
8766 (allout-toggle-subtree-encryption): New function, workhorse that
8767 works on nearest topic containing point.
8768 (allout-encrypt-string): Signal requirement for newer version of pgg.
8769 (allout-resumptions): Doc fix.
8770
8771 2005-12-02 Eli Zaretskii <eliz@gnu.org>
8772
8773 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
8774
8775 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
8776
8777 * textmodes/flyspell.el (flyspell-external-point-words):
8778 Consider a misspelling as found in the string search if: (a) misspelling
8779 and found string lengths match, or (b) misspelling is found as
8780 element in a boundary-chars separated longer string, or (c)
8781 ispell-program-name is really ispell and misspelling is found as
8782 part of a TeX string. After successful match move beginning of
8783 search region to end of match. Warn about not found misspellings
8784 once the process is done.
8785 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
8786
8787 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
8788
8789 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
8790 tool bar (removed inadvertently).
8791
8792 2005-12-02 Juri Linkov <juri@jurta.org>
8793
8794 * log-view.el (log-view-diff): Clarify doc string.
8795
8796 2005-12-01 Bill Wohler <wohler@newt.com>
8797
8798 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
8799 triggers lm-verify errors.
8800
8801 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
8802
8803 * simple.el (transient-mark-mode, line-number-mode)
8804 (column-number-mode, size-indication-mode): Remove `:require nil'.
8805
8806 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
8807
8808 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
8809 in the margin also.
8810 (gdb-breakpoints-mode-map): Use D instead of d for
8811 gdb-delete-breakpoint.
8812 (gdb-get-frame-number): Require a number to match on.
8813 (gdb-threads-mode-map): Add follow-link binding.
8814
8815 2005-11-30 Jason Rumney <jasonr@gnu.org>
8816
8817 * isearch.el (isearch-mode-map): Avoid exiting search on
8818 language-change event.
8819
8820 2005-11-30 Romain Francoise <romain@orebokech.com>
8821
8822 * speedbar.el (speedbar-default-position): New defcustom.
8823 (speedbar-frame-reposition-smartly): Use it.
8824
8825 * dframe.el (dframe-reposition-frame-emacs): Fix position
8826 computation for `left' location.
8827 Update copyright year.
8828
8829 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8830
8831 * help.el (help-map): Move initialization into declaration.
8832
8833 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
8834
8835 * help-fns.el (help-argument-name): Don't autoload.
8836 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
8837 to be re-loaded when customizing the `help' group.
8838
8839 2005-11-30 John Paul Wallington <jpw@gnu.org>
8840
8841 * help-fns.el (describe-function-1): Fill arglist output.
8842
8843 2005-11-30 Kim F. Storm <storm@cua.dk>
8844
8845 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
8846 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
8847 after revert-buffer (or anything else which kills all local variables).
8848
8849 * apropos.el (apropos-parse-pattern): Doc fix.
8850 Set apropos-regexp directly, rather than expecting callers to do so.
8851 (apropos-command, apropos, apropos-value, apropos-documentation):
8852 Simplify calls to apropos-parse-pattern.
8853
8854 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
8855
8856 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
8857 (hi-lock-face-phrase-buffer): Use hi-yellow face.
8858 (hi-lock-write-interactive-patterns): Use comment-region.
8859
8860 * longlines.el (longlines-mode): Add mail-setup-hook.
8861
8862 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
8863
8864 * simple.el (sendmail-user-agent-compose, next-line):
8865 Conditionally use hard-newline.
8866
8867 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8868
8869 * international/latexenc.el (latex-inputenc-coding-alist):
8870 Reword doc string.
8871
8872 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
8873
8874 * help.el (describe-key-briefly, describe-key): Recognize default
8875 bindings.
8876
8877 2005-11-29 Romain Francoise <romain@orebokech.com>
8878
8879 * view.el (view-inhibit-help-message): New defcustom.
8880 (view-mode-enter): Use it.
8881
8882 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
8883
8884 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
8885 Preserve user position.
8886
8887 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
8888
8889 * font-lock.el: Throw error if facemenu is not loaded to prevent
8890 accidental change of loading order in loadup.el. (Suggested by RMS.)
8891
8892 * loadup.el: Add comment explaining why facemenu must be loaded
8893 before font-lock.
8894
8895 2005-11-28 Jay Belanger <belanger@truman.edu>
8896
8897 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
8898 (calc-dispatch-map): Add more keys for `calc-same-interface'.
8899
8900 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
8901
8902 * calc/calc-embed.el (calc-do-embedded): Update help message.
8903
8904 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
8905
8906 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8907
8908 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
8909
8910 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
8911 called-interactively-p.
8912 (elp-profilable-p): Rename from elp-not-profilable-p.
8913 Invert result and take into account macros and autoloaded functions.
8914 (elp-instrument-function): Update call.
8915 (elp-instrument-package): Update call. Add completion.
8916 (elp-pack-number): Use match-string.
8917 (elp-results-jump-to-definition-by-mouse): Merge into
8918 elp-results-jump-to-definition and then remove.
8919 (elp-output-insert-symname): Make help echo text single-line.
8920
8921 * replace.el (query-replace-map): Move initialization into declaration.
8922 (occur-engine): Use with-current-buffer.
8923 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
8924 (occur-mode-mouse-goto): Replace with an alias.
8925
8926 2005-11-28 Juri Linkov <juri@jurta.org>
8927
8928 * simple.el (quoted-insert): Let-bind input-method-function to nil.
8929
8930 * term/w32-win.el: Bind [S-tab] to [backtab].
8931
8932 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
8933 `Info-find-file' to t.
8934
8935 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
8936 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
8937 and same-window-regexps.
8938 (occur-next-error): Don't move point for arg 0.
8939
8940 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
8941
8942 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
8943
8944 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8945
8946 * log-edit.el (log-edit-changelog-use-first): New var.
8947 (log-edit-changelog-ours-p): Use it.
8948 (log-edit-insert-changelog): Set it with new arg `use-first'.
8949 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
8950 (log-edit-hook): Add them to the list of suggested options.
8951
8952 * textmodes/flyspell.el (flyspell-last-buffer): New var.
8953 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
8954 redundant work.
8955 (flyspell-mode-on): Use add-hook for after-change-functions.
8956 (flyspell-mode-off): Use remove-hook for after-change-functions.
8957 (flyspell-changes): Make it buffer-local.
8958 (flyspell-after-change-function): Make it non-interactive. Use push.
8959 (flyspell-post-command-hook): Check input-pending-p while processing
8960 the potentially long list of buffer changes.
8961
8962 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8963
8964 * buff-menu.el (list-buffers-noselect): Display the selected
8965 frame's buffer list, not the global one.
8966
8967 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
8968
8969 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
8970 that (list last-input-event) works as in interactive spec.
8971
8972 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8973
8974 * loadup.el ("facemenu"): Load facemenu before font-lock, because
8975 `facemenu-keymap' needs to be defined when font-lock is loaded.
8976 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
8977
8978 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
8979
8980 * completion.el: Remove useless leading * in defcustom docstrings.
8981 (save-completions-file-name): Use ~/.emacs.d if available.
8982 (completion-standard-syntax-table): Rename from
8983 cmpl-standard-syntax-table and fold initialization into declaration,
8984 thus removing cmpl-make-standard-completion-syntax-table.
8985 (completion-lisp-syntax-table, completion-c-syntax-table)
8986 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
8987 (cmpl-saved-syntax, cmpl-saved-point): Remove.
8988 (symbol-under-point, symbol-before-point)
8989 (symbol-under-or-before-point, symbol-before-point-for-complete)
8990 (add-completions-from-c-buffer): Use with-syntax-table.
8991 (make-completion): Don't return a list of completion entries.
8992 Update callers.
8993 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
8994 (completion-initialize): Rename from initialize-completions.
8995 (completion-find-file-hook): Rename from cmpl-find-file-hook.
8996 (kill-emacs-save-completions): Collect stats here.
8997 (save-completions-to-file, load-completions-from-file):
8998 Use with-current-buffer.
8999 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
9000 into a function. Move all calls to toplevel.
9001 (completion-lisp-mode-hook): New fun.
9002 (completion-c-mode-hook, completion-setup-fortran-mode):
9003 Set the syntax-table here. Use local-set-key.
9004 (completion-saved-bindings): New var.
9005 (dynamic-completion-mode): Make it into a proper minor mode.
9006 (load-completions-from-file): Remove unused var `num-uses'.
9007
9008 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
9009 constructor if it is explicitly overridden.
9010
9011 * complete.el (PC-completion-as-file-name-predicate):
9012 Use minibuffer-completing-file-name.
9013 (partial-completion-mode): Use find-file-not-found-functions.
9014 (PC-lisp-complete-symbol): Use with-syntax-table.
9015 (PC-look-for-include-file): Remove dead setq.
9016 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
9017 (PC-complete): Use with-current-buffer.
9018
9019 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
9020 escape single quotes.
9021
9022 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9023
9024 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
9025 of `if' whose condition always returned nil. Doc fix.
9026
9027 * buff-menu.el (Buffer-menu-revert-function): Make the selected
9028 window's buffer the current buffer around the call to
9029 `list-buffers-noselect'. This is necessary to mark that buffer
9030 with a `.' in the Buffer Menu when called from Lisp, for instance
9031 by Auto Revert Mode.
9032
9033 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9034
9035 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
9036 attaching to it.
9037 (gdb-pre-prompt): Make sure gdb-error is reset.
9038
9039 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
9040 with a child process, detect it.
9041 (gud-speedbar-buttons): Match regexp more carefully.
9042
9043 2005-11-27 Richard M. Stallman <rms@gnu.org>
9044
9045 * mouse.el (mouse-drag-move-window-bottom):
9046 Use adjust-window-trailing-edge.
9047
9048 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9049
9050 * simple.el (blink-matching-open): Ignore
9051 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
9052 (blink-matching-paren-on-screen): Update docstring.
9053
9054 * paren.el (show-paren-mode): No longer change
9055 `blink-matching-paren-on-screen'.
9056
9057 2005-11-27 John Paul Wallington <jpw@pobox.com>
9058
9059 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9060 (gdb-threads-select, gdb-edit-register-value):
9061 Use `posn-set-point' instead of `mouse-set-point' because the
9062 latter is not fbound when configured without X.
9063
9064 2005-11-27 Kim F. Storm <storm@cua.dk>
9065
9066 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
9067 existing face when partially highlighting a TAB in a rectangle.
9068
9069 2005-11-26 Kim F. Storm <storm@cua.dk>
9070
9071 * ido.el (ido-mode-map): Doc fix.
9072 (ido-mode-common-map, ido-mode-file-map)
9073 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
9074 (ido-define-mode-map): Rewrite. Select one of the new maps as
9075 parent for ido-mode-map instead of building from scratch.
9076 (ido-init-mode-maps): New defun to initialize new maps.
9077 (ido-mode): Call it.
9078 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
9079 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
9080
9081 2005-11-26 John Paul Wallington <jpw@pobox.com>
9082
9083 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
9084 `mouse-set-point' because the latter is not fbound when configured
9085 without X.
9086
9087 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9088
9089 * files.el (file-relative-name): Doc fix.
9090
9091 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
9092
9093 * progmodes/octave-inf.el (inferior-octave-startup): Force a
9094 non-empty string for secondary prompt PS2.
9095
9096 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9097
9098 * progmodes/compile.el (compilation-setup): Fix last change.
9099
9100 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
9101
9102 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9103 (gdb-mouse-toggle-breakpoint-margin)
9104 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
9105 Add gdb-server-prefix to keep out of command history.
9106 (gdb-edit-register-value): New function.
9107 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
9108 (gdb-info-registers-custom): Use above map.
9109
9110 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9111
9112 * custom.el (enable-theme): Signal error if argument is not a
9113 theme. Don't recalculate a face if it's not loaded yet.
9114
9115 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
9116 the `user' theme is in effect.
9117
9118 * info.el (Info-on-current-buffer): Record actual filename in
9119 Info-current-file, instead of t, or a fake filename if a non-file
9120 buffer. Make autoload.
9121 (Info-find-node, Info-revert-find-node): No need to check for
9122 Info-current-file nil.
9123 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
9124 Info-current-file is now never `t'.
9125 (Info-fontify-node): Many simplifications due to Info-current-file
9126 always being valid. Use Info-find-file to find node filename.
9127
9128 2005-11-25 David Kastrup <dak@gnu.org>
9129
9130 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
9131 new character, then delete" in order to preserve markers.
9132
9133 2005-11-25 David Ponce <david@dponce.com>
9134
9135 * recentf.el (recentf-arrange-by-rule): Handle a special
9136 `auto-mode-alist'-like "strip suffix" rule.
9137 (recentf-build-mode-rules): Handle second level auto-mode entries.
9138
9139 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
9140
9141 * viper-keym.el (viper-ESC-key): Use different values in terminal and
9142 window modes.
9143
9144 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
9145 jde-javadoc-checker-report-mode.
9146
9147 * ediff-wind (ediff-make-wide-display): Slight simplification.
9148
9149 * ediff.el (ediff-date): Change the date of last update.
9150
9151 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
9152
9153 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
9154 Use define-minor-mode, and make it a local mode. Turn on font-lock.
9155 (hi-lock-mode): New global minor mode.
9156 (turn-on-hi-lock-if-enabled): New function.
9157 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
9158 Change arguments to regexp and face instead of a font-lock pattern.
9159 Directly set face property, instead of refontifying.
9160 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
9161 (hi-lock-find-patterns): Use line-number-at-pos.
9162
9163 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
9164 arguments for hi-lock-set-pattern.
9165 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
9166 Call font-lock-fontify-buffer.
9167 (hi-lock-find-file-hook, hi-lock-current-line)
9168 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
9169
9170 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
9171 turned off.
9172
9173 * progmodes/compile.el (compilation-setup): Don't fiddle with
9174 font-lock-defaults.
9175
9176 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
9177
9178 * progmodes/gdb-ui.el (gdb-var-create-handler)
9179 (gdb-var-list-children-handler): Find values for all variable
9180 objects. gud-speedbar-buttons decides whether to display them.
9181
9182 2005-11-24 Romain Francoise <romain@orebokech.com>
9183
9184 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
9185 buffer name with a space.
9186
9187 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9188
9189 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
9190 `org-export-local-list-max-depth'. Change default value to 3.
9191 (org-auto-renumber-ordered-lists)
9192 (org-plain-list-ordered-item-terminator): New options.
9193 (org-at-item-p, org-beginning-of-item, org-end-of-item)
9194 (org-get-indentation, org-get-string-indentation)
9195 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
9196 New functions.
9197 (org-move-item-down, org-move-item-up): New commands.
9198 (org-export-as-html): New classes for CSS support. Bug fix in
9199 regular expression detecting fixed-width regions. Respect
9200 `org-local-list-ordered-item-terminator'.
9201 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
9202 also a list item.
9203 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
9204 New item moving functions.
9205
9206 2005-11-24 Juri Linkov <juri@jurta.org>
9207
9208 * isearch.el (isearch-repeat): With empty search ring set
9209 `isearch-error' to the error string instead of signaling error
9210 with the function `error'.
9211
9212 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9213
9214 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
9215
9216 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
9217
9218 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
9219 and variable.
9220 (gdb-var-create-handler, gdb-var-list-children-handler):
9221 Don't match on "char **...".
9222 (gdb-var-update-handler): Find values for all variable objects.
9223 (gdb-info-frames-custom): Identify frames by leading "#".
9224
9225 * progmodes/gud.el (gud-speedbar-menu-items): Add
9226 gdb-speedbar-auto-raise as radio button.
9227 (gud-speedbar-buttons): Raise speedbar if requested.
9228 Don't match on "char **...".
9229 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
9230 Make it editable.
9231
9232 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
9233
9234 * info.el (Info-fontify-node): Handle the case where
9235 Info-current-file is t.
9236
9237 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9238
9239 * simple.el (blink-matching-open): Fix off-by-one in last change.
9240
9241 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9242
9243 * term/mac-win.el: Don't change default directory.
9244
9245 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
9246
9247 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
9248 buffers correctly. (It used to throw an error in such buffers.)
9249 Make it ask for confirmation in group buffers and other Custom
9250 buffers containing more than one customization item.
9251
9252 2005-11-22 John Paul Wallington <jpw@gnu.org>
9253
9254 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
9255 property on mail and url overlays.
9256 (goto-address-at-point): Use `posn-set-point' instead of
9257 `mouse-set-point' because the latter is not fbound when configured
9258 without X.
9259
9260 2005-11-22 Lars Hansen <larsh@soem.dk>
9261
9262 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
9263 (ls-lisp-classify, ls-lisp-format): Delete call to
9264 ls-lisp-parse-symlink.
9265 (ls-lisp-handle-switches): Handle symlinks to directories as
9266 directories when ls-lisp-dirs-first in non-nil.
9267
9268 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
9269
9270 * startup.el (command-line): Make sure that loaddefs.el is handled
9271 correctly in load-history.
9272
9273 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
9274
9275 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
9276 (gdb-struct-string, gdb-array-string): New constants.
9277 (gdb-info-locals-handler): Use them.
9278 (gdb-reset): Reset gdb-var-list to nil.
9279
9280 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9281
9282 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
9283 in patterns.
9284
9285 2005-11-21 Juri Linkov <juri@jurta.org>
9286
9287 * custom.el (defcustom): Update link types in docstring.
9288
9289 2005-11-20 Martin Rudalics <rudalics@gmx.at>
9290
9291 * custom.el (defgroup): Add doc-string-elt info.
9292
9293 * widget.el (define-widget): Don't use declare for the doc-string-elt.
9294
9295 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9296
9297 * newcomment.el (comment-enter-backward): Fix last fix.
9298
9299 * simple.el (blink-matching-open):
9300 * paren.el (show-paren-function): Allow new paren-class info.
9301
9302 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9303
9304 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
9305 handled automagically.
9306
9307 2005-11-20 Andreas Schwab <schwab@suse.de>
9308
9309 * descr-text.el (describe-char): When copying overlays put them
9310 over the full char description instead of just the first character
9311 of it.
9312
9313 2005-11-20 Juri Linkov <juri@jurta.org>
9314
9315 * simple.el (what-cursor-position):
9316 * descr-text.el (describe-char): Use Lisp-readable syntax
9317 for octal and hex. Reorder decimal, octal and hex values.
9318 Remove excess whitespace in the output. Use `=' in `column='
9319 like in `point=' and `Hscroll='.
9320
9321 * international/mule-cmds.el (encoded-string-description):
9322 Use Lisp-readable syntax for hex.
9323
9324 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9325
9326 * newcomment.el (comment-enter-backward): Handle the case where the
9327 comment is closed by EOB.
9328
9329 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
9330
9331 * longlines.el (longlines-before-revert-hook)
9332 (longlines-after-revert-hook): New functions.
9333 (longlines-mode): Turn off longlines temporarily when reverting.
9334 Add a message-setup-hook.
9335 (longlines-decode-buffer): New function.
9336 (longlines-wrap-line): Preserve marker positions.
9337
9338 2005-11-19 Andreas Schwab <schwab@suse.de>
9339
9340 * emacs-lisp/shadow.el: Handle compressed files.
9341
9342 2005-11-19 Romain Francoise <romain@orebokech.com>
9343
9344 * net/browse-url.el (browse-url-default-browser): Signal an error
9345 if no usable browser can be found, rather than try to load w3.
9346
9347 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
9348
9349 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
9350 replacing existing properties.
9351 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
9352 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
9353 tty specs.
9354 (rcirc-server-prefix, rcirc-server): New faces.
9355 (rcirc-url-regexp): Generate with rx macro.
9356 (rcirc-last-server-message-time): New variable.
9357 (rcirc-filter): Record time of last message.
9358 (rcirc-keepalive): Kill processes that did not send a message
9359 since the last ping.
9360 (rcirc-mode): Give rcirc-topic a local binding here.
9361
9362 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
9363
9364 * subr.el (read-passwd): Fontify the prompt as we do with other
9365 prompts.
9366
9367 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
9368
9369 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
9370 binding buffer-read-only to nil.
9371
9372 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9373
9374 * complete.el (partial-completion-mode):
9375 Mention completion-auto-help in the doc string.
9376
9377 * man.el (Man-highlight-references): Doc fix. Reformat code in a
9378 more Lisp-ish way.
9379
9380 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9381
9382 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
9383 digits, not 8, to avoid misalignment for files larger than 100MB.
9384
9385 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9386
9387 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
9388 Mention "keyboard shortcuts" in the help text.
9389
9390 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9391
9392 * startup.el (fancy-splash-default-action): Discard only
9393 mouse-down and succeeding mouse-up events in the splash screen
9394 window so that drag-n-drop event can be processed.
9395
9396 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
9397
9398 * longlines.el (longlines-mode): Add hacks for mail-mode and
9399 message-mode.
9400
9401 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9402
9403 * textmodes/org.el (org-table-sort-lines): New command.
9404 (org-tbl-menu): Add entry for `org-table-sort-lines'.
9405 (org-add-file): Command removed, use `org-agenda-file-to-front'
9406 instead.
9407 (org-export-icalendar): Use `org-icalendar-combined-name'.
9408 (org-cycle-agenda-files, org-agenda-file-to-end)
9409 (org-agenda-file-to-front): New commands.
9410 (org-table-tab-jumps-over-hlines, org-export-html-style):
9411 New options.
9412 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
9413 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
9414 New functions.
9415 (org-fill-paragraph): Call `org-table-align' in tables.
9416 (org-mode): Call `org-set-autofill-regexps'.
9417 (org-export-as-html): Support for local handformatted lists.
9418 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
9419 (org-export-local-list-max-depth): New option.
9420 (org-html-expand): Use `org-html-protect'.
9421
9422 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
9423
9424 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
9425 to "p".
9426 (gdb): Move definition of gud-pp to...
9427
9428 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
9429 speedbar.
9430 (gdb-find-watch-expression): New function.
9431
9432 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9433
9434 * faces.el (face-attribute, set-face-attribute): Mention existence
9435 of `:ignore-defface' setting in docstring.
9436
9437 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9438
9439 * simple.el (completion-setup-function): Fix last change.
9440
9441 2005-11-17 John Paul Wallington <jpw@pobox.com>
9442
9443 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
9444 Use `posn-set-point' instead of `mouse-set-point' because the
9445 latter is not fbound when configured without X.
9446
9447 * comint.el (comint-insert-input): Likewise.
9448
9449 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9450
9451 * simple.el (hard-newline): New variable.
9452 (sendmail-user-agent-compose, next-line): Use it.
9453
9454 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
9455 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
9456 (mail-mail-reply-to, mail-mail-followup-to)
9457 (mail-position-on-field, mail-signature, mail-yank-original)
9458 (mail-attach-file): Likewise.
9459
9460 * mail/mailheader.el (mail-header-format)
9461 (mail-header-format-function): Likewise.
9462
9463 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
9464
9465 2005-11-17 Juri Linkov <juri@jurta.org>
9466
9467 * font-lock.el (font-lock-faces): Rename this defgroup from
9468 `font-lock-highlighting-faces'.
9469 (font-lock-comment-face, font-lock-comment-delimiter-face)
9470 (font-lock-string-face, font-lock-doc-face)
9471 (font-lock-keyword-face, font-lock-builtin-face)
9472 (font-lock-function-name-face, font-lock-variable-name-face)
9473 (font-lock-type-face, font-lock-constant-face)
9474 (font-lock-warning-face, font-lock-negation-char-face)
9475 (font-lock-preprocessor-face)
9476 (font-lock-regexp-grouping-backslash)
9477 (font-lock-regexp-grouping-construct): Rename :group from
9478 `font-lock-highlighting-faces' to `font-lock-faces'.
9479
9480 * cus-edit.el (lisp, c, tex):
9481 * progmodes/ada-mode.el (ada):
9482 * progmodes/asm-mode.el (asm):
9483 * progmodes/cperl-mode.el (cperl-faces):
9484 * progmodes/cpp.el (cpp):
9485 * progmodes/dcl-mode.el (dcl):
9486 * progmodes/f90.el (f90):
9487 * progmodes/fortran.el (fortran):
9488 * progmodes/icon.el (icon):
9489 * progmodes/idlwave.el (idlwave-misc):
9490 * progmodes/m4-mode.el (m4):
9491 * progmodes/make-mode.el (makefile):
9492 * progmodes/meta-mode.el (meta-font):
9493 * progmodes/modula2.el (modula2):
9494 * progmodes/octave-mod.el (octave):
9495 * progmodes/pascal.el (pascal):
9496 * progmodes/perl-mode.el (perl):
9497 * progmodes/prolog.el (prolog):
9498 * progmodes/ps-mode.el (PostScript-edit):
9499 * progmodes/scheme.el (scheme):
9500 * progmodes/sh-script.el (sh-script):
9501 * progmodes/simula.el (simula):
9502 * progmodes/tcl.el (tcl):
9503 * textmodes/nroff-mode.el (nroff):
9504 * textmodes/reftex-vars.el (reftex-fontification-configurations):
9505 * textmodes/sgml-mode.el (sgml):
9506 * textmodes/texinfo.el (texinfo):
9507 Add :link (custom-group-link font-lock-faces) to defgroup.
9508
9509 * hi-lock.el (hi-lock): Rename this defgroup from
9510 `hi-lock-interactive-text-highlighting'. Change parent group from
9511 `faces' to `font-lock'. Add link to the manual.
9512 (hi-lock-mode, hi-lock-file-patterns-range)
9513 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
9514 `hi-lock-interactive-text-highlighting' to `hi-lock'.
9515 (hi-lock-faces): Add :group `faces'.
9516
9517 * cus-edit.el (custom-variable-prompt): Clarify the code.
9518
9519 * faces.el (face-read-string): Set the default value arg of
9520 completing-read.
9521
9522 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
9523
9524 * rfn-eshadow.el (file-name-shadow-properties)
9525 (file-name-shadow-tty-properties, file-name-shadow-mode):
9526 Remove autoloads, because the file is now preloaded.
9527
9528 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9529
9530 * printing.el (easy-menu-intern): Don't define.
9531 (pr-get-symbol): Use easy-menu-intern only if defined.
9532
9533 * simple.el (blink-matching-open): Simplify a bit.
9534 (completion-setup-function): Fix the case of partial-completion-mode
9535 when the minibuffer's contents start with "-".
9536 Obey completion-base-size-function even when
9537 minibuffer-completing-file-name is non-nil.
9538
9539 2005-11-16 Richard M. Stallman <rms@gnu.org>
9540
9541 * net/eudcb-ph.el (eudc-ph-open-session):
9542 Use set-process-query-on-exit-flag.
9543
9544 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
9545
9546 * international/ucs-tables.el (ucs-set-table-for-input):
9547 Use make-local-variable, not make-variable-buffer-local.
9548
9549 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9550 Improve warning message text.
9551
9552 * savehist.el (savehist-save-hook): Add :group.
9553
9554 * menu-bar.el (menu-bar-help-menu):
9555 Rename Find Extra Packages to External Packages.
9556
9557 * cus-edit.el (Custom-reset-standard): Verify that
9558 :custom-standard-value prop exists before calling it.
9559
9560 * apropos.el (apropos-calc-scores): Use apropos-pattern.
9561
9562 2005-11-16 Martin Rudalics <rudalics@gmx.at>
9563
9564 * wid-edit.el (color): Enclose %t in %{...%}.
9565
9566 * cus-edit.el (face): Enclose %t in %{...%}.
9567
9568 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
9569
9570 * savehist.el (savehist-mode-hook): Re-add the var.
9571 (savehist-mode): Use it.
9572
9573 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9574
9575 * textmodes/flyspell.el: Fix commenting convention.
9576 Remove unnecessary leading * in custom docstrings.
9577 (flyspell-emacs): Remove unused var.
9578 (flyspell-delete-region-overlays): Use remove-overlays.
9579 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
9580 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
9581 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
9582 (flyspell-debug-signal-word-checked): Use with-current-buffer.
9583 (make-flyspell-overlay): Don't locally reuse a global name.
9584 (flyspell-highlight-incorrect-region)
9585 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
9586 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
9587 (flyspell-notify-misspell): Remove unused args `start' and `end'.
9588 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
9589 Wrap calls to accept-process-output inside with-local-quit since it's
9590 often called from a post-command-hook.
9591 (flyspell-correct-word, flyspell-auto-correct-word):
9592 Use ispell-send-string.
9593 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
9594
9595 * calendar/diary-lib.el (diary-list-entries): Also hide the
9596 terminating newline.
9597
9598 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
9599
9600 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
9601 window-system, to allow fonts on tty.
9602
9603 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
9604
9605 * progmodes/gud.el (gud-speedbar-item-info): New function.
9606 (gud-install-speedbar-variables): Use it to display data type
9607 of watch expression as a tooltip in speedbar.
9608
9609 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
9610
9611 * font-core.el (global-font-lock-mode): Add :version keyword,
9612 because default was changed.
9613
9614 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
9615
9616 * startup.el (command-line): Use `custom-reevaluate-setting' for
9617 `file-name-shadow-mode'.
9618
9619 * loadup.el: Preload rfn-eshadow.
9620
9621 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
9622 Add :version keyword.
9623 (file-name-shadow-properties, file-name-shadow-tty-properties)
9624 (file-name-shadow): Add :version keyword.
9625
9626 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
9627 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
9628 in the custom-group property of the symbol frames and the fringe
9629 group got no link to its parent group frames.
9630 Doc fix.
9631
9632 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9633
9634 * progmodes/gud.el (gud-stop-subjob): New function.
9635 (gud-menu-map, gud-tool-bar-map): Use it.
9636
9637 2005-11-16 Kim F. Storm <storm@cua.dk>
9638
9639 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
9640 than kill it.
9641 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
9642 to a more useful/logical place.
9643
9644 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9645
9646 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
9647 go buttons complementary.
9648
9649 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9650
9651 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
9652 (rfn-eshadow-sifn-equal): New function.
9653 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
9654
9655 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
9656
9657 * viper-utils.el (viper-non-word-characters-reformed-vi):
9658 Quote `-' in string.
9659
9660 * viper.el (viper-emacs-state-mode-list): Ensure that
9661 rcirc-mode buffers come up in Emacs state.
9662
9663 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
9664 operation.
9665
9666 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
9667
9668 * term.el (term-termcap-format): Fix typos.
9669 (term-down): Fix the negative argument case.
9670
9671 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9672
9673 * progmodes/gdb-ui.el: Remove face-alias left over from change on
9674 2005-08-15.
9675 (gdb-ann3): New command gud-go.
9676 (menu): Accomodate gdb-mi.el.
9677 (gdb-assembler-custom): Make buffer of selected window current
9678 so that set-window-point works.
9679
9680 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
9681 buttons and include new ones.
9682
9683 2005-11-16 Kim F. Storm <storm@cua.dk>
9684
9685 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
9686 (gud-menu-map): Use it.
9687
9688 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
9689
9690 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
9691 that works correctly for Custom and that does not override a user
9692 who disables it.
9693
9694 * help-mode.el (help-make-xrefs, help-xref-on-pp)
9695 (help-xref-interned, help-follow): Make hyperlinks for variables
9696 that are unbound, but have a non-nil variable-documentation property.
9697
9698 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
9699 mode hook. (It conflicted with defcustoms for some mode hooks.)
9700 Use the `variable-documentation' property to give the mode hook a
9701 docstring and expand that docstring.
9702
9703 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
9704
9705 * savehist.el (savehist-mode): Don't bother with
9706 `custom-set-minor-mode'.
9707 (savehist-coding-system): Check XEmacs version.
9708 (history-length): Declare also at run time.
9709 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
9710 Don't set the customize state.
9711 (savehist-minibuffer-hook): Special case for when
9712 minibuffer-history-variable is equal to t.
9713
9714 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9715
9716 * files.el (write-file): Refresh VC status.
9717
9718 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
9719 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
9720 than fundamental-mode to see if the mode was set.
9721
9722 2005-11-14 Romain Francoise <romain@orebokech.com>
9723
9724 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
9725 dummy function in `eval-when-compile' to avoid compiler warning.
9726 Require `man' at compile time.
9727
9728 2005-11-14 Jay Belanger <belanger@truman.edu>
9729
9730 * calc-alg.el (calcFunc-write-out-power): Rename it to
9731 calcFunc-powerexpand.
9732 (math-write-out-power): Rename it to math-powerexpand; have it
9733 handle negative exponents.
9734 (calc-writeoutpower): Rename it to calc-powerexpand.
9735
9736 * calc-ext.el: Change calcFunc-writeoutpower and
9737 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
9738 autoloads.
9739 Add calcFunc-ldiv to autoloads.
9740
9741 * calc-arith.el (calcFunc-ldiv): New function.
9742
9743 * calc.el (calc-left-divide): New function.
9744
9745 2005-11-14 Juri Linkov <juri@jurta.org>
9746
9747 * cus-edit.el (custom-variable-prompt): Set the default value arg
9748 of completing-read.
9749
9750 * cus-dep.el (custom-make-dependencies): Reverse the list of
9751 found dependencies.
9752
9753 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
9754
9755 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
9756 Highlighting" entry, it is on by default now.
9757 (menu-bar-options-save): Do not save global-font-lock-mode.
9758
9759 2005-11-13 Richard M. Stallman <rms@gnu.org>
9760
9761 * textmodes/flyspell.el (flyspell-large-region):
9762 Call flyspell-accept-buffer-local-defs.
9763
9764 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
9765
9766 * textmodes/flyspell.el (flyspell-notify-misspell):
9767 Fix misspelling of "Misspelling".
9768 (flyspell-process-localwords): New function.
9769 (flyspell-large-region): Call flyspell-process-localwords and
9770 flyspell-delete-region-overlays.
9771 (flyspell-delete-region-overlays): New function.
9772 (flyspell-delete-all-overlays): Call that.
9773
9774 2005-11-13 Richard M. Stallman <rms@gnu.org>
9775
9776 * help.el (help-for-help-internal): Improve doc of C-h a.
9777 (describe-key): Improve prompt; doc fix.
9778
9779 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9780
9781 * vc-svn.el (vc-svn-registered): Catch all errors.
9782
9783 * cus-dep.el (custom-make-dependencies): Typo.
9784
9785 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
9786
9787 * net/tramp-util.el (top): Fix compilation warning.
9788
9789 2005-11-13 Kim F. Storm <storm@cua.dk>
9790
9791 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
9792
9793 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
9794
9795 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
9796 (gud-speedbar-buttons): Match on "const char *" too.
9797
9798 * progmodes/gdb-ui.el (gdb-var-create-handler)
9799 (gdb-var-list-children-handler): Match on "const char *" too.
9800 (gdb-var-evaluate-expression-handler): Match on empty string.
9801 (gdb-var-update-handler): Only call
9802 gdb-var-evaluate-expression-handler when required.
9803
9804 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
9805
9806 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
9807 selected window. This still doesn't work for speedbar.
9808 (gud-speedbar-buttons): Handle string expressions properly.
9809
9810 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
9811 (gdb-var-create-handler): Handle string expressions properly.
9812 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
9813 Handle string expressions properly. Move "type" field into regexp.
9814
9815 2005-11-12 Karl Fogel <kfogel@red-bean.com>
9816
9817 * bookmark.el (bookmark-maybe-message): New function to reduce
9818 code duplication: invokes `message' iff baud-rate is high enough.
9819 (bookmark-write-file): Use above instead of an inline conditional.
9820 (bookmark-load): Same.
9821
9822 2005-11-12 Karl Fogel <kfogel@red-bean.com>
9823
9824 * bookmark.el (bookmark-write-file): Don't visit the destination
9825 file, just write the data to it using write-region. This is
9826 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
9827 change to avoid visiting the file in the first place.
9828
9829 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
9830
9831 * hi-lock.el (hi-lock-mode): Set the default value of
9832 font-lock-defaults.
9833
9834 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
9835
9836 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
9837 arg to `file-attributes'.
9838 (find-lisp-format): The UID and GID can now be strings.
9839
9840 2005-11-12 Kim F. Storm <storm@cua.dk>
9841
9842 * help.el (help-map): Bind C-h d to apropos-documentation.
9843
9844 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
9845 when point is at end-of-buffer.
9846
9847 * apropos.el (apropos-match-face): Doc fix.
9848 (apropos-sort-by-scores): Add new choice `verbose'.
9849 (apropos-documentation-sort-by-scores): New defcustom.
9850 (apropos-pattern): Now contains the pattern entered by the user.
9851 (apropos-pattern-quoted): New defvar.
9852 (apropos-regexp): New defvar, containing the regexp corresponding
9853 to apropos-pattern.
9854 (apropos-all-words-regexp): Rename from apropos-all-regexp.
9855 (apropos-read-pattern): New defun. Use it to read pattern arg in
9856 interactive calls; returns list of words for a word list, and
9857 string for a regexp.
9858 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
9859 parses a list of words or regexp as returned by apropos-read-pattern.
9860 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
9861 (apropos-score-doc): Return a very high score if the string
9862 entered by the user matches literally.
9863 (apropos-variable): Doc fix. Use apropos-read-pattern.
9864 (apropos-command): Doc fix. Use apropos-read-pattern and
9865 apropos-parse-pattern. Call apropos-print with nosubst=t.
9866 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
9867 apropos-parse-pattern.
9868 (apropos-documentation): Doc fix. Use apropos-read-pattern and
9869 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
9870 apropos-documentation-sort-by-scores. Call apropos-print with
9871 nosubst=t.
9872 (apropos-documentation-internal): Pass doc string through
9873 substitute-key-definition before adding text properties.
9874 Highlight substring matching literal user input if possible.
9875 (apropos-documentation-check-doc-file): Remove locals beg and end.
9876 Fix calculation of score (as added twice). Pass doc string through
9877 substitute-key-definition before adding text properties.
9878 (apropos-documentation-check-elc-file): Pass doc string through
9879 substitute-key-definition before adding text properties.
9880 Highlight substring matching literal user input if possible.
9881 (apropos-print): Add new arg NOSUBST; if set, command and variable
9882 doc strings have already been passed through substitute-key-definition.
9883 Add code to handle apropos-accumulator items without score element
9884 for backwards compatibility (e.g. with woman package).
9885 Only show scores if apropos-sort-by-scores is `verbose'.
9886
9887 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9888
9889 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
9890 Add jka-compr-load-suffixes to load-suffixes.
9891
9892 * jka-compr.el: Require jka-cmpr-hook.
9893 (jka-compr-info-compress-message, jka-compr-info-compress-program)
9894 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
9895 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
9896 (jka-compr-info-can-append, jka-compr-info-strip-extension)
9897 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
9898 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
9899 (jka-compr-uninstall): Remove entries from
9900 jka-compr-added-to-file-coding-system-alist after they are used.
9901 (jka-compr-error): Remove unused var `curbuf'.
9902 (jka-compr-file-local-copy): Remove unused var `notfound'.
9903
9904 2005-11-10 Romain Francoise <romain@orebokech.com>
9905
9906 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
9907
9908 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
9909
9910 * progmodes/gud.el (gud-menu-map): Move parentheses.
9911 (gdb): New command gud-pv.
9912
9913 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9914
9915 * tar-mode.el: Remove spurious or unnecessary leading stars
9916 in docstrings.
9917 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
9918 (tar-parse-octal-integer-safe): Use mapc.
9919 (tar-header-block-summarize): Remove unused var `ck'.
9920 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
9921 cleared before. Obey default-enable-multibyte-characters.
9922 Use mapconcat. Simplify setting of tar-header-offset.
9923 (tar-mode-map): Move initialization inside delcaration.
9924 (tar-flag-deleted): Use `abs'.
9925 (tar-expunge-internal): Remove unused var `line'.
9926 (tar-expunge-internal): Don't hardcode point-min==1.
9927 (tar-expunge): Widen while doing set-buffer-multibyte.
9928 (tar-rename-entry): Use file-name-coding-system.
9929 (tar-alter-one-field): Don't hardcode point-min==1.
9930 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
9931 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
9932
9933 2005-11-10 Masatake YAMATO <jet@gyve.org>
9934
9935 * add-log.el (add-log-current-defun): Handle class::method
9936 notation of c++. Fix incorrect comment.
9937
9938 2005-11-10 Alan Mackenzie <acm@muc.de>
9939
9940 * help-fns.el (describe-variable): Make C-h v work when a variable
9941 has variable documentation yet is unbound.
9942
9943 2005-11-10 Masatake YAMATO <jet@gyve.org>
9944
9945 * man.el (Man-highlight-references): Set an empty
9946 string to `Man-arguments' if it is nil.
9947 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
9948
9949 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9950
9951 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
9952 commenting conventions.
9953
9954 * cus-dep.el (custom-make-dependencies): Simplify.
9955 Better follow the commenting conventions.
9956
9957 2005-11-09 Richard M. Stallman <rms@gnu.org>
9958
9959 * apropos.el (apropos-pattern): Rename from apropos-regexp.
9960 (apropos-orig-pattern): Rename from apropos-orig-regexp.
9961 All uses changed.
9962 (apropos-rewrite-regexp): Doc fix.
9963 (apropos-variable, apropos-command, apropos, apropos-value):
9964 Change prompt; carry through the argument renaming.
9965
9966 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
9967
9968 * find-lisp.el: Require dired.
9969 (find-lisp-find-dired-internal): Do not call
9970 `abbreviate-file-name' on DIR.
9971
9972 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
9973
9974 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
9975
9976 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
9977
9978 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
9979 when using the speedbar.
9980 (gdb): New command gud-pp.
9981 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
9982
9983 2005-11-09 Juri Linkov <juri@jurta.org>
9984
9985 * replace.el (occur-excluded-properties): New defcustom.
9986 (occur-1, occur-engine, occur-accumulate-lines): Use it.
9987
9988 2005-11-08 Jay Belanger <belanger@truman.edu>
9989
9990 * calc/calc-units.el (math-convert-units): Replace any composite
9991 unit by its definition.
9992
9993 2005-11-08 Lars Hansen <larsh@soem.dk>
9994
9995 * emacs-lisp/autoload.el (update-directory-autoloads):
9996 Add obsolete function alias.
9997
9998 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
9999
10000 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10001 comment-indent-function.
10002 (lisp-comment-indent): Replace by an alias for comment-indent-default.
10003
10004 * reveal.el (reveal-post-command): Rework the handling of
10005 reveal-open-spots, so as to be more reliable. There were several
10006 tricky corner cases where an open spot might be lost, or where
10007 a closed spot might end up on the list of open spots.
10008 Only reveal text that's ellipsised.
10009
10010 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
10011
10012 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
10013
10014 2005-11-07 John Paul Wallington <jpw@gnu.org>
10015
10016 * ibuffer.el (ibuffer): Search iconified frames too when
10017 getting Ibuffer buffer's window.
10018
10019 2005-11-06 Richard M. Stallman <rms@gnu.org>
10020
10021 * progmodes/compile.el (compilation-internal-error-properties):
10022 save-excursion around the computation of MARKER.
10023
10024 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
10025
10026 * textmodes/flyspell.el (flyspell-external-point-words):
10027 flyspell-get-word returns a list, not just a string.
10028
10029 2005-11-06 John Paul Wallington <jpw@pobox.com>
10030
10031 * ibuffer.el (ibuffer): Search all visible frames when getting
10032 Ibuffer buffer's window.
10033
10034 2005-11-07 Masatake YAMATO <jet@gyve.org>
10035
10036 * man.el (Man-reference-regexp): Accept spaces between
10037 `Man-name-regexp' and `Man-section-regexp'.
10038 (Man-apropos-regexp): New variable.
10039 (Man-abstract-xref-man-page): Use value for `Man-target-string'
10040 if available.
10041 (Man-highlight-references, Man-highlight-references0):
10042 Handle the case when `Man-arguments' includes "-k".
10043 (Man-highlight-references0): Rename the argument `TARGET-POS' to
10044 `TARGET'. `TARGET' can be a number, function or nil.
10045
10046 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
10047
10048 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
10049 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
10050 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
10051 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
10052 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
10053 (gdb-send-item): Use buffer-local-value and simplify.
10054
10055 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
10056
10057 * startup.el (command-line): Use `custom-reevaluate-setting' for
10058 `global-font-lock-mode'.
10059
10060 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
10061 by default, except in batch mode or when the -D option is given.
10062
10063 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
10064 specified keyword args on to `define-minor-mode'. Update docstring.
10065
10066 2005-11-05 Romain Francoise <romain@orebokech.com>
10067
10068 * replace.el (occur-engine): Add marker at end of line, too.
10069
10070 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10071
10072 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10073 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10074 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10075 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10076 argument to all these routines, so the passphrase can be managed
10077 externally and passed in to the system.
10078 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10079 pgg-add-passphrase-to-cache function.
10080
10081 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10082 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10083 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10084 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10085 argument to all these routines, so the passphrase can be managed
10086 externally and passed in to the system.
10087 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10088 function.
10089
10090 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
10091
10092 * font-lock.el: Don't deal with font-lock-face-attributes here,
10093 move the code ...
10094
10095 * startup.el (command-line): ... here. Use face-spec-set instead
10096 of custom-declare-face.
10097
10098 * faces.el (face-spec-set): Reset the face if spec is not nil.
10099
10100 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
10101
10102 * newcomment.el (comment-region-internal): Box more tightly in the
10103 common case where there's no TAB in the boxed text.
10104
10105 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10106
10107 * info.el (info-tool-bar-map): Use images prev-node, next-node and
10108 up-node.
10109
10110 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
10111
10112 * newsticker.el: Commentary updated. Code formatting changed.
10113 (newsticker-version): Change to "1.9".
10114 (newsticker, newsticker-feed): Doc fix.
10115 (newsticker-url-list): Doc fix. Add option "Weekly".
10116 (newsticker-retrieval-interval): Add option "Weekly".
10117 (newsticker-headline-processing): Doc fix.
10118 (newsticker-auto-mark-filter): Remove.
10119 (newsticker-auto-mark-filter-list): New.
10120 (newsticker-layout, newsticker-sort-method): Doc fix.
10121 (newsticker-hide-old-items-in-newsticker-buffer)
10122 (newsticker-heading-format, newsticker-item-format)
10123 (newsticker-desc-format): Doc fix.
10124 (newsticker-show-all-rss-elements): Remove.
10125 (newsticker-show-all-news-elements): New.
10126 (newsticker-faces, newsticker-ticker): Doc fix.
10127 (remove-from-invisibility-spec): Code formatting.
10128 (newsticker--process-ids): New.
10129 (newsticker-mode): Doc fix.
10130 (newsticker-mode): Change mode-line-format.
10131 (newsticker-start): Remove debug output.
10132 (newsticker-start-ticker): Doc fix. Add autoload cookie.
10133 (newsticker-w3m-show-inline-images): Code formatting.
10134 (newsticker-next-item): Call `force-mode-line-update'.
10135 (newsticker-previous-item): Call `force-mode-line-update'.
10136 (newsticker-next-feed): Call `force-mode-line-update'.
10137 (newsticker-previous-feed): Call `force-mode-line-update'.
10138 (newsticker-mark-all-items-at-point-as-read): Code formatting.
10139 (newsticker-show-old-items): Do not show descs.
10140 (newsticker-hide-entry): Hide too much.
10141 (newsticker-hide-entry, newsticker-show-entry)
10142 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
10143 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
10144 (newsticker-toggle-auto-narrow-to-item): Code formatting.
10145 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
10146 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
10147 (newsticker-get-news): Call `force-mode-line-update'.
10148 Collect process ids.
10149 (newsticker--sentinel): Change coding system handling.
10150 Move image retrieval to new functions newsticker--get-logo-url-*.
10151 Move feed parsing to new functions newsticker--parse-*.
10152 Update list of process ids.
10153 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
10154 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
10155 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
10156 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
10157 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10158 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
10159 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
10160 (newsticker--decode-coding-string): Remove.
10161 (newsticker--decode-numeric-entities): Check input. Format code.
10162 (newsticker--remove-whitespace): Check input.
10163 (newsticker--do-forget-preformatted): Doc fix.
10164 (newsticker--decode-rfc822-date): Allow for missing time.
10165 (newsticker--update-process-ids): New.
10166 (newsticker--image-sentinel): Change comment.
10167 (newsticker--image-read): Change error message.
10168 (newsticker--imenu-goto): Doc fix. Show headline title.
10169 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
10170 (newsticker--buffer-do-insert-text): Clean whitespace in
10171 html-rendered headline title. Code formatting.
10172 Call `newsticker--buffer-print-extra-elements'.
10173 (newsticker--buffer-print-extra-element): Remove.
10174 (newsticker--buffer-print-extra-elements): New.
10175 (newsticker--buffer-do-print-extra-element): New.
10176 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
10177 large sizes.
10178 (newsticker--run-auto-mark-filter)
10179 (newsticker--do-run-auto-mark-filter):
10180 Use `newsticker-auto-mark-filter-list'.
10181
10182 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
10183
10184 * net/rcirc.el: Use split-string OMIT-NULLS argument.
10185 (rcirc-print): Force redisplay before running hooks. Do long
10186 buffer truncation after making new text read-only. Deal with nil
10187 text when decoding strings. If TARGET is nil, use either the
10188 currently selected buffer, if it is an rcirc buffer and of the
10189 same process or the process buffer.
10190 (rcirc-mode): Remove header-line. Recompute short buffer names.
10191 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
10192 (rcirc-short-buffer-name): Add variable.
10193 (rcirc-kill-buffer-hook): Recompute short buffer names.
10194 Remove nick from private channel.
10195 (rcirc-send-input): Send command text to current-buffer.
10196 Don't clear overlay arrow here.
10197 (rcirc-short-buffer-name): Return a short buffer name.
10198 (rcirc-update-short-buffer-names, rcirc-abbreviate)
10199 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
10200 buffer-name abbreviations.
10201 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
10202 Do not touch nick-table when killing a parted channel.
10203 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
10204 Clear arrow from current buffer if it is now hidden.
10205 (rcirc-current-buffer): Add variable.
10206 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10207 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
10208 Remove -face from names.
10209 (rcirc-update-activity-string): Print "DND" when globally ignoring
10210 activity.
10211 (rcirc-ignore-buffer-activity-flag): Rename from
10212 rcirc-ignore-channel-activity.
10213 (rcirc-ignore-all-activity-flag): Doc fix.
10214 (rcirc-channels): Remove variable.
10215 (rcirc-kill-buffer-hook):
10216 (rcirc-get-buffer-create): Add nick to private channel.
10217 (rcirc-multiline-edit-submit): Remove tabs.
10218 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
10219 folded.
10220 (rcirc-remove-nick-channel): Bug fix.
10221 (rcirc-toggle-ignore-buffer-activity): Rename from
10222 rcirc-toggle-ignore-channel-activity.
10223 (rcirc-record-activity): Add buffers to the front of the list.
10224 (rcirc-update-activity): Remove killed buffers from list.
10225 (rcirc-process-server-response-1): Remove last argument if it is
10226 null before calling handler.
10227 (rcirc): Add "rcirc" defcustom prefix.
10228 (rcirc-prompt): Simplify default prompt.
10229 Use custom-initialize-default.
10230 (rcirc-private-chats): Remove variable.
10231 (rcirc-prompt): Change initialization.
10232 (rcirc-version): Remove function.
10233 (rcirc-id-string): Add constant.
10234 (rcirc-last-buffer): Remove variable.
10235 (rcirc-buffer-alist): Add variable.
10236 (rcirc-connect): Update variable setup.
10237 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
10238 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
10239 default.
10240 (rcirc-handler-generic): Trigger activity.
10241 (rcirc-send-message): Create the buffor of the target.
10242 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
10243 (rcirc-get-buffer): Just return nil if there is no matching buffer.
10244 (rcirc-multiline-edit-cancel): Remove function.
10245 (rcirc-set-last-buffer): Remove function.
10246 (rcirc-get-any-buffer): Add function.
10247 (rcirc-join-channels): Don't print /join text.
10248 (rcirc-toggle-ignore-channel-activity): Add and update echo area
10249 messages.
10250 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
10251 (rcirc-handler-NOTICE): Recognize CTCP responses.
10252 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
10253 constructing TOPIC string for buffers we are not JOINed.
10254 (rcirc-handler-CTCP-response): Add handler.
10255 (rcirc-multiline-edit-submit): Restore the window-configuration
10256 before adjusting point.
10257 (rcirc): Add customization group.
10258 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
10259 (rcirc-user-full-name, rcirc-startup-channels-alist)
10260 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
10261 (rcirc-ignore-all-activity-flag, rcirc-time-format)
10262 (rcirc-input-ring-size, rcirc-read-only-flag)
10263 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
10264 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
10265 Change defvar to defcustom.
10266 (rcirc-update-prompt): Add optional ALL arg, which will update
10267 prompts in all rcirc buffers. Regexp quote replacement text.
10268 (rcirc-fill-column): Accept frame-width as a value.
10269 (rcirc-set-changed): Add function.
10270 (rcirc-next-active-buffer): Write more meaningful messages.
10271 (rcirc-faces): Add customization group.
10272 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
10273 (rcirc-nick-in-message-face, rcirc-prompt-face)
10274 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
10275 (with-rcirc-process-buffer): Move before first usage.
10276 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
10277 (rcirc-debug-flag): Rename from `rcirc-log-p'.
10278 (rcirc-debug): Rename from `rcirc-log'.
10279 (rcirc-format-response-string): Do not print `-' chars for a
10280 NOTICE with no sender. Simplify output of server responses.
10281
10282 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10283
10284 (rcirc-browse-url-map, rcirc-browse-url-at-point)
10285 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
10286 Make urls mouse and RET clickable.
10287
10288 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10289
10290 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
10291
10292 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10293
10294 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10295 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10296 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10297 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10298 argument to all these routines, so the passphrase can be managed
10299 externally and passed in to the system.
10300 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10301 pgg-add-passphrase-to-cache function.
10302
10303 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10304 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10305 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10306 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10307 argument to all these routines, so the passphrase can be managed
10308 externally and passed in to the system.
10309 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10310 function.
10311
10312 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
10313
10314 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
10315 from goto-address-url-regexp.
10316
10317 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
10318
10319 * textmodes/org.el (org-read-date, org-goto-calendar)
10320 (org-recenter-calendar, org-agenda-goto-calendar):
10321 Temporarily clear `calendar-move-hook'.
10322
10323 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
10324
10325 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
10326 merging.
10327
10328 * ediff-util.el (ediff-previous-difference): Don't skip regions that
10329 have merge clashes.
10330
10331 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10332
10333 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10334 Undo previous change.
10335
10336 * startup.el (command-line): Use `custom-reevaluate-setting' for
10337 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
10338 tty-register-default-colors on Mac.
10339
10340 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10341
10342 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
10343 (gdb-buffer-type): Make it automatically buffer local...
10344 (gdb-get-create-buffer): ...and set it accordingly.
10345 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
10346 actually work.
10347
10348 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
10349
10350 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
10351 not red.
10352
10353 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10354
10355 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
10356 case GUD buffer is not visible.
10357 (gdb-goto-breakpoint): Try to force display in source buffer.
10358 (gdb-frame-gdb-buffer): Copy other similar functions.
10359 (gdb-restore-windows): Don't display source if not asked for.
10360 (gdb-assembler-buffer-name): Don't capitalise.
10361
10362 2005-11-03 Richard M. Stallman <rms@gnu.org>
10363
10364 * wid-edit.el (key-sequence): New widget type.
10365
10366 * simple.el (set-mark-command-repeat-pop): New variable.
10367 (set-mark-command): Only interpret plan C-@ after a pop as a pop
10368 if set-mark-command-repeat-pop is true.
10369
10370 * info.el (Info-fontify-node): Don't display extra "see" if there
10371 already is one here.
10372
10373 * mouse.el: Fix special handling of DEL after dragging a region:
10374 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
10375 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
10376
10377 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
10378
10379 * textmodes/ispell.el (ispell-command-loop): Change `i' description
10380 not to assume it pertains to an affix.
10381
10382 * textmodes/flyspell.el (flyspell-post-command-hook):
10383 Bind deactivate-mark to prevent deactivation.
10384
10385 2005-11-03 Lars Hansen <larsh@soem.dk>
10386
10387 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
10388 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
10389 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
10390
10391 2005-11-03 Romain Francoise <romain@orebokech.com>
10392
10393 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
10394 Update copyright years.
10395
10396 2005-11-03 Sam Steingold <sds@gnu.org>
10397
10398 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10399 Use system-type instead of window-system because window-system is not
10400 correctly defined during loadup.
10401
10402 2005-11-02 Mark A. Hershberger <mah@everybody.org>
10403
10404 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
10405 (xml-parse-tag): Join strings separated by a comment properly.
10406
10407 2005-11-02 Andreas Schwab <schwab@suse.de>
10408
10409 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
10410
10411 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
10412
10413 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
10414 (byte-optimize-pure-func): Quote the eval'd value.
10415
10416 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
10417 Rename from perl-font-lock-syntactic-face-function.
10418 Change the calling convention so it can be used as a font-lock MATCHER.
10419 Do the parse-partial-sexp loop outselves.
10420 (perl-font-lock-syntactic-keywords): Use it.
10421 (perl-mode): Don't set font-lock-syntactic-face-function any more.
10422
10423 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
10424
10425 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
10426 disassembly buffer too.
10427 (gdb-exited): Remove overlay arrows when execution has finished.
10428 (gdb-info-frames-custom, gdb-info-threads-custom)
10429 (gdb-info-registers-custom): Don't add inappropriate text
10430 properties if inferior is not active.
10431
10432 2005-11-02 Glenn Morris <rgm@gnu.org>
10433
10434 * progmodes/fortran.el (fortran-blink-match):
10435 Use `blink-matching-delay'.
10436
10437 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
10438
10439 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
10440
10441 2005-11-02 Lars Hansen <larsh@soem.dk>
10442
10443 * net/tramp.el (tramp-action-out-of-band): Handle scp message
10444 "Permission denied".
10445
10446 2005-11-01 Richard M. Stallman <rms@gnu.org>
10447
10448 * textmodes/flyspell.el (flyspell-external-point-words):
10449 Pass nil to flyspell-get-word.
10450
10451 2005-11-02 Kim F. Storm <storm@cua.dk>
10452
10453 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
10454 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
10455
10456 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10457
10458 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
10459 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
10460 (calendar-mouse-print-dates): Add optional `event' argument.
10461 Update interactive-spec.
10462 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
10463 Use `calendar-event-to-date' instead of `event'.
10464
10465 2005-11-02 Masatake YAMATO <jet@gyve.org>
10466
10467 * progmodes/ld-script.el (ld-script-builtins):
10468 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
10469 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
10470 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
10471
10472 2005-11-01 Romain Francoise <romain@orebokech.com>
10473
10474 * vc-sccs.el: Update copyright year.
10475 * ezimage.el: Likewise.
10476
10477 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
10478
10479 * info.el (Info-fontify-node): Use `string-width' for fontifying
10480 underlined titles.
10481
10482 2005-11-01 Juri Linkov <juri@jurta.org>
10483
10484 * info.el (Info-fontify-node): Downcase node header keywords Node,
10485 Prev, Next, Up before comparison.
10486 (Info-history): Insert absolute directory name, and put invisible
10487 property on it.
10488
10489 2005-11-01 Juri Linkov <juri@jurta.org>
10490
10491 * info.el (Info-file-supports-index-cookies): New variable.
10492 (Info-find-node-2): Check makeinfo version for index cookie support.
10493 (Info-index-nodes): Search for nodes with index cookies only when
10494 Info-file-supports-index-cookies is t. Otherwise, search nodes
10495 with "Index" in the node name.
10496 (Info-index-node): Search index cookie in the current node only when
10497 Info-file-supports-index-cookies is t. Otherwise, check the word
10498 "Index" in the node name.
10499 (Info-find-emacs-command-nodes): Remove code that searches nodes
10500 with "Index" node name in the top menu.
10501
10502 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10503
10504 * progmodes/scheme.el (scheme-mode-variables): Use the default
10505 comment-indent-function.
10506
10507 * faces.el (face-attribute): Handle the case where a face inherits from
10508 a non-existent face.
10509
10510 * simple.el (eval-expression-print-format): Use lisp-readable syntax
10511 for octal and hexa output, and merge the char into the paren.
10512 (kill-new): Use push.
10513 (copy-to-buffer): Use with-current-buffer.
10514 (completion-setup-function): Move code in loop to remove redundancy.
10515 (minibuffer-local-must-match-map): Don't add bindings that duplicate
10516 those inherited from minibuffer-local-completion-map.
10517
10518 * savehist.el (savehist-mode) <defcustom>:
10519 Use custom-set-minor-mode if available.
10520 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
10521 and emit a message if applicable.
10522
10523 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
10524
10525 * savehist.el: Sync up to version 19.
10526 (savehist-mode): New minor mode.
10527 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
10528 (savehist-length): Remove (use history-length instead).
10529 (savehist-file-modes): Rename from savehist-modes.
10530 (savehist-save-hook, savehist-loaded): New vars.
10531 (savehist-load): Use savehist-mode. Try to smooth up transition from
10532 old format to new format.
10533 (savehist-install): Allow savehist-autosave-interval to be nil.
10534 (savehist-save): Run the new hook. Be more careful to only trim the
10535 history variables.
10536 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
10537 (savehist-printable): Print into a buffer rather than char-by-char.
10538
10539 2005-11-01 John Wiegley <johnw@newartisans.com>
10540
10541 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
10542 toggle-ignore keybinding (C-a). The author said it had been
10543 disabled much earlier due to a possible incompatibility, but after
10544 many months of usage I have encountered no problems (and it is a
10545 rather useful option, especially for switching to " *temp*").
10546
10547 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
10548 support for OS/X's AddressBook, by calling out to the open source
10549 program "contacts" (installable through Fink).
10550
10551 * net/eudc.el (eudc-expand-inline): If the
10552 `eudc-multiple-match-handling-method' is set to `all', delete the
10553 query string before inserting the query result.
10554
10555 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
10556 flag, to prevent Eshell from using the system ls when
10557 `eshell-ls-insert-directory' is in used.
10558 (eshell-ls-insert-directory): Disable font-lock in directory
10559 buffer so that Eshell's own fontification is seen. This broke
10560 recently due to changes in font-lock, so this goes back to version
10561 21 behavior.
10562
10563 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
10564
10565 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
10566 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
10567 (gdb-many-windows): Doc fix.
10568
10569 2005-10-31 Romain Francoise <romain@orebokech.com>
10570
10571 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
10572
10573 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
10574
10575 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
10576 that global-font-lock-mode can be enabled by default.
10577
10578 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
10579 (font-lock-add-keywords, font-lock-remove-keywords)
10580 (font-lock-fontify-buffer): Remove autoload cookies.
10581
10582 * jit-lock.el (jit-lock-register): Likewise.
10583
10584 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
10585
10586 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
10587
10588 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
10589 intact if there is no gud-comint-buffer.
10590
10591 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
10592
10593 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
10594 old prompt comint-prompt-read-only is t and GDB commands are
10595 issued from tool bar etc.
10596
10597 2005-10-31 Masatake YAMATO <jet@gyve.org>
10598
10599 * vc.el (vc-directory-exclusion-list): Add "{arch}".
10600
10601 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
10602
10603 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
10604 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
10605
10606 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
10607
10608 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
10609 starting at beginning of line. Fontification is messed up when
10610 `open-paren-in-column-0-is-defun-start' set to t.
10611 Reported by John Paul Wallington <jpw@pobox.com>.
10612
10613 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
10614
10615 * comint.el (comint-send-input): Call `comint-update-fence' when
10616 `comint-process-echoes' and `comint-prompt-read-only' are both
10617 non-nil, to avoid leftover read-only newline.
10618
10619 2005-10-30 Richard M. Stallman <rms@gnu.org>
10620
10621 * textmodes/flyspell.el (flyspell-external-point-words):
10622 Detect when WORD can't be checked properly because
10623 flyspell-get-word finds just part of it, and move on.
10624
10625 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
10626 boundarychar for Polish.
10627 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
10628 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
10629
10630 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
10631
10632 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
10633 (gdb-registers-font-lock-keywords): Delete.
10634 (gdb-registers-mode): Don't fontify.
10635 (gdb-info-registers-custom): Use text properties instead as, in
10636 future, changed register values will use font-lock-warning-face.
10637 (gdb-local-font-lock-keywords): Rename to...
10638 (gdb-locals-font-lock-keywords): ...for consistency.
10639
10640 2005-10-30 Andre Spiegel <spiegel@gnu.org>
10641
10642 * vc.el (vc-switch-backend): Better error message if the buffer is
10643 not visiting a file under version control.
10644
10645 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
10646
10647 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
10648
10649 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
10650 ~/.emacs.d/.emacs.
10651
10652 2005-10-29 Richard M. Stallman <rms@gnu.org>
10653
10654 * replace.el (occur-mode-mouse-goto): Always go to other window.
10655 (occur-mode-goto-occurrence): Always switch in same window.
10656
10657 * simple.el (undo): Display message at end, not at start.
10658
10659 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
10660 New arg REUSE-CELL.
10661 (cancel-timer-internal): New function.
10662 (timer-event-handler): Use cancel-timer-internal,
10663 and pass the cell it returns to timer-activate...
10664
10665 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
10666 (jit-lock-deferred-fontify, jit-lock-context-fontify)
10667 (jit-lock-after-change): Test memory-full.
10668
10669 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
10670
10671 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10672 part of the decoded armor to find the key-identifier.
10673 (pgg-gpg-lookup-key-owner): New function to return the
10674 human-readable identifier of a key owner.
10675 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10676 key itself.
10677 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10678 the key value) if we have a key and can match it against a secret
10679 key. Also, added a note pointing out fact that the prompt only
10680 indicates the first matching key.
10681
10682 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10683 pgg-decrypt-region.
10684 (pgg-pending-timers): A new hash for tracking the passphrase cache
10685 timers, so that new ones supercede old ones.
10686 (pgg-add-passphrase-to-cache): Rename from
10687 `pgg-add-passphrase-cache' to reduce confusion (all callers
10688 changed). Modified to cancel old timers when new ones are added.
10689 (pgg-remove-passphrase-from-cache): Rename from
10690 `pgg-remove-passphrase-cache' to reduce confusion (all callers
10691 changed). Modified to cancel old timers when their keys are
10692 removed from the cache.
10693 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10694 XEmacs, an indirection to delete-itimer.
10695 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10696 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10697 users can only check cache without risk of prompting. Correct bug in
10698 notruncate behavior.
10699 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10700 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10701 Add informative docstrings.
10702 (pgg-decrypt): Convey provided passphrase in subordinate call to
10703 pgg-decrypt-region.
10704
10705 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10706 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10707 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10708 `passphrase' argument, so the passphrase can be managed externally
10709 and then passed in to the system.
10710
10711 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10712 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10713 so the passphrase cache can be used reliably with identifiers
10714 besides a pgp packet's key id.
10715
10716 * pgg-gpg.el (pgg-pgp-encrypt-region)
10717 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10718 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10719 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10720 argument to all these routines, so the passphrase can be managed
10721 externally and passed in to the system.
10722
10723 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10724 `notruncate' argument, so the passphrase cache can be used
10725 reliably with identifiers besides a pgp packet's key id.
10726
10727 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
10728
10729 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10730 symmetric encryption.
10731 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10732 encrypted session key.
10733 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10734 message ask for the passphrase in a proper way.
10735
10736 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10737 New user commands for symmetric encryption.
10738
10739 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
10740
10741 * textmodes/conf-mode.el (conf-assignment-sign)
10742 (conf-assignment-regexp): Fix docstrings.
10743 (conf-mode-initialize): New function.
10744 (conf-mode): Remove optional args. Use delay-mode-hooks to
10745 recognize recursive calls.
10746 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
10747 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
10748 (conf-xdefaults-mode): Use define-derived-mode and
10749 conf-mode-initialize.
10750
10751 2005-10-29 Romain Francoise <romain@orebokech.com>
10752
10753 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
10754
10755 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
10756
10757 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10758 part of the decoded armor to find the key-identifier.
10759 (pgg-gpg-lookup-key-owner): New function to return the
10760 human-readable identifier of a key owner.
10761 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10762 key itself.
10763 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10764 the key value) if we have a key and can match it against a secret
10765 key. Also, added a note pointing out fact that the prompt only
10766 indicates the first matching key.
10767
10768 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10769 pgg-decrypt-region.
10770 (pgg-pending-timers): A new hash for tracking the passphrase cache
10771 timers, so that new ones supercede old ones.
10772 (pgg-add-passphrase-to-cache): Rename from
10773 `pgg-add-passphrase-cache' to reduce confusion (all callers
10774 changed). Modified to cancel old timers when new ones are added.
10775 (pgg-remove-passphrase-from-cache): Rename from
10776 `pgg-remove-passphrase-cache' to reduce confusion (all callers
10777 changed). Modified to cancel old timers when their keys are
10778 removed from the cache.
10779 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10780 XEmacs, an indirection to delete-itimer.
10781 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10782 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10783 users can only check cache without risk of prompting. Correct bug in
10784 notruncate behavior.
10785 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10786 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10787 Add informative docstrings.
10788 (pgg-decrypt): Convey provided passphrase in subordinate call to
10789 pgg-decrypt-region.
10790
10791 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
10792
10793 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10794 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10795 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10796 `passphrase' argument, so the passphrase can be managed externally
10797 and then passed in to the system.
10798
10799 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10800 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10801 so the passphrase cache can be used reliably with identifiers
10802 besides a pgp packet's key id.
10803
10804 * pgg-gpg.el (pgg-pgp-encrypt-region)
10805 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10806 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10807 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10808 argument to all these routines, so the passphrase can be managed
10809 externally and passed in to the system.
10810
10811 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10812 `notruncate' argument, so the passphrase cache can be used
10813 reliably with identifiers besides a pgp packet's key id.
10814
10815 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
10816
10817 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10818 symmetric encryption.
10819 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10820 encrypted session key.
10821 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10822 message ask for the passphrase in a proper way.
10823
10824 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10825 New user commands for symmetric encryption.
10826
10827 2005-10-28 Bill Wohler <wohler@newt.com>
10828
10829 * help-mode.el (help-url): New button type. Calls browse-url.
10830 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
10831 Similar to Info nodes: URL `url'.
10832 (help-make-xrefs): Create help-url buttons for
10833 help-xref-url-regexp matches.
10834
10835 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
10836
10837 * tool-bar.el (tool-bar-add-item-from-menu)
10838 (tool-bar-local-item-from-menu): Fix doc strings.
10839
10840 2005-10-28 Romain Francoise <romain@orebokech.com>
10841
10842 * ldefs-boot.el: Update.
10843
10844 * subr.el (locate-library): Move from help-fns.el.
10845 * help-fns.el (locate-library): Move to subr.el.
10846
10847 2005-10-28 Richard M. Stallman <rms@gnu.org>
10848
10849 * net/tramp.el (tramp-completion-mode): defvar moved up.
10850
10851 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
10852
10853 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
10854
10855 * files.el (find-file-noselect): Use %d to format large file size.
10856
10857 * bindings.el (mode-line-format): Add %e.
10858
10859 * loadup.el ("facemenu"): Load unconditionally.
10860 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
10861 ("x-dnd"): Load, when appropriate.
10862
10863 * startup.el (command-line): Call before-init-hook earlier.
10864 Warn about some bad characters in -u user name.
10865
10866 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
10867 (flyspell-external-point-words): Error if misspelled word is not found.
10868 Set flyspell-large-region-beg at end of word.
10869
10870 2005-10-28 Andreas Schwab <schwab@suse.de>
10871
10872 * view.el (View-revert-buffer-scroll-page-forward):
10873 Use view-page-size-default.
10874
10875 2005-10-28 Juri Linkov <juri@jurta.org>
10876
10877 * international/quail.el (quail-get-current-str): Translate last
10878 raw character for deterministic input methods.
10879
10880 2005-10-27 Jay Belanger <belanger@truman.edu>
10881
10882 * calc/calc-ext.el: Add functions to autoloads.
10883 (math-identity-matrix-p, math-ident-row-p): New functions.
10884
10885 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
10886 multiplication by an identity matrix; don't turn multiplication by
10887 an inverse matrix into division.
10888 (math-div-symbol-fancy): Replace division by matrices with
10889 multiplication by inverse.
10890
10891 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
10892
10893 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
10894 (calc-writeoutpower): New functions.
10895
10896 2005-10-27 Romain Francoise <romain@orebokech.com>
10897
10898 * replace.el (occur-engine): Include colon in mouse-face highlight.
10899
10900 * dired-x.el: Change Maintainer field.
10901
10902 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
10903
10904 * longlines.el (longlines-mode): Bind after-change-functions to
10905 nil during initial decoding and final encoding.
10906
10907 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
10908
10909 * term.el (term-emulate-terminal, term-handle-colors-array)
10910 (term-handle-ansi-escape): Specify the terminfo capabilities
10911 implemented.
10912
10913 2005-10-26 Richard M. Stallman <rms@gnu.org>
10914
10915 * info.el (Info-fontify-node): Fix detection of sentence-break
10916 before *Note.
10917
10918 2005-10-26 Romain Francoise <romain@orebokech.com>
10919
10920 * smerge-mode.el: Add `tools' to file keywords.
10921
10922 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
10923
10924 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
10925 when the fringe is not available.
10926
10927 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
10928 (def-gdb-auto-update-trigger): Simplify construction.
10929 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
10930 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
10931 defined explicitly.
10932 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
10933 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
10934 defined explicitly.
10935 (gdb-info-locals-custom): Remove as it's a no-op.
10936
10937 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
10938
10939 * longlines.el (longlines-mode): Remove narrowing before
10940 performing the initial decoding or final encoding.
10941
10942 2005-10-25 Romain Francoise <romain@orebokech.com>
10943
10944 * emacs-lisp/find-func.el (find-library-name): Also strip
10945 extension if library name ends in .el, to take advantage of
10946 `find-library-suffixes'.
10947
10948 2005-10-25 Richard M. Stallman <rms@gnu.org>
10949
10950 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
10951
10952 2005-10-25 Juri Linkov <juri@jurta.org>
10953
10954 * textmodes/texinfo.el (texinfo-mode): Change charset of one
10955 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
10956
10957 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10958
10959 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
10960 (blackbox-redefine-key): Add argument `map'.
10961
10962 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
10963 regions when moving the jit-lock-context-unfontify-pos boundary.
10964
10965 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
10966
10967 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
10968
10969 2005-10-25 Masatake YAMATO <jet@gyve.org>
10970
10971 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
10972
10973 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
10974
10975 * play/blackbox.el (blackbox-redefine-key): New function.
10976 (blackbox-mode-map): Use it to remap existing bindings for cursor
10977 motion instead of binding literal keys.
10978
10979 2005-10-25 Glenn Morris <rgm@gnu.org>
10980
10981 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
10982 diary does not end in a newline. Do not assume a blank line at
10983 the start of the diary file.
10984
10985 2005-10-25 Kenichi Handa <handa@m17n.org>
10986
10987 * international/quail.el (quail-translate-key): If the input
10988 method is deterministic and failed to handle the last key, restart
10989 the key handling loop from an appropriate key.
10990
10991 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
10992
10993 * vc.el (vc-dired-mode): Extend comment for binding of
10994 `directory-listing-before-filename-regexp'.
10995
10996 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10997
10998 * textmodes/texinfo.el (texinfo-mode):
10999 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
11000 not to unnecessarily expose emacs-mule's internal char codes.
11001
11002 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
11003
11004 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
11005 Display hand pointer and help-echo on disabled icon too.
11006 (gdb-mouse-until): New function.
11007 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
11008
11009 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
11010
11011 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
11012 with 2005-10-23 change to doctor.el.
11013
11014 * finder.el (finder-mode-map): Add follow-link binding.
11015
11016 2005-10-25 Kim F. Storm <storm@cua.dk>
11017
11018 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
11019 to gdb-mouse-toggle-breakpoint-fringe.
11020 (gdb-mouse-toggle-breakpoint-margin): Rename from
11021 gdb-mouse-toggle-breakpoint. Fix doc.
11022 (gdb-mouse-toggle-breakpoint-fringe): New defun.
11023 (gdb-put-string): Add optional SPROPS arg. Add props to string.
11024 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
11025 string properties also for fringe breakpoint bitmaps.
11026
11027 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
11028
11029 * textmodes/org.el (org-start-icalendar-file): Fix format form.
11030
11031 2005-10-25 Masatake YAMATO <jet@gyve.org>
11032
11033 * simple.el (completion-common-substring):
11034 Use `completion-common-substring' prior to `completion-base-size'.
11035
11036 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
11037
11038 * savehist.el: Require CL while compiling.
11039 (savehist-history-variables): Remove.
11040 (savehist-save-minibuffer-history, savehist-additional-variables)
11041 (savehist-minibuffer-history-variables): New vars.
11042 (savehist-save): Use them.
11043 (savehist-uninstall, savehist-minibuffer-hook): New funs.
11044 (savehist-install): New fun, extracted from savehist-load.
11045 (savehist-load): Use them.
11046
11047 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11048
11049 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
11050 a dummy doc-string-elt property.
11051 (defalias, defvaralias, define-category): Add a docstring property.
11052
11053 * image.el (defimage):
11054 * widget.el (define-widget):
11055 * custom.el (defface, defcustom): Add `doc-string' declaration.
11056
11057 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
11058 (defadvice): Add `doc-string' declaration.
11059
11060 * emacs-lisp/byte-run.el (macro-declaration-function):
11061 Handle `doc-string' declarations.
11062 (define-obsolete-function-alias, define-obsolete-variable-alias):
11063 Add `doc-string' declaration.
11064
11065 2005-10-24 Kenichi Handa <handa@m17n.org>
11066
11067 * international/utf-7.el (utf-7): Add autoload cookie.
11068
11069 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
11070
11071 2005-10-24 Eli Zaretskii <eliz@gnu.org>
11072
11073 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
11074 list of directories passed to batch-update-autoloads. Add "." to
11075 the list of the echoed directories.
11076
11077 * pgg-def.el:
11078 * pgg-gpg.el:
11079 * pgg-parse.el:
11080 * pgg-pgp.el:
11081 * pgg-pgp5.el:
11082 * pgg.el: Moved here from the gnus subdirectory.
11083
11084 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
11085
11086 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
11087 in case comint-prompt-read-only is set to t.
11088
11089 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
11090 in case comint-prompt-read-only is set to t.
11091
11092 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
11093
11094 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
11095 Now a string.
11096 (icalendar-import-format): Handle CLASS, STATUS, URL.
11097 Rename `subject' to `summary'.
11098 (icalendar-import-format-summary): Rename from
11099 `icalendar-import-format-subject'.
11100 (icalendar-import-format-url, icalendar-import-format-status)
11101 (icalendar-import-format-class): New variables.
11102 (icalendar--rris): Take variable argument list.
11103 (icalendar--datestring-to-isodate): Remove unnecessary
11104 calendar-style check when converting dates with explicit month names.
11105 (icalendar-export-region): Change return type of conversion
11106 subroutines. Bury current buffer unless error occurred.
11107 (icalendar--convert-to-ical)
11108 (icalendar--parse-summary-and-rest): New functions.
11109 (icalendar--convert-ordinary-to-ical)
11110 (icalendar--convert-weekly-to-ical)
11111 (icalendar--convert-yearly-to-ical)
11112 (icalendar--convert-block-to-ical)
11113 (icalendar--convert-cyclic-to-ical)
11114 (icalendar--convert-anniversary-to-ical): Change return type.
11115 Strip trailing blanks from subject.
11116 (icalendar--convert-sexp-to-ical): Change return type.
11117 Strip trailing blanks from subject. Handle simple sexp
11118 entries as generated by icalendar.el.
11119 (icalendar--convert-float-to-ical)
11120 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
11121 (icalendar-import-file): Doc fix.
11122 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
11123 Correct call to icalendar--rris.
11124 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
11125 `summary'.
11126 (icalendar--add-diary-entry): Rename `subject' to `summary'.
11127
11128 2005-10-24 Romain Francoise <romain@orebokech.com>
11129
11130 * server.el (server-sentinel): Set query-on-exit flag to nil on
11131 new client processes (it isn't inherited from the server process).
11132
11133 * replace.el (occur-engine): Rearrange text properties.
11134
11135 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11136
11137 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
11138 case-fold-search is nil.
11139 (debug-help-follow): Use help-xref-interned directly.
11140
11141 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11142
11143 * thumbs.el (thumbs-image-type): Add .pbm.
11144
11145 2005-10-23 Richard M. Stallman <rms@gnu.org>
11146
11147 * faces.el (inhibit-face-set-after-frame-default): New variable.
11148 (set-face-attribute): Bind it.
11149 (face-set-after-frame-default): Test it.
11150
11151 * help-fns.el (describe-simplify-lib-file-name): New function.
11152 (describe-function-1, describe-variable): Use it.
11153
11154 * faces.el (describe-face): Use describe-simplify-lib-file-name.
11155
11156 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
11157 Eliminate nil as possible value.
11158 (tooltip-hide-delay): Reduce internal-border-width.
11159
11160 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
11161 (menu-bar-file-menu) <new-file>: Likewise.
11162
11163 * simple.el (line-move-finish): Ignore fields computing LINE-END.
11164
11165 * international/mule.el (load-with-code-conversion):
11166 Pass full file name to `eval-buffer' unless preloading.
11167
11168 * textmodes/flyspell.el (flyspell-large-region):
11169 Call ispell-check-version.
11170
11171 * textmodes/ispell.el (ispell-local-dictionary-overridden):
11172 Fix the make-variable-buffer-local call that was supposed
11173 to be for this variable.
11174 (ispell-aspell-supports-utf8): Doc fix.
11175 (ispell-find-aspell-dictionaries): Preserve elements of
11176 ispell-dictionary-alist for dictionaries that aspell doesn't report.
11177 (ispell-aspell-find-dictionary): Return nil on error.
11178
11179 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
11180 (doctor-symptoms): Likewise.
11181
11182 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
11183
11184 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11185
11186 * cus-edit.el (custom-button, custom-button-pressed): New vars.
11187 (custom-raised-buttons): Add :set spec.
11188 (custom-button-unraised, custom-button-pressed-unraised):
11189 New faces, so that custom-raised-buttons actually does something.
11190 (custom-mode): Use custom-button and custom-button-pressed.
11191
11192 * wid-edit.el (widget-specify-button): Don't ignore
11193 widget-mouse-face on graphic terminals.
11194 (widget-move-and-invoke): Cleanup.
11195
11196 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
11197
11198 * whitespace.el (whitespace-cleanup): Doc fix.
11199
11200 2005-10-23 Romain Francoise <romain@orebokech.com>
11201
11202 * emulation/viper.el (viper-set-hooks): Quote forms passed to
11203 `eval-after-load' to avoid evaluating their result.
11204
11205 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
11206
11207 * files.el (directory-listing-before-filename-regexp):
11208 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
11209
11210 * dired.el (dired-move-to-filename-regexp): Remove.
11211 All occurences replaced by `directory-listing-before-filename-regexp'.
11212
11213 * dired-x.el, locate.el, vc.el:
11214 Replace `dired-move-to-filename-regexp' by
11215 `directory-listing-before-filename-regexp'. In vc.el it is
11216 overwritten locally; maybe this can be handled in files.el too.
11217
11218 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
11219 replaced by `directory-listing-before-filename-regexp'.
11220
11221 2005-10-23 Andreas Schwab <schwab@suse.de>
11222
11223 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
11224 and eval-next-after-load.
11225
11226 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
11227
11228 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
11229 exist, create it.
11230
11231 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
11232
11233 * allout.el: Remove autoloads for mailcrypt and crypt++.
11234 Require pgg, pgg-gpg during compilation.
11235 (allout-version): Increment version number to 2.1, and use a literal
11236 rather than RCS Id.
11237 (allout-default-encryption-scheme): Remove.
11238 (allout-passphrase-verifier-handling)
11239 (allout-passphrase-verifier-string)
11240 (allout-file-passphrase-verifier-string)
11241 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
11242 (allout-passphrase-hint-handling): Rename and simplify.
11243 (allout-init): Use `find-file-hook' if available, otherwise
11244 `find-file-hooks'.
11245 (allout-mode): Use `write-file-functions' if available, otherwise
11246 `local-write-file-hooks' and, instead of making auto-save-hook
11247 buffer local, make the write-file-hook activity contingent to
11248 allout-mode.
11249 (allout-mode): Use key-binding substitution in the docstring.
11250 (allout-kill-line): Spell-out kill ring data structure mutation
11251 instead of using byte-compiler-complaint-provoking `pop'.
11252 (allout-insert-listified): Use `insert' rather than `insert-string'
11253 (allout-toggle-current-subtree-encryption): Update docstring, adjust
11254 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
11255 (allout-encrypt-string): Totally revamped vis new underlying
11256 encryption facilities.
11257 (allout-mc-activate-passwd): Remove.
11258 (allout-obtain-passphrase): New, more or less replaces
11259 allout-mc-activate-passwd.
11260 (allout-encrypted-key-info): More or less replaces
11261 allout-encrypted-text-type.
11262 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
11263 (my-mark-marker): Use `(featurep 'xemacs)'.
11264
11265 2005-10-23 Lars Hansen <larsh@soem.dk>
11266
11267 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
11268 (byte-compile-file-form-defmumble, byte-compile-defun)
11269 (byte-compile-defmacro): Use it.
11270 (byte-compile-form): Don't call byte-compile-set-symbol-position
11271 when a byte-compile handler is called.
11272
11273 2005-10-22 Romain Francoise <romain@orebokech.com>
11274
11275 * savehist.el (savehist-history-variables): Add `grep-find-history'.
11276
11277 * subr.el (eval-after-load): Convert library name to an absolute
11278 file name using locate-library, since load-history no longer has
11279 library names in it.
11280
11281 2005-10-22 Richard M. Stallman <rms@gnu.org>
11282
11283 * files.el (make-temp-file): Move from subr.el.
11284 * subr.el (make-temp-file): Move to files.el.
11285
11286 * window.el (get-buffer-window-list): Move from subr.el.
11287 * subr.el (get-buffer-window-list): Move to window.el.
11288
11289 * image.el (image-load-path): Use eval-at-startup to initialize.
11290
11291 * subr.el (eval-at-startup): New macro.
11292
11293 * subr.el: Much rearrangement of functions and division
11294 into pages. No code changes.
11295
11296 2005-10-22 Kenichi Handa <handa@m17n.org>
11297
11298 * tar-mode.el (tar-extract): Be sure to call
11299 find-operation-coding-system if set-auto-coding doesn't find a
11300 coding system.
11301
11302 2005-10-22 Kim F. Storm <storm@cua.dk>
11303
11304 * image.el (image-type-header-regexps): Rename from image-type-regexps.
11305 Change users.
11306 (image-type-file-name-regexps): New defconst.
11307 (image-type-from-data): Simplify loop.
11308 (image-type-from-buffer): New defun.
11309 (image-type-from-file-header): Use it instead of image-type-from-data.
11310 Use image-search-load-path instead of only looking in data-directory.
11311 (image-type-from-file-name): New defun.
11312 (image-search-load-path): Change `pathname' to `filename'.
11313 Make PATH arg optional, default to image-load-path.
11314
11315 2005-10-21 Richard M. Stallman <rms@gnu.org>
11316
11317 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
11318
11319 * textmodes/paragraphs.el (sentence-end-base): New variable.
11320 (sentence-end): Use sentence-end-base.
11321
11322 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11323
11324 * font-lock.el (font-lock-default-fontify-region): Check the multiline
11325 property independently from the font-lock-multiline variable.
11326
11327 2005-10-21 Richard M. Stallman <rms@gnu.org>
11328
11329 * emacs-lisp/find-func.el (find-library-name): Doc fix.
11330
11331 * startup.el (command-line): Convert library names
11332 in `load-history' to absolute file names.
11333
11334 * subr.el (symbol-file): Doc fix.
11335
11336 * loadhist.el (file-loadhist-lookup): Call locate-library
11337 instead of find-library-name. Don't try converting
11338 abs file names to library names, since load-history no longer
11339 has library names in it.
11340 (file-dependents, file-provides, file-requires): Doc fixes.
11341
11342 2005-10-21 Juri Linkov <juri@jurta.org>
11343
11344 * progmodes/etags.el (tags-table-mode): New function.
11345 (tags-verify-table): Replace initialize-new-tags-table with
11346 tags-table-mode.
11347
11348 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
11349 default value.
11350 (desktop-modes-not-to-save): Add tags-table-mode to the
11351 default value.
11352
11353 * info.el (Info-index-next): Add total number of index
11354 alternatives to the message.
11355
11356 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
11357 backward only space (instead of space and period) before looking
11358 at sentence end.
11359
11360 * simple.el (set-variable): Use user-variable-p instead of symbolp.
11361 Add the old variable value as 4th default-value arg of read-string.
11362
11363 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11364
11365 * cus-face.el (custom-declare-face): Make face from X resources
11366 also on Mac.
11367
11368 * disp-table.el (standard-display-g1, standard-display-graphic):
11369 Refuse to use string glyphs also on Mac.
11370 (standard-display-european): Don't set terminal coding system also
11371 on Mac.
11372
11373 * frame.el (display-screens): Use x-display-screens also on Mac.
11374
11375 2005-10-21 Romain Francoise <romain@orebokech.com>
11376
11377 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
11378
11379 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11380
11381 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
11382 and $? into sexps.
11383
11384 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
11385 warning face on open-paren-in-column-0.
11386
11387 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
11388 boundary case. Fix typo.
11389 Suggested by Martin Rudalics <rudalics@gmx.at>.
11390
11391 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
11392
11393 * textmodes/org.el (org-combined-agenda-icalendar-file)
11394 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
11395 (org-export-icalendar-this-file)
11396 (org-export-icalendar-all-agenda-files)
11397 (org-export-icalendar-combine-agenda-files): New commands.
11398 (org-export-icalendar, org-print-icalendar-entries)
11399 (org-start-icalendar-file, org-finish-icalendar-file)
11400 (org-ical-ts-to-string): New functions.
11401 (org-read-date, org-goto-calendar)
11402 (org-agenda-goto-calendar): Inhibit displaying diary entries by
11403 call to `calendar'.
11404 (orgtbl-setup): Remove the :keys arguments from the menu description.
11405 (org-after-save-iCalendar-file-hook): New variable.
11406
11407 2005-10-21 Kenichi Handa <handa@m17n.org>
11408
11409 * language/vietnamese.el (tcvn-5712): Make it an alias of
11410 vietnamese-tcvn coding-system.
11411
11412 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
11413
11414 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
11415 group id is given.
11416
11417 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11418
11419 * progmodes/sh-script.el (sh-escaped-line-re): New var.
11420 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
11421 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
11422 whose line is either continued or ends with a comment.
11423
11424 2005-10-20 Romain Francoise <romain@orebokech.com>
11425
11426 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
11427
11428 * replace.el (occur-engine): Add follow-link property.
11429
11430 * font-core.el (font-lock-mode): Doc fix.
11431
11432 2005-10-20 Richard M. Stallman <rms@gnu.org>
11433
11434 * net/rcirc.el: New file.
11435
11436 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
11437
11438 * term.el (term-term-name): Initialize to "eterm-color".
11439
11440 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
11441
11442 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
11443 for encryption functionality.
11444 Move allout customization subgroup from `editing' to `outlines' group.
11445 Fix commentary keywords to legitimate ones.
11446 Update author info (using my current email address, obscurified).
11447 (allout-encrypt-string, allout-encryption-produce-work-buffer)
11448 (allout-encrypted-topic-p, allout-encrypted-text-type)
11449 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
11450 (allout-situate-encryption-key-verifier)
11451 (allout-get-encryption-key-verifier, allout-verify-key)
11452 (allout-next-topic-pending-encryption)
11453 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
11454 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
11455 (outline-key-verifier-handling, outline-key-hint-handling)
11456 (outline-encrypt-unencrypted-on-saves): New defcustoms.
11457 (allout-file-key-verifier-string, allout-encryption-scheme)
11458 (allout-key-verifier-string, allout-key-hint-string)
11459 (allout-after-save-decrypt): New variables.
11460 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
11461 (allout-after-saves-handler): New hook functions.
11462 (allout-post-command-business): Do allout-after-save-decrypt.
11463 (allout-enable-file-variable-adjustment): Custom var to enable
11464 mechanism for adding and adjusting settings of Emacs file variables.
11465 (allout-adjust-file-variable, allout-file-vars-section-data):
11466 New functions, implement the mechanism.
11467 (outlineify-sticky): Use the file vars mechanism.
11468 (allout-inhibit-protection, allout-during-write-cue)
11469 (allout-override-protect, allout-before-change-protect): Remove.
11470 (allout-flag-region, allout-open-topic): Adjust read-only text.
11471 (allout-open-line-not-read-only): Add to facilitate read-only
11472 text based protection.
11473 (allout-kill-line): Revise to adjust read-only text, clue the
11474 user about the inhibition.
11475 (allout-unprotected): Use unwind-protect.
11476 (allout-shift-in, allout-shift-out): Disallow manually shifting a
11477 topic deeper than the offspring depth of the previous topic -
11478 avoiding confusing "containment discontinuities".
11479 (allout-reindent-bodies): Fix retention of body relative hanging
11480 indent during promotion of collapsed bodies.
11481 (allout-open-topic): Make it easy to open new topic with same
11482 bullet as current topic - topic creation functions provided with
11483 any universal argument provokes now prompt for bullet, defaulting
11484 to the bullet of the previous topic.
11485 (allout-plain-bullets-string, allout-distinctive-bullets-string):
11486 Plain bullet alternates `.' period and `,' comma only. All other
11487 bullets are relegated to special status (but customizable).
11488 (allout-end-of-entry): Rename from allout-end-of-current-entry
11489 since it actually operates w.r.t. most immediately containing
11490 entry, visible or not.
11491 (allout-hide-current-entry, allout-show-current-entry): Use the
11492 revised version.
11493 (allout-old-expose-topic): Solidify deprecation.
11494 (allout-end-of-subtree): Add so we can span concealed as well
11495 as visible topics.
11496 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
11497 (allout-end-of-current-heading): Tweak to just respect the first line.
11498 (allout-get-body-text): Add.
11499 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
11500 when invoked interactively.
11501 (allout-up-current-level): Use `interactive-p'.
11502 (allout-mode, allout-init): Miscellaneous docstring and
11503 operational refinements, as well as hookups of new encryption stuff.
11504 (allout-beginning-of-current-entry): Now works as advertised.
11505 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
11506 (allout-isearch-rectification): Refine condition for isearching.
11507 (allout-isearch-abort, allout-enwrap-isearch)
11508 (allout-flag-region, my-region-active-p): Relocate some macros.
11509 (allout-title): Fallback title is (buffer-name), not
11510 non-existing (current-buffer-name).
11511 (subst-char-in-string): Define if absent (for some XEmacs versions).
11512
11513 2005-10-20 Jari Aalto <jari.aalto@cante.net>
11514
11515 * mail/sendmail.el (mail-setup-hook, mail-aliases)
11516 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
11517 (mail-citation-prefix-regexp, mail-signature-file)
11518 (mail-default-headers, mail-bury-selects-summary)
11519 (mail-send-nonascii): Add autoload cookies.
11520
11521 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11522
11523 * frame.el (blink-cursor-mode): Add `mac' to the list of
11524 window-system's that support blinking cursor.
11525
11526 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
11527
11528 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
11529
11530 2005-10-20 Eli Zaretskii <eliz@gnu.org>
11531
11532 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
11533 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
11534 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
11535
11536 2005-10-20 Kim F. Storm <storm@cua.dk>
11537
11538 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
11539 (ido-set-current-directory): Don't add / after final @.
11540 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
11541 Explicitly handle ange-ftp completion oddities.
11542 (ido-make-file-list): Don't rotate list at tramp root to avoid
11543 triggering tramp file handler for expand-file-name via get-file-buffer.
11544
11545 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11546
11547 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
11548
11549 2005-10-19 Jay Belanger <belanger@truman.edu>
11550
11551 * calc/calc-units.el (math-standard-units): Add units, adjust
11552 symbols and update values.
11553 (math-unit-prefixes): Add more prefixes.
11554
11555 2005-10-19 Romain Francoise <romain@orebokech.com>
11556
11557 * bookmark.el (bookmark-menu-heading): New face.
11558 (bookmark-bmenu-list): Use it.
11559 Don't fiddle with `baud-rate' at top-level.
11560
11561 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
11562
11563 * image.el (create-image, find-image): Mention max-image-size in
11564 docstring.
11565
11566 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11567
11568 * savehist.el (savehist-load): Revert to checking XEmacs.
11569
11570 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
11571 Various docstring and line-width fixups.
11572 (conf-mode): Use cond.
11573 Set font-lock-defaults. Don't set comment-use-syntax.
11574
11575 2005-10-18 David Ponce <david@dponce.com>
11576
11577 * tree-widget.el (tree-widget-button-click): New function.
11578 (tree-widget-button-keymap): Use it.
11579
11580 2005-10-18 Romain Francoise <romain@orebokech.com>
11581
11582 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11583 (bookmark-bmenu-hide-filenames): Add follow-link property.
11584 Improve help-echo text.
11585
11586 * ffap.el (find-file-at-point): Doc fix.
11587
11588 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11589
11590 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
11591
11592 2005-10-18 Masatake YAMATO <jet@gyve.org>
11593
11594 Install to the CVS repository what I forgot to install in my
11595 2005-10-16 changes.
11596
11597 * progmodes/python.el (python-complete-symbol): Pass the common
11598 prefix substring of completion to `display-completion-list'.
11599
11600 * textmodes/org.el (org-complete): Ditto.
11601
11602 2005-10-18 Masatake YAMATO <jet@gyve.org>
11603
11604 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
11605
11606 * woman.el (WoMan-xref-man-page): New button type derived
11607 from `Man-abstract-xref-man-page'.
11608 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
11609
11610 * man.el (Man-abstract-xref-man-page): New button type.
11611 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
11612 (Man-highlight-references): Add new optional argument `xref-man-type'.
11613
11614 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
11615
11616 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
11617
11618 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
11619
11620 * cus-edit.el (Custom-move-and-invoke): Delete.
11621 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
11622
11623 * wid-edit.el (widget-move-and-invoke): New function, from
11624 Custom-move-and-invoke.
11625
11626 2005-10-17 Bill Wohler <wohler@newt.com>
11627
11628 Move all remaining images from lisp/toolbar to etc/images, move
11629 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
11630 the low resolution images in their own directory (low-color).
11631
11632 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
11633 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
11634 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
11635 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
11636 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
11637 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
11638 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
11639
11640 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
11641 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
11642 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
11643 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
11644 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
11645 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
11646 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
11647 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
11648 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
11649 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
11650 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
11651 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
11652 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
11653 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
11654 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
11655
11656 To conform with convention, replace the underscore (_) in the
11657 following image names with dash (-) or (/) as appropriate.
11658
11659 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
11660 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
11661 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
11662 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
11663 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
11664 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
11665 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
11666 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
11667 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
11668 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
11669 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
11670 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
11671 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
11672 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
11673 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
11674
11675 * info.el (info-tool-bar-map): Replace underscores in image names
11676 with dashes.
11677
11678 * makefile.w32-in (WINS): Remove toolbar.
11679
11680 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
11681
11682 * tool-bar.el: Move to lisp from toolbar. Now that
11683 toolbar is empty, it should be deleted when folks run "cvs up -P".
11684
11685 2005-10-18 Jay Belanger <belanger@truman.edu>
11686
11687 * calc/calc-store.el (calc-store-into): Get the proper variable name
11688 to display in message.
11689
11690 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
11691
11692 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
11693 expressions display in speedbar for all buffers when debugging.
11694 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
11695
11696 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
11697 (speedbar-insert-button, speedbar-make-button):
11698 Use add-text-properties.
11699 (speedbar-update-localized-contents)
11700 (speedbar-update-directory-contents)
11701 (speedbar-update-special-contents): Use dolist.
11702 (speedbar-buffer-easymenu-definition): Add a menu separator.
11703
11704 2005-10-17 Jason Rumney <jasonr@gnu.org>
11705
11706 * makefile.w32-in: Use $(lisp) consistently.
11707 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
11708 for shell specific generation of mh-autoloads.
11709
11710 2005-10-17 Richard M. Stallman <rms@gnu.org>
11711
11712 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
11713
11714 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11715
11716 * jit-lock.el (jit-lock-fontify-now):
11717 Move jit-lock-context-unfontify-pos to avoid wasted work.
11718
11719 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
11720
11721 * net/tramp.el (tramp-completion-mode): New defvar. Used in
11722 `tramp-completion-mode' for checking if we are in completion mode.
11723 (tramp-completion-handle-file-name-all-completions): Reorder code
11724 in order to complete for file names only in case there are no
11725 method/user/host completions. This is necessary for cooperation
11726 with ido. Reported by Kim F. Storm <storm@cua.dk>.
11727
11728 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
11729
11730 * longlines.el (longlines-search-forward)
11731 (longlines-search-backward): Match any number of spaces.
11732
11733 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
11734
11735 * diff-mode.el (diff-mode): Doc fix.
11736
11737 2005-10-16 David Reitter <david.reitter@gmail.com>
11738
11739 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
11740 as default on darwin and windows systems.
11741
11742 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
11743
11744 * arc-mode.el (archive-zip-extract): Doc fix.
11745
11746 2005-10-16 Romain Francoise <romain@orebokech.com>
11747
11748 * mouse.el (mouse-1-click-follows-link): Doc fix.
11749
11750 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11751
11752 * savehist.el: Don't require CL at runtime.
11753 (savehist-xemacs): Remove.
11754 (savehist-coding-system): Use utf-8 if present, regardless of religion.
11755 (savehist-no-conversion): Use (featurep 'xemacs).
11756 (savehist-load): Check existence of start-itimer rather than XEmacs.
11757 Use an idle timer.
11758 (savehist-process-for-saving): Replace use of CL funs `subseq' and
11759 `delete-if-not'.
11760
11761 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
11762
11763 * savehist.el: Newer version.
11764 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
11765 (savehist-last-checksum, savehist-no-conversion): New vars.
11766 (savehist-autosave, savehist-process-for-saving, savehist-printable):
11767 New functions.
11768 (savehist-load, savehist-save): Use them.
11769 (savehist-delimit): Remove.
11770
11771 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11772
11773 * progmodes/compile.el (compilation-goto-locus): Display the
11774 compilation buffer first and the source buffer second, in case they're
11775 in overlapping frames. Don't raise the compilation frame if it was the
11776 selected window upon entry. Pass the `other-window' arg to
11777 pop-to-buffer.
11778
11779 * info.el (Info-fontify-node): Use dolist.
11780 Change add-text-properties to put-text-property.
11781
11782 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11783
11784 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
11785 bound of search.
11786
11787 2005-10-16 Masatake YAMATO <jet@gyve.org>
11788
11789 * dabbrev.el (dabbrev-completion): Pass the common
11790 prefix substring of completion to `display-completion-list'.
11791
11792 * filecache.el (file-cache-minibuffer-complete)
11793 (file-cache-complete): Ditto.
11794
11795 * tempo.el (tempo-display-completions): Ditto.
11796
11797 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
11798
11799 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
11800
11801 * eshell/em-hist.el (eshell-list-history): Ditto.
11802
11803 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
11804
11805 * mail/mailalias.el (mail-complete): Ditto.
11806
11807 * progmodes/etags.el (complete-tag): Ditto.
11808
11809 * progmodes/make-mode.el (makefile-complete): Ditto.
11810
11811 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
11812
11813 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
11814
11815 * progmodes/pascal.el (pascal-complete-word)
11816 (pascal-show-completions): Ditto.
11817
11818 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
11819
11820 * simple.el (completion-common-substring): New variable.
11821 (completion-setup-function): Use `completion-common-substring'
11822 to put faces.
11823
11824 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11825
11826 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
11827 (x-get-selection, mac-select-convert-to-string): Convert from/to
11828 UTF-16 clipboard data as in native byte order, no BOM.
11829
11830 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
11831
11832 * progmodes/gud.el (gud-tool-bar-map): Rename the images
11833 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
11834 (gud-sentinel): Use speedbar-frame to check for speedbar.
11835
11836 2005-10-15 Richard M. Stallman <rms@gnu.org>
11837
11838 * savehist.el: New file.
11839
11840 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
11841
11842 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
11843 Fix bug in \bf fontification.
11844
11845 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
11846
11847 * pcvs.el (cvs-edit-log-files): New var.
11848 (cvs-mode-edit-log): New arg `file'.
11849 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
11850 Instead force the use of the original file and nothing else.
11851 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
11852 the cvs-minor-wrap-function is set.
11853 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
11854
11855 2005-10-14 Bill Wohler <wohler@newt.com>
11856
11857 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
11858 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
11859 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
11860 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
11861 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
11862 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
11863 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
11864 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
11865 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
11866 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
11867 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
11868 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
11869 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
11870 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
11871 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
11872
11873 * progmodes/gud.el (gud-tool-bar-map): Rename the images
11874 appropriately (for example, gud-break to gud/break).
11875
11876 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
11877
11878 * longlines.el (longlinges-search-function)
11879 (longlines-search-forward, longlines-search-backward): New functions.
11880 (longlines-mode): Set isearch-search-fun-function to
11881 longlinges-search-function.
11882
11883 * mouse.el (mouse-drag-region-1): Handle the case where a
11884 double-click event is bound to an arbitrary function.
11885
11886 2005-10-14 David Ponce <david@dponce.com>
11887
11888 * recentf.el (recentf-track-opened-file)
11889 (recentf-track-closed-file, recentf-update-menu)
11890 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
11891 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
11892 mouse-1-click-follows-link.
11893
11894 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11895
11896 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
11897 Gnome file-manager.png. Suggested by
11898 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
11899
11900 * toolbar/README: Add diropen.xpm.
11901
11902 2005-10-13 Bill Wohler <wohler@newt.com>
11903
11904 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
11905 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
11906
11907 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11908
11909 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
11910 Don't waste the byte-compiler's time on constant data.
11911
11912 2005-10-13 Kenichi Handa <handa@m17n.org>
11913
11914 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
11915 byte with `escape-glyph' face.
11916
11917 * international/fontset.el (ccl-encode-unicode-font):
11918 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
11919 Handle the case that ucs-mule-to-mule-unicode translates a character to
11920 ASCII (usually for IPA characters).
11921
11922 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11923
11924 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
11925 Don't hide the underline of titles if font-lock-mode is disabled.
11926
11927 2005-10-12 Bill Wohler <wohler@newt.com>
11928
11929 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
11930 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
11931 files in MH-E-SRC have been updated.
11932 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
11933
11934 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11935
11936 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
11937 (mixal-mode-syntax-table): Add \n as end-comment.
11938 (mixal-operation-codes-alist): Immediately initialize to full value.
11939 (mixal-add-operation-code): Remove.
11940 (mixal-describe-operation-code): Make the arg non-optional.
11941 Use the interactive spec instead.
11942 Use mixal-operation-codes-alist rather than mixal-operation-codes.
11943 (mixal-font-lock-keywords): Don't highlight comments here any more.
11944 (mixal-font-lock-syntactic-keywords): New var.
11945 (mixal-mode): Use it. Fix comment-start-skip.
11946
11947 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11948
11949 * startup.el (command-line-x-option-alist): -nb => -nbi
11950
11951 2005-10-12 Kim F. Storm <storm@cua.dk>
11952
11953 * startup.el (fancy-splash-default-action): Discard mouse click in
11954 the splash screen window, as it has no sensible meaning in the
11955 next window to be selected. Fixes error reported by Jan D.
11956
11957 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
11958
11959 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
11960
11961 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11962
11963 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
11964 Try to fix up minor layout issues like indentation, line break, etc...
11965 (mixal-mode-syntax-table): Don't try to specify comment syntax,
11966 because it doesn't work.
11967 (mixal-operation-codes): Add some more codes.
11968 (mixal-font-lock-keywords): Process comments here.
11969 (mixal-mode): mixasm no longer needs -g option.
11970
11971 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
11972
11973 * progmodes/sh-script.el (sh-tmp-file):
11974 Use mktemp -t. Finish support for es and rc shells.
11975
11976 2005-10-11 Jay Belanger <belanger@truman.edu>
11977
11978 * calc/calcalg2.el (calc-integral): With an argument, compute the
11979 definite integral.
11980
11981 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
11982
11983 * mouse.el (mouse-drag-region-1): Don't try to catch a
11984 double-click when doing follow-link (it's overridden anyway).
11985
11986 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
11987
11988 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
11989 (autoload-print-form-outbuf): Add docstring.
11990
11991 2005-10-11 Juri Linkov <juri@jurta.org>
11992
11993 * info.el (Info-mode-menu): Delete menu item "Edit".
11994 (Info-mode): Delete description of Info-edit from docstring,
11995 and rearrange descriptions of Info commands in the order
11996 they are documented in the Info manual.
11997
11998 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11999
12000 * calendar/appt.el (appt-check): Use diary-selective-display var.
12001
12002 2005-10-10 Richard M. Stallman <rms@gnu.org>
12003
12004 * net/newsticker.el (newsticker-start, newsticker-show-news):
12005 Add autoload cookies.
12006
12007 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
12008
12009 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
12010
12011 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
12012
12013 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
12014
12015 2005-10-10 Jay Belanger <belanger@truman.edu>
12016
12017 * calc/calc-arith.el (math-check-known-scalarp)
12018 (math-check-known-matrixp): Check the values of arguments that are
12019 variables.
12020 (math-check-known-square-matrixp): New function.
12021 (math-known-square-matrixp): Use math-check-known-square-matrixp.
12022 (math-super-types): Add sqmatrix type.
12023
12024 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
12025 mode name `square' to `sqmatrix'.
12026
12027 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
12028 mode name `square' to `sqmatrix'.
12029
12030 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12031
12032 * progmodes/etags.el (select-tags-table-mode): Don't use
12033 selective-display.
12034 (tags-select-tags-table): Pass `button' to the action function.
12035 (select-tags-table): Place the side-info on button properties rather
12036 than in hidden text. Abbreviate file names.
12037 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
12038 (select-tags-table-select): Add `button' argument.
12039 Get side-info from the button property rather than from hidden text.
12040
12041 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
12042
12043 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
12044 (gud-speedbar-buttons): Preserve point if possible.
12045 (gud-sentinel): Restore previous speedbar display type.
12046
12047 * progmodes/gdb-ui.el (gdba): Improve diagram.
12048 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12049 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
12050 Call get-buffer-window once.
12051
12052 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12053
12054 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
12055 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
12056 (pascal-indent-command): Remove unused var `ind'.
12057 (pascal-indent-case): Remove unused var `oldpos'.
12058 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
12059 since it's now used as a proper minor mode map.
12060 (pascal-outline): Rename to pascal-outline-mode.
12061 (pascal-outline-mode): Use define-minor-mode.
12062 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
12063 selective-display.
12064
12065 2005-10-10 Andreas Schwab <schwab@suse.de>
12066
12067 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
12068 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
12069
12070 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
12071 outside source directory.
12072
12073 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
12074
12075 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
12076 C-x' as a prefix.
12077 (orgtbl-mode-map): Full keymap instead of sparse, because all
12078 `self-insert-command' keys are redefined in this map.
12079 (org-export-as-html): Specify charset for HTML file, by taking it
12080 from the coding system.
12081
12082 2005-10-10 Kenichi Handa <handa@m17n.org>
12083
12084 * textmodes/flyspell.el (flyspell-check-word-p):
12085 If unread-command-events is non-empty, don't call sit-for.
12086
12087 2005-10-09 Richard M. Stallman <rms@gnu.org>
12088
12089 * font-lock.el (font-lock-syntactic-keywords)
12090 (font-lock-keywords): Doc fixes.
12091
12092 * textmodes/flyspell.el (flyspell-external-point-words):
12093 Simplify logic, and don't try to check for consecutive appearances
12094 of one incorrect word.
12095
12096 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
12097
12098 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
12099 separator.
12100
12101 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
12102 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
12103 (gud-expansion-speedbar-buttons): New function.
12104 (gud-speedbar-buttons): Check for gud-comint-buffer.
12105
12106 2005-10-09 Bill Wohler <wohler@newt.com>
12107
12108 * Makefile.in (updates): Add mh-loaddefs dependency.
12109
12110 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
12111
12112 * speedbar.el (speedbar-file-key-map): Fix typo.
12113
12114 2005-10-09 Daniel Brockman <daniel@brockman.se>
12115
12116 * cus-start.el (line-spacing): Add custom spec.
12117
12118 2005-10-09 Romain Francoise <romain@orebokech.com>
12119
12120 * textmodes/ispell.el (ispell-check-version): Fix last change.
12121
12122 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12123
12124 * term/x-win.el: Remove -i, --icon-type from comment.
12125
12126 * startup.el (command-line-x-option-alist): Remove options -i,
12127 -itype, --icon-type, added -nb, --no-bitmap-icon
12128
12129 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
12130
12131 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
12132 instead of :active.
12133
12134 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
12135
12136 * textmodes/ispell.el (ispell-check-version):
12137 Ignore hyphen, and all that follows, in aspell's version text.
12138
12139 2005-10-08 Jay Belanger <belanger@truman.edu>
12140
12141 * calc/calc-arith.el (math-known-square-matrixp): New function.
12142 (math-pow-fancy): Check for matrices before distributing exponent
12143 across products.
12144
12145 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
12146 fullscreen keypad. Suggested by Luc Teirlinck.
12147 (calc-keypad-show-input): Add space for formatting.
12148
12149 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
12150 Add square matrix option.
12151
12152 * calc/calc-poly.el (math-expand-term): Check for matrices instead
12153 of checking calc-matrix-mode when deciding how to expand.
12154
12155 * calc/calc.el (calc-set-mode-line): Add square matrix option.
12156
12157 2005-10-08 Lars Hansen <larsh@soem.dk>
12158
12159 * net/tramp.el (tramp-perl-directory-files-and-attributes):
12160 Add error handling.
12161 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
12162
12163 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
12164
12165 Sync with Tramp 2.0.51.
12166
12167 * net/tramp.el (tramp-handle-set-visited-file-modtime)
12168 (tramp-handle-insert-file-contents, tramp-handle-write-region):
12169 Insert special handling for `last-coding-system-used', again
12170 it still seems to be necessary (unlike stated before).
12171 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
12172 (tramp-password-prompt-regexp): There might be other words before
12173 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
12174 (tramp-chunksize): Improve docstring.
12175 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
12176 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
12177 Christian Joergensen <bugs@razor.dk>.
12178
12179 2005-10-07 Glenn Morris <rgm@gnu.org>
12180
12181 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
12182 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
12183 precision'.
12184
12185 2005-10-07 Romain Francoise <romain@orebokech.com>
12186
12187 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
12188 (ibuffer-do-shell-command-pipe-replace)
12189 (ibuffer-do-shell-command-file, ibuffer-do-eval)
12190 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
12191 (ibuffer-do-revert, ibuffer-do-replace-regexp)
12192 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
12193 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12194 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
12195 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
12196 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
12197 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
12198 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
12199 Autoload file sans suffix.
12200
12201 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
12202
12203 2005-10-07 David Ponce <david@dponce.com>
12204
12205 * recentf.el (recentf-menu-open-all-flag): New option.
12206 (recentf-digit-shortcut-command-name): New function.
12207 (recentf--shortcuts-keymap): New variable.
12208 (recentf-menu-shortcuts): New variable.
12209 (recentf-make-menu-items): Initialize it. Replace the "More..."
12210 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
12211 (recentf-menu-value-shortcut): New function.
12212 (recentf-make-menu-item): Use it. No more in-lined.
12213 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
12214 (recentf-open-most-recent-file): Rename from
12215 `recentf-open-file-with-key'. Don't depend on key binding.
12216 (recentf-mode-map): New variable.
12217 (recentf-mode): Use it.
12218
12219 2005-10-06 Bill Wohler <wohler@newt.com>
12220
12221 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
12222
12223 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
12224 (MH-E-SRC): New. Used by mh-autoloads.
12225 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12226 files in MH-E-SRC have been updated.
12227 (compile, recompile, bootstrap): Depend on mh-autoloads.
12228
12229 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
12230
12231 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
12232 gud-break and gud-remove icons when the fringe is not available.
12233
12234 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
12235 Typo.
12236
12237 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12238
12239 * play/zone.el (zone): Wrap body with save-window-excursion.
12240
12241 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
12242
12243 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
12244 Use the new `list-only' arg to diary-list-entries.
12245
12246 * calendar/diary-lib.el: Use overlays rather than selective-display.
12247 (diary-selective-display): New var.
12248 (diary-header-line-format): Use it.
12249 (diary-list-entries): Add argument `list-only'.
12250 Put the buffer in diary-mode. Don't add \^M at beg and end.
12251 Replace \^M by invisible overlays.
12252 (diary-unhide-everything): Replace \^M by invisible overlays.
12253 (print-diary-entries): Look for overlays rather than \^M.
12254 Add a space to the temp buffer name.
12255 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
12256 Put the buffer in diary-mode.
12257 (list-sexp-diary-entries): Replace \^M by invisible overlays.
12258 (diary-anniversary): Make the year arg optional.
12259 (diary-time-regexp): New const.
12260 (diary-font-lock-keywords): Use it to accept a few more time formats.
12261
12262 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
12263
12264 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
12265
12266 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
12267 Fix bug introduced 2005-07-03: Use (car (last ...))
12268 to faithfully reproduce replaced artist-last.
12269 (artist-set-arrow-points-for-poly): Likewise.
12270 Suggested by Johan Bockg\e,Ae\e(Brd.
12271
12272 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
12273
12274 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
12275 * wid-edit.el (widget):
12276 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
12277 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
12278
12279 2005-10-06 Kenichi Handa <handa@m17n.org>
12280
12281 * international/mule-cmds.el (set-language-environment):
12282 Fix setting up of case-table for unibyte mode.
12283
12284 * simple.el (what-cursor-position): If the character is displayed
12285 by some `display' text property, show that. Don't use
12286 single-key-description for eight-bit characters in multibyte mode.
12287
12288 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
12289
12290 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
12291 (gdb-ann3): Set it.
12292 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
12293 (gdb-info-frames-custom): Use inverse-video for first five
12294 characters of selected frame only.
12295 (gdb-get-frame-number): Select frame even when point is on frame
12296 number.
12297
12298 2005-10-06 Masatake YAMATO <jet@gyve.org>
12299
12300 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12301 Put `font-lock-function-name-face'.
12302 (gdb-info-frames-custom): Put `font-lock-function-name-face'
12303 and `font-lock-variable-name-face'
12304 (gdb-registers-font-lock-keywords): New font lock keywords definition.
12305 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
12306 (gdb-memory-font-lock-keywords): New font lock keywords definition.
12307 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
12308 (gdb-local-font-lock-keywords): New font lock keywords definition.
12309 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
12310 (gdb-threads-font-lock-keywords): New font lock keywords definition.
12311 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
12312
12313 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
12314
12315 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
12316 (ediff-merge-region-is-non-clash-to-skip): Previously called
12317 ediff-merge-region-is-non-clash.
12318
12319 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
12320 Use insert-buffer-substring.
12321
12322 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
12323 selecting files to patch. Also bug fixes.
12324
12325 * ediff-util.el (ediff-setup): Bug fix.
12326 (ediff-next-difference): Never skip clashes that differ in white
12327 space only.
12328
12329 * ediff-wind.el (ediff-setup-control-frame)
12330 (ediff-destroy-control-frame): Check the menubar feature.
12331
12332 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
12333 (viper-refresh-mode-line): Use make-local-variable to localize
12334 some vars instead of make-variable-buffer-local. Suggested by
12335 Stefan Monnier.
12336
12337 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
12338 (viper-restore-cursor-type, viper-set-insert-cursor-type):
12339 Use make-local-variable instead of make-variable-buffer-local.
12340 Suggested by Stefan Monnier.
12341
12342 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
12343 (viper-comint-mode-hook): Use make-local-variable on
12344 require-final-newline.
12345 (viper-non-hook-settings): Don't use make-variable-buffer-local.
12346
12347 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12348
12349 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
12350 also the second char of a comment-start sequence.
12351 (scheme-sexp-comment-syntax-table): New var.
12352 (lambda, define): Set their scheme-doc-string-elt property.
12353 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
12354 Use lisp-font-lock-syntactic-face-function now that it properly
12355 handles |...| symbols.
12356 (scheme-mode-variables): Set lisp-doc-string-elt-property,
12357 parse-sexp-lookup-properties and font-lock-extra-managed-props.
12358
12359 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
12360 bit from # to |.
12361 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
12362
12363 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
12364 (lisp-doc-string-elt-property): New var.
12365 (lisp-font-lock-syntactic-face-function): Use it.
12366 Rewrite to recognize docstrings even for forms not at toplevel.
12367
12368 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
12369 annotation on the | part of #| rather than on the # part.
12370 (scheme-font-lock-syntactic-face-function): New function, to
12371 distinguish strings from |...| symbols.
12372 (scheme-mode-variables): Use it. Also fix up the font-lock-time
12373 syntax-table so that #|...|# is properly highlighted.
12374
12375 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
12376 Don't mark as docstring the 3rd elem of an unknown toplevel form.
12377
12378 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
12379
12380 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
12381 and C-e.
12382
12383 * emacs-lisp/eldoc.el: Move comments into docstrings.
12384 (eldoc-message-commands): Initialize in its declaration.
12385 Add move-beginning-of-line and move-end-of-line.
12386 (eldoc-add-command, eldoc-add-command-completions)
12387 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
12388
12389 * outline.el (outline-mark-subtree): Activate the mark.
12390
12391 * calendar/appt.el (appt-time-regexp): New var.
12392 (appt-add, appt-make-list): Use it.
12393 (appt-convert-time): Clean up.
12394
12395 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
12396 Don't set any syntax-table property here.
12397 (tex-font-lock-verb): New function. Do it here.
12398 (tex-font-lock-syntactic-keywords): Use it.
12399
12400 2005-10-04 Richard M. Stallman <rms@gnu.org>
12401
12402 * wid-edit.el (widget-file-complete): Get the widget start point
12403 the right way. Default directory to `/' if file has none.
12404
12405 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
12406
12407 * textmodes/flyspell.el (flyspell-mode-on):
12408 Call ispell-maybe-find-aspell-dictionaries.
12409
12410 * textmodes/ispell.el (ispell-word, ispell-region):
12411 Call ispell-maybe-find-aspell-dictionaries.
12412 (ispell-accept-buffer-local-defs):
12413 Don't call ispell-maybe-find-aspell-dictionaries
12414
12415 2005-10-04 Richard M. Stallman <rms@gnu.org>
12416
12417 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
12418
12419 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
12420
12421 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
12422 instead of `fboundp' in order to allow for anonymous functions.
12423
12424 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
12425
12426 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
12427 case the user clicks on the link while another window is selected.
12428 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
12429
12430 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
12431 functionality.
12432 (dframe-help-echo): Save point in case mouse tracking is off.
12433
12434 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
12435
12436 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
12437
12438 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12439
12440 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
12441 not change the global value of those vars.
12442
12443 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
12444 make-local-variable which we do not need any more.
12445
12446 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
12447
12448 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
12449 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
12450 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
12451 (speedbar-path-line): Define obsolete aliases.
12452 (speedbar-line-directory): Doc fix.
12453
12454 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
12455 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
12456 instead of speedbar-line-path.
12457
12458 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12459
12460 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
12461 to nil if dropping on a window. Handle dropping on a minibuffer window
12462 like dropping on a non-window part of Emacs.
12463
12464 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12465
12466 * net/ange-ftp.el: Use with-current-buffer.
12467 (ange-ftp-insert-directory): Do not follow symlinks any more.
12468
12469 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12470 Remove interactive spec.
12471
12472 2005-10-03 Kim F. Storm <storm@cua.dk>
12473
12474 * ido.el (ido-mode): Use custom-initialize-set.
12475
12476 2005-10-02 Richard M. Stallman <rms@gnu.org>
12477
12478 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
12479 Use insert-buffer-substring.
12480
12481 * net/tramp.el: Pacify byte compiler warnings in pacification code.
12482 (tramp-handle-file-local-copy): Use insert-buffer-substring.
12483
12484 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12485
12486 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
12487 in last change.
12488 (ange-ftp-insert-directory): Fix up the search for the case where
12489 `file' is absolute.
12490
12491 2005-10-02 Romain Francoise <romain@orebokech.com>
12492
12493 * progmodes/compile.el (compile-goto-error): Delete extra paren.
12494
12495 2005-10-02 Andreas Schwab <schwab@suse.de>
12496
12497 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
12498 directory component in the session info.
12499
12500 2005-10-01 Richard M. Stallman <rms@gnu.org>
12501
12502 * comint.el (comint-redirect-subvert-readonly): Doc fix.
12503
12504 * simple.el (next-error-internal): New function.
12505
12506 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
12507 (compilation-start): Pass new arg to compilation-buffer-name.
12508 (compile-goto-error): Use next-error-internal.
12509
12510 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
12511
12512 * speedbar.el: Remove RCS tag.
12513 (speedbar-check-read-only): Handle non-existent files.
12514
12515 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
12516
12517 * info.el (Info-speedbar-hierarchy-buttons)
12518 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
12519
12520 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12521
12522 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
12523 Do not match newline.
12524 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
12525 (bibtex-summary): Remove unnecessary save-excursion.
12526 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
12527
12528 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12529
12530 * term/mac-win.el: Add charset info for "iso10646-1".
12531 Modify default fontset to use ATSUI-compatible fonts for some charsets
12532 if available.
12533
12534 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
12535
12536 * speedbar.el: Re-apply arch tag.
12537 (speedbar-version): Rename to version 1.0. Suggested by Eric
12538 M. Ludlam.
12539 Reapply two changes from Emacs CVS' version of speedbar lost
12540 during the merge:
12541 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
12542 (speedbar-frame-parameters): Improve customize type.
12543
12544 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12545
12546 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
12547 (ange-ftp-file-directory-p): Fix the symlink case.
12548 (ange-ftp-insert-directory): When listing a single file, get a list of
12549 the parent buffer and extract the relevant line. Inspired from a patch
12550 by Katsumi Yamaoka <yamaoka@jpl.org>.
12551 (ange-ftp-file-name-sans-versions): Simplify.
12552
12553 2005-09-30 Bill Wohler <wohler@newt.com>
12554
12555 Move MH-E image files from toolbar and mail directories into
12556 etc/images.
12557
12558 * mail/reply2.*: Move to etc/images/mail/reply*.
12559
12560 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
12561 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
12562 etc/images.
12563
12564 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
12565 * toolbar/reply*: Move to etc/images/mail.
12566
12567 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
12568
12569 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
12570
12571 * speedbar.el: New version 1.0pre3.
12572
12573 Frame management code (including timer, and mouse click specifics)
12574 moved to dframe.el:
12575 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
12576 (speedbar-timer): Removed. Use dframe-timer.
12577 (speedbar-close-frame): Removed. Use dframe-close-frame.
12578 (speedbar-activity-change-focus-flag): Removed. Use
12579 dframe-activity-change-focus-flag.
12580 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
12581 dframe-update-speed.
12582
12583 (speedbar-current-frame): New macro. Use this instead of the
12584 variable speedbar-frame.
12585
12586 (speedbar-use-images, speedbar-expand-image-button-alist)
12587 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
12588
12589 (speedbar-find-image-on-load-path): Removed. Replaced by
12590 defezimage in ezimage.el.
12591 (speedbar-expand-image-button-alist): Removed. Replaced by
12592 ezimage-expand-image-button-alist in ezimage.el.
12593
12594 (speedbar-ignored-directory-regexp)
12595 (speedbar-add-ignored-directory-regexp)
12596 (speedbar-ignored-directory-expressions)
12597 (speedbar-line-directory, speedbar-buffers-line-directory)
12598 (speedbar-directory-line, speedbar-buffers-line-directory):
12599 Renamed, replacing `path' with `directory'.
12600
12601 (speedbar-create-directory, speedbar-expand-line-descendants)
12602 (speedbar-toggle-line-expansion)
12603 (speedbar-contract-line-descendants): New commands.
12604
12605 (speedbar-query-confirmation-method, speedbar-select-frame-method)
12606 (speedbar-use-tool-tips-flag): New options.
12607
12608 (speedbar-check-read-only, speedbar-require-version)
12609 (speedbar-insert-separator, speedbar-buffers-tail-notes)
12610 (speedbar-handle-delete-frame, speedbar-try-completion)
12611 (speedbar-update-localized-contents): New functions.
12612
12613 (speedbar-incompatible-version, speedbar-ro-to-do-point)
12614 (speedbar-object-read-only-indicator): New variables.
12615
12616 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
12617 New hooks.
12618
12619 (speedbar-separator-face): New face.
12620
12621 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
12622 (speedbar-ignored-modes): Add fundamental-mode.
12623 (speedbar-directory-unshown-regexp): Add . directories.
12624
12625 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
12626 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
12627 `]' for full expand/close.
12628 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
12629
12630 (speedbar-check-vc): Support hidden files.
12631 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
12632 (speedbar-this-file-in-vc): Use vc-state if available. If VC
12633 state is nil, it is not checked out.
12634
12635 (speedbar-line-text, speedbar-line-token): Support expand buttons
12636 with no text.
12637 (speedbar-refresh): Universal argument acts as power-click.
12638 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
12639 that buffer to get variable values.
12640
12641 And many other bugfixes.
12642
12643 * dframe.el, ezimage.el, sb-image.el: New files.
12644
12645 * sb-*.xpm: Remove files. New image files installed into
12646 etc/images/ezimage.
12647
12648 2005-09-30 Kenichi Handa <handa@m17n.org>
12649
12650 * ps-mule.el (ps-mule-show-warning): If a character is in
12651 ps-print-translation-table, don't treat it as non-printable.
12652
12653 2005-09-30 David Ponce <david@dponce.com>
12654
12655 * tree-widget.el (tree-widget-themes-load-path): New variable.
12656 (tree-widget-themes-directory): Doc fix.
12657 (tree-widget-image-formats) [Emacs]: Doc fix.
12658 (tree-widget--locate-sub-directory): New function.
12659 (tree-widget-themes-directory): Use it.
12660
12661 * recentf.el (recentf-filename-handlers): Rename from
12662 `recentf-filename-handler'. Allow a list of functions.
12663 (recentf-menu-items-for-commands): Fix :help strings.
12664 (recentf-apply-filename-handlers): New function.
12665 (recentf-expand-file-name): Use it.
12666 (recentf-cleanup): Remove duplicates too.
12667
12668 2005-09-29 Juri Linkov <juri@jurta.org>
12669
12670 * faces.el: Rearrange face definitions to be in the same order as
12671 their face descriptions in "(emacs)Standard Faces".
12672
12673 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
12674
12675 * tooltip.el (tooltip): Add group `basic-faces'.
12676
12677 * buff-menu.el (Buffer-menu-buffer): Remove group
12678 `font-lock-highlighting-faces'.
12679
12680 * progmodes/compile.el (compilation-error, compilation-warning)
12681 (compilation-info, compilation-line-number, compilation-column-number):
12682 Change group from `font-lock-highlighting-faces' to `compilation'.
12683
12684 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12685 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
12686 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
12687 (vhdl-font-lock-reserved-words-face)
12688 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
12689 `font-lock-highlighting-faces'.
12690
12691 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
12692
12693 2005-09-28 Kim F. Storm <storm@cua.dk>
12694
12695 * emulation/cua-base.el: Set CUA move property on additional commands:
12696 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
12697 forward-sexp, backward-sexp, forward-list, backward-list.
12698
12699 2005-09-28 Romain Francoise <romain@orebokech.com>
12700
12701 * comint.el (comint-show-output): Really set point at the
12702 beginning of the output when not using `comint-use-prompt-regexp'.
12703
12704 2005-09-27 Jay Belanger <belanger@truman.edu>
12705
12706 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
12707 in TeX mode.
12708
12709 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
12710
12711 * textmodes/org.el (org-table-sum): Fix format string.
12712
12713 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
12714 Quote face names.
12715
12716 2005-09-26 Romain Francoise <romain@orebokech.com>
12717
12718 * isearch.el (isearch-forward-regexp): Close doc string.
12719
12720 2005-09-25 Richard M. Stallman <rms@gnu.org>
12721
12722 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
12723
12724 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
12725
12726 * progmodes/compile.el (compilation-error-properties):
12727 When getting the file from the previous error message,
12728 correctly decode the new data format.
12729
12730 * progmodes/cc-cmds.el (c-electric-paren):
12731 Call old-blink-paren only for close-paren.
12732
12733 2005-09-24 Andreas Schwab <schwab@suse.de>
12734
12735 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
12736 condition.
12737
12738 2005-09-25 Romain Francoise <romain@orebokech.com>
12739
12740 * dired-aux.el (dired-copy-file-recursive):
12741 * dired.el (dired-delete-file):
12742 * ediff-mult.el (ediff-dir-diff-copy-file):
12743 * ediff-util.el (ediff-test-save-region):
12744 * forms.el (forms-mode):
12745 * ido.el (ido-file-internal, ido-delete-file-at-head):
12746 * log-edit.el (log-edit-done):
12747 * ses.el (ses-yank-resize):
12748 * play/gomoku.el (gomoku-human-plays, gomoku)
12749 (gomoku-human-resigns, gomoku-prompt-for-other-game)
12750 (gomoku-offer-a-draw):
12751 * play/landmark.el (lm-human-resigns, lm):
12752 * net/eudcb-ldap.el (eudc-ldap-check-base):
12753 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
12754 * progmodes/ebrowse.el (ebrowse-find-pattern):
12755 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
12756 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
12757 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
12758
12759 * vc.el (vc-delete-file):
12760 * play/gomoku.el (gomoku-terminate-game, gomoku)
12761 (gomoku-prompt-for-move, gomoku-human-takes-back):
12762 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
12763 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
12764
12765 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
12766
12767 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
12768 color rxvt terminals by using the code xterm.el used to use before
12769 2005-04-09 in order to match the colors used by rxvt.
12770
12771 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12772
12773 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
12774 colors rxvt-unicode terminals by using the same code as xterm.el.
12775
12776 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12777
12778 * textmodes/tex-mode.el (tex-font-lock-append-prop)
12779 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
12780 new symbol used for the tex-verbatim face.
12781
12782 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
12783
12784 * woman.el (woman-file-name):
12785 * wid-edit.el (widget-file-prompt-value)
12786 (widget-coding-system-prompt-value):
12787 * w32-fns.el (set-w32-system-coding-system):
12788 * vc.el (vc-version-diff, vc-annotate):
12789 * textmodes/reftex-auc.el (reftex-arg-cite)
12790 (reftex-arg-index-tag):
12791 * textmodes/refer.el (refer-get-bib-files):
12792 * textmodes/artist.el (artist-figlet-choose-font):
12793 * terminal.el (terminal-emulator):
12794 * replace.el (occur-read-primary-args):
12795 * rect.el (string-rectangle, string-insert-rectangle):
12796 * ps-print.el (ps-print-preprint):
12797 * progmodes/pascal.el (pascal-goto-defun):
12798 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
12799 * progmodes/compile.el (compilation-find-file):
12800 * printing.el (pr-interactive-n-up):
12801 * play/animate.el (animate-birthday-present):
12802 * net/rcompile.el (remote-compile):
12803 * man.el (man, Man-goto-section, Man-follow-manual-reference):
12804 * mail/rmailsum.el (rmail-summary-search-backward)
12805 (rmail-summary-search):
12806 * mail/rmailout.el (rmail-output-read-rmail-file-name)
12807 (rmail-output-read-file-name):
12808 * mail/rmail.el (rmail-search, rmail-search-backwards):
12809 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
12810 * locate.el (locate):
12811 * international/quail.el (quail-show-keyboard-layout):
12812 * international/mule.el (set-buffer-file-coding-system)
12813 (revert-buffer-with-coding-system, set-file-name-coding-system)
12814 (set-terminal-coding-system, set-keyboard-coding-system)
12815 (set-next-selection-coding-system):
12816 * international/mule-diag.el (describe-coding-system)
12817 (describe-font, describe-fontset):
12818 * international/mule-cmds.el (universal-coding-system-argument)
12819 (search-unencodable-char, describe-input-method)
12820 (set-language-environment, describe-language-environment):
12821 * international/codepage.el (codepage-setup):
12822 * international/code-pages.el (codepage-setup):
12823 * info.el (Info-search, Info-follow-reference)
12824 (Info-search-backward):
12825 * emacs-lisp/advice.el (ad-read-advised-function)
12826 (ad-read-advice-class, ad-clear-cache, ad-activate)
12827 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
12828 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
12829 (ad-read-regexp):
12830 * ediff-util.el (ediff-toggle-regexp-match):
12831 * ediff-ptch.el (ediff-prompt-for-patch-file):
12832 * dired-aux.el (dired-diff):
12833 * diff.el (diff):
12834 * cus-edit.el (custom-variable-prompt):
12835 * calendar/timeclock.el (timeclock-ask-for-project):
12836 * calc/calcalg3.el (calc-get-fit-variables):
12837 * calc/calc-store.el (calc-edit-variable)
12838 (calc-permanent-variable):
12839 * vc-mcvs.el (vc-mcvs-register):
12840 * shadowfile.el (shadow-define-literal-group):
12841 * woman.el (woman-file-name):
12842 * vc.el (vc-version-diff, vc-merge):
12843 * textmodes/reftex-index.el (reftex-index-complete-tag):
12844 * format.el (format-decode-buffer, format-decode-region):
12845 * emulation/viper-cmd.el (viper-read-string-with-history):
12846 * emacs-lisp/debug.el (cancel-debug-on-entry):
12847 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12848 * ediff.el (ediff-merge-revisions)
12849 (ediff-merge-revisions-with-ancestor, ediff-revision):
12850 * completion.el (interactive-completion-string-reader):
12851 * calc/calc-prog.el (calc-user-define-formula):
12852 Follow convention for reading with the minibuffer.
12853
12854 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
12855
12856 * progmodes/python.el (python-describe-symbol): Add globals() and
12857 locals() to the arguments of emacs.ehelp.
12858
12859 2005-09-24 Magnus Henoch <mange@freemail.hu>
12860
12861 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
12862 New function, code extracted from ispell-valid-dictionary-list.
12863 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
12864 Call it.
12865
12866 2005-09-24 Eli Zaretskii <eliz@gnu.org>
12867
12868 * subr.el (version-regexp-alist): Extend valid syntax for version
12869 strings: allow any of the characters -,_,+ to separate the
12870 alpha/beta/rc part from the version part. Doc fix.
12871 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
12872
12873 2005-09-23 David Reitter <david.reitter@gmail.com>
12874
12875 * mail/mailclient.el: New file.
12876
12877 2005-09-23 Richard M. Stallman <rms@gnu.org>
12878
12879 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
12880 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
12881 Doc fixes.
12882
12883 * progmodes/cc-mode.el (c-font-lock-init):
12884 Specify font-lock-lines-before.
12885
12886 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
12887
12888 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
12889 whole conflict.
12890
12891 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
12892
12893 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
12894 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
12895 of `remap' feature when available. Additional key bindings for
12896 better tty support.
12897 (org-mode-restart, org-force-self-insert): New commands.
12898 (org-time-stamp-inactive): New command.
12899 (org-remap): New function.
12900 (org-table-auto-blank-field, org-level-color-stars-only): New options.
12901 (org-enable-fixed-width-editor): Move to `org-structure'
12902 customization group.
12903 (org-self-insert-command, orgtbl-self-insert-command): Modify to
12904 blank field after field motion commands.
12905
12906 2005-09-23 Kenichi Handa <handa@m17n.org>
12907
12908 * international/mule-cmds.el (set-language-environment):
12909 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
12910 have to call utf-translate-cjk-load-tables.
12911
12912 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
12913
12914 * mouse.el (mouse-move-drag-overlay): Fix last change.
12915
12916 2005-09-22 David Ponce <david@dponce.com>
12917
12918 * tree-widget.el (tree-widget-value-create): Fix previous change.
12919
12920 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12921
12922 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
12923
12924 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12925
12926 * mouse.el (mouse-move-drag-overlay): New function.
12927 (mouse-drag-region-1): Use it.
12928 Try to simplify a bit the state handling. Handle clicks on links
12929 inside intangible areas.
12930 (mouse-save-then-kill): Minor simplification.
12931 (mouse-secondary-overlay): Make it always non-nil instead of
12932 recreating it each time.
12933 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
12934 (mouse-kill-secondary, mouse-secondary-save-then-kill):
12935 Simplify accordingly.
12936
12937 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12938
12939 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
12940
12941 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
12942
12943 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
12944 (ediff-file-name-sans-prefix): Treat nil as an empty string.
12945 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
12946 to patch.
12947
12948 * ediff-util.el: Use insert-buffer-substring.
12949
12950 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
12951
12952 * emulation/viper-cmd.el (viper-change-state): Don't move over the
12953 field boundaries in the minibuffer.
12954 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
12955 (viper-minibuffer-post-command-hook): New hook.
12956 (viper-line): Don't move cursor at bolp.
12957
12958 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
12959
12960 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
12961 avoid compiler warnings.
12962
12963 * emulation/viper-macs.el (ex-map): Better messages.
12964
12965 * emulation/viper-utils.el (viper-beginning-of-field): New function.
12966
12967 * emulation/viper.el: Replace make-variable-buffer-local with
12968 viper-make-variable-buffer-local everywhere, to avoid warnings.
12969
12970 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12971
12972 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
12973 Delete unused var `old-selected-window'.
12974 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
12975 (mouse-drag-secondary): Delete unused var `start-frame'.
12976
12977 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12978
12979 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
12980
12981 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12982
12983 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
12984 Re-indent within 80 columns. Use inhibit-read-only.
12985
12986 2005-09-19 Romain Francoise <romain@orebokech.com>
12987
12988 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
12989
12990 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12991
12992 * font-lock.el (font-lock-default-fontify-region): Don't add a line
12993 unconditionally, since the after-change-function already did it.
12994
12995 2005-09-19 Miles Bader <miles@gnu.org>
12996
12997 * net/newsticker.el: Get rid of CVS keyword.
12998
12999 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
13000
13001 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
13002 The prompt is formatted later.
13003
13004 2005-09-19 David Ponce <david@dponce.com>
13005
13006 * tree-widget.el (tree-widget-value-create): Save the converted
13007 tree :node widget.
13008
13009 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
13010
13011 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
13012 variable `message'.
13013
13014 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
13015
13016 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
13017 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
13018 <slawomir.nowaczyk.847@student.lu.se>.
13019
13020 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
13021
13022 * image.el (image-load-path): Use symbol `data-directory' instead
13023 of its value, for backward compatibility with packages that bind
13024 it during `find-image'. Suggested by Katsumi Yamaoka.
13025 (image-search-load-path): Handle symbols whose values are strings.
13026
13027 2005-09-18 Romain Francoise <romain@orebokech.com>
13028
13029 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
13030 with-current-buffer form in save-excursion.
13031
13032 2005-09-18 Deepak Goel <deego@gnufans.org>
13033
13034 * apropos.el (apropos-command): Fix `message' call: first arg
13035 should be a format spec. In this and all other cases that appear
13036 below and elsewhere in the source code, I made a change only when
13037 two conditions were satisfied: [1] I can think of a possibility
13038 that the arguments would cause an error, for example, the code in
13039 question relies on external variables such as filenames. [2] I
13040 was sure that the arg to `message' could not have been nil in the code.
13041
13042 * textmodes/tildify.el (tildify-region): Ditto.
13043
13044 * textmodes/reftex-index.el (reftex-index-change-entry)
13045 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
13046 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
13047 * textmodes/org.el (org-complete, org-deadline, org-schedule)
13048 (org-priority, org-table-sum):
13049 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
13050 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
13051 (flyspell-word, flyspell-display-next-corrections):
13052 * textmodes/bibtex.el (bibtex-print-help-message):
13053 * textmodes/artist.el (artist-key-set-point-poly):
13054 * term/mac-win.el (mac-services-insert-text):
13055 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
13056 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
13057 (vhdl-port-paste-testbench, vhdl-compose-new-component)
13058 (vhdl-compose-configuration):
13059 * progmodes/sh-script.el (sh-blink, sh-show-indent)
13060 (sh-set-indent, sh-learn-line-indent):
13061 * progmodes/ps-mode.el (ps-mode-target-column):
13062 * progmodes/idlwave.el (idlwave-make-tags)
13063 (idlwave-scan-library-catalogs):
13064 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
13065 * progmodes/gud.el (gud-jdb-analyze-source):
13066 * progmodes/flymake.el (flymake-log):
13067 * progmodes/ebnf2ps.el (ebnf-generate-region):
13068 * progmodes/cmacexp.el (c-macro-expansion):
13069 * progmodes/ada-xref.el (ada-treat-cmd-string):
13070 * progmodes/ada-mode.el (ada-create-case-exception-substring)
13071 (ada-justified-indent-current, ada-batch-reformat):
13072 * play/zone.el (zone):
13073 * play/landmark.el (lm-move):
13074 * play/decipher.el (decipher-show-alphabet):
13075 * net/newsticker.el (newsticker--display-jump)
13076 (newsticker--display-scroll):
13077 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
13078 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
13079 * mail/feedmail.el (feedmail-dump-message-to-queue):
13080 * eshell/esh-proc.el (eshell-remove-process-entry):
13081 * emulation/ws-mode.el (ws-last-error):
13082 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
13083 (viper-record-kbd-macro):
13084 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
13085 * emacs-lisp/lisp-mnt.el (lm-report-bug):
13086 * emacs-lisp/find-func.el (find-function-noselect):
13087 * calendar/timeclock.el (timeclock-status-string)
13088 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
13089 (timeclock-when-to-leave-string):
13090 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
13091 * calc/calc-units.el (calc-enter-units-table):
13092 * calc/calc-mode.el (calc-mode-record-mode):
13093 * woman.el (woman-mini-help):
13094 * wdired.el (wdired-change-to-wdired-mode):
13095 * vc.el (vc-retrieve-snapshot):
13096 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
13097 * startup.el (display-startup-echo-area-message):
13098 * simple.el (set-goal-column):
13099 * ses.el (ses-command-hook, ses-recalculate-cell):
13100 * server.el (server-process-filter):
13101 * printing.el (pr-interface-txt-print, pr-interface-printify)
13102 (pr-interface-ps):
13103 * pcvs.el (cvs-help):
13104 * log-edit.el (log-edit, log-edit-mode-help):
13105 * iswitchb.el (iswitchb-possible-new-buffer):
13106 * isearch.el (isearch-edit-string):
13107 * image-mode.el (image-mode, image-minor-mode):
13108 * ibuf-macs.el (define-ibuffer-filter):
13109 * hi-lock.el (hi-lock-find-patterns):
13110 * files.el (toggle-read-only):
13111 * ediff-util.el (ediff-copy-diff)
13112 (ediff-write-merge-buffer-and-maybe-kill):
13113 * echistory.el (Electric-history-undefined):
13114 * dnd.el (dnd-insert-text):
13115 * dired-aux.el (dired-query):
13116 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
13117 * bookmark.el (bookmark-bmenu-locate):
13118 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
13119 Fix `message' calls to ensure first arg is a format string.
13120 The change was made only when these two conditions were satisfied:
13121 [1] when there is a possibility that the arguments would cause an error
13122 for example, if the code in question relies on external variables
13123 such as filenames, and
13124 [2] if the arg to `message' could not have been nil in the code.
13125
13126 * pcomplete.el (pcomplete--help): Fix `message' format spec.
13127 Not having a %s would be weird, though not technically wrong.
13128
13129 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13130
13131 * term/mac-win.el (mac-add-charset-info): Doc fix.
13132
13133 2005-09-17 Romain Francoise <romain@orebokech.com>
13134
13135 * shell.el (shell-resync-dirs): Handle echoing processes more
13136 reliably. Don't insert resync command if `comint-process-echoes'
13137 is non-nil.
13138
13139 2005-09-17 Magnus Henoch <mange@freemail.hu>
13140
13141 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
13142 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
13143 aspell versions >= 0.60.
13144 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
13145 only if ispell-aspell-supports-utf8 is non-nil.
13146
13147 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13148
13149 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
13150 buffer-local value to lisp-indent-function.
13151
13152 2005-09-17 Milan Zamazal <pdm@zamazal.org>
13153
13154 * progmodes/glasses.el (glasses-make-readable): If
13155 glasses-separator differs from underscore, put appropriate
13156 overlays over underscore characters.
13157 (glasses-convert-to-unreadable): If glasses-separator differs from
13158 underscore, try to convert glasses-separator characters to
13159 underscores.
13160
13161 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13162
13163 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
13164 Use with-syntax-table and dolist.
13165
13166 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
13167
13168 * textmodes/reftex-auc.el:
13169 * textmodes/reftex-cite.el:
13170 * textmodes/reftex-dcr.el:
13171 * textmodes/reftex-global.el:
13172 * textmodes/reftex-parse.el:
13173 * textmodes/reftex-ref.el:
13174 * textmodes/reftex-sel.el:
13175 * textmodes/reftex-toc.el:
13176 * textmodes/reftex-vars.el:
13177 * textmodes/reftex.el: Small changes to remove compiler warnings.
13178
13179 * textmodes/reftex-index.el: Likewise.
13180 (reftex-query-index-phrase): More efficient use of markers.
13181
13182 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13183
13184 * image.el (image-load-path): New variable.
13185 (image-search-load-path): New function.
13186 (find-image): Search for images in `image-load-path'.
13187
13188 2005-09-15 Richard M. Stallman <rms@gnu.org>
13189
13190 * follow.el: Change Maintainer field.
13191
13192 2005-09-15 David Ponce <david@dponce.com>
13193
13194 * recentf.el (recentf-save-file-modes): New option.
13195 (recentf-save-list): Use it.
13196
13197 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
13198
13199 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
13200 (mode-line-mule-info, mode-line-modified): Move bindings from
13201 mouse-3 to mouse-1.
13202
13203 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13204
13205 * simple.el (sendmail-user-agent-compose): Revert last change.
13206
13207 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13208
13209 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
13210 Use with-current-buffer.
13211 (ange-ftp-gwp-start): Remove unused var `gw-user'.
13212 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
13213 (ange-ftp-insert-directory): Remove unused var `short'.
13214 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
13215
13216 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
13217 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
13218
13219 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
13220 (check-calendar-holidays, diary-list-entries): Autoload.
13221 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
13222 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
13223
13224 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
13225 which mistakenly removed a call to display-buffer.
13226
13227 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
13228
13229 * obsolete/iso-insert.el: Move to obsolete/ from international/.
13230
13231 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
13232
13233 * progmodes/hideshow.el
13234 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
13235 (hs-allow-nesting): New user var.
13236 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
13237 (hs-hide-block-at-point): When nesting allowed,
13238 if there is already an overlay in place, delete it.
13239 (hs-safety-is-job-n): Delete func; remove call sites.
13240 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
13241 (hs-overlay-at): New func.
13242 (hs-already-hidden-p, hs-show-block): Use it.
13243 (hs-hide-all): Don't pre-clean if nesting allowed.
13244 (hs-show-all): Temporarily disallow
13245 nesting around call to `hs-discard-overlays'.
13246
13247 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
13248
13249 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
13250 Delete unused local var.
13251
13252 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
13253
13254 * help-fns.el (describe-categories): "?\ " -> "?\s".
13255 (help-do-arg-highlight): Recognize also ARG-n, as in
13256 `move-to-left-margin' (ARG+n is already recognized). Simplify.
13257
13258 * international/codepage.el (dos-unsupported-char-glyph):
13259 * net/newsticker.el (tool-bar-map, w3-mode-map)
13260 (w3m-minor-mode-map):
13261 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
13262 (ent-alist):
13263 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
13264
13265 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
13266
13267 * custom.el (custom-push-theme): Handle the case where a symbol is
13268 bound but face properties have not yet been assigned.
13269
13270 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
13271 Fix behavior if noerase is `t' and there is no mail buffer.
13272
13273 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
13274 if `continue' is nil, rather than signal an error.
13275
13276 2005-09-12 Richard M. Stallman <rms@gnu.org>
13277
13278 * font-lock.el (font-lock-keywords): Add autoload.
13279
13280 * help-fns.el (describe-variable): Rearrange to put source link
13281 in a predictable place.
13282
13283 * net/newsticker.el: New file.
13284
13285 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13286
13287 * calendar/calendar.el (calendar-for-loop): Add edebug info.
13288 (calendar-basic-setup): Use the new nil arg.
13289 (number-of-diary-entries): Move to diary-lib.el.
13290
13291 * calendar/diary-lib.el: Use with-current-buffer, match-string.
13292 (diary-list-entries): Use with-syntax-table and dolist.
13293 Rename from list-diary-entries.
13294 Use number-of-diary-entries if `number' is nil.
13295 (diary, diary-view-entries): Use this new name and new nil arg value.
13296 (number-of-diary-entries): Move from calendar.el.
13297 (diary-unhide-everything): New function.
13298 (include-other-diary-files, fancy-diary-display)
13299 (diary-show-all-entries, make-diary-entry): Use it.
13300 (diary-mail-entries): Use buffer-string.
13301 (mark-diary-entries): Fix long standing paren typo.
13302 (diary-sexp-entry): Use count-lines.
13303 (make-diary-entry): Avoid `previous-line'.
13304 (diary-mode-map): New var.
13305 (diary-mode): Redraw cal after saving. Setup header-line.
13306 (fancy-diary-display-mode): Use local-set-key.
13307
13308 * startup.el (command-line): Try calling various terminal-init-foo-bar
13309 functions by stripping hyphenated suffixes from $TERM.
13310
13311 * files.el (normal-mode): Check boundness of font-lock-keywords.
13312
13313 2005-09-12 Richard M. Stallman <rms@gnu.org>
13314
13315 * progmodes/compile.el: Don't decide a file's directory
13316 until the user actually tries to go there.
13317 (compilation-next-error-function):
13318 Pass compilation-find-file the directory from the file-struct.
13319 (compilation-internal-error-properties): Separate local FILE-STRUCT
13320 from FILE. Doc the args better. Rename arg FMT to FMTS.
13321 (compilation-find-file): Arg DIR renamed to DIRECTORY.
13322 Expand it, and if nil, use default-directory.
13323 (compilation-get-file-structure): Don't mix specified directory
13324 with default directory. Put specified directory into
13325 file-struct. Don't make the file name absolute.
13326
13327 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
13328 (compile-command): Add autoload.
13329 (compilation-disable-input): Add autoload.
13330
13331 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
13332
13333 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
13334 strings of the variables it can override.
13335 (time-stamp): New (as yet undocumented) time-stamp-format escapes
13336 %Q and %q, for fully-qualified domain name and unqualified host name.
13337
13338 2005-09-11 Kim F. Storm <storm@cua.dk>
13339
13340 * emacs-lisp/authors.el (authors-aliases): Update list.
13341 (authors-fixed-entries): Update mldrag.el entry.
13342
13343 2005-09-10 Alan Mackenzie <acm@muc.de>
13344
13345 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
13346 from the region narrowed to.
13347
13348 2005-09-10 Magnus Henoch <mange@freemail.hu>
13349
13350 * textmodes/ispell.el (ispell-check-version): Signal an error if
13351 aspell version is less than 0.60.
13352
13353 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
13354
13355 * progmodes/octave-inf.el (inferior-octave-startup):
13356 Resync current dir at the end.
13357
13358 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
13359
13360 * woman.el (woman-topic-at-point-default):
13361 Rename to woman-use-topic-at-point-default.
13362 (woman-topic-at-point): Rename to woman-use-topic-at-point.
13363 (woman-file-name): Reflect renames above. Automatically use the
13364 word at point as topic if woman-use-topic-at-point is non-nil.
13365 Otherwise offer it as default but don't insert it in the
13366 minibuffer. Also use `test-completion' instead of `assoc' as
13367 suggested by Stefan Monnier.
13368
13369 2005-09-10 Andre Spiegel <spiegel@gnu.org>
13370
13371 * vc.el (vc-directory, vc-update-change-log): Throw an error on
13372 the attempt to do it over Tramp. This is not yet supported.
13373
13374 2005-09-10 Eli Zaretskii <eliz@gnu.org>
13375
13376 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
13377 (menu-bar-non-minibuffer-window-p): New functions.
13378 ("Split Window", "Save As..."): Use them.
13379 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
13380 ("Print Buffer", "Truncate Long Lines in this Buffer"):
13381 Use menu-bar-menu-frame-live-and-visible-p.
13382 ("Save Buffer", "Insert File", "Open Directory...")
13383 ("Open File...", "Visit New File..."):
13384 Use menu-bar-non-minibuffer-window-p.
13385 (kill-this-buffer-enabled-p, dired <menu-enable>):
13386 Use menu-bar-non-minibuffer-window-p.
13387
13388 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13389
13390 * cus-start.el (all): Don't complain about fringe-related
13391 built-ins if fringes are not supported. Ditto about
13392 selection-related built-ins. Fix the test for GTK-related built-ins.
13393
13394 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
13395 ("Postscript Print Buffer", "Print Region", "Save As...")
13396 ("Save", "Insert File...", "Open Directory...")
13397 ("Open File...", "Visit New File..."")
13398 ("Truncate Long Lines in this Buffer"): Don't look at
13399 menu-updating-frame if this display does not support multiple frames.
13400
13401 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13402
13403 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
13404
13405 2005-09-09 Emilio Lopes <eclig@gmx.net>
13406
13407 * woman.el: Format- and whitespace-related changes.
13408
13409 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13410
13411 * woman.el: Fix my email address.
13412
13413 2005-09-08 Richard M. Stallman <rms@gnu.org>
13414
13415 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
13416 (sh-mode): Locally set skeleton-pair-default-alist.
13417
13418 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
13419
13420 * progmodes/flymake.el: Require `compile' unconditionally.
13421
13422 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
13423
13424 * woman.el (woman-file-name): Provide a default, not initial input.
13425
13426 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
13427
13428 * font-lock.el (font-lock-support-mode): Doc fix.
13429
13430 * descr-text.el (describe-property-list): Handle non-symbol prop names.
13431
13432 2005-09-08 Richard M. Stallman <rms@gnu.org>
13433
13434 * simple.el (blink-matching-open): Get rid of text props from
13435 the string shown in echo area. Don't permanently set point.
13436 Some rearrangements.
13437
13438 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
13439
13440 * recentf.el (recentf-filename-handler): Add custom choice
13441 `abbreviate-file-name'.
13442
13443 * msb.el (msb--very-many-menus): Fix typo.
13444
13445 * disp-table.el (standard-display-european): Don't set
13446 enable-multibyte-characters to nil.
13447
13448 2005-09-08 David Ponce <david@dponce.com>
13449
13450 * recentf.el (recentf-show-file-shortcuts-flag): New option.
13451 (recentf-expand-file-name): Doc fix.
13452 (recentf-dialog-mode-map): Define digit shortcuts.
13453 (recentf--files-with-key): New variable.
13454 (recentf-show-digit-shortcut-filter): New function.
13455 (recentf-open-files-items): New function.
13456 (recentf-open-files): Use it.
13457 (recentf-open-file-with-key): New command.
13458
13459 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
13460
13461 * buff-menu.el (Buffer-menu-sort-by-column): New function.
13462 Suggested by Kim F. Storm.
13463 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
13464 (Buffer-menu-make-sort-button): Use global keymap.
13465
13466 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
13467
13468 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
13469 (Man-getpage-in-background-advice): Remove defadvice; it isn't
13470 necessary any longer with the remapped command.
13471 (Man-bgproc-sentinel-advice): Remove defadvice which counts
13472 formatting time only.
13473
13474 * net/tramp.el (tramp-action-password)
13475 (tramp-multi-action-password): Compile the password prompt from
13476 `method', `user' and `host'. Sometimes it isn't obvious which
13477 password to enter, for example with remote files offered by
13478 recentf.el, or with multiple steps. Suggested by Robert Marshall
13479 <robert@chezmarshall.freeserve.co.uk>.
13480
13481 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13482
13483 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13484 Fix regexp for when "s///" is at the beginning of line.
13485
13486 2005-09-07 Jay Belanger <belanger@truman.edu>
13487
13488 * calc/calc-poly.el (math-expand-term): Multiply out any powers
13489 when in matrix mode.
13490
13491 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
13492
13493 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
13494 non-anonymous functions.
13495
13496 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
13497
13498 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
13499 when using a header line. Otherwise, use mouse-1-click-follows-link.
13500
13501 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
13502 can't be moved; don't signal an error.
13503
13504 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
13505
13506 * cus-theme.el (custom-theme-write-faces): Save the current face
13507 spec, not the defface spec.
13508
13509 * custom.el (custom-known-themes): Clarify meaning of "standard".
13510 (custom-push-theme): Save old values in the standard theme.
13511 (disable-theme): Correct typo.
13512 (custom-face-theme-value) Deleted unused function.
13513 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
13514
13515 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
13516
13517 * progmodes/compile.el (compilation-goto-locus): Take into account
13518 iconified frames when determining whether the buffer is
13519 already visible.
13520 Don't reset window height if the window already existed.
13521
13522 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
13523
13524 * custom.el (load-theme): Rename from require-theme.
13525 Add interactive spec.
13526 (enable-theme): Rename from custom-enable-theme.
13527 Add interactive spec.
13528 (disable-theme): Rename from custom-disable-theme.
13529 Add interactive spec.
13530 (custom-make-theme-feature): Doc fix.
13531 (custom-theme-directory): Doc fix.
13532 (provide-theme): Call enable-theme.
13533
13534 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
13535
13536 * obsolete/lazy-lock.el (lazy-lock-mode):
13537 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
13538 font-lock-mode if it's off. Print a warning instead.
13539
13540 * progmodes/compile.el (compilation-start): Ignore errors if the
13541 process died before we get to send-eof.
13542
13543 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
13544 Undo last change. Enclosing the result in quotes broke things on Unix
13545 since tex-send-command passes it through shell-quote-argument.
13546 (tex-send-command): Pass `file' through convert-standard-filename
13547 when possible.
13548 (tex-uptodate-p): Handle the case where TeX hasn't put additional
13549 info in a transcript.
13550
13551 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
13552
13553 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
13554 fix compilation warning. Reorder the key definitions to group
13555 together keys emitted by the current version of xterm.
13556
13557 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
13558 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
13559 Reorder predicates to correct min-color usage.
13560
13561 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
13562
13563 * longlines.el (longlines-mode): Inhibit read-only when encoding.
13564 Kill local variables when longlines-mode is turned off.
13565
13566 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
13567
13568 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
13569
13570 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
13571
13572 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
13573
13574 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
13575 (font-lock-lines-before): Change default to being inactive.
13576 (font-lock-default-fontify-region): Obey font-lock-lines-before.
13577 (font-lock-after-change-function): Don't handle f-l-lines-before here.
13578
13579 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
13580
13581 * net/tramp.el (tramp-handle-make-auto-save-file-name):
13582 Deactivate temporarily advice if active (not needed for Emacs 22,
13583 but for backwards compatibility).
13584 (tramp-exists-file-name-handler): Rewrite. First implementation
13585 was too simple.
13586 (tramp-advice-make-auto-save-file-name):
13587 Call `tramp-handle-make-auto-save-file-name' (again, just for
13588 backwards compatibility).
13589
13590 2005-08-31 Reto Zimmermann <reto@gnu.org>
13591
13592 * progmodes/vhdl-mode.el
13593 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
13594 (vhdl-end-p): Fix indentation bug "else" after "-- when".
13595 (vhdl-set-default-project): New function (easier setting of default).
13596 (vhdl-port-copy): Handle extended identifiers for generics.
13597 (vhdl-compiler-alist): Better description for error message regexp.
13598 (vhdl-make): Query for target, use previous as default.
13599 (vhdl-port-copy): Fix port copy for port names starting with "signal".
13600 (vhdl-font-lock-keywords-2): Fix fontification for record
13601 el. assign.
13602 (vhdl-speedbar-make-subpack-line): Add package body link.
13603 (vhdl-generate-makefile-1): Not include itself as dependency.
13604 (vhdl-font-lock-init): Highlight c-preprocessor directives.
13605 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
13606 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
13607 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
13608 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
13609 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
13610 (vhdl-import-project): Add string argument for `error'.
13611 (vhdl-compose-configuration)
13612 (vhdl-compose-configuration-architecture): Add configuration
13613 declaration generation.
13614 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
13615 (vhdl-trailer-re): Add "record" keyword (better indentation).
13616 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
13617 "[^ \t-\"]+".
13618 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
13619 (vhdl-testbench-entity-file-name)
13620 (vhdl-testbench-architecture-file-name): Allow separate
13621 customization of testbench file names.
13622 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
13623 (vhdl-get-visible-signals): Allow newline within alias declaration.
13624 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
13625 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
13626 (member-ignore-case): Alias for missing function in XEmacs.
13627 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
13628 (vhdl-update-sensitivity-list): Ignore case on read signals.
13629 (vhdl-replace-string): Adjust case only for file names.
13630 (vhdl-update-sensitivity-list): Fix search for read signals.
13631 (vhdl-update-sensitivity-list): Exclude formal parameters.
13632 (vhdl-get-visible-signals): Include aliases of signals.
13633 (vhdl-get-visible-signals): Fix signal name searching.
13634 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
13635 (vhdl-fixup-whitespace-region): Fix for character
13636 literals (e.g. `:').
13637
13638 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
13639
13640 * ansi-color.el (comint-last-output-start):
13641 * bs.el (font-lock-verbose):
13642 * diff-mode.el (add-log-buffer-file-name-function):
13643 * dired-x.el (vm-folder-directory):
13644 * faces.el (help-xref-stack-item):
13645 * files.el (font-lock-keywords):
13646 * find-lisp.el (dired-buffers, dired-subdir-alist):
13647 * ido.el (cua-inhibit-cua-keys):
13648 * log-view.el (cvs-minor-wrap-function):
13649 * outline.el (font-lock-warning-face):
13650 * simple.el (compilation-current-error):
13651 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
13652 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
13653 * tooltip.el (comint-prompt-regexp):
13654 * w32-fns.el (explicit-shell-file-name):
13655 * term/mac-win.el (mac-charset-info-alist)
13656 (mac-services-selection, mac-system-script-code):
13657 * term/tty-colors.el (msdos-color-values):
13658 * term/w32-win.el (xlfd-regexp-registry-subnum):
13659 * term/x-win.el (x-keysym-table, x-selection-timeout)
13660 (x-session-id, x-session-previous-id):
13661 * textmodes/ispell.el (mail-yank-prefix):
13662 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
13663 * textmodes/org.el (calc-embedded-close-formula)
13664 (calc-embedded-open-formula)
13665 (font-lock-unfontify-region-function):
13666 * textmodes/reftex-global.el (isearch-next-buffer-function)
13667 (TeX-master):
13668 * textmodes/reftex.el (font-lock-keywords):
13669 * textmodes/tex-mode.el (font-lock-comment-face)
13670 (font-lock-doc-face):
13671 * textmodes/texinfo.el (outline-heading-alist):
13672 Add defvars.
13673
13674 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
13675 (artist-spray-chars, artist-mode-init, artist-replace-string)
13676 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
13677 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
13678 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
13679
13680 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
13681 (conf-align-assignments): "?\ " -> "?\s".
13682
13683 * textmodes/reftex-index.el (TeX-master): Add defvar.
13684 (reftex-index-phrases-marker): Move up defvar.
13685
13686 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
13687 (reftex-toc-include-labels-indicator)
13688 (reftex-toc-include-index-indicator)
13689 (reftex-toc-max-level-indicator): Move up declarations.
13690
13691 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
13692 of args to `tramp-run-real-handler', even if it's empty in this case.
13693
13694 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13695
13696 * dired.el (dired-move-to-filename-regexp): Add date format for
13697 Mac OS X 10.3 in East Asian locales.
13698
13699 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
13700
13701 * files.el (make-auto-save-file-name): Add file name handler call
13702 if applicable.
13703
13704 * net/tramp.el (tramp-file-name-handler-alist)
13705 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
13706 (tramp-handle-make-auto-save-file-name): Rename from
13707 `tramp-make-auto-save-file-name'.
13708 (tramp-exists-file-name-handler): New defun.
13709 (tramp-advice-make-auto-save-file-name): Make defadvice only when
13710 `make-auto-save-file-name' is not a magic file name operation.
13711
13712 2005-08-30 Richard M. Stallman <rms@gnu.org>
13713
13714 * files.el (risky-local-variable-p):
13715 Match `-predicates' and `-commands.
13716
13717 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
13718 (custom-save-all): Visit the file if necessary;
13719 kill the buffer if we created it.
13720 (custom-save-delete): Don't visit file or kill buffer here.
13721
13722 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
13723
13724 * textmodes/org.el (org-special-keyword): New face.
13725 (org-table-copy-down, org-table-eval-formula)
13726 (org-table-recalculate, org-init-section-numbers):
13727 Use `string-to-number' instead of `string-to-int'.
13728 (org-get-location): Use `insert-buffer-substring' instead of
13729 `insert-buffer'.
13730 (org-modify-diary-entry-string): New function.
13731 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
13732 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
13733 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
13734 active region.
13735 (org-export-as-html): Handle QUOTE keyword.
13736 (org-quote-string): New option.
13737 (org-bookmark-jump-unhide): New function, used for
13738 `bookmark-after-jump-hook'.
13739 (org-diary-default-entry): Apply only when not called through
13740 `org-agenda'.
13741
13742 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
13743
13744 * net/eudc.el (mode-popup-menu):
13745 * play/handwrite.el (ps-printer-name, ps-lpr-command):
13746 * progmodes/ada-mode.el (compile-auto-highlight)
13747 (skeleton-further-elements):
13748 * progmodes/autoconf.el (font-lock-syntactic-keywords):
13749 * progmodes/cmacexp.el (msdos-shells):
13750 * progmodes/compile.el (font-lock-extra-managed-props)
13751 (font-lock-keywords, font-lock-maximum-size)
13752 (font-lock-support-mode):
13753 * progmodes/grep.el (font-lock-lines-before):
13754 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
13755 * progmodes/mixal-mode.el (compile-command):
13756 * progmodes/perl-mode.el (font-lock-comment-face)
13757 (font-lock-doc-face, font-lock-string-face):
13758 * progmodes/prolog.el (comint-prompt-regexp):
13759 * progmodes/sh-script.el (font-lock-comment-face)
13760 (font-lock-set-defaults, font-lock-string-face):
13761 * progmodes/sql.el (font-lock-keyword-face)
13762 (font-lock-set-defaults, font-lock-string-face):
13763 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
13764 (itimer-version, lazy-lock-defer-contextually)
13765 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
13766 Add defvars.
13767
13768 * progmodes/cperl-mode.el (cperl-electric-lbrace)
13769 (cperl-electric-keyword, cperl-electric-pod)
13770 (cperl-electric-backspace, cperl-forward-re)
13771 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
13772 (vc-rcs-header, vc-sccs-header): Add defvars.
13773
13774 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
13775 (font-lock-syntactic-keywords, gud-find-expr-function):
13776 Add defvars.
13777
13778 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
13779 (gdb-frame-parameters): Declare before use.
13780
13781 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
13782 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
13783 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
13784 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
13785
13786 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
13787 (idlwave-help-with-source): Use `insert-buffer-substring', not
13788 `insert-buffer'.
13789
13790 2005-08-29 Juri Linkov <juri@jurta.org>
13791
13792 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
13793 Put outline-back-to-heading function call inside save-excursion.
13794
13795 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
13796
13797 * man.el (Man-init-defvars, Man-translate-references)
13798 (Man-support-local-filenames, Man-highlight-references):
13799 * progmodes/sql.el (sql-interactive-mode):
13800 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
13801
13802 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
13803 (compilation-mode-font-lock-keywords): Add defvars.
13804 (checkdoc-interactive-loop): "?\ " -> "?\s".
13805
13806 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
13807 (font-lock-doc-face, font-lock-string-face)
13808 (font-lock-keywords-case-fold-search): Add defvars.
13809 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
13810
13811 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
13812 Don't pass X and Y (they are ignored anyway).
13813 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
13814 (mouse-delete-window): Make arguments optional.
13815
13816 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
13817 (caesar-translate-table, minor-modes, news-buffer-save)
13818 (news-group-name, news-minor-modes): Add defvars.
13819
13820 * emacs-lisp/lselect.el (mouse-highlight-priority)
13821 (x-lost-selection-functions, zmacs-regions):
13822 * emacs-lisp/pp.el (font-lock-verbose):
13823 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
13824 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
13825 (ses-mode-map):
13826 * emacs-lisp/tcover-unsafep.el (safe-functions):
13827 * international/mule-cmds.el (mac-system-coding-system)
13828 (mac-system-locale):
13829 * language/ethio-util.el (rmail-current-message)
13830 (rmail-message-vector):
13831 * language/thai-util.el (thai-auto-composition-mode):
13832 * mail/metamail.el (rmail-current-message, rmail-message-vector):
13833 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
13834 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
13835 (vm-primary-inbox, vm-spool-files):
13836 * mail/rmail.el (deleted-head, font-lock-fontified)
13837 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
13838 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
13839 (total-messages):
13840 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
13841 (rmail-summary-mode-map):
13842 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
13843 (rmail-last-label, rmail-last-multi-labels)
13844 (rmail-summary-vector, rmail-total-messages):
13845 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
13846 * mail/rmailsum.el (msgnum):
13847 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
13848 (rmail-current-message):
13849 * obsolete/fast-lock.el (font-lock-face-list):
13850 * obsolete/rnewspost.el (mail-reply-buffer):
13851 * obsolete/scribe.el (compile-command):
13852 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
13853
13854 2005-08-28 John Paul Wallington <jpw@gnu.org>
13855
13856 * ibuf-ext.el (ibuffer-auto-update-changed):
13857 Use `frame-or-buffer-changed-p' to check whether we need to update.
13858 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
13859 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
13860 as a `frame-or-buffer-changed-p' state vector instead.
13861
13862 2005-08-27 Romain Francoise <romain@orebokech.com>
13863
13864 * textmodes/makeinfo.el (makeinfo-compile):
13865 Use `compilation-start'. Set `next-error-function' according to
13866 `disable-errors'.
13867 (makeinfo-next-error): New function.
13868 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
13869 (makeinfo-buffer): Likewise.
13870
13871 * progmodes/compile.el (compilation-start): Add autoload cookie.
13872
13873 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
13874 * textmodes/sgml-mode.el: Likewise.
13875 * progmodes/python.el: Likewise.
13876
13877 2005-08-27 Eli Zaretskii <eliz@gnu.org>
13878
13879 * simple.el (blink-matching-paren-distance): Document the meaning
13880 of nil value, and allow to customize to nil.
13881
13882 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
13883 command.com, not command.exe.
13884
13885 2005-08-26 John Wiegley <johnw@newartisans.com>
13886
13887 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
13888 code around a bit so that an extraneous nil argument is not added
13889 to a command when no args are given.
13890
13891 * eshell/esh-arg.el (eshell-parse-double-quote): If a
13892 double-quoted argument resolves to nil, return it as an empty
13893 string rather than as nil. This made it impossible to pass "" to
13894 a shell script as a null string argument.
13895
13896 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
13897
13898 * outline.el (outline-invent-heading): New fun.
13899 (outline-promote, outline-demote): Use it.
13900 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
13901 (outline-end-of-subtree): Remove unused var `opoint'.
13902
13903 2005-08-26 David Reitter <david.reitter@gmail.com>
13904
13905 * menu-bar.el (truncate-lines, write-file, print-buffer)
13906 (ps-print-buffer-faces, ps-print-buffer, split-window):
13907 Disable menu items when the frame they refer to is invisible, or when
13908 they refer to a buffer and the minibuffer is selected.
13909
13910 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
13911
13912 * progmodes/flymake.el (flymake-highlight-err-lines):
13913 Use save-excursion around flymake-highlight-line to preserve point.
13914
13915 2005-08-26 Eli Zaretskii <eliz@gnu.org>
13916
13917 * progmodes/octave-mod.el: Change Author and Maintainer address.
13918 (octave-maintainer-address): Change Kurt's email address.
13919 * progmodes/octave-inf.el: Change Author and Maintainer address.
13920 * progmodes/octave-hlp.el: Change Author and Maintainer address.
13921
13922 2005-08-26 Kim F. Storm <storm@cua.dk>
13923
13924 * subr.el (version-list-<, version-list-<=, version-list-=):
13925 Rename from integer-list-*.
13926 (version-list-not-zero): Likewise. Fix while loop.
13927 (version=): Use version-list-= instead of string-equal.
13928
13929 2005-08-26 Richard M. Stallman <rms@gnu.org>
13930
13931 * outline.el (outline-promote): Try shortening the heading.
13932 As last resort, read the heading to use.
13933 (outline-demote): As last resort, read the heading to use.
13934
13935 2005-08-26 Romain Francoise <romain@orebokech.com>
13936
13937 * progmodes/compile.el (compilation-start): Doc fix.
13938
13939 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
13940 (antlr-font-lock-additional-keywords): Fix reference to
13941 `antlr-font-lock-literal-regexp' erroneously changed during the
13942 mass face rename.
13943 (antlr-run-tool): Use `compilation-start'.
13944
13945 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
13946 instead of the obsolete `compile-internal'.
13947
13948 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
13949
13950 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
13951 (number, original-date):
13952 * calendar/cal-china.el (date):
13953 * calendar/cal-coptic.el (date):
13954 * calendar/cal-french.el (date):
13955 * calendar/cal-hebrew.el (date, entry, number, original-date):
13956 * calendar/cal-islam.el (date, number, original-date):
13957 * calendar/cal-iso.el (date):
13958 * calendar/cal-julian.el (date):
13959 * calendar/cal-mayan.el (date):
13960 * calendar/cal-menu.el (date, event):
13961 * calendar/cal-persia.el (date):
13962 * calendar/lunar.el (date):
13963 * calendar/solar.el (date): Add defvars.
13964
13965 * emerge.el:
13966 * ibuffer.el:
13967 * info-xref.el:
13968 * obsolete/bg-mouse.el:
13969 * obsolete/sun-curs.el:
13970 * obsolete/swedish.el: Move the `defvar's to the top level.
13971
13972 * smerge-mode.el (smerge-refined-change): Add :group.
13973
13974 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
13975
13976 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
13977 (smerge-keep-n): Remove props.
13978 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
13979 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
13980 now that it's done in smerge-keep-n.
13981 (smerge-refined-change): New face.
13982 (smerge-refine-chopup-region, smerge-refine-highlight-change)
13983 (smerge-refine): New funs.
13984 (smerge-basic-map): Bind smerge-refine.
13985
13986 2005-08-25 Juri Linkov <juri@jurta.org>
13987
13988 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
13989 compilation-process-setup-function and compilation-disable-input
13990 in grep-mode instead of let-bindings in grep.
13991
13992 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
13993 Delete "Automatic File De/compression" (auto-compression-mode).
13994
13995 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
13996
13997 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
13998 Silence warning about non-existent variable.
13999
14000 2005-08-25 Richard M. Stallman <rms@gnu.org>
14001
14002 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
14003 Rename "Describe Key" to "Describe Key or Mouse Operation".
14004
14005 * mail/mailalias.el (build-mail-aliases): Delete comments
14006 from the contents before processing them.
14007
14008 * isearch.el (isearch-edit-string): Erase the Search prompt
14009 if user enters an empty string and there is no default.
14010
14011 * comint.el (comint-file-name-prefix): Add autoload.
14012
14013 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
14014
14015 * subr.el (play-sound): Rearrange to avoid warning.
14016
14017 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
14018
14019 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
14020 New hook.
14021 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
14022
14023 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14024
14025 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
14026
14027 * custom.el (custom-theme-set-variables): Sort minor modes last.
14028
14029 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14030
14031 * subr.el (version-separator, version-regexp-alist): New vars used by
14032 version comparison funs.
14033 (integer-list-<, integer-list-=, integer-list-<=)
14034 (integer-list-not-zero): New funs for integer list comparison.
14035 (version-to-list, version=, version<, version<=): New funs for version
14036 comparison.
14037
14038 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
14039
14040 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
14041 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
14042 time to silence the byte-compiler.
14043
14044 * ibuffer.el (ibuffer-compile-make-eliding-form)
14045 (ibuffer-check-formats): Use `with-no-warnings' to hide references
14046 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
14047 so it's silly to get warnings for it).
14048 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
14049 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
14050 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
14051 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
14052 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
14053 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
14054 Defvar at compile time.
14055 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
14056 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
14057 Declare them before use.
14058
14059 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
14060 (info-xref-good, info-xref-bad): Defvar at compile time.
14061
14062 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
14063 Use `let*' instead of `let'.
14064
14065 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
14066 (*mouse-y*, menu, char): Defvar at compile time.
14067 (sc::menu): Declare it before use.
14068 (sc::pack-one-line): Use `let', not `let*'.
14069
14070 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
14071 (mail-send-hook): Defvar at compile time.
14072
14073 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
14074 Defvar at compile time.
14075
14076 * term/sun-mouse.el (current-global-mousemap)
14077 (current-local-mousemap): Declare them before use.
14078
14079 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
14080
14081 * bookmark.el (bookmark-after-jump-hook): New hook.
14082 (bookmark-jump): Run `bookmark-after-jump-hook'.
14083
14084 2005-08-23 Juri Linkov <juri@jurta.org>
14085
14086 * faces.el (minibuffer-prompt): Doc fix.
14087
14088 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
14089
14090 * progmodes/xscheme.el: Trivial changes to silence warnings.
14091 (xscheme-previous-mode, xscheme-previous-process-state):
14092 Add defvars.
14093 (xscheme-last-input-end, xscheme-process-command-line)
14094 (xscheme-process-name, xscheme-buffer-name)
14095 (xscheme-expressions-ring-max, xscheme-expressions-ring)
14096 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
14097 (xscheme-control-g-synchronization-p)
14098 (xscheme-control-g-disabled-p, xscheme-string-receiver)
14099 (default-xscheme-runlight, xscheme-runlight)
14100 (xscheme-runlight-string, xscheme-process-filter-state)
14101 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
14102 Move to beginning of file.
14103 (scheme-interaction-mode-commands-alist)
14104 (scheme-interaction-mode-map, scheme-debugger-mode-map):
14105 Declare them before use. Note: the initialization code for the variables
14106 has not been moved because it uses functions that reference the variables.
14107 (xscheme-control-g-message-string, xscheme-process-filter-alist)
14108 (xscheme-prompt-for-expression-map): Declare them before use.
14109 (scheme-debugger-mode-commands): "?\ " -> "?\s".
14110
14111 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
14112
14113 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
14114
14115 2005-08-22 Juri Linkov <juri@jurta.org>
14116
14117 * faces.el (set-face-underline): Delete this duplicate function
14118 and make an obsolete alias to set-face-underline-p.
14119 (set-face-underline-p): Use docstring of set-face-underline.
14120 (describe-face): Create hyperlink to parent face.
14121
14122 * info.el (Info-insert-dir): Use save-excursion around
14123 insert-buffer-substring.
14124 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
14125 (Info-escape-percent): Delete function.
14126 (Info-fontify-node): Replace Info-escape-percent by
14127 replace-regexp-in-string with REP arg set to lambda that
14128 duplicates `%' and preserves text properties.
14129
14130 * progmodes/compile.el (compilation-disable-input): Doc fix.
14131 (define-compilation-mode): Doc fix and refill.
14132 (kill-compilation): Use `mode-name' in the error message.
14133 (compilation-find-file): Use `compilation-error' in the
14134 read-file-name's prompt.
14135
14136 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14137
14138 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
14139 (smerge-auto-leave): Make undo re-enable the mode.
14140 (debug-ignored-errors): Add the user-error of impossible resolution.
14141 (smerge-resolve): Move things around a bit, in preparation for later.
14142 (smerge-diff): Don't fail if the buffer has no associated file.
14143 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
14144 (smerge-conflict-overlay): New function.
14145 (smerge-match-conflict): Don't add text properties here.
14146 (smerge-find-conflict): Instead, add an overlay here.
14147 Also check for the case where we're inside a conflict already, so as to
14148 obviate the need for font-lock-multiline, which is unbearably slow with
14149 large conflicts and ciomplex font-lock patterns.
14150 (smerge-remove-props): Remove overlay rather than text-properties.
14151 (smerge-mode): Don't set font-lock-multiline.
14152 Remove overlays when turned off.
14153
14154 2005-08-21 Kim F. Storm <storm@cua.dk>
14155
14156 * ido.el (ido-ignore-item-p): Use save-match-data.
14157 Bind case-fold-search to ido-case-fold locally.
14158
14159 2005-08-20 Richard M. Stallman <rms@gnu.org>
14160
14161 * files.el (normal-mode): If font lock is on, turn it off and on.
14162
14163 * subr.el (replace-regexp-in-string): Doc fix.
14164
14165 * startup.el (command-line-1): Don't suppress startup screen
14166 due to existing processes.
14167
14168 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
14169
14170 * progmodes/compile.el (compilation-disable-input): Default to nil.
14171
14172 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14173
14174 * progmodes/compile.el (compilation-disable-input): New defcustom.
14175 (compilation-start): If compilation-disable-input is non-nil, send
14176 EOF to the compilation process.
14177
14178 2005-08-20 Eli Zaretskii <eliz@gnu.org>
14179
14180 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
14181 Run the argument of tex-shell-cd-command through
14182 convert-standard-filename, to get the correct style of slashes on
14183 Windows, and enclose the result in quotes, in case the file name
14184 includes whitespace or other special characters.
14185
14186 2005-08-19 Andreas Schwab <schwab@suse.de>
14187
14188 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
14189 process.
14190
14191 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
14192
14193 * cus-start.el (minibuffer-prompt-properties): Correct typo.
14194
14195 2005-08-18 Kim F. Storm <storm@cua.dk>
14196
14197 * scroll-lock.el: Fix errors due to incorrect line wrapping.
14198
14199 2005-08-18 Richard M. Stallman <rms@gnu.org>
14200
14201 * scroll-lock.el: New file.
14202
14203 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
14204
14205 * dired.el (dired-move-to-end-of-filename):
14206 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
14207
14208 2005-08-18 Kim F. Storm <storm@cua.dk>
14209
14210 * ido.el (ido-everywhere): Fix defcustom :set function to disable
14211 rather than toggle mode when custom value is nil.
14212 (ido-everywhere): Fix defun doc string.
14213
14214 2005-08-17 Richard M. Stallman <rms@gnu.org>
14215
14216 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
14217 as tag instead of "Inviolable".
14218
14219 2005-08-17 Kim F. Storm <storm@cua.dk>
14220
14221 * windmove.el (windmove-coordinates-of-position): Remove.
14222 (windmove-coordinates-of-window-position): Remove.
14223 (windmove-reference-loc): Use posn-at-point instead.
14224
14225 * subr.el (insert-for-yank-1): Doc fix.
14226
14227 * ido.el (ido-enter-matching-directory): Rename from
14228 ido-enter-single-matching-directory. Change `slash' choice to
14229 `only'. Add `first' choice.
14230 (ido-exhibit): Adapt to above changes.
14231
14232 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
14233
14234 * Makefile.in: Expand comment about building loaddefs.el.
14235
14236 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
14237
14238 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
14239 Comment use of defadvice.
14240
14241 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
14242
14243 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
14244
14245 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
14246 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
14247 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
14248 * progmodes/idlw-shell.el, progmodes/ld-script.el,
14249 * progmodes/which-func.el, ruler-mode.el, strokes.el,
14250 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
14251 for backward compatibility for faces that did not appear in the
14252 previous Emacs release.
14253
14254 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
14255
14256 2005-08-15 Kim F. Storm <storm@cua.dk>
14257
14258 * emulation/cua-base.el (cua-delete-region): Return t if
14259 deleted region was non-empty.
14260 (cua-replace-region): Inhibit overwrite-mode for
14261 self-insert-command if replaced region was non-empty.
14262 (cua--explicit-region-start, cua--status-string): Make them
14263 buffer-local at top-level...
14264 (cua-mode): ...rather than when mode is enabled.
14265
14266 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
14267
14268 * progmodes/vhdl-mode.el (vhdl-emacs-21):
14269 Set t for Emacs 21, 22, and so on.
14270
14271 2005-08-15 David Ponce <david@dponce.com>
14272
14273 * tree-widget.el: Update Commentary header.
14274 (tree-widget-theme): Doc fix.
14275 (tree-widget-space-width): New option.
14276 (tree-widget-image-properties): Look up in the default theme too.
14277 (tree-widget--cursors): Only for images with arrow pointer shape.
14278 (tree-widget-lookup-image): Pointer shape is hand by default.
14279 (tree-widget-icon): Rename generic icon widget from
14280 `tree-widget-control'.
14281 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
14282 derive from `tree-widget-icon'.
14283 (tree-widget-handle): Improve default look and feel of the text
14284 representation.
14285 (tree-widget): Rename :*-control properties to :*-icon properties.
14286 Add :action and :help-echo properties.
14287 (tree-widget-after-toggle-functions): Move.
14288 (tree-widget-close-node, tree-widget-open-node): Remove.
14289 (tree-widget-before-create-icon-functions): New hook.
14290 (tree-widget-value-create): Update to allow customization of icons
14291 and nodes at run-time via that new hook.
14292 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
14293 (tree-widget-icon-action, tree-widget-icon-help-echo)
14294 (tree-widget-action, tree-widget-help-echo): New functions.
14295
14296 2005-08-15 Kim F. Storm <storm@cua.dk>
14297
14298 * ido.el (ido-buffer-internal): Use with-no-warnings.
14299 (ido-make-merged-file-list): Use while-no-input.
14300
14301 2005-08-15 Richard M. Stallman <rms@gnu.org>
14302
14303 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
14304 (flyspell-large-region): Fix doc and custom type.
14305
14306 2005-08-14 Richard M. Stallman <rms@gnu.org>
14307
14308 * files.el (interpreter-mode-alist): Doc fix.
14309
14310 * mail/rmail.el (rmail-nonignored-headers): New variable.
14311 (rmail-clear-headers): Use it.
14312 (rmail-reply): Better handling of mail-followup-to header.
14313
14314 * progmodes/sh-script.el (sh-font-lock-keywords-var):
14315 Rename variable from sh-font-lock-keywords. In the `shell' entry,
14316 don't try to refer to executable-font-lock-keywords.
14317 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
14318 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
14319 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
14320 (sh-mode): Set comment-start-skip, local-abbrev-table,
14321 imenu-case-fold-search.
14322 (sh-set-shell): Don't set them here.
14323 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
14324 Don't cache the results in the original alist; don't ever modify
14325 that alist.
14326
14327 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
14328
14329 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
14330 empty.
14331
14332 2005-08-15 Andreas Schwab <schwab@suse.de>
14333
14334 * desktop.el: Put autoload cookie at risky-local-variable declarations.
14335
14336 * dired.el, info.el, mail/rmail.el: Revert last change.
14337
14338 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
14339
14340 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
14341 modification in `eval-after-load' form.
14342 * info.el: Likewise.
14343 * mail/rmail.el: Likewise.
14344
14345 2005-08-14 Juri Linkov <juri@jurta.org>
14346
14347 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14348 Remove highlighting of "Compilation started". Highlight only
14349 the word "finished" in "Compilation finished". Add highlighting
14350 of "interrupt", "killed", "terminated" and the exit code.
14351 (compilation-start): Add newline after header. Use exactly the
14352 same time stamp format as the finishing message.
14353 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
14354
14355 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
14356 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
14357 Add highlighting of "interrupt", "killed", "terminated".
14358
14359 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
14360 enabled and the current command is self-insert-command, call it
14361 explicitly with overwrite-mode bound to nil, to not allow it
14362 to delete the character after the selected region.
14363
14364 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
14365
14366 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
14367 move-end-of-line, end-of-line, and beginning-of-line to the list
14368 of commands after which the echo area is updated.
14369
14370 2005-08-12 Eli Zaretskii <eliz@gnu.org>
14371
14372 * cus-edit.el (custom-save-all, custom-save-delete):
14373 Bind recentf-exclude to exclude custom-file.
14374
14375 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
14376
14377 * mail/rmailsum.el (rmail-summary-end-of-message): New command
14378 to go to the bottom of the mail message. Added to
14379 `rmail-summary-mode-map' with key "/".
14380 (rmail-summary-show-message): New (internal) function for use by
14381 both `rmail-summary-beginning/end-of-message'.
14382 (rmail-summary-beginning-of-message): Change to use
14383 rmail-summary-show-message.
14384
14385 * mail/rmail.el (rmail-end-of-message): New command to go to the
14386 end of the current message. Added to `rmail-mode-map' with key "/".
14387 (rmail-beginning-of-message): Fix to work as documented.
14388 (rmail-mode): Change documentation.
14389
14390 * progmodes/compile.el (compilation-start): Add the line
14391 "Compilation started" with compilation start time.
14392 (compilation-mode-font-lock-keywords): Add `started' to keywords.
14393
14394 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
14395
14396 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
14397 of menu items.
14398
14399 2005-08-11 Richard M. Stallman <rms@gnu.org>
14400
14401 * simple.el (pop-global-mark): Reverse test of widen-automatically.
14402
14403 * battery.el (battery-status-function): Don't use ignore-errors.
14404
14405 2005-08-11 Lute Kamstra <lute@gnu.org>
14406
14407 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
14408 define-obsolete-variable-alias.
14409
14410 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
14411
14412 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
14413 (ange-ftp-send-cmd): Revert last change, and expand
14414 the comment explaining the problem.
14415
14416 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
14417
14418 * ldefs-boot.el: Update.
14419
14420 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
14421 item to "Time, Load and Mail". Change help echo text.
14422
14423 * time.el (display-time-use-mail-icon, display-time-format)
14424 (display-time-string-forms): Shorten first line of docstrings.
14425
14426 2005-08-10 Lars Hansen <larsh@soem.dk>
14427
14428 * desktop.el (desktop-buffer-mode-handlers):
14429 Make non-customizable. Add autoload cookie. Change initial value to
14430 nil; add elements in respective modules instead. Fix doc string.
14431 (desktop-load-file): New function.
14432 (desktop-minor-mode-handlers): New autoloaded variable.
14433 (desktop-create-buffer): Call minor mode handlers.
14434 Use desktop-load-file to load major and minor mode modules prior to
14435 checking for a handler.
14436 (desktop-save): Don't add nil to desktop-minor-modes for minor
14437 modes with nil function in desktop-minor-mode-table. Don't delete
14438 desktop file before rewriting it.
14439 (desktop-locals-to-save): Add autoload cookie. Don't make
14440 automatically buffer-local. Add variables column-number-mode,
14441 size-indication-mode, indent-tabs-mode,
14442 indicate-buffer-boundaries, indicate-empty-lines and
14443 show-trailing-whitespace.
14444 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
14445 regexps. Don't use desktop-clear-preserve-buffers-regexp.
14446 (desktop-clear-preserve-buffers-regexp): Delete.
14447 (desktop-clear-preserve-buffers): Update initial value and docstring.
14448 (desktop-save-buffer): Fix doc string.
14449
14450 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
14451 (hilit-chg-desktop-restore): New function.
14452 (highlight-changes-mode): Add highlight-changes-mode to
14453 desktop-locals-to-save.
14454
14455 * dired.el: Add handler to desktop-buffer-mode-handlers.
14456 (dired-restore-desktop-buffer): Remove autoload cookie.
14457 (dired-mode): Add autoload cookie.
14458
14459 * info.el: Add handler to desktop-buffer-mode-handlers.
14460 (Info-restore-desktop-buffer): Remove autoload cookie.
14461 (Info-mode): Add autoload cookie.
14462
14463 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
14464 (mh-restore-desktop-buffer): Remove autoload cookie.
14465 (mh-folder-mode): Add autoload cookie.
14466
14467 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
14468 (rmail-restore-desktop-buffer): Remove autoload cookie.
14469
14470 2005-08-11 Masatake YAMATO <jet@gyve.org>
14471
14472 * hexl.el (hexl-address-region):
14473 (hexl-ascii-region, hexl-font-lock-keywords):
14474 (hexl-highlight-line-range): Use the term "region"
14475 instead of "area" for consistency with the other symbols
14476 defined in hexl.el.
14477
14478 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
14479
14480 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
14481 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
14482 out by Juri Linkov). Add `display-battery-mode'.
14483
14484 2005-08-09 Juri Linkov <juri@jurta.org>
14485
14486 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14487 Remove `-text' from face variable names.
14488 (compilation-error-file-name, compilation-warning-file-name)
14489 (compilation-info-file-name): Delete faces.
14490 (compilation-line-number, compilation-column-number):
14491 Remove face underlining.
14492 (compilation-message-face): Set to `underline' value by default.
14493 (compilation-error-face, compilation-warning-face)
14494 (compilation-info-face): Remove `-file-name' from face names.
14495 (compilation-error-text-face, compilation-warning-text-face)
14496 (compilation-info-text-face): Delete face variables.
14497 (compilation-text-face): Delete function.
14498
14499 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
14500 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
14501 (grep-error-face): Set to `compilation-error' instead of
14502 `compilation-error-face' (which is redefined to `grep-hit-face' in
14503 grep buffers).
14504 (grep-mode-font-lock-keywords): Remove `-text' from face variable
14505 names. Use `grep-error-face' instead of `compilation-error-text-face'.
14506
14507 * dired-aux.el (dired-do-query-replace-regexp):
14508 Use `query-replace-read-args'.
14509
14510 * replace.el (query-replace-read-from, query-replace-read-to)
14511 (query-replace-read-args): Rename arg `string' to `prompt'.
14512
14513 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
14514
14515 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
14516
14517 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
14518 uploading files.
14519 (ange-ftp-canonize-filename): Handle file names beginning with ~
14520 correctly.
14521
14522 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
14523
14524 * textmodes/fill.el (canonically-space-region)
14525 (fill-context-prefix, fill-french-nobreak-p)
14526 (fill-delete-newlines, fill-comment-paragraph)
14527 (justify-current-line): "?\ " -> "?\s".
14528
14529 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
14530
14531 * textmodes/fill.el (fill-nonuniform-paragraphs):
14532 Improve argument/docstring consistency.
14533
14534 2005-08-09 Richard M. Stallman <rms@gnu.org>
14535
14536 * textmodes/ispell.el (ispell-word): More fboundp checks.
14537
14538 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
14539 (find-file-noselect-1): Call it here, only if RAWFILE.
14540 (normal-mode): Always set some major mode.
14541 (save-some-buffers-action-alist): Change some explanation strings.
14542 (file-name-non-special): In the `quote' method, use unwind-protect.
14543
14544 2005-08-09 Magnus Henoch <mange@freemail.hu>
14545
14546 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
14547 (ispell-have-aspell-dictionaries): New variable.
14548 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
14549 (ispell-get-aspell-config-value): New function.
14550 (ispell-aspell-find-dictionary): New function.
14551 (ispell-aspell-add-aliases): New function.
14552 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
14553 appropriate. Don't look for ispell dictionaries if we use aspell.
14554 (ispell-menu-map): Don't build a submenu of dictionaries.
14555
14556 2005-08-09 Richard M. Stallman <rms@gnu.org>
14557
14558 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
14559 (sql-read-passwd): Use read-passwd.
14560
14561 * progmodes/idlw-toolbar.el (idlwave-toolbar)
14562 (idlwave-toolbar-is-possible): Add defvars.
14563
14564 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
14565 Avoid warnings.
14566
14567 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
14568 (idlwave-system-class-info, idlwave-executive-commands-alist):
14569 Use defvar.
14570
14571 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
14572
14573 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
14574 Avoid warnings.
14575
14576 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
14577 and content-type: headers.
14578
14579 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
14580
14581 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
14582 and rename some of them to be more self-explanatory.
14583
14584 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
14585
14586 * startup.el (command-line-1): Implement -scriptload.
14587
14588 * replace.el (occur-engine): Initial *Occur* output not undoable.
14589
14590 * menu-bar.el (menu-bar-file-menu): Rename some menu items
14591 and improve help strings.
14592
14593 * isearch.el (isearch-repeat): When changing direction,
14594 mark search successful.
14595
14596 * ediff-init.el: Use (featurep 'xemacs).
14597
14598 * comint.el (send-invisible): Identify buffer, if not selected.
14599
14600 * align.el: Delete autoload for c-guess-basic-syntax.
14601
14602 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
14603
14604 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
14605 Improve argument/docstring consistency. Doc fixes.
14606 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
14607 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
14608 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
14609 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
14610 (r2bv-organization, r2bv-pages, r2bv-primary-author)
14611 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
14612 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
14613 Defvar at compile time.
14614
14615 2005-08-09 Juri Linkov <juri@jurta.org>
14616
14617 * info.el: Replace `info' with upper-case `Info' where appropriate.
14618 (info-title-1, info-title-2, info-title-3, info-title-4)
14619 (info-menu-header): Move up face definitions.
14620 (info-menu-star): Rename from `info-menu-5'.
14621 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
14622 (Info-fontify-visited-nodes): Fix docstring.
14623 (Info-hide-note-references): Fix docstring.
14624 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
14625 menu items in the same way as on cross-references.
14626 (info-apropos): Fix sorting order and formatting to be like in the
14627 stand-alone Info browser. Display error messages for 1 sec.
14628 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
14629 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
14630 from the menu bar.
14631 (Info-insert-dir): Restore point after calling
14632 `insert-buffer-substring'.
14633
14634 2005-08-08 Richard M. Stallman <rms@gnu.org>
14635
14636 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
14637 (recompute-lucid-menubar): Add defvars.
14638
14639 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
14640
14641 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
14642
14643 * net/net-utils.el (run-dig): Rename from `dig'.
14644
14645 * play/gametree.el (gametree-mode): Use make-local-variable,
14646 not make-variable-buffer-local.
14647
14648 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
14649
14650 * ansi-color.el (ansi-color-make-extent)
14651 (ansi-color-set-extent-face): Use fboundp, not functionp.
14652
14653 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
14654 not make-variable-buffer-local.
14655
14656 * bookmark.el (Info-current-file): Add defvar.
14657 (bookmark-jump-noselect): Use with-no-warnings.
14658
14659 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
14660
14661 * ebuff-menu.el (Helper-return-blurb): Add defvar.
14662
14663 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
14664
14665 * find-file.el (ada-procedure-start-regexp)
14666 (ada-package-start-regexp): Add defvars.
14667
14668 * info.el (Info-insert-dir): Use insert-buffer-substring.
14669
14670 * xml.el (xml-att-def-re): Add defvar.
14671
14672 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
14673 calling convention.
14674
14675 * subr.el (while-no-input): Return t if there is input.
14676
14677 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
14678
14679 * cus-start.el (all): Add `overflow-newline-into-fringe'.
14680
14681 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
14682
14683 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
14684 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
14685
14686 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
14687
14688 * cmuscheme.el (scheme-start-file): Replace reference to
14689 `user-emacs-directory' by "~/.emacs.d/".
14690
14691 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
14692
14693 * info.el (Info-dir-remove-duplicates): Avoid case folding
14694 in loop; instead, keep downcased strings for comparison.
14695 Suggested by Helmut Eller.
14696
14697 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
14698
14699 Sync with Tramp 2.0.50.
14700
14701 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
14702 XEmacs case; not necessary anymore.
14703 (tramp-user-regexp): Allow "@" as part of user name.
14704 (tramp-handle-set-visited-file-modtime)
14705 (tramp-handle-insert-file-contents)
14706 (tramp-handle-write-region): No special handling for
14707 `last-coding-system-used, because this is done in
14708 `tramp-accept-process-output' now.
14709 (tramp-accept-process-output): New defun.
14710 (tramp-process-one-action, tramp-process-one-multi-action)
14711 (tramp-wait-for-regexp, tramp-wait-for-output)
14712 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
14713 Howells <dhowells@redhat.com>.
14714 (clear-visited-file-modtime): Defadvice removed. The check for
14715 unset buffer's modtime does not need to be based on
14716 `tramp-buffer-file-attributes'. Suggested by RMS.
14717 (tramp-message): Insert "\n" if not being at beginning of line.
14718 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
14719 sequence with same logic.
14720 (tramp-completion-handle-expand-file-name): Discard call of
14721 `tramp-drop-volume-letter'. It is not necessary, and there have
14722 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
14723 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
14724 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
14725 should always be visible.
14726 (tramp-handle-insert-directory, tramp-setup-complete)
14727 (tramp-set-process-query-on-exit-flag)
14728 (tramp-append-tramp-buffers): Pacify byte-compiler.
14729 (tramp-bug): Delete non-existing variables from list.
14730 Apply `tramp-load-report-modules' as pre-hook.
14731 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
14732 `shell-prompt-pattern' because of non-7bit characters.
14733 Reported by Sebastian Luque <sluque@mun.ca>.
14734 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
14735 (tramp-match-string-list): Remove function.
14736 (tramp-wait-for-regexp): Remove call of that function.
14737 Suggested by Kim F. Storm <storm@cua.dk>.
14738 (tramp-set-auto-save-file-modes): Use octal integer code #o600
14739 instead of octal character code ?\600. The latter resulted in a
14740 syntax error with XEmacs.
14741
14742 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
14743 XEmacs case; not necessary anymore.
14744 (tramp-smb-handle-write-region): No special handling for
14745 `last-coding-system-used, because this is done in
14746 `tramp-accept-process-output' now.
14747 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
14748
14749 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
14750
14751 * wid-edit.el (widget-choice-value-create):
14752 Unconditionally respect user choice. Set :explicit-choice back to nil
14753 when no longer needed.
14754 (widget-choice-action): Unconditionally respect user choice.
14755 Eliminate :explicit-choice-value.
14756
14757 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
14758
14759 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
14760 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
14761 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
14762 running new function `toggle-indicate-empty-lines'.
14763 Rename "Customize" item to "Customize fringe".
14764 Rename "Indicators" item to "Buffer boundaries" and change help echo.
14765 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
14766 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
14767 Delete "Empty lines only" item.
14768 (menu-bar-showhide-fringe-ind-customize): New function.
14769 (menu-bar-showhide-fringe-ind-mixed)
14770 (menu-bar-showhide-fringe-ind-box)
14771 (menu-bar-showhide-fringe-ind-right)
14772 (menu-bar-showhide-fringe-ind-left)
14773 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
14774 instead of `fringe-indicators'.
14775
14776 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
14777
14778 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
14779 Change the date of last update.
14780
14781 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
14782
14783 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
14784 (viper-exec-yank, viper-put-back): Don't display modification msg
14785 if in the minibuffer.
14786
14787 * viper-init.el (viper-replace-overlay-cursor-color)
14788 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
14789 Make variables frame local.
14790
14791 * viper-util.el (viper-append-filter-alist): Use append instead of
14792 nconc.
14793
14794 * viper.el (viper-vi-state-mode-list)
14795 (viper-emacs-state-mode-list): Move help-mode and
14796 completion-list-mode from the first list to the second.
14797 (viper-mode): Docstring.
14798 (viper-go-away, viper-non-hook-settings): Don't localize
14799 minor-mode-alist in newer Emacsen. Add advice to
14800 set-cursor-color. Don't bind "\C-c\\".
14801
14802 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
14803
14804 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
14805 (scheme-macro-expand-command): New user options.
14806 (scheme-trace-procedure, scheme-expand-current-form): New commands.
14807 (scheme-form-at-point, scheme-start-file)
14808 (scheme-interactively-start-process): New functions.
14809 (scheme-get-process): New function, extracted from `scheme-proc'.
14810 (run-scheme): Call `scheme-start-file' to get start file, and pass
14811 it to `make-comint'.
14812 (switch-to-scheme, scheme-proc):
14813 Call `scheme-interactively-start-process' if no Scheme buffer/process
14814 is available.
14815
14816 2005-08-06 Juri Linkov <juri@jurta.org>
14817
14818 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14819 Use `compilation-text-face', `compilation-info-text-face' and
14820 `compilation-error-text-face' instead of `font-lock-keyword-face'.
14821 (compilation-error): New face.
14822 (compilation-error-file-name): Inherit from
14823 `compilation-error' instead of `font-lock-warning-face'.
14824 (compilation-warning-file-name): Inherit from
14825 `compilation-warning' instead of `font-lock-warning-face'.
14826 (compilation-info, compilation-error-file-name)
14827 (compilation-warning-file-name, compilation-info-file-name)
14828 (compilation-line-number, compilation-column-number): Doc fix.
14829 (compilation-error-text-face, compilation-warning-text-face)
14830 (compilation-info-text-face): New face variables.
14831 (compilation-line-face, compilation-column-face)
14832 (compilation-enter-directory-face)
14833 (compilation-leave-directory-face): Doc fix.
14834 (compilation-text-face): New function.
14835
14836 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
14837 instead of 1 to display binary file names as info file links.
14838 (grep-error-face): Use `compilation-error-face' instead of
14839 `font-lock-keyword-face'.
14840 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
14841 and `compilation-warning-text-face' instead of
14842 `font-lock-keyword-face'. Use `compilation-error-text-face'
14843 instead of `grep-error-face'.
14844
14845 2005-08-05 Kenichi Handa <handa@m17n.org>
14846
14847 * international/code-pages.el: Add autoload cookies for all coding
14848 systems.
14849
14850 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
14851
14852 * cus-start.el (all): Put undo.c where it alphabetically belongs.
14853
14854 2005-08-04 Juri Linkov <juri@jurta.org>
14855
14856 * progmodes/compile.el (compilation-mode-map):
14857 * progmodes/grep.el (grep-mode-map):
14858 Bind TAB to `compilation-next-error' and [backtab] to
14859 `compilation-previous-error'.
14860
14861 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
14862 matching line numbers, column numbers and their ranges with regexp
14863 matching only line numbers.
14864 (grep-context-face): New face variable.
14865 (grep-mode-font-lock-keywords): Use it.
14866
14867 * faces.el (read-face-name): Delete duplicate faces.
14868
14869 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
14870
14871 * thumbs.el (thumbs-find-image): Don't make variables
14872 automatically buffer local.
14873 (thumbs-current-tmp-filename, thumbs-current-image-filename)
14874 (thumbs-image-num): Make automatically buffer local.
14875 (thumbs-show-thumbs-list): Use `make-local-variable', not
14876 `make-variable-buffer-local'.
14877 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
14878
14879 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
14880 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
14881 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
14882 (bother, bye, canyou, chatlst, continue, deathlst, describe)
14883 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
14884 (feelings-about, foullst, found, hello, history, howareyoulst)
14885 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
14886 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
14887 (neglst, obj, object, owner, please, problems, qlist)
14888 (random-adjective, relation, remlst, repetitive-shortness)
14889 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
14890 (shortlst, something, sportslst, stallmanlst, states, subj)
14891 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
14892 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
14893 Defvar at compile time.
14894
14895 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
14896 not `make-variable-buffer-local'.
14897
14898 2005-08-02 Kim F. Storm <storm@cua.dk>
14899
14900 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
14901 rectangle overlay in selected window.
14902
14903 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
14904
14905 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
14906 instead of display group. Make `indicate-buffer-boundaries'
14907 customizable through Custom.
14908
14909 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
14910
14911 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
14912 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
14913 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
14914 (gdb-put-string): Fix typos in docstrings.
14915
14916 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
14917
14918 Update copyright notices of files in progmodes directory for
14919 release of Emacs 22.1.
14920
14921 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
14922
14923 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
14924 Don't barf if the GUD buffer has been killed.
14925
14926 2005-08-01 Kim F. Storm <storm@cua.dk>
14927
14928 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
14929
14930 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
14931
14932 * simple.el (next-error-follow-minor-mode):
14933 make-variable-buffer-local -> make-local-variable.
14934
14935 * emacs-lisp/cl-extra.el: Require CL also when compiling.
14936
14937 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
14938 (byte-compile-form-make-variable-buffer-local): New functions to warn
14939 about misuses of make-variable-buffer-local where make-local-variable
14940 was meant.
14941
14942 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
14943
14944 * bs.el (bs-attributes-list): Doc fix.
14945 (bs): Update url-link.
14946
14947 * desktop.el (desktop-save-buffer): Fix typos in docstring.
14948 (desktop-load-default): Simplify.
14949
14950 * ibuffer.el (ibuffer-columnize-and-insert-list)
14951 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
14952 (ibuffer-unmark-all, ibuffer-toggle-marks)
14953 (ibuffer-unmark-forward, ibuffer-unmark-backward)
14954 (ibuffer-compile-make-format-form, ibuffer-format-column)
14955 (ibuffer-current-buffers-with-marks)
14956 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
14957 (ibuffer): Doc fix.
14958 (ibuffer-mode): Fix typo in docstring.
14959 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
14960 with `define-obsolete-variable-alias'.
14961 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
14962
14963 2005-07-29 Kenichi Handa <handa@m17n.org>
14964
14965 * international/mule-cmds.el (select-message-coding-system):
14966 Be sure to use LF for end-of-line. If no coding system is decided,
14967 return iso-8859-1-unix.
14968
14969 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
14970
14971 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
14972 (ange-ftp-pending-error-line): New vars.
14973 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
14974 to handle the non-fatal no-route-to-host messages.
14975 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
14976
14977 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
14978
14979 * isearch.el (isearch-mode-map, isearch-other-meta-char)
14980 (isearch-quote-char, isearch-printing-char)
14981 (isearch-text-char-description): "?\ " -> "?\s".
14982 (isearch-lazy-highlight-cleanup)
14983 (isearch-lazy-highlight-initial-delay)
14984 (isearch-lazy-highlight-interval)
14985 (isearch-lazy-highlight-max-at-a-time)
14986 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
14987 Declare with define-obsolete-*-alias macros.
14988 (isearch-forward): Fix typo in docstring.
14989 (search-invisible, search-ring-yank-pointer)
14990 (regexp-search-ring-yank-pointer): Doc fixes.
14991
14992 * recentf.el (recentf-menu-append-commands-p): Declare with
14993 `define-obsolete-variable-alias'.
14994 (recentf-max-saved-items, recentf-menu-filter)
14995 (recentf-arrange-by-rule-subfilter): Doc fixes.
14996 (recentf-menu-append-commands-flag)
14997 (recentf-initialize-file-name-history, recentf-expand-file-name)
14998 (recentf-clear-data): Fix typos in docstrings.
14999
15000 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
15001
15002 * progmodes/gdb-ui.el: Smarten comments.
15003 (gdb-info-breakpoints-custom): Use nowarn when finding file.
15004
15005 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15006
15007 * term/apollo.el (terminal-init-apollo): New function containing
15008 all former top level forms in the file.
15009 * term/bobcat.el (terminal-init-bobcat):
15010 * term/cygwin.el (terminal-init-cygwin):
15011 * term/iris-ansi.el (terminal-init-iris-ansi):
15012 * term/linux.el (terminal-init-linux):
15013 * term/news.el (terminal-init-news):
15014 * term/rxvt.el (terminal-init-rxvt):
15015 * term/sun.el (terminal-init-sun):
15016 * term/tvi970.el (terminal-init-tvi970):
15017 * term/vt100.el (terminal-init-vt100):
15018 * term/vt102.el (terminal-init-vt102):
15019 * term/vt125.el (terminal-init-vt125):
15020 * term/vt200.el (terminal-init-vt200):
15021 * term/vt201.el (terminal-init-vt201):
15022 * term/vt220.el (terminal-init-vt220):
15023 * term/vt240.el (terminal-init-vt240):
15024 * term/vt300.el (terminal-init-vt300):
15025 * term/vt320.el (terminal-init-vt320):
15026 * term/vt400.el (terminal-init-vt400):
15027 * term/vt420.el (terminal-init-vt420):
15028 * term/wyse50.el (terminal-init-wyse50):
15029 * term/xterm.el (terminal-init-xterm): Likewise.
15030
15031 * term/README: Describe the terminal-init-* functionality.
15032
15033 * startup.el (command-line): After loading the terminal initialization
15034 file call the corresponding terminal initialization function.
15035
15036 2005-07-27 Kenichi Handa <handa@m17n.org>
15037
15038 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
15039 negative.
15040
15041 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
15042 (ps-mule-composition-prologue): Fix for the case that
15043 RelativeCompose is false.
15044
15045 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15046
15047 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
15048
15049 * descr-text.el (describe-char): Handle the case where the list of
15050 chars is displayed in a separate frame.
15051 Be a bit more discriminating when looking for the char.
15052
15053 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
15054
15055 * bookmark.el (bookmark-automatically-show-annotations)
15056 (bookmark-read-annotation-text-func): Doc fixes.
15057 (bookmark-save): Improve argument/docstring consistency.
15058 (bookmark-get-bookmark, bookmark-get-bookmark-record)
15059 (bookmark-alist-from-buffer)
15060 (bookmark-upgrade-file-format-from-0)
15061 (bookmark-grok-file-format-version)
15062 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
15063 (bookmark-read-annotation-mode)
15064 (bookmark-insert-current-bookmark, bookmark-jump)
15065 (bookmark-exit-hook): Fix typos in docstrings.
15066 (bookmark-exit-hooks): Define as obsolete alias.
15067 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
15068 not `bookmark-exit-hooks'. Fix docstring.
15069 (bookmark-bmenu-select): "?\ " -> "?\s".
15070
15071 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
15072
15073 * startup.el (command-line): Fix typo.
15074
15075 2005-07-24 Richard M. Stallman <rms@gnu.org>
15076
15077 * tooltip.el (tooltip-mode): Test emacs-basic-display,
15078 not emacs-quick-startup.
15079
15080 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
15081
15082 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
15083 (reb-next-match, reb-show-subexp): Use `with-selected-window'
15084 instead of `reb-with-current-window'.
15085 (reb-prev-match): Likewise. Also, don't move left if the search
15086 was unsuccessful.
15087 (reb-initialize-buffer): New function.
15088 (re-builder, reb-change-syntax): Use it.
15089
15090 * man.el (Man-goto-page): Make second argument NOERROR optional.
15091
15092 2005-07-23 Richard M. Stallman <rms@gnu.org>
15093
15094 * man.el (Man-bgproc-sentinel): Check here for failure to find
15095 any man page in the output, and report the error here.
15096 (Man-arguments): Make it permanent local.
15097 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
15098 (Man-mode): Pass t for NOERROR.
15099
15100 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
15101 (grep-mode-font-lock-keywords):
15102 Don't use compilation-...-face for messages that are not file names.
15103
15104 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15105 Don't use compilation-...-face for messages that are not file names.
15106
15107 2005-07-22 Juri Linkov <juri@jurta.org>
15108
15109 * startup.el (normal-splash-screen): Update menu name.
15110
15111 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
15112
15113 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15114
15115 * term/xterm.el: Load term/rxvt if the terminal is actually an
15116 rxvt terminal.
15117 (xterm-rxvt-set-background-mode): Remove, not used anymore.
15118
15119 * term/rxvt.el (function-key-map): Use substitute-key-definition
15120 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
15121
15122 * term/cygwin.el: New file.
15123
15124 2005-07-22 Kim F. Storm <storm@cua.dk>
15125
15126 * image-file.el (insert-image-file, image-file-yank-handler):
15127 Fix last change to maintain a (unique) yank-handler on yanked images.
15128
15129 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
15130
15131 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
15132 of the file size (as in "177B" for 177 bytes). This happens with
15133 "ls -lh" on FreeBSD.
15134
15135 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
15136
15137 * hilit-chg.el (highlight-changes-global-initial-state)
15138 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
15139 (hilit-chg-fixup, highlight-changes-mode):
15140 Fix typos in docstrings.
15141 (highlight-changes-global-modes, highlight-changes-rotate-faces):
15142 Doc fixes.
15143
15144 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
15145
15146 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
15147 mode function using `eval-after-load'.
15148
15149 2005-07-21 Kim F. Storm <storm@cua.dk>
15150
15151 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
15152 included when reporting an emacs crash, and tell about the DEBUG file.
15153
15154 * image-file.el (insert-image-file): Add yank-handler.
15155 (image-file-yank-handler): Yank handler to make unique copies of
15156 images when they are yanked into a buffer next to each other.
15157
15158 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
15159
15160 * comint.el (comint-use-prompt-regexp, comint-send-input)
15161 (comint-source-default, comint-extract-string)
15162 (comint-get-source, comint-word, comint-completion)
15163 (comint-source, comint-prompt-read-only, comint-update-fence):
15164 Fix typos in docstrings.
15165 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
15166 Declare with define-obsolete-*-alias macros.
15167 (comint-previous-matching-input-from-input)
15168 (comint-next-matching-input-from-input)
15169 (comint-previous-matching-input, comint-next-matching-input)
15170 (comint-forward-matching-input):
15171 Improve argument/docstring consistency.
15172
15173 * desktop.el (desktop-clear-preserve-buffers-regexp):
15174 Also preserve the *server* buffer.
15175
15176 * simple.el (clone-indirect-buffer): Doc fix.
15177 (fixup-whitespace, just-one-space)
15178 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
15179 (next-error, next-error-highlight)
15180 (next-error-highlight-no-select, next-error-last-buffer)
15181 (next-error-buffer-p, next-error-find-buffer, next-error)
15182 (previous-error, next-error-no-select, previous-error-no-select)
15183 (open-line, split-line, minibuffer-prompt-width, kill-new)
15184 (binary-overwrite-mode): Fix typos in docstrings.
15185 (set-fill-column): Fix typo in message.
15186
15187 * skeleton.el (skeleton-proxy-new): Doc fix.
15188
15189 * strokes.el (strokes-load-hook): Doc fix.
15190 (strokes-grid-resolution, strokes-get-grid-position)
15191 (strokes-renormalize-to-grid, strokes-read-stroke)
15192 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
15193 (strokes-global-map): Fix typos in docstrings.
15194 (strokes-help): Doc fix. Fix help message and pass it through
15195 `substitute-command-keys'.
15196
15197 * tempo.el (tempo-insert-prompt, tempo-interactive)
15198 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
15199 (tempo-insert-string-functions, tempo-local-tags)
15200 (tempo-define-template, tempo-insert-template)
15201 (tempo-insert-prompt-compat, tempo-is-user-element)
15202 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
15203 Fix typos in docstrings.
15204
15205 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
15206 (vcursor-key-bindings, vcursor-use-vcursor-map)
15207 (vcursor-find-window, vcursor-scroll-down)
15208 (vcursor-disable, vcursor-beginning-of-buffer)
15209 (vcursor-end-of-buffer): Fix typos in docstrings.
15210 (vcursor-relative-move, vcursor-get-char-count):
15211 Improve argument/docstring consistency.
15212
15213 * version.el: "?\ " -> "?\s".
15214
15215 * wid-edit.el (widget-default-create, widget-after-change)
15216 (widget-default-format-handler, widget-checklist-add-item)
15217 (widget-radio-add-item, widget-choose, widget-specify-secret)
15218 (widget-field-value-create, widget-field-value-get)
15219 (widget-editable-list-format-handler)
15220 (widget-editable-list-entry-create, widget-group-value-create)
15221 (widget-documentation-link-add)
15222 (widget-documentation-string-value-create): "?\ " -> "?\s".
15223 (widget-convert-text): Doc fix.
15224 (widget-narrow-to-field, widget-field-find)
15225 (widget-url-link-action, widget-emacs-library-link-action)
15226 (widget-color-notify): Fix typos in docstrings.
15227
15228 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
15229 (x-select-text, set-w32-system-coding-system)
15230 (w32-add-charset-info): Fix typos in docstrings.
15231
15232 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
15233 (cua-enable-cua-keys, cua-use-hyper-key)
15234 (cua-virtual-rectangle-edges): Fix typos in docstrings.
15235 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
15236
15237 * net/tramp.el (tramp-handle-load): Fix typo in error message.
15238
15239 * emacs-lisp/re-builder.el (regexp-builder): Declare with
15240 `defalias' instead of faking it.
15241
15242 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
15243 (eshell-ls-missing, eshell-ls-dired-initial-args)
15244 (eshell-ls-use-in-dired): Fix typos in docstrings.
15245
15246 2005-07-20 Kim F. Storm <storm@cua.dk>
15247
15248 * emulation/cua-base.el (cua-mode): Improve doc string.
15249
15250 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
15251
15252 * abbrev.el (expand-region-abbrevs): Doc fix.
15253 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
15254 Improve argument/docstring consistency.
15255
15256 * arc-mode.el (archive-get-descr, archive-alternate-display):
15257 Doc fixes.
15258 (archive-l-e): Improve argument/docstring consistency.
15259 (archive-tmpdir, archive-unixdate, archive-unixtime)
15260 (archive-chmod-entry): Fix typos in docstrings.
15261 (archive-unflag, archive-unflag-backwards)
15262 (archive-unmark-all-files): "?\ " -> "?\s".
15263
15264 * buff-menu.el (Buffer-menu-unmark): Doc fix.
15265 (Buffer-menu-not-modified, Buffer-menu-execute)
15266 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
15267 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
15268
15269 * composite.el (compose-string, encode-composition-rule)
15270 (compose-last-chars): Fix typos in docstrings.
15271
15272 * desktop.el (desktop-enable, desktop-basefilename):
15273 Declare with `define-obsolete-variable-alias'.
15274 (desktop-internal-v2s): Don't quote keywords.
15275 (desktop-clear): "?\ " -> "?\s".
15276
15277 * dired.el (dired-align-file, dired-flag-backup-files)
15278 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
15279 (dired-listing-switches, dired-ls-F-marks-symlinks)
15280 (dired-dwim-target, dired-load-hook, dired-mode-hook)
15281 (dired-directory, dired-faces, dired, dired-revert)
15282 (dired-mode, dired-summary, dired-view-file)
15283 (dired-copy-filename-as-kill, dired-delete-file)
15284 (dired-no-confirm, dired-unmark-all-marks)
15285 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
15286 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
15287 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
15288 Fix typos in message strings.
15289
15290 * dired-x.el (virtual-dired): Declare with `defalias'.
15291 (dired-mark-unmarked-files, dired-local-variables-file)
15292 (dired-omit-here-always): Doc fix.
15293 (dired-omit-mode, dired-find-subdir)
15294 (dired-enable-local-variables, dired-clean-up-buffers-too)
15295 (dired-extra-startup, dired-mark-extension, dired-jump)
15296 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
15297 (dired-smart-shell-command, dired-guess-shell-alist-user)
15298 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
15299 (dired-x-bind-find-file, dired-x-submit-report):
15300 Fix typos in docstrings.
15301 (dired-mark-unmarked-files): "?\ " -> "?\s".
15302
15303 * dirtrack.el (dirtrack-list): Fix typos in docstring.
15304
15305 * faces.el (describe-face): "?\ " -> "?\s".
15306 (read-all-face-attributes, read-face-font, modify-face)
15307 (face-attr-construct, italic): Fix typos in docstrings.
15308 (frame-update-face-colors): Declare with
15309 `define-obsolete-function-alias'.
15310
15311 * files.el (find-file-noselect, recode-file-name): Doc fixes.
15312 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
15313 (magic-mode-alist, buffer-file-numbers-unique)
15314 (write-file-functions, get-free-disk-space):
15315 Fix typos in docstrings.
15316 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
15317 (write-contents-hooks, write-file-hooks):
15318 Declare with `define-obsolete-variable-alias'.
15319
15320 * forms-d2.el (arch-rj): Fix typo in docstrings.
15321 (arch-tocol): Likewise. "?\ " -> "?\s".
15322
15323 * frame.el (set-frame-font, cursor-in-non-selected-windows):
15324 Fix typo in docstring.
15325 (set-screen-width, set-screen-height): Delete redundant info in
15326 doctrings.
15327 (new-frame, screen-height, screen-width): Declare with
15328 `define-obsolete-function-alias'.
15329 (delete-frame-hook, blink-cursor): Declare with
15330 `define-obsolete-variable-alias'.
15331
15332 * paths.el (prune-directory-list): Fix typos in docstring.
15333
15334 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
15335 (cvs-prefix-get): Fix typos in docstrings.
15336
15337 * ps-print.el (ps-extend-face-list, ps-extend-face)
15338 (ps-print-background-image): Fix typos in docstrings.
15339 (ps-default-fg, ps-default-bg): Doc fixes.
15340
15341 * s-region.el (s-region-bind): Doc fix.
15342 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
15343
15344 * textmodes/org.el (org-table-formula-substitute-names)
15345 (org-table-get-vertical-vector): Doc fixes.
15346 (org-table-recalculate): Remove unused argument to `message'.
15347
15348 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
15349
15350 * textmodes/org.el (org-table-column-names)
15351 (org-table-column-name-regexp)
15352 (org-table-named-field-locations): New variables.
15353 (org-archive-subtree): Protect `this-command' when calling
15354 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
15355 the kill buffer.
15356 (org-complete): Remove fixed-formula completion.
15357 (org-edit-formulas-map): New variable.
15358 (org-table-edit-formulas): New command.
15359 (org-finish-edit-formulas, org-abort-edit-formulas)
15360 (org-show-variable, org-table-get-vertical-vector): New functions.
15361 (org-table-maybe-eval-formula): Handle `:=' fields.
15362 (org-table-get-stored-formulas, org-table-store-formulas)
15363 (org-table-get-formula, org-table-modify-formulas)
15364 (org-table-replace-in-formulas): Handle named field formulas.
15365 (org-table-get-specials): Store locations of named fields.
15366
15367 2005-07-19 Juri Linkov <juri@jurta.org>
15368
15369 * progmodes/grep.el (grep-regexp-alist)
15370 (grep-mode-font-lock-keywords, grep-process-setup):
15371 Use default GNU grep match color "01;31m" instead of "01;41m".
15372 (grep-regexp-alist, grep-mode-font-lock-keywords):
15373 Use `\\[[0-9]*m' instead of `\\[00m'.
15374 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
15375 sgr_start where its handling is more important. Use the real
15376 length of sgr_start instead of constant 8.
15377 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
15378 specially. Delete all remaining escape sequences.
15379 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
15380 (grep-regexp-alist): Make hyperlink only for binary file name
15381 instead of the whole line.
15382 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
15383 (grep-mode): Add autoload.
15384
15385 * emacs-lisp/find-func.el (find-function-regexp):
15386 Add `define-compilation-mode'.
15387
15388 2005-07-19 Juri Linkov <juri@jurta.org>
15389
15390 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
15391 (compare-windows-sync-string-size, compare-windows-recenter)
15392 (compare-windows-highlight, compare-windows): Add version 22.1.
15393 (compare-windows) <defface>: Inherit from lazy-highlight instead
15394 of duplicating its default value.
15395
15396 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
15397 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
15398
15399 * descr-text.el (describe-char): Create link buttons for `charset'
15400 and `code point'. Add the current input method name with a link
15401 button to `to input' field. Print face names of display table
15402 characters in `The display table entry is displayed by' section
15403 instead of printing face-id in the `display' field.
15404 Guess hardcoded faces and create a link button for them.
15405 Skip empty fields when calculating max-width.
15406 Treat `widget-create' specially while inserting strings from the
15407 collected field list.
15408 (describe-char-after): Made obsolete in version 22.1, not 21.5.
15409
15410 * diff-mode.el (diff-file-header): Change foreground color from
15411 yellow to green on light backgrounds.
15412 (diff-context): Inherit from `shadow' only for color/grayscale
15413 with more than 88 colors.
15414 (diff-indicator-removed, diff-indicator-added)
15415 (diff-indicator-changed): New faces.
15416 (diff-font-lock-keywords): Use new faces. Regroup rules.
15417 Add "^---$" for `normal' diff format. Fontify `#' lines with
15418 font-lock-comment-delimiter-face and font-lock-comment-face.
15419 Add `#' to ^[^...] in the rule for `diff-context-face'.
15420
15421 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
15422 a button-like box. Inherit from `highlight' on low colors.
15423 (shadow): Use shades of gray only for color/grayscale with
15424 more than 88 colors. Use green for light backgrounds with
15425 8 colors, and yellow for dark backgrounds with 8 colors.
15426
15427 * font-lock.el (font-lock-regexp-grouping-backslash):
15428 Don't inherit from escape-glyph (use bold for all cases).
15429
15430 * info.el (info-xref-visited): Use light foreground color `violet'
15431 for dark backgrounds instead of dark color `magenta3'.
15432 (info-title-1): Use `yellow' color for dark backgrounds.
15433
15434 * isearch.el (isearch): Use not-too-dark magenta3 instead of
15435 too-light magenta2.
15436
15437 * replace.el (match): Use slightly more light RoyalBlue3 instead
15438 of dark RoyalBlue4.
15439
15440 * wid-edit.el (widget-inactive): Inherit from `shadow'.
15441
15442 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
15443
15444 * novice.el (disabled-command-hook): Declare it with
15445 `define-obsolete-variable-alias'.
15446
15447 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
15448 (desktop-buffer-misc-functions, desktop-buffer-handlers)
15449 (desktop-load-default): Add release to obsolescence info.
15450 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
15451 (desktop-append-buffer-args, desktop-read):
15452 Fix typos in docstrings.
15453 (desktop-kill): Fix typo in message.
15454 (desktop-save): Doc fix.
15455
15456 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
15457
15458 * viper-cmd.el (viper-escape-to-state): Bug fix.
15459 (viper-envelop-ESC-key): Change the definition of fast
15460 keysequence so it'll work with keyboard macros.
15461
15462 * ediff.el (ediff-patch-buffer): Change the docstring.
15463
15464 2005-07-19 Kenichi Handa <handa@m17n.org>
15465
15466 * international/mule-cmds.el (select-safe-coding-system): Try to
15467 use an auto-coding (if any) before anything else. If the found
15468 auto-coding is invalid, show a warning message.
15469
15470 * international/mule.el (find-auto-coding): New function created
15471 by modifying the body of set-auto-coding.
15472 (set-auto-coding): Use find-auto-coding to find a coding.
15473
15474 2005-07-18 Richard M. Stallman <rms@gnu.org>
15475
15476 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
15477 not isearch-mode-end-hook-error.
15478 (allout-before-change-protect): Fix error message.
15479
15480 2005-07-18 Juri Linkov <juri@jurta.org>
15481
15482 * allout.el (allout-mode):
15483 * calculator.el (calculator-copy):
15484 * custom.el (custom-known-themes):
15485 * dired.el (dired-desktop-buffer-misc-data)
15486 (dired-restore-desktop-buffer):
15487 * dired-x.el (dired-omit-marker-char):
15488 * files.el (basic-save-buffer):
15489 * font-core.el (font-lock-mode):
15490 * calendar/calendar.el (calendar-goto-hebrew-date)
15491 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
15492 (calendar-goto-persian-date):
15493 * language/ethio-util.el (ethio-sera-to-fidel-region):
15494 * textmodes/picture.el (picture-mode):
15495 Delete duplicate duplicate words.
15496
15497 2005-07-18 Juri Linkov <juri@jurta.org>
15498
15499 * isearch.el (isearch-mode-map): Remove key bindings for regexp
15500 chars * ? } |.
15501 (isearch-fallback): Don't call `isearch-process-search-char'.
15502 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
15503 (isearch-process-search-char): Call `isearch-fallback' for regexp
15504 chars * ? } |.
15505 (isearch-return-char): Make obsolete with `make-obsolete' instead
15506 of simply documenting it as obsolete in the docstring.
15507 (isearch-fallback): Refill docstring.
15508
15509 * international/isearch-x.el
15510 (isearch-process-search-multibyte-characters): Remove unneeded
15511 `concat'. Add intermediate values to `junk-hist' instead of
15512 `minibuffer-history'. Test the length of `str'.
15513
15514 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
15515
15516 * allout.el (allout-resolve-xref): Fix typos in error strings.
15517 (allout-before-change-protect): Remove unneeded `concat'.
15518
15519 * array.el (array-mode, array-reconfigure-rows)
15520 (untabify-backward): Fix typos in docstrings.
15521 (array-reconfigure-rows): Use `insert-buffer-substring', not
15522 `insert-buffer'.
15523
15524 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
15525 * progmodes/ada-mode.el (ada-make-body):
15526 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
15527
15528 * dired.el (dired-log):
15529 * tar-mode.el (tar-subfile-save-buffer):
15530 * play/zone.el (zone-pgm-stress-destress):
15531 Use `insert-buffer-substring', not `insert-buffer'.
15532
15533 2005-07-17 Simon Josefsson <jas@extundo.com>
15534
15535 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
15536
15537 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
15538
15539 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
15540 Add plain auth method.
15541 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
15542
15543 2005-07-17 Kim F. Storm <storm@cua.dk>
15544
15545 * ido.el (dired-other-window): Add ido property.
15546
15547 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
15548
15549 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15550 Fix typo in docstring.
15551 (byte-compile-interactive-only-functions): Add `insert-buffer' and
15552 `insert-file-literally'.
15553
15554 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
15555 info and delete redundant message. Doc fix.
15556 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
15557 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
15558
15559 2005-07-16 Richard M. Stallman <rms@gnu.org>
15560
15561 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
15562 (byte-compile-and): Use byte-compile-and-recursion.
15563 (byte-compile-or-recursion): New function.
15564 (byte-compile-or): Use that.
15565 (byte-compile-if): Guard the else-clause too.
15566 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
15567
15568 * isearch.el (isearch-mode-end-hook-quit): New variable.
15569 (isearch-done): Bind it.
15570 (isearch-mode-end-hook): Doc fix.
15571
15572 * allout.el (allout-isearch-did-quit): Variable deleted.
15573 (allout-real-isearch-abort): Function name no longer used.
15574 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
15575 (allout-isearch-rectification): isearch-mode always exists.
15576 Don't set allout-isearch-did-quit.
15577 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
15578 allout-isearch-did-quit.
15579 (allout-enwrap-isearch): Just add the hook.
15580 (allout-isearch-abort): Function deleted.
15581 (allout-pre-command-business): Avoid warning.
15582
15583 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
15584 Correctly avoid warnings.
15585 (pascal-outline): Likewise.
15586
15587 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
15588
15589 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
15590
15591 * play/tetris.el (tetris-mode): Avoid warning.
15592
15593 * play/snake.el (snake-mode): Avoid warning.
15594
15595 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
15596 (gamegrid-set-display-table): Avoid warning.
15597 (gamegrid-set-timer): Likewise.
15598 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
15599 (gamegrid-add-score-with-update-game-score-1): Take FILE
15600 as argument.
15601 (gamegrid-add-score-with-update-game-score): Pass that argument.
15602 Rename have-shared-game-dir to gamegrid-shared-game-dir.
15603
15604 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
15605
15606 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
15607 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
15608
15609 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
15610 and insert-file.
15611
15612 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
15613 (sc-ask): Avoid warnings.
15614
15615 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
15616 (eshell-hist-initialize): Use that var the natural way.
15617
15618 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
15619
15620 * emacs-lisp/re-builder.el (reb-cook-regexp):
15621 Avoid warning calling lre-compile-string.
15622 (reb-color-display-p): Avoid warning.
15623
15624 * calculator.el (calculator-last-input): Guard uses
15625 of event-key and key-press-event-p.
15626 (event-key, key-press-event-p): Delete definitions.
15627
15628 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
15629 (find-gc-source-directory, find-gc-subrs-callers)
15630 (find-gc-noreturn-list, find-gc-source-files)
15631 (find-gc-subrs-called): Vars renamed and defvar'd.
15632
15633 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
15634 (checkdoc-overlay-put, checkdoc-delete-overlay)
15635 (checkdoc-overlay-start, checkdoc-overlay-end)
15636 (checkdoc-mode-line-update, checkdoc-char=):
15637 Define such that compiler knows they are defined.
15638 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
15639 (checkdoc-read-event): Delete. Use read-event directly.
15640
15641 * whitespace.el (whitespace-make-overlay)
15642 (whitespace-overlay-put, whitespace-delete-overlay)
15643 (whitespace-overlay-start, whitespace-overlay-end):
15644 Define such that compiler knows they are defined.
15645 (whitespace): Move conditional inside.
15646
15647 * tempo.el (tempo-insert-template): Suppress warning.
15648
15649 * ediff-diff.el (longlines-mode): Add defvar.
15650
15651 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
15652
15653 * server.el: Bind "C-x #" in a way that works even if C-x is
15654 redefined to a command key, not a prefix key.
15655
15656 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
15657
15658 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
15659 cl-make-type-test till execution time.
15660
15661 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
15662
15663 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
15664 arg ARG and use it.
15665
15666 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
15667
15668 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
15669
15670 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
15671
15672 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15673 a defcustom with two :set or :type keywords.
15674
15675 2005-07-15 Richard M. Stallman <rms@gnu.org>
15676
15677 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15678 Don't give ^M comment-end syntax.
15679
15680 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
15681
15682 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
15683 Don't consider gdbmi (gdb-mi.el has its own update functions).
15684 (gdb-var-delete): Make it work for gdbmi as well.
15685 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
15686
15687 * progmodes/gud.el (etags, sdb): Only require etags when needed.
15688 (gud-speedbar-menu-items): Correct logic for enabling items.
15689
15690 2005-07-15 Kim F. Storm <storm@cua.dk>
15691
15692 * ido.el: Fix commentary.
15693 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
15694 Use with-no-warnings around ffap-guesser.
15695 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
15696 Let bind minibuffer-completing-file-name to t.
15697
15698 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
15699
15700 * startup.el (site-run-file, keyboard-type): Doc fixes.
15701 (command-line): Check for "--basic-display" argument; also for
15702 "--quick", not "--bare-bones" (which was renamed).
15703 (fancy-splash-text): Add missing item "Getting New Versions".
15704 (normal-splash-screen): Fix typos and improve consistency with
15705 `fancy-splash-text'. Update copyright year.
15706
15707 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
15708 valid binding for `help-char'.
15709
15710 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
15711
15712 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
15713
15714 * term.el (term-mode): Disable cua-mode for term buffers.
15715
15716 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
15717
15718 * add-log.el (add-log-mailing-address, change-log-merge):
15719 Doc fixes.
15720 (change-log-get-method-definition): Fix typo in docstring.
15721
15722 2005-07-14 Kim F. Storm <storm@cua.dk>
15723
15724 * emulation/cua-base.el:
15725 (cua--pre-command-handler-1, cua--pre-command-handler)
15726 (cua--post-command-handler-1, cua--post-command-handler):
15727 Split in two. Check (buffer local) value of cua-mode.
15728 (cua-selection-mode): New command.
15729
15730 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
15731
15732 * custom.el (custom-initialize-safe-set)
15733 (custom-initialize-safe-default): Doc fixes.
15734
15735 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15736 and simplify :init-value again.
15737
15738 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15739 and simplify :init-value again. Delete autoload.
15740
15741 * startup.el (command-line): Use `custom-reevaluate-setting' again
15742 for tooltip-mode.
15743
15744 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15745 a defcustom with two :initialize keywords.
15746
15747 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
15748
15749 * allout.el (my-mark-marker, allout-isearch-prior-pos)
15750 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
15751 (allout-post-command-business, allout-flag-region)
15752 (isearch-reenable-font-lock, allout-yank)
15753 (allout-insert-latex-header, allout-insert-latex-trailer)
15754 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
15755 (allout-latex-verb-quote): Fix typos in docstrings.
15756 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
15757 (allout-unprotected, allout-prefix-data):
15758 Improve argument/docstring consistency.
15759 (allout-chart-subtree): Fix argument spec.
15760 (allout-open-topic): Rename `use_sib_bullet' argument to
15761 `use-sib-bullet'. Doc fix.
15762
15763 * whitespace.el (whitespace-check-buffer-leading)
15764 (whitespace-check-buffer-trailing)
15765 (whitespace-check-buffer-indent)
15766 (whitespace-check-buffer-spacetab)
15767 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
15768 (whitespace-check-leading-whitespace)
15769 (whitespace-check-trailing-whitespace)
15770 (whitespace-check-spacetab-whitespace)
15771 (whitespace-check-indent-whitespace)
15772 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
15773 (whitespace-modes): Fix typos in docstrings.
15774 (defgroup, defcustom): Doc fixes.
15775
15776 * winner.el (winner-mode, winner-boring-buffers)
15777 (winner-pending-undo-ring): Doc fixes.
15778 (winner-ring): Remove unneeded `progn'.
15779 (winner-equal): `defsubst' it.
15780 (winner-redo): Fix message.
15781
15782 2005-07-13 Kim F. Storm <storm@cua.dk>
15783
15784 * simple.el (line-move-1): Always use vertical-motion to
15785 do the last (or only) line move to ensure some movement.
15786 Undo 2005-06-23 change--don't check for overlays.
15787
15788 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15789
15790 * term/mac-win.el (ccl-encode-mac-roman-font)
15791 (ccl-encode-mac-centraleurroman-font)
15792 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
15793 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
15794 Change charset-id boundary of dimension to ?\xef.
15795 (mac-char-fontspec-list): New constant.
15796 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
15797 argument. Nil uses itself as family in font-spec. Previous
15798 behavior for nil is now provided by non-nil non-string argument.
15799 All callers changed. Add font-specs for Mac fonts to
15800 "fontset-default" unless iso8859-1 fonts are installed.
15801
15802 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
15803
15804 * progmodes/sh-script.el (sh-get-indent-info): Only indent
15805 a continuation line if the \ is preceded by SPC or TAB.
15806 (sh-get-indent-info): Simplify.
15807 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
15808 Use with-current-buffer.
15809
15810 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
15811 when the matched text is empty.
15812
15813 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
15814
15815 * startup.el (command-line): Revert to previous handling of
15816 tooltip-mode. Explain in comment why the complexity is needed.
15817
15818 * tooltip.el (tooltip-mode): Revert to previous implementation of
15819 its defcustom.
15820
15821 * frame.el (blink-cursor-mode): Revert to previous implementation
15822 of its defcustom. Update comment.
15823
15824 2005-07-12 Lars Hansen <larsh@soem.dk>
15825
15826 * desktop.el: Update e-mail address.
15827
15828 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15829
15830 * term/mac-win.el (mac-services-mail-selection)
15831 (mac-services-mail-to): New functions.
15832 (mac-application-menu-map): Bind them.
15833
15834 2005-07-12 wulei <milton@wulei.net> (tiny change)
15835
15836 * progmodes/gdb-ui.el: Add note about buffering with Windows.
15837
15838 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
15839
15840 * custom.el (custom-reevaluate-setting): Doc fix.
15841
15842 2005-07-11 Jay Belanger <belanger@truman.edu>
15843
15844 * calc/calc.el (calc-embedded-announce-formula-alist)
15845 (calc-embedded-open-close-plain-alist)
15846 (calc-embedded-open-close-mode-alist): Add checks for additional
15847 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
15848
15849 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
15850
15851 * custom.el (custom-enable-theme): Don't add theme to
15852 `custom-enabled-themes' with `push' because there is no
15853 setf-method for `delq'.
15854
15855 2005-07-11 Richard M. Stallman <rms@gnu.org>
15856
15857 * custom.el (custom-declare-variable): Doc fix.
15858
15859 * dired-aux.el (dired-compare-directories): Remove "." and ".."
15860 from the alists.
15861
15862 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
15863 Do nothing if edebug-active.
15864
15865 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
15866 (edebug-display): Do it here instead.
15867
15868 2005-07-10 Richard M. Stallman <rms@gnu.org>
15869
15870 * cus-face.el (custom-theme-set-faces): Make it work.
15871 (custom-reset-faces): Doc fix.
15872 (custom-theme-reset-internal-face, custom-theme-face-value):
15873 Functions deleted.
15874
15875 * custom.el (custom-push-theme): Maintain list of the settings
15876 of a given theme in its theme-settings property.
15877 Maintain position of old settings in the theme-value
15878 or theme-face property.
15879 (custom-enabled-themes): New variable.
15880 (custom-theme-enabled-p): New function.
15881 (provide-theme): Update custom-enabled-themes.
15882 Disable and reenable the `user' theme.
15883 (require-theme): Doc fix.
15884 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
15885 (custom-theme-value, custom-theme-variable-value): Likewise.
15886 (custom-theme-reset-internal): Likewise.
15887 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
15888 (custom-enable-theme, custom-disable-theme): New functions.
15889 (custom-variable-theme-value, custom-face-theme-value): Likewise.
15890 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
15891 (custom-theme-reset-variables): Simplify.
15892 (deftheme, custom-declare-theme, custom-make-theme-feature):
15893 Definitions moved.
15894
15895 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
15896
15897 * longlines.el (longlines-show-region)
15898 (longlines-unshow-hard-newlines): Recognize hard newlines by
15899 non-nil hard property, instead of t.
15900
15901 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
15902
15903 * viper-cmd.el (viper--key-maps): New variable.
15904 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
15905 emulation-mode-map-alists.
15906 (viper-envelop-ESC-key): Use viper-subseq.
15907 (viper-search-forward/backward/next): Disable debug-on-error.
15908
15909 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15910 (viper-ESC-key): New defcustoms.
15911
15912 * viper-macs.el (ex-map-read-args): Use viper-subseq.
15913
15914 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
15915 (viper-subseq): Copy of subseq from cl.el.
15916
15917 * viper.el (viper-go-away, viper-set-hooks): Use
15918 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
15919
15920 * viper-mous.el (viper-current-frame-saved): Use defvar.
15921
15922 * viper-init.el: Get rid of -face in face names.
15923
15924 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
15925 Make it work with longlines mode
15926
15927 * ediff-mult.el (ediff-meta-mode-hook): New variable.
15928
15929 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
15930
15931 * ediff-init.el: Get rid of -face in face names.
15932
15933 2005-07-10 Richard M. Stallman <rms@gnu.org>
15934
15935 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
15936 and with-timeout-unsuspend.
15937
15938 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
15939 and with-timeout-unsuspend.
15940
15941 * emacs-lisp/timer.el (with-timeout-timers): New variable.
15942 (with-timeout): Bind that variable to record timers.
15943 (with-timeout-suspend, with-timeout-unsuspend): New functions.
15944
15945 * emacs-lisp/debug.el (debug-help-follow): New function.
15946 (debugger-mode-map): Use that instead of help-follow.
15947 (debugger-setup-buffer): Use eval-buffer-list
15948 to handle eval-buffer frames.
15949
15950 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
15951
15952 * timezone.el (timezone-parse-date): Change first regexp
15953 so it will not mistakenly match dates with no time zone.
15954
15955 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
15956
15957 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
15958
15959 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
15960
15961 * custom.el (custom-initialize-safe-set)
15962 (custom-initialize-safe-default): New functions.
15963
15964 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15965 and simplify :init-value.
15966
15967 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15968 and simplify :init-value. Delete obsolete comment.
15969
15970 * startup.el (command-line): Use `custom-reevaluate-setting' to
15971 handle `tooltip-mode'. Delete obsolete comment.
15972
15973 * files.el (set-visited-file-name): Avoid calling
15974 `file-name-nondirectory' with a nil argument.
15975
15976 2005-07-09 Richard M. Stallman <rms@gnu.org>
15977
15978 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
15979 was called with nil for the buffer, handle the read position right.
15980 Handle read position for eval-region, too.
15981
15982 2005-07-09 Juri Linkov <juri@jurta.org>
15983
15984 * fringe.el (fringe-mode): Add period in docstring.
15985 (fringe-query-style): Build prompt depending on `all-frames' arg.
15986
15987 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
15988 to not create links to unrelated functions in the Help buffer.
15989
15990 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
15991 Doc fix.
15992
15993 * simple.el (next-error-hook): New variable.
15994 (next-error): Use it. Doc fix.
15995
15996 * textmodes/ispell.el (ispell-command-loop): Add current
15997 dictionary name and program name to mode-line-format.
15998 (ispell-region, ispell-process-line): Add current dictionary name
15999 and program name to messages.
16000
16001 2005-07-08 Jay Belanger <belanger@truman.edu>
16002
16003 * calc/calc.el (calc-embedded-announce-formula-alist)
16004 (calc-embedded-open-close-formula-alist)
16005 (calc-embedded-open-close-word-alist)
16006 (calc-embedded-open-close-plain-alist)
16007 (calc-embedded-open-close-new-formula-alist)
16008 (calc-embedded-open-close-mode-alist)
16009 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
16010 (calc-embedded-mode-hook): New variables.
16011
16012 * calc/calc-embed.el (calc-embedded-firsttime)
16013 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
16014 New variables.
16015 (calc-do-embedded): Use calc-embedded-firsttime,
16016 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
16017 determine whether or not to run hooks.
16018 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
16019 calc-embedded-firsttime-formula appropriately.
16020 Set calc-embedded delimiter variables according to mode.
16021
16022 2005-07-08 Richard M. Stallman <rms@gnu.org>
16023
16024 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
16025 Check for "emacs", etc., as entire symbol, not just as word.
16026 (checkdoc-file-comments-engine): Use regexp-quote on FN.
16027
16028 * files.el (set-visited-file-name): Report the error
16029 for "empty filename" earlier.
16030 (kill-some-buffers): Ignore buffers already dead.
16031
16032 * fringe.el (fringe-mode): Doc fix.
16033
16034 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16035 Check for (featurep 'xemacs) and turn off warnings in what it guards.
16036 Use unwind-protect to ensure byte-compile-unresolved-functions
16037 is updated.
16038
16039 * whitespace.el (whitespace-buffer-leading-cleanup):
16040 Simplify w/ skip-chars-forward.
16041 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
16042
16043 * mail/rmail.el (rmail-only-expunge): Fix paren error.
16044 Unconditionally try to leave point at the same old place.
16045
16046 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
16047
16048 * comint.el (comint-postoutput-scroll-to-bottom)
16049 (comint-show-maximum-output): Take scroll-margin into consideration.
16050
16051 2005-07-08 Kim F. Storm <storm@cua.dk>
16052
16053 * ido.el (ido-use-filename-at-point): New choice `guess'.
16054 (ido-file-internal): Try ffap-guesser if selected.
16055
16056 * ido.el (ido-before-fallback-functions): New hook.
16057 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
16058 (ido-read-file-name): Run it.
16059
16060 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16061
16062 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
16063 strings rather than a list of symbols to the completion function.
16064
16065 2005-07-07 Jay Belanger <belanger@truman.edu>
16066
16067 * calc/calc-units.el (math-apply-units): Change the places in
16068 which units are simplified.
16069
16070 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
16071
16072 * cus-edit.el (customize-option, customize-option-other-window):
16073 Make them handle aliases.
16074
16075 * custom.el (custom-variable-p): Make it recursively follow
16076 aliases. Mention that in the docstring.
16077
16078 2005-07-07 Richard M. Stallman <rms@gnu.org>
16079
16080 * cus-start.el (exec-path): Use `directory' instead of `file'.
16081 Fix tag for nil.
16082
16083 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16084
16085 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
16086 when called non-interactively. Doc fix.
16087
16088 2005-07-07 Lute Kamstra <lute@gnu.org>
16089
16090 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
16091 new address as well.
16092
16093 2005-07-07 Kenichi Handa <handa@m17n.org>
16094
16095 * international/mule.el (make-coding-system):
16096 Describe `ascii-incompatible' property in the docstring.
16097 (set-file-name-coding-system): Signal an error if coding-system is
16098 ascii-incompatible.
16099 (set-keyboard-coding-system): Likewise.
16100
16101 * international/mule-cmds.el (set-default-coding-systems):
16102 Don't set default-file-name-coding-system and
16103 default-keyboard-coding-system if coding-system is ASCII-incompatible.
16104
16105 * international/utf-16.el: Declare that all UTF-16-based coding
16106 systems are ASCII-incompatible.
16107
16108 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
16109
16110 * progmodes/gud.el: Require font-lock for displaying errors.
16111 Used by gdb-ui.el.
16112
16113 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16114
16115 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
16116 values for the pattern lists which are `read'able but not
16117 `append'able (like symbols).
16118
16119 2005-07-06 Richard M. Stallman <rms@gnu.org>
16120
16121 * progmodes/flymake.el (flymake-float-time): Instead of
16122 with-no-warnings, test for xemacs.
16123 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
16124 to avoid warning.
16125
16126 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
16127
16128 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
16129
16130 2005-07-05 Lute Kamstra <lute@gnu.org>
16131
16132 * battery.el: Add support for Darwin (with much debugging help
16133 from Samuel Lauber <sam124@operamail.com>).
16134 (battery-status-function, battery-echo-area-format)
16135 (battery-mode-line-format): Add support for pmset on Darwin.
16136 (battery-load-low, battery-load-critical): New user options.
16137 (battery-pmset): New function.
16138
16139 2005-07-05 Lute Kamstra <lute@gnu.org>
16140
16141 Update FSF's address in GPL notices.
16142
16143 * textmodes/page-ext.el: Update FSF's address.
16144
16145 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16146
16147 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
16148 filling from using prefix when filling a single-line docstring.
16149
16150 * progmodes/flymake.el: Remove useless eval-when-compile.
16151
16152 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
16153
16154 2005-07-04 Richard M. Stallman <rms@gnu.org>
16155
16156 * textmodes/org.el (org-file-apps-defaults-gnu):
16157 Rename from org-file-apps-defaults-linux.
16158 (org-default-apps): Don't test system-type for `linux'.
16159 (org-file-apps): Doc fix.
16160
16161 2005-07-04 David Ponce <david@dponce.com>
16162
16163 * tree-widget.el: Improve header Commentary section.
16164 (tree-widget) [defgroup]
16165 (tree-widget-image-enable, tree-widget-themes-directory)
16166 (tree-widget-theme, tree-widget-image-properties-emacs)
16167 (tree-widget-image-properties-xemacs, tree-widget-create-image)
16168 (tree-widget-image-formats, tree-widget-control)
16169 (tree-widget-empty-control, tree-widget-leaf-control
16170 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
16171 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
16172 (tree-widget-keep, tree-widget-after-toggle-functions)
16173 (tree-widget-open-node, tree-widget-close-node): Doc fix.
16174 (tree-widget-open-control, tree-widget-close-control): Fix doc and
16175 :help-echo message.
16176 (tree-widget-set-theme): Doc fix. Use `string-equal'.
16177 (tree-widget-image-properties): Doc fix. Clearer implementation.
16178 (tree-widget--cursors): New constant.
16179 (tree-widget-lookup-image): New function split from
16180 `tree-widget-find-image'. Clearer implementation.
16181 (tree-widget-find-image): Use it.
16182 (tree-widget-button-keymap): Use `set-keymap-parent'.
16183 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
16184 Define the sub-widgets here.
16185 (tree-widget-node): Check that :node is not a tree-widget.
16186 (tree-widget-get-super, tree-widget-open-control)
16187 (tree-widget-close-control, tree-widget-empty-control)
16188 (tree-widget-leaf-control, tree-widget-guide)
16189 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
16190 (tree-widget-no-handle, tree-widget-value-delete)
16191 (tree-widget-map): Remove.
16192 (tree-widget-children-value-save): Doc fix. Simplified.
16193 (tree-widget-value-create): Update according to previous changes.
16194
16195 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
16196
16197 * textmodes/org.el: Leading space replaced by TABS.
16198 (org-recalc-marks, org-table-rotate-recalc-marks)
16199 (org-table-get-specials): Treat "^" and "_" marks.
16200 (org-table-justify-field-maybe): Optional argument NEW.
16201 (org-table-eval-formula): Parsing of the format simplified.
16202 New modes C,I. Honor the %= parameter in the current table.
16203 Avoid unnecessary re-align by using the NEW argument to
16204 `org-table-justify-field-maybe'.
16205 (org-calc-default-modes): Default for date-format mimicks org-mode.
16206 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
16207
16208 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
16209
16210 * cus-face.el (custom-theme-set-faces): Make it handle face
16211 aliases whose alias declarations are pre- or autoloaded.
16212
16213 2005-07-04 Juri Linkov <juri@jurta.org>
16214
16215 * faces.el (read-face-name): Put the code for getting a face name
16216 from the buffer before adding the faces from the `face' property.
16217 Use `completing-read-multiple' instead of `completing-read'.
16218 Require `crm'. Add default value and post-process the returned
16219 list of faces.
16220
16221 * emacs-lisp/crm.el (crm-find-current-element)
16222 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
16223
16224 * emacs-lisp/lisp-mode.el (eval-defun-1):
16225 * emacs-lisp/edebug.el (edebug-eval-defun):
16226 Remove unnecessary quotes.
16227
16228 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
16229
16230 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
16231 (prolog-indent-level): Fix typo in docstring.
16232
16233 * info.el (Info-history, Info-history-forward)
16234 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
16235
16236 * add-log.el (add-change-log-entry):
16237 * comint.el (comint-dynamic-list-input-ring)
16238 (comint-dynamic-list-completions):
16239 * dabbrev.el (dabbrev-expand):
16240 * delim-col.el (delimit-columns-rectangle-line):
16241 * diff-mode.el (diff-context->unified, diff-reverse-direction)
16242 (diff-unified->context):
16243 * ediff-init.el (ediff-abbrev-jobname):
16244 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
16245 (ediff-replace-session-activity-marker-in-meta-buffer):
16246 * info.el (Info-summary):
16247 * lpr.el (printify-region):
16248 * printing.el (pr-create-interface):
16249 * ps-print.el (ps-print-quote):
16250 * ses.el (ses-column-widths, ses-print-cell)
16251 (ses-adjust-print-width, ses-center):
16252 * shell.el (shell-file-name-quote-list):
16253 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
16254 (strokes-fill-current-buffer-with-whitespace)
16255 (strokes-xpm-for-stroke, strokes-list-strokes)
16256 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
16257 * term.el (term-dynamic-list-input-ring)
16258 (term-dynamic-list-completions):
16259 * calc/calc.el (math-format-stack-value):
16260 * emacs-lisp/edebug.el (edebug-display-freq-count):
16261 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
16262 (delphi-new-comment-line):
16263 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
16264 * progmodes/executable.el (executable-set-magic):
16265 * progmodes/python.el (inferior-python-mode):
16266 * progmodes/scheme.el (scheme-mode-syntax-table):
16267 * progmodes/sh-script.el (sh-maybe-here-document):
16268 * progmodes/sql.el (sql-copy-column):
16269 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
16270 * textmodes/bibtex.el (bibtex-mode):
16271 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
16272 (sgml-auto-attributes):
16273 * textmodes/table.el (table-insert, table-shorten-cell)
16274 (table--generate-source-scan-lines, table-delete-row)
16275 (*table--cell-delete-char, table--spacify-frame)
16276 (table--horizontally-shift-above-and-below)
16277 (table--cell-insert-char, table--cell-blank-str)
16278 (table--fill-region-strictly):
16279 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
16280 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
16281
16282 * add-log.el (change-log):
16283 * apropos.el (apropos):
16284 * comint.el (comint-completion, comint-source):
16285 * dabbrev.el (dabbrev):
16286 * delim-col.el (columns):
16287 * diff-mode.el (diff-mode):
16288 * ediff.el (ediff):
16289 * ediff-diff.el (ediff-diff):
16290 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
16291 * ediff-mult.el (ediff-mult):
16292 * ediff-ptch.el (ediff-ptch):
16293 * ediff-wind.el (ediff-window):
16294 * facemenu.el (facemenu):
16295 * indent.el (indent):
16296 * info.el (info):
16297 * jka-cmpr-hook.el (compression, jka-compr):
16298 * lpr.el (lpr):
16299 * outline.el (outlines):
16300 * pcmpl-cvs.el (pcmpl-cvs):
16301 * pcmpl-rpm.el (pcmpl-rpm):
16302 * printing.el (printing):
16303 * ps-print.el (postscript, ps-print, ps-print-horizontal)
16304 (ps-print-vertical, ps-print-headers, ps-print-font)
16305 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
16306 (ps-print-background, ps-print-printer, ps-print-page)
16307 (ps-print-miscellany):
16308 * ses.el (ses):
16309 * shell.el (shell, shell-directories, shell-faces):
16310 * startup.el (initialization):
16311 * strokes.el (strokes):
16312 * term.el (term):
16313 * uniquify.el (uniquify):
16314 * w32-vars.el (w32):
16315 * calc/calc.el (calc):
16316 * emacs-lisp/bytecomp.el (bytecomp):
16317 * emacs-lisp/cl-indent.el (lisp-indent):
16318 * emacs-lisp/edebug.el (edebug):
16319 * emacs-lisp/elp.el (elp):
16320 * emacs-lisp/testcover.el (testcover):
16321 * emacs-lisp/trace.el (trace):
16322 * emulation/viper-ex.el (viper-ex):
16323 * emulation/viper-mous.el (viper-mouse):
16324 * mail/mailalias.el (mailalias):
16325 * mail/supercite.el (supercite, supercite-frames)
16326 (supercite-attr, supercite-cite, supercite-hooks):
16327 * net/rcompile.el (remote-compile):
16328 * net/rlogin.el (rlogin):
16329 * obsolete/ooutline.el (outlines):
16330 * progmodes/delphi.el (delphi):
16331 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
16332 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
16333 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
16334 (ebnf-optimization):
16335 * progmodes/etags.el (etags):
16336 * progmodes/executable.el (executable):
16337 * progmodes/idlwave.el (idlwave):
16338 * progmodes/pascal.el (pascal):
16339 * progmodes/prolog.el (prolog):
16340 * progmodes/python.el (python):
16341 * progmodes/scheme.el (scheme):
16342 * progmodes/sh-script.el (sh, sh-script):
16343 * progmodes/sql.el (SQL):
16344 * progmodes/tcl.el (tcl):
16345 * textmodes/bibtex.el (bibtex, bibtex-autokey):
16346 * textmodes/enriched.el (enriched):
16347 * textmodes/makeinfo.el (makeinfo):
16348 * textmodes/sgml-mode.el (sgml):
16349 * textmodes/table.el (table-hooks):
16350 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
16351 * textmodes/texinfo.el (texinfo):
16352 * textmodes/two-column.el (two-column):
16353 Finish `defgroup' description with period.
16354
16355 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
16356 * eshell/esh-var.el (eshell-var):
16357 * progmodes/vhdl-mode.el (vhdl-testbench):
16358 * textmodes/org.el (org): Fix typos in docstrings.
16359
16360 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
16361 consistency.
16362
16363 * progmodes/flymake.el (flymake-find-file): Remove.
16364 (flymake-float-time): Use `with-no-warnings'.
16365 (flymake-check-start-time, flymake-check-was-interrupted)
16366 (flymake-err-info, flymake-is-running, flymake-last-change-time)
16367 (flymake-new-err-info): `defvar' at compile time.
16368
16369 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
16370
16371 * replace.el (occur-hook): Doc fix.
16372 (occur-1): Don't call `occur-hook' if there are no matches.
16373
16374 2005-07-03 Richard M. Stallman <rms@gnu.org>
16375
16376 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
16377 global-map, save the same map.
16378 (global-map): Don't alter it at top level.
16379 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
16380 Then alter it here instead.
16381 (tpu-edt-off): Set global-map to the saved one.
16382
16383 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
16384 All references simplified.
16385 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
16386 (zmacs-regions): Add defvar.
16387 (repeat-complex-command-map): Everything about that deleted.
16388
16389 * textmodes/artist.el (artist-key-is-drawing)
16390 (artist-key-endpoint1, artist-key-poly-point-list)
16391 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
16392 (artist-key-compl-table, artist-rb-save-data)
16393 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
16394 Don't put them in eval-when-compile.
16395 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
16396
16397 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
16398 Use with-no-warnings.
16399
16400 * net/browse-url.el (dos-windows-version): Add defvar.
16401
16402 * mail/supercite.el (filladapt-prefix-table): Add defvar.
16403
16404 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
16405 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
16406 (rmail-new-summary-line-count): Rename from new-summary-line-count.
16407 Add defvar.
16408 (rmail-summary-beginning-of-message): Use with-no-warnings.
16409 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
16410
16411 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
16412 Use with-no-warnings.
16413
16414 * emulation/vi.el (vi-mark-region): Use c-mark-function.
16415 (c-mark-function): Add point-moving-unit property.
16416 (vi-goto-line): Use with-no-warnings.
16417
16418 * emulation/edt.el (edt-last-copied-word): Add defvar.
16419 (zmacs-region-stays): Likewise.
16420 (edt-mark-section-wisely): Use c-mark-function for C.
16421 Use makr-defun for Fortran.
16422 (time-string): defvar deleted.
16423 (edt-display-the-time): Don't set time-string.
16424
16425 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
16426
16427 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16428 Don't warn when name is not constant
16429 or for defining the group `emacs'.
16430
16431 * tooltip.el (gud-tooltip-mode): Add defvar.
16432
16433 * startup.el (default-frame-background-mode): Add defvar.
16434
16435 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
16436
16437 * info.el (tool-bar-map): Add defvar.
16438
16439 * dired.el (dnd-protocol-alist): Add defvar.
16440
16441 * dired-aux.el (dired-query): Display question with answer, when
16442 the user answers.
16443
16444 * custom.el (custom-add-option): Doc fix.
16445
16446 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
16447
16448 2005-07-03 Eli Zaretskii <eliz@gnu.org>
16449
16450 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
16451 bogus name from the last change.
16452
16453 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
16454
16455 * custom.el (custom-declare-variable): Fix typos in comment.
16456 (custom-known-themes): Doc fix.
16457 (custom-theme-directory): New defcustom.
16458 (require-theme): Make it check `custom-theme-directory'.
16459
16460 * cus-theme.el (custom-new-theme-mode): New function.
16461 (custom-theme-name, custom-theme-variables, custom-theme-faces)
16462 (custom-theme-description): Add compiler defvars.
16463 (customize-create-theme): Add doc to the "*New Custom Theme*"
16464 buffer. Use `custom-new-theme-mode'.
16465 (custom-theme-write): Put the created buffer in emacs-lisp-mode
16466 and save it to the `custom-theme-directory'. Make this the
16467 default directory of the buffer.
16468
16469 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
16470
16471 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
16472 Fix unbalanced parentheses.
16473
16474 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16475
16476 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
16477 into flymake-mode and delegate to flymake-mode.
16478
16479 * find-file.el (ff-which-function-are-we-in): Clean up.
16480
16481 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
16482
16483 * replace.el (occur-rename-buffer): Fix docstring.
16484
16485 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
16486 (edt-last-copied-word, edt-learn-macro-count)
16487 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
16488 (edt-rect-start-point, edt-user-global-map, rect-start-point)
16489 (time-string, zmacs-region-stays):
16490 * emulation/edt-mapper.el (edt-save-function-key-map)
16491 (EDT-key-name): `defvar' to silence the byte-compiler.
16492
16493 2005-07-02 Martin Rudalics <rudalics@gmx.at>
16494
16495 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
16496 font-lock-regexp-backslash. Doc fix.
16497 (font-lock-regexp-backslash-grouping-construct): Rename from
16498 font-lock-regexp-backslash-construct. Doc fix.
16499 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
16500 grouping constructs.
16501
16502 2005-07-02 Eli Zaretskii <eliz@gnu.org>
16503
16504 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
16505 updating all the prerequisites.
16506
16507 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
16508
16509 * textmodes/org.el (org-agenda-start-on-weekday)
16510 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
16511 (org-agenda-use-time-grid, org-archive-location)
16512 (org-allow-space-in-links, org-usenet-links-prefer-google)
16513 (org-enable-table-editor, org-export-default-language)
16514 (org-export-html-show-new-buffer, org-fill-paragraph)
16515 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
16516 (org-goto-quit, org-occur, org-eval-in-calendar)
16517 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
16518 (org-agenda-diary-entry, org-remember-help)
16519 (org-table-convert-region, org-at-table-p)
16520 (org-table-move-row-down, org-table-move-row-up)
16521 (org-table-copy-region, org-table-toggle-vline-visibility)
16522 (org-table-get-stored-formulas, org-table-get-specials)
16523 (org-recalc-commands, org-table-eval-formula)
16524 (org-table-formula-substitute-names, orgtbl-make-binding)
16525 (org-format-org-table-html, org-format-table-table-html)
16526 (org-format-table-table-html-using-table-generate-source)
16527 (org-customize): Fix typos in docstrings.
16528 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
16529 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
16530 (org-back-to-heading): Doc fixes.
16531 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
16532 (org-agenda-change-all-lines, org-get-header):
16533 Improve argument/docstring consistency.
16534 (orgtbl-error): Fix error message.
16535
16536 * progmodes/flymake.el (flymake-find-possible-master-files)
16537 (flymake-master-file-compare, flymake-get-line-err-count)
16538 (flymake-highlight-line, flymake-gui-warnings-enabled):
16539 Fix typos in docstrings.
16540 (flymake-parse-line, flymake-get-project-include-dirs-function)
16541 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
16542 Doc fixes.
16543 (flymake-get-project-include-dirs-function)
16544 (flymake-make-err-menu-data):
16545 Improve argument/docstring consistency.
16546
16547 2005-07-01 Lute Kamstra <lute@gnu.org>
16548
16549 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
16550 Catch errors with ignore-errors. Use temporary buffer.
16551 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
16552
16553 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
16554 background color faces.
16555 (facemenu-set-foreground, facemenu-set-background):
16556 Use facemenu-set-face-from-menu.
16557 (facemenu-set-face-from-menu): Treat face names that start with
16558 "fg:" or "bg:" as special.
16559 (facemenu-add-new-color): Don't create faces. Simplify.
16560
16561 2005-06-30 Richard M. Stallman <rms@gnu.org>
16562
16563 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
16564 (crm-find-current-element): Likewise.
16565
16566 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
16567
16568 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
16569
16570 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
16571
16572 * arc-mode.el (archive-extract): Make it work as a mouse binding.
16573 (archive-mouse-extract): Make it an obsolete alias.
16574 (archive-mode-map): Don't use archive-mouse-extract any more.
16575 (archive-mode, archive-extract): write-contents-hooks ->
16576 write-contents-functions.
16577 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
16578 first arg.
16579 (archive-rename-entry): Update the call.
16580 (archive-zip-summarize): Remove unused var `method'.
16581 (archive-lzh-summarize): Remove unused var `creator'.
16582
16583 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
16584 dedicated frame upon exit.
16585
16586 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
16587 (archive-zip-extract, archive-zip-expunge)
16588 (archive-zip-update, archive-zip-update-case): Use executable-find.
16589 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
16590 Use restore-buffer-modified-p.
16591 (archive-extract, archive-add-new-member, archive-write-file-member):
16592 Use with-current-buffer.
16593 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
16594
16595 2005-06-30 Andreas Schwab <schwab@suse.de>
16596
16597 * progmodes/gud.el (gud-filter): Remove unneeded progn.
16598
16599 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16600
16601 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
16602
16603 2005-06-30 Juri Linkov <juri@jurta.org>
16604
16605 * faces.el (vertical-border): Inherit from mode-line-inactive
16606 only on tty.
16607
16608 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
16609
16610 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
16611 example, -NLINES in the `occur' docstring).
16612
16613 * replace.el (occur-1): When no matches are found, do not set the
16614 `buffer-read-only' and modified flags for the occur buffer,
16615 because it is deleted.
16616
16617 * emulation/cua-base.el (cua-check-pending-input)
16618 (cua-repeat-replace-region, cua-mode, cua-debug)
16619 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
16620 Fix typos in docstrings.
16621
16622 * emulation/cua-gmrk.el (cua-toggle-global-mark)
16623 (cua-cut-region-to-global-mark)
16624 (cua--cut-rectangle-to-global-mark):
16625 Remove period from end of messages.
16626
16627 * emulation/cua-rect.el (cua-do-rectangle-padding):
16628 Remove period from end of messages.
16629 (cua--rectangle-seq-format): Fix typo in docstring.
16630 (cua-sequence-rectangle, cua-fill-char-rectangle):
16631 Improve argument/docstring consistency.
16632
16633 2005-06-29 Juri Linkov <juri@jurta.org>
16634
16635 * faces.el (default-frame-background-mode): New internal variable.
16636 (frame-set-background-mode): Use it.
16637
16638 * startup.el (normal-top-level): Set default-frame-background-mode
16639 instead of frame-background-mode. Before setting it, test for its
16640 nil value. Remove tests for frame-background-mode and frame
16641 parameter `reverse'. Add test for "unspecified-fg".
16642
16643 * term/xterm.el (xterm-rxvt-set-background-mode):
16644 * term/rxvt.el (rxvt-set-background-mode):
16645 Set default-frame-background-mode instead of frame-background-mode.
16646
16647 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
16648
16649 * simple.el (set-variable): Warn about obsolete user variables.
16650
16651 * imenu.el (imenu--completion-buffer):
16652 * mouse.el (mouse-buffer-menu-alist):
16653 * msb.el (msb-invisible-buffer-p):
16654 * calendar/diary-lib.el (diary-header-line-format):
16655 * emacs-lisp/pp.el (pp-buffer):
16656 * progmodes/cperl-mode.el (cperl-do-auto-fill):
16657 * textmodes/picture.el (picture-replace-match):
16658 Change space constants followed by a sexp to "?\s ".
16659
16660 * play/decipher.el (decipher-loop-with-breaks):
16661 * textmodes/texinfo.el (texinfo-insert-@item): Change space
16662 constants "protected" from end of line by a comment to "?\s".
16663
16664 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16665
16666 * font-lock.el (save-buffer-state): Use `declare'.
16667
16668 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
16669 reset the syntax-table to cperl-mode-syntax-table.
16670 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
16671 "foo_print_bar" is not matched as a reserved keyword.
16672
16673 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
16674
16675 * textmodes/org.el (orgtbl-setup): New function, for delayed
16676 setup for the orgtbl commands.
16677 (org-calc-default-modes): New option.
16678 (orgtbl-make-binding): Use `defun' to get better help display.
16679 (org-diary): Call `org-compile-prefix-format'.
16680 (org-table-formula-substitute-names): New function.
16681 (org-agenda-day-view, org-agenda-week-view): New commands.
16682 (org-agenda-toggle-week-view): Command removed.
16683 (org-tbl-menu): Split off from org-org-menu.
16684 (org-mode): Move removal of outline-mode menus to here.
16685 (org-table-formula-debug): New option.
16686 (org-table-insert-row): Keep first field if just "#" or "*".
16687 (org-mode): Paragraph regexps fixed.
16688 (org-table-recalculate-regexp): New constant.
16689 (org-table-justify-field-maybe): Avoid replace if not necessary.
16690 (org-copy-special, org-cut-special): Use `call-interactively'.
16691 (org-table-copy-region): Take region from `interactive' call.
16692 (org-trim): Return string even if no match.
16693 (org-formula): New face.
16694 (org-set-font-lock-defaults): No longer highlight "FIXME".
16695 But highlight formula-related fields in table.
16696 (org-table-p): Use regexp, not fontification.
16697 (org-table-align): Handle white space at end of line.
16698 (org-table-formula-evaluate-inline): New option.
16699 (org-mode): Auto-wrapping in comment lines turned off.
16700 (org-table-copy-down): Evaluate only in copied field, not in
16701 destination.
16702 (org-table-current-formula): Variable removed.
16703 (org-table-store-formulas, org-table-get-stored-formulas)
16704 (org-table-modify-formulas, org-table-replace-in-formulas)
16705 (org-table-maybe-eval-formula): New functions.
16706 (org-table-get-formula): Modify to use stored formulas.
16707 (org-table-insert-column, org-table-delete-column)
16708 (org-table-move-column): Call `org-table-modify-formulas'.
16709 (org-complete): Add completion for keyword formulas.
16710 (orgtbl-mode): Pull orgtbl-mode-map to start of
16711 minor-mode-map-alist.
16712
16713 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16714
16715 * progmodes/python.el (python-check): Require `compile' before
16716 modifying its variables.
16717
16718 * newcomment.el (comment-indent-default): Don't get fooled by an early
16719 end of buffer.
16720
16721 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16722
16723 * ps-print.el (ps-print-version): Fix version number.
16724
16725 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
16726
16727 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
16728
16729 2005-06-28 Richard M. Stallman <rms@gnu.org>
16730
16731 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
16732 (flyspell-local-mouse-map): Declaration deleted.
16733 (flyspell-mouse-map): Bind only mouse-2.
16734 (flyspell-mode-map): Don't test flyspell-use-local-map.
16735 (flyspell-overlay-keymap-property-name): Var deleted.
16736 (flyspell-mode-on): Don't make local bindings for
16737 flyspell-mouse-map and flyspell-mode-map.
16738 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
16739
16740 * textmodes/ispell.el (ispell-word): Do not ignore short words.
16741
16742 * progmodes/compile.el (compilation-next-error-function):
16743 Don't switch buffers; operate on the current buffer.
16744
16745 * progmodes/compile.el (compilation-error-file-name)
16746 (compilation-warning-file-name, compilation-info-file-name)
16747 (compilation-line-number, compilation-column-number): New faces.
16748 (compilation-error-face, compilation-warning-face)
16749 (compilation-info-face, compilation-line-face)
16750 (compilation-column-face): Use them.
16751
16752 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
16753
16754 * comint.el (comint-password-prompt-regexp): Accept ", try again".
16755
16756 * bindings.el (global-map): Bind insertchar and its variants.
16757
16758 2005-06-27 Richard M. Stallman <rms@gnu.org>
16759
16760 * textmodes/artist.el (artist-text-overwrite)
16761 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
16762
16763 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16764
16765 * ps-print.el: It was not working the page selection for printing.
16766 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
16767 (ps-print-version): New version 6.6.7.
16768 (ps-end-sheet): New fun.
16769 (ps-header-sheet, ps-end-job): Call it.
16770
16771 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
16772
16773 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
16774
16775 2005-06-27 Lute Kamstra <lute@gnu.org>
16776
16777 * facemenu.el (facemenu-unlisted-faces): Add foreground and
16778 background color faces.
16779 (facemenu-get-face): Delete function.
16780 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
16781 (facemenu-add-new-color): Make second argument mandatory.
16782 Create the appropriate face and return it. Simplify.
16783 (facemenu-set-foreground, facemenu-set-background): Don't check if
16784 color is defined. Use return value of facemenu-add-new-color.
16785
16786 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
16787
16788 * progmodes/gud.el (gud-filter): Add missing argument to
16789 with-selected-window.
16790
16791 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
16792
16793 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
16794 a :require to the defcustom.
16795
16796 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
16797 defcustoms corresponding to minor modes.
16798
16799 2005-06-26 David Ponce <david@dponce.com>
16800
16801 * recentf.el: Require tree-widget instead of wid-edit.
16802 (recentf-filename-handler): Fix widget :type.
16803 (recentf-cancel-dialog, recentf-open-more-files)
16804 (recentf-open-files-action): Doc fix.
16805 (recentf-dialog-goto-first): New function.
16806 (recentf-dialog-mode-map): Set parent keymap first.
16807 (recentf-dialog-mode): Define with define-derived-mode.
16808 Don't display continuation lines in dialogs.
16809 (recentf-edit-list): Rename from recentf-edit-selected-items.
16810 (recentf-edit-list-select): Rename from recentf-edit-list-action.
16811 Simplify.
16812 (recentf-edit-list-validate): New function.
16813 (recentf-edit-list): Update accordingly.
16814 (recentf-open-files-item-shift): Remove.
16815 (recentf-open-files-item): Convert menu elements into tree and
16816 link widgets. Don't create the widgets.
16817 (recentf-open-files): Update accordingly.
16818 (recentf-save-list): Untabify.
16819
16820 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
16821
16822 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
16823 (keep-lines): Add INTERACTIVE arg. Never delete lines only
16824 partially contained in the active region. Do not take active
16825 region into account when called from Lisp, unless INTERACTIVE arg
16826 is non-nil. Use `forward-line' instead of `beginning-of-line' to
16827 avoid trouble with fields. Make marker point nowhere when no
16828 longer used. Always return nil. Doc fix.
16829 (flush-lines): Add INTERACTIVE arg. Do not take active region
16830 into account when called from Lisp, unless INTERACTIVE arg is
16831 non-nil. Use `forward-line' instead of `beginning-of-line' to
16832 avoid trouble with fields. Make marker point nowhere when no
16833 longer used. Always return nil. Doc fix.
16834 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
16835 interchangeable. Do not take active region into account when
16836 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
16837 message in echo area when called from Lisp, unless INTERACTIVE arg
16838 is non-nil. Avoid saying "1 occurrences". Do not use markers.
16839 Return the number of matches. Doc fix.
16840 (occur): Doc fix.
16841 (perform-replace): Make comment follow double space convention for
16842 the sake of `outline-minor-mode'.
16843
16844 * faces.el (facep): Doc fix.
16845
16846 2005-06-25 Richard M. Stallman <rms@gnu.org>
16847
16848 * facemenu.el (facemenu-enable-faces-p): New function.
16849 (facemenu-background-menu, facemenu-foreground-menu)
16850 (facemenu-face-menu): Add menu-enable property.
16851
16852 * jka-compr.el (jka-compr-insert-file-contents):
16853 Special handling if cannot find the uncompression program.
16854
16855 * cus-face.el (custom-face-attributes): Add autoload.
16856
16857 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16858 Bind comment-indent-function locally.
16859
16860 * window.el (save-selected-window): Use save-current-buffer.
16861
16862 * subr.el (with-selected-window): Use save-current-buffer.
16863
16864 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
16865 and with-current-buffer.
16866
16867 2005-06-24 Richard M. Stallman <rms@gnu.org>
16868
16869 * simple.el (line-move-1): Fix previous change.
16870
16871 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
16872
16873 * replace.el (occur-1): Set `buffer-read-only' and the
16874 buffer-modified flag before running `occur-hook' to protect
16875 against unintentional buffer switches that can lead to data loss.
16876
16877 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
16878
16879 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
16880 (gud-gdb-marker-filter): Use font-lock-warning-face for any
16881 initial error.
16882
16883 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
16884 after fresh input.
16885 (gdb-var-create-handler): Put name of expression in quotes.
16886
16887 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
16888
16889 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
16890 elements of RING in order, and without bogus nil elements.
16891
16892 2005-06-23 Richard M. Stallman <rms@gnu.org>
16893
16894 * simple.el (set-variable): Args renamed; doc fix.
16895 (line-move-1): When there are overlays around, use vertical-motion.
16896
16897 * faces.el (escape-glyph): Use brown against light background.
16898 (nobreak-space): Rename from no-break-space.
16899 Fix previous change.
16900
16901 * dired-aux.el (dired-do-copy): Fix arg prompt.
16902
16903 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
16904
16905 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
16906
16907 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
16908 rather than "Distributor".
16909
16910 2005-06-23 Lute Kamstra <lute@gnu.org>
16911
16912 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
16913 (debug-on-entry): Use it. New interactive declaration that uses
16914 function-called-at-point.
16915
16916 2005-06-23 Kim F. Storm <storm@cua.dk>
16917
16918 * subr.el (save-match-data): Add comment about using evaporate arg
16919 to set-match-data.
16920
16921 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
16922
16923 * cus-edit.el (customize-face)
16924 (customize-face-other-window): Handle face aliases.
16925
16926 * faces.el (face-documentation, set-face-attribute)
16927 (face-spec-set): Handle face aliases.
16928
16929 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
16930
16931 * help-mode.el (help-make-xrefs): If a symbol representing a face
16932 name is not followed by the word "face", it could still be a
16933 function or variable name, so don't bypass other checks.
16934
16935 2005-06-22 Juri Linkov <juri@jurta.org>
16936
16937 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
16938 Replace aliased functions with calls where second arg `inherit' is t.
16939
16940 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
16941
16942 * progmodes/gdb-ui.el (gdb-error): New variable.
16943 (gdb-error): New function.
16944 (gdb-annotation-rules): Act on error-begin and error annotations.
16945 (gdb-concat-output): Use font-lock-warning-face for errors.
16946
16947 2005-06-22 Miles Bader <miles@gnu.org>
16948
16949 * bindings.el (propertized-buffer-identification): Use renamed
16950 `Buffer-menu-buffer' face.
16951
16952 * faces.el (vertical-border): Rename from `vertical-divider'.
16953 (escape-glyph): Change dark-background color back to `cyan'.
16954
16955 2005-06-21 Juri Linkov <juri@jurta.org>
16956
16957 * faces.el (face-user-default-spec): Try getting `customized-face'
16958 prior to `saved-face'.
16959 (frame-background-mode): Refill docstring.
16960
16961 * emacs-lisp/lisp-mode.el (eval-defun-1):
16962 * emacs-lisp/edebug.el (edebug-eval-defun):
16963 Set `saved-face' temporarily to nil before calling form.
16964 Set `customized-face' to the new spec after that.
16965
16966 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
16967
16968 * subr.el (1value, lambda, key-substitution-in-progress):
16969 Doc fixes.
16970
16971 * autoinsert.el (auto-insert-alist):
16972 * ses.el (ses-call-printer):
16973 * subr.el (noreturn):
16974 * emacs-lisp/lisp.el (check-parens):
16975 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
16976 * net/browse-url.el (browse-url-mosaic):
16977 * progmodes/cc-defs.el (c-safe-scan-lists):
16978 * progmodes/ebnf-abn.el (ebnf-abn-lex):
16979 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
16980 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
16981 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
16982 * progmodes/ebnf-iso.el (ebnf-iso-lex):
16983 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
16984
16985 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
16986
16987 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
16988
16989 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
16990
16991 * calendar/appt.el (appt-make-list): Activate the package, if
16992 not already active (for backwards compatibility).
16993
16994 2005-06-20 Kim F. Storm <storm@cua.dk>
16995
16996 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
16997
16998 2005-06-20 Miles Bader <miles@gnu.org>
16999
17000 * faces.el (vertical-divider): New face.
17001
17002 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
17003
17004 * simple.el (kill-whole-line): Doc fix.
17005 (next-error-buffer-p, next-error-find-buffer)
17006 (clone-indirect-buffer): Fix typos in docstrings.
17007 (comment-line-break-function): Doc fix: don't say variable
17008 is automatically buffer-local (it isn't).
17009
17010 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
17011
17012 * net/tramp-ftp.el (top):
17013 * net/tramp-smb.el (top):
17014 * net/tramp-util.el (top):
17015 * net/tramp-uu.el (top):
17016 * net/tramp-vc.el (top):
17017 * net/tramp.el (top): Revert copyright years back to original
17018 ones. Tramp has a life outside GNU Emacs.
17019
17020 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
17021
17022 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
17023
17024 2005-06-18 Juri Linkov <juri@jurta.org>
17025
17026 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
17027 end of first regexp to limit the match to the position between
17028 line number and source line with same separator character as used
17029 between file name and line number. In the second regexp limit
17030 mouse-face area to file name and line number by adding new group
17031 for them and referring it in HYPERLINK arg.
17032 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
17033 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
17034 previous line where grep markers may be already removed.
17035
17036 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
17037
17038 * progmodes/ps-mode.el: Update version and maintainer's email address.
17039
17040 2005-06-18 Steve Youngs <steve@xemacs.org>
17041
17042 * net/browse-url.el (browse-url-browser-function)
17043 (browse-url-default-browser): Add firefox.
17044 (browse-url-firefox-program, browse-url-firefox-arguments)
17045 (browse-url-firefox-startup-arguments)
17046 (browse-url-firefox-new-window-is-tab): New defcustoms.
17047 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
17048
17049 2005-06-17 Richard M. Stallman <rms@gnu.org>
17050
17051 * startup.el (command-line): Warn if specified user name has
17052 no home directory.
17053
17054 * term.el (term-get-old-input, term-input-filter, term-input-sender)
17055 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
17056
17057 * longlines.el (longlines-mode, longlines-show-hard-newlines):
17058 Doc fixes.
17059
17060 * faces.el (underline): Try bold if terminal doesn't support underline.
17061
17062 * mail/sendmail.el (mail-setup-with-from): New variable.
17063 (mail-insert-from-field): New function.
17064 (sendmail-send-it): Call it.
17065 (mail-setup): Optionally call it here.
17066
17067 * term/linux.el: Call tty-no-underline.
17068
17069 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
17070
17071 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
17072
17073 2005-06-17 Miles Bader <miles@gnu.org>
17074
17075 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
17076 (ediff-current-diff-C, ediff-current-diff-Ancestor)
17077 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
17078 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
17079 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
17080 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
17081 Remove "-face" suffix from face names.
17082 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17083 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17084 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17085 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17086 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17087 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17088 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17089 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17090 New backward-compatibility aliases for renamed faces.
17091 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17092 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17093 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17094 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17095 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17096 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17097 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17098 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17099 Use renamed ediff faces.
17100
17101 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
17102 Remove "-face" suffix from face names.
17103 (eshell-test-ok-face, eshell-test-failed-face):
17104 New backward-compatibility aliases for renamed faces.
17105 (eshell-run-test): Use renamed eshell-test faces.
17106
17107 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
17108 face name.
17109 (eshell-prompt-face): New backward-compatibility alias for renamed
17110 face.
17111 (eshell-emit-prompt): Use renamed eshell-prompt face.
17112
17113 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
17114 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
17115 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
17116 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
17117 Remove "-face" suffix from face names.
17118 (eshell-ls-directory-face, eshell-ls-symlink-face)
17119 (eshell-ls-executable-face, eshell-ls-readonly-face)
17120 (eshell-ls-unreadable-face, eshell-ls-special-face)
17121 (eshell-ls-missing-face, eshell-ls-archive-face)
17122 (eshell-ls-backup-face, eshell-ls-product-face)
17123 (eshell-ls-clutter-face):
17124 New backward-compatibility aliases for renamed faces.
17125 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
17126
17127 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
17128 Remove "-face" suffix from face name.
17129 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
17130 instead of literal face.
17131
17132 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
17133
17134 * emacs-lisp/warnings.el (display-warning, lwarn)
17135 (warning-minimum-log-level): Doc fixes.
17136 (warning-minimum-level, warning-minimum-log-level):
17137 Add :debug to :type choices.
17138
17139 * progmodes/ada-mode.el (ada-format-paramlist)
17140 (ada-get-indent-case, ada-check-matching-start)
17141 (ada-check-defun-name, ada-goto-matching-decl-start)
17142 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
17143 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
17144 (ada-make-subprogram-body): Follow error conventions.
17145 (ada-case-exception-file, ada-indent-comment-as-code)
17146 (ada-indent-handle-comment-special, ada-indent-renames)
17147 (ada-indent-return, ada-search-directories-internal)
17148 (ada-tab-policy, ada-case-exception-substring)
17149 (ada-other-file-alist, ada-matching-start-re)
17150 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
17151 (ada-imenu-generic-expression, ada-compile-goto-error)
17152 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
17153 (ada-popup-menu, ada-add-extensions, ada-mode)
17154 (ada-region-selected, ada-create-case-exception)
17155 (ada-create-case-exception-substring, ada-after-keyword-p)
17156 (ada-activate-keys-for-case, ada-adjust-case-region)
17157 (ada-adjust-case-buffer, ada-format-paramlist)
17158 (ada-scan-paramlist, ada-insert-paramlist)
17159 (ada-indent-newline-indent)
17160 (ada-indent-newline-indent-conditional)
17161 (ada-justified-indent-current, ada-goto-previous-word)
17162 (ada-indent-current, ada-get-indent-open-paren)
17163 (ada-get-indent-paramlist, ada-get-indent-end)
17164 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
17165 (ada-get-indent-block-start, ada-get-indent-subprog)
17166 (ada-get-indent-noindent, ada-get-indent-label)
17167 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
17168 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
17169 (ada-goto-stmt-end, ada-goto-next-word)
17170 (ada-check-matching-start, ada-check-defun-name)
17171 (ada-goto-matching-decl-start, ada-goto-matching-start)
17172 (ada-goto-matching-end, ada-search-ignore-string-comment)
17173 (ada-in-decl-p, ada-looking-at-semi-or)
17174 (ada-looking-at-semi-private, ada-in-paramlist-p)
17175 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
17176 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
17177 (ada-next-procedure, ada-previous-procedure, ada-next-package)
17178 (ada-previous-package, ada-create-menu)
17179 (ada-fill-comment-paragraph-justify)
17180 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
17181 (ada-other-file-name, ada-last-which-function-line)
17182 (ada-last-which-function-subprog, ada-which-function)
17183 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
17184 (ada-gen-treat-proc, ada-check-emacs-version)
17185 (ada-continuation-indent, ada-align-region-separate):
17186 Fix typos in docstrings.
17187 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
17188
17189 2005-06-16 Lute Kamstra <lute@gnu.org>
17190
17191 * simple.el (fundamental-mode): Run after-change-major-mode-hook
17192 conditionally.
17193
17194 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
17195
17196 * comint.el (comint-replace-by-expanded-filename)
17197 (comint-prompt-regexp, comint-delimiter-argument-list)
17198 (comint-preinput-scroll-to-bottom):
17199 * info.el (Info-hide-cookies-node):
17200 * ls-lisp.el (ls-lisp-classify):
17201 * find-file.el (ff-search-directories, ff-special-constructs)
17202 (ff-find-other-file):
17203 * font-lock.el (font-lock-keywords):
17204 * shell.el (shell-prompt-pattern)
17205 (shell-dynamic-complete-functions, shell-mode)
17206 (shell-delimiter-argument-list):
17207 * term.el (term-replace-by-expanded-filename)
17208 (term-prompt-regexp, term-delimiter-argument-list):
17209 * woman.el (woman-ignore, woman0-if):
17210 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
17211 * emacs-lisp/elint.el (elint-init-env):
17212 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
17213 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
17214 * language/ethio-util.el (ethio-tilde-escape)
17215 (ethio-use-three-dot-question):
17216 * net/zone-mode.el (zone-mode-load-time-setup):
17217 * progmodes/cc-align.el (c-lineup-argcont):
17218 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
17219 * progmodes/cperl-mode.el (cperl-set-style-back):
17220 * progmodes/inf-lisp.el (inferior-lisp-prompt):
17221 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
17222 Fix spellings in docstrings.
17223
17224 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
17225 * progmodes/modula2.el (m2-for): Fix spellings.
17226
17227 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
17228
17229 * simple.el (undo-more): Don't use `format' on `error' arguments.
17230 Improve argument/docstring consistency.
17231 (pending-undo-list): Doc fix.
17232
17233 * smerge-mode.el (smerge-ensure-match):
17234 * emulation/vip.el (vip-ex):
17235 * net/zone-mode.el (zone-mode-update-serial):
17236 * progmodes/idlwave.el (idlwave-complete):
17237 * progmodes/vhdl-mode.el (vhdl-visit-file)
17238 (vhdl-compose-wire-components):
17239 Don't use `format' on `error' arguments.
17240
17241 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
17242 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
17243 (tooltip-help-tips): Fix typos in docstrings.
17244
17245 2005-06-16 David Ponce <david@dponce.com>
17246
17247 * tree-widget.el (tree-widget-value-create): Simplify last change.
17248
17249 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
17250
17251 * ido.el (ido-incomplete-regexp): New variable.
17252 (ido-set-matches-1): Handle invalid-regexp error and set
17253 ido-incomplete-regexp.
17254 (ido-incomplete-regexp): New face.
17255 (ido-completions): Use it.
17256 (ido-complete, ido-exit-minibuffer, ido-completions):
17257 Handle incomplete regexps.
17258 (ido-completions): Add check for complete match when entering a regexp.
17259
17260 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17261
17262 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
17263
17264 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17265
17266 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
17267 by field delimiters.
17268
17269 2005-06-15 David Ponce <david@dponce.com>
17270
17271 * tree-widget.el: eval-and-compile inlined functions so they will
17272 be available at run-time too.
17273 (tree-widget-super-format-handler)
17274 (tree-widget-format-handler): Remove.
17275 (tree-widget-value-create): Handle the :indent property.
17276
17277 2005-06-15 Miles Bader <miles@gnu.org>
17278
17279 * progmodes/which-func.el (which-func): Only inherit
17280 `font-lock-function-name-face' when that makes sense against the
17281 default mode-line face, otherwise set the face color explicitly.
17282
17283 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
17284 faces instead of (non-existent) variables.
17285
17286 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
17287
17288 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
17289 (iswitchb-get-matched-buffers): Likewise. Simplify.
17290
17291 2005-06-14 Miles Bader <miles@gnu.org>
17292
17293 * progmodes/ld-script.el (ld-script-location-counter):
17294 Remove "-face" suffix from face name.
17295 (ld-script-location-counter-face):
17296 New backward-compatibility alias for renamed face.
17297 (ld-script-location-counter-face): Use renamed face.
17298
17299 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
17300 (cperl-hash): Remove "-face" suffix from face names.
17301 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
17302 New backward-compatibility aliases for renamed faces.
17303 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
17304 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
17305
17306 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
17307 name.
17308 (which-func-face): New backward-compatibility alias for renamed face.
17309 (which-func-format): Use renamed which-func face.
17310
17311 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
17312 (vhdl-function, vhdl-directive, vhdl-reserved-word)
17313 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
17314 names.
17315 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
17316 (vhdl-speedbar-configuration, vhdl-speedbar-package)
17317 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
17318 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
17319 (vhdl-speedbar-architecture-selected)
17320 (vhdl-speedbar-configuration-selected)
17321 (vhdl-speedbar-package-selected)
17322 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
17323 names.
17324 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
17325 Use renamed faces.
17326 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
17327 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
17328 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
17329 Use renamed faces.
17330 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
17331 names.
17332 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
17333 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
17334 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
17335 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
17336 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
17337 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
17338
17339 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
17340 face name.
17341 (sh-heredoc-face): New backward-compatibility alias for renamed face.
17342 (sh-heredoc-face): Use renamed sh-heredoc face.
17343
17344 * progmodes/idlw-help.el (idlwave-help-link):
17345 Remove "-face" suffix from face name.
17346 (idlwave-help-link-face):
17347 New backward-compatibility alias for renamed face.
17348 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
17349
17350 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
17351 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
17352 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
17353 New backward-compatibility aliases for renamed faces.
17354 (idlwave-shell-disabled-breakpoint-face)
17355 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
17356
17357 * progmodes/flymake.el (flymake-errline, flymake-warnline):
17358 Remove "-face" suffix from face names.
17359 (flymake-errline-face, flymake-warnline-face):
17360 New backward-compatibility aliases for renamed faces.
17361 (flymake-highlight-line): Use renamed flymake faces.
17362
17363 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
17364 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
17365 (ebrowse-member-class, ebrowse-progress):
17366 Remove "-face" suffix from face names.
17367 (ebrowse-tree-mark-face, ebrowse-root-class-face)
17368 (ebrowse-file-name-face, ebrowse-default-face)
17369 (ebrowse-member-attribute-face, ebrowse-member-class-face)
17370 (ebrowse-progress-face):
17371 New backward-compatibility aliases for renamed faces.
17372 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
17373 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
17374 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
17375 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
17376
17377 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
17378 antlr-syntax)
17379 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
17380 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
17381 names.
17382 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
17383 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
17384 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
17385 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
17386 backward-compatibility aliases for renamed faces.
17387 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
17388 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
17389 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
17390 remove "font-lock-". Use renamed antlr-mode faces.
17391 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
17392 literal face-names with face variable references.
17393
17394 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
17395 face name.
17396 (Buffer-menu-buffer-face): New backward-compatibility alias for
17397 renamed face.
17398 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
17399
17400 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
17401
17402 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
17403 Eliminate "-face" suffix.
17404 (makefile-targets): Inherit from font-lock-function-name-face and
17405 eliminate "-face" suffix.
17406 (makefile-shell): Remove attributes and eliminate "-face" suffix.
17407 (makefile-*-font-lock-keywords): Append makefile-targets in rule
17408 actions, instead of prepending, to make it less visible.
17409 (makefile-previous-dependency, makefile-match-dependency):
17410 Don't match a target on a continuation line.
17411
17412 * files.el (auto-mode-alist): Put Makefile in gmake mode.
17413
17414 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
17415
17416 * progmodes/gdb-ui.el (menu): Re-order menu items.
17417 (gdb-tooltip-print): Respect tooltip-use-echo-area.
17418
17419 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
17420 Define in tooltip.el.
17421 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
17422 (gud-tooltip-tips): Respect tooltip-use-echo-area and
17423 gud-tooltip-echo-area.
17424
17425 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
17426 backward compatibility and make obsolete.
17427 (tooltip-help-tips): Use tooltip-use-echo-area.
17428 (tooltip-show-help-function): Rename to...
17429 (tooltip-show-help): ...this, because it is a function.
17430 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
17431
17432 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
17433
17434 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
17435 (edebug-print-length, edebug-print-level, edebug-print-circle)
17436 (edebug-modify-breakpoint, edebug-eval-last-sexp)
17437 (edebug-eval-print-last-sexp): Doc fixes.
17438
17439 2005-06-14 Kim F. Storm <storm@cua.dk>
17440
17441 * ido.el (ido-mode): Make a new keymap every time we enable ido,
17442 as the coverage buffer/file/both may change.
17443
17444 2005-06-14 Lute Kamstra <lute@gnu.org>
17445
17446 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
17447 and run-mode-hooks. Simplify.
17448
17449 * mail/rmailedit.el (rmail-edit-mode):
17450 * progmodes/octave-inf.el (inferior-octave-mode):
17451 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
17452
17453 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
17454 and run-mode-hooks.
17455 (recentf-edit-list, recentf-open-files): Don't call
17456 kill-all-local-variables directly.
17457
17458 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
17459
17460 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
17461
17462 * emacs-lisp/byte-run.el (make-obsolete)
17463 (define-obsolete-function-alias): Rename arguments FUNCTION and
17464 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
17465 (make-obsolete-variable, define-obsolete-variable-alias):
17466 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
17467 respectively.
17468
17469 * isearchb.el (isearchb-activate):
17470 * pcvs.el (cvs-mode):
17471 * ses.el (ses-load):
17472 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
17473 * net/tramp.el (tramp-find-file-exists-command)
17474 (tramp-find-shell):
17475 * progmodes/ada-mode.el (ada-create-case-exception)
17476 (ada-create-case-exception-substring, ada-make-subprogram-body):
17477 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
17478 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
17479 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
17480 * textmodes/org.el (org-promote, org-evaluate-time-range)
17481 (org-agenda-next-date-line, org-agenda-previous-date-line)
17482 (org-agenda-error, org-open-at-point, org-table-move-row)
17483 (org-format-table-table-html-using-table-generate-source)
17484 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
17485 * textmodes/reftex.el (reftex-access-scan-info):
17486 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
17487 (reftex-toc-promote-prepare): Follow error conventions.
17488
17489 * diff-mode.el (diff-mode): Fix typo in docstring.
17490
17491 * forms.el (forms--intuit-from-file): Fix reference to
17492 `forms-number-of-fields' in error message.
17493 (forms-print): Fix quoting in error message.
17494
17495 * forms.el (forms-mode):
17496 * emulation/vi.el (vi-goto-insert-state):
17497 * progmodes/flymake.el (flymake-new-err-info)
17498 (flymake-start-syntax-check-for-current-buffer)
17499 (flymake-simple-cleanup):
17500 * eshell/esh-var.el (eshell/export):
17501 * progmodes/gud.el (xdb):
17502 * textmodes/flyspell.el (flyspell-incorrect-hook)
17503 (flyspell-maybe-correct-transposition)
17504 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
17505
17506 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
17507
17508 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
17509 minibuffer prompt.
17510
17511 2005-06-13 Kim F. Storm <storm@cua.dk>
17512
17513 * subr.el (add-to-ordered-list): New defun.
17514
17515 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
17516 add cua--keymap-alist to emulation-mode-map-alists.
17517
17518 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
17519
17520 * subr.el (complete-in-turn): New macro.
17521 (dynamic-completion-table, lazy-completion-table): Add debug info.
17522
17523 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
17524 in preference to face aliases.
17525
17526 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
17527 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
17528 Remove unused vars `start' and `firstline'.
17529 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
17530 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
17531
17532 2005-06-13 Eli Zaretskii <eliz@gnu.org>
17533
17534 * cus-start.el (all): Don't complain about missing GTK-related
17535 variables, unless either `gtk' is boundp or this isn't a
17536 `windows-nt' build.
17537
17538 2005-06-13 Lute Kamstra <lute@gnu.org>
17539
17540 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
17541 run-mode-hooks.
17542
17543 * ediff-mult.el (ediff-meta-mode):
17544 * ediff-util.el (ediff-mode): Use run-mode-hooks.
17545
17546 * ledit.el (ledit-mode): Use delay-mode-hooks.
17547
17548 * woman.el (woman-mode-line-format): Delete constant.
17549 (woman-mode-map): Initialize it properly.
17550 (woman-mode): Set mode-class property to special.
17551 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
17552 Set major-mode and mode-name. Don't set mode-line-format directly.
17553 (Man-getpage-in-background): Don't reference woman-mode-line-format.
17554
17555 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
17556 string argument obsolete.
17557
17558 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
17559
17560 * textmodes/org.el (org-CUA-compatible): New option.
17561 (org-disputed-keys): New variable.
17562 (org-key): New function.
17563 (orgtbl-make-binding): Add docstring to the created function.
17564 (org-mode): Set paragraph start/separate regexps.
17565 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
17566 (org-archive-location, org-archive-mark-done)
17567 (org-archive-stamp-time): New options.
17568 (org-archive-subtree): New command.
17569 (org-fill-paragraph): New function.
17570 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
17571 (org-fake-empty-table-line): Function removed.
17572 (org-format-org-table-html): Do not create empty table lines at
17573 separator lines. Improved table header treatment.
17574 (org-link-format): New option.
17575 (org-make-link): New function.
17576 (org-insert-link, org-store-link): Use org-make-link.
17577 (org-open-file): Quote file name for shell command, to allow
17578 spaces in file names.
17579 (org-link-regexp): Fix bug with mailto link.
17580 (org-link-maybe-angles-regexp, org-protected-link-regexp):
17581 New constants.
17582 (org-export-as-html): Deal with the optional angles around a link.
17583 Better treatment of file: links.
17584 (org-open-at-point): Replace @{ and @} with < and >.
17585 (org-run-mode-hooks): Function removed.
17586 (org-agenda-mode): No longer use `org-run-mode-hooks'.
17587
17588 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
17589
17590 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
17591 MI command -data-list-register-values.
17592 (gdb-post-prompt): Indent properly.
17593
17594 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
17595
17596 * hilit-chg.el (highlight-changes-colors): Rename from
17597 `highlight-changes-colours'.
17598 (highlight-changes-colours): Keep as obsolete alias.
17599 (highlight-changes-face-list): Doc fix.
17600 (hilit-chg-make-list): Use `highlight-changes-colors'.
17601
17602 2005-06-12 Mark A. Hershberger <mah@everybody.org>
17603
17604 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
17605 defun-prompt-regexp.
17606
17607 2005-06-12 Eli Zaretskii <eliz@gnu.org>
17608
17609 * loadup.el: Don't say we are dumping under 2 names on windows-nt
17610 and cygwin.
17611
17612 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
17613 Don't use an old loaddefs.el, as in Makefile.in.
17614
17615 2005-06-12 Lute Kamstra <lute@gnu.org>
17616
17617 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
17618
17619 * man.el (Man-mode-map): Initialize it properly.
17620 (Man-mode): Set mode-class property to special.
17621
17622 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
17623
17624 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
17625
17626 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
17627 A newline is needed in the docstring there.
17628
17629 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
17630 Doc fixes.
17631
17632 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17633
17634 * printing.el: Doc fix. The menubar is no more changed when printing
17635 is loaded, it only changes when pr-menu-bind or pr-update-menus is
17636 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
17637 (pr-version): New version number (6.8.4).
17638 (pr-menu-bind): New command.
17639 (pr-update-menus): Docstring and code fix.
17640 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
17641 Docstring fix.
17642 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
17643 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
17644
17645 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
17646
17647 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
17648 "Returns" to "return", document useful return values, etc.
17649
17650 2005-06-11 Alan Mackenzie <acm@muc.de>
17651
17652 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
17653 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
17654 (adaptive-file-function): Minor amendment to doc-string.
17655
17656 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17657
17658 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
17659 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
17660 Fix :type--it is `integer', not `string'.
17661
17662 * faces.el (modeline-highlight): Rename from (the erroneous)
17663 `modeline-higilight'.
17664
17665 2005-06-11 Lute Kamstra <lute@gnu.org>
17666
17667 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
17668 lisp-interaction-mode-map but make it the parent.
17669 (edebug-eval-mode): Use define-derived-mode.
17670
17671 2005-06-11 Andreas Schwab <schwab@suse.de>
17672
17673 * bindings.el: Add binding of `ESC functionkey' for every
17674 `M-functionkey'.
17675 * hexl.el (hexl-mode-map): Likewise.
17676
17677 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
17678
17679 * progmodes/compile.el (compilation-error-regexp-alist-alist)
17680 [msft]: update regexp for newer msft compilers.
17681
17682 2005-06-10 Mark A. Hershberger <mah@everybody.org>
17683
17684 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
17685 ATTLIST portions of included DTDs.
17686 (xml-parse-dtd): Eliminate use of inefficient match-data.
17687
17688 2005-06-10 Miles Bader <miles@gnu.org>
17689
17690 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
17691 (mpuz-text): Remove "-face" suffix from face names.
17692 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
17693 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
17694 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
17695
17696 * play/gomoku.el (gomoku-O, gomoku-X):
17697 Remove "-face" suffix from face names.
17698 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
17699 New backward-compatibility aliases for renamed faces.
17700 (gomoku-font-lock-keywords): Use renamed gomoku faces.
17701
17702 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
17703
17704 * thumbs.el: Fixes for changes of 2005-06-09.
17705 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
17706 as a directory.
17707 (thumbs-thumbname): Remove directory separator from format string;
17708 `thumbs-thumbsdir' now returns a valid directory name.
17709 (thumbs-temp-dir): New defsubst.
17710 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
17711 Use it.
17712
17713 * cus-edit.el (minibuffer):
17714 * files.el (make-backup-file-name-function):
17715 * filesets.el (filesets-external-viewers):
17716 * hilit-chg.el (highlight-changes-colours)
17717 (highlight-changes-face-list, highlight-changes-rotate-faces):
17718 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
17719 * kmacro.el (kmacro-call-macro):
17720 * log-edit.el (log-edit-changelog-full-paragraphs):
17721 * mouse.el (mouse-1-click-follows-link):
17722 * skeleton.el (skeleton-autowrap):
17723 * subr.el (insert-for-yank-1):
17724 * tempo.el (tempo-insert-region):
17725 * terminal.el (terminal-emulator):
17726 * time.el (display-time-mail-face):
17727 * vc.el (vc-annotate):
17728 * vcursor.el (vcursor-copy-line):
17729 * woman.el (woman-bold-headings, woman-ignore)
17730 (woman-default-faces, woman-monochrome-faces):
17731 * calendar/todo-mode.el (todo-insert-threshold):
17732 * emulation/pc-select.el (pc-select-selection-keys-only)
17733 (pc-selection-mode):
17734 * emulation/vip.el (vip-find-char-forward):
17735 * emulation/viper-cmd.el (viper-find-char-forward):
17736 * international/mule-cmds.el
17737 (select-safe-coding-system-accept-default-p)
17738 (input-method-exit-on-invalid-key):
17739 * international/mule-diag.el (describe-coding-system):
17740 * international/ucs-tables.el (unify-8859-on-encoding-mode):
17741 * net/browse-url.el (browse-url-xterm-program):
17742 * obsolete/lazy-lock.el (lazy-lock-mode):
17743 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
17744 (cperl-mode):
17745 * progmodes/cpp.el (cpp-face-light-name-list)
17746 (cpp-face-dark-name-list):
17747 * progmodes/delphi.el (delphi-newline-always-indents):
17748 Fix spellings in docstrings.
17749
17750 * ido.el (ido-mode, ido-file-extensions-order)
17751 (ido-default-file-method, ido-default-buffer-method)
17752 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
17753 (ido-decorations, ido-read-file-name-as-directory-commands)
17754 (ido-read-file-name-non-ido, ido-work-directory-list)
17755 (ido-ignore-item-temp-list, ido-current-directory)
17756 (ido-magic-forward-char, ido-enter-find-file)
17757 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
17758 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
17759
17760 2005-06-10 Lute Kamstra <lute@gnu.org>
17761
17762 * play/dunnet.el (dun-mode): Use define-derived-mode.
17763 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
17764 obsolete alias.
17765
17766 * play/doctor.el (doctor-mode-map): Remove defvar.
17767 (doctor-mode): Use define-derived-mode.
17768
17769 * mail/mspools.el (mspools-mode):
17770 * net/eudc-hotlist.el (eudc-hotlist-mode):
17771 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
17772
17773 2005-06-10 Miles Bader <miles@gnu.org>
17774
17775 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17776 Remove "-face" suffix from face names.
17777 (flyspell-incorrect-face, flyspell-duplicate-face):
17778 New backward-compatibility aliases for renamed faces.
17779 (flyspell-mode-on, make-flyspell-overlay)
17780 (flyspell-highlight-incorrect-region)
17781 (flyspell-highlight-duplicate-region)
17782 (flyspell-display-next-corrections)
17783 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
17784
17785 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
17786 from face name.
17787 (texinfo-heading-face): New backward-compatibility alias for
17788 renamed face.
17789 (texinfo-heading-face): Use renamed texinfo-heading face.
17790
17791 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
17792 suffix from face names.
17793 (tex-math-face, tex-verbatim-face):
17794 New backward-compatibility aliases for renamed faces.
17795 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
17796 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
17797 literal face name.
17798
17799 * textmodes/table.el (table-cell): Remove "-face" suffix from face
17800 name.
17801 (table-cell-face): New backward-compatibility alias for renamed face.
17802 (table--put-cell-face-property, table--update-cell-face):
17803 Use renamed table-cell face.
17804
17805 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
17806 from face name.
17807 (sgml-namespace-face): New backward-compatibility alias for
17808 renamed face.
17809 (sgml-namespace-face): Use renamed sgml-namespace face.
17810
17811 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
17812 (org-level-4, org-level-5, org-level-6, org-level-7)
17813 (org-level-8, org-warning, org-headline-done)
17814 (org-deadline-announce, org-scheduled-today)
17815 (org-scheduled-previously, org-link, org-done, org-table)
17816 (org-time-grid): Remove "-face" suffix from face names.
17817 (org-level-1-face, org-level-2-face, org-level-3-face)
17818 (org-level-4-face, org-level-5-face, org-level-6-face)
17819 (org-level-7-face, org-level-8-face, org-warning-face)
17820 (org-headline-done-face, org-deadline-announce-face)
17821 (org-scheduled-today-face, org-scheduled-previously-face)
17822 (org-link-face, org-done-face, org-table-face)
17823 (org-time-grid-face):
17824 New backward-compatibility aliases for renamed faces.
17825 (org-level-faces, org-set-font-lock-defaults, org-timeline)
17826 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
17827 (org-agenda-get-timestamps, org-agenda-get-scheduled)
17828 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
17829
17830 * emulation/viper-init.el (viper-search, viper-replace-overlay)
17831 (viper-minibuffer-emacs, viper-minibuffer-insert)
17832 (viper-minibuffer-vi): Remove "-face" suffix from face names.
17833 (viper-search-face, viper-replace-overlay-face)
17834 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
17835 (viper-minibuffer-vi-face):
17836 New backward-compatibility aliases for renamed faces.
17837 (viper-search-face, viper-replace-overlay-face)
17838 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
17839 (viper-minibuffer-vi-face): Use renamed viper faces.
17840
17841 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
17842 Remove "-face" suffix from face names.
17843 (testcover-nohits-face, testcover-1value-face):
17844 New backward-compatibility aliases for renamed faces.
17845 (testcover-mark): Use renamed testcover faces.
17846
17847 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
17848 face name.
17849 (diary-button-face): New backward-compatibility alias for renamed face.
17850 (diary-entry): Use renamed diary-button face.
17851
17852 * calendar/calendar.el (diary, calendar-today, holiday)
17853 (mark-visible-calendar-date): Remove "-face" suffix from face names.
17854 (diary-face, calendar-today-face, holiday-face):
17855 New backward-compatibility aliases for renamed faces.
17856 (eval-after-load "facemenu", diary-entry-marker)
17857 (calendar-today-marker, calendar-holiday-marker, diary-face):
17858 Use renamed calendar faces.
17859
17860 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
17861 (compare-windows-face): New backward-compatibility alias for
17862 renamed face.
17863 (compare-windows-highlight): Use renamed compare-windows face.
17864
17865 * strokes.el (strokes-char): Remove "-face" suffix from face name.
17866 (strokes-char-face): New backward-compatibility alias for renamed face.
17867 (strokes-encode-buffer): Use renamed strokes-char face.
17868
17869 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
17870 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
17871 Remove "-face" suffix from face names.
17872 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
17873 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
17874 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
17875 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
17876 Use renamed pcvs faces.
17877 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
17878 * pcvs-defs.el (cvs-mode-map): Likewise.
17879 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
17880
17881 * info.el (info-title-1, info-title-2, info-title-3)
17882 (info-title-4): Remove "-face" suffix from and downcase face names.
17883 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17884 (Info-title-4-face):
17885 New backward-compatibility aliases for renamed faces.
17886 (Info-fontify-node): Use renamed info faces.
17887
17888 * hilit-chg.el (highlight-changes, highlight-changes-delete):
17889 Remove "-face" suffix from face names.
17890 (highlight-changes-face, highlight-changes-delete-face):
17891 New backward-compatibility aliases for renamed faces.
17892 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
17893 (hilit-chg-make-list): Use renamed highlight-changes faces.
17894
17895 * generic-x.el (show-tabs-tab, show-tabs-space):
17896 Remove "-face" suffix from face names.
17897 (show-tabs-tab-face, show-tabs-space-face):
17898 New backward-compatibility aliases for renamed faces.
17899 (show-tabs-generic-mode-font-lock-defaults-1)
17900 (show-tabs-generic-mode-font-lock-defaults-2):
17901 Use renamed show-tabs faces.
17902
17903 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
17904 (smerge-markers): Remove "-face" suffix from face names.
17905 (smerge-mine-face, smerge-other-face, smerge-base-face)
17906 (smerge-markers-face):
17907 New backward-compatibility aliases for renamed faces.
17908 (smerge-mine-face, smerge-other-face, smerge-base-face)
17909 (smerge-markers-face): Use renamed smerge faces.
17910
17911 * log-view.el (log-view-file, log-view-message): Remove "-face"
17912 suffix from face names.
17913 (log-view-file-face, log-view-message-face):
17914 New backward-compatibility aliases for renamed faces.
17915 (log-view-file-face, log-view-message-face): Use renamed log-view
17916 faces.
17917
17918 * paren.el (show-paren-match, show-paren-mismatch):
17919 Remove "-face" suffix from face names.
17920 (show-paren-match-face, show-paren-mismatch-face):
17921 New backward-compatibility aliases for renamed faces.
17922 (show-paren-function): Use renamed show-paren faces.
17923
17924 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
17925 (ruler-mode-margins, ruler-mode-fringes)
17926 (ruler-mode-column-number, ruler-mode-fill-column)
17927 (ruler-mode-comment-column, ruler-mode-goal-column)
17928 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
17929 suffix from face names.
17930 (ruler-mode-default-face, ruler-mode-pad-face)
17931 (ruler-mode-margins-face, ruler-mode-fringes-face)
17932 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
17933 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
17934 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
17935 New backward-compatibility aliases for renamed faces.
17936 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
17937 (ruler-mode-column-number, ruler-mode-fill-column)
17938 (ruler-mode-comment-column, ruler-mode-goal-column)
17939 (ruler-mode-tab-stop, ruler-mode-current-column)
17940 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
17941 faces.
17942
17943 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
17944 face name.
17945 (whitespace-highlight-the-space): Use renamed face.
17946 (whitespace-highlight-face): New backward-compatibility alias for
17947 renamed face.
17948
17949 * woman.el (woman-italic, woman-bold, woman-unknown)
17950 (woman-addition, woman-symbol-face):
17951 Remove "-face" suffix from face names.
17952 (woman-italic-face, woman-bold-face, woman-unknown-face)
17953 (woman-addition-face):
17954 New backward-compatibility aliases for renamed faces.
17955 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
17956 (woman-decode-region, woman-replace-match)
17957 (woman-display-extended-fonts, woman-special-characters)
17958 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
17959 Use renamed woman faces.
17960
17961 * longlines.el (longlines-visible-face): Face removed.
17962
17963 * diff-mode.el (diff-header, diff-file-header, diff-index)
17964 (diff-hunk-header, diff-removed, diff-added, diff-changed)
17965 (diff-function, diff-context, diff-nonexistent): Remove "-face"
17966 suffix from face names.
17967 (diff-header-face, diff-file-header-face, diff-index-face)
17968 (diff-hunk-header-face, diff-removed-face, diff-added-face)
17969 (diff-changed-face, diff-function-face, diff-context-face)
17970 (diff-nonexistent-face): New backward-compatibility aliases for
17971 renamed faces.
17972 (diff-header-face, diff-file-header-face)
17973 (diff-index, diff-index-face, diff-hunk-header)
17974 (diff-hunk-header-face, diff-removed, diff-removed-face)
17975 (diff-added, diff-added-face, diff-changed-face, diff-function)
17976 (diff-function-face, diff-context-face, diff-nonexistent)
17977 (diff-nonexistent-face): Use renamed diff-mode faces.
17978
17979 * progmodes/compile.el (compilation-warning-face)
17980 (compilation-info-face): Remove "-face" suffix from face names.
17981 (compilation-warning-face, compilation-info-face):
17982 New backward-compatibility aliases for renamed faces.
17983 (compilation-warning-face, compilation-info-face):
17984 Use renamed compilation faces.
17985
17986 * add-log.el (change-log-date, change-log-name)
17987 (change-log-email, change-log-file, change-log-list)
17988 (change-log-conditionals, change-log-function)
17989 (change-log-acknowledgement): Remove "-face" suffix from face names.
17990 (change-log-date-face, change-log-name-face)
17991 (change-log-email-face, change-log-file-face)
17992 (change-log-list-face, change-log-conditionals-face)
17993 (change-log-function-face, change-log-acknowledgement-face):
17994 New backward-compatibility aliases for renamed faces.
17995 (change-log-font-lock-keywords): Use renamed change-log faces.
17996
17997 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
17998 (custom-set, custom-changed, custom-saved, custom-button)
17999 (custom-button-pressed, custom-documentation, custom-state)
18000 (custom-comment, custom-comment-tag, custom-variable-tag)
18001 (custom-variable-button, custom-face-tag, custom-group-tag-1)
18002 (custom-group-tag): Remove "-face" suffix from face names.
18003 (custom-magic-alist, custom-magic-value-create)
18004 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
18005 (custom-invalid-face, custom-rogue-face, custom-modified-face)
18006 (custom-set-face, custom-changed-face, custom-saved-face)
18007 (custom-button-face, custom-button-pressed-face)
18008 (custom-documentation-face, custom-state-face)
18009 (custom-comment-face, custom-comment-tag-face)
18010 (custom-variable-tag-face, custom-variable-button-face)
18011 (custom-face-tag-face, custom-group-tag-face-1)
18012 (custom-group-tag-face):
18013 New backward-compatibility aliases for renamed faces.
18014
18015 * wid-edit.el (widget-documentation, widget-button)
18016 (widget-field, widget-single-line-field, widget-inactive)
18017 (widget-button-pressed): "-face" suffix removed from face names.
18018 (widget-documentation-face, widget-button-face)
18019 (widget-field-face, widget-single-line-field-face)
18020 (widget-inactive-face, widget-button-pressed-face):
18021 New backward-compatibility aliases for renamed faces.
18022 (widget-documentation-face, widget-button-face)
18023 (widget-button-pressed-face, widget-specify-field)
18024 (widget-specify-inactive): Use renamed widget faces.
18025
18026 2005-06-10 Kenichi Handa <handa@m17n.org>
18027
18028 * term/x-win.el (x-clipboard-yank): Remove condition-case
18029 wrapping.
18030
18031 2005-06-11 Kenichi Handa <handa@m17n.org>
18032
18033 * add-log.el (change-log-font-lock-keywords): Make the regexp for
18034 date lines stricter.
18035
18036 2005-06-10 Zhang Wei <id.brep@gmail.com>
18037
18038 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
18039 of x-get-selection.
18040
18041 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18042
18043 * comint.el (comint-mode, comint-snapshot-last-prompt):
18044 * frame.el (frame-current-scroll-bars):
18045 * term.el (term-mode, term-check-proc, term-input-sender)
18046 (term-simple-send, term-extract-string, term-word)
18047 (term-match-partial-filename):
18048 * window.el (window-current-scroll-bars):
18049 * emulation/cua-base.el (cua-normal-cursor-color)
18050 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
18051 (cua-global-mark-cursor-color):
18052 * mail/undigest.el (rmail-forward-separator-regex):
18053 Fix typos in docstrings.
18054
18055 * comint.el (comint-check-proc, make-comint-in-buffer)
18056 (comint-source-default): Doc fixes.
18057
18058 * term.el (term-send-string): Improve argument/docstring consistency.
18059
18060 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
18061
18062 * comint.el (comint-send-input): Bind `inhibit-read-only' around
18063 call to `delete-region'.
18064 (comint-mode-hook): Do not enable Font Lock by default.
18065
18066 2005-06-09 Lute Kamstra <lute@gnu.org>
18067
18068 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
18069 could be void.
18070
18071 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
18072
18073 * emacs-lisp/debug.el (debugger-will-be-back): New var.
18074 (debug): Use it.
18075 (debugger-step-through, debugger-continue, debugger-jump)
18076 (debugger-return-value): Set it when needed.
18077 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
18078 Use inhibit-read-only.
18079
18080 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
18081
18082 * window.el (shrink-window-if-larger-than-buffer)
18083 (window-size-fixed): Fix typo in docstring.
18084
18085 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
18086 thumbnails directory on loading.
18087 (thumbs-conversion-program): Use `eq' to check the system type,
18088 not `equal'.
18089 (thumbs-temp-dir): Initialize to `temporary-file-directory',
18090 not "/tmp". Fix docstring.
18091 (thumbs-thumbsdir): New function to return the thumbnails
18092 directory, creating it if needed.
18093 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
18094 (thumbs-temp-file): Delete variable and make it into a function.
18095 (thumbs-resize-image, thumbs-modify-image): Use it.
18096 (thumbs-kill-buffer): Simplify.
18097 (thumbs-gensym): Defalias or duplicate CL `gensym'.
18098 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
18099 docstrings.
18100
18101 2005-06-09 Kim F. Storm <storm@cua.dk>
18102
18103 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
18104 set-match-data to free markers in match-data.
18105
18106 * replace.el (replace-match-data): Pass RESEAT arg `t' to
18107 match-data to unchain markers in match-data.
18108
18109 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
18110
18111 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
18112 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
18113 unnecessary now.
18114
18115 2005-06-08 Richard M. Stallman <rms@gnu.org>
18116
18117 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
18118 give the variable a doc string that doesn't say don't set it directly.
18119
18120 * textmodes/ispell.el (ispell-check-version):
18121 Use match-string-no-properties.
18122 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
18123 (ispell-buffer-local-words): Likewise.
18124
18125 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
18126 except on terminals with enough colors to really display it.
18127 (makefile-dependency-regex): Delete spurious `bb'.
18128
18129 * faces.el (escape-glyph): Use blue once again in last case.
18130 (no-break-space): Redefine so that it isn't invisible on a tty.
18131
18132 2005-06-08 Kim F. Storm <storm@cua.dk>
18133
18134 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
18135 also when reading directory name.
18136
18137 2005-06-08 Lute Kamstra <lute@gnu.org>
18138
18139 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
18140 (flyspell-mode-line-string): Remove autoload cookie.
18141 (flyspell-mode): Remove defvar.
18142
18143 2005-06-07 Lute Kamstra <lute@gnu.org>
18144
18145 * textmodes/org.el (org-run-mode-hooks): New function.
18146 (org-agenda-mode): Use it.
18147
18148 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
18149
18150 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
18151
18152 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18153
18154 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
18155
18156 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
18157
18158 * font-lock.el (font-lock-add-keywords): Doc fix.
18159
18160 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18161
18162 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
18163 (tex-compile-default): In the absence of any history, use the order in
18164 tex-compile-alist to choose the preferred command.
18165 (tex-compile-commands): Reorder a bit.
18166
18167 * textmodes/flyspell.el (flyspell-auto-correct-binding)
18168 (flyspell-incorrect-face, flyspell-duplicate-face):
18169 Use (X)Emacs-agnostic code.
18170 (flyspell-mode-map): Don't overwrite at each load. Remove code
18171 redundant with the subsequent add-minor-mode. Merge Emacs and
18172 XEmacs code.
18173 (flyspell-word): Minor simplification.
18174 (flyspell-math-tex-command-p): Quieten the byte-compiler.
18175 (flyspell-external-point-words): Remove unused vars `size' and `start'.
18176 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
18177 Merge the corresponding Emacs code.
18178 (flyspell-correct-word, flyspell-xemacs-popup):
18179 Use flyspell-do-correct.
18180
18181 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
18182 a dedicated window.
18183
18184 * international/latexenc.el (latexenc-find-file-coding-system):
18185 Undo part of last patch, to turn off a compiler warning.
18186
18187 2005-06-06 Juri Linkov <juri@jurta.org>
18188
18189 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
18190 Rename `tmm-inactive-face' to `tmm-inactive'.
18191
18192 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
18193
18194 * iswitchb.el: Rename faces.
18195
18196 2005-06-06 Kim F. Storm <storm@cua.dk>
18197
18198 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
18199 (cua-global-mark): Remove -face suffix from face names.
18200
18201 * emulation/cua-gmrk.el (cua--init-global-mark):
18202 Remove cua-global-mark face setup.
18203
18204 2005-06-06 Richard M. Stallman <rms@gnu.org>
18205
18206 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
18207 just like other allowed characters.
18208 (makefile-match-dependency): Exclude leading and training whitespace
18209 from the range of regexp subexp 1.
18210 (makefile-macroassign-regex): Don't try to match the body,
18211 just the name of the macro being defined.
18212
18213 * info.el (Info-read-node-name-2): New function.
18214 (Info-read-node-name-1): Use that.
18215 Add a completion-base-size-function property.
18216
18217 * simple.el (completion-setup-function): Look for
18218 completion-base-size-function property of minibuffer-completion-table.
18219
18220 * files.el (locate-file-completion): Doc fix.
18221
18222 * printing.el: Don't call pr-update-menus; user must do that.
18223
18224 * emacs-lisp/debug.el (debugger-window): New variable.
18225 (debug): Use debugger-window if it is set and still alive.
18226 Record debugger-window for next entry.
18227
18228 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
18229
18230 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
18231
18232 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
18233 (hack-one-local-variable, hack-local-variables)
18234 (hack-local-variables-prop-line): Pass that arg.
18235
18236 2005-06-06 Kim F. Storm <storm@cua.dk>
18237
18238 * ido.el (ido-first-match, ido-only-match, ido-subdir)
18239 (ido-indicator): Remove -face suffix from face names.
18240
18241 2005-06-06 Juri Linkov <juri@jurta.org>
18242
18243 * font-lock.el (font-lock-regexp-backslash)
18244 (font-lock-regexp-backslash-construct): New faces.
18245 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
18246 after `('. Add `while-no-input' to control structures.
18247
18248 * faces.el (no-break-space, shadow): New faces.
18249 (escape-glyph): Use less loud colors pink2 and red4.
18250
18251 * diff-mode.el (diff-context-face)
18252 * dired.el (dired-ignored)
18253 * rfn-eshadow.el (file-name-shadow)
18254 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
18255
18256 * info.el (Info-title-1-face): Use green instead of yellow because
18257 bold yellow is not readable on light backgrounds.
18258
18259 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
18260 before selecting the desired mode to not spend time fontifying
18261 old contents.
18262
18263 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
18264
18265 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
18266 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
18267
18268 * ps-print.el (ps-default-fg, ps-default-bg):
18269 Fix typos in docstrings.
18270
18271 * isearchb.el (isearchb): Don't pass a spurious second argument to
18272 `iswitchb-completions'.
18273
18274 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
18275
18276 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
18277 to preserve point.
18278 (gdb-find-file-hook): Add doc string.
18279
18280 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
18281 C dereferenced pointer expression.
18282 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
18283
18284 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
18285
18286 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
18287 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
18288 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
18289 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
18290 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
18291 Make background transparent.
18292
18293 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
18294
18295 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
18296 (font-lock-remove-keywords): Doc fix.
18297 (font-lock-mode-major-mode): Compiler defvar.
18298 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
18299
18300 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
18301 (font-lock-mode): Update `font-lock-mode-major-mode'.
18302 (font-lock-set-defaults): Compiler defvar.
18303 (font-lock-default-function): Take `font-lock-mode-major-mode'
18304 into account.
18305
18306 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
18307 keep track of which major mode it enabled the minor mode for.
18308 Use find-file-hook again. Update docstring.
18309
18310 * simple.el (eval-expression-print-level)
18311 (eval-expression-print-length, eval-expression-debug-on-error):
18312 Doc fixes.
18313
18314 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
18315
18316 * iswitchb.el (iswitchb-single-match-face)
18317 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
18318 (iswitchb-invalid-regexp-face): New faces.
18319 (iswitchb-completions): Use them.
18320 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
18321 now marked as an obsolete alias.
18322 (iswitchb-read-buffer): Remove check for bound font variables.
18323 (iswitchb-invalid-regexp): New free variable.
18324 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
18325 set iswitchb-invalid-regexp.
18326 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
18327 invalid regexps.
18328 (iswitchb-completions): Add check for complete match when entering
18329 a regexp.
18330 (iswitchb-completions): Remove require-match argument.
18331 (iswitchb-exhibit): Fix caller.
18332 (iswitchb-common-match-inserted): New variable.
18333 (iswitchb-complete, iswitchb-completion-help): Use it.
18334
18335 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
18336
18337 * url-http.el (url-http-chunked-encoding-after-change-function):
18338 Use `url-http-debug' instead of `message'.
18339
18340 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
18341
18342 * url-http.el (url-http-parse-headers): Pass redirected URL as a
18343 callback argument.
18344
18345 2005-06-04 Kim F. Storm <storm@cua.dk>
18346
18347 * simple.el (line-move): Only call sit-for when moving backwards.
18348
18349 * ido.el (ido-make-merged-file-list-1): New defun split from
18350 ido-make-merged-file-list.
18351 (ido-make-merged-file-list): Bind throw-on-input around call to
18352 ido-make-merged-file-list-1. Return input-pending-p if
18353 interrupted by more input available.
18354 (ido-read-internal): Handle input-pending-p return value from
18355 ido-make-merged-file-list.
18356
18357 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
18358
18359 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
18360 compatibility code.
18361
18362 * international/latexenc.el (latexenc-find-file-coding-system):
18363 Don't inherit the EOL part of the coding-system from the
18364 tex-main buffer. Fit within 80 columns.
18365
18366 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
18367
18368 * tmm.el (tmm-inactive-face): New face.
18369 (tmm-remove-inactive-mouse-face): New function.
18370 (tmm-prompt, tmm-add-one-shortcut)
18371 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
18372 but not selectable.
18373
18374 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
18375
18376 * faces.el (face-equal): Improve argument/docstring consistency.
18377
18378 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
18379
18380 * progmodes/make-mode.el (makefile-targets-face)
18381 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
18382 (makefile-bsdmake-dependency-regex)
18383 (makefile-makepp-rule-action-regex)
18384 (makefile-bsdmake-rule-action-regex): New constants.
18385 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
18386
18387 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18388 Allow (...) within `...' for makepp messages.
18389
18390 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
18391
18392 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
18393
18394 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
18395 "." files are deleted from all file lists before comparison.
18396
18397 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18398 (viper-ESC-key): Made them customizable.
18399
18400 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
18401
18402 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
18403
18404 * autorevert.el (auto-revert-buffers): Use save-match-data.
18405
18406 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18407
18408 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
18409 menu items with a nil command binding.
18410
18411 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
18412
18413 * emacs-lisp/cl-macs.el (defsetf):
18414 Improve argument/docstring consistency.
18415
18416 * faces.el (list-faces-display): Improve the formatting by
18417 computing the maximum length required for any face-name (reworked
18418 patch of 1999-01-11, accidentally deleted on 1999-07-21).
18419 (internal-find-face): Remove redundant info in docstring.
18420
18421 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
18422
18423 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
18424 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
18425 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
18426 (gdb-assembler-custom): Improve regexps.
18427 (def-gdb-auto-update-handler): Use window point to preserve point.
18428
18429 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18430
18431 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
18432
18433 2005-05-31 Jay Belanger <belanger@truman.edu>
18434
18435 * calc/calc-embed.el (calc-embedded-word): Change argument passed
18436 to calc-embedded.
18437 (calc-embedded-make-info): Have plain prefix argument select
18438 entire line.
18439
18440 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
18441
18442 * faces.el (list-faces-display): Signal error if passed a regexp
18443 that matches no face name.
18444
18445 * simple.el (filter-buffer-substring): Fix typo in docstring.
18446
18447 2005-05-31 Richard M. Stallman <rms@gnu.org>
18448
18449 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
18450 (vhdl-emacs-21): Doc fix.
18451 (vhdl-mode): Unconditionally set comment-padding.
18452 (vhdl-fixup-whitespace-region): Insert spaces only where
18453 there are none.
18454 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
18455
18456 2005-05-30 John Wiegley <johnw@newartisans.com>
18457
18458 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
18459 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
18460 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
18461 `directory-sep-char' to ?/, and all uses of `string-to-int' to
18462 `string-to-number'.
18463
18464 2005-05-30 Jay Belanger <belanger@truman.edu>
18465
18466 * calc/calc.el (calc-bug-address): Fix docstring.
18467 (calc-window-hook, calc-trail-window-hook): New variables.
18468 (calc-trail-display): Restore use of calc-trail-window-hook.
18469 (calc): Restore use of calc-window-hook.
18470
18471 2005-05-31 Masatake YAMATO <jet@gyve.org>
18472
18473 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
18474
18475 * help-fns.el (help-C-file-name): Add autoload mark for
18476 `find-function-noselect'.
18477
18478 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18479
18480 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
18481 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
18482
18483 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18484
18485 * calendar/diary-lib.el (mark-included-diary-files): Only kill
18486 included diary buffer if it was not already being visited.
18487 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
18488
18489 * calendar/icalendar.el (top-level): Do not require appt.
18490
18491 * mail/supercite.el (sc-select-attribution): Only use a list
18492 element from sc-attrib-selection-list if it returns a string.
18493 Reported by Davide G. M. Salvetti <salve@debian.org>.
18494
18495 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
18496
18497 * thumbs.el (thumbs-thumbname): The resulting thumbname now
18498 includes a hash value to improve its uniqueness, and has a ".jpg"
18499 extension. Also, it is now a valid filename on all systems.
18500 (thumbs-make-thumb): Use `let', not `let*'.
18501 (thumbs-show-thumbs-list): Check for JPEG availability.
18502
18503 2005-05-30 Richard M. Stallman <rms@gnu.org>
18504
18505 * filesets.el (filesets-menu-ensure-use-cached):
18506 Prevent warning when emacs-version>= is undefined.
18507
18508 * printing.el (pr-interactive-n-up): Use string-to-number.
18509
18510 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
18511
18512 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18513 Warn only when name to be defined is quoted.
18514
18515 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
18516
18517 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
18518 Make regexp more robust.
18519 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
18520 Force regeneration of disassembly.
18521
18522 2005-05-29 Jay Belanger <belanger@truman.edu>
18523
18524 * calc/calc.el (calc-user-invocation): Check if
18525 calc-invocation-macro is non-nil.
18526
18527 2005-05-29 Juri Linkov <juri@jurta.org>
18528
18529 * add-log.el (change-log-font-lock-keywords):
18530 Add `+' to e-mail regexp to accept mail address with keywords.
18531
18532 * man.el (Man-name-regexp): Add `:' to accept qualified names.
18533
18534 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
18535
18536 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
18537
18538 * ielm.el (inferior-emacs-lisp-mode): Ditto.
18539
18540 2005-05-29 Richard M. Stallman <rms@gnu.org>
18541
18542 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
18543 Undo the change that moves to end of the current word.
18544
18545 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
18546
18547 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
18548 Throw error when count <= 0 to ensure input is a number.
18549 (gdb-read-memory-custom): Pick up address from buffer.
18550 (gdb-memory-mode): Allow user to increment and decrement
18551 memory address from header line.
18552
18553 2005-05-29 Richard M. Stallman <rms@gnu.org>
18554
18555 * flyspell.el (flyspell-version): Function deleted.
18556 (flyspell-auto-correct-previous-hook): Doc fix.
18557
18558 * jit-lock.el (jit-lock-function, jit-lock-after-change):
18559 Do nothing if memory is full.
18560
18561 * font-lock.el (font-lock-fontify-syntactically-region):
18562 Pass t for GREEDY to looking-back.
18563
18564 * saveplace.el (save-place-alist-to-file): Write the file
18565 using write-region.
18566
18567 * subr.el (looking-back): New argument GREEDY.
18568
18569 * progmodes/compile.el (compilation-start): Set the mode
18570 before inserting the initial text.
18571
18572 * progmodes/which-func.el (which-func-update-1): Turn the mode
18573 off in case of error by setting which-func-mode.
18574
18575 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
18576
18577 * flyspell.el (flyspell-auto-correct-previous-word):
18578 Narrow down to what's on the screen, and recenter overlays
18579 at the end of the next word.
18580
18581 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
18582
18583 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
18584 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
18585 (flyspell-abbrev-p): Default to nil.
18586 (flyspell-use-global-abbrev-table-p): Doc fix.
18587 (flyspell-large-region): Allow nil as value.
18588 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
18589
18590 (mail-mode-flyspell-verify): More robust handling
18591 of `mail-header-separator'. More efficient signature detection.
18592 Allow for regexp metacharacters in message-header-separator.
18593 Adding `To' not to be checked in mail-mode-flyspell-verify.
18594
18595 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
18596 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
18597 Bind flyspell-auto-correct-binding.
18598 Bind C-. and C-, .
18599 (flyspell-mode-map): Likewise.
18600 (flyspell-mode): Doc fix.
18601 (flyspell-accept-buffer-local-defs): Preserve current buffer.
18602 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
18603 (flyspell-word-cache-result): New var, always local.
18604 (flyspell-check-pre-word-p): Doc fix.
18605 (flyspell-check-changed-word-p): Handle spc like newline.
18606 (flyspell-post-command-hook): Set flyspell-word-cache-result.
18607 (flyspell-word-search-backward, flyspell-word-search-forward):
18608 New functions.
18609 (flyspell-word): Return t if nothing to check.
18610 When parsing TeX code, check for after } or \.
18611 Use flyspell-word-search-backward to find previous word.
18612 Return nil if duplicated word.
18613 For word already checked, return same value as last time.
18614 Set flyspell-word-cache-result after checking.
18615 Don't clobber the return value.
18616 (flyspell-get-word): Major rewrite.
18617 (flyspell-external-point-words): New locals pword, pcount.
18618 Fix size used in progress message.
18619 Find the proper corresponding word in flyspell-large-region-buffer.
18620 (flyspell-region): Check for flyspell-large-region = nil.
18621 (flyspell-highlight-incorrect-region): Clean up overlays in region.
18622 (flyspell-auto-correct-word): Check that WORD is a cons.
18623 (flyspell-correct-word): Likewise.
18624
18625 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
18626
18627 * progmodes/make-mode.el (makefile-rule-action-regex)
18628 (makefile-macroassign-regex, makefile-makepp-mode)
18629 (makefile-bsdmake-mode): Continuation lines may be empty.
18630 Reported by Joshua Varner.
18631 (makefile-makepp-font-lock-keywords): Add $(stem).
18632
18633 2005-05-28 Karl Berry <karl@gnu.org>
18634
18635 * textmodes/tex-mode.el: Now that tex-send-command calls
18636 shell-quote-argument (2005-03-31 change), remove all calls to
18637 shell-quote-argument; they all end up invoking tex-send-command.
18638 The double quoting loses on filenames with non-safe characters,
18639 such as "@". Reported by Frederik Fouvry.
18640
18641 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
18642
18643 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
18644 about preserving point.
18645
18646 2005-05-27 Jay Belanger <belanger@truman.edu>
18647
18648 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
18649 Info-goto-node.
18650
18651 * calc/calc-embed.el (calc-embed-arg): New variable.
18652 (calc-do-embedded-activate, calc-embedded-activate-formula)
18653 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
18654 variable by new variable.
18655 (calc-embedded-make-info): Replace undeclared variable by new
18656 variable. When selecting region with positive prefix
18657 argument, use end of previous line instead of beginning of line.
18658
18659 * calc/calc-aent.el (calc-arg-values): Declare it.
18660
18661 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
18662 Declare them.
18663
18664 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
18665
18666 * calc/calc.el (calc-alg-map): Declare it.
18667
18668 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
18669
18670 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
18671
18672 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
18673 (gdb-registers-buffer, toggle-gdb-all-registers):
18674 Toggle display of floating point registers.
18675 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
18676
18677 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
18678 (toggle-gud-tooltip-dereference):
18679 Rename from gud-toggle-tooltip-dereference.
18680
18681 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
18682
18683 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
18684
18685 2005-05-27 Jay Belanger <belanger@truman.edu>
18686
18687 * calc/calc-prog.el (calc-kbd-report): Remove.
18688 (calc-kbd-query): Rewrite.
18689
18690 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
18691
18692 * image.el (image-library-alist): Move to image.c.
18693 (image-type-available-p): Doc fix.
18694
18695 2005-05-27 Lute Kamstra <lute@gnu.org>
18696
18697 * calc/calc.el (calc):
18698 * outline.el (outline-1, outline-2, outline-3, outline-4)
18699 (outline-5, outline-6, outline-7, outline-8):
18700 * textmodes/dns-mode.el (dns-mode):
18701 * textmodes/sgml-mode.el (sgml-namespace-face):
18702 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
18703 (tex-verbatim-face, tex-use-reftex):
18704 * textmodes/texinfo.el (texinfo-heading-face):
18705 Specify customization group.
18706
18707 * longlines.el: Don't require easy-mmode.
18708 (longlines-visible-face): Specify customization group.
18709
18710 2005-05-27 Kenichi Handa <handa@m17n.org>
18711
18712 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
18713 encoding table of windows-1251.
18714
18715 * international/ucs-tables.el (ucs-set-table-for-input):
18716 If translation-table-for-input of a coding system is a symbol, get
18717 its translation-table property.
18718
18719 * international/code-pages.el: Don't register a coding system into
18720 non-iso-charset-alist more than once.
18721 (cp-make-coding-system): Likewise.
18722
18723 2005-05-26 John Wiegley <johnw@newartisans.com>
18724
18725 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
18726 `eshell-resume-eval' is wrapped in a list, it indicates that the
18727 command was run asynchronously. In that case, unwrap the value
18728 before checking the delimiter value.
18729
18730 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
18731 character before a space at the end of a line is \, assume the space
18732 is part of the last argument rather than a final argument separator.
18733
18734 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
18735 is in use, and the target is `t' or `nil' (which are the most common
18736 values), don't assume that the symbol target is a buffer.
18737
18738 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
18739
18740 * calendar/calendar.el (calendar-mode-line-format):
18741 Use mode-line-highlight as mouse-face.
18742
18743 * time.el (display-time-string-forms, display-time-update):
18744 Use mode-line-highlight as mouse-face.
18745
18746 2005-05-26 Jay Belanger <belanger@truman.edu>
18747
18748 * calc/calc.el (calc-language-alist): Remove extra defvar.
18749
18750 2005-05-26 Lute Kamstra <lute@gnu.org>
18751
18752 * arc-mode.el (archive-mode):
18753 * bookmark.el (bookmark-read-annotation-mode)
18754 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
18755 * bs.el (bs-mode):
18756 * calc/calc-yank.el (calc-edit-mode):
18757 * calc/calc.el (calc-mode, calc-trail-mode):
18758 * calculator.el (calculator-mode):
18759 * chistory.el (command-history-mode):
18760 * comint.el:
18761 * cus-edit.el (custom-mode):
18762 * descr-text.el (describe-text-mode):
18763 * ebuff-menu.el (Electric-buffer-menu-mode):
18764 * ediff-util.el (ediff-mode):
18765 * emacs-lisp/re-builder.el (reb-mode):
18766 * emulation/vi.el (vi-mode-setup):
18767 * emulation/ws-mode.el (wordstar-mode):
18768 * eshell/esh-mode.el (eshell-mode):
18769 * forms.el (forms-mode):
18770 * help-mode.el (help-mode):
18771 * hexl.el (hexl-mode):
18772 * ibuffer.el (ibuffer-mode):
18773 * ielm.el (inferior-emacs-lisp-mode):
18774 * info.el (Info-mode, Info-edit-mode):
18775 * international/swedish.el:
18776 * ledit.el (ledit-from-lisp-mode):
18777 * locate.el (locate-mode):
18778 * mail/rmail.el (rmail-mode):
18779 * mail/rmailedit.el (rmail-edit-mode):
18780 * mail/rmailsum.el (rmail-summary-mode):
18781 * mail/supercite.el (sc-electric-mode):
18782 * net/eudc.el (eudc-mode):
18783 * net/quickurl.el (quickurl-list-mode):
18784 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
18785 * obsolete/ooutline.el (outline-mode):
18786 * obsolete/options.el (Edit-options-mode):
18787 * obsolete/rnews.el (news-mode):
18788 * obsolete/rnewspost.el (news-reply-mode):
18789 * play/5x5.el (5x5-mode):
18790 * play/decipher.el (decipher-mode, decipher-stats-mode):
18791 * play/gomoku.el (gomoku-mode):
18792 * play/snake.el (snake-mode):
18793 * play/solitaire.el (solitaire-mode):
18794 * play/tetris.el (tetris-mode):
18795 * progmodes/ada-mode.el (ada-mode):
18796 * progmodes/antlr-mode.el (antlr-mode):
18797 * progmodes/autoconf.el (autoconf-mode):
18798 * progmodes/dcl-mode.el (dcl-mode):
18799 * progmodes/delphi.el (delphi-mode):
18800 * progmodes/ebrowse.el (ebrowse-tree-mode)
18801 (ebrowse-electric-list-mode, ebrowse-member-mode)
18802 (ebrowse-electric-position-mode):
18803 * progmodes/f90.el (f90-mode):
18804 * progmodes/fortran.el (fortran-mode):
18805 * progmodes/icon.el (icon-mode):
18806 * progmodes/idlw-help.el (idlwave-help-mode):
18807 * progmodes/idlw-shell.el (idlwave-shell-mode):
18808 * progmodes/idlwave.el (idlwave-mode):
18809 * progmodes/inf-lisp.el (inferior-lisp-mode):
18810 * progmodes/m4-mode.el (m4-mode):
18811 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
18812 * progmodes/modula2.el (modula-2-mode):
18813 * progmodes/octave-inf.el (inferior-octave-mode):
18814 * progmodes/octave-mod.el (octave-mode):
18815 * progmodes/pascal.el (pascal-mode):
18816 * progmodes/sh-script.el (sh-mode):
18817 * progmodes/sql.el (sql-mode, sql-interactive-mode):
18818 * progmodes/vhdl-mode.el (vhdl-mode):
18819 * progmodes/xscheme.el (scheme-interaction-mode):
18820 * replace.el (occur-mode):
18821 * ses.el (ses-mode):
18822 * simple.el (completion-list-mode):
18823 * skeleton.el:
18824 * speedbar.el (speedbar-mode):
18825 * term.el (term-mode):
18826 * terminal.el (terminal-edit-mode):
18827 * textmodes/reftex-index.el (reftex-index-mode)
18828 (reftex-index-phrases-mode):
18829 * textmodes/reftex-sel.el (reftex-select-label-mode)
18830 (reftex-select-bib-mode):
18831 * textmodes/reftex-toc.el (reftex-toc-mode):
18832 * wdired.el (wdired-change-to-wdired-mode):
18833 * wid-browse.el (widget-browse-mode):
18834 Use run-mode-hooks.
18835
18836 * array.el (array-mode):
18837 * calendar/todo-mode.el (todo-mode):
18838 * man.el (Man-mode):
18839 * play/landmark.el (lm-mode):
18840 * play/mpuz.el (mpuz-mode):
18841 Use kill-all-local-variables and run-mode-hooks.
18842
18843 * subr.el (delay-mode-hooks): Specify indentation.
18844
18845 2005-05-26 Mark A. Hershberger <mah@everybody.org>
18846
18847 * xml.el (xml-substitute-special): Don't die for undefined xml
18848 entities.
18849
18850 2005-05-26 Jay Belanger <belanger@truman.edu>
18851
18852 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
18853 of nil.
18854
18855 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
18856
18857 * progmodes/gdb-ui.el (gdb-frame-address):
18858 Rename from gdb-current-address.
18859 (gdb-previous-frame-address): Rename from gdb-previous-address.
18860 (gdb-selected-frame): Rename from gdb-current-frame.
18861 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
18862 (gdb-frame-number): Rename from gdb-current-stack-level.
18863 (gdb-ann3): Match new mode-name for disassembly buffer.
18864 Extend initialization of variables.
18865 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
18866 (gdb-memory-mode): Use mouse-face in header line.
18867 (gdb-assembler-buffer-name): Call it disassembly and give frame
18868 in mode line.
18869 (gdb-source-spec-regexp, gdb-assembler-custom)
18870 (gdb-invalidate-assembler, gdb-frame-handler):
18871 Make robust to leading zeroes in address format.
18872
18873 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
18874
18875 * textmodes/org.el (org-mode): Use `define-derived-mode' to
18876 define `org-mode'.
18877 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
18878
18879 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
18880
18881 * log-edit.el (log-edit-changelog-entries): Distinguish between
18882 filenames like xfns.c and fns.c.
18883
18884 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
18885
18886 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
18887 point after reverting.
18888 (Buffer-menu-make-sort-button): Handle the case where
18889 `Buffer-menu-use-header-line' is nil.
18890
18891 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
18892
18893 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
18894 New funcs. In minibuffer-local-completion-map bind `]', `/'
18895 and `:' to them.
18896
18897 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
18898
18899 * startup.el (normal-top-level): Allow modification of load-path while
18900 we're iterating over it.
18901
18902 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
18903
18904 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
18905 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
18906 (thumbs-resize-interactive, thumbs-insert-image)
18907 (thumbs-insert-thumb, thumbs-dired-show-marked)
18908 (thumbs-find-image-at-point, thumbs-delete-images)
18909 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
18910 (thumbs-increment-image-size, thumbs-decrement-image-size):
18911 Fix typos in docstrings.
18912
18913 2005-05-24 Andre Spiegel <spiegel@gnu.org>
18914
18915 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
18916 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
18917 (cperl-mode): Use them.
18918
18919 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
18920
18921 * window.el (quit-window, shrink-window-if-larger-than-buffer):
18922 Doc fixes.
18923
18924 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
18925
18926 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
18927 Bind C-d to gdb-inferior-io-eof.
18928
18929 * dired.el (dired-dnd-popup-notice): Use message-box.
18930
18931 2005-05-23 Masatake YAMATO <jet@gyve.org>
18932
18933 * bindings.el (mode-line-major-mode-keymap):
18934 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
18935
18936 * faces.el (mode-line-highlight): New face.
18937
18938 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
18939 as mouse-face.
18940
18941 * bindings.el (top-level, help-echo, mode-line-modified)
18942 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
18943 as mouse-face.
18944
18945 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
18946
18947 * progmodes/cc-engine.el (c-guess-basic-syntax):
18948 Remove spurious call to `zerop'.
18949
18950 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
18951
18952 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
18953
18954 CC Mode update to 5.30.10:
18955
18956 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
18957 could go past the limit in decoration level 2, thereby causing
18958 errors during interactive fontification.
18959
18960 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
18961 the file is evaluated interactively.
18962
18963 * cc-engine.el (c-guess-basic-syntax): Handle operator
18964 declarations somewhat better in C++.
18965
18966 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
18967 make use of `run-mode-hooks' which has been added in Emacs 21.1.
18968 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
18969 (awk-mode): Use it.
18970 (make-local-hook): Suppress warning about obsoleteness.
18971
18972 * cc-engine.el, cc-align.el, cc-cmds.el
18973 (c-append-backslashes-forward, c-delete-backslashes-forward)
18974 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
18975 Compensate for return value from `forward-line' when it has moved
18976 but not to a different line due to eob.
18977
18978 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
18979 `objc-method-intro' and `objc-method-args-cont'.
18980
18981 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
18982
18983 CC Mode update to 5.30.10:
18984
18985 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
18986 in the copyright statement. Incidentally, change "along with GNU
18987 Emacs" to "along with this program" where it occurs.
18988
18989 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
18990 so that it is interactive, hence can be found by M-x awk-mode
18991 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
18992 <gmorris+emacs@ast.cam.ac.uk>.
18993
18994 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
18995 Mode's regexps.
18996
18997 2005-05-23 Kevin Ryde <user42@zip.com.au>
18998
18999 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
19000 c-parse-state, to avoid a lisp error (on bad code).
19001
19002 2005-05-23 Lute Kamstra <lute@gnu.org>
19003
19004 * subr.el (font-lock-defaults): Remove defvar as it's already
19005 defined in font-core.el.
19006
19007 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
19008
19009 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
19010
19011 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
19012 more general and work when GDB variable "print pretty" is on,
19013 as with Emacs, for example.
19014
19015 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
19016
19017 * font-core.el: Update comment.
19018
19019 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19020 Use `after-change-major-mode-hook' instead of `find-file-hook'.
19021
19022 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
19023
19024 2005-05-22 Eli Zaretskii <eliz@gnu.org>
19025
19026 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
19027 and `yank-handler' in the doc strings.
19028
19029 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
19030
19031 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
19032
19033 2005-05-22 Richard M. Stallman <rms@gnu.org>
19034
19035 * help.el (describe-key): Move print-help-return-message call
19036 out of conditional.
19037
19038 * progmodes/etags.el (list-tags): Use with-no-warnings.
19039
19040 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
19041 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
19042 (starttls-extra-args, starttls-extra-arguments): Add defvars.
19043
19044 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
19045
19046 * language/viet-util.el (viet-viscii-nonascii-translation-table):
19047 Add defvar.
19048
19049 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
19050 Use defvar, not defconst.
19051
19052 * hexl.el (hexl-follow-line): Use with-no-warnings.
19053
19054 * emulation/tpu-extras.el: Use write-file-functions instead of
19055 write-file-hooks.
19056
19057 * dired.el (dired-font-lock-keywords): Fontify files with junk
19058 extensions even if marked by -F.
19059
19060 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
19061
19062 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
19063 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
19064 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
19065 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
19066 (concatenate, list-length, get*, getf, cl-remprop):
19067 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
19068 (etypecase, progv, lexical-let, lexical-let*)
19069 (multiple-value-bind, multiple-value-setq, shiftf):
19070 Improve argument/docstring consistency.
19071
19072 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
19073
19074 2005-05-22 Andre Spiegel <spiegel@gnu.org>
19075
19076 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
19077 doesn't exist.
19078
19079 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
19080 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
19081
19082 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
19083
19084 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
19085 already deleted variables: auto-fill-hook, blink-paren-hook,
19086 lisp-indent-hook, inhibit-local-variables, unread-command-event,
19087 suspend-hooks, comment-indent-hook, meta-flag,
19088 before-change-function, after-change-function,
19089 font-lock-doc-string-face.
19090
19091 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
19092
19093 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19094
19095 2005-05-21 Eli Zaretskii <eliz@gnu.org>
19096
19097 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
19098 rmail-dont-reply-to.
19099
19100 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19101
19102 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
19103 literal blank when splitting new-header-values.
19104
19105 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
19106
19107 * calendar/cal-menu.el (cal-menu-update): Add separator as a
19108 string so that tmm doesn't create a completion entry for it.
19109
19110 * textmodes/table.el (table-disable-menu): Ditto.
19111
19112 2005-05-21 Richard M. Stallman <rms@gnu.org>
19113
19114 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
19115
19116 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
19117
19118 * net/rcompile.el (remote-compile): Use compilation-start.
19119
19120 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
19121
19122 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
19123
19124 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
19125 Default to makefile-bsdmake-mode on BSD systems.
19126
19127 * imenu.el (imenu-generic-expression, imenu--generic-function'):
19128 REGEXP may also be a search function now. The part of doc-string
19129 for describing the structure was 95% identical to that of
19130 `imenu--generic-function'. Unify it there.
19131
19132 * progmodes/make-mode.el (makefile-imenu-generic-expression):
19133 Use function to find dependencies, because regexp alone is so complex,
19134 it easily goes into an endless loop.
19135 (makefile-makepp-mode): Also add submenu for Perl functions
19136 defined in the makefile.
19137 (makefile-bsdmake-mode): Special imenu-generic-expression no
19138 longer needed, due to function call.
19139 (makefile-match-dependency): Take BOUND into account when checking
19140 if we're through.
19141
19142 2005-05-20 Jay Belanger <belanger@truman.edu>
19143
19144 * calc/calc-units.el (calc-invalidate-units-table):
19145 Use inhibit-read-only.
19146 (math-build-units-table-buffer): Use view-mode.
19147
19148 2005-05-20 David Kastrup <dak@gnu.org>
19149
19150 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
19151 easy-menu-add is not a nop on Emacs; and clarify when to call it.
19152
19153 2005-05-20 Lute Kamstra <lute@gnu.org>
19154
19155 * diff-mode.el (diff-header-face, diff-file-header-face)
19156 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19157 (diff-added-face, diff-changed-face, diff-function-face)
19158 (diff-context-face, diff-nonexistent-face): Put them in the
19159 diff-mode customization group.
19160
19161 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19162
19163 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
19164
19165 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
19166
19167 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
19168 Minor regexp-optimization.
19169
19170 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
19171
19172 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
19173 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
19174 (org-agenda-add-time-grid-maybe): New function.
19175 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
19176 (org-table-create): `dotimes' instead of `mapcar'.
19177 (org-xor): Simplify implementation.
19178 (org-agenda): `inhibit-redisplay' turned on.
19179 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
19180 a consistent line after a state change.
19181 (org-agenda-remove-times-when-in-prefix): New option.
19182 (org-prefix-has-time): New variable.
19183 (org-parse-time-string): Optional argument NODEFAULT.
19184 (org-format-agenda-item): Parse items for time-of-day
19185 specifications and move these into the prefix if possible.
19186 (org-agenda-priority): Get current heading, not previous heading
19187 during agenda remote editing.
19188
19189 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
19190
19191 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
19192 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
19193 (remove-duplicates, delete-duplicates, substitute)
19194 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
19195 (nsubstitute-if-not, find, find-if, find-if-not, position)
19196 (position-if, position-if-not, count, count-if, count-if-not)
19197 (mismatch, search, sort*, stable-sort, merge, member*)
19198 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
19199 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
19200 (intersection, nintersection, set-difference, nset-difference)
19201 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
19202 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
19203 (nsublis, tree-equal): Improve argument/docstring consistency.
19204
19205 * subr.el (send-string, send-region): Remove obsolescence declaration.
19206 (window-dot, set-window-dot, read-input, show-buffer)
19207 (eval-current-buffer, string-to-int):
19208 Add release number to obsolescence declarations.
19209
19210 2005-05-19 Kim F. Storm <storm@cua.dk>
19211
19212 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
19213 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
19214
19215 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
19216
19217 * faces.el (list-faces-display): Make back button respect optional
19218 regexp arg.
19219
19220 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
19221
19222 * calculator.el (calculator-radix-grouping-mode)
19223 (calculator-radix-grouping-digits, calculator-displayer)
19224 (calculator-radix-grouping-separator, calculator-copy-displayer):
19225 * dabbrev.el (dabbrev-search-these-buffers-only):
19226 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
19227 (diff-advance-after-apply-hunk, diff-mode-hook)
19228 (diff-minor-mode-prefix):
19229 * imenu.el (imenu-use-popup-menu):
19230 * jit-lock.el (jit-lock-context-time):
19231 * newcomment.el (comment-fill-column, comment-column)
19232 (comment-style, comment-padding, comment-multi-line)
19233 (comment-empty-lines, comment-auto-fill-only-comments):
19234 * reveal.el (reveal-around-mark):
19235 * uniquify.el (uniquify-buffer-name-style)
19236 (uniquify-after-kill-buffer-p)
19237 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
19238 (uniquify-min-dir-content, uniquify-separator)
19239 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
19240 * w32-vars.el (w32-fixed-font-alist):
19241 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
19242 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
19243 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
19244 * progmodes/perl-mode.el (perl-indent-level)
19245 (perl-continued-statement-offset, perl-continued-brace-offset)
19246 (perl-brace-offset, perl-brace-imaginary-offset)
19247 (perl-label-offset, perl-indent-continued-arguments)
19248 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
19249 * progmodes/tcl.el (tcl-indent-level)
19250 (tcl-continued-indent-level, tcl-auto-newline)
19251 (tcl-tab-always-indent, tcl-electric-hash-style)
19252 (tcl-help-directory-list, tcl-use-smart-word-finder)
19253 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
19254 (inferior-tcl-source-command):
19255 * textmodes/fill.el (enable-kinsoku):
19256 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
19257 * textmodes/table.el (table-yank-handler):
19258 Specify missing group (and type, if simple) in defcustom.
19259
19260 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
19261
19262 * progmodes/compile.el (compilation-finish-function): Fix defvar.
19263
19264 2005-05-19 Richard M. Stallman <rms@gnu.org>
19265
19266 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
19267
19268 * subr.el (event-basic-type): Don't get an error.
19269 (left-fringe-p): Function deleted.
19270
19271 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
19272 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
19273
19274 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
19275 in recursive copy.
19276
19277 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
19278
19279 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
19280
19281 * emacs-lisp/bytecomp.el
19282 (byte-compile-file-form-custom-declare-variable):
19283 Call byte-compile-nogroup-warn if appropriate.
19284
19285 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
19286 (compilation-set-window): Don't call left-fringe-p; do it directly.
19287
19288 2005-05-19 Jay Belanger <belanger@truman.edu>
19289
19290 * calc/calc-graph.el (calc-graph-format-data): Make sure
19291 var-PlotRejects is bound before trying to check its value.
19292
19293 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
19294
19295 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
19296 definition of this variable from reftex-global.el to reftex.el,
19297 because it is needed in the menu.
19298
19299 2005-05-19 Lute Kamstra <lute@gnu.org>
19300
19301 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
19302 years are fixed. Don't insert a space after a dash.
19303
19304 2005-05-19 Kim F. Storm <storm@cua.dk>
19305
19306 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
19307
19308 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
19309
19310 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
19311 strings, because (eq ... ?\\) is fairly frequent.
19312
19313 * progmodes/make-mode.el (makefile-add-this-line-targets):
19314 Simplify and integrate into `makefile-pickup-targets'.
19315 (makefile-add-this-line-macro): Simplify and integrate into
19316 `makefile-pickup-macros.
19317 (makefile-pickup-filenames-as-targets): Simplify.
19318 (makefile-previous-dependency, makefile-match-dependency):
19319 Don't stumble over `::'.
19320
19321 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
19322
19323 * subr.el (post-command-idle-hook, post-command-idle-delay):
19324 Remove obsoletion of post-command-idle-hook and
19325 post-command-idle-delay.
19326
19327 * faces.el (list-faces-display): Provide button when describe-face
19328 is called to take user back to the list of faces.
19329
19330 * help-fns.el (describe-variable): Remove hyperlinks in a
19331 variable's value as these are quite frequently inappropriate.
19332
19333 * follow.el (follow-submit-feedback, follow-mode):
19334 Remove references to post-command-idle-hook.
19335
19336 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
19337
19338 * progmodes/make-mode.el (makefile-previous-dependency)
19339 (makefile-match-dependency): Check for := (and in bsd mode also
19340 !=) to give a better result, even when font-lock is not on.
19341
19342 2005-05-18 Jay Belanger <belanger@truman.edu>
19343
19344 * calc/calc-help.el (calc-s-prefix-help):
19345 Add `calc-copy-special-constant' to help string.
19346
19347 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
19348
19349 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
19350
19351 2005-05-18 Jay Belanger <belanger@truman.edu>
19352
19353 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
19354 in linear factors are in proper order.
19355
19356 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
19357
19358 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19359 Support for jurabib.
19360
19361 * textmodes/reftex.el (featurep): Define aliases for overlay
19362 commands, for XEmacs compatibility, and use these aliases in
19363 overlay initializations.
19364 (reftex-highlight): Use `reftex-move-overlay'.
19365 (reftex-unhighlight): Use `reftex-delete-overlay'.
19366 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
19367 (reftex-access-search-path): Use `reftex-uniquify' instead of
19368 `reftex-uniq'
19369
19370 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
19371 `before-string' property modification enables for Emacs as well.
19372 (reftex-select-item): Use `reftex-delete-overlay'.
19373 (reftex-select-mark): Use `reftex-make-overlay' and
19374 `reftex-overlay-put'.
19375 (reftex-select-unmark): Use `reftex-delete-overlay' and
19376 `reftex-overlay-put'.
19377
19378 2005-05-18 Lute Kamstra <lute@gnu.org>
19379
19380 * emacs-lisp/lisp.el (check-parens): Fix docstring.
19381
19382 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
19383
19384 * add-log.el (add-change-log-entry):
19385 * array.el (array-make-template, array-reconfigure-rows)
19386 (array-init-max-row, array-init-max-column)
19387 (array-init-columns-per-line, array-init-field-width):
19388 * replace.el (replace-match-maybe-edit, perform-replace):
19389 * textmodes/spell.el (spell-region):
19390 Replace `read-input' by `read-string'.
19391
19392 * forms.el (forms-mode):
19393 * finder.el (finder-compile-keywords):
19394 * shadowfile.el (shadow-read-files):
19395 Replace `eval-current-buffer' by `eval-buffer'.
19396
19397 * terminal.el (te-pass-through):
19398 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
19399 (ange-ftp-raw-send-cmd):
19400 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
19401 (send-process-next-char, telnet-initial-filter, telnet):
19402 Replace `send-string' by `process-send-string'.
19403
19404 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
19405 (prolog-consult-region): Replace `send-string' by
19406 `process-send-string'; replace `send-region' by `process-send-region'.
19407
19408 * progmodes/delphi.el (delphi-log-msg):
19409 Replace `set-window-dot' by `set-window-point'.
19410
19411 * subr.el (window-dot, set-window-dot, read-input, send-string)
19412 (send-region, show-buffer, eval-current-buffer):
19413 Make really obsolete, as the comment says.
19414
19415 2005-05-17 Kim F. Storm <storm@cua.dk>
19416
19417 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
19418 (cua--init-keymaps): Bind C-return instead of S-return to set
19419 rectangle mark.
19420
19421 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
19422 instead of S-return to toggle/clear rectangle mark.
19423
19424 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
19425
19426 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
19427 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
19428 Also fontify plain strings assigned to variables, mostly so that a
19429 colon has a face and is thus not taken as a dependency separator.
19430 (makefile-previous-dependency): Inline the new matcher, because it
19431 is too complex to work in both directions.
19432 (makefile-match-dependency): Eliminate `backward' arg (see above).
19433 Completely reimplemented so as to not sometimes go into an endless
19434 loop. It should also be more efficient, because first it only
19435 searches for `:', instead of applying the very complex regexp.
19436 (makefile-mode): Cancel `font-lock-support-mode', because blocks
19437 to be fontified in one piece can be too long for JIT.
19438 Makefiles are never *that* big.
19439
19440 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
19441
19442 * dired.el (dired-mode): Simplify.
19443
19444 2005-05-17 Lute Kamstra <lute@gnu.org>
19445
19446 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
19447 defcustom for the mode hook variable.
19448
19449 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
19450 Emacs Lisp Reference Manual.
19451
19452 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
19453
19454 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
19455 (evenp, list*):
19456 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
19457 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
19458
19459 * net/tramp-smb.el (tramp-smb-open-connection):
19460 Pass `tramp-chunksize' as fifth (required) argument.
19461
19462 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
19463
19464 * font-lock.el (lisp-font-lock-keywords-1):
19465 Set `font-lock-negation-char-face' for [^...] char group.
19466 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
19467
19468 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
19469 a var, and refine it to mask one more level of nested vars.
19470 (makefile-rule-action-regex): Turn it into a var, and refine it so
19471 it recognizes backslashed continuation lines as belonging to the
19472 same command.
19473 (makefile-macroassign-regex): Refine it so it recognizes
19474 backslashed continuation lines as belonging to the same command.
19475 (makefile-var-use-regex): Don't look at the next char, because it
19476 might be the same one to be skipped by the initial [^$], leading
19477 to an overlooked variable use.
19478 (makefile-make-font-lock-keywords): Remove two parameters, which
19479 are now variables that some of the modes set locally.
19480 Handle dependency and rule action matching through functions, because
19481 regexps alone match too often. Dependency matching now comes
19482 last, so it can check, whether a colon already matched something else.
19483 (makefile-mode): Inform that font-lock improves makefile parsing
19484 capabilities.
19485 (makefile-match-dependency, makefile-match-action): New functions.
19486
19487 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
19488
19489 * emacs-lisp/cl-extra.el (equalp): Doc fix.
19490
19491 * align.el (align-regexp):
19492 * ansi-color.el (ansi-color-get-face):
19493 * array.el (array-reconfigure-rows, array-init-max-row)
19494 (array-init-max-column, array-init-columns-per-line)
19495 (array-init-field-width):
19496 * dired-aux.el (dired-trample-file-versions):
19497 * dired-x.el (dired-mark-sexp):
19498 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
19499 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
19500 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
19501 * faces.el (face-read-integer):
19502 * files.el (backup-extract-version, insert-directory):
19503 * hexl.el (hexl-insert-decimal-char):
19504 * server.el (server-process-filter):
19505 * shell.el (shell-extract-num):
19506 * startup.el (command-line-1):
19507 * term.el (term-command-hook):
19508 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
19509 (time-stamp-do-number):
19510 * time.el (display-time-update):
19511 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
19512 (timezone-fix-time):
19513 * vms-patch.el (vms-suspend-resume-hook):
19514 * calendar/appt.el (appt-convert-time):
19515 * calendar/cal-bahai.el (mark-bahai-diary-entries):
19516 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
19517 * calendar/cal-islam.el (mark-islamic-diary-entries):
19518 * calendar/calendar.el (calendar-cursor-to-date)
19519 (calendar-star-date):
19520 * calendar/diary-lib.el (diary-attrtype-convert)
19521 (mark-diary-entries, diary-entry-time):
19522 * calendar/solar.el (solar-get-number):
19523 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
19524 * emacs-lisp/re-builder.el (reb-display-subexp):
19525 * emulation/edt.el (edt-set-scroll-margins):
19526 * emulation/tpu-extras.el (tpu-set-scroll-margins):
19527 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
19528 (vip-get-ex-count):
19529 * emulation/viper-ex.el (viper-get-ex-token)
19530 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
19531 * international/fontset.el (fontset-plain-name):
19532 * mail/feedmail.el (feedmail-look-at-queue-directory):
19533 * mail/mailalias.el (mail-get-names):
19534 * mail/rmail.el (rmail-convert-to-babyl-format):
19535 * mail/rmailsum.el (rmail-make-basic-summary-line)
19536 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
19537 (rmail-summary-goto-msg):
19538 * mail/smtpmail.el (smtpmail-read-response):
19539 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
19540 (ange-ftp-vms-add-file-entry):
19541 * play/gametree.el (gametree-looking-at-ply)
19542 (gametree-current-branch-score):
19543 * progmodes/ada-xref.el (ada-prj-find-prj-file)
19544 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
19545 * progmodes/cperl-mode.el (condition-case):
19546 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
19547 (ebrowse-set-member-buffer-column-width)
19548 (ebrowse-select-1st-to-9nth):
19549 * progmodes/etags.el (etags-snarf-tag):
19550 * progmodes/flymake.el (flymake-parse-line):
19551 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
19552 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
19553 (idlwave-shell-menu-def):
19554 * progmodes/ps-mode.el (ps-run-goto-error):
19555 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
19556 (vhdl-speedbar-contract-level):
19557 * term/mac-win.el (x-handle-numeric-switch):
19558 * term/sun-mouse.el (sun-get-frame-data):
19559 * term/w32-win.el (x-handle-numeric-switch):
19560 * term/x-win.el (x-handle-numeric-switch):
19561 * textmodes/ispell.el (ispell-parse-output):
19562 * textmodes/nroff-mode.el (nroff-outline-level):
19563 * textmodes/reftex-cite.el (reftex-bib-sort-year)
19564 (reftex-bib-sort-year-reverse, reftex-format-citation):
19565 * textmodes/reftex-parse.el (reftex-init-section-numbers)
19566 (reftex-section-number):
19567 * textmodes/texinfmt.el (texinfo-paragraphindent):
19568 Replace `string-to-int' by `string-to-number'.
19569
19570 * international/latexenc.el: Add page marker to force the "Local
19571 Variables:" string out of the last page.
19572
19573 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
19574
19575 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
19576 tooltip-change-major-mode.
19577 (gud-tooltip-print-command): Remove case where gud-minor-mode
19578 is gdb ("--fullname").
19579 (gud-tooltip-tips): Turn GUD tooltips off for this case and
19580 explain to user.
19581
19582 2005-05-16 Jay Belanger <belanger@truman.edu>
19583
19584 * calc/calc-store.el (calc-copy-special-constant): New function.
19585
19586 * calc/calc-ext.el (calc-init-extensions): Add binding for
19587 `calc-copy-special-constant'.
19588
19589 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
19590 for the `calc-copy-special-constant' command.
19591
19592 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
19593
19594 * subr.el (left-fringe-p): New function.
19595
19596 * progmodes/compile.el (compilation-setup): Set local value of
19597 overlay-arrow-string to "" always.
19598 (compilation-set-window): Left fringe then don't scroll.
19599 No left fringe then no arrow and scroll message to top.
19600 (compilation-context-lines): Adjust doc string accordingly.
19601
19602 2005-05-16 Kim F. Storm <storm@cua.dk>
19603
19604 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19605 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
19606 (ido-wide-find-dir-or-delete-dir): New command for M-d.
19607 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
19608 (ido-read-file-name): Handle commands with ido property value
19609 equal to find-file as reading a file name, to allow C-d to enter dired.
19610 (ibuffer-find-file): Add ido property with value find-file.
19611
19612 2005-05-15 Kim F. Storm <storm@cua.dk>
19613
19614 * subr.el (open-network-stream-nowait): Remove.
19615 (open-network-stream-server): Remove.
19616
19617 2005-05-15 Richard M. Stallman <rms@gnu.org>
19618
19619 * faces.el (describe-face): Output a definition link button.
19620
19621 * help-mode.el (help-face-def): New button type.
19622
19623 * emacs-lisp/copyright.el (copyright-fix-years):
19624 Match properly if the first year is 2-digit.
19625 Don't mess up the whitespace after the years by filling.
19626
19627 * dired-aux.el (dired-mark-confirm):
19628 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
19629
19630 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
19631 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
19632 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
19633
19634 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19635 Set font-lock-comment-start-skip.
19636
19637 * font-lock.el (font-lock-comment-start-skip): New variable.
19638 (font-lock-comment-end-skip): New variable.
19639 (font-lock-fontify-syntactically-region): Use them if non-nil.
19640
19641 2005-05-15 Jay Belanger <belanger@truman.edu>
19642
19643 * calc/calc-store.el (calc-store-value): Return a string rather
19644 than display it as a message.
19645 Use calc-var-name for variable name.
19646 (calc-store-into): Add the result of calc-store-value to message.
19647 (calc-copy-variable): Add a message.
19648 (calc-store-exchange): Improve error messages.
19649 (calc-store-binary, calc-store-map): Don't reset the values of
19650 special constants.
19651
19652 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
19653
19654 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
19655 manual to docstring.
19656
19657 * files.el (hack-local-variables-confirm): Add STRING argument.
19658 Make the function handle non file visiting buffers correctly.
19659 (hack-local-variables-prop-line, hack-local-variables)
19660 (hack-one-local-variable): Use STRING arg of
19661 `hack-local-variables-confirm'.
19662
19663 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
19664
19665 Sync with Tramp 2.0.49.
19666
19667 * net/tramp.el (tramp-handle-dired-call-process)
19668 (tramp-handle-insert-directory):`insert-buffer' cannot be used
19669 because the contents of the Tramp buffer is changed before
19670 insertion (`expand-file' and alike).
19671 (tramp-handle-insert-directory): If `localname' has an empty
19672 nondirectory name, it must not be quoted.
19673 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
19674 variable `tramp-chunksize'. Change callees.
19675 (tramp-open-connection-setup-interactive-shell): Check remote host
19676 for buggy `send-process-string' implementation.
19677 Set `tramp-chunksize' if found. Reported by Michael Kifer
19678 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
19679 (tramp-handle-shell-command): `insert-buffer' cannot be used
19680 because the contents of the Tramp buffer is changed before
19681 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
19682 <frederic.bothamy@free.fr>.
19683 (tramp-set-auto-save): Actions should be done for Tramp file name
19684 handler only. Ange-FTP has its own auto-save mechanism.
19685 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
19686 (tramp-set-auto-save-file-modes): Set file modes of
19687 `buffer-auto-save-file-name' to ?\600 as fallback solution.
19688 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
19689 (tramp-bug): Remove obsolete variable.
19690 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
19691 for presence of `mml-mode'. Make it running for older Emacsen as well.
19692
19693 2005-05-14 John Paul Wallington <jpw@pobox.com>
19694
19695 * ibuf-ext.el (define-ibuffer-filter filename):
19696 If `dired-directory' is a list, use its car.
19697
19698 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
19699
19700 * ibuffer.el (define-ibuffer-column filename):
19701 If `dired-directory' is a list, use its car.
19702
19703 2005-05-14 Richard M. Stallman <rms@gnu.org>
19704
19705 * subr.el (symbol-file): Doc fix.
19706
19707 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
19708 (byte-compile-form): Call byte-compile-nogroup-warn.
19709 (byte-compile-warning-types): Doc fix.
19710
19711 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
19712
19713 * progmodes/cc-engine.el (c-literal-faces):
19714 Add font-lock-comment-delimiter-face.
19715
19716 * net/net-utils.el (dig): Use with-no-warnings.
19717
19718 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
19719 (sc-recite-frame-alist, sc-default-cite-frame)
19720 (sc-default-uncite-frame, sc-default-recite-frame)
19721 (sc-attrib-selection-list, sc-rewrite-header-list):
19722 Mark as risky-local-variable.
19723
19724 * international/ogonek.el (ogonek-jak, ogonek-how):
19725 Don't use beginning-of-buffer.
19726
19727 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
19728
19729 * calendar/solar.el (solar-data-list): Move definition up.
19730
19731 * dnd.el (dnd-protocol-alist): Add autoload.
19732
19733 * progmodes/sh-script.el: Many doc usage fixes.
19734 (sh-indent-after-do): Change default to match common styles.
19735
19736 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
19737
19738 * files.el (interpreter-mode-alist)
19739 (auto-mode-interpreter-regexp): Doc fixes.
19740
19741 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
19742
19743 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
19744
19745 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
19746
19747 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19748
19749 * dired.el (dired-mode): make-variable-buffer-local =>
19750 make-local-variable.
19751
19752 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19753
19754 * term/mac-win.el (mac-select-convert-to-string): Try coding
19755 systems in mac-script-code-coding-systems if specified one cannot
19756 encode string for `com.apple.traditional-mac-plain-text'.
19757
19758 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
19759
19760 * progmodes/make-mode.el (makefile-targets-face)
19761 (makefile-shell-face, makefile-makepp-perl-face): New faces.
19762 (makefile-dependency-regex): Fix it to not make the colon in
19763 $(var:a=b) special.
19764 (makefile-rule-action-regex): New regexp for highlighting embedded
19765 Shell strings.
19766 (makefile-macroassign-regex): Handle != for highlighting as
19767 embedded Shell strings.
19768 (makefile-var-use-regex): New const.
19769 (makefile-statements, makefile-automake-statements)
19770 (makefile-gmake-statements, makefile-makepp-statements)
19771 (makefile-bsdmake-statements): New consts.
19772 (makefile-make-font-lock-keywords): New function.
19773 (makefile-automake-font-lock-keywords)
19774 (makefile-gmake-font-lock-keywords)
19775 (makefile-makepp-font-lock-keywords)
19776 (makefile-bsdmake-font-lock-keywords): New consts.
19777 (makefile-mode-map): Add switchers between the various submodes.
19778 (makefile-mode): Document the availability of the variants.
19779 (makefile-automake-mode, makefile-gmake-mode)
19780 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
19781
19782 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
19783 new variants of makefile-mode.
19784
19785 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19786
19787 * font-lock.el (font-lock-comment-delimiter-face): Fix up
19788 the inheritance.
19789
19790 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
19791
19792 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
19793 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
19794
19795 * files.el (normal-mode): Extend the scope of the
19796 `enable-local-variables' binding to include the `set-auto-mode' call.
19797 (magic-mode-alist): Doc fix.
19798
19799 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19800
19801 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
19802 font-lock-comment-face rather than copying its setting.
19803
19804 2005-05-12 Andreas Schwab <schwab@suse.de>
19805
19806 * eshell/esh-mode.el (eshell-send-input): Doc fix.
19807
19808 2005-05-12 Lute Kamstra <lute@gnu.org>
19809
19810 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
19811 defcustom for the mode hook variable. Delete the last argument.
19812 * generic-x.el: Fix callers of define-generic-mode.
19813 (generic-x-modes): Delete group.
19814 (show-tabs-tab-face, show-tabs-space-face): Put them in the
19815 generic-x customization group.
19816
19817 2005-05-12 Kim F. Storm <storm@cua.dk>
19818
19819 * font-lock.el (font-lock-negation-char-face): Default to "off".
19820
19821 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
19822 font-lock-negation-char-face to ! in !=.
19823
19824 2005-05-12 Masatake YAMATO <jet@gyve.org>
19825
19826 * add-log.el (find-change-log): Fix typos in the docstring
19827 of function.
19828
19829 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
19830
19831 * international/latexenc.el (latexenc-find-file-coding-system):
19832 Avoid `re-search-forward' when looking for input encoding because
19833 of speed and safety. Better regular expressions for recognizing
19834 input encoding. Limit a search for TeX-master/tex-main-file to
19835 the local variable section.
19836
19837 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
19838
19839 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
19840 syntax of $ to "'" (quote).
19841
19842 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
19843
19844 * dnd.el (dnd-protocol-alist): Improve custom type.
19845
19846 * dired.el (dired-dnd-protocol-alist): New variable.
19847 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
19848 `dired-mode-hook' to the end.
19849
19850 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
19851
19852 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
19853 comment-end if comment-start-skip is not set.
19854 Obey the font-lock-comment-delimiter-face variables.
19855
19856 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
19857
19858 * files.el (executable-find): Move from executable.el. Use
19859 locate-file.
19860 * progmodes/executable.el (executable-find): Move to files.el.
19861
19862 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
19863 when trying to ensure forward progress.
19864
19865 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
19866
19867 * mouse-sel.el (mouse-sel-follow-link-p): New function.
19868 (mouse-select, mouse-select-internal, mouse-extend-internal):
19869 Use it to implement mouse-1-click-follows-link functionality.
19870
19871 2005-05-11 Richard M. Stallman <rms@gnu.org>
19872
19873 * font-lock.el (font-lock-fontify-syntactically-region):
19874 Use font-lock-comment-delimiter-face for comment delimiters.
19875
19876 2005-05-10 Jay Belanger <belanger@truman.edu>
19877
19878 * calc/calc-help.el (calc-m-prefix-help): Add mention of
19879 preserving embedded modes.
19880
19881 2005-05-10 Richard M. Stallman <rms@gnu.org>
19882
19883 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
19884
19885 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
19886 Move from ada-stmt.el.
19887 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
19888
19889 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
19890 Move to ada-mode.el.
19891 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
19892
19893 * cus-edit.el (custom-file): Call file-chase-links.
19894
19895 * files.el (read-directory-name): Fix previous change.
19896 (hack-local-variables-confirm): New function.
19897 (hack-local-variables-prop-line, hack-local-variables)
19898 (hack-one-local-variable): Use it.
19899
19900 2005-05-10 Lute Kamstra <lute@gnu.org>
19901
19902 * font-lock.el (font-lock-keywords-alist)
19903 (font-lock-removed-keywords-alist): Clarify docstrings.
19904
19905 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
19906
19907 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
19908 (gdb-source-info): Check for preprocessor info.
19909 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
19910 a macro for a function.
19911 (gdb-info-breakpoints-custom): Try to find file again if not already
19912 found (user might have used GDB dir command).
19913 (gdb-get-location): Update gdb-location-alist correctly for change
19914 to gdb-info-breakpoints-custom.
19915
19916 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
19917 (gud-tooltip-print-command): Add gdbmi case.
19918 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
19919 preprocessor info.
19920
19921 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
19922
19923 * startup.el (fancy-splash-insert): Fix typo in doc string.
19924
19925 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
19926
19927 * obsolete/float.el (string-to-float):
19928 * obsolete/hilit19.el (hilit-add-pattern):
19929 * obsolete/rnews.el (news-parse-range, news-select-message)
19930 (news-get-pruned-list-of-files): Replace `string-to-int' by
19931 `string-to-number'.
19932
19933 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
19934 `find-file-not-found-hooks'; use `add-hook'.
19935 (uncompress-while-visiting): Set `write-file-functions', not
19936 `write-file-hooks'; use `add-hook'.
19937
19938 2005-05-09 Kim F. Storm <storm@cua.dk>
19939
19940 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
19941 (cua-paste): Handle clipboard action.
19942 (cua--init-keymaps): Remap clipboard-kill-region and
19943 clipboard-kill-ring-save.
19944
19945 2005-05-08 Eli Zaretskii <eliz@gnu.org>
19946
19947 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
19948 Improve commentary.
19949
19950 * simple.el (next-error-overlay-arrow-position): Revert the change
19951 made on 2005-04-30.
19952
19953 2005-05-07 Jay Belanger <belanger@truman.edu>
19954
19955 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
19956 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
19957 `calc-sel-reselect'.
19958
19959 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
19960 Calc is in embedded mode.
19961
19962 2005-05-07 Eli Zaretskii <eliz@gnu.org>
19963
19964 * progmodes/compile.el (compilation-setup):
19965 Set overlay-arrow-string to an empty string on text terminals.
19966
19967 * textmodes/ispell.el (ispell-program-name): Try looking for
19968 "aspell" along exec-path, and if found, use it as the default
19969 speller program.
19970
19971 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
19972
19973 * international/mule.el (sgml-xml-auto-coding-function):
19974 Recognize encoding='FOO' in single quotes as well as in double quotes.
19975
19976 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19977
19978 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
19979 as well as `interactive', so that defmacro* would recognize
19980 `declare' forms.
19981
19982 2005-05-07 Eli Zaretskii <eliz@gnu.org>
19983
19984 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
19985 Explain more about the LIGHTER arg's usage in the doc string.
19986 Add commentary to clarify what the code does. Fix the regexp that
19987 strips whitespace from LIGHTER. Quote LIGHTER before using it,
19988 since it could have characters special to regular expressions.
19989
19990 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
19991
19992 * replace.el (occur-1): Bind inhibit-read-only so that
19993 erase-buffer doesn't barf on read-only text properties (likewise
19994 for add-text-properties in occur-engine). Mark buffer as unmodified.
19995 (occur-engine): Don't set buffer-read-only here.
19996
19997 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19998
19999 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
20000 list-buffers-directory. This caused the *cvs-commit* buffer to be
20001 sometimes mistakenly reused as a *cvs* buffer.
20002
20003 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
20004
20005 * tooltip.el: Move code for GUD tooltips into gud.el.
20006 (require): CL no longer needed to compile case.
20007 (tooltip-mode): Do not toggle functions for GUD tooltips.
20008 (tooltip-gud-tips-p): Remove. Replace with minor mode
20009 gud-tooltip-mode in gud.el.
20010 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
20011 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
20012 tooltip-gud prefix with gud-tooltip and obsolete.
20013 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
20014 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
20015 (tooltip-mouse-motion): Mouse movement functions/variable.
20016 Rename in gud.el by adding gud prefix.
20017 (tooltip-gud-original-filter, tooltip-gud-dereference)
20018 (tooltip-gud-event, tooltip-toggle-gud-tips)
20019 (tooltip-gud-process-output, tooltip-gud-print-command)
20020 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
20021 gud.el by replacing tooltip-gud prefix with gud-tooltip.
20022 (gdb-tooltip-print): Move to gdb-ui.el.
20023
20024 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
20025 (require): CL needed to compile case.
20026 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
20027 tooltip-gud-tips-p. Make it a minor-mode.
20028 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
20029 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
20030 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
20031 (gud-tooltip-change-major-mode)
20032 (gud-tooltip-activate-mouse-motions-if-enabled)
20033 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
20034 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
20035 (gud-tooltip-original-filter, gud-tooltip-dereference)
20036 (gud-tooltip-event, tooltip-toggle-gud-tips)
20037 (gud-tooltip-process-output, gud-tooltip-print-command)
20038 (gud-tooltip-tips): Move from tooltip.el.
20039
20040 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
20041 (gdb-cpp-define-alist-flags): Doc fix.
20042 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
20043 gud-tooltip-mode is t.
20044
20045 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20046
20047 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
20048 evaporate if their text is deleted.
20049 (goto-address-at-point): Make it work as a mouse binding as well.
20050 (goto-address-at-mouse): Obsolete it. Update users.
20051
20052 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20053
20054 * calendar/appt.el (top-level): No longer activate on load.
20055
20056 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
20057
20058 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20059 * net/webjump.el (webjump):
20060 * progmodes/idlw-help.el (idlwave-do-context-help1)
20061 (idlwave-highlight-linked-completions):
20062 * textmodes/po.el (po-find-file-coding-system-guts):
20063 Replace `assoc-ignore-case' by `assoc-string'.
20064
20065 2005-05-06 Eli Zaretskii <eliz@gnu.org>
20066
20067 * files.el (locate-file): Doc fix.
20068
20069 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
20070 Remove the redundant test for ms-dos.
20071
20072 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
20073 look for the preprocessor with exec-suffixes. If not found in
20074 standard places, look in exec-path. Remove most of the tests that
20075 used system-type.
20076
20077 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
20078
20079 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
20080
20081 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
20082 file-name clash with jka-compr.el on 8+3 filesystems.
20083
20084 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20085
20086 * term/mac-win.el: Don't define or bind scroll bar functions if
20087 x-toolkit-scroll-bars is t.
20088 (x-select-text, x-get-selection-value): Clear
20089 x-last-selected-text-clipboard if x-select-enable-clipboard is
20090 nil.
20091 (PRIMARY): Put mac-scrap-name property.
20092 (mac-select-convert-to-file-url): New function.
20093 (public.file-url): New selection target type. Add to
20094 selection-converter-alist.
20095 (x-get-selection, x-selection-value): Handle it.
20096 (x-cut-buffer-or-selection-value): New alias.
20097
20098 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20099
20100 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
20101 entry to avoid calling bibtex-find-entry with arg global
20102 being t. Remove arg key.
20103 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
20104 (bibtex-copy-summary-as-kill): Change accordingly.
20105
20106 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20107
20108 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
20109 (org-agenda-date-later): Use with-current-buffer.
20110
20111 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
20112
20113 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
20114 (define-obsolete-variable-alias): Doc Fixes.
20115
20116 2005-05-06 Kim F. Storm <storm@cua.dk>
20117
20118 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
20119 vertical-motion when selective-display is active.
20120
20121 * ido.el (ido-setup-hook): New hook.
20122 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
20123 (ido-input-stack): New var.
20124 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
20125 ido-next-work-file binding to M-O.
20126 Bind M-f to ido-wide-find-file-or-pop-dir.
20127 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
20128 (ido-read-internal): Run ido-setup-hook.
20129 Catch quit in read-file-name and read-string to cancel edit.
20130 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
20131 Automatically pop-all when completing a directory name (RET).
20132 (ido-file-internal): Add with-no-warnings around ffap and dired code.
20133 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
20134 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
20135 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
20136 New functions for M-b/M-f to move among the directory components.
20137 (ido-make-merged-file-list): Catch quit to cancel merge.
20138 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
20139 (ido-completion-help): No warnings for ido-completion-buffer-full.
20140
20141 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
20142
20143 * font-lock.el (font-lock-negation-char-face): New face and variable.
20144 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
20145 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
20146 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
20147 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
20148
20149 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
20150
20151 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
20152 Fix typo in docstring.
20153
20154 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
20155 (ebrowse-print-statistics-line)
20156 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
20157
20158 * term/w32-win.el (image-library-alist): Add additional name for
20159 Xpm library.
20160
20161 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
20162
20163 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
20164 use gcc instead of cpp.
20165
20166 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
20167 (gdb-create-define-alist): Use it.
20168 (gdb-cpp-define-alist-program): Update for MS-DOS.
20169
20170 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
20171
20172 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
20173
20174 2005-05-04 Richard M. Stallman <rms@gnu.org>
20175
20176 * help.el (describe-key): No error when UNTRANSLATED is nil.
20177
20178 * simple.el (line-move-1): Fix previous change to signal errors
20179 appropriately.
20180
20181 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
20182
20183 * calendar/icalendar.el (icalendar-version): Now at 0.12.
20184 (icalendar-duration-correction): Remove.
20185 (icalendar--get-event-properties): Split result at commas.
20186 (icalendar--decode-isoduration): New optional argument
20187 DURATION-CORRECTION.
20188 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
20189 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
20190 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
20191 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
20192 (icalendar--convert-anniversary-to-ical): New functions, extracted
20193 from icalendar-export-region, with bug fixes.
20194 (icalendar-export-region): Use the above functions.
20195 (icalendar-import-buffer): Check before saving diary file.
20196 (icalendar--convert-recurring-to-diary)
20197 (icalendar--convert-non-recurring-all-day-to-diary)
20198 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
20199 extracted from icalendar--convert-ical-to-diary, with bug fixes.
20200 (icalendar--convert-ical-to-diary): Use the above functions.
20201
20202 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
20203
20204 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
20205 Remove these recent additions.
20206 (c-mode): Restore to before 2005-04-28.
20207
20208 * progmodes/cc-vars.el (cc-define-list-program): Remove this
20209 recent addition.
20210
20211 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
20212 (gdb-define-alist): New variables.
20213 (gdb-create-define-alist): New function.
20214 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
20215 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
20216 with string-to-number.
20217 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
20218
20219 * progmodes/gud.el: Replace string-to-int with string-to-number.
20220 (gud-find-file): Handle gdb-define-alist.
20221
20222 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
20223
20224 2005-05-02 Jay Belanger <belanger@truman.edu>
20225
20226 * calc/calc-aent.el (math-read-token):
20227 * calc/calc-bin.el (calc-word-size):
20228 * calc/calc-ext.el (calc-read-number-fancy):
20229 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
20230 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
20231 * calc/calc-frac.el (calc-over-notation):
20232 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
20233 (calc-graph-num-points, calc-graph-init):
20234 * calc/calc-prog.el (calc-read-parse-table-part)
20235 (calc-edit-macro-repeats):
20236 * calc/calc-yank.el (calc-do-grab-rectangle):
20237 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
20238 Replace `string-to-int' by `string-to-number'.
20239
20240 2005-05-02 Kim F. Storm <storm@cua.dk>
20241
20242 * kmacro.el: Use executing-kbd-macro-index variable.
20243
20244 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
20245
20246 * net/rlogin.el (rlogin-parse-words): Delete func.
20247 (rlogin): Use split-string, not rlogin-parse-words.
20248 Also, if there are option-like elements in the parsed args,
20249 take the host to be the first arg immediately following them.
20250 Suggested by Michael Mauger.
20251
20252 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20253
20254 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
20255
20256 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20257
20258 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
20259 (cc-mode-cpp-program): Rename to cc-define-list-program and
20260 move to cc-vars.el.
20261
20262 * progmodes/cc-vars.el (cc-define-list-program):
20263 Change to "gcc -E -dM -". Make customizable.
20264
20265 2005-05-02 Kim F. Storm <storm@cua.dk>
20266
20267 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
20268
20269 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20270
20271 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
20272
20273 * international/mule-util.el (truncate-string): Remove alias and
20274 obsolete declaration.
20275
20276 * international/mule-cmds.el (update-iso-coding-systems):
20277 Remove alias and obsolete declaration.
20278
20279 * international/mule.el (coding-system-parent): Remove alias and
20280 obsolete declaration.
20281
20282 * subr.el (define-function, sref): Remove aliases and obsolete
20283 declarations.
20284 (chars-in-region): Remove obsolete declaration.
20285
20286 2005-05-01 Richard M. Stallman <rms@gnu.org>
20287
20288 * info.el (Info-mode): Set widen-automatically to nil, locally.
20289
20290 * simple.el (widen-automatically): New variable.
20291 (pop-global-mark): Obey widen-automatically.
20292
20293 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
20294
20295 * term/xterm.el (function-key-map): Call substitute-key-definition
20296 before the keymap size is increased by a lot of define-key calls.
20297
20298 2005-05-01 Richard M. Stallman <rms@gnu.org>
20299
20300 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
20301 Rename ARG to ELEMENT. Doc fix.
20302
20303 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20304
20305 * allout.el (allout-exposure): Remove macro and obsolete declaration.
20306 Remove references to allout-exposure/change to allout-new-exposure.
20307
20308 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
20309 bytecode symbols.
20310
20311 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
20312 (compiled-function-p, focus-frame, unfocus-frame):
20313 Remove aliases and obsolete declarations.
20314 Back out inadvertent changes from previous commit.
20315
20316 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20317
20318 * files.el (require-final-newline): Make Custom tags consistent
20319 with mode-require-final-newline.
20320 (mode-require-final-newline): Doc fix.
20321
20322 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
20323
20324 * international/latexenc.el (latexenc-find-file-coding-system):
20325 Fix regular expressions.
20326
20327 2005-05-01 David Kastrup <dak@gnu.org>
20328
20329 * international/latexenc.el (latexenc-find-file-coding-system):
20330 Fix regular expressions.
20331
20332 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20333
20334 * subr.el (string-to-int): Make obsolete.
20335
20336 2005-04-30 Richard M. Stallman <rms@gnu.org>
20337
20338 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
20339
20340 * loadup.el: load jka-comp-hook.
20341
20342 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
20343 (jka-compr-handler): Add autoload. `put' calls moved
20344 to jka-comp-hook.el.
20345 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
20346 (jka-compr-inhibit): Autoload.
20347
20348 * jka-comp-hook.el: New file.
20349 Enable the mode by default.
20350
20351 * files.el (backup-buffer-copy): Use copy-file instead
20352 of write-region, and put back the 'excl.
20353
20354 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
20355
20356 * progmodes/flymake.el (flymake-split-string)
20357 (flymake-split-string, flymake-log, flymake-pid-to-names)
20358 (flymake-reg-names, flymake-get-source-buffer-name)
20359 (flymake-unreg-names, flymake-add-line-err-info)
20360 (flymake-add-err-info): Clarify docstrings.
20361 (flymake-popup-menu, flymake-make-emacs-menu)
20362 (flymake-make-xemacs-menu): Add docstrings.
20363 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
20364 Set variables directly throughout.
20365
20366 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
20367
20368 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
20369 exists. Initialize cc-define-alist.
20370 (c-mode): Add cc-create-define-alist locally to after-save-hook.
20371 If there is no file (Macroexpansion) don't create an alist.
20372
20373 2005-04-29 Sam Steingold <sds@gnu.org>
20374
20375 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
20376 (cc-create-define-alist): Use it instead of the hard-coded string.
20377
20378 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
20379
20380 * international/mule-conf.el (file-coding-system-alist): Fix regexp
20381 for latexenc.
20382
20383 2005-04-29 Lute Kamstra <lute@gnu.org>
20384
20385 * emacs-lisp/generic.el: Improve commentary section.
20386 (define-generic-mode): Improve docstring.
20387
20388 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
20389
20390 * textmodes/org.el (many places): Change to quiet the byte compiler.
20391 (org-prefix-format-compiled): New variable.
20392 (org-compile-prefix-format): New function.
20393 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
20394 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
20395 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
20396 (org-get-entries-from-diary): Use `org-get-time-of-day' for
20397 consistency with entries from `org-mode' files.
20398 (org-get-time-of-day): Fix bug with partial matches early in a line.
20399 (org-non-link-chars): New constant.
20400 (org-link-regexp): Respect `org-non-link-chars'.
20401 (org-agenda-day-view): Remove command.
20402 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
20403 (org-follow-bbdb-link, org-store-link): Search also company field.
20404 (org-highlight-overlay): New variable.
20405 (org-highlight, org-unhighlight): New functions.
20406 (org-agenda-mode): Add pre-command-hook to remove highlight.
20407 (org-evaluate-time-range): Behavior depends upon whether time stamp
20408 contains a time or not.
20409 (org-show-subtree, org-show-entry): New functions.
20410 (org-agenda-cleanup-fancy-diary): Remove empty lines.
20411
20412 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
20413
20414 * comint.el (comint-output-filter-functions): Add autoload cookie.
20415
20416 2005-04-28 Kim F. Storm <storm@cua.dk>
20417
20418 * ido.el (ido-everywhere): Fix last change.
20419
20420 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20421
20422 * international/latexenc.el: New file.
20423 * international/mule-conf.el (file-coding-system-alist): For .tex,
20424 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
20425
20426 2005-04-28 Lute Kamstra <lute@gnu.org>
20427
20428 * font-lock.el (font-lock-add-keywords)
20429 (font-lock-remove-keywords): Clarify docstring.
20430 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
20431 Don't start docstrings with a `*'.
20432 (font-lock-update-removed-keyword-alist): Give it a docstring.
20433
20434 * generic-x.el: Update commentary section.
20435 Only require font-lock when compiling.
20436 Define all modes conditionally.
20437 Place all generic modes in the generic-x-modes customization group.
20438 (generic-x-modes): New customization group.
20439 (generic-default-modes, generic-mswindows-modes)
20440 (generic-unix-modes, generic-other-modes): New constants.
20441 (generic-define-mswindows-modes, generic-define-unix-modes):
20442 Update docstrings. Make them obsolete.
20443 (generic-extras-enable-list): New default value. Update docstring.
20444 Improve :type. Change :set function.
20445 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
20446 Fix docstring.
20447
20448 * emacs-lisp/generic.el (generic-mode-internal):
20449 Simplify font-lock-defaults.
20450 (define-generic-mode): Fix docstring.
20451
20452 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20453
20454 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
20455 font-lock-face property to highlight matches.
20456
20457 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
20458
20459 * progmodes/cc-mode.el (cc-create-define-alist): New function.
20460 (cc-define-alist): New variable.
20461 (c-mode): Make it local and initialize it.
20462
20463 * progmodes/gdb-ui.el (gdb-active-process): New variable.
20464 (gdb-exited): New function.
20465 (gdb-annotation-rules): Use it.
20466 (gdb-starting): Set gdb-active-process to t.
20467 (gdb-stopping): Amend doc string.
20468 (gdb-reset): Set gdb-active-process to nil.
20469
20470 * tooltip.el (tooltip-gud-tips): Show the associated #define
20471 directives when a C program under GDB is not executing.
20472
20473 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
20474
20475 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
20476 font-lock-fontify-syntactic-keywords.
20477
20478 * font-lock.el (font-lock-default-fontify-region): Don't force
20479 parse-sexp-lookup-properties to nil.
20480
20481 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
20482
20483 * man.el (man-mode-syntax-table): Set up `:' to have
20484 word-constituent syntax.
20485
20486 2005-04-27 Lute Kamstra <lute@gnu.org>
20487
20488 * novice.el (disable-command): Don't add spurious newlines to the
20489 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
20490
20491 2005-04-26 Jay Belanger <belanger@truman.edu>
20492
20493 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
20494 than one window before deleting window.
20495
20496 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
20497
20498 * shell.el (shell-prompt-pattern): Doc fix.
20499 (shell-mode): Set paragraph-separate buffer locally to "\\'".
20500
20501 * comint.el (comint-prompt-regexp, comint-get-old-input)
20502 (comint-use-prompt-regexp)
20503 (comint-use-prompt-regexp-instead-of-fields)
20504 (comint-replace-by-expanded-history, comint-send-input)
20505 (comint-output-filter, comint-get-old-input-default)
20506 (comint-line-beginning-position, comint-bol, comint-show-output)
20507 (comint-backward-matching-input, comint-forward-matching-input)
20508 (comint-next-prompt, comint-previous-prompt):
20509 Rename `comint-use-prompt-regexp-instead-of-fields' to
20510 `comint-use-prompt-regexp'. Keep old name as alias and declare
20511 obsolete.
20512 (comint-use-prompt-regexp): Shorten first line of doc string.
20513
20514 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
20515 Set paragraph-separate buffer locally to "\\'".
20516
20517 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
20518 Adapt to above name change.
20519
20520 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
20521 (smbclient-prompt-regexp): Ditto.
20522
20523 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
20524
20525 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
20526
20527 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
20528 gdb-location-list.
20529 Break lines that are over 80 characters wide.
20530
20531 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
20532
20533 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
20534 New fun and var, to preserve compatibility.
20535
20536 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
20537
20538 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
20539
20540 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
20541 name to file-newer-than-file-p.
20542
20543 2005-04-26 Richard M. Stallman <rms@gnu.org>
20544
20545 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
20546
20547 * progmodes/python.el (python-mode):
20548 Use new name eldoc-documentation-function.
20549
20550 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
20551
20552 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20553 (eldoc-documentation-function):
20554 Rename from eldoc-print-current-symbol-info-function. Calls changed.
20555
20556 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
20557
20558 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
20559
20560 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
20561
20562 * term/xterm.el (function-key-map): Fix strings for
20563 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
20564 {C,S,A,C-S}-{f1-f12}.
20565
20566 2005-04-26 Kenichi Handa <handa@m17n.org>
20567
20568 * international/mule-cmds.el (select-safe-coding-system):
20569 Fix previous change.
20570
20571 2005-04-26 Lute Kamstra <lute@gnu.org>
20572
20573 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
20574
20575 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
20576 (font-lock-comment-delimiter-face): Ditto.
20577
20578 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
20579
20580 2005-04-25 Jay Belanger <belanger@truman.edu>
20581
20582 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
20583 to t while inserting information; use help-mode.
20584
20585 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
20586
20587 * term.el (ansi-term-color-vector): Use the xterm colors.
20588 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
20589
20590 2005-04-25 Lute Kamstra <lute@gnu.org>
20591
20592 * font-core.el (font-lock-defaults): Fix docstring.
20593
20594 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
20595
20596 2005-04-25 Kenichi Handa <handa@m17n.org>
20597
20598 * international/mule-cmds.el (select-safe-coding-system):
20599 Don't check consistency with coding: spec, etc if raw-text or
20600 no-conversion was found to be safe.
20601
20602 2005-04-24 Richard M. Stallman <rms@gnu.org>
20603
20604 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
20605 citation markers at start of each line.
20606
20607 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
20608 citation markers at start of each line.
20609
20610 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
20611
20612 * files.el (mode-require-final-newline): Fix previous change.
20613 (require-final-newline): Fix type label.
20614
20615 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20616
20617 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
20618 statement in buffer (broken by 2004-11-24 change).
20619
20620 2005-04-24 Kim F. Storm <storm@cua.dk>
20621
20622 * ido.el (ido-everywhere): Save and restore old read-buffer-function
20623 and read-file-name-function values. Don't overwrite existing
20624 non-nil values if ido-mode is enabled without ido-everywhere.
20625
20626 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
20627
20628 * files.el (mode-require-final-newline): Minor doc fix.
20629
20630 2005-04-24 Eli Zaretskii <eliz@gnu.org>
20631
20632 * subr.el (syntax-after): Doc fix.
20633 (syntax-class): If argument is nil, return nil. Mask off upper 16
20634 bits, not 8 bits.
20635
20636 * files.el (mode-require-final-newline): Doc fix.
20637 (backup-buffer-copy): Fix last change.
20638
20639 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20640
20641 * term/mac-win.el: Require select. Set selection-coding-system to
20642 mac-system-coding-system. Call menu-bar-enable-clipboard.
20643 (x-last-selected-text-clipboard, x-last-selected-text-primary)
20644 (x-select-enable-clipboard): New variables.
20645 (x-select-text, x-get-selection, x-selection-value)
20646 (x-get-selection-value, mac-select-convert-to-string)
20647 (mac-services-open-file, mac-services-open-selection)
20648 (mac-services-insert-text): New functions.
20649 (CLIPBOARD, FIND): Put mac-scrap-name property.
20650 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
20651 (public.tiff): Put mac-ostype property.
20652 (selection-converter-alist): Add entries for them.
20653 (mac-application-menu-map): New keymap.
20654 (interprogram-cut-function, interprogram-paste-function): Set to
20655 x-select-text and x-get-selection-value, respectively.
20656 (split-window-keep-point): Set to t.
20657
20658 2005-04-23 Richard M. Stallman <rms@gnu.org>
20659
20660 * files.el (read-directory-name): Always pass non-nil
20661 DEFAULT-FILENAME arg to read-file-name.
20662 (backup-buffer-copy, basic-save-buffer-2): Take care against
20663 writing thru an unexpected existing symlink.
20664 (revert-buffer): In indirect buffer, revert the base buffer.
20665 (magic-mode-alist): Doc fix.
20666 (buffer-stale-function): Doc fix.
20667 (minibuffer-with-setup-hook): Avoid warning.
20668 (mode-require-final-newline): Doc and custom fix.
20669
20670 * follow.el (follow-end-of-buffer): Use with-no-warnings.
20671
20672 * font-lock.el (font-lock-comment-face): On terminals with few colors,
20673 use the default appearance.
20674 (font-lock-comment-delimiter-face): New face, new variable.
20675
20676 * imenu.el (imenu--generic-function): The official position of a
20677 definition is the start of the line that BEG is in.
20678
20679 * midnight.el (midnight-timer): Move defvar up.
20680
20681 * mouse.el (mouse-drag-region-1): Delete some debugging code.
20682
20683 * saveplace.el (save-place-to-alist): Use with-no-warnings.
20684
20685 * startup.el (command-line): Use with-no-warnings.
20686
20687 * window.el (window-size-fixed): New defvar.
20688
20689 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
20690
20691 * mail/rmail.el (rmail-font-lock-keywords):
20692 Use font-lock-comment-delimiter-face.
20693
20694 * mail/sendmail.el (mail-font-lock-keywords):
20695 Use font-lock-comment-delimiter-face.
20696
20697 * progmodes/compile.el (next-error-highlight-timer): New defvar.
20698
20699 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20700
20701 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20702 Specify t for LAXMATCH when matching directories.
20703 Save match data around compilation-compat-error-properties form.
20704
20705 2005-04-23 David Kastrup <dak@gnu.org>
20706
20707 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
20708 Mention that the autoloaded aliases should be kept for AUCTeX.
20709
20710 2005-04-23 Andreas Schwab <schwab@suse.de>
20711
20712 * isearch.el (isearch-forward): Doc fix.
20713
20714 2005-04-23 Eli Zaretskii <eliz@gnu.org>
20715
20716 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
20717 (jit-lock-stealth-nice): Change default value to 0.5.
20718
20719 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
20720
20721 * abbrev.el (write-abbrev-file): Write table entries in
20722 alphabetical order by table name.
20723
20724 2005-04-22 Kim F. Storm <storm@cua.dk>
20725
20726 * ido.el (ido-read-internal): Fix `list' completion.
20727
20728 2005-04-22 Kenichi Handa <handa@m17n.org>
20729
20730 * recentf.el (recentf-save-file-coding-system): New variable.
20731 (recentf-save-list): Encode the file by
20732 recentf-save-file-coding-system and add coding: tag.
20733
20734 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
20735
20736 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
20737
20738 2005-04-21 Lute Kamstra <lute@gnu.org>
20739
20740 * loadhist.el (unload-feature): Don't remove a function from hooks
20741 if it is about to be restored to an autoload . Remove functions
20742 that will become unbound from auto-mode-alist. Simplify the code.
20743
20744 * subr.el (assq-delete-all): New implementation that is linear,
20745 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
20746 (rassq-delete-all): New function.
20747
20748 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20749 Add size-indication-mode.
20750
20751 2005-04-21 Kenichi Handa <handa@m17n.org>
20752
20753 * international/mule-cmds.el: Add autoload for widget-value in
20754 eval-when-compile.
20755
20756 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
20757
20758 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20759 Add tooltip-mode.
20760
20761 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
20762
20763 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
20764
20765 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
20766 (inferior-lisp-filter-regexp, inferior-lisp-program)
20767 (inferior-lisp-load-command, inferior-lisp-prompt)
20768 (inferior-lisp-mode-hook, lisp-source-modes)
20769 (inferior-lisp-load-hook): defvar->defcustom.
20770 (inferior-lisp-program, inferior-lisp-prompt)
20771 (inferior-lisp-load-hook): Doc fixes.
20772 (inferior-lisp-install-letter-bindings): Small change in
20773 introductory comment.
20774
20775 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
20776
20777 * vc.el (vc-annotate-color-map): Change some colors so that text
20778 using them as foreground is readable on both white and black
20779 backgrounds.
20780
20781 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20782
20783 * international/mule-conf.el (translation-table-for-input):
20784 Remove redundant declaration.
20785
20786 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
20787
20788 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
20789
20790 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
20791 (tooltip-toggle-gud-tips): New function.
20792
20793 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20794
20795 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
20796 right angle brackets.
20797
20798 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
20799
20800 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
20801
20802 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20803
20804 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
20805 Remove. Update callers to use expand-file-name instead.
20806
20807 * subr.el (syntax-class): New function.
20808
20809 * simple.el (blink-matching-open): Use it.
20810
20811 * paren.el (show-paren-function): Use it to recognize parens that are
20812 also used in 2-char comment markers.
20813
20814 2005-04-19 Lute Kamstra <lute@gnu.org>
20815
20816 * loadhist.el (unload-feature): Update for new format of
20817 load-history. Simplify the code.
20818
20819 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20820
20821 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
20822 (mac-add-charset-info): New function. Initialize variable
20823 mac-charset-info-alist using it.
20824 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
20825 for translation.
20826 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
20827 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
20828 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
20829 New CCL programs.
20830
20831 2005-04-19 Kim F. Storm <storm@cua.dk>
20832
20833 * simple.el (next-buffer, prev-buffer, next-error)
20834 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
20835 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
20836
20837 * bindings.el (next-buffer, prev-buffer, next-error)
20838 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
20839 (clone-indirect-buffer-other-window): Move bindings from simple.el.
20840 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
20841 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
20842
20843 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
20844
20845 * isearch.el (isearch-edit-string): Make the search-ring available for
20846 minibuffer history commands.
20847 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
20848 the default history commands now work just as well.
20849 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
20850
20851 2005-04-18 Kim F. Storm <storm@cua.dk>
20852
20853 * emulation/cua-base.el (cua--pre-command-handler): Add more
20854 elaborate check for shift modifier on non-window systems.
20855
20856 2005-04-18 Lars Hansen <larsh@math.ku.dk>
20857
20858 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
20859
20860 2005-04-18 Kim F. Storm <storm@cua.dk>
20861
20862 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
20863 and make it optional. Don't test tooltip-gud-echo-area here.
20864 (tooltip-gud-process-output, gdb-tooltip-print):
20865 Pass tooltip-gud-echo-area to tooltip-show.
20866 (tooltip-help-tips): Remove second optional arg to tooltip-show.
20867
20868 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20869
20870 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
20871 `display-graphic-p' may not be bound yet.
20872
20873 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
20874
20875 * startup.el (command-line): No longer enable Xterm Mouse mode by
20876 default in terminals compatible with xterm.
20877
20878 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
20879
20880 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
20881
20882 * tooltip.el (tooltip-gud-echo-area): Rename from
20883 tooltip-use-echo-area.
20884 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
20885 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
20886 area independently of where help tooltips are displayed.
20887
20888 2005-04-17 David Kastrup <dak@gnu.org>
20889
20890 * cus-theme.el (custom-theme-write-variables): Quote variables
20891 where necessary.
20892
20893 2005-04-17 Richard M. Stallman <rms@gnu.org>
20894
20895 * simple.el (yank-excluded-properties): Add follow-link to value.
20896
20897 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
20898
20899 * startup.el (fancy-splash-max-time): Just 30 seconds.
20900 (fancy-splash-delay): Just 7.
20901 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
20902
20903 * loadhist.el (unload-feature): Update for new format of load-history.
20904 Simplify the code.
20905
20906 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
20907 (rmail-font-lock-keywords): Don't fontify the text of a citation.
20908
20909 * mail/sendmail.el (mail-font-lock-keywords):
20910 Don't fontify subject text.
20911 Don't fontify the text of a citation.
20912
20913 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
20914
20915 * comint.el (comint-output-filter): Run comint-output-filter-functions
20916 with point where the user had it.
20917
20918 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
20919
20920 * international/ucs-tables.el (ucs-set-table-for-input):
20921 Disable when using unify-on-decoding.
20922
20923 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
20924
20925 * emulation/cua-base.el (cua-global-mark-face): Add special case
20926 for displays supporting a high number of colors.
20927
20928 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20929
20930 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
20931
20932 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
20933
20934 * filesets.el (filesets-add-buffer): If user supplies a name of a
20935 non-existing fileset, create a new fileset.
20936
20937 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
20938
20939 * textmodes/org.el (org-up-heading-all): Fix bug with
20940 `outline-up-heading-all'.
20941
20942 2005-04-16 Andreas Schwab <schwab@suse.de>
20943
20944 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
20945 /etc/permissions.d/* and /etc/aliases.d/*.
20946
20947 2005-04-16 Kenichi Handa <handa@m17n.org>
20948
20949 * international/code-pages.el (cp-make-coding-system):
20950 Set `translation-table-for-input' property value to the symbol
20951 ucs-mule-to-mule-unicode, not to that value.
20952 (pt154): Escape guillemet by `\'.
20953
20954 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
20955
20956 * loadup.el: Load tooltip if x-show-tip is fboundp.
20957
20958 * startup.el (command-line): Add comment.
20959
20960 * tooltip.el (tooltip-mode): Specify correct standard value for
20961 Custom in init-value.
20962
20963 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
20964
20965 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
20966 possible.
20967
20968 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
20969
20970 * textmodes/org.el (org-agenda-date-prompt): Rename from
20971 `org-agenda-date-today'.
20972 (org-evaluate-time-range): Insert at point instead of directly
20973 after time range.
20974 (org-first-headline-recenter, org-subtree-end-visible-p)
20975 (org-optimize-window-after-visibility-change): New functions
20976 (org-agenda-post-command-hook): Don't allow point at end of line,
20977 to make sure it always hits the text properties.
20978 (org-agenda-next-date-line, org-agenda-previous-date-line):
20979 New commands.
20980 (org-set-regexps-and-options): Category may contain white space.
20981 (org-agenda-get-deadlines, org-agenda-get-scheduled):
20982 Improve marker positions.
20983 (org-agenda-new-marker): Argument POS made optional.
20984 (org-agenda-get-timestamps): Deadlines which are done are listed
20985 in org-done-face now.
20986 (org-agenda-get-todos, org-agenda-get-timestamps)
20987 (org-agenda-get-deadlines, org-agenda-get-scheduled):
20988 Set `undone-face' and `done-face' properties.
20989 (org-last-todo-state-is-todo): New variable.
20990 (org-todo): Set `org-last-todo-state-is-todo'.
20991 (org-agenda-todo): Change face according to
20992 `org-last-todo-state-is-todo'. And change other lines referring to
20993 the same entry.
20994 (org-calendar-goto-agenda): New command.
20995 (org-calendar-to-agenda-key): New option.
20996 (org-startup-folded): New allowed value `content'.
20997 (org-set-regexps-and-options): Accept new value `content' for
20998 `org-startup-folded'.
20999 (org-get-current-options): Handle new value `content' for
21000 `org-startup-folded'.
21001 (org-insert-todo-heading): New command.
21002 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
21003 interactively in empty file and option
21004 `org-insert-mode-line-in-empty-file' has been set.
21005 (org-agenda-todo, org-agenda-priority): Modify to use
21006 `org-agenda-change-all-lines'.
21007 (org-warning-face): Change color on dark background
21008
21009 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21010
21011 * international/mule-cmds.el (set-locale-environment): On Mac OS,
21012 use preferences AppleLocale and AppleLanguages, and variable
21013 mac-system-locale for default locale. On Mac OS Classic, use
21014 mac-system-coding-system for default coding systems.
21015
21016 * term/mac-win.el: Don't set file-name-coding-system.
21017 Decode variables system-name, emacs-build-system, user-login-name, and
21018 user-full-name by mac-system-coding-system on Mac OS Classic.
21019 (mac-system-coding-system): New variable.
21020
21021 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
21022
21023 * startup.el (command-line): Handle `xterm-mouse-mode' before
21024 reading init file.
21025
21026 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
21027
21028 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
21029
21030 * progmodes/sh-script.el (sh-here-document-word): Make it a
21031 defcustom. Doc fix.
21032 (sh-add): Bash uses $(( )) for arithmetic.
21033 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
21034 (sh-maybe-here-document): Remove quotes and leading whitespace
21035 from heredoc word when closing. Indent heredoc with tabs if word
21036 starts with "-".
21037
21038 2005-04-13 Richard M. Stallman <rms@gnu.org>
21039
21040 * simple.el (undo): Fix previous change.
21041
21042 * custom.el (defface): Doc fix.
21043
21044 2005-04-13 Lute Kamstra <lute@gnu.org>
21045
21046 * Makefile.in (DONTCOMPILE): Remove list.
21047 (compile, compile-always): Don't use DONTCOMPILE.
21048 (update-authors): Load the library in which batch-update-authors
21049 is defined.
21050 * makefile.w32-in (DONTCOMPILE): Remove list.
21051 (compile, compile-always): Fix comments.
21052 (update-authors): Load the library in which batch-update-authors
21053 is defined.
21054
21055 * generic-x.el (generic-mode-ini-file-find-file-hook):
21056 Rename to ini-generic-mode-find-file-hook.
21057 Keep generic-mode-ini-file-find-file-hook as an alias.
21058 (ini-generic-mode-find-file-hook): Rename from
21059 generic-mode-ini-file-find-file-hook. Fix docstring.
21060 (ini-generic-mode): Docstring change.
21061 (bat-generic-mode-run-as-comint): Silence the byte compiler.
21062
21063 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
21064 called from lisp.
21065
21066 * generic.el: Move to the emacs-lisp subdir.
21067
21068 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
21069
21070 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
21071 and C-S- function and cursor motion keys.
21072
21073 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
21074
21075 * startup.el (command-line): Enable Xterm Mouse mode by default.
21076 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
21077 for Custom. No longer show "Mouse" in mode line when enabled.
21078 Doc fix.
21079
21080 2005-04-12 Kim F. Storm <storm@cua.dk>
21081
21082 * emulation/cua-base.el (cua-rectangle-face)
21083 (cua-rectangle-noselect-face): Define face attributes here.
21084
21085 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
21086
21087 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21088
21089 * startup.el (command-line): Turn off blinking cursor if
21090 cursorBlink in resources is off or false.
21091
21092 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21093
21094 * term/mac-win.el (dnd): Require dnd.
21095 (mac-drag-n-drop): Call dnd-handle-one-url.
21096 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
21097 (kTextEncodingISOLatin2): Remove constants.
21098 (mac-script-code-coding-systems): New constant.
21099 (mac-handle-language-change): New function.
21100 (special-event-map): Bind it to `language-change' event.
21101 (mac-centraleurroman, mac-cyrillic): New coding systems.
21102 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
21103 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
21104 and mac-cyrillic-encoder to encode-mac-centraleurroman and
21105 encode-mac-cyrillic, respectively.
21106
21107 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21108
21109 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
21110 Don't set overlay-arrow-string to "=>" as this is done
21111 globally in C now.
21112
21113 2005-04-12 Lute Kamstra <lute@gnu.org>
21114
21115 * generic-x.el (rc-generic-mode, rul-generic-mode):
21116 Fix auto-mode-alist entries.
21117 (etc-fstab-generic-mode): Tweak fontification.
21118
21119 * generic.el (generic-make-keywords-list): Fix docstring.
21120 (generic-mode-internal): Simplify generic-font-lock-keywords.
21121
21122 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21123
21124 * whitespace.el (whitespace-buffer-leading)
21125 (whitespace-buffer-trailing): Revert the incorrect test inversion.
21126 However, fix the highlight area for the leading and
21127 trailing whitespaces to show space.
21128
21129 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21130
21131 * whitespace.el (whitespace-version): Bump to 3.5
21132
21133 (whitespace-buffer-leading, whitespace-buffer-trailing):
21134 Invert sense of the test to highlight the whitespace.
21135
21136 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21137
21138 * progmodes/gud.el (gud-display-line): GUD uses its own
21139 overlay arrow now so don't set overlay-arrow-string.
21140 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
21141
21142 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
21143
21144 * term.el (term-ansi-current-bold, term-ansi-current-underline)
21145 (term-ansi-current-reverse, term-ansi-current-invisible)
21146 (term-ansi-face-already-done): Change to boolean.
21147 (term-reset-terminal, term-handle-colors-array): Handle the above
21148 vars accordingly.
21149 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
21150 (term-emulate-terminal): Use the new name.
21151
21152 * faces.el (secondary-selection): Use yellow1, not yellow.
21153 (trailing-whitespace): Use red1, not red.
21154
21155 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21156
21157 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
21158 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
21159 (dired-dnd-handle-file): Call dnd-get-local-file-uri
21160
21161 * cus-edit.el (dnd): New group.
21162
21163 * term/w32-win.el (dnd): Require dnd
21164 (w32-drag-n-drop): Call dnd-handle-one-url.
21165
21166 * x-dnd.el: Require dnd.
21167 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
21168 Call dnd-handle-one-url.
21169 (x-dnd-types-alist, x-dnd-insert-utf8-text)
21170 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
21171 to dnd-insert-text.
21172 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
21173 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
21174 (x-dnd-get-local-file-name, x-dnd-open-local-file)
21175 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
21176
21177 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
21178
21179 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21180
21181 * wdired.el: Doc fixes.
21182 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
21183 (wdired-use-dired-vertical-movement): Rename from
21184 wdired-always-move-to-filename-beginning.
21185 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
21186 (wdired-change-to-wdired-mode): Change mode name.
21187 (wdired-newline): Delete.
21188
21189 2005-04-11 Richard M. Stallman <rms@gnu.org>
21190
21191 * whitespace.el (whitespace-highlight-the-space):
21192 Don't call whitespace-unhighlight-the-space here.
21193
21194 * simple.el (undo): Record t in undo-equiv-table
21195 for the redo record made by an undo-in-region.
21196
21197 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21198
21199 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
21200 (gdb-frame-inferior-io-buffer): New Functions to control
21201 display of separate IO buffer.
21202 (menu): Add them to menu-bar.
21203 (gdb-display-buffer): Check for buffer another frame.
21204 Protect GUD buffer.
21205 (gdb-setup-windows): Create IO buffer if not already there.
21206 (gdb-memory-mode): Remove purecopy noops.
21207
21208 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21209
21210 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
21211 and pass to self-insert-command.
21212
21213 2005-04-11 Lute Kamstra <lute@gnu.org>
21214
21215 * generic.el: Commentary section cleanup.
21216 (generic): Delete.
21217 (generic-use-find-file-hook, generic-lines-to-scan)
21218 (generic-find-file-regexp, generic-ignore-files-regexp)
21219 (default-generic-mode, generic-mode-find-file-hook)
21220 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
21221 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
21222 (generic-use-find-file-hook, generic-lines-to-scan)
21223 (generic-find-file-regexp, generic-ignore-files-regexp)
21224 (default-generic-mode, generic-mode-find-file-hook)
21225 (generic-mode-ini-file-find-file-hook): Move from generic.el.
21226
21227 2005-04-10 Karl Fogel <kfogel@red-bean.com>
21228
21229 * bookmark.el (bookmark-write-file): Catch errors writing file.
21230 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
21231
21232 2005-04-10 Richard M. Stallman <rms@gnu.org>
21233
21234 * startup.el (fancy-splash-tail): Update copyright year.
21235 (command-line): Split part of -Q into -D.
21236 (emacs-basic-display): New defvar.
21237 (fancy-splash-text): Correct name of menu item.
21238
21239 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
21240
21241 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
21242 lines in one node.
21243
21244 * comint.el (comint-send-input): New arg ARTIFICIAL.
21245 Callers in this file changed.
21246
21247 * abbrev.el (define-abbrevs): Read system abbrevs properly.
21248
21249 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
21250
21251 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
21252
21253 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
21254 `ldap-search-internal'.
21255
21256 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21257
21258 * files.el (set-auto-mode-1): Use line-end-position.
21259
21260 * international/latin-1.el:
21261 * international/latin-2.el:
21262 * international/latin-3.el:
21263 * international/latin-4.el:
21264 * international/latin-5.el:
21265 * international/latin-8.el:
21266 * international/latin-9.el: Give punctuation syntax to NBSP.
21267
21268 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
21269 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
21270 Use char-classes to accept non-ascii letters, accepted in some recent
21271 bibtex implementations.
21272
21273 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
21274
21275 * custom.el (custom-set-minor-mode): Any non-nil value for the
21276 variable should enable the mode when set through Custom.
21277
21278 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21279
21280 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
21281 TAB binding so tab-always-indent is obeyed.
21282 (vhdl-minibuffer-local-map): Move initialization into declaration.
21283 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
21284 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
21285 (vhdl-hooked-abbrev): Avoid test for XEmacs.
21286 (vhdl-current-line): Use line-beginning-position.
21287 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
21288 with-output-to-temp-buffer, so the current position can be recorded.
21289
21290 2005-04-10 Masatake YAMATO <jet@gyve.org>
21291
21292 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21293 Add regexp for gcov.
21294
21295 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
21296
21297 * calendar/time-date.el (time-to-seconds, seconds-to-time)
21298 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
21299 syntax which Emacs 20 doesn't support.
21300
21301 2005-04-09 Richard M. Stallman <rms@gnu.org>
21302
21303 * help.el (describe-key-briefly, describe-key):
21304 Replace strings as event types with "(any string)".
21305
21306 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
21307
21308 * arc-mode.el (archive-mode-map): Move initialization into
21309 the declaration. Override *all* bindings of `undo'.
21310 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
21311
21312 2005-04-09 Jay Belanger <belanger@truman.edu>
21313
21314 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
21315
21316 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
21317
21318 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
21319 (xterm-register-default-colors): Update color values computation
21320 to match xterm-200.
21321
21322 2005-04-09 Kenichi Handa <handa@m17n.org>
21323
21324 * international/code-pages.el (iso-latin-7): Fix the map.
21325
21326 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
21327
21328 * emacs-lisp/lisp.el (defun-prompt-regexp)
21329 (parens-require-spaces, buffer-end, end-of-defun)
21330 (insert-parentheses): Doc fixes.
21331
21332 2005-04-08 Kim F. Storm <storm@cua.dk>
21333
21334 * comint.el (comint-highlight-prompt): Fix face spec.
21335 * hi-lock.el (hi-green): Likewise.
21336
21337 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21338
21339 * cus-edit.el (custom-modified-face):
21340 * comint.el (comint-highlight-input): Fix previous changes.
21341 * term.el (term-handle-ansi-escape): Add a comment.
21342
21343 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
21344
21345 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
21346 in the buffer and in whitespace-highlighted-space.
21347 (whitespace-unhighlight-the-space): Simplify.
21348 (whitespace-buffer): Simplify.
21349
21350 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21351
21352 * textmodes/table.el (table-cell-face): Add special case for
21353 displays supporting a high number of colors.
21354 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21355 (vhdl-font-lock-reserved-words-face)
21356 (vhdl-speedbar-architecture-face)
21357 (vhdl-speedbar-instantiation-face)
21358 (vhdl-speedbar-architecture-selected-face)
21359 (vhdl-speedbar-instantiation-selected-face): Likewise.
21360 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
21361 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
21362 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
21363 (ebrowse-root-class-face, ebrowse-member-attribute-face)
21364 (ebrowse-progress-face): Likewise.
21365 * progmodes/compile.el (compilation-info-face): Likewise.
21366 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
21367 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
21368 * calendar/calendar.el (diary-face): Likewise.
21369 * woman.el (woman-italic-face, woman-bold-face)
21370 (woman-unknown-face): Likewise.
21371 * wid-edit.el (widget-button-pressed-face): Likewise.
21372 * whitespace.el (whitespace-highlight-face): Likewise.
21373 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
21374 * pcvs-info.el (cvs-marked-face): Likewise.
21375 * info.el (info-xref): Likewise.
21376 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
21377 * hilit-chg.el (highlight-changes-face)
21378 (highlight-changes-delete-face): Likewise.
21379 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
21380 (hi-red-b): Likewise.
21381 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
21382 * font-lock.el (font-lock-keyword-face)
21383 (font-lock-function-name-face, font-lock-warning-face): Likewise.
21384 * cus-edit.el (custom-invalid-face, custom-modified-face)
21385 (custom-set-face, custom-changed-face, custom-variable-tag-face)
21386 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
21387 * comint.el (comint-highlight-prompt): Likewise.
21388
21389 2005-04-08 Lute Kamstra <lute@gnu.org>
21390
21391 * font-lock.el (font-lock-keywords): Docstring fixes.
21392
21393 2005-04-08 Kenichi Handa <handa@m17n.org>
21394
21395 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
21396 chars are more than a limit, print " and more..." at the tail.
21397
21398 2005-04-08 Kim F. Storm <storm@cua.dk>
21399
21400 * emacs-lisp/authors.el (authors-aliases): Update list.
21401 (authors-ignored-files): New list.
21402 (authors-fixed-entries): Fix typo.
21403 (authors-renamed-files-alist): Update list.
21404 (authors-add): Check authors-ignored-files.
21405
21406 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
21407
21408 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
21409 optional, to ensure backward compatibility.
21410
21411 2005-04-08 Stephen Eglen <stephen@gnu.org>
21412
21413 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
21414
21415 2005-04-08 Kim F. Storm <storm@cua.dk>
21416
21417 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
21418
21419 * mouse.el (mouse-on-link-p): Doc fix.
21420
21421 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
21422
21423 * ielm.el (ielm-prompt-read-only): Doc fix.
21424
21425 * comint.el (comint-prompt-read-only): Doc fix.
21426
21427 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
21428
21429 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
21430 ensure dired always handles wildcards passed to ffap.
21431 (find-file-at-point): Use it.
21432 (ffap-dired-wildcards): Doc fix.
21433
21434 2005-04-07 Juri Linkov <juri@jurta.org>
21435
21436 * simple.el (next-error-overlay-arrow-position): New defvar.
21437 Put "=>" on its property `overlay-arrow-string'. Add it to
21438 `overlay-arrow-variable-list'.
21439
21440 * progmodes/compile.el (compilation-setup):
21441 Set `next-error-overlay-arrow-position' to nil. Also set it to
21442 nil in the local hook `kill-buffer-hook'. Make local variable
21443 `overlay-arrow-string' and set it to "=>".
21444 (compilation-goto-locus): Set BOL position to
21445 `next-error-overlay-arrow-position' instead of
21446 `overlay-arrow-position'.
21447
21448 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
21449 locally instead of adding it to the global hook.
21450 (Info-kill-buffer): Move up.
21451
21452 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
21453
21454 * term/xterm.el (xterm-standard-colors): Update color values from
21455 xterm-200.
21456
21457 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
21458
21459 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
21460
21461 * fast-lock.el:
21462 * lazy-lock.el: Move them to the obsolete subdir.
21463
21464 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21465
21466 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
21467 (wdired-add-replace-advice): Remove.
21468 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
21469
21470 2005-04-06 Kim F. Storm <storm@cua.dk>
21471
21472 * startup.el (command-line): Add --bare-bones alias for -Q.
21473
21474 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21475
21476 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
21477 create the startup fontset if a font specification ends with
21478 `mac-roman'.
21479
21480 2005-04-06 Lute Kamstra <lute@gnu.org>
21481
21482 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
21483 change.
21484
21485 * emacs-lisp/copyright.el (copyright-update-year): Replace the
21486 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
21487
21488 2005-04-05 Lute Kamstra <lute@gnu.org>
21489
21490 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
21491 (define-generic-mode): Ditto. Fix debug declaration.
21492
21493 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
21494 Put them in the generic-x group.
21495
21496 * calendar/timeclock.el (timeclock): Doc fix.
21497
21498 * generic.el (define-generic-mode): Don't use custom-current-group.
21499 Document default :group value.
21500 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
21501 (define-global-minor-mode): Don't use custom-current-group.
21502
21503 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
21504
21505 * startup.el (command-line-1): Display startup-echo-area-message
21506 when fancy splash screen is in use.
21507
21508 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
21509 (sh-escaped-newline): New face.
21510 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
21511 newline, and use sh-escaped-newline face.
21512
21513 * progmodes/tcl.el (tcl-escaped-newline): New face.
21514 (tcl-builtin-list): New variable.
21515 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
21516 newlines. Fix keywords subexpression number.
21517
21518 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
21519
21520 * textmodes/org.el (org-diary-default-entry): Fix call to
21521 `add-to-diary-entry'.
21522
21523 2005-04-05 Kim F. Storm <storm@cua.dk>
21524
21525 * ediff-init.el: Use (featurep 'xemacs).
21526
21527 2005-04-05 David Ponce <david@dponce.com>
21528
21529 * cus-edit.el (face): Derive from symbol widget. Display sample
21530 of the current face on the fly.
21531 (widget-face-sample-face-get, widget-face-notify): New functions.
21532 (widget-face-value-create): Remove.
21533
21534 * wid-edit.el (widget-field-end): Temporarily remove field
21535 narrowing before to call `get-char-property'.
21536
21537 2005-04-04 Jay Belanger <belanger@truman.edu>
21538
21539 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
21540 (math-read-subscripts): New variable.
21541 (math-read-preprocess-string): Process subscripts.
21542
21543 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
21544
21545 * comint.el (comint-prompt-read-only): Doc fix.
21546
21547 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
21548 `-1'. Doc fix.
21549
21550 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
21551
21552 * textmodes/org.el (org-insert-mode-line-in-empty-file):
21553 Change default value to nil.
21554
21555 2005-04-04 Lute Kamstra <lute@gnu.org>
21556
21557 * autorevert.el (auto-revert-mode): Specify :group.
21558 * battery.el (display-battery-mode): Specify :group.
21559 * diff-mode.el (diff-minor-mode): Specify :group.
21560 * font-core.el (font-lock-mode): Specify :group.
21561 * hl-line.el (hl-line-mode): Specify :group.
21562 * iimage.el (iimage): New customization group.
21563 (iimage-mode): Specify :group.
21564 * longlines.el (longlines-mode): Specify :group.
21565 * master.el: Don't require easy-mmode.
21566 (master): New customization group.
21567 (master-mode): Specify :group.
21568 * msb.el (msb-mode): Specify :group.
21569 * reveal.el (reveal-mode): Specify :group.
21570 * simple.el (next-error-follow-minor-mode): Specify :group.
21571 * smerge-mode.el (smerge-mode): Specify :group.
21572 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
21573 * emulation/cua-base.el (cua-mode): Specify :group.
21574 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
21575 * language/thai-util.el (thai-auto-composition-mode)
21576 (thai-word-mode): Specify :group.
21577 * mail/supercite.el (sc-minor-mode): Specify :group.
21578 * progmodes/cwarn.el (cwarn-mode): Specify :group.
21579 * progmodes/flymake.el (flymake-mode): Specify :group.
21580 * progmodes/glasses.el (glasses-mode): Specify :group.
21581 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
21582 * textmodes/enriched.el (enriched-mode): Specify :group.
21583 * textmodes/refill.el (refill-mode): Specify :group.
21584
21585 * add-log.el (change-log-font-lock-keywords): Names in
21586 parenthesized lists can contain spaces.
21587
21588 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
21589
21590 * startup.el (fancy-splash-text): Shorten default text of
21591 "Emacs Tutorial" line. Also, if the current language env
21592 indicates an available tutorial file other than TUTORIAL,
21593 extract its title and append it to the line in parentheses.
21594 (fancy-splash-insert): If arg is a thunk, funcall it.
21595
21596 2005-04-04 Jay Belanger <belanger@truman.edu>
21597
21598 * calc.el (calc-language-alist): Add tags to customization type.
21599
21600 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
21601
21602 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
21603 Doc fix.
21604
21605 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
21606
21607 * add-log.el (change-log-font-lock-keywords): The manual
21608 describing a Change Log entry, says: (...) "Aside from these
21609 header lines, every line in the change log starts with a space or
21610 a tab.". The font-lock was not highlighting lines started with
21611 spaces, added support for it.
21612
21613 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21614
21615 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
21616 (bibtex-generate-url-list): Update docstring accordingly. Put the
21617 complex example in the docstring.
21618 (bibtex-font-lock-url): Use pop.
21619
21620 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
21621
21622 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
21623
21624 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
21625
21626 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21627
21628 * filesets.el (filesets-set-default): Doc fix.
21629
21630 2005-04-03 Lute Kamstra <lute@gnu.org>
21631
21632 * generic.el (define-generic-mode): Add argument to specify
21633 keywords for defcustom.
21634 (default-generic-mode): Specify :group.
21635
21636 * generic-x.el: Specify :group for all generic modes.
21637
21638 * desktop.el (desktop-no-desktop-file-hook)
21639 (desktop-after-read-hook): Doc fix.
21640
21641 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
21642
21643 * simple.el (visible-mode): Use explicit :group keyword.
21644 This changes the group of `visible-mode-hook' from paren-blinking
21645 to editing-basics.
21646
21647 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
21648
21649 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
21650 mailbox specifications as well as URLs.
21651 (rmail-insert-inbox-text): Remove unused conditional branches.
21652
21653 2005-04-01 Jay Belanger <belanger@truman.edu>
21654
21655 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
21656 (calc-gnuplot-print-command): Move definitions to calc.el.
21657
21658 * calc/calc-embed.el (calc-embedded-announce-formula)
21659 (calc-embedded-open-formula, calc-embedded-close-formula)
21660 (calc-embedded-open-word, calc-embedded-close-word)
21661 (calc-embedded-open-plain, calc-embedded-close-plain)
21662 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
21663 (calc-embedded-open-mode, calc-embedded-close-mode):
21664 Move definitions to calc.el.
21665
21666 * calc/calc.el (calc-settings-file, calc-language-alist):
21667 Make customizable.
21668 (calc-embedded-announce-formula, calc-embedded-open-formula)
21669 (calc-embedded-close-formula, calc-embedded-open-word)
21670 (calc-embedded-close-word, calc-embedded-open-plain)
21671 (calc-embedded-close-plain, calc-embedded-open-new-formula)
21672 (calc-embedded-close-new-formula, calc-embedded-open-mode)
21673 (calc-embedded-close-mode, calc-gnuplot-name)
21674 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
21675 from other files and make customizable.
21676
21677 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
21678
21679 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
21680 Use buffer-live-p.
21681 (cvs-mode-run): Don't call cvs-update-header here.
21682 (cvs-run-process): Call cvs-update-header.
21683 Use process properties for cvs-postprocess and cvs-buffer so that
21684 the sentinel can behave better if the temp buffer is killed.
21685 Use a pipe rather than a tty, to better handle unexpected prompts.
21686 (cvs-sentinel): Rewrite. Call cvs-update-header.
21687
21688 2005-04-01 Andre Spiegel <spiegel@gnu.org>
21689
21690 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
21691 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
21692
21693 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
21694
21695 * generic.el (define-generic-mode): Add indentation rule.
21696
21697 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
21698
21699 * files.el (mode-require-final-newline): Make Custom correctly
21700 report a nil value and allow to set it to nil via Custom.
21701 Doc fix.
21702
21703 2005-04-01 Kenichi Handa <handa@m17n.org>
21704
21705 * international/characters.el: Enable the correct case setting for
21706 dotless-i and dotted-I.
21707
21708 2005-04-01 Kim F. Storm <storm@cua.dk>
21709
21710 * ido.el (ido-file-internal): Fall back to non-ido command if
21711 initial directory is on slow ftp (or tramp) host.
21712
21713 2005-03-31 Richard M. Stallman <rms@gnu.org>
21714
21715 * emacs-lisp/autoload.el (make-autoload):
21716 Handle define-global-minor-mode.
21717
21718 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21719 Rename from easy-mmode-define-global-mode.
21720 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
21721
21722 * progmodes/scheme.el (scheme-mode-syntax-table):
21723 Update syntax of | and # for two-character comment syntax.
21724
21725 2005-03-31 Lute Kamstra <lute@gnu.org>
21726
21727 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
21728 (define-minor-mode): Call custom-current-group at load-time.
21729
21730 * generic.el (define-generic-mode): Add debug declaration.
21731 Add defcustom for the mode hook.
21732 (generic-mode-internal): Use run-mode-hooks.
21733
21734 2005-03-31 Kim F. Storm <storm@cua.dk>
21735
21736 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
21737 (mouse-fixup-help-message): New defun called by show_help_echo
21738 to fixup mouse-2 prefix in help messages when applicable.
21739
21740 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
21741
21742 2005-03-31 Kenichi Handa <handa@m17n.org>
21743
21744 * language/thai-word.el (thai-find-word-ends): Pay attention to
21745 the case that we reach the end of buffer.
21746
21747 * textmodes/fill.el (fill-text-properties-at): New function.
21748 (fill-newline): Use fill-text-properties-at instead of
21749 text-properties-at.
21750
21751 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
21752
21753 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
21754 not comint-quote-filename.
21755
21756 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
21757
21758 * help-fns.el (help-with-tutorial): Revert last change.
21759
21760 2005-03-31 Kim F. Storm <storm@cua.dk>
21761
21762 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
21763
21764 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
21765
21766 * calendar/cal-china.el: Update reference to "Calendrical
21767 Calculations" book; there's a new edition.
21768 * calendar/cal-coptic.el: Likewise.
21769 * calendar/cal-french.el: Likewise.
21770 * calendar/cal-hebrew.el: Likewise.
21771 * calendar/cal-islam.el: Likewise.
21772 * calendar/cal-iso.el: Likewise.
21773 * calendar/cal-julian.el: Likewise.
21774 * calendar/cal-mayan.el: Likewise.
21775 * calendar/cal-persia.el: Likewise.
21776 * calendar/calendar.el: Likewise.
21777 * calendar/holidays.el: Likewise.
21778 * calendar/lunar.el: Likewise.
21779 * calendar/solar.el: Likewise.
21780
21781 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
21782 white space from doc string.
21783
21784 2005-03-30 Jay Belanger <belanger@truman.edu>
21785
21786 * calc/calc-help.el (calc-full-help): Remove email address.
21787
21788 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
21789
21790 * help-fns.el (help-with-tutorial): Delete title line.
21791
21792 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
21793
21794 * calendar/cal-x.el (calendar-one-frame-setup)
21795 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
21796 rather than `symbol' for set-window-dedicated-p.
21797
21798 * calendar/appt.el (appt-buffer-name): Make it a constant.
21799 (appt-add): Doc fix.
21800
21801 * filesets.el (filesets-menu-path, filesets-menu-before)
21802 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
21803 (filesets-menu-cache-file): Use directory ~/.emacs.d.
21804 (filesets-add-submenu): Delete and use add-submenu instead.
21805
21806 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
21807
21808 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
21809 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
21810 (org-diary-default-entry): New function.
21811 (org-get-entries-from-diary): Better parsing of diary entries.
21812 (org-agenda-check-no-diary): New function.
21813 ("diary-lib"): Advice to function `add-to-diary-list', to allow
21814 linking to diary entries.
21815 (org-agenda-execute-calendar-command): New function.
21816 (org-agenda): Improve visible section in window.
21817 Use `org-fit-agenda-window'.
21818 (org-fit-agenda-window): New option.
21819 (org-move-subtree-down): Better handling of empty lines
21820 at end of subtree.
21821 (org-cycle): Numeric prefix is interpreted now as show-subtree N
21822 levels up.
21823 (org-fontify-done-headline): New option.
21824 (org-headline-done-face): New face.
21825 (org-set-font-lock-defaults): Use `org-headline-done-face'.
21826 (org-table-copy-down): Rename from `org-table-copy-from-above'.
21827 When current field is non-empty, it is copied to next row.
21828 (org-table-copy-from-above): Fix bug which made it
21829 impossible to copy fields containing only a single non-white character.
21830
21831 2005-03-30 Kim F. Storm <storm@cua.dk>
21832
21833 * kmacro.el (kmacro-end-macro): Isearch may store this command
21834 into the macro -- so ignore it when executing keyboard macro.
21835
21836 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
21837
21838 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
21839
21840 2005-03-29 Kenichi Handa <handa@m17n.org>
21841
21842 * language/thai.el ("Thai"): Set setup-function and exit-function
21843 for Thai language environment.
21844
21845 * language/thai-util.el: Require thai-word.
21846 (thai-word-mode-map): New variable.
21847 (thai-word-mode): New minor mode.
21848 (setup-thai-language-environment-internal): New function.
21849 (exit-thai-language-environment-internal): New function.
21850
21851 * language/thai-word.el (thai-word-table): Declare it by defvar,
21852 use dolist to initialize it.
21853 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
21854 (thai-fill-find-break-point): New functions.
21855
21856 2005-03-29 Richard M. Stallman <rms@gnu.org>
21857
21858 * simple.el (idle-update-delay): Move definition up.
21859 (set-mark): Doc fix.
21860
21861 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
21862
21863 * longlines.el: New file.
21864
21865 * simple.el (buffer-substring-filters): New variable.
21866 (filter-buffer-substring): New function.
21867 (kill-region, copy-region-as-kill): Use it.
21868
21869 * register.el (copy-to-register, append-to-register)
21870 (prepend-to-register): Use filter-buffer-substring.
21871
21872 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
21873
21874 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
21875 (gud-filter-pending-text): Move in front of gdb.
21876 (gud-overlay-arrow-position): New variable.
21877 (gud-sentinel, gud-display-line): Use it in place of
21878 overlay-arrow-position.
21879
21880 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
21881
21882 * progmodes/fortran.el (fortran-if-indent): Doc fix.
21883 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
21884 (fortran-font-lock-keywords-4): New variable.
21885 (fortran-blocks-re, fortran-end-block-re)
21886 (fortran-start-block-re): New constants, for hideshow.
21887 (hs-special-modes-alist): Add a Fortran entry.
21888 (fortran-mode-map): Bind fortran-end-of-block,
21889 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
21890 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
21891 (fortran-looking-at-if-then, fortran-end-of-block)
21892 (fortran-beginning-of-block): New functions, for hideshow.
21893
21894 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
21895 Doc fix. Tweak regexp.
21896 (f90-beginning-of-block): Push mark first.
21897
21898 2005-03-29 Jay Belanger <belanger@truman.edu>
21899
21900 * calc/calc.el: Update copyright date.
21901 (calc-version): Increase to 2.1.
21902 (calc-version-date): Remove.
21903
21904 * calc/calc-help.el: Update copyright date.
21905 (calc-full-help): Remove reference to calc-version-date.
21906 Update copyright date.
21907
21908 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
21909
21910 * vc.el (vc-do-command): Use a pipe for async processes, so password
21911 prompts don't show up at places where the user can't reply.
21912
21913 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
21914
21915 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
21916 on the file name we pass to the inferior shell.
21917
21918 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21919
21920 * progmodes/which-func.el (which-function): Be robust in the face of an
21921 imenu--make-index-alist failure.
21922
21923 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
21924
21925 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
21926
21927 * progmodes/python.el (python-preoutput-filter): Fix last change.
21928
21929 2005-03-29 Lute Kamstra <lute@gnu.org>
21930
21931 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
21932 functions and compiled macros.
21933 (debug-convert-byte-code): Handle macros too.
21934 (debug-on-entry-1): Don't signal an error when trying to clear a
21935 function that is not set to debug on entry.
21936
21937 2005-03-29 Jay Belanger <belanger@truman.edu>
21938
21939 * calc/calc-lang.el: Add functions to math-function-table
21940 properties of tex and math.
21941
21942 2005-03-29 Kenichi Handa <handa@m17n.org>
21943
21944 * ps-mule.el (ps-mule-plot-string): Translate characters by
21945 ps-print-translation-table.
21946 (ps-mule-begin-job): Call find-charset-region/string with
21947 ps-print-translation-table.
21948 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
21949
21950 * ps-print.el (ps-print-translation-table): New variable.
21951 (ps-plot-region): Translate characters by ps-print-translation-table.
21952
21953 2005-03-29 Juri Linkov <juri@jurta.org>
21954
21955 * simple.el (next-error-highlight-timer): New variable.
21956
21957 * progmodes/compile.el (compilation-goto-locus):
21958 Use `next-error-highlight-timer' instead of `sit-for'.
21959
21960 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
21961
21962 * mail/supercite.el (sc-mail-field): Use assoc-string.
21963 (sc-get-address): Simplify regexps.
21964
21965 * files.el (minibuffer-with-setup-hook): New macro.
21966 (find-file-read-args): Use it to avoid let-binding
21967 minibuffer-with-setup-hook (which breaks turning on/off
21968 file-name-shadow-mode while in the prompt).
21969
21970 * complete.el (PC-read-include-file-name-internal):
21971 Use test-completion.
21972
21973 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
21974
21975 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
21976
21977 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
21978
21979 * window.el (window-buffer-height): Use count-screen-lines.
21980
21981 * progmodes/python.el (python-preoutput-leftover): New var.
21982 (python-preoutput-filter): Use it.
21983 (python-send-receive): Loop until all the result has been received.
21984
21985 2005-03-28 Juri Linkov <juri@jurta.org>
21986
21987 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
21988
21989 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
21990 "Recover Crashed Session".
21991 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
21992 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
21993 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
21994 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
21995 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
21996 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
21997 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
21998 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
21999
22000 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
22001 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
22002 Ediff Sessions", "Toggle use of separate control buffer frame",
22003 "Use separate frame for Ediff control buffer".
22004
22005 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
22006 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
22007 "Rename Bookmark", "Delete Bookmark".
22008
22009 * info.el (Info-mode-menu): Remove ellipsis from "Index".
22010 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
22011 Add `:active Info-index-alternatives' to "Next Matching Item".
22012
22013 * wdired.el (wdired-change-to-wdired-mode):
22014 Mention `wdired-abort-changes' key in the initial message.
22015
22016 * international/mule.el (auto-coding-alist): Associate non-ascii
22017 image filename extensions with `no-conversion'.
22018
22019 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
22020
22021 * international/iso-acc.el:
22022 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
22023
22024 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
22025
22026 * textmodes/sgml-mode.el (html-mode): Doc update.
22027
22028 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
22029
22030 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
22031
22032 * term.el (term-move-columns): Fix face after extending a line.
22033 (term-insert-spaces): Likewise.
22034 (term-reset-terminal): Fix off by one error.
22035
22036 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22037
22038 * international/mule.el (auto-coding-alist): Add .xpi files.
22039
22040 * files.el (auto-mode-alist): Add .xpi files.
22041
22042 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
22043
22044 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
22045
22046 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22047
22048 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
22049
22050 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22051
22052 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
22053 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
22054
22055 * calendar/cal-move.el (calendar-beginning-of-year): Move the
22056 cursor to Jan 1 when needed.
22057 (calendar-end-of-year): Fix -/+ typo.
22058 Reported by Chong Yidong <cyd@stupidchicken.com>.
22059
22060 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
22061
22062 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
22063
22064 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
22065 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
22066
22067 2005-03-25 Richard M. Stallman <rms@gnu.org>
22068
22069 * filesets.el (filesets-init): Add autoload.
22070
22071 * mail/mailalias.el (mail-directory): Doc fix.
22072
22073 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22074
22075 * mail/mailalias.el (mail-directory-process): Do nothing if
22076 mail-directory-process is an atom.
22077 (mail-get-names): Ignore mail-directory-names if it is an atom.
22078 (mail-directory-process defvar): Doc fix.
22079 (mail-names): Doc fix.
22080
22081 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
22082
22083 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
22084
22085 2005-03-26 Kenichi Handa <handa@m17n.org>
22086
22087 * international/mule-util.el (detect-coding-with-priority):
22088 Call update-coding-systems-internal before detect-coding-region.
22089
22090 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
22091
22092 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
22093 (gdb-frames-mode-map): Add follow-link property.
22094
22095 2005-03-25 Jay Belanger <belanger@truman.edu>
22096
22097 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
22098 for variables.
22099
22100 2005-03-25 Juri Linkov <juri@jurta.org>
22101
22102 * image-mode.el: Optimize image filename extension regexps in
22103 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
22104 in `auto-mode-alist'.
22105 (image-mode): Add `image-toggle-display-text' to local hook
22106 `change-major-mode-hook'. Display the image as an image by
22107 default. Set `cursor-type' and `truncate-lines' if the image
22108 is already displayed. Take into account the current mode (image
22109 or text) in message.
22110 (image-minor-mode): New minor mode.
22111 (image-mode-maybe, image-toggle-display-text): New functions.
22112 (image-toggle-display): Use called-interactively-p.
22113 Let-bind `inhibit-read-only' to t.
22114
22115 * image-mode.el (image-minor-mode): Set `cursor-type' and
22116 `truncate-lines' if the image is already displayed. Add turning
22117 image-minor-mode off to `change-major-mode-hook'. Add message.
22118 Call `image-toggle-display-text' after turning image-minor-mode off.
22119
22120 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
22121
22122 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
22123 Terminal.app, use utf-8.
22124 (set-display-table-and-terminal-coding-system): Add coding-system arg.
22125 (set-locale-environment): Use it.
22126
22127 * term/xterm.el: Undo last change, better done in mule-cmds.el.
22128
22129 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
22130
22131 * progmodes/python.el (python-close-block-statement-p)
22132 (python-outdent-p, python-current-defun): Use symbol-end.
22133
22134 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22135
22136 * files.el (save-some-buffers): Doc fix.
22137
22138 2005-03-25 Werner Lemberg <wl@gnu.org>
22139
22140 * complete.el, thumbs.el: Replace `legal' with `valid'.
22141 * calendar/calendar.el: Replace `legal' with `valid'.
22142 * emacs-lisp/advice.el: Replace `legal' with `valid'.
22143 * mail/supercite.el: Replace `legal' with `valid'.
22144 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
22145 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
22146 Replace `legal' with `valid'.
22147 * textmodes/reftex-vars.el, textmodes/reftex.el:
22148 Replace `legal' with `valid'.
22149
22150 2005-03-25 Werner Lemberg <wl@gnu.org>
22151
22152 * calc/calc-forms.el, calc/calc-sel.el
22153 * midnight.el, vc-cvs.el
22154 * emacs-lisp/cl-macs.el
22155 * emulation/vip.el
22156 * eshell/esh-io.el, eshell/esh-var.el
22157 * mail/supercite.el
22158 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
22159 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
22160 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
22161 * progmodes/sh-script.el, progmodes/xscheme.el
22162 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
22163 * textmodes/reftex-index.el, textmodes/reftex-parse.el
22164 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
22165 * textmodes/reftex.el, textmodes/org.el:
22166 Replace `illegal' with `invalid'.
22167
22168 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22169
22170 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
22171 (flymake-find-buildfile, flymake-find-possible-master-files)
22172 (flymake-check-include, flymake-parse-line): Replace loops over the
22173 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
22174
22175 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
22176 Substitute file-name-as-directory in the rest of the file.
22177 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
22178 (flymake-replace-region): Remove unused arg `buffer'.
22179 (flymake-check-patch-master-file-buffer): Update calls to it.
22180 (flymake-add-err-info): Remove unused var `count'.
22181 (flymake-mode): Use define-minor-mode.
22182
22183 * progmodes/flymake.el: Use with-current-buffer.
22184 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
22185 flymake-replace-regexp-in-string, flymake-line-beginning-position)
22186 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
22187 Avoid testing for `xemacs'.
22188 (flymake-nop): Move.
22189 (flymake-region-has-flymake-overlays): Return the computed value.
22190 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
22191 Remove unused var `endline'.
22192 (flymake-get-line-count): Remove unused function.
22193 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
22194
22195 * emulation/vi.el:
22196 * generic.el:
22197 * hilit-chg.el (global-highlight-changes):
22198 * hi-lock.el (hi-lock-mode):
22199 * follow.el: find-file-hooks -> find-file-hook.
22200
22201 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
22202
22203 2005-03-24 Juri Linkov <juri@jurta.org>
22204
22205 * dired.el (dired-mode-map): Add menu item "Compare directories"
22206 for dired-compare-directories.
22207
22208 * dired-aux.el (dired-compare-directories): Add autoload cookie.
22209 Doc fix. Replace `read-file-name' with `read-directory-name'.
22210
22211 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22212
22213 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
22214
22215 2005-03-24 Jay Belanger <belanger@truman.edu>
22216
22217 * calc/calc-embed.el (calc-embedded-mode-change): Save all
22218 relevant mode settings in calc-embedded-original-modes when modes
22219 are permanently changed.
22220
22221 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22222
22223 * autoinsert.el: find-file-hooks -> find-file-hook.
22224
22225 2005-03-24 Lute Kamstra <lute@gnu.org>
22226
22227 * generic.el (generic-font-lock-defaults): Make it obsolete.
22228 (generic-font-lock-keywords): New variable to replace
22229 generic-font-lock-defaults.
22230 (generic-mode-set-font-lock): Delete it.
22231 (generic-mode-internal): Don't call generic-mode-set-font-lock.
22232 (generic-bracket-support): Add docstring.
22233
22234 * generic-x.el: Rename generic-font-lock-defaults to
22235 generic-font-lock-keywords throughout.
22236 (mailagent-rules-setup-function): Delete it.
22237 (mailagent-rules-generic-mode): Use anonymous function instead.
22238 (show-tabs-generic-mode-font-lock-defaults-1)
22239 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
22240 Quote faces.
22241 (show-tabs-tab-face, show-tabs-space-face): Specify background,
22242 not foreground.
22243
22244 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
22245 Recognize define-generic-mode.
22246
22247 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
22248
22249 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
22250 if there's no completion table.
22251
22252 2005-03-23 Miles Bader <miles@gnu.org>
22253
22254 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22255 Remove tty-specific variants, as they're no longer needed.
22256
22257 2005-03-23 Lute Kamstra <lute@gnu.org>
22258
22259 * generic-x.el: Code cleanup: make args constant whenever possible.
22260 (installshield-statement-keyword-list)
22261 (installshield-system-functions-list)
22262 (installshield-system-variables-list, installshield-types-list)
22263 (installshield-funarg-constants-list): Make them constants.
22264
22265 * generic.el (generic-make-keywords-list): Add autoload cookie.
22266
22267 * calendar/time-date.el: Add comment on time value formats.
22268 Don't require parse-time.
22269 (with-decoded-time-value): New macro.
22270 (encode-time-value): New function.
22271 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22272 (days-to-time): Return a valid time value when arg is huge.
22273 (time-since): Use time-subtract.
22274 (time-to-number-of-days): Use time-to-seconds.
22275
22276 2005-03-23 David Ponce <david@dponce.com>
22277
22278 * recentf.el (recentf-keep): New option.
22279 (recentf-menu-action): Default to `find-file'.
22280 (recentf-keep-non-readable-files-flag)
22281 (recentf-keep-non-readable-files-p)
22282 (recentf-file-readable-p, recentf-find-file)
22283 (recentf-cleanup-remote): Remove.
22284 (recentf-include-p): More robust.
22285 (recentf-keep-p): New function.
22286 (recentf-remove-if-non-kept): Rename from
22287 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
22288 All callers updated.
22289 (recentf-menu-items-for-commands): Fix help string.
22290 (recentf-track-closed-file): Update. Doc fix.
22291 (recentf-cleanup): Update. Count removed files. Doc fix.
22292
22293 2005-03-23 Kim F. Storm <storm@cua.dk>
22294
22295 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22296 Don't inherit from fringe face (now happens automatically).
22297
22298 2005-03-22 Kim F. Storm <storm@cua.dk>
22299
22300 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
22301 position values.
22302
22303 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
22304
22305 * menu-bar.el (showhide-date-time): Remove.
22306 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
22307 (menu-bar-make-mm-toggle): Simplify.
22308
22309 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22310
22311 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
22312 Accept qualified variable and function names.
22313
22314 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
22315
22316 * bindings.el (completion-ignored-extensions):
22317 Remove ".lis" for `vax-vms'.
22318
22319 2005-03-22 Andreas Schwab <schwab@suse.de>
22320
22321 * generic-x.el: Revert last change.
22322 * ldefs-boot.el: Update.
22323
22324 2005-03-22 Jay Belanger <belanger@truman.edu>
22325
22326 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
22327 (calc-embedded-save-original-modes)
22328 (calc-embedded-restore-original-modes): New functions.
22329 (calc-do-embedded): Save original modes when entering embedded mode
22330 and restore when leaving embedded mode.
22331 (calc-embedded-modes-change): Change the value of
22332 calc-embedded-original-modes to reflect permanent changes.
22333
22334 2005-03-22 Lute Kamstra <lute@gnu.org>
22335
22336 * generic-x.el: Require generic again.
22337
22338 2005-03-22 Miles Bader <miles@gnu.org>
22339
22340 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22341 Tweak details to look good on both ttys and bitmap displays, light
22342 or dark background, etc.
22343
22344 2005-03-21 Kim F. Storm <storm@cua.dk>
22345
22346 * tooltip.el (tooltip-show-help-function): Check car and cdr of
22347 mouse position.
22348
22349 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
22350
22351 * icomplete.el: Don't forcibly turn on the mode upon load.
22352 (icomplete-mode): Use define-minor-mode.
22353 (icomplete-eoinput): Default to nil.
22354 (icomplete-minibuffer-setup): Remove autoload.
22355 (icomplete-tidy): Simplify.
22356 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
22357 in the initial state or if the user has modified the field.
22358 Fix handling of icomplete-max-delay-chars.
22359 Remove code that handles the oddball case where
22360 minibuffer-completion-table is an integer.
22361 Wrap icomplete-completions in while-no-input in case building
22362 completions takes more time than expected.
22363 (icomplete-completions): Simplify.
22364
22365 2005-03-21 Richard M. Stallman <rms@gnu.org>
22366
22367 * jka-compr.el (jka-compr-really-do-compress):
22368 Make variable buffer-local.
22369
22370 * image-mode.el: Handle .xpm files too.
22371 (image-toggle-display): Preserve modification flag.
22372
22373 * help.el (where-is): Don't mention aliases with no key bindings.
22374
22375 2005-03-21 Lute Kamstra <lute@gnu.org>
22376
22377 * generic.el: Fix commentary section. Don't require cl for
22378 compilation.
22379 (generic-mode-list): Add autoload cookie.
22380 (generic-use-find-file-hook, generic-lines-to-scan)
22381 (generic-find-file-regexp, generic-ignore-files-regexp)
22382 (generic-mode, generic-mode-find-file-hook)
22383 (generic-mode-ini-file-find-file-hook): Fix docstrings.
22384 (define-generic-mode): Make it a defmacro. Fix docstring.
22385 (generic-mode-internal): Code cleanup. Add autoload cookie.
22386 (generic-mode-set-comments): Code cleanup.
22387 * generic-x.el: Don't prevent compilation. Don't require generic.
22388 Follow coding conventions. Minor code cleanup.
22389 (etc-fstab-generic-mode): Add some keywords.
22390 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
22391 define-generic-mode like a function declaration.
22392
22393 2005-03-21 Jay Belanger <belanger@truman.edu>
22394
22395 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
22396 changing modes.
22397
22398 2005-03-21 Sam Steingold <sds@gnu.org>
22399
22400 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
22401
22402 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
22403
22404 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
22405 Add underscore to "f$ lexicals" regexp.
22406
22407 2005-03-20 Juri Linkov <juri@jurta.org>
22408
22409 * subr.el (progress-reporter-do-update): When `min-value' is equal
22410 to `max-value', set `percentage' to 0 and prevent division by zero.
22411
22412 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
22413
22414 Sync with Tramp 2.0.48.
22415
22416 * net/tramp.el (all): Change all addresses to .gnu.org.
22417 (tramp-append-tramp-buffers): New defun.
22418 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
22419 Catch `dont-send' signal.
22420 (tramp-set-auto-save-file-modes): Set always permissions, because
22421 there might be an old auto-saved file belonging to another
22422 original file. This could be a security threat. Reported by
22423 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
22424 Check for Emacs 21.3.50 removed.
22425
22426 * net/tramp-smb.el (all): Remove debug construct for
22427 `with-parsed-tramp-file-name'.
22428 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
22429 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
22430 No error message if DIRECTORY or FILENAME doesn't exist.
22431 (tramp-smb-open-connection): Check existence of
22432 `tramp-smb-program'.
22433
22434 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
22435
22436 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
22437 Properly handle the case where the `m' or `s' command's argument is not
22438 yet terminated.
22439 (perl-indent-new-calculate): New function.
22440 (perl-indent-line): Use it.
22441
22442 2005-03-20 Miles Bader <miles@gnu.org>
22443
22444 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
22445 in text-mode too. Change to new face names.
22446 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
22447 Add `:weight bold' attribute.
22448 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
22449
22450 2005-03-19 Juri Linkov <juri@jurta.org>
22451
22452 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
22453
22454 * international/mule.el (auto-coding-alist): Sync with
22455 `auto-mode-alist' by adding upper case archive file extensions
22456 and adding ear/war to jar extension.
22457
22458 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
22459
22460 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
22461 running, restart it.
22462
22463 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
22464
22465 * finder.el (finder-current-item): Throw an error on an empty line.
22466
22467 * man.el (Man-follow-manual-reference): If current-word returns
22468 nil, use "".
22469
22470 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
22471
22472 * simple.el (goto-line): Doc fix.
22473
22474 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
22475
22476 * files.el (save-buffer): Doc fix.
22477
22478 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
22479
22480 * recentf.el (recentf-cleanup-remote): New variable.
22481 (recentf-cleanup): Use it to conditionally check availability of
22482 remote files.
22483
22484 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
22485
22486 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
22487 function names.
22488
22489 2005-03-19 Eli Zaretskii <eliz@gnu.org>
22490
22491 * language/thai-word.el: New file.
22492
22493 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22494
22495 * files.el (backup-buffer): If the file's directory is not
22496 writable, use copy instead of move to backup the file.
22497
22498 2005-03-19 Eli Zaretskii <eliz@gnu.org>
22499
22500 * obsolete/keyswap.el: Moved to obsolete/ from term/.
22501
22502 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22503
22504 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
22505 Use functionp instead of symbolp and fboundp. Reported by Drkm
22506 <darkman_spam@yahoo.fr>.
22507 (ps-print-version): New version 6.6.6.
22508
22509 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
22510
22511 * textmodes/table.el (table--line-column-position): New idiom.
22512 (table--row-column-insertion-point-p): New function to test
22513 validity of row and column insertion operation at a location.
22514 (table-global-menu, table-cell-menu): Use above functions for
22515 deterministic test operation.
22516 (table--editable-cell-p): Behave in deterministic fashion.
22517
22518 2005-03-18 Juri Linkov <juri@jurta.org>
22519
22520 * isearch.el (isearch-lazy-highlight-new-loop):
22521 Make arguments beg and end optional.
22522 (isearch-update): Remove optional arguments nil from
22523 isearch-lazy-highlight-new-loop.
22524 (isearch-lazy-highlight-search): Let-bind case-fold-search to
22525 isearch-lazy-highlight-case-fold-search instead of
22526 isearch-case-fold-search, and let-bind isearch-regexp to
22527 isearch-lazy-highlight-regexp.
22528 Use isearch-lazy-highlight-last-string instead of isearch-string.
22529
22530 * replace.el (perform-replace): Remove bindings of global
22531 variables isearch-string, isearch-regexp, isearch-case-fold-search.
22532 Add three new arguments to `replace-highlight'.
22533 (replace-highlight): Add arguments string, regexp, case-fold.
22534 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
22535 to allow isearch-lazy-highlight-new-loop to use these values
22536 to set corresponding isearch-lazy-highlight-* internal
22537 variables whose values lazy highlighting will use regardless of
22538 changes to global variables isearch-string, isearch-regexp,
22539 isearch-case-fold-search during lazy highlighting loop.
22540 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
22541 to `lazy-highlight-cleanup'.
22542
22543 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
22544 (ispell-highlight-face): Set default face to `isearch' when
22545 lazy highlighting is enabled.
22546 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
22547 priority to 1. Add lazy highlighting.
22548 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
22549 from `isearch-dehighlight'.
22550
22551 2005-03-18 David Ponce <david@dponce.com>
22552
22553 * files.el (hack-local-variables): Do a case-insensitive search
22554 for End.
22555
22556 2005-03-18 Juri Linkov <juri@jurta.org>
22557
22558 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
22559 `isearch-lazy-highlight-cleanup', add alias to old name and
22560 declare obsolete. Add release numbers to other obsolete vars.
22561 (isearch-done, isearch-lazy-highlight-new-loop):
22562 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
22563 (lazy-highlight-cleanup) <variable>: Doc fix.
22564 (isearch-lazy-highlight-update): Rename obsolete
22565 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
22566
22567 2005-03-18 Kenichi Handa <handa@m17n.org>
22568
22569 * language/thai-util.el: Fix categorization of Thai characters in
22570 thai-category-table.
22571 (thai-composition-pattern): Adjust it for the above change.
22572 (thai-self-insert-command, thai-compose-syllable): New functions.
22573 (thai-compose-region): Use thai-compose-syllable.
22574 (thai-compose-string): Likewise.
22575 (thai-composition-function): Likewise.
22576 (thai-auto-composition): New function.
22577 (thai-auto-composition-mode): New minor mode.
22578
22579 * language/thai.el: Fix patterns to be registered in
22580 composition-function-table.
22581
22582 * international/quail.el (quail-input-method): Locally bind
22583 inhibit-modification-hooks to t.
22584
22585 2005-03-17 Richard M. Stallman <rms@gnu.org>
22586
22587 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
22588 (perl-mode): Use run-mode-hooks.
22589
22590 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
22591 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
22592 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
22593
22594 * mail/sendmail.el (sendmail-send-it): Reenable the code
22595 to compute resend-to-address and use it.
22596
22597 * tar-mode.el (tar-mode): Turn off undo unconditionally.
22598
22599 * image-mode.el: New file.
22600
22601 * image.el (insert-sliced-image): Add autoload cookie.
22602
22603 * font-lock.el (font-lock-lines-before): New user option.
22604 (font-lock-after-change-function): Obey it.
22605
22606 * bindings.el (esc-map): Make M-g a prefix.
22607 Bind M-g g and M-g M-g to goto-line.
22608
22609 * faces.el (face-id): Doc fix.
22610
22611 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22612
22613 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
22614 (rmail-show-message): Use rmail-unknown-mail-followup-to.
22615 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
22616
22617 * mail/sendmail.el (mail-yank-ignored-headers)
22618 (mail-font-lock-keywords, mail-mode-fill-paragraph):
22619 Add Mail-Followup-To and Mail-Reply-To headers.
22620 (mail-citation-hook): Add autoload cookie.
22621 (mail-mode): Doc fix.
22622 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
22623 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
22624 (mail-mode-fill-paragraph): Handle those headers.
22625 (mail-mailing-lists): New variable.
22626 (mail-mail-reply-to, mail-mail-followup-to): New functions.
22627
22628 2005-03-17 Juri Linkov <juri@jurta.org>
22629
22630 * isearch.el (isearch-fallback): Check for `(car previous)'
22631 before calling `isearch-other-end-state'.
22632
22633 2005-03-17 Kim F. Storm <storm@cua.dk>
22634
22635 * simple.el (move-beginning-of-line): Move to beginning of buffer
22636 line, as well as beginning of screen line.
22637
22638 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
22639
22640 * calendar/diary-lib.el (mark-diary-entries): Use new optional
22641 argument REDRAW rather than calendar-redrawing variable.
22642 * calendar/calendar.el (calendar-redrawing): Delete.
22643 (redraw-calendar): Do not bind calendar-redrawing.
22644
22645 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
22646
22647 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
22648 diary-file buffer.
22649
22650 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
22651
22652 * help.el (describe-mode): Allow a :minor-mode-function property to
22653 specify a different minor mode toggle function than the variable.
22654 * simple.el (auto-fill-function):
22655 * subr.el (add-minor-mode): Use it.
22656
22657 2005-03-16 Kenichi Handa <handa@m17n.org>
22658
22659 * language/ethio-util.el (sera-being-called-by-w3): New variable.
22660 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
22661 (ethio-fidel-to-sera-buffer): Likewise.
22662
22663 2005-03-16 Juri Linkov <juri@jurta.org>
22664
22665 * emacs-lisp/find-func.el (find-function-regexp):
22666 Add defun-emitting macro `menu-bar-make-toggle'.
22667
22668 * isearch.el: Put `isearch-scroll' property to
22669 `split-window-horizontally'.
22670
22671 * info.el: Update error messages for `debug-ignored-errors'.
22672 (Info-isearch-search): Doc fix.
22673 (Info-find-node): Move up code to go into info buffer before
22674 recording the node to the history.
22675 (Info-fontify-node): Fontify titles only if the next line
22676 has two or more `*', `=', `-', `.'.
22677 Display "go to this node" for empty (match-string 3).
22678
22679 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22680
22681 * term/mac-win.el: Add mouse pointer shape constants.
22682
22683 2005-03-15 Kim F. Storm <storm@cua.dk>
22684
22685 * simple.el (move-beginning-of-line): Use vertical-motion.
22686
22687 2005-03-15 Juri Linkov <juri@jurta.org>
22688
22689 * isearch.el (isearch-error): New variable.
22690 (isearch-invalid-regexp, isearch-within-brackets): Remove.
22691 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
22692 (isearch-within-brackets-state): Remove.
22693 (isearch-case-fold-search-state, isearch-pop-fun-state):
22694 Decrease frame index.
22695 (isearch-mode, isearch-top-state, isearch-push-state)
22696 (isearch-edit-string, isearch-abort, isearch-search-and-update)
22697 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
22698 (isearch-search, isearch-lazy-highlight-new-loop):
22699 Replace `isearch-invalid-regexp' with `isearch-error'.
22700 Remove `isearch-within-brackets'.
22701 (isearch-search): Add `search-failed' handler to `condition-case'.
22702 (isearch-lazy-highlight-search): Add `condition-case' to catch
22703 errors and allow `isearch-lazy-highlight-update' to try
22704 highlighting from the beginning of the window.
22705 (isearch-repeat): Move up code to set isearch-wrapped to t
22706 before calling isearch-wrap-function.
22707
22708 * info.el (Info-isearch-initial-node): New internal variable.
22709 (Info-search): Signal an error in isearch mode when search leaves
22710 the initial node. Signal an error when `bound' is non-nil and
22711 nothing was found in the current subfile.
22712 (Info-isearch-search): Remove `condition-case'.
22713 (Info-isearch-wrap): Don't wrap when search failed during leaving
22714 the initial node. If `Info-isearch-search' is nil, wrap around
22715 the current node.
22716 (Info-isearch-start): New fun.
22717 (Info-mode): Add buffer-local hook `Info-isearch-start' to
22718 `isearch-mode-hook'.
22719
22720 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22721
22722 * simple.el (normal-erase-is-backspace): Set default to t if
22723 running on Mac.
22724
22725 * term/mac-win.el (function-key-map): Sync with x-win.el.
22726
22727 2005-03-15 Kenichi Handa <handa@m17n.org>
22728
22729 * international/mule-cmds.el (locale-language-names): Modify the
22730 format of elements and add more entries.
22731 (locale-preferred-coding-systems): Add more entries.
22732 (set-locale-environment): Adjust for the change of
22733 locale-language-names.
22734
22735 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
22736
22737 * pcvs.el (smerge-ediff): Remove bogus autoload.
22738
22739 2005-03-14 Lute Kamstra <lute@gnu.org>
22740
22741 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
22742 Ignore a `*' at the beginning of a line.
22743
22744 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
22745 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
22746 subr.el.
22747 (dont-compile, eval-when-compile, eval-and-compile): Use declare
22748 to specify indentation.
22749
22750 * generic.el (define-generic-mode): Let generic-mode-list be a
22751 list of strings; test membership with equal.
22752
22753 2005-03-14 Kim F. Storm <storm@cua.dk>
22754
22755 * simple.el (next-line, previous-line): Add optional try-vscroll
22756 arg to recognize interactive use. Pass it on to line-move.
22757 (line-move): Don't perform auto-window-vscroll when defining or
22758 executing keyboard macro to ensure consistent behavior.
22759
22760 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
22761
22762 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
22763
22764 2005-03-13 Lute Kamstra <lute@gnu.org>
22765
22766 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
22767 debugger-setup-buffer so that backtrace marks the frames set to
22768 debug-on-exit and we don't have to do it manually. Set an extra
22769 debug-on-exit for macro's.
22770 (debugger-setup-buffer): Don't mark the top frame manually.
22771
22772 2005-03-12 Lute Kamstra <lute@gnu.org>
22773
22774 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
22775 lisp-indent-function throughout.
22776 (with-no-warnings): Set lisp-indent-function property.
22777
22778 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
22779
22780 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
22781 Add entry for backslash.
22782
22783 2005-03-12 Juri Linkov <juri@jurta.org>
22784
22785 * info.el (Info-search): Four fixes for backward search.
22786
22787 2005-03-11 Jay Belanger <belanger@truman.edu>
22788
22789 * calc/calc.el (calc-language-alist): New variable.
22790 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
22791 (calc-embedded-find-modes): Use calc-language-alist instead of
22792 calc-embedded-language-alist.
22793
22794 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22795
22796 * calendar/calendar.el (calendar-redrawing): New internal
22797 variable.
22798 (redraw-calendar): Remove bogus save-excursion from previous
22799 change. Bind calendar-redrawing to t for mark-diary-entries.
22800 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
22801 calendar if that is why we were called.
22802
22803 2005-03-11 Kenichi Handa <handa@m17n.org>
22804
22805 * international/mule.el (make-coding-system): Set property
22806 coding-system-define-form to nil.
22807 (define-coding-system-alias): Likewise.
22808
22809 2005-03-11 Kenichi Handa <handa@m17n.org>
22810
22811 These changes are suggested by Dave Love <fx@gnu.org>.
22812
22813 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
22814 coding: tag.
22815 (adaptive-fill-regexp): Add more bullets.
22816 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
22817 regexps.
22818
22819 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
22820
22821 * help.el (describe-mode): Properly handle non-trivial lighters.
22822 Don't ignore minor modes that are not listed in minor-mode-list.
22823
22824 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
22825 feature ON when the user requests to turn it OFF.
22826
22827 2005-03-10 Lute Kamstra <lute@gnu.org>
22828
22829 * emacs-lisp/debug.el (debug-entry-code): Delete it.
22830 (implement-debug-on-entry): New function to replace debug-entry-code.
22831 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
22832 second argument as the 2005-03-07 change makes it obsolete.
22833 (debug-on-entry, cancel-debug-on-entry): Update call to
22834 debug-on-entry-1.
22835 (debug, debugger-setup-buffer): Comment update.
22836 (debugger-frame-number): Update to work with implement-debug-on-entry.
22837
22838 2005-03-10 Jay Belanger <belanger@truman.edu>
22839
22840 * calc/calc-embed.el (math-ms-args): Declare it.
22841 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
22842 math-ms-args.
22843 (calc-embedded-subst): Use math-multi-subst-rec to substitute
22844 variables.
22845
22846 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
22847
22848 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
22849 Use message-box.
22850
22851 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
22852 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
22853 (tooltip-gud-tips): Simplify.
22854 (tooltip-gud-tips-p): Remove superfluous :set.
22855 (tooltip-gud-modes): Add fortran-mode.
22856 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
22857
22858 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
22859
22860 2005-03-09 Kim F. Storm <storm@cua.dk>
22861
22862 * play/animate.el (animate-place-char): Use forward-line instead
22863 of next-line to improve performance.
22864
22865 2005-03-09 Simon Josefsson <jas@extundo.com>
22866
22867 * net/browse-url.el (browse-url-default-browser): Doc fix.
22868
22869 2005-03-09 Miles Bader <miles@gnu.org>
22870
22871 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
22872 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
22873
22874 2005-03-09 Kenichi Handa <handa@m17n.org>
22875
22876 * international/latin-1.el: Set case and syntax for 255 only if
22877 set-case-syntax-set-multibyte is nil.
22878
22879 * textmodes/ispell.el (ispell-insert-word): New function.
22880 (ispell-word): Use ispell-insert-word to insert a new word.
22881 (ispell-process-line): Likewise.
22882 (ispell-complete-word): Likewise.
22883
22884 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
22885
22886 * calendar/calendar.el (redraw-calendar): Preserve point.
22887 Reported by Matt Hodges <MPHodges@member.fsf.org>.
22888 (calendar-week-start-day): Move after definition of
22889 redraw-calendar. Delete buffer test, since redraw-calendar has
22890 that now.
22891
22892 * calendar/diary-lib.el (mark-diary-entries): Only call
22893 redraw-calendar in the first of any recursive calls.
22894 Reported by Alan Shutko <ats@acm.org>.
22895
22896 2005-03-08 Juri Linkov <juri@jurta.org>
22897
22898 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
22899 (html-horizontal-rule, html-line, html-image, html-checkboxes)
22900 (html-radio-buttons): Add a space before the trailing `/>' where
22901 sgml-xml-mode is non-nil.
22902 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
22903 the subsequent tag of the empty XML tag.
22904 (html-href-anchor): Don't set initial input to "http:".
22905 (html-image): Ask for the image URL and set point inside alt="".
22906 (html-name-anchor): Duplicate the name in the `id' attribute when
22907 sgml-xml-mode is non-nil.
22908 (html-paragraph): Remove \n before <p>.
22909 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
22910 instead of `checked' when sgml-xml-mode is non-nil.
22911
22912 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
22913 Remove 1 space before #RRGGBB to not truncate it on terminal
22914 windows w/o fringes. Remove 1 space between bg and fg examples
22915 to get more space.
22916 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
22917 avoid byte-compile warnings.
22918
22919 * image-file.el (image-file-handler): Put `safe-magic' property to
22920 `image-file-handler'.
22921
22922 * info.el (Info-isearch-search): Emulate word search in
22923 isearching through multiple Info nodes with Info-search.
22924 (Info-isearch-wrap): Allow isearch-word.
22925
22926 2005-03-08 Lute Kamstra <lute@gnu.org>
22927
22928 * emacs-lisp/debug.el (debugger-step-through): Make sure that
22929 stepping into the debugger's code is not possible.
22930 (debugger-jumping-flag): Docstring update.
22931
22932 2005-03-08 Jay Belanger <belanger@truman.edu>
22933
22934 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
22935 embedded mode begins.
22936 (calc-embedded-language-alist): New variable.
22937 (calc-embedded-find-modes): Use calc-embedded-language-alist to
22938 set default language mode.
22939
22940 2005-03-08 Kenichi Handa <handa@m17n.org>
22941
22942 * international/ccl.el (define-ccl-program): Fix docstring about
22943 extra 256 bytes assured for the output buffer.
22944
22945 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
22946 Fix BUFFER_MAGNIFICATION to 2.
22947 (ccl-encode-mule-utf-16be-with-signature): Likewise.
22948
22949 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
22950
22951 * align.el (align-rules-list): Added an alignment rule for CSS
22952 declarations (applies to css-mode and html-mode buffers).
22953
22954 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
22955
22956 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
22957
22958 2005-03-07 Kim F. Storm <storm@cua.dk>
22959
22960 * simple.el (move-beginning-of-line): New command.
22961
22962 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
22963
22964 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
22965
22966 * emulation/cua-base.el: Put CUA move property on move-end-of-line
22967 and move-beginning-of-line.
22968
22969 * apropos.el (apropos-print): Omit command from M-x ... RET.
22970
22971 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
22972
22973 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
22974 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
22975
22976 2005-03-06 Richard M. Stallman <rms@gnu.org>
22977
22978 * bindings.el (esc-map): Bind M-g to goto-line.
22979
22980 * facemenu.el (global-map): Bind M-o, not M-g.
22981
22982 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22983
22984 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
22985 "Open Directory" as for "Open File".
22986
22987 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
22988
22989 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
22990 (push-mark-command): Run activate-mark-hook.
22991
22992 2005-03-06 Richard M. Stallman <rms@gnu.org>
22993
22994 * help-mode.el (help-mode-finish): Don't alter the element
22995 in view-return-to-alist if there already is one.
22996
22997 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
22998 make sure the current buffer is the expected one.
22999
23000 * novice.el (disabled-command-function): Output in *Disabled Command*.
23001 Explicitly ignore non-keyboard events, and explicitly handle C-g.
23002
23003 * textmodes/flyspell.el (flyspell-large-region):
23004 Pass args differently for aspell.
23005
23006 * files.el (mode-require-final-newline): Doc fix.
23007
23008 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23009
23010 * progmodes/which-func.el (which-function):
23011 Specify NOERROR when calling imenu--make-index-alist.
23012
23013 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
23014
23015 * simple.el (normal-erase-is-backspace): Define default value.
23016
23017 * custom.el (custom-theme-set-variables): Remove unused var
23018 `immediate'.
23019 (custom-reevaluate-setting): Simple function to handle variables
23020 that are defined before their default value can really be
23021 computed.
23022
23023 * startup.el (command-line): Use it for temporary-file-directory,
23024 small-emporary-file-directory, auto-save-file-name-transforms,
23025 blink-cursor-mode, and normal-erase-is-backspace.
23026
23027 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
23028 progress, even with buggy anchored keywords.
23029
23030 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
23031
23032 * simple.el (goto-line): Remove unbalanced final parenthesis.
23033
23034 2005-03-05 Richard M. Stallman <rms@gnu.org>
23035
23036 * simple.el (goto-line): Use a number at point as the default.
23037 With C-u as arg, switch buffers.
23038
23039 2005-03-05 Juri Linkov <juri@jurta.org>
23040
23041 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
23042 with `no-blinking-cursor'.
23043
23044 * startup.el (no-blinking-cursor): New defvar.
23045 (command-line): Add `--no-blinking-cursor' to longopts.
23046 Set `no-blinking-cursor' to t for command line arguments
23047 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
23048 with `no-blinking-cursor' in the condition for calling
23049 `blink-cursor-mode'.
23050
23051 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
23052
23053 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
23054 (menu-bar-options-save): Add blink-cursor-mode.
23055 (menu-bar-options-menu): Add blink-cursor-mode.
23056
23057 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
23058
23059 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
23060 (icalendar-export-file, icalendar-export-region)
23061 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
23062 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
23063
23064 2005-03-04 Lute Kamstra <lute@gnu.org>
23065
23066 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
23067 (debug-function-list): Ditto.
23068
23069 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
23070
23071 * textmodes/texinfmt.el (texinfo-append-refill):
23072 Redefine the types of line to which @refill
23073 is not appended by replacing a search for `@refill\\|@bye' with
23074 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
23075 itemize@refill' bug and the unfilled long lines bug.
23076 (texinfmt-version): Update number and date.
23077
23078 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
23079
23080 * international/code-pages.el (windows-1250, windows-125[2-8])
23081 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
23082
23083 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
23084
23085 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
23086 bound yet.
23087
23088 2005-03-02 Romain Francoise <romain@orebokech.com>
23089
23090 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
23091 buffer after removing limits.
23092 (ibuffer-pop-filter): Ditto.
23093 Update copyright.
23094
23095 2005-03-02 Miles Bader <miles@gnu.org>
23096
23097 * button.el (make-text-button): If the user doesn't specify a
23098 type, use the default. Rewrite to use `add-text-properties' and
23099 plist functions.
23100
23101 2005-03-01 Lute Kamstra <lute@gnu.org>
23102
23103 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
23104 (debugger-jumping-flag): New var.
23105 (debug-entry-code): Use it.
23106 (debugger-jump): Use debugger-jumping-flag and add
23107 debugger-reenable to post-command-hook.
23108 (debugger-reenable): Use debugger-jumping-flag and remove itself
23109 from post-command-hook.
23110 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
23111 debugger-reenable.
23112
23113 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
23114
23115 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
23116 inclusion of "itemize\\|", which may be unnecessary, is certainly
23117 inelegant, and stops refilling in itemize lists when formatting
23118 Japanese Texinfo files to Info.
23119 Update copyright to 2005.
23120
23121 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
23122
23123 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
23124 of an error if GDB can't find the source file.
23125
23126 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
23127
23128 * calendar/calendar.el (redraw-calendar): Work from any buffer,
23129 not just the calendar.
23130
23131 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
23132 first.
23133 (diary-redraw-calendar): New function.
23134 (make-diary-entry): Add diary-redraw-calendar to local
23135 write-contents-functions. Turn off selective display before
23136 inserting in diary.
23137
23138 2005-03-01 Kim F. Storm <storm@cua.dk>
23139
23140 * emacs-lisp/copyright.el (copyright-fix-years): New command.
23141
23142 2005-03-01 Lute Kamstra <lute@gnu.org>
23143
23144 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
23145 that debug-entry-code can be safely removed from a function while
23146 this code is being evaluated. Revert the 2005-02-27 change as the
23147 new implementation no longer requires it. Make sure that a
23148 function body containing just a string is not mistaken for a docstring.
23149 (debug): Skip one more frame in case of debug on entry.
23150 (debugger-setup-buffer): Delete one more frame line in case of
23151 debug on entry.
23152 (debugger-frame-number): Update to use the new text introduced by
23153 the 1999-11-03 change. Skip one more frame in case of debug on entry.
23154
23155 2005-02-28 Kim F. Storm <storm@cua.dk>
23156
23157 * double.el (double-translate-key): Call force-window-update after
23158 read-event to avoid crash in redisplay.
23159
23160 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
23161
23162 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
23163 (debug): Use it. Move the inhibit-trace earlier.
23164 (debug-entry-code): New const.
23165 (debug-on-entry-1): Use it.
23166
23167 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
23168
23169 * international/utf-16.el (ccl-encode-mule-utf-16le):
23170 Fix BUFFER_MAGNIFICATION to 2.
23171 (ccl-encode-mule-utf-16be): Likewise.
23172
23173 2005-02-28 Kenichi Handa <handa@m17n.org>
23174
23175 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23176 Fix BUFFER_MAGNIFICATION to 4.
23177 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23178
23179 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
23180
23181 * speedbar.el (speedbar-update-flag): Doc fix.
23182 (speedbar-show-info-under-mouse): Give set-mouse-position the right
23183 argument.
23184
23185 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
23186
23187 * reveal.el (reveal-post-command): Don't try to reveal overlays which
23188 have a non-nil `invisible' property but are actually visible.
23189
23190 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
23191 for perldoc sections.
23192 (perl-outline-regexp, perl-outline-level): New var and function.
23193 (perl-mode): Use them.
23194
23195 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
23196
23197 * calendar/diary-lib.el (diary-remind): Discard any mark portion
23198 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
23199
23200 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
23201
23202 * cus-edit.el: Comment change.
23203 (custom-buffer-create-internal): Slightly reword text at top of
23204 Custom buffers. Mention there that saving an option edits the
23205 init file. Add link to Emacs manual node on `custom-file'.
23206 (custom-magic-alist): Rewrite individual State messages to use
23207 capitalized keywords. Doc fix.
23208
23209 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
23210
23211 * calendar/calendar.el (calendar-buffer): Move above
23212 calendar-week-start-day.
23213 (calendar-week-start-day): Doc fix. Add :set function.
23214 (calendar-minimum-window-height): New variable.
23215 (generate-calendar-window): Only resize window if selected-window
23216 is displaying the calendar buffer. Use new variable
23217 calendar-minimum-window-height.
23218 (generate-calendar): Reword error message.
23219 (calendar-mode-map): Bind DEL to scroll-other-window-down.
23220
23221 2005-02-27 Andreas Schwab <schwab@suse.de>
23222
23223 * vc.el (vc-do-command): Don't run command asynchronously when
23224 operating in a remote directory.
23225
23226 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
23227 change from sync with Tramp 2.0.47.
23228
23229 2005-02-27 Richard M. Stallman <rms@gnu.org>
23230
23231 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
23232
23233 * textmodes/flyspell.el (flyspell-mode-on):
23234 Call ispell-change-dictionary only if necessary.
23235
23236 * emacs-lisp/re-builder.el (regexp-builder): New function.
23237
23238 * register.el (describe-register-1): Explicitly handle
23239 yank-excluded-properties = t.
23240
23241 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
23242 (custom-magic-alist): Change the status descriptions again.
23243 (face widget-type): Total rewrite based on `restricted-sexp'
23244 to eliminate the confusing double hiding levels.
23245
23246 * emacs-lisp/debug.el (debug-on-entry-1):
23247 If function body is empty, add nil as body form.
23248
23249 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
23250
23251 * emacs-lisp/trace.el (inhibit-trace): New var.
23252 (trace-make-advice): Use it.
23253
23254 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
23255
23256 2005-02-26 Kim F. Storm <storm@cua.dk>
23257
23258 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
23259 (mouse-on-link-p, mouse-drag-region-1): Use it.
23260
23261 2005-02-25 Lute Kamstra <lute@gnu.org>
23262
23263 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
23264
23265 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
23266
23267 * frame.el (blink-cursor-mode): Add :group keyword.
23268
23269 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
23270
23271 * calendar/icalendar.el (icalendar--decode-isodatetime):
23272 New optional argument DAY-SHIFT.
23273 (icalendar-export-region): Fix coding-system-for-write.
23274 (icalendar--convert-ical-to-diary): Shift end-day of all-day
23275 events by one.
23276
23277 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
23278
23279 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
23280
23281 2005-02-24 Kim F. Storm <storm@cua.dk>
23282
23283 * international/iso-acc.el (iso-accents-compose): Fix crash
23284 during redisplay. Call force-window-update after read-event
23285 and delete-region to signal that window is not accurate.
23286
23287 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
23288
23289 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
23290 Remove unused and inexistent var `inhibit-trace'.
23291 (debugger-mode): Use run-mode-hooks.
23292 (debugger-list-functions): Add buttons; setup xref stack.
23293
23294 2005-02-23 Richard M. Stallman <rms@gnu.org>
23295
23296 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
23297 appointment says it was explicitly made.
23298 (appt-add): Set the 3rd element.
23299 (appt-make-list): Preserve explicit appointments.
23300
23301 * subr.el (find-tag-default): Catch errors in forward-sexp.
23302
23303 2005-02-23 Juri Linkov <juri@jurta.org>
23304
23305 * info.el (Info-isearch-search): New defcustom.
23306 (Info-isearch-search): Call the default isearch function
23307 when Info-isearch-search is nil.
23308 (Info-isearch-wrap): Use variable Info-isearch-search.
23309
23310 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
23311
23312 * cus-edit.el: Comment change.
23313
23314 2005-02-22 Kim F. Storm <storm@cua.dk>
23315
23316 * progmodes/hideif.el (hide-ifdef-use-define-alist):
23317 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
23318
23319 2005-02-22 Simon Josefsson <jas@extundo.com>
23320
23321 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
23322 New variable.
23323 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
23324 Oskarsson" <myrkraverk@users.sourceforget.net>.
23325
23326 2005-02-22 Kim F. Storm <storm@cua.dk>
23327
23328 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
23329 check that window of that event is the selected window.
23330 (mouse-drag-region-1): Compare mouse event window to selected
23331 window before setting point.
23332
23333 * tooltip.el (tooltip-show-help-function): Pass event to
23334 mouse-on-link-p so it can check selected window.
23335
23336 2005-02-22 Kenichi Handa <handa@m17n.org>
23337
23338 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
23339 (ps-mule-show-warning): New function.
23340 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
23341 characters are found.
23342
23343 * ps-print.el (ps-header-footer-string): Return a list of header
23344 and footer strings.
23345
23346 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
23347
23348 * pcvs.el (cvs-retrieve-revision): Fix thinko.
23349
23350 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
23351
23352 * frame.el (blink-cursor-mode): Use define-minor-mode.
23353
23354 * term/mac-win.el (function-key-map): Use char-names more consistently.
23355 (file-name-coding-system): Only set it for MacOS-9. The other case is
23356 already handled in mule-cmds.el (where it also works when mac-win.el
23357 is not used).
23358
23359 2005-02-21 Kenichi Handa <handa@m17n.org>
23360
23361 * international/mule.el (ctext-pre-write-conversion): Always use
23362 " *code-converting-work*" buffer for work.
23363
23364 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
23365
23366 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
23367
23368 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
23369
23370 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
23371
23372 * ses.el (undo-more): Restore defadvice, but only the part that
23373 allows changes outside the restricted area of the buffer.
23374
23375 2005-02-20 Kim F. Storm <storm@cua.dk>
23376
23377 * simple.el (line-move): Add fourth optional arg try-vscroll which
23378 must be set to perform auto-window-vscroll.
23379 When moving backwards and doing auto-window-vscroll, automatically
23380 vscroll to the last part of lines which are taller than the window.
23381 (next-line, previous-line): Set try-vscroll arg on line-move.
23382
23383 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
23384
23385 * replace.el (query-replace, query-replace-regexp)
23386 (replace-string, replace-regexp): When operating on region, make
23387 the minibuffer prompt say so.
23388
23389 * isearch.el (isearch-forward): Document isearch-query-replace and
23390 isearch-query-replace-regexp keybindings.
23391
23392 2005-02-19 Jay Belanger <belanger@truman.edu>
23393
23394 * calc/calc-aent.el (math-read-token): Add local variable.
23395
23396 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
23397 (calc-edit-top): Move declaration to earlier in file.
23398 (calc-edit-macro-repeats): Add local variables.
23399
23400 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
23401 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
23402 calcFunc-tanh.
23403 Adjust integration rule for calcFunc-tan.
23404
23405 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23406
23407 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
23408 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
23409 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
23410 (viper-skip-separators): Bug fix.
23411 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
23412 particular major mode.
23413 (viper-del-backward-char-in-replace): Don't put deleted char on the
23414 kill ring.
23415
23416 * viper-ex.el (viper-color-display-p): New function.
23417 (viper-has-face-support-p): Use viper-color-display-p.
23418
23419 * viper-keym.el (viper-gnus-modifier-map): New keymap.
23420
23421 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
23422
23423 * viper-util.el (viper-glob-unix-files): Fix shell status check.
23424 (viper-file-remote-p): Make equivalent to file-remote-p.
23425
23426 * viper.el (viper-major-mode-modifier-list):
23427 Use viper-gnus-modifier-map.
23428
23429 2005-02-19 David Kastrup <dak@gnu.org>
23430
23431 * subr.el (subregexp-context-p): Fix garbled doc string by adding
23432 quoting.
23433
23434 2005-02-19 Jay Belanger <belanger@truman.edu>
23435
23436 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
23437 Remove extra definitions.
23438 (calc-coth): New function.
23439 (calcFunc-cot): Fix `let'.
23440
23441 2005-02-19 Eli Zaretskii <eliz@gnu.org>
23442
23443 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
23444 the reasons we use "type pc" in these faces.
23445
23446 * button.el (button): Ditto.
23447
23448 2005-02-19 Michael Mauger <mmaug@yahoo.com>
23449
23450 * replace.el (query-replace-read-from): Set the value of
23451 query-replace-from-history-variable to handle the case of an empty
23452 string entered to accept the suggested default.
23453
23454 * net/tramp.el (tramp-file-name-for-operation):
23455 Use dired-call-process instead of dired-call-process-command.
23456
23457 2005-02-19 Jay Belanger <belanger@truman.edu>
23458
23459 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
23460 (math-div-non-trig): New variables.
23461 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
23462 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
23463 (math-combine-prod, math-div-symb-fancy): Add simplifications for
23464 trig expressions.
23465
23466 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
23467
23468 * progmodes/gdb-ui.el (gdb-var-update-handler)
23469 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
23470 for watch expressions,
23471 (gdb-var-create-handler): Don't set speedbar-update-flag.
23472 (gdb-post-prompt): Simplify test for speedbar.
23473
23474 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23475
23476 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
23477 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
23478 we use the syntax table of the correct buffer.
23479 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
23480 Felix Gatzemeier.
23481
23482 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
23483 (ediff-file-remote-p): Make synonymous with file-remote-p.
23484 In all deffaces ediff-*-face-*, use min-colors.
23485
23486 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
23487 ediff-recurse-to-subdirectories.
23488 (ediff-mark-if-equal): Check that the arguments are strings, use
23489 ediff-same-contents (after to Felix Gatzemeier).
23490
23491 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
23492 nil.
23493
23494 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
23495
23496 * log-view.el (log-view-message-re): Fix up Subversion regexp.
23497
23498 2005-02-18 David Kastrup <dak@gnu.org>
23499
23500 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
23501 use `mark-active' when defined.
23502
23503 2005-02-18 Kenichi Handa <handa@m17n.org>
23504
23505 * ps-print.el (ps-font-info-database): New entry
23506 ZapfChancery-MediumItalic with correct font name. Fix font name
23507 of the entry Zapf-Chancery-MediumItalic.
23508
23509 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
23510
23511 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
23512
23513 2005-02-16 Kim F. Storm <storm@cua.dk>
23514
23515 * ido.el (ido-fallback-command): Pass user input to fallback command.
23516
23517 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
23518
23519 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
23520 (gdb-find-file-hook): Add server prefix.
23521
23522 2005-02-16 Richard M. Stallman <rms@gnu.org>
23523
23524 * replace.el (perform-replace): Pass new args to replace-highlight.
23525 (replace-highlight): Take region args,
23526 and pass them to isearch-lazy-highlight-new-loop.
23527
23528 * novice.el (disabled-command-hook): Autoload the defalias
23529 and the make-obsolete-variable call.
23530
23531 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
23532
23533 * isearch.el (isearch-lazy-highlight-start-limit)
23534 (isearch-lazy-highlight-end-limit): New variables limit
23535 the region for highlighting.
23536 (isearch-lazy-highlight-new-loop): New args BEG and END.
23537 (isearch-lazy-highlight-search): Use the new vars.
23538 (isearch-lazy-highlight-update): Likewise.
23539
23540 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
23541
23542 * cus-start.el (all): Use default-boundp.
23543
23544 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
23545
23546 * menu-bar.el (menu-bar-select-frame): Handle current frame.
23547
23548 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
23549
23550 * autorevert.el (auto-revert-stop-on-user-input)
23551 (auto-revert-verbose): Doc fixes.
23552
23553 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
23554
23555 * international/mule-cmds.el (set-locale-environment): Remove call
23556 to set-selection-coding-system on Windows.
23557
23558 2005-02-15 Jay Belanger <belanger@truman.edu>
23559
23560 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
23561 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
23562 calcFunc-coth.
23563 (math-simplify-sqrt): Add simplifications.
23564
23565 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
23566 to list.
23567
23568 * calc/calc-ext.el: Add functions to autoloads.
23569
23570 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
23571 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
23572 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
23573 (math-csc-raw, math-cot-raw): New functions.
23574
23575 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
23576
23577 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
23578 the variable name in a message.
23579
23580 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
23581 calcFunc-csc, calcFunc-cot.
23582
23583 * calc/calcalg2.el: Add derivative and integration rules for
23584 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
23585 calcFunc-csch, calcFunc-coth.
23586 (math-do-integral-methods): Add to checks for when to use
23587 substitutions.
23588
23589 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
23590
23591 2005-02-15 Lute Kamstra <lute@gnu.org>
23592
23593 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23594 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
23595 <monnier@iro.umontreal.ca>
23596 (lisp-outline-level): Improve efficiency. Suggested by David
23597 Kastrup <dak@gnu.org>.
23598
23599 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
23600
23601 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
23602 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
23603 (gdb-set-gud-minor-mode-existing-buffers): New functions.
23604 (gdb-find-file-hook): New hook. Add it to find-file-hook.
23605 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
23606
23607 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
23608
23609 * cus-start.el (all): Comment change.
23610
23611 2005-02-14 Lute Kamstra <lute@gnu.org>
23612
23613 * cus-start.el (all): Check if symbol is void.
23614
23615 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
23616
23617 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
23618 optional argument to \cite.
23619
23620 2005-02-14 Richard M. Stallman <rms@gnu.org>
23621
23622 * cus-edit.el (custom-buffer-create-internal): Update help message.
23623 (custom-magic-alist): Update help messages.
23624
23625 * cus-start.el (all): Allow a var to specify a standard value.
23626
23627 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
23628
23629 * custom.el (custom-theme-set-variables): Handle variable aliases.
23630
23631 * frame.el (blink-cursor-timer): Doc fix.
23632 (blink-cursor): Make it an alias for `blink-cursor-mode' and
23633 declare obsolete.
23634 (blink-cursor-mode): Define with defcustom and use correct
23635 standard expression in that defcustom.
23636 * startup.el (command-line): Adapt to above changes in frame.el.
23637
23638 2005-02-11 Lute Kamstra <lute@gnu.org>
23639
23640 * apropos.el (apropos-score-doc): Prevent division by zero.
23641
23642 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
23643
23644 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
23645 (icalendar--get-event-property-attributes)
23646 (icalendar--get-event-properties)
23647 (icalendar--datetime-to-diary-date): New functions.
23648 (icalendar--split-value): Doc fix.
23649 (icalendar--datetime-to-noneuropean-date)
23650 (icalendar--datetime-to-european-date): New optional argument
23651 SEPARATOR. Return result as a string instead of a list.
23652 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
23653 (icalendar--convert-string-for-export): Rename arg S to STRING.
23654 (icalendar-export-region): Doc fix. Change name of error buffer.
23655 Save output buffer.
23656 (icalendar-import-file): Add blank at end of prompt.
23657 (icalendar-import-buffer): Doc fix. Do not switch to error
23658 buffer. Indicate status in return value.
23659 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
23660 buffer. Save output buffer. Handle exception from recurrence
23661 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
23662 events. Fix problems with weekly all-day events.
23663
23664 2005-02-10 Richard M. Stallman <rms@gnu.org>
23665
23666 * simple.el (eval-expression-print-format):
23667 Avoid warning about edebug-active.
23668
23669 * help.el (help-for-help-internal): Rename from help-for-help.
23670 (help-for-help): Define with defalias.
23671
23672 * font-core.el (font-lock-default-function): Use with-no-warnings.
23673
23674 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
23675
23676 * custom.el (defface): Doc fix.
23677
23678 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
23679
23680 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
23681 width 0" to prevent word wrapping problems.
23682
23683 2005-02-09 Kim F. Storm <storm@cua.dk>
23684
23685 * ido.el (ido-file-extensions-order): New defcustom.
23686 (ido-file-extension-lessp, ido-file-extension-aux)
23687 (ido-file-extension-order): New advanced file ordering.
23688 (ido-file-lessp): New simple file ordering.
23689 (ido-sort-list): Remove.
23690 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
23691 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
23692
23693 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
23694
23695 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
23696 that some versions of grep produce.
23697 (grep-mode-font-lock-keywords): Likewise.
23698
23699 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
23700
23701 * progmodes/gdb-ui.el (gdb-location-list): New variable.
23702 (gdb-cdir): Delete.
23703 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
23704 (gdb-source-info): Treat case when source file is in another
23705 directory properly.
23706 (gdb-get-location): New function.
23707
23708 2005-02-07 Jay Belanger <belanger@truman.edu>
23709
23710 * calc/calc-prog.el (calc-write-parse-table-part)
23711 (calc-fix-token-name): Fix a check for language type.
23712
23713 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
23714
23715 2005-02-07 Andre Spiegel <spiegel@gnu.org>
23716
23717 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
23718 as directory not writable.
23719
23720 2005-02-07 Kim F. Storm <storm@cua.dk>
23721
23722 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
23723 (cua--standard-movement-commands): Remove list.
23724 Instead, set CUA property value to move for movement commands.
23725 (cua-movement-commands): Remove. Users must set CUA prop instead.
23726 (cua--pre-command-handler): Check CUA property.
23727 (cua--init-keymaps): Don't remap undo commands.
23728 (cua-mode): Don't call cua--rectangle-on-off.
23729
23730 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
23731 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
23732 (cua--rect-undo-set-point): New var.
23733 (cua--rectangle-undo-boundary): Setup undo apply entry.
23734 (cua--rect-undo-handler): New function for rectangle undo.
23735 (cua--rect-start-position, cua--rect-end-position): Add.
23736 (cua--rectangle-post-command): Call cua--rectangle-set-corners
23737 for restored rectangle. Set point if cua--rect-undo-set-point.
23738
23739 2005-02-06 Jay Belanger <belanger@truman.edu>
23740
23741 * calc/calc-lang.el (calc-tex-language): Display more information
23742 in messages.
23743
23744 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
23745 in TeX mode.
23746
23747 2005-02-06 Richard M. Stallman <rms@gnu.org>
23748
23749 * emacs-lisp/lisp.el (buffer-end): Doc fix.
23750
23751 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
23752
23753 * net/ldap.el (ldap-search-internal): Support attributes with
23754 optional descriptions separated by a semi-colon, as in
23755 "userCertificate;binary".
23756
23757 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23758
23759 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
23760 isn't a cons (i.e. the version is 0).
23761
23762 2005-02-05 Eli Zaretskii <eliz@gnu.org>
23763
23764 * help.el (help-for-help): Doc fix.
23765
23766 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
23767
23768 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
23769 GDB-Windows on the menu-bar as this works better.
23770
23771 2005-02-04 Jay Belanger <belanger@truman.edu>
23772
23773 * calc/calc-embed.el (calc-embedded-update): Don't put in
23774 unnecessary newlines. Adjust the end of formula marker.
23775
23776 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
23777 (math-latex-parse-two-args): New function.
23778
23779 2005-02-03 Lute Kamstra <lute@gnu.org>
23780
23781 * help-fns.el (help-with-tutorial): Make sure that users cannot
23782 remove the entire text of the tutorial by means of `undo'.
23783
23784 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
23785
23786 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
23787 in recent changes, where the ispell process was repeatedly
23788 killed & restarted.
23789
23790 * international/mule-cmds.el (set-locale-environment): Set file-name
23791 coding system to utf-8 on Darwin systems.
23792 (set-default-coding-systems): Don't set default-file-name-coding-system
23793 on Darwin systems.
23794
23795 2005-02-03 Richard M. Stallman <rms@gnu.org>
23796
23797 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
23798
23799 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
23800
23801 * faces.el (list-faces-display): Add optional argument.
23802
23803 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
23804
23805 * font-core.el (font-lock-default-function): Handle the rare case where
23806 only font-lock-keywords is set.
23807
23808 2005-02-02 Kenichi Handa <handa@m17n.org>
23809
23810 * international/characters.el: Cancel previous change for
23811 I-WITH-DOT-ABOVE and DOTLESS-i.
23812
23813 * international/latin-5.el: Cancel previous change.
23814
23815 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
23816
23817 * progmodes/gud.el: Correction to syntax in gud-menu-map.
23818
23819 2005-02-02 Kenichi Handa <handa@m17n.org>
23820
23821 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
23822 DOTLESS-i.
23823
23824 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
23825 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
23826
23827 * case-table.el (get-upcase-table): New function.
23828 (copy-case-table): Copy upcaes table too if non-nil.
23829 (set-case-syntax-delims): Maintain upcase table too.
23830 (set-case-syntax-pair): Likewise.
23831 (set-upcase-syntax, set-downcase-syntax): New functions.
23832 (set-case-syntax): Maintain upcase table too.
23833
23834 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
23835
23836 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
23837
23838 * progmodes/gud.el (gud-goto-info): New function.
23839 (gud-tool-bar-map): Use correct icon.
23840
23841 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
23842
23843 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
23844 When delegating, order args in the funcall correctly.
23845
23846 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
23847
23848 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
23849
23850 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
23851
23852 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
23853 buffer not visiting a file.
23854
23855 2005-01-31 Jay Belanger <belanger@truman.edu>
23856
23857 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
23858 bound on the line with the formula.
23859
23860 2005-01-31 Kim F. Storm <storm@cua.dk>
23861
23862 * ses.el (ses-create-cell-variable-range)
23863 (ses-destroy-cell-variable-range, ses-reset-header-string)
23864 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
23865 (ses-insert-row): Fix format of apply undo entries.
23866
23867 2005-01-31 Jay Belanger <belanger@truman.edu>
23868
23869 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
23870 parts.
23871
23872 * calc/calc-embed.el (calc-embedded-open-formula)
23873 (calc-embedded-close-formula): Ignore matrix environments.
23874
23875 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
23876 TeX mode.
23877
23878 * calc/calc-lang.el (math-function-table, math-oper-table)
23879 (math-variable-table): Adjust the LaTeX portions.
23880
23881 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
23882 (math-latex-ignore-words): New constant.
23883
23884 2005-01-31 Richard M. Stallman <rms@gnu.org>
23885
23886 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
23887 (ispell-local-dictionary): Doc fix.
23888 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
23889 Don't reinitialize at run time. Don't defcustom.
23890 All uses changed to append ispell-local-dictionary-alist,
23891 or check it first.
23892 (ispell-current-dictionary): New variable for dictionary in use.
23893 (ispell-dictionary): Now used only for global default.
23894 (ispell-start-process): Set ispell-current-dictionary,
23895 not ispell-dictionary.
23896 (ispell-change-dictionary): Use this only for setting
23897 user preferences.
23898 (ispell-internal-change-dictionary): New function
23899 to change the current dictionary in use.
23900 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
23901 Use ispell-current-dictionary.
23902 Handle ispell-local-dictionary-overridden.
23903 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
23904
23905 2005-01-31 Jay Belanger <belanger@truman.edu>
23906
23907 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
23908
23909 * calc/calc-ext.el: Add calc-latex-language to autoloads.
23910 (calc-mode-map): Add calc-latex-language.
23911
23912 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
23913 (math-latex-print-frac): New functions.
23914 (math-oper-table, math-function-table, math-variable-table)
23915 (math-complex-format, math-input-filter): Add latex properties.
23916 (calc-set-language): Set math-expr-special-function-mapping.
23917
23918 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
23919 (calc-write-parse-table-part): Add LaTeX support.
23920
23921 * calc/calc.el (calc-language): Adjust docstring.
23922 (calc-set-mode-line): Add LaTeX support.
23923 (math-expr-special-function-mapping): New variable.
23924 (math-tex-ignore-words): Add to list.
23925
23926 * calc/calccomp.el (math-compose-expr, math-compose-rows):
23927 Add LaTeX support.
23928 (math-compose-expr): Add support for special functions.
23929
23930 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
23931
23932 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
23933
23934 * progmodes/gdb-ui.el (gdb-memory-address)
23935 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
23936 (gdb-memory-mode-map, gdb-memory-format-keymap)
23937 (gdb-memory-format-menu, gdb-memory-unit-keymap)
23938 (gdb-memory-unit-menu): New variables for a buffer
23939 that lets the user examine program memory.
23940 (gdb-memory-set-address, gdb-memory-set-repeat-count)
23941 (gdb-memory-format-binary, gdb-memory-format-octal)
23942 (gdb-memory-format-unsigned, gdb-memory-format-signed)
23943 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
23944 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
23945 (gdb-memory-unit-word, gdb-memory-unit-halfword)
23946 (gdb-memory-unit-byte, gdb-memory-unit-menu)
23947 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
23948 (gdb-memory-mode, gdb-memory-buffer-name)
23949 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
23950 New functions for above buffer.
23951
23952 2005-01-30 Richard M. Stallman <rms@gnu.org>
23953
23954 * cus-edit.el (custom-bury-buffer): Function deleted.
23955 (custom-buffer-done-function): Option deleted.
23956 (custom-buffer-done-kill): New replacement option.
23957 (Custom-buffer-done): Call quit-window.
23958 (custom-buffer-create-internal): Update for above changes.
23959
23960 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
23961
23962 * simple.el (undo-ask-before-discard): New var.
23963 (undo-outer-limit-truncate): Implement it.
23964 (undo-extra-outer-limit): Doc update.
23965
23966 2005-01-29 Richard M. Stallman <rms@gnu.org>
23967
23968 * ses.el (undo-more): Delete defadvice.
23969 (ses-begin-change): Doc fix.
23970
23971 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
23972 instead of rebinding C-x u and C-_.
23973
23974 * files.el (normal-backup-enable-predicate): Return nil for files
23975 in /tmp, regardless of temporary-file-directory.
23976
23977 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
23978
23979 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
23980 (open-rectangle, delete-whitespace-rectangle-line)
23981 (clear-rectangle-line): If FILL, pass t instead of FILL
23982 for move-to-column's 2nd arg.
23983
23984 * simple.el (undo): Fix the test for continuing a series of undos.
23985 (undo-more): Set pending-undo-list to t when we reach end.
23986 (pending-undo-list): Move up defvar.
23987
23988 * wid-edit.el (widget-button-click):
23989 Shorten the range of the track-mouse binding.
23990
23991 * comint.el (comint-insert-input): Undo previous changes;
23992 use last-input-event in interactive spec.
23993
23994 2005-01-29 Eli Zaretskii <eliz@gnu.org>
23995
23996 * progmodes/compile.el (compilation-start): Bind buffer-read-only
23997 to nil before invoking call-process. Reset buffer's modified flag
23998 after fontifying it in the no-async branch.
23999
24000 * wid-edit.el (widget-specify-button): If mouse pointer shape
24001 cannot be changed, use mouse face instead.
24002
24003 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
24004
24005 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
24006 (gdb-goto-breakpoint): Make breakpoint handling work on template
24007 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
24008 (gdb-assembler-custom): Update to recognize breakpoint information
24009 added on 2005-01-19.
24010
24011 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
24012
24013 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
24014 (dsssl-mode): Use define-derived-mode.
24015 (scheme-mode-initialize): Remove.
24016 (scheme-mode): Use run-mode-hooks.
24017
24018 * cus-edit.el (customize-group-other-window)
24019 (custom-buffer-create-other-window): Don't override special-display-*.
24020 (custom-mode-map): Make it dense.
24021
24022 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
24023 sets the default value.
24024
24025 2005-01-28 Eli Zaretskii <eliz@gnu.org>
24026
24027 * descr-text.el: Add more keywords.
24028
24029 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
24030
24031 * speedbar.el: Avoid unnecessary use of locate-library.
24032
24033 * international/mule-cmds.el (standard-display-european-internal):
24034 Don't fiddle with latin-1 non-break space any more since it's now
24035 special cased in the C code.
24036 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
24037
24038 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
24039
24040 * cus-start.el (all): Add `undo-outer-limit'.
24041
24042 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24043
24044 * textmodes/bibtex.el (bibtex-format-entry):
24045 Use `bibtex-empty-field-re' only on the text of fields, not on entire
24046 field lines.
24047 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
24048 not on part of a buffer.
24049
24050 2005-01-25 Lute Kamstra <lute@gnu.org>
24051
24052 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
24053 nonempty field text strings like "{letters\\macro{}more letters}".
24054 Clarify docstring.
24055 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
24056 (bibtex-entry-offset, bibtex-parse-association)
24057 (bibtex-parse-field-name): Fix typos in docstrings.
24058 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
24059
24060 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
24061
24062 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
24063 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
24064 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
24065 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
24066
24067 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
24068 isearch minor mode.
24069
24070 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
24071
24072 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
24073
24074 2005-01-24 Lute Kamstra <lute@gnu.org>
24075
24076 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
24077 CASECHARS and NOT-CASECHARS regular expressions of the
24078 "nederlands" and "nederlands8" dictionaries to prevent a "Range
24079 striding over charsets" error.
24080
24081 2005-01-24 Jay Belanger <belanger@truman.edu>
24082
24083 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
24084 display variable name.
24085
24086 2005-01-24 Kenichi Handa <handa@m17n.org>
24087
24088 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
24089 Fix setting of the element of encoded-kbd-iso2022-invocations.
24090
24091 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
24092
24093 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
24094 (gdb-threads-select): Change to also accept mouse events.
24095 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
24096 (gdb-threads-mouse-select): Delete.
24097
24098 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
24099
24100 * files.el (insert-directory): Take care of empty directory,
24101 listed without -a switch.
24102
24103 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
24104
24105 * textmodes/refill.el (refill-post-command-function):
24106 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
24107 to the list of functions that we should be careful not to undo.
24108 (refill-late-fill-paragraph-function): Remove.
24109 (refill-saved-state): New var.
24110 (refill-mode): Use it to save fill-paragraph-function.
24111 Save also the value of auto-fill-function.
24112
24113 * term/w32-win.el: Simplify code.
24114
24115 2005-01-23 Kim F. Storm <storm@cua.dk>
24116
24117 * simple.el (line-move): Adapt to new return value from
24118 pos-visible-in-window-p.
24119
24120 * simple.el (line-move): Fix last change. Check partial
24121 visibility at point rather than at window-start.
24122
24123 2005-01-22 Jason Rumney <jasonr@gnu.org>
24124
24125 * term/w32-win.el (xw-defined-colors): Remove debug-message.
24126
24127 2005-01-22 David Kastrup <dak@gnu.org>
24128
24129 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
24130
24131 2005-01-22 Eli Zaretskii <eliz@gnu.org>
24132
24133 * type-break.el (type-break-mode): Add a test for
24134 type-break-file-name being non-nil.
24135
24136 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
24137
24138 * net/eudc.el (top level): Call (message "") via progn, so that
24139 eudc-options-file is loaded.
24140
24141 2005-01-22 Kim F. Storm <storm@cua.dk>
24142
24143 * simple.el (line-move-1): Rename from line-move.
24144 (line-move): New function that adjusts vscroll for partially
24145 visible rows, and calls line-move-1 otherwise.
24146
24147 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
24148
24149 * pcomplete.el: Define pcomplete-read-event instead of read-event,
24150 since it's not a complete read-event implementation
24151
24152 2005-01-20 Jay Belanger <belanger@truman.edu>
24153
24154 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
24155 for called function.
24156
24157 2005-01-20 Steven Tamm <steventamm@mac.com>
24158
24159 * term/mac-win.el (process-connection-type): Remove.
24160 Controlled now by s/darwin.h:PTY_ITERATION.
24161
24162 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
24163
24164 * window.el (handle-select-window): Don't switch window when we're
24165 in the minibuffer.
24166
24167 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
24168
24169 * subr.el (dotimes-with-progress-reporter): New macro.
24170
24171 * ses.el (ses-dotimes-msg): Remove macro.
24172 Use `dotimes-with-progress-reporter' instead.
24173
24174 2005-01-19 Steven Tamm <steventamm@mac.com>
24175
24176 * term/mac-win.el (process-connection-type): Use new
24177 operating-system-release variable to use ptys on Darwin 7 (OS X
24178 10.3) when using carbon build.
24179
24180 2005-01-19 Jay Belanger <belanger@truman.edu>
24181
24182 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
24183 flags if the last command was a tab or M-tab.
24184
24185 * calc/calc-prog.el (calc-user-define-edit): Put original formula
24186 in formula editing buffer.
24187
24188 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24189
24190 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
24191 breakpoint image symbol in margin.
24192
24193 2005-01-19 Jay Belanger <belanger@truman.edu>
24194
24195 * calc/calc-prog.el (calc-execute-kbd-macro):
24196 Ignore calc-keep-arg-flag.
24197
24198 2005-01-19 Kenichi Handa <handa@m17n.org>
24199
24200 * textmodes/ispell.el (ispell-looking-at): New function.
24201 (ispell-process-line): Use ispell-looking-at to compare the ispell
24202 output and the buffer contents.
24203
24204 2005-01-18 Jay Belanger <belanger@truman.edu>
24205
24206 * calc/calc.el (calc-display-raw): Fix docstring.
24207
24208 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
24209
24210 * simple.el (blink-matching-open): Strip extra info from syntax.
24211
24212 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
24213 funny chars in the end-of-here-doc marker.
24214
24215 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24216
24217 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
24218 that enable/disabled state of breakpoints is shown correctly in
24219 fringe and on ttys.
24220 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
24221 Add breakpoint information as text properties.
24222 (gdb-mouse-toggle-breakpoint):
24223 Rename to gdb-mouse-set-clear-breakpoint.
24224 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
24225 breakpoints in the margin.
24226 (gdb-remove-strings): Simplify.
24227
24228 2005-01-17 Jay Belanger <belanger@truman.edu>
24229
24230 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
24231 erasing buffer.
24232
24233 2005-01-17 Richard M. Stallman <rms@gnu.org>
24234
24235 * progmodes/grep.el (grep-find): Copy from `grep' the condition
24236 for calling grep-compute-defaults.
24237
24238 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
24239 if buffer is empty.
24240
24241 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
24242
24243 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
24244
24245 * hilit-chg.el (highlight-changes-mode): Don't autoload.
24246
24247 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
24248 non-preloaded variables.
24249
24250 2005-01-17 Steven Tamm <steventamm@mac.com>
24251
24252 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
24253 tex-shell cause to force interactivity when using pipes.
24254
24255 2005-01-17 Kim F. Storm <storm@cua.dk>
24256
24257 * simple.el (just-one-space): Make arg optional.
24258
24259 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
24260
24261 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
24262 posn-at-x-y to t to access left-margin.
24263
24264 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
24265
24266 Sync with Tramp 2.0.47.
24267
24268 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
24269 catching keep-date problems in cp/scp operations.
24270 (tramp-handle-copy-file): Don't call `set-file-modes'
24271 unconditionally. Specialized functions should know better what is
24272 necessary. This improves performance a little bit, and the
24273 functions could catch errors with `cp -p' and `scp -p'.
24274 (tramp-do-copy-or-rename-file-via-buffer)
24275 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
24276 when appropriate.
24277 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
24278 Call `set-file-modes' when appropriate.
24279 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
24280 Johnsson <isak@hypergene.com>
24281 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
24282 of both Tramp buffer and debug buffer. Reported by Joakim Verona
24283 <joakim@verona.se>
24284 (tramp-file-name-for-operation): Mark `shell-command' as magic for
24285 Emacs only.
24286
24287 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
24288 `find-file-hooks' and `dired-mode-hook'.
24289 (tramp-minor-mode-map): Respective map. Add remapping for
24290 `compile' and `recompile'.
24291 (tramp-remap-command, tramp-recompile): New defuns.
24292 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
24293 in buffer "*Compilation*". Call the commands asynchronously.
24294
24295 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
24296 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
24297 `shell-command', because it isn't magic in XEmacs. Reported by
24298 Adrian Aichner <adrian@xemacs.org>.
24299
24300 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
24301 `substitute-in-file-name.
24302 (tramp-smb-handle-substitute-in-file-name): New defun.
24303 (tramp-smb-advice-PC-do-completion): Delete advice.
24304
24305 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
24306
24307 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
24308 Fix error in deleting region.
24309
24310 2005-01-15 Richard M. Stallman <rms@gnu.org>
24311
24312 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
24313 In non-temp buffer, switch syntax table temporarily.
24314
24315 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
24316
24317 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
24318
24319 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
24320
24321 * imenu.el (imenu--split-menu): Copy menulist before sorting.
24322 (imenu--generic-function): Use START, not BEG, as pos of definition.
24323
24324 * simple.el (just-one-space): Argument specifies number of spaces.
24325
24326 * simple.el (eval-expression-print-format): Avoid warning
24327 about edebug-active.
24328
24329 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
24330
24331 * progmodes/sh-script.el: Code copied from make-mode.el
24332 with small changes,
24333 (sh-mode-map): Bind C-c C-\.
24334 (sh-backslash-column, sh-backslash-align): New variables.
24335 (sh-backslash-region, sh-append-backslash): New functions.
24336
24337 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
24338
24339 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
24340 (rmail-pop-password, rmail-pop-password-required): Move to
24341 rmail-obsolete group.
24342 (rmail-set-pop-password): Rename to rmail-set-remote-password.
24343 All callers updated.
24344 (rmail-get-pop-password): Rename to rmail-get-remote-password.
24345 Take an argument specifying whether it is POP or IMAP mailbox we
24346 are using. All callers updated.
24347 (rmail-pop-password-error): Rename to
24348 rmail-remote-password-error. Added mailutils-specific error message.
24349 (rmail-movemail-search-path)
24350 (rmail-movemail-variant-in-use): New variables.
24351 (rmail-remote-password, rmail-remote-password-required):
24352 New customization variables.
24353 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
24354 (rmail-parse-url): New function.
24355 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
24356 with GNU mailutils movemail.
24357
24358 2005-01-15 Kevin Ryde <user42@zip.com.au>
24359
24360 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
24361 suffix to space, $ or '$, to correctly position point when going
24362 to @table style constants like DBL_MAX.
24363
24364 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
24365
24366 * type-break.el (type-break-mode, type-break-file-time)
24367 (type-break-file-keystroke-count, type-break-choose-file):
24368 Don't store data in or load data from the file if type-break-file-name
24369 is nil.
24370 (type-break-file-name): Doc update as per the above.
24371
24372 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
24373
24374 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
24375 lookup-key might return nil; handle that.
24376
24377 2005-01-15 Alan Mackenzie <acm@muc.de>
24378
24379 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
24380 rather than the element found, thus enabling the tree to be setcar'd.
24381
24382 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24383
24384 * textmodes/org.el (org-show-following-heading): New option.
24385 (org-show-hierarchy-above): Use `org-show-following-heading'.
24386 (org-cycle): Documentation fix.
24387
24388 * textmodes/org.el (orgtbl-optimized): New option
24389 (orgtbl-mode): New command, a minor mode.
24390 (orgtbl-mode-map): New variable.
24391 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
24392 (orgtbl-error, orgtbl-self-insert-command)
24393 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
24394
24395 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
24396 a local variable in each org-mode buffer.
24397
24398 * textmodes/org.el (org-set-regexps-and-options): Rename from
24399 `org-set-regexps'. Added checking for STARTUP keyword.
24400 (org-get-current-options): Add STARTUP options.
24401 (org-table-insert-row): Make mode intelligent about when
24402 realignment is needed.
24403 (org-self-insert-command, org-delete-backward-char, org-delete-char):
24404 New commands.
24405 (org-enable-table-editor): New default value `optimized'.
24406 (org-table-blank-field): Support blanking regions if active.
24407
24408 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24409
24410 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
24411 if the year is not given.
24412
24413 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
24414 Add new escapes %m and %M, fixed bug with %F by adding
24415 save-match-data.
24416 (reftex-reference): Remove ?. from list of spaces.
24417 (reftex-label-info): Add automatic label prefix recognition.
24418
24419 * textmodes/reftex-index.el (reftex-index-next-phrase):
24420 Add slave parameter to call of `reftex-index-this-phrase'.
24421 (reftex-index-this-phrase): New optional argument.
24422 (reftex-index-region-phrases): Add slave parameter to call of
24423 `reftex-index-this-phrase'.
24424 (reftex-display-index): New argument redo.
24425 (reftex-index-rescan): Add `redo' to arguments of
24426 `reftex-display-index'.
24427 (reftex-index-Rescan, reftex-index-revert)
24428 (reftex-index-switch-index-tag): Add `redo' to arguments of
24429 `reftex-display-index'.
24430 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
24431 indexing. Fix bug with matching is there is a quote before or
24432 after the word.
24433
24434 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
24435 Fix bug when collecting citation keys in lines with comments.
24436 (reftex-citation): Prefix argument no longer rescans the document,
24437 but forces prompting for optional arguments of cite macros.
24438 (reftex-do-citation): Prompting for optional arguments implemented.
24439
24440 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
24441 Add optional arguments to most cite commands.
24442 (reftex-cite-cleanup-optional-args): New option
24443 (reftex-cite-prompt-optional-args): New option.
24444 (reftex-trust-label-prefix): New option.
24445
24446 * textmodes/reftex-toc.el (reftex-toc-find-section):
24447 Add push-mark before changing the position in the buffer.
24448
24449 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
24450 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
24451
24452 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
24453
24454 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
24455 more carefully.
24456
24457 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
24458
24459 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
24460 (sgml-mode): Use it.
24461 (sgml-get-context): Better keep track of implicitly closed tags.
24462
24463 2005-01-13 Kenichi Handa <handa@m17n.org>
24464
24465 * textmodes/ispell.el: These changes are to fix misalignment error
24466 caused by equivalent characters of different Emacs charsets.
24467 (ispell-unified-chars-table): New variable.
24468 (ispell-get-decoded-string): New function.
24469 (ispell-get-casechars, ispell-get-not-casechars)
24470 (ispell-get-otherchars): Call ispell-get-decoded-string.
24471
24472 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
24473
24474 * custom.el (custom-declare-variable): Just put symbol instead
24475 of (defvar . symbol) in `current-load-list'.
24476
24477 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
24478
24479 * emacs-lisp/elint.el: Fixed typo in Commentary section.
24480
24481 2005-01-12 Jay Belanger <belanger@truman.edu>
24482
24483 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
24484 to create a Calc summary.
24485
24486 2005-01-12 Kim F. Storm <storm@cua.dk>
24487
24488 * mouse.el (mouse-on-link-p): Change functionality and doc
24489 string to comply with latest description in lisp ref.
24490
24491 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
24492
24493 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
24494 Enable mouse clicks on mode-line, header-line and margin.
24495 (event-type): Give mouse event symbols an `event-kind' property
24496 with value `mouse-click'.
24497
24498 2005-01-12 Juri Linkov <juri@jurta.org>
24499
24500 * facemenu.el (list-colors-display): Add new arg buffer-name.
24501 Use it. Fix docstring. Replace code for identifying duplicate
24502 colors by the name with call to `list-colors-duplicates' which
24503 identifies duplicate colors by the value unless the color
24504 is one of special Windows colors. Set truncate-lines to t.
24505 Print sorted duplicate color names on each line. Indent to 22
24506 \(the longest color name in rgb.txt) instead of 20. Optimize.
24507 (list-colors-duplicates): New function.
24508 (facemenu-color-name-equal): Delete function.
24509
24510 * facemenu.el (list-colors-print): New function created from code
24511 in list-colors-display. Print #RRGGBB at the window right edge.
24512 (list-colors-display): When temp-buffer-show-function is not
24513 defined, call list-colors-print from temp-buffer-show-hook
24514 to get the right value of window-width in list-colors-print
24515 after the buffer is displayed.
24516
24517 * simple.el (pop-mark): Move deactivate-mark out of conditional
24518 part to deactivate the active mark regardless of the state of the
24519 mark ring.
24520
24521 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
24522 variables line in desktop files.
24523
24524 2005-01-12 Juri Linkov <juri@jurta.org>
24525
24526 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
24527 Bring together isearch highlight related options.
24528 (lazy-highlight): Replace group `replace' by `matching'.
24529 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24530 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24531 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
24532 and declare them obsolete.
24533 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
24534 (isearch-faces): Remove defgroup.
24535 (isearch-overlay, isearch-highlight, isearch-dehighlight):
24536 Move isearch highlighting code closer to lazy highlighting code.
24537
24538 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
24539 (query-replace-highlight, query-replace-lazy-highlight)
24540 (query-replace): Move definitions to the beginning of the file.
24541
24542 2005-01-11 Juri Linkov <juri@jurta.org>
24543
24544 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
24545 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
24546 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
24547
24548 * info.el (Info-history-forward): New variable.
24549 (Info-select-node): Reset Info-history-forward to nil.
24550 (Info-last): Turn into defalias.
24551 (Info-history-back): Rename from Info-last.
24552 Add current node to Info-history-forward.
24553 (Info-history-forward): New fun.
24554 (Info-mode-map): Replace Info-last by Info-history-back.
24555 Bind Info-history-forward to "r".
24556 (Info-mode-menu): Replace Info-last by Info-history-back.
24557 Fix menu item text. Add menu item for Info-history-forward.
24558 (info-tool-bar-map): Replace Info-last by Info-history-back.
24559 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
24560 for Info-history-forward.
24561 (Info-mode): Replace Info-last by Info-history-back in docstring.
24562 Add local variable Info-history-forward.
24563 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
24564
24565 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
24566
24567 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
24568 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
24569 Ignore select-window events rather than fiddle with
24570 mouse-autoselect-window.
24571
24572 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
24573
24574 * type-break.el (type-break-mode): Fix previous change.
24575
24576 2005-01-10 Jay Belanger <belanger@truman.edu>
24577
24578 * calc/calc-ext.el (calc-reset): Reset when inside embedded
24579 calculator; only reset when point is inside a calculator.
24580 Don't adjust the window height if the window takes up the whole height
24581 of the frame.
24582
24583 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
24584
24585 * ebuff-menu.el (Electric-buffer-menu-mode):
24586 Preserve value of buffer-local var header-line-format.
24587
24588 2005-01-09 Jay Belanger <belanger@truman.edu>
24589
24590 * calc/calc.el (calc-mode-var-list-restore-saved-values):
24591 Make sure settings file exists before accessing it.
24592
24593 * calc/calc-embed.el (calc-embedded-subst):
24594 Replace math-multi-subst-rec, which is only supposed to be called
24595 by math-multi-subst, by math-multi-subst.
24596
24597 2005-01-09 Andre Spiegel <spiegel@gnu.org>
24598
24599 * vc.el (vc-allow-async-revert): New user option.
24600 (vc-disable-async-diff): New internal variable.
24601 (vc-revert-buffer): Use them to disable asynchronous diff.
24602
24603 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
24604 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
24605 asynchronously if vc-disable-async-diff is t.
24606
24607 2005-01-09 Jay Belanger <belanger@truman.edu>
24608
24609 * calc/calc.el (defcalcmodevar): New macro.
24610 (calc-mode-var-list-restore-default-values)
24611 (calc-mode-var-list-restore-saved-values): New functions.
24612 (calc-mode-var-list): Use defcalcmodevar to define it.
24613 (calc-always-load-extensions, calc-line-numbering)
24614 (calc-line-breaking, calc-display-just, calc-display-origin)
24615 (calc-number-radix, calc-leading-zeros, calc-group-digits)
24616 (calc-group-char, calc-point-char, calc-frac-format)
24617 (calc-prefer-frac, calc-hms-format, calc-date-format)
24618 (calc-float-format, calc-full-float-format, calc-complex-format)
24619 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
24620 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
24621 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
24622 (calc-matrix-brackets, calc-language, calc-language-option)
24623 (calc-left-label, calc-right-label, calc-word-size)
24624 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
24625 (calc-display-raw, calc-internal-prec, calc-angle-mode)
24626 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
24627 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
24628 (calc-window-height, calc-display-trail, calc-show-selections)
24629 (calc-use-selections, calc-assoc-selections)
24630 (calc-display-working-message, calc-auto-why, calc-timing)
24631 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
24632 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
24633 (calc-gnuplot-default-device, calc-gnuplot-default-output)
24634 (calc-gnuplot-print-device, calc-gnuplot-print-output)
24635 (calc-gnuplot-geometry, calc-graph-default-resolution)
24636 (calc-graph-default-resolution-3d, calc-invocation-macro)
24637 (calc-show-banner): Use defcalcmodevar to declare them and set
24638 their default values.
24639
24640 * calc/calc-ext.el (calc-reset): Restore saved values of variables
24641 instead of default values (but restore default values if there is
24642 an argument of 0).
24643
24644 2005-01-09 David Kastrup <dak@gnu.org>
24645
24646 * desktop.el (desktop-restore-eager): Fix typo in type.
24647
24648 2005-01-08 Richard M. Stallman <rms@gnu.org>
24649
24650 * cus-edit.el (customize): Delete :link.
24651
24652 2005-01-08 Jay Belanger <belanger@truman.edu>
24653
24654 * calc/calc.el (calc-mode): Remove the extension from the
24655 `calc-settings-file' file name when loading it.
24656
24657 2005-01-08 Kim F. Storm <storm@cua.dk>
24658
24659 * info.el (Info-mode-map, Info-next-link-keymap)
24660 (Info-prev-link-keymap, Info-up-link-keymap):
24661 Map follow-link to mouse-face.
24662 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
24663
24664 2005-01-08 Jay Belanger <belanger@truman.edu>
24665
24666 * calc/calc.el (calc-settings-file): Change default value.
24667 Suggested by cgw in a comment in calc-mode.el.
24668
24669 * calc/calc-mode.el (calc-settings-file-name):
24670 Compare calc-settings-file to user-init-file instead of ~/.emacs.
24671 Replace ~/.emacs in a prompt by calc-settings-file.
24672
24673 2005-01-07 Lars Hansen <larsh@math.ku.dk>
24674
24675 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
24676 (desktop-lazy-idle-delay): New customizable variables.
24677 (desktop-buffer-args-list): New variable.
24678 (desktop-append-buffer-args): New function.
24679 (desktop-save): Call desktop-append-buffer-args for some buffers.
24680 (desktop-lazy-create-buffer): New function.
24681 (desktop-idle-create-buffers): New function.
24682 (desktop-read): Add message about buffers to restore lazily.
24683 (desktop-lazy-abort): New command.
24684 (desktop-clear): Call desktop-lazy-abort.
24685 (desktop-lazy-complete): New command.
24686
24687 2005-01-06 Richard M. Stallman <rms@gnu.org>
24688
24689 * emacs-lisp/find-func.el (find-face-definition):
24690 Rename from find-face.
24691
24692 2005-01-06 Kim F. Storm <storm@cua.dk>
24693
24694 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
24695
24696 * man.el (Man-xref-man-page, Man-xref-header-file)
24697 (Man-xref-normal-file): Add follow-link property.
24698
24699 2005-01-06 Jay Belanger <belanger@truman.edu>
24700
24701 * calc/calc-units.el: Make sure the proper macro definitions are
24702 available when compiling.
24703
24704 2005-01-06 Juri Linkov <juri@jurta.org>
24705
24706 * isearch.el (isearch-lazy-highlight-update):
24707 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
24708
24709 2005-01-06 Miles Bader <miles@gnu.org>
24710
24711 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
24712 (isearch-lazy-highlight-face): Use new name.
24713
24714 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
24715
24716 * uniquify.el (uniquify-rationalize-file-buffer-names):
24717 Re-add an interactive spec.
24718 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
24719 to the same name.
24720
24721 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
24722 (isearch-update, isearch-done): Adjust calls accordingly.
24723
24724 2005-01-05 Richard M. Stallman <rms@gnu.org>
24725
24726 * custom.el (custom-set-variables, custom-theme-set-variables):
24727 Clarify documentation.
24728
24729 * emacs-lisp/find-func.el (find-variable)
24730 (find-variable-other-window, find-variable-other-frame):
24731 Fix the TYPE args to find-function-read and find-function-do-it.
24732 (find-function): Doc fix.
24733 (find-function-at-point): Replace function-at-point alias.
24734
24735 2005-01-04 Richard M. Stallman <rms@gnu.org>
24736
24737 * cus-face.el (custom-declare-face):
24738 Record defface in current-load-list.
24739
24740 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
24741
24742 * emacs-lisp/find-func.el: Doc fixes.
24743 (find-face-regexp): New variable.
24744 (find-function-regexp-alist): New variable.
24745 (find-function-C-source): Third arg is now TYPE.
24746 (find-function-search-for-symbol): Handle general TYPE.
24747 (find-function-read, find-function-do-it): Handle general TYPE.
24748 (find-definition-noselect, find-face): New functions.
24749 (function-at-point): Alias deleted.
24750
24751 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
24752
24753 * battery.el (display-battery-mode): Rename from display-battery.
24754 Handle the case where it gets turned off.
24755
24756 2005-01-04 Richard M. Stallman <rms@gnu.org>
24757
24758 * cus-edit.el (customize): Make :link point to user doc.
24759
24760 * man.el (Man-fontify-manpage): Turn off undo generation.
24761
24762 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
24763
24764 2005-01-04 Andreas Schwab <schwab@suse.de>
24765
24766 * files.el (insert-directory): Only look for error lines in
24767 inserted text. Don't move too far after processing --dired markers.
24768
24769 2005-01-04 Richard M. Stallman <rms@gnu.org>
24770
24771 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
24772 Don't expand if the character is @, period, dash, etc.
24773 (define-mail-abbrev): Quote names that contain problem characters.
24774
24775 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
24776
24777 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
24778
24779 2005-01-03 Richard M. Stallman <rms@gnu.org>
24780
24781 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
24782 (query-replace-highlight, query-replace-lazy-highlight)
24783 (query-replace): Definitions moved up. Doc fix.
24784
24785 2005-01-03 Richard M. Stallman <rms@gnu.org>
24786
24787 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
24788 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24789 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24790 (lazy-highlight-face): Rename from isearch-lazy-...
24791 Change all references to them.
24792
24793 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
24794
24795 * cus-edit.el (custom-file): Doc fix for defcustom.
24796 (custom-file): The function no longer sets the variable
24797 `custom-file' to its return value.
24798
24799 * startup.el (command-line): No longer load `custom-file'.
24800
24801 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
24802
24803 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
24804
24805 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
24806 Don't confuse module-prefixed identifiers for labels.
24807 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
24808
24809 2005-01-02 Richard M. Stallman <rms@gnu.org>
24810
24811 * files.el (basic-save-buffer-1): Fix previous change.
24812
24813 * loadhist.el (file-loadhist-lookup): New function.
24814 (file-provides, file-requires): Use it.
24815
24816 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
24817 instead of calculating the right size.
24818
24819 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
24820
24821 * vc-svn.el (vc-svn-diff): Stay local if possible.
24822
24823 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
24824
24825 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
24826
24827 * files.el (hack-local-variables): Fix last change.
24828
24829 2005-01-02 Jay Belanger <belanger@truman.edu>
24830
24831 * calc/calc-yank.el (calc-edit-top): New variable.
24832 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
24833 object. Change header properties.
24834 (calc-edit-finish, calc-edit-finish-stack-object)
24835 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
24836 edited object.
24837 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
24838 for the beginning of the edited object.
24839 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
24840 for the beginning of the edited object.
24841 * calc/calc-prog.el (calc-edit-macro-finish-edit)
24842 (calc-finish-formula-edit, calc-macro-repeats)
24843 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
24844 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
24845 beginning of the edited object.
24846 (calc-user-define-edit): Change the header for editing macros.
24847 Remove unnecessary variable.
24848
24849 2005-01-01 Jay Belanger <belanger@truman.edu>
24850
24851 * calc/calc-yank.el (calc-edit-mode): Change default header.
24852 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
24853 * calc/calc-store.el (calc-edit-variable): Change title to match new
24854 header.
24855 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
24856 mode to match new header.
24857 (calc-user-define-edit): Change titles to include names of commands.
24858 (calc-finish-formula-edit): Adjust to handle new header.
24859 (calc-finish-macro-edit): Remove.
24860 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
24861 (calc-edit-macro-command, calc-edit-macro-command-type)
24862 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
24863 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
24864 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
24865 (calc-edit-macro-finish-edit): New functions.
24866 (calc-user-define-edit): Use new functions to edit named calc macros.
24867
24868 2005-01-01 Stefan <monnier@iro.umontreal.ca>
24869
24870 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
24871
24872 * ses.el (copy-region-as-kill): Deactivate mark.
24873
24874 2005-01-01 Richard M. Stallman <rms@gnu.org>
24875
24876 * replace.el (occur-1): If the output buffer is also an input,
24877 don't kill it, rename it.
24878
24879 * faces.el (set-face-background, set-face-foreground): Doc fix.
24880
24881 * cus-face.el (custom-face-attributes): Fix :help-echo strings
24882 for :foreground and :background.
24883
24884 * dired.el (dired-view-command-alist): Variable deleted.
24885 (dired-view-file, dired-mouse-find-file-other-window):
24886 Delete the code to use it.
24887
24888 2005-01-01 Kim F. Storm <storm@cua.dk>
24889
24890 * image.el (insert-sliced-image): Use t for line-height property.
24891
24892 See ChangeLog.11 for earlier changes.
24893
24894 ;; Local Variables:
24895 ;; coding: iso-2022-7bit
24896 ;; End:
24897
24898 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
24899 Copying and distribution of this file, with or without modification,
24900 are permitted provided the copyright notice and this notice are preserved.
24901
24902 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1