]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
4 unless so nil isn't returned.
5 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
6
7 2006-05-06 Kim F. Storm <storm@cua.dk>
8
9 * subr.el (add-to-history): New function.
10
11 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
12 (ediff-merge-files-with-ancestor):
13 * env.el (setenv):
14 * isearch.el (isearch-update-ring):
15 * server.el (server-visit-files):
16 * progmodes/grep.el (lgrep, rgrep):
17 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
18 * progmodes/xscheme.el (xscheme-insert-expression):
19 Use add-to-history.
20
21 * kmacro.el (kmacro-push-ring): Use add-to-history.
22 (kmacro-ring-length): Remove unused defun.
23 (kmacro-start-macro): Use kmacro-push-ring.
24
25 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
26
27 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
28 directly instead of a lambda expression that calls it.
29
30 2006-05-06 Kim F. Storm <storm@cua.dk>
31
32 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
33 instead of compute-motion.
34
35 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
36
37 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
38 change.
39
40 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
41
42 * startup.el (command-line-1): Refer to "Pure Storage" on
43 pure-space-overflow.
44
45 2006-05-05 Martin Rudalics <rudalics@gmx.at>
46
47 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
48 provided faces once they all have been used up.
49
50 2006-05-05 Eli Zaretskii <eliz@gnu.org>
51
52 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
53 reference to the Lisp manual to the warning about pure space
54 overflow.
55
56 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
57
58 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
59 argument to avoid the call to `ispell-internal-change-dictionary'
60 when not needed.
61 (ispell-change-dictionary): Use this argument and call
62 `ispell-internal-change-dictionary' after the possible change
63 to `ispell-local-dictionary'.
64 (ispell-internal-change-dictionary): Check for a change in
65 personal dictionary use too.
66 Cosmetic changes from Agustin Martin
67 <agustin.martin@hispalinux.es>.
68
69 2006-05-05 Eli Zaretskii <eliz@gnu.org>
70
71 * startup.el (command-line): On MS-Windows, probe "~", not
72 "~USER", for warning about non-existent home directory
73
74 * arc-mode.el (archive-l-e): New optional argument `float' means
75 generate a float value.
76 (archive-arc-summarize, archive-lzh-summarize)
77 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
78 with 3rd argument non-nil when file's size is being computed.
79 Format the file sizes with %8.0f instead of %8d.
80
81 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
82
83 * cus-start.el (all): Add mac-dnd-known-types.
84
85 * term/mac-win.el: (mac-utxt-to-string, mac-string-to-utxt)
86 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
87 (mac-TIFF-to-string): New functions.
88 (mac-text-encoding-mac-japanese-basic-variant): New constant.
89 (x-get-selection, x-selection-value)
90 (mac-select-convert-to-string): Use them.
91 (mac-dnd-types-alist): New customization variable.
92 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
93 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
94 (mac-dnd-handle-drag-n-drop-event): New functions.
95 (mac-drag-n-drop): Remove function.
96 (global-map): Bind drag-n-drop and M-drag-n-drop to
97 mac-dnd-handle-drag-n-drop-event.
98
99 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
100
101 * progmodes/perl-mode.el (perl-beginning-of-function):
102 Skip anonymous subs.
103
104 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
105
106 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
107 regexp-opt at run time.
108
109 * term.el (term-handle-ansi-escape): Fix off by one error.
110
111 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
112
113 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
114 (gdb-init-1, gdb-post-prompt): ...and references to it.
115 (gdb-frame-handler): Strip directory name from filename if present.
116
117 * progmodes/gud.el (gdb-force-update): Delete defvar
118 (gud-speedbar-buttons): ...and references to it. Use window-start
119 to try to keep positon in watch expression.
120
121 2006-05-03 Richard Stallman <rms@gnu.org>
122
123 * simple.el (next-history-element, previous-history-element): Doc fix.
124
125 * isearch.el (isearch-update-ring): Doc fix.
126
127 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
128
129 * isearch.el (isearch-update-ring): Take history-delete-duplicates
130 into consideration. Replace one arm ifs with whens.
131
132 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
133
134 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
135 (menu): Fix typo.
136
137 2006-05-02 Miles Bader <miles@gnu.org>
138
139 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
140
141 2006-05-02 Jay Belanger <belanger@truman.edu>
142
143 * calc/calc-embed.el: (calc-override-minor-modes-map)
144 (calc-override-minor-modes): New variables.
145 (calc-do-embedded): Make sure that Calc keystrokes aren't
146 overwritten by minor modes.
147
148 2006-05-02 Chong Yidong <cyd@mit.edu>
149
150 * msb.el (msb): If EVENT is a down event, read and discard the up event.
151
152 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
153
154 * startup.el (command-line-1): Refer to Lisp manual when
155 pure-space-overflow occurs.
156
157 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
158 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
159 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
160 (version-control): Don't use `t' for safe-local-variable declarations.
161
162 2006-05-01 Richard Stallman <rms@gnu.org>
163
164 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
165 M-r, M-R, M-A, M-SPC or M-DEL.
166 (diff-mode-map): diff-refine-hunk now on C-c C-w
167 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
168
169 * help-mode.el (help-mode): view-exit-action calls delete-window
170 only when it is safe and possible.
171
172 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
173 in messages.
174
175 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
176
177 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
178 in the default tool-bar-map.
179
180 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
181
182 * net/tramp.el (tramp-completion-file-name-handler-alist)
183 (tramp-run-real-handler, tramp-completion-run-real-handler)
184 (tramp-completion-handle-file-name-all-completions)
185 (tramp-completion-handle-file-name-completion): Autoload them.
186 (tramp-completion-handle-file-exists-p)
187 (tramp-completion-handle-file-name-directory)
188 (tramp-completion-handle-file-name-nondirectory)
189 (tramp-completion-handle-expand-file-name): Remove them.
190 (tramp-handle-file-name-directory): Return the real directory name.
191 Returning "/" only doesn't need to be necessary any longer.
192 (tramp-file-name-handler): Make special attention when in hostname
193 completion mode.
194 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
195 (tramp-register-file-name-handlers):
196 Register `tramp-completion-file-name-handler' only when
197 `partial-completion-mode' is enabled.
198 (tramp-completion-handle-file-name-all-completions):
199 Delete directory part from results.
200 (tramp-get-completion-methods, tramp-get-completion-user-host):
201 Discard deleting "/", it doesn't work after the change of
202 `tramp-handle-file-name-directory' above.
203
204 2006-05-01 Kim F. Storm <storm@cua.dk>
205
206 * progmodes/grep.el (grep-expand-template): Use save-match-data
207 and symbol-value.
208
209 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
210
211 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
212 Use select-frame-set-input-focus instead of raise-frame.
213 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
214
215 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
216
217 * progmodes/gud.el (gud-def): Add %c case.
218 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
219 (gud-format-command): Make match case sensitive. Match on %F.
220
221 2006-04-30 Glenn Morris <rgm@gnu.org>
222
223 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
224 (cal-tex-preamble): Use cal-tex-preamble-extra.
225 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
226 than alias `list-diary-entries'.
227
228 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
229
230 * help-fns.el (describe-variable): Add info about safe local variables.
231
232 2006-04-29 Richard Stallman <rms@gnu.org>
233
234 * bindings.el (mode-line-format): help-echo doc fixes.
235
236 * net/tramp.el (tramp-file-name-handler-alist): Delete
237 expand-file-name and other operations that can cause spurious loading.
238
239 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
240
241 * files.el (safe-local-variable-p): Remove support for the special
242 value t.
243
244 * textmodes/paragraphs.el (sentence-end-without-space):
245 Fix safety predicate.
246 (sentence-end-double-space, sentence-end-without-period)
247 (paragraph-ignore-fill-prefix):
248 * textmodes/fill.el (colon-double-space):
249 * abbrev.el (abbrev-mode): Tighten the safety predicate.
250
251 * subr.el (booleanp): New fun.
252
253 * textmodes/reftex-vars.el (reftex-guess-label-type):
254 Tighten the safety predicate.
255
256 2006-04-28 Kim F. Storm <storm@cua.dk>
257
258 * progmodes/grep.el (defgroup grep): Doc fix.
259 (grep-auto-highlight): Remove.
260 (grep-template): New defcustom.
261 (grep-find-template): Rename from grep-tree-template.
262 (grep-files-aliases): Rename from grep-tree-files-aliases.
263 Remove "all" alias, add "l" alias.
264 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
265 (grep-find-ignored-directories): New defcustom to replace
266 grep-tree-ignore-CVS-directories, to facilitate ignoring
267 subdirectories for multiple version control systems.
268 (grep-mode-map): Add Recursive grep item to GREP menu.
269 (grep-regexp-history, grep-files-history): New defvars.
270 (grep-probe): New helper function.
271 (grep-compute-defaults): Use it to simplify code.
272 Adapt to name changes.
273 Use `.' as base in grep-find-template rather than <D>.
274 (grep): Remove superfluous highlight-regexp arg. Fix doc.
275 Call grep-compute-defaults unconditionally.
276 (grep-expand-keywords): New defconst.
277 (grep-expand-template): Rename from grep-expand-command-macros.
278 Simplify via grep-expand-keywords. Look at case-fold-search instead
279 of grep-tree-ignore-case to add -i option.
280 Bind case-fold-search to nil while matching keywords.
281 (grep-tree-last-regexp, grep-tree-last-files): Remove.
282 (grep-read-regexp, grep-read-files): New helper functions.
283 (rgrep): Rename from grep-tree. Rework to use proper histories.
284 Adapt to changes in defcustoms and functions above.
285 (lgrep): New command, as grep, but using same interactive UI as rgrep.
286
287 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
288
289 * net/tramp.el (tramp-completion-file-name-handler):
290 Disable Tramp's functionality while loading Tramp itself.
291 (tramp-register-file-name-handlers): That's a defsubst now.
292 Code from `tramp-repair-jka-compr' moved here. Apply it via
293 `after-init-hook'.
294 (tramp-repair-jka-compr): Remove.
295
296 2006-04-27 Jay Belanger <belanger@truman.edu>
297
298 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
299 read expression when `math-read-big-expr' doesn't work.
300
301 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
302
303 * startup.el (command-line-1): Display warning when
304 pure-space-overflow is non-nil.
305
306 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
307
308 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
309 risky.
310
311 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
312
313 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
314 Return the URL or nil if none can be generated.
315
316 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
317
318 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
319 byte compiler warnings.
320 (gud-basic-call, gud-find-expr): Let user select an expression
321 for printing. Print expression as well as value in GUD buffer.
322
323 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
324
325 * allout.el: Remove local autoload declaration for
326 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
327 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
328 (allout-plain-bullets-string, allout-distinctive-bullets-string)
329 (allout-use-mode-specific-leader, allout-old-style-prefixes)
330 (allout-stylish-prefixes, allout-numbered-bullet)
331 (allout-file-xref-bullet, allout-presentation-padding)
332 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
333 safe-local-variable with suitable value spec, and add autoload
334 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
335 (move-beginning-of-line, move-end-of-line): Repair so these compat
336 functions now actually resituate the point, when appropriate.
337
338 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
339
340 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
341
342 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
343 (add-log-iso8601-time-string): Fix call to format-time-string.
344
345 2006-04-26 Kim F. Storm <storm@cua.dk>
346
347 * subr.el (posn-string, posn-image, posn-object): Doc fix.
348
349 2006-04-26 Masatake YAMATO <jet@gyve.org>
350
351 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
352 Add support for "//" style comments. Remove `b' flag
353 from ?* in `asm-mode-syntax-table'.
354
355 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
356
357 * follow.el: Use (featurep 'xemacs) everywhere.
358 (follow-mode): Use define-minor-mode.
359 (follow-mode-map): Move initialization into the declaration.
360 Use command remapping.
361 (follow-emacs-version-xemacs-p): Remove.
362 (follow-submit-feedback): Remove.
363
364 * allout.el (allout-layout, allout-passphrase-verifier-string)
365 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
366
367 * textmodes/reftex-vars.el (reftex-vref-is-default)
368 (reftex-fref-is-default, reftex-guess-label-type):
369 Tighten up a bit the safety predicate.
370
371 * textmodes/paragraphs.el (sentence-end-double-space)
372 (sentence-end-without-period, sentence-end-without-space)
373 (page-delimiter, paragraph-ignore-fill-prefix):
374 Tighten up a bit the safety predicate.
375
376 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
377
378 * progmodes/python.el (python-continuation-line-p)
379 (python-beginning-of-statement): syntax-ppss may return
380 a negative depth.
381 (python-mode): Don't forcefully enable font-lock.
382
383 * time-stamp.el (time-stamp-start, time-stamp-end)
384 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
385
386 * add-log.el: Remove spurious * in docstrings.
387 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
388 (add-change-log-entry): Use it here, since it's not specific
389 to iso8601.
390 (add-log-iso8601-time-string): Don't use it here any more.
391 (change-log-indent-text, change-log-indent): Rename from add-log-*.
392
393 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
394
395 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
396
397 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
398 (rcirc-toggle-low-priority): Doc fix.
399 (rcirc-handler-NOTICE): Remove beginning of line anchor in
400 ChanServ regexp.
401 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
402 #emacs.
403 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
404 (rcirc-decode-coding-system): Use utf-8 as the default.
405 (rcirc-multiline-minor-mode): Set the fill-column.
406 (rcirc-format-response-string): Display bright and dim nicks.
407 (rcirc-browse-url): Update interactive spec to fill ARG.
408 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
409 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
410
411 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
412
413 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
414 case for @Article, etc.
415
416 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
417
418 * net/tramp.el (tramp-register-file-name-handlers): New defun.
419 Added with autoload cookie.
420 (tramp-unload-file-name-handlers): Rename from
421 `tramp-unload-file-name-handler-alist'.
422
423 2006-04-23 Romain Francoise <romain@orebokech.com>
424
425 * comint.el (comint-match-partial-filename): Doc fix.
426
427 2006-04-21 Glenn Morris <rgm@gnu.org>
428
429 * calendar/cal-menu.el (calendar-mode-map): Refer to
430 `diary-view-entries' rather than alias `view-diary-entries'.
431 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
432
433 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
434
435 * progmodes/antlr-mode.el (antlr-default):
436 * cus-edit.el (custom-documentation):
437 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
438 in defface.
439
440 2006-04-21 Kim F. Storm <storm@cua.dk>
441
442 * image.el (image-type): New defun split out of create-image.
443 (create-image): Use it.
444
445 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
446
447 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
448 (org-open-at-point): Remove the "...done" message to keep output
449 in the echo area visible.
450 (org-export-as-xoxo): Fix call to `indent-region'.
451
452 2006-04-21 Kevin Ryde <user42@zip.com.au>
453
454 * international/mule.el (keyboard-coding-system): defcustom
455 info-link fixes: "Specify Coding" has been split, keyboard now in
456 "Terminal Coding", and "Single-Byte Character Support" is now
457 "Unibyte Mode".
458
459 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
460
461 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
462 Use font-lock-warning-face for any errors e.g. no stack.
463 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
464
465 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
466
467 * progmodes/sh-script.el (sh-shell): Mark as safe.
468
469 * newcomment.el (comment-start, comment-start-skip)
470 (comment-end-skip, comment-end): Mark as safe.
471
472 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
473
474 * textmodes/org.el (org-deadline-announce): Face removed.
475 (org-level-faces, org-n-levels): Convert to constant.
476 (org-compatible-face): New function.
477 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
478 (org-level-5, org-level-6, org-level-7, org-level-8)
479 (org-special-keyword, org-warning, org-headline-done, org-link)
480 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
481 (org-scheduled-today, org-scheduled-previously, org-time-grid):
482 Face definition revised for better color tty support.
483 (org-bold-re, org-italic-re, org-underline-re): New constants.
484 (org-set-font-lock-defaults): Use the new constants.
485 (org-agenda-highlight-todo): New function.
486 (org-agenda-todo): Fix bug with point at end of line.
487 (org-agenda-change-all-lines, org-finalize-agenda-entries):
488 Fontify TODO keywords.
489 (org-insert-link): Preserve relative path in ../ links.
490 (org-export-as-html): Convert links pointing to .org files into
491 links that will work beteen the exported HTML files.
492 (org-todo-list): Fix bug when arg=0.
493 (org-insert-heading): More fine-tuning.
494
495 2006-04-19 Romain Francoise <romain@orebokech.com>
496
497 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
498 from `rmail-mime-charset-pattern'.
499
500 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
501
502 * progmodes/python.el (python-mode): Fix typo.
503
504 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
505
506 * comint.el (comint-previous-input): Don't clobber input line
507 when moving off either end of the input history ring.
508 (comint-delete-input): New function, used by
509 `comint-previous-input' and others.
510 (comint-previous-matching-input):
511 Use `coming-delete-input'. Save the partial input if leaving the
512 edit line. Goto point-max before deleting input to avoid
513 partial input fragments hanging around.
514 (comint-restore-input): New function, used by `comint-previous-input'.
515
516 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
517
518 * imenu.el (imenu--index-alist): Balance parentheses.
519
520 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
521
522 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
523
524 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
525
526 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
527 file is nil.
528
529 2006-04-18 Richard Stallman <rms@gnu.org>
530
531 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
532
533 * imenu.el (imenu-create-index-function, imenu--index-alist)
534 (imenu--last-menubar-index-alist, imenu--make-index-alist)
535 (imenu-default-create-index-function, imenu--generic-function):
536 Doc fixes.
537
538 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
539
540 * help-mode.el (help-mode): Set view-exit-action to delete window.
541
542 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
543 now works by passing nil as arg.
544
545 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
546
547 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
548 (read-abbrev-file): Provide default when reading filename.
549
550 * files.el (enable-local-variables): Allow :all as value.
551 (hack-local-variables): Implement that value.
552 (safe-local-variable-values, safe-local-eval-forms)
553 (enable-local-variables): Mark as risky.
554 (find-file-visit-truename, kept-old-versions): Mark safe.
555
556 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
557 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
558 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
559
560 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
561
562 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
563 Use forward-line so as to get to BOL even in the presence of fields.
564 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
565 in return.
566 (inferior-tcl): Tell tclsh to work in interactive mode.
567
568 * complete.el (partial-completion-mode):
569 Use 'choose-completion-string-functions to make sure that
570 choose-completion fills the minibuffer properly.
571
572 * complete.el (PC-old-read-file-name-internal): Remove.
573 (PC-read-include-file-name-internal): Remove. Turn it into an advice
574 of read-file-name-internal.
575 (partial-completion-mode): Enable/disable this advice.
576
577 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
578
579 * net/tramp.el (tramp-completion-file-name-handler): Revert change
580 of 2006-04-17.
581
582 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
583
584 * textmodes/org.el (org-insert-heading): Insert heading before
585 current if at beginning of line.
586 (org-todo, org-date): New faces.
587 (org-table-align): Make sure tooltip window contains full text.
588 (org-no-properties): New defsubst.
589 (org-set-font-lock-defaults): Use new faces.
590
591 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
592
593 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
594 for root variables.
595
596 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
597 (gdb-frame-address): Re-use to identify frame for watch expression.
598 (gdb-var-list, gdb-var-create-handler): Add frame address for root
599 variables.
600 (gdb-init-1, gdb-source, gdb-post-prompt)
601 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
602 (gdb-frame-handler): Get gdb-frame-address.
603
604 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
605
606 Sync with Tramp 2.0.53.
607
608 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
609 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
610 (tramp-completion-file-name-handler): Add autoload cookie for
611 adding to `file-name-handler-alist'.
612
613 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
614 the prompt. If it returns earlier (when detecting an error
615 message), the rest of the output will merge accidently with the
616 output of the next command. Reported by M Jared Finder
617 <jared@hpalace.com>.
618
619 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
620 for `process-file', in order to let it work for older Emacsen too.
621
622 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
623
624 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
625 (tex-font-lock-keywords-3): Use it.
626
627 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
628
629 * newcomment.el (comment-add): New function.
630 (comment-region-default, comment-dwim): Use it.
631
632 2006-04-15 Michael Olson <mwolson@gnu.org>
633
634 * emacs-lisp/tq.el: Improve comments.
635 (tq-queue-head-question): New accessor function.
636 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
637 Update for modified queue structure.
638 (tq-queue-add): Accept `question' argument.
639 (tq-queue-pop): If a question is pending, send it.
640 (tq-enqueue): Accept new optional argument `delay-question'.
641 If this is non-nil, and at least one other question is pending a
642 response, queue the question rather than sending it immediately.
643
644 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
645
646 * calendar/appt.el (appt-add): Check whether an appointment is
647 already present in appt-time-msg-list. Simplify code.
648
649 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
650
651 * progmodes/cc-langs.el (c-mode-menu):
652 Don't presume c-subword-mode is bound.
653
654 2006-04-13 Bill Wohler <wohler@newt.com>
655
656 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
657 (customize-package-emacs-version): Use cdr instead of cadr now
658 that alists use dotted pairs.
659
660 * custom.el (defcustom): Fix docstring for :package-version.
661
662 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
663
664 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
665 (tramp-handle-shell-command): Display output buffer only when
666 `tramp-display-shell-command-buffer' is true.
667 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
668
669 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
670
671 * textmodes/org.el (org-set-autofill-regexps): Set only the local
672 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
673
674 2006-04-13 Romain Francoise <romain@orebokech.com>
675
676 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
677 leaving temporary .cvsignore buffers behind.
678
679 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
680
681 * textmodes/org.el (org-set-regexps-and-options)
682 (org-get-current-options): Better names for the startup folding
683 options.
684
685 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
686
687 * vc.el (vc-annotate): Arrange for point to end up at the same
688 line number as in the original, but only when using a new buffer.
689
690 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
691
692 * files.el (hack-one-local-variable-eval-safep):
693 Recognize `edebug-form-spec' for `put', but only if it passes
694 `edebug-basic-spec'. Generalize `put' handling.
695
696 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
697 vetting file-local form specs.
698
699 * allout.el (allout-layout): Autoload its `safe-local-variable'
700 property.
701
702 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
703
704 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
705 (org-agenda-mouse-1-follows-link)
706 (org-mouse-1-follows-link): New options.
707 (org-format-agenda-item): Fix bug if TAGS is nil.
708 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
709
710 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
711
712 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
713 GDB 6.1+ gives full filename for "info sources" so use
714 file-name-nondirectory.
715
716 2006-04-12 Romain Francoise <romain@orebokech.com>
717
718 * subr.el (read-passwd): Bind `message-log-max' to nil.
719
720 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
721
722 * progmodes/perl-mode.el (perl-indent-new-calculate):
723 Recompute parse-start after jumping backward by a whole sexp.
724
725 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
726
727 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
728 window configuration.
729 (vc-annotate-display-select): Select the buffer so that current-buffer
730 (and selected-window) is the output buffer at the end of vc-annotate.
731
732 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
733
734 * vc.el (vc-annotate-color-map): Add custom TTY color map for
735 8-color terminals, to use all of the colors in a sensible order.
736 256-color terminals work well with the standard map.
737 (vc-annotate-lines): Only strip the first color character if it
738 is "#", to allow for terminal-style named colors.
739 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
740 the correct buffer is scrolled.
741
742 2006-04-11 Richard Stallman <rms@gnu.org>
743
744 * emacs-lisp/bytecomp.el (byte-compile-file):
745 Bind enable-local-variables to :safe, and make normal-mode obey it.
746
747 * files.el (enable-local-variables): Allow value :safe.
748 (normal-mode): Doc fix.
749 (hack-local-variables): Implement enable-local-variables = :safe.
750 (hack-local-variables-confirm): Don't prevent quitting.
751
752 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
753
754 * loadhist.el (unload-feature): A bit of sanity check of
755 load-history entries. Cancel timer-vars before unbinding them.
756
757 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
758 quote special chars, and make the trick work on the hex part of the
759 buffer as well.
760 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
761 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
762
763 * startup.el (normal-splash-screen): Fix last change so we don't wait
764 2 minutes if we don't show the splash screen.
765
766 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
767
768 * textmodes/org.el (org-export-plain-list-max-depth)
769 (org-table-spaces-around-separators)
770 (org-radio-targets, org-activate-camels)
771 (org-table-spaces-around-invisible-separators): Options removed.
772 (org-time-stamp-rounding-minutes, org-remember-templates)
773 (org-ellipsis, org-activate-links, org-descriptive-links):
774 New options.
775 (org-remember-apply-template, org-current-time)
776 (org-finish-edit-table-field)
777 (org-link-unescape, org-link-escape)
778 (org-string-width, org-table-clean-line, org-html-do-expand)
779 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
780 (org-read-agenda-file-list): New functions.
781 (org-table-edit-field)
782 (org-table-create-or-convert-from-region): New commands
783 (org-table-toggle-vline-visibility): Command removed.
784 (org-table-convert-region): Made a command.
785 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
786 Replace with the normal org- functions.
787 (org-self-insert-command): Don't trigger realign unnecessarily
788 when blanking a field that is not full.
789 (org-mode): `Set buffer-invisibility-spec' for links.
790 (org-activate-links2): Hide link part and only show descriptive
791 part of the link.
792 (org-insert-link): Modify for new linking system.
793 (org-store-link): Store description separately, for use by
794 `org-insert-link'.
795 (org-table-align): Use `org-string-width'.
796 (defgroup): Completely new group structure for custom variables.
797 (org-agenda-files): Option: Single file name allowed. Function:
798 Optional argument unrestrited means ignore any restricitons.
799 (org-install-agenda-files-menu): Find a buffer in Org-mode before
800 trying to modify the menu. Use generalized access to
801 `org-agenda-files.'
802 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
803 (org-agenda-file-to-front, org-remove-file, org-diary)
804 (org-tags-view, org-export-icalendar-all-agenda-files)
805 (org-export-icalendar-combine-agenda-files): Use generalized
806 access to `org-agenda-files'.
807 (org-remember-handler): Correctly preserve heading if present.
808 (org-table-insert-row, org-table-insert-hline): Deal with
809 invisible characters.
810
811 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
812
813 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
814 (vc-annotate-color-map): New 18 element constant
815 value/saturation, rotating hue colormap, from red->blue.
816 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
817 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
818 (vc-annotate): To avoid killing the required local variables,
819 set them before the end of `with-output-to-temp-buffer', and
820 after first switching to annotate-mode.
821 (vc-annotate-warp-version): Add buffer argument in goto-line to
822 ensure annotation, not source, is scrolled.
823
824 2006-04-10 Bill Wohler <wohler@newt.com>
825
826 * custom.el (defcustom, custom-handle-keyword):
827 Add :package-version keyword.
828 (custom-add-package-version): New function. Sets value of new
829 property 'custom-package-version from :package-version keyword.
830 (defcustom): Create Common Keywords section in docstring.
831 (defface, defgroup): Replace definitions of a select few keywords
832 with a reference to the Common Keywords in defcustom.
833 (defcustom, defface, defgroup): Replace reference to Customization
834 chapter in manual with hyperlink.
835
836 * cus-edit.el (customize-package-emacs-version-alist):
837 New variable.
838 (customize-changed-options): Add check for custom-package-version.
839 (customize-package-emacs-version): New function to look up Emacs
840 version corresponding to the given package version.
841
842 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
843 defun name, in similar fashion to find-variable-regexp.
844
845 2006-04-10 Eli Zaretskii <eliz@gnu.org>
846
847 * international/mule-cmds.el (set-locale-environment): Fix last
848 change for when the locale's preferences don't specify any encoding.
849
850 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
853 so the defined var/fun doesn't need to be quoted.
854
855 2006-04-10 Richard Stallman <rms@gnu.org>
856
857 * finder.el (finder-mode-map): Add n and p bindings.
858
859 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
860
861 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
862 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
863 (gdb-setup-windows): Put something in source window if we can't find
864 the source file.
865 (gdb-frame-handler): Make it work again with just assembly.
866 (gdb-data-list-register-values-handler): Make it work when there is
867 no stack.
868
869 2006-04-09 Richard Stallman <rms@gnu.org>
870
871 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
872 specs while looking for charset.
873
874 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
875
876 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
877 Make them faces.
878 (lm-font-lock-keywords): Update appropriately.
879
880 2006-04-10 Kim F. Storm <storm@cua.dk>
881
882 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
883 it can also replace buffer-substring-no-properties.
884
885 * emulation/cua-base.el (cua-delete-region, cua-paste)
886 (cua-repeat-replace-region): Use filter-buffer-substring.
887
888 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
889 (cua-cut-region-to-global-mark): Likewise.
890
891 * emulation/cua-rect.el (cua--extract-rectangle)
892 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
893
894 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
895
896 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
897 entry-type. Add field delimiters to numerical fields if they are
898 not present.
899
900 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
901
902 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
903 string-const to return value.
904 (bibtex-remove-delimiters): Use it.
905
906 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
907
908 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
909 cl-byte-compile-compiler-macro unless it exists.
910
911 2006-04-08 Eli Zaretskii <eliz@gnu.org>
912
913 * files.el (hack-local-variables-confirm) <offer-save>:
914 Clarify message text. Suggested by Ralf Angeli.
915
916 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
917
918 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
919 (delete-extract-rectangle-line): Use `filter-buffer-substring'
920 instead of `buffer-substring' and `delete-region'. (Most of the
921 code actually copied from `kill-region'.)
922
923 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
924
925 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
926 (rcirc-default-port): Rename from rcirc-port.
927 (rcirc-default-nick): Rename from rcirc-nick.
928 (rcirc-default-user-name): Rename from rcirc-user-name.
929 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
930 (rcirc-low-priority-flag): New variable.
931 (rcirc-decode-coding-system): New defcustom.
932 (rcirc-encode-coding-system): New defcustom.
933 (rcirc-coding-system-alist): New defcustom.
934 (rcirc-multiline-major-mode): New defcustom.
935 (rcirc-nick): New internal variable.
936 (rcirc-process): Remove variable.
937 (rcirc-server-buffer): New variable.
938 (rcirc): Update to use rcirc-default-* variables above.
939 (rcirc-connect): Do not add window-configuration-hook-here.
940 (rcirc-server): New internal variable.
941 (rcirc-connect): Do not send keepalive pings if
942 rcirc-keepalive-seconds is nil.
943 (with-rcirc-server-buffer): New macro.
944 (rcirc-send-string): Encode with rcirc-encode-coding-system.
945 (rcirc-server-name): Rename from rcirc-server.
946 (rcirc-buffer-process): New function.
947 (rcirc-buffer-nick): New function.
948 (rcirc-buffer-target): Remove function.
949 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
950 New commands.
951 (rcirc-mode-map): Change binding of C-c C-l to
952 rcirc-toggle-low-priority.
953 (rcirc-mode): Initialize coding system based on
954 rcirc-coding-system-alist. New change-major-mode-hook to part the
955 channel on a mode change. Make kill-buffer-hook buffer-local.
956 (rcirc-change-major-mode-hook): New function.
957 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
958 (rcirc-last-post-time): New variable.
959 (rcirc-process-message): Store the last time user posted a message
960 to this target.
961 (rcirc-multiline-minor-mode): New mode.
962 (rcirc-multiline-minor-mode-map): New mode map.
963 (rcirc-edit-multiline): Put multiline-edit buffer in
964 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
965 (rcirc-print): Ignore any line starting with an ignored nick.
966 (rcirc-print): Decode using rcirc-decode-coding-system.
967 (rcirc-track-minor-mode): Update global-mode-string when disabling
968 this mode.
969 (minor-mode-alist): Add LowPri indicator.
970 (rcirc-toggle-low-priority): New function.
971 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
972 next lowpriority buffer with activity.
973 (rcirc-record-activity): Sort buffers in rcirc-activity by the
974 last time the user posted a message in to the target.
975 (rcirc-update-activity-string): New formatting for low priority
976 buffers.
977 (rcirc-split-activity): New function.
978 (rcirc-handler-PART, rcirc-handler-KICK)
979 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
980 (rcirc-nick-away-alist): New variable.
981 (rcirc-handler-301): New handler. Away messages are printed once
982 per change.
983
984 2006-04-08 Eli Zaretskii <eliz@gnu.org>
985
986 * info.el (Info-follow-nearest-node): Doc fix.
987
988 * international/mule-cmds.el (set-locale-environment): Make sure
989 the coding-system preferred by the locale's language has the same
990 EOL conversion type as the original buffer-file-coding-system.
991 (locale-language-names): Add a few MS Windows language codes.
992
993 2006-04-07 Richard Stallman <rms@gnu.org>
994
995 * simple.el (eval-expression): Doc fix.
996
997 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
998 (eval-defun): Doc fixes.
999
1000 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
1001
1002 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
1003
1004 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
1005
1006 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
1007 GDB list command without argument for greater generality.
1008
1009 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
1010
1011 * subr.el (string-or-null-p): New function.
1012
1013 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
1014
1015 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
1016
1017 * files.el: Update comment about safe-local-variable declarations.
1018
1019 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
1020
1021 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
1022 See idlwave.org.
1023
1024 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
1025 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
1026
1027 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
1028 See idlwave.org.
1029
1030 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
1031 version 6.0 (minimal changes). See idlwave.org.
1032
1033 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
1034 6.0 (minimal changes). See idlwave.org.
1035
1036 * progmodes/idlw-rinfo.el: File obsoleted and removed.
1037
1038 2006-04-06 Romain Francoise <romain@orebokech.com>
1039
1040 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
1041 symmetric encryption features and a new asynchronous interface to
1042 GnuPG. This new version is version 1.4, plus whitespace changes.
1043
1044 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
1045
1046 * files.el: Move some `safe-local-variable' declarations to the
1047 respective files.
1048
1049 * textmodes/ispell.el (ispell-check-comments)
1050 (ispell-local-dictionary): Mark as safe.
1051
1052 * abbrev.el (abbrev-mode): Mark as safe.
1053
1054 * add-log.el (change-log-default-name): Mark as safe.
1055
1056 * textmodes/reftex-vars.el (reftex-vref-is-default)
1057 (reftex-fref-is-default, reftex-level-indent)
1058 (reftex-guess-label-type): Mark as safe.
1059
1060 * textmodes/fill.el (colon-double-space): Mark as safe.
1061
1062 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
1063 (sentence-end-double-space, sentence-end-without-period)
1064 (sentence-end-without-space, sentence-end, sentence-end-base)
1065 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
1066
1067 2006-04-06 Kim F. Storm <storm@cua.dk>
1068
1069 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
1070 the :set-after list.
1071 (ido-downcase-unc-hosts): New user option. Default on.
1072 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
1073 when it is set, as regexps are now applied on the fly.
1074 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
1075 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
1076 on the fly, but only when ido-process-ignore-lists is set.
1077 Do case insensitive filtering if ido-downcase-unc-hosts is set.
1078 Only downcase names if ido-downcase-unc-hosts is set.
1079
1080 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
1081
1082 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
1083
1084 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
1085
1086 2006-04-05 Kim F. Storm <storm@cua.dk>
1087
1088 * ido.el (ido-mode): Set after ido-unc-hosts and
1089 ido-ignore-unc-host-regexps.
1090 (ido-save-history): Save ido-unc-hosts-cache.
1091 (ido-load-history): Load ido-unc-hosts-cache.
1092 (ido-reread-directory): Refresh unc hosts cache in // dir.
1093
1094 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
1095 to nil while displaying slash screen.
1096
1097 2006-04-05 Daiki Ueno <ueno@unixuser.org>
1098
1099 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
1100 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
1101
1102 2006-04-05 Kenichi Handa <handa@m17n.org>
1103
1104 * international/characters.el: Setup cases of Latin, Greek, and
1105 Cyrillic characters in CJK charsets.
1106
1107 2006-03-29 Daiki Ueno <ueno@unixuser.org>
1108
1109 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
1110 default-enable-multibyte-characters. This reverts the change from
1111 revision 6.17 which is no longer necessary because the passphrase
1112 is sent separately now. GnuPG messages are unreadable under
1113 multibyte locales with default-enable-multibyte-characters set to nil.
1114
1115 2006-04-04 Andreas Schwab <schwab@suse.de>
1116
1117 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
1118 and `byte-compile-warnings' as `safe-local-variable'.
1119
1120 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
1121
1122 * man.el (Man-mode-map): Restore the \r binding.
1123 (Man-abstract-xref-man-page): If Man-target-string is a function,
1124 call it.
1125 (Man-highlight-references): Use Man-default-man-entry to get the
1126 target. Deal with xrefs too.
1127 (Man-highlight-references0): Don't call the target function.
1128
1129 * woman.el (WoMan-xref-man-page): Strip the section number, woman
1130 cannot deal with it.
1131
1132 2006-04-04 Daiki Ueno <ueno@unixuser.org>
1133
1134 * pgg-gpg.el: Clean up process buffers every time gpg processes
1135 complete.
1136
1137 2006-04-04 Kenichi Handa <handa@m17n.org>
1138
1139 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
1140 here.
1141 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
1142 Temporarily bind inhibit-field-text-motion to t.
1143
1144 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1145
1146 * startup.el (normal-splash-screen): Only set mode-line-format in the
1147 splash buffer, so as not to interfere when debugging the code.
1148 Ignore errors when switching buffer.
1149
1150 2006-04-03 Romain Francoise <romain@orebokech.com>
1151
1152 * dired.el (dired-dnd-protocol-alist): Fix typo.
1153
1154 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
1155
1156 * savehist.el (savehist): Add :version.
1157 (savehist-ignored-variables): New variable.
1158 (savehist-minibuffer-hook): Don't save variables listed in
1159 `savehist-ignored-variables'.
1160
1161 * dired.el (dired-dnd-protocol-alist): Mention that change does
1162 only apply to new buffers in doc string.
1163
1164 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
1165
1166 * recentf.el (recentf-open-files-item): Include newline in button
1167 field, so opening a file will work, when the point is at the end
1168 of the file name. Allow, for example, to [i]search a file by
1169 extension and just push RET to open it.
1170
1171 2006-04-03 Daiki Ueno <ueno@unixuser.org>
1172
1173 * pgg-gpg.el (pgg-gpg-process-filter)
1174 (pgg-gpg-wait-for-completion): Check if buffer is alive.
1175
1176 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
1177 lines, temporary fix.
1178
1179 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1180
1181 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
1182
1183 2006-04-02 Richard Stallman <rms@gnu.org>
1184
1185 * progmodes/compile.el (compilation-message-face): Make it defcustom.
1186
1187 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1188
1189 * ibuf-macs.el (define-ibuffer-column): Add a new key:
1190 header-mouse-map.
1191
1192 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
1193 (ibuffer-mode-header-map): New keymaps.
1194 (ibuffer-update-title-and-summary): Enable mouse face highlighting
1195 and keybindings for column headers.
1196 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
1197 property.
1198
1199 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
1200
1201 * speedbar.el (speedbar-after-create-hook): Doc fix.
1202
1203 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
1204
1205 * shell.el (shell-directory-tracker)
1206 (shell-dynamic-complete-command): Doc fixes.
1207
1208 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
1209
1210 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
1211 terminals.
1212
1213 2006-04-01 Kim F. Storm <storm@cua.dk>
1214
1215 * ido.el (ido-unc-hosts-cache): New defvar.
1216 (ido-unc-hosts): If value of defcustom is a function, call it to
1217 get list of UNC hosts. Add function-item choices to specify
1218 ido-unc-hosts-net-view or user function.
1219 (ido-ignore-unc-host-regexps): New defcustom.
1220 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
1221 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
1222 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
1223
1224 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1225
1226 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
1227 wwidth.
1228
1229 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
1230
1231 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
1232 (ido-max-work-file-list, ido-switch-buffer)
1233 (ido-read-file-name-as-directory-commands):
1234 Fix typos in docstrings.
1235
1236 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1237
1238 * term/mac-win.el (mac-system-coding-system): Define and use after
1239 Mac-specific coding systems are ready.
1240
1241 2006-03-27 Romain Francoise <romain@orebokech.com>
1242
1243 * net/rcirc.el (rcirc-connect): Add autoload cookie.
1244
1245 * ldefs-boot.el: Update.
1246
1247 2006-03-27 Daiki Ueno <ueno@unixuser.org>
1248
1249 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1250 passphrases when it is not needed.
1251 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1252 passphrase stuff from gpg, should only be necessary when you use
1253 gpg with a smartcard.
1254
1255 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
1256
1257 * comint.el (comint-dynamic-list-completions): Allow user to
1258 select *Completions* buffer.
1259
1260 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
1261
1262 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
1263
1264 2006-03-26 Andreas Schwab <schwab@suse.de>
1265
1266 * progmodes/gud.el (gdb): Only complain about multiple debugging
1267 when the gdb process is still running.
1268
1269 2006-03-25 Eli Zaretskii <eliz@gnu.org>
1270
1271 * mail/rmail.el (tool-bar-map): Defvar it.
1272 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
1273 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
1274
1275 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
1276
1277 * help.el (print-help-return-message): Suggest to use
1278 display-buffer instead of switch-to-buffer-other-window to restore
1279 the previous window without selecting it.
1280
1281 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1282
1283 * frame.el (select-frame-by-name): Call x-focus-frame also when
1284 window-system is mac.
1285
1286 * term/mac-win.el: Adjust Courier font specifications in
1287 x-fixed-font-alist.
1288 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
1289 when directly encoding to UTF-16 in native byte order, no BOM.
1290
1291 2006-03-25 Kim F. Storm <storm@cua.dk>
1292
1293 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
1294 (cua--init-keymaps): Use it instead of fixed C-return.
1295 (cua-mode): Set after it.
1296
1297 * emulation/cua-rect.el (cua--init-rectangles):
1298 Use cua-rectangle-mark-key instead of fixed C-return.
1299
1300 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
1301
1302 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
1303 "run" in .gdbinit.
1304 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
1305
1306 2006-03-24 Romain Francoise <romain@orebokech.com>
1307
1308 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
1309 `display-buffer-other-frame'.
1310
1311 2006-03-24 Kim F. Storm <storm@cua.dk>
1312
1313 * apropos.el (apropos-synonyms): Add selection => region.
1314
1315 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1316
1317 * progmodes/gdb-ui.el (gdb-var-create-regexp)
1318 (gdb-var-list-children-regexp, gdb-var-update-regexp)
1319 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
1320 (gdb-data-list-register-values-regexp)
1321 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
1322 Future proof against new fields being added to MI output.
1323 (gdb-send): Don't treat backslashes for program input as
1324 continuations.
1325 (gdb-assembler-handler): Don't use window-start for this handler.
1326 (gdb-frame-handler): Don't change to hollow arrow if overlay
1327 arrow doesn't move to new frame.
1328
1329 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1330
1331 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
1332 prevent compiler warnings.
1333 (gdb-stopped): Check for gud-last-last-frame (case: signal).
1334 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
1335 (gdb-assembler-custom): Use hollow-right-triangle for assembler
1336 buffer too.
1337
1338 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
1339
1340 * pgg-gpg.el (pgg-gpg-update-agent): Check for
1341 make-network-process, so we can use the same code in Gnus v5-10
1342 too and have this file fully synchronized with that release.
1343
1344 2006-03-23 Romain Francoise <romain@orebokech.com>
1345
1346 * ibuf-ext.el (ibuffer-read-filter-group-name):
1347 Use `ibuffer-generate-filter-groups' to make completion list match
1348 the filter groups that are really displayed in the Ibuffer buffer.
1349 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
1350
1351 2006-03-23 Kenichi Handa <handa@m17n.org>
1352
1353 * international/mule-cmds.el (sort-coding-systems): Describe that
1354 the argument is modified in docstring.
1355
1356 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
1357
1358 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1359 (pgg-gpg-update-agent): New function.
1360 (pgg-gpg-use-agent-p): New function.
1361 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1362 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1363 (pgg-gpg-sign-region): Use it.
1364
1365 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
1366
1367 * cus-edit.el (custom-face-set): Call custom-push-theme before
1368 face-spec set so that `changed' theme is correctly saved.
1369 (custom-face-reset-standard): Reset to recalculated face rather
1370 than defface spec.
1371
1372 * custom.el (custom-push-theme): Only save `changed' theme if the
1373 current face does not match the defface specs.
1374
1375 2006-03-21 Simon Josefsson <jas@extundo.com>
1376
1377 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1378 <wilde@sha-bang.de>.
1379 (pgg-gpg-use-agent): New variable.
1380 (pgg-gpg-process-region): Use it.
1381 (pgg-gpg-encrypt-region): Likewise.
1382 (pgg-gpg-encrypt-symmetric-region): Likewise.
1383 (pgg-gpg-decrypt-region): Likewise.
1384 (pgg-gpg-sign-region): Likewise.
1385 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1386
1387 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
1388
1389 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
1390 bracket links.
1391
1392 2006-03-21 Kim F. Storm <storm@cua.dk>
1393
1394 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
1395 fringe-indicator-alist instead of modifying global value.
1396 (gdb-frame-handler): Likewise.
1397
1398 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
1399
1400 * diff-mode.el (diff-function): Make it inherit from diff-header
1401 instead of diff-context.
1402
1403 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
1404 bitmap.
1405 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
1406 change names in macro above for consistency.
1407 (gdb-frame-handler): Use hollow-right-triangle for all selected
1408 frames which except the innermost (where execution has stopped).
1409 (gdb-reset): Reset buffer-local values of overlay-arrow.
1410
1411 2006-03-20 Richard Stallman <rms@gnu.org>
1412
1413 * simple.el (set-mark-command): Doc fix.
1414
1415 * files.el (display-buffer-other-frame): New command.
1416 (ctl-x-4-map): Bind C-x 5 C-o to it.
1417
1418 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1419
1420 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
1421 rather than just defer-time, in case defer-time has been changed but
1422 the timer isn't running yet.
1423 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
1424
1425 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1426
1427 * help-mode.el (help-follow-symbol): New function.
1428 Essentially identical to the old `help-follow', but do not let
1429 `push-button' do the work when on an xref.
1430 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
1431
1432 2006-03-19 Richard Stallman <rms@gnu.org>
1433
1434 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
1435 preceded by the word `program'.
1436 (help-follow-mouse, help-follow): Throw error if not on xref.
1437 Delete no longer used args.
1438
1439 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
1440
1441 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
1442 annotation ensure gud-overlay-arrow-position is redisplayed.
1443
1444 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1445
1446 * textmodes/bibtex.el (bibtex-include-OPTkey)
1447 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
1448 (bibtex-autokey-name-case-convert)
1449 (bibtex-autokey-titleword-case-convert): Make these the aliases
1450 for the following two variables.
1451 (bibtex-autokey-name-case-convert-function)
1452 (bibtex-autokey-titleword-case-convert-function): Make these the
1453 real names.
1454 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1455 bibtex-font-lock-crossref sublists.
1456 (bibtex-mode): Revert 2005-12-30 change (which made
1457 completion-ignore-case buffer-local).
1458 (bibtex-url): Simplify.
1459
1460 2006-03-19 Kim F. Storm <storm@cua.dk>
1461
1462 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1463 cursor property value to 2 (to align with C level change).
1464
1465 2006-03-19 Bill Wohler <wohler@newt.com>
1466
1467 * image.el (image-load-path-for-library): Shorten first line in
1468 docstring.
1469
1470 2006-03-18 Richard Stallman <rms@gnu.org>
1471
1472 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1473
1474 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
1475
1476 * isearch.el (isearch-other-meta-char): Handle user bindings for
1477 shifted control characters.
1478
1479 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
1480
1481 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1482 part that matches email addresses, file names, etc.
1483
1484 2006-03-18 Eli Zaretskii <eliz@gnu.org>
1485
1486 * term/w32-win.el (mouse-set-font):
1487 Mention w32-list-proportional-fonts in the doc string.
1488
1489 2006-03-18 Kim F. Storm <storm@cua.dk>
1490
1491 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1492 (ido-unc-hosts): New user option to explicitly define list of know
1493 UNC-style hosts for completion.
1494 (ido-cache-unc-host-shares-time): New user option.
1495 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1496 New helper functions for UNC file-name support.
1497 (ido-may-cache-directory): Check for UNC host. Simplify.
1498 (ido-wash-history): Clean out old UNC hosts.
1499 (ido-nonreadable-directory-p): UNC hosts are always readable.
1500 (ido-directory-too-big-p): UNC hosts are never too big.
1501 (ido-set-current-directory): Handle UNC root path.
1502 (ido-file-name-all-completions): Complete UNC host names from
1503 ido-unc-hosts list. Cache UNC host shares.
1504 (ido-make-file-list-1): Don't filter UNC root.
1505 (ido-exhibit): Check for // in root directory, and switch to UNC
1506 mode by setting ido-current-directory to //.
1507
1508 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1509
1510 * cus-edit.el (customize-changed-options): Mention explicit
1511 version number as default in prompt.
1512
1513 2006-03-17 Bill Wohler <wohler@newt.com>
1514
1515 * image.el (image-load-path-for-library): Minor docstring fix.
1516
1517 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1518
1519 * textmodes/org.el (org-read-date): Include subgroup 5 into
1520 replacement text.
1521 (org-popup-calendar-for-date-prompt): Fix customization type.
1522
1523 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1524
1525 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1526 (gdb-continuation): New variable.
1527 (gdb-send): Deal with continuation lines.
1528
1529 * progmodes/gud.el (gud-gdb-complete-command)
1530 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1531 expressions.
1532 (gud-tooltip-mode): Use buffer-local value.
1533
1534 2006-03-16 Kim F. Storm <storm@cua.dk>
1535
1536 * ido.el (ido-edit-input): Use selected match, if any.
1537
1538 2006-03-16 Bill Wohler <wohler@newt.com>
1539
1540 * image.el (image-load-path-for-library): Prefer user's images in
1541 image-load-path.
1542
1543 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1544
1545 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1546 when checking for attempt to drag leftmost or rightmost scrollbar.
1547
1548 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1549
1550 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1551 (gdb-force-mode-line-update): New function.
1552 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1553 (gdb-exited): Use them.
1554 (gdb-signal): New function.
1555 (gdb-annotation-rules): Provide a rule for it.
1556
1557 2006-03-16 Kenichi Handa <handa@m17n.org>
1558
1559 * international/mule.el (auto-coding-regexp-alist): Add entries
1560 for Unicode BOM.
1561
1562 * sort.el (sort-build-lists): Temporarily bind
1563 inhibit-field-text-motion to t.
1564
1565 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1566
1567 * locate.el (locate-command, locate-make-command-line)
1568 (locate-fcodes-file, locate-update-command)
1569 (locate-prompt-for-command, locate, locate-with-filter)
1570 (locate-get-file-positions): Doc fixes.
1571 (locate-buffer-name, locate-header-face): Remove leading `*' in
1572 defcustom.
1573 (locate-filter-output): Use `keep-lines' instead of its alias
1574 `delete-non-matching-lines'.
1575 (locate-get-filename, locate-get-dirname): Add introductory comment.
1576 (locate-find-directory-other-window): Give appropriate error
1577 message if used outside main listing.
1578
1579 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1580
1581 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1582 the new extend-region feature.
1583 (font-lock-after-change-function): Update correspondingly.
1584 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1585 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1586
1587 2006-03-15 Bill Wohler <wohler@newt.com>
1588
1589 * image.el (image-load-path-for-library): Fix example by not
1590 recommending that one binds image-load-path. Just defvar it to
1591 placate compiler and only use it if previously defined.
1592
1593 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1594
1595 * textmodes/org.el (org-insert-centered): Use `string-width' to
1596 make underlining work for wide characters.
1597 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1598 TAB to `org-cycle', to make sure that no binding in
1599 `outline-mode-map' can supercede it.
1600
1601 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1602
1603 * allout.el: Increment version to 2.2.1 in file commentary.
1604
1605 (allout-version): Increment to 2.2.1.
1606
1607 (allout-default-layout): New customization variable, used when the
1608 file lacks a specific allout-layout. Uses allout-layout-type for
1609 recursively nested definition.
1610
1611 (allout-layout-type): Widget defining allout layouts, necessary for
1612 self-recursive definition.
1613
1614 (allout-mode): Incorporate allout-default-layout as fallback for
1615 allout-layout.
1616
1617 (allout-layout): Mark as 'safe-local-variable', and refer mention
1618 fallback to `allout-default-layout' in absence of a specified value.
1619 (allout-passphrase-verifier-string)
1620 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1621
1622 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1623
1624 (allout-get-encryption-passphrase-verifier): Use correct name of
1625 passphrase verifier in docstring.
1626
1627 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1628
1629 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1630 elements.
1631 (gdb-find-watch-expression): Make it work for arrays too.
1632 Follow change to gdb-var-list.
1633 (gud-watch): Allow the user to enter variable name with a prexix
1634 arg. Create keybindings.
1635 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1636 (gdb-var-list-children-handler, gdb-var-update-handler)
1637 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1638 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1639 Follow change to gdb-var-list.
1640 (gdb-starting): Don't show the overlay arrows when program is running.
1641
1642 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1643 gdb-var-list.
1644
1645 2006-03-14 Bill Wohler <wohler@newt.com>
1646
1647 * image.el (image-load-path-for-library): Pass value of path
1648 rather than symbol. Always return list of directories.
1649 Guarantee that image directory comes first.
1650
1651 2006-03-14 Alan Mackenzie <acm@muc.de>
1652
1653 * font-core.el (font-lock-extend-region\(-function\)?.):
1654 New function/variable.
1655
1656 * font-lock.el (font-lock-after-change-function):
1657 Call font-lock-extend-region. Obey font-lock-lines-before.
1658 (font-lock-default-fontify-region): Remove reference to
1659 font-lock-lines-before.
1660
1661 * jit-lock.el (jit-lock-after-change):
1662 Call font-lock-extend-region. Obey font-lock-lines-before.
1663
1664 2006-03-14 David Ponce <david@dponce.com>
1665
1666 * tree-widget.el (tree-widget-themes-load-path)
1667 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1668
1669 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1670
1671 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1672 (rcirc-print): Mark the start of text at the end of the prompt.
1673 (rcirc-track-minor-mode): Add autoload cookie.
1674 (rcirc-update-activity-string): Add space to front of mode-line
1675 indicator.
1676
1677 2006-03-13 Miles Bader <miles@gnu.org>
1678
1679 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1680 (rcirc-abbrev-nick): Remove function.
1681 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1682
1683 2006-03-13 David Ponce <david@dponce.com>
1684
1685 * tree-widget.el: Handle themes across all occurrences of the main
1686 themes sub-directory found in tree-widget-themes-load-path.
1687 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1688 (tree-widget--locate-sub-directory): Return all occurrences.
1689 (tree-widget-themes-path): New function.
1690 Replace tree-widget-themes-directory, and return a list of directories.
1691 (tree-widget-set-parent-theme)
1692 (tree-widget-lookup-image): Use it.
1693
1694 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1695
1696 * textmodes/org.el (org-link-search): Avoid self-matching of
1697 links, allow target text to be distributed over several lines.
1698 (org-search-not-link): New function.
1699 (org-set-regexps-and-options, org-get-current-options):
1700 New startup options.
1701 (org-export-as-html): Take odd-level setting from local variable.
1702 (org-fontify-emphasized-text): New option.
1703 (org-set-font-lock-defaults): Include emphasized text.
1704 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1705 (org-font-lock): Customize group renamed from `org-faces'.
1706
1707 2006-03-13 John Paul Wallington <jpw@pobox.com>
1708
1709 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1710 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1711
1712 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1713
1714 * cus-start.el (all): Delete :version keyword for members of the
1715 fringe group, since the entire group is new in 22.1.
1716
1717 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1718
1719 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1720 map if value is hexadecimal (an address).
1721 (gud-watch): Only search roots for existing watch expressions.
1722 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1723 prevent caching problems with speedbar-update-directory-contents.
1724
1725 2006-03-12 Juri Linkov <juri@jurta.org>
1726
1727 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1728 before comparing with `low' and `warn'.
1729
1730 * info.el (Info-dir-remove-duplicates): Move point to the
1731 beginning of the current line after deleting the entries from
1732 redundant heading. Use marker for `limit' and compare it with
1733 point before calling `re-search-forward'.
1734
1735 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1736
1737 * simple.el (yank): Fix typo in docstring.
1738
1739 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1740
1741 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1742 messages, where "D" is the 6th character.
1743
1744 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1745
1746 * simple.el (yank): Fix last change.
1747
1748 2006-03-11 David Ponce <david@dponce.com>
1749
1750 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1751 merging elements from the standard ispell-dictionary-alist.
1752 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1753 alist, and return the new alist.
1754
1755 2006-03-11 Richard Stallman <rms@gnu.org>
1756
1757 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1758
1759 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1760 the way it is implemented is too unclean.
1761
1762 * simple.el (kill-region, yank): Doc fix.
1763
1764 * battery.el (battery-echo-area-format): Doc fix.
1765 (battery-mode-line-format): Likewise.
1766 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1767 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1768
1769 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1770
1771 * progmodes/octave-mod.el (octave-indent-for-comment):
1772 Behave according to do string.
1773
1774 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1775
1776 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1777 Be visible only if major mode is Mail Mode.
1778
1779 * textmodes/flyspell.el (flyspell-external-point-words)
1780 (flyspell-process-localwords): Fix last changes.
1781
1782 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1783
1784 * calendar/holidays.el (list-holidays): Doc fix.
1785
1786 * international/mule.el (auto-coding-alist): Add .odt
1787 (OpenOffice's open document) files.
1788
1789 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1790 document) files. Mention in the doc string the need to sync with
1791 auto-coding-alist.
1792
1793 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1794
1795 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1796 enable-local-variables is set to always query, or there is no
1797 savable variable.
1798
1799 2006-03-10 Bill Wohler <wohler@newt.com>
1800
1801 * image.el (image-load-path-for-library): Merge at least three
1802 functions from Gnus and MH-E into this one function that can now
1803 be shared.
1804
1805 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1806
1807 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1808 gdb-remove-mouse-face and remove help-echo too.
1809 (gdb-enqueue-input): Correct conditional clause.
1810
1811 2006-03-10 Glenn Morris <rgm@gnu.org>
1812
1813 * calendar/calendar.el (calendar-holidays): Doc fix.
1814 * calendar/holidays.el (list-holidays): Doc fix.
1815
1816 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1817
1818 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1819 it gets called in gdb-prompt anyway.
1820 (gdb-use-separate-io-buffer): Only restore window arrangement for
1821 gdb-many-windows.
1822 (gdb-enqueue-input): Make it harder to send GDB input when program
1823 is running.
1824 (gdb-buffer-list): New variable.
1825 (gdb-remove-mouse-face): New function.
1826 (gdb-starting): Use it when GDB input won't get sent.
1827
1828 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1829
1830 * help.el (view-lossage): Remove trailing whitespace before
1831 inserting "\n".
1832
1833 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1834
1835 * files.el (hack-local-variables-confirm):
1836 Set coding-system-for-read to nil before writing to .emacs.
1837
1838 * arc-mode.el (archive-extract): Check if an existing buffer name
1839 comes from a different archive.
1840
1841 * help.el (describe-key-briefly): If KEY is a down event, read and
1842 discard the up event.
1843
1844 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1845
1846 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1847 be edited and use font-lock-warning-face for any changes.
1848
1849 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1850 (gdb-edit-value): Use it to report any errors.
1851
1852 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1853
1854 * help.el (describe-key): Remove leftover test code.
1855
1856 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1857
1858 * textmodes/org.el: Move defvars out of eval-when-compile.
1859 Use buffer-file-name variable.
1860 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1861 arg `file'.
1862 (org-level-faces): Remove startup dependency.
1863 (org-cycle, org-map-tree, org-scan-tags)
1864 (org-remember-handler): Don't call `outline-level' directly.
1865 (org-mhe-search-all-folders): New option.
1866 (org-mhe-get-message-folder-from-index)
1867 (org-mhe-get-message-folder): Fix indexing search.
1868 (org-format-agenda-item): Handle nil TAGS argument.
1869 (org-cleaned-string-for-export, org-activate-target-links)
1870 (org-make-target-link-regexp): Deal with empty radio target list.
1871 (org-tag): New face.
1872 (org-get-level-face): New function.
1873 (org-set-font-lock-defaults): Simplify setup for headlines.
1874 (org-complete): Pass common substring to `display-completion-list'.
1875
1876 2006-03-06 David Ponce <david@dponce.com>
1877
1878 * tree-widget.el: Update Commentary header.
1879 (tree-widget-theme-name): Ignore parent themes.
1880 (tree-widget-set-parent-theme): New function.
1881 (tree-widget-set-theme): Use it.
1882 (tree-widget-set-image-properties): Move definition. Does nothing
1883 if image properties have already been set.
1884 (tree-widget-image-properties): Move definition. Receive an image
1885 name. Set the :pointer property.
1886 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1887 Don't set the :pointer image property.
1888 (tree-widget-convert-widget): New function. Handle :dynargs
1889 compatibility here.
1890 (tree-widget): Use it to :convert-widget. Add the :expander-p
1891 predicate to control when the :expander function is entered.
1892 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1893 (tree-widget-value-create): Handle :expander-p. widget-apply
1894 :expander.
1895 (tree-widget-expander-p): New function. Default value of the
1896 :expander-p property.
1897
1898 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1899
1900 * help.el (describe-key): Properly handle the return value of
1901 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1902 remaps. Handle string and vector `follow-link' values.
1903
1904 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1905
1906 * complete.el (PC-expand-many-files): Try be more careful when parsing
1907 the shell's output.
1908
1909 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1910
1911 * outline.el (hide-sublevels): Provide better interactive default.
1912
1913 2006-03-06 Kenichi Handa <handa@m17n.org>
1914
1915 * international/fontset.el (create-fontset-from-fontset-spec):
1916 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1917
1918 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1919
1920 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1921 backslashes instead of one in regexp.
1922 (gud-tooltip-dereference): Add missing optional argument.
1923
1924 2006-03-04 John Paul Wallington <jpw@pobox.com>
1925
1926 * wdired.el (toplevel): Require `cl' at compile-time.
1927
1928 2006-03-04 Andreas Schwab <schwab@suse.de>
1929
1930 * server.el (server-process-filter): Handle errors during
1931 evaluation of the argument.
1932
1933 2006-03-03 John Paul Wallington <jpw@pobox.com>
1934
1935 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1936 escape parentheses at beginning of line.
1937 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1938 (t-mouse-mode): Remove period from end of error message.
1939
1940 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1941
1942 * textmodes/flyspell.el (flyspell-process-localwords):
1943 Be case-sensitive.
1944
1945 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1946
1947 * cus-edit.el (custom-quote): Remove function, since it has been
1948 moved to custom.el.
1949
1950 * font-lock.el (lisp-font-lock-keywords-2)
1951 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1952 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1953 they have no special meaning.
1954
1955 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1956 indirect buffer gets killed before indirect buffer. Use dolist.
1957
1958 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1959
1960 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1961 value instead of a literal constant (1) on more pauses.
1962
1963 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1964
1965 * textmodes/flyspell.el (flyspell-external-point-words):
1966 Be case-sensitive.
1967
1968 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1969
1970 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1971 with "www".
1972
1973 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1974
1975 * allout.el: Restablish intermediate missing comment header to
1976 preserve outline structure.
1977 (allout-beginning-of-current-entry): Skip invisible text.
1978 (allout-open-topic): Fix opening a topic at end-of-buffer.
1979 (allout-minor-mode): Move nearer to allout-mode function.
1980
1981 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1982
1983 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1984
1985 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1986
1987 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1988 is nil.
1989
1990 * progmodes/gud.el (gud-speedbar-menu-items):
1991 Use buffer-local-value and add missing :visible keyword.
1992
1993 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1994
1995 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1996
1997 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1998 must be `follow-link'.
1999
2000 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
2001
2002 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
2003 formatting: No nested anchors.
2004 (org-all-targets): Fix bug with XEmacs compatibility.
2005 (org-read-date): Add (require 'parse-time).
2006 (org-set-tags): Fix bug with extra inserted space.
2007 (org-export-html-style): Define a style class for targets.
2008 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
2009 (org-hide-leading-stars): New option.
2010 (org-hide): New face.
2011 (org-set-font-lock-defaults): Allow to hide leading stars.
2012 (org-get-legal-level, org-tr-level): New functions.
2013 (org-odd-levels-only): New option.
2014 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
2015 (org-demote, org-promote): Deal with double-star levels.
2016 (org-convert-to-odd-levels): New command.
2017
2018 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
2019
2020 * speedbar.el (speedbar-update-localized-contents): Try to
2021 preserve window-start.
2022 (speedbar-update-directory-contents): Try to preserve window-start
2023 and window-point.
2024 (speedbar-update-special-contents): Don't move back to start of window.
2025
2026 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
2027 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
2028 speedbar-timer-fn.
2029 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
2030 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
2031 instead of gdb-speedbar-timer-fn.
2032
2033 2006-02-28 Jay Belanger <belanger@truman.edu>
2034
2035 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
2036 (math-compose-expr): Use latex option when calling
2037 `math-compose-tex-matrix' for latex mode.
2038
2039 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
2040
2041 * speedbar.el: Re-instate comments about developing for speedbar
2042 [this is what info and gdb-ui use even if better methods exist now].
2043
2044 * t-mouse.el: New file.
2045 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
2046 (t-mouse-lispy-buffer-posn-from-coords): Remove.
2047 (t-mouse-make-event-element): Use posn-at-x-y instead.
2048 (t-mouse-make-event): Deal with Fedora Core 3.
2049 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
2050 (t-mouse-mouse-position-function): New function. Use it instead
2051 of advising mouse-position.
2052 (t-mouse-mode): New minor mode.
2053 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
2054
2055 2006-02-27 Glenn Morris <rgm@gnu.org>
2056
2057 * calendar/calendar.el (calendar-holidays): Doc fix.
2058
2059 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
2060
2061 * progmodes/gdb-ui.el (gdb-source-window): New variable.
2062 Re-introduce the concept of a source window.
2063 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
2064 consistency with get-buffer-create.
2065 (def-gdb-auto-update-handler, gdb-info-locals-handler)
2066 (gdb-data-list-register-values-handler)
2067 (gdb-stack-list-locals-handler): Try to preserve window-start as
2068 well as window-point.
2069 (gdb-display-source-buffer): New function (old concept).
2070 (gdb-goto-breakpoint): Use it.
2071
2072 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
2073 for gdb-ui/gdb-mi (old concept).
2074
2075 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
2076
2077 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
2078 binding.
2079
2080 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
2081
2082 * textmodes/reftex-sel.el (reftex-select-label-map)
2083 (reftex-select-bib-map): Add `follow-mouse' binding.
2084
2085 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
2086
2087 * jka-cmpr-hook.el (jka-compr-compression-info-list)
2088 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
2089 Give :set functions to provide automatic updating.
2090 Update docstring. Give compiler defvars early in the file
2091 and move the defcustoms to a later spot where all called functions
2092 are defined.
2093 (jka-compr-file-name-handler-entry): Doc fix.
2094 (jka-compr-compression-info-list--internal)
2095 (jka-compr-mode-alist-additions--internal)
2096 (jka-compr-load-suffixes--internal): New variables.
2097 (jka-compr-install): Set the three above variables.
2098 Update `load-file-rep-suffixes' instead of `load-suffixes'.
2099 (jka-compr-update, jka-compr-set): New functions.
2100 (auto-compression-mode): Doc fix.
2101
2102 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
2103 Update `load-file-rep-suffixes' instead of `load-suffixes'.
2104 Use jka-compr-compression-info-list--internal,
2105 jka-compr-mode-alist-additions--internal and
2106 jka-compr-load-suffixes--internal.
2107
2108 * files.el (load-library):
2109 * loadhist.el (file-loadhist-lookup):
2110 * startup.el (command-line):
2111 * subr.el (locate-library):
2112 * emacs-lisp/autoload.el (update-directory-autoloads):
2113 * emacs-lisp/find-func.el (find-library-suffixes):
2114 Use `get-load-suffixes' instead of `load-suffixes'.
2115
2116 * subr.el (locate-library):
2117 * emacs-lisp/find-func.el (find-library-name):
2118 Use `load-file-rep-suffixes' instead of '("").
2119
2120 2006-02-26 Kim F. Storm <storm@cua.dk>
2121
2122 * ido.el (ido-save-history, ido-load-history): Simplify.
2123 Don't use find-file-noselect to avoid interference from other modes.
2124
2125 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
2126
2127 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
2128 to use the default shell if filename is not available.
2129 Reported by Giorgos Keramidas.
2130
2131 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
2132
2133 * progmodes/etags.el (tags-completion-table): Do completion from
2134 all the tables in the current list, as documented in the manual.
2135
2136 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2137
2138 * CC Mode Update to 5.31.3.
2139
2140 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2141
2142 * progmodes/cc-mode.el (c-postprocess-file-styles):
2143 Bind inhibit-read-only to t, around the call to
2144 c-remove-any-local-eval-or-mode-variables, so that it works on a
2145 RO file.
2146
2147 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2148
2149 * progmodes/cc-awk.el: Correct a typo.
2150
2151 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2152
2153 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
2154 c-hungry-delete-backwards, at the request of RMS. Leave the old
2155 name as an alias.
2156
2157 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2158
2159 * progmodes/cc-mode.el: Correct a typo.
2160
2161 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2162
2163 * progmodes/cc-defs.el: Update the version number to 5.31.3.
2164
2165 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2166
2167 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
2168 brace-else-brace (error due to mbeg, mend being undefined).
2169
2170 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2171
2172 * progmodes/cc-mode.el: File Local variables: Solve the problem
2173 where both `mode' and c-file-offsets are specified: `mode' will
2174 overwrite c-f-o's settings:
2175 (c-remove-any-local-eval-or-mode-variables): New function.
2176 (c-postprocess-file-styles): Call the above new function, within
2177 c-tentative-buffer-change, to splat `mode' and `eval' before the
2178 second hack-local-variables.
2179
2180 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2181
2182 * progmodes/cc-mode.el:
2183 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
2184 (c-after-change): Protect the match data with save-match-data.
2185 It was getting corrupted by c-after-change-check-<>-operators.
2186
2187 * cc-defs.el: [Supersedes patch V1.38]:
2188 (top level): Check for a buggy font-lock-compile-keywords ONLY in
2189 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
2190
2191 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
2192 with save-match-data. It was being corrupted when Font Lock was
2193 not enabled.
2194
2195 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2196
2197 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
2198 Mode and Subword Mode.
2199
2200 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
2201 real labels ("case 1:" or "foo:") from non-labels ("public:").
2202 (c-forward-objc-directive): Replace c-forward-token-2 with crude
2203 coding; c-f-t-2 doesn't move over a token at EOB.
2204
2205 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
2206
2207 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
2208 (c-update-modeline): Concatenate the minor mode indicators
2209 directly onto mode-name, removing c-submode-indicators.
2210 Sometimes, c-s-i got separated from the mode name on the mode line.
2211
2212 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
2213 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
2214
2215 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
2216
2217 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
2218 error message when there's an evaluation error to show whether
2219 it's loaded from source or not.
2220 (c-filter-ops): Make it available at runtime too to work when
2221 `c-make-init-lang-vars-fun' needs to evaluate from source.
2222
2223 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
2224
2225 * help.el (help): Revert last part of 2006-02-23 change (deletion
2226 of the `provide' call).
2227
2228 2006-02-23 Juri Linkov <juri@jurta.org>
2229
2230 * compare-w.el (compare-windows-highlight): Add new value
2231 `persistent' and change :type from `boolean' to `choice'.
2232 (compare-windows-overlays1, compare-windows-overlays2):
2233 New internal variables.
2234 (compare-windows-highlight): If compare-windows-highlight is
2235 `persistent', add current overlays to compare-windows-overlays[12]
2236 instead of adding compare-windows-dehighlight to pre-command-hook.
2237 (compare-windows-dehighlight): Delete all overlays from
2238 compare-windows-overlays[12].
2239
2240 * info.el (Info-search): Don't bind search-spaces-regexp to
2241 Info-search-whitespace-regexp in non-regexp isearch mode.
2242
2243 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2244
2245 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
2246
2247 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
2248
2249 * textmodes/org.el (org-xemacs-p)
2250 (org-export-html-show-new-buffer, org-table-may-need-update)
2251 (org-insert-item, org-mhe-get-message-real-folder)
2252 (org-mhe-get-message-folder-from-index)
2253 (org-mhe-get-message-folder, org-mhe-get-message-num)
2254 (org-mhe-get-header, org-make-org-heading-search-string)
2255 (org-make-org-heading-camel, org-table-sort-lines)
2256 (org-format-org-table-html, org-format-table-table-html):
2257 Fix typos in docstrings.
2258
2259 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
2260
2261 * textmodes/org.el (org-cleaned-string-for-export)
2262 (org-solidify-link-text): New function.
2263 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
2264 XEmacs, just to silence the compiler.
2265 (org-export-as-ascii, org-export-as-html-and-open):
2266 Use `org-cleaned-string-for-export' and create internal links.
2267 (org-follow-mhe-link): Require mh-e, use folder.
2268
2269 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2270
2271 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
2272
2273 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
2274 gdb-debug-log-length.
2275 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
2276 it a real ring but...
2277 (gud-gdba-marker-filter): ...make it work like mark-ring.
2278 (gdb-enable-debug): Rename from gdb-enable-debug-log.
2279 (gdb-mouse-jump): New function. Add bindings.
2280
2281 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2282
2283 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
2284 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
2285 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
2286 (gdb-debug-log-length): Customize it's length.
2287 (gud-watch, gdb-var-create-handler): Display function::var format
2288 but don't use to create variable object.
2289 (gdb-var-create-handler): Use message-box in place of message.
2290 (gdb-stopped): Call gdb-exited if signalled.
2291
2292 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
2293
2294 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
2295
2296 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
2297
2298 * textmodes/reftex.el (reftex-locate-file): Search all extensions
2299 if `reftex-try-all-extensions' is set.
2300
2301 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
2302 fail silently when there is no valid argument at point.
2303 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
2304 `fail-silently' argument. From a patch by David Reiter.
2305
2306 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
2307 New commands.
2308 (org-mark-ring): New variable.
2309 (org-mark-ring-length): New option.
2310 (org-open-at-point, org-goto, org-open-file): Push old position
2311 onto the mark ring.
2312 (org-add-hook): New function.
2313 (org-export-table-remove-special-lines): New option.
2314 (org-skip-comments, org-format-org-table-html): Respect new
2315 option `org-export-table-remove-special-lines'.
2316 (org-open-file): Allow special command configuration for
2317 directory link.
2318 (org-file-apps): Fix bugs in customize type, added setting
2319 for directories.
2320 (org-activate-tags, org-format-agenda-item, org-complete)
2321 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
2322 (org-get-tags, org-get-buffer-tags, org-open-at-point)
2323 (org-link-search, org-make-org-heading-search-string)
2324 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
2325 (org-radio-targets, org-file-link-context-use-camel-case)
2326 (org-activate-camels): New options.
2327 (org-update-radio-target-regexp, org-all-targets)
2328 (org-make-target-link-regexp, org-activate-target-links):
2329 New functions.
2330 (org-make-org-heading-search-string): New function.
2331 (org-store-link, org-insert-link): Use new option
2332 `org-file-link-context-use-camel-case'.
2333 (org-activate-camels): Use new option `org-activate-camels'.
2334 (org-link-regexp): Add mhe prefix.
2335 (org-open-at-point, org-store-link): Support for mhe links.
2336 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
2337 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
2338 (org-mhe-get-header, org-follow-mhe-link): New functions.
2339 (org-remove-angle-brackets, org-add-angle-brackets):
2340 New functions.
2341 (org-bracket-link-regexp): New constant.
2342 (org-read-date): Fix bug that was rejecting all typed dates.
2343 (org-link-search): Make hierarchy above visible after a match.
2344 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
2345 (org-store-link): Fix bug with link creation when cursor is in
2346 an empty line.
2347 (org-open-at-point): Fix bug with matching a link.
2348 Fixed buggy argument sequence in call to `org-view-tags'.
2349 (org-compile-prefix-format): Set `org-prefix-has-tag'.
2350 (org-prefix-has-tag): New variable.
2351 (org-format-agenda-item): Remove tags from headline
2352 if appropriate.
2353 (org-agenda-remove-tags-when-in-prefix): New option.
2354
2355 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
2356
2357 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
2358 Fix the regular expressions.
2359
2360 2006-02-21 Richard M. Stallman <rms@gnu.org>
2361
2362 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
2363 if there's no other specific basis.
2364
2365 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
2366 as variables at all.
2367 (unsafep-variable): Rename arg; doc fix.
2368
2369 * abbrevlist.el (list-one-abbrev-table): Add autoload.
2370
2371 * calendar/appt.el (diary-selective-display): Add defvar.
2372
2373 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
2374
2375 * isearch.el (search-whitespace-regexp): Fix custom type.
2376
2377 * help.el (describe-key-briefly): Compute interactive args
2378 in same was as before previous change.
2379
2380 * files.el (enable-local-variables): Doc fix.
2381
2382 2006-02-21 Kim F. Storm <storm@cua.dk>
2383
2384 * fringe.el: Cleanup as file is now pre-loaded.
2385 (fringe-bitmaps): Initialize unconditionally.
2386 (fringe-mode, set-fringe-style): Remove autoload cookies.
2387
2388 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2389
2390 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
2391 `horizontal-bar'.
2392 (fringe-cursor-alist): Use `horizontal-bar'.
2393
2394 2006-02-20 Kim F. Storm <storm@cua.dk>
2395
2396 * fringe.el (fringe-bitmaps): Update to new bitmap names.
2397 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
2398
2399 * loadup.el: Load "fringe" on window systems.
2400
2401 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2402
2403 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
2404 out of scope components.
2405
2406 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
2407 default.
2408
2409 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
2410
2411 * custom.el (customize-mark-to-save, customize-mark-as-set):
2412 Load the symbol first.
2413
2414 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
2415
2416 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
2417 strech spec so it doesn't display as "^J" on the header line
2418 when `Buffer-menu-use-header-line' is t.
2419
2420 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2421
2422 * speedbar.el (speedbar-make-button): Keep text properties
2423 of string arguments if desired.
2424
2425 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
2426 expessions.
2427
2428 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
2429 of speedbar.
2430
2431 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
2432
2433 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
2434 to value of `read-file-name-completion-ignore-case'.
2435
2436 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
2437
2438 * custom.el (customize-mark-as-set): Push to `user' theme.
2439
2440 * cus-edit.el (custom-save-variables): Allow unthemed values.
2441 (customize-set-variable): Push setting to `user' theme.
2442
2443 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2444
2445 * progmodes/gud.el: Don't require font-lock as it's now
2446 automatically loaded.
2447 (gud-speedbar-buttons): Replace gdb-var-changed with
2448 gdb-force-update.
2449
2450 * progmodes/gdb-ui.el (gdb-force-update): Rename from
2451 gdb-var-changed.
2452 (gdb-post-prompt): Use it.
2453 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2454 (gdb-var-update-handler, gdb-var-delete)
2455 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2456 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2457 gdb-force-update in gdb-post-prompt.
2458 (gdb-reset): Clear watch expressions from speedbar when quitting.
2459
2460 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2461
2462 * viper-cmd.el (viper-insert-state-post-command-sentinel)
2463 (viper-change-state-to-vi, viper-change-state-to-emacs):
2464 Make aware of cursor coloring in the Emacs state.
2465 (viper-special-read-and-insert-char): Use read-char-exclusive.
2466 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2467
2468 * viper-init.el (viper-emacs-state-cursor-color): New variable.
2469
2470 * viper-util.el (viper-save-cursor-color)
2471 (viper-get-saved-cursor-color-in-replace-mode)
2472 (viper-get-saved-cursor-color-in-insert-mode)
2473 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2474 state.
2475 (viper-get-saved-cursor-color-in-emacs-mode): New function.
2476
2477 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2478 (ediff-ignore-case-option3, ediff-actual-diff-options)
2479 (ediff-actual-diff3-options): New variables to control case sensitivity.
2480 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2481 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2482 (ediff-toggle-ignore-case): New function.
2483 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2484
2485 * ediff-help.el (ediff-long-help-message-narrow2)
2486 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2487 (ediff-long-help-message-word-mode): Add ignore-case command.
2488 (ediff-help-for-quick-help): Add ignore-case command.
2489
2490 * ediff-merg.el: Move provide to the end.
2491
2492 * ediff-ptch.el: Move provide to the end.
2493
2494 * ediff-wind.el: Move provide to the end.
2495
2496 * ediff-mult.el: Move provide to the end.
2497 (ediff-set-meta-overlay): Enable follow-link.
2498
2499 * ediff.el: Move provide to the end.
2500 Break recursive load cycle in eval-when-compile.
2501 (ediff-patch-buffer): Better heuristics.
2502
2503 * ediff-util.el: Move provide to the end.
2504 Break recursive load cycle in eval-when-compile.
2505 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2506 defuns.
2507 (ediff-submit-report): Pass the values of ediff-diff3-program,
2508 ediff-diff3-options.
2509
2510 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2511
2512 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2513 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2514 `' (for example, in the docstring of `windmove-default-keybindings').
2515
2516 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2517
2518 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2519 shadow face. Don't provide binding to edit variable when it is
2520 out of scope.
2521
2522 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2523 (gdb-var-update-handler): Detect out of scope variables with pre
2524 GDB 6.4 too.
2525 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2526 Reset status of variable objects to nil in update handlers.
2527 (gdb-var-update-handler-1): Detect when a variable object comes
2528 in scope. setcar on var changes gdb-var-list directly.
2529
2530 2006-02-17 Juri Linkov <juri@jurta.org>
2531
2532 * ffap.el (ffap) <defface>: Add explicit face declaration.
2533 (ffap-highlight): Use face `ffap' directly instead of checking
2534 for its existence.
2535
2536 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2537 `visible-ok' of `other-buffer' to find the right original buffer.
2538
2539 * info.el (Info-search): Skip `Local Variables' node.
2540
2541 2006-02-17 Juri Linkov <juri@jurta.org>
2542
2543 * info.el (Info-find-file): Check for symbols `apropos', `history',
2544 `toc' in the input filename, and return these symbols as is.
2545 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2546 `history', `toc' instead of strings.
2547 (Info-set-mode-line): For non-string Info-current-file use the
2548 symbol's name inside **.
2549 (Info-isearch-push-state): Add quote before Info-current-file and
2550 Info-current-node.
2551 (Info-isearch-pop-state): Use `equal' instead of `string='.
2552 (Info-extract-pointer, Info-following-node-name): Use
2553 `match-string-no-properties' instead of `match-string'.
2554 (Info-up): Check `old-file' for `stringp'.
2555 (Info-history): Use `equal' instead of `string-equal'.
2556 Check `file' for `stringp'.
2557 (Info-history): Use symbol `history' instead of string as first arg
2558 of `Info-find-node'.
2559 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2560 `toc' instead of string.
2561 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2562 instead of `buffer-substring', and `match-string-no-properties'
2563 instead of `match-string'.
2564 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2565 instead of strings.
2566 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2567 Use symbol `apropos' instead of string.
2568 (Info-copy-current-node-name): Check `Info-current-file' for
2569 `stringp' and construct a command with `Info-find-node' from it.
2570 (Info-fontify-node): Use `match-string-no-properties' instead of
2571 `match-string' and check file names for `stringp'.
2572 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2573 `history', `toc' instead of strings.
2574
2575 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2576
2577 * files.el: Rearrange functions and variables in the file local
2578 variables section.
2579
2580 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2581
2582 * files.el: Add truncate-lines, ispell-check-comments and
2583 ispell-local-dictionary as safe local variables.
2584
2585 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2586
2587 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2588 out of scope variables.
2589 (gud-speedbar-buttons): Use unless.
2590
2591 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2592 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2593 (gdb-show-changed-values): Also use for out of scope variables.
2594 (gdb-var-update-handler-1): Note if variable goes out of scope.
2595
2596 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2597
2598 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2599 default to global variable values for unsupplied args.
2600 (rcirc-get-buffer-create): Fix bug with setting the target.
2601 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2602 test for rcirc-always-use-server-buffer-flag here.
2603 (rcirc-response-formats): Add %N, which is a facified nick. %n
2604 uses the default face. Change the ACTION format string. If the
2605 "nick" is the server, don't print anything for that field.
2606 Comment fixes.
2607 (rcirc-target-buffer): Don't test
2608 rcirc-always-use-server-buffer-flag here.
2609 (rcirc-print): Squeeze extra spaces out of the text before message.
2610 (rcirc-put-nick-channel): Strip potential "@" char from nick
2611 before adding them to nick table.
2612 (rcirc-url-regexp): Improve to match address like "foo.com".
2613
2614 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2615
2616 * allout.el (allout-hidden-p): Move this defsubst before
2617 allout-overlay-interior-modification-handler, where it is first
2618 used.
2619
2620 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2621
2622 * allout.el: Use allout invisible-text overlays instead of
2623 selective display for concealed text. Also, lots of general
2624 cleanup, and improved compatibility code.
2625
2626 (allout-version) Incremented, corrected, revised, and refined
2627 module commentary.
2628
2629 (provide 'allout): Moved to the bottom, added a require of overlay.
2630
2631 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2632 `except-current'.
2633 (allout-write-file-hook-handler): Minimize delay.
2634 (count-trailing-whitespace-region): New function so
2635 auto-encryption of current topic can resituate cursor exactly.
2636 PGP/GPG encryption trims trailing whitespace from lines, which
2637 must be accounted for across encryption then decryption.
2638
2639 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2640 just plain "\C-c", to avoid intruding on user's keybinding space.
2641
2642 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2643 parameter, so user request to provide a new password is done.
2644
2645 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2646 Refined mechanism for auto-filling behavior while in allout mode.
2647
2648 (allout-mode): Explicitly specify the mode map in the docstring.
2649 Clarify provision for various write-file hook var names.
2650 Adjusted for invisible-text overlays instead of selective-display.
2651
2652 (allout-depth): Really return 0 if not within any topic. This
2653 rectifies `allout-beginning-of-level' and sequence numbering
2654 errors that occur when cutting and pasting numbered topics.
2655 Changed from a in-line subst to a regular function, as well.
2656
2657 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2658
2659 (allout-end-of-subtree, allout-end-of-subtree)
2660 (allout-end-of-entry, allout-end-of-current-heading)
2661 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2662 (allout-show-children, allout-show-to-offshoot)
2663 (allout-hide-current-entry, allout-show-current-entry): Rectified
2664 handling of trailing blank lines between items.
2665
2666 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2667 (allout-current-depth, allout-unprotected, allout-hidden-p)
2668 (allout-on-current-heading-p, allout-listify-exposed)
2669 (allout-chart-subtree, allout-goto-prefix)
2670 (allout-back-to-current-heading, allout-get-body-text)
2671 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2672 (allout-hide-region-body, allout-toggle-subtree-encryption)
2673 (allout-encrypt-string, allout-encrypted-key-info)
2674 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2675 (allout-file-vars-section-data): Adjusted for use with
2676 invisible-text overlays instead of selective-display.
2677
2678 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2679 Reworked for use with invisible text overlays.
2680
2681 (allout-current-topic-collapsed-p): New function.
2682
2683 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2684 to know when to close the containing topic.
2685
2686 (allout-pre-command-business, allout-post-command-business):
2687 Simplify undo-batching and dynamic isearch exposure.
2688
2689 (allout-set-overlay-category): New for invisible-text overlays.
2690 Sets properties of allout-overlay-category, used by
2691 allout-flag-region to set invisible-text overlay properties.
2692 (allout-get-invisibility-overlay): Get the first qualifying
2693 invisibility overlay, so we can find the extent of it.
2694 (allout-back-to-visible-text): Get to just before the beginnining
2695 of the current invisibility overlay, if any.
2696
2697 (allout-overlay-insert-in-front-handler)
2698 (allout-overlay-interior-modification-handler)
2699 (allout-before-change-handler, allout-isearch-end-handler): New
2700 functions to handle extraordinary actions affecting concealed
2701 text.
2702
2703 (allout-flag-region): Use overlays instead of selective-display
2704 for invisible text - by inheritence from the properties of
2705 allout-overlay-category in mainline Emacs, and applied
2706 property-by-property in XEmacs, some recent versions of which
2707 don't inherit the properties from the category. Provisions to
2708 respond to concealed-text edits simplified drastically.
2709
2710 (allout-isearch-rectification, allout-isearch-was-font-lock)
2711 (allout-isearch-expose, allout-enwrap-isearch)
2712 (allout-isearch-abort, allout-pre-was-isearching)
2713 (allout-isearch-prior-pos, allout-isearch-did-quit)
2714 (allout-isearch-dynamic-expose)
2715 (allout-hide-current-entry-completely): Functions deleted.
2716
2717 (allout-undo-aggregation): Explicit undo aggregation no longer
2718 necessary due to transition away from selective-display.
2719
2720 (set-allout-regexp, allout-up-current-level)
2721 (allout-next-visible-heading, allout-forward-current-level)
2722 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2723 (allout-kill-line, allout-yank-processing, allout-show-children)
2724 (allout-expose-topic, allout-old-expose-topic)
2725 (allout-listify-exposed, allout-insert-latex-header)
2726 (allout-toggle-subtree-encryption, allout-encrypt-string)
2727 (remove-from-invisibility-spec, allout-hide-current-subtree):
2728 Ditched unused variables.
2729
2730 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2731
2732 * textmodes/ispell.el (ispell-change-dictionary): Call
2733 ispell-buffer-local-dict instead of
2734 ispell-accept-buffer-local-defs.
2735 (ispell-local-dictionary-alist): Accept as valid any coding-system
2736 supported by Emacs.
2737 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2738 changed to iso-8859-3.
2739
2740 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2741
2742 * speedbar.el (speedbar-frame-width): Make an inline function
2743 instead of a macro. Use frame-width.
2744 (speedbar-try-completion, speedbar-update-contents)
2745 (speedbar-timer-fn): Use consp.
2746 (speedbar-update-localized-contents): Try to preserve point.
2747
2748 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2749 (menu): Re-order menu items.
2750 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2751 field.
2752 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2753 (gdb-post-prompt): Speed things by not forcing update.
2754
2755 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2756
2757 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2758 press and perform default action if we get a mouse movement event.
2759
2760 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2761
2762 * calendar/icalendar.el (icalendar--get-event-property)
2763 (icalendar--get-event-property-attributes): Fix typos in
2764 docstrings.
2765
2766 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2767 docstring.
2768
2769 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2770
2771 * bs.el (bs-mode): Use `buffer-disable-undo'.
2772 (bs--get-file-name): Simplify.
2773 (bs-show-in-buffer): Mark the buffer as not modified.
2774
2775 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2776
2777 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2778 widget-button-click.
2779
2780 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2781 (custom-mode): Update docstring.
2782
2783 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2784 binding.
2785
2786 * files.el (hack-local-variables-confirm): Allow scrolling if the
2787 file variable list is too long. Kill temp buffer after use.
2788
2789 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2790
2791 * progmodes/gud.el (gdb): Improve doc string.
2792 (gdb-script-font-lock-keywords): Expand allowed character set.
2793
2794 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2795 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2796 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2797 (gdb-separate-io-stop, gdb-separate-io-eof):
2798 Rename from gdb-inferior-* to gdb-separate-*.
2799 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2800
2801 2006-02-14 Jay Belanger <belanger@truman.edu>
2802
2803 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2804 expression is a symbol before checking that it is bound.
2805
2806 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2807 test to see if equation can be solved.
2808
2809 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2810
2811 * wid-edit.el (widget-button-click): Use :pressed-face property
2812 for overlay face, if it exists.
2813
2814 * cus-edit.el (custom-manual, custom-add-see-also)
2815 (custom-add-parent-links, custom-group-link): Add :pressed-face
2816 property to links.
2817
2818 * files.el (hack-local-variables): Remove ignored variables before
2819 checking if any variables need setting.
2820
2821 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2822
2823 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2824
2825 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2826
2827 * help.el (where-is): Fix message for remapped commands.
2828
2829 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2830 Fix typos in docstrings.
2831
2832 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2833
2834 * files.el (safe-local-variable-values): New option.
2835 (hack-local-variables-prop-line): Return a list of variable-value
2836 pairs if MODE-ONLY is non-nil.
2837 (hack-local-variables): Construct list of variable-value pairs,
2838 and apply or reject them in one go. Ask for confirmation if
2839 variables are not known safe.
2840 (hack-local-variables-confirm): Complete rewrite. Support
2841 `safe-local-variable-values'.
2842 (enable-local-variables): Update docstring to reflect new
2843 behavior.
2844 (ignored-local-variables): Ignore ignored-local-variables and
2845 safe-local-variable-values.
2846 (safe-local-variable-p): New function.
2847 (risky-local-variable-p): `safe-local-variable' property check
2848 moved to safe-local-variable-p.
2849 (hack-one-local-variable): Checks moved to hack-local-variables.
2850
2851 (byte-compile-dynamic, c-basic-offset, c-file-style)
2852 (c-indent-level, comment-column, fill-column, fill-prefix)
2853 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2854 (no-update-autoloads, outline-regexp, page-delimiter)
2855 (paragraph-start, paragraph-separate, sentence-end)
2856 (sentence-end-double-space tab-width, version-control):
2857 Add `safe-local-variable' property.
2858
2859 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2860
2861 * icomplete.el, play/landmark.el: Change nonexistent
2862 `outline-layout' file variable to `allout-layout'.
2863
2864 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2865
2866 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2867 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2868 to gud-comint-buffer.
2869 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2870 gdb-ui.el for gdb-mi.el.
2871 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2872 registers buffer to gdb-get-changed-registers.
2873 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2874 deletion of catchpoints (throw and catch).
2875 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2876 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2877 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2878 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2879 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2880
2881 2006-02-13 Jay Belanger <belanger@truman.edu>
2882
2883 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2884 expression is a symbol before checking that it is bound.
2885
2886 2006-02-13 Richard M. Stallman <rms@gnu.org>
2887
2888 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2889 for the minibuffer too, but not if resize-mini-windows will interfere.
2890
2891 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2892 inside `interactive' spec.
2893 (describe-key-briefly-internal, describe-key-internal):
2894 Functions merged back into their callers.
2895
2896 2006-02-13 Martin Rudalics <rudalics@gmx.at>
2897
2898 * info.el (info-xref-visited): Inherit from info-xref too.
2899 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2900 when propertizing Info-current-file and Info-current-node.
2901
2902 2006-02-13 Juri Linkov <juri@jurta.org>
2903
2904 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2905 (tumme-thumb-name): Fix per-directory format.
2906
2907 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2908
2909 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2910
2911 2006-02-12 Miles Bader <miles@gnu.org>
2912
2913 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2914
2915 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2916
2917 * tumme.el: Remove history section. If someone needs the it, it
2918 can always be found in CVS.
2919
2920 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2921
2922 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2923 about the Thumbnail Managing Standard option.
2924
2925 2006-02-12 Richard M. Stallman <rms@gnu.org>
2926
2927 * subr.el (substitute-key-definition): Doc fix.
2928
2929 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2930
2931 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2932
2933 * info.el (Info-mode): Doc fix.
2934
2935 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2936
2937 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2938
2939 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2940 because on Solaris a POSIX compatible "id" is needed. Reported by
2941 Magnus Henoch <mange@freemail.hu>.
2942
2943 2006-02-12 Juri Linkov <juri@jurta.org>
2944
2945 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2946 (tumme) <defgroup>: Change :group to `multimedia'.
2947 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2948 Managing Standard.
2949 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2950 Fix dostring.
2951 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2952 and %y. Fix docstring.
2953 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2954 (tumme-cmd-create-standard-thumbnail-command): New user options.
2955 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2956 is `standard'. Fix docstring.
2957 (tumme-thumb-width, tumme-thumb-height): New user options.
2958 (tumme-external-viewer): Try to find various viewers.
2959 (tumme-get-thumbnail-image): Use `create-image' instead of
2960 constructing the `image' structure.
2961 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2962 `standard'.
2963 (tumme-thumb-name): Add file name generation for standard storage.
2964 Simplify code for other storages.
2965 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2966 Add modification time %m and thumbnail-nq8 %q.
2967 Use `tumme-cmd-create-standard-thumbnail-command' if
2968 tumme-thumbnail-storage is `standard'.
2969 (tumme-dired-insert-marked-thumbs): New autoload command.
2970 (tumme-dired-after-readin-hook): New function.
2971 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2972 `tumme-thumb-size'.
2973 (tumme-display-image): Replace size-x %x and size-y %y with
2974 width %w and height %h.
2975
2976 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2977 `tumme-dired-insert-marked-thumbs'.
2978
2979 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2980
2981 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2982 include path).
2983 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2984 matching tag.
2985
2986 2006-02-12 Miles Bader <miles@gnu.org>
2987
2988 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2989 New variables.
2990 (rcirc-abbrev-nick): New function.
2991 (rcirc-format-response-string): Rewrite to use the formats in
2992 `rcirc-response-formats' and expand escape sequences therein.
2993 A text-property `rcirc-text' is added over the actual response
2994 text to make easy to find inside the returned string.
2995 (rcirc-print): When filling, just look for the `rcirc-text'
2996 text-property to find the appropriate fill prefix, instead of
2997 using hardwired patterns.
2998
2999 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
3000
3001 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
3002 Managing Standard.
3003
3004 2006-02-11 Kim F. Storm <storm@cua.dk>
3005
3006 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
3007 Don't use insert-buffer; do insert-buffer-substring directly.
3008 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
3009
3010 2006-02-11 Martin Rudalics <rudalics@gmx.at>
3011
3012 * files.el (revert-buffer, recover-file): Replace buffer-read-only
3013 with inhibit-read-only. Suggested by Stefan Monnier.
3014 (revert-buffer): Let insert-file-contents discard
3015 buffer-undo-list. Simplify code.
3016 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
3017
3018 2006-02-11 Eli Zaretskii <eliz@gnu.org>
3019
3020 * menu-bar.el (menu-bar-select-yank): Add a doc string.
3021
3022 * help.el (describe-key-briefly): Now a wrapper for
3023 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
3024 to t. Populate yank-menu if empty.
3025 (describe-key-briefly-internal): Renamed from describe-key-briefly.
3026 (describe-key): Now a wrapper for describe-key-internal. Bind
3027 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
3028 (describe-key-internal): Renamed from describe-key.
3029
3030 2006-02-11 Milan Zamazal <pdm@zamazal.org>
3031
3032 * progmodes/glasses.el (glasses-separator): Doc fix.
3033 (glasses-original-separator): New defcustom.
3034 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
3035
3036 2006-02-11 Martin Rudalics <rudalics@gmx.at>
3037
3038 * mwheel.el (mouse-wheel-up-event): Doc fix.
3039
3040 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
3041
3042 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
3043 (tumme-dir): New function. Copied from thumbs.el.
3044
3045 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
3046
3047 * desktop.el (desktop-outvar): Fix typo.
3048 (desktop-save-buffer-p): Doc fix.
3049
3050 * subr.el (substitute-key-definition): Fix typo.
3051
3052 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3053
3054 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
3055 when window-system is mac.
3056
3057 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
3058
3059 2006-02-10 Kim F. Storm <storm@cua.dk>
3060
3061 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
3062 indirect-function instead of using condition-case.
3063
3064 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
3065
3066 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
3067 less `colloquial'...
3068
3069 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
3070
3071 * tumme.el: Add a couple of todo items.
3072
3073 2006-02-09 Lars Hansen <larsh@soem.dk>
3074
3075 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
3076 (highlight-changes-mode): Don't change desktop-locals-to-save.
3077
3078 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
3079
3080 * image-mode.el (image-toggle-display): Clear image cache if using
3081 filename.
3082
3083 2006-02-09 Masatake YAMATO <jet@gyve.org>
3084
3085 * dired-x.el (dired-guess-shell-alist-default): Add .man as
3086 a `dired-man' target.
3087
3088 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
3089 boundary of symbols.
3090
3091 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
3092
3093 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
3094
3095 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
3096
3097 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
3098 `mapcar'; return nil.
3099
3100 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
3101
3102 * mouse.el (mouse-drag-track): Don't change window if we rebind to
3103 some other event.
3104
3105 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
3106
3107 * net/rcirc.el (rcirc-startup-channels-alist):
3108 Add irc.freenode.net and #emacs as defaults.
3109 (rcirc-ignore-all-activity-flag): Remove variable.
3110 (rcirc-authinfo): New variable.
3111 (rcirc-authinfo-filename): Remove variable.
3112 (rcirc-always-use-server-buffer-flag): New flag.
3113 (rcirc): M-x rcirc will automatically connect without prompting.
3114 C-u M-x rcirc will prompt. Use rcirc-connect to create a
3115 connection in lisp.
3116 (rcirc-process-server-response-1): Remove everything but the nick
3117 portion of the sender so it doesn't need to be done everywhere
3118 else. Update related code.
3119 (global-map): Remove global keybindings.
3120 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
3121 (rcirc-send-input): Split into several functions.
3122 (rcirc-process-input-line, rcirc-process-message)
3123 (rcirc-process-command): New functions.
3124 (rcirc-target-buffer): New function to determine where to route
3125 messages.
3126 (rcirc-user-nick): Save match data.
3127 (rcirc-toggle-ignore-buffer-activity)
3128 (rcirc-update-activity-string): Remove global ignore functionality,
3129 which can be done now by toggling rcirc-track-minor-mode.
3130 (rcirc-track-minor-mode-map): New keymap.
3131 (rcirc-track-minor-mode): New minor-mode.
3132 (ignore): Make the ignore output nicer. Always print it when
3133 adding or removing nicks.
3134 (rcirc-url-regexp): Improve.
3135 (rcirc-mangle-text): Remove properties before using text in the
3136 modeline.
3137 (rcirc-authenticate): Authentication data comes from
3138 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
3139 (rcirc-server-prefix): Inherit from rcirc-server.
3140
3141 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
3142
3143 * Makefile.in (compile): Append "|| true" to the end of the `find'
3144 command, like compile-always does.
3145
3146 2006-02-08 Sam Steingold <sds@gnu.org>
3147
3148 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
3149 output from a dead connection.
3150
3151 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
3152
3153 * dired.el (dired-mode-map): Add more bindings for tumme.
3154
3155 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
3156
3157 * wdired.el (wdired-mode-map): Use remap.
3158 (wdired-get-filename): Massage.
3159 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
3160 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
3161 `keymap' property rather than `local-map'.
3162
3163 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
3164
3165 * tumme.el (tumme-get-thumbnail-image): New utility function.
3166 Suggested by from Chong Yidong.
3167 (tumme-dired-with-window-configuration): Rename from
3168 `tumme-dired'. Add code to save window configuration.
3169 (tumme-restore-window-configuration): New command to restore the
3170 window configuration that `tumme-dired-with-window-configuration'
3171 saves before it changes the window configuration.
3172 (tumme-show-all-from-dir): New command to display thumbnails for
3173 all files in a directory entered by the user, like M-x thumbs.
3174 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
3175 have been created.
3176 (tumme-display-thumbnail-original-image): Call `display-buffer'.
3177 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
3178 Remove obsolete test function.
3179
3180 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
3181
3182 * vc.el (small-temporary-file-directory): Remove defvar; there's
3183 a defcustom for it in files.el.
3184
3185 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
3186 Fix typo in message.
3187 (tumme-gallery-generate): Fix typo in `error' message.
3188 (tumme-display-window-height-correction)
3189 (tumme-display-window-width-correction, tumme-line-up-dynamic)
3190 (tumme-line-up-interactive): Dox fixes.
3191 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
3192 (tumme-restore-window-configuration, tumme-format-properties-string)
3193 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
3194 Fix typos in docstrings.
3195
3196 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
3197
3198 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
3199
3200 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
3201
3202 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
3203 User should use hook if desired.
3204
3205 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
3206 buffer if necessary.
3207 (gdb-delete-frame-or-window): New function.
3208 (gdb-breakpoints-mode-map): Bind "q" to it.
3209
3210 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3211
3212 * textmodes/nroff-mode.el: Clean up name space.
3213 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
3214 (nroff-mode): Obey the global setting of nroff-electric-mode.
3215 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
3216
3217 * calendar/calendar.el (calendar-increment-month): Typo in last change.
3218
3219 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
3220
3221 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
3222
3223 2006-02-06 Lars Hansen <larsh@soem.dk>
3224
3225 * generic-x.el (etc-fstab-generic-mode): Add file system types
3226 cifs and usbdevfs. Allow special chars in file names.
3227
3228 2006-02-05 Jay Belanger <belanger@truman.edu>
3229
3230 Update copyright notices of the files in lisp/calc.
3231
3232 2006-02-05 Romain Francoise <romain@orebokech.com>
3233
3234 Update copyright notices of all files in the lisp/play directory.
3235
3236 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
3237
3238 * ldefs-boot.el: Regenerate.
3239
3240 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
3241
3242 2006-02-05 Kim F. Storm <storm@cua.dk>
3243
3244 * files.el (magic-mode-regexp-match-limit): New defvar.
3245 (set-auto-mode): Use it to limit magic-mode-alist matching.
3246
3247 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
3248
3249 * simple.el (display-message-or-buffer): Compare the number of
3250 characters to the frame width when determining whether a 1-line
3251 message string will fit in the echo area. Count screen lines
3252 instead of buffer lines when determining whether a multi-line
3253 message will fit in the echo area/minibuffer window.
3254
3255 2006-02-04 Eli Zaretskii <eliz@gnu.org>
3256
3257 * info.el (Info-index, Info-mode): Improve the description of the
3258 `i' command.
3259
3260 * ldefs-boot.el: Regenerate.
3261
3262 2006-02-03 Werner Lemberg <wl@gnu.org>
3263
3264 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
3265 greedy to find the closing bracket in \*[...] and similar
3266 expressions. This is a first rough fix -- many additional
3267 refinements are necessary to make nroff mode really usable with groff.
3268
3269 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
3270
3271 * international/mule-cmds.el (set-locale-environment):
3272 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
3273 libX11.
3274
3275 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3276
3277 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
3278 archive are created in archive-tmpdir.
3279
3280 2006-02-02 John Paul Wallington <jpw@pobox.com>
3281
3282 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
3283 (ibuffer-fontification-alist): Use it.
3284 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
3285 to "* z" and the Ibuffer Mark menu.
3286
3287 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
3288
3289 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3290
3291 * textmodes/table.el (*table--cell-describe-mode)
3292 (*table--cell-describe-bindings): Undo last change since
3293 print-help-return-message is not obsoleted by anything at all.
3294
3295 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
3296
3297 * emulation/cua-base.el (cua-mode): Doc fix.
3298
3299 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
3300
3301 * dframe.el (dframe-handle-make-frame-visible)
3302 (dframe-handle-iconify-frame, dframe-get-focus)
3303 (dframe-select-attached-frame, dframe-power-click)
3304 (dframe-frame-mode): Fix typos in docstrings.
3305
3306 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
3307 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
3308 Fix typos in docstrings.
3309
3310 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
3311 (hi-lock-face-buffer, hi-lock-font-lock-hook)
3312 (hi-lock-archaic-interface-message-used)
3313 (hi-lock-file-patterns-range): Fix typos in docstrings.
3314
3315 * savehist.el (savehist-loaded, savehist-load, savehist-install)
3316 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
3317
3318 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
3319 Fix typo in docstring.
3320
3321 * net/newsticker.el (newsticker--decode-iso8601-date)
3322 (newsticker--set-customvar, newsticker--buffer-insert-item)
3323 (newsticker--do-run-auto-mark-filter)
3324 (newsticker--parse-generic-feed): Doc fixes.
3325 (newsticker--retrieval-timer-list, newsticker-url-list)
3326 (newsticker-hide-immortal-items-in-echo-area)
3327 (newsticker-hide-obsolete-items-in-echo-area)
3328 (newsticker-new-item-face, newsticker--enclosure)
3329 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
3330 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
3331 (newsticker--parse-generic-feed, newsticker--cache-contains)
3332 (newsticker--stat-num-items, newsticker-download-enclosures):
3333 Fix typos in docstrings.
3334
3335 * net/rcirc.el (rcirc-debug): Doc fix.
3336 (rcirc-fill-column, rcirc-receive-message-hooks)
3337 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
3338 (rcirc-mode, rcirc-generate-new-buffer-name)
3339 (rcirc-startup-channels, rcirc-ignore-update-automatic)
3340 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
3341 Fix typos in docstrings.
3342 (rcirc-print): "?\ " -> "?\s".
3343 (rcirc-cmd-join): Improve argument/docstring consistency.
3344
3345 2006-02-01 Mark A. Hershberger <mah@everybody.org>
3346
3347 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
3348 before narrow-to-region.
3349
3350 2006-02-01 Richard M. Stallman <rms@gnu.org>
3351
3352 * simple.el (move-beginning-of-line): Scan properly for invis change.
3353
3354 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
3355
3356 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
3357
3358 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
3359 change bit only when id-format is 'integer. Reported by Matt
3360 Hodges <M.P.Hodges@rl.ac.uk>.
3361
3362 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
3363
3364 * hilit-chg.el (highlight-changes-initial-state)
3365 (highlight-changes-global-initial-state): Doc fixes.
3366 (highlight-changes-global-modes, global-highlight-changes):
3367 Fix typos in docstrings.
3368
3369 2006-02-01 Kim F. Storm <storm@cua.dk>
3370
3371 * emulation/cua-base.el (cua-mode): Mention that CUA enables
3372 transient-mark-mode in doc string.
3373
3374 2006-01-31 Richard M. Stallman <rms@gnu.org>
3375
3376 * replace.el (multi-occur): Doc fix.
3377 (multi-occur-in-matching-buffers): Rename from
3378 multi-occur-by-filename-regexp. Prefix arg says match
3379 buffer names instead of file names.
3380
3381 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
3382
3383 * bs.el: Allow non-default values of `bs-header-lines-length'.
3384 (bs--running-in-xemacs): Remove (not needed anymore).
3385 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
3386 instead of `shrink-window', thus avoiding having to compute the
3387 height of the window.
3388 (bs--up): Wrap around even when there's no header.
3389 (bs--down): Use `forward-line' instead of `next-line'.
3390
3391 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
3392
3393 * image-mode.el (image-toggle-display): Use file name if possible,
3394 instead of unnecessarily allocating a (possibly huge) lisp string.
3395
3396 2006-01-30 John Paul Wallington <jpw@pobox.com>
3397
3398 * subr.el (toplevel): Define `cl-assertion-failed' condition here
3399 because the `assert' macro signals it at runtime.
3400
3401 * emacs-lisp/cl.el (toplevel): Remove definition of
3402 `cl-assertion-failed' condition.
3403
3404 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
3405
3406 * thumbs.el (thumbs-marked-list): Make buffer-local and
3407 permanent-local.
3408 (thumbs-insert-thumb): Make help-echo non-sticky.
3409 (thumbs-file-alist): Use eolp as check for (non)-image.
3410
3411 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
3412
3413 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
3414 (ediff-before-session-group-setup-hooks)
3415 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
3416 Fix typos in docstrings.
3417
3418 * window.el (bw-dir, bw-eqdir, balance-windows)
3419 (split-window-keep-point): Fix typos in docstrings.
3420
3421 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
3422 (org-quote-string, org-calendar-to-agenda-key)
3423 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
3424 (org-show-following-heading, org-tags-column)
3425 (org-use-tag-inheritance, org, org-allow-space-in-links)
3426 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
3427 (org-enable-table-editor, org-calc-default-modes)
3428 (org-table-allow-automatic-line-recalculation)
3429 (org-export-html-style, org-export-with-fixed-width)
3430 (org-export-with-sub-superscripts, org-special-keyword)
3431 (org-formula, org-time-grid, org-table-may-need-update)
3432 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
3433 (org-goto-quit, org-get-indentation, org-end-of-item)
3434 (org-move-item-down, org-move-item-up)
3435 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
3436 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
3437 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
3438 (org-agenda-log-mode, org-agenda-toggle-diary)
3439 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
3440 (org-agenda-file-to-end, org-agenda-no-heading-message)
3441 (org-agenda-get-closed, org-format-agenda-item)
3442 (org-cmp-priority, org-cmp-category, org-cmp-time)
3443 (org-agenda-change-all-lines, org-agenda-diary-entry)
3444 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
3445 (org-link-search, org-camel-to-words, org-open-file)
3446 (org-remember-handler, org-table-convert-region)
3447 (org-table-move-row-down, org-table-move-row-up)
3448 (org-table-copy-region, org-table-wrap-region)
3449 (org-table-toggle-vline-visibility)
3450 (org-table-get-vertical-vector, org-table-modify-formulas)
3451 (org-table-get-specials, org-recalc-commands)
3452 (org-table-rotate-recalc-marks, org-table-eval-formula)
3453 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3454 (org-level-color-stars-only, org-insert-heading):
3455 Fix typos in docstrings.
3456 (last-arg): Add defvar.
3457
3458 * makefile.w32-in (WINS): Add erc.
3459 (MH_E_SRC): Update (copied from lisp/Makefile.in).
3460
3461 2006-01-29 Bill Wohler <wohler@newt.com>
3462
3463 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3464 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3465 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
3466 (mh-autoloads): Don't use comments on otherwise empty lines.
3467
3468 2006-01-29 Edward O'Connor <ted@oconnor.cx>
3469
3470 * emulation/viper.el (viper-major-mode-modifier-list): Add
3471 insert-state and vi-state entries for erc-mode.
3472 (viper-go-away, viper-set-hooks): Add and remove
3473 viper-comint-mode-hook from erc-mode-hook as appropriate.
3474
3475 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3476
3477 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
3478
3479 * bs.el (bs--format-aux): Implement `middle' alignment as
3480 described in the docstring for `bs-attributes-list'.
3481 (bs--get-name): Simplify. Don't pad the buffer name.
3482
3483 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
3484
3485 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3486 English aspell dictionary is installed, use the first entry of
3487 ispell-dictionary-alist-1.
3488
3489 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
3490
3491 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3492 Doc fix.
3493
3494 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3495
3496 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3497 for `process-file', in order to let it work for older Emacsen too.
3498
3499 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3500
3501 * international/latexenc.el: Add a suitable `coding:' tag.
3502 (latexenc-find-file-coding-system): Undo last change.
3503
3504 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3505
3506 * international/latexenc.el (latexenc-find-file-coding-system):
3507 Make sure latexenc-main-file is a regular file and is readable.
3508
3509 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3510
3511 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3512 Pass FILE to vc-user-login-name.
3513
3514 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3515
3516 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3517
3518 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3519 there are no more images to display.
3520 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3521 the next image.
3522
3523 2006-01-26 Richard M. Stallman <rms@gnu.org>
3524
3525 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3526
3527 * wid-edit.el (advertised-widget-backward): New alias.
3528 (widget-keymap): Use advertised-widget-backward for S-TAB.
3529
3530 * tumme.el: Correct the keywords.
3531 (tumme-dir-max-size): Use defvar.
3532 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3533
3534 * simple.el (move-beginning-of-line): Take account of fields.
3535 (clone-indirect-buffer-other-window): Take args like
3536 clone-indirect-buffer, and work like it.
3537
3538 * help-fns.el (describe-function): Don't pass `nil' as default.
3539
3540 * files.el (risky-local-variable-p): Follow var aliases.
3541
3542 * subr.el (lazy-completion-table): Doc fix.
3543
3544 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3545 global binding of `line'.
3546
3547 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3548
3549 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3550 Tramp.
3551
3552 * vc.el (vc-default-dired-state-info): Pass FILE to
3553 vc-user-login-name.
3554 (vc-default-update-changelog): Don't use vc-user-login-name, we
3555 don't need it here.
3556
3557 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3558 no longer necessary.
3559
3560 2006-01-25 Kenichi Handa <handa@m17n.org>
3561
3562 * international/mule.el (decode-char): Avoid the overhead of
3563 calling utf-lookup-subst-table-for-decode if
3564 utf-translate-cjk-mode is nil.
3565 (encode-char): Avoid the overhead of calling
3566 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3567 nil.
3568
3569 2006-01-22 Kenichi Handa <handa@m17n.org>
3570
3571 * international/mule.el (make-subsidiary-coding-system): Reset
3572 `coding-system-define-form' property of subsidiaries to nil.
3573 Avoid duplicated entry in coding-system-alist.
3574 (make-coding-system): Avoid duplicated entry in
3575 coding-system-alist.
3576 (define-coding-system-alias): Likewise.
3577
3578 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3579
3580 * completion.el: Minor fixes in introductory comment.
3581 (completion-def-wrapper): Fix alist.
3582
3583 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3584
3585 * thumbs.el (thumbs-new-image-size): New function.
3586 (thumbs-increment-image-size-element)
3587 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3588 (thumbs-decrement-image-size): Delete.
3589 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3590 temp files and use to resize.
3591 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3592 Use increment argument to enlarge/shrink. Preserve point.
3593 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3594 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3595 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3596 (thumbs-mark, thumbs-unmark): Preserve point.
3597 (thumbs-modify-image): Keep old temp files and use to modify.
3598 Cleanup old temp files at load time. Preserve point.
3599 (thumbs-view-image-mode-map): Use new command names.
3600
3601 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3602
3603 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3604
3605 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3606 the nastiest part of the cyclic dependency.
3607 (cal-menu-update): Use dotimes and calendar-increment-month.
3608
3609 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3610 (calendar-week-start-day): Add an :initializer.
3611 (calendar-mode-map): Use suppress-keymap, and command remapping.
3612 (describe-calendar-mode): Setup xref-stack info for the back button.
3613 (calendar-star-date): Insert before delete.
3614 (calendar-set-mode-line): Add file-modified info if applicable.
3615 (calendar-increment-month): New function.
3616
3617 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3618
3619 * font-lock.el (lisp-font-lock-keywords-2):
3620 Recognize "& keywords" only at word boundaries.
3621
3622 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3623
3624 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3625 and permanent-local.
3626 (thumbs-max-image-number): New variable.
3627 (thumbs-do-thumbs-insertion): Use them.
3628 (thumbs-per-line): Change default to 4.
3629 (thumbs-marked-list): Rename from thumbs-markedL.
3630 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3631 (thumbs-rename-images): Use -list instead of L for internal variables.
3632 (thumbs-call-convert): Use call-process instead of shell-command.
3633 (thumbs-insert-thumb): Add filename as help-echo to each image.
3634 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3635 Give dir to thumbs-show-thumbs-list.
3636 (thumbs-show-thumbs-list): Set default-directory to that of images.
3637 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3638 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3639 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3640 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3641
3642 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3643
3644 * ses.el (ses-read-cell): Provide a default value.
3645
3646 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3647
3648 * term/w32-win.el (image-library-alist): Add additional names for
3649 GIF library.
3650
3651 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3652
3653 * international/latexenc.el (latexenc-find-file-coding-system):
3654 Add file-regular-p check.
3655
3656 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3657
3658 * simple.el (clone-buffer): Don't show the new buffer in the same
3659 window.
3660
3661 2006-01-23 Juri Linkov <juri@jurta.org>
3662
3663 * faces.el (link, link-visited): New faces based on default values
3664 of `info-xref' and `info-xref-visited'.
3665
3666 * info.el (info-xref): Inherit from `link'.
3667 (info-xref-visited): Inherit from `link-visited'.
3668
3669 * cus-edit.el (custom-buffer-create-internal): Use widget type
3670 `custom-manual' instead of `info-link' and don't set properties
3671 `button-face' and `mouse-face' explicitly.
3672 (custom-browse-group-tag, custom-browse-variable-tag)
3673 (custom-browse-face-tag): Inherit from widget class
3674 `custom-group-link' instead of `push-button'.
3675 (custom-button-unraised): Inherit from `underline' face.
3676 (custom-link): Inherit from `link' face. Fix doc and group.
3677 (custom-add-parent-links, custom-group-value-create): Don't set
3678 properties `button-face' and `mouse-face' explicitly for
3679 `custom-group-link' widget.
3680 (custom-group-link): Add properties `button-face' and `mouse-face'
3681 to widget definition.
3682 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3683 editable-field's :keymap property.
3684 (custom-mode): Fix docstring: substitute keybindings for
3685 `widget-forward' and `widget-backward' from `widget-keymap',
3686 `widget-complete' from `custom-field-keymap', replace old
3687 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3688
3689 * desktop.el (desktop-load-file): Check for `fboundp' before
3690 calling `symbol-function'.
3691
3692 * simple.el (clone-buffer, clone-indirect-buffer)
3693 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3694 `read-string'. Fix prompts.
3695
3696 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3697
3698 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3699
3700 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3701
3702 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3703
3704 * startup.el (inhibit-splash-screen, initial-scratch-message):
3705 Doc fixes.
3706
3707 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3708
3709 Sync with Tramp 2.0.52.
3710
3711 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3712 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3713 `tramp-unload-tramp' for checklist.
3714
3715 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3716 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3717 (tramp-unload-file-name-handler-alist)
3718 (tramp-unload-tramp): New defuns.
3719 (tramp-advice-PC-expand-many-files): New defadvice.
3720 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3721 removed.
3722 (tramp-handle-expand-file-name): Remove double slash.
3723 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3724 It doesn't matter, because it will be converted later on.
3725 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3726 implementation was just heuristic.
3727 (tramp-post-connection): Set uid and gid properties.
3728 (tramp-convert-file-attributes): Set file's gid change bit.
3729 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3730 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3731 in case of su(do)? methods. The home directory of the local user
3732 will be taken else.
3733 (tramp-open-connection-telnet)
3734 (tramp-open-connection-rsh, tramp-open-connection-su)
3735 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3736 local shell prompt could hurt. Reported by Romain Francoise
3737 <romain@orebokech.com>.
3738 (tramp-let-maybe): Add `edebug-form-spec' property.
3739 (tramp-handle-expand-file-name): Bind `default-directory' locally
3740 to "/" in order to avoid problems with UNC shares or Cygwin
3741 mounts.
3742 (tramp-md5-function): Fix typo in error message.
3743
3744 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3745
3746 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3747 for byte-compiler pacification.
3748
3749 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3750
3751 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3752 ID-FORMAT `string'. This allows us to get rid of
3753 `vc-user-login-name UID'.
3754
3755 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3756
3757 2006-01-22 John Paul Wallington <jpw@pobox.com>
3758
3759 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3760
3761 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3762
3763 * emacs-lisp/find-func.el (find-definition-noselect)
3764 (find-variable-noselect): Search variables in C source code too.
3765 (find-function-C-source, find-function-noselect, find-function)
3766 (find-function-other-frame, find-variable-noselect, find-variable)
3767 (find-variable-other-frame, find-variable-at-point):
3768 Fix docstrings.
3769
3770 2006-01-21 Francesco Potorti` <pot@gnu.org>
3771
3772 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3773
3774 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3775
3776 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3777 Default to disabling the "Save affix" question.
3778
3779 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3780
3781 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3782 the first arg to run-python.
3783
3784 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3785
3786 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3787 is not loaded.
3788
3789 2006-01-20 Jay Belanger <belanger@truman.edu>
3790
3791 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3792 limit is 0.
3793
3794 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3795 the correct variable.
3796
3797 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3798
3799 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3800 link. Fixed buggy argument sequence in call to `org-view-tags'.
3801 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3802 (org-prefix-has-tag): New variable.
3803 (org-format-agenda-item): Remove tags from headline if
3804 appropriate.
3805 (org-agenda-remove-tags-when-in-prefix): New option.
3806 (org-get-tags-at): New function.
3807
3808 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3809
3810 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3811 (thumbs-find-image): Move image name and number from buffer name
3812 to mode name. Set thumbs-buffer. Preserve point so that large
3813 images remain visible.
3814 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3815 order.
3816 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3817 mode name.
3818 (thumbs-next-image, thumbs-previous-image): Make them work.
3819
3820 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3821
3822 * cus-edit.el (custom-buffer-create-internal): State in the text above
3823 the whole buffer buttons that they do not operate on hidden items.
3824 (custom-face-menu): Use `custom-face-save' instead of
3825 `custom-face-save-command'.
3826 (custom-face-save-command): Make it an alias for `custom-face-save'
3827 and declare it obsolete.
3828 (custom-face-save): Doc fix.
3829
3830 * dired.el (dired-no-confirm): Add quote.
3831 (dired-subdir-alist-pre-R): Add quote in
3832 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3833
3834 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3835
3836 * textmodes/table.el (table-mode-indicator): Typo in last change.
3837
3838 2006-01-19 Richard M. Stallman <rms@gnu.org>
3839
3840 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3841 Fixes bug reported in Nov 2005.
3842
3843 * isearch.el (isearch-forward): Doc fix.
3844
3845 * dired.el (dired-move-to-filename-regexp): Define as alias.
3846 (dired-no-confirm): Use defcustom.
3847 (dired-subdir-alist-pre-R): Put defvar at top level.
3848
3849 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3850
3851 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3852 Mark as risky.
3853
3854 * simple.el (set-mark-command): Doc fix.
3855 (clone-indirect-buffer-other-window):
3856 Read arg like clone-indirect-buffer.
3857 (move-beginning-of-line): Skip invisible newlines.
3858
3859 2006-01-19 Masatake YAMATO <jet@gyve.org>
3860
3861 * progmodes/cpp.el (cpp-edit-load): Make the order of
3862 listed conditions in a base C code buffer and its associate
3863 CPP Edit buffer the same.
3864
3865 2006-01-19 Kenichi Handa <handa@m17n.org>
3866
3867 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3868 (rmail-mime-feature): Likewise.
3869 (rmail-require-mime-maybe): Use display-warning to show a warning
3870 message.
3871
3872 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3873 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3874
3875 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3876
3877 * array.el: Move defvars out of eval-when-compile.
3878 (array-make-template): Replace undeclared global var with a local one.
3879 (array-mode): Inline initialization functions.
3880 (array-init-local-variables, array-init-max-row)
3881 (array-init-max-column, array-init-columns-per-line)
3882 (array-init-field-width, array-init-rows-numbered)
3883 (array-init-line-length, array-init-lines-per-row): Remove.
3884
3885 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3886 (doc-mode-map): Define explicitly.
3887 (doctor-txtype): Use mapc.
3888
3889 * textmodes/table.el: Move defvars out of eval-when-compile.
3890 Remove harmful code meant to avoid byte-compiler warnings.
3891 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3892 specification that checks table-fixed-width-mode directly.
3893 (table-recognize-region, table-recognize-cell):
3894 Use restore-buffer-modified-p.
3895 (table-fixed-width-mode): Remove code that refreshes
3896 table-fixed-mode-indicator.
3897 (*table--cell-describe-bindings, *table--cell-describe-mode):
3898 Avoid obsolete name print-help-return-message.
3899 (table--test-cell-list): Don't use replace-regexp from elisp.
3900 (table--point-entered-cell-function, table--point-left-cell-function):
3901 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3902
3903 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3904 that was after the end of file. Use buffer-file-name variable.
3905 (org-timestamp-change): Use with-current-buffer.
3906 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3907 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3908 `file'.
3909
3910 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3911 (fortran-break-line): Remove unused var `opoint'.
3912 (fortran-abbrev-start): Obey help-event-list.
3913
3914 2006-01-18 Jesper Harder <harder@phys.au.dk>
3915
3916 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3917
3918 2006-01-18 Masatake YAMATO <jet@gyve.org>
3919
3920 * progmodes/make-mode.el (makefile-imake-mode): New mode
3921 derived from makefile-mode.
3922 (makefile-imake-mode-syntax-table): New syntax table
3923 derived from makefile-mode-syntax-table.
3924 (makefile-mode): Write about makefile-imake-mode in doc string.
3925 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3926 (makefile-imake-font-lock-keywords): New font lock keywords.
3927
3928 * files.el (auto-mode-alist): Add Imakefile.
3929
3930 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3931
3932 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3933 loading the file rather than when turning on flyspell-mode.
3934
3935 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3936
3937 * cus-edit.el (customize-rogue): Minor doc fix.
3938
3939 2006-01-17 Juri Linkov <juri@jurta.org>
3940
3941 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3942 instead of the file at the mark as default if the file at the mark
3943 is the same as the file at point or if dired-dwim-target-directory
3944 is not the same as the current directory and the mark is not active.
3945
3946 * log-view.el (log-view-minor-wrap): Use the same logic to get
3947 revisions as `log-view-diff'.
3948
3949 * info.el (Info-revert-find-node): Check for Info-current-file
3950 before preserving new-history.
3951
3952 * man.el (Man-heading-regexp): Add `/'.
3953
3954 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3955 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3956
3957 2006-01-16 Juri Linkov <juri@jurta.org>
3958
3959 * faces.el (mode-line-faces): New defgroup.
3960 (mode-line-highlight): Move definition after new defgroup.
3961 (mode-line, mode-line-inactive, mode-line-highlight):
3962 Replace :group `modeline' with `mode-line-faces'.
3963 (mode-line-buffer-id): New face.
3964 (modeline-buffer-id): New face alias.
3965 (vertical-border): Remove :group `modeline'.
3966
3967 * bindings.el (propertized-buffer-identification): Use face
3968 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3969 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3970 (mode-line-buffer-identification-keymap): For mouse-1 replace
3971 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3972 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3973 mouse-3.
3974
3975 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3976 Buffer-menu-buffer. Doc fix.
3977 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3978 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3979 `Buffer-menu-buffer'.
3980
3981 * info.el (Info-mode-line-node-keymap): New defvar.
3982 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3983 Propertize Info-current-node with `mode-line-buffer-id' and
3984 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3985
3986 * time.el (display-time-mail-face): Replace :group `faces' with
3987 `mode-line-faces'.
3988
3989 2006-01-16 Kenichi Handa <handa@m17n.org>
3990
3991 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3992
3993 * language/european.el (cp1252): New alias for windows-1252.
3994
3995 * international/mule.el (autoload-coding-system): Prepare for EOL
3996 variants.
3997
3998 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3999
4000 * term.el (term-raw-map): Add mapping for insert.
4001 (term-send-insert): New.
4002 (term-mode): Make variables local here instead of doing it in
4003 `term-emulate-terminal'.
4004 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
4005 Scroll reverse needs to take into account the scroll region.
4006 Saving and restoring the cursor should save the color attributes too.
4007 (term-reset-terminal): Reset the scroll region.
4008 (term-handle-ansi-escape): Cursor up and down should take into
4009 account the scroll region.
4010 (term-set-scroll-region): Rename from `term-scroll-region'.
4011 Move to 0,0 after setting the region.
4012 (term-handle-scroll): Handle scroll up.
4013 (term-down): Fix off by one error.
4014 (term-delete-lines): Do not delete outside the scroll region.
4015 (term-insert-lines): Take into account the scroll region.
4016
4017 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
4018
4019 * textmodes/ispell.el (ispell-internal-change-dictionary)
4020 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
4021 (start, end): Move declaration outside of eval-when-compile.
4022
4023 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
4024 (flyspell-mode-on): Use it.
4025
4026 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
4027 ispell-kill-ispell-hook.
4028
4029 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
4030
4031 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
4032 (Custom-reset-saved): Do not ask for confirmation in single option
4033 buffers.
4034
4035 2006-01-13 Richard M. Stallman <rms@gnu.org>
4036
4037 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
4038
4039 2006-01-13 Romain Francoise <romain@orebokech.com>
4040
4041 * add-log.el (add-change-log-entry, change-log-merge):
4042 Conditionally use `hard-newline'.
4043
4044 2006-01-13 Martin Rudalics <rudalics@gmx.at>
4045
4046 * wid-edit.el (widget-field-end): If the overlay is no longer
4047 associated with a buffer, behave as if the overlay didn't exist.
4048
4049 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
4050 Make sure the links use the `custom-link' face.
4051
4052 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4053
4054 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
4055 (ld-script-mode): Don't set indent-line-function since we don't
4056 have one.
4057
4058 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
4059
4060 * textmodes/org.el (org-open-file): Use mailcap for selecting an
4061 application.
4062 (org-file-apps-defaults-gnu): Use mailcap as the default for
4063 selecting an application on a UNIX system.
4064 (org-agenda-show-tags): New command.
4065 (org-table-insert-hline): Keep cursor in current table line.
4066 (org-table-convert): Offset effect of modifying
4067 `org-table-insert-hline'.
4068 (org-format-agenda-item): New optional argument TAG.
4069 (org-compile-prefix-format): Handle %T format for the tag.
4070 (org-expand-wide-chars): New function.
4071 (org-table-insert-row, org-table-insert-hline):
4072 Use `org-expand-wide-chars'.
4073 (org-open-file): Fix bug in program launch.
4074 (org-get-time-of-day): Fix bug with times before 1am.
4075 (org-agenda-menu): Add tags commands.
4076
4077 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
4078
4079 * textmodes/ispell.el (ispell-init-process): Include the used
4080 dictionary in ispell process start message.
4081 (ispell-internal-change-dictionary): When flyspell-mode is active
4082 and dictionary is changed, make sure ispell process is restarted
4083 and flyspell word cache cleared out for the current buffer.
4084 (ispell-change-dictionary): Make sure flyspell word cache is
4085 cleared out in all buffers with active flyspell mode when
4086 dictionary is globally changed.
4087 Call ispell-internal-change-dictionary after dictionary change.
4088
4089 2006-01-13 Eli Zaretskii <eliz@gnu.org>
4090
4091 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
4092
4093 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
4094 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
4095 years. Fix small differences wrt Makefile.in.
4096 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
4097 Makefile.in does.
4098
4099 2006-01-12 Bill Wohler <wohler@newt.com>
4100
4101 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
4102 mh-search.el.
4103
4104 2006-01-12 Masatake YAMATO <jet@gyve.org>
4105
4106 * progmodes/ld-script.el: Update copyright year.
4107
4108 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
4109
4110 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
4111 Don't add widget if setting undefined.
4112
4113 2006-01-12 John Paul Wallington <jpw@pobox.com>
4114
4115 * help-fns.el (describe-variable): Remove newlines from void
4116 variable output.
4117
4118 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
4119
4120 * wdired.el (wdired-mode-map): Add help echo for
4121 wdired-abort-changes.
4122
4123 * man.el (Man-file-name-regexp): Adjust for a list of files.
4124
4125 2006-01-12 Masatake YAMATO <jet@gyve.org>
4126
4127 * progmodes/ld-script.el (auto-mode-alist): Support
4128 suffix conventions used in netbsd and eCos.
4129
4130 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
4131
4132 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
4133 (custom-variable-menu, custom-face-menu, custom-group-menu)
4134 (Custom-mode-menu): Change names of menu items. (As discussed on
4135 emacs-devel.)
4136 (custom-face-menu): Add "Undo Edits" item.
4137
4138 * startup.el (init-file-user): defcustom -> defvar.
4139
4140 * tooltip.el (tooltip-mode): Doc fix.
4141
4142 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4143
4144 * reveal.el (reveal-post-command): window-buffer signals an error on
4145 dead windows rather than returning nil.
4146 (reveal-open-new-overlays): An overlay might die while we open others.
4147
4148 2006-01-11 Bill Wohler <wohler@newt.com>
4149
4150 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
4151 phrasing in docstring.
4152
4153 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
4154 can give some systems gas. Add new file mh-buffers.el.
4155
4156 2006-01-06 Masatake YAMATO <jet@gyve.org>
4157
4158 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
4159 C preprocessor forward ported from GNU Emacs 21.2.
4160
4161 * progmodes/asm-mode.el (asm-font-lock-keywords):
4162 Use `cpp-font-lock-keywords'.
4163
4164 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
4165
4166 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
4167 of $ for "\\.ld[s]?".
4168
4169 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4170
4171 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
4172 (tcl-indent-line): Return `noindent' if inside a string.
4173
4174 * progmodes/flymake.el (flymake-split-string): Remove more than one
4175 empty string at beg/end of the result.
4176 (flymake-find-buildfile, flymake-find-possible-master-files):
4177 Use expand-file-name.
4178 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
4179 since expand-file-name does it for us. Use directory-file-name.
4180 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
4181 (flymake-ler-get-type, flymake-ler-get-text)
4182 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
4183 (flymake-current-line-no): Remove spurious interactive spec.
4184 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
4185 (flymake-check-include): Remove arg inc-path merged into inc-name.
4186 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
4187 Arg regexp-list replaced by a simple regexp.
4188 (flymake-master-make-header-init, flymake-master-tex-init):
4189 Correspondingly replace regexp-list with a regexp. Fix regexp.
4190
4191 2006-01-10 Simon Josefsson <jas@extundo.com>
4192
4193 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
4194 describing AUTH PLAIN fix.
4195
4196 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
4197
4198 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
4199 (report-emacs-bug): Don't record initial prompt text.
4200 Instead, add text properties to prompting text.
4201 (report-emacs-bug-hook): Delete prompting text.
4202
4203 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4204
4205 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
4206 `dirs'. Adjust callers.
4207
4208 2006-01-09 John Paul Wallington <jpw@gnu.org>
4209
4210 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
4211
4212 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4213
4214 * reveal.el (reveal-open-new-overlays): New extracted fun.
4215 (reveal-close-old-overlays): Idem. Check overlays's liveness before
4216 using them. Simplify the code.
4217 (reveal-post-command): Use them. Fix up obsolete windows in
4218 reveal-open-spots.
4219
4220 * progmodes/flymake.el: Use `require' rather than autoload for
4221 XEmacs's overlays.
4222 (flymake-get-common-file-prefix, flymake-build-relative-filename):
4223 Delete. Use file-relative-name instead.
4224 (flymake-get-syntax-check-program-args, flymake-perl-init):
4225 Simplify the resulting code.
4226
4227 * log-view.el (log-view-file-re, log-view-message-re): Add support
4228 for DaRCS output.
4229
4230 2006-01-09 Alex Schroeder <alex@gnu.org>
4231
4232 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
4233 identifiers sometimes added in square brackets at the beginning of
4234 subject lines.
4235
4236 2006-01-07 Richard M. Stallman <rms@gnu.org>
4237
4238 * cus-edit.el (Custom-set, Custom-save): Doc fix.
4239 (Custom-reset-current, Custom-reset-saved): Change question text.
4240 (Custom-reset-standard): Likewise.
4241 (custom-variable-reset-saved): Doc fix.
4242
4243 2006-01-07 Eli Zaretskii <eliz@gnu.org>
4244
4245 * startup.el (init-file-user): Doc fix.
4246
4247 2006-01-07 Alex Schroeder <alex@gnu.org>
4248
4249 * mail/rmail.el (rmail-current-subject): New function.
4250 (rmail-current-subject-regexp): New function.
4251 (rmail-next-same-subject): Use it.
4252
4253 * mail/rmailsum.el (rmail-summary-by-topic):
4254 Use rmail-current-subject and rmail-current-subject-regexp.
4255 (rmail-summary-next-same-subject): Ditto.
4256
4257 * net/rcirc.el (rcirc-send-input): No longer check whether the
4258 process is open, since not all commands need an open process.
4259 (rcirc-send-string): Check whether the process is open before
4260 sending anything.
4261 (rcirc-ignore-list): New option.
4262 (rcirc-ignore-list-automatic): New variable.
4263 (rcirc-print): Take rcirc-ignore-list into account.
4264 (rcirc-cmd-ignore): New command.
4265 (rcirc-ignore-update-automatic): New function.
4266 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
4267 list if ignored nicks.
4268 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
4269
4270 2006-01-06 David Reitter <david.reitter@gmail.com>
4271
4272 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
4273 reflect the address to which the report will be sent.
4274
4275 2006-01-06 Eli Zaretskii <eliz@gnu.org>
4276
4277 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
4278 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
4279
4280 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
4281
4282 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
4283
4284 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
4285 the doc string: "functoin" => "function".
4286 * ldefs-boot.el: Likewise.
4287
4288 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
4289 message text: "Duplicat" => "Duplicate".
4290
4291 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
4292
4293 * files.el (basic-save-buffer-2): If backing-up failed, reset
4294 buffer-backed-up to nil.
4295
4296 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
4297
4298 * progmodes/gud.el (gdb-script-skip-to-head)
4299 (gdb-script-calculate-indentation): Indent for breakpoint command
4300 lists also.
4301
4302 2006-01-05 Bill Wohler <wohler@newt.com>
4303
4304 * Makefile.in (compile-always): Add mh-autoloads dependency.
4305 (bootstrap): Remove mh-autoloads dependency, as compile dependency
4306 provides it.
4307 (updates): Remove mh-autoloads dependency, since it probably has
4308 already run recently (via recompile).
4309
4310 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
4311
4312 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
4313 argument `force' to disable the flyspell-last-buffer optimization.
4314 (flyspell-mode-on): Use it.
4315
4316 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
4317 flymake-simple-cleanup.
4318 (flymake-allowed-file-name-masks): Use this new default.
4319 All the functions are now called in the right buffer rather than
4320 passing the buffer as argument.
4321 (flymake-process-sentinel): Switch to buffer before calling cleanup.
4322 (flymake-parse-err-lines): Remove redundant buffer arg.
4323 (flymake-get-program-dir): Comment out unused function.
4324 (flymake-start-syntax-check, flymake-start-syntax-check-process):
4325 Remove redundant buffer argument.
4326 (flymake-get-real-file-name, flymake-simple-java-cleanup)
4327 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
4328
4329 2006-01-05 Richard M. Stallman <rms@gnu.org>
4330
4331 * info.el (Info-find-node): Don't record previous node if have none.
4332 (info): Go to directory only if history is empty.
4333
4334 * simple.el (mark): Doc fix.
4335
4336 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4337
4338 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
4339 already of desired type.
4340 (mac-ae-list): Coerce parameter to "list" type.
4341 (mac-dispatch-apple-event): Replace cadr part of event with a
4342 dummy position so that event-start returns it.
4343
4344 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
4345
4346 * textmodes/org.el (org-end-of-subtree): New function.
4347 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
4348 Use `org-end-of-subtree'.
4349 (org-agenda, org-agenda-convert-date): Protect calls to
4350 `fit-window-to-buffer'.
4351 (org-tags-view): Force matching of sublevels when doing a
4352 todo-only search. Define the correct redo command, including the
4353 arguments.
4354 (org-agenda-redo): Display message.
4355 (org-check-for-org-mode): New function.
4356 (org-agenda-type): New variable.
4357 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
4358 Set `org-agenda-type'.
4359 (org-agenda-check-type): New function.
4360 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4361 (org-agenda-week-view, org-agenda-day-view)
4362 (org-agenda-next-date-line, org-agenda-previous-date-line)
4363 (org-agenda-log-mode, org-agenda-toggle-diary)
4364 (org-agenda-toggle-time-grid, org-agenda-date-later)
4365 (org-agenda-date-prompt, org-agenda-diary-entry)
4366 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
4367 (org-agenda-convert-date, org-agenda-menu):
4368 Use `org-agenda-check-type'.
4369 (org-make-overlay, org-delete-overlay)
4370 (org-detatch-overlay, org-move-overlay, org-overlay-put):
4371 New compatibility functions.
4372 (org-calendar-select-mouse): New command.
4373
4374 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
4375
4376 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
4377 (Custom-reset-standard): Fix y-or-n-p messages.
4378 (custom-link): New face for links.
4379 (custom-buffer-create-internal, custom-manual): Use it.
4380 (custom-face-save): Push to theme-face before setting face spec.
4381
4382 * wid-edit.el (widget-default-mouse-face-get): New function.
4383 (widget-specify-button): Handle mouse-face like button-face.
4384
4385 * custom.el (load-theme): Clear old theme settings if reloading.
4386
4387 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
4388
4389 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
4390 "Erase Customization" button back to same position it occupies in
4391 the individual State menus.
4392
4393 2006-01-04 Kim F. Storm <storm@cua.dk>
4394
4395 * wid-edit.el (key-sequence): Rework widget to read key binding
4396 using `kbd' syntax. Use C-q to insert literal key, event, or code.
4397 (widget-key-sequence-default-value): Default value for empty sequence.
4398 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
4399 (widget-key-sequence-read-event): New command for C-q.
4400 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
4401 (widget-key-sequence-value-to-external): New functions.
4402
4403 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4404
4405 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
4406 Use expand-file-name.
4407 (flymake-delete-temp-directory): Use expand-file-name,
4408 file-name-directory, and directory-file-name.
4409 (flymake-strrchr): Delete.
4410 (flymake-start-syntax-check): Don't pass the redundant buffer argument
4411 to the init-f function.
4412 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
4413 (flymake-init-find-buildfile-dir)
4414 (flymake-init-create-temp-source-and-master-buffer-copy)
4415 (flymake-simple-make-init-impl, flymake-simple-make-init)
4416 (flymake-master-make-init, flymake-master-make-header-init)
4417 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
4418 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
4419 (flymake-xml-init): Remove corresponding redundant buffer argument.
4420 (flymake-allowed-file-name-masks): Remove last elems that are equal to
4421 the default anyway. Clean up regexps.
4422
4423 * progmodes/flymake.el (flymake-temp-source-file-name)
4424 (flymake-master-file-name, flymake-temp-master-file-name)
4425 (flymake-base-dir): New buffer-local vars.
4426 (flymake-buffer-data, flymake-get-buffer-value)
4427 (flymake-set-buffer-value): Replace those hash-tables by the new
4428 buffer-local vars. Update callers.
4429
4430 * progmodes/flymake.el (flymake-check-start-time)
4431 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
4432 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
4433 Move definition, so we can remove redundant earlier declaration.
4434 (flymake-replace-regexp-in-string, flymake-split-string)
4435 (flymake-get-temp-dir): Use defalias.
4436 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
4437 (flymake-xemacs-window-edges): Remove unused function.
4438 (flymake-get-point-pixel-pos): Move.
4439 (flymake-pid-to-names, flymake-reg-names)
4440 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
4441 Replace by a simple list flymake-processes and by process-buffer.
4442 Update callers. Other than simplify the code, it uses buffers rather
4443 than buffer-names so it doesn't get confused by uniquify.
4444 (flymake-buffer-data): The global value should just be nil.
4445
4446 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
4447 Optimize the body of a defalias like any other code.
4448
4449 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4450 Make sure we've setup font-lock's vars. It may influence which
4451 function we then call.
4452 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4453 here since it's too late anyway.
4454
4455 2006-01-03 Romain Francoise <romain@orebokech.com>
4456
4457 * startup.el (fancy-splash-tail, normal-splash-screen):
4458 Update copyright year.
4459
4460 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
4461
4462 * mouse.el (mouse-drag-track): Rename, from
4463 `mouse-drag-region-1'. Includes optional argument required to
4464 enable post-drag event processing (e.g. delete region keys).
4465 Can be used without this argument to track a mouse region and operate
4466 on it as soon as the drag completes.
4467 (mouse-drag-region): Use `mouse-drag-track'.
4468
4469 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4470
4471 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4472 Move to `custom-buffer' group.
4473
4474 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4475 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4476 (custom-theme-insert-face-marker, custom-theme-variable-menu)
4477 (custom-theme-face-menu): New variables.
4478 (custom-theme-add-variable, custom-theme-variable-action)
4479 (custom-variable-reset-theme, custom-theme-delete-variable)
4480 (custom-face-reset-theme, custom-theme-face-action)
4481 (custom-theme-delete-face, custom-theme-merge-theme)
4482 (custom-theme-add-face, custom-theme-visit-theme): New functions.
4483
4484 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
4485
4486 * custom.el: Move Custom Themes commentary to start of theme code.
4487 (custom-known-themes): Rename `standard' theme to `changed'.
4488 (custom-push-theme): Caller no longer specifies what theme to use
4489 when doing `reset'---the setting is simply removed from the theme.
4490 Delete MODE from `theme-value' and `theme-settings' properties.
4491 (custom-declare-theme): Ignore &rest args since we don't use them.
4492
4493 (custom-loaded-themes): Delete variable.
4494 (custom-theme-load-themes, custom-theme-loaded-p)
4495 (custom-theme-value): Delete functions.
4496
4497 (custom-declare-theme): Signal error on invalid theme names.
4498 (provide-theme): custom-loaded-themes was deleted.
4499 (load-theme): Load the file unconditionally.
4500 (enable-theme): Call `load-theme' if theme is undefined.
4501 (custom-enabled-themes): Only update value for successful loads.
4502 (disable-theme): Complete from enabled themes when interactive.
4503 (custom-variable-theme-value): Calculate theme value directly.
4504
4505 (custom-theme-reset-variables, custom-reset-variables): Mark as
4506 XEmacs compatibility functions. We don't actually use these.
4507
4508 * cus-edit.el (custom-variable-state-set):
4509 Use custom-variable-theme-value instead of custom-theme-value.
4510 (custom-face-state-set): Rename `standard' theme to `changed'.
4511 (custom-save-variables, custom-save-faces): Delete unneeded
4512 references to custom-reset-variables.
4513 (custom-save-resets): Delete function.
4514 (custom-save-variables, custom-save-faces): MODE argument deleted.
4515 (custom-save-variables, custom-save-faces): Ignore theme values.
4516
4517 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4518 compatibility function.
4519
4520 2006-01-01 Richard M. Stallman <rms@gnu.org>
4521
4522 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4523 (Custom-reset-current, Custom-reset-saved): Likewise.
4524 (Custom-reset-standard): Show message if aborted.
4525 (custom-mode): Doc fix, describing those commands.
4526
4527 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4528 put on event-kind property.
4529
4530 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4531
4532 * custom.el (provide-theme): Ban `user' theme name.
4533 (custom-enabling-themes): New variable.
4534 (enable-theme): Don't enable user if custom-enabling-themes is t.
4535 (custom-enabled-themes): Make it a defcustom.
4536 (custom-theme-recalc-face): No-op if face is undefined.
4537
4538 * cus-edit.el (custom-button-mouse): New variable.
4539 (custom-button-mouse): New face.
4540 (custom-raised-buttons, custom-mode): Use it.
4541
4542 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4543
4544 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4545
4546 * progmodes/gud.el (gud-display-line): Support hl-line in the
4547 source buffer.
4548
4549 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4550
4551 * mouse.el (mouse-drag-window-above): Verify that the found window
4552 overlaps with the given window in the horizontal dimension.
4553
4554 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4555
4556 * Makefile.in (cvs-update): New target.
4557
4558 * makefile.w32-in (cvs-update): Ditto.
4559
4560 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4561
4562 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4563 (custom-new-theme-mode-map): New variable.
4564
4565 2005-12-30 Richard M. Stallman <rms@gnu.org>
4566
4567 * custom.el (custom-load-themes): Function deleted.
4568
4569 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4570 (custom-save-variables): Don't delete or add custom-load-themes call.
4571
4572 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4573
4574 * cus-start.el: Add `visible-cursor'.
4575
4576 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4577 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4578 (flymake-process-filter): Switch to buffer before calling it instead.
4579 (flymake-post-syntax-check, flymake-highlight-err-lines)
4580 (flymake-delete-own-overlays, flymake-parse-err-lines)
4581 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4582 (flymake-count-lines, flymake-parse-residual):
4583 Remove constant buffer argument.
4584 (flymake-start-syntax-check-for-current-buffer): Remove.
4585 Update callers to use flymake-start-syntax-check instead.
4586 (flymake-display-err-menu-for-current-line):
4587 Remove unused var `mouse-pos'.
4588 (flymake-restore-formatting): Comment out unused function.
4589 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4590 argument, use current-buffer instead. Update callers.
4591
4592 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4593
4594 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4595 buffer-local because choose-completion-delete-max-match requires
4596 that we set completion-ignore-case (i.e., binding via let is not
4597 sufficient).
4598 (bibtex-complete): Always set completion-ignore-case and
4599 choose-completion-string-functions. The latter is needed because
4600 choose-completion-string-functions keeps its value if we quit the
4601 *Completions* buffer without requesting a completion.
4602
4603 2005-12-30 Andreas Schwab <schwab@suse.de>
4604
4605 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4606
4607 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4608
4609 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4610
4611 2005-12-30 Juri Linkov <juri@jurta.org>
4612
4613 * locate.el (locate-fcodes-file, locate-header-face)
4614 * progmodes/delphi.el (delphi-other-face)
4615 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4616
4617 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4618 group `paren-showing-faces'.
4619
4620 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4621 (goto-address): Fix docstring.
4622
4623 * net/webjump.el (webjump-sample-sites): Update URLs.
4624
4625 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4626
4627 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4628
4629 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4630
4631 * font-lock.el (font-lock-compile-keywords): Signal an error when
4632 font-lock-set-defaults hasn't been called.
4633
4634 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4635
4636 * subr.el (noreturn, 1value): Doc fixes.
4637
4638 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4639
4640 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4641 that assoc-string returns nil.
4642
4643 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4644
4645 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4646 (bibtex-entry-type-str, bibtex-empty-field-re)
4647 (bibtex-search-backward-string, bibtex-preamble-prefix)
4648 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4649 (bibtex-any-valid-entry-type): New variable.
4650 (bibtex-parse-field-name): Simplify.
4651 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4652 (bibtex-preamble-prefix): Include left delimiter.
4653 (bibtex-search-forward-field, bibtex-search-backward-field):
4654 Allow unbounded search past entry boundaries (required by bibtex-pop).
4655 (bibtex-text-in-field-bounds): Use push.
4656 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4657 (bibtex-parse-preamble, bibtex-valid-entry)
4658 (bibtex-beginning-first-field): New functions.
4659 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4660 (bibtex-map-entries): Fix docstring.
4661 (bibtex-flash-head): New arg prompt. Simplify.
4662 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4663 (bibtex-insert-kill): Simplify. Always insert text past the
4664 current field or entry.
4665 (bibtex-format-entry): Use bibtex-parse-field.
4666 (bibtex-pop): Use bibtex-beginning-of-entry and
4667 bibtex-end-of-entry to initiate the search. Insert empty field if
4668 we found ourselves.
4669 (bibtex-print-help-message): New args field and comma.
4670 Handle entry keys.
4671 (bibtex-make-field): Use bibtex-beginning-of-entry.
4672 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4673 invalid entry.
4674 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4675 Handle preambles. Simplify code for thorough test.
4676 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4677 New arg comma. Handle entry heads.
4678 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4679 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4680 New arg comma.
4681 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4682 (bibtex-fill-field): Simplify.
4683 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4684 bibtex-parse-field.
4685 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4686 (bibtex-complete): Use bibtex-parse-preamble.
4687
4688 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4689
4690 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4691 Display name of expression instead of convenience variable.
4692 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4693
4694 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4695 toggle-gud-tooltip-dereference.
4696 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4697 (gud-tooltip-tips): ...here when dereferencing.
4698
4699 2005-12-28 Bill Wohler <wohler@newt.com>
4700
4701 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4702
4703 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4704
4705 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4706 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4707 (vc-annotate-display-autoscale): Adjust call.
4708 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4709 Fix interactive spec.
4710 (vc-annotate-time-span): Remove.
4711 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4712 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4713 (vc-annotate-display-select): Use new name.
4714
4715 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4716 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4717 Correct the construction of span entries. Simplify.
4718 (vc-annotate-display-select): Fix the nil case.
4719 (vc-annotate): Remove obsolete (and now broken) code.
4720 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4721 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4722
4723 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4724
4725 * subr.el (lazy-completion-table): Correct typo in docstring.
4726
4727 * startup.el (command-line): Use `custom-reevaluate-setting' for
4728 `send-mail-function'.
4729
4730 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4731
4732 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4733
4734 * mail/smtpmail.el (smtpmail-try-auth-methods):
4735 Send credentials together with "AUTH PLAIN" command.
4736
4737 2005-12-27 Richard M. Stallman <rms@gnu.org>
4738
4739 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4740 mouse-2, go back to previously selected window, so it's selected
4741 when mouse-2 command runs.
4742
4743 2005-12-27 Juri Linkov <juri@jurta.org>
4744
4745 * descr-text.el (describe-text-sexp): Use square brackets for
4746 button [Show] to distinguish it from the property value `show'.
4747 (describe-property-list): Use `insert-text-button' with
4748 `help-face' type instead of putting face in quotes, because button
4749 is not created automatically for a list of faces.
4750 (describe-text-properties-1): Put button-type value in quotes to
4751 distinguish from plain text "button".
4752 (describe-char): Display code point values in hex. Don't use
4753 `symbol-name' for `current-input-method' because it is a string.
4754 Use `insert-text-button' with `help-face' type instead of putting
4755 hardcoded face in quotes, because button is not created automatically.
4756
4757 2005-12-27 Richard M. Stallman <rms@gnu.org>
4758
4759 * progmodes/glasses.el (glasses-face): More specific custom type.
4760
4761 * files.el (set-visited-file-name): Doc fix.
4762
4763 * textmodes/flyspell.el (flyspell-external-point-words):
4764 Use local var buffer-scan-pos to advance scan for next misspelling.
4765 Advance it only after we find the misspelling.
4766
4767 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4768
4769 * textmodes/flyspell.el (flyspell-external-point-words):
4770 New criteria for finding the misspelling in the buffer.
4771
4772 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4773
4774 * help-mode.el (help-insert-string): Set help-xref-stack-item
4775 rather than call help-setup-xref.
4776
4777 * descr-text.el (describe-char): Revert previous changes for
4778 optional buffer argument.
4779
4780 2005-12-27 Juri Linkov <juri@jurta.org>
4781
4782 * help-mode.el (help-insert-string): New function. Save buffer
4783 contents in cases where it is impossible to recompute the old contents.
4784
4785 * descr-text.el (describe-char): Set help-xref-stack-item
4786 explicitly after buffer has been generated.
4787
4788 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4789
4790 * cus-start.el (all): Add x-gtk-show-hidden-files.
4791
4792 2005-12-26 Richard M. Stallman <rms@gnu.org>
4793
4794 * replace.el (perform-replace): Calculate match-again
4795 before skipping read-only matches.
4796
4797 * paren.el (paren-showing-faces): New group.
4798 (show-paren-match, show-paren-mismatch): Move to that group.
4799
4800 * button.el (button): Put into group `basic-faces'.
4801
4802 * progmodes/make-mode.el: Remove faces from group `faces'.
4803
4804 * apropos.el (apropos, apropos-value): Doc fix.
4805 (apropos-documentation): Doc fix.
4806
4807 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4808
4809 * subr.el (lazy-completion-table): Remove argument `args'.
4810
4811 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4812 Don't use the `args' argument of lazy-completion-table.
4813
4814 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4815
4816 * descr-text.el (describe-char): Add optional argument for buffer.
4817 Set buffer appropriately. Call help-setup-xref.
4818 Suggested by Stefan Monnier.
4819
4820 2005-12-26 Juri Linkov <juri@jurta.org>
4821
4822 * descr-text.el: Require `help-fns' at runtime. Don't require
4823 `button' for byte compilation.
4824 (describe-text-widget): Add `help-echo' for first button.
4825 Use `help-info' for second.
4826 (describe-property-list): Use `help-argument-name' instead of `italic'.
4827 (describe-text-category): Add prompt to interactive spec.
4828 Call `help-setup-xref'.
4829 (describe-char): Use `help-character-set'. Add `help-echo' for
4830 code point. Use `help-input-method'. Remove superfluous insert.
4831
4832 2005-12-25 Richard M. Stallman <rms@gnu.org>
4833
4834 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4835 at point, in case of narrowing.
4836
4837 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4838
4839 * locate.el (locate-header-face): Allow nil in type.
4840
4841 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4842
4843 2005-12-25 Romain Francoise <romain@orebokech.com>
4844
4845 * battery.el (battery-linux-proc-acpi): Also try
4846 `/proc/acpi/thermal_zone/THM0/temperature'.
4847
4848 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4849
4850 * custom.el (custom-push-theme): Fix docstring.
4851
4852 * cus-edit.el (custom-variable-set, custom-variable-save)
4853 (custom-variable-save): Custom-quote widget values.
4854 (customize-save-variable): Fix custom-push-theme call.
4855
4856 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4857
4858 * w32-fns.el (w32-batch-update-autoloads): New function.
4859
4860 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4861 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4862 from the command line.
4863
4864 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4865
4866 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4867 reset means to remove setting from theme entirely. Don't keep
4868 expanding theme-settings list; delete old entries if necessary.
4869
4870 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4871 customization" button one line up.
4872 (custom-themed): New face.
4873 (custom-magic-alist): New value, THEMED, for theme settings.
4874 (custom-variable-state-set, custom-face-state-set):
4875 Check theme-value instead of saved-value.
4876 (custom-variable-reset-standard, custom-face-reset-standard):
4877 Remove theme setting entirely. Recalculate new values.
4878 (custom-variable-set, custom-variable-set)
4879 (custom-variable-reset-saved, custom-variable-reset-backup)
4880 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4881 (custom-variable-save): Fix typos.
4882
4883 2005-12-23 Juri Linkov <juri@jurta.org>
4884
4885 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4886 Add autoload cookies.
4887 (edebug-outside-d-c-i-n-s-w): New variable.
4888 (edebug-display, edebug-outside-excursion): Use it to save the
4889 original value of default-cursor-in-non-selected-windows.
4890 Set default-cursor-in-non-selected-windows to t while Edebug
4891 is active.
4892 (edebug-mode, edebug-eval-mode): Doc fix.
4893
4894 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4895 with `buffer-substring-no-properties' to remove common substring
4896 highlighting.
4897
4898 * info.el (info-other-window, info): Rename function argument
4899 `file' to `file-or-node'.
4900 (Info-complete-menu-item): Use local variable `complete-nodes' to
4901 keep the global value of `Info-complete-nodes' unchanged for
4902 subsequent completions.
4903 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4904
4905 * simple.el (get-next-valid-buffer, last-buffer)
4906 (next-error-buffer-p, next-error-find-buffer)
4907 (minibuffer-history-sexp-flag): Doc fix.
4908
4909 * savehist.el (savehist-mode-hook): Add `:group'.
4910
4911 * log-view.el: Call autoload for vc-find-version.
4912 (log-view-current-file): Adjust subgroup numbers.
4913 (log-view-current-tag): Add `length'.
4914
4915 2005-12-23 Richard M. Stallman <rms@gnu.org>
4916
4917 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4918
4919 2005-12-23 Juri Linkov <juri@jurta.org>
4920
4921 * hi-lock.el (hi-lock-archaic-interface-message-used)
4922 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4923 (hi-lock-mode): Display "Hi" in the mode line only when
4924 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4925 (hi-lock-write-interactive-patterns):
4926 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4927 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4928 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4929 font-lock-add-keywords to t.
4930
4931 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4932
4933 * hi-lock.el (hi-lock-highlight-range): New variable.
4934 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4935 only if font-lock-fontified is non-nil. Remove overlays.
4936 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4937 font-lock-fontified is non-nil, otherwise use overlays (instead of
4938 text properties).
4939 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4940 New variables.
4941 (hi-lock-string-serialize) New function.
4942
4943 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4944
4945 * menu-bar.el (menu-find-file-existing): New function.
4946 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4947
4948 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4949
4950 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4951
4952 * vc.el: Remove unnecessary leading * in docstrings.
4953 (vc-annotate-mode-map): Move initialization into declaration.
4954 (vc-static-header-alist): Nitpick on the regexp.
4955 (vc-default-init-version): New fun.
4956 (vc-register): Use it.
4957 (vc-insert-headers): Use dolist.
4958 (vc-annotate-get-backend): Remove unused function.
4959 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4960 (vc-annotate-mode): Remove corresponding call.
4961 (vc-annotate-car-last-cons): Simplify.
4962 (vc-annotate-buffers): Remove var.
4963 (vc-annotate-backend): Make it buffer-local.
4964 (vc-annotate): Move the interaction to the interactive spec.
4965 Add a `buf' argument.
4966 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4967 killing&creating a vc-annotate buffer, which is very disruptive when
4968 the buffers are shown in dedicated frames.
4969
4970 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4971
4972 * descr-text.el: Add FSF as maintainer.
4973 (describe-text-mode, describe-text-mode-map)
4974 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4975 help-mode.
4976 (describe-text-widget, describe-text-sexp)
4977 (describe-property-list, describe-text-category)
4978 (describe-text-properties, describe-text-properties-1)
4979 (describe-char): Use help buttons instead of widgets.
4980 (describe-char-unicodedata-file): Make URL link in doc string.
4981
4982 2005-12-22 Richard M. Stallman <rms@gnu.org>
4983
4984 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4985 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4986 Don't include buttons that write a file when there's no file.
4987 (custom-variable-menu, custom-face-menu, custom-group-menu):
4988 Don't include commands that write a file when there's no file.
4989 (customize-browse): Reword the top-of-buffer help intro.
4990 (custom-buffer-create-internal): Fix previous change.
4991 (customize-changed-options-previous-release): Prev release is 21.1.
4992 (customize-changed-options): Doc fix.
4993 (customize-changed): New alias.
4994 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4995 Say "standard values".
4996 (Custom-reset-standard): Doc fix.
4997 (custom-face-reset-standard): Doc fix.
4998
4999 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
5000
5001 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
5002 even if font-lock-mode is non-nil since it may be t without having
5003 turned on font-lock-mode-internal.
5004 (font-lock-choose-keywords): Minor optimization.
5005 (font-lock-add-keywords, font-lock-remove-keywords)
5006 (font-lock-set-defaults): Don't call make-local-variable on a variable
5007 that we know to already be local.
5008
5009 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
5010
5011 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
5012 messages if in the minibuffer.
5013
5014 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5015
5016 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
5017 (tex-mode-flyspell-verify, flyspell-get-word)
5018 (flyspell-external-point-words): Don't use point-min/max uselessly.
5019
5020 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
5021 by Kevin Rodgers. Instead, just hide the completions buffer if we
5022 don't need to show it.
5023
5024 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
5025
5026 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
5027
5028 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5029
5030 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
5031 delete-windows-on with an inexistent buffer.
5032
5033 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
5034
5035 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5036 Delete defcustom variable :tag names.
5037
5038 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
5039
5040 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
5041 (log-view-font-lock-keywords): Ajust subgroup numbers.
5042 (log-view-current-tag): Don't hard code the number of subgroups.
5043
5044 2005-12-20 Juri Linkov <juri@jurta.org>
5045
5046 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
5047 (tooltip-x-offset, tooltip-y-offset): Doc fix.
5048
5049 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
5050 (menu-bar-non-minibuffer-window-p): Instead of checking
5051 display-multi-frame-p, use selected-frame when menu-updating-frame
5052 is nil.
5053
5054 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
5055
5056 * align.el (align-rules-list): Use [ \t] instead of \s-
5057 for column separators in text mode.
5058
5059 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
5060
5061 * help-mode.el (help-customize-variable, help-customize-face):
5062 Don't pop help-xref-stack as help-follow no longer pushes
5063 anything on to it.
5064
5065 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
5066
5067 * textmodes/org.el (org-agenda-custom-commands): New option.
5068 (org-agenda): Offer custom commands on splash screen.
5069 (org-make-tags-matcher): Parser for Boolean logic added.
5070 (org-agenda-set-tags): New command.
5071 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
5072 (org-set-tags): Efficiency improvements.
5073 (org-auto-align-tags): New option.
5074 (org-todo, org-demote, org-promote): Realign tags.
5075 (org-tags-completion-function): Use also "&" and "|" as separators.
5076 (org-org-menu): Agenda commands simplified.
5077
5078 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5079
5080 * cus-edit.el (customize-apropos, customize-apropos-options):
5081 Docstring changes.
5082
5083 * font-lock.el (font-lock): Add tags to the links in the defgroup.
5084
5085 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
5086
5087 * longlines.el (longlines-mode): Wrap while widened.
5088 (longlines-decode-region, longlines-encode-region): Compute max
5089 just once.
5090
5091 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5092
5093 * cus-edit.el (mac): New group.
5094
5095 * cus-start.el (all): Add user options in macterm.c. Add test for
5096 Mac-related built-ins. Fix test for GTK-related built-ins.
5097
5098 * term/mac-win.el (mac-handle-language-change)
5099 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
5100 (mac-services-open-selection, mac-services-mail-selection)
5101 (mac-services-mail-to, mac-services-insert-text)
5102 (mac-dispatch-apple-event): Add docstrings.
5103 (x-get-selection, mac-select-convert-to-string): Select coding
5104 system from `utf-16be' and `utf-16le' using `byteorder'.
5105
5106 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5107
5108 * subr.el (lazy-completion-table): Don't be fooled if the var holds
5109 a "list" (lambda ...) rather than a real completion list.
5110
5111 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
5112 lexical-let when encountering ((lambda (...) ...) ...).
5113
5114 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
5115
5116 * progmodes/sh-script.el (sh-mode):
5117 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
5118 * textmodes/picture.el (picture-mode): Update docstrings.
5119
5120 2005-12-17 Eli Zaretskii <eliz@gnu.org>
5121
5122 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
5123 commands enclosed in $(ARGQUOTE)s should not be split between two
5124 lines, as that will break with GNU Make >3.80, when sh.exe is used
5125 and arg quoting is with '..'.
5126 (autoloads): Don't break the quoted --eval expression between
5127 several lines.
5128
5129 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
5130
5131 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
5132 Capture error from printing circular structures.
5133
5134 2005-12-17 Martin Rudalics <rudalics@gmx.at>
5135
5136 * wid-edit.el (widget-checkbox-action): Clear undo info.
5137
5138 2005-12-16 Bill Wohler <wohler@newt.com>
5139
5140 * menu-bar.el (kill-this-buffer): Set a good example by using menu
5141 bar, not menubar in comment.
5142
5143 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5144
5145 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
5146 After-change-functions should not clobber the match data.
5147
5148 2005-12-16 Juri Linkov <juri@jurta.org>
5149
5150 * simple.el (choose-completion): Use `buffer-substring-no-properties'
5151 instead of `buffer-substring'.
5152 (completion-common-substring): Doc fix.
5153 (completion-setup-function): Use minibuffer-completion-contents
5154 instead of minibuffer-contents. Don't set common-string-length
5155 initially. Remove special handling of partial-completion-mode.
5156 Move computation of completion-base-size into one cond.
5157 Call completion-base-size-function in mainbuf. In computation of
5158 completion-base-size for file name completion don't move point to
5159 the end of the minibuffer. Move computation of common-string-length
5160 into one cond. Start putting faces only when common-string-length>=0.
5161 Add condition to put completions-common-part when
5162 common-string-length>0.
5163
5164 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
5165 place point at the first different character in the minibuffer
5166 even if this position is at the beginning of the minibuffer.
5167
5168 * info.el (Info-read-node-name-1): In completion-base-size-function's
5169 lambda return 1 if common-substring or minibuffer-completion-contents
5170 starts with (, and 0 otherwise.
5171
5172 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
5173 Use `crm-current-element' for second arg of `display-completion-list'.
5174
5175 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
5176
5177 * files.el (set-auto-mode): Look for an interpreter specified on
5178 the first line also if search for mode specification succeeded,
5179 but the mode is not known.
5180
5181 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
5182
5183 * textmodes/org.el (org-tags-match-list-sublevels): New option.
5184 (org-open-at-point): Implement tag searches as links.
5185 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
5186 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
5187 (org-tags-sparse-tree, org-tags-view, org-set-tags)
5188 (org-agenda-dispatch): New commands.
5189 (org-use-tag-inheritance, org-tags-column): New options.
5190 (org-tab-follows-link, org-return-follows-link): New options.
5191 (org-tags): New customize group.
5192 (org-start-icalendar-file): Get local time zone.
5193 (org-tags-completion-function): New function.
5194 (org-set-font-lock-defaults): Make sure links will also be
5195 highlighted inside headlines.
5196
5197 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
5198
5199 * term.el (term-emulate-terminal):
5200 Let term-handle-ansi-terminal-messages override what Bash says about
5201 its current directory.
5202
5203 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5204
5205 * bindings.el (last-buffer): Move to simple.el.
5206 * simple.el (last-buffer): Move here.
5207 (get-next-valid-buffer): New function.
5208 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
5209 (prev-buffer): Ditto. Rename to `previous-buffer'.
5210
5211 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
5212 * bindings.el (global-map): Ditto.
5213
5214 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
5215
5216 * cus-edit.el: Introductory comment change.
5217 (custom-magic-alist): Change message string for the `rogue' state.
5218
5219 2005-12-15 Richard M. Stallman <rms@gnu.org>
5220
5221 * tooltip.el: Delete defcustom variable :tag names.
5222
5223 * complete.el (partial-completion-mode): Doc fix.
5224
5225 * textmodes/flyspell.el (flyspell-external-point-words):
5226 Use save-excursion to ensure we don't move backward in the
5227 search loop, not even one character.
5228 (flyspell-delete-all-overlays): Use remove-overlays directly.
5229
5230 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
5231 (ispell-start-process): Set that variable.
5232 Clear ispell-buffer-local-name.
5233 (ispell-internal-change-dictionary):
5234 Set ispell-current-dictionary after killing process.
5235 (ispell-buffer-local-dict):
5236 Don't set spell-personal-dictionary after killing process.
5237 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
5238 (ispell-tex-skip-alists, ispell-html-skip-alists)
5239 (ispell-skip-region-alist): Mark as risky.
5240
5241 * net/newsticker.el (newsticker--retrieval-timer-list)
5242 (newsticker--display-timer, newsticker-running-p)
5243 (newsticker-ticker-running-p): Definitions moved up.
5244
5245 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
5246
5247 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
5248
5249 2005-12-15 David Ponce <david@dponce.com>
5250
5251 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
5252 (recentf-edit-list, recentf-open-files): Signal an error when
5253 there is no recent file.
5254
5255 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5256
5257 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
5258 read-only except for texinfo-format-region evaluation.
5259
5260 2005-12-14 Richard M. Stallman <rms@gnu.org>
5261
5262 * vc.el (vc-default-previous-version, vc-default-next-version)
5263 (vc-do-command): Doc fixes.
5264
5265 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5266
5267 * textmodes/bibtex.el (bibtex-expand-strings)
5268 (bibtex-autokey-expand-string, bibtex-name-part)
5269 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
5270 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
5271 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
5272 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
5273 (bibtex-entry-postfix, bibtex-known-entry-type-re)
5274 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
5275 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
5276 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
5277 (bibtex-beginning-of-last-entry): Remove.
5278 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
5279 message if comma is missing but buffer is read-only.
5280 (bibtex-parse-field-text): Handle whitespaces at the end of field
5281 text. Return 3-element list with beginning and end of field text
5282 and end of field.
5283 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
5284 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
5285 (bibtex-search-forward-field, bibtex-search-backward-field):
5286 Search always delimited by limits of entry. Use more efficient
5287 search algorithms.
5288 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
5289 bibtex-end-of-name-in-field.
5290 (bibtex-text-in-field-bounds): Handle BibTeX strings when
5291 extracting the content of a field.
5292 (bibtex-text-in-field): Use search limits.
5293 (bibtex-parse-string-prefix): Handle empty string keys based on
5294 bibtex-string-empty-key.
5295 (bibtex-parse-string): Fix docstring.
5296 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
5297 (bibtex-preamble-prefix, bibtex-strings): New functions.
5298 (bibtex-skip-to-valid-entry): Include preceding whitespace in
5299 BibTeX entries (consistent with other BibTeX functions).
5300 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
5301 (bibtex-search-entry): Fix docstring. Simplify.
5302 (bibtex-flash-head, bibtex-complete-string-cleanup)
5303 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
5304 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
5305 (bibtex-parse-entry): New optional arg content.
5306 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
5307 Use bibtex-text-in-field-bounds.
5308 (bibtex-print-help-message): Handle BibTeX strings and preambles.
5309 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
5310 bibtex-parse-string-postfix.
5311 (bibtex-find-text-internal): New function.
5312 (bibtex-remove-delimiters): Use it.
5313 (bibtex-find-text): Use it. New optional arg help.
5314 (bibtex-complete): Handle BibTeX string and preamble entries.
5315 (bibtex-Preamble): Fix order of closing delimiters.
5316
5317 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5318
5319 * vc.el (vc-default-revert): New fun.
5320
5321 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
5322
5323 2005-12-14 Romain Francoise <romain@orebokech.com>
5324
5325 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
5326 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
5327 (font-lock-remove-keywords): Likewise.
5328
5329 2005-12-14 Juri Linkov <juri@jurta.org>
5330
5331 * log-view.el (log-view-diff): Doc fix.
5332
5333 * isearch.el (isearch-query-replace): Use (mark) instead of
5334 isearch-opoint if mark is active in transient-mark-mode.
5335
5336 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5337
5338 * isearch.el (isearch-query-replace): Check for isearch-other-end.
5339
5340 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
5341
5342 * progmodes/cpp.el (cpp-face): New widget.
5343 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
5344
5345 2005-12-14 Juri Linkov <juri@jurta.org>
5346
5347 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
5348 around `erase-buffer' and `insert'.
5349
5350 * descr-text.el (describe-text-properties): Replace buffer name
5351 "*Help-2*" with "*Help*<2>".
5352 (describe-char): Add functions print-help-return-message,
5353 toggle-read-only. Use help-setup-xref with nil to not store
5354 describe-char in help-xref-stack. Use help-make-xrefs to
5355 make [back] button.
5356
5357 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
5358
5359 * wdired.el (wdired-old-point): New internal variable.
5360 (wdired-change-to-wdired-mode): Set it buffer-locally.
5361 (wdired-abort-changes): Restore point after aborting changes.
5362
5363 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5364
5365 * vc.el (vc-do-command): Add a new value t for okstatus.
5366
5367 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
5368 frame in case of errors.
5369
5370 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5371
5372 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
5373 so it comes after "On the Left" in the menu.
5374
5375 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
5376
5377 * cus-edit.el (customize-apropos, customize-apropos-options)
5378 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
5379
5380 2005-12-12 Bill Wohler <wohler@newt.com>
5381
5382 * vc-svn.el (vc-svn-registered): Fix problem of visiting
5383 non-writable Subversion-controlled files by saving window
5384 configuration before calling vc-do-command. vc-do-command calls
5385 pop-to-buffer on error which is unexpected during registration.
5386
5387 2005-12-12 Jay Belanger <belanger@truman.edu>
5388
5389 * calc/README: Update the summary of changes.
5390
5391 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5392
5393 * descr-text.el (describe-char): Rework last fix to solve the problem
5394 is the same way it's solved for everything else in that function
5395 (i.e. by extracting the info before setting up the *Help* buffer).
5396
5397 2005-12-12 Kim F. Storm <storm@cua.dk>
5398
5399 * subr.el (version-regexp-alist): Allow space as separator before
5400 non-numeric part, e.g. "1.0 alpha".
5401 (version-to-list): Interpret .X.Y version as 0.X.Y version.
5402
5403 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
5404
5405 * textmodes/org.el (org-agenda, org-timeline, org-todo):
5406 Implement Logging and the keep-modes setting.
5407 (org-get-category): Make sure a string is returned.
5408 (org-log-done): New function.
5409 (org-log-done, org-closed-string): New options.
5410
5411 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5412
5413 * tooltip.el (tooltip-y-offset): Change default to 20.
5414
5415 2005-12-12 Richard M. Stallman <rms@gnu.org>
5416
5417 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
5418
5419 * frame.el (display-hourglass): Doc fix.
5420
5421 * help.el (help-for-help-internal): Simplify entry for `a'.
5422
5423 * info.el (Info-on-current-buffer): Doc fix.
5424 (info-insert-file-contents): Don't test (featurep 'jka-compr).
5425
5426 * startup.el (inhibit-splash-screen): Make this the real name.
5427 (inhibit-startup-message): Make this the alias.
5428 (command-line): Find only simple.el, and use its directory
5429 to fill in other preloaded files' names.
5430 (command-line): Deactivate the mark if deactivate-mark is set.
5431
5432 * international/mule.el (load-with-code-conversion):
5433 Bind deactivate-mark.
5434
5435 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
5436
5437 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
5438
5439 * cus-edit.el (customize-apropos): Avoid listing an option more
5440 than once under different aliases. No longer list user options
5441 that are not defined with defcustom (unless a prefix arg is given).
5442 Doc fix.
5443 (customize-apropos-options): Doc fix.
5444
5445 2005-12-11 Juri Linkov <juri@jurta.org>
5446
5447 * frame.el (set-background-color, set-foreground-color)
5448 (set-cursor-color, set-mouse-color, set-border-color):
5449 Add explicit prompts to read colors by `facemenu-read-color'.
5450 (show-trailing-whitespace, blink-cursor-delay)
5451 (blink-cursor-interval, display-hourglass, hourglass-delay):
5452 Remove tags.
5453 (display-hourglass, hourglass-delay): Doc fix.
5454 (cursor-in-non-selected-windows): Capitalize words in tag.
5455
5456 * faces.el (frame-background-mode): Replace `choice-item' keywords
5457 with `const' to not make [default] button. Change default value tag
5458 from `default' to `automatic'. Doc fix.
5459 (trailing-whitespace) <defface>: Change group `whitespace' to
5460 `whitespace-faces'.
5461
5462 2005-12-11 Richard M. Stallman <rms@gnu.org>
5463
5464 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5465
5466 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5467
5468 * term/mac-win.el: Create keymap for mac-apple-event-map.
5469
5470 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
5471
5472 * tooltip.el (tooltip-mode): Move to start of file so that it
5473 appears at top of customize buffer.
5474
5475 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5476 Add the gud groupname.
5477 (gud-tooltip-mode): Add the tooltip groupname.
5478 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
5479 avoid conflict with tooltip-use-echo-area.
5480
5481 2005-12-10 Romain Francoise <romain@orebokech.com>
5482
5483 * help.el (help-for-help-internal): Add `r' in doc string.
5484
5485 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5486
5487 * align.el (align-regexp, align-highlight-rule):
5488 Use region-beginning and region-end instead of point and mark, so that
5489 repetition (with `repeat-complex-command') recomputes the region
5490 bounds.
5491
5492 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5493
5494 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5495 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5496 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5497 (balance-windows): Rewrite using the above new functions.
5498
5499 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5500
5501 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5502 react if global-hi-lock-mode seems intended.
5503 (global-hi-lock-mode) Renamed from hi-lock-mode.
5504 (hi-lock-archaic-interface-message-used)
5505 (hi-lock-archaic-interface-deduce): New variables.
5506 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5507 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5508 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5509 Replace hi-lock-buffer-mode with hi-lock-mode.
5510
5511 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5512
5513 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5514 completion list, even after a partial completion has been
5515 inserted in the current buffer. If there are more than 1
5516 completion, redisplay the *Completions* buffer; if the
5517 completion is unique, delete the *Completions* window.
5518
5519 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5520
5521 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5522 strings and long subject lines that were broken into multiple
5523 lines at arbitrary places. Handle subjects that have "Re: " in
5524 the middle.
5525
5526 2005-12-10 John W. Eaton <jwe@octave.org>
5527
5528 * emacs/octave-mod.el (octave-electric-space): Don't indent
5529 comments or strings if octave-auto-indent is nil.
5530
5531 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5532
5533 * term/mac-win.el: Require url when compiling.
5534 Call mac-process-deferred-apple-events after loading init files.
5535 (mac-apple-event-map): New defvar. Define event handlers in it.
5536 (core-event, internet-event): New Apple event class symbols.
5537 (open-application, reopen-application, open-documents)
5538 (print-documents, open-contents, quit-application)
5539 (application-died, show-preferences, autosave-now, get-url):
5540 New Apple event ID symbols.
5541 (about): New HICommand ID symbol.
5542 (mac-event-spec, mac-event-ae): New macros.
5543 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5544 (mac-ae-selection-range, mac-ae-text-for-search)
5545 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5546 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5547 and Services menu events are now defined in mac-apple-event-map.
5548 (mac-drag-n-drop): Remove selection range handling.
5549
5550 2005-12-10 Kenichi Handa <handa@m17n.org>
5551
5552 * simple.el (zap-to-char):
5553 * isearch.el (isearch-process-search-char): Translate CHAR by
5554 translation-table-for-input.
5555
5556 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5557
5558 * foldout.el (foldout-exit-fold): Properly hide subtree.
5559
5560 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5561
5562 * files.el (save-buffer):
5563 * international/ucs-tables.el (ucs-set-table-for-input):
5564 * mail/mail-extr.el (mail-extract-address-components):
5565 * mail/sendmail.el (mail-mode): Reformat doc string.
5566
5567 2005-12-09 Juri Linkov <juri@jurta.org>
5568
5569 * isearch.el (isearch-highlight): Change main overlay priority
5570 from 1 to 1001. Simplify.
5571 (isearch-lazy-highlight-update): Change lazy overlay priority
5572 from 0 to 1000.
5573
5574 * replace.el (replace-highlight): Change overlay priority from
5575 1 to 1001.
5576
5577 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5578 Change overlay priority from 1 to 1001. Reuse existing overlay.
5579
5580 * compare-w.el (compare-windows-highlight): Change overlay
5581 priority from 1 to 1000.
5582
5583 * menu-bar.el (menu-bar-edit-menu): Add listp around
5584 pending-undo-list to disable menu item "undo" when pending
5585 undo list is empty.
5586
5587 * locate.el (locate): Disable undo in *Locate* buffer.
5588
5589 2005-12-09 Kim F. Storm <storm@cua.dk>
5590
5591 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5592
5593 2005-12-09 David Ponce <david@dponce.com>
5594
5595 * recentf.el: Improvement of the menu code.
5596 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5597 instead of menu hook.
5598 (recentf-show-menu, recentf-hide-menu): New functions.
5599 (recentf-menu-customization-changed, recentf-mode): Use them.
5600 (recentf-menu-action, recentf-max-menu-items)
5601 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5602 (recentf-arrange-by-rule-others)
5603 (recentf-arrange-by-rules-min-items)
5604 (recentf-arrange-by-rule-subfilter) : Don't use
5605 `recentf-menu-customization-changed'.
5606 (recentf-arrange-rules): Likewise. Accept functions to compute
5607 sub-menu titles.
5608 (recentf-menu-filter): Likewise. Doc fix.
5609 (recentf-menu-value-shortcut): Doc fix.
5610 (recentf-dump-variable): Quote atom value.
5611 (recentf-make-menu-items): Update to use it as a menu filter.
5612 (recentf-match-rule): New function.
5613 (recentf-arrange-by-rule): Use it.
5614 (recentf-indirect-mode-rule): New function.
5615 (recentf-build-mode-rules): Use it.
5616 (recentf-dir-rule): New function.
5617 (recentf-arrange-by-dir): Use it.
5618 (recentf-filter-changer-current): Rename from
5619 `recentf-filter-changer-state'. All references updated.
5620 (recentf-filter-changer-alist): Update filter names.
5621 (recentf-filter-changer-select): New function.
5622 (recentf-filter-changer): Use it. Make a sub-menu from filters
5623 available in `recentf-filter-changer-alist'.
5624 (recentf-data-cache, recentf-clear-data)
5625 (recentf-update-menu): Remove. All references updated.
5626 (recentf-match-rule-p, recentf-build-dir-rules)
5627 (recentf-filter-changer-goto-next)
5628 (recentf-filter-changer-get-current)
5629 (recentf-filter-changer-get-next): Remove.
5630
5631 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5632
5633 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5634 buffer "Reset" button to "Reset to Current" for consistency with
5635 the State buttons.
5636
5637 2005-12-08 John Paul Wallington <jpw@pobox.com>
5638
5639 * ibuf-ext.el (define-ibuffer-filter filename):
5640 If `dired-directory' is a list then really use its car.
5641
5642 2005-12-08 Kim F. Storm <storm@cua.dk>
5643
5644 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5645 Fix indention of text on right side of replaced rectangle.
5646
5647 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5648
5649 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5650 No need to check gud-comint-buffer is bound.
5651 (gdb): Prevent multiple debugging when first session uses gdba.
5652
5653 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5654
5655 CC Mode update to 5.31.
5656
5657 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5658 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5659 We might do this function properly in the future).
5660
5661 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5662 New macros c-sentence-end and c-default-value-sentence end, to cope
5663 with Emacs 22's new function `sentence-end'.
5664
5665 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5666
5667 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5668 compat issue using `c-put-overlay' and `c-delete-overlay'.
5669
5670 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5671 New compat macros to handle overlays/extents.
5672
5673 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5674
5675 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5676 (for GNU Emacs 20.4)
5677
5678 * progmodes/cc-defs.el:
5679 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5680
5681 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5682 highlighting mechanism so it will work in XEmacs too.
5683
5684 * progmodes/cc-defs.el: Insert c-int-to-char.
5685
5686 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5687 call to the new macro c-int-to-char. This solves XEmacs's
5688 regarding characters as different from integers.
5689
5690 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5691
5692 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5693 New internal helper.
5694
5695 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5696 construct to make the indirect face lookup work in XEmacs.
5697
5698 (c-cpp-matchers): Append the negation char face to the existing
5699 fontification, so that the cpp face doesn't disappear.
5700 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5701 and strings.
5702
5703 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5704 to map to `font-lock-negation-char-face' in emacsen where it exists.
5705
5706 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5707
5708 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5709
5710 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5711 Rename "c-subword-move-mode" as "c-subword-mode".
5712
5713 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5714 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5715
5716 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5717
5718 * progmodes/cc-mode.el: Added autoload directive for
5719 `c-subword-move-mode' for use in older emacsen.
5720
5721 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5722
5723 * progmodes/cc-mode.el:
5724 (i) Insert a binding for C-c C-backspace into
5725 c-bind-special-erase-keys which works in TTYs.
5726 (ii) Make sure that when file styles are used, any explicitly
5727 given style variables take priority over those in the style.
5728 Do this by calling `hack-local-variables' a second time.
5729
5730 * progmodes/cc-vars.el: Add language specific customization
5731 widgets for AWK to c-doc-comment-style, c-require-final-newline
5732 and c-default-style. Add a defcustom for awk-mode-hook.
5733 Give c-syntactic-element and c-syntactic-context doc-strings by
5734 directly setting their `variable-documentation' propery.
5735 This allows Emacs 22.1 to read these with C-h v.
5736
5737 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5738
5739 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5740
5741 * progmodes/cc-fonts.el, cc-vars.el
5742 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5743 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5744 Masatake YAMATO.
5745
5746 (c-doc-comment-style): Made GtkDoc default in C mode.
5747
5748 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5749 and C-c C-<delete>.
5750
5751 (c-bind-special-erase-keys): New function for use on
5752 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5753
5754 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5755 <delete> key behavior in XEmacs according to `delete-forward-p'.
5756 C.f. `c-electric-delete'.
5757
5758 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5759
5760 * progmodes/cc-mode.el: Give c-hungry-backspace and
5761 c-hungry-delete-forward permanent key bindings.
5762
5763 * progmodes/cc-cmds.el (c-electric-semi&comma):
5764 Bind c-syntactic-context for calls to "criteria functions", for
5765 consistency with other calls to user functions.
5766
5767 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5768 `current-prefix-arg', since this might be the prefix arg to a
5769 command which calls c-indent-command as a function. Change the
5770 interactive spec from "p" to "P".
5771
5772 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5773 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5774 was difficult to understand.
5775
5776 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5777
5778 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5779 first char of an identifier.
5780
5781 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5782 +" syntax in C++.
5783
5784 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5785
5786 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5787 auto-fill doesn't split a c-comment's last word from a hanging
5788 "*/" when a space is typed between them after fill-column.
5789
5790 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5791
5792 * progmodes/cc-styles.el (c-set-style)
5793 (c-setup-paragraph-variables): Abort the command if we're not in a
5794 CC Mode buffer.
5795
5796 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5797 with blank comment-prefix, and a blank line as the comment's
5798 second line.
5799
5800 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5801
5802 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5803 Incorporate the patterns added in the Emacs development branch
5804 for the new Emacs 22 face `font-lock-negation-char-face'.
5805
5806 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5807 of "red" since it stands out better in xterms and DOS terminals.
5808
5809 * progmodes/cc-engine.el (c-literal-faces):
5810 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5811
5812 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5813
5814 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5815 forcibly enable c-electric-flag.
5816
5817 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5818 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5819 after the comment-prefix of a C-style comment will close that comment.
5820
5821 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5822
5823 * progmodes/cc-fonts.el (c-basic-matchers-before)
5824 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5825 in Pike.
5826
5827 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5828 digraphs.
5829
5830 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5831 (c-cpp-message-directives, c-cpp-include-directives)
5832 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5833 (c-cpp-expr-directives): Introduce new language constants to
5834 control cpp syntax in a cleaner way.
5835
5836 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5837
5838 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5839
5840 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5841 (c-multiline-string-start-char): New language constants and
5842 variables to specify how newlines in string literals work.
5843
5844 (c-font-lock-invalid-string): Use them.
5845
5846 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5847 unbalanced close brace is entered. Optimization by avoiding going
5848 back over arbitrarily large blocks. Removed hints that this
5849 function only would be relevant/useful in AWK.
5850
5851 (c-electric-brace): Indent syntactically after the cleanups since
5852 lineup functions might do it differently then.
5853
5854 * progmodes/cc-engine.el, cc-langs.el
5855 (c-opt-op-identifier-prefix): New language constant and variable.
5856
5857 (c-just-after-func-arglist-p, c-after-special-operator-id)
5858 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5859
5860 * progmodes/cc-align.el, cc-engine.el
5861 (c-after-special-operator-id): New helper to handle C++ operator
5862 identifiers.
5863
5864 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5865 (c-guess-basic-syntax): Handle C++ operator identifiers in
5866 declarations.
5867
5868 * progmodes/cc-langs.el (c-assignment-operators): Add the
5869 trigraph version of ^= too.
5870
5871 * progmodes/cc-langs.el (c-assignment-operators): Add the
5872 trigraph version of |= in C++.
5873
5874 * progmodes/cc-fonts.el (c-font-lock-declarators):
5875 Handle `c-decl-hangon-kwds' after the identifier name.
5876
5877 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5878 whether an arglist is "nonempty", ignore a comment after the open
5879 paren if it isn't followed by a non-comment token on the same line.
5880
5881 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5882 Enable heuristics below the point to cope with classes inside special
5883 brace lists in Pike.
5884
5885 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5886
5887 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5888
5889 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5890
5891 * progmodes/cc-guess.el (cc-guess-install): New function to
5892 install an already guessed style in another buffer.
5893
5894 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5895 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5896 anyway if the change always is undone.
5897
5898 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5899
5900 Implement togglable electricity:
5901
5902 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5903 saying when it should be used.
5904
5905 * progmodes/cc-engine.el: Add the new buffer-local variable,
5906 c-electric-flag.
5907
5908 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5909 c-toggle-auto-newline.
5910
5911 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5912 c-toggle-auto-newline. Remove the binding for
5913 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5914 c-toggle-electric-state.
5915
5916 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5917
5918 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5919 c-\(forward\|backward\)-subword.
5920 (c-update-modeline): Add the new modeline flag `l' for
5921 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5922 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5923 Make the old name an alias of the new name.
5924 (c-toggle-electric-state): New function.
5925 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5926 Adapt these functions to do electric things only when
5927 c-electric-flag is non-nil.
5928 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5929 new functions from c-electric-brace.
5930 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5931 mode, so that the tentative extra newline doesn't change the
5932 syntax of the following brace.
5933 (c-electric-brace): Restructure by extracting the above functions.
5934 Tidy up the coding somewhat.
5935 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5936 restructure a bit.
5937
5938 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5939
5940 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5941 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5942
5943 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5944 (c-submode-indicators): Change name from `c-auto-hungry-string'
5945 since it's now used to track another submode.
5946
5947 (c-update-modeline): Convert to function and extended to check
5948 `c-subword-move-mode'.
5949
5950 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5951 Convert to compat aliases for `c-forward-subword' and
5952 `c-backward-subword'.
5953
5954 * progmodes/cc-subword.el: New functions and minor mode to handle
5955 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5956
5957 (c-forward-subword, c-backward-subword, c-mark-subword)
5958 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5959 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5960 Functions corresponding to the standard word handling functions.
5961
5962 (c-subword-move-mode): Minor mode that replaces all the standard
5963 word handling functions with their subword equivalences.
5964
5965 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5966
5967 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5968 entry for one-liner-defun.
5969
5970 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5971 name in its def-edebug-spec.
5972
5973 * progmodes/cc-cmds.el (c-electric-brace): Make the
5974 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5975 compacts space before a comment, if this will make things fit on
5976 one line.
5977
5978 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5979
5980 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5981
5982 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5983 clean-up one-liner-defun.
5984
5985 * progmodes/cc-styles.el: Add the new "awk" style.
5986
5987 * progmodes/cc-vars.el: Add description of one-liner-defun to
5988 c-cleanup-list's doc-string. New user options,
5989 c-max-one-liner-length. In c-default-style, set the default style
5990 for AWK to "awk".
5991
5992 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5993
5994 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5995 macros inside labels.
5996
5997 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5998 `c-at-statement-start-p' and `c-at-expression-start-p'.
5999
6000 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
6001 error if the mark isn't set.
6002
6003 * progmodes/cc-engine.el (c-guess-continued-construct)
6004 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
6005 accurately detect functions inside functions.
6006
6007 * progmodes/cc-engine.el (c-at-expression-start-p): New function
6008 like `c-at-statement-start-p' that additionally recognizes commas
6009 and expression parentheses as delimiters.
6010
6011 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
6012 to avoid heuristics that doesn't work for unclosed blocks.
6013 (c-at-statement-start-p): New function.
6014
6015 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
6016 Objective-C directives, e.g. directives spanning lines should work
6017 reasonably well now.
6018
6019 (c-put-c-type-property, c-clear-c-type-property): New helpers.
6020
6021 (c-forward-objc-directive): New function to move over any ObjC
6022 directive.
6023
6024 (c-just-after-func-arglist-p, c-guess-basic-syntax)
6025 (c-basic-matchers-before): Use it.
6026
6027 (c-font-lock-objc-iip-decl): Remove.
6028
6029 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
6030 in the template arglist recognition.
6031
6032 * progmodes/cc-styles.el (c-style-alist): Fix several
6033 inconsistencies in the Whitesmith style.
6034
6035 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
6036 New lineup function to get lines after Whitesmith style blocks
6037 correctly indented.
6038
6039 (c-lineup-whitesmith-in-block): Back out the compensation for
6040 opening parens since it's done using `add' lists in the style
6041 definition instead. Don't use the anchor position since it varies
6042 too much between the syntactic symbols. :P
6043
6044 * progmodes/cc-vars.el (c-valid-offset): Update.
6045
6046 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
6047 lists where the offsets are combined according to several
6048 different methods: `first', `min', `max', and `add'.
6049 Report offset evaluation errors with `c-benign-error' so that some kind
6050 of reindentation still is done.
6051
6052 * progmodes/cc-engine.el (c-guess-basic-syntax):
6053 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
6054 `arglist-close'.
6055
6056 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
6057 situations for `arglist-cont-nonempty' and `arglist-close'.
6058
6059 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
6060
6061 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
6062 cc-bytecomp-boundp' in a number of places.
6063
6064 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
6065 macro related issue.
6066
6067 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6068
6069 * progmodes/cc-awk.el: Change the terminology of regexps: A char
6070 list is now [asdf], a char class [:alpha:].
6071 Include code for char classes.
6072 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
6073 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
6074
6075 Remove (nearly all of) the cruft associated with AWK Mode's former
6076 concept of "virtual semicolons":
6077
6078 Adapt c-beginning-of-statement, c-end-of-statement (together with
6079 subfunctions) to use the new notion of "virtual semicolon" in
6080 place of the old awkward special handling for AWK. There remains
6081 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
6082 * progmodes/cc-cmds.el:
6083 (c-ascertain-adjacent-literal): In the backwards direction, now
6084 recognises AWK regexp delimiters as string delimiters.
6085 (c-after-statement-terminator-p): Adapt for virtual semicolons;
6086 check more rigorously for "end of macro".
6087 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
6088 virtual semicolons;
6089 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
6090 out the code for forward movement into ...
6091 (c-end-of-statement): Now contains the code for forward movement,
6092 adapted for virtual semicolons.
6093
6094 * progmodes/cc-engine.el:
6095 (c-ws*-string-limit-regexp): New regexp.
6096 (c-forward-single-comment, c-backward-single-comment): Comment out
6097 the (now redundant) "special" AWK stuff.
6098
6099 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
6100 c-string-par-start, c-string-par-separate to be more like Text
6101 Mode than Fundamental Mode.
6102
6103 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6104
6105 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
6106 to the fontified region so that fontification doesn't occur
6107 outside it (could happen e.g. when fontifying a line with an
6108 unfinished declaration).
6109
6110 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6111
6112 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
6113 start of the file. ^L now separate sections of the file.
6114 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
6115 (c-awk-one-line-possibly-open-string-re)
6116 (c-awk-regexp-one-line-possibly-open-char-class-re)
6117 (c-awk-one-line-possibly-open-regexp-re)
6118 (c-awk-one-line-non-syn-ws*-re): New defonsts.
6119 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
6120
6121 Amend the concept of "virtual semicolons" (in the indentation
6122 engine) for languages like AWK, such that they are now
6123 conceptually attached to end of the last token of a statement, not
6124 the end of the line. (In AWK Mode, however, the pertinent text
6125 property is still physically set on the EOL.) Remove the specific
6126 tests for awk-mode, thus facilitating the introduction of other
6127 language modes where EOLs can end statements.
6128 (Note: The funtionality in cc-cmds.el, specifically
6129 c-beginning/end-of-statement has yet to be amended.)
6130
6131 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
6132 New macros.
6133
6134 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
6135 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
6136 c-vsemi-status-unknown-p-fn (in a new page).
6137
6138 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
6139 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
6140 numerous awkward forms like
6141 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
6142 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
6143 variable before-ws-ip, the place just after char-before-ip appears.
6144
6145 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
6146 a comment.
6147
6148 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6149
6150 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
6151 `c-tentative-buffer-changes'.
6152
6153 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
6154 convert to macro to choose between Emacs and XEmacs at compile time.
6155
6156 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
6157
6158 (c-tentative-buffer-changes): New macro to handle temporary buffer
6159 changes in a convenient way.
6160
6161 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
6162 for `c-tentative-buffer-changes'.
6163
6164 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
6165 the checks for paren sexps between the point and the keyword, to
6166 avoid some false alarms.
6167
6168 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
6169 Fixed a situation where an error could be thrown for unbalanced
6170 parens. Changed to make use of c-keyword-member' to avoid some
6171 repeated regexp matches.
6172
6173 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
6174 These language variable are no longer necessary.
6175
6176 (c-block-stmt-kwds): New language constant used by
6177 c-looking-at-inexpr-block'.
6178
6179 (c-guess-basic-syntax): Remove an optional check that looked at
6180 the existence of the now removed language variables.
6181
6182 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
6183 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
6184 object instantiation expressions as declarations in some contexts.
6185 This bug only affected languages where the declarator can't be
6186 enclosed in parentheses.
6187
6188 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
6189 insert newlines before and after substatement braces.
6190
6191 * progmodes/cc-engine.el: Improved the heuristics for recognizing
6192 function declaration headers and the handling of C++ style member
6193 init lists.
6194
6195 (c-just-after-func-arglist-p): Rewritten to use
6196 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
6197
6198 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
6199
6200 (c-guess-basic-syntax): Adapt case 5B for the new
6201 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
6202 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
6203 covers all cases now).
6204
6205 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
6206
6207 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6208
6209 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
6210 c-string-par-start/separate c-sentence-end-with-esc-eol,
6211 initialised in c-setup-paragraph-variables, used in string
6212 scanning subroutines of c-beginning-of-statement.
6213
6214 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
6215 which precedes the newly inserted `{'.
6216
6217 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6218
6219 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
6220 function for declaration level blocks. It should now cope with
6221 templates better and also be a lot more comprehensible.
6222
6223 (c-looking-at-decl-block): The new function.
6224
6225 (c-search-uplist-for-classkey): The old one. It's now a wrapper
6226 for compatibility.
6227
6228 (c-add-class-syntax, c-guess-continued-construct)
6229 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
6230
6231 (c-decl-block-key): Change to tell apart ambiguous and
6232 unambiguous keywords. Pike specials are now handled directly in
6233 the code instead.
6234
6235 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
6236 New language constants and variables to make the backward skip in
6237 `c-looking-at-decl-block' as tight as possible.
6238
6239 (c-nonsymbol-token-char-list): New language constant.
6240
6241 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
6242 find balanced template arglists backwards.
6243
6244 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
6245 making char classes for `c-syntactic-skip-backward'.
6246
6247 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
6248 16D - can't be a class-close at that point.
6249
6250 * progmodes/cc-engine.el (c-guess-basic-syntax)
6251 (c-add-class-syntax): Don't narrow out the enclosing declaration
6252 level. This makes everything a lot easier, and it was actually
6253 only four small places that needed it to work. Some places that
6254 previously did `widen' are removed now, which has the effect that
6255 `c-guess-basic-syntax' never will look at things outside the
6256 current narrowment now. The anchor position for `topmost-intro'
6257 is affected by this, but it was so bogus it was basically useless
6258 before, and now it's equally bogus but in a slightly different way.
6259
6260 (c-narrow-out-enclosing-class): Gone.
6261
6262 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
6263 the narrowed region.
6264
6265 (c-least-enclosing-brace): Remove silly optional argument.
6266
6267 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
6268 the point could be left directly after an open paren when finding
6269 the beginning of the first decl in the block.
6270
6271 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
6272 Specify which submatch to use.
6273
6274 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
6275
6276 (c-decl-start-re): No longer any need for special treatment of
6277 ObjC due to the above.
6278
6279 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
6280 presumably follows C in that regard.
6281
6282 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
6283 New language constants to specify operator tokens inside
6284 identifiers in a more high level way.
6285
6286 (c-opt-identifier-prefix-key): New internal language constant.
6287
6288 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
6289 (c-identifier-start, c-identifier-key): Now completely calculated
6290 from other constants.
6291
6292 (c-identifier-last-sym-match): Decommission since it's no longer used.
6293
6294 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
6295
6296 * progmodes/cc-engine.el (c-forward-name): Remove the
6297 optimization when c-identifier-key is equal to c-symbol-key since
6298 it doesn't work in byte compiled files. Don't record empty
6299 regions as identifiers.
6300
6301 * progmodes/cc-langs.el (c-filter-ops): New helper function to
6302 simplify access to `c-operators' and its likes.
6303
6304 (c-operator-list, c-all-op-syntax-tokens)
6305 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
6306 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
6307 (c-primary-expr-regexp, c-cast-parens): Use it.
6308
6309 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
6310 an explicit language in functions.
6311
6312 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
6313 variant of adornment.
6314
6315 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
6316 variable.
6317
6318 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
6319 the Pike value.
6320
6321 * progmodes/cc-engine.el (c-on-identifier)
6322 (c-simple-skip-symbol-backward): Small fix for handling "-"
6323 correctly in `skip-chars-backward'. Affected the operator lfun
6324 syntax in Pike.
6325
6326 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
6327 diagnostic message about precompiled language vars not being used.
6328
6329 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
6330 "__attribute__" is followed by a parenthesis.
6331
6332 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
6333 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
6334 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
6335
6336 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
6337 Internal cleanups to properly detect the declared identifiers in
6338 various declarations.
6339
6340 (c-decl-start-kwds): New language constant to recognize
6341 declarations that can start anywhere. Used for class declarations
6342 in Pike.
6343
6344 (c-specifier-key, c-not-decl-init-keywords)
6345 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
6346 (c-find-decl-spots): Implement `c-decl-start-kwds'.
6347
6348 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
6349 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
6350 handling of the compiler specific extension keywords into a new
6351 language constant `c-decl-hangon-kwds' that defines keyword
6352 clauses to be ignored in declarations.
6353
6354 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
6355 past unrecognized tokens when handling `c-colon-type-list-kwds'.
6356 Necessary to stop at the declared identifier in e.g. IDL valuetype
6357 declarations.
6358
6359 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
6360 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
6361 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
6362 (c-forward-decl-or-cast-1): Recognize the declared identifier in
6363 class and enum declarations as such and not as part of the type.
6364
6365 (c-forward-decl-or-cast-1, c-forward-label): Relax the
6366 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
6367
6368 (c-forward-decl-or-cast-1): Don't disregard sure signs of
6369 declarations when there's some syntax error later on.
6370
6371 (c-complex-decl-matchers): Did away with a reference to
6372 `c-specifier-key'.
6373
6374 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
6375 value - this variable is always dynamically bound.
6376
6377 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
6378 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
6379 * cc-cmds.el, cc-defs.el: Change the policy for marking up
6380 functions that might do hidden buffer changes: All such internal
6381 functions are now marked instead of those that don't.
6382
6383 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
6384 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
6385 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
6386 (c-literal-type): Allow these functions to make hidden buffer changes,
6387 so that they are free to use text property caching later on.
6388
6389 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
6390 (c-electric-brace, c-electric-slash, c-electric-star)
6391 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
6392 (c-electric-paren, c-electric-continued-statement, c-indent-command)
6393 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
6394 (c-context-line-break): Add `c-save-buffer-state' calls to comply
6395 with the changed semantics of the functions above.
6396
6397 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
6398 when macros occur in obscure places. Optimized the sexp movement
6399 a bit.
6400
6401 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6402
6403 Enhancements for c-beginning-of-statement to work in AWK Mode:
6404
6405 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
6406 (completed statement) with `}' (statement completed by closing
6407 brace or semicolon) and `$' (statement completed by EOL).
6408
6409 (c-awk-virtual-semicolon-ends-prev-line-p)
6410 (c-awk-virtual-semicolon-ends-line-p)
6411 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
6412 (c-awk-at-statement-end-p): New functions.
6413
6414 * progmodes/cc-cmds.el: Simplify the structure of functions
6415 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
6416 two functions and c-beginning-of-statement to handle AWK Mode.
6417
6418 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
6419 c-backward-single-comment for AWK mode. Attempt to clarify their
6420 doc-strings.
6421
6422 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
6423
6424 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6425
6426 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
6427 label handling. Labels are now recognized in a uniform and more
6428 robust way, regardless of context. Text properties are put on all
6429 labels to recognize the following declarations better.
6430 Multiword labels are handled both in indentation and fontification for
6431 the benefit of language extensions like Qt. For consistency, keywords
6432 in labels are now fontified with the label face instead.
6433 That also applies to "case" and "default".
6434
6435 (c-beginning-of-statement-1): Fix some bugs in the label
6436 handling. Disregard `c-nonlabel-token-key' in labels that begin
6437 with `c-label-kwds'.
6438
6439 (c-find-decl-spots): Support that the callback adds more
6440 `c-decl-end' spots to find.
6441
6442 (c-forward-decl-or-cast-1): Don't treat a list of plain
6443 identifiers followed by a colon as a declaration.
6444
6445 (c-forward-label): New function to recognize labels.
6446
6447 (c-guess-basic-syntax): Replace uses of `c-label-key' with
6448 `c-forward-label'. Moved the label recognition cases (14 and 15)
6449 earlier since they aren't so context sensitive now. Handle labels
6450 on the top level gracefully. Moved access label recognition to
6451 the generic label case (CASE 15) - removed CASE 5E.
6452
6453 (c-font-lock-declarations): Add recognition of labels in the
6454 same round since we need to handle labels in parallell with other
6455 declarations to recognize both accurately. It should also improve
6456 speed.
6457
6458 (c-simple-decl-matchers, c-basic-matchers-after):
6459 Move `c-font-lock-labels' so that it only is used on decoration level 2
6460 since `c-font-lock-declarations' handles it otherwise.
6461
6462 (c-complex-decl-matchers): Remove the simplistic recognition of
6463 access labels.
6464
6465 (c-decl-prefix-re): Remove the kludges that was necessary to cope
6466 with labels earlier.
6467
6468 (c-decl-start-re): New language variable to make
6469 `c-font-lock-declarations' stop for the special protection labels
6470 in Objective-C that start with `@'.
6471
6472 (c-label-key): Remove since it's no longer used.
6473
6474 (c-recognize-colon-labels, c-label-prefix-re): New language
6475 constants to support recognition of generic colon-terminated labels.
6476
6477 (c-type-decl-end-used): `c-decl-end' is now used whenever there
6478 are colon terminated labels.
6479
6480 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6481 first argument starts with a special brace list.
6482
6483 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6484 (c-font-lock-declarations): Break out the declaration and cast
6485 recognition from `c-font-lock-declarations' to a new function, so
6486 that it can be used in the indentation engine.
6487
6488 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6489 up to the start of the literal. Fixed bug with the point on the
6490 wrong side of the search limit that could happen when the start
6491 position is inside a literal.
6492
6493 * progmodes/cc-engine.el (c-parse-state)
6494 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6495 so that it's kept a little bit back to increase the hit rate.
6496
6497 (c-parse-state): Change the macro handling and fixed some
6498 glitches. Macro context is checked more often than necessary now,
6499 but otoh less garbage conses are generated.
6500
6501 * progmodes/cc-engine.el (c-parse-state)
6502 (c-invalidate-state-cache): Cache the last position where
6503 `c-state-cache' applies. This can speed up refontification quite
6504 a bit in blocks where there are many non-brace parens before the point.
6505
6506 (c-state-cache-end): New variable for this.
6507
6508 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6509 cache variable.
6510
6511 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6512 get close initial continue positions when the start position is
6513 inside a literal or macro. Do not call the callback for spots
6514 before the start position (which can happen e.g. for `c-decl-end'
6515 spots inside comments). Optimize better in special cases when the
6516 region is a single line inside a literal or macro (typically when
6517 the current line is refontified).
6518
6519 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6520 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6521 entries from the paren state.
6522
6523 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6524 special case for "else if" clauses.
6525
6526 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6527 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6528
6529 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6530 New language variable to recognize the gcc extension with statement
6531 blocks inside expressions.
6532
6533 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6534 it somewhat more comprehensible. The argument AT-BLOCK-START is
6535 no longer used and hence removed.
6536
6537 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6538 to `c-add-stmt-syntax'.
6539
6540 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6541 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6542 This fixes bogus label recognition.
6543
6544 * progmodes/cc-engine.el (c-add-type, c-check-type)
6545 (c-forward-name, c-forward-type): Improve storage of template
6546 types in `c-found-types' so that they can be recognized better.
6547
6548 (c-syntactic-content): Add option to skip past nested parens.
6549
6550 * progmodes/cc-engine.el (c-forward-name):
6551 Set `c-last-identifier-range' all the time. It's less work that way.
6552 Handle that there might not be an identifier to store in
6553 `c-last-identifier-range'.
6554
6555 (c-forward-type): Handle that `c-last-identifier-range' might be
6556 nil from `c-forward-name'.
6557
6558 * progmodes/cc-defs.el (c-safe-scan-lists)
6559 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6560
6561 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6562 to work even if the form fails.
6563
6564 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6565 down in a large file in one go.
6566
6567 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6568
6569 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6570 function which is like `c-lineup-math' but returns nil instead of
6571 `c-basic-offset' when it doesn't match.
6572
6573 (c-lineup-math): Change to use `c-lineup-assignments'.
6574
6575 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6576
6577 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6578 c-beginning-of-statement. New subfunctions
6579 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6580
6581 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6582
6583 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6584 hardcoded char classes whereever possible. Changed a couple of
6585 places to use skip by syntax instead of skip by char class.
6586
6587 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6588 Fix a bug in the regexp that caused extreme backtracking.
6589
6590 * progmodes/cc-langs.el (c-block-comment-starter)
6591 (c-block-comment-ender): New language constants to specify in a
6592 single place how block comments look.
6593
6594 (c-comment-start-regexp, c-block-comment-start-regexp)
6595 (comment-start, comment-end, comment-start-skip)
6596 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6597 (c-syntactic-ws, c-nonempty-syntactic-ws)
6598 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6599 `c-line-comment-starter', `c-block-comment-starter' and
6600 `c-block-comment-ender'.
6601
6602 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6603 New language constants to break up things a bit.
6604
6605 (c-simple-ws): New language constant for simple whitespace.
6606
6607 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6608
6609 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6610 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6611 newlines. Allow and ignore nil elements in the list.
6612
6613 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6614
6615 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6616 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6617
6618 * progmodes/cc-cmds.el: Tidy up the comments in
6619 c-beginning-of-statement and subfunctions.
6620
6621 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6622 more flexible c-put-char-property and c-clear-char-properties.
6623 Add the author's email address.
6624
6625 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6626
6627 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6628 closing "*/" of a block comment.
6629
6630 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6631 subfunctions) so that it works at BOB and EOB.
6632
6633 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6634 c-beginning-of-statement, including new variable
6635 c-block-comment-start-regexp.
6636
6637 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6638
6639 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6640 symbols from `*-font-lock-extra-types' so that there's no need to
6641 use `regexp-opt' on those lists.
6642
6643 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6644 `c-type-modifier-kwds' is empty.
6645
6646 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6647 there are several strings on the same line.
6648
6649 * progmodes/cc-engine.el (c-literal-limits): Remove the
6650 compatibility function for older emacsen. `c-literal-limits-fast'
6651 has now taken the place of this function.
6652
6653 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6654 with older emacsen: We now require `pps-extended-state'.
6655
6656 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6657
6658 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6659 which obviates the need to hack sentence-end. This now handles
6660 escaped newlines in strings correctly. Correct minor bugs in
6661 c-move-over-sentence and in c-beginning-of-statement.
6662
6663 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6664 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6665 that movement over macros and code are rigorously separated from
6666 eachother. Correct a few incidental bugs.
6667
6668 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6669 Improve its doc-string. Improve the handling of certain specific cases.
6670
6671 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6672
6673 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6674 (c-guess-basic-syntax): Change the way class-level labels are
6675 recognized; they can now contain essentially any symbols.
6676
6677 (c-opt-extra-label-key): New language variable to cope with the
6678 special protection label syntax in Objective-C.
6679
6680 (c-opt-access-key): Remove; this is now handled better by
6681 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6682
6683 (c-complex-decl-matchers): Update to handle that
6684 `c-opt-access-key' no longer exists.
6685
6686 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6687 improved label recognition in `c-beginning-of-statement-1'.
6688
6689 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6690 Recognize bitfields better.
6691
6692 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6693 Remove some cruft and fixed a bug that could cause it to go to a
6694 position further down.
6695
6696 * progmodes/cc-langs.el, cc-engine.el
6697 (c-beginning-of-statement-1): Improve detection of labels in
6698 declaration contexts.
6699
6700 (c-beginning-of-decl-1): Use it.
6701
6702 (c-nonlabel-token-key): New language constant and variable needed
6703 by `c-beginning-of-statement-1'.
6704
6705 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6706 manifested itself due to the correction in `c-forward-sexp'.
6707
6708 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6709 Make these behave as documented when used at the buffer limits.
6710
6711 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6712 (c-type-decl-end-used): Made this a language variable.
6713
6714 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6715 correctly when `combine-after-change-calls' is used together with
6716 temporary narrowings.
6717
6718 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6719 Report labels correctly when the start point is immediately after the
6720 colon.
6721
6722 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6723 Remove since it isn't used anymore.
6724
6725 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6726 bracket arglists such as template parens in C++.
6727
6728 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6729 in the last check-in. Some optimization.
6730
6731 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6732 where it could stop at the same level in a preceding sexp when
6733 PAREN-LEVEL is set.
6734
6735 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6736 text property lookup only when it's needed.
6737
6738 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6739 Change the policy for paren marked angle brackets to be more
6740 persistent; once marked they remain marked even when they're found
6741 to be unbalanced in the searched region. This should keep the
6742 paren syntax around even when individual lines are refontified in
6743 multiline template arglists.
6744
6745 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6746 to control markup so that incorrect angle bracket arglists aren't
6747 marked in contexts where the correct value for
6748 `c-disallow-comma-in-<>-arglists' isn't known.
6749
6750 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6751 argument has become `c-parse-and-markup-<>-arglists'.
6752
6753 (c-remove-<>-arglist-properties): Remove - no longer used.
6754
6755 (c-after-change-check-<>-operators): New function used on
6756 `after-change-functions' to avoid that "<" and ">" characters that
6757 are part of longer operators have paren syntax.
6758
6759 (c-<>-multichar-token-regexp): New language variable used by
6760 `c-after-change-check-<>-operators'.
6761
6762 (c-after-change): Call `c-after-change-check-<>-operators'.
6763
6764 (c-font-lock-<>-arglists): Use the context properties set by
6765 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6766 correctly to avoid doing invalid markup.
6767
6768 (c-font-lock-declarations): Remove code that undoes the invalid
6769 markup done by `c-font-lock-<>-arglists'.
6770
6771 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6772 after `c-font-lock-declarations'.
6773
6774 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6775 Add paren-level feature.
6776
6777 (c-guess-basic-syntax): Improve the anchor position for
6778 `template-args-cont' in nested template arglists. There's still
6779 much to be desired in this area, though.
6780
6781 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6782
6783 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6784 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6785
6786 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6787
6788 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6789 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6790
6791 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6792 it doesn't work no longer are supported.
6793
6794 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6795 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6796 requires support for the syntax-table' text property, which rules
6797 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6798 cruft associated with those versions.
6799
6800 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6801 for the `syntax-table' text property, which rules out Emacs 19 and
6802 XEmacs < 21.4. Removed various compatibility cruft associated
6803 with those versions.
6804
6805 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6806 support for the `syntax-table' text property.
6807
6808 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6809 variable and use an extra quoted face name instead. All the
6810 emacsen flavors handle that correctly.
6811
6812 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6813 (c-font-lock-declarators, c-font-lock-declarations)
6814 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6815 property to mark the items in in declarator lists to handle
6816 refontification inside multiline declarations better.
6817
6818 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6819 construct like "a * b = c;" as a declaration.
6820
6821 2005-12-08 Kim F. Storm <storm@cua.dk>
6822
6823 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6824 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6825 select either meta, hyper, or super modifier for rectangle commands.
6826 (cua--rectangle-modifier-key): New defvar.
6827 (cua--M/H-key): Use it. Remove special case for `space'.
6828 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6829 on X, to meta otherwise. Always bind C-return to toggle
6830 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6831
6832 * emulation/cua-rect.el (cua-help-for-rectangle):
6833 Use cua--rectangle-modifier-key. Handle super modifier too.
6834 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6835 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6836
6837 * ido.el: Move Acknowledgements and History after Commentary.
6838 Minor changes to Commentary.
6839
6840 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6841 keymap if cua--prefix-override-timer is `shift'.
6842 (cua--shift-control-prefix): New function; emulate "type prefix
6843 key twice" functionality to handle shifted prefix key override.
6844 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6845 New commands.
6846 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6847
6848 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6849
6850 * textmodes/org.el (org-insert-heading): Try to do items before
6851 headings.
6852 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6853 (org-insert-item): New function.
6854 (org-renumber-ordered-list): Don't skip to higher level lists.
6855
6856 2005-12-08 Juri Linkov <juri@jurta.org>
6857
6858 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6859
6860 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6861
6862 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6863
6864 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6865 the constructed function name fun-1.
6866
6867 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6868 because such links don't lead to parent documentation.
6869
6870 2005-12-08 Kenichi Handa <handa@m17n.org>
6871
6872 * descr-text.el (describe-char): Use *Help-2* buffer if the
6873 current buffer is *Help*. Call describe-text-properties while
6874 setting the original buffer.
6875
6876 2005-12-07 Bill Wohler <wohler@newt.com>
6877
6878 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6879 and causes problems with non-MH users (such as Gnus users).
6880
6881 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6882
6883 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6884 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6885 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6886 command "info sources". Move calls to GDB command "list".
6887 (gdb-find-file-hook): Just use gdb-source-file-list.
6888 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6889 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6890 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6891 (gdb-data-list-register-values-handler): Use correct trigger name.
6892
6893 2005-12-07 Kim F. Storm <storm@cua.dk>
6894
6895 * ido.el (ido-completion-map): Rename from ido-mode-map.
6896 (ido-common-completion-map, ido-file-completion-map)
6897 (ido-file-dir-completion-map, ido-buffer-completion-map):
6898 Rename from ido-mode-....-map.
6899 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6900 (ido-setup-completion-map): Rename from ido-define-mode-map.
6901 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6902 to ido-completion-map.
6903
6904 2005-12-07 Kenichi Handa <handa@m17n.org>
6905
6906 * international/mule-cmds.el
6907 (set-display-table-and-terminal-coding-system): If the coding
6908 system specified in `unibyte-display' property is different from
6909 the arg coding-system, don't setup standard-display-table.
6910
6911 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6912
6913 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6914 that comments end at \n, regardless of selective-display.
6915
6916 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6917
6918 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6919 (gdb-version): New variables.
6920 (gdb-source-file-list, gdb-register-names)
6921 (gdb-changed-registers): New variables for use with GDB 6.4+.
6922 (gdb-ann3): Replace with...
6923 (gdb-init-1, gdb-init-2): ...two new functions.
6924 (gdba, gdb-prompt): Call gdb-init-1.
6925 (gdb-get-version): New function. Call gdb-init-2 from here.
6926 (gud-watch): Make it work with mouse events too.
6927 (gdb-post-prompt): Don't add to queue until GDB version is known.
6928 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6929 (gdb-locals-mode): Use gdb-version.
6930 (gdb-memory-format-map, gdb-memory-unit-map)
6931 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6932 (gdb-locals-font-lock-keywords-1)
6933 (gdb-locals-font-lock-keywords-2): New variables.
6934 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6935 (gdb-set-gud-minor-mode-existing-buffers-1)
6936 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6937 (gdb-var-update-1, gdb-var-update-handler-1)
6938 (gdb-data-list-register-values-handler)
6939 (gdb-data-list-register-values-custom)
6940 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6941 (gdb-stack-list-locals-handler, gdb-get-register-names):
6942 New functions for use with GDB 6.4+.
6943 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6944 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6945 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6946 (gdb-stack-list-locals-regexp)
6947 (gdb-data-list-register-names-regexp): New regexps for use with
6948 GDB 6.4+.
6949
6950 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6951
6952 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6953
6954 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6955
6956 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6957 prompts work for AUTH PLAIN. Also reported by Steve Allan
6958 <seallan@verizon.net>.
6959
6960 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6961
6962 * frame.el (set-frame-parameter): Add doc string.
6963
6964 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6965
6966 * textmodes/org.el (org-occur-highlights): New variable.
6967 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6968 (org-highlight-sparse-tree-matches): New option.
6969 (org-do-occur): New function.
6970 (org-get-heading): Make it work also at beginning of line.
6971 (org-category-table): New variable.
6972 (org-get-category-table, org-get-category)
6973 (org-camel-to-words, org-link-search): New functions.
6974 (org-select-this-todo-keyword): New variable.
6975 (org-todo-list): New command.
6976 (org-shiftright, org-shiftleft): New commands.
6977 (org-agenda-todo): Add prefix argument.
6978 (org-show-hierarchy-above): New option.
6979 (org-show-todo-tree): Numerical prefix creates tree for specific
6980 TODO keyword.
6981 (org-outline-level): New function, to assign a level to plain
6982 lists items.
6983 (org-cycle-include-plain-lists): New option.
6984 (org-mode): Use `org-outline-level' as value of `outline-level'.
6985 (org-cycle): Temporarily switch `outline-regexp' if
6986 `org-cycle-include-plain-lists' is non-nil.
6987 (org-start-icalendar-file): Fix format bug.
6988 (org-agenda-get-day-entries): Create category table.
6989 (org-agenda-get-todos, org-agenda-get-timestamps)
6990 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6991 (org-agenda-get-blocks): Use `org-get-category'.
6992 (org-context-in-file-links): Rename from
6993 `org-line-numbers-in-file-links'.
6994
6995 2005-12-06 Romain Francoise <romain@orebokech.com>
6996
6997 * window.el (balance-windows): Delete extraneous third arg in call
6998 to `enlarge-window'.
6999
7000 2005-12-06 Kenichi Handa <handa@m17n.org>
7001
7002 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
7003
7004 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
7005
7006 * progmodes/gdb-ui.el (gdb-var-create-handler)
7007 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
7008 (gdb-var-list-children-handler, gdb-var-update-handler):
7009 Current buffer is already gdb-partial-output-buffer, don't
7010 make it current again.
7011
7012 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
7013
7014 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
7015 (list-buffers-noselect): Use it.
7016
7017 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
7018
7019 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
7020 (mail-yank-ignored-headers): Use regexp-opt.
7021 (mail-mode-map): Move initialization into declaration.
7022 (mail-sent-via): Remove unused shadowed var `to-line'.
7023 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
7024 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
7025 (mail-do-fcc): Use dolist and push.
7026 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
7027 (mail-yank-ignored-headers): Don't autoload.
7028
7029 2005-12-05 Kenichi Handa <handa@m17n.org>
7030
7031 * international/mule-cmds.el (set-language-info-internal): New fun.
7032 (set-language-info): Call set-language-info-internal to update
7033 language-info-alist. If LANG-ENV is the current one, call
7034 set-language-environment to make INFO effective now.
7035 (set-language-info-alist): Likewise.
7036 (locale-language-names): With locale "en", use English
7037 lang. env. but set the default codings to iso-8859-1.
7038
7039 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
7040
7041 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
7042 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
7043 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
7044 for plain strings.
7045 (gdb-frames-mode): Remove redundant call to font-lock-mode.
7046 (gdb-all-registers): Rename from toggle-gdb-all-registers.
7047 Create registers buffer if necessary. Echo new state in minibuffer.
7048 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
7049
7050 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
7051
7052 * info.el (Info-fontify-node): Match external links using
7053 non-directory part of filename.
7054
7055 2005-12-04 Juri Linkov <juri@jurta.org>
7056
7057 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
7058 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
7059 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
7060 because there is no customization option for it.
7061
7062 * font-lock.el (lisp-font-lock-keywords-1):
7063 Add define-global-minor-mode.
7064
7065 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
7066
7067 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
7068 properties on the constructed variable names.
7069
7070 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7071 Put `definition-name' properties on the constructed function names
7072 next-sym and prev-sym.
7073
7074 * emacs-lisp/find-func.el (find-function-regexp):
7075 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
7076 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
7077 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
7078 and easy-menu-define.
7079
7080 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
7081 easy-mmode-define-global-mode and define-global-minor-mode.
7082 (lisp-imenu-generic-expression): Add define-global-minor-mode.
7083
7084 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
7085 instead of easy-mmode-define-global-mode.
7086
7087 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
7088 Use define-minor-mode instead of easy-mmode-define-minor-mode.
7089
7090 * cus-edit.el (customize-group, customize-group-other-window):
7091 Filter out autoloaded options from the group completion list by
7092 using heuristics that autoloaded groups don't have `custom-autoload'
7093 property on their symbols (they have only `custom-loads').
7094
7095 * simple.el (completion-setup-function): Put completions-common-part
7096 face on complete completion string too (i.e. completion string
7097 without completions-first-difference face).
7098
7099 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
7100
7101 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7102
7103 * view.el (view-mode): Doc fix.
7104
7105 * disp-table.el (standard-display-european): Add to the warning
7106 message a reference to the doc string.
7107
7108 * play/yow.el (apropos-zippy): Call print-help-return-message,
7109 similar to other Help and Apropos commands.
7110
7111 * help.el (print-help-return-message): If pop-up-frames is
7112 non-nil, set up help-return-method to delete the help window and,
7113 possibly, its frame as well, and don't display message about
7114 scrolling the help window. Doc fix.
7115 (help-return-method): Doc fix.
7116
7117 2005-12-03 Martin Rudalics <rudalics@gmx.at>
7118
7119 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
7120 whereby names of length one or names starting with a
7121 symbol-constituent character would not be returned.
7122
7123 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7124
7125 * subr.el (atomic-change-group): Add edebug and indentation spec.
7126
7127 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7128
7129 * completion.el (save-completions-file-name): Fix typo in last change.
7130
7131 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7132
7133 * info.el: Move back/forward history to the beginning of the tool bar.
7134
7135 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
7136
7137 * allout.el (eval-when-compile): Remove unnecessary load of cl.
7138 Add fset of allout-real-isearch-abort during compile to fix
7139 byte-compilation warnings.
7140 (allout-mode-p): Move definition of this macro above all uses, or
7141 byte compilation in barren emacs (eg, during emacs build) will
7142 lack the definition.
7143 (allout-mode): Move this variable above any uses, or byte
7144 compilation will fail.
7145 (allout-resolve-xref): Remove use of personal file-reference function.
7146 (allout-toggle-current-subtree-encryption): Do the current (ie,
7147 visible containing) topic, rather than nearest around point. Doc fix.
7148 (allout-toggle-subtree-encryption): New function, workhorse that
7149 works on nearest topic containing point.
7150 (allout-encrypt-string): Signal requirement for newer version of pgg.
7151 (allout-resumptions): Doc fix.
7152
7153 2005-12-02 Eli Zaretskii <eliz@gnu.org>
7154
7155 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
7156
7157 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
7158
7159 * textmodes/flyspell.el (flyspell-external-point-words):
7160 Consider a misspelling as found in the string search if: (a) misspelling
7161 and found string lengths match, or (b) misspelling is found as
7162 element in a boundary-chars separated longer string, or (c)
7163 ispell-program-name is really ispell and misspelling is found as
7164 part of a TeX string. After successful match move beginning of
7165 search region to end of match. Warn about not found misspellings
7166 once the process is done.
7167 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
7168
7169 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
7170
7171 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
7172 tool bar (removed inadvertently).
7173
7174 2005-12-02 Juri Linkov <juri@jurta.org>
7175
7176 * log-view.el (log-view-diff): Clarify doc string.
7177
7178 2005-12-01 Bill Wohler <wohler@newt.com>
7179
7180 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
7181 triggers lm-verify errors.
7182
7183 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
7184
7185 * simple.el (transient-mark-mode, line-number-mode)
7186 (column-number-mode, size-indication-mode): Remove `:require nil'.
7187
7188 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
7189
7190 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
7191 in the margin also.
7192 (gdb-breakpoints-mode-map): Use D instead of d for
7193 gdb-delete-breakpoint.
7194 (gdb-get-frame-number): Require a number to match on.
7195 (gdb-threads-mode-map): Add follow-link binding.
7196
7197 2005-11-30 Jason Rumney <jasonr@gnu.org>
7198
7199 * isearch.el (isearch-mode-map): Avoid exiting search on
7200 language-change event.
7201
7202 2005-11-30 Romain Francoise <romain@orebokech.com>
7203
7204 * speedbar.el (speedbar-default-position): New defcustom.
7205 (speedbar-frame-reposition-smartly): Use it.
7206
7207 * dframe.el (dframe-reposition-frame-emacs): Fix position
7208 computation for `left' location.
7209 Update copyright year.
7210
7211 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7212
7213 * help.el (help-map): Move initialization into declaration.
7214
7215 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
7216
7217 * help-fns.el (help-argument-name): Don't autoload.
7218 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
7219 to be re-loaded when customizing the `help' group.
7220
7221 2005-11-30 John Paul Wallington <jpw@gnu.org>
7222
7223 * help-fns.el (describe-function-1): Fill arglist output.
7224
7225 2005-11-30 Kim F. Storm <storm@cua.dk>
7226
7227 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
7228 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
7229 after revert-buffer (or anything else which kills all local variables).
7230
7231 * apropos.el (apropos-parse-pattern): Doc fix.
7232 Set apropos-regexp directly, rather than expecting callers to do so.
7233 (apropos-command, apropos, apropos-value, apropos-documentation):
7234 Simplify calls to apropos-parse-pattern.
7235
7236 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7237
7238 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7239 (hi-lock-face-phrase-buffer): Use hi-yellow face.
7240 (hi-lock-write-interactive-patterns): Use comment-region.
7241
7242 * longlines.el (longlines-mode): Add mail-setup-hook.
7243
7244 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
7245
7246 * simple.el (sendmail-user-agent-compose, next-line):
7247 Conditionally use hard-newline.
7248
7249 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7250
7251 * international/latexenc.el (latex-inputenc-coding-alist):
7252 Reword doc string.
7253
7254 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7255
7256 * help.el (describe-key-briefly, describe-key): Recognize default
7257 bindings.
7258
7259 2005-11-29 Romain Francoise <romain@orebokech.com>
7260
7261 * view.el (view-inhibit-help-message): New defcustom.
7262 (view-mode-enter): Use it.
7263
7264 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
7265
7266 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
7267 Preserve user position.
7268
7269 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
7270
7271 * font-lock.el: Throw error if facemenu is not loaded to prevent
7272 accidental change of loading order in loadup.el. (Suggested by RMS.)
7273
7274 * loadup.el: Add comment explaining why facemenu must be loaded
7275 before font-lock.
7276
7277 2005-11-28 Jay Belanger <belanger@truman.edu>
7278
7279 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
7280 (calc-dispatch-map): Add more keys for `calc-same-interface'.
7281
7282 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
7283
7284 * calc/calc-embed.el (calc-do-embedded): Update help message.
7285
7286 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
7287
7288 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7289
7290 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
7291
7292 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
7293 called-interactively-p.
7294 (elp-profilable-p): Rename from elp-not-profilable-p.
7295 Invert result and take into account macros and autoloaded functions.
7296 (elp-instrument-function): Update call.
7297 (elp-instrument-package): Update call. Add completion.
7298 (elp-pack-number): Use match-string.
7299 (elp-results-jump-to-definition-by-mouse): Merge into
7300 elp-results-jump-to-definition and then remove.
7301 (elp-output-insert-symname): Make help echo text single-line.
7302
7303 * replace.el (query-replace-map): Move initialization into declaration.
7304 (occur-engine): Use with-current-buffer.
7305 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
7306 (occur-mode-mouse-goto): Replace with an alias.
7307
7308 2005-11-28 Juri Linkov <juri@jurta.org>
7309
7310 * simple.el (quoted-insert): Let-bind input-method-function to nil.
7311
7312 * term/w32-win.el: Bind [S-tab] to [backtab].
7313
7314 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
7315 `Info-find-file' to t.
7316
7317 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
7318 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
7319 and same-window-regexps.
7320 (occur-next-error): Don't move point for arg 0.
7321
7322 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
7323
7324 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
7325
7326 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7327
7328 * log-edit.el (log-edit-changelog-use-first): New var.
7329 (log-edit-changelog-ours-p): Use it.
7330 (log-edit-insert-changelog): Set it with new arg `use-first'.
7331 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
7332 (log-edit-hook): Add them to the list of suggested options.
7333
7334 * textmodes/flyspell.el (flyspell-last-buffer): New var.
7335 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
7336 redundant work.
7337 (flyspell-mode-on): Use add-hook for after-change-functions.
7338 (flyspell-mode-off): Use remove-hook for after-change-functions.
7339 (flyspell-changes): Make it buffer-local.
7340 (flyspell-after-change-function): Make it non-interactive. Use push.
7341 (flyspell-post-command-hook): Check input-pending-p while processing
7342 the potentially long list of buffer changes.
7343
7344 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7345
7346 * buff-menu.el (list-buffers-noselect): Display the selected
7347 frame's buffer list, not the global one.
7348
7349 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7350
7351 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
7352 that (list last-input-event) works as in interactive spec.
7353
7354 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7355
7356 * loadup.el ("facemenu"): Load facemenu before font-lock, because
7357 `facemenu-keymap' needs to be defined when font-lock is loaded.
7358 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
7359
7360 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7361
7362 * completion.el: Remove useless leading * in defcustom docstrings.
7363 (save-completions-file-name): Use ~/.emacs.d if available.
7364 (completion-standard-syntax-table): Rename from
7365 cmpl-standard-syntax-table and fold initialization into declaration,
7366 thus removing cmpl-make-standard-completion-syntax-table.
7367 (completion-lisp-syntax-table, completion-c-syntax-table)
7368 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
7369 (cmpl-saved-syntax, cmpl-saved-point): Remove.
7370 (symbol-under-point, symbol-before-point)
7371 (symbol-under-or-before-point, symbol-before-point-for-complete)
7372 (add-completions-from-c-buffer): Use with-syntax-table.
7373 (make-completion): Don't return a list of completion entries.
7374 Update callers.
7375 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
7376 (completion-initialize): Rename from initialize-completions.
7377 (completion-find-file-hook): Rename from cmpl-find-file-hook.
7378 (kill-emacs-save-completions): Collect stats here.
7379 (save-completions-to-file, load-completions-from-file):
7380 Use with-current-buffer.
7381 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
7382 into a function. Move all calls to toplevel.
7383 (completion-lisp-mode-hook): New fun.
7384 (completion-c-mode-hook, completion-setup-fortran-mode):
7385 Set the syntax-table here. Use local-set-key.
7386 (completion-saved-bindings): New var.
7387 (dynamic-completion-mode): Make it into a proper minor mode.
7388 (load-completions-from-file): Remove unused var `num-uses'.
7389
7390 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
7391 constructor if it is explicitly overridden.
7392
7393 * complete.el (PC-completion-as-file-name-predicate):
7394 Use minibuffer-completing-file-name.
7395 (partial-completion-mode): Use find-file-not-found-functions.
7396 (PC-lisp-complete-symbol): Use with-syntax-table.
7397 (PC-look-for-include-file): Remove dead setq.
7398 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
7399 (PC-complete): Use with-current-buffer.
7400
7401 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
7402 escape single quotes.
7403
7404 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7405
7406 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
7407 of `if' whose condition always returned nil. Doc fix.
7408
7409 * buff-menu.el (Buffer-menu-revert-function): Make the selected
7410 window's buffer the current buffer around the call to
7411 `list-buffers-noselect'. This is necessary to mark that buffer
7412 with a `.' in the Buffer Menu when called from Lisp, for instance
7413 by Auto Revert Mode.
7414
7415 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7416
7417 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
7418 attaching to it.
7419 (gdb-pre-prompt): Make sure gdb-error is reset.
7420
7421 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
7422 with a child process, detect it.
7423 (gud-speedbar-buttons): Match regexp more carefully.
7424
7425 2005-11-27 Richard M. Stallman <rms@gnu.org>
7426
7427 * mouse.el (mouse-drag-move-window-bottom):
7428 Use adjust-window-trailing-edge.
7429
7430 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7431
7432 * simple.el (blink-matching-open): Ignore
7433 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
7434 (blink-matching-paren-on-screen): Update docstring.
7435
7436 * paren.el (show-paren-mode): No longer change
7437 `blink-matching-paren-on-screen'.
7438
7439 2005-11-27 John Paul Wallington <jpw@pobox.com>
7440
7441 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7442 (gdb-threads-select, gdb-edit-register-value):
7443 Use `posn-set-point' instead of `mouse-set-point' because the
7444 latter is not fbound when configured without X.
7445
7446 2005-11-27 Kim F. Storm <storm@cua.dk>
7447
7448 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7449 existing face when partially highlighting a TAB in a rectangle.
7450
7451 2005-11-26 Kim F. Storm <storm@cua.dk>
7452
7453 * ido.el (ido-mode-map): Doc fix.
7454 (ido-mode-common-map, ido-mode-file-map)
7455 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7456 (ido-define-mode-map): Rewrite. Select one of the new maps as
7457 parent for ido-mode-map instead of building from scratch.
7458 (ido-init-mode-maps): New defun to initialize new maps.
7459 (ido-mode): Call it.
7460 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7461 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7462
7463 2005-11-26 John Paul Wallington <jpw@pobox.com>
7464
7465 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7466 `mouse-set-point' because the latter is not fbound when configured
7467 without X.
7468
7469 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7470
7471 * files.el (file-relative-name): Doc fix.
7472
7473 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7474
7475 * progmodes/octave-inf.el (inferior-octave-startup): Force a
7476 non-empty string for secondary prompt PS2.
7477
7478 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7479
7480 * progmodes/compile.el (compilation-setup): Fix last change.
7481
7482 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
7483
7484 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7485 (gdb-mouse-toggle-breakpoint-margin)
7486 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7487 Add gdb-server-prefix to keep out of command history.
7488 (gdb-edit-register-value): New function.
7489 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7490 (gdb-info-registers-custom): Use above map.
7491
7492 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7493
7494 * custom.el (enable-theme): Signal error if argument is not a
7495 theme. Don't recalculate a face if it's not loaded yet.
7496
7497 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7498 the `user' theme is in effect.
7499
7500 * info.el (Info-on-current-buffer): Record actual filename in
7501 Info-current-file, instead of t, or a fake filename if a non-file
7502 buffer. Make autoload.
7503 (Info-find-node, Info-revert-find-node): No need to check for
7504 Info-current-file nil.
7505 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7506 Info-current-file is now never `t'.
7507 (Info-fontify-node): Many simplifications due to Info-current-file
7508 always being valid. Use Info-find-file to find node filename.
7509
7510 2005-11-25 David Kastrup <dak@gnu.org>
7511
7512 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7513 new character, then delete" in order to preserve markers.
7514
7515 2005-11-25 David Ponce <david@dponce.com>
7516
7517 * recentf.el (recentf-arrange-by-rule): Handle a special
7518 `auto-mode-alist'-like "strip suffix" rule.
7519 (recentf-build-mode-rules): Handle second level auto-mode entries.
7520
7521 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7522
7523 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7524 window modes.
7525
7526 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7527 jde-javadoc-checker-report-mode.
7528
7529 * ediff-wind (ediff-make-wide-display): Slight simplification.
7530
7531 * ediff.el (ediff-date): Change the date of last update.
7532
7533 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7534
7535 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7536 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7537 (hi-lock-mode): New global minor mode.
7538 (turn-on-hi-lock-if-enabled): New function.
7539 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7540 Change arguments to regexp and face instead of a font-lock pattern.
7541 Directly set face property, instead of refontifying.
7542 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7543 (hi-lock-find-patterns): Use line-number-at-pos.
7544
7545 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7546 arguments for hi-lock-set-pattern.
7547 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7548 Call font-lock-fontify-buffer.
7549 (hi-lock-find-file-hook, hi-lock-current-line)
7550 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7551
7552 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7553 turned off.
7554
7555 * progmodes/compile.el (compilation-setup): Don't fiddle with
7556 font-lock-defaults.
7557
7558 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7559
7560 * progmodes/gdb-ui.el (gdb-var-create-handler)
7561 (gdb-var-list-children-handler): Find values for all variable
7562 objects. gud-speedbar-buttons decides whether to display them.
7563
7564 2005-11-24 Romain Francoise <romain@orebokech.com>
7565
7566 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7567 buffer name with a space.
7568
7569 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7570
7571 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7572 `org-export-local-list-max-depth'. Change default value to 3.
7573 (org-auto-renumber-ordered-lists)
7574 (org-plain-list-ordered-item-terminator): New options.
7575 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7576 (org-get-indentation, org-get-string-indentation)
7577 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7578 New functions.
7579 (org-move-item-down, org-move-item-up): New commands.
7580 (org-export-as-html): New classes for CSS support. Bug fix in
7581 regular expression detecting fixed-width regions. Respect
7582 `org-local-list-ordered-item-terminator'.
7583 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7584 also a list item.
7585 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7586 New item moving functions.
7587
7588 2005-11-24 Juri Linkov <juri@jurta.org>
7589
7590 * isearch.el (isearch-repeat): With empty search ring set
7591 `isearch-error' to the error string instead of signaling error
7592 with the function `error'.
7593
7594 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7595
7596 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7597
7598 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7599
7600 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7601 and variable.
7602 (gdb-var-create-handler, gdb-var-list-children-handler):
7603 Don't match on "char **...".
7604 (gdb-var-update-handler): Find values for all variable objects.
7605 (gdb-info-frames-custom): Identify frames by leading "#".
7606
7607 * progmodes/gud.el (gud-speedbar-menu-items): Add
7608 gdb-speedbar-auto-raise as radio button.
7609 (gud-speedbar-buttons): Raise speedbar if requested.
7610 Don't match on "char **...".
7611 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7612 Make it editable.
7613
7614 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7615
7616 * info.el (Info-fontify-node): Handle the case where
7617 Info-current-file is t.
7618
7619 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7620
7621 * simple.el (blink-matching-open): Fix off-by-one in last change.
7622
7623 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7624
7625 * term/mac-win.el: Don't change default directory.
7626
7627 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7628
7629 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7630 buffers correctly. (It used to throw an error in such buffers.)
7631 Make it ask for confirmation in group buffers and other Custom
7632 buffers containing more than one customization item.
7633
7634 2005-11-22 John Paul Wallington <jpw@gnu.org>
7635
7636 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7637 property on mail and url overlays.
7638 (goto-address-at-point): Use `posn-set-point' instead of
7639 `mouse-set-point' because the latter is not fbound when configured
7640 without X.
7641
7642 2005-11-22 Lars Hansen <larsh@soem.dk>
7643
7644 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7645 (ls-lisp-classify, ls-lisp-format): Delete call to
7646 ls-lisp-parse-symlink.
7647 (ls-lisp-handle-switches): Handle symlinks to directories as
7648 directories when ls-lisp-dirs-first in non-nil.
7649
7650 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7651
7652 * startup.el (command-line): Make sure that loaddefs.el is handled
7653 correctly in load-history.
7654
7655 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7656
7657 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7658 (gdb-struct-string, gdb-array-string): New constants.
7659 (gdb-info-locals-handler): Use them.
7660 (gdb-reset): Reset gdb-var-list to nil.
7661
7662 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7663
7664 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7665 in patterns.
7666
7667 2005-11-21 Juri Linkov <juri@jurta.org>
7668
7669 * custom.el (defcustom): Update link types in docstring.
7670
7671 2005-11-20 Martin Rudalics <rudalics@gmx.at>
7672
7673 * custom.el (defgroup): Add doc-string-elt info.
7674
7675 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7676
7677 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7678
7679 * newcomment.el (comment-enter-backward): Fix last fix.
7680
7681 * simple.el (blink-matching-open):
7682 * paren.el (show-paren-function): Allow new paren-class info.
7683
7684 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7685
7686 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7687 handled automagically.
7688
7689 2005-11-20 Andreas Schwab <schwab@suse.de>
7690
7691 * descr-text.el (describe-char): When copying overlays put them
7692 over the full char description instead of just the first character
7693 of it.
7694
7695 2005-11-20 Juri Linkov <juri@jurta.org>
7696
7697 * simple.el (what-cursor-position):
7698 * descr-text.el (describe-char): Use Lisp-readable syntax
7699 for octal and hex. Reorder decimal, octal and hex values.
7700 Remove excess whitespace in the output. Use `=' in `column='
7701 like in `point=' and `Hscroll='.
7702
7703 * international/mule-cmds.el (encoded-string-description):
7704 Use Lisp-readable syntax for hex.
7705
7706 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7707
7708 * newcomment.el (comment-enter-backward): Handle the case where the
7709 comment is closed by EOB.
7710
7711 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7712
7713 * longlines.el (longlines-before-revert-hook)
7714 (longlines-after-revert-hook): New functions.
7715 (longlines-mode): Turn off longlines temporarily when reverting.
7716 Add a message-setup-hook.
7717 (longlines-decode-buffer): New function.
7718 (longlines-wrap-line): Preserve marker positions.
7719
7720 2005-11-19 Andreas Schwab <schwab@suse.de>
7721
7722 * emacs-lisp/shadow.el: Handle compressed files.
7723
7724 2005-11-19 Romain Francoise <romain@orebokech.com>
7725
7726 * net/browse-url.el (browse-url-default-browser): Signal an error
7727 if no usable browser can be found, rather than try to load w3.
7728
7729 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7730
7731 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7732 replacing existing properties.
7733 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7734 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7735 tty specs.
7736 (rcirc-server-prefix, rcirc-server): New faces.
7737 (rcirc-url-regexp): Generate with rx macro.
7738 (rcirc-last-server-message-time): New variable.
7739 (rcirc-filter): Record time of last message.
7740 (rcirc-keepalive): Kill processes that did not send a message
7741 since the last ping.
7742 (rcirc-mode): Give rcirc-topic a local binding here.
7743
7744 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7745
7746 * subr.el (read-passwd): Fontify the prompt as we do with other
7747 prompts.
7748
7749 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7750
7751 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7752 binding buffer-read-only to nil.
7753
7754 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7755
7756 * complete.el (partial-completion-mode):
7757 Mention completion-auto-help in the doc string.
7758
7759 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7760 more Lisp-ish way.
7761
7762 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7763
7764 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7765 digits, not 8, to avoid misalignment for files larger than 100MB.
7766
7767 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7768
7769 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7770 Mention "keyboard shortcuts" in the help text.
7771
7772 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7773
7774 * startup.el (fancy-splash-default-action): Discard only
7775 mouse-down and succeeding mouse-up events in the splash screen
7776 window so that drag-n-drop event can be processed.
7777
7778 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7779
7780 * longlines.el (longlines-mode): Add hacks for mail-mode and
7781 message-mode.
7782
7783 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7784
7785 * textmodes/org.el (org-table-sort-lines): New command.
7786 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7787 (org-add-file): Command removed, use `org-agenda-file-to-front'
7788 instead.
7789 (org-export-icalendar): Use `org-icalendar-combined-name'.
7790 (org-cycle-agenda-files, org-agenda-file-to-end)
7791 (org-agenda-file-to-front): New commands.
7792 (org-table-tab-jumps-over-hlines, org-export-html-style):
7793 New options.
7794 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7795 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7796 New functions.
7797 (org-fill-paragraph): Call `org-table-align' in tables.
7798 (org-mode): Call `org-set-autofill-regexps'.
7799 (org-export-as-html): Support for local handformatted lists.
7800 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7801 (org-export-local-list-max-depth): New option.
7802 (org-html-expand): Use `org-html-protect'.
7803
7804 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7805
7806 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7807 to "p".
7808 (gdb): Move definition of gud-pp to...
7809
7810 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7811 speedbar.
7812 (gdb-find-watch-expression): New function.
7813
7814 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7815
7816 * faces.el (face-attribute, set-face-attribute): Mention existence
7817 of `:ignore-defface' setting in docstring.
7818
7819 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7820
7821 * simple.el (completion-setup-function): Fix last change.
7822
7823 2005-11-17 John Paul Wallington <jpw@pobox.com>
7824
7825 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7826 Use `posn-set-point' instead of `mouse-set-point' because the
7827 latter is not fbound when configured without X.
7828
7829 * comint.el (comint-insert-input): Likewise.
7830
7831 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7832
7833 * simple.el (hard-newline): New variable.
7834 (sendmail-user-agent-compose, next-line): Use it.
7835
7836 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7837 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7838 (mail-mail-reply-to, mail-mail-followup-to)
7839 (mail-position-on-field, mail-signature, mail-yank-original)
7840 (mail-attach-file): Likewise.
7841
7842 * mail/mailheader.el (mail-header-format)
7843 (mail-header-format-function): Likewise.
7844
7845 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7846
7847 2005-11-17 Juri Linkov <juri@jurta.org>
7848
7849 * font-lock.el (font-lock-faces): Rename this defgroup from
7850 `font-lock-highlighting-faces'.
7851 (font-lock-comment-face, font-lock-comment-delimiter-face)
7852 (font-lock-string-face, font-lock-doc-face)
7853 (font-lock-keyword-face, font-lock-builtin-face)
7854 (font-lock-function-name-face, font-lock-variable-name-face)
7855 (font-lock-type-face, font-lock-constant-face)
7856 (font-lock-warning-face, font-lock-negation-char-face)
7857 (font-lock-preprocessor-face)
7858 (font-lock-regexp-grouping-backslash)
7859 (font-lock-regexp-grouping-construct): Rename :group from
7860 `font-lock-highlighting-faces' to `font-lock-faces'.
7861
7862 * cus-edit.el (lisp, c, tex):
7863 * progmodes/ada-mode.el (ada):
7864 * progmodes/asm-mode.el (asm):
7865 * progmodes/cperl-mode.el (cperl-faces):
7866 * progmodes/cpp.el (cpp):
7867 * progmodes/dcl-mode.el (dcl):
7868 * progmodes/f90.el (f90):
7869 * progmodes/fortran.el (fortran):
7870 * progmodes/icon.el (icon):
7871 * progmodes/idlwave.el (idlwave-misc):
7872 * progmodes/m4-mode.el (m4):
7873 * progmodes/make-mode.el (makefile):
7874 * progmodes/meta-mode.el (meta-font):
7875 * progmodes/modula2.el (modula2):
7876 * progmodes/octave-mod.el (octave):
7877 * progmodes/pascal.el (pascal):
7878 * progmodes/perl-mode.el (perl):
7879 * progmodes/prolog.el (prolog):
7880 * progmodes/ps-mode.el (PostScript-edit):
7881 * progmodes/scheme.el (scheme):
7882 * progmodes/sh-script.el (sh-script):
7883 * progmodes/simula.el (simula):
7884 * progmodes/tcl.el (tcl):
7885 * textmodes/nroff-mode.el (nroff):
7886 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7887 * textmodes/sgml-mode.el (sgml):
7888 * textmodes/texinfo.el (texinfo):
7889 Add :link (custom-group-link font-lock-faces) to defgroup.
7890
7891 * hi-lock.el (hi-lock): Rename this defgroup from
7892 `hi-lock-interactive-text-highlighting'. Change parent group from
7893 `faces' to `font-lock'. Add link to the manual.
7894 (hi-lock-mode, hi-lock-file-patterns-range)
7895 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7896 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7897 (hi-lock-faces): Add :group `faces'.
7898
7899 * cus-edit.el (custom-variable-prompt): Clarify the code.
7900
7901 * faces.el (face-read-string): Set the default value arg of
7902 completing-read.
7903
7904 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7905
7906 * rfn-eshadow.el (file-name-shadow-properties)
7907 (file-name-shadow-tty-properties, file-name-shadow-mode):
7908 Remove autoloads, because the file is now preloaded.
7909
7910 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7911
7912 * printing.el (easy-menu-intern): Don't define.
7913 (pr-get-symbol): Use easy-menu-intern only if defined.
7914
7915 * simple.el (blink-matching-open): Simplify a bit.
7916 (completion-setup-function): Fix the case of partial-completion-mode
7917 when the minibuffer's contents start with "-".
7918 Obey completion-base-size-function even when
7919 minibuffer-completing-file-name is non-nil.
7920
7921 2005-11-16 Richard M. Stallman <rms@gnu.org>
7922
7923 * net/eudcb-ph.el (eudc-ph-open-session):
7924 Use set-process-query-on-exit-flag.
7925
7926 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7927
7928 * international/ucs-tables.el (ucs-set-table-for-input):
7929 Use make-local-variable, not make-variable-buffer-local.
7930
7931 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7932 Improve warning message text.
7933
7934 * savehist.el (savehist-save-hook): Add :group.
7935
7936 * menu-bar.el (menu-bar-help-menu):
7937 Rename Find Extra Packages to External Packages.
7938
7939 * cus-edit.el (Custom-reset-standard): Verify that
7940 :custom-standard-value prop exists before calling it.
7941
7942 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7943
7944 2005-11-16 Martin Rudalics <rudalics@gmx.at>
7945
7946 * wid-edit.el (color): Enclose %t in %{...%}.
7947
7948 * cus-edit.el (face): Enclose %t in %{...%}.
7949
7950 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7951
7952 * savehist.el (savehist-mode-hook): Re-add the var.
7953 (savehist-mode): Use it.
7954
7955 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7956
7957 * textmodes/flyspell.el: Fix commenting convention.
7958 Remove unnecessary leading * in custom docstrings.
7959 (flyspell-emacs): Remove unused var.
7960 (flyspell-delete-region-overlays): Use remove-overlays.
7961 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7962 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7963 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7964 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7965 (make-flyspell-overlay): Don't locally reuse a global name.
7966 (flyspell-highlight-incorrect-region)
7967 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7968 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7969 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7970 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7971 Wrap calls to accept-process-output inside with-local-quit since it's
7972 often called from a post-command-hook.
7973 (flyspell-correct-word, flyspell-auto-correct-word):
7974 Use ispell-send-string.
7975 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7976
7977 * calendar/diary-lib.el (diary-list-entries): Also hide the
7978 terminating newline.
7979
7980 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7981
7982 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7983 window-system, to allow fonts on tty.
7984
7985 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7986
7987 * progmodes/gud.el (gud-speedbar-item-info): New function.
7988 (gud-install-speedbar-variables): Use it to display data type
7989 of watch expression as a tooltip in speedbar.
7990
7991 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7992
7993 * font-core.el (global-font-lock-mode): Add :version keyword,
7994 because default was changed.
7995
7996 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7997
7998 * startup.el (command-line): Use `custom-reevaluate-setting' for
7999 `file-name-shadow-mode'.
8000
8001 * loadup.el: Preload rfn-eshadow.
8002
8003 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
8004 Add :version keyword.
8005 (file-name-shadow-properties, file-name-shadow-tty-properties)
8006 (file-name-shadow): Add :version keyword.
8007
8008 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
8009 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
8010 in the custom-group property of the symbol frames and the fringe
8011 group got no link to its parent group frames.
8012 Doc fix.
8013
8014 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
8015
8016 * progmodes/gud.el (gud-stop-subjob): New function.
8017 (gud-menu-map, gud-tool-bar-map): Use it.
8018
8019 2005-11-16 Kim F. Storm <storm@cua.dk>
8020
8021 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
8022 than kill it.
8023 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
8024 to a more useful/logical place.
8025
8026 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
8027
8028 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
8029 go buttons complementary.
8030
8031 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8032
8033 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
8034 (rfn-eshadow-sifn-equal): New function.
8035 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
8036
8037 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
8038
8039 * viper-utils.el (viper-non-word-characters-reformed-vi):
8040 Quote `-' in string.
8041
8042 * viper.el (viper-emacs-state-mode-list): Ensure that
8043 rcirc-mode buffers come up in Emacs state.
8044
8045 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
8046 operation.
8047
8048 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
8049
8050 * term.el (term-termcap-format): Fix typos.
8051 (term-down): Fix the negative argument case.
8052
8053 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
8054
8055 * progmodes/gdb-ui.el: Remove face-alias left over from change on
8056 2005-08-15.
8057 (gdb-ann3): New command gud-go.
8058 (menu): Accomodate gdb-mi.el.
8059 (gdb-assembler-custom): Make buffer of selected window current
8060 so that set-window-point works.
8061
8062 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
8063 buttons and include new ones.
8064
8065 2005-11-16 Kim F. Storm <storm@cua.dk>
8066
8067 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
8068 (gud-menu-map): Use it.
8069
8070 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
8071
8072 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
8073 that works correctly for Custom and that does not override a user
8074 who disables it.
8075
8076 * help-mode.el (help-make-xrefs, help-xref-on-pp)
8077 (help-xref-interned, help-follow): Make hyperlinks for variables
8078 that are unbound, but have a non-nil variable-documentation property.
8079
8080 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
8081 mode hook. (It conflicted with defcustoms for some mode hooks.)
8082 Use the `variable-documentation' property to give the mode hook a
8083 docstring and expand that docstring.
8084
8085 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
8086
8087 * savehist.el (savehist-mode): Don't bother with
8088 `custom-set-minor-mode'.
8089 (savehist-coding-system): Check XEmacs version.
8090 (history-length): Declare also at run time.
8091 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
8092 Don't set the customize state.
8093 (savehist-minibuffer-hook): Special case for when
8094 minibuffer-history-variable is equal to t.
8095
8096 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
8097
8098 * files.el (write-file): Refresh VC status.
8099
8100 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
8101 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
8102 than fundamental-mode to see if the mode was set.
8103
8104 2005-11-14 Romain Francoise <romain@orebokech.com>
8105
8106 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
8107 dummy function in `eval-when-compile' to avoid compiler warning.
8108 Require `man' at compile time.
8109
8110 2005-11-14 Jay Belanger <belanger@truman.edu>
8111
8112 * calc-alg.el (calcFunc-write-out-power): Rename it to
8113 calcFunc-powerexpand.
8114 (math-write-out-power): Rename it to math-powerexpand; have it
8115 handle negative exponents.
8116 (calc-writeoutpower): Rename it to calc-powerexpand.
8117
8118 * calc-ext.el: Change calcFunc-writeoutpower and
8119 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
8120 autoloads.
8121 Add calcFunc-ldiv to autoloads.
8122
8123 * calc-arith.el (calcFunc-ldiv): New function.
8124
8125 * calc.el (calc-left-divide): New function.
8126
8127 2005-11-14 Juri Linkov <juri@jurta.org>
8128
8129 * cus-edit.el (custom-variable-prompt): Set the default value arg
8130 of completing-read.
8131
8132 * cus-dep.el (custom-make-dependencies): Reverse the list of
8133 found dependencies.
8134
8135 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
8136
8137 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
8138 Highlighting" entry, it is on by default now.
8139 (menu-bar-options-save): Do not save global-font-lock-mode.
8140
8141 2005-11-13 Richard M. Stallman <rms@gnu.org>
8142
8143 * textmodes/flyspell.el (flyspell-large-region):
8144 Call flyspell-accept-buffer-local-defs.
8145
8146 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
8147
8148 * textmodes/flyspell.el (flyspell-notify-misspell):
8149 Fix misspelling of "Misspelling".
8150 (flyspell-process-localwords): New function.
8151 (flyspell-large-region): Call flyspell-process-localwords and
8152 flyspell-delete-region-overlays.
8153 (flyspell-delete-region-overlays): New function.
8154 (flyspell-delete-all-overlays): Call that.
8155
8156 2005-11-13 Richard M. Stallman <rms@gnu.org>
8157
8158 * help.el (help-for-help-internal): Improve doc of C-h a.
8159 (describe-key): Improve prompt; doc fix.
8160
8161 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8162
8163 * vc-svn.el (vc-svn-registered): Catch all errors.
8164
8165 * cus-dep.el (custom-make-dependencies): Typo.
8166
8167 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
8168
8169 * net/tramp-util.el (top): Fix compilation warning.
8170
8171 2005-11-13 Kim F. Storm <storm@cua.dk>
8172
8173 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
8174
8175 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
8176
8177 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
8178 (gud-speedbar-buttons): Match on "const char *" too.
8179
8180 * progmodes/gdb-ui.el (gdb-var-create-handler)
8181 (gdb-var-list-children-handler): Match on "const char *" too.
8182 (gdb-var-evaluate-expression-handler): Match on empty string.
8183 (gdb-var-update-handler): Only call
8184 gdb-var-evaluate-expression-handler when required.
8185
8186 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
8187
8188 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
8189 selected window. This still doesn't work for speedbar.
8190 (gud-speedbar-buttons): Handle string expressions properly.
8191
8192 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
8193 (gdb-var-create-handler): Handle string expressions properly.
8194 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
8195 Handle string expressions properly. Move "type" field into regexp.
8196
8197 2005-11-12 Karl Fogel <kfogel@red-bean.com>
8198
8199 * bookmark.el (bookmark-maybe-message): New function to reduce
8200 code duplication: invokes `message' iff baud-rate is high enough.
8201 (bookmark-write-file): Use above instead of an inline conditional.
8202 (bookmark-load): Same.
8203
8204 2005-11-12 Karl Fogel <kfogel@red-bean.com>
8205
8206 * bookmark.el (bookmark-write-file): Don't visit the destination
8207 file, just write the data to it using write-region. This is
8208 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
8209 change to avoid visiting the file in the first place.
8210
8211 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
8212
8213 * hi-lock.el (hi-lock-mode): Set the default value of
8214 font-lock-defaults.
8215
8216 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
8217
8218 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
8219 arg to `file-attributes'.
8220 (find-lisp-format): The UID and GID can now be strings.
8221
8222 2005-11-12 Kim F. Storm <storm@cua.dk>
8223
8224 * help.el (help-map): Bind C-h d to apropos-documentation.
8225
8226 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
8227 when point is at end-of-buffer.
8228
8229 * apropos.el (apropos-match-face): Doc fix.
8230 (apropos-sort-by-scores): Add new choice `verbose'.
8231 (apropos-documentation-sort-by-scores): New defcustom.
8232 (apropos-pattern): Now contains the pattern entered by the user.
8233 (apropos-pattern-quoted): New defvar.
8234 (apropos-regexp): New defvar, containing the regexp corresponding
8235 to apropos-pattern.
8236 (apropos-all-words-regexp): Rename from apropos-all-regexp.
8237 (apropos-read-pattern): New defun. Use it to read pattern arg in
8238 interactive calls; returns list of words for a word list, and
8239 string for a regexp.
8240 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
8241 parses a list of words or regexp as returned by apropos-read-pattern.
8242 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
8243 (apropos-score-doc): Return a very high score if the string
8244 entered by the user matches literally.
8245 (apropos-variable): Doc fix. Use apropos-read-pattern.
8246 (apropos-command): Doc fix. Use apropos-read-pattern and
8247 apropos-parse-pattern. Call apropos-print with nosubst=t.
8248 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
8249 apropos-parse-pattern.
8250 (apropos-documentation): Doc fix. Use apropos-read-pattern and
8251 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
8252 apropos-documentation-sort-by-scores. Call apropos-print with
8253 nosubst=t.
8254 (apropos-documentation-internal): Pass doc string through
8255 substitute-key-definition before adding text properties.
8256 Highlight substring matching literal user input if possible.
8257 (apropos-documentation-check-doc-file): Remove locals beg and end.
8258 Fix calculation of score (as added twice). Pass doc string through
8259 substitute-key-definition before adding text properties.
8260 (apropos-documentation-check-elc-file): Pass doc string through
8261 substitute-key-definition before adding text properties.
8262 Highlight substring matching literal user input if possible.
8263 (apropos-print): Add new arg NOSUBST; if set, command and variable
8264 doc strings have already been passed through substitute-key-definition.
8265 Add code to handle apropos-accumulator items without score element
8266 for backwards compatibility (e.g. with woman package).
8267 Only show scores if apropos-sort-by-scores is `verbose'.
8268
8269 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8270
8271 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
8272 Add jka-compr-load-suffixes to load-suffixes.
8273
8274 * jka-compr.el: Require jka-cmpr-hook.
8275 (jka-compr-info-compress-message, jka-compr-info-compress-program)
8276 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
8277 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
8278 (jka-compr-info-can-append, jka-compr-info-strip-extension)
8279 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
8280 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
8281 (jka-compr-uninstall): Remove entries from
8282 jka-compr-added-to-file-coding-system-alist after they are used.
8283 (jka-compr-error): Remove unused var `curbuf'.
8284 (jka-compr-file-local-copy): Remove unused var `notfound'.
8285
8286 2005-11-10 Romain Francoise <romain@orebokech.com>
8287
8288 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
8289
8290 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
8291
8292 * progmodes/gud.el (gud-menu-map): Move parentheses.
8293 (gdb): New command gud-pv.
8294
8295 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8296
8297 * tar-mode.el: Remove spurious or unnecessary leading stars
8298 in docstrings.
8299 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
8300 (tar-parse-octal-integer-safe): Use mapc.
8301 (tar-header-block-summarize): Remove unused var `ck'.
8302 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
8303 cleared before. Obey default-enable-multibyte-characters.
8304 Use mapconcat. Simplify setting of tar-header-offset.
8305 (tar-mode-map): Move initialization inside delcaration.
8306 (tar-flag-deleted): Use `abs'.
8307 (tar-expunge-internal): Remove unused var `line'.
8308 (tar-expunge-internal): Don't hardcode point-min==1.
8309 (tar-expunge): Widen while doing set-buffer-multibyte.
8310 (tar-rename-entry): Use file-name-coding-system.
8311 (tar-alter-one-field): Don't hardcode point-min==1.
8312 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
8313 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
8314
8315 2005-11-10 Masatake YAMATO <jet@gyve.org>
8316
8317 * add-log.el (add-log-current-defun): Handle class::method
8318 notation of c++. Fix incorrect comment.
8319
8320 2005-11-10 Alan Mackenzie <acm@muc.de>
8321
8322 * help-fns.el (describe-variable): Make C-h v work when a variable
8323 has variable documentation yet is unbound.
8324
8325 2005-11-10 Masatake YAMATO <jet@gyve.org>
8326
8327 * man.el (Man-highlight-references): Set an empty
8328 string to `Man-arguments' if it is nil.
8329 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
8330
8331 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8332
8333 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
8334 commenting conventions.
8335
8336 * cus-dep.el (custom-make-dependencies): Simplify.
8337 Better follow the commenting conventions.
8338
8339 2005-11-09 Richard M. Stallman <rms@gnu.org>
8340
8341 * apropos.el (apropos-pattern): Rename from apropos-regexp.
8342 (apropos-orig-pattern): Rename from apropos-orig-regexp.
8343 All uses changed.
8344 (apropos-rewrite-regexp): Doc fix.
8345 (apropos-variable, apropos-command, apropos, apropos-value):
8346 Change prompt; carry through the argument renaming.
8347
8348 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
8349
8350 * find-lisp.el: Require dired.
8351 (find-lisp-find-dired-internal): Do not call
8352 `abbreviate-file-name' on DIR.
8353
8354 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
8355
8356 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
8357
8358 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
8359
8360 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
8361 when using the speedbar.
8362 (gdb): New command gud-pp.
8363 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
8364
8365 2005-11-09 Juri Linkov <juri@jurta.org>
8366
8367 * replace.el (occur-excluded-properties): New defcustom.
8368 (occur-1, occur-engine, occur-accumulate-lines): Use it.
8369
8370 2005-11-08 Jay Belanger <belanger@truman.edu>
8371
8372 * calc/calc-units.el (math-convert-units): Replace any composite
8373 unit by its definition.
8374
8375 2005-11-08 Lars Hansen <larsh@soem.dk>
8376
8377 * emacs-lisp/autoload.el (update-directory-autoloads):
8378 Add obsolete function alias.
8379
8380 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8381
8382 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8383 comment-indent-function.
8384 (lisp-comment-indent): Replace by an alias for comment-indent-default.
8385
8386 * reveal.el (reveal-post-command): Rework the handling of
8387 reveal-open-spots, so as to be more reliable. There were several
8388 tricky corner cases where an open spot might be lost, or where
8389 a closed spot might end up on the list of open spots.
8390 Only reveal text that's ellipsised.
8391
8392 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
8393
8394 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
8395
8396 2005-11-07 John Paul Wallington <jpw@gnu.org>
8397
8398 * ibuffer.el (ibuffer): Search iconified frames too when
8399 getting Ibuffer buffer's window.
8400
8401 2005-11-06 Richard M. Stallman <rms@gnu.org>
8402
8403 * progmodes/compile.el (compilation-internal-error-properties):
8404 save-excursion around the computation of MARKER.
8405
8406 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
8407
8408 * textmodes/flyspell.el (flyspell-external-point-words):
8409 flyspell-get-word returns a list, not just a string.
8410
8411 2005-11-06 John Paul Wallington <jpw@pobox.com>
8412
8413 * ibuffer.el (ibuffer): Search all visible frames when getting
8414 Ibuffer buffer's window.
8415
8416 2005-11-07 Masatake YAMATO <jet@gyve.org>
8417
8418 * man.el (Man-reference-regexp): Accept spaces between
8419 `Man-name-regexp' and `Man-section-regexp'.
8420 (Man-apropos-regexp): New variable.
8421 (Man-abstract-xref-man-page): Use value for `Man-target-string'
8422 if available.
8423 (Man-highlight-references, Man-highlight-references0):
8424 Handle the case when `Man-arguments' includes "-k".
8425 (Man-highlight-references0): Rename the argument `TARGET-POS' to
8426 `TARGET'. `TARGET' can be a number, function or nil.
8427
8428 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
8429
8430 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
8431 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
8432 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
8433 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
8434 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
8435 (gdb-send-item): Use buffer-local-value and simplify.
8436
8437 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
8438
8439 * startup.el (command-line): Use `custom-reevaluate-setting' for
8440 `global-font-lock-mode'.
8441
8442 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
8443 by default, except in batch mode or when the -D option is given.
8444
8445 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
8446 specified keyword args on to `define-minor-mode'. Update docstring.
8447
8448 2005-11-05 Romain Francoise <romain@orebokech.com>
8449
8450 * replace.el (occur-engine): Add marker at end of line, too.
8451
8452 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8453
8454 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8455 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8456 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8457 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8458 argument to all these routines, so the passphrase can be managed
8459 externally and passed in to the system.
8460 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8461 pgg-add-passphrase-to-cache function.
8462
8463 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8464 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8465 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8466 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8467 argument to all these routines, so the passphrase can be managed
8468 externally and passed in to the system.
8469 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8470 function.
8471
8472 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8473
8474 * font-lock.el: Don't deal with font-lock-face-attributes here,
8475 move the code ...
8476
8477 * startup.el (command-line): ... here. Use face-spec-set instead
8478 of custom-declare-face.
8479
8480 * faces.el (face-spec-set): Reset the face if spec is not nil.
8481
8482 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8483
8484 * newcomment.el (comment-region-internal): Box more tightly in the
8485 common case where there's no TAB in the boxed text.
8486
8487 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8488
8489 * info.el (info-tool-bar-map): Use images prev-node, next-node and
8490 up-node.
8491
8492 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8493
8494 * newsticker.el: Commentary updated. Code formatting changed.
8495 (newsticker-version): Change to "1.9".
8496 (newsticker, newsticker-feed): Doc fix.
8497 (newsticker-url-list): Doc fix. Add option "Weekly".
8498 (newsticker-retrieval-interval): Add option "Weekly".
8499 (newsticker-headline-processing): Doc fix.
8500 (newsticker-auto-mark-filter): Remove.
8501 (newsticker-auto-mark-filter-list): New.
8502 (newsticker-layout, newsticker-sort-method): Doc fix.
8503 (newsticker-hide-old-items-in-newsticker-buffer)
8504 (newsticker-heading-format, newsticker-item-format)
8505 (newsticker-desc-format): Doc fix.
8506 (newsticker-show-all-rss-elements): Remove.
8507 (newsticker-show-all-news-elements): New.
8508 (newsticker-faces, newsticker-ticker): Doc fix.
8509 (remove-from-invisibility-spec): Code formatting.
8510 (newsticker--process-ids): New.
8511 (newsticker-mode): Doc fix.
8512 (newsticker-mode): Change mode-line-format.
8513 (newsticker-start): Remove debug output.
8514 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8515 (newsticker-w3m-show-inline-images): Code formatting.
8516 (newsticker-next-item): Call `force-mode-line-update'.
8517 (newsticker-previous-item): Call `force-mode-line-update'.
8518 (newsticker-next-feed): Call `force-mode-line-update'.
8519 (newsticker-previous-feed): Call `force-mode-line-update'.
8520 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8521 (newsticker-show-old-items): Do not show descs.
8522 (newsticker-hide-entry): Hide too much.
8523 (newsticker-hide-entry, newsticker-show-entry)
8524 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8525 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8526 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8527 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8528 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8529 (newsticker-get-news): Call `force-mode-line-update'.
8530 Collect process ids.
8531 (newsticker--sentinel): Change coding system handling.
8532 Move image retrieval to new functions newsticker--get-logo-url-*.
8533 Move feed parsing to new functions newsticker--parse-*.
8534 Update list of process ids.
8535 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8536 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8537 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8538 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8539 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8540 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8541 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8542 (newsticker--decode-coding-string): Remove.
8543 (newsticker--decode-numeric-entities): Check input. Format code.
8544 (newsticker--remove-whitespace): Check input.
8545 (newsticker--do-forget-preformatted): Doc fix.
8546 (newsticker--decode-rfc822-date): Allow for missing time.
8547 (newsticker--update-process-ids): New.
8548 (newsticker--image-sentinel): Change comment.
8549 (newsticker--image-read): Change error message.
8550 (newsticker--imenu-goto): Doc fix. Show headline title.
8551 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8552 (newsticker--buffer-do-insert-text): Clean whitespace in
8553 html-rendered headline title. Code formatting.
8554 Call `newsticker--buffer-print-extra-elements'.
8555 (newsticker--buffer-print-extra-element): Remove.
8556 (newsticker--buffer-print-extra-elements): New.
8557 (newsticker--buffer-do-print-extra-element): New.
8558 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8559 large sizes.
8560 (newsticker--run-auto-mark-filter)
8561 (newsticker--do-run-auto-mark-filter):
8562 Use `newsticker-auto-mark-filter-list'.
8563
8564 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8565
8566 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8567 (rcirc-print): Force redisplay before running hooks. Do long
8568 buffer truncation after making new text read-only. Deal with nil
8569 text when decoding strings. If TARGET is nil, use either the
8570 currently selected buffer, if it is an rcirc buffer and of the
8571 same process or the process buffer.
8572 (rcirc-mode): Remove header-line. Recompute short buffer names.
8573 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8574 (rcirc-short-buffer-name): Add variable.
8575 (rcirc-kill-buffer-hook): Recompute short buffer names.
8576 Remove nick from private channel.
8577 (rcirc-send-input): Send command text to current-buffer.
8578 Don't clear overlay arrow here.
8579 (rcirc-short-buffer-name): Return a short buffer name.
8580 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8581 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8582 buffer-name abbreviations.
8583 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8584 Do not touch nick-table when killing a parted channel.
8585 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8586 Clear arrow from current buffer if it is now hidden.
8587 (rcirc-current-buffer): Add variable.
8588 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8589 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8590 Remove -face from names.
8591 (rcirc-update-activity-string): Print "DND" when globally ignoring
8592 activity.
8593 (rcirc-ignore-buffer-activity-flag): Rename from
8594 rcirc-ignore-channel-activity.
8595 (rcirc-ignore-all-activity-flag): Doc fix.
8596 (rcirc-channels): Remove variable.
8597 (rcirc-kill-buffer-hook):
8598 (rcirc-get-buffer-create): Add nick to private channel.
8599 (rcirc-multiline-edit-submit): Remove tabs.
8600 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8601 folded.
8602 (rcirc-remove-nick-channel): Bug fix.
8603 (rcirc-toggle-ignore-buffer-activity): Rename from
8604 rcirc-toggle-ignore-channel-activity.
8605 (rcirc-record-activity): Add buffers to the front of the list.
8606 (rcirc-update-activity): Remove killed buffers from list.
8607 (rcirc-process-server-response-1): Remove last argument if it is
8608 null before calling handler.
8609 (rcirc): Add "rcirc" defcustom prefix.
8610 (rcirc-prompt): Simplify default prompt.
8611 Use custom-initialize-default.
8612 (rcirc-private-chats): Remove variable.
8613 (rcirc-prompt): Change initialization.
8614 (rcirc-version): Remove function.
8615 (rcirc-id-string): Add constant.
8616 (rcirc-last-buffer): Remove variable.
8617 (rcirc-buffer-alist): Add variable.
8618 (rcirc-connect): Update variable setup.
8619 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8620 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8621 default.
8622 (rcirc-handler-generic): Trigger activity.
8623 (rcirc-send-message): Create the buffor of the target.
8624 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8625 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8626 (rcirc-multiline-edit-cancel): Remove function.
8627 (rcirc-set-last-buffer): Remove function.
8628 (rcirc-get-any-buffer): Add function.
8629 (rcirc-join-channels): Don't print /join text.
8630 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8631 messages.
8632 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8633 (rcirc-handler-NOTICE): Recognize CTCP responses.
8634 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8635 constructing TOPIC string for buffers we are not JOINed.
8636 (rcirc-handler-CTCP-response): Add handler.
8637 (rcirc-multiline-edit-submit): Restore the window-configuration
8638 before adjusting point.
8639 (rcirc): Add customization group.
8640 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8641 (rcirc-user-full-name, rcirc-startup-channels-alist)
8642 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8643 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8644 (rcirc-input-ring-size, rcirc-read-only-flag)
8645 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8646 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8647 Change defvar to defcustom.
8648 (rcirc-update-prompt): Add optional ALL arg, which will update
8649 prompts in all rcirc buffers. Regexp quote replacement text.
8650 (rcirc-fill-column): Accept frame-width as a value.
8651 (rcirc-set-changed): Add function.
8652 (rcirc-next-active-buffer): Write more meaningful messages.
8653 (rcirc-faces): Add customization group.
8654 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8655 (rcirc-nick-in-message-face, rcirc-prompt-face)
8656 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8657 (with-rcirc-process-buffer): Move before first usage.
8658 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8659 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8660 (rcirc-debug): Rename from `rcirc-log'.
8661 (rcirc-format-response-string): Do not print `-' chars for a
8662 NOTICE with no sender. Simplify output of server responses.
8663
8664 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8665
8666 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8667 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8668 Make urls mouse and RET clickable.
8669
8670 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8671
8672 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8673
8674 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8675
8676 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8677 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8678 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8679 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8680 argument to all these routines, so the passphrase can be managed
8681 externally and passed in to the system.
8682 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8683 pgg-add-passphrase-to-cache function.
8684
8685 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8686 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8687 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8688 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8689 argument to all these routines, so the passphrase can be managed
8690 externally and passed in to the system.
8691 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8692 function.
8693
8694 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8695
8696 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8697 from goto-address-url-regexp.
8698
8699 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8700
8701 * textmodes/org.el (org-read-date, org-goto-calendar)
8702 (org-recenter-calendar, org-agenda-goto-calendar):
8703 Temporarily clear `calendar-move-hook'.
8704
8705 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8706
8707 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8708 merging.
8709
8710 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8711 have merge clashes.
8712
8713 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8714
8715 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8716 Undo previous change.
8717
8718 * startup.el (command-line): Use `custom-reevaluate-setting' for
8719 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8720 tty-register-default-colors on Mac.
8721
8722 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8723
8724 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8725 (gdb-buffer-type): Make it automatically buffer local...
8726 (gdb-get-create-buffer): ...and set it accordingly.
8727 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8728 actually work.
8729
8730 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8731
8732 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8733 not red.
8734
8735 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8736
8737 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8738 case GUD buffer is not visible.
8739 (gdb-goto-breakpoint): Try to force display in source buffer.
8740 (gdb-frame-gdb-buffer): Copy other similar functions.
8741 (gdb-restore-windows): Don't display source if not asked for.
8742 (gdb-assembler-buffer-name): Don't capitalise.
8743
8744 2005-11-03 Richard M. Stallman <rms@gnu.org>
8745
8746 * wid-edit.el (key-sequence): New widget type.
8747
8748 * simple.el (set-mark-command-repeat-pop): New variable.
8749 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8750 if set-mark-command-repeat-pop is true.
8751
8752 * info.el (Info-fontify-node): Don't display extra "see" if there
8753 already is one here.
8754
8755 * mouse.el: Fix special handling of DEL after dragging a region:
8756 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8757 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8758
8759 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8760
8761 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8762 not to assume it pertains to an affix.
8763
8764 * textmodes/flyspell.el (flyspell-post-command-hook):
8765 Bind deactivate-mark to prevent deactivation.
8766
8767 2005-11-03 Lars Hansen <larsh@soem.dk>
8768
8769 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8770 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8771 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8772
8773 2005-11-03 Romain Francoise <romain@orebokech.com>
8774
8775 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8776 Update copyright years.
8777
8778 2005-11-03 Sam Steingold <sds@gnu.org>
8779
8780 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8781 Use system-type instead of window-system because window-system is not
8782 correctly defined during loadup.
8783
8784 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8785
8786 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8787 (xml-parse-tag): Join strings separated by a comment properly.
8788
8789 2005-11-02 Andreas Schwab <schwab@suse.de>
8790
8791 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8792
8793 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8794
8795 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8796 (byte-optimize-pure-func): Quote the eval'd value.
8797
8798 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8799 Rename from perl-font-lock-syntactic-face-function.
8800 Change the calling convention so it can be used as a font-lock MATCHER.
8801 Do the parse-partial-sexp loop outselves.
8802 (perl-font-lock-syntactic-keywords): Use it.
8803 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8804
8805 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8806
8807 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8808 disassembly buffer too.
8809 (gdb-exited): Remove overlay arrows when execution has finished.
8810 (gdb-info-frames-custom, gdb-info-threads-custom)
8811 (gdb-info-registers-custom): Don't add inappropriate text
8812 properties if inferior is not active.
8813
8814 2005-11-02 Glenn Morris <rgm@gnu.org>
8815
8816 * progmodes/fortran.el (fortran-blink-match):
8817 Use `blink-matching-delay'.
8818
8819 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8820
8821 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8822
8823 2005-11-02 Lars Hansen <larsh@soem.dk>
8824
8825 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8826 "Permission denied".
8827
8828 2005-11-01 Richard M. Stallman <rms@gnu.org>
8829
8830 * textmodes/flyspell.el (flyspell-external-point-words):
8831 Pass nil to flyspell-get-word.
8832
8833 2005-11-02 Kim F. Storm <storm@cua.dk>
8834
8835 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8836 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8837
8838 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8839
8840 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8841 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8842 (calendar-mouse-print-dates): Add optional `event' argument.
8843 Update interactive-spec.
8844 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8845 Use `calendar-event-to-date' instead of `event'.
8846
8847 2005-11-02 Masatake YAMATO <jet@gyve.org>
8848
8849 * progmodes/ld-script.el (ld-script-builtins):
8850 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8851 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8852 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8853
8854 2005-11-01 Romain Francoise <romain@orebokech.com>
8855
8856 * vc-sccs.el: Update copyright year.
8857 * ezimage.el: Likewise.
8858
8859 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8860
8861 * info.el (Info-fontify-node): Use `string-width' for fontifying
8862 underlined titles.
8863
8864 2005-11-01 Juri Linkov <juri@jurta.org>
8865
8866 * info.el (Info-fontify-node): Downcase node header keywords Node,
8867 Prev, Next, Up before comparison.
8868 (Info-history): Insert absolute directory name, and put invisible
8869 property on it.
8870
8871 2005-11-01 Juri Linkov <juri@jurta.org>
8872
8873 * info.el (Info-file-supports-index-cookies): New variable.
8874 (Info-find-node-2): Check makeinfo version for index cookie support.
8875 (Info-index-nodes): Search for nodes with index cookies only when
8876 Info-file-supports-index-cookies is t. Otherwise, search nodes
8877 with "Index" in the node name.
8878 (Info-index-node): Search index cookie in the current node only when
8879 Info-file-supports-index-cookies is t. Otherwise, check the word
8880 "Index" in the node name.
8881 (Info-find-emacs-command-nodes): Remove code that searches nodes
8882 with "Index" node name in the top menu.
8883
8884 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8885
8886 * progmodes/scheme.el (scheme-mode-variables): Use the default
8887 comment-indent-function.
8888
8889 * faces.el (face-attribute): Handle the case where a face inherits from
8890 a non-existent face.
8891
8892 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8893 for octal and hexa output, and merge the char into the paren.
8894 (kill-new): Use push.
8895 (copy-to-buffer): Use with-current-buffer.
8896 (completion-setup-function): Move code in loop to remove redundancy.
8897 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8898 those inherited from minibuffer-local-completion-map.
8899
8900 * savehist.el (savehist-mode) <defcustom>:
8901 Use custom-set-minor-mode if available.
8902 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8903 and emit a message if applicable.
8904
8905 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8906
8907 * savehist.el: Sync up to version 19.
8908 (savehist-mode): New minor mode.
8909 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8910 (savehist-length): Remove (use history-length instead).
8911 (savehist-file-modes): Rename from savehist-modes.
8912 (savehist-save-hook, savehist-loaded): New vars.
8913 (savehist-load): Use savehist-mode. Try to smooth up transition from
8914 old format to new format.
8915 (savehist-install): Allow savehist-autosave-interval to be nil.
8916 (savehist-save): Run the new hook. Be more careful to only trim the
8917 history variables.
8918 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8919 (savehist-printable): Print into a buffer rather than char-by-char.
8920
8921 2005-11-01 John Wiegley <johnw@newartisans.com>
8922
8923 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8924 toggle-ignore keybinding (C-a). The author said it had been
8925 disabled much earlier due to a possible incompatibility, but after
8926 many months of usage I have encountered no problems (and it is a
8927 rather useful option, especially for switching to " *temp*").
8928
8929 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8930 support for OS/X's AddressBook, by calling out to the open source
8931 program "contacts" (installable through Fink).
8932
8933 * net/eudc.el (eudc-expand-inline): If the
8934 `eudc-multiple-match-handling-method' is set to `all', delete the
8935 query string before inserting the query result.
8936
8937 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8938 flag, to prevent Eshell from using the system ls when
8939 `eshell-ls-insert-directory' is in used.
8940 (eshell-ls-insert-directory): Disable font-lock in directory
8941 buffer so that Eshell's own fontification is seen. This broke
8942 recently due to changes in font-lock, so this goes back to version
8943 21 behavior.
8944
8945 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8946
8947 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8948 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8949 (gdb-many-windows): Doc fix.
8950
8951 2005-10-31 Romain Francoise <romain@orebokech.com>
8952
8953 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8954
8955 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8956
8957 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8958 that global-font-lock-mode can be enabled by default.
8959
8960 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8961 (font-lock-add-keywords, font-lock-remove-keywords)
8962 (font-lock-fontify-buffer): Remove autoload cookies.
8963
8964 * jit-lock.el (jit-lock-register): Likewise.
8965
8966 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8967
8968 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8969
8970 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8971 intact if there is no gud-comint-buffer.
8972
8973 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8974
8975 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8976 old prompt comint-prompt-read-only is t and GDB commands are
8977 issued from tool bar etc.
8978
8979 2005-10-31 Masatake YAMATO <jet@gyve.org>
8980
8981 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8982
8983 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8984
8985 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8986 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8987
8988 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8989
8990 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8991 starting at beginning of line. Fontification is messed up when
8992 `open-paren-in-column-0-is-defun-start' set to t.
8993 Reported by John Paul Wallington <jpw@pobox.com>.
8994
8995 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8996
8997 * comint.el (comint-send-input): Call `comint-update-fence' when
8998 `comint-process-echoes' and `comint-prompt-read-only' are both
8999 non-nil, to avoid leftover read-only newline.
9000
9001 2005-10-30 Richard M. Stallman <rms@gnu.org>
9002
9003 * textmodes/flyspell.el (flyspell-external-point-words):
9004 Detect when WORD can't be checked properly because
9005 flyspell-get-word finds just part of it, and move on.
9006
9007 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
9008 boundarychar for Polish.
9009 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
9010 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
9011
9012 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
9013
9014 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
9015 (gdb-registers-font-lock-keywords): Delete.
9016 (gdb-registers-mode): Don't fontify.
9017 (gdb-info-registers-custom): Use text properties instead as, in
9018 future, changed register values will use font-lock-warning-face.
9019 (gdb-local-font-lock-keywords): Rename to...
9020 (gdb-locals-font-lock-keywords): ...for consistency.
9021
9022 2005-10-30 Andre Spiegel <spiegel@gnu.org>
9023
9024 * vc.el (vc-switch-backend): Better error message if the buffer is
9025 not visiting a file under version control.
9026
9027 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
9028
9029 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
9030
9031 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
9032 ~/.emacs.d/.emacs.
9033
9034 2005-10-29 Richard M. Stallman <rms@gnu.org>
9035
9036 * replace.el (occur-mode-mouse-goto): Always go to other window.
9037 (occur-mode-goto-occurrence): Always switch in same window.
9038
9039 * simple.el (undo): Display message at end, not at start.
9040
9041 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
9042 New arg REUSE-CELL.
9043 (cancel-timer-internal): New function.
9044 (timer-event-handler): Use cancel-timer-internal,
9045 and pass the cell it returns to timer-activate...
9046
9047 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
9048 (jit-lock-deferred-fontify, jit-lock-context-fontify)
9049 (jit-lock-after-change): Test memory-full.
9050
9051 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
9052
9053 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9054 part of the decoded armor to find the key-identifier.
9055 (pgg-gpg-lookup-key-owner): New function to return the
9056 human-readable identifier of a key owner.
9057 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
9058 key itself.
9059 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9060 the key value) if we have a key and can match it against a secret
9061 key. Also, added a note pointing out fact that the prompt only
9062 indicates the first matching key.
9063
9064 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
9065 pgg-decrypt-region.
9066 (pgg-pending-timers): A new hash for tracking the passphrase cache
9067 timers, so that new ones supercede old ones.
9068 (pgg-add-passphrase-to-cache): Rename from
9069 `pgg-add-passphrase-cache' to reduce confusion (all callers
9070 changed). Modified to cancel old timers when new ones are added.
9071 (pgg-remove-passphrase-from-cache): Rename from
9072 `pgg-remove-passphrase-cache' to reduce confusion (all callers
9073 changed). Modified to cancel old timers when their keys are
9074 removed from the cache.
9075 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
9076 XEmacs, an indirection to delete-itimer.
9077 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
9078 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
9079 users can only check cache without risk of prompting. Correct bug in
9080 notruncate behavior.
9081 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
9082 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
9083 Add informative docstrings.
9084 (pgg-decrypt): Convey provided passphrase in subordinate call to
9085 pgg-decrypt-region.
9086
9087 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9088 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9089 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9090 `passphrase' argument, so the passphrase can be managed externally
9091 and then passed in to the system.
9092
9093 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9094 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
9095 so the passphrase cache can be used reliably with identifiers
9096 besides a pgp packet's key id.
9097
9098 * pgg-gpg.el (pgg-pgp-encrypt-region)
9099 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9100 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9101 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9102 argument to all these routines, so the passphrase can be managed
9103 externally and passed in to the system.
9104
9105 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9106 `notruncate' argument, so the passphrase cache can be used
9107 reliably with identifiers besides a pgp packet's key id.
9108
9109 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
9110
9111 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9112 symmetric encryption.
9113 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9114 encrypted session key.
9115 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9116 message ask for the passphrase in a proper way.
9117
9118 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9119 New user commands for symmetric encryption.
9120
9121 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
9122
9123 * textmodes/conf-mode.el (conf-assignment-sign)
9124 (conf-assignment-regexp): Fix docstrings.
9125 (conf-mode-initialize): New function.
9126 (conf-mode): Remove optional args. Use delay-mode-hooks to
9127 recognize recursive calls.
9128 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
9129 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
9130 (conf-xdefaults-mode): Use define-derived-mode and
9131 conf-mode-initialize.
9132
9133 2005-10-29 Romain Francoise <romain@orebokech.com>
9134
9135 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
9136
9137 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
9138
9139 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9140 part of the decoded armor to find the key-identifier.
9141 (pgg-gpg-lookup-key-owner): New function to return the
9142 human-readable identifier of a key owner.
9143 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
9144 key itself.
9145 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9146 the key value) if we have a key and can match it against a secret
9147 key. Also, added a note pointing out fact that the prompt only
9148 indicates the first matching key.
9149
9150 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
9151 pgg-decrypt-region.
9152 (pgg-pending-timers): A new hash for tracking the passphrase cache
9153 timers, so that new ones supercede old ones.
9154 (pgg-add-passphrase-to-cache): Rename from
9155 `pgg-add-passphrase-cache' to reduce confusion (all callers
9156 changed). Modified to cancel old timers when new ones are added.
9157 (pgg-remove-passphrase-from-cache): Rename from
9158 `pgg-remove-passphrase-cache' to reduce confusion (all callers
9159 changed). Modified to cancel old timers when their keys are
9160 removed from the cache.
9161 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
9162 XEmacs, an indirection to delete-itimer.
9163 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
9164 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
9165 users can only check cache without risk of prompting. Correct bug in
9166 notruncate behavior.
9167 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
9168 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
9169 Add informative docstrings.
9170 (pgg-decrypt): Convey provided passphrase in subordinate call to
9171 pgg-decrypt-region.
9172
9173 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
9174
9175 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9176 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9177 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9178 `passphrase' argument, so the passphrase can be managed externally
9179 and then passed in to the system.
9180
9181 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9182 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
9183 so the passphrase cache can be used reliably with identifiers
9184 besides a pgp packet's key id.
9185
9186 * pgg-gpg.el (pgg-pgp-encrypt-region)
9187 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9188 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9189 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9190 argument to all these routines, so the passphrase can be managed
9191 externally and passed in to the system.
9192
9193 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9194 `notruncate' argument, so the passphrase cache can be used
9195 reliably with identifiers besides a pgp packet's key id.
9196
9197 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
9198
9199 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9200 symmetric encryption.
9201 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9202 encrypted session key.
9203 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9204 message ask for the passphrase in a proper way.
9205
9206 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9207 New user commands for symmetric encryption.
9208
9209 2005-10-28 Bill Wohler <wohler@newt.com>
9210
9211 * help-mode.el (help-url): New button type. Calls browse-url.
9212 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
9213 Similar to Info nodes: URL `url'.
9214 (help-make-xrefs): Create help-url buttons for
9215 help-xref-url-regexp matches.
9216
9217 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
9218
9219 * tool-bar.el (tool-bar-add-item-from-menu)
9220 (tool-bar-local-item-from-menu): Fix doc strings.
9221
9222 2005-10-28 Romain Francoise <romain@orebokech.com>
9223
9224 * ldefs-boot.el: Update.
9225
9226 * subr.el (locate-library): Move from help-fns.el.
9227 * help-fns.el (locate-library): Move to subr.el.
9228
9229 2005-10-28 Richard M. Stallman <rms@gnu.org>
9230
9231 * net/tramp.el (tramp-completion-mode): defvar moved up.
9232
9233 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
9234
9235 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
9236
9237 * files.el (find-file-noselect): Use %d to format large file size.
9238
9239 * bindings.el (mode-line-format): Add %e.
9240
9241 * loadup.el ("facemenu"): Load unconditionally.
9242 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
9243 ("x-dnd"): Load, when appropriate.
9244
9245 * startup.el (command-line): Call before-init-hook earlier.
9246 Warn about some bad characters in -u user name.
9247
9248 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
9249 (flyspell-external-point-words): Error if misspelled word is not found.
9250 Set flyspell-large-region-beg at end of word.
9251
9252 2005-10-28 Andreas Schwab <schwab@suse.de>
9253
9254 * view.el (View-revert-buffer-scroll-page-forward):
9255 Use view-page-size-default.
9256
9257 2005-10-28 Juri Linkov <juri@jurta.org>
9258
9259 * international/quail.el (quail-get-current-str): Translate last
9260 raw character for deterministic input methods.
9261
9262 2005-10-27 Jay Belanger <belanger@truman.edu>
9263
9264 * calc/calc-ext.el: Add functions to autoloads.
9265 (math-identity-matrix-p, math-ident-row-p): New functions.
9266
9267 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
9268 multiplication by an identity matrix; don't turn multiplication by
9269 an inverse matrix into division.
9270 (math-div-symbol-fancy): Replace division by matrices with
9271 multiplication by inverse.
9272
9273 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
9274
9275 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
9276 (calc-writeoutpower): New functions.
9277
9278 2005-10-27 Romain Francoise <romain@orebokech.com>
9279
9280 * replace.el (occur-engine): Include colon in mouse-face highlight.
9281
9282 * dired-x.el: Change Maintainer field.
9283
9284 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
9285
9286 * longlines.el (longlines-mode): Bind after-change-functions to
9287 nil during initial decoding and final encoding.
9288
9289 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9290
9291 * term.el (term-emulate-terminal, term-handle-colors-array)
9292 (term-handle-ansi-escape): Specify the terminfo capabilities
9293 implemented.
9294
9295 2005-10-26 Richard M. Stallman <rms@gnu.org>
9296
9297 * info.el (Info-fontify-node): Fix detection of sentence-break
9298 before *Note.
9299
9300 2005-10-26 Romain Francoise <romain@orebokech.com>
9301
9302 * smerge-mode.el: Add `tools' to file keywords.
9303
9304 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
9305
9306 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
9307 when the fringe is not available.
9308
9309 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
9310 (def-gdb-auto-update-trigger): Simplify construction.
9311 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
9312 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
9313 defined explicitly.
9314 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
9315 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
9316 defined explicitly.
9317 (gdb-info-locals-custom): Remove as it's a no-op.
9318
9319 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
9320
9321 * longlines.el (longlines-mode): Remove narrowing before
9322 performing the initial decoding or final encoding.
9323
9324 2005-10-25 Romain Francoise <romain@orebokech.com>
9325
9326 * emacs-lisp/find-func.el (find-library-name): Also strip
9327 extension if library name ends in .el, to take advantage of
9328 `find-library-suffixes'.
9329
9330 2005-10-25 Richard M. Stallman <rms@gnu.org>
9331
9332 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
9333
9334 2005-10-25 Juri Linkov <juri@jurta.org>
9335
9336 * textmodes/texinfo.el (texinfo-mode): Change charset of one
9337 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
9338
9339 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9340
9341 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
9342 (blackbox-redefine-key): Add argument `map'.
9343
9344 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
9345 regions when moving the jit-lock-context-unfontify-pos boundary.
9346
9347 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9348
9349 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
9350
9351 2005-10-25 Masatake YAMATO <jet@gyve.org>
9352
9353 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
9354
9355 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9356
9357 * play/blackbox.el (blackbox-redefine-key): New function.
9358 (blackbox-mode-map): Use it to remap existing bindings for cursor
9359 motion instead of binding literal keys.
9360
9361 2005-10-25 Glenn Morris <rgm@gnu.org>
9362
9363 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
9364 diary does not end in a newline. Do not assume a blank line at
9365 the start of the diary file.
9366
9367 2005-10-25 Kenichi Handa <handa@m17n.org>
9368
9369 * international/quail.el (quail-translate-key): If the input
9370 method is deterministic and failed to handle the last key, restart
9371 the key handling loop from an appropriate key.
9372
9373 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
9374
9375 * vc.el (vc-dired-mode): Extend comment for binding of
9376 `directory-listing-before-filename-regexp'.
9377
9378 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9379
9380 * textmodes/texinfo.el (texinfo-mode):
9381 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
9382 not to unnecessarily expose emacs-mule's internal char codes.
9383
9384 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
9385
9386 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
9387 Display hand pointer and help-echo on disabled icon too.
9388 (gdb-mouse-until): New function.
9389 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
9390
9391 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
9392
9393 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
9394 with 2005-10-23 change to doctor.el.
9395
9396 * finder.el (finder-mode-map): Add follow-link binding.
9397
9398 2005-10-25 Kim F. Storm <storm@cua.dk>
9399
9400 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
9401 to gdb-mouse-toggle-breakpoint-fringe.
9402 (gdb-mouse-toggle-breakpoint-margin): Rename from
9403 gdb-mouse-toggle-breakpoint. Fix doc.
9404 (gdb-mouse-toggle-breakpoint-fringe): New defun.
9405 (gdb-put-string): Add optional SPROPS arg. Add props to string.
9406 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
9407 string properties also for fringe breakpoint bitmaps.
9408
9409 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
9410
9411 * textmodes/org.el (org-start-icalendar-file): Fix format form.
9412
9413 2005-10-25 Masatake YAMATO <jet@gyve.org>
9414
9415 * simple.el (completion-common-substring):
9416 Use `completion-common-substring' prior to `completion-base-size'.
9417
9418 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
9419
9420 * savehist.el: Require CL while compiling.
9421 (savehist-history-variables): Remove.
9422 (savehist-save-minibuffer-history, savehist-additional-variables)
9423 (savehist-minibuffer-history-variables): New vars.
9424 (savehist-save): Use them.
9425 (savehist-uninstall, savehist-minibuffer-hook): New funs.
9426 (savehist-install): New fun, extracted from savehist-load.
9427 (savehist-load): Use them.
9428
9429 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9430
9431 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
9432 a dummy doc-string-elt property.
9433 (defalias, defvaralias, define-category): Add a docstring property.
9434
9435 * image.el (defimage):
9436 * widget.el (define-widget):
9437 * custom.el (defface, defcustom): Add `doc-string' declaration.
9438
9439 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
9440 (defadvice): Add `doc-string' declaration.
9441
9442 * emacs-lisp/byte-run.el (macro-declaration-function):
9443 Handle `doc-string' declarations.
9444 (define-obsolete-function-alias, define-obsolete-variable-alias):
9445 Add `doc-string' declaration.
9446
9447 2005-10-24 Kenichi Handa <handa@m17n.org>
9448
9449 * international/utf-7.el (utf-7): Add autoload cookie.
9450
9451 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9452
9453 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9454
9455 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9456 list of directories passed to batch-update-autoloads. Add "." to
9457 the list of the echoed directories.
9458
9459 * pgg-def.el:
9460 * pgg-gpg.el:
9461 * pgg-parse.el:
9462 * pgg-pgp.el:
9463 * pgg-pgp5.el:
9464 * pgg.el: Moved here from the gnus subdirectory.
9465
9466 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
9467
9468 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9469 in case comint-prompt-read-only is set to t.
9470
9471 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9472 in case comint-prompt-read-only is set to t.
9473
9474 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
9475
9476 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9477 Now a string.
9478 (icalendar-import-format): Handle CLASS, STATUS, URL.
9479 Rename `subject' to `summary'.
9480 (icalendar-import-format-summary): Rename from
9481 `icalendar-import-format-subject'.
9482 (icalendar-import-format-url, icalendar-import-format-status)
9483 (icalendar-import-format-class): New variables.
9484 (icalendar--rris): Take variable argument list.
9485 (icalendar--datestring-to-isodate): Remove unnecessary
9486 calendar-style check when converting dates with explicit month names.
9487 (icalendar-export-region): Change return type of conversion
9488 subroutines. Bury current buffer unless error occurred.
9489 (icalendar--convert-to-ical)
9490 (icalendar--parse-summary-and-rest): New functions.
9491 (icalendar--convert-ordinary-to-ical)
9492 (icalendar--convert-weekly-to-ical)
9493 (icalendar--convert-yearly-to-ical)
9494 (icalendar--convert-block-to-ical)
9495 (icalendar--convert-cyclic-to-ical)
9496 (icalendar--convert-anniversary-to-ical): Change return type.
9497 Strip trailing blanks from subject.
9498 (icalendar--convert-sexp-to-ical): Change return type.
9499 Strip trailing blanks from subject. Handle simple sexp
9500 entries as generated by icalendar.el.
9501 (icalendar--convert-float-to-ical)
9502 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9503 (icalendar-import-file): Doc fix.
9504 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9505 Correct call to icalendar--rris.
9506 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9507 `summary'.
9508 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9509
9510 2005-10-24 Romain Francoise <romain@orebokech.com>
9511
9512 * server.el (server-sentinel): Set query-on-exit flag to nil on
9513 new client processes (it isn't inherited from the server process).
9514
9515 * replace.el (occur-engine): Rearrange text properties.
9516
9517 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9518
9519 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9520 case-fold-search is nil.
9521 (debug-help-follow): Use help-xref-interned directly.
9522
9523 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9524
9525 * thumbs.el (thumbs-image-type): Add .pbm.
9526
9527 2005-10-23 Richard M. Stallman <rms@gnu.org>
9528
9529 * faces.el (inhibit-face-set-after-frame-default): New variable.
9530 (set-face-attribute): Bind it.
9531 (face-set-after-frame-default): Test it.
9532
9533 * help-fns.el (describe-simplify-lib-file-name): New function.
9534 (describe-function-1, describe-variable): Use it.
9535
9536 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9537
9538 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9539 Eliminate nil as possible value.
9540 (tooltip-hide-delay): Reduce internal-border-width.
9541
9542 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9543 (menu-bar-file-menu) <new-file>: Likewise.
9544
9545 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9546
9547 * international/mule.el (load-with-code-conversion):
9548 Pass full file name to `eval-buffer' unless preloading.
9549
9550 * textmodes/flyspell.el (flyspell-large-region):
9551 Call ispell-check-version.
9552
9553 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9554 Fix the make-variable-buffer-local call that was supposed
9555 to be for this variable.
9556 (ispell-aspell-supports-utf8): Doc fix.
9557 (ispell-find-aspell-dictionaries): Preserve elements of
9558 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9559 (ispell-aspell-find-dictionary): Return nil on error.
9560
9561 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9562 (doctor-symptoms): Likewise.
9563
9564 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9565
9566 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9567
9568 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9569 (custom-raised-buttons): Add :set spec.
9570 (custom-button-unraised, custom-button-pressed-unraised):
9571 New faces, so that custom-raised-buttons actually does something.
9572 (custom-mode): Use custom-button and custom-button-pressed.
9573
9574 * wid-edit.el (widget-specify-button): Don't ignore
9575 widget-mouse-face on graphic terminals.
9576 (widget-move-and-invoke): Cleanup.
9577
9578 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9579
9580 * whitespace.el (whitespace-cleanup): Doc fix.
9581
9582 2005-10-23 Romain Francoise <romain@orebokech.com>
9583
9584 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9585 `eval-after-load' to avoid evaluating their result.
9586
9587 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9588
9589 * files.el (directory-listing-before-filename-regexp):
9590 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9591
9592 * dired.el (dired-move-to-filename-regexp): Remove.
9593 All occurences replaced by `directory-listing-before-filename-regexp'.
9594
9595 * dired-x.el, locate.el, vc.el:
9596 Replace `dired-move-to-filename-regexp' by
9597 `directory-listing-before-filename-regexp'. In vc.el it is
9598 overwritten locally; maybe this can be handled in files.el too.
9599
9600 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9601 replaced by `directory-listing-before-filename-regexp'.
9602
9603 2005-10-23 Andreas Schwab <schwab@suse.de>
9604
9605 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9606 and eval-next-after-load.
9607
9608 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9609
9610 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9611 exist, create it.
9612
9613 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9614
9615 * allout.el: Remove autoloads for mailcrypt and crypt++.
9616 Require pgg, pgg-gpg during compilation.
9617 (allout-version): Increment version number to 2.1, and use a literal
9618 rather than RCS Id.
9619 (allout-default-encryption-scheme): Remove.
9620 (allout-passphrase-verifier-handling)
9621 (allout-passphrase-verifier-string)
9622 (allout-file-passphrase-verifier-string)
9623 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9624 (allout-passphrase-hint-handling): Rename and simplify.
9625 (allout-init): Use `find-file-hook' if available, otherwise
9626 `find-file-hooks'.
9627 (allout-mode): Use `write-file-functions' if available, otherwise
9628 `local-write-file-hooks' and, instead of making auto-save-hook
9629 buffer local, make the write-file-hook activity contingent to
9630 allout-mode.
9631 (allout-mode): Use key-binding substitution in the docstring.
9632 (allout-kill-line): Spell-out kill ring data structure mutation
9633 instead of using byte-compiler-complaint-provoking `pop'.
9634 (allout-insert-listified): Use `insert' rather than `insert-string'
9635 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9636 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9637 (allout-encrypt-string): Totally revamped vis new underlying
9638 encryption facilities.
9639 (allout-mc-activate-passwd): Remove.
9640 (allout-obtain-passphrase): New, more or less replaces
9641 allout-mc-activate-passwd.
9642 (allout-encrypted-key-info): More or less replaces
9643 allout-encrypted-text-type.
9644 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9645 (my-mark-marker): Use `(featurep 'xemacs)'.
9646
9647 2005-10-23 Lars Hansen <larsh@soem.dk>
9648
9649 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9650 (byte-compile-file-form-defmumble, byte-compile-defun)
9651 (byte-compile-defmacro): Use it.
9652 (byte-compile-form): Don't call byte-compile-set-symbol-position
9653 when a byte-compile handler is called.
9654
9655 2005-10-22 Romain Francoise <romain@orebokech.com>
9656
9657 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9658
9659 * subr.el (eval-after-load): Convert library name to an absolute
9660 file name using locate-library, since load-history no longer has
9661 library names in it.
9662
9663 2005-10-22 Richard M. Stallman <rms@gnu.org>
9664
9665 * files.el (make-temp-file): Move from subr.el.
9666 * subr.el (make-temp-file): Move to files.el.
9667
9668 * window.el (get-buffer-window-list): Move from subr.el.
9669 * subr.el (get-buffer-window-list): Move to window.el.
9670
9671 * image.el (image-load-path): Use eval-at-startup to initialize.
9672
9673 * subr.el (eval-at-startup): New macro.
9674
9675 * subr.el: Much rearrangement of functions and division
9676 into pages. No code changes.
9677
9678 2005-10-22 Kenichi Handa <handa@m17n.org>
9679
9680 * tar-mode.el (tar-extract): Be sure to call
9681 find-operation-coding-system if set-auto-coding doesn't find a
9682 coding system.
9683
9684 2005-10-22 Kim F. Storm <storm@cua.dk>
9685
9686 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9687 Change users.
9688 (image-type-file-name-regexps): New defconst.
9689 (image-type-from-data): Simplify loop.
9690 (image-type-from-buffer): New defun.
9691 (image-type-from-file-header): Use it instead of image-type-from-data.
9692 Use image-search-load-path instead of only looking in data-directory.
9693 (image-type-from-file-name): New defun.
9694 (image-search-load-path): Change `pathname' to `filename'.
9695 Make PATH arg optional, default to image-load-path.
9696
9697 2005-10-21 Richard M. Stallman <rms@gnu.org>
9698
9699 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9700
9701 * textmodes/paragraphs.el (sentence-end-base): New variable.
9702 (sentence-end): Use sentence-end-base.
9703
9704 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9705
9706 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9707 property independently from the font-lock-multiline variable.
9708
9709 2005-10-21 Richard M. Stallman <rms@gnu.org>
9710
9711 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9712
9713 * startup.el (command-line): Convert library names
9714 in `load-history' to absolute file names.
9715
9716 * subr.el (symbol-file): Doc fix.
9717
9718 * loadhist.el (file-loadhist-lookup): Call locate-library
9719 instead of find-library-name. Don't try converting
9720 abs file names to library names, since load-history no longer
9721 has library names in it.
9722 (file-dependents, file-provides, file-requires): Doc fixes.
9723
9724 2005-10-21 Juri Linkov <juri@jurta.org>
9725
9726 * progmodes/etags.el (tags-table-mode): New function.
9727 (tags-verify-table): Replace initialize-new-tags-table with
9728 tags-table-mode.
9729
9730 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9731 default value.
9732 (desktop-modes-not-to-save): Add tags-table-mode to the
9733 default value.
9734
9735 * info.el (Info-index-next): Add total number of index
9736 alternatives to the message.
9737
9738 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9739 backward only space (instead of space and period) before looking
9740 at sentence end.
9741
9742 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9743 Add the old variable value as 4th default-value arg of read-string.
9744
9745 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9746
9747 * cus-face.el (custom-declare-face): Make face from X resources
9748 also on Mac.
9749
9750 * disp-table.el (standard-display-g1, standard-display-graphic):
9751 Refuse to use string glyphs also on Mac.
9752 (standard-display-european): Don't set terminal coding system also
9753 on Mac.
9754
9755 * frame.el (display-screens): Use x-display-screens also on Mac.
9756
9757 2005-10-21 Romain Francoise <romain@orebokech.com>
9758
9759 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9760
9761 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9762
9763 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9764 and $? into sexps.
9765
9766 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9767 warning face on open-paren-in-column-0.
9768
9769 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9770 boundary case. Fix typo.
9771 Suggested by Martin Rudalics <rudalics@gmx.at>.
9772
9773 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9774
9775 * textmodes/org.el (org-combined-agenda-icalendar-file)
9776 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9777 (org-export-icalendar-this-file)
9778 (org-export-icalendar-all-agenda-files)
9779 (org-export-icalendar-combine-agenda-files): New commands.
9780 (org-export-icalendar, org-print-icalendar-entries)
9781 (org-start-icalendar-file, org-finish-icalendar-file)
9782 (org-ical-ts-to-string): New functions.
9783 (org-read-date, org-goto-calendar)
9784 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9785 call to `calendar'.
9786 (orgtbl-setup): Remove the :keys arguments from the menu description.
9787 (org-after-save-iCalendar-file-hook): New variable.
9788
9789 2005-10-21 Kenichi Handa <handa@m17n.org>
9790
9791 * language/vietnamese.el (tcvn-5712): Make it an alias of
9792 vietnamese-tcvn coding-system.
9793
9794 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9795
9796 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9797 group id is given.
9798
9799 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9800
9801 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9802 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9803 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9804 whose line is either continued or ends with a comment.
9805
9806 2005-10-20 Romain Francoise <romain@orebokech.com>
9807
9808 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9809
9810 * replace.el (occur-engine): Add follow-link property.
9811
9812 * font-core.el (font-lock-mode): Doc fix.
9813
9814 2005-10-20 Richard M. Stallman <rms@gnu.org>
9815
9816 * net/rcirc.el: New file.
9817
9818 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9819
9820 * term.el (term-term-name): Initialize to "eterm-color".
9821
9822 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9823
9824 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9825 for encryption functionality.
9826 Move allout customization subgroup from `editing' to `outlines' group.
9827 Fix commentary keywords to legitimate ones.
9828 Update author info (using my current email address, obscurified).
9829 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9830 (allout-encrypted-topic-p, allout-encrypted-text-type)
9831 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9832 (allout-situate-encryption-key-verifier)
9833 (allout-get-encryption-key-verifier, allout-verify-key)
9834 (allout-next-topic-pending-encryption)
9835 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9836 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9837 (outline-key-verifier-handling, outline-key-hint-handling)
9838 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9839 (allout-file-key-verifier-string, allout-encryption-scheme)
9840 (allout-key-verifier-string, allout-key-hint-string)
9841 (allout-after-save-decrypt): New variables.
9842 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9843 (allout-after-saves-handler): New hook functions.
9844 (allout-post-command-business): Do allout-after-save-decrypt.
9845 (allout-enable-file-variable-adjustment): Custom var to enable
9846 mechanism for adding and adjusting settings of Emacs file variables.
9847 (allout-adjust-file-variable, allout-file-vars-section-data):
9848 New functions, implement the mechanism.
9849 (outlineify-sticky): Use the file vars mechanism.
9850 (allout-inhibit-protection, allout-during-write-cue)
9851 (allout-override-protect, allout-before-change-protect): Remove.
9852 (allout-flag-region, allout-open-topic): Adjust read-only text.
9853 (allout-open-line-not-read-only): Add to facilitate read-only
9854 text based protection.
9855 (allout-kill-line): Revise to adjust read-only text, clue the
9856 user about the inhibition.
9857 (allout-unprotected): Use unwind-protect.
9858 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9859 topic deeper than the offspring depth of the previous topic -
9860 avoiding confusing "containment discontinuities".
9861 (allout-reindent-bodies): Fix retention of body relative hanging
9862 indent during promotion of collapsed bodies.
9863 (allout-open-topic): Make it easy to open new topic with same
9864 bullet as current topic - topic creation functions provided with
9865 any universal argument provokes now prompt for bullet, defaulting
9866 to the bullet of the previous topic.
9867 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9868 Plain bullet alternates `.' period and `,' comma only. All other
9869 bullets are relegated to special status (but customizable).
9870 (allout-end-of-entry): Rename from allout-end-of-current-entry
9871 since it actually operates w.r.t. most immediately containing
9872 entry, visible or not.
9873 (allout-hide-current-entry, allout-show-current-entry): Use the
9874 revised version.
9875 (allout-old-expose-topic): Solidify deprecation.
9876 (allout-end-of-subtree): Add so we can span concealed as well
9877 as visible topics.
9878 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9879 (allout-end-of-current-heading): Tweak to just respect the first line.
9880 (allout-get-body-text): Add.
9881 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9882 when invoked interactively.
9883 (allout-up-current-level): Use `interactive-p'.
9884 (allout-mode, allout-init): Miscellaneous docstring and
9885 operational refinements, as well as hookups of new encryption stuff.
9886 (allout-beginning-of-current-entry): Now works as advertised.
9887 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9888 (allout-isearch-rectification): Refine condition for isearching.
9889 (allout-isearch-abort, allout-enwrap-isearch)
9890 (allout-flag-region, my-region-active-p): Relocate some macros.
9891 (allout-title): Fallback title is (buffer-name), not
9892 non-existing (current-buffer-name).
9893 (subst-char-in-string): Define if absent (for some XEmacs versions).
9894
9895 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9896
9897 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9898 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9899 (mail-citation-prefix-regexp, mail-signature-file)
9900 (mail-default-headers, mail-bury-selects-summary)
9901 (mail-send-nonascii): Add autoload cookies.
9902
9903 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9904
9905 * frame.el (blink-cursor-mode): Add `mac' to the list of
9906 window-system's that support blinking cursor.
9907
9908 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9909
9910 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9911
9912 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9913
9914 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9915 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9916 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9917
9918 2005-10-20 Kim F. Storm <storm@cua.dk>
9919
9920 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9921 (ido-set-current-directory): Don't add / after final @.
9922 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9923 Explicitly handle ange-ftp completion oddities.
9924 (ido-make-file-list): Don't rotate list at tramp root to avoid
9925 triggering tramp file handler for expand-file-name via get-file-buffer.
9926
9927 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9928
9929 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9930
9931 2005-10-19 Jay Belanger <belanger@truman.edu>
9932
9933 * calc/calc-units.el (math-standard-units): Add units, adjust
9934 symbols and update values.
9935 (math-unit-prefixes): Add more prefixes.
9936
9937 2005-10-19 Romain Francoise <romain@orebokech.com>
9938
9939 * bookmark.el (bookmark-menu-heading): New face.
9940 (bookmark-bmenu-list): Use it.
9941 Don't fiddle with `baud-rate' at top-level.
9942
9943 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9944
9945 * image.el (create-image, find-image): Mention max-image-size in
9946 docstring.
9947
9948 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9949
9950 * savehist.el (savehist-load): Revert to checking XEmacs.
9951
9952 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9953 Various docstring and line-width fixups.
9954 (conf-mode): Use cond.
9955 Set font-lock-defaults. Don't set comment-use-syntax.
9956
9957 2005-10-18 David Ponce <david@dponce.com>
9958
9959 * tree-widget.el (tree-widget-button-click): New function.
9960 (tree-widget-button-keymap): Use it.
9961
9962 2005-10-18 Romain Francoise <romain@orebokech.com>
9963
9964 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9965 (bookmark-bmenu-hide-filenames): Add follow-link property.
9966 Improve help-echo text.
9967
9968 * ffap.el (find-file-at-point): Doc fix.
9969
9970 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9971
9972 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9973
9974 2005-10-18 Masatake YAMATO <jet@gyve.org>
9975
9976 Install to the CVS repository what I forgot to install in my
9977 2005-10-16 changes.
9978
9979 * progmodes/python.el (python-complete-symbol): Pass the common
9980 prefix substring of completion to `display-completion-list'.
9981
9982 * textmodes/org.el (org-complete): Ditto.
9983
9984 2005-10-18 Masatake YAMATO <jet@gyve.org>
9985
9986 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9987
9988 * woman.el (WoMan-xref-man-page): New button type derived
9989 from `Man-abstract-xref-man-page'.
9990 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9991
9992 * man.el (Man-abstract-xref-man-page): New button type.
9993 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9994 (Man-highlight-references): Add new optional argument `xref-man-type'.
9995
9996 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9997
9998 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9999
10000 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
10001
10002 * cus-edit.el (Custom-move-and-invoke): Delete.
10003 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
10004
10005 * wid-edit.el (widget-move-and-invoke): New function, from
10006 Custom-move-and-invoke.
10007
10008 2005-10-17 Bill Wohler <wohler@newt.com>
10009
10010 Move all remaining images from lisp/toolbar to etc/images, move
10011 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
10012 the low resolution images in their own directory (low-color).
10013
10014 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
10015 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
10016 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
10017 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
10018 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
10019 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
10020 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
10021
10022 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
10023 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
10024 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
10025 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
10026 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
10027 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
10028 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
10029 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
10030 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
10031 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
10032 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
10033 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
10034 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
10035 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
10036 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
10037
10038 To conform with convention, replace the underscore (_) in the
10039 following image names with dash (-) or (/) as appropriate.
10040
10041 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
10042 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
10043 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
10044 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
10045 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
10046 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
10047 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
10048 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
10049 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
10050 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
10051 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
10052 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
10053 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
10054 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
10055 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
10056
10057 * info.el (info-tool-bar-map): Replace underscores in image names
10058 with dashes.
10059
10060 * makefile.w32-in (WINS): Remove toolbar.
10061
10062 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
10063
10064 * tool-bar.el: Move to lisp from toolbar. Now that
10065 toolbar is empty, it should be deleted when folks run "cvs up -P".
10066
10067 2005-10-18 Jay Belanger <belanger@truman.edu>
10068
10069 * calc/calc-store.el (calc-store-into): Get the proper variable name
10070 to display in message.
10071
10072 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
10073
10074 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
10075 expressions display in speedbar for all buffers when debugging.
10076 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
10077
10078 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
10079 (speedbar-insert-button, speedbar-make-button):
10080 Use add-text-properties.
10081 (speedbar-update-localized-contents)
10082 (speedbar-update-directory-contents)
10083 (speedbar-update-special-contents): Use dolist.
10084 (speedbar-buffer-easymenu-definition): Add a menu separator.
10085
10086 2005-10-17 Jason Rumney <jasonr@gnu.org>
10087
10088 * makefile.w32-in: Use $(lisp) consistently.
10089 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
10090 for shell specific generation of mh-autoloads.
10091
10092 2005-10-17 Richard M. Stallman <rms@gnu.org>
10093
10094 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
10095
10096 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10097
10098 * jit-lock.el (jit-lock-fontify-now):
10099 Move jit-lock-context-unfontify-pos to avoid wasted work.
10100
10101 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
10102
10103 * net/tramp.el (tramp-completion-mode): New defvar. Used in
10104 `tramp-completion-mode' for checking if we are in completion mode.
10105 (tramp-completion-handle-file-name-all-completions): Reorder code
10106 in order to complete for file names only in case there are no
10107 method/user/host completions. This is necessary for cooperation
10108 with ido. Reported by Kim F. Storm <storm@cua.dk>.
10109
10110 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
10111
10112 * longlines.el (longlines-search-forward)
10113 (longlines-search-backward): Match any number of spaces.
10114
10115 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
10116
10117 * diff-mode.el (diff-mode): Doc fix.
10118
10119 2005-10-16 David Reitter <david.reitter@gmail.com>
10120
10121 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
10122 as default on darwin and windows systems.
10123
10124 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
10125
10126 * arc-mode.el (archive-zip-extract): Doc fix.
10127
10128 2005-10-16 Romain Francoise <romain@orebokech.com>
10129
10130 * mouse.el (mouse-1-click-follows-link): Doc fix.
10131
10132 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10133
10134 * savehist.el: Don't require CL at runtime.
10135 (savehist-xemacs): Remove.
10136 (savehist-coding-system): Use utf-8 if present, regardless of religion.
10137 (savehist-no-conversion): Use (featurep 'xemacs).
10138 (savehist-load): Check existence of start-itimer rather than XEmacs.
10139 Use an idle timer.
10140 (savehist-process-for-saving): Replace use of CL funs `subseq' and
10141 `delete-if-not'.
10142
10143 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
10144
10145 * savehist.el: Newer version.
10146 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
10147 (savehist-last-checksum, savehist-no-conversion): New vars.
10148 (savehist-autosave, savehist-process-for-saving, savehist-printable):
10149 New functions.
10150 (savehist-load, savehist-save): Use them.
10151 (savehist-delimit): Remove.
10152
10153 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10154
10155 * progmodes/compile.el (compilation-goto-locus): Display the
10156 compilation buffer first and the source buffer second, in case they're
10157 in overlapping frames. Don't raise the compilation frame if it was the
10158 selected window upon entry. Pass the `other-window' arg to
10159 pop-to-buffer.
10160
10161 * info.el (Info-fontify-node): Use dolist.
10162 Change add-text-properties to put-text-property.
10163
10164 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10165
10166 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
10167 bound of search.
10168
10169 2005-10-16 Masatake YAMATO <jet@gyve.org>
10170
10171 * dabbrev.el (dabbrev-completion): Pass the common
10172 prefix substring of completion to `display-completion-list'.
10173
10174 * filecache.el (file-cache-minibuffer-complete)
10175 (file-cache-complete): Ditto.
10176
10177 * tempo.el (tempo-display-completions): Ditto.
10178
10179 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
10180
10181 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
10182
10183 * eshell/em-hist.el (eshell-list-history): Ditto.
10184
10185 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
10186
10187 * mail/mailalias.el (mail-complete): Ditto.
10188
10189 * progmodes/etags.el (complete-tag): Ditto.
10190
10191 * progmodes/make-mode.el (makefile-complete): Ditto.
10192
10193 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
10194
10195 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
10196
10197 * progmodes/pascal.el (pascal-complete-word)
10198 (pascal-show-completions): Ditto.
10199
10200 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
10201
10202 * simple.el (completion-common-substring): New variable.
10203 (completion-setup-function): Use `completion-common-substring'
10204 to put faces.
10205
10206 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10207
10208 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
10209 (x-get-selection, mac-select-convert-to-string): Convert from/to
10210 UTF-16 clipboard data as in native byte order, no BOM.
10211
10212 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
10213
10214 * progmodes/gud.el (gud-tool-bar-map): Rename the images
10215 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
10216 (gud-sentinel): Use speedbar-frame to check for speedbar.
10217
10218 2005-10-15 Richard M. Stallman <rms@gnu.org>
10219
10220 * savehist.el: New file.
10221
10222 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
10223
10224 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
10225 Fix bug in \bf fontification.
10226
10227 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
10228
10229 * pcvs.el (cvs-edit-log-files): New var.
10230 (cvs-mode-edit-log): New arg `file'.
10231 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
10232 Instead force the use of the original file and nothing else.
10233 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
10234 the cvs-minor-wrap-function is set.
10235 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
10236
10237 2005-10-14 Bill Wohler <wohler@newt.com>
10238
10239 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
10240 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
10241 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
10242 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
10243 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
10244 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
10245 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
10246 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
10247 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
10248 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
10249 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
10250 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
10251 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
10252 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
10253 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
10254
10255 * progmodes/gud.el (gud-tool-bar-map): Rename the images
10256 appropriately (for example, gud-break to gud/break).
10257
10258 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
10259
10260 * longlines.el (longlinges-search-function)
10261 (longlines-search-forward, longlines-search-backward): New functions.
10262 (longlines-mode): Set isearch-search-fun-function to
10263 longlinges-search-function.
10264
10265 * mouse.el (mouse-drag-region-1): Handle the case where a
10266 double-click event is bound to an arbitrary function.
10267
10268 2005-10-14 David Ponce <david@dponce.com>
10269
10270 * recentf.el (recentf-track-opened-file)
10271 (recentf-track-closed-file, recentf-update-menu)
10272 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
10273 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
10274 mouse-1-click-follows-link.
10275
10276 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10277
10278 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
10279 Gnome file-manager.png. Suggested by
10280 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
10281
10282 * toolbar/README: Add diropen.xpm.
10283
10284 2005-10-13 Bill Wohler <wohler@newt.com>
10285
10286 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
10287 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
10288
10289 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10290
10291 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10292 Don't waste the byte-compiler's time on constant data.
10293
10294 2005-10-13 Kenichi Handa <handa@m17n.org>
10295
10296 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
10297 byte with `escape-glyph' face.
10298
10299 * international/fontset.el (ccl-encode-unicode-font):
10300 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
10301 Handle the case that ucs-mule-to-mule-unicode translates a character to
10302 ASCII (usually for IPA characters).
10303
10304 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10305
10306 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
10307 Don't hide the underline of titles if font-lock-mode is disabled.
10308
10309 2005-10-12 Bill Wohler <wohler@newt.com>
10310
10311 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
10312 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10313 files in MH-E-SRC have been updated.
10314 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
10315
10316 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10317
10318 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
10319 (mixal-mode-syntax-table): Add \n as end-comment.
10320 (mixal-operation-codes-alist): Immediately initialize to full value.
10321 (mixal-add-operation-code): Remove.
10322 (mixal-describe-operation-code): Make the arg non-optional.
10323 Use the interactive spec instead.
10324 Use mixal-operation-codes-alist rather than mixal-operation-codes.
10325 (mixal-font-lock-keywords): Don't highlight comments here any more.
10326 (mixal-font-lock-syntactic-keywords): New var.
10327 (mixal-mode): Use it. Fix comment-start-skip.
10328
10329 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10330
10331 * startup.el (command-line-x-option-alist): -nb => -nbi
10332
10333 2005-10-12 Kim F. Storm <storm@cua.dk>
10334
10335 * startup.el (fancy-splash-default-action): Discard mouse click in
10336 the splash screen window, as it has no sensible meaning in the
10337 next window to be selected. Fixes error reported by Jan D.
10338
10339 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10340
10341 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
10342
10343 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10344
10345 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
10346 Try to fix up minor layout issues like indentation, line break, etc...
10347 (mixal-mode-syntax-table): Don't try to specify comment syntax,
10348 because it doesn't work.
10349 (mixal-operation-codes): Add some more codes.
10350 (mixal-font-lock-keywords): Process comments here.
10351 (mixal-mode): mixasm no longer needs -g option.
10352
10353 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
10354
10355 * progmodes/sh-script.el (sh-tmp-file):
10356 Use mktemp -t. Finish support for es and rc shells.
10357
10358 2005-10-11 Jay Belanger <belanger@truman.edu>
10359
10360 * calc/calcalg2.el (calc-integral): With an argument, compute the
10361 definite integral.
10362
10363 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
10364
10365 * mouse.el (mouse-drag-region-1): Don't try to catch a
10366 double-click when doing follow-link (it's overridden anyway).
10367
10368 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
10369
10370 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
10371 (autoload-print-form-outbuf): Add docstring.
10372
10373 2005-10-11 Juri Linkov <juri@jurta.org>
10374
10375 * info.el (Info-mode-menu): Delete menu item "Edit".
10376 (Info-mode): Delete description of Info-edit from docstring,
10377 and rearrange descriptions of Info commands in the order
10378 they are documented in the Info manual.
10379
10380 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10381
10382 * calendar/appt.el (appt-check): Use diary-selective-display var.
10383
10384 2005-10-10 Richard M. Stallman <rms@gnu.org>
10385
10386 * net/newsticker.el (newsticker-start, newsticker-show-news):
10387 Add autoload cookies.
10388
10389 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
10390
10391 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
10392
10393 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
10394
10395 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
10396
10397 2005-10-10 Jay Belanger <belanger@truman.edu>
10398
10399 * calc/calc-arith.el (math-check-known-scalarp)
10400 (math-check-known-matrixp): Check the values of arguments that are
10401 variables.
10402 (math-check-known-square-matrixp): New function.
10403 (math-known-square-matrixp): Use math-check-known-square-matrixp.
10404 (math-super-types): Add sqmatrix type.
10405
10406 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
10407 mode name `square' to `sqmatrix'.
10408
10409 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
10410 mode name `square' to `sqmatrix'.
10411
10412 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10413
10414 * progmodes/etags.el (select-tags-table-mode): Don't use
10415 selective-display.
10416 (tags-select-tags-table): Pass `button' to the action function.
10417 (select-tags-table): Place the side-info on button properties rather
10418 than in hidden text. Abbreviate file names.
10419 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
10420 (select-tags-table-select): Add `button' argument.
10421 Get side-info from the button property rather than from hidden text.
10422
10423 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
10424
10425 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
10426 (gud-speedbar-buttons): Preserve point if possible.
10427 (gud-sentinel): Restore previous speedbar display type.
10428
10429 * progmodes/gdb-ui.el (gdba): Improve diagram.
10430 (def-gdb-auto-update-handler, gdb-info-locals-handler)
10431 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
10432 Call get-buffer-window once.
10433
10434 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10435
10436 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
10437 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
10438 (pascal-indent-command): Remove unused var `ind'.
10439 (pascal-indent-case): Remove unused var `oldpos'.
10440 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
10441 since it's now used as a proper minor mode map.
10442 (pascal-outline): Rename to pascal-outline-mode.
10443 (pascal-outline-mode): Use define-minor-mode.
10444 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
10445 selective-display.
10446
10447 2005-10-10 Andreas Schwab <schwab@suse.de>
10448
10449 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10450 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
10451
10452 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10453 outside source directory.
10454
10455 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10456
10457 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10458 C-x' as a prefix.
10459 (orgtbl-mode-map): Full keymap instead of sparse, because all
10460 `self-insert-command' keys are redefined in this map.
10461 (org-export-as-html): Specify charset for HTML file, by taking it
10462 from the coding system.
10463
10464 2005-10-10 Kenichi Handa <handa@m17n.org>
10465
10466 * textmodes/flyspell.el (flyspell-check-word-p):
10467 If unread-command-events is non-empty, don't call sit-for.
10468
10469 2005-10-09 Richard M. Stallman <rms@gnu.org>
10470
10471 * font-lock.el (font-lock-syntactic-keywords)
10472 (font-lock-keywords): Doc fixes.
10473
10474 * textmodes/flyspell.el (flyspell-external-point-words):
10475 Simplify logic, and don't try to check for consecutive appearances
10476 of one incorrect word.
10477
10478 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
10479
10480 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10481 separator.
10482
10483 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10484 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10485 (gud-expansion-speedbar-buttons): New function.
10486 (gud-speedbar-buttons): Check for gud-comint-buffer.
10487
10488 2005-10-09 Bill Wohler <wohler@newt.com>
10489
10490 * Makefile.in (updates): Add mh-loaddefs dependency.
10491
10492 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10493
10494 * speedbar.el (speedbar-file-key-map): Fix typo.
10495
10496 2005-10-09 Daniel Brockman <daniel@brockman.se>
10497
10498 * cus-start.el (line-spacing): Add custom spec.
10499
10500 2005-10-09 Romain Francoise <romain@orebokech.com>
10501
10502 * textmodes/ispell.el (ispell-check-version): Fix last change.
10503
10504 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10505
10506 * term/x-win.el: Remove -i, --icon-type from comment.
10507
10508 * startup.el (command-line-x-option-alist): Remove options -i,
10509 -itype, --icon-type, added -nb, --no-bitmap-icon
10510
10511 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10512
10513 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10514 instead of :active.
10515
10516 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10517
10518 * textmodes/ispell.el (ispell-check-version):
10519 Ignore hyphen, and all that follows, in aspell's version text.
10520
10521 2005-10-08 Jay Belanger <belanger@truman.edu>
10522
10523 * calc/calc-arith.el (math-known-square-matrixp): New function.
10524 (math-pow-fancy): Check for matrices before distributing exponent
10525 across products.
10526
10527 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10528 fullscreen keypad. Suggested by Luc Teirlinck.
10529 (calc-keypad-show-input): Add space for formatting.
10530
10531 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10532 Add square matrix option.
10533
10534 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10535 of checking calc-matrix-mode when deciding how to expand.
10536
10537 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10538
10539 2005-10-08 Lars Hansen <larsh@soem.dk>
10540
10541 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10542 Add error handling.
10543 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10544
10545 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10546
10547 Sync with Tramp 2.0.51.
10548
10549 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10550 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10551 Insert special handling for `last-coding-system-used', again
10552 it still seems to be necessary (unlike stated before).
10553 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10554 (tramp-password-prompt-regexp): There might be other words before
10555 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10556 (tramp-chunksize): Improve docstring.
10557 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10558 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10559 Christian Joergensen <bugs@razor.dk>.
10560
10561 2005-10-07 Glenn Morris <rgm@gnu.org>
10562
10563 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10564 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10565 precision'.
10566
10567 2005-10-07 Romain Francoise <romain@orebokech.com>
10568
10569 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10570 (ibuffer-do-shell-command-pipe-replace)
10571 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10572 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10573 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10574 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10575 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10576 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10577 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10578 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10579 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10580 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10581 Autoload file sans suffix.
10582
10583 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10584
10585 2005-10-07 David Ponce <david@dponce.com>
10586
10587 * recentf.el (recentf-menu-open-all-flag): New option.
10588 (recentf-digit-shortcut-command-name): New function.
10589 (recentf--shortcuts-keymap): New variable.
10590 (recentf-menu-shortcuts): New variable.
10591 (recentf-make-menu-items): Initialize it. Replace the "More..."
10592 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10593 (recentf-menu-value-shortcut): New function.
10594 (recentf-make-menu-item): Use it. No more in-lined.
10595 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10596 (recentf-open-most-recent-file): Rename from
10597 `recentf-open-file-with-key'. Don't depend on key binding.
10598 (recentf-mode-map): New variable.
10599 (recentf-mode): Use it.
10600
10601 2005-10-06 Bill Wohler <wohler@newt.com>
10602
10603 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10604
10605 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10606 (MH-E-SRC): New. Used by mh-autoloads.
10607 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10608 files in MH-E-SRC have been updated.
10609 (compile, recompile, bootstrap): Depend on mh-autoloads.
10610
10611 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10612
10613 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10614 gud-break and gud-remove icons when the fringe is not available.
10615
10616 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10617 Typo.
10618
10619 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10620
10621 * play/zone.el (zone): Wrap body with save-window-excursion.
10622
10623 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10624
10625 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10626 Use the new `list-only' arg to diary-list-entries.
10627
10628 * calendar/diary-lib.el: Use overlays rather than selective-display.
10629 (diary-selective-display): New var.
10630 (diary-header-line-format): Use it.
10631 (diary-list-entries): Add argument `list-only'.
10632 Put the buffer in diary-mode. Don't add \^M at beg and end.
10633 Replace \^M by invisible overlays.
10634 (diary-unhide-everything): Replace \^M by invisible overlays.
10635 (print-diary-entries): Look for overlays rather than \^M.
10636 Add a space to the temp buffer name.
10637 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10638 Put the buffer in diary-mode.
10639 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10640 (diary-anniversary): Make the year arg optional.
10641 (diary-time-regexp): New const.
10642 (diary-font-lock-keywords): Use it to accept a few more time formats.
10643
10644 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10645
10646 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10647
10648 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10649 Fix bug introduced 2005-07-03: Use (car (last ...))
10650 to faithfully reproduce replaced artist-last.
10651 (artist-set-arrow-points-for-poly): Likewise.
10652 Suggested by Johan Bockg\e,Ae\e(Brd.
10653
10654 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10655
10656 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10657 * wid-edit.el (widget):
10658 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10659 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10660
10661 2005-10-06 Kenichi Handa <handa@m17n.org>
10662
10663 * international/mule-cmds.el (set-language-environment):
10664 Fix setting up of case-table for unibyte mode.
10665
10666 * simple.el (what-cursor-position): If the character is displayed
10667 by some `display' text property, show that. Don't use
10668 single-key-description for eight-bit characters in multibyte mode.
10669
10670 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10671
10672 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10673 (gdb-ann3): Set it.
10674 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10675 (gdb-info-frames-custom): Use inverse-video for first five
10676 characters of selected frame only.
10677 (gdb-get-frame-number): Select frame even when point is on frame
10678 number.
10679
10680 2005-10-06 Masatake YAMATO <jet@gyve.org>
10681
10682 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10683 Put `font-lock-function-name-face'.
10684 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10685 and `font-lock-variable-name-face'
10686 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10687 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10688 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10689 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10690 (gdb-local-font-lock-keywords): New font lock keywords definition.
10691 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10692 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10693 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10694
10695 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10696
10697 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10698 (ediff-merge-region-is-non-clash-to-skip): Previously called
10699 ediff-merge-region-is-non-clash.
10700
10701 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10702 Use insert-buffer-substring.
10703
10704 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10705 selecting files to patch. Also bug fixes.
10706
10707 * ediff-util.el (ediff-setup): Bug fix.
10708 (ediff-next-difference): Never skip clashes that differ in white
10709 space only.
10710
10711 * ediff-wind.el (ediff-setup-control-frame)
10712 (ediff-destroy-control-frame): Check the menubar feature.
10713
10714 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10715 (viper-refresh-mode-line): Use make-local-variable to localize
10716 some vars instead of make-variable-buffer-local. Suggested by
10717 Stefan Monnier.
10718
10719 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10720 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10721 Use make-local-variable instead of make-variable-buffer-local.
10722 Suggested by Stefan Monnier.
10723
10724 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10725 (viper-comint-mode-hook): Use make-local-variable on
10726 require-final-newline.
10727 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10728
10729 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10730
10731 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10732 also the second char of a comment-start sequence.
10733 (scheme-sexp-comment-syntax-table): New var.
10734 (lambda, define): Set their scheme-doc-string-elt property.
10735 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10736 Use lisp-font-lock-syntactic-face-function now that it properly
10737 handles |...| symbols.
10738 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10739 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10740
10741 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10742 bit from # to |.
10743 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10744
10745 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10746 (lisp-doc-string-elt-property): New var.
10747 (lisp-font-lock-syntactic-face-function): Use it.
10748 Rewrite to recognize docstrings even for forms not at toplevel.
10749
10750 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10751 annotation on the | part of #| rather than on the # part.
10752 (scheme-font-lock-syntactic-face-function): New function, to
10753 distinguish strings from |...| symbols.
10754 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10755 syntax-table so that #|...|# is properly highlighted.
10756
10757 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10758 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10759
10760 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10761
10762 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10763 and C-e.
10764
10765 * emacs-lisp/eldoc.el: Move comments into docstrings.
10766 (eldoc-message-commands): Initialize in its declaration.
10767 Add move-beginning-of-line and move-end-of-line.
10768 (eldoc-add-command, eldoc-add-command-completions)
10769 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10770
10771 * outline.el (outline-mark-subtree): Activate the mark.
10772
10773 * calendar/appt.el (appt-time-regexp): New var.
10774 (appt-add, appt-make-list): Use it.
10775 (appt-convert-time): Clean up.
10776
10777 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10778 Don't set any syntax-table property here.
10779 (tex-font-lock-verb): New function. Do it here.
10780 (tex-font-lock-syntactic-keywords): Use it.
10781
10782 2005-10-04 Richard M. Stallman <rms@gnu.org>
10783
10784 * wid-edit.el (widget-file-complete): Get the widget start point
10785 the right way. Default directory to `/' if file has none.
10786
10787 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10788
10789 * textmodes/flyspell.el (flyspell-mode-on):
10790 Call ispell-maybe-find-aspell-dictionaries.
10791
10792 * textmodes/ispell.el (ispell-word, ispell-region):
10793 Call ispell-maybe-find-aspell-dictionaries.
10794 (ispell-accept-buffer-local-defs):
10795 Don't call ispell-maybe-find-aspell-dictionaries
10796
10797 2005-10-04 Richard M. Stallman <rms@gnu.org>
10798
10799 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10800
10801 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10802
10803 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10804 instead of `fboundp' in order to allow for anonymous functions.
10805
10806 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10807
10808 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10809 case the user clicks on the link while another window is selected.
10810 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10811
10812 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10813 functionality.
10814 (dframe-help-echo): Save point in case mouse tracking is off.
10815
10816 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10817
10818 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10819
10820 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10821
10822 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10823 not change the global value of those vars.
10824
10825 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10826 make-local-variable which we do not need any more.
10827
10828 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10829
10830 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10831 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10832 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10833 (speedbar-path-line): Define obsolete aliases.
10834 (speedbar-line-directory): Doc fix.
10835
10836 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10837 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10838 instead of speedbar-line-path.
10839
10840 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10841
10842 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10843 to nil if dropping on a window. Handle dropping on a minibuffer window
10844 like dropping on a non-window part of Emacs.
10845
10846 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10847
10848 * net/ange-ftp.el: Use with-current-buffer.
10849 (ange-ftp-insert-directory): Do not follow symlinks any more.
10850
10851 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10852 Remove interactive spec.
10853
10854 2005-10-03 Kim F. Storm <storm@cua.dk>
10855
10856 * ido.el (ido-mode): Use custom-initialize-set.
10857
10858 2005-10-02 Richard M. Stallman <rms@gnu.org>
10859
10860 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10861 Use insert-buffer-substring.
10862
10863 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10864 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10865
10866 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10867
10868 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10869 in last change.
10870 (ange-ftp-insert-directory): Fix up the search for the case where
10871 `file' is absolute.
10872
10873 2005-10-02 Romain Francoise <romain@orebokech.com>
10874
10875 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10876
10877 2005-10-02 Andreas Schwab <schwab@suse.de>
10878
10879 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10880 directory component in the session info.
10881
10882 2005-10-01 Richard M. Stallman <rms@gnu.org>
10883
10884 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10885
10886 * simple.el (next-error-internal): New function.
10887
10888 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10889 (compilation-start): Pass new arg to compilation-buffer-name.
10890 (compile-goto-error): Use next-error-internal.
10891
10892 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10893
10894 * speedbar.el: Remove RCS tag.
10895 (speedbar-check-read-only): Handle non-existent files.
10896
10897 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10898
10899 * info.el (Info-speedbar-hierarchy-buttons)
10900 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10901
10902 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10903
10904 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10905 Do not match newline.
10906 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10907 (bibtex-summary): Remove unnecessary save-excursion.
10908 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10909
10910 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10911
10912 * term/mac-win.el: Add charset info for "iso10646-1".
10913 Modify default fontset to use ATSUI-compatible fonts for some charsets
10914 if available.
10915
10916 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10917
10918 * speedbar.el: Re-apply arch tag.
10919 (speedbar-version): Rename to version 1.0. Suggested by Eric
10920 M. Ludlam.
10921 Reapply two changes from Emacs CVS' version of speedbar lost
10922 during the merge:
10923 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10924 (speedbar-frame-parameters): Improve customize type.
10925
10926 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10927
10928 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10929 (ange-ftp-file-directory-p): Fix the symlink case.
10930 (ange-ftp-insert-directory): When listing a single file, get a list of
10931 the parent buffer and extract the relevant line. Inspired from a patch
10932 by Katsumi Yamaoka <yamaoka@jpl.org>.
10933 (ange-ftp-file-name-sans-versions): Simplify.
10934
10935 2005-09-30 Bill Wohler <wohler@newt.com>
10936
10937 Move MH-E image files from toolbar and mail directories into
10938 etc/images.
10939
10940 * mail/reply2.*: Move to etc/images/mail/reply*.
10941
10942 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10943 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10944 etc/images.
10945
10946 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10947 * toolbar/reply*: Move to etc/images/mail.
10948
10949 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10950
10951 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10952
10953 * speedbar.el: New version 1.0pre3.
10954
10955 Frame management code (including timer, and mouse click specifics)
10956 moved to dframe.el:
10957 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10958 (speedbar-timer): Removed. Use dframe-timer.
10959 (speedbar-close-frame): Removed. Use dframe-close-frame.
10960 (speedbar-activity-change-focus-flag): Removed. Use
10961 dframe-activity-change-focus-flag.
10962 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10963 dframe-update-speed.
10964
10965 (speedbar-current-frame): New macro. Use this instead of the
10966 variable speedbar-frame.
10967
10968 (speedbar-use-images, speedbar-expand-image-button-alist)
10969 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10970
10971 (speedbar-find-image-on-load-path): Removed. Replaced by
10972 defezimage in ezimage.el.
10973 (speedbar-expand-image-button-alist): Removed. Replaced by
10974 ezimage-expand-image-button-alist in ezimage.el.
10975
10976 (speedbar-ignored-directory-regexp)
10977 (speedbar-add-ignored-directory-regexp)
10978 (speedbar-ignored-directory-expressions)
10979 (speedbar-line-directory, speedbar-buffers-line-directory)
10980 (speedbar-directory-line, speedbar-buffers-line-directory):
10981 Renamed, replacing `path' with `directory'.
10982
10983 (speedbar-create-directory, speedbar-expand-line-descendants)
10984 (speedbar-toggle-line-expansion)
10985 (speedbar-contract-line-descendants): New commands.
10986
10987 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10988 (speedbar-use-tool-tips-flag): New options.
10989
10990 (speedbar-check-read-only, speedbar-require-version)
10991 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10992 (speedbar-handle-delete-frame, speedbar-try-completion)
10993 (speedbar-update-localized-contents): New functions.
10994
10995 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10996 (speedbar-object-read-only-indicator): New variables.
10997
10998 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10999 New hooks.
11000
11001 (speedbar-separator-face): New face.
11002
11003 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
11004 (speedbar-ignored-modes): Add fundamental-mode.
11005 (speedbar-directory-unshown-regexp): Add . directories.
11006
11007 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
11008 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
11009 `]' for full expand/close.
11010 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
11011
11012 (speedbar-check-vc): Support hidden files.
11013 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
11014 (speedbar-this-file-in-vc): Use vc-state if available. If VC
11015 state is nil, it is not checked out.
11016
11017 (speedbar-line-text, speedbar-line-token): Support expand buttons
11018 with no text.
11019 (speedbar-refresh): Universal argument acts as power-click.
11020 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
11021 that buffer to get variable values.
11022
11023 And many other bugfixes.
11024
11025 * dframe.el, ezimage.el, sb-image.el: New files.
11026
11027 * sb-*.xpm: Remove files. New image files installed into
11028 etc/images/ezimage.
11029
11030 2005-09-30 Kenichi Handa <handa@m17n.org>
11031
11032 * ps-mule.el (ps-mule-show-warning): If a character is in
11033 ps-print-translation-table, don't treat it as non-printable.
11034
11035 2005-09-30 David Ponce <david@dponce.com>
11036
11037 * tree-widget.el (tree-widget-themes-load-path): New variable.
11038 (tree-widget-themes-directory): Doc fix.
11039 (tree-widget-image-formats) [Emacs]: Doc fix.
11040 (tree-widget--locate-sub-directory): New function.
11041 (tree-widget-themes-directory): Use it.
11042
11043 * recentf.el (recentf-filename-handlers): Rename from
11044 `recentf-filename-handler'. Allow a list of functions.
11045 (recentf-menu-items-for-commands): Fix :help strings.
11046 (recentf-apply-filename-handlers): New function.
11047 (recentf-expand-file-name): Use it.
11048 (recentf-cleanup): Remove duplicates too.
11049
11050 2005-09-29 Juri Linkov <juri@jurta.org>
11051
11052 * faces.el: Rearrange face definitions to be in the same order as
11053 their face descriptions in "(emacs)Standard Faces".
11054
11055 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
11056
11057 * tooltip.el (tooltip): Add group `basic-faces'.
11058
11059 * buff-menu.el (Buffer-menu-buffer): Remove group
11060 `font-lock-highlighting-faces'.
11061
11062 * progmodes/compile.el (compilation-error, compilation-warning)
11063 (compilation-info, compilation-line-number, compilation-column-number):
11064 Change group from `font-lock-highlighting-faces' to `compilation'.
11065
11066 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
11067 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
11068 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
11069 (vhdl-font-lock-reserved-words-face)
11070 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
11071 `font-lock-highlighting-faces'.
11072
11073 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
11074
11075 2005-09-28 Kim F. Storm <storm@cua.dk>
11076
11077 * emulation/cua-base.el: Set CUA move property on additional commands:
11078 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
11079 forward-sexp, backward-sexp, forward-list, backward-list.
11080
11081 2005-09-28 Romain Francoise <romain@orebokech.com>
11082
11083 * comint.el (comint-show-output): Really set point at the
11084 beginning of the output when not using `comint-use-prompt-regexp'.
11085
11086 2005-09-27 Jay Belanger <belanger@truman.edu>
11087
11088 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
11089 in TeX mode.
11090
11091 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
11092
11093 * textmodes/org.el (org-table-sum): Fix format string.
11094
11095 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
11096 Quote face names.
11097
11098 2005-09-26 Romain Francoise <romain@orebokech.com>
11099
11100 * isearch.el (isearch-forward-regexp): Close doc string.
11101
11102 2005-09-25 Richard M. Stallman <rms@gnu.org>
11103
11104 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
11105
11106 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
11107
11108 * progmodes/compile.el (compilation-error-properties):
11109 When getting the file from the previous error message,
11110 correctly decode the new data format.
11111
11112 * progmodes/cc-cmds.el (c-electric-paren):
11113 Call old-blink-paren only for close-paren.
11114
11115 2005-09-24 Andreas Schwab <schwab@suse.de>
11116
11117 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
11118 condition.
11119
11120 2005-09-25 Romain Francoise <romain@orebokech.com>
11121
11122 * dired-aux.el (dired-copy-file-recursive):
11123 * dired.el (dired-delete-file):
11124 * ediff-mult.el (ediff-dir-diff-copy-file):
11125 * ediff-util.el (ediff-test-save-region):
11126 * forms.el (forms-mode):
11127 * ido.el (ido-file-internal, ido-delete-file-at-head):
11128 * log-edit.el (log-edit-done):
11129 * ses.el (ses-yank-resize):
11130 * play/gomoku.el (gomoku-human-plays, gomoku)
11131 (gomoku-human-resigns, gomoku-prompt-for-other-game)
11132 (gomoku-offer-a-draw):
11133 * play/landmark.el (lm-human-resigns, lm):
11134 * net/eudcb-ldap.el (eudc-ldap-check-base):
11135 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
11136 * progmodes/ebrowse.el (ebrowse-find-pattern):
11137 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
11138 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
11139 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
11140
11141 * vc.el (vc-delete-file):
11142 * play/gomoku.el (gomoku-terminate-game, gomoku)
11143 (gomoku-prompt-for-move, gomoku-human-takes-back):
11144 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
11145 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
11146
11147 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
11148
11149 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
11150 color rxvt terminals by using the code xterm.el used to use before
11151 2005-04-09 in order to match the colors used by rxvt.
11152
11153 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11154
11155 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
11156 colors rxvt-unicode terminals by using the same code as xterm.el.
11157
11158 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11159
11160 * textmodes/tex-mode.el (tex-font-lock-append-prop)
11161 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
11162 new symbol used for the tex-verbatim face.
11163
11164 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
11165
11166 * woman.el (woman-file-name):
11167 * wid-edit.el (widget-file-prompt-value)
11168 (widget-coding-system-prompt-value):
11169 * w32-fns.el (set-w32-system-coding-system):
11170 * vc.el (vc-version-diff, vc-annotate):
11171 * textmodes/reftex-auc.el (reftex-arg-cite)
11172 (reftex-arg-index-tag):
11173 * textmodes/refer.el (refer-get-bib-files):
11174 * textmodes/artist.el (artist-figlet-choose-font):
11175 * terminal.el (terminal-emulator):
11176 * replace.el (occur-read-primary-args):
11177 * rect.el (string-rectangle, string-insert-rectangle):
11178 * ps-print.el (ps-print-preprint):
11179 * progmodes/pascal.el (pascal-goto-defun):
11180 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
11181 * progmodes/compile.el (compilation-find-file):
11182 * printing.el (pr-interactive-n-up):
11183 * play/animate.el (animate-birthday-present):
11184 * net/rcompile.el (remote-compile):
11185 * man.el (man, Man-goto-section, Man-follow-manual-reference):
11186 * mail/rmailsum.el (rmail-summary-search-backward)
11187 (rmail-summary-search):
11188 * mail/rmailout.el (rmail-output-read-rmail-file-name)
11189 (rmail-output-read-file-name):
11190 * mail/rmail.el (rmail-search, rmail-search-backwards):
11191 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
11192 * locate.el (locate):
11193 * international/quail.el (quail-show-keyboard-layout):
11194 * international/mule.el (set-buffer-file-coding-system)
11195 (revert-buffer-with-coding-system, set-file-name-coding-system)
11196 (set-terminal-coding-system, set-keyboard-coding-system)
11197 (set-next-selection-coding-system):
11198 * international/mule-diag.el (describe-coding-system)
11199 (describe-font, describe-fontset):
11200 * international/mule-cmds.el (universal-coding-system-argument)
11201 (search-unencodable-char, describe-input-method)
11202 (set-language-environment, describe-language-environment):
11203 * international/codepage.el (codepage-setup):
11204 * international/code-pages.el (codepage-setup):
11205 * info.el (Info-search, Info-follow-reference)
11206 (Info-search-backward):
11207 * emacs-lisp/advice.el (ad-read-advised-function)
11208 (ad-read-advice-class, ad-clear-cache, ad-activate)
11209 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
11210 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
11211 (ad-read-regexp):
11212 * ediff-util.el (ediff-toggle-regexp-match):
11213 * ediff-ptch.el (ediff-prompt-for-patch-file):
11214 * dired-aux.el (dired-diff):
11215 * diff.el (diff):
11216 * cus-edit.el (custom-variable-prompt):
11217 * calendar/timeclock.el (timeclock-ask-for-project):
11218 * calc/calcalg3.el (calc-get-fit-variables):
11219 * calc/calc-store.el (calc-edit-variable)
11220 (calc-permanent-variable):
11221 * vc-mcvs.el (vc-mcvs-register):
11222 * shadowfile.el (shadow-define-literal-group):
11223 * woman.el (woman-file-name):
11224 * vc.el (vc-version-diff, vc-merge):
11225 * textmodes/reftex-index.el (reftex-index-complete-tag):
11226 * format.el (format-decode-buffer, format-decode-region):
11227 * emulation/viper-cmd.el (viper-read-string-with-history):
11228 * emacs-lisp/debug.el (cancel-debug-on-entry):
11229 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11230 * ediff.el (ediff-merge-revisions)
11231 (ediff-merge-revisions-with-ancestor, ediff-revision):
11232 * completion.el (interactive-completion-string-reader):
11233 * calc/calc-prog.el (calc-user-define-formula):
11234 Follow convention for reading with the minibuffer.
11235
11236 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
11237
11238 * progmodes/python.el (python-describe-symbol): Add globals() and
11239 locals() to the arguments of emacs.ehelp.
11240
11241 2005-09-24 Magnus Henoch <mange@freemail.hu>
11242
11243 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
11244 New function, code extracted from ispell-valid-dictionary-list.
11245 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
11246 Call it.
11247
11248 2005-09-24 Eli Zaretskii <eliz@gnu.org>
11249
11250 * subr.el (version-regexp-alist): Extend valid syntax for version
11251 strings: allow any of the characters -,_,+ to separate the
11252 alpha/beta/rc part from the version part. Doc fix.
11253 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
11254
11255 2005-09-23 David Reitter <david.reitter@gmail.com>
11256
11257 * mail/mailclient.el: New file.
11258
11259 2005-09-23 Richard M. Stallman <rms@gnu.org>
11260
11261 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
11262 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
11263 Doc fixes.
11264
11265 * progmodes/cc-mode.el (c-font-lock-init):
11266 Specify font-lock-lines-before.
11267
11268 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11269
11270 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
11271 whole conflict.
11272
11273 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
11274
11275 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
11276 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
11277 of `remap' feature when available. Additional key bindings for
11278 better tty support.
11279 (org-mode-restart, org-force-self-insert): New commands.
11280 (org-time-stamp-inactive): New command.
11281 (org-remap): New function.
11282 (org-table-auto-blank-field, org-level-color-stars-only): New options.
11283 (org-enable-fixed-width-editor): Move to `org-structure'
11284 customization group.
11285 (org-self-insert-command, orgtbl-self-insert-command): Modify to
11286 blank field after field motion commands.
11287
11288 2005-09-23 Kenichi Handa <handa@m17n.org>
11289
11290 * international/mule-cmds.el (set-language-environment):
11291 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
11292 have to call utf-translate-cjk-load-tables.
11293
11294 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11295
11296 * mouse.el (mouse-move-drag-overlay): Fix last change.
11297
11298 2005-09-22 David Ponce <david@dponce.com>
11299
11300 * tree-widget.el (tree-widget-value-create): Fix previous change.
11301
11302 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11303
11304 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
11305
11306 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11307
11308 * mouse.el (mouse-move-drag-overlay): New function.
11309 (mouse-drag-region-1): Use it.
11310 Try to simplify a bit the state handling. Handle clicks on links
11311 inside intangible areas.
11312 (mouse-save-then-kill): Minor simplification.
11313 (mouse-secondary-overlay): Make it always non-nil instead of
11314 recreating it each time.
11315 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
11316 (mouse-kill-secondary, mouse-secondary-save-then-kill):
11317 Simplify accordingly.
11318
11319 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11320
11321 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
11322
11323 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
11324
11325 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
11326 (ediff-file-name-sans-prefix): Treat nil as an empty string.
11327 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
11328 to patch.
11329
11330 * ediff-util.el: Use insert-buffer-substring.
11331
11332 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
11333
11334 * emulation/viper-cmd.el (viper-change-state): Don't move over the
11335 field boundaries in the minibuffer.
11336 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
11337 (viper-minibuffer-post-command-hook): New hook.
11338 (viper-line): Don't move cursor at bolp.
11339
11340 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
11341
11342 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
11343 avoid compiler warnings.
11344
11345 * emulation/viper-macs.el (ex-map): Better messages.
11346
11347 * emulation/viper-utils.el (viper-beginning-of-field): New function.
11348
11349 * emulation/viper.el: Replace make-variable-buffer-local with
11350 viper-make-variable-buffer-local everywhere, to avoid warnings.
11351
11352 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11353
11354 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
11355 Delete unused var `old-selected-window'.
11356 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
11357 (mouse-drag-secondary): Delete unused var `start-frame'.
11358
11359 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11360
11361 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
11362
11363 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11364
11365 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
11366 Re-indent within 80 columns. Use inhibit-read-only.
11367
11368 2005-09-19 Romain Francoise <romain@orebokech.com>
11369
11370 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
11371
11372 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11373
11374 * font-lock.el (font-lock-default-fontify-region): Don't add a line
11375 unconditionally, since the after-change-function already did it.
11376
11377 2005-09-19 Miles Bader <miles@gnu.org>
11378
11379 * net/newsticker.el: Get rid of CVS keyword.
11380
11381 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
11382
11383 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
11384 The prompt is formatted later.
11385
11386 2005-09-19 David Ponce <david@dponce.com>
11387
11388 * tree-widget.el (tree-widget-value-create): Save the converted
11389 tree :node widget.
11390
11391 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
11392
11393 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
11394 variable `message'.
11395
11396 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
11397
11398 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
11399 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
11400 <slawomir.nowaczyk.847@student.lu.se>.
11401
11402 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
11403
11404 * image.el (image-load-path): Use symbol `data-directory' instead
11405 of its value, for backward compatibility with packages that bind
11406 it during `find-image'. Suggested by Katsumi Yamaoka.
11407 (image-search-load-path): Handle symbols whose values are strings.
11408
11409 2005-09-18 Romain Francoise <romain@orebokech.com>
11410
11411 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
11412 with-current-buffer form in save-excursion.
11413
11414 2005-09-18 D Goel <deego@gnufans.org>
11415
11416 * apropos.el (apropos-command): Fix `message' call: first arg
11417 should be a format spec. In this and all other cases that appear
11418 below and elsewhere in the source code, I made a change only when
11419 two conditions were satisfied: [1] I can think of a possibility
11420 that the arguments would cause an error, for example, the code in
11421 question relies on external variables such as filenames. [2] I
11422 was sure that the arg to `message' could not have been nil in the code.
11423
11424 * textmodes/tildify.el (tildify-region): Ditto.
11425
11426 * textmodes/reftex-index.el (reftex-index-change-entry)
11427 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
11428 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
11429 * textmodes/org.el (org-complete, org-deadline, org-schedule)
11430 (org-priority, org-table-sum):
11431 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
11432 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
11433 (flyspell-word, flyspell-display-next-corrections):
11434 * textmodes/bibtex.el (bibtex-print-help-message):
11435 * textmodes/artist.el (artist-key-set-point-poly):
11436 * term/mac-win.el (mac-services-insert-text):
11437 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
11438 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
11439 (vhdl-port-paste-testbench, vhdl-compose-new-component)
11440 (vhdl-compose-configuration):
11441 * progmodes/sh-script.el (sh-blink, sh-show-indent)
11442 (sh-set-indent, sh-learn-line-indent):
11443 * progmodes/ps-mode.el (ps-mode-target-column):
11444 * progmodes/idlwave.el (idlwave-make-tags)
11445 (idlwave-scan-library-catalogs):
11446 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
11447 * progmodes/gud.el (gud-jdb-analyze-source):
11448 * progmodes/flymake.el (flymake-log):
11449 * progmodes/ebnf2ps.el (ebnf-generate-region):
11450 * progmodes/cmacexp.el (c-macro-expansion):
11451 * progmodes/ada-xref.el (ada-treat-cmd-string):
11452 * progmodes/ada-mode.el (ada-create-case-exception-substring)
11453 (ada-justified-indent-current, ada-batch-reformat):
11454 * play/zone.el (zone):
11455 * play/landmark.el (lm-move):
11456 * play/decipher.el (decipher-show-alphabet):
11457 * net/newsticker.el (newsticker--display-jump)
11458 (newsticker--display-scroll):
11459 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11460 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11461 * mail/feedmail.el (feedmail-dump-message-to-queue):
11462 * eshell/esh-proc.el (eshell-remove-process-entry):
11463 * emulation/ws-mode.el (ws-last-error):
11464 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11465 (viper-record-kbd-macro):
11466 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11467 * emacs-lisp/lisp-mnt.el (lm-report-bug):
11468 * emacs-lisp/find-func.el (find-function-noselect):
11469 * calendar/timeclock.el (timeclock-status-string)
11470 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11471 (timeclock-when-to-leave-string):
11472 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11473 * calc/calc-units.el (calc-enter-units-table):
11474 * calc/calc-mode.el (calc-mode-record-mode):
11475 * woman.el (woman-mini-help):
11476 * wdired.el (wdired-change-to-wdired-mode):
11477 * vc.el (vc-retrieve-snapshot):
11478 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11479 * startup.el (display-startup-echo-area-message):
11480 * simple.el (set-goal-column):
11481 * ses.el (ses-command-hook, ses-recalculate-cell):
11482 * server.el (server-process-filter):
11483 * printing.el (pr-interface-txt-print, pr-interface-printify)
11484 (pr-interface-ps):
11485 * pcvs.el (cvs-help):
11486 * log-edit.el (log-edit, log-edit-mode-help):
11487 * iswitchb.el (iswitchb-possible-new-buffer):
11488 * isearch.el (isearch-edit-string):
11489 * image-mode.el (image-mode, image-minor-mode):
11490 * ibuf-macs.el (define-ibuffer-filter):
11491 * hi-lock.el (hi-lock-find-patterns):
11492 * files.el (toggle-read-only):
11493 * ediff-util.el (ediff-copy-diff)
11494 (ediff-write-merge-buffer-and-maybe-kill):
11495 * echistory.el (Electric-history-undefined):
11496 * dnd.el (dnd-insert-text):
11497 * dired-aux.el (dired-query):
11498 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11499 * bookmark.el (bookmark-bmenu-locate):
11500 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11501 Fix `message' calls to ensure first arg is a format string.
11502 The change was made only when these two conditions were satisfied:
11503 [1] when there is a possibility that the arguments would cause an error
11504 for example, if the code in question relies on external variables
11505 such as filenames, and
11506 [2] if the arg to `message' could not have been nil in the code.
11507
11508 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11509 Not having a %s would be weird, though not technically wrong.
11510
11511 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11512
11513 * term/mac-win.el (mac-add-charset-info): Doc fix.
11514
11515 2005-09-17 Romain Francoise <romain@orebokech.com>
11516
11517 * shell.el (shell-resync-dirs): Handle echoing processes more
11518 reliably. Don't insert resync command if `comint-process-echoes'
11519 is non-nil.
11520
11521 2005-09-17 Magnus Henoch <mange@freemail.hu>
11522
11523 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11524 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11525 aspell versions >= 0.60.
11526 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11527 only if ispell-aspell-supports-utf8 is non-nil.
11528
11529 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11530
11531 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11532 buffer-local value to lisp-indent-function.
11533
11534 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11535
11536 * progmodes/glasses.el (glasses-make-readable): If
11537 glasses-separator differs from underscore, put appropriate
11538 overlays over underscore characters.
11539 (glasses-convert-to-unreadable): If glasses-separator differs from
11540 underscore, try to convert glasses-separator characters to
11541 underscores.
11542
11543 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11544
11545 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11546 Use with-syntax-table and dolist.
11547
11548 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11549
11550 * textmodes/reftex-auc.el:
11551 * textmodes/reftex-cite.el:
11552 * textmodes/reftex-dcr.el:
11553 * textmodes/reftex-global.el:
11554 * textmodes/reftex-parse.el:
11555 * textmodes/reftex-ref.el:
11556 * textmodes/reftex-sel.el:
11557 * textmodes/reftex-toc.el:
11558 * textmodes/reftex-vars.el:
11559 * textmodes/reftex.el: Small changes to remove compiler warnings.
11560
11561 * textmodes/reftex-index.el: Likewise.
11562 (reftex-query-index-phrase): More efficient use of markers.
11563
11564 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11565
11566 * image.el (image-load-path): New variable.
11567 (image-search-load-path): New function.
11568 (find-image): Search for images in `image-load-path'.
11569
11570 2005-09-15 Richard M. Stallman <rms@gnu.org>
11571
11572 * follow.el: Change Maintainer field.
11573
11574 2005-09-15 David Ponce <david@dponce.com>
11575
11576 * recentf.el (recentf-save-file-modes): New option.
11577 (recentf-save-list): Use it.
11578
11579 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11580
11581 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11582 (mode-line-mule-info, mode-line-modified): Move bindings from
11583 mouse-3 to mouse-1.
11584
11585 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11586
11587 * simple.el (sendmail-user-agent-compose): Revert last change.
11588
11589 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11590
11591 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11592 Use with-current-buffer.
11593 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11594 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11595 (ange-ftp-insert-directory): Remove unused var `short'.
11596 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11597
11598 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11599 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11600
11601 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11602 (check-calendar-holidays, diary-list-entries): Autoload.
11603 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11604 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11605
11606 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11607 which mistakenly removed a call to display-buffer.
11608
11609 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11610
11611 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11612
11613 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11614
11615 * progmodes/hideshow.el
11616 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11617 (hs-allow-nesting): New user var.
11618 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11619 (hs-hide-block-at-point): When nesting allowed,
11620 if there is already an overlay in place, delete it.
11621 (hs-safety-is-job-n): Delete func; remove call sites.
11622 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11623 (hs-overlay-at): New func.
11624 (hs-already-hidden-p, hs-show-block): Use it.
11625 (hs-hide-all): Don't pre-clean if nesting allowed.
11626 (hs-show-all): Temporarily disallow
11627 nesting around call to `hs-discard-overlays'.
11628
11629 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11630
11631 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11632 Delete unused local var.
11633
11634 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11635
11636 * help-fns.el (describe-categories): "?\ " -> "?\s".
11637 (help-do-arg-highlight): Recognize also ARG-n, as in
11638 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11639
11640 * international/codepage.el (dos-unsupported-char-glyph):
11641 * net/newsticker.el (tool-bar-map, w3-mode-map)
11642 (w3m-minor-mode-map):
11643 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11644 (ent-alist):
11645 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11646
11647 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11648
11649 * custom.el (custom-push-theme): Handle the case where a symbol is
11650 bound but face properties have not yet been assigned.
11651
11652 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11653 Fix behavior if noerase is `t' and there is no mail buffer.
11654
11655 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11656 if `continue' is nil, rather than signal an error.
11657
11658 2005-09-12 Richard M. Stallman <rms@gnu.org>
11659
11660 * font-lock.el (font-lock-keywords): Add autoload.
11661
11662 * help-fns.el (describe-variable): Rearrange to put source link
11663 in a predictable place.
11664
11665 * net/newsticker.el: New file.
11666
11667 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11668
11669 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11670 (calendar-basic-setup): Use the new nil arg.
11671 (number-of-diary-entries): Move to diary-lib.el.
11672
11673 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11674 (diary-list-entries): Use with-syntax-table and dolist.
11675 Rename from list-diary-entries.
11676 Use number-of-diary-entries if `number' is nil.
11677 (diary, diary-view-entries): Use this new name and new nil arg value.
11678 (number-of-diary-entries): Move from calendar.el.
11679 (diary-unhide-everything): New function.
11680 (include-other-diary-files, fancy-diary-display)
11681 (diary-show-all-entries, make-diary-entry): Use it.
11682 (diary-mail-entries): Use buffer-string.
11683 (mark-diary-entries): Fix long standing paren typo.
11684 (diary-sexp-entry): Use count-lines.
11685 (make-diary-entry): Avoid `previous-line'.
11686 (diary-mode-map): New var.
11687 (diary-mode): Redraw cal after saving. Setup header-line.
11688 (fancy-diary-display-mode): Use local-set-key.
11689
11690 * startup.el (command-line): Try calling various terminal-init-foo-bar
11691 functions by stripping hyphenated suffixes from $TERM.
11692
11693 * files.el (normal-mode): Check boundness of font-lock-keywords.
11694
11695 2005-09-12 Richard M. Stallman <rms@gnu.org>
11696
11697 * progmodes/compile.el: Don't decide a file's directory
11698 until the user actually tries to go there.
11699 (compilation-next-error-function):
11700 Pass compilation-find-file the directory from the file-struct.
11701 (compilation-internal-error-properties): Separate local FILE-STRUCT
11702 from FILE. Doc the args better. Rename arg FMT to FMTS.
11703 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11704 Expand it, and if nil, use default-directory.
11705 (compilation-get-file-structure): Don't mix specified directory
11706 with default directory. Put specified directory into
11707 file-struct. Don't make the file name absolute.
11708
11709 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11710 (compile-command): Add autoload.
11711 (compilation-disable-input): Add autoload.
11712
11713 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11714
11715 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11716 strings of the variables it can override.
11717 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11718 %Q and %q, for fully-qualified domain name and unqualified host name.
11719
11720 2005-09-11 Kim F. Storm <storm@cua.dk>
11721
11722 * emacs-lisp/authors.el (authors-aliases): Update list.
11723 (authors-fixed-entries): Update mldrag.el entry.
11724
11725 2005-09-10 Alan Mackenzie <acm@muc.de>
11726
11727 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11728 from the region narrowed to.
11729
11730 2005-09-10 Magnus Henoch <mange@freemail.hu>
11731
11732 * textmodes/ispell.el (ispell-check-version): Signal an error if
11733 aspell version is less than 0.60.
11734
11735 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11736
11737 * progmodes/octave-inf.el (inferior-octave-startup):
11738 Resync current dir at the end.
11739
11740 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11741
11742 * woman.el (woman-topic-at-point-default):
11743 Rename to woman-use-topic-at-point-default.
11744 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11745 (woman-file-name): Reflect renames above. Automatically use the
11746 word at point as topic if woman-use-topic-at-point is non-nil.
11747 Otherwise offer it as default but don't insert it in the
11748 minibuffer. Also use `test-completion' instead of `assoc' as
11749 suggested by Stefan Monnier.
11750
11751 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11752
11753 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11754 the attempt to do it over Tramp. This is not yet supported.
11755
11756 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11757
11758 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11759 (menu-bar-non-minibuffer-window-p): New functions.
11760 ("Split Window", "Save As..."): Use them.
11761 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11762 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11763 Use menu-bar-menu-frame-live-and-visible-p.
11764 ("Save Buffer", "Insert File", "Open Directory...")
11765 ("Open File...", "Visit New File..."):
11766 Use menu-bar-non-minibuffer-window-p.
11767 (kill-this-buffer-enabled-p, dired <menu-enable>):
11768 Use menu-bar-non-minibuffer-window-p.
11769
11770 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11771
11772 * cus-start.el (all): Don't complain about fringe-related
11773 built-ins if fringes are not supported. Ditto about
11774 selection-related built-ins. Fix the test for GTK-related built-ins.
11775
11776 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11777 ("Postscript Print Buffer", "Print Region", "Save As...")
11778 ("Save", "Insert File...", "Open Directory...")
11779 ("Open File...", "Visit New File..."")
11780 ("Truncate Long Lines in this Buffer"): Don't look at
11781 menu-updating-frame if this display does not support multiple frames.
11782
11783 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11784
11785 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11786
11787 2005-09-09 Emilio Lopes <eclig@gmx.net>
11788
11789 * woman.el: Format- and whitespace-related changes.
11790
11791 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11792
11793 * woman.el: Fix my email address.
11794
11795 2005-09-08 Richard M. Stallman <rms@gnu.org>
11796
11797 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11798 (sh-mode): Locally set skeleton-pair-default-alist.
11799
11800 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11801
11802 * progmodes/flymake.el: Require `compile' unconditionally.
11803
11804 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11805
11806 * woman.el (woman-file-name): Provide a default, not initial input.
11807
11808 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11809
11810 * font-lock.el (font-lock-support-mode): Doc fix.
11811
11812 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11813
11814 2005-09-08 Richard M. Stallman <rms@gnu.org>
11815
11816 * simple.el (blink-matching-open): Get rid of text props from
11817 the string shown in echo area. Don't permanently set point.
11818 Some rearrangements.
11819
11820 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11821
11822 * recentf.el (recentf-filename-handler): Add custom choice
11823 `abbreviate-file-name'.
11824
11825 * msb.el (msb--very-many-menus): Fix typo.
11826
11827 * disp-table.el (standard-display-european): Don't set
11828 enable-multibyte-characters to nil.
11829
11830 2005-09-08 David Ponce <david@dponce.com>
11831
11832 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11833 (recentf-expand-file-name): Doc fix.
11834 (recentf-dialog-mode-map): Define digit shortcuts.
11835 (recentf--files-with-key): New variable.
11836 (recentf-show-digit-shortcut-filter): New function.
11837 (recentf-open-files-items): New function.
11838 (recentf-open-files): Use it.
11839 (recentf-open-file-with-key): New command.
11840
11841 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11842
11843 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11844 Suggested by Kim F. Storm.
11845 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11846 (Buffer-menu-make-sort-button): Use global keymap.
11847
11848 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11849
11850 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11851 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11852 necessary any longer with the remapped command.
11853 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11854 formatting time only.
11855
11856 * net/tramp.el (tramp-action-password)
11857 (tramp-multi-action-password): Compile the password prompt from
11858 `method', `user' and `host'. Sometimes it isn't obvious which
11859 password to enter, for example with remote files offered by
11860 recentf.el, or with multiple steps. Suggested by Robert Marshall
11861 <robert@chezmarshall.freeserve.co.uk>.
11862
11863 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11864
11865 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11866 Fix regexp for when "s///" is at the beginning of line.
11867
11868 2005-09-07 Jay Belanger <belanger@truman.edu>
11869
11870 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11871 when in matrix mode.
11872
11873 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11874
11875 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11876 non-anonymous functions.
11877
11878 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11879
11880 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11881 when using a header line. Otherwise, use mouse-1-click-follows-link.
11882
11883 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11884 can't be moved; don't signal an error.
11885
11886 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11887
11888 * cus-theme.el (custom-theme-write-faces): Save the current face
11889 spec, not the defface spec.
11890
11891 * custom.el (custom-known-themes): Clarify meaning of "standard".
11892 (custom-push-theme): Save old values in the standard theme.
11893 (disable-theme): Correct typo.
11894 (custom-face-theme-value) Deleted unused function.
11895 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11896
11897 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11898
11899 * progmodes/compile.el (compilation-goto-locus): Take into account
11900 iconified frames when determining whether the buffer is
11901 already visible.
11902 Don't reset window height if the window already existed.
11903
11904 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11905
11906 * custom.el (load-theme): Rename from require-theme.
11907 Add interactive spec.
11908 (enable-theme): Rename from custom-enable-theme.
11909 Add interactive spec.
11910 (disable-theme): Rename from custom-disable-theme.
11911 Add interactive spec.
11912 (custom-make-theme-feature): Doc fix.
11913 (custom-theme-directory): Doc fix.
11914 (provide-theme): Call enable-theme.
11915
11916 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11917
11918 * obsolete/lazy-lock.el (lazy-lock-mode):
11919 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11920 font-lock-mode if it's off. Print a warning instead.
11921
11922 * progmodes/compile.el (compilation-start): Ignore errors if the
11923 process died before we get to send-eof.
11924
11925 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11926 Undo last change. Enclosing the result in quotes broke things on Unix
11927 since tex-send-command passes it through shell-quote-argument.
11928 (tex-send-command): Pass `file' through convert-standard-filename
11929 when possible.
11930 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11931 info in a transcript.
11932
11933 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11934
11935 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11936 fix compilation warning. Reorder the key definitions to group
11937 together keys emitted by the current version of xterm.
11938
11939 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11940 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11941 Reorder predicates to correct min-color usage.
11942
11943 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11944
11945 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11946 Kill local variables when longlines-mode is turned off.
11947
11948 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11949
11950 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11951
11952 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11953
11954 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11955
11956 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11957 (font-lock-lines-before): Change default to being inactive.
11958 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11959 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11960
11961 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11962
11963 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11964 Deactivate temporarily advice if active (not needed for Emacs 22,
11965 but for backwards compatibility).
11966 (tramp-exists-file-name-handler): Rewrite. First implementation
11967 was too simple.
11968 (tramp-advice-make-auto-save-file-name):
11969 Call `tramp-handle-make-auto-save-file-name' (again, just for
11970 backwards compatibility).
11971
11972 2005-08-31 Reto Zimmermann <reto@gnu.org>
11973
11974 * progmodes/vhdl-mode.el
11975 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11976 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11977 (vhdl-set-default-project): New function (easier setting of default).
11978 (vhdl-port-copy): Handle extended identifiers for generics.
11979 (vhdl-compiler-alist): Better description for error message regexp.
11980 (vhdl-make): Query for target, use previous as default.
11981 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11982 (vhdl-font-lock-keywords-2): Fix fontification for record
11983 el. assign.
11984 (vhdl-speedbar-make-subpack-line): Add package body link.
11985 (vhdl-generate-makefile-1): Not include itself as dependency.
11986 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11987 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11988 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11989 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11990 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11991 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11992 (vhdl-import-project): Add string argument for `error'.
11993 (vhdl-compose-configuration)
11994 (vhdl-compose-configuration-architecture): Add configuration
11995 declaration generation.
11996 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11997 (vhdl-trailer-re): Add "record" keyword (better indentation).
11998 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11999 "[^ \t-\"]+".
12000 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
12001 (vhdl-testbench-entity-file-name)
12002 (vhdl-testbench-architecture-file-name): Allow separate
12003 customization of testbench file names.
12004 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
12005 (vhdl-get-visible-signals): Allow newline within alias declaration.
12006 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
12007 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
12008 (member-ignore-case): Alias for missing function in XEmacs.
12009 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
12010 (vhdl-update-sensitivity-list): Ignore case on read signals.
12011 (vhdl-replace-string): Adjust case only for file names.
12012 (vhdl-update-sensitivity-list): Fix search for read signals.
12013 (vhdl-update-sensitivity-list): Exclude formal parameters.
12014 (vhdl-get-visible-signals): Include aliases of signals.
12015 (vhdl-get-visible-signals): Fix signal name searching.
12016 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
12017 (vhdl-fixup-whitespace-region): Fix for character
12018 literals (e.g. `:').
12019
12020 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
12021
12022 * ansi-color.el (comint-last-output-start):
12023 * bs.el (font-lock-verbose):
12024 * diff-mode.el (add-log-buffer-file-name-function):
12025 * dired-x.el (vm-folder-directory):
12026 * faces.el (help-xref-stack-item):
12027 * files.el (font-lock-keywords):
12028 * find-lisp.el (dired-buffers, dired-subdir-alist):
12029 * ido.el (cua-inhibit-cua-keys):
12030 * log-view.el (cvs-minor-wrap-function):
12031 * outline.el (font-lock-warning-face):
12032 * simple.el (compilation-current-error):
12033 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
12034 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
12035 * tooltip.el (comint-prompt-regexp):
12036 * w32-fns.el (explicit-shell-file-name):
12037 * term/mac-win.el (mac-charset-info-alist)
12038 (mac-services-selection, mac-system-script-code):
12039 * term/tty-colors.el (msdos-color-values):
12040 * term/w32-win.el (xlfd-regexp-registry-subnum):
12041 * term/x-win.el (x-keysym-table, x-selection-timeout)
12042 (x-session-id, x-session-previous-id):
12043 * textmodes/ispell.el (mail-yank-prefix):
12044 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
12045 * textmodes/org.el (calc-embedded-close-formula)
12046 (calc-embedded-open-formula)
12047 (font-lock-unfontify-region-function):
12048 * textmodes/reftex-global.el (isearch-next-buffer-function)
12049 (TeX-master):
12050 * textmodes/reftex.el (font-lock-keywords):
12051 * textmodes/tex-mode.el (font-lock-comment-face)
12052 (font-lock-doc-face):
12053 * textmodes/texinfo.el (outline-heading-alist):
12054 Add defvars.
12055
12056 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
12057 (artist-spray-chars, artist-mode-init, artist-replace-string)
12058 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
12059 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
12060 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
12061
12062 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
12063 (conf-align-assignments): "?\ " -> "?\s".
12064
12065 * textmodes/reftex-index.el (TeX-master): Add defvar.
12066 (reftex-index-phrases-marker): Move up defvar.
12067
12068 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
12069 (reftex-toc-include-labels-indicator)
12070 (reftex-toc-include-index-indicator)
12071 (reftex-toc-max-level-indicator): Move up declarations.
12072
12073 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
12074 of args to `tramp-run-real-handler', even if it's empty in this case.
12075
12076 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12077
12078 * dired.el (dired-move-to-filename-regexp): Add date format for
12079 Mac OS X 10.3 in East Asian locales.
12080
12081 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
12082
12083 * files.el (make-auto-save-file-name): Add file name handler call
12084 if applicable.
12085
12086 * net/tramp.el (tramp-file-name-handler-alist)
12087 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
12088 (tramp-handle-make-auto-save-file-name): Rename from
12089 `tramp-make-auto-save-file-name'.
12090 (tramp-exists-file-name-handler): New defun.
12091 (tramp-advice-make-auto-save-file-name): Make defadvice only when
12092 `make-auto-save-file-name' is not a magic file name operation.
12093
12094 2005-08-30 Richard M. Stallman <rms@gnu.org>
12095
12096 * files.el (risky-local-variable-p):
12097 Match `-predicates' and `-commands.
12098
12099 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
12100 (custom-save-all): Visit the file if necessary;
12101 kill the buffer if we created it.
12102 (custom-save-delete): Don't visit file or kill buffer here.
12103
12104 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
12105
12106 * textmodes/org.el (org-special-keyword): New face.
12107 (org-table-copy-down, org-table-eval-formula)
12108 (org-table-recalculate, org-init-section-numbers):
12109 Use `string-to-number' instead of `string-to-int'.
12110 (org-get-location): Use `insert-buffer-substring' instead of
12111 `insert-buffer'.
12112 (org-modify-diary-entry-string): New function.
12113 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
12114 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
12115 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
12116 active region.
12117 (org-export-as-html): Handle QUOTE keyword.
12118 (org-quote-string): New option.
12119 (org-bookmark-jump-unhide): New function, used for
12120 `bookmark-after-jump-hook'.
12121 (org-diary-default-entry): Apply only when not called through
12122 `org-agenda'.
12123
12124 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
12125
12126 * net/eudc.el (mode-popup-menu):
12127 * play/handwrite.el (ps-printer-name, ps-lpr-command):
12128 * progmodes/ada-mode.el (compile-auto-highlight)
12129 (skeleton-further-elements):
12130 * progmodes/autoconf.el (font-lock-syntactic-keywords):
12131 * progmodes/cmacexp.el (msdos-shells):
12132 * progmodes/compile.el (font-lock-extra-managed-props)
12133 (font-lock-keywords, font-lock-maximum-size)
12134 (font-lock-support-mode):
12135 * progmodes/grep.el (font-lock-lines-before):
12136 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
12137 * progmodes/mixal-mode.el (compile-command):
12138 * progmodes/perl-mode.el (font-lock-comment-face)
12139 (font-lock-doc-face, font-lock-string-face):
12140 * progmodes/prolog.el (comint-prompt-regexp):
12141 * progmodes/sh-script.el (font-lock-comment-face)
12142 (font-lock-set-defaults, font-lock-string-face):
12143 * progmodes/sql.el (font-lock-keyword-face)
12144 (font-lock-set-defaults, font-lock-string-face):
12145 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
12146 (itimer-version, lazy-lock-defer-contextually)
12147 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
12148 Add defvars.
12149
12150 * progmodes/cperl-mode.el (cperl-electric-lbrace)
12151 (cperl-electric-keyword, cperl-electric-pod)
12152 (cperl-electric-backspace, cperl-forward-re)
12153 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
12154 (vc-rcs-header, vc-sccs-header): Add defvars.
12155
12156 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
12157 (font-lock-syntactic-keywords, gud-find-expr-function):
12158 Add defvars.
12159
12160 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
12161 (gdb-frame-parameters): Declare before use.
12162
12163 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
12164 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
12165 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
12166 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
12167
12168 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
12169 (idlwave-help-with-source): Use `insert-buffer-substring', not
12170 `insert-buffer'.
12171
12172 2005-08-29 Juri Linkov <juri@jurta.org>
12173
12174 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
12175 Put outline-back-to-heading function call inside save-excursion.
12176
12177 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
12178
12179 * man.el (Man-init-defvars, Man-translate-references)
12180 (Man-support-local-filenames, Man-highlight-references):
12181 * progmodes/sql.el (sql-interactive-mode):
12182 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
12183
12184 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
12185 (compilation-mode-font-lock-keywords): Add defvars.
12186 (checkdoc-interactive-loop): "?\ " -> "?\s".
12187
12188 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
12189 (font-lock-doc-face, font-lock-string-face)
12190 (font-lock-keywords-case-fold-search): Add defvars.
12191 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
12192
12193 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
12194 Don't pass X and Y (they are ignored anyway).
12195 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
12196 (mouse-delete-window): Make arguments optional.
12197
12198 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
12199 (caesar-translate-table, minor-modes, news-buffer-save)
12200 (news-group-name, news-minor-modes): Add defvars.
12201
12202 * emacs-lisp/lselect.el (mouse-highlight-priority)
12203 (x-lost-selection-functions, zmacs-regions):
12204 * emacs-lisp/pp.el (font-lock-verbose):
12205 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
12206 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
12207 (ses-mode-map):
12208 * emacs-lisp/tcover-unsafep.el (safe-functions):
12209 * international/mule-cmds.el (mac-system-coding-system)
12210 (mac-system-locale):
12211 * language/ethio-util.el (rmail-current-message)
12212 (rmail-message-vector):
12213 * language/thai-util.el (thai-auto-composition-mode):
12214 * mail/metamail.el (rmail-current-message, rmail-message-vector):
12215 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
12216 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
12217 (vm-primary-inbox, vm-spool-files):
12218 * mail/rmail.el (deleted-head, font-lock-fontified)
12219 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
12220 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
12221 (total-messages):
12222 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
12223 (rmail-summary-mode-map):
12224 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
12225 (rmail-last-label, rmail-last-multi-labels)
12226 (rmail-summary-vector, rmail-total-messages):
12227 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
12228 * mail/rmailsum.el (msgnum):
12229 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
12230 (rmail-current-message):
12231 * obsolete/fast-lock.el (font-lock-face-list):
12232 * obsolete/rnewspost.el (mail-reply-buffer):
12233 * obsolete/scribe.el (compile-command):
12234 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
12235
12236 2005-08-28 John Paul Wallington <jpw@gnu.org>
12237
12238 * ibuf-ext.el (ibuffer-auto-update-changed):
12239 Use `frame-or-buffer-changed-p' to check whether we need to update.
12240 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
12241 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
12242 as a `frame-or-buffer-changed-p' state vector instead.
12243
12244 2005-08-27 Romain Francoise <romain@orebokech.com>
12245
12246 * textmodes/makeinfo.el (makeinfo-compile):
12247 Use `compilation-start'. Set `next-error-function' according to
12248 `disable-errors'.
12249 (makeinfo-next-error): New function.
12250 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
12251 (makeinfo-buffer): Likewise.
12252
12253 * progmodes/compile.el (compilation-start): Add autoload cookie.
12254
12255 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
12256 * textmodes/sgml-mode.el: Likewise.
12257 * progmodes/python.el: Likewise.
12258
12259 2005-08-27 Eli Zaretskii <eliz@gnu.org>
12260
12261 * simple.el (blink-matching-paren-distance): Document the meaning
12262 of nil value, and allow to customize to nil.
12263
12264 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
12265 command.com, not command.exe.
12266
12267 2005-08-26 John Wiegley <johnw@newartisans.com>
12268
12269 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
12270 code around a bit so that an extraneous nil argument is not added
12271 to a command when no args are given.
12272
12273 * eshell/esh-arg.el (eshell-parse-double-quote): If a
12274 double-quoted argument resolves to nil, return it as an empty
12275 string rather than as nil. This made it impossible to pass "" to
12276 a shell script as a null string argument.
12277
12278 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12279
12280 * outline.el (outline-invent-heading): New fun.
12281 (outline-promote, outline-demote): Use it.
12282 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
12283 (outline-end-of-subtree): Remove unused var `opoint'.
12284
12285 2005-08-26 David Reitter <david.reitter@gmail.com>
12286
12287 * menu-bar.el (truncate-lines, write-file, print-buffer)
12288 (ps-print-buffer-faces, ps-print-buffer, split-window):
12289 Disable menu items when the frame they refer to is invisible, or when
12290 they refer to a buffer and the minibuffer is selected.
12291
12292 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
12293
12294 * progmodes/flymake.el (flymake-highlight-err-lines):
12295 Use save-excursion around flymake-highlight-line to preserve point.
12296
12297 2005-08-26 Eli Zaretskii <eliz@gnu.org>
12298
12299 * progmodes/octave-mod.el: Change Author and Maintainer address.
12300 (octave-maintainer-address): Change Kurt's email address.
12301 * progmodes/octave-inf.el: Change Author and Maintainer address.
12302 * progmodes/octave-hlp.el: Change Author and Maintainer address.
12303
12304 2005-08-26 Kim F. Storm <storm@cua.dk>
12305
12306 * subr.el (version-list-<, version-list-<=, version-list-=):
12307 Rename from integer-list-*.
12308 (version-list-not-zero): Likewise. Fix while loop.
12309 (version=): Use version-list-= instead of string-equal.
12310
12311 2005-08-26 Richard M. Stallman <rms@gnu.org>
12312
12313 * outline.el (outline-promote): Try shortening the heading.
12314 As last resort, read the heading to use.
12315 (outline-demote): As last resort, read the heading to use.
12316
12317 2005-08-26 Romain Francoise <romain@orebokech.com>
12318
12319 * progmodes/compile.el (compilation-start): Doc fix.
12320
12321 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
12322 (antlr-font-lock-additional-keywords): Fix reference to
12323 `antlr-font-lock-literal-regexp' erroneously changed during the
12324 mass face rename.
12325 (antlr-run-tool): Use `compilation-start'.
12326
12327 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
12328 instead of the obsolete `compile-internal'.
12329
12330 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
12331
12332 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
12333 (number, original-date):
12334 * calendar/cal-china.el (date):
12335 * calendar/cal-coptic.el (date):
12336 * calendar/cal-french.el (date):
12337 * calendar/cal-hebrew.el (date, entry, number, original-date):
12338 * calendar/cal-islam.el (date, number, original-date):
12339 * calendar/cal-iso.el (date):
12340 * calendar/cal-julian.el (date):
12341 * calendar/cal-mayan.el (date):
12342 * calendar/cal-menu.el (date, event):
12343 * calendar/cal-persia.el (date):
12344 * calendar/lunar.el (date):
12345 * calendar/solar.el (date): Add defvars.
12346
12347 * emerge.el:
12348 * ibuffer.el:
12349 * info-xref.el:
12350 * obsolete/bg-mouse.el:
12351 * obsolete/sun-curs.el:
12352 * obsolete/swedish.el: Move the `defvar's to the top level.
12353
12354 * smerge-mode.el (smerge-refined-change): Add :group.
12355
12356 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
12357
12358 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
12359 (smerge-keep-n): Remove props.
12360 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
12361 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
12362 now that it's done in smerge-keep-n.
12363 (smerge-refined-change): New face.
12364 (smerge-refine-chopup-region, smerge-refine-highlight-change)
12365 (smerge-refine): New funs.
12366 (smerge-basic-map): Bind smerge-refine.
12367
12368 2005-08-25 Juri Linkov <juri@jurta.org>
12369
12370 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
12371 compilation-process-setup-function and compilation-disable-input
12372 in grep-mode instead of let-bindings in grep.
12373
12374 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
12375 Delete "Automatic File De/compression" (auto-compression-mode).
12376
12377 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
12378
12379 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
12380 Silence warning about non-existent variable.
12381
12382 2005-08-25 Richard M. Stallman <rms@gnu.org>
12383
12384 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
12385 Rename "Describe Key" to "Describe Key or Mouse Operation".
12386
12387 * mail/mailalias.el (build-mail-aliases): Delete comments
12388 from the contents before processing them.
12389
12390 * isearch.el (isearch-edit-string): Erase the Search prompt
12391 if user enters an empty string and there is no default.
12392
12393 * comint.el (comint-file-name-prefix): Add autoload.
12394
12395 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
12396
12397 * subr.el (play-sound): Rearrange to avoid warning.
12398
12399 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
12400
12401 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
12402 New hook.
12403 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
12404
12405 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12406
12407 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
12408
12409 * custom.el (custom-theme-set-variables): Sort minor modes last.
12410
12411 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12412
12413 * subr.el (version-separator, version-regexp-alist): New vars used by
12414 version comparison funs.
12415 (integer-list-<, integer-list-=, integer-list-<=)
12416 (integer-list-not-zero): New funs for integer list comparison.
12417 (version-to-list, version=, version<, version<=): New funs for version
12418 comparison.
12419
12420 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
12421
12422 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
12423 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
12424 time to silence the byte-compiler.
12425
12426 * ibuffer.el (ibuffer-compile-make-eliding-form)
12427 (ibuffer-check-formats): Use `with-no-warnings' to hide references
12428 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
12429 so it's silly to get warnings for it).
12430 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
12431 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
12432 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
12433 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
12434 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
12435 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
12436 Defvar at compile time.
12437 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
12438 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
12439 Declare them before use.
12440
12441 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
12442 (info-xref-good, info-xref-bad): Defvar at compile time.
12443
12444 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
12445 Use `let*' instead of `let'.
12446
12447 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
12448 (*mouse-y*, menu, char): Defvar at compile time.
12449 (sc::menu): Declare it before use.
12450 (sc::pack-one-line): Use `let', not `let*'.
12451
12452 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12453 (mail-send-hook): Defvar at compile time.
12454
12455 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12456 Defvar at compile time.
12457
12458 * term/sun-mouse.el (current-global-mousemap)
12459 (current-local-mousemap): Declare them before use.
12460
12461 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
12462
12463 * bookmark.el (bookmark-after-jump-hook): New hook.
12464 (bookmark-jump): Run `bookmark-after-jump-hook'.
12465
12466 2005-08-23 Juri Linkov <juri@jurta.org>
12467
12468 * faces.el (minibuffer-prompt): Doc fix.
12469
12470 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
12471
12472 * progmodes/xscheme.el: Trivial changes to silence warnings.
12473 (xscheme-previous-mode, xscheme-previous-process-state):
12474 Add defvars.
12475 (xscheme-last-input-end, xscheme-process-command-line)
12476 (xscheme-process-name, xscheme-buffer-name)
12477 (xscheme-expressions-ring-max, xscheme-expressions-ring)
12478 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12479 (xscheme-control-g-synchronization-p)
12480 (xscheme-control-g-disabled-p, xscheme-string-receiver)
12481 (default-xscheme-runlight, xscheme-runlight)
12482 (xscheme-runlight-string, xscheme-process-filter-state)
12483 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12484 Move to beginning of file.
12485 (scheme-interaction-mode-commands-alist)
12486 (scheme-interaction-mode-map, scheme-debugger-mode-map):
12487 Declare them before use. Note: the initialization code for the variables
12488 has not been moved because it uses functions that reference the variables.
12489 (xscheme-control-g-message-string, xscheme-process-filter-alist)
12490 (xscheme-prompt-for-expression-map): Declare them before use.
12491 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12492
12493 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12494
12495 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12496
12497 2005-08-22 Juri Linkov <juri@jurta.org>
12498
12499 * faces.el (set-face-underline): Delete this duplicate function
12500 and make an obsolete alias to set-face-underline-p.
12501 (set-face-underline-p): Use docstring of set-face-underline.
12502 (describe-face): Create hyperlink to parent face.
12503
12504 * info.el (Info-insert-dir): Use save-excursion around
12505 insert-buffer-substring.
12506 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12507 (Info-escape-percent): Delete function.
12508 (Info-fontify-node): Replace Info-escape-percent by
12509 replace-regexp-in-string with REP arg set to lambda that
12510 duplicates `%' and preserves text properties.
12511
12512 * progmodes/compile.el (compilation-disable-input): Doc fix.
12513 (define-compilation-mode): Doc fix and refill.
12514 (kill-compilation): Use `mode-name' in the error message.
12515 (compilation-find-file): Use `compilation-error' in the
12516 read-file-name's prompt.
12517
12518 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12519
12520 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12521 (smerge-auto-leave): Make undo re-enable the mode.
12522 (debug-ignored-errors): Add the user-error of impossible resolution.
12523 (smerge-resolve): Move things around a bit, in preparation for later.
12524 (smerge-diff): Don't fail if the buffer has no associated file.
12525 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12526 (smerge-conflict-overlay): New function.
12527 (smerge-match-conflict): Don't add text properties here.
12528 (smerge-find-conflict): Instead, add an overlay here.
12529 Also check for the case where we're inside a conflict already, so as to
12530 obviate the need for font-lock-multiline, which is unbearably slow with
12531 large conflicts and ciomplex font-lock patterns.
12532 (smerge-remove-props): Remove overlay rather than text-properties.
12533 (smerge-mode): Don't set font-lock-multiline.
12534 Remove overlays when turned off.
12535
12536 2005-08-21 Kim F. Storm <storm@cua.dk>
12537
12538 * ido.el (ido-ignore-item-p): Use save-match-data.
12539 Bind case-fold-search to ido-case-fold locally.
12540
12541 2005-08-20 Richard M. Stallman <rms@gnu.org>
12542
12543 * files.el (normal-mode): If font lock is on, turn it off and on.
12544
12545 * subr.el (replace-regexp-in-string): Doc fix.
12546
12547 * startup.el (command-line-1): Don't suppress startup screen
12548 due to existing processes.
12549
12550 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12551
12552 * progmodes/compile.el (compilation-disable-input): Default to nil.
12553
12554 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12555
12556 * progmodes/compile.el (compilation-disable-input): New defcustom.
12557 (compilation-start): If compilation-disable-input is non-nil, send
12558 EOF to the compilation process.
12559
12560 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12561
12562 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12563 Run the argument of tex-shell-cd-command through
12564 convert-standard-filename, to get the correct style of slashes on
12565 Windows, and enclose the result in quotes, in case the file name
12566 includes whitespace or other special characters.
12567
12568 2005-08-19 Andreas Schwab <schwab@suse.de>
12569
12570 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12571 process.
12572
12573 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12574
12575 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12576
12577 2005-08-18 Kim F. Storm <storm@cua.dk>
12578
12579 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12580
12581 2005-08-18 Richard M. Stallman <rms@gnu.org>
12582
12583 * scroll-lock.el: New file.
12584
12585 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12586
12587 * dired.el (dired-move-to-end-of-filename):
12588 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12589
12590 2005-08-18 Kim F. Storm <storm@cua.dk>
12591
12592 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12593 rather than toggle mode when custom value is nil.
12594 (ido-everywhere): Fix defun doc string.
12595
12596 2005-08-17 Richard M. Stallman <rms@gnu.org>
12597
12598 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12599 as tag instead of "Inviolable".
12600
12601 2005-08-17 Kim F. Storm <storm@cua.dk>
12602
12603 * windmove.el (windmove-coordinates-of-position): Remove.
12604 (windmove-coordinates-of-window-position): Remove.
12605 (windmove-reference-loc): Use posn-at-point instead.
12606
12607 * subr.el (insert-for-yank-1): Doc fix.
12608
12609 * ido.el (ido-enter-matching-directory): Rename from
12610 ido-enter-single-matching-directory. Change `slash' choice to
12611 `only'. Add `first' choice.
12612 (ido-exhibit): Adapt to above changes.
12613
12614 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12615
12616 * Makefile.in: Expand comment about building loaddefs.el.
12617
12618 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12619
12620 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12621 Comment use of defadvice.
12622
12623 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12624
12625 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12626
12627 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12628 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12629 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12630 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12631 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12632 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12633 for backward compatibility for faces that did not appear in the
12634 previous Emacs release.
12635
12636 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12637
12638 2005-08-15 Kim F. Storm <storm@cua.dk>
12639
12640 * emulation/cua-base.el (cua-delete-region): Return t if
12641 deleted region was non-empty.
12642 (cua-replace-region): Inhibit overwrite-mode for
12643 self-insert-command if replaced region was non-empty.
12644 (cua--explicit-region-start, cua--status-string): Make them
12645 buffer-local at top-level...
12646 (cua-mode): ...rather than when mode is enabled.
12647
12648 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12649
12650 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12651 Set t for Emacs 21, 22, and so on.
12652
12653 2005-08-15 David Ponce <david@dponce.com>
12654
12655 * tree-widget.el: Update Commentary header.
12656 (tree-widget-theme): Doc fix.
12657 (tree-widget-space-width): New option.
12658 (tree-widget-image-properties): Look up in the default theme too.
12659 (tree-widget--cursors): Only for images with arrow pointer shape.
12660 (tree-widget-lookup-image): Pointer shape is hand by default.
12661 (tree-widget-icon): Rename generic icon widget from
12662 `tree-widget-control'.
12663 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12664 derive from `tree-widget-icon'.
12665 (tree-widget-handle): Improve default look and feel of the text
12666 representation.
12667 (tree-widget): Rename :*-control properties to :*-icon properties.
12668 Add :action and :help-echo properties.
12669 (tree-widget-after-toggle-functions): Move.
12670 (tree-widget-close-node, tree-widget-open-node): Remove.
12671 (tree-widget-before-create-icon-functions): New hook.
12672 (tree-widget-value-create): Update to allow customization of icons
12673 and nodes at run-time via that new hook.
12674 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12675 (tree-widget-icon-action, tree-widget-icon-help-echo)
12676 (tree-widget-action, tree-widget-help-echo): New functions.
12677
12678 2005-08-15 Kim F. Storm <storm@cua.dk>
12679
12680 * ido.el (ido-buffer-internal): Use with-no-warnings.
12681 (ido-make-merged-file-list): Use while-no-input.
12682
12683 2005-08-15 Richard M. Stallman <rms@gnu.org>
12684
12685 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12686 (flyspell-large-region): Fix doc and custom type.
12687
12688 2005-08-14 Richard M. Stallman <rms@gnu.org>
12689
12690 * files.el (interpreter-mode-alist): Doc fix.
12691
12692 * mail/rmail.el (rmail-nonignored-headers): New variable.
12693 (rmail-clear-headers): Use it.
12694 (rmail-reply): Better handling of mail-followup-to header.
12695
12696 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12697 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12698 don't try to refer to executable-font-lock-keywords.
12699 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12700 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12701 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12702 (sh-mode): Set comment-start-skip, local-abbrev-table,
12703 imenu-case-fold-search.
12704 (sh-set-shell): Don't set them here.
12705 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12706 Don't cache the results in the original alist; don't ever modify
12707 that alist.
12708
12709 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12710
12711 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12712 empty.
12713
12714 2005-08-15 Andreas Schwab <schwab@suse.de>
12715
12716 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12717
12718 * dired.el, info.el, mail/rmail.el: Revert last change.
12719
12720 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12721
12722 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12723 modification in `eval-after-load' form.
12724 * info.el: Likewise.
12725 * mail/rmail.el: Likewise.
12726
12727 2005-08-14 Juri Linkov <juri@jurta.org>
12728
12729 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12730 Remove highlighting of "Compilation started". Highlight only
12731 the word "finished" in "Compilation finished". Add highlighting
12732 of "interrupt", "killed", "terminated" and the exit code.
12733 (compilation-start): Add newline after header. Use exactly the
12734 same time stamp format as the finishing message.
12735 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12736
12737 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12738 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12739 Add highlighting of "interrupt", "killed", "terminated".
12740
12741 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12742 enabled and the current command is self-insert-command, call it
12743 explicitly with overwrite-mode bound to nil, to not allow it
12744 to delete the character after the selected region.
12745
12746 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12747
12748 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12749 move-end-of-line, end-of-line, and beginning-of-line to the list
12750 of commands after which the echo area is updated.
12751
12752 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12753
12754 * cus-edit.el (custom-save-all, custom-save-delete):
12755 Bind recentf-exclude to exclude custom-file.
12756
12757 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12758
12759 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12760 to go to the bottom of the mail message. Added to
12761 `rmail-summary-mode-map' with key "/".
12762 (rmail-summary-show-message): New (internal) function for use by
12763 both `rmail-summary-beginning/end-of-message'.
12764 (rmail-summary-beginning-of-message): Change to use
12765 rmail-summary-show-message.
12766
12767 * mail/rmail.el (rmail-end-of-message): New command to go to the
12768 end of the current message. Added to `rmail-mode-map' with key "/".
12769 (rmail-beginning-of-message): Fix to work as documented.
12770 (rmail-mode): Change documentation.
12771
12772 * progmodes/compile.el (compilation-start): Add the line
12773 "Compilation started" with compilation start time.
12774 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12775
12776 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12777
12778 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12779 of menu items.
12780
12781 2005-08-11 Richard M. Stallman <rms@gnu.org>
12782
12783 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12784
12785 * battery.el (battery-status-function): Don't use ignore-errors.
12786
12787 2005-08-11 Lute Kamstra <lute@gnu.org>
12788
12789 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12790 define-obsolete-variable-alias.
12791
12792 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12793
12794 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12795 (ange-ftp-send-cmd): Revert last change, and expand
12796 the comment explaining the problem.
12797
12798 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12799
12800 * ldefs-boot.el: Update.
12801
12802 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12803 item to "Time, Load and Mail". Change help echo text.
12804
12805 * time.el (display-time-use-mail-icon, display-time-format)
12806 (display-time-string-forms): Shorten first line of docstrings.
12807
12808 2005-08-10 Lars Hansen <larsh@soem.dk>
12809
12810 * desktop.el (desktop-buffer-mode-handlers):
12811 Make non-customizable. Add autoload cookie. Change initial value to
12812 nil; add elements in respective modules instead. Fix doc string.
12813 (desktop-load-file): New function.
12814 (desktop-minor-mode-handlers): New autoloaded variable.
12815 (desktop-create-buffer): Call minor mode handlers.
12816 Use desktop-load-file to load major and minor mode modules prior to
12817 checking for a handler.
12818 (desktop-save): Don't add nil to desktop-minor-modes for minor
12819 modes with nil function in desktop-minor-mode-table. Don't delete
12820 desktop file before rewriting it.
12821 (desktop-locals-to-save): Add autoload cookie. Don't make
12822 automatically buffer-local. Add variables column-number-mode,
12823 size-indication-mode, indent-tabs-mode,
12824 indicate-buffer-boundaries, indicate-empty-lines and
12825 show-trailing-whitespace.
12826 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12827 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12828 (desktop-clear-preserve-buffers-regexp): Delete.
12829 (desktop-clear-preserve-buffers): Update initial value and docstring.
12830 (desktop-save-buffer): Fix doc string.
12831
12832 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12833 (hilit-chg-desktop-restore): New function.
12834 (highlight-changes-mode): Add highlight-changes-mode to
12835 desktop-locals-to-save.
12836
12837 * dired.el: Add handler to desktop-buffer-mode-handlers.
12838 (dired-restore-desktop-buffer): Remove autoload cookie.
12839 (dired-mode): Add autoload cookie.
12840
12841 * info.el: Add handler to desktop-buffer-mode-handlers.
12842 (Info-restore-desktop-buffer): Remove autoload cookie.
12843 (Info-mode): Add autoload cookie.
12844
12845 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12846 (mh-restore-desktop-buffer): Remove autoload cookie.
12847 (mh-folder-mode): Add autoload cookie.
12848
12849 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12850 (rmail-restore-desktop-buffer): Remove autoload cookie.
12851
12852 2005-08-11 Masatake YAMATO <jet@gyve.org>
12853
12854 * hexl.el (hexl-address-region):
12855 (hexl-ascii-region, hexl-font-lock-keywords):
12856 (hexl-highlight-line-range): Use the term "region"
12857 instead of "area" for consistency with the other symbols
12858 defined in hexl.el.
12859
12860 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12861
12862 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12863 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12864 out by Juri Linkov). Add `display-battery-mode'.
12865
12866 2005-08-09 Juri Linkov <juri@jurta.org>
12867
12868 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12869 Remove `-text' from face variable names.
12870 (compilation-error-file-name, compilation-warning-file-name)
12871 (compilation-info-file-name): Delete faces.
12872 (compilation-line-number, compilation-column-number):
12873 Remove face underlining.
12874 (compilation-message-face): Set to `underline' value by default.
12875 (compilation-error-face, compilation-warning-face)
12876 (compilation-info-face): Remove `-file-name' from face names.
12877 (compilation-error-text-face, compilation-warning-text-face)
12878 (compilation-info-text-face): Delete face variables.
12879 (compilation-text-face): Delete function.
12880
12881 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12882 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12883 (grep-error-face): Set to `compilation-error' instead of
12884 `compilation-error-face' (which is redefined to `grep-hit-face' in
12885 grep buffers).
12886 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12887 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12888
12889 * dired-aux.el (dired-do-query-replace-regexp):
12890 Use `query-replace-read-args'.
12891
12892 * replace.el (query-replace-read-from, query-replace-read-to)
12893 (query-replace-read-args): Rename arg `string' to `prompt'.
12894
12895 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12896
12897 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12898
12899 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12900 uploading files.
12901 (ange-ftp-canonize-filename): Handle file names beginning with ~
12902 correctly.
12903
12904 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12905
12906 * textmodes/fill.el (canonically-space-region)
12907 (fill-context-prefix, fill-french-nobreak-p)
12908 (fill-delete-newlines, fill-comment-paragraph)
12909 (justify-current-line): "?\ " -> "?\s".
12910
12911 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12912
12913 * textmodes/fill.el (fill-nonuniform-paragraphs):
12914 Improve argument/docstring consistency.
12915
12916 2005-08-09 Richard M. Stallman <rms@gnu.org>
12917
12918 * textmodes/ispell.el (ispell-word): More fboundp checks.
12919
12920 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12921 (find-file-noselect-1): Call it here, only if RAWFILE.
12922 (normal-mode): Always set some major mode.
12923 (save-some-buffers-action-alist): Change some explanation strings.
12924 (file-name-non-special): In the `quote' method, use unwind-protect.
12925
12926 2005-08-09 Magnus Henoch <mange@freemail.hu>
12927
12928 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12929 (ispell-have-aspell-dictionaries): New variable.
12930 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12931 (ispell-get-aspell-config-value): New function.
12932 (ispell-aspell-find-dictionary): New function.
12933 (ispell-aspell-add-aliases): New function.
12934 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12935 appropriate. Don't look for ispell dictionaries if we use aspell.
12936 (ispell-menu-map): Don't build a submenu of dictionaries.
12937
12938 2005-08-09 Richard M. Stallman <rms@gnu.org>
12939
12940 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12941 (sql-read-passwd): Use read-passwd.
12942
12943 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12944 (idlwave-toolbar-is-possible): Add defvars.
12945
12946 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12947 Avoid warnings.
12948
12949 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12950 (idlwave-system-class-info, idlwave-executive-commands-alist):
12951 Use defvar.
12952
12953 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12954
12955 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12956 Avoid warnings.
12957
12958 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12959 and content-type: headers.
12960
12961 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12962
12963 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12964 and rename some of them to be more self-explanatory.
12965
12966 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12967
12968 * startup.el (command-line-1): Implement -scriptload.
12969
12970 * replace.el (occur-engine): Initial *Occur* output not undoable.
12971
12972 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12973 and improve help strings.
12974
12975 * isearch.el (isearch-repeat): When changing direction,
12976 mark search successful.
12977
12978 * ediff-init.el: Use (featurep 'xemacs).
12979
12980 * comint.el (send-invisible): Identify buffer, if not selected.
12981
12982 * align.el: Delete autoload for c-guess-basic-syntax.
12983
12984 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12985
12986 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12987 Improve argument/docstring consistency. Doc fixes.
12988 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12989 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12990 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12991 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12992 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12993 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12994 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12995 Defvar at compile time.
12996
12997 2005-08-09 Juri Linkov <juri@jurta.org>
12998
12999 * info.el: Replace `info' with upper-case `Info' where appropriate.
13000 (info-title-1, info-title-2, info-title-3, info-title-4)
13001 (info-menu-header): Move up face definitions.
13002 (info-menu-star): Rename from `info-menu-5'.
13003 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
13004 (Info-fontify-visited-nodes): Fix docstring.
13005 (Info-hide-note-references): Fix docstring.
13006 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
13007 menu items in the same way as on cross-references.
13008 (info-apropos): Fix sorting order and formatting to be like in the
13009 stand-alone Info browser. Display error messages for 1 sec.
13010 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
13011 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
13012 from the menu bar.
13013 (Info-insert-dir): Restore point after calling
13014 `insert-buffer-substring'.
13015
13016 2005-08-08 Richard M. Stallman <rms@gnu.org>
13017
13018 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
13019 (recompute-lucid-menubar): Add defvars.
13020
13021 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
13022
13023 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
13024
13025 * net/net-utils.el (run-dig): Rename from `dig'.
13026
13027 * play/gametree.el (gametree-mode): Use make-local-variable,
13028 not make-variable-buffer-local.
13029
13030 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
13031
13032 * ansi-color.el (ansi-color-make-extent)
13033 (ansi-color-set-extent-face): Use fboundp, not functionp.
13034
13035 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
13036 not make-variable-buffer-local.
13037
13038 * bookmark.el (Info-current-file): Add defvar.
13039 (bookmark-jump-noselect): Use with-no-warnings.
13040
13041 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
13042
13043 * ebuff-menu.el (Helper-return-blurb): Add defvar.
13044
13045 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
13046
13047 * find-file.el (ada-procedure-start-regexp)
13048 (ada-package-start-regexp): Add defvars.
13049
13050 * info.el (Info-insert-dir): Use insert-buffer-substring.
13051
13052 * xml.el (xml-att-def-re): Add defvar.
13053
13054 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
13055 calling convention.
13056
13057 * subr.el (while-no-input): Return t if there is input.
13058
13059 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
13060
13061 * cus-start.el (all): Add `overflow-newline-into-fringe'.
13062
13063 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
13064
13065 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
13066 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
13067
13068 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
13069
13070 * cmuscheme.el (scheme-start-file): Replace reference to
13071 `user-emacs-directory' by "~/.emacs.d/".
13072
13073 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
13074
13075 * info.el (Info-dir-remove-duplicates): Avoid case folding
13076 in loop; instead, keep downcased strings for comparison.
13077 Suggested by Helmut Eller.
13078
13079 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
13080
13081 Sync with Tramp 2.0.50.
13082
13083 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
13084 XEmacs case; not necessary anymore.
13085 (tramp-user-regexp): Allow "@" as part of user name.
13086 (tramp-handle-set-visited-file-modtime)
13087 (tramp-handle-insert-file-contents)
13088 (tramp-handle-write-region): No special handling for
13089 `last-coding-system-used, because this is done in
13090 `tramp-accept-process-output' now.
13091 (tramp-accept-process-output): New defun.
13092 (tramp-process-one-action, tramp-process-one-multi-action)
13093 (tramp-wait-for-regexp, tramp-wait-for-output)
13094 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
13095 Howells <dhowells@redhat.com>.
13096 (clear-visited-file-modtime): Defadvice removed. The check for
13097 unset buffer's modtime does not need to be based on
13098 `tramp-buffer-file-attributes'. Suggested by RMS.
13099 (tramp-message): Insert "\n" if not being at beginning of line.
13100 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
13101 sequence with same logic.
13102 (tramp-completion-handle-expand-file-name): Discard call of
13103 `tramp-drop-volume-letter'. It is not necessary, and there have
13104 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
13105 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
13106 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
13107 should always be visible.
13108 (tramp-handle-insert-directory, tramp-setup-complete)
13109 (tramp-set-process-query-on-exit-flag)
13110 (tramp-append-tramp-buffers): Pacify byte-compiler.
13111 (tramp-bug): Delete non-existing variables from list.
13112 Apply `tramp-load-report-modules' as pre-hook.
13113 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
13114 `shell-prompt-pattern' because of non-7bit characters.
13115 Reported by Sebastian Luque <sluque@mun.ca>.
13116 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
13117 (tramp-match-string-list): Remove function.
13118 (tramp-wait-for-regexp): Remove call of that function.
13119 Suggested by Kim F. Storm <storm@cua.dk>.
13120 (tramp-set-auto-save-file-modes): Use octal integer code #o600
13121 instead of octal character code ?\600. The latter resulted in a
13122 syntax error with XEmacs.
13123
13124 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
13125 XEmacs case; not necessary anymore.
13126 (tramp-smb-handle-write-region): No special handling for
13127 `last-coding-system-used, because this is done in
13128 `tramp-accept-process-output' now.
13129 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
13130
13131 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
13132
13133 * wid-edit.el (widget-choice-value-create):
13134 Unconditionally respect user choice. Set :explicit-choice back to nil
13135 when no longer needed.
13136 (widget-choice-action): Unconditionally respect user choice.
13137 Eliminate :explicit-choice-value.
13138
13139 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
13140
13141 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
13142 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
13143 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
13144 running new function `toggle-indicate-empty-lines'.
13145 Rename "Customize" item to "Customize fringe".
13146 Rename "Indicators" item to "Buffer boundaries" and change help echo.
13147 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
13148 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
13149 Delete "Empty lines only" item.
13150 (menu-bar-showhide-fringe-ind-customize): New function.
13151 (menu-bar-showhide-fringe-ind-mixed)
13152 (menu-bar-showhide-fringe-ind-box)
13153 (menu-bar-showhide-fringe-ind-right)
13154 (menu-bar-showhide-fringe-ind-left)
13155 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
13156 instead of `fringe-indicators'.
13157
13158 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
13159
13160 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
13161 Change the date of last update.
13162
13163 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
13164
13165 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
13166 (viper-exec-yank, viper-put-back): Don't display modification msg
13167 if in the minibuffer.
13168
13169 * viper-init.el (viper-replace-overlay-cursor-color)
13170 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
13171 Make variables frame local.
13172
13173 * viper-util.el (viper-append-filter-alist): Use append instead of
13174 nconc.
13175
13176 * viper.el (viper-vi-state-mode-list)
13177 (viper-emacs-state-mode-list): Move help-mode and
13178 completion-list-mode from the first list to the second.
13179 (viper-mode): Docstring.
13180 (viper-go-away, viper-non-hook-settings): Don't localize
13181 minor-mode-alist in newer Emacsen. Add advice to
13182 set-cursor-color. Don't bind "\C-c\\".
13183
13184 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
13185
13186 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
13187 (scheme-macro-expand-command): New user options.
13188 (scheme-trace-procedure, scheme-expand-current-form): New commands.
13189 (scheme-form-at-point, scheme-start-file)
13190 (scheme-interactively-start-process): New functions.
13191 (scheme-get-process): New function, extracted from `scheme-proc'.
13192 (run-scheme): Call `scheme-start-file' to get start file, and pass
13193 it to `make-comint'.
13194 (switch-to-scheme, scheme-proc):
13195 Call `scheme-interactively-start-process' if no Scheme buffer/process
13196 is available.
13197
13198 2005-08-06 Juri Linkov <juri@jurta.org>
13199
13200 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13201 Use `compilation-text-face', `compilation-info-text-face' and
13202 `compilation-error-text-face' instead of `font-lock-keyword-face'.
13203 (compilation-error): New face.
13204 (compilation-error-file-name): Inherit from
13205 `compilation-error' instead of `font-lock-warning-face'.
13206 (compilation-warning-file-name): Inherit from
13207 `compilation-warning' instead of `font-lock-warning-face'.
13208 (compilation-info, compilation-error-file-name)
13209 (compilation-warning-file-name, compilation-info-file-name)
13210 (compilation-line-number, compilation-column-number): Doc fix.
13211 (compilation-error-text-face, compilation-warning-text-face)
13212 (compilation-info-text-face): New face variables.
13213 (compilation-line-face, compilation-column-face)
13214 (compilation-enter-directory-face)
13215 (compilation-leave-directory-face): Doc fix.
13216 (compilation-text-face): New function.
13217
13218 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
13219 instead of 1 to display binary file names as info file links.
13220 (grep-error-face): Use `compilation-error-face' instead of
13221 `font-lock-keyword-face'.
13222 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
13223 and `compilation-warning-text-face' instead of
13224 `font-lock-keyword-face'. Use `compilation-error-text-face'
13225 instead of `grep-error-face'.
13226
13227 2005-08-05 Kenichi Handa <handa@m17n.org>
13228
13229 * international/code-pages.el: Add autoload cookies for all coding
13230 systems.
13231
13232 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
13233
13234 * cus-start.el (all): Put undo.c where it alphabetically belongs.
13235
13236 2005-08-04 Juri Linkov <juri@jurta.org>
13237
13238 * progmodes/compile.el (compilation-mode-map):
13239 * progmodes/grep.el (grep-mode-map):
13240 Bind TAB to `compilation-next-error' and [backtab] to
13241 `compilation-previous-error'.
13242
13243 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
13244 matching line numbers, column numbers and their ranges with regexp
13245 matching only line numbers.
13246 (grep-context-face): New face variable.
13247 (grep-mode-font-lock-keywords): Use it.
13248
13249 * faces.el (read-face-name): Delete duplicate faces.
13250
13251 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
13252
13253 * thumbs.el (thumbs-find-image): Don't make variables
13254 automatically buffer local.
13255 (thumbs-current-tmp-filename, thumbs-current-image-filename)
13256 (thumbs-image-num): Make automatically buffer local.
13257 (thumbs-show-thumbs-list): Use `make-local-variable', not
13258 `make-variable-buffer-local'.
13259 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
13260
13261 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
13262 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
13263 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
13264 (bother, bye, canyou, chatlst, continue, deathlst, describe)
13265 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
13266 (feelings-about, foullst, found, hello, history, howareyoulst)
13267 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
13268 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
13269 (neglst, obj, object, owner, please, problems, qlist)
13270 (random-adjective, relation, remlst, repetitive-shortness)
13271 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
13272 (shortlst, something, sportslst, stallmanlst, states, subj)
13273 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
13274 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
13275 Defvar at compile time.
13276
13277 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
13278 not `make-variable-buffer-local'.
13279
13280 2005-08-02 Kim F. Storm <storm@cua.dk>
13281
13282 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
13283 rectangle overlay in selected window.
13284
13285 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
13286
13287 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
13288 instead of display group. Make `indicate-buffer-boundaries'
13289 customizable through Custom.
13290
13291 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
13292
13293 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
13294 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
13295 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
13296 (gdb-put-string): Fix typos in docstrings.
13297
13298 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
13299
13300 Update copyright notices of files in progmodes directory for
13301 release of Emacs 22.1.
13302
13303 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
13304
13305 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
13306 Don't barf if the GUD buffer has been killed.
13307
13308 2005-08-01 Kim F. Storm <storm@cua.dk>
13309
13310 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
13311
13312 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
13313
13314 * simple.el (next-error-follow-minor-mode):
13315 make-variable-buffer-local -> make-local-variable.
13316
13317 * emacs-lisp/cl-extra.el: Require CL also when compiling.
13318
13319 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
13320 (byte-compile-form-make-variable-buffer-local): New functions to warn
13321 about misuses of make-variable-buffer-local where make-local-variable
13322 was meant.
13323
13324 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
13325
13326 * bs.el (bs-attributes-list): Doc fix.
13327 (bs): Update url-link.
13328
13329 * desktop.el (desktop-save-buffer): Fix typos in docstring.
13330 (desktop-load-default): Simplify.
13331
13332 * ibuffer.el (ibuffer-columnize-and-insert-list)
13333 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
13334 (ibuffer-unmark-all, ibuffer-toggle-marks)
13335 (ibuffer-unmark-forward, ibuffer-unmark-backward)
13336 (ibuffer-compile-make-format-form, ibuffer-format-column)
13337 (ibuffer-current-buffers-with-marks)
13338 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
13339 (ibuffer): Doc fix.
13340 (ibuffer-mode): Fix typo in docstring.
13341 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
13342 with `define-obsolete-variable-alias'.
13343 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
13344
13345 2005-07-29 Kenichi Handa <handa@m17n.org>
13346
13347 * international/mule-cmds.el (select-message-coding-system):
13348 Be sure to use LF for end-of-line. If no coding system is decided,
13349 return iso-8859-1-unix.
13350
13351 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
13352
13353 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
13354 (ange-ftp-pending-error-line): New vars.
13355 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
13356 to handle the non-fatal no-route-to-host messages.
13357 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
13358
13359 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
13360
13361 * isearch.el (isearch-mode-map, isearch-other-meta-char)
13362 (isearch-quote-char, isearch-printing-char)
13363 (isearch-text-char-description): "?\ " -> "?\s".
13364 (isearch-lazy-highlight-cleanup)
13365 (isearch-lazy-highlight-initial-delay)
13366 (isearch-lazy-highlight-interval)
13367 (isearch-lazy-highlight-max-at-a-time)
13368 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
13369 Declare with define-obsolete-*-alias macros.
13370 (isearch-forward): Fix typo in docstring.
13371 (search-invisible, search-ring-yank-pointer)
13372 (regexp-search-ring-yank-pointer): Doc fixes.
13373
13374 * recentf.el (recentf-menu-append-commands-p): Declare with
13375 `define-obsolete-variable-alias'.
13376 (recentf-max-saved-items, recentf-menu-filter)
13377 (recentf-arrange-by-rule-subfilter): Doc fixes.
13378 (recentf-menu-append-commands-flag)
13379 (recentf-initialize-file-name-history, recentf-expand-file-name)
13380 (recentf-clear-data): Fix typos in docstrings.
13381
13382 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
13383
13384 * progmodes/gdb-ui.el: Smarten comments.
13385 (gdb-info-breakpoints-custom): Use nowarn when finding file.
13386
13387 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13388
13389 * term/apollo.el (terminal-init-apollo): New function containing
13390 all former top level forms in the file.
13391 * term/bobcat.el (terminal-init-bobcat):
13392 * term/cygwin.el (terminal-init-cygwin):
13393 * term/iris-ansi.el (terminal-init-iris-ansi):
13394 * term/linux.el (terminal-init-linux):
13395 * term/news.el (terminal-init-news):
13396 * term/rxvt.el (terminal-init-rxvt):
13397 * term/sun.el (terminal-init-sun):
13398 * term/tvi970.el (terminal-init-tvi970):
13399 * term/vt100.el (terminal-init-vt100):
13400 * term/vt102.el (terminal-init-vt102):
13401 * term/vt125.el (terminal-init-vt125):
13402 * term/vt200.el (terminal-init-vt200):
13403 * term/vt201.el (terminal-init-vt201):
13404 * term/vt220.el (terminal-init-vt220):
13405 * term/vt240.el (terminal-init-vt240):
13406 * term/vt300.el (terminal-init-vt300):
13407 * term/vt320.el (terminal-init-vt320):
13408 * term/vt400.el (terminal-init-vt400):
13409 * term/vt420.el (terminal-init-vt420):
13410 * term/wyse50.el (terminal-init-wyse50):
13411 * term/xterm.el (terminal-init-xterm): Likewise.
13412
13413 * term/README: Describe the terminal-init-* functionality.
13414
13415 * startup.el (command-line): After loading the terminal initialization
13416 file call the corresponding terminal initialization function.
13417
13418 2005-07-27 Kenichi Handa <handa@m17n.org>
13419
13420 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
13421 negative.
13422
13423 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
13424 (ps-mule-composition-prologue): Fix for the case that
13425 RelativeCompose is false.
13426
13427 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13428
13429 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
13430
13431 * descr-text.el (describe-char): Handle the case where the list of
13432 chars is displayed in a separate frame.
13433 Be a bit more discriminating when looking for the char.
13434
13435 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
13436
13437 * bookmark.el (bookmark-automatically-show-annotations)
13438 (bookmark-read-annotation-text-func): Doc fixes.
13439 (bookmark-save): Improve argument/docstring consistency.
13440 (bookmark-get-bookmark, bookmark-get-bookmark-record)
13441 (bookmark-alist-from-buffer)
13442 (bookmark-upgrade-file-format-from-0)
13443 (bookmark-grok-file-format-version)
13444 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
13445 (bookmark-read-annotation-mode)
13446 (bookmark-insert-current-bookmark, bookmark-jump)
13447 (bookmark-exit-hook): Fix typos in docstrings.
13448 (bookmark-exit-hooks): Define as obsolete alias.
13449 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13450 not `bookmark-exit-hooks'. Fix docstring.
13451 (bookmark-bmenu-select): "?\ " -> "?\s".
13452
13453 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
13454
13455 * startup.el (command-line): Fix typo.
13456
13457 2005-07-24 Richard M. Stallman <rms@gnu.org>
13458
13459 * tooltip.el (tooltip-mode): Test emacs-basic-display,
13460 not emacs-quick-startup.
13461
13462 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
13463
13464 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13465 (reb-next-match, reb-show-subexp): Use `with-selected-window'
13466 instead of `reb-with-current-window'.
13467 (reb-prev-match): Likewise. Also, don't move left if the search
13468 was unsuccessful.
13469 (reb-initialize-buffer): New function.
13470 (re-builder, reb-change-syntax): Use it.
13471
13472 * man.el (Man-goto-page): Make second argument NOERROR optional.
13473
13474 2005-07-23 Richard M. Stallman <rms@gnu.org>
13475
13476 * man.el (Man-bgproc-sentinel): Check here for failure to find
13477 any man page in the output, and report the error here.
13478 (Man-arguments): Make it permanent local.
13479 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
13480 (Man-mode): Pass t for NOERROR.
13481
13482 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13483 (grep-mode-font-lock-keywords):
13484 Don't use compilation-...-face for messages that are not file names.
13485
13486 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13487 Don't use compilation-...-face for messages that are not file names.
13488
13489 2005-07-22 Juri Linkov <juri@jurta.org>
13490
13491 * startup.el (normal-splash-screen): Update menu name.
13492
13493 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13494
13495 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13496
13497 * term/xterm.el: Load term/rxvt if the terminal is actually an
13498 rxvt terminal.
13499 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13500
13501 * term/rxvt.el (function-key-map): Use substitute-key-definition
13502 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13503
13504 * term/cygwin.el: New file.
13505
13506 2005-07-22 Kim F. Storm <storm@cua.dk>
13507
13508 * image-file.el (insert-image-file, image-file-yank-handler):
13509 Fix last change to maintain a (unique) yank-handler on yanked images.
13510
13511 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13512
13513 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13514 of the file size (as in "177B" for 177 bytes). This happens with
13515 "ls -lh" on FreeBSD.
13516
13517 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13518
13519 * hilit-chg.el (highlight-changes-global-initial-state)
13520 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13521 (hilit-chg-fixup, highlight-changes-mode):
13522 Fix typos in docstrings.
13523 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13524 Doc fixes.
13525
13526 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13527
13528 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13529 mode function using `eval-after-load'.
13530
13531 2005-07-21 Kim F. Storm <storm@cua.dk>
13532
13533 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13534 included when reporting an emacs crash, and tell about the DEBUG file.
13535
13536 * image-file.el (insert-image-file): Add yank-handler.
13537 (image-file-yank-handler): Yank handler to make unique copies of
13538 images when they are yanked into a buffer next to each other.
13539
13540 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13541
13542 * comint.el (comint-use-prompt-regexp, comint-send-input)
13543 (comint-source-default, comint-extract-string)
13544 (comint-get-source, comint-word, comint-completion)
13545 (comint-source, comint-prompt-read-only, comint-update-fence):
13546 Fix typos in docstrings.
13547 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13548 Declare with define-obsolete-*-alias macros.
13549 (comint-previous-matching-input-from-input)
13550 (comint-next-matching-input-from-input)
13551 (comint-previous-matching-input, comint-next-matching-input)
13552 (comint-forward-matching-input):
13553 Improve argument/docstring consistency.
13554
13555 * desktop.el (desktop-clear-preserve-buffers-regexp):
13556 Also preserve the *server* buffer.
13557
13558 * simple.el (clone-indirect-buffer): Doc fix.
13559 (fixup-whitespace, just-one-space)
13560 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13561 (next-error, next-error-highlight)
13562 (next-error-highlight-no-select, next-error-last-buffer)
13563 (next-error-buffer-p, next-error-find-buffer, next-error)
13564 (previous-error, next-error-no-select, previous-error-no-select)
13565 (open-line, split-line, minibuffer-prompt-width, kill-new)
13566 (binary-overwrite-mode): Fix typos in docstrings.
13567 (set-fill-column): Fix typo in message.
13568
13569 * skeleton.el (skeleton-proxy-new): Doc fix.
13570
13571 * strokes.el (strokes-load-hook): Doc fix.
13572 (strokes-grid-resolution, strokes-get-grid-position)
13573 (strokes-renormalize-to-grid, strokes-read-stroke)
13574 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13575 (strokes-global-map): Fix typos in docstrings.
13576 (strokes-help): Doc fix. Fix help message and pass it through
13577 `substitute-command-keys'.
13578
13579 * tempo.el (tempo-insert-prompt, tempo-interactive)
13580 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13581 (tempo-insert-string-functions, tempo-local-tags)
13582 (tempo-define-template, tempo-insert-template)
13583 (tempo-insert-prompt-compat, tempo-is-user-element)
13584 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13585 Fix typos in docstrings.
13586
13587 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13588 (vcursor-key-bindings, vcursor-use-vcursor-map)
13589 (vcursor-find-window, vcursor-scroll-down)
13590 (vcursor-disable, vcursor-beginning-of-buffer)
13591 (vcursor-end-of-buffer): Fix typos in docstrings.
13592 (vcursor-relative-move, vcursor-get-char-count):
13593 Improve argument/docstring consistency.
13594
13595 * version.el: "?\ " -> "?\s".
13596
13597 * wid-edit.el (widget-default-create, widget-after-change)
13598 (widget-default-format-handler, widget-checklist-add-item)
13599 (widget-radio-add-item, widget-choose, widget-specify-secret)
13600 (widget-field-value-create, widget-field-value-get)
13601 (widget-editable-list-format-handler)
13602 (widget-editable-list-entry-create, widget-group-value-create)
13603 (widget-documentation-link-add)
13604 (widget-documentation-string-value-create): "?\ " -> "?\s".
13605 (widget-convert-text): Doc fix.
13606 (widget-narrow-to-field, widget-field-find)
13607 (widget-url-link-action, widget-emacs-library-link-action)
13608 (widget-color-notify): Fix typos in docstrings.
13609
13610 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13611 (x-select-text, set-w32-system-coding-system)
13612 (w32-add-charset-info): Fix typos in docstrings.
13613
13614 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13615 (cua-enable-cua-keys, cua-use-hyper-key)
13616 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13617 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13618
13619 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13620
13621 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13622 `defalias' instead of faking it.
13623
13624 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13625 (eshell-ls-missing, eshell-ls-dired-initial-args)
13626 (eshell-ls-use-in-dired): Fix typos in docstrings.
13627
13628 2005-07-20 Kim F. Storm <storm@cua.dk>
13629
13630 * emulation/cua-base.el (cua-mode): Improve doc string.
13631
13632 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13633
13634 * abbrev.el (expand-region-abbrevs): Doc fix.
13635 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13636 Improve argument/docstring consistency.
13637
13638 * arc-mode.el (archive-get-descr, archive-alternate-display):
13639 Doc fixes.
13640 (archive-l-e): Improve argument/docstring consistency.
13641 (archive-tmpdir, archive-unixdate, archive-unixtime)
13642 (archive-chmod-entry): Fix typos in docstrings.
13643 (archive-unflag, archive-unflag-backwards)
13644 (archive-unmark-all-files): "?\ " -> "?\s".
13645
13646 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13647 (Buffer-menu-not-modified, Buffer-menu-execute)
13648 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13649 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13650
13651 * composite.el (compose-string, encode-composition-rule)
13652 (compose-last-chars): Fix typos in docstrings.
13653
13654 * desktop.el (desktop-enable, desktop-basefilename):
13655 Declare with `define-obsolete-variable-alias'.
13656 (desktop-internal-v2s): Don't quote keywords.
13657 (desktop-clear): "?\ " -> "?\s".
13658
13659 * dired.el (dired-align-file, dired-flag-backup-files)
13660 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13661 (dired-listing-switches, dired-ls-F-marks-symlinks)
13662 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13663 (dired-directory, dired-faces, dired, dired-revert)
13664 (dired-mode, dired-summary, dired-view-file)
13665 (dired-copy-filename-as-kill, dired-delete-file)
13666 (dired-no-confirm, dired-unmark-all-marks)
13667 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13668 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13669 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13670 Fix typos in message strings.
13671
13672 * dired-x.el (virtual-dired): Declare with `defalias'.
13673 (dired-mark-unmarked-files, dired-local-variables-file)
13674 (dired-omit-here-always): Doc fix.
13675 (dired-omit-mode, dired-find-subdir)
13676 (dired-enable-local-variables, dired-clean-up-buffers-too)
13677 (dired-extra-startup, dired-mark-extension, dired-jump)
13678 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13679 (dired-smart-shell-command, dired-guess-shell-alist-user)
13680 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13681 (dired-x-bind-find-file, dired-x-submit-report):
13682 Fix typos in docstrings.
13683 (dired-mark-unmarked-files): "?\ " -> "?\s".
13684
13685 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13686
13687 * faces.el (describe-face): "?\ " -> "?\s".
13688 (read-all-face-attributes, read-face-font, modify-face)
13689 (face-attr-construct, italic): Fix typos in docstrings.
13690 (frame-update-face-colors): Declare with
13691 `define-obsolete-function-alias'.
13692
13693 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13694 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13695 (magic-mode-alist, buffer-file-numbers-unique)
13696 (write-file-functions, get-free-disk-space):
13697 Fix typos in docstrings.
13698 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13699 (write-contents-hooks, write-file-hooks):
13700 Declare with `define-obsolete-variable-alias'.
13701
13702 * forms-d2.el (arch-rj): Fix typo in docstrings.
13703 (arch-tocol): Likewise. "?\ " -> "?\s".
13704
13705 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13706 Fix typo in docstring.
13707 (set-screen-width, set-screen-height): Delete redundant info in
13708 doctrings.
13709 (new-frame, screen-height, screen-width): Declare with
13710 `define-obsolete-function-alias'.
13711 (delete-frame-hook, blink-cursor): Declare with
13712 `define-obsolete-variable-alias'.
13713
13714 * paths.el (prune-directory-list): Fix typos in docstring.
13715
13716 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13717 (cvs-prefix-get): Fix typos in docstrings.
13718
13719 * ps-print.el (ps-extend-face-list, ps-extend-face)
13720 (ps-print-background-image): Fix typos in docstrings.
13721 (ps-default-fg, ps-default-bg): Doc fixes.
13722
13723 * s-region.el (s-region-bind): Doc fix.
13724 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13725
13726 * textmodes/org.el (org-table-formula-substitute-names)
13727 (org-table-get-vertical-vector): Doc fixes.
13728 (org-table-recalculate): Remove unused argument to `message'.
13729
13730 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13731
13732 * textmodes/org.el (org-table-column-names)
13733 (org-table-column-name-regexp)
13734 (org-table-named-field-locations): New variables.
13735 (org-archive-subtree): Protect `this-command' when calling
13736 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13737 the kill buffer.
13738 (org-complete): Remove fixed-formula completion.
13739 (org-edit-formulas-map): New variable.
13740 (org-table-edit-formulas): New command.
13741 (org-finish-edit-formulas, org-abort-edit-formulas)
13742 (org-show-variable, org-table-get-vertical-vector): New functions.
13743 (org-table-maybe-eval-formula): Handle `:=' fields.
13744 (org-table-get-stored-formulas, org-table-store-formulas)
13745 (org-table-get-formula, org-table-modify-formulas)
13746 (org-table-replace-in-formulas): Handle named field formulas.
13747 (org-table-get-specials): Store locations of named fields.
13748
13749 2005-07-19 Juri Linkov <juri@jurta.org>
13750
13751 * progmodes/grep.el (grep-regexp-alist)
13752 (grep-mode-font-lock-keywords, grep-process-setup):
13753 Use default GNU grep match color "01;31m" instead of "01;41m".
13754 (grep-regexp-alist, grep-mode-font-lock-keywords):
13755 Use `\\[[0-9]*m' instead of `\\[00m'.
13756 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13757 sgr_start where its handling is more important. Use the real
13758 length of sgr_start instead of constant 8.
13759 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13760 specially. Delete all remaining escape sequences.
13761 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13762 (grep-regexp-alist): Make hyperlink only for binary file name
13763 instead of the whole line.
13764 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13765 (grep-mode): Add autoload.
13766
13767 * emacs-lisp/find-func.el (find-function-regexp):
13768 Add `define-compilation-mode'.
13769
13770 2005-07-19 Juri Linkov <juri@jurta.org>
13771
13772 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13773 (compare-windows-sync-string-size, compare-windows-recenter)
13774 (compare-windows-highlight, compare-windows): Add version 22.1.
13775 (compare-windows) <defface>: Inherit from lazy-highlight instead
13776 of duplicating its default value.
13777
13778 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13779 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13780
13781 * descr-text.el (describe-char): Create link buttons for `charset'
13782 and `code point'. Add the current input method name with a link
13783 button to `to input' field. Print face names of display table
13784 characters in `The display table entry is displayed by' section
13785 instead of printing face-id in the `display' field.
13786 Guess hardcoded faces and create a link button for them.
13787 Skip empty fields when calculating max-width.
13788 Treat `widget-create' specially while inserting strings from the
13789 collected field list.
13790 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13791
13792 * diff-mode.el (diff-file-header): Change foreground color from
13793 yellow to green on light backgrounds.
13794 (diff-context): Inherit from `shadow' only for color/grayscale
13795 with more than 88 colors.
13796 (diff-indicator-removed, diff-indicator-added)
13797 (diff-indicator-changed): New faces.
13798 (diff-font-lock-keywords): Use new faces. Regroup rules.
13799 Add "^---$" for `normal' diff format. Fontify `#' lines with
13800 font-lock-comment-delimiter-face and font-lock-comment-face.
13801 Add `#' to ^[^...] in the rule for `diff-context-face'.
13802
13803 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13804 a button-like box. Inherit from `highlight' on low colors.
13805 (shadow): Use shades of gray only for color/grayscale with
13806 more than 88 colors. Use green for light backgrounds with
13807 8 colors, and yellow for dark backgrounds with 8 colors.
13808
13809 * font-lock.el (font-lock-regexp-grouping-backslash):
13810 Don't inherit from escape-glyph (use bold for all cases).
13811
13812 * info.el (info-xref-visited): Use light foreground color `violet'
13813 for dark backgrounds instead of dark color `magenta3'.
13814 (info-title-1): Use `yellow' color for dark backgrounds.
13815
13816 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13817 too-light magenta2.
13818
13819 * replace.el (match): Use slightly more light RoyalBlue3 instead
13820 of dark RoyalBlue4.
13821
13822 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13823
13824 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13825
13826 * novice.el (disabled-command-hook): Declare it with
13827 `define-obsolete-variable-alias'.
13828
13829 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13830 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13831 (desktop-load-default): Add release to obsolescence info.
13832 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13833 (desktop-append-buffer-args, desktop-read):
13834 Fix typos in docstrings.
13835 (desktop-kill): Fix typo in message.
13836 (desktop-save): Doc fix.
13837
13838 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13839
13840 * viper-cmd.el (viper-escape-to-state): Bug fix.
13841 (viper-envelop-ESC-key): Change the definition of fast
13842 keysequence so it'll work with keyboard macros.
13843
13844 * ediff.el (ediff-patch-buffer): Change the docstring.
13845
13846 2005-07-19 Kenichi Handa <handa@m17n.org>
13847
13848 * international/mule-cmds.el (select-safe-coding-system): Try to
13849 use an auto-coding (if any) before anything else. If the found
13850 auto-coding is invalid, show a warning message.
13851
13852 * international/mule.el (find-auto-coding): New function created
13853 by modifying the body of set-auto-coding.
13854 (set-auto-coding): Use find-auto-coding to find a coding.
13855
13856 2005-07-18 Richard M. Stallman <rms@gnu.org>
13857
13858 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13859 not isearch-mode-end-hook-error.
13860 (allout-before-change-protect): Fix error message.
13861
13862 2005-07-18 Juri Linkov <juri@jurta.org>
13863
13864 * allout.el (allout-mode):
13865 * calculator.el (calculator-copy):
13866 * custom.el (custom-known-themes):
13867 * dired.el (dired-desktop-buffer-misc-data)
13868 (dired-restore-desktop-buffer):
13869 * dired-x.el (dired-omit-marker-char):
13870 * files.el (basic-save-buffer):
13871 * font-core.el (font-lock-mode):
13872 * calendar/calendar.el (calendar-goto-hebrew-date)
13873 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13874 (calendar-goto-persian-date):
13875 * language/ethio-util.el (ethio-sera-to-fidel-region):
13876 * textmodes/picture.el (picture-mode):
13877 Delete duplicate duplicate words.
13878
13879 2005-07-18 Juri Linkov <juri@jurta.org>
13880
13881 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13882 chars * ? } |.
13883 (isearch-fallback): Don't call `isearch-process-search-char'.
13884 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13885 (isearch-process-search-char): Call `isearch-fallback' for regexp
13886 chars * ? } |.
13887 (isearch-return-char): Make obsolete with `make-obsolete' instead
13888 of simply documenting it as obsolete in the docstring.
13889 (isearch-fallback): Refill docstring.
13890
13891 * international/isearch-x.el
13892 (isearch-process-search-multibyte-characters): Remove unneeded
13893 `concat'. Add intermediate values to `junk-hist' instead of
13894 `minibuffer-history'. Test the length of `str'.
13895
13896 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13897
13898 * allout.el (allout-resolve-xref): Fix typos in error strings.
13899 (allout-before-change-protect): Remove unneeded `concat'.
13900
13901 * array.el (array-mode, array-reconfigure-rows)
13902 (untabify-backward): Fix typos in docstrings.
13903 (array-reconfigure-rows): Use `insert-buffer-substring', not
13904 `insert-buffer'.
13905
13906 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13907 * progmodes/ada-mode.el (ada-make-body):
13908 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13909
13910 * dired.el (dired-log):
13911 * tar-mode.el (tar-subfile-save-buffer):
13912 * play/zone.el (zone-pgm-stress-destress):
13913 Use `insert-buffer-substring', not `insert-buffer'.
13914
13915 2005-07-17 Simon Josefsson <jas@extundo.com>
13916
13917 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13918
13919 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13920
13921 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13922 Add plain auth method.
13923 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13924
13925 2005-07-17 Kim F. Storm <storm@cua.dk>
13926
13927 * ido.el (dired-other-window): Add ido property.
13928
13929 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13930
13931 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13932 Fix typo in docstring.
13933 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13934 `insert-file-literally'.
13935
13936 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13937 info and delete redundant message. Doc fix.
13938 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13939 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13940
13941 2005-07-16 Richard M. Stallman <rms@gnu.org>
13942
13943 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13944 (byte-compile-and): Use byte-compile-and-recursion.
13945 (byte-compile-or-recursion): New function.
13946 (byte-compile-or): Use that.
13947 (byte-compile-if): Guard the else-clause too.
13948 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13949
13950 * isearch.el (isearch-mode-end-hook-quit): New variable.
13951 (isearch-done): Bind it.
13952 (isearch-mode-end-hook): Doc fix.
13953
13954 * allout.el (allout-isearch-did-quit): Variable deleted.
13955 (allout-real-isearch-abort): Function name no longer used.
13956 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13957 (allout-isearch-rectification): isearch-mode always exists.
13958 Don't set allout-isearch-did-quit.
13959 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13960 allout-isearch-did-quit.
13961 (allout-enwrap-isearch): Just add the hook.
13962 (allout-isearch-abort): Function deleted.
13963 (allout-pre-command-business): Avoid warning.
13964
13965 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13966 Correctly avoid warnings.
13967 (pascal-outline): Likewise.
13968
13969 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13970
13971 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13972
13973 * play/tetris.el (tetris-mode): Avoid warning.
13974
13975 * play/snake.el (snake-mode): Avoid warning.
13976
13977 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13978 (gamegrid-set-display-table): Avoid warning.
13979 (gamegrid-set-timer): Likewise.
13980 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13981 (gamegrid-add-score-with-update-game-score-1): Take FILE
13982 as argument.
13983 (gamegrid-add-score-with-update-game-score): Pass that argument.
13984 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13985
13986 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13987
13988 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13989 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13990
13991 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13992 and insert-file.
13993
13994 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13995 (sc-ask): Avoid warnings.
13996
13997 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13998 (eshell-hist-initialize): Use that var the natural way.
13999
14000 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
14001
14002 * emacs-lisp/re-builder.el (reb-cook-regexp):
14003 Avoid warning calling lre-compile-string.
14004 (reb-color-display-p): Avoid warning.
14005
14006 * calculator.el (calculator-last-input): Guard uses
14007 of event-key and key-press-event-p.
14008 (event-key, key-press-event-p): Delete definitions.
14009
14010 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
14011 (find-gc-source-directory, find-gc-subrs-callers)
14012 (find-gc-noreturn-list, find-gc-source-files)
14013 (find-gc-subrs-called): Vars renamed and defvar'd.
14014
14015 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
14016 (checkdoc-overlay-put, checkdoc-delete-overlay)
14017 (checkdoc-overlay-start, checkdoc-overlay-end)
14018 (checkdoc-mode-line-update, checkdoc-char=):
14019 Define such that compiler knows they are defined.
14020 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
14021 (checkdoc-read-event): Delete. Use read-event directly.
14022
14023 * whitespace.el (whitespace-make-overlay)
14024 (whitespace-overlay-put, whitespace-delete-overlay)
14025 (whitespace-overlay-start, whitespace-overlay-end):
14026 Define such that compiler knows they are defined.
14027 (whitespace): Move conditional inside.
14028
14029 * tempo.el (tempo-insert-template): Suppress warning.
14030
14031 * ediff-diff.el (longlines-mode): Add defvar.
14032
14033 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
14034
14035 * server.el: Bind "C-x #" in a way that works even if C-x is
14036 redefined to a command key, not a prefix key.
14037
14038 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
14039
14040 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
14041 cl-make-type-test till execution time.
14042
14043 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
14044
14045 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
14046 arg ARG and use it.
14047
14048 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
14049
14050 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
14051
14052 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
14053
14054 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
14055 a defcustom with two :set or :type keywords.
14056
14057 2005-07-15 Richard M. Stallman <rms@gnu.org>
14058
14059 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14060 Don't give ^M comment-end syntax.
14061
14062 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
14063
14064 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
14065 Don't consider gdbmi (gdb-mi.el has its own update functions).
14066 (gdb-var-delete): Make it work for gdbmi as well.
14067 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
14068
14069 * progmodes/gud.el (etags, sdb): Only require etags when needed.
14070 (gud-speedbar-menu-items): Correct logic for enabling items.
14071
14072 2005-07-15 Kim F. Storm <storm@cua.dk>
14073
14074 * ido.el: Fix commentary.
14075 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
14076 Use with-no-warnings around ffap-guesser.
14077 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
14078 Let bind minibuffer-completing-file-name to t.
14079
14080 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
14081
14082 * startup.el (site-run-file, keyboard-type): Doc fixes.
14083 (command-line): Check for "--basic-display" argument; also for
14084 "--quick", not "--bare-bones" (which was renamed).
14085 (fancy-splash-text): Add missing item "Getting New Versions".
14086 (normal-splash-screen): Fix typos and improve consistency with
14087 `fancy-splash-text'. Update copyright year.
14088
14089 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
14090 valid binding for `help-char'.
14091
14092 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
14093
14094 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
14095
14096 * term.el (term-mode): Disable cua-mode for term buffers.
14097
14098 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
14099
14100 * add-log.el (add-log-mailing-address, change-log-merge):
14101 Doc fixes.
14102 (change-log-get-method-definition): Fix typo in docstring.
14103
14104 2005-07-14 Kim F. Storm <storm@cua.dk>
14105
14106 * emulation/cua-base.el:
14107 (cua--pre-command-handler-1, cua--pre-command-handler)
14108 (cua--post-command-handler-1, cua--post-command-handler):
14109 Split in two. Check (buffer local) value of cua-mode.
14110 (cua-selection-mode): New command.
14111
14112 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
14113
14114 * custom.el (custom-initialize-safe-set)
14115 (custom-initialize-safe-default): Doc fixes.
14116
14117 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14118 and simplify :init-value again.
14119
14120 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
14121 and simplify :init-value again. Delete autoload.
14122
14123 * startup.el (command-line): Use `custom-reevaluate-setting' again
14124 for tooltip-mode.
14125
14126 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
14127 a defcustom with two :initialize keywords.
14128
14129 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
14130
14131 * allout.el (my-mark-marker, allout-isearch-prior-pos)
14132 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
14133 (allout-post-command-business, allout-flag-region)
14134 (isearch-reenable-font-lock, allout-yank)
14135 (allout-insert-latex-header, allout-insert-latex-trailer)
14136 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
14137 (allout-latex-verb-quote): Fix typos in docstrings.
14138 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
14139 (allout-unprotected, allout-prefix-data):
14140 Improve argument/docstring consistency.
14141 (allout-chart-subtree): Fix argument spec.
14142 (allout-open-topic): Rename `use_sib_bullet' argument to
14143 `use-sib-bullet'. Doc fix.
14144
14145 * whitespace.el (whitespace-check-buffer-leading)
14146 (whitespace-check-buffer-trailing)
14147 (whitespace-check-buffer-indent)
14148 (whitespace-check-buffer-spacetab)
14149 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
14150 (whitespace-check-leading-whitespace)
14151 (whitespace-check-trailing-whitespace)
14152 (whitespace-check-spacetab-whitespace)
14153 (whitespace-check-indent-whitespace)
14154 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
14155 (whitespace-modes): Fix typos in docstrings.
14156 (defgroup, defcustom): Doc fixes.
14157
14158 * winner.el (winner-mode, winner-boring-buffers)
14159 (winner-pending-undo-ring): Doc fixes.
14160 (winner-ring): Remove unneeded `progn'.
14161 (winner-equal): `defsubst' it.
14162 (winner-redo): Fix message.
14163
14164 2005-07-13 Kim F. Storm <storm@cua.dk>
14165
14166 * simple.el (line-move-1): Always use vertical-motion to
14167 do the last (or only) line move to ensure some movement.
14168 Undo 2005-06-23 change--don't check for overlays.
14169
14170 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14171
14172 * term/mac-win.el (ccl-encode-mac-roman-font)
14173 (ccl-encode-mac-centraleurroman-font)
14174 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
14175 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
14176 Change charset-id boundary of dimension to ?\xef.
14177 (mac-char-fontspec-list): New constant.
14178 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
14179 argument. Nil uses itself as family in font-spec. Previous
14180 behavior for nil is now provided by non-nil non-string argument.
14181 All callers changed. Add font-specs for Mac fonts to
14182 "fontset-default" unless iso8859-1 fonts are installed.
14183
14184 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
14185
14186 * progmodes/sh-script.el (sh-get-indent-info): Only indent
14187 a continuation line if the \ is preceded by SPC or TAB.
14188 (sh-get-indent-info): Simplify.
14189 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
14190 Use with-current-buffer.
14191
14192 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
14193 when the matched text is empty.
14194
14195 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
14196
14197 * startup.el (command-line): Revert to previous handling of
14198 tooltip-mode. Explain in comment why the complexity is needed.
14199
14200 * tooltip.el (tooltip-mode): Revert to previous implementation of
14201 its defcustom.
14202
14203 * frame.el (blink-cursor-mode): Revert to previous implementation
14204 of its defcustom. Update comment.
14205
14206 2005-07-12 Lars Hansen <larsh@soem.dk>
14207
14208 * desktop.el: Update e-mail address.
14209
14210 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14211
14212 * term/mac-win.el (mac-services-mail-selection)
14213 (mac-services-mail-to): New functions.
14214 (mac-application-menu-map): Bind them.
14215
14216 2005-07-12 wulei <milton@wulei.net> (tiny change)
14217
14218 * progmodes/gdb-ui.el: Add note about buffering with Windows.
14219
14220 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
14221
14222 * custom.el (custom-reevaluate-setting): Doc fix.
14223
14224 2005-07-11 Jay Belanger <belanger@truman.edu>
14225
14226 * calc/calc.el (calc-embedded-announce-formula-alist)
14227 (calc-embedded-open-close-plain-alist)
14228 (calc-embedded-open-close-mode-alist): Add checks for additional
14229 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
14230
14231 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
14232
14233 * custom.el (custom-enable-theme): Don't add theme to
14234 `custom-enabled-themes' with `push' because there is no
14235 setf-method for `delq'.
14236
14237 2005-07-11 Richard M. Stallman <rms@gnu.org>
14238
14239 * custom.el (custom-declare-variable): Doc fix.
14240
14241 * dired-aux.el (dired-compare-directories): Remove "." and ".."
14242 from the alists.
14243
14244 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
14245 Do nothing if edebug-active.
14246
14247 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
14248 (edebug-display): Do it here instead.
14249
14250 2005-07-10 Richard M. Stallman <rms@gnu.org>
14251
14252 * cus-face.el (custom-theme-set-faces): Make it work.
14253 (custom-reset-faces): Doc fix.
14254 (custom-theme-reset-internal-face, custom-theme-face-value):
14255 Functions deleted.
14256
14257 * custom.el (custom-push-theme): Maintain list of the settings
14258 of a given theme in its theme-settings property.
14259 Maintain position of old settings in the theme-value
14260 or theme-face property.
14261 (custom-enabled-themes): New variable.
14262 (custom-theme-enabled-p): New function.
14263 (provide-theme): Update custom-enabled-themes.
14264 Disable and reenable the `user' theme.
14265 (require-theme): Doc fix.
14266 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
14267 (custom-theme-value, custom-theme-variable-value): Likewise.
14268 (custom-theme-reset-internal): Likewise.
14269 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
14270 (custom-enable-theme, custom-disable-theme): New functions.
14271 (custom-variable-theme-value, custom-face-theme-value): Likewise.
14272 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
14273 (custom-theme-reset-variables): Simplify.
14274 (deftheme, custom-declare-theme, custom-make-theme-feature):
14275 Definitions moved.
14276
14277 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
14278
14279 * longlines.el (longlines-show-region)
14280 (longlines-unshow-hard-newlines): Recognize hard newlines by
14281 non-nil hard property, instead of t.
14282
14283 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
14284
14285 * viper-cmd.el (viper--key-maps): New variable.
14286 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
14287 emulation-mode-map-alists.
14288 (viper-envelop-ESC-key): Use viper-subseq.
14289 (viper-search-forward/backward/next): Disable debug-on-error.
14290
14291 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14292 (viper-ESC-key): New defcustoms.
14293
14294 * viper-macs.el (ex-map-read-args): Use viper-subseq.
14295
14296 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
14297 (viper-subseq): Copy of subseq from cl.el.
14298
14299 * viper.el (viper-go-away, viper-set-hooks): Use
14300 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
14301
14302 * viper-mous.el (viper-current-frame-saved): Use defvar.
14303
14304 * viper-init.el: Get rid of -face in face names.
14305
14306 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
14307 Make it work with longlines mode
14308
14309 * ediff-mult.el (ediff-meta-mode-hook): New variable.
14310
14311 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
14312
14313 * ediff-init.el: Get rid of -face in face names.
14314
14315 2005-07-10 Richard M. Stallman <rms@gnu.org>
14316
14317 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
14318 and with-timeout-unsuspend.
14319
14320 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
14321 and with-timeout-unsuspend.
14322
14323 * emacs-lisp/timer.el (with-timeout-timers): New variable.
14324 (with-timeout): Bind that variable to record timers.
14325 (with-timeout-suspend, with-timeout-unsuspend): New functions.
14326
14327 * emacs-lisp/debug.el (debug-help-follow): New function.
14328 (debugger-mode-map): Use that instead of help-follow.
14329 (debugger-setup-buffer): Use eval-buffer-list
14330 to handle eval-buffer frames.
14331
14332 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
14333
14334 * timezone.el (timezone-parse-date): Change first regexp
14335 so it will not mistakenly match dates with no time zone.
14336
14337 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
14338
14339 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
14340
14341 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
14342
14343 * custom.el (custom-initialize-safe-set)
14344 (custom-initialize-safe-default): New functions.
14345
14346 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14347 and simplify :init-value.
14348
14349 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
14350 and simplify :init-value. Delete obsolete comment.
14351
14352 * startup.el (command-line): Use `custom-reevaluate-setting' to
14353 handle `tooltip-mode'. Delete obsolete comment.
14354
14355 * files.el (set-visited-file-name): Avoid calling
14356 `file-name-nondirectory' with a nil argument.
14357
14358 2005-07-09 Richard M. Stallman <rms@gnu.org>
14359
14360 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
14361 was called with nil for the buffer, handle the read position right.
14362 Handle read position for eval-region, too.
14363
14364 2005-07-09 Juri Linkov <juri@jurta.org>
14365
14366 * fringe.el (fringe-mode): Add period in docstring.
14367 (fringe-query-style): Build prompt depending on `all-frames' arg.
14368
14369 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
14370 to not create links to unrelated functions in the Help buffer.
14371
14372 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
14373 Doc fix.
14374
14375 * simple.el (next-error-hook): New variable.
14376 (next-error): Use it. Doc fix.
14377
14378 * textmodes/ispell.el (ispell-command-loop): Add current
14379 dictionary name and program name to mode-line-format.
14380 (ispell-region, ispell-process-line): Add current dictionary name
14381 and program name to messages.
14382
14383 2005-07-08 Jay Belanger <belanger@truman.edu>
14384
14385 * calc/calc.el (calc-embedded-announce-formula-alist)
14386 (calc-embedded-open-close-formula-alist)
14387 (calc-embedded-open-close-word-alist)
14388 (calc-embedded-open-close-plain-alist)
14389 (calc-embedded-open-close-new-formula-alist)
14390 (calc-embedded-open-close-mode-alist)
14391 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
14392 (calc-embedded-mode-hook): New variables.
14393
14394 * calc/calc-embed.el (calc-embedded-firsttime)
14395 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
14396 New variables.
14397 (calc-do-embedded): Use calc-embedded-firsttime,
14398 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
14399 determine whether or not to run hooks.
14400 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
14401 calc-embedded-firsttime-formula appropriately.
14402 Set calc-embedded delimiter variables according to mode.
14403
14404 2005-07-08 Richard M. Stallman <rms@gnu.org>
14405
14406 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
14407 Check for "emacs", etc., as entire symbol, not just as word.
14408 (checkdoc-file-comments-engine): Use regexp-quote on FN.
14409
14410 * files.el (set-visited-file-name): Report the error
14411 for "empty filename" earlier.
14412 (kill-some-buffers): Ignore buffers already dead.
14413
14414 * fringe.el (fringe-mode): Doc fix.
14415
14416 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14417 Check for (featurep 'xemacs) and turn off warnings in what it guards.
14418 Use unwind-protect to ensure byte-compile-unresolved-functions
14419 is updated.
14420
14421 * whitespace.el (whitespace-buffer-leading-cleanup):
14422 Simplify w/ skip-chars-forward.
14423 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
14424
14425 * mail/rmail.el (rmail-only-expunge): Fix paren error.
14426 Unconditionally try to leave point at the same old place.
14427
14428 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
14429
14430 * comint.el (comint-postoutput-scroll-to-bottom)
14431 (comint-show-maximum-output): Take scroll-margin into consideration.
14432
14433 2005-07-08 Kim F. Storm <storm@cua.dk>
14434
14435 * ido.el (ido-use-filename-at-point): New choice `guess'.
14436 (ido-file-internal): Try ffap-guesser if selected.
14437
14438 * ido.el (ido-before-fallback-functions): New hook.
14439 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
14440 (ido-read-file-name): Run it.
14441
14442 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
14443
14444 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
14445 strings rather than a list of symbols to the completion function.
14446
14447 2005-07-07 Jay Belanger <belanger@truman.edu>
14448
14449 * calc/calc-units.el (math-apply-units): Change the places in
14450 which units are simplified.
14451
14452 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
14453
14454 * cus-edit.el (customize-option, customize-option-other-window):
14455 Make them handle aliases.
14456
14457 * custom.el (custom-variable-p): Make it recursively follow
14458 aliases. Mention that in the docstring.
14459
14460 2005-07-07 Richard M. Stallman <rms@gnu.org>
14461
14462 * cus-start.el (exec-path): Use `directory' instead of `file'.
14463 Fix tag for nil.
14464
14465 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14466
14467 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14468 when called non-interactively. Doc fix.
14469
14470 2005-07-07 Lute Kamstra <lute@gnu.org>
14471
14472 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14473 new address as well.
14474
14475 2005-07-07 Kenichi Handa <handa@m17n.org>
14476
14477 * international/mule.el (make-coding-system):
14478 Describe `ascii-incompatible' property in the docstring.
14479 (set-file-name-coding-system): Signal an error if coding-system is
14480 ascii-incompatible.
14481 (set-keyboard-coding-system): Likewise.
14482
14483 * international/mule-cmds.el (set-default-coding-systems):
14484 Don't set default-file-name-coding-system and
14485 default-keyboard-coding-system if coding-system is ASCII-incompatible.
14486
14487 * international/utf-16.el: Declare that all UTF-16-based coding
14488 systems are ASCII-incompatible.
14489
14490 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
14491
14492 * progmodes/gud.el: Require font-lock for displaying errors.
14493 Used by gdb-ui.el.
14494
14495 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14496
14497 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14498 values for the pattern lists which are `read'able but not
14499 `append'able (like symbols).
14500
14501 2005-07-06 Richard M. Stallman <rms@gnu.org>
14502
14503 * progmodes/flymake.el (flymake-float-time): Instead of
14504 with-no-warnings, test for xemacs.
14505 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14506 to avoid warning.
14507
14508 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14509
14510 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14511
14512 2005-07-05 Lute Kamstra <lute@gnu.org>
14513
14514 * battery.el: Add support for Darwin (with much debugging help
14515 from Samuel Lauber <sam124@operamail.com>).
14516 (battery-status-function, battery-echo-area-format)
14517 (battery-mode-line-format): Add support for pmset on Darwin.
14518 (battery-load-low, battery-load-critical): New user options.
14519 (battery-pmset): New function.
14520
14521 2005-07-05 Lute Kamstra <lute@gnu.org>
14522
14523 Update FSF's address in GPL notices.
14524
14525 * textmodes/page-ext.el: Update FSF's address.
14526
14527 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14528
14529 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14530 filling from using prefix when filling a single-line docstring.
14531
14532 * progmodes/flymake.el: Remove useless eval-when-compile.
14533
14534 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14535
14536 2005-07-04 Richard M. Stallman <rms@gnu.org>
14537
14538 * textmodes/org.el (org-file-apps-defaults-gnu):
14539 Rename from org-file-apps-defaults-linux.
14540 (org-default-apps): Don't test system-type for `linux'.
14541 (org-file-apps): Doc fix.
14542
14543 2005-07-04 David Ponce <david@dponce.com>
14544
14545 * tree-widget.el: Improve header Commentary section.
14546 (tree-widget) [defgroup]
14547 (tree-widget-image-enable, tree-widget-themes-directory)
14548 (tree-widget-theme, tree-widget-image-properties-emacs)
14549 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14550 (tree-widget-image-formats, tree-widget-control)
14551 (tree-widget-empty-control, tree-widget-leaf-control
14552 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14553 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14554 (tree-widget-keep, tree-widget-after-toggle-functions)
14555 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14556 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14557 :help-echo message.
14558 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14559 (tree-widget-image-properties): Doc fix. Clearer implementation.
14560 (tree-widget--cursors): New constant.
14561 (tree-widget-lookup-image): New function split from
14562 `tree-widget-find-image'. Clearer implementation.
14563 (tree-widget-find-image): Use it.
14564 (tree-widget-button-keymap): Use `set-keymap-parent'.
14565 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14566 Define the sub-widgets here.
14567 (tree-widget-node): Check that :node is not a tree-widget.
14568 (tree-widget-get-super, tree-widget-open-control)
14569 (tree-widget-close-control, tree-widget-empty-control)
14570 (tree-widget-leaf-control, tree-widget-guide)
14571 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14572 (tree-widget-no-handle, tree-widget-value-delete)
14573 (tree-widget-map): Remove.
14574 (tree-widget-children-value-save): Doc fix. Simplified.
14575 (tree-widget-value-create): Update according to previous changes.
14576
14577 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14578
14579 * textmodes/org.el: Leading space replaced by TABS.
14580 (org-recalc-marks, org-table-rotate-recalc-marks)
14581 (org-table-get-specials): Treat "^" and "_" marks.
14582 (org-table-justify-field-maybe): Optional argument NEW.
14583 (org-table-eval-formula): Parsing of the format simplified.
14584 New modes C,I. Honor the %= parameter in the current table.
14585 Avoid unnecessary re-align by using the NEW argument to
14586 `org-table-justify-field-maybe'.
14587 (org-calc-default-modes): Default for date-format mimicks org-mode.
14588 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14589
14590 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14591
14592 * cus-face.el (custom-theme-set-faces): Make it handle face
14593 aliases whose alias declarations are pre- or autoloaded.
14594
14595 2005-07-04 Juri Linkov <juri@jurta.org>
14596
14597 * faces.el (read-face-name): Put the code for getting a face name
14598 from the buffer before adding the faces from the `face' property.
14599 Use `completing-read-multiple' instead of `completing-read'.
14600 Require `crm'. Add default value and post-process the returned
14601 list of faces.
14602
14603 * emacs-lisp/crm.el (crm-find-current-element)
14604 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14605
14606 * emacs-lisp/lisp-mode.el (eval-defun-1):
14607 * emacs-lisp/edebug.el (edebug-eval-defun):
14608 Remove unnecessary quotes.
14609
14610 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14611
14612 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14613 (prolog-indent-level): Fix typo in docstring.
14614
14615 * info.el (Info-history, Info-history-forward)
14616 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14617
14618 * add-log.el (add-change-log-entry):
14619 * comint.el (comint-dynamic-list-input-ring)
14620 (comint-dynamic-list-completions):
14621 * dabbrev.el (dabbrev-expand):
14622 * delim-col.el (delimit-columns-rectangle-line):
14623 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14624 (diff-unified->context):
14625 * ediff-init.el (ediff-abbrev-jobname):
14626 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14627 (ediff-replace-session-activity-marker-in-meta-buffer):
14628 * info.el (Info-summary):
14629 * lpr.el (printify-region):
14630 * printing.el (pr-create-interface):
14631 * ps-print.el (ps-print-quote):
14632 * ses.el (ses-column-widths, ses-print-cell)
14633 (ses-adjust-print-width, ses-center):
14634 * shell.el (shell-file-name-quote-list):
14635 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14636 (strokes-fill-current-buffer-with-whitespace)
14637 (strokes-xpm-for-stroke, strokes-list-strokes)
14638 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14639 * term.el (term-dynamic-list-input-ring)
14640 (term-dynamic-list-completions):
14641 * calc/calc.el (math-format-stack-value):
14642 * emacs-lisp/edebug.el (edebug-display-freq-count):
14643 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14644 (delphi-new-comment-line):
14645 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14646 * progmodes/executable.el (executable-set-magic):
14647 * progmodes/python.el (inferior-python-mode):
14648 * progmodes/scheme.el (scheme-mode-syntax-table):
14649 * progmodes/sh-script.el (sh-maybe-here-document):
14650 * progmodes/sql.el (sql-copy-column):
14651 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14652 * textmodes/bibtex.el (bibtex-mode):
14653 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14654 (sgml-auto-attributes):
14655 * textmodes/table.el (table-insert, table-shorten-cell)
14656 (table--generate-source-scan-lines, table-delete-row)
14657 (*table--cell-delete-char, table--spacify-frame)
14658 (table--horizontally-shift-above-and-below)
14659 (table--cell-insert-char, table--cell-blank-str)
14660 (table--fill-region-strictly):
14661 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14662 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14663
14664 * add-log.el (change-log):
14665 * apropos.el (apropos):
14666 * comint.el (comint-completion, comint-source):
14667 * dabbrev.el (dabbrev):
14668 * delim-col.el (columns):
14669 * diff-mode.el (diff-mode):
14670 * ediff.el (ediff):
14671 * ediff-diff.el (ediff-diff):
14672 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14673 * ediff-mult.el (ediff-mult):
14674 * ediff-ptch.el (ediff-ptch):
14675 * ediff-wind.el (ediff-window):
14676 * facemenu.el (facemenu):
14677 * indent.el (indent):
14678 * info.el (info):
14679 * jka-cmpr-hook.el (compression, jka-compr):
14680 * lpr.el (lpr):
14681 * outline.el (outlines):
14682 * pcmpl-cvs.el (pcmpl-cvs):
14683 * pcmpl-rpm.el (pcmpl-rpm):
14684 * printing.el (printing):
14685 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14686 (ps-print-vertical, ps-print-headers, ps-print-font)
14687 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14688 (ps-print-background, ps-print-printer, ps-print-page)
14689 (ps-print-miscellany):
14690 * ses.el (ses):
14691 * shell.el (shell, shell-directories, shell-faces):
14692 * startup.el (initialization):
14693 * strokes.el (strokes):
14694 * term.el (term):
14695 * uniquify.el (uniquify):
14696 * w32-vars.el (w32):
14697 * calc/calc.el (calc):
14698 * emacs-lisp/bytecomp.el (bytecomp):
14699 * emacs-lisp/cl-indent.el (lisp-indent):
14700 * emacs-lisp/edebug.el (edebug):
14701 * emacs-lisp/elp.el (elp):
14702 * emacs-lisp/testcover.el (testcover):
14703 * emacs-lisp/trace.el (trace):
14704 * emulation/viper-ex.el (viper-ex):
14705 * emulation/viper-mous.el (viper-mouse):
14706 * mail/mailalias.el (mailalias):
14707 * mail/supercite.el (supercite, supercite-frames)
14708 (supercite-attr, supercite-cite, supercite-hooks):
14709 * net/rcompile.el (remote-compile):
14710 * net/rlogin.el (rlogin):
14711 * obsolete/ooutline.el (outlines):
14712 * progmodes/delphi.el (delphi):
14713 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14714 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14715 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14716 (ebnf-optimization):
14717 * progmodes/etags.el (etags):
14718 * progmodes/executable.el (executable):
14719 * progmodes/idlwave.el (idlwave):
14720 * progmodes/pascal.el (pascal):
14721 * progmodes/prolog.el (prolog):
14722 * progmodes/python.el (python):
14723 * progmodes/scheme.el (scheme):
14724 * progmodes/sh-script.el (sh, sh-script):
14725 * progmodes/sql.el (SQL):
14726 * progmodes/tcl.el (tcl):
14727 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14728 * textmodes/enriched.el (enriched):
14729 * textmodes/makeinfo.el (makeinfo):
14730 * textmodes/sgml-mode.el (sgml):
14731 * textmodes/table.el (table-hooks):
14732 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14733 * textmodes/texinfo.el (texinfo):
14734 * textmodes/two-column.el (two-column):
14735 Finish `defgroup' description with period.
14736
14737 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14738 * eshell/esh-var.el (eshell-var):
14739 * progmodes/vhdl-mode.el (vhdl-testbench):
14740 * textmodes/org.el (org): Fix typos in docstrings.
14741
14742 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14743 consistency.
14744
14745 * progmodes/flymake.el (flymake-find-file): Remove.
14746 (flymake-float-time): Use `with-no-warnings'.
14747 (flymake-check-start-time, flymake-check-was-interrupted)
14748 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14749 (flymake-new-err-info): `defvar' at compile time.
14750
14751 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14752
14753 * replace.el (occur-hook): Doc fix.
14754 (occur-1): Don't call `occur-hook' if there are no matches.
14755
14756 2005-07-03 Richard M. Stallman <rms@gnu.org>
14757
14758 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14759 global-map, save the same map.
14760 (global-map): Don't alter it at top level.
14761 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14762 Then alter it here instead.
14763 (tpu-edt-off): Set global-map to the saved one.
14764
14765 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14766 All references simplified.
14767 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14768 (zmacs-regions): Add defvar.
14769 (repeat-complex-command-map): Everything about that deleted.
14770
14771 * textmodes/artist.el (artist-key-is-drawing)
14772 (artist-key-endpoint1, artist-key-poly-point-list)
14773 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14774 (artist-key-compl-table, artist-rb-save-data)
14775 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14776 Don't put them in eval-when-compile.
14777 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14778
14779 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14780 Use with-no-warnings.
14781
14782 * net/browse-url.el (dos-windows-version): Add defvar.
14783
14784 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14785
14786 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14787 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14788 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14789 Add defvar.
14790 (rmail-summary-beginning-of-message): Use with-no-warnings.
14791 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14792
14793 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14794 Use with-no-warnings.
14795
14796 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14797 (c-mark-function): Add point-moving-unit property.
14798 (vi-goto-line): Use with-no-warnings.
14799
14800 * emulation/edt.el (edt-last-copied-word): Add defvar.
14801 (zmacs-region-stays): Likewise.
14802 (edt-mark-section-wisely): Use c-mark-function for C.
14803 Use makr-defun for Fortran.
14804 (time-string): defvar deleted.
14805 (edt-display-the-time): Don't set time-string.
14806
14807 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14808
14809 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14810 Don't warn when name is not constant
14811 or for defining the group `emacs'.
14812
14813 * tooltip.el (gud-tooltip-mode): Add defvar.
14814
14815 * startup.el (default-frame-background-mode): Add defvar.
14816
14817 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14818
14819 * info.el (tool-bar-map): Add defvar.
14820
14821 * dired.el (dnd-protocol-alist): Add defvar.
14822
14823 * dired-aux.el (dired-query): Display question with answer, when
14824 the user answers.
14825
14826 * custom.el (custom-add-option): Doc fix.
14827
14828 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14829
14830 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14831
14832 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14833 bogus name from the last change.
14834
14835 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14836
14837 * custom.el (custom-declare-variable): Fix typos in comment.
14838 (custom-known-themes): Doc fix.
14839 (custom-theme-directory): New defcustom.
14840 (require-theme): Make it check `custom-theme-directory'.
14841
14842 * cus-theme.el (custom-new-theme-mode): New function.
14843 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14844 (custom-theme-description): Add compiler defvars.
14845 (customize-create-theme): Add doc to the "*New Custom Theme*"
14846 buffer. Use `custom-new-theme-mode'.
14847 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14848 and save it to the `custom-theme-directory'. Make this the
14849 default directory of the buffer.
14850
14851 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14852
14853 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14854 Fix unbalanced parentheses.
14855
14856 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14857
14858 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14859 into flymake-mode and delegate to flymake-mode.
14860
14861 * find-file.el (ff-which-function-are-we-in): Clean up.
14862
14863 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14864
14865 * replace.el (occur-rename-buffer): Fix docstring.
14866
14867 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14868 (edt-last-copied-word, edt-learn-macro-count)
14869 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14870 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14871 (time-string, zmacs-region-stays):
14872 * emulation/edt-mapper.el (edt-save-function-key-map)
14873 (EDT-key-name): `defvar' to silence the byte-compiler.
14874
14875 2005-07-02 Martin Rudalics <rudalics@gmx.at>
14876
14877 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14878 font-lock-regexp-backslash. Doc fix.
14879 (font-lock-regexp-backslash-grouping-construct): Rename from
14880 font-lock-regexp-backslash-construct. Doc fix.
14881 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14882 grouping constructs.
14883
14884 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14885
14886 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14887 updating all the prerequisites.
14888
14889 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14890
14891 * textmodes/org.el (org-agenda-start-on-weekday)
14892 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14893 (org-agenda-use-time-grid, org-archive-location)
14894 (org-allow-space-in-links, org-usenet-links-prefer-google)
14895 (org-enable-table-editor, org-export-default-language)
14896 (org-export-html-show-new-buffer, org-fill-paragraph)
14897 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14898 (org-goto-quit, org-occur, org-eval-in-calendar)
14899 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14900 (org-agenda-diary-entry, org-remember-help)
14901 (org-table-convert-region, org-at-table-p)
14902 (org-table-move-row-down, org-table-move-row-up)
14903 (org-table-copy-region, org-table-toggle-vline-visibility)
14904 (org-table-get-stored-formulas, org-table-get-specials)
14905 (org-recalc-commands, org-table-eval-formula)
14906 (org-table-formula-substitute-names, orgtbl-make-binding)
14907 (org-format-org-table-html, org-format-table-table-html)
14908 (org-format-table-table-html-using-table-generate-source)
14909 (org-customize): Fix typos in docstrings.
14910 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14911 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14912 (org-back-to-heading): Doc fixes.
14913 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14914 (org-agenda-change-all-lines, org-get-header):
14915 Improve argument/docstring consistency.
14916 (orgtbl-error): Fix error message.
14917
14918 * progmodes/flymake.el (flymake-find-possible-master-files)
14919 (flymake-master-file-compare, flymake-get-line-err-count)
14920 (flymake-highlight-line, flymake-gui-warnings-enabled):
14921 Fix typos in docstrings.
14922 (flymake-parse-line, flymake-get-project-include-dirs-function)
14923 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14924 Doc fixes.
14925 (flymake-get-project-include-dirs-function)
14926 (flymake-make-err-menu-data):
14927 Improve argument/docstring consistency.
14928
14929 2005-07-01 Lute Kamstra <lute@gnu.org>
14930
14931 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14932 Catch errors with ignore-errors. Use temporary buffer.
14933 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14934
14935 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14936 background color faces.
14937 (facemenu-set-foreground, facemenu-set-background):
14938 Use facemenu-set-face-from-menu.
14939 (facemenu-set-face-from-menu): Treat face names that start with
14940 "fg:" or "bg:" as special.
14941 (facemenu-add-new-color): Don't create faces. Simplify.
14942
14943 2005-06-30 Richard M. Stallman <rms@gnu.org>
14944
14945 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14946 (crm-find-current-element): Likewise.
14947
14948 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14949
14950 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14951
14952 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14953
14954 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14955 (archive-mouse-extract): Make it an obsolete alias.
14956 (archive-mode-map): Don't use archive-mouse-extract any more.
14957 (archive-mode, archive-extract): write-contents-hooks ->
14958 write-contents-functions.
14959 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14960 first arg.
14961 (archive-rename-entry): Update the call.
14962 (archive-zip-summarize): Remove unused var `method'.
14963 (archive-lzh-summarize): Remove unused var `creator'.
14964
14965 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14966 dedicated frame upon exit.
14967
14968 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14969 (archive-zip-extract, archive-zip-expunge)
14970 (archive-zip-update, archive-zip-update-case): Use executable-find.
14971 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14972 Use restore-buffer-modified-p.
14973 (archive-extract, archive-add-new-member, archive-write-file-member):
14974 Use with-current-buffer.
14975 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14976
14977 2005-06-30 Andreas Schwab <schwab@suse.de>
14978
14979 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14980
14981 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14982
14983 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14984
14985 2005-06-30 Juri Linkov <juri@jurta.org>
14986
14987 * faces.el (vertical-border): Inherit from mode-line-inactive
14988 only on tty.
14989
14990 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14991
14992 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14993 example, -NLINES in the `occur' docstring).
14994
14995 * replace.el (occur-1): When no matches are found, do not set the
14996 `buffer-read-only' and modified flags for the occur buffer,
14997 because it is deleted.
14998
14999 * emulation/cua-base.el (cua-check-pending-input)
15000 (cua-repeat-replace-region, cua-mode, cua-debug)
15001 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
15002 Fix typos in docstrings.
15003
15004 * emulation/cua-gmrk.el (cua-toggle-global-mark)
15005 (cua-cut-region-to-global-mark)
15006 (cua--cut-rectangle-to-global-mark):
15007 Remove period from end of messages.
15008
15009 * emulation/cua-rect.el (cua-do-rectangle-padding):
15010 Remove period from end of messages.
15011 (cua--rectangle-seq-format): Fix typo in docstring.
15012 (cua-sequence-rectangle, cua-fill-char-rectangle):
15013 Improve argument/docstring consistency.
15014
15015 2005-06-29 Juri Linkov <juri@jurta.org>
15016
15017 * faces.el (default-frame-background-mode): New internal variable.
15018 (frame-set-background-mode): Use it.
15019
15020 * startup.el (normal-top-level): Set default-frame-background-mode
15021 instead of frame-background-mode. Before setting it, test for its
15022 nil value. Remove tests for frame-background-mode and frame
15023 parameter `reverse'. Add test for "unspecified-fg".
15024
15025 * term/xterm.el (xterm-rxvt-set-background-mode):
15026 * term/rxvt.el (rxvt-set-background-mode):
15027 Set default-frame-background-mode instead of frame-background-mode.
15028
15029 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
15030
15031 * simple.el (set-variable): Warn about obsolete user variables.
15032
15033 * imenu.el (imenu--completion-buffer):
15034 * mouse.el (mouse-buffer-menu-alist):
15035 * msb.el (msb-invisible-buffer-p):
15036 * calendar/diary-lib.el (diary-header-line-format):
15037 * emacs-lisp/pp.el (pp-buffer):
15038 * progmodes/cperl-mode.el (cperl-do-auto-fill):
15039 * textmodes/picture.el (picture-replace-match):
15040 Change space constants followed by a sexp to "?\s ".
15041
15042 * play/decipher.el (decipher-loop-with-breaks):
15043 * textmodes/texinfo.el (texinfo-insert-@item): Change space
15044 constants "protected" from end of line by a comment to "?\s".
15045
15046 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
15047
15048 * font-lock.el (save-buffer-state): Use `declare'.
15049
15050 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
15051 reset the syntax-table to cperl-mode-syntax-table.
15052 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
15053 "foo_print_bar" is not matched as a reserved keyword.
15054
15055 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
15056
15057 * textmodes/org.el (orgtbl-setup): New function, for delayed
15058 setup for the orgtbl commands.
15059 (org-calc-default-modes): New option.
15060 (orgtbl-make-binding): Use `defun' to get better help display.
15061 (org-diary): Call `org-compile-prefix-format'.
15062 (org-table-formula-substitute-names): New function.
15063 (org-agenda-day-view, org-agenda-week-view): New commands.
15064 (org-agenda-toggle-week-view): Command removed.
15065 (org-tbl-menu): Split off from org-org-menu.
15066 (org-mode): Move removal of outline-mode menus to here.
15067 (org-table-formula-debug): New option.
15068 (org-table-insert-row): Keep first field if just "#" or "*".
15069 (org-mode): Paragraph regexps fixed.
15070 (org-table-recalculate-regexp): New constant.
15071 (org-table-justify-field-maybe): Avoid replace if not necessary.
15072 (org-copy-special, org-cut-special): Use `call-interactively'.
15073 (org-table-copy-region): Take region from `interactive' call.
15074 (org-trim): Return string even if no match.
15075 (org-formula): New face.
15076 (org-set-font-lock-defaults): No longer highlight "FIXME".
15077 But highlight formula-related fields in table.
15078 (org-table-p): Use regexp, not fontification.
15079 (org-table-align): Handle white space at end of line.
15080 (org-table-formula-evaluate-inline): New option.
15081 (org-mode): Auto-wrapping in comment lines turned off.
15082 (org-table-copy-down): Evaluate only in copied field, not in
15083 destination.
15084 (org-table-current-formula): Variable removed.
15085 (org-table-store-formulas, org-table-get-stored-formulas)
15086 (org-table-modify-formulas, org-table-replace-in-formulas)
15087 (org-table-maybe-eval-formula): New functions.
15088 (org-table-get-formula): Modify to use stored formulas.
15089 (org-table-insert-column, org-table-delete-column)
15090 (org-table-move-column): Call `org-table-modify-formulas'.
15091 (org-complete): Add completion for keyword formulas.
15092 (orgtbl-mode): Pull orgtbl-mode-map to start of
15093 minor-mode-map-alist.
15094
15095 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
15096
15097 * progmodes/python.el (python-check): Require `compile' before
15098 modifying its variables.
15099
15100 * newcomment.el (comment-indent-default): Don't get fooled by an early
15101 end of buffer.
15102
15103 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15104
15105 * ps-print.el (ps-print-version): Fix version number.
15106
15107 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
15108
15109 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
15110
15111 2005-06-28 Richard M. Stallman <rms@gnu.org>
15112
15113 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
15114 (flyspell-local-mouse-map): Declaration deleted.
15115 (flyspell-mouse-map): Bind only mouse-2.
15116 (flyspell-mode-map): Don't test flyspell-use-local-map.
15117 (flyspell-overlay-keymap-property-name): Var deleted.
15118 (flyspell-mode-on): Don't make local bindings for
15119 flyspell-mouse-map and flyspell-mode-map.
15120 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
15121
15122 * textmodes/ispell.el (ispell-word): Do not ignore short words.
15123
15124 * progmodes/compile.el (compilation-next-error-function):
15125 Don't switch buffers; operate on the current buffer.
15126
15127 * progmodes/compile.el (compilation-error-file-name)
15128 (compilation-warning-file-name, compilation-info-file-name)
15129 (compilation-line-number, compilation-column-number): New faces.
15130 (compilation-error-face, compilation-warning-face)
15131 (compilation-info-face, compilation-line-face)
15132 (compilation-column-face): Use them.
15133
15134 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
15135
15136 * comint.el (comint-password-prompt-regexp): Accept ", try again".
15137
15138 * bindings.el (global-map): Bind insertchar and its variants.
15139
15140 2005-06-27 Richard M. Stallman <rms@gnu.org>
15141
15142 * textmodes/artist.el (artist-text-overwrite)
15143 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
15144
15145 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15146
15147 * ps-print.el: It was not working the page selection for printing.
15148 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
15149 (ps-print-version): New version 6.6.7.
15150 (ps-end-sheet): New fun.
15151 (ps-header-sheet, ps-end-job): Call it.
15152
15153 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
15154
15155 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
15156
15157 2005-06-27 Lute Kamstra <lute@gnu.org>
15158
15159 * facemenu.el (facemenu-unlisted-faces): Add foreground and
15160 background color faces.
15161 (facemenu-get-face): Delete function.
15162 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
15163 (facemenu-add-new-color): Make second argument mandatory.
15164 Create the appropriate face and return it. Simplify.
15165 (facemenu-set-foreground, facemenu-set-background): Don't check if
15166 color is defined. Use return value of facemenu-add-new-color.
15167
15168 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
15169
15170 * progmodes/gud.el (gud-filter): Add missing argument to
15171 with-selected-window.
15172
15173 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
15174
15175 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
15176 a :require to the defcustom.
15177
15178 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
15179 defcustoms corresponding to minor modes.
15180
15181 2005-06-26 David Ponce <david@dponce.com>
15182
15183 * recentf.el: Require tree-widget instead of wid-edit.
15184 (recentf-filename-handler): Fix widget :type.
15185 (recentf-cancel-dialog, recentf-open-more-files)
15186 (recentf-open-files-action): Doc fix.
15187 (recentf-dialog-goto-first): New function.
15188 (recentf-dialog-mode-map): Set parent keymap first.
15189 (recentf-dialog-mode): Define with define-derived-mode.
15190 Don't display continuation lines in dialogs.
15191 (recentf-edit-list): Rename from recentf-edit-selected-items.
15192 (recentf-edit-list-select): Rename from recentf-edit-list-action.
15193 Simplify.
15194 (recentf-edit-list-validate): New function.
15195 (recentf-edit-list): Update accordingly.
15196 (recentf-open-files-item-shift): Remove.
15197 (recentf-open-files-item): Convert menu elements into tree and
15198 link widgets. Don't create the widgets.
15199 (recentf-open-files): Update accordingly.
15200 (recentf-save-list): Untabify.
15201
15202 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
15203
15204 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
15205 (keep-lines): Add INTERACTIVE arg. Never delete lines only
15206 partially contained in the active region. Do not take active
15207 region into account when called from Lisp, unless INTERACTIVE arg
15208 is non-nil. Use `forward-line' instead of `beginning-of-line' to
15209 avoid trouble with fields. Make marker point nowhere when no
15210 longer used. Always return nil. Doc fix.
15211 (flush-lines): Add INTERACTIVE arg. Do not take active region
15212 into account when called from Lisp, unless INTERACTIVE arg is
15213 non-nil. Use `forward-line' instead of `beginning-of-line' to
15214 avoid trouble with fields. Make marker point nowhere when no
15215 longer used. Always return nil. Doc fix.
15216 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
15217 interchangeable. Do not take active region into account when
15218 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
15219 message in echo area when called from Lisp, unless INTERACTIVE arg
15220 is non-nil. Avoid saying "1 occurrences". Do not use markers.
15221 Return the number of matches. Doc fix.
15222 (occur): Doc fix.
15223 (perform-replace): Make comment follow double space convention for
15224 the sake of `outline-minor-mode'.
15225
15226 * faces.el (facep): Doc fix.
15227
15228 2005-06-25 Richard M. Stallman <rms@gnu.org>
15229
15230 * facemenu.el (facemenu-enable-faces-p): New function.
15231 (facemenu-background-menu, facemenu-foreground-menu)
15232 (facemenu-face-menu): Add menu-enable property.
15233
15234 * jka-compr.el (jka-compr-insert-file-contents):
15235 Special handling if cannot find the uncompression program.
15236
15237 * cus-face.el (custom-face-attributes): Add autoload.
15238
15239 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15240 Bind comment-indent-function locally.
15241
15242 * window.el (save-selected-window): Use save-current-buffer.
15243
15244 * subr.el (with-selected-window): Use save-current-buffer.
15245
15246 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
15247 and with-current-buffer.
15248
15249 2005-06-24 Richard M. Stallman <rms@gnu.org>
15250
15251 * simple.el (line-move-1): Fix previous change.
15252
15253 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15254
15255 * replace.el (occur-1): Set `buffer-read-only' and the
15256 buffer-modified flag before running `occur-hook' to protect
15257 against unintentional buffer switches that can lead to data loss.
15258
15259 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
15260
15261 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
15262 (gud-gdb-marker-filter): Use font-lock-warning-face for any
15263 initial error.
15264
15265 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
15266 after fresh input.
15267 (gdb-var-create-handler): Put name of expression in quotes.
15268
15269 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
15270
15271 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
15272 elements of RING in order, and without bogus nil elements.
15273
15274 2005-06-23 Richard M. Stallman <rms@gnu.org>
15275
15276 * simple.el (set-variable): Args renamed; doc fix.
15277 (line-move-1): When there are overlays around, use vertical-motion.
15278
15279 * faces.el (escape-glyph): Use brown against light background.
15280 (nobreak-space): Rename from no-break-space.
15281 Fix previous change.
15282
15283 * dired-aux.el (dired-do-copy): Fix arg prompt.
15284
15285 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
15286
15287 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
15288
15289 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
15290 rather than "Distributor".
15291
15292 2005-06-23 Lute Kamstra <lute@gnu.org>
15293
15294 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
15295 (debug-on-entry): Use it. New interactive declaration that uses
15296 function-called-at-point.
15297
15298 2005-06-23 Kim F. Storm <storm@cua.dk>
15299
15300 * subr.el (save-match-data): Add comment about using evaporate arg
15301 to set-match-data.
15302
15303 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
15304
15305 * cus-edit.el (customize-face)
15306 (customize-face-other-window): Handle face aliases.
15307
15308 * faces.el (face-documentation, set-face-attribute)
15309 (face-spec-set): Handle face aliases.
15310
15311 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
15312
15313 * help-mode.el (help-make-xrefs): If a symbol representing a face
15314 name is not followed by the word "face", it could still be a
15315 function or variable name, so don't bypass other checks.
15316
15317 2005-06-22 Juri Linkov <juri@jurta.org>
15318
15319 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
15320 Replace aliased functions with calls where second arg `inherit' is t.
15321
15322 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
15323
15324 * progmodes/gdb-ui.el (gdb-error): New variable.
15325 (gdb-error): New function.
15326 (gdb-annotation-rules): Act on error-begin and error annotations.
15327 (gdb-concat-output): Use font-lock-warning-face for errors.
15328
15329 2005-06-22 Miles Bader <miles@gnu.org>
15330
15331 * bindings.el (propertized-buffer-identification): Use renamed
15332 `Buffer-menu-buffer' face.
15333
15334 * faces.el (vertical-border): Rename from `vertical-divider'.
15335 (escape-glyph): Change dark-background color back to `cyan'.
15336
15337 2005-06-21 Juri Linkov <juri@jurta.org>
15338
15339 * faces.el (face-user-default-spec): Try getting `customized-face'
15340 prior to `saved-face'.
15341 (frame-background-mode): Refill docstring.
15342
15343 * emacs-lisp/lisp-mode.el (eval-defun-1):
15344 * emacs-lisp/edebug.el (edebug-eval-defun):
15345 Set `saved-face' temporarily to nil before calling form.
15346 Set `customized-face' to the new spec after that.
15347
15348 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15349
15350 * subr.el (1value, lambda, key-substitution-in-progress):
15351 Doc fixes.
15352
15353 * autoinsert.el (auto-insert-alist):
15354 * ses.el (ses-call-printer):
15355 * subr.el (noreturn):
15356 * emacs-lisp/lisp.el (check-parens):
15357 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
15358 * net/browse-url.el (browse-url-mosaic):
15359 * progmodes/cc-defs.el (c-safe-scan-lists):
15360 * progmodes/ebnf-abn.el (ebnf-abn-lex):
15361 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
15362 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
15363 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
15364 * progmodes/ebnf-iso.el (ebnf-iso-lex):
15365 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
15366
15367 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15368
15369 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
15370
15371 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
15372
15373 * calendar/appt.el (appt-make-list): Activate the package, if
15374 not already active (for backwards compatibility).
15375
15376 2005-06-20 Kim F. Storm <storm@cua.dk>
15377
15378 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
15379
15380 2005-06-20 Miles Bader <miles@gnu.org>
15381
15382 * faces.el (vertical-divider): New face.
15383
15384 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
15385
15386 * simple.el (kill-whole-line): Doc fix.
15387 (next-error-buffer-p, next-error-find-buffer)
15388 (clone-indirect-buffer): Fix typos in docstrings.
15389 (comment-line-break-function): Doc fix: don't say variable
15390 is automatically buffer-local (it isn't).
15391
15392 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
15393
15394 * net/tramp-ftp.el (top):
15395 * net/tramp-smb.el (top):
15396 * net/tramp-util.el (top):
15397 * net/tramp-uu.el (top):
15398 * net/tramp-vc.el (top):
15399 * net/tramp.el (top): Revert copyright years back to original
15400 ones. Tramp has a life outside GNU Emacs.
15401
15402 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
15403
15404 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
15405
15406 2005-06-18 Juri Linkov <juri@jurta.org>
15407
15408 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
15409 end of first regexp to limit the match to the position between
15410 line number and source line with same separator character as used
15411 between file name and line number. In the second regexp limit
15412 mouse-face area to file name and line number by adding new group
15413 for them and referring it in HYPERLINK arg.
15414 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
15415 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
15416 previous line where grep markers may be already removed.
15417
15418 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
15419
15420 * progmodes/ps-mode.el: Update version and maintainer's email address.
15421
15422 2005-06-18 Steve Youngs <steve@xemacs.org>
15423
15424 * net/browse-url.el (browse-url-browser-function)
15425 (browse-url-default-browser): Add firefox.
15426 (browse-url-firefox-program, browse-url-firefox-arguments)
15427 (browse-url-firefox-startup-arguments)
15428 (browse-url-firefox-new-window-is-tab): New defcustoms.
15429 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
15430
15431 2005-06-17 Richard M. Stallman <rms@gnu.org>
15432
15433 * startup.el (command-line): Warn if specified user name has
15434 no home directory.
15435
15436 * term.el (term-get-old-input, term-input-filter, term-input-sender)
15437 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
15438
15439 * longlines.el (longlines-mode, longlines-show-hard-newlines):
15440 Doc fixes.
15441
15442 * faces.el (underline): Try bold if terminal doesn't support underline.
15443
15444 * mail/sendmail.el (mail-setup-with-from): New variable.
15445 (mail-insert-from-field): New function.
15446 (sendmail-send-it): Call it.
15447 (mail-setup): Optionally call it here.
15448
15449 * term/linux.el: Call tty-no-underline.
15450
15451 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
15452
15453 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15454
15455 2005-06-17 Miles Bader <miles@gnu.org>
15456
15457 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15458 (ediff-current-diff-C, ediff-current-diff-Ancestor)
15459 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15460 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15461 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15462 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15463 Remove "-face" suffix from face names.
15464 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15465 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15466 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15467 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15468 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15469 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15470 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15471 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15472 New backward-compatibility aliases for renamed faces.
15473 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15474 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15475 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15476 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15477 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15478 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15479 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15480 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15481 Use renamed ediff faces.
15482
15483 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15484 Remove "-face" suffix from face names.
15485 (eshell-test-ok-face, eshell-test-failed-face):
15486 New backward-compatibility aliases for renamed faces.
15487 (eshell-run-test): Use renamed eshell-test faces.
15488
15489 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15490 face name.
15491 (eshell-prompt-face): New backward-compatibility alias for renamed
15492 face.
15493 (eshell-emit-prompt): Use renamed eshell-prompt face.
15494
15495 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15496 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15497 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15498 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15499 Remove "-face" suffix from face names.
15500 (eshell-ls-directory-face, eshell-ls-symlink-face)
15501 (eshell-ls-executable-face, eshell-ls-readonly-face)
15502 (eshell-ls-unreadable-face, eshell-ls-special-face)
15503 (eshell-ls-missing-face, eshell-ls-archive-face)
15504 (eshell-ls-backup-face, eshell-ls-product-face)
15505 (eshell-ls-clutter-face):
15506 New backward-compatibility aliases for renamed faces.
15507 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15508
15509 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15510 Remove "-face" suffix from face name.
15511 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15512 instead of literal face.
15513
15514 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15515
15516 * emacs-lisp/warnings.el (display-warning, lwarn)
15517 (warning-minimum-log-level): Doc fixes.
15518 (warning-minimum-level, warning-minimum-log-level):
15519 Add :debug to :type choices.
15520
15521 * progmodes/ada-mode.el (ada-format-paramlist)
15522 (ada-get-indent-case, ada-check-matching-start)
15523 (ada-check-defun-name, ada-goto-matching-decl-start)
15524 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15525 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15526 (ada-make-subprogram-body): Follow error conventions.
15527 (ada-case-exception-file, ada-indent-comment-as-code)
15528 (ada-indent-handle-comment-special, ada-indent-renames)
15529 (ada-indent-return, ada-search-directories-internal)
15530 (ada-tab-policy, ada-case-exception-substring)
15531 (ada-other-file-alist, ada-matching-start-re)
15532 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15533 (ada-imenu-generic-expression, ada-compile-goto-error)
15534 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15535 (ada-popup-menu, ada-add-extensions, ada-mode)
15536 (ada-region-selected, ada-create-case-exception)
15537 (ada-create-case-exception-substring, ada-after-keyword-p)
15538 (ada-activate-keys-for-case, ada-adjust-case-region)
15539 (ada-adjust-case-buffer, ada-format-paramlist)
15540 (ada-scan-paramlist, ada-insert-paramlist)
15541 (ada-indent-newline-indent)
15542 (ada-indent-newline-indent-conditional)
15543 (ada-justified-indent-current, ada-goto-previous-word)
15544 (ada-indent-current, ada-get-indent-open-paren)
15545 (ada-get-indent-paramlist, ada-get-indent-end)
15546 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15547 (ada-get-indent-block-start, ada-get-indent-subprog)
15548 (ada-get-indent-noindent, ada-get-indent-label)
15549 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15550 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15551 (ada-goto-stmt-end, ada-goto-next-word)
15552 (ada-check-matching-start, ada-check-defun-name)
15553 (ada-goto-matching-decl-start, ada-goto-matching-start)
15554 (ada-goto-matching-end, ada-search-ignore-string-comment)
15555 (ada-in-decl-p, ada-looking-at-semi-or)
15556 (ada-looking-at-semi-private, ada-in-paramlist-p)
15557 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15558 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15559 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15560 (ada-previous-package, ada-create-menu)
15561 (ada-fill-comment-paragraph-justify)
15562 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15563 (ada-other-file-name, ada-last-which-function-line)
15564 (ada-last-which-function-subprog, ada-which-function)
15565 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15566 (ada-gen-treat-proc, ada-check-emacs-version)
15567 (ada-continuation-indent, ada-align-region-separate):
15568 Fix typos in docstrings.
15569 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15570
15571 2005-06-16 Lute Kamstra <lute@gnu.org>
15572
15573 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15574 conditionally.
15575
15576 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15577
15578 * comint.el (comint-replace-by-expanded-filename)
15579 (comint-prompt-regexp, comint-delimiter-argument-list)
15580 (comint-preinput-scroll-to-bottom):
15581 * info.el (Info-hide-cookies-node):
15582 * ls-lisp.el (ls-lisp-classify):
15583 * find-file.el (ff-search-directories, ff-special-constructs)
15584 (ff-find-other-file):
15585 * font-lock.el (font-lock-keywords):
15586 * shell.el (shell-prompt-pattern)
15587 (shell-dynamic-complete-functions, shell-mode)
15588 (shell-delimiter-argument-list):
15589 * term.el (term-replace-by-expanded-filename)
15590 (term-prompt-regexp, term-delimiter-argument-list):
15591 * woman.el (woman-ignore, woman0-if):
15592 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15593 * emacs-lisp/elint.el (elint-init-env):
15594 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15595 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15596 * language/ethio-util.el (ethio-tilde-escape)
15597 (ethio-use-three-dot-question):
15598 * net/zone-mode.el (zone-mode-load-time-setup):
15599 * progmodes/cc-align.el (c-lineup-argcont):
15600 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15601 * progmodes/cperl-mode.el (cperl-set-style-back):
15602 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15603 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15604 Fix spellings in docstrings.
15605
15606 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15607 * progmodes/modula2.el (m2-for): Fix spellings.
15608
15609 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15610
15611 * simple.el (undo-more): Don't use `format' on `error' arguments.
15612 Improve argument/docstring consistency.
15613 (pending-undo-list): Doc fix.
15614
15615 * smerge-mode.el (smerge-ensure-match):
15616 * emulation/vip.el (vip-ex):
15617 * net/zone-mode.el (zone-mode-update-serial):
15618 * progmodes/idlwave.el (idlwave-complete):
15619 * progmodes/vhdl-mode.el (vhdl-visit-file)
15620 (vhdl-compose-wire-components):
15621 Don't use `format' on `error' arguments.
15622
15623 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15624 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15625 (tooltip-help-tips): Fix typos in docstrings.
15626
15627 2005-06-16 David Ponce <david@dponce.com>
15628
15629 * tree-widget.el (tree-widget-value-create): Simplify last change.
15630
15631 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15632
15633 * ido.el (ido-incomplete-regexp): New variable.
15634 (ido-set-matches-1): Handle invalid-regexp error and set
15635 ido-incomplete-regexp.
15636 (ido-incomplete-regexp): New face.
15637 (ido-completions): Use it.
15638 (ido-complete, ido-exit-minibuffer, ido-completions):
15639 Handle incomplete regexps.
15640 (ido-completions): Add check for complete match when entering a regexp.
15641
15642 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15643
15644 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15645
15646 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15647
15648 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15649 by field delimiters.
15650
15651 2005-06-15 David Ponce <david@dponce.com>
15652
15653 * tree-widget.el: eval-and-compile inlined functions so they will
15654 be available at run-time too.
15655 (tree-widget-super-format-handler)
15656 (tree-widget-format-handler): Remove.
15657 (tree-widget-value-create): Handle the :indent property.
15658
15659 2005-06-15 Miles Bader <miles@gnu.org>
15660
15661 * progmodes/which-func.el (which-func): Only inherit
15662 `font-lock-function-name-face' when that makes sense against the
15663 default mode-line face, otherwise set the face color explicitly.
15664
15665 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15666 faces instead of (non-existent) variables.
15667
15668 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15669
15670 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15671 (iswitchb-get-matched-buffers): Likewise. Simplify.
15672
15673 2005-06-14 Miles Bader <miles@gnu.org>
15674
15675 * progmodes/ld-script.el (ld-script-location-counter):
15676 Remove "-face" suffix from face name.
15677 (ld-script-location-counter-face):
15678 New backward-compatibility alias for renamed face.
15679 (ld-script-location-counter-face): Use renamed face.
15680
15681 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15682 (cperl-hash): Remove "-face" suffix from face names.
15683 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15684 New backward-compatibility aliases for renamed faces.
15685 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15686 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15687
15688 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15689 name.
15690 (which-func-face): New backward-compatibility alias for renamed face.
15691 (which-func-format): Use renamed which-func face.
15692
15693 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15694 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15695 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15696 names.
15697 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15698 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15699 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15700 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15701 (vhdl-speedbar-architecture-selected)
15702 (vhdl-speedbar-configuration-selected)
15703 (vhdl-speedbar-package-selected)
15704 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15705 names.
15706 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15707 Use renamed faces.
15708 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15709 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15710 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15711 Use renamed faces.
15712 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15713 names.
15714 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15715 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15716 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15717 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15718 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15719 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15720
15721 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15722 face name.
15723 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15724 (sh-heredoc-face): Use renamed sh-heredoc face.
15725
15726 * progmodes/idlw-help.el (idlwave-help-link):
15727 Remove "-face" suffix from face name.
15728 (idlwave-help-link-face):
15729 New backward-compatibility alias for renamed face.
15730 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15731
15732 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15733 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15734 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15735 New backward-compatibility aliases for renamed faces.
15736 (idlwave-shell-disabled-breakpoint-face)
15737 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15738
15739 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15740 Remove "-face" suffix from face names.
15741 (flymake-errline-face, flymake-warnline-face):
15742 New backward-compatibility aliases for renamed faces.
15743 (flymake-highlight-line): Use renamed flymake faces.
15744
15745 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15746 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15747 (ebrowse-member-class, ebrowse-progress):
15748 Remove "-face" suffix from face names.
15749 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15750 (ebrowse-file-name-face, ebrowse-default-face)
15751 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15752 (ebrowse-progress-face):
15753 New backward-compatibility aliases for renamed faces.
15754 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15755 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15756 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15757 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15758
15759 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15760 antlr-syntax)
15761 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15762 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15763 names.
15764 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15765 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15766 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15767 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15768 backward-compatibility aliases for renamed faces.
15769 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15770 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15771 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15772 remove "font-lock-". Use renamed antlr-mode faces.
15773 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15774 literal face-names with face variable references.
15775
15776 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15777 face name.
15778 (Buffer-menu-buffer-face): New backward-compatibility alias for
15779 renamed face.
15780 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15781
15782 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15783
15784 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15785 Eliminate "-face" suffix.
15786 (makefile-targets): Inherit from font-lock-function-name-face and
15787 eliminate "-face" suffix.
15788 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15789 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15790 actions, instead of prepending, to make it less visible.
15791 (makefile-previous-dependency, makefile-match-dependency):
15792 Don't match a target on a continuation line.
15793
15794 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15795
15796 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15797
15798 * progmodes/gdb-ui.el (menu): Re-order menu items.
15799 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15800
15801 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15802 Define in tooltip.el.
15803 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15804 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15805 gud-tooltip-echo-area.
15806
15807 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15808 backward compatibility and make obsolete.
15809 (tooltip-help-tips): Use tooltip-use-echo-area.
15810 (tooltip-show-help-function): Rename to...
15811 (tooltip-show-help): ...this, because it is a function.
15812 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15813
15814 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15815
15816 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15817 (edebug-print-length, edebug-print-level, edebug-print-circle)
15818 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15819 (edebug-eval-print-last-sexp): Doc fixes.
15820
15821 2005-06-14 Kim F. Storm <storm@cua.dk>
15822
15823 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15824 as the coverage buffer/file/both may change.
15825
15826 2005-06-14 Lute Kamstra <lute@gnu.org>
15827
15828 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15829 and run-mode-hooks. Simplify.
15830
15831 * mail/rmailedit.el (rmail-edit-mode):
15832 * progmodes/octave-inf.el (inferior-octave-mode):
15833 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15834
15835 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15836 and run-mode-hooks.
15837 (recentf-edit-list, recentf-open-files): Don't call
15838 kill-all-local-variables directly.
15839
15840 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15841
15842 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15843
15844 * emacs-lisp/byte-run.el (make-obsolete)
15845 (define-obsolete-function-alias): Rename arguments FUNCTION and
15846 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15847 (make-obsolete-variable, define-obsolete-variable-alias):
15848 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15849 respectively.
15850
15851 * isearchb.el (isearchb-activate):
15852 * pcvs.el (cvs-mode):
15853 * ses.el (ses-load):
15854 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15855 * net/tramp.el (tramp-find-file-exists-command)
15856 (tramp-find-shell):
15857 * progmodes/ada-mode.el (ada-create-case-exception)
15858 (ada-create-case-exception-substring, ada-make-subprogram-body):
15859 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15860 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15861 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15862 * textmodes/org.el (org-promote, org-evaluate-time-range)
15863 (org-agenda-next-date-line, org-agenda-previous-date-line)
15864 (org-agenda-error, org-open-at-point, org-table-move-row)
15865 (org-format-table-table-html-using-table-generate-source)
15866 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15867 * textmodes/reftex.el (reftex-access-scan-info):
15868 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15869 (reftex-toc-promote-prepare): Follow error conventions.
15870
15871 * diff-mode.el (diff-mode): Fix typo in docstring.
15872
15873 * forms.el (forms--intuit-from-file): Fix reference to
15874 `forms-number-of-fields' in error message.
15875 (forms-print): Fix quoting in error message.
15876
15877 * forms.el (forms-mode):
15878 * emulation/vi.el (vi-goto-insert-state):
15879 * progmodes/flymake.el (flymake-new-err-info)
15880 (flymake-start-syntax-check-for-current-buffer)
15881 (flymake-simple-cleanup):
15882 * eshell/esh-var.el (eshell/export):
15883 * progmodes/gud.el (xdb):
15884 * textmodes/flyspell.el (flyspell-incorrect-hook)
15885 (flyspell-maybe-correct-transposition)
15886 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15887
15888 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15889
15890 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15891 minibuffer prompt.
15892
15893 2005-06-13 Kim F. Storm <storm@cua.dk>
15894
15895 * subr.el (add-to-ordered-list): New defun.
15896
15897 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15898 add cua--keymap-alist to emulation-mode-map-alists.
15899
15900 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15901
15902 * subr.el (complete-in-turn): New macro.
15903 (dynamic-completion-table, lazy-completion-table): Add debug info.
15904
15905 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15906 in preference to face aliases.
15907
15908 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15909 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15910 Remove unused vars `start' and `firstline'.
15911 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15912 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15913
15914 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15915
15916 * cus-start.el (all): Don't complain about missing GTK-related
15917 variables, unless either `gtk' is boundp or this isn't a
15918 `windows-nt' build.
15919
15920 2005-06-13 Lute Kamstra <lute@gnu.org>
15921
15922 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15923 run-mode-hooks.
15924
15925 * ediff-mult.el (ediff-meta-mode):
15926 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15927
15928 * ledit.el (ledit-mode): Use delay-mode-hooks.
15929
15930 * woman.el (woman-mode-line-format): Delete constant.
15931 (woman-mode-map): Initialize it properly.
15932 (woman-mode): Set mode-class property to special.
15933 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15934 Set major-mode and mode-name. Don't set mode-line-format directly.
15935 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15936
15937 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15938 string argument obsolete.
15939
15940 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15941
15942 * textmodes/org.el (org-CUA-compatible): New option.
15943 (org-disputed-keys): New variable.
15944 (org-key): New function.
15945 (orgtbl-make-binding): Add docstring to the created function.
15946 (org-mode): Set paragraph start/separate regexps.
15947 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15948 (org-archive-location, org-archive-mark-done)
15949 (org-archive-stamp-time): New options.
15950 (org-archive-subtree): New command.
15951 (org-fill-paragraph): New function.
15952 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15953 (org-fake-empty-table-line): Function removed.
15954 (org-format-org-table-html): Do not create empty table lines at
15955 separator lines. Improved table header treatment.
15956 (org-link-format): New option.
15957 (org-make-link): New function.
15958 (org-insert-link, org-store-link): Use org-make-link.
15959 (org-open-file): Quote file name for shell command, to allow
15960 spaces in file names.
15961 (org-link-regexp): Fix bug with mailto link.
15962 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15963 New constants.
15964 (org-export-as-html): Deal with the optional angles around a link.
15965 Better treatment of file: links.
15966 (org-open-at-point): Replace @{ and @} with < and >.
15967 (org-run-mode-hooks): Function removed.
15968 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15969
15970 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15971
15972 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15973 MI command -data-list-register-values.
15974 (gdb-post-prompt): Indent properly.
15975
15976 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15977
15978 * hilit-chg.el (highlight-changes-colors): Rename from
15979 `highlight-changes-colours'.
15980 (highlight-changes-colours): Keep as obsolete alias.
15981 (highlight-changes-face-list): Doc fix.
15982 (hilit-chg-make-list): Use `highlight-changes-colors'.
15983
15984 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15985
15986 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15987 defun-prompt-regexp.
15988
15989 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15990
15991 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15992 and cygwin.
15993
15994 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15995 Don't use an old loaddefs.el, as in Makefile.in.
15996
15997 2005-06-12 Lute Kamstra <lute@gnu.org>
15998
15999 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
16000
16001 * man.el (Man-mode-map): Initialize it properly.
16002 (Man-mode): Set mode-class property to special.
16003
16004 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
16005
16006 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
16007
16008 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
16009 A newline is needed in the docstring there.
16010
16011 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
16012 Doc fixes.
16013
16014 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16015
16016 * printing.el: Doc fix. The menubar is no more changed when printing
16017 is loaded, it only changes when pr-menu-bind or pr-update-menus is
16018 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
16019 (pr-version): New version number (6.8.4).
16020 (pr-menu-bind): New command.
16021 (pr-update-menus): Docstring and code fix.
16022 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
16023 Docstring fix.
16024 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
16025 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
16026
16027 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
16028
16029 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
16030 "Returns" to "return", document useful return values, etc.
16031
16032 2005-06-11 Alan Mackenzie <acm@muc.de>
16033
16034 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
16035 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
16036 (adaptive-file-function): Minor amendment to doc-string.
16037
16038 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16039
16040 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
16041 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
16042 Fix :type--it is `integer', not `string'.
16043
16044 * faces.el (modeline-highlight): Rename from (the erroneous)
16045 `modeline-higilight'.
16046
16047 2005-06-11 Lute Kamstra <lute@gnu.org>
16048
16049 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
16050 lisp-interaction-mode-map but make it the parent.
16051 (edebug-eval-mode): Use define-derived-mode.
16052
16053 2005-06-11 Andreas Schwab <schwab@suse.de>
16054
16055 * bindings.el: Add binding of `ESC functionkey' for every
16056 `M-functionkey'.
16057 * hexl.el (hexl-mode-map): Likewise.
16058
16059 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
16060
16061 * progmodes/compile.el (compilation-error-regexp-alist-alist)
16062 [msft]: update regexp for newer msft compilers.
16063
16064 2005-06-10 Mark A. Hershberger <mah@everybody.org>
16065
16066 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
16067 ATTLIST portions of included DTDs.
16068 (xml-parse-dtd): Eliminate use of inefficient match-data.
16069
16070 2005-06-10 Miles Bader <miles@gnu.org>
16071
16072 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
16073 (mpuz-text): Remove "-face" suffix from face names.
16074 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
16075 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
16076 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
16077
16078 * play/gomoku.el (gomoku-O, gomoku-X):
16079 Remove "-face" suffix from face names.
16080 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
16081 New backward-compatibility aliases for renamed faces.
16082 (gomoku-font-lock-keywords): Use renamed gomoku faces.
16083
16084 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16085
16086 * thumbs.el: Fixes for changes of 2005-06-09.
16087 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
16088 as a directory.
16089 (thumbs-thumbname): Remove directory separator from format string;
16090 `thumbs-thumbsdir' now returns a valid directory name.
16091 (thumbs-temp-dir): New defsubst.
16092 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
16093 Use it.
16094
16095 * cus-edit.el (minibuffer):
16096 * files.el (make-backup-file-name-function):
16097 * filesets.el (filesets-external-viewers):
16098 * hilit-chg.el (highlight-changes-colours)
16099 (highlight-changes-face-list, highlight-changes-rotate-faces):
16100 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
16101 * kmacro.el (kmacro-call-macro):
16102 * log-edit.el (log-edit-changelog-full-paragraphs):
16103 * mouse.el (mouse-1-click-follows-link):
16104 * skeleton.el (skeleton-autowrap):
16105 * subr.el (insert-for-yank-1):
16106 * tempo.el (tempo-insert-region):
16107 * terminal.el (terminal-emulator):
16108 * time.el (display-time-mail-face):
16109 * vc.el (vc-annotate):
16110 * vcursor.el (vcursor-copy-line):
16111 * woman.el (woman-bold-headings, woman-ignore)
16112 (woman-default-faces, woman-monochrome-faces):
16113 * calendar/todo-mode.el (todo-insert-threshold):
16114 * emulation/pc-select.el (pc-select-selection-keys-only)
16115 (pc-selection-mode):
16116 * emulation/vip.el (vip-find-char-forward):
16117 * emulation/viper-cmd.el (viper-find-char-forward):
16118 * international/mule-cmds.el
16119 (select-safe-coding-system-accept-default-p)
16120 (input-method-exit-on-invalid-key):
16121 * international/mule-diag.el (describe-coding-system):
16122 * international/ucs-tables.el (unify-8859-on-encoding-mode):
16123 * net/browse-url.el (browse-url-xterm-program):
16124 * obsolete/lazy-lock.el (lazy-lock-mode):
16125 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
16126 (cperl-mode):
16127 * progmodes/cpp.el (cpp-face-light-name-list)
16128 (cpp-face-dark-name-list):
16129 * progmodes/delphi.el (delphi-newline-always-indents):
16130 Fix spellings in docstrings.
16131
16132 * ido.el (ido-mode, ido-file-extensions-order)
16133 (ido-default-file-method, ido-default-buffer-method)
16134 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
16135 (ido-decorations, ido-read-file-name-as-directory-commands)
16136 (ido-read-file-name-non-ido, ido-work-directory-list)
16137 (ido-ignore-item-temp-list, ido-current-directory)
16138 (ido-magic-forward-char, ido-enter-find-file)
16139 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
16140 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
16141
16142 2005-06-10 Lute Kamstra <lute@gnu.org>
16143
16144 * play/dunnet.el (dun-mode): Use define-derived-mode.
16145 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
16146 obsolete alias.
16147
16148 * play/doctor.el (doctor-mode-map): Remove defvar.
16149 (doctor-mode): Use define-derived-mode.
16150
16151 * mail/mspools.el (mspools-mode):
16152 * net/eudc-hotlist.el (eudc-hotlist-mode):
16153 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
16154
16155 2005-06-10 Miles Bader <miles@gnu.org>
16156
16157 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16158 Remove "-face" suffix from face names.
16159 (flyspell-incorrect-face, flyspell-duplicate-face):
16160 New backward-compatibility aliases for renamed faces.
16161 (flyspell-mode-on, make-flyspell-overlay)
16162 (flyspell-highlight-incorrect-region)
16163 (flyspell-highlight-duplicate-region)
16164 (flyspell-display-next-corrections)
16165 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
16166
16167 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
16168 from face name.
16169 (texinfo-heading-face): New backward-compatibility alias for
16170 renamed face.
16171 (texinfo-heading-face): Use renamed texinfo-heading face.
16172
16173 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
16174 suffix from face names.
16175 (tex-math-face, tex-verbatim-face):
16176 New backward-compatibility aliases for renamed faces.
16177 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
16178 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
16179 literal face name.
16180
16181 * textmodes/table.el (table-cell): Remove "-face" suffix from face
16182 name.
16183 (table-cell-face): New backward-compatibility alias for renamed face.
16184 (table--put-cell-face-property, table--update-cell-face):
16185 Use renamed table-cell face.
16186
16187 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
16188 from face name.
16189 (sgml-namespace-face): New backward-compatibility alias for
16190 renamed face.
16191 (sgml-namespace-face): Use renamed sgml-namespace face.
16192
16193 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
16194 (org-level-4, org-level-5, org-level-6, org-level-7)
16195 (org-level-8, org-warning, org-headline-done)
16196 (org-deadline-announce, org-scheduled-today)
16197 (org-scheduled-previously, org-link, org-done, org-table)
16198 (org-time-grid): Remove "-face" suffix from face names.
16199 (org-level-1-face, org-level-2-face, org-level-3-face)
16200 (org-level-4-face, org-level-5-face, org-level-6-face)
16201 (org-level-7-face, org-level-8-face, org-warning-face)
16202 (org-headline-done-face, org-deadline-announce-face)
16203 (org-scheduled-today-face, org-scheduled-previously-face)
16204 (org-link-face, org-done-face, org-table-face)
16205 (org-time-grid-face):
16206 New backward-compatibility aliases for renamed faces.
16207 (org-level-faces, org-set-font-lock-defaults, org-timeline)
16208 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
16209 (org-agenda-get-timestamps, org-agenda-get-scheduled)
16210 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
16211
16212 * emulation/viper-init.el (viper-search, viper-replace-overlay)
16213 (viper-minibuffer-emacs, viper-minibuffer-insert)
16214 (viper-minibuffer-vi): Remove "-face" suffix from face names.
16215 (viper-search-face, viper-replace-overlay-face)
16216 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
16217 (viper-minibuffer-vi-face):
16218 New backward-compatibility aliases for renamed faces.
16219 (viper-search-face, viper-replace-overlay-face)
16220 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
16221 (viper-minibuffer-vi-face): Use renamed viper faces.
16222
16223 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
16224 Remove "-face" suffix from face names.
16225 (testcover-nohits-face, testcover-1value-face):
16226 New backward-compatibility aliases for renamed faces.
16227 (testcover-mark): Use renamed testcover faces.
16228
16229 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
16230 face name.
16231 (diary-button-face): New backward-compatibility alias for renamed face.
16232 (diary-entry): Use renamed diary-button face.
16233
16234 * calendar/calendar.el (diary, calendar-today, holiday)
16235 (mark-visible-calendar-date): Remove "-face" suffix from face names.
16236 (diary-face, calendar-today-face, holiday-face):
16237 New backward-compatibility aliases for renamed faces.
16238 (eval-after-load "facemenu", diary-entry-marker)
16239 (calendar-today-marker, calendar-holiday-marker, diary-face):
16240 Use renamed calendar faces.
16241
16242 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
16243 (compare-windows-face): New backward-compatibility alias for
16244 renamed face.
16245 (compare-windows-highlight): Use renamed compare-windows face.
16246
16247 * strokes.el (strokes-char): Remove "-face" suffix from face name.
16248 (strokes-char-face): New backward-compatibility alias for renamed face.
16249 (strokes-encode-buffer): Use renamed strokes-char face.
16250
16251 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
16252 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
16253 Remove "-face" suffix from face names.
16254 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
16255 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
16256 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
16257 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
16258 Use renamed pcvs faces.
16259 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
16260 * pcvs-defs.el (cvs-mode-map): Likewise.
16261 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
16262
16263 * info.el (info-title-1, info-title-2, info-title-3)
16264 (info-title-4): Remove "-face" suffix from and downcase face names.
16265 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16266 (Info-title-4-face):
16267 New backward-compatibility aliases for renamed faces.
16268 (Info-fontify-node): Use renamed info faces.
16269
16270 * hilit-chg.el (highlight-changes, highlight-changes-delete):
16271 Remove "-face" suffix from face names.
16272 (highlight-changes-face, highlight-changes-delete-face):
16273 New backward-compatibility aliases for renamed faces.
16274 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
16275 (hilit-chg-make-list): Use renamed highlight-changes faces.
16276
16277 * generic-x.el (show-tabs-tab, show-tabs-space):
16278 Remove "-face" suffix from face names.
16279 (show-tabs-tab-face, show-tabs-space-face):
16280 New backward-compatibility aliases for renamed faces.
16281 (show-tabs-generic-mode-font-lock-defaults-1)
16282 (show-tabs-generic-mode-font-lock-defaults-2):
16283 Use renamed show-tabs faces.
16284
16285 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
16286 (smerge-markers): Remove "-face" suffix from face names.
16287 (smerge-mine-face, smerge-other-face, smerge-base-face)
16288 (smerge-markers-face):
16289 New backward-compatibility aliases for renamed faces.
16290 (smerge-mine-face, smerge-other-face, smerge-base-face)
16291 (smerge-markers-face): Use renamed smerge faces.
16292
16293 * log-view.el (log-view-file, log-view-message): Remove "-face"
16294 suffix from face names.
16295 (log-view-file-face, log-view-message-face):
16296 New backward-compatibility aliases for renamed faces.
16297 (log-view-file-face, log-view-message-face): Use renamed log-view
16298 faces.
16299
16300 * paren.el (show-paren-match, show-paren-mismatch):
16301 Remove "-face" suffix from face names.
16302 (show-paren-match-face, show-paren-mismatch-face):
16303 New backward-compatibility aliases for renamed faces.
16304 (show-paren-function): Use renamed show-paren faces.
16305
16306 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
16307 (ruler-mode-margins, ruler-mode-fringes)
16308 (ruler-mode-column-number, ruler-mode-fill-column)
16309 (ruler-mode-comment-column, ruler-mode-goal-column)
16310 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
16311 suffix from face names.
16312 (ruler-mode-default-face, ruler-mode-pad-face)
16313 (ruler-mode-margins-face, ruler-mode-fringes-face)
16314 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
16315 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
16316 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
16317 New backward-compatibility aliases for renamed faces.
16318 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
16319 (ruler-mode-column-number, ruler-mode-fill-column)
16320 (ruler-mode-comment-column, ruler-mode-goal-column)
16321 (ruler-mode-tab-stop, ruler-mode-current-column)
16322 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
16323 faces.
16324
16325 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
16326 face name.
16327 (whitespace-highlight-the-space): Use renamed face.
16328 (whitespace-highlight-face): New backward-compatibility alias for
16329 renamed face.
16330
16331 * woman.el (woman-italic, woman-bold, woman-unknown)
16332 (woman-addition, woman-symbol-face):
16333 Remove "-face" suffix from face names.
16334 (woman-italic-face, woman-bold-face, woman-unknown-face)
16335 (woman-addition-face):
16336 New backward-compatibility aliases for renamed faces.
16337 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
16338 (woman-decode-region, woman-replace-match)
16339 (woman-display-extended-fonts, woman-special-characters)
16340 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
16341 Use renamed woman faces.
16342
16343 * longlines.el (longlines-visible-face): Face removed.
16344
16345 * diff-mode.el (diff-header, diff-file-header, diff-index)
16346 (diff-hunk-header, diff-removed, diff-added, diff-changed)
16347 (diff-function, diff-context, diff-nonexistent): Remove "-face"
16348 suffix from face names.
16349 (diff-header-face, diff-file-header-face, diff-index-face)
16350 (diff-hunk-header-face, diff-removed-face, diff-added-face)
16351 (diff-changed-face, diff-function-face, diff-context-face)
16352 (diff-nonexistent-face): New backward-compatibility aliases for
16353 renamed faces.
16354 (diff-header-face, diff-file-header-face)
16355 (diff-index, diff-index-face, diff-hunk-header)
16356 (diff-hunk-header-face, diff-removed, diff-removed-face)
16357 (diff-added, diff-added-face, diff-changed-face, diff-function)
16358 (diff-function-face, diff-context-face, diff-nonexistent)
16359 (diff-nonexistent-face): Use renamed diff-mode faces.
16360
16361 * progmodes/compile.el (compilation-warning-face)
16362 (compilation-info-face): Remove "-face" suffix from face names.
16363 (compilation-warning-face, compilation-info-face):
16364 New backward-compatibility aliases for renamed faces.
16365 (compilation-warning-face, compilation-info-face):
16366 Use renamed compilation faces.
16367
16368 * add-log.el (change-log-date, change-log-name)
16369 (change-log-email, change-log-file, change-log-list)
16370 (change-log-conditionals, change-log-function)
16371 (change-log-acknowledgement): Remove "-face" suffix from face names.
16372 (change-log-date-face, change-log-name-face)
16373 (change-log-email-face, change-log-file-face)
16374 (change-log-list-face, change-log-conditionals-face)
16375 (change-log-function-face, change-log-acknowledgement-face):
16376 New backward-compatibility aliases for renamed faces.
16377 (change-log-font-lock-keywords): Use renamed change-log faces.
16378
16379 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
16380 (custom-set, custom-changed, custom-saved, custom-button)
16381 (custom-button-pressed, custom-documentation, custom-state)
16382 (custom-comment, custom-comment-tag, custom-variable-tag)
16383 (custom-variable-button, custom-face-tag, custom-group-tag-1)
16384 (custom-group-tag): Remove "-face" suffix from face names.
16385 (custom-magic-alist, custom-magic-value-create)
16386 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
16387 (custom-invalid-face, custom-rogue-face, custom-modified-face)
16388 (custom-set-face, custom-changed-face, custom-saved-face)
16389 (custom-button-face, custom-button-pressed-face)
16390 (custom-documentation-face, custom-state-face)
16391 (custom-comment-face, custom-comment-tag-face)
16392 (custom-variable-tag-face, custom-variable-button-face)
16393 (custom-face-tag-face, custom-group-tag-face-1)
16394 (custom-group-tag-face):
16395 New backward-compatibility aliases for renamed faces.
16396
16397 * wid-edit.el (widget-documentation, widget-button)
16398 (widget-field, widget-single-line-field, widget-inactive)
16399 (widget-button-pressed): "-face" suffix removed from face names.
16400 (widget-documentation-face, widget-button-face)
16401 (widget-field-face, widget-single-line-field-face)
16402 (widget-inactive-face, widget-button-pressed-face):
16403 New backward-compatibility aliases for renamed faces.
16404 (widget-documentation-face, widget-button-face)
16405 (widget-button-pressed-face, widget-specify-field)
16406 (widget-specify-inactive): Use renamed widget faces.
16407
16408 2005-06-10 Kenichi Handa <handa@m17n.org>
16409
16410 * term/x-win.el (x-clipboard-yank): Remove condition-case
16411 wrapping.
16412
16413 2005-06-11 Kenichi Handa <handa@m17n.org>
16414
16415 * add-log.el (change-log-font-lock-keywords): Make the regexp for
16416 date lines stricter.
16417
16418 2005-06-10 Zhang Wei <id.brep@gmail.com>
16419
16420 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
16421 of x-get-selection.
16422
16423 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16424
16425 * comint.el (comint-mode, comint-snapshot-last-prompt):
16426 * frame.el (frame-current-scroll-bars):
16427 * term.el (term-mode, term-check-proc, term-input-sender)
16428 (term-simple-send, term-extract-string, term-word)
16429 (term-match-partial-filename):
16430 * window.el (window-current-scroll-bars):
16431 * emulation/cua-base.el (cua-normal-cursor-color)
16432 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
16433 (cua-global-mark-cursor-color):
16434 * mail/undigest.el (rmail-forward-separator-regex):
16435 Fix typos in docstrings.
16436
16437 * comint.el (comint-check-proc, make-comint-in-buffer)
16438 (comint-source-default): Doc fixes.
16439
16440 * term.el (term-send-string): Improve argument/docstring consistency.
16441
16442 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
16443
16444 * comint.el (comint-send-input): Bind `inhibit-read-only' around
16445 call to `delete-region'.
16446 (comint-mode-hook): Do not enable Font Lock by default.
16447
16448 2005-06-09 Lute Kamstra <lute@gnu.org>
16449
16450 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16451 could be void.
16452
16453 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
16454
16455 * emacs-lisp/debug.el (debugger-will-be-back): New var.
16456 (debug): Use it.
16457 (debugger-step-through, debugger-continue, debugger-jump)
16458 (debugger-return-value): Set it when needed.
16459 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16460 Use inhibit-read-only.
16461
16462 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
16463
16464 * window.el (shrink-window-if-larger-than-buffer)
16465 (window-size-fixed): Fix typo in docstring.
16466
16467 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
16468 thumbnails directory on loading.
16469 (thumbs-conversion-program): Use `eq' to check the system type,
16470 not `equal'.
16471 (thumbs-temp-dir): Initialize to `temporary-file-directory',
16472 not "/tmp". Fix docstring.
16473 (thumbs-thumbsdir): New function to return the thumbnails
16474 directory, creating it if needed.
16475 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16476 (thumbs-temp-file): Delete variable and make it into a function.
16477 (thumbs-resize-image, thumbs-modify-image): Use it.
16478 (thumbs-kill-buffer): Simplify.
16479 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16480 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16481 docstrings.
16482
16483 2005-06-09 Kim F. Storm <storm@cua.dk>
16484
16485 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16486 set-match-data to free markers in match-data.
16487
16488 * replace.el (replace-match-data): Pass RESEAT arg `t' to
16489 match-data to unchain markers in match-data.
16490
16491 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16492
16493 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16494 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16495 unnecessary now.
16496
16497 2005-06-08 Richard M. Stallman <rms@gnu.org>
16498
16499 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16500 give the variable a doc string that doesn't say don't set it directly.
16501
16502 * textmodes/ispell.el (ispell-check-version):
16503 Use match-string-no-properties.
16504 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16505 (ispell-buffer-local-words): Likewise.
16506
16507 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16508 except on terminals with enough colors to really display it.
16509 (makefile-dependency-regex): Delete spurious `bb'.
16510
16511 * faces.el (escape-glyph): Use blue once again in last case.
16512 (no-break-space): Redefine so that it isn't invisible on a tty.
16513
16514 2005-06-08 Kim F. Storm <storm@cua.dk>
16515
16516 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16517 also when reading directory name.
16518
16519 2005-06-08 Lute Kamstra <lute@gnu.org>
16520
16521 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16522 (flyspell-mode-line-string): Remove autoload cookie.
16523 (flyspell-mode): Remove defvar.
16524
16525 2005-06-07 Lute Kamstra <lute@gnu.org>
16526
16527 * textmodes/org.el (org-run-mode-hooks): New function.
16528 (org-agenda-mode): Use it.
16529
16530 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16531
16532 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16533
16534 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16535
16536 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16537
16538 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16539
16540 * font-lock.el (font-lock-add-keywords): Doc fix.
16541
16542 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16543
16544 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16545 (tex-compile-default): In the absence of any history, use the order in
16546 tex-compile-alist to choose the preferred command.
16547 (tex-compile-commands): Reorder a bit.
16548
16549 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16550 (flyspell-incorrect-face, flyspell-duplicate-face):
16551 Use (X)Emacs-agnostic code.
16552 (flyspell-mode-map): Don't overwrite at each load. Remove code
16553 redundant with the subsequent add-minor-mode. Merge Emacs and
16554 XEmacs code.
16555 (flyspell-word): Minor simplification.
16556 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16557 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16558 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16559 Merge the corresponding Emacs code.
16560 (flyspell-correct-word, flyspell-xemacs-popup):
16561 Use flyspell-do-correct.
16562
16563 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16564 a dedicated window.
16565
16566 * international/latexenc.el (latexenc-find-file-coding-system):
16567 Undo part of last patch, to turn off a compiler warning.
16568
16569 2005-06-06 Juri Linkov <juri@jurta.org>
16570
16571 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16572 Rename `tmm-inactive-face' to `tmm-inactive'.
16573
16574 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16575
16576 * iswitchb.el: Rename faces.
16577
16578 2005-06-06 Kim F. Storm <storm@cua.dk>
16579
16580 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16581 (cua-global-mark): Remove -face suffix from face names.
16582
16583 * emulation/cua-gmrk.el (cua--init-global-mark):
16584 Remove cua-global-mark face setup.
16585
16586 2005-06-06 Richard M. Stallman <rms@gnu.org>
16587
16588 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16589 just like other allowed characters.
16590 (makefile-match-dependency): Exclude leading and training whitespace
16591 from the range of regexp subexp 1.
16592 (makefile-macroassign-regex): Don't try to match the body,
16593 just the name of the macro being defined.
16594
16595 * info.el (Info-read-node-name-2): New function.
16596 (Info-read-node-name-1): Use that.
16597 Add a completion-base-size-function property.
16598
16599 * simple.el (completion-setup-function): Look for
16600 completion-base-size-function property of minibuffer-completion-table.
16601
16602 * files.el (locate-file-completion): Doc fix.
16603
16604 * printing.el: Don't call pr-update-menus; user must do that.
16605
16606 * emacs-lisp/debug.el (debugger-window): New variable.
16607 (debug): Use debugger-window if it is set and still alive.
16608 Record debugger-window for next entry.
16609
16610 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16611
16612 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16613
16614 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16615 (hack-one-local-variable, hack-local-variables)
16616 (hack-local-variables-prop-line): Pass that arg.
16617
16618 2005-06-06 Kim F. Storm <storm@cua.dk>
16619
16620 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16621 (ido-indicator): Remove -face suffix from face names.
16622
16623 2005-06-06 Juri Linkov <juri@jurta.org>
16624
16625 * font-lock.el (font-lock-regexp-backslash)
16626 (font-lock-regexp-backslash-construct): New faces.
16627 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16628 after `('. Add `while-no-input' to control structures.
16629
16630 * faces.el (no-break-space, shadow): New faces.
16631 (escape-glyph): Use less loud colors pink2 and red4.
16632
16633 * diff-mode.el (diff-context-face)
16634 * dired.el (dired-ignored)
16635 * rfn-eshadow.el (file-name-shadow)
16636 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16637
16638 * info.el (Info-title-1-face): Use green instead of yellow because
16639 bold yellow is not readable on light backgrounds.
16640
16641 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16642 before selecting the desired mode to not spend time fontifying
16643 old contents.
16644
16645 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16646
16647 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16648 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16649
16650 * ps-print.el (ps-default-fg, ps-default-bg):
16651 Fix typos in docstrings.
16652
16653 * isearchb.el (isearchb): Don't pass a spurious second argument to
16654 `iswitchb-completions'.
16655
16656 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16657
16658 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16659 to preserve point.
16660 (gdb-find-file-hook): Add doc string.
16661
16662 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16663 C dereferenced pointer expression.
16664 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16665
16666 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16667
16668 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16669 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16670 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16671 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16672 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16673 Make background transparent.
16674
16675 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16676
16677 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16678 (font-lock-remove-keywords): Doc fix.
16679 (font-lock-mode-major-mode): Compiler defvar.
16680 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16681
16682 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16683 (font-lock-mode): Update `font-lock-mode-major-mode'.
16684 (font-lock-set-defaults): Compiler defvar.
16685 (font-lock-default-function): Take `font-lock-mode-major-mode'
16686 into account.
16687
16688 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16689 keep track of which major mode it enabled the minor mode for.
16690 Use find-file-hook again. Update docstring.
16691
16692 * simple.el (eval-expression-print-level)
16693 (eval-expression-print-length, eval-expression-debug-on-error):
16694 Doc fixes.
16695
16696 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16697
16698 * iswitchb.el (iswitchb-single-match-face)
16699 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16700 (iswitchb-invalid-regexp-face): New faces.
16701 (iswitchb-completions): Use them.
16702 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16703 now marked as an obsolete alias.
16704 (iswitchb-read-buffer): Remove check for bound font variables.
16705 (iswitchb-invalid-regexp): New free variable.
16706 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16707 set iswitchb-invalid-regexp.
16708 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16709 invalid regexps.
16710 (iswitchb-completions): Add check for complete match when entering
16711 a regexp.
16712 (iswitchb-completions): Remove require-match argument.
16713 (iswitchb-exhibit): Fix caller.
16714 (iswitchb-common-match-inserted): New variable.
16715 (iswitchb-complete, iswitchb-completion-help): Use it.
16716
16717 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16718
16719 * url-http.el (url-http-chunked-encoding-after-change-function):
16720 Use `url-http-debug' instead of `message'.
16721
16722 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16723
16724 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16725 callback argument.
16726
16727 2005-06-04 Kim F. Storm <storm@cua.dk>
16728
16729 * simple.el (line-move): Only call sit-for when moving backwards.
16730
16731 * ido.el (ido-make-merged-file-list-1): New defun split from
16732 ido-make-merged-file-list.
16733 (ido-make-merged-file-list): Bind throw-on-input around call to
16734 ido-make-merged-file-list-1. Return input-pending-p if
16735 interrupted by more input available.
16736 (ido-read-internal): Handle input-pending-p return value from
16737 ido-make-merged-file-list.
16738
16739 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16740
16741 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16742 compatibility code.
16743
16744 * international/latexenc.el (latexenc-find-file-coding-system):
16745 Don't inherit the EOL part of the coding-system from the
16746 tex-main buffer. Fit within 80 columns.
16747
16748 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16749
16750 * tmm.el (tmm-inactive-face): New face.
16751 (tmm-remove-inactive-mouse-face): New function.
16752 (tmm-prompt, tmm-add-one-shortcut)
16753 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16754 but not selectable.
16755
16756 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16757
16758 * faces.el (face-equal): Improve argument/docstring consistency.
16759
16760 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16761
16762 * progmodes/make-mode.el (makefile-targets-face)
16763 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16764 (makefile-bsdmake-dependency-regex)
16765 (makefile-makepp-rule-action-regex)
16766 (makefile-bsdmake-rule-action-regex): New constants.
16767 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16768
16769 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16770 Allow (...) within `...' for makepp messages.
16771
16772 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16773
16774 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16775
16776 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16777 "." files are deleted from all file lists before comparison.
16778
16779 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16780 (viper-ESC-key): Made them customizable.
16781
16782 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16783
16784 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16785
16786 * autorevert.el (auto-revert-buffers): Use save-match-data.
16787
16788 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16789
16790 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16791 menu items with a nil command binding.
16792
16793 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16794
16795 * emacs-lisp/cl-macs.el (defsetf):
16796 Improve argument/docstring consistency.
16797
16798 * faces.el (list-faces-display): Improve the formatting by
16799 computing the maximum length required for any face-name (reworked
16800 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16801 (internal-find-face): Remove redundant info in docstring.
16802
16803 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16804
16805 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16806 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16807 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16808 (gdb-assembler-custom): Improve regexps.
16809 (def-gdb-auto-update-handler): Use window point to preserve point.
16810
16811 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16812
16813 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16814
16815 2005-05-31 Jay Belanger <belanger@truman.edu>
16816
16817 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16818 to calc-embedded.
16819 (calc-embedded-make-info): Have plain prefix argument select
16820 entire line.
16821
16822 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16823
16824 * faces.el (list-faces-display): Signal error if passed a regexp
16825 that matches no face name.
16826
16827 * simple.el (filter-buffer-substring): Fix typo in docstring.
16828
16829 2005-05-31 Richard M. Stallman <rms@gnu.org>
16830
16831 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16832 (vhdl-emacs-21): Doc fix.
16833 (vhdl-mode): Unconditionally set comment-padding.
16834 (vhdl-fixup-whitespace-region): Insert spaces only where
16835 there are none.
16836 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16837
16838 2005-05-30 John Wiegley <johnw@newartisans.com>
16839
16840 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16841 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16842 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16843 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16844 `string-to-number'.
16845
16846 2005-05-30 Jay Belanger <belanger@truman.edu>
16847
16848 * calc/calc.el (calc-bug-address): Fix docstring.
16849 (calc-window-hook, calc-trail-window-hook): New variables.
16850 (calc-trail-display): Restore use of calc-trail-window-hook.
16851 (calc): Restore use of calc-window-hook.
16852
16853 2005-05-31 Masatake YAMATO <jet@gyve.org>
16854
16855 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16856
16857 * help-fns.el (help-C-file-name): Add autoload mark for
16858 `find-function-noselect'.
16859
16860 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16861
16862 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16863 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16864
16865 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16866
16867 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16868 included diary buffer if it was not already being visited.
16869 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16870
16871 * calendar/icalendar.el (top-level): Do not require appt.
16872
16873 * mail/supercite.el (sc-select-attribution): Only use a list
16874 element from sc-attrib-selection-list if it returns a string.
16875 Reported by Davide G. M. Salvetti <salve@debian.org>.
16876
16877 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16878
16879 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16880 includes a hash value to improve its uniqueness, and has a ".jpg"
16881 extension. Also, it is now a valid filename on all systems.
16882 (thumbs-make-thumb): Use `let', not `let*'.
16883 (thumbs-show-thumbs-list): Check for JPEG availability.
16884
16885 2005-05-30 Richard M. Stallman <rms@gnu.org>
16886
16887 * filesets.el (filesets-menu-ensure-use-cached):
16888 Prevent warning when emacs-version>= is undefined.
16889
16890 * printing.el (pr-interactive-n-up): Use string-to-number.
16891
16892 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16893
16894 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16895 Warn only when name to be defined is quoted.
16896
16897 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16898
16899 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16900 Make regexp more robust.
16901 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16902 Force regeneration of disassembly.
16903
16904 2005-05-29 Jay Belanger <belanger@truman.edu>
16905
16906 * calc/calc.el (calc-user-invocation): Check if
16907 calc-invocation-macro is non-nil.
16908
16909 2005-05-29 Juri Linkov <juri@jurta.org>
16910
16911 * add-log.el (change-log-font-lock-keywords):
16912 Add `+' to e-mail regexp to accept mail address with keywords.
16913
16914 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16915
16916 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16917
16918 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16919
16920 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16921
16922 2005-05-29 Richard M. Stallman <rms@gnu.org>
16923
16924 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16925 Undo the change that moves to end of the current word.
16926
16927 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16928
16929 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16930 Throw error when count <= 0 to ensure input is a number.
16931 (gdb-read-memory-custom): Pick up address from buffer.
16932 (gdb-memory-mode): Allow user to increment and decrement
16933 memory address from header line.
16934
16935 2005-05-29 Richard M. Stallman <rms@gnu.org>
16936
16937 * flyspell.el (flyspell-version): Function deleted.
16938 (flyspell-auto-correct-previous-hook): Doc fix.
16939
16940 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16941 Do nothing if memory is full.
16942
16943 * font-lock.el (font-lock-fontify-syntactically-region):
16944 Pass t for GREEDY to looking-back.
16945
16946 * saveplace.el (save-place-alist-to-file): Write the file
16947 using write-region.
16948
16949 * subr.el (looking-back): New argument GREEDY.
16950
16951 * progmodes/compile.el (compilation-start): Set the mode
16952 before inserting the initial text.
16953
16954 * progmodes/which-func.el (which-func-update-1): Turn the mode
16955 off in case of error by setting which-func-mode.
16956
16957 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16958
16959 * flyspell.el (flyspell-auto-correct-previous-word):
16960 Narrow down to what's on the screen, and recenter overlays
16961 at the end of the next word.
16962
16963 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16964
16965 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16966 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16967 (flyspell-abbrev-p): Default to nil.
16968 (flyspell-use-global-abbrev-table-p): Doc fix.
16969 (flyspell-large-region): Allow nil as value.
16970 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16971
16972 (mail-mode-flyspell-verify): More robust handling
16973 of `mail-header-separator'. More efficient signature detection.
16974 Allow for regexp metacharacters in message-header-separator.
16975 Adding `To' not to be checked in mail-mode-flyspell-verify.
16976
16977 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16978 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16979 Bind flyspell-auto-correct-binding.
16980 Bind C-. and C-, .
16981 (flyspell-mode-map): Likewise.
16982 (flyspell-mode): Doc fix.
16983 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16984 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16985 (flyspell-word-cache-result): New var, always local.
16986 (flyspell-check-pre-word-p): Doc fix.
16987 (flyspell-check-changed-word-p): Handle spc like newline.
16988 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16989 (flyspell-word-search-backward, flyspell-word-search-forward):
16990 New functions.
16991 (flyspell-word): Return t if nothing to check.
16992 When parsing TeX code, check for after } or \.
16993 Use flyspell-word-search-backward to find previous word.
16994 Return nil if duplicated word.
16995 For word already checked, return same value as last time.
16996 Set flyspell-word-cache-result after checking.
16997 Don't clobber the return value.
16998 (flyspell-get-word): Major rewrite.
16999 (flyspell-external-point-words): New locals pword, pcount.
17000 Fix size used in progress message.
17001 Find the proper corresponding word in flyspell-large-region-buffer.
17002 (flyspell-region): Check for flyspell-large-region = nil.
17003 (flyspell-highlight-incorrect-region): Clean up overlays in region.
17004 (flyspell-auto-correct-word): Check that WORD is a cons.
17005 (flyspell-correct-word): Likewise.
17006
17007 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
17008
17009 * progmodes/make-mode.el (makefile-rule-action-regex)
17010 (makefile-macroassign-regex, makefile-makepp-mode)
17011 (makefile-bsdmake-mode): Continuation lines may be empty.
17012 Reported by Joshua Varner.
17013 (makefile-makepp-font-lock-keywords): Add $(stem).
17014
17015 2005-05-28 Karl Berry <karl@gnu.org>
17016
17017 * textmodes/tex-mode.el: Now that tex-send-command calls
17018 shell-quote-argument (2005-03-31 change), remove all calls to
17019 shell-quote-argument; they all end up invoking tex-send-command.
17020 The double quoting loses on filenames with non-safe characters,
17021 such as "@". Reported by Frederik Fouvry.
17022
17023 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
17024
17025 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
17026 about preserving point.
17027
17028 2005-05-27 Jay Belanger <belanger@truman.edu>
17029
17030 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
17031 Info-goto-node.
17032
17033 * calc/calc-embed.el (calc-embed-arg): New variable.
17034 (calc-do-embedded-activate, calc-embedded-activate-formula)
17035 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
17036 variable by new variable.
17037 (calc-embedded-make-info): Replace undeclared variable by new
17038 variable. When selecting region with positive prefix
17039 argument, use end of previous line instead of beginning of line.
17040
17041 * calc/calc-aent.el (calc-arg-values): Declare it.
17042
17043 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
17044 Declare them.
17045
17046 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
17047
17048 * calc/calc.el (calc-alg-map): Declare it.
17049
17050 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
17051
17052 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
17053
17054 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
17055 (gdb-registers-buffer, toggle-gdb-all-registers):
17056 Toggle display of floating point registers.
17057 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
17058
17059 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
17060 (toggle-gud-tooltip-dereference):
17061 Rename from gud-toggle-tooltip-dereference.
17062
17063 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
17064
17065 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
17066
17067 2005-05-27 Jay Belanger <belanger@truman.edu>
17068
17069 * calc/calc-prog.el (calc-kbd-report): Remove.
17070 (calc-kbd-query): Rewrite.
17071
17072 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
17073
17074 * image.el (image-library-alist): Move to image.c.
17075 (image-type-available-p): Doc fix.
17076
17077 2005-05-27 Lute Kamstra <lute@gnu.org>
17078
17079 * calc/calc.el (calc):
17080 * outline.el (outline-1, outline-2, outline-3, outline-4)
17081 (outline-5, outline-6, outline-7, outline-8):
17082 * textmodes/dns-mode.el (dns-mode):
17083 * textmodes/sgml-mode.el (sgml-namespace-face):
17084 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
17085 (tex-verbatim-face, tex-use-reftex):
17086 * textmodes/texinfo.el (texinfo-heading-face):
17087 Specify customization group.
17088
17089 * longlines.el: Don't require easy-mmode.
17090 (longlines-visible-face): Specify customization group.
17091
17092 2005-05-27 Kenichi Handa <handa@m17n.org>
17093
17094 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
17095 encoding table of windows-1251.
17096
17097 * international/ucs-tables.el (ucs-set-table-for-input):
17098 If translation-table-for-input of a coding system is a symbol, get
17099 its translation-table property.
17100
17101 * international/code-pages.el: Don't register a coding system into
17102 non-iso-charset-alist more than once.
17103 (cp-make-coding-system): Likewise.
17104
17105 2005-05-26 John Wiegley <johnw@newartisans.com>
17106
17107 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
17108 `eshell-resume-eval' is wrapped in a list, it indicates that the
17109 command was run asynchronously. In that case, unwrap the value
17110 before checking the delimiter value.
17111
17112 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
17113 character before a space at the end of a line is \, assume the space
17114 is part of the last argument rather than a final argument separator.
17115
17116 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
17117 is in use, and the target is `t' or `nil' (which are the most common
17118 values), don't assume that the symbol target is a buffer.
17119
17120 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
17121
17122 * calendar/calendar.el (calendar-mode-line-format):
17123 Use mode-line-highlight as mouse-face.
17124
17125 * time.el (display-time-string-forms, display-time-update):
17126 Use mode-line-highlight as mouse-face.
17127
17128 2005-05-26 Jay Belanger <belanger@truman.edu>
17129
17130 * calc/calc.el (calc-language-alist): Remove extra defvar.
17131
17132 2005-05-26 Lute Kamstra <lute@gnu.org>
17133
17134 * arc-mode.el (archive-mode):
17135 * bookmark.el (bookmark-read-annotation-mode)
17136 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
17137 * bs.el (bs-mode):
17138 * calc/calc-yank.el (calc-edit-mode):
17139 * calc/calc.el (calc-mode, calc-trail-mode):
17140 * calculator.el (calculator-mode):
17141 * chistory.el (command-history-mode):
17142 * comint.el:
17143 * cus-edit.el (custom-mode):
17144 * descr-text.el (describe-text-mode):
17145 * ebuff-menu.el (Electric-buffer-menu-mode):
17146 * ediff-util.el (ediff-mode):
17147 * emacs-lisp/re-builder.el (reb-mode):
17148 * emulation/vi.el (vi-mode-setup):
17149 * emulation/ws-mode.el (wordstar-mode):
17150 * eshell/esh-mode.el (eshell-mode):
17151 * forms.el (forms-mode):
17152 * help-mode.el (help-mode):
17153 * hexl.el (hexl-mode):
17154 * ibuffer.el (ibuffer-mode):
17155 * ielm.el (inferior-emacs-lisp-mode):
17156 * info.el (Info-mode, Info-edit-mode):
17157 * international/swedish.el:
17158 * ledit.el (ledit-from-lisp-mode):
17159 * locate.el (locate-mode):
17160 * mail/rmail.el (rmail-mode):
17161 * mail/rmailedit.el (rmail-edit-mode):
17162 * mail/rmailsum.el (rmail-summary-mode):
17163 * mail/supercite.el (sc-electric-mode):
17164 * net/eudc.el (eudc-mode):
17165 * net/quickurl.el (quickurl-list-mode):
17166 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
17167 * obsolete/ooutline.el (outline-mode):
17168 * obsolete/options.el (Edit-options-mode):
17169 * obsolete/rnews.el (news-mode):
17170 * obsolete/rnewspost.el (news-reply-mode):
17171 * play/5x5.el (5x5-mode):
17172 * play/decipher.el (decipher-mode, decipher-stats-mode):
17173 * play/gomoku.el (gomoku-mode):
17174 * play/snake.el (snake-mode):
17175 * play/solitaire.el (solitaire-mode):
17176 * play/tetris.el (tetris-mode):
17177 * progmodes/ada-mode.el (ada-mode):
17178 * progmodes/antlr-mode.el (antlr-mode):
17179 * progmodes/autoconf.el (autoconf-mode):
17180 * progmodes/dcl-mode.el (dcl-mode):
17181 * progmodes/delphi.el (delphi-mode):
17182 * progmodes/ebrowse.el (ebrowse-tree-mode)
17183 (ebrowse-electric-list-mode, ebrowse-member-mode)
17184 (ebrowse-electric-position-mode):
17185 * progmodes/f90.el (f90-mode):
17186 * progmodes/fortran.el (fortran-mode):
17187 * progmodes/icon.el (icon-mode):
17188 * progmodes/idlw-help.el (idlwave-help-mode):
17189 * progmodes/idlw-shell.el (idlwave-shell-mode):
17190 * progmodes/idlwave.el (idlwave-mode):
17191 * progmodes/inf-lisp.el (inferior-lisp-mode):
17192 * progmodes/m4-mode.el (m4-mode):
17193 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
17194 * progmodes/modula2.el (modula-2-mode):
17195 * progmodes/octave-inf.el (inferior-octave-mode):
17196 * progmodes/octave-mod.el (octave-mode):
17197 * progmodes/pascal.el (pascal-mode):
17198 * progmodes/sh-script.el (sh-mode):
17199 * progmodes/sql.el (sql-mode, sql-interactive-mode):
17200 * progmodes/vhdl-mode.el (vhdl-mode):
17201 * progmodes/xscheme.el (scheme-interaction-mode):
17202 * replace.el (occur-mode):
17203 * ses.el (ses-mode):
17204 * simple.el (completion-list-mode):
17205 * skeleton.el:
17206 * speedbar.el (speedbar-mode):
17207 * term.el (term-mode):
17208 * terminal.el (terminal-edit-mode):
17209 * textmodes/reftex-index.el (reftex-index-mode)
17210 (reftex-index-phrases-mode):
17211 * textmodes/reftex-sel.el (reftex-select-label-mode)
17212 (reftex-select-bib-mode):
17213 * textmodes/reftex-toc.el (reftex-toc-mode):
17214 * wdired.el (wdired-change-to-wdired-mode):
17215 * wid-browse.el (widget-browse-mode):
17216 Use run-mode-hooks.
17217
17218 * array.el (array-mode):
17219 * calendar/todo-mode.el (todo-mode):
17220 * man.el (Man-mode):
17221 * play/landmark.el (lm-mode):
17222 * play/mpuz.el (mpuz-mode):
17223 Use kill-all-local-variables and run-mode-hooks.
17224
17225 * subr.el (delay-mode-hooks): Specify indentation.
17226
17227 2005-05-26 Mark A. Hershberger <mah@everybody.org>
17228
17229 * xml.el (xml-substitute-special): Don't die for undefined xml
17230 entities.
17231
17232 2005-05-26 Jay Belanger <belanger@truman.edu>
17233
17234 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
17235 of nil.
17236
17237 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
17238
17239 * progmodes/gdb-ui.el (gdb-frame-address):
17240 Rename from gdb-current-address.
17241 (gdb-previous-frame-address): Rename from gdb-previous-address.
17242 (gdb-selected-frame): Rename from gdb-current-frame.
17243 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
17244 (gdb-frame-number): Rename from gdb-current-stack-level.
17245 (gdb-ann3): Match new mode-name for disassembly buffer.
17246 Extend initialization of variables.
17247 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
17248 (gdb-memory-mode): Use mouse-face in header line.
17249 (gdb-assembler-buffer-name): Call it disassembly and give frame
17250 in mode line.
17251 (gdb-source-spec-regexp, gdb-assembler-custom)
17252 (gdb-invalidate-assembler, gdb-frame-handler):
17253 Make robust to leading zeroes in address format.
17254
17255 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
17256
17257 * textmodes/org.el (org-mode): Use `define-derived-mode' to
17258 define `org-mode'.
17259 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
17260
17261 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
17262
17263 * log-edit.el (log-edit-changelog-entries): Distinguish between
17264 filenames like xfns.c and fns.c.
17265
17266 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
17267
17268 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
17269 point after reverting.
17270 (Buffer-menu-make-sort-button): Handle the case where
17271 `Buffer-menu-use-header-line' is nil.
17272
17273 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
17274
17275 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
17276 New funcs. In minibuffer-local-completion-map bind `]', `/'
17277 and `:' to them.
17278
17279 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
17280
17281 * startup.el (normal-top-level): Allow modification of load-path while
17282 we're iterating over it.
17283
17284 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
17285
17286 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
17287 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
17288 (thumbs-resize-interactive, thumbs-insert-image)
17289 (thumbs-insert-thumb, thumbs-dired-show-marked)
17290 (thumbs-find-image-at-point, thumbs-delete-images)
17291 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
17292 (thumbs-increment-image-size, thumbs-decrement-image-size):
17293 Fix typos in docstrings.
17294
17295 2005-05-24 Andre Spiegel <spiegel@gnu.org>
17296
17297 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
17298 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
17299 (cperl-mode): Use them.
17300
17301 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
17302
17303 * window.el (quit-window, shrink-window-if-larger-than-buffer):
17304 Doc fixes.
17305
17306 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
17307
17308 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
17309 Bind C-d to gdb-inferior-io-eof.
17310
17311 * dired.el (dired-dnd-popup-notice): Use message-box.
17312
17313 2005-05-23 Masatake YAMATO <jet@gyve.org>
17314
17315 * bindings.el (mode-line-major-mode-keymap):
17316 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
17317
17318 * faces.el (mode-line-highlight): New face.
17319
17320 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
17321 as mouse-face.
17322
17323 * bindings.el (top-level, help-echo, mode-line-modified)
17324 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
17325 as mouse-face.
17326
17327 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
17328
17329 * progmodes/cc-engine.el (c-guess-basic-syntax):
17330 Remove spurious call to `zerop'.
17331
17332 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
17333
17334 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
17335
17336 CC Mode update to 5.30.10:
17337
17338 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
17339 could go past the limit in decoration level 2, thereby causing
17340 errors during interactive fontification.
17341
17342 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
17343 the file is evaluated interactively.
17344
17345 * cc-engine.el (c-guess-basic-syntax): Handle operator
17346 declarations somewhat better in C++.
17347
17348 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
17349 make use of `run-mode-hooks' which has been added in Emacs 21.1.
17350 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
17351 (awk-mode): Use it.
17352 (make-local-hook): Suppress warning about obsoleteness.
17353
17354 * cc-engine.el, cc-align.el, cc-cmds.el
17355 (c-append-backslashes-forward, c-delete-backslashes-forward)
17356 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
17357 Compensate for return value from `forward-line' when it has moved
17358 but not to a different line due to eob.
17359
17360 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
17361 `objc-method-intro' and `objc-method-args-cont'.
17362
17363 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
17364
17365 CC Mode update to 5.30.10:
17366
17367 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
17368 in the copyright statement. Incidentally, change "along with GNU
17369 Emacs" to "along with this program" where it occurs.
17370
17371 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
17372 so that it is interactive, hence can be found by M-x awk-mode
17373 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
17374 <gmorris+emacs@ast.cam.ac.uk>.
17375
17376 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
17377 Mode's regexps.
17378
17379 2005-05-23 Kevin Ryde <user42@zip.com.au>
17380
17381 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
17382 c-parse-state, to avoid a lisp error (on bad code).
17383
17384 2005-05-23 Lute Kamstra <lute@gnu.org>
17385
17386 * subr.el (font-lock-defaults): Remove defvar as it's already
17387 defined in font-core.el.
17388
17389 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
17390
17391 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
17392
17393 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
17394 more general and work when GDB variable "print pretty" is on,
17395 as with Emacs, for example.
17396
17397 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
17398
17399 * font-core.el: Update comment.
17400
17401 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17402 Use `after-change-major-mode-hook' instead of `find-file-hook'.
17403
17404 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
17405
17406 2005-05-22 Eli Zaretskii <eliz@gnu.org>
17407
17408 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
17409 and `yank-handler' in the doc strings.
17410
17411 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17412
17413 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
17414
17415 2005-05-22 Richard M. Stallman <rms@gnu.org>
17416
17417 * help.el (describe-key): Move print-help-return-message call
17418 out of conditional.
17419
17420 * progmodes/etags.el (list-tags): Use with-no-warnings.
17421
17422 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
17423 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
17424 (starttls-extra-args, starttls-extra-arguments): Add defvars.
17425
17426 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
17427
17428 * language/viet-util.el (viet-viscii-nonascii-translation-table):
17429 Add defvar.
17430
17431 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
17432 Use defvar, not defconst.
17433
17434 * hexl.el (hexl-follow-line): Use with-no-warnings.
17435
17436 * emulation/tpu-extras.el: Use write-file-functions instead of
17437 write-file-hooks.
17438
17439 * dired.el (dired-font-lock-keywords): Fontify files with junk
17440 extensions even if marked by -F.
17441
17442 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
17443
17444 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
17445 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
17446 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
17447 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
17448 (concatenate, list-length, get*, getf, cl-remprop):
17449 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17450 (etypecase, progv, lexical-let, lexical-let*)
17451 (multiple-value-bind, multiple-value-setq, shiftf):
17452 Improve argument/docstring consistency.
17453
17454 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17455
17456 2005-05-22 Andre Spiegel <spiegel@gnu.org>
17457
17458 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17459 doesn't exist.
17460
17461 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
17462 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17463
17464 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
17465
17466 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17467 already deleted variables: auto-fill-hook, blink-paren-hook,
17468 lisp-indent-hook, inhibit-local-variables, unread-command-event,
17469 suspend-hooks, comment-indent-hook, meta-flag,
17470 before-change-function, after-change-function,
17471 font-lock-doc-string-face.
17472
17473 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
17474
17475 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17476
17477 2005-05-21 Eli Zaretskii <eliz@gnu.org>
17478
17479 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17480 rmail-dont-reply-to.
17481
17482 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17483
17484 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17485 literal blank when splitting new-header-values.
17486
17487 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
17488
17489 * calendar/cal-menu.el (cal-menu-update): Add separator as a
17490 string so that tmm doesn't create a completion entry for it.
17491
17492 * textmodes/table.el (table-disable-menu): Ditto.
17493
17494 2005-05-21 Richard M. Stallman <rms@gnu.org>
17495
17496 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17497
17498 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17499
17500 * net/rcompile.el (remote-compile): Use compilation-start.
17501
17502 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17503
17504 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17505
17506 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17507 Default to makefile-bsdmake-mode on BSD systems.
17508
17509 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17510 REGEXP may also be a search function now. The part of doc-string
17511 for describing the structure was 95% identical to that of
17512 `imenu--generic-function'. Unify it there.
17513
17514 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17515 Use function to find dependencies, because regexp alone is so complex,
17516 it easily goes into an endless loop.
17517 (makefile-makepp-mode): Also add submenu for Perl functions
17518 defined in the makefile.
17519 (makefile-bsdmake-mode): Special imenu-generic-expression no
17520 longer needed, due to function call.
17521 (makefile-match-dependency): Take BOUND into account when checking
17522 if we're through.
17523
17524 2005-05-20 Jay Belanger <belanger@truman.edu>
17525
17526 * calc/calc-units.el (calc-invalidate-units-table):
17527 Use inhibit-read-only.
17528 (math-build-units-table-buffer): Use view-mode.
17529
17530 2005-05-20 David Kastrup <dak@gnu.org>
17531
17532 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17533 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17534
17535 2005-05-20 Lute Kamstra <lute@gnu.org>
17536
17537 * diff-mode.el (diff-header-face, diff-file-header-face)
17538 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17539 (diff-added-face, diff-changed-face, diff-function-face)
17540 (diff-context-face, diff-nonexistent-face): Put them in the
17541 diff-mode customization group.
17542
17543 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17544
17545 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17546
17547 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17548
17549 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17550 Minor regexp-optimization.
17551
17552 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17553
17554 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17555 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17556 (org-agenda-add-time-grid-maybe): New function.
17557 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17558 (org-table-create): `dotimes' instead of `mapcar'.
17559 (org-xor): Simplify implementation.
17560 (org-agenda): `inhibit-redisplay' turned on.
17561 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17562 a consistent line after a state change.
17563 (org-agenda-remove-times-when-in-prefix): New option.
17564 (org-prefix-has-time): New variable.
17565 (org-parse-time-string): Optional argument NODEFAULT.
17566 (org-format-agenda-item): Parse items for time-of-day
17567 specifications and move these into the prefix if possible.
17568 (org-agenda-priority): Get current heading, not previous heading
17569 during agenda remote editing.
17570
17571 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17572
17573 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17574 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17575 (remove-duplicates, delete-duplicates, substitute)
17576 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17577 (nsubstitute-if-not, find, find-if, find-if-not, position)
17578 (position-if, position-if-not, count, count-if, count-if-not)
17579 (mismatch, search, sort*, stable-sort, merge, member*)
17580 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17581 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17582 (intersection, nintersection, set-difference, nset-difference)
17583 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17584 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17585 (nsublis, tree-equal): Improve argument/docstring consistency.
17586
17587 * subr.el (send-string, send-region): Remove obsolescence declaration.
17588 (window-dot, set-window-dot, read-input, show-buffer)
17589 (eval-current-buffer, string-to-int):
17590 Add release number to obsolescence declarations.
17591
17592 2005-05-19 Kim F. Storm <storm@cua.dk>
17593
17594 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17595 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17596
17597 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17598
17599 * faces.el (list-faces-display): Make back button respect optional
17600 regexp arg.
17601
17602 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17603
17604 * calculator.el (calculator-radix-grouping-mode)
17605 (calculator-radix-grouping-digits, calculator-displayer)
17606 (calculator-radix-grouping-separator, calculator-copy-displayer):
17607 * dabbrev.el (dabbrev-search-these-buffers-only):
17608 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17609 (diff-advance-after-apply-hunk, diff-mode-hook)
17610 (diff-minor-mode-prefix):
17611 * imenu.el (imenu-use-popup-menu):
17612 * jit-lock.el (jit-lock-context-time):
17613 * newcomment.el (comment-fill-column, comment-column)
17614 (comment-style, comment-padding, comment-multi-line)
17615 (comment-empty-lines, comment-auto-fill-only-comments):
17616 * reveal.el (reveal-around-mark):
17617 * uniquify.el (uniquify-buffer-name-style)
17618 (uniquify-after-kill-buffer-p)
17619 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17620 (uniquify-min-dir-content, uniquify-separator)
17621 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17622 * w32-vars.el (w32-fixed-font-alist):
17623 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17624 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17625 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17626 * progmodes/perl-mode.el (perl-indent-level)
17627 (perl-continued-statement-offset, perl-continued-brace-offset)
17628 (perl-brace-offset, perl-brace-imaginary-offset)
17629 (perl-label-offset, perl-indent-continued-arguments)
17630 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17631 * progmodes/tcl.el (tcl-indent-level)
17632 (tcl-continued-indent-level, tcl-auto-newline)
17633 (tcl-tab-always-indent, tcl-electric-hash-style)
17634 (tcl-help-directory-list, tcl-use-smart-word-finder)
17635 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17636 (inferior-tcl-source-command):
17637 * textmodes/fill.el (enable-kinsoku):
17638 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17639 * textmodes/table.el (table-yank-handler):
17640 Specify missing group (and type, if simple) in defcustom.
17641
17642 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17643
17644 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17645
17646 2005-05-19 Richard M. Stallman <rms@gnu.org>
17647
17648 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17649
17650 * subr.el (event-basic-type): Don't get an error.
17651 (left-fringe-p): Function deleted.
17652
17653 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17654 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17655
17656 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17657 in recursive copy.
17658
17659 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17660
17661 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17662
17663 * emacs-lisp/bytecomp.el
17664 (byte-compile-file-form-custom-declare-variable):
17665 Call byte-compile-nogroup-warn if appropriate.
17666
17667 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17668 (compilation-set-window): Don't call left-fringe-p; do it directly.
17669
17670 2005-05-19 Jay Belanger <belanger@truman.edu>
17671
17672 * calc/calc-graph.el (calc-graph-format-data): Make sure
17673 var-PlotRejects is bound before trying to check its value.
17674
17675 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17676
17677 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17678 definition of this variable from reftex-global.el to reftex.el,
17679 because it is needed in the menu.
17680
17681 2005-05-19 Lute Kamstra <lute@gnu.org>
17682
17683 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17684 years are fixed. Don't insert a space after a dash.
17685
17686 2005-05-19 Kim F. Storm <storm@cua.dk>
17687
17688 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17689
17690 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17691
17692 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17693 strings, because (eq ... ?\\) is fairly frequent.
17694
17695 * progmodes/make-mode.el (makefile-add-this-line-targets):
17696 Simplify and integrate into `makefile-pickup-targets'.
17697 (makefile-add-this-line-macro): Simplify and integrate into
17698 `makefile-pickup-macros.
17699 (makefile-pickup-filenames-as-targets): Simplify.
17700 (makefile-previous-dependency, makefile-match-dependency):
17701 Don't stumble over `::'.
17702
17703 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17704
17705 * subr.el (post-command-idle-hook, post-command-idle-delay):
17706 Remove obsoletion of post-command-idle-hook and
17707 post-command-idle-delay.
17708
17709 * faces.el (list-faces-display): Provide button when describe-face
17710 is called to take user back to the list of faces.
17711
17712 * help-fns.el (describe-variable): Remove hyperlinks in a
17713 variable's value as these are quite frequently inappropriate.
17714
17715 * follow.el (follow-submit-feedback, follow-mode):
17716 Remove references to post-command-idle-hook.
17717
17718 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17719
17720 * progmodes/make-mode.el (makefile-previous-dependency)
17721 (makefile-match-dependency): Check for := (and in bsd mode also
17722 !=) to give a better result, even when font-lock is not on.
17723
17724 2005-05-18 Jay Belanger <belanger@truman.edu>
17725
17726 * calc/calc-help.el (calc-s-prefix-help):
17727 Add `calc-copy-special-constant' to help string.
17728
17729 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17730
17731 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17732
17733 2005-05-18 Jay Belanger <belanger@truman.edu>
17734
17735 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17736 in linear factors are in proper order.
17737
17738 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17739
17740 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17741 Support for jurabib.
17742
17743 * textmodes/reftex.el (featurep): Define aliases for overlay
17744 commands, for XEmacs compatibility, and use these aliases in
17745 overlay initializations.
17746 (reftex-highlight): Use `reftex-move-overlay'.
17747 (reftex-unhighlight): Use `reftex-delete-overlay'.
17748 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17749 (reftex-access-search-path): Use `reftex-uniquify' instead of
17750 `reftex-uniq'
17751
17752 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17753 `before-string' property modification enables for Emacs as well.
17754 (reftex-select-item): Use `reftex-delete-overlay'.
17755 (reftex-select-mark): Use `reftex-make-overlay' and
17756 `reftex-overlay-put'.
17757 (reftex-select-unmark): Use `reftex-delete-overlay' and
17758 `reftex-overlay-put'.
17759
17760 2005-05-18 Lute Kamstra <lute@gnu.org>
17761
17762 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17763
17764 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17765
17766 * add-log.el (add-change-log-entry):
17767 * array.el (array-make-template, array-reconfigure-rows)
17768 (array-init-max-row, array-init-max-column)
17769 (array-init-columns-per-line, array-init-field-width):
17770 * replace.el (replace-match-maybe-edit, perform-replace):
17771 * textmodes/spell.el (spell-region):
17772 Replace `read-input' by `read-string'.
17773
17774 * forms.el (forms-mode):
17775 * finder.el (finder-compile-keywords):
17776 * shadowfile.el (shadow-read-files):
17777 Replace `eval-current-buffer' by `eval-buffer'.
17778
17779 * terminal.el (te-pass-through):
17780 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17781 (ange-ftp-raw-send-cmd):
17782 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17783 (send-process-next-char, telnet-initial-filter, telnet):
17784 Replace `send-string' by `process-send-string'.
17785
17786 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17787 (prolog-consult-region): Replace `send-string' by
17788 `process-send-string'; replace `send-region' by `process-send-region'.
17789
17790 * progmodes/delphi.el (delphi-log-msg):
17791 Replace `set-window-dot' by `set-window-point'.
17792
17793 * subr.el (window-dot, set-window-dot, read-input, send-string)
17794 (send-region, show-buffer, eval-current-buffer):
17795 Make really obsolete, as the comment says.
17796
17797 2005-05-17 Kim F. Storm <storm@cua.dk>
17798
17799 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17800 (cua--init-keymaps): Bind C-return instead of S-return to set
17801 rectangle mark.
17802
17803 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17804 instead of S-return to toggle/clear rectangle mark.
17805
17806 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17807
17808 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17809 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17810 Also fontify plain strings assigned to variables, mostly so that a
17811 colon has a face and is thus not taken as a dependency separator.
17812 (makefile-previous-dependency): Inline the new matcher, because it
17813 is too complex to work in both directions.
17814 (makefile-match-dependency): Eliminate `backward' arg (see above).
17815 Completely reimplemented so as to not sometimes go into an endless
17816 loop. It should also be more efficient, because first it only
17817 searches for `:', instead of applying the very complex regexp.
17818 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17819 to be fontified in one piece can be too long for JIT.
17820 Makefiles are never *that* big.
17821
17822 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17823
17824 * dired.el (dired-mode): Simplify.
17825
17826 2005-05-17 Lute Kamstra <lute@gnu.org>
17827
17828 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17829 defcustom for the mode hook variable.
17830
17831 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17832 Emacs Lisp Reference Manual.
17833
17834 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17835
17836 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17837 (evenp, list*):
17838 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17839 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17840
17841 * net/tramp-smb.el (tramp-smb-open-connection):
17842 Pass `tramp-chunksize' as fifth (required) argument.
17843
17844 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17845
17846 * font-lock.el (lisp-font-lock-keywords-1):
17847 Set `font-lock-negation-char-face' for [^...] char group.
17848 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17849
17850 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17851 a var, and refine it to mask one more level of nested vars.
17852 (makefile-rule-action-regex): Turn it into a var, and refine it so
17853 it recognizes backslashed continuation lines as belonging to the
17854 same command.
17855 (makefile-macroassign-regex): Refine it so it recognizes
17856 backslashed continuation lines as belonging to the same command.
17857 (makefile-var-use-regex): Don't look at the next char, because it
17858 might be the same one to be skipped by the initial [^$], leading
17859 to an overlooked variable use.
17860 (makefile-make-font-lock-keywords): Remove two parameters, which
17861 are now variables that some of the modes set locally.
17862 Handle dependency and rule action matching through functions, because
17863 regexps alone match too often. Dependency matching now comes
17864 last, so it can check, whether a colon already matched something else.
17865 (makefile-mode): Inform that font-lock improves makefile parsing
17866 capabilities.
17867 (makefile-match-dependency, makefile-match-action): New functions.
17868
17869 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17870
17871 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17872
17873 * align.el (align-regexp):
17874 * ansi-color.el (ansi-color-get-face):
17875 * array.el (array-reconfigure-rows, array-init-max-row)
17876 (array-init-max-column, array-init-columns-per-line)
17877 (array-init-field-width):
17878 * dired-aux.el (dired-trample-file-versions):
17879 * dired-x.el (dired-mark-sexp):
17880 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17881 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17882 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17883 * faces.el (face-read-integer):
17884 * files.el (backup-extract-version, insert-directory):
17885 * hexl.el (hexl-insert-decimal-char):
17886 * server.el (server-process-filter):
17887 * shell.el (shell-extract-num):
17888 * startup.el (command-line-1):
17889 * term.el (term-command-hook):
17890 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17891 (time-stamp-do-number):
17892 * time.el (display-time-update):
17893 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17894 (timezone-fix-time):
17895 * vms-patch.el (vms-suspend-resume-hook):
17896 * calendar/appt.el (appt-convert-time):
17897 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17898 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17899 * calendar/cal-islam.el (mark-islamic-diary-entries):
17900 * calendar/calendar.el (calendar-cursor-to-date)
17901 (calendar-star-date):
17902 * calendar/diary-lib.el (diary-attrtype-convert)
17903 (mark-diary-entries, diary-entry-time):
17904 * calendar/solar.el (solar-get-number):
17905 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17906 * emacs-lisp/re-builder.el (reb-display-subexp):
17907 * emulation/edt.el (edt-set-scroll-margins):
17908 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17909 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17910 (vip-get-ex-count):
17911 * emulation/viper-ex.el (viper-get-ex-token)
17912 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17913 * international/fontset.el (fontset-plain-name):
17914 * mail/feedmail.el (feedmail-look-at-queue-directory):
17915 * mail/mailalias.el (mail-get-names):
17916 * mail/rmail.el (rmail-convert-to-babyl-format):
17917 * mail/rmailsum.el (rmail-make-basic-summary-line)
17918 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17919 (rmail-summary-goto-msg):
17920 * mail/smtpmail.el (smtpmail-read-response):
17921 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17922 (ange-ftp-vms-add-file-entry):
17923 * play/gametree.el (gametree-looking-at-ply)
17924 (gametree-current-branch-score):
17925 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17926 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17927 * progmodes/cperl-mode.el (condition-case):
17928 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17929 (ebrowse-set-member-buffer-column-width)
17930 (ebrowse-select-1st-to-9nth):
17931 * progmodes/etags.el (etags-snarf-tag):
17932 * progmodes/flymake.el (flymake-parse-line):
17933 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17934 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17935 (idlwave-shell-menu-def):
17936 * progmodes/ps-mode.el (ps-run-goto-error):
17937 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17938 (vhdl-speedbar-contract-level):
17939 * term/mac-win.el (x-handle-numeric-switch):
17940 * term/sun-mouse.el (sun-get-frame-data):
17941 * term/w32-win.el (x-handle-numeric-switch):
17942 * term/x-win.el (x-handle-numeric-switch):
17943 * textmodes/ispell.el (ispell-parse-output):
17944 * textmodes/nroff-mode.el (nroff-outline-level):
17945 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17946 (reftex-bib-sort-year-reverse, reftex-format-citation):
17947 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17948 (reftex-section-number):
17949 * textmodes/texinfmt.el (texinfo-paragraphindent):
17950 Replace `string-to-int' by `string-to-number'.
17951
17952 * international/latexenc.el: Add page marker to force the "Local
17953 Variables:" string out of the last page.
17954
17955 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17956
17957 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17958 tooltip-change-major-mode.
17959 (gud-tooltip-print-command): Remove case where gud-minor-mode
17960 is gdb ("--fullname").
17961 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17962 explain to user.
17963
17964 2005-05-16 Jay Belanger <belanger@truman.edu>
17965
17966 * calc/calc-store.el (calc-copy-special-constant): New function.
17967
17968 * calc/calc-ext.el (calc-init-extensions): Add binding for
17969 `calc-copy-special-constant'.
17970
17971 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17972 for the `calc-copy-special-constant' command.
17973
17974 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17975
17976 * subr.el (left-fringe-p): New function.
17977
17978 * progmodes/compile.el (compilation-setup): Set local value of
17979 overlay-arrow-string to "" always.
17980 (compilation-set-window): Left fringe then don't scroll.
17981 No left fringe then no arrow and scroll message to top.
17982 (compilation-context-lines): Adjust doc string accordingly.
17983
17984 2005-05-16 Kim F. Storm <storm@cua.dk>
17985
17986 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17987 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17988 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17989 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17990 (ido-read-file-name): Handle commands with ido property value
17991 equal to find-file as reading a file name, to allow C-d to enter dired.
17992 (ibuffer-find-file): Add ido property with value find-file.
17993
17994 2005-05-15 Kim F. Storm <storm@cua.dk>
17995
17996 * subr.el (open-network-stream-nowait): Remove.
17997 (open-network-stream-server): Remove.
17998
17999 2005-05-15 Richard M. Stallman <rms@gnu.org>
18000
18001 * faces.el (describe-face): Output a definition link button.
18002
18003 * help-mode.el (help-face-def): New button type.
18004
18005 * emacs-lisp/copyright.el (copyright-fix-years):
18006 Match properly if the first year is 2-digit.
18007 Don't mess up the whitespace after the years by filling.
18008
18009 * dired-aux.el (dired-mark-confirm):
18010 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
18011
18012 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
18013 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
18014 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
18015
18016 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18017 Set font-lock-comment-start-skip.
18018
18019 * font-lock.el (font-lock-comment-start-skip): New variable.
18020 (font-lock-comment-end-skip): New variable.
18021 (font-lock-fontify-syntactically-region): Use them if non-nil.
18022
18023 2005-05-15 Jay Belanger <belanger@truman.edu>
18024
18025 * calc/calc-store.el (calc-store-value): Return a string rather
18026 than display it as a message.
18027 Use calc-var-name for variable name.
18028 (calc-store-into): Add the result of calc-store-value to message.
18029 (calc-copy-variable): Add a message.
18030 (calc-store-exchange): Improve error messages.
18031 (calc-store-binary, calc-store-map): Don't reset the values of
18032 special constants.
18033
18034 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
18035
18036 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
18037 manual to docstring.
18038
18039 * files.el (hack-local-variables-confirm): Add STRING argument.
18040 Make the function handle non file visiting buffers correctly.
18041 (hack-local-variables-prop-line, hack-local-variables)
18042 (hack-one-local-variable): Use STRING arg of
18043 `hack-local-variables-confirm'.
18044
18045 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
18046
18047 Sync with Tramp 2.0.49.
18048
18049 * net/tramp.el (tramp-handle-dired-call-process)
18050 (tramp-handle-insert-directory):`insert-buffer' cannot be used
18051 because the contents of the Tramp buffer is changed before
18052 insertion (`expand-file' and alike).
18053 (tramp-handle-insert-directory): If `localname' has an empty
18054 nondirectory name, it must not be quoted.
18055 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
18056 variable `tramp-chunksize'. Change callees.
18057 (tramp-open-connection-setup-interactive-shell): Check remote host
18058 for buggy `send-process-string' implementation.
18059 Set `tramp-chunksize' if found. Reported by Michael Kifer
18060 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
18061 (tramp-handle-shell-command): `insert-buffer' cannot be used
18062 because the contents of the Tramp buffer is changed before
18063 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
18064 <frederic.bothamy@free.fr>.
18065 (tramp-set-auto-save): Actions should be done for Tramp file name
18066 handler only. Ange-FTP has its own auto-save mechanism.
18067 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
18068 (tramp-set-auto-save-file-modes): Set file modes of
18069 `buffer-auto-save-file-name' to ?\600 as fallback solution.
18070 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
18071 (tramp-bug): Remove obsolete variable.
18072 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
18073 for presence of `mml-mode'. Make it running for older Emacsen as well.
18074
18075 2005-05-14 John Paul Wallington <jpw@pobox.com>
18076
18077 * ibuf-ext.el (define-ibuffer-filter filename):
18078 If `dired-directory' is a list, use its car.
18079
18080 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
18081
18082 * ibuffer.el (define-ibuffer-column filename):
18083 If `dired-directory' is a list, use its car.
18084
18085 2005-05-14 Richard M. Stallman <rms@gnu.org>
18086
18087 * subr.el (symbol-file): Doc fix.
18088
18089 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
18090 (byte-compile-form): Call byte-compile-nogroup-warn.
18091 (byte-compile-warning-types): Doc fix.
18092
18093 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
18094
18095 * progmodes/cc-engine.el (c-literal-faces):
18096 Add font-lock-comment-delimiter-face.
18097
18098 * net/net-utils.el (dig): Use with-no-warnings.
18099
18100 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
18101 (sc-recite-frame-alist, sc-default-cite-frame)
18102 (sc-default-uncite-frame, sc-default-recite-frame)
18103 (sc-attrib-selection-list, sc-rewrite-header-list):
18104 Mark as risky-local-variable.
18105
18106 * international/ogonek.el (ogonek-jak, ogonek-how):
18107 Don't use beginning-of-buffer.
18108
18109 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
18110
18111 * calendar/solar.el (solar-data-list): Move definition up.
18112
18113 * dnd.el (dnd-protocol-alist): Add autoload.
18114
18115 * progmodes/sh-script.el: Many doc usage fixes.
18116 (sh-indent-after-do): Change default to match common styles.
18117
18118 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
18119
18120 * files.el (interpreter-mode-alist)
18121 (auto-mode-interpreter-regexp): Doc fixes.
18122
18123 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
18124
18125 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
18126
18127 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
18128
18129 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18130
18131 * dired.el (dired-mode): make-variable-buffer-local =>
18132 make-local-variable.
18133
18134 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18135
18136 * term/mac-win.el (mac-select-convert-to-string): Try coding
18137 systems in mac-script-code-coding-systems if specified one cannot
18138 encode string for `com.apple.traditional-mac-plain-text'.
18139
18140 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
18141
18142 * progmodes/make-mode.el (makefile-targets-face)
18143 (makefile-shell-face, makefile-makepp-perl-face): New faces.
18144 (makefile-dependency-regex): Fix it to not make the colon in
18145 $(var:a=b) special.
18146 (makefile-rule-action-regex): New regexp for highlighting embedded
18147 Shell strings.
18148 (makefile-macroassign-regex): Handle != for highlighting as
18149 embedded Shell strings.
18150 (makefile-var-use-regex): New const.
18151 (makefile-statements, makefile-automake-statements)
18152 (makefile-gmake-statements, makefile-makepp-statements)
18153 (makefile-bsdmake-statements): New consts.
18154 (makefile-make-font-lock-keywords): New function.
18155 (makefile-automake-font-lock-keywords)
18156 (makefile-gmake-font-lock-keywords)
18157 (makefile-makepp-font-lock-keywords)
18158 (makefile-bsdmake-font-lock-keywords): New consts.
18159 (makefile-mode-map): Add switchers between the various submodes.
18160 (makefile-mode): Document the availability of the variants.
18161 (makefile-automake-mode, makefile-gmake-mode)
18162 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
18163
18164 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
18165 new variants of makefile-mode.
18166
18167 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18168
18169 * font-lock.el (font-lock-comment-delimiter-face): Fix up
18170 the inheritance.
18171
18172 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
18173
18174 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
18175 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
18176
18177 * files.el (normal-mode): Extend the scope of the
18178 `enable-local-variables' binding to include the `set-auto-mode' call.
18179 (magic-mode-alist): Doc fix.
18180
18181 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18182
18183 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
18184 font-lock-comment-face rather than copying its setting.
18185
18186 2005-05-12 Andreas Schwab <schwab@suse.de>
18187
18188 * eshell/esh-mode.el (eshell-send-input): Doc fix.
18189
18190 2005-05-12 Lute Kamstra <lute@gnu.org>
18191
18192 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
18193 defcustom for the mode hook variable. Delete the last argument.
18194 * generic-x.el: Fix callers of define-generic-mode.
18195 (generic-x-modes): Delete group.
18196 (show-tabs-tab-face, show-tabs-space-face): Put them in the
18197 generic-x customization group.
18198
18199 2005-05-12 Kim F. Storm <storm@cua.dk>
18200
18201 * font-lock.el (font-lock-negation-char-face): Default to "off".
18202
18203 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
18204 font-lock-negation-char-face to ! in !=.
18205
18206 2005-05-12 Masatake YAMATO <jet@gyve.org>
18207
18208 * add-log.el (find-change-log): Fix typos in the docstring
18209 of function.
18210
18211 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18212
18213 * international/latexenc.el (latexenc-find-file-coding-system):
18214 Avoid `re-search-forward' when looking for input encoding because
18215 of speed and safety. Better regular expressions for recognizing
18216 input encoding. Limit a search for TeX-master/tex-main-file to
18217 the local variable section.
18218
18219 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
18220
18221 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
18222 syntax of $ to "'" (quote).
18223
18224 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
18225
18226 * dnd.el (dnd-protocol-alist): Improve custom type.
18227
18228 * dired.el (dired-dnd-protocol-alist): New variable.
18229 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
18230 `dired-mode-hook' to the end.
18231
18232 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
18233
18234 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
18235 comment-end if comment-start-skip is not set.
18236 Obey the font-lock-comment-delimiter-face variables.
18237
18238 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
18239
18240 * files.el (executable-find): Move from executable.el. Use
18241 locate-file.
18242 * progmodes/executable.el (executable-find): Move to files.el.
18243
18244 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
18245 when trying to ensure forward progress.
18246
18247 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
18248
18249 * mouse-sel.el (mouse-sel-follow-link-p): New function.
18250 (mouse-select, mouse-select-internal, mouse-extend-internal):
18251 Use it to implement mouse-1-click-follows-link functionality.
18252
18253 2005-05-11 Richard M. Stallman <rms@gnu.org>
18254
18255 * font-lock.el (font-lock-fontify-syntactically-region):
18256 Use font-lock-comment-delimiter-face for comment delimiters.
18257
18258 2005-05-10 Jay Belanger <belanger@truman.edu>
18259
18260 * calc/calc-help.el (calc-m-prefix-help): Add mention of
18261 preserving embedded modes.
18262
18263 2005-05-10 Richard M. Stallman <rms@gnu.org>
18264
18265 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
18266
18267 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
18268 Move from ada-stmt.el.
18269 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
18270
18271 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
18272 Move to ada-mode.el.
18273 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
18274
18275 * cus-edit.el (custom-file): Call file-chase-links.
18276
18277 * files.el (read-directory-name): Fix previous change.
18278 (hack-local-variables-confirm): New function.
18279 (hack-local-variables-prop-line, hack-local-variables)
18280 (hack-one-local-variable): Use it.
18281
18282 2005-05-10 Lute Kamstra <lute@gnu.org>
18283
18284 * font-lock.el (font-lock-keywords-alist)
18285 (font-lock-removed-keywords-alist): Clarify docstrings.
18286
18287 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
18288
18289 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
18290 (gdb-source-info): Check for preprocessor info.
18291 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
18292 a macro for a function.
18293 (gdb-info-breakpoints-custom): Try to find file again if not already
18294 found (user might have used GDB dir command).
18295 (gdb-get-location): Update gdb-location-alist correctly for change
18296 to gdb-info-breakpoints-custom.
18297
18298 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
18299 (gud-tooltip-print-command): Add gdbmi case.
18300 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
18301 preprocessor info.
18302
18303 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
18304
18305 * startup.el (fancy-splash-insert): Fix typo in doc string.
18306
18307 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
18308
18309 * obsolete/float.el (string-to-float):
18310 * obsolete/hilit19.el (hilit-add-pattern):
18311 * obsolete/rnews.el (news-parse-range, news-select-message)
18312 (news-get-pruned-list-of-files): Replace `string-to-int' by
18313 `string-to-number'.
18314
18315 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
18316 `find-file-not-found-hooks'; use `add-hook'.
18317 (uncompress-while-visiting): Set `write-file-functions', not
18318 `write-file-hooks'; use `add-hook'.
18319
18320 2005-05-09 Kim F. Storm <storm@cua.dk>
18321
18322 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
18323 (cua-paste): Handle clipboard action.
18324 (cua--init-keymaps): Remap clipboard-kill-region and
18325 clipboard-kill-ring-save.
18326
18327 2005-05-08 Eli Zaretskii <eliz@gnu.org>
18328
18329 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18330 Improve commentary.
18331
18332 * simple.el (next-error-overlay-arrow-position): Revert the change
18333 made on 2005-04-30.
18334
18335 2005-05-07 Jay Belanger <belanger@truman.edu>
18336
18337 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
18338 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
18339 `calc-sel-reselect'.
18340
18341 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
18342 Calc is in embedded mode.
18343
18344 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18345
18346 * progmodes/compile.el (compilation-setup):
18347 Set overlay-arrow-string to an empty string on text terminals.
18348
18349 * textmodes/ispell.el (ispell-program-name): Try looking for
18350 "aspell" along exec-path, and if found, use it as the default
18351 speller program.
18352
18353 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
18354
18355 * international/mule.el (sgml-xml-auto-coding-function):
18356 Recognize encoding='FOO' in single quotes as well as in double quotes.
18357
18358 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18359
18360 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
18361 as well as `interactive', so that defmacro* would recognize
18362 `declare' forms.
18363
18364 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18365
18366 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18367 Explain more about the LIGHTER arg's usage in the doc string.
18368 Add commentary to clarify what the code does. Fix the regexp that
18369 strips whitespace from LIGHTER. Quote LIGHTER before using it,
18370 since it could have characters special to regular expressions.
18371
18372 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18373
18374 * replace.el (occur-1): Bind inhibit-read-only so that
18375 erase-buffer doesn't barf on read-only text properties (likewise
18376 for add-text-properties in occur-engine). Mark buffer as unmodified.
18377 (occur-engine): Don't set buffer-read-only here.
18378
18379 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18380
18381 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
18382 list-buffers-directory. This caused the *cvs-commit* buffer to be
18383 sometimes mistakenly reused as a *cvs* buffer.
18384
18385 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
18386
18387 * tooltip.el: Move code for GUD tooltips into gud.el.
18388 (require): CL no longer needed to compile case.
18389 (tooltip-mode): Do not toggle functions for GUD tooltips.
18390 (tooltip-gud-tips-p): Remove. Replace with minor mode
18391 gud-tooltip-mode in gud.el.
18392 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
18393 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
18394 tooltip-gud prefix with gud-tooltip and obsolete.
18395 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
18396 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
18397 (tooltip-mouse-motion): Mouse movement functions/variable.
18398 Rename in gud.el by adding gud prefix.
18399 (tooltip-gud-original-filter, tooltip-gud-dereference)
18400 (tooltip-gud-event, tooltip-toggle-gud-tips)
18401 (tooltip-gud-process-output, tooltip-gud-print-command)
18402 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
18403 gud.el by replacing tooltip-gud prefix with gud-tooltip.
18404 (gdb-tooltip-print): Move to gdb-ui.el.
18405
18406 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
18407 (require): CL needed to compile case.
18408 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
18409 tooltip-gud-tips-p. Make it a minor-mode.
18410 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
18411 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
18412 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
18413 (gud-tooltip-change-major-mode)
18414 (gud-tooltip-activate-mouse-motions-if-enabled)
18415 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
18416 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
18417 (gud-tooltip-original-filter, gud-tooltip-dereference)
18418 (gud-tooltip-event, tooltip-toggle-gud-tips)
18419 (gud-tooltip-process-output, gud-tooltip-print-command)
18420 (gud-tooltip-tips): Move from tooltip.el.
18421
18422 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
18423 (gdb-cpp-define-alist-flags): Doc fix.
18424 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
18425 gud-tooltip-mode is t.
18426
18427 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18428
18429 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
18430 evaporate if their text is deleted.
18431 (goto-address-at-point): Make it work as a mouse binding as well.
18432 (goto-address-at-mouse): Obsolete it. Update users.
18433
18434 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
18435
18436 * calendar/appt.el (top-level): No longer activate on load.
18437
18438 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
18439
18440 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18441 * net/webjump.el (webjump):
18442 * progmodes/idlw-help.el (idlwave-do-context-help1)
18443 (idlwave-highlight-linked-completions):
18444 * textmodes/po.el (po-find-file-coding-system-guts):
18445 Replace `assoc-ignore-case' by `assoc-string'.
18446
18447 2005-05-06 Eli Zaretskii <eliz@gnu.org>
18448
18449 * files.el (locate-file): Doc fix.
18450
18451 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18452 Remove the redundant test for ms-dos.
18453
18454 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18455 look for the preprocessor with exec-suffixes. If not found in
18456 standard places, look in exec-path. Remove most of the tests that
18457 used system-type.
18458
18459 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18460
18461 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18462
18463 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18464 file-name clash with jka-compr.el on 8+3 filesystems.
18465
18466 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18467
18468 * term/mac-win.el: Don't define or bind scroll bar functions if
18469 x-toolkit-scroll-bars is t.
18470 (x-select-text, x-get-selection-value): Clear
18471 x-last-selected-text-clipboard if x-select-enable-clipboard is
18472 nil.
18473 (PRIMARY): Put mac-scrap-name property.
18474 (mac-select-convert-to-file-url): New function.
18475 (public.file-url): New selection target type. Add to
18476 selection-converter-alist.
18477 (x-get-selection, x-selection-value): Handle it.
18478 (x-cut-buffer-or-selection-value): New alias.
18479
18480 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18481
18482 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18483 entry to avoid calling bibtex-find-entry with arg global
18484 being t. Remove arg key.
18485 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18486 (bibtex-copy-summary-as-kill): Change accordingly.
18487
18488 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18489
18490 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18491 (org-agenda-date-later): Use with-current-buffer.
18492
18493 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18494
18495 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18496 (define-obsolete-variable-alias): Doc Fixes.
18497
18498 2005-05-06 Kim F. Storm <storm@cua.dk>
18499
18500 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18501 vertical-motion when selective-display is active.
18502
18503 * ido.el (ido-setup-hook): New hook.
18504 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18505 (ido-input-stack): New var.
18506 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18507 ido-next-work-file binding to M-O.
18508 Bind M-f to ido-wide-find-file-or-pop-dir.
18509 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18510 (ido-read-internal): Run ido-setup-hook.
18511 Catch quit in read-file-name and read-string to cancel edit.
18512 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18513 Automatically pop-all when completing a directory name (RET).
18514 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18515 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18516 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18517 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18518 New functions for M-b/M-f to move among the directory components.
18519 (ido-make-merged-file-list): Catch quit to cancel merge.
18520 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18521 (ido-completion-help): No warnings for ido-completion-buffer-full.
18522
18523 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18524
18525 * font-lock.el (font-lock-negation-char-face): New face and variable.
18526 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18527 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18528 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18529 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18530
18531 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18532
18533 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18534 Fix typo in docstring.
18535
18536 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18537 (ebrowse-print-statistics-line)
18538 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18539
18540 * term/w32-win.el (image-library-alist): Add additional name for
18541 Xpm library.
18542
18543 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18544
18545 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18546 use gcc instead of cpp.
18547
18548 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18549 (gdb-create-define-alist): Use it.
18550 (gdb-cpp-define-alist-program): Update for MS-DOS.
18551
18552 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18553
18554 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18555
18556 2005-05-04 Richard M. Stallman <rms@gnu.org>
18557
18558 * help.el (describe-key): No error when UNTRANSLATED is nil.
18559
18560 * simple.el (line-move-1): Fix previous change to signal errors
18561 appropriately.
18562
18563 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18564
18565 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18566 (icalendar-duration-correction): Remove.
18567 (icalendar--get-event-properties): Split result at commas.
18568 (icalendar--decode-isoduration): New optional argument
18569 DURATION-CORRECTION.
18570 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18571 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18572 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18573 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18574 (icalendar--convert-anniversary-to-ical): New functions, extracted
18575 from icalendar-export-region, with bug fixes.
18576 (icalendar-export-region): Use the above functions.
18577 (icalendar-import-buffer): Check before saving diary file.
18578 (icalendar--convert-recurring-to-diary)
18579 (icalendar--convert-non-recurring-all-day-to-diary)
18580 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18581 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18582 (icalendar--convert-ical-to-diary): Use the above functions.
18583
18584 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18585
18586 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18587 Remove these recent additions.
18588 (c-mode): Restore to before 2005-04-28.
18589
18590 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18591 recent addition.
18592
18593 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18594 (gdb-define-alist): New variables.
18595 (gdb-create-define-alist): New function.
18596 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18597 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18598 with string-to-number.
18599 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18600
18601 * progmodes/gud.el: Replace string-to-int with string-to-number.
18602 (gud-find-file): Handle gdb-define-alist.
18603
18604 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18605
18606 2005-05-02 Jay Belanger <belanger@truman.edu>
18607
18608 * calc/calc-aent.el (math-read-token):
18609 * calc/calc-bin.el (calc-word-size):
18610 * calc/calc-ext.el (calc-read-number-fancy):
18611 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18612 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18613 * calc/calc-frac.el (calc-over-notation):
18614 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18615 (calc-graph-num-points, calc-graph-init):
18616 * calc/calc-prog.el (calc-read-parse-table-part)
18617 (calc-edit-macro-repeats):
18618 * calc/calc-yank.el (calc-do-grab-rectangle):
18619 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18620 Replace `string-to-int' by `string-to-number'.
18621
18622 2005-05-02 Kim F. Storm <storm@cua.dk>
18623
18624 * kmacro.el: Use executing-kbd-macro-index variable.
18625
18626 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18627
18628 * net/rlogin.el (rlogin-parse-words): Delete func.
18629 (rlogin): Use split-string, not rlogin-parse-words.
18630 Also, if there are option-like elements in the parsed args,
18631 take the host to be the first arg immediately following them.
18632 Suggested by Michael Mauger.
18633
18634 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18635
18636 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18637
18638 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18639
18640 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18641 (cc-mode-cpp-program): Rename to cc-define-list-program and
18642 move to cc-vars.el.
18643
18644 * progmodes/cc-vars.el (cc-define-list-program):
18645 Change to "gcc -E -dM -". Make customizable.
18646
18647 2005-05-02 Kim F. Storm <storm@cua.dk>
18648
18649 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18650
18651 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18652
18653 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18654
18655 * international/mule-util.el (truncate-string): Remove alias and
18656 obsolete declaration.
18657
18658 * international/mule-cmds.el (update-iso-coding-systems):
18659 Remove alias and obsolete declaration.
18660
18661 * international/mule.el (coding-system-parent): Remove alias and
18662 obsolete declaration.
18663
18664 * subr.el (define-function, sref): Remove aliases and obsolete
18665 declarations.
18666 (chars-in-region): Remove obsolete declaration.
18667
18668 2005-05-01 Richard M. Stallman <rms@gnu.org>
18669
18670 * info.el (Info-mode): Set widen-automatically to nil, locally.
18671
18672 * simple.el (widen-automatically): New variable.
18673 (pop-global-mark): Obey widen-automatically.
18674
18675 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18676
18677 * term/xterm.el (function-key-map): Call substitute-key-definition
18678 before the keymap size is increased by a lot of define-key calls.
18679
18680 2005-05-01 Richard M. Stallman <rms@gnu.org>
18681
18682 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18683 Rename ARG to ELEMENT. Doc fix.
18684
18685 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18686
18687 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18688 Remove references to allout-exposure/change to allout-new-exposure.
18689
18690 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18691 bytecode symbols.
18692
18693 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18694 (compiled-function-p, focus-frame, unfocus-frame):
18695 Remove aliases and obsolete declarations.
18696 Back out inadvertent changes from previous commit.
18697
18698 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18699
18700 * files.el (require-final-newline): Make Custom tags consistent
18701 with mode-require-final-newline.
18702 (mode-require-final-newline): Doc fix.
18703
18704 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18705
18706 * international/latexenc.el (latexenc-find-file-coding-system):
18707 Fix regular expressions.
18708
18709 2005-05-01 David Kastrup <dak@gnu.org>
18710
18711 * international/latexenc.el (latexenc-find-file-coding-system):
18712 Fix regular expressions.
18713
18714 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18715
18716 * subr.el (string-to-int): Make obsolete.
18717
18718 2005-04-30 Richard M. Stallman <rms@gnu.org>
18719
18720 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18721
18722 * loadup.el: load jka-comp-hook.
18723
18724 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18725 (jka-compr-handler): Add autoload. `put' calls moved
18726 to jka-comp-hook.el.
18727 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18728 (jka-compr-inhibit): Autoload.
18729
18730 * jka-comp-hook.el: New file.
18731 Enable the mode by default.
18732
18733 * files.el (backup-buffer-copy): Use copy-file instead
18734 of write-region, and put back the 'excl.
18735
18736 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18737
18738 * progmodes/flymake.el (flymake-split-string)
18739 (flymake-split-string, flymake-log, flymake-pid-to-names)
18740 (flymake-reg-names, flymake-get-source-buffer-name)
18741 (flymake-unreg-names, flymake-add-line-err-info)
18742 (flymake-add-err-info): Clarify docstrings.
18743 (flymake-popup-menu, flymake-make-emacs-menu)
18744 (flymake-make-xemacs-menu): Add docstrings.
18745 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18746 Set variables directly throughout.
18747
18748 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18749
18750 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18751 exists. Initialize cc-define-alist.
18752 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18753 If there is no file (Macroexpansion) don't create an alist.
18754
18755 2005-04-29 Sam Steingold <sds@gnu.org>
18756
18757 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18758 (cc-create-define-alist): Use it instead of the hard-coded string.
18759
18760 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18761
18762 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18763 for latexenc.
18764
18765 2005-04-29 Lute Kamstra <lute@gnu.org>
18766
18767 * emacs-lisp/generic.el: Improve commentary section.
18768 (define-generic-mode): Improve docstring.
18769
18770 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18771
18772 * textmodes/org.el (many places): Change to quiet the byte compiler.
18773 (org-prefix-format-compiled): New variable.
18774 (org-compile-prefix-format): New function.
18775 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18776 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18777 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18778 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18779 consistency with entries from `org-mode' files.
18780 (org-get-time-of-day): Fix bug with partial matches early in a line.
18781 (org-non-link-chars): New constant.
18782 (org-link-regexp): Respect `org-non-link-chars'.
18783 (org-agenda-day-view): Remove command.
18784 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18785 (org-follow-bbdb-link, org-store-link): Search also company field.
18786 (org-highlight-overlay): New variable.
18787 (org-highlight, org-unhighlight): New functions.
18788 (org-agenda-mode): Add pre-command-hook to remove highlight.
18789 (org-evaluate-time-range): Behavior depends upon whether time stamp
18790 contains a time or not.
18791 (org-show-subtree, org-show-entry): New functions.
18792 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18793
18794 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18795
18796 * comint.el (comint-output-filter-functions): Add autoload cookie.
18797
18798 2005-04-28 Kim F. Storm <storm@cua.dk>
18799
18800 * ido.el (ido-everywhere): Fix last change.
18801
18802 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18803
18804 * international/latexenc.el: New file.
18805 * international/mule-conf.el (file-coding-system-alist): For .tex,
18806 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18807
18808 2005-04-28 Lute Kamstra <lute@gnu.org>
18809
18810 * font-lock.el (font-lock-add-keywords)
18811 (font-lock-remove-keywords): Clarify docstring.
18812 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18813 Don't start docstrings with a `*'.
18814 (font-lock-update-removed-keyword-alist): Give it a docstring.
18815
18816 * generic-x.el: Update commentary section.
18817 Only require font-lock when compiling.
18818 Define all modes conditionally.
18819 Place all generic modes in the generic-x-modes customization group.
18820 (generic-x-modes): New customization group.
18821 (generic-default-modes, generic-mswindows-modes)
18822 (generic-unix-modes, generic-other-modes): New constants.
18823 (generic-define-mswindows-modes, generic-define-unix-modes):
18824 Update docstrings. Make them obsolete.
18825 (generic-extras-enable-list): New default value. Update docstring.
18826 Improve :type. Change :set function.
18827 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18828 Fix docstring.
18829
18830 * emacs-lisp/generic.el (generic-mode-internal):
18831 Simplify font-lock-defaults.
18832 (define-generic-mode): Fix docstring.
18833
18834 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18835
18836 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18837 font-lock-face property to highlight matches.
18838
18839 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18840
18841 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18842 (cc-define-alist): New variable.
18843 (c-mode): Make it local and initialize it.
18844
18845 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18846 (gdb-exited): New function.
18847 (gdb-annotation-rules): Use it.
18848 (gdb-starting): Set gdb-active-process to t.
18849 (gdb-stopping): Amend doc string.
18850 (gdb-reset): Set gdb-active-process to nil.
18851
18852 * tooltip.el (tooltip-gud-tips): Show the associated #define
18853 directives when a C program under GDB is not executing.
18854
18855 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18856
18857 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18858 font-lock-fontify-syntactic-keywords.
18859
18860 * font-lock.el (font-lock-default-fontify-region): Don't force
18861 parse-sexp-lookup-properties to nil.
18862
18863 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18864
18865 * man.el (man-mode-syntax-table): Set up `:' to have
18866 word-constituent syntax.
18867
18868 2005-04-27 Lute Kamstra <lute@gnu.org>
18869
18870 * novice.el (disable-command): Don't add spurious newlines to the
18871 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18872
18873 2005-04-26 Jay Belanger <belanger@truman.edu>
18874
18875 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18876 than one window before deleting window.
18877
18878 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18879
18880 * shell.el (shell-prompt-pattern): Doc fix.
18881 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18882
18883 * comint.el (comint-prompt-regexp, comint-get-old-input)
18884 (comint-use-prompt-regexp)
18885 (comint-use-prompt-regexp-instead-of-fields)
18886 (comint-replace-by-expanded-history, comint-send-input)
18887 (comint-output-filter, comint-get-old-input-default)
18888 (comint-line-beginning-position, comint-bol, comint-show-output)
18889 (comint-backward-matching-input, comint-forward-matching-input)
18890 (comint-next-prompt, comint-previous-prompt):
18891 Rename `comint-use-prompt-regexp-instead-of-fields' to
18892 `comint-use-prompt-regexp'. Keep old name as alias and declare
18893 obsolete.
18894 (comint-use-prompt-regexp): Shorten first line of doc string.
18895
18896 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18897 Set paragraph-separate buffer locally to "\\'".
18898
18899 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18900 Adapt to above name change.
18901
18902 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18903 (smbclient-prompt-regexp): Ditto.
18904
18905 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18906
18907 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18908
18909 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18910 gdb-location-list.
18911 Break lines that are over 80 characters wide.
18912
18913 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18914
18915 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18916 New fun and var, to preserve compatibility.
18917
18918 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18919
18920 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18921
18922 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18923 name to file-newer-than-file-p.
18924
18925 2005-04-26 Richard M. Stallman <rms@gnu.org>
18926
18927 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18928
18929 * progmodes/python.el (python-mode):
18930 Use new name eldoc-documentation-function.
18931
18932 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18933
18934 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18935 (eldoc-documentation-function):
18936 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18937
18938 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18939
18940 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18941
18942 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18943
18944 * term/xterm.el (function-key-map): Fix strings for
18945 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18946 {C,S,A,C-S}-{f1-f12}.
18947
18948 2005-04-26 Kenichi Handa <handa@m17n.org>
18949
18950 * international/mule-cmds.el (select-safe-coding-system):
18951 Fix previous change.
18952
18953 2005-04-26 Lute Kamstra <lute@gnu.org>
18954
18955 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18956
18957 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18958 (font-lock-comment-delimiter-face): Ditto.
18959
18960 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18961
18962 2005-04-25 Jay Belanger <belanger@truman.edu>
18963
18964 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18965 to t while inserting information; use help-mode.
18966
18967 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18968
18969 * term.el (ansi-term-color-vector): Use the xterm colors.
18970 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18971
18972 2005-04-25 Lute Kamstra <lute@gnu.org>
18973
18974 * font-core.el (font-lock-defaults): Fix docstring.
18975
18976 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18977
18978 2005-04-25 Kenichi Handa <handa@m17n.org>
18979
18980 * international/mule-cmds.el (select-safe-coding-system):
18981 Don't check consistency with coding: spec, etc if raw-text or
18982 no-conversion was found to be safe.
18983
18984 2005-04-24 Richard M. Stallman <rms@gnu.org>
18985
18986 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18987 citation markers at start of each line.
18988
18989 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18990 citation markers at start of each line.
18991
18992 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18993
18994 * files.el (mode-require-final-newline): Fix previous change.
18995 (require-final-newline): Fix type label.
18996
18997 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18998
18999 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
19000 statement in buffer (broken by 2004-11-24 change).
19001
19002 2005-04-24 Kim F. Storm <storm@cua.dk>
19003
19004 * ido.el (ido-everywhere): Save and restore old read-buffer-function
19005 and read-file-name-function values. Don't overwrite existing
19006 non-nil values if ido-mode is enabled without ido-everywhere.
19007
19008 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
19009
19010 * files.el (mode-require-final-newline): Minor doc fix.
19011
19012 2005-04-24 Eli Zaretskii <eliz@gnu.org>
19013
19014 * subr.el (syntax-after): Doc fix.
19015 (syntax-class): If argument is nil, return nil. Mask off upper 16
19016 bits, not 8 bits.
19017
19018 * files.el (mode-require-final-newline): Doc fix.
19019 (backup-buffer-copy): Fix last change.
19020
19021 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19022
19023 * term/mac-win.el: Require select. Set selection-coding-system to
19024 mac-system-coding-system. Call menu-bar-enable-clipboard.
19025 (x-last-selected-text-clipboard, x-last-selected-text-primary)
19026 (x-select-enable-clipboard): New variables.
19027 (x-select-text, x-get-selection, x-selection-value)
19028 (x-get-selection-value, mac-select-convert-to-string)
19029 (mac-services-open-file, mac-services-open-selection)
19030 (mac-services-insert-text): New functions.
19031 (CLIPBOARD, FIND): Put mac-scrap-name property.
19032 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
19033 (public.tiff): Put mac-ostype property.
19034 (selection-converter-alist): Add entries for them.
19035 (mac-application-menu-map): New keymap.
19036 (interprogram-cut-function, interprogram-paste-function): Set to
19037 x-select-text and x-get-selection-value, respectively.
19038 (split-window-keep-point): Set to t.
19039
19040 2005-04-23 Richard M. Stallman <rms@gnu.org>
19041
19042 * files.el (read-directory-name): Always pass non-nil
19043 DEFAULT-FILENAME arg to read-file-name.
19044 (backup-buffer-copy, basic-save-buffer-2): Take care against
19045 writing thru an unexpected existing symlink.
19046 (revert-buffer): In indirect buffer, revert the base buffer.
19047 (magic-mode-alist): Doc fix.
19048 (buffer-stale-function): Doc fix.
19049 (minibuffer-with-setup-hook): Avoid warning.
19050 (mode-require-final-newline): Doc and custom fix.
19051
19052 * follow.el (follow-end-of-buffer): Use with-no-warnings.
19053
19054 * font-lock.el (font-lock-comment-face): On terminals with few colors,
19055 use the default appearance.
19056 (font-lock-comment-delimiter-face): New face, new variable.
19057
19058 * imenu.el (imenu--generic-function): The official position of a
19059 definition is the start of the line that BEG is in.
19060
19061 * midnight.el (midnight-timer): Move defvar up.
19062
19063 * mouse.el (mouse-drag-region-1): Delete some debugging code.
19064
19065 * saveplace.el (save-place-to-alist): Use with-no-warnings.
19066
19067 * startup.el (command-line): Use with-no-warnings.
19068
19069 * window.el (window-size-fixed): New defvar.
19070
19071 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
19072
19073 * mail/rmail.el (rmail-font-lock-keywords):
19074 Use font-lock-comment-delimiter-face.
19075
19076 * mail/sendmail.el (mail-font-lock-keywords):
19077 Use font-lock-comment-delimiter-face.
19078
19079 * progmodes/compile.el (next-error-highlight-timer): New defvar.
19080
19081 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
19082
19083 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19084 Specify t for LAXMATCH when matching directories.
19085 Save match data around compilation-compat-error-properties form.
19086
19087 2005-04-23 David Kastrup <dak@gnu.org>
19088
19089 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
19090 Mention that the autoloaded aliases should be kept for AUCTeX.
19091
19092 2005-04-23 Andreas Schwab <schwab@suse.de>
19093
19094 * isearch.el (isearch-forward): Doc fix.
19095
19096 2005-04-23 Eli Zaretskii <eliz@gnu.org>
19097
19098 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
19099 (jit-lock-stealth-nice): Change default value to 0.5.
19100
19101 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
19102
19103 * abbrev.el (write-abbrev-file): Write table entries in
19104 alphabetical order by table name.
19105
19106 2005-04-22 Kim F. Storm <storm@cua.dk>
19107
19108 * ido.el (ido-read-internal): Fix `list' completion.
19109
19110 2005-04-22 Kenichi Handa <handa@m17n.org>
19111
19112 * recentf.el (recentf-save-file-coding-system): New variable.
19113 (recentf-save-list): Encode the file by
19114 recentf-save-file-coding-system and add coding: tag.
19115
19116 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
19117
19118 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
19119
19120 2005-04-21 Lute Kamstra <lute@gnu.org>
19121
19122 * loadhist.el (unload-feature): Don't remove a function from hooks
19123 if it is about to be restored to an autoload . Remove functions
19124 that will become unbound from auto-mode-alist. Simplify the code.
19125
19126 * subr.el (assq-delete-all): New implementation that is linear,
19127 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
19128 (rassq-delete-all): New function.
19129
19130 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
19131 Add size-indication-mode.
19132
19133 2005-04-21 Kenichi Handa <handa@m17n.org>
19134
19135 * international/mule-cmds.el: Add autoload for widget-value in
19136 eval-when-compile.
19137
19138 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
19139
19140 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
19141 Add tooltip-mode.
19142
19143 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
19144
19145 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
19146
19147 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
19148 (inferior-lisp-filter-regexp, inferior-lisp-program)
19149 (inferior-lisp-load-command, inferior-lisp-prompt)
19150 (inferior-lisp-mode-hook, lisp-source-modes)
19151 (inferior-lisp-load-hook): defvar->defcustom.
19152 (inferior-lisp-program, inferior-lisp-prompt)
19153 (inferior-lisp-load-hook): Doc fixes.
19154 (inferior-lisp-install-letter-bindings): Small change in
19155 introductory comment.
19156
19157 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
19158
19159 * vc.el (vc-annotate-color-map): Change some colors so that text
19160 using them as foreground is readable on both white and black
19161 backgrounds.
19162
19163 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19164
19165 * international/mule-conf.el (translation-table-for-input):
19166 Remove redundant declaration.
19167
19168 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
19169
19170 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
19171
19172 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
19173 (tooltip-toggle-gud-tips): New function.
19174
19175 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19176
19177 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
19178 right angle brackets.
19179
19180 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
19181
19182 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
19183
19184 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
19185
19186 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
19187 Remove. Update callers to use expand-file-name instead.
19188
19189 * subr.el (syntax-class): New function.
19190
19191 * simple.el (blink-matching-open): Use it.
19192
19193 * paren.el (show-paren-function): Use it to recognize parens that are
19194 also used in 2-char comment markers.
19195
19196 2005-04-19 Lute Kamstra <lute@gnu.org>
19197
19198 * loadhist.el (unload-feature): Update for new format of
19199 load-history. Simplify the code.
19200
19201 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19202
19203 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
19204 (mac-add-charset-info): New function. Initialize variable
19205 mac-charset-info-alist using it.
19206 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
19207 for translation.
19208 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
19209 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
19210 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
19211 New CCL programs.
19212
19213 2005-04-19 Kim F. Storm <storm@cua.dk>
19214
19215 * simple.el (next-buffer, prev-buffer, next-error)
19216 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
19217 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
19218
19219 * bindings.el (next-buffer, prev-buffer, next-error)
19220 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
19221 (clone-indirect-buffer-other-window): Move bindings from simple.el.
19222 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
19223 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
19224
19225 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
19226
19227 * isearch.el (isearch-edit-string): Make the search-ring available for
19228 minibuffer history commands.
19229 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
19230 the default history commands now work just as well.
19231 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
19232
19233 2005-04-18 Kim F. Storm <storm@cua.dk>
19234
19235 * emulation/cua-base.el (cua--pre-command-handler): Add more
19236 elaborate check for shift modifier on non-window systems.
19237
19238 2005-04-18 Lars Hansen <larsh@math.ku.dk>
19239
19240 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
19241
19242 2005-04-18 Kim F. Storm <storm@cua.dk>
19243
19244 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
19245 and make it optional. Don't test tooltip-gud-echo-area here.
19246 (tooltip-gud-process-output, gdb-tooltip-print):
19247 Pass tooltip-gud-echo-area to tooltip-show.
19248 (tooltip-help-tips): Remove second optional arg to tooltip-show.
19249
19250 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19251
19252 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
19253 `display-graphic-p' may not be bound yet.
19254
19255 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
19256
19257 * startup.el (command-line): No longer enable Xterm Mouse mode by
19258 default in terminals compatible with xterm.
19259
19260 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
19261
19262 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
19263
19264 * tooltip.el (tooltip-gud-echo-area): Rename from
19265 tooltip-use-echo-area.
19266 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
19267 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
19268 area independently of where help tooltips are displayed.
19269
19270 2005-04-17 David Kastrup <dak@gnu.org>
19271
19272 * cus-theme.el (custom-theme-write-variables): Quote variables
19273 where necessary.
19274
19275 2005-04-17 Richard M. Stallman <rms@gnu.org>
19276
19277 * simple.el (yank-excluded-properties): Add follow-link to value.
19278
19279 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
19280
19281 * startup.el (fancy-splash-max-time): Just 30 seconds.
19282 (fancy-splash-delay): Just 7.
19283 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
19284
19285 * loadhist.el (unload-feature): Update for new format of load-history.
19286 Simplify the code.
19287
19288 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
19289 (rmail-font-lock-keywords): Don't fontify the text of a citation.
19290
19291 * mail/sendmail.el (mail-font-lock-keywords):
19292 Don't fontify subject text.
19293 Don't fontify the text of a citation.
19294
19295 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
19296
19297 * comint.el (comint-output-filter): Run comint-output-filter-functions
19298 with point where the user had it.
19299
19300 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19301
19302 * international/ucs-tables.el (ucs-set-table-for-input):
19303 Disable when using unify-on-decoding.
19304
19305 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
19306
19307 * emulation/cua-base.el (cua-global-mark-face): Add special case
19308 for displays supporting a high number of colors.
19309
19310 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
19311
19312 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
19313
19314 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
19315
19316 * filesets.el (filesets-add-buffer): If user supplies a name of a
19317 non-existing fileset, create a new fileset.
19318
19319 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
19320
19321 * textmodes/org.el (org-up-heading-all): Fix bug with
19322 `outline-up-heading-all'.
19323
19324 2005-04-16 Andreas Schwab <schwab@suse.de>
19325
19326 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
19327 /etc/permissions.d/* and /etc/aliases.d/*.
19328
19329 2005-04-16 Kenichi Handa <handa@m17n.org>
19330
19331 * international/code-pages.el (cp-make-coding-system):
19332 Set `translation-table-for-input' property value to the symbol
19333 ucs-mule-to-mule-unicode, not to that value.
19334 (pt154): Escape guillemet by `\'.
19335
19336 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
19337
19338 * loadup.el: Load tooltip if x-show-tip is fboundp.
19339
19340 * startup.el (command-line): Add comment.
19341
19342 * tooltip.el (tooltip-mode): Specify correct standard value for
19343 Custom in init-value.
19344
19345 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
19346
19347 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
19348 possible.
19349
19350 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
19351
19352 * textmodes/org.el (org-agenda-date-prompt): Rename from
19353 `org-agenda-date-today'.
19354 (org-evaluate-time-range): Insert at point instead of directly
19355 after time range.
19356 (org-first-headline-recenter, org-subtree-end-visible-p)
19357 (org-optimize-window-after-visibility-change): New functions
19358 (org-agenda-post-command-hook): Don't allow point at end of line,
19359 to make sure it always hits the text properties.
19360 (org-agenda-next-date-line, org-agenda-previous-date-line):
19361 New commands.
19362 (org-set-regexps-and-options): Category may contain white space.
19363 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19364 Improve marker positions.
19365 (org-agenda-new-marker): Argument POS made optional.
19366 (org-agenda-get-timestamps): Deadlines which are done are listed
19367 in org-done-face now.
19368 (org-agenda-get-todos, org-agenda-get-timestamps)
19369 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19370 Set `undone-face' and `done-face' properties.
19371 (org-last-todo-state-is-todo): New variable.
19372 (org-todo): Set `org-last-todo-state-is-todo'.
19373 (org-agenda-todo): Change face according to
19374 `org-last-todo-state-is-todo'. And change other lines referring to
19375 the same entry.
19376 (org-calendar-goto-agenda): New command.
19377 (org-calendar-to-agenda-key): New option.
19378 (org-startup-folded): New allowed value `content'.
19379 (org-set-regexps-and-options): Accept new value `content' for
19380 `org-startup-folded'.
19381 (org-get-current-options): Handle new value `content' for
19382 `org-startup-folded'.
19383 (org-insert-todo-heading): New command.
19384 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
19385 interactively in empty file and option
19386 `org-insert-mode-line-in-empty-file' has been set.
19387 (org-agenda-todo, org-agenda-priority): Modify to use
19388 `org-agenda-change-all-lines'.
19389 (org-warning-face): Change color on dark background
19390
19391 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19392
19393 * international/mule-cmds.el (set-locale-environment): On Mac OS,
19394 use preferences AppleLocale and AppleLanguages, and variable
19395 mac-system-locale for default locale. On Mac OS Classic, use
19396 mac-system-coding-system for default coding systems.
19397
19398 * term/mac-win.el: Don't set file-name-coding-system.
19399 Decode variables system-name, emacs-build-system, user-login-name, and
19400 user-full-name by mac-system-coding-system on Mac OS Classic.
19401 (mac-system-coding-system): New variable.
19402
19403 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
19404
19405 * startup.el (command-line): Handle `xterm-mouse-mode' before
19406 reading init file.
19407
19408 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
19409
19410 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
19411
19412 * progmodes/sh-script.el (sh-here-document-word): Make it a
19413 defcustom. Doc fix.
19414 (sh-add): Bash uses $(( )) for arithmetic.
19415 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
19416 (sh-maybe-here-document): Remove quotes and leading whitespace
19417 from heredoc word when closing. Indent heredoc with tabs if word
19418 starts with "-".
19419
19420 2005-04-13 Richard M. Stallman <rms@gnu.org>
19421
19422 * simple.el (undo): Fix previous change.
19423
19424 * custom.el (defface): Doc fix.
19425
19426 2005-04-13 Lute Kamstra <lute@gnu.org>
19427
19428 * Makefile.in (DONTCOMPILE): Remove list.
19429 (compile, compile-always): Don't use DONTCOMPILE.
19430 (update-authors): Load the library in which batch-update-authors
19431 is defined.
19432 * makefile.w32-in (DONTCOMPILE): Remove list.
19433 (compile, compile-always): Fix comments.
19434 (update-authors): Load the library in which batch-update-authors
19435 is defined.
19436
19437 * generic-x.el (generic-mode-ini-file-find-file-hook):
19438 Rename to ini-generic-mode-find-file-hook.
19439 Keep generic-mode-ini-file-find-file-hook as an alias.
19440 (ini-generic-mode-find-file-hook): Rename from
19441 generic-mode-ini-file-find-file-hook. Fix docstring.
19442 (ini-generic-mode): Docstring change.
19443 (bat-generic-mode-run-as-comint): Silence the byte compiler.
19444
19445 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
19446 called from lisp.
19447
19448 * generic.el: Move to the emacs-lisp subdir.
19449
19450 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19451
19452 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19453 and C-S- function and cursor motion keys.
19454
19455 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
19456
19457 * startup.el (command-line): Enable Xterm Mouse mode by default.
19458 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19459 for Custom. No longer show "Mouse" in mode line when enabled.
19460 Doc fix.
19461
19462 2005-04-12 Kim F. Storm <storm@cua.dk>
19463
19464 * emulation/cua-base.el (cua-rectangle-face)
19465 (cua-rectangle-noselect-face): Define face attributes here.
19466
19467 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19468
19469 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19470
19471 * startup.el (command-line): Turn off blinking cursor if
19472 cursorBlink in resources is off or false.
19473
19474 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19475
19476 * term/mac-win.el (dnd): Require dnd.
19477 (mac-drag-n-drop): Call dnd-handle-one-url.
19478 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19479 (kTextEncodingISOLatin2): Remove constants.
19480 (mac-script-code-coding-systems): New constant.
19481 (mac-handle-language-change): New function.
19482 (special-event-map): Bind it to `language-change' event.
19483 (mac-centraleurroman, mac-cyrillic): New coding systems.
19484 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19485 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19486 and mac-cyrillic-encoder to encode-mac-centraleurroman and
19487 encode-mac-cyrillic, respectively.
19488
19489 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19490
19491 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19492 Don't set overlay-arrow-string to "=>" as this is done
19493 globally in C now.
19494
19495 2005-04-12 Lute Kamstra <lute@gnu.org>
19496
19497 * generic-x.el (rc-generic-mode, rul-generic-mode):
19498 Fix auto-mode-alist entries.
19499 (etc-fstab-generic-mode): Tweak fontification.
19500
19501 * generic.el (generic-make-keywords-list): Fix docstring.
19502 (generic-mode-internal): Simplify generic-font-lock-keywords.
19503
19504 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19505
19506 * whitespace.el (whitespace-buffer-leading)
19507 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19508 However, fix the highlight area for the leading and
19509 trailing whitespaces to show space.
19510
19511 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19512
19513 * whitespace.el (whitespace-version): Bump to 3.5
19514
19515 (whitespace-buffer-leading, whitespace-buffer-trailing):
19516 Invert sense of the test to highlight the whitespace.
19517
19518 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19519
19520 * progmodes/gud.el (gud-display-line): GUD uses its own
19521 overlay arrow now so don't set overlay-arrow-string.
19522 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19523
19524 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19525
19526 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19527 (term-ansi-current-reverse, term-ansi-current-invisible)
19528 (term-ansi-face-already-done): Change to boolean.
19529 (term-reset-terminal, term-handle-colors-array): Handle the above
19530 vars accordingly.
19531 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19532 (term-emulate-terminal): Use the new name.
19533
19534 * faces.el (secondary-selection): Use yellow1, not yellow.
19535 (trailing-whitespace): Use red1, not red.
19536
19537 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19538
19539 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19540 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19541 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19542
19543 * cus-edit.el (dnd): New group.
19544
19545 * term/w32-win.el (dnd): Require dnd
19546 (w32-drag-n-drop): Call dnd-handle-one-url.
19547
19548 * x-dnd.el: Require dnd.
19549 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19550 Call dnd-handle-one-url.
19551 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19552 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19553 to dnd-insert-text.
19554 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19555 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19556 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19557 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19558
19559 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19560
19561 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19562
19563 * wdired.el: Doc fixes.
19564 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19565 (wdired-use-dired-vertical-movement): Rename from
19566 wdired-always-move-to-filename-beginning.
19567 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19568 (wdired-change-to-wdired-mode): Change mode name.
19569 (wdired-newline): Delete.
19570
19571 2005-04-11 Richard M. Stallman <rms@gnu.org>
19572
19573 * whitespace.el (whitespace-highlight-the-space):
19574 Don't call whitespace-unhighlight-the-space here.
19575
19576 * simple.el (undo): Record t in undo-equiv-table
19577 for the redo record made by an undo-in-region.
19578
19579 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19580
19581 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19582 (gdb-frame-inferior-io-buffer): New Functions to control
19583 display of separate IO buffer.
19584 (menu): Add them to menu-bar.
19585 (gdb-display-buffer): Check for buffer another frame.
19586 Protect GUD buffer.
19587 (gdb-setup-windows): Create IO buffer if not already there.
19588 (gdb-memory-mode): Remove purecopy noops.
19589
19590 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19591
19592 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19593 and pass to self-insert-command.
19594
19595 2005-04-11 Lute Kamstra <lute@gnu.org>
19596
19597 * generic.el: Commentary section cleanup.
19598 (generic): Delete.
19599 (generic-use-find-file-hook, generic-lines-to-scan)
19600 (generic-find-file-regexp, generic-ignore-files-regexp)
19601 (default-generic-mode, generic-mode-find-file-hook)
19602 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19603 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19604 (generic-use-find-file-hook, generic-lines-to-scan)
19605 (generic-find-file-regexp, generic-ignore-files-regexp)
19606 (default-generic-mode, generic-mode-find-file-hook)
19607 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19608
19609 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19610
19611 * bookmark.el (bookmark-write-file): Catch errors writing file.
19612 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19613
19614 2005-04-10 Richard M. Stallman <rms@gnu.org>
19615
19616 * startup.el (fancy-splash-tail): Update copyright year.
19617 (command-line): Split part of -Q into -D.
19618 (emacs-basic-display): New defvar.
19619 (fancy-splash-text): Correct name of menu item.
19620
19621 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19622
19623 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19624 lines in one node.
19625
19626 * comint.el (comint-send-input): New arg ARTIFICIAL.
19627 Callers in this file changed.
19628
19629 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19630
19631 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19632
19633 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19634
19635 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19636 `ldap-search-internal'.
19637
19638 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19639
19640 * files.el (set-auto-mode-1): Use line-end-position.
19641
19642 * international/latin-1.el:
19643 * international/latin-2.el:
19644 * international/latin-3.el:
19645 * international/latin-4.el:
19646 * international/latin-5.el:
19647 * international/latin-8.el:
19648 * international/latin-9.el: Give punctuation syntax to NBSP.
19649
19650 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19651 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19652 Use char-classes to accept non-ascii letters, accepted in some recent
19653 bibtex implementations.
19654
19655 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19656
19657 * custom.el (custom-set-minor-mode): Any non-nil value for the
19658 variable should enable the mode when set through Custom.
19659
19660 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19661
19662 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19663 TAB binding so tab-always-indent is obeyed.
19664 (vhdl-minibuffer-local-map): Move initialization into declaration.
19665 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19666 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19667 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19668 (vhdl-current-line): Use line-beginning-position.
19669 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19670 with-output-to-temp-buffer, so the current position can be recorded.
19671
19672 2005-04-10 Masatake YAMATO <jet@gyve.org>
19673
19674 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19675 Add regexp for gcov.
19676
19677 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19678
19679 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19680 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19681 syntax which Emacs 20 doesn't support.
19682
19683 2005-04-09 Richard M. Stallman <rms@gnu.org>
19684
19685 * help.el (describe-key-briefly, describe-key):
19686 Replace strings as event types with "(any string)".
19687
19688 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19689
19690 * arc-mode.el (archive-mode-map): Move initialization into
19691 the declaration. Override *all* bindings of `undo'.
19692 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19693
19694 2005-04-09 Jay Belanger <belanger@truman.edu>
19695
19696 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19697
19698 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19699
19700 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19701 (xterm-register-default-colors): Update color values computation
19702 to match xterm-200.
19703
19704 2005-04-09 Kenichi Handa <handa@m17n.org>
19705
19706 * international/code-pages.el (iso-latin-7): Fix the map.
19707
19708 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19709
19710 * emacs-lisp/lisp.el (defun-prompt-regexp)
19711 (parens-require-spaces, buffer-end, end-of-defun)
19712 (insert-parentheses): Doc fixes.
19713
19714 2005-04-08 Kim F. Storm <storm@cua.dk>
19715
19716 * comint.el (comint-highlight-prompt): Fix face spec.
19717 * hi-lock.el (hi-green): Likewise.
19718
19719 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19720
19721 * cus-edit.el (custom-modified-face):
19722 * comint.el (comint-highlight-input): Fix previous changes.
19723 * term.el (term-handle-ansi-escape): Add a comment.
19724
19725 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19726
19727 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19728 in the buffer and in whitespace-highlighted-space.
19729 (whitespace-unhighlight-the-space): Simplify.
19730 (whitespace-buffer): Simplify.
19731
19732 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19733
19734 * textmodes/table.el (table-cell-face): Add special case for
19735 displays supporting a high number of colors.
19736 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19737 (vhdl-font-lock-reserved-words-face)
19738 (vhdl-speedbar-architecture-face)
19739 (vhdl-speedbar-instantiation-face)
19740 (vhdl-speedbar-architecture-selected-face)
19741 (vhdl-speedbar-instantiation-selected-face): Likewise.
19742 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19743 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19744 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19745 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19746 (ebrowse-progress-face): Likewise.
19747 * progmodes/compile.el (compilation-info-face): Likewise.
19748 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19749 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19750 * calendar/calendar.el (diary-face): Likewise.
19751 * woman.el (woman-italic-face, woman-bold-face)
19752 (woman-unknown-face): Likewise.
19753 * wid-edit.el (widget-button-pressed-face): Likewise.
19754 * whitespace.el (whitespace-highlight-face): Likewise.
19755 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19756 * pcvs-info.el (cvs-marked-face): Likewise.
19757 * info.el (info-xref): Likewise.
19758 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19759 * hilit-chg.el (highlight-changes-face)
19760 (highlight-changes-delete-face): Likewise.
19761 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19762 (hi-red-b): Likewise.
19763 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19764 * font-lock.el (font-lock-keyword-face)
19765 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19766 * cus-edit.el (custom-invalid-face, custom-modified-face)
19767 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19768 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19769 * comint.el (comint-highlight-prompt): Likewise.
19770
19771 2005-04-08 Lute Kamstra <lute@gnu.org>
19772
19773 * font-lock.el (font-lock-keywords): Docstring fixes.
19774
19775 2005-04-08 Kenichi Handa <handa@m17n.org>
19776
19777 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19778 chars are more than a limit, print " and more..." at the tail.
19779
19780 2005-04-08 Kim F. Storm <storm@cua.dk>
19781
19782 * emacs-lisp/authors.el (authors-aliases): Update list.
19783 (authors-ignored-files): New list.
19784 (authors-fixed-entries): Fix typo.
19785 (authors-renamed-files-alist): Update list.
19786 (authors-add): Check authors-ignored-files.
19787
19788 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19789
19790 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19791 optional, to ensure backward compatibility.
19792
19793 2005-04-08 Stephen Eglen <stephen@gnu.org>
19794
19795 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19796
19797 2005-04-08 Kim F. Storm <storm@cua.dk>
19798
19799 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19800
19801 * mouse.el (mouse-on-link-p): Doc fix.
19802
19803 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19804
19805 * ielm.el (ielm-prompt-read-only): Doc fix.
19806
19807 * comint.el (comint-prompt-read-only): Doc fix.
19808
19809 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19810
19811 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19812 ensure dired always handles wildcards passed to ffap.
19813 (find-file-at-point): Use it.
19814 (ffap-dired-wildcards): Doc fix.
19815
19816 2005-04-07 Juri Linkov <juri@jurta.org>
19817
19818 * simple.el (next-error-overlay-arrow-position): New defvar.
19819 Put "=>" on its property `overlay-arrow-string'. Add it to
19820 `overlay-arrow-variable-list'.
19821
19822 * progmodes/compile.el (compilation-setup):
19823 Set `next-error-overlay-arrow-position' to nil. Also set it to
19824 nil in the local hook `kill-buffer-hook'. Make local variable
19825 `overlay-arrow-string' and set it to "=>".
19826 (compilation-goto-locus): Set BOL position to
19827 `next-error-overlay-arrow-position' instead of
19828 `overlay-arrow-position'.
19829
19830 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19831 locally instead of adding it to the global hook.
19832 (Info-kill-buffer): Move up.
19833
19834 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19835
19836 * term/xterm.el (xterm-standard-colors): Update color values from
19837 xterm-200.
19838
19839 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19840
19841 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19842
19843 * fast-lock.el:
19844 * lazy-lock.el: Move them to the obsolete subdir.
19845
19846 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19847
19848 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19849 (wdired-add-replace-advice): Remove.
19850 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19851
19852 2005-04-06 Kim F. Storm <storm@cua.dk>
19853
19854 * startup.el (command-line): Add --bare-bones alias for -Q.
19855
19856 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19857
19858 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19859 create the startup fontset if a font specification ends with
19860 `mac-roman'.
19861
19862 2005-04-06 Lute Kamstra <lute@gnu.org>
19863
19864 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19865 change.
19866
19867 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19868 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19869
19870 2005-04-05 Lute Kamstra <lute@gnu.org>
19871
19872 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19873 (define-generic-mode): Ditto. Fix debug declaration.
19874
19875 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19876 Put them in the generic-x group.
19877
19878 * calendar/timeclock.el (timeclock): Doc fix.
19879
19880 * generic.el (define-generic-mode): Don't use custom-current-group.
19881 Document default :group value.
19882 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19883 (define-global-minor-mode): Don't use custom-current-group.
19884
19885 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19886
19887 * startup.el (command-line-1): Display startup-echo-area-message
19888 when fancy splash screen is in use.
19889
19890 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19891 (sh-escaped-newline): New face.
19892 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19893 newline, and use sh-escaped-newline face.
19894
19895 * progmodes/tcl.el (tcl-escaped-newline): New face.
19896 (tcl-builtin-list): New variable.
19897 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19898 newlines. Fix keywords subexpression number.
19899
19900 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19901
19902 * textmodes/org.el (org-diary-default-entry): Fix call to
19903 `add-to-diary-entry'.
19904
19905 2005-04-05 Kim F. Storm <storm@cua.dk>
19906
19907 * ediff-init.el: Use (featurep 'xemacs).
19908
19909 2005-04-05 David Ponce <david@dponce.com>
19910
19911 * cus-edit.el (face): Derive from symbol widget. Display sample
19912 of the current face on the fly.
19913 (widget-face-sample-face-get, widget-face-notify): New functions.
19914 (widget-face-value-create): Remove.
19915
19916 * wid-edit.el (widget-field-end): Temporarily remove field
19917 narrowing before to call `get-char-property'.
19918
19919 2005-04-04 Jay Belanger <belanger@truman.edu>
19920
19921 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19922 (math-read-subscripts): New variable.
19923 (math-read-preprocess-string): Process subscripts.
19924
19925 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19926
19927 * comint.el (comint-prompt-read-only): Doc fix.
19928
19929 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19930 `-1'. Doc fix.
19931
19932 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19933
19934 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19935 Change default value to nil.
19936
19937 2005-04-04 Lute Kamstra <lute@gnu.org>
19938
19939 * autorevert.el (auto-revert-mode): Specify :group.
19940 * battery.el (display-battery-mode): Specify :group.
19941 * diff-mode.el (diff-minor-mode): Specify :group.
19942 * font-core.el (font-lock-mode): Specify :group.
19943 * hl-line.el (hl-line-mode): Specify :group.
19944 * iimage.el (iimage): New customization group.
19945 (iimage-mode): Specify :group.
19946 * longlines.el (longlines-mode): Specify :group.
19947 * master.el: Don't require easy-mmode.
19948 (master): New customization group.
19949 (master-mode): Specify :group.
19950 * msb.el (msb-mode): Specify :group.
19951 * reveal.el (reveal-mode): Specify :group.
19952 * simple.el (next-error-follow-minor-mode): Specify :group.
19953 * smerge-mode.el (smerge-mode): Specify :group.
19954 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19955 * emulation/cua-base.el (cua-mode): Specify :group.
19956 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19957 * language/thai-util.el (thai-auto-composition-mode)
19958 (thai-word-mode): Specify :group.
19959 * mail/supercite.el (sc-minor-mode): Specify :group.
19960 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19961 * progmodes/flymake.el (flymake-mode): Specify :group.
19962 * progmodes/glasses.el (glasses-mode): Specify :group.
19963 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19964 * textmodes/enriched.el (enriched-mode): Specify :group.
19965 * textmodes/refill.el (refill-mode): Specify :group.
19966
19967 * add-log.el (change-log-font-lock-keywords): Names in
19968 parenthesized lists can contain spaces.
19969
19970 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19971
19972 * startup.el (fancy-splash-text): Shorten default text of
19973 "Emacs Tutorial" line. Also, if the current language env
19974 indicates an available tutorial file other than TUTORIAL,
19975 extract its title and append it to the line in parentheses.
19976 (fancy-splash-insert): If arg is a thunk, funcall it.
19977
19978 2005-04-04 Jay Belanger <belanger@truman.edu>
19979
19980 * calc.el (calc-language-alist): Add tags to customization type.
19981
19982 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19983
19984 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19985 Doc fix.
19986
19987 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19988
19989 * add-log.el (change-log-font-lock-keywords): The manual
19990 describing a Change Log entry, says: (...) "Aside from these
19991 header lines, every line in the change log starts with a space or
19992 a tab.". The font-lock was not highlighting lines started with
19993 spaces, added support for it.
19994
19995 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19996
19997 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19998 (bibtex-generate-url-list): Update docstring accordingly. Put the
19999 complex example in the docstring.
20000 (bibtex-font-lock-url): Use pop.
20001
20002 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
20003
20004 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
20005
20006 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
20007
20008 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20009
20010 * filesets.el (filesets-set-default): Doc fix.
20011
20012 2005-04-03 Lute Kamstra <lute@gnu.org>
20013
20014 * generic.el (define-generic-mode): Add argument to specify
20015 keywords for defcustom.
20016 (default-generic-mode): Specify :group.
20017
20018 * generic-x.el: Specify :group for all generic modes.
20019
20020 * desktop.el (desktop-no-desktop-file-hook)
20021 (desktop-after-read-hook): Doc fix.
20022
20023 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
20024
20025 * simple.el (visible-mode): Use explicit :group keyword.
20026 This changes the group of `visible-mode-hook' from paren-blinking
20027 to editing-basics.
20028
20029 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
20030
20031 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
20032 mailbox specifications as well as URLs.
20033 (rmail-insert-inbox-text): Remove unused conditional branches.
20034
20035 2005-04-01 Jay Belanger <belanger@truman.edu>
20036
20037 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
20038 (calc-gnuplot-print-command): Move definitions to calc.el.
20039
20040 * calc/calc-embed.el (calc-embedded-announce-formula)
20041 (calc-embedded-open-formula, calc-embedded-close-formula)
20042 (calc-embedded-open-word, calc-embedded-close-word)
20043 (calc-embedded-open-plain, calc-embedded-close-plain)
20044 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
20045 (calc-embedded-open-mode, calc-embedded-close-mode):
20046 Move definitions to calc.el.
20047
20048 * calc/calc.el (calc-settings-file, calc-language-alist):
20049 Make customizable.
20050 (calc-embedded-announce-formula, calc-embedded-open-formula)
20051 (calc-embedded-close-formula, calc-embedded-open-word)
20052 (calc-embedded-close-word, calc-embedded-open-plain)
20053 (calc-embedded-close-plain, calc-embedded-open-new-formula)
20054 (calc-embedded-close-new-formula, calc-embedded-open-mode)
20055 (calc-embedded-close-mode, calc-gnuplot-name)
20056 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
20057 from other files and make customizable.
20058
20059 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20060
20061 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
20062 Use buffer-live-p.
20063 (cvs-mode-run): Don't call cvs-update-header here.
20064 (cvs-run-process): Call cvs-update-header.
20065 Use process properties for cvs-postprocess and cvs-buffer so that
20066 the sentinel can behave better if the temp buffer is killed.
20067 Use a pipe rather than a tty, to better handle unexpected prompts.
20068 (cvs-sentinel): Rewrite. Call cvs-update-header.
20069
20070 2005-04-01 Andre Spiegel <spiegel@gnu.org>
20071
20072 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
20073 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
20074
20075 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
20076
20077 * generic.el (define-generic-mode): Add indentation rule.
20078
20079 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
20080
20081 * files.el (mode-require-final-newline): Make Custom correctly
20082 report a nil value and allow to set it to nil via Custom.
20083 Doc fix.
20084
20085 2005-04-01 Kenichi Handa <handa@m17n.org>
20086
20087 * international/characters.el: Enable the correct case setting for
20088 dotless-i and dotted-I.
20089
20090 2005-04-01 Kim F. Storm <storm@cua.dk>
20091
20092 * ido.el (ido-file-internal): Fall back to non-ido command if
20093 initial directory is on slow ftp (or tramp) host.
20094
20095 2005-03-31 Richard M. Stallman <rms@gnu.org>
20096
20097 * emacs-lisp/autoload.el (make-autoload):
20098 Handle define-global-minor-mode.
20099
20100 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20101 Rename from easy-mmode-define-global-mode.
20102 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
20103
20104 * progmodes/scheme.el (scheme-mode-syntax-table):
20105 Update syntax of | and # for two-character comment syntax.
20106
20107 2005-03-31 Lute Kamstra <lute@gnu.org>
20108
20109 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
20110 (define-minor-mode): Call custom-current-group at load-time.
20111
20112 * generic.el (define-generic-mode): Add debug declaration.
20113 Add defcustom for the mode hook.
20114 (generic-mode-internal): Use run-mode-hooks.
20115
20116 2005-03-31 Kim F. Storm <storm@cua.dk>
20117
20118 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
20119 (mouse-fixup-help-message): New defun called by show_help_echo
20120 to fixup mouse-2 prefix in help messages when applicable.
20121
20122 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
20123
20124 2005-03-31 Kenichi Handa <handa@m17n.org>
20125
20126 * language/thai-word.el (thai-find-word-ends): Pay attention to
20127 the case that we reach the end of buffer.
20128
20129 * textmodes/fill.el (fill-text-properties-at): New function.
20130 (fill-newline): Use fill-text-properties-at instead of
20131 text-properties-at.
20132
20133 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
20134
20135 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
20136 not comint-quote-filename.
20137
20138 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
20139
20140 * help-fns.el (help-with-tutorial): Revert last change.
20141
20142 2005-03-31 Kim F. Storm <storm@cua.dk>
20143
20144 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
20145
20146 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
20147
20148 * calendar/cal-china.el: Update reference to "Calendrical
20149 Calculations" book; there's a new edition.
20150 * calendar/cal-coptic.el: Likewise.
20151 * calendar/cal-french.el: Likewise.
20152 * calendar/cal-hebrew.el: Likewise.
20153 * calendar/cal-islam.el: Likewise.
20154 * calendar/cal-iso.el: Likewise.
20155 * calendar/cal-julian.el: Likewise.
20156 * calendar/cal-mayan.el: Likewise.
20157 * calendar/cal-persia.el: Likewise.
20158 * calendar/calendar.el: Likewise.
20159 * calendar/holidays.el: Likewise.
20160 * calendar/lunar.el: Likewise.
20161 * calendar/solar.el: Likewise.
20162
20163 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
20164 white space from doc string.
20165
20166 2005-03-30 Jay Belanger <belanger@truman.edu>
20167
20168 * calc/calc-help.el (calc-full-help): Remove email address.
20169
20170 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
20171
20172 * help-fns.el (help-with-tutorial): Delete title line.
20173
20174 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20175
20176 * calendar/cal-x.el (calendar-one-frame-setup)
20177 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
20178 rather than `symbol' for set-window-dedicated-p.
20179
20180 * calendar/appt.el (appt-buffer-name): Make it a constant.
20181 (appt-add): Doc fix.
20182
20183 * filesets.el (filesets-menu-path, filesets-menu-before)
20184 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
20185 (filesets-menu-cache-file): Use directory ~/.emacs.d.
20186 (filesets-add-submenu): Delete and use add-submenu instead.
20187
20188 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
20189
20190 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
20191 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
20192 (org-diary-default-entry): New function.
20193 (org-get-entries-from-diary): Better parsing of diary entries.
20194 (org-agenda-check-no-diary): New function.
20195 ("diary-lib"): Advice to function `add-to-diary-list', to allow
20196 linking to diary entries.
20197 (org-agenda-execute-calendar-command): New function.
20198 (org-agenda): Improve visible section in window.
20199 Use `org-fit-agenda-window'.
20200 (org-fit-agenda-window): New option.
20201 (org-move-subtree-down): Better handling of empty lines
20202 at end of subtree.
20203 (org-cycle): Numeric prefix is interpreted now as show-subtree N
20204 levels up.
20205 (org-fontify-done-headline): New option.
20206 (org-headline-done-face): New face.
20207 (org-set-font-lock-defaults): Use `org-headline-done-face'.
20208 (org-table-copy-down): Rename from `org-table-copy-from-above'.
20209 When current field is non-empty, it is copied to next row.
20210 (org-table-copy-from-above): Fix bug which made it
20211 impossible to copy fields containing only a single non-white character.
20212
20213 2005-03-30 Kim F. Storm <storm@cua.dk>
20214
20215 * kmacro.el (kmacro-end-macro): Isearch may store this command
20216 into the macro -- so ignore it when executing keyboard macro.
20217
20218 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
20219
20220 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
20221
20222 2005-03-29 Kenichi Handa <handa@m17n.org>
20223
20224 * language/thai.el ("Thai"): Set setup-function and exit-function
20225 for Thai language environment.
20226
20227 * language/thai-util.el: Require thai-word.
20228 (thai-word-mode-map): New variable.
20229 (thai-word-mode): New minor mode.
20230 (setup-thai-language-environment-internal): New function.
20231 (exit-thai-language-environment-internal): New function.
20232
20233 * language/thai-word.el (thai-word-table): Declare it by defvar,
20234 use dolist to initialize it.
20235 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
20236 (thai-fill-find-break-point): New functions.
20237
20238 2005-03-29 Richard M. Stallman <rms@gnu.org>
20239
20240 * simple.el (idle-update-delay): Move definition up.
20241 (set-mark): Doc fix.
20242
20243 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
20244
20245 * longlines.el: New file.
20246
20247 * simple.el (buffer-substring-filters): New variable.
20248 (filter-buffer-substring): New function.
20249 (kill-region, copy-region-as-kill): Use it.
20250
20251 * register.el (copy-to-register, append-to-register)
20252 (prepend-to-register): Use filter-buffer-substring.
20253
20254 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
20255
20256 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
20257 (gud-filter-pending-text): Move in front of gdb.
20258 (gud-overlay-arrow-position): New variable.
20259 (gud-sentinel, gud-display-line): Use it in place of
20260 overlay-arrow-position.
20261
20262 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
20263
20264 * progmodes/fortran.el (fortran-if-indent): Doc fix.
20265 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
20266 (fortran-font-lock-keywords-4): New variable.
20267 (fortran-blocks-re, fortran-end-block-re)
20268 (fortran-start-block-re): New constants, for hideshow.
20269 (hs-special-modes-alist): Add a Fortran entry.
20270 (fortran-mode-map): Bind fortran-end-of-block,
20271 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
20272 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
20273 (fortran-looking-at-if-then, fortran-end-of-block)
20274 (fortran-beginning-of-block): New functions, for hideshow.
20275
20276 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
20277 Doc fix. Tweak regexp.
20278 (f90-beginning-of-block): Push mark first.
20279
20280 2005-03-29 Jay Belanger <belanger@truman.edu>
20281
20282 * calc/calc.el: Update copyright date.
20283 (calc-version): Increase to 2.1.
20284 (calc-version-date): Remove.
20285
20286 * calc/calc-help.el: Update copyright date.
20287 (calc-full-help): Remove reference to calc-version-date.
20288 Update copyright date.
20289
20290 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20291
20292 * vc.el (vc-do-command): Use a pipe for async processes, so password
20293 prompts don't show up at places where the user can't reply.
20294
20295 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
20296
20297 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
20298 on the file name we pass to the inferior shell.
20299
20300 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20301
20302 * progmodes/which-func.el (which-function): Be robust in the face of an
20303 imenu--make-index-alist failure.
20304
20305 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20306
20307 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
20308
20309 * progmodes/python.el (python-preoutput-filter): Fix last change.
20310
20311 2005-03-29 Lute Kamstra <lute@gnu.org>
20312
20313 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
20314 functions and compiled macros.
20315 (debug-convert-byte-code): Handle macros too.
20316 (debug-on-entry-1): Don't signal an error when trying to clear a
20317 function that is not set to debug on entry.
20318
20319 2005-03-29 Jay Belanger <belanger@truman.edu>
20320
20321 * calc/calc-lang.el: Add functions to math-function-table
20322 properties of tex and math.
20323
20324 2005-03-29 Kenichi Handa <handa@m17n.org>
20325
20326 * ps-mule.el (ps-mule-plot-string): Translate characters by
20327 ps-print-translation-table.
20328 (ps-mule-begin-job): Call find-charset-region/string with
20329 ps-print-translation-table.
20330 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
20331
20332 * ps-print.el (ps-print-translation-table): New variable.
20333 (ps-plot-region): Translate characters by ps-print-translation-table.
20334
20335 2005-03-29 Juri Linkov <juri@jurta.org>
20336
20337 * simple.el (next-error-highlight-timer): New variable.
20338
20339 * progmodes/compile.el (compilation-goto-locus):
20340 Use `next-error-highlight-timer' instead of `sit-for'.
20341
20342 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20343
20344 * mail/supercite.el (sc-mail-field): Use assoc-string.
20345 (sc-get-address): Simplify regexps.
20346
20347 * files.el (minibuffer-with-setup-hook): New macro.
20348 (find-file-read-args): Use it to avoid let-binding
20349 minibuffer-with-setup-hook (which breaks turning on/off
20350 file-name-shadow-mode while in the prompt).
20351
20352 * complete.el (PC-read-include-file-name-internal):
20353 Use test-completion.
20354
20355 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
20356
20357 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
20358
20359 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20360
20361 * window.el (window-buffer-height): Use count-screen-lines.
20362
20363 * progmodes/python.el (python-preoutput-leftover): New var.
20364 (python-preoutput-filter): Use it.
20365 (python-send-receive): Loop until all the result has been received.
20366
20367 2005-03-28 Juri Linkov <juri@jurta.org>
20368
20369 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
20370
20371 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
20372 "Recover Crashed Session".
20373 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
20374 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
20375 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
20376 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
20377 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
20378 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
20379 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
20380 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
20381
20382 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
20383 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
20384 Ediff Sessions", "Toggle use of separate control buffer frame",
20385 "Use separate frame for Ediff control buffer".
20386
20387 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
20388 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
20389 "Rename Bookmark", "Delete Bookmark".
20390
20391 * info.el (Info-mode-menu): Remove ellipsis from "Index".
20392 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
20393 Add `:active Info-index-alternatives' to "Next Matching Item".
20394
20395 * wdired.el (wdired-change-to-wdired-mode):
20396 Mention `wdired-abort-changes' key in the initial message.
20397
20398 * international/mule.el (auto-coding-alist): Associate non-ascii
20399 image filename extensions with `no-conversion'.
20400
20401 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
20402
20403 * international/iso-acc.el:
20404 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
20405
20406 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
20407
20408 * textmodes/sgml-mode.el (html-mode): Doc update.
20409
20410 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
20411
20412 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
20413
20414 * term.el (term-move-columns): Fix face after extending a line.
20415 (term-insert-spaces): Likewise.
20416 (term-reset-terminal): Fix off by one error.
20417
20418 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20419
20420 * international/mule.el (auto-coding-alist): Add .xpi files.
20421
20422 * files.el (auto-mode-alist): Add .xpi files.
20423
20424 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
20425
20426 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
20427
20428 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20429
20430 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
20431
20432 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20433
20434 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
20435 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
20436
20437 * calendar/cal-move.el (calendar-beginning-of-year): Move the
20438 cursor to Jan 1 when needed.
20439 (calendar-end-of-year): Fix -/+ typo.
20440 Reported by Chong Yidong <cyd@stupidchicken.com>.
20441
20442 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20443
20444 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
20445
20446 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
20447 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
20448
20449 2005-03-25 Richard M. Stallman <rms@gnu.org>
20450
20451 * filesets.el (filesets-init): Add autoload.
20452
20453 * mail/mailalias.el (mail-directory): Doc fix.
20454
20455 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20456
20457 * mail/mailalias.el (mail-directory-process): Do nothing if
20458 mail-directory-process is an atom.
20459 (mail-get-names): Ignore mail-directory-names if it is an atom.
20460 (mail-directory-process defvar): Doc fix.
20461 (mail-names): Doc fix.
20462
20463 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
20464
20465 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20466
20467 2005-03-26 Kenichi Handa <handa@m17n.org>
20468
20469 * international/mule-util.el (detect-coding-with-priority):
20470 Call update-coding-systems-internal before detect-coding-region.
20471
20472 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
20473
20474 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20475 (gdb-frames-mode-map): Add follow-link property.
20476
20477 2005-03-25 Jay Belanger <belanger@truman.edu>
20478
20479 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20480 for variables.
20481
20482 2005-03-25 Juri Linkov <juri@jurta.org>
20483
20484 * image-mode.el: Optimize image filename extension regexps in
20485 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
20486 in `auto-mode-alist'.
20487 (image-mode): Add `image-toggle-display-text' to local hook
20488 `change-major-mode-hook'. Display the image as an image by
20489 default. Set `cursor-type' and `truncate-lines' if the image
20490 is already displayed. Take into account the current mode (image
20491 or text) in message.
20492 (image-minor-mode): New minor mode.
20493 (image-mode-maybe, image-toggle-display-text): New functions.
20494 (image-toggle-display): Use called-interactively-p.
20495 Let-bind `inhibit-read-only' to t.
20496
20497 * image-mode.el (image-minor-mode): Set `cursor-type' and
20498 `truncate-lines' if the image is already displayed. Add turning
20499 image-minor-mode off to `change-major-mode-hook'. Add message.
20500 Call `image-toggle-display-text' after turning image-minor-mode off.
20501
20502 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20503
20504 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20505 Terminal.app, use utf-8.
20506 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20507 (set-locale-environment): Use it.
20508
20509 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20510
20511 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20512
20513 * progmodes/python.el (python-close-block-statement-p)
20514 (python-outdent-p, python-current-defun): Use symbol-end.
20515
20516 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20517
20518 * files.el (save-some-buffers): Doc fix.
20519
20520 2005-03-25 Werner Lemberg <wl@gnu.org>
20521
20522 * complete.el, thumbs.el: Replace `legal' with `valid'.
20523 * calendar/calendar.el: Replace `legal' with `valid'.
20524 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20525 * mail/supercite.el: Replace `legal' with `valid'.
20526 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20527 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20528 Replace `legal' with `valid'.
20529 * textmodes/reftex-vars.el, textmodes/reftex.el:
20530 Replace `legal' with `valid'.
20531
20532 2005-03-25 Werner Lemberg <wl@gnu.org>
20533
20534 * calc/calc-forms.el, calc/calc-sel.el
20535 * midnight.el, vc-cvs.el
20536 * emacs-lisp/cl-macs.el
20537 * emulation/vip.el
20538 * eshell/esh-io.el, eshell/esh-var.el
20539 * mail/supercite.el
20540 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20541 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20542 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20543 * progmodes/sh-script.el, progmodes/xscheme.el
20544 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20545 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20546 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20547 * textmodes/reftex.el, textmodes/org.el:
20548 Replace `illegal' with `invalid'.
20549
20550 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20551
20552 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20553 (flymake-find-buildfile, flymake-find-possible-master-files)
20554 (flymake-check-include, flymake-parse-line): Replace loops over the
20555 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20556
20557 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20558 Substitute file-name-as-directory in the rest of the file.
20559 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20560 (flymake-replace-region): Remove unused arg `buffer'.
20561 (flymake-check-patch-master-file-buffer): Update calls to it.
20562 (flymake-add-err-info): Remove unused var `count'.
20563 (flymake-mode): Use define-minor-mode.
20564
20565 * progmodes/flymake.el: Use with-current-buffer.
20566 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20567 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20568 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20569 Avoid testing for `xemacs'.
20570 (flymake-nop): Move.
20571 (flymake-region-has-flymake-overlays): Return the computed value.
20572 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20573 Remove unused var `endline'.
20574 (flymake-get-line-count): Remove unused function.
20575 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20576
20577 * emulation/vi.el:
20578 * generic.el:
20579 * hilit-chg.el (global-highlight-changes):
20580 * hi-lock.el (hi-lock-mode):
20581 * follow.el: find-file-hooks -> find-file-hook.
20582
20583 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20584
20585 2005-03-24 Juri Linkov <juri@jurta.org>
20586
20587 * dired.el (dired-mode-map): Add menu item "Compare directories"
20588 for dired-compare-directories.
20589
20590 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20591 Doc fix. Replace `read-file-name' with `read-directory-name'.
20592
20593 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20594
20595 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20596
20597 2005-03-24 Jay Belanger <belanger@truman.edu>
20598
20599 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20600 relevant mode settings in calc-embedded-original-modes when modes
20601 are permanently changed.
20602
20603 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20604
20605 * autoinsert.el: find-file-hooks -> find-file-hook.
20606
20607 2005-03-24 Lute Kamstra <lute@gnu.org>
20608
20609 * generic.el (generic-font-lock-defaults): Make it obsolete.
20610 (generic-font-lock-keywords): New variable to replace
20611 generic-font-lock-defaults.
20612 (generic-mode-set-font-lock): Delete it.
20613 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20614 (generic-bracket-support): Add docstring.
20615
20616 * generic-x.el: Rename generic-font-lock-defaults to
20617 generic-font-lock-keywords throughout.
20618 (mailagent-rules-setup-function): Delete it.
20619 (mailagent-rules-generic-mode): Use anonymous function instead.
20620 (show-tabs-generic-mode-font-lock-defaults-1)
20621 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20622 Quote faces.
20623 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20624 not foreground.
20625
20626 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20627 Recognize define-generic-mode.
20628
20629 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20630
20631 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20632 if there's no completion table.
20633
20634 2005-03-23 Miles Bader <miles@gnu.org>
20635
20636 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20637 Remove tty-specific variants, as they're no longer needed.
20638
20639 2005-03-23 Lute Kamstra <lute@gnu.org>
20640
20641 * generic-x.el: Code cleanup: make args constant whenever possible.
20642 (installshield-statement-keyword-list)
20643 (installshield-system-functions-list)
20644 (installshield-system-variables-list, installshield-types-list)
20645 (installshield-funarg-constants-list): Make them constants.
20646
20647 * generic.el (generic-make-keywords-list): Add autoload cookie.
20648
20649 * calendar/time-date.el: Add comment on time value formats.
20650 Don't require parse-time.
20651 (with-decoded-time-value): New macro.
20652 (encode-time-value): New function.
20653 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20654 (days-to-time): Return a valid time value when arg is huge.
20655 (time-since): Use time-subtract.
20656 (time-to-number-of-days): Use time-to-seconds.
20657
20658 2005-03-23 David Ponce <david@dponce.com>
20659
20660 * recentf.el (recentf-keep): New option.
20661 (recentf-menu-action): Default to `find-file'.
20662 (recentf-keep-non-readable-files-flag)
20663 (recentf-keep-non-readable-files-p)
20664 (recentf-file-readable-p, recentf-find-file)
20665 (recentf-cleanup-remote): Remove.
20666 (recentf-include-p): More robust.
20667 (recentf-keep-p): New function.
20668 (recentf-remove-if-non-kept): Rename from
20669 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20670 All callers updated.
20671 (recentf-menu-items-for-commands): Fix help string.
20672 (recentf-track-closed-file): Update. Doc fix.
20673 (recentf-cleanup): Update. Count removed files. Doc fix.
20674
20675 2005-03-23 Kim F. Storm <storm@cua.dk>
20676
20677 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20678 Don't inherit from fringe face (now happens automatically).
20679
20680 2005-03-22 Kim F. Storm <storm@cua.dk>
20681
20682 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20683 position values.
20684
20685 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20686
20687 * menu-bar.el (showhide-date-time): Remove.
20688 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20689 (menu-bar-make-mm-toggle): Simplify.
20690
20691 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20692
20693 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20694 Accept qualified variable and function names.
20695
20696 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20697
20698 * bindings.el (completion-ignored-extensions):
20699 Remove ".lis" for `vax-vms'.
20700
20701 2005-03-22 Andreas Schwab <schwab@suse.de>
20702
20703 * generic-x.el: Revert last change.
20704 * ldefs-boot.el: Update.
20705
20706 2005-03-22 Jay Belanger <belanger@truman.edu>
20707
20708 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20709 (calc-embedded-save-original-modes)
20710 (calc-embedded-restore-original-modes): New functions.
20711 (calc-do-embedded): Save original modes when entering embedded mode
20712 and restore when leaving embedded mode.
20713 (calc-embedded-modes-change): Change the value of
20714 calc-embedded-original-modes to reflect permanent changes.
20715
20716 2005-03-22 Lute Kamstra <lute@gnu.org>
20717
20718 * generic-x.el: Require generic again.
20719
20720 2005-03-22 Miles Bader <miles@gnu.org>
20721
20722 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20723 Tweak details to look good on both ttys and bitmap displays, light
20724 or dark background, etc.
20725
20726 2005-03-21 Kim F. Storm <storm@cua.dk>
20727
20728 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20729 mouse position.
20730
20731 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20732
20733 * icomplete.el: Don't forcibly turn on the mode upon load.
20734 (icomplete-mode): Use define-minor-mode.
20735 (icomplete-eoinput): Default to nil.
20736 (icomplete-minibuffer-setup): Remove autoload.
20737 (icomplete-tidy): Simplify.
20738 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20739 in the initial state or if the user has modified the field.
20740 Fix handling of icomplete-max-delay-chars.
20741 Remove code that handles the oddball case where
20742 minibuffer-completion-table is an integer.
20743 Wrap icomplete-completions in while-no-input in case building
20744 completions takes more time than expected.
20745 (icomplete-completions): Simplify.
20746
20747 2005-03-21 Richard M. Stallman <rms@gnu.org>
20748
20749 * jka-compr.el (jka-compr-really-do-compress):
20750 Make variable buffer-local.
20751
20752 * image-mode.el: Handle .xpm files too.
20753 (image-toggle-display): Preserve modification flag.
20754
20755 * help.el (where-is): Don't mention aliases with no key bindings.
20756
20757 2005-03-21 Lute Kamstra <lute@gnu.org>
20758
20759 * generic.el: Fix commentary section. Don't require cl for
20760 compilation.
20761 (generic-mode-list): Add autoload cookie.
20762 (generic-use-find-file-hook, generic-lines-to-scan)
20763 (generic-find-file-regexp, generic-ignore-files-regexp)
20764 (generic-mode, generic-mode-find-file-hook)
20765 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20766 (define-generic-mode): Make it a defmacro. Fix docstring.
20767 (generic-mode-internal): Code cleanup. Add autoload cookie.
20768 (generic-mode-set-comments): Code cleanup.
20769 * generic-x.el: Don't prevent compilation. Don't require generic.
20770 Follow coding conventions. Minor code cleanup.
20771 (etc-fstab-generic-mode): Add some keywords.
20772 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20773 define-generic-mode like a function declaration.
20774
20775 2005-03-21 Jay Belanger <belanger@truman.edu>
20776
20777 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20778 changing modes.
20779
20780 2005-03-21 Sam Steingold <sds@gnu.org>
20781
20782 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20783
20784 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20785
20786 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20787 Add underscore to "f$ lexicals" regexp.
20788
20789 2005-03-20 Juri Linkov <juri@jurta.org>
20790
20791 * subr.el (progress-reporter-do-update): When `min-value' is equal
20792 to `max-value', set `percentage' to 0 and prevent division by zero.
20793
20794 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20795
20796 Sync with Tramp 2.0.48.
20797
20798 * net/tramp.el (all): Change all addresses to .gnu.org.
20799 (tramp-append-tramp-buffers): New defun.
20800 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20801 Catch `dont-send' signal.
20802 (tramp-set-auto-save-file-modes): Set always permissions, because
20803 there might be an old auto-saved file belonging to another
20804 original file. This could be a security threat. Reported by
20805 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20806 Check for Emacs 21.3.50 removed.
20807
20808 * net/tramp-smb.el (all): Remove debug construct for
20809 `with-parsed-tramp-file-name'.
20810 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20811 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20812 No error message if DIRECTORY or FILENAME doesn't exist.
20813 (tramp-smb-open-connection): Check existence of
20814 `tramp-smb-program'.
20815
20816 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20817
20818 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20819 Properly handle the case where the `m' or `s' command's argument is not
20820 yet terminated.
20821 (perl-indent-new-calculate): New function.
20822 (perl-indent-line): Use it.
20823
20824 2005-03-20 Miles Bader <miles@gnu.org>
20825
20826 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20827 in text-mode too. Change to new face names.
20828 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20829 Add `:weight bold' attribute.
20830 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20831
20832 2005-03-19 Juri Linkov <juri@jurta.org>
20833
20834 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20835
20836 * international/mule.el (auto-coding-alist): Sync with
20837 `auto-mode-alist' by adding upper case archive file extensions
20838 and adding ear/war to jar extension.
20839
20840 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20841
20842 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20843 running, restart it.
20844
20845 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20846
20847 * finder.el (finder-current-item): Throw an error on an empty line.
20848
20849 * man.el (Man-follow-manual-reference): If current-word returns
20850 nil, use "".
20851
20852 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20853
20854 * simple.el (goto-line): Doc fix.
20855
20856 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20857
20858 * files.el (save-buffer): Doc fix.
20859
20860 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20861
20862 * recentf.el (recentf-cleanup-remote): New variable.
20863 (recentf-cleanup): Use it to conditionally check availability of
20864 remote files.
20865
20866 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20867
20868 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20869 function names.
20870
20871 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20872
20873 * language/thai-word.el: New file.
20874
20875 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20876
20877 * files.el (backup-buffer): If the file's directory is not
20878 writable, use copy instead of move to backup the file.
20879
20880 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20881
20882 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20883
20884 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20885
20886 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20887 Use functionp instead of symbolp and fboundp. Reported by Drkm
20888 <darkman_spam@yahoo.fr>.
20889 (ps-print-version): New version 6.6.6.
20890
20891 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20892
20893 * textmodes/table.el (table--line-column-position): New idiom.
20894 (table--row-column-insertion-point-p): New function to test
20895 validity of row and column insertion operation at a location.
20896 (table-global-menu, table-cell-menu): Use above functions for
20897 deterministic test operation.
20898 (table--editable-cell-p): Behave in deterministic fashion.
20899
20900 2005-03-18 Juri Linkov <juri@jurta.org>
20901
20902 * isearch.el (isearch-lazy-highlight-new-loop):
20903 Make arguments beg and end optional.
20904 (isearch-update): Remove optional arguments nil from
20905 isearch-lazy-highlight-new-loop.
20906 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20907 isearch-lazy-highlight-case-fold-search instead of
20908 isearch-case-fold-search, and let-bind isearch-regexp to
20909 isearch-lazy-highlight-regexp.
20910 Use isearch-lazy-highlight-last-string instead of isearch-string.
20911
20912 * replace.el (perform-replace): Remove bindings of global
20913 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20914 Add three new arguments to `replace-highlight'.
20915 (replace-highlight): Add arguments string, regexp, case-fold.
20916 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20917 to allow isearch-lazy-highlight-new-loop to use these values
20918 to set corresponding isearch-lazy-highlight-* internal
20919 variables whose values lazy highlighting will use regardless of
20920 changes to global variables isearch-string, isearch-regexp,
20921 isearch-case-fold-search during lazy highlighting loop.
20922 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20923 to `lazy-highlight-cleanup'.
20924
20925 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20926 (ispell-highlight-face): Set default face to `isearch' when
20927 lazy highlighting is enabled.
20928 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20929 priority to 1. Add lazy highlighting.
20930 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20931 from `isearch-dehighlight'.
20932
20933 2005-03-18 David Ponce <david@dponce.com>
20934
20935 * files.el (hack-local-variables): Do a case-insensitive search
20936 for End.
20937
20938 2005-03-18 Juri Linkov <juri@jurta.org>
20939
20940 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20941 `isearch-lazy-highlight-cleanup', add alias to old name and
20942 declare obsolete. Add release numbers to other obsolete vars.
20943 (isearch-done, isearch-lazy-highlight-new-loop):
20944 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20945 (lazy-highlight-cleanup) <variable>: Doc fix.
20946 (isearch-lazy-highlight-update): Rename obsolete
20947 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20948
20949 2005-03-18 Kenichi Handa <handa@m17n.org>
20950
20951 * language/thai-util.el: Fix categorization of Thai characters in
20952 thai-category-table.
20953 (thai-composition-pattern): Adjust it for the above change.
20954 (thai-self-insert-command, thai-compose-syllable): New functions.
20955 (thai-compose-region): Use thai-compose-syllable.
20956 (thai-compose-string): Likewise.
20957 (thai-composition-function): Likewise.
20958 (thai-auto-composition): New function.
20959 (thai-auto-composition-mode): New minor mode.
20960
20961 * language/thai.el: Fix patterns to be registered in
20962 composition-function-table.
20963
20964 * international/quail.el (quail-input-method): Locally bind
20965 inhibit-modification-hooks to t.
20966
20967 2005-03-17 Richard M. Stallman <rms@gnu.org>
20968
20969 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20970 (perl-mode): Use run-mode-hooks.
20971
20972 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20973 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20974 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20975
20976 * mail/sendmail.el (sendmail-send-it): Reenable the code
20977 to compute resend-to-address and use it.
20978
20979 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20980
20981 * image-mode.el: New file.
20982
20983 * image.el (insert-sliced-image): Add autoload cookie.
20984
20985 * font-lock.el (font-lock-lines-before): New user option.
20986 (font-lock-after-change-function): Obey it.
20987
20988 * bindings.el (esc-map): Make M-g a prefix.
20989 Bind M-g g and M-g M-g to goto-line.
20990
20991 * faces.el (face-id): Doc fix.
20992
20993 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20994
20995 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20996 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20997 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20998
20999 * mail/sendmail.el (mail-yank-ignored-headers)
21000 (mail-font-lock-keywords, mail-mode-fill-paragraph):
21001 Add Mail-Followup-To and Mail-Reply-To headers.
21002 (mail-citation-hook): Add autoload cookie.
21003 (mail-mode): Doc fix.
21004 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
21005 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
21006 (mail-mode-fill-paragraph): Handle those headers.
21007 (mail-mailing-lists): New variable.
21008 (mail-mail-reply-to, mail-mail-followup-to): New functions.
21009
21010 2005-03-17 Juri Linkov <juri@jurta.org>
21011
21012 * isearch.el (isearch-fallback): Check for `(car previous)'
21013 before calling `isearch-other-end-state'.
21014
21015 2005-03-17 Kim F. Storm <storm@cua.dk>
21016
21017 * simple.el (move-beginning-of-line): Move to beginning of buffer
21018 line, as well as beginning of screen line.
21019
21020 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
21021
21022 * calendar/diary-lib.el (mark-diary-entries): Use new optional
21023 argument REDRAW rather than calendar-redrawing variable.
21024 * calendar/calendar.el (calendar-redrawing): Delete.
21025 (redraw-calendar): Do not bind calendar-redrawing.
21026
21027 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
21028
21029 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
21030 diary-file buffer.
21031
21032 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
21033
21034 * help.el (describe-mode): Allow a :minor-mode-function property to
21035 specify a different minor mode toggle function than the variable.
21036 * simple.el (auto-fill-function):
21037 * subr.el (add-minor-mode): Use it.
21038
21039 2005-03-16 Kenichi Handa <handa@m17n.org>
21040
21041 * language/ethio-util.el (sera-being-called-by-w3): New variable.
21042 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
21043 (ethio-fidel-to-sera-buffer): Likewise.
21044
21045 2005-03-16 Juri Linkov <juri@jurta.org>
21046
21047 * emacs-lisp/find-func.el (find-function-regexp):
21048 Add defun-emitting macro `menu-bar-make-toggle'.
21049
21050 * isearch.el: Put `isearch-scroll' property to
21051 `split-window-horizontally'.
21052
21053 * info.el: Update error messages for `debug-ignored-errors'.
21054 (Info-isearch-search): Doc fix.
21055 (Info-find-node): Move up code to go into info buffer before
21056 recording the node to the history.
21057 (Info-fontify-node): Fontify titles only if the next line
21058 has two or more `*', `=', `-', `.'.
21059 Display "go to this node" for empty (match-string 3).
21060
21061 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21062
21063 * term/mac-win.el: Add mouse pointer shape constants.
21064
21065 2005-03-15 Kim F. Storm <storm@cua.dk>
21066
21067 * simple.el (move-beginning-of-line): Use vertical-motion.
21068
21069 2005-03-15 Juri Linkov <juri@jurta.org>
21070
21071 * isearch.el (isearch-error): New variable.
21072 (isearch-invalid-regexp, isearch-within-brackets): Remove.
21073 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
21074 (isearch-within-brackets-state): Remove.
21075 (isearch-case-fold-search-state, isearch-pop-fun-state):
21076 Decrease frame index.
21077 (isearch-mode, isearch-top-state, isearch-push-state)
21078 (isearch-edit-string, isearch-abort, isearch-search-and-update)
21079 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
21080 (isearch-search, isearch-lazy-highlight-new-loop):
21081 Replace `isearch-invalid-regexp' with `isearch-error'.
21082 Remove `isearch-within-brackets'.
21083 (isearch-search): Add `search-failed' handler to `condition-case'.
21084 (isearch-lazy-highlight-search): Add `condition-case' to catch
21085 errors and allow `isearch-lazy-highlight-update' to try
21086 highlighting from the beginning of the window.
21087 (isearch-repeat): Move up code to set isearch-wrapped to t
21088 before calling isearch-wrap-function.
21089
21090 * info.el (Info-isearch-initial-node): New internal variable.
21091 (Info-search): Signal an error in isearch mode when search leaves
21092 the initial node. Signal an error when `bound' is non-nil and
21093 nothing was found in the current subfile.
21094 (Info-isearch-search): Remove `condition-case'.
21095 (Info-isearch-wrap): Don't wrap when search failed during leaving
21096 the initial node. If `Info-isearch-search' is nil, wrap around
21097 the current node.
21098 (Info-isearch-start): New fun.
21099 (Info-mode): Add buffer-local hook `Info-isearch-start' to
21100 `isearch-mode-hook'.
21101
21102 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21103
21104 * simple.el (normal-erase-is-backspace): Set default to t if
21105 running on Mac.
21106
21107 * term/mac-win.el (function-key-map): Sync with x-win.el.
21108
21109 2005-03-15 Kenichi Handa <handa@m17n.org>
21110
21111 * international/mule-cmds.el (locale-language-names): Modify the
21112 format of elements and add more entries.
21113 (locale-preferred-coding-systems): Add more entries.
21114 (set-locale-environment): Adjust for the change of
21115 locale-language-names.
21116
21117 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
21118
21119 * pcvs.el (smerge-ediff): Remove bogus autoload.
21120
21121 2005-03-14 Lute Kamstra <lute@gnu.org>
21122
21123 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
21124 Ignore a `*' at the beginning of a line.
21125
21126 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
21127 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
21128 subr.el.
21129 (dont-compile, eval-when-compile, eval-and-compile): Use declare
21130 to specify indentation.
21131
21132 * generic.el (define-generic-mode): Let generic-mode-list be a
21133 list of strings; test membership with equal.
21134
21135 2005-03-14 Kim F. Storm <storm@cua.dk>
21136
21137 * simple.el (next-line, previous-line): Add optional try-vscroll
21138 arg to recognize interactive use. Pass it on to line-move.
21139 (line-move): Don't perform auto-window-vscroll when defining or
21140 executing keyboard macro to ensure consistent behavior.
21141
21142 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
21143
21144 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
21145
21146 2005-03-13 Lute Kamstra <lute@gnu.org>
21147
21148 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
21149 debugger-setup-buffer so that backtrace marks the frames set to
21150 debug-on-exit and we don't have to do it manually. Set an extra
21151 debug-on-exit for macro's.
21152 (debugger-setup-buffer): Don't mark the top frame manually.
21153
21154 2005-03-12 Lute Kamstra <lute@gnu.org>
21155
21156 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
21157 lisp-indent-function throughout.
21158 (with-no-warnings): Set lisp-indent-function property.
21159
21160 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
21161
21162 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
21163 Add entry for backslash.
21164
21165 2005-03-12 Juri Linkov <juri@jurta.org>
21166
21167 * info.el (Info-search): Four fixes for backward search.
21168
21169 2005-03-11 Jay Belanger <belanger@truman.edu>
21170
21171 * calc/calc.el (calc-language-alist): New variable.
21172 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
21173 (calc-embedded-find-modes): Use calc-language-alist instead of
21174 calc-embedded-language-alist.
21175
21176 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21177
21178 * calendar/calendar.el (calendar-redrawing): New internal
21179 variable.
21180 (redraw-calendar): Remove bogus save-excursion from previous
21181 change. Bind calendar-redrawing to t for mark-diary-entries.
21182 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
21183 calendar if that is why we were called.
21184
21185 2005-03-11 Kenichi Handa <handa@m17n.org>
21186
21187 * international/mule.el (make-coding-system): Set property
21188 coding-system-define-form to nil.
21189 (define-coding-system-alias): Likewise.
21190
21191 2005-03-11 Kenichi Handa <handa@m17n.org>
21192
21193 These changes are suggested by Dave Love <fx@gnu.org>.
21194
21195 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
21196 coding: tag.
21197 (adaptive-fill-regexp): Add more bullets.
21198 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
21199 regexps.
21200
21201 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
21202
21203 * help.el (describe-mode): Properly handle non-trivial lighters.
21204 Don't ignore minor modes that are not listed in minor-mode-list.
21205
21206 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
21207 feature ON when the user requests to turn it OFF.
21208
21209 2005-03-10 Lute Kamstra <lute@gnu.org>
21210
21211 * emacs-lisp/debug.el (debug-entry-code): Delete it.
21212 (implement-debug-on-entry): New function to replace debug-entry-code.
21213 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
21214 second argument as the 2005-03-07 change makes it obsolete.
21215 (debug-on-entry, cancel-debug-on-entry): Update call to
21216 debug-on-entry-1.
21217 (debug, debugger-setup-buffer): Comment update.
21218 (debugger-frame-number): Update to work with implement-debug-on-entry.
21219
21220 2005-03-10 Jay Belanger <belanger@truman.edu>
21221
21222 * calc/calc-embed.el (math-ms-args): Declare it.
21223 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
21224 math-ms-args.
21225 (calc-embedded-subst): Use math-multi-subst-rec to substitute
21226 variables.
21227
21228 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
21229
21230 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
21231 Use message-box.
21232
21233 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
21234 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
21235 (tooltip-gud-tips): Simplify.
21236 (tooltip-gud-tips-p): Remove superfluous :set.
21237 (tooltip-gud-modes): Add fortran-mode.
21238 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
21239
21240 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
21241
21242 2005-03-09 Kim F. Storm <storm@cua.dk>
21243
21244 * play/animate.el (animate-place-char): Use forward-line instead
21245 of next-line to improve performance.
21246
21247 2005-03-09 Simon Josefsson <jas@extundo.com>
21248
21249 * net/browse-url.el (browse-url-default-browser): Doc fix.
21250
21251 2005-03-09 Miles Bader <miles@gnu.org>
21252
21253 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
21254 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
21255
21256 2005-03-09 Kenichi Handa <handa@m17n.org>
21257
21258 * international/latin-1.el: Set case and syntax for 255 only if
21259 set-case-syntax-set-multibyte is nil.
21260
21261 * textmodes/ispell.el (ispell-insert-word): New function.
21262 (ispell-word): Use ispell-insert-word to insert a new word.
21263 (ispell-process-line): Likewise.
21264 (ispell-complete-word): Likewise.
21265
21266 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
21267
21268 * calendar/calendar.el (redraw-calendar): Preserve point.
21269 Reported by Matt Hodges <MPHodges@member.fsf.org>.
21270 (calendar-week-start-day): Move after definition of
21271 redraw-calendar. Delete buffer test, since redraw-calendar has
21272 that now.
21273
21274 * calendar/diary-lib.el (mark-diary-entries): Only call
21275 redraw-calendar in the first of any recursive calls.
21276 Reported by Alan Shutko <ats@acm.org>.
21277
21278 2005-03-08 Juri Linkov <juri@jurta.org>
21279
21280 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
21281 (html-horizontal-rule, html-line, html-image, html-checkboxes)
21282 (html-radio-buttons): Add a space before the trailing `/>' where
21283 sgml-xml-mode is non-nil.
21284 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
21285 the subsequent tag of the empty XML tag.
21286 (html-href-anchor): Don't set initial input to "http:".
21287 (html-image): Ask for the image URL and set point inside alt="".
21288 (html-name-anchor): Duplicate the name in the `id' attribute when
21289 sgml-xml-mode is non-nil.
21290 (html-paragraph): Remove \n before <p>.
21291 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
21292 instead of `checked' when sgml-xml-mode is non-nil.
21293
21294 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
21295 Remove 1 space before #RRGGBB to not truncate it on terminal
21296 windows w/o fringes. Remove 1 space between bg and fg examples
21297 to get more space.
21298 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
21299 avoid byte-compile warnings.
21300
21301 * image-file.el (image-file-handler): Put `safe-magic' property to
21302 `image-file-handler'.
21303
21304 * info.el (Info-isearch-search): Emulate word search in
21305 isearching through multiple Info nodes with Info-search.
21306 (Info-isearch-wrap): Allow isearch-word.
21307
21308 2005-03-08 Lute Kamstra <lute@gnu.org>
21309
21310 * emacs-lisp/debug.el (debugger-step-through): Make sure that
21311 stepping into the debugger's code is not possible.
21312 (debugger-jumping-flag): Docstring update.
21313
21314 2005-03-08 Jay Belanger <belanger@truman.edu>
21315
21316 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
21317 embedded mode begins.
21318 (calc-embedded-language-alist): New variable.
21319 (calc-embedded-find-modes): Use calc-embedded-language-alist to
21320 set default language mode.
21321
21322 2005-03-08 Kenichi Handa <handa@m17n.org>
21323
21324 * international/ccl.el (define-ccl-program): Fix docstring about
21325 extra 256 bytes assured for the output buffer.
21326
21327 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21328 Fix BUFFER_MAGNIFICATION to 2.
21329 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21330
21331 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
21332
21333 * align.el (align-rules-list): Added an alignment rule for CSS
21334 declarations (applies to css-mode and html-mode buffers).
21335
21336 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
21337
21338 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
21339
21340 2005-03-07 Kim F. Storm <storm@cua.dk>
21341
21342 * simple.el (move-beginning-of-line): New command.
21343
21344 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
21345
21346 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
21347
21348 * emulation/cua-base.el: Put CUA move property on move-end-of-line
21349 and move-beginning-of-line.
21350
21351 * apropos.el (apropos-print): Omit command from M-x ... RET.
21352
21353 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
21354
21355 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
21356 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
21357
21358 2005-03-06 Richard M. Stallman <rms@gnu.org>
21359
21360 * bindings.el (esc-map): Bind M-g to goto-line.
21361
21362 * facemenu.el (global-map): Bind M-o, not M-g.
21363
21364 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21365
21366 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
21367 "Open Directory" as for "Open File".
21368
21369 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
21370
21371 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
21372 (push-mark-command): Run activate-mark-hook.
21373
21374 2005-03-06 Richard M. Stallman <rms@gnu.org>
21375
21376 * help-mode.el (help-mode-finish): Don't alter the element
21377 in view-return-to-alist if there already is one.
21378
21379 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
21380 make sure the current buffer is the expected one.
21381
21382 * novice.el (disabled-command-function): Output in *Disabled Command*.
21383 Explicitly ignore non-keyboard events, and explicitly handle C-g.
21384
21385 * textmodes/flyspell.el (flyspell-large-region):
21386 Pass args differently for aspell.
21387
21388 * files.el (mode-require-final-newline): Doc fix.
21389
21390 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21391
21392 * progmodes/which-func.el (which-function):
21393 Specify NOERROR when calling imenu--make-index-alist.
21394
21395 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
21396
21397 * simple.el (normal-erase-is-backspace): Define default value.
21398
21399 * custom.el (custom-theme-set-variables): Remove unused var
21400 `immediate'.
21401 (custom-reevaluate-setting): Simple function to handle variables
21402 that are defined before their default value can really be
21403 computed.
21404
21405 * startup.el (command-line): Use it for temporary-file-directory,
21406 small-emporary-file-directory, auto-save-file-name-transforms,
21407 blink-cursor-mode, and normal-erase-is-backspace.
21408
21409 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
21410 progress, even with buggy anchored keywords.
21411
21412 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
21413
21414 * simple.el (goto-line): Remove unbalanced final parenthesis.
21415
21416 2005-03-05 Richard M. Stallman <rms@gnu.org>
21417
21418 * simple.el (goto-line): Use a number at point as the default.
21419 With C-u as arg, switch buffers.
21420
21421 2005-03-05 Juri Linkov <juri@jurta.org>
21422
21423 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
21424 with `no-blinking-cursor'.
21425
21426 * startup.el (no-blinking-cursor): New defvar.
21427 (command-line): Add `--no-blinking-cursor' to longopts.
21428 Set `no-blinking-cursor' to t for command line arguments
21429 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
21430 with `no-blinking-cursor' in the condition for calling
21431 `blink-cursor-mode'.
21432
21433 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
21434
21435 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
21436 (menu-bar-options-save): Add blink-cursor-mode.
21437 (menu-bar-options-menu): Add blink-cursor-mode.
21438
21439 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
21440
21441 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
21442 (icalendar-export-file, icalendar-export-region)
21443 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
21444 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
21445
21446 2005-03-04 Lute Kamstra <lute@gnu.org>
21447
21448 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21449 (debug-function-list): Ditto.
21450
21451 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
21452
21453 * textmodes/texinfmt.el (texinfo-append-refill):
21454 Redefine the types of line to which @refill
21455 is not appended by replacing a search for `@refill\\|@bye' with
21456 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
21457 itemize@refill' bug and the unfilled long lines bug.
21458 (texinfmt-version): Update number and date.
21459
21460 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21461
21462 * international/code-pages.el (windows-1250, windows-125[2-8])
21463 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21464
21465 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21466
21467 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21468 bound yet.
21469
21470 2005-03-02 Romain Francoise <romain@orebokech.com>
21471
21472 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21473 buffer after removing limits.
21474 (ibuffer-pop-filter): Ditto.
21475 Update copyright.
21476
21477 2005-03-02 Miles Bader <miles@gnu.org>
21478
21479 * button.el (make-text-button): If the user doesn't specify a
21480 type, use the default. Rewrite to use `add-text-properties' and
21481 plist functions.
21482
21483 2005-03-01 Lute Kamstra <lute@gnu.org>
21484
21485 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21486 (debugger-jumping-flag): New var.
21487 (debug-entry-code): Use it.
21488 (debugger-jump): Use debugger-jumping-flag and add
21489 debugger-reenable to post-command-hook.
21490 (debugger-reenable): Use debugger-jumping-flag and remove itself
21491 from post-command-hook.
21492 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21493 debugger-reenable.
21494
21495 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21496
21497 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21498 inclusion of "itemize\\|", which may be unnecessary, is certainly
21499 inelegant, and stops refilling in itemize lists when formatting
21500 Japanese Texinfo files to Info.
21501 Update copyright to 2005.
21502
21503 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21504
21505 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21506 of an error if GDB can't find the source file.
21507
21508 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21509
21510 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21511 not just the calendar.
21512
21513 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21514 first.
21515 (diary-redraw-calendar): New function.
21516 (make-diary-entry): Add diary-redraw-calendar to local
21517 write-contents-functions. Turn off selective display before
21518 inserting in diary.
21519
21520 2005-03-01 Kim F. Storm <storm@cua.dk>
21521
21522 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21523
21524 2005-03-01 Lute Kamstra <lute@gnu.org>
21525
21526 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21527 that debug-entry-code can be safely removed from a function while
21528 this code is being evaluated. Revert the 2005-02-27 change as the
21529 new implementation no longer requires it. Make sure that a
21530 function body containing just a string is not mistaken for a docstring.
21531 (debug): Skip one more frame in case of debug on entry.
21532 (debugger-setup-buffer): Delete one more frame line in case of
21533 debug on entry.
21534 (debugger-frame-number): Update to use the new text introduced by
21535 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21536
21537 2005-02-28 Kim F. Storm <storm@cua.dk>
21538
21539 * double.el (double-translate-key): Call force-window-update after
21540 read-event to avoid crash in redisplay.
21541
21542 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21543
21544 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21545 (debug): Use it. Move the inhibit-trace earlier.
21546 (debug-entry-code): New const.
21547 (debug-on-entry-1): Use it.
21548
21549 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21550
21551 * international/utf-16.el (ccl-encode-mule-utf-16le):
21552 Fix BUFFER_MAGNIFICATION to 2.
21553 (ccl-encode-mule-utf-16be): Likewise.
21554
21555 2005-02-28 Kenichi Handa <handa@m17n.org>
21556
21557 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21558 Fix BUFFER_MAGNIFICATION to 4.
21559 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21560
21561 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21562
21563 * speedbar.el (speedbar-update-flag): Doc fix.
21564 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21565 argument.
21566
21567 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21568
21569 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21570 have a non-nil `invisible' property but are actually visible.
21571
21572 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21573 for perldoc sections.
21574 (perl-outline-regexp, perl-outline-level): New var and function.
21575 (perl-mode): Use them.
21576
21577 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21578
21579 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21580 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21581
21582 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21583
21584 * cus-edit.el: Comment change.
21585 (custom-buffer-create-internal): Slightly reword text at top of
21586 Custom buffers. Mention there that saving an option edits the
21587 init file. Add link to Emacs manual node on `custom-file'.
21588 (custom-magic-alist): Rewrite individual State messages to use
21589 capitalized keywords. Doc fix.
21590
21591 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21592
21593 * calendar/calendar.el (calendar-buffer): Move above
21594 calendar-week-start-day.
21595 (calendar-week-start-day): Doc fix. Add :set function.
21596 (calendar-minimum-window-height): New variable.
21597 (generate-calendar-window): Only resize window if selected-window
21598 is displaying the calendar buffer. Use new variable
21599 calendar-minimum-window-height.
21600 (generate-calendar): Reword error message.
21601 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21602
21603 2005-02-27 Andreas Schwab <schwab@suse.de>
21604
21605 * vc.el (vc-do-command): Don't run command asynchronously when
21606 operating in a remote directory.
21607
21608 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21609 change from sync with Tramp 2.0.47.
21610
21611 2005-02-27 Richard M. Stallman <rms@gnu.org>
21612
21613 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21614
21615 * textmodes/flyspell.el (flyspell-mode-on):
21616 Call ispell-change-dictionary only if necessary.
21617
21618 * emacs-lisp/re-builder.el (regexp-builder): New function.
21619
21620 * register.el (describe-register-1): Explicitly handle
21621 yank-excluded-properties = t.
21622
21623 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21624 (custom-magic-alist): Change the status descriptions again.
21625 (face widget-type): Total rewrite based on `restricted-sexp'
21626 to eliminate the confusing double hiding levels.
21627
21628 * emacs-lisp/debug.el (debug-on-entry-1):
21629 If function body is empty, add nil as body form.
21630
21631 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21632
21633 * emacs-lisp/trace.el (inhibit-trace): New var.
21634 (trace-make-advice): Use it.
21635
21636 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21637
21638 2005-02-26 Kim F. Storm <storm@cua.dk>
21639
21640 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21641 (mouse-on-link-p, mouse-drag-region-1): Use it.
21642
21643 2005-02-25 Lute Kamstra <lute@gnu.org>
21644
21645 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21646
21647 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21648
21649 * frame.el (blink-cursor-mode): Add :group keyword.
21650
21651 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21652
21653 * calendar/icalendar.el (icalendar--decode-isodatetime):
21654 New optional argument DAY-SHIFT.
21655 (icalendar-export-region): Fix coding-system-for-write.
21656 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21657 events by one.
21658
21659 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21660
21661 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21662
21663 2005-02-24 Kim F. Storm <storm@cua.dk>
21664
21665 * international/iso-acc.el (iso-accents-compose): Fix crash
21666 during redisplay. Call force-window-update after read-event
21667 and delete-region to signal that window is not accurate.
21668
21669 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21670
21671 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21672 Remove unused and inexistent var `inhibit-trace'.
21673 (debugger-mode): Use run-mode-hooks.
21674 (debugger-list-functions): Add buttons; setup xref stack.
21675
21676 2005-02-23 Richard M. Stallman <rms@gnu.org>
21677
21678 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21679 appointment says it was explicitly made.
21680 (appt-add): Set the 3rd element.
21681 (appt-make-list): Preserve explicit appointments.
21682
21683 * subr.el (find-tag-default): Catch errors in forward-sexp.
21684
21685 2005-02-23 Juri Linkov <juri@jurta.org>
21686
21687 * info.el (Info-isearch-search): New defcustom.
21688 (Info-isearch-search): Call the default isearch function
21689 when Info-isearch-search is nil.
21690 (Info-isearch-wrap): Use variable Info-isearch-search.
21691
21692 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21693
21694 * cus-edit.el: Comment change.
21695
21696 2005-02-22 Kim F. Storm <storm@cua.dk>
21697
21698 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21699 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21700
21701 2005-02-22 Simon Josefsson <jas@extundo.com>
21702
21703 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21704 New variable.
21705 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21706 Oskarsson" <myrkraverk@users.sourceforget.net>.
21707
21708 2005-02-22 Kim F. Storm <storm@cua.dk>
21709
21710 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21711 check that window of that event is the selected window.
21712 (mouse-drag-region-1): Compare mouse event window to selected
21713 window before setting point.
21714
21715 * tooltip.el (tooltip-show-help-function): Pass event to
21716 mouse-on-link-p so it can check selected window.
21717
21718 2005-02-22 Kenichi Handa <handa@m17n.org>
21719
21720 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21721 (ps-mule-show-warning): New function.
21722 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21723 characters are found.
21724
21725 * ps-print.el (ps-header-footer-string): Return a list of header
21726 and footer strings.
21727
21728 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21729
21730 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21731
21732 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21733
21734 * frame.el (blink-cursor-mode): Use define-minor-mode.
21735
21736 * term/mac-win.el (function-key-map): Use char-names more consistently.
21737 (file-name-coding-system): Only set it for MacOS-9. The other case is
21738 already handled in mule-cmds.el (where it also works when mac-win.el
21739 is not used).
21740
21741 2005-02-21 Kenichi Handa <handa@m17n.org>
21742
21743 * international/mule.el (ctext-pre-write-conversion): Always use
21744 " *code-converting-work*" buffer for work.
21745
21746 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21747
21748 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21749
21750 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21751
21752 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21753
21754 * ses.el (undo-more): Restore defadvice, but only the part that
21755 allows changes outside the restricted area of the buffer.
21756
21757 2005-02-20 Kim F. Storm <storm@cua.dk>
21758
21759 * simple.el (line-move): Add fourth optional arg try-vscroll which
21760 must be set to perform auto-window-vscroll.
21761 When moving backwards and doing auto-window-vscroll, automatically
21762 vscroll to the last part of lines which are taller than the window.
21763 (next-line, previous-line): Set try-vscroll arg on line-move.
21764
21765 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21766
21767 * replace.el (query-replace, query-replace-regexp)
21768 (replace-string, replace-regexp): When operating on region, make
21769 the minibuffer prompt say so.
21770
21771 * isearch.el (isearch-forward): Document isearch-query-replace and
21772 isearch-query-replace-regexp keybindings.
21773
21774 2005-02-19 Jay Belanger <belanger@truman.edu>
21775
21776 * calc/calc-aent.el (math-read-token): Add local variable.
21777
21778 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21779 (calc-edit-top): Move declaration to earlier in file.
21780 (calc-edit-macro-repeats): Add local variables.
21781
21782 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21783 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21784 calcFunc-tanh.
21785 Adjust integration rule for calcFunc-tan.
21786
21787 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21788
21789 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21790 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21791 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21792 (viper-skip-separators): Bug fix.
21793 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21794 particular major mode.
21795 (viper-del-backward-char-in-replace): Don't put deleted char on the
21796 kill ring.
21797
21798 * viper-ex.el (viper-color-display-p): New function.
21799 (viper-has-face-support-p): Use viper-color-display-p.
21800
21801 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21802
21803 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21804
21805 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21806 (viper-file-remote-p): Make equivalent to file-remote-p.
21807
21808 * viper.el (viper-major-mode-modifier-list):
21809 Use viper-gnus-modifier-map.
21810
21811 2005-02-19 David Kastrup <dak@gnu.org>
21812
21813 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21814 quoting.
21815
21816 2005-02-19 Jay Belanger <belanger@truman.edu>
21817
21818 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21819 Remove extra definitions.
21820 (calc-coth): New function.
21821 (calcFunc-cot): Fix `let'.
21822
21823 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21824
21825 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21826 the reasons we use "type pc" in these faces.
21827
21828 * button.el (button): Ditto.
21829
21830 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21831
21832 * replace.el (query-replace-read-from): Set the value of
21833 query-replace-from-history-variable to handle the case of an empty
21834 string entered to accept the suggested default.
21835
21836 * net/tramp.el (tramp-file-name-for-operation):
21837 Use dired-call-process instead of dired-call-process-command.
21838
21839 2005-02-19 Jay Belanger <belanger@truman.edu>
21840
21841 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21842 (math-div-non-trig): New variables.
21843 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21844 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21845 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21846 trig expressions.
21847
21848 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21849
21850 * progmodes/gdb-ui.el (gdb-var-update-handler)
21851 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21852 for watch expressions,
21853 (gdb-var-create-handler): Don't set speedbar-update-flag.
21854 (gdb-post-prompt): Simplify test for speedbar.
21855
21856 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21857
21858 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21859 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21860 we use the syntax table of the correct buffer.
21861 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21862 Felix Gatzemeier.
21863
21864 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21865 (ediff-file-remote-p): Make synonymous with file-remote-p.
21866 In all deffaces ediff-*-face-*, use min-colors.
21867
21868 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21869 ediff-recurse-to-subdirectories.
21870 (ediff-mark-if-equal): Check that the arguments are strings, use
21871 ediff-same-contents (after to Felix Gatzemeier).
21872
21873 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21874 nil.
21875
21876 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21877
21878 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21879
21880 2005-02-18 David Kastrup <dak@gnu.org>
21881
21882 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21883 use `mark-active' when defined.
21884
21885 2005-02-18 Kenichi Handa <handa@m17n.org>
21886
21887 * ps-print.el (ps-font-info-database): New entry
21888 ZapfChancery-MediumItalic with correct font name. Fix font name
21889 of the entry Zapf-Chancery-MediumItalic.
21890
21891 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21892
21893 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21894
21895 2005-02-16 Kim F. Storm <storm@cua.dk>
21896
21897 * ido.el (ido-fallback-command): Pass user input to fallback command.
21898
21899 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21900
21901 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21902 (gdb-find-file-hook): Add server prefix.
21903
21904 2005-02-16 Richard M. Stallman <rms@gnu.org>
21905
21906 * replace.el (perform-replace): Pass new args to replace-highlight.
21907 (replace-highlight): Take region args,
21908 and pass them to isearch-lazy-highlight-new-loop.
21909
21910 * novice.el (disabled-command-hook): Autoload the defalias
21911 and the make-obsolete-variable call.
21912
21913 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21914
21915 * isearch.el (isearch-lazy-highlight-start-limit)
21916 (isearch-lazy-highlight-end-limit): New variables limit
21917 the region for highlighting.
21918 (isearch-lazy-highlight-new-loop): New args BEG and END.
21919 (isearch-lazy-highlight-search): Use the new vars.
21920 (isearch-lazy-highlight-update): Likewise.
21921
21922 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21923
21924 * cus-start.el (all): Use default-boundp.
21925
21926 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21927
21928 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21929
21930 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21931
21932 * autorevert.el (auto-revert-stop-on-user-input)
21933 (auto-revert-verbose): Doc fixes.
21934
21935 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21936
21937 * international/mule-cmds.el (set-locale-environment): Remove call
21938 to set-selection-coding-system on Windows.
21939
21940 2005-02-15 Jay Belanger <belanger@truman.edu>
21941
21942 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21943 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21944 calcFunc-coth.
21945 (math-simplify-sqrt): Add simplifications.
21946
21947 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21948 to list.
21949
21950 * calc/calc-ext.el: Add functions to autoloads.
21951
21952 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21953 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21954 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21955 (math-csc-raw, math-cot-raw): New functions.
21956
21957 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21958
21959 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21960 the variable name in a message.
21961
21962 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21963 calcFunc-csc, calcFunc-cot.
21964
21965 * calc/calcalg2.el: Add derivative and integration rules for
21966 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21967 calcFunc-csch, calcFunc-coth.
21968 (math-do-integral-methods): Add to checks for when to use
21969 substitutions.
21970
21971 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21972
21973 2005-02-15 Lute Kamstra <lute@gnu.org>
21974
21975 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21976 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21977 <monnier@iro.umontreal.ca>
21978 (lisp-outline-level): Improve efficiency. Suggested by David
21979 Kastrup <dak@gnu.org>.
21980
21981 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21982
21983 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21984 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21985 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21986 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21987 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21988
21989 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21990
21991 * cus-start.el (all): Comment change.
21992
21993 2005-02-14 Lute Kamstra <lute@gnu.org>
21994
21995 * cus-start.el (all): Check if symbol is void.
21996
21997 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21998
21999 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
22000 optional argument to \cite.
22001
22002 2005-02-14 Richard M. Stallman <rms@gnu.org>
22003
22004 * cus-edit.el (custom-buffer-create-internal): Update help message.
22005 (custom-magic-alist): Update help messages.
22006
22007 * cus-start.el (all): Allow a var to specify a standard value.
22008
22009 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
22010
22011 * custom.el (custom-theme-set-variables): Handle variable aliases.
22012
22013 * frame.el (blink-cursor-timer): Doc fix.
22014 (blink-cursor): Make it an alias for `blink-cursor-mode' and
22015 declare obsolete.
22016 (blink-cursor-mode): Define with defcustom and use correct
22017 standard expression in that defcustom.
22018 * startup.el (command-line): Adapt to above changes in frame.el.
22019
22020 2005-02-11 Lute Kamstra <lute@gnu.org>
22021
22022 * apropos.el (apropos-score-doc): Prevent division by zero.
22023
22024 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
22025
22026 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
22027 (icalendar--get-event-property-attributes)
22028 (icalendar--get-event-properties)
22029 (icalendar--datetime-to-diary-date): New functions.
22030 (icalendar--split-value): Doc fix.
22031 (icalendar--datetime-to-noneuropean-date)
22032 (icalendar--datetime-to-european-date): New optional argument
22033 SEPARATOR. Return result as a string instead of a list.
22034 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
22035 (icalendar--convert-string-for-export): Rename arg S to STRING.
22036 (icalendar-export-region): Doc fix. Change name of error buffer.
22037 Save output buffer.
22038 (icalendar-import-file): Add blank at end of prompt.
22039 (icalendar-import-buffer): Doc fix. Do not switch to error
22040 buffer. Indicate status in return value.
22041 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
22042 buffer. Save output buffer. Handle exception from recurrence
22043 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
22044 events. Fix problems with weekly all-day events.
22045
22046 2005-02-10 Richard M. Stallman <rms@gnu.org>
22047
22048 * simple.el (eval-expression-print-format):
22049 Avoid warning about edebug-active.
22050
22051 * help.el (help-for-help-internal): Rename from help-for-help.
22052 (help-for-help): Define with defalias.
22053
22054 * font-core.el (font-lock-default-function): Use with-no-warnings.
22055
22056 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
22057
22058 * custom.el (defface): Doc fix.
22059
22060 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
22061
22062 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
22063 width 0" to prevent word wrapping problems.
22064
22065 2005-02-09 Kim F. Storm <storm@cua.dk>
22066
22067 * ido.el (ido-file-extensions-order): New defcustom.
22068 (ido-file-extension-lessp, ido-file-extension-aux)
22069 (ido-file-extension-order): New advanced file ordering.
22070 (ido-file-lessp): New simple file ordering.
22071 (ido-sort-list): Remove.
22072 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
22073 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
22074
22075 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
22076
22077 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
22078 that some versions of grep produce.
22079 (grep-mode-font-lock-keywords): Likewise.
22080
22081 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
22082
22083 * progmodes/gdb-ui.el (gdb-location-list): New variable.
22084 (gdb-cdir): Delete.
22085 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
22086 (gdb-source-info): Treat case when source file is in another
22087 directory properly.
22088 (gdb-get-location): New function.
22089
22090 2005-02-07 Jay Belanger <belanger@truman.edu>
22091
22092 * calc/calc-prog.el (calc-write-parse-table-part)
22093 (calc-fix-token-name): Fix a check for language type.
22094
22095 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
22096
22097 2005-02-07 Andre Spiegel <spiegel@gnu.org>
22098
22099 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
22100 as directory not writable.
22101
22102 2005-02-07 Kim F. Storm <storm@cua.dk>
22103
22104 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
22105 (cua--standard-movement-commands): Remove list.
22106 Instead, set CUA property value to move for movement commands.
22107 (cua-movement-commands): Remove. Users must set CUA prop instead.
22108 (cua--pre-command-handler): Check CUA property.
22109 (cua--init-keymaps): Don't remap undo commands.
22110 (cua-mode): Don't call cua--rectangle-on-off.
22111
22112 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
22113 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
22114 (cua--rect-undo-set-point): New var.
22115 (cua--rectangle-undo-boundary): Setup undo apply entry.
22116 (cua--rect-undo-handler): New function for rectangle undo.
22117 (cua--rect-start-position, cua--rect-end-position): Add.
22118 (cua--rectangle-post-command): Call cua--rectangle-set-corners
22119 for restored rectangle. Set point if cua--rect-undo-set-point.
22120
22121 2005-02-06 Jay Belanger <belanger@truman.edu>
22122
22123 * calc/calc-lang.el (calc-tex-language): Display more information
22124 in messages.
22125
22126 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
22127 in TeX mode.
22128
22129 2005-02-06 Richard M. Stallman <rms@gnu.org>
22130
22131 * emacs-lisp/lisp.el (buffer-end): Doc fix.
22132
22133 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
22134
22135 * net/ldap.el (ldap-search-internal): Support attributes with
22136 optional descriptions separated by a semi-colon, as in
22137 "userCertificate;binary".
22138
22139 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22140
22141 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
22142 isn't a cons (i.e. the version is 0).
22143
22144 2005-02-05 Eli Zaretskii <eliz@gnu.org>
22145
22146 * help.el (help-for-help): Doc fix.
22147
22148 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
22149
22150 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
22151 GDB-Windows on the menu-bar as this works better.
22152
22153 2005-02-04 Jay Belanger <belanger@truman.edu>
22154
22155 * calc/calc-embed.el (calc-embedded-update): Don't put in
22156 unnecessary newlines. Adjust the end of formula marker.
22157
22158 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
22159 (math-latex-parse-two-args): New function.
22160
22161 2005-02-03 Lute Kamstra <lute@gnu.org>
22162
22163 * help-fns.el (help-with-tutorial): Make sure that users cannot
22164 remove the entire text of the tutorial by means of `undo'.
22165
22166 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
22167
22168 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
22169 in recent changes, where the ispell process was repeatedly
22170 killed & restarted.
22171
22172 * international/mule-cmds.el (set-locale-environment): Set file-name
22173 coding system to utf-8 on Darwin systems.
22174 (set-default-coding-systems): Don't set default-file-name-coding-system
22175 on Darwin systems.
22176
22177 2005-02-03 Richard M. Stallman <rms@gnu.org>
22178
22179 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
22180
22181 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
22182
22183 * faces.el (list-faces-display): Add optional argument.
22184
22185 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
22186
22187 * font-core.el (font-lock-default-function): Handle the rare case where
22188 only font-lock-keywords is set.
22189
22190 2005-02-02 Kenichi Handa <handa@m17n.org>
22191
22192 * international/characters.el: Cancel previous change for
22193 I-WITH-DOT-ABOVE and DOTLESS-i.
22194
22195 * international/latin-5.el: Cancel previous change.
22196
22197 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
22198
22199 * progmodes/gud.el: Correction to syntax in gud-menu-map.
22200
22201 2005-02-02 Kenichi Handa <handa@m17n.org>
22202
22203 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
22204 DOTLESS-i.
22205
22206 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
22207 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
22208
22209 * case-table.el (get-upcase-table): New function.
22210 (copy-case-table): Copy upcaes table too if non-nil.
22211 (set-case-syntax-delims): Maintain upcase table too.
22212 (set-case-syntax-pair): Likewise.
22213 (set-upcase-syntax, set-downcase-syntax): New functions.
22214 (set-case-syntax): Maintain upcase table too.
22215
22216 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
22217
22218 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
22219
22220 * progmodes/gud.el (gud-goto-info): New function.
22221 (gud-tool-bar-map): Use correct icon.
22222
22223 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
22224
22225 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
22226 When delegating, order args in the funcall correctly.
22227
22228 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
22229
22230 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
22231
22232 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
22233
22234 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
22235 buffer not visiting a file.
22236
22237 2005-01-31 Jay Belanger <belanger@truman.edu>
22238
22239 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
22240 bound on the line with the formula.
22241
22242 2005-01-31 Kim F. Storm <storm@cua.dk>
22243
22244 * ses.el (ses-create-cell-variable-range)
22245 (ses-destroy-cell-variable-range, ses-reset-header-string)
22246 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
22247 (ses-insert-row): Fix format of apply undo entries.
22248
22249 2005-01-31 Jay Belanger <belanger@truman.edu>
22250
22251 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
22252 parts.
22253
22254 * calc/calc-embed.el (calc-embedded-open-formula)
22255 (calc-embedded-close-formula): Ignore matrix environments.
22256
22257 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
22258 TeX mode.
22259
22260 * calc/calc-lang.el (math-function-table, math-oper-table)
22261 (math-variable-table): Adjust the LaTeX portions.
22262
22263 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
22264 (math-latex-ignore-words): New constant.
22265
22266 2005-01-31 Richard M. Stallman <rms@gnu.org>
22267
22268 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
22269 (ispell-local-dictionary): Doc fix.
22270 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
22271 Don't reinitialize at run time. Don't defcustom.
22272 All uses changed to append ispell-local-dictionary-alist,
22273 or check it first.
22274 (ispell-current-dictionary): New variable for dictionary in use.
22275 (ispell-dictionary): Now used only for global default.
22276 (ispell-start-process): Set ispell-current-dictionary,
22277 not ispell-dictionary.
22278 (ispell-change-dictionary): Use this only for setting
22279 user preferences.
22280 (ispell-internal-change-dictionary): New function
22281 to change the current dictionary in use.
22282 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
22283 Use ispell-current-dictionary.
22284 Handle ispell-local-dictionary-overridden.
22285 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
22286
22287 2005-01-31 Jay Belanger <belanger@truman.edu>
22288
22289 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
22290
22291 * calc/calc-ext.el: Add calc-latex-language to autoloads.
22292 (calc-mode-map): Add calc-latex-language.
22293
22294 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
22295 (math-latex-print-frac): New functions.
22296 (math-oper-table, math-function-table, math-variable-table)
22297 (math-complex-format, math-input-filter): Add latex properties.
22298 (calc-set-language): Set math-expr-special-function-mapping.
22299
22300 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
22301 (calc-write-parse-table-part): Add LaTeX support.
22302
22303 * calc/calc.el (calc-language): Adjust docstring.
22304 (calc-set-mode-line): Add LaTeX support.
22305 (math-expr-special-function-mapping): New variable.
22306 (math-tex-ignore-words): Add to list.
22307
22308 * calc/calccomp.el (math-compose-expr, math-compose-rows):
22309 Add LaTeX support.
22310 (math-compose-expr): Add support for special functions.
22311
22312 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
22313
22314 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
22315
22316 * progmodes/gdb-ui.el (gdb-memory-address)
22317 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
22318 (gdb-memory-mode-map, gdb-memory-format-keymap)
22319 (gdb-memory-format-menu, gdb-memory-unit-keymap)
22320 (gdb-memory-unit-menu): New variables for a buffer
22321 that lets the user examine program memory.
22322 (gdb-memory-set-address, gdb-memory-set-repeat-count)
22323 (gdb-memory-format-binary, gdb-memory-format-octal)
22324 (gdb-memory-format-unsigned, gdb-memory-format-signed)
22325 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
22326 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
22327 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22328 (gdb-memory-unit-byte, gdb-memory-unit-menu)
22329 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
22330 (gdb-memory-mode, gdb-memory-buffer-name)
22331 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
22332 New functions for above buffer.
22333
22334 2005-01-30 Richard M. Stallman <rms@gnu.org>
22335
22336 * cus-edit.el (custom-bury-buffer): Function deleted.
22337 (custom-buffer-done-function): Option deleted.
22338 (custom-buffer-done-kill): New replacement option.
22339 (Custom-buffer-done): Call quit-window.
22340 (custom-buffer-create-internal): Update for above changes.
22341
22342 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
22343
22344 * simple.el (undo-ask-before-discard): New var.
22345 (undo-outer-limit-truncate): Implement it.
22346 (undo-extra-outer-limit): Doc update.
22347
22348 2005-01-29 Richard M. Stallman <rms@gnu.org>
22349
22350 * ses.el (undo-more): Delete defadvice.
22351 (ses-begin-change): Doc fix.
22352
22353 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
22354 instead of rebinding C-x u and C-_.
22355
22356 * files.el (normal-backup-enable-predicate): Return nil for files
22357 in /tmp, regardless of temporary-file-directory.
22358
22359 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
22360
22361 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
22362 (open-rectangle, delete-whitespace-rectangle-line)
22363 (clear-rectangle-line): If FILL, pass t instead of FILL
22364 for move-to-column's 2nd arg.
22365
22366 * simple.el (undo): Fix the test for continuing a series of undos.
22367 (undo-more): Set pending-undo-list to t when we reach end.
22368 (pending-undo-list): Move up defvar.
22369
22370 * wid-edit.el (widget-button-click):
22371 Shorten the range of the track-mouse binding.
22372
22373 * comint.el (comint-insert-input): Undo previous changes;
22374 use last-input-event in interactive spec.
22375
22376 2005-01-29 Eli Zaretskii <eliz@gnu.org>
22377
22378 * progmodes/compile.el (compilation-start): Bind buffer-read-only
22379 to nil before invoking call-process. Reset buffer's modified flag
22380 after fontifying it in the no-async branch.
22381
22382 * wid-edit.el (widget-specify-button): If mouse pointer shape
22383 cannot be changed, use mouse face instead.
22384
22385 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
22386
22387 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22388 (gdb-goto-breakpoint): Make breakpoint handling work on template
22389 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
22390 (gdb-assembler-custom): Update to recognize breakpoint information
22391 added on 2005-01-19.
22392
22393 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
22394
22395 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
22396 (dsssl-mode): Use define-derived-mode.
22397 (scheme-mode-initialize): Remove.
22398 (scheme-mode): Use run-mode-hooks.
22399
22400 * cus-edit.el (customize-group-other-window)
22401 (custom-buffer-create-other-window): Don't override special-display-*.
22402 (custom-mode-map): Make it dense.
22403
22404 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
22405 sets the default value.
22406
22407 2005-01-28 Eli Zaretskii <eliz@gnu.org>
22408
22409 * descr-text.el: Add more keywords.
22410
22411 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
22412
22413 * speedbar.el: Avoid unnecessary use of locate-library.
22414
22415 * international/mule-cmds.el (standard-display-european-internal):
22416 Don't fiddle with latin-1 non-break space any more since it's now
22417 special cased in the C code.
22418 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
22419
22420 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
22421
22422 * cus-start.el (all): Add `undo-outer-limit'.
22423
22424 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22425
22426 * textmodes/bibtex.el (bibtex-format-entry):
22427 Use `bibtex-empty-field-re' only on the text of fields, not on entire
22428 field lines.
22429 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
22430 not on part of a buffer.
22431
22432 2005-01-25 Lute Kamstra <lute@gnu.org>
22433
22434 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
22435 nonempty field text strings like "{letters\\macro{}more letters}".
22436 Clarify docstring.
22437 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
22438 (bibtex-entry-offset, bibtex-parse-association)
22439 (bibtex-parse-field-name): Fix typos in docstrings.
22440 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
22441
22442 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
22443
22444 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
22445 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
22446 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
22447 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
22448
22449 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22450 isearch minor mode.
22451
22452 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
22453
22454 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22455
22456 2005-01-24 Lute Kamstra <lute@gnu.org>
22457
22458 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22459 CASECHARS and NOT-CASECHARS regular expressions of the
22460 "nederlands" and "nederlands8" dictionaries to prevent a "Range
22461 striding over charsets" error.
22462
22463 2005-01-24 Jay Belanger <belanger@truman.edu>
22464
22465 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22466 display variable name.
22467
22468 2005-01-24 Kenichi Handa <handa@m17n.org>
22469
22470 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22471 Fix setting of the element of encoded-kbd-iso2022-invocations.
22472
22473 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
22474
22475 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22476 (gdb-threads-select): Change to also accept mouse events.
22477 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22478 (gdb-threads-mouse-select): Delete.
22479
22480 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
22481
22482 * files.el (insert-directory): Take care of empty directory,
22483 listed without -a switch.
22484
22485 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
22486
22487 * textmodes/refill.el (refill-post-command-function):
22488 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22489 to the list of functions that we should be careful not to undo.
22490 (refill-late-fill-paragraph-function): Remove.
22491 (refill-saved-state): New var.
22492 (refill-mode): Use it to save fill-paragraph-function.
22493 Save also the value of auto-fill-function.
22494
22495 * term/w32-win.el: Simplify code.
22496
22497 2005-01-23 Kim F. Storm <storm@cua.dk>
22498
22499 * simple.el (line-move): Adapt to new return value from
22500 pos-visible-in-window-p.
22501
22502 * simple.el (line-move): Fix last change. Check partial
22503 visibility at point rather than at window-start.
22504
22505 2005-01-22 Jason Rumney <jasonr@gnu.org>
22506
22507 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22508
22509 2005-01-22 David Kastrup <dak@gnu.org>
22510
22511 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22512
22513 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22514
22515 * type-break.el (type-break-mode): Add a test for
22516 type-break-file-name being non-nil.
22517
22518 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22519
22520 * net/eudc.el (top level): Call (message "") via progn, so that
22521 eudc-options-file is loaded.
22522
22523 2005-01-22 Kim F. Storm <storm@cua.dk>
22524
22525 * simple.el (line-move-1): Rename from line-move.
22526 (line-move): New function that adjusts vscroll for partially
22527 visible rows, and calls line-move-1 otherwise.
22528
22529 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22530
22531 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22532 since it's not a complete read-event implementation
22533
22534 2005-01-20 Jay Belanger <belanger@truman.edu>
22535
22536 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22537 for called function.
22538
22539 2005-01-20 Steven Tamm <steventamm@mac.com>
22540
22541 * term/mac-win.el (process-connection-type): Remove.
22542 Controlled now by s/darwin.h:PTY_ITERATION.
22543
22544 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22545
22546 * window.el (handle-select-window): Don't switch window when we're
22547 in the minibuffer.
22548
22549 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22550
22551 * subr.el (dotimes-with-progress-reporter): New macro.
22552
22553 * ses.el (ses-dotimes-msg): Remove macro.
22554 Use `dotimes-with-progress-reporter' instead.
22555
22556 2005-01-19 Steven Tamm <steventamm@mac.com>
22557
22558 * term/mac-win.el (process-connection-type): Use new
22559 operating-system-release variable to use ptys on Darwin 7 (OS X
22560 10.3) when using carbon build.
22561
22562 2005-01-19 Jay Belanger <belanger@truman.edu>
22563
22564 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22565 flags if the last command was a tab or M-tab.
22566
22567 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22568 in formula editing buffer.
22569
22570 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22571
22572 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22573 breakpoint image symbol in margin.
22574
22575 2005-01-19 Jay Belanger <belanger@truman.edu>
22576
22577 * calc/calc-prog.el (calc-execute-kbd-macro):
22578 Ignore calc-keep-arg-flag.
22579
22580 2005-01-19 Kenichi Handa <handa@m17n.org>
22581
22582 * textmodes/ispell.el (ispell-looking-at): New function.
22583 (ispell-process-line): Use ispell-looking-at to compare the ispell
22584 output and the buffer contents.
22585
22586 2005-01-18 Jay Belanger <belanger@truman.edu>
22587
22588 * calc/calc.el (calc-display-raw): Fix docstring.
22589
22590 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22591
22592 * simple.el (blink-matching-open): Strip extra info from syntax.
22593
22594 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22595 funny chars in the end-of-here-doc marker.
22596
22597 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22598
22599 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22600 that enable/disabled state of breakpoints is shown correctly in
22601 fringe and on ttys.
22602 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22603 Add breakpoint information as text properties.
22604 (gdb-mouse-toggle-breakpoint):
22605 Rename to gdb-mouse-set-clear-breakpoint.
22606 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22607 breakpoints in the margin.
22608 (gdb-remove-strings): Simplify.
22609
22610 2005-01-17 Jay Belanger <belanger@truman.edu>
22611
22612 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22613 erasing buffer.
22614
22615 2005-01-17 Richard M. Stallman <rms@gnu.org>
22616
22617 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22618 for calling grep-compute-defaults.
22619
22620 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22621 if buffer is empty.
22622
22623 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22624
22625 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22626
22627 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22628
22629 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22630 non-preloaded variables.
22631
22632 2005-01-17 Steven Tamm <steventamm@mac.com>
22633
22634 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22635 tex-shell cause to force interactivity when using pipes.
22636
22637 2005-01-17 Kim F. Storm <storm@cua.dk>
22638
22639 * simple.el (just-one-space): Make arg optional.
22640
22641 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22642
22643 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22644 posn-at-x-y to t to access left-margin.
22645
22646 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22647
22648 Sync with Tramp 2.0.47.
22649
22650 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22651 catching keep-date problems in cp/scp operations.
22652 (tramp-handle-copy-file): Don't call `set-file-modes'
22653 unconditionally. Specialized functions should know better what is
22654 necessary. This improves performance a little bit, and the
22655 functions could catch errors with `cp -p' and `scp -p'.
22656 (tramp-do-copy-or-rename-file-via-buffer)
22657 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22658 when appropriate.
22659 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22660 Call `set-file-modes' when appropriate.
22661 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22662 Johnsson <isak@hypergene.com>
22663 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22664 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22665 <joakim@verona.se>
22666 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22667 Emacs only.
22668
22669 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22670 `find-file-hooks' and `dired-mode-hook'.
22671 (tramp-minor-mode-map): Respective map. Add remapping for
22672 `compile' and `recompile'.
22673 (tramp-remap-command, tramp-recompile): New defuns.
22674 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22675 in buffer "*Compilation*". Call the commands asynchronously.
22676
22677 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22678 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22679 `shell-command', because it isn't magic in XEmacs. Reported by
22680 Adrian Aichner <adrian@xemacs.org>.
22681
22682 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22683 `substitute-in-file-name.
22684 (tramp-smb-handle-substitute-in-file-name): New defun.
22685 (tramp-smb-advice-PC-do-completion): Delete advice.
22686
22687 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22688
22689 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22690 Fix error in deleting region.
22691
22692 2005-01-15 Richard M. Stallman <rms@gnu.org>
22693
22694 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22695 In non-temp buffer, switch syntax table temporarily.
22696
22697 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22698
22699 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22700
22701 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22702
22703 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22704 (imenu--generic-function): Use START, not BEG, as pos of definition.
22705
22706 * simple.el (just-one-space): Argument specifies number of spaces.
22707
22708 * simple.el (eval-expression-print-format): Avoid warning
22709 about edebug-active.
22710
22711 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22712
22713 * progmodes/sh-script.el: Code copied from make-mode.el
22714 with small changes,
22715 (sh-mode-map): Bind C-c C-\.
22716 (sh-backslash-column, sh-backslash-align): New variables.
22717 (sh-backslash-region, sh-append-backslash): New functions.
22718
22719 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22720
22721 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22722 (rmail-pop-password, rmail-pop-password-required): Move to
22723 rmail-obsolete group.
22724 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22725 All callers updated.
22726 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22727 Take an argument specifying whether it is POP or IMAP mailbox we
22728 are using. All callers updated.
22729 (rmail-pop-password-error): Rename to
22730 rmail-remote-password-error. Added mailutils-specific error message.
22731 (rmail-movemail-search-path)
22732 (rmail-movemail-variant-in-use): New variables.
22733 (rmail-remote-password, rmail-remote-password-required):
22734 New customization variables.
22735 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22736 (rmail-parse-url): New function.
22737 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22738 with GNU mailutils movemail.
22739
22740 2005-01-15 Kevin Ryde <user42@zip.com.au>
22741
22742 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22743 suffix to space, $ or '$, to correctly position point when going
22744 to @table style constants like DBL_MAX.
22745
22746 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22747
22748 * type-break.el (type-break-mode, type-break-file-time)
22749 (type-break-file-keystroke-count, type-break-choose-file):
22750 Don't store data in or load data from the file if type-break-file-name
22751 is nil.
22752 (type-break-file-name): Doc update as per the above.
22753
22754 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22755
22756 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22757 lookup-key might return nil; handle that.
22758
22759 2005-01-15 Alan Mackenzie <acm@muc.de>
22760
22761 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22762 rather than the element found, thus enabling the tree to be setcar'd.
22763
22764 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22765
22766 * textmodes/org.el (org-show-following-heading): New option.
22767 (org-show-hierarchy-above): Use `org-show-following-heading'.
22768 (org-cycle): Documentation fix.
22769
22770 * textmodes/org.el (orgtbl-optimized): New option
22771 (orgtbl-mode): New command, a minor mode.
22772 (orgtbl-mode-map): New variable.
22773 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22774 (orgtbl-error, orgtbl-self-insert-command)
22775 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22776
22777 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22778 a local variable in each org-mode buffer.
22779
22780 * textmodes/org.el (org-set-regexps-and-options): Rename from
22781 `org-set-regexps'. Added checking for STARTUP keyword.
22782 (org-get-current-options): Add STARTUP options.
22783 (org-table-insert-row): Make mode intelligent about when
22784 realignment is needed.
22785 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22786 New commands.
22787 (org-enable-table-editor): New default value `optimized'.
22788 (org-table-blank-field): Support blanking regions if active.
22789
22790 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22791
22792 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22793 if the year is not given.
22794
22795 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22796 Add new escapes %m and %M, fixed bug with %F by adding
22797 save-match-data.
22798 (reftex-reference): Remove ?. from list of spaces.
22799 (reftex-label-info): Add automatic label prefix recognition.
22800
22801 * textmodes/reftex-index.el (reftex-index-next-phrase):
22802 Add slave parameter to call of `reftex-index-this-phrase'.
22803 (reftex-index-this-phrase): New optional argument.
22804 (reftex-index-region-phrases): Add slave parameter to call of
22805 `reftex-index-this-phrase'.
22806 (reftex-display-index): New argument redo.
22807 (reftex-index-rescan): Add `redo' to arguments of
22808 `reftex-display-index'.
22809 (reftex-index-Rescan, reftex-index-revert)
22810 (reftex-index-switch-index-tag): Add `redo' to arguments of
22811 `reftex-display-index'.
22812 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22813 indexing. Fix bug with matching is there is a quote before or
22814 after the word.
22815
22816 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22817 Fix bug when collecting citation keys in lines with comments.
22818 (reftex-citation): Prefix argument no longer rescans the document,
22819 but forces prompting for optional arguments of cite macros.
22820 (reftex-do-citation): Prompting for optional arguments implemented.
22821
22822 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22823 Add optional arguments to most cite commands.
22824 (reftex-cite-cleanup-optional-args): New option
22825 (reftex-cite-prompt-optional-args): New option.
22826 (reftex-trust-label-prefix): New option.
22827
22828 * textmodes/reftex-toc.el (reftex-toc-find-section):
22829 Add push-mark before changing the position in the buffer.
22830
22831 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22832 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22833
22834 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22835
22836 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22837 more carefully.
22838
22839 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22840
22841 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22842 (sgml-mode): Use it.
22843 (sgml-get-context): Better keep track of implicitly closed tags.
22844
22845 2005-01-13 Kenichi Handa <handa@m17n.org>
22846
22847 * textmodes/ispell.el: These changes are to fix misalignment error
22848 caused by equivalent characters of different Emacs charsets.
22849 (ispell-unified-chars-table): New variable.
22850 (ispell-get-decoded-string): New function.
22851 (ispell-get-casechars, ispell-get-not-casechars)
22852 (ispell-get-otherchars): Call ispell-get-decoded-string.
22853
22854 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22855
22856 * custom.el (custom-declare-variable): Just put symbol instead
22857 of (defvar . symbol) in `current-load-list'.
22858
22859 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22860
22861 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22862
22863 2005-01-12 Jay Belanger <belanger@truman.edu>
22864
22865 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22866 to create a Calc summary.
22867
22868 2005-01-12 Kim F. Storm <storm@cua.dk>
22869
22870 * mouse.el (mouse-on-link-p): Change functionality and doc
22871 string to comply with latest description in lisp ref.
22872
22873 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22874
22875 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22876 Enable mouse clicks on mode-line, header-line and margin.
22877 (event-type): Give mouse event symbols an `event-kind' property
22878 with value `mouse-click'.
22879
22880 2005-01-12 Juri Linkov <juri@jurta.org>
22881
22882 * facemenu.el (list-colors-display): Add new arg buffer-name.
22883 Use it. Fix docstring. Replace code for identifying duplicate
22884 colors by the name with call to `list-colors-duplicates' which
22885 identifies duplicate colors by the value unless the color
22886 is one of special Windows colors. Set truncate-lines to t.
22887 Print sorted duplicate color names on each line. Indent to 22
22888 \(the longest color name in rgb.txt) instead of 20. Optimize.
22889 (list-colors-duplicates): New function.
22890 (facemenu-color-name-equal): Delete function.
22891
22892 * facemenu.el (list-colors-print): New function created from code
22893 in list-colors-display. Print #RRGGBB at the window right edge.
22894 (list-colors-display): When temp-buffer-show-function is not
22895 defined, call list-colors-print from temp-buffer-show-hook
22896 to get the right value of window-width in list-colors-print
22897 after the buffer is displayed.
22898
22899 * simple.el (pop-mark): Move deactivate-mark out of conditional
22900 part to deactivate the active mark regardless of the state of the
22901 mark ring.
22902
22903 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22904 variables line in desktop files.
22905
22906 2005-01-12 Juri Linkov <juri@jurta.org>
22907
22908 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22909 Bring together isearch highlight related options.
22910 (lazy-highlight): Replace group `replace' by `matching'.
22911 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22912 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22913 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22914 and declare them obsolete.
22915 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22916 (isearch-faces): Remove defgroup.
22917 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22918 Move isearch highlighting code closer to lazy highlighting code.
22919
22920 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22921 (query-replace-highlight, query-replace-lazy-highlight)
22922 (query-replace): Move definitions to the beginning of the file.
22923
22924 2005-01-11 Juri Linkov <juri@jurta.org>
22925
22926 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22927 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22928 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22929
22930 * info.el (Info-history-forward): New variable.
22931 (Info-select-node): Reset Info-history-forward to nil.
22932 (Info-last): Turn into defalias.
22933 (Info-history-back): Rename from Info-last.
22934 Add current node to Info-history-forward.
22935 (Info-history-forward): New fun.
22936 (Info-mode-map): Replace Info-last by Info-history-back.
22937 Bind Info-history-forward to "r".
22938 (Info-mode-menu): Replace Info-last by Info-history-back.
22939 Fix menu item text. Add menu item for Info-history-forward.
22940 (info-tool-bar-map): Replace Info-last by Info-history-back.
22941 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22942 for Info-history-forward.
22943 (Info-mode): Replace Info-last by Info-history-back in docstring.
22944 Add local variable Info-history-forward.
22945 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22946
22947 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22948
22949 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22950 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22951 Ignore select-window events rather than fiddle with
22952 mouse-autoselect-window.
22953
22954 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22955
22956 * type-break.el (type-break-mode): Fix previous change.
22957
22958 2005-01-10 Jay Belanger <belanger@truman.edu>
22959
22960 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22961 calculator; only reset when point is inside a calculator.
22962 Don't adjust the window height if the window takes up the whole height
22963 of the frame.
22964
22965 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22966
22967 * ebuff-menu.el (Electric-buffer-menu-mode):
22968 Preserve value of buffer-local var header-line-format.
22969
22970 2005-01-09 Jay Belanger <belanger@truman.edu>
22971
22972 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22973 Make sure settings file exists before accessing it.
22974
22975 * calc/calc-embed.el (calc-embedded-subst):
22976 Replace math-multi-subst-rec, which is only supposed to be called
22977 by math-multi-subst, by math-multi-subst.
22978
22979 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22980
22981 * vc.el (vc-allow-async-revert): New user option.
22982 (vc-disable-async-diff): New internal variable.
22983 (vc-revert-buffer): Use them to disable asynchronous diff.
22984
22985 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22986 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22987 asynchronously if vc-disable-async-diff is t.
22988
22989 2005-01-09 Jay Belanger <belanger@truman.edu>
22990
22991 * calc/calc.el (defcalcmodevar): New macro.
22992 (calc-mode-var-list-restore-default-values)
22993 (calc-mode-var-list-restore-saved-values): New functions.
22994 (calc-mode-var-list): Use defcalcmodevar to define it.
22995 (calc-always-load-extensions, calc-line-numbering)
22996 (calc-line-breaking, calc-display-just, calc-display-origin)
22997 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22998 (calc-group-char, calc-point-char, calc-frac-format)
22999 (calc-prefer-frac, calc-hms-format, calc-date-format)
23000 (calc-float-format, calc-full-float-format, calc-complex-format)
23001 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
23002 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
23003 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
23004 (calc-matrix-brackets, calc-language, calc-language-option)
23005 (calc-left-label, calc-right-label, calc-word-size)
23006 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
23007 (calc-display-raw, calc-internal-prec, calc-angle-mode)
23008 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
23009 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
23010 (calc-window-height, calc-display-trail, calc-show-selections)
23011 (calc-use-selections, calc-assoc-selections)
23012 (calc-display-working-message, calc-auto-why, calc-timing)
23013 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
23014 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
23015 (calc-gnuplot-default-device, calc-gnuplot-default-output)
23016 (calc-gnuplot-print-device, calc-gnuplot-print-output)
23017 (calc-gnuplot-geometry, calc-graph-default-resolution)
23018 (calc-graph-default-resolution-3d, calc-invocation-macro)
23019 (calc-show-banner): Use defcalcmodevar to declare them and set
23020 their default values.
23021
23022 * calc/calc-ext.el (calc-reset): Restore saved values of variables
23023 instead of default values (but restore default values if there is
23024 an argument of 0).
23025
23026 2005-01-09 David Kastrup <dak@gnu.org>
23027
23028 * desktop.el (desktop-restore-eager): Fix typo in type.
23029
23030 2005-01-08 Richard M. Stallman <rms@gnu.org>
23031
23032 * cus-edit.el (customize): Delete :link.
23033
23034 2005-01-08 Jay Belanger <belanger@truman.edu>
23035
23036 * calc/calc.el (calc-mode): Remove the extension from the
23037 `calc-settings-file' file name when loading it.
23038
23039 2005-01-08 Kim F. Storm <storm@cua.dk>
23040
23041 * info.el (Info-mode-map, Info-next-link-keymap)
23042 (Info-prev-link-keymap, Info-up-link-keymap):
23043 Map follow-link to mouse-face.
23044 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
23045
23046 2005-01-08 Jay Belanger <belanger@truman.edu>
23047
23048 * calc/calc.el (calc-settings-file): Change default value.
23049 Suggested by cgw in a comment in calc-mode.el.
23050
23051 * calc/calc-mode.el (calc-settings-file-name):
23052 Compare calc-settings-file to user-init-file instead of ~/.emacs.
23053 Replace ~/.emacs in a prompt by calc-settings-file.
23054
23055 2005-01-07 Lars Hansen <larsh@math.ku.dk>
23056
23057 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
23058 (desktop-lazy-idle-delay): New customizable variables.
23059 (desktop-buffer-args-list): New variable.
23060 (desktop-append-buffer-args): New function.
23061 (desktop-save): Call desktop-append-buffer-args for some buffers.
23062 (desktop-lazy-create-buffer): New function.
23063 (desktop-idle-create-buffers): New function.
23064 (desktop-read): Add message about buffers to restore lazily.
23065 (desktop-lazy-abort): New command.
23066 (desktop-clear): Call desktop-lazy-abort.
23067 (desktop-lazy-complete): New command.
23068
23069 2005-01-06 Richard M. Stallman <rms@gnu.org>
23070
23071 * emacs-lisp/find-func.el (find-face-definition):
23072 Rename from find-face.
23073
23074 2005-01-06 Kim F. Storm <storm@cua.dk>
23075
23076 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
23077
23078 * man.el (Man-xref-man-page, Man-xref-header-file)
23079 (Man-xref-normal-file): Add follow-link property.
23080
23081 2005-01-06 Jay Belanger <belanger@truman.edu>
23082
23083 * calc/calc-units.el: Make sure the proper macro definitions are
23084 available when compiling.
23085
23086 2005-01-06 Juri Linkov <juri@jurta.org>
23087
23088 * isearch.el (isearch-lazy-highlight-update):
23089 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
23090
23091 2005-01-06 Miles Bader <miles@gnu.org>
23092
23093 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
23094 (isearch-lazy-highlight-face): Use new name.
23095
23096 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
23097
23098 * uniquify.el (uniquify-rationalize-file-buffer-names):
23099 Re-add an interactive spec.
23100 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
23101 to the same name.
23102
23103 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
23104 (isearch-update, isearch-done): Adjust calls accordingly.
23105
23106 2005-01-05 Richard M. Stallman <rms@gnu.org>
23107
23108 * custom.el (custom-set-variables, custom-theme-set-variables):
23109 Clarify documentation.
23110
23111 * emacs-lisp/find-func.el (find-variable)
23112 (find-variable-other-window, find-variable-other-frame):
23113 Fix the TYPE args to find-function-read and find-function-do-it.
23114 (find-function): Doc fix.
23115 (find-function-at-point): Replace function-at-point alias.
23116
23117 2005-01-04 Richard M. Stallman <rms@gnu.org>
23118
23119 * cus-face.el (custom-declare-face):
23120 Record defface in current-load-list.
23121
23122 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
23123
23124 * emacs-lisp/find-func.el: Doc fixes.
23125 (find-face-regexp): New variable.
23126 (find-function-regexp-alist): New variable.
23127 (find-function-C-source): Third arg is now TYPE.
23128 (find-function-search-for-symbol): Handle general TYPE.
23129 (find-function-read, find-function-do-it): Handle general TYPE.
23130 (find-definition-noselect, find-face): New functions.
23131 (function-at-point): Alias deleted.
23132
23133 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
23134
23135 * battery.el (display-battery-mode): Rename from display-battery.
23136 Handle the case where it gets turned off.
23137
23138 2005-01-04 Richard M. Stallman <rms@gnu.org>
23139
23140 * cus-edit.el (customize): Make :link point to user doc.
23141
23142 * man.el (Man-fontify-manpage): Turn off undo generation.
23143
23144 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
23145
23146 2005-01-04 Andreas Schwab <schwab@suse.de>
23147
23148 * files.el (insert-directory): Only look for error lines in
23149 inserted text. Don't move too far after processing --dired markers.
23150
23151 2005-01-04 Richard M. Stallman <rms@gnu.org>
23152
23153 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
23154 Don't expand if the character is @, period, dash, etc.
23155 (define-mail-abbrev): Quote names that contain problem characters.
23156
23157 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
23158
23159 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
23160
23161 2005-01-03 Richard M. Stallman <rms@gnu.org>
23162
23163 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
23164 (query-replace-highlight, query-replace-lazy-highlight)
23165 (query-replace): Definitions moved up. Doc fix.
23166
23167 2005-01-03 Richard M. Stallman <rms@gnu.org>
23168
23169 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
23170 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
23171 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
23172 (lazy-highlight-face): Rename from isearch-lazy-...
23173 Change all references to them.
23174
23175 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
23176
23177 * cus-edit.el (custom-file): Doc fix for defcustom.
23178 (custom-file): The function no longer sets the variable
23179 `custom-file' to its return value.
23180
23181 * startup.el (command-line): No longer load `custom-file'.
23182
23183 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
23184
23185 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
23186
23187 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
23188 Don't confuse module-prefixed identifiers for labels.
23189 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
23190
23191 2005-01-02 Richard M. Stallman <rms@gnu.org>
23192
23193 * files.el (basic-save-buffer-1): Fix previous change.
23194
23195 * loadhist.el (file-loadhist-lookup): New function.
23196 (file-provides, file-requires): Use it.
23197
23198 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
23199 instead of calculating the right size.
23200
23201 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
23202
23203 * vc-svn.el (vc-svn-diff): Stay local if possible.
23204
23205 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
23206
23207 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
23208
23209 * files.el (hack-local-variables): Fix last change.
23210
23211 2005-01-02 Jay Belanger <belanger@truman.edu>
23212
23213 * calc/calc-yank.el (calc-edit-top): New variable.
23214 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
23215 object. Change header properties.
23216 (calc-edit-finish, calc-edit-finish-stack-object)
23217 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
23218 edited object.
23219 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
23220 for the beginning of the edited object.
23221 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
23222 for the beginning of the edited object.
23223 * calc/calc-prog.el (calc-edit-macro-finish-edit)
23224 (calc-finish-formula-edit, calc-macro-repeats)
23225 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
23226 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
23227 beginning of the edited object.
23228 (calc-user-define-edit): Change the header for editing macros.
23229 Remove unnecessary variable.
23230
23231 2005-01-01 Jay Belanger <belanger@truman.edu>
23232
23233 * calc/calc-yank.el (calc-edit-mode): Change default header.
23234 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
23235 * calc/calc-store.el (calc-edit-variable): Change title to match new
23236 header.
23237 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
23238 mode to match new header.
23239 (calc-user-define-edit): Change titles to include names of commands.
23240 (calc-finish-formula-edit): Adjust to handle new header.
23241 (calc-finish-macro-edit): Remove.
23242 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
23243 (calc-edit-macro-command, calc-edit-macro-command-type)
23244 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
23245 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
23246 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
23247 (calc-edit-macro-finish-edit): New functions.
23248 (calc-user-define-edit): Use new functions to edit named calc macros.
23249
23250 2005-01-01 Stefan <monnier@iro.umontreal.ca>
23251
23252 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
23253
23254 * ses.el (copy-region-as-kill): Deactivate mark.
23255
23256 2005-01-01 Richard M. Stallman <rms@gnu.org>
23257
23258 * replace.el (occur-1): If the output buffer is also an input,
23259 don't kill it, rename it.
23260
23261 * faces.el (set-face-background, set-face-foreground): Doc fix.
23262
23263 * cus-face.el (custom-face-attributes): Fix :help-echo strings
23264 for :foreground and :background.
23265
23266 * dired.el (dired-view-command-alist): Variable deleted.
23267 (dired-view-file, dired-mouse-find-file-other-window):
23268 Delete the code to use it.
23269
23270 2005-01-01 Kim F. Storm <storm@cua.dk>
23271
23272 * image.el (insert-sliced-image): Use t for line-height property.
23273
23274 See ChangeLog.11 for earlier changes.
23275
23276 ;; Local Variables:
23277 ;; coding: iso-2022-7bit
23278 ;; End:
23279
23280 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
23281 Copying and distribution of this file, with or without modification,
23282 are permitted provided the copyright notice and this notice are preserved.
23283
23284 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1