]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
f57eba17275c626e6906564560764d614f7de8a1
[gnu-emacs] / lisp / ChangeLog
1 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
4 directly instead of a lambda expression that calls it.
5
6 2006-05-06 Kim F. Storm <storm@cua.dk>
7
8 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
9 instead of compute-motion.
10
11 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
12
13 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
14 change.
15
16 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
17
18 * startup.el (command-line-1): Refer to "Pure Storage" on
19 pure-space-overflow.
20
21 2006-05-05 Martin Rudalics <rudalics@gmx.at>
22
23 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
24 provided faces once they all have been used up.
25
26 2006-05-05 Eli Zaretskii <eliz@gnu.org>
27
28 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
29 reference to the Lisp manual to the warning about pure space
30 overflow.
31
32 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
33
34 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
35 argument to avoid the call to `ispell-internal-change-dictionary'
36 when not needed.
37 (ispell-change-dictionary): Use this argument and call
38 `ispell-internal-change-dictionary' after the possible change
39 to `ispell-local-dictionary'.
40 (ispell-internal-change-dictionary): Check for a change in
41 personal dictionary use too.
42 Cosmetic changes from Agustin Martin
43 <agustin.martin@hispalinux.es>.
44
45 2006-05-05 Eli Zaretskii <eliz@gnu.org>
46
47 * startup.el (command-line): On MS-Windows, probe "~", not
48 "~USER", for warning about non-existent home directory
49
50 * arc-mode.el (archive-l-e): New optional argument `float' means
51 generate a float value.
52 (archive-arc-summarize, archive-lzh-summarize)
53 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
54 with 3rd argument non-nil when file's size is being computed.
55 Format the file sizes with %8.0f instead of %8d.
56
57 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
58
59 * cus-start.el (all): Add mac-dnd-known-types.
60
61 * term/mac-win.el: (mac-utxt-to-string, mac-string-to-utxt)
62 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
63 (mac-TIFF-to-string): New functions.
64 (mac-text-encoding-mac-japanese-basic-variant): New constant.
65 (x-get-selection, x-selection-value)
66 (mac-select-convert-to-string): Use them.
67 (mac-dnd-types-alist): New customization variable.
68 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
69 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
70 (mac-dnd-handle-drag-n-drop-event): New functions.
71 (mac-drag-n-drop): Remove function.
72 (global-map): Bind drag-n-drop and M-drag-n-drop to
73 mac-dnd-handle-drag-n-drop-event.
74
75 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
76
77 * progmodes/perl-mode.el (perl-beginning-of-function):
78 Skip anonymous subs.
79
80 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
81
82 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
83 regexp-opt at run time.
84
85 * term.el (term-handle-ansi-escape): Fix off by one error.
86
87 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
88
89 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
90 (gdb-init-1, gdb-post-prompt): ...and references to it.
91 (gdb-frame-handler): Strip directory name from filename if present.
92
93 * progmodes/gud.el (gdb-force-update): Delete defvar
94 (gud-speedbar-buttons): ...and references to it. Use window-start
95 to try to keep positon in watch expression.
96
97 2006-05-03 Richard Stallman <rms@gnu.org>
98
99 * simple.el (next-history-element, previous-history-element): Doc fix.
100
101 * isearch.el (isearch-update-ring): Doc fix.
102
103 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
104
105 * isearch.el (isearch-update-ring): Take history-delete-duplicates
106 into consideration. Replace one arm ifs with whens.
107
108 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
109
110 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
111 (menu): Fix typo.
112
113 2006-05-02 Miles Bader <miles@gnu.org>
114
115 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
116
117 2006-05-02 Jay Belanger <belanger@truman.edu>
118
119 * calc/calc-embed.el: (calc-override-minor-modes-map)
120 (calc-override-minor-modes): New variables.
121 (calc-do-embedded): Make sure that Calc keystrokes aren't
122 overwritten by minor modes.
123
124 2006-05-02 Chong Yidong <cyd@mit.edu>
125
126 * msb.el (msb): If EVENT is a down event, read and discard the up event.
127
128 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
129
130 * startup.el (command-line-1): Refer to Lisp manual when
131 pure-space-overflow occurs.
132
133 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
134 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
135 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
136 (version-control): Don't use `t' for safe-local-variable declarations.
137
138 2006-05-01 Richard Stallman <rms@gnu.org>
139
140 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
141 M-r, M-R, M-A, M-SPC or M-DEL.
142 (diff-mode-map): diff-refine-hunk now on C-c C-w
143 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
144
145 * help-mode.el (help-mode): view-exit-action calls delete-window
146 only when it is safe and possible.
147
148 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
149 in messages.
150
151 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
152
153 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
154 in the default tool-bar-map.
155
156 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
157
158 * net/tramp.el (tramp-completion-file-name-handler-alist)
159 (tramp-run-real-handler, tramp-completion-run-real-handler)
160 (tramp-completion-handle-file-name-all-completions)
161 (tramp-completion-handle-file-name-completion): Autoload them.
162 (tramp-completion-handle-file-exists-p)
163 (tramp-completion-handle-file-name-directory)
164 (tramp-completion-handle-file-name-nondirectory)
165 (tramp-completion-handle-expand-file-name): Remove them.
166 (tramp-handle-file-name-directory): Return the real directory name.
167 Returning "/" only doesn't need to be necessary any longer.
168 (tramp-file-name-handler): Make special attention when in hostname
169 completion mode.
170 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
171 (tramp-register-file-name-handlers):
172 Register `tramp-completion-file-name-handler' only when
173 `partial-completion-mode' is enabled.
174 (tramp-completion-handle-file-name-all-completions):
175 Delete directory part from results.
176 (tramp-get-completion-methods, tramp-get-completion-user-host):
177 Discard deleting "/", it doesn't work after the change of
178 `tramp-handle-file-name-directory' above.
179
180 2006-05-01 Kim F. Storm <storm@cua.dk>
181
182 * progmodes/grep.el (grep-expand-template): Use save-match-data
183 and symbol-value.
184
185 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
186
187 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
188 Use select-frame-set-input-focus instead of raise-frame.
189 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
190
191 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
192
193 * progmodes/gud.el (gud-def): Add %c case.
194 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
195 (gud-format-command): Make match case sensitive. Match on %F.
196
197 2006-04-30 Glenn Morris <rgm@gnu.org>
198
199 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
200 (cal-tex-preamble): Use cal-tex-preamble-extra.
201 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
202 than alias `list-diary-entries'.
203
204 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
205
206 * help-fns.el (describe-variable): Add info about safe local variables.
207
208 2006-04-29 Richard Stallman <rms@gnu.org>
209
210 * bindings.el (mode-line-format): help-echo doc fixes.
211
212 * net/tramp.el (tramp-file-name-handler-alist): Delete
213 expand-file-name and other operations that can cause spurious loading.
214
215 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
216
217 * files.el (safe-local-variable-p): Remove support for the special
218 value t.
219
220 * textmodes/paragraphs.el (sentence-end-without-space):
221 Fix safety predicate.
222 (sentence-end-double-space, sentence-end-without-period)
223 (paragraph-ignore-fill-prefix):
224 * textmodes/fill.el (colon-double-space):
225 * abbrev.el (abbrev-mode): Tighten the safety predicate.
226
227 * subr.el (booleanp): New fun.
228
229 * textmodes/reftex-vars.el (reftex-guess-label-type):
230 Tighten the safety predicate.
231
232 2006-04-28 Kim F. Storm <storm@cua.dk>
233
234 * progmodes/grep.el (defgroup grep): Doc fix.
235 (grep-auto-highlight): Remove.
236 (grep-template): New defcustom.
237 (grep-find-template): Rename from grep-tree-template.
238 (grep-files-aliases): Rename from grep-tree-files-aliases.
239 Remove "all" alias, add "l" alias.
240 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
241 (grep-find-ignored-directories): New defcustom to replace
242 grep-tree-ignore-CVS-directories, to facilitate ignoring
243 subdirectories for multiple version control systems.
244 (grep-mode-map): Add Recursive grep item to GREP menu.
245 (grep-regexp-history, grep-files-history): New defvars.
246 (grep-probe): New helper function.
247 (grep-compute-defaults): Use it to simplify code.
248 Adapt to name changes.
249 Use `.' as base in grep-find-template rather than <D>.
250 (grep): Remove superfluous highlight-regexp arg. Fix doc.
251 Call grep-compute-defaults unconditionally.
252 (grep-expand-keywords): New defconst.
253 (grep-expand-template): Rename from grep-expand-command-macros.
254 Simplify via grep-expand-keywords. Look at case-fold-search instead
255 of grep-tree-ignore-case to add -i option.
256 Bind case-fold-search to nil while matching keywords.
257 (grep-tree-last-regexp, grep-tree-last-files): Remove.
258 (grep-read-regexp, grep-read-files): New helper functions.
259 (rgrep): Rename from grep-tree. Rework to use proper histories.
260 Adapt to changes in defcustoms and functions above.
261 (lgrep): New command, as grep, but using same interactive UI as rgrep.
262
263 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
264
265 * net/tramp.el (tramp-completion-file-name-handler):
266 Disable Tramp's functionality while loading Tramp itself.
267 (tramp-register-file-name-handlers): That's a defsubst now.
268 Code from `tramp-repair-jka-compr' moved here. Apply it via
269 `after-init-hook'.
270 (tramp-repair-jka-compr): Remove.
271
272 2006-04-27 Jay Belanger <belanger@truman.edu>
273
274 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
275 read expression when `math-read-big-expr' doesn't work.
276
277 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
278
279 * startup.el (command-line-1): Display warning when
280 pure-space-overflow is non-nil.
281
282 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
283
284 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
285 risky.
286
287 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
288
289 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
290 Return the URL or nil if none can be generated.
291
292 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
293
294 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
295 byte compiler warnings.
296 (gud-basic-call, gud-find-expr): Let user select an expression
297 for printing. Print expression as well as value in GUD buffer.
298
299 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
300
301 * allout.el: Remove local autoload declaration for
302 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
303 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
304 (allout-plain-bullets-string, allout-distinctive-bullets-string)
305 (allout-use-mode-specific-leader, allout-old-style-prefixes)
306 (allout-stylish-prefixes, allout-numbered-bullet)
307 (allout-file-xref-bullet, allout-presentation-padding)
308 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
309 safe-local-variable with suitable value spec, and add autoload
310 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
311 (move-beginning-of-line, move-end-of-line): Repair so these compat
312 functions now actually resituate the point, when appropriate.
313
314 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
317
318 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
319 (add-log-iso8601-time-string): Fix call to format-time-string.
320
321 2006-04-26 Kim F. Storm <storm@cua.dk>
322
323 * subr.el (posn-string, posn-image, posn-object): Doc fix.
324
325 2006-04-26 Masatake YAMATO <jet@gyve.org>
326
327 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
328 Add support for "//" style comments. Remove `b' flag
329 from ?* in `asm-mode-syntax-table'.
330
331 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
332
333 * follow.el: Use (featurep 'xemacs) everywhere.
334 (follow-mode): Use define-minor-mode.
335 (follow-mode-map): Move initialization into the declaration.
336 Use command remapping.
337 (follow-emacs-version-xemacs-p): Remove.
338 (follow-submit-feedback): Remove.
339
340 * allout.el (allout-layout, allout-passphrase-verifier-string)
341 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
342
343 * textmodes/reftex-vars.el (reftex-vref-is-default)
344 (reftex-fref-is-default, reftex-guess-label-type):
345 Tighten up a bit the safety predicate.
346
347 * textmodes/paragraphs.el (sentence-end-double-space)
348 (sentence-end-without-period, sentence-end-without-space)
349 (page-delimiter, paragraph-ignore-fill-prefix):
350 Tighten up a bit the safety predicate.
351
352 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
353
354 * progmodes/python.el (python-continuation-line-p)
355 (python-beginning-of-statement): syntax-ppss may return
356 a negative depth.
357 (python-mode): Don't forcefully enable font-lock.
358
359 * time-stamp.el (time-stamp-start, time-stamp-end)
360 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
361
362 * add-log.el: Remove spurious * in docstrings.
363 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
364 (add-change-log-entry): Use it here, since it's not specific
365 to iso8601.
366 (add-log-iso8601-time-string): Don't use it here any more.
367 (change-log-indent-text, change-log-indent): Rename from add-log-*.
368
369 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
370
371 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
372
373 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
374 (rcirc-toggle-low-priority): Doc fix.
375 (rcirc-handler-NOTICE): Remove beginning of line anchor in
376 ChanServ regexp.
377 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
378 #emacs.
379 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
380 (rcirc-decode-coding-system): Use utf-8 as the default.
381 (rcirc-multiline-minor-mode): Set the fill-column.
382 (rcirc-format-response-string): Display bright and dim nicks.
383 (rcirc-browse-url): Update interactive spec to fill ARG.
384 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
385 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
386
387 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
388
389 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
390 case for @Article, etc.
391
392 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
393
394 * net/tramp.el (tramp-register-file-name-handlers): New defun.
395 Added with autoload cookie.
396 (tramp-unload-file-name-handlers): Rename from
397 `tramp-unload-file-name-handler-alist'.
398
399 2006-04-23 Romain Francoise <romain@orebokech.com>
400
401 * comint.el (comint-match-partial-filename): Doc fix.
402
403 2006-04-21 Glenn Morris <rgm@gnu.org>
404
405 * calendar/cal-menu.el (calendar-mode-map): Refer to
406 `diary-view-entries' rather than alias `view-diary-entries'.
407 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
408
409 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
410
411 * progmodes/antlr-mode.el (antlr-default):
412 * cus-edit.el (custom-documentation):
413 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
414 in defface.
415
416 2006-04-21 Kim F. Storm <storm@cua.dk>
417
418 * image.el (image-type): New defun split out of create-image.
419 (create-image): Use it.
420
421 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
422
423 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
424 (org-open-at-point): Remove the "...done" message to keep output
425 in the echo area visible.
426 (org-export-as-xoxo): Fix call to `indent-region'.
427
428 2006-04-21 Kevin Ryde <user42@zip.com.au>
429
430 * international/mule.el (keyboard-coding-system): defcustom
431 info-link fixes: "Specify Coding" has been split, keyboard now in
432 "Terminal Coding", and "Single-Byte Character Support" is now
433 "Unibyte Mode".
434
435 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
436
437 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
438 Use font-lock-warning-face for any errors e.g. no stack.
439 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
440
441 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
442
443 * progmodes/sh-script.el (sh-shell): Mark as safe.
444
445 * newcomment.el (comment-start, comment-start-skip)
446 (comment-end-skip, comment-end): Mark as safe.
447
448 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
449
450 * textmodes/org.el (org-deadline-announce): Face removed.
451 (org-level-faces, org-n-levels): Convert to constant.
452 (org-compatible-face): New function.
453 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
454 (org-level-5, org-level-6, org-level-7, org-level-8)
455 (org-special-keyword, org-warning, org-headline-done, org-link)
456 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
457 (org-scheduled-today, org-scheduled-previously, org-time-grid):
458 Face definition revised for better color tty support.
459 (org-bold-re, org-italic-re, org-underline-re): New constants.
460 (org-set-font-lock-defaults): Use the new constants.
461 (org-agenda-highlight-todo): New function.
462 (org-agenda-todo): Fix bug with point at end of line.
463 (org-agenda-change-all-lines, org-finalize-agenda-entries):
464 Fontify TODO keywords.
465 (org-insert-link): Preserve relative path in ../ links.
466 (org-export-as-html): Convert links pointing to .org files into
467 links that will work beteen the exported HTML files.
468 (org-todo-list): Fix bug when arg=0.
469 (org-insert-heading): More fine-tuning.
470
471 2006-04-19 Romain Francoise <romain@orebokech.com>
472
473 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
474 from `rmail-mime-charset-pattern'.
475
476 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
477
478 * progmodes/python.el (python-mode): Fix typo.
479
480 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
481
482 * comint.el (comint-previous-input): Don't clobber input line
483 when moving off either end of the input history ring.
484 (comint-delete-input): New function, used by
485 `comint-previous-input' and others.
486 (comint-previous-matching-input):
487 Use `coming-delete-input'. Save the partial input if leaving the
488 edit line. Goto point-max before deleting input to avoid
489 partial input fragments hanging around.
490 (comint-restore-input): New function, used by `comint-previous-input'.
491
492 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
493
494 * imenu.el (imenu--index-alist): Balance parentheses.
495
496 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
497
498 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
499
500 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
501
502 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
503 file is nil.
504
505 2006-04-18 Richard Stallman <rms@gnu.org>
506
507 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
508
509 * imenu.el (imenu-create-index-function, imenu--index-alist)
510 (imenu--last-menubar-index-alist, imenu--make-index-alist)
511 (imenu-default-create-index-function, imenu--generic-function):
512 Doc fixes.
513
514 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
515
516 * help-mode.el (help-mode): Set view-exit-action to delete window.
517
518 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
519 now works by passing nil as arg.
520
521 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
522
523 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
524 (read-abbrev-file): Provide default when reading filename.
525
526 * files.el (enable-local-variables): Allow :all as value.
527 (hack-local-variables): Implement that value.
528 (safe-local-variable-values, safe-local-eval-forms)
529 (enable-local-variables): Mark as risky.
530 (find-file-visit-truename, kept-old-versions): Mark safe.
531
532 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
533 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
534 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
535
536 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
537
538 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
539 Use forward-line so as to get to BOL even in the presence of fields.
540 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
541 in return.
542 (inferior-tcl): Tell tclsh to work in interactive mode.
543
544 * complete.el (partial-completion-mode):
545 Use 'choose-completion-string-functions to make sure that
546 choose-completion fills the minibuffer properly.
547
548 * complete.el (PC-old-read-file-name-internal): Remove.
549 (PC-read-include-file-name-internal): Remove. Turn it into an advice
550 of read-file-name-internal.
551 (partial-completion-mode): Enable/disable this advice.
552
553 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
554
555 * net/tramp.el (tramp-completion-file-name-handler): Revert change
556 of 2006-04-17.
557
558 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
559
560 * textmodes/org.el (org-insert-heading): Insert heading before
561 current if at beginning of line.
562 (org-todo, org-date): New faces.
563 (org-table-align): Make sure tooltip window contains full text.
564 (org-no-properties): New defsubst.
565 (org-set-font-lock-defaults): Use new faces.
566
567 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
568
569 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
570 for root variables.
571
572 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
573 (gdb-frame-address): Re-use to identify frame for watch expression.
574 (gdb-var-list, gdb-var-create-handler): Add frame address for root
575 variables.
576 (gdb-init-1, gdb-source, gdb-post-prompt)
577 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
578 (gdb-frame-handler): Get gdb-frame-address.
579
580 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
581
582 Sync with Tramp 2.0.53.
583
584 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
585 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
586 (tramp-completion-file-name-handler): Add autoload cookie for
587 adding to `file-name-handler-alist'.
588
589 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
590 the prompt. If it returns earlier (when detecting an error
591 message), the rest of the output will merge accidently with the
592 output of the next command. Reported by M Jared Finder
593 <jared@hpalace.com>.
594
595 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
596 for `process-file', in order to let it work for older Emacsen too.
597
598 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
599
600 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
601 (tex-font-lock-keywords-3): Use it.
602
603 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
604
605 * newcomment.el (comment-add): New function.
606 (comment-region-default, comment-dwim): Use it.
607
608 2006-04-15 Michael Olson <mwolson@gnu.org>
609
610 * emacs-lisp/tq.el: Improve comments.
611 (tq-queue-head-question): New accessor function.
612 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
613 Update for modified queue structure.
614 (tq-queue-add): Accept `question' argument.
615 (tq-queue-pop): If a question is pending, send it.
616 (tq-enqueue): Accept new optional argument `delay-question'.
617 If this is non-nil, and at least one other question is pending a
618 response, queue the question rather than sending it immediately.
619
620 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
621
622 * calendar/appt.el (appt-add): Check whether an appointment is
623 already present in appt-time-msg-list. Simplify code.
624
625 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
626
627 * progmodes/cc-langs.el (c-mode-menu):
628 Don't presume c-subword-mode is bound.
629
630 2006-04-13 Bill Wohler <wohler@newt.com>
631
632 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
633 (customize-package-emacs-version): Use cdr instead of cadr now
634 that alists use dotted pairs.
635
636 * custom.el (defcustom): Fix docstring for :package-version.
637
638 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
639
640 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
641 (tramp-handle-shell-command): Display output buffer only when
642 `tramp-display-shell-command-buffer' is true.
643 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
644
645 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
646
647 * textmodes/org.el (org-set-autofill-regexps): Set only the local
648 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
649
650 2006-04-13 Romain Francoise <romain@orebokech.com>
651
652 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
653 leaving temporary .cvsignore buffers behind.
654
655 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
656
657 * textmodes/org.el (org-set-regexps-and-options)
658 (org-get-current-options): Better names for the startup folding
659 options.
660
661 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
662
663 * vc.el (vc-annotate): Arrange for point to end up at the same
664 line number as in the original, but only when using a new buffer.
665
666 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
667
668 * files.el (hack-one-local-variable-eval-safep):
669 Recognize `edebug-form-spec' for `put', but only if it passes
670 `edebug-basic-spec'. Generalize `put' handling.
671
672 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
673 vetting file-local form specs.
674
675 * allout.el (allout-layout): Autoload its `safe-local-variable'
676 property.
677
678 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
679
680 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
681 (org-agenda-mouse-1-follows-link)
682 (org-mouse-1-follows-link): New options.
683 (org-format-agenda-item): Fix bug if TAGS is nil.
684 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
685
686 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
687
688 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
689 GDB 6.1+ gives full filename for "info sources" so use
690 file-name-nondirectory.
691
692 2006-04-12 Romain Francoise <romain@orebokech.com>
693
694 * subr.el (read-passwd): Bind `message-log-max' to nil.
695
696 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
697
698 * progmodes/perl-mode.el (perl-indent-new-calculate):
699 Recompute parse-start after jumping backward by a whole sexp.
700
701 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
702
703 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
704 window configuration.
705 (vc-annotate-display-select): Select the buffer so that current-buffer
706 (and selected-window) is the output buffer at the end of vc-annotate.
707
708 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
709
710 * vc.el (vc-annotate-color-map): Add custom TTY color map for
711 8-color terminals, to use all of the colors in a sensible order.
712 256-color terminals work well with the standard map.
713 (vc-annotate-lines): Only strip the first color character if it
714 is "#", to allow for terminal-style named colors.
715 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
716 the correct buffer is scrolled.
717
718 2006-04-11 Richard Stallman <rms@gnu.org>
719
720 * emacs-lisp/bytecomp.el (byte-compile-file):
721 Bind enable-local-variables to :safe, and make normal-mode obey it.
722
723 * files.el (enable-local-variables): Allow value :safe.
724 (normal-mode): Doc fix.
725 (hack-local-variables): Implement enable-local-variables = :safe.
726 (hack-local-variables-confirm): Don't prevent quitting.
727
728 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
729
730 * loadhist.el (unload-feature): A bit of sanity check of
731 load-history entries. Cancel timer-vars before unbinding them.
732
733 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
734 quote special chars, and make the trick work on the hex part of the
735 buffer as well.
736 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
737 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
738
739 * startup.el (normal-splash-screen): Fix last change so we don't wait
740 2 minutes if we don't show the splash screen.
741
742 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
743
744 * textmodes/org.el (org-export-plain-list-max-depth)
745 (org-table-spaces-around-separators)
746 (org-radio-targets, org-activate-camels)
747 (org-table-spaces-around-invisible-separators): Options removed.
748 (org-time-stamp-rounding-minutes, org-remember-templates)
749 (org-ellipsis, org-activate-links, org-descriptive-links):
750 New options.
751 (org-remember-apply-template, org-current-time)
752 (org-finish-edit-table-field)
753 (org-link-unescape, org-link-escape)
754 (org-string-width, org-table-clean-line, org-html-do-expand)
755 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
756 (org-read-agenda-file-list): New functions.
757 (org-table-edit-field)
758 (org-table-create-or-convert-from-region): New commands
759 (org-table-toggle-vline-visibility): Command removed.
760 (org-table-convert-region): Made a command.
761 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
762 Replace with the normal org- functions.
763 (org-self-insert-command): Don't trigger realign unnecessarily
764 when blanking a field that is not full.
765 (org-mode): `Set buffer-invisibility-spec' for links.
766 (org-activate-links2): Hide link part and only show descriptive
767 part of the link.
768 (org-insert-link): Modify for new linking system.
769 (org-store-link): Store description separately, for use by
770 `org-insert-link'.
771 (org-table-align): Use `org-string-width'.
772 (defgroup): Completely new group structure for custom variables.
773 (org-agenda-files): Option: Single file name allowed. Function:
774 Optional argument unrestrited means ignore any restricitons.
775 (org-install-agenda-files-menu): Find a buffer in Org-mode before
776 trying to modify the menu. Use generalized access to
777 `org-agenda-files.'
778 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
779 (org-agenda-file-to-front, org-remove-file, org-diary)
780 (org-tags-view, org-export-icalendar-all-agenda-files)
781 (org-export-icalendar-combine-agenda-files): Use generalized
782 access to `org-agenda-files'.
783 (org-remember-handler): Correctly preserve heading if present.
784 (org-table-insert-row, org-table-insert-hline): Deal with
785 invisible characters.
786
787 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
788
789 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
790 (vc-annotate-color-map): New 18 element constant
791 value/saturation, rotating hue colormap, from red->blue.
792 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
793 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
794 (vc-annotate): To avoid killing the required local variables,
795 set them before the end of `with-output-to-temp-buffer', and
796 after first switching to annotate-mode.
797 (vc-annotate-warp-version): Add buffer argument in goto-line to
798 ensure annotation, not source, is scrolled.
799
800 2006-04-10 Bill Wohler <wohler@newt.com>
801
802 * custom.el (defcustom, custom-handle-keyword):
803 Add :package-version keyword.
804 (custom-add-package-version): New function. Sets value of new
805 property 'custom-package-version from :package-version keyword.
806 (defcustom): Create Common Keywords section in docstring.
807 (defface, defgroup): Replace definitions of a select few keywords
808 with a reference to the Common Keywords in defcustom.
809 (defcustom, defface, defgroup): Replace reference to Customization
810 chapter in manual with hyperlink.
811
812 * cus-edit.el (customize-package-emacs-version-alist):
813 New variable.
814 (customize-changed-options): Add check for custom-package-version.
815 (customize-package-emacs-version): New function to look up Emacs
816 version corresponding to the given package version.
817
818 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
819 defun name, in similar fashion to find-variable-regexp.
820
821 2006-04-10 Eli Zaretskii <eliz@gnu.org>
822
823 * international/mule-cmds.el (set-locale-environment): Fix last
824 change for when the locale's preferences don't specify any encoding.
825
826 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
827
828 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
829 so the defined var/fun doesn't need to be quoted.
830
831 2006-04-10 Richard Stallman <rms@gnu.org>
832
833 * finder.el (finder-mode-map): Add n and p bindings.
834
835 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
836
837 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
838 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
839 (gdb-setup-windows): Put something in source window if we can't find
840 the source file.
841 (gdb-frame-handler): Make it work again with just assembly.
842 (gdb-data-list-register-values-handler): Make it work when there is
843 no stack.
844
845 2006-04-09 Richard Stallman <rms@gnu.org>
846
847 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
848 specs while looking for charset.
849
850 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
851
852 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
853 Make them faces.
854 (lm-font-lock-keywords): Update appropriately.
855
856 2006-04-10 Kim F. Storm <storm@cua.dk>
857
858 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
859 it can also replace buffer-substring-no-properties.
860
861 * emulation/cua-base.el (cua-delete-region, cua-paste)
862 (cua-repeat-replace-region): Use filter-buffer-substring.
863
864 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
865 (cua-cut-region-to-global-mark): Likewise.
866
867 * emulation/cua-rect.el (cua--extract-rectangle)
868 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
869
870 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
871
872 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
873 entry-type. Add field delimiters to numerical fields if they are
874 not present.
875
876 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
877
878 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
879 string-const to return value.
880 (bibtex-remove-delimiters): Use it.
881
882 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
883
884 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
885 cl-byte-compile-compiler-macro unless it exists.
886
887 2006-04-08 Eli Zaretskii <eliz@gnu.org>
888
889 * files.el (hack-local-variables-confirm) <offer-save>:
890 Clarify message text. Suggested by Ralf Angeli.
891
892 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
893
894 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
895 (delete-extract-rectangle-line): Use `filter-buffer-substring'
896 instead of `buffer-substring' and `delete-region'. (Most of the
897 code actually copied from `kill-region'.)
898
899 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
900
901 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
902 (rcirc-default-port): Rename from rcirc-port.
903 (rcirc-default-nick): Rename from rcirc-nick.
904 (rcirc-default-user-name): Rename from rcirc-user-name.
905 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
906 (rcirc-low-priority-flag): New variable.
907 (rcirc-decode-coding-system): New defcustom.
908 (rcirc-encode-coding-system): New defcustom.
909 (rcirc-coding-system-alist): New defcustom.
910 (rcirc-multiline-major-mode): New defcustom.
911 (rcirc-nick): New internal variable.
912 (rcirc-process): Remove variable.
913 (rcirc-server-buffer): New variable.
914 (rcirc): Update to use rcirc-default-* variables above.
915 (rcirc-connect): Do not add window-configuration-hook-here.
916 (rcirc-server): New internal variable.
917 (rcirc-connect): Do not send keepalive pings if
918 rcirc-keepalive-seconds is nil.
919 (with-rcirc-server-buffer): New macro.
920 (rcirc-send-string): Encode with rcirc-encode-coding-system.
921 (rcirc-server-name): Rename from rcirc-server.
922 (rcirc-buffer-process): New function.
923 (rcirc-buffer-nick): New function.
924 (rcirc-buffer-target): Remove function.
925 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
926 New commands.
927 (rcirc-mode-map): Change binding of C-c C-l to
928 rcirc-toggle-low-priority.
929 (rcirc-mode): Initialize coding system based on
930 rcirc-coding-system-alist. New change-major-mode-hook to part the
931 channel on a mode change. Make kill-buffer-hook buffer-local.
932 (rcirc-change-major-mode-hook): New function.
933 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
934 (rcirc-last-post-time): New variable.
935 (rcirc-process-message): Store the last time user posted a message
936 to this target.
937 (rcirc-multiline-minor-mode): New mode.
938 (rcirc-multiline-minor-mode-map): New mode map.
939 (rcirc-edit-multiline): Put multiline-edit buffer in
940 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
941 (rcirc-print): Ignore any line starting with an ignored nick.
942 (rcirc-print): Decode using rcirc-decode-coding-system.
943 (rcirc-track-minor-mode): Update global-mode-string when disabling
944 this mode.
945 (minor-mode-alist): Add LowPri indicator.
946 (rcirc-toggle-low-priority): New function.
947 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
948 next lowpriority buffer with activity.
949 (rcirc-record-activity): Sort buffers in rcirc-activity by the
950 last time the user posted a message in to the target.
951 (rcirc-update-activity-string): New formatting for low priority
952 buffers.
953 (rcirc-split-activity): New function.
954 (rcirc-handler-PART, rcirc-handler-KICK)
955 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
956 (rcirc-nick-away-alist): New variable.
957 (rcirc-handler-301): New handler. Away messages are printed once
958 per change.
959
960 2006-04-08 Eli Zaretskii <eliz@gnu.org>
961
962 * info.el (Info-follow-nearest-node): Doc fix.
963
964 * international/mule-cmds.el (set-locale-environment): Make sure
965 the coding-system preferred by the locale's language has the same
966 EOL conversion type as the original buffer-file-coding-system.
967 (locale-language-names): Add a few MS Windows language codes.
968
969 2006-04-07 Richard Stallman <rms@gnu.org>
970
971 * simple.el (eval-expression): Doc fix.
972
973 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
974 (eval-defun): Doc fixes.
975
976 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
977
978 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
979
980 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
981
982 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
983 GDB list command without argument for greater generality.
984
985 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
986
987 * subr.el (string-or-null-p): New function.
988
989 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
990
991 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
992
993 * files.el: Update comment about safe-local-variable declarations.
994
995 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
996
997 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
998 See idlwave.org.
999
1000 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
1001 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
1002
1003 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
1004 See idlwave.org.
1005
1006 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
1007 version 6.0 (minimal changes). See idlwave.org.
1008
1009 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
1010 6.0 (minimal changes). See idlwave.org.
1011
1012 * progmodes/idlw-rinfo.el: File obsoleted and removed.
1013
1014 2006-04-06 Romain Francoise <romain@orebokech.com>
1015
1016 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
1017 symmetric encryption features and a new asynchronous interface to
1018 GnuPG. This new version is version 1.4, plus whitespace changes.
1019
1020 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
1021
1022 * files.el: Move some `safe-local-variable' declarations to the
1023 respective files.
1024
1025 * textmodes/ispell.el (ispell-check-comments)
1026 (ispell-local-dictionary): Mark as safe.
1027
1028 * abbrev.el (abbrev-mode): Mark as safe.
1029
1030 * add-log.el (change-log-default-name): Mark as safe.
1031
1032 * textmodes/reftex-vars.el (reftex-vref-is-default)
1033 (reftex-fref-is-default, reftex-level-indent)
1034 (reftex-guess-label-type): Mark as safe.
1035
1036 * textmodes/fill.el (colon-double-space): Mark as safe.
1037
1038 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
1039 (sentence-end-double-space, sentence-end-without-period)
1040 (sentence-end-without-space, sentence-end, sentence-end-base)
1041 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
1042
1043 2006-04-06 Kim F. Storm <storm@cua.dk>
1044
1045 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
1046 the :set-after list.
1047 (ido-downcase-unc-hosts): New user option. Default on.
1048 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
1049 when it is set, as regexps are now applied on the fly.
1050 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
1051 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
1052 on the fly, but only when ido-process-ignore-lists is set.
1053 Do case insensitive filtering if ido-downcase-unc-hosts is set.
1054 Only downcase names if ido-downcase-unc-hosts is set.
1055
1056 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
1057
1058 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
1059
1060 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
1061
1062 2006-04-05 Kim F. Storm <storm@cua.dk>
1063
1064 * ido.el (ido-mode): Set after ido-unc-hosts and
1065 ido-ignore-unc-host-regexps.
1066 (ido-save-history): Save ido-unc-hosts-cache.
1067 (ido-load-history): Load ido-unc-hosts-cache.
1068 (ido-reread-directory): Refresh unc hosts cache in // dir.
1069
1070 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
1071 to nil while displaying slash screen.
1072
1073 2006-04-05 Daiki Ueno <ueno@unixuser.org>
1074
1075 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
1076 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
1077
1078 2006-04-05 Kenichi Handa <handa@m17n.org>
1079
1080 * international/characters.el: Setup cases of Latin, Greek, and
1081 Cyrillic characters in CJK charsets.
1082
1083 2006-03-29 Daiki Ueno <ueno@unixuser.org>
1084
1085 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
1086 default-enable-multibyte-characters. This reverts the change from
1087 revision 6.17 which is no longer necessary because the passphrase
1088 is sent separately now. GnuPG messages are unreadable under
1089 multibyte locales with default-enable-multibyte-characters set to nil.
1090
1091 2006-04-04 Andreas Schwab <schwab@suse.de>
1092
1093 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
1094 and `byte-compile-warnings' as `safe-local-variable'.
1095
1096 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
1097
1098 * man.el (Man-mode-map): Restore the \r binding.
1099 (Man-abstract-xref-man-page): If Man-target-string is a function,
1100 call it.
1101 (Man-highlight-references): Use Man-default-man-entry to get the
1102 target. Deal with xrefs too.
1103 (Man-highlight-references0): Don't call the target function.
1104
1105 * woman.el (WoMan-xref-man-page): Strip the section number, woman
1106 cannot deal with it.
1107
1108 2006-04-04 Daiki Ueno <ueno@unixuser.org>
1109
1110 * pgg-gpg.el: Clean up process buffers every time gpg processes
1111 complete.
1112
1113 2006-04-04 Kenichi Handa <handa@m17n.org>
1114
1115 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
1116 here.
1117 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
1118 Temporarily bind inhibit-field-text-motion to t.
1119
1120 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1121
1122 * startup.el (normal-splash-screen): Only set mode-line-format in the
1123 splash buffer, so as not to interfere when debugging the code.
1124 Ignore errors when switching buffer.
1125
1126 2006-04-03 Romain Francoise <romain@orebokech.com>
1127
1128 * dired.el (dired-dnd-protocol-alist): Fix typo.
1129
1130 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
1131
1132 * savehist.el (savehist): Add :version.
1133 (savehist-ignored-variables): New variable.
1134 (savehist-minibuffer-hook): Don't save variables listed in
1135 `savehist-ignored-variables'.
1136
1137 * dired.el (dired-dnd-protocol-alist): Mention that change does
1138 only apply to new buffers in doc string.
1139
1140 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
1141
1142 * recentf.el (recentf-open-files-item): Include newline in button
1143 field, so opening a file will work, when the point is at the end
1144 of the file name. Allow, for example, to [i]search a file by
1145 extension and just push RET to open it.
1146
1147 2006-04-03 Daiki Ueno <ueno@unixuser.org>
1148
1149 * pgg-gpg.el (pgg-gpg-process-filter)
1150 (pgg-gpg-wait-for-completion): Check if buffer is alive.
1151
1152 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
1153 lines, temporary fix.
1154
1155 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1156
1157 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
1158
1159 2006-04-02 Richard Stallman <rms@gnu.org>
1160
1161 * progmodes/compile.el (compilation-message-face): Make it defcustom.
1162
1163 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1164
1165 * ibuf-macs.el (define-ibuffer-column): Add a new key:
1166 header-mouse-map.
1167
1168 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
1169 (ibuffer-mode-header-map): New keymaps.
1170 (ibuffer-update-title-and-summary): Enable mouse face highlighting
1171 and keybindings for column headers.
1172 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
1173 property.
1174
1175 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
1176
1177 * speedbar.el (speedbar-after-create-hook): Doc fix.
1178
1179 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
1180
1181 * shell.el (shell-directory-tracker)
1182 (shell-dynamic-complete-command): Doc fixes.
1183
1184 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
1185
1186 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
1187 terminals.
1188
1189 2006-04-01 Kim F. Storm <storm@cua.dk>
1190
1191 * ido.el (ido-unc-hosts-cache): New defvar.
1192 (ido-unc-hosts): If value of defcustom is a function, call it to
1193 get list of UNC hosts. Add function-item choices to specify
1194 ido-unc-hosts-net-view or user function.
1195 (ido-ignore-unc-host-regexps): New defcustom.
1196 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
1197 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
1198 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
1199
1200 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1201
1202 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
1203 wwidth.
1204
1205 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
1206
1207 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
1208 (ido-max-work-file-list, ido-switch-buffer)
1209 (ido-read-file-name-as-directory-commands):
1210 Fix typos in docstrings.
1211
1212 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1213
1214 * term/mac-win.el (mac-system-coding-system): Define and use after
1215 Mac-specific coding systems are ready.
1216
1217 2006-03-27 Romain Francoise <romain@orebokech.com>
1218
1219 * net/rcirc.el (rcirc-connect): Add autoload cookie.
1220
1221 * ldefs-boot.el: Update.
1222
1223 2006-03-27 Daiki Ueno <ueno@unixuser.org>
1224
1225 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1226 passphrases when it is not needed.
1227 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1228 passphrase stuff from gpg, should only be necessary when you use
1229 gpg with a smartcard.
1230
1231 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
1232
1233 * comint.el (comint-dynamic-list-completions): Allow user to
1234 select *Completions* buffer.
1235
1236 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
1237
1238 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
1239
1240 2006-03-26 Andreas Schwab <schwab@suse.de>
1241
1242 * progmodes/gud.el (gdb): Only complain about multiple debugging
1243 when the gdb process is still running.
1244
1245 2006-03-25 Eli Zaretskii <eliz@gnu.org>
1246
1247 * mail/rmail.el (tool-bar-map): Defvar it.
1248 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
1249 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
1250
1251 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
1252
1253 * help.el (print-help-return-message): Suggest to use
1254 display-buffer instead of switch-to-buffer-other-window to restore
1255 the previous window without selecting it.
1256
1257 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1258
1259 * frame.el (select-frame-by-name): Call x-focus-frame also when
1260 window-system is mac.
1261
1262 * term/mac-win.el: Adjust Courier font specifications in
1263 x-fixed-font-alist.
1264 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
1265 when directly encoding to UTF-16 in native byte order, no BOM.
1266
1267 2006-03-25 Kim F. Storm <storm@cua.dk>
1268
1269 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
1270 (cua--init-keymaps): Use it instead of fixed C-return.
1271 (cua-mode): Set after it.
1272
1273 * emulation/cua-rect.el (cua--init-rectangles):
1274 Use cua-rectangle-mark-key instead of fixed C-return.
1275
1276 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
1277
1278 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
1279 "run" in .gdbinit.
1280 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
1281
1282 2006-03-24 Romain Francoise <romain@orebokech.com>
1283
1284 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
1285 `display-buffer-other-frame'.
1286
1287 2006-03-24 Kim F. Storm <storm@cua.dk>
1288
1289 * apropos.el (apropos-synonyms): Add selection => region.
1290
1291 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1292
1293 * progmodes/gdb-ui.el (gdb-var-create-regexp)
1294 (gdb-var-list-children-regexp, gdb-var-update-regexp)
1295 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
1296 (gdb-data-list-register-values-regexp)
1297 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
1298 Future proof against new fields being added to MI output.
1299 (gdb-send): Don't treat backslashes for program input as
1300 continuations.
1301 (gdb-assembler-handler): Don't use window-start for this handler.
1302 (gdb-frame-handler): Don't change to hollow arrow if overlay
1303 arrow doesn't move to new frame.
1304
1305 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1306
1307 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
1308 prevent compiler warnings.
1309 (gdb-stopped): Check for gud-last-last-frame (case: signal).
1310 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
1311 (gdb-assembler-custom): Use hollow-right-triangle for assembler
1312 buffer too.
1313
1314 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
1315
1316 * pgg-gpg.el (pgg-gpg-update-agent): Check for
1317 make-network-process, so we can use the same code in Gnus v5-10
1318 too and have this file fully synchronized with that release.
1319
1320 2006-03-23 Romain Francoise <romain@orebokech.com>
1321
1322 * ibuf-ext.el (ibuffer-read-filter-group-name):
1323 Use `ibuffer-generate-filter-groups' to make completion list match
1324 the filter groups that are really displayed in the Ibuffer buffer.
1325 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
1326
1327 2006-03-23 Kenichi Handa <handa@m17n.org>
1328
1329 * international/mule-cmds.el (sort-coding-systems): Describe that
1330 the argument is modified in docstring.
1331
1332 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
1333
1334 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1335 (pgg-gpg-update-agent): New function.
1336 (pgg-gpg-use-agent-p): New function.
1337 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1338 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1339 (pgg-gpg-sign-region): Use it.
1340
1341 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
1342
1343 * cus-edit.el (custom-face-set): Call custom-push-theme before
1344 face-spec set so that `changed' theme is correctly saved.
1345 (custom-face-reset-standard): Reset to recalculated face rather
1346 than defface spec.
1347
1348 * custom.el (custom-push-theme): Only save `changed' theme if the
1349 current face does not match the defface specs.
1350
1351 2006-03-21 Simon Josefsson <jas@extundo.com>
1352
1353 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1354 <wilde@sha-bang.de>.
1355 (pgg-gpg-use-agent): New variable.
1356 (pgg-gpg-process-region): Use it.
1357 (pgg-gpg-encrypt-region): Likewise.
1358 (pgg-gpg-encrypt-symmetric-region): Likewise.
1359 (pgg-gpg-decrypt-region): Likewise.
1360 (pgg-gpg-sign-region): Likewise.
1361 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1362
1363 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
1364
1365 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
1366 bracket links.
1367
1368 2006-03-21 Kim F. Storm <storm@cua.dk>
1369
1370 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
1371 fringe-indicator-alist instead of modifying global value.
1372 (gdb-frame-handler): Likewise.
1373
1374 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
1375
1376 * diff-mode.el (diff-function): Make it inherit from diff-header
1377 instead of diff-context.
1378
1379 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
1380 bitmap.
1381 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
1382 change names in macro above for consistency.
1383 (gdb-frame-handler): Use hollow-right-triangle for all selected
1384 frames which except the innermost (where execution has stopped).
1385 (gdb-reset): Reset buffer-local values of overlay-arrow.
1386
1387 2006-03-20 Richard Stallman <rms@gnu.org>
1388
1389 * simple.el (set-mark-command): Doc fix.
1390
1391 * files.el (display-buffer-other-frame): New command.
1392 (ctl-x-4-map): Bind C-x 5 C-o to it.
1393
1394 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1395
1396 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
1397 rather than just defer-time, in case defer-time has been changed but
1398 the timer isn't running yet.
1399 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
1400
1401 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1402
1403 * help-mode.el (help-follow-symbol): New function.
1404 Essentially identical to the old `help-follow', but do not let
1405 `push-button' do the work when on an xref.
1406 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
1407
1408 2006-03-19 Richard Stallman <rms@gnu.org>
1409
1410 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
1411 preceded by the word `program'.
1412 (help-follow-mouse, help-follow): Throw error if not on xref.
1413 Delete no longer used args.
1414
1415 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
1416
1417 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
1418 annotation ensure gud-overlay-arrow-position is redisplayed.
1419
1420 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1421
1422 * textmodes/bibtex.el (bibtex-include-OPTkey)
1423 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
1424 (bibtex-autokey-name-case-convert)
1425 (bibtex-autokey-titleword-case-convert): Make these the aliases
1426 for the following two variables.
1427 (bibtex-autokey-name-case-convert-function)
1428 (bibtex-autokey-titleword-case-convert-function): Make these the
1429 real names.
1430 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1431 bibtex-font-lock-crossref sublists.
1432 (bibtex-mode): Revert 2005-12-30 change (which made
1433 completion-ignore-case buffer-local).
1434 (bibtex-url): Simplify.
1435
1436 2006-03-19 Kim F. Storm <storm@cua.dk>
1437
1438 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1439 cursor property value to 2 (to align with C level change).
1440
1441 2006-03-19 Bill Wohler <wohler@newt.com>
1442
1443 * image.el (image-load-path-for-library): Shorten first line in
1444 docstring.
1445
1446 2006-03-18 Richard Stallman <rms@gnu.org>
1447
1448 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1449
1450 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
1451
1452 * isearch.el (isearch-other-meta-char): Handle user bindings for
1453 shifted control characters.
1454
1455 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
1456
1457 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1458 part that matches email addresses, file names, etc.
1459
1460 2006-03-18 Eli Zaretskii <eliz@gnu.org>
1461
1462 * term/w32-win.el (mouse-set-font):
1463 Mention w32-list-proportional-fonts in the doc string.
1464
1465 2006-03-18 Kim F. Storm <storm@cua.dk>
1466
1467 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1468 (ido-unc-hosts): New user option to explicitly define list of know
1469 UNC-style hosts for completion.
1470 (ido-cache-unc-host-shares-time): New user option.
1471 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1472 New helper functions for UNC file-name support.
1473 (ido-may-cache-directory): Check for UNC host. Simplify.
1474 (ido-wash-history): Clean out old UNC hosts.
1475 (ido-nonreadable-directory-p): UNC hosts are always readable.
1476 (ido-directory-too-big-p): UNC hosts are never too big.
1477 (ido-set-current-directory): Handle UNC root path.
1478 (ido-file-name-all-completions): Complete UNC host names from
1479 ido-unc-hosts list. Cache UNC host shares.
1480 (ido-make-file-list-1): Don't filter UNC root.
1481 (ido-exhibit): Check for // in root directory, and switch to UNC
1482 mode by setting ido-current-directory to //.
1483
1484 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1485
1486 * cus-edit.el (customize-changed-options): Mention explicit
1487 version number as default in prompt.
1488
1489 2006-03-17 Bill Wohler <wohler@newt.com>
1490
1491 * image.el (image-load-path-for-library): Minor docstring fix.
1492
1493 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1494
1495 * textmodes/org.el (org-read-date): Include subgroup 5 into
1496 replacement text.
1497 (org-popup-calendar-for-date-prompt): Fix customization type.
1498
1499 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1500
1501 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1502 (gdb-continuation): New variable.
1503 (gdb-send): Deal with continuation lines.
1504
1505 * progmodes/gud.el (gud-gdb-complete-command)
1506 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1507 expressions.
1508 (gud-tooltip-mode): Use buffer-local value.
1509
1510 2006-03-16 Kim F. Storm <storm@cua.dk>
1511
1512 * ido.el (ido-edit-input): Use selected match, if any.
1513
1514 2006-03-16 Bill Wohler <wohler@newt.com>
1515
1516 * image.el (image-load-path-for-library): Prefer user's images in
1517 image-load-path.
1518
1519 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1520
1521 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1522 when checking for attempt to drag leftmost or rightmost scrollbar.
1523
1524 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1525
1526 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1527 (gdb-force-mode-line-update): New function.
1528 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1529 (gdb-exited): Use them.
1530 (gdb-signal): New function.
1531 (gdb-annotation-rules): Provide a rule for it.
1532
1533 2006-03-16 Kenichi Handa <handa@m17n.org>
1534
1535 * international/mule.el (auto-coding-regexp-alist): Add entries
1536 for Unicode BOM.
1537
1538 * sort.el (sort-build-lists): Temporarily bind
1539 inhibit-field-text-motion to t.
1540
1541 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1542
1543 * locate.el (locate-command, locate-make-command-line)
1544 (locate-fcodes-file, locate-update-command)
1545 (locate-prompt-for-command, locate, locate-with-filter)
1546 (locate-get-file-positions): Doc fixes.
1547 (locate-buffer-name, locate-header-face): Remove leading `*' in
1548 defcustom.
1549 (locate-filter-output): Use `keep-lines' instead of its alias
1550 `delete-non-matching-lines'.
1551 (locate-get-filename, locate-get-dirname): Add introductory comment.
1552 (locate-find-directory-other-window): Give appropriate error
1553 message if used outside main listing.
1554
1555 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1556
1557 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1558 the new extend-region feature.
1559 (font-lock-after-change-function): Update correspondingly.
1560 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1561 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1562
1563 2006-03-15 Bill Wohler <wohler@newt.com>
1564
1565 * image.el (image-load-path-for-library): Fix example by not
1566 recommending that one binds image-load-path. Just defvar it to
1567 placate compiler and only use it if previously defined.
1568
1569 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1570
1571 * textmodes/org.el (org-insert-centered): Use `string-width' to
1572 make underlining work for wide characters.
1573 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1574 TAB to `org-cycle', to make sure that no binding in
1575 `outline-mode-map' can supercede it.
1576
1577 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1578
1579 * allout.el: Increment version to 2.2.1 in file commentary.
1580
1581 (allout-version): Increment to 2.2.1.
1582
1583 (allout-default-layout): New customization variable, used when the
1584 file lacks a specific allout-layout. Uses allout-layout-type for
1585 recursively nested definition.
1586
1587 (allout-layout-type): Widget defining allout layouts, necessary for
1588 self-recursive definition.
1589
1590 (allout-mode): Incorporate allout-default-layout as fallback for
1591 allout-layout.
1592
1593 (allout-layout): Mark as 'safe-local-variable', and refer mention
1594 fallback to `allout-default-layout' in absence of a specified value.
1595 (allout-passphrase-verifier-string)
1596 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1597
1598 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1599
1600 (allout-get-encryption-passphrase-verifier): Use correct name of
1601 passphrase verifier in docstring.
1602
1603 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1604
1605 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1606 elements.
1607 (gdb-find-watch-expression): Make it work for arrays too.
1608 Follow change to gdb-var-list.
1609 (gud-watch): Allow the user to enter variable name with a prexix
1610 arg. Create keybindings.
1611 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1612 (gdb-var-list-children-handler, gdb-var-update-handler)
1613 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1614 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1615 Follow change to gdb-var-list.
1616 (gdb-starting): Don't show the overlay arrows when program is running.
1617
1618 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1619 gdb-var-list.
1620
1621 2006-03-14 Bill Wohler <wohler@newt.com>
1622
1623 * image.el (image-load-path-for-library): Pass value of path
1624 rather than symbol. Always return list of directories.
1625 Guarantee that image directory comes first.
1626
1627 2006-03-14 Alan Mackenzie <acm@muc.de>
1628
1629 * font-core.el (font-lock-extend-region\(-function\)?.):
1630 New function/variable.
1631
1632 * font-lock.el (font-lock-after-change-function):
1633 Call font-lock-extend-region. Obey font-lock-lines-before.
1634 (font-lock-default-fontify-region): Remove reference to
1635 font-lock-lines-before.
1636
1637 * jit-lock.el (jit-lock-after-change):
1638 Call font-lock-extend-region. Obey font-lock-lines-before.
1639
1640 2006-03-14 David Ponce <david@dponce.com>
1641
1642 * tree-widget.el (tree-widget-themes-load-path)
1643 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1644
1645 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1646
1647 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1648 (rcirc-print): Mark the start of text at the end of the prompt.
1649 (rcirc-track-minor-mode): Add autoload cookie.
1650 (rcirc-update-activity-string): Add space to front of mode-line
1651 indicator.
1652
1653 2006-03-13 Miles Bader <miles@gnu.org>
1654
1655 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1656 (rcirc-abbrev-nick): Remove function.
1657 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1658
1659 2006-03-13 David Ponce <david@dponce.com>
1660
1661 * tree-widget.el: Handle themes across all occurrences of the main
1662 themes sub-directory found in tree-widget-themes-load-path.
1663 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1664 (tree-widget--locate-sub-directory): Return all occurrences.
1665 (tree-widget-themes-path): New function.
1666 Replace tree-widget-themes-directory, and return a list of directories.
1667 (tree-widget-set-parent-theme)
1668 (tree-widget-lookup-image): Use it.
1669
1670 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1671
1672 * textmodes/org.el (org-link-search): Avoid self-matching of
1673 links, allow target text to be distributed over several lines.
1674 (org-search-not-link): New function.
1675 (org-set-regexps-and-options, org-get-current-options):
1676 New startup options.
1677 (org-export-as-html): Take odd-level setting from local variable.
1678 (org-fontify-emphasized-text): New option.
1679 (org-set-font-lock-defaults): Include emphasized text.
1680 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1681 (org-font-lock): Customize group renamed from `org-faces'.
1682
1683 2006-03-13 John Paul Wallington <jpw@pobox.com>
1684
1685 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1686 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1687
1688 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1689
1690 * cus-start.el (all): Delete :version keyword for members of the
1691 fringe group, since the entire group is new in 22.1.
1692
1693 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1694
1695 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1696 map if value is hexadecimal (an address).
1697 (gud-watch): Only search roots for existing watch expressions.
1698 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1699 prevent caching problems with speedbar-update-directory-contents.
1700
1701 2006-03-12 Juri Linkov <juri@jurta.org>
1702
1703 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1704 before comparing with `low' and `warn'.
1705
1706 * info.el (Info-dir-remove-duplicates): Move point to the
1707 beginning of the current line after deleting the entries from
1708 redundant heading. Use marker for `limit' and compare it with
1709 point before calling `re-search-forward'.
1710
1711 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1712
1713 * simple.el (yank): Fix typo in docstring.
1714
1715 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1716
1717 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1718 messages, where "D" is the 6th character.
1719
1720 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1721
1722 * simple.el (yank): Fix last change.
1723
1724 2006-03-11 David Ponce <david@dponce.com>
1725
1726 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1727 merging elements from the standard ispell-dictionary-alist.
1728 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1729 alist, and return the new alist.
1730
1731 2006-03-11 Richard Stallman <rms@gnu.org>
1732
1733 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1734
1735 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1736 the way it is implemented is too unclean.
1737
1738 * simple.el (kill-region, yank): Doc fix.
1739
1740 * battery.el (battery-echo-area-format): Doc fix.
1741 (battery-mode-line-format): Likewise.
1742 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1743 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1744
1745 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1746
1747 * progmodes/octave-mod.el (octave-indent-for-comment):
1748 Behave according to do string.
1749
1750 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1751
1752 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1753 Be visible only if major mode is Mail Mode.
1754
1755 * textmodes/flyspell.el (flyspell-external-point-words)
1756 (flyspell-process-localwords): Fix last changes.
1757
1758 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1759
1760 * calendar/holidays.el (list-holidays): Doc fix.
1761
1762 * international/mule.el (auto-coding-alist): Add .odt
1763 (OpenOffice's open document) files.
1764
1765 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1766 document) files. Mention in the doc string the need to sync with
1767 auto-coding-alist.
1768
1769 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1770
1771 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1772 enable-local-variables is set to always query, or there is no
1773 savable variable.
1774
1775 2006-03-10 Bill Wohler <wohler@newt.com>
1776
1777 * image.el (image-load-path-for-library): Merge at least three
1778 functions from Gnus and MH-E into this one function that can now
1779 be shared.
1780
1781 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1782
1783 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1784 gdb-remove-mouse-face and remove help-echo too.
1785 (gdb-enqueue-input): Correct conditional clause.
1786
1787 2006-03-10 Glenn Morris <rgm@gnu.org>
1788
1789 * calendar/calendar.el (calendar-holidays): Doc fix.
1790 * calendar/holidays.el (list-holidays): Doc fix.
1791
1792 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1793
1794 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1795 it gets called in gdb-prompt anyway.
1796 (gdb-use-separate-io-buffer): Only restore window arrangement for
1797 gdb-many-windows.
1798 (gdb-enqueue-input): Make it harder to send GDB input when program
1799 is running.
1800 (gdb-buffer-list): New variable.
1801 (gdb-remove-mouse-face): New function.
1802 (gdb-starting): Use it when GDB input won't get sent.
1803
1804 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1805
1806 * help.el (view-lossage): Remove trailing whitespace before
1807 inserting "\n".
1808
1809 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1810
1811 * files.el (hack-local-variables-confirm):
1812 Set coding-system-for-read to nil before writing to .emacs.
1813
1814 * arc-mode.el (archive-extract): Check if an existing buffer name
1815 comes from a different archive.
1816
1817 * help.el (describe-key-briefly): If KEY is a down event, read and
1818 discard the up event.
1819
1820 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1821
1822 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1823 be edited and use font-lock-warning-face for any changes.
1824
1825 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1826 (gdb-edit-value): Use it to report any errors.
1827
1828 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1829
1830 * help.el (describe-key): Remove leftover test code.
1831
1832 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1833
1834 * textmodes/org.el: Move defvars out of eval-when-compile.
1835 Use buffer-file-name variable.
1836 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1837 arg `file'.
1838 (org-level-faces): Remove startup dependency.
1839 (org-cycle, org-map-tree, org-scan-tags)
1840 (org-remember-handler): Don't call `outline-level' directly.
1841 (org-mhe-search-all-folders): New option.
1842 (org-mhe-get-message-folder-from-index)
1843 (org-mhe-get-message-folder): Fix indexing search.
1844 (org-format-agenda-item): Handle nil TAGS argument.
1845 (org-cleaned-string-for-export, org-activate-target-links)
1846 (org-make-target-link-regexp): Deal with empty radio target list.
1847 (org-tag): New face.
1848 (org-get-level-face): New function.
1849 (org-set-font-lock-defaults): Simplify setup for headlines.
1850 (org-complete): Pass common substring to `display-completion-list'.
1851
1852 2006-03-06 David Ponce <david@dponce.com>
1853
1854 * tree-widget.el: Update Commentary header.
1855 (tree-widget-theme-name): Ignore parent themes.
1856 (tree-widget-set-parent-theme): New function.
1857 (tree-widget-set-theme): Use it.
1858 (tree-widget-set-image-properties): Move definition. Does nothing
1859 if image properties have already been set.
1860 (tree-widget-image-properties): Move definition. Receive an image
1861 name. Set the :pointer property.
1862 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1863 Don't set the :pointer image property.
1864 (tree-widget-convert-widget): New function. Handle :dynargs
1865 compatibility here.
1866 (tree-widget): Use it to :convert-widget. Add the :expander-p
1867 predicate to control when the :expander function is entered.
1868 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1869 (tree-widget-value-create): Handle :expander-p. widget-apply
1870 :expander.
1871 (tree-widget-expander-p): New function. Default value of the
1872 :expander-p property.
1873
1874 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1875
1876 * help.el (describe-key): Properly handle the return value of
1877 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1878 remaps. Handle string and vector `follow-link' values.
1879
1880 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1881
1882 * complete.el (PC-expand-many-files): Try be more careful when parsing
1883 the shell's output.
1884
1885 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1886
1887 * outline.el (hide-sublevels): Provide better interactive default.
1888
1889 2006-03-06 Kenichi Handa <handa@m17n.org>
1890
1891 * international/fontset.el (create-fontset-from-fontset-spec):
1892 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1893
1894 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1895
1896 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1897 backslashes instead of one in regexp.
1898 (gud-tooltip-dereference): Add missing optional argument.
1899
1900 2006-03-04 John Paul Wallington <jpw@pobox.com>
1901
1902 * wdired.el (toplevel): Require `cl' at compile-time.
1903
1904 2006-03-04 Andreas Schwab <schwab@suse.de>
1905
1906 * server.el (server-process-filter): Handle errors during
1907 evaluation of the argument.
1908
1909 2006-03-03 John Paul Wallington <jpw@pobox.com>
1910
1911 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1912 escape parentheses at beginning of line.
1913 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1914 (t-mouse-mode): Remove period from end of error message.
1915
1916 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1917
1918 * textmodes/flyspell.el (flyspell-process-localwords):
1919 Be case-sensitive.
1920
1921 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1922
1923 * cus-edit.el (custom-quote): Remove function, since it has been
1924 moved to custom.el.
1925
1926 * font-lock.el (lisp-font-lock-keywords-2)
1927 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1928 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1929 they have no special meaning.
1930
1931 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1932 indirect buffer gets killed before indirect buffer. Use dolist.
1933
1934 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1935
1936 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1937 value instead of a literal constant (1) on more pauses.
1938
1939 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1940
1941 * textmodes/flyspell.el (flyspell-external-point-words):
1942 Be case-sensitive.
1943
1944 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1945
1946 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1947 with "www".
1948
1949 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1950
1951 * allout.el: Restablish intermediate missing comment header to
1952 preserve outline structure.
1953 (allout-beginning-of-current-entry): Skip invisible text.
1954 (allout-open-topic): Fix opening a topic at end-of-buffer.
1955 (allout-minor-mode): Move nearer to allout-mode function.
1956
1957 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1958
1959 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1960
1961 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1962
1963 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1964 is nil.
1965
1966 * progmodes/gud.el (gud-speedbar-menu-items):
1967 Use buffer-local-value and add missing :visible keyword.
1968
1969 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1970
1971 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1972
1973 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1974 must be `follow-link'.
1975
1976 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1977
1978 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1979 formatting: No nested anchors.
1980 (org-all-targets): Fix bug with XEmacs compatibility.
1981 (org-read-date): Add (require 'parse-time).
1982 (org-set-tags): Fix bug with extra inserted space.
1983 (org-export-html-style): Define a style class for targets.
1984 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1985 (org-hide-leading-stars): New option.
1986 (org-hide): New face.
1987 (org-set-font-lock-defaults): Allow to hide leading stars.
1988 (org-get-legal-level, org-tr-level): New functions.
1989 (org-odd-levels-only): New option.
1990 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1991 (org-demote, org-promote): Deal with double-star levels.
1992 (org-convert-to-odd-levels): New command.
1993
1994 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1995
1996 * speedbar.el (speedbar-update-localized-contents): Try to
1997 preserve window-start.
1998 (speedbar-update-directory-contents): Try to preserve window-start
1999 and window-point.
2000 (speedbar-update-special-contents): Don't move back to start of window.
2001
2002 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
2003 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
2004 speedbar-timer-fn.
2005 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
2006 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
2007 instead of gdb-speedbar-timer-fn.
2008
2009 2006-02-28 Jay Belanger <belanger@truman.edu>
2010
2011 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
2012 (math-compose-expr): Use latex option when calling
2013 `math-compose-tex-matrix' for latex mode.
2014
2015 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
2016
2017 * speedbar.el: Re-instate comments about developing for speedbar
2018 [this is what info and gdb-ui use even if better methods exist now].
2019
2020 * t-mouse.el: New file.
2021 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
2022 (t-mouse-lispy-buffer-posn-from-coords): Remove.
2023 (t-mouse-make-event-element): Use posn-at-x-y instead.
2024 (t-mouse-make-event): Deal with Fedora Core 3.
2025 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
2026 (t-mouse-mouse-position-function): New function. Use it instead
2027 of advising mouse-position.
2028 (t-mouse-mode): New minor mode.
2029 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
2030
2031 2006-02-27 Glenn Morris <rgm@gnu.org>
2032
2033 * calendar/calendar.el (calendar-holidays): Doc fix.
2034
2035 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
2036
2037 * progmodes/gdb-ui.el (gdb-source-window): New variable.
2038 Re-introduce the concept of a source window.
2039 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
2040 consistency with get-buffer-create.
2041 (def-gdb-auto-update-handler, gdb-info-locals-handler)
2042 (gdb-data-list-register-values-handler)
2043 (gdb-stack-list-locals-handler): Try to preserve window-start as
2044 well as window-point.
2045 (gdb-display-source-buffer): New function (old concept).
2046 (gdb-goto-breakpoint): Use it.
2047
2048 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
2049 for gdb-ui/gdb-mi (old concept).
2050
2051 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
2052
2053 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
2054 binding.
2055
2056 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
2057
2058 * textmodes/reftex-sel.el (reftex-select-label-map)
2059 (reftex-select-bib-map): Add `follow-mouse' binding.
2060
2061 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
2062
2063 * jka-cmpr-hook.el (jka-compr-compression-info-list)
2064 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
2065 Give :set functions to provide automatic updating.
2066 Update docstring. Give compiler defvars early in the file
2067 and move the defcustoms to a later spot where all called functions
2068 are defined.
2069 (jka-compr-file-name-handler-entry): Doc fix.
2070 (jka-compr-compression-info-list--internal)
2071 (jka-compr-mode-alist-additions--internal)
2072 (jka-compr-load-suffixes--internal): New variables.
2073 (jka-compr-install): Set the three above variables.
2074 Update `load-file-rep-suffixes' instead of `load-suffixes'.
2075 (jka-compr-update, jka-compr-set): New functions.
2076 (auto-compression-mode): Doc fix.
2077
2078 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
2079 Update `load-file-rep-suffixes' instead of `load-suffixes'.
2080 Use jka-compr-compression-info-list--internal,
2081 jka-compr-mode-alist-additions--internal and
2082 jka-compr-load-suffixes--internal.
2083
2084 * files.el (load-library):
2085 * loadhist.el (file-loadhist-lookup):
2086 * startup.el (command-line):
2087 * subr.el (locate-library):
2088 * emacs-lisp/autoload.el (update-directory-autoloads):
2089 * emacs-lisp/find-func.el (find-library-suffixes):
2090 Use `get-load-suffixes' instead of `load-suffixes'.
2091
2092 * subr.el (locate-library):
2093 * emacs-lisp/find-func.el (find-library-name):
2094 Use `load-file-rep-suffixes' instead of '("").
2095
2096 2006-02-26 Kim F. Storm <storm@cua.dk>
2097
2098 * ido.el (ido-save-history, ido-load-history): Simplify.
2099 Don't use find-file-noselect to avoid interference from other modes.
2100
2101 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
2102
2103 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
2104 to use the default shell if filename is not available.
2105 Reported by Giorgos Keramidas.
2106
2107 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
2108
2109 * progmodes/etags.el (tags-completion-table): Do completion from
2110 all the tables in the current list, as documented in the manual.
2111
2112 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2113
2114 * CC Mode Update to 5.31.3.
2115
2116 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2117
2118 * progmodes/cc-mode.el (c-postprocess-file-styles):
2119 Bind inhibit-read-only to t, around the call to
2120 c-remove-any-local-eval-or-mode-variables, so that it works on a
2121 RO file.
2122
2123 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2124
2125 * progmodes/cc-awk.el: Correct a typo.
2126
2127 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2128
2129 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
2130 c-hungry-delete-backwards, at the request of RMS. Leave the old
2131 name as an alias.
2132
2133 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2134
2135 * progmodes/cc-mode.el: Correct a typo.
2136
2137 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2138
2139 * progmodes/cc-defs.el: Update the version number to 5.31.3.
2140
2141 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2142
2143 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
2144 brace-else-brace (error due to mbeg, mend being undefined).
2145
2146 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2147
2148 * progmodes/cc-mode.el: File Local variables: Solve the problem
2149 where both `mode' and c-file-offsets are specified: `mode' will
2150 overwrite c-f-o's settings:
2151 (c-remove-any-local-eval-or-mode-variables): New function.
2152 (c-postprocess-file-styles): Call the above new function, within
2153 c-tentative-buffer-change, to splat `mode' and `eval' before the
2154 second hack-local-variables.
2155
2156 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2157
2158 * progmodes/cc-mode.el:
2159 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
2160 (c-after-change): Protect the match data with save-match-data.
2161 It was getting corrupted by c-after-change-check-<>-operators.
2162
2163 * cc-defs.el: [Supersedes patch V1.38]:
2164 (top level): Check for a buggy font-lock-compile-keywords ONLY in
2165 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
2166
2167 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
2168 with save-match-data. It was being corrupted when Font Lock was
2169 not enabled.
2170
2171 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2172
2173 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
2174 Mode and Subword Mode.
2175
2176 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
2177 real labels ("case 1:" or "foo:") from non-labels ("public:").
2178 (c-forward-objc-directive): Replace c-forward-token-2 with crude
2179 coding; c-f-t-2 doesn't move over a token at EOB.
2180
2181 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
2182
2183 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
2184 (c-update-modeline): Concatenate the minor mode indicators
2185 directly onto mode-name, removing c-submode-indicators.
2186 Sometimes, c-s-i got separated from the mode name on the mode line.
2187
2188 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
2189 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
2190
2191 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
2192
2193 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
2194 error message when there's an evaluation error to show whether
2195 it's loaded from source or not.
2196 (c-filter-ops): Make it available at runtime too to work when
2197 `c-make-init-lang-vars-fun' needs to evaluate from source.
2198
2199 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
2200
2201 * help.el (help): Revert last part of 2006-02-23 change (deletion
2202 of the `provide' call).
2203
2204 2006-02-23 Juri Linkov <juri@jurta.org>
2205
2206 * compare-w.el (compare-windows-highlight): Add new value
2207 `persistent' and change :type from `boolean' to `choice'.
2208 (compare-windows-overlays1, compare-windows-overlays2):
2209 New internal variables.
2210 (compare-windows-highlight): If compare-windows-highlight is
2211 `persistent', add current overlays to compare-windows-overlays[12]
2212 instead of adding compare-windows-dehighlight to pre-command-hook.
2213 (compare-windows-dehighlight): Delete all overlays from
2214 compare-windows-overlays[12].
2215
2216 * info.el (Info-search): Don't bind search-spaces-regexp to
2217 Info-search-whitespace-regexp in non-regexp isearch mode.
2218
2219 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2220
2221 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
2222
2223 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
2224
2225 * textmodes/org.el (org-xemacs-p)
2226 (org-export-html-show-new-buffer, org-table-may-need-update)
2227 (org-insert-item, org-mhe-get-message-real-folder)
2228 (org-mhe-get-message-folder-from-index)
2229 (org-mhe-get-message-folder, org-mhe-get-message-num)
2230 (org-mhe-get-header, org-make-org-heading-search-string)
2231 (org-make-org-heading-camel, org-table-sort-lines)
2232 (org-format-org-table-html, org-format-table-table-html):
2233 Fix typos in docstrings.
2234
2235 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
2236
2237 * textmodes/org.el (org-cleaned-string-for-export)
2238 (org-solidify-link-text): New function.
2239 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
2240 XEmacs, just to silence the compiler.
2241 (org-export-as-ascii, org-export-as-html-and-open):
2242 Use `org-cleaned-string-for-export' and create internal links.
2243 (org-follow-mhe-link): Require mh-e, use folder.
2244
2245 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2246
2247 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
2248
2249 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
2250 gdb-debug-log-length.
2251 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
2252 it a real ring but...
2253 (gud-gdba-marker-filter): ...make it work like mark-ring.
2254 (gdb-enable-debug): Rename from gdb-enable-debug-log.
2255 (gdb-mouse-jump): New function. Add bindings.
2256
2257 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2258
2259 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
2260 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
2261 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
2262 (gdb-debug-log-length): Customize it's length.
2263 (gud-watch, gdb-var-create-handler): Display function::var format
2264 but don't use to create variable object.
2265 (gdb-var-create-handler): Use message-box in place of message.
2266 (gdb-stopped): Call gdb-exited if signalled.
2267
2268 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
2269
2270 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
2271
2272 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
2273
2274 * textmodes/reftex.el (reftex-locate-file): Search all extensions
2275 if `reftex-try-all-extensions' is set.
2276
2277 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
2278 fail silently when there is no valid argument at point.
2279 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
2280 `fail-silently' argument. From a patch by David Reiter.
2281
2282 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
2283 New commands.
2284 (org-mark-ring): New variable.
2285 (org-mark-ring-length): New option.
2286 (org-open-at-point, org-goto, org-open-file): Push old position
2287 onto the mark ring.
2288 (org-add-hook): New function.
2289 (org-export-table-remove-special-lines): New option.
2290 (org-skip-comments, org-format-org-table-html): Respect new
2291 option `org-export-table-remove-special-lines'.
2292 (org-open-file): Allow special command configuration for
2293 directory link.
2294 (org-file-apps): Fix bugs in customize type, added setting
2295 for directories.
2296 (org-activate-tags, org-format-agenda-item, org-complete)
2297 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
2298 (org-get-tags, org-get-buffer-tags, org-open-at-point)
2299 (org-link-search, org-make-org-heading-search-string)
2300 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
2301 (org-radio-targets, org-file-link-context-use-camel-case)
2302 (org-activate-camels): New options.
2303 (org-update-radio-target-regexp, org-all-targets)
2304 (org-make-target-link-regexp, org-activate-target-links):
2305 New functions.
2306 (org-make-org-heading-search-string): New function.
2307 (org-store-link, org-insert-link): Use new option
2308 `org-file-link-context-use-camel-case'.
2309 (org-activate-camels): Use new option `org-activate-camels'.
2310 (org-link-regexp): Add mhe prefix.
2311 (org-open-at-point, org-store-link): Support for mhe links.
2312 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
2313 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
2314 (org-mhe-get-header, org-follow-mhe-link): New functions.
2315 (org-remove-angle-brackets, org-add-angle-brackets):
2316 New functions.
2317 (org-bracket-link-regexp): New constant.
2318 (org-read-date): Fix bug that was rejecting all typed dates.
2319 (org-link-search): Make hierarchy above visible after a match.
2320 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
2321 (org-store-link): Fix bug with link creation when cursor is in
2322 an empty line.
2323 (org-open-at-point): Fix bug with matching a link.
2324 Fixed buggy argument sequence in call to `org-view-tags'.
2325 (org-compile-prefix-format): Set `org-prefix-has-tag'.
2326 (org-prefix-has-tag): New variable.
2327 (org-format-agenda-item): Remove tags from headline
2328 if appropriate.
2329 (org-agenda-remove-tags-when-in-prefix): New option.
2330
2331 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
2332
2333 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
2334 Fix the regular expressions.
2335
2336 2006-02-21 Richard M. Stallman <rms@gnu.org>
2337
2338 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
2339 if there's no other specific basis.
2340
2341 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
2342 as variables at all.
2343 (unsafep-variable): Rename arg; doc fix.
2344
2345 * abbrevlist.el (list-one-abbrev-table): Add autoload.
2346
2347 * calendar/appt.el (diary-selective-display): Add defvar.
2348
2349 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
2350
2351 * isearch.el (search-whitespace-regexp): Fix custom type.
2352
2353 * help.el (describe-key-briefly): Compute interactive args
2354 in same was as before previous change.
2355
2356 * files.el (enable-local-variables): Doc fix.
2357
2358 2006-02-21 Kim F. Storm <storm@cua.dk>
2359
2360 * fringe.el: Cleanup as file is now pre-loaded.
2361 (fringe-bitmaps): Initialize unconditionally.
2362 (fringe-mode, set-fringe-style): Remove autoload cookies.
2363
2364 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2365
2366 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
2367 `horizontal-bar'.
2368 (fringe-cursor-alist): Use `horizontal-bar'.
2369
2370 2006-02-20 Kim F. Storm <storm@cua.dk>
2371
2372 * fringe.el (fringe-bitmaps): Update to new bitmap names.
2373 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
2374
2375 * loadup.el: Load "fringe" on window systems.
2376
2377 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2378
2379 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
2380 out of scope components.
2381
2382 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
2383 default.
2384
2385 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
2386
2387 * custom.el (customize-mark-to-save, customize-mark-as-set):
2388 Load the symbol first.
2389
2390 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
2391
2392 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
2393 strech spec so it doesn't display as "^J" on the header line
2394 when `Buffer-menu-use-header-line' is t.
2395
2396 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2397
2398 * speedbar.el (speedbar-make-button): Keep text properties
2399 of string arguments if desired.
2400
2401 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
2402 expessions.
2403
2404 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
2405 of speedbar.
2406
2407 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
2408
2409 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
2410 to value of `read-file-name-completion-ignore-case'.
2411
2412 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
2413
2414 * custom.el (customize-mark-as-set): Push to `user' theme.
2415
2416 * cus-edit.el (custom-save-variables): Allow unthemed values.
2417 (customize-set-variable): Push setting to `user' theme.
2418
2419 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2420
2421 * progmodes/gud.el: Don't require font-lock as it's now
2422 automatically loaded.
2423 (gud-speedbar-buttons): Replace gdb-var-changed with
2424 gdb-force-update.
2425
2426 * progmodes/gdb-ui.el (gdb-force-update): Rename from
2427 gdb-var-changed.
2428 (gdb-post-prompt): Use it.
2429 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2430 (gdb-var-update-handler, gdb-var-delete)
2431 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2432 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2433 gdb-force-update in gdb-post-prompt.
2434 (gdb-reset): Clear watch expressions from speedbar when quitting.
2435
2436 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2437
2438 * viper-cmd.el (viper-insert-state-post-command-sentinel)
2439 (viper-change-state-to-vi, viper-change-state-to-emacs):
2440 Make aware of cursor coloring in the Emacs state.
2441 (viper-special-read-and-insert-char): Use read-char-exclusive.
2442 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2443
2444 * viper-init.el (viper-emacs-state-cursor-color): New variable.
2445
2446 * viper-util.el (viper-save-cursor-color)
2447 (viper-get-saved-cursor-color-in-replace-mode)
2448 (viper-get-saved-cursor-color-in-insert-mode)
2449 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2450 state.
2451 (viper-get-saved-cursor-color-in-emacs-mode): New function.
2452
2453 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2454 (ediff-ignore-case-option3, ediff-actual-diff-options)
2455 (ediff-actual-diff3-options): New variables to control case sensitivity.
2456 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2457 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2458 (ediff-toggle-ignore-case): New function.
2459 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2460
2461 * ediff-help.el (ediff-long-help-message-narrow2)
2462 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2463 (ediff-long-help-message-word-mode): Add ignore-case command.
2464 (ediff-help-for-quick-help): Add ignore-case command.
2465
2466 * ediff-merg.el: Move provide to the end.
2467
2468 * ediff-ptch.el: Move provide to the end.
2469
2470 * ediff-wind.el: Move provide to the end.
2471
2472 * ediff-mult.el: Move provide to the end.
2473 (ediff-set-meta-overlay): Enable follow-link.
2474
2475 * ediff.el: Move provide to the end.
2476 Break recursive load cycle in eval-when-compile.
2477 (ediff-patch-buffer): Better heuristics.
2478
2479 * ediff-util.el: Move provide to the end.
2480 Break recursive load cycle in eval-when-compile.
2481 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2482 defuns.
2483 (ediff-submit-report): Pass the values of ediff-diff3-program,
2484 ediff-diff3-options.
2485
2486 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2487
2488 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2489 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2490 `' (for example, in the docstring of `windmove-default-keybindings').
2491
2492 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2493
2494 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2495 shadow face. Don't provide binding to edit variable when it is
2496 out of scope.
2497
2498 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2499 (gdb-var-update-handler): Detect out of scope variables with pre
2500 GDB 6.4 too.
2501 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2502 Reset status of variable objects to nil in update handlers.
2503 (gdb-var-update-handler-1): Detect when a variable object comes
2504 in scope. setcar on var changes gdb-var-list directly.
2505
2506 2006-02-17 Juri Linkov <juri@jurta.org>
2507
2508 * ffap.el (ffap) <defface>: Add explicit face declaration.
2509 (ffap-highlight): Use face `ffap' directly instead of checking
2510 for its existence.
2511
2512 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2513 `visible-ok' of `other-buffer' to find the right original buffer.
2514
2515 * info.el (Info-search): Skip `Local Variables' node.
2516
2517 2006-02-17 Juri Linkov <juri@jurta.org>
2518
2519 * info.el (Info-find-file): Check for symbols `apropos', `history',
2520 `toc' in the input filename, and return these symbols as is.
2521 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2522 `history', `toc' instead of strings.
2523 (Info-set-mode-line): For non-string Info-current-file use the
2524 symbol's name inside **.
2525 (Info-isearch-push-state): Add quote before Info-current-file and
2526 Info-current-node.
2527 (Info-isearch-pop-state): Use `equal' instead of `string='.
2528 (Info-extract-pointer, Info-following-node-name): Use
2529 `match-string-no-properties' instead of `match-string'.
2530 (Info-up): Check `old-file' for `stringp'.
2531 (Info-history): Use `equal' instead of `string-equal'.
2532 Check `file' for `stringp'.
2533 (Info-history): Use symbol `history' instead of string as first arg
2534 of `Info-find-node'.
2535 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2536 `toc' instead of string.
2537 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2538 instead of `buffer-substring', and `match-string-no-properties'
2539 instead of `match-string'.
2540 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2541 instead of strings.
2542 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2543 Use symbol `apropos' instead of string.
2544 (Info-copy-current-node-name): Check `Info-current-file' for
2545 `stringp' and construct a command with `Info-find-node' from it.
2546 (Info-fontify-node): Use `match-string-no-properties' instead of
2547 `match-string' and check file names for `stringp'.
2548 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2549 `history', `toc' instead of strings.
2550
2551 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2552
2553 * files.el: Rearrange functions and variables in the file local
2554 variables section.
2555
2556 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2557
2558 * files.el: Add truncate-lines, ispell-check-comments and
2559 ispell-local-dictionary as safe local variables.
2560
2561 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2562
2563 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2564 out of scope variables.
2565 (gud-speedbar-buttons): Use unless.
2566
2567 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2568 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2569 (gdb-show-changed-values): Also use for out of scope variables.
2570 (gdb-var-update-handler-1): Note if variable goes out of scope.
2571
2572 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2573
2574 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2575 default to global variable values for unsupplied args.
2576 (rcirc-get-buffer-create): Fix bug with setting the target.
2577 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2578 test for rcirc-always-use-server-buffer-flag here.
2579 (rcirc-response-formats): Add %N, which is a facified nick. %n
2580 uses the default face. Change the ACTION format string. If the
2581 "nick" is the server, don't print anything for that field.
2582 Comment fixes.
2583 (rcirc-target-buffer): Don't test
2584 rcirc-always-use-server-buffer-flag here.
2585 (rcirc-print): Squeeze extra spaces out of the text before message.
2586 (rcirc-put-nick-channel): Strip potential "@" char from nick
2587 before adding them to nick table.
2588 (rcirc-url-regexp): Improve to match address like "foo.com".
2589
2590 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2591
2592 * allout.el (allout-hidden-p): Move this defsubst before
2593 allout-overlay-interior-modification-handler, where it is first
2594 used.
2595
2596 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2597
2598 * allout.el: Use allout invisible-text overlays instead of
2599 selective display for concealed text. Also, lots of general
2600 cleanup, and improved compatibility code.
2601
2602 (allout-version) Incremented, corrected, revised, and refined
2603 module commentary.
2604
2605 (provide 'allout): Moved to the bottom, added a require of overlay.
2606
2607 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2608 `except-current'.
2609 (allout-write-file-hook-handler): Minimize delay.
2610 (count-trailing-whitespace-region): New function so
2611 auto-encryption of current topic can resituate cursor exactly.
2612 PGP/GPG encryption trims trailing whitespace from lines, which
2613 must be accounted for across encryption then decryption.
2614
2615 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2616 just plain "\C-c", to avoid intruding on user's keybinding space.
2617
2618 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2619 parameter, so user request to provide a new password is done.
2620
2621 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2622 Refined mechanism for auto-filling behavior while in allout mode.
2623
2624 (allout-mode): Explicitly specify the mode map in the docstring.
2625 Clarify provision for various write-file hook var names.
2626 Adjusted for invisible-text overlays instead of selective-display.
2627
2628 (allout-depth): Really return 0 if not within any topic. This
2629 rectifies `allout-beginning-of-level' and sequence numbering
2630 errors that occur when cutting and pasting numbered topics.
2631 Changed from a in-line subst to a regular function, as well.
2632
2633 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2634
2635 (allout-end-of-subtree, allout-end-of-subtree)
2636 (allout-end-of-entry, allout-end-of-current-heading)
2637 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2638 (allout-show-children, allout-show-to-offshoot)
2639 (allout-hide-current-entry, allout-show-current-entry): Rectified
2640 handling of trailing blank lines between items.
2641
2642 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2643 (allout-current-depth, allout-unprotected, allout-hidden-p)
2644 (allout-on-current-heading-p, allout-listify-exposed)
2645 (allout-chart-subtree, allout-goto-prefix)
2646 (allout-back-to-current-heading, allout-get-body-text)
2647 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2648 (allout-hide-region-body, allout-toggle-subtree-encryption)
2649 (allout-encrypt-string, allout-encrypted-key-info)
2650 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2651 (allout-file-vars-section-data): Adjusted for use with
2652 invisible-text overlays instead of selective-display.
2653
2654 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2655 Reworked for use with invisible text overlays.
2656
2657 (allout-current-topic-collapsed-p): New function.
2658
2659 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2660 to know when to close the containing topic.
2661
2662 (allout-pre-command-business, allout-post-command-business):
2663 Simplify undo-batching and dynamic isearch exposure.
2664
2665 (allout-set-overlay-category): New for invisible-text overlays.
2666 Sets properties of allout-overlay-category, used by
2667 allout-flag-region to set invisible-text overlay properties.
2668 (allout-get-invisibility-overlay): Get the first qualifying
2669 invisibility overlay, so we can find the extent of it.
2670 (allout-back-to-visible-text): Get to just before the beginnining
2671 of the current invisibility overlay, if any.
2672
2673 (allout-overlay-insert-in-front-handler)
2674 (allout-overlay-interior-modification-handler)
2675 (allout-before-change-handler, allout-isearch-end-handler): New
2676 functions to handle extraordinary actions affecting concealed
2677 text.
2678
2679 (allout-flag-region): Use overlays instead of selective-display
2680 for invisible text - by inheritence from the properties of
2681 allout-overlay-category in mainline Emacs, and applied
2682 property-by-property in XEmacs, some recent versions of which
2683 don't inherit the properties from the category. Provisions to
2684 respond to concealed-text edits simplified drastically.
2685
2686 (allout-isearch-rectification, allout-isearch-was-font-lock)
2687 (allout-isearch-expose, allout-enwrap-isearch)
2688 (allout-isearch-abort, allout-pre-was-isearching)
2689 (allout-isearch-prior-pos, allout-isearch-did-quit)
2690 (allout-isearch-dynamic-expose)
2691 (allout-hide-current-entry-completely): Functions deleted.
2692
2693 (allout-undo-aggregation): Explicit undo aggregation no longer
2694 necessary due to transition away from selective-display.
2695
2696 (set-allout-regexp, allout-up-current-level)
2697 (allout-next-visible-heading, allout-forward-current-level)
2698 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2699 (allout-kill-line, allout-yank-processing, allout-show-children)
2700 (allout-expose-topic, allout-old-expose-topic)
2701 (allout-listify-exposed, allout-insert-latex-header)
2702 (allout-toggle-subtree-encryption, allout-encrypt-string)
2703 (remove-from-invisibility-spec, allout-hide-current-subtree):
2704 Ditched unused variables.
2705
2706 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2707
2708 * textmodes/ispell.el (ispell-change-dictionary): Call
2709 ispell-buffer-local-dict instead of
2710 ispell-accept-buffer-local-defs.
2711 (ispell-local-dictionary-alist): Accept as valid any coding-system
2712 supported by Emacs.
2713 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2714 changed to iso-8859-3.
2715
2716 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2717
2718 * speedbar.el (speedbar-frame-width): Make an inline function
2719 instead of a macro. Use frame-width.
2720 (speedbar-try-completion, speedbar-update-contents)
2721 (speedbar-timer-fn): Use consp.
2722 (speedbar-update-localized-contents): Try to preserve point.
2723
2724 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2725 (menu): Re-order menu items.
2726 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2727 field.
2728 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2729 (gdb-post-prompt): Speed things by not forcing update.
2730
2731 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2732
2733 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2734 press and perform default action if we get a mouse movement event.
2735
2736 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2737
2738 * calendar/icalendar.el (icalendar--get-event-property)
2739 (icalendar--get-event-property-attributes): Fix typos in
2740 docstrings.
2741
2742 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2743 docstring.
2744
2745 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2746
2747 * bs.el (bs-mode): Use `buffer-disable-undo'.
2748 (bs--get-file-name): Simplify.
2749 (bs-show-in-buffer): Mark the buffer as not modified.
2750
2751 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2752
2753 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2754 widget-button-click.
2755
2756 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2757 (custom-mode): Update docstring.
2758
2759 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2760 binding.
2761
2762 * files.el (hack-local-variables-confirm): Allow scrolling if the
2763 file variable list is too long. Kill temp buffer after use.
2764
2765 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2766
2767 * progmodes/gud.el (gdb): Improve doc string.
2768 (gdb-script-font-lock-keywords): Expand allowed character set.
2769
2770 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2771 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2772 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2773 (gdb-separate-io-stop, gdb-separate-io-eof):
2774 Rename from gdb-inferior-* to gdb-separate-*.
2775 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2776
2777 2006-02-14 Jay Belanger <belanger@truman.edu>
2778
2779 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2780 expression is a symbol before checking that it is bound.
2781
2782 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2783 test to see if equation can be solved.
2784
2785 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2786
2787 * wid-edit.el (widget-button-click): Use :pressed-face property
2788 for overlay face, if it exists.
2789
2790 * cus-edit.el (custom-manual, custom-add-see-also)
2791 (custom-add-parent-links, custom-group-link): Add :pressed-face
2792 property to links.
2793
2794 * files.el (hack-local-variables): Remove ignored variables before
2795 checking if any variables need setting.
2796
2797 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2798
2799 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2800
2801 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2802
2803 * help.el (where-is): Fix message for remapped commands.
2804
2805 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2806 Fix typos in docstrings.
2807
2808 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2809
2810 * files.el (safe-local-variable-values): New option.
2811 (hack-local-variables-prop-line): Return a list of variable-value
2812 pairs if MODE-ONLY is non-nil.
2813 (hack-local-variables): Construct list of variable-value pairs,
2814 and apply or reject them in one go. Ask for confirmation if
2815 variables are not known safe.
2816 (hack-local-variables-confirm): Complete rewrite. Support
2817 `safe-local-variable-values'.
2818 (enable-local-variables): Update docstring to reflect new
2819 behavior.
2820 (ignored-local-variables): Ignore ignored-local-variables and
2821 safe-local-variable-values.
2822 (safe-local-variable-p): New function.
2823 (risky-local-variable-p): `safe-local-variable' property check
2824 moved to safe-local-variable-p.
2825 (hack-one-local-variable): Checks moved to hack-local-variables.
2826
2827 (byte-compile-dynamic, c-basic-offset, c-file-style)
2828 (c-indent-level, comment-column, fill-column, fill-prefix)
2829 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2830 (no-update-autoloads, outline-regexp, page-delimiter)
2831 (paragraph-start, paragraph-separate, sentence-end)
2832 (sentence-end-double-space tab-width, version-control):
2833 Add `safe-local-variable' property.
2834
2835 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2836
2837 * icomplete.el, play/landmark.el: Change nonexistent
2838 `outline-layout' file variable to `allout-layout'.
2839
2840 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2841
2842 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2843 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2844 to gud-comint-buffer.
2845 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2846 gdb-ui.el for gdb-mi.el.
2847 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2848 registers buffer to gdb-get-changed-registers.
2849 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2850 deletion of catchpoints (throw and catch).
2851 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2852 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2853 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2854 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2855 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2856
2857 2006-02-13 Jay Belanger <belanger@truman.edu>
2858
2859 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2860 expression is a symbol before checking that it is bound.
2861
2862 2006-02-13 Richard M. Stallman <rms@gnu.org>
2863
2864 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2865 for the minibuffer too, but not if resize-mini-windows will interfere.
2866
2867 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2868 inside `interactive' spec.
2869 (describe-key-briefly-internal, describe-key-internal):
2870 Functions merged back into their callers.
2871
2872 2006-02-13 Martin Rudalics <rudalics@gmx.at>
2873
2874 * info.el (info-xref-visited): Inherit from info-xref too.
2875 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2876 when propertizing Info-current-file and Info-current-node.
2877
2878 2006-02-13 Juri Linkov <juri@jurta.org>
2879
2880 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2881 (tumme-thumb-name): Fix per-directory format.
2882
2883 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2884
2885 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2886
2887 2006-02-12 Miles Bader <miles@gnu.org>
2888
2889 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2890
2891 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2892
2893 * tumme.el: Remove history section. If someone needs the it, it
2894 can always be found in CVS.
2895
2896 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2897
2898 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2899 about the Thumbnail Managing Standard option.
2900
2901 2006-02-12 Richard M. Stallman <rms@gnu.org>
2902
2903 * subr.el (substitute-key-definition): Doc fix.
2904
2905 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2906
2907 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2908
2909 * info.el (Info-mode): Doc fix.
2910
2911 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2912
2913 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2914
2915 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2916 because on Solaris a POSIX compatible "id" is needed. Reported by
2917 Magnus Henoch <mange@freemail.hu>.
2918
2919 2006-02-12 Juri Linkov <juri@jurta.org>
2920
2921 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2922 (tumme) <defgroup>: Change :group to `multimedia'.
2923 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2924 Managing Standard.
2925 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2926 Fix dostring.
2927 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2928 and %y. Fix docstring.
2929 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2930 (tumme-cmd-create-standard-thumbnail-command): New user options.
2931 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2932 is `standard'. Fix docstring.
2933 (tumme-thumb-width, tumme-thumb-height): New user options.
2934 (tumme-external-viewer): Try to find various viewers.
2935 (tumme-get-thumbnail-image): Use `create-image' instead of
2936 constructing the `image' structure.
2937 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2938 `standard'.
2939 (tumme-thumb-name): Add file name generation for standard storage.
2940 Simplify code for other storages.
2941 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2942 Add modification time %m and thumbnail-nq8 %q.
2943 Use `tumme-cmd-create-standard-thumbnail-command' if
2944 tumme-thumbnail-storage is `standard'.
2945 (tumme-dired-insert-marked-thumbs): New autoload command.
2946 (tumme-dired-after-readin-hook): New function.
2947 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2948 `tumme-thumb-size'.
2949 (tumme-display-image): Replace size-x %x and size-y %y with
2950 width %w and height %h.
2951
2952 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2953 `tumme-dired-insert-marked-thumbs'.
2954
2955 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2956
2957 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2958 include path).
2959 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2960 matching tag.
2961
2962 2006-02-12 Miles Bader <miles@gnu.org>
2963
2964 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2965 New variables.
2966 (rcirc-abbrev-nick): New function.
2967 (rcirc-format-response-string): Rewrite to use the formats in
2968 `rcirc-response-formats' and expand escape sequences therein.
2969 A text-property `rcirc-text' is added over the actual response
2970 text to make easy to find inside the returned string.
2971 (rcirc-print): When filling, just look for the `rcirc-text'
2972 text-property to find the appropriate fill prefix, instead of
2973 using hardwired patterns.
2974
2975 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2976
2977 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2978 Managing Standard.
2979
2980 2006-02-11 Kim F. Storm <storm@cua.dk>
2981
2982 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2983 Don't use insert-buffer; do insert-buffer-substring directly.
2984 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2985
2986 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2987
2988 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2989 with inhibit-read-only. Suggested by Stefan Monnier.
2990 (revert-buffer): Let insert-file-contents discard
2991 buffer-undo-list. Simplify code.
2992 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2993
2994 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2995
2996 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2997
2998 * help.el (describe-key-briefly): Now a wrapper for
2999 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
3000 to t. Populate yank-menu if empty.
3001 (describe-key-briefly-internal): Renamed from describe-key-briefly.
3002 (describe-key): Now a wrapper for describe-key-internal. Bind
3003 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
3004 (describe-key-internal): Renamed from describe-key.
3005
3006 2006-02-11 Milan Zamazal <pdm@zamazal.org>
3007
3008 * progmodes/glasses.el (glasses-separator): Doc fix.
3009 (glasses-original-separator): New defcustom.
3010 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
3011
3012 2006-02-11 Martin Rudalics <rudalics@gmx.at>
3013
3014 * mwheel.el (mouse-wheel-up-event): Doc fix.
3015
3016 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
3017
3018 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
3019 (tumme-dir): New function. Copied from thumbs.el.
3020
3021 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
3022
3023 * desktop.el (desktop-outvar): Fix typo.
3024 (desktop-save-buffer-p): Doc fix.
3025
3026 * subr.el (substitute-key-definition): Fix typo.
3027
3028 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3029
3030 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
3031 when window-system is mac.
3032
3033 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
3034
3035 2006-02-10 Kim F. Storm <storm@cua.dk>
3036
3037 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
3038 indirect-function instead of using condition-case.
3039
3040 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
3041
3042 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
3043 less `colloquial'...
3044
3045 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
3046
3047 * tumme.el: Add a couple of todo items.
3048
3049 2006-02-09 Lars Hansen <larsh@soem.dk>
3050
3051 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
3052 (highlight-changes-mode): Don't change desktop-locals-to-save.
3053
3054 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
3055
3056 * image-mode.el (image-toggle-display): Clear image cache if using
3057 filename.
3058
3059 2006-02-09 Masatake YAMATO <jet@gyve.org>
3060
3061 * dired-x.el (dired-guess-shell-alist-default): Add .man as
3062 a `dired-man' target.
3063
3064 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
3065 boundary of symbols.
3066
3067 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
3068
3069 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
3070
3071 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
3072
3073 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
3074 `mapcar'; return nil.
3075
3076 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
3077
3078 * mouse.el (mouse-drag-track): Don't change window if we rebind to
3079 some other event.
3080
3081 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
3082
3083 * net/rcirc.el (rcirc-startup-channels-alist):
3084 Add irc.freenode.net and #emacs as defaults.
3085 (rcirc-ignore-all-activity-flag): Remove variable.
3086 (rcirc-authinfo): New variable.
3087 (rcirc-authinfo-filename): Remove variable.
3088 (rcirc-always-use-server-buffer-flag): New flag.
3089 (rcirc): M-x rcirc will automatically connect without prompting.
3090 C-u M-x rcirc will prompt. Use rcirc-connect to create a
3091 connection in lisp.
3092 (rcirc-process-server-response-1): Remove everything but the nick
3093 portion of the sender so it doesn't need to be done everywhere
3094 else. Update related code.
3095 (global-map): Remove global keybindings.
3096 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
3097 (rcirc-send-input): Split into several functions.
3098 (rcirc-process-input-line, rcirc-process-message)
3099 (rcirc-process-command): New functions.
3100 (rcirc-target-buffer): New function to determine where to route
3101 messages.
3102 (rcirc-user-nick): Save match data.
3103 (rcirc-toggle-ignore-buffer-activity)
3104 (rcirc-update-activity-string): Remove global ignore functionality,
3105 which can be done now by toggling rcirc-track-minor-mode.
3106 (rcirc-track-minor-mode-map): New keymap.
3107 (rcirc-track-minor-mode): New minor-mode.
3108 (ignore): Make the ignore output nicer. Always print it when
3109 adding or removing nicks.
3110 (rcirc-url-regexp): Improve.
3111 (rcirc-mangle-text): Remove properties before using text in the
3112 modeline.
3113 (rcirc-authenticate): Authentication data comes from
3114 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
3115 (rcirc-server-prefix): Inherit from rcirc-server.
3116
3117 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
3118
3119 * Makefile.in (compile): Append "|| true" to the end of the `find'
3120 command, like compile-always does.
3121
3122 2006-02-08 Sam Steingold <sds@gnu.org>
3123
3124 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
3125 output from a dead connection.
3126
3127 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
3128
3129 * dired.el (dired-mode-map): Add more bindings for tumme.
3130
3131 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
3132
3133 * wdired.el (wdired-mode-map): Use remap.
3134 (wdired-get-filename): Massage.
3135 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
3136 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
3137 `keymap' property rather than `local-map'.
3138
3139 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
3140
3141 * tumme.el (tumme-get-thumbnail-image): New utility function.
3142 Suggested by from Chong Yidong.
3143 (tumme-dired-with-window-configuration): Rename from
3144 `tumme-dired'. Add code to save window configuration.
3145 (tumme-restore-window-configuration): New command to restore the
3146 window configuration that `tumme-dired-with-window-configuration'
3147 saves before it changes the window configuration.
3148 (tumme-show-all-from-dir): New command to display thumbnails for
3149 all files in a directory entered by the user, like M-x thumbs.
3150 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
3151 have been created.
3152 (tumme-display-thumbnail-original-image): Call `display-buffer'.
3153 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
3154 Remove obsolete test function.
3155
3156 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
3157
3158 * vc.el (small-temporary-file-directory): Remove defvar; there's
3159 a defcustom for it in files.el.
3160
3161 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
3162 Fix typo in message.
3163 (tumme-gallery-generate): Fix typo in `error' message.
3164 (tumme-display-window-height-correction)
3165 (tumme-display-window-width-correction, tumme-line-up-dynamic)
3166 (tumme-line-up-interactive): Dox fixes.
3167 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
3168 (tumme-restore-window-configuration, tumme-format-properties-string)
3169 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
3170 Fix typos in docstrings.
3171
3172 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
3173
3174 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
3175
3176 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
3177
3178 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
3179 User should use hook if desired.
3180
3181 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
3182 buffer if necessary.
3183 (gdb-delete-frame-or-window): New function.
3184 (gdb-breakpoints-mode-map): Bind "q" to it.
3185
3186 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3187
3188 * textmodes/nroff-mode.el: Clean up name space.
3189 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
3190 (nroff-mode): Obey the global setting of nroff-electric-mode.
3191 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
3192
3193 * calendar/calendar.el (calendar-increment-month): Typo in last change.
3194
3195 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
3196
3197 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
3198
3199 2006-02-06 Lars Hansen <larsh@soem.dk>
3200
3201 * generic-x.el (etc-fstab-generic-mode): Add file system types
3202 cifs and usbdevfs. Allow special chars in file names.
3203
3204 2006-02-05 Jay Belanger <belanger@truman.edu>
3205
3206 Update copyright notices of the files in lisp/calc.
3207
3208 2006-02-05 Romain Francoise <romain@orebokech.com>
3209
3210 Update copyright notices of all files in the lisp/play directory.
3211
3212 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
3213
3214 * ldefs-boot.el: Regenerate.
3215
3216 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
3217
3218 2006-02-05 Kim F. Storm <storm@cua.dk>
3219
3220 * files.el (magic-mode-regexp-match-limit): New defvar.
3221 (set-auto-mode): Use it to limit magic-mode-alist matching.
3222
3223 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
3224
3225 * simple.el (display-message-or-buffer): Compare the number of
3226 characters to the frame width when determining whether a 1-line
3227 message string will fit in the echo area. Count screen lines
3228 instead of buffer lines when determining whether a multi-line
3229 message will fit in the echo area/minibuffer window.
3230
3231 2006-02-04 Eli Zaretskii <eliz@gnu.org>
3232
3233 * info.el (Info-index, Info-mode): Improve the description of the
3234 `i' command.
3235
3236 * ldefs-boot.el: Regenerate.
3237
3238 2006-02-03 Werner Lemberg <wl@gnu.org>
3239
3240 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
3241 greedy to find the closing bracket in \*[...] and similar
3242 expressions. This is a first rough fix -- many additional
3243 refinements are necessary to make nroff mode really usable with groff.
3244
3245 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
3246
3247 * international/mule-cmds.el (set-locale-environment):
3248 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
3249 libX11.
3250
3251 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3252
3253 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
3254 archive are created in archive-tmpdir.
3255
3256 2006-02-02 John Paul Wallington <jpw@pobox.com>
3257
3258 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
3259 (ibuffer-fontification-alist): Use it.
3260 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
3261 to "* z" and the Ibuffer Mark menu.
3262
3263 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
3264
3265 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3266
3267 * textmodes/table.el (*table--cell-describe-mode)
3268 (*table--cell-describe-bindings): Undo last change since
3269 print-help-return-message is not obsoleted by anything at all.
3270
3271 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
3272
3273 * emulation/cua-base.el (cua-mode): Doc fix.
3274
3275 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
3276
3277 * dframe.el (dframe-handle-make-frame-visible)
3278 (dframe-handle-iconify-frame, dframe-get-focus)
3279 (dframe-select-attached-frame, dframe-power-click)
3280 (dframe-frame-mode): Fix typos in docstrings.
3281
3282 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
3283 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
3284 Fix typos in docstrings.
3285
3286 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
3287 (hi-lock-face-buffer, hi-lock-font-lock-hook)
3288 (hi-lock-archaic-interface-message-used)
3289 (hi-lock-file-patterns-range): Fix typos in docstrings.
3290
3291 * savehist.el (savehist-loaded, savehist-load, savehist-install)
3292 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
3293
3294 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
3295 Fix typo in docstring.
3296
3297 * net/newsticker.el (newsticker--decode-iso8601-date)
3298 (newsticker--set-customvar, newsticker--buffer-insert-item)
3299 (newsticker--do-run-auto-mark-filter)
3300 (newsticker--parse-generic-feed): Doc fixes.
3301 (newsticker--retrieval-timer-list, newsticker-url-list)
3302 (newsticker-hide-immortal-items-in-echo-area)
3303 (newsticker-hide-obsolete-items-in-echo-area)
3304 (newsticker-new-item-face, newsticker--enclosure)
3305 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
3306 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
3307 (newsticker--parse-generic-feed, newsticker--cache-contains)
3308 (newsticker--stat-num-items, newsticker-download-enclosures):
3309 Fix typos in docstrings.
3310
3311 * net/rcirc.el (rcirc-debug): Doc fix.
3312 (rcirc-fill-column, rcirc-receive-message-hooks)
3313 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
3314 (rcirc-mode, rcirc-generate-new-buffer-name)
3315 (rcirc-startup-channels, rcirc-ignore-update-automatic)
3316 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
3317 Fix typos in docstrings.
3318 (rcirc-print): "?\ " -> "?\s".
3319 (rcirc-cmd-join): Improve argument/docstring consistency.
3320
3321 2006-02-01 Mark A. Hershberger <mah@everybody.org>
3322
3323 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
3324 before narrow-to-region.
3325
3326 2006-02-01 Richard M. Stallman <rms@gnu.org>
3327
3328 * simple.el (move-beginning-of-line): Scan properly for invis change.
3329
3330 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
3331
3332 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
3333
3334 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
3335 change bit only when id-format is 'integer. Reported by Matt
3336 Hodges <M.P.Hodges@rl.ac.uk>.
3337
3338 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
3339
3340 * hilit-chg.el (highlight-changes-initial-state)
3341 (highlight-changes-global-initial-state): Doc fixes.
3342 (highlight-changes-global-modes, global-highlight-changes):
3343 Fix typos in docstrings.
3344
3345 2006-02-01 Kim F. Storm <storm@cua.dk>
3346
3347 * emulation/cua-base.el (cua-mode): Mention that CUA enables
3348 transient-mark-mode in doc string.
3349
3350 2006-01-31 Richard M. Stallman <rms@gnu.org>
3351
3352 * replace.el (multi-occur): Doc fix.
3353 (multi-occur-in-matching-buffers): Rename from
3354 multi-occur-by-filename-regexp. Prefix arg says match
3355 buffer names instead of file names.
3356
3357 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
3358
3359 * bs.el: Allow non-default values of `bs-header-lines-length'.
3360 (bs--running-in-xemacs): Remove (not needed anymore).
3361 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
3362 instead of `shrink-window', thus avoiding having to compute the
3363 height of the window.
3364 (bs--up): Wrap around even when there's no header.
3365 (bs--down): Use `forward-line' instead of `next-line'.
3366
3367 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
3368
3369 * image-mode.el (image-toggle-display): Use file name if possible,
3370 instead of unnecessarily allocating a (possibly huge) lisp string.
3371
3372 2006-01-30 John Paul Wallington <jpw@pobox.com>
3373
3374 * subr.el (toplevel): Define `cl-assertion-failed' condition here
3375 because the `assert' macro signals it at runtime.
3376
3377 * emacs-lisp/cl.el (toplevel): Remove definition of
3378 `cl-assertion-failed' condition.
3379
3380 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
3381
3382 * thumbs.el (thumbs-marked-list): Make buffer-local and
3383 permanent-local.
3384 (thumbs-insert-thumb): Make help-echo non-sticky.
3385 (thumbs-file-alist): Use eolp as check for (non)-image.
3386
3387 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
3388
3389 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
3390 (ediff-before-session-group-setup-hooks)
3391 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
3392 Fix typos in docstrings.
3393
3394 * window.el (bw-dir, bw-eqdir, balance-windows)
3395 (split-window-keep-point): Fix typos in docstrings.
3396
3397 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
3398 (org-quote-string, org-calendar-to-agenda-key)
3399 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
3400 (org-show-following-heading, org-tags-column)
3401 (org-use-tag-inheritance, org, org-allow-space-in-links)
3402 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
3403 (org-enable-table-editor, org-calc-default-modes)
3404 (org-table-allow-automatic-line-recalculation)
3405 (org-export-html-style, org-export-with-fixed-width)
3406 (org-export-with-sub-superscripts, org-special-keyword)
3407 (org-formula, org-time-grid, org-table-may-need-update)
3408 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
3409 (org-goto-quit, org-get-indentation, org-end-of-item)
3410 (org-move-item-down, org-move-item-up)
3411 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
3412 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
3413 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
3414 (org-agenda-log-mode, org-agenda-toggle-diary)
3415 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
3416 (org-agenda-file-to-end, org-agenda-no-heading-message)
3417 (org-agenda-get-closed, org-format-agenda-item)
3418 (org-cmp-priority, org-cmp-category, org-cmp-time)
3419 (org-agenda-change-all-lines, org-agenda-diary-entry)
3420 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
3421 (org-link-search, org-camel-to-words, org-open-file)
3422 (org-remember-handler, org-table-convert-region)
3423 (org-table-move-row-down, org-table-move-row-up)
3424 (org-table-copy-region, org-table-wrap-region)
3425 (org-table-toggle-vline-visibility)
3426 (org-table-get-vertical-vector, org-table-modify-formulas)
3427 (org-table-get-specials, org-recalc-commands)
3428 (org-table-rotate-recalc-marks, org-table-eval-formula)
3429 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3430 (org-level-color-stars-only, org-insert-heading):
3431 Fix typos in docstrings.
3432 (last-arg): Add defvar.
3433
3434 * makefile.w32-in (WINS): Add erc.
3435 (MH_E_SRC): Update (copied from lisp/Makefile.in).
3436
3437 2006-01-29 Bill Wohler <wohler@newt.com>
3438
3439 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3440 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3441 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
3442 (mh-autoloads): Don't use comments on otherwise empty lines.
3443
3444 2006-01-29 Edward O'Connor <ted@oconnor.cx>
3445
3446 * emulation/viper.el (viper-major-mode-modifier-list): Add
3447 insert-state and vi-state entries for erc-mode.
3448 (viper-go-away, viper-set-hooks): Add and remove
3449 viper-comint-mode-hook from erc-mode-hook as appropriate.
3450
3451 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3452
3453 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
3454
3455 * bs.el (bs--format-aux): Implement `middle' alignment as
3456 described in the docstring for `bs-attributes-list'.
3457 (bs--get-name): Simplify. Don't pad the buffer name.
3458
3459 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
3460
3461 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3462 English aspell dictionary is installed, use the first entry of
3463 ispell-dictionary-alist-1.
3464
3465 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
3466
3467 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3468 Doc fix.
3469
3470 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3471
3472 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3473 for `process-file', in order to let it work for older Emacsen too.
3474
3475 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3476
3477 * international/latexenc.el: Add a suitable `coding:' tag.
3478 (latexenc-find-file-coding-system): Undo last change.
3479
3480 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3481
3482 * international/latexenc.el (latexenc-find-file-coding-system):
3483 Make sure latexenc-main-file is a regular file and is readable.
3484
3485 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3486
3487 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3488 Pass FILE to vc-user-login-name.
3489
3490 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3491
3492 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3493
3494 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3495 there are no more images to display.
3496 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3497 the next image.
3498
3499 2006-01-26 Richard M. Stallman <rms@gnu.org>
3500
3501 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3502
3503 * wid-edit.el (advertised-widget-backward): New alias.
3504 (widget-keymap): Use advertised-widget-backward for S-TAB.
3505
3506 * tumme.el: Correct the keywords.
3507 (tumme-dir-max-size): Use defvar.
3508 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3509
3510 * simple.el (move-beginning-of-line): Take account of fields.
3511 (clone-indirect-buffer-other-window): Take args like
3512 clone-indirect-buffer, and work like it.
3513
3514 * help-fns.el (describe-function): Don't pass `nil' as default.
3515
3516 * files.el (risky-local-variable-p): Follow var aliases.
3517
3518 * subr.el (lazy-completion-table): Doc fix.
3519
3520 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3521 global binding of `line'.
3522
3523 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3524
3525 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3526 Tramp.
3527
3528 * vc.el (vc-default-dired-state-info): Pass FILE to
3529 vc-user-login-name.
3530 (vc-default-update-changelog): Don't use vc-user-login-name, we
3531 don't need it here.
3532
3533 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3534 no longer necessary.
3535
3536 2006-01-25 Kenichi Handa <handa@m17n.org>
3537
3538 * international/mule.el (decode-char): Avoid the overhead of
3539 calling utf-lookup-subst-table-for-decode if
3540 utf-translate-cjk-mode is nil.
3541 (encode-char): Avoid the overhead of calling
3542 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3543 nil.
3544
3545 2006-01-22 Kenichi Handa <handa@m17n.org>
3546
3547 * international/mule.el (make-subsidiary-coding-system): Reset
3548 `coding-system-define-form' property of subsidiaries to nil.
3549 Avoid duplicated entry in coding-system-alist.
3550 (make-coding-system): Avoid duplicated entry in
3551 coding-system-alist.
3552 (define-coding-system-alias): Likewise.
3553
3554 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3555
3556 * completion.el: Minor fixes in introductory comment.
3557 (completion-def-wrapper): Fix alist.
3558
3559 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3560
3561 * thumbs.el (thumbs-new-image-size): New function.
3562 (thumbs-increment-image-size-element)
3563 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3564 (thumbs-decrement-image-size): Delete.
3565 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3566 temp files and use to resize.
3567 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3568 Use increment argument to enlarge/shrink. Preserve point.
3569 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3570 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3571 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3572 (thumbs-mark, thumbs-unmark): Preserve point.
3573 (thumbs-modify-image): Keep old temp files and use to modify.
3574 Cleanup old temp files at load time. Preserve point.
3575 (thumbs-view-image-mode-map): Use new command names.
3576
3577 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3578
3579 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3580
3581 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3582 the nastiest part of the cyclic dependency.
3583 (cal-menu-update): Use dotimes and calendar-increment-month.
3584
3585 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3586 (calendar-week-start-day): Add an :initializer.
3587 (calendar-mode-map): Use suppress-keymap, and command remapping.
3588 (describe-calendar-mode): Setup xref-stack info for the back button.
3589 (calendar-star-date): Insert before delete.
3590 (calendar-set-mode-line): Add file-modified info if applicable.
3591 (calendar-increment-month): New function.
3592
3593 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3594
3595 * font-lock.el (lisp-font-lock-keywords-2):
3596 Recognize "& keywords" only at word boundaries.
3597
3598 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3599
3600 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3601 and permanent-local.
3602 (thumbs-max-image-number): New variable.
3603 (thumbs-do-thumbs-insertion): Use them.
3604 (thumbs-per-line): Change default to 4.
3605 (thumbs-marked-list): Rename from thumbs-markedL.
3606 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3607 (thumbs-rename-images): Use -list instead of L for internal variables.
3608 (thumbs-call-convert): Use call-process instead of shell-command.
3609 (thumbs-insert-thumb): Add filename as help-echo to each image.
3610 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3611 Give dir to thumbs-show-thumbs-list.
3612 (thumbs-show-thumbs-list): Set default-directory to that of images.
3613 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3614 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3615 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3616 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3617
3618 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3619
3620 * ses.el (ses-read-cell): Provide a default value.
3621
3622 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3623
3624 * term/w32-win.el (image-library-alist): Add additional names for
3625 GIF library.
3626
3627 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3628
3629 * international/latexenc.el (latexenc-find-file-coding-system):
3630 Add file-regular-p check.
3631
3632 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3633
3634 * simple.el (clone-buffer): Don't show the new buffer in the same
3635 window.
3636
3637 2006-01-23 Juri Linkov <juri@jurta.org>
3638
3639 * faces.el (link, link-visited): New faces based on default values
3640 of `info-xref' and `info-xref-visited'.
3641
3642 * info.el (info-xref): Inherit from `link'.
3643 (info-xref-visited): Inherit from `link-visited'.
3644
3645 * cus-edit.el (custom-buffer-create-internal): Use widget type
3646 `custom-manual' instead of `info-link' and don't set properties
3647 `button-face' and `mouse-face' explicitly.
3648 (custom-browse-group-tag, custom-browse-variable-tag)
3649 (custom-browse-face-tag): Inherit from widget class
3650 `custom-group-link' instead of `push-button'.
3651 (custom-button-unraised): Inherit from `underline' face.
3652 (custom-link): Inherit from `link' face. Fix doc and group.
3653 (custom-add-parent-links, custom-group-value-create): Don't set
3654 properties `button-face' and `mouse-face' explicitly for
3655 `custom-group-link' widget.
3656 (custom-group-link): Add properties `button-face' and `mouse-face'
3657 to widget definition.
3658 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3659 editable-field's :keymap property.
3660 (custom-mode): Fix docstring: substitute keybindings for
3661 `widget-forward' and `widget-backward' from `widget-keymap',
3662 `widget-complete' from `custom-field-keymap', replace old
3663 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3664
3665 * desktop.el (desktop-load-file): Check for `fboundp' before
3666 calling `symbol-function'.
3667
3668 * simple.el (clone-buffer, clone-indirect-buffer)
3669 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3670 `read-string'. Fix prompts.
3671
3672 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3673
3674 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3675
3676 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3677
3678 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3679
3680 * startup.el (inhibit-splash-screen, initial-scratch-message):
3681 Doc fixes.
3682
3683 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3684
3685 Sync with Tramp 2.0.52.
3686
3687 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3688 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3689 `tramp-unload-tramp' for checklist.
3690
3691 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3692 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3693 (tramp-unload-file-name-handler-alist)
3694 (tramp-unload-tramp): New defuns.
3695 (tramp-advice-PC-expand-many-files): New defadvice.
3696 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3697 removed.
3698 (tramp-handle-expand-file-name): Remove double slash.
3699 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3700 It doesn't matter, because it will be converted later on.
3701 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3702 implementation was just heuristic.
3703 (tramp-post-connection): Set uid and gid properties.
3704 (tramp-convert-file-attributes): Set file's gid change bit.
3705 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3706 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3707 in case of su(do)? methods. The home directory of the local user
3708 will be taken else.
3709 (tramp-open-connection-telnet)
3710 (tramp-open-connection-rsh, tramp-open-connection-su)
3711 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3712 local shell prompt could hurt. Reported by Romain Francoise
3713 <romain@orebokech.com>.
3714 (tramp-let-maybe): Add `edebug-form-spec' property.
3715 (tramp-handle-expand-file-name): Bind `default-directory' locally
3716 to "/" in order to avoid problems with UNC shares or Cygwin
3717 mounts.
3718 (tramp-md5-function): Fix typo in error message.
3719
3720 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3721
3722 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3723 for byte-compiler pacification.
3724
3725 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3726
3727 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3728 ID-FORMAT `string'. This allows us to get rid of
3729 `vc-user-login-name UID'.
3730
3731 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3732
3733 2006-01-22 John Paul Wallington <jpw@pobox.com>
3734
3735 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3736
3737 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3738
3739 * emacs-lisp/find-func.el (find-definition-noselect)
3740 (find-variable-noselect): Search variables in C source code too.
3741 (find-function-C-source, find-function-noselect, find-function)
3742 (find-function-other-frame, find-variable-noselect, find-variable)
3743 (find-variable-other-frame, find-variable-at-point):
3744 Fix docstrings.
3745
3746 2006-01-21 Francesco Potorti` <pot@gnu.org>
3747
3748 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3749
3750 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3751
3752 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3753 Default to disabling the "Save affix" question.
3754
3755 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3756
3757 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3758 the first arg to run-python.
3759
3760 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3761
3762 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3763 is not loaded.
3764
3765 2006-01-20 Jay Belanger <belanger@truman.edu>
3766
3767 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3768 limit is 0.
3769
3770 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3771 the correct variable.
3772
3773 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3774
3775 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3776 link. Fixed buggy argument sequence in call to `org-view-tags'.
3777 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3778 (org-prefix-has-tag): New variable.
3779 (org-format-agenda-item): Remove tags from headline if
3780 appropriate.
3781 (org-agenda-remove-tags-when-in-prefix): New option.
3782 (org-get-tags-at): New function.
3783
3784 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3785
3786 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3787 (thumbs-find-image): Move image name and number from buffer name
3788 to mode name. Set thumbs-buffer. Preserve point so that large
3789 images remain visible.
3790 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3791 order.
3792 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3793 mode name.
3794 (thumbs-next-image, thumbs-previous-image): Make them work.
3795
3796 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3797
3798 * cus-edit.el (custom-buffer-create-internal): State in the text above
3799 the whole buffer buttons that they do not operate on hidden items.
3800 (custom-face-menu): Use `custom-face-save' instead of
3801 `custom-face-save-command'.
3802 (custom-face-save-command): Make it an alias for `custom-face-save'
3803 and declare it obsolete.
3804 (custom-face-save): Doc fix.
3805
3806 * dired.el (dired-no-confirm): Add quote.
3807 (dired-subdir-alist-pre-R): Add quote in
3808 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3809
3810 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3811
3812 * textmodes/table.el (table-mode-indicator): Typo in last change.
3813
3814 2006-01-19 Richard M. Stallman <rms@gnu.org>
3815
3816 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3817 Fixes bug reported in Nov 2005.
3818
3819 * isearch.el (isearch-forward): Doc fix.
3820
3821 * dired.el (dired-move-to-filename-regexp): Define as alias.
3822 (dired-no-confirm): Use defcustom.
3823 (dired-subdir-alist-pre-R): Put defvar at top level.
3824
3825 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3826
3827 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3828 Mark as risky.
3829
3830 * simple.el (set-mark-command): Doc fix.
3831 (clone-indirect-buffer-other-window):
3832 Read arg like clone-indirect-buffer.
3833 (move-beginning-of-line): Skip invisible newlines.
3834
3835 2006-01-19 Masatake YAMATO <jet@gyve.org>
3836
3837 * progmodes/cpp.el (cpp-edit-load): Make the order of
3838 listed conditions in a base C code buffer and its associate
3839 CPP Edit buffer the same.
3840
3841 2006-01-19 Kenichi Handa <handa@m17n.org>
3842
3843 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3844 (rmail-mime-feature): Likewise.
3845 (rmail-require-mime-maybe): Use display-warning to show a warning
3846 message.
3847
3848 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3849 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3850
3851 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3852
3853 * array.el: Move defvars out of eval-when-compile.
3854 (array-make-template): Replace undeclared global var with a local one.
3855 (array-mode): Inline initialization functions.
3856 (array-init-local-variables, array-init-max-row)
3857 (array-init-max-column, array-init-columns-per-line)
3858 (array-init-field-width, array-init-rows-numbered)
3859 (array-init-line-length, array-init-lines-per-row): Remove.
3860
3861 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3862 (doc-mode-map): Define explicitly.
3863 (doctor-txtype): Use mapc.
3864
3865 * textmodes/table.el: Move defvars out of eval-when-compile.
3866 Remove harmful code meant to avoid byte-compiler warnings.
3867 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3868 specification that checks table-fixed-width-mode directly.
3869 (table-recognize-region, table-recognize-cell):
3870 Use restore-buffer-modified-p.
3871 (table-fixed-width-mode): Remove code that refreshes
3872 table-fixed-mode-indicator.
3873 (*table--cell-describe-bindings, *table--cell-describe-mode):
3874 Avoid obsolete name print-help-return-message.
3875 (table--test-cell-list): Don't use replace-regexp from elisp.
3876 (table--point-entered-cell-function, table--point-left-cell-function):
3877 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3878
3879 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3880 that was after the end of file. Use buffer-file-name variable.
3881 (org-timestamp-change): Use with-current-buffer.
3882 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3883 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3884 `file'.
3885
3886 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3887 (fortran-break-line): Remove unused var `opoint'.
3888 (fortran-abbrev-start): Obey help-event-list.
3889
3890 2006-01-18 Jesper Harder <harder@phys.au.dk>
3891
3892 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3893
3894 2006-01-18 Masatake YAMATO <jet@gyve.org>
3895
3896 * progmodes/make-mode.el (makefile-imake-mode): New mode
3897 derived from makefile-mode.
3898 (makefile-imake-mode-syntax-table): New syntax table
3899 derived from makefile-mode-syntax-table.
3900 (makefile-mode): Write about makefile-imake-mode in doc string.
3901 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3902 (makefile-imake-font-lock-keywords): New font lock keywords.
3903
3904 * files.el (auto-mode-alist): Add Imakefile.
3905
3906 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3907
3908 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3909 loading the file rather than when turning on flyspell-mode.
3910
3911 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3912
3913 * cus-edit.el (customize-rogue): Minor doc fix.
3914
3915 2006-01-17 Juri Linkov <juri@jurta.org>
3916
3917 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3918 instead of the file at the mark as default if the file at the mark
3919 is the same as the file at point or if dired-dwim-target-directory
3920 is not the same as the current directory and the mark is not active.
3921
3922 * log-view.el (log-view-minor-wrap): Use the same logic to get
3923 revisions as `log-view-diff'.
3924
3925 * info.el (Info-revert-find-node): Check for Info-current-file
3926 before preserving new-history.
3927
3928 * man.el (Man-heading-regexp): Add `/'.
3929
3930 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3931 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3932
3933 2006-01-16 Juri Linkov <juri@jurta.org>
3934
3935 * faces.el (mode-line-faces): New defgroup.
3936 (mode-line-highlight): Move definition after new defgroup.
3937 (mode-line, mode-line-inactive, mode-line-highlight):
3938 Replace :group `modeline' with `mode-line-faces'.
3939 (mode-line-buffer-id): New face.
3940 (modeline-buffer-id): New face alias.
3941 (vertical-border): Remove :group `modeline'.
3942
3943 * bindings.el (propertized-buffer-identification): Use face
3944 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3945 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3946 (mode-line-buffer-identification-keymap): For mouse-1 replace
3947 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3948 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3949 mouse-3.
3950
3951 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3952 Buffer-menu-buffer. Doc fix.
3953 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3954 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3955 `Buffer-menu-buffer'.
3956
3957 * info.el (Info-mode-line-node-keymap): New defvar.
3958 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3959 Propertize Info-current-node with `mode-line-buffer-id' and
3960 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3961
3962 * time.el (display-time-mail-face): Replace :group `faces' with
3963 `mode-line-faces'.
3964
3965 2006-01-16 Kenichi Handa <handa@m17n.org>
3966
3967 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3968
3969 * language/european.el (cp1252): New alias for windows-1252.
3970
3971 * international/mule.el (autoload-coding-system): Prepare for EOL
3972 variants.
3973
3974 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3975
3976 * term.el (term-raw-map): Add mapping for insert.
3977 (term-send-insert): New.
3978 (term-mode): Make variables local here instead of doing it in
3979 `term-emulate-terminal'.
3980 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3981 Scroll reverse needs to take into account the scroll region.
3982 Saving and restoring the cursor should save the color attributes too.
3983 (term-reset-terminal): Reset the scroll region.
3984 (term-handle-ansi-escape): Cursor up and down should take into
3985 account the scroll region.
3986 (term-set-scroll-region): Rename from `term-scroll-region'.
3987 Move to 0,0 after setting the region.
3988 (term-handle-scroll): Handle scroll up.
3989 (term-down): Fix off by one error.
3990 (term-delete-lines): Do not delete outside the scroll region.
3991 (term-insert-lines): Take into account the scroll region.
3992
3993 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3994
3995 * textmodes/ispell.el (ispell-internal-change-dictionary)
3996 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3997 (start, end): Move declaration outside of eval-when-compile.
3998
3999 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
4000 (flyspell-mode-on): Use it.
4001
4002 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
4003 ispell-kill-ispell-hook.
4004
4005 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
4006
4007 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
4008 (Custom-reset-saved): Do not ask for confirmation in single option
4009 buffers.
4010
4011 2006-01-13 Richard M. Stallman <rms@gnu.org>
4012
4013 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
4014
4015 2006-01-13 Romain Francoise <romain@orebokech.com>
4016
4017 * add-log.el (add-change-log-entry, change-log-merge):
4018 Conditionally use `hard-newline'.
4019
4020 2006-01-13 Martin Rudalics <rudalics@gmx.at>
4021
4022 * wid-edit.el (widget-field-end): If the overlay is no longer
4023 associated with a buffer, behave as if the overlay didn't exist.
4024
4025 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
4026 Make sure the links use the `custom-link' face.
4027
4028 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4029
4030 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
4031 (ld-script-mode): Don't set indent-line-function since we don't
4032 have one.
4033
4034 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
4035
4036 * textmodes/org.el (org-open-file): Use mailcap for selecting an
4037 application.
4038 (org-file-apps-defaults-gnu): Use mailcap as the default for
4039 selecting an application on a UNIX system.
4040 (org-agenda-show-tags): New command.
4041 (org-table-insert-hline): Keep cursor in current table line.
4042 (org-table-convert): Offset effect of modifying
4043 `org-table-insert-hline'.
4044 (org-format-agenda-item): New optional argument TAG.
4045 (org-compile-prefix-format): Handle %T format for the tag.
4046 (org-expand-wide-chars): New function.
4047 (org-table-insert-row, org-table-insert-hline):
4048 Use `org-expand-wide-chars'.
4049 (org-open-file): Fix bug in program launch.
4050 (org-get-time-of-day): Fix bug with times before 1am.
4051 (org-agenda-menu): Add tags commands.
4052
4053 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
4054
4055 * textmodes/ispell.el (ispell-init-process): Include the used
4056 dictionary in ispell process start message.
4057 (ispell-internal-change-dictionary): When flyspell-mode is active
4058 and dictionary is changed, make sure ispell process is restarted
4059 and flyspell word cache cleared out for the current buffer.
4060 (ispell-change-dictionary): Make sure flyspell word cache is
4061 cleared out in all buffers with active flyspell mode when
4062 dictionary is globally changed.
4063 Call ispell-internal-change-dictionary after dictionary change.
4064
4065 2006-01-13 Eli Zaretskii <eliz@gnu.org>
4066
4067 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
4068
4069 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
4070 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
4071 years. Fix small differences wrt Makefile.in.
4072 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
4073 Makefile.in does.
4074
4075 2006-01-12 Bill Wohler <wohler@newt.com>
4076
4077 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
4078 mh-search.el.
4079
4080 2006-01-12 Masatake YAMATO <jet@gyve.org>
4081
4082 * progmodes/ld-script.el: Update copyright year.
4083
4084 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
4085
4086 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
4087 Don't add widget if setting undefined.
4088
4089 2006-01-12 John Paul Wallington <jpw@pobox.com>
4090
4091 * help-fns.el (describe-variable): Remove newlines from void
4092 variable output.
4093
4094 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
4095
4096 * wdired.el (wdired-mode-map): Add help echo for
4097 wdired-abort-changes.
4098
4099 * man.el (Man-file-name-regexp): Adjust for a list of files.
4100
4101 2006-01-12 Masatake YAMATO <jet@gyve.org>
4102
4103 * progmodes/ld-script.el (auto-mode-alist): Support
4104 suffix conventions used in netbsd and eCos.
4105
4106 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
4107
4108 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
4109 (custom-variable-menu, custom-face-menu, custom-group-menu)
4110 (Custom-mode-menu): Change names of menu items. (As discussed on
4111 emacs-devel.)
4112 (custom-face-menu): Add "Undo Edits" item.
4113
4114 * startup.el (init-file-user): defcustom -> defvar.
4115
4116 * tooltip.el (tooltip-mode): Doc fix.
4117
4118 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4119
4120 * reveal.el (reveal-post-command): window-buffer signals an error on
4121 dead windows rather than returning nil.
4122 (reveal-open-new-overlays): An overlay might die while we open others.
4123
4124 2006-01-11 Bill Wohler <wohler@newt.com>
4125
4126 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
4127 phrasing in docstring.
4128
4129 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
4130 can give some systems gas. Add new file mh-buffers.el.
4131
4132 2006-01-06 Masatake YAMATO <jet@gyve.org>
4133
4134 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
4135 C preprocessor forward ported from GNU Emacs 21.2.
4136
4137 * progmodes/asm-mode.el (asm-font-lock-keywords):
4138 Use `cpp-font-lock-keywords'.
4139
4140 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
4141
4142 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
4143 of $ for "\\.ld[s]?".
4144
4145 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4146
4147 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
4148 (tcl-indent-line): Return `noindent' if inside a string.
4149
4150 * progmodes/flymake.el (flymake-split-string): Remove more than one
4151 empty string at beg/end of the result.
4152 (flymake-find-buildfile, flymake-find-possible-master-files):
4153 Use expand-file-name.
4154 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
4155 since expand-file-name does it for us. Use directory-file-name.
4156 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
4157 (flymake-ler-get-type, flymake-ler-get-text)
4158 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
4159 (flymake-current-line-no): Remove spurious interactive spec.
4160 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
4161 (flymake-check-include): Remove arg inc-path merged into inc-name.
4162 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
4163 Arg regexp-list replaced by a simple regexp.
4164 (flymake-master-make-header-init, flymake-master-tex-init):
4165 Correspondingly replace regexp-list with a regexp. Fix regexp.
4166
4167 2006-01-10 Simon Josefsson <jas@extundo.com>
4168
4169 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
4170 describing AUTH PLAIN fix.
4171
4172 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
4173
4174 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
4175 (report-emacs-bug): Don't record initial prompt text.
4176 Instead, add text properties to prompting text.
4177 (report-emacs-bug-hook): Delete prompting text.
4178
4179 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4180
4181 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
4182 `dirs'. Adjust callers.
4183
4184 2006-01-09 John Paul Wallington <jpw@gnu.org>
4185
4186 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
4187
4188 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4189
4190 * reveal.el (reveal-open-new-overlays): New extracted fun.
4191 (reveal-close-old-overlays): Idem. Check overlays's liveness before
4192 using them. Simplify the code.
4193 (reveal-post-command): Use them. Fix up obsolete windows in
4194 reveal-open-spots.
4195
4196 * progmodes/flymake.el: Use `require' rather than autoload for
4197 XEmacs's overlays.
4198 (flymake-get-common-file-prefix, flymake-build-relative-filename):
4199 Delete. Use file-relative-name instead.
4200 (flymake-get-syntax-check-program-args, flymake-perl-init):
4201 Simplify the resulting code.
4202
4203 * log-view.el (log-view-file-re, log-view-message-re): Add support
4204 for DaRCS output.
4205
4206 2006-01-09 Alex Schroeder <alex@gnu.org>
4207
4208 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
4209 identifiers sometimes added in square brackets at the beginning of
4210 subject lines.
4211
4212 2006-01-07 Richard M. Stallman <rms@gnu.org>
4213
4214 * cus-edit.el (Custom-set, Custom-save): Doc fix.
4215 (Custom-reset-current, Custom-reset-saved): Change question text.
4216 (Custom-reset-standard): Likewise.
4217 (custom-variable-reset-saved): Doc fix.
4218
4219 2006-01-07 Eli Zaretskii <eliz@gnu.org>
4220
4221 * startup.el (init-file-user): Doc fix.
4222
4223 2006-01-07 Alex Schroeder <alex@gnu.org>
4224
4225 * mail/rmail.el (rmail-current-subject): New function.
4226 (rmail-current-subject-regexp): New function.
4227 (rmail-next-same-subject): Use it.
4228
4229 * mail/rmailsum.el (rmail-summary-by-topic):
4230 Use rmail-current-subject and rmail-current-subject-regexp.
4231 (rmail-summary-next-same-subject): Ditto.
4232
4233 * net/rcirc.el (rcirc-send-input): No longer check whether the
4234 process is open, since not all commands need an open process.
4235 (rcirc-send-string): Check whether the process is open before
4236 sending anything.
4237 (rcirc-ignore-list): New option.
4238 (rcirc-ignore-list-automatic): New variable.
4239 (rcirc-print): Take rcirc-ignore-list into account.
4240 (rcirc-cmd-ignore): New command.
4241 (rcirc-ignore-update-automatic): New function.
4242 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
4243 list if ignored nicks.
4244 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
4245
4246 2006-01-06 David Reitter <david.reitter@gmail.com>
4247
4248 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
4249 reflect the address to which the report will be sent.
4250
4251 2006-01-06 Eli Zaretskii <eliz@gnu.org>
4252
4253 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
4254 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
4255
4256 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
4257
4258 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
4259
4260 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
4261 the doc string: "functoin" => "function".
4262 * ldefs-boot.el: Likewise.
4263
4264 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
4265 message text: "Duplicat" => "Duplicate".
4266
4267 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
4268
4269 * files.el (basic-save-buffer-2): If backing-up failed, reset
4270 buffer-backed-up to nil.
4271
4272 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
4273
4274 * progmodes/gud.el (gdb-script-skip-to-head)
4275 (gdb-script-calculate-indentation): Indent for breakpoint command
4276 lists also.
4277
4278 2006-01-05 Bill Wohler <wohler@newt.com>
4279
4280 * Makefile.in (compile-always): Add mh-autoloads dependency.
4281 (bootstrap): Remove mh-autoloads dependency, as compile dependency
4282 provides it.
4283 (updates): Remove mh-autoloads dependency, since it probably has
4284 already run recently (via recompile).
4285
4286 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
4287
4288 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
4289 argument `force' to disable the flyspell-last-buffer optimization.
4290 (flyspell-mode-on): Use it.
4291
4292 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
4293 flymake-simple-cleanup.
4294 (flymake-allowed-file-name-masks): Use this new default.
4295 All the functions are now called in the right buffer rather than
4296 passing the buffer as argument.
4297 (flymake-process-sentinel): Switch to buffer before calling cleanup.
4298 (flymake-parse-err-lines): Remove redundant buffer arg.
4299 (flymake-get-program-dir): Comment out unused function.
4300 (flymake-start-syntax-check, flymake-start-syntax-check-process):
4301 Remove redundant buffer argument.
4302 (flymake-get-real-file-name, flymake-simple-java-cleanup)
4303 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
4304
4305 2006-01-05 Richard M. Stallman <rms@gnu.org>
4306
4307 * info.el (Info-find-node): Don't record previous node if have none.
4308 (info): Go to directory only if history is empty.
4309
4310 * simple.el (mark): Doc fix.
4311
4312 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4313
4314 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
4315 already of desired type.
4316 (mac-ae-list): Coerce parameter to "list" type.
4317 (mac-dispatch-apple-event): Replace cadr part of event with a
4318 dummy position so that event-start returns it.
4319
4320 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
4321
4322 * textmodes/org.el (org-end-of-subtree): New function.
4323 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
4324 Use `org-end-of-subtree'.
4325 (org-agenda, org-agenda-convert-date): Protect calls to
4326 `fit-window-to-buffer'.
4327 (org-tags-view): Force matching of sublevels when doing a
4328 todo-only search. Define the correct redo command, including the
4329 arguments.
4330 (org-agenda-redo): Display message.
4331 (org-check-for-org-mode): New function.
4332 (org-agenda-type): New variable.
4333 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
4334 Set `org-agenda-type'.
4335 (org-agenda-check-type): New function.
4336 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4337 (org-agenda-week-view, org-agenda-day-view)
4338 (org-agenda-next-date-line, org-agenda-previous-date-line)
4339 (org-agenda-log-mode, org-agenda-toggle-diary)
4340 (org-agenda-toggle-time-grid, org-agenda-date-later)
4341 (org-agenda-date-prompt, org-agenda-diary-entry)
4342 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
4343 (org-agenda-convert-date, org-agenda-menu):
4344 Use `org-agenda-check-type'.
4345 (org-make-overlay, org-delete-overlay)
4346 (org-detatch-overlay, org-move-overlay, org-overlay-put):
4347 New compatibility functions.
4348 (org-calendar-select-mouse): New command.
4349
4350 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
4351
4352 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
4353 (Custom-reset-standard): Fix y-or-n-p messages.
4354 (custom-link): New face for links.
4355 (custom-buffer-create-internal, custom-manual): Use it.
4356 (custom-face-save): Push to theme-face before setting face spec.
4357
4358 * wid-edit.el (widget-default-mouse-face-get): New function.
4359 (widget-specify-button): Handle mouse-face like button-face.
4360
4361 * custom.el (load-theme): Clear old theme settings if reloading.
4362
4363 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
4364
4365 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
4366 "Erase Customization" button back to same position it occupies in
4367 the individual State menus.
4368
4369 2006-01-04 Kim F. Storm <storm@cua.dk>
4370
4371 * wid-edit.el (key-sequence): Rework widget to read key binding
4372 using `kbd' syntax. Use C-q to insert literal key, event, or code.
4373 (widget-key-sequence-default-value): Default value for empty sequence.
4374 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
4375 (widget-key-sequence-read-event): New command for C-q.
4376 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
4377 (widget-key-sequence-value-to-external): New functions.
4378
4379 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4380
4381 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
4382 Use expand-file-name.
4383 (flymake-delete-temp-directory): Use expand-file-name,
4384 file-name-directory, and directory-file-name.
4385 (flymake-strrchr): Delete.
4386 (flymake-start-syntax-check): Don't pass the redundant buffer argument
4387 to the init-f function.
4388 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
4389 (flymake-init-find-buildfile-dir)
4390 (flymake-init-create-temp-source-and-master-buffer-copy)
4391 (flymake-simple-make-init-impl, flymake-simple-make-init)
4392 (flymake-master-make-init, flymake-master-make-header-init)
4393 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
4394 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
4395 (flymake-xml-init): Remove corresponding redundant buffer argument.
4396 (flymake-allowed-file-name-masks): Remove last elems that are equal to
4397 the default anyway. Clean up regexps.
4398
4399 * progmodes/flymake.el (flymake-temp-source-file-name)
4400 (flymake-master-file-name, flymake-temp-master-file-name)
4401 (flymake-base-dir): New buffer-local vars.
4402 (flymake-buffer-data, flymake-get-buffer-value)
4403 (flymake-set-buffer-value): Replace those hash-tables by the new
4404 buffer-local vars. Update callers.
4405
4406 * progmodes/flymake.el (flymake-check-start-time)
4407 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
4408 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
4409 Move definition, so we can remove redundant earlier declaration.
4410 (flymake-replace-regexp-in-string, flymake-split-string)
4411 (flymake-get-temp-dir): Use defalias.
4412 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
4413 (flymake-xemacs-window-edges): Remove unused function.
4414 (flymake-get-point-pixel-pos): Move.
4415 (flymake-pid-to-names, flymake-reg-names)
4416 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
4417 Replace by a simple list flymake-processes and by process-buffer.
4418 Update callers. Other than simplify the code, it uses buffers rather
4419 than buffer-names so it doesn't get confused by uniquify.
4420 (flymake-buffer-data): The global value should just be nil.
4421
4422 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
4423 Optimize the body of a defalias like any other code.
4424
4425 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4426 Make sure we've setup font-lock's vars. It may influence which
4427 function we then call.
4428 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4429 here since it's too late anyway.
4430
4431 2006-01-03 Romain Francoise <romain@orebokech.com>
4432
4433 * startup.el (fancy-splash-tail, normal-splash-screen):
4434 Update copyright year.
4435
4436 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
4437
4438 * mouse.el (mouse-drag-track): Rename, from
4439 `mouse-drag-region-1'. Includes optional argument required to
4440 enable post-drag event processing (e.g. delete region keys).
4441 Can be used without this argument to track a mouse region and operate
4442 on it as soon as the drag completes.
4443 (mouse-drag-region): Use `mouse-drag-track'.
4444
4445 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4446
4447 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4448 Move to `custom-buffer' group.
4449
4450 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4451 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4452 (custom-theme-insert-face-marker, custom-theme-variable-menu)
4453 (custom-theme-face-menu): New variables.
4454 (custom-theme-add-variable, custom-theme-variable-action)
4455 (custom-variable-reset-theme, custom-theme-delete-variable)
4456 (custom-face-reset-theme, custom-theme-face-action)
4457 (custom-theme-delete-face, custom-theme-merge-theme)
4458 (custom-theme-add-face, custom-theme-visit-theme): New functions.
4459
4460 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
4461
4462 * custom.el: Move Custom Themes commentary to start of theme code.
4463 (custom-known-themes): Rename `standard' theme to `changed'.
4464 (custom-push-theme): Caller no longer specifies what theme to use
4465 when doing `reset'---the setting is simply removed from the theme.
4466 Delete MODE from `theme-value' and `theme-settings' properties.
4467 (custom-declare-theme): Ignore &rest args since we don't use them.
4468
4469 (custom-loaded-themes): Delete variable.
4470 (custom-theme-load-themes, custom-theme-loaded-p)
4471 (custom-theme-value): Delete functions.
4472
4473 (custom-declare-theme): Signal error on invalid theme names.
4474 (provide-theme): custom-loaded-themes was deleted.
4475 (load-theme): Load the file unconditionally.
4476 (enable-theme): Call `load-theme' if theme is undefined.
4477 (custom-enabled-themes): Only update value for successful loads.
4478 (disable-theme): Complete from enabled themes when interactive.
4479 (custom-variable-theme-value): Calculate theme value directly.
4480
4481 (custom-theme-reset-variables, custom-reset-variables): Mark as
4482 XEmacs compatibility functions. We don't actually use these.
4483
4484 * cus-edit.el (custom-variable-state-set):
4485 Use custom-variable-theme-value instead of custom-theme-value.
4486 (custom-face-state-set): Rename `standard' theme to `changed'.
4487 (custom-save-variables, custom-save-faces): Delete unneeded
4488 references to custom-reset-variables.
4489 (custom-save-resets): Delete function.
4490 (custom-save-variables, custom-save-faces): MODE argument deleted.
4491 (custom-save-variables, custom-save-faces): Ignore theme values.
4492
4493 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4494 compatibility function.
4495
4496 2006-01-01 Richard M. Stallman <rms@gnu.org>
4497
4498 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4499 (Custom-reset-current, Custom-reset-saved): Likewise.
4500 (Custom-reset-standard): Show message if aborted.
4501 (custom-mode): Doc fix, describing those commands.
4502
4503 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4504 put on event-kind property.
4505
4506 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4507
4508 * custom.el (provide-theme): Ban `user' theme name.
4509 (custom-enabling-themes): New variable.
4510 (enable-theme): Don't enable user if custom-enabling-themes is t.
4511 (custom-enabled-themes): Make it a defcustom.
4512 (custom-theme-recalc-face): No-op if face is undefined.
4513
4514 * cus-edit.el (custom-button-mouse): New variable.
4515 (custom-button-mouse): New face.
4516 (custom-raised-buttons, custom-mode): Use it.
4517
4518 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4519
4520 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4521
4522 * progmodes/gud.el (gud-display-line): Support hl-line in the
4523 source buffer.
4524
4525 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4526
4527 * mouse.el (mouse-drag-window-above): Verify that the found window
4528 overlaps with the given window in the horizontal dimension.
4529
4530 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4531
4532 * Makefile.in (cvs-update): New target.
4533
4534 * makefile.w32-in (cvs-update): Ditto.
4535
4536 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4537
4538 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4539 (custom-new-theme-mode-map): New variable.
4540
4541 2005-12-30 Richard M. Stallman <rms@gnu.org>
4542
4543 * custom.el (custom-load-themes): Function deleted.
4544
4545 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4546 (custom-save-variables): Don't delete or add custom-load-themes call.
4547
4548 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4549
4550 * cus-start.el: Add `visible-cursor'.
4551
4552 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4553 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4554 (flymake-process-filter): Switch to buffer before calling it instead.
4555 (flymake-post-syntax-check, flymake-highlight-err-lines)
4556 (flymake-delete-own-overlays, flymake-parse-err-lines)
4557 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4558 (flymake-count-lines, flymake-parse-residual):
4559 Remove constant buffer argument.
4560 (flymake-start-syntax-check-for-current-buffer): Remove.
4561 Update callers to use flymake-start-syntax-check instead.
4562 (flymake-display-err-menu-for-current-line):
4563 Remove unused var `mouse-pos'.
4564 (flymake-restore-formatting): Comment out unused function.
4565 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4566 argument, use current-buffer instead. Update callers.
4567
4568 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4569
4570 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4571 buffer-local because choose-completion-delete-max-match requires
4572 that we set completion-ignore-case (i.e., binding via let is not
4573 sufficient).
4574 (bibtex-complete): Always set completion-ignore-case and
4575 choose-completion-string-functions. The latter is needed because
4576 choose-completion-string-functions keeps its value if we quit the
4577 *Completions* buffer without requesting a completion.
4578
4579 2005-12-30 Andreas Schwab <schwab@suse.de>
4580
4581 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4582
4583 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4584
4585 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4586
4587 2005-12-30 Juri Linkov <juri@jurta.org>
4588
4589 * locate.el (locate-fcodes-file, locate-header-face)
4590 * progmodes/delphi.el (delphi-other-face)
4591 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4592
4593 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4594 group `paren-showing-faces'.
4595
4596 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4597 (goto-address): Fix docstring.
4598
4599 * net/webjump.el (webjump-sample-sites): Update URLs.
4600
4601 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4602
4603 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4604
4605 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4606
4607 * font-lock.el (font-lock-compile-keywords): Signal an error when
4608 font-lock-set-defaults hasn't been called.
4609
4610 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4611
4612 * subr.el (noreturn, 1value): Doc fixes.
4613
4614 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4615
4616 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4617 that assoc-string returns nil.
4618
4619 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4620
4621 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4622 (bibtex-entry-type-str, bibtex-empty-field-re)
4623 (bibtex-search-backward-string, bibtex-preamble-prefix)
4624 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4625 (bibtex-any-valid-entry-type): New variable.
4626 (bibtex-parse-field-name): Simplify.
4627 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4628 (bibtex-preamble-prefix): Include left delimiter.
4629 (bibtex-search-forward-field, bibtex-search-backward-field):
4630 Allow unbounded search past entry boundaries (required by bibtex-pop).
4631 (bibtex-text-in-field-bounds): Use push.
4632 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4633 (bibtex-parse-preamble, bibtex-valid-entry)
4634 (bibtex-beginning-first-field): New functions.
4635 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4636 (bibtex-map-entries): Fix docstring.
4637 (bibtex-flash-head): New arg prompt. Simplify.
4638 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4639 (bibtex-insert-kill): Simplify. Always insert text past the
4640 current field or entry.
4641 (bibtex-format-entry): Use bibtex-parse-field.
4642 (bibtex-pop): Use bibtex-beginning-of-entry and
4643 bibtex-end-of-entry to initiate the search. Insert empty field if
4644 we found ourselves.
4645 (bibtex-print-help-message): New args field and comma.
4646 Handle entry keys.
4647 (bibtex-make-field): Use bibtex-beginning-of-entry.
4648 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4649 invalid entry.
4650 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4651 Handle preambles. Simplify code for thorough test.
4652 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4653 New arg comma. Handle entry heads.
4654 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4655 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4656 New arg comma.
4657 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4658 (bibtex-fill-field): Simplify.
4659 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4660 bibtex-parse-field.
4661 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4662 (bibtex-complete): Use bibtex-parse-preamble.
4663
4664 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4665
4666 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4667 Display name of expression instead of convenience variable.
4668 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4669
4670 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4671 toggle-gud-tooltip-dereference.
4672 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4673 (gud-tooltip-tips): ...here when dereferencing.
4674
4675 2005-12-28 Bill Wohler <wohler@newt.com>
4676
4677 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4678
4679 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4680
4681 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4682 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4683 (vc-annotate-display-autoscale): Adjust call.
4684 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4685 Fix interactive spec.
4686 (vc-annotate-time-span): Remove.
4687 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4688 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4689 (vc-annotate-display-select): Use new name.
4690
4691 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4692 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4693 Correct the construction of span entries. Simplify.
4694 (vc-annotate-display-select): Fix the nil case.
4695 (vc-annotate): Remove obsolete (and now broken) code.
4696 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4697 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4698
4699 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4700
4701 * subr.el (lazy-completion-table): Correct typo in docstring.
4702
4703 * startup.el (command-line): Use `custom-reevaluate-setting' for
4704 `send-mail-function'.
4705
4706 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4707
4708 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4709
4710 * mail/smtpmail.el (smtpmail-try-auth-methods):
4711 Send credentials together with "AUTH PLAIN" command.
4712
4713 2005-12-27 Richard M. Stallman <rms@gnu.org>
4714
4715 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4716 mouse-2, go back to previously selected window, so it's selected
4717 when mouse-2 command runs.
4718
4719 2005-12-27 Juri Linkov <juri@jurta.org>
4720
4721 * descr-text.el (describe-text-sexp): Use square brackets for
4722 button [Show] to distinguish it from the property value `show'.
4723 (describe-property-list): Use `insert-text-button' with
4724 `help-face' type instead of putting face in quotes, because button
4725 is not created automatically for a list of faces.
4726 (describe-text-properties-1): Put button-type value in quotes to
4727 distinguish from plain text "button".
4728 (describe-char): Display code point values in hex. Don't use
4729 `symbol-name' for `current-input-method' because it is a string.
4730 Use `insert-text-button' with `help-face' type instead of putting
4731 hardcoded face in quotes, because button is not created automatically.
4732
4733 2005-12-27 Richard M. Stallman <rms@gnu.org>
4734
4735 * progmodes/glasses.el (glasses-face): More specific custom type.
4736
4737 * files.el (set-visited-file-name): Doc fix.
4738
4739 * textmodes/flyspell.el (flyspell-external-point-words):
4740 Use local var buffer-scan-pos to advance scan for next misspelling.
4741 Advance it only after we find the misspelling.
4742
4743 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4744
4745 * textmodes/flyspell.el (flyspell-external-point-words):
4746 New criteria for finding the misspelling in the buffer.
4747
4748 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4749
4750 * help-mode.el (help-insert-string): Set help-xref-stack-item
4751 rather than call help-setup-xref.
4752
4753 * descr-text.el (describe-char): Revert previous changes for
4754 optional buffer argument.
4755
4756 2005-12-27 Juri Linkov <juri@jurta.org>
4757
4758 * help-mode.el (help-insert-string): New function. Save buffer
4759 contents in cases where it is impossible to recompute the old contents.
4760
4761 * descr-text.el (describe-char): Set help-xref-stack-item
4762 explicitly after buffer has been generated.
4763
4764 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4765
4766 * cus-start.el (all): Add x-gtk-show-hidden-files.
4767
4768 2005-12-26 Richard M. Stallman <rms@gnu.org>
4769
4770 * replace.el (perform-replace): Calculate match-again
4771 before skipping read-only matches.
4772
4773 * paren.el (paren-showing-faces): New group.
4774 (show-paren-match, show-paren-mismatch): Move to that group.
4775
4776 * button.el (button): Put into group `basic-faces'.
4777
4778 * progmodes/make-mode.el: Remove faces from group `faces'.
4779
4780 * apropos.el (apropos, apropos-value): Doc fix.
4781 (apropos-documentation): Doc fix.
4782
4783 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4784
4785 * subr.el (lazy-completion-table): Remove argument `args'.
4786
4787 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4788 Don't use the `args' argument of lazy-completion-table.
4789
4790 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4791
4792 * descr-text.el (describe-char): Add optional argument for buffer.
4793 Set buffer appropriately. Call help-setup-xref.
4794 Suggested by Stefan Monnier.
4795
4796 2005-12-26 Juri Linkov <juri@jurta.org>
4797
4798 * descr-text.el: Require `help-fns' at runtime. Don't require
4799 `button' for byte compilation.
4800 (describe-text-widget): Add `help-echo' for first button.
4801 Use `help-info' for second.
4802 (describe-property-list): Use `help-argument-name' instead of `italic'.
4803 (describe-text-category): Add prompt to interactive spec.
4804 Call `help-setup-xref'.
4805 (describe-char): Use `help-character-set'. Add `help-echo' for
4806 code point. Use `help-input-method'. Remove superfluous insert.
4807
4808 2005-12-25 Richard M. Stallman <rms@gnu.org>
4809
4810 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4811 at point, in case of narrowing.
4812
4813 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4814
4815 * locate.el (locate-header-face): Allow nil in type.
4816
4817 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4818
4819 2005-12-25 Romain Francoise <romain@orebokech.com>
4820
4821 * battery.el (battery-linux-proc-acpi): Also try
4822 `/proc/acpi/thermal_zone/THM0/temperature'.
4823
4824 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4825
4826 * custom.el (custom-push-theme): Fix docstring.
4827
4828 * cus-edit.el (custom-variable-set, custom-variable-save)
4829 (custom-variable-save): Custom-quote widget values.
4830 (customize-save-variable): Fix custom-push-theme call.
4831
4832 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4833
4834 * w32-fns.el (w32-batch-update-autoloads): New function.
4835
4836 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4837 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4838 from the command line.
4839
4840 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4841
4842 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4843 reset means to remove setting from theme entirely. Don't keep
4844 expanding theme-settings list; delete old entries if necessary.
4845
4846 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4847 customization" button one line up.
4848 (custom-themed): New face.
4849 (custom-magic-alist): New value, THEMED, for theme settings.
4850 (custom-variable-state-set, custom-face-state-set):
4851 Check theme-value instead of saved-value.
4852 (custom-variable-reset-standard, custom-face-reset-standard):
4853 Remove theme setting entirely. Recalculate new values.
4854 (custom-variable-set, custom-variable-set)
4855 (custom-variable-reset-saved, custom-variable-reset-backup)
4856 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4857 (custom-variable-save): Fix typos.
4858
4859 2005-12-23 Juri Linkov <juri@jurta.org>
4860
4861 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4862 Add autoload cookies.
4863 (edebug-outside-d-c-i-n-s-w): New variable.
4864 (edebug-display, edebug-outside-excursion): Use it to save the
4865 original value of default-cursor-in-non-selected-windows.
4866 Set default-cursor-in-non-selected-windows to t while Edebug
4867 is active.
4868 (edebug-mode, edebug-eval-mode): Doc fix.
4869
4870 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4871 with `buffer-substring-no-properties' to remove common substring
4872 highlighting.
4873
4874 * info.el (info-other-window, info): Rename function argument
4875 `file' to `file-or-node'.
4876 (Info-complete-menu-item): Use local variable `complete-nodes' to
4877 keep the global value of `Info-complete-nodes' unchanged for
4878 subsequent completions.
4879 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4880
4881 * simple.el (get-next-valid-buffer, last-buffer)
4882 (next-error-buffer-p, next-error-find-buffer)
4883 (minibuffer-history-sexp-flag): Doc fix.
4884
4885 * savehist.el (savehist-mode-hook): Add `:group'.
4886
4887 * log-view.el: Call autoload for vc-find-version.
4888 (log-view-current-file): Adjust subgroup numbers.
4889 (log-view-current-tag): Add `length'.
4890
4891 2005-12-23 Richard M. Stallman <rms@gnu.org>
4892
4893 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4894
4895 2005-12-23 Juri Linkov <juri@jurta.org>
4896
4897 * hi-lock.el (hi-lock-archaic-interface-message-used)
4898 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4899 (hi-lock-mode): Display "Hi" in the mode line only when
4900 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4901 (hi-lock-write-interactive-patterns):
4902 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4903 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4904 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4905 font-lock-add-keywords to t.
4906
4907 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4908
4909 * hi-lock.el (hi-lock-highlight-range): New variable.
4910 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4911 only if font-lock-fontified is non-nil. Remove overlays.
4912 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4913 font-lock-fontified is non-nil, otherwise use overlays (instead of
4914 text properties).
4915 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4916 New variables.
4917 (hi-lock-string-serialize) New function.
4918
4919 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4920
4921 * menu-bar.el (menu-find-file-existing): New function.
4922 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4923
4924 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4925
4926 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4927
4928 * vc.el: Remove unnecessary leading * in docstrings.
4929 (vc-annotate-mode-map): Move initialization into declaration.
4930 (vc-static-header-alist): Nitpick on the regexp.
4931 (vc-default-init-version): New fun.
4932 (vc-register): Use it.
4933 (vc-insert-headers): Use dolist.
4934 (vc-annotate-get-backend): Remove unused function.
4935 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4936 (vc-annotate-mode): Remove corresponding call.
4937 (vc-annotate-car-last-cons): Simplify.
4938 (vc-annotate-buffers): Remove var.
4939 (vc-annotate-backend): Make it buffer-local.
4940 (vc-annotate): Move the interaction to the interactive spec.
4941 Add a `buf' argument.
4942 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4943 killing&creating a vc-annotate buffer, which is very disruptive when
4944 the buffers are shown in dedicated frames.
4945
4946 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4947
4948 * descr-text.el: Add FSF as maintainer.
4949 (describe-text-mode, describe-text-mode-map)
4950 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4951 help-mode.
4952 (describe-text-widget, describe-text-sexp)
4953 (describe-property-list, describe-text-category)
4954 (describe-text-properties, describe-text-properties-1)
4955 (describe-char): Use help buttons instead of widgets.
4956 (describe-char-unicodedata-file): Make URL link in doc string.
4957
4958 2005-12-22 Richard M. Stallman <rms@gnu.org>
4959
4960 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4961 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4962 Don't include buttons that write a file when there's no file.
4963 (custom-variable-menu, custom-face-menu, custom-group-menu):
4964 Don't include commands that write a file when there's no file.
4965 (customize-browse): Reword the top-of-buffer help intro.
4966 (custom-buffer-create-internal): Fix previous change.
4967 (customize-changed-options-previous-release): Prev release is 21.1.
4968 (customize-changed-options): Doc fix.
4969 (customize-changed): New alias.
4970 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4971 Say "standard values".
4972 (Custom-reset-standard): Doc fix.
4973 (custom-face-reset-standard): Doc fix.
4974
4975 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4976
4977 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4978 even if font-lock-mode is non-nil since it may be t without having
4979 turned on font-lock-mode-internal.
4980 (font-lock-choose-keywords): Minor optimization.
4981 (font-lock-add-keywords, font-lock-remove-keywords)
4982 (font-lock-set-defaults): Don't call make-local-variable on a variable
4983 that we know to already be local.
4984
4985 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4986
4987 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4988 messages if in the minibuffer.
4989
4990 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4991
4992 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4993 (tex-mode-flyspell-verify, flyspell-get-word)
4994 (flyspell-external-point-words): Don't use point-min/max uselessly.
4995
4996 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4997 by Kevin Rodgers. Instead, just hide the completions buffer if we
4998 don't need to show it.
4999
5000 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
5001
5002 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
5003
5004 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5005
5006 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
5007 delete-windows-on with an inexistent buffer.
5008
5009 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
5010
5011 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5012 Delete defcustom variable :tag names.
5013
5014 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
5015
5016 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
5017 (log-view-font-lock-keywords): Ajust subgroup numbers.
5018 (log-view-current-tag): Don't hard code the number of subgroups.
5019
5020 2005-12-20 Juri Linkov <juri@jurta.org>
5021
5022 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
5023 (tooltip-x-offset, tooltip-y-offset): Doc fix.
5024
5025 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
5026 (menu-bar-non-minibuffer-window-p): Instead of checking
5027 display-multi-frame-p, use selected-frame when menu-updating-frame
5028 is nil.
5029
5030 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
5031
5032 * align.el (align-rules-list): Use [ \t] instead of \s-
5033 for column separators in text mode.
5034
5035 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
5036
5037 * help-mode.el (help-customize-variable, help-customize-face):
5038 Don't pop help-xref-stack as help-follow no longer pushes
5039 anything on to it.
5040
5041 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
5042
5043 * textmodes/org.el (org-agenda-custom-commands): New option.
5044 (org-agenda): Offer custom commands on splash screen.
5045 (org-make-tags-matcher): Parser for Boolean logic added.
5046 (org-agenda-set-tags): New command.
5047 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
5048 (org-set-tags): Efficiency improvements.
5049 (org-auto-align-tags): New option.
5050 (org-todo, org-demote, org-promote): Realign tags.
5051 (org-tags-completion-function): Use also "&" and "|" as separators.
5052 (org-org-menu): Agenda commands simplified.
5053
5054 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5055
5056 * cus-edit.el (customize-apropos, customize-apropos-options):
5057 Docstring changes.
5058
5059 * font-lock.el (font-lock): Add tags to the links in the defgroup.
5060
5061 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
5062
5063 * longlines.el (longlines-mode): Wrap while widened.
5064 (longlines-decode-region, longlines-encode-region): Compute max
5065 just once.
5066
5067 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5068
5069 * cus-edit.el (mac): New group.
5070
5071 * cus-start.el (all): Add user options in macterm.c. Add test for
5072 Mac-related built-ins. Fix test for GTK-related built-ins.
5073
5074 * term/mac-win.el (mac-handle-language-change)
5075 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
5076 (mac-services-open-selection, mac-services-mail-selection)
5077 (mac-services-mail-to, mac-services-insert-text)
5078 (mac-dispatch-apple-event): Add docstrings.
5079 (x-get-selection, mac-select-convert-to-string): Select coding
5080 system from `utf-16be' and `utf-16le' using `byteorder'.
5081
5082 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5083
5084 * subr.el (lazy-completion-table): Don't be fooled if the var holds
5085 a "list" (lambda ...) rather than a real completion list.
5086
5087 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
5088 lexical-let when encountering ((lambda (...) ...) ...).
5089
5090 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
5091
5092 * progmodes/sh-script.el (sh-mode):
5093 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
5094 * textmodes/picture.el (picture-mode): Update docstrings.
5095
5096 2005-12-17 Eli Zaretskii <eliz@gnu.org>
5097
5098 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
5099 commands enclosed in $(ARGQUOTE)s should not be split between two
5100 lines, as that will break with GNU Make >3.80, when sh.exe is used
5101 and arg quoting is with '..'.
5102 (autoloads): Don't break the quoted --eval expression between
5103 several lines.
5104
5105 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
5106
5107 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
5108 Capture error from printing circular structures.
5109
5110 2005-12-17 Martin Rudalics <rudalics@gmx.at>
5111
5112 * wid-edit.el (widget-checkbox-action): Clear undo info.
5113
5114 2005-12-16 Bill Wohler <wohler@newt.com>
5115
5116 * menu-bar.el (kill-this-buffer): Set a good example by using menu
5117 bar, not menubar in comment.
5118
5119 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5120
5121 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
5122 After-change-functions should not clobber the match data.
5123
5124 2005-12-16 Juri Linkov <juri@jurta.org>
5125
5126 * simple.el (choose-completion): Use `buffer-substring-no-properties'
5127 instead of `buffer-substring'.
5128 (completion-common-substring): Doc fix.
5129 (completion-setup-function): Use minibuffer-completion-contents
5130 instead of minibuffer-contents. Don't set common-string-length
5131 initially. Remove special handling of partial-completion-mode.
5132 Move computation of completion-base-size into one cond.
5133 Call completion-base-size-function in mainbuf. In computation of
5134 completion-base-size for file name completion don't move point to
5135 the end of the minibuffer. Move computation of common-string-length
5136 into one cond. Start putting faces only when common-string-length>=0.
5137 Add condition to put completions-common-part when
5138 common-string-length>0.
5139
5140 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
5141 place point at the first different character in the minibuffer
5142 even if this position is at the beginning of the minibuffer.
5143
5144 * info.el (Info-read-node-name-1): In completion-base-size-function's
5145 lambda return 1 if common-substring or minibuffer-completion-contents
5146 starts with (, and 0 otherwise.
5147
5148 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
5149 Use `crm-current-element' for second arg of `display-completion-list'.
5150
5151 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
5152
5153 * files.el (set-auto-mode): Look for an interpreter specified on
5154 the first line also if search for mode specification succeeded,
5155 but the mode is not known.
5156
5157 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
5158
5159 * textmodes/org.el (org-tags-match-list-sublevels): New option.
5160 (org-open-at-point): Implement tag searches as links.
5161 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
5162 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
5163 (org-tags-sparse-tree, org-tags-view, org-set-tags)
5164 (org-agenda-dispatch): New commands.
5165 (org-use-tag-inheritance, org-tags-column): New options.
5166 (org-tab-follows-link, org-return-follows-link): New options.
5167 (org-tags): New customize group.
5168 (org-start-icalendar-file): Get local time zone.
5169 (org-tags-completion-function): New function.
5170 (org-set-font-lock-defaults): Make sure links will also be
5171 highlighted inside headlines.
5172
5173 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
5174
5175 * term.el (term-emulate-terminal):
5176 Let term-handle-ansi-terminal-messages override what Bash says about
5177 its current directory.
5178
5179 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5180
5181 * bindings.el (last-buffer): Move to simple.el.
5182 * simple.el (last-buffer): Move here.
5183 (get-next-valid-buffer): New function.
5184 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
5185 (prev-buffer): Ditto. Rename to `previous-buffer'.
5186
5187 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
5188 * bindings.el (global-map): Ditto.
5189
5190 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
5191
5192 * cus-edit.el: Introductory comment change.
5193 (custom-magic-alist): Change message string for the `rogue' state.
5194
5195 2005-12-15 Richard M. Stallman <rms@gnu.org>
5196
5197 * tooltip.el: Delete defcustom variable :tag names.
5198
5199 * complete.el (partial-completion-mode): Doc fix.
5200
5201 * textmodes/flyspell.el (flyspell-external-point-words):
5202 Use save-excursion to ensure we don't move backward in the
5203 search loop, not even one character.
5204 (flyspell-delete-all-overlays): Use remove-overlays directly.
5205
5206 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
5207 (ispell-start-process): Set that variable.
5208 Clear ispell-buffer-local-name.
5209 (ispell-internal-change-dictionary):
5210 Set ispell-current-dictionary after killing process.
5211 (ispell-buffer-local-dict):
5212 Don't set spell-personal-dictionary after killing process.
5213 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
5214 (ispell-tex-skip-alists, ispell-html-skip-alists)
5215 (ispell-skip-region-alist): Mark as risky.
5216
5217 * net/newsticker.el (newsticker--retrieval-timer-list)
5218 (newsticker--display-timer, newsticker-running-p)
5219 (newsticker-ticker-running-p): Definitions moved up.
5220
5221 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
5222
5223 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
5224
5225 2005-12-15 David Ponce <david@dponce.com>
5226
5227 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
5228 (recentf-edit-list, recentf-open-files): Signal an error when
5229 there is no recent file.
5230
5231 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5232
5233 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
5234 read-only except for texinfo-format-region evaluation.
5235
5236 2005-12-14 Richard M. Stallman <rms@gnu.org>
5237
5238 * vc.el (vc-default-previous-version, vc-default-next-version)
5239 (vc-do-command): Doc fixes.
5240
5241 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5242
5243 * textmodes/bibtex.el (bibtex-expand-strings)
5244 (bibtex-autokey-expand-string, bibtex-name-part)
5245 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
5246 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
5247 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
5248 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
5249 (bibtex-entry-postfix, bibtex-known-entry-type-re)
5250 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
5251 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
5252 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
5253 (bibtex-beginning-of-last-entry): Remove.
5254 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
5255 message if comma is missing but buffer is read-only.
5256 (bibtex-parse-field-text): Handle whitespaces at the end of field
5257 text. Return 3-element list with beginning and end of field text
5258 and end of field.
5259 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
5260 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
5261 (bibtex-search-forward-field, bibtex-search-backward-field):
5262 Search always delimited by limits of entry. Use more efficient
5263 search algorithms.
5264 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
5265 bibtex-end-of-name-in-field.
5266 (bibtex-text-in-field-bounds): Handle BibTeX strings when
5267 extracting the content of a field.
5268 (bibtex-text-in-field): Use search limits.
5269 (bibtex-parse-string-prefix): Handle empty string keys based on
5270 bibtex-string-empty-key.
5271 (bibtex-parse-string): Fix docstring.
5272 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
5273 (bibtex-preamble-prefix, bibtex-strings): New functions.
5274 (bibtex-skip-to-valid-entry): Include preceding whitespace in
5275 BibTeX entries (consistent with other BibTeX functions).
5276 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
5277 (bibtex-search-entry): Fix docstring. Simplify.
5278 (bibtex-flash-head, bibtex-complete-string-cleanup)
5279 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
5280 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
5281 (bibtex-parse-entry): New optional arg content.
5282 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
5283 Use bibtex-text-in-field-bounds.
5284 (bibtex-print-help-message): Handle BibTeX strings and preambles.
5285 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
5286 bibtex-parse-string-postfix.
5287 (bibtex-find-text-internal): New function.
5288 (bibtex-remove-delimiters): Use it.
5289 (bibtex-find-text): Use it. New optional arg help.
5290 (bibtex-complete): Handle BibTeX string and preamble entries.
5291 (bibtex-Preamble): Fix order of closing delimiters.
5292
5293 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5294
5295 * vc.el (vc-default-revert): New fun.
5296
5297 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
5298
5299 2005-12-14 Romain Francoise <romain@orebokech.com>
5300
5301 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
5302 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
5303 (font-lock-remove-keywords): Likewise.
5304
5305 2005-12-14 Juri Linkov <juri@jurta.org>
5306
5307 * log-view.el (log-view-diff): Doc fix.
5308
5309 * isearch.el (isearch-query-replace): Use (mark) instead of
5310 isearch-opoint if mark is active in transient-mark-mode.
5311
5312 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5313
5314 * isearch.el (isearch-query-replace): Check for isearch-other-end.
5315
5316 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
5317
5318 * progmodes/cpp.el (cpp-face): New widget.
5319 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
5320
5321 2005-12-14 Juri Linkov <juri@jurta.org>
5322
5323 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
5324 around `erase-buffer' and `insert'.
5325
5326 * descr-text.el (describe-text-properties): Replace buffer name
5327 "*Help-2*" with "*Help*<2>".
5328 (describe-char): Add functions print-help-return-message,
5329 toggle-read-only. Use help-setup-xref with nil to not store
5330 describe-char in help-xref-stack. Use help-make-xrefs to
5331 make [back] button.
5332
5333 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
5334
5335 * wdired.el (wdired-old-point): New internal variable.
5336 (wdired-change-to-wdired-mode): Set it buffer-locally.
5337 (wdired-abort-changes): Restore point after aborting changes.
5338
5339 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5340
5341 * vc.el (vc-do-command): Add a new value t for okstatus.
5342
5343 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
5344 frame in case of errors.
5345
5346 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5347
5348 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
5349 so it comes after "On the Left" in the menu.
5350
5351 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
5352
5353 * cus-edit.el (customize-apropos, customize-apropos-options)
5354 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
5355
5356 2005-12-12 Bill Wohler <wohler@newt.com>
5357
5358 * vc-svn.el (vc-svn-registered): Fix problem of visiting
5359 non-writable Subversion-controlled files by saving window
5360 configuration before calling vc-do-command. vc-do-command calls
5361 pop-to-buffer on error which is unexpected during registration.
5362
5363 2005-12-12 Jay Belanger <belanger@truman.edu>
5364
5365 * calc/README: Update the summary of changes.
5366
5367 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5368
5369 * descr-text.el (describe-char): Rework last fix to solve the problem
5370 is the same way it's solved for everything else in that function
5371 (i.e. by extracting the info before setting up the *Help* buffer).
5372
5373 2005-12-12 Kim F. Storm <storm@cua.dk>
5374
5375 * subr.el (version-regexp-alist): Allow space as separator before
5376 non-numeric part, e.g. "1.0 alpha".
5377 (version-to-list): Interpret .X.Y version as 0.X.Y version.
5378
5379 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
5380
5381 * textmodes/org.el (org-agenda, org-timeline, org-todo):
5382 Implement Logging and the keep-modes setting.
5383 (org-get-category): Make sure a string is returned.
5384 (org-log-done): New function.
5385 (org-log-done, org-closed-string): New options.
5386
5387 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5388
5389 * tooltip.el (tooltip-y-offset): Change default to 20.
5390
5391 2005-12-12 Richard M. Stallman <rms@gnu.org>
5392
5393 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
5394
5395 * frame.el (display-hourglass): Doc fix.
5396
5397 * help.el (help-for-help-internal): Simplify entry for `a'.
5398
5399 * info.el (Info-on-current-buffer): Doc fix.
5400 (info-insert-file-contents): Don't test (featurep 'jka-compr).
5401
5402 * startup.el (inhibit-splash-screen): Make this the real name.
5403 (inhibit-startup-message): Make this the alias.
5404 (command-line): Find only simple.el, and use its directory
5405 to fill in other preloaded files' names.
5406 (command-line): Deactivate the mark if deactivate-mark is set.
5407
5408 * international/mule.el (load-with-code-conversion):
5409 Bind deactivate-mark.
5410
5411 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
5412
5413 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
5414
5415 * cus-edit.el (customize-apropos): Avoid listing an option more
5416 than once under different aliases. No longer list user options
5417 that are not defined with defcustom (unless a prefix arg is given).
5418 Doc fix.
5419 (customize-apropos-options): Doc fix.
5420
5421 2005-12-11 Juri Linkov <juri@jurta.org>
5422
5423 * frame.el (set-background-color, set-foreground-color)
5424 (set-cursor-color, set-mouse-color, set-border-color):
5425 Add explicit prompts to read colors by `facemenu-read-color'.
5426 (show-trailing-whitespace, blink-cursor-delay)
5427 (blink-cursor-interval, display-hourglass, hourglass-delay):
5428 Remove tags.
5429 (display-hourglass, hourglass-delay): Doc fix.
5430 (cursor-in-non-selected-windows): Capitalize words in tag.
5431
5432 * faces.el (frame-background-mode): Replace `choice-item' keywords
5433 with `const' to not make [default] button. Change default value tag
5434 from `default' to `automatic'. Doc fix.
5435 (trailing-whitespace) <defface>: Change group `whitespace' to
5436 `whitespace-faces'.
5437
5438 2005-12-11 Richard M. Stallman <rms@gnu.org>
5439
5440 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5441
5442 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5443
5444 * term/mac-win.el: Create keymap for mac-apple-event-map.
5445
5446 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
5447
5448 * tooltip.el (tooltip-mode): Move to start of file so that it
5449 appears at top of customize buffer.
5450
5451 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5452 Add the gud groupname.
5453 (gud-tooltip-mode): Add the tooltip groupname.
5454 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
5455 avoid conflict with tooltip-use-echo-area.
5456
5457 2005-12-10 Romain Francoise <romain@orebokech.com>
5458
5459 * help.el (help-for-help-internal): Add `r' in doc string.
5460
5461 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5462
5463 * align.el (align-regexp, align-highlight-rule):
5464 Use region-beginning and region-end instead of point and mark, so that
5465 repetition (with `repeat-complex-command') recomputes the region
5466 bounds.
5467
5468 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5469
5470 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5471 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5472 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5473 (balance-windows): Rewrite using the above new functions.
5474
5475 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5476
5477 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5478 react if global-hi-lock-mode seems intended.
5479 (global-hi-lock-mode) Renamed from hi-lock-mode.
5480 (hi-lock-archaic-interface-message-used)
5481 (hi-lock-archaic-interface-deduce): New variables.
5482 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5483 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5484 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5485 Replace hi-lock-buffer-mode with hi-lock-mode.
5486
5487 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5488
5489 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5490 completion list, even after a partial completion has been
5491 inserted in the current buffer. If there are more than 1
5492 completion, redisplay the *Completions* buffer; if the
5493 completion is unique, delete the *Completions* window.
5494
5495 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5496
5497 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5498 strings and long subject lines that were broken into multiple
5499 lines at arbitrary places. Handle subjects that have "Re: " in
5500 the middle.
5501
5502 2005-12-10 John W. Eaton <jwe@octave.org>
5503
5504 * emacs/octave-mod.el (octave-electric-space): Don't indent
5505 comments or strings if octave-auto-indent is nil.
5506
5507 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5508
5509 * term/mac-win.el: Require url when compiling.
5510 Call mac-process-deferred-apple-events after loading init files.
5511 (mac-apple-event-map): New defvar. Define event handlers in it.
5512 (core-event, internet-event): New Apple event class symbols.
5513 (open-application, reopen-application, open-documents)
5514 (print-documents, open-contents, quit-application)
5515 (application-died, show-preferences, autosave-now, get-url):
5516 New Apple event ID symbols.
5517 (about): New HICommand ID symbol.
5518 (mac-event-spec, mac-event-ae): New macros.
5519 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5520 (mac-ae-selection-range, mac-ae-text-for-search)
5521 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5522 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5523 and Services menu events are now defined in mac-apple-event-map.
5524 (mac-drag-n-drop): Remove selection range handling.
5525
5526 2005-12-10 Kenichi Handa <handa@m17n.org>
5527
5528 * simple.el (zap-to-char):
5529 * isearch.el (isearch-process-search-char): Translate CHAR by
5530 translation-table-for-input.
5531
5532 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5533
5534 * foldout.el (foldout-exit-fold): Properly hide subtree.
5535
5536 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5537
5538 * files.el (save-buffer):
5539 * international/ucs-tables.el (ucs-set-table-for-input):
5540 * mail/mail-extr.el (mail-extract-address-components):
5541 * mail/sendmail.el (mail-mode): Reformat doc string.
5542
5543 2005-12-09 Juri Linkov <juri@jurta.org>
5544
5545 * isearch.el (isearch-highlight): Change main overlay priority
5546 from 1 to 1001. Simplify.
5547 (isearch-lazy-highlight-update): Change lazy overlay priority
5548 from 0 to 1000.
5549
5550 * replace.el (replace-highlight): Change overlay priority from
5551 1 to 1001.
5552
5553 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5554 Change overlay priority from 1 to 1001. Reuse existing overlay.
5555
5556 * compare-w.el (compare-windows-highlight): Change overlay
5557 priority from 1 to 1000.
5558
5559 * menu-bar.el (menu-bar-edit-menu): Add listp around
5560 pending-undo-list to disable menu item "undo" when pending
5561 undo list is empty.
5562
5563 * locate.el (locate): Disable undo in *Locate* buffer.
5564
5565 2005-12-09 Kim F. Storm <storm@cua.dk>
5566
5567 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5568
5569 2005-12-09 David Ponce <david@dponce.com>
5570
5571 * recentf.el: Improvement of the menu code.
5572 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5573 instead of menu hook.
5574 (recentf-show-menu, recentf-hide-menu): New functions.
5575 (recentf-menu-customization-changed, recentf-mode): Use them.
5576 (recentf-menu-action, recentf-max-menu-items)
5577 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5578 (recentf-arrange-by-rule-others)
5579 (recentf-arrange-by-rules-min-items)
5580 (recentf-arrange-by-rule-subfilter) : Don't use
5581 `recentf-menu-customization-changed'.
5582 (recentf-arrange-rules): Likewise. Accept functions to compute
5583 sub-menu titles.
5584 (recentf-menu-filter): Likewise. Doc fix.
5585 (recentf-menu-value-shortcut): Doc fix.
5586 (recentf-dump-variable): Quote atom value.
5587 (recentf-make-menu-items): Update to use it as a menu filter.
5588 (recentf-match-rule): New function.
5589 (recentf-arrange-by-rule): Use it.
5590 (recentf-indirect-mode-rule): New function.
5591 (recentf-build-mode-rules): Use it.
5592 (recentf-dir-rule): New function.
5593 (recentf-arrange-by-dir): Use it.
5594 (recentf-filter-changer-current): Rename from
5595 `recentf-filter-changer-state'. All references updated.
5596 (recentf-filter-changer-alist): Update filter names.
5597 (recentf-filter-changer-select): New function.
5598 (recentf-filter-changer): Use it. Make a sub-menu from filters
5599 available in `recentf-filter-changer-alist'.
5600 (recentf-data-cache, recentf-clear-data)
5601 (recentf-update-menu): Remove. All references updated.
5602 (recentf-match-rule-p, recentf-build-dir-rules)
5603 (recentf-filter-changer-goto-next)
5604 (recentf-filter-changer-get-current)
5605 (recentf-filter-changer-get-next): Remove.
5606
5607 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5608
5609 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5610 buffer "Reset" button to "Reset to Current" for consistency with
5611 the State buttons.
5612
5613 2005-12-08 John Paul Wallington <jpw@pobox.com>
5614
5615 * ibuf-ext.el (define-ibuffer-filter filename):
5616 If `dired-directory' is a list then really use its car.
5617
5618 2005-12-08 Kim F. Storm <storm@cua.dk>
5619
5620 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5621 Fix indention of text on right side of replaced rectangle.
5622
5623 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5624
5625 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5626 No need to check gud-comint-buffer is bound.
5627 (gdb): Prevent multiple debugging when first session uses gdba.
5628
5629 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5630
5631 CC Mode update to 5.31.
5632
5633 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5634 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5635 We might do this function properly in the future).
5636
5637 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5638 New macros c-sentence-end and c-default-value-sentence end, to cope
5639 with Emacs 22's new function `sentence-end'.
5640
5641 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5642
5643 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5644 compat issue using `c-put-overlay' and `c-delete-overlay'.
5645
5646 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5647 New compat macros to handle overlays/extents.
5648
5649 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5650
5651 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5652 (for GNU Emacs 20.4)
5653
5654 * progmodes/cc-defs.el:
5655 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5656
5657 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5658 highlighting mechanism so it will work in XEmacs too.
5659
5660 * progmodes/cc-defs.el: Insert c-int-to-char.
5661
5662 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5663 call to the new macro c-int-to-char. This solves XEmacs's
5664 regarding characters as different from integers.
5665
5666 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5667
5668 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5669 New internal helper.
5670
5671 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5672 construct to make the indirect face lookup work in XEmacs.
5673
5674 (c-cpp-matchers): Append the negation char face to the existing
5675 fontification, so that the cpp face doesn't disappear.
5676 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5677 and strings.
5678
5679 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5680 to map to `font-lock-negation-char-face' in emacsen where it exists.
5681
5682 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5683
5684 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5685
5686 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5687 Rename "c-subword-move-mode" as "c-subword-mode".
5688
5689 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5690 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5691
5692 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5693
5694 * progmodes/cc-mode.el: Added autoload directive for
5695 `c-subword-move-mode' for use in older emacsen.
5696
5697 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5698
5699 * progmodes/cc-mode.el:
5700 (i) Insert a binding for C-c C-backspace into
5701 c-bind-special-erase-keys which works in TTYs.
5702 (ii) Make sure that when file styles are used, any explicitly
5703 given style variables take priority over those in the style.
5704 Do this by calling `hack-local-variables' a second time.
5705
5706 * progmodes/cc-vars.el: Add language specific customization
5707 widgets for AWK to c-doc-comment-style, c-require-final-newline
5708 and c-default-style. Add a defcustom for awk-mode-hook.
5709 Give c-syntactic-element and c-syntactic-context doc-strings by
5710 directly setting their `variable-documentation' propery.
5711 This allows Emacs 22.1 to read these with C-h v.
5712
5713 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5714
5715 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5716
5717 * progmodes/cc-fonts.el, cc-vars.el
5718 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5719 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5720 Masatake YAMATO.
5721
5722 (c-doc-comment-style): Made GtkDoc default in C mode.
5723
5724 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5725 and C-c C-<delete>.
5726
5727 (c-bind-special-erase-keys): New function for use on
5728 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5729
5730 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5731 <delete> key behavior in XEmacs according to `delete-forward-p'.
5732 C.f. `c-electric-delete'.
5733
5734 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5735
5736 * progmodes/cc-mode.el: Give c-hungry-backspace and
5737 c-hungry-delete-forward permanent key bindings.
5738
5739 * progmodes/cc-cmds.el (c-electric-semi&comma):
5740 Bind c-syntactic-context for calls to "criteria functions", for
5741 consistency with other calls to user functions.
5742
5743 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5744 `current-prefix-arg', since this might be the prefix arg to a
5745 command which calls c-indent-command as a function. Change the
5746 interactive spec from "p" to "P".
5747
5748 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5749 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5750 was difficult to understand.
5751
5752 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5753
5754 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5755 first char of an identifier.
5756
5757 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5758 +" syntax in C++.
5759
5760 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5761
5762 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5763 auto-fill doesn't split a c-comment's last word from a hanging
5764 "*/" when a space is typed between them after fill-column.
5765
5766 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5767
5768 * progmodes/cc-styles.el (c-set-style)
5769 (c-setup-paragraph-variables): Abort the command if we're not in a
5770 CC Mode buffer.
5771
5772 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5773 with blank comment-prefix, and a blank line as the comment's
5774 second line.
5775
5776 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5777
5778 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5779 Incorporate the patterns added in the Emacs development branch
5780 for the new Emacs 22 face `font-lock-negation-char-face'.
5781
5782 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5783 of "red" since it stands out better in xterms and DOS terminals.
5784
5785 * progmodes/cc-engine.el (c-literal-faces):
5786 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5787
5788 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5789
5790 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5791 forcibly enable c-electric-flag.
5792
5793 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5794 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5795 after the comment-prefix of a C-style comment will close that comment.
5796
5797 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5798
5799 * progmodes/cc-fonts.el (c-basic-matchers-before)
5800 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5801 in Pike.
5802
5803 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5804 digraphs.
5805
5806 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5807 (c-cpp-message-directives, c-cpp-include-directives)
5808 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5809 (c-cpp-expr-directives): Introduce new language constants to
5810 control cpp syntax in a cleaner way.
5811
5812 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5813
5814 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5815
5816 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5817 (c-multiline-string-start-char): New language constants and
5818 variables to specify how newlines in string literals work.
5819
5820 (c-font-lock-invalid-string): Use them.
5821
5822 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5823 unbalanced close brace is entered. Optimization by avoiding going
5824 back over arbitrarily large blocks. Removed hints that this
5825 function only would be relevant/useful in AWK.
5826
5827 (c-electric-brace): Indent syntactically after the cleanups since
5828 lineup functions might do it differently then.
5829
5830 * progmodes/cc-engine.el, cc-langs.el
5831 (c-opt-op-identifier-prefix): New language constant and variable.
5832
5833 (c-just-after-func-arglist-p, c-after-special-operator-id)
5834 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5835
5836 * progmodes/cc-align.el, cc-engine.el
5837 (c-after-special-operator-id): New helper to handle C++ operator
5838 identifiers.
5839
5840 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5841 (c-guess-basic-syntax): Handle C++ operator identifiers in
5842 declarations.
5843
5844 * progmodes/cc-langs.el (c-assignment-operators): Add the
5845 trigraph version of ^= too.
5846
5847 * progmodes/cc-langs.el (c-assignment-operators): Add the
5848 trigraph version of |= in C++.
5849
5850 * progmodes/cc-fonts.el (c-font-lock-declarators):
5851 Handle `c-decl-hangon-kwds' after the identifier name.
5852
5853 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5854 whether an arglist is "nonempty", ignore a comment after the open
5855 paren if it isn't followed by a non-comment token on the same line.
5856
5857 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5858 Enable heuristics below the point to cope with classes inside special
5859 brace lists in Pike.
5860
5861 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5862
5863 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5864
5865 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5866
5867 * progmodes/cc-guess.el (cc-guess-install): New function to
5868 install an already guessed style in another buffer.
5869
5870 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5871 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5872 anyway if the change always is undone.
5873
5874 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5875
5876 Implement togglable electricity:
5877
5878 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5879 saying when it should be used.
5880
5881 * progmodes/cc-engine.el: Add the new buffer-local variable,
5882 c-electric-flag.
5883
5884 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5885 c-toggle-auto-newline.
5886
5887 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5888 c-toggle-auto-newline. Remove the binding for
5889 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5890 c-toggle-electric-state.
5891
5892 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5893
5894 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5895 c-\(forward\|backward\)-subword.
5896 (c-update-modeline): Add the new modeline flag `l' for
5897 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5898 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5899 Make the old name an alias of the new name.
5900 (c-toggle-electric-state): New function.
5901 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5902 Adapt these functions to do electric things only when
5903 c-electric-flag is non-nil.
5904 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5905 new functions from c-electric-brace.
5906 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5907 mode, so that the tentative extra newline doesn't change the
5908 syntax of the following brace.
5909 (c-electric-brace): Restructure by extracting the above functions.
5910 Tidy up the coding somewhat.
5911 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5912 restructure a bit.
5913
5914 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5915
5916 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5917 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5918
5919 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5920 (c-submode-indicators): Change name from `c-auto-hungry-string'
5921 since it's now used to track another submode.
5922
5923 (c-update-modeline): Convert to function and extended to check
5924 `c-subword-move-mode'.
5925
5926 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5927 Convert to compat aliases for `c-forward-subword' and
5928 `c-backward-subword'.
5929
5930 * progmodes/cc-subword.el: New functions and minor mode to handle
5931 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5932
5933 (c-forward-subword, c-backward-subword, c-mark-subword)
5934 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5935 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5936 Functions corresponding to the standard word handling functions.
5937
5938 (c-subword-move-mode): Minor mode that replaces all the standard
5939 word handling functions with their subword equivalences.
5940
5941 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5942
5943 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5944 entry for one-liner-defun.
5945
5946 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5947 name in its def-edebug-spec.
5948
5949 * progmodes/cc-cmds.el (c-electric-brace): Make the
5950 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5951 compacts space before a comment, if this will make things fit on
5952 one line.
5953
5954 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5955
5956 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5957
5958 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5959 clean-up one-liner-defun.
5960
5961 * progmodes/cc-styles.el: Add the new "awk" style.
5962
5963 * progmodes/cc-vars.el: Add description of one-liner-defun to
5964 c-cleanup-list's doc-string. New user options,
5965 c-max-one-liner-length. In c-default-style, set the default style
5966 for AWK to "awk".
5967
5968 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5969
5970 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5971 macros inside labels.
5972
5973 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5974 `c-at-statement-start-p' and `c-at-expression-start-p'.
5975
5976 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5977 error if the mark isn't set.
5978
5979 * progmodes/cc-engine.el (c-guess-continued-construct)
5980 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5981 accurately detect functions inside functions.
5982
5983 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5984 like `c-at-statement-start-p' that additionally recognizes commas
5985 and expression parentheses as delimiters.
5986
5987 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5988 to avoid heuristics that doesn't work for unclosed blocks.
5989 (c-at-statement-start-p): New function.
5990
5991 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5992 Objective-C directives, e.g. directives spanning lines should work
5993 reasonably well now.
5994
5995 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5996
5997 (c-forward-objc-directive): New function to move over any ObjC
5998 directive.
5999
6000 (c-just-after-func-arglist-p, c-guess-basic-syntax)
6001 (c-basic-matchers-before): Use it.
6002
6003 (c-font-lock-objc-iip-decl): Remove.
6004
6005 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
6006 in the template arglist recognition.
6007
6008 * progmodes/cc-styles.el (c-style-alist): Fix several
6009 inconsistencies in the Whitesmith style.
6010
6011 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
6012 New lineup function to get lines after Whitesmith style blocks
6013 correctly indented.
6014
6015 (c-lineup-whitesmith-in-block): Back out the compensation for
6016 opening parens since it's done using `add' lists in the style
6017 definition instead. Don't use the anchor position since it varies
6018 too much between the syntactic symbols. :P
6019
6020 * progmodes/cc-vars.el (c-valid-offset): Update.
6021
6022 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
6023 lists where the offsets are combined according to several
6024 different methods: `first', `min', `max', and `add'.
6025 Report offset evaluation errors with `c-benign-error' so that some kind
6026 of reindentation still is done.
6027
6028 * progmodes/cc-engine.el (c-guess-basic-syntax):
6029 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
6030 `arglist-close'.
6031
6032 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
6033 situations for `arglist-cont-nonempty' and `arglist-close'.
6034
6035 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
6036
6037 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
6038 cc-bytecomp-boundp' in a number of places.
6039
6040 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
6041 macro related issue.
6042
6043 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6044
6045 * progmodes/cc-awk.el: Change the terminology of regexps: A char
6046 list is now [asdf], a char class [:alpha:].
6047 Include code for char classes.
6048 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
6049 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
6050
6051 Remove (nearly all of) the cruft associated with AWK Mode's former
6052 concept of "virtual semicolons":
6053
6054 Adapt c-beginning-of-statement, c-end-of-statement (together with
6055 subfunctions) to use the new notion of "virtual semicolon" in
6056 place of the old awkward special handling for AWK. There remains
6057 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
6058 * progmodes/cc-cmds.el:
6059 (c-ascertain-adjacent-literal): In the backwards direction, now
6060 recognises AWK regexp delimiters as string delimiters.
6061 (c-after-statement-terminator-p): Adapt for virtual semicolons;
6062 check more rigorously for "end of macro".
6063 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
6064 virtual semicolons;
6065 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
6066 out the code for forward movement into ...
6067 (c-end-of-statement): Now contains the code for forward movement,
6068 adapted for virtual semicolons.
6069
6070 * progmodes/cc-engine.el:
6071 (c-ws*-string-limit-regexp): New regexp.
6072 (c-forward-single-comment, c-backward-single-comment): Comment out
6073 the (now redundant) "special" AWK stuff.
6074
6075 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
6076 c-string-par-start, c-string-par-separate to be more like Text
6077 Mode than Fundamental Mode.
6078
6079 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6080
6081 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
6082 to the fontified region so that fontification doesn't occur
6083 outside it (could happen e.g. when fontifying a line with an
6084 unfinished declaration).
6085
6086 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6087
6088 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
6089 start of the file. ^L now separate sections of the file.
6090 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
6091 (c-awk-one-line-possibly-open-string-re)
6092 (c-awk-regexp-one-line-possibly-open-char-class-re)
6093 (c-awk-one-line-possibly-open-regexp-re)
6094 (c-awk-one-line-non-syn-ws*-re): New defonsts.
6095 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
6096
6097 Amend the concept of "virtual semicolons" (in the indentation
6098 engine) for languages like AWK, such that they are now
6099 conceptually attached to end of the last token of a statement, not
6100 the end of the line. (In AWK Mode, however, the pertinent text
6101 property is still physically set on the EOL.) Remove the specific
6102 tests for awk-mode, thus facilitating the introduction of other
6103 language modes where EOLs can end statements.
6104 (Note: The funtionality in cc-cmds.el, specifically
6105 c-beginning/end-of-statement has yet to be amended.)
6106
6107 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
6108 New macros.
6109
6110 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
6111 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
6112 c-vsemi-status-unknown-p-fn (in a new page).
6113
6114 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
6115 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
6116 numerous awkward forms like
6117 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
6118 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
6119 variable before-ws-ip, the place just after char-before-ip appears.
6120
6121 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
6122 a comment.
6123
6124 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6125
6126 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
6127 `c-tentative-buffer-changes'.
6128
6129 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
6130 convert to macro to choose between Emacs and XEmacs at compile time.
6131
6132 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
6133
6134 (c-tentative-buffer-changes): New macro to handle temporary buffer
6135 changes in a convenient way.
6136
6137 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
6138 for `c-tentative-buffer-changes'.
6139
6140 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
6141 the checks for paren sexps between the point and the keyword, to
6142 avoid some false alarms.
6143
6144 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
6145 Fixed a situation where an error could be thrown for unbalanced
6146 parens. Changed to make use of c-keyword-member' to avoid some
6147 repeated regexp matches.
6148
6149 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
6150 These language variable are no longer necessary.
6151
6152 (c-block-stmt-kwds): New language constant used by
6153 c-looking-at-inexpr-block'.
6154
6155 (c-guess-basic-syntax): Remove an optional check that looked at
6156 the existence of the now removed language variables.
6157
6158 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
6159 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
6160 object instantiation expressions as declarations in some contexts.
6161 This bug only affected languages where the declarator can't be
6162 enclosed in parentheses.
6163
6164 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
6165 insert newlines before and after substatement braces.
6166
6167 * progmodes/cc-engine.el: Improved the heuristics for recognizing
6168 function declaration headers and the handling of C++ style member
6169 init lists.
6170
6171 (c-just-after-func-arglist-p): Rewritten to use
6172 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
6173
6174 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
6175
6176 (c-guess-basic-syntax): Adapt case 5B for the new
6177 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
6178 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
6179 covers all cases now).
6180
6181 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
6182
6183 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6184
6185 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
6186 c-string-par-start/separate c-sentence-end-with-esc-eol,
6187 initialised in c-setup-paragraph-variables, used in string
6188 scanning subroutines of c-beginning-of-statement.
6189
6190 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
6191 which precedes the newly inserted `{'.
6192
6193 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6194
6195 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
6196 function for declaration level blocks. It should now cope with
6197 templates better and also be a lot more comprehensible.
6198
6199 (c-looking-at-decl-block): The new function.
6200
6201 (c-search-uplist-for-classkey): The old one. It's now a wrapper
6202 for compatibility.
6203
6204 (c-add-class-syntax, c-guess-continued-construct)
6205 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
6206
6207 (c-decl-block-key): Change to tell apart ambiguous and
6208 unambiguous keywords. Pike specials are now handled directly in
6209 the code instead.
6210
6211 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
6212 New language constants and variables to make the backward skip in
6213 `c-looking-at-decl-block' as tight as possible.
6214
6215 (c-nonsymbol-token-char-list): New language constant.
6216
6217 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
6218 find balanced template arglists backwards.
6219
6220 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
6221 making char classes for `c-syntactic-skip-backward'.
6222
6223 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
6224 16D - can't be a class-close at that point.
6225
6226 * progmodes/cc-engine.el (c-guess-basic-syntax)
6227 (c-add-class-syntax): Don't narrow out the enclosing declaration
6228 level. This makes everything a lot easier, and it was actually
6229 only four small places that needed it to work. Some places that
6230 previously did `widen' are removed now, which has the effect that
6231 `c-guess-basic-syntax' never will look at things outside the
6232 current narrowment now. The anchor position for `topmost-intro'
6233 is affected by this, but it was so bogus it was basically useless
6234 before, and now it's equally bogus but in a slightly different way.
6235
6236 (c-narrow-out-enclosing-class): Gone.
6237
6238 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
6239 the narrowed region.
6240
6241 (c-least-enclosing-brace): Remove silly optional argument.
6242
6243 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
6244 the point could be left directly after an open paren when finding
6245 the beginning of the first decl in the block.
6246
6247 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
6248 Specify which submatch to use.
6249
6250 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
6251
6252 (c-decl-start-re): No longer any need for special treatment of
6253 ObjC due to the above.
6254
6255 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
6256 presumably follows C in that regard.
6257
6258 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
6259 New language constants to specify operator tokens inside
6260 identifiers in a more high level way.
6261
6262 (c-opt-identifier-prefix-key): New internal language constant.
6263
6264 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
6265 (c-identifier-start, c-identifier-key): Now completely calculated
6266 from other constants.
6267
6268 (c-identifier-last-sym-match): Decommission since it's no longer used.
6269
6270 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
6271
6272 * progmodes/cc-engine.el (c-forward-name): Remove the
6273 optimization when c-identifier-key is equal to c-symbol-key since
6274 it doesn't work in byte compiled files. Don't record empty
6275 regions as identifiers.
6276
6277 * progmodes/cc-langs.el (c-filter-ops): New helper function to
6278 simplify access to `c-operators' and its likes.
6279
6280 (c-operator-list, c-all-op-syntax-tokens)
6281 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
6282 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
6283 (c-primary-expr-regexp, c-cast-parens): Use it.
6284
6285 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
6286 an explicit language in functions.
6287
6288 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
6289 variant of adornment.
6290
6291 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
6292 variable.
6293
6294 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
6295 the Pike value.
6296
6297 * progmodes/cc-engine.el (c-on-identifier)
6298 (c-simple-skip-symbol-backward): Small fix for handling "-"
6299 correctly in `skip-chars-backward'. Affected the operator lfun
6300 syntax in Pike.
6301
6302 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
6303 diagnostic message about precompiled language vars not being used.
6304
6305 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
6306 "__attribute__" is followed by a parenthesis.
6307
6308 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
6309 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
6310 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
6311
6312 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
6313 Internal cleanups to properly detect the declared identifiers in
6314 various declarations.
6315
6316 (c-decl-start-kwds): New language constant to recognize
6317 declarations that can start anywhere. Used for class declarations
6318 in Pike.
6319
6320 (c-specifier-key, c-not-decl-init-keywords)
6321 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
6322 (c-find-decl-spots): Implement `c-decl-start-kwds'.
6323
6324 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
6325 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
6326 handling of the compiler specific extension keywords into a new
6327 language constant `c-decl-hangon-kwds' that defines keyword
6328 clauses to be ignored in declarations.
6329
6330 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
6331 past unrecognized tokens when handling `c-colon-type-list-kwds'.
6332 Necessary to stop at the declared identifier in e.g. IDL valuetype
6333 declarations.
6334
6335 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
6336 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
6337 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
6338 (c-forward-decl-or-cast-1): Recognize the declared identifier in
6339 class and enum declarations as such and not as part of the type.
6340
6341 (c-forward-decl-or-cast-1, c-forward-label): Relax the
6342 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
6343
6344 (c-forward-decl-or-cast-1): Don't disregard sure signs of
6345 declarations when there's some syntax error later on.
6346
6347 (c-complex-decl-matchers): Did away with a reference to
6348 `c-specifier-key'.
6349
6350 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
6351 value - this variable is always dynamically bound.
6352
6353 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
6354 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
6355 * cc-cmds.el, cc-defs.el: Change the policy for marking up
6356 functions that might do hidden buffer changes: All such internal
6357 functions are now marked instead of those that don't.
6358
6359 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
6360 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
6361 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
6362 (c-literal-type): Allow these functions to make hidden buffer changes,
6363 so that they are free to use text property caching later on.
6364
6365 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
6366 (c-electric-brace, c-electric-slash, c-electric-star)
6367 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
6368 (c-electric-paren, c-electric-continued-statement, c-indent-command)
6369 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
6370 (c-context-line-break): Add `c-save-buffer-state' calls to comply
6371 with the changed semantics of the functions above.
6372
6373 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
6374 when macros occur in obscure places. Optimized the sexp movement
6375 a bit.
6376
6377 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6378
6379 Enhancements for c-beginning-of-statement to work in AWK Mode:
6380
6381 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
6382 (completed statement) with `}' (statement completed by closing
6383 brace or semicolon) and `$' (statement completed by EOL).
6384
6385 (c-awk-virtual-semicolon-ends-prev-line-p)
6386 (c-awk-virtual-semicolon-ends-line-p)
6387 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
6388 (c-awk-at-statement-end-p): New functions.
6389
6390 * progmodes/cc-cmds.el: Simplify the structure of functions
6391 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
6392 two functions and c-beginning-of-statement to handle AWK Mode.
6393
6394 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
6395 c-backward-single-comment for AWK mode. Attempt to clarify their
6396 doc-strings.
6397
6398 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
6399
6400 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6401
6402 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
6403 label handling. Labels are now recognized in a uniform and more
6404 robust way, regardless of context. Text properties are put on all
6405 labels to recognize the following declarations better.
6406 Multiword labels are handled both in indentation and fontification for
6407 the benefit of language extensions like Qt. For consistency, keywords
6408 in labels are now fontified with the label face instead.
6409 That also applies to "case" and "default".
6410
6411 (c-beginning-of-statement-1): Fix some bugs in the label
6412 handling. Disregard `c-nonlabel-token-key' in labels that begin
6413 with `c-label-kwds'.
6414
6415 (c-find-decl-spots): Support that the callback adds more
6416 `c-decl-end' spots to find.
6417
6418 (c-forward-decl-or-cast-1): Don't treat a list of plain
6419 identifiers followed by a colon as a declaration.
6420
6421 (c-forward-label): New function to recognize labels.
6422
6423 (c-guess-basic-syntax): Replace uses of `c-label-key' with
6424 `c-forward-label'. Moved the label recognition cases (14 and 15)
6425 earlier since they aren't so context sensitive now. Handle labels
6426 on the top level gracefully. Moved access label recognition to
6427 the generic label case (CASE 15) - removed CASE 5E.
6428
6429 (c-font-lock-declarations): Add recognition of labels in the
6430 same round since we need to handle labels in parallell with other
6431 declarations to recognize both accurately. It should also improve
6432 speed.
6433
6434 (c-simple-decl-matchers, c-basic-matchers-after):
6435 Move `c-font-lock-labels' so that it only is used on decoration level 2
6436 since `c-font-lock-declarations' handles it otherwise.
6437
6438 (c-complex-decl-matchers): Remove the simplistic recognition of
6439 access labels.
6440
6441 (c-decl-prefix-re): Remove the kludges that was necessary to cope
6442 with labels earlier.
6443
6444 (c-decl-start-re): New language variable to make
6445 `c-font-lock-declarations' stop for the special protection labels
6446 in Objective-C that start with `@'.
6447
6448 (c-label-key): Remove since it's no longer used.
6449
6450 (c-recognize-colon-labels, c-label-prefix-re): New language
6451 constants to support recognition of generic colon-terminated labels.
6452
6453 (c-type-decl-end-used): `c-decl-end' is now used whenever there
6454 are colon terminated labels.
6455
6456 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6457 first argument starts with a special brace list.
6458
6459 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6460 (c-font-lock-declarations): Break out the declaration and cast
6461 recognition from `c-font-lock-declarations' to a new function, so
6462 that it can be used in the indentation engine.
6463
6464 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6465 up to the start of the literal. Fixed bug with the point on the
6466 wrong side of the search limit that could happen when the start
6467 position is inside a literal.
6468
6469 * progmodes/cc-engine.el (c-parse-state)
6470 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6471 so that it's kept a little bit back to increase the hit rate.
6472
6473 (c-parse-state): Change the macro handling and fixed some
6474 glitches. Macro context is checked more often than necessary now,
6475 but otoh less garbage conses are generated.
6476
6477 * progmodes/cc-engine.el (c-parse-state)
6478 (c-invalidate-state-cache): Cache the last position where
6479 `c-state-cache' applies. This can speed up refontification quite
6480 a bit in blocks where there are many non-brace parens before the point.
6481
6482 (c-state-cache-end): New variable for this.
6483
6484 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6485 cache variable.
6486
6487 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6488 get close initial continue positions when the start position is
6489 inside a literal or macro. Do not call the callback for spots
6490 before the start position (which can happen e.g. for `c-decl-end'
6491 spots inside comments). Optimize better in special cases when the
6492 region is a single line inside a literal or macro (typically when
6493 the current line is refontified).
6494
6495 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6496 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6497 entries from the paren state.
6498
6499 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6500 special case for "else if" clauses.
6501
6502 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6503 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6504
6505 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6506 New language variable to recognize the gcc extension with statement
6507 blocks inside expressions.
6508
6509 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6510 it somewhat more comprehensible. The argument AT-BLOCK-START is
6511 no longer used and hence removed.
6512
6513 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6514 to `c-add-stmt-syntax'.
6515
6516 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6517 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6518 This fixes bogus label recognition.
6519
6520 * progmodes/cc-engine.el (c-add-type, c-check-type)
6521 (c-forward-name, c-forward-type): Improve storage of template
6522 types in `c-found-types' so that they can be recognized better.
6523
6524 (c-syntactic-content): Add option to skip past nested parens.
6525
6526 * progmodes/cc-engine.el (c-forward-name):
6527 Set `c-last-identifier-range' all the time. It's less work that way.
6528 Handle that there might not be an identifier to store in
6529 `c-last-identifier-range'.
6530
6531 (c-forward-type): Handle that `c-last-identifier-range' might be
6532 nil from `c-forward-name'.
6533
6534 * progmodes/cc-defs.el (c-safe-scan-lists)
6535 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6536
6537 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6538 to work even if the form fails.
6539
6540 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6541 down in a large file in one go.
6542
6543 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6544
6545 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6546 function which is like `c-lineup-math' but returns nil instead of
6547 `c-basic-offset' when it doesn't match.
6548
6549 (c-lineup-math): Change to use `c-lineup-assignments'.
6550
6551 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6552
6553 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6554 c-beginning-of-statement. New subfunctions
6555 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6556
6557 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6558
6559 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6560 hardcoded char classes whereever possible. Changed a couple of
6561 places to use skip by syntax instead of skip by char class.
6562
6563 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6564 Fix a bug in the regexp that caused extreme backtracking.
6565
6566 * progmodes/cc-langs.el (c-block-comment-starter)
6567 (c-block-comment-ender): New language constants to specify in a
6568 single place how block comments look.
6569
6570 (c-comment-start-regexp, c-block-comment-start-regexp)
6571 (comment-start, comment-end, comment-start-skip)
6572 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6573 (c-syntactic-ws, c-nonempty-syntactic-ws)
6574 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6575 `c-line-comment-starter', `c-block-comment-starter' and
6576 `c-block-comment-ender'.
6577
6578 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6579 New language constants to break up things a bit.
6580
6581 (c-simple-ws): New language constant for simple whitespace.
6582
6583 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6584
6585 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6586 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6587 newlines. Allow and ignore nil elements in the list.
6588
6589 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6590
6591 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6592 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6593
6594 * progmodes/cc-cmds.el: Tidy up the comments in
6595 c-beginning-of-statement and subfunctions.
6596
6597 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6598 more flexible c-put-char-property and c-clear-char-properties.
6599 Add the author's email address.
6600
6601 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6602
6603 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6604 closing "*/" of a block comment.
6605
6606 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6607 subfunctions) so that it works at BOB and EOB.
6608
6609 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6610 c-beginning-of-statement, including new variable
6611 c-block-comment-start-regexp.
6612
6613 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6614
6615 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6616 symbols from `*-font-lock-extra-types' so that there's no need to
6617 use `regexp-opt' on those lists.
6618
6619 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6620 `c-type-modifier-kwds' is empty.
6621
6622 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6623 there are several strings on the same line.
6624
6625 * progmodes/cc-engine.el (c-literal-limits): Remove the
6626 compatibility function for older emacsen. `c-literal-limits-fast'
6627 has now taken the place of this function.
6628
6629 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6630 with older emacsen: We now require `pps-extended-state'.
6631
6632 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6633
6634 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6635 which obviates the need to hack sentence-end. This now handles
6636 escaped newlines in strings correctly. Correct minor bugs in
6637 c-move-over-sentence and in c-beginning-of-statement.
6638
6639 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6640 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6641 that movement over macros and code are rigorously separated from
6642 eachother. Correct a few incidental bugs.
6643
6644 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6645 Improve its doc-string. Improve the handling of certain specific cases.
6646
6647 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6648
6649 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6650 (c-guess-basic-syntax): Change the way class-level labels are
6651 recognized; they can now contain essentially any symbols.
6652
6653 (c-opt-extra-label-key): New language variable to cope with the
6654 special protection label syntax in Objective-C.
6655
6656 (c-opt-access-key): Remove; this is now handled better by
6657 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6658
6659 (c-complex-decl-matchers): Update to handle that
6660 `c-opt-access-key' no longer exists.
6661
6662 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6663 improved label recognition in `c-beginning-of-statement-1'.
6664
6665 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6666 Recognize bitfields better.
6667
6668 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6669 Remove some cruft and fixed a bug that could cause it to go to a
6670 position further down.
6671
6672 * progmodes/cc-langs.el, cc-engine.el
6673 (c-beginning-of-statement-1): Improve detection of labels in
6674 declaration contexts.
6675
6676 (c-beginning-of-decl-1): Use it.
6677
6678 (c-nonlabel-token-key): New language constant and variable needed
6679 by `c-beginning-of-statement-1'.
6680
6681 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6682 manifested itself due to the correction in `c-forward-sexp'.
6683
6684 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6685 Make these behave as documented when used at the buffer limits.
6686
6687 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6688 (c-type-decl-end-used): Made this a language variable.
6689
6690 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6691 correctly when `combine-after-change-calls' is used together with
6692 temporary narrowings.
6693
6694 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6695 Report labels correctly when the start point is immediately after the
6696 colon.
6697
6698 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6699 Remove since it isn't used anymore.
6700
6701 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6702 bracket arglists such as template parens in C++.
6703
6704 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6705 in the last check-in. Some optimization.
6706
6707 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6708 where it could stop at the same level in a preceding sexp when
6709 PAREN-LEVEL is set.
6710
6711 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6712 text property lookup only when it's needed.
6713
6714 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6715 Change the policy for paren marked angle brackets to be more
6716 persistent; once marked they remain marked even when they're found
6717 to be unbalanced in the searched region. This should keep the
6718 paren syntax around even when individual lines are refontified in
6719 multiline template arglists.
6720
6721 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6722 to control markup so that incorrect angle bracket arglists aren't
6723 marked in contexts where the correct value for
6724 `c-disallow-comma-in-<>-arglists' isn't known.
6725
6726 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6727 argument has become `c-parse-and-markup-<>-arglists'.
6728
6729 (c-remove-<>-arglist-properties): Remove - no longer used.
6730
6731 (c-after-change-check-<>-operators): New function used on
6732 `after-change-functions' to avoid that "<" and ">" characters that
6733 are part of longer operators have paren syntax.
6734
6735 (c-<>-multichar-token-regexp): New language variable used by
6736 `c-after-change-check-<>-operators'.
6737
6738 (c-after-change): Call `c-after-change-check-<>-operators'.
6739
6740 (c-font-lock-<>-arglists): Use the context properties set by
6741 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6742 correctly to avoid doing invalid markup.
6743
6744 (c-font-lock-declarations): Remove code that undoes the invalid
6745 markup done by `c-font-lock-<>-arglists'.
6746
6747 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6748 after `c-font-lock-declarations'.
6749
6750 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6751 Add paren-level feature.
6752
6753 (c-guess-basic-syntax): Improve the anchor position for
6754 `template-args-cont' in nested template arglists. There's still
6755 much to be desired in this area, though.
6756
6757 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6758
6759 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6760 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6761
6762 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6763
6764 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6765 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6766
6767 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6768 it doesn't work no longer are supported.
6769
6770 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6771 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6772 requires support for the syntax-table' text property, which rules
6773 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6774 cruft associated with those versions.
6775
6776 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6777 for the `syntax-table' text property, which rules out Emacs 19 and
6778 XEmacs < 21.4. Removed various compatibility cruft associated
6779 with those versions.
6780
6781 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6782 support for the `syntax-table' text property.
6783
6784 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6785 variable and use an extra quoted face name instead. All the
6786 emacsen flavors handle that correctly.
6787
6788 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6789 (c-font-lock-declarators, c-font-lock-declarations)
6790 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6791 property to mark the items in in declarator lists to handle
6792 refontification inside multiline declarations better.
6793
6794 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6795 construct like "a * b = c;" as a declaration.
6796
6797 2005-12-08 Kim F. Storm <storm@cua.dk>
6798
6799 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6800 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6801 select either meta, hyper, or super modifier for rectangle commands.
6802 (cua--rectangle-modifier-key): New defvar.
6803 (cua--M/H-key): Use it. Remove special case for `space'.
6804 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6805 on X, to meta otherwise. Always bind C-return to toggle
6806 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6807
6808 * emulation/cua-rect.el (cua-help-for-rectangle):
6809 Use cua--rectangle-modifier-key. Handle super modifier too.
6810 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6811 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6812
6813 * ido.el: Move Acknowledgements and History after Commentary.
6814 Minor changes to Commentary.
6815
6816 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6817 keymap if cua--prefix-override-timer is `shift'.
6818 (cua--shift-control-prefix): New function; emulate "type prefix
6819 key twice" functionality to handle shifted prefix key override.
6820 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6821 New commands.
6822 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6823
6824 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6825
6826 * textmodes/org.el (org-insert-heading): Try to do items before
6827 headings.
6828 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6829 (org-insert-item): New function.
6830 (org-renumber-ordered-list): Don't skip to higher level lists.
6831
6832 2005-12-08 Juri Linkov <juri@jurta.org>
6833
6834 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6835
6836 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6837
6838 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6839
6840 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6841 the constructed function name fun-1.
6842
6843 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6844 because such links don't lead to parent documentation.
6845
6846 2005-12-08 Kenichi Handa <handa@m17n.org>
6847
6848 * descr-text.el (describe-char): Use *Help-2* buffer if the
6849 current buffer is *Help*. Call describe-text-properties while
6850 setting the original buffer.
6851
6852 2005-12-07 Bill Wohler <wohler@newt.com>
6853
6854 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6855 and causes problems with non-MH users (such as Gnus users).
6856
6857 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6858
6859 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6860 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6861 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6862 command "info sources". Move calls to GDB command "list".
6863 (gdb-find-file-hook): Just use gdb-source-file-list.
6864 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6865 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6866 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6867 (gdb-data-list-register-values-handler): Use correct trigger name.
6868
6869 2005-12-07 Kim F. Storm <storm@cua.dk>
6870
6871 * ido.el (ido-completion-map): Rename from ido-mode-map.
6872 (ido-common-completion-map, ido-file-completion-map)
6873 (ido-file-dir-completion-map, ido-buffer-completion-map):
6874 Rename from ido-mode-....-map.
6875 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6876 (ido-setup-completion-map): Rename from ido-define-mode-map.
6877 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6878 to ido-completion-map.
6879
6880 2005-12-07 Kenichi Handa <handa@m17n.org>
6881
6882 * international/mule-cmds.el
6883 (set-display-table-and-terminal-coding-system): If the coding
6884 system specified in `unibyte-display' property is different from
6885 the arg coding-system, don't setup standard-display-table.
6886
6887 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6888
6889 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6890 that comments end at \n, regardless of selective-display.
6891
6892 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6893
6894 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6895 (gdb-version): New variables.
6896 (gdb-source-file-list, gdb-register-names)
6897 (gdb-changed-registers): New variables for use with GDB 6.4+.
6898 (gdb-ann3): Replace with...
6899 (gdb-init-1, gdb-init-2): ...two new functions.
6900 (gdba, gdb-prompt): Call gdb-init-1.
6901 (gdb-get-version): New function. Call gdb-init-2 from here.
6902 (gud-watch): Make it work with mouse events too.
6903 (gdb-post-prompt): Don't add to queue until GDB version is known.
6904 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6905 (gdb-locals-mode): Use gdb-version.
6906 (gdb-memory-format-map, gdb-memory-unit-map)
6907 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6908 (gdb-locals-font-lock-keywords-1)
6909 (gdb-locals-font-lock-keywords-2): New variables.
6910 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6911 (gdb-set-gud-minor-mode-existing-buffers-1)
6912 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6913 (gdb-var-update-1, gdb-var-update-handler-1)
6914 (gdb-data-list-register-values-handler)
6915 (gdb-data-list-register-values-custom)
6916 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6917 (gdb-stack-list-locals-handler, gdb-get-register-names):
6918 New functions for use with GDB 6.4+.
6919 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6920 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6921 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6922 (gdb-stack-list-locals-regexp)
6923 (gdb-data-list-register-names-regexp): New regexps for use with
6924 GDB 6.4+.
6925
6926 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6927
6928 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6929
6930 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6931
6932 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6933 prompts work for AUTH PLAIN. Also reported by Steve Allan
6934 <seallan@verizon.net>.
6935
6936 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6937
6938 * frame.el (set-frame-parameter): Add doc string.
6939
6940 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6941
6942 * textmodes/org.el (org-occur-highlights): New variable.
6943 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6944 (org-highlight-sparse-tree-matches): New option.
6945 (org-do-occur): New function.
6946 (org-get-heading): Make it work also at beginning of line.
6947 (org-category-table): New variable.
6948 (org-get-category-table, org-get-category)
6949 (org-camel-to-words, org-link-search): New functions.
6950 (org-select-this-todo-keyword): New variable.
6951 (org-todo-list): New command.
6952 (org-shiftright, org-shiftleft): New commands.
6953 (org-agenda-todo): Add prefix argument.
6954 (org-show-hierarchy-above): New option.
6955 (org-show-todo-tree): Numerical prefix creates tree for specific
6956 TODO keyword.
6957 (org-outline-level): New function, to assign a level to plain
6958 lists items.
6959 (org-cycle-include-plain-lists): New option.
6960 (org-mode): Use `org-outline-level' as value of `outline-level'.
6961 (org-cycle): Temporarily switch `outline-regexp' if
6962 `org-cycle-include-plain-lists' is non-nil.
6963 (org-start-icalendar-file): Fix format bug.
6964 (org-agenda-get-day-entries): Create category table.
6965 (org-agenda-get-todos, org-agenda-get-timestamps)
6966 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6967 (org-agenda-get-blocks): Use `org-get-category'.
6968 (org-context-in-file-links): Rename from
6969 `org-line-numbers-in-file-links'.
6970
6971 2005-12-06 Romain Francoise <romain@orebokech.com>
6972
6973 * window.el (balance-windows): Delete extraneous third arg in call
6974 to `enlarge-window'.
6975
6976 2005-12-06 Kenichi Handa <handa@m17n.org>
6977
6978 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6979
6980 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6981
6982 * progmodes/gdb-ui.el (gdb-var-create-handler)
6983 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6984 (gdb-var-list-children-handler, gdb-var-update-handler):
6985 Current buffer is already gdb-partial-output-buffer, don't
6986 make it current again.
6987
6988 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6989
6990 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6991 (list-buffers-noselect): Use it.
6992
6993 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6994
6995 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6996 (mail-yank-ignored-headers): Use regexp-opt.
6997 (mail-mode-map): Move initialization into declaration.
6998 (mail-sent-via): Remove unused shadowed var `to-line'.
6999 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
7000 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
7001 (mail-do-fcc): Use dolist and push.
7002 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
7003 (mail-yank-ignored-headers): Don't autoload.
7004
7005 2005-12-05 Kenichi Handa <handa@m17n.org>
7006
7007 * international/mule-cmds.el (set-language-info-internal): New fun.
7008 (set-language-info): Call set-language-info-internal to update
7009 language-info-alist. If LANG-ENV is the current one, call
7010 set-language-environment to make INFO effective now.
7011 (set-language-info-alist): Likewise.
7012 (locale-language-names): With locale "en", use English
7013 lang. env. but set the default codings to iso-8859-1.
7014
7015 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
7016
7017 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
7018 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
7019 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
7020 for plain strings.
7021 (gdb-frames-mode): Remove redundant call to font-lock-mode.
7022 (gdb-all-registers): Rename from toggle-gdb-all-registers.
7023 Create registers buffer if necessary. Echo new state in minibuffer.
7024 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
7025
7026 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
7027
7028 * info.el (Info-fontify-node): Match external links using
7029 non-directory part of filename.
7030
7031 2005-12-04 Juri Linkov <juri@jurta.org>
7032
7033 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
7034 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
7035 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
7036 because there is no customization option for it.
7037
7038 * font-lock.el (lisp-font-lock-keywords-1):
7039 Add define-global-minor-mode.
7040
7041 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
7042
7043 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
7044 properties on the constructed variable names.
7045
7046 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7047 Put `definition-name' properties on the constructed function names
7048 next-sym and prev-sym.
7049
7050 * emacs-lisp/find-func.el (find-function-regexp):
7051 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
7052 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
7053 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
7054 and easy-menu-define.
7055
7056 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
7057 easy-mmode-define-global-mode and define-global-minor-mode.
7058 (lisp-imenu-generic-expression): Add define-global-minor-mode.
7059
7060 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
7061 instead of easy-mmode-define-global-mode.
7062
7063 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
7064 Use define-minor-mode instead of easy-mmode-define-minor-mode.
7065
7066 * cus-edit.el (customize-group, customize-group-other-window):
7067 Filter out autoloaded options from the group completion list by
7068 using heuristics that autoloaded groups don't have `custom-autoload'
7069 property on their symbols (they have only `custom-loads').
7070
7071 * simple.el (completion-setup-function): Put completions-common-part
7072 face on complete completion string too (i.e. completion string
7073 without completions-first-difference face).
7074
7075 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
7076
7077 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7078
7079 * view.el (view-mode): Doc fix.
7080
7081 * disp-table.el (standard-display-european): Add to the warning
7082 message a reference to the doc string.
7083
7084 * play/yow.el (apropos-zippy): Call print-help-return-message,
7085 similar to other Help and Apropos commands.
7086
7087 * help.el (print-help-return-message): If pop-up-frames is
7088 non-nil, set up help-return-method to delete the help window and,
7089 possibly, its frame as well, and don't display message about
7090 scrolling the help window. Doc fix.
7091 (help-return-method): Doc fix.
7092
7093 2005-12-03 Martin Rudalics <rudalics@gmx.at>
7094
7095 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
7096 whereby names of length one or names starting with a
7097 symbol-constituent character would not be returned.
7098
7099 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7100
7101 * subr.el (atomic-change-group): Add edebug and indentation spec.
7102
7103 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7104
7105 * completion.el (save-completions-file-name): Fix typo in last change.
7106
7107 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7108
7109 * info.el: Move back/forward history to the beginning of the tool bar.
7110
7111 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
7112
7113 * allout.el (eval-when-compile): Remove unnecessary load of cl.
7114 Add fset of allout-real-isearch-abort during compile to fix
7115 byte-compilation warnings.
7116 (allout-mode-p): Move definition of this macro above all uses, or
7117 byte compilation in barren emacs (eg, during emacs build) will
7118 lack the definition.
7119 (allout-mode): Move this variable above any uses, or byte
7120 compilation will fail.
7121 (allout-resolve-xref): Remove use of personal file-reference function.
7122 (allout-toggle-current-subtree-encryption): Do the current (ie,
7123 visible containing) topic, rather than nearest around point. Doc fix.
7124 (allout-toggle-subtree-encryption): New function, workhorse that
7125 works on nearest topic containing point.
7126 (allout-encrypt-string): Signal requirement for newer version of pgg.
7127 (allout-resumptions): Doc fix.
7128
7129 2005-12-02 Eli Zaretskii <eliz@gnu.org>
7130
7131 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
7132
7133 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
7134
7135 * textmodes/flyspell.el (flyspell-external-point-words):
7136 Consider a misspelling as found in the string search if: (a) misspelling
7137 and found string lengths match, or (b) misspelling is found as
7138 element in a boundary-chars separated longer string, or (c)
7139 ispell-program-name is really ispell and misspelling is found as
7140 part of a TeX string. After successful match move beginning of
7141 search region to end of match. Warn about not found misspellings
7142 once the process is done.
7143 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
7144
7145 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
7146
7147 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
7148 tool bar (removed inadvertently).
7149
7150 2005-12-02 Juri Linkov <juri@jurta.org>
7151
7152 * log-view.el (log-view-diff): Clarify doc string.
7153
7154 2005-12-01 Bill Wohler <wohler@newt.com>
7155
7156 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
7157 triggers lm-verify errors.
7158
7159 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
7160
7161 * simple.el (transient-mark-mode, line-number-mode)
7162 (column-number-mode, size-indication-mode): Remove `:require nil'.
7163
7164 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
7165
7166 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
7167 in the margin also.
7168 (gdb-breakpoints-mode-map): Use D instead of d for
7169 gdb-delete-breakpoint.
7170 (gdb-get-frame-number): Require a number to match on.
7171 (gdb-threads-mode-map): Add follow-link binding.
7172
7173 2005-11-30 Jason Rumney <jasonr@gnu.org>
7174
7175 * isearch.el (isearch-mode-map): Avoid exiting search on
7176 language-change event.
7177
7178 2005-11-30 Romain Francoise <romain@orebokech.com>
7179
7180 * speedbar.el (speedbar-default-position): New defcustom.
7181 (speedbar-frame-reposition-smartly): Use it.
7182
7183 * dframe.el (dframe-reposition-frame-emacs): Fix position
7184 computation for `left' location.
7185 Update copyright year.
7186
7187 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7188
7189 * help.el (help-map): Move initialization into declaration.
7190
7191 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
7192
7193 * help-fns.el (help-argument-name): Don't autoload.
7194 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
7195 to be re-loaded when customizing the `help' group.
7196
7197 2005-11-30 John Paul Wallington <jpw@gnu.org>
7198
7199 * help-fns.el (describe-function-1): Fill arglist output.
7200
7201 2005-11-30 Kim F. Storm <storm@cua.dk>
7202
7203 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
7204 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
7205 after revert-buffer (or anything else which kills all local variables).
7206
7207 * apropos.el (apropos-parse-pattern): Doc fix.
7208 Set apropos-regexp directly, rather than expecting callers to do so.
7209 (apropos-command, apropos, apropos-value, apropos-documentation):
7210 Simplify calls to apropos-parse-pattern.
7211
7212 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7213
7214 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7215 (hi-lock-face-phrase-buffer): Use hi-yellow face.
7216 (hi-lock-write-interactive-patterns): Use comment-region.
7217
7218 * longlines.el (longlines-mode): Add mail-setup-hook.
7219
7220 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
7221
7222 * simple.el (sendmail-user-agent-compose, next-line):
7223 Conditionally use hard-newline.
7224
7225 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7226
7227 * international/latexenc.el (latex-inputenc-coding-alist):
7228 Reword doc string.
7229
7230 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7231
7232 * help.el (describe-key-briefly, describe-key): Recognize default
7233 bindings.
7234
7235 2005-11-29 Romain Francoise <romain@orebokech.com>
7236
7237 * view.el (view-inhibit-help-message): New defcustom.
7238 (view-mode-enter): Use it.
7239
7240 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
7241
7242 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
7243 Preserve user position.
7244
7245 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
7246
7247 * font-lock.el: Throw error if facemenu is not loaded to prevent
7248 accidental change of loading order in loadup.el. (Suggested by RMS.)
7249
7250 * loadup.el: Add comment explaining why facemenu must be loaded
7251 before font-lock.
7252
7253 2005-11-28 Jay Belanger <belanger@truman.edu>
7254
7255 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
7256 (calc-dispatch-map): Add more keys for `calc-same-interface'.
7257
7258 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
7259
7260 * calc/calc-embed.el (calc-do-embedded): Update help message.
7261
7262 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
7263
7264 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7265
7266 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
7267
7268 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
7269 called-interactively-p.
7270 (elp-profilable-p): Rename from elp-not-profilable-p.
7271 Invert result and take into account macros and autoloaded functions.
7272 (elp-instrument-function): Update call.
7273 (elp-instrument-package): Update call. Add completion.
7274 (elp-pack-number): Use match-string.
7275 (elp-results-jump-to-definition-by-mouse): Merge into
7276 elp-results-jump-to-definition and then remove.
7277 (elp-output-insert-symname): Make help echo text single-line.
7278
7279 * replace.el (query-replace-map): Move initialization into declaration.
7280 (occur-engine): Use with-current-buffer.
7281 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
7282 (occur-mode-mouse-goto): Replace with an alias.
7283
7284 2005-11-28 Juri Linkov <juri@jurta.org>
7285
7286 * simple.el (quoted-insert): Let-bind input-method-function to nil.
7287
7288 * term/w32-win.el: Bind [S-tab] to [backtab].
7289
7290 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
7291 `Info-find-file' to t.
7292
7293 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
7294 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
7295 and same-window-regexps.
7296 (occur-next-error): Don't move point for arg 0.
7297
7298 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
7299
7300 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
7301
7302 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7303
7304 * log-edit.el (log-edit-changelog-use-first): New var.
7305 (log-edit-changelog-ours-p): Use it.
7306 (log-edit-insert-changelog): Set it with new arg `use-first'.
7307 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
7308 (log-edit-hook): Add them to the list of suggested options.
7309
7310 * textmodes/flyspell.el (flyspell-last-buffer): New var.
7311 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
7312 redundant work.
7313 (flyspell-mode-on): Use add-hook for after-change-functions.
7314 (flyspell-mode-off): Use remove-hook for after-change-functions.
7315 (flyspell-changes): Make it buffer-local.
7316 (flyspell-after-change-function): Make it non-interactive. Use push.
7317 (flyspell-post-command-hook): Check input-pending-p while processing
7318 the potentially long list of buffer changes.
7319
7320 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7321
7322 * buff-menu.el (list-buffers-noselect): Display the selected
7323 frame's buffer list, not the global one.
7324
7325 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7326
7327 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
7328 that (list last-input-event) works as in interactive spec.
7329
7330 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7331
7332 * loadup.el ("facemenu"): Load facemenu before font-lock, because
7333 `facemenu-keymap' needs to be defined when font-lock is loaded.
7334 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
7335
7336 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7337
7338 * completion.el: Remove useless leading * in defcustom docstrings.
7339 (save-completions-file-name): Use ~/.emacs.d if available.
7340 (completion-standard-syntax-table): Rename from
7341 cmpl-standard-syntax-table and fold initialization into declaration,
7342 thus removing cmpl-make-standard-completion-syntax-table.
7343 (completion-lisp-syntax-table, completion-c-syntax-table)
7344 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
7345 (cmpl-saved-syntax, cmpl-saved-point): Remove.
7346 (symbol-under-point, symbol-before-point)
7347 (symbol-under-or-before-point, symbol-before-point-for-complete)
7348 (add-completions-from-c-buffer): Use with-syntax-table.
7349 (make-completion): Don't return a list of completion entries.
7350 Update callers.
7351 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
7352 (completion-initialize): Rename from initialize-completions.
7353 (completion-find-file-hook): Rename from cmpl-find-file-hook.
7354 (kill-emacs-save-completions): Collect stats here.
7355 (save-completions-to-file, load-completions-from-file):
7356 Use with-current-buffer.
7357 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
7358 into a function. Move all calls to toplevel.
7359 (completion-lisp-mode-hook): New fun.
7360 (completion-c-mode-hook, completion-setup-fortran-mode):
7361 Set the syntax-table here. Use local-set-key.
7362 (completion-saved-bindings): New var.
7363 (dynamic-completion-mode): Make it into a proper minor mode.
7364 (load-completions-from-file): Remove unused var `num-uses'.
7365
7366 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
7367 constructor if it is explicitly overridden.
7368
7369 * complete.el (PC-completion-as-file-name-predicate):
7370 Use minibuffer-completing-file-name.
7371 (partial-completion-mode): Use find-file-not-found-functions.
7372 (PC-lisp-complete-symbol): Use with-syntax-table.
7373 (PC-look-for-include-file): Remove dead setq.
7374 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
7375 (PC-complete): Use with-current-buffer.
7376
7377 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
7378 escape single quotes.
7379
7380 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7381
7382 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
7383 of `if' whose condition always returned nil. Doc fix.
7384
7385 * buff-menu.el (Buffer-menu-revert-function): Make the selected
7386 window's buffer the current buffer around the call to
7387 `list-buffers-noselect'. This is necessary to mark that buffer
7388 with a `.' in the Buffer Menu when called from Lisp, for instance
7389 by Auto Revert Mode.
7390
7391 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7392
7393 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
7394 attaching to it.
7395 (gdb-pre-prompt): Make sure gdb-error is reset.
7396
7397 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
7398 with a child process, detect it.
7399 (gud-speedbar-buttons): Match regexp more carefully.
7400
7401 2005-11-27 Richard M. Stallman <rms@gnu.org>
7402
7403 * mouse.el (mouse-drag-move-window-bottom):
7404 Use adjust-window-trailing-edge.
7405
7406 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7407
7408 * simple.el (blink-matching-open): Ignore
7409 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
7410 (blink-matching-paren-on-screen): Update docstring.
7411
7412 * paren.el (show-paren-mode): No longer change
7413 `blink-matching-paren-on-screen'.
7414
7415 2005-11-27 John Paul Wallington <jpw@pobox.com>
7416
7417 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7418 (gdb-threads-select, gdb-edit-register-value):
7419 Use `posn-set-point' instead of `mouse-set-point' because the
7420 latter is not fbound when configured without X.
7421
7422 2005-11-27 Kim F. Storm <storm@cua.dk>
7423
7424 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7425 existing face when partially highlighting a TAB in a rectangle.
7426
7427 2005-11-26 Kim F. Storm <storm@cua.dk>
7428
7429 * ido.el (ido-mode-map): Doc fix.
7430 (ido-mode-common-map, ido-mode-file-map)
7431 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7432 (ido-define-mode-map): Rewrite. Select one of the new maps as
7433 parent for ido-mode-map instead of building from scratch.
7434 (ido-init-mode-maps): New defun to initialize new maps.
7435 (ido-mode): Call it.
7436 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7437 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7438
7439 2005-11-26 John Paul Wallington <jpw@pobox.com>
7440
7441 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7442 `mouse-set-point' because the latter is not fbound when configured
7443 without X.
7444
7445 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7446
7447 * files.el (file-relative-name): Doc fix.
7448
7449 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7450
7451 * progmodes/octave-inf.el (inferior-octave-startup): Force a
7452 non-empty string for secondary prompt PS2.
7453
7454 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7455
7456 * progmodes/compile.el (compilation-setup): Fix last change.
7457
7458 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
7459
7460 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7461 (gdb-mouse-toggle-breakpoint-margin)
7462 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7463 Add gdb-server-prefix to keep out of command history.
7464 (gdb-edit-register-value): New function.
7465 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7466 (gdb-info-registers-custom): Use above map.
7467
7468 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7469
7470 * custom.el (enable-theme): Signal error if argument is not a
7471 theme. Don't recalculate a face if it's not loaded yet.
7472
7473 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7474 the `user' theme is in effect.
7475
7476 * info.el (Info-on-current-buffer): Record actual filename in
7477 Info-current-file, instead of t, or a fake filename if a non-file
7478 buffer. Make autoload.
7479 (Info-find-node, Info-revert-find-node): No need to check for
7480 Info-current-file nil.
7481 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7482 Info-current-file is now never `t'.
7483 (Info-fontify-node): Many simplifications due to Info-current-file
7484 always being valid. Use Info-find-file to find node filename.
7485
7486 2005-11-25 David Kastrup <dak@gnu.org>
7487
7488 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7489 new character, then delete" in order to preserve markers.
7490
7491 2005-11-25 David Ponce <david@dponce.com>
7492
7493 * recentf.el (recentf-arrange-by-rule): Handle a special
7494 `auto-mode-alist'-like "strip suffix" rule.
7495 (recentf-build-mode-rules): Handle second level auto-mode entries.
7496
7497 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7498
7499 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7500 window modes.
7501
7502 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7503 jde-javadoc-checker-report-mode.
7504
7505 * ediff-wind (ediff-make-wide-display): Slight simplification.
7506
7507 * ediff.el (ediff-date): Change the date of last update.
7508
7509 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7510
7511 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7512 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7513 (hi-lock-mode): New global minor mode.
7514 (turn-on-hi-lock-if-enabled): New function.
7515 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7516 Change arguments to regexp and face instead of a font-lock pattern.
7517 Directly set face property, instead of refontifying.
7518 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7519 (hi-lock-find-patterns): Use line-number-at-pos.
7520
7521 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7522 arguments for hi-lock-set-pattern.
7523 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7524 Call font-lock-fontify-buffer.
7525 (hi-lock-find-file-hook, hi-lock-current-line)
7526 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7527
7528 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7529 turned off.
7530
7531 * progmodes/compile.el (compilation-setup): Don't fiddle with
7532 font-lock-defaults.
7533
7534 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7535
7536 * progmodes/gdb-ui.el (gdb-var-create-handler)
7537 (gdb-var-list-children-handler): Find values for all variable
7538 objects. gud-speedbar-buttons decides whether to display them.
7539
7540 2005-11-24 Romain Francoise <romain@orebokech.com>
7541
7542 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7543 buffer name with a space.
7544
7545 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7546
7547 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7548 `org-export-local-list-max-depth'. Change default value to 3.
7549 (org-auto-renumber-ordered-lists)
7550 (org-plain-list-ordered-item-terminator): New options.
7551 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7552 (org-get-indentation, org-get-string-indentation)
7553 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7554 New functions.
7555 (org-move-item-down, org-move-item-up): New commands.
7556 (org-export-as-html): New classes for CSS support. Bug fix in
7557 regular expression detecting fixed-width regions. Respect
7558 `org-local-list-ordered-item-terminator'.
7559 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7560 also a list item.
7561 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7562 New item moving functions.
7563
7564 2005-11-24 Juri Linkov <juri@jurta.org>
7565
7566 * isearch.el (isearch-repeat): With empty search ring set
7567 `isearch-error' to the error string instead of signaling error
7568 with the function `error'.
7569
7570 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7571
7572 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7573
7574 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7575
7576 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7577 and variable.
7578 (gdb-var-create-handler, gdb-var-list-children-handler):
7579 Don't match on "char **...".
7580 (gdb-var-update-handler): Find values for all variable objects.
7581 (gdb-info-frames-custom): Identify frames by leading "#".
7582
7583 * progmodes/gud.el (gud-speedbar-menu-items): Add
7584 gdb-speedbar-auto-raise as radio button.
7585 (gud-speedbar-buttons): Raise speedbar if requested.
7586 Don't match on "char **...".
7587 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7588 Make it editable.
7589
7590 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7591
7592 * info.el (Info-fontify-node): Handle the case where
7593 Info-current-file is t.
7594
7595 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7596
7597 * simple.el (blink-matching-open): Fix off-by-one in last change.
7598
7599 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7600
7601 * term/mac-win.el: Don't change default directory.
7602
7603 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7604
7605 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7606 buffers correctly. (It used to throw an error in such buffers.)
7607 Make it ask for confirmation in group buffers and other Custom
7608 buffers containing more than one customization item.
7609
7610 2005-11-22 John Paul Wallington <jpw@gnu.org>
7611
7612 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7613 property on mail and url overlays.
7614 (goto-address-at-point): Use `posn-set-point' instead of
7615 `mouse-set-point' because the latter is not fbound when configured
7616 without X.
7617
7618 2005-11-22 Lars Hansen <larsh@soem.dk>
7619
7620 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7621 (ls-lisp-classify, ls-lisp-format): Delete call to
7622 ls-lisp-parse-symlink.
7623 (ls-lisp-handle-switches): Handle symlinks to directories as
7624 directories when ls-lisp-dirs-first in non-nil.
7625
7626 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7627
7628 * startup.el (command-line): Make sure that loaddefs.el is handled
7629 correctly in load-history.
7630
7631 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7632
7633 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7634 (gdb-struct-string, gdb-array-string): New constants.
7635 (gdb-info-locals-handler): Use them.
7636 (gdb-reset): Reset gdb-var-list to nil.
7637
7638 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7639
7640 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7641 in patterns.
7642
7643 2005-11-21 Juri Linkov <juri@jurta.org>
7644
7645 * custom.el (defcustom): Update link types in docstring.
7646
7647 2005-11-20 Martin Rudalics <rudalics@gmx.at>
7648
7649 * custom.el (defgroup): Add doc-string-elt info.
7650
7651 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7652
7653 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7654
7655 * newcomment.el (comment-enter-backward): Fix last fix.
7656
7657 * simple.el (blink-matching-open):
7658 * paren.el (show-paren-function): Allow new paren-class info.
7659
7660 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7661
7662 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7663 handled automagically.
7664
7665 2005-11-20 Andreas Schwab <schwab@suse.de>
7666
7667 * descr-text.el (describe-char): When copying overlays put them
7668 over the full char description instead of just the first character
7669 of it.
7670
7671 2005-11-20 Juri Linkov <juri@jurta.org>
7672
7673 * simple.el (what-cursor-position):
7674 * descr-text.el (describe-char): Use Lisp-readable syntax
7675 for octal and hex. Reorder decimal, octal and hex values.
7676 Remove excess whitespace in the output. Use `=' in `column='
7677 like in `point=' and `Hscroll='.
7678
7679 * international/mule-cmds.el (encoded-string-description):
7680 Use Lisp-readable syntax for hex.
7681
7682 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7683
7684 * newcomment.el (comment-enter-backward): Handle the case where the
7685 comment is closed by EOB.
7686
7687 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7688
7689 * longlines.el (longlines-before-revert-hook)
7690 (longlines-after-revert-hook): New functions.
7691 (longlines-mode): Turn off longlines temporarily when reverting.
7692 Add a message-setup-hook.
7693 (longlines-decode-buffer): New function.
7694 (longlines-wrap-line): Preserve marker positions.
7695
7696 2005-11-19 Andreas Schwab <schwab@suse.de>
7697
7698 * emacs-lisp/shadow.el: Handle compressed files.
7699
7700 2005-11-19 Romain Francoise <romain@orebokech.com>
7701
7702 * net/browse-url.el (browse-url-default-browser): Signal an error
7703 if no usable browser can be found, rather than try to load w3.
7704
7705 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7706
7707 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7708 replacing existing properties.
7709 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7710 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7711 tty specs.
7712 (rcirc-server-prefix, rcirc-server): New faces.
7713 (rcirc-url-regexp): Generate with rx macro.
7714 (rcirc-last-server-message-time): New variable.
7715 (rcirc-filter): Record time of last message.
7716 (rcirc-keepalive): Kill processes that did not send a message
7717 since the last ping.
7718 (rcirc-mode): Give rcirc-topic a local binding here.
7719
7720 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7721
7722 * subr.el (read-passwd): Fontify the prompt as we do with other
7723 prompts.
7724
7725 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7726
7727 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7728 binding buffer-read-only to nil.
7729
7730 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7731
7732 * complete.el (partial-completion-mode):
7733 Mention completion-auto-help in the doc string.
7734
7735 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7736 more Lisp-ish way.
7737
7738 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7739
7740 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7741 digits, not 8, to avoid misalignment for files larger than 100MB.
7742
7743 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7744
7745 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7746 Mention "keyboard shortcuts" in the help text.
7747
7748 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7749
7750 * startup.el (fancy-splash-default-action): Discard only
7751 mouse-down and succeeding mouse-up events in the splash screen
7752 window so that drag-n-drop event can be processed.
7753
7754 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7755
7756 * longlines.el (longlines-mode): Add hacks for mail-mode and
7757 message-mode.
7758
7759 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7760
7761 * textmodes/org.el (org-table-sort-lines): New command.
7762 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7763 (org-add-file): Command removed, use `org-agenda-file-to-front'
7764 instead.
7765 (org-export-icalendar): Use `org-icalendar-combined-name'.
7766 (org-cycle-agenda-files, org-agenda-file-to-end)
7767 (org-agenda-file-to-front): New commands.
7768 (org-table-tab-jumps-over-hlines, org-export-html-style):
7769 New options.
7770 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7771 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7772 New functions.
7773 (org-fill-paragraph): Call `org-table-align' in tables.
7774 (org-mode): Call `org-set-autofill-regexps'.
7775 (org-export-as-html): Support for local handformatted lists.
7776 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7777 (org-export-local-list-max-depth): New option.
7778 (org-html-expand): Use `org-html-protect'.
7779
7780 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7781
7782 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7783 to "p".
7784 (gdb): Move definition of gud-pp to...
7785
7786 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7787 speedbar.
7788 (gdb-find-watch-expression): New function.
7789
7790 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7791
7792 * faces.el (face-attribute, set-face-attribute): Mention existence
7793 of `:ignore-defface' setting in docstring.
7794
7795 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7796
7797 * simple.el (completion-setup-function): Fix last change.
7798
7799 2005-11-17 John Paul Wallington <jpw@pobox.com>
7800
7801 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7802 Use `posn-set-point' instead of `mouse-set-point' because the
7803 latter is not fbound when configured without X.
7804
7805 * comint.el (comint-insert-input): Likewise.
7806
7807 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7808
7809 * simple.el (hard-newline): New variable.
7810 (sendmail-user-agent-compose, next-line): Use it.
7811
7812 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7813 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7814 (mail-mail-reply-to, mail-mail-followup-to)
7815 (mail-position-on-field, mail-signature, mail-yank-original)
7816 (mail-attach-file): Likewise.
7817
7818 * mail/mailheader.el (mail-header-format)
7819 (mail-header-format-function): Likewise.
7820
7821 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7822
7823 2005-11-17 Juri Linkov <juri@jurta.org>
7824
7825 * font-lock.el (font-lock-faces): Rename this defgroup from
7826 `font-lock-highlighting-faces'.
7827 (font-lock-comment-face, font-lock-comment-delimiter-face)
7828 (font-lock-string-face, font-lock-doc-face)
7829 (font-lock-keyword-face, font-lock-builtin-face)
7830 (font-lock-function-name-face, font-lock-variable-name-face)
7831 (font-lock-type-face, font-lock-constant-face)
7832 (font-lock-warning-face, font-lock-negation-char-face)
7833 (font-lock-preprocessor-face)
7834 (font-lock-regexp-grouping-backslash)
7835 (font-lock-regexp-grouping-construct): Rename :group from
7836 `font-lock-highlighting-faces' to `font-lock-faces'.
7837
7838 * cus-edit.el (lisp, c, tex):
7839 * progmodes/ada-mode.el (ada):
7840 * progmodes/asm-mode.el (asm):
7841 * progmodes/cperl-mode.el (cperl-faces):
7842 * progmodes/cpp.el (cpp):
7843 * progmodes/dcl-mode.el (dcl):
7844 * progmodes/f90.el (f90):
7845 * progmodes/fortran.el (fortran):
7846 * progmodes/icon.el (icon):
7847 * progmodes/idlwave.el (idlwave-misc):
7848 * progmodes/m4-mode.el (m4):
7849 * progmodes/make-mode.el (makefile):
7850 * progmodes/meta-mode.el (meta-font):
7851 * progmodes/modula2.el (modula2):
7852 * progmodes/octave-mod.el (octave):
7853 * progmodes/pascal.el (pascal):
7854 * progmodes/perl-mode.el (perl):
7855 * progmodes/prolog.el (prolog):
7856 * progmodes/ps-mode.el (PostScript-edit):
7857 * progmodes/scheme.el (scheme):
7858 * progmodes/sh-script.el (sh-script):
7859 * progmodes/simula.el (simula):
7860 * progmodes/tcl.el (tcl):
7861 * textmodes/nroff-mode.el (nroff):
7862 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7863 * textmodes/sgml-mode.el (sgml):
7864 * textmodes/texinfo.el (texinfo):
7865 Add :link (custom-group-link font-lock-faces) to defgroup.
7866
7867 * hi-lock.el (hi-lock): Rename this defgroup from
7868 `hi-lock-interactive-text-highlighting'. Change parent group from
7869 `faces' to `font-lock'. Add link to the manual.
7870 (hi-lock-mode, hi-lock-file-patterns-range)
7871 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7872 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7873 (hi-lock-faces): Add :group `faces'.
7874
7875 * cus-edit.el (custom-variable-prompt): Clarify the code.
7876
7877 * faces.el (face-read-string): Set the default value arg of
7878 completing-read.
7879
7880 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7881
7882 * rfn-eshadow.el (file-name-shadow-properties)
7883 (file-name-shadow-tty-properties, file-name-shadow-mode):
7884 Remove autoloads, because the file is now preloaded.
7885
7886 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7887
7888 * printing.el (easy-menu-intern): Don't define.
7889 (pr-get-symbol): Use easy-menu-intern only if defined.
7890
7891 * simple.el (blink-matching-open): Simplify a bit.
7892 (completion-setup-function): Fix the case of partial-completion-mode
7893 when the minibuffer's contents start with "-".
7894 Obey completion-base-size-function even when
7895 minibuffer-completing-file-name is non-nil.
7896
7897 2005-11-16 Richard M. Stallman <rms@gnu.org>
7898
7899 * net/eudcb-ph.el (eudc-ph-open-session):
7900 Use set-process-query-on-exit-flag.
7901
7902 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7903
7904 * international/ucs-tables.el (ucs-set-table-for-input):
7905 Use make-local-variable, not make-variable-buffer-local.
7906
7907 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7908 Improve warning message text.
7909
7910 * savehist.el (savehist-save-hook): Add :group.
7911
7912 * menu-bar.el (menu-bar-help-menu):
7913 Rename Find Extra Packages to External Packages.
7914
7915 * cus-edit.el (Custom-reset-standard): Verify that
7916 :custom-standard-value prop exists before calling it.
7917
7918 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7919
7920 2005-11-16 Martin Rudalics <rudalics@gmx.at>
7921
7922 * wid-edit.el (color): Enclose %t in %{...%}.
7923
7924 * cus-edit.el (face): Enclose %t in %{...%}.
7925
7926 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7927
7928 * savehist.el (savehist-mode-hook): Re-add the var.
7929 (savehist-mode): Use it.
7930
7931 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7932
7933 * textmodes/flyspell.el: Fix commenting convention.
7934 Remove unnecessary leading * in custom docstrings.
7935 (flyspell-emacs): Remove unused var.
7936 (flyspell-delete-region-overlays): Use remove-overlays.
7937 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7938 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7939 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7940 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7941 (make-flyspell-overlay): Don't locally reuse a global name.
7942 (flyspell-highlight-incorrect-region)
7943 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7944 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7945 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7946 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7947 Wrap calls to accept-process-output inside with-local-quit since it's
7948 often called from a post-command-hook.
7949 (flyspell-correct-word, flyspell-auto-correct-word):
7950 Use ispell-send-string.
7951 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7952
7953 * calendar/diary-lib.el (diary-list-entries): Also hide the
7954 terminating newline.
7955
7956 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7957
7958 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7959 window-system, to allow fonts on tty.
7960
7961 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7962
7963 * progmodes/gud.el (gud-speedbar-item-info): New function.
7964 (gud-install-speedbar-variables): Use it to display data type
7965 of watch expression as a tooltip in speedbar.
7966
7967 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7968
7969 * font-core.el (global-font-lock-mode): Add :version keyword,
7970 because default was changed.
7971
7972 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7973
7974 * startup.el (command-line): Use `custom-reevaluate-setting' for
7975 `file-name-shadow-mode'.
7976
7977 * loadup.el: Preload rfn-eshadow.
7978
7979 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7980 Add :version keyword.
7981 (file-name-shadow-properties, file-name-shadow-tty-properties)
7982 (file-name-shadow): Add :version keyword.
7983
7984 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7985 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7986 in the custom-group property of the symbol frames and the fringe
7987 group got no link to its parent group frames.
7988 Doc fix.
7989
7990 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7991
7992 * progmodes/gud.el (gud-stop-subjob): New function.
7993 (gud-menu-map, gud-tool-bar-map): Use it.
7994
7995 2005-11-16 Kim F. Storm <storm@cua.dk>
7996
7997 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7998 than kill it.
7999 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
8000 to a more useful/logical place.
8001
8002 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
8003
8004 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
8005 go buttons complementary.
8006
8007 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8008
8009 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
8010 (rfn-eshadow-sifn-equal): New function.
8011 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
8012
8013 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
8014
8015 * viper-utils.el (viper-non-word-characters-reformed-vi):
8016 Quote `-' in string.
8017
8018 * viper.el (viper-emacs-state-mode-list): Ensure that
8019 rcirc-mode buffers come up in Emacs state.
8020
8021 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
8022 operation.
8023
8024 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
8025
8026 * term.el (term-termcap-format): Fix typos.
8027 (term-down): Fix the negative argument case.
8028
8029 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
8030
8031 * progmodes/gdb-ui.el: Remove face-alias left over from change on
8032 2005-08-15.
8033 (gdb-ann3): New command gud-go.
8034 (menu): Accomodate gdb-mi.el.
8035 (gdb-assembler-custom): Make buffer of selected window current
8036 so that set-window-point works.
8037
8038 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
8039 buttons and include new ones.
8040
8041 2005-11-16 Kim F. Storm <storm@cua.dk>
8042
8043 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
8044 (gud-menu-map): Use it.
8045
8046 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
8047
8048 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
8049 that works correctly for Custom and that does not override a user
8050 who disables it.
8051
8052 * help-mode.el (help-make-xrefs, help-xref-on-pp)
8053 (help-xref-interned, help-follow): Make hyperlinks for variables
8054 that are unbound, but have a non-nil variable-documentation property.
8055
8056 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
8057 mode hook. (It conflicted with defcustoms for some mode hooks.)
8058 Use the `variable-documentation' property to give the mode hook a
8059 docstring and expand that docstring.
8060
8061 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
8062
8063 * savehist.el (savehist-mode): Don't bother with
8064 `custom-set-minor-mode'.
8065 (savehist-coding-system): Check XEmacs version.
8066 (history-length): Declare also at run time.
8067 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
8068 Don't set the customize state.
8069 (savehist-minibuffer-hook): Special case for when
8070 minibuffer-history-variable is equal to t.
8071
8072 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
8073
8074 * files.el (write-file): Refresh VC status.
8075
8076 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
8077 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
8078 than fundamental-mode to see if the mode was set.
8079
8080 2005-11-14 Romain Francoise <romain@orebokech.com>
8081
8082 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
8083 dummy function in `eval-when-compile' to avoid compiler warning.
8084 Require `man' at compile time.
8085
8086 2005-11-14 Jay Belanger <belanger@truman.edu>
8087
8088 * calc-alg.el (calcFunc-write-out-power): Rename it to
8089 calcFunc-powerexpand.
8090 (math-write-out-power): Rename it to math-powerexpand; have it
8091 handle negative exponents.
8092 (calc-writeoutpower): Rename it to calc-powerexpand.
8093
8094 * calc-ext.el: Change calcFunc-writeoutpower and
8095 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
8096 autoloads.
8097 Add calcFunc-ldiv to autoloads.
8098
8099 * calc-arith.el (calcFunc-ldiv): New function.
8100
8101 * calc.el (calc-left-divide): New function.
8102
8103 2005-11-14 Juri Linkov <juri@jurta.org>
8104
8105 * cus-edit.el (custom-variable-prompt): Set the default value arg
8106 of completing-read.
8107
8108 * cus-dep.el (custom-make-dependencies): Reverse the list of
8109 found dependencies.
8110
8111 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
8112
8113 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
8114 Highlighting" entry, it is on by default now.
8115 (menu-bar-options-save): Do not save global-font-lock-mode.
8116
8117 2005-11-13 Richard M. Stallman <rms@gnu.org>
8118
8119 * textmodes/flyspell.el (flyspell-large-region):
8120 Call flyspell-accept-buffer-local-defs.
8121
8122 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
8123
8124 * textmodes/flyspell.el (flyspell-notify-misspell):
8125 Fix misspelling of "Misspelling".
8126 (flyspell-process-localwords): New function.
8127 (flyspell-large-region): Call flyspell-process-localwords and
8128 flyspell-delete-region-overlays.
8129 (flyspell-delete-region-overlays): New function.
8130 (flyspell-delete-all-overlays): Call that.
8131
8132 2005-11-13 Richard M. Stallman <rms@gnu.org>
8133
8134 * help.el (help-for-help-internal): Improve doc of C-h a.
8135 (describe-key): Improve prompt; doc fix.
8136
8137 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8138
8139 * vc-svn.el (vc-svn-registered): Catch all errors.
8140
8141 * cus-dep.el (custom-make-dependencies): Typo.
8142
8143 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
8144
8145 * net/tramp-util.el (top): Fix compilation warning.
8146
8147 2005-11-13 Kim F. Storm <storm@cua.dk>
8148
8149 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
8150
8151 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
8152
8153 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
8154 (gud-speedbar-buttons): Match on "const char *" too.
8155
8156 * progmodes/gdb-ui.el (gdb-var-create-handler)
8157 (gdb-var-list-children-handler): Match on "const char *" too.
8158 (gdb-var-evaluate-expression-handler): Match on empty string.
8159 (gdb-var-update-handler): Only call
8160 gdb-var-evaluate-expression-handler when required.
8161
8162 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
8163
8164 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
8165 selected window. This still doesn't work for speedbar.
8166 (gud-speedbar-buttons): Handle string expressions properly.
8167
8168 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
8169 (gdb-var-create-handler): Handle string expressions properly.
8170 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
8171 Handle string expressions properly. Move "type" field into regexp.
8172
8173 2005-11-12 Karl Fogel <kfogel@red-bean.com>
8174
8175 * bookmark.el (bookmark-maybe-message): New function to reduce
8176 code duplication: invokes `message' iff baud-rate is high enough.
8177 (bookmark-write-file): Use above instead of an inline conditional.
8178 (bookmark-load): Same.
8179
8180 2005-11-12 Karl Fogel <kfogel@red-bean.com>
8181
8182 * bookmark.el (bookmark-write-file): Don't visit the destination
8183 file, just write the data to it using write-region. This is
8184 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
8185 change to avoid visiting the file in the first place.
8186
8187 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
8188
8189 * hi-lock.el (hi-lock-mode): Set the default value of
8190 font-lock-defaults.
8191
8192 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
8193
8194 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
8195 arg to `file-attributes'.
8196 (find-lisp-format): The UID and GID can now be strings.
8197
8198 2005-11-12 Kim F. Storm <storm@cua.dk>
8199
8200 * help.el (help-map): Bind C-h d to apropos-documentation.
8201
8202 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
8203 when point is at end-of-buffer.
8204
8205 * apropos.el (apropos-match-face): Doc fix.
8206 (apropos-sort-by-scores): Add new choice `verbose'.
8207 (apropos-documentation-sort-by-scores): New defcustom.
8208 (apropos-pattern): Now contains the pattern entered by the user.
8209 (apropos-pattern-quoted): New defvar.
8210 (apropos-regexp): New defvar, containing the regexp corresponding
8211 to apropos-pattern.
8212 (apropos-all-words-regexp): Rename from apropos-all-regexp.
8213 (apropos-read-pattern): New defun. Use it to read pattern arg in
8214 interactive calls; returns list of words for a word list, and
8215 string for a regexp.
8216 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
8217 parses a list of words or regexp as returned by apropos-read-pattern.
8218 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
8219 (apropos-score-doc): Return a very high score if the string
8220 entered by the user matches literally.
8221 (apropos-variable): Doc fix. Use apropos-read-pattern.
8222 (apropos-command): Doc fix. Use apropos-read-pattern and
8223 apropos-parse-pattern. Call apropos-print with nosubst=t.
8224 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
8225 apropos-parse-pattern.
8226 (apropos-documentation): Doc fix. Use apropos-read-pattern and
8227 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
8228 apropos-documentation-sort-by-scores. Call apropos-print with
8229 nosubst=t.
8230 (apropos-documentation-internal): Pass doc string through
8231 substitute-key-definition before adding text properties.
8232 Highlight substring matching literal user input if possible.
8233 (apropos-documentation-check-doc-file): Remove locals beg and end.
8234 Fix calculation of score (as added twice). Pass doc string through
8235 substitute-key-definition before adding text properties.
8236 (apropos-documentation-check-elc-file): Pass doc string through
8237 substitute-key-definition before adding text properties.
8238 Highlight substring matching literal user input if possible.
8239 (apropos-print): Add new arg NOSUBST; if set, command and variable
8240 doc strings have already been passed through substitute-key-definition.
8241 Add code to handle apropos-accumulator items without score element
8242 for backwards compatibility (e.g. with woman package).
8243 Only show scores if apropos-sort-by-scores is `verbose'.
8244
8245 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8246
8247 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
8248 Add jka-compr-load-suffixes to load-suffixes.
8249
8250 * jka-compr.el: Require jka-cmpr-hook.
8251 (jka-compr-info-compress-message, jka-compr-info-compress-program)
8252 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
8253 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
8254 (jka-compr-info-can-append, jka-compr-info-strip-extension)
8255 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
8256 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
8257 (jka-compr-uninstall): Remove entries from
8258 jka-compr-added-to-file-coding-system-alist after they are used.
8259 (jka-compr-error): Remove unused var `curbuf'.
8260 (jka-compr-file-local-copy): Remove unused var `notfound'.
8261
8262 2005-11-10 Romain Francoise <romain@orebokech.com>
8263
8264 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
8265
8266 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
8267
8268 * progmodes/gud.el (gud-menu-map): Move parentheses.
8269 (gdb): New command gud-pv.
8270
8271 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8272
8273 * tar-mode.el: Remove spurious or unnecessary leading stars
8274 in docstrings.
8275 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
8276 (tar-parse-octal-integer-safe): Use mapc.
8277 (tar-header-block-summarize): Remove unused var `ck'.
8278 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
8279 cleared before. Obey default-enable-multibyte-characters.
8280 Use mapconcat. Simplify setting of tar-header-offset.
8281 (tar-mode-map): Move initialization inside delcaration.
8282 (tar-flag-deleted): Use `abs'.
8283 (tar-expunge-internal): Remove unused var `line'.
8284 (tar-expunge-internal): Don't hardcode point-min==1.
8285 (tar-expunge): Widen while doing set-buffer-multibyte.
8286 (tar-rename-entry): Use file-name-coding-system.
8287 (tar-alter-one-field): Don't hardcode point-min==1.
8288 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
8289 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
8290
8291 2005-11-10 Masatake YAMATO <jet@gyve.org>
8292
8293 * add-log.el (add-log-current-defun): Handle class::method
8294 notation of c++. Fix incorrect comment.
8295
8296 2005-11-10 Alan Mackenzie <acm@muc.de>
8297
8298 * help-fns.el (describe-variable): Make C-h v work when a variable
8299 has variable documentation yet is unbound.
8300
8301 2005-11-10 Masatake YAMATO <jet@gyve.org>
8302
8303 * man.el (Man-highlight-references): Set an empty
8304 string to `Man-arguments' if it is nil.
8305 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
8306
8307 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8308
8309 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
8310 commenting conventions.
8311
8312 * cus-dep.el (custom-make-dependencies): Simplify.
8313 Better follow the commenting conventions.
8314
8315 2005-11-09 Richard M. Stallman <rms@gnu.org>
8316
8317 * apropos.el (apropos-pattern): Rename from apropos-regexp.
8318 (apropos-orig-pattern): Rename from apropos-orig-regexp.
8319 All uses changed.
8320 (apropos-rewrite-regexp): Doc fix.
8321 (apropos-variable, apropos-command, apropos, apropos-value):
8322 Change prompt; carry through the argument renaming.
8323
8324 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
8325
8326 * find-lisp.el: Require dired.
8327 (find-lisp-find-dired-internal): Do not call
8328 `abbreviate-file-name' on DIR.
8329
8330 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
8331
8332 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
8333
8334 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
8335
8336 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
8337 when using the speedbar.
8338 (gdb): New command gud-pp.
8339 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
8340
8341 2005-11-09 Juri Linkov <juri@jurta.org>
8342
8343 * replace.el (occur-excluded-properties): New defcustom.
8344 (occur-1, occur-engine, occur-accumulate-lines): Use it.
8345
8346 2005-11-08 Jay Belanger <belanger@truman.edu>
8347
8348 * calc/calc-units.el (math-convert-units): Replace any composite
8349 unit by its definition.
8350
8351 2005-11-08 Lars Hansen <larsh@soem.dk>
8352
8353 * emacs-lisp/autoload.el (update-directory-autoloads):
8354 Add obsolete function alias.
8355
8356 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8357
8358 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8359 comment-indent-function.
8360 (lisp-comment-indent): Replace by an alias for comment-indent-default.
8361
8362 * reveal.el (reveal-post-command): Rework the handling of
8363 reveal-open-spots, so as to be more reliable. There were several
8364 tricky corner cases where an open spot might be lost, or where
8365 a closed spot might end up on the list of open spots.
8366 Only reveal text that's ellipsised.
8367
8368 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
8369
8370 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
8371
8372 2005-11-07 John Paul Wallington <jpw@gnu.org>
8373
8374 * ibuffer.el (ibuffer): Search iconified frames too when
8375 getting Ibuffer buffer's window.
8376
8377 2005-11-06 Richard M. Stallman <rms@gnu.org>
8378
8379 * progmodes/compile.el (compilation-internal-error-properties):
8380 save-excursion around the computation of MARKER.
8381
8382 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
8383
8384 * textmodes/flyspell.el (flyspell-external-point-words):
8385 flyspell-get-word returns a list, not just a string.
8386
8387 2005-11-06 John Paul Wallington <jpw@pobox.com>
8388
8389 * ibuffer.el (ibuffer): Search all visible frames when getting
8390 Ibuffer buffer's window.
8391
8392 2005-11-07 Masatake YAMATO <jet@gyve.org>
8393
8394 * man.el (Man-reference-regexp): Accept spaces between
8395 `Man-name-regexp' and `Man-section-regexp'.
8396 (Man-apropos-regexp): New variable.
8397 (Man-abstract-xref-man-page): Use value for `Man-target-string'
8398 if available.
8399 (Man-highlight-references, Man-highlight-references0):
8400 Handle the case when `Man-arguments' includes "-k".
8401 (Man-highlight-references0): Rename the argument `TARGET-POS' to
8402 `TARGET'. `TARGET' can be a number, function or nil.
8403
8404 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
8405
8406 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
8407 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
8408 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
8409 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
8410 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
8411 (gdb-send-item): Use buffer-local-value and simplify.
8412
8413 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
8414
8415 * startup.el (command-line): Use `custom-reevaluate-setting' for
8416 `global-font-lock-mode'.
8417
8418 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
8419 by default, except in batch mode or when the -D option is given.
8420
8421 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
8422 specified keyword args on to `define-minor-mode'. Update docstring.
8423
8424 2005-11-05 Romain Francoise <romain@orebokech.com>
8425
8426 * replace.el (occur-engine): Add marker at end of line, too.
8427
8428 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8429
8430 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8431 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8432 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8433 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8434 argument to all these routines, so the passphrase can be managed
8435 externally and passed in to the system.
8436 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8437 pgg-add-passphrase-to-cache function.
8438
8439 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8440 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8441 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8442 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8443 argument to all these routines, so the passphrase can be managed
8444 externally and passed in to the system.
8445 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8446 function.
8447
8448 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8449
8450 * font-lock.el: Don't deal with font-lock-face-attributes here,
8451 move the code ...
8452
8453 * startup.el (command-line): ... here. Use face-spec-set instead
8454 of custom-declare-face.
8455
8456 * faces.el (face-spec-set): Reset the face if spec is not nil.
8457
8458 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8459
8460 * newcomment.el (comment-region-internal): Box more tightly in the
8461 common case where there's no TAB in the boxed text.
8462
8463 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8464
8465 * info.el (info-tool-bar-map): Use images prev-node, next-node and
8466 up-node.
8467
8468 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8469
8470 * newsticker.el: Commentary updated. Code formatting changed.
8471 (newsticker-version): Change to "1.9".
8472 (newsticker, newsticker-feed): Doc fix.
8473 (newsticker-url-list): Doc fix. Add option "Weekly".
8474 (newsticker-retrieval-interval): Add option "Weekly".
8475 (newsticker-headline-processing): Doc fix.
8476 (newsticker-auto-mark-filter): Remove.
8477 (newsticker-auto-mark-filter-list): New.
8478 (newsticker-layout, newsticker-sort-method): Doc fix.
8479 (newsticker-hide-old-items-in-newsticker-buffer)
8480 (newsticker-heading-format, newsticker-item-format)
8481 (newsticker-desc-format): Doc fix.
8482 (newsticker-show-all-rss-elements): Remove.
8483 (newsticker-show-all-news-elements): New.
8484 (newsticker-faces, newsticker-ticker): Doc fix.
8485 (remove-from-invisibility-spec): Code formatting.
8486 (newsticker--process-ids): New.
8487 (newsticker-mode): Doc fix.
8488 (newsticker-mode): Change mode-line-format.
8489 (newsticker-start): Remove debug output.
8490 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8491 (newsticker-w3m-show-inline-images): Code formatting.
8492 (newsticker-next-item): Call `force-mode-line-update'.
8493 (newsticker-previous-item): Call `force-mode-line-update'.
8494 (newsticker-next-feed): Call `force-mode-line-update'.
8495 (newsticker-previous-feed): Call `force-mode-line-update'.
8496 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8497 (newsticker-show-old-items): Do not show descs.
8498 (newsticker-hide-entry): Hide too much.
8499 (newsticker-hide-entry, newsticker-show-entry)
8500 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8501 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8502 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8503 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8504 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8505 (newsticker-get-news): Call `force-mode-line-update'.
8506 Collect process ids.
8507 (newsticker--sentinel): Change coding system handling.
8508 Move image retrieval to new functions newsticker--get-logo-url-*.
8509 Move feed parsing to new functions newsticker--parse-*.
8510 Update list of process ids.
8511 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8512 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8513 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8514 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8515 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8516 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8517 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8518 (newsticker--decode-coding-string): Remove.
8519 (newsticker--decode-numeric-entities): Check input. Format code.
8520 (newsticker--remove-whitespace): Check input.
8521 (newsticker--do-forget-preformatted): Doc fix.
8522 (newsticker--decode-rfc822-date): Allow for missing time.
8523 (newsticker--update-process-ids): New.
8524 (newsticker--image-sentinel): Change comment.
8525 (newsticker--image-read): Change error message.
8526 (newsticker--imenu-goto): Doc fix. Show headline title.
8527 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8528 (newsticker--buffer-do-insert-text): Clean whitespace in
8529 html-rendered headline title. Code formatting.
8530 Call `newsticker--buffer-print-extra-elements'.
8531 (newsticker--buffer-print-extra-element): Remove.
8532 (newsticker--buffer-print-extra-elements): New.
8533 (newsticker--buffer-do-print-extra-element): New.
8534 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8535 large sizes.
8536 (newsticker--run-auto-mark-filter)
8537 (newsticker--do-run-auto-mark-filter):
8538 Use `newsticker-auto-mark-filter-list'.
8539
8540 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8541
8542 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8543 (rcirc-print): Force redisplay before running hooks. Do long
8544 buffer truncation after making new text read-only. Deal with nil
8545 text when decoding strings. If TARGET is nil, use either the
8546 currently selected buffer, if it is an rcirc buffer and of the
8547 same process or the process buffer.
8548 (rcirc-mode): Remove header-line. Recompute short buffer names.
8549 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8550 (rcirc-short-buffer-name): Add variable.
8551 (rcirc-kill-buffer-hook): Recompute short buffer names.
8552 Remove nick from private channel.
8553 (rcirc-send-input): Send command text to current-buffer.
8554 Don't clear overlay arrow here.
8555 (rcirc-short-buffer-name): Return a short buffer name.
8556 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8557 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8558 buffer-name abbreviations.
8559 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8560 Do not touch nick-table when killing a parted channel.
8561 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8562 Clear arrow from current buffer if it is now hidden.
8563 (rcirc-current-buffer): Add variable.
8564 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8565 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8566 Remove -face from names.
8567 (rcirc-update-activity-string): Print "DND" when globally ignoring
8568 activity.
8569 (rcirc-ignore-buffer-activity-flag): Rename from
8570 rcirc-ignore-channel-activity.
8571 (rcirc-ignore-all-activity-flag): Doc fix.
8572 (rcirc-channels): Remove variable.
8573 (rcirc-kill-buffer-hook):
8574 (rcirc-get-buffer-create): Add nick to private channel.
8575 (rcirc-multiline-edit-submit): Remove tabs.
8576 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8577 folded.
8578 (rcirc-remove-nick-channel): Bug fix.
8579 (rcirc-toggle-ignore-buffer-activity): Rename from
8580 rcirc-toggle-ignore-channel-activity.
8581 (rcirc-record-activity): Add buffers to the front of the list.
8582 (rcirc-update-activity): Remove killed buffers from list.
8583 (rcirc-process-server-response-1): Remove last argument if it is
8584 null before calling handler.
8585 (rcirc): Add "rcirc" defcustom prefix.
8586 (rcirc-prompt): Simplify default prompt.
8587 Use custom-initialize-default.
8588 (rcirc-private-chats): Remove variable.
8589 (rcirc-prompt): Change initialization.
8590 (rcirc-version): Remove function.
8591 (rcirc-id-string): Add constant.
8592 (rcirc-last-buffer): Remove variable.
8593 (rcirc-buffer-alist): Add variable.
8594 (rcirc-connect): Update variable setup.
8595 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8596 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8597 default.
8598 (rcirc-handler-generic): Trigger activity.
8599 (rcirc-send-message): Create the buffor of the target.
8600 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8601 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8602 (rcirc-multiline-edit-cancel): Remove function.
8603 (rcirc-set-last-buffer): Remove function.
8604 (rcirc-get-any-buffer): Add function.
8605 (rcirc-join-channels): Don't print /join text.
8606 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8607 messages.
8608 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8609 (rcirc-handler-NOTICE): Recognize CTCP responses.
8610 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8611 constructing TOPIC string for buffers we are not JOINed.
8612 (rcirc-handler-CTCP-response): Add handler.
8613 (rcirc-multiline-edit-submit): Restore the window-configuration
8614 before adjusting point.
8615 (rcirc): Add customization group.
8616 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8617 (rcirc-user-full-name, rcirc-startup-channels-alist)
8618 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8619 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8620 (rcirc-input-ring-size, rcirc-read-only-flag)
8621 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8622 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8623 Change defvar to defcustom.
8624 (rcirc-update-prompt): Add optional ALL arg, which will update
8625 prompts in all rcirc buffers. Regexp quote replacement text.
8626 (rcirc-fill-column): Accept frame-width as a value.
8627 (rcirc-set-changed): Add function.
8628 (rcirc-next-active-buffer): Write more meaningful messages.
8629 (rcirc-faces): Add customization group.
8630 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8631 (rcirc-nick-in-message-face, rcirc-prompt-face)
8632 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8633 (with-rcirc-process-buffer): Move before first usage.
8634 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8635 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8636 (rcirc-debug): Rename from `rcirc-log'.
8637 (rcirc-format-response-string): Do not print `-' chars for a
8638 NOTICE with no sender. Simplify output of server responses.
8639
8640 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8641
8642 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8643 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8644 Make urls mouse and RET clickable.
8645
8646 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8647
8648 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8649
8650 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8651
8652 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8653 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8654 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8655 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8656 argument to all these routines, so the passphrase can be managed
8657 externally and passed in to the system.
8658 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8659 pgg-add-passphrase-to-cache function.
8660
8661 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8662 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8663 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8664 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8665 argument to all these routines, so the passphrase can be managed
8666 externally and passed in to the system.
8667 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8668 function.
8669
8670 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8671
8672 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8673 from goto-address-url-regexp.
8674
8675 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8676
8677 * textmodes/org.el (org-read-date, org-goto-calendar)
8678 (org-recenter-calendar, org-agenda-goto-calendar):
8679 Temporarily clear `calendar-move-hook'.
8680
8681 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8682
8683 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8684 merging.
8685
8686 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8687 have merge clashes.
8688
8689 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8690
8691 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8692 Undo previous change.
8693
8694 * startup.el (command-line): Use `custom-reevaluate-setting' for
8695 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8696 tty-register-default-colors on Mac.
8697
8698 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8699
8700 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8701 (gdb-buffer-type): Make it automatically buffer local...
8702 (gdb-get-create-buffer): ...and set it accordingly.
8703 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8704 actually work.
8705
8706 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8707
8708 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8709 not red.
8710
8711 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8712
8713 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8714 case GUD buffer is not visible.
8715 (gdb-goto-breakpoint): Try to force display in source buffer.
8716 (gdb-frame-gdb-buffer): Copy other similar functions.
8717 (gdb-restore-windows): Don't display source if not asked for.
8718 (gdb-assembler-buffer-name): Don't capitalise.
8719
8720 2005-11-03 Richard M. Stallman <rms@gnu.org>
8721
8722 * wid-edit.el (key-sequence): New widget type.
8723
8724 * simple.el (set-mark-command-repeat-pop): New variable.
8725 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8726 if set-mark-command-repeat-pop is true.
8727
8728 * info.el (Info-fontify-node): Don't display extra "see" if there
8729 already is one here.
8730
8731 * mouse.el: Fix special handling of DEL after dragging a region:
8732 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8733 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8734
8735 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8736
8737 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8738 not to assume it pertains to an affix.
8739
8740 * textmodes/flyspell.el (flyspell-post-command-hook):
8741 Bind deactivate-mark to prevent deactivation.
8742
8743 2005-11-03 Lars Hansen <larsh@soem.dk>
8744
8745 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8746 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8747 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8748
8749 2005-11-03 Romain Francoise <romain@orebokech.com>
8750
8751 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8752 Update copyright years.
8753
8754 2005-11-03 Sam Steingold <sds@gnu.org>
8755
8756 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8757 Use system-type instead of window-system because window-system is not
8758 correctly defined during loadup.
8759
8760 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8761
8762 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8763 (xml-parse-tag): Join strings separated by a comment properly.
8764
8765 2005-11-02 Andreas Schwab <schwab@suse.de>
8766
8767 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8768
8769 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8770
8771 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8772 (byte-optimize-pure-func): Quote the eval'd value.
8773
8774 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8775 Rename from perl-font-lock-syntactic-face-function.
8776 Change the calling convention so it can be used as a font-lock MATCHER.
8777 Do the parse-partial-sexp loop outselves.
8778 (perl-font-lock-syntactic-keywords): Use it.
8779 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8780
8781 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8782
8783 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8784 disassembly buffer too.
8785 (gdb-exited): Remove overlay arrows when execution has finished.
8786 (gdb-info-frames-custom, gdb-info-threads-custom)
8787 (gdb-info-registers-custom): Don't add inappropriate text
8788 properties if inferior is not active.
8789
8790 2005-11-02 Glenn Morris <rgm@gnu.org>
8791
8792 * progmodes/fortran.el (fortran-blink-match):
8793 Use `blink-matching-delay'.
8794
8795 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8796
8797 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8798
8799 2005-11-02 Lars Hansen <larsh@soem.dk>
8800
8801 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8802 "Permission denied".
8803
8804 2005-11-01 Richard M. Stallman <rms@gnu.org>
8805
8806 * textmodes/flyspell.el (flyspell-external-point-words):
8807 Pass nil to flyspell-get-word.
8808
8809 2005-11-02 Kim F. Storm <storm@cua.dk>
8810
8811 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8812 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8813
8814 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8815
8816 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8817 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8818 (calendar-mouse-print-dates): Add optional `event' argument.
8819 Update interactive-spec.
8820 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8821 Use `calendar-event-to-date' instead of `event'.
8822
8823 2005-11-02 Masatake YAMATO <jet@gyve.org>
8824
8825 * progmodes/ld-script.el (ld-script-builtins):
8826 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8827 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8828 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8829
8830 2005-11-01 Romain Francoise <romain@orebokech.com>
8831
8832 * vc-sccs.el: Update copyright year.
8833 * ezimage.el: Likewise.
8834
8835 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8836
8837 * info.el (Info-fontify-node): Use `string-width' for fontifying
8838 underlined titles.
8839
8840 2005-11-01 Juri Linkov <juri@jurta.org>
8841
8842 * info.el (Info-fontify-node): Downcase node header keywords Node,
8843 Prev, Next, Up before comparison.
8844 (Info-history): Insert absolute directory name, and put invisible
8845 property on it.
8846
8847 2005-11-01 Juri Linkov <juri@jurta.org>
8848
8849 * info.el (Info-file-supports-index-cookies): New variable.
8850 (Info-find-node-2): Check makeinfo version for index cookie support.
8851 (Info-index-nodes): Search for nodes with index cookies only when
8852 Info-file-supports-index-cookies is t. Otherwise, search nodes
8853 with "Index" in the node name.
8854 (Info-index-node): Search index cookie in the current node only when
8855 Info-file-supports-index-cookies is t. Otherwise, check the word
8856 "Index" in the node name.
8857 (Info-find-emacs-command-nodes): Remove code that searches nodes
8858 with "Index" node name in the top menu.
8859
8860 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8861
8862 * progmodes/scheme.el (scheme-mode-variables): Use the default
8863 comment-indent-function.
8864
8865 * faces.el (face-attribute): Handle the case where a face inherits from
8866 a non-existent face.
8867
8868 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8869 for octal and hexa output, and merge the char into the paren.
8870 (kill-new): Use push.
8871 (copy-to-buffer): Use with-current-buffer.
8872 (completion-setup-function): Move code in loop to remove redundancy.
8873 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8874 those inherited from minibuffer-local-completion-map.
8875
8876 * savehist.el (savehist-mode) <defcustom>:
8877 Use custom-set-minor-mode if available.
8878 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8879 and emit a message if applicable.
8880
8881 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8882
8883 * savehist.el: Sync up to version 19.
8884 (savehist-mode): New minor mode.
8885 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8886 (savehist-length): Remove (use history-length instead).
8887 (savehist-file-modes): Rename from savehist-modes.
8888 (savehist-save-hook, savehist-loaded): New vars.
8889 (savehist-load): Use savehist-mode. Try to smooth up transition from
8890 old format to new format.
8891 (savehist-install): Allow savehist-autosave-interval to be nil.
8892 (savehist-save): Run the new hook. Be more careful to only trim the
8893 history variables.
8894 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8895 (savehist-printable): Print into a buffer rather than char-by-char.
8896
8897 2005-11-01 John Wiegley <johnw@newartisans.com>
8898
8899 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8900 toggle-ignore keybinding (C-a). The author said it had been
8901 disabled much earlier due to a possible incompatibility, but after
8902 many months of usage I have encountered no problems (and it is a
8903 rather useful option, especially for switching to " *temp*").
8904
8905 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8906 support for OS/X's AddressBook, by calling out to the open source
8907 program "contacts" (installable through Fink).
8908
8909 * net/eudc.el (eudc-expand-inline): If the
8910 `eudc-multiple-match-handling-method' is set to `all', delete the
8911 query string before inserting the query result.
8912
8913 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8914 flag, to prevent Eshell from using the system ls when
8915 `eshell-ls-insert-directory' is in used.
8916 (eshell-ls-insert-directory): Disable font-lock in directory
8917 buffer so that Eshell's own fontification is seen. This broke
8918 recently due to changes in font-lock, so this goes back to version
8919 21 behavior.
8920
8921 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8922
8923 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8924 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8925 (gdb-many-windows): Doc fix.
8926
8927 2005-10-31 Romain Francoise <romain@orebokech.com>
8928
8929 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8930
8931 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8932
8933 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8934 that global-font-lock-mode can be enabled by default.
8935
8936 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8937 (font-lock-add-keywords, font-lock-remove-keywords)
8938 (font-lock-fontify-buffer): Remove autoload cookies.
8939
8940 * jit-lock.el (jit-lock-register): Likewise.
8941
8942 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8943
8944 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8945
8946 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8947 intact if there is no gud-comint-buffer.
8948
8949 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8950
8951 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8952 old prompt comint-prompt-read-only is t and GDB commands are
8953 issued from tool bar etc.
8954
8955 2005-10-31 Masatake YAMATO <jet@gyve.org>
8956
8957 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8958
8959 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8960
8961 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8962 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8963
8964 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8965
8966 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8967 starting at beginning of line. Fontification is messed up when
8968 `open-paren-in-column-0-is-defun-start' set to t.
8969 Reported by John Paul Wallington <jpw@pobox.com>.
8970
8971 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8972
8973 * comint.el (comint-send-input): Call `comint-update-fence' when
8974 `comint-process-echoes' and `comint-prompt-read-only' are both
8975 non-nil, to avoid leftover read-only newline.
8976
8977 2005-10-30 Richard M. Stallman <rms@gnu.org>
8978
8979 * textmodes/flyspell.el (flyspell-external-point-words):
8980 Detect when WORD can't be checked properly because
8981 flyspell-get-word finds just part of it, and move on.
8982
8983 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8984 boundarychar for Polish.
8985 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8986 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8987
8988 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8989
8990 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8991 (gdb-registers-font-lock-keywords): Delete.
8992 (gdb-registers-mode): Don't fontify.
8993 (gdb-info-registers-custom): Use text properties instead as, in
8994 future, changed register values will use font-lock-warning-face.
8995 (gdb-local-font-lock-keywords): Rename to...
8996 (gdb-locals-font-lock-keywords): ...for consistency.
8997
8998 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8999
9000 * vc.el (vc-switch-backend): Better error message if the buffer is
9001 not visiting a file under version control.
9002
9003 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
9004
9005 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
9006
9007 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
9008 ~/.emacs.d/.emacs.
9009
9010 2005-10-29 Richard M. Stallman <rms@gnu.org>
9011
9012 * replace.el (occur-mode-mouse-goto): Always go to other window.
9013 (occur-mode-goto-occurrence): Always switch in same window.
9014
9015 * simple.el (undo): Display message at end, not at start.
9016
9017 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
9018 New arg REUSE-CELL.
9019 (cancel-timer-internal): New function.
9020 (timer-event-handler): Use cancel-timer-internal,
9021 and pass the cell it returns to timer-activate...
9022
9023 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
9024 (jit-lock-deferred-fontify, jit-lock-context-fontify)
9025 (jit-lock-after-change): Test memory-full.
9026
9027 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
9028
9029 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9030 part of the decoded armor to find the key-identifier.
9031 (pgg-gpg-lookup-key-owner): New function to return the
9032 human-readable identifier of a key owner.
9033 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
9034 key itself.
9035 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9036 the key value) if we have a key and can match it against a secret
9037 key. Also, added a note pointing out fact that the prompt only
9038 indicates the first matching key.
9039
9040 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
9041 pgg-decrypt-region.
9042 (pgg-pending-timers): A new hash for tracking the passphrase cache
9043 timers, so that new ones supercede old ones.
9044 (pgg-add-passphrase-to-cache): Rename from
9045 `pgg-add-passphrase-cache' to reduce confusion (all callers
9046 changed). Modified to cancel old timers when new ones are added.
9047 (pgg-remove-passphrase-from-cache): Rename from
9048 `pgg-remove-passphrase-cache' to reduce confusion (all callers
9049 changed). Modified to cancel old timers when their keys are
9050 removed from the cache.
9051 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
9052 XEmacs, an indirection to delete-itimer.
9053 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
9054 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
9055 users can only check cache without risk of prompting. Correct bug in
9056 notruncate behavior.
9057 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
9058 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
9059 Add informative docstrings.
9060 (pgg-decrypt): Convey provided passphrase in subordinate call to
9061 pgg-decrypt-region.
9062
9063 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9064 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9065 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9066 `passphrase' argument, so the passphrase can be managed externally
9067 and then passed in to the system.
9068
9069 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9070 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
9071 so the passphrase cache can be used reliably with identifiers
9072 besides a pgp packet's key id.
9073
9074 * pgg-gpg.el (pgg-pgp-encrypt-region)
9075 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9076 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9077 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9078 argument to all these routines, so the passphrase can be managed
9079 externally and passed in to the system.
9080
9081 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9082 `notruncate' argument, so the passphrase cache can be used
9083 reliably with identifiers besides a pgp packet's key id.
9084
9085 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
9086
9087 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9088 symmetric encryption.
9089 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9090 encrypted session key.
9091 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9092 message ask for the passphrase in a proper way.
9093
9094 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9095 New user commands for symmetric encryption.
9096
9097 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
9098
9099 * textmodes/conf-mode.el (conf-assignment-sign)
9100 (conf-assignment-regexp): Fix docstrings.
9101 (conf-mode-initialize): New function.
9102 (conf-mode): Remove optional args. Use delay-mode-hooks to
9103 recognize recursive calls.
9104 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
9105 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
9106 (conf-xdefaults-mode): Use define-derived-mode and
9107 conf-mode-initialize.
9108
9109 2005-10-29 Romain Francoise <romain@orebokech.com>
9110
9111 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
9112
9113 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
9114
9115 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9116 part of the decoded armor to find the key-identifier.
9117 (pgg-gpg-lookup-key-owner): New function to return the
9118 human-readable identifier of a key owner.
9119 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
9120 key itself.
9121 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9122 the key value) if we have a key and can match it against a secret
9123 key. Also, added a note pointing out fact that the prompt only
9124 indicates the first matching key.
9125
9126 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
9127 pgg-decrypt-region.
9128 (pgg-pending-timers): A new hash for tracking the passphrase cache
9129 timers, so that new ones supercede old ones.
9130 (pgg-add-passphrase-to-cache): Rename from
9131 `pgg-add-passphrase-cache' to reduce confusion (all callers
9132 changed). Modified to cancel old timers when new ones are added.
9133 (pgg-remove-passphrase-from-cache): Rename from
9134 `pgg-remove-passphrase-cache' to reduce confusion (all callers
9135 changed). Modified to cancel old timers when their keys are
9136 removed from the cache.
9137 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
9138 XEmacs, an indirection to delete-itimer.
9139 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
9140 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
9141 users can only check cache without risk of prompting. Correct bug in
9142 notruncate behavior.
9143 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
9144 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
9145 Add informative docstrings.
9146 (pgg-decrypt): Convey provided passphrase in subordinate call to
9147 pgg-decrypt-region.
9148
9149 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
9150
9151 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9152 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9153 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9154 `passphrase' argument, so the passphrase can be managed externally
9155 and then passed in to the system.
9156
9157 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9158 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
9159 so the passphrase cache can be used reliably with identifiers
9160 besides a pgp packet's key id.
9161
9162 * pgg-gpg.el (pgg-pgp-encrypt-region)
9163 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9164 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9165 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9166 argument to all these routines, so the passphrase can be managed
9167 externally and passed in to the system.
9168
9169 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9170 `notruncate' argument, so the passphrase cache can be used
9171 reliably with identifiers besides a pgp packet's key id.
9172
9173 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
9174
9175 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9176 symmetric encryption.
9177 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9178 encrypted session key.
9179 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9180 message ask for the passphrase in a proper way.
9181
9182 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9183 New user commands for symmetric encryption.
9184
9185 2005-10-28 Bill Wohler <wohler@newt.com>
9186
9187 * help-mode.el (help-url): New button type. Calls browse-url.
9188 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
9189 Similar to Info nodes: URL `url'.
9190 (help-make-xrefs): Create help-url buttons for
9191 help-xref-url-regexp matches.
9192
9193 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
9194
9195 * tool-bar.el (tool-bar-add-item-from-menu)
9196 (tool-bar-local-item-from-menu): Fix doc strings.
9197
9198 2005-10-28 Romain Francoise <romain@orebokech.com>
9199
9200 * ldefs-boot.el: Update.
9201
9202 * subr.el (locate-library): Move from help-fns.el.
9203 * help-fns.el (locate-library): Move to subr.el.
9204
9205 2005-10-28 Richard M. Stallman <rms@gnu.org>
9206
9207 * net/tramp.el (tramp-completion-mode): defvar moved up.
9208
9209 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
9210
9211 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
9212
9213 * files.el (find-file-noselect): Use %d to format large file size.
9214
9215 * bindings.el (mode-line-format): Add %e.
9216
9217 * loadup.el ("facemenu"): Load unconditionally.
9218 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
9219 ("x-dnd"): Load, when appropriate.
9220
9221 * startup.el (command-line): Call before-init-hook earlier.
9222 Warn about some bad characters in -u user name.
9223
9224 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
9225 (flyspell-external-point-words): Error if misspelled word is not found.
9226 Set flyspell-large-region-beg at end of word.
9227
9228 2005-10-28 Andreas Schwab <schwab@suse.de>
9229
9230 * view.el (View-revert-buffer-scroll-page-forward):
9231 Use view-page-size-default.
9232
9233 2005-10-28 Juri Linkov <juri@jurta.org>
9234
9235 * international/quail.el (quail-get-current-str): Translate last
9236 raw character for deterministic input methods.
9237
9238 2005-10-27 Jay Belanger <belanger@truman.edu>
9239
9240 * calc/calc-ext.el: Add functions to autoloads.
9241 (math-identity-matrix-p, math-ident-row-p): New functions.
9242
9243 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
9244 multiplication by an identity matrix; don't turn multiplication by
9245 an inverse matrix into division.
9246 (math-div-symbol-fancy): Replace division by matrices with
9247 multiplication by inverse.
9248
9249 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
9250
9251 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
9252 (calc-writeoutpower): New functions.
9253
9254 2005-10-27 Romain Francoise <romain@orebokech.com>
9255
9256 * replace.el (occur-engine): Include colon in mouse-face highlight.
9257
9258 * dired-x.el: Change Maintainer field.
9259
9260 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
9261
9262 * longlines.el (longlines-mode): Bind after-change-functions to
9263 nil during initial decoding and final encoding.
9264
9265 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9266
9267 * term.el (term-emulate-terminal, term-handle-colors-array)
9268 (term-handle-ansi-escape): Specify the terminfo capabilities
9269 implemented.
9270
9271 2005-10-26 Richard M. Stallman <rms@gnu.org>
9272
9273 * info.el (Info-fontify-node): Fix detection of sentence-break
9274 before *Note.
9275
9276 2005-10-26 Romain Francoise <romain@orebokech.com>
9277
9278 * smerge-mode.el: Add `tools' to file keywords.
9279
9280 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
9281
9282 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
9283 when the fringe is not available.
9284
9285 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
9286 (def-gdb-auto-update-trigger): Simplify construction.
9287 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
9288 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
9289 defined explicitly.
9290 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
9291 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
9292 defined explicitly.
9293 (gdb-info-locals-custom): Remove as it's a no-op.
9294
9295 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
9296
9297 * longlines.el (longlines-mode): Remove narrowing before
9298 performing the initial decoding or final encoding.
9299
9300 2005-10-25 Romain Francoise <romain@orebokech.com>
9301
9302 * emacs-lisp/find-func.el (find-library-name): Also strip
9303 extension if library name ends in .el, to take advantage of
9304 `find-library-suffixes'.
9305
9306 2005-10-25 Richard M. Stallman <rms@gnu.org>
9307
9308 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
9309
9310 2005-10-25 Juri Linkov <juri@jurta.org>
9311
9312 * textmodes/texinfo.el (texinfo-mode): Change charset of one
9313 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
9314
9315 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9316
9317 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
9318 (blackbox-redefine-key): Add argument `map'.
9319
9320 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
9321 regions when moving the jit-lock-context-unfontify-pos boundary.
9322
9323 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9324
9325 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
9326
9327 2005-10-25 Masatake YAMATO <jet@gyve.org>
9328
9329 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
9330
9331 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9332
9333 * play/blackbox.el (blackbox-redefine-key): New function.
9334 (blackbox-mode-map): Use it to remap existing bindings for cursor
9335 motion instead of binding literal keys.
9336
9337 2005-10-25 Glenn Morris <rgm@gnu.org>
9338
9339 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
9340 diary does not end in a newline. Do not assume a blank line at
9341 the start of the diary file.
9342
9343 2005-10-25 Kenichi Handa <handa@m17n.org>
9344
9345 * international/quail.el (quail-translate-key): If the input
9346 method is deterministic and failed to handle the last key, restart
9347 the key handling loop from an appropriate key.
9348
9349 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
9350
9351 * vc.el (vc-dired-mode): Extend comment for binding of
9352 `directory-listing-before-filename-regexp'.
9353
9354 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9355
9356 * textmodes/texinfo.el (texinfo-mode):
9357 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
9358 not to unnecessarily expose emacs-mule's internal char codes.
9359
9360 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
9361
9362 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
9363 Display hand pointer and help-echo on disabled icon too.
9364 (gdb-mouse-until): New function.
9365 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
9366
9367 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
9368
9369 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
9370 with 2005-10-23 change to doctor.el.
9371
9372 * finder.el (finder-mode-map): Add follow-link binding.
9373
9374 2005-10-25 Kim F. Storm <storm@cua.dk>
9375
9376 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
9377 to gdb-mouse-toggle-breakpoint-fringe.
9378 (gdb-mouse-toggle-breakpoint-margin): Rename from
9379 gdb-mouse-toggle-breakpoint. Fix doc.
9380 (gdb-mouse-toggle-breakpoint-fringe): New defun.
9381 (gdb-put-string): Add optional SPROPS arg. Add props to string.
9382 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
9383 string properties also for fringe breakpoint bitmaps.
9384
9385 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
9386
9387 * textmodes/org.el (org-start-icalendar-file): Fix format form.
9388
9389 2005-10-25 Masatake YAMATO <jet@gyve.org>
9390
9391 * simple.el (completion-common-substring):
9392 Use `completion-common-substring' prior to `completion-base-size'.
9393
9394 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
9395
9396 * savehist.el: Require CL while compiling.
9397 (savehist-history-variables): Remove.
9398 (savehist-save-minibuffer-history, savehist-additional-variables)
9399 (savehist-minibuffer-history-variables): New vars.
9400 (savehist-save): Use them.
9401 (savehist-uninstall, savehist-minibuffer-hook): New funs.
9402 (savehist-install): New fun, extracted from savehist-load.
9403 (savehist-load): Use them.
9404
9405 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9406
9407 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
9408 a dummy doc-string-elt property.
9409 (defalias, defvaralias, define-category): Add a docstring property.
9410
9411 * image.el (defimage):
9412 * widget.el (define-widget):
9413 * custom.el (defface, defcustom): Add `doc-string' declaration.
9414
9415 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
9416 (defadvice): Add `doc-string' declaration.
9417
9418 * emacs-lisp/byte-run.el (macro-declaration-function):
9419 Handle `doc-string' declarations.
9420 (define-obsolete-function-alias, define-obsolete-variable-alias):
9421 Add `doc-string' declaration.
9422
9423 2005-10-24 Kenichi Handa <handa@m17n.org>
9424
9425 * international/utf-7.el (utf-7): Add autoload cookie.
9426
9427 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9428
9429 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9430
9431 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9432 list of directories passed to batch-update-autoloads. Add "." to
9433 the list of the echoed directories.
9434
9435 * pgg-def.el:
9436 * pgg-gpg.el:
9437 * pgg-parse.el:
9438 * pgg-pgp.el:
9439 * pgg-pgp5.el:
9440 * pgg.el: Moved here from the gnus subdirectory.
9441
9442 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
9443
9444 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9445 in case comint-prompt-read-only is set to t.
9446
9447 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9448 in case comint-prompt-read-only is set to t.
9449
9450 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
9451
9452 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9453 Now a string.
9454 (icalendar-import-format): Handle CLASS, STATUS, URL.
9455 Rename `subject' to `summary'.
9456 (icalendar-import-format-summary): Rename from
9457 `icalendar-import-format-subject'.
9458 (icalendar-import-format-url, icalendar-import-format-status)
9459 (icalendar-import-format-class): New variables.
9460 (icalendar--rris): Take variable argument list.
9461 (icalendar--datestring-to-isodate): Remove unnecessary
9462 calendar-style check when converting dates with explicit month names.
9463 (icalendar-export-region): Change return type of conversion
9464 subroutines. Bury current buffer unless error occurred.
9465 (icalendar--convert-to-ical)
9466 (icalendar--parse-summary-and-rest): New functions.
9467 (icalendar--convert-ordinary-to-ical)
9468 (icalendar--convert-weekly-to-ical)
9469 (icalendar--convert-yearly-to-ical)
9470 (icalendar--convert-block-to-ical)
9471 (icalendar--convert-cyclic-to-ical)
9472 (icalendar--convert-anniversary-to-ical): Change return type.
9473 Strip trailing blanks from subject.
9474 (icalendar--convert-sexp-to-ical): Change return type.
9475 Strip trailing blanks from subject. Handle simple sexp
9476 entries as generated by icalendar.el.
9477 (icalendar--convert-float-to-ical)
9478 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9479 (icalendar-import-file): Doc fix.
9480 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9481 Correct call to icalendar--rris.
9482 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9483 `summary'.
9484 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9485
9486 2005-10-24 Romain Francoise <romain@orebokech.com>
9487
9488 * server.el (server-sentinel): Set query-on-exit flag to nil on
9489 new client processes (it isn't inherited from the server process).
9490
9491 * replace.el (occur-engine): Rearrange text properties.
9492
9493 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9494
9495 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9496 case-fold-search is nil.
9497 (debug-help-follow): Use help-xref-interned directly.
9498
9499 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9500
9501 * thumbs.el (thumbs-image-type): Add .pbm.
9502
9503 2005-10-23 Richard M. Stallman <rms@gnu.org>
9504
9505 * faces.el (inhibit-face-set-after-frame-default): New variable.
9506 (set-face-attribute): Bind it.
9507 (face-set-after-frame-default): Test it.
9508
9509 * help-fns.el (describe-simplify-lib-file-name): New function.
9510 (describe-function-1, describe-variable): Use it.
9511
9512 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9513
9514 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9515 Eliminate nil as possible value.
9516 (tooltip-hide-delay): Reduce internal-border-width.
9517
9518 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9519 (menu-bar-file-menu) <new-file>: Likewise.
9520
9521 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9522
9523 * international/mule.el (load-with-code-conversion):
9524 Pass full file name to `eval-buffer' unless preloading.
9525
9526 * textmodes/flyspell.el (flyspell-large-region):
9527 Call ispell-check-version.
9528
9529 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9530 Fix the make-variable-buffer-local call that was supposed
9531 to be for this variable.
9532 (ispell-aspell-supports-utf8): Doc fix.
9533 (ispell-find-aspell-dictionaries): Preserve elements of
9534 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9535 (ispell-aspell-find-dictionary): Return nil on error.
9536
9537 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9538 (doctor-symptoms): Likewise.
9539
9540 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9541
9542 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9543
9544 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9545 (custom-raised-buttons): Add :set spec.
9546 (custom-button-unraised, custom-button-pressed-unraised):
9547 New faces, so that custom-raised-buttons actually does something.
9548 (custom-mode): Use custom-button and custom-button-pressed.
9549
9550 * wid-edit.el (widget-specify-button): Don't ignore
9551 widget-mouse-face on graphic terminals.
9552 (widget-move-and-invoke): Cleanup.
9553
9554 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9555
9556 * whitespace.el (whitespace-cleanup): Doc fix.
9557
9558 2005-10-23 Romain Francoise <romain@orebokech.com>
9559
9560 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9561 `eval-after-load' to avoid evaluating their result.
9562
9563 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9564
9565 * files.el (directory-listing-before-filename-regexp):
9566 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9567
9568 * dired.el (dired-move-to-filename-regexp): Remove.
9569 All occurences replaced by `directory-listing-before-filename-regexp'.
9570
9571 * dired-x.el, locate.el, vc.el:
9572 Replace `dired-move-to-filename-regexp' by
9573 `directory-listing-before-filename-regexp'. In vc.el it is
9574 overwritten locally; maybe this can be handled in files.el too.
9575
9576 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9577 replaced by `directory-listing-before-filename-regexp'.
9578
9579 2005-10-23 Andreas Schwab <schwab@suse.de>
9580
9581 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9582 and eval-next-after-load.
9583
9584 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9585
9586 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9587 exist, create it.
9588
9589 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9590
9591 * allout.el: Remove autoloads for mailcrypt and crypt++.
9592 Require pgg, pgg-gpg during compilation.
9593 (allout-version): Increment version number to 2.1, and use a literal
9594 rather than RCS Id.
9595 (allout-default-encryption-scheme): Remove.
9596 (allout-passphrase-verifier-handling)
9597 (allout-passphrase-verifier-string)
9598 (allout-file-passphrase-verifier-string)
9599 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9600 (allout-passphrase-hint-handling): Rename and simplify.
9601 (allout-init): Use `find-file-hook' if available, otherwise
9602 `find-file-hooks'.
9603 (allout-mode): Use `write-file-functions' if available, otherwise
9604 `local-write-file-hooks' and, instead of making auto-save-hook
9605 buffer local, make the write-file-hook activity contingent to
9606 allout-mode.
9607 (allout-mode): Use key-binding substitution in the docstring.
9608 (allout-kill-line): Spell-out kill ring data structure mutation
9609 instead of using byte-compiler-complaint-provoking `pop'.
9610 (allout-insert-listified): Use `insert' rather than `insert-string'
9611 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9612 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9613 (allout-encrypt-string): Totally revamped vis new underlying
9614 encryption facilities.
9615 (allout-mc-activate-passwd): Remove.
9616 (allout-obtain-passphrase): New, more or less replaces
9617 allout-mc-activate-passwd.
9618 (allout-encrypted-key-info): More or less replaces
9619 allout-encrypted-text-type.
9620 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9621 (my-mark-marker): Use `(featurep 'xemacs)'.
9622
9623 2005-10-23 Lars Hansen <larsh@soem.dk>
9624
9625 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9626 (byte-compile-file-form-defmumble, byte-compile-defun)
9627 (byte-compile-defmacro): Use it.
9628 (byte-compile-form): Don't call byte-compile-set-symbol-position
9629 when a byte-compile handler is called.
9630
9631 2005-10-22 Romain Francoise <romain@orebokech.com>
9632
9633 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9634
9635 * subr.el (eval-after-load): Convert library name to an absolute
9636 file name using locate-library, since load-history no longer has
9637 library names in it.
9638
9639 2005-10-22 Richard M. Stallman <rms@gnu.org>
9640
9641 * files.el (make-temp-file): Move from subr.el.
9642 * subr.el (make-temp-file): Move to files.el.
9643
9644 * window.el (get-buffer-window-list): Move from subr.el.
9645 * subr.el (get-buffer-window-list): Move to window.el.
9646
9647 * image.el (image-load-path): Use eval-at-startup to initialize.
9648
9649 * subr.el (eval-at-startup): New macro.
9650
9651 * subr.el: Much rearrangement of functions and division
9652 into pages. No code changes.
9653
9654 2005-10-22 Kenichi Handa <handa@m17n.org>
9655
9656 * tar-mode.el (tar-extract): Be sure to call
9657 find-operation-coding-system if set-auto-coding doesn't find a
9658 coding system.
9659
9660 2005-10-22 Kim F. Storm <storm@cua.dk>
9661
9662 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9663 Change users.
9664 (image-type-file-name-regexps): New defconst.
9665 (image-type-from-data): Simplify loop.
9666 (image-type-from-buffer): New defun.
9667 (image-type-from-file-header): Use it instead of image-type-from-data.
9668 Use image-search-load-path instead of only looking in data-directory.
9669 (image-type-from-file-name): New defun.
9670 (image-search-load-path): Change `pathname' to `filename'.
9671 Make PATH arg optional, default to image-load-path.
9672
9673 2005-10-21 Richard M. Stallman <rms@gnu.org>
9674
9675 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9676
9677 * textmodes/paragraphs.el (sentence-end-base): New variable.
9678 (sentence-end): Use sentence-end-base.
9679
9680 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9681
9682 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9683 property independently from the font-lock-multiline variable.
9684
9685 2005-10-21 Richard M. Stallman <rms@gnu.org>
9686
9687 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9688
9689 * startup.el (command-line): Convert library names
9690 in `load-history' to absolute file names.
9691
9692 * subr.el (symbol-file): Doc fix.
9693
9694 * loadhist.el (file-loadhist-lookup): Call locate-library
9695 instead of find-library-name. Don't try converting
9696 abs file names to library names, since load-history no longer
9697 has library names in it.
9698 (file-dependents, file-provides, file-requires): Doc fixes.
9699
9700 2005-10-21 Juri Linkov <juri@jurta.org>
9701
9702 * progmodes/etags.el (tags-table-mode): New function.
9703 (tags-verify-table): Replace initialize-new-tags-table with
9704 tags-table-mode.
9705
9706 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9707 default value.
9708 (desktop-modes-not-to-save): Add tags-table-mode to the
9709 default value.
9710
9711 * info.el (Info-index-next): Add total number of index
9712 alternatives to the message.
9713
9714 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9715 backward only space (instead of space and period) before looking
9716 at sentence end.
9717
9718 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9719 Add the old variable value as 4th default-value arg of read-string.
9720
9721 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9722
9723 * cus-face.el (custom-declare-face): Make face from X resources
9724 also on Mac.
9725
9726 * disp-table.el (standard-display-g1, standard-display-graphic):
9727 Refuse to use string glyphs also on Mac.
9728 (standard-display-european): Don't set terminal coding system also
9729 on Mac.
9730
9731 * frame.el (display-screens): Use x-display-screens also on Mac.
9732
9733 2005-10-21 Romain Francoise <romain@orebokech.com>
9734
9735 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9736
9737 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9738
9739 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9740 and $? into sexps.
9741
9742 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9743 warning face on open-paren-in-column-0.
9744
9745 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9746 boundary case. Fix typo.
9747 Suggested by Martin Rudalics <rudalics@gmx.at>.
9748
9749 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9750
9751 * textmodes/org.el (org-combined-agenda-icalendar-file)
9752 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9753 (org-export-icalendar-this-file)
9754 (org-export-icalendar-all-agenda-files)
9755 (org-export-icalendar-combine-agenda-files): New commands.
9756 (org-export-icalendar, org-print-icalendar-entries)
9757 (org-start-icalendar-file, org-finish-icalendar-file)
9758 (org-ical-ts-to-string): New functions.
9759 (org-read-date, org-goto-calendar)
9760 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9761 call to `calendar'.
9762 (orgtbl-setup): Remove the :keys arguments from the menu description.
9763 (org-after-save-iCalendar-file-hook): New variable.
9764
9765 2005-10-21 Kenichi Handa <handa@m17n.org>
9766
9767 * language/vietnamese.el (tcvn-5712): Make it an alias of
9768 vietnamese-tcvn coding-system.
9769
9770 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9771
9772 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9773 group id is given.
9774
9775 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9776
9777 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9778 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9779 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9780 whose line is either continued or ends with a comment.
9781
9782 2005-10-20 Romain Francoise <romain@orebokech.com>
9783
9784 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9785
9786 * replace.el (occur-engine): Add follow-link property.
9787
9788 * font-core.el (font-lock-mode): Doc fix.
9789
9790 2005-10-20 Richard M. Stallman <rms@gnu.org>
9791
9792 * net/rcirc.el: New file.
9793
9794 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9795
9796 * term.el (term-term-name): Initialize to "eterm-color".
9797
9798 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9799
9800 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9801 for encryption functionality.
9802 Move allout customization subgroup from `editing' to `outlines' group.
9803 Fix commentary keywords to legitimate ones.
9804 Update author info (using my current email address, obscurified).
9805 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9806 (allout-encrypted-topic-p, allout-encrypted-text-type)
9807 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9808 (allout-situate-encryption-key-verifier)
9809 (allout-get-encryption-key-verifier, allout-verify-key)
9810 (allout-next-topic-pending-encryption)
9811 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9812 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9813 (outline-key-verifier-handling, outline-key-hint-handling)
9814 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9815 (allout-file-key-verifier-string, allout-encryption-scheme)
9816 (allout-key-verifier-string, allout-key-hint-string)
9817 (allout-after-save-decrypt): New variables.
9818 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9819 (allout-after-saves-handler): New hook functions.
9820 (allout-post-command-business): Do allout-after-save-decrypt.
9821 (allout-enable-file-variable-adjustment): Custom var to enable
9822 mechanism for adding and adjusting settings of Emacs file variables.
9823 (allout-adjust-file-variable, allout-file-vars-section-data):
9824 New functions, implement the mechanism.
9825 (outlineify-sticky): Use the file vars mechanism.
9826 (allout-inhibit-protection, allout-during-write-cue)
9827 (allout-override-protect, allout-before-change-protect): Remove.
9828 (allout-flag-region, allout-open-topic): Adjust read-only text.
9829 (allout-open-line-not-read-only): Add to facilitate read-only
9830 text based protection.
9831 (allout-kill-line): Revise to adjust read-only text, clue the
9832 user about the inhibition.
9833 (allout-unprotected): Use unwind-protect.
9834 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9835 topic deeper than the offspring depth of the previous topic -
9836 avoiding confusing "containment discontinuities".
9837 (allout-reindent-bodies): Fix retention of body relative hanging
9838 indent during promotion of collapsed bodies.
9839 (allout-open-topic): Make it easy to open new topic with same
9840 bullet as current topic - topic creation functions provided with
9841 any universal argument provokes now prompt for bullet, defaulting
9842 to the bullet of the previous topic.
9843 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9844 Plain bullet alternates `.' period and `,' comma only. All other
9845 bullets are relegated to special status (but customizable).
9846 (allout-end-of-entry): Rename from allout-end-of-current-entry
9847 since it actually operates w.r.t. most immediately containing
9848 entry, visible or not.
9849 (allout-hide-current-entry, allout-show-current-entry): Use the
9850 revised version.
9851 (allout-old-expose-topic): Solidify deprecation.
9852 (allout-end-of-subtree): Add so we can span concealed as well
9853 as visible topics.
9854 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9855 (allout-end-of-current-heading): Tweak to just respect the first line.
9856 (allout-get-body-text): Add.
9857 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9858 when invoked interactively.
9859 (allout-up-current-level): Use `interactive-p'.
9860 (allout-mode, allout-init): Miscellaneous docstring and
9861 operational refinements, as well as hookups of new encryption stuff.
9862 (allout-beginning-of-current-entry): Now works as advertised.
9863 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9864 (allout-isearch-rectification): Refine condition for isearching.
9865 (allout-isearch-abort, allout-enwrap-isearch)
9866 (allout-flag-region, my-region-active-p): Relocate some macros.
9867 (allout-title): Fallback title is (buffer-name), not
9868 non-existing (current-buffer-name).
9869 (subst-char-in-string): Define if absent (for some XEmacs versions).
9870
9871 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9872
9873 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9874 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9875 (mail-citation-prefix-regexp, mail-signature-file)
9876 (mail-default-headers, mail-bury-selects-summary)
9877 (mail-send-nonascii): Add autoload cookies.
9878
9879 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9880
9881 * frame.el (blink-cursor-mode): Add `mac' to the list of
9882 window-system's that support blinking cursor.
9883
9884 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9885
9886 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9887
9888 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9889
9890 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9891 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9892 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9893
9894 2005-10-20 Kim F. Storm <storm@cua.dk>
9895
9896 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9897 (ido-set-current-directory): Don't add / after final @.
9898 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9899 Explicitly handle ange-ftp completion oddities.
9900 (ido-make-file-list): Don't rotate list at tramp root to avoid
9901 triggering tramp file handler for expand-file-name via get-file-buffer.
9902
9903 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9904
9905 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9906
9907 2005-10-19 Jay Belanger <belanger@truman.edu>
9908
9909 * calc/calc-units.el (math-standard-units): Add units, adjust
9910 symbols and update values.
9911 (math-unit-prefixes): Add more prefixes.
9912
9913 2005-10-19 Romain Francoise <romain@orebokech.com>
9914
9915 * bookmark.el (bookmark-menu-heading): New face.
9916 (bookmark-bmenu-list): Use it.
9917 Don't fiddle with `baud-rate' at top-level.
9918
9919 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9920
9921 * image.el (create-image, find-image): Mention max-image-size in
9922 docstring.
9923
9924 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9925
9926 * savehist.el (savehist-load): Revert to checking XEmacs.
9927
9928 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9929 Various docstring and line-width fixups.
9930 (conf-mode): Use cond.
9931 Set font-lock-defaults. Don't set comment-use-syntax.
9932
9933 2005-10-18 David Ponce <david@dponce.com>
9934
9935 * tree-widget.el (tree-widget-button-click): New function.
9936 (tree-widget-button-keymap): Use it.
9937
9938 2005-10-18 Romain Francoise <romain@orebokech.com>
9939
9940 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9941 (bookmark-bmenu-hide-filenames): Add follow-link property.
9942 Improve help-echo text.
9943
9944 * ffap.el (find-file-at-point): Doc fix.
9945
9946 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9947
9948 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9949
9950 2005-10-18 Masatake YAMATO <jet@gyve.org>
9951
9952 Install to the CVS repository what I forgot to install in my
9953 2005-10-16 changes.
9954
9955 * progmodes/python.el (python-complete-symbol): Pass the common
9956 prefix substring of completion to `display-completion-list'.
9957
9958 * textmodes/org.el (org-complete): Ditto.
9959
9960 2005-10-18 Masatake YAMATO <jet@gyve.org>
9961
9962 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9963
9964 * woman.el (WoMan-xref-man-page): New button type derived
9965 from `Man-abstract-xref-man-page'.
9966 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9967
9968 * man.el (Man-abstract-xref-man-page): New button type.
9969 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9970 (Man-highlight-references): Add new optional argument `xref-man-type'.
9971
9972 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9973
9974 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9975
9976 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9977
9978 * cus-edit.el (Custom-move-and-invoke): Delete.
9979 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9980
9981 * wid-edit.el (widget-move-and-invoke): New function, from
9982 Custom-move-and-invoke.
9983
9984 2005-10-17 Bill Wohler <wohler@newt.com>
9985
9986 Move all remaining images from lisp/toolbar to etc/images, move
9987 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9988 the low resolution images in their own directory (low-color).
9989
9990 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9991 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9992 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9993 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9994 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9995 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9996 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9997
9998 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9999 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
10000 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
10001 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
10002 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
10003 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
10004 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
10005 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
10006 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
10007 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
10008 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
10009 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
10010 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
10011 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
10012 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
10013
10014 To conform with convention, replace the underscore (_) in the
10015 following image names with dash (-) or (/) as appropriate.
10016
10017 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
10018 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
10019 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
10020 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
10021 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
10022 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
10023 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
10024 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
10025 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
10026 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
10027 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
10028 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
10029 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
10030 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
10031 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
10032
10033 * info.el (info-tool-bar-map): Replace underscores in image names
10034 with dashes.
10035
10036 * makefile.w32-in (WINS): Remove toolbar.
10037
10038 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
10039
10040 * tool-bar.el: Move to lisp from toolbar. Now that
10041 toolbar is empty, it should be deleted when folks run "cvs up -P".
10042
10043 2005-10-18 Jay Belanger <belanger@truman.edu>
10044
10045 * calc/calc-store.el (calc-store-into): Get the proper variable name
10046 to display in message.
10047
10048 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
10049
10050 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
10051 expressions display in speedbar for all buffers when debugging.
10052 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
10053
10054 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
10055 (speedbar-insert-button, speedbar-make-button):
10056 Use add-text-properties.
10057 (speedbar-update-localized-contents)
10058 (speedbar-update-directory-contents)
10059 (speedbar-update-special-contents): Use dolist.
10060 (speedbar-buffer-easymenu-definition): Add a menu separator.
10061
10062 2005-10-17 Jason Rumney <jasonr@gnu.org>
10063
10064 * makefile.w32-in: Use $(lisp) consistently.
10065 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
10066 for shell specific generation of mh-autoloads.
10067
10068 2005-10-17 Richard M. Stallman <rms@gnu.org>
10069
10070 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
10071
10072 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10073
10074 * jit-lock.el (jit-lock-fontify-now):
10075 Move jit-lock-context-unfontify-pos to avoid wasted work.
10076
10077 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
10078
10079 * net/tramp.el (tramp-completion-mode): New defvar. Used in
10080 `tramp-completion-mode' for checking if we are in completion mode.
10081 (tramp-completion-handle-file-name-all-completions): Reorder code
10082 in order to complete for file names only in case there are no
10083 method/user/host completions. This is necessary for cooperation
10084 with ido. Reported by Kim F. Storm <storm@cua.dk>.
10085
10086 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
10087
10088 * longlines.el (longlines-search-forward)
10089 (longlines-search-backward): Match any number of spaces.
10090
10091 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
10092
10093 * diff-mode.el (diff-mode): Doc fix.
10094
10095 2005-10-16 David Reitter <david.reitter@gmail.com>
10096
10097 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
10098 as default on darwin and windows systems.
10099
10100 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
10101
10102 * arc-mode.el (archive-zip-extract): Doc fix.
10103
10104 2005-10-16 Romain Francoise <romain@orebokech.com>
10105
10106 * mouse.el (mouse-1-click-follows-link): Doc fix.
10107
10108 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10109
10110 * savehist.el: Don't require CL at runtime.
10111 (savehist-xemacs): Remove.
10112 (savehist-coding-system): Use utf-8 if present, regardless of religion.
10113 (savehist-no-conversion): Use (featurep 'xemacs).
10114 (savehist-load): Check existence of start-itimer rather than XEmacs.
10115 Use an idle timer.
10116 (savehist-process-for-saving): Replace use of CL funs `subseq' and
10117 `delete-if-not'.
10118
10119 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
10120
10121 * savehist.el: Newer version.
10122 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
10123 (savehist-last-checksum, savehist-no-conversion): New vars.
10124 (savehist-autosave, savehist-process-for-saving, savehist-printable):
10125 New functions.
10126 (savehist-load, savehist-save): Use them.
10127 (savehist-delimit): Remove.
10128
10129 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10130
10131 * progmodes/compile.el (compilation-goto-locus): Display the
10132 compilation buffer first and the source buffer second, in case they're
10133 in overlapping frames. Don't raise the compilation frame if it was the
10134 selected window upon entry. Pass the `other-window' arg to
10135 pop-to-buffer.
10136
10137 * info.el (Info-fontify-node): Use dolist.
10138 Change add-text-properties to put-text-property.
10139
10140 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10141
10142 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
10143 bound of search.
10144
10145 2005-10-16 Masatake YAMATO <jet@gyve.org>
10146
10147 * dabbrev.el (dabbrev-completion): Pass the common
10148 prefix substring of completion to `display-completion-list'.
10149
10150 * filecache.el (file-cache-minibuffer-complete)
10151 (file-cache-complete): Ditto.
10152
10153 * tempo.el (tempo-display-completions): Ditto.
10154
10155 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
10156
10157 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
10158
10159 * eshell/em-hist.el (eshell-list-history): Ditto.
10160
10161 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
10162
10163 * mail/mailalias.el (mail-complete): Ditto.
10164
10165 * progmodes/etags.el (complete-tag): Ditto.
10166
10167 * progmodes/make-mode.el (makefile-complete): Ditto.
10168
10169 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
10170
10171 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
10172
10173 * progmodes/pascal.el (pascal-complete-word)
10174 (pascal-show-completions): Ditto.
10175
10176 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
10177
10178 * simple.el (completion-common-substring): New variable.
10179 (completion-setup-function): Use `completion-common-substring'
10180 to put faces.
10181
10182 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10183
10184 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
10185 (x-get-selection, mac-select-convert-to-string): Convert from/to
10186 UTF-16 clipboard data as in native byte order, no BOM.
10187
10188 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
10189
10190 * progmodes/gud.el (gud-tool-bar-map): Rename the images
10191 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
10192 (gud-sentinel): Use speedbar-frame to check for speedbar.
10193
10194 2005-10-15 Richard M. Stallman <rms@gnu.org>
10195
10196 * savehist.el: New file.
10197
10198 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
10199
10200 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
10201 Fix bug in \bf fontification.
10202
10203 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
10204
10205 * pcvs.el (cvs-edit-log-files): New var.
10206 (cvs-mode-edit-log): New arg `file'.
10207 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
10208 Instead force the use of the original file and nothing else.
10209 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
10210 the cvs-minor-wrap-function is set.
10211 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
10212
10213 2005-10-14 Bill Wohler <wohler@newt.com>
10214
10215 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
10216 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
10217 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
10218 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
10219 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
10220 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
10221 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
10222 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
10223 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
10224 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
10225 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
10226 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
10227 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
10228 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
10229 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
10230
10231 * progmodes/gud.el (gud-tool-bar-map): Rename the images
10232 appropriately (for example, gud-break to gud/break).
10233
10234 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
10235
10236 * longlines.el (longlinges-search-function)
10237 (longlines-search-forward, longlines-search-backward): New functions.
10238 (longlines-mode): Set isearch-search-fun-function to
10239 longlinges-search-function.
10240
10241 * mouse.el (mouse-drag-region-1): Handle the case where a
10242 double-click event is bound to an arbitrary function.
10243
10244 2005-10-14 David Ponce <david@dponce.com>
10245
10246 * recentf.el (recentf-track-opened-file)
10247 (recentf-track-closed-file, recentf-update-menu)
10248 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
10249 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
10250 mouse-1-click-follows-link.
10251
10252 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10253
10254 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
10255 Gnome file-manager.png. Suggested by
10256 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
10257
10258 * toolbar/README: Add diropen.xpm.
10259
10260 2005-10-13 Bill Wohler <wohler@newt.com>
10261
10262 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
10263 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
10264
10265 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10266
10267 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10268 Don't waste the byte-compiler's time on constant data.
10269
10270 2005-10-13 Kenichi Handa <handa@m17n.org>
10271
10272 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
10273 byte with `escape-glyph' face.
10274
10275 * international/fontset.el (ccl-encode-unicode-font):
10276 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
10277 Handle the case that ucs-mule-to-mule-unicode translates a character to
10278 ASCII (usually for IPA characters).
10279
10280 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10281
10282 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
10283 Don't hide the underline of titles if font-lock-mode is disabled.
10284
10285 2005-10-12 Bill Wohler <wohler@newt.com>
10286
10287 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
10288 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10289 files in MH-E-SRC have been updated.
10290 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
10291
10292 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10293
10294 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
10295 (mixal-mode-syntax-table): Add \n as end-comment.
10296 (mixal-operation-codes-alist): Immediately initialize to full value.
10297 (mixal-add-operation-code): Remove.
10298 (mixal-describe-operation-code): Make the arg non-optional.
10299 Use the interactive spec instead.
10300 Use mixal-operation-codes-alist rather than mixal-operation-codes.
10301 (mixal-font-lock-keywords): Don't highlight comments here any more.
10302 (mixal-font-lock-syntactic-keywords): New var.
10303 (mixal-mode): Use it. Fix comment-start-skip.
10304
10305 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10306
10307 * startup.el (command-line-x-option-alist): -nb => -nbi
10308
10309 2005-10-12 Kim F. Storm <storm@cua.dk>
10310
10311 * startup.el (fancy-splash-default-action): Discard mouse click in
10312 the splash screen window, as it has no sensible meaning in the
10313 next window to be selected. Fixes error reported by Jan D.
10314
10315 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10316
10317 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
10318
10319 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10320
10321 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
10322 Try to fix up minor layout issues like indentation, line break, etc...
10323 (mixal-mode-syntax-table): Don't try to specify comment syntax,
10324 because it doesn't work.
10325 (mixal-operation-codes): Add some more codes.
10326 (mixal-font-lock-keywords): Process comments here.
10327 (mixal-mode): mixasm no longer needs -g option.
10328
10329 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
10330
10331 * progmodes/sh-script.el (sh-tmp-file):
10332 Use mktemp -t. Finish support for es and rc shells.
10333
10334 2005-10-11 Jay Belanger <belanger@truman.edu>
10335
10336 * calc/calcalg2.el (calc-integral): With an argument, compute the
10337 definite integral.
10338
10339 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
10340
10341 * mouse.el (mouse-drag-region-1): Don't try to catch a
10342 double-click when doing follow-link (it's overridden anyway).
10343
10344 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
10345
10346 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
10347 (autoload-print-form-outbuf): Add docstring.
10348
10349 2005-10-11 Juri Linkov <juri@jurta.org>
10350
10351 * info.el (Info-mode-menu): Delete menu item "Edit".
10352 (Info-mode): Delete description of Info-edit from docstring,
10353 and rearrange descriptions of Info commands in the order
10354 they are documented in the Info manual.
10355
10356 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10357
10358 * calendar/appt.el (appt-check): Use diary-selective-display var.
10359
10360 2005-10-10 Richard M. Stallman <rms@gnu.org>
10361
10362 * net/newsticker.el (newsticker-start, newsticker-show-news):
10363 Add autoload cookies.
10364
10365 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
10366
10367 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
10368
10369 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
10370
10371 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
10372
10373 2005-10-10 Jay Belanger <belanger@truman.edu>
10374
10375 * calc/calc-arith.el (math-check-known-scalarp)
10376 (math-check-known-matrixp): Check the values of arguments that are
10377 variables.
10378 (math-check-known-square-matrixp): New function.
10379 (math-known-square-matrixp): Use math-check-known-square-matrixp.
10380 (math-super-types): Add sqmatrix type.
10381
10382 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
10383 mode name `square' to `sqmatrix'.
10384
10385 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
10386 mode name `square' to `sqmatrix'.
10387
10388 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10389
10390 * progmodes/etags.el (select-tags-table-mode): Don't use
10391 selective-display.
10392 (tags-select-tags-table): Pass `button' to the action function.
10393 (select-tags-table): Place the side-info on button properties rather
10394 than in hidden text. Abbreviate file names.
10395 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
10396 (select-tags-table-select): Add `button' argument.
10397 Get side-info from the button property rather than from hidden text.
10398
10399 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
10400
10401 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
10402 (gud-speedbar-buttons): Preserve point if possible.
10403 (gud-sentinel): Restore previous speedbar display type.
10404
10405 * progmodes/gdb-ui.el (gdba): Improve diagram.
10406 (def-gdb-auto-update-handler, gdb-info-locals-handler)
10407 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
10408 Call get-buffer-window once.
10409
10410 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10411
10412 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
10413 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
10414 (pascal-indent-command): Remove unused var `ind'.
10415 (pascal-indent-case): Remove unused var `oldpos'.
10416 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
10417 since it's now used as a proper minor mode map.
10418 (pascal-outline): Rename to pascal-outline-mode.
10419 (pascal-outline-mode): Use define-minor-mode.
10420 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
10421 selective-display.
10422
10423 2005-10-10 Andreas Schwab <schwab@suse.de>
10424
10425 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10426 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
10427
10428 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10429 outside source directory.
10430
10431 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10432
10433 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10434 C-x' as a prefix.
10435 (orgtbl-mode-map): Full keymap instead of sparse, because all
10436 `self-insert-command' keys are redefined in this map.
10437 (org-export-as-html): Specify charset for HTML file, by taking it
10438 from the coding system.
10439
10440 2005-10-10 Kenichi Handa <handa@m17n.org>
10441
10442 * textmodes/flyspell.el (flyspell-check-word-p):
10443 If unread-command-events is non-empty, don't call sit-for.
10444
10445 2005-10-09 Richard M. Stallman <rms@gnu.org>
10446
10447 * font-lock.el (font-lock-syntactic-keywords)
10448 (font-lock-keywords): Doc fixes.
10449
10450 * textmodes/flyspell.el (flyspell-external-point-words):
10451 Simplify logic, and don't try to check for consecutive appearances
10452 of one incorrect word.
10453
10454 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
10455
10456 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10457 separator.
10458
10459 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10460 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10461 (gud-expansion-speedbar-buttons): New function.
10462 (gud-speedbar-buttons): Check for gud-comint-buffer.
10463
10464 2005-10-09 Bill Wohler <wohler@newt.com>
10465
10466 * Makefile.in (updates): Add mh-loaddefs dependency.
10467
10468 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10469
10470 * speedbar.el (speedbar-file-key-map): Fix typo.
10471
10472 2005-10-09 Daniel Brockman <daniel@brockman.se>
10473
10474 * cus-start.el (line-spacing): Add custom spec.
10475
10476 2005-10-09 Romain Francoise <romain@orebokech.com>
10477
10478 * textmodes/ispell.el (ispell-check-version): Fix last change.
10479
10480 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10481
10482 * term/x-win.el: Remove -i, --icon-type from comment.
10483
10484 * startup.el (command-line-x-option-alist): Remove options -i,
10485 -itype, --icon-type, added -nb, --no-bitmap-icon
10486
10487 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10488
10489 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10490 instead of :active.
10491
10492 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10493
10494 * textmodes/ispell.el (ispell-check-version):
10495 Ignore hyphen, and all that follows, in aspell's version text.
10496
10497 2005-10-08 Jay Belanger <belanger@truman.edu>
10498
10499 * calc/calc-arith.el (math-known-square-matrixp): New function.
10500 (math-pow-fancy): Check for matrices before distributing exponent
10501 across products.
10502
10503 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10504 fullscreen keypad. Suggested by Luc Teirlinck.
10505 (calc-keypad-show-input): Add space for formatting.
10506
10507 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10508 Add square matrix option.
10509
10510 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10511 of checking calc-matrix-mode when deciding how to expand.
10512
10513 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10514
10515 2005-10-08 Lars Hansen <larsh@soem.dk>
10516
10517 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10518 Add error handling.
10519 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10520
10521 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10522
10523 Sync with Tramp 2.0.51.
10524
10525 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10526 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10527 Insert special handling for `last-coding-system-used', again
10528 it still seems to be necessary (unlike stated before).
10529 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10530 (tramp-password-prompt-regexp): There might be other words before
10531 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10532 (tramp-chunksize): Improve docstring.
10533 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10534 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10535 Christian Joergensen <bugs@razor.dk>.
10536
10537 2005-10-07 Glenn Morris <rgm@gnu.org>
10538
10539 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10540 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10541 precision'.
10542
10543 2005-10-07 Romain Francoise <romain@orebokech.com>
10544
10545 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10546 (ibuffer-do-shell-command-pipe-replace)
10547 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10548 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10549 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10550 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10551 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10552 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10553 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10554 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10555 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10556 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10557 Autoload file sans suffix.
10558
10559 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10560
10561 2005-10-07 David Ponce <david@dponce.com>
10562
10563 * recentf.el (recentf-menu-open-all-flag): New option.
10564 (recentf-digit-shortcut-command-name): New function.
10565 (recentf--shortcuts-keymap): New variable.
10566 (recentf-menu-shortcuts): New variable.
10567 (recentf-make-menu-items): Initialize it. Replace the "More..."
10568 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10569 (recentf-menu-value-shortcut): New function.
10570 (recentf-make-menu-item): Use it. No more in-lined.
10571 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10572 (recentf-open-most-recent-file): Rename from
10573 `recentf-open-file-with-key'. Don't depend on key binding.
10574 (recentf-mode-map): New variable.
10575 (recentf-mode): Use it.
10576
10577 2005-10-06 Bill Wohler <wohler@newt.com>
10578
10579 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10580
10581 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10582 (MH-E-SRC): New. Used by mh-autoloads.
10583 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10584 files in MH-E-SRC have been updated.
10585 (compile, recompile, bootstrap): Depend on mh-autoloads.
10586
10587 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10588
10589 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10590 gud-break and gud-remove icons when the fringe is not available.
10591
10592 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10593 Typo.
10594
10595 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10596
10597 * play/zone.el (zone): Wrap body with save-window-excursion.
10598
10599 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10600
10601 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10602 Use the new `list-only' arg to diary-list-entries.
10603
10604 * calendar/diary-lib.el: Use overlays rather than selective-display.
10605 (diary-selective-display): New var.
10606 (diary-header-line-format): Use it.
10607 (diary-list-entries): Add argument `list-only'.
10608 Put the buffer in diary-mode. Don't add \^M at beg and end.
10609 Replace \^M by invisible overlays.
10610 (diary-unhide-everything): Replace \^M by invisible overlays.
10611 (print-diary-entries): Look for overlays rather than \^M.
10612 Add a space to the temp buffer name.
10613 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10614 Put the buffer in diary-mode.
10615 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10616 (diary-anniversary): Make the year arg optional.
10617 (diary-time-regexp): New const.
10618 (diary-font-lock-keywords): Use it to accept a few more time formats.
10619
10620 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10621
10622 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10623
10624 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10625 Fix bug introduced 2005-07-03: Use (car (last ...))
10626 to faithfully reproduce replaced artist-last.
10627 (artist-set-arrow-points-for-poly): Likewise.
10628 Suggested by Johan Bockg\e,Ae\e(Brd.
10629
10630 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10631
10632 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10633 * wid-edit.el (widget):
10634 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10635 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10636
10637 2005-10-06 Kenichi Handa <handa@m17n.org>
10638
10639 * international/mule-cmds.el (set-language-environment):
10640 Fix setting up of case-table for unibyte mode.
10641
10642 * simple.el (what-cursor-position): If the character is displayed
10643 by some `display' text property, show that. Don't use
10644 single-key-description for eight-bit characters in multibyte mode.
10645
10646 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10647
10648 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10649 (gdb-ann3): Set it.
10650 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10651 (gdb-info-frames-custom): Use inverse-video for first five
10652 characters of selected frame only.
10653 (gdb-get-frame-number): Select frame even when point is on frame
10654 number.
10655
10656 2005-10-06 Masatake YAMATO <jet@gyve.org>
10657
10658 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10659 Put `font-lock-function-name-face'.
10660 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10661 and `font-lock-variable-name-face'
10662 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10663 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10664 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10665 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10666 (gdb-local-font-lock-keywords): New font lock keywords definition.
10667 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10668 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10669 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10670
10671 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10672
10673 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10674 (ediff-merge-region-is-non-clash-to-skip): Previously called
10675 ediff-merge-region-is-non-clash.
10676
10677 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10678 Use insert-buffer-substring.
10679
10680 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10681 selecting files to patch. Also bug fixes.
10682
10683 * ediff-util.el (ediff-setup): Bug fix.
10684 (ediff-next-difference): Never skip clashes that differ in white
10685 space only.
10686
10687 * ediff-wind.el (ediff-setup-control-frame)
10688 (ediff-destroy-control-frame): Check the menubar feature.
10689
10690 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10691 (viper-refresh-mode-line): Use make-local-variable to localize
10692 some vars instead of make-variable-buffer-local. Suggested by
10693 Stefan Monnier.
10694
10695 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10696 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10697 Use make-local-variable instead of make-variable-buffer-local.
10698 Suggested by Stefan Monnier.
10699
10700 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10701 (viper-comint-mode-hook): Use make-local-variable on
10702 require-final-newline.
10703 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10704
10705 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10706
10707 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10708 also the second char of a comment-start sequence.
10709 (scheme-sexp-comment-syntax-table): New var.
10710 (lambda, define): Set their scheme-doc-string-elt property.
10711 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10712 Use lisp-font-lock-syntactic-face-function now that it properly
10713 handles |...| symbols.
10714 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10715 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10716
10717 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10718 bit from # to |.
10719 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10720
10721 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10722 (lisp-doc-string-elt-property): New var.
10723 (lisp-font-lock-syntactic-face-function): Use it.
10724 Rewrite to recognize docstrings even for forms not at toplevel.
10725
10726 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10727 annotation on the | part of #| rather than on the # part.
10728 (scheme-font-lock-syntactic-face-function): New function, to
10729 distinguish strings from |...| symbols.
10730 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10731 syntax-table so that #|...|# is properly highlighted.
10732
10733 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10734 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10735
10736 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10737
10738 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10739 and C-e.
10740
10741 * emacs-lisp/eldoc.el: Move comments into docstrings.
10742 (eldoc-message-commands): Initialize in its declaration.
10743 Add move-beginning-of-line and move-end-of-line.
10744 (eldoc-add-command, eldoc-add-command-completions)
10745 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10746
10747 * outline.el (outline-mark-subtree): Activate the mark.
10748
10749 * calendar/appt.el (appt-time-regexp): New var.
10750 (appt-add, appt-make-list): Use it.
10751 (appt-convert-time): Clean up.
10752
10753 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10754 Don't set any syntax-table property here.
10755 (tex-font-lock-verb): New function. Do it here.
10756 (tex-font-lock-syntactic-keywords): Use it.
10757
10758 2005-10-04 Richard M. Stallman <rms@gnu.org>
10759
10760 * wid-edit.el (widget-file-complete): Get the widget start point
10761 the right way. Default directory to `/' if file has none.
10762
10763 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10764
10765 * textmodes/flyspell.el (flyspell-mode-on):
10766 Call ispell-maybe-find-aspell-dictionaries.
10767
10768 * textmodes/ispell.el (ispell-word, ispell-region):
10769 Call ispell-maybe-find-aspell-dictionaries.
10770 (ispell-accept-buffer-local-defs):
10771 Don't call ispell-maybe-find-aspell-dictionaries
10772
10773 2005-10-04 Richard M. Stallman <rms@gnu.org>
10774
10775 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10776
10777 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10778
10779 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10780 instead of `fboundp' in order to allow for anonymous functions.
10781
10782 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10783
10784 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10785 case the user clicks on the link while another window is selected.
10786 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10787
10788 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10789 functionality.
10790 (dframe-help-echo): Save point in case mouse tracking is off.
10791
10792 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10793
10794 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10795
10796 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10797
10798 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10799 not change the global value of those vars.
10800
10801 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10802 make-local-variable which we do not need any more.
10803
10804 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10805
10806 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10807 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10808 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10809 (speedbar-path-line): Define obsolete aliases.
10810 (speedbar-line-directory): Doc fix.
10811
10812 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10813 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10814 instead of speedbar-line-path.
10815
10816 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10817
10818 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10819 to nil if dropping on a window. Handle dropping on a minibuffer window
10820 like dropping on a non-window part of Emacs.
10821
10822 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10823
10824 * net/ange-ftp.el: Use with-current-buffer.
10825 (ange-ftp-insert-directory): Do not follow symlinks any more.
10826
10827 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10828 Remove interactive spec.
10829
10830 2005-10-03 Kim F. Storm <storm@cua.dk>
10831
10832 * ido.el (ido-mode): Use custom-initialize-set.
10833
10834 2005-10-02 Richard M. Stallman <rms@gnu.org>
10835
10836 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10837 Use insert-buffer-substring.
10838
10839 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10840 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10841
10842 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10843
10844 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10845 in last change.
10846 (ange-ftp-insert-directory): Fix up the search for the case where
10847 `file' is absolute.
10848
10849 2005-10-02 Romain Francoise <romain@orebokech.com>
10850
10851 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10852
10853 2005-10-02 Andreas Schwab <schwab@suse.de>
10854
10855 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10856 directory component in the session info.
10857
10858 2005-10-01 Richard M. Stallman <rms@gnu.org>
10859
10860 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10861
10862 * simple.el (next-error-internal): New function.
10863
10864 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10865 (compilation-start): Pass new arg to compilation-buffer-name.
10866 (compile-goto-error): Use next-error-internal.
10867
10868 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10869
10870 * speedbar.el: Remove RCS tag.
10871 (speedbar-check-read-only): Handle non-existent files.
10872
10873 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10874
10875 * info.el (Info-speedbar-hierarchy-buttons)
10876 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10877
10878 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10879
10880 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10881 Do not match newline.
10882 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10883 (bibtex-summary): Remove unnecessary save-excursion.
10884 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10885
10886 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10887
10888 * term/mac-win.el: Add charset info for "iso10646-1".
10889 Modify default fontset to use ATSUI-compatible fonts for some charsets
10890 if available.
10891
10892 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10893
10894 * speedbar.el: Re-apply arch tag.
10895 (speedbar-version): Rename to version 1.0. Suggested by Eric
10896 M. Ludlam.
10897 Reapply two changes from Emacs CVS' version of speedbar lost
10898 during the merge:
10899 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10900 (speedbar-frame-parameters): Improve customize type.
10901
10902 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10903
10904 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10905 (ange-ftp-file-directory-p): Fix the symlink case.
10906 (ange-ftp-insert-directory): When listing a single file, get a list of
10907 the parent buffer and extract the relevant line. Inspired from a patch
10908 by Katsumi Yamaoka <yamaoka@jpl.org>.
10909 (ange-ftp-file-name-sans-versions): Simplify.
10910
10911 2005-09-30 Bill Wohler <wohler@newt.com>
10912
10913 Move MH-E image files from toolbar and mail directories into
10914 etc/images.
10915
10916 * mail/reply2.*: Move to etc/images/mail/reply*.
10917
10918 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10919 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10920 etc/images.
10921
10922 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10923 * toolbar/reply*: Move to etc/images/mail.
10924
10925 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10926
10927 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10928
10929 * speedbar.el: New version 1.0pre3.
10930
10931 Frame management code (including timer, and mouse click specifics)
10932 moved to dframe.el:
10933 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10934 (speedbar-timer): Removed. Use dframe-timer.
10935 (speedbar-close-frame): Removed. Use dframe-close-frame.
10936 (speedbar-activity-change-focus-flag): Removed. Use
10937 dframe-activity-change-focus-flag.
10938 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10939 dframe-update-speed.
10940
10941 (speedbar-current-frame): New macro. Use this instead of the
10942 variable speedbar-frame.
10943
10944 (speedbar-use-images, speedbar-expand-image-button-alist)
10945 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10946
10947 (speedbar-find-image-on-load-path): Removed. Replaced by
10948 defezimage in ezimage.el.
10949 (speedbar-expand-image-button-alist): Removed. Replaced by
10950 ezimage-expand-image-button-alist in ezimage.el.
10951
10952 (speedbar-ignored-directory-regexp)
10953 (speedbar-add-ignored-directory-regexp)
10954 (speedbar-ignored-directory-expressions)
10955 (speedbar-line-directory, speedbar-buffers-line-directory)
10956 (speedbar-directory-line, speedbar-buffers-line-directory):
10957 Renamed, replacing `path' with `directory'.
10958
10959 (speedbar-create-directory, speedbar-expand-line-descendants)
10960 (speedbar-toggle-line-expansion)
10961 (speedbar-contract-line-descendants): New commands.
10962
10963 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10964 (speedbar-use-tool-tips-flag): New options.
10965
10966 (speedbar-check-read-only, speedbar-require-version)
10967 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10968 (speedbar-handle-delete-frame, speedbar-try-completion)
10969 (speedbar-update-localized-contents): New functions.
10970
10971 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10972 (speedbar-object-read-only-indicator): New variables.
10973
10974 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10975 New hooks.
10976
10977 (speedbar-separator-face): New face.
10978
10979 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10980 (speedbar-ignored-modes): Add fundamental-mode.
10981 (speedbar-directory-unshown-regexp): Add . directories.
10982
10983 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10984 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10985 `]' for full expand/close.
10986 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10987
10988 (speedbar-check-vc): Support hidden files.
10989 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10990 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10991 state is nil, it is not checked out.
10992
10993 (speedbar-line-text, speedbar-line-token): Support expand buttons
10994 with no text.
10995 (speedbar-refresh): Universal argument acts as power-click.
10996 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10997 that buffer to get variable values.
10998
10999 And many other bugfixes.
11000
11001 * dframe.el, ezimage.el, sb-image.el: New files.
11002
11003 * sb-*.xpm: Remove files. New image files installed into
11004 etc/images/ezimage.
11005
11006 2005-09-30 Kenichi Handa <handa@m17n.org>
11007
11008 * ps-mule.el (ps-mule-show-warning): If a character is in
11009 ps-print-translation-table, don't treat it as non-printable.
11010
11011 2005-09-30 David Ponce <david@dponce.com>
11012
11013 * tree-widget.el (tree-widget-themes-load-path): New variable.
11014 (tree-widget-themes-directory): Doc fix.
11015 (tree-widget-image-formats) [Emacs]: Doc fix.
11016 (tree-widget--locate-sub-directory): New function.
11017 (tree-widget-themes-directory): Use it.
11018
11019 * recentf.el (recentf-filename-handlers): Rename from
11020 `recentf-filename-handler'. Allow a list of functions.
11021 (recentf-menu-items-for-commands): Fix :help strings.
11022 (recentf-apply-filename-handlers): New function.
11023 (recentf-expand-file-name): Use it.
11024 (recentf-cleanup): Remove duplicates too.
11025
11026 2005-09-29 Juri Linkov <juri@jurta.org>
11027
11028 * faces.el: Rearrange face definitions to be in the same order as
11029 their face descriptions in "(emacs)Standard Faces".
11030
11031 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
11032
11033 * tooltip.el (tooltip): Add group `basic-faces'.
11034
11035 * buff-menu.el (Buffer-menu-buffer): Remove group
11036 `font-lock-highlighting-faces'.
11037
11038 * progmodes/compile.el (compilation-error, compilation-warning)
11039 (compilation-info, compilation-line-number, compilation-column-number):
11040 Change group from `font-lock-highlighting-faces' to `compilation'.
11041
11042 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
11043 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
11044 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
11045 (vhdl-font-lock-reserved-words-face)
11046 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
11047 `font-lock-highlighting-faces'.
11048
11049 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
11050
11051 2005-09-28 Kim F. Storm <storm@cua.dk>
11052
11053 * emulation/cua-base.el: Set CUA move property on additional commands:
11054 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
11055 forward-sexp, backward-sexp, forward-list, backward-list.
11056
11057 2005-09-28 Romain Francoise <romain@orebokech.com>
11058
11059 * comint.el (comint-show-output): Really set point at the
11060 beginning of the output when not using `comint-use-prompt-regexp'.
11061
11062 2005-09-27 Jay Belanger <belanger@truman.edu>
11063
11064 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
11065 in TeX mode.
11066
11067 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
11068
11069 * textmodes/org.el (org-table-sum): Fix format string.
11070
11071 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
11072 Quote face names.
11073
11074 2005-09-26 Romain Francoise <romain@orebokech.com>
11075
11076 * isearch.el (isearch-forward-regexp): Close doc string.
11077
11078 2005-09-25 Richard M. Stallman <rms@gnu.org>
11079
11080 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
11081
11082 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
11083
11084 * progmodes/compile.el (compilation-error-properties):
11085 When getting the file from the previous error message,
11086 correctly decode the new data format.
11087
11088 * progmodes/cc-cmds.el (c-electric-paren):
11089 Call old-blink-paren only for close-paren.
11090
11091 2005-09-24 Andreas Schwab <schwab@suse.de>
11092
11093 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
11094 condition.
11095
11096 2005-09-25 Romain Francoise <romain@orebokech.com>
11097
11098 * dired-aux.el (dired-copy-file-recursive):
11099 * dired.el (dired-delete-file):
11100 * ediff-mult.el (ediff-dir-diff-copy-file):
11101 * ediff-util.el (ediff-test-save-region):
11102 * forms.el (forms-mode):
11103 * ido.el (ido-file-internal, ido-delete-file-at-head):
11104 * log-edit.el (log-edit-done):
11105 * ses.el (ses-yank-resize):
11106 * play/gomoku.el (gomoku-human-plays, gomoku)
11107 (gomoku-human-resigns, gomoku-prompt-for-other-game)
11108 (gomoku-offer-a-draw):
11109 * play/landmark.el (lm-human-resigns, lm):
11110 * net/eudcb-ldap.el (eudc-ldap-check-base):
11111 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
11112 * progmodes/ebrowse.el (ebrowse-find-pattern):
11113 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
11114 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
11115 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
11116
11117 * vc.el (vc-delete-file):
11118 * play/gomoku.el (gomoku-terminate-game, gomoku)
11119 (gomoku-prompt-for-move, gomoku-human-takes-back):
11120 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
11121 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
11122
11123 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
11124
11125 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
11126 color rxvt terminals by using the code xterm.el used to use before
11127 2005-04-09 in order to match the colors used by rxvt.
11128
11129 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11130
11131 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
11132 colors rxvt-unicode terminals by using the same code as xterm.el.
11133
11134 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11135
11136 * textmodes/tex-mode.el (tex-font-lock-append-prop)
11137 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
11138 new symbol used for the tex-verbatim face.
11139
11140 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
11141
11142 * woman.el (woman-file-name):
11143 * wid-edit.el (widget-file-prompt-value)
11144 (widget-coding-system-prompt-value):
11145 * w32-fns.el (set-w32-system-coding-system):
11146 * vc.el (vc-version-diff, vc-annotate):
11147 * textmodes/reftex-auc.el (reftex-arg-cite)
11148 (reftex-arg-index-tag):
11149 * textmodes/refer.el (refer-get-bib-files):
11150 * textmodes/artist.el (artist-figlet-choose-font):
11151 * terminal.el (terminal-emulator):
11152 * replace.el (occur-read-primary-args):
11153 * rect.el (string-rectangle, string-insert-rectangle):
11154 * ps-print.el (ps-print-preprint):
11155 * progmodes/pascal.el (pascal-goto-defun):
11156 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
11157 * progmodes/compile.el (compilation-find-file):
11158 * printing.el (pr-interactive-n-up):
11159 * play/animate.el (animate-birthday-present):
11160 * net/rcompile.el (remote-compile):
11161 * man.el (man, Man-goto-section, Man-follow-manual-reference):
11162 * mail/rmailsum.el (rmail-summary-search-backward)
11163 (rmail-summary-search):
11164 * mail/rmailout.el (rmail-output-read-rmail-file-name)
11165 (rmail-output-read-file-name):
11166 * mail/rmail.el (rmail-search, rmail-search-backwards):
11167 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
11168 * locate.el (locate):
11169 * international/quail.el (quail-show-keyboard-layout):
11170 * international/mule.el (set-buffer-file-coding-system)
11171 (revert-buffer-with-coding-system, set-file-name-coding-system)
11172 (set-terminal-coding-system, set-keyboard-coding-system)
11173 (set-next-selection-coding-system):
11174 * international/mule-diag.el (describe-coding-system)
11175 (describe-font, describe-fontset):
11176 * international/mule-cmds.el (universal-coding-system-argument)
11177 (search-unencodable-char, describe-input-method)
11178 (set-language-environment, describe-language-environment):
11179 * international/codepage.el (codepage-setup):
11180 * international/code-pages.el (codepage-setup):
11181 * info.el (Info-search, Info-follow-reference)
11182 (Info-search-backward):
11183 * emacs-lisp/advice.el (ad-read-advised-function)
11184 (ad-read-advice-class, ad-clear-cache, ad-activate)
11185 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
11186 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
11187 (ad-read-regexp):
11188 * ediff-util.el (ediff-toggle-regexp-match):
11189 * ediff-ptch.el (ediff-prompt-for-patch-file):
11190 * dired-aux.el (dired-diff):
11191 * diff.el (diff):
11192 * cus-edit.el (custom-variable-prompt):
11193 * calendar/timeclock.el (timeclock-ask-for-project):
11194 * calc/calcalg3.el (calc-get-fit-variables):
11195 * calc/calc-store.el (calc-edit-variable)
11196 (calc-permanent-variable):
11197 * vc-mcvs.el (vc-mcvs-register):
11198 * shadowfile.el (shadow-define-literal-group):
11199 * woman.el (woman-file-name):
11200 * vc.el (vc-version-diff, vc-merge):
11201 * textmodes/reftex-index.el (reftex-index-complete-tag):
11202 * format.el (format-decode-buffer, format-decode-region):
11203 * emulation/viper-cmd.el (viper-read-string-with-history):
11204 * emacs-lisp/debug.el (cancel-debug-on-entry):
11205 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11206 * ediff.el (ediff-merge-revisions)
11207 (ediff-merge-revisions-with-ancestor, ediff-revision):
11208 * completion.el (interactive-completion-string-reader):
11209 * calc/calc-prog.el (calc-user-define-formula):
11210 Follow convention for reading with the minibuffer.
11211
11212 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
11213
11214 * progmodes/python.el (python-describe-symbol): Add globals() and
11215 locals() to the arguments of emacs.ehelp.
11216
11217 2005-09-24 Magnus Henoch <mange@freemail.hu>
11218
11219 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
11220 New function, code extracted from ispell-valid-dictionary-list.
11221 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
11222 Call it.
11223
11224 2005-09-24 Eli Zaretskii <eliz@gnu.org>
11225
11226 * subr.el (version-regexp-alist): Extend valid syntax for version
11227 strings: allow any of the characters -,_,+ to separate the
11228 alpha/beta/rc part from the version part. Doc fix.
11229 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
11230
11231 2005-09-23 David Reitter <david.reitter@gmail.com>
11232
11233 * mail/mailclient.el: New file.
11234
11235 2005-09-23 Richard M. Stallman <rms@gnu.org>
11236
11237 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
11238 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
11239 Doc fixes.
11240
11241 * progmodes/cc-mode.el (c-font-lock-init):
11242 Specify font-lock-lines-before.
11243
11244 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11245
11246 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
11247 whole conflict.
11248
11249 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
11250
11251 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
11252 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
11253 of `remap' feature when available. Additional key bindings for
11254 better tty support.
11255 (org-mode-restart, org-force-self-insert): New commands.
11256 (org-time-stamp-inactive): New command.
11257 (org-remap): New function.
11258 (org-table-auto-blank-field, org-level-color-stars-only): New options.
11259 (org-enable-fixed-width-editor): Move to `org-structure'
11260 customization group.
11261 (org-self-insert-command, orgtbl-self-insert-command): Modify to
11262 blank field after field motion commands.
11263
11264 2005-09-23 Kenichi Handa <handa@m17n.org>
11265
11266 * international/mule-cmds.el (set-language-environment):
11267 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
11268 have to call utf-translate-cjk-load-tables.
11269
11270 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11271
11272 * mouse.el (mouse-move-drag-overlay): Fix last change.
11273
11274 2005-09-22 David Ponce <david@dponce.com>
11275
11276 * tree-widget.el (tree-widget-value-create): Fix previous change.
11277
11278 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11279
11280 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
11281
11282 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11283
11284 * mouse.el (mouse-move-drag-overlay): New function.
11285 (mouse-drag-region-1): Use it.
11286 Try to simplify a bit the state handling. Handle clicks on links
11287 inside intangible areas.
11288 (mouse-save-then-kill): Minor simplification.
11289 (mouse-secondary-overlay): Make it always non-nil instead of
11290 recreating it each time.
11291 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
11292 (mouse-kill-secondary, mouse-secondary-save-then-kill):
11293 Simplify accordingly.
11294
11295 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11296
11297 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
11298
11299 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
11300
11301 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
11302 (ediff-file-name-sans-prefix): Treat nil as an empty string.
11303 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
11304 to patch.
11305
11306 * ediff-util.el: Use insert-buffer-substring.
11307
11308 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
11309
11310 * emulation/viper-cmd.el (viper-change-state): Don't move over the
11311 field boundaries in the minibuffer.
11312 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
11313 (viper-minibuffer-post-command-hook): New hook.
11314 (viper-line): Don't move cursor at bolp.
11315
11316 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
11317
11318 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
11319 avoid compiler warnings.
11320
11321 * emulation/viper-macs.el (ex-map): Better messages.
11322
11323 * emulation/viper-utils.el (viper-beginning-of-field): New function.
11324
11325 * emulation/viper.el: Replace make-variable-buffer-local with
11326 viper-make-variable-buffer-local everywhere, to avoid warnings.
11327
11328 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11329
11330 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
11331 Delete unused var `old-selected-window'.
11332 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
11333 (mouse-drag-secondary): Delete unused var `start-frame'.
11334
11335 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11336
11337 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
11338
11339 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11340
11341 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
11342 Re-indent within 80 columns. Use inhibit-read-only.
11343
11344 2005-09-19 Romain Francoise <romain@orebokech.com>
11345
11346 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
11347
11348 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11349
11350 * font-lock.el (font-lock-default-fontify-region): Don't add a line
11351 unconditionally, since the after-change-function already did it.
11352
11353 2005-09-19 Miles Bader <miles@gnu.org>
11354
11355 * net/newsticker.el: Get rid of CVS keyword.
11356
11357 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
11358
11359 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
11360 The prompt is formatted later.
11361
11362 2005-09-19 David Ponce <david@dponce.com>
11363
11364 * tree-widget.el (tree-widget-value-create): Save the converted
11365 tree :node widget.
11366
11367 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
11368
11369 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
11370 variable `message'.
11371
11372 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
11373
11374 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
11375 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
11376 <slawomir.nowaczyk.847@student.lu.se>.
11377
11378 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
11379
11380 * image.el (image-load-path): Use symbol `data-directory' instead
11381 of its value, for backward compatibility with packages that bind
11382 it during `find-image'. Suggested by Katsumi Yamaoka.
11383 (image-search-load-path): Handle symbols whose values are strings.
11384
11385 2005-09-18 Romain Francoise <romain@orebokech.com>
11386
11387 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
11388 with-current-buffer form in save-excursion.
11389
11390 2005-09-18 D Goel <deego@gnufans.org>
11391
11392 * apropos.el (apropos-command): Fix `message' call: first arg
11393 should be a format spec. In this and all other cases that appear
11394 below and elsewhere in the source code, I made a change only when
11395 two conditions were satisfied: [1] I can think of a possibility
11396 that the arguments would cause an error, for example, the code in
11397 question relies on external variables such as filenames. [2] I
11398 was sure that the arg to `message' could not have been nil in the code.
11399
11400 * textmodes/tildify.el (tildify-region): Ditto.
11401
11402 * textmodes/reftex-index.el (reftex-index-change-entry)
11403 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
11404 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
11405 * textmodes/org.el (org-complete, org-deadline, org-schedule)
11406 (org-priority, org-table-sum):
11407 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
11408 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
11409 (flyspell-word, flyspell-display-next-corrections):
11410 * textmodes/bibtex.el (bibtex-print-help-message):
11411 * textmodes/artist.el (artist-key-set-point-poly):
11412 * term/mac-win.el (mac-services-insert-text):
11413 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
11414 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
11415 (vhdl-port-paste-testbench, vhdl-compose-new-component)
11416 (vhdl-compose-configuration):
11417 * progmodes/sh-script.el (sh-blink, sh-show-indent)
11418 (sh-set-indent, sh-learn-line-indent):
11419 * progmodes/ps-mode.el (ps-mode-target-column):
11420 * progmodes/idlwave.el (idlwave-make-tags)
11421 (idlwave-scan-library-catalogs):
11422 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
11423 * progmodes/gud.el (gud-jdb-analyze-source):
11424 * progmodes/flymake.el (flymake-log):
11425 * progmodes/ebnf2ps.el (ebnf-generate-region):
11426 * progmodes/cmacexp.el (c-macro-expansion):
11427 * progmodes/ada-xref.el (ada-treat-cmd-string):
11428 * progmodes/ada-mode.el (ada-create-case-exception-substring)
11429 (ada-justified-indent-current, ada-batch-reformat):
11430 * play/zone.el (zone):
11431 * play/landmark.el (lm-move):
11432 * play/decipher.el (decipher-show-alphabet):
11433 * net/newsticker.el (newsticker--display-jump)
11434 (newsticker--display-scroll):
11435 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11436 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11437 * mail/feedmail.el (feedmail-dump-message-to-queue):
11438 * eshell/esh-proc.el (eshell-remove-process-entry):
11439 * emulation/ws-mode.el (ws-last-error):
11440 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11441 (viper-record-kbd-macro):
11442 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11443 * emacs-lisp/lisp-mnt.el (lm-report-bug):
11444 * emacs-lisp/find-func.el (find-function-noselect):
11445 * calendar/timeclock.el (timeclock-status-string)
11446 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11447 (timeclock-when-to-leave-string):
11448 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11449 * calc/calc-units.el (calc-enter-units-table):
11450 * calc/calc-mode.el (calc-mode-record-mode):
11451 * woman.el (woman-mini-help):
11452 * wdired.el (wdired-change-to-wdired-mode):
11453 * vc.el (vc-retrieve-snapshot):
11454 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11455 * startup.el (display-startup-echo-area-message):
11456 * simple.el (set-goal-column):
11457 * ses.el (ses-command-hook, ses-recalculate-cell):
11458 * server.el (server-process-filter):
11459 * printing.el (pr-interface-txt-print, pr-interface-printify)
11460 (pr-interface-ps):
11461 * pcvs.el (cvs-help):
11462 * log-edit.el (log-edit, log-edit-mode-help):
11463 * iswitchb.el (iswitchb-possible-new-buffer):
11464 * isearch.el (isearch-edit-string):
11465 * image-mode.el (image-mode, image-minor-mode):
11466 * ibuf-macs.el (define-ibuffer-filter):
11467 * hi-lock.el (hi-lock-find-patterns):
11468 * files.el (toggle-read-only):
11469 * ediff-util.el (ediff-copy-diff)
11470 (ediff-write-merge-buffer-and-maybe-kill):
11471 * echistory.el (Electric-history-undefined):
11472 * dnd.el (dnd-insert-text):
11473 * dired-aux.el (dired-query):
11474 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11475 * bookmark.el (bookmark-bmenu-locate):
11476 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11477 Fix `message' calls to ensure first arg is a format string.
11478 The change was made only when these two conditions were satisfied:
11479 [1] when there is a possibility that the arguments would cause an error
11480 for example, if the code in question relies on external variables
11481 such as filenames, and
11482 [2] if the arg to `message' could not have been nil in the code.
11483
11484 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11485 Not having a %s would be weird, though not technically wrong.
11486
11487 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11488
11489 * term/mac-win.el (mac-add-charset-info): Doc fix.
11490
11491 2005-09-17 Romain Francoise <romain@orebokech.com>
11492
11493 * shell.el (shell-resync-dirs): Handle echoing processes more
11494 reliably. Don't insert resync command if `comint-process-echoes'
11495 is non-nil.
11496
11497 2005-09-17 Magnus Henoch <mange@freemail.hu>
11498
11499 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11500 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11501 aspell versions >= 0.60.
11502 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11503 only if ispell-aspell-supports-utf8 is non-nil.
11504
11505 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11506
11507 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11508 buffer-local value to lisp-indent-function.
11509
11510 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11511
11512 * progmodes/glasses.el (glasses-make-readable): If
11513 glasses-separator differs from underscore, put appropriate
11514 overlays over underscore characters.
11515 (glasses-convert-to-unreadable): If glasses-separator differs from
11516 underscore, try to convert glasses-separator characters to
11517 underscores.
11518
11519 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11520
11521 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11522 Use with-syntax-table and dolist.
11523
11524 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11525
11526 * textmodes/reftex-auc.el:
11527 * textmodes/reftex-cite.el:
11528 * textmodes/reftex-dcr.el:
11529 * textmodes/reftex-global.el:
11530 * textmodes/reftex-parse.el:
11531 * textmodes/reftex-ref.el:
11532 * textmodes/reftex-sel.el:
11533 * textmodes/reftex-toc.el:
11534 * textmodes/reftex-vars.el:
11535 * textmodes/reftex.el: Small changes to remove compiler warnings.
11536
11537 * textmodes/reftex-index.el: Likewise.
11538 (reftex-query-index-phrase): More efficient use of markers.
11539
11540 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11541
11542 * image.el (image-load-path): New variable.
11543 (image-search-load-path): New function.
11544 (find-image): Search for images in `image-load-path'.
11545
11546 2005-09-15 Richard M. Stallman <rms@gnu.org>
11547
11548 * follow.el: Change Maintainer field.
11549
11550 2005-09-15 David Ponce <david@dponce.com>
11551
11552 * recentf.el (recentf-save-file-modes): New option.
11553 (recentf-save-list): Use it.
11554
11555 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11556
11557 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11558 (mode-line-mule-info, mode-line-modified): Move bindings from
11559 mouse-3 to mouse-1.
11560
11561 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11562
11563 * simple.el (sendmail-user-agent-compose): Revert last change.
11564
11565 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11566
11567 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11568 Use with-current-buffer.
11569 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11570 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11571 (ange-ftp-insert-directory): Remove unused var `short'.
11572 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11573
11574 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11575 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11576
11577 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11578 (check-calendar-holidays, diary-list-entries): Autoload.
11579 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11580 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11581
11582 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11583 which mistakenly removed a call to display-buffer.
11584
11585 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11586
11587 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11588
11589 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11590
11591 * progmodes/hideshow.el
11592 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11593 (hs-allow-nesting): New user var.
11594 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11595 (hs-hide-block-at-point): When nesting allowed,
11596 if there is already an overlay in place, delete it.
11597 (hs-safety-is-job-n): Delete func; remove call sites.
11598 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11599 (hs-overlay-at): New func.
11600 (hs-already-hidden-p, hs-show-block): Use it.
11601 (hs-hide-all): Don't pre-clean if nesting allowed.
11602 (hs-show-all): Temporarily disallow
11603 nesting around call to `hs-discard-overlays'.
11604
11605 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11606
11607 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11608 Delete unused local var.
11609
11610 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11611
11612 * help-fns.el (describe-categories): "?\ " -> "?\s".
11613 (help-do-arg-highlight): Recognize also ARG-n, as in
11614 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11615
11616 * international/codepage.el (dos-unsupported-char-glyph):
11617 * net/newsticker.el (tool-bar-map, w3-mode-map)
11618 (w3m-minor-mode-map):
11619 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11620 (ent-alist):
11621 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11622
11623 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11624
11625 * custom.el (custom-push-theme): Handle the case where a symbol is
11626 bound but face properties have not yet been assigned.
11627
11628 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11629 Fix behavior if noerase is `t' and there is no mail buffer.
11630
11631 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11632 if `continue' is nil, rather than signal an error.
11633
11634 2005-09-12 Richard M. Stallman <rms@gnu.org>
11635
11636 * font-lock.el (font-lock-keywords): Add autoload.
11637
11638 * help-fns.el (describe-variable): Rearrange to put source link
11639 in a predictable place.
11640
11641 * net/newsticker.el: New file.
11642
11643 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11644
11645 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11646 (calendar-basic-setup): Use the new nil arg.
11647 (number-of-diary-entries): Move to diary-lib.el.
11648
11649 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11650 (diary-list-entries): Use with-syntax-table and dolist.
11651 Rename from list-diary-entries.
11652 Use number-of-diary-entries if `number' is nil.
11653 (diary, diary-view-entries): Use this new name and new nil arg value.
11654 (number-of-diary-entries): Move from calendar.el.
11655 (diary-unhide-everything): New function.
11656 (include-other-diary-files, fancy-diary-display)
11657 (diary-show-all-entries, make-diary-entry): Use it.
11658 (diary-mail-entries): Use buffer-string.
11659 (mark-diary-entries): Fix long standing paren typo.
11660 (diary-sexp-entry): Use count-lines.
11661 (make-diary-entry): Avoid `previous-line'.
11662 (diary-mode-map): New var.
11663 (diary-mode): Redraw cal after saving. Setup header-line.
11664 (fancy-diary-display-mode): Use local-set-key.
11665
11666 * startup.el (command-line): Try calling various terminal-init-foo-bar
11667 functions by stripping hyphenated suffixes from $TERM.
11668
11669 * files.el (normal-mode): Check boundness of font-lock-keywords.
11670
11671 2005-09-12 Richard M. Stallman <rms@gnu.org>
11672
11673 * progmodes/compile.el: Don't decide a file's directory
11674 until the user actually tries to go there.
11675 (compilation-next-error-function):
11676 Pass compilation-find-file the directory from the file-struct.
11677 (compilation-internal-error-properties): Separate local FILE-STRUCT
11678 from FILE. Doc the args better. Rename arg FMT to FMTS.
11679 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11680 Expand it, and if nil, use default-directory.
11681 (compilation-get-file-structure): Don't mix specified directory
11682 with default directory. Put specified directory into
11683 file-struct. Don't make the file name absolute.
11684
11685 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11686 (compile-command): Add autoload.
11687 (compilation-disable-input): Add autoload.
11688
11689 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11690
11691 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11692 strings of the variables it can override.
11693 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11694 %Q and %q, for fully-qualified domain name and unqualified host name.
11695
11696 2005-09-11 Kim F. Storm <storm@cua.dk>
11697
11698 * emacs-lisp/authors.el (authors-aliases): Update list.
11699 (authors-fixed-entries): Update mldrag.el entry.
11700
11701 2005-09-10 Alan Mackenzie <acm@muc.de>
11702
11703 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11704 from the region narrowed to.
11705
11706 2005-09-10 Magnus Henoch <mange@freemail.hu>
11707
11708 * textmodes/ispell.el (ispell-check-version): Signal an error if
11709 aspell version is less than 0.60.
11710
11711 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11712
11713 * progmodes/octave-inf.el (inferior-octave-startup):
11714 Resync current dir at the end.
11715
11716 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11717
11718 * woman.el (woman-topic-at-point-default):
11719 Rename to woman-use-topic-at-point-default.
11720 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11721 (woman-file-name): Reflect renames above. Automatically use the
11722 word at point as topic if woman-use-topic-at-point is non-nil.
11723 Otherwise offer it as default but don't insert it in the
11724 minibuffer. Also use `test-completion' instead of `assoc' as
11725 suggested by Stefan Monnier.
11726
11727 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11728
11729 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11730 the attempt to do it over Tramp. This is not yet supported.
11731
11732 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11733
11734 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11735 (menu-bar-non-minibuffer-window-p): New functions.
11736 ("Split Window", "Save As..."): Use them.
11737 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11738 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11739 Use menu-bar-menu-frame-live-and-visible-p.
11740 ("Save Buffer", "Insert File", "Open Directory...")
11741 ("Open File...", "Visit New File..."):
11742 Use menu-bar-non-minibuffer-window-p.
11743 (kill-this-buffer-enabled-p, dired <menu-enable>):
11744 Use menu-bar-non-minibuffer-window-p.
11745
11746 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11747
11748 * cus-start.el (all): Don't complain about fringe-related
11749 built-ins if fringes are not supported. Ditto about
11750 selection-related built-ins. Fix the test for GTK-related built-ins.
11751
11752 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11753 ("Postscript Print Buffer", "Print Region", "Save As...")
11754 ("Save", "Insert File...", "Open Directory...")
11755 ("Open File...", "Visit New File..."")
11756 ("Truncate Long Lines in this Buffer"): Don't look at
11757 menu-updating-frame if this display does not support multiple frames.
11758
11759 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11760
11761 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11762
11763 2005-09-09 Emilio Lopes <eclig@gmx.net>
11764
11765 * woman.el: Format- and whitespace-related changes.
11766
11767 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11768
11769 * woman.el: Fix my email address.
11770
11771 2005-09-08 Richard M. Stallman <rms@gnu.org>
11772
11773 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11774 (sh-mode): Locally set skeleton-pair-default-alist.
11775
11776 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11777
11778 * progmodes/flymake.el: Require `compile' unconditionally.
11779
11780 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11781
11782 * woman.el (woman-file-name): Provide a default, not initial input.
11783
11784 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11785
11786 * font-lock.el (font-lock-support-mode): Doc fix.
11787
11788 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11789
11790 2005-09-08 Richard M. Stallman <rms@gnu.org>
11791
11792 * simple.el (blink-matching-open): Get rid of text props from
11793 the string shown in echo area. Don't permanently set point.
11794 Some rearrangements.
11795
11796 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11797
11798 * recentf.el (recentf-filename-handler): Add custom choice
11799 `abbreviate-file-name'.
11800
11801 * msb.el (msb--very-many-menus): Fix typo.
11802
11803 * disp-table.el (standard-display-european): Don't set
11804 enable-multibyte-characters to nil.
11805
11806 2005-09-08 David Ponce <david@dponce.com>
11807
11808 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11809 (recentf-expand-file-name): Doc fix.
11810 (recentf-dialog-mode-map): Define digit shortcuts.
11811 (recentf--files-with-key): New variable.
11812 (recentf-show-digit-shortcut-filter): New function.
11813 (recentf-open-files-items): New function.
11814 (recentf-open-files): Use it.
11815 (recentf-open-file-with-key): New command.
11816
11817 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11818
11819 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11820 Suggested by Kim F. Storm.
11821 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11822 (Buffer-menu-make-sort-button): Use global keymap.
11823
11824 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11825
11826 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11827 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11828 necessary any longer with the remapped command.
11829 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11830 formatting time only.
11831
11832 * net/tramp.el (tramp-action-password)
11833 (tramp-multi-action-password): Compile the password prompt from
11834 `method', `user' and `host'. Sometimes it isn't obvious which
11835 password to enter, for example with remote files offered by
11836 recentf.el, or with multiple steps. Suggested by Robert Marshall
11837 <robert@chezmarshall.freeserve.co.uk>.
11838
11839 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11840
11841 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11842 Fix regexp for when "s///" is at the beginning of line.
11843
11844 2005-09-07 Jay Belanger <belanger@truman.edu>
11845
11846 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11847 when in matrix mode.
11848
11849 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11850
11851 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11852 non-anonymous functions.
11853
11854 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11855
11856 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11857 when using a header line. Otherwise, use mouse-1-click-follows-link.
11858
11859 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11860 can't be moved; don't signal an error.
11861
11862 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11863
11864 * cus-theme.el (custom-theme-write-faces): Save the current face
11865 spec, not the defface spec.
11866
11867 * custom.el (custom-known-themes): Clarify meaning of "standard".
11868 (custom-push-theme): Save old values in the standard theme.
11869 (disable-theme): Correct typo.
11870 (custom-face-theme-value) Deleted unused function.
11871 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11872
11873 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11874
11875 * progmodes/compile.el (compilation-goto-locus): Take into account
11876 iconified frames when determining whether the buffer is
11877 already visible.
11878 Don't reset window height if the window already existed.
11879
11880 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11881
11882 * custom.el (load-theme): Rename from require-theme.
11883 Add interactive spec.
11884 (enable-theme): Rename from custom-enable-theme.
11885 Add interactive spec.
11886 (disable-theme): Rename from custom-disable-theme.
11887 Add interactive spec.
11888 (custom-make-theme-feature): Doc fix.
11889 (custom-theme-directory): Doc fix.
11890 (provide-theme): Call enable-theme.
11891
11892 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11893
11894 * obsolete/lazy-lock.el (lazy-lock-mode):
11895 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11896 font-lock-mode if it's off. Print a warning instead.
11897
11898 * progmodes/compile.el (compilation-start): Ignore errors if the
11899 process died before we get to send-eof.
11900
11901 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11902 Undo last change. Enclosing the result in quotes broke things on Unix
11903 since tex-send-command passes it through shell-quote-argument.
11904 (tex-send-command): Pass `file' through convert-standard-filename
11905 when possible.
11906 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11907 info in a transcript.
11908
11909 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11910
11911 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11912 fix compilation warning. Reorder the key definitions to group
11913 together keys emitted by the current version of xterm.
11914
11915 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11916 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11917 Reorder predicates to correct min-color usage.
11918
11919 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11920
11921 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11922 Kill local variables when longlines-mode is turned off.
11923
11924 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11925
11926 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11927
11928 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11929
11930 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11931
11932 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11933 (font-lock-lines-before): Change default to being inactive.
11934 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11935 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11936
11937 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11938
11939 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11940 Deactivate temporarily advice if active (not needed for Emacs 22,
11941 but for backwards compatibility).
11942 (tramp-exists-file-name-handler): Rewrite. First implementation
11943 was too simple.
11944 (tramp-advice-make-auto-save-file-name):
11945 Call `tramp-handle-make-auto-save-file-name' (again, just for
11946 backwards compatibility).
11947
11948 2005-08-31 Reto Zimmermann <reto@gnu.org>
11949
11950 * progmodes/vhdl-mode.el
11951 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11952 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11953 (vhdl-set-default-project): New function (easier setting of default).
11954 (vhdl-port-copy): Handle extended identifiers for generics.
11955 (vhdl-compiler-alist): Better description for error message regexp.
11956 (vhdl-make): Query for target, use previous as default.
11957 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11958 (vhdl-font-lock-keywords-2): Fix fontification for record
11959 el. assign.
11960 (vhdl-speedbar-make-subpack-line): Add package body link.
11961 (vhdl-generate-makefile-1): Not include itself as dependency.
11962 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11963 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11964 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11965 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11966 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11967 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11968 (vhdl-import-project): Add string argument for `error'.
11969 (vhdl-compose-configuration)
11970 (vhdl-compose-configuration-architecture): Add configuration
11971 declaration generation.
11972 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11973 (vhdl-trailer-re): Add "record" keyword (better indentation).
11974 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11975 "[^ \t-\"]+".
11976 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11977 (vhdl-testbench-entity-file-name)
11978 (vhdl-testbench-architecture-file-name): Allow separate
11979 customization of testbench file names.
11980 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11981 (vhdl-get-visible-signals): Allow newline within alias declaration.
11982 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11983 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11984 (member-ignore-case): Alias for missing function in XEmacs.
11985 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11986 (vhdl-update-sensitivity-list): Ignore case on read signals.
11987 (vhdl-replace-string): Adjust case only for file names.
11988 (vhdl-update-sensitivity-list): Fix search for read signals.
11989 (vhdl-update-sensitivity-list): Exclude formal parameters.
11990 (vhdl-get-visible-signals): Include aliases of signals.
11991 (vhdl-get-visible-signals): Fix signal name searching.
11992 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11993 (vhdl-fixup-whitespace-region): Fix for character
11994 literals (e.g. `:').
11995
11996 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11997
11998 * ansi-color.el (comint-last-output-start):
11999 * bs.el (font-lock-verbose):
12000 * diff-mode.el (add-log-buffer-file-name-function):
12001 * dired-x.el (vm-folder-directory):
12002 * faces.el (help-xref-stack-item):
12003 * files.el (font-lock-keywords):
12004 * find-lisp.el (dired-buffers, dired-subdir-alist):
12005 * ido.el (cua-inhibit-cua-keys):
12006 * log-view.el (cvs-minor-wrap-function):
12007 * outline.el (font-lock-warning-face):
12008 * simple.el (compilation-current-error):
12009 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
12010 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
12011 * tooltip.el (comint-prompt-regexp):
12012 * w32-fns.el (explicit-shell-file-name):
12013 * term/mac-win.el (mac-charset-info-alist)
12014 (mac-services-selection, mac-system-script-code):
12015 * term/tty-colors.el (msdos-color-values):
12016 * term/w32-win.el (xlfd-regexp-registry-subnum):
12017 * term/x-win.el (x-keysym-table, x-selection-timeout)
12018 (x-session-id, x-session-previous-id):
12019 * textmodes/ispell.el (mail-yank-prefix):
12020 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
12021 * textmodes/org.el (calc-embedded-close-formula)
12022 (calc-embedded-open-formula)
12023 (font-lock-unfontify-region-function):
12024 * textmodes/reftex-global.el (isearch-next-buffer-function)
12025 (TeX-master):
12026 * textmodes/reftex.el (font-lock-keywords):
12027 * textmodes/tex-mode.el (font-lock-comment-face)
12028 (font-lock-doc-face):
12029 * textmodes/texinfo.el (outline-heading-alist):
12030 Add defvars.
12031
12032 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
12033 (artist-spray-chars, artist-mode-init, artist-replace-string)
12034 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
12035 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
12036 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
12037
12038 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
12039 (conf-align-assignments): "?\ " -> "?\s".
12040
12041 * textmodes/reftex-index.el (TeX-master): Add defvar.
12042 (reftex-index-phrases-marker): Move up defvar.
12043
12044 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
12045 (reftex-toc-include-labels-indicator)
12046 (reftex-toc-include-index-indicator)
12047 (reftex-toc-max-level-indicator): Move up declarations.
12048
12049 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
12050 of args to `tramp-run-real-handler', even if it's empty in this case.
12051
12052 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12053
12054 * dired.el (dired-move-to-filename-regexp): Add date format for
12055 Mac OS X 10.3 in East Asian locales.
12056
12057 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
12058
12059 * files.el (make-auto-save-file-name): Add file name handler call
12060 if applicable.
12061
12062 * net/tramp.el (tramp-file-name-handler-alist)
12063 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
12064 (tramp-handle-make-auto-save-file-name): Rename from
12065 `tramp-make-auto-save-file-name'.
12066 (tramp-exists-file-name-handler): New defun.
12067 (tramp-advice-make-auto-save-file-name): Make defadvice only when
12068 `make-auto-save-file-name' is not a magic file name operation.
12069
12070 2005-08-30 Richard M. Stallman <rms@gnu.org>
12071
12072 * files.el (risky-local-variable-p):
12073 Match `-predicates' and `-commands.
12074
12075 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
12076 (custom-save-all): Visit the file if necessary;
12077 kill the buffer if we created it.
12078 (custom-save-delete): Don't visit file or kill buffer here.
12079
12080 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
12081
12082 * textmodes/org.el (org-special-keyword): New face.
12083 (org-table-copy-down, org-table-eval-formula)
12084 (org-table-recalculate, org-init-section-numbers):
12085 Use `string-to-number' instead of `string-to-int'.
12086 (org-get-location): Use `insert-buffer-substring' instead of
12087 `insert-buffer'.
12088 (org-modify-diary-entry-string): New function.
12089 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
12090 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
12091 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
12092 active region.
12093 (org-export-as-html): Handle QUOTE keyword.
12094 (org-quote-string): New option.
12095 (org-bookmark-jump-unhide): New function, used for
12096 `bookmark-after-jump-hook'.
12097 (org-diary-default-entry): Apply only when not called through
12098 `org-agenda'.
12099
12100 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
12101
12102 * net/eudc.el (mode-popup-menu):
12103 * play/handwrite.el (ps-printer-name, ps-lpr-command):
12104 * progmodes/ada-mode.el (compile-auto-highlight)
12105 (skeleton-further-elements):
12106 * progmodes/autoconf.el (font-lock-syntactic-keywords):
12107 * progmodes/cmacexp.el (msdos-shells):
12108 * progmodes/compile.el (font-lock-extra-managed-props)
12109 (font-lock-keywords, font-lock-maximum-size)
12110 (font-lock-support-mode):
12111 * progmodes/grep.el (font-lock-lines-before):
12112 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
12113 * progmodes/mixal-mode.el (compile-command):
12114 * progmodes/perl-mode.el (font-lock-comment-face)
12115 (font-lock-doc-face, font-lock-string-face):
12116 * progmodes/prolog.el (comint-prompt-regexp):
12117 * progmodes/sh-script.el (font-lock-comment-face)
12118 (font-lock-set-defaults, font-lock-string-face):
12119 * progmodes/sql.el (font-lock-keyword-face)
12120 (font-lock-set-defaults, font-lock-string-face):
12121 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
12122 (itimer-version, lazy-lock-defer-contextually)
12123 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
12124 Add defvars.
12125
12126 * progmodes/cperl-mode.el (cperl-electric-lbrace)
12127 (cperl-electric-keyword, cperl-electric-pod)
12128 (cperl-electric-backspace, cperl-forward-re)
12129 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
12130 (vc-rcs-header, vc-sccs-header): Add defvars.
12131
12132 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
12133 (font-lock-syntactic-keywords, gud-find-expr-function):
12134 Add defvars.
12135
12136 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
12137 (gdb-frame-parameters): Declare before use.
12138
12139 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
12140 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
12141 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
12142 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
12143
12144 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
12145 (idlwave-help-with-source): Use `insert-buffer-substring', not
12146 `insert-buffer'.
12147
12148 2005-08-29 Juri Linkov <juri@jurta.org>
12149
12150 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
12151 Put outline-back-to-heading function call inside save-excursion.
12152
12153 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
12154
12155 * man.el (Man-init-defvars, Man-translate-references)
12156 (Man-support-local-filenames, Man-highlight-references):
12157 * progmodes/sql.el (sql-interactive-mode):
12158 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
12159
12160 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
12161 (compilation-mode-font-lock-keywords): Add defvars.
12162 (checkdoc-interactive-loop): "?\ " -> "?\s".
12163
12164 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
12165 (font-lock-doc-face, font-lock-string-face)
12166 (font-lock-keywords-case-fold-search): Add defvars.
12167 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
12168
12169 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
12170 Don't pass X and Y (they are ignored anyway).
12171 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
12172 (mouse-delete-window): Make arguments optional.
12173
12174 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
12175 (caesar-translate-table, minor-modes, news-buffer-save)
12176 (news-group-name, news-minor-modes): Add defvars.
12177
12178 * emacs-lisp/lselect.el (mouse-highlight-priority)
12179 (x-lost-selection-functions, zmacs-regions):
12180 * emacs-lisp/pp.el (font-lock-verbose):
12181 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
12182 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
12183 (ses-mode-map):
12184 * emacs-lisp/tcover-unsafep.el (safe-functions):
12185 * international/mule-cmds.el (mac-system-coding-system)
12186 (mac-system-locale):
12187 * language/ethio-util.el (rmail-current-message)
12188 (rmail-message-vector):
12189 * language/thai-util.el (thai-auto-composition-mode):
12190 * mail/metamail.el (rmail-current-message, rmail-message-vector):
12191 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
12192 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
12193 (vm-primary-inbox, vm-spool-files):
12194 * mail/rmail.el (deleted-head, font-lock-fontified)
12195 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
12196 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
12197 (total-messages):
12198 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
12199 (rmail-summary-mode-map):
12200 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
12201 (rmail-last-label, rmail-last-multi-labels)
12202 (rmail-summary-vector, rmail-total-messages):
12203 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
12204 * mail/rmailsum.el (msgnum):
12205 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
12206 (rmail-current-message):
12207 * obsolete/fast-lock.el (font-lock-face-list):
12208 * obsolete/rnewspost.el (mail-reply-buffer):
12209 * obsolete/scribe.el (compile-command):
12210 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
12211
12212 2005-08-28 John Paul Wallington <jpw@gnu.org>
12213
12214 * ibuf-ext.el (ibuffer-auto-update-changed):
12215 Use `frame-or-buffer-changed-p' to check whether we need to update.
12216 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
12217 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
12218 as a `frame-or-buffer-changed-p' state vector instead.
12219
12220 2005-08-27 Romain Francoise <romain@orebokech.com>
12221
12222 * textmodes/makeinfo.el (makeinfo-compile):
12223 Use `compilation-start'. Set `next-error-function' according to
12224 `disable-errors'.
12225 (makeinfo-next-error): New function.
12226 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
12227 (makeinfo-buffer): Likewise.
12228
12229 * progmodes/compile.el (compilation-start): Add autoload cookie.
12230
12231 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
12232 * textmodes/sgml-mode.el: Likewise.
12233 * progmodes/python.el: Likewise.
12234
12235 2005-08-27 Eli Zaretskii <eliz@gnu.org>
12236
12237 * simple.el (blink-matching-paren-distance): Document the meaning
12238 of nil value, and allow to customize to nil.
12239
12240 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
12241 command.com, not command.exe.
12242
12243 2005-08-26 John Wiegley <johnw@newartisans.com>
12244
12245 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
12246 code around a bit so that an extraneous nil argument is not added
12247 to a command when no args are given.
12248
12249 * eshell/esh-arg.el (eshell-parse-double-quote): If a
12250 double-quoted argument resolves to nil, return it as an empty
12251 string rather than as nil. This made it impossible to pass "" to
12252 a shell script as a null string argument.
12253
12254 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12255
12256 * outline.el (outline-invent-heading): New fun.
12257 (outline-promote, outline-demote): Use it.
12258 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
12259 (outline-end-of-subtree): Remove unused var `opoint'.
12260
12261 2005-08-26 David Reitter <david.reitter@gmail.com>
12262
12263 * menu-bar.el (truncate-lines, write-file, print-buffer)
12264 (ps-print-buffer-faces, ps-print-buffer, split-window):
12265 Disable menu items when the frame they refer to is invisible, or when
12266 they refer to a buffer and the minibuffer is selected.
12267
12268 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
12269
12270 * progmodes/flymake.el (flymake-highlight-err-lines):
12271 Use save-excursion around flymake-highlight-line to preserve point.
12272
12273 2005-08-26 Eli Zaretskii <eliz@gnu.org>
12274
12275 * progmodes/octave-mod.el: Change Author and Maintainer address.
12276 (octave-maintainer-address): Change Kurt's email address.
12277 * progmodes/octave-inf.el: Change Author and Maintainer address.
12278 * progmodes/octave-hlp.el: Change Author and Maintainer address.
12279
12280 2005-08-26 Kim F. Storm <storm@cua.dk>
12281
12282 * subr.el (version-list-<, version-list-<=, version-list-=):
12283 Rename from integer-list-*.
12284 (version-list-not-zero): Likewise. Fix while loop.
12285 (version=): Use version-list-= instead of string-equal.
12286
12287 2005-08-26 Richard M. Stallman <rms@gnu.org>
12288
12289 * outline.el (outline-promote): Try shortening the heading.
12290 As last resort, read the heading to use.
12291 (outline-demote): As last resort, read the heading to use.
12292
12293 2005-08-26 Romain Francoise <romain@orebokech.com>
12294
12295 * progmodes/compile.el (compilation-start): Doc fix.
12296
12297 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
12298 (antlr-font-lock-additional-keywords): Fix reference to
12299 `antlr-font-lock-literal-regexp' erroneously changed during the
12300 mass face rename.
12301 (antlr-run-tool): Use `compilation-start'.
12302
12303 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
12304 instead of the obsolete `compile-internal'.
12305
12306 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
12307
12308 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
12309 (number, original-date):
12310 * calendar/cal-china.el (date):
12311 * calendar/cal-coptic.el (date):
12312 * calendar/cal-french.el (date):
12313 * calendar/cal-hebrew.el (date, entry, number, original-date):
12314 * calendar/cal-islam.el (date, number, original-date):
12315 * calendar/cal-iso.el (date):
12316 * calendar/cal-julian.el (date):
12317 * calendar/cal-mayan.el (date):
12318 * calendar/cal-menu.el (date, event):
12319 * calendar/cal-persia.el (date):
12320 * calendar/lunar.el (date):
12321 * calendar/solar.el (date): Add defvars.
12322
12323 * emerge.el:
12324 * ibuffer.el:
12325 * info-xref.el:
12326 * obsolete/bg-mouse.el:
12327 * obsolete/sun-curs.el:
12328 * obsolete/swedish.el: Move the `defvar's to the top level.
12329
12330 * smerge-mode.el (smerge-refined-change): Add :group.
12331
12332 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
12333
12334 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
12335 (smerge-keep-n): Remove props.
12336 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
12337 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
12338 now that it's done in smerge-keep-n.
12339 (smerge-refined-change): New face.
12340 (smerge-refine-chopup-region, smerge-refine-highlight-change)
12341 (smerge-refine): New funs.
12342 (smerge-basic-map): Bind smerge-refine.
12343
12344 2005-08-25 Juri Linkov <juri@jurta.org>
12345
12346 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
12347 compilation-process-setup-function and compilation-disable-input
12348 in grep-mode instead of let-bindings in grep.
12349
12350 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
12351 Delete "Automatic File De/compression" (auto-compression-mode).
12352
12353 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
12354
12355 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
12356 Silence warning about non-existent variable.
12357
12358 2005-08-25 Richard M. Stallman <rms@gnu.org>
12359
12360 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
12361 Rename "Describe Key" to "Describe Key or Mouse Operation".
12362
12363 * mail/mailalias.el (build-mail-aliases): Delete comments
12364 from the contents before processing them.
12365
12366 * isearch.el (isearch-edit-string): Erase the Search prompt
12367 if user enters an empty string and there is no default.
12368
12369 * comint.el (comint-file-name-prefix): Add autoload.
12370
12371 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
12372
12373 * subr.el (play-sound): Rearrange to avoid warning.
12374
12375 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
12376
12377 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
12378 New hook.
12379 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
12380
12381 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12382
12383 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
12384
12385 * custom.el (custom-theme-set-variables): Sort minor modes last.
12386
12387 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12388
12389 * subr.el (version-separator, version-regexp-alist): New vars used by
12390 version comparison funs.
12391 (integer-list-<, integer-list-=, integer-list-<=)
12392 (integer-list-not-zero): New funs for integer list comparison.
12393 (version-to-list, version=, version<, version<=): New funs for version
12394 comparison.
12395
12396 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
12397
12398 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
12399 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
12400 time to silence the byte-compiler.
12401
12402 * ibuffer.el (ibuffer-compile-make-eliding-form)
12403 (ibuffer-check-formats): Use `with-no-warnings' to hide references
12404 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
12405 so it's silly to get warnings for it).
12406 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
12407 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
12408 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
12409 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
12410 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
12411 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
12412 Defvar at compile time.
12413 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
12414 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
12415 Declare them before use.
12416
12417 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
12418 (info-xref-good, info-xref-bad): Defvar at compile time.
12419
12420 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
12421 Use `let*' instead of `let'.
12422
12423 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
12424 (*mouse-y*, menu, char): Defvar at compile time.
12425 (sc::menu): Declare it before use.
12426 (sc::pack-one-line): Use `let', not `let*'.
12427
12428 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12429 (mail-send-hook): Defvar at compile time.
12430
12431 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12432 Defvar at compile time.
12433
12434 * term/sun-mouse.el (current-global-mousemap)
12435 (current-local-mousemap): Declare them before use.
12436
12437 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
12438
12439 * bookmark.el (bookmark-after-jump-hook): New hook.
12440 (bookmark-jump): Run `bookmark-after-jump-hook'.
12441
12442 2005-08-23 Juri Linkov <juri@jurta.org>
12443
12444 * faces.el (minibuffer-prompt): Doc fix.
12445
12446 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
12447
12448 * progmodes/xscheme.el: Trivial changes to silence warnings.
12449 (xscheme-previous-mode, xscheme-previous-process-state):
12450 Add defvars.
12451 (xscheme-last-input-end, xscheme-process-command-line)
12452 (xscheme-process-name, xscheme-buffer-name)
12453 (xscheme-expressions-ring-max, xscheme-expressions-ring)
12454 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12455 (xscheme-control-g-synchronization-p)
12456 (xscheme-control-g-disabled-p, xscheme-string-receiver)
12457 (default-xscheme-runlight, xscheme-runlight)
12458 (xscheme-runlight-string, xscheme-process-filter-state)
12459 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12460 Move to beginning of file.
12461 (scheme-interaction-mode-commands-alist)
12462 (scheme-interaction-mode-map, scheme-debugger-mode-map):
12463 Declare them before use. Note: the initialization code for the variables
12464 has not been moved because it uses functions that reference the variables.
12465 (xscheme-control-g-message-string, xscheme-process-filter-alist)
12466 (xscheme-prompt-for-expression-map): Declare them before use.
12467 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12468
12469 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12470
12471 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12472
12473 2005-08-22 Juri Linkov <juri@jurta.org>
12474
12475 * faces.el (set-face-underline): Delete this duplicate function
12476 and make an obsolete alias to set-face-underline-p.
12477 (set-face-underline-p): Use docstring of set-face-underline.
12478 (describe-face): Create hyperlink to parent face.
12479
12480 * info.el (Info-insert-dir): Use save-excursion around
12481 insert-buffer-substring.
12482 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12483 (Info-escape-percent): Delete function.
12484 (Info-fontify-node): Replace Info-escape-percent by
12485 replace-regexp-in-string with REP arg set to lambda that
12486 duplicates `%' and preserves text properties.
12487
12488 * progmodes/compile.el (compilation-disable-input): Doc fix.
12489 (define-compilation-mode): Doc fix and refill.
12490 (kill-compilation): Use `mode-name' in the error message.
12491 (compilation-find-file): Use `compilation-error' in the
12492 read-file-name's prompt.
12493
12494 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12495
12496 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12497 (smerge-auto-leave): Make undo re-enable the mode.
12498 (debug-ignored-errors): Add the user-error of impossible resolution.
12499 (smerge-resolve): Move things around a bit, in preparation for later.
12500 (smerge-diff): Don't fail if the buffer has no associated file.
12501 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12502 (smerge-conflict-overlay): New function.
12503 (smerge-match-conflict): Don't add text properties here.
12504 (smerge-find-conflict): Instead, add an overlay here.
12505 Also check for the case where we're inside a conflict already, so as to
12506 obviate the need for font-lock-multiline, which is unbearably slow with
12507 large conflicts and ciomplex font-lock patterns.
12508 (smerge-remove-props): Remove overlay rather than text-properties.
12509 (smerge-mode): Don't set font-lock-multiline.
12510 Remove overlays when turned off.
12511
12512 2005-08-21 Kim F. Storm <storm@cua.dk>
12513
12514 * ido.el (ido-ignore-item-p): Use save-match-data.
12515 Bind case-fold-search to ido-case-fold locally.
12516
12517 2005-08-20 Richard M. Stallman <rms@gnu.org>
12518
12519 * files.el (normal-mode): If font lock is on, turn it off and on.
12520
12521 * subr.el (replace-regexp-in-string): Doc fix.
12522
12523 * startup.el (command-line-1): Don't suppress startup screen
12524 due to existing processes.
12525
12526 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12527
12528 * progmodes/compile.el (compilation-disable-input): Default to nil.
12529
12530 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12531
12532 * progmodes/compile.el (compilation-disable-input): New defcustom.
12533 (compilation-start): If compilation-disable-input is non-nil, send
12534 EOF to the compilation process.
12535
12536 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12537
12538 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12539 Run the argument of tex-shell-cd-command through
12540 convert-standard-filename, to get the correct style of slashes on
12541 Windows, and enclose the result in quotes, in case the file name
12542 includes whitespace or other special characters.
12543
12544 2005-08-19 Andreas Schwab <schwab@suse.de>
12545
12546 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12547 process.
12548
12549 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12550
12551 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12552
12553 2005-08-18 Kim F. Storm <storm@cua.dk>
12554
12555 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12556
12557 2005-08-18 Richard M. Stallman <rms@gnu.org>
12558
12559 * scroll-lock.el: New file.
12560
12561 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12562
12563 * dired.el (dired-move-to-end-of-filename):
12564 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12565
12566 2005-08-18 Kim F. Storm <storm@cua.dk>
12567
12568 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12569 rather than toggle mode when custom value is nil.
12570 (ido-everywhere): Fix defun doc string.
12571
12572 2005-08-17 Richard M. Stallman <rms@gnu.org>
12573
12574 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12575 as tag instead of "Inviolable".
12576
12577 2005-08-17 Kim F. Storm <storm@cua.dk>
12578
12579 * windmove.el (windmove-coordinates-of-position): Remove.
12580 (windmove-coordinates-of-window-position): Remove.
12581 (windmove-reference-loc): Use posn-at-point instead.
12582
12583 * subr.el (insert-for-yank-1): Doc fix.
12584
12585 * ido.el (ido-enter-matching-directory): Rename from
12586 ido-enter-single-matching-directory. Change `slash' choice to
12587 `only'. Add `first' choice.
12588 (ido-exhibit): Adapt to above changes.
12589
12590 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12591
12592 * Makefile.in: Expand comment about building loaddefs.el.
12593
12594 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12595
12596 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12597 Comment use of defadvice.
12598
12599 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12600
12601 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12602
12603 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12604 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12605 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12606 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12607 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12608 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12609 for backward compatibility for faces that did not appear in the
12610 previous Emacs release.
12611
12612 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12613
12614 2005-08-15 Kim F. Storm <storm@cua.dk>
12615
12616 * emulation/cua-base.el (cua-delete-region): Return t if
12617 deleted region was non-empty.
12618 (cua-replace-region): Inhibit overwrite-mode for
12619 self-insert-command if replaced region was non-empty.
12620 (cua--explicit-region-start, cua--status-string): Make them
12621 buffer-local at top-level...
12622 (cua-mode): ...rather than when mode is enabled.
12623
12624 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12625
12626 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12627 Set t for Emacs 21, 22, and so on.
12628
12629 2005-08-15 David Ponce <david@dponce.com>
12630
12631 * tree-widget.el: Update Commentary header.
12632 (tree-widget-theme): Doc fix.
12633 (tree-widget-space-width): New option.
12634 (tree-widget-image-properties): Look up in the default theme too.
12635 (tree-widget--cursors): Only for images with arrow pointer shape.
12636 (tree-widget-lookup-image): Pointer shape is hand by default.
12637 (tree-widget-icon): Rename generic icon widget from
12638 `tree-widget-control'.
12639 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12640 derive from `tree-widget-icon'.
12641 (tree-widget-handle): Improve default look and feel of the text
12642 representation.
12643 (tree-widget): Rename :*-control properties to :*-icon properties.
12644 Add :action and :help-echo properties.
12645 (tree-widget-after-toggle-functions): Move.
12646 (tree-widget-close-node, tree-widget-open-node): Remove.
12647 (tree-widget-before-create-icon-functions): New hook.
12648 (tree-widget-value-create): Update to allow customization of icons
12649 and nodes at run-time via that new hook.
12650 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12651 (tree-widget-icon-action, tree-widget-icon-help-echo)
12652 (tree-widget-action, tree-widget-help-echo): New functions.
12653
12654 2005-08-15 Kim F. Storm <storm@cua.dk>
12655
12656 * ido.el (ido-buffer-internal): Use with-no-warnings.
12657 (ido-make-merged-file-list): Use while-no-input.
12658
12659 2005-08-15 Richard M. Stallman <rms@gnu.org>
12660
12661 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12662 (flyspell-large-region): Fix doc and custom type.
12663
12664 2005-08-14 Richard M. Stallman <rms@gnu.org>
12665
12666 * files.el (interpreter-mode-alist): Doc fix.
12667
12668 * mail/rmail.el (rmail-nonignored-headers): New variable.
12669 (rmail-clear-headers): Use it.
12670 (rmail-reply): Better handling of mail-followup-to header.
12671
12672 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12673 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12674 don't try to refer to executable-font-lock-keywords.
12675 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12676 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12677 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12678 (sh-mode): Set comment-start-skip, local-abbrev-table,
12679 imenu-case-fold-search.
12680 (sh-set-shell): Don't set them here.
12681 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12682 Don't cache the results in the original alist; don't ever modify
12683 that alist.
12684
12685 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12686
12687 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12688 empty.
12689
12690 2005-08-15 Andreas Schwab <schwab@suse.de>
12691
12692 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12693
12694 * dired.el, info.el, mail/rmail.el: Revert last change.
12695
12696 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12697
12698 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12699 modification in `eval-after-load' form.
12700 * info.el: Likewise.
12701 * mail/rmail.el: Likewise.
12702
12703 2005-08-14 Juri Linkov <juri@jurta.org>
12704
12705 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12706 Remove highlighting of "Compilation started". Highlight only
12707 the word "finished" in "Compilation finished". Add highlighting
12708 of "interrupt", "killed", "terminated" and the exit code.
12709 (compilation-start): Add newline after header. Use exactly the
12710 same time stamp format as the finishing message.
12711 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12712
12713 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12714 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12715 Add highlighting of "interrupt", "killed", "terminated".
12716
12717 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12718 enabled and the current command is self-insert-command, call it
12719 explicitly with overwrite-mode bound to nil, to not allow it
12720 to delete the character after the selected region.
12721
12722 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12723
12724 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12725 move-end-of-line, end-of-line, and beginning-of-line to the list
12726 of commands after which the echo area is updated.
12727
12728 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12729
12730 * cus-edit.el (custom-save-all, custom-save-delete):
12731 Bind recentf-exclude to exclude custom-file.
12732
12733 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12734
12735 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12736 to go to the bottom of the mail message. Added to
12737 `rmail-summary-mode-map' with key "/".
12738 (rmail-summary-show-message): New (internal) function for use by
12739 both `rmail-summary-beginning/end-of-message'.
12740 (rmail-summary-beginning-of-message): Change to use
12741 rmail-summary-show-message.
12742
12743 * mail/rmail.el (rmail-end-of-message): New command to go to the
12744 end of the current message. Added to `rmail-mode-map' with key "/".
12745 (rmail-beginning-of-message): Fix to work as documented.
12746 (rmail-mode): Change documentation.
12747
12748 * progmodes/compile.el (compilation-start): Add the line
12749 "Compilation started" with compilation start time.
12750 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12751
12752 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12753
12754 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12755 of menu items.
12756
12757 2005-08-11 Richard M. Stallman <rms@gnu.org>
12758
12759 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12760
12761 * battery.el (battery-status-function): Don't use ignore-errors.
12762
12763 2005-08-11 Lute Kamstra <lute@gnu.org>
12764
12765 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12766 define-obsolete-variable-alias.
12767
12768 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12769
12770 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12771 (ange-ftp-send-cmd): Revert last change, and expand
12772 the comment explaining the problem.
12773
12774 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12775
12776 * ldefs-boot.el: Update.
12777
12778 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12779 item to "Time, Load and Mail". Change help echo text.
12780
12781 * time.el (display-time-use-mail-icon, display-time-format)
12782 (display-time-string-forms): Shorten first line of docstrings.
12783
12784 2005-08-10 Lars Hansen <larsh@soem.dk>
12785
12786 * desktop.el (desktop-buffer-mode-handlers):
12787 Make non-customizable. Add autoload cookie. Change initial value to
12788 nil; add elements in respective modules instead. Fix doc string.
12789 (desktop-load-file): New function.
12790 (desktop-minor-mode-handlers): New autoloaded variable.
12791 (desktop-create-buffer): Call minor mode handlers.
12792 Use desktop-load-file to load major and minor mode modules prior to
12793 checking for a handler.
12794 (desktop-save): Don't add nil to desktop-minor-modes for minor
12795 modes with nil function in desktop-minor-mode-table. Don't delete
12796 desktop file before rewriting it.
12797 (desktop-locals-to-save): Add autoload cookie. Don't make
12798 automatically buffer-local. Add variables column-number-mode,
12799 size-indication-mode, indent-tabs-mode,
12800 indicate-buffer-boundaries, indicate-empty-lines and
12801 show-trailing-whitespace.
12802 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12803 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12804 (desktop-clear-preserve-buffers-regexp): Delete.
12805 (desktop-clear-preserve-buffers): Update initial value and docstring.
12806 (desktop-save-buffer): Fix doc string.
12807
12808 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12809 (hilit-chg-desktop-restore): New function.
12810 (highlight-changes-mode): Add highlight-changes-mode to
12811 desktop-locals-to-save.
12812
12813 * dired.el: Add handler to desktop-buffer-mode-handlers.
12814 (dired-restore-desktop-buffer): Remove autoload cookie.
12815 (dired-mode): Add autoload cookie.
12816
12817 * info.el: Add handler to desktop-buffer-mode-handlers.
12818 (Info-restore-desktop-buffer): Remove autoload cookie.
12819 (Info-mode): Add autoload cookie.
12820
12821 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12822 (mh-restore-desktop-buffer): Remove autoload cookie.
12823 (mh-folder-mode): Add autoload cookie.
12824
12825 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12826 (rmail-restore-desktop-buffer): Remove autoload cookie.
12827
12828 2005-08-11 Masatake YAMATO <jet@gyve.org>
12829
12830 * hexl.el (hexl-address-region):
12831 (hexl-ascii-region, hexl-font-lock-keywords):
12832 (hexl-highlight-line-range): Use the term "region"
12833 instead of "area" for consistency with the other symbols
12834 defined in hexl.el.
12835
12836 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12837
12838 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12839 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12840 out by Juri Linkov). Add `display-battery-mode'.
12841
12842 2005-08-09 Juri Linkov <juri@jurta.org>
12843
12844 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12845 Remove `-text' from face variable names.
12846 (compilation-error-file-name, compilation-warning-file-name)
12847 (compilation-info-file-name): Delete faces.
12848 (compilation-line-number, compilation-column-number):
12849 Remove face underlining.
12850 (compilation-message-face): Set to `underline' value by default.
12851 (compilation-error-face, compilation-warning-face)
12852 (compilation-info-face): Remove `-file-name' from face names.
12853 (compilation-error-text-face, compilation-warning-text-face)
12854 (compilation-info-text-face): Delete face variables.
12855 (compilation-text-face): Delete function.
12856
12857 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12858 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12859 (grep-error-face): Set to `compilation-error' instead of
12860 `compilation-error-face' (which is redefined to `grep-hit-face' in
12861 grep buffers).
12862 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12863 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12864
12865 * dired-aux.el (dired-do-query-replace-regexp):
12866 Use `query-replace-read-args'.
12867
12868 * replace.el (query-replace-read-from, query-replace-read-to)
12869 (query-replace-read-args): Rename arg `string' to `prompt'.
12870
12871 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12872
12873 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12874
12875 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12876 uploading files.
12877 (ange-ftp-canonize-filename): Handle file names beginning with ~
12878 correctly.
12879
12880 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12881
12882 * textmodes/fill.el (canonically-space-region)
12883 (fill-context-prefix, fill-french-nobreak-p)
12884 (fill-delete-newlines, fill-comment-paragraph)
12885 (justify-current-line): "?\ " -> "?\s".
12886
12887 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12888
12889 * textmodes/fill.el (fill-nonuniform-paragraphs):
12890 Improve argument/docstring consistency.
12891
12892 2005-08-09 Richard M. Stallman <rms@gnu.org>
12893
12894 * textmodes/ispell.el (ispell-word): More fboundp checks.
12895
12896 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12897 (find-file-noselect-1): Call it here, only if RAWFILE.
12898 (normal-mode): Always set some major mode.
12899 (save-some-buffers-action-alist): Change some explanation strings.
12900 (file-name-non-special): In the `quote' method, use unwind-protect.
12901
12902 2005-08-09 Magnus Henoch <mange@freemail.hu>
12903
12904 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12905 (ispell-have-aspell-dictionaries): New variable.
12906 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12907 (ispell-get-aspell-config-value): New function.
12908 (ispell-aspell-find-dictionary): New function.
12909 (ispell-aspell-add-aliases): New function.
12910 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12911 appropriate. Don't look for ispell dictionaries if we use aspell.
12912 (ispell-menu-map): Don't build a submenu of dictionaries.
12913
12914 2005-08-09 Richard M. Stallman <rms@gnu.org>
12915
12916 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12917 (sql-read-passwd): Use read-passwd.
12918
12919 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12920 (idlwave-toolbar-is-possible): Add defvars.
12921
12922 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12923 Avoid warnings.
12924
12925 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12926 (idlwave-system-class-info, idlwave-executive-commands-alist):
12927 Use defvar.
12928
12929 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12930
12931 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12932 Avoid warnings.
12933
12934 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12935 and content-type: headers.
12936
12937 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12938
12939 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12940 and rename some of them to be more self-explanatory.
12941
12942 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12943
12944 * startup.el (command-line-1): Implement -scriptload.
12945
12946 * replace.el (occur-engine): Initial *Occur* output not undoable.
12947
12948 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12949 and improve help strings.
12950
12951 * isearch.el (isearch-repeat): When changing direction,
12952 mark search successful.
12953
12954 * ediff-init.el: Use (featurep 'xemacs).
12955
12956 * comint.el (send-invisible): Identify buffer, if not selected.
12957
12958 * align.el: Delete autoload for c-guess-basic-syntax.
12959
12960 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12961
12962 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12963 Improve argument/docstring consistency. Doc fixes.
12964 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12965 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12966 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12967 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12968 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12969 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12970 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12971 Defvar at compile time.
12972
12973 2005-08-09 Juri Linkov <juri@jurta.org>
12974
12975 * info.el: Replace `info' with upper-case `Info' where appropriate.
12976 (info-title-1, info-title-2, info-title-3, info-title-4)
12977 (info-menu-header): Move up face definitions.
12978 (info-menu-star): Rename from `info-menu-5'.
12979 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12980 (Info-fontify-visited-nodes): Fix docstring.
12981 (Info-hide-note-references): Fix docstring.
12982 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12983 menu items in the same way as on cross-references.
12984 (info-apropos): Fix sorting order and formatting to be like in the
12985 stand-alone Info browser. Display error messages for 1 sec.
12986 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12987 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12988 from the menu bar.
12989 (Info-insert-dir): Restore point after calling
12990 `insert-buffer-substring'.
12991
12992 2005-08-08 Richard M. Stallman <rms@gnu.org>
12993
12994 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12995 (recompute-lucid-menubar): Add defvars.
12996
12997 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12998
12999 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
13000
13001 * net/net-utils.el (run-dig): Rename from `dig'.
13002
13003 * play/gametree.el (gametree-mode): Use make-local-variable,
13004 not make-variable-buffer-local.
13005
13006 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
13007
13008 * ansi-color.el (ansi-color-make-extent)
13009 (ansi-color-set-extent-face): Use fboundp, not functionp.
13010
13011 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
13012 not make-variable-buffer-local.
13013
13014 * bookmark.el (Info-current-file): Add defvar.
13015 (bookmark-jump-noselect): Use with-no-warnings.
13016
13017 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
13018
13019 * ebuff-menu.el (Helper-return-blurb): Add defvar.
13020
13021 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
13022
13023 * find-file.el (ada-procedure-start-regexp)
13024 (ada-package-start-regexp): Add defvars.
13025
13026 * info.el (Info-insert-dir): Use insert-buffer-substring.
13027
13028 * xml.el (xml-att-def-re): Add defvar.
13029
13030 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
13031 calling convention.
13032
13033 * subr.el (while-no-input): Return t if there is input.
13034
13035 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
13036
13037 * cus-start.el (all): Add `overflow-newline-into-fringe'.
13038
13039 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
13040
13041 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
13042 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
13043
13044 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
13045
13046 * cmuscheme.el (scheme-start-file): Replace reference to
13047 `user-emacs-directory' by "~/.emacs.d/".
13048
13049 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
13050
13051 * info.el (Info-dir-remove-duplicates): Avoid case folding
13052 in loop; instead, keep downcased strings for comparison.
13053 Suggested by Helmut Eller.
13054
13055 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
13056
13057 Sync with Tramp 2.0.50.
13058
13059 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
13060 XEmacs case; not necessary anymore.
13061 (tramp-user-regexp): Allow "@" as part of user name.
13062 (tramp-handle-set-visited-file-modtime)
13063 (tramp-handle-insert-file-contents)
13064 (tramp-handle-write-region): No special handling for
13065 `last-coding-system-used, because this is done in
13066 `tramp-accept-process-output' now.
13067 (tramp-accept-process-output): New defun.
13068 (tramp-process-one-action, tramp-process-one-multi-action)
13069 (tramp-wait-for-regexp, tramp-wait-for-output)
13070 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
13071 Howells <dhowells@redhat.com>.
13072 (clear-visited-file-modtime): Defadvice removed. The check for
13073 unset buffer's modtime does not need to be based on
13074 `tramp-buffer-file-attributes'. Suggested by RMS.
13075 (tramp-message): Insert "\n" if not being at beginning of line.
13076 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
13077 sequence with same logic.
13078 (tramp-completion-handle-expand-file-name): Discard call of
13079 `tramp-drop-volume-letter'. It is not necessary, and there have
13080 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
13081 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
13082 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
13083 should always be visible.
13084 (tramp-handle-insert-directory, tramp-setup-complete)
13085 (tramp-set-process-query-on-exit-flag)
13086 (tramp-append-tramp-buffers): Pacify byte-compiler.
13087 (tramp-bug): Delete non-existing variables from list.
13088 Apply `tramp-load-report-modules' as pre-hook.
13089 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
13090 `shell-prompt-pattern' because of non-7bit characters.
13091 Reported by Sebastian Luque <sluque@mun.ca>.
13092 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
13093 (tramp-match-string-list): Remove function.
13094 (tramp-wait-for-regexp): Remove call of that function.
13095 Suggested by Kim F. Storm <storm@cua.dk>.
13096 (tramp-set-auto-save-file-modes): Use octal integer code #o600
13097 instead of octal character code ?\600. The latter resulted in a
13098 syntax error with XEmacs.
13099
13100 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
13101 XEmacs case; not necessary anymore.
13102 (tramp-smb-handle-write-region): No special handling for
13103 `last-coding-system-used, because this is done in
13104 `tramp-accept-process-output' now.
13105 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
13106
13107 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
13108
13109 * wid-edit.el (widget-choice-value-create):
13110 Unconditionally respect user choice. Set :explicit-choice back to nil
13111 when no longer needed.
13112 (widget-choice-action): Unconditionally respect user choice.
13113 Eliminate :explicit-choice-value.
13114
13115 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
13116
13117 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
13118 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
13119 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
13120 running new function `toggle-indicate-empty-lines'.
13121 Rename "Customize" item to "Customize fringe".
13122 Rename "Indicators" item to "Buffer boundaries" and change help echo.
13123 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
13124 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
13125 Delete "Empty lines only" item.
13126 (menu-bar-showhide-fringe-ind-customize): New function.
13127 (menu-bar-showhide-fringe-ind-mixed)
13128 (menu-bar-showhide-fringe-ind-box)
13129 (menu-bar-showhide-fringe-ind-right)
13130 (menu-bar-showhide-fringe-ind-left)
13131 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
13132 instead of `fringe-indicators'.
13133
13134 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
13135
13136 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
13137 Change the date of last update.
13138
13139 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
13140
13141 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
13142 (viper-exec-yank, viper-put-back): Don't display modification msg
13143 if in the minibuffer.
13144
13145 * viper-init.el (viper-replace-overlay-cursor-color)
13146 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
13147 Make variables frame local.
13148
13149 * viper-util.el (viper-append-filter-alist): Use append instead of
13150 nconc.
13151
13152 * viper.el (viper-vi-state-mode-list)
13153 (viper-emacs-state-mode-list): Move help-mode and
13154 completion-list-mode from the first list to the second.
13155 (viper-mode): Docstring.
13156 (viper-go-away, viper-non-hook-settings): Don't localize
13157 minor-mode-alist in newer Emacsen. Add advice to
13158 set-cursor-color. Don't bind "\C-c\\".
13159
13160 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
13161
13162 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
13163 (scheme-macro-expand-command): New user options.
13164 (scheme-trace-procedure, scheme-expand-current-form): New commands.
13165 (scheme-form-at-point, scheme-start-file)
13166 (scheme-interactively-start-process): New functions.
13167 (scheme-get-process): New function, extracted from `scheme-proc'.
13168 (run-scheme): Call `scheme-start-file' to get start file, and pass
13169 it to `make-comint'.
13170 (switch-to-scheme, scheme-proc):
13171 Call `scheme-interactively-start-process' if no Scheme buffer/process
13172 is available.
13173
13174 2005-08-06 Juri Linkov <juri@jurta.org>
13175
13176 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13177 Use `compilation-text-face', `compilation-info-text-face' and
13178 `compilation-error-text-face' instead of `font-lock-keyword-face'.
13179 (compilation-error): New face.
13180 (compilation-error-file-name): Inherit from
13181 `compilation-error' instead of `font-lock-warning-face'.
13182 (compilation-warning-file-name): Inherit from
13183 `compilation-warning' instead of `font-lock-warning-face'.
13184 (compilation-info, compilation-error-file-name)
13185 (compilation-warning-file-name, compilation-info-file-name)
13186 (compilation-line-number, compilation-column-number): Doc fix.
13187 (compilation-error-text-face, compilation-warning-text-face)
13188 (compilation-info-text-face): New face variables.
13189 (compilation-line-face, compilation-column-face)
13190 (compilation-enter-directory-face)
13191 (compilation-leave-directory-face): Doc fix.
13192 (compilation-text-face): New function.
13193
13194 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
13195 instead of 1 to display binary file names as info file links.
13196 (grep-error-face): Use `compilation-error-face' instead of
13197 `font-lock-keyword-face'.
13198 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
13199 and `compilation-warning-text-face' instead of
13200 `font-lock-keyword-face'. Use `compilation-error-text-face'
13201 instead of `grep-error-face'.
13202
13203 2005-08-05 Kenichi Handa <handa@m17n.org>
13204
13205 * international/code-pages.el: Add autoload cookies for all coding
13206 systems.
13207
13208 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
13209
13210 * cus-start.el (all): Put undo.c where it alphabetically belongs.
13211
13212 2005-08-04 Juri Linkov <juri@jurta.org>
13213
13214 * progmodes/compile.el (compilation-mode-map):
13215 * progmodes/grep.el (grep-mode-map):
13216 Bind TAB to `compilation-next-error' and [backtab] to
13217 `compilation-previous-error'.
13218
13219 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
13220 matching line numbers, column numbers and their ranges with regexp
13221 matching only line numbers.
13222 (grep-context-face): New face variable.
13223 (grep-mode-font-lock-keywords): Use it.
13224
13225 * faces.el (read-face-name): Delete duplicate faces.
13226
13227 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
13228
13229 * thumbs.el (thumbs-find-image): Don't make variables
13230 automatically buffer local.
13231 (thumbs-current-tmp-filename, thumbs-current-image-filename)
13232 (thumbs-image-num): Make automatically buffer local.
13233 (thumbs-show-thumbs-list): Use `make-local-variable', not
13234 `make-variable-buffer-local'.
13235 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
13236
13237 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
13238 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
13239 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
13240 (bother, bye, canyou, chatlst, continue, deathlst, describe)
13241 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
13242 (feelings-about, foullst, found, hello, history, howareyoulst)
13243 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
13244 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
13245 (neglst, obj, object, owner, please, problems, qlist)
13246 (random-adjective, relation, remlst, repetitive-shortness)
13247 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
13248 (shortlst, something, sportslst, stallmanlst, states, subj)
13249 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
13250 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
13251 Defvar at compile time.
13252
13253 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
13254 not `make-variable-buffer-local'.
13255
13256 2005-08-02 Kim F. Storm <storm@cua.dk>
13257
13258 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
13259 rectangle overlay in selected window.
13260
13261 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
13262
13263 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
13264 instead of display group. Make `indicate-buffer-boundaries'
13265 customizable through Custom.
13266
13267 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
13268
13269 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
13270 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
13271 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
13272 (gdb-put-string): Fix typos in docstrings.
13273
13274 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
13275
13276 Update copyright notices of files in progmodes directory for
13277 release of Emacs 22.1.
13278
13279 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
13280
13281 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
13282 Don't barf if the GUD buffer has been killed.
13283
13284 2005-08-01 Kim F. Storm <storm@cua.dk>
13285
13286 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
13287
13288 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
13289
13290 * simple.el (next-error-follow-minor-mode):
13291 make-variable-buffer-local -> make-local-variable.
13292
13293 * emacs-lisp/cl-extra.el: Require CL also when compiling.
13294
13295 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
13296 (byte-compile-form-make-variable-buffer-local): New functions to warn
13297 about misuses of make-variable-buffer-local where make-local-variable
13298 was meant.
13299
13300 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
13301
13302 * bs.el (bs-attributes-list): Doc fix.
13303 (bs): Update url-link.
13304
13305 * desktop.el (desktop-save-buffer): Fix typos in docstring.
13306 (desktop-load-default): Simplify.
13307
13308 * ibuffer.el (ibuffer-columnize-and-insert-list)
13309 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
13310 (ibuffer-unmark-all, ibuffer-toggle-marks)
13311 (ibuffer-unmark-forward, ibuffer-unmark-backward)
13312 (ibuffer-compile-make-format-form, ibuffer-format-column)
13313 (ibuffer-current-buffers-with-marks)
13314 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
13315 (ibuffer): Doc fix.
13316 (ibuffer-mode): Fix typo in docstring.
13317 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
13318 with `define-obsolete-variable-alias'.
13319 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
13320
13321 2005-07-29 Kenichi Handa <handa@m17n.org>
13322
13323 * international/mule-cmds.el (select-message-coding-system):
13324 Be sure to use LF for end-of-line. If no coding system is decided,
13325 return iso-8859-1-unix.
13326
13327 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
13328
13329 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
13330 (ange-ftp-pending-error-line): New vars.
13331 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
13332 to handle the non-fatal no-route-to-host messages.
13333 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
13334
13335 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
13336
13337 * isearch.el (isearch-mode-map, isearch-other-meta-char)
13338 (isearch-quote-char, isearch-printing-char)
13339 (isearch-text-char-description): "?\ " -> "?\s".
13340 (isearch-lazy-highlight-cleanup)
13341 (isearch-lazy-highlight-initial-delay)
13342 (isearch-lazy-highlight-interval)
13343 (isearch-lazy-highlight-max-at-a-time)
13344 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
13345 Declare with define-obsolete-*-alias macros.
13346 (isearch-forward): Fix typo in docstring.
13347 (search-invisible, search-ring-yank-pointer)
13348 (regexp-search-ring-yank-pointer): Doc fixes.
13349
13350 * recentf.el (recentf-menu-append-commands-p): Declare with
13351 `define-obsolete-variable-alias'.
13352 (recentf-max-saved-items, recentf-menu-filter)
13353 (recentf-arrange-by-rule-subfilter): Doc fixes.
13354 (recentf-menu-append-commands-flag)
13355 (recentf-initialize-file-name-history, recentf-expand-file-name)
13356 (recentf-clear-data): Fix typos in docstrings.
13357
13358 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
13359
13360 * progmodes/gdb-ui.el: Smarten comments.
13361 (gdb-info-breakpoints-custom): Use nowarn when finding file.
13362
13363 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13364
13365 * term/apollo.el (terminal-init-apollo): New function containing
13366 all former top level forms in the file.
13367 * term/bobcat.el (terminal-init-bobcat):
13368 * term/cygwin.el (terminal-init-cygwin):
13369 * term/iris-ansi.el (terminal-init-iris-ansi):
13370 * term/linux.el (terminal-init-linux):
13371 * term/news.el (terminal-init-news):
13372 * term/rxvt.el (terminal-init-rxvt):
13373 * term/sun.el (terminal-init-sun):
13374 * term/tvi970.el (terminal-init-tvi970):
13375 * term/vt100.el (terminal-init-vt100):
13376 * term/vt102.el (terminal-init-vt102):
13377 * term/vt125.el (terminal-init-vt125):
13378 * term/vt200.el (terminal-init-vt200):
13379 * term/vt201.el (terminal-init-vt201):
13380 * term/vt220.el (terminal-init-vt220):
13381 * term/vt240.el (terminal-init-vt240):
13382 * term/vt300.el (terminal-init-vt300):
13383 * term/vt320.el (terminal-init-vt320):
13384 * term/vt400.el (terminal-init-vt400):
13385 * term/vt420.el (terminal-init-vt420):
13386 * term/wyse50.el (terminal-init-wyse50):
13387 * term/xterm.el (terminal-init-xterm): Likewise.
13388
13389 * term/README: Describe the terminal-init-* functionality.
13390
13391 * startup.el (command-line): After loading the terminal initialization
13392 file call the corresponding terminal initialization function.
13393
13394 2005-07-27 Kenichi Handa <handa@m17n.org>
13395
13396 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
13397 negative.
13398
13399 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
13400 (ps-mule-composition-prologue): Fix for the case that
13401 RelativeCompose is false.
13402
13403 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13404
13405 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
13406
13407 * descr-text.el (describe-char): Handle the case where the list of
13408 chars is displayed in a separate frame.
13409 Be a bit more discriminating when looking for the char.
13410
13411 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
13412
13413 * bookmark.el (bookmark-automatically-show-annotations)
13414 (bookmark-read-annotation-text-func): Doc fixes.
13415 (bookmark-save): Improve argument/docstring consistency.
13416 (bookmark-get-bookmark, bookmark-get-bookmark-record)
13417 (bookmark-alist-from-buffer)
13418 (bookmark-upgrade-file-format-from-0)
13419 (bookmark-grok-file-format-version)
13420 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
13421 (bookmark-read-annotation-mode)
13422 (bookmark-insert-current-bookmark, bookmark-jump)
13423 (bookmark-exit-hook): Fix typos in docstrings.
13424 (bookmark-exit-hooks): Define as obsolete alias.
13425 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13426 not `bookmark-exit-hooks'. Fix docstring.
13427 (bookmark-bmenu-select): "?\ " -> "?\s".
13428
13429 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
13430
13431 * startup.el (command-line): Fix typo.
13432
13433 2005-07-24 Richard M. Stallman <rms@gnu.org>
13434
13435 * tooltip.el (tooltip-mode): Test emacs-basic-display,
13436 not emacs-quick-startup.
13437
13438 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
13439
13440 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13441 (reb-next-match, reb-show-subexp): Use `with-selected-window'
13442 instead of `reb-with-current-window'.
13443 (reb-prev-match): Likewise. Also, don't move left if the search
13444 was unsuccessful.
13445 (reb-initialize-buffer): New function.
13446 (re-builder, reb-change-syntax): Use it.
13447
13448 * man.el (Man-goto-page): Make second argument NOERROR optional.
13449
13450 2005-07-23 Richard M. Stallman <rms@gnu.org>
13451
13452 * man.el (Man-bgproc-sentinel): Check here for failure to find
13453 any man page in the output, and report the error here.
13454 (Man-arguments): Make it permanent local.
13455 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
13456 (Man-mode): Pass t for NOERROR.
13457
13458 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13459 (grep-mode-font-lock-keywords):
13460 Don't use compilation-...-face for messages that are not file names.
13461
13462 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13463 Don't use compilation-...-face for messages that are not file names.
13464
13465 2005-07-22 Juri Linkov <juri@jurta.org>
13466
13467 * startup.el (normal-splash-screen): Update menu name.
13468
13469 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13470
13471 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13472
13473 * term/xterm.el: Load term/rxvt if the terminal is actually an
13474 rxvt terminal.
13475 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13476
13477 * term/rxvt.el (function-key-map): Use substitute-key-definition
13478 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13479
13480 * term/cygwin.el: New file.
13481
13482 2005-07-22 Kim F. Storm <storm@cua.dk>
13483
13484 * image-file.el (insert-image-file, image-file-yank-handler):
13485 Fix last change to maintain a (unique) yank-handler on yanked images.
13486
13487 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13488
13489 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13490 of the file size (as in "177B" for 177 bytes). This happens with
13491 "ls -lh" on FreeBSD.
13492
13493 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13494
13495 * hilit-chg.el (highlight-changes-global-initial-state)
13496 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13497 (hilit-chg-fixup, highlight-changes-mode):
13498 Fix typos in docstrings.
13499 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13500 Doc fixes.
13501
13502 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13503
13504 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13505 mode function using `eval-after-load'.
13506
13507 2005-07-21 Kim F. Storm <storm@cua.dk>
13508
13509 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13510 included when reporting an emacs crash, and tell about the DEBUG file.
13511
13512 * image-file.el (insert-image-file): Add yank-handler.
13513 (image-file-yank-handler): Yank handler to make unique copies of
13514 images when they are yanked into a buffer next to each other.
13515
13516 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13517
13518 * comint.el (comint-use-prompt-regexp, comint-send-input)
13519 (comint-source-default, comint-extract-string)
13520 (comint-get-source, comint-word, comint-completion)
13521 (comint-source, comint-prompt-read-only, comint-update-fence):
13522 Fix typos in docstrings.
13523 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13524 Declare with define-obsolete-*-alias macros.
13525 (comint-previous-matching-input-from-input)
13526 (comint-next-matching-input-from-input)
13527 (comint-previous-matching-input, comint-next-matching-input)
13528 (comint-forward-matching-input):
13529 Improve argument/docstring consistency.
13530
13531 * desktop.el (desktop-clear-preserve-buffers-regexp):
13532 Also preserve the *server* buffer.
13533
13534 * simple.el (clone-indirect-buffer): Doc fix.
13535 (fixup-whitespace, just-one-space)
13536 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13537 (next-error, next-error-highlight)
13538 (next-error-highlight-no-select, next-error-last-buffer)
13539 (next-error-buffer-p, next-error-find-buffer, next-error)
13540 (previous-error, next-error-no-select, previous-error-no-select)
13541 (open-line, split-line, minibuffer-prompt-width, kill-new)
13542 (binary-overwrite-mode): Fix typos in docstrings.
13543 (set-fill-column): Fix typo in message.
13544
13545 * skeleton.el (skeleton-proxy-new): Doc fix.
13546
13547 * strokes.el (strokes-load-hook): Doc fix.
13548 (strokes-grid-resolution, strokes-get-grid-position)
13549 (strokes-renormalize-to-grid, strokes-read-stroke)
13550 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13551 (strokes-global-map): Fix typos in docstrings.
13552 (strokes-help): Doc fix. Fix help message and pass it through
13553 `substitute-command-keys'.
13554
13555 * tempo.el (tempo-insert-prompt, tempo-interactive)
13556 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13557 (tempo-insert-string-functions, tempo-local-tags)
13558 (tempo-define-template, tempo-insert-template)
13559 (tempo-insert-prompt-compat, tempo-is-user-element)
13560 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13561 Fix typos in docstrings.
13562
13563 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13564 (vcursor-key-bindings, vcursor-use-vcursor-map)
13565 (vcursor-find-window, vcursor-scroll-down)
13566 (vcursor-disable, vcursor-beginning-of-buffer)
13567 (vcursor-end-of-buffer): Fix typos in docstrings.
13568 (vcursor-relative-move, vcursor-get-char-count):
13569 Improve argument/docstring consistency.
13570
13571 * version.el: "?\ " -> "?\s".
13572
13573 * wid-edit.el (widget-default-create, widget-after-change)
13574 (widget-default-format-handler, widget-checklist-add-item)
13575 (widget-radio-add-item, widget-choose, widget-specify-secret)
13576 (widget-field-value-create, widget-field-value-get)
13577 (widget-editable-list-format-handler)
13578 (widget-editable-list-entry-create, widget-group-value-create)
13579 (widget-documentation-link-add)
13580 (widget-documentation-string-value-create): "?\ " -> "?\s".
13581 (widget-convert-text): Doc fix.
13582 (widget-narrow-to-field, widget-field-find)
13583 (widget-url-link-action, widget-emacs-library-link-action)
13584 (widget-color-notify): Fix typos in docstrings.
13585
13586 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13587 (x-select-text, set-w32-system-coding-system)
13588 (w32-add-charset-info): Fix typos in docstrings.
13589
13590 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13591 (cua-enable-cua-keys, cua-use-hyper-key)
13592 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13593 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13594
13595 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13596
13597 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13598 `defalias' instead of faking it.
13599
13600 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13601 (eshell-ls-missing, eshell-ls-dired-initial-args)
13602 (eshell-ls-use-in-dired): Fix typos in docstrings.
13603
13604 2005-07-20 Kim F. Storm <storm@cua.dk>
13605
13606 * emulation/cua-base.el (cua-mode): Improve doc string.
13607
13608 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13609
13610 * abbrev.el (expand-region-abbrevs): Doc fix.
13611 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13612 Improve argument/docstring consistency.
13613
13614 * arc-mode.el (archive-get-descr, archive-alternate-display):
13615 Doc fixes.
13616 (archive-l-e): Improve argument/docstring consistency.
13617 (archive-tmpdir, archive-unixdate, archive-unixtime)
13618 (archive-chmod-entry): Fix typos in docstrings.
13619 (archive-unflag, archive-unflag-backwards)
13620 (archive-unmark-all-files): "?\ " -> "?\s".
13621
13622 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13623 (Buffer-menu-not-modified, Buffer-menu-execute)
13624 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13625 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13626
13627 * composite.el (compose-string, encode-composition-rule)
13628 (compose-last-chars): Fix typos in docstrings.
13629
13630 * desktop.el (desktop-enable, desktop-basefilename):
13631 Declare with `define-obsolete-variable-alias'.
13632 (desktop-internal-v2s): Don't quote keywords.
13633 (desktop-clear): "?\ " -> "?\s".
13634
13635 * dired.el (dired-align-file, dired-flag-backup-files)
13636 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13637 (dired-listing-switches, dired-ls-F-marks-symlinks)
13638 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13639 (dired-directory, dired-faces, dired, dired-revert)
13640 (dired-mode, dired-summary, dired-view-file)
13641 (dired-copy-filename-as-kill, dired-delete-file)
13642 (dired-no-confirm, dired-unmark-all-marks)
13643 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13644 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13645 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13646 Fix typos in message strings.
13647
13648 * dired-x.el (virtual-dired): Declare with `defalias'.
13649 (dired-mark-unmarked-files, dired-local-variables-file)
13650 (dired-omit-here-always): Doc fix.
13651 (dired-omit-mode, dired-find-subdir)
13652 (dired-enable-local-variables, dired-clean-up-buffers-too)
13653 (dired-extra-startup, dired-mark-extension, dired-jump)
13654 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13655 (dired-smart-shell-command, dired-guess-shell-alist-user)
13656 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13657 (dired-x-bind-find-file, dired-x-submit-report):
13658 Fix typos in docstrings.
13659 (dired-mark-unmarked-files): "?\ " -> "?\s".
13660
13661 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13662
13663 * faces.el (describe-face): "?\ " -> "?\s".
13664 (read-all-face-attributes, read-face-font, modify-face)
13665 (face-attr-construct, italic): Fix typos in docstrings.
13666 (frame-update-face-colors): Declare with
13667 `define-obsolete-function-alias'.
13668
13669 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13670 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13671 (magic-mode-alist, buffer-file-numbers-unique)
13672 (write-file-functions, get-free-disk-space):
13673 Fix typos in docstrings.
13674 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13675 (write-contents-hooks, write-file-hooks):
13676 Declare with `define-obsolete-variable-alias'.
13677
13678 * forms-d2.el (arch-rj): Fix typo in docstrings.
13679 (arch-tocol): Likewise. "?\ " -> "?\s".
13680
13681 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13682 Fix typo in docstring.
13683 (set-screen-width, set-screen-height): Delete redundant info in
13684 doctrings.
13685 (new-frame, screen-height, screen-width): Declare with
13686 `define-obsolete-function-alias'.
13687 (delete-frame-hook, blink-cursor): Declare with
13688 `define-obsolete-variable-alias'.
13689
13690 * paths.el (prune-directory-list): Fix typos in docstring.
13691
13692 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13693 (cvs-prefix-get): Fix typos in docstrings.
13694
13695 * ps-print.el (ps-extend-face-list, ps-extend-face)
13696 (ps-print-background-image): Fix typos in docstrings.
13697 (ps-default-fg, ps-default-bg): Doc fixes.
13698
13699 * s-region.el (s-region-bind): Doc fix.
13700 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13701
13702 * textmodes/org.el (org-table-formula-substitute-names)
13703 (org-table-get-vertical-vector): Doc fixes.
13704 (org-table-recalculate): Remove unused argument to `message'.
13705
13706 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13707
13708 * textmodes/org.el (org-table-column-names)
13709 (org-table-column-name-regexp)
13710 (org-table-named-field-locations): New variables.
13711 (org-archive-subtree): Protect `this-command' when calling
13712 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13713 the kill buffer.
13714 (org-complete): Remove fixed-formula completion.
13715 (org-edit-formulas-map): New variable.
13716 (org-table-edit-formulas): New command.
13717 (org-finish-edit-formulas, org-abort-edit-formulas)
13718 (org-show-variable, org-table-get-vertical-vector): New functions.
13719 (org-table-maybe-eval-formula): Handle `:=' fields.
13720 (org-table-get-stored-formulas, org-table-store-formulas)
13721 (org-table-get-formula, org-table-modify-formulas)
13722 (org-table-replace-in-formulas): Handle named field formulas.
13723 (org-table-get-specials): Store locations of named fields.
13724
13725 2005-07-19 Juri Linkov <juri@jurta.org>
13726
13727 * progmodes/grep.el (grep-regexp-alist)
13728 (grep-mode-font-lock-keywords, grep-process-setup):
13729 Use default GNU grep match color "01;31m" instead of "01;41m".
13730 (grep-regexp-alist, grep-mode-font-lock-keywords):
13731 Use `\\[[0-9]*m' instead of `\\[00m'.
13732 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13733 sgr_start where its handling is more important. Use the real
13734 length of sgr_start instead of constant 8.
13735 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13736 specially. Delete all remaining escape sequences.
13737 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13738 (grep-regexp-alist): Make hyperlink only for binary file name
13739 instead of the whole line.
13740 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13741 (grep-mode): Add autoload.
13742
13743 * emacs-lisp/find-func.el (find-function-regexp):
13744 Add `define-compilation-mode'.
13745
13746 2005-07-19 Juri Linkov <juri@jurta.org>
13747
13748 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13749 (compare-windows-sync-string-size, compare-windows-recenter)
13750 (compare-windows-highlight, compare-windows): Add version 22.1.
13751 (compare-windows) <defface>: Inherit from lazy-highlight instead
13752 of duplicating its default value.
13753
13754 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13755 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13756
13757 * descr-text.el (describe-char): Create link buttons for `charset'
13758 and `code point'. Add the current input method name with a link
13759 button to `to input' field. Print face names of display table
13760 characters in `The display table entry is displayed by' section
13761 instead of printing face-id in the `display' field.
13762 Guess hardcoded faces and create a link button for them.
13763 Skip empty fields when calculating max-width.
13764 Treat `widget-create' specially while inserting strings from the
13765 collected field list.
13766 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13767
13768 * diff-mode.el (diff-file-header): Change foreground color from
13769 yellow to green on light backgrounds.
13770 (diff-context): Inherit from `shadow' only for color/grayscale
13771 with more than 88 colors.
13772 (diff-indicator-removed, diff-indicator-added)
13773 (diff-indicator-changed): New faces.
13774 (diff-font-lock-keywords): Use new faces. Regroup rules.
13775 Add "^---$" for `normal' diff format. Fontify `#' lines with
13776 font-lock-comment-delimiter-face and font-lock-comment-face.
13777 Add `#' to ^[^...] in the rule for `diff-context-face'.
13778
13779 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13780 a button-like box. Inherit from `highlight' on low colors.
13781 (shadow): Use shades of gray only for color/grayscale with
13782 more than 88 colors. Use green for light backgrounds with
13783 8 colors, and yellow for dark backgrounds with 8 colors.
13784
13785 * font-lock.el (font-lock-regexp-grouping-backslash):
13786 Don't inherit from escape-glyph (use bold for all cases).
13787
13788 * info.el (info-xref-visited): Use light foreground color `violet'
13789 for dark backgrounds instead of dark color `magenta3'.
13790 (info-title-1): Use `yellow' color for dark backgrounds.
13791
13792 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13793 too-light magenta2.
13794
13795 * replace.el (match): Use slightly more light RoyalBlue3 instead
13796 of dark RoyalBlue4.
13797
13798 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13799
13800 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13801
13802 * novice.el (disabled-command-hook): Declare it with
13803 `define-obsolete-variable-alias'.
13804
13805 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13806 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13807 (desktop-load-default): Add release to obsolescence info.
13808 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13809 (desktop-append-buffer-args, desktop-read):
13810 Fix typos in docstrings.
13811 (desktop-kill): Fix typo in message.
13812 (desktop-save): Doc fix.
13813
13814 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13815
13816 * viper-cmd.el (viper-escape-to-state): Bug fix.
13817 (viper-envelop-ESC-key): Change the definition of fast
13818 keysequence so it'll work with keyboard macros.
13819
13820 * ediff.el (ediff-patch-buffer): Change the docstring.
13821
13822 2005-07-19 Kenichi Handa <handa@m17n.org>
13823
13824 * international/mule-cmds.el (select-safe-coding-system): Try to
13825 use an auto-coding (if any) before anything else. If the found
13826 auto-coding is invalid, show a warning message.
13827
13828 * international/mule.el (find-auto-coding): New function created
13829 by modifying the body of set-auto-coding.
13830 (set-auto-coding): Use find-auto-coding to find a coding.
13831
13832 2005-07-18 Richard M. Stallman <rms@gnu.org>
13833
13834 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13835 not isearch-mode-end-hook-error.
13836 (allout-before-change-protect): Fix error message.
13837
13838 2005-07-18 Juri Linkov <juri@jurta.org>
13839
13840 * allout.el (allout-mode):
13841 * calculator.el (calculator-copy):
13842 * custom.el (custom-known-themes):
13843 * dired.el (dired-desktop-buffer-misc-data)
13844 (dired-restore-desktop-buffer):
13845 * dired-x.el (dired-omit-marker-char):
13846 * files.el (basic-save-buffer):
13847 * font-core.el (font-lock-mode):
13848 * calendar/calendar.el (calendar-goto-hebrew-date)
13849 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13850 (calendar-goto-persian-date):
13851 * language/ethio-util.el (ethio-sera-to-fidel-region):
13852 * textmodes/picture.el (picture-mode):
13853 Delete duplicate duplicate words.
13854
13855 2005-07-18 Juri Linkov <juri@jurta.org>
13856
13857 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13858 chars * ? } |.
13859 (isearch-fallback): Don't call `isearch-process-search-char'.
13860 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13861 (isearch-process-search-char): Call `isearch-fallback' for regexp
13862 chars * ? } |.
13863 (isearch-return-char): Make obsolete with `make-obsolete' instead
13864 of simply documenting it as obsolete in the docstring.
13865 (isearch-fallback): Refill docstring.
13866
13867 * international/isearch-x.el
13868 (isearch-process-search-multibyte-characters): Remove unneeded
13869 `concat'. Add intermediate values to `junk-hist' instead of
13870 `minibuffer-history'. Test the length of `str'.
13871
13872 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13873
13874 * allout.el (allout-resolve-xref): Fix typos in error strings.
13875 (allout-before-change-protect): Remove unneeded `concat'.
13876
13877 * array.el (array-mode, array-reconfigure-rows)
13878 (untabify-backward): Fix typos in docstrings.
13879 (array-reconfigure-rows): Use `insert-buffer-substring', not
13880 `insert-buffer'.
13881
13882 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13883 * progmodes/ada-mode.el (ada-make-body):
13884 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13885
13886 * dired.el (dired-log):
13887 * tar-mode.el (tar-subfile-save-buffer):
13888 * play/zone.el (zone-pgm-stress-destress):
13889 Use `insert-buffer-substring', not `insert-buffer'.
13890
13891 2005-07-17 Simon Josefsson <jas@extundo.com>
13892
13893 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13894
13895 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13896
13897 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13898 Add plain auth method.
13899 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13900
13901 2005-07-17 Kim F. Storm <storm@cua.dk>
13902
13903 * ido.el (dired-other-window): Add ido property.
13904
13905 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13906
13907 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13908 Fix typo in docstring.
13909 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13910 `insert-file-literally'.
13911
13912 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13913 info and delete redundant message. Doc fix.
13914 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13915 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13916
13917 2005-07-16 Richard M. Stallman <rms@gnu.org>
13918
13919 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13920 (byte-compile-and): Use byte-compile-and-recursion.
13921 (byte-compile-or-recursion): New function.
13922 (byte-compile-or): Use that.
13923 (byte-compile-if): Guard the else-clause too.
13924 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13925
13926 * isearch.el (isearch-mode-end-hook-quit): New variable.
13927 (isearch-done): Bind it.
13928 (isearch-mode-end-hook): Doc fix.
13929
13930 * allout.el (allout-isearch-did-quit): Variable deleted.
13931 (allout-real-isearch-abort): Function name no longer used.
13932 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13933 (allout-isearch-rectification): isearch-mode always exists.
13934 Don't set allout-isearch-did-quit.
13935 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13936 allout-isearch-did-quit.
13937 (allout-enwrap-isearch): Just add the hook.
13938 (allout-isearch-abort): Function deleted.
13939 (allout-pre-command-business): Avoid warning.
13940
13941 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13942 Correctly avoid warnings.
13943 (pascal-outline): Likewise.
13944
13945 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13946
13947 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13948
13949 * play/tetris.el (tetris-mode): Avoid warning.
13950
13951 * play/snake.el (snake-mode): Avoid warning.
13952
13953 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13954 (gamegrid-set-display-table): Avoid warning.
13955 (gamegrid-set-timer): Likewise.
13956 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13957 (gamegrid-add-score-with-update-game-score-1): Take FILE
13958 as argument.
13959 (gamegrid-add-score-with-update-game-score): Pass that argument.
13960 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13961
13962 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13963
13964 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13965 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13966
13967 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13968 and insert-file.
13969
13970 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13971 (sc-ask): Avoid warnings.
13972
13973 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13974 (eshell-hist-initialize): Use that var the natural way.
13975
13976 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13977
13978 * emacs-lisp/re-builder.el (reb-cook-regexp):
13979 Avoid warning calling lre-compile-string.
13980 (reb-color-display-p): Avoid warning.
13981
13982 * calculator.el (calculator-last-input): Guard uses
13983 of event-key and key-press-event-p.
13984 (event-key, key-press-event-p): Delete definitions.
13985
13986 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13987 (find-gc-source-directory, find-gc-subrs-callers)
13988 (find-gc-noreturn-list, find-gc-source-files)
13989 (find-gc-subrs-called): Vars renamed and defvar'd.
13990
13991 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13992 (checkdoc-overlay-put, checkdoc-delete-overlay)
13993 (checkdoc-overlay-start, checkdoc-overlay-end)
13994 (checkdoc-mode-line-update, checkdoc-char=):
13995 Define such that compiler knows they are defined.
13996 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13997 (checkdoc-read-event): Delete. Use read-event directly.
13998
13999 * whitespace.el (whitespace-make-overlay)
14000 (whitespace-overlay-put, whitespace-delete-overlay)
14001 (whitespace-overlay-start, whitespace-overlay-end):
14002 Define such that compiler knows they are defined.
14003 (whitespace): Move conditional inside.
14004
14005 * tempo.el (tempo-insert-template): Suppress warning.
14006
14007 * ediff-diff.el (longlines-mode): Add defvar.
14008
14009 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
14010
14011 * server.el: Bind "C-x #" in a way that works even if C-x is
14012 redefined to a command key, not a prefix key.
14013
14014 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
14015
14016 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
14017 cl-make-type-test till execution time.
14018
14019 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
14020
14021 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
14022 arg ARG and use it.
14023
14024 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
14025
14026 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
14027
14028 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
14029
14030 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
14031 a defcustom with two :set or :type keywords.
14032
14033 2005-07-15 Richard M. Stallman <rms@gnu.org>
14034
14035 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14036 Don't give ^M comment-end syntax.
14037
14038 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
14039
14040 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
14041 Don't consider gdbmi (gdb-mi.el has its own update functions).
14042 (gdb-var-delete): Make it work for gdbmi as well.
14043 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
14044
14045 * progmodes/gud.el (etags, sdb): Only require etags when needed.
14046 (gud-speedbar-menu-items): Correct logic for enabling items.
14047
14048 2005-07-15 Kim F. Storm <storm@cua.dk>
14049
14050 * ido.el: Fix commentary.
14051 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
14052 Use with-no-warnings around ffap-guesser.
14053 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
14054 Let bind minibuffer-completing-file-name to t.
14055
14056 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
14057
14058 * startup.el (site-run-file, keyboard-type): Doc fixes.
14059 (command-line): Check for "--basic-display" argument; also for
14060 "--quick", not "--bare-bones" (which was renamed).
14061 (fancy-splash-text): Add missing item "Getting New Versions".
14062 (normal-splash-screen): Fix typos and improve consistency with
14063 `fancy-splash-text'. Update copyright year.
14064
14065 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
14066 valid binding for `help-char'.
14067
14068 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
14069
14070 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
14071
14072 * term.el (term-mode): Disable cua-mode for term buffers.
14073
14074 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
14075
14076 * add-log.el (add-log-mailing-address, change-log-merge):
14077 Doc fixes.
14078 (change-log-get-method-definition): Fix typo in docstring.
14079
14080 2005-07-14 Kim F. Storm <storm@cua.dk>
14081
14082 * emulation/cua-base.el:
14083 (cua--pre-command-handler-1, cua--pre-command-handler)
14084 (cua--post-command-handler-1, cua--post-command-handler):
14085 Split in two. Check (buffer local) value of cua-mode.
14086 (cua-selection-mode): New command.
14087
14088 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
14089
14090 * custom.el (custom-initialize-safe-set)
14091 (custom-initialize-safe-default): Doc fixes.
14092
14093 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14094 and simplify :init-value again.
14095
14096 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
14097 and simplify :init-value again. Delete autoload.
14098
14099 * startup.el (command-line): Use `custom-reevaluate-setting' again
14100 for tooltip-mode.
14101
14102 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
14103 a defcustom with two :initialize keywords.
14104
14105 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
14106
14107 * allout.el (my-mark-marker, allout-isearch-prior-pos)
14108 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
14109 (allout-post-command-business, allout-flag-region)
14110 (isearch-reenable-font-lock, allout-yank)
14111 (allout-insert-latex-header, allout-insert-latex-trailer)
14112 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
14113 (allout-latex-verb-quote): Fix typos in docstrings.
14114 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
14115 (allout-unprotected, allout-prefix-data):
14116 Improve argument/docstring consistency.
14117 (allout-chart-subtree): Fix argument spec.
14118 (allout-open-topic): Rename `use_sib_bullet' argument to
14119 `use-sib-bullet'. Doc fix.
14120
14121 * whitespace.el (whitespace-check-buffer-leading)
14122 (whitespace-check-buffer-trailing)
14123 (whitespace-check-buffer-indent)
14124 (whitespace-check-buffer-spacetab)
14125 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
14126 (whitespace-check-leading-whitespace)
14127 (whitespace-check-trailing-whitespace)
14128 (whitespace-check-spacetab-whitespace)
14129 (whitespace-check-indent-whitespace)
14130 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
14131 (whitespace-modes): Fix typos in docstrings.
14132 (defgroup, defcustom): Doc fixes.
14133
14134 * winner.el (winner-mode, winner-boring-buffers)
14135 (winner-pending-undo-ring): Doc fixes.
14136 (winner-ring): Remove unneeded `progn'.
14137 (winner-equal): `defsubst' it.
14138 (winner-redo): Fix message.
14139
14140 2005-07-13 Kim F. Storm <storm@cua.dk>
14141
14142 * simple.el (line-move-1): Always use vertical-motion to
14143 do the last (or only) line move to ensure some movement.
14144 Undo 2005-06-23 change--don't check for overlays.
14145
14146 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14147
14148 * term/mac-win.el (ccl-encode-mac-roman-font)
14149 (ccl-encode-mac-centraleurroman-font)
14150 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
14151 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
14152 Change charset-id boundary of dimension to ?\xef.
14153 (mac-char-fontspec-list): New constant.
14154 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
14155 argument. Nil uses itself as family in font-spec. Previous
14156 behavior for nil is now provided by non-nil non-string argument.
14157 All callers changed. Add font-specs for Mac fonts to
14158 "fontset-default" unless iso8859-1 fonts are installed.
14159
14160 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
14161
14162 * progmodes/sh-script.el (sh-get-indent-info): Only indent
14163 a continuation line if the \ is preceded by SPC or TAB.
14164 (sh-get-indent-info): Simplify.
14165 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
14166 Use with-current-buffer.
14167
14168 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
14169 when the matched text is empty.
14170
14171 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
14172
14173 * startup.el (command-line): Revert to previous handling of
14174 tooltip-mode. Explain in comment why the complexity is needed.
14175
14176 * tooltip.el (tooltip-mode): Revert to previous implementation of
14177 its defcustom.
14178
14179 * frame.el (blink-cursor-mode): Revert to previous implementation
14180 of its defcustom. Update comment.
14181
14182 2005-07-12 Lars Hansen <larsh@soem.dk>
14183
14184 * desktop.el: Update e-mail address.
14185
14186 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14187
14188 * term/mac-win.el (mac-services-mail-selection)
14189 (mac-services-mail-to): New functions.
14190 (mac-application-menu-map): Bind them.
14191
14192 2005-07-12 wulei <milton@wulei.net> (tiny change)
14193
14194 * progmodes/gdb-ui.el: Add note about buffering with Windows.
14195
14196 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
14197
14198 * custom.el (custom-reevaluate-setting): Doc fix.
14199
14200 2005-07-11 Jay Belanger <belanger@truman.edu>
14201
14202 * calc/calc.el (calc-embedded-announce-formula-alist)
14203 (calc-embedded-open-close-plain-alist)
14204 (calc-embedded-open-close-mode-alist): Add checks for additional
14205 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
14206
14207 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
14208
14209 * custom.el (custom-enable-theme): Don't add theme to
14210 `custom-enabled-themes' with `push' because there is no
14211 setf-method for `delq'.
14212
14213 2005-07-11 Richard M. Stallman <rms@gnu.org>
14214
14215 * custom.el (custom-declare-variable): Doc fix.
14216
14217 * dired-aux.el (dired-compare-directories): Remove "." and ".."
14218 from the alists.
14219
14220 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
14221 Do nothing if edebug-active.
14222
14223 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
14224 (edebug-display): Do it here instead.
14225
14226 2005-07-10 Richard M. Stallman <rms@gnu.org>
14227
14228 * cus-face.el (custom-theme-set-faces): Make it work.
14229 (custom-reset-faces): Doc fix.
14230 (custom-theme-reset-internal-face, custom-theme-face-value):
14231 Functions deleted.
14232
14233 * custom.el (custom-push-theme): Maintain list of the settings
14234 of a given theme in its theme-settings property.
14235 Maintain position of old settings in the theme-value
14236 or theme-face property.
14237 (custom-enabled-themes): New variable.
14238 (custom-theme-enabled-p): New function.
14239 (provide-theme): Update custom-enabled-themes.
14240 Disable and reenable the `user' theme.
14241 (require-theme): Doc fix.
14242 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
14243 (custom-theme-value, custom-theme-variable-value): Likewise.
14244 (custom-theme-reset-internal): Likewise.
14245 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
14246 (custom-enable-theme, custom-disable-theme): New functions.
14247 (custom-variable-theme-value, custom-face-theme-value): Likewise.
14248 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
14249 (custom-theme-reset-variables): Simplify.
14250 (deftheme, custom-declare-theme, custom-make-theme-feature):
14251 Definitions moved.
14252
14253 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
14254
14255 * longlines.el (longlines-show-region)
14256 (longlines-unshow-hard-newlines): Recognize hard newlines by
14257 non-nil hard property, instead of t.
14258
14259 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
14260
14261 * viper-cmd.el (viper--key-maps): New variable.
14262 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
14263 emulation-mode-map-alists.
14264 (viper-envelop-ESC-key): Use viper-subseq.
14265 (viper-search-forward/backward/next): Disable debug-on-error.
14266
14267 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14268 (viper-ESC-key): New defcustoms.
14269
14270 * viper-macs.el (ex-map-read-args): Use viper-subseq.
14271
14272 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
14273 (viper-subseq): Copy of subseq from cl.el.
14274
14275 * viper.el (viper-go-away, viper-set-hooks): Use
14276 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
14277
14278 * viper-mous.el (viper-current-frame-saved): Use defvar.
14279
14280 * viper-init.el: Get rid of -face in face names.
14281
14282 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
14283 Make it work with longlines mode
14284
14285 * ediff-mult.el (ediff-meta-mode-hook): New variable.
14286
14287 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
14288
14289 * ediff-init.el: Get rid of -face in face names.
14290
14291 2005-07-10 Richard M. Stallman <rms@gnu.org>
14292
14293 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
14294 and with-timeout-unsuspend.
14295
14296 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
14297 and with-timeout-unsuspend.
14298
14299 * emacs-lisp/timer.el (with-timeout-timers): New variable.
14300 (with-timeout): Bind that variable to record timers.
14301 (with-timeout-suspend, with-timeout-unsuspend): New functions.
14302
14303 * emacs-lisp/debug.el (debug-help-follow): New function.
14304 (debugger-mode-map): Use that instead of help-follow.
14305 (debugger-setup-buffer): Use eval-buffer-list
14306 to handle eval-buffer frames.
14307
14308 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
14309
14310 * timezone.el (timezone-parse-date): Change first regexp
14311 so it will not mistakenly match dates with no time zone.
14312
14313 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
14314
14315 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
14316
14317 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
14318
14319 * custom.el (custom-initialize-safe-set)
14320 (custom-initialize-safe-default): New functions.
14321
14322 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14323 and simplify :init-value.
14324
14325 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
14326 and simplify :init-value. Delete obsolete comment.
14327
14328 * startup.el (command-line): Use `custom-reevaluate-setting' to
14329 handle `tooltip-mode'. Delete obsolete comment.
14330
14331 * files.el (set-visited-file-name): Avoid calling
14332 `file-name-nondirectory' with a nil argument.
14333
14334 2005-07-09 Richard M. Stallman <rms@gnu.org>
14335
14336 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
14337 was called with nil for the buffer, handle the read position right.
14338 Handle read position for eval-region, too.
14339
14340 2005-07-09 Juri Linkov <juri@jurta.org>
14341
14342 * fringe.el (fringe-mode): Add period in docstring.
14343 (fringe-query-style): Build prompt depending on `all-frames' arg.
14344
14345 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
14346 to not create links to unrelated functions in the Help buffer.
14347
14348 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
14349 Doc fix.
14350
14351 * simple.el (next-error-hook): New variable.
14352 (next-error): Use it. Doc fix.
14353
14354 * textmodes/ispell.el (ispell-command-loop): Add current
14355 dictionary name and program name to mode-line-format.
14356 (ispell-region, ispell-process-line): Add current dictionary name
14357 and program name to messages.
14358
14359 2005-07-08 Jay Belanger <belanger@truman.edu>
14360
14361 * calc/calc.el (calc-embedded-announce-formula-alist)
14362 (calc-embedded-open-close-formula-alist)
14363 (calc-embedded-open-close-word-alist)
14364 (calc-embedded-open-close-plain-alist)
14365 (calc-embedded-open-close-new-formula-alist)
14366 (calc-embedded-open-close-mode-alist)
14367 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
14368 (calc-embedded-mode-hook): New variables.
14369
14370 * calc/calc-embed.el (calc-embedded-firsttime)
14371 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
14372 New variables.
14373 (calc-do-embedded): Use calc-embedded-firsttime,
14374 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
14375 determine whether or not to run hooks.
14376 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
14377 calc-embedded-firsttime-formula appropriately.
14378 Set calc-embedded delimiter variables according to mode.
14379
14380 2005-07-08 Richard M. Stallman <rms@gnu.org>
14381
14382 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
14383 Check for "emacs", etc., as entire symbol, not just as word.
14384 (checkdoc-file-comments-engine): Use regexp-quote on FN.
14385
14386 * files.el (set-visited-file-name): Report the error
14387 for "empty filename" earlier.
14388 (kill-some-buffers): Ignore buffers already dead.
14389
14390 * fringe.el (fringe-mode): Doc fix.
14391
14392 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14393 Check for (featurep 'xemacs) and turn off warnings in what it guards.
14394 Use unwind-protect to ensure byte-compile-unresolved-functions
14395 is updated.
14396
14397 * whitespace.el (whitespace-buffer-leading-cleanup):
14398 Simplify w/ skip-chars-forward.
14399 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
14400
14401 * mail/rmail.el (rmail-only-expunge): Fix paren error.
14402 Unconditionally try to leave point at the same old place.
14403
14404 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
14405
14406 * comint.el (comint-postoutput-scroll-to-bottom)
14407 (comint-show-maximum-output): Take scroll-margin into consideration.
14408
14409 2005-07-08 Kim F. Storm <storm@cua.dk>
14410
14411 * ido.el (ido-use-filename-at-point): New choice `guess'.
14412 (ido-file-internal): Try ffap-guesser if selected.
14413
14414 * ido.el (ido-before-fallback-functions): New hook.
14415 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
14416 (ido-read-file-name): Run it.
14417
14418 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
14419
14420 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
14421 strings rather than a list of symbols to the completion function.
14422
14423 2005-07-07 Jay Belanger <belanger@truman.edu>
14424
14425 * calc/calc-units.el (math-apply-units): Change the places in
14426 which units are simplified.
14427
14428 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
14429
14430 * cus-edit.el (customize-option, customize-option-other-window):
14431 Make them handle aliases.
14432
14433 * custom.el (custom-variable-p): Make it recursively follow
14434 aliases. Mention that in the docstring.
14435
14436 2005-07-07 Richard M. Stallman <rms@gnu.org>
14437
14438 * cus-start.el (exec-path): Use `directory' instead of `file'.
14439 Fix tag for nil.
14440
14441 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14442
14443 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14444 when called non-interactively. Doc fix.
14445
14446 2005-07-07 Lute Kamstra <lute@gnu.org>
14447
14448 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14449 new address as well.
14450
14451 2005-07-07 Kenichi Handa <handa@m17n.org>
14452
14453 * international/mule.el (make-coding-system):
14454 Describe `ascii-incompatible' property in the docstring.
14455 (set-file-name-coding-system): Signal an error if coding-system is
14456 ascii-incompatible.
14457 (set-keyboard-coding-system): Likewise.
14458
14459 * international/mule-cmds.el (set-default-coding-systems):
14460 Don't set default-file-name-coding-system and
14461 default-keyboard-coding-system if coding-system is ASCII-incompatible.
14462
14463 * international/utf-16.el: Declare that all UTF-16-based coding
14464 systems are ASCII-incompatible.
14465
14466 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
14467
14468 * progmodes/gud.el: Require font-lock for displaying errors.
14469 Used by gdb-ui.el.
14470
14471 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14472
14473 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14474 values for the pattern lists which are `read'able but not
14475 `append'able (like symbols).
14476
14477 2005-07-06 Richard M. Stallman <rms@gnu.org>
14478
14479 * progmodes/flymake.el (flymake-float-time): Instead of
14480 with-no-warnings, test for xemacs.
14481 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14482 to avoid warning.
14483
14484 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14485
14486 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14487
14488 2005-07-05 Lute Kamstra <lute@gnu.org>
14489
14490 * battery.el: Add support for Darwin (with much debugging help
14491 from Samuel Lauber <sam124@operamail.com>).
14492 (battery-status-function, battery-echo-area-format)
14493 (battery-mode-line-format): Add support for pmset on Darwin.
14494 (battery-load-low, battery-load-critical): New user options.
14495 (battery-pmset): New function.
14496
14497 2005-07-05 Lute Kamstra <lute@gnu.org>
14498
14499 Update FSF's address in GPL notices.
14500
14501 * textmodes/page-ext.el: Update FSF's address.
14502
14503 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14504
14505 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14506 filling from using prefix when filling a single-line docstring.
14507
14508 * progmodes/flymake.el: Remove useless eval-when-compile.
14509
14510 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14511
14512 2005-07-04 Richard M. Stallman <rms@gnu.org>
14513
14514 * textmodes/org.el (org-file-apps-defaults-gnu):
14515 Rename from org-file-apps-defaults-linux.
14516 (org-default-apps): Don't test system-type for `linux'.
14517 (org-file-apps): Doc fix.
14518
14519 2005-07-04 David Ponce <david@dponce.com>
14520
14521 * tree-widget.el: Improve header Commentary section.
14522 (tree-widget) [defgroup]
14523 (tree-widget-image-enable, tree-widget-themes-directory)
14524 (tree-widget-theme, tree-widget-image-properties-emacs)
14525 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14526 (tree-widget-image-formats, tree-widget-control)
14527 (tree-widget-empty-control, tree-widget-leaf-control
14528 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14529 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14530 (tree-widget-keep, tree-widget-after-toggle-functions)
14531 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14532 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14533 :help-echo message.
14534 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14535 (tree-widget-image-properties): Doc fix. Clearer implementation.
14536 (tree-widget--cursors): New constant.
14537 (tree-widget-lookup-image): New function split from
14538 `tree-widget-find-image'. Clearer implementation.
14539 (tree-widget-find-image): Use it.
14540 (tree-widget-button-keymap): Use `set-keymap-parent'.
14541 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14542 Define the sub-widgets here.
14543 (tree-widget-node): Check that :node is not a tree-widget.
14544 (tree-widget-get-super, tree-widget-open-control)
14545 (tree-widget-close-control, tree-widget-empty-control)
14546 (tree-widget-leaf-control, tree-widget-guide)
14547 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14548 (tree-widget-no-handle, tree-widget-value-delete)
14549 (tree-widget-map): Remove.
14550 (tree-widget-children-value-save): Doc fix. Simplified.
14551 (tree-widget-value-create): Update according to previous changes.
14552
14553 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14554
14555 * textmodes/org.el: Leading space replaced by TABS.
14556 (org-recalc-marks, org-table-rotate-recalc-marks)
14557 (org-table-get-specials): Treat "^" and "_" marks.
14558 (org-table-justify-field-maybe): Optional argument NEW.
14559 (org-table-eval-formula): Parsing of the format simplified.
14560 New modes C,I. Honor the %= parameter in the current table.
14561 Avoid unnecessary re-align by using the NEW argument to
14562 `org-table-justify-field-maybe'.
14563 (org-calc-default-modes): Default for date-format mimicks org-mode.
14564 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14565
14566 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14567
14568 * cus-face.el (custom-theme-set-faces): Make it handle face
14569 aliases whose alias declarations are pre- or autoloaded.
14570
14571 2005-07-04 Juri Linkov <juri@jurta.org>
14572
14573 * faces.el (read-face-name): Put the code for getting a face name
14574 from the buffer before adding the faces from the `face' property.
14575 Use `completing-read-multiple' instead of `completing-read'.
14576 Require `crm'. Add default value and post-process the returned
14577 list of faces.
14578
14579 * emacs-lisp/crm.el (crm-find-current-element)
14580 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14581
14582 * emacs-lisp/lisp-mode.el (eval-defun-1):
14583 * emacs-lisp/edebug.el (edebug-eval-defun):
14584 Remove unnecessary quotes.
14585
14586 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14587
14588 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14589 (prolog-indent-level): Fix typo in docstring.
14590
14591 * info.el (Info-history, Info-history-forward)
14592 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14593
14594 * add-log.el (add-change-log-entry):
14595 * comint.el (comint-dynamic-list-input-ring)
14596 (comint-dynamic-list-completions):
14597 * dabbrev.el (dabbrev-expand):
14598 * delim-col.el (delimit-columns-rectangle-line):
14599 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14600 (diff-unified->context):
14601 * ediff-init.el (ediff-abbrev-jobname):
14602 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14603 (ediff-replace-session-activity-marker-in-meta-buffer):
14604 * info.el (Info-summary):
14605 * lpr.el (printify-region):
14606 * printing.el (pr-create-interface):
14607 * ps-print.el (ps-print-quote):
14608 * ses.el (ses-column-widths, ses-print-cell)
14609 (ses-adjust-print-width, ses-center):
14610 * shell.el (shell-file-name-quote-list):
14611 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14612 (strokes-fill-current-buffer-with-whitespace)
14613 (strokes-xpm-for-stroke, strokes-list-strokes)
14614 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14615 * term.el (term-dynamic-list-input-ring)
14616 (term-dynamic-list-completions):
14617 * calc/calc.el (math-format-stack-value):
14618 * emacs-lisp/edebug.el (edebug-display-freq-count):
14619 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14620 (delphi-new-comment-line):
14621 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14622 * progmodes/executable.el (executable-set-magic):
14623 * progmodes/python.el (inferior-python-mode):
14624 * progmodes/scheme.el (scheme-mode-syntax-table):
14625 * progmodes/sh-script.el (sh-maybe-here-document):
14626 * progmodes/sql.el (sql-copy-column):
14627 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14628 * textmodes/bibtex.el (bibtex-mode):
14629 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14630 (sgml-auto-attributes):
14631 * textmodes/table.el (table-insert, table-shorten-cell)
14632 (table--generate-source-scan-lines, table-delete-row)
14633 (*table--cell-delete-char, table--spacify-frame)
14634 (table--horizontally-shift-above-and-below)
14635 (table--cell-insert-char, table--cell-blank-str)
14636 (table--fill-region-strictly):
14637 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14638 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14639
14640 * add-log.el (change-log):
14641 * apropos.el (apropos):
14642 * comint.el (comint-completion, comint-source):
14643 * dabbrev.el (dabbrev):
14644 * delim-col.el (columns):
14645 * diff-mode.el (diff-mode):
14646 * ediff.el (ediff):
14647 * ediff-diff.el (ediff-diff):
14648 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14649 * ediff-mult.el (ediff-mult):
14650 * ediff-ptch.el (ediff-ptch):
14651 * ediff-wind.el (ediff-window):
14652 * facemenu.el (facemenu):
14653 * indent.el (indent):
14654 * info.el (info):
14655 * jka-cmpr-hook.el (compression, jka-compr):
14656 * lpr.el (lpr):
14657 * outline.el (outlines):
14658 * pcmpl-cvs.el (pcmpl-cvs):
14659 * pcmpl-rpm.el (pcmpl-rpm):
14660 * printing.el (printing):
14661 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14662 (ps-print-vertical, ps-print-headers, ps-print-font)
14663 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14664 (ps-print-background, ps-print-printer, ps-print-page)
14665 (ps-print-miscellany):
14666 * ses.el (ses):
14667 * shell.el (shell, shell-directories, shell-faces):
14668 * startup.el (initialization):
14669 * strokes.el (strokes):
14670 * term.el (term):
14671 * uniquify.el (uniquify):
14672 * w32-vars.el (w32):
14673 * calc/calc.el (calc):
14674 * emacs-lisp/bytecomp.el (bytecomp):
14675 * emacs-lisp/cl-indent.el (lisp-indent):
14676 * emacs-lisp/edebug.el (edebug):
14677 * emacs-lisp/elp.el (elp):
14678 * emacs-lisp/testcover.el (testcover):
14679 * emacs-lisp/trace.el (trace):
14680 * emulation/viper-ex.el (viper-ex):
14681 * emulation/viper-mous.el (viper-mouse):
14682 * mail/mailalias.el (mailalias):
14683 * mail/supercite.el (supercite, supercite-frames)
14684 (supercite-attr, supercite-cite, supercite-hooks):
14685 * net/rcompile.el (remote-compile):
14686 * net/rlogin.el (rlogin):
14687 * obsolete/ooutline.el (outlines):
14688 * progmodes/delphi.el (delphi):
14689 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14690 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14691 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14692 (ebnf-optimization):
14693 * progmodes/etags.el (etags):
14694 * progmodes/executable.el (executable):
14695 * progmodes/idlwave.el (idlwave):
14696 * progmodes/pascal.el (pascal):
14697 * progmodes/prolog.el (prolog):
14698 * progmodes/python.el (python):
14699 * progmodes/scheme.el (scheme):
14700 * progmodes/sh-script.el (sh, sh-script):
14701 * progmodes/sql.el (SQL):
14702 * progmodes/tcl.el (tcl):
14703 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14704 * textmodes/enriched.el (enriched):
14705 * textmodes/makeinfo.el (makeinfo):
14706 * textmodes/sgml-mode.el (sgml):
14707 * textmodes/table.el (table-hooks):
14708 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14709 * textmodes/texinfo.el (texinfo):
14710 * textmodes/two-column.el (two-column):
14711 Finish `defgroup' description with period.
14712
14713 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14714 * eshell/esh-var.el (eshell-var):
14715 * progmodes/vhdl-mode.el (vhdl-testbench):
14716 * textmodes/org.el (org): Fix typos in docstrings.
14717
14718 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14719 consistency.
14720
14721 * progmodes/flymake.el (flymake-find-file): Remove.
14722 (flymake-float-time): Use `with-no-warnings'.
14723 (flymake-check-start-time, flymake-check-was-interrupted)
14724 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14725 (flymake-new-err-info): `defvar' at compile time.
14726
14727 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14728
14729 * replace.el (occur-hook): Doc fix.
14730 (occur-1): Don't call `occur-hook' if there are no matches.
14731
14732 2005-07-03 Richard M. Stallman <rms@gnu.org>
14733
14734 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14735 global-map, save the same map.
14736 (global-map): Don't alter it at top level.
14737 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14738 Then alter it here instead.
14739 (tpu-edt-off): Set global-map to the saved one.
14740
14741 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14742 All references simplified.
14743 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14744 (zmacs-regions): Add defvar.
14745 (repeat-complex-command-map): Everything about that deleted.
14746
14747 * textmodes/artist.el (artist-key-is-drawing)
14748 (artist-key-endpoint1, artist-key-poly-point-list)
14749 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14750 (artist-key-compl-table, artist-rb-save-data)
14751 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14752 Don't put them in eval-when-compile.
14753 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14754
14755 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14756 Use with-no-warnings.
14757
14758 * net/browse-url.el (dos-windows-version): Add defvar.
14759
14760 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14761
14762 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14763 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14764 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14765 Add defvar.
14766 (rmail-summary-beginning-of-message): Use with-no-warnings.
14767 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14768
14769 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14770 Use with-no-warnings.
14771
14772 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14773 (c-mark-function): Add point-moving-unit property.
14774 (vi-goto-line): Use with-no-warnings.
14775
14776 * emulation/edt.el (edt-last-copied-word): Add defvar.
14777 (zmacs-region-stays): Likewise.
14778 (edt-mark-section-wisely): Use c-mark-function for C.
14779 Use makr-defun for Fortran.
14780 (time-string): defvar deleted.
14781 (edt-display-the-time): Don't set time-string.
14782
14783 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14784
14785 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14786 Don't warn when name is not constant
14787 or for defining the group `emacs'.
14788
14789 * tooltip.el (gud-tooltip-mode): Add defvar.
14790
14791 * startup.el (default-frame-background-mode): Add defvar.
14792
14793 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14794
14795 * info.el (tool-bar-map): Add defvar.
14796
14797 * dired.el (dnd-protocol-alist): Add defvar.
14798
14799 * dired-aux.el (dired-query): Display question with answer, when
14800 the user answers.
14801
14802 * custom.el (custom-add-option): Doc fix.
14803
14804 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14805
14806 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14807
14808 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14809 bogus name from the last change.
14810
14811 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14812
14813 * custom.el (custom-declare-variable): Fix typos in comment.
14814 (custom-known-themes): Doc fix.
14815 (custom-theme-directory): New defcustom.
14816 (require-theme): Make it check `custom-theme-directory'.
14817
14818 * cus-theme.el (custom-new-theme-mode): New function.
14819 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14820 (custom-theme-description): Add compiler defvars.
14821 (customize-create-theme): Add doc to the "*New Custom Theme*"
14822 buffer. Use `custom-new-theme-mode'.
14823 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14824 and save it to the `custom-theme-directory'. Make this the
14825 default directory of the buffer.
14826
14827 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14828
14829 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14830 Fix unbalanced parentheses.
14831
14832 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14833
14834 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14835 into flymake-mode and delegate to flymake-mode.
14836
14837 * find-file.el (ff-which-function-are-we-in): Clean up.
14838
14839 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14840
14841 * replace.el (occur-rename-buffer): Fix docstring.
14842
14843 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14844 (edt-last-copied-word, edt-learn-macro-count)
14845 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14846 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14847 (time-string, zmacs-region-stays):
14848 * emulation/edt-mapper.el (edt-save-function-key-map)
14849 (EDT-key-name): `defvar' to silence the byte-compiler.
14850
14851 2005-07-02 Martin Rudalics <rudalics@gmx.at>
14852
14853 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14854 font-lock-regexp-backslash. Doc fix.
14855 (font-lock-regexp-backslash-grouping-construct): Rename from
14856 font-lock-regexp-backslash-construct. Doc fix.
14857 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14858 grouping constructs.
14859
14860 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14861
14862 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14863 updating all the prerequisites.
14864
14865 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14866
14867 * textmodes/org.el (org-agenda-start-on-weekday)
14868 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14869 (org-agenda-use-time-grid, org-archive-location)
14870 (org-allow-space-in-links, org-usenet-links-prefer-google)
14871 (org-enable-table-editor, org-export-default-language)
14872 (org-export-html-show-new-buffer, org-fill-paragraph)
14873 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14874 (org-goto-quit, org-occur, org-eval-in-calendar)
14875 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14876 (org-agenda-diary-entry, org-remember-help)
14877 (org-table-convert-region, org-at-table-p)
14878 (org-table-move-row-down, org-table-move-row-up)
14879 (org-table-copy-region, org-table-toggle-vline-visibility)
14880 (org-table-get-stored-formulas, org-table-get-specials)
14881 (org-recalc-commands, org-table-eval-formula)
14882 (org-table-formula-substitute-names, orgtbl-make-binding)
14883 (org-format-org-table-html, org-format-table-table-html)
14884 (org-format-table-table-html-using-table-generate-source)
14885 (org-customize): Fix typos in docstrings.
14886 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14887 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14888 (org-back-to-heading): Doc fixes.
14889 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14890 (org-agenda-change-all-lines, org-get-header):
14891 Improve argument/docstring consistency.
14892 (orgtbl-error): Fix error message.
14893
14894 * progmodes/flymake.el (flymake-find-possible-master-files)
14895 (flymake-master-file-compare, flymake-get-line-err-count)
14896 (flymake-highlight-line, flymake-gui-warnings-enabled):
14897 Fix typos in docstrings.
14898 (flymake-parse-line, flymake-get-project-include-dirs-function)
14899 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14900 Doc fixes.
14901 (flymake-get-project-include-dirs-function)
14902 (flymake-make-err-menu-data):
14903 Improve argument/docstring consistency.
14904
14905 2005-07-01 Lute Kamstra <lute@gnu.org>
14906
14907 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14908 Catch errors with ignore-errors. Use temporary buffer.
14909 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14910
14911 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14912 background color faces.
14913 (facemenu-set-foreground, facemenu-set-background):
14914 Use facemenu-set-face-from-menu.
14915 (facemenu-set-face-from-menu): Treat face names that start with
14916 "fg:" or "bg:" as special.
14917 (facemenu-add-new-color): Don't create faces. Simplify.
14918
14919 2005-06-30 Richard M. Stallman <rms@gnu.org>
14920
14921 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14922 (crm-find-current-element): Likewise.
14923
14924 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14925
14926 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14927
14928 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14929
14930 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14931 (archive-mouse-extract): Make it an obsolete alias.
14932 (archive-mode-map): Don't use archive-mouse-extract any more.
14933 (archive-mode, archive-extract): write-contents-hooks ->
14934 write-contents-functions.
14935 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14936 first arg.
14937 (archive-rename-entry): Update the call.
14938 (archive-zip-summarize): Remove unused var `method'.
14939 (archive-lzh-summarize): Remove unused var `creator'.
14940
14941 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14942 dedicated frame upon exit.
14943
14944 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14945 (archive-zip-extract, archive-zip-expunge)
14946 (archive-zip-update, archive-zip-update-case): Use executable-find.
14947 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14948 Use restore-buffer-modified-p.
14949 (archive-extract, archive-add-new-member, archive-write-file-member):
14950 Use with-current-buffer.
14951 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14952
14953 2005-06-30 Andreas Schwab <schwab@suse.de>
14954
14955 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14956
14957 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14958
14959 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14960
14961 2005-06-30 Juri Linkov <juri@jurta.org>
14962
14963 * faces.el (vertical-border): Inherit from mode-line-inactive
14964 only on tty.
14965
14966 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14967
14968 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14969 example, -NLINES in the `occur' docstring).
14970
14971 * replace.el (occur-1): When no matches are found, do not set the
14972 `buffer-read-only' and modified flags for the occur buffer,
14973 because it is deleted.
14974
14975 * emulation/cua-base.el (cua-check-pending-input)
14976 (cua-repeat-replace-region, cua-mode, cua-debug)
14977 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14978 Fix typos in docstrings.
14979
14980 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14981 (cua-cut-region-to-global-mark)
14982 (cua--cut-rectangle-to-global-mark):
14983 Remove period from end of messages.
14984
14985 * emulation/cua-rect.el (cua-do-rectangle-padding):
14986 Remove period from end of messages.
14987 (cua--rectangle-seq-format): Fix typo in docstring.
14988 (cua-sequence-rectangle, cua-fill-char-rectangle):
14989 Improve argument/docstring consistency.
14990
14991 2005-06-29 Juri Linkov <juri@jurta.org>
14992
14993 * faces.el (default-frame-background-mode): New internal variable.
14994 (frame-set-background-mode): Use it.
14995
14996 * startup.el (normal-top-level): Set default-frame-background-mode
14997 instead of frame-background-mode. Before setting it, test for its
14998 nil value. Remove tests for frame-background-mode and frame
14999 parameter `reverse'. Add test for "unspecified-fg".
15000
15001 * term/xterm.el (xterm-rxvt-set-background-mode):
15002 * term/rxvt.el (rxvt-set-background-mode):
15003 Set default-frame-background-mode instead of frame-background-mode.
15004
15005 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
15006
15007 * simple.el (set-variable): Warn about obsolete user variables.
15008
15009 * imenu.el (imenu--completion-buffer):
15010 * mouse.el (mouse-buffer-menu-alist):
15011 * msb.el (msb-invisible-buffer-p):
15012 * calendar/diary-lib.el (diary-header-line-format):
15013 * emacs-lisp/pp.el (pp-buffer):
15014 * progmodes/cperl-mode.el (cperl-do-auto-fill):
15015 * textmodes/picture.el (picture-replace-match):
15016 Change space constants followed by a sexp to "?\s ".
15017
15018 * play/decipher.el (decipher-loop-with-breaks):
15019 * textmodes/texinfo.el (texinfo-insert-@item): Change space
15020 constants "protected" from end of line by a comment to "?\s".
15021
15022 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
15023
15024 * font-lock.el (save-buffer-state): Use `declare'.
15025
15026 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
15027 reset the syntax-table to cperl-mode-syntax-table.
15028 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
15029 "foo_print_bar" is not matched as a reserved keyword.
15030
15031 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
15032
15033 * textmodes/org.el (orgtbl-setup): New function, for delayed
15034 setup for the orgtbl commands.
15035 (org-calc-default-modes): New option.
15036 (orgtbl-make-binding): Use `defun' to get better help display.
15037 (org-diary): Call `org-compile-prefix-format'.
15038 (org-table-formula-substitute-names): New function.
15039 (org-agenda-day-view, org-agenda-week-view): New commands.
15040 (org-agenda-toggle-week-view): Command removed.
15041 (org-tbl-menu): Split off from org-org-menu.
15042 (org-mode): Move removal of outline-mode menus to here.
15043 (org-table-formula-debug): New option.
15044 (org-table-insert-row): Keep first field if just "#" or "*".
15045 (org-mode): Paragraph regexps fixed.
15046 (org-table-recalculate-regexp): New constant.
15047 (org-table-justify-field-maybe): Avoid replace if not necessary.
15048 (org-copy-special, org-cut-special): Use `call-interactively'.
15049 (org-table-copy-region): Take region from `interactive' call.
15050 (org-trim): Return string even if no match.
15051 (org-formula): New face.
15052 (org-set-font-lock-defaults): No longer highlight "FIXME".
15053 But highlight formula-related fields in table.
15054 (org-table-p): Use regexp, not fontification.
15055 (org-table-align): Handle white space at end of line.
15056 (org-table-formula-evaluate-inline): New option.
15057 (org-mode): Auto-wrapping in comment lines turned off.
15058 (org-table-copy-down): Evaluate only in copied field, not in
15059 destination.
15060 (org-table-current-formula): Variable removed.
15061 (org-table-store-formulas, org-table-get-stored-formulas)
15062 (org-table-modify-formulas, org-table-replace-in-formulas)
15063 (org-table-maybe-eval-formula): New functions.
15064 (org-table-get-formula): Modify to use stored formulas.
15065 (org-table-insert-column, org-table-delete-column)
15066 (org-table-move-column): Call `org-table-modify-formulas'.
15067 (org-complete): Add completion for keyword formulas.
15068 (orgtbl-mode): Pull orgtbl-mode-map to start of
15069 minor-mode-map-alist.
15070
15071 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
15072
15073 * progmodes/python.el (python-check): Require `compile' before
15074 modifying its variables.
15075
15076 * newcomment.el (comment-indent-default): Don't get fooled by an early
15077 end of buffer.
15078
15079 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15080
15081 * ps-print.el (ps-print-version): Fix version number.
15082
15083 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
15084
15085 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
15086
15087 2005-06-28 Richard M. Stallman <rms@gnu.org>
15088
15089 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
15090 (flyspell-local-mouse-map): Declaration deleted.
15091 (flyspell-mouse-map): Bind only mouse-2.
15092 (flyspell-mode-map): Don't test flyspell-use-local-map.
15093 (flyspell-overlay-keymap-property-name): Var deleted.
15094 (flyspell-mode-on): Don't make local bindings for
15095 flyspell-mouse-map and flyspell-mode-map.
15096 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
15097
15098 * textmodes/ispell.el (ispell-word): Do not ignore short words.
15099
15100 * progmodes/compile.el (compilation-next-error-function):
15101 Don't switch buffers; operate on the current buffer.
15102
15103 * progmodes/compile.el (compilation-error-file-name)
15104 (compilation-warning-file-name, compilation-info-file-name)
15105 (compilation-line-number, compilation-column-number): New faces.
15106 (compilation-error-face, compilation-warning-face)
15107 (compilation-info-face, compilation-line-face)
15108 (compilation-column-face): Use them.
15109
15110 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
15111
15112 * comint.el (comint-password-prompt-regexp): Accept ", try again".
15113
15114 * bindings.el (global-map): Bind insertchar and its variants.
15115
15116 2005-06-27 Richard M. Stallman <rms@gnu.org>
15117
15118 * textmodes/artist.el (artist-text-overwrite)
15119 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
15120
15121 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15122
15123 * ps-print.el: It was not working the page selection for printing.
15124 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
15125 (ps-print-version): New version 6.6.7.
15126 (ps-end-sheet): New fun.
15127 (ps-header-sheet, ps-end-job): Call it.
15128
15129 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
15130
15131 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
15132
15133 2005-06-27 Lute Kamstra <lute@gnu.org>
15134
15135 * facemenu.el (facemenu-unlisted-faces): Add foreground and
15136 background color faces.
15137 (facemenu-get-face): Delete function.
15138 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
15139 (facemenu-add-new-color): Make second argument mandatory.
15140 Create the appropriate face and return it. Simplify.
15141 (facemenu-set-foreground, facemenu-set-background): Don't check if
15142 color is defined. Use return value of facemenu-add-new-color.
15143
15144 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
15145
15146 * progmodes/gud.el (gud-filter): Add missing argument to
15147 with-selected-window.
15148
15149 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
15150
15151 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
15152 a :require to the defcustom.
15153
15154 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
15155 defcustoms corresponding to minor modes.
15156
15157 2005-06-26 David Ponce <david@dponce.com>
15158
15159 * recentf.el: Require tree-widget instead of wid-edit.
15160 (recentf-filename-handler): Fix widget :type.
15161 (recentf-cancel-dialog, recentf-open-more-files)
15162 (recentf-open-files-action): Doc fix.
15163 (recentf-dialog-goto-first): New function.
15164 (recentf-dialog-mode-map): Set parent keymap first.
15165 (recentf-dialog-mode): Define with define-derived-mode.
15166 Don't display continuation lines in dialogs.
15167 (recentf-edit-list): Rename from recentf-edit-selected-items.
15168 (recentf-edit-list-select): Rename from recentf-edit-list-action.
15169 Simplify.
15170 (recentf-edit-list-validate): New function.
15171 (recentf-edit-list): Update accordingly.
15172 (recentf-open-files-item-shift): Remove.
15173 (recentf-open-files-item): Convert menu elements into tree and
15174 link widgets. Don't create the widgets.
15175 (recentf-open-files): Update accordingly.
15176 (recentf-save-list): Untabify.
15177
15178 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
15179
15180 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
15181 (keep-lines): Add INTERACTIVE arg. Never delete lines only
15182 partially contained in the active region. Do not take active
15183 region into account when called from Lisp, unless INTERACTIVE arg
15184 is non-nil. Use `forward-line' instead of `beginning-of-line' to
15185 avoid trouble with fields. Make marker point nowhere when no
15186 longer used. Always return nil. Doc fix.
15187 (flush-lines): Add INTERACTIVE arg. Do not take active region
15188 into account when called from Lisp, unless INTERACTIVE arg is
15189 non-nil. Use `forward-line' instead of `beginning-of-line' to
15190 avoid trouble with fields. Make marker point nowhere when no
15191 longer used. Always return nil. Doc fix.
15192 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
15193 interchangeable. Do not take active region into account when
15194 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
15195 message in echo area when called from Lisp, unless INTERACTIVE arg
15196 is non-nil. Avoid saying "1 occurrences". Do not use markers.
15197 Return the number of matches. Doc fix.
15198 (occur): Doc fix.
15199 (perform-replace): Make comment follow double space convention for
15200 the sake of `outline-minor-mode'.
15201
15202 * faces.el (facep): Doc fix.
15203
15204 2005-06-25 Richard M. Stallman <rms@gnu.org>
15205
15206 * facemenu.el (facemenu-enable-faces-p): New function.
15207 (facemenu-background-menu, facemenu-foreground-menu)
15208 (facemenu-face-menu): Add menu-enable property.
15209
15210 * jka-compr.el (jka-compr-insert-file-contents):
15211 Special handling if cannot find the uncompression program.
15212
15213 * cus-face.el (custom-face-attributes): Add autoload.
15214
15215 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15216 Bind comment-indent-function locally.
15217
15218 * window.el (save-selected-window): Use save-current-buffer.
15219
15220 * subr.el (with-selected-window): Use save-current-buffer.
15221
15222 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
15223 and with-current-buffer.
15224
15225 2005-06-24 Richard M. Stallman <rms@gnu.org>
15226
15227 * simple.el (line-move-1): Fix previous change.
15228
15229 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15230
15231 * replace.el (occur-1): Set `buffer-read-only' and the
15232 buffer-modified flag before running `occur-hook' to protect
15233 against unintentional buffer switches that can lead to data loss.
15234
15235 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
15236
15237 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
15238 (gud-gdb-marker-filter): Use font-lock-warning-face for any
15239 initial error.
15240
15241 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
15242 after fresh input.
15243 (gdb-var-create-handler): Put name of expression in quotes.
15244
15245 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
15246
15247 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
15248 elements of RING in order, and without bogus nil elements.
15249
15250 2005-06-23 Richard M. Stallman <rms@gnu.org>
15251
15252 * simple.el (set-variable): Args renamed; doc fix.
15253 (line-move-1): When there are overlays around, use vertical-motion.
15254
15255 * faces.el (escape-glyph): Use brown against light background.
15256 (nobreak-space): Rename from no-break-space.
15257 Fix previous change.
15258
15259 * dired-aux.el (dired-do-copy): Fix arg prompt.
15260
15261 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
15262
15263 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
15264
15265 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
15266 rather than "Distributor".
15267
15268 2005-06-23 Lute Kamstra <lute@gnu.org>
15269
15270 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
15271 (debug-on-entry): Use it. New interactive declaration that uses
15272 function-called-at-point.
15273
15274 2005-06-23 Kim F. Storm <storm@cua.dk>
15275
15276 * subr.el (save-match-data): Add comment about using evaporate arg
15277 to set-match-data.
15278
15279 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
15280
15281 * cus-edit.el (customize-face)
15282 (customize-face-other-window): Handle face aliases.
15283
15284 * faces.el (face-documentation, set-face-attribute)
15285 (face-spec-set): Handle face aliases.
15286
15287 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
15288
15289 * help-mode.el (help-make-xrefs): If a symbol representing a face
15290 name is not followed by the word "face", it could still be a
15291 function or variable name, so don't bypass other checks.
15292
15293 2005-06-22 Juri Linkov <juri@jurta.org>
15294
15295 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
15296 Replace aliased functions with calls where second arg `inherit' is t.
15297
15298 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
15299
15300 * progmodes/gdb-ui.el (gdb-error): New variable.
15301 (gdb-error): New function.
15302 (gdb-annotation-rules): Act on error-begin and error annotations.
15303 (gdb-concat-output): Use font-lock-warning-face for errors.
15304
15305 2005-06-22 Miles Bader <miles@gnu.org>
15306
15307 * bindings.el (propertized-buffer-identification): Use renamed
15308 `Buffer-menu-buffer' face.
15309
15310 * faces.el (vertical-border): Rename from `vertical-divider'.
15311 (escape-glyph): Change dark-background color back to `cyan'.
15312
15313 2005-06-21 Juri Linkov <juri@jurta.org>
15314
15315 * faces.el (face-user-default-spec): Try getting `customized-face'
15316 prior to `saved-face'.
15317 (frame-background-mode): Refill docstring.
15318
15319 * emacs-lisp/lisp-mode.el (eval-defun-1):
15320 * emacs-lisp/edebug.el (edebug-eval-defun):
15321 Set `saved-face' temporarily to nil before calling form.
15322 Set `customized-face' to the new spec after that.
15323
15324 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15325
15326 * subr.el (1value, lambda, key-substitution-in-progress):
15327 Doc fixes.
15328
15329 * autoinsert.el (auto-insert-alist):
15330 * ses.el (ses-call-printer):
15331 * subr.el (noreturn):
15332 * emacs-lisp/lisp.el (check-parens):
15333 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
15334 * net/browse-url.el (browse-url-mosaic):
15335 * progmodes/cc-defs.el (c-safe-scan-lists):
15336 * progmodes/ebnf-abn.el (ebnf-abn-lex):
15337 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
15338 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
15339 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
15340 * progmodes/ebnf-iso.el (ebnf-iso-lex):
15341 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
15342
15343 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15344
15345 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
15346
15347 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
15348
15349 * calendar/appt.el (appt-make-list): Activate the package, if
15350 not already active (for backwards compatibility).
15351
15352 2005-06-20 Kim F. Storm <storm@cua.dk>
15353
15354 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
15355
15356 2005-06-20 Miles Bader <miles@gnu.org>
15357
15358 * faces.el (vertical-divider): New face.
15359
15360 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
15361
15362 * simple.el (kill-whole-line): Doc fix.
15363 (next-error-buffer-p, next-error-find-buffer)
15364 (clone-indirect-buffer): Fix typos in docstrings.
15365 (comment-line-break-function): Doc fix: don't say variable
15366 is automatically buffer-local (it isn't).
15367
15368 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
15369
15370 * net/tramp-ftp.el (top):
15371 * net/tramp-smb.el (top):
15372 * net/tramp-util.el (top):
15373 * net/tramp-uu.el (top):
15374 * net/tramp-vc.el (top):
15375 * net/tramp.el (top): Revert copyright years back to original
15376 ones. Tramp has a life outside GNU Emacs.
15377
15378 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
15379
15380 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
15381
15382 2005-06-18 Juri Linkov <juri@jurta.org>
15383
15384 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
15385 end of first regexp to limit the match to the position between
15386 line number and source line with same separator character as used
15387 between file name and line number. In the second regexp limit
15388 mouse-face area to file name and line number by adding new group
15389 for them and referring it in HYPERLINK arg.
15390 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
15391 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
15392 previous line where grep markers may be already removed.
15393
15394 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
15395
15396 * progmodes/ps-mode.el: Update version and maintainer's email address.
15397
15398 2005-06-18 Steve Youngs <steve@xemacs.org>
15399
15400 * net/browse-url.el (browse-url-browser-function)
15401 (browse-url-default-browser): Add firefox.
15402 (browse-url-firefox-program, browse-url-firefox-arguments)
15403 (browse-url-firefox-startup-arguments)
15404 (browse-url-firefox-new-window-is-tab): New defcustoms.
15405 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
15406
15407 2005-06-17 Richard M. Stallman <rms@gnu.org>
15408
15409 * startup.el (command-line): Warn if specified user name has
15410 no home directory.
15411
15412 * term.el (term-get-old-input, term-input-filter, term-input-sender)
15413 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
15414
15415 * longlines.el (longlines-mode, longlines-show-hard-newlines):
15416 Doc fixes.
15417
15418 * faces.el (underline): Try bold if terminal doesn't support underline.
15419
15420 * mail/sendmail.el (mail-setup-with-from): New variable.
15421 (mail-insert-from-field): New function.
15422 (sendmail-send-it): Call it.
15423 (mail-setup): Optionally call it here.
15424
15425 * term/linux.el: Call tty-no-underline.
15426
15427 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
15428
15429 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15430
15431 2005-06-17 Miles Bader <miles@gnu.org>
15432
15433 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15434 (ediff-current-diff-C, ediff-current-diff-Ancestor)
15435 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15436 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15437 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15438 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15439 Remove "-face" suffix from face names.
15440 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15441 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15442 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15443 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15444 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15445 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15446 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15447 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15448 New backward-compatibility aliases for renamed faces.
15449 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15450 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15451 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15452 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15453 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15454 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15455 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15456 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15457 Use renamed ediff faces.
15458
15459 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15460 Remove "-face" suffix from face names.
15461 (eshell-test-ok-face, eshell-test-failed-face):
15462 New backward-compatibility aliases for renamed faces.
15463 (eshell-run-test): Use renamed eshell-test faces.
15464
15465 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15466 face name.
15467 (eshell-prompt-face): New backward-compatibility alias for renamed
15468 face.
15469 (eshell-emit-prompt): Use renamed eshell-prompt face.
15470
15471 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15472 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15473 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15474 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15475 Remove "-face" suffix from face names.
15476 (eshell-ls-directory-face, eshell-ls-symlink-face)
15477 (eshell-ls-executable-face, eshell-ls-readonly-face)
15478 (eshell-ls-unreadable-face, eshell-ls-special-face)
15479 (eshell-ls-missing-face, eshell-ls-archive-face)
15480 (eshell-ls-backup-face, eshell-ls-product-face)
15481 (eshell-ls-clutter-face):
15482 New backward-compatibility aliases for renamed faces.
15483 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15484
15485 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15486 Remove "-face" suffix from face name.
15487 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15488 instead of literal face.
15489
15490 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15491
15492 * emacs-lisp/warnings.el (display-warning, lwarn)
15493 (warning-minimum-log-level): Doc fixes.
15494 (warning-minimum-level, warning-minimum-log-level):
15495 Add :debug to :type choices.
15496
15497 * progmodes/ada-mode.el (ada-format-paramlist)
15498 (ada-get-indent-case, ada-check-matching-start)
15499 (ada-check-defun-name, ada-goto-matching-decl-start)
15500 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15501 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15502 (ada-make-subprogram-body): Follow error conventions.
15503 (ada-case-exception-file, ada-indent-comment-as-code)
15504 (ada-indent-handle-comment-special, ada-indent-renames)
15505 (ada-indent-return, ada-search-directories-internal)
15506 (ada-tab-policy, ada-case-exception-substring)
15507 (ada-other-file-alist, ada-matching-start-re)
15508 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15509 (ada-imenu-generic-expression, ada-compile-goto-error)
15510 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15511 (ada-popup-menu, ada-add-extensions, ada-mode)
15512 (ada-region-selected, ada-create-case-exception)
15513 (ada-create-case-exception-substring, ada-after-keyword-p)
15514 (ada-activate-keys-for-case, ada-adjust-case-region)
15515 (ada-adjust-case-buffer, ada-format-paramlist)
15516 (ada-scan-paramlist, ada-insert-paramlist)
15517 (ada-indent-newline-indent)
15518 (ada-indent-newline-indent-conditional)
15519 (ada-justified-indent-current, ada-goto-previous-word)
15520 (ada-indent-current, ada-get-indent-open-paren)
15521 (ada-get-indent-paramlist, ada-get-indent-end)
15522 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15523 (ada-get-indent-block-start, ada-get-indent-subprog)
15524 (ada-get-indent-noindent, ada-get-indent-label)
15525 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15526 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15527 (ada-goto-stmt-end, ada-goto-next-word)
15528 (ada-check-matching-start, ada-check-defun-name)
15529 (ada-goto-matching-decl-start, ada-goto-matching-start)
15530 (ada-goto-matching-end, ada-search-ignore-string-comment)
15531 (ada-in-decl-p, ada-looking-at-semi-or)
15532 (ada-looking-at-semi-private, ada-in-paramlist-p)
15533 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15534 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15535 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15536 (ada-previous-package, ada-create-menu)
15537 (ada-fill-comment-paragraph-justify)
15538 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15539 (ada-other-file-name, ada-last-which-function-line)
15540 (ada-last-which-function-subprog, ada-which-function)
15541 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15542 (ada-gen-treat-proc, ada-check-emacs-version)
15543 (ada-continuation-indent, ada-align-region-separate):
15544 Fix typos in docstrings.
15545 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15546
15547 2005-06-16 Lute Kamstra <lute@gnu.org>
15548
15549 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15550 conditionally.
15551
15552 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15553
15554 * comint.el (comint-replace-by-expanded-filename)
15555 (comint-prompt-regexp, comint-delimiter-argument-list)
15556 (comint-preinput-scroll-to-bottom):
15557 * info.el (Info-hide-cookies-node):
15558 * ls-lisp.el (ls-lisp-classify):
15559 * find-file.el (ff-search-directories, ff-special-constructs)
15560 (ff-find-other-file):
15561 * font-lock.el (font-lock-keywords):
15562 * shell.el (shell-prompt-pattern)
15563 (shell-dynamic-complete-functions, shell-mode)
15564 (shell-delimiter-argument-list):
15565 * term.el (term-replace-by-expanded-filename)
15566 (term-prompt-regexp, term-delimiter-argument-list):
15567 * woman.el (woman-ignore, woman0-if):
15568 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15569 * emacs-lisp/elint.el (elint-init-env):
15570 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15571 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15572 * language/ethio-util.el (ethio-tilde-escape)
15573 (ethio-use-three-dot-question):
15574 * net/zone-mode.el (zone-mode-load-time-setup):
15575 * progmodes/cc-align.el (c-lineup-argcont):
15576 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15577 * progmodes/cperl-mode.el (cperl-set-style-back):
15578 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15579 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15580 Fix spellings in docstrings.
15581
15582 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15583 * progmodes/modula2.el (m2-for): Fix spellings.
15584
15585 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15586
15587 * simple.el (undo-more): Don't use `format' on `error' arguments.
15588 Improve argument/docstring consistency.
15589 (pending-undo-list): Doc fix.
15590
15591 * smerge-mode.el (smerge-ensure-match):
15592 * emulation/vip.el (vip-ex):
15593 * net/zone-mode.el (zone-mode-update-serial):
15594 * progmodes/idlwave.el (idlwave-complete):
15595 * progmodes/vhdl-mode.el (vhdl-visit-file)
15596 (vhdl-compose-wire-components):
15597 Don't use `format' on `error' arguments.
15598
15599 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15600 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15601 (tooltip-help-tips): Fix typos in docstrings.
15602
15603 2005-06-16 David Ponce <david@dponce.com>
15604
15605 * tree-widget.el (tree-widget-value-create): Simplify last change.
15606
15607 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15608
15609 * ido.el (ido-incomplete-regexp): New variable.
15610 (ido-set-matches-1): Handle invalid-regexp error and set
15611 ido-incomplete-regexp.
15612 (ido-incomplete-regexp): New face.
15613 (ido-completions): Use it.
15614 (ido-complete, ido-exit-minibuffer, ido-completions):
15615 Handle incomplete regexps.
15616 (ido-completions): Add check for complete match when entering a regexp.
15617
15618 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15619
15620 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15621
15622 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15623
15624 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15625 by field delimiters.
15626
15627 2005-06-15 David Ponce <david@dponce.com>
15628
15629 * tree-widget.el: eval-and-compile inlined functions so they will
15630 be available at run-time too.
15631 (tree-widget-super-format-handler)
15632 (tree-widget-format-handler): Remove.
15633 (tree-widget-value-create): Handle the :indent property.
15634
15635 2005-06-15 Miles Bader <miles@gnu.org>
15636
15637 * progmodes/which-func.el (which-func): Only inherit
15638 `font-lock-function-name-face' when that makes sense against the
15639 default mode-line face, otherwise set the face color explicitly.
15640
15641 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15642 faces instead of (non-existent) variables.
15643
15644 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15645
15646 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15647 (iswitchb-get-matched-buffers): Likewise. Simplify.
15648
15649 2005-06-14 Miles Bader <miles@gnu.org>
15650
15651 * progmodes/ld-script.el (ld-script-location-counter):
15652 Remove "-face" suffix from face name.
15653 (ld-script-location-counter-face):
15654 New backward-compatibility alias for renamed face.
15655 (ld-script-location-counter-face): Use renamed face.
15656
15657 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15658 (cperl-hash): Remove "-face" suffix from face names.
15659 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15660 New backward-compatibility aliases for renamed faces.
15661 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15662 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15663
15664 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15665 name.
15666 (which-func-face): New backward-compatibility alias for renamed face.
15667 (which-func-format): Use renamed which-func face.
15668
15669 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15670 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15671 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15672 names.
15673 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15674 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15675 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15676 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15677 (vhdl-speedbar-architecture-selected)
15678 (vhdl-speedbar-configuration-selected)
15679 (vhdl-speedbar-package-selected)
15680 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15681 names.
15682 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15683 Use renamed faces.
15684 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15685 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15686 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15687 Use renamed faces.
15688 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15689 names.
15690 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15691 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15692 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15693 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15694 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15695 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15696
15697 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15698 face name.
15699 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15700 (sh-heredoc-face): Use renamed sh-heredoc face.
15701
15702 * progmodes/idlw-help.el (idlwave-help-link):
15703 Remove "-face" suffix from face name.
15704 (idlwave-help-link-face):
15705 New backward-compatibility alias for renamed face.
15706 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15707
15708 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15709 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15710 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15711 New backward-compatibility aliases for renamed faces.
15712 (idlwave-shell-disabled-breakpoint-face)
15713 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15714
15715 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15716 Remove "-face" suffix from face names.
15717 (flymake-errline-face, flymake-warnline-face):
15718 New backward-compatibility aliases for renamed faces.
15719 (flymake-highlight-line): Use renamed flymake faces.
15720
15721 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15722 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15723 (ebrowse-member-class, ebrowse-progress):
15724 Remove "-face" suffix from face names.
15725 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15726 (ebrowse-file-name-face, ebrowse-default-face)
15727 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15728 (ebrowse-progress-face):
15729 New backward-compatibility aliases for renamed faces.
15730 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15731 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15732 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15733 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15734
15735 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15736 antlr-syntax)
15737 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15738 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15739 names.
15740 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15741 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15742 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15743 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15744 backward-compatibility aliases for renamed faces.
15745 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15746 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15747 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15748 remove "font-lock-". Use renamed antlr-mode faces.
15749 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15750 literal face-names with face variable references.
15751
15752 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15753 face name.
15754 (Buffer-menu-buffer-face): New backward-compatibility alias for
15755 renamed face.
15756 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15757
15758 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15759
15760 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15761 Eliminate "-face" suffix.
15762 (makefile-targets): Inherit from font-lock-function-name-face and
15763 eliminate "-face" suffix.
15764 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15765 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15766 actions, instead of prepending, to make it less visible.
15767 (makefile-previous-dependency, makefile-match-dependency):
15768 Don't match a target on a continuation line.
15769
15770 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15771
15772 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15773
15774 * progmodes/gdb-ui.el (menu): Re-order menu items.
15775 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15776
15777 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15778 Define in tooltip.el.
15779 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15780 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15781 gud-tooltip-echo-area.
15782
15783 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15784 backward compatibility and make obsolete.
15785 (tooltip-help-tips): Use tooltip-use-echo-area.
15786 (tooltip-show-help-function): Rename to...
15787 (tooltip-show-help): ...this, because it is a function.
15788 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15789
15790 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15791
15792 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15793 (edebug-print-length, edebug-print-level, edebug-print-circle)
15794 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15795 (edebug-eval-print-last-sexp): Doc fixes.
15796
15797 2005-06-14 Kim F. Storm <storm@cua.dk>
15798
15799 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15800 as the coverage buffer/file/both may change.
15801
15802 2005-06-14 Lute Kamstra <lute@gnu.org>
15803
15804 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15805 and run-mode-hooks. Simplify.
15806
15807 * mail/rmailedit.el (rmail-edit-mode):
15808 * progmodes/octave-inf.el (inferior-octave-mode):
15809 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15810
15811 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15812 and run-mode-hooks.
15813 (recentf-edit-list, recentf-open-files): Don't call
15814 kill-all-local-variables directly.
15815
15816 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15817
15818 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15819
15820 * emacs-lisp/byte-run.el (make-obsolete)
15821 (define-obsolete-function-alias): Rename arguments FUNCTION and
15822 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15823 (make-obsolete-variable, define-obsolete-variable-alias):
15824 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15825 respectively.
15826
15827 * isearchb.el (isearchb-activate):
15828 * pcvs.el (cvs-mode):
15829 * ses.el (ses-load):
15830 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15831 * net/tramp.el (tramp-find-file-exists-command)
15832 (tramp-find-shell):
15833 * progmodes/ada-mode.el (ada-create-case-exception)
15834 (ada-create-case-exception-substring, ada-make-subprogram-body):
15835 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15836 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15837 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15838 * textmodes/org.el (org-promote, org-evaluate-time-range)
15839 (org-agenda-next-date-line, org-agenda-previous-date-line)
15840 (org-agenda-error, org-open-at-point, org-table-move-row)
15841 (org-format-table-table-html-using-table-generate-source)
15842 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15843 * textmodes/reftex.el (reftex-access-scan-info):
15844 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15845 (reftex-toc-promote-prepare): Follow error conventions.
15846
15847 * diff-mode.el (diff-mode): Fix typo in docstring.
15848
15849 * forms.el (forms--intuit-from-file): Fix reference to
15850 `forms-number-of-fields' in error message.
15851 (forms-print): Fix quoting in error message.
15852
15853 * forms.el (forms-mode):
15854 * emulation/vi.el (vi-goto-insert-state):
15855 * progmodes/flymake.el (flymake-new-err-info)
15856 (flymake-start-syntax-check-for-current-buffer)
15857 (flymake-simple-cleanup):
15858 * eshell/esh-var.el (eshell/export):
15859 * progmodes/gud.el (xdb):
15860 * textmodes/flyspell.el (flyspell-incorrect-hook)
15861 (flyspell-maybe-correct-transposition)
15862 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15863
15864 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15865
15866 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15867 minibuffer prompt.
15868
15869 2005-06-13 Kim F. Storm <storm@cua.dk>
15870
15871 * subr.el (add-to-ordered-list): New defun.
15872
15873 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15874 add cua--keymap-alist to emulation-mode-map-alists.
15875
15876 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15877
15878 * subr.el (complete-in-turn): New macro.
15879 (dynamic-completion-table, lazy-completion-table): Add debug info.
15880
15881 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15882 in preference to face aliases.
15883
15884 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15885 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15886 Remove unused vars `start' and `firstline'.
15887 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15888 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15889
15890 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15891
15892 * cus-start.el (all): Don't complain about missing GTK-related
15893 variables, unless either `gtk' is boundp or this isn't a
15894 `windows-nt' build.
15895
15896 2005-06-13 Lute Kamstra <lute@gnu.org>
15897
15898 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15899 run-mode-hooks.
15900
15901 * ediff-mult.el (ediff-meta-mode):
15902 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15903
15904 * ledit.el (ledit-mode): Use delay-mode-hooks.
15905
15906 * woman.el (woman-mode-line-format): Delete constant.
15907 (woman-mode-map): Initialize it properly.
15908 (woman-mode): Set mode-class property to special.
15909 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15910 Set major-mode and mode-name. Don't set mode-line-format directly.
15911 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15912
15913 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15914 string argument obsolete.
15915
15916 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15917
15918 * textmodes/org.el (org-CUA-compatible): New option.
15919 (org-disputed-keys): New variable.
15920 (org-key): New function.
15921 (orgtbl-make-binding): Add docstring to the created function.
15922 (org-mode): Set paragraph start/separate regexps.
15923 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15924 (org-archive-location, org-archive-mark-done)
15925 (org-archive-stamp-time): New options.
15926 (org-archive-subtree): New command.
15927 (org-fill-paragraph): New function.
15928 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15929 (org-fake-empty-table-line): Function removed.
15930 (org-format-org-table-html): Do not create empty table lines at
15931 separator lines. Improved table header treatment.
15932 (org-link-format): New option.
15933 (org-make-link): New function.
15934 (org-insert-link, org-store-link): Use org-make-link.
15935 (org-open-file): Quote file name for shell command, to allow
15936 spaces in file names.
15937 (org-link-regexp): Fix bug with mailto link.
15938 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15939 New constants.
15940 (org-export-as-html): Deal with the optional angles around a link.
15941 Better treatment of file: links.
15942 (org-open-at-point): Replace @{ and @} with < and >.
15943 (org-run-mode-hooks): Function removed.
15944 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15945
15946 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15947
15948 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15949 MI command -data-list-register-values.
15950 (gdb-post-prompt): Indent properly.
15951
15952 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15953
15954 * hilit-chg.el (highlight-changes-colors): Rename from
15955 `highlight-changes-colours'.
15956 (highlight-changes-colours): Keep as obsolete alias.
15957 (highlight-changes-face-list): Doc fix.
15958 (hilit-chg-make-list): Use `highlight-changes-colors'.
15959
15960 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15961
15962 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15963 defun-prompt-regexp.
15964
15965 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15966
15967 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15968 and cygwin.
15969
15970 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15971 Don't use an old loaddefs.el, as in Makefile.in.
15972
15973 2005-06-12 Lute Kamstra <lute@gnu.org>
15974
15975 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15976
15977 * man.el (Man-mode-map): Initialize it properly.
15978 (Man-mode): Set mode-class property to special.
15979
15980 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15981
15982 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15983
15984 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15985 A newline is needed in the docstring there.
15986
15987 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15988 Doc fixes.
15989
15990 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15991
15992 * printing.el: Doc fix. The menubar is no more changed when printing
15993 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15994 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15995 (pr-version): New version number (6.8.4).
15996 (pr-menu-bind): New command.
15997 (pr-update-menus): Docstring and code fix.
15998 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15999 Docstring fix.
16000 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
16001 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
16002
16003 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
16004
16005 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
16006 "Returns" to "return", document useful return values, etc.
16007
16008 2005-06-11 Alan Mackenzie <acm@muc.de>
16009
16010 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
16011 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
16012 (adaptive-file-function): Minor amendment to doc-string.
16013
16014 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16015
16016 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
16017 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
16018 Fix :type--it is `integer', not `string'.
16019
16020 * faces.el (modeline-highlight): Rename from (the erroneous)
16021 `modeline-higilight'.
16022
16023 2005-06-11 Lute Kamstra <lute@gnu.org>
16024
16025 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
16026 lisp-interaction-mode-map but make it the parent.
16027 (edebug-eval-mode): Use define-derived-mode.
16028
16029 2005-06-11 Andreas Schwab <schwab@suse.de>
16030
16031 * bindings.el: Add binding of `ESC functionkey' for every
16032 `M-functionkey'.
16033 * hexl.el (hexl-mode-map): Likewise.
16034
16035 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
16036
16037 * progmodes/compile.el (compilation-error-regexp-alist-alist)
16038 [msft]: update regexp for newer msft compilers.
16039
16040 2005-06-10 Mark A. Hershberger <mah@everybody.org>
16041
16042 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
16043 ATTLIST portions of included DTDs.
16044 (xml-parse-dtd): Eliminate use of inefficient match-data.
16045
16046 2005-06-10 Miles Bader <miles@gnu.org>
16047
16048 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
16049 (mpuz-text): Remove "-face" suffix from face names.
16050 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
16051 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
16052 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
16053
16054 * play/gomoku.el (gomoku-O, gomoku-X):
16055 Remove "-face" suffix from face names.
16056 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
16057 New backward-compatibility aliases for renamed faces.
16058 (gomoku-font-lock-keywords): Use renamed gomoku faces.
16059
16060 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16061
16062 * thumbs.el: Fixes for changes of 2005-06-09.
16063 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
16064 as a directory.
16065 (thumbs-thumbname): Remove directory separator from format string;
16066 `thumbs-thumbsdir' now returns a valid directory name.
16067 (thumbs-temp-dir): New defsubst.
16068 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
16069 Use it.
16070
16071 * cus-edit.el (minibuffer):
16072 * files.el (make-backup-file-name-function):
16073 * filesets.el (filesets-external-viewers):
16074 * hilit-chg.el (highlight-changes-colours)
16075 (highlight-changes-face-list, highlight-changes-rotate-faces):
16076 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
16077 * kmacro.el (kmacro-call-macro):
16078 * log-edit.el (log-edit-changelog-full-paragraphs):
16079 * mouse.el (mouse-1-click-follows-link):
16080 * skeleton.el (skeleton-autowrap):
16081 * subr.el (insert-for-yank-1):
16082 * tempo.el (tempo-insert-region):
16083 * terminal.el (terminal-emulator):
16084 * time.el (display-time-mail-face):
16085 * vc.el (vc-annotate):
16086 * vcursor.el (vcursor-copy-line):
16087 * woman.el (woman-bold-headings, woman-ignore)
16088 (woman-default-faces, woman-monochrome-faces):
16089 * calendar/todo-mode.el (todo-insert-threshold):
16090 * emulation/pc-select.el (pc-select-selection-keys-only)
16091 (pc-selection-mode):
16092 * emulation/vip.el (vip-find-char-forward):
16093 * emulation/viper-cmd.el (viper-find-char-forward):
16094 * international/mule-cmds.el
16095 (select-safe-coding-system-accept-default-p)
16096 (input-method-exit-on-invalid-key):
16097 * international/mule-diag.el (describe-coding-system):
16098 * international/ucs-tables.el (unify-8859-on-encoding-mode):
16099 * net/browse-url.el (browse-url-xterm-program):
16100 * obsolete/lazy-lock.el (lazy-lock-mode):
16101 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
16102 (cperl-mode):
16103 * progmodes/cpp.el (cpp-face-light-name-list)
16104 (cpp-face-dark-name-list):
16105 * progmodes/delphi.el (delphi-newline-always-indents):
16106 Fix spellings in docstrings.
16107
16108 * ido.el (ido-mode, ido-file-extensions-order)
16109 (ido-default-file-method, ido-default-buffer-method)
16110 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
16111 (ido-decorations, ido-read-file-name-as-directory-commands)
16112 (ido-read-file-name-non-ido, ido-work-directory-list)
16113 (ido-ignore-item-temp-list, ido-current-directory)
16114 (ido-magic-forward-char, ido-enter-find-file)
16115 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
16116 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
16117
16118 2005-06-10 Lute Kamstra <lute@gnu.org>
16119
16120 * play/dunnet.el (dun-mode): Use define-derived-mode.
16121 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
16122 obsolete alias.
16123
16124 * play/doctor.el (doctor-mode-map): Remove defvar.
16125 (doctor-mode): Use define-derived-mode.
16126
16127 * mail/mspools.el (mspools-mode):
16128 * net/eudc-hotlist.el (eudc-hotlist-mode):
16129 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
16130
16131 2005-06-10 Miles Bader <miles@gnu.org>
16132
16133 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16134 Remove "-face" suffix from face names.
16135 (flyspell-incorrect-face, flyspell-duplicate-face):
16136 New backward-compatibility aliases for renamed faces.
16137 (flyspell-mode-on, make-flyspell-overlay)
16138 (flyspell-highlight-incorrect-region)
16139 (flyspell-highlight-duplicate-region)
16140 (flyspell-display-next-corrections)
16141 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
16142
16143 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
16144 from face name.
16145 (texinfo-heading-face): New backward-compatibility alias for
16146 renamed face.
16147 (texinfo-heading-face): Use renamed texinfo-heading face.
16148
16149 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
16150 suffix from face names.
16151 (tex-math-face, tex-verbatim-face):
16152 New backward-compatibility aliases for renamed faces.
16153 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
16154 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
16155 literal face name.
16156
16157 * textmodes/table.el (table-cell): Remove "-face" suffix from face
16158 name.
16159 (table-cell-face): New backward-compatibility alias for renamed face.
16160 (table--put-cell-face-property, table--update-cell-face):
16161 Use renamed table-cell face.
16162
16163 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
16164 from face name.
16165 (sgml-namespace-face): New backward-compatibility alias for
16166 renamed face.
16167 (sgml-namespace-face): Use renamed sgml-namespace face.
16168
16169 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
16170 (org-level-4, org-level-5, org-level-6, org-level-7)
16171 (org-level-8, org-warning, org-headline-done)
16172 (org-deadline-announce, org-scheduled-today)
16173 (org-scheduled-previously, org-link, org-done, org-table)
16174 (org-time-grid): Remove "-face" suffix from face names.
16175 (org-level-1-face, org-level-2-face, org-level-3-face)
16176 (org-level-4-face, org-level-5-face, org-level-6-face)
16177 (org-level-7-face, org-level-8-face, org-warning-face)
16178 (org-headline-done-face, org-deadline-announce-face)
16179 (org-scheduled-today-face, org-scheduled-previously-face)
16180 (org-link-face, org-done-face, org-table-face)
16181 (org-time-grid-face):
16182 New backward-compatibility aliases for renamed faces.
16183 (org-level-faces, org-set-font-lock-defaults, org-timeline)
16184 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
16185 (org-agenda-get-timestamps, org-agenda-get-scheduled)
16186 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
16187
16188 * emulation/viper-init.el (viper-search, viper-replace-overlay)
16189 (viper-minibuffer-emacs, viper-minibuffer-insert)
16190 (viper-minibuffer-vi): Remove "-face" suffix from face names.
16191 (viper-search-face, viper-replace-overlay-face)
16192 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
16193 (viper-minibuffer-vi-face):
16194 New backward-compatibility aliases for renamed faces.
16195 (viper-search-face, viper-replace-overlay-face)
16196 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
16197 (viper-minibuffer-vi-face): Use renamed viper faces.
16198
16199 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
16200 Remove "-face" suffix from face names.
16201 (testcover-nohits-face, testcover-1value-face):
16202 New backward-compatibility aliases for renamed faces.
16203 (testcover-mark): Use renamed testcover faces.
16204
16205 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
16206 face name.
16207 (diary-button-face): New backward-compatibility alias for renamed face.
16208 (diary-entry): Use renamed diary-button face.
16209
16210 * calendar/calendar.el (diary, calendar-today, holiday)
16211 (mark-visible-calendar-date): Remove "-face" suffix from face names.
16212 (diary-face, calendar-today-face, holiday-face):
16213 New backward-compatibility aliases for renamed faces.
16214 (eval-after-load "facemenu", diary-entry-marker)
16215 (calendar-today-marker, calendar-holiday-marker, diary-face):
16216 Use renamed calendar faces.
16217
16218 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
16219 (compare-windows-face): New backward-compatibility alias for
16220 renamed face.
16221 (compare-windows-highlight): Use renamed compare-windows face.
16222
16223 * strokes.el (strokes-char): Remove "-face" suffix from face name.
16224 (strokes-char-face): New backward-compatibility alias for renamed face.
16225 (strokes-encode-buffer): Use renamed strokes-char face.
16226
16227 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
16228 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
16229 Remove "-face" suffix from face names.
16230 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
16231 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
16232 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
16233 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
16234 Use renamed pcvs faces.
16235 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
16236 * pcvs-defs.el (cvs-mode-map): Likewise.
16237 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
16238
16239 * info.el (info-title-1, info-title-2, info-title-3)
16240 (info-title-4): Remove "-face" suffix from and downcase face names.
16241 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16242 (Info-title-4-face):
16243 New backward-compatibility aliases for renamed faces.
16244 (Info-fontify-node): Use renamed info faces.
16245
16246 * hilit-chg.el (highlight-changes, highlight-changes-delete):
16247 Remove "-face" suffix from face names.
16248 (highlight-changes-face, highlight-changes-delete-face):
16249 New backward-compatibility aliases for renamed faces.
16250 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
16251 (hilit-chg-make-list): Use renamed highlight-changes faces.
16252
16253 * generic-x.el (show-tabs-tab, show-tabs-space):
16254 Remove "-face" suffix from face names.
16255 (show-tabs-tab-face, show-tabs-space-face):
16256 New backward-compatibility aliases for renamed faces.
16257 (show-tabs-generic-mode-font-lock-defaults-1)
16258 (show-tabs-generic-mode-font-lock-defaults-2):
16259 Use renamed show-tabs faces.
16260
16261 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
16262 (smerge-markers): Remove "-face" suffix from face names.
16263 (smerge-mine-face, smerge-other-face, smerge-base-face)
16264 (smerge-markers-face):
16265 New backward-compatibility aliases for renamed faces.
16266 (smerge-mine-face, smerge-other-face, smerge-base-face)
16267 (smerge-markers-face): Use renamed smerge faces.
16268
16269 * log-view.el (log-view-file, log-view-message): Remove "-face"
16270 suffix from face names.
16271 (log-view-file-face, log-view-message-face):
16272 New backward-compatibility aliases for renamed faces.
16273 (log-view-file-face, log-view-message-face): Use renamed log-view
16274 faces.
16275
16276 * paren.el (show-paren-match, show-paren-mismatch):
16277 Remove "-face" suffix from face names.
16278 (show-paren-match-face, show-paren-mismatch-face):
16279 New backward-compatibility aliases for renamed faces.
16280 (show-paren-function): Use renamed show-paren faces.
16281
16282 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
16283 (ruler-mode-margins, ruler-mode-fringes)
16284 (ruler-mode-column-number, ruler-mode-fill-column)
16285 (ruler-mode-comment-column, ruler-mode-goal-column)
16286 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
16287 suffix from face names.
16288 (ruler-mode-default-face, ruler-mode-pad-face)
16289 (ruler-mode-margins-face, ruler-mode-fringes-face)
16290 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
16291 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
16292 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
16293 New backward-compatibility aliases for renamed faces.
16294 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
16295 (ruler-mode-column-number, ruler-mode-fill-column)
16296 (ruler-mode-comment-column, ruler-mode-goal-column)
16297 (ruler-mode-tab-stop, ruler-mode-current-column)
16298 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
16299 faces.
16300
16301 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
16302 face name.
16303 (whitespace-highlight-the-space): Use renamed face.
16304 (whitespace-highlight-face): New backward-compatibility alias for
16305 renamed face.
16306
16307 * woman.el (woman-italic, woman-bold, woman-unknown)
16308 (woman-addition, woman-symbol-face):
16309 Remove "-face" suffix from face names.
16310 (woman-italic-face, woman-bold-face, woman-unknown-face)
16311 (woman-addition-face):
16312 New backward-compatibility aliases for renamed faces.
16313 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
16314 (woman-decode-region, woman-replace-match)
16315 (woman-display-extended-fonts, woman-special-characters)
16316 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
16317 Use renamed woman faces.
16318
16319 * longlines.el (longlines-visible-face): Face removed.
16320
16321 * diff-mode.el (diff-header, diff-file-header, diff-index)
16322 (diff-hunk-header, diff-removed, diff-added, diff-changed)
16323 (diff-function, diff-context, diff-nonexistent): Remove "-face"
16324 suffix from face names.
16325 (diff-header-face, diff-file-header-face, diff-index-face)
16326 (diff-hunk-header-face, diff-removed-face, diff-added-face)
16327 (diff-changed-face, diff-function-face, diff-context-face)
16328 (diff-nonexistent-face): New backward-compatibility aliases for
16329 renamed faces.
16330 (diff-header-face, diff-file-header-face)
16331 (diff-index, diff-index-face, diff-hunk-header)
16332 (diff-hunk-header-face, diff-removed, diff-removed-face)
16333 (diff-added, diff-added-face, diff-changed-face, diff-function)
16334 (diff-function-face, diff-context-face, diff-nonexistent)
16335 (diff-nonexistent-face): Use renamed diff-mode faces.
16336
16337 * progmodes/compile.el (compilation-warning-face)
16338 (compilation-info-face): Remove "-face" suffix from face names.
16339 (compilation-warning-face, compilation-info-face):
16340 New backward-compatibility aliases for renamed faces.
16341 (compilation-warning-face, compilation-info-face):
16342 Use renamed compilation faces.
16343
16344 * add-log.el (change-log-date, change-log-name)
16345 (change-log-email, change-log-file, change-log-list)
16346 (change-log-conditionals, change-log-function)
16347 (change-log-acknowledgement): Remove "-face" suffix from face names.
16348 (change-log-date-face, change-log-name-face)
16349 (change-log-email-face, change-log-file-face)
16350 (change-log-list-face, change-log-conditionals-face)
16351 (change-log-function-face, change-log-acknowledgement-face):
16352 New backward-compatibility aliases for renamed faces.
16353 (change-log-font-lock-keywords): Use renamed change-log faces.
16354
16355 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
16356 (custom-set, custom-changed, custom-saved, custom-button)
16357 (custom-button-pressed, custom-documentation, custom-state)
16358 (custom-comment, custom-comment-tag, custom-variable-tag)
16359 (custom-variable-button, custom-face-tag, custom-group-tag-1)
16360 (custom-group-tag): Remove "-face" suffix from face names.
16361 (custom-magic-alist, custom-magic-value-create)
16362 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
16363 (custom-invalid-face, custom-rogue-face, custom-modified-face)
16364 (custom-set-face, custom-changed-face, custom-saved-face)
16365 (custom-button-face, custom-button-pressed-face)
16366 (custom-documentation-face, custom-state-face)
16367 (custom-comment-face, custom-comment-tag-face)
16368 (custom-variable-tag-face, custom-variable-button-face)
16369 (custom-face-tag-face, custom-group-tag-face-1)
16370 (custom-group-tag-face):
16371 New backward-compatibility aliases for renamed faces.
16372
16373 * wid-edit.el (widget-documentation, widget-button)
16374 (widget-field, widget-single-line-field, widget-inactive)
16375 (widget-button-pressed): "-face" suffix removed from face names.
16376 (widget-documentation-face, widget-button-face)
16377 (widget-field-face, widget-single-line-field-face)
16378 (widget-inactive-face, widget-button-pressed-face):
16379 New backward-compatibility aliases for renamed faces.
16380 (widget-documentation-face, widget-button-face)
16381 (widget-button-pressed-face, widget-specify-field)
16382 (widget-specify-inactive): Use renamed widget faces.
16383
16384 2005-06-10 Kenichi Handa <handa@m17n.org>
16385
16386 * term/x-win.el (x-clipboard-yank): Remove condition-case
16387 wrapping.
16388
16389 2005-06-11 Kenichi Handa <handa@m17n.org>
16390
16391 * add-log.el (change-log-font-lock-keywords): Make the regexp for
16392 date lines stricter.
16393
16394 2005-06-10 Zhang Wei <id.brep@gmail.com>
16395
16396 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
16397 of x-get-selection.
16398
16399 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16400
16401 * comint.el (comint-mode, comint-snapshot-last-prompt):
16402 * frame.el (frame-current-scroll-bars):
16403 * term.el (term-mode, term-check-proc, term-input-sender)
16404 (term-simple-send, term-extract-string, term-word)
16405 (term-match-partial-filename):
16406 * window.el (window-current-scroll-bars):
16407 * emulation/cua-base.el (cua-normal-cursor-color)
16408 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
16409 (cua-global-mark-cursor-color):
16410 * mail/undigest.el (rmail-forward-separator-regex):
16411 Fix typos in docstrings.
16412
16413 * comint.el (comint-check-proc, make-comint-in-buffer)
16414 (comint-source-default): Doc fixes.
16415
16416 * term.el (term-send-string): Improve argument/docstring consistency.
16417
16418 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
16419
16420 * comint.el (comint-send-input): Bind `inhibit-read-only' around
16421 call to `delete-region'.
16422 (comint-mode-hook): Do not enable Font Lock by default.
16423
16424 2005-06-09 Lute Kamstra <lute@gnu.org>
16425
16426 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16427 could be void.
16428
16429 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
16430
16431 * emacs-lisp/debug.el (debugger-will-be-back): New var.
16432 (debug): Use it.
16433 (debugger-step-through, debugger-continue, debugger-jump)
16434 (debugger-return-value): Set it when needed.
16435 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16436 Use inhibit-read-only.
16437
16438 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
16439
16440 * window.el (shrink-window-if-larger-than-buffer)
16441 (window-size-fixed): Fix typo in docstring.
16442
16443 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
16444 thumbnails directory on loading.
16445 (thumbs-conversion-program): Use `eq' to check the system type,
16446 not `equal'.
16447 (thumbs-temp-dir): Initialize to `temporary-file-directory',
16448 not "/tmp". Fix docstring.
16449 (thumbs-thumbsdir): New function to return the thumbnails
16450 directory, creating it if needed.
16451 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16452 (thumbs-temp-file): Delete variable and make it into a function.
16453 (thumbs-resize-image, thumbs-modify-image): Use it.
16454 (thumbs-kill-buffer): Simplify.
16455 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16456 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16457 docstrings.
16458
16459 2005-06-09 Kim F. Storm <storm@cua.dk>
16460
16461 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16462 set-match-data to free markers in match-data.
16463
16464 * replace.el (replace-match-data): Pass RESEAT arg `t' to
16465 match-data to unchain markers in match-data.
16466
16467 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16468
16469 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16470 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16471 unnecessary now.
16472
16473 2005-06-08 Richard M. Stallman <rms@gnu.org>
16474
16475 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16476 give the variable a doc string that doesn't say don't set it directly.
16477
16478 * textmodes/ispell.el (ispell-check-version):
16479 Use match-string-no-properties.
16480 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16481 (ispell-buffer-local-words): Likewise.
16482
16483 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16484 except on terminals with enough colors to really display it.
16485 (makefile-dependency-regex): Delete spurious `bb'.
16486
16487 * faces.el (escape-glyph): Use blue once again in last case.
16488 (no-break-space): Redefine so that it isn't invisible on a tty.
16489
16490 2005-06-08 Kim F. Storm <storm@cua.dk>
16491
16492 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16493 also when reading directory name.
16494
16495 2005-06-08 Lute Kamstra <lute@gnu.org>
16496
16497 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16498 (flyspell-mode-line-string): Remove autoload cookie.
16499 (flyspell-mode): Remove defvar.
16500
16501 2005-06-07 Lute Kamstra <lute@gnu.org>
16502
16503 * textmodes/org.el (org-run-mode-hooks): New function.
16504 (org-agenda-mode): Use it.
16505
16506 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16507
16508 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16509
16510 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16511
16512 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16513
16514 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16515
16516 * font-lock.el (font-lock-add-keywords): Doc fix.
16517
16518 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16519
16520 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16521 (tex-compile-default): In the absence of any history, use the order in
16522 tex-compile-alist to choose the preferred command.
16523 (tex-compile-commands): Reorder a bit.
16524
16525 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16526 (flyspell-incorrect-face, flyspell-duplicate-face):
16527 Use (X)Emacs-agnostic code.
16528 (flyspell-mode-map): Don't overwrite at each load. Remove code
16529 redundant with the subsequent add-minor-mode. Merge Emacs and
16530 XEmacs code.
16531 (flyspell-word): Minor simplification.
16532 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16533 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16534 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16535 Merge the corresponding Emacs code.
16536 (flyspell-correct-word, flyspell-xemacs-popup):
16537 Use flyspell-do-correct.
16538
16539 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16540 a dedicated window.
16541
16542 * international/latexenc.el (latexenc-find-file-coding-system):
16543 Undo part of last patch, to turn off a compiler warning.
16544
16545 2005-06-06 Juri Linkov <juri@jurta.org>
16546
16547 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16548 Rename `tmm-inactive-face' to `tmm-inactive'.
16549
16550 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16551
16552 * iswitchb.el: Rename faces.
16553
16554 2005-06-06 Kim F. Storm <storm@cua.dk>
16555
16556 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16557 (cua-global-mark): Remove -face suffix from face names.
16558
16559 * emulation/cua-gmrk.el (cua--init-global-mark):
16560 Remove cua-global-mark face setup.
16561
16562 2005-06-06 Richard M. Stallman <rms@gnu.org>
16563
16564 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16565 just like other allowed characters.
16566 (makefile-match-dependency): Exclude leading and training whitespace
16567 from the range of regexp subexp 1.
16568 (makefile-macroassign-regex): Don't try to match the body,
16569 just the name of the macro being defined.
16570
16571 * info.el (Info-read-node-name-2): New function.
16572 (Info-read-node-name-1): Use that.
16573 Add a completion-base-size-function property.
16574
16575 * simple.el (completion-setup-function): Look for
16576 completion-base-size-function property of minibuffer-completion-table.
16577
16578 * files.el (locate-file-completion): Doc fix.
16579
16580 * printing.el: Don't call pr-update-menus; user must do that.
16581
16582 * emacs-lisp/debug.el (debugger-window): New variable.
16583 (debug): Use debugger-window if it is set and still alive.
16584 Record debugger-window for next entry.
16585
16586 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16587
16588 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16589
16590 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16591 (hack-one-local-variable, hack-local-variables)
16592 (hack-local-variables-prop-line): Pass that arg.
16593
16594 2005-06-06 Kim F. Storm <storm@cua.dk>
16595
16596 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16597 (ido-indicator): Remove -face suffix from face names.
16598
16599 2005-06-06 Juri Linkov <juri@jurta.org>
16600
16601 * font-lock.el (font-lock-regexp-backslash)
16602 (font-lock-regexp-backslash-construct): New faces.
16603 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16604 after `('. Add `while-no-input' to control structures.
16605
16606 * faces.el (no-break-space, shadow): New faces.
16607 (escape-glyph): Use less loud colors pink2 and red4.
16608
16609 * diff-mode.el (diff-context-face)
16610 * dired.el (dired-ignored)
16611 * rfn-eshadow.el (file-name-shadow)
16612 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16613
16614 * info.el (Info-title-1-face): Use green instead of yellow because
16615 bold yellow is not readable on light backgrounds.
16616
16617 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16618 before selecting the desired mode to not spend time fontifying
16619 old contents.
16620
16621 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16622
16623 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16624 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16625
16626 * ps-print.el (ps-default-fg, ps-default-bg):
16627 Fix typos in docstrings.
16628
16629 * isearchb.el (isearchb): Don't pass a spurious second argument to
16630 `iswitchb-completions'.
16631
16632 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16633
16634 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16635 to preserve point.
16636 (gdb-find-file-hook): Add doc string.
16637
16638 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16639 C dereferenced pointer expression.
16640 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16641
16642 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16643
16644 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16645 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16646 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16647 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16648 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16649 Make background transparent.
16650
16651 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16652
16653 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16654 (font-lock-remove-keywords): Doc fix.
16655 (font-lock-mode-major-mode): Compiler defvar.
16656 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16657
16658 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16659 (font-lock-mode): Update `font-lock-mode-major-mode'.
16660 (font-lock-set-defaults): Compiler defvar.
16661 (font-lock-default-function): Take `font-lock-mode-major-mode'
16662 into account.
16663
16664 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16665 keep track of which major mode it enabled the minor mode for.
16666 Use find-file-hook again. Update docstring.
16667
16668 * simple.el (eval-expression-print-level)
16669 (eval-expression-print-length, eval-expression-debug-on-error):
16670 Doc fixes.
16671
16672 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16673
16674 * iswitchb.el (iswitchb-single-match-face)
16675 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16676 (iswitchb-invalid-regexp-face): New faces.
16677 (iswitchb-completions): Use them.
16678 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16679 now marked as an obsolete alias.
16680 (iswitchb-read-buffer): Remove check for bound font variables.
16681 (iswitchb-invalid-regexp): New free variable.
16682 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16683 set iswitchb-invalid-regexp.
16684 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16685 invalid regexps.
16686 (iswitchb-completions): Add check for complete match when entering
16687 a regexp.
16688 (iswitchb-completions): Remove require-match argument.
16689 (iswitchb-exhibit): Fix caller.
16690 (iswitchb-common-match-inserted): New variable.
16691 (iswitchb-complete, iswitchb-completion-help): Use it.
16692
16693 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16694
16695 * url-http.el (url-http-chunked-encoding-after-change-function):
16696 Use `url-http-debug' instead of `message'.
16697
16698 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16699
16700 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16701 callback argument.
16702
16703 2005-06-04 Kim F. Storm <storm@cua.dk>
16704
16705 * simple.el (line-move): Only call sit-for when moving backwards.
16706
16707 * ido.el (ido-make-merged-file-list-1): New defun split from
16708 ido-make-merged-file-list.
16709 (ido-make-merged-file-list): Bind throw-on-input around call to
16710 ido-make-merged-file-list-1. Return input-pending-p if
16711 interrupted by more input available.
16712 (ido-read-internal): Handle input-pending-p return value from
16713 ido-make-merged-file-list.
16714
16715 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16716
16717 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16718 compatibility code.
16719
16720 * international/latexenc.el (latexenc-find-file-coding-system):
16721 Don't inherit the EOL part of the coding-system from the
16722 tex-main buffer. Fit within 80 columns.
16723
16724 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16725
16726 * tmm.el (tmm-inactive-face): New face.
16727 (tmm-remove-inactive-mouse-face): New function.
16728 (tmm-prompt, tmm-add-one-shortcut)
16729 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16730 but not selectable.
16731
16732 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16733
16734 * faces.el (face-equal): Improve argument/docstring consistency.
16735
16736 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16737
16738 * progmodes/make-mode.el (makefile-targets-face)
16739 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16740 (makefile-bsdmake-dependency-regex)
16741 (makefile-makepp-rule-action-regex)
16742 (makefile-bsdmake-rule-action-regex): New constants.
16743 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16744
16745 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16746 Allow (...) within `...' for makepp messages.
16747
16748 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16749
16750 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16751
16752 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16753 "." files are deleted from all file lists before comparison.
16754
16755 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16756 (viper-ESC-key): Made them customizable.
16757
16758 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16759
16760 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16761
16762 * autorevert.el (auto-revert-buffers): Use save-match-data.
16763
16764 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16765
16766 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16767 menu items with a nil command binding.
16768
16769 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16770
16771 * emacs-lisp/cl-macs.el (defsetf):
16772 Improve argument/docstring consistency.
16773
16774 * faces.el (list-faces-display): Improve the formatting by
16775 computing the maximum length required for any face-name (reworked
16776 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16777 (internal-find-face): Remove redundant info in docstring.
16778
16779 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16780
16781 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16782 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16783 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16784 (gdb-assembler-custom): Improve regexps.
16785 (def-gdb-auto-update-handler): Use window point to preserve point.
16786
16787 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16788
16789 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16790
16791 2005-05-31 Jay Belanger <belanger@truman.edu>
16792
16793 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16794 to calc-embedded.
16795 (calc-embedded-make-info): Have plain prefix argument select
16796 entire line.
16797
16798 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16799
16800 * faces.el (list-faces-display): Signal error if passed a regexp
16801 that matches no face name.
16802
16803 * simple.el (filter-buffer-substring): Fix typo in docstring.
16804
16805 2005-05-31 Richard M. Stallman <rms@gnu.org>
16806
16807 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16808 (vhdl-emacs-21): Doc fix.
16809 (vhdl-mode): Unconditionally set comment-padding.
16810 (vhdl-fixup-whitespace-region): Insert spaces only where
16811 there are none.
16812 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16813
16814 2005-05-30 John Wiegley <johnw@newartisans.com>
16815
16816 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16817 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16818 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16819 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16820 `string-to-number'.
16821
16822 2005-05-30 Jay Belanger <belanger@truman.edu>
16823
16824 * calc/calc.el (calc-bug-address): Fix docstring.
16825 (calc-window-hook, calc-trail-window-hook): New variables.
16826 (calc-trail-display): Restore use of calc-trail-window-hook.
16827 (calc): Restore use of calc-window-hook.
16828
16829 2005-05-31 Masatake YAMATO <jet@gyve.org>
16830
16831 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16832
16833 * help-fns.el (help-C-file-name): Add autoload mark for
16834 `find-function-noselect'.
16835
16836 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16837
16838 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16839 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16840
16841 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16842
16843 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16844 included diary buffer if it was not already being visited.
16845 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16846
16847 * calendar/icalendar.el (top-level): Do not require appt.
16848
16849 * mail/supercite.el (sc-select-attribution): Only use a list
16850 element from sc-attrib-selection-list if it returns a string.
16851 Reported by Davide G. M. Salvetti <salve@debian.org>.
16852
16853 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16854
16855 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16856 includes a hash value to improve its uniqueness, and has a ".jpg"
16857 extension. Also, it is now a valid filename on all systems.
16858 (thumbs-make-thumb): Use `let', not `let*'.
16859 (thumbs-show-thumbs-list): Check for JPEG availability.
16860
16861 2005-05-30 Richard M. Stallman <rms@gnu.org>
16862
16863 * filesets.el (filesets-menu-ensure-use-cached):
16864 Prevent warning when emacs-version>= is undefined.
16865
16866 * printing.el (pr-interactive-n-up): Use string-to-number.
16867
16868 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16869
16870 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16871 Warn only when name to be defined is quoted.
16872
16873 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16874
16875 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16876 Make regexp more robust.
16877 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16878 Force regeneration of disassembly.
16879
16880 2005-05-29 Jay Belanger <belanger@truman.edu>
16881
16882 * calc/calc.el (calc-user-invocation): Check if
16883 calc-invocation-macro is non-nil.
16884
16885 2005-05-29 Juri Linkov <juri@jurta.org>
16886
16887 * add-log.el (change-log-font-lock-keywords):
16888 Add `+' to e-mail regexp to accept mail address with keywords.
16889
16890 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16891
16892 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16893
16894 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16895
16896 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16897
16898 2005-05-29 Richard M. Stallman <rms@gnu.org>
16899
16900 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16901 Undo the change that moves to end of the current word.
16902
16903 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16904
16905 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16906 Throw error when count <= 0 to ensure input is a number.
16907 (gdb-read-memory-custom): Pick up address from buffer.
16908 (gdb-memory-mode): Allow user to increment and decrement
16909 memory address from header line.
16910
16911 2005-05-29 Richard M. Stallman <rms@gnu.org>
16912
16913 * flyspell.el (flyspell-version): Function deleted.
16914 (flyspell-auto-correct-previous-hook): Doc fix.
16915
16916 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16917 Do nothing if memory is full.
16918
16919 * font-lock.el (font-lock-fontify-syntactically-region):
16920 Pass t for GREEDY to looking-back.
16921
16922 * saveplace.el (save-place-alist-to-file): Write the file
16923 using write-region.
16924
16925 * subr.el (looking-back): New argument GREEDY.
16926
16927 * progmodes/compile.el (compilation-start): Set the mode
16928 before inserting the initial text.
16929
16930 * progmodes/which-func.el (which-func-update-1): Turn the mode
16931 off in case of error by setting which-func-mode.
16932
16933 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16934
16935 * flyspell.el (flyspell-auto-correct-previous-word):
16936 Narrow down to what's on the screen, and recenter overlays
16937 at the end of the next word.
16938
16939 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16940
16941 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16942 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16943 (flyspell-abbrev-p): Default to nil.
16944 (flyspell-use-global-abbrev-table-p): Doc fix.
16945 (flyspell-large-region): Allow nil as value.
16946 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16947
16948 (mail-mode-flyspell-verify): More robust handling
16949 of `mail-header-separator'. More efficient signature detection.
16950 Allow for regexp metacharacters in message-header-separator.
16951 Adding `To' not to be checked in mail-mode-flyspell-verify.
16952
16953 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16954 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16955 Bind flyspell-auto-correct-binding.
16956 Bind C-. and C-, .
16957 (flyspell-mode-map): Likewise.
16958 (flyspell-mode): Doc fix.
16959 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16960 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16961 (flyspell-word-cache-result): New var, always local.
16962 (flyspell-check-pre-word-p): Doc fix.
16963 (flyspell-check-changed-word-p): Handle spc like newline.
16964 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16965 (flyspell-word-search-backward, flyspell-word-search-forward):
16966 New functions.
16967 (flyspell-word): Return t if nothing to check.
16968 When parsing TeX code, check for after } or \.
16969 Use flyspell-word-search-backward to find previous word.
16970 Return nil if duplicated word.
16971 For word already checked, return same value as last time.
16972 Set flyspell-word-cache-result after checking.
16973 Don't clobber the return value.
16974 (flyspell-get-word): Major rewrite.
16975 (flyspell-external-point-words): New locals pword, pcount.
16976 Fix size used in progress message.
16977 Find the proper corresponding word in flyspell-large-region-buffer.
16978 (flyspell-region): Check for flyspell-large-region = nil.
16979 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16980 (flyspell-auto-correct-word): Check that WORD is a cons.
16981 (flyspell-correct-word): Likewise.
16982
16983 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16984
16985 * progmodes/make-mode.el (makefile-rule-action-regex)
16986 (makefile-macroassign-regex, makefile-makepp-mode)
16987 (makefile-bsdmake-mode): Continuation lines may be empty.
16988 Reported by Joshua Varner.
16989 (makefile-makepp-font-lock-keywords): Add $(stem).
16990
16991 2005-05-28 Karl Berry <karl@gnu.org>
16992
16993 * textmodes/tex-mode.el: Now that tex-send-command calls
16994 shell-quote-argument (2005-03-31 change), remove all calls to
16995 shell-quote-argument; they all end up invoking tex-send-command.
16996 The double quoting loses on filenames with non-safe characters,
16997 such as "@". Reported by Frederik Fouvry.
16998
16999 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
17000
17001 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
17002 about preserving point.
17003
17004 2005-05-27 Jay Belanger <belanger@truman.edu>
17005
17006 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
17007 Info-goto-node.
17008
17009 * calc/calc-embed.el (calc-embed-arg): New variable.
17010 (calc-do-embedded-activate, calc-embedded-activate-formula)
17011 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
17012 variable by new variable.
17013 (calc-embedded-make-info): Replace undeclared variable by new
17014 variable. When selecting region with positive prefix
17015 argument, use end of previous line instead of beginning of line.
17016
17017 * calc/calc-aent.el (calc-arg-values): Declare it.
17018
17019 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
17020 Declare them.
17021
17022 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
17023
17024 * calc/calc.el (calc-alg-map): Declare it.
17025
17026 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
17027
17028 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
17029
17030 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
17031 (gdb-registers-buffer, toggle-gdb-all-registers):
17032 Toggle display of floating point registers.
17033 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
17034
17035 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
17036 (toggle-gud-tooltip-dereference):
17037 Rename from gud-toggle-tooltip-dereference.
17038
17039 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
17040
17041 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
17042
17043 2005-05-27 Jay Belanger <belanger@truman.edu>
17044
17045 * calc/calc-prog.el (calc-kbd-report): Remove.
17046 (calc-kbd-query): Rewrite.
17047
17048 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
17049
17050 * image.el (image-library-alist): Move to image.c.
17051 (image-type-available-p): Doc fix.
17052
17053 2005-05-27 Lute Kamstra <lute@gnu.org>
17054
17055 * calc/calc.el (calc):
17056 * outline.el (outline-1, outline-2, outline-3, outline-4)
17057 (outline-5, outline-6, outline-7, outline-8):
17058 * textmodes/dns-mode.el (dns-mode):
17059 * textmodes/sgml-mode.el (sgml-namespace-face):
17060 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
17061 (tex-verbatim-face, tex-use-reftex):
17062 * textmodes/texinfo.el (texinfo-heading-face):
17063 Specify customization group.
17064
17065 * longlines.el: Don't require easy-mmode.
17066 (longlines-visible-face): Specify customization group.
17067
17068 2005-05-27 Kenichi Handa <handa@m17n.org>
17069
17070 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
17071 encoding table of windows-1251.
17072
17073 * international/ucs-tables.el (ucs-set-table-for-input):
17074 If translation-table-for-input of a coding system is a symbol, get
17075 its translation-table property.
17076
17077 * international/code-pages.el: Don't register a coding system into
17078 non-iso-charset-alist more than once.
17079 (cp-make-coding-system): Likewise.
17080
17081 2005-05-26 John Wiegley <johnw@newartisans.com>
17082
17083 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
17084 `eshell-resume-eval' is wrapped in a list, it indicates that the
17085 command was run asynchronously. In that case, unwrap the value
17086 before checking the delimiter value.
17087
17088 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
17089 character before a space at the end of a line is \, assume the space
17090 is part of the last argument rather than a final argument separator.
17091
17092 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
17093 is in use, and the target is `t' or `nil' (which are the most common
17094 values), don't assume that the symbol target is a buffer.
17095
17096 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
17097
17098 * calendar/calendar.el (calendar-mode-line-format):
17099 Use mode-line-highlight as mouse-face.
17100
17101 * time.el (display-time-string-forms, display-time-update):
17102 Use mode-line-highlight as mouse-face.
17103
17104 2005-05-26 Jay Belanger <belanger@truman.edu>
17105
17106 * calc/calc.el (calc-language-alist): Remove extra defvar.
17107
17108 2005-05-26 Lute Kamstra <lute@gnu.org>
17109
17110 * arc-mode.el (archive-mode):
17111 * bookmark.el (bookmark-read-annotation-mode)
17112 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
17113 * bs.el (bs-mode):
17114 * calc/calc-yank.el (calc-edit-mode):
17115 * calc/calc.el (calc-mode, calc-trail-mode):
17116 * calculator.el (calculator-mode):
17117 * chistory.el (command-history-mode):
17118 * comint.el:
17119 * cus-edit.el (custom-mode):
17120 * descr-text.el (describe-text-mode):
17121 * ebuff-menu.el (Electric-buffer-menu-mode):
17122 * ediff-util.el (ediff-mode):
17123 * emacs-lisp/re-builder.el (reb-mode):
17124 * emulation/vi.el (vi-mode-setup):
17125 * emulation/ws-mode.el (wordstar-mode):
17126 * eshell/esh-mode.el (eshell-mode):
17127 * forms.el (forms-mode):
17128 * help-mode.el (help-mode):
17129 * hexl.el (hexl-mode):
17130 * ibuffer.el (ibuffer-mode):
17131 * ielm.el (inferior-emacs-lisp-mode):
17132 * info.el (Info-mode, Info-edit-mode):
17133 * international/swedish.el:
17134 * ledit.el (ledit-from-lisp-mode):
17135 * locate.el (locate-mode):
17136 * mail/rmail.el (rmail-mode):
17137 * mail/rmailedit.el (rmail-edit-mode):
17138 * mail/rmailsum.el (rmail-summary-mode):
17139 * mail/supercite.el (sc-electric-mode):
17140 * net/eudc.el (eudc-mode):
17141 * net/quickurl.el (quickurl-list-mode):
17142 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
17143 * obsolete/ooutline.el (outline-mode):
17144 * obsolete/options.el (Edit-options-mode):
17145 * obsolete/rnews.el (news-mode):
17146 * obsolete/rnewspost.el (news-reply-mode):
17147 * play/5x5.el (5x5-mode):
17148 * play/decipher.el (decipher-mode, decipher-stats-mode):
17149 * play/gomoku.el (gomoku-mode):
17150 * play/snake.el (snake-mode):
17151 * play/solitaire.el (solitaire-mode):
17152 * play/tetris.el (tetris-mode):
17153 * progmodes/ada-mode.el (ada-mode):
17154 * progmodes/antlr-mode.el (antlr-mode):
17155 * progmodes/autoconf.el (autoconf-mode):
17156 * progmodes/dcl-mode.el (dcl-mode):
17157 * progmodes/delphi.el (delphi-mode):
17158 * progmodes/ebrowse.el (ebrowse-tree-mode)
17159 (ebrowse-electric-list-mode, ebrowse-member-mode)
17160 (ebrowse-electric-position-mode):
17161 * progmodes/f90.el (f90-mode):
17162 * progmodes/fortran.el (fortran-mode):
17163 * progmodes/icon.el (icon-mode):
17164 * progmodes/idlw-help.el (idlwave-help-mode):
17165 * progmodes/idlw-shell.el (idlwave-shell-mode):
17166 * progmodes/idlwave.el (idlwave-mode):
17167 * progmodes/inf-lisp.el (inferior-lisp-mode):
17168 * progmodes/m4-mode.el (m4-mode):
17169 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
17170 * progmodes/modula2.el (modula-2-mode):
17171 * progmodes/octave-inf.el (inferior-octave-mode):
17172 * progmodes/octave-mod.el (octave-mode):
17173 * progmodes/pascal.el (pascal-mode):
17174 * progmodes/sh-script.el (sh-mode):
17175 * progmodes/sql.el (sql-mode, sql-interactive-mode):
17176 * progmodes/vhdl-mode.el (vhdl-mode):
17177 * progmodes/xscheme.el (scheme-interaction-mode):
17178 * replace.el (occur-mode):
17179 * ses.el (ses-mode):
17180 * simple.el (completion-list-mode):
17181 * skeleton.el:
17182 * speedbar.el (speedbar-mode):
17183 * term.el (term-mode):
17184 * terminal.el (terminal-edit-mode):
17185 * textmodes/reftex-index.el (reftex-index-mode)
17186 (reftex-index-phrases-mode):
17187 * textmodes/reftex-sel.el (reftex-select-label-mode)
17188 (reftex-select-bib-mode):
17189 * textmodes/reftex-toc.el (reftex-toc-mode):
17190 * wdired.el (wdired-change-to-wdired-mode):
17191 * wid-browse.el (widget-browse-mode):
17192 Use run-mode-hooks.
17193
17194 * array.el (array-mode):
17195 * calendar/todo-mode.el (todo-mode):
17196 * man.el (Man-mode):
17197 * play/landmark.el (lm-mode):
17198 * play/mpuz.el (mpuz-mode):
17199 Use kill-all-local-variables and run-mode-hooks.
17200
17201 * subr.el (delay-mode-hooks): Specify indentation.
17202
17203 2005-05-26 Mark A. Hershberger <mah@everybody.org>
17204
17205 * xml.el (xml-substitute-special): Don't die for undefined xml
17206 entities.
17207
17208 2005-05-26 Jay Belanger <belanger@truman.edu>
17209
17210 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
17211 of nil.
17212
17213 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
17214
17215 * progmodes/gdb-ui.el (gdb-frame-address):
17216 Rename from gdb-current-address.
17217 (gdb-previous-frame-address): Rename from gdb-previous-address.
17218 (gdb-selected-frame): Rename from gdb-current-frame.
17219 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
17220 (gdb-frame-number): Rename from gdb-current-stack-level.
17221 (gdb-ann3): Match new mode-name for disassembly buffer.
17222 Extend initialization of variables.
17223 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
17224 (gdb-memory-mode): Use mouse-face in header line.
17225 (gdb-assembler-buffer-name): Call it disassembly and give frame
17226 in mode line.
17227 (gdb-source-spec-regexp, gdb-assembler-custom)
17228 (gdb-invalidate-assembler, gdb-frame-handler):
17229 Make robust to leading zeroes in address format.
17230
17231 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
17232
17233 * textmodes/org.el (org-mode): Use `define-derived-mode' to
17234 define `org-mode'.
17235 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
17236
17237 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
17238
17239 * log-edit.el (log-edit-changelog-entries): Distinguish between
17240 filenames like xfns.c and fns.c.
17241
17242 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
17243
17244 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
17245 point after reverting.
17246 (Buffer-menu-make-sort-button): Handle the case where
17247 `Buffer-menu-use-header-line' is nil.
17248
17249 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
17250
17251 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
17252 New funcs. In minibuffer-local-completion-map bind `]', `/'
17253 and `:' to them.
17254
17255 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
17256
17257 * startup.el (normal-top-level): Allow modification of load-path while
17258 we're iterating over it.
17259
17260 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
17261
17262 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
17263 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
17264 (thumbs-resize-interactive, thumbs-insert-image)
17265 (thumbs-insert-thumb, thumbs-dired-show-marked)
17266 (thumbs-find-image-at-point, thumbs-delete-images)
17267 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
17268 (thumbs-increment-image-size, thumbs-decrement-image-size):
17269 Fix typos in docstrings.
17270
17271 2005-05-24 Andre Spiegel <spiegel@gnu.org>
17272
17273 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
17274 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
17275 (cperl-mode): Use them.
17276
17277 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
17278
17279 * window.el (quit-window, shrink-window-if-larger-than-buffer):
17280 Doc fixes.
17281
17282 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
17283
17284 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
17285 Bind C-d to gdb-inferior-io-eof.
17286
17287 * dired.el (dired-dnd-popup-notice): Use message-box.
17288
17289 2005-05-23 Masatake YAMATO <jet@gyve.org>
17290
17291 * bindings.el (mode-line-major-mode-keymap):
17292 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
17293
17294 * faces.el (mode-line-highlight): New face.
17295
17296 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
17297 as mouse-face.
17298
17299 * bindings.el (top-level, help-echo, mode-line-modified)
17300 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
17301 as mouse-face.
17302
17303 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
17304
17305 * progmodes/cc-engine.el (c-guess-basic-syntax):
17306 Remove spurious call to `zerop'.
17307
17308 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
17309
17310 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
17311
17312 CC Mode update to 5.30.10:
17313
17314 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
17315 could go past the limit in decoration level 2, thereby causing
17316 errors during interactive fontification.
17317
17318 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
17319 the file is evaluated interactively.
17320
17321 * cc-engine.el (c-guess-basic-syntax): Handle operator
17322 declarations somewhat better in C++.
17323
17324 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
17325 make use of `run-mode-hooks' which has been added in Emacs 21.1.
17326 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
17327 (awk-mode): Use it.
17328 (make-local-hook): Suppress warning about obsoleteness.
17329
17330 * cc-engine.el, cc-align.el, cc-cmds.el
17331 (c-append-backslashes-forward, c-delete-backslashes-forward)
17332 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
17333 Compensate for return value from `forward-line' when it has moved
17334 but not to a different line due to eob.
17335
17336 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
17337 `objc-method-intro' and `objc-method-args-cont'.
17338
17339 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
17340
17341 CC Mode update to 5.30.10:
17342
17343 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
17344 in the copyright statement. Incidentally, change "along with GNU
17345 Emacs" to "along with this program" where it occurs.
17346
17347 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
17348 so that it is interactive, hence can be found by M-x awk-mode
17349 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
17350 <gmorris+emacs@ast.cam.ac.uk>.
17351
17352 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
17353 Mode's regexps.
17354
17355 2005-05-23 Kevin Ryde <user42@zip.com.au>
17356
17357 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
17358 c-parse-state, to avoid a lisp error (on bad code).
17359
17360 2005-05-23 Lute Kamstra <lute@gnu.org>
17361
17362 * subr.el (font-lock-defaults): Remove defvar as it's already
17363 defined in font-core.el.
17364
17365 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
17366
17367 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
17368
17369 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
17370 more general and work when GDB variable "print pretty" is on,
17371 as with Emacs, for example.
17372
17373 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
17374
17375 * font-core.el: Update comment.
17376
17377 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17378 Use `after-change-major-mode-hook' instead of `find-file-hook'.
17379
17380 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
17381
17382 2005-05-22 Eli Zaretskii <eliz@gnu.org>
17383
17384 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
17385 and `yank-handler' in the doc strings.
17386
17387 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17388
17389 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
17390
17391 2005-05-22 Richard M. Stallman <rms@gnu.org>
17392
17393 * help.el (describe-key): Move print-help-return-message call
17394 out of conditional.
17395
17396 * progmodes/etags.el (list-tags): Use with-no-warnings.
17397
17398 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
17399 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
17400 (starttls-extra-args, starttls-extra-arguments): Add defvars.
17401
17402 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
17403
17404 * language/viet-util.el (viet-viscii-nonascii-translation-table):
17405 Add defvar.
17406
17407 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
17408 Use defvar, not defconst.
17409
17410 * hexl.el (hexl-follow-line): Use with-no-warnings.
17411
17412 * emulation/tpu-extras.el: Use write-file-functions instead of
17413 write-file-hooks.
17414
17415 * dired.el (dired-font-lock-keywords): Fontify files with junk
17416 extensions even if marked by -F.
17417
17418 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
17419
17420 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
17421 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
17422 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
17423 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
17424 (concatenate, list-length, get*, getf, cl-remprop):
17425 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17426 (etypecase, progv, lexical-let, lexical-let*)
17427 (multiple-value-bind, multiple-value-setq, shiftf):
17428 Improve argument/docstring consistency.
17429
17430 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17431
17432 2005-05-22 Andre Spiegel <spiegel@gnu.org>
17433
17434 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17435 doesn't exist.
17436
17437 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
17438 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17439
17440 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
17441
17442 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17443 already deleted variables: auto-fill-hook, blink-paren-hook,
17444 lisp-indent-hook, inhibit-local-variables, unread-command-event,
17445 suspend-hooks, comment-indent-hook, meta-flag,
17446 before-change-function, after-change-function,
17447 font-lock-doc-string-face.
17448
17449 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
17450
17451 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17452
17453 2005-05-21 Eli Zaretskii <eliz@gnu.org>
17454
17455 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17456 rmail-dont-reply-to.
17457
17458 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17459
17460 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17461 literal blank when splitting new-header-values.
17462
17463 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
17464
17465 * calendar/cal-menu.el (cal-menu-update): Add separator as a
17466 string so that tmm doesn't create a completion entry for it.
17467
17468 * textmodes/table.el (table-disable-menu): Ditto.
17469
17470 2005-05-21 Richard M. Stallman <rms@gnu.org>
17471
17472 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17473
17474 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17475
17476 * net/rcompile.el (remote-compile): Use compilation-start.
17477
17478 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17479
17480 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17481
17482 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17483 Default to makefile-bsdmake-mode on BSD systems.
17484
17485 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17486 REGEXP may also be a search function now. The part of doc-string
17487 for describing the structure was 95% identical to that of
17488 `imenu--generic-function'. Unify it there.
17489
17490 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17491 Use function to find dependencies, because regexp alone is so complex,
17492 it easily goes into an endless loop.
17493 (makefile-makepp-mode): Also add submenu for Perl functions
17494 defined in the makefile.
17495 (makefile-bsdmake-mode): Special imenu-generic-expression no
17496 longer needed, due to function call.
17497 (makefile-match-dependency): Take BOUND into account when checking
17498 if we're through.
17499
17500 2005-05-20 Jay Belanger <belanger@truman.edu>
17501
17502 * calc/calc-units.el (calc-invalidate-units-table):
17503 Use inhibit-read-only.
17504 (math-build-units-table-buffer): Use view-mode.
17505
17506 2005-05-20 David Kastrup <dak@gnu.org>
17507
17508 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17509 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17510
17511 2005-05-20 Lute Kamstra <lute@gnu.org>
17512
17513 * diff-mode.el (diff-header-face, diff-file-header-face)
17514 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17515 (diff-added-face, diff-changed-face, diff-function-face)
17516 (diff-context-face, diff-nonexistent-face): Put them in the
17517 diff-mode customization group.
17518
17519 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17520
17521 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17522
17523 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17524
17525 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17526 Minor regexp-optimization.
17527
17528 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17529
17530 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17531 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17532 (org-agenda-add-time-grid-maybe): New function.
17533 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17534 (org-table-create): `dotimes' instead of `mapcar'.
17535 (org-xor): Simplify implementation.
17536 (org-agenda): `inhibit-redisplay' turned on.
17537 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17538 a consistent line after a state change.
17539 (org-agenda-remove-times-when-in-prefix): New option.
17540 (org-prefix-has-time): New variable.
17541 (org-parse-time-string): Optional argument NODEFAULT.
17542 (org-format-agenda-item): Parse items for time-of-day
17543 specifications and move these into the prefix if possible.
17544 (org-agenda-priority): Get current heading, not previous heading
17545 during agenda remote editing.
17546
17547 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17548
17549 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17550 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17551 (remove-duplicates, delete-duplicates, substitute)
17552 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17553 (nsubstitute-if-not, find, find-if, find-if-not, position)
17554 (position-if, position-if-not, count, count-if, count-if-not)
17555 (mismatch, search, sort*, stable-sort, merge, member*)
17556 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17557 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17558 (intersection, nintersection, set-difference, nset-difference)
17559 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17560 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17561 (nsublis, tree-equal): Improve argument/docstring consistency.
17562
17563 * subr.el (send-string, send-region): Remove obsolescence declaration.
17564 (window-dot, set-window-dot, read-input, show-buffer)
17565 (eval-current-buffer, string-to-int):
17566 Add release number to obsolescence declarations.
17567
17568 2005-05-19 Kim F. Storm <storm@cua.dk>
17569
17570 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17571 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17572
17573 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17574
17575 * faces.el (list-faces-display): Make back button respect optional
17576 regexp arg.
17577
17578 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17579
17580 * calculator.el (calculator-radix-grouping-mode)
17581 (calculator-radix-grouping-digits, calculator-displayer)
17582 (calculator-radix-grouping-separator, calculator-copy-displayer):
17583 * dabbrev.el (dabbrev-search-these-buffers-only):
17584 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17585 (diff-advance-after-apply-hunk, diff-mode-hook)
17586 (diff-minor-mode-prefix):
17587 * imenu.el (imenu-use-popup-menu):
17588 * jit-lock.el (jit-lock-context-time):
17589 * newcomment.el (comment-fill-column, comment-column)
17590 (comment-style, comment-padding, comment-multi-line)
17591 (comment-empty-lines, comment-auto-fill-only-comments):
17592 * reveal.el (reveal-around-mark):
17593 * uniquify.el (uniquify-buffer-name-style)
17594 (uniquify-after-kill-buffer-p)
17595 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17596 (uniquify-min-dir-content, uniquify-separator)
17597 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17598 * w32-vars.el (w32-fixed-font-alist):
17599 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17600 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17601 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17602 * progmodes/perl-mode.el (perl-indent-level)
17603 (perl-continued-statement-offset, perl-continued-brace-offset)
17604 (perl-brace-offset, perl-brace-imaginary-offset)
17605 (perl-label-offset, perl-indent-continued-arguments)
17606 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17607 * progmodes/tcl.el (tcl-indent-level)
17608 (tcl-continued-indent-level, tcl-auto-newline)
17609 (tcl-tab-always-indent, tcl-electric-hash-style)
17610 (tcl-help-directory-list, tcl-use-smart-word-finder)
17611 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17612 (inferior-tcl-source-command):
17613 * textmodes/fill.el (enable-kinsoku):
17614 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17615 * textmodes/table.el (table-yank-handler):
17616 Specify missing group (and type, if simple) in defcustom.
17617
17618 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17619
17620 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17621
17622 2005-05-19 Richard M. Stallman <rms@gnu.org>
17623
17624 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17625
17626 * subr.el (event-basic-type): Don't get an error.
17627 (left-fringe-p): Function deleted.
17628
17629 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17630 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17631
17632 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17633 in recursive copy.
17634
17635 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17636
17637 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17638
17639 * emacs-lisp/bytecomp.el
17640 (byte-compile-file-form-custom-declare-variable):
17641 Call byte-compile-nogroup-warn if appropriate.
17642
17643 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17644 (compilation-set-window): Don't call left-fringe-p; do it directly.
17645
17646 2005-05-19 Jay Belanger <belanger@truman.edu>
17647
17648 * calc/calc-graph.el (calc-graph-format-data): Make sure
17649 var-PlotRejects is bound before trying to check its value.
17650
17651 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17652
17653 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17654 definition of this variable from reftex-global.el to reftex.el,
17655 because it is needed in the menu.
17656
17657 2005-05-19 Lute Kamstra <lute@gnu.org>
17658
17659 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17660 years are fixed. Don't insert a space after a dash.
17661
17662 2005-05-19 Kim F. Storm <storm@cua.dk>
17663
17664 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17665
17666 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17667
17668 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17669 strings, because (eq ... ?\\) is fairly frequent.
17670
17671 * progmodes/make-mode.el (makefile-add-this-line-targets):
17672 Simplify and integrate into `makefile-pickup-targets'.
17673 (makefile-add-this-line-macro): Simplify and integrate into
17674 `makefile-pickup-macros.
17675 (makefile-pickup-filenames-as-targets): Simplify.
17676 (makefile-previous-dependency, makefile-match-dependency):
17677 Don't stumble over `::'.
17678
17679 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17680
17681 * subr.el (post-command-idle-hook, post-command-idle-delay):
17682 Remove obsoletion of post-command-idle-hook and
17683 post-command-idle-delay.
17684
17685 * faces.el (list-faces-display): Provide button when describe-face
17686 is called to take user back to the list of faces.
17687
17688 * help-fns.el (describe-variable): Remove hyperlinks in a
17689 variable's value as these are quite frequently inappropriate.
17690
17691 * follow.el (follow-submit-feedback, follow-mode):
17692 Remove references to post-command-idle-hook.
17693
17694 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17695
17696 * progmodes/make-mode.el (makefile-previous-dependency)
17697 (makefile-match-dependency): Check for := (and in bsd mode also
17698 !=) to give a better result, even when font-lock is not on.
17699
17700 2005-05-18 Jay Belanger <belanger@truman.edu>
17701
17702 * calc/calc-help.el (calc-s-prefix-help):
17703 Add `calc-copy-special-constant' to help string.
17704
17705 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17706
17707 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17708
17709 2005-05-18 Jay Belanger <belanger@truman.edu>
17710
17711 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17712 in linear factors are in proper order.
17713
17714 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17715
17716 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17717 Support for jurabib.
17718
17719 * textmodes/reftex.el (featurep): Define aliases for overlay
17720 commands, for XEmacs compatibility, and use these aliases in
17721 overlay initializations.
17722 (reftex-highlight): Use `reftex-move-overlay'.
17723 (reftex-unhighlight): Use `reftex-delete-overlay'.
17724 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17725 (reftex-access-search-path): Use `reftex-uniquify' instead of
17726 `reftex-uniq'
17727
17728 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17729 `before-string' property modification enables for Emacs as well.
17730 (reftex-select-item): Use `reftex-delete-overlay'.
17731 (reftex-select-mark): Use `reftex-make-overlay' and
17732 `reftex-overlay-put'.
17733 (reftex-select-unmark): Use `reftex-delete-overlay' and
17734 `reftex-overlay-put'.
17735
17736 2005-05-18 Lute Kamstra <lute@gnu.org>
17737
17738 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17739
17740 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17741
17742 * add-log.el (add-change-log-entry):
17743 * array.el (array-make-template, array-reconfigure-rows)
17744 (array-init-max-row, array-init-max-column)
17745 (array-init-columns-per-line, array-init-field-width):
17746 * replace.el (replace-match-maybe-edit, perform-replace):
17747 * textmodes/spell.el (spell-region):
17748 Replace `read-input' by `read-string'.
17749
17750 * forms.el (forms-mode):
17751 * finder.el (finder-compile-keywords):
17752 * shadowfile.el (shadow-read-files):
17753 Replace `eval-current-buffer' by `eval-buffer'.
17754
17755 * terminal.el (te-pass-through):
17756 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17757 (ange-ftp-raw-send-cmd):
17758 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17759 (send-process-next-char, telnet-initial-filter, telnet):
17760 Replace `send-string' by `process-send-string'.
17761
17762 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17763 (prolog-consult-region): Replace `send-string' by
17764 `process-send-string'; replace `send-region' by `process-send-region'.
17765
17766 * progmodes/delphi.el (delphi-log-msg):
17767 Replace `set-window-dot' by `set-window-point'.
17768
17769 * subr.el (window-dot, set-window-dot, read-input, send-string)
17770 (send-region, show-buffer, eval-current-buffer):
17771 Make really obsolete, as the comment says.
17772
17773 2005-05-17 Kim F. Storm <storm@cua.dk>
17774
17775 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17776 (cua--init-keymaps): Bind C-return instead of S-return to set
17777 rectangle mark.
17778
17779 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17780 instead of S-return to toggle/clear rectangle mark.
17781
17782 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17783
17784 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17785 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17786 Also fontify plain strings assigned to variables, mostly so that a
17787 colon has a face and is thus not taken as a dependency separator.
17788 (makefile-previous-dependency): Inline the new matcher, because it
17789 is too complex to work in both directions.
17790 (makefile-match-dependency): Eliminate `backward' arg (see above).
17791 Completely reimplemented so as to not sometimes go into an endless
17792 loop. It should also be more efficient, because first it only
17793 searches for `:', instead of applying the very complex regexp.
17794 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17795 to be fontified in one piece can be too long for JIT.
17796 Makefiles are never *that* big.
17797
17798 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17799
17800 * dired.el (dired-mode): Simplify.
17801
17802 2005-05-17 Lute Kamstra <lute@gnu.org>
17803
17804 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17805 defcustom for the mode hook variable.
17806
17807 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17808 Emacs Lisp Reference Manual.
17809
17810 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17811
17812 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17813 (evenp, list*):
17814 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17815 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17816
17817 * net/tramp-smb.el (tramp-smb-open-connection):
17818 Pass `tramp-chunksize' as fifth (required) argument.
17819
17820 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17821
17822 * font-lock.el (lisp-font-lock-keywords-1):
17823 Set `font-lock-negation-char-face' for [^...] char group.
17824 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17825
17826 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17827 a var, and refine it to mask one more level of nested vars.
17828 (makefile-rule-action-regex): Turn it into a var, and refine it so
17829 it recognizes backslashed continuation lines as belonging to the
17830 same command.
17831 (makefile-macroassign-regex): Refine it so it recognizes
17832 backslashed continuation lines as belonging to the same command.
17833 (makefile-var-use-regex): Don't look at the next char, because it
17834 might be the same one to be skipped by the initial [^$], leading
17835 to an overlooked variable use.
17836 (makefile-make-font-lock-keywords): Remove two parameters, which
17837 are now variables that some of the modes set locally.
17838 Handle dependency and rule action matching through functions, because
17839 regexps alone match too often. Dependency matching now comes
17840 last, so it can check, whether a colon already matched something else.
17841 (makefile-mode): Inform that font-lock improves makefile parsing
17842 capabilities.
17843 (makefile-match-dependency, makefile-match-action): New functions.
17844
17845 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17846
17847 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17848
17849 * align.el (align-regexp):
17850 * ansi-color.el (ansi-color-get-face):
17851 * array.el (array-reconfigure-rows, array-init-max-row)
17852 (array-init-max-column, array-init-columns-per-line)
17853 (array-init-field-width):
17854 * dired-aux.el (dired-trample-file-versions):
17855 * dired-x.el (dired-mark-sexp):
17856 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17857 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17858 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17859 * faces.el (face-read-integer):
17860 * files.el (backup-extract-version, insert-directory):
17861 * hexl.el (hexl-insert-decimal-char):
17862 * server.el (server-process-filter):
17863 * shell.el (shell-extract-num):
17864 * startup.el (command-line-1):
17865 * term.el (term-command-hook):
17866 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17867 (time-stamp-do-number):
17868 * time.el (display-time-update):
17869 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17870 (timezone-fix-time):
17871 * vms-patch.el (vms-suspend-resume-hook):
17872 * calendar/appt.el (appt-convert-time):
17873 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17874 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17875 * calendar/cal-islam.el (mark-islamic-diary-entries):
17876 * calendar/calendar.el (calendar-cursor-to-date)
17877 (calendar-star-date):
17878 * calendar/diary-lib.el (diary-attrtype-convert)
17879 (mark-diary-entries, diary-entry-time):
17880 * calendar/solar.el (solar-get-number):
17881 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17882 * emacs-lisp/re-builder.el (reb-display-subexp):
17883 * emulation/edt.el (edt-set-scroll-margins):
17884 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17885 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17886 (vip-get-ex-count):
17887 * emulation/viper-ex.el (viper-get-ex-token)
17888 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17889 * international/fontset.el (fontset-plain-name):
17890 * mail/feedmail.el (feedmail-look-at-queue-directory):
17891 * mail/mailalias.el (mail-get-names):
17892 * mail/rmail.el (rmail-convert-to-babyl-format):
17893 * mail/rmailsum.el (rmail-make-basic-summary-line)
17894 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17895 (rmail-summary-goto-msg):
17896 * mail/smtpmail.el (smtpmail-read-response):
17897 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17898 (ange-ftp-vms-add-file-entry):
17899 * play/gametree.el (gametree-looking-at-ply)
17900 (gametree-current-branch-score):
17901 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17902 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17903 * progmodes/cperl-mode.el (condition-case):
17904 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17905 (ebrowse-set-member-buffer-column-width)
17906 (ebrowse-select-1st-to-9nth):
17907 * progmodes/etags.el (etags-snarf-tag):
17908 * progmodes/flymake.el (flymake-parse-line):
17909 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17910 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17911 (idlwave-shell-menu-def):
17912 * progmodes/ps-mode.el (ps-run-goto-error):
17913 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17914 (vhdl-speedbar-contract-level):
17915 * term/mac-win.el (x-handle-numeric-switch):
17916 * term/sun-mouse.el (sun-get-frame-data):
17917 * term/w32-win.el (x-handle-numeric-switch):
17918 * term/x-win.el (x-handle-numeric-switch):
17919 * textmodes/ispell.el (ispell-parse-output):
17920 * textmodes/nroff-mode.el (nroff-outline-level):
17921 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17922 (reftex-bib-sort-year-reverse, reftex-format-citation):
17923 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17924 (reftex-section-number):
17925 * textmodes/texinfmt.el (texinfo-paragraphindent):
17926 Replace `string-to-int' by `string-to-number'.
17927
17928 * international/latexenc.el: Add page marker to force the "Local
17929 Variables:" string out of the last page.
17930
17931 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17932
17933 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17934 tooltip-change-major-mode.
17935 (gud-tooltip-print-command): Remove case where gud-minor-mode
17936 is gdb ("--fullname").
17937 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17938 explain to user.
17939
17940 2005-05-16 Jay Belanger <belanger@truman.edu>
17941
17942 * calc/calc-store.el (calc-copy-special-constant): New function.
17943
17944 * calc/calc-ext.el (calc-init-extensions): Add binding for
17945 `calc-copy-special-constant'.
17946
17947 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17948 for the `calc-copy-special-constant' command.
17949
17950 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17951
17952 * subr.el (left-fringe-p): New function.
17953
17954 * progmodes/compile.el (compilation-setup): Set local value of
17955 overlay-arrow-string to "" always.
17956 (compilation-set-window): Left fringe then don't scroll.
17957 No left fringe then no arrow and scroll message to top.
17958 (compilation-context-lines): Adjust doc string accordingly.
17959
17960 2005-05-16 Kim F. Storm <storm@cua.dk>
17961
17962 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17963 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17964 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17965 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17966 (ido-read-file-name): Handle commands with ido property value
17967 equal to find-file as reading a file name, to allow C-d to enter dired.
17968 (ibuffer-find-file): Add ido property with value find-file.
17969
17970 2005-05-15 Kim F. Storm <storm@cua.dk>
17971
17972 * subr.el (open-network-stream-nowait): Remove.
17973 (open-network-stream-server): Remove.
17974
17975 2005-05-15 Richard M. Stallman <rms@gnu.org>
17976
17977 * faces.el (describe-face): Output a definition link button.
17978
17979 * help-mode.el (help-face-def): New button type.
17980
17981 * emacs-lisp/copyright.el (copyright-fix-years):
17982 Match properly if the first year is 2-digit.
17983 Don't mess up the whitespace after the years by filling.
17984
17985 * dired-aux.el (dired-mark-confirm):
17986 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17987
17988 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17989 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17990 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17991
17992 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17993 Set font-lock-comment-start-skip.
17994
17995 * font-lock.el (font-lock-comment-start-skip): New variable.
17996 (font-lock-comment-end-skip): New variable.
17997 (font-lock-fontify-syntactically-region): Use them if non-nil.
17998
17999 2005-05-15 Jay Belanger <belanger@truman.edu>
18000
18001 * calc/calc-store.el (calc-store-value): Return a string rather
18002 than display it as a message.
18003 Use calc-var-name for variable name.
18004 (calc-store-into): Add the result of calc-store-value to message.
18005 (calc-copy-variable): Add a message.
18006 (calc-store-exchange): Improve error messages.
18007 (calc-store-binary, calc-store-map): Don't reset the values of
18008 special constants.
18009
18010 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
18011
18012 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
18013 manual to docstring.
18014
18015 * files.el (hack-local-variables-confirm): Add STRING argument.
18016 Make the function handle non file visiting buffers correctly.
18017 (hack-local-variables-prop-line, hack-local-variables)
18018 (hack-one-local-variable): Use STRING arg of
18019 `hack-local-variables-confirm'.
18020
18021 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
18022
18023 Sync with Tramp 2.0.49.
18024
18025 * net/tramp.el (tramp-handle-dired-call-process)
18026 (tramp-handle-insert-directory):`insert-buffer' cannot be used
18027 because the contents of the Tramp buffer is changed before
18028 insertion (`expand-file' and alike).
18029 (tramp-handle-insert-directory): If `localname' has an empty
18030 nondirectory name, it must not be quoted.
18031 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
18032 variable `tramp-chunksize'. Change callees.
18033 (tramp-open-connection-setup-interactive-shell): Check remote host
18034 for buggy `send-process-string' implementation.
18035 Set `tramp-chunksize' if found. Reported by Michael Kifer
18036 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
18037 (tramp-handle-shell-command): `insert-buffer' cannot be used
18038 because the contents of the Tramp buffer is changed before
18039 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
18040 <frederic.bothamy@free.fr>.
18041 (tramp-set-auto-save): Actions should be done for Tramp file name
18042 handler only. Ange-FTP has its own auto-save mechanism.
18043 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
18044 (tramp-set-auto-save-file-modes): Set file modes of
18045 `buffer-auto-save-file-name' to ?\600 as fallback solution.
18046 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
18047 (tramp-bug): Remove obsolete variable.
18048 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
18049 for presence of `mml-mode'. Make it running for older Emacsen as well.
18050
18051 2005-05-14 John Paul Wallington <jpw@pobox.com>
18052
18053 * ibuf-ext.el (define-ibuffer-filter filename):
18054 If `dired-directory' is a list, use its car.
18055
18056 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
18057
18058 * ibuffer.el (define-ibuffer-column filename):
18059 If `dired-directory' is a list, use its car.
18060
18061 2005-05-14 Richard M. Stallman <rms@gnu.org>
18062
18063 * subr.el (symbol-file): Doc fix.
18064
18065 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
18066 (byte-compile-form): Call byte-compile-nogroup-warn.
18067 (byte-compile-warning-types): Doc fix.
18068
18069 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
18070
18071 * progmodes/cc-engine.el (c-literal-faces):
18072 Add font-lock-comment-delimiter-face.
18073
18074 * net/net-utils.el (dig): Use with-no-warnings.
18075
18076 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
18077 (sc-recite-frame-alist, sc-default-cite-frame)
18078 (sc-default-uncite-frame, sc-default-recite-frame)
18079 (sc-attrib-selection-list, sc-rewrite-header-list):
18080 Mark as risky-local-variable.
18081
18082 * international/ogonek.el (ogonek-jak, ogonek-how):
18083 Don't use beginning-of-buffer.
18084
18085 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
18086
18087 * calendar/solar.el (solar-data-list): Move definition up.
18088
18089 * dnd.el (dnd-protocol-alist): Add autoload.
18090
18091 * progmodes/sh-script.el: Many doc usage fixes.
18092 (sh-indent-after-do): Change default to match common styles.
18093
18094 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
18095
18096 * files.el (interpreter-mode-alist)
18097 (auto-mode-interpreter-regexp): Doc fixes.
18098
18099 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
18100
18101 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
18102
18103 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
18104
18105 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18106
18107 * dired.el (dired-mode): make-variable-buffer-local =>
18108 make-local-variable.
18109
18110 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18111
18112 * term/mac-win.el (mac-select-convert-to-string): Try coding
18113 systems in mac-script-code-coding-systems if specified one cannot
18114 encode string for `com.apple.traditional-mac-plain-text'.
18115
18116 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
18117
18118 * progmodes/make-mode.el (makefile-targets-face)
18119 (makefile-shell-face, makefile-makepp-perl-face): New faces.
18120 (makefile-dependency-regex): Fix it to not make the colon in
18121 $(var:a=b) special.
18122 (makefile-rule-action-regex): New regexp for highlighting embedded
18123 Shell strings.
18124 (makefile-macroassign-regex): Handle != for highlighting as
18125 embedded Shell strings.
18126 (makefile-var-use-regex): New const.
18127 (makefile-statements, makefile-automake-statements)
18128 (makefile-gmake-statements, makefile-makepp-statements)
18129 (makefile-bsdmake-statements): New consts.
18130 (makefile-make-font-lock-keywords): New function.
18131 (makefile-automake-font-lock-keywords)
18132 (makefile-gmake-font-lock-keywords)
18133 (makefile-makepp-font-lock-keywords)
18134 (makefile-bsdmake-font-lock-keywords): New consts.
18135 (makefile-mode-map): Add switchers between the various submodes.
18136 (makefile-mode): Document the availability of the variants.
18137 (makefile-automake-mode, makefile-gmake-mode)
18138 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
18139
18140 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
18141 new variants of makefile-mode.
18142
18143 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18144
18145 * font-lock.el (font-lock-comment-delimiter-face): Fix up
18146 the inheritance.
18147
18148 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
18149
18150 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
18151 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
18152
18153 * files.el (normal-mode): Extend the scope of the
18154 `enable-local-variables' binding to include the `set-auto-mode' call.
18155 (magic-mode-alist): Doc fix.
18156
18157 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18158
18159 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
18160 font-lock-comment-face rather than copying its setting.
18161
18162 2005-05-12 Andreas Schwab <schwab@suse.de>
18163
18164 * eshell/esh-mode.el (eshell-send-input): Doc fix.
18165
18166 2005-05-12 Lute Kamstra <lute@gnu.org>
18167
18168 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
18169 defcustom for the mode hook variable. Delete the last argument.
18170 * generic-x.el: Fix callers of define-generic-mode.
18171 (generic-x-modes): Delete group.
18172 (show-tabs-tab-face, show-tabs-space-face): Put them in the
18173 generic-x customization group.
18174
18175 2005-05-12 Kim F. Storm <storm@cua.dk>
18176
18177 * font-lock.el (font-lock-negation-char-face): Default to "off".
18178
18179 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
18180 font-lock-negation-char-face to ! in !=.
18181
18182 2005-05-12 Masatake YAMATO <jet@gyve.org>
18183
18184 * add-log.el (find-change-log): Fix typos in the docstring
18185 of function.
18186
18187 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18188
18189 * international/latexenc.el (latexenc-find-file-coding-system):
18190 Avoid `re-search-forward' when looking for input encoding because
18191 of speed and safety. Better regular expressions for recognizing
18192 input encoding. Limit a search for TeX-master/tex-main-file to
18193 the local variable section.
18194
18195 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
18196
18197 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
18198 syntax of $ to "'" (quote).
18199
18200 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
18201
18202 * dnd.el (dnd-protocol-alist): Improve custom type.
18203
18204 * dired.el (dired-dnd-protocol-alist): New variable.
18205 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
18206 `dired-mode-hook' to the end.
18207
18208 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
18209
18210 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
18211 comment-end if comment-start-skip is not set.
18212 Obey the font-lock-comment-delimiter-face variables.
18213
18214 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
18215
18216 * files.el (executable-find): Move from executable.el. Use
18217 locate-file.
18218 * progmodes/executable.el (executable-find): Move to files.el.
18219
18220 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
18221 when trying to ensure forward progress.
18222
18223 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
18224
18225 * mouse-sel.el (mouse-sel-follow-link-p): New function.
18226 (mouse-select, mouse-select-internal, mouse-extend-internal):
18227 Use it to implement mouse-1-click-follows-link functionality.
18228
18229 2005-05-11 Richard M. Stallman <rms@gnu.org>
18230
18231 * font-lock.el (font-lock-fontify-syntactically-region):
18232 Use font-lock-comment-delimiter-face for comment delimiters.
18233
18234 2005-05-10 Jay Belanger <belanger@truman.edu>
18235
18236 * calc/calc-help.el (calc-m-prefix-help): Add mention of
18237 preserving embedded modes.
18238
18239 2005-05-10 Richard M. Stallman <rms@gnu.org>
18240
18241 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
18242
18243 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
18244 Move from ada-stmt.el.
18245 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
18246
18247 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
18248 Move to ada-mode.el.
18249 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
18250
18251 * cus-edit.el (custom-file): Call file-chase-links.
18252
18253 * files.el (read-directory-name): Fix previous change.
18254 (hack-local-variables-confirm): New function.
18255 (hack-local-variables-prop-line, hack-local-variables)
18256 (hack-one-local-variable): Use it.
18257
18258 2005-05-10 Lute Kamstra <lute@gnu.org>
18259
18260 * font-lock.el (font-lock-keywords-alist)
18261 (font-lock-removed-keywords-alist): Clarify docstrings.
18262
18263 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
18264
18265 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
18266 (gdb-source-info): Check for preprocessor info.
18267 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
18268 a macro for a function.
18269 (gdb-info-breakpoints-custom): Try to find file again if not already
18270 found (user might have used GDB dir command).
18271 (gdb-get-location): Update gdb-location-alist correctly for change
18272 to gdb-info-breakpoints-custom.
18273
18274 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
18275 (gud-tooltip-print-command): Add gdbmi case.
18276 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
18277 preprocessor info.
18278
18279 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
18280
18281 * startup.el (fancy-splash-insert): Fix typo in doc string.
18282
18283 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
18284
18285 * obsolete/float.el (string-to-float):
18286 * obsolete/hilit19.el (hilit-add-pattern):
18287 * obsolete/rnews.el (news-parse-range, news-select-message)
18288 (news-get-pruned-list-of-files): Replace `string-to-int' by
18289 `string-to-number'.
18290
18291 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
18292 `find-file-not-found-hooks'; use `add-hook'.
18293 (uncompress-while-visiting): Set `write-file-functions', not
18294 `write-file-hooks'; use `add-hook'.
18295
18296 2005-05-09 Kim F. Storm <storm@cua.dk>
18297
18298 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
18299 (cua-paste): Handle clipboard action.
18300 (cua--init-keymaps): Remap clipboard-kill-region and
18301 clipboard-kill-ring-save.
18302
18303 2005-05-08 Eli Zaretskii <eliz@gnu.org>
18304
18305 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18306 Improve commentary.
18307
18308 * simple.el (next-error-overlay-arrow-position): Revert the change
18309 made on 2005-04-30.
18310
18311 2005-05-07 Jay Belanger <belanger@truman.edu>
18312
18313 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
18314 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
18315 `calc-sel-reselect'.
18316
18317 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
18318 Calc is in embedded mode.
18319
18320 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18321
18322 * progmodes/compile.el (compilation-setup):
18323 Set overlay-arrow-string to an empty string on text terminals.
18324
18325 * textmodes/ispell.el (ispell-program-name): Try looking for
18326 "aspell" along exec-path, and if found, use it as the default
18327 speller program.
18328
18329 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
18330
18331 * international/mule.el (sgml-xml-auto-coding-function):
18332 Recognize encoding='FOO' in single quotes as well as in double quotes.
18333
18334 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18335
18336 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
18337 as well as `interactive', so that defmacro* would recognize
18338 `declare' forms.
18339
18340 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18341
18342 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18343 Explain more about the LIGHTER arg's usage in the doc string.
18344 Add commentary to clarify what the code does. Fix the regexp that
18345 strips whitespace from LIGHTER. Quote LIGHTER before using it,
18346 since it could have characters special to regular expressions.
18347
18348 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18349
18350 * replace.el (occur-1): Bind inhibit-read-only so that
18351 erase-buffer doesn't barf on read-only text properties (likewise
18352 for add-text-properties in occur-engine). Mark buffer as unmodified.
18353 (occur-engine): Don't set buffer-read-only here.
18354
18355 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18356
18357 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
18358 list-buffers-directory. This caused the *cvs-commit* buffer to be
18359 sometimes mistakenly reused as a *cvs* buffer.
18360
18361 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
18362
18363 * tooltip.el: Move code for GUD tooltips into gud.el.
18364 (require): CL no longer needed to compile case.
18365 (tooltip-mode): Do not toggle functions for GUD tooltips.
18366 (tooltip-gud-tips-p): Remove. Replace with minor mode
18367 gud-tooltip-mode in gud.el.
18368 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
18369 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
18370 tooltip-gud prefix with gud-tooltip and obsolete.
18371 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
18372 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
18373 (tooltip-mouse-motion): Mouse movement functions/variable.
18374 Rename in gud.el by adding gud prefix.
18375 (tooltip-gud-original-filter, tooltip-gud-dereference)
18376 (tooltip-gud-event, tooltip-toggle-gud-tips)
18377 (tooltip-gud-process-output, tooltip-gud-print-command)
18378 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
18379 gud.el by replacing tooltip-gud prefix with gud-tooltip.
18380 (gdb-tooltip-print): Move to gdb-ui.el.
18381
18382 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
18383 (require): CL needed to compile case.
18384 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
18385 tooltip-gud-tips-p. Make it a minor-mode.
18386 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
18387 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
18388 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
18389 (gud-tooltip-change-major-mode)
18390 (gud-tooltip-activate-mouse-motions-if-enabled)
18391 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
18392 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
18393 (gud-tooltip-original-filter, gud-tooltip-dereference)
18394 (gud-tooltip-event, tooltip-toggle-gud-tips)
18395 (gud-tooltip-process-output, gud-tooltip-print-command)
18396 (gud-tooltip-tips): Move from tooltip.el.
18397
18398 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
18399 (gdb-cpp-define-alist-flags): Doc fix.
18400 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
18401 gud-tooltip-mode is t.
18402
18403 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18404
18405 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
18406 evaporate if their text is deleted.
18407 (goto-address-at-point): Make it work as a mouse binding as well.
18408 (goto-address-at-mouse): Obsolete it. Update users.
18409
18410 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
18411
18412 * calendar/appt.el (top-level): No longer activate on load.
18413
18414 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
18415
18416 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18417 * net/webjump.el (webjump):
18418 * progmodes/idlw-help.el (idlwave-do-context-help1)
18419 (idlwave-highlight-linked-completions):
18420 * textmodes/po.el (po-find-file-coding-system-guts):
18421 Replace `assoc-ignore-case' by `assoc-string'.
18422
18423 2005-05-06 Eli Zaretskii <eliz@gnu.org>
18424
18425 * files.el (locate-file): Doc fix.
18426
18427 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18428 Remove the redundant test for ms-dos.
18429
18430 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18431 look for the preprocessor with exec-suffixes. If not found in
18432 standard places, look in exec-path. Remove most of the tests that
18433 used system-type.
18434
18435 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18436
18437 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18438
18439 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18440 file-name clash with jka-compr.el on 8+3 filesystems.
18441
18442 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18443
18444 * term/mac-win.el: Don't define or bind scroll bar functions if
18445 x-toolkit-scroll-bars is t.
18446 (x-select-text, x-get-selection-value): Clear
18447 x-last-selected-text-clipboard if x-select-enable-clipboard is
18448 nil.
18449 (PRIMARY): Put mac-scrap-name property.
18450 (mac-select-convert-to-file-url): New function.
18451 (public.file-url): New selection target type. Add to
18452 selection-converter-alist.
18453 (x-get-selection, x-selection-value): Handle it.
18454 (x-cut-buffer-or-selection-value): New alias.
18455
18456 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18457
18458 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18459 entry to avoid calling bibtex-find-entry with arg global
18460 being t. Remove arg key.
18461 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18462 (bibtex-copy-summary-as-kill): Change accordingly.
18463
18464 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18465
18466 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18467 (org-agenda-date-later): Use with-current-buffer.
18468
18469 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18470
18471 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18472 (define-obsolete-variable-alias): Doc Fixes.
18473
18474 2005-05-06 Kim F. Storm <storm@cua.dk>
18475
18476 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18477 vertical-motion when selective-display is active.
18478
18479 * ido.el (ido-setup-hook): New hook.
18480 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18481 (ido-input-stack): New var.
18482 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18483 ido-next-work-file binding to M-O.
18484 Bind M-f to ido-wide-find-file-or-pop-dir.
18485 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18486 (ido-read-internal): Run ido-setup-hook.
18487 Catch quit in read-file-name and read-string to cancel edit.
18488 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18489 Automatically pop-all when completing a directory name (RET).
18490 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18491 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18492 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18493 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18494 New functions for M-b/M-f to move among the directory components.
18495 (ido-make-merged-file-list): Catch quit to cancel merge.
18496 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18497 (ido-completion-help): No warnings for ido-completion-buffer-full.
18498
18499 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18500
18501 * font-lock.el (font-lock-negation-char-face): New face and variable.
18502 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18503 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18504 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18505 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18506
18507 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18508
18509 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18510 Fix typo in docstring.
18511
18512 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18513 (ebrowse-print-statistics-line)
18514 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18515
18516 * term/w32-win.el (image-library-alist): Add additional name for
18517 Xpm library.
18518
18519 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18520
18521 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18522 use gcc instead of cpp.
18523
18524 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18525 (gdb-create-define-alist): Use it.
18526 (gdb-cpp-define-alist-program): Update for MS-DOS.
18527
18528 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18529
18530 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18531
18532 2005-05-04 Richard M. Stallman <rms@gnu.org>
18533
18534 * help.el (describe-key): No error when UNTRANSLATED is nil.
18535
18536 * simple.el (line-move-1): Fix previous change to signal errors
18537 appropriately.
18538
18539 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18540
18541 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18542 (icalendar-duration-correction): Remove.
18543 (icalendar--get-event-properties): Split result at commas.
18544 (icalendar--decode-isoduration): New optional argument
18545 DURATION-CORRECTION.
18546 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18547 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18548 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18549 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18550 (icalendar--convert-anniversary-to-ical): New functions, extracted
18551 from icalendar-export-region, with bug fixes.
18552 (icalendar-export-region): Use the above functions.
18553 (icalendar-import-buffer): Check before saving diary file.
18554 (icalendar--convert-recurring-to-diary)
18555 (icalendar--convert-non-recurring-all-day-to-diary)
18556 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18557 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18558 (icalendar--convert-ical-to-diary): Use the above functions.
18559
18560 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18561
18562 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18563 Remove these recent additions.
18564 (c-mode): Restore to before 2005-04-28.
18565
18566 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18567 recent addition.
18568
18569 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18570 (gdb-define-alist): New variables.
18571 (gdb-create-define-alist): New function.
18572 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18573 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18574 with string-to-number.
18575 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18576
18577 * progmodes/gud.el: Replace string-to-int with string-to-number.
18578 (gud-find-file): Handle gdb-define-alist.
18579
18580 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18581
18582 2005-05-02 Jay Belanger <belanger@truman.edu>
18583
18584 * calc/calc-aent.el (math-read-token):
18585 * calc/calc-bin.el (calc-word-size):
18586 * calc/calc-ext.el (calc-read-number-fancy):
18587 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18588 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18589 * calc/calc-frac.el (calc-over-notation):
18590 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18591 (calc-graph-num-points, calc-graph-init):
18592 * calc/calc-prog.el (calc-read-parse-table-part)
18593 (calc-edit-macro-repeats):
18594 * calc/calc-yank.el (calc-do-grab-rectangle):
18595 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18596 Replace `string-to-int' by `string-to-number'.
18597
18598 2005-05-02 Kim F. Storm <storm@cua.dk>
18599
18600 * kmacro.el: Use executing-kbd-macro-index variable.
18601
18602 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18603
18604 * net/rlogin.el (rlogin-parse-words): Delete func.
18605 (rlogin): Use split-string, not rlogin-parse-words.
18606 Also, if there are option-like elements in the parsed args,
18607 take the host to be the first arg immediately following them.
18608 Suggested by Michael Mauger.
18609
18610 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18611
18612 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18613
18614 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18615
18616 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18617 (cc-mode-cpp-program): Rename to cc-define-list-program and
18618 move to cc-vars.el.
18619
18620 * progmodes/cc-vars.el (cc-define-list-program):
18621 Change to "gcc -E -dM -". Make customizable.
18622
18623 2005-05-02 Kim F. Storm <storm@cua.dk>
18624
18625 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18626
18627 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18628
18629 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18630
18631 * international/mule-util.el (truncate-string): Remove alias and
18632 obsolete declaration.
18633
18634 * international/mule-cmds.el (update-iso-coding-systems):
18635 Remove alias and obsolete declaration.
18636
18637 * international/mule.el (coding-system-parent): Remove alias and
18638 obsolete declaration.
18639
18640 * subr.el (define-function, sref): Remove aliases and obsolete
18641 declarations.
18642 (chars-in-region): Remove obsolete declaration.
18643
18644 2005-05-01 Richard M. Stallman <rms@gnu.org>
18645
18646 * info.el (Info-mode): Set widen-automatically to nil, locally.
18647
18648 * simple.el (widen-automatically): New variable.
18649 (pop-global-mark): Obey widen-automatically.
18650
18651 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18652
18653 * term/xterm.el (function-key-map): Call substitute-key-definition
18654 before the keymap size is increased by a lot of define-key calls.
18655
18656 2005-05-01 Richard M. Stallman <rms@gnu.org>
18657
18658 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18659 Rename ARG to ELEMENT. Doc fix.
18660
18661 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18662
18663 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18664 Remove references to allout-exposure/change to allout-new-exposure.
18665
18666 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18667 bytecode symbols.
18668
18669 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18670 (compiled-function-p, focus-frame, unfocus-frame):
18671 Remove aliases and obsolete declarations.
18672 Back out inadvertent changes from previous commit.
18673
18674 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18675
18676 * files.el (require-final-newline): Make Custom tags consistent
18677 with mode-require-final-newline.
18678 (mode-require-final-newline): Doc fix.
18679
18680 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18681
18682 * international/latexenc.el (latexenc-find-file-coding-system):
18683 Fix regular expressions.
18684
18685 2005-05-01 David Kastrup <dak@gnu.org>
18686
18687 * international/latexenc.el (latexenc-find-file-coding-system):
18688 Fix regular expressions.
18689
18690 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18691
18692 * subr.el (string-to-int): Make obsolete.
18693
18694 2005-04-30 Richard M. Stallman <rms@gnu.org>
18695
18696 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18697
18698 * loadup.el: load jka-comp-hook.
18699
18700 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18701 (jka-compr-handler): Add autoload. `put' calls moved
18702 to jka-comp-hook.el.
18703 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18704 (jka-compr-inhibit): Autoload.
18705
18706 * jka-comp-hook.el: New file.
18707 Enable the mode by default.
18708
18709 * files.el (backup-buffer-copy): Use copy-file instead
18710 of write-region, and put back the 'excl.
18711
18712 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18713
18714 * progmodes/flymake.el (flymake-split-string)
18715 (flymake-split-string, flymake-log, flymake-pid-to-names)
18716 (flymake-reg-names, flymake-get-source-buffer-name)
18717 (flymake-unreg-names, flymake-add-line-err-info)
18718 (flymake-add-err-info): Clarify docstrings.
18719 (flymake-popup-menu, flymake-make-emacs-menu)
18720 (flymake-make-xemacs-menu): Add docstrings.
18721 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18722 Set variables directly throughout.
18723
18724 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18725
18726 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18727 exists. Initialize cc-define-alist.
18728 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18729 If there is no file (Macroexpansion) don't create an alist.
18730
18731 2005-04-29 Sam Steingold <sds@gnu.org>
18732
18733 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18734 (cc-create-define-alist): Use it instead of the hard-coded string.
18735
18736 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18737
18738 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18739 for latexenc.
18740
18741 2005-04-29 Lute Kamstra <lute@gnu.org>
18742
18743 * emacs-lisp/generic.el: Improve commentary section.
18744 (define-generic-mode): Improve docstring.
18745
18746 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18747
18748 * textmodes/org.el (many places): Change to quiet the byte compiler.
18749 (org-prefix-format-compiled): New variable.
18750 (org-compile-prefix-format): New function.
18751 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18752 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18753 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18754 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18755 consistency with entries from `org-mode' files.
18756 (org-get-time-of-day): Fix bug with partial matches early in a line.
18757 (org-non-link-chars): New constant.
18758 (org-link-regexp): Respect `org-non-link-chars'.
18759 (org-agenda-day-view): Remove command.
18760 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18761 (org-follow-bbdb-link, org-store-link): Search also company field.
18762 (org-highlight-overlay): New variable.
18763 (org-highlight, org-unhighlight): New functions.
18764 (org-agenda-mode): Add pre-command-hook to remove highlight.
18765 (org-evaluate-time-range): Behavior depends upon whether time stamp
18766 contains a time or not.
18767 (org-show-subtree, org-show-entry): New functions.
18768 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18769
18770 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18771
18772 * comint.el (comint-output-filter-functions): Add autoload cookie.
18773
18774 2005-04-28 Kim F. Storm <storm@cua.dk>
18775
18776 * ido.el (ido-everywhere): Fix last change.
18777
18778 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18779
18780 * international/latexenc.el: New file.
18781 * international/mule-conf.el (file-coding-system-alist): For .tex,
18782 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18783
18784 2005-04-28 Lute Kamstra <lute@gnu.org>
18785
18786 * font-lock.el (font-lock-add-keywords)
18787 (font-lock-remove-keywords): Clarify docstring.
18788 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18789 Don't start docstrings with a `*'.
18790 (font-lock-update-removed-keyword-alist): Give it a docstring.
18791
18792 * generic-x.el: Update commentary section.
18793 Only require font-lock when compiling.
18794 Define all modes conditionally.
18795 Place all generic modes in the generic-x-modes customization group.
18796 (generic-x-modes): New customization group.
18797 (generic-default-modes, generic-mswindows-modes)
18798 (generic-unix-modes, generic-other-modes): New constants.
18799 (generic-define-mswindows-modes, generic-define-unix-modes):
18800 Update docstrings. Make them obsolete.
18801 (generic-extras-enable-list): New default value. Update docstring.
18802 Improve :type. Change :set function.
18803 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18804 Fix docstring.
18805
18806 * emacs-lisp/generic.el (generic-mode-internal):
18807 Simplify font-lock-defaults.
18808 (define-generic-mode): Fix docstring.
18809
18810 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18811
18812 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18813 font-lock-face property to highlight matches.
18814
18815 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18816
18817 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18818 (cc-define-alist): New variable.
18819 (c-mode): Make it local and initialize it.
18820
18821 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18822 (gdb-exited): New function.
18823 (gdb-annotation-rules): Use it.
18824 (gdb-starting): Set gdb-active-process to t.
18825 (gdb-stopping): Amend doc string.
18826 (gdb-reset): Set gdb-active-process to nil.
18827
18828 * tooltip.el (tooltip-gud-tips): Show the associated #define
18829 directives when a C program under GDB is not executing.
18830
18831 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18832
18833 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18834 font-lock-fontify-syntactic-keywords.
18835
18836 * font-lock.el (font-lock-default-fontify-region): Don't force
18837 parse-sexp-lookup-properties to nil.
18838
18839 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18840
18841 * man.el (man-mode-syntax-table): Set up `:' to have
18842 word-constituent syntax.
18843
18844 2005-04-27 Lute Kamstra <lute@gnu.org>
18845
18846 * novice.el (disable-command): Don't add spurious newlines to the
18847 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18848
18849 2005-04-26 Jay Belanger <belanger@truman.edu>
18850
18851 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18852 than one window before deleting window.
18853
18854 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18855
18856 * shell.el (shell-prompt-pattern): Doc fix.
18857 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18858
18859 * comint.el (comint-prompt-regexp, comint-get-old-input)
18860 (comint-use-prompt-regexp)
18861 (comint-use-prompt-regexp-instead-of-fields)
18862 (comint-replace-by-expanded-history, comint-send-input)
18863 (comint-output-filter, comint-get-old-input-default)
18864 (comint-line-beginning-position, comint-bol, comint-show-output)
18865 (comint-backward-matching-input, comint-forward-matching-input)
18866 (comint-next-prompt, comint-previous-prompt):
18867 Rename `comint-use-prompt-regexp-instead-of-fields' to
18868 `comint-use-prompt-regexp'. Keep old name as alias and declare
18869 obsolete.
18870 (comint-use-prompt-regexp): Shorten first line of doc string.
18871
18872 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18873 Set paragraph-separate buffer locally to "\\'".
18874
18875 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18876 Adapt to above name change.
18877
18878 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18879 (smbclient-prompt-regexp): Ditto.
18880
18881 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18882
18883 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18884
18885 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18886 gdb-location-list.
18887 Break lines that are over 80 characters wide.
18888
18889 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18890
18891 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18892 New fun and var, to preserve compatibility.
18893
18894 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18895
18896 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18897
18898 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18899 name to file-newer-than-file-p.
18900
18901 2005-04-26 Richard M. Stallman <rms@gnu.org>
18902
18903 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18904
18905 * progmodes/python.el (python-mode):
18906 Use new name eldoc-documentation-function.
18907
18908 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18909
18910 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18911 (eldoc-documentation-function):
18912 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18913
18914 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18915
18916 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18917
18918 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18919
18920 * term/xterm.el (function-key-map): Fix strings for
18921 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18922 {C,S,A,C-S}-{f1-f12}.
18923
18924 2005-04-26 Kenichi Handa <handa@m17n.org>
18925
18926 * international/mule-cmds.el (select-safe-coding-system):
18927 Fix previous change.
18928
18929 2005-04-26 Lute Kamstra <lute@gnu.org>
18930
18931 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18932
18933 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18934 (font-lock-comment-delimiter-face): Ditto.
18935
18936 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18937
18938 2005-04-25 Jay Belanger <belanger@truman.edu>
18939
18940 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18941 to t while inserting information; use help-mode.
18942
18943 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18944
18945 * term.el (ansi-term-color-vector): Use the xterm colors.
18946 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18947
18948 2005-04-25 Lute Kamstra <lute@gnu.org>
18949
18950 * font-core.el (font-lock-defaults): Fix docstring.
18951
18952 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18953
18954 2005-04-25 Kenichi Handa <handa@m17n.org>
18955
18956 * international/mule-cmds.el (select-safe-coding-system):
18957 Don't check consistency with coding: spec, etc if raw-text or
18958 no-conversion was found to be safe.
18959
18960 2005-04-24 Richard M. Stallman <rms@gnu.org>
18961
18962 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18963 citation markers at start of each line.
18964
18965 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18966 citation markers at start of each line.
18967
18968 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18969
18970 * files.el (mode-require-final-newline): Fix previous change.
18971 (require-final-newline): Fix type label.
18972
18973 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18974
18975 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18976 statement in buffer (broken by 2004-11-24 change).
18977
18978 2005-04-24 Kim F. Storm <storm@cua.dk>
18979
18980 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18981 and read-file-name-function values. Don't overwrite existing
18982 non-nil values if ido-mode is enabled without ido-everywhere.
18983
18984 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18985
18986 * files.el (mode-require-final-newline): Minor doc fix.
18987
18988 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18989
18990 * subr.el (syntax-after): Doc fix.
18991 (syntax-class): If argument is nil, return nil. Mask off upper 16
18992 bits, not 8 bits.
18993
18994 * files.el (mode-require-final-newline): Doc fix.
18995 (backup-buffer-copy): Fix last change.
18996
18997 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18998
18999 * term/mac-win.el: Require select. Set selection-coding-system to
19000 mac-system-coding-system. Call menu-bar-enable-clipboard.
19001 (x-last-selected-text-clipboard, x-last-selected-text-primary)
19002 (x-select-enable-clipboard): New variables.
19003 (x-select-text, x-get-selection, x-selection-value)
19004 (x-get-selection-value, mac-select-convert-to-string)
19005 (mac-services-open-file, mac-services-open-selection)
19006 (mac-services-insert-text): New functions.
19007 (CLIPBOARD, FIND): Put mac-scrap-name property.
19008 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
19009 (public.tiff): Put mac-ostype property.
19010 (selection-converter-alist): Add entries for them.
19011 (mac-application-menu-map): New keymap.
19012 (interprogram-cut-function, interprogram-paste-function): Set to
19013 x-select-text and x-get-selection-value, respectively.
19014 (split-window-keep-point): Set to t.
19015
19016 2005-04-23 Richard M. Stallman <rms@gnu.org>
19017
19018 * files.el (read-directory-name): Always pass non-nil
19019 DEFAULT-FILENAME arg to read-file-name.
19020 (backup-buffer-copy, basic-save-buffer-2): Take care against
19021 writing thru an unexpected existing symlink.
19022 (revert-buffer): In indirect buffer, revert the base buffer.
19023 (magic-mode-alist): Doc fix.
19024 (buffer-stale-function): Doc fix.
19025 (minibuffer-with-setup-hook): Avoid warning.
19026 (mode-require-final-newline): Doc and custom fix.
19027
19028 * follow.el (follow-end-of-buffer): Use with-no-warnings.
19029
19030 * font-lock.el (font-lock-comment-face): On terminals with few colors,
19031 use the default appearance.
19032 (font-lock-comment-delimiter-face): New face, new variable.
19033
19034 * imenu.el (imenu--generic-function): The official position of a
19035 definition is the start of the line that BEG is in.
19036
19037 * midnight.el (midnight-timer): Move defvar up.
19038
19039 * mouse.el (mouse-drag-region-1): Delete some debugging code.
19040
19041 * saveplace.el (save-place-to-alist): Use with-no-warnings.
19042
19043 * startup.el (command-line): Use with-no-warnings.
19044
19045 * window.el (window-size-fixed): New defvar.
19046
19047 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
19048
19049 * mail/rmail.el (rmail-font-lock-keywords):
19050 Use font-lock-comment-delimiter-face.
19051
19052 * mail/sendmail.el (mail-font-lock-keywords):
19053 Use font-lock-comment-delimiter-face.
19054
19055 * progmodes/compile.el (next-error-highlight-timer): New defvar.
19056
19057 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
19058
19059 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19060 Specify t for LAXMATCH when matching directories.
19061 Save match data around compilation-compat-error-properties form.
19062
19063 2005-04-23 David Kastrup <dak@gnu.org>
19064
19065 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
19066 Mention that the autoloaded aliases should be kept for AUCTeX.
19067
19068 2005-04-23 Andreas Schwab <schwab@suse.de>
19069
19070 * isearch.el (isearch-forward): Doc fix.
19071
19072 2005-04-23 Eli Zaretskii <eliz@gnu.org>
19073
19074 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
19075 (jit-lock-stealth-nice): Change default value to 0.5.
19076
19077 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
19078
19079 * abbrev.el (write-abbrev-file): Write table entries in
19080 alphabetical order by table name.
19081
19082 2005-04-22 Kim F. Storm <storm@cua.dk>
19083
19084 * ido.el (ido-read-internal): Fix `list' completion.
19085
19086 2005-04-22 Kenichi Handa <handa@m17n.org>
19087
19088 * recentf.el (recentf-save-file-coding-system): New variable.
19089 (recentf-save-list): Encode the file by
19090 recentf-save-file-coding-system and add coding: tag.
19091
19092 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
19093
19094 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
19095
19096 2005-04-21 Lute Kamstra <lute@gnu.org>
19097
19098 * loadhist.el (unload-feature): Don't remove a function from hooks
19099 if it is about to be restored to an autoload . Remove functions
19100 that will become unbound from auto-mode-alist. Simplify the code.
19101
19102 * subr.el (assq-delete-all): New implementation that is linear,
19103 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
19104 (rassq-delete-all): New function.
19105
19106 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
19107 Add size-indication-mode.
19108
19109 2005-04-21 Kenichi Handa <handa@m17n.org>
19110
19111 * international/mule-cmds.el: Add autoload for widget-value in
19112 eval-when-compile.
19113
19114 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
19115
19116 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
19117 Add tooltip-mode.
19118
19119 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
19120
19121 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
19122
19123 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
19124 (inferior-lisp-filter-regexp, inferior-lisp-program)
19125 (inferior-lisp-load-command, inferior-lisp-prompt)
19126 (inferior-lisp-mode-hook, lisp-source-modes)
19127 (inferior-lisp-load-hook): defvar->defcustom.
19128 (inferior-lisp-program, inferior-lisp-prompt)
19129 (inferior-lisp-load-hook): Doc fixes.
19130 (inferior-lisp-install-letter-bindings): Small change in
19131 introductory comment.
19132
19133 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
19134
19135 * vc.el (vc-annotate-color-map): Change some colors so that text
19136 using them as foreground is readable on both white and black
19137 backgrounds.
19138
19139 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19140
19141 * international/mule-conf.el (translation-table-for-input):
19142 Remove redundant declaration.
19143
19144 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
19145
19146 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
19147
19148 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
19149 (tooltip-toggle-gud-tips): New function.
19150
19151 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19152
19153 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
19154 right angle brackets.
19155
19156 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
19157
19158 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
19159
19160 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
19161
19162 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
19163 Remove. Update callers to use expand-file-name instead.
19164
19165 * subr.el (syntax-class): New function.
19166
19167 * simple.el (blink-matching-open): Use it.
19168
19169 * paren.el (show-paren-function): Use it to recognize parens that are
19170 also used in 2-char comment markers.
19171
19172 2005-04-19 Lute Kamstra <lute@gnu.org>
19173
19174 * loadhist.el (unload-feature): Update for new format of
19175 load-history. Simplify the code.
19176
19177 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19178
19179 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
19180 (mac-add-charset-info): New function. Initialize variable
19181 mac-charset-info-alist using it.
19182 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
19183 for translation.
19184 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
19185 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
19186 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
19187 New CCL programs.
19188
19189 2005-04-19 Kim F. Storm <storm@cua.dk>
19190
19191 * simple.el (next-buffer, prev-buffer, next-error)
19192 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
19193 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
19194
19195 * bindings.el (next-buffer, prev-buffer, next-error)
19196 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
19197 (clone-indirect-buffer-other-window): Move bindings from simple.el.
19198 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
19199 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
19200
19201 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
19202
19203 * isearch.el (isearch-edit-string): Make the search-ring available for
19204 minibuffer history commands.
19205 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
19206 the default history commands now work just as well.
19207 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
19208
19209 2005-04-18 Kim F. Storm <storm@cua.dk>
19210
19211 * emulation/cua-base.el (cua--pre-command-handler): Add more
19212 elaborate check for shift modifier on non-window systems.
19213
19214 2005-04-18 Lars Hansen <larsh@math.ku.dk>
19215
19216 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
19217
19218 2005-04-18 Kim F. Storm <storm@cua.dk>
19219
19220 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
19221 and make it optional. Don't test tooltip-gud-echo-area here.
19222 (tooltip-gud-process-output, gdb-tooltip-print):
19223 Pass tooltip-gud-echo-area to tooltip-show.
19224 (tooltip-help-tips): Remove second optional arg to tooltip-show.
19225
19226 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19227
19228 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
19229 `display-graphic-p' may not be bound yet.
19230
19231 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
19232
19233 * startup.el (command-line): No longer enable Xterm Mouse mode by
19234 default in terminals compatible with xterm.
19235
19236 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
19237
19238 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
19239
19240 * tooltip.el (tooltip-gud-echo-area): Rename from
19241 tooltip-use-echo-area.
19242 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
19243 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
19244 area independently of where help tooltips are displayed.
19245
19246 2005-04-17 David Kastrup <dak@gnu.org>
19247
19248 * cus-theme.el (custom-theme-write-variables): Quote variables
19249 where necessary.
19250
19251 2005-04-17 Richard M. Stallman <rms@gnu.org>
19252
19253 * simple.el (yank-excluded-properties): Add follow-link to value.
19254
19255 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
19256
19257 * startup.el (fancy-splash-max-time): Just 30 seconds.
19258 (fancy-splash-delay): Just 7.
19259 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
19260
19261 * loadhist.el (unload-feature): Update for new format of load-history.
19262 Simplify the code.
19263
19264 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
19265 (rmail-font-lock-keywords): Don't fontify the text of a citation.
19266
19267 * mail/sendmail.el (mail-font-lock-keywords):
19268 Don't fontify subject text.
19269 Don't fontify the text of a citation.
19270
19271 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
19272
19273 * comint.el (comint-output-filter): Run comint-output-filter-functions
19274 with point where the user had it.
19275
19276 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19277
19278 * international/ucs-tables.el (ucs-set-table-for-input):
19279 Disable when using unify-on-decoding.
19280
19281 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
19282
19283 * emulation/cua-base.el (cua-global-mark-face): Add special case
19284 for displays supporting a high number of colors.
19285
19286 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
19287
19288 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
19289
19290 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
19291
19292 * filesets.el (filesets-add-buffer): If user supplies a name of a
19293 non-existing fileset, create a new fileset.
19294
19295 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
19296
19297 * textmodes/org.el (org-up-heading-all): Fix bug with
19298 `outline-up-heading-all'.
19299
19300 2005-04-16 Andreas Schwab <schwab@suse.de>
19301
19302 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
19303 /etc/permissions.d/* and /etc/aliases.d/*.
19304
19305 2005-04-16 Kenichi Handa <handa@m17n.org>
19306
19307 * international/code-pages.el (cp-make-coding-system):
19308 Set `translation-table-for-input' property value to the symbol
19309 ucs-mule-to-mule-unicode, not to that value.
19310 (pt154): Escape guillemet by `\'.
19311
19312 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
19313
19314 * loadup.el: Load tooltip if x-show-tip is fboundp.
19315
19316 * startup.el (command-line): Add comment.
19317
19318 * tooltip.el (tooltip-mode): Specify correct standard value for
19319 Custom in init-value.
19320
19321 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
19322
19323 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
19324 possible.
19325
19326 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
19327
19328 * textmodes/org.el (org-agenda-date-prompt): Rename from
19329 `org-agenda-date-today'.
19330 (org-evaluate-time-range): Insert at point instead of directly
19331 after time range.
19332 (org-first-headline-recenter, org-subtree-end-visible-p)
19333 (org-optimize-window-after-visibility-change): New functions
19334 (org-agenda-post-command-hook): Don't allow point at end of line,
19335 to make sure it always hits the text properties.
19336 (org-agenda-next-date-line, org-agenda-previous-date-line):
19337 New commands.
19338 (org-set-regexps-and-options): Category may contain white space.
19339 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19340 Improve marker positions.
19341 (org-agenda-new-marker): Argument POS made optional.
19342 (org-agenda-get-timestamps): Deadlines which are done are listed
19343 in org-done-face now.
19344 (org-agenda-get-todos, org-agenda-get-timestamps)
19345 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19346 Set `undone-face' and `done-face' properties.
19347 (org-last-todo-state-is-todo): New variable.
19348 (org-todo): Set `org-last-todo-state-is-todo'.
19349 (org-agenda-todo): Change face according to
19350 `org-last-todo-state-is-todo'. And change other lines referring to
19351 the same entry.
19352 (org-calendar-goto-agenda): New command.
19353 (org-calendar-to-agenda-key): New option.
19354 (org-startup-folded): New allowed value `content'.
19355 (org-set-regexps-and-options): Accept new value `content' for
19356 `org-startup-folded'.
19357 (org-get-current-options): Handle new value `content' for
19358 `org-startup-folded'.
19359 (org-insert-todo-heading): New command.
19360 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
19361 interactively in empty file and option
19362 `org-insert-mode-line-in-empty-file' has been set.
19363 (org-agenda-todo, org-agenda-priority): Modify to use
19364 `org-agenda-change-all-lines'.
19365 (org-warning-face): Change color on dark background
19366
19367 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19368
19369 * international/mule-cmds.el (set-locale-environment): On Mac OS,
19370 use preferences AppleLocale and AppleLanguages, and variable
19371 mac-system-locale for default locale. On Mac OS Classic, use
19372 mac-system-coding-system for default coding systems.
19373
19374 * term/mac-win.el: Don't set file-name-coding-system.
19375 Decode variables system-name, emacs-build-system, user-login-name, and
19376 user-full-name by mac-system-coding-system on Mac OS Classic.
19377 (mac-system-coding-system): New variable.
19378
19379 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
19380
19381 * startup.el (command-line): Handle `xterm-mouse-mode' before
19382 reading init file.
19383
19384 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
19385
19386 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
19387
19388 * progmodes/sh-script.el (sh-here-document-word): Make it a
19389 defcustom. Doc fix.
19390 (sh-add): Bash uses $(( )) for arithmetic.
19391 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
19392 (sh-maybe-here-document): Remove quotes and leading whitespace
19393 from heredoc word when closing. Indent heredoc with tabs if word
19394 starts with "-".
19395
19396 2005-04-13 Richard M. Stallman <rms@gnu.org>
19397
19398 * simple.el (undo): Fix previous change.
19399
19400 * custom.el (defface): Doc fix.
19401
19402 2005-04-13 Lute Kamstra <lute@gnu.org>
19403
19404 * Makefile.in (DONTCOMPILE): Remove list.
19405 (compile, compile-always): Don't use DONTCOMPILE.
19406 (update-authors): Load the library in which batch-update-authors
19407 is defined.
19408 * makefile.w32-in (DONTCOMPILE): Remove list.
19409 (compile, compile-always): Fix comments.
19410 (update-authors): Load the library in which batch-update-authors
19411 is defined.
19412
19413 * generic-x.el (generic-mode-ini-file-find-file-hook):
19414 Rename to ini-generic-mode-find-file-hook.
19415 Keep generic-mode-ini-file-find-file-hook as an alias.
19416 (ini-generic-mode-find-file-hook): Rename from
19417 generic-mode-ini-file-find-file-hook. Fix docstring.
19418 (ini-generic-mode): Docstring change.
19419 (bat-generic-mode-run-as-comint): Silence the byte compiler.
19420
19421 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
19422 called from lisp.
19423
19424 * generic.el: Move to the emacs-lisp subdir.
19425
19426 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19427
19428 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19429 and C-S- function and cursor motion keys.
19430
19431 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
19432
19433 * startup.el (command-line): Enable Xterm Mouse mode by default.
19434 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19435 for Custom. No longer show "Mouse" in mode line when enabled.
19436 Doc fix.
19437
19438 2005-04-12 Kim F. Storm <storm@cua.dk>
19439
19440 * emulation/cua-base.el (cua-rectangle-face)
19441 (cua-rectangle-noselect-face): Define face attributes here.
19442
19443 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19444
19445 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19446
19447 * startup.el (command-line): Turn off blinking cursor if
19448 cursorBlink in resources is off or false.
19449
19450 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19451
19452 * term/mac-win.el (dnd): Require dnd.
19453 (mac-drag-n-drop): Call dnd-handle-one-url.
19454 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19455 (kTextEncodingISOLatin2): Remove constants.
19456 (mac-script-code-coding-systems): New constant.
19457 (mac-handle-language-change): New function.
19458 (special-event-map): Bind it to `language-change' event.
19459 (mac-centraleurroman, mac-cyrillic): New coding systems.
19460 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19461 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19462 and mac-cyrillic-encoder to encode-mac-centraleurroman and
19463 encode-mac-cyrillic, respectively.
19464
19465 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19466
19467 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19468 Don't set overlay-arrow-string to "=>" as this is done
19469 globally in C now.
19470
19471 2005-04-12 Lute Kamstra <lute@gnu.org>
19472
19473 * generic-x.el (rc-generic-mode, rul-generic-mode):
19474 Fix auto-mode-alist entries.
19475 (etc-fstab-generic-mode): Tweak fontification.
19476
19477 * generic.el (generic-make-keywords-list): Fix docstring.
19478 (generic-mode-internal): Simplify generic-font-lock-keywords.
19479
19480 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19481
19482 * whitespace.el (whitespace-buffer-leading)
19483 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19484 However, fix the highlight area for the leading and
19485 trailing whitespaces to show space.
19486
19487 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19488
19489 * whitespace.el (whitespace-version): Bump to 3.5
19490
19491 (whitespace-buffer-leading, whitespace-buffer-trailing):
19492 Invert sense of the test to highlight the whitespace.
19493
19494 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19495
19496 * progmodes/gud.el (gud-display-line): GUD uses its own
19497 overlay arrow now so don't set overlay-arrow-string.
19498 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19499
19500 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19501
19502 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19503 (term-ansi-current-reverse, term-ansi-current-invisible)
19504 (term-ansi-face-already-done): Change to boolean.
19505 (term-reset-terminal, term-handle-colors-array): Handle the above
19506 vars accordingly.
19507 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19508 (term-emulate-terminal): Use the new name.
19509
19510 * faces.el (secondary-selection): Use yellow1, not yellow.
19511 (trailing-whitespace): Use red1, not red.
19512
19513 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19514
19515 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19516 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19517 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19518
19519 * cus-edit.el (dnd): New group.
19520
19521 * term/w32-win.el (dnd): Require dnd
19522 (w32-drag-n-drop): Call dnd-handle-one-url.
19523
19524 * x-dnd.el: Require dnd.
19525 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19526 Call dnd-handle-one-url.
19527 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19528 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19529 to dnd-insert-text.
19530 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19531 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19532 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19533 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19534
19535 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19536
19537 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19538
19539 * wdired.el: Doc fixes.
19540 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19541 (wdired-use-dired-vertical-movement): Rename from
19542 wdired-always-move-to-filename-beginning.
19543 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19544 (wdired-change-to-wdired-mode): Change mode name.
19545 (wdired-newline): Delete.
19546
19547 2005-04-11 Richard M. Stallman <rms@gnu.org>
19548
19549 * whitespace.el (whitespace-highlight-the-space):
19550 Don't call whitespace-unhighlight-the-space here.
19551
19552 * simple.el (undo): Record t in undo-equiv-table
19553 for the redo record made by an undo-in-region.
19554
19555 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19556
19557 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19558 (gdb-frame-inferior-io-buffer): New Functions to control
19559 display of separate IO buffer.
19560 (menu): Add them to menu-bar.
19561 (gdb-display-buffer): Check for buffer another frame.
19562 Protect GUD buffer.
19563 (gdb-setup-windows): Create IO buffer if not already there.
19564 (gdb-memory-mode): Remove purecopy noops.
19565
19566 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19567
19568 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19569 and pass to self-insert-command.
19570
19571 2005-04-11 Lute Kamstra <lute@gnu.org>
19572
19573 * generic.el: Commentary section cleanup.
19574 (generic): Delete.
19575 (generic-use-find-file-hook, generic-lines-to-scan)
19576 (generic-find-file-regexp, generic-ignore-files-regexp)
19577 (default-generic-mode, generic-mode-find-file-hook)
19578 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19579 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19580 (generic-use-find-file-hook, generic-lines-to-scan)
19581 (generic-find-file-regexp, generic-ignore-files-regexp)
19582 (default-generic-mode, generic-mode-find-file-hook)
19583 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19584
19585 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19586
19587 * bookmark.el (bookmark-write-file): Catch errors writing file.
19588 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19589
19590 2005-04-10 Richard M. Stallman <rms@gnu.org>
19591
19592 * startup.el (fancy-splash-tail): Update copyright year.
19593 (command-line): Split part of -Q into -D.
19594 (emacs-basic-display): New defvar.
19595 (fancy-splash-text): Correct name of menu item.
19596
19597 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19598
19599 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19600 lines in one node.
19601
19602 * comint.el (comint-send-input): New arg ARTIFICIAL.
19603 Callers in this file changed.
19604
19605 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19606
19607 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19608
19609 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19610
19611 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19612 `ldap-search-internal'.
19613
19614 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19615
19616 * files.el (set-auto-mode-1): Use line-end-position.
19617
19618 * international/latin-1.el:
19619 * international/latin-2.el:
19620 * international/latin-3.el:
19621 * international/latin-4.el:
19622 * international/latin-5.el:
19623 * international/latin-8.el:
19624 * international/latin-9.el: Give punctuation syntax to NBSP.
19625
19626 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19627 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19628 Use char-classes to accept non-ascii letters, accepted in some recent
19629 bibtex implementations.
19630
19631 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19632
19633 * custom.el (custom-set-minor-mode): Any non-nil value for the
19634 variable should enable the mode when set through Custom.
19635
19636 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19637
19638 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19639 TAB binding so tab-always-indent is obeyed.
19640 (vhdl-minibuffer-local-map): Move initialization into declaration.
19641 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19642 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19643 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19644 (vhdl-current-line): Use line-beginning-position.
19645 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19646 with-output-to-temp-buffer, so the current position can be recorded.
19647
19648 2005-04-10 Masatake YAMATO <jet@gyve.org>
19649
19650 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19651 Add regexp for gcov.
19652
19653 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19654
19655 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19656 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19657 syntax which Emacs 20 doesn't support.
19658
19659 2005-04-09 Richard M. Stallman <rms@gnu.org>
19660
19661 * help.el (describe-key-briefly, describe-key):
19662 Replace strings as event types with "(any string)".
19663
19664 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19665
19666 * arc-mode.el (archive-mode-map): Move initialization into
19667 the declaration. Override *all* bindings of `undo'.
19668 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19669
19670 2005-04-09 Jay Belanger <belanger@truman.edu>
19671
19672 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19673
19674 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19675
19676 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19677 (xterm-register-default-colors): Update color values computation
19678 to match xterm-200.
19679
19680 2005-04-09 Kenichi Handa <handa@m17n.org>
19681
19682 * international/code-pages.el (iso-latin-7): Fix the map.
19683
19684 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19685
19686 * emacs-lisp/lisp.el (defun-prompt-regexp)
19687 (parens-require-spaces, buffer-end, end-of-defun)
19688 (insert-parentheses): Doc fixes.
19689
19690 2005-04-08 Kim F. Storm <storm@cua.dk>
19691
19692 * comint.el (comint-highlight-prompt): Fix face spec.
19693 * hi-lock.el (hi-green): Likewise.
19694
19695 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19696
19697 * cus-edit.el (custom-modified-face):
19698 * comint.el (comint-highlight-input): Fix previous changes.
19699 * term.el (term-handle-ansi-escape): Add a comment.
19700
19701 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19702
19703 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19704 in the buffer and in whitespace-highlighted-space.
19705 (whitespace-unhighlight-the-space): Simplify.
19706 (whitespace-buffer): Simplify.
19707
19708 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19709
19710 * textmodes/table.el (table-cell-face): Add special case for
19711 displays supporting a high number of colors.
19712 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19713 (vhdl-font-lock-reserved-words-face)
19714 (vhdl-speedbar-architecture-face)
19715 (vhdl-speedbar-instantiation-face)
19716 (vhdl-speedbar-architecture-selected-face)
19717 (vhdl-speedbar-instantiation-selected-face): Likewise.
19718 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19719 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19720 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19721 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19722 (ebrowse-progress-face): Likewise.
19723 * progmodes/compile.el (compilation-info-face): Likewise.
19724 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19725 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19726 * calendar/calendar.el (diary-face): Likewise.
19727 * woman.el (woman-italic-face, woman-bold-face)
19728 (woman-unknown-face): Likewise.
19729 * wid-edit.el (widget-button-pressed-face): Likewise.
19730 * whitespace.el (whitespace-highlight-face): Likewise.
19731 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19732 * pcvs-info.el (cvs-marked-face): Likewise.
19733 * info.el (info-xref): Likewise.
19734 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19735 * hilit-chg.el (highlight-changes-face)
19736 (highlight-changes-delete-face): Likewise.
19737 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19738 (hi-red-b): Likewise.
19739 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19740 * font-lock.el (font-lock-keyword-face)
19741 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19742 * cus-edit.el (custom-invalid-face, custom-modified-face)
19743 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19744 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19745 * comint.el (comint-highlight-prompt): Likewise.
19746
19747 2005-04-08 Lute Kamstra <lute@gnu.org>
19748
19749 * font-lock.el (font-lock-keywords): Docstring fixes.
19750
19751 2005-04-08 Kenichi Handa <handa@m17n.org>
19752
19753 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19754 chars are more than a limit, print " and more..." at the tail.
19755
19756 2005-04-08 Kim F. Storm <storm@cua.dk>
19757
19758 * emacs-lisp/authors.el (authors-aliases): Update list.
19759 (authors-ignored-files): New list.
19760 (authors-fixed-entries): Fix typo.
19761 (authors-renamed-files-alist): Update list.
19762 (authors-add): Check authors-ignored-files.
19763
19764 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19765
19766 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19767 optional, to ensure backward compatibility.
19768
19769 2005-04-08 Stephen Eglen <stephen@gnu.org>
19770
19771 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19772
19773 2005-04-08 Kim F. Storm <storm@cua.dk>
19774
19775 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19776
19777 * mouse.el (mouse-on-link-p): Doc fix.
19778
19779 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19780
19781 * ielm.el (ielm-prompt-read-only): Doc fix.
19782
19783 * comint.el (comint-prompt-read-only): Doc fix.
19784
19785 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19786
19787 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19788 ensure dired always handles wildcards passed to ffap.
19789 (find-file-at-point): Use it.
19790 (ffap-dired-wildcards): Doc fix.
19791
19792 2005-04-07 Juri Linkov <juri@jurta.org>
19793
19794 * simple.el (next-error-overlay-arrow-position): New defvar.
19795 Put "=>" on its property `overlay-arrow-string'. Add it to
19796 `overlay-arrow-variable-list'.
19797
19798 * progmodes/compile.el (compilation-setup):
19799 Set `next-error-overlay-arrow-position' to nil. Also set it to
19800 nil in the local hook `kill-buffer-hook'. Make local variable
19801 `overlay-arrow-string' and set it to "=>".
19802 (compilation-goto-locus): Set BOL position to
19803 `next-error-overlay-arrow-position' instead of
19804 `overlay-arrow-position'.
19805
19806 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19807 locally instead of adding it to the global hook.
19808 (Info-kill-buffer): Move up.
19809
19810 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19811
19812 * term/xterm.el (xterm-standard-colors): Update color values from
19813 xterm-200.
19814
19815 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19816
19817 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19818
19819 * fast-lock.el:
19820 * lazy-lock.el: Move them to the obsolete subdir.
19821
19822 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19823
19824 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19825 (wdired-add-replace-advice): Remove.
19826 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19827
19828 2005-04-06 Kim F. Storm <storm@cua.dk>
19829
19830 * startup.el (command-line): Add --bare-bones alias for -Q.
19831
19832 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19833
19834 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19835 create the startup fontset if a font specification ends with
19836 `mac-roman'.
19837
19838 2005-04-06 Lute Kamstra <lute@gnu.org>
19839
19840 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19841 change.
19842
19843 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19844 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19845
19846 2005-04-05 Lute Kamstra <lute@gnu.org>
19847
19848 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19849 (define-generic-mode): Ditto. Fix debug declaration.
19850
19851 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19852 Put them in the generic-x group.
19853
19854 * calendar/timeclock.el (timeclock): Doc fix.
19855
19856 * generic.el (define-generic-mode): Don't use custom-current-group.
19857 Document default :group value.
19858 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19859 (define-global-minor-mode): Don't use custom-current-group.
19860
19861 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19862
19863 * startup.el (command-line-1): Display startup-echo-area-message
19864 when fancy splash screen is in use.
19865
19866 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19867 (sh-escaped-newline): New face.
19868 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19869 newline, and use sh-escaped-newline face.
19870
19871 * progmodes/tcl.el (tcl-escaped-newline): New face.
19872 (tcl-builtin-list): New variable.
19873 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19874 newlines. Fix keywords subexpression number.
19875
19876 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19877
19878 * textmodes/org.el (org-diary-default-entry): Fix call to
19879 `add-to-diary-entry'.
19880
19881 2005-04-05 Kim F. Storm <storm@cua.dk>
19882
19883 * ediff-init.el: Use (featurep 'xemacs).
19884
19885 2005-04-05 David Ponce <david@dponce.com>
19886
19887 * cus-edit.el (face): Derive from symbol widget. Display sample
19888 of the current face on the fly.
19889 (widget-face-sample-face-get, widget-face-notify): New functions.
19890 (widget-face-value-create): Remove.
19891
19892 * wid-edit.el (widget-field-end): Temporarily remove field
19893 narrowing before to call `get-char-property'.
19894
19895 2005-04-04 Jay Belanger <belanger@truman.edu>
19896
19897 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19898 (math-read-subscripts): New variable.
19899 (math-read-preprocess-string): Process subscripts.
19900
19901 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19902
19903 * comint.el (comint-prompt-read-only): Doc fix.
19904
19905 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19906 `-1'. Doc fix.
19907
19908 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19909
19910 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19911 Change default value to nil.
19912
19913 2005-04-04 Lute Kamstra <lute@gnu.org>
19914
19915 * autorevert.el (auto-revert-mode): Specify :group.
19916 * battery.el (display-battery-mode): Specify :group.
19917 * diff-mode.el (diff-minor-mode): Specify :group.
19918 * font-core.el (font-lock-mode): Specify :group.
19919 * hl-line.el (hl-line-mode): Specify :group.
19920 * iimage.el (iimage): New customization group.
19921 (iimage-mode): Specify :group.
19922 * longlines.el (longlines-mode): Specify :group.
19923 * master.el: Don't require easy-mmode.
19924 (master): New customization group.
19925 (master-mode): Specify :group.
19926 * msb.el (msb-mode): Specify :group.
19927 * reveal.el (reveal-mode): Specify :group.
19928 * simple.el (next-error-follow-minor-mode): Specify :group.
19929 * smerge-mode.el (smerge-mode): Specify :group.
19930 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19931 * emulation/cua-base.el (cua-mode): Specify :group.
19932 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19933 * language/thai-util.el (thai-auto-composition-mode)
19934 (thai-word-mode): Specify :group.
19935 * mail/supercite.el (sc-minor-mode): Specify :group.
19936 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19937 * progmodes/flymake.el (flymake-mode): Specify :group.
19938 * progmodes/glasses.el (glasses-mode): Specify :group.
19939 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19940 * textmodes/enriched.el (enriched-mode): Specify :group.
19941 * textmodes/refill.el (refill-mode): Specify :group.
19942
19943 * add-log.el (change-log-font-lock-keywords): Names in
19944 parenthesized lists can contain spaces.
19945
19946 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19947
19948 * startup.el (fancy-splash-text): Shorten default text of
19949 "Emacs Tutorial" line. Also, if the current language env
19950 indicates an available tutorial file other than TUTORIAL,
19951 extract its title and append it to the line in parentheses.
19952 (fancy-splash-insert): If arg is a thunk, funcall it.
19953
19954 2005-04-04 Jay Belanger <belanger@truman.edu>
19955
19956 * calc.el (calc-language-alist): Add tags to customization type.
19957
19958 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19959
19960 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19961 Doc fix.
19962
19963 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19964
19965 * add-log.el (change-log-font-lock-keywords): The manual
19966 describing a Change Log entry, says: (...) "Aside from these
19967 header lines, every line in the change log starts with a space or
19968 a tab.". The font-lock was not highlighting lines started with
19969 spaces, added support for it.
19970
19971 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19972
19973 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19974 (bibtex-generate-url-list): Update docstring accordingly. Put the
19975 complex example in the docstring.
19976 (bibtex-font-lock-url): Use pop.
19977
19978 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19979
19980 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19981
19982 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19983
19984 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19985
19986 * filesets.el (filesets-set-default): Doc fix.
19987
19988 2005-04-03 Lute Kamstra <lute@gnu.org>
19989
19990 * generic.el (define-generic-mode): Add argument to specify
19991 keywords for defcustom.
19992 (default-generic-mode): Specify :group.
19993
19994 * generic-x.el: Specify :group for all generic modes.
19995
19996 * desktop.el (desktop-no-desktop-file-hook)
19997 (desktop-after-read-hook): Doc fix.
19998
19999 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
20000
20001 * simple.el (visible-mode): Use explicit :group keyword.
20002 This changes the group of `visible-mode-hook' from paren-blinking
20003 to editing-basics.
20004
20005 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
20006
20007 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
20008 mailbox specifications as well as URLs.
20009 (rmail-insert-inbox-text): Remove unused conditional branches.
20010
20011 2005-04-01 Jay Belanger <belanger@truman.edu>
20012
20013 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
20014 (calc-gnuplot-print-command): Move definitions to calc.el.
20015
20016 * calc/calc-embed.el (calc-embedded-announce-formula)
20017 (calc-embedded-open-formula, calc-embedded-close-formula)
20018 (calc-embedded-open-word, calc-embedded-close-word)
20019 (calc-embedded-open-plain, calc-embedded-close-plain)
20020 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
20021 (calc-embedded-open-mode, calc-embedded-close-mode):
20022 Move definitions to calc.el.
20023
20024 * calc/calc.el (calc-settings-file, calc-language-alist):
20025 Make customizable.
20026 (calc-embedded-announce-formula, calc-embedded-open-formula)
20027 (calc-embedded-close-formula, calc-embedded-open-word)
20028 (calc-embedded-close-word, calc-embedded-open-plain)
20029 (calc-embedded-close-plain, calc-embedded-open-new-formula)
20030 (calc-embedded-close-new-formula, calc-embedded-open-mode)
20031 (calc-embedded-close-mode, calc-gnuplot-name)
20032 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
20033 from other files and make customizable.
20034
20035 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20036
20037 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
20038 Use buffer-live-p.
20039 (cvs-mode-run): Don't call cvs-update-header here.
20040 (cvs-run-process): Call cvs-update-header.
20041 Use process properties for cvs-postprocess and cvs-buffer so that
20042 the sentinel can behave better if the temp buffer is killed.
20043 Use a pipe rather than a tty, to better handle unexpected prompts.
20044 (cvs-sentinel): Rewrite. Call cvs-update-header.
20045
20046 2005-04-01 Andre Spiegel <spiegel@gnu.org>
20047
20048 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
20049 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
20050
20051 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
20052
20053 * generic.el (define-generic-mode): Add indentation rule.
20054
20055 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
20056
20057 * files.el (mode-require-final-newline): Make Custom correctly
20058 report a nil value and allow to set it to nil via Custom.
20059 Doc fix.
20060
20061 2005-04-01 Kenichi Handa <handa@m17n.org>
20062
20063 * international/characters.el: Enable the correct case setting for
20064 dotless-i and dotted-I.
20065
20066 2005-04-01 Kim F. Storm <storm@cua.dk>
20067
20068 * ido.el (ido-file-internal): Fall back to non-ido command if
20069 initial directory is on slow ftp (or tramp) host.
20070
20071 2005-03-31 Richard M. Stallman <rms@gnu.org>
20072
20073 * emacs-lisp/autoload.el (make-autoload):
20074 Handle define-global-minor-mode.
20075
20076 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20077 Rename from easy-mmode-define-global-mode.
20078 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
20079
20080 * progmodes/scheme.el (scheme-mode-syntax-table):
20081 Update syntax of | and # for two-character comment syntax.
20082
20083 2005-03-31 Lute Kamstra <lute@gnu.org>
20084
20085 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
20086 (define-minor-mode): Call custom-current-group at load-time.
20087
20088 * generic.el (define-generic-mode): Add debug declaration.
20089 Add defcustom for the mode hook.
20090 (generic-mode-internal): Use run-mode-hooks.
20091
20092 2005-03-31 Kim F. Storm <storm@cua.dk>
20093
20094 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
20095 (mouse-fixup-help-message): New defun called by show_help_echo
20096 to fixup mouse-2 prefix in help messages when applicable.
20097
20098 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
20099
20100 2005-03-31 Kenichi Handa <handa@m17n.org>
20101
20102 * language/thai-word.el (thai-find-word-ends): Pay attention to
20103 the case that we reach the end of buffer.
20104
20105 * textmodes/fill.el (fill-text-properties-at): New function.
20106 (fill-newline): Use fill-text-properties-at instead of
20107 text-properties-at.
20108
20109 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
20110
20111 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
20112 not comint-quote-filename.
20113
20114 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
20115
20116 * help-fns.el (help-with-tutorial): Revert last change.
20117
20118 2005-03-31 Kim F. Storm <storm@cua.dk>
20119
20120 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
20121
20122 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
20123
20124 * calendar/cal-china.el: Update reference to "Calendrical
20125 Calculations" book; there's a new edition.
20126 * calendar/cal-coptic.el: Likewise.
20127 * calendar/cal-french.el: Likewise.
20128 * calendar/cal-hebrew.el: Likewise.
20129 * calendar/cal-islam.el: Likewise.
20130 * calendar/cal-iso.el: Likewise.
20131 * calendar/cal-julian.el: Likewise.
20132 * calendar/cal-mayan.el: Likewise.
20133 * calendar/cal-persia.el: Likewise.
20134 * calendar/calendar.el: Likewise.
20135 * calendar/holidays.el: Likewise.
20136 * calendar/lunar.el: Likewise.
20137 * calendar/solar.el: Likewise.
20138
20139 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
20140 white space from doc string.
20141
20142 2005-03-30 Jay Belanger <belanger@truman.edu>
20143
20144 * calc/calc-help.el (calc-full-help): Remove email address.
20145
20146 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
20147
20148 * help-fns.el (help-with-tutorial): Delete title line.
20149
20150 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20151
20152 * calendar/cal-x.el (calendar-one-frame-setup)
20153 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
20154 rather than `symbol' for set-window-dedicated-p.
20155
20156 * calendar/appt.el (appt-buffer-name): Make it a constant.
20157 (appt-add): Doc fix.
20158
20159 * filesets.el (filesets-menu-path, filesets-menu-before)
20160 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
20161 (filesets-menu-cache-file): Use directory ~/.emacs.d.
20162 (filesets-add-submenu): Delete and use add-submenu instead.
20163
20164 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
20165
20166 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
20167 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
20168 (org-diary-default-entry): New function.
20169 (org-get-entries-from-diary): Better parsing of diary entries.
20170 (org-agenda-check-no-diary): New function.
20171 ("diary-lib"): Advice to function `add-to-diary-list', to allow
20172 linking to diary entries.
20173 (org-agenda-execute-calendar-command): New function.
20174 (org-agenda): Improve visible section in window.
20175 Use `org-fit-agenda-window'.
20176 (org-fit-agenda-window): New option.
20177 (org-move-subtree-down): Better handling of empty lines
20178 at end of subtree.
20179 (org-cycle): Numeric prefix is interpreted now as show-subtree N
20180 levels up.
20181 (org-fontify-done-headline): New option.
20182 (org-headline-done-face): New face.
20183 (org-set-font-lock-defaults): Use `org-headline-done-face'.
20184 (org-table-copy-down): Rename from `org-table-copy-from-above'.
20185 When current field is non-empty, it is copied to next row.
20186 (org-table-copy-from-above): Fix bug which made it
20187 impossible to copy fields containing only a single non-white character.
20188
20189 2005-03-30 Kim F. Storm <storm@cua.dk>
20190
20191 * kmacro.el (kmacro-end-macro): Isearch may store this command
20192 into the macro -- so ignore it when executing keyboard macro.
20193
20194 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
20195
20196 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
20197
20198 2005-03-29 Kenichi Handa <handa@m17n.org>
20199
20200 * language/thai.el ("Thai"): Set setup-function and exit-function
20201 for Thai language environment.
20202
20203 * language/thai-util.el: Require thai-word.
20204 (thai-word-mode-map): New variable.
20205 (thai-word-mode): New minor mode.
20206 (setup-thai-language-environment-internal): New function.
20207 (exit-thai-language-environment-internal): New function.
20208
20209 * language/thai-word.el (thai-word-table): Declare it by defvar,
20210 use dolist to initialize it.
20211 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
20212 (thai-fill-find-break-point): New functions.
20213
20214 2005-03-29 Richard M. Stallman <rms@gnu.org>
20215
20216 * simple.el (idle-update-delay): Move definition up.
20217 (set-mark): Doc fix.
20218
20219 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
20220
20221 * longlines.el: New file.
20222
20223 * simple.el (buffer-substring-filters): New variable.
20224 (filter-buffer-substring): New function.
20225 (kill-region, copy-region-as-kill): Use it.
20226
20227 * register.el (copy-to-register, append-to-register)
20228 (prepend-to-register): Use filter-buffer-substring.
20229
20230 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
20231
20232 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
20233 (gud-filter-pending-text): Move in front of gdb.
20234 (gud-overlay-arrow-position): New variable.
20235 (gud-sentinel, gud-display-line): Use it in place of
20236 overlay-arrow-position.
20237
20238 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
20239
20240 * progmodes/fortran.el (fortran-if-indent): Doc fix.
20241 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
20242 (fortran-font-lock-keywords-4): New variable.
20243 (fortran-blocks-re, fortran-end-block-re)
20244 (fortran-start-block-re): New constants, for hideshow.
20245 (hs-special-modes-alist): Add a Fortran entry.
20246 (fortran-mode-map): Bind fortran-end-of-block,
20247 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
20248 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
20249 (fortran-looking-at-if-then, fortran-end-of-block)
20250 (fortran-beginning-of-block): New functions, for hideshow.
20251
20252 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
20253 Doc fix. Tweak regexp.
20254 (f90-beginning-of-block): Push mark first.
20255
20256 2005-03-29 Jay Belanger <belanger@truman.edu>
20257
20258 * calc/calc.el: Update copyright date.
20259 (calc-version): Increase to 2.1.
20260 (calc-version-date): Remove.
20261
20262 * calc/calc-help.el: Update copyright date.
20263 (calc-full-help): Remove reference to calc-version-date.
20264 Update copyright date.
20265
20266 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20267
20268 * vc.el (vc-do-command): Use a pipe for async processes, so password
20269 prompts don't show up at places where the user can't reply.
20270
20271 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
20272
20273 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
20274 on the file name we pass to the inferior shell.
20275
20276 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20277
20278 * progmodes/which-func.el (which-function): Be robust in the face of an
20279 imenu--make-index-alist failure.
20280
20281 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20282
20283 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
20284
20285 * progmodes/python.el (python-preoutput-filter): Fix last change.
20286
20287 2005-03-29 Lute Kamstra <lute@gnu.org>
20288
20289 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
20290 functions and compiled macros.
20291 (debug-convert-byte-code): Handle macros too.
20292 (debug-on-entry-1): Don't signal an error when trying to clear a
20293 function that is not set to debug on entry.
20294
20295 2005-03-29 Jay Belanger <belanger@truman.edu>
20296
20297 * calc/calc-lang.el: Add functions to math-function-table
20298 properties of tex and math.
20299
20300 2005-03-29 Kenichi Handa <handa@m17n.org>
20301
20302 * ps-mule.el (ps-mule-plot-string): Translate characters by
20303 ps-print-translation-table.
20304 (ps-mule-begin-job): Call find-charset-region/string with
20305 ps-print-translation-table.
20306 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
20307
20308 * ps-print.el (ps-print-translation-table): New variable.
20309 (ps-plot-region): Translate characters by ps-print-translation-table.
20310
20311 2005-03-29 Juri Linkov <juri@jurta.org>
20312
20313 * simple.el (next-error-highlight-timer): New variable.
20314
20315 * progmodes/compile.el (compilation-goto-locus):
20316 Use `next-error-highlight-timer' instead of `sit-for'.
20317
20318 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20319
20320 * mail/supercite.el (sc-mail-field): Use assoc-string.
20321 (sc-get-address): Simplify regexps.
20322
20323 * files.el (minibuffer-with-setup-hook): New macro.
20324 (find-file-read-args): Use it to avoid let-binding
20325 minibuffer-with-setup-hook (which breaks turning on/off
20326 file-name-shadow-mode while in the prompt).
20327
20328 * complete.el (PC-read-include-file-name-internal):
20329 Use test-completion.
20330
20331 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
20332
20333 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
20334
20335 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20336
20337 * window.el (window-buffer-height): Use count-screen-lines.
20338
20339 * progmodes/python.el (python-preoutput-leftover): New var.
20340 (python-preoutput-filter): Use it.
20341 (python-send-receive): Loop until all the result has been received.
20342
20343 2005-03-28 Juri Linkov <juri@jurta.org>
20344
20345 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
20346
20347 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
20348 "Recover Crashed Session".
20349 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
20350 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
20351 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
20352 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
20353 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
20354 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
20355 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
20356 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
20357
20358 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
20359 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
20360 Ediff Sessions", "Toggle use of separate control buffer frame",
20361 "Use separate frame for Ediff control buffer".
20362
20363 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
20364 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
20365 "Rename Bookmark", "Delete Bookmark".
20366
20367 * info.el (Info-mode-menu): Remove ellipsis from "Index".
20368 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
20369 Add `:active Info-index-alternatives' to "Next Matching Item".
20370
20371 * wdired.el (wdired-change-to-wdired-mode):
20372 Mention `wdired-abort-changes' key in the initial message.
20373
20374 * international/mule.el (auto-coding-alist): Associate non-ascii
20375 image filename extensions with `no-conversion'.
20376
20377 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
20378
20379 * international/iso-acc.el:
20380 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
20381
20382 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
20383
20384 * textmodes/sgml-mode.el (html-mode): Doc update.
20385
20386 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
20387
20388 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
20389
20390 * term.el (term-move-columns): Fix face after extending a line.
20391 (term-insert-spaces): Likewise.
20392 (term-reset-terminal): Fix off by one error.
20393
20394 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20395
20396 * international/mule.el (auto-coding-alist): Add .xpi files.
20397
20398 * files.el (auto-mode-alist): Add .xpi files.
20399
20400 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
20401
20402 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
20403
20404 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20405
20406 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
20407
20408 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20409
20410 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
20411 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
20412
20413 * calendar/cal-move.el (calendar-beginning-of-year): Move the
20414 cursor to Jan 1 when needed.
20415 (calendar-end-of-year): Fix -/+ typo.
20416 Reported by Chong Yidong <cyd@stupidchicken.com>.
20417
20418 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20419
20420 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
20421
20422 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
20423 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
20424
20425 2005-03-25 Richard M. Stallman <rms@gnu.org>
20426
20427 * filesets.el (filesets-init): Add autoload.
20428
20429 * mail/mailalias.el (mail-directory): Doc fix.
20430
20431 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20432
20433 * mail/mailalias.el (mail-directory-process): Do nothing if
20434 mail-directory-process is an atom.
20435 (mail-get-names): Ignore mail-directory-names if it is an atom.
20436 (mail-directory-process defvar): Doc fix.
20437 (mail-names): Doc fix.
20438
20439 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
20440
20441 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20442
20443 2005-03-26 Kenichi Handa <handa@m17n.org>
20444
20445 * international/mule-util.el (detect-coding-with-priority):
20446 Call update-coding-systems-internal before detect-coding-region.
20447
20448 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
20449
20450 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20451 (gdb-frames-mode-map): Add follow-link property.
20452
20453 2005-03-25 Jay Belanger <belanger@truman.edu>
20454
20455 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20456 for variables.
20457
20458 2005-03-25 Juri Linkov <juri@jurta.org>
20459
20460 * image-mode.el: Optimize image filename extension regexps in
20461 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
20462 in `auto-mode-alist'.
20463 (image-mode): Add `image-toggle-display-text' to local hook
20464 `change-major-mode-hook'. Display the image as an image by
20465 default. Set `cursor-type' and `truncate-lines' if the image
20466 is already displayed. Take into account the current mode (image
20467 or text) in message.
20468 (image-minor-mode): New minor mode.
20469 (image-mode-maybe, image-toggle-display-text): New functions.
20470 (image-toggle-display): Use called-interactively-p.
20471 Let-bind `inhibit-read-only' to t.
20472
20473 * image-mode.el (image-minor-mode): Set `cursor-type' and
20474 `truncate-lines' if the image is already displayed. Add turning
20475 image-minor-mode off to `change-major-mode-hook'. Add message.
20476 Call `image-toggle-display-text' after turning image-minor-mode off.
20477
20478 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20479
20480 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20481 Terminal.app, use utf-8.
20482 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20483 (set-locale-environment): Use it.
20484
20485 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20486
20487 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20488
20489 * progmodes/python.el (python-close-block-statement-p)
20490 (python-outdent-p, python-current-defun): Use symbol-end.
20491
20492 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20493
20494 * files.el (save-some-buffers): Doc fix.
20495
20496 2005-03-25 Werner Lemberg <wl@gnu.org>
20497
20498 * complete.el, thumbs.el: Replace `legal' with `valid'.
20499 * calendar/calendar.el: Replace `legal' with `valid'.
20500 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20501 * mail/supercite.el: Replace `legal' with `valid'.
20502 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20503 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20504 Replace `legal' with `valid'.
20505 * textmodes/reftex-vars.el, textmodes/reftex.el:
20506 Replace `legal' with `valid'.
20507
20508 2005-03-25 Werner Lemberg <wl@gnu.org>
20509
20510 * calc/calc-forms.el, calc/calc-sel.el
20511 * midnight.el, vc-cvs.el
20512 * emacs-lisp/cl-macs.el
20513 * emulation/vip.el
20514 * eshell/esh-io.el, eshell/esh-var.el
20515 * mail/supercite.el
20516 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20517 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20518 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20519 * progmodes/sh-script.el, progmodes/xscheme.el
20520 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20521 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20522 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20523 * textmodes/reftex.el, textmodes/org.el:
20524 Replace `illegal' with `invalid'.
20525
20526 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20527
20528 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20529 (flymake-find-buildfile, flymake-find-possible-master-files)
20530 (flymake-check-include, flymake-parse-line): Replace loops over the
20531 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20532
20533 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20534 Substitute file-name-as-directory in the rest of the file.
20535 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20536 (flymake-replace-region): Remove unused arg `buffer'.
20537 (flymake-check-patch-master-file-buffer): Update calls to it.
20538 (flymake-add-err-info): Remove unused var `count'.
20539 (flymake-mode): Use define-minor-mode.
20540
20541 * progmodes/flymake.el: Use with-current-buffer.
20542 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20543 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20544 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20545 Avoid testing for `xemacs'.
20546 (flymake-nop): Move.
20547 (flymake-region-has-flymake-overlays): Return the computed value.
20548 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20549 Remove unused var `endline'.
20550 (flymake-get-line-count): Remove unused function.
20551 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20552
20553 * emulation/vi.el:
20554 * generic.el:
20555 * hilit-chg.el (global-highlight-changes):
20556 * hi-lock.el (hi-lock-mode):
20557 * follow.el: find-file-hooks -> find-file-hook.
20558
20559 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20560
20561 2005-03-24 Juri Linkov <juri@jurta.org>
20562
20563 * dired.el (dired-mode-map): Add menu item "Compare directories"
20564 for dired-compare-directories.
20565
20566 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20567 Doc fix. Replace `read-file-name' with `read-directory-name'.
20568
20569 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20570
20571 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20572
20573 2005-03-24 Jay Belanger <belanger@truman.edu>
20574
20575 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20576 relevant mode settings in calc-embedded-original-modes when modes
20577 are permanently changed.
20578
20579 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20580
20581 * autoinsert.el: find-file-hooks -> find-file-hook.
20582
20583 2005-03-24 Lute Kamstra <lute@gnu.org>
20584
20585 * generic.el (generic-font-lock-defaults): Make it obsolete.
20586 (generic-font-lock-keywords): New variable to replace
20587 generic-font-lock-defaults.
20588 (generic-mode-set-font-lock): Delete it.
20589 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20590 (generic-bracket-support): Add docstring.
20591
20592 * generic-x.el: Rename generic-font-lock-defaults to
20593 generic-font-lock-keywords throughout.
20594 (mailagent-rules-setup-function): Delete it.
20595 (mailagent-rules-generic-mode): Use anonymous function instead.
20596 (show-tabs-generic-mode-font-lock-defaults-1)
20597 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20598 Quote faces.
20599 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20600 not foreground.
20601
20602 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20603 Recognize define-generic-mode.
20604
20605 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20606
20607 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20608 if there's no completion table.
20609
20610 2005-03-23 Miles Bader <miles@gnu.org>
20611
20612 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20613 Remove tty-specific variants, as they're no longer needed.
20614
20615 2005-03-23 Lute Kamstra <lute@gnu.org>
20616
20617 * generic-x.el: Code cleanup: make args constant whenever possible.
20618 (installshield-statement-keyword-list)
20619 (installshield-system-functions-list)
20620 (installshield-system-variables-list, installshield-types-list)
20621 (installshield-funarg-constants-list): Make them constants.
20622
20623 * generic.el (generic-make-keywords-list): Add autoload cookie.
20624
20625 * calendar/time-date.el: Add comment on time value formats.
20626 Don't require parse-time.
20627 (with-decoded-time-value): New macro.
20628 (encode-time-value): New function.
20629 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20630 (days-to-time): Return a valid time value when arg is huge.
20631 (time-since): Use time-subtract.
20632 (time-to-number-of-days): Use time-to-seconds.
20633
20634 2005-03-23 David Ponce <david@dponce.com>
20635
20636 * recentf.el (recentf-keep): New option.
20637 (recentf-menu-action): Default to `find-file'.
20638 (recentf-keep-non-readable-files-flag)
20639 (recentf-keep-non-readable-files-p)
20640 (recentf-file-readable-p, recentf-find-file)
20641 (recentf-cleanup-remote): Remove.
20642 (recentf-include-p): More robust.
20643 (recentf-keep-p): New function.
20644 (recentf-remove-if-non-kept): Rename from
20645 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20646 All callers updated.
20647 (recentf-menu-items-for-commands): Fix help string.
20648 (recentf-track-closed-file): Update. Doc fix.
20649 (recentf-cleanup): Update. Count removed files. Doc fix.
20650
20651 2005-03-23 Kim F. Storm <storm@cua.dk>
20652
20653 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20654 Don't inherit from fringe face (now happens automatically).
20655
20656 2005-03-22 Kim F. Storm <storm@cua.dk>
20657
20658 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20659 position values.
20660
20661 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20662
20663 * menu-bar.el (showhide-date-time): Remove.
20664 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20665 (menu-bar-make-mm-toggle): Simplify.
20666
20667 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20668
20669 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20670 Accept qualified variable and function names.
20671
20672 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20673
20674 * bindings.el (completion-ignored-extensions):
20675 Remove ".lis" for `vax-vms'.
20676
20677 2005-03-22 Andreas Schwab <schwab@suse.de>
20678
20679 * generic-x.el: Revert last change.
20680 * ldefs-boot.el: Update.
20681
20682 2005-03-22 Jay Belanger <belanger@truman.edu>
20683
20684 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20685 (calc-embedded-save-original-modes)
20686 (calc-embedded-restore-original-modes): New functions.
20687 (calc-do-embedded): Save original modes when entering embedded mode
20688 and restore when leaving embedded mode.
20689 (calc-embedded-modes-change): Change the value of
20690 calc-embedded-original-modes to reflect permanent changes.
20691
20692 2005-03-22 Lute Kamstra <lute@gnu.org>
20693
20694 * generic-x.el: Require generic again.
20695
20696 2005-03-22 Miles Bader <miles@gnu.org>
20697
20698 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20699 Tweak details to look good on both ttys and bitmap displays, light
20700 or dark background, etc.
20701
20702 2005-03-21 Kim F. Storm <storm@cua.dk>
20703
20704 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20705 mouse position.
20706
20707 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20708
20709 * icomplete.el: Don't forcibly turn on the mode upon load.
20710 (icomplete-mode): Use define-minor-mode.
20711 (icomplete-eoinput): Default to nil.
20712 (icomplete-minibuffer-setup): Remove autoload.
20713 (icomplete-tidy): Simplify.
20714 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20715 in the initial state or if the user has modified the field.
20716 Fix handling of icomplete-max-delay-chars.
20717 Remove code that handles the oddball case where
20718 minibuffer-completion-table is an integer.
20719 Wrap icomplete-completions in while-no-input in case building
20720 completions takes more time than expected.
20721 (icomplete-completions): Simplify.
20722
20723 2005-03-21 Richard M. Stallman <rms@gnu.org>
20724
20725 * jka-compr.el (jka-compr-really-do-compress):
20726 Make variable buffer-local.
20727
20728 * image-mode.el: Handle .xpm files too.
20729 (image-toggle-display): Preserve modification flag.
20730
20731 * help.el (where-is): Don't mention aliases with no key bindings.
20732
20733 2005-03-21 Lute Kamstra <lute@gnu.org>
20734
20735 * generic.el: Fix commentary section. Don't require cl for
20736 compilation.
20737 (generic-mode-list): Add autoload cookie.
20738 (generic-use-find-file-hook, generic-lines-to-scan)
20739 (generic-find-file-regexp, generic-ignore-files-regexp)
20740 (generic-mode, generic-mode-find-file-hook)
20741 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20742 (define-generic-mode): Make it a defmacro. Fix docstring.
20743 (generic-mode-internal): Code cleanup. Add autoload cookie.
20744 (generic-mode-set-comments): Code cleanup.
20745 * generic-x.el: Don't prevent compilation. Don't require generic.
20746 Follow coding conventions. Minor code cleanup.
20747 (etc-fstab-generic-mode): Add some keywords.
20748 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20749 define-generic-mode like a function declaration.
20750
20751 2005-03-21 Jay Belanger <belanger@truman.edu>
20752
20753 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20754 changing modes.
20755
20756 2005-03-21 Sam Steingold <sds@gnu.org>
20757
20758 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20759
20760 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20761
20762 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20763 Add underscore to "f$ lexicals" regexp.
20764
20765 2005-03-20 Juri Linkov <juri@jurta.org>
20766
20767 * subr.el (progress-reporter-do-update): When `min-value' is equal
20768 to `max-value', set `percentage' to 0 and prevent division by zero.
20769
20770 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20771
20772 Sync with Tramp 2.0.48.
20773
20774 * net/tramp.el (all): Change all addresses to .gnu.org.
20775 (tramp-append-tramp-buffers): New defun.
20776 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20777 Catch `dont-send' signal.
20778 (tramp-set-auto-save-file-modes): Set always permissions, because
20779 there might be an old auto-saved file belonging to another
20780 original file. This could be a security threat. Reported by
20781 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20782 Check for Emacs 21.3.50 removed.
20783
20784 * net/tramp-smb.el (all): Remove debug construct for
20785 `with-parsed-tramp-file-name'.
20786 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20787 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20788 No error message if DIRECTORY or FILENAME doesn't exist.
20789 (tramp-smb-open-connection): Check existence of
20790 `tramp-smb-program'.
20791
20792 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20793
20794 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20795 Properly handle the case where the `m' or `s' command's argument is not
20796 yet terminated.
20797 (perl-indent-new-calculate): New function.
20798 (perl-indent-line): Use it.
20799
20800 2005-03-20 Miles Bader <miles@gnu.org>
20801
20802 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20803 in text-mode too. Change to new face names.
20804 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20805 Add `:weight bold' attribute.
20806 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20807
20808 2005-03-19 Juri Linkov <juri@jurta.org>
20809
20810 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20811
20812 * international/mule.el (auto-coding-alist): Sync with
20813 `auto-mode-alist' by adding upper case archive file extensions
20814 and adding ear/war to jar extension.
20815
20816 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20817
20818 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20819 running, restart it.
20820
20821 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20822
20823 * finder.el (finder-current-item): Throw an error on an empty line.
20824
20825 * man.el (Man-follow-manual-reference): If current-word returns
20826 nil, use "".
20827
20828 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20829
20830 * simple.el (goto-line): Doc fix.
20831
20832 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20833
20834 * files.el (save-buffer): Doc fix.
20835
20836 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20837
20838 * recentf.el (recentf-cleanup-remote): New variable.
20839 (recentf-cleanup): Use it to conditionally check availability of
20840 remote files.
20841
20842 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20843
20844 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20845 function names.
20846
20847 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20848
20849 * language/thai-word.el: New file.
20850
20851 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20852
20853 * files.el (backup-buffer): If the file's directory is not
20854 writable, use copy instead of move to backup the file.
20855
20856 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20857
20858 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20859
20860 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20861
20862 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20863 Use functionp instead of symbolp and fboundp. Reported by Drkm
20864 <darkman_spam@yahoo.fr>.
20865 (ps-print-version): New version 6.6.6.
20866
20867 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20868
20869 * textmodes/table.el (table--line-column-position): New idiom.
20870 (table--row-column-insertion-point-p): New function to test
20871 validity of row and column insertion operation at a location.
20872 (table-global-menu, table-cell-menu): Use above functions for
20873 deterministic test operation.
20874 (table--editable-cell-p): Behave in deterministic fashion.
20875
20876 2005-03-18 Juri Linkov <juri@jurta.org>
20877
20878 * isearch.el (isearch-lazy-highlight-new-loop):
20879 Make arguments beg and end optional.
20880 (isearch-update): Remove optional arguments nil from
20881 isearch-lazy-highlight-new-loop.
20882 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20883 isearch-lazy-highlight-case-fold-search instead of
20884 isearch-case-fold-search, and let-bind isearch-regexp to
20885 isearch-lazy-highlight-regexp.
20886 Use isearch-lazy-highlight-last-string instead of isearch-string.
20887
20888 * replace.el (perform-replace): Remove bindings of global
20889 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20890 Add three new arguments to `replace-highlight'.
20891 (replace-highlight): Add arguments string, regexp, case-fold.
20892 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20893 to allow isearch-lazy-highlight-new-loop to use these values
20894 to set corresponding isearch-lazy-highlight-* internal
20895 variables whose values lazy highlighting will use regardless of
20896 changes to global variables isearch-string, isearch-regexp,
20897 isearch-case-fold-search during lazy highlighting loop.
20898 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20899 to `lazy-highlight-cleanup'.
20900
20901 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20902 (ispell-highlight-face): Set default face to `isearch' when
20903 lazy highlighting is enabled.
20904 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20905 priority to 1. Add lazy highlighting.
20906 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20907 from `isearch-dehighlight'.
20908
20909 2005-03-18 David Ponce <david@dponce.com>
20910
20911 * files.el (hack-local-variables): Do a case-insensitive search
20912 for End.
20913
20914 2005-03-18 Juri Linkov <juri@jurta.org>
20915
20916 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20917 `isearch-lazy-highlight-cleanup', add alias to old name and
20918 declare obsolete. Add release numbers to other obsolete vars.
20919 (isearch-done, isearch-lazy-highlight-new-loop):
20920 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20921 (lazy-highlight-cleanup) <variable>: Doc fix.
20922 (isearch-lazy-highlight-update): Rename obsolete
20923 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20924
20925 2005-03-18 Kenichi Handa <handa@m17n.org>
20926
20927 * language/thai-util.el: Fix categorization of Thai characters in
20928 thai-category-table.
20929 (thai-composition-pattern): Adjust it for the above change.
20930 (thai-self-insert-command, thai-compose-syllable): New functions.
20931 (thai-compose-region): Use thai-compose-syllable.
20932 (thai-compose-string): Likewise.
20933 (thai-composition-function): Likewise.
20934 (thai-auto-composition): New function.
20935 (thai-auto-composition-mode): New minor mode.
20936
20937 * language/thai.el: Fix patterns to be registered in
20938 composition-function-table.
20939
20940 * international/quail.el (quail-input-method): Locally bind
20941 inhibit-modification-hooks to t.
20942
20943 2005-03-17 Richard M. Stallman <rms@gnu.org>
20944
20945 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20946 (perl-mode): Use run-mode-hooks.
20947
20948 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20949 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20950 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20951
20952 * mail/sendmail.el (sendmail-send-it): Reenable the code
20953 to compute resend-to-address and use it.
20954
20955 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20956
20957 * image-mode.el: New file.
20958
20959 * image.el (insert-sliced-image): Add autoload cookie.
20960
20961 * font-lock.el (font-lock-lines-before): New user option.
20962 (font-lock-after-change-function): Obey it.
20963
20964 * bindings.el (esc-map): Make M-g a prefix.
20965 Bind M-g g and M-g M-g to goto-line.
20966
20967 * faces.el (face-id): Doc fix.
20968
20969 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20970
20971 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20972 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20973 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20974
20975 * mail/sendmail.el (mail-yank-ignored-headers)
20976 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20977 Add Mail-Followup-To and Mail-Reply-To headers.
20978 (mail-citation-hook): Add autoload cookie.
20979 (mail-mode): Doc fix.
20980 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20981 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20982 (mail-mode-fill-paragraph): Handle those headers.
20983 (mail-mailing-lists): New variable.
20984 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20985
20986 2005-03-17 Juri Linkov <juri@jurta.org>
20987
20988 * isearch.el (isearch-fallback): Check for `(car previous)'
20989 before calling `isearch-other-end-state'.
20990
20991 2005-03-17 Kim F. Storm <storm@cua.dk>
20992
20993 * simple.el (move-beginning-of-line): Move to beginning of buffer
20994 line, as well as beginning of screen line.
20995
20996 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20997
20998 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20999 argument REDRAW rather than calendar-redrawing variable.
21000 * calendar/calendar.el (calendar-redrawing): Delete.
21001 (redraw-calendar): Do not bind calendar-redrawing.
21002
21003 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
21004
21005 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
21006 diary-file buffer.
21007
21008 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
21009
21010 * help.el (describe-mode): Allow a :minor-mode-function property to
21011 specify a different minor mode toggle function than the variable.
21012 * simple.el (auto-fill-function):
21013 * subr.el (add-minor-mode): Use it.
21014
21015 2005-03-16 Kenichi Handa <handa@m17n.org>
21016
21017 * language/ethio-util.el (sera-being-called-by-w3): New variable.
21018 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
21019 (ethio-fidel-to-sera-buffer): Likewise.
21020
21021 2005-03-16 Juri Linkov <juri@jurta.org>
21022
21023 * emacs-lisp/find-func.el (find-function-regexp):
21024 Add defun-emitting macro `menu-bar-make-toggle'.
21025
21026 * isearch.el: Put `isearch-scroll' property to
21027 `split-window-horizontally'.
21028
21029 * info.el: Update error messages for `debug-ignored-errors'.
21030 (Info-isearch-search): Doc fix.
21031 (Info-find-node): Move up code to go into info buffer before
21032 recording the node to the history.
21033 (Info-fontify-node): Fontify titles only if the next line
21034 has two or more `*', `=', `-', `.'.
21035 Display "go to this node" for empty (match-string 3).
21036
21037 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21038
21039 * term/mac-win.el: Add mouse pointer shape constants.
21040
21041 2005-03-15 Kim F. Storm <storm@cua.dk>
21042
21043 * simple.el (move-beginning-of-line): Use vertical-motion.
21044
21045 2005-03-15 Juri Linkov <juri@jurta.org>
21046
21047 * isearch.el (isearch-error): New variable.
21048 (isearch-invalid-regexp, isearch-within-brackets): Remove.
21049 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
21050 (isearch-within-brackets-state): Remove.
21051 (isearch-case-fold-search-state, isearch-pop-fun-state):
21052 Decrease frame index.
21053 (isearch-mode, isearch-top-state, isearch-push-state)
21054 (isearch-edit-string, isearch-abort, isearch-search-and-update)
21055 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
21056 (isearch-search, isearch-lazy-highlight-new-loop):
21057 Replace `isearch-invalid-regexp' with `isearch-error'.
21058 Remove `isearch-within-brackets'.
21059 (isearch-search): Add `search-failed' handler to `condition-case'.
21060 (isearch-lazy-highlight-search): Add `condition-case' to catch
21061 errors and allow `isearch-lazy-highlight-update' to try
21062 highlighting from the beginning of the window.
21063 (isearch-repeat): Move up code to set isearch-wrapped to t
21064 before calling isearch-wrap-function.
21065
21066 * info.el (Info-isearch-initial-node): New internal variable.
21067 (Info-search): Signal an error in isearch mode when search leaves
21068 the initial node. Signal an error when `bound' is non-nil and
21069 nothing was found in the current subfile.
21070 (Info-isearch-search): Remove `condition-case'.
21071 (Info-isearch-wrap): Don't wrap when search failed during leaving
21072 the initial node. If `Info-isearch-search' is nil, wrap around
21073 the current node.
21074 (Info-isearch-start): New fun.
21075 (Info-mode): Add buffer-local hook `Info-isearch-start' to
21076 `isearch-mode-hook'.
21077
21078 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21079
21080 * simple.el (normal-erase-is-backspace): Set default to t if
21081 running on Mac.
21082
21083 * term/mac-win.el (function-key-map): Sync with x-win.el.
21084
21085 2005-03-15 Kenichi Handa <handa@m17n.org>
21086
21087 * international/mule-cmds.el (locale-language-names): Modify the
21088 format of elements and add more entries.
21089 (locale-preferred-coding-systems): Add more entries.
21090 (set-locale-environment): Adjust for the change of
21091 locale-language-names.
21092
21093 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
21094
21095 * pcvs.el (smerge-ediff): Remove bogus autoload.
21096
21097 2005-03-14 Lute Kamstra <lute@gnu.org>
21098
21099 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
21100 Ignore a `*' at the beginning of a line.
21101
21102 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
21103 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
21104 subr.el.
21105 (dont-compile, eval-when-compile, eval-and-compile): Use declare
21106 to specify indentation.
21107
21108 * generic.el (define-generic-mode): Let generic-mode-list be a
21109 list of strings; test membership with equal.
21110
21111 2005-03-14 Kim F. Storm <storm@cua.dk>
21112
21113 * simple.el (next-line, previous-line): Add optional try-vscroll
21114 arg to recognize interactive use. Pass it on to line-move.
21115 (line-move): Don't perform auto-window-vscroll when defining or
21116 executing keyboard macro to ensure consistent behavior.
21117
21118 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
21119
21120 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
21121
21122 2005-03-13 Lute Kamstra <lute@gnu.org>
21123
21124 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
21125 debugger-setup-buffer so that backtrace marks the frames set to
21126 debug-on-exit and we don't have to do it manually. Set an extra
21127 debug-on-exit for macro's.
21128 (debugger-setup-buffer): Don't mark the top frame manually.
21129
21130 2005-03-12 Lute Kamstra <lute@gnu.org>
21131
21132 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
21133 lisp-indent-function throughout.
21134 (with-no-warnings): Set lisp-indent-function property.
21135
21136 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
21137
21138 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
21139 Add entry for backslash.
21140
21141 2005-03-12 Juri Linkov <juri@jurta.org>
21142
21143 * info.el (Info-search): Four fixes for backward search.
21144
21145 2005-03-11 Jay Belanger <belanger@truman.edu>
21146
21147 * calc/calc.el (calc-language-alist): New variable.
21148 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
21149 (calc-embedded-find-modes): Use calc-language-alist instead of
21150 calc-embedded-language-alist.
21151
21152 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21153
21154 * calendar/calendar.el (calendar-redrawing): New internal
21155 variable.
21156 (redraw-calendar): Remove bogus save-excursion from previous
21157 change. Bind calendar-redrawing to t for mark-diary-entries.
21158 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
21159 calendar if that is why we were called.
21160
21161 2005-03-11 Kenichi Handa <handa@m17n.org>
21162
21163 * international/mule.el (make-coding-system): Set property
21164 coding-system-define-form to nil.
21165 (define-coding-system-alias): Likewise.
21166
21167 2005-03-11 Kenichi Handa <handa@m17n.org>
21168
21169 These changes are suggested by Dave Love <fx@gnu.org>.
21170
21171 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
21172 coding: tag.
21173 (adaptive-fill-regexp): Add more bullets.
21174 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
21175 regexps.
21176
21177 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
21178
21179 * help.el (describe-mode): Properly handle non-trivial lighters.
21180 Don't ignore minor modes that are not listed in minor-mode-list.
21181
21182 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
21183 feature ON when the user requests to turn it OFF.
21184
21185 2005-03-10 Lute Kamstra <lute@gnu.org>
21186
21187 * emacs-lisp/debug.el (debug-entry-code): Delete it.
21188 (implement-debug-on-entry): New function to replace debug-entry-code.
21189 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
21190 second argument as the 2005-03-07 change makes it obsolete.
21191 (debug-on-entry, cancel-debug-on-entry): Update call to
21192 debug-on-entry-1.
21193 (debug, debugger-setup-buffer): Comment update.
21194 (debugger-frame-number): Update to work with implement-debug-on-entry.
21195
21196 2005-03-10 Jay Belanger <belanger@truman.edu>
21197
21198 * calc/calc-embed.el (math-ms-args): Declare it.
21199 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
21200 math-ms-args.
21201 (calc-embedded-subst): Use math-multi-subst-rec to substitute
21202 variables.
21203
21204 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
21205
21206 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
21207 Use message-box.
21208
21209 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
21210 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
21211 (tooltip-gud-tips): Simplify.
21212 (tooltip-gud-tips-p): Remove superfluous :set.
21213 (tooltip-gud-modes): Add fortran-mode.
21214 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
21215
21216 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
21217
21218 2005-03-09 Kim F. Storm <storm@cua.dk>
21219
21220 * play/animate.el (animate-place-char): Use forward-line instead
21221 of next-line to improve performance.
21222
21223 2005-03-09 Simon Josefsson <jas@extundo.com>
21224
21225 * net/browse-url.el (browse-url-default-browser): Doc fix.
21226
21227 2005-03-09 Miles Bader <miles@gnu.org>
21228
21229 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
21230 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
21231
21232 2005-03-09 Kenichi Handa <handa@m17n.org>
21233
21234 * international/latin-1.el: Set case and syntax for 255 only if
21235 set-case-syntax-set-multibyte is nil.
21236
21237 * textmodes/ispell.el (ispell-insert-word): New function.
21238 (ispell-word): Use ispell-insert-word to insert a new word.
21239 (ispell-process-line): Likewise.
21240 (ispell-complete-word): Likewise.
21241
21242 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
21243
21244 * calendar/calendar.el (redraw-calendar): Preserve point.
21245 Reported by Matt Hodges <MPHodges@member.fsf.org>.
21246 (calendar-week-start-day): Move after definition of
21247 redraw-calendar. Delete buffer test, since redraw-calendar has
21248 that now.
21249
21250 * calendar/diary-lib.el (mark-diary-entries): Only call
21251 redraw-calendar in the first of any recursive calls.
21252 Reported by Alan Shutko <ats@acm.org>.
21253
21254 2005-03-08 Juri Linkov <juri@jurta.org>
21255
21256 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
21257 (html-horizontal-rule, html-line, html-image, html-checkboxes)
21258 (html-radio-buttons): Add a space before the trailing `/>' where
21259 sgml-xml-mode is non-nil.
21260 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
21261 the subsequent tag of the empty XML tag.
21262 (html-href-anchor): Don't set initial input to "http:".
21263 (html-image): Ask for the image URL and set point inside alt="".
21264 (html-name-anchor): Duplicate the name in the `id' attribute when
21265 sgml-xml-mode is non-nil.
21266 (html-paragraph): Remove \n before <p>.
21267 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
21268 instead of `checked' when sgml-xml-mode is non-nil.
21269
21270 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
21271 Remove 1 space before #RRGGBB to not truncate it on terminal
21272 windows w/o fringes. Remove 1 space between bg and fg examples
21273 to get more space.
21274 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
21275 avoid byte-compile warnings.
21276
21277 * image-file.el (image-file-handler): Put `safe-magic' property to
21278 `image-file-handler'.
21279
21280 * info.el (Info-isearch-search): Emulate word search in
21281 isearching through multiple Info nodes with Info-search.
21282 (Info-isearch-wrap): Allow isearch-word.
21283
21284 2005-03-08 Lute Kamstra <lute@gnu.org>
21285
21286 * emacs-lisp/debug.el (debugger-step-through): Make sure that
21287 stepping into the debugger's code is not possible.
21288 (debugger-jumping-flag): Docstring update.
21289
21290 2005-03-08 Jay Belanger <belanger@truman.edu>
21291
21292 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
21293 embedded mode begins.
21294 (calc-embedded-language-alist): New variable.
21295 (calc-embedded-find-modes): Use calc-embedded-language-alist to
21296 set default language mode.
21297
21298 2005-03-08 Kenichi Handa <handa@m17n.org>
21299
21300 * international/ccl.el (define-ccl-program): Fix docstring about
21301 extra 256 bytes assured for the output buffer.
21302
21303 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21304 Fix BUFFER_MAGNIFICATION to 2.
21305 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21306
21307 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
21308
21309 * align.el (align-rules-list): Added an alignment rule for CSS
21310 declarations (applies to css-mode and html-mode buffers).
21311
21312 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
21313
21314 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
21315
21316 2005-03-07 Kim F. Storm <storm@cua.dk>
21317
21318 * simple.el (move-beginning-of-line): New command.
21319
21320 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
21321
21322 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
21323
21324 * emulation/cua-base.el: Put CUA move property on move-end-of-line
21325 and move-beginning-of-line.
21326
21327 * apropos.el (apropos-print): Omit command from M-x ... RET.
21328
21329 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
21330
21331 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
21332 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
21333
21334 2005-03-06 Richard M. Stallman <rms@gnu.org>
21335
21336 * bindings.el (esc-map): Bind M-g to goto-line.
21337
21338 * facemenu.el (global-map): Bind M-o, not M-g.
21339
21340 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21341
21342 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
21343 "Open Directory" as for "Open File".
21344
21345 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
21346
21347 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
21348 (push-mark-command): Run activate-mark-hook.
21349
21350 2005-03-06 Richard M. Stallman <rms@gnu.org>
21351
21352 * help-mode.el (help-mode-finish): Don't alter the element
21353 in view-return-to-alist if there already is one.
21354
21355 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
21356 make sure the current buffer is the expected one.
21357
21358 * novice.el (disabled-command-function): Output in *Disabled Command*.
21359 Explicitly ignore non-keyboard events, and explicitly handle C-g.
21360
21361 * textmodes/flyspell.el (flyspell-large-region):
21362 Pass args differently for aspell.
21363
21364 * files.el (mode-require-final-newline): Doc fix.
21365
21366 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21367
21368 * progmodes/which-func.el (which-function):
21369 Specify NOERROR when calling imenu--make-index-alist.
21370
21371 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
21372
21373 * simple.el (normal-erase-is-backspace): Define default value.
21374
21375 * custom.el (custom-theme-set-variables): Remove unused var
21376 `immediate'.
21377 (custom-reevaluate-setting): Simple function to handle variables
21378 that are defined before their default value can really be
21379 computed.
21380
21381 * startup.el (command-line): Use it for temporary-file-directory,
21382 small-emporary-file-directory, auto-save-file-name-transforms,
21383 blink-cursor-mode, and normal-erase-is-backspace.
21384
21385 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
21386 progress, even with buggy anchored keywords.
21387
21388 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
21389
21390 * simple.el (goto-line): Remove unbalanced final parenthesis.
21391
21392 2005-03-05 Richard M. Stallman <rms@gnu.org>
21393
21394 * simple.el (goto-line): Use a number at point as the default.
21395 With C-u as arg, switch buffers.
21396
21397 2005-03-05 Juri Linkov <juri@jurta.org>
21398
21399 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
21400 with `no-blinking-cursor'.
21401
21402 * startup.el (no-blinking-cursor): New defvar.
21403 (command-line): Add `--no-blinking-cursor' to longopts.
21404 Set `no-blinking-cursor' to t for command line arguments
21405 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
21406 with `no-blinking-cursor' in the condition for calling
21407 `blink-cursor-mode'.
21408
21409 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
21410
21411 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
21412 (menu-bar-options-save): Add blink-cursor-mode.
21413 (menu-bar-options-menu): Add blink-cursor-mode.
21414
21415 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
21416
21417 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
21418 (icalendar-export-file, icalendar-export-region)
21419 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
21420 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
21421
21422 2005-03-04 Lute Kamstra <lute@gnu.org>
21423
21424 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21425 (debug-function-list): Ditto.
21426
21427 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
21428
21429 * textmodes/texinfmt.el (texinfo-append-refill):
21430 Redefine the types of line to which @refill
21431 is not appended by replacing a search for `@refill\\|@bye' with
21432 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
21433 itemize@refill' bug and the unfilled long lines bug.
21434 (texinfmt-version): Update number and date.
21435
21436 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21437
21438 * international/code-pages.el (windows-1250, windows-125[2-8])
21439 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21440
21441 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21442
21443 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21444 bound yet.
21445
21446 2005-03-02 Romain Francoise <romain@orebokech.com>
21447
21448 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21449 buffer after removing limits.
21450 (ibuffer-pop-filter): Ditto.
21451 Update copyright.
21452
21453 2005-03-02 Miles Bader <miles@gnu.org>
21454
21455 * button.el (make-text-button): If the user doesn't specify a
21456 type, use the default. Rewrite to use `add-text-properties' and
21457 plist functions.
21458
21459 2005-03-01 Lute Kamstra <lute@gnu.org>
21460
21461 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21462 (debugger-jumping-flag): New var.
21463 (debug-entry-code): Use it.
21464 (debugger-jump): Use debugger-jumping-flag and add
21465 debugger-reenable to post-command-hook.
21466 (debugger-reenable): Use debugger-jumping-flag and remove itself
21467 from post-command-hook.
21468 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21469 debugger-reenable.
21470
21471 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21472
21473 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21474 inclusion of "itemize\\|", which may be unnecessary, is certainly
21475 inelegant, and stops refilling in itemize lists when formatting
21476 Japanese Texinfo files to Info.
21477 Update copyright to 2005.
21478
21479 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21480
21481 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21482 of an error if GDB can't find the source file.
21483
21484 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21485
21486 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21487 not just the calendar.
21488
21489 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21490 first.
21491 (diary-redraw-calendar): New function.
21492 (make-diary-entry): Add diary-redraw-calendar to local
21493 write-contents-functions. Turn off selective display before
21494 inserting in diary.
21495
21496 2005-03-01 Kim F. Storm <storm@cua.dk>
21497
21498 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21499
21500 2005-03-01 Lute Kamstra <lute@gnu.org>
21501
21502 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21503 that debug-entry-code can be safely removed from a function while
21504 this code is being evaluated. Revert the 2005-02-27 change as the
21505 new implementation no longer requires it. Make sure that a
21506 function body containing just a string is not mistaken for a docstring.
21507 (debug): Skip one more frame in case of debug on entry.
21508 (debugger-setup-buffer): Delete one more frame line in case of
21509 debug on entry.
21510 (debugger-frame-number): Update to use the new text introduced by
21511 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21512
21513 2005-02-28 Kim F. Storm <storm@cua.dk>
21514
21515 * double.el (double-translate-key): Call force-window-update after
21516 read-event to avoid crash in redisplay.
21517
21518 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21519
21520 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21521 (debug): Use it. Move the inhibit-trace earlier.
21522 (debug-entry-code): New const.
21523 (debug-on-entry-1): Use it.
21524
21525 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21526
21527 * international/utf-16.el (ccl-encode-mule-utf-16le):
21528 Fix BUFFER_MAGNIFICATION to 2.
21529 (ccl-encode-mule-utf-16be): Likewise.
21530
21531 2005-02-28 Kenichi Handa <handa@m17n.org>
21532
21533 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21534 Fix BUFFER_MAGNIFICATION to 4.
21535 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21536
21537 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21538
21539 * speedbar.el (speedbar-update-flag): Doc fix.
21540 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21541 argument.
21542
21543 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21544
21545 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21546 have a non-nil `invisible' property but are actually visible.
21547
21548 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21549 for perldoc sections.
21550 (perl-outline-regexp, perl-outline-level): New var and function.
21551 (perl-mode): Use them.
21552
21553 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21554
21555 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21556 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21557
21558 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21559
21560 * cus-edit.el: Comment change.
21561 (custom-buffer-create-internal): Slightly reword text at top of
21562 Custom buffers. Mention there that saving an option edits the
21563 init file. Add link to Emacs manual node on `custom-file'.
21564 (custom-magic-alist): Rewrite individual State messages to use
21565 capitalized keywords. Doc fix.
21566
21567 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21568
21569 * calendar/calendar.el (calendar-buffer): Move above
21570 calendar-week-start-day.
21571 (calendar-week-start-day): Doc fix. Add :set function.
21572 (calendar-minimum-window-height): New variable.
21573 (generate-calendar-window): Only resize window if selected-window
21574 is displaying the calendar buffer. Use new variable
21575 calendar-minimum-window-height.
21576 (generate-calendar): Reword error message.
21577 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21578
21579 2005-02-27 Andreas Schwab <schwab@suse.de>
21580
21581 * vc.el (vc-do-command): Don't run command asynchronously when
21582 operating in a remote directory.
21583
21584 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21585 change from sync with Tramp 2.0.47.
21586
21587 2005-02-27 Richard M. Stallman <rms@gnu.org>
21588
21589 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21590
21591 * textmodes/flyspell.el (flyspell-mode-on):
21592 Call ispell-change-dictionary only if necessary.
21593
21594 * emacs-lisp/re-builder.el (regexp-builder): New function.
21595
21596 * register.el (describe-register-1): Explicitly handle
21597 yank-excluded-properties = t.
21598
21599 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21600 (custom-magic-alist): Change the status descriptions again.
21601 (face widget-type): Total rewrite based on `restricted-sexp'
21602 to eliminate the confusing double hiding levels.
21603
21604 * emacs-lisp/debug.el (debug-on-entry-1):
21605 If function body is empty, add nil as body form.
21606
21607 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21608
21609 * emacs-lisp/trace.el (inhibit-trace): New var.
21610 (trace-make-advice): Use it.
21611
21612 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21613
21614 2005-02-26 Kim F. Storm <storm@cua.dk>
21615
21616 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21617 (mouse-on-link-p, mouse-drag-region-1): Use it.
21618
21619 2005-02-25 Lute Kamstra <lute@gnu.org>
21620
21621 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21622
21623 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21624
21625 * frame.el (blink-cursor-mode): Add :group keyword.
21626
21627 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21628
21629 * calendar/icalendar.el (icalendar--decode-isodatetime):
21630 New optional argument DAY-SHIFT.
21631 (icalendar-export-region): Fix coding-system-for-write.
21632 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21633 events by one.
21634
21635 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21636
21637 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21638
21639 2005-02-24 Kim F. Storm <storm@cua.dk>
21640
21641 * international/iso-acc.el (iso-accents-compose): Fix crash
21642 during redisplay. Call force-window-update after read-event
21643 and delete-region to signal that window is not accurate.
21644
21645 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21646
21647 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21648 Remove unused and inexistent var `inhibit-trace'.
21649 (debugger-mode): Use run-mode-hooks.
21650 (debugger-list-functions): Add buttons; setup xref stack.
21651
21652 2005-02-23 Richard M. Stallman <rms@gnu.org>
21653
21654 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21655 appointment says it was explicitly made.
21656 (appt-add): Set the 3rd element.
21657 (appt-make-list): Preserve explicit appointments.
21658
21659 * subr.el (find-tag-default): Catch errors in forward-sexp.
21660
21661 2005-02-23 Juri Linkov <juri@jurta.org>
21662
21663 * info.el (Info-isearch-search): New defcustom.
21664 (Info-isearch-search): Call the default isearch function
21665 when Info-isearch-search is nil.
21666 (Info-isearch-wrap): Use variable Info-isearch-search.
21667
21668 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21669
21670 * cus-edit.el: Comment change.
21671
21672 2005-02-22 Kim F. Storm <storm@cua.dk>
21673
21674 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21675 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21676
21677 2005-02-22 Simon Josefsson <jas@extundo.com>
21678
21679 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21680 New variable.
21681 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21682 Oskarsson" <myrkraverk@users.sourceforget.net>.
21683
21684 2005-02-22 Kim F. Storm <storm@cua.dk>
21685
21686 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21687 check that window of that event is the selected window.
21688 (mouse-drag-region-1): Compare mouse event window to selected
21689 window before setting point.
21690
21691 * tooltip.el (tooltip-show-help-function): Pass event to
21692 mouse-on-link-p so it can check selected window.
21693
21694 2005-02-22 Kenichi Handa <handa@m17n.org>
21695
21696 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21697 (ps-mule-show-warning): New function.
21698 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21699 characters are found.
21700
21701 * ps-print.el (ps-header-footer-string): Return a list of header
21702 and footer strings.
21703
21704 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21705
21706 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21707
21708 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21709
21710 * frame.el (blink-cursor-mode): Use define-minor-mode.
21711
21712 * term/mac-win.el (function-key-map): Use char-names more consistently.
21713 (file-name-coding-system): Only set it for MacOS-9. The other case is
21714 already handled in mule-cmds.el (where it also works when mac-win.el
21715 is not used).
21716
21717 2005-02-21 Kenichi Handa <handa@m17n.org>
21718
21719 * international/mule.el (ctext-pre-write-conversion): Always use
21720 " *code-converting-work*" buffer for work.
21721
21722 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21723
21724 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21725
21726 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21727
21728 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21729
21730 * ses.el (undo-more): Restore defadvice, but only the part that
21731 allows changes outside the restricted area of the buffer.
21732
21733 2005-02-20 Kim F. Storm <storm@cua.dk>
21734
21735 * simple.el (line-move): Add fourth optional arg try-vscroll which
21736 must be set to perform auto-window-vscroll.
21737 When moving backwards and doing auto-window-vscroll, automatically
21738 vscroll to the last part of lines which are taller than the window.
21739 (next-line, previous-line): Set try-vscroll arg on line-move.
21740
21741 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21742
21743 * replace.el (query-replace, query-replace-regexp)
21744 (replace-string, replace-regexp): When operating on region, make
21745 the minibuffer prompt say so.
21746
21747 * isearch.el (isearch-forward): Document isearch-query-replace and
21748 isearch-query-replace-regexp keybindings.
21749
21750 2005-02-19 Jay Belanger <belanger@truman.edu>
21751
21752 * calc/calc-aent.el (math-read-token): Add local variable.
21753
21754 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21755 (calc-edit-top): Move declaration to earlier in file.
21756 (calc-edit-macro-repeats): Add local variables.
21757
21758 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21759 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21760 calcFunc-tanh.
21761 Adjust integration rule for calcFunc-tan.
21762
21763 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21764
21765 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21766 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21767 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21768 (viper-skip-separators): Bug fix.
21769 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21770 particular major mode.
21771 (viper-del-backward-char-in-replace): Don't put deleted char on the
21772 kill ring.
21773
21774 * viper-ex.el (viper-color-display-p): New function.
21775 (viper-has-face-support-p): Use viper-color-display-p.
21776
21777 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21778
21779 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21780
21781 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21782 (viper-file-remote-p): Make equivalent to file-remote-p.
21783
21784 * viper.el (viper-major-mode-modifier-list):
21785 Use viper-gnus-modifier-map.
21786
21787 2005-02-19 David Kastrup <dak@gnu.org>
21788
21789 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21790 quoting.
21791
21792 2005-02-19 Jay Belanger <belanger@truman.edu>
21793
21794 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21795 Remove extra definitions.
21796 (calc-coth): New function.
21797 (calcFunc-cot): Fix `let'.
21798
21799 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21800
21801 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21802 the reasons we use "type pc" in these faces.
21803
21804 * button.el (button): Ditto.
21805
21806 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21807
21808 * replace.el (query-replace-read-from): Set the value of
21809 query-replace-from-history-variable to handle the case of an empty
21810 string entered to accept the suggested default.
21811
21812 * net/tramp.el (tramp-file-name-for-operation):
21813 Use dired-call-process instead of dired-call-process-command.
21814
21815 2005-02-19 Jay Belanger <belanger@truman.edu>
21816
21817 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21818 (math-div-non-trig): New variables.
21819 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21820 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21821 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21822 trig expressions.
21823
21824 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21825
21826 * progmodes/gdb-ui.el (gdb-var-update-handler)
21827 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21828 for watch expressions,
21829 (gdb-var-create-handler): Don't set speedbar-update-flag.
21830 (gdb-post-prompt): Simplify test for speedbar.
21831
21832 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21833
21834 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21835 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21836 we use the syntax table of the correct buffer.
21837 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21838 Felix Gatzemeier.
21839
21840 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21841 (ediff-file-remote-p): Make synonymous with file-remote-p.
21842 In all deffaces ediff-*-face-*, use min-colors.
21843
21844 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21845 ediff-recurse-to-subdirectories.
21846 (ediff-mark-if-equal): Check that the arguments are strings, use
21847 ediff-same-contents (after to Felix Gatzemeier).
21848
21849 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21850 nil.
21851
21852 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21853
21854 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21855
21856 2005-02-18 David Kastrup <dak@gnu.org>
21857
21858 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21859 use `mark-active' when defined.
21860
21861 2005-02-18 Kenichi Handa <handa@m17n.org>
21862
21863 * ps-print.el (ps-font-info-database): New entry
21864 ZapfChancery-MediumItalic with correct font name. Fix font name
21865 of the entry Zapf-Chancery-MediumItalic.
21866
21867 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21868
21869 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21870
21871 2005-02-16 Kim F. Storm <storm@cua.dk>
21872
21873 * ido.el (ido-fallback-command): Pass user input to fallback command.
21874
21875 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21876
21877 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21878 (gdb-find-file-hook): Add server prefix.
21879
21880 2005-02-16 Richard M. Stallman <rms@gnu.org>
21881
21882 * replace.el (perform-replace): Pass new args to replace-highlight.
21883 (replace-highlight): Take region args,
21884 and pass them to isearch-lazy-highlight-new-loop.
21885
21886 * novice.el (disabled-command-hook): Autoload the defalias
21887 and the make-obsolete-variable call.
21888
21889 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21890
21891 * isearch.el (isearch-lazy-highlight-start-limit)
21892 (isearch-lazy-highlight-end-limit): New variables limit
21893 the region for highlighting.
21894 (isearch-lazy-highlight-new-loop): New args BEG and END.
21895 (isearch-lazy-highlight-search): Use the new vars.
21896 (isearch-lazy-highlight-update): Likewise.
21897
21898 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21899
21900 * cus-start.el (all): Use default-boundp.
21901
21902 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21903
21904 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21905
21906 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21907
21908 * autorevert.el (auto-revert-stop-on-user-input)
21909 (auto-revert-verbose): Doc fixes.
21910
21911 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21912
21913 * international/mule-cmds.el (set-locale-environment): Remove call
21914 to set-selection-coding-system on Windows.
21915
21916 2005-02-15 Jay Belanger <belanger@truman.edu>
21917
21918 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21919 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21920 calcFunc-coth.
21921 (math-simplify-sqrt): Add simplifications.
21922
21923 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21924 to list.
21925
21926 * calc/calc-ext.el: Add functions to autoloads.
21927
21928 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21929 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21930 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21931 (math-csc-raw, math-cot-raw): New functions.
21932
21933 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21934
21935 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21936 the variable name in a message.
21937
21938 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21939 calcFunc-csc, calcFunc-cot.
21940
21941 * calc/calcalg2.el: Add derivative and integration rules for
21942 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21943 calcFunc-csch, calcFunc-coth.
21944 (math-do-integral-methods): Add to checks for when to use
21945 substitutions.
21946
21947 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21948
21949 2005-02-15 Lute Kamstra <lute@gnu.org>
21950
21951 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21952 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21953 <monnier@iro.umontreal.ca>
21954 (lisp-outline-level): Improve efficiency. Suggested by David
21955 Kastrup <dak@gnu.org>.
21956
21957 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21958
21959 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21960 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21961 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21962 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21963 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21964
21965 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21966
21967 * cus-start.el (all): Comment change.
21968
21969 2005-02-14 Lute Kamstra <lute@gnu.org>
21970
21971 * cus-start.el (all): Check if symbol is void.
21972
21973 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21974
21975 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21976 optional argument to \cite.
21977
21978 2005-02-14 Richard M. Stallman <rms@gnu.org>
21979
21980 * cus-edit.el (custom-buffer-create-internal): Update help message.
21981 (custom-magic-alist): Update help messages.
21982
21983 * cus-start.el (all): Allow a var to specify a standard value.
21984
21985 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21986
21987 * custom.el (custom-theme-set-variables): Handle variable aliases.
21988
21989 * frame.el (blink-cursor-timer): Doc fix.
21990 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21991 declare obsolete.
21992 (blink-cursor-mode): Define with defcustom and use correct
21993 standard expression in that defcustom.
21994 * startup.el (command-line): Adapt to above changes in frame.el.
21995
21996 2005-02-11 Lute Kamstra <lute@gnu.org>
21997
21998 * apropos.el (apropos-score-doc): Prevent division by zero.
21999
22000 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
22001
22002 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
22003 (icalendar--get-event-property-attributes)
22004 (icalendar--get-event-properties)
22005 (icalendar--datetime-to-diary-date): New functions.
22006 (icalendar--split-value): Doc fix.
22007 (icalendar--datetime-to-noneuropean-date)
22008 (icalendar--datetime-to-european-date): New optional argument
22009 SEPARATOR. Return result as a string instead of a list.
22010 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
22011 (icalendar--convert-string-for-export): Rename arg S to STRING.
22012 (icalendar-export-region): Doc fix. Change name of error buffer.
22013 Save output buffer.
22014 (icalendar-import-file): Add blank at end of prompt.
22015 (icalendar-import-buffer): Doc fix. Do not switch to error
22016 buffer. Indicate status in return value.
22017 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
22018 buffer. Save output buffer. Handle exception from recurrence
22019 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
22020 events. Fix problems with weekly all-day events.
22021
22022 2005-02-10 Richard M. Stallman <rms@gnu.org>
22023
22024 * simple.el (eval-expression-print-format):
22025 Avoid warning about edebug-active.
22026
22027 * help.el (help-for-help-internal): Rename from help-for-help.
22028 (help-for-help): Define with defalias.
22029
22030 * font-core.el (font-lock-default-function): Use with-no-warnings.
22031
22032 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
22033
22034 * custom.el (defface): Doc fix.
22035
22036 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
22037
22038 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
22039 width 0" to prevent word wrapping problems.
22040
22041 2005-02-09 Kim F. Storm <storm@cua.dk>
22042
22043 * ido.el (ido-file-extensions-order): New defcustom.
22044 (ido-file-extension-lessp, ido-file-extension-aux)
22045 (ido-file-extension-order): New advanced file ordering.
22046 (ido-file-lessp): New simple file ordering.
22047 (ido-sort-list): Remove.
22048 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
22049 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
22050
22051 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
22052
22053 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
22054 that some versions of grep produce.
22055 (grep-mode-font-lock-keywords): Likewise.
22056
22057 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
22058
22059 * progmodes/gdb-ui.el (gdb-location-list): New variable.
22060 (gdb-cdir): Delete.
22061 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
22062 (gdb-source-info): Treat case when source file is in another
22063 directory properly.
22064 (gdb-get-location): New function.
22065
22066 2005-02-07 Jay Belanger <belanger@truman.edu>
22067
22068 * calc/calc-prog.el (calc-write-parse-table-part)
22069 (calc-fix-token-name): Fix a check for language type.
22070
22071 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
22072
22073 2005-02-07 Andre Spiegel <spiegel@gnu.org>
22074
22075 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
22076 as directory not writable.
22077
22078 2005-02-07 Kim F. Storm <storm@cua.dk>
22079
22080 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
22081 (cua--standard-movement-commands): Remove list.
22082 Instead, set CUA property value to move for movement commands.
22083 (cua-movement-commands): Remove. Users must set CUA prop instead.
22084 (cua--pre-command-handler): Check CUA property.
22085 (cua--init-keymaps): Don't remap undo commands.
22086 (cua-mode): Don't call cua--rectangle-on-off.
22087
22088 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
22089 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
22090 (cua--rect-undo-set-point): New var.
22091 (cua--rectangle-undo-boundary): Setup undo apply entry.
22092 (cua--rect-undo-handler): New function for rectangle undo.
22093 (cua--rect-start-position, cua--rect-end-position): Add.
22094 (cua--rectangle-post-command): Call cua--rectangle-set-corners
22095 for restored rectangle. Set point if cua--rect-undo-set-point.
22096
22097 2005-02-06 Jay Belanger <belanger@truman.edu>
22098
22099 * calc/calc-lang.el (calc-tex-language): Display more information
22100 in messages.
22101
22102 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
22103 in TeX mode.
22104
22105 2005-02-06 Richard M. Stallman <rms@gnu.org>
22106
22107 * emacs-lisp/lisp.el (buffer-end): Doc fix.
22108
22109 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
22110
22111 * net/ldap.el (ldap-search-internal): Support attributes with
22112 optional descriptions separated by a semi-colon, as in
22113 "userCertificate;binary".
22114
22115 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22116
22117 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
22118 isn't a cons (i.e. the version is 0).
22119
22120 2005-02-05 Eli Zaretskii <eliz@gnu.org>
22121
22122 * help.el (help-for-help): Doc fix.
22123
22124 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
22125
22126 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
22127 GDB-Windows on the menu-bar as this works better.
22128
22129 2005-02-04 Jay Belanger <belanger@truman.edu>
22130
22131 * calc/calc-embed.el (calc-embedded-update): Don't put in
22132 unnecessary newlines. Adjust the end of formula marker.
22133
22134 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
22135 (math-latex-parse-two-args): New function.
22136
22137 2005-02-03 Lute Kamstra <lute@gnu.org>
22138
22139 * help-fns.el (help-with-tutorial): Make sure that users cannot
22140 remove the entire text of the tutorial by means of `undo'.
22141
22142 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
22143
22144 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
22145 in recent changes, where the ispell process was repeatedly
22146 killed & restarted.
22147
22148 * international/mule-cmds.el (set-locale-environment): Set file-name
22149 coding system to utf-8 on Darwin systems.
22150 (set-default-coding-systems): Don't set default-file-name-coding-system
22151 on Darwin systems.
22152
22153 2005-02-03 Richard M. Stallman <rms@gnu.org>
22154
22155 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
22156
22157 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
22158
22159 * faces.el (list-faces-display): Add optional argument.
22160
22161 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
22162
22163 * font-core.el (font-lock-default-function): Handle the rare case where
22164 only font-lock-keywords is set.
22165
22166 2005-02-02 Kenichi Handa <handa@m17n.org>
22167
22168 * international/characters.el: Cancel previous change for
22169 I-WITH-DOT-ABOVE and DOTLESS-i.
22170
22171 * international/latin-5.el: Cancel previous change.
22172
22173 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
22174
22175 * progmodes/gud.el: Correction to syntax in gud-menu-map.
22176
22177 2005-02-02 Kenichi Handa <handa@m17n.org>
22178
22179 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
22180 DOTLESS-i.
22181
22182 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
22183 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
22184
22185 * case-table.el (get-upcase-table): New function.
22186 (copy-case-table): Copy upcaes table too if non-nil.
22187 (set-case-syntax-delims): Maintain upcase table too.
22188 (set-case-syntax-pair): Likewise.
22189 (set-upcase-syntax, set-downcase-syntax): New functions.
22190 (set-case-syntax): Maintain upcase table too.
22191
22192 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
22193
22194 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
22195
22196 * progmodes/gud.el (gud-goto-info): New function.
22197 (gud-tool-bar-map): Use correct icon.
22198
22199 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
22200
22201 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
22202 When delegating, order args in the funcall correctly.
22203
22204 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
22205
22206 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
22207
22208 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
22209
22210 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
22211 buffer not visiting a file.
22212
22213 2005-01-31 Jay Belanger <belanger@truman.edu>
22214
22215 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
22216 bound on the line with the formula.
22217
22218 2005-01-31 Kim F. Storm <storm@cua.dk>
22219
22220 * ses.el (ses-create-cell-variable-range)
22221 (ses-destroy-cell-variable-range, ses-reset-header-string)
22222 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
22223 (ses-insert-row): Fix format of apply undo entries.
22224
22225 2005-01-31 Jay Belanger <belanger@truman.edu>
22226
22227 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
22228 parts.
22229
22230 * calc/calc-embed.el (calc-embedded-open-formula)
22231 (calc-embedded-close-formula): Ignore matrix environments.
22232
22233 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
22234 TeX mode.
22235
22236 * calc/calc-lang.el (math-function-table, math-oper-table)
22237 (math-variable-table): Adjust the LaTeX portions.
22238
22239 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
22240 (math-latex-ignore-words): New constant.
22241
22242 2005-01-31 Richard M. Stallman <rms@gnu.org>
22243
22244 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
22245 (ispell-local-dictionary): Doc fix.
22246 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
22247 Don't reinitialize at run time. Don't defcustom.
22248 All uses changed to append ispell-local-dictionary-alist,
22249 or check it first.
22250 (ispell-current-dictionary): New variable for dictionary in use.
22251 (ispell-dictionary): Now used only for global default.
22252 (ispell-start-process): Set ispell-current-dictionary,
22253 not ispell-dictionary.
22254 (ispell-change-dictionary): Use this only for setting
22255 user preferences.
22256 (ispell-internal-change-dictionary): New function
22257 to change the current dictionary in use.
22258 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
22259 Use ispell-current-dictionary.
22260 Handle ispell-local-dictionary-overridden.
22261 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
22262
22263 2005-01-31 Jay Belanger <belanger@truman.edu>
22264
22265 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
22266
22267 * calc/calc-ext.el: Add calc-latex-language to autoloads.
22268 (calc-mode-map): Add calc-latex-language.
22269
22270 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
22271 (math-latex-print-frac): New functions.
22272 (math-oper-table, math-function-table, math-variable-table)
22273 (math-complex-format, math-input-filter): Add latex properties.
22274 (calc-set-language): Set math-expr-special-function-mapping.
22275
22276 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
22277 (calc-write-parse-table-part): Add LaTeX support.
22278
22279 * calc/calc.el (calc-language): Adjust docstring.
22280 (calc-set-mode-line): Add LaTeX support.
22281 (math-expr-special-function-mapping): New variable.
22282 (math-tex-ignore-words): Add to list.
22283
22284 * calc/calccomp.el (math-compose-expr, math-compose-rows):
22285 Add LaTeX support.
22286 (math-compose-expr): Add support for special functions.
22287
22288 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
22289
22290 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
22291
22292 * progmodes/gdb-ui.el (gdb-memory-address)
22293 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
22294 (gdb-memory-mode-map, gdb-memory-format-keymap)
22295 (gdb-memory-format-menu, gdb-memory-unit-keymap)
22296 (gdb-memory-unit-menu): New variables for a buffer
22297 that lets the user examine program memory.
22298 (gdb-memory-set-address, gdb-memory-set-repeat-count)
22299 (gdb-memory-format-binary, gdb-memory-format-octal)
22300 (gdb-memory-format-unsigned, gdb-memory-format-signed)
22301 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
22302 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
22303 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22304 (gdb-memory-unit-byte, gdb-memory-unit-menu)
22305 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
22306 (gdb-memory-mode, gdb-memory-buffer-name)
22307 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
22308 New functions for above buffer.
22309
22310 2005-01-30 Richard M. Stallman <rms@gnu.org>
22311
22312 * cus-edit.el (custom-bury-buffer): Function deleted.
22313 (custom-buffer-done-function): Option deleted.
22314 (custom-buffer-done-kill): New replacement option.
22315 (Custom-buffer-done): Call quit-window.
22316 (custom-buffer-create-internal): Update for above changes.
22317
22318 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
22319
22320 * simple.el (undo-ask-before-discard): New var.
22321 (undo-outer-limit-truncate): Implement it.
22322 (undo-extra-outer-limit): Doc update.
22323
22324 2005-01-29 Richard M. Stallman <rms@gnu.org>
22325
22326 * ses.el (undo-more): Delete defadvice.
22327 (ses-begin-change): Doc fix.
22328
22329 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
22330 instead of rebinding C-x u and C-_.
22331
22332 * files.el (normal-backup-enable-predicate): Return nil for files
22333 in /tmp, regardless of temporary-file-directory.
22334
22335 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
22336
22337 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
22338 (open-rectangle, delete-whitespace-rectangle-line)
22339 (clear-rectangle-line): If FILL, pass t instead of FILL
22340 for move-to-column's 2nd arg.
22341
22342 * simple.el (undo): Fix the test for continuing a series of undos.
22343 (undo-more): Set pending-undo-list to t when we reach end.
22344 (pending-undo-list): Move up defvar.
22345
22346 * wid-edit.el (widget-button-click):
22347 Shorten the range of the track-mouse binding.
22348
22349 * comint.el (comint-insert-input): Undo previous changes;
22350 use last-input-event in interactive spec.
22351
22352 2005-01-29 Eli Zaretskii <eliz@gnu.org>
22353
22354 * progmodes/compile.el (compilation-start): Bind buffer-read-only
22355 to nil before invoking call-process. Reset buffer's modified flag
22356 after fontifying it in the no-async branch.
22357
22358 * wid-edit.el (widget-specify-button): If mouse pointer shape
22359 cannot be changed, use mouse face instead.
22360
22361 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
22362
22363 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22364 (gdb-goto-breakpoint): Make breakpoint handling work on template
22365 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
22366 (gdb-assembler-custom): Update to recognize breakpoint information
22367 added on 2005-01-19.
22368
22369 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
22370
22371 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
22372 (dsssl-mode): Use define-derived-mode.
22373 (scheme-mode-initialize): Remove.
22374 (scheme-mode): Use run-mode-hooks.
22375
22376 * cus-edit.el (customize-group-other-window)
22377 (custom-buffer-create-other-window): Don't override special-display-*.
22378 (custom-mode-map): Make it dense.
22379
22380 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
22381 sets the default value.
22382
22383 2005-01-28 Eli Zaretskii <eliz@gnu.org>
22384
22385 * descr-text.el: Add more keywords.
22386
22387 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
22388
22389 * speedbar.el: Avoid unnecessary use of locate-library.
22390
22391 * international/mule-cmds.el (standard-display-european-internal):
22392 Don't fiddle with latin-1 non-break space any more since it's now
22393 special cased in the C code.
22394 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
22395
22396 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
22397
22398 * cus-start.el (all): Add `undo-outer-limit'.
22399
22400 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22401
22402 * textmodes/bibtex.el (bibtex-format-entry):
22403 Use `bibtex-empty-field-re' only on the text of fields, not on entire
22404 field lines.
22405 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
22406 not on part of a buffer.
22407
22408 2005-01-25 Lute Kamstra <lute@gnu.org>
22409
22410 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
22411 nonempty field text strings like "{letters\\macro{}more letters}".
22412 Clarify docstring.
22413 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
22414 (bibtex-entry-offset, bibtex-parse-association)
22415 (bibtex-parse-field-name): Fix typos in docstrings.
22416 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
22417
22418 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
22419
22420 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
22421 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
22422 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
22423 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
22424
22425 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22426 isearch minor mode.
22427
22428 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
22429
22430 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22431
22432 2005-01-24 Lute Kamstra <lute@gnu.org>
22433
22434 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22435 CASECHARS and NOT-CASECHARS regular expressions of the
22436 "nederlands" and "nederlands8" dictionaries to prevent a "Range
22437 striding over charsets" error.
22438
22439 2005-01-24 Jay Belanger <belanger@truman.edu>
22440
22441 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22442 display variable name.
22443
22444 2005-01-24 Kenichi Handa <handa@m17n.org>
22445
22446 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22447 Fix setting of the element of encoded-kbd-iso2022-invocations.
22448
22449 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
22450
22451 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22452 (gdb-threads-select): Change to also accept mouse events.
22453 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22454 (gdb-threads-mouse-select): Delete.
22455
22456 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
22457
22458 * files.el (insert-directory): Take care of empty directory,
22459 listed without -a switch.
22460
22461 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
22462
22463 * textmodes/refill.el (refill-post-command-function):
22464 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22465 to the list of functions that we should be careful not to undo.
22466 (refill-late-fill-paragraph-function): Remove.
22467 (refill-saved-state): New var.
22468 (refill-mode): Use it to save fill-paragraph-function.
22469 Save also the value of auto-fill-function.
22470
22471 * term/w32-win.el: Simplify code.
22472
22473 2005-01-23 Kim F. Storm <storm@cua.dk>
22474
22475 * simple.el (line-move): Adapt to new return value from
22476 pos-visible-in-window-p.
22477
22478 * simple.el (line-move): Fix last change. Check partial
22479 visibility at point rather than at window-start.
22480
22481 2005-01-22 Jason Rumney <jasonr@gnu.org>
22482
22483 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22484
22485 2005-01-22 David Kastrup <dak@gnu.org>
22486
22487 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22488
22489 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22490
22491 * type-break.el (type-break-mode): Add a test for
22492 type-break-file-name being non-nil.
22493
22494 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22495
22496 * net/eudc.el (top level): Call (message "") via progn, so that
22497 eudc-options-file is loaded.
22498
22499 2005-01-22 Kim F. Storm <storm@cua.dk>
22500
22501 * simple.el (line-move-1): Rename from line-move.
22502 (line-move): New function that adjusts vscroll for partially
22503 visible rows, and calls line-move-1 otherwise.
22504
22505 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22506
22507 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22508 since it's not a complete read-event implementation
22509
22510 2005-01-20 Jay Belanger <belanger@truman.edu>
22511
22512 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22513 for called function.
22514
22515 2005-01-20 Steven Tamm <steventamm@mac.com>
22516
22517 * term/mac-win.el (process-connection-type): Remove.
22518 Controlled now by s/darwin.h:PTY_ITERATION.
22519
22520 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22521
22522 * window.el (handle-select-window): Don't switch window when we're
22523 in the minibuffer.
22524
22525 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22526
22527 * subr.el (dotimes-with-progress-reporter): New macro.
22528
22529 * ses.el (ses-dotimes-msg): Remove macro.
22530 Use `dotimes-with-progress-reporter' instead.
22531
22532 2005-01-19 Steven Tamm <steventamm@mac.com>
22533
22534 * term/mac-win.el (process-connection-type): Use new
22535 operating-system-release variable to use ptys on Darwin 7 (OS X
22536 10.3) when using carbon build.
22537
22538 2005-01-19 Jay Belanger <belanger@truman.edu>
22539
22540 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22541 flags if the last command was a tab or M-tab.
22542
22543 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22544 in formula editing buffer.
22545
22546 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22547
22548 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22549 breakpoint image symbol in margin.
22550
22551 2005-01-19 Jay Belanger <belanger@truman.edu>
22552
22553 * calc/calc-prog.el (calc-execute-kbd-macro):
22554 Ignore calc-keep-arg-flag.
22555
22556 2005-01-19 Kenichi Handa <handa@m17n.org>
22557
22558 * textmodes/ispell.el (ispell-looking-at): New function.
22559 (ispell-process-line): Use ispell-looking-at to compare the ispell
22560 output and the buffer contents.
22561
22562 2005-01-18 Jay Belanger <belanger@truman.edu>
22563
22564 * calc/calc.el (calc-display-raw): Fix docstring.
22565
22566 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22567
22568 * simple.el (blink-matching-open): Strip extra info from syntax.
22569
22570 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22571 funny chars in the end-of-here-doc marker.
22572
22573 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22574
22575 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22576 that enable/disabled state of breakpoints is shown correctly in
22577 fringe and on ttys.
22578 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22579 Add breakpoint information as text properties.
22580 (gdb-mouse-toggle-breakpoint):
22581 Rename to gdb-mouse-set-clear-breakpoint.
22582 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22583 breakpoints in the margin.
22584 (gdb-remove-strings): Simplify.
22585
22586 2005-01-17 Jay Belanger <belanger@truman.edu>
22587
22588 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22589 erasing buffer.
22590
22591 2005-01-17 Richard M. Stallman <rms@gnu.org>
22592
22593 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22594 for calling grep-compute-defaults.
22595
22596 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22597 if buffer is empty.
22598
22599 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22600
22601 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22602
22603 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22604
22605 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22606 non-preloaded variables.
22607
22608 2005-01-17 Steven Tamm <steventamm@mac.com>
22609
22610 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22611 tex-shell cause to force interactivity when using pipes.
22612
22613 2005-01-17 Kim F. Storm <storm@cua.dk>
22614
22615 * simple.el (just-one-space): Make arg optional.
22616
22617 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22618
22619 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22620 posn-at-x-y to t to access left-margin.
22621
22622 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22623
22624 Sync with Tramp 2.0.47.
22625
22626 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22627 catching keep-date problems in cp/scp operations.
22628 (tramp-handle-copy-file): Don't call `set-file-modes'
22629 unconditionally. Specialized functions should know better what is
22630 necessary. This improves performance a little bit, and the
22631 functions could catch errors with `cp -p' and `scp -p'.
22632 (tramp-do-copy-or-rename-file-via-buffer)
22633 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22634 when appropriate.
22635 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22636 Call `set-file-modes' when appropriate.
22637 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22638 Johnsson <isak@hypergene.com>
22639 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22640 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22641 <joakim@verona.se>
22642 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22643 Emacs only.
22644
22645 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22646 `find-file-hooks' and `dired-mode-hook'.
22647 (tramp-minor-mode-map): Respective map. Add remapping for
22648 `compile' and `recompile'.
22649 (tramp-remap-command, tramp-recompile): New defuns.
22650 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22651 in buffer "*Compilation*". Call the commands asynchronously.
22652
22653 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22654 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22655 `shell-command', because it isn't magic in XEmacs. Reported by
22656 Adrian Aichner <adrian@xemacs.org>.
22657
22658 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22659 `substitute-in-file-name.
22660 (tramp-smb-handle-substitute-in-file-name): New defun.
22661 (tramp-smb-advice-PC-do-completion): Delete advice.
22662
22663 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22664
22665 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22666 Fix error in deleting region.
22667
22668 2005-01-15 Richard M. Stallman <rms@gnu.org>
22669
22670 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22671 In non-temp buffer, switch syntax table temporarily.
22672
22673 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22674
22675 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22676
22677 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22678
22679 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22680 (imenu--generic-function): Use START, not BEG, as pos of definition.
22681
22682 * simple.el (just-one-space): Argument specifies number of spaces.
22683
22684 * simple.el (eval-expression-print-format): Avoid warning
22685 about edebug-active.
22686
22687 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22688
22689 * progmodes/sh-script.el: Code copied from make-mode.el
22690 with small changes,
22691 (sh-mode-map): Bind C-c C-\.
22692 (sh-backslash-column, sh-backslash-align): New variables.
22693 (sh-backslash-region, sh-append-backslash): New functions.
22694
22695 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22696
22697 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22698 (rmail-pop-password, rmail-pop-password-required): Move to
22699 rmail-obsolete group.
22700 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22701 All callers updated.
22702 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22703 Take an argument specifying whether it is POP or IMAP mailbox we
22704 are using. All callers updated.
22705 (rmail-pop-password-error): Rename to
22706 rmail-remote-password-error. Added mailutils-specific error message.
22707 (rmail-movemail-search-path)
22708 (rmail-movemail-variant-in-use): New variables.
22709 (rmail-remote-password, rmail-remote-password-required):
22710 New customization variables.
22711 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22712 (rmail-parse-url): New function.
22713 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22714 with GNU mailutils movemail.
22715
22716 2005-01-15 Kevin Ryde <user42@zip.com.au>
22717
22718 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22719 suffix to space, $ or '$, to correctly position point when going
22720 to @table style constants like DBL_MAX.
22721
22722 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22723
22724 * type-break.el (type-break-mode, type-break-file-time)
22725 (type-break-file-keystroke-count, type-break-choose-file):
22726 Don't store data in or load data from the file if type-break-file-name
22727 is nil.
22728 (type-break-file-name): Doc update as per the above.
22729
22730 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22731
22732 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22733 lookup-key might return nil; handle that.
22734
22735 2005-01-15 Alan Mackenzie <acm@muc.de>
22736
22737 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22738 rather than the element found, thus enabling the tree to be setcar'd.
22739
22740 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22741
22742 * textmodes/org.el (org-show-following-heading): New option.
22743 (org-show-hierarchy-above): Use `org-show-following-heading'.
22744 (org-cycle): Documentation fix.
22745
22746 * textmodes/org.el (orgtbl-optimized): New option
22747 (orgtbl-mode): New command, a minor mode.
22748 (orgtbl-mode-map): New variable.
22749 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22750 (orgtbl-error, orgtbl-self-insert-command)
22751 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22752
22753 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22754 a local variable in each org-mode buffer.
22755
22756 * textmodes/org.el (org-set-regexps-and-options): Rename from
22757 `org-set-regexps'. Added checking for STARTUP keyword.
22758 (org-get-current-options): Add STARTUP options.
22759 (org-table-insert-row): Make mode intelligent about when
22760 realignment is needed.
22761 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22762 New commands.
22763 (org-enable-table-editor): New default value `optimized'.
22764 (org-table-blank-field): Support blanking regions if active.
22765
22766 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22767
22768 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22769 if the year is not given.
22770
22771 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22772 Add new escapes %m and %M, fixed bug with %F by adding
22773 save-match-data.
22774 (reftex-reference): Remove ?. from list of spaces.
22775 (reftex-label-info): Add automatic label prefix recognition.
22776
22777 * textmodes/reftex-index.el (reftex-index-next-phrase):
22778 Add slave parameter to call of `reftex-index-this-phrase'.
22779 (reftex-index-this-phrase): New optional argument.
22780 (reftex-index-region-phrases): Add slave parameter to call of
22781 `reftex-index-this-phrase'.
22782 (reftex-display-index): New argument redo.
22783 (reftex-index-rescan): Add `redo' to arguments of
22784 `reftex-display-index'.
22785 (reftex-index-Rescan, reftex-index-revert)
22786 (reftex-index-switch-index-tag): Add `redo' to arguments of
22787 `reftex-display-index'.
22788 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22789 indexing. Fix bug with matching is there is a quote before or
22790 after the word.
22791
22792 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22793 Fix bug when collecting citation keys in lines with comments.
22794 (reftex-citation): Prefix argument no longer rescans the document,
22795 but forces prompting for optional arguments of cite macros.
22796 (reftex-do-citation): Prompting for optional arguments implemented.
22797
22798 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22799 Add optional arguments to most cite commands.
22800 (reftex-cite-cleanup-optional-args): New option
22801 (reftex-cite-prompt-optional-args): New option.
22802 (reftex-trust-label-prefix): New option.
22803
22804 * textmodes/reftex-toc.el (reftex-toc-find-section):
22805 Add push-mark before changing the position in the buffer.
22806
22807 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22808 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22809
22810 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22811
22812 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22813 more carefully.
22814
22815 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22816
22817 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22818 (sgml-mode): Use it.
22819 (sgml-get-context): Better keep track of implicitly closed tags.
22820
22821 2005-01-13 Kenichi Handa <handa@m17n.org>
22822
22823 * textmodes/ispell.el: These changes are to fix misalignment error
22824 caused by equivalent characters of different Emacs charsets.
22825 (ispell-unified-chars-table): New variable.
22826 (ispell-get-decoded-string): New function.
22827 (ispell-get-casechars, ispell-get-not-casechars)
22828 (ispell-get-otherchars): Call ispell-get-decoded-string.
22829
22830 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22831
22832 * custom.el (custom-declare-variable): Just put symbol instead
22833 of (defvar . symbol) in `current-load-list'.
22834
22835 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22836
22837 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22838
22839 2005-01-12 Jay Belanger <belanger@truman.edu>
22840
22841 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22842 to create a Calc summary.
22843
22844 2005-01-12 Kim F. Storm <storm@cua.dk>
22845
22846 * mouse.el (mouse-on-link-p): Change functionality and doc
22847 string to comply with latest description in lisp ref.
22848
22849 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22850
22851 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22852 Enable mouse clicks on mode-line, header-line and margin.
22853 (event-type): Give mouse event symbols an `event-kind' property
22854 with value `mouse-click'.
22855
22856 2005-01-12 Juri Linkov <juri@jurta.org>
22857
22858 * facemenu.el (list-colors-display): Add new arg buffer-name.
22859 Use it. Fix docstring. Replace code for identifying duplicate
22860 colors by the name with call to `list-colors-duplicates' which
22861 identifies duplicate colors by the value unless the color
22862 is one of special Windows colors. Set truncate-lines to t.
22863 Print sorted duplicate color names on each line. Indent to 22
22864 \(the longest color name in rgb.txt) instead of 20. Optimize.
22865 (list-colors-duplicates): New function.
22866 (facemenu-color-name-equal): Delete function.
22867
22868 * facemenu.el (list-colors-print): New function created from code
22869 in list-colors-display. Print #RRGGBB at the window right edge.
22870 (list-colors-display): When temp-buffer-show-function is not
22871 defined, call list-colors-print from temp-buffer-show-hook
22872 to get the right value of window-width in list-colors-print
22873 after the buffer is displayed.
22874
22875 * simple.el (pop-mark): Move deactivate-mark out of conditional
22876 part to deactivate the active mark regardless of the state of the
22877 mark ring.
22878
22879 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22880 variables line in desktop files.
22881
22882 2005-01-12 Juri Linkov <juri@jurta.org>
22883
22884 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22885 Bring together isearch highlight related options.
22886 (lazy-highlight): Replace group `replace' by `matching'.
22887 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22888 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22889 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22890 and declare them obsolete.
22891 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22892 (isearch-faces): Remove defgroup.
22893 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22894 Move isearch highlighting code closer to lazy highlighting code.
22895
22896 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22897 (query-replace-highlight, query-replace-lazy-highlight)
22898 (query-replace): Move definitions to the beginning of the file.
22899
22900 2005-01-11 Juri Linkov <juri@jurta.org>
22901
22902 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22903 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22904 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22905
22906 * info.el (Info-history-forward): New variable.
22907 (Info-select-node): Reset Info-history-forward to nil.
22908 (Info-last): Turn into defalias.
22909 (Info-history-back): Rename from Info-last.
22910 Add current node to Info-history-forward.
22911 (Info-history-forward): New fun.
22912 (Info-mode-map): Replace Info-last by Info-history-back.
22913 Bind Info-history-forward to "r".
22914 (Info-mode-menu): Replace Info-last by Info-history-back.
22915 Fix menu item text. Add menu item for Info-history-forward.
22916 (info-tool-bar-map): Replace Info-last by Info-history-back.
22917 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22918 for Info-history-forward.
22919 (Info-mode): Replace Info-last by Info-history-back in docstring.
22920 Add local variable Info-history-forward.
22921 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22922
22923 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22924
22925 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22926 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22927 Ignore select-window events rather than fiddle with
22928 mouse-autoselect-window.
22929
22930 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22931
22932 * type-break.el (type-break-mode): Fix previous change.
22933
22934 2005-01-10 Jay Belanger <belanger@truman.edu>
22935
22936 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22937 calculator; only reset when point is inside a calculator.
22938 Don't adjust the window height if the window takes up the whole height
22939 of the frame.
22940
22941 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22942
22943 * ebuff-menu.el (Electric-buffer-menu-mode):
22944 Preserve value of buffer-local var header-line-format.
22945
22946 2005-01-09 Jay Belanger <belanger@truman.edu>
22947
22948 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22949 Make sure settings file exists before accessing it.
22950
22951 * calc/calc-embed.el (calc-embedded-subst):
22952 Replace math-multi-subst-rec, which is only supposed to be called
22953 by math-multi-subst, by math-multi-subst.
22954
22955 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22956
22957 * vc.el (vc-allow-async-revert): New user option.
22958 (vc-disable-async-diff): New internal variable.
22959 (vc-revert-buffer): Use them to disable asynchronous diff.
22960
22961 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22962 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22963 asynchronously if vc-disable-async-diff is t.
22964
22965 2005-01-09 Jay Belanger <belanger@truman.edu>
22966
22967 * calc/calc.el (defcalcmodevar): New macro.
22968 (calc-mode-var-list-restore-default-values)
22969 (calc-mode-var-list-restore-saved-values): New functions.
22970 (calc-mode-var-list): Use defcalcmodevar to define it.
22971 (calc-always-load-extensions, calc-line-numbering)
22972 (calc-line-breaking, calc-display-just, calc-display-origin)
22973 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22974 (calc-group-char, calc-point-char, calc-frac-format)
22975 (calc-prefer-frac, calc-hms-format, calc-date-format)
22976 (calc-float-format, calc-full-float-format, calc-complex-format)
22977 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22978 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22979 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22980 (calc-matrix-brackets, calc-language, calc-language-option)
22981 (calc-left-label, calc-right-label, calc-word-size)
22982 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22983 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22984 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22985 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22986 (calc-window-height, calc-display-trail, calc-show-selections)
22987 (calc-use-selections, calc-assoc-selections)
22988 (calc-display-working-message, calc-auto-why, calc-timing)
22989 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22990 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22991 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22992 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22993 (calc-gnuplot-geometry, calc-graph-default-resolution)
22994 (calc-graph-default-resolution-3d, calc-invocation-macro)
22995 (calc-show-banner): Use defcalcmodevar to declare them and set
22996 their default values.
22997
22998 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22999 instead of default values (but restore default values if there is
23000 an argument of 0).
23001
23002 2005-01-09 David Kastrup <dak@gnu.org>
23003
23004 * desktop.el (desktop-restore-eager): Fix typo in type.
23005
23006 2005-01-08 Richard M. Stallman <rms@gnu.org>
23007
23008 * cus-edit.el (customize): Delete :link.
23009
23010 2005-01-08 Jay Belanger <belanger@truman.edu>
23011
23012 * calc/calc.el (calc-mode): Remove the extension from the
23013 `calc-settings-file' file name when loading it.
23014
23015 2005-01-08 Kim F. Storm <storm@cua.dk>
23016
23017 * info.el (Info-mode-map, Info-next-link-keymap)
23018 (Info-prev-link-keymap, Info-up-link-keymap):
23019 Map follow-link to mouse-face.
23020 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
23021
23022 2005-01-08 Jay Belanger <belanger@truman.edu>
23023
23024 * calc/calc.el (calc-settings-file): Change default value.
23025 Suggested by cgw in a comment in calc-mode.el.
23026
23027 * calc/calc-mode.el (calc-settings-file-name):
23028 Compare calc-settings-file to user-init-file instead of ~/.emacs.
23029 Replace ~/.emacs in a prompt by calc-settings-file.
23030
23031 2005-01-07 Lars Hansen <larsh@math.ku.dk>
23032
23033 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
23034 (desktop-lazy-idle-delay): New customizable variables.
23035 (desktop-buffer-args-list): New variable.
23036 (desktop-append-buffer-args): New function.
23037 (desktop-save): Call desktop-append-buffer-args for some buffers.
23038 (desktop-lazy-create-buffer): New function.
23039 (desktop-idle-create-buffers): New function.
23040 (desktop-read): Add message about buffers to restore lazily.
23041 (desktop-lazy-abort): New command.
23042 (desktop-clear): Call desktop-lazy-abort.
23043 (desktop-lazy-complete): New command.
23044
23045 2005-01-06 Richard M. Stallman <rms@gnu.org>
23046
23047 * emacs-lisp/find-func.el (find-face-definition):
23048 Rename from find-face.
23049
23050 2005-01-06 Kim F. Storm <storm@cua.dk>
23051
23052 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
23053
23054 * man.el (Man-xref-man-page, Man-xref-header-file)
23055 (Man-xref-normal-file): Add follow-link property.
23056
23057 2005-01-06 Jay Belanger <belanger@truman.edu>
23058
23059 * calc/calc-units.el: Make sure the proper macro definitions are
23060 available when compiling.
23061
23062 2005-01-06 Juri Linkov <juri@jurta.org>
23063
23064 * isearch.el (isearch-lazy-highlight-update):
23065 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
23066
23067 2005-01-06 Miles Bader <miles@gnu.org>
23068
23069 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
23070 (isearch-lazy-highlight-face): Use new name.
23071
23072 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
23073
23074 * uniquify.el (uniquify-rationalize-file-buffer-names):
23075 Re-add an interactive spec.
23076 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
23077 to the same name.
23078
23079 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
23080 (isearch-update, isearch-done): Adjust calls accordingly.
23081
23082 2005-01-05 Richard M. Stallman <rms@gnu.org>
23083
23084 * custom.el (custom-set-variables, custom-theme-set-variables):
23085 Clarify documentation.
23086
23087 * emacs-lisp/find-func.el (find-variable)
23088 (find-variable-other-window, find-variable-other-frame):
23089 Fix the TYPE args to find-function-read and find-function-do-it.
23090 (find-function): Doc fix.
23091 (find-function-at-point): Replace function-at-point alias.
23092
23093 2005-01-04 Richard M. Stallman <rms@gnu.org>
23094
23095 * cus-face.el (custom-declare-face):
23096 Record defface in current-load-list.
23097
23098 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
23099
23100 * emacs-lisp/find-func.el: Doc fixes.
23101 (find-face-regexp): New variable.
23102 (find-function-regexp-alist): New variable.
23103 (find-function-C-source): Third arg is now TYPE.
23104 (find-function-search-for-symbol): Handle general TYPE.
23105 (find-function-read, find-function-do-it): Handle general TYPE.
23106 (find-definition-noselect, find-face): New functions.
23107 (function-at-point): Alias deleted.
23108
23109 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
23110
23111 * battery.el (display-battery-mode): Rename from display-battery.
23112 Handle the case where it gets turned off.
23113
23114 2005-01-04 Richard M. Stallman <rms@gnu.org>
23115
23116 * cus-edit.el (customize): Make :link point to user doc.
23117
23118 * man.el (Man-fontify-manpage): Turn off undo generation.
23119
23120 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
23121
23122 2005-01-04 Andreas Schwab <schwab@suse.de>
23123
23124 * files.el (insert-directory): Only look for error lines in
23125 inserted text. Don't move too far after processing --dired markers.
23126
23127 2005-01-04 Richard M. Stallman <rms@gnu.org>
23128
23129 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
23130 Don't expand if the character is @, period, dash, etc.
23131 (define-mail-abbrev): Quote names that contain problem characters.
23132
23133 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
23134
23135 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
23136
23137 2005-01-03 Richard M. Stallman <rms@gnu.org>
23138
23139 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
23140 (query-replace-highlight, query-replace-lazy-highlight)
23141 (query-replace): Definitions moved up. Doc fix.
23142
23143 2005-01-03 Richard M. Stallman <rms@gnu.org>
23144
23145 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
23146 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
23147 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
23148 (lazy-highlight-face): Rename from isearch-lazy-...
23149 Change all references to them.
23150
23151 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
23152
23153 * cus-edit.el (custom-file): Doc fix for defcustom.
23154 (custom-file): The function no longer sets the variable
23155 `custom-file' to its return value.
23156
23157 * startup.el (command-line): No longer load `custom-file'.
23158
23159 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
23160
23161 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
23162
23163 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
23164 Don't confuse module-prefixed identifiers for labels.
23165 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
23166
23167 2005-01-02 Richard M. Stallman <rms@gnu.org>
23168
23169 * files.el (basic-save-buffer-1): Fix previous change.
23170
23171 * loadhist.el (file-loadhist-lookup): New function.
23172 (file-provides, file-requires): Use it.
23173
23174 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
23175 instead of calculating the right size.
23176
23177 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
23178
23179 * vc-svn.el (vc-svn-diff): Stay local if possible.
23180
23181 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
23182
23183 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
23184
23185 * files.el (hack-local-variables): Fix last change.
23186
23187 2005-01-02 Jay Belanger <belanger@truman.edu>
23188
23189 * calc/calc-yank.el (calc-edit-top): New variable.
23190 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
23191 object. Change header properties.
23192 (calc-edit-finish, calc-edit-finish-stack-object)
23193 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
23194 edited object.
23195 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
23196 for the beginning of the edited object.
23197 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
23198 for the beginning of the edited object.
23199 * calc/calc-prog.el (calc-edit-macro-finish-edit)
23200 (calc-finish-formula-edit, calc-macro-repeats)
23201 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
23202 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
23203 beginning of the edited object.
23204 (calc-user-define-edit): Change the header for editing macros.
23205 Remove unnecessary variable.
23206
23207 2005-01-01 Jay Belanger <belanger@truman.edu>
23208
23209 * calc/calc-yank.el (calc-edit-mode): Change default header.
23210 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
23211 * calc/calc-store.el (calc-edit-variable): Change title to match new
23212 header.
23213 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
23214 mode to match new header.
23215 (calc-user-define-edit): Change titles to include names of commands.
23216 (calc-finish-formula-edit): Adjust to handle new header.
23217 (calc-finish-macro-edit): Remove.
23218 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
23219 (calc-edit-macro-command, calc-edit-macro-command-type)
23220 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
23221 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
23222 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
23223 (calc-edit-macro-finish-edit): New functions.
23224 (calc-user-define-edit): Use new functions to edit named calc macros.
23225
23226 2005-01-01 Stefan <monnier@iro.umontreal.ca>
23227
23228 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
23229
23230 * ses.el (copy-region-as-kill): Deactivate mark.
23231
23232 2005-01-01 Richard M. Stallman <rms@gnu.org>
23233
23234 * replace.el (occur-1): If the output buffer is also an input,
23235 don't kill it, rename it.
23236
23237 * faces.el (set-face-background, set-face-foreground): Doc fix.
23238
23239 * cus-face.el (custom-face-attributes): Fix :help-echo strings
23240 for :foreground and :background.
23241
23242 * dired.el (dired-view-command-alist): Variable deleted.
23243 (dired-view-file, dired-mouse-find-file-other-window):
23244 Delete the code to use it.
23245
23246 2005-01-01 Kim F. Storm <storm@cua.dk>
23247
23248 * image.el (insert-sliced-image): Use t for line-height property.
23249
23250 See ChangeLog.11 for earlier changes.
23251
23252 ;; Local Variables:
23253 ;; coding: iso-2022-7bit
23254 ;; End:
23255
23256 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
23257 Copying and distribution of this file, with or without modification,
23258 are permitted provided the copyright notice and this notice are preserved.
23259
23260 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1