]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-05-06 Kim F. Storm <storm@cua.dk>
2
3 * subr.el (add-to-history): New function.
4
5 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
6 (ediff-merge-files-with-ancestor):
7 * env.el (setenv):
8 * isearch.el (isearch-update-ring):
9 * server.el (server-visit-files):
10 * progmodes/grep.el (lgrep, rgrep):
11 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
12 * progmodes/xscheme.el (xscheme-insert-expression):
13 Use add-to-history.
14
15 * kmacro.el (kmacro-push-ring): Use add-to-history.
16 (kmacro-ring-length): Remove unused defun.
17 (kmacro-start-macro): Use kmacro-push-ring.
18
19 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
20
21 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
22 directly instead of a lambda expression that calls it.
23
24 2006-05-06 Kim F. Storm <storm@cua.dk>
25
26 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
27 instead of compute-motion.
28
29 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
30
31 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
32 change.
33
34 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
35
36 * startup.el (command-line-1): Refer to "Pure Storage" on
37 pure-space-overflow.
38
39 2006-05-05 Martin Rudalics <rudalics@gmx.at>
40
41 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
42 provided faces once they all have been used up.
43
44 2006-05-05 Eli Zaretskii <eliz@gnu.org>
45
46 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
47 reference to the Lisp manual to the warning about pure space
48 overflow.
49
50 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
51
52 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
53 argument to avoid the call to `ispell-internal-change-dictionary'
54 when not needed.
55 (ispell-change-dictionary): Use this argument and call
56 `ispell-internal-change-dictionary' after the possible change
57 to `ispell-local-dictionary'.
58 (ispell-internal-change-dictionary): Check for a change in
59 personal dictionary use too.
60 Cosmetic changes from Agustin Martin
61 <agustin.martin@hispalinux.es>.
62
63 2006-05-05 Eli Zaretskii <eliz@gnu.org>
64
65 * startup.el (command-line): On MS-Windows, probe "~", not
66 "~USER", for warning about non-existent home directory
67
68 * arc-mode.el (archive-l-e): New optional argument `float' means
69 generate a float value.
70 (archive-arc-summarize, archive-lzh-summarize)
71 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
72 with 3rd argument non-nil when file's size is being computed.
73 Format the file sizes with %8.0f instead of %8d.
74
75 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
76
77 * cus-start.el (all): Add mac-dnd-known-types.
78
79 * term/mac-win.el: (mac-utxt-to-string, mac-string-to-utxt)
80 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
81 (mac-TIFF-to-string): New functions.
82 (mac-text-encoding-mac-japanese-basic-variant): New constant.
83 (x-get-selection, x-selection-value)
84 (mac-select-convert-to-string): Use them.
85 (mac-dnd-types-alist): New customization variable.
86 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
87 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
88 (mac-dnd-handle-drag-n-drop-event): New functions.
89 (mac-drag-n-drop): Remove function.
90 (global-map): Bind drag-n-drop and M-drag-n-drop to
91 mac-dnd-handle-drag-n-drop-event.
92
93 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
94
95 * progmodes/perl-mode.el (perl-beginning-of-function):
96 Skip anonymous subs.
97
98 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
99
100 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
101 regexp-opt at run time.
102
103 * term.el (term-handle-ansi-escape): Fix off by one error.
104
105 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
106
107 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
108 (gdb-init-1, gdb-post-prompt): ...and references to it.
109 (gdb-frame-handler): Strip directory name from filename if present.
110
111 * progmodes/gud.el (gdb-force-update): Delete defvar
112 (gud-speedbar-buttons): ...and references to it. Use window-start
113 to try to keep positon in watch expression.
114
115 2006-05-03 Richard Stallman <rms@gnu.org>
116
117 * simple.el (next-history-element, previous-history-element): Doc fix.
118
119 * isearch.el (isearch-update-ring): Doc fix.
120
121 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
122
123 * isearch.el (isearch-update-ring): Take history-delete-duplicates
124 into consideration. Replace one arm ifs with whens.
125
126 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
127
128 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
129 (menu): Fix typo.
130
131 2006-05-02 Miles Bader <miles@gnu.org>
132
133 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
134
135 2006-05-02 Jay Belanger <belanger@truman.edu>
136
137 * calc/calc-embed.el: (calc-override-minor-modes-map)
138 (calc-override-minor-modes): New variables.
139 (calc-do-embedded): Make sure that Calc keystrokes aren't
140 overwritten by minor modes.
141
142 2006-05-02 Chong Yidong <cyd@mit.edu>
143
144 * msb.el (msb): If EVENT is a down event, read and discard the up event.
145
146 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
147
148 * startup.el (command-line-1): Refer to Lisp manual when
149 pure-space-overflow occurs.
150
151 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
152 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
153 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
154 (version-control): Don't use `t' for safe-local-variable declarations.
155
156 2006-05-01 Richard Stallman <rms@gnu.org>
157
158 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
159 M-r, M-R, M-A, M-SPC or M-DEL.
160 (diff-mode-map): diff-refine-hunk now on C-c C-w
161 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
162
163 * help-mode.el (help-mode): view-exit-action calls delete-window
164 only when it is safe and possible.
165
166 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
167 in messages.
168
169 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
170
171 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
172 in the default tool-bar-map.
173
174 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
175
176 * net/tramp.el (tramp-completion-file-name-handler-alist)
177 (tramp-run-real-handler, tramp-completion-run-real-handler)
178 (tramp-completion-handle-file-name-all-completions)
179 (tramp-completion-handle-file-name-completion): Autoload them.
180 (tramp-completion-handle-file-exists-p)
181 (tramp-completion-handle-file-name-directory)
182 (tramp-completion-handle-file-name-nondirectory)
183 (tramp-completion-handle-expand-file-name): Remove them.
184 (tramp-handle-file-name-directory): Return the real directory name.
185 Returning "/" only doesn't need to be necessary any longer.
186 (tramp-file-name-handler): Make special attention when in hostname
187 completion mode.
188 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
189 (tramp-register-file-name-handlers):
190 Register `tramp-completion-file-name-handler' only when
191 `partial-completion-mode' is enabled.
192 (tramp-completion-handle-file-name-all-completions):
193 Delete directory part from results.
194 (tramp-get-completion-methods, tramp-get-completion-user-host):
195 Discard deleting "/", it doesn't work after the change of
196 `tramp-handle-file-name-directory' above.
197
198 2006-05-01 Kim F. Storm <storm@cua.dk>
199
200 * progmodes/grep.el (grep-expand-template): Use save-match-data
201 and symbol-value.
202
203 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
204
205 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
206 Use select-frame-set-input-focus instead of raise-frame.
207 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
208
209 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
210
211 * progmodes/gud.el (gud-def): Add %c case.
212 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
213 (gud-format-command): Make match case sensitive. Match on %F.
214
215 2006-04-30 Glenn Morris <rgm@gnu.org>
216
217 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
218 (cal-tex-preamble): Use cal-tex-preamble-extra.
219 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
220 than alias `list-diary-entries'.
221
222 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
223
224 * help-fns.el (describe-variable): Add info about safe local variables.
225
226 2006-04-29 Richard Stallman <rms@gnu.org>
227
228 * bindings.el (mode-line-format): help-echo doc fixes.
229
230 * net/tramp.el (tramp-file-name-handler-alist): Delete
231 expand-file-name and other operations that can cause spurious loading.
232
233 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
234
235 * files.el (safe-local-variable-p): Remove support for the special
236 value t.
237
238 * textmodes/paragraphs.el (sentence-end-without-space):
239 Fix safety predicate.
240 (sentence-end-double-space, sentence-end-without-period)
241 (paragraph-ignore-fill-prefix):
242 * textmodes/fill.el (colon-double-space):
243 * abbrev.el (abbrev-mode): Tighten the safety predicate.
244
245 * subr.el (booleanp): New fun.
246
247 * textmodes/reftex-vars.el (reftex-guess-label-type):
248 Tighten the safety predicate.
249
250 2006-04-28 Kim F. Storm <storm@cua.dk>
251
252 * progmodes/grep.el (defgroup grep): Doc fix.
253 (grep-auto-highlight): Remove.
254 (grep-template): New defcustom.
255 (grep-find-template): Rename from grep-tree-template.
256 (grep-files-aliases): Rename from grep-tree-files-aliases.
257 Remove "all" alias, add "l" alias.
258 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
259 (grep-find-ignored-directories): New defcustom to replace
260 grep-tree-ignore-CVS-directories, to facilitate ignoring
261 subdirectories for multiple version control systems.
262 (grep-mode-map): Add Recursive grep item to GREP menu.
263 (grep-regexp-history, grep-files-history): New defvars.
264 (grep-probe): New helper function.
265 (grep-compute-defaults): Use it to simplify code.
266 Adapt to name changes.
267 Use `.' as base in grep-find-template rather than <D>.
268 (grep): Remove superfluous highlight-regexp arg. Fix doc.
269 Call grep-compute-defaults unconditionally.
270 (grep-expand-keywords): New defconst.
271 (grep-expand-template): Rename from grep-expand-command-macros.
272 Simplify via grep-expand-keywords. Look at case-fold-search instead
273 of grep-tree-ignore-case to add -i option.
274 Bind case-fold-search to nil while matching keywords.
275 (grep-tree-last-regexp, grep-tree-last-files): Remove.
276 (grep-read-regexp, grep-read-files): New helper functions.
277 (rgrep): Rename from grep-tree. Rework to use proper histories.
278 Adapt to changes in defcustoms and functions above.
279 (lgrep): New command, as grep, but using same interactive UI as rgrep.
280
281 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
282
283 * net/tramp.el (tramp-completion-file-name-handler):
284 Disable Tramp's functionality while loading Tramp itself.
285 (tramp-register-file-name-handlers): That's a defsubst now.
286 Code from `tramp-repair-jka-compr' moved here. Apply it via
287 `after-init-hook'.
288 (tramp-repair-jka-compr): Remove.
289
290 2006-04-27 Jay Belanger <belanger@truman.edu>
291
292 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
293 read expression when `math-read-big-expr' doesn't work.
294
295 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
296
297 * startup.el (command-line-1): Display warning when
298 pure-space-overflow is non-nil.
299
300 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
301
302 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
303 risky.
304
305 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
306
307 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
308 Return the URL or nil if none can be generated.
309
310 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
311
312 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
313 byte compiler warnings.
314 (gud-basic-call, gud-find-expr): Let user select an expression
315 for printing. Print expression as well as value in GUD buffer.
316
317 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
318
319 * allout.el: Remove local autoload declaration for
320 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
321 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
322 (allout-plain-bullets-string, allout-distinctive-bullets-string)
323 (allout-use-mode-specific-leader, allout-old-style-prefixes)
324 (allout-stylish-prefixes, allout-numbered-bullet)
325 (allout-file-xref-bullet, allout-presentation-padding)
326 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
327 safe-local-variable with suitable value spec, and add autoload
328 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
329 (move-beginning-of-line, move-end-of-line): Repair so these compat
330 functions now actually resituate the point, when appropriate.
331
332 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
333
334 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
335
336 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
337 (add-log-iso8601-time-string): Fix call to format-time-string.
338
339 2006-04-26 Kim F. Storm <storm@cua.dk>
340
341 * subr.el (posn-string, posn-image, posn-object): Doc fix.
342
343 2006-04-26 Masatake YAMATO <jet@gyve.org>
344
345 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
346 Add support for "//" style comments. Remove `b' flag
347 from ?* in `asm-mode-syntax-table'.
348
349 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
350
351 * follow.el: Use (featurep 'xemacs) everywhere.
352 (follow-mode): Use define-minor-mode.
353 (follow-mode-map): Move initialization into the declaration.
354 Use command remapping.
355 (follow-emacs-version-xemacs-p): Remove.
356 (follow-submit-feedback): Remove.
357
358 * allout.el (allout-layout, allout-passphrase-verifier-string)
359 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
360
361 * textmodes/reftex-vars.el (reftex-vref-is-default)
362 (reftex-fref-is-default, reftex-guess-label-type):
363 Tighten up a bit the safety predicate.
364
365 * textmodes/paragraphs.el (sentence-end-double-space)
366 (sentence-end-without-period, sentence-end-without-space)
367 (page-delimiter, paragraph-ignore-fill-prefix):
368 Tighten up a bit the safety predicate.
369
370 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
371
372 * progmodes/python.el (python-continuation-line-p)
373 (python-beginning-of-statement): syntax-ppss may return
374 a negative depth.
375 (python-mode): Don't forcefully enable font-lock.
376
377 * time-stamp.el (time-stamp-start, time-stamp-end)
378 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
379
380 * add-log.el: Remove spurious * in docstrings.
381 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
382 (add-change-log-entry): Use it here, since it's not specific
383 to iso8601.
384 (add-log-iso8601-time-string): Don't use it here any more.
385 (change-log-indent-text, change-log-indent): Rename from add-log-*.
386
387 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
388
389 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
390
391 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
392 (rcirc-toggle-low-priority): Doc fix.
393 (rcirc-handler-NOTICE): Remove beginning of line anchor in
394 ChanServ regexp.
395 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
396 #emacs.
397 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
398 (rcirc-decode-coding-system): Use utf-8 as the default.
399 (rcirc-multiline-minor-mode): Set the fill-column.
400 (rcirc-format-response-string): Display bright and dim nicks.
401 (rcirc-browse-url): Update interactive spec to fill ARG.
402 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
403 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
404
405 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
406
407 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
408 case for @Article, etc.
409
410 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
411
412 * net/tramp.el (tramp-register-file-name-handlers): New defun.
413 Added with autoload cookie.
414 (tramp-unload-file-name-handlers): Rename from
415 `tramp-unload-file-name-handler-alist'.
416
417 2006-04-23 Romain Francoise <romain@orebokech.com>
418
419 * comint.el (comint-match-partial-filename): Doc fix.
420
421 2006-04-21 Glenn Morris <rgm@gnu.org>
422
423 * calendar/cal-menu.el (calendar-mode-map): Refer to
424 `diary-view-entries' rather than alias `view-diary-entries'.
425 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
426
427 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
428
429 * progmodes/antlr-mode.el (antlr-default):
430 * cus-edit.el (custom-documentation):
431 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
432 in defface.
433
434 2006-04-21 Kim F. Storm <storm@cua.dk>
435
436 * image.el (image-type): New defun split out of create-image.
437 (create-image): Use it.
438
439 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
440
441 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
442 (org-open-at-point): Remove the "...done" message to keep output
443 in the echo area visible.
444 (org-export-as-xoxo): Fix call to `indent-region'.
445
446 2006-04-21 Kevin Ryde <user42@zip.com.au>
447
448 * international/mule.el (keyboard-coding-system): defcustom
449 info-link fixes: "Specify Coding" has been split, keyboard now in
450 "Terminal Coding", and "Single-Byte Character Support" is now
451 "Unibyte Mode".
452
453 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
454
455 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
456 Use font-lock-warning-face for any errors e.g. no stack.
457 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
458
459 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
460
461 * progmodes/sh-script.el (sh-shell): Mark as safe.
462
463 * newcomment.el (comment-start, comment-start-skip)
464 (comment-end-skip, comment-end): Mark as safe.
465
466 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
467
468 * textmodes/org.el (org-deadline-announce): Face removed.
469 (org-level-faces, org-n-levels): Convert to constant.
470 (org-compatible-face): New function.
471 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
472 (org-level-5, org-level-6, org-level-7, org-level-8)
473 (org-special-keyword, org-warning, org-headline-done, org-link)
474 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
475 (org-scheduled-today, org-scheduled-previously, org-time-grid):
476 Face definition revised for better color tty support.
477 (org-bold-re, org-italic-re, org-underline-re): New constants.
478 (org-set-font-lock-defaults): Use the new constants.
479 (org-agenda-highlight-todo): New function.
480 (org-agenda-todo): Fix bug with point at end of line.
481 (org-agenda-change-all-lines, org-finalize-agenda-entries):
482 Fontify TODO keywords.
483 (org-insert-link): Preserve relative path in ../ links.
484 (org-export-as-html): Convert links pointing to .org files into
485 links that will work beteen the exported HTML files.
486 (org-todo-list): Fix bug when arg=0.
487 (org-insert-heading): More fine-tuning.
488
489 2006-04-19 Romain Francoise <romain@orebokech.com>
490
491 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
492 from `rmail-mime-charset-pattern'.
493
494 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
495
496 * progmodes/python.el (python-mode): Fix typo.
497
498 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
499
500 * comint.el (comint-previous-input): Don't clobber input line
501 when moving off either end of the input history ring.
502 (comint-delete-input): New function, used by
503 `comint-previous-input' and others.
504 (comint-previous-matching-input):
505 Use `coming-delete-input'. Save the partial input if leaving the
506 edit line. Goto point-max before deleting input to avoid
507 partial input fragments hanging around.
508 (comint-restore-input): New function, used by `comint-previous-input'.
509
510 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
511
512 * imenu.el (imenu--index-alist): Balance parentheses.
513
514 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
515
516 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
517
518 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
519
520 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
521 file is nil.
522
523 2006-04-18 Richard Stallman <rms@gnu.org>
524
525 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
526
527 * imenu.el (imenu-create-index-function, imenu--index-alist)
528 (imenu--last-menubar-index-alist, imenu--make-index-alist)
529 (imenu-default-create-index-function, imenu--generic-function):
530 Doc fixes.
531
532 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
533
534 * help-mode.el (help-mode): Set view-exit-action to delete window.
535
536 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
537 now works by passing nil as arg.
538
539 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
540
541 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
542 (read-abbrev-file): Provide default when reading filename.
543
544 * files.el (enable-local-variables): Allow :all as value.
545 (hack-local-variables): Implement that value.
546 (safe-local-variable-values, safe-local-eval-forms)
547 (enable-local-variables): Mark as risky.
548 (find-file-visit-truename, kept-old-versions): Mark safe.
549
550 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
551 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
552 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
553
554 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
555
556 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
557 Use forward-line so as to get to BOL even in the presence of fields.
558 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
559 in return.
560 (inferior-tcl): Tell tclsh to work in interactive mode.
561
562 * complete.el (partial-completion-mode):
563 Use 'choose-completion-string-functions to make sure that
564 choose-completion fills the minibuffer properly.
565
566 * complete.el (PC-old-read-file-name-internal): Remove.
567 (PC-read-include-file-name-internal): Remove. Turn it into an advice
568 of read-file-name-internal.
569 (partial-completion-mode): Enable/disable this advice.
570
571 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
572
573 * net/tramp.el (tramp-completion-file-name-handler): Revert change
574 of 2006-04-17.
575
576 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
577
578 * textmodes/org.el (org-insert-heading): Insert heading before
579 current if at beginning of line.
580 (org-todo, org-date): New faces.
581 (org-table-align): Make sure tooltip window contains full text.
582 (org-no-properties): New defsubst.
583 (org-set-font-lock-defaults): Use new faces.
584
585 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
586
587 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
588 for root variables.
589
590 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
591 (gdb-frame-address): Re-use to identify frame for watch expression.
592 (gdb-var-list, gdb-var-create-handler): Add frame address for root
593 variables.
594 (gdb-init-1, gdb-source, gdb-post-prompt)
595 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
596 (gdb-frame-handler): Get gdb-frame-address.
597
598 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
599
600 Sync with Tramp 2.0.53.
601
602 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
603 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
604 (tramp-completion-file-name-handler): Add autoload cookie for
605 adding to `file-name-handler-alist'.
606
607 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
608 the prompt. If it returns earlier (when detecting an error
609 message), the rest of the output will merge accidently with the
610 output of the next command. Reported by M Jared Finder
611 <jared@hpalace.com>.
612
613 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
614 for `process-file', in order to let it work for older Emacsen too.
615
616 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
617
618 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
619 (tex-font-lock-keywords-3): Use it.
620
621 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
622
623 * newcomment.el (comment-add): New function.
624 (comment-region-default, comment-dwim): Use it.
625
626 2006-04-15 Michael Olson <mwolson@gnu.org>
627
628 * emacs-lisp/tq.el: Improve comments.
629 (tq-queue-head-question): New accessor function.
630 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
631 Update for modified queue structure.
632 (tq-queue-add): Accept `question' argument.
633 (tq-queue-pop): If a question is pending, send it.
634 (tq-enqueue): Accept new optional argument `delay-question'.
635 If this is non-nil, and at least one other question is pending a
636 response, queue the question rather than sending it immediately.
637
638 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
639
640 * calendar/appt.el (appt-add): Check whether an appointment is
641 already present in appt-time-msg-list. Simplify code.
642
643 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
644
645 * progmodes/cc-langs.el (c-mode-menu):
646 Don't presume c-subword-mode is bound.
647
648 2006-04-13 Bill Wohler <wohler@newt.com>
649
650 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
651 (customize-package-emacs-version): Use cdr instead of cadr now
652 that alists use dotted pairs.
653
654 * custom.el (defcustom): Fix docstring for :package-version.
655
656 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
657
658 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
659 (tramp-handle-shell-command): Display output buffer only when
660 `tramp-display-shell-command-buffer' is true.
661 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
662
663 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
664
665 * textmodes/org.el (org-set-autofill-regexps): Set only the local
666 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
667
668 2006-04-13 Romain Francoise <romain@orebokech.com>
669
670 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
671 leaving temporary .cvsignore buffers behind.
672
673 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
674
675 * textmodes/org.el (org-set-regexps-and-options)
676 (org-get-current-options): Better names for the startup folding
677 options.
678
679 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
680
681 * vc.el (vc-annotate): Arrange for point to end up at the same
682 line number as in the original, but only when using a new buffer.
683
684 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
685
686 * files.el (hack-one-local-variable-eval-safep):
687 Recognize `edebug-form-spec' for `put', but only if it passes
688 `edebug-basic-spec'. Generalize `put' handling.
689
690 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
691 vetting file-local form specs.
692
693 * allout.el (allout-layout): Autoload its `safe-local-variable'
694 property.
695
696 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
697
698 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
699 (org-agenda-mouse-1-follows-link)
700 (org-mouse-1-follows-link): New options.
701 (org-format-agenda-item): Fix bug if TAGS is nil.
702 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
703
704 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
705
706 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
707 GDB 6.1+ gives full filename for "info sources" so use
708 file-name-nondirectory.
709
710 2006-04-12 Romain Francoise <romain@orebokech.com>
711
712 * subr.el (read-passwd): Bind `message-log-max' to nil.
713
714 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
715
716 * progmodes/perl-mode.el (perl-indent-new-calculate):
717 Recompute parse-start after jumping backward by a whole sexp.
718
719 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
720
721 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
722 window configuration.
723 (vc-annotate-display-select): Select the buffer so that current-buffer
724 (and selected-window) is the output buffer at the end of vc-annotate.
725
726 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
727
728 * vc.el (vc-annotate-color-map): Add custom TTY color map for
729 8-color terminals, to use all of the colors in a sensible order.
730 256-color terminals work well with the standard map.
731 (vc-annotate-lines): Only strip the first color character if it
732 is "#", to allow for terminal-style named colors.
733 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
734 the correct buffer is scrolled.
735
736 2006-04-11 Richard Stallman <rms@gnu.org>
737
738 * emacs-lisp/bytecomp.el (byte-compile-file):
739 Bind enable-local-variables to :safe, and make normal-mode obey it.
740
741 * files.el (enable-local-variables): Allow value :safe.
742 (normal-mode): Doc fix.
743 (hack-local-variables): Implement enable-local-variables = :safe.
744 (hack-local-variables-confirm): Don't prevent quitting.
745
746 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
747
748 * loadhist.el (unload-feature): A bit of sanity check of
749 load-history entries. Cancel timer-vars before unbinding them.
750
751 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
752 quote special chars, and make the trick work on the hex part of the
753 buffer as well.
754 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
755 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
756
757 * startup.el (normal-splash-screen): Fix last change so we don't wait
758 2 minutes if we don't show the splash screen.
759
760 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
761
762 * textmodes/org.el (org-export-plain-list-max-depth)
763 (org-table-spaces-around-separators)
764 (org-radio-targets, org-activate-camels)
765 (org-table-spaces-around-invisible-separators): Options removed.
766 (org-time-stamp-rounding-minutes, org-remember-templates)
767 (org-ellipsis, org-activate-links, org-descriptive-links):
768 New options.
769 (org-remember-apply-template, org-current-time)
770 (org-finish-edit-table-field)
771 (org-link-unescape, org-link-escape)
772 (org-string-width, org-table-clean-line, org-html-do-expand)
773 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
774 (org-read-agenda-file-list): New functions.
775 (org-table-edit-field)
776 (org-table-create-or-convert-from-region): New commands
777 (org-table-toggle-vline-visibility): Command removed.
778 (org-table-convert-region): Made a command.
779 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
780 Replace with the normal org- functions.
781 (org-self-insert-command): Don't trigger realign unnecessarily
782 when blanking a field that is not full.
783 (org-mode): `Set buffer-invisibility-spec' for links.
784 (org-activate-links2): Hide link part and only show descriptive
785 part of the link.
786 (org-insert-link): Modify for new linking system.
787 (org-store-link): Store description separately, for use by
788 `org-insert-link'.
789 (org-table-align): Use `org-string-width'.
790 (defgroup): Completely new group structure for custom variables.
791 (org-agenda-files): Option: Single file name allowed. Function:
792 Optional argument unrestrited means ignore any restricitons.
793 (org-install-agenda-files-menu): Find a buffer in Org-mode before
794 trying to modify the menu. Use generalized access to
795 `org-agenda-files.'
796 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
797 (org-agenda-file-to-front, org-remove-file, org-diary)
798 (org-tags-view, org-export-icalendar-all-agenda-files)
799 (org-export-icalendar-combine-agenda-files): Use generalized
800 access to `org-agenda-files'.
801 (org-remember-handler): Correctly preserve heading if present.
802 (org-table-insert-row, org-table-insert-hline): Deal with
803 invisible characters.
804
805 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
806
807 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
808 (vc-annotate-color-map): New 18 element constant
809 value/saturation, rotating hue colormap, from red->blue.
810 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
811 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
812 (vc-annotate): To avoid killing the required local variables,
813 set them before the end of `with-output-to-temp-buffer', and
814 after first switching to annotate-mode.
815 (vc-annotate-warp-version): Add buffer argument in goto-line to
816 ensure annotation, not source, is scrolled.
817
818 2006-04-10 Bill Wohler <wohler@newt.com>
819
820 * custom.el (defcustom, custom-handle-keyword):
821 Add :package-version keyword.
822 (custom-add-package-version): New function. Sets value of new
823 property 'custom-package-version from :package-version keyword.
824 (defcustom): Create Common Keywords section in docstring.
825 (defface, defgroup): Replace definitions of a select few keywords
826 with a reference to the Common Keywords in defcustom.
827 (defcustom, defface, defgroup): Replace reference to Customization
828 chapter in manual with hyperlink.
829
830 * cus-edit.el (customize-package-emacs-version-alist):
831 New variable.
832 (customize-changed-options): Add check for custom-package-version.
833 (customize-package-emacs-version): New function to look up Emacs
834 version corresponding to the given package version.
835
836 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
837 defun name, in similar fashion to find-variable-regexp.
838
839 2006-04-10 Eli Zaretskii <eliz@gnu.org>
840
841 * international/mule-cmds.el (set-locale-environment): Fix last
842 change for when the locale's preferences don't specify any encoding.
843
844 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
845
846 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
847 so the defined var/fun doesn't need to be quoted.
848
849 2006-04-10 Richard Stallman <rms@gnu.org>
850
851 * finder.el (finder-mode-map): Add n and p bindings.
852
853 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
854
855 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
856 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
857 (gdb-setup-windows): Put something in source window if we can't find
858 the source file.
859 (gdb-frame-handler): Make it work again with just assembly.
860 (gdb-data-list-register-values-handler): Make it work when there is
861 no stack.
862
863 2006-04-09 Richard Stallman <rms@gnu.org>
864
865 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
866 specs while looking for charset.
867
868 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
869
870 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
871 Make them faces.
872 (lm-font-lock-keywords): Update appropriately.
873
874 2006-04-10 Kim F. Storm <storm@cua.dk>
875
876 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
877 it can also replace buffer-substring-no-properties.
878
879 * emulation/cua-base.el (cua-delete-region, cua-paste)
880 (cua-repeat-replace-region): Use filter-buffer-substring.
881
882 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
883 (cua-cut-region-to-global-mark): Likewise.
884
885 * emulation/cua-rect.el (cua--extract-rectangle)
886 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
887
888 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
889
890 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
891 entry-type. Add field delimiters to numerical fields if they are
892 not present.
893
894 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
895
896 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
897 string-const to return value.
898 (bibtex-remove-delimiters): Use it.
899
900 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
903 cl-byte-compile-compiler-macro unless it exists.
904
905 2006-04-08 Eli Zaretskii <eliz@gnu.org>
906
907 * files.el (hack-local-variables-confirm) <offer-save>:
908 Clarify message text. Suggested by Ralf Angeli.
909
910 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
911
912 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
913 (delete-extract-rectangle-line): Use `filter-buffer-substring'
914 instead of `buffer-substring' and `delete-region'. (Most of the
915 code actually copied from `kill-region'.)
916
917 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
918
919 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
920 (rcirc-default-port): Rename from rcirc-port.
921 (rcirc-default-nick): Rename from rcirc-nick.
922 (rcirc-default-user-name): Rename from rcirc-user-name.
923 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
924 (rcirc-low-priority-flag): New variable.
925 (rcirc-decode-coding-system): New defcustom.
926 (rcirc-encode-coding-system): New defcustom.
927 (rcirc-coding-system-alist): New defcustom.
928 (rcirc-multiline-major-mode): New defcustom.
929 (rcirc-nick): New internal variable.
930 (rcirc-process): Remove variable.
931 (rcirc-server-buffer): New variable.
932 (rcirc): Update to use rcirc-default-* variables above.
933 (rcirc-connect): Do not add window-configuration-hook-here.
934 (rcirc-server): New internal variable.
935 (rcirc-connect): Do not send keepalive pings if
936 rcirc-keepalive-seconds is nil.
937 (with-rcirc-server-buffer): New macro.
938 (rcirc-send-string): Encode with rcirc-encode-coding-system.
939 (rcirc-server-name): Rename from rcirc-server.
940 (rcirc-buffer-process): New function.
941 (rcirc-buffer-nick): New function.
942 (rcirc-buffer-target): Remove function.
943 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
944 New commands.
945 (rcirc-mode-map): Change binding of C-c C-l to
946 rcirc-toggle-low-priority.
947 (rcirc-mode): Initialize coding system based on
948 rcirc-coding-system-alist. New change-major-mode-hook to part the
949 channel on a mode change. Make kill-buffer-hook buffer-local.
950 (rcirc-change-major-mode-hook): New function.
951 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
952 (rcirc-last-post-time): New variable.
953 (rcirc-process-message): Store the last time user posted a message
954 to this target.
955 (rcirc-multiline-minor-mode): New mode.
956 (rcirc-multiline-minor-mode-map): New mode map.
957 (rcirc-edit-multiline): Put multiline-edit buffer in
958 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
959 (rcirc-print): Ignore any line starting with an ignored nick.
960 (rcirc-print): Decode using rcirc-decode-coding-system.
961 (rcirc-track-minor-mode): Update global-mode-string when disabling
962 this mode.
963 (minor-mode-alist): Add LowPri indicator.
964 (rcirc-toggle-low-priority): New function.
965 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
966 next lowpriority buffer with activity.
967 (rcirc-record-activity): Sort buffers in rcirc-activity by the
968 last time the user posted a message in to the target.
969 (rcirc-update-activity-string): New formatting for low priority
970 buffers.
971 (rcirc-split-activity): New function.
972 (rcirc-handler-PART, rcirc-handler-KICK)
973 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
974 (rcirc-nick-away-alist): New variable.
975 (rcirc-handler-301): New handler. Away messages are printed once
976 per change.
977
978 2006-04-08 Eli Zaretskii <eliz@gnu.org>
979
980 * info.el (Info-follow-nearest-node): Doc fix.
981
982 * international/mule-cmds.el (set-locale-environment): Make sure
983 the coding-system preferred by the locale's language has the same
984 EOL conversion type as the original buffer-file-coding-system.
985 (locale-language-names): Add a few MS Windows language codes.
986
987 2006-04-07 Richard Stallman <rms@gnu.org>
988
989 * simple.el (eval-expression): Doc fix.
990
991 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
992 (eval-defun): Doc fixes.
993
994 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
995
996 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
997
998 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
999
1000 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
1001 GDB list command without argument for greater generality.
1002
1003 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
1004
1005 * subr.el (string-or-null-p): New function.
1006
1007 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
1008
1009 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
1010
1011 * files.el: Update comment about safe-local-variable declarations.
1012
1013 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
1014
1015 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
1016 See idlwave.org.
1017
1018 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
1019 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
1020
1021 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
1022 See idlwave.org.
1023
1024 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
1025 version 6.0 (minimal changes). See idlwave.org.
1026
1027 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
1028 6.0 (minimal changes). See idlwave.org.
1029
1030 * progmodes/idlw-rinfo.el: File obsoleted and removed.
1031
1032 2006-04-06 Romain Francoise <romain@orebokech.com>
1033
1034 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
1035 symmetric encryption features and a new asynchronous interface to
1036 GnuPG. This new version is version 1.4, plus whitespace changes.
1037
1038 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
1039
1040 * files.el: Move some `safe-local-variable' declarations to the
1041 respective files.
1042
1043 * textmodes/ispell.el (ispell-check-comments)
1044 (ispell-local-dictionary): Mark as safe.
1045
1046 * abbrev.el (abbrev-mode): Mark as safe.
1047
1048 * add-log.el (change-log-default-name): Mark as safe.
1049
1050 * textmodes/reftex-vars.el (reftex-vref-is-default)
1051 (reftex-fref-is-default, reftex-level-indent)
1052 (reftex-guess-label-type): Mark as safe.
1053
1054 * textmodes/fill.el (colon-double-space): Mark as safe.
1055
1056 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
1057 (sentence-end-double-space, sentence-end-without-period)
1058 (sentence-end-without-space, sentence-end, sentence-end-base)
1059 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
1060
1061 2006-04-06 Kim F. Storm <storm@cua.dk>
1062
1063 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
1064 the :set-after list.
1065 (ido-downcase-unc-hosts): New user option. Default on.
1066 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
1067 when it is set, as regexps are now applied on the fly.
1068 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
1069 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
1070 on the fly, but only when ido-process-ignore-lists is set.
1071 Do case insensitive filtering if ido-downcase-unc-hosts is set.
1072 Only downcase names if ido-downcase-unc-hosts is set.
1073
1074 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
1075
1076 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
1077
1078 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
1079
1080 2006-04-05 Kim F. Storm <storm@cua.dk>
1081
1082 * ido.el (ido-mode): Set after ido-unc-hosts and
1083 ido-ignore-unc-host-regexps.
1084 (ido-save-history): Save ido-unc-hosts-cache.
1085 (ido-load-history): Load ido-unc-hosts-cache.
1086 (ido-reread-directory): Refresh unc hosts cache in // dir.
1087
1088 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
1089 to nil while displaying slash screen.
1090
1091 2006-04-05 Daiki Ueno <ueno@unixuser.org>
1092
1093 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
1094 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
1095
1096 2006-04-05 Kenichi Handa <handa@m17n.org>
1097
1098 * international/characters.el: Setup cases of Latin, Greek, and
1099 Cyrillic characters in CJK charsets.
1100
1101 2006-03-29 Daiki Ueno <ueno@unixuser.org>
1102
1103 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
1104 default-enable-multibyte-characters. This reverts the change from
1105 revision 6.17 which is no longer necessary because the passphrase
1106 is sent separately now. GnuPG messages are unreadable under
1107 multibyte locales with default-enable-multibyte-characters set to nil.
1108
1109 2006-04-04 Andreas Schwab <schwab@suse.de>
1110
1111 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
1112 and `byte-compile-warnings' as `safe-local-variable'.
1113
1114 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
1115
1116 * man.el (Man-mode-map): Restore the \r binding.
1117 (Man-abstract-xref-man-page): If Man-target-string is a function,
1118 call it.
1119 (Man-highlight-references): Use Man-default-man-entry to get the
1120 target. Deal with xrefs too.
1121 (Man-highlight-references0): Don't call the target function.
1122
1123 * woman.el (WoMan-xref-man-page): Strip the section number, woman
1124 cannot deal with it.
1125
1126 2006-04-04 Daiki Ueno <ueno@unixuser.org>
1127
1128 * pgg-gpg.el: Clean up process buffers every time gpg processes
1129 complete.
1130
1131 2006-04-04 Kenichi Handa <handa@m17n.org>
1132
1133 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
1134 here.
1135 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
1136 Temporarily bind inhibit-field-text-motion to t.
1137
1138 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1139
1140 * startup.el (normal-splash-screen): Only set mode-line-format in the
1141 splash buffer, so as not to interfere when debugging the code.
1142 Ignore errors when switching buffer.
1143
1144 2006-04-03 Romain Francoise <romain@orebokech.com>
1145
1146 * dired.el (dired-dnd-protocol-alist): Fix typo.
1147
1148 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
1149
1150 * savehist.el (savehist): Add :version.
1151 (savehist-ignored-variables): New variable.
1152 (savehist-minibuffer-hook): Don't save variables listed in
1153 `savehist-ignored-variables'.
1154
1155 * dired.el (dired-dnd-protocol-alist): Mention that change does
1156 only apply to new buffers in doc string.
1157
1158 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
1159
1160 * recentf.el (recentf-open-files-item): Include newline in button
1161 field, so opening a file will work, when the point is at the end
1162 of the file name. Allow, for example, to [i]search a file by
1163 extension and just push RET to open it.
1164
1165 2006-04-03 Daiki Ueno <ueno@unixuser.org>
1166
1167 * pgg-gpg.el (pgg-gpg-process-filter)
1168 (pgg-gpg-wait-for-completion): Check if buffer is alive.
1169
1170 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
1171 lines, temporary fix.
1172
1173 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1174
1175 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
1176
1177 2006-04-02 Richard Stallman <rms@gnu.org>
1178
1179 * progmodes/compile.el (compilation-message-face): Make it defcustom.
1180
1181 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1182
1183 * ibuf-macs.el (define-ibuffer-column): Add a new key:
1184 header-mouse-map.
1185
1186 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
1187 (ibuffer-mode-header-map): New keymaps.
1188 (ibuffer-update-title-and-summary): Enable mouse face highlighting
1189 and keybindings for column headers.
1190 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
1191 property.
1192
1193 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
1194
1195 * speedbar.el (speedbar-after-create-hook): Doc fix.
1196
1197 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
1198
1199 * shell.el (shell-directory-tracker)
1200 (shell-dynamic-complete-command): Doc fixes.
1201
1202 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
1203
1204 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
1205 terminals.
1206
1207 2006-04-01 Kim F. Storm <storm@cua.dk>
1208
1209 * ido.el (ido-unc-hosts-cache): New defvar.
1210 (ido-unc-hosts): If value of defcustom is a function, call it to
1211 get list of UNC hosts. Add function-item choices to specify
1212 ido-unc-hosts-net-view or user function.
1213 (ido-ignore-unc-host-regexps): New defcustom.
1214 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
1215 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
1216 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
1217
1218 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1219
1220 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
1221 wwidth.
1222
1223 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
1224
1225 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
1226 (ido-max-work-file-list, ido-switch-buffer)
1227 (ido-read-file-name-as-directory-commands):
1228 Fix typos in docstrings.
1229
1230 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1231
1232 * term/mac-win.el (mac-system-coding-system): Define and use after
1233 Mac-specific coding systems are ready.
1234
1235 2006-03-27 Romain Francoise <romain@orebokech.com>
1236
1237 * net/rcirc.el (rcirc-connect): Add autoload cookie.
1238
1239 * ldefs-boot.el: Update.
1240
1241 2006-03-27 Daiki Ueno <ueno@unixuser.org>
1242
1243 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1244 passphrases when it is not needed.
1245 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1246 passphrase stuff from gpg, should only be necessary when you use
1247 gpg with a smartcard.
1248
1249 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
1250
1251 * comint.el (comint-dynamic-list-completions): Allow user to
1252 select *Completions* buffer.
1253
1254 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
1255
1256 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
1257
1258 2006-03-26 Andreas Schwab <schwab@suse.de>
1259
1260 * progmodes/gud.el (gdb): Only complain about multiple debugging
1261 when the gdb process is still running.
1262
1263 2006-03-25 Eli Zaretskii <eliz@gnu.org>
1264
1265 * mail/rmail.el (tool-bar-map): Defvar it.
1266 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
1267 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
1268
1269 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
1270
1271 * help.el (print-help-return-message): Suggest to use
1272 display-buffer instead of switch-to-buffer-other-window to restore
1273 the previous window without selecting it.
1274
1275 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1276
1277 * frame.el (select-frame-by-name): Call x-focus-frame also when
1278 window-system is mac.
1279
1280 * term/mac-win.el: Adjust Courier font specifications in
1281 x-fixed-font-alist.
1282 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
1283 when directly encoding to UTF-16 in native byte order, no BOM.
1284
1285 2006-03-25 Kim F. Storm <storm@cua.dk>
1286
1287 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
1288 (cua--init-keymaps): Use it instead of fixed C-return.
1289 (cua-mode): Set after it.
1290
1291 * emulation/cua-rect.el (cua--init-rectangles):
1292 Use cua-rectangle-mark-key instead of fixed C-return.
1293
1294 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
1295
1296 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
1297 "run" in .gdbinit.
1298 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
1299
1300 2006-03-24 Romain Francoise <romain@orebokech.com>
1301
1302 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
1303 `display-buffer-other-frame'.
1304
1305 2006-03-24 Kim F. Storm <storm@cua.dk>
1306
1307 * apropos.el (apropos-synonyms): Add selection => region.
1308
1309 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1310
1311 * progmodes/gdb-ui.el (gdb-var-create-regexp)
1312 (gdb-var-list-children-regexp, gdb-var-update-regexp)
1313 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
1314 (gdb-data-list-register-values-regexp)
1315 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
1316 Future proof against new fields being added to MI output.
1317 (gdb-send): Don't treat backslashes for program input as
1318 continuations.
1319 (gdb-assembler-handler): Don't use window-start for this handler.
1320 (gdb-frame-handler): Don't change to hollow arrow if overlay
1321 arrow doesn't move to new frame.
1322
1323 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1324
1325 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
1326 prevent compiler warnings.
1327 (gdb-stopped): Check for gud-last-last-frame (case: signal).
1328 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
1329 (gdb-assembler-custom): Use hollow-right-triangle for assembler
1330 buffer too.
1331
1332 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
1333
1334 * pgg-gpg.el (pgg-gpg-update-agent): Check for
1335 make-network-process, so we can use the same code in Gnus v5-10
1336 too and have this file fully synchronized with that release.
1337
1338 2006-03-23 Romain Francoise <romain@orebokech.com>
1339
1340 * ibuf-ext.el (ibuffer-read-filter-group-name):
1341 Use `ibuffer-generate-filter-groups' to make completion list match
1342 the filter groups that are really displayed in the Ibuffer buffer.
1343 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
1344
1345 2006-03-23 Kenichi Handa <handa@m17n.org>
1346
1347 * international/mule-cmds.el (sort-coding-systems): Describe that
1348 the argument is modified in docstring.
1349
1350 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
1351
1352 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1353 (pgg-gpg-update-agent): New function.
1354 (pgg-gpg-use-agent-p): New function.
1355 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1356 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1357 (pgg-gpg-sign-region): Use it.
1358
1359 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
1360
1361 * cus-edit.el (custom-face-set): Call custom-push-theme before
1362 face-spec set so that `changed' theme is correctly saved.
1363 (custom-face-reset-standard): Reset to recalculated face rather
1364 than defface spec.
1365
1366 * custom.el (custom-push-theme): Only save `changed' theme if the
1367 current face does not match the defface specs.
1368
1369 2006-03-21 Simon Josefsson <jas@extundo.com>
1370
1371 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1372 <wilde@sha-bang.de>.
1373 (pgg-gpg-use-agent): New variable.
1374 (pgg-gpg-process-region): Use it.
1375 (pgg-gpg-encrypt-region): Likewise.
1376 (pgg-gpg-encrypt-symmetric-region): Likewise.
1377 (pgg-gpg-decrypt-region): Likewise.
1378 (pgg-gpg-sign-region): Likewise.
1379 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1380
1381 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
1382
1383 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
1384 bracket links.
1385
1386 2006-03-21 Kim F. Storm <storm@cua.dk>
1387
1388 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
1389 fringe-indicator-alist instead of modifying global value.
1390 (gdb-frame-handler): Likewise.
1391
1392 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
1393
1394 * diff-mode.el (diff-function): Make it inherit from diff-header
1395 instead of diff-context.
1396
1397 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
1398 bitmap.
1399 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
1400 change names in macro above for consistency.
1401 (gdb-frame-handler): Use hollow-right-triangle for all selected
1402 frames which except the innermost (where execution has stopped).
1403 (gdb-reset): Reset buffer-local values of overlay-arrow.
1404
1405 2006-03-20 Richard Stallman <rms@gnu.org>
1406
1407 * simple.el (set-mark-command): Doc fix.
1408
1409 * files.el (display-buffer-other-frame): New command.
1410 (ctl-x-4-map): Bind C-x 5 C-o to it.
1411
1412 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1413
1414 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
1415 rather than just defer-time, in case defer-time has been changed but
1416 the timer isn't running yet.
1417 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
1418
1419 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1420
1421 * help-mode.el (help-follow-symbol): New function.
1422 Essentially identical to the old `help-follow', but do not let
1423 `push-button' do the work when on an xref.
1424 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
1425
1426 2006-03-19 Richard Stallman <rms@gnu.org>
1427
1428 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
1429 preceded by the word `program'.
1430 (help-follow-mouse, help-follow): Throw error if not on xref.
1431 Delete no longer used args.
1432
1433 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
1434
1435 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
1436 annotation ensure gud-overlay-arrow-position is redisplayed.
1437
1438 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1439
1440 * textmodes/bibtex.el (bibtex-include-OPTkey)
1441 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
1442 (bibtex-autokey-name-case-convert)
1443 (bibtex-autokey-titleword-case-convert): Make these the aliases
1444 for the following two variables.
1445 (bibtex-autokey-name-case-convert-function)
1446 (bibtex-autokey-titleword-case-convert-function): Make these the
1447 real names.
1448 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1449 bibtex-font-lock-crossref sublists.
1450 (bibtex-mode): Revert 2005-12-30 change (which made
1451 completion-ignore-case buffer-local).
1452 (bibtex-url): Simplify.
1453
1454 2006-03-19 Kim F. Storm <storm@cua.dk>
1455
1456 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1457 cursor property value to 2 (to align with C level change).
1458
1459 2006-03-19 Bill Wohler <wohler@newt.com>
1460
1461 * image.el (image-load-path-for-library): Shorten first line in
1462 docstring.
1463
1464 2006-03-18 Richard Stallman <rms@gnu.org>
1465
1466 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1467
1468 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
1469
1470 * isearch.el (isearch-other-meta-char): Handle user bindings for
1471 shifted control characters.
1472
1473 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
1474
1475 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1476 part that matches email addresses, file names, etc.
1477
1478 2006-03-18 Eli Zaretskii <eliz@gnu.org>
1479
1480 * term/w32-win.el (mouse-set-font):
1481 Mention w32-list-proportional-fonts in the doc string.
1482
1483 2006-03-18 Kim F. Storm <storm@cua.dk>
1484
1485 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1486 (ido-unc-hosts): New user option to explicitly define list of know
1487 UNC-style hosts for completion.
1488 (ido-cache-unc-host-shares-time): New user option.
1489 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1490 New helper functions for UNC file-name support.
1491 (ido-may-cache-directory): Check for UNC host. Simplify.
1492 (ido-wash-history): Clean out old UNC hosts.
1493 (ido-nonreadable-directory-p): UNC hosts are always readable.
1494 (ido-directory-too-big-p): UNC hosts are never too big.
1495 (ido-set-current-directory): Handle UNC root path.
1496 (ido-file-name-all-completions): Complete UNC host names from
1497 ido-unc-hosts list. Cache UNC host shares.
1498 (ido-make-file-list-1): Don't filter UNC root.
1499 (ido-exhibit): Check for // in root directory, and switch to UNC
1500 mode by setting ido-current-directory to //.
1501
1502 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1503
1504 * cus-edit.el (customize-changed-options): Mention explicit
1505 version number as default in prompt.
1506
1507 2006-03-17 Bill Wohler <wohler@newt.com>
1508
1509 * image.el (image-load-path-for-library): Minor docstring fix.
1510
1511 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1512
1513 * textmodes/org.el (org-read-date): Include subgroup 5 into
1514 replacement text.
1515 (org-popup-calendar-for-date-prompt): Fix customization type.
1516
1517 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1518
1519 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1520 (gdb-continuation): New variable.
1521 (gdb-send): Deal with continuation lines.
1522
1523 * progmodes/gud.el (gud-gdb-complete-command)
1524 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1525 expressions.
1526 (gud-tooltip-mode): Use buffer-local value.
1527
1528 2006-03-16 Kim F. Storm <storm@cua.dk>
1529
1530 * ido.el (ido-edit-input): Use selected match, if any.
1531
1532 2006-03-16 Bill Wohler <wohler@newt.com>
1533
1534 * image.el (image-load-path-for-library): Prefer user's images in
1535 image-load-path.
1536
1537 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1538
1539 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1540 when checking for attempt to drag leftmost or rightmost scrollbar.
1541
1542 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1543
1544 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1545 (gdb-force-mode-line-update): New function.
1546 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1547 (gdb-exited): Use them.
1548 (gdb-signal): New function.
1549 (gdb-annotation-rules): Provide a rule for it.
1550
1551 2006-03-16 Kenichi Handa <handa@m17n.org>
1552
1553 * international/mule.el (auto-coding-regexp-alist): Add entries
1554 for Unicode BOM.
1555
1556 * sort.el (sort-build-lists): Temporarily bind
1557 inhibit-field-text-motion to t.
1558
1559 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1560
1561 * locate.el (locate-command, locate-make-command-line)
1562 (locate-fcodes-file, locate-update-command)
1563 (locate-prompt-for-command, locate, locate-with-filter)
1564 (locate-get-file-positions): Doc fixes.
1565 (locate-buffer-name, locate-header-face): Remove leading `*' in
1566 defcustom.
1567 (locate-filter-output): Use `keep-lines' instead of its alias
1568 `delete-non-matching-lines'.
1569 (locate-get-filename, locate-get-dirname): Add introductory comment.
1570 (locate-find-directory-other-window): Give appropriate error
1571 message if used outside main listing.
1572
1573 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1574
1575 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1576 the new extend-region feature.
1577 (font-lock-after-change-function): Update correspondingly.
1578 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1579 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1580
1581 2006-03-15 Bill Wohler <wohler@newt.com>
1582
1583 * image.el (image-load-path-for-library): Fix example by not
1584 recommending that one binds image-load-path. Just defvar it to
1585 placate compiler and only use it if previously defined.
1586
1587 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1588
1589 * textmodes/org.el (org-insert-centered): Use `string-width' to
1590 make underlining work for wide characters.
1591 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1592 TAB to `org-cycle', to make sure that no binding in
1593 `outline-mode-map' can supercede it.
1594
1595 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1596
1597 * allout.el: Increment version to 2.2.1 in file commentary.
1598
1599 (allout-version): Increment to 2.2.1.
1600
1601 (allout-default-layout): New customization variable, used when the
1602 file lacks a specific allout-layout. Uses allout-layout-type for
1603 recursively nested definition.
1604
1605 (allout-layout-type): Widget defining allout layouts, necessary for
1606 self-recursive definition.
1607
1608 (allout-mode): Incorporate allout-default-layout as fallback for
1609 allout-layout.
1610
1611 (allout-layout): Mark as 'safe-local-variable', and refer mention
1612 fallback to `allout-default-layout' in absence of a specified value.
1613 (allout-passphrase-verifier-string)
1614 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1615
1616 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1617
1618 (allout-get-encryption-passphrase-verifier): Use correct name of
1619 passphrase verifier in docstring.
1620
1621 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1622
1623 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1624 elements.
1625 (gdb-find-watch-expression): Make it work for arrays too.
1626 Follow change to gdb-var-list.
1627 (gud-watch): Allow the user to enter variable name with a prexix
1628 arg. Create keybindings.
1629 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1630 (gdb-var-list-children-handler, gdb-var-update-handler)
1631 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1632 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1633 Follow change to gdb-var-list.
1634 (gdb-starting): Don't show the overlay arrows when program is running.
1635
1636 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1637 gdb-var-list.
1638
1639 2006-03-14 Bill Wohler <wohler@newt.com>
1640
1641 * image.el (image-load-path-for-library): Pass value of path
1642 rather than symbol. Always return list of directories.
1643 Guarantee that image directory comes first.
1644
1645 2006-03-14 Alan Mackenzie <acm@muc.de>
1646
1647 * font-core.el (font-lock-extend-region\(-function\)?.):
1648 New function/variable.
1649
1650 * font-lock.el (font-lock-after-change-function):
1651 Call font-lock-extend-region. Obey font-lock-lines-before.
1652 (font-lock-default-fontify-region): Remove reference to
1653 font-lock-lines-before.
1654
1655 * jit-lock.el (jit-lock-after-change):
1656 Call font-lock-extend-region. Obey font-lock-lines-before.
1657
1658 2006-03-14 David Ponce <david@dponce.com>
1659
1660 * tree-widget.el (tree-widget-themes-load-path)
1661 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1662
1663 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1664
1665 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1666 (rcirc-print): Mark the start of text at the end of the prompt.
1667 (rcirc-track-minor-mode): Add autoload cookie.
1668 (rcirc-update-activity-string): Add space to front of mode-line
1669 indicator.
1670
1671 2006-03-13 Miles Bader <miles@gnu.org>
1672
1673 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1674 (rcirc-abbrev-nick): Remove function.
1675 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1676
1677 2006-03-13 David Ponce <david@dponce.com>
1678
1679 * tree-widget.el: Handle themes across all occurrences of the main
1680 themes sub-directory found in tree-widget-themes-load-path.
1681 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1682 (tree-widget--locate-sub-directory): Return all occurrences.
1683 (tree-widget-themes-path): New function.
1684 Replace tree-widget-themes-directory, and return a list of directories.
1685 (tree-widget-set-parent-theme)
1686 (tree-widget-lookup-image): Use it.
1687
1688 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1689
1690 * textmodes/org.el (org-link-search): Avoid self-matching of
1691 links, allow target text to be distributed over several lines.
1692 (org-search-not-link): New function.
1693 (org-set-regexps-and-options, org-get-current-options):
1694 New startup options.
1695 (org-export-as-html): Take odd-level setting from local variable.
1696 (org-fontify-emphasized-text): New option.
1697 (org-set-font-lock-defaults): Include emphasized text.
1698 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1699 (org-font-lock): Customize group renamed from `org-faces'.
1700
1701 2006-03-13 John Paul Wallington <jpw@pobox.com>
1702
1703 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1704 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1705
1706 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1707
1708 * cus-start.el (all): Delete :version keyword for members of the
1709 fringe group, since the entire group is new in 22.1.
1710
1711 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1712
1713 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1714 map if value is hexadecimal (an address).
1715 (gud-watch): Only search roots for existing watch expressions.
1716 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1717 prevent caching problems with speedbar-update-directory-contents.
1718
1719 2006-03-12 Juri Linkov <juri@jurta.org>
1720
1721 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1722 before comparing with `low' and `warn'.
1723
1724 * info.el (Info-dir-remove-duplicates): Move point to the
1725 beginning of the current line after deleting the entries from
1726 redundant heading. Use marker for `limit' and compare it with
1727 point before calling `re-search-forward'.
1728
1729 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1730
1731 * simple.el (yank): Fix typo in docstring.
1732
1733 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1734
1735 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1736 messages, where "D" is the 6th character.
1737
1738 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1739
1740 * simple.el (yank): Fix last change.
1741
1742 2006-03-11 David Ponce <david@dponce.com>
1743
1744 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1745 merging elements from the standard ispell-dictionary-alist.
1746 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1747 alist, and return the new alist.
1748
1749 2006-03-11 Richard Stallman <rms@gnu.org>
1750
1751 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1752
1753 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1754 the way it is implemented is too unclean.
1755
1756 * simple.el (kill-region, yank): Doc fix.
1757
1758 * battery.el (battery-echo-area-format): Doc fix.
1759 (battery-mode-line-format): Likewise.
1760 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1761 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1762
1763 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1764
1765 * progmodes/octave-mod.el (octave-indent-for-comment):
1766 Behave according to do string.
1767
1768 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1769
1770 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1771 Be visible only if major mode is Mail Mode.
1772
1773 * textmodes/flyspell.el (flyspell-external-point-words)
1774 (flyspell-process-localwords): Fix last changes.
1775
1776 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1777
1778 * calendar/holidays.el (list-holidays): Doc fix.
1779
1780 * international/mule.el (auto-coding-alist): Add .odt
1781 (OpenOffice's open document) files.
1782
1783 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1784 document) files. Mention in the doc string the need to sync with
1785 auto-coding-alist.
1786
1787 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1788
1789 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1790 enable-local-variables is set to always query, or there is no
1791 savable variable.
1792
1793 2006-03-10 Bill Wohler <wohler@newt.com>
1794
1795 * image.el (image-load-path-for-library): Merge at least three
1796 functions from Gnus and MH-E into this one function that can now
1797 be shared.
1798
1799 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1800
1801 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1802 gdb-remove-mouse-face and remove help-echo too.
1803 (gdb-enqueue-input): Correct conditional clause.
1804
1805 2006-03-10 Glenn Morris <rgm@gnu.org>
1806
1807 * calendar/calendar.el (calendar-holidays): Doc fix.
1808 * calendar/holidays.el (list-holidays): Doc fix.
1809
1810 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1811
1812 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1813 it gets called in gdb-prompt anyway.
1814 (gdb-use-separate-io-buffer): Only restore window arrangement for
1815 gdb-many-windows.
1816 (gdb-enqueue-input): Make it harder to send GDB input when program
1817 is running.
1818 (gdb-buffer-list): New variable.
1819 (gdb-remove-mouse-face): New function.
1820 (gdb-starting): Use it when GDB input won't get sent.
1821
1822 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1823
1824 * help.el (view-lossage): Remove trailing whitespace before
1825 inserting "\n".
1826
1827 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1828
1829 * files.el (hack-local-variables-confirm):
1830 Set coding-system-for-read to nil before writing to .emacs.
1831
1832 * arc-mode.el (archive-extract): Check if an existing buffer name
1833 comes from a different archive.
1834
1835 * help.el (describe-key-briefly): If KEY is a down event, read and
1836 discard the up event.
1837
1838 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1839
1840 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1841 be edited and use font-lock-warning-face for any changes.
1842
1843 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1844 (gdb-edit-value): Use it to report any errors.
1845
1846 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1847
1848 * help.el (describe-key): Remove leftover test code.
1849
1850 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1851
1852 * textmodes/org.el: Move defvars out of eval-when-compile.
1853 Use buffer-file-name variable.
1854 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1855 arg `file'.
1856 (org-level-faces): Remove startup dependency.
1857 (org-cycle, org-map-tree, org-scan-tags)
1858 (org-remember-handler): Don't call `outline-level' directly.
1859 (org-mhe-search-all-folders): New option.
1860 (org-mhe-get-message-folder-from-index)
1861 (org-mhe-get-message-folder): Fix indexing search.
1862 (org-format-agenda-item): Handle nil TAGS argument.
1863 (org-cleaned-string-for-export, org-activate-target-links)
1864 (org-make-target-link-regexp): Deal with empty radio target list.
1865 (org-tag): New face.
1866 (org-get-level-face): New function.
1867 (org-set-font-lock-defaults): Simplify setup for headlines.
1868 (org-complete): Pass common substring to `display-completion-list'.
1869
1870 2006-03-06 David Ponce <david@dponce.com>
1871
1872 * tree-widget.el: Update Commentary header.
1873 (tree-widget-theme-name): Ignore parent themes.
1874 (tree-widget-set-parent-theme): New function.
1875 (tree-widget-set-theme): Use it.
1876 (tree-widget-set-image-properties): Move definition. Does nothing
1877 if image properties have already been set.
1878 (tree-widget-image-properties): Move definition. Receive an image
1879 name. Set the :pointer property.
1880 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1881 Don't set the :pointer image property.
1882 (tree-widget-convert-widget): New function. Handle :dynargs
1883 compatibility here.
1884 (tree-widget): Use it to :convert-widget. Add the :expander-p
1885 predicate to control when the :expander function is entered.
1886 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1887 (tree-widget-value-create): Handle :expander-p. widget-apply
1888 :expander.
1889 (tree-widget-expander-p): New function. Default value of the
1890 :expander-p property.
1891
1892 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1893
1894 * help.el (describe-key): Properly handle the return value of
1895 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1896 remaps. Handle string and vector `follow-link' values.
1897
1898 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1899
1900 * complete.el (PC-expand-many-files): Try be more careful when parsing
1901 the shell's output.
1902
1903 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1904
1905 * outline.el (hide-sublevels): Provide better interactive default.
1906
1907 2006-03-06 Kenichi Handa <handa@m17n.org>
1908
1909 * international/fontset.el (create-fontset-from-fontset-spec):
1910 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1911
1912 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1913
1914 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1915 backslashes instead of one in regexp.
1916 (gud-tooltip-dereference): Add missing optional argument.
1917
1918 2006-03-04 John Paul Wallington <jpw@pobox.com>
1919
1920 * wdired.el (toplevel): Require `cl' at compile-time.
1921
1922 2006-03-04 Andreas Schwab <schwab@suse.de>
1923
1924 * server.el (server-process-filter): Handle errors during
1925 evaluation of the argument.
1926
1927 2006-03-03 John Paul Wallington <jpw@pobox.com>
1928
1929 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1930 escape parentheses at beginning of line.
1931 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1932 (t-mouse-mode): Remove period from end of error message.
1933
1934 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1935
1936 * textmodes/flyspell.el (flyspell-process-localwords):
1937 Be case-sensitive.
1938
1939 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1940
1941 * cus-edit.el (custom-quote): Remove function, since it has been
1942 moved to custom.el.
1943
1944 * font-lock.el (lisp-font-lock-keywords-2)
1945 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1946 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1947 they have no special meaning.
1948
1949 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1950 indirect buffer gets killed before indirect buffer. Use dolist.
1951
1952 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1953
1954 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1955 value instead of a literal constant (1) on more pauses.
1956
1957 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1958
1959 * textmodes/flyspell.el (flyspell-external-point-words):
1960 Be case-sensitive.
1961
1962 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1963
1964 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1965 with "www".
1966
1967 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1968
1969 * allout.el: Restablish intermediate missing comment header to
1970 preserve outline structure.
1971 (allout-beginning-of-current-entry): Skip invisible text.
1972 (allout-open-topic): Fix opening a topic at end-of-buffer.
1973 (allout-minor-mode): Move nearer to allout-mode function.
1974
1975 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1976
1977 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1978
1979 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1980
1981 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1982 is nil.
1983
1984 * progmodes/gud.el (gud-speedbar-menu-items):
1985 Use buffer-local-value and add missing :visible keyword.
1986
1987 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1988
1989 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1990
1991 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1992 must be `follow-link'.
1993
1994 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1995
1996 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1997 formatting: No nested anchors.
1998 (org-all-targets): Fix bug with XEmacs compatibility.
1999 (org-read-date): Add (require 'parse-time).
2000 (org-set-tags): Fix bug with extra inserted space.
2001 (org-export-html-style): Define a style class for targets.
2002 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
2003 (org-hide-leading-stars): New option.
2004 (org-hide): New face.
2005 (org-set-font-lock-defaults): Allow to hide leading stars.
2006 (org-get-legal-level, org-tr-level): New functions.
2007 (org-odd-levels-only): New option.
2008 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
2009 (org-demote, org-promote): Deal with double-star levels.
2010 (org-convert-to-odd-levels): New command.
2011
2012 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
2013
2014 * speedbar.el (speedbar-update-localized-contents): Try to
2015 preserve window-start.
2016 (speedbar-update-directory-contents): Try to preserve window-start
2017 and window-point.
2018 (speedbar-update-special-contents): Don't move back to start of window.
2019
2020 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
2021 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
2022 speedbar-timer-fn.
2023 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
2024 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
2025 instead of gdb-speedbar-timer-fn.
2026
2027 2006-02-28 Jay Belanger <belanger@truman.edu>
2028
2029 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
2030 (math-compose-expr): Use latex option when calling
2031 `math-compose-tex-matrix' for latex mode.
2032
2033 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
2034
2035 * speedbar.el: Re-instate comments about developing for speedbar
2036 [this is what info and gdb-ui use even if better methods exist now].
2037
2038 * t-mouse.el: New file.
2039 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
2040 (t-mouse-lispy-buffer-posn-from-coords): Remove.
2041 (t-mouse-make-event-element): Use posn-at-x-y instead.
2042 (t-mouse-make-event): Deal with Fedora Core 3.
2043 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
2044 (t-mouse-mouse-position-function): New function. Use it instead
2045 of advising mouse-position.
2046 (t-mouse-mode): New minor mode.
2047 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
2048
2049 2006-02-27 Glenn Morris <rgm@gnu.org>
2050
2051 * calendar/calendar.el (calendar-holidays): Doc fix.
2052
2053 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
2054
2055 * progmodes/gdb-ui.el (gdb-source-window): New variable.
2056 Re-introduce the concept of a source window.
2057 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
2058 consistency with get-buffer-create.
2059 (def-gdb-auto-update-handler, gdb-info-locals-handler)
2060 (gdb-data-list-register-values-handler)
2061 (gdb-stack-list-locals-handler): Try to preserve window-start as
2062 well as window-point.
2063 (gdb-display-source-buffer): New function (old concept).
2064 (gdb-goto-breakpoint): Use it.
2065
2066 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
2067 for gdb-ui/gdb-mi (old concept).
2068
2069 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
2070
2071 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
2072 binding.
2073
2074 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
2075
2076 * textmodes/reftex-sel.el (reftex-select-label-map)
2077 (reftex-select-bib-map): Add `follow-mouse' binding.
2078
2079 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
2080
2081 * jka-cmpr-hook.el (jka-compr-compression-info-list)
2082 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
2083 Give :set functions to provide automatic updating.
2084 Update docstring. Give compiler defvars early in the file
2085 and move the defcustoms to a later spot where all called functions
2086 are defined.
2087 (jka-compr-file-name-handler-entry): Doc fix.
2088 (jka-compr-compression-info-list--internal)
2089 (jka-compr-mode-alist-additions--internal)
2090 (jka-compr-load-suffixes--internal): New variables.
2091 (jka-compr-install): Set the three above variables.
2092 Update `load-file-rep-suffixes' instead of `load-suffixes'.
2093 (jka-compr-update, jka-compr-set): New functions.
2094 (auto-compression-mode): Doc fix.
2095
2096 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
2097 Update `load-file-rep-suffixes' instead of `load-suffixes'.
2098 Use jka-compr-compression-info-list--internal,
2099 jka-compr-mode-alist-additions--internal and
2100 jka-compr-load-suffixes--internal.
2101
2102 * files.el (load-library):
2103 * loadhist.el (file-loadhist-lookup):
2104 * startup.el (command-line):
2105 * subr.el (locate-library):
2106 * emacs-lisp/autoload.el (update-directory-autoloads):
2107 * emacs-lisp/find-func.el (find-library-suffixes):
2108 Use `get-load-suffixes' instead of `load-suffixes'.
2109
2110 * subr.el (locate-library):
2111 * emacs-lisp/find-func.el (find-library-name):
2112 Use `load-file-rep-suffixes' instead of '("").
2113
2114 2006-02-26 Kim F. Storm <storm@cua.dk>
2115
2116 * ido.el (ido-save-history, ido-load-history): Simplify.
2117 Don't use find-file-noselect to avoid interference from other modes.
2118
2119 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
2120
2121 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
2122 to use the default shell if filename is not available.
2123 Reported by Giorgos Keramidas.
2124
2125 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
2126
2127 * progmodes/etags.el (tags-completion-table): Do completion from
2128 all the tables in the current list, as documented in the manual.
2129
2130 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2131
2132 * CC Mode Update to 5.31.3.
2133
2134 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2135
2136 * progmodes/cc-mode.el (c-postprocess-file-styles):
2137 Bind inhibit-read-only to t, around the call to
2138 c-remove-any-local-eval-or-mode-variables, so that it works on a
2139 RO file.
2140
2141 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2142
2143 * progmodes/cc-awk.el: Correct a typo.
2144
2145 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2146
2147 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
2148 c-hungry-delete-backwards, at the request of RMS. Leave the old
2149 name as an alias.
2150
2151 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2152
2153 * progmodes/cc-mode.el: Correct a typo.
2154
2155 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2156
2157 * progmodes/cc-defs.el: Update the version number to 5.31.3.
2158
2159 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2160
2161 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
2162 brace-else-brace (error due to mbeg, mend being undefined).
2163
2164 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2165
2166 * progmodes/cc-mode.el: File Local variables: Solve the problem
2167 where both `mode' and c-file-offsets are specified: `mode' will
2168 overwrite c-f-o's settings:
2169 (c-remove-any-local-eval-or-mode-variables): New function.
2170 (c-postprocess-file-styles): Call the above new function, within
2171 c-tentative-buffer-change, to splat `mode' and `eval' before the
2172 second hack-local-variables.
2173
2174 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2175
2176 * progmodes/cc-mode.el:
2177 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
2178 (c-after-change): Protect the match data with save-match-data.
2179 It was getting corrupted by c-after-change-check-<>-operators.
2180
2181 * cc-defs.el: [Supersedes patch V1.38]:
2182 (top level): Check for a buggy font-lock-compile-keywords ONLY in
2183 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
2184
2185 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
2186 with save-match-data. It was being corrupted when Font Lock was
2187 not enabled.
2188
2189 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2190
2191 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
2192 Mode and Subword Mode.
2193
2194 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
2195 real labels ("case 1:" or "foo:") from non-labels ("public:").
2196 (c-forward-objc-directive): Replace c-forward-token-2 with crude
2197 coding; c-f-t-2 doesn't move over a token at EOB.
2198
2199 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
2200
2201 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
2202 (c-update-modeline): Concatenate the minor mode indicators
2203 directly onto mode-name, removing c-submode-indicators.
2204 Sometimes, c-s-i got separated from the mode name on the mode line.
2205
2206 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
2207 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
2208
2209 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
2210
2211 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
2212 error message when there's an evaluation error to show whether
2213 it's loaded from source or not.
2214 (c-filter-ops): Make it available at runtime too to work when
2215 `c-make-init-lang-vars-fun' needs to evaluate from source.
2216
2217 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
2218
2219 * help.el (help): Revert last part of 2006-02-23 change (deletion
2220 of the `provide' call).
2221
2222 2006-02-23 Juri Linkov <juri@jurta.org>
2223
2224 * compare-w.el (compare-windows-highlight): Add new value
2225 `persistent' and change :type from `boolean' to `choice'.
2226 (compare-windows-overlays1, compare-windows-overlays2):
2227 New internal variables.
2228 (compare-windows-highlight): If compare-windows-highlight is
2229 `persistent', add current overlays to compare-windows-overlays[12]
2230 instead of adding compare-windows-dehighlight to pre-command-hook.
2231 (compare-windows-dehighlight): Delete all overlays from
2232 compare-windows-overlays[12].
2233
2234 * info.el (Info-search): Don't bind search-spaces-regexp to
2235 Info-search-whitespace-regexp in non-regexp isearch mode.
2236
2237 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2238
2239 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
2240
2241 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
2242
2243 * textmodes/org.el (org-xemacs-p)
2244 (org-export-html-show-new-buffer, org-table-may-need-update)
2245 (org-insert-item, org-mhe-get-message-real-folder)
2246 (org-mhe-get-message-folder-from-index)
2247 (org-mhe-get-message-folder, org-mhe-get-message-num)
2248 (org-mhe-get-header, org-make-org-heading-search-string)
2249 (org-make-org-heading-camel, org-table-sort-lines)
2250 (org-format-org-table-html, org-format-table-table-html):
2251 Fix typos in docstrings.
2252
2253 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
2254
2255 * textmodes/org.el (org-cleaned-string-for-export)
2256 (org-solidify-link-text): New function.
2257 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
2258 XEmacs, just to silence the compiler.
2259 (org-export-as-ascii, org-export-as-html-and-open):
2260 Use `org-cleaned-string-for-export' and create internal links.
2261 (org-follow-mhe-link): Require mh-e, use folder.
2262
2263 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2264
2265 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
2266
2267 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
2268 gdb-debug-log-length.
2269 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
2270 it a real ring but...
2271 (gud-gdba-marker-filter): ...make it work like mark-ring.
2272 (gdb-enable-debug): Rename from gdb-enable-debug-log.
2273 (gdb-mouse-jump): New function. Add bindings.
2274
2275 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2276
2277 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
2278 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
2279 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
2280 (gdb-debug-log-length): Customize it's length.
2281 (gud-watch, gdb-var-create-handler): Display function::var format
2282 but don't use to create variable object.
2283 (gdb-var-create-handler): Use message-box in place of message.
2284 (gdb-stopped): Call gdb-exited if signalled.
2285
2286 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
2287
2288 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
2289
2290 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
2291
2292 * textmodes/reftex.el (reftex-locate-file): Search all extensions
2293 if `reftex-try-all-extensions' is set.
2294
2295 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
2296 fail silently when there is no valid argument at point.
2297 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
2298 `fail-silently' argument. From a patch by David Reiter.
2299
2300 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
2301 New commands.
2302 (org-mark-ring): New variable.
2303 (org-mark-ring-length): New option.
2304 (org-open-at-point, org-goto, org-open-file): Push old position
2305 onto the mark ring.
2306 (org-add-hook): New function.
2307 (org-export-table-remove-special-lines): New option.
2308 (org-skip-comments, org-format-org-table-html): Respect new
2309 option `org-export-table-remove-special-lines'.
2310 (org-open-file): Allow special command configuration for
2311 directory link.
2312 (org-file-apps): Fix bugs in customize type, added setting
2313 for directories.
2314 (org-activate-tags, org-format-agenda-item, org-complete)
2315 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
2316 (org-get-tags, org-get-buffer-tags, org-open-at-point)
2317 (org-link-search, org-make-org-heading-search-string)
2318 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
2319 (org-radio-targets, org-file-link-context-use-camel-case)
2320 (org-activate-camels): New options.
2321 (org-update-radio-target-regexp, org-all-targets)
2322 (org-make-target-link-regexp, org-activate-target-links):
2323 New functions.
2324 (org-make-org-heading-search-string): New function.
2325 (org-store-link, org-insert-link): Use new option
2326 `org-file-link-context-use-camel-case'.
2327 (org-activate-camels): Use new option `org-activate-camels'.
2328 (org-link-regexp): Add mhe prefix.
2329 (org-open-at-point, org-store-link): Support for mhe links.
2330 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
2331 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
2332 (org-mhe-get-header, org-follow-mhe-link): New functions.
2333 (org-remove-angle-brackets, org-add-angle-brackets):
2334 New functions.
2335 (org-bracket-link-regexp): New constant.
2336 (org-read-date): Fix bug that was rejecting all typed dates.
2337 (org-link-search): Make hierarchy above visible after a match.
2338 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
2339 (org-store-link): Fix bug with link creation when cursor is in
2340 an empty line.
2341 (org-open-at-point): Fix bug with matching a link.
2342 Fixed buggy argument sequence in call to `org-view-tags'.
2343 (org-compile-prefix-format): Set `org-prefix-has-tag'.
2344 (org-prefix-has-tag): New variable.
2345 (org-format-agenda-item): Remove tags from headline
2346 if appropriate.
2347 (org-agenda-remove-tags-when-in-prefix): New option.
2348
2349 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
2350
2351 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
2352 Fix the regular expressions.
2353
2354 2006-02-21 Richard M. Stallman <rms@gnu.org>
2355
2356 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
2357 if there's no other specific basis.
2358
2359 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
2360 as variables at all.
2361 (unsafep-variable): Rename arg; doc fix.
2362
2363 * abbrevlist.el (list-one-abbrev-table): Add autoload.
2364
2365 * calendar/appt.el (diary-selective-display): Add defvar.
2366
2367 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
2368
2369 * isearch.el (search-whitespace-regexp): Fix custom type.
2370
2371 * help.el (describe-key-briefly): Compute interactive args
2372 in same was as before previous change.
2373
2374 * files.el (enable-local-variables): Doc fix.
2375
2376 2006-02-21 Kim F. Storm <storm@cua.dk>
2377
2378 * fringe.el: Cleanup as file is now pre-loaded.
2379 (fringe-bitmaps): Initialize unconditionally.
2380 (fringe-mode, set-fringe-style): Remove autoload cookies.
2381
2382 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2383
2384 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
2385 `horizontal-bar'.
2386 (fringe-cursor-alist): Use `horizontal-bar'.
2387
2388 2006-02-20 Kim F. Storm <storm@cua.dk>
2389
2390 * fringe.el (fringe-bitmaps): Update to new bitmap names.
2391 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
2392
2393 * loadup.el: Load "fringe" on window systems.
2394
2395 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2396
2397 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
2398 out of scope components.
2399
2400 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
2401 default.
2402
2403 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
2404
2405 * custom.el (customize-mark-to-save, customize-mark-as-set):
2406 Load the symbol first.
2407
2408 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
2409
2410 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
2411 strech spec so it doesn't display as "^J" on the header line
2412 when `Buffer-menu-use-header-line' is t.
2413
2414 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2415
2416 * speedbar.el (speedbar-make-button): Keep text properties
2417 of string arguments if desired.
2418
2419 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
2420 expessions.
2421
2422 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
2423 of speedbar.
2424
2425 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
2426
2427 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
2428 to value of `read-file-name-completion-ignore-case'.
2429
2430 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
2431
2432 * custom.el (customize-mark-as-set): Push to `user' theme.
2433
2434 * cus-edit.el (custom-save-variables): Allow unthemed values.
2435 (customize-set-variable): Push setting to `user' theme.
2436
2437 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2438
2439 * progmodes/gud.el: Don't require font-lock as it's now
2440 automatically loaded.
2441 (gud-speedbar-buttons): Replace gdb-var-changed with
2442 gdb-force-update.
2443
2444 * progmodes/gdb-ui.el (gdb-force-update): Rename from
2445 gdb-var-changed.
2446 (gdb-post-prompt): Use it.
2447 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2448 (gdb-var-update-handler, gdb-var-delete)
2449 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2450 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2451 gdb-force-update in gdb-post-prompt.
2452 (gdb-reset): Clear watch expressions from speedbar when quitting.
2453
2454 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2455
2456 * viper-cmd.el (viper-insert-state-post-command-sentinel)
2457 (viper-change-state-to-vi, viper-change-state-to-emacs):
2458 Make aware of cursor coloring in the Emacs state.
2459 (viper-special-read-and-insert-char): Use read-char-exclusive.
2460 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2461
2462 * viper-init.el (viper-emacs-state-cursor-color): New variable.
2463
2464 * viper-util.el (viper-save-cursor-color)
2465 (viper-get-saved-cursor-color-in-replace-mode)
2466 (viper-get-saved-cursor-color-in-insert-mode)
2467 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2468 state.
2469 (viper-get-saved-cursor-color-in-emacs-mode): New function.
2470
2471 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2472 (ediff-ignore-case-option3, ediff-actual-diff-options)
2473 (ediff-actual-diff3-options): New variables to control case sensitivity.
2474 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2475 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2476 (ediff-toggle-ignore-case): New function.
2477 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2478
2479 * ediff-help.el (ediff-long-help-message-narrow2)
2480 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2481 (ediff-long-help-message-word-mode): Add ignore-case command.
2482 (ediff-help-for-quick-help): Add ignore-case command.
2483
2484 * ediff-merg.el: Move provide to the end.
2485
2486 * ediff-ptch.el: Move provide to the end.
2487
2488 * ediff-wind.el: Move provide to the end.
2489
2490 * ediff-mult.el: Move provide to the end.
2491 (ediff-set-meta-overlay): Enable follow-link.
2492
2493 * ediff.el: Move provide to the end.
2494 Break recursive load cycle in eval-when-compile.
2495 (ediff-patch-buffer): Better heuristics.
2496
2497 * ediff-util.el: Move provide to the end.
2498 Break recursive load cycle in eval-when-compile.
2499 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2500 defuns.
2501 (ediff-submit-report): Pass the values of ediff-diff3-program,
2502 ediff-diff3-options.
2503
2504 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2505
2506 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2507 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2508 `' (for example, in the docstring of `windmove-default-keybindings').
2509
2510 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2511
2512 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2513 shadow face. Don't provide binding to edit variable when it is
2514 out of scope.
2515
2516 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2517 (gdb-var-update-handler): Detect out of scope variables with pre
2518 GDB 6.4 too.
2519 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2520 Reset status of variable objects to nil in update handlers.
2521 (gdb-var-update-handler-1): Detect when a variable object comes
2522 in scope. setcar on var changes gdb-var-list directly.
2523
2524 2006-02-17 Juri Linkov <juri@jurta.org>
2525
2526 * ffap.el (ffap) <defface>: Add explicit face declaration.
2527 (ffap-highlight): Use face `ffap' directly instead of checking
2528 for its existence.
2529
2530 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2531 `visible-ok' of `other-buffer' to find the right original buffer.
2532
2533 * info.el (Info-search): Skip `Local Variables' node.
2534
2535 2006-02-17 Juri Linkov <juri@jurta.org>
2536
2537 * info.el (Info-find-file): Check for symbols `apropos', `history',
2538 `toc' in the input filename, and return these symbols as is.
2539 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2540 `history', `toc' instead of strings.
2541 (Info-set-mode-line): For non-string Info-current-file use the
2542 symbol's name inside **.
2543 (Info-isearch-push-state): Add quote before Info-current-file and
2544 Info-current-node.
2545 (Info-isearch-pop-state): Use `equal' instead of `string='.
2546 (Info-extract-pointer, Info-following-node-name): Use
2547 `match-string-no-properties' instead of `match-string'.
2548 (Info-up): Check `old-file' for `stringp'.
2549 (Info-history): Use `equal' instead of `string-equal'.
2550 Check `file' for `stringp'.
2551 (Info-history): Use symbol `history' instead of string as first arg
2552 of `Info-find-node'.
2553 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2554 `toc' instead of string.
2555 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2556 instead of `buffer-substring', and `match-string-no-properties'
2557 instead of `match-string'.
2558 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2559 instead of strings.
2560 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2561 Use symbol `apropos' instead of string.
2562 (Info-copy-current-node-name): Check `Info-current-file' for
2563 `stringp' and construct a command with `Info-find-node' from it.
2564 (Info-fontify-node): Use `match-string-no-properties' instead of
2565 `match-string' and check file names for `stringp'.
2566 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2567 `history', `toc' instead of strings.
2568
2569 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2570
2571 * files.el: Rearrange functions and variables in the file local
2572 variables section.
2573
2574 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2575
2576 * files.el: Add truncate-lines, ispell-check-comments and
2577 ispell-local-dictionary as safe local variables.
2578
2579 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2580
2581 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2582 out of scope variables.
2583 (gud-speedbar-buttons): Use unless.
2584
2585 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2586 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2587 (gdb-show-changed-values): Also use for out of scope variables.
2588 (gdb-var-update-handler-1): Note if variable goes out of scope.
2589
2590 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2591
2592 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2593 default to global variable values for unsupplied args.
2594 (rcirc-get-buffer-create): Fix bug with setting the target.
2595 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2596 test for rcirc-always-use-server-buffer-flag here.
2597 (rcirc-response-formats): Add %N, which is a facified nick. %n
2598 uses the default face. Change the ACTION format string. If the
2599 "nick" is the server, don't print anything for that field.
2600 Comment fixes.
2601 (rcirc-target-buffer): Don't test
2602 rcirc-always-use-server-buffer-flag here.
2603 (rcirc-print): Squeeze extra spaces out of the text before message.
2604 (rcirc-put-nick-channel): Strip potential "@" char from nick
2605 before adding them to nick table.
2606 (rcirc-url-regexp): Improve to match address like "foo.com".
2607
2608 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2609
2610 * allout.el (allout-hidden-p): Move this defsubst before
2611 allout-overlay-interior-modification-handler, where it is first
2612 used.
2613
2614 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2615
2616 * allout.el: Use allout invisible-text overlays instead of
2617 selective display for concealed text. Also, lots of general
2618 cleanup, and improved compatibility code.
2619
2620 (allout-version) Incremented, corrected, revised, and refined
2621 module commentary.
2622
2623 (provide 'allout): Moved to the bottom, added a require of overlay.
2624
2625 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2626 `except-current'.
2627 (allout-write-file-hook-handler): Minimize delay.
2628 (count-trailing-whitespace-region): New function so
2629 auto-encryption of current topic can resituate cursor exactly.
2630 PGP/GPG encryption trims trailing whitespace from lines, which
2631 must be accounted for across encryption then decryption.
2632
2633 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2634 just plain "\C-c", to avoid intruding on user's keybinding space.
2635
2636 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2637 parameter, so user request to provide a new password is done.
2638
2639 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2640 Refined mechanism for auto-filling behavior while in allout mode.
2641
2642 (allout-mode): Explicitly specify the mode map in the docstring.
2643 Clarify provision for various write-file hook var names.
2644 Adjusted for invisible-text overlays instead of selective-display.
2645
2646 (allout-depth): Really return 0 if not within any topic. This
2647 rectifies `allout-beginning-of-level' and sequence numbering
2648 errors that occur when cutting and pasting numbered topics.
2649 Changed from a in-line subst to a regular function, as well.
2650
2651 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2652
2653 (allout-end-of-subtree, allout-end-of-subtree)
2654 (allout-end-of-entry, allout-end-of-current-heading)
2655 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2656 (allout-show-children, allout-show-to-offshoot)
2657 (allout-hide-current-entry, allout-show-current-entry): Rectified
2658 handling of trailing blank lines between items.
2659
2660 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2661 (allout-current-depth, allout-unprotected, allout-hidden-p)
2662 (allout-on-current-heading-p, allout-listify-exposed)
2663 (allout-chart-subtree, allout-goto-prefix)
2664 (allout-back-to-current-heading, allout-get-body-text)
2665 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2666 (allout-hide-region-body, allout-toggle-subtree-encryption)
2667 (allout-encrypt-string, allout-encrypted-key-info)
2668 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2669 (allout-file-vars-section-data): Adjusted for use with
2670 invisible-text overlays instead of selective-display.
2671
2672 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2673 Reworked for use with invisible text overlays.
2674
2675 (allout-current-topic-collapsed-p): New function.
2676
2677 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2678 to know when to close the containing topic.
2679
2680 (allout-pre-command-business, allout-post-command-business):
2681 Simplify undo-batching and dynamic isearch exposure.
2682
2683 (allout-set-overlay-category): New for invisible-text overlays.
2684 Sets properties of allout-overlay-category, used by
2685 allout-flag-region to set invisible-text overlay properties.
2686 (allout-get-invisibility-overlay): Get the first qualifying
2687 invisibility overlay, so we can find the extent of it.
2688 (allout-back-to-visible-text): Get to just before the beginnining
2689 of the current invisibility overlay, if any.
2690
2691 (allout-overlay-insert-in-front-handler)
2692 (allout-overlay-interior-modification-handler)
2693 (allout-before-change-handler, allout-isearch-end-handler): New
2694 functions to handle extraordinary actions affecting concealed
2695 text.
2696
2697 (allout-flag-region): Use overlays instead of selective-display
2698 for invisible text - by inheritence from the properties of
2699 allout-overlay-category in mainline Emacs, and applied
2700 property-by-property in XEmacs, some recent versions of which
2701 don't inherit the properties from the category. Provisions to
2702 respond to concealed-text edits simplified drastically.
2703
2704 (allout-isearch-rectification, allout-isearch-was-font-lock)
2705 (allout-isearch-expose, allout-enwrap-isearch)
2706 (allout-isearch-abort, allout-pre-was-isearching)
2707 (allout-isearch-prior-pos, allout-isearch-did-quit)
2708 (allout-isearch-dynamic-expose)
2709 (allout-hide-current-entry-completely): Functions deleted.
2710
2711 (allout-undo-aggregation): Explicit undo aggregation no longer
2712 necessary due to transition away from selective-display.
2713
2714 (set-allout-regexp, allout-up-current-level)
2715 (allout-next-visible-heading, allout-forward-current-level)
2716 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2717 (allout-kill-line, allout-yank-processing, allout-show-children)
2718 (allout-expose-topic, allout-old-expose-topic)
2719 (allout-listify-exposed, allout-insert-latex-header)
2720 (allout-toggle-subtree-encryption, allout-encrypt-string)
2721 (remove-from-invisibility-spec, allout-hide-current-subtree):
2722 Ditched unused variables.
2723
2724 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2725
2726 * textmodes/ispell.el (ispell-change-dictionary): Call
2727 ispell-buffer-local-dict instead of
2728 ispell-accept-buffer-local-defs.
2729 (ispell-local-dictionary-alist): Accept as valid any coding-system
2730 supported by Emacs.
2731 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2732 changed to iso-8859-3.
2733
2734 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2735
2736 * speedbar.el (speedbar-frame-width): Make an inline function
2737 instead of a macro. Use frame-width.
2738 (speedbar-try-completion, speedbar-update-contents)
2739 (speedbar-timer-fn): Use consp.
2740 (speedbar-update-localized-contents): Try to preserve point.
2741
2742 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2743 (menu): Re-order menu items.
2744 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2745 field.
2746 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2747 (gdb-post-prompt): Speed things by not forcing update.
2748
2749 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2750
2751 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2752 press and perform default action if we get a mouse movement event.
2753
2754 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2755
2756 * calendar/icalendar.el (icalendar--get-event-property)
2757 (icalendar--get-event-property-attributes): Fix typos in
2758 docstrings.
2759
2760 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2761 docstring.
2762
2763 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2764
2765 * bs.el (bs-mode): Use `buffer-disable-undo'.
2766 (bs--get-file-name): Simplify.
2767 (bs-show-in-buffer): Mark the buffer as not modified.
2768
2769 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2770
2771 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2772 widget-button-click.
2773
2774 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2775 (custom-mode): Update docstring.
2776
2777 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2778 binding.
2779
2780 * files.el (hack-local-variables-confirm): Allow scrolling if the
2781 file variable list is too long. Kill temp buffer after use.
2782
2783 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2784
2785 * progmodes/gud.el (gdb): Improve doc string.
2786 (gdb-script-font-lock-keywords): Expand allowed character set.
2787
2788 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2789 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2790 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2791 (gdb-separate-io-stop, gdb-separate-io-eof):
2792 Rename from gdb-inferior-* to gdb-separate-*.
2793 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2794
2795 2006-02-14 Jay Belanger <belanger@truman.edu>
2796
2797 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2798 expression is a symbol before checking that it is bound.
2799
2800 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2801 test to see if equation can be solved.
2802
2803 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2804
2805 * wid-edit.el (widget-button-click): Use :pressed-face property
2806 for overlay face, if it exists.
2807
2808 * cus-edit.el (custom-manual, custom-add-see-also)
2809 (custom-add-parent-links, custom-group-link): Add :pressed-face
2810 property to links.
2811
2812 * files.el (hack-local-variables): Remove ignored variables before
2813 checking if any variables need setting.
2814
2815 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2816
2817 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2818
2819 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2820
2821 * help.el (where-is): Fix message for remapped commands.
2822
2823 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2824 Fix typos in docstrings.
2825
2826 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2827
2828 * files.el (safe-local-variable-values): New option.
2829 (hack-local-variables-prop-line): Return a list of variable-value
2830 pairs if MODE-ONLY is non-nil.
2831 (hack-local-variables): Construct list of variable-value pairs,
2832 and apply or reject them in one go. Ask for confirmation if
2833 variables are not known safe.
2834 (hack-local-variables-confirm): Complete rewrite. Support
2835 `safe-local-variable-values'.
2836 (enable-local-variables): Update docstring to reflect new
2837 behavior.
2838 (ignored-local-variables): Ignore ignored-local-variables and
2839 safe-local-variable-values.
2840 (safe-local-variable-p): New function.
2841 (risky-local-variable-p): `safe-local-variable' property check
2842 moved to safe-local-variable-p.
2843 (hack-one-local-variable): Checks moved to hack-local-variables.
2844
2845 (byte-compile-dynamic, c-basic-offset, c-file-style)
2846 (c-indent-level, comment-column, fill-column, fill-prefix)
2847 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2848 (no-update-autoloads, outline-regexp, page-delimiter)
2849 (paragraph-start, paragraph-separate, sentence-end)
2850 (sentence-end-double-space tab-width, version-control):
2851 Add `safe-local-variable' property.
2852
2853 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2854
2855 * icomplete.el, play/landmark.el: Change nonexistent
2856 `outline-layout' file variable to `allout-layout'.
2857
2858 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2859
2860 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2861 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2862 to gud-comint-buffer.
2863 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2864 gdb-ui.el for gdb-mi.el.
2865 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2866 registers buffer to gdb-get-changed-registers.
2867 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2868 deletion of catchpoints (throw and catch).
2869 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2870 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2871 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2872 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2873 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2874
2875 2006-02-13 Jay Belanger <belanger@truman.edu>
2876
2877 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2878 expression is a symbol before checking that it is bound.
2879
2880 2006-02-13 Richard M. Stallman <rms@gnu.org>
2881
2882 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2883 for the minibuffer too, but not if resize-mini-windows will interfere.
2884
2885 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2886 inside `interactive' spec.
2887 (describe-key-briefly-internal, describe-key-internal):
2888 Functions merged back into their callers.
2889
2890 2006-02-13 Martin Rudalics <rudalics@gmx.at>
2891
2892 * info.el (info-xref-visited): Inherit from info-xref too.
2893 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2894 when propertizing Info-current-file and Info-current-node.
2895
2896 2006-02-13 Juri Linkov <juri@jurta.org>
2897
2898 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2899 (tumme-thumb-name): Fix per-directory format.
2900
2901 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2902
2903 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2904
2905 2006-02-12 Miles Bader <miles@gnu.org>
2906
2907 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2908
2909 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2910
2911 * tumme.el: Remove history section. If someone needs the it, it
2912 can always be found in CVS.
2913
2914 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2915
2916 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2917 about the Thumbnail Managing Standard option.
2918
2919 2006-02-12 Richard M. Stallman <rms@gnu.org>
2920
2921 * subr.el (substitute-key-definition): Doc fix.
2922
2923 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2924
2925 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2926
2927 * info.el (Info-mode): Doc fix.
2928
2929 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2930
2931 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2932
2933 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2934 because on Solaris a POSIX compatible "id" is needed. Reported by
2935 Magnus Henoch <mange@freemail.hu>.
2936
2937 2006-02-12 Juri Linkov <juri@jurta.org>
2938
2939 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2940 (tumme) <defgroup>: Change :group to `multimedia'.
2941 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2942 Managing Standard.
2943 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2944 Fix dostring.
2945 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2946 and %y. Fix docstring.
2947 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2948 (tumme-cmd-create-standard-thumbnail-command): New user options.
2949 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2950 is `standard'. Fix docstring.
2951 (tumme-thumb-width, tumme-thumb-height): New user options.
2952 (tumme-external-viewer): Try to find various viewers.
2953 (tumme-get-thumbnail-image): Use `create-image' instead of
2954 constructing the `image' structure.
2955 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2956 `standard'.
2957 (tumme-thumb-name): Add file name generation for standard storage.
2958 Simplify code for other storages.
2959 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2960 Add modification time %m and thumbnail-nq8 %q.
2961 Use `tumme-cmd-create-standard-thumbnail-command' if
2962 tumme-thumbnail-storage is `standard'.
2963 (tumme-dired-insert-marked-thumbs): New autoload command.
2964 (tumme-dired-after-readin-hook): New function.
2965 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2966 `tumme-thumb-size'.
2967 (tumme-display-image): Replace size-x %x and size-y %y with
2968 width %w and height %h.
2969
2970 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2971 `tumme-dired-insert-marked-thumbs'.
2972
2973 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2974
2975 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2976 include path).
2977 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2978 matching tag.
2979
2980 2006-02-12 Miles Bader <miles@gnu.org>
2981
2982 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2983 New variables.
2984 (rcirc-abbrev-nick): New function.
2985 (rcirc-format-response-string): Rewrite to use the formats in
2986 `rcirc-response-formats' and expand escape sequences therein.
2987 A text-property `rcirc-text' is added over the actual response
2988 text to make easy to find inside the returned string.
2989 (rcirc-print): When filling, just look for the `rcirc-text'
2990 text-property to find the appropriate fill prefix, instead of
2991 using hardwired patterns.
2992
2993 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2994
2995 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2996 Managing Standard.
2997
2998 2006-02-11 Kim F. Storm <storm@cua.dk>
2999
3000 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
3001 Don't use insert-buffer; do insert-buffer-substring directly.
3002 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
3003
3004 2006-02-11 Martin Rudalics <rudalics@gmx.at>
3005
3006 * files.el (revert-buffer, recover-file): Replace buffer-read-only
3007 with inhibit-read-only. Suggested by Stefan Monnier.
3008 (revert-buffer): Let insert-file-contents discard
3009 buffer-undo-list. Simplify code.
3010 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
3011
3012 2006-02-11 Eli Zaretskii <eliz@gnu.org>
3013
3014 * menu-bar.el (menu-bar-select-yank): Add a doc string.
3015
3016 * help.el (describe-key-briefly): Now a wrapper for
3017 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
3018 to t. Populate yank-menu if empty.
3019 (describe-key-briefly-internal): Renamed from describe-key-briefly.
3020 (describe-key): Now a wrapper for describe-key-internal. Bind
3021 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
3022 (describe-key-internal): Renamed from describe-key.
3023
3024 2006-02-11 Milan Zamazal <pdm@zamazal.org>
3025
3026 * progmodes/glasses.el (glasses-separator): Doc fix.
3027 (glasses-original-separator): New defcustom.
3028 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
3029
3030 2006-02-11 Martin Rudalics <rudalics@gmx.at>
3031
3032 * mwheel.el (mouse-wheel-up-event): Doc fix.
3033
3034 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
3035
3036 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
3037 (tumme-dir): New function. Copied from thumbs.el.
3038
3039 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
3040
3041 * desktop.el (desktop-outvar): Fix typo.
3042 (desktop-save-buffer-p): Doc fix.
3043
3044 * subr.el (substitute-key-definition): Fix typo.
3045
3046 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3047
3048 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
3049 when window-system is mac.
3050
3051 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
3052
3053 2006-02-10 Kim F. Storm <storm@cua.dk>
3054
3055 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
3056 indirect-function instead of using condition-case.
3057
3058 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
3059
3060 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
3061 less `colloquial'...
3062
3063 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
3064
3065 * tumme.el: Add a couple of todo items.
3066
3067 2006-02-09 Lars Hansen <larsh@soem.dk>
3068
3069 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
3070 (highlight-changes-mode): Don't change desktop-locals-to-save.
3071
3072 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
3073
3074 * image-mode.el (image-toggle-display): Clear image cache if using
3075 filename.
3076
3077 2006-02-09 Masatake YAMATO <jet@gyve.org>
3078
3079 * dired-x.el (dired-guess-shell-alist-default): Add .man as
3080 a `dired-man' target.
3081
3082 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
3083 boundary of symbols.
3084
3085 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
3086
3087 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
3088
3089 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
3090
3091 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
3092 `mapcar'; return nil.
3093
3094 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
3095
3096 * mouse.el (mouse-drag-track): Don't change window if we rebind to
3097 some other event.
3098
3099 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
3100
3101 * net/rcirc.el (rcirc-startup-channels-alist):
3102 Add irc.freenode.net and #emacs as defaults.
3103 (rcirc-ignore-all-activity-flag): Remove variable.
3104 (rcirc-authinfo): New variable.
3105 (rcirc-authinfo-filename): Remove variable.
3106 (rcirc-always-use-server-buffer-flag): New flag.
3107 (rcirc): M-x rcirc will automatically connect without prompting.
3108 C-u M-x rcirc will prompt. Use rcirc-connect to create a
3109 connection in lisp.
3110 (rcirc-process-server-response-1): Remove everything but the nick
3111 portion of the sender so it doesn't need to be done everywhere
3112 else. Update related code.
3113 (global-map): Remove global keybindings.
3114 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
3115 (rcirc-send-input): Split into several functions.
3116 (rcirc-process-input-line, rcirc-process-message)
3117 (rcirc-process-command): New functions.
3118 (rcirc-target-buffer): New function to determine where to route
3119 messages.
3120 (rcirc-user-nick): Save match data.
3121 (rcirc-toggle-ignore-buffer-activity)
3122 (rcirc-update-activity-string): Remove global ignore functionality,
3123 which can be done now by toggling rcirc-track-minor-mode.
3124 (rcirc-track-minor-mode-map): New keymap.
3125 (rcirc-track-minor-mode): New minor-mode.
3126 (ignore): Make the ignore output nicer. Always print it when
3127 adding or removing nicks.
3128 (rcirc-url-regexp): Improve.
3129 (rcirc-mangle-text): Remove properties before using text in the
3130 modeline.
3131 (rcirc-authenticate): Authentication data comes from
3132 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
3133 (rcirc-server-prefix): Inherit from rcirc-server.
3134
3135 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
3136
3137 * Makefile.in (compile): Append "|| true" to the end of the `find'
3138 command, like compile-always does.
3139
3140 2006-02-08 Sam Steingold <sds@gnu.org>
3141
3142 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
3143 output from a dead connection.
3144
3145 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
3146
3147 * dired.el (dired-mode-map): Add more bindings for tumme.
3148
3149 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
3150
3151 * wdired.el (wdired-mode-map): Use remap.
3152 (wdired-get-filename): Massage.
3153 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
3154 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
3155 `keymap' property rather than `local-map'.
3156
3157 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
3158
3159 * tumme.el (tumme-get-thumbnail-image): New utility function.
3160 Suggested by from Chong Yidong.
3161 (tumme-dired-with-window-configuration): Rename from
3162 `tumme-dired'. Add code to save window configuration.
3163 (tumme-restore-window-configuration): New command to restore the
3164 window configuration that `tumme-dired-with-window-configuration'
3165 saves before it changes the window configuration.
3166 (tumme-show-all-from-dir): New command to display thumbnails for
3167 all files in a directory entered by the user, like M-x thumbs.
3168 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
3169 have been created.
3170 (tumme-display-thumbnail-original-image): Call `display-buffer'.
3171 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
3172 Remove obsolete test function.
3173
3174 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
3175
3176 * vc.el (small-temporary-file-directory): Remove defvar; there's
3177 a defcustom for it in files.el.
3178
3179 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
3180 Fix typo in message.
3181 (tumme-gallery-generate): Fix typo in `error' message.
3182 (tumme-display-window-height-correction)
3183 (tumme-display-window-width-correction, tumme-line-up-dynamic)
3184 (tumme-line-up-interactive): Dox fixes.
3185 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
3186 (tumme-restore-window-configuration, tumme-format-properties-string)
3187 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
3188 Fix typos in docstrings.
3189
3190 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
3191
3192 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
3193
3194 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
3195
3196 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
3197 User should use hook if desired.
3198
3199 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
3200 buffer if necessary.
3201 (gdb-delete-frame-or-window): New function.
3202 (gdb-breakpoints-mode-map): Bind "q" to it.
3203
3204 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3205
3206 * textmodes/nroff-mode.el: Clean up name space.
3207 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
3208 (nroff-mode): Obey the global setting of nroff-electric-mode.
3209 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
3210
3211 * calendar/calendar.el (calendar-increment-month): Typo in last change.
3212
3213 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
3214
3215 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
3216
3217 2006-02-06 Lars Hansen <larsh@soem.dk>
3218
3219 * generic-x.el (etc-fstab-generic-mode): Add file system types
3220 cifs and usbdevfs. Allow special chars in file names.
3221
3222 2006-02-05 Jay Belanger <belanger@truman.edu>
3223
3224 Update copyright notices of the files in lisp/calc.
3225
3226 2006-02-05 Romain Francoise <romain@orebokech.com>
3227
3228 Update copyright notices of all files in the lisp/play directory.
3229
3230 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
3231
3232 * ldefs-boot.el: Regenerate.
3233
3234 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
3235
3236 2006-02-05 Kim F. Storm <storm@cua.dk>
3237
3238 * files.el (magic-mode-regexp-match-limit): New defvar.
3239 (set-auto-mode): Use it to limit magic-mode-alist matching.
3240
3241 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
3242
3243 * simple.el (display-message-or-buffer): Compare the number of
3244 characters to the frame width when determining whether a 1-line
3245 message string will fit in the echo area. Count screen lines
3246 instead of buffer lines when determining whether a multi-line
3247 message will fit in the echo area/minibuffer window.
3248
3249 2006-02-04 Eli Zaretskii <eliz@gnu.org>
3250
3251 * info.el (Info-index, Info-mode): Improve the description of the
3252 `i' command.
3253
3254 * ldefs-boot.el: Regenerate.
3255
3256 2006-02-03 Werner Lemberg <wl@gnu.org>
3257
3258 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
3259 greedy to find the closing bracket in \*[...] and similar
3260 expressions. This is a first rough fix -- many additional
3261 refinements are necessary to make nroff mode really usable with groff.
3262
3263 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
3264
3265 * international/mule-cmds.el (set-locale-environment):
3266 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
3267 libX11.
3268
3269 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3270
3271 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
3272 archive are created in archive-tmpdir.
3273
3274 2006-02-02 John Paul Wallington <jpw@pobox.com>
3275
3276 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
3277 (ibuffer-fontification-alist): Use it.
3278 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
3279 to "* z" and the Ibuffer Mark menu.
3280
3281 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
3282
3283 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3284
3285 * textmodes/table.el (*table--cell-describe-mode)
3286 (*table--cell-describe-bindings): Undo last change since
3287 print-help-return-message is not obsoleted by anything at all.
3288
3289 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
3290
3291 * emulation/cua-base.el (cua-mode): Doc fix.
3292
3293 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
3294
3295 * dframe.el (dframe-handle-make-frame-visible)
3296 (dframe-handle-iconify-frame, dframe-get-focus)
3297 (dframe-select-attached-frame, dframe-power-click)
3298 (dframe-frame-mode): Fix typos in docstrings.
3299
3300 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
3301 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
3302 Fix typos in docstrings.
3303
3304 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
3305 (hi-lock-face-buffer, hi-lock-font-lock-hook)
3306 (hi-lock-archaic-interface-message-used)
3307 (hi-lock-file-patterns-range): Fix typos in docstrings.
3308
3309 * savehist.el (savehist-loaded, savehist-load, savehist-install)
3310 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
3311
3312 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
3313 Fix typo in docstring.
3314
3315 * net/newsticker.el (newsticker--decode-iso8601-date)
3316 (newsticker--set-customvar, newsticker--buffer-insert-item)
3317 (newsticker--do-run-auto-mark-filter)
3318 (newsticker--parse-generic-feed): Doc fixes.
3319 (newsticker--retrieval-timer-list, newsticker-url-list)
3320 (newsticker-hide-immortal-items-in-echo-area)
3321 (newsticker-hide-obsolete-items-in-echo-area)
3322 (newsticker-new-item-face, newsticker--enclosure)
3323 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
3324 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
3325 (newsticker--parse-generic-feed, newsticker--cache-contains)
3326 (newsticker--stat-num-items, newsticker-download-enclosures):
3327 Fix typos in docstrings.
3328
3329 * net/rcirc.el (rcirc-debug): Doc fix.
3330 (rcirc-fill-column, rcirc-receive-message-hooks)
3331 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
3332 (rcirc-mode, rcirc-generate-new-buffer-name)
3333 (rcirc-startup-channels, rcirc-ignore-update-automatic)
3334 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
3335 Fix typos in docstrings.
3336 (rcirc-print): "?\ " -> "?\s".
3337 (rcirc-cmd-join): Improve argument/docstring consistency.
3338
3339 2006-02-01 Mark A. Hershberger <mah@everybody.org>
3340
3341 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
3342 before narrow-to-region.
3343
3344 2006-02-01 Richard M. Stallman <rms@gnu.org>
3345
3346 * simple.el (move-beginning-of-line): Scan properly for invis change.
3347
3348 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
3349
3350 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
3351
3352 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
3353 change bit only when id-format is 'integer. Reported by Matt
3354 Hodges <M.P.Hodges@rl.ac.uk>.
3355
3356 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
3357
3358 * hilit-chg.el (highlight-changes-initial-state)
3359 (highlight-changes-global-initial-state): Doc fixes.
3360 (highlight-changes-global-modes, global-highlight-changes):
3361 Fix typos in docstrings.
3362
3363 2006-02-01 Kim F. Storm <storm@cua.dk>
3364
3365 * emulation/cua-base.el (cua-mode): Mention that CUA enables
3366 transient-mark-mode in doc string.
3367
3368 2006-01-31 Richard M. Stallman <rms@gnu.org>
3369
3370 * replace.el (multi-occur): Doc fix.
3371 (multi-occur-in-matching-buffers): Rename from
3372 multi-occur-by-filename-regexp. Prefix arg says match
3373 buffer names instead of file names.
3374
3375 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
3376
3377 * bs.el: Allow non-default values of `bs-header-lines-length'.
3378 (bs--running-in-xemacs): Remove (not needed anymore).
3379 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
3380 instead of `shrink-window', thus avoiding having to compute the
3381 height of the window.
3382 (bs--up): Wrap around even when there's no header.
3383 (bs--down): Use `forward-line' instead of `next-line'.
3384
3385 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
3386
3387 * image-mode.el (image-toggle-display): Use file name if possible,
3388 instead of unnecessarily allocating a (possibly huge) lisp string.
3389
3390 2006-01-30 John Paul Wallington <jpw@pobox.com>
3391
3392 * subr.el (toplevel): Define `cl-assertion-failed' condition here
3393 because the `assert' macro signals it at runtime.
3394
3395 * emacs-lisp/cl.el (toplevel): Remove definition of
3396 `cl-assertion-failed' condition.
3397
3398 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
3399
3400 * thumbs.el (thumbs-marked-list): Make buffer-local and
3401 permanent-local.
3402 (thumbs-insert-thumb): Make help-echo non-sticky.
3403 (thumbs-file-alist): Use eolp as check for (non)-image.
3404
3405 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
3406
3407 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
3408 (ediff-before-session-group-setup-hooks)
3409 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
3410 Fix typos in docstrings.
3411
3412 * window.el (bw-dir, bw-eqdir, balance-windows)
3413 (split-window-keep-point): Fix typos in docstrings.
3414
3415 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
3416 (org-quote-string, org-calendar-to-agenda-key)
3417 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
3418 (org-show-following-heading, org-tags-column)
3419 (org-use-tag-inheritance, org, org-allow-space-in-links)
3420 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
3421 (org-enable-table-editor, org-calc-default-modes)
3422 (org-table-allow-automatic-line-recalculation)
3423 (org-export-html-style, org-export-with-fixed-width)
3424 (org-export-with-sub-superscripts, org-special-keyword)
3425 (org-formula, org-time-grid, org-table-may-need-update)
3426 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
3427 (org-goto-quit, org-get-indentation, org-end-of-item)
3428 (org-move-item-down, org-move-item-up)
3429 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
3430 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
3431 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
3432 (org-agenda-log-mode, org-agenda-toggle-diary)
3433 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
3434 (org-agenda-file-to-end, org-agenda-no-heading-message)
3435 (org-agenda-get-closed, org-format-agenda-item)
3436 (org-cmp-priority, org-cmp-category, org-cmp-time)
3437 (org-agenda-change-all-lines, org-agenda-diary-entry)
3438 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
3439 (org-link-search, org-camel-to-words, org-open-file)
3440 (org-remember-handler, org-table-convert-region)
3441 (org-table-move-row-down, org-table-move-row-up)
3442 (org-table-copy-region, org-table-wrap-region)
3443 (org-table-toggle-vline-visibility)
3444 (org-table-get-vertical-vector, org-table-modify-formulas)
3445 (org-table-get-specials, org-recalc-commands)
3446 (org-table-rotate-recalc-marks, org-table-eval-formula)
3447 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3448 (org-level-color-stars-only, org-insert-heading):
3449 Fix typos in docstrings.
3450 (last-arg): Add defvar.
3451
3452 * makefile.w32-in (WINS): Add erc.
3453 (MH_E_SRC): Update (copied from lisp/Makefile.in).
3454
3455 2006-01-29 Bill Wohler <wohler@newt.com>
3456
3457 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3458 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3459 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
3460 (mh-autoloads): Don't use comments on otherwise empty lines.
3461
3462 2006-01-29 Edward O'Connor <ted@oconnor.cx>
3463
3464 * emulation/viper.el (viper-major-mode-modifier-list): Add
3465 insert-state and vi-state entries for erc-mode.
3466 (viper-go-away, viper-set-hooks): Add and remove
3467 viper-comint-mode-hook from erc-mode-hook as appropriate.
3468
3469 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3470
3471 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
3472
3473 * bs.el (bs--format-aux): Implement `middle' alignment as
3474 described in the docstring for `bs-attributes-list'.
3475 (bs--get-name): Simplify. Don't pad the buffer name.
3476
3477 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
3478
3479 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3480 English aspell dictionary is installed, use the first entry of
3481 ispell-dictionary-alist-1.
3482
3483 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
3484
3485 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3486 Doc fix.
3487
3488 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3489
3490 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3491 for `process-file', in order to let it work for older Emacsen too.
3492
3493 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3494
3495 * international/latexenc.el: Add a suitable `coding:' tag.
3496 (latexenc-find-file-coding-system): Undo last change.
3497
3498 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3499
3500 * international/latexenc.el (latexenc-find-file-coding-system):
3501 Make sure latexenc-main-file is a regular file and is readable.
3502
3503 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3504
3505 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3506 Pass FILE to vc-user-login-name.
3507
3508 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3509
3510 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3511
3512 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3513 there are no more images to display.
3514 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3515 the next image.
3516
3517 2006-01-26 Richard M. Stallman <rms@gnu.org>
3518
3519 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3520
3521 * wid-edit.el (advertised-widget-backward): New alias.
3522 (widget-keymap): Use advertised-widget-backward for S-TAB.
3523
3524 * tumme.el: Correct the keywords.
3525 (tumme-dir-max-size): Use defvar.
3526 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3527
3528 * simple.el (move-beginning-of-line): Take account of fields.
3529 (clone-indirect-buffer-other-window): Take args like
3530 clone-indirect-buffer, and work like it.
3531
3532 * help-fns.el (describe-function): Don't pass `nil' as default.
3533
3534 * files.el (risky-local-variable-p): Follow var aliases.
3535
3536 * subr.el (lazy-completion-table): Doc fix.
3537
3538 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3539 global binding of `line'.
3540
3541 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3542
3543 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3544 Tramp.
3545
3546 * vc.el (vc-default-dired-state-info): Pass FILE to
3547 vc-user-login-name.
3548 (vc-default-update-changelog): Don't use vc-user-login-name, we
3549 don't need it here.
3550
3551 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3552 no longer necessary.
3553
3554 2006-01-25 Kenichi Handa <handa@m17n.org>
3555
3556 * international/mule.el (decode-char): Avoid the overhead of
3557 calling utf-lookup-subst-table-for-decode if
3558 utf-translate-cjk-mode is nil.
3559 (encode-char): Avoid the overhead of calling
3560 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3561 nil.
3562
3563 2006-01-22 Kenichi Handa <handa@m17n.org>
3564
3565 * international/mule.el (make-subsidiary-coding-system): Reset
3566 `coding-system-define-form' property of subsidiaries to nil.
3567 Avoid duplicated entry in coding-system-alist.
3568 (make-coding-system): Avoid duplicated entry in
3569 coding-system-alist.
3570 (define-coding-system-alias): Likewise.
3571
3572 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3573
3574 * completion.el: Minor fixes in introductory comment.
3575 (completion-def-wrapper): Fix alist.
3576
3577 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3578
3579 * thumbs.el (thumbs-new-image-size): New function.
3580 (thumbs-increment-image-size-element)
3581 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3582 (thumbs-decrement-image-size): Delete.
3583 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3584 temp files and use to resize.
3585 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3586 Use increment argument to enlarge/shrink. Preserve point.
3587 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3588 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3589 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3590 (thumbs-mark, thumbs-unmark): Preserve point.
3591 (thumbs-modify-image): Keep old temp files and use to modify.
3592 Cleanup old temp files at load time. Preserve point.
3593 (thumbs-view-image-mode-map): Use new command names.
3594
3595 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3596
3597 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3598
3599 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3600 the nastiest part of the cyclic dependency.
3601 (cal-menu-update): Use dotimes and calendar-increment-month.
3602
3603 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3604 (calendar-week-start-day): Add an :initializer.
3605 (calendar-mode-map): Use suppress-keymap, and command remapping.
3606 (describe-calendar-mode): Setup xref-stack info for the back button.
3607 (calendar-star-date): Insert before delete.
3608 (calendar-set-mode-line): Add file-modified info if applicable.
3609 (calendar-increment-month): New function.
3610
3611 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3612
3613 * font-lock.el (lisp-font-lock-keywords-2):
3614 Recognize "& keywords" only at word boundaries.
3615
3616 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3617
3618 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3619 and permanent-local.
3620 (thumbs-max-image-number): New variable.
3621 (thumbs-do-thumbs-insertion): Use them.
3622 (thumbs-per-line): Change default to 4.
3623 (thumbs-marked-list): Rename from thumbs-markedL.
3624 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3625 (thumbs-rename-images): Use -list instead of L for internal variables.
3626 (thumbs-call-convert): Use call-process instead of shell-command.
3627 (thumbs-insert-thumb): Add filename as help-echo to each image.
3628 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3629 Give dir to thumbs-show-thumbs-list.
3630 (thumbs-show-thumbs-list): Set default-directory to that of images.
3631 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3632 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3633 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3634 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3635
3636 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3637
3638 * ses.el (ses-read-cell): Provide a default value.
3639
3640 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3641
3642 * term/w32-win.el (image-library-alist): Add additional names for
3643 GIF library.
3644
3645 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3646
3647 * international/latexenc.el (latexenc-find-file-coding-system):
3648 Add file-regular-p check.
3649
3650 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3651
3652 * simple.el (clone-buffer): Don't show the new buffer in the same
3653 window.
3654
3655 2006-01-23 Juri Linkov <juri@jurta.org>
3656
3657 * faces.el (link, link-visited): New faces based on default values
3658 of `info-xref' and `info-xref-visited'.
3659
3660 * info.el (info-xref): Inherit from `link'.
3661 (info-xref-visited): Inherit from `link-visited'.
3662
3663 * cus-edit.el (custom-buffer-create-internal): Use widget type
3664 `custom-manual' instead of `info-link' and don't set properties
3665 `button-face' and `mouse-face' explicitly.
3666 (custom-browse-group-tag, custom-browse-variable-tag)
3667 (custom-browse-face-tag): Inherit from widget class
3668 `custom-group-link' instead of `push-button'.
3669 (custom-button-unraised): Inherit from `underline' face.
3670 (custom-link): Inherit from `link' face. Fix doc and group.
3671 (custom-add-parent-links, custom-group-value-create): Don't set
3672 properties `button-face' and `mouse-face' explicitly for
3673 `custom-group-link' widget.
3674 (custom-group-link): Add properties `button-face' and `mouse-face'
3675 to widget definition.
3676 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3677 editable-field's :keymap property.
3678 (custom-mode): Fix docstring: substitute keybindings for
3679 `widget-forward' and `widget-backward' from `widget-keymap',
3680 `widget-complete' from `custom-field-keymap', replace old
3681 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3682
3683 * desktop.el (desktop-load-file): Check for `fboundp' before
3684 calling `symbol-function'.
3685
3686 * simple.el (clone-buffer, clone-indirect-buffer)
3687 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3688 `read-string'. Fix prompts.
3689
3690 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3691
3692 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3693
3694 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3695
3696 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3697
3698 * startup.el (inhibit-splash-screen, initial-scratch-message):
3699 Doc fixes.
3700
3701 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3702
3703 Sync with Tramp 2.0.52.
3704
3705 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3706 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3707 `tramp-unload-tramp' for checklist.
3708
3709 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3710 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3711 (tramp-unload-file-name-handler-alist)
3712 (tramp-unload-tramp): New defuns.
3713 (tramp-advice-PC-expand-many-files): New defadvice.
3714 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3715 removed.
3716 (tramp-handle-expand-file-name): Remove double slash.
3717 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3718 It doesn't matter, because it will be converted later on.
3719 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3720 implementation was just heuristic.
3721 (tramp-post-connection): Set uid and gid properties.
3722 (tramp-convert-file-attributes): Set file's gid change bit.
3723 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3724 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3725 in case of su(do)? methods. The home directory of the local user
3726 will be taken else.
3727 (tramp-open-connection-telnet)
3728 (tramp-open-connection-rsh, tramp-open-connection-su)
3729 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3730 local shell prompt could hurt. Reported by Romain Francoise
3731 <romain@orebokech.com>.
3732 (tramp-let-maybe): Add `edebug-form-spec' property.
3733 (tramp-handle-expand-file-name): Bind `default-directory' locally
3734 to "/" in order to avoid problems with UNC shares or Cygwin
3735 mounts.
3736 (tramp-md5-function): Fix typo in error message.
3737
3738 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3739
3740 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3741 for byte-compiler pacification.
3742
3743 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3744
3745 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3746 ID-FORMAT `string'. This allows us to get rid of
3747 `vc-user-login-name UID'.
3748
3749 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3750
3751 2006-01-22 John Paul Wallington <jpw@pobox.com>
3752
3753 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3754
3755 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3756
3757 * emacs-lisp/find-func.el (find-definition-noselect)
3758 (find-variable-noselect): Search variables in C source code too.
3759 (find-function-C-source, find-function-noselect, find-function)
3760 (find-function-other-frame, find-variable-noselect, find-variable)
3761 (find-variable-other-frame, find-variable-at-point):
3762 Fix docstrings.
3763
3764 2006-01-21 Francesco Potorti` <pot@gnu.org>
3765
3766 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3767
3768 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3769
3770 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3771 Default to disabling the "Save affix" question.
3772
3773 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3774
3775 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3776 the first arg to run-python.
3777
3778 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3779
3780 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3781 is not loaded.
3782
3783 2006-01-20 Jay Belanger <belanger@truman.edu>
3784
3785 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3786 limit is 0.
3787
3788 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3789 the correct variable.
3790
3791 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3792
3793 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3794 link. Fixed buggy argument sequence in call to `org-view-tags'.
3795 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3796 (org-prefix-has-tag): New variable.
3797 (org-format-agenda-item): Remove tags from headline if
3798 appropriate.
3799 (org-agenda-remove-tags-when-in-prefix): New option.
3800 (org-get-tags-at): New function.
3801
3802 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3803
3804 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3805 (thumbs-find-image): Move image name and number from buffer name
3806 to mode name. Set thumbs-buffer. Preserve point so that large
3807 images remain visible.
3808 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3809 order.
3810 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3811 mode name.
3812 (thumbs-next-image, thumbs-previous-image): Make them work.
3813
3814 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3815
3816 * cus-edit.el (custom-buffer-create-internal): State in the text above
3817 the whole buffer buttons that they do not operate on hidden items.
3818 (custom-face-menu): Use `custom-face-save' instead of
3819 `custom-face-save-command'.
3820 (custom-face-save-command): Make it an alias for `custom-face-save'
3821 and declare it obsolete.
3822 (custom-face-save): Doc fix.
3823
3824 * dired.el (dired-no-confirm): Add quote.
3825 (dired-subdir-alist-pre-R): Add quote in
3826 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3827
3828 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3829
3830 * textmodes/table.el (table-mode-indicator): Typo in last change.
3831
3832 2006-01-19 Richard M. Stallman <rms@gnu.org>
3833
3834 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3835 Fixes bug reported in Nov 2005.
3836
3837 * isearch.el (isearch-forward): Doc fix.
3838
3839 * dired.el (dired-move-to-filename-regexp): Define as alias.
3840 (dired-no-confirm): Use defcustom.
3841 (dired-subdir-alist-pre-R): Put defvar at top level.
3842
3843 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3844
3845 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3846 Mark as risky.
3847
3848 * simple.el (set-mark-command): Doc fix.
3849 (clone-indirect-buffer-other-window):
3850 Read arg like clone-indirect-buffer.
3851 (move-beginning-of-line): Skip invisible newlines.
3852
3853 2006-01-19 Masatake YAMATO <jet@gyve.org>
3854
3855 * progmodes/cpp.el (cpp-edit-load): Make the order of
3856 listed conditions in a base C code buffer and its associate
3857 CPP Edit buffer the same.
3858
3859 2006-01-19 Kenichi Handa <handa@m17n.org>
3860
3861 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3862 (rmail-mime-feature): Likewise.
3863 (rmail-require-mime-maybe): Use display-warning to show a warning
3864 message.
3865
3866 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3867 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3868
3869 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3870
3871 * array.el: Move defvars out of eval-when-compile.
3872 (array-make-template): Replace undeclared global var with a local one.
3873 (array-mode): Inline initialization functions.
3874 (array-init-local-variables, array-init-max-row)
3875 (array-init-max-column, array-init-columns-per-line)
3876 (array-init-field-width, array-init-rows-numbered)
3877 (array-init-line-length, array-init-lines-per-row): Remove.
3878
3879 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3880 (doc-mode-map): Define explicitly.
3881 (doctor-txtype): Use mapc.
3882
3883 * textmodes/table.el: Move defvars out of eval-when-compile.
3884 Remove harmful code meant to avoid byte-compiler warnings.
3885 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3886 specification that checks table-fixed-width-mode directly.
3887 (table-recognize-region, table-recognize-cell):
3888 Use restore-buffer-modified-p.
3889 (table-fixed-width-mode): Remove code that refreshes
3890 table-fixed-mode-indicator.
3891 (*table--cell-describe-bindings, *table--cell-describe-mode):
3892 Avoid obsolete name print-help-return-message.
3893 (table--test-cell-list): Don't use replace-regexp from elisp.
3894 (table--point-entered-cell-function, table--point-left-cell-function):
3895 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3896
3897 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3898 that was after the end of file. Use buffer-file-name variable.
3899 (org-timestamp-change): Use with-current-buffer.
3900 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3901 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3902 `file'.
3903
3904 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3905 (fortran-break-line): Remove unused var `opoint'.
3906 (fortran-abbrev-start): Obey help-event-list.
3907
3908 2006-01-18 Jesper Harder <harder@phys.au.dk>
3909
3910 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3911
3912 2006-01-18 Masatake YAMATO <jet@gyve.org>
3913
3914 * progmodes/make-mode.el (makefile-imake-mode): New mode
3915 derived from makefile-mode.
3916 (makefile-imake-mode-syntax-table): New syntax table
3917 derived from makefile-mode-syntax-table.
3918 (makefile-mode): Write about makefile-imake-mode in doc string.
3919 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3920 (makefile-imake-font-lock-keywords): New font lock keywords.
3921
3922 * files.el (auto-mode-alist): Add Imakefile.
3923
3924 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3925
3926 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3927 loading the file rather than when turning on flyspell-mode.
3928
3929 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3930
3931 * cus-edit.el (customize-rogue): Minor doc fix.
3932
3933 2006-01-17 Juri Linkov <juri@jurta.org>
3934
3935 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3936 instead of the file at the mark as default if the file at the mark
3937 is the same as the file at point or if dired-dwim-target-directory
3938 is not the same as the current directory and the mark is not active.
3939
3940 * log-view.el (log-view-minor-wrap): Use the same logic to get
3941 revisions as `log-view-diff'.
3942
3943 * info.el (Info-revert-find-node): Check for Info-current-file
3944 before preserving new-history.
3945
3946 * man.el (Man-heading-regexp): Add `/'.
3947
3948 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3949 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3950
3951 2006-01-16 Juri Linkov <juri@jurta.org>
3952
3953 * faces.el (mode-line-faces): New defgroup.
3954 (mode-line-highlight): Move definition after new defgroup.
3955 (mode-line, mode-line-inactive, mode-line-highlight):
3956 Replace :group `modeline' with `mode-line-faces'.
3957 (mode-line-buffer-id): New face.
3958 (modeline-buffer-id): New face alias.
3959 (vertical-border): Remove :group `modeline'.
3960
3961 * bindings.el (propertized-buffer-identification): Use face
3962 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3963 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3964 (mode-line-buffer-identification-keymap): For mouse-1 replace
3965 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3966 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3967 mouse-3.
3968
3969 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3970 Buffer-menu-buffer. Doc fix.
3971 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3972 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3973 `Buffer-menu-buffer'.
3974
3975 * info.el (Info-mode-line-node-keymap): New defvar.
3976 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3977 Propertize Info-current-node with `mode-line-buffer-id' and
3978 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3979
3980 * time.el (display-time-mail-face): Replace :group `faces' with
3981 `mode-line-faces'.
3982
3983 2006-01-16 Kenichi Handa <handa@m17n.org>
3984
3985 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3986
3987 * language/european.el (cp1252): New alias for windows-1252.
3988
3989 * international/mule.el (autoload-coding-system): Prepare for EOL
3990 variants.
3991
3992 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3993
3994 * term.el (term-raw-map): Add mapping for insert.
3995 (term-send-insert): New.
3996 (term-mode): Make variables local here instead of doing it in
3997 `term-emulate-terminal'.
3998 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3999 Scroll reverse needs to take into account the scroll region.
4000 Saving and restoring the cursor should save the color attributes too.
4001 (term-reset-terminal): Reset the scroll region.
4002 (term-handle-ansi-escape): Cursor up and down should take into
4003 account the scroll region.
4004 (term-set-scroll-region): Rename from `term-scroll-region'.
4005 Move to 0,0 after setting the region.
4006 (term-handle-scroll): Handle scroll up.
4007 (term-down): Fix off by one error.
4008 (term-delete-lines): Do not delete outside the scroll region.
4009 (term-insert-lines): Take into account the scroll region.
4010
4011 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
4012
4013 * textmodes/ispell.el (ispell-internal-change-dictionary)
4014 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
4015 (start, end): Move declaration outside of eval-when-compile.
4016
4017 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
4018 (flyspell-mode-on): Use it.
4019
4020 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
4021 ispell-kill-ispell-hook.
4022
4023 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
4024
4025 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
4026 (Custom-reset-saved): Do not ask for confirmation in single option
4027 buffers.
4028
4029 2006-01-13 Richard M. Stallman <rms@gnu.org>
4030
4031 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
4032
4033 2006-01-13 Romain Francoise <romain@orebokech.com>
4034
4035 * add-log.el (add-change-log-entry, change-log-merge):
4036 Conditionally use `hard-newline'.
4037
4038 2006-01-13 Martin Rudalics <rudalics@gmx.at>
4039
4040 * wid-edit.el (widget-field-end): If the overlay is no longer
4041 associated with a buffer, behave as if the overlay didn't exist.
4042
4043 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
4044 Make sure the links use the `custom-link' face.
4045
4046 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4047
4048 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
4049 (ld-script-mode): Don't set indent-line-function since we don't
4050 have one.
4051
4052 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
4053
4054 * textmodes/org.el (org-open-file): Use mailcap for selecting an
4055 application.
4056 (org-file-apps-defaults-gnu): Use mailcap as the default for
4057 selecting an application on a UNIX system.
4058 (org-agenda-show-tags): New command.
4059 (org-table-insert-hline): Keep cursor in current table line.
4060 (org-table-convert): Offset effect of modifying
4061 `org-table-insert-hline'.
4062 (org-format-agenda-item): New optional argument TAG.
4063 (org-compile-prefix-format): Handle %T format for the tag.
4064 (org-expand-wide-chars): New function.
4065 (org-table-insert-row, org-table-insert-hline):
4066 Use `org-expand-wide-chars'.
4067 (org-open-file): Fix bug in program launch.
4068 (org-get-time-of-day): Fix bug with times before 1am.
4069 (org-agenda-menu): Add tags commands.
4070
4071 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
4072
4073 * textmodes/ispell.el (ispell-init-process): Include the used
4074 dictionary in ispell process start message.
4075 (ispell-internal-change-dictionary): When flyspell-mode is active
4076 and dictionary is changed, make sure ispell process is restarted
4077 and flyspell word cache cleared out for the current buffer.
4078 (ispell-change-dictionary): Make sure flyspell word cache is
4079 cleared out in all buffers with active flyspell mode when
4080 dictionary is globally changed.
4081 Call ispell-internal-change-dictionary after dictionary change.
4082
4083 2006-01-13 Eli Zaretskii <eliz@gnu.org>
4084
4085 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
4086
4087 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
4088 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
4089 years. Fix small differences wrt Makefile.in.
4090 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
4091 Makefile.in does.
4092
4093 2006-01-12 Bill Wohler <wohler@newt.com>
4094
4095 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
4096 mh-search.el.
4097
4098 2006-01-12 Masatake YAMATO <jet@gyve.org>
4099
4100 * progmodes/ld-script.el: Update copyright year.
4101
4102 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
4103
4104 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
4105 Don't add widget if setting undefined.
4106
4107 2006-01-12 John Paul Wallington <jpw@pobox.com>
4108
4109 * help-fns.el (describe-variable): Remove newlines from void
4110 variable output.
4111
4112 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
4113
4114 * wdired.el (wdired-mode-map): Add help echo for
4115 wdired-abort-changes.
4116
4117 * man.el (Man-file-name-regexp): Adjust for a list of files.
4118
4119 2006-01-12 Masatake YAMATO <jet@gyve.org>
4120
4121 * progmodes/ld-script.el (auto-mode-alist): Support
4122 suffix conventions used in netbsd and eCos.
4123
4124 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
4125
4126 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
4127 (custom-variable-menu, custom-face-menu, custom-group-menu)
4128 (Custom-mode-menu): Change names of menu items. (As discussed on
4129 emacs-devel.)
4130 (custom-face-menu): Add "Undo Edits" item.
4131
4132 * startup.el (init-file-user): defcustom -> defvar.
4133
4134 * tooltip.el (tooltip-mode): Doc fix.
4135
4136 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4137
4138 * reveal.el (reveal-post-command): window-buffer signals an error on
4139 dead windows rather than returning nil.
4140 (reveal-open-new-overlays): An overlay might die while we open others.
4141
4142 2006-01-11 Bill Wohler <wohler@newt.com>
4143
4144 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
4145 phrasing in docstring.
4146
4147 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
4148 can give some systems gas. Add new file mh-buffers.el.
4149
4150 2006-01-06 Masatake YAMATO <jet@gyve.org>
4151
4152 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
4153 C preprocessor forward ported from GNU Emacs 21.2.
4154
4155 * progmodes/asm-mode.el (asm-font-lock-keywords):
4156 Use `cpp-font-lock-keywords'.
4157
4158 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
4159
4160 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
4161 of $ for "\\.ld[s]?".
4162
4163 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4164
4165 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
4166 (tcl-indent-line): Return `noindent' if inside a string.
4167
4168 * progmodes/flymake.el (flymake-split-string): Remove more than one
4169 empty string at beg/end of the result.
4170 (flymake-find-buildfile, flymake-find-possible-master-files):
4171 Use expand-file-name.
4172 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
4173 since expand-file-name does it for us. Use directory-file-name.
4174 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
4175 (flymake-ler-get-type, flymake-ler-get-text)
4176 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
4177 (flymake-current-line-no): Remove spurious interactive spec.
4178 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
4179 (flymake-check-include): Remove arg inc-path merged into inc-name.
4180 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
4181 Arg regexp-list replaced by a simple regexp.
4182 (flymake-master-make-header-init, flymake-master-tex-init):
4183 Correspondingly replace regexp-list with a regexp. Fix regexp.
4184
4185 2006-01-10 Simon Josefsson <jas@extundo.com>
4186
4187 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
4188 describing AUTH PLAIN fix.
4189
4190 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
4191
4192 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
4193 (report-emacs-bug): Don't record initial prompt text.
4194 Instead, add text properties to prompting text.
4195 (report-emacs-bug-hook): Delete prompting text.
4196
4197 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4198
4199 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
4200 `dirs'. Adjust callers.
4201
4202 2006-01-09 John Paul Wallington <jpw@gnu.org>
4203
4204 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
4205
4206 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4207
4208 * reveal.el (reveal-open-new-overlays): New extracted fun.
4209 (reveal-close-old-overlays): Idem. Check overlays's liveness before
4210 using them. Simplify the code.
4211 (reveal-post-command): Use them. Fix up obsolete windows in
4212 reveal-open-spots.
4213
4214 * progmodes/flymake.el: Use `require' rather than autoload for
4215 XEmacs's overlays.
4216 (flymake-get-common-file-prefix, flymake-build-relative-filename):
4217 Delete. Use file-relative-name instead.
4218 (flymake-get-syntax-check-program-args, flymake-perl-init):
4219 Simplify the resulting code.
4220
4221 * log-view.el (log-view-file-re, log-view-message-re): Add support
4222 for DaRCS output.
4223
4224 2006-01-09 Alex Schroeder <alex@gnu.org>
4225
4226 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
4227 identifiers sometimes added in square brackets at the beginning of
4228 subject lines.
4229
4230 2006-01-07 Richard M. Stallman <rms@gnu.org>
4231
4232 * cus-edit.el (Custom-set, Custom-save): Doc fix.
4233 (Custom-reset-current, Custom-reset-saved): Change question text.
4234 (Custom-reset-standard): Likewise.
4235 (custom-variable-reset-saved): Doc fix.
4236
4237 2006-01-07 Eli Zaretskii <eliz@gnu.org>
4238
4239 * startup.el (init-file-user): Doc fix.
4240
4241 2006-01-07 Alex Schroeder <alex@gnu.org>
4242
4243 * mail/rmail.el (rmail-current-subject): New function.
4244 (rmail-current-subject-regexp): New function.
4245 (rmail-next-same-subject): Use it.
4246
4247 * mail/rmailsum.el (rmail-summary-by-topic):
4248 Use rmail-current-subject and rmail-current-subject-regexp.
4249 (rmail-summary-next-same-subject): Ditto.
4250
4251 * net/rcirc.el (rcirc-send-input): No longer check whether the
4252 process is open, since not all commands need an open process.
4253 (rcirc-send-string): Check whether the process is open before
4254 sending anything.
4255 (rcirc-ignore-list): New option.
4256 (rcirc-ignore-list-automatic): New variable.
4257 (rcirc-print): Take rcirc-ignore-list into account.
4258 (rcirc-cmd-ignore): New command.
4259 (rcirc-ignore-update-automatic): New function.
4260 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
4261 list if ignored nicks.
4262 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
4263
4264 2006-01-06 David Reitter <david.reitter@gmail.com>
4265
4266 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
4267 reflect the address to which the report will be sent.
4268
4269 2006-01-06 Eli Zaretskii <eliz@gnu.org>
4270
4271 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
4272 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
4273
4274 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
4275
4276 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
4277
4278 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
4279 the doc string: "functoin" => "function".
4280 * ldefs-boot.el: Likewise.
4281
4282 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
4283 message text: "Duplicat" => "Duplicate".
4284
4285 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
4286
4287 * files.el (basic-save-buffer-2): If backing-up failed, reset
4288 buffer-backed-up to nil.
4289
4290 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
4291
4292 * progmodes/gud.el (gdb-script-skip-to-head)
4293 (gdb-script-calculate-indentation): Indent for breakpoint command
4294 lists also.
4295
4296 2006-01-05 Bill Wohler <wohler@newt.com>
4297
4298 * Makefile.in (compile-always): Add mh-autoloads dependency.
4299 (bootstrap): Remove mh-autoloads dependency, as compile dependency
4300 provides it.
4301 (updates): Remove mh-autoloads dependency, since it probably has
4302 already run recently (via recompile).
4303
4304 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
4305
4306 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
4307 argument `force' to disable the flyspell-last-buffer optimization.
4308 (flyspell-mode-on): Use it.
4309
4310 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
4311 flymake-simple-cleanup.
4312 (flymake-allowed-file-name-masks): Use this new default.
4313 All the functions are now called in the right buffer rather than
4314 passing the buffer as argument.
4315 (flymake-process-sentinel): Switch to buffer before calling cleanup.
4316 (flymake-parse-err-lines): Remove redundant buffer arg.
4317 (flymake-get-program-dir): Comment out unused function.
4318 (flymake-start-syntax-check, flymake-start-syntax-check-process):
4319 Remove redundant buffer argument.
4320 (flymake-get-real-file-name, flymake-simple-java-cleanup)
4321 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
4322
4323 2006-01-05 Richard M. Stallman <rms@gnu.org>
4324
4325 * info.el (Info-find-node): Don't record previous node if have none.
4326 (info): Go to directory only if history is empty.
4327
4328 * simple.el (mark): Doc fix.
4329
4330 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4331
4332 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
4333 already of desired type.
4334 (mac-ae-list): Coerce parameter to "list" type.
4335 (mac-dispatch-apple-event): Replace cadr part of event with a
4336 dummy position so that event-start returns it.
4337
4338 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
4339
4340 * textmodes/org.el (org-end-of-subtree): New function.
4341 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
4342 Use `org-end-of-subtree'.
4343 (org-agenda, org-agenda-convert-date): Protect calls to
4344 `fit-window-to-buffer'.
4345 (org-tags-view): Force matching of sublevels when doing a
4346 todo-only search. Define the correct redo command, including the
4347 arguments.
4348 (org-agenda-redo): Display message.
4349 (org-check-for-org-mode): New function.
4350 (org-agenda-type): New variable.
4351 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
4352 Set `org-agenda-type'.
4353 (org-agenda-check-type): New function.
4354 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4355 (org-agenda-week-view, org-agenda-day-view)
4356 (org-agenda-next-date-line, org-agenda-previous-date-line)
4357 (org-agenda-log-mode, org-agenda-toggle-diary)
4358 (org-agenda-toggle-time-grid, org-agenda-date-later)
4359 (org-agenda-date-prompt, org-agenda-diary-entry)
4360 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
4361 (org-agenda-convert-date, org-agenda-menu):
4362 Use `org-agenda-check-type'.
4363 (org-make-overlay, org-delete-overlay)
4364 (org-detatch-overlay, org-move-overlay, org-overlay-put):
4365 New compatibility functions.
4366 (org-calendar-select-mouse): New command.
4367
4368 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
4369
4370 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
4371 (Custom-reset-standard): Fix y-or-n-p messages.
4372 (custom-link): New face for links.
4373 (custom-buffer-create-internal, custom-manual): Use it.
4374 (custom-face-save): Push to theme-face before setting face spec.
4375
4376 * wid-edit.el (widget-default-mouse-face-get): New function.
4377 (widget-specify-button): Handle mouse-face like button-face.
4378
4379 * custom.el (load-theme): Clear old theme settings if reloading.
4380
4381 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
4382
4383 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
4384 "Erase Customization" button back to same position it occupies in
4385 the individual State menus.
4386
4387 2006-01-04 Kim F. Storm <storm@cua.dk>
4388
4389 * wid-edit.el (key-sequence): Rework widget to read key binding
4390 using `kbd' syntax. Use C-q to insert literal key, event, or code.
4391 (widget-key-sequence-default-value): Default value for empty sequence.
4392 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
4393 (widget-key-sequence-read-event): New command for C-q.
4394 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
4395 (widget-key-sequence-value-to-external): New functions.
4396
4397 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4398
4399 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
4400 Use expand-file-name.
4401 (flymake-delete-temp-directory): Use expand-file-name,
4402 file-name-directory, and directory-file-name.
4403 (flymake-strrchr): Delete.
4404 (flymake-start-syntax-check): Don't pass the redundant buffer argument
4405 to the init-f function.
4406 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
4407 (flymake-init-find-buildfile-dir)
4408 (flymake-init-create-temp-source-and-master-buffer-copy)
4409 (flymake-simple-make-init-impl, flymake-simple-make-init)
4410 (flymake-master-make-init, flymake-master-make-header-init)
4411 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
4412 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
4413 (flymake-xml-init): Remove corresponding redundant buffer argument.
4414 (flymake-allowed-file-name-masks): Remove last elems that are equal to
4415 the default anyway. Clean up regexps.
4416
4417 * progmodes/flymake.el (flymake-temp-source-file-name)
4418 (flymake-master-file-name, flymake-temp-master-file-name)
4419 (flymake-base-dir): New buffer-local vars.
4420 (flymake-buffer-data, flymake-get-buffer-value)
4421 (flymake-set-buffer-value): Replace those hash-tables by the new
4422 buffer-local vars. Update callers.
4423
4424 * progmodes/flymake.el (flymake-check-start-time)
4425 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
4426 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
4427 Move definition, so we can remove redundant earlier declaration.
4428 (flymake-replace-regexp-in-string, flymake-split-string)
4429 (flymake-get-temp-dir): Use defalias.
4430 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
4431 (flymake-xemacs-window-edges): Remove unused function.
4432 (flymake-get-point-pixel-pos): Move.
4433 (flymake-pid-to-names, flymake-reg-names)
4434 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
4435 Replace by a simple list flymake-processes and by process-buffer.
4436 Update callers. Other than simplify the code, it uses buffers rather
4437 than buffer-names so it doesn't get confused by uniquify.
4438 (flymake-buffer-data): The global value should just be nil.
4439
4440 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
4441 Optimize the body of a defalias like any other code.
4442
4443 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4444 Make sure we've setup font-lock's vars. It may influence which
4445 function we then call.
4446 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4447 here since it's too late anyway.
4448
4449 2006-01-03 Romain Francoise <romain@orebokech.com>
4450
4451 * startup.el (fancy-splash-tail, normal-splash-screen):
4452 Update copyright year.
4453
4454 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
4455
4456 * mouse.el (mouse-drag-track): Rename, from
4457 `mouse-drag-region-1'. Includes optional argument required to
4458 enable post-drag event processing (e.g. delete region keys).
4459 Can be used without this argument to track a mouse region and operate
4460 on it as soon as the drag completes.
4461 (mouse-drag-region): Use `mouse-drag-track'.
4462
4463 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4464
4465 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4466 Move to `custom-buffer' group.
4467
4468 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4469 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4470 (custom-theme-insert-face-marker, custom-theme-variable-menu)
4471 (custom-theme-face-menu): New variables.
4472 (custom-theme-add-variable, custom-theme-variable-action)
4473 (custom-variable-reset-theme, custom-theme-delete-variable)
4474 (custom-face-reset-theme, custom-theme-face-action)
4475 (custom-theme-delete-face, custom-theme-merge-theme)
4476 (custom-theme-add-face, custom-theme-visit-theme): New functions.
4477
4478 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
4479
4480 * custom.el: Move Custom Themes commentary to start of theme code.
4481 (custom-known-themes): Rename `standard' theme to `changed'.
4482 (custom-push-theme): Caller no longer specifies what theme to use
4483 when doing `reset'---the setting is simply removed from the theme.
4484 Delete MODE from `theme-value' and `theme-settings' properties.
4485 (custom-declare-theme): Ignore &rest args since we don't use them.
4486
4487 (custom-loaded-themes): Delete variable.
4488 (custom-theme-load-themes, custom-theme-loaded-p)
4489 (custom-theme-value): Delete functions.
4490
4491 (custom-declare-theme): Signal error on invalid theme names.
4492 (provide-theme): custom-loaded-themes was deleted.
4493 (load-theme): Load the file unconditionally.
4494 (enable-theme): Call `load-theme' if theme is undefined.
4495 (custom-enabled-themes): Only update value for successful loads.
4496 (disable-theme): Complete from enabled themes when interactive.
4497 (custom-variable-theme-value): Calculate theme value directly.
4498
4499 (custom-theme-reset-variables, custom-reset-variables): Mark as
4500 XEmacs compatibility functions. We don't actually use these.
4501
4502 * cus-edit.el (custom-variable-state-set):
4503 Use custom-variable-theme-value instead of custom-theme-value.
4504 (custom-face-state-set): Rename `standard' theme to `changed'.
4505 (custom-save-variables, custom-save-faces): Delete unneeded
4506 references to custom-reset-variables.
4507 (custom-save-resets): Delete function.
4508 (custom-save-variables, custom-save-faces): MODE argument deleted.
4509 (custom-save-variables, custom-save-faces): Ignore theme values.
4510
4511 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4512 compatibility function.
4513
4514 2006-01-01 Richard M. Stallman <rms@gnu.org>
4515
4516 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4517 (Custom-reset-current, Custom-reset-saved): Likewise.
4518 (Custom-reset-standard): Show message if aborted.
4519 (custom-mode): Doc fix, describing those commands.
4520
4521 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4522 put on event-kind property.
4523
4524 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4525
4526 * custom.el (provide-theme): Ban `user' theme name.
4527 (custom-enabling-themes): New variable.
4528 (enable-theme): Don't enable user if custom-enabling-themes is t.
4529 (custom-enabled-themes): Make it a defcustom.
4530 (custom-theme-recalc-face): No-op if face is undefined.
4531
4532 * cus-edit.el (custom-button-mouse): New variable.
4533 (custom-button-mouse): New face.
4534 (custom-raised-buttons, custom-mode): Use it.
4535
4536 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4537
4538 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4539
4540 * progmodes/gud.el (gud-display-line): Support hl-line in the
4541 source buffer.
4542
4543 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4544
4545 * mouse.el (mouse-drag-window-above): Verify that the found window
4546 overlaps with the given window in the horizontal dimension.
4547
4548 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4549
4550 * Makefile.in (cvs-update): New target.
4551
4552 * makefile.w32-in (cvs-update): Ditto.
4553
4554 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4555
4556 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4557 (custom-new-theme-mode-map): New variable.
4558
4559 2005-12-30 Richard M. Stallman <rms@gnu.org>
4560
4561 * custom.el (custom-load-themes): Function deleted.
4562
4563 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4564 (custom-save-variables): Don't delete or add custom-load-themes call.
4565
4566 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4567
4568 * cus-start.el: Add `visible-cursor'.
4569
4570 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4571 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4572 (flymake-process-filter): Switch to buffer before calling it instead.
4573 (flymake-post-syntax-check, flymake-highlight-err-lines)
4574 (flymake-delete-own-overlays, flymake-parse-err-lines)
4575 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4576 (flymake-count-lines, flymake-parse-residual):
4577 Remove constant buffer argument.
4578 (flymake-start-syntax-check-for-current-buffer): Remove.
4579 Update callers to use flymake-start-syntax-check instead.
4580 (flymake-display-err-menu-for-current-line):
4581 Remove unused var `mouse-pos'.
4582 (flymake-restore-formatting): Comment out unused function.
4583 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4584 argument, use current-buffer instead. Update callers.
4585
4586 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4587
4588 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4589 buffer-local because choose-completion-delete-max-match requires
4590 that we set completion-ignore-case (i.e., binding via let is not
4591 sufficient).
4592 (bibtex-complete): Always set completion-ignore-case and
4593 choose-completion-string-functions. The latter is needed because
4594 choose-completion-string-functions keeps its value if we quit the
4595 *Completions* buffer without requesting a completion.
4596
4597 2005-12-30 Andreas Schwab <schwab@suse.de>
4598
4599 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4600
4601 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4602
4603 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4604
4605 2005-12-30 Juri Linkov <juri@jurta.org>
4606
4607 * locate.el (locate-fcodes-file, locate-header-face)
4608 * progmodes/delphi.el (delphi-other-face)
4609 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4610
4611 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4612 group `paren-showing-faces'.
4613
4614 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4615 (goto-address): Fix docstring.
4616
4617 * net/webjump.el (webjump-sample-sites): Update URLs.
4618
4619 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4620
4621 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4622
4623 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4624
4625 * font-lock.el (font-lock-compile-keywords): Signal an error when
4626 font-lock-set-defaults hasn't been called.
4627
4628 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4629
4630 * subr.el (noreturn, 1value): Doc fixes.
4631
4632 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4633
4634 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4635 that assoc-string returns nil.
4636
4637 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4638
4639 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4640 (bibtex-entry-type-str, bibtex-empty-field-re)
4641 (bibtex-search-backward-string, bibtex-preamble-prefix)
4642 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4643 (bibtex-any-valid-entry-type): New variable.
4644 (bibtex-parse-field-name): Simplify.
4645 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4646 (bibtex-preamble-prefix): Include left delimiter.
4647 (bibtex-search-forward-field, bibtex-search-backward-field):
4648 Allow unbounded search past entry boundaries (required by bibtex-pop).
4649 (bibtex-text-in-field-bounds): Use push.
4650 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4651 (bibtex-parse-preamble, bibtex-valid-entry)
4652 (bibtex-beginning-first-field): New functions.
4653 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4654 (bibtex-map-entries): Fix docstring.
4655 (bibtex-flash-head): New arg prompt. Simplify.
4656 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4657 (bibtex-insert-kill): Simplify. Always insert text past the
4658 current field or entry.
4659 (bibtex-format-entry): Use bibtex-parse-field.
4660 (bibtex-pop): Use bibtex-beginning-of-entry and
4661 bibtex-end-of-entry to initiate the search. Insert empty field if
4662 we found ourselves.
4663 (bibtex-print-help-message): New args field and comma.
4664 Handle entry keys.
4665 (bibtex-make-field): Use bibtex-beginning-of-entry.
4666 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4667 invalid entry.
4668 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4669 Handle preambles. Simplify code for thorough test.
4670 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4671 New arg comma. Handle entry heads.
4672 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4673 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4674 New arg comma.
4675 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4676 (bibtex-fill-field): Simplify.
4677 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4678 bibtex-parse-field.
4679 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4680 (bibtex-complete): Use bibtex-parse-preamble.
4681
4682 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4683
4684 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4685 Display name of expression instead of convenience variable.
4686 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4687
4688 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4689 toggle-gud-tooltip-dereference.
4690 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4691 (gud-tooltip-tips): ...here when dereferencing.
4692
4693 2005-12-28 Bill Wohler <wohler@newt.com>
4694
4695 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4696
4697 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4698
4699 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4700 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4701 (vc-annotate-display-autoscale): Adjust call.
4702 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4703 Fix interactive spec.
4704 (vc-annotate-time-span): Remove.
4705 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4706 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4707 (vc-annotate-display-select): Use new name.
4708
4709 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4710 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4711 Correct the construction of span entries. Simplify.
4712 (vc-annotate-display-select): Fix the nil case.
4713 (vc-annotate): Remove obsolete (and now broken) code.
4714 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4715 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4716
4717 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4718
4719 * subr.el (lazy-completion-table): Correct typo in docstring.
4720
4721 * startup.el (command-line): Use `custom-reevaluate-setting' for
4722 `send-mail-function'.
4723
4724 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4725
4726 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4727
4728 * mail/smtpmail.el (smtpmail-try-auth-methods):
4729 Send credentials together with "AUTH PLAIN" command.
4730
4731 2005-12-27 Richard M. Stallman <rms@gnu.org>
4732
4733 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4734 mouse-2, go back to previously selected window, so it's selected
4735 when mouse-2 command runs.
4736
4737 2005-12-27 Juri Linkov <juri@jurta.org>
4738
4739 * descr-text.el (describe-text-sexp): Use square brackets for
4740 button [Show] to distinguish it from the property value `show'.
4741 (describe-property-list): Use `insert-text-button' with
4742 `help-face' type instead of putting face in quotes, because button
4743 is not created automatically for a list of faces.
4744 (describe-text-properties-1): Put button-type value in quotes to
4745 distinguish from plain text "button".
4746 (describe-char): Display code point values in hex. Don't use
4747 `symbol-name' for `current-input-method' because it is a string.
4748 Use `insert-text-button' with `help-face' type instead of putting
4749 hardcoded face in quotes, because button is not created automatically.
4750
4751 2005-12-27 Richard M. Stallman <rms@gnu.org>
4752
4753 * progmodes/glasses.el (glasses-face): More specific custom type.
4754
4755 * files.el (set-visited-file-name): Doc fix.
4756
4757 * textmodes/flyspell.el (flyspell-external-point-words):
4758 Use local var buffer-scan-pos to advance scan for next misspelling.
4759 Advance it only after we find the misspelling.
4760
4761 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4762
4763 * textmodes/flyspell.el (flyspell-external-point-words):
4764 New criteria for finding the misspelling in the buffer.
4765
4766 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4767
4768 * help-mode.el (help-insert-string): Set help-xref-stack-item
4769 rather than call help-setup-xref.
4770
4771 * descr-text.el (describe-char): Revert previous changes for
4772 optional buffer argument.
4773
4774 2005-12-27 Juri Linkov <juri@jurta.org>
4775
4776 * help-mode.el (help-insert-string): New function. Save buffer
4777 contents in cases where it is impossible to recompute the old contents.
4778
4779 * descr-text.el (describe-char): Set help-xref-stack-item
4780 explicitly after buffer has been generated.
4781
4782 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4783
4784 * cus-start.el (all): Add x-gtk-show-hidden-files.
4785
4786 2005-12-26 Richard M. Stallman <rms@gnu.org>
4787
4788 * replace.el (perform-replace): Calculate match-again
4789 before skipping read-only matches.
4790
4791 * paren.el (paren-showing-faces): New group.
4792 (show-paren-match, show-paren-mismatch): Move to that group.
4793
4794 * button.el (button): Put into group `basic-faces'.
4795
4796 * progmodes/make-mode.el: Remove faces from group `faces'.
4797
4798 * apropos.el (apropos, apropos-value): Doc fix.
4799 (apropos-documentation): Doc fix.
4800
4801 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4802
4803 * subr.el (lazy-completion-table): Remove argument `args'.
4804
4805 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4806 Don't use the `args' argument of lazy-completion-table.
4807
4808 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4809
4810 * descr-text.el (describe-char): Add optional argument for buffer.
4811 Set buffer appropriately. Call help-setup-xref.
4812 Suggested by Stefan Monnier.
4813
4814 2005-12-26 Juri Linkov <juri@jurta.org>
4815
4816 * descr-text.el: Require `help-fns' at runtime. Don't require
4817 `button' for byte compilation.
4818 (describe-text-widget): Add `help-echo' for first button.
4819 Use `help-info' for second.
4820 (describe-property-list): Use `help-argument-name' instead of `italic'.
4821 (describe-text-category): Add prompt to interactive spec.
4822 Call `help-setup-xref'.
4823 (describe-char): Use `help-character-set'. Add `help-echo' for
4824 code point. Use `help-input-method'. Remove superfluous insert.
4825
4826 2005-12-25 Richard M. Stallman <rms@gnu.org>
4827
4828 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4829 at point, in case of narrowing.
4830
4831 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4832
4833 * locate.el (locate-header-face): Allow nil in type.
4834
4835 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4836
4837 2005-12-25 Romain Francoise <romain@orebokech.com>
4838
4839 * battery.el (battery-linux-proc-acpi): Also try
4840 `/proc/acpi/thermal_zone/THM0/temperature'.
4841
4842 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4843
4844 * custom.el (custom-push-theme): Fix docstring.
4845
4846 * cus-edit.el (custom-variable-set, custom-variable-save)
4847 (custom-variable-save): Custom-quote widget values.
4848 (customize-save-variable): Fix custom-push-theme call.
4849
4850 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4851
4852 * w32-fns.el (w32-batch-update-autoloads): New function.
4853
4854 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4855 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4856 from the command line.
4857
4858 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4859
4860 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4861 reset means to remove setting from theme entirely. Don't keep
4862 expanding theme-settings list; delete old entries if necessary.
4863
4864 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4865 customization" button one line up.
4866 (custom-themed): New face.
4867 (custom-magic-alist): New value, THEMED, for theme settings.
4868 (custom-variable-state-set, custom-face-state-set):
4869 Check theme-value instead of saved-value.
4870 (custom-variable-reset-standard, custom-face-reset-standard):
4871 Remove theme setting entirely. Recalculate new values.
4872 (custom-variable-set, custom-variable-set)
4873 (custom-variable-reset-saved, custom-variable-reset-backup)
4874 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4875 (custom-variable-save): Fix typos.
4876
4877 2005-12-23 Juri Linkov <juri@jurta.org>
4878
4879 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4880 Add autoload cookies.
4881 (edebug-outside-d-c-i-n-s-w): New variable.
4882 (edebug-display, edebug-outside-excursion): Use it to save the
4883 original value of default-cursor-in-non-selected-windows.
4884 Set default-cursor-in-non-selected-windows to t while Edebug
4885 is active.
4886 (edebug-mode, edebug-eval-mode): Doc fix.
4887
4888 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4889 with `buffer-substring-no-properties' to remove common substring
4890 highlighting.
4891
4892 * info.el (info-other-window, info): Rename function argument
4893 `file' to `file-or-node'.
4894 (Info-complete-menu-item): Use local variable `complete-nodes' to
4895 keep the global value of `Info-complete-nodes' unchanged for
4896 subsequent completions.
4897 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4898
4899 * simple.el (get-next-valid-buffer, last-buffer)
4900 (next-error-buffer-p, next-error-find-buffer)
4901 (minibuffer-history-sexp-flag): Doc fix.
4902
4903 * savehist.el (savehist-mode-hook): Add `:group'.
4904
4905 * log-view.el: Call autoload for vc-find-version.
4906 (log-view-current-file): Adjust subgroup numbers.
4907 (log-view-current-tag): Add `length'.
4908
4909 2005-12-23 Richard M. Stallman <rms@gnu.org>
4910
4911 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4912
4913 2005-12-23 Juri Linkov <juri@jurta.org>
4914
4915 * hi-lock.el (hi-lock-archaic-interface-message-used)
4916 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4917 (hi-lock-mode): Display "Hi" in the mode line only when
4918 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4919 (hi-lock-write-interactive-patterns):
4920 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4921 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4922 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4923 font-lock-add-keywords to t.
4924
4925 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4926
4927 * hi-lock.el (hi-lock-highlight-range): New variable.
4928 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4929 only if font-lock-fontified is non-nil. Remove overlays.
4930 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4931 font-lock-fontified is non-nil, otherwise use overlays (instead of
4932 text properties).
4933 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4934 New variables.
4935 (hi-lock-string-serialize) New function.
4936
4937 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4938
4939 * menu-bar.el (menu-find-file-existing): New function.
4940 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4941
4942 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4943
4944 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4945
4946 * vc.el: Remove unnecessary leading * in docstrings.
4947 (vc-annotate-mode-map): Move initialization into declaration.
4948 (vc-static-header-alist): Nitpick on the regexp.
4949 (vc-default-init-version): New fun.
4950 (vc-register): Use it.
4951 (vc-insert-headers): Use dolist.
4952 (vc-annotate-get-backend): Remove unused function.
4953 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4954 (vc-annotate-mode): Remove corresponding call.
4955 (vc-annotate-car-last-cons): Simplify.
4956 (vc-annotate-buffers): Remove var.
4957 (vc-annotate-backend): Make it buffer-local.
4958 (vc-annotate): Move the interaction to the interactive spec.
4959 Add a `buf' argument.
4960 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4961 killing&creating a vc-annotate buffer, which is very disruptive when
4962 the buffers are shown in dedicated frames.
4963
4964 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4965
4966 * descr-text.el: Add FSF as maintainer.
4967 (describe-text-mode, describe-text-mode-map)
4968 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4969 help-mode.
4970 (describe-text-widget, describe-text-sexp)
4971 (describe-property-list, describe-text-category)
4972 (describe-text-properties, describe-text-properties-1)
4973 (describe-char): Use help buttons instead of widgets.
4974 (describe-char-unicodedata-file): Make URL link in doc string.
4975
4976 2005-12-22 Richard M. Stallman <rms@gnu.org>
4977
4978 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4979 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4980 Don't include buttons that write a file when there's no file.
4981 (custom-variable-menu, custom-face-menu, custom-group-menu):
4982 Don't include commands that write a file when there's no file.
4983 (customize-browse): Reword the top-of-buffer help intro.
4984 (custom-buffer-create-internal): Fix previous change.
4985 (customize-changed-options-previous-release): Prev release is 21.1.
4986 (customize-changed-options): Doc fix.
4987 (customize-changed): New alias.
4988 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4989 Say "standard values".
4990 (Custom-reset-standard): Doc fix.
4991 (custom-face-reset-standard): Doc fix.
4992
4993 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4994
4995 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4996 even if font-lock-mode is non-nil since it may be t without having
4997 turned on font-lock-mode-internal.
4998 (font-lock-choose-keywords): Minor optimization.
4999 (font-lock-add-keywords, font-lock-remove-keywords)
5000 (font-lock-set-defaults): Don't call make-local-variable on a variable
5001 that we know to already be local.
5002
5003 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
5004
5005 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
5006 messages if in the minibuffer.
5007
5008 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5009
5010 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
5011 (tex-mode-flyspell-verify, flyspell-get-word)
5012 (flyspell-external-point-words): Don't use point-min/max uselessly.
5013
5014 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
5015 by Kevin Rodgers. Instead, just hide the completions buffer if we
5016 don't need to show it.
5017
5018 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
5019
5020 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
5021
5022 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5023
5024 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
5025 delete-windows-on with an inexistent buffer.
5026
5027 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
5028
5029 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5030 Delete defcustom variable :tag names.
5031
5032 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
5033
5034 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
5035 (log-view-font-lock-keywords): Ajust subgroup numbers.
5036 (log-view-current-tag): Don't hard code the number of subgroups.
5037
5038 2005-12-20 Juri Linkov <juri@jurta.org>
5039
5040 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
5041 (tooltip-x-offset, tooltip-y-offset): Doc fix.
5042
5043 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
5044 (menu-bar-non-minibuffer-window-p): Instead of checking
5045 display-multi-frame-p, use selected-frame when menu-updating-frame
5046 is nil.
5047
5048 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
5049
5050 * align.el (align-rules-list): Use [ \t] instead of \s-
5051 for column separators in text mode.
5052
5053 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
5054
5055 * help-mode.el (help-customize-variable, help-customize-face):
5056 Don't pop help-xref-stack as help-follow no longer pushes
5057 anything on to it.
5058
5059 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
5060
5061 * textmodes/org.el (org-agenda-custom-commands): New option.
5062 (org-agenda): Offer custom commands on splash screen.
5063 (org-make-tags-matcher): Parser for Boolean logic added.
5064 (org-agenda-set-tags): New command.
5065 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
5066 (org-set-tags): Efficiency improvements.
5067 (org-auto-align-tags): New option.
5068 (org-todo, org-demote, org-promote): Realign tags.
5069 (org-tags-completion-function): Use also "&" and "|" as separators.
5070 (org-org-menu): Agenda commands simplified.
5071
5072 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5073
5074 * cus-edit.el (customize-apropos, customize-apropos-options):
5075 Docstring changes.
5076
5077 * font-lock.el (font-lock): Add tags to the links in the defgroup.
5078
5079 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
5080
5081 * longlines.el (longlines-mode): Wrap while widened.
5082 (longlines-decode-region, longlines-encode-region): Compute max
5083 just once.
5084
5085 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5086
5087 * cus-edit.el (mac): New group.
5088
5089 * cus-start.el (all): Add user options in macterm.c. Add test for
5090 Mac-related built-ins. Fix test for GTK-related built-ins.
5091
5092 * term/mac-win.el (mac-handle-language-change)
5093 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
5094 (mac-services-open-selection, mac-services-mail-selection)
5095 (mac-services-mail-to, mac-services-insert-text)
5096 (mac-dispatch-apple-event): Add docstrings.
5097 (x-get-selection, mac-select-convert-to-string): Select coding
5098 system from `utf-16be' and `utf-16le' using `byteorder'.
5099
5100 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5101
5102 * subr.el (lazy-completion-table): Don't be fooled if the var holds
5103 a "list" (lambda ...) rather than a real completion list.
5104
5105 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
5106 lexical-let when encountering ((lambda (...) ...) ...).
5107
5108 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
5109
5110 * progmodes/sh-script.el (sh-mode):
5111 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
5112 * textmodes/picture.el (picture-mode): Update docstrings.
5113
5114 2005-12-17 Eli Zaretskii <eliz@gnu.org>
5115
5116 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
5117 commands enclosed in $(ARGQUOTE)s should not be split between two
5118 lines, as that will break with GNU Make >3.80, when sh.exe is used
5119 and arg quoting is with '..'.
5120 (autoloads): Don't break the quoted --eval expression between
5121 several lines.
5122
5123 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
5124
5125 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
5126 Capture error from printing circular structures.
5127
5128 2005-12-17 Martin Rudalics <rudalics@gmx.at>
5129
5130 * wid-edit.el (widget-checkbox-action): Clear undo info.
5131
5132 2005-12-16 Bill Wohler <wohler@newt.com>
5133
5134 * menu-bar.el (kill-this-buffer): Set a good example by using menu
5135 bar, not menubar in comment.
5136
5137 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5138
5139 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
5140 After-change-functions should not clobber the match data.
5141
5142 2005-12-16 Juri Linkov <juri@jurta.org>
5143
5144 * simple.el (choose-completion): Use `buffer-substring-no-properties'
5145 instead of `buffer-substring'.
5146 (completion-common-substring): Doc fix.
5147 (completion-setup-function): Use minibuffer-completion-contents
5148 instead of minibuffer-contents. Don't set common-string-length
5149 initially. Remove special handling of partial-completion-mode.
5150 Move computation of completion-base-size into one cond.
5151 Call completion-base-size-function in mainbuf. In computation of
5152 completion-base-size for file name completion don't move point to
5153 the end of the minibuffer. Move computation of common-string-length
5154 into one cond. Start putting faces only when common-string-length>=0.
5155 Add condition to put completions-common-part when
5156 common-string-length>0.
5157
5158 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
5159 place point at the first different character in the minibuffer
5160 even if this position is at the beginning of the minibuffer.
5161
5162 * info.el (Info-read-node-name-1): In completion-base-size-function's
5163 lambda return 1 if common-substring or minibuffer-completion-contents
5164 starts with (, and 0 otherwise.
5165
5166 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
5167 Use `crm-current-element' for second arg of `display-completion-list'.
5168
5169 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
5170
5171 * files.el (set-auto-mode): Look for an interpreter specified on
5172 the first line also if search for mode specification succeeded,
5173 but the mode is not known.
5174
5175 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
5176
5177 * textmodes/org.el (org-tags-match-list-sublevels): New option.
5178 (org-open-at-point): Implement tag searches as links.
5179 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
5180 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
5181 (org-tags-sparse-tree, org-tags-view, org-set-tags)
5182 (org-agenda-dispatch): New commands.
5183 (org-use-tag-inheritance, org-tags-column): New options.
5184 (org-tab-follows-link, org-return-follows-link): New options.
5185 (org-tags): New customize group.
5186 (org-start-icalendar-file): Get local time zone.
5187 (org-tags-completion-function): New function.
5188 (org-set-font-lock-defaults): Make sure links will also be
5189 highlighted inside headlines.
5190
5191 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
5192
5193 * term.el (term-emulate-terminal):
5194 Let term-handle-ansi-terminal-messages override what Bash says about
5195 its current directory.
5196
5197 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5198
5199 * bindings.el (last-buffer): Move to simple.el.
5200 * simple.el (last-buffer): Move here.
5201 (get-next-valid-buffer): New function.
5202 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
5203 (prev-buffer): Ditto. Rename to `previous-buffer'.
5204
5205 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
5206 * bindings.el (global-map): Ditto.
5207
5208 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
5209
5210 * cus-edit.el: Introductory comment change.
5211 (custom-magic-alist): Change message string for the `rogue' state.
5212
5213 2005-12-15 Richard M. Stallman <rms@gnu.org>
5214
5215 * tooltip.el: Delete defcustom variable :tag names.
5216
5217 * complete.el (partial-completion-mode): Doc fix.
5218
5219 * textmodes/flyspell.el (flyspell-external-point-words):
5220 Use save-excursion to ensure we don't move backward in the
5221 search loop, not even one character.
5222 (flyspell-delete-all-overlays): Use remove-overlays directly.
5223
5224 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
5225 (ispell-start-process): Set that variable.
5226 Clear ispell-buffer-local-name.
5227 (ispell-internal-change-dictionary):
5228 Set ispell-current-dictionary after killing process.
5229 (ispell-buffer-local-dict):
5230 Don't set spell-personal-dictionary after killing process.
5231 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
5232 (ispell-tex-skip-alists, ispell-html-skip-alists)
5233 (ispell-skip-region-alist): Mark as risky.
5234
5235 * net/newsticker.el (newsticker--retrieval-timer-list)
5236 (newsticker--display-timer, newsticker-running-p)
5237 (newsticker-ticker-running-p): Definitions moved up.
5238
5239 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
5240
5241 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
5242
5243 2005-12-15 David Ponce <david@dponce.com>
5244
5245 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
5246 (recentf-edit-list, recentf-open-files): Signal an error when
5247 there is no recent file.
5248
5249 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5250
5251 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
5252 read-only except for texinfo-format-region evaluation.
5253
5254 2005-12-14 Richard M. Stallman <rms@gnu.org>
5255
5256 * vc.el (vc-default-previous-version, vc-default-next-version)
5257 (vc-do-command): Doc fixes.
5258
5259 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5260
5261 * textmodes/bibtex.el (bibtex-expand-strings)
5262 (bibtex-autokey-expand-string, bibtex-name-part)
5263 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
5264 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
5265 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
5266 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
5267 (bibtex-entry-postfix, bibtex-known-entry-type-re)
5268 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
5269 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
5270 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
5271 (bibtex-beginning-of-last-entry): Remove.
5272 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
5273 message if comma is missing but buffer is read-only.
5274 (bibtex-parse-field-text): Handle whitespaces at the end of field
5275 text. Return 3-element list with beginning and end of field text
5276 and end of field.
5277 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
5278 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
5279 (bibtex-search-forward-field, bibtex-search-backward-field):
5280 Search always delimited by limits of entry. Use more efficient
5281 search algorithms.
5282 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
5283 bibtex-end-of-name-in-field.
5284 (bibtex-text-in-field-bounds): Handle BibTeX strings when
5285 extracting the content of a field.
5286 (bibtex-text-in-field): Use search limits.
5287 (bibtex-parse-string-prefix): Handle empty string keys based on
5288 bibtex-string-empty-key.
5289 (bibtex-parse-string): Fix docstring.
5290 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
5291 (bibtex-preamble-prefix, bibtex-strings): New functions.
5292 (bibtex-skip-to-valid-entry): Include preceding whitespace in
5293 BibTeX entries (consistent with other BibTeX functions).
5294 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
5295 (bibtex-search-entry): Fix docstring. Simplify.
5296 (bibtex-flash-head, bibtex-complete-string-cleanup)
5297 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
5298 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
5299 (bibtex-parse-entry): New optional arg content.
5300 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
5301 Use bibtex-text-in-field-bounds.
5302 (bibtex-print-help-message): Handle BibTeX strings and preambles.
5303 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
5304 bibtex-parse-string-postfix.
5305 (bibtex-find-text-internal): New function.
5306 (bibtex-remove-delimiters): Use it.
5307 (bibtex-find-text): Use it. New optional arg help.
5308 (bibtex-complete): Handle BibTeX string and preamble entries.
5309 (bibtex-Preamble): Fix order of closing delimiters.
5310
5311 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5312
5313 * vc.el (vc-default-revert): New fun.
5314
5315 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
5316
5317 2005-12-14 Romain Francoise <romain@orebokech.com>
5318
5319 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
5320 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
5321 (font-lock-remove-keywords): Likewise.
5322
5323 2005-12-14 Juri Linkov <juri@jurta.org>
5324
5325 * log-view.el (log-view-diff): Doc fix.
5326
5327 * isearch.el (isearch-query-replace): Use (mark) instead of
5328 isearch-opoint if mark is active in transient-mark-mode.
5329
5330 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5331
5332 * isearch.el (isearch-query-replace): Check for isearch-other-end.
5333
5334 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
5335
5336 * progmodes/cpp.el (cpp-face): New widget.
5337 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
5338
5339 2005-12-14 Juri Linkov <juri@jurta.org>
5340
5341 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
5342 around `erase-buffer' and `insert'.
5343
5344 * descr-text.el (describe-text-properties): Replace buffer name
5345 "*Help-2*" with "*Help*<2>".
5346 (describe-char): Add functions print-help-return-message,
5347 toggle-read-only. Use help-setup-xref with nil to not store
5348 describe-char in help-xref-stack. Use help-make-xrefs to
5349 make [back] button.
5350
5351 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
5352
5353 * wdired.el (wdired-old-point): New internal variable.
5354 (wdired-change-to-wdired-mode): Set it buffer-locally.
5355 (wdired-abort-changes): Restore point after aborting changes.
5356
5357 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5358
5359 * vc.el (vc-do-command): Add a new value t for okstatus.
5360
5361 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
5362 frame in case of errors.
5363
5364 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5365
5366 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
5367 so it comes after "On the Left" in the menu.
5368
5369 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
5370
5371 * cus-edit.el (customize-apropos, customize-apropos-options)
5372 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
5373
5374 2005-12-12 Bill Wohler <wohler@newt.com>
5375
5376 * vc-svn.el (vc-svn-registered): Fix problem of visiting
5377 non-writable Subversion-controlled files by saving window
5378 configuration before calling vc-do-command. vc-do-command calls
5379 pop-to-buffer on error which is unexpected during registration.
5380
5381 2005-12-12 Jay Belanger <belanger@truman.edu>
5382
5383 * calc/README: Update the summary of changes.
5384
5385 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5386
5387 * descr-text.el (describe-char): Rework last fix to solve the problem
5388 is the same way it's solved for everything else in that function
5389 (i.e. by extracting the info before setting up the *Help* buffer).
5390
5391 2005-12-12 Kim F. Storm <storm@cua.dk>
5392
5393 * subr.el (version-regexp-alist): Allow space as separator before
5394 non-numeric part, e.g. "1.0 alpha".
5395 (version-to-list): Interpret .X.Y version as 0.X.Y version.
5396
5397 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
5398
5399 * textmodes/org.el (org-agenda, org-timeline, org-todo):
5400 Implement Logging and the keep-modes setting.
5401 (org-get-category): Make sure a string is returned.
5402 (org-log-done): New function.
5403 (org-log-done, org-closed-string): New options.
5404
5405 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5406
5407 * tooltip.el (tooltip-y-offset): Change default to 20.
5408
5409 2005-12-12 Richard M. Stallman <rms@gnu.org>
5410
5411 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
5412
5413 * frame.el (display-hourglass): Doc fix.
5414
5415 * help.el (help-for-help-internal): Simplify entry for `a'.
5416
5417 * info.el (Info-on-current-buffer): Doc fix.
5418 (info-insert-file-contents): Don't test (featurep 'jka-compr).
5419
5420 * startup.el (inhibit-splash-screen): Make this the real name.
5421 (inhibit-startup-message): Make this the alias.
5422 (command-line): Find only simple.el, and use its directory
5423 to fill in other preloaded files' names.
5424 (command-line): Deactivate the mark if deactivate-mark is set.
5425
5426 * international/mule.el (load-with-code-conversion):
5427 Bind deactivate-mark.
5428
5429 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
5430
5431 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
5432
5433 * cus-edit.el (customize-apropos): Avoid listing an option more
5434 than once under different aliases. No longer list user options
5435 that are not defined with defcustom (unless a prefix arg is given).
5436 Doc fix.
5437 (customize-apropos-options): Doc fix.
5438
5439 2005-12-11 Juri Linkov <juri@jurta.org>
5440
5441 * frame.el (set-background-color, set-foreground-color)
5442 (set-cursor-color, set-mouse-color, set-border-color):
5443 Add explicit prompts to read colors by `facemenu-read-color'.
5444 (show-trailing-whitespace, blink-cursor-delay)
5445 (blink-cursor-interval, display-hourglass, hourglass-delay):
5446 Remove tags.
5447 (display-hourglass, hourglass-delay): Doc fix.
5448 (cursor-in-non-selected-windows): Capitalize words in tag.
5449
5450 * faces.el (frame-background-mode): Replace `choice-item' keywords
5451 with `const' to not make [default] button. Change default value tag
5452 from `default' to `automatic'. Doc fix.
5453 (trailing-whitespace) <defface>: Change group `whitespace' to
5454 `whitespace-faces'.
5455
5456 2005-12-11 Richard M. Stallman <rms@gnu.org>
5457
5458 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5459
5460 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5461
5462 * term/mac-win.el: Create keymap for mac-apple-event-map.
5463
5464 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
5465
5466 * tooltip.el (tooltip-mode): Move to start of file so that it
5467 appears at top of customize buffer.
5468
5469 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5470 Add the gud groupname.
5471 (gud-tooltip-mode): Add the tooltip groupname.
5472 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
5473 avoid conflict with tooltip-use-echo-area.
5474
5475 2005-12-10 Romain Francoise <romain@orebokech.com>
5476
5477 * help.el (help-for-help-internal): Add `r' in doc string.
5478
5479 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5480
5481 * align.el (align-regexp, align-highlight-rule):
5482 Use region-beginning and region-end instead of point and mark, so that
5483 repetition (with `repeat-complex-command') recomputes the region
5484 bounds.
5485
5486 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5487
5488 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5489 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5490 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5491 (balance-windows): Rewrite using the above new functions.
5492
5493 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5494
5495 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5496 react if global-hi-lock-mode seems intended.
5497 (global-hi-lock-mode) Renamed from hi-lock-mode.
5498 (hi-lock-archaic-interface-message-used)
5499 (hi-lock-archaic-interface-deduce): New variables.
5500 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5501 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5502 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5503 Replace hi-lock-buffer-mode with hi-lock-mode.
5504
5505 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5506
5507 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5508 completion list, even after a partial completion has been
5509 inserted in the current buffer. If there are more than 1
5510 completion, redisplay the *Completions* buffer; if the
5511 completion is unique, delete the *Completions* window.
5512
5513 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5514
5515 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5516 strings and long subject lines that were broken into multiple
5517 lines at arbitrary places. Handle subjects that have "Re: " in
5518 the middle.
5519
5520 2005-12-10 John W. Eaton <jwe@octave.org>
5521
5522 * emacs/octave-mod.el (octave-electric-space): Don't indent
5523 comments or strings if octave-auto-indent is nil.
5524
5525 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5526
5527 * term/mac-win.el: Require url when compiling.
5528 Call mac-process-deferred-apple-events after loading init files.
5529 (mac-apple-event-map): New defvar. Define event handlers in it.
5530 (core-event, internet-event): New Apple event class symbols.
5531 (open-application, reopen-application, open-documents)
5532 (print-documents, open-contents, quit-application)
5533 (application-died, show-preferences, autosave-now, get-url):
5534 New Apple event ID symbols.
5535 (about): New HICommand ID symbol.
5536 (mac-event-spec, mac-event-ae): New macros.
5537 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5538 (mac-ae-selection-range, mac-ae-text-for-search)
5539 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5540 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5541 and Services menu events are now defined in mac-apple-event-map.
5542 (mac-drag-n-drop): Remove selection range handling.
5543
5544 2005-12-10 Kenichi Handa <handa@m17n.org>
5545
5546 * simple.el (zap-to-char):
5547 * isearch.el (isearch-process-search-char): Translate CHAR by
5548 translation-table-for-input.
5549
5550 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5551
5552 * foldout.el (foldout-exit-fold): Properly hide subtree.
5553
5554 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5555
5556 * files.el (save-buffer):
5557 * international/ucs-tables.el (ucs-set-table-for-input):
5558 * mail/mail-extr.el (mail-extract-address-components):
5559 * mail/sendmail.el (mail-mode): Reformat doc string.
5560
5561 2005-12-09 Juri Linkov <juri@jurta.org>
5562
5563 * isearch.el (isearch-highlight): Change main overlay priority
5564 from 1 to 1001. Simplify.
5565 (isearch-lazy-highlight-update): Change lazy overlay priority
5566 from 0 to 1000.
5567
5568 * replace.el (replace-highlight): Change overlay priority from
5569 1 to 1001.
5570
5571 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5572 Change overlay priority from 1 to 1001. Reuse existing overlay.
5573
5574 * compare-w.el (compare-windows-highlight): Change overlay
5575 priority from 1 to 1000.
5576
5577 * menu-bar.el (menu-bar-edit-menu): Add listp around
5578 pending-undo-list to disable menu item "undo" when pending
5579 undo list is empty.
5580
5581 * locate.el (locate): Disable undo in *Locate* buffer.
5582
5583 2005-12-09 Kim F. Storm <storm@cua.dk>
5584
5585 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5586
5587 2005-12-09 David Ponce <david@dponce.com>
5588
5589 * recentf.el: Improvement of the menu code.
5590 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5591 instead of menu hook.
5592 (recentf-show-menu, recentf-hide-menu): New functions.
5593 (recentf-menu-customization-changed, recentf-mode): Use them.
5594 (recentf-menu-action, recentf-max-menu-items)
5595 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5596 (recentf-arrange-by-rule-others)
5597 (recentf-arrange-by-rules-min-items)
5598 (recentf-arrange-by-rule-subfilter) : Don't use
5599 `recentf-menu-customization-changed'.
5600 (recentf-arrange-rules): Likewise. Accept functions to compute
5601 sub-menu titles.
5602 (recentf-menu-filter): Likewise. Doc fix.
5603 (recentf-menu-value-shortcut): Doc fix.
5604 (recentf-dump-variable): Quote atom value.
5605 (recentf-make-menu-items): Update to use it as a menu filter.
5606 (recentf-match-rule): New function.
5607 (recentf-arrange-by-rule): Use it.
5608 (recentf-indirect-mode-rule): New function.
5609 (recentf-build-mode-rules): Use it.
5610 (recentf-dir-rule): New function.
5611 (recentf-arrange-by-dir): Use it.
5612 (recentf-filter-changer-current): Rename from
5613 `recentf-filter-changer-state'. All references updated.
5614 (recentf-filter-changer-alist): Update filter names.
5615 (recentf-filter-changer-select): New function.
5616 (recentf-filter-changer): Use it. Make a sub-menu from filters
5617 available in `recentf-filter-changer-alist'.
5618 (recentf-data-cache, recentf-clear-data)
5619 (recentf-update-menu): Remove. All references updated.
5620 (recentf-match-rule-p, recentf-build-dir-rules)
5621 (recentf-filter-changer-goto-next)
5622 (recentf-filter-changer-get-current)
5623 (recentf-filter-changer-get-next): Remove.
5624
5625 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5626
5627 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5628 buffer "Reset" button to "Reset to Current" for consistency with
5629 the State buttons.
5630
5631 2005-12-08 John Paul Wallington <jpw@pobox.com>
5632
5633 * ibuf-ext.el (define-ibuffer-filter filename):
5634 If `dired-directory' is a list then really use its car.
5635
5636 2005-12-08 Kim F. Storm <storm@cua.dk>
5637
5638 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5639 Fix indention of text on right side of replaced rectangle.
5640
5641 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5642
5643 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5644 No need to check gud-comint-buffer is bound.
5645 (gdb): Prevent multiple debugging when first session uses gdba.
5646
5647 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5648
5649 CC Mode update to 5.31.
5650
5651 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5652 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5653 We might do this function properly in the future).
5654
5655 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5656 New macros c-sentence-end and c-default-value-sentence end, to cope
5657 with Emacs 22's new function `sentence-end'.
5658
5659 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5660
5661 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5662 compat issue using `c-put-overlay' and `c-delete-overlay'.
5663
5664 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5665 New compat macros to handle overlays/extents.
5666
5667 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5668
5669 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5670 (for GNU Emacs 20.4)
5671
5672 * progmodes/cc-defs.el:
5673 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5674
5675 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5676 highlighting mechanism so it will work in XEmacs too.
5677
5678 * progmodes/cc-defs.el: Insert c-int-to-char.
5679
5680 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5681 call to the new macro c-int-to-char. This solves XEmacs's
5682 regarding characters as different from integers.
5683
5684 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5685
5686 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5687 New internal helper.
5688
5689 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5690 construct to make the indirect face lookup work in XEmacs.
5691
5692 (c-cpp-matchers): Append the negation char face to the existing
5693 fontification, so that the cpp face doesn't disappear.
5694 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5695 and strings.
5696
5697 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5698 to map to `font-lock-negation-char-face' in emacsen where it exists.
5699
5700 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5701
5702 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5703
5704 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5705 Rename "c-subword-move-mode" as "c-subword-mode".
5706
5707 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5708 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5709
5710 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5711
5712 * progmodes/cc-mode.el: Added autoload directive for
5713 `c-subword-move-mode' for use in older emacsen.
5714
5715 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5716
5717 * progmodes/cc-mode.el:
5718 (i) Insert a binding for C-c C-backspace into
5719 c-bind-special-erase-keys which works in TTYs.
5720 (ii) Make sure that when file styles are used, any explicitly
5721 given style variables take priority over those in the style.
5722 Do this by calling `hack-local-variables' a second time.
5723
5724 * progmodes/cc-vars.el: Add language specific customization
5725 widgets for AWK to c-doc-comment-style, c-require-final-newline
5726 and c-default-style. Add a defcustom for awk-mode-hook.
5727 Give c-syntactic-element and c-syntactic-context doc-strings by
5728 directly setting their `variable-documentation' propery.
5729 This allows Emacs 22.1 to read these with C-h v.
5730
5731 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5732
5733 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5734
5735 * progmodes/cc-fonts.el, cc-vars.el
5736 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5737 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5738 Masatake YAMATO.
5739
5740 (c-doc-comment-style): Made GtkDoc default in C mode.
5741
5742 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5743 and C-c C-<delete>.
5744
5745 (c-bind-special-erase-keys): New function for use on
5746 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5747
5748 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5749 <delete> key behavior in XEmacs according to `delete-forward-p'.
5750 C.f. `c-electric-delete'.
5751
5752 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5753
5754 * progmodes/cc-mode.el: Give c-hungry-backspace and
5755 c-hungry-delete-forward permanent key bindings.
5756
5757 * progmodes/cc-cmds.el (c-electric-semi&comma):
5758 Bind c-syntactic-context for calls to "criteria functions", for
5759 consistency with other calls to user functions.
5760
5761 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5762 `current-prefix-arg', since this might be the prefix arg to a
5763 command which calls c-indent-command as a function. Change the
5764 interactive spec from "p" to "P".
5765
5766 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5767 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5768 was difficult to understand.
5769
5770 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5771
5772 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5773 first char of an identifier.
5774
5775 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5776 +" syntax in C++.
5777
5778 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5779
5780 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5781 auto-fill doesn't split a c-comment's last word from a hanging
5782 "*/" when a space is typed between them after fill-column.
5783
5784 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5785
5786 * progmodes/cc-styles.el (c-set-style)
5787 (c-setup-paragraph-variables): Abort the command if we're not in a
5788 CC Mode buffer.
5789
5790 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5791 with blank comment-prefix, and a blank line as the comment's
5792 second line.
5793
5794 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5795
5796 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5797 Incorporate the patterns added in the Emacs development branch
5798 for the new Emacs 22 face `font-lock-negation-char-face'.
5799
5800 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5801 of "red" since it stands out better in xterms and DOS terminals.
5802
5803 * progmodes/cc-engine.el (c-literal-faces):
5804 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5805
5806 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5807
5808 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5809 forcibly enable c-electric-flag.
5810
5811 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5812 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5813 after the comment-prefix of a C-style comment will close that comment.
5814
5815 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5816
5817 * progmodes/cc-fonts.el (c-basic-matchers-before)
5818 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5819 in Pike.
5820
5821 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5822 digraphs.
5823
5824 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5825 (c-cpp-message-directives, c-cpp-include-directives)
5826 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5827 (c-cpp-expr-directives): Introduce new language constants to
5828 control cpp syntax in a cleaner way.
5829
5830 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5831
5832 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5833
5834 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5835 (c-multiline-string-start-char): New language constants and
5836 variables to specify how newlines in string literals work.
5837
5838 (c-font-lock-invalid-string): Use them.
5839
5840 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5841 unbalanced close brace is entered. Optimization by avoiding going
5842 back over arbitrarily large blocks. Removed hints that this
5843 function only would be relevant/useful in AWK.
5844
5845 (c-electric-brace): Indent syntactically after the cleanups since
5846 lineup functions might do it differently then.
5847
5848 * progmodes/cc-engine.el, cc-langs.el
5849 (c-opt-op-identifier-prefix): New language constant and variable.
5850
5851 (c-just-after-func-arglist-p, c-after-special-operator-id)
5852 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5853
5854 * progmodes/cc-align.el, cc-engine.el
5855 (c-after-special-operator-id): New helper to handle C++ operator
5856 identifiers.
5857
5858 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5859 (c-guess-basic-syntax): Handle C++ operator identifiers in
5860 declarations.
5861
5862 * progmodes/cc-langs.el (c-assignment-operators): Add the
5863 trigraph version of ^= too.
5864
5865 * progmodes/cc-langs.el (c-assignment-operators): Add the
5866 trigraph version of |= in C++.
5867
5868 * progmodes/cc-fonts.el (c-font-lock-declarators):
5869 Handle `c-decl-hangon-kwds' after the identifier name.
5870
5871 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5872 whether an arglist is "nonempty", ignore a comment after the open
5873 paren if it isn't followed by a non-comment token on the same line.
5874
5875 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5876 Enable heuristics below the point to cope with classes inside special
5877 brace lists in Pike.
5878
5879 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5880
5881 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5882
5883 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5884
5885 * progmodes/cc-guess.el (cc-guess-install): New function to
5886 install an already guessed style in another buffer.
5887
5888 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5889 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5890 anyway if the change always is undone.
5891
5892 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5893
5894 Implement togglable electricity:
5895
5896 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5897 saying when it should be used.
5898
5899 * progmodes/cc-engine.el: Add the new buffer-local variable,
5900 c-electric-flag.
5901
5902 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5903 c-toggle-auto-newline.
5904
5905 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5906 c-toggle-auto-newline. Remove the binding for
5907 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5908 c-toggle-electric-state.
5909
5910 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5911
5912 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5913 c-\(forward\|backward\)-subword.
5914 (c-update-modeline): Add the new modeline flag `l' for
5915 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5916 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5917 Make the old name an alias of the new name.
5918 (c-toggle-electric-state): New function.
5919 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5920 Adapt these functions to do electric things only when
5921 c-electric-flag is non-nil.
5922 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5923 new functions from c-electric-brace.
5924 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5925 mode, so that the tentative extra newline doesn't change the
5926 syntax of the following brace.
5927 (c-electric-brace): Restructure by extracting the above functions.
5928 Tidy up the coding somewhat.
5929 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5930 restructure a bit.
5931
5932 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5933
5934 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5935 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5936
5937 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5938 (c-submode-indicators): Change name from `c-auto-hungry-string'
5939 since it's now used to track another submode.
5940
5941 (c-update-modeline): Convert to function and extended to check
5942 `c-subword-move-mode'.
5943
5944 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5945 Convert to compat aliases for `c-forward-subword' and
5946 `c-backward-subword'.
5947
5948 * progmodes/cc-subword.el: New functions and minor mode to handle
5949 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5950
5951 (c-forward-subword, c-backward-subword, c-mark-subword)
5952 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5953 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5954 Functions corresponding to the standard word handling functions.
5955
5956 (c-subword-move-mode): Minor mode that replaces all the standard
5957 word handling functions with their subword equivalences.
5958
5959 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5960
5961 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5962 entry for one-liner-defun.
5963
5964 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5965 name in its def-edebug-spec.
5966
5967 * progmodes/cc-cmds.el (c-electric-brace): Make the
5968 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5969 compacts space before a comment, if this will make things fit on
5970 one line.
5971
5972 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5973
5974 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5975
5976 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5977 clean-up one-liner-defun.
5978
5979 * progmodes/cc-styles.el: Add the new "awk" style.
5980
5981 * progmodes/cc-vars.el: Add description of one-liner-defun to
5982 c-cleanup-list's doc-string. New user options,
5983 c-max-one-liner-length. In c-default-style, set the default style
5984 for AWK to "awk".
5985
5986 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5987
5988 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5989 macros inside labels.
5990
5991 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5992 `c-at-statement-start-p' and `c-at-expression-start-p'.
5993
5994 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5995 error if the mark isn't set.
5996
5997 * progmodes/cc-engine.el (c-guess-continued-construct)
5998 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5999 accurately detect functions inside functions.
6000
6001 * progmodes/cc-engine.el (c-at-expression-start-p): New function
6002 like `c-at-statement-start-p' that additionally recognizes commas
6003 and expression parentheses as delimiters.
6004
6005 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
6006 to avoid heuristics that doesn't work for unclosed blocks.
6007 (c-at-statement-start-p): New function.
6008
6009 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
6010 Objective-C directives, e.g. directives spanning lines should work
6011 reasonably well now.
6012
6013 (c-put-c-type-property, c-clear-c-type-property): New helpers.
6014
6015 (c-forward-objc-directive): New function to move over any ObjC
6016 directive.
6017
6018 (c-just-after-func-arglist-p, c-guess-basic-syntax)
6019 (c-basic-matchers-before): Use it.
6020
6021 (c-font-lock-objc-iip-decl): Remove.
6022
6023 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
6024 in the template arglist recognition.
6025
6026 * progmodes/cc-styles.el (c-style-alist): Fix several
6027 inconsistencies in the Whitesmith style.
6028
6029 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
6030 New lineup function to get lines after Whitesmith style blocks
6031 correctly indented.
6032
6033 (c-lineup-whitesmith-in-block): Back out the compensation for
6034 opening parens since it's done using `add' lists in the style
6035 definition instead. Don't use the anchor position since it varies
6036 too much between the syntactic symbols. :P
6037
6038 * progmodes/cc-vars.el (c-valid-offset): Update.
6039
6040 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
6041 lists where the offsets are combined according to several
6042 different methods: `first', `min', `max', and `add'.
6043 Report offset evaluation errors with `c-benign-error' so that some kind
6044 of reindentation still is done.
6045
6046 * progmodes/cc-engine.el (c-guess-basic-syntax):
6047 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
6048 `arglist-close'.
6049
6050 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
6051 situations for `arglist-cont-nonempty' and `arglist-close'.
6052
6053 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
6054
6055 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
6056 cc-bytecomp-boundp' in a number of places.
6057
6058 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
6059 macro related issue.
6060
6061 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6062
6063 * progmodes/cc-awk.el: Change the terminology of regexps: A char
6064 list is now [asdf], a char class [:alpha:].
6065 Include code for char classes.
6066 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
6067 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
6068
6069 Remove (nearly all of) the cruft associated with AWK Mode's former
6070 concept of "virtual semicolons":
6071
6072 Adapt c-beginning-of-statement, c-end-of-statement (together with
6073 subfunctions) to use the new notion of "virtual semicolon" in
6074 place of the old awkward special handling for AWK. There remains
6075 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
6076 * progmodes/cc-cmds.el:
6077 (c-ascertain-adjacent-literal): In the backwards direction, now
6078 recognises AWK regexp delimiters as string delimiters.
6079 (c-after-statement-terminator-p): Adapt for virtual semicolons;
6080 check more rigorously for "end of macro".
6081 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
6082 virtual semicolons;
6083 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
6084 out the code for forward movement into ...
6085 (c-end-of-statement): Now contains the code for forward movement,
6086 adapted for virtual semicolons.
6087
6088 * progmodes/cc-engine.el:
6089 (c-ws*-string-limit-regexp): New regexp.
6090 (c-forward-single-comment, c-backward-single-comment): Comment out
6091 the (now redundant) "special" AWK stuff.
6092
6093 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
6094 c-string-par-start, c-string-par-separate to be more like Text
6095 Mode than Fundamental Mode.
6096
6097 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6098
6099 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
6100 to the fontified region so that fontification doesn't occur
6101 outside it (could happen e.g. when fontifying a line with an
6102 unfinished declaration).
6103
6104 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6105
6106 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
6107 start of the file. ^L now separate sections of the file.
6108 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
6109 (c-awk-one-line-possibly-open-string-re)
6110 (c-awk-regexp-one-line-possibly-open-char-class-re)
6111 (c-awk-one-line-possibly-open-regexp-re)
6112 (c-awk-one-line-non-syn-ws*-re): New defonsts.
6113 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
6114
6115 Amend the concept of "virtual semicolons" (in the indentation
6116 engine) for languages like AWK, such that they are now
6117 conceptually attached to end of the last token of a statement, not
6118 the end of the line. (In AWK Mode, however, the pertinent text
6119 property is still physically set on the EOL.) Remove the specific
6120 tests for awk-mode, thus facilitating the introduction of other
6121 language modes where EOLs can end statements.
6122 (Note: The funtionality in cc-cmds.el, specifically
6123 c-beginning/end-of-statement has yet to be amended.)
6124
6125 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
6126 New macros.
6127
6128 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
6129 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
6130 c-vsemi-status-unknown-p-fn (in a new page).
6131
6132 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
6133 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
6134 numerous awkward forms like
6135 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
6136 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
6137 variable before-ws-ip, the place just after char-before-ip appears.
6138
6139 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
6140 a comment.
6141
6142 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6143
6144 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
6145 `c-tentative-buffer-changes'.
6146
6147 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
6148 convert to macro to choose between Emacs and XEmacs at compile time.
6149
6150 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
6151
6152 (c-tentative-buffer-changes): New macro to handle temporary buffer
6153 changes in a convenient way.
6154
6155 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
6156 for `c-tentative-buffer-changes'.
6157
6158 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
6159 the checks for paren sexps between the point and the keyword, to
6160 avoid some false alarms.
6161
6162 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
6163 Fixed a situation where an error could be thrown for unbalanced
6164 parens. Changed to make use of c-keyword-member' to avoid some
6165 repeated regexp matches.
6166
6167 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
6168 These language variable are no longer necessary.
6169
6170 (c-block-stmt-kwds): New language constant used by
6171 c-looking-at-inexpr-block'.
6172
6173 (c-guess-basic-syntax): Remove an optional check that looked at
6174 the existence of the now removed language variables.
6175
6176 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
6177 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
6178 object instantiation expressions as declarations in some contexts.
6179 This bug only affected languages where the declarator can't be
6180 enclosed in parentheses.
6181
6182 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
6183 insert newlines before and after substatement braces.
6184
6185 * progmodes/cc-engine.el: Improved the heuristics for recognizing
6186 function declaration headers and the handling of C++ style member
6187 init lists.
6188
6189 (c-just-after-func-arglist-p): Rewritten to use
6190 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
6191
6192 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
6193
6194 (c-guess-basic-syntax): Adapt case 5B for the new
6195 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
6196 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
6197 covers all cases now).
6198
6199 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
6200
6201 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6202
6203 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
6204 c-string-par-start/separate c-sentence-end-with-esc-eol,
6205 initialised in c-setup-paragraph-variables, used in string
6206 scanning subroutines of c-beginning-of-statement.
6207
6208 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
6209 which precedes the newly inserted `{'.
6210
6211 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6212
6213 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
6214 function for declaration level blocks. It should now cope with
6215 templates better and also be a lot more comprehensible.
6216
6217 (c-looking-at-decl-block): The new function.
6218
6219 (c-search-uplist-for-classkey): The old one. It's now a wrapper
6220 for compatibility.
6221
6222 (c-add-class-syntax, c-guess-continued-construct)
6223 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
6224
6225 (c-decl-block-key): Change to tell apart ambiguous and
6226 unambiguous keywords. Pike specials are now handled directly in
6227 the code instead.
6228
6229 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
6230 New language constants and variables to make the backward skip in
6231 `c-looking-at-decl-block' as tight as possible.
6232
6233 (c-nonsymbol-token-char-list): New language constant.
6234
6235 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
6236 find balanced template arglists backwards.
6237
6238 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
6239 making char classes for `c-syntactic-skip-backward'.
6240
6241 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
6242 16D - can't be a class-close at that point.
6243
6244 * progmodes/cc-engine.el (c-guess-basic-syntax)
6245 (c-add-class-syntax): Don't narrow out the enclosing declaration
6246 level. This makes everything a lot easier, and it was actually
6247 only four small places that needed it to work. Some places that
6248 previously did `widen' are removed now, which has the effect that
6249 `c-guess-basic-syntax' never will look at things outside the
6250 current narrowment now. The anchor position for `topmost-intro'
6251 is affected by this, but it was so bogus it was basically useless
6252 before, and now it's equally bogus but in a slightly different way.
6253
6254 (c-narrow-out-enclosing-class): Gone.
6255
6256 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
6257 the narrowed region.
6258
6259 (c-least-enclosing-brace): Remove silly optional argument.
6260
6261 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
6262 the point could be left directly after an open paren when finding
6263 the beginning of the first decl in the block.
6264
6265 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
6266 Specify which submatch to use.
6267
6268 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
6269
6270 (c-decl-start-re): No longer any need for special treatment of
6271 ObjC due to the above.
6272
6273 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
6274 presumably follows C in that regard.
6275
6276 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
6277 New language constants to specify operator tokens inside
6278 identifiers in a more high level way.
6279
6280 (c-opt-identifier-prefix-key): New internal language constant.
6281
6282 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
6283 (c-identifier-start, c-identifier-key): Now completely calculated
6284 from other constants.
6285
6286 (c-identifier-last-sym-match): Decommission since it's no longer used.
6287
6288 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
6289
6290 * progmodes/cc-engine.el (c-forward-name): Remove the
6291 optimization when c-identifier-key is equal to c-symbol-key since
6292 it doesn't work in byte compiled files. Don't record empty
6293 regions as identifiers.
6294
6295 * progmodes/cc-langs.el (c-filter-ops): New helper function to
6296 simplify access to `c-operators' and its likes.
6297
6298 (c-operator-list, c-all-op-syntax-tokens)
6299 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
6300 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
6301 (c-primary-expr-regexp, c-cast-parens): Use it.
6302
6303 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
6304 an explicit language in functions.
6305
6306 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
6307 variant of adornment.
6308
6309 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
6310 variable.
6311
6312 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
6313 the Pike value.
6314
6315 * progmodes/cc-engine.el (c-on-identifier)
6316 (c-simple-skip-symbol-backward): Small fix for handling "-"
6317 correctly in `skip-chars-backward'. Affected the operator lfun
6318 syntax in Pike.
6319
6320 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
6321 diagnostic message about precompiled language vars not being used.
6322
6323 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
6324 "__attribute__" is followed by a parenthesis.
6325
6326 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
6327 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
6328 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
6329
6330 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
6331 Internal cleanups to properly detect the declared identifiers in
6332 various declarations.
6333
6334 (c-decl-start-kwds): New language constant to recognize
6335 declarations that can start anywhere. Used for class declarations
6336 in Pike.
6337
6338 (c-specifier-key, c-not-decl-init-keywords)
6339 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
6340 (c-find-decl-spots): Implement `c-decl-start-kwds'.
6341
6342 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
6343 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
6344 handling of the compiler specific extension keywords into a new
6345 language constant `c-decl-hangon-kwds' that defines keyword
6346 clauses to be ignored in declarations.
6347
6348 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
6349 past unrecognized tokens when handling `c-colon-type-list-kwds'.
6350 Necessary to stop at the declared identifier in e.g. IDL valuetype
6351 declarations.
6352
6353 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
6354 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
6355 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
6356 (c-forward-decl-or-cast-1): Recognize the declared identifier in
6357 class and enum declarations as such and not as part of the type.
6358
6359 (c-forward-decl-or-cast-1, c-forward-label): Relax the
6360 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
6361
6362 (c-forward-decl-or-cast-1): Don't disregard sure signs of
6363 declarations when there's some syntax error later on.
6364
6365 (c-complex-decl-matchers): Did away with a reference to
6366 `c-specifier-key'.
6367
6368 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
6369 value - this variable is always dynamically bound.
6370
6371 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
6372 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
6373 * cc-cmds.el, cc-defs.el: Change the policy for marking up
6374 functions that might do hidden buffer changes: All such internal
6375 functions are now marked instead of those that don't.
6376
6377 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
6378 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
6379 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
6380 (c-literal-type): Allow these functions to make hidden buffer changes,
6381 so that they are free to use text property caching later on.
6382
6383 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
6384 (c-electric-brace, c-electric-slash, c-electric-star)
6385 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
6386 (c-electric-paren, c-electric-continued-statement, c-indent-command)
6387 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
6388 (c-context-line-break): Add `c-save-buffer-state' calls to comply
6389 with the changed semantics of the functions above.
6390
6391 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
6392 when macros occur in obscure places. Optimized the sexp movement
6393 a bit.
6394
6395 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6396
6397 Enhancements for c-beginning-of-statement to work in AWK Mode:
6398
6399 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
6400 (completed statement) with `}' (statement completed by closing
6401 brace or semicolon) and `$' (statement completed by EOL).
6402
6403 (c-awk-virtual-semicolon-ends-prev-line-p)
6404 (c-awk-virtual-semicolon-ends-line-p)
6405 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
6406 (c-awk-at-statement-end-p): New functions.
6407
6408 * progmodes/cc-cmds.el: Simplify the structure of functions
6409 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
6410 two functions and c-beginning-of-statement to handle AWK Mode.
6411
6412 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
6413 c-backward-single-comment for AWK mode. Attempt to clarify their
6414 doc-strings.
6415
6416 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
6417
6418 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6419
6420 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
6421 label handling. Labels are now recognized in a uniform and more
6422 robust way, regardless of context. Text properties are put on all
6423 labels to recognize the following declarations better.
6424 Multiword labels are handled both in indentation and fontification for
6425 the benefit of language extensions like Qt. For consistency, keywords
6426 in labels are now fontified with the label face instead.
6427 That also applies to "case" and "default".
6428
6429 (c-beginning-of-statement-1): Fix some bugs in the label
6430 handling. Disregard `c-nonlabel-token-key' in labels that begin
6431 with `c-label-kwds'.
6432
6433 (c-find-decl-spots): Support that the callback adds more
6434 `c-decl-end' spots to find.
6435
6436 (c-forward-decl-or-cast-1): Don't treat a list of plain
6437 identifiers followed by a colon as a declaration.
6438
6439 (c-forward-label): New function to recognize labels.
6440
6441 (c-guess-basic-syntax): Replace uses of `c-label-key' with
6442 `c-forward-label'. Moved the label recognition cases (14 and 15)
6443 earlier since they aren't so context sensitive now. Handle labels
6444 on the top level gracefully. Moved access label recognition to
6445 the generic label case (CASE 15) - removed CASE 5E.
6446
6447 (c-font-lock-declarations): Add recognition of labels in the
6448 same round since we need to handle labels in parallell with other
6449 declarations to recognize both accurately. It should also improve
6450 speed.
6451
6452 (c-simple-decl-matchers, c-basic-matchers-after):
6453 Move `c-font-lock-labels' so that it only is used on decoration level 2
6454 since `c-font-lock-declarations' handles it otherwise.
6455
6456 (c-complex-decl-matchers): Remove the simplistic recognition of
6457 access labels.
6458
6459 (c-decl-prefix-re): Remove the kludges that was necessary to cope
6460 with labels earlier.
6461
6462 (c-decl-start-re): New language variable to make
6463 `c-font-lock-declarations' stop for the special protection labels
6464 in Objective-C that start with `@'.
6465
6466 (c-label-key): Remove since it's no longer used.
6467
6468 (c-recognize-colon-labels, c-label-prefix-re): New language
6469 constants to support recognition of generic colon-terminated labels.
6470
6471 (c-type-decl-end-used): `c-decl-end' is now used whenever there
6472 are colon terminated labels.
6473
6474 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6475 first argument starts with a special brace list.
6476
6477 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6478 (c-font-lock-declarations): Break out the declaration and cast
6479 recognition from `c-font-lock-declarations' to a new function, so
6480 that it can be used in the indentation engine.
6481
6482 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6483 up to the start of the literal. Fixed bug with the point on the
6484 wrong side of the search limit that could happen when the start
6485 position is inside a literal.
6486
6487 * progmodes/cc-engine.el (c-parse-state)
6488 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6489 so that it's kept a little bit back to increase the hit rate.
6490
6491 (c-parse-state): Change the macro handling and fixed some
6492 glitches. Macro context is checked more often than necessary now,
6493 but otoh less garbage conses are generated.
6494
6495 * progmodes/cc-engine.el (c-parse-state)
6496 (c-invalidate-state-cache): Cache the last position where
6497 `c-state-cache' applies. This can speed up refontification quite
6498 a bit in blocks where there are many non-brace parens before the point.
6499
6500 (c-state-cache-end): New variable for this.
6501
6502 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6503 cache variable.
6504
6505 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6506 get close initial continue positions when the start position is
6507 inside a literal or macro. Do not call the callback for spots
6508 before the start position (which can happen e.g. for `c-decl-end'
6509 spots inside comments). Optimize better in special cases when the
6510 region is a single line inside a literal or macro (typically when
6511 the current line is refontified).
6512
6513 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6514 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6515 entries from the paren state.
6516
6517 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6518 special case for "else if" clauses.
6519
6520 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6521 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6522
6523 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6524 New language variable to recognize the gcc extension with statement
6525 blocks inside expressions.
6526
6527 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6528 it somewhat more comprehensible. The argument AT-BLOCK-START is
6529 no longer used and hence removed.
6530
6531 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6532 to `c-add-stmt-syntax'.
6533
6534 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6535 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6536 This fixes bogus label recognition.
6537
6538 * progmodes/cc-engine.el (c-add-type, c-check-type)
6539 (c-forward-name, c-forward-type): Improve storage of template
6540 types in `c-found-types' so that they can be recognized better.
6541
6542 (c-syntactic-content): Add option to skip past nested parens.
6543
6544 * progmodes/cc-engine.el (c-forward-name):
6545 Set `c-last-identifier-range' all the time. It's less work that way.
6546 Handle that there might not be an identifier to store in
6547 `c-last-identifier-range'.
6548
6549 (c-forward-type): Handle that `c-last-identifier-range' might be
6550 nil from `c-forward-name'.
6551
6552 * progmodes/cc-defs.el (c-safe-scan-lists)
6553 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6554
6555 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6556 to work even if the form fails.
6557
6558 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6559 down in a large file in one go.
6560
6561 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6562
6563 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6564 function which is like `c-lineup-math' but returns nil instead of
6565 `c-basic-offset' when it doesn't match.
6566
6567 (c-lineup-math): Change to use `c-lineup-assignments'.
6568
6569 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6570
6571 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6572 c-beginning-of-statement. New subfunctions
6573 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6574
6575 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6576
6577 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6578 hardcoded char classes whereever possible. Changed a couple of
6579 places to use skip by syntax instead of skip by char class.
6580
6581 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6582 Fix a bug in the regexp that caused extreme backtracking.
6583
6584 * progmodes/cc-langs.el (c-block-comment-starter)
6585 (c-block-comment-ender): New language constants to specify in a
6586 single place how block comments look.
6587
6588 (c-comment-start-regexp, c-block-comment-start-regexp)
6589 (comment-start, comment-end, comment-start-skip)
6590 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6591 (c-syntactic-ws, c-nonempty-syntactic-ws)
6592 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6593 `c-line-comment-starter', `c-block-comment-starter' and
6594 `c-block-comment-ender'.
6595
6596 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6597 New language constants to break up things a bit.
6598
6599 (c-simple-ws): New language constant for simple whitespace.
6600
6601 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6602
6603 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6604 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6605 newlines. Allow and ignore nil elements in the list.
6606
6607 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6608
6609 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6610 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6611
6612 * progmodes/cc-cmds.el: Tidy up the comments in
6613 c-beginning-of-statement and subfunctions.
6614
6615 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6616 more flexible c-put-char-property and c-clear-char-properties.
6617 Add the author's email address.
6618
6619 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6620
6621 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6622 closing "*/" of a block comment.
6623
6624 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6625 subfunctions) so that it works at BOB and EOB.
6626
6627 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6628 c-beginning-of-statement, including new variable
6629 c-block-comment-start-regexp.
6630
6631 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6632
6633 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6634 symbols from `*-font-lock-extra-types' so that there's no need to
6635 use `regexp-opt' on those lists.
6636
6637 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6638 `c-type-modifier-kwds' is empty.
6639
6640 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6641 there are several strings on the same line.
6642
6643 * progmodes/cc-engine.el (c-literal-limits): Remove the
6644 compatibility function for older emacsen. `c-literal-limits-fast'
6645 has now taken the place of this function.
6646
6647 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6648 with older emacsen: We now require `pps-extended-state'.
6649
6650 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6651
6652 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6653 which obviates the need to hack sentence-end. This now handles
6654 escaped newlines in strings correctly. Correct minor bugs in
6655 c-move-over-sentence and in c-beginning-of-statement.
6656
6657 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6658 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6659 that movement over macros and code are rigorously separated from
6660 eachother. Correct a few incidental bugs.
6661
6662 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6663 Improve its doc-string. Improve the handling of certain specific cases.
6664
6665 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6666
6667 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6668 (c-guess-basic-syntax): Change the way class-level labels are
6669 recognized; they can now contain essentially any symbols.
6670
6671 (c-opt-extra-label-key): New language variable to cope with the
6672 special protection label syntax in Objective-C.
6673
6674 (c-opt-access-key): Remove; this is now handled better by
6675 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6676
6677 (c-complex-decl-matchers): Update to handle that
6678 `c-opt-access-key' no longer exists.
6679
6680 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6681 improved label recognition in `c-beginning-of-statement-1'.
6682
6683 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6684 Recognize bitfields better.
6685
6686 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6687 Remove some cruft and fixed a bug that could cause it to go to a
6688 position further down.
6689
6690 * progmodes/cc-langs.el, cc-engine.el
6691 (c-beginning-of-statement-1): Improve detection of labels in
6692 declaration contexts.
6693
6694 (c-beginning-of-decl-1): Use it.
6695
6696 (c-nonlabel-token-key): New language constant and variable needed
6697 by `c-beginning-of-statement-1'.
6698
6699 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6700 manifested itself due to the correction in `c-forward-sexp'.
6701
6702 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6703 Make these behave as documented when used at the buffer limits.
6704
6705 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6706 (c-type-decl-end-used): Made this a language variable.
6707
6708 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6709 correctly when `combine-after-change-calls' is used together with
6710 temporary narrowings.
6711
6712 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6713 Report labels correctly when the start point is immediately after the
6714 colon.
6715
6716 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6717 Remove since it isn't used anymore.
6718
6719 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6720 bracket arglists such as template parens in C++.
6721
6722 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6723 in the last check-in. Some optimization.
6724
6725 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6726 where it could stop at the same level in a preceding sexp when
6727 PAREN-LEVEL is set.
6728
6729 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6730 text property lookup only when it's needed.
6731
6732 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6733 Change the policy for paren marked angle brackets to be more
6734 persistent; once marked they remain marked even when they're found
6735 to be unbalanced in the searched region. This should keep the
6736 paren syntax around even when individual lines are refontified in
6737 multiline template arglists.
6738
6739 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6740 to control markup so that incorrect angle bracket arglists aren't
6741 marked in contexts where the correct value for
6742 `c-disallow-comma-in-<>-arglists' isn't known.
6743
6744 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6745 argument has become `c-parse-and-markup-<>-arglists'.
6746
6747 (c-remove-<>-arglist-properties): Remove - no longer used.
6748
6749 (c-after-change-check-<>-operators): New function used on
6750 `after-change-functions' to avoid that "<" and ">" characters that
6751 are part of longer operators have paren syntax.
6752
6753 (c-<>-multichar-token-regexp): New language variable used by
6754 `c-after-change-check-<>-operators'.
6755
6756 (c-after-change): Call `c-after-change-check-<>-operators'.
6757
6758 (c-font-lock-<>-arglists): Use the context properties set by
6759 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6760 correctly to avoid doing invalid markup.
6761
6762 (c-font-lock-declarations): Remove code that undoes the invalid
6763 markup done by `c-font-lock-<>-arglists'.
6764
6765 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6766 after `c-font-lock-declarations'.
6767
6768 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6769 Add paren-level feature.
6770
6771 (c-guess-basic-syntax): Improve the anchor position for
6772 `template-args-cont' in nested template arglists. There's still
6773 much to be desired in this area, though.
6774
6775 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6776
6777 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6778 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6779
6780 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6781
6782 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6783 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6784
6785 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6786 it doesn't work no longer are supported.
6787
6788 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6789 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6790 requires support for the syntax-table' text property, which rules
6791 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6792 cruft associated with those versions.
6793
6794 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6795 for the `syntax-table' text property, which rules out Emacs 19 and
6796 XEmacs < 21.4. Removed various compatibility cruft associated
6797 with those versions.
6798
6799 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6800 support for the `syntax-table' text property.
6801
6802 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6803 variable and use an extra quoted face name instead. All the
6804 emacsen flavors handle that correctly.
6805
6806 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6807 (c-font-lock-declarators, c-font-lock-declarations)
6808 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6809 property to mark the items in in declarator lists to handle
6810 refontification inside multiline declarations better.
6811
6812 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6813 construct like "a * b = c;" as a declaration.
6814
6815 2005-12-08 Kim F. Storm <storm@cua.dk>
6816
6817 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6818 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6819 select either meta, hyper, or super modifier for rectangle commands.
6820 (cua--rectangle-modifier-key): New defvar.
6821 (cua--M/H-key): Use it. Remove special case for `space'.
6822 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6823 on X, to meta otherwise. Always bind C-return to toggle
6824 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6825
6826 * emulation/cua-rect.el (cua-help-for-rectangle):
6827 Use cua--rectangle-modifier-key. Handle super modifier too.
6828 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6829 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6830
6831 * ido.el: Move Acknowledgements and History after Commentary.
6832 Minor changes to Commentary.
6833
6834 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6835 keymap if cua--prefix-override-timer is `shift'.
6836 (cua--shift-control-prefix): New function; emulate "type prefix
6837 key twice" functionality to handle shifted prefix key override.
6838 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6839 New commands.
6840 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6841
6842 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6843
6844 * textmodes/org.el (org-insert-heading): Try to do items before
6845 headings.
6846 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6847 (org-insert-item): New function.
6848 (org-renumber-ordered-list): Don't skip to higher level lists.
6849
6850 2005-12-08 Juri Linkov <juri@jurta.org>
6851
6852 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6853
6854 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6855
6856 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6857
6858 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6859 the constructed function name fun-1.
6860
6861 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6862 because such links don't lead to parent documentation.
6863
6864 2005-12-08 Kenichi Handa <handa@m17n.org>
6865
6866 * descr-text.el (describe-char): Use *Help-2* buffer if the
6867 current buffer is *Help*. Call describe-text-properties while
6868 setting the original buffer.
6869
6870 2005-12-07 Bill Wohler <wohler@newt.com>
6871
6872 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6873 and causes problems with non-MH users (such as Gnus users).
6874
6875 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6876
6877 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6878 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6879 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6880 command "info sources". Move calls to GDB command "list".
6881 (gdb-find-file-hook): Just use gdb-source-file-list.
6882 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6883 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6884 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6885 (gdb-data-list-register-values-handler): Use correct trigger name.
6886
6887 2005-12-07 Kim F. Storm <storm@cua.dk>
6888
6889 * ido.el (ido-completion-map): Rename from ido-mode-map.
6890 (ido-common-completion-map, ido-file-completion-map)
6891 (ido-file-dir-completion-map, ido-buffer-completion-map):
6892 Rename from ido-mode-....-map.
6893 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6894 (ido-setup-completion-map): Rename from ido-define-mode-map.
6895 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6896 to ido-completion-map.
6897
6898 2005-12-07 Kenichi Handa <handa@m17n.org>
6899
6900 * international/mule-cmds.el
6901 (set-display-table-and-terminal-coding-system): If the coding
6902 system specified in `unibyte-display' property is different from
6903 the arg coding-system, don't setup standard-display-table.
6904
6905 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6906
6907 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6908 that comments end at \n, regardless of selective-display.
6909
6910 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6911
6912 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6913 (gdb-version): New variables.
6914 (gdb-source-file-list, gdb-register-names)
6915 (gdb-changed-registers): New variables for use with GDB 6.4+.
6916 (gdb-ann3): Replace with...
6917 (gdb-init-1, gdb-init-2): ...two new functions.
6918 (gdba, gdb-prompt): Call gdb-init-1.
6919 (gdb-get-version): New function. Call gdb-init-2 from here.
6920 (gud-watch): Make it work with mouse events too.
6921 (gdb-post-prompt): Don't add to queue until GDB version is known.
6922 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6923 (gdb-locals-mode): Use gdb-version.
6924 (gdb-memory-format-map, gdb-memory-unit-map)
6925 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6926 (gdb-locals-font-lock-keywords-1)
6927 (gdb-locals-font-lock-keywords-2): New variables.
6928 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6929 (gdb-set-gud-minor-mode-existing-buffers-1)
6930 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6931 (gdb-var-update-1, gdb-var-update-handler-1)
6932 (gdb-data-list-register-values-handler)
6933 (gdb-data-list-register-values-custom)
6934 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6935 (gdb-stack-list-locals-handler, gdb-get-register-names):
6936 New functions for use with GDB 6.4+.
6937 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6938 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6939 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6940 (gdb-stack-list-locals-regexp)
6941 (gdb-data-list-register-names-regexp): New regexps for use with
6942 GDB 6.4+.
6943
6944 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6945
6946 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6947
6948 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6949
6950 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6951 prompts work for AUTH PLAIN. Also reported by Steve Allan
6952 <seallan@verizon.net>.
6953
6954 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6955
6956 * frame.el (set-frame-parameter): Add doc string.
6957
6958 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6959
6960 * textmodes/org.el (org-occur-highlights): New variable.
6961 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6962 (org-highlight-sparse-tree-matches): New option.
6963 (org-do-occur): New function.
6964 (org-get-heading): Make it work also at beginning of line.
6965 (org-category-table): New variable.
6966 (org-get-category-table, org-get-category)
6967 (org-camel-to-words, org-link-search): New functions.
6968 (org-select-this-todo-keyword): New variable.
6969 (org-todo-list): New command.
6970 (org-shiftright, org-shiftleft): New commands.
6971 (org-agenda-todo): Add prefix argument.
6972 (org-show-hierarchy-above): New option.
6973 (org-show-todo-tree): Numerical prefix creates tree for specific
6974 TODO keyword.
6975 (org-outline-level): New function, to assign a level to plain
6976 lists items.
6977 (org-cycle-include-plain-lists): New option.
6978 (org-mode): Use `org-outline-level' as value of `outline-level'.
6979 (org-cycle): Temporarily switch `outline-regexp' if
6980 `org-cycle-include-plain-lists' is non-nil.
6981 (org-start-icalendar-file): Fix format bug.
6982 (org-agenda-get-day-entries): Create category table.
6983 (org-agenda-get-todos, org-agenda-get-timestamps)
6984 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6985 (org-agenda-get-blocks): Use `org-get-category'.
6986 (org-context-in-file-links): Rename from
6987 `org-line-numbers-in-file-links'.
6988
6989 2005-12-06 Romain Francoise <romain@orebokech.com>
6990
6991 * window.el (balance-windows): Delete extraneous third arg in call
6992 to `enlarge-window'.
6993
6994 2005-12-06 Kenichi Handa <handa@m17n.org>
6995
6996 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6997
6998 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6999
7000 * progmodes/gdb-ui.el (gdb-var-create-handler)
7001 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
7002 (gdb-var-list-children-handler, gdb-var-update-handler):
7003 Current buffer is already gdb-partial-output-buffer, don't
7004 make it current again.
7005
7006 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
7007
7008 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
7009 (list-buffers-noselect): Use it.
7010
7011 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
7012
7013 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
7014 (mail-yank-ignored-headers): Use regexp-opt.
7015 (mail-mode-map): Move initialization into declaration.
7016 (mail-sent-via): Remove unused shadowed var `to-line'.
7017 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
7018 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
7019 (mail-do-fcc): Use dolist and push.
7020 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
7021 (mail-yank-ignored-headers): Don't autoload.
7022
7023 2005-12-05 Kenichi Handa <handa@m17n.org>
7024
7025 * international/mule-cmds.el (set-language-info-internal): New fun.
7026 (set-language-info): Call set-language-info-internal to update
7027 language-info-alist. If LANG-ENV is the current one, call
7028 set-language-environment to make INFO effective now.
7029 (set-language-info-alist): Likewise.
7030 (locale-language-names): With locale "en", use English
7031 lang. env. but set the default codings to iso-8859-1.
7032
7033 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
7034
7035 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
7036 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
7037 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
7038 for plain strings.
7039 (gdb-frames-mode): Remove redundant call to font-lock-mode.
7040 (gdb-all-registers): Rename from toggle-gdb-all-registers.
7041 Create registers buffer if necessary. Echo new state in minibuffer.
7042 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
7043
7044 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
7045
7046 * info.el (Info-fontify-node): Match external links using
7047 non-directory part of filename.
7048
7049 2005-12-04 Juri Linkov <juri@jurta.org>
7050
7051 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
7052 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
7053 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
7054 because there is no customization option for it.
7055
7056 * font-lock.el (lisp-font-lock-keywords-1):
7057 Add define-global-minor-mode.
7058
7059 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
7060
7061 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
7062 properties on the constructed variable names.
7063
7064 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7065 Put `definition-name' properties on the constructed function names
7066 next-sym and prev-sym.
7067
7068 * emacs-lisp/find-func.el (find-function-regexp):
7069 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
7070 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
7071 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
7072 and easy-menu-define.
7073
7074 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
7075 easy-mmode-define-global-mode and define-global-minor-mode.
7076 (lisp-imenu-generic-expression): Add define-global-minor-mode.
7077
7078 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
7079 instead of easy-mmode-define-global-mode.
7080
7081 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
7082 Use define-minor-mode instead of easy-mmode-define-minor-mode.
7083
7084 * cus-edit.el (customize-group, customize-group-other-window):
7085 Filter out autoloaded options from the group completion list by
7086 using heuristics that autoloaded groups don't have `custom-autoload'
7087 property on their symbols (they have only `custom-loads').
7088
7089 * simple.el (completion-setup-function): Put completions-common-part
7090 face on complete completion string too (i.e. completion string
7091 without completions-first-difference face).
7092
7093 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
7094
7095 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7096
7097 * view.el (view-mode): Doc fix.
7098
7099 * disp-table.el (standard-display-european): Add to the warning
7100 message a reference to the doc string.
7101
7102 * play/yow.el (apropos-zippy): Call print-help-return-message,
7103 similar to other Help and Apropos commands.
7104
7105 * help.el (print-help-return-message): If pop-up-frames is
7106 non-nil, set up help-return-method to delete the help window and,
7107 possibly, its frame as well, and don't display message about
7108 scrolling the help window. Doc fix.
7109 (help-return-method): Doc fix.
7110
7111 2005-12-03 Martin Rudalics <rudalics@gmx.at>
7112
7113 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
7114 whereby names of length one or names starting with a
7115 symbol-constituent character would not be returned.
7116
7117 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7118
7119 * subr.el (atomic-change-group): Add edebug and indentation spec.
7120
7121 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7122
7123 * completion.el (save-completions-file-name): Fix typo in last change.
7124
7125 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7126
7127 * info.el: Move back/forward history to the beginning of the tool bar.
7128
7129 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
7130
7131 * allout.el (eval-when-compile): Remove unnecessary load of cl.
7132 Add fset of allout-real-isearch-abort during compile to fix
7133 byte-compilation warnings.
7134 (allout-mode-p): Move definition of this macro above all uses, or
7135 byte compilation in barren emacs (eg, during emacs build) will
7136 lack the definition.
7137 (allout-mode): Move this variable above any uses, or byte
7138 compilation will fail.
7139 (allout-resolve-xref): Remove use of personal file-reference function.
7140 (allout-toggle-current-subtree-encryption): Do the current (ie,
7141 visible containing) topic, rather than nearest around point. Doc fix.
7142 (allout-toggle-subtree-encryption): New function, workhorse that
7143 works on nearest topic containing point.
7144 (allout-encrypt-string): Signal requirement for newer version of pgg.
7145 (allout-resumptions): Doc fix.
7146
7147 2005-12-02 Eli Zaretskii <eliz@gnu.org>
7148
7149 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
7150
7151 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
7152
7153 * textmodes/flyspell.el (flyspell-external-point-words):
7154 Consider a misspelling as found in the string search if: (a) misspelling
7155 and found string lengths match, or (b) misspelling is found as
7156 element in a boundary-chars separated longer string, or (c)
7157 ispell-program-name is really ispell and misspelling is found as
7158 part of a TeX string. After successful match move beginning of
7159 search region to end of match. Warn about not found misspellings
7160 once the process is done.
7161 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
7162
7163 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
7164
7165 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
7166 tool bar (removed inadvertently).
7167
7168 2005-12-02 Juri Linkov <juri@jurta.org>
7169
7170 * log-view.el (log-view-diff): Clarify doc string.
7171
7172 2005-12-01 Bill Wohler <wohler@newt.com>
7173
7174 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
7175 triggers lm-verify errors.
7176
7177 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
7178
7179 * simple.el (transient-mark-mode, line-number-mode)
7180 (column-number-mode, size-indication-mode): Remove `:require nil'.
7181
7182 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
7183
7184 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
7185 in the margin also.
7186 (gdb-breakpoints-mode-map): Use D instead of d for
7187 gdb-delete-breakpoint.
7188 (gdb-get-frame-number): Require a number to match on.
7189 (gdb-threads-mode-map): Add follow-link binding.
7190
7191 2005-11-30 Jason Rumney <jasonr@gnu.org>
7192
7193 * isearch.el (isearch-mode-map): Avoid exiting search on
7194 language-change event.
7195
7196 2005-11-30 Romain Francoise <romain@orebokech.com>
7197
7198 * speedbar.el (speedbar-default-position): New defcustom.
7199 (speedbar-frame-reposition-smartly): Use it.
7200
7201 * dframe.el (dframe-reposition-frame-emacs): Fix position
7202 computation for `left' location.
7203 Update copyright year.
7204
7205 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7206
7207 * help.el (help-map): Move initialization into declaration.
7208
7209 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
7210
7211 * help-fns.el (help-argument-name): Don't autoload.
7212 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
7213 to be re-loaded when customizing the `help' group.
7214
7215 2005-11-30 John Paul Wallington <jpw@gnu.org>
7216
7217 * help-fns.el (describe-function-1): Fill arglist output.
7218
7219 2005-11-30 Kim F. Storm <storm@cua.dk>
7220
7221 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
7222 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
7223 after revert-buffer (or anything else which kills all local variables).
7224
7225 * apropos.el (apropos-parse-pattern): Doc fix.
7226 Set apropos-regexp directly, rather than expecting callers to do so.
7227 (apropos-command, apropos, apropos-value, apropos-documentation):
7228 Simplify calls to apropos-parse-pattern.
7229
7230 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7231
7232 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7233 (hi-lock-face-phrase-buffer): Use hi-yellow face.
7234 (hi-lock-write-interactive-patterns): Use comment-region.
7235
7236 * longlines.el (longlines-mode): Add mail-setup-hook.
7237
7238 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
7239
7240 * simple.el (sendmail-user-agent-compose, next-line):
7241 Conditionally use hard-newline.
7242
7243 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7244
7245 * international/latexenc.el (latex-inputenc-coding-alist):
7246 Reword doc string.
7247
7248 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7249
7250 * help.el (describe-key-briefly, describe-key): Recognize default
7251 bindings.
7252
7253 2005-11-29 Romain Francoise <romain@orebokech.com>
7254
7255 * view.el (view-inhibit-help-message): New defcustom.
7256 (view-mode-enter): Use it.
7257
7258 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
7259
7260 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
7261 Preserve user position.
7262
7263 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
7264
7265 * font-lock.el: Throw error if facemenu is not loaded to prevent
7266 accidental change of loading order in loadup.el. (Suggested by RMS.)
7267
7268 * loadup.el: Add comment explaining why facemenu must be loaded
7269 before font-lock.
7270
7271 2005-11-28 Jay Belanger <belanger@truman.edu>
7272
7273 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
7274 (calc-dispatch-map): Add more keys for `calc-same-interface'.
7275
7276 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
7277
7278 * calc/calc-embed.el (calc-do-embedded): Update help message.
7279
7280 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
7281
7282 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7283
7284 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
7285
7286 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
7287 called-interactively-p.
7288 (elp-profilable-p): Rename from elp-not-profilable-p.
7289 Invert result and take into account macros and autoloaded functions.
7290 (elp-instrument-function): Update call.
7291 (elp-instrument-package): Update call. Add completion.
7292 (elp-pack-number): Use match-string.
7293 (elp-results-jump-to-definition-by-mouse): Merge into
7294 elp-results-jump-to-definition and then remove.
7295 (elp-output-insert-symname): Make help echo text single-line.
7296
7297 * replace.el (query-replace-map): Move initialization into declaration.
7298 (occur-engine): Use with-current-buffer.
7299 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
7300 (occur-mode-mouse-goto): Replace with an alias.
7301
7302 2005-11-28 Juri Linkov <juri@jurta.org>
7303
7304 * simple.el (quoted-insert): Let-bind input-method-function to nil.
7305
7306 * term/w32-win.el: Bind [S-tab] to [backtab].
7307
7308 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
7309 `Info-find-file' to t.
7310
7311 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
7312 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
7313 and same-window-regexps.
7314 (occur-next-error): Don't move point for arg 0.
7315
7316 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
7317
7318 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
7319
7320 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7321
7322 * log-edit.el (log-edit-changelog-use-first): New var.
7323 (log-edit-changelog-ours-p): Use it.
7324 (log-edit-insert-changelog): Set it with new arg `use-first'.
7325 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
7326 (log-edit-hook): Add them to the list of suggested options.
7327
7328 * textmodes/flyspell.el (flyspell-last-buffer): New var.
7329 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
7330 redundant work.
7331 (flyspell-mode-on): Use add-hook for after-change-functions.
7332 (flyspell-mode-off): Use remove-hook for after-change-functions.
7333 (flyspell-changes): Make it buffer-local.
7334 (flyspell-after-change-function): Make it non-interactive. Use push.
7335 (flyspell-post-command-hook): Check input-pending-p while processing
7336 the potentially long list of buffer changes.
7337
7338 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7339
7340 * buff-menu.el (list-buffers-noselect): Display the selected
7341 frame's buffer list, not the global one.
7342
7343 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7344
7345 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
7346 that (list last-input-event) works as in interactive spec.
7347
7348 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7349
7350 * loadup.el ("facemenu"): Load facemenu before font-lock, because
7351 `facemenu-keymap' needs to be defined when font-lock is loaded.
7352 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
7353
7354 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7355
7356 * completion.el: Remove useless leading * in defcustom docstrings.
7357 (save-completions-file-name): Use ~/.emacs.d if available.
7358 (completion-standard-syntax-table): Rename from
7359 cmpl-standard-syntax-table and fold initialization into declaration,
7360 thus removing cmpl-make-standard-completion-syntax-table.
7361 (completion-lisp-syntax-table, completion-c-syntax-table)
7362 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
7363 (cmpl-saved-syntax, cmpl-saved-point): Remove.
7364 (symbol-under-point, symbol-before-point)
7365 (symbol-under-or-before-point, symbol-before-point-for-complete)
7366 (add-completions-from-c-buffer): Use with-syntax-table.
7367 (make-completion): Don't return a list of completion entries.
7368 Update callers.
7369 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
7370 (completion-initialize): Rename from initialize-completions.
7371 (completion-find-file-hook): Rename from cmpl-find-file-hook.
7372 (kill-emacs-save-completions): Collect stats here.
7373 (save-completions-to-file, load-completions-from-file):
7374 Use with-current-buffer.
7375 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
7376 into a function. Move all calls to toplevel.
7377 (completion-lisp-mode-hook): New fun.
7378 (completion-c-mode-hook, completion-setup-fortran-mode):
7379 Set the syntax-table here. Use local-set-key.
7380 (completion-saved-bindings): New var.
7381 (dynamic-completion-mode): Make it into a proper minor mode.
7382 (load-completions-from-file): Remove unused var `num-uses'.
7383
7384 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
7385 constructor if it is explicitly overridden.
7386
7387 * complete.el (PC-completion-as-file-name-predicate):
7388 Use minibuffer-completing-file-name.
7389 (partial-completion-mode): Use find-file-not-found-functions.
7390 (PC-lisp-complete-symbol): Use with-syntax-table.
7391 (PC-look-for-include-file): Remove dead setq.
7392 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
7393 (PC-complete): Use with-current-buffer.
7394
7395 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
7396 escape single quotes.
7397
7398 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7399
7400 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
7401 of `if' whose condition always returned nil. Doc fix.
7402
7403 * buff-menu.el (Buffer-menu-revert-function): Make the selected
7404 window's buffer the current buffer around the call to
7405 `list-buffers-noselect'. This is necessary to mark that buffer
7406 with a `.' in the Buffer Menu when called from Lisp, for instance
7407 by Auto Revert Mode.
7408
7409 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7410
7411 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
7412 attaching to it.
7413 (gdb-pre-prompt): Make sure gdb-error is reset.
7414
7415 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
7416 with a child process, detect it.
7417 (gud-speedbar-buttons): Match regexp more carefully.
7418
7419 2005-11-27 Richard M. Stallman <rms@gnu.org>
7420
7421 * mouse.el (mouse-drag-move-window-bottom):
7422 Use adjust-window-trailing-edge.
7423
7424 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7425
7426 * simple.el (blink-matching-open): Ignore
7427 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
7428 (blink-matching-paren-on-screen): Update docstring.
7429
7430 * paren.el (show-paren-mode): No longer change
7431 `blink-matching-paren-on-screen'.
7432
7433 2005-11-27 John Paul Wallington <jpw@pobox.com>
7434
7435 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7436 (gdb-threads-select, gdb-edit-register-value):
7437 Use `posn-set-point' instead of `mouse-set-point' because the
7438 latter is not fbound when configured without X.
7439
7440 2005-11-27 Kim F. Storm <storm@cua.dk>
7441
7442 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7443 existing face when partially highlighting a TAB in a rectangle.
7444
7445 2005-11-26 Kim F. Storm <storm@cua.dk>
7446
7447 * ido.el (ido-mode-map): Doc fix.
7448 (ido-mode-common-map, ido-mode-file-map)
7449 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7450 (ido-define-mode-map): Rewrite. Select one of the new maps as
7451 parent for ido-mode-map instead of building from scratch.
7452 (ido-init-mode-maps): New defun to initialize new maps.
7453 (ido-mode): Call it.
7454 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7455 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7456
7457 2005-11-26 John Paul Wallington <jpw@pobox.com>
7458
7459 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7460 `mouse-set-point' because the latter is not fbound when configured
7461 without X.
7462
7463 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7464
7465 * files.el (file-relative-name): Doc fix.
7466
7467 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7468
7469 * progmodes/octave-inf.el (inferior-octave-startup): Force a
7470 non-empty string for secondary prompt PS2.
7471
7472 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7473
7474 * progmodes/compile.el (compilation-setup): Fix last change.
7475
7476 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
7477
7478 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7479 (gdb-mouse-toggle-breakpoint-margin)
7480 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7481 Add gdb-server-prefix to keep out of command history.
7482 (gdb-edit-register-value): New function.
7483 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7484 (gdb-info-registers-custom): Use above map.
7485
7486 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7487
7488 * custom.el (enable-theme): Signal error if argument is not a
7489 theme. Don't recalculate a face if it's not loaded yet.
7490
7491 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7492 the `user' theme is in effect.
7493
7494 * info.el (Info-on-current-buffer): Record actual filename in
7495 Info-current-file, instead of t, or a fake filename if a non-file
7496 buffer. Make autoload.
7497 (Info-find-node, Info-revert-find-node): No need to check for
7498 Info-current-file nil.
7499 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7500 Info-current-file is now never `t'.
7501 (Info-fontify-node): Many simplifications due to Info-current-file
7502 always being valid. Use Info-find-file to find node filename.
7503
7504 2005-11-25 David Kastrup <dak@gnu.org>
7505
7506 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7507 new character, then delete" in order to preserve markers.
7508
7509 2005-11-25 David Ponce <david@dponce.com>
7510
7511 * recentf.el (recentf-arrange-by-rule): Handle a special
7512 `auto-mode-alist'-like "strip suffix" rule.
7513 (recentf-build-mode-rules): Handle second level auto-mode entries.
7514
7515 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7516
7517 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7518 window modes.
7519
7520 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7521 jde-javadoc-checker-report-mode.
7522
7523 * ediff-wind (ediff-make-wide-display): Slight simplification.
7524
7525 * ediff.el (ediff-date): Change the date of last update.
7526
7527 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7528
7529 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7530 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7531 (hi-lock-mode): New global minor mode.
7532 (turn-on-hi-lock-if-enabled): New function.
7533 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7534 Change arguments to regexp and face instead of a font-lock pattern.
7535 Directly set face property, instead of refontifying.
7536 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7537 (hi-lock-find-patterns): Use line-number-at-pos.
7538
7539 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7540 arguments for hi-lock-set-pattern.
7541 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7542 Call font-lock-fontify-buffer.
7543 (hi-lock-find-file-hook, hi-lock-current-line)
7544 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7545
7546 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7547 turned off.
7548
7549 * progmodes/compile.el (compilation-setup): Don't fiddle with
7550 font-lock-defaults.
7551
7552 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7553
7554 * progmodes/gdb-ui.el (gdb-var-create-handler)
7555 (gdb-var-list-children-handler): Find values for all variable
7556 objects. gud-speedbar-buttons decides whether to display them.
7557
7558 2005-11-24 Romain Francoise <romain@orebokech.com>
7559
7560 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7561 buffer name with a space.
7562
7563 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7564
7565 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7566 `org-export-local-list-max-depth'. Change default value to 3.
7567 (org-auto-renumber-ordered-lists)
7568 (org-plain-list-ordered-item-terminator): New options.
7569 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7570 (org-get-indentation, org-get-string-indentation)
7571 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7572 New functions.
7573 (org-move-item-down, org-move-item-up): New commands.
7574 (org-export-as-html): New classes for CSS support. Bug fix in
7575 regular expression detecting fixed-width regions. Respect
7576 `org-local-list-ordered-item-terminator'.
7577 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7578 also a list item.
7579 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7580 New item moving functions.
7581
7582 2005-11-24 Juri Linkov <juri@jurta.org>
7583
7584 * isearch.el (isearch-repeat): With empty search ring set
7585 `isearch-error' to the error string instead of signaling error
7586 with the function `error'.
7587
7588 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7589
7590 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7591
7592 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7593
7594 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7595 and variable.
7596 (gdb-var-create-handler, gdb-var-list-children-handler):
7597 Don't match on "char **...".
7598 (gdb-var-update-handler): Find values for all variable objects.
7599 (gdb-info-frames-custom): Identify frames by leading "#".
7600
7601 * progmodes/gud.el (gud-speedbar-menu-items): Add
7602 gdb-speedbar-auto-raise as radio button.
7603 (gud-speedbar-buttons): Raise speedbar if requested.
7604 Don't match on "char **...".
7605 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7606 Make it editable.
7607
7608 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7609
7610 * info.el (Info-fontify-node): Handle the case where
7611 Info-current-file is t.
7612
7613 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7614
7615 * simple.el (blink-matching-open): Fix off-by-one in last change.
7616
7617 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7618
7619 * term/mac-win.el: Don't change default directory.
7620
7621 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7622
7623 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7624 buffers correctly. (It used to throw an error in such buffers.)
7625 Make it ask for confirmation in group buffers and other Custom
7626 buffers containing more than one customization item.
7627
7628 2005-11-22 John Paul Wallington <jpw@gnu.org>
7629
7630 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7631 property on mail and url overlays.
7632 (goto-address-at-point): Use `posn-set-point' instead of
7633 `mouse-set-point' because the latter is not fbound when configured
7634 without X.
7635
7636 2005-11-22 Lars Hansen <larsh@soem.dk>
7637
7638 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7639 (ls-lisp-classify, ls-lisp-format): Delete call to
7640 ls-lisp-parse-symlink.
7641 (ls-lisp-handle-switches): Handle symlinks to directories as
7642 directories when ls-lisp-dirs-first in non-nil.
7643
7644 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7645
7646 * startup.el (command-line): Make sure that loaddefs.el is handled
7647 correctly in load-history.
7648
7649 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7650
7651 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7652 (gdb-struct-string, gdb-array-string): New constants.
7653 (gdb-info-locals-handler): Use them.
7654 (gdb-reset): Reset gdb-var-list to nil.
7655
7656 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7657
7658 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7659 in patterns.
7660
7661 2005-11-21 Juri Linkov <juri@jurta.org>
7662
7663 * custom.el (defcustom): Update link types in docstring.
7664
7665 2005-11-20 Martin Rudalics <rudalics@gmx.at>
7666
7667 * custom.el (defgroup): Add doc-string-elt info.
7668
7669 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7670
7671 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7672
7673 * newcomment.el (comment-enter-backward): Fix last fix.
7674
7675 * simple.el (blink-matching-open):
7676 * paren.el (show-paren-function): Allow new paren-class info.
7677
7678 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7679
7680 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7681 handled automagically.
7682
7683 2005-11-20 Andreas Schwab <schwab@suse.de>
7684
7685 * descr-text.el (describe-char): When copying overlays put them
7686 over the full char description instead of just the first character
7687 of it.
7688
7689 2005-11-20 Juri Linkov <juri@jurta.org>
7690
7691 * simple.el (what-cursor-position):
7692 * descr-text.el (describe-char): Use Lisp-readable syntax
7693 for octal and hex. Reorder decimal, octal and hex values.
7694 Remove excess whitespace in the output. Use `=' in `column='
7695 like in `point=' and `Hscroll='.
7696
7697 * international/mule-cmds.el (encoded-string-description):
7698 Use Lisp-readable syntax for hex.
7699
7700 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7701
7702 * newcomment.el (comment-enter-backward): Handle the case where the
7703 comment is closed by EOB.
7704
7705 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7706
7707 * longlines.el (longlines-before-revert-hook)
7708 (longlines-after-revert-hook): New functions.
7709 (longlines-mode): Turn off longlines temporarily when reverting.
7710 Add a message-setup-hook.
7711 (longlines-decode-buffer): New function.
7712 (longlines-wrap-line): Preserve marker positions.
7713
7714 2005-11-19 Andreas Schwab <schwab@suse.de>
7715
7716 * emacs-lisp/shadow.el: Handle compressed files.
7717
7718 2005-11-19 Romain Francoise <romain@orebokech.com>
7719
7720 * net/browse-url.el (browse-url-default-browser): Signal an error
7721 if no usable browser can be found, rather than try to load w3.
7722
7723 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7724
7725 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7726 replacing existing properties.
7727 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7728 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7729 tty specs.
7730 (rcirc-server-prefix, rcirc-server): New faces.
7731 (rcirc-url-regexp): Generate with rx macro.
7732 (rcirc-last-server-message-time): New variable.
7733 (rcirc-filter): Record time of last message.
7734 (rcirc-keepalive): Kill processes that did not send a message
7735 since the last ping.
7736 (rcirc-mode): Give rcirc-topic a local binding here.
7737
7738 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7739
7740 * subr.el (read-passwd): Fontify the prompt as we do with other
7741 prompts.
7742
7743 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7744
7745 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7746 binding buffer-read-only to nil.
7747
7748 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7749
7750 * complete.el (partial-completion-mode):
7751 Mention completion-auto-help in the doc string.
7752
7753 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7754 more Lisp-ish way.
7755
7756 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7757
7758 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7759 digits, not 8, to avoid misalignment for files larger than 100MB.
7760
7761 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7762
7763 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7764 Mention "keyboard shortcuts" in the help text.
7765
7766 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7767
7768 * startup.el (fancy-splash-default-action): Discard only
7769 mouse-down and succeeding mouse-up events in the splash screen
7770 window so that drag-n-drop event can be processed.
7771
7772 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7773
7774 * longlines.el (longlines-mode): Add hacks for mail-mode and
7775 message-mode.
7776
7777 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7778
7779 * textmodes/org.el (org-table-sort-lines): New command.
7780 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7781 (org-add-file): Command removed, use `org-agenda-file-to-front'
7782 instead.
7783 (org-export-icalendar): Use `org-icalendar-combined-name'.
7784 (org-cycle-agenda-files, org-agenda-file-to-end)
7785 (org-agenda-file-to-front): New commands.
7786 (org-table-tab-jumps-over-hlines, org-export-html-style):
7787 New options.
7788 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7789 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7790 New functions.
7791 (org-fill-paragraph): Call `org-table-align' in tables.
7792 (org-mode): Call `org-set-autofill-regexps'.
7793 (org-export-as-html): Support for local handformatted lists.
7794 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7795 (org-export-local-list-max-depth): New option.
7796 (org-html-expand): Use `org-html-protect'.
7797
7798 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7799
7800 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7801 to "p".
7802 (gdb): Move definition of gud-pp to...
7803
7804 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7805 speedbar.
7806 (gdb-find-watch-expression): New function.
7807
7808 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7809
7810 * faces.el (face-attribute, set-face-attribute): Mention existence
7811 of `:ignore-defface' setting in docstring.
7812
7813 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7814
7815 * simple.el (completion-setup-function): Fix last change.
7816
7817 2005-11-17 John Paul Wallington <jpw@pobox.com>
7818
7819 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7820 Use `posn-set-point' instead of `mouse-set-point' because the
7821 latter is not fbound when configured without X.
7822
7823 * comint.el (comint-insert-input): Likewise.
7824
7825 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7826
7827 * simple.el (hard-newline): New variable.
7828 (sendmail-user-agent-compose, next-line): Use it.
7829
7830 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7831 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7832 (mail-mail-reply-to, mail-mail-followup-to)
7833 (mail-position-on-field, mail-signature, mail-yank-original)
7834 (mail-attach-file): Likewise.
7835
7836 * mail/mailheader.el (mail-header-format)
7837 (mail-header-format-function): Likewise.
7838
7839 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7840
7841 2005-11-17 Juri Linkov <juri@jurta.org>
7842
7843 * font-lock.el (font-lock-faces): Rename this defgroup from
7844 `font-lock-highlighting-faces'.
7845 (font-lock-comment-face, font-lock-comment-delimiter-face)
7846 (font-lock-string-face, font-lock-doc-face)
7847 (font-lock-keyword-face, font-lock-builtin-face)
7848 (font-lock-function-name-face, font-lock-variable-name-face)
7849 (font-lock-type-face, font-lock-constant-face)
7850 (font-lock-warning-face, font-lock-negation-char-face)
7851 (font-lock-preprocessor-face)
7852 (font-lock-regexp-grouping-backslash)
7853 (font-lock-regexp-grouping-construct): Rename :group from
7854 `font-lock-highlighting-faces' to `font-lock-faces'.
7855
7856 * cus-edit.el (lisp, c, tex):
7857 * progmodes/ada-mode.el (ada):
7858 * progmodes/asm-mode.el (asm):
7859 * progmodes/cperl-mode.el (cperl-faces):
7860 * progmodes/cpp.el (cpp):
7861 * progmodes/dcl-mode.el (dcl):
7862 * progmodes/f90.el (f90):
7863 * progmodes/fortran.el (fortran):
7864 * progmodes/icon.el (icon):
7865 * progmodes/idlwave.el (idlwave-misc):
7866 * progmodes/m4-mode.el (m4):
7867 * progmodes/make-mode.el (makefile):
7868 * progmodes/meta-mode.el (meta-font):
7869 * progmodes/modula2.el (modula2):
7870 * progmodes/octave-mod.el (octave):
7871 * progmodes/pascal.el (pascal):
7872 * progmodes/perl-mode.el (perl):
7873 * progmodes/prolog.el (prolog):
7874 * progmodes/ps-mode.el (PostScript-edit):
7875 * progmodes/scheme.el (scheme):
7876 * progmodes/sh-script.el (sh-script):
7877 * progmodes/simula.el (simula):
7878 * progmodes/tcl.el (tcl):
7879 * textmodes/nroff-mode.el (nroff):
7880 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7881 * textmodes/sgml-mode.el (sgml):
7882 * textmodes/texinfo.el (texinfo):
7883 Add :link (custom-group-link font-lock-faces) to defgroup.
7884
7885 * hi-lock.el (hi-lock): Rename this defgroup from
7886 `hi-lock-interactive-text-highlighting'. Change parent group from
7887 `faces' to `font-lock'. Add link to the manual.
7888 (hi-lock-mode, hi-lock-file-patterns-range)
7889 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7890 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7891 (hi-lock-faces): Add :group `faces'.
7892
7893 * cus-edit.el (custom-variable-prompt): Clarify the code.
7894
7895 * faces.el (face-read-string): Set the default value arg of
7896 completing-read.
7897
7898 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7899
7900 * rfn-eshadow.el (file-name-shadow-properties)
7901 (file-name-shadow-tty-properties, file-name-shadow-mode):
7902 Remove autoloads, because the file is now preloaded.
7903
7904 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7905
7906 * printing.el (easy-menu-intern): Don't define.
7907 (pr-get-symbol): Use easy-menu-intern only if defined.
7908
7909 * simple.el (blink-matching-open): Simplify a bit.
7910 (completion-setup-function): Fix the case of partial-completion-mode
7911 when the minibuffer's contents start with "-".
7912 Obey completion-base-size-function even when
7913 minibuffer-completing-file-name is non-nil.
7914
7915 2005-11-16 Richard M. Stallman <rms@gnu.org>
7916
7917 * net/eudcb-ph.el (eudc-ph-open-session):
7918 Use set-process-query-on-exit-flag.
7919
7920 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7921
7922 * international/ucs-tables.el (ucs-set-table-for-input):
7923 Use make-local-variable, not make-variable-buffer-local.
7924
7925 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7926 Improve warning message text.
7927
7928 * savehist.el (savehist-save-hook): Add :group.
7929
7930 * menu-bar.el (menu-bar-help-menu):
7931 Rename Find Extra Packages to External Packages.
7932
7933 * cus-edit.el (Custom-reset-standard): Verify that
7934 :custom-standard-value prop exists before calling it.
7935
7936 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7937
7938 2005-11-16 Martin Rudalics <rudalics@gmx.at>
7939
7940 * wid-edit.el (color): Enclose %t in %{...%}.
7941
7942 * cus-edit.el (face): Enclose %t in %{...%}.
7943
7944 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7945
7946 * savehist.el (savehist-mode-hook): Re-add the var.
7947 (savehist-mode): Use it.
7948
7949 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7950
7951 * textmodes/flyspell.el: Fix commenting convention.
7952 Remove unnecessary leading * in custom docstrings.
7953 (flyspell-emacs): Remove unused var.
7954 (flyspell-delete-region-overlays): Use remove-overlays.
7955 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7956 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7957 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7958 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7959 (make-flyspell-overlay): Don't locally reuse a global name.
7960 (flyspell-highlight-incorrect-region)
7961 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7962 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7963 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7964 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7965 Wrap calls to accept-process-output inside with-local-quit since it's
7966 often called from a post-command-hook.
7967 (flyspell-correct-word, flyspell-auto-correct-word):
7968 Use ispell-send-string.
7969 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7970
7971 * calendar/diary-lib.el (diary-list-entries): Also hide the
7972 terminating newline.
7973
7974 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7975
7976 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7977 window-system, to allow fonts on tty.
7978
7979 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7980
7981 * progmodes/gud.el (gud-speedbar-item-info): New function.
7982 (gud-install-speedbar-variables): Use it to display data type
7983 of watch expression as a tooltip in speedbar.
7984
7985 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7986
7987 * font-core.el (global-font-lock-mode): Add :version keyword,
7988 because default was changed.
7989
7990 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7991
7992 * startup.el (command-line): Use `custom-reevaluate-setting' for
7993 `file-name-shadow-mode'.
7994
7995 * loadup.el: Preload rfn-eshadow.
7996
7997 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7998 Add :version keyword.
7999 (file-name-shadow-properties, file-name-shadow-tty-properties)
8000 (file-name-shadow): Add :version keyword.
8001
8002 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
8003 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
8004 in the custom-group property of the symbol frames and the fringe
8005 group got no link to its parent group frames.
8006 Doc fix.
8007
8008 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
8009
8010 * progmodes/gud.el (gud-stop-subjob): New function.
8011 (gud-menu-map, gud-tool-bar-map): Use it.
8012
8013 2005-11-16 Kim F. Storm <storm@cua.dk>
8014
8015 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
8016 than kill it.
8017 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
8018 to a more useful/logical place.
8019
8020 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
8021
8022 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
8023 go buttons complementary.
8024
8025 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8026
8027 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
8028 (rfn-eshadow-sifn-equal): New function.
8029 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
8030
8031 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
8032
8033 * viper-utils.el (viper-non-word-characters-reformed-vi):
8034 Quote `-' in string.
8035
8036 * viper.el (viper-emacs-state-mode-list): Ensure that
8037 rcirc-mode buffers come up in Emacs state.
8038
8039 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
8040 operation.
8041
8042 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
8043
8044 * term.el (term-termcap-format): Fix typos.
8045 (term-down): Fix the negative argument case.
8046
8047 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
8048
8049 * progmodes/gdb-ui.el: Remove face-alias left over from change on
8050 2005-08-15.
8051 (gdb-ann3): New command gud-go.
8052 (menu): Accomodate gdb-mi.el.
8053 (gdb-assembler-custom): Make buffer of selected window current
8054 so that set-window-point works.
8055
8056 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
8057 buttons and include new ones.
8058
8059 2005-11-16 Kim F. Storm <storm@cua.dk>
8060
8061 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
8062 (gud-menu-map): Use it.
8063
8064 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
8065
8066 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
8067 that works correctly for Custom and that does not override a user
8068 who disables it.
8069
8070 * help-mode.el (help-make-xrefs, help-xref-on-pp)
8071 (help-xref-interned, help-follow): Make hyperlinks for variables
8072 that are unbound, but have a non-nil variable-documentation property.
8073
8074 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
8075 mode hook. (It conflicted with defcustoms for some mode hooks.)
8076 Use the `variable-documentation' property to give the mode hook a
8077 docstring and expand that docstring.
8078
8079 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
8080
8081 * savehist.el (savehist-mode): Don't bother with
8082 `custom-set-minor-mode'.
8083 (savehist-coding-system): Check XEmacs version.
8084 (history-length): Declare also at run time.
8085 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
8086 Don't set the customize state.
8087 (savehist-minibuffer-hook): Special case for when
8088 minibuffer-history-variable is equal to t.
8089
8090 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
8091
8092 * files.el (write-file): Refresh VC status.
8093
8094 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
8095 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
8096 than fundamental-mode to see if the mode was set.
8097
8098 2005-11-14 Romain Francoise <romain@orebokech.com>
8099
8100 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
8101 dummy function in `eval-when-compile' to avoid compiler warning.
8102 Require `man' at compile time.
8103
8104 2005-11-14 Jay Belanger <belanger@truman.edu>
8105
8106 * calc-alg.el (calcFunc-write-out-power): Rename it to
8107 calcFunc-powerexpand.
8108 (math-write-out-power): Rename it to math-powerexpand; have it
8109 handle negative exponents.
8110 (calc-writeoutpower): Rename it to calc-powerexpand.
8111
8112 * calc-ext.el: Change calcFunc-writeoutpower and
8113 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
8114 autoloads.
8115 Add calcFunc-ldiv to autoloads.
8116
8117 * calc-arith.el (calcFunc-ldiv): New function.
8118
8119 * calc.el (calc-left-divide): New function.
8120
8121 2005-11-14 Juri Linkov <juri@jurta.org>
8122
8123 * cus-edit.el (custom-variable-prompt): Set the default value arg
8124 of completing-read.
8125
8126 * cus-dep.el (custom-make-dependencies): Reverse the list of
8127 found dependencies.
8128
8129 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
8130
8131 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
8132 Highlighting" entry, it is on by default now.
8133 (menu-bar-options-save): Do not save global-font-lock-mode.
8134
8135 2005-11-13 Richard M. Stallman <rms@gnu.org>
8136
8137 * textmodes/flyspell.el (flyspell-large-region):
8138 Call flyspell-accept-buffer-local-defs.
8139
8140 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
8141
8142 * textmodes/flyspell.el (flyspell-notify-misspell):
8143 Fix misspelling of "Misspelling".
8144 (flyspell-process-localwords): New function.
8145 (flyspell-large-region): Call flyspell-process-localwords and
8146 flyspell-delete-region-overlays.
8147 (flyspell-delete-region-overlays): New function.
8148 (flyspell-delete-all-overlays): Call that.
8149
8150 2005-11-13 Richard M. Stallman <rms@gnu.org>
8151
8152 * help.el (help-for-help-internal): Improve doc of C-h a.
8153 (describe-key): Improve prompt; doc fix.
8154
8155 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8156
8157 * vc-svn.el (vc-svn-registered): Catch all errors.
8158
8159 * cus-dep.el (custom-make-dependencies): Typo.
8160
8161 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
8162
8163 * net/tramp-util.el (top): Fix compilation warning.
8164
8165 2005-11-13 Kim F. Storm <storm@cua.dk>
8166
8167 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
8168
8169 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
8170
8171 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
8172 (gud-speedbar-buttons): Match on "const char *" too.
8173
8174 * progmodes/gdb-ui.el (gdb-var-create-handler)
8175 (gdb-var-list-children-handler): Match on "const char *" too.
8176 (gdb-var-evaluate-expression-handler): Match on empty string.
8177 (gdb-var-update-handler): Only call
8178 gdb-var-evaluate-expression-handler when required.
8179
8180 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
8181
8182 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
8183 selected window. This still doesn't work for speedbar.
8184 (gud-speedbar-buttons): Handle string expressions properly.
8185
8186 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
8187 (gdb-var-create-handler): Handle string expressions properly.
8188 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
8189 Handle string expressions properly. Move "type" field into regexp.
8190
8191 2005-11-12 Karl Fogel <kfogel@red-bean.com>
8192
8193 * bookmark.el (bookmark-maybe-message): New function to reduce
8194 code duplication: invokes `message' iff baud-rate is high enough.
8195 (bookmark-write-file): Use above instead of an inline conditional.
8196 (bookmark-load): Same.
8197
8198 2005-11-12 Karl Fogel <kfogel@red-bean.com>
8199
8200 * bookmark.el (bookmark-write-file): Don't visit the destination
8201 file, just write the data to it using write-region. This is
8202 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
8203 change to avoid visiting the file in the first place.
8204
8205 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
8206
8207 * hi-lock.el (hi-lock-mode): Set the default value of
8208 font-lock-defaults.
8209
8210 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
8211
8212 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
8213 arg to `file-attributes'.
8214 (find-lisp-format): The UID and GID can now be strings.
8215
8216 2005-11-12 Kim F. Storm <storm@cua.dk>
8217
8218 * help.el (help-map): Bind C-h d to apropos-documentation.
8219
8220 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
8221 when point is at end-of-buffer.
8222
8223 * apropos.el (apropos-match-face): Doc fix.
8224 (apropos-sort-by-scores): Add new choice `verbose'.
8225 (apropos-documentation-sort-by-scores): New defcustom.
8226 (apropos-pattern): Now contains the pattern entered by the user.
8227 (apropos-pattern-quoted): New defvar.
8228 (apropos-regexp): New defvar, containing the regexp corresponding
8229 to apropos-pattern.
8230 (apropos-all-words-regexp): Rename from apropos-all-regexp.
8231 (apropos-read-pattern): New defun. Use it to read pattern arg in
8232 interactive calls; returns list of words for a word list, and
8233 string for a regexp.
8234 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
8235 parses a list of words or regexp as returned by apropos-read-pattern.
8236 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
8237 (apropos-score-doc): Return a very high score if the string
8238 entered by the user matches literally.
8239 (apropos-variable): Doc fix. Use apropos-read-pattern.
8240 (apropos-command): Doc fix. Use apropos-read-pattern and
8241 apropos-parse-pattern. Call apropos-print with nosubst=t.
8242 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
8243 apropos-parse-pattern.
8244 (apropos-documentation): Doc fix. Use apropos-read-pattern and
8245 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
8246 apropos-documentation-sort-by-scores. Call apropos-print with
8247 nosubst=t.
8248 (apropos-documentation-internal): Pass doc string through
8249 substitute-key-definition before adding text properties.
8250 Highlight substring matching literal user input if possible.
8251 (apropos-documentation-check-doc-file): Remove locals beg and end.
8252 Fix calculation of score (as added twice). Pass doc string through
8253 substitute-key-definition before adding text properties.
8254 (apropos-documentation-check-elc-file): Pass doc string through
8255 substitute-key-definition before adding text properties.
8256 Highlight substring matching literal user input if possible.
8257 (apropos-print): Add new arg NOSUBST; if set, command and variable
8258 doc strings have already been passed through substitute-key-definition.
8259 Add code to handle apropos-accumulator items without score element
8260 for backwards compatibility (e.g. with woman package).
8261 Only show scores if apropos-sort-by-scores is `verbose'.
8262
8263 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8264
8265 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
8266 Add jka-compr-load-suffixes to load-suffixes.
8267
8268 * jka-compr.el: Require jka-cmpr-hook.
8269 (jka-compr-info-compress-message, jka-compr-info-compress-program)
8270 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
8271 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
8272 (jka-compr-info-can-append, jka-compr-info-strip-extension)
8273 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
8274 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
8275 (jka-compr-uninstall): Remove entries from
8276 jka-compr-added-to-file-coding-system-alist after they are used.
8277 (jka-compr-error): Remove unused var `curbuf'.
8278 (jka-compr-file-local-copy): Remove unused var `notfound'.
8279
8280 2005-11-10 Romain Francoise <romain@orebokech.com>
8281
8282 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
8283
8284 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
8285
8286 * progmodes/gud.el (gud-menu-map): Move parentheses.
8287 (gdb): New command gud-pv.
8288
8289 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8290
8291 * tar-mode.el: Remove spurious or unnecessary leading stars
8292 in docstrings.
8293 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
8294 (tar-parse-octal-integer-safe): Use mapc.
8295 (tar-header-block-summarize): Remove unused var `ck'.
8296 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
8297 cleared before. Obey default-enable-multibyte-characters.
8298 Use mapconcat. Simplify setting of tar-header-offset.
8299 (tar-mode-map): Move initialization inside delcaration.
8300 (tar-flag-deleted): Use `abs'.
8301 (tar-expunge-internal): Remove unused var `line'.
8302 (tar-expunge-internal): Don't hardcode point-min==1.
8303 (tar-expunge): Widen while doing set-buffer-multibyte.
8304 (tar-rename-entry): Use file-name-coding-system.
8305 (tar-alter-one-field): Don't hardcode point-min==1.
8306 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
8307 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
8308
8309 2005-11-10 Masatake YAMATO <jet@gyve.org>
8310
8311 * add-log.el (add-log-current-defun): Handle class::method
8312 notation of c++. Fix incorrect comment.
8313
8314 2005-11-10 Alan Mackenzie <acm@muc.de>
8315
8316 * help-fns.el (describe-variable): Make C-h v work when a variable
8317 has variable documentation yet is unbound.
8318
8319 2005-11-10 Masatake YAMATO <jet@gyve.org>
8320
8321 * man.el (Man-highlight-references): Set an empty
8322 string to `Man-arguments' if it is nil.
8323 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
8324
8325 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8326
8327 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
8328 commenting conventions.
8329
8330 * cus-dep.el (custom-make-dependencies): Simplify.
8331 Better follow the commenting conventions.
8332
8333 2005-11-09 Richard M. Stallman <rms@gnu.org>
8334
8335 * apropos.el (apropos-pattern): Rename from apropos-regexp.
8336 (apropos-orig-pattern): Rename from apropos-orig-regexp.
8337 All uses changed.
8338 (apropos-rewrite-regexp): Doc fix.
8339 (apropos-variable, apropos-command, apropos, apropos-value):
8340 Change prompt; carry through the argument renaming.
8341
8342 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
8343
8344 * find-lisp.el: Require dired.
8345 (find-lisp-find-dired-internal): Do not call
8346 `abbreviate-file-name' on DIR.
8347
8348 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
8349
8350 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
8351
8352 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
8353
8354 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
8355 when using the speedbar.
8356 (gdb): New command gud-pp.
8357 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
8358
8359 2005-11-09 Juri Linkov <juri@jurta.org>
8360
8361 * replace.el (occur-excluded-properties): New defcustom.
8362 (occur-1, occur-engine, occur-accumulate-lines): Use it.
8363
8364 2005-11-08 Jay Belanger <belanger@truman.edu>
8365
8366 * calc/calc-units.el (math-convert-units): Replace any composite
8367 unit by its definition.
8368
8369 2005-11-08 Lars Hansen <larsh@soem.dk>
8370
8371 * emacs-lisp/autoload.el (update-directory-autoloads):
8372 Add obsolete function alias.
8373
8374 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8375
8376 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8377 comment-indent-function.
8378 (lisp-comment-indent): Replace by an alias for comment-indent-default.
8379
8380 * reveal.el (reveal-post-command): Rework the handling of
8381 reveal-open-spots, so as to be more reliable. There were several
8382 tricky corner cases where an open spot might be lost, or where
8383 a closed spot might end up on the list of open spots.
8384 Only reveal text that's ellipsised.
8385
8386 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
8387
8388 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
8389
8390 2005-11-07 John Paul Wallington <jpw@gnu.org>
8391
8392 * ibuffer.el (ibuffer): Search iconified frames too when
8393 getting Ibuffer buffer's window.
8394
8395 2005-11-06 Richard M. Stallman <rms@gnu.org>
8396
8397 * progmodes/compile.el (compilation-internal-error-properties):
8398 save-excursion around the computation of MARKER.
8399
8400 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
8401
8402 * textmodes/flyspell.el (flyspell-external-point-words):
8403 flyspell-get-word returns a list, not just a string.
8404
8405 2005-11-06 John Paul Wallington <jpw@pobox.com>
8406
8407 * ibuffer.el (ibuffer): Search all visible frames when getting
8408 Ibuffer buffer's window.
8409
8410 2005-11-07 Masatake YAMATO <jet@gyve.org>
8411
8412 * man.el (Man-reference-regexp): Accept spaces between
8413 `Man-name-regexp' and `Man-section-regexp'.
8414 (Man-apropos-regexp): New variable.
8415 (Man-abstract-xref-man-page): Use value for `Man-target-string'
8416 if available.
8417 (Man-highlight-references, Man-highlight-references0):
8418 Handle the case when `Man-arguments' includes "-k".
8419 (Man-highlight-references0): Rename the argument `TARGET-POS' to
8420 `TARGET'. `TARGET' can be a number, function or nil.
8421
8422 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
8423
8424 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
8425 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
8426 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
8427 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
8428 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
8429 (gdb-send-item): Use buffer-local-value and simplify.
8430
8431 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
8432
8433 * startup.el (command-line): Use `custom-reevaluate-setting' for
8434 `global-font-lock-mode'.
8435
8436 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
8437 by default, except in batch mode or when the -D option is given.
8438
8439 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
8440 specified keyword args on to `define-minor-mode'. Update docstring.
8441
8442 2005-11-05 Romain Francoise <romain@orebokech.com>
8443
8444 * replace.el (occur-engine): Add marker at end of line, too.
8445
8446 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8447
8448 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8449 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8450 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8451 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8452 argument to all these routines, so the passphrase can be managed
8453 externally and passed in to the system.
8454 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8455 pgg-add-passphrase-to-cache function.
8456
8457 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8458 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8459 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8460 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8461 argument to all these routines, so the passphrase can be managed
8462 externally and passed in to the system.
8463 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8464 function.
8465
8466 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8467
8468 * font-lock.el: Don't deal with font-lock-face-attributes here,
8469 move the code ...
8470
8471 * startup.el (command-line): ... here. Use face-spec-set instead
8472 of custom-declare-face.
8473
8474 * faces.el (face-spec-set): Reset the face if spec is not nil.
8475
8476 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8477
8478 * newcomment.el (comment-region-internal): Box more tightly in the
8479 common case where there's no TAB in the boxed text.
8480
8481 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8482
8483 * info.el (info-tool-bar-map): Use images prev-node, next-node and
8484 up-node.
8485
8486 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8487
8488 * newsticker.el: Commentary updated. Code formatting changed.
8489 (newsticker-version): Change to "1.9".
8490 (newsticker, newsticker-feed): Doc fix.
8491 (newsticker-url-list): Doc fix. Add option "Weekly".
8492 (newsticker-retrieval-interval): Add option "Weekly".
8493 (newsticker-headline-processing): Doc fix.
8494 (newsticker-auto-mark-filter): Remove.
8495 (newsticker-auto-mark-filter-list): New.
8496 (newsticker-layout, newsticker-sort-method): Doc fix.
8497 (newsticker-hide-old-items-in-newsticker-buffer)
8498 (newsticker-heading-format, newsticker-item-format)
8499 (newsticker-desc-format): Doc fix.
8500 (newsticker-show-all-rss-elements): Remove.
8501 (newsticker-show-all-news-elements): New.
8502 (newsticker-faces, newsticker-ticker): Doc fix.
8503 (remove-from-invisibility-spec): Code formatting.
8504 (newsticker--process-ids): New.
8505 (newsticker-mode): Doc fix.
8506 (newsticker-mode): Change mode-line-format.
8507 (newsticker-start): Remove debug output.
8508 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8509 (newsticker-w3m-show-inline-images): Code formatting.
8510 (newsticker-next-item): Call `force-mode-line-update'.
8511 (newsticker-previous-item): Call `force-mode-line-update'.
8512 (newsticker-next-feed): Call `force-mode-line-update'.
8513 (newsticker-previous-feed): Call `force-mode-line-update'.
8514 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8515 (newsticker-show-old-items): Do not show descs.
8516 (newsticker-hide-entry): Hide too much.
8517 (newsticker-hide-entry, newsticker-show-entry)
8518 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8519 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8520 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8521 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8522 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8523 (newsticker-get-news): Call `force-mode-line-update'.
8524 Collect process ids.
8525 (newsticker--sentinel): Change coding system handling.
8526 Move image retrieval to new functions newsticker--get-logo-url-*.
8527 Move feed parsing to new functions newsticker--parse-*.
8528 Update list of process ids.
8529 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8530 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8531 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8532 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8533 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8534 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8535 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8536 (newsticker--decode-coding-string): Remove.
8537 (newsticker--decode-numeric-entities): Check input. Format code.
8538 (newsticker--remove-whitespace): Check input.
8539 (newsticker--do-forget-preformatted): Doc fix.
8540 (newsticker--decode-rfc822-date): Allow for missing time.
8541 (newsticker--update-process-ids): New.
8542 (newsticker--image-sentinel): Change comment.
8543 (newsticker--image-read): Change error message.
8544 (newsticker--imenu-goto): Doc fix. Show headline title.
8545 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8546 (newsticker--buffer-do-insert-text): Clean whitespace in
8547 html-rendered headline title. Code formatting.
8548 Call `newsticker--buffer-print-extra-elements'.
8549 (newsticker--buffer-print-extra-element): Remove.
8550 (newsticker--buffer-print-extra-elements): New.
8551 (newsticker--buffer-do-print-extra-element): New.
8552 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8553 large sizes.
8554 (newsticker--run-auto-mark-filter)
8555 (newsticker--do-run-auto-mark-filter):
8556 Use `newsticker-auto-mark-filter-list'.
8557
8558 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8559
8560 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8561 (rcirc-print): Force redisplay before running hooks. Do long
8562 buffer truncation after making new text read-only. Deal with nil
8563 text when decoding strings. If TARGET is nil, use either the
8564 currently selected buffer, if it is an rcirc buffer and of the
8565 same process or the process buffer.
8566 (rcirc-mode): Remove header-line. Recompute short buffer names.
8567 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8568 (rcirc-short-buffer-name): Add variable.
8569 (rcirc-kill-buffer-hook): Recompute short buffer names.
8570 Remove nick from private channel.
8571 (rcirc-send-input): Send command text to current-buffer.
8572 Don't clear overlay arrow here.
8573 (rcirc-short-buffer-name): Return a short buffer name.
8574 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8575 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8576 buffer-name abbreviations.
8577 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8578 Do not touch nick-table when killing a parted channel.
8579 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8580 Clear arrow from current buffer if it is now hidden.
8581 (rcirc-current-buffer): Add variable.
8582 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8583 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8584 Remove -face from names.
8585 (rcirc-update-activity-string): Print "DND" when globally ignoring
8586 activity.
8587 (rcirc-ignore-buffer-activity-flag): Rename from
8588 rcirc-ignore-channel-activity.
8589 (rcirc-ignore-all-activity-flag): Doc fix.
8590 (rcirc-channels): Remove variable.
8591 (rcirc-kill-buffer-hook):
8592 (rcirc-get-buffer-create): Add nick to private channel.
8593 (rcirc-multiline-edit-submit): Remove tabs.
8594 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8595 folded.
8596 (rcirc-remove-nick-channel): Bug fix.
8597 (rcirc-toggle-ignore-buffer-activity): Rename from
8598 rcirc-toggle-ignore-channel-activity.
8599 (rcirc-record-activity): Add buffers to the front of the list.
8600 (rcirc-update-activity): Remove killed buffers from list.
8601 (rcirc-process-server-response-1): Remove last argument if it is
8602 null before calling handler.
8603 (rcirc): Add "rcirc" defcustom prefix.
8604 (rcirc-prompt): Simplify default prompt.
8605 Use custom-initialize-default.
8606 (rcirc-private-chats): Remove variable.
8607 (rcirc-prompt): Change initialization.
8608 (rcirc-version): Remove function.
8609 (rcirc-id-string): Add constant.
8610 (rcirc-last-buffer): Remove variable.
8611 (rcirc-buffer-alist): Add variable.
8612 (rcirc-connect): Update variable setup.
8613 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8614 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8615 default.
8616 (rcirc-handler-generic): Trigger activity.
8617 (rcirc-send-message): Create the buffor of the target.
8618 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8619 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8620 (rcirc-multiline-edit-cancel): Remove function.
8621 (rcirc-set-last-buffer): Remove function.
8622 (rcirc-get-any-buffer): Add function.
8623 (rcirc-join-channels): Don't print /join text.
8624 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8625 messages.
8626 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8627 (rcirc-handler-NOTICE): Recognize CTCP responses.
8628 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8629 constructing TOPIC string for buffers we are not JOINed.
8630 (rcirc-handler-CTCP-response): Add handler.
8631 (rcirc-multiline-edit-submit): Restore the window-configuration
8632 before adjusting point.
8633 (rcirc): Add customization group.
8634 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8635 (rcirc-user-full-name, rcirc-startup-channels-alist)
8636 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8637 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8638 (rcirc-input-ring-size, rcirc-read-only-flag)
8639 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8640 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8641 Change defvar to defcustom.
8642 (rcirc-update-prompt): Add optional ALL arg, which will update
8643 prompts in all rcirc buffers. Regexp quote replacement text.
8644 (rcirc-fill-column): Accept frame-width as a value.
8645 (rcirc-set-changed): Add function.
8646 (rcirc-next-active-buffer): Write more meaningful messages.
8647 (rcirc-faces): Add customization group.
8648 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8649 (rcirc-nick-in-message-face, rcirc-prompt-face)
8650 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8651 (with-rcirc-process-buffer): Move before first usage.
8652 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8653 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8654 (rcirc-debug): Rename from `rcirc-log'.
8655 (rcirc-format-response-string): Do not print `-' chars for a
8656 NOTICE with no sender. Simplify output of server responses.
8657
8658 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8659
8660 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8661 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8662 Make urls mouse and RET clickable.
8663
8664 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8665
8666 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8667
8668 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8669
8670 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8671 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8672 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8673 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8674 argument to all these routines, so the passphrase can be managed
8675 externally and passed in to the system.
8676 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8677 pgg-add-passphrase-to-cache function.
8678
8679 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8680 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8681 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8682 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8683 argument to all these routines, so the passphrase can be managed
8684 externally and passed in to the system.
8685 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8686 function.
8687
8688 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8689
8690 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8691 from goto-address-url-regexp.
8692
8693 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8694
8695 * textmodes/org.el (org-read-date, org-goto-calendar)
8696 (org-recenter-calendar, org-agenda-goto-calendar):
8697 Temporarily clear `calendar-move-hook'.
8698
8699 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8700
8701 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8702 merging.
8703
8704 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8705 have merge clashes.
8706
8707 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8708
8709 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8710 Undo previous change.
8711
8712 * startup.el (command-line): Use `custom-reevaluate-setting' for
8713 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8714 tty-register-default-colors on Mac.
8715
8716 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8717
8718 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8719 (gdb-buffer-type): Make it automatically buffer local...
8720 (gdb-get-create-buffer): ...and set it accordingly.
8721 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8722 actually work.
8723
8724 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8725
8726 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8727 not red.
8728
8729 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8730
8731 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8732 case GUD buffer is not visible.
8733 (gdb-goto-breakpoint): Try to force display in source buffer.
8734 (gdb-frame-gdb-buffer): Copy other similar functions.
8735 (gdb-restore-windows): Don't display source if not asked for.
8736 (gdb-assembler-buffer-name): Don't capitalise.
8737
8738 2005-11-03 Richard M. Stallman <rms@gnu.org>
8739
8740 * wid-edit.el (key-sequence): New widget type.
8741
8742 * simple.el (set-mark-command-repeat-pop): New variable.
8743 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8744 if set-mark-command-repeat-pop is true.
8745
8746 * info.el (Info-fontify-node): Don't display extra "see" if there
8747 already is one here.
8748
8749 * mouse.el: Fix special handling of DEL after dragging a region:
8750 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8751 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8752
8753 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8754
8755 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8756 not to assume it pertains to an affix.
8757
8758 * textmodes/flyspell.el (flyspell-post-command-hook):
8759 Bind deactivate-mark to prevent deactivation.
8760
8761 2005-11-03 Lars Hansen <larsh@soem.dk>
8762
8763 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8764 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8765 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8766
8767 2005-11-03 Romain Francoise <romain@orebokech.com>
8768
8769 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8770 Update copyright years.
8771
8772 2005-11-03 Sam Steingold <sds@gnu.org>
8773
8774 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8775 Use system-type instead of window-system because window-system is not
8776 correctly defined during loadup.
8777
8778 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8779
8780 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8781 (xml-parse-tag): Join strings separated by a comment properly.
8782
8783 2005-11-02 Andreas Schwab <schwab@suse.de>
8784
8785 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8786
8787 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8788
8789 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8790 (byte-optimize-pure-func): Quote the eval'd value.
8791
8792 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8793 Rename from perl-font-lock-syntactic-face-function.
8794 Change the calling convention so it can be used as a font-lock MATCHER.
8795 Do the parse-partial-sexp loop outselves.
8796 (perl-font-lock-syntactic-keywords): Use it.
8797 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8798
8799 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8800
8801 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8802 disassembly buffer too.
8803 (gdb-exited): Remove overlay arrows when execution has finished.
8804 (gdb-info-frames-custom, gdb-info-threads-custom)
8805 (gdb-info-registers-custom): Don't add inappropriate text
8806 properties if inferior is not active.
8807
8808 2005-11-02 Glenn Morris <rgm@gnu.org>
8809
8810 * progmodes/fortran.el (fortran-blink-match):
8811 Use `blink-matching-delay'.
8812
8813 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8814
8815 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8816
8817 2005-11-02 Lars Hansen <larsh@soem.dk>
8818
8819 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8820 "Permission denied".
8821
8822 2005-11-01 Richard M. Stallman <rms@gnu.org>
8823
8824 * textmodes/flyspell.el (flyspell-external-point-words):
8825 Pass nil to flyspell-get-word.
8826
8827 2005-11-02 Kim F. Storm <storm@cua.dk>
8828
8829 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8830 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8831
8832 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8833
8834 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8835 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8836 (calendar-mouse-print-dates): Add optional `event' argument.
8837 Update interactive-spec.
8838 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8839 Use `calendar-event-to-date' instead of `event'.
8840
8841 2005-11-02 Masatake YAMATO <jet@gyve.org>
8842
8843 * progmodes/ld-script.el (ld-script-builtins):
8844 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8845 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8846 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8847
8848 2005-11-01 Romain Francoise <romain@orebokech.com>
8849
8850 * vc-sccs.el: Update copyright year.
8851 * ezimage.el: Likewise.
8852
8853 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8854
8855 * info.el (Info-fontify-node): Use `string-width' for fontifying
8856 underlined titles.
8857
8858 2005-11-01 Juri Linkov <juri@jurta.org>
8859
8860 * info.el (Info-fontify-node): Downcase node header keywords Node,
8861 Prev, Next, Up before comparison.
8862 (Info-history): Insert absolute directory name, and put invisible
8863 property on it.
8864
8865 2005-11-01 Juri Linkov <juri@jurta.org>
8866
8867 * info.el (Info-file-supports-index-cookies): New variable.
8868 (Info-find-node-2): Check makeinfo version for index cookie support.
8869 (Info-index-nodes): Search for nodes with index cookies only when
8870 Info-file-supports-index-cookies is t. Otherwise, search nodes
8871 with "Index" in the node name.
8872 (Info-index-node): Search index cookie in the current node only when
8873 Info-file-supports-index-cookies is t. Otherwise, check the word
8874 "Index" in the node name.
8875 (Info-find-emacs-command-nodes): Remove code that searches nodes
8876 with "Index" node name in the top menu.
8877
8878 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8879
8880 * progmodes/scheme.el (scheme-mode-variables): Use the default
8881 comment-indent-function.
8882
8883 * faces.el (face-attribute): Handle the case where a face inherits from
8884 a non-existent face.
8885
8886 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8887 for octal and hexa output, and merge the char into the paren.
8888 (kill-new): Use push.
8889 (copy-to-buffer): Use with-current-buffer.
8890 (completion-setup-function): Move code in loop to remove redundancy.
8891 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8892 those inherited from minibuffer-local-completion-map.
8893
8894 * savehist.el (savehist-mode) <defcustom>:
8895 Use custom-set-minor-mode if available.
8896 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8897 and emit a message if applicable.
8898
8899 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8900
8901 * savehist.el: Sync up to version 19.
8902 (savehist-mode): New minor mode.
8903 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8904 (savehist-length): Remove (use history-length instead).
8905 (savehist-file-modes): Rename from savehist-modes.
8906 (savehist-save-hook, savehist-loaded): New vars.
8907 (savehist-load): Use savehist-mode. Try to smooth up transition from
8908 old format to new format.
8909 (savehist-install): Allow savehist-autosave-interval to be nil.
8910 (savehist-save): Run the new hook. Be more careful to only trim the
8911 history variables.
8912 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8913 (savehist-printable): Print into a buffer rather than char-by-char.
8914
8915 2005-11-01 John Wiegley <johnw@newartisans.com>
8916
8917 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8918 toggle-ignore keybinding (C-a). The author said it had been
8919 disabled much earlier due to a possible incompatibility, but after
8920 many months of usage I have encountered no problems (and it is a
8921 rather useful option, especially for switching to " *temp*").
8922
8923 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8924 support for OS/X's AddressBook, by calling out to the open source
8925 program "contacts" (installable through Fink).
8926
8927 * net/eudc.el (eudc-expand-inline): If the
8928 `eudc-multiple-match-handling-method' is set to `all', delete the
8929 query string before inserting the query result.
8930
8931 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8932 flag, to prevent Eshell from using the system ls when
8933 `eshell-ls-insert-directory' is in used.
8934 (eshell-ls-insert-directory): Disable font-lock in directory
8935 buffer so that Eshell's own fontification is seen. This broke
8936 recently due to changes in font-lock, so this goes back to version
8937 21 behavior.
8938
8939 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8940
8941 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8942 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8943 (gdb-many-windows): Doc fix.
8944
8945 2005-10-31 Romain Francoise <romain@orebokech.com>
8946
8947 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8948
8949 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8950
8951 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8952 that global-font-lock-mode can be enabled by default.
8953
8954 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8955 (font-lock-add-keywords, font-lock-remove-keywords)
8956 (font-lock-fontify-buffer): Remove autoload cookies.
8957
8958 * jit-lock.el (jit-lock-register): Likewise.
8959
8960 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8961
8962 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8963
8964 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8965 intact if there is no gud-comint-buffer.
8966
8967 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8968
8969 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8970 old prompt comint-prompt-read-only is t and GDB commands are
8971 issued from tool bar etc.
8972
8973 2005-10-31 Masatake YAMATO <jet@gyve.org>
8974
8975 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8976
8977 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8978
8979 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8980 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8981
8982 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8983
8984 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8985 starting at beginning of line. Fontification is messed up when
8986 `open-paren-in-column-0-is-defun-start' set to t.
8987 Reported by John Paul Wallington <jpw@pobox.com>.
8988
8989 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8990
8991 * comint.el (comint-send-input): Call `comint-update-fence' when
8992 `comint-process-echoes' and `comint-prompt-read-only' are both
8993 non-nil, to avoid leftover read-only newline.
8994
8995 2005-10-30 Richard M. Stallman <rms@gnu.org>
8996
8997 * textmodes/flyspell.el (flyspell-external-point-words):
8998 Detect when WORD can't be checked properly because
8999 flyspell-get-word finds just part of it, and move on.
9000
9001 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
9002 boundarychar for Polish.
9003 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
9004 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
9005
9006 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
9007
9008 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
9009 (gdb-registers-font-lock-keywords): Delete.
9010 (gdb-registers-mode): Don't fontify.
9011 (gdb-info-registers-custom): Use text properties instead as, in
9012 future, changed register values will use font-lock-warning-face.
9013 (gdb-local-font-lock-keywords): Rename to...
9014 (gdb-locals-font-lock-keywords): ...for consistency.
9015
9016 2005-10-30 Andre Spiegel <spiegel@gnu.org>
9017
9018 * vc.el (vc-switch-backend): Better error message if the buffer is
9019 not visiting a file under version control.
9020
9021 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
9022
9023 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
9024
9025 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
9026 ~/.emacs.d/.emacs.
9027
9028 2005-10-29 Richard M. Stallman <rms@gnu.org>
9029
9030 * replace.el (occur-mode-mouse-goto): Always go to other window.
9031 (occur-mode-goto-occurrence): Always switch in same window.
9032
9033 * simple.el (undo): Display message at end, not at start.
9034
9035 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
9036 New arg REUSE-CELL.
9037 (cancel-timer-internal): New function.
9038 (timer-event-handler): Use cancel-timer-internal,
9039 and pass the cell it returns to timer-activate...
9040
9041 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
9042 (jit-lock-deferred-fontify, jit-lock-context-fontify)
9043 (jit-lock-after-change): Test memory-full.
9044
9045 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
9046
9047 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9048 part of the decoded armor to find the key-identifier.
9049 (pgg-gpg-lookup-key-owner): New function to return the
9050 human-readable identifier of a key owner.
9051 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
9052 key itself.
9053 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9054 the key value) if we have a key and can match it against a secret
9055 key. Also, added a note pointing out fact that the prompt only
9056 indicates the first matching key.
9057
9058 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
9059 pgg-decrypt-region.
9060 (pgg-pending-timers): A new hash for tracking the passphrase cache
9061 timers, so that new ones supercede old ones.
9062 (pgg-add-passphrase-to-cache): Rename from
9063 `pgg-add-passphrase-cache' to reduce confusion (all callers
9064 changed). Modified to cancel old timers when new ones are added.
9065 (pgg-remove-passphrase-from-cache): Rename from
9066 `pgg-remove-passphrase-cache' to reduce confusion (all callers
9067 changed). Modified to cancel old timers when their keys are
9068 removed from the cache.
9069 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
9070 XEmacs, an indirection to delete-itimer.
9071 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
9072 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
9073 users can only check cache without risk of prompting. Correct bug in
9074 notruncate behavior.
9075 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
9076 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
9077 Add informative docstrings.
9078 (pgg-decrypt): Convey provided passphrase in subordinate call to
9079 pgg-decrypt-region.
9080
9081 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9082 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9083 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9084 `passphrase' argument, so the passphrase can be managed externally
9085 and then passed in to the system.
9086
9087 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9088 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
9089 so the passphrase cache can be used reliably with identifiers
9090 besides a pgp packet's key id.
9091
9092 * pgg-gpg.el (pgg-pgp-encrypt-region)
9093 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9094 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9095 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9096 argument to all these routines, so the passphrase can be managed
9097 externally and passed in to the system.
9098
9099 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9100 `notruncate' argument, so the passphrase cache can be used
9101 reliably with identifiers besides a pgp packet's key id.
9102
9103 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
9104
9105 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9106 symmetric encryption.
9107 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9108 encrypted session key.
9109 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9110 message ask for the passphrase in a proper way.
9111
9112 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9113 New user commands for symmetric encryption.
9114
9115 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
9116
9117 * textmodes/conf-mode.el (conf-assignment-sign)
9118 (conf-assignment-regexp): Fix docstrings.
9119 (conf-mode-initialize): New function.
9120 (conf-mode): Remove optional args. Use delay-mode-hooks to
9121 recognize recursive calls.
9122 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
9123 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
9124 (conf-xdefaults-mode): Use define-derived-mode and
9125 conf-mode-initialize.
9126
9127 2005-10-29 Romain Francoise <romain@orebokech.com>
9128
9129 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
9130
9131 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
9132
9133 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9134 part of the decoded armor to find the key-identifier.
9135 (pgg-gpg-lookup-key-owner): New function to return the
9136 human-readable identifier of a key owner.
9137 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
9138 key itself.
9139 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9140 the key value) if we have a key and can match it against a secret
9141 key. Also, added a note pointing out fact that the prompt only
9142 indicates the first matching key.
9143
9144 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
9145 pgg-decrypt-region.
9146 (pgg-pending-timers): A new hash for tracking the passphrase cache
9147 timers, so that new ones supercede old ones.
9148 (pgg-add-passphrase-to-cache): Rename from
9149 `pgg-add-passphrase-cache' to reduce confusion (all callers
9150 changed). Modified to cancel old timers when new ones are added.
9151 (pgg-remove-passphrase-from-cache): Rename from
9152 `pgg-remove-passphrase-cache' to reduce confusion (all callers
9153 changed). Modified to cancel old timers when their keys are
9154 removed from the cache.
9155 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
9156 XEmacs, an indirection to delete-itimer.
9157 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
9158 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
9159 users can only check cache without risk of prompting. Correct bug in
9160 notruncate behavior.
9161 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
9162 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
9163 Add informative docstrings.
9164 (pgg-decrypt): Convey provided passphrase in subordinate call to
9165 pgg-decrypt-region.
9166
9167 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
9168
9169 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9170 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9171 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9172 `passphrase' argument, so the passphrase can be managed externally
9173 and then passed in to the system.
9174
9175 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9176 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
9177 so the passphrase cache can be used reliably with identifiers
9178 besides a pgp packet's key id.
9179
9180 * pgg-gpg.el (pgg-pgp-encrypt-region)
9181 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9182 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9183 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9184 argument to all these routines, so the passphrase can be managed
9185 externally and passed in to the system.
9186
9187 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9188 `notruncate' argument, so the passphrase cache can be used
9189 reliably with identifiers besides a pgp packet's key id.
9190
9191 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
9192
9193 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9194 symmetric encryption.
9195 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9196 encrypted session key.
9197 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9198 message ask for the passphrase in a proper way.
9199
9200 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9201 New user commands for symmetric encryption.
9202
9203 2005-10-28 Bill Wohler <wohler@newt.com>
9204
9205 * help-mode.el (help-url): New button type. Calls browse-url.
9206 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
9207 Similar to Info nodes: URL `url'.
9208 (help-make-xrefs): Create help-url buttons for
9209 help-xref-url-regexp matches.
9210
9211 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
9212
9213 * tool-bar.el (tool-bar-add-item-from-menu)
9214 (tool-bar-local-item-from-menu): Fix doc strings.
9215
9216 2005-10-28 Romain Francoise <romain@orebokech.com>
9217
9218 * ldefs-boot.el: Update.
9219
9220 * subr.el (locate-library): Move from help-fns.el.
9221 * help-fns.el (locate-library): Move to subr.el.
9222
9223 2005-10-28 Richard M. Stallman <rms@gnu.org>
9224
9225 * net/tramp.el (tramp-completion-mode): defvar moved up.
9226
9227 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
9228
9229 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
9230
9231 * files.el (find-file-noselect): Use %d to format large file size.
9232
9233 * bindings.el (mode-line-format): Add %e.
9234
9235 * loadup.el ("facemenu"): Load unconditionally.
9236 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
9237 ("x-dnd"): Load, when appropriate.
9238
9239 * startup.el (command-line): Call before-init-hook earlier.
9240 Warn about some bad characters in -u user name.
9241
9242 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
9243 (flyspell-external-point-words): Error if misspelled word is not found.
9244 Set flyspell-large-region-beg at end of word.
9245
9246 2005-10-28 Andreas Schwab <schwab@suse.de>
9247
9248 * view.el (View-revert-buffer-scroll-page-forward):
9249 Use view-page-size-default.
9250
9251 2005-10-28 Juri Linkov <juri@jurta.org>
9252
9253 * international/quail.el (quail-get-current-str): Translate last
9254 raw character for deterministic input methods.
9255
9256 2005-10-27 Jay Belanger <belanger@truman.edu>
9257
9258 * calc/calc-ext.el: Add functions to autoloads.
9259 (math-identity-matrix-p, math-ident-row-p): New functions.
9260
9261 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
9262 multiplication by an identity matrix; don't turn multiplication by
9263 an inverse matrix into division.
9264 (math-div-symbol-fancy): Replace division by matrices with
9265 multiplication by inverse.
9266
9267 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
9268
9269 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
9270 (calc-writeoutpower): New functions.
9271
9272 2005-10-27 Romain Francoise <romain@orebokech.com>
9273
9274 * replace.el (occur-engine): Include colon in mouse-face highlight.
9275
9276 * dired-x.el: Change Maintainer field.
9277
9278 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
9279
9280 * longlines.el (longlines-mode): Bind after-change-functions to
9281 nil during initial decoding and final encoding.
9282
9283 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9284
9285 * term.el (term-emulate-terminal, term-handle-colors-array)
9286 (term-handle-ansi-escape): Specify the terminfo capabilities
9287 implemented.
9288
9289 2005-10-26 Richard M. Stallman <rms@gnu.org>
9290
9291 * info.el (Info-fontify-node): Fix detection of sentence-break
9292 before *Note.
9293
9294 2005-10-26 Romain Francoise <romain@orebokech.com>
9295
9296 * smerge-mode.el: Add `tools' to file keywords.
9297
9298 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
9299
9300 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
9301 when the fringe is not available.
9302
9303 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
9304 (def-gdb-auto-update-trigger): Simplify construction.
9305 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
9306 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
9307 defined explicitly.
9308 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
9309 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
9310 defined explicitly.
9311 (gdb-info-locals-custom): Remove as it's a no-op.
9312
9313 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
9314
9315 * longlines.el (longlines-mode): Remove narrowing before
9316 performing the initial decoding or final encoding.
9317
9318 2005-10-25 Romain Francoise <romain@orebokech.com>
9319
9320 * emacs-lisp/find-func.el (find-library-name): Also strip
9321 extension if library name ends in .el, to take advantage of
9322 `find-library-suffixes'.
9323
9324 2005-10-25 Richard M. Stallman <rms@gnu.org>
9325
9326 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
9327
9328 2005-10-25 Juri Linkov <juri@jurta.org>
9329
9330 * textmodes/texinfo.el (texinfo-mode): Change charset of one
9331 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
9332
9333 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9334
9335 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
9336 (blackbox-redefine-key): Add argument `map'.
9337
9338 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
9339 regions when moving the jit-lock-context-unfontify-pos boundary.
9340
9341 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9342
9343 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
9344
9345 2005-10-25 Masatake YAMATO <jet@gyve.org>
9346
9347 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
9348
9349 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9350
9351 * play/blackbox.el (blackbox-redefine-key): New function.
9352 (blackbox-mode-map): Use it to remap existing bindings for cursor
9353 motion instead of binding literal keys.
9354
9355 2005-10-25 Glenn Morris <rgm@gnu.org>
9356
9357 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
9358 diary does not end in a newline. Do not assume a blank line at
9359 the start of the diary file.
9360
9361 2005-10-25 Kenichi Handa <handa@m17n.org>
9362
9363 * international/quail.el (quail-translate-key): If the input
9364 method is deterministic and failed to handle the last key, restart
9365 the key handling loop from an appropriate key.
9366
9367 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
9368
9369 * vc.el (vc-dired-mode): Extend comment for binding of
9370 `directory-listing-before-filename-regexp'.
9371
9372 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9373
9374 * textmodes/texinfo.el (texinfo-mode):
9375 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
9376 not to unnecessarily expose emacs-mule's internal char codes.
9377
9378 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
9379
9380 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
9381 Display hand pointer and help-echo on disabled icon too.
9382 (gdb-mouse-until): New function.
9383 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
9384
9385 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
9386
9387 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
9388 with 2005-10-23 change to doctor.el.
9389
9390 * finder.el (finder-mode-map): Add follow-link binding.
9391
9392 2005-10-25 Kim F. Storm <storm@cua.dk>
9393
9394 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
9395 to gdb-mouse-toggle-breakpoint-fringe.
9396 (gdb-mouse-toggle-breakpoint-margin): Rename from
9397 gdb-mouse-toggle-breakpoint. Fix doc.
9398 (gdb-mouse-toggle-breakpoint-fringe): New defun.
9399 (gdb-put-string): Add optional SPROPS arg. Add props to string.
9400 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
9401 string properties also for fringe breakpoint bitmaps.
9402
9403 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
9404
9405 * textmodes/org.el (org-start-icalendar-file): Fix format form.
9406
9407 2005-10-25 Masatake YAMATO <jet@gyve.org>
9408
9409 * simple.el (completion-common-substring):
9410 Use `completion-common-substring' prior to `completion-base-size'.
9411
9412 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
9413
9414 * savehist.el: Require CL while compiling.
9415 (savehist-history-variables): Remove.
9416 (savehist-save-minibuffer-history, savehist-additional-variables)
9417 (savehist-minibuffer-history-variables): New vars.
9418 (savehist-save): Use them.
9419 (savehist-uninstall, savehist-minibuffer-hook): New funs.
9420 (savehist-install): New fun, extracted from savehist-load.
9421 (savehist-load): Use them.
9422
9423 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9424
9425 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
9426 a dummy doc-string-elt property.
9427 (defalias, defvaralias, define-category): Add a docstring property.
9428
9429 * image.el (defimage):
9430 * widget.el (define-widget):
9431 * custom.el (defface, defcustom): Add `doc-string' declaration.
9432
9433 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
9434 (defadvice): Add `doc-string' declaration.
9435
9436 * emacs-lisp/byte-run.el (macro-declaration-function):
9437 Handle `doc-string' declarations.
9438 (define-obsolete-function-alias, define-obsolete-variable-alias):
9439 Add `doc-string' declaration.
9440
9441 2005-10-24 Kenichi Handa <handa@m17n.org>
9442
9443 * international/utf-7.el (utf-7): Add autoload cookie.
9444
9445 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9446
9447 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9448
9449 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9450 list of directories passed to batch-update-autoloads. Add "." to
9451 the list of the echoed directories.
9452
9453 * pgg-def.el:
9454 * pgg-gpg.el:
9455 * pgg-parse.el:
9456 * pgg-pgp.el:
9457 * pgg-pgp5.el:
9458 * pgg.el: Moved here from the gnus subdirectory.
9459
9460 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
9461
9462 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9463 in case comint-prompt-read-only is set to t.
9464
9465 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9466 in case comint-prompt-read-only is set to t.
9467
9468 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
9469
9470 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9471 Now a string.
9472 (icalendar-import-format): Handle CLASS, STATUS, URL.
9473 Rename `subject' to `summary'.
9474 (icalendar-import-format-summary): Rename from
9475 `icalendar-import-format-subject'.
9476 (icalendar-import-format-url, icalendar-import-format-status)
9477 (icalendar-import-format-class): New variables.
9478 (icalendar--rris): Take variable argument list.
9479 (icalendar--datestring-to-isodate): Remove unnecessary
9480 calendar-style check when converting dates with explicit month names.
9481 (icalendar-export-region): Change return type of conversion
9482 subroutines. Bury current buffer unless error occurred.
9483 (icalendar--convert-to-ical)
9484 (icalendar--parse-summary-and-rest): New functions.
9485 (icalendar--convert-ordinary-to-ical)
9486 (icalendar--convert-weekly-to-ical)
9487 (icalendar--convert-yearly-to-ical)
9488 (icalendar--convert-block-to-ical)
9489 (icalendar--convert-cyclic-to-ical)
9490 (icalendar--convert-anniversary-to-ical): Change return type.
9491 Strip trailing blanks from subject.
9492 (icalendar--convert-sexp-to-ical): Change return type.
9493 Strip trailing blanks from subject. Handle simple sexp
9494 entries as generated by icalendar.el.
9495 (icalendar--convert-float-to-ical)
9496 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9497 (icalendar-import-file): Doc fix.
9498 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9499 Correct call to icalendar--rris.
9500 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9501 `summary'.
9502 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9503
9504 2005-10-24 Romain Francoise <romain@orebokech.com>
9505
9506 * server.el (server-sentinel): Set query-on-exit flag to nil on
9507 new client processes (it isn't inherited from the server process).
9508
9509 * replace.el (occur-engine): Rearrange text properties.
9510
9511 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9512
9513 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9514 case-fold-search is nil.
9515 (debug-help-follow): Use help-xref-interned directly.
9516
9517 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9518
9519 * thumbs.el (thumbs-image-type): Add .pbm.
9520
9521 2005-10-23 Richard M. Stallman <rms@gnu.org>
9522
9523 * faces.el (inhibit-face-set-after-frame-default): New variable.
9524 (set-face-attribute): Bind it.
9525 (face-set-after-frame-default): Test it.
9526
9527 * help-fns.el (describe-simplify-lib-file-name): New function.
9528 (describe-function-1, describe-variable): Use it.
9529
9530 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9531
9532 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9533 Eliminate nil as possible value.
9534 (tooltip-hide-delay): Reduce internal-border-width.
9535
9536 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9537 (menu-bar-file-menu) <new-file>: Likewise.
9538
9539 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9540
9541 * international/mule.el (load-with-code-conversion):
9542 Pass full file name to `eval-buffer' unless preloading.
9543
9544 * textmodes/flyspell.el (flyspell-large-region):
9545 Call ispell-check-version.
9546
9547 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9548 Fix the make-variable-buffer-local call that was supposed
9549 to be for this variable.
9550 (ispell-aspell-supports-utf8): Doc fix.
9551 (ispell-find-aspell-dictionaries): Preserve elements of
9552 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9553 (ispell-aspell-find-dictionary): Return nil on error.
9554
9555 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9556 (doctor-symptoms): Likewise.
9557
9558 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9559
9560 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9561
9562 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9563 (custom-raised-buttons): Add :set spec.
9564 (custom-button-unraised, custom-button-pressed-unraised):
9565 New faces, so that custom-raised-buttons actually does something.
9566 (custom-mode): Use custom-button and custom-button-pressed.
9567
9568 * wid-edit.el (widget-specify-button): Don't ignore
9569 widget-mouse-face on graphic terminals.
9570 (widget-move-and-invoke): Cleanup.
9571
9572 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9573
9574 * whitespace.el (whitespace-cleanup): Doc fix.
9575
9576 2005-10-23 Romain Francoise <romain@orebokech.com>
9577
9578 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9579 `eval-after-load' to avoid evaluating their result.
9580
9581 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9582
9583 * files.el (directory-listing-before-filename-regexp):
9584 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9585
9586 * dired.el (dired-move-to-filename-regexp): Remove.
9587 All occurences replaced by `directory-listing-before-filename-regexp'.
9588
9589 * dired-x.el, locate.el, vc.el:
9590 Replace `dired-move-to-filename-regexp' by
9591 `directory-listing-before-filename-regexp'. In vc.el it is
9592 overwritten locally; maybe this can be handled in files.el too.
9593
9594 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9595 replaced by `directory-listing-before-filename-regexp'.
9596
9597 2005-10-23 Andreas Schwab <schwab@suse.de>
9598
9599 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9600 and eval-next-after-load.
9601
9602 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9603
9604 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9605 exist, create it.
9606
9607 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9608
9609 * allout.el: Remove autoloads for mailcrypt and crypt++.
9610 Require pgg, pgg-gpg during compilation.
9611 (allout-version): Increment version number to 2.1, and use a literal
9612 rather than RCS Id.
9613 (allout-default-encryption-scheme): Remove.
9614 (allout-passphrase-verifier-handling)
9615 (allout-passphrase-verifier-string)
9616 (allout-file-passphrase-verifier-string)
9617 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9618 (allout-passphrase-hint-handling): Rename and simplify.
9619 (allout-init): Use `find-file-hook' if available, otherwise
9620 `find-file-hooks'.
9621 (allout-mode): Use `write-file-functions' if available, otherwise
9622 `local-write-file-hooks' and, instead of making auto-save-hook
9623 buffer local, make the write-file-hook activity contingent to
9624 allout-mode.
9625 (allout-mode): Use key-binding substitution in the docstring.
9626 (allout-kill-line): Spell-out kill ring data structure mutation
9627 instead of using byte-compiler-complaint-provoking `pop'.
9628 (allout-insert-listified): Use `insert' rather than `insert-string'
9629 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9630 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9631 (allout-encrypt-string): Totally revamped vis new underlying
9632 encryption facilities.
9633 (allout-mc-activate-passwd): Remove.
9634 (allout-obtain-passphrase): New, more or less replaces
9635 allout-mc-activate-passwd.
9636 (allout-encrypted-key-info): More or less replaces
9637 allout-encrypted-text-type.
9638 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9639 (my-mark-marker): Use `(featurep 'xemacs)'.
9640
9641 2005-10-23 Lars Hansen <larsh@soem.dk>
9642
9643 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9644 (byte-compile-file-form-defmumble, byte-compile-defun)
9645 (byte-compile-defmacro): Use it.
9646 (byte-compile-form): Don't call byte-compile-set-symbol-position
9647 when a byte-compile handler is called.
9648
9649 2005-10-22 Romain Francoise <romain@orebokech.com>
9650
9651 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9652
9653 * subr.el (eval-after-load): Convert library name to an absolute
9654 file name using locate-library, since load-history no longer has
9655 library names in it.
9656
9657 2005-10-22 Richard M. Stallman <rms@gnu.org>
9658
9659 * files.el (make-temp-file): Move from subr.el.
9660 * subr.el (make-temp-file): Move to files.el.
9661
9662 * window.el (get-buffer-window-list): Move from subr.el.
9663 * subr.el (get-buffer-window-list): Move to window.el.
9664
9665 * image.el (image-load-path): Use eval-at-startup to initialize.
9666
9667 * subr.el (eval-at-startup): New macro.
9668
9669 * subr.el: Much rearrangement of functions and division
9670 into pages. No code changes.
9671
9672 2005-10-22 Kenichi Handa <handa@m17n.org>
9673
9674 * tar-mode.el (tar-extract): Be sure to call
9675 find-operation-coding-system if set-auto-coding doesn't find a
9676 coding system.
9677
9678 2005-10-22 Kim F. Storm <storm@cua.dk>
9679
9680 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9681 Change users.
9682 (image-type-file-name-regexps): New defconst.
9683 (image-type-from-data): Simplify loop.
9684 (image-type-from-buffer): New defun.
9685 (image-type-from-file-header): Use it instead of image-type-from-data.
9686 Use image-search-load-path instead of only looking in data-directory.
9687 (image-type-from-file-name): New defun.
9688 (image-search-load-path): Change `pathname' to `filename'.
9689 Make PATH arg optional, default to image-load-path.
9690
9691 2005-10-21 Richard M. Stallman <rms@gnu.org>
9692
9693 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9694
9695 * textmodes/paragraphs.el (sentence-end-base): New variable.
9696 (sentence-end): Use sentence-end-base.
9697
9698 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9699
9700 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9701 property independently from the font-lock-multiline variable.
9702
9703 2005-10-21 Richard M. Stallman <rms@gnu.org>
9704
9705 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9706
9707 * startup.el (command-line): Convert library names
9708 in `load-history' to absolute file names.
9709
9710 * subr.el (symbol-file): Doc fix.
9711
9712 * loadhist.el (file-loadhist-lookup): Call locate-library
9713 instead of find-library-name. Don't try converting
9714 abs file names to library names, since load-history no longer
9715 has library names in it.
9716 (file-dependents, file-provides, file-requires): Doc fixes.
9717
9718 2005-10-21 Juri Linkov <juri@jurta.org>
9719
9720 * progmodes/etags.el (tags-table-mode): New function.
9721 (tags-verify-table): Replace initialize-new-tags-table with
9722 tags-table-mode.
9723
9724 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9725 default value.
9726 (desktop-modes-not-to-save): Add tags-table-mode to the
9727 default value.
9728
9729 * info.el (Info-index-next): Add total number of index
9730 alternatives to the message.
9731
9732 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9733 backward only space (instead of space and period) before looking
9734 at sentence end.
9735
9736 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9737 Add the old variable value as 4th default-value arg of read-string.
9738
9739 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9740
9741 * cus-face.el (custom-declare-face): Make face from X resources
9742 also on Mac.
9743
9744 * disp-table.el (standard-display-g1, standard-display-graphic):
9745 Refuse to use string glyphs also on Mac.
9746 (standard-display-european): Don't set terminal coding system also
9747 on Mac.
9748
9749 * frame.el (display-screens): Use x-display-screens also on Mac.
9750
9751 2005-10-21 Romain Francoise <romain@orebokech.com>
9752
9753 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9754
9755 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9756
9757 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9758 and $? into sexps.
9759
9760 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9761 warning face on open-paren-in-column-0.
9762
9763 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9764 boundary case. Fix typo.
9765 Suggested by Martin Rudalics <rudalics@gmx.at>.
9766
9767 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9768
9769 * textmodes/org.el (org-combined-agenda-icalendar-file)
9770 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9771 (org-export-icalendar-this-file)
9772 (org-export-icalendar-all-agenda-files)
9773 (org-export-icalendar-combine-agenda-files): New commands.
9774 (org-export-icalendar, org-print-icalendar-entries)
9775 (org-start-icalendar-file, org-finish-icalendar-file)
9776 (org-ical-ts-to-string): New functions.
9777 (org-read-date, org-goto-calendar)
9778 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9779 call to `calendar'.
9780 (orgtbl-setup): Remove the :keys arguments from the menu description.
9781 (org-after-save-iCalendar-file-hook): New variable.
9782
9783 2005-10-21 Kenichi Handa <handa@m17n.org>
9784
9785 * language/vietnamese.el (tcvn-5712): Make it an alias of
9786 vietnamese-tcvn coding-system.
9787
9788 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9789
9790 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9791 group id is given.
9792
9793 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9794
9795 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9796 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9797 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9798 whose line is either continued or ends with a comment.
9799
9800 2005-10-20 Romain Francoise <romain@orebokech.com>
9801
9802 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9803
9804 * replace.el (occur-engine): Add follow-link property.
9805
9806 * font-core.el (font-lock-mode): Doc fix.
9807
9808 2005-10-20 Richard M. Stallman <rms@gnu.org>
9809
9810 * net/rcirc.el: New file.
9811
9812 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9813
9814 * term.el (term-term-name): Initialize to "eterm-color".
9815
9816 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9817
9818 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9819 for encryption functionality.
9820 Move allout customization subgroup from `editing' to `outlines' group.
9821 Fix commentary keywords to legitimate ones.
9822 Update author info (using my current email address, obscurified).
9823 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9824 (allout-encrypted-topic-p, allout-encrypted-text-type)
9825 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9826 (allout-situate-encryption-key-verifier)
9827 (allout-get-encryption-key-verifier, allout-verify-key)
9828 (allout-next-topic-pending-encryption)
9829 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9830 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9831 (outline-key-verifier-handling, outline-key-hint-handling)
9832 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9833 (allout-file-key-verifier-string, allout-encryption-scheme)
9834 (allout-key-verifier-string, allout-key-hint-string)
9835 (allout-after-save-decrypt): New variables.
9836 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9837 (allout-after-saves-handler): New hook functions.
9838 (allout-post-command-business): Do allout-after-save-decrypt.
9839 (allout-enable-file-variable-adjustment): Custom var to enable
9840 mechanism for adding and adjusting settings of Emacs file variables.
9841 (allout-adjust-file-variable, allout-file-vars-section-data):
9842 New functions, implement the mechanism.
9843 (outlineify-sticky): Use the file vars mechanism.
9844 (allout-inhibit-protection, allout-during-write-cue)
9845 (allout-override-protect, allout-before-change-protect): Remove.
9846 (allout-flag-region, allout-open-topic): Adjust read-only text.
9847 (allout-open-line-not-read-only): Add to facilitate read-only
9848 text based protection.
9849 (allout-kill-line): Revise to adjust read-only text, clue the
9850 user about the inhibition.
9851 (allout-unprotected): Use unwind-protect.
9852 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9853 topic deeper than the offspring depth of the previous topic -
9854 avoiding confusing "containment discontinuities".
9855 (allout-reindent-bodies): Fix retention of body relative hanging
9856 indent during promotion of collapsed bodies.
9857 (allout-open-topic): Make it easy to open new topic with same
9858 bullet as current topic - topic creation functions provided with
9859 any universal argument provokes now prompt for bullet, defaulting
9860 to the bullet of the previous topic.
9861 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9862 Plain bullet alternates `.' period and `,' comma only. All other
9863 bullets are relegated to special status (but customizable).
9864 (allout-end-of-entry): Rename from allout-end-of-current-entry
9865 since it actually operates w.r.t. most immediately containing
9866 entry, visible or not.
9867 (allout-hide-current-entry, allout-show-current-entry): Use the
9868 revised version.
9869 (allout-old-expose-topic): Solidify deprecation.
9870 (allout-end-of-subtree): Add so we can span concealed as well
9871 as visible topics.
9872 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9873 (allout-end-of-current-heading): Tweak to just respect the first line.
9874 (allout-get-body-text): Add.
9875 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9876 when invoked interactively.
9877 (allout-up-current-level): Use `interactive-p'.
9878 (allout-mode, allout-init): Miscellaneous docstring and
9879 operational refinements, as well as hookups of new encryption stuff.
9880 (allout-beginning-of-current-entry): Now works as advertised.
9881 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9882 (allout-isearch-rectification): Refine condition for isearching.
9883 (allout-isearch-abort, allout-enwrap-isearch)
9884 (allout-flag-region, my-region-active-p): Relocate some macros.
9885 (allout-title): Fallback title is (buffer-name), not
9886 non-existing (current-buffer-name).
9887 (subst-char-in-string): Define if absent (for some XEmacs versions).
9888
9889 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9890
9891 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9892 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9893 (mail-citation-prefix-regexp, mail-signature-file)
9894 (mail-default-headers, mail-bury-selects-summary)
9895 (mail-send-nonascii): Add autoload cookies.
9896
9897 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9898
9899 * frame.el (blink-cursor-mode): Add `mac' to the list of
9900 window-system's that support blinking cursor.
9901
9902 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9903
9904 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9905
9906 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9907
9908 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9909 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9910 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9911
9912 2005-10-20 Kim F. Storm <storm@cua.dk>
9913
9914 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9915 (ido-set-current-directory): Don't add / after final @.
9916 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9917 Explicitly handle ange-ftp completion oddities.
9918 (ido-make-file-list): Don't rotate list at tramp root to avoid
9919 triggering tramp file handler for expand-file-name via get-file-buffer.
9920
9921 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9922
9923 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9924
9925 2005-10-19 Jay Belanger <belanger@truman.edu>
9926
9927 * calc/calc-units.el (math-standard-units): Add units, adjust
9928 symbols and update values.
9929 (math-unit-prefixes): Add more prefixes.
9930
9931 2005-10-19 Romain Francoise <romain@orebokech.com>
9932
9933 * bookmark.el (bookmark-menu-heading): New face.
9934 (bookmark-bmenu-list): Use it.
9935 Don't fiddle with `baud-rate' at top-level.
9936
9937 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9938
9939 * image.el (create-image, find-image): Mention max-image-size in
9940 docstring.
9941
9942 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9943
9944 * savehist.el (savehist-load): Revert to checking XEmacs.
9945
9946 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9947 Various docstring and line-width fixups.
9948 (conf-mode): Use cond.
9949 Set font-lock-defaults. Don't set comment-use-syntax.
9950
9951 2005-10-18 David Ponce <david@dponce.com>
9952
9953 * tree-widget.el (tree-widget-button-click): New function.
9954 (tree-widget-button-keymap): Use it.
9955
9956 2005-10-18 Romain Francoise <romain@orebokech.com>
9957
9958 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9959 (bookmark-bmenu-hide-filenames): Add follow-link property.
9960 Improve help-echo text.
9961
9962 * ffap.el (find-file-at-point): Doc fix.
9963
9964 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9965
9966 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9967
9968 2005-10-18 Masatake YAMATO <jet@gyve.org>
9969
9970 Install to the CVS repository what I forgot to install in my
9971 2005-10-16 changes.
9972
9973 * progmodes/python.el (python-complete-symbol): Pass the common
9974 prefix substring of completion to `display-completion-list'.
9975
9976 * textmodes/org.el (org-complete): Ditto.
9977
9978 2005-10-18 Masatake YAMATO <jet@gyve.org>
9979
9980 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9981
9982 * woman.el (WoMan-xref-man-page): New button type derived
9983 from `Man-abstract-xref-man-page'.
9984 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9985
9986 * man.el (Man-abstract-xref-man-page): New button type.
9987 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9988 (Man-highlight-references): Add new optional argument `xref-man-type'.
9989
9990 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9991
9992 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9993
9994 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9995
9996 * cus-edit.el (Custom-move-and-invoke): Delete.
9997 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9998
9999 * wid-edit.el (widget-move-and-invoke): New function, from
10000 Custom-move-and-invoke.
10001
10002 2005-10-17 Bill Wohler <wohler@newt.com>
10003
10004 Move all remaining images from lisp/toolbar to etc/images, move
10005 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
10006 the low resolution images in their own directory (low-color).
10007
10008 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
10009 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
10010 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
10011 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
10012 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
10013 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
10014 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
10015
10016 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
10017 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
10018 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
10019 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
10020 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
10021 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
10022 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
10023 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
10024 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
10025 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
10026 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
10027 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
10028 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
10029 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
10030 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
10031
10032 To conform with convention, replace the underscore (_) in the
10033 following image names with dash (-) or (/) as appropriate.
10034
10035 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
10036 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
10037 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
10038 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
10039 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
10040 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
10041 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
10042 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
10043 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
10044 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
10045 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
10046 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
10047 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
10048 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
10049 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
10050
10051 * info.el (info-tool-bar-map): Replace underscores in image names
10052 with dashes.
10053
10054 * makefile.w32-in (WINS): Remove toolbar.
10055
10056 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
10057
10058 * tool-bar.el: Move to lisp from toolbar. Now that
10059 toolbar is empty, it should be deleted when folks run "cvs up -P".
10060
10061 2005-10-18 Jay Belanger <belanger@truman.edu>
10062
10063 * calc/calc-store.el (calc-store-into): Get the proper variable name
10064 to display in message.
10065
10066 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
10067
10068 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
10069 expressions display in speedbar for all buffers when debugging.
10070 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
10071
10072 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
10073 (speedbar-insert-button, speedbar-make-button):
10074 Use add-text-properties.
10075 (speedbar-update-localized-contents)
10076 (speedbar-update-directory-contents)
10077 (speedbar-update-special-contents): Use dolist.
10078 (speedbar-buffer-easymenu-definition): Add a menu separator.
10079
10080 2005-10-17 Jason Rumney <jasonr@gnu.org>
10081
10082 * makefile.w32-in: Use $(lisp) consistently.
10083 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
10084 for shell specific generation of mh-autoloads.
10085
10086 2005-10-17 Richard M. Stallman <rms@gnu.org>
10087
10088 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
10089
10090 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10091
10092 * jit-lock.el (jit-lock-fontify-now):
10093 Move jit-lock-context-unfontify-pos to avoid wasted work.
10094
10095 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
10096
10097 * net/tramp.el (tramp-completion-mode): New defvar. Used in
10098 `tramp-completion-mode' for checking if we are in completion mode.
10099 (tramp-completion-handle-file-name-all-completions): Reorder code
10100 in order to complete for file names only in case there are no
10101 method/user/host completions. This is necessary for cooperation
10102 with ido. Reported by Kim F. Storm <storm@cua.dk>.
10103
10104 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
10105
10106 * longlines.el (longlines-search-forward)
10107 (longlines-search-backward): Match any number of spaces.
10108
10109 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
10110
10111 * diff-mode.el (diff-mode): Doc fix.
10112
10113 2005-10-16 David Reitter <david.reitter@gmail.com>
10114
10115 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
10116 as default on darwin and windows systems.
10117
10118 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
10119
10120 * arc-mode.el (archive-zip-extract): Doc fix.
10121
10122 2005-10-16 Romain Francoise <romain@orebokech.com>
10123
10124 * mouse.el (mouse-1-click-follows-link): Doc fix.
10125
10126 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10127
10128 * savehist.el: Don't require CL at runtime.
10129 (savehist-xemacs): Remove.
10130 (savehist-coding-system): Use utf-8 if present, regardless of religion.
10131 (savehist-no-conversion): Use (featurep 'xemacs).
10132 (savehist-load): Check existence of start-itimer rather than XEmacs.
10133 Use an idle timer.
10134 (savehist-process-for-saving): Replace use of CL funs `subseq' and
10135 `delete-if-not'.
10136
10137 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
10138
10139 * savehist.el: Newer version.
10140 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
10141 (savehist-last-checksum, savehist-no-conversion): New vars.
10142 (savehist-autosave, savehist-process-for-saving, savehist-printable):
10143 New functions.
10144 (savehist-load, savehist-save): Use them.
10145 (savehist-delimit): Remove.
10146
10147 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10148
10149 * progmodes/compile.el (compilation-goto-locus): Display the
10150 compilation buffer first and the source buffer second, in case they're
10151 in overlapping frames. Don't raise the compilation frame if it was the
10152 selected window upon entry. Pass the `other-window' arg to
10153 pop-to-buffer.
10154
10155 * info.el (Info-fontify-node): Use dolist.
10156 Change add-text-properties to put-text-property.
10157
10158 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10159
10160 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
10161 bound of search.
10162
10163 2005-10-16 Masatake YAMATO <jet@gyve.org>
10164
10165 * dabbrev.el (dabbrev-completion): Pass the common
10166 prefix substring of completion to `display-completion-list'.
10167
10168 * filecache.el (file-cache-minibuffer-complete)
10169 (file-cache-complete): Ditto.
10170
10171 * tempo.el (tempo-display-completions): Ditto.
10172
10173 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
10174
10175 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
10176
10177 * eshell/em-hist.el (eshell-list-history): Ditto.
10178
10179 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
10180
10181 * mail/mailalias.el (mail-complete): Ditto.
10182
10183 * progmodes/etags.el (complete-tag): Ditto.
10184
10185 * progmodes/make-mode.el (makefile-complete): Ditto.
10186
10187 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
10188
10189 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
10190
10191 * progmodes/pascal.el (pascal-complete-word)
10192 (pascal-show-completions): Ditto.
10193
10194 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
10195
10196 * simple.el (completion-common-substring): New variable.
10197 (completion-setup-function): Use `completion-common-substring'
10198 to put faces.
10199
10200 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10201
10202 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
10203 (x-get-selection, mac-select-convert-to-string): Convert from/to
10204 UTF-16 clipboard data as in native byte order, no BOM.
10205
10206 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
10207
10208 * progmodes/gud.el (gud-tool-bar-map): Rename the images
10209 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
10210 (gud-sentinel): Use speedbar-frame to check for speedbar.
10211
10212 2005-10-15 Richard M. Stallman <rms@gnu.org>
10213
10214 * savehist.el: New file.
10215
10216 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
10217
10218 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
10219 Fix bug in \bf fontification.
10220
10221 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
10222
10223 * pcvs.el (cvs-edit-log-files): New var.
10224 (cvs-mode-edit-log): New arg `file'.
10225 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
10226 Instead force the use of the original file and nothing else.
10227 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
10228 the cvs-minor-wrap-function is set.
10229 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
10230
10231 2005-10-14 Bill Wohler <wohler@newt.com>
10232
10233 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
10234 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
10235 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
10236 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
10237 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
10238 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
10239 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
10240 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
10241 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
10242 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
10243 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
10244 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
10245 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
10246 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
10247 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
10248
10249 * progmodes/gud.el (gud-tool-bar-map): Rename the images
10250 appropriately (for example, gud-break to gud/break).
10251
10252 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
10253
10254 * longlines.el (longlinges-search-function)
10255 (longlines-search-forward, longlines-search-backward): New functions.
10256 (longlines-mode): Set isearch-search-fun-function to
10257 longlinges-search-function.
10258
10259 * mouse.el (mouse-drag-region-1): Handle the case where a
10260 double-click event is bound to an arbitrary function.
10261
10262 2005-10-14 David Ponce <david@dponce.com>
10263
10264 * recentf.el (recentf-track-opened-file)
10265 (recentf-track-closed-file, recentf-update-menu)
10266 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
10267 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
10268 mouse-1-click-follows-link.
10269
10270 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10271
10272 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
10273 Gnome file-manager.png. Suggested by
10274 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
10275
10276 * toolbar/README: Add diropen.xpm.
10277
10278 2005-10-13 Bill Wohler <wohler@newt.com>
10279
10280 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
10281 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
10282
10283 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10284
10285 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10286 Don't waste the byte-compiler's time on constant data.
10287
10288 2005-10-13 Kenichi Handa <handa@m17n.org>
10289
10290 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
10291 byte with `escape-glyph' face.
10292
10293 * international/fontset.el (ccl-encode-unicode-font):
10294 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
10295 Handle the case that ucs-mule-to-mule-unicode translates a character to
10296 ASCII (usually for IPA characters).
10297
10298 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10299
10300 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
10301 Don't hide the underline of titles if font-lock-mode is disabled.
10302
10303 2005-10-12 Bill Wohler <wohler@newt.com>
10304
10305 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
10306 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10307 files in MH-E-SRC have been updated.
10308 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
10309
10310 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10311
10312 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
10313 (mixal-mode-syntax-table): Add \n as end-comment.
10314 (mixal-operation-codes-alist): Immediately initialize to full value.
10315 (mixal-add-operation-code): Remove.
10316 (mixal-describe-operation-code): Make the arg non-optional.
10317 Use the interactive spec instead.
10318 Use mixal-operation-codes-alist rather than mixal-operation-codes.
10319 (mixal-font-lock-keywords): Don't highlight comments here any more.
10320 (mixal-font-lock-syntactic-keywords): New var.
10321 (mixal-mode): Use it. Fix comment-start-skip.
10322
10323 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10324
10325 * startup.el (command-line-x-option-alist): -nb => -nbi
10326
10327 2005-10-12 Kim F. Storm <storm@cua.dk>
10328
10329 * startup.el (fancy-splash-default-action): Discard mouse click in
10330 the splash screen window, as it has no sensible meaning in the
10331 next window to be selected. Fixes error reported by Jan D.
10332
10333 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10334
10335 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
10336
10337 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10338
10339 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
10340 Try to fix up minor layout issues like indentation, line break, etc...
10341 (mixal-mode-syntax-table): Don't try to specify comment syntax,
10342 because it doesn't work.
10343 (mixal-operation-codes): Add some more codes.
10344 (mixal-font-lock-keywords): Process comments here.
10345 (mixal-mode): mixasm no longer needs -g option.
10346
10347 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
10348
10349 * progmodes/sh-script.el (sh-tmp-file):
10350 Use mktemp -t. Finish support for es and rc shells.
10351
10352 2005-10-11 Jay Belanger <belanger@truman.edu>
10353
10354 * calc/calcalg2.el (calc-integral): With an argument, compute the
10355 definite integral.
10356
10357 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
10358
10359 * mouse.el (mouse-drag-region-1): Don't try to catch a
10360 double-click when doing follow-link (it's overridden anyway).
10361
10362 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
10363
10364 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
10365 (autoload-print-form-outbuf): Add docstring.
10366
10367 2005-10-11 Juri Linkov <juri@jurta.org>
10368
10369 * info.el (Info-mode-menu): Delete menu item "Edit".
10370 (Info-mode): Delete description of Info-edit from docstring,
10371 and rearrange descriptions of Info commands in the order
10372 they are documented in the Info manual.
10373
10374 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10375
10376 * calendar/appt.el (appt-check): Use diary-selective-display var.
10377
10378 2005-10-10 Richard M. Stallman <rms@gnu.org>
10379
10380 * net/newsticker.el (newsticker-start, newsticker-show-news):
10381 Add autoload cookies.
10382
10383 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
10384
10385 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
10386
10387 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
10388
10389 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
10390
10391 2005-10-10 Jay Belanger <belanger@truman.edu>
10392
10393 * calc/calc-arith.el (math-check-known-scalarp)
10394 (math-check-known-matrixp): Check the values of arguments that are
10395 variables.
10396 (math-check-known-square-matrixp): New function.
10397 (math-known-square-matrixp): Use math-check-known-square-matrixp.
10398 (math-super-types): Add sqmatrix type.
10399
10400 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
10401 mode name `square' to `sqmatrix'.
10402
10403 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
10404 mode name `square' to `sqmatrix'.
10405
10406 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10407
10408 * progmodes/etags.el (select-tags-table-mode): Don't use
10409 selective-display.
10410 (tags-select-tags-table): Pass `button' to the action function.
10411 (select-tags-table): Place the side-info on button properties rather
10412 than in hidden text. Abbreviate file names.
10413 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
10414 (select-tags-table-select): Add `button' argument.
10415 Get side-info from the button property rather than from hidden text.
10416
10417 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
10418
10419 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
10420 (gud-speedbar-buttons): Preserve point if possible.
10421 (gud-sentinel): Restore previous speedbar display type.
10422
10423 * progmodes/gdb-ui.el (gdba): Improve diagram.
10424 (def-gdb-auto-update-handler, gdb-info-locals-handler)
10425 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
10426 Call get-buffer-window once.
10427
10428 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10429
10430 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
10431 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
10432 (pascal-indent-command): Remove unused var `ind'.
10433 (pascal-indent-case): Remove unused var `oldpos'.
10434 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
10435 since it's now used as a proper minor mode map.
10436 (pascal-outline): Rename to pascal-outline-mode.
10437 (pascal-outline-mode): Use define-minor-mode.
10438 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
10439 selective-display.
10440
10441 2005-10-10 Andreas Schwab <schwab@suse.de>
10442
10443 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10444 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
10445
10446 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10447 outside source directory.
10448
10449 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10450
10451 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10452 C-x' as a prefix.
10453 (orgtbl-mode-map): Full keymap instead of sparse, because all
10454 `self-insert-command' keys are redefined in this map.
10455 (org-export-as-html): Specify charset for HTML file, by taking it
10456 from the coding system.
10457
10458 2005-10-10 Kenichi Handa <handa@m17n.org>
10459
10460 * textmodes/flyspell.el (flyspell-check-word-p):
10461 If unread-command-events is non-empty, don't call sit-for.
10462
10463 2005-10-09 Richard M. Stallman <rms@gnu.org>
10464
10465 * font-lock.el (font-lock-syntactic-keywords)
10466 (font-lock-keywords): Doc fixes.
10467
10468 * textmodes/flyspell.el (flyspell-external-point-words):
10469 Simplify logic, and don't try to check for consecutive appearances
10470 of one incorrect word.
10471
10472 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
10473
10474 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10475 separator.
10476
10477 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10478 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10479 (gud-expansion-speedbar-buttons): New function.
10480 (gud-speedbar-buttons): Check for gud-comint-buffer.
10481
10482 2005-10-09 Bill Wohler <wohler@newt.com>
10483
10484 * Makefile.in (updates): Add mh-loaddefs dependency.
10485
10486 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10487
10488 * speedbar.el (speedbar-file-key-map): Fix typo.
10489
10490 2005-10-09 Daniel Brockman <daniel@brockman.se>
10491
10492 * cus-start.el (line-spacing): Add custom spec.
10493
10494 2005-10-09 Romain Francoise <romain@orebokech.com>
10495
10496 * textmodes/ispell.el (ispell-check-version): Fix last change.
10497
10498 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10499
10500 * term/x-win.el: Remove -i, --icon-type from comment.
10501
10502 * startup.el (command-line-x-option-alist): Remove options -i,
10503 -itype, --icon-type, added -nb, --no-bitmap-icon
10504
10505 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10506
10507 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10508 instead of :active.
10509
10510 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10511
10512 * textmodes/ispell.el (ispell-check-version):
10513 Ignore hyphen, and all that follows, in aspell's version text.
10514
10515 2005-10-08 Jay Belanger <belanger@truman.edu>
10516
10517 * calc/calc-arith.el (math-known-square-matrixp): New function.
10518 (math-pow-fancy): Check for matrices before distributing exponent
10519 across products.
10520
10521 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10522 fullscreen keypad. Suggested by Luc Teirlinck.
10523 (calc-keypad-show-input): Add space for formatting.
10524
10525 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10526 Add square matrix option.
10527
10528 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10529 of checking calc-matrix-mode when deciding how to expand.
10530
10531 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10532
10533 2005-10-08 Lars Hansen <larsh@soem.dk>
10534
10535 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10536 Add error handling.
10537 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10538
10539 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10540
10541 Sync with Tramp 2.0.51.
10542
10543 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10544 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10545 Insert special handling for `last-coding-system-used', again
10546 it still seems to be necessary (unlike stated before).
10547 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10548 (tramp-password-prompt-regexp): There might be other words before
10549 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10550 (tramp-chunksize): Improve docstring.
10551 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10552 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10553 Christian Joergensen <bugs@razor.dk>.
10554
10555 2005-10-07 Glenn Morris <rgm@gnu.org>
10556
10557 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10558 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10559 precision'.
10560
10561 2005-10-07 Romain Francoise <romain@orebokech.com>
10562
10563 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10564 (ibuffer-do-shell-command-pipe-replace)
10565 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10566 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10567 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10568 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10569 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10570 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10571 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10572 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10573 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10574 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10575 Autoload file sans suffix.
10576
10577 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10578
10579 2005-10-07 David Ponce <david@dponce.com>
10580
10581 * recentf.el (recentf-menu-open-all-flag): New option.
10582 (recentf-digit-shortcut-command-name): New function.
10583 (recentf--shortcuts-keymap): New variable.
10584 (recentf-menu-shortcuts): New variable.
10585 (recentf-make-menu-items): Initialize it. Replace the "More..."
10586 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10587 (recentf-menu-value-shortcut): New function.
10588 (recentf-make-menu-item): Use it. No more in-lined.
10589 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10590 (recentf-open-most-recent-file): Rename from
10591 `recentf-open-file-with-key'. Don't depend on key binding.
10592 (recentf-mode-map): New variable.
10593 (recentf-mode): Use it.
10594
10595 2005-10-06 Bill Wohler <wohler@newt.com>
10596
10597 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10598
10599 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10600 (MH-E-SRC): New. Used by mh-autoloads.
10601 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10602 files in MH-E-SRC have been updated.
10603 (compile, recompile, bootstrap): Depend on mh-autoloads.
10604
10605 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10606
10607 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10608 gud-break and gud-remove icons when the fringe is not available.
10609
10610 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10611 Typo.
10612
10613 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10614
10615 * play/zone.el (zone): Wrap body with save-window-excursion.
10616
10617 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10618
10619 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10620 Use the new `list-only' arg to diary-list-entries.
10621
10622 * calendar/diary-lib.el: Use overlays rather than selective-display.
10623 (diary-selective-display): New var.
10624 (diary-header-line-format): Use it.
10625 (diary-list-entries): Add argument `list-only'.
10626 Put the buffer in diary-mode. Don't add \^M at beg and end.
10627 Replace \^M by invisible overlays.
10628 (diary-unhide-everything): Replace \^M by invisible overlays.
10629 (print-diary-entries): Look for overlays rather than \^M.
10630 Add a space to the temp buffer name.
10631 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10632 Put the buffer in diary-mode.
10633 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10634 (diary-anniversary): Make the year arg optional.
10635 (diary-time-regexp): New const.
10636 (diary-font-lock-keywords): Use it to accept a few more time formats.
10637
10638 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10639
10640 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10641
10642 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10643 Fix bug introduced 2005-07-03: Use (car (last ...))
10644 to faithfully reproduce replaced artist-last.
10645 (artist-set-arrow-points-for-poly): Likewise.
10646 Suggested by Johan Bockg\e,Ae\e(Brd.
10647
10648 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10649
10650 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10651 * wid-edit.el (widget):
10652 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10653 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10654
10655 2005-10-06 Kenichi Handa <handa@m17n.org>
10656
10657 * international/mule-cmds.el (set-language-environment):
10658 Fix setting up of case-table for unibyte mode.
10659
10660 * simple.el (what-cursor-position): If the character is displayed
10661 by some `display' text property, show that. Don't use
10662 single-key-description for eight-bit characters in multibyte mode.
10663
10664 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10665
10666 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10667 (gdb-ann3): Set it.
10668 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10669 (gdb-info-frames-custom): Use inverse-video for first five
10670 characters of selected frame only.
10671 (gdb-get-frame-number): Select frame even when point is on frame
10672 number.
10673
10674 2005-10-06 Masatake YAMATO <jet@gyve.org>
10675
10676 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10677 Put `font-lock-function-name-face'.
10678 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10679 and `font-lock-variable-name-face'
10680 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10681 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10682 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10683 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10684 (gdb-local-font-lock-keywords): New font lock keywords definition.
10685 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10686 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10687 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10688
10689 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10690
10691 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10692 (ediff-merge-region-is-non-clash-to-skip): Previously called
10693 ediff-merge-region-is-non-clash.
10694
10695 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10696 Use insert-buffer-substring.
10697
10698 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10699 selecting files to patch. Also bug fixes.
10700
10701 * ediff-util.el (ediff-setup): Bug fix.
10702 (ediff-next-difference): Never skip clashes that differ in white
10703 space only.
10704
10705 * ediff-wind.el (ediff-setup-control-frame)
10706 (ediff-destroy-control-frame): Check the menubar feature.
10707
10708 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10709 (viper-refresh-mode-line): Use make-local-variable to localize
10710 some vars instead of make-variable-buffer-local. Suggested by
10711 Stefan Monnier.
10712
10713 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10714 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10715 Use make-local-variable instead of make-variable-buffer-local.
10716 Suggested by Stefan Monnier.
10717
10718 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10719 (viper-comint-mode-hook): Use make-local-variable on
10720 require-final-newline.
10721 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10722
10723 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10724
10725 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10726 also the second char of a comment-start sequence.
10727 (scheme-sexp-comment-syntax-table): New var.
10728 (lambda, define): Set their scheme-doc-string-elt property.
10729 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10730 Use lisp-font-lock-syntactic-face-function now that it properly
10731 handles |...| symbols.
10732 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10733 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10734
10735 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10736 bit from # to |.
10737 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10738
10739 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10740 (lisp-doc-string-elt-property): New var.
10741 (lisp-font-lock-syntactic-face-function): Use it.
10742 Rewrite to recognize docstrings even for forms not at toplevel.
10743
10744 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10745 annotation on the | part of #| rather than on the # part.
10746 (scheme-font-lock-syntactic-face-function): New function, to
10747 distinguish strings from |...| symbols.
10748 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10749 syntax-table so that #|...|# is properly highlighted.
10750
10751 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10752 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10753
10754 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10755
10756 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10757 and C-e.
10758
10759 * emacs-lisp/eldoc.el: Move comments into docstrings.
10760 (eldoc-message-commands): Initialize in its declaration.
10761 Add move-beginning-of-line and move-end-of-line.
10762 (eldoc-add-command, eldoc-add-command-completions)
10763 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10764
10765 * outline.el (outline-mark-subtree): Activate the mark.
10766
10767 * calendar/appt.el (appt-time-regexp): New var.
10768 (appt-add, appt-make-list): Use it.
10769 (appt-convert-time): Clean up.
10770
10771 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10772 Don't set any syntax-table property here.
10773 (tex-font-lock-verb): New function. Do it here.
10774 (tex-font-lock-syntactic-keywords): Use it.
10775
10776 2005-10-04 Richard M. Stallman <rms@gnu.org>
10777
10778 * wid-edit.el (widget-file-complete): Get the widget start point
10779 the right way. Default directory to `/' if file has none.
10780
10781 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10782
10783 * textmodes/flyspell.el (flyspell-mode-on):
10784 Call ispell-maybe-find-aspell-dictionaries.
10785
10786 * textmodes/ispell.el (ispell-word, ispell-region):
10787 Call ispell-maybe-find-aspell-dictionaries.
10788 (ispell-accept-buffer-local-defs):
10789 Don't call ispell-maybe-find-aspell-dictionaries
10790
10791 2005-10-04 Richard M. Stallman <rms@gnu.org>
10792
10793 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10794
10795 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10796
10797 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10798 instead of `fboundp' in order to allow for anonymous functions.
10799
10800 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10801
10802 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10803 case the user clicks on the link while another window is selected.
10804 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10805
10806 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10807 functionality.
10808 (dframe-help-echo): Save point in case mouse tracking is off.
10809
10810 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10811
10812 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10813
10814 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10815
10816 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10817 not change the global value of those vars.
10818
10819 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10820 make-local-variable which we do not need any more.
10821
10822 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10823
10824 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10825 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10826 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10827 (speedbar-path-line): Define obsolete aliases.
10828 (speedbar-line-directory): Doc fix.
10829
10830 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10831 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10832 instead of speedbar-line-path.
10833
10834 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10835
10836 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10837 to nil if dropping on a window. Handle dropping on a minibuffer window
10838 like dropping on a non-window part of Emacs.
10839
10840 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10841
10842 * net/ange-ftp.el: Use with-current-buffer.
10843 (ange-ftp-insert-directory): Do not follow symlinks any more.
10844
10845 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10846 Remove interactive spec.
10847
10848 2005-10-03 Kim F. Storm <storm@cua.dk>
10849
10850 * ido.el (ido-mode): Use custom-initialize-set.
10851
10852 2005-10-02 Richard M. Stallman <rms@gnu.org>
10853
10854 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10855 Use insert-buffer-substring.
10856
10857 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10858 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10859
10860 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10861
10862 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10863 in last change.
10864 (ange-ftp-insert-directory): Fix up the search for the case where
10865 `file' is absolute.
10866
10867 2005-10-02 Romain Francoise <romain@orebokech.com>
10868
10869 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10870
10871 2005-10-02 Andreas Schwab <schwab@suse.de>
10872
10873 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10874 directory component in the session info.
10875
10876 2005-10-01 Richard M. Stallman <rms@gnu.org>
10877
10878 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10879
10880 * simple.el (next-error-internal): New function.
10881
10882 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10883 (compilation-start): Pass new arg to compilation-buffer-name.
10884 (compile-goto-error): Use next-error-internal.
10885
10886 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10887
10888 * speedbar.el: Remove RCS tag.
10889 (speedbar-check-read-only): Handle non-existent files.
10890
10891 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10892
10893 * info.el (Info-speedbar-hierarchy-buttons)
10894 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10895
10896 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10897
10898 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10899 Do not match newline.
10900 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10901 (bibtex-summary): Remove unnecessary save-excursion.
10902 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10903
10904 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10905
10906 * term/mac-win.el: Add charset info for "iso10646-1".
10907 Modify default fontset to use ATSUI-compatible fonts for some charsets
10908 if available.
10909
10910 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10911
10912 * speedbar.el: Re-apply arch tag.
10913 (speedbar-version): Rename to version 1.0. Suggested by Eric
10914 M. Ludlam.
10915 Reapply two changes from Emacs CVS' version of speedbar lost
10916 during the merge:
10917 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10918 (speedbar-frame-parameters): Improve customize type.
10919
10920 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10921
10922 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10923 (ange-ftp-file-directory-p): Fix the symlink case.
10924 (ange-ftp-insert-directory): When listing a single file, get a list of
10925 the parent buffer and extract the relevant line. Inspired from a patch
10926 by Katsumi Yamaoka <yamaoka@jpl.org>.
10927 (ange-ftp-file-name-sans-versions): Simplify.
10928
10929 2005-09-30 Bill Wohler <wohler@newt.com>
10930
10931 Move MH-E image files from toolbar and mail directories into
10932 etc/images.
10933
10934 * mail/reply2.*: Move to etc/images/mail/reply*.
10935
10936 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10937 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10938 etc/images.
10939
10940 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10941 * toolbar/reply*: Move to etc/images/mail.
10942
10943 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10944
10945 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10946
10947 * speedbar.el: New version 1.0pre3.
10948
10949 Frame management code (including timer, and mouse click specifics)
10950 moved to dframe.el:
10951 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10952 (speedbar-timer): Removed. Use dframe-timer.
10953 (speedbar-close-frame): Removed. Use dframe-close-frame.
10954 (speedbar-activity-change-focus-flag): Removed. Use
10955 dframe-activity-change-focus-flag.
10956 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10957 dframe-update-speed.
10958
10959 (speedbar-current-frame): New macro. Use this instead of the
10960 variable speedbar-frame.
10961
10962 (speedbar-use-images, speedbar-expand-image-button-alist)
10963 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10964
10965 (speedbar-find-image-on-load-path): Removed. Replaced by
10966 defezimage in ezimage.el.
10967 (speedbar-expand-image-button-alist): Removed. Replaced by
10968 ezimage-expand-image-button-alist in ezimage.el.
10969
10970 (speedbar-ignored-directory-regexp)
10971 (speedbar-add-ignored-directory-regexp)
10972 (speedbar-ignored-directory-expressions)
10973 (speedbar-line-directory, speedbar-buffers-line-directory)
10974 (speedbar-directory-line, speedbar-buffers-line-directory):
10975 Renamed, replacing `path' with `directory'.
10976
10977 (speedbar-create-directory, speedbar-expand-line-descendants)
10978 (speedbar-toggle-line-expansion)
10979 (speedbar-contract-line-descendants): New commands.
10980
10981 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10982 (speedbar-use-tool-tips-flag): New options.
10983
10984 (speedbar-check-read-only, speedbar-require-version)
10985 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10986 (speedbar-handle-delete-frame, speedbar-try-completion)
10987 (speedbar-update-localized-contents): New functions.
10988
10989 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10990 (speedbar-object-read-only-indicator): New variables.
10991
10992 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10993 New hooks.
10994
10995 (speedbar-separator-face): New face.
10996
10997 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10998 (speedbar-ignored-modes): Add fundamental-mode.
10999 (speedbar-directory-unshown-regexp): Add . directories.
11000
11001 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
11002 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
11003 `]' for full expand/close.
11004 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
11005
11006 (speedbar-check-vc): Support hidden files.
11007 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
11008 (speedbar-this-file-in-vc): Use vc-state if available. If VC
11009 state is nil, it is not checked out.
11010
11011 (speedbar-line-text, speedbar-line-token): Support expand buttons
11012 with no text.
11013 (speedbar-refresh): Universal argument acts as power-click.
11014 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
11015 that buffer to get variable values.
11016
11017 And many other bugfixes.
11018
11019 * dframe.el, ezimage.el, sb-image.el: New files.
11020
11021 * sb-*.xpm: Remove files. New image files installed into
11022 etc/images/ezimage.
11023
11024 2005-09-30 Kenichi Handa <handa@m17n.org>
11025
11026 * ps-mule.el (ps-mule-show-warning): If a character is in
11027 ps-print-translation-table, don't treat it as non-printable.
11028
11029 2005-09-30 David Ponce <david@dponce.com>
11030
11031 * tree-widget.el (tree-widget-themes-load-path): New variable.
11032 (tree-widget-themes-directory): Doc fix.
11033 (tree-widget-image-formats) [Emacs]: Doc fix.
11034 (tree-widget--locate-sub-directory): New function.
11035 (tree-widget-themes-directory): Use it.
11036
11037 * recentf.el (recentf-filename-handlers): Rename from
11038 `recentf-filename-handler'. Allow a list of functions.
11039 (recentf-menu-items-for-commands): Fix :help strings.
11040 (recentf-apply-filename-handlers): New function.
11041 (recentf-expand-file-name): Use it.
11042 (recentf-cleanup): Remove duplicates too.
11043
11044 2005-09-29 Juri Linkov <juri@jurta.org>
11045
11046 * faces.el: Rearrange face definitions to be in the same order as
11047 their face descriptions in "(emacs)Standard Faces".
11048
11049 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
11050
11051 * tooltip.el (tooltip): Add group `basic-faces'.
11052
11053 * buff-menu.el (Buffer-menu-buffer): Remove group
11054 `font-lock-highlighting-faces'.
11055
11056 * progmodes/compile.el (compilation-error, compilation-warning)
11057 (compilation-info, compilation-line-number, compilation-column-number):
11058 Change group from `font-lock-highlighting-faces' to `compilation'.
11059
11060 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
11061 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
11062 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
11063 (vhdl-font-lock-reserved-words-face)
11064 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
11065 `font-lock-highlighting-faces'.
11066
11067 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
11068
11069 2005-09-28 Kim F. Storm <storm@cua.dk>
11070
11071 * emulation/cua-base.el: Set CUA move property on additional commands:
11072 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
11073 forward-sexp, backward-sexp, forward-list, backward-list.
11074
11075 2005-09-28 Romain Francoise <romain@orebokech.com>
11076
11077 * comint.el (comint-show-output): Really set point at the
11078 beginning of the output when not using `comint-use-prompt-regexp'.
11079
11080 2005-09-27 Jay Belanger <belanger@truman.edu>
11081
11082 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
11083 in TeX mode.
11084
11085 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
11086
11087 * textmodes/org.el (org-table-sum): Fix format string.
11088
11089 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
11090 Quote face names.
11091
11092 2005-09-26 Romain Francoise <romain@orebokech.com>
11093
11094 * isearch.el (isearch-forward-regexp): Close doc string.
11095
11096 2005-09-25 Richard M. Stallman <rms@gnu.org>
11097
11098 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
11099
11100 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
11101
11102 * progmodes/compile.el (compilation-error-properties):
11103 When getting the file from the previous error message,
11104 correctly decode the new data format.
11105
11106 * progmodes/cc-cmds.el (c-electric-paren):
11107 Call old-blink-paren only for close-paren.
11108
11109 2005-09-24 Andreas Schwab <schwab@suse.de>
11110
11111 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
11112 condition.
11113
11114 2005-09-25 Romain Francoise <romain@orebokech.com>
11115
11116 * dired-aux.el (dired-copy-file-recursive):
11117 * dired.el (dired-delete-file):
11118 * ediff-mult.el (ediff-dir-diff-copy-file):
11119 * ediff-util.el (ediff-test-save-region):
11120 * forms.el (forms-mode):
11121 * ido.el (ido-file-internal, ido-delete-file-at-head):
11122 * log-edit.el (log-edit-done):
11123 * ses.el (ses-yank-resize):
11124 * play/gomoku.el (gomoku-human-plays, gomoku)
11125 (gomoku-human-resigns, gomoku-prompt-for-other-game)
11126 (gomoku-offer-a-draw):
11127 * play/landmark.el (lm-human-resigns, lm):
11128 * net/eudcb-ldap.el (eudc-ldap-check-base):
11129 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
11130 * progmodes/ebrowse.el (ebrowse-find-pattern):
11131 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
11132 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
11133 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
11134
11135 * vc.el (vc-delete-file):
11136 * play/gomoku.el (gomoku-terminate-game, gomoku)
11137 (gomoku-prompt-for-move, gomoku-human-takes-back):
11138 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
11139 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
11140
11141 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
11142
11143 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
11144 color rxvt terminals by using the code xterm.el used to use before
11145 2005-04-09 in order to match the colors used by rxvt.
11146
11147 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11148
11149 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
11150 colors rxvt-unicode terminals by using the same code as xterm.el.
11151
11152 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11153
11154 * textmodes/tex-mode.el (tex-font-lock-append-prop)
11155 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
11156 new symbol used for the tex-verbatim face.
11157
11158 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
11159
11160 * woman.el (woman-file-name):
11161 * wid-edit.el (widget-file-prompt-value)
11162 (widget-coding-system-prompt-value):
11163 * w32-fns.el (set-w32-system-coding-system):
11164 * vc.el (vc-version-diff, vc-annotate):
11165 * textmodes/reftex-auc.el (reftex-arg-cite)
11166 (reftex-arg-index-tag):
11167 * textmodes/refer.el (refer-get-bib-files):
11168 * textmodes/artist.el (artist-figlet-choose-font):
11169 * terminal.el (terminal-emulator):
11170 * replace.el (occur-read-primary-args):
11171 * rect.el (string-rectangle, string-insert-rectangle):
11172 * ps-print.el (ps-print-preprint):
11173 * progmodes/pascal.el (pascal-goto-defun):
11174 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
11175 * progmodes/compile.el (compilation-find-file):
11176 * printing.el (pr-interactive-n-up):
11177 * play/animate.el (animate-birthday-present):
11178 * net/rcompile.el (remote-compile):
11179 * man.el (man, Man-goto-section, Man-follow-manual-reference):
11180 * mail/rmailsum.el (rmail-summary-search-backward)
11181 (rmail-summary-search):
11182 * mail/rmailout.el (rmail-output-read-rmail-file-name)
11183 (rmail-output-read-file-name):
11184 * mail/rmail.el (rmail-search, rmail-search-backwards):
11185 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
11186 * locate.el (locate):
11187 * international/quail.el (quail-show-keyboard-layout):
11188 * international/mule.el (set-buffer-file-coding-system)
11189 (revert-buffer-with-coding-system, set-file-name-coding-system)
11190 (set-terminal-coding-system, set-keyboard-coding-system)
11191 (set-next-selection-coding-system):
11192 * international/mule-diag.el (describe-coding-system)
11193 (describe-font, describe-fontset):
11194 * international/mule-cmds.el (universal-coding-system-argument)
11195 (search-unencodable-char, describe-input-method)
11196 (set-language-environment, describe-language-environment):
11197 * international/codepage.el (codepage-setup):
11198 * international/code-pages.el (codepage-setup):
11199 * info.el (Info-search, Info-follow-reference)
11200 (Info-search-backward):
11201 * emacs-lisp/advice.el (ad-read-advised-function)
11202 (ad-read-advice-class, ad-clear-cache, ad-activate)
11203 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
11204 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
11205 (ad-read-regexp):
11206 * ediff-util.el (ediff-toggle-regexp-match):
11207 * ediff-ptch.el (ediff-prompt-for-patch-file):
11208 * dired-aux.el (dired-diff):
11209 * diff.el (diff):
11210 * cus-edit.el (custom-variable-prompt):
11211 * calendar/timeclock.el (timeclock-ask-for-project):
11212 * calc/calcalg3.el (calc-get-fit-variables):
11213 * calc/calc-store.el (calc-edit-variable)
11214 (calc-permanent-variable):
11215 * vc-mcvs.el (vc-mcvs-register):
11216 * shadowfile.el (shadow-define-literal-group):
11217 * woman.el (woman-file-name):
11218 * vc.el (vc-version-diff, vc-merge):
11219 * textmodes/reftex-index.el (reftex-index-complete-tag):
11220 * format.el (format-decode-buffer, format-decode-region):
11221 * emulation/viper-cmd.el (viper-read-string-with-history):
11222 * emacs-lisp/debug.el (cancel-debug-on-entry):
11223 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11224 * ediff.el (ediff-merge-revisions)
11225 (ediff-merge-revisions-with-ancestor, ediff-revision):
11226 * completion.el (interactive-completion-string-reader):
11227 * calc/calc-prog.el (calc-user-define-formula):
11228 Follow convention for reading with the minibuffer.
11229
11230 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
11231
11232 * progmodes/python.el (python-describe-symbol): Add globals() and
11233 locals() to the arguments of emacs.ehelp.
11234
11235 2005-09-24 Magnus Henoch <mange@freemail.hu>
11236
11237 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
11238 New function, code extracted from ispell-valid-dictionary-list.
11239 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
11240 Call it.
11241
11242 2005-09-24 Eli Zaretskii <eliz@gnu.org>
11243
11244 * subr.el (version-regexp-alist): Extend valid syntax for version
11245 strings: allow any of the characters -,_,+ to separate the
11246 alpha/beta/rc part from the version part. Doc fix.
11247 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
11248
11249 2005-09-23 David Reitter <david.reitter@gmail.com>
11250
11251 * mail/mailclient.el: New file.
11252
11253 2005-09-23 Richard M. Stallman <rms@gnu.org>
11254
11255 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
11256 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
11257 Doc fixes.
11258
11259 * progmodes/cc-mode.el (c-font-lock-init):
11260 Specify font-lock-lines-before.
11261
11262 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11263
11264 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
11265 whole conflict.
11266
11267 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
11268
11269 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
11270 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
11271 of `remap' feature when available. Additional key bindings for
11272 better tty support.
11273 (org-mode-restart, org-force-self-insert): New commands.
11274 (org-time-stamp-inactive): New command.
11275 (org-remap): New function.
11276 (org-table-auto-blank-field, org-level-color-stars-only): New options.
11277 (org-enable-fixed-width-editor): Move to `org-structure'
11278 customization group.
11279 (org-self-insert-command, orgtbl-self-insert-command): Modify to
11280 blank field after field motion commands.
11281
11282 2005-09-23 Kenichi Handa <handa@m17n.org>
11283
11284 * international/mule-cmds.el (set-language-environment):
11285 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
11286 have to call utf-translate-cjk-load-tables.
11287
11288 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11289
11290 * mouse.el (mouse-move-drag-overlay): Fix last change.
11291
11292 2005-09-22 David Ponce <david@dponce.com>
11293
11294 * tree-widget.el (tree-widget-value-create): Fix previous change.
11295
11296 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11297
11298 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
11299
11300 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11301
11302 * mouse.el (mouse-move-drag-overlay): New function.
11303 (mouse-drag-region-1): Use it.
11304 Try to simplify a bit the state handling. Handle clicks on links
11305 inside intangible areas.
11306 (mouse-save-then-kill): Minor simplification.
11307 (mouse-secondary-overlay): Make it always non-nil instead of
11308 recreating it each time.
11309 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
11310 (mouse-kill-secondary, mouse-secondary-save-then-kill):
11311 Simplify accordingly.
11312
11313 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11314
11315 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
11316
11317 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
11318
11319 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
11320 (ediff-file-name-sans-prefix): Treat nil as an empty string.
11321 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
11322 to patch.
11323
11324 * ediff-util.el: Use insert-buffer-substring.
11325
11326 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
11327
11328 * emulation/viper-cmd.el (viper-change-state): Don't move over the
11329 field boundaries in the minibuffer.
11330 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
11331 (viper-minibuffer-post-command-hook): New hook.
11332 (viper-line): Don't move cursor at bolp.
11333
11334 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
11335
11336 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
11337 avoid compiler warnings.
11338
11339 * emulation/viper-macs.el (ex-map): Better messages.
11340
11341 * emulation/viper-utils.el (viper-beginning-of-field): New function.
11342
11343 * emulation/viper.el: Replace make-variable-buffer-local with
11344 viper-make-variable-buffer-local everywhere, to avoid warnings.
11345
11346 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11347
11348 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
11349 Delete unused var `old-selected-window'.
11350 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
11351 (mouse-drag-secondary): Delete unused var `start-frame'.
11352
11353 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11354
11355 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
11356
11357 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11358
11359 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
11360 Re-indent within 80 columns. Use inhibit-read-only.
11361
11362 2005-09-19 Romain Francoise <romain@orebokech.com>
11363
11364 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
11365
11366 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11367
11368 * font-lock.el (font-lock-default-fontify-region): Don't add a line
11369 unconditionally, since the after-change-function already did it.
11370
11371 2005-09-19 Miles Bader <miles@gnu.org>
11372
11373 * net/newsticker.el: Get rid of CVS keyword.
11374
11375 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
11376
11377 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
11378 The prompt is formatted later.
11379
11380 2005-09-19 David Ponce <david@dponce.com>
11381
11382 * tree-widget.el (tree-widget-value-create): Save the converted
11383 tree :node widget.
11384
11385 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
11386
11387 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
11388 variable `message'.
11389
11390 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
11391
11392 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
11393 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
11394 <slawomir.nowaczyk.847@student.lu.se>.
11395
11396 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
11397
11398 * image.el (image-load-path): Use symbol `data-directory' instead
11399 of its value, for backward compatibility with packages that bind
11400 it during `find-image'. Suggested by Katsumi Yamaoka.
11401 (image-search-load-path): Handle symbols whose values are strings.
11402
11403 2005-09-18 Romain Francoise <romain@orebokech.com>
11404
11405 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
11406 with-current-buffer form in save-excursion.
11407
11408 2005-09-18 D Goel <deego@gnufans.org>
11409
11410 * apropos.el (apropos-command): Fix `message' call: first arg
11411 should be a format spec. In this and all other cases that appear
11412 below and elsewhere in the source code, I made a change only when
11413 two conditions were satisfied: [1] I can think of a possibility
11414 that the arguments would cause an error, for example, the code in
11415 question relies on external variables such as filenames. [2] I
11416 was sure that the arg to `message' could not have been nil in the code.
11417
11418 * textmodes/tildify.el (tildify-region): Ditto.
11419
11420 * textmodes/reftex-index.el (reftex-index-change-entry)
11421 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
11422 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
11423 * textmodes/org.el (org-complete, org-deadline, org-schedule)
11424 (org-priority, org-table-sum):
11425 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
11426 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
11427 (flyspell-word, flyspell-display-next-corrections):
11428 * textmodes/bibtex.el (bibtex-print-help-message):
11429 * textmodes/artist.el (artist-key-set-point-poly):
11430 * term/mac-win.el (mac-services-insert-text):
11431 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
11432 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
11433 (vhdl-port-paste-testbench, vhdl-compose-new-component)
11434 (vhdl-compose-configuration):
11435 * progmodes/sh-script.el (sh-blink, sh-show-indent)
11436 (sh-set-indent, sh-learn-line-indent):
11437 * progmodes/ps-mode.el (ps-mode-target-column):
11438 * progmodes/idlwave.el (idlwave-make-tags)
11439 (idlwave-scan-library-catalogs):
11440 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
11441 * progmodes/gud.el (gud-jdb-analyze-source):
11442 * progmodes/flymake.el (flymake-log):
11443 * progmodes/ebnf2ps.el (ebnf-generate-region):
11444 * progmodes/cmacexp.el (c-macro-expansion):
11445 * progmodes/ada-xref.el (ada-treat-cmd-string):
11446 * progmodes/ada-mode.el (ada-create-case-exception-substring)
11447 (ada-justified-indent-current, ada-batch-reformat):
11448 * play/zone.el (zone):
11449 * play/landmark.el (lm-move):
11450 * play/decipher.el (decipher-show-alphabet):
11451 * net/newsticker.el (newsticker--display-jump)
11452 (newsticker--display-scroll):
11453 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11454 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11455 * mail/feedmail.el (feedmail-dump-message-to-queue):
11456 * eshell/esh-proc.el (eshell-remove-process-entry):
11457 * emulation/ws-mode.el (ws-last-error):
11458 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11459 (viper-record-kbd-macro):
11460 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11461 * emacs-lisp/lisp-mnt.el (lm-report-bug):
11462 * emacs-lisp/find-func.el (find-function-noselect):
11463 * calendar/timeclock.el (timeclock-status-string)
11464 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11465 (timeclock-when-to-leave-string):
11466 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11467 * calc/calc-units.el (calc-enter-units-table):
11468 * calc/calc-mode.el (calc-mode-record-mode):
11469 * woman.el (woman-mini-help):
11470 * wdired.el (wdired-change-to-wdired-mode):
11471 * vc.el (vc-retrieve-snapshot):
11472 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11473 * startup.el (display-startup-echo-area-message):
11474 * simple.el (set-goal-column):
11475 * ses.el (ses-command-hook, ses-recalculate-cell):
11476 * server.el (server-process-filter):
11477 * printing.el (pr-interface-txt-print, pr-interface-printify)
11478 (pr-interface-ps):
11479 * pcvs.el (cvs-help):
11480 * log-edit.el (log-edit, log-edit-mode-help):
11481 * iswitchb.el (iswitchb-possible-new-buffer):
11482 * isearch.el (isearch-edit-string):
11483 * image-mode.el (image-mode, image-minor-mode):
11484 * ibuf-macs.el (define-ibuffer-filter):
11485 * hi-lock.el (hi-lock-find-patterns):
11486 * files.el (toggle-read-only):
11487 * ediff-util.el (ediff-copy-diff)
11488 (ediff-write-merge-buffer-and-maybe-kill):
11489 * echistory.el (Electric-history-undefined):
11490 * dnd.el (dnd-insert-text):
11491 * dired-aux.el (dired-query):
11492 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11493 * bookmark.el (bookmark-bmenu-locate):
11494 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11495 Fix `message' calls to ensure first arg is a format string.
11496 The change was made only when these two conditions were satisfied:
11497 [1] when there is a possibility that the arguments would cause an error
11498 for example, if the code in question relies on external variables
11499 such as filenames, and
11500 [2] if the arg to `message' could not have been nil in the code.
11501
11502 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11503 Not having a %s would be weird, though not technically wrong.
11504
11505 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11506
11507 * term/mac-win.el (mac-add-charset-info): Doc fix.
11508
11509 2005-09-17 Romain Francoise <romain@orebokech.com>
11510
11511 * shell.el (shell-resync-dirs): Handle echoing processes more
11512 reliably. Don't insert resync command if `comint-process-echoes'
11513 is non-nil.
11514
11515 2005-09-17 Magnus Henoch <mange@freemail.hu>
11516
11517 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11518 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11519 aspell versions >= 0.60.
11520 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11521 only if ispell-aspell-supports-utf8 is non-nil.
11522
11523 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11524
11525 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11526 buffer-local value to lisp-indent-function.
11527
11528 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11529
11530 * progmodes/glasses.el (glasses-make-readable): If
11531 glasses-separator differs from underscore, put appropriate
11532 overlays over underscore characters.
11533 (glasses-convert-to-unreadable): If glasses-separator differs from
11534 underscore, try to convert glasses-separator characters to
11535 underscores.
11536
11537 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11538
11539 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11540 Use with-syntax-table and dolist.
11541
11542 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11543
11544 * textmodes/reftex-auc.el:
11545 * textmodes/reftex-cite.el:
11546 * textmodes/reftex-dcr.el:
11547 * textmodes/reftex-global.el:
11548 * textmodes/reftex-parse.el:
11549 * textmodes/reftex-ref.el:
11550 * textmodes/reftex-sel.el:
11551 * textmodes/reftex-toc.el:
11552 * textmodes/reftex-vars.el:
11553 * textmodes/reftex.el: Small changes to remove compiler warnings.
11554
11555 * textmodes/reftex-index.el: Likewise.
11556 (reftex-query-index-phrase): More efficient use of markers.
11557
11558 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11559
11560 * image.el (image-load-path): New variable.
11561 (image-search-load-path): New function.
11562 (find-image): Search for images in `image-load-path'.
11563
11564 2005-09-15 Richard M. Stallman <rms@gnu.org>
11565
11566 * follow.el: Change Maintainer field.
11567
11568 2005-09-15 David Ponce <david@dponce.com>
11569
11570 * recentf.el (recentf-save-file-modes): New option.
11571 (recentf-save-list): Use it.
11572
11573 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11574
11575 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11576 (mode-line-mule-info, mode-line-modified): Move bindings from
11577 mouse-3 to mouse-1.
11578
11579 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11580
11581 * simple.el (sendmail-user-agent-compose): Revert last change.
11582
11583 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11584
11585 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11586 Use with-current-buffer.
11587 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11588 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11589 (ange-ftp-insert-directory): Remove unused var `short'.
11590 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11591
11592 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11593 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11594
11595 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11596 (check-calendar-holidays, diary-list-entries): Autoload.
11597 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11598 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11599
11600 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11601 which mistakenly removed a call to display-buffer.
11602
11603 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11604
11605 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11606
11607 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11608
11609 * progmodes/hideshow.el
11610 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11611 (hs-allow-nesting): New user var.
11612 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11613 (hs-hide-block-at-point): When nesting allowed,
11614 if there is already an overlay in place, delete it.
11615 (hs-safety-is-job-n): Delete func; remove call sites.
11616 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11617 (hs-overlay-at): New func.
11618 (hs-already-hidden-p, hs-show-block): Use it.
11619 (hs-hide-all): Don't pre-clean if nesting allowed.
11620 (hs-show-all): Temporarily disallow
11621 nesting around call to `hs-discard-overlays'.
11622
11623 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11624
11625 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11626 Delete unused local var.
11627
11628 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11629
11630 * help-fns.el (describe-categories): "?\ " -> "?\s".
11631 (help-do-arg-highlight): Recognize also ARG-n, as in
11632 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11633
11634 * international/codepage.el (dos-unsupported-char-glyph):
11635 * net/newsticker.el (tool-bar-map, w3-mode-map)
11636 (w3m-minor-mode-map):
11637 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11638 (ent-alist):
11639 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11640
11641 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11642
11643 * custom.el (custom-push-theme): Handle the case where a symbol is
11644 bound but face properties have not yet been assigned.
11645
11646 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11647 Fix behavior if noerase is `t' and there is no mail buffer.
11648
11649 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11650 if `continue' is nil, rather than signal an error.
11651
11652 2005-09-12 Richard M. Stallman <rms@gnu.org>
11653
11654 * font-lock.el (font-lock-keywords): Add autoload.
11655
11656 * help-fns.el (describe-variable): Rearrange to put source link
11657 in a predictable place.
11658
11659 * net/newsticker.el: New file.
11660
11661 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11662
11663 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11664 (calendar-basic-setup): Use the new nil arg.
11665 (number-of-diary-entries): Move to diary-lib.el.
11666
11667 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11668 (diary-list-entries): Use with-syntax-table and dolist.
11669 Rename from list-diary-entries.
11670 Use number-of-diary-entries if `number' is nil.
11671 (diary, diary-view-entries): Use this new name and new nil arg value.
11672 (number-of-diary-entries): Move from calendar.el.
11673 (diary-unhide-everything): New function.
11674 (include-other-diary-files, fancy-diary-display)
11675 (diary-show-all-entries, make-diary-entry): Use it.
11676 (diary-mail-entries): Use buffer-string.
11677 (mark-diary-entries): Fix long standing paren typo.
11678 (diary-sexp-entry): Use count-lines.
11679 (make-diary-entry): Avoid `previous-line'.
11680 (diary-mode-map): New var.
11681 (diary-mode): Redraw cal after saving. Setup header-line.
11682 (fancy-diary-display-mode): Use local-set-key.
11683
11684 * startup.el (command-line): Try calling various terminal-init-foo-bar
11685 functions by stripping hyphenated suffixes from $TERM.
11686
11687 * files.el (normal-mode): Check boundness of font-lock-keywords.
11688
11689 2005-09-12 Richard M. Stallman <rms@gnu.org>
11690
11691 * progmodes/compile.el: Don't decide a file's directory
11692 until the user actually tries to go there.
11693 (compilation-next-error-function):
11694 Pass compilation-find-file the directory from the file-struct.
11695 (compilation-internal-error-properties): Separate local FILE-STRUCT
11696 from FILE. Doc the args better. Rename arg FMT to FMTS.
11697 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11698 Expand it, and if nil, use default-directory.
11699 (compilation-get-file-structure): Don't mix specified directory
11700 with default directory. Put specified directory into
11701 file-struct. Don't make the file name absolute.
11702
11703 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11704 (compile-command): Add autoload.
11705 (compilation-disable-input): Add autoload.
11706
11707 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11708
11709 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11710 strings of the variables it can override.
11711 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11712 %Q and %q, for fully-qualified domain name and unqualified host name.
11713
11714 2005-09-11 Kim F. Storm <storm@cua.dk>
11715
11716 * emacs-lisp/authors.el (authors-aliases): Update list.
11717 (authors-fixed-entries): Update mldrag.el entry.
11718
11719 2005-09-10 Alan Mackenzie <acm@muc.de>
11720
11721 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11722 from the region narrowed to.
11723
11724 2005-09-10 Magnus Henoch <mange@freemail.hu>
11725
11726 * textmodes/ispell.el (ispell-check-version): Signal an error if
11727 aspell version is less than 0.60.
11728
11729 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11730
11731 * progmodes/octave-inf.el (inferior-octave-startup):
11732 Resync current dir at the end.
11733
11734 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11735
11736 * woman.el (woman-topic-at-point-default):
11737 Rename to woman-use-topic-at-point-default.
11738 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11739 (woman-file-name): Reflect renames above. Automatically use the
11740 word at point as topic if woman-use-topic-at-point is non-nil.
11741 Otherwise offer it as default but don't insert it in the
11742 minibuffer. Also use `test-completion' instead of `assoc' as
11743 suggested by Stefan Monnier.
11744
11745 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11746
11747 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11748 the attempt to do it over Tramp. This is not yet supported.
11749
11750 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11751
11752 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11753 (menu-bar-non-minibuffer-window-p): New functions.
11754 ("Split Window", "Save As..."): Use them.
11755 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11756 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11757 Use menu-bar-menu-frame-live-and-visible-p.
11758 ("Save Buffer", "Insert File", "Open Directory...")
11759 ("Open File...", "Visit New File..."):
11760 Use menu-bar-non-minibuffer-window-p.
11761 (kill-this-buffer-enabled-p, dired <menu-enable>):
11762 Use menu-bar-non-minibuffer-window-p.
11763
11764 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11765
11766 * cus-start.el (all): Don't complain about fringe-related
11767 built-ins if fringes are not supported. Ditto about
11768 selection-related built-ins. Fix the test for GTK-related built-ins.
11769
11770 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11771 ("Postscript Print Buffer", "Print Region", "Save As...")
11772 ("Save", "Insert File...", "Open Directory...")
11773 ("Open File...", "Visit New File..."")
11774 ("Truncate Long Lines in this Buffer"): Don't look at
11775 menu-updating-frame if this display does not support multiple frames.
11776
11777 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11778
11779 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11780
11781 2005-09-09 Emilio Lopes <eclig@gmx.net>
11782
11783 * woman.el: Format- and whitespace-related changes.
11784
11785 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11786
11787 * woman.el: Fix my email address.
11788
11789 2005-09-08 Richard M. Stallman <rms@gnu.org>
11790
11791 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11792 (sh-mode): Locally set skeleton-pair-default-alist.
11793
11794 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11795
11796 * progmodes/flymake.el: Require `compile' unconditionally.
11797
11798 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11799
11800 * woman.el (woman-file-name): Provide a default, not initial input.
11801
11802 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11803
11804 * font-lock.el (font-lock-support-mode): Doc fix.
11805
11806 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11807
11808 2005-09-08 Richard M. Stallman <rms@gnu.org>
11809
11810 * simple.el (blink-matching-open): Get rid of text props from
11811 the string shown in echo area. Don't permanently set point.
11812 Some rearrangements.
11813
11814 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11815
11816 * recentf.el (recentf-filename-handler): Add custom choice
11817 `abbreviate-file-name'.
11818
11819 * msb.el (msb--very-many-menus): Fix typo.
11820
11821 * disp-table.el (standard-display-european): Don't set
11822 enable-multibyte-characters to nil.
11823
11824 2005-09-08 David Ponce <david@dponce.com>
11825
11826 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11827 (recentf-expand-file-name): Doc fix.
11828 (recentf-dialog-mode-map): Define digit shortcuts.
11829 (recentf--files-with-key): New variable.
11830 (recentf-show-digit-shortcut-filter): New function.
11831 (recentf-open-files-items): New function.
11832 (recentf-open-files): Use it.
11833 (recentf-open-file-with-key): New command.
11834
11835 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11836
11837 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11838 Suggested by Kim F. Storm.
11839 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11840 (Buffer-menu-make-sort-button): Use global keymap.
11841
11842 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11843
11844 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11845 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11846 necessary any longer with the remapped command.
11847 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11848 formatting time only.
11849
11850 * net/tramp.el (tramp-action-password)
11851 (tramp-multi-action-password): Compile the password prompt from
11852 `method', `user' and `host'. Sometimes it isn't obvious which
11853 password to enter, for example with remote files offered by
11854 recentf.el, or with multiple steps. Suggested by Robert Marshall
11855 <robert@chezmarshall.freeserve.co.uk>.
11856
11857 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11858
11859 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11860 Fix regexp for when "s///" is at the beginning of line.
11861
11862 2005-09-07 Jay Belanger <belanger@truman.edu>
11863
11864 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11865 when in matrix mode.
11866
11867 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11868
11869 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11870 non-anonymous functions.
11871
11872 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11873
11874 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11875 when using a header line. Otherwise, use mouse-1-click-follows-link.
11876
11877 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11878 can't be moved; don't signal an error.
11879
11880 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11881
11882 * cus-theme.el (custom-theme-write-faces): Save the current face
11883 spec, not the defface spec.
11884
11885 * custom.el (custom-known-themes): Clarify meaning of "standard".
11886 (custom-push-theme): Save old values in the standard theme.
11887 (disable-theme): Correct typo.
11888 (custom-face-theme-value) Deleted unused function.
11889 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11890
11891 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11892
11893 * progmodes/compile.el (compilation-goto-locus): Take into account
11894 iconified frames when determining whether the buffer is
11895 already visible.
11896 Don't reset window height if the window already existed.
11897
11898 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11899
11900 * custom.el (load-theme): Rename from require-theme.
11901 Add interactive spec.
11902 (enable-theme): Rename from custom-enable-theme.
11903 Add interactive spec.
11904 (disable-theme): Rename from custom-disable-theme.
11905 Add interactive spec.
11906 (custom-make-theme-feature): Doc fix.
11907 (custom-theme-directory): Doc fix.
11908 (provide-theme): Call enable-theme.
11909
11910 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11911
11912 * obsolete/lazy-lock.el (lazy-lock-mode):
11913 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11914 font-lock-mode if it's off. Print a warning instead.
11915
11916 * progmodes/compile.el (compilation-start): Ignore errors if the
11917 process died before we get to send-eof.
11918
11919 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11920 Undo last change. Enclosing the result in quotes broke things on Unix
11921 since tex-send-command passes it through shell-quote-argument.
11922 (tex-send-command): Pass `file' through convert-standard-filename
11923 when possible.
11924 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11925 info in a transcript.
11926
11927 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11928
11929 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11930 fix compilation warning. Reorder the key definitions to group
11931 together keys emitted by the current version of xterm.
11932
11933 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11934 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11935 Reorder predicates to correct min-color usage.
11936
11937 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11938
11939 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11940 Kill local variables when longlines-mode is turned off.
11941
11942 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11943
11944 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11945
11946 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11947
11948 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11949
11950 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11951 (font-lock-lines-before): Change default to being inactive.
11952 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11953 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11954
11955 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11956
11957 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11958 Deactivate temporarily advice if active (not needed for Emacs 22,
11959 but for backwards compatibility).
11960 (tramp-exists-file-name-handler): Rewrite. First implementation
11961 was too simple.
11962 (tramp-advice-make-auto-save-file-name):
11963 Call `tramp-handle-make-auto-save-file-name' (again, just for
11964 backwards compatibility).
11965
11966 2005-08-31 Reto Zimmermann <reto@gnu.org>
11967
11968 * progmodes/vhdl-mode.el
11969 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11970 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11971 (vhdl-set-default-project): New function (easier setting of default).
11972 (vhdl-port-copy): Handle extended identifiers for generics.
11973 (vhdl-compiler-alist): Better description for error message regexp.
11974 (vhdl-make): Query for target, use previous as default.
11975 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11976 (vhdl-font-lock-keywords-2): Fix fontification for record
11977 el. assign.
11978 (vhdl-speedbar-make-subpack-line): Add package body link.
11979 (vhdl-generate-makefile-1): Not include itself as dependency.
11980 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11981 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11982 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11983 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11984 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11985 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11986 (vhdl-import-project): Add string argument for `error'.
11987 (vhdl-compose-configuration)
11988 (vhdl-compose-configuration-architecture): Add configuration
11989 declaration generation.
11990 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11991 (vhdl-trailer-re): Add "record" keyword (better indentation).
11992 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11993 "[^ \t-\"]+".
11994 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11995 (vhdl-testbench-entity-file-name)
11996 (vhdl-testbench-architecture-file-name): Allow separate
11997 customization of testbench file names.
11998 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11999 (vhdl-get-visible-signals): Allow newline within alias declaration.
12000 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
12001 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
12002 (member-ignore-case): Alias for missing function in XEmacs.
12003 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
12004 (vhdl-update-sensitivity-list): Ignore case on read signals.
12005 (vhdl-replace-string): Adjust case only for file names.
12006 (vhdl-update-sensitivity-list): Fix search for read signals.
12007 (vhdl-update-sensitivity-list): Exclude formal parameters.
12008 (vhdl-get-visible-signals): Include aliases of signals.
12009 (vhdl-get-visible-signals): Fix signal name searching.
12010 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
12011 (vhdl-fixup-whitespace-region): Fix for character
12012 literals (e.g. `:').
12013
12014 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
12015
12016 * ansi-color.el (comint-last-output-start):
12017 * bs.el (font-lock-verbose):
12018 * diff-mode.el (add-log-buffer-file-name-function):
12019 * dired-x.el (vm-folder-directory):
12020 * faces.el (help-xref-stack-item):
12021 * files.el (font-lock-keywords):
12022 * find-lisp.el (dired-buffers, dired-subdir-alist):
12023 * ido.el (cua-inhibit-cua-keys):
12024 * log-view.el (cvs-minor-wrap-function):
12025 * outline.el (font-lock-warning-face):
12026 * simple.el (compilation-current-error):
12027 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
12028 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
12029 * tooltip.el (comint-prompt-regexp):
12030 * w32-fns.el (explicit-shell-file-name):
12031 * term/mac-win.el (mac-charset-info-alist)
12032 (mac-services-selection, mac-system-script-code):
12033 * term/tty-colors.el (msdos-color-values):
12034 * term/w32-win.el (xlfd-regexp-registry-subnum):
12035 * term/x-win.el (x-keysym-table, x-selection-timeout)
12036 (x-session-id, x-session-previous-id):
12037 * textmodes/ispell.el (mail-yank-prefix):
12038 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
12039 * textmodes/org.el (calc-embedded-close-formula)
12040 (calc-embedded-open-formula)
12041 (font-lock-unfontify-region-function):
12042 * textmodes/reftex-global.el (isearch-next-buffer-function)
12043 (TeX-master):
12044 * textmodes/reftex.el (font-lock-keywords):
12045 * textmodes/tex-mode.el (font-lock-comment-face)
12046 (font-lock-doc-face):
12047 * textmodes/texinfo.el (outline-heading-alist):
12048 Add defvars.
12049
12050 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
12051 (artist-spray-chars, artist-mode-init, artist-replace-string)
12052 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
12053 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
12054 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
12055
12056 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
12057 (conf-align-assignments): "?\ " -> "?\s".
12058
12059 * textmodes/reftex-index.el (TeX-master): Add defvar.
12060 (reftex-index-phrases-marker): Move up defvar.
12061
12062 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
12063 (reftex-toc-include-labels-indicator)
12064 (reftex-toc-include-index-indicator)
12065 (reftex-toc-max-level-indicator): Move up declarations.
12066
12067 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
12068 of args to `tramp-run-real-handler', even if it's empty in this case.
12069
12070 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12071
12072 * dired.el (dired-move-to-filename-regexp): Add date format for
12073 Mac OS X 10.3 in East Asian locales.
12074
12075 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
12076
12077 * files.el (make-auto-save-file-name): Add file name handler call
12078 if applicable.
12079
12080 * net/tramp.el (tramp-file-name-handler-alist)
12081 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
12082 (tramp-handle-make-auto-save-file-name): Rename from
12083 `tramp-make-auto-save-file-name'.
12084 (tramp-exists-file-name-handler): New defun.
12085 (tramp-advice-make-auto-save-file-name): Make defadvice only when
12086 `make-auto-save-file-name' is not a magic file name operation.
12087
12088 2005-08-30 Richard M. Stallman <rms@gnu.org>
12089
12090 * files.el (risky-local-variable-p):
12091 Match `-predicates' and `-commands.
12092
12093 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
12094 (custom-save-all): Visit the file if necessary;
12095 kill the buffer if we created it.
12096 (custom-save-delete): Don't visit file or kill buffer here.
12097
12098 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
12099
12100 * textmodes/org.el (org-special-keyword): New face.
12101 (org-table-copy-down, org-table-eval-formula)
12102 (org-table-recalculate, org-init-section-numbers):
12103 Use `string-to-number' instead of `string-to-int'.
12104 (org-get-location): Use `insert-buffer-substring' instead of
12105 `insert-buffer'.
12106 (org-modify-diary-entry-string): New function.
12107 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
12108 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
12109 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
12110 active region.
12111 (org-export-as-html): Handle QUOTE keyword.
12112 (org-quote-string): New option.
12113 (org-bookmark-jump-unhide): New function, used for
12114 `bookmark-after-jump-hook'.
12115 (org-diary-default-entry): Apply only when not called through
12116 `org-agenda'.
12117
12118 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
12119
12120 * net/eudc.el (mode-popup-menu):
12121 * play/handwrite.el (ps-printer-name, ps-lpr-command):
12122 * progmodes/ada-mode.el (compile-auto-highlight)
12123 (skeleton-further-elements):
12124 * progmodes/autoconf.el (font-lock-syntactic-keywords):
12125 * progmodes/cmacexp.el (msdos-shells):
12126 * progmodes/compile.el (font-lock-extra-managed-props)
12127 (font-lock-keywords, font-lock-maximum-size)
12128 (font-lock-support-mode):
12129 * progmodes/grep.el (font-lock-lines-before):
12130 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
12131 * progmodes/mixal-mode.el (compile-command):
12132 * progmodes/perl-mode.el (font-lock-comment-face)
12133 (font-lock-doc-face, font-lock-string-face):
12134 * progmodes/prolog.el (comint-prompt-regexp):
12135 * progmodes/sh-script.el (font-lock-comment-face)
12136 (font-lock-set-defaults, font-lock-string-face):
12137 * progmodes/sql.el (font-lock-keyword-face)
12138 (font-lock-set-defaults, font-lock-string-face):
12139 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
12140 (itimer-version, lazy-lock-defer-contextually)
12141 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
12142 Add defvars.
12143
12144 * progmodes/cperl-mode.el (cperl-electric-lbrace)
12145 (cperl-electric-keyword, cperl-electric-pod)
12146 (cperl-electric-backspace, cperl-forward-re)
12147 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
12148 (vc-rcs-header, vc-sccs-header): Add defvars.
12149
12150 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
12151 (font-lock-syntactic-keywords, gud-find-expr-function):
12152 Add defvars.
12153
12154 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
12155 (gdb-frame-parameters): Declare before use.
12156
12157 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
12158 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
12159 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
12160 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
12161
12162 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
12163 (idlwave-help-with-source): Use `insert-buffer-substring', not
12164 `insert-buffer'.
12165
12166 2005-08-29 Juri Linkov <juri@jurta.org>
12167
12168 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
12169 Put outline-back-to-heading function call inside save-excursion.
12170
12171 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
12172
12173 * man.el (Man-init-defvars, Man-translate-references)
12174 (Man-support-local-filenames, Man-highlight-references):
12175 * progmodes/sql.el (sql-interactive-mode):
12176 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
12177
12178 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
12179 (compilation-mode-font-lock-keywords): Add defvars.
12180 (checkdoc-interactive-loop): "?\ " -> "?\s".
12181
12182 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
12183 (font-lock-doc-face, font-lock-string-face)
12184 (font-lock-keywords-case-fold-search): Add defvars.
12185 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
12186
12187 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
12188 Don't pass X and Y (they are ignored anyway).
12189 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
12190 (mouse-delete-window): Make arguments optional.
12191
12192 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
12193 (caesar-translate-table, minor-modes, news-buffer-save)
12194 (news-group-name, news-minor-modes): Add defvars.
12195
12196 * emacs-lisp/lselect.el (mouse-highlight-priority)
12197 (x-lost-selection-functions, zmacs-regions):
12198 * emacs-lisp/pp.el (font-lock-verbose):
12199 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
12200 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
12201 (ses-mode-map):
12202 * emacs-lisp/tcover-unsafep.el (safe-functions):
12203 * international/mule-cmds.el (mac-system-coding-system)
12204 (mac-system-locale):
12205 * language/ethio-util.el (rmail-current-message)
12206 (rmail-message-vector):
12207 * language/thai-util.el (thai-auto-composition-mode):
12208 * mail/metamail.el (rmail-current-message, rmail-message-vector):
12209 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
12210 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
12211 (vm-primary-inbox, vm-spool-files):
12212 * mail/rmail.el (deleted-head, font-lock-fontified)
12213 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
12214 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
12215 (total-messages):
12216 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
12217 (rmail-summary-mode-map):
12218 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
12219 (rmail-last-label, rmail-last-multi-labels)
12220 (rmail-summary-vector, rmail-total-messages):
12221 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
12222 * mail/rmailsum.el (msgnum):
12223 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
12224 (rmail-current-message):
12225 * obsolete/fast-lock.el (font-lock-face-list):
12226 * obsolete/rnewspost.el (mail-reply-buffer):
12227 * obsolete/scribe.el (compile-command):
12228 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
12229
12230 2005-08-28 John Paul Wallington <jpw@gnu.org>
12231
12232 * ibuf-ext.el (ibuffer-auto-update-changed):
12233 Use `frame-or-buffer-changed-p' to check whether we need to update.
12234 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
12235 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
12236 as a `frame-or-buffer-changed-p' state vector instead.
12237
12238 2005-08-27 Romain Francoise <romain@orebokech.com>
12239
12240 * textmodes/makeinfo.el (makeinfo-compile):
12241 Use `compilation-start'. Set `next-error-function' according to
12242 `disable-errors'.
12243 (makeinfo-next-error): New function.
12244 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
12245 (makeinfo-buffer): Likewise.
12246
12247 * progmodes/compile.el (compilation-start): Add autoload cookie.
12248
12249 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
12250 * textmodes/sgml-mode.el: Likewise.
12251 * progmodes/python.el: Likewise.
12252
12253 2005-08-27 Eli Zaretskii <eliz@gnu.org>
12254
12255 * simple.el (blink-matching-paren-distance): Document the meaning
12256 of nil value, and allow to customize to nil.
12257
12258 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
12259 command.com, not command.exe.
12260
12261 2005-08-26 John Wiegley <johnw@newartisans.com>
12262
12263 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
12264 code around a bit so that an extraneous nil argument is not added
12265 to a command when no args are given.
12266
12267 * eshell/esh-arg.el (eshell-parse-double-quote): If a
12268 double-quoted argument resolves to nil, return it as an empty
12269 string rather than as nil. This made it impossible to pass "" to
12270 a shell script as a null string argument.
12271
12272 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12273
12274 * outline.el (outline-invent-heading): New fun.
12275 (outline-promote, outline-demote): Use it.
12276 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
12277 (outline-end-of-subtree): Remove unused var `opoint'.
12278
12279 2005-08-26 David Reitter <david.reitter@gmail.com>
12280
12281 * menu-bar.el (truncate-lines, write-file, print-buffer)
12282 (ps-print-buffer-faces, ps-print-buffer, split-window):
12283 Disable menu items when the frame they refer to is invisible, or when
12284 they refer to a buffer and the minibuffer is selected.
12285
12286 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
12287
12288 * progmodes/flymake.el (flymake-highlight-err-lines):
12289 Use save-excursion around flymake-highlight-line to preserve point.
12290
12291 2005-08-26 Eli Zaretskii <eliz@gnu.org>
12292
12293 * progmodes/octave-mod.el: Change Author and Maintainer address.
12294 (octave-maintainer-address): Change Kurt's email address.
12295 * progmodes/octave-inf.el: Change Author and Maintainer address.
12296 * progmodes/octave-hlp.el: Change Author and Maintainer address.
12297
12298 2005-08-26 Kim F. Storm <storm@cua.dk>
12299
12300 * subr.el (version-list-<, version-list-<=, version-list-=):
12301 Rename from integer-list-*.
12302 (version-list-not-zero): Likewise. Fix while loop.
12303 (version=): Use version-list-= instead of string-equal.
12304
12305 2005-08-26 Richard M. Stallman <rms@gnu.org>
12306
12307 * outline.el (outline-promote): Try shortening the heading.
12308 As last resort, read the heading to use.
12309 (outline-demote): As last resort, read the heading to use.
12310
12311 2005-08-26 Romain Francoise <romain@orebokech.com>
12312
12313 * progmodes/compile.el (compilation-start): Doc fix.
12314
12315 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
12316 (antlr-font-lock-additional-keywords): Fix reference to
12317 `antlr-font-lock-literal-regexp' erroneously changed during the
12318 mass face rename.
12319 (antlr-run-tool): Use `compilation-start'.
12320
12321 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
12322 instead of the obsolete `compile-internal'.
12323
12324 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
12325
12326 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
12327 (number, original-date):
12328 * calendar/cal-china.el (date):
12329 * calendar/cal-coptic.el (date):
12330 * calendar/cal-french.el (date):
12331 * calendar/cal-hebrew.el (date, entry, number, original-date):
12332 * calendar/cal-islam.el (date, number, original-date):
12333 * calendar/cal-iso.el (date):
12334 * calendar/cal-julian.el (date):
12335 * calendar/cal-mayan.el (date):
12336 * calendar/cal-menu.el (date, event):
12337 * calendar/cal-persia.el (date):
12338 * calendar/lunar.el (date):
12339 * calendar/solar.el (date): Add defvars.
12340
12341 * emerge.el:
12342 * ibuffer.el:
12343 * info-xref.el:
12344 * obsolete/bg-mouse.el:
12345 * obsolete/sun-curs.el:
12346 * obsolete/swedish.el: Move the `defvar's to the top level.
12347
12348 * smerge-mode.el (smerge-refined-change): Add :group.
12349
12350 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
12351
12352 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
12353 (smerge-keep-n): Remove props.
12354 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
12355 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
12356 now that it's done in smerge-keep-n.
12357 (smerge-refined-change): New face.
12358 (smerge-refine-chopup-region, smerge-refine-highlight-change)
12359 (smerge-refine): New funs.
12360 (smerge-basic-map): Bind smerge-refine.
12361
12362 2005-08-25 Juri Linkov <juri@jurta.org>
12363
12364 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
12365 compilation-process-setup-function and compilation-disable-input
12366 in grep-mode instead of let-bindings in grep.
12367
12368 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
12369 Delete "Automatic File De/compression" (auto-compression-mode).
12370
12371 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
12372
12373 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
12374 Silence warning about non-existent variable.
12375
12376 2005-08-25 Richard M. Stallman <rms@gnu.org>
12377
12378 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
12379 Rename "Describe Key" to "Describe Key or Mouse Operation".
12380
12381 * mail/mailalias.el (build-mail-aliases): Delete comments
12382 from the contents before processing them.
12383
12384 * isearch.el (isearch-edit-string): Erase the Search prompt
12385 if user enters an empty string and there is no default.
12386
12387 * comint.el (comint-file-name-prefix): Add autoload.
12388
12389 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
12390
12391 * subr.el (play-sound): Rearrange to avoid warning.
12392
12393 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
12394
12395 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
12396 New hook.
12397 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
12398
12399 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12400
12401 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
12402
12403 * custom.el (custom-theme-set-variables): Sort minor modes last.
12404
12405 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12406
12407 * subr.el (version-separator, version-regexp-alist): New vars used by
12408 version comparison funs.
12409 (integer-list-<, integer-list-=, integer-list-<=)
12410 (integer-list-not-zero): New funs for integer list comparison.
12411 (version-to-list, version=, version<, version<=): New funs for version
12412 comparison.
12413
12414 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
12415
12416 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
12417 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
12418 time to silence the byte-compiler.
12419
12420 * ibuffer.el (ibuffer-compile-make-eliding-form)
12421 (ibuffer-check-formats): Use `with-no-warnings' to hide references
12422 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
12423 so it's silly to get warnings for it).
12424 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
12425 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
12426 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
12427 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
12428 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
12429 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
12430 Defvar at compile time.
12431 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
12432 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
12433 Declare them before use.
12434
12435 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
12436 (info-xref-good, info-xref-bad): Defvar at compile time.
12437
12438 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
12439 Use `let*' instead of `let'.
12440
12441 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
12442 (*mouse-y*, menu, char): Defvar at compile time.
12443 (sc::menu): Declare it before use.
12444 (sc::pack-one-line): Use `let', not `let*'.
12445
12446 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12447 (mail-send-hook): Defvar at compile time.
12448
12449 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12450 Defvar at compile time.
12451
12452 * term/sun-mouse.el (current-global-mousemap)
12453 (current-local-mousemap): Declare them before use.
12454
12455 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
12456
12457 * bookmark.el (bookmark-after-jump-hook): New hook.
12458 (bookmark-jump): Run `bookmark-after-jump-hook'.
12459
12460 2005-08-23 Juri Linkov <juri@jurta.org>
12461
12462 * faces.el (minibuffer-prompt): Doc fix.
12463
12464 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
12465
12466 * progmodes/xscheme.el: Trivial changes to silence warnings.
12467 (xscheme-previous-mode, xscheme-previous-process-state):
12468 Add defvars.
12469 (xscheme-last-input-end, xscheme-process-command-line)
12470 (xscheme-process-name, xscheme-buffer-name)
12471 (xscheme-expressions-ring-max, xscheme-expressions-ring)
12472 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12473 (xscheme-control-g-synchronization-p)
12474 (xscheme-control-g-disabled-p, xscheme-string-receiver)
12475 (default-xscheme-runlight, xscheme-runlight)
12476 (xscheme-runlight-string, xscheme-process-filter-state)
12477 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12478 Move to beginning of file.
12479 (scheme-interaction-mode-commands-alist)
12480 (scheme-interaction-mode-map, scheme-debugger-mode-map):
12481 Declare them before use. Note: the initialization code for the variables
12482 has not been moved because it uses functions that reference the variables.
12483 (xscheme-control-g-message-string, xscheme-process-filter-alist)
12484 (xscheme-prompt-for-expression-map): Declare them before use.
12485 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12486
12487 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12488
12489 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12490
12491 2005-08-22 Juri Linkov <juri@jurta.org>
12492
12493 * faces.el (set-face-underline): Delete this duplicate function
12494 and make an obsolete alias to set-face-underline-p.
12495 (set-face-underline-p): Use docstring of set-face-underline.
12496 (describe-face): Create hyperlink to parent face.
12497
12498 * info.el (Info-insert-dir): Use save-excursion around
12499 insert-buffer-substring.
12500 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12501 (Info-escape-percent): Delete function.
12502 (Info-fontify-node): Replace Info-escape-percent by
12503 replace-regexp-in-string with REP arg set to lambda that
12504 duplicates `%' and preserves text properties.
12505
12506 * progmodes/compile.el (compilation-disable-input): Doc fix.
12507 (define-compilation-mode): Doc fix and refill.
12508 (kill-compilation): Use `mode-name' in the error message.
12509 (compilation-find-file): Use `compilation-error' in the
12510 read-file-name's prompt.
12511
12512 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12513
12514 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12515 (smerge-auto-leave): Make undo re-enable the mode.
12516 (debug-ignored-errors): Add the user-error of impossible resolution.
12517 (smerge-resolve): Move things around a bit, in preparation for later.
12518 (smerge-diff): Don't fail if the buffer has no associated file.
12519 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12520 (smerge-conflict-overlay): New function.
12521 (smerge-match-conflict): Don't add text properties here.
12522 (smerge-find-conflict): Instead, add an overlay here.
12523 Also check for the case where we're inside a conflict already, so as to
12524 obviate the need for font-lock-multiline, which is unbearably slow with
12525 large conflicts and ciomplex font-lock patterns.
12526 (smerge-remove-props): Remove overlay rather than text-properties.
12527 (smerge-mode): Don't set font-lock-multiline.
12528 Remove overlays when turned off.
12529
12530 2005-08-21 Kim F. Storm <storm@cua.dk>
12531
12532 * ido.el (ido-ignore-item-p): Use save-match-data.
12533 Bind case-fold-search to ido-case-fold locally.
12534
12535 2005-08-20 Richard M. Stallman <rms@gnu.org>
12536
12537 * files.el (normal-mode): If font lock is on, turn it off and on.
12538
12539 * subr.el (replace-regexp-in-string): Doc fix.
12540
12541 * startup.el (command-line-1): Don't suppress startup screen
12542 due to existing processes.
12543
12544 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12545
12546 * progmodes/compile.el (compilation-disable-input): Default to nil.
12547
12548 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12549
12550 * progmodes/compile.el (compilation-disable-input): New defcustom.
12551 (compilation-start): If compilation-disable-input is non-nil, send
12552 EOF to the compilation process.
12553
12554 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12555
12556 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12557 Run the argument of tex-shell-cd-command through
12558 convert-standard-filename, to get the correct style of slashes on
12559 Windows, and enclose the result in quotes, in case the file name
12560 includes whitespace or other special characters.
12561
12562 2005-08-19 Andreas Schwab <schwab@suse.de>
12563
12564 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12565 process.
12566
12567 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12568
12569 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12570
12571 2005-08-18 Kim F. Storm <storm@cua.dk>
12572
12573 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12574
12575 2005-08-18 Richard M. Stallman <rms@gnu.org>
12576
12577 * scroll-lock.el: New file.
12578
12579 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12580
12581 * dired.el (dired-move-to-end-of-filename):
12582 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12583
12584 2005-08-18 Kim F. Storm <storm@cua.dk>
12585
12586 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12587 rather than toggle mode when custom value is nil.
12588 (ido-everywhere): Fix defun doc string.
12589
12590 2005-08-17 Richard M. Stallman <rms@gnu.org>
12591
12592 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12593 as tag instead of "Inviolable".
12594
12595 2005-08-17 Kim F. Storm <storm@cua.dk>
12596
12597 * windmove.el (windmove-coordinates-of-position): Remove.
12598 (windmove-coordinates-of-window-position): Remove.
12599 (windmove-reference-loc): Use posn-at-point instead.
12600
12601 * subr.el (insert-for-yank-1): Doc fix.
12602
12603 * ido.el (ido-enter-matching-directory): Rename from
12604 ido-enter-single-matching-directory. Change `slash' choice to
12605 `only'. Add `first' choice.
12606 (ido-exhibit): Adapt to above changes.
12607
12608 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12609
12610 * Makefile.in: Expand comment about building loaddefs.el.
12611
12612 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12613
12614 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12615 Comment use of defadvice.
12616
12617 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12618
12619 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12620
12621 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12622 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12623 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12624 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12625 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12626 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12627 for backward compatibility for faces that did not appear in the
12628 previous Emacs release.
12629
12630 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12631
12632 2005-08-15 Kim F. Storm <storm@cua.dk>
12633
12634 * emulation/cua-base.el (cua-delete-region): Return t if
12635 deleted region was non-empty.
12636 (cua-replace-region): Inhibit overwrite-mode for
12637 self-insert-command if replaced region was non-empty.
12638 (cua--explicit-region-start, cua--status-string): Make them
12639 buffer-local at top-level...
12640 (cua-mode): ...rather than when mode is enabled.
12641
12642 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12643
12644 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12645 Set t for Emacs 21, 22, and so on.
12646
12647 2005-08-15 David Ponce <david@dponce.com>
12648
12649 * tree-widget.el: Update Commentary header.
12650 (tree-widget-theme): Doc fix.
12651 (tree-widget-space-width): New option.
12652 (tree-widget-image-properties): Look up in the default theme too.
12653 (tree-widget--cursors): Only for images with arrow pointer shape.
12654 (tree-widget-lookup-image): Pointer shape is hand by default.
12655 (tree-widget-icon): Rename generic icon widget from
12656 `tree-widget-control'.
12657 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12658 derive from `tree-widget-icon'.
12659 (tree-widget-handle): Improve default look and feel of the text
12660 representation.
12661 (tree-widget): Rename :*-control properties to :*-icon properties.
12662 Add :action and :help-echo properties.
12663 (tree-widget-after-toggle-functions): Move.
12664 (tree-widget-close-node, tree-widget-open-node): Remove.
12665 (tree-widget-before-create-icon-functions): New hook.
12666 (tree-widget-value-create): Update to allow customization of icons
12667 and nodes at run-time via that new hook.
12668 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12669 (tree-widget-icon-action, tree-widget-icon-help-echo)
12670 (tree-widget-action, tree-widget-help-echo): New functions.
12671
12672 2005-08-15 Kim F. Storm <storm@cua.dk>
12673
12674 * ido.el (ido-buffer-internal): Use with-no-warnings.
12675 (ido-make-merged-file-list): Use while-no-input.
12676
12677 2005-08-15 Richard M. Stallman <rms@gnu.org>
12678
12679 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12680 (flyspell-large-region): Fix doc and custom type.
12681
12682 2005-08-14 Richard M. Stallman <rms@gnu.org>
12683
12684 * files.el (interpreter-mode-alist): Doc fix.
12685
12686 * mail/rmail.el (rmail-nonignored-headers): New variable.
12687 (rmail-clear-headers): Use it.
12688 (rmail-reply): Better handling of mail-followup-to header.
12689
12690 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12691 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12692 don't try to refer to executable-font-lock-keywords.
12693 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12694 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12695 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12696 (sh-mode): Set comment-start-skip, local-abbrev-table,
12697 imenu-case-fold-search.
12698 (sh-set-shell): Don't set them here.
12699 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12700 Don't cache the results in the original alist; don't ever modify
12701 that alist.
12702
12703 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12704
12705 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12706 empty.
12707
12708 2005-08-15 Andreas Schwab <schwab@suse.de>
12709
12710 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12711
12712 * dired.el, info.el, mail/rmail.el: Revert last change.
12713
12714 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12715
12716 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12717 modification in `eval-after-load' form.
12718 * info.el: Likewise.
12719 * mail/rmail.el: Likewise.
12720
12721 2005-08-14 Juri Linkov <juri@jurta.org>
12722
12723 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12724 Remove highlighting of "Compilation started". Highlight only
12725 the word "finished" in "Compilation finished". Add highlighting
12726 of "interrupt", "killed", "terminated" and the exit code.
12727 (compilation-start): Add newline after header. Use exactly the
12728 same time stamp format as the finishing message.
12729 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12730
12731 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12732 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12733 Add highlighting of "interrupt", "killed", "terminated".
12734
12735 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12736 enabled and the current command is self-insert-command, call it
12737 explicitly with overwrite-mode bound to nil, to not allow it
12738 to delete the character after the selected region.
12739
12740 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12741
12742 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12743 move-end-of-line, end-of-line, and beginning-of-line to the list
12744 of commands after which the echo area is updated.
12745
12746 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12747
12748 * cus-edit.el (custom-save-all, custom-save-delete):
12749 Bind recentf-exclude to exclude custom-file.
12750
12751 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12752
12753 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12754 to go to the bottom of the mail message. Added to
12755 `rmail-summary-mode-map' with key "/".
12756 (rmail-summary-show-message): New (internal) function for use by
12757 both `rmail-summary-beginning/end-of-message'.
12758 (rmail-summary-beginning-of-message): Change to use
12759 rmail-summary-show-message.
12760
12761 * mail/rmail.el (rmail-end-of-message): New command to go to the
12762 end of the current message. Added to `rmail-mode-map' with key "/".
12763 (rmail-beginning-of-message): Fix to work as documented.
12764 (rmail-mode): Change documentation.
12765
12766 * progmodes/compile.el (compilation-start): Add the line
12767 "Compilation started" with compilation start time.
12768 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12769
12770 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12771
12772 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12773 of menu items.
12774
12775 2005-08-11 Richard M. Stallman <rms@gnu.org>
12776
12777 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12778
12779 * battery.el (battery-status-function): Don't use ignore-errors.
12780
12781 2005-08-11 Lute Kamstra <lute@gnu.org>
12782
12783 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12784 define-obsolete-variable-alias.
12785
12786 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12787
12788 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12789 (ange-ftp-send-cmd): Revert last change, and expand
12790 the comment explaining the problem.
12791
12792 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12793
12794 * ldefs-boot.el: Update.
12795
12796 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12797 item to "Time, Load and Mail". Change help echo text.
12798
12799 * time.el (display-time-use-mail-icon, display-time-format)
12800 (display-time-string-forms): Shorten first line of docstrings.
12801
12802 2005-08-10 Lars Hansen <larsh@soem.dk>
12803
12804 * desktop.el (desktop-buffer-mode-handlers):
12805 Make non-customizable. Add autoload cookie. Change initial value to
12806 nil; add elements in respective modules instead. Fix doc string.
12807 (desktop-load-file): New function.
12808 (desktop-minor-mode-handlers): New autoloaded variable.
12809 (desktop-create-buffer): Call minor mode handlers.
12810 Use desktop-load-file to load major and minor mode modules prior to
12811 checking for a handler.
12812 (desktop-save): Don't add nil to desktop-minor-modes for minor
12813 modes with nil function in desktop-minor-mode-table. Don't delete
12814 desktop file before rewriting it.
12815 (desktop-locals-to-save): Add autoload cookie. Don't make
12816 automatically buffer-local. Add variables column-number-mode,
12817 size-indication-mode, indent-tabs-mode,
12818 indicate-buffer-boundaries, indicate-empty-lines and
12819 show-trailing-whitespace.
12820 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12821 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12822 (desktop-clear-preserve-buffers-regexp): Delete.
12823 (desktop-clear-preserve-buffers): Update initial value and docstring.
12824 (desktop-save-buffer): Fix doc string.
12825
12826 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12827 (hilit-chg-desktop-restore): New function.
12828 (highlight-changes-mode): Add highlight-changes-mode to
12829 desktop-locals-to-save.
12830
12831 * dired.el: Add handler to desktop-buffer-mode-handlers.
12832 (dired-restore-desktop-buffer): Remove autoload cookie.
12833 (dired-mode): Add autoload cookie.
12834
12835 * info.el: Add handler to desktop-buffer-mode-handlers.
12836 (Info-restore-desktop-buffer): Remove autoload cookie.
12837 (Info-mode): Add autoload cookie.
12838
12839 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12840 (mh-restore-desktop-buffer): Remove autoload cookie.
12841 (mh-folder-mode): Add autoload cookie.
12842
12843 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12844 (rmail-restore-desktop-buffer): Remove autoload cookie.
12845
12846 2005-08-11 Masatake YAMATO <jet@gyve.org>
12847
12848 * hexl.el (hexl-address-region):
12849 (hexl-ascii-region, hexl-font-lock-keywords):
12850 (hexl-highlight-line-range): Use the term "region"
12851 instead of "area" for consistency with the other symbols
12852 defined in hexl.el.
12853
12854 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12855
12856 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12857 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12858 out by Juri Linkov). Add `display-battery-mode'.
12859
12860 2005-08-09 Juri Linkov <juri@jurta.org>
12861
12862 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12863 Remove `-text' from face variable names.
12864 (compilation-error-file-name, compilation-warning-file-name)
12865 (compilation-info-file-name): Delete faces.
12866 (compilation-line-number, compilation-column-number):
12867 Remove face underlining.
12868 (compilation-message-face): Set to `underline' value by default.
12869 (compilation-error-face, compilation-warning-face)
12870 (compilation-info-face): Remove `-file-name' from face names.
12871 (compilation-error-text-face, compilation-warning-text-face)
12872 (compilation-info-text-face): Delete face variables.
12873 (compilation-text-face): Delete function.
12874
12875 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12876 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12877 (grep-error-face): Set to `compilation-error' instead of
12878 `compilation-error-face' (which is redefined to `grep-hit-face' in
12879 grep buffers).
12880 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12881 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12882
12883 * dired-aux.el (dired-do-query-replace-regexp):
12884 Use `query-replace-read-args'.
12885
12886 * replace.el (query-replace-read-from, query-replace-read-to)
12887 (query-replace-read-args): Rename arg `string' to `prompt'.
12888
12889 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12890
12891 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12892
12893 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12894 uploading files.
12895 (ange-ftp-canonize-filename): Handle file names beginning with ~
12896 correctly.
12897
12898 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12899
12900 * textmodes/fill.el (canonically-space-region)
12901 (fill-context-prefix, fill-french-nobreak-p)
12902 (fill-delete-newlines, fill-comment-paragraph)
12903 (justify-current-line): "?\ " -> "?\s".
12904
12905 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12906
12907 * textmodes/fill.el (fill-nonuniform-paragraphs):
12908 Improve argument/docstring consistency.
12909
12910 2005-08-09 Richard M. Stallman <rms@gnu.org>
12911
12912 * textmodes/ispell.el (ispell-word): More fboundp checks.
12913
12914 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12915 (find-file-noselect-1): Call it here, only if RAWFILE.
12916 (normal-mode): Always set some major mode.
12917 (save-some-buffers-action-alist): Change some explanation strings.
12918 (file-name-non-special): In the `quote' method, use unwind-protect.
12919
12920 2005-08-09 Magnus Henoch <mange@freemail.hu>
12921
12922 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12923 (ispell-have-aspell-dictionaries): New variable.
12924 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12925 (ispell-get-aspell-config-value): New function.
12926 (ispell-aspell-find-dictionary): New function.
12927 (ispell-aspell-add-aliases): New function.
12928 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12929 appropriate. Don't look for ispell dictionaries if we use aspell.
12930 (ispell-menu-map): Don't build a submenu of dictionaries.
12931
12932 2005-08-09 Richard M. Stallman <rms@gnu.org>
12933
12934 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12935 (sql-read-passwd): Use read-passwd.
12936
12937 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12938 (idlwave-toolbar-is-possible): Add defvars.
12939
12940 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12941 Avoid warnings.
12942
12943 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12944 (idlwave-system-class-info, idlwave-executive-commands-alist):
12945 Use defvar.
12946
12947 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12948
12949 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12950 Avoid warnings.
12951
12952 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12953 and content-type: headers.
12954
12955 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12956
12957 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12958 and rename some of them to be more self-explanatory.
12959
12960 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12961
12962 * startup.el (command-line-1): Implement -scriptload.
12963
12964 * replace.el (occur-engine): Initial *Occur* output not undoable.
12965
12966 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12967 and improve help strings.
12968
12969 * isearch.el (isearch-repeat): When changing direction,
12970 mark search successful.
12971
12972 * ediff-init.el: Use (featurep 'xemacs).
12973
12974 * comint.el (send-invisible): Identify buffer, if not selected.
12975
12976 * align.el: Delete autoload for c-guess-basic-syntax.
12977
12978 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12979
12980 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12981 Improve argument/docstring consistency. Doc fixes.
12982 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12983 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12984 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12985 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12986 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12987 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12988 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12989 Defvar at compile time.
12990
12991 2005-08-09 Juri Linkov <juri@jurta.org>
12992
12993 * info.el: Replace `info' with upper-case `Info' where appropriate.
12994 (info-title-1, info-title-2, info-title-3, info-title-4)
12995 (info-menu-header): Move up face definitions.
12996 (info-menu-star): Rename from `info-menu-5'.
12997 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12998 (Info-fontify-visited-nodes): Fix docstring.
12999 (Info-hide-note-references): Fix docstring.
13000 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
13001 menu items in the same way as on cross-references.
13002 (info-apropos): Fix sorting order and formatting to be like in the
13003 stand-alone Info browser. Display error messages for 1 sec.
13004 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
13005 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
13006 from the menu bar.
13007 (Info-insert-dir): Restore point after calling
13008 `insert-buffer-substring'.
13009
13010 2005-08-08 Richard M. Stallman <rms@gnu.org>
13011
13012 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
13013 (recompute-lucid-menubar): Add defvars.
13014
13015 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
13016
13017 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
13018
13019 * net/net-utils.el (run-dig): Rename from `dig'.
13020
13021 * play/gametree.el (gametree-mode): Use make-local-variable,
13022 not make-variable-buffer-local.
13023
13024 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
13025
13026 * ansi-color.el (ansi-color-make-extent)
13027 (ansi-color-set-extent-face): Use fboundp, not functionp.
13028
13029 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
13030 not make-variable-buffer-local.
13031
13032 * bookmark.el (Info-current-file): Add defvar.
13033 (bookmark-jump-noselect): Use with-no-warnings.
13034
13035 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
13036
13037 * ebuff-menu.el (Helper-return-blurb): Add defvar.
13038
13039 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
13040
13041 * find-file.el (ada-procedure-start-regexp)
13042 (ada-package-start-regexp): Add defvars.
13043
13044 * info.el (Info-insert-dir): Use insert-buffer-substring.
13045
13046 * xml.el (xml-att-def-re): Add defvar.
13047
13048 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
13049 calling convention.
13050
13051 * subr.el (while-no-input): Return t if there is input.
13052
13053 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
13054
13055 * cus-start.el (all): Add `overflow-newline-into-fringe'.
13056
13057 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
13058
13059 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
13060 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
13061
13062 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
13063
13064 * cmuscheme.el (scheme-start-file): Replace reference to
13065 `user-emacs-directory' by "~/.emacs.d/".
13066
13067 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
13068
13069 * info.el (Info-dir-remove-duplicates): Avoid case folding
13070 in loop; instead, keep downcased strings for comparison.
13071 Suggested by Helmut Eller.
13072
13073 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
13074
13075 Sync with Tramp 2.0.50.
13076
13077 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
13078 XEmacs case; not necessary anymore.
13079 (tramp-user-regexp): Allow "@" as part of user name.
13080 (tramp-handle-set-visited-file-modtime)
13081 (tramp-handle-insert-file-contents)
13082 (tramp-handle-write-region): No special handling for
13083 `last-coding-system-used, because this is done in
13084 `tramp-accept-process-output' now.
13085 (tramp-accept-process-output): New defun.
13086 (tramp-process-one-action, tramp-process-one-multi-action)
13087 (tramp-wait-for-regexp, tramp-wait-for-output)
13088 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
13089 Howells <dhowells@redhat.com>.
13090 (clear-visited-file-modtime): Defadvice removed. The check for
13091 unset buffer's modtime does not need to be based on
13092 `tramp-buffer-file-attributes'. Suggested by RMS.
13093 (tramp-message): Insert "\n" if not being at beginning of line.
13094 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
13095 sequence with same logic.
13096 (tramp-completion-handle-expand-file-name): Discard call of
13097 `tramp-drop-volume-letter'. It is not necessary, and there have
13098 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
13099 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
13100 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
13101 should always be visible.
13102 (tramp-handle-insert-directory, tramp-setup-complete)
13103 (tramp-set-process-query-on-exit-flag)
13104 (tramp-append-tramp-buffers): Pacify byte-compiler.
13105 (tramp-bug): Delete non-existing variables from list.
13106 Apply `tramp-load-report-modules' as pre-hook.
13107 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
13108 `shell-prompt-pattern' because of non-7bit characters.
13109 Reported by Sebastian Luque <sluque@mun.ca>.
13110 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
13111 (tramp-match-string-list): Remove function.
13112 (tramp-wait-for-regexp): Remove call of that function.
13113 Suggested by Kim F. Storm <storm@cua.dk>.
13114 (tramp-set-auto-save-file-modes): Use octal integer code #o600
13115 instead of octal character code ?\600. The latter resulted in a
13116 syntax error with XEmacs.
13117
13118 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
13119 XEmacs case; not necessary anymore.
13120 (tramp-smb-handle-write-region): No special handling for
13121 `last-coding-system-used, because this is done in
13122 `tramp-accept-process-output' now.
13123 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
13124
13125 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
13126
13127 * wid-edit.el (widget-choice-value-create):
13128 Unconditionally respect user choice. Set :explicit-choice back to nil
13129 when no longer needed.
13130 (widget-choice-action): Unconditionally respect user choice.
13131 Eliminate :explicit-choice-value.
13132
13133 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
13134
13135 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
13136 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
13137 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
13138 running new function `toggle-indicate-empty-lines'.
13139 Rename "Customize" item to "Customize fringe".
13140 Rename "Indicators" item to "Buffer boundaries" and change help echo.
13141 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
13142 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
13143 Delete "Empty lines only" item.
13144 (menu-bar-showhide-fringe-ind-customize): New function.
13145 (menu-bar-showhide-fringe-ind-mixed)
13146 (menu-bar-showhide-fringe-ind-box)
13147 (menu-bar-showhide-fringe-ind-right)
13148 (menu-bar-showhide-fringe-ind-left)
13149 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
13150 instead of `fringe-indicators'.
13151
13152 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
13153
13154 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
13155 Change the date of last update.
13156
13157 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
13158
13159 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
13160 (viper-exec-yank, viper-put-back): Don't display modification msg
13161 if in the minibuffer.
13162
13163 * viper-init.el (viper-replace-overlay-cursor-color)
13164 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
13165 Make variables frame local.
13166
13167 * viper-util.el (viper-append-filter-alist): Use append instead of
13168 nconc.
13169
13170 * viper.el (viper-vi-state-mode-list)
13171 (viper-emacs-state-mode-list): Move help-mode and
13172 completion-list-mode from the first list to the second.
13173 (viper-mode): Docstring.
13174 (viper-go-away, viper-non-hook-settings): Don't localize
13175 minor-mode-alist in newer Emacsen. Add advice to
13176 set-cursor-color. Don't bind "\C-c\\".
13177
13178 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
13179
13180 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
13181 (scheme-macro-expand-command): New user options.
13182 (scheme-trace-procedure, scheme-expand-current-form): New commands.
13183 (scheme-form-at-point, scheme-start-file)
13184 (scheme-interactively-start-process): New functions.
13185 (scheme-get-process): New function, extracted from `scheme-proc'.
13186 (run-scheme): Call `scheme-start-file' to get start file, and pass
13187 it to `make-comint'.
13188 (switch-to-scheme, scheme-proc):
13189 Call `scheme-interactively-start-process' if no Scheme buffer/process
13190 is available.
13191
13192 2005-08-06 Juri Linkov <juri@jurta.org>
13193
13194 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13195 Use `compilation-text-face', `compilation-info-text-face' and
13196 `compilation-error-text-face' instead of `font-lock-keyword-face'.
13197 (compilation-error): New face.
13198 (compilation-error-file-name): Inherit from
13199 `compilation-error' instead of `font-lock-warning-face'.
13200 (compilation-warning-file-name): Inherit from
13201 `compilation-warning' instead of `font-lock-warning-face'.
13202 (compilation-info, compilation-error-file-name)
13203 (compilation-warning-file-name, compilation-info-file-name)
13204 (compilation-line-number, compilation-column-number): Doc fix.
13205 (compilation-error-text-face, compilation-warning-text-face)
13206 (compilation-info-text-face): New face variables.
13207 (compilation-line-face, compilation-column-face)
13208 (compilation-enter-directory-face)
13209 (compilation-leave-directory-face): Doc fix.
13210 (compilation-text-face): New function.
13211
13212 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
13213 instead of 1 to display binary file names as info file links.
13214 (grep-error-face): Use `compilation-error-face' instead of
13215 `font-lock-keyword-face'.
13216 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
13217 and `compilation-warning-text-face' instead of
13218 `font-lock-keyword-face'. Use `compilation-error-text-face'
13219 instead of `grep-error-face'.
13220
13221 2005-08-05 Kenichi Handa <handa@m17n.org>
13222
13223 * international/code-pages.el: Add autoload cookies for all coding
13224 systems.
13225
13226 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
13227
13228 * cus-start.el (all): Put undo.c where it alphabetically belongs.
13229
13230 2005-08-04 Juri Linkov <juri@jurta.org>
13231
13232 * progmodes/compile.el (compilation-mode-map):
13233 * progmodes/grep.el (grep-mode-map):
13234 Bind TAB to `compilation-next-error' and [backtab] to
13235 `compilation-previous-error'.
13236
13237 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
13238 matching line numbers, column numbers and their ranges with regexp
13239 matching only line numbers.
13240 (grep-context-face): New face variable.
13241 (grep-mode-font-lock-keywords): Use it.
13242
13243 * faces.el (read-face-name): Delete duplicate faces.
13244
13245 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
13246
13247 * thumbs.el (thumbs-find-image): Don't make variables
13248 automatically buffer local.
13249 (thumbs-current-tmp-filename, thumbs-current-image-filename)
13250 (thumbs-image-num): Make automatically buffer local.
13251 (thumbs-show-thumbs-list): Use `make-local-variable', not
13252 `make-variable-buffer-local'.
13253 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
13254
13255 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
13256 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
13257 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
13258 (bother, bye, canyou, chatlst, continue, deathlst, describe)
13259 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
13260 (feelings-about, foullst, found, hello, history, howareyoulst)
13261 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
13262 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
13263 (neglst, obj, object, owner, please, problems, qlist)
13264 (random-adjective, relation, remlst, repetitive-shortness)
13265 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
13266 (shortlst, something, sportslst, stallmanlst, states, subj)
13267 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
13268 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
13269 Defvar at compile time.
13270
13271 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
13272 not `make-variable-buffer-local'.
13273
13274 2005-08-02 Kim F. Storm <storm@cua.dk>
13275
13276 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
13277 rectangle overlay in selected window.
13278
13279 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
13280
13281 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
13282 instead of display group. Make `indicate-buffer-boundaries'
13283 customizable through Custom.
13284
13285 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
13286
13287 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
13288 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
13289 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
13290 (gdb-put-string): Fix typos in docstrings.
13291
13292 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
13293
13294 Update copyright notices of files in progmodes directory for
13295 release of Emacs 22.1.
13296
13297 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
13298
13299 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
13300 Don't barf if the GUD buffer has been killed.
13301
13302 2005-08-01 Kim F. Storm <storm@cua.dk>
13303
13304 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
13305
13306 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
13307
13308 * simple.el (next-error-follow-minor-mode):
13309 make-variable-buffer-local -> make-local-variable.
13310
13311 * emacs-lisp/cl-extra.el: Require CL also when compiling.
13312
13313 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
13314 (byte-compile-form-make-variable-buffer-local): New functions to warn
13315 about misuses of make-variable-buffer-local where make-local-variable
13316 was meant.
13317
13318 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
13319
13320 * bs.el (bs-attributes-list): Doc fix.
13321 (bs): Update url-link.
13322
13323 * desktop.el (desktop-save-buffer): Fix typos in docstring.
13324 (desktop-load-default): Simplify.
13325
13326 * ibuffer.el (ibuffer-columnize-and-insert-list)
13327 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
13328 (ibuffer-unmark-all, ibuffer-toggle-marks)
13329 (ibuffer-unmark-forward, ibuffer-unmark-backward)
13330 (ibuffer-compile-make-format-form, ibuffer-format-column)
13331 (ibuffer-current-buffers-with-marks)
13332 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
13333 (ibuffer): Doc fix.
13334 (ibuffer-mode): Fix typo in docstring.
13335 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
13336 with `define-obsolete-variable-alias'.
13337 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
13338
13339 2005-07-29 Kenichi Handa <handa@m17n.org>
13340
13341 * international/mule-cmds.el (select-message-coding-system):
13342 Be sure to use LF for end-of-line. If no coding system is decided,
13343 return iso-8859-1-unix.
13344
13345 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
13346
13347 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
13348 (ange-ftp-pending-error-line): New vars.
13349 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
13350 to handle the non-fatal no-route-to-host messages.
13351 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
13352
13353 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
13354
13355 * isearch.el (isearch-mode-map, isearch-other-meta-char)
13356 (isearch-quote-char, isearch-printing-char)
13357 (isearch-text-char-description): "?\ " -> "?\s".
13358 (isearch-lazy-highlight-cleanup)
13359 (isearch-lazy-highlight-initial-delay)
13360 (isearch-lazy-highlight-interval)
13361 (isearch-lazy-highlight-max-at-a-time)
13362 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
13363 Declare with define-obsolete-*-alias macros.
13364 (isearch-forward): Fix typo in docstring.
13365 (search-invisible, search-ring-yank-pointer)
13366 (regexp-search-ring-yank-pointer): Doc fixes.
13367
13368 * recentf.el (recentf-menu-append-commands-p): Declare with
13369 `define-obsolete-variable-alias'.
13370 (recentf-max-saved-items, recentf-menu-filter)
13371 (recentf-arrange-by-rule-subfilter): Doc fixes.
13372 (recentf-menu-append-commands-flag)
13373 (recentf-initialize-file-name-history, recentf-expand-file-name)
13374 (recentf-clear-data): Fix typos in docstrings.
13375
13376 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
13377
13378 * progmodes/gdb-ui.el: Smarten comments.
13379 (gdb-info-breakpoints-custom): Use nowarn when finding file.
13380
13381 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13382
13383 * term/apollo.el (terminal-init-apollo): New function containing
13384 all former top level forms in the file.
13385 * term/bobcat.el (terminal-init-bobcat):
13386 * term/cygwin.el (terminal-init-cygwin):
13387 * term/iris-ansi.el (terminal-init-iris-ansi):
13388 * term/linux.el (terminal-init-linux):
13389 * term/news.el (terminal-init-news):
13390 * term/rxvt.el (terminal-init-rxvt):
13391 * term/sun.el (terminal-init-sun):
13392 * term/tvi970.el (terminal-init-tvi970):
13393 * term/vt100.el (terminal-init-vt100):
13394 * term/vt102.el (terminal-init-vt102):
13395 * term/vt125.el (terminal-init-vt125):
13396 * term/vt200.el (terminal-init-vt200):
13397 * term/vt201.el (terminal-init-vt201):
13398 * term/vt220.el (terminal-init-vt220):
13399 * term/vt240.el (terminal-init-vt240):
13400 * term/vt300.el (terminal-init-vt300):
13401 * term/vt320.el (terminal-init-vt320):
13402 * term/vt400.el (terminal-init-vt400):
13403 * term/vt420.el (terminal-init-vt420):
13404 * term/wyse50.el (terminal-init-wyse50):
13405 * term/xterm.el (terminal-init-xterm): Likewise.
13406
13407 * term/README: Describe the terminal-init-* functionality.
13408
13409 * startup.el (command-line): After loading the terminal initialization
13410 file call the corresponding terminal initialization function.
13411
13412 2005-07-27 Kenichi Handa <handa@m17n.org>
13413
13414 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
13415 negative.
13416
13417 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
13418 (ps-mule-composition-prologue): Fix for the case that
13419 RelativeCompose is false.
13420
13421 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13422
13423 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
13424
13425 * descr-text.el (describe-char): Handle the case where the list of
13426 chars is displayed in a separate frame.
13427 Be a bit more discriminating when looking for the char.
13428
13429 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
13430
13431 * bookmark.el (bookmark-automatically-show-annotations)
13432 (bookmark-read-annotation-text-func): Doc fixes.
13433 (bookmark-save): Improve argument/docstring consistency.
13434 (bookmark-get-bookmark, bookmark-get-bookmark-record)
13435 (bookmark-alist-from-buffer)
13436 (bookmark-upgrade-file-format-from-0)
13437 (bookmark-grok-file-format-version)
13438 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
13439 (bookmark-read-annotation-mode)
13440 (bookmark-insert-current-bookmark, bookmark-jump)
13441 (bookmark-exit-hook): Fix typos in docstrings.
13442 (bookmark-exit-hooks): Define as obsolete alias.
13443 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13444 not `bookmark-exit-hooks'. Fix docstring.
13445 (bookmark-bmenu-select): "?\ " -> "?\s".
13446
13447 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
13448
13449 * startup.el (command-line): Fix typo.
13450
13451 2005-07-24 Richard M. Stallman <rms@gnu.org>
13452
13453 * tooltip.el (tooltip-mode): Test emacs-basic-display,
13454 not emacs-quick-startup.
13455
13456 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
13457
13458 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13459 (reb-next-match, reb-show-subexp): Use `with-selected-window'
13460 instead of `reb-with-current-window'.
13461 (reb-prev-match): Likewise. Also, don't move left if the search
13462 was unsuccessful.
13463 (reb-initialize-buffer): New function.
13464 (re-builder, reb-change-syntax): Use it.
13465
13466 * man.el (Man-goto-page): Make second argument NOERROR optional.
13467
13468 2005-07-23 Richard M. Stallman <rms@gnu.org>
13469
13470 * man.el (Man-bgproc-sentinel): Check here for failure to find
13471 any man page in the output, and report the error here.
13472 (Man-arguments): Make it permanent local.
13473 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
13474 (Man-mode): Pass t for NOERROR.
13475
13476 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13477 (grep-mode-font-lock-keywords):
13478 Don't use compilation-...-face for messages that are not file names.
13479
13480 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13481 Don't use compilation-...-face for messages that are not file names.
13482
13483 2005-07-22 Juri Linkov <juri@jurta.org>
13484
13485 * startup.el (normal-splash-screen): Update menu name.
13486
13487 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13488
13489 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13490
13491 * term/xterm.el: Load term/rxvt if the terminal is actually an
13492 rxvt terminal.
13493 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13494
13495 * term/rxvt.el (function-key-map): Use substitute-key-definition
13496 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13497
13498 * term/cygwin.el: New file.
13499
13500 2005-07-22 Kim F. Storm <storm@cua.dk>
13501
13502 * image-file.el (insert-image-file, image-file-yank-handler):
13503 Fix last change to maintain a (unique) yank-handler on yanked images.
13504
13505 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13506
13507 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13508 of the file size (as in "177B" for 177 bytes). This happens with
13509 "ls -lh" on FreeBSD.
13510
13511 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13512
13513 * hilit-chg.el (highlight-changes-global-initial-state)
13514 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13515 (hilit-chg-fixup, highlight-changes-mode):
13516 Fix typos in docstrings.
13517 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13518 Doc fixes.
13519
13520 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13521
13522 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13523 mode function using `eval-after-load'.
13524
13525 2005-07-21 Kim F. Storm <storm@cua.dk>
13526
13527 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13528 included when reporting an emacs crash, and tell about the DEBUG file.
13529
13530 * image-file.el (insert-image-file): Add yank-handler.
13531 (image-file-yank-handler): Yank handler to make unique copies of
13532 images when they are yanked into a buffer next to each other.
13533
13534 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13535
13536 * comint.el (comint-use-prompt-regexp, comint-send-input)
13537 (comint-source-default, comint-extract-string)
13538 (comint-get-source, comint-word, comint-completion)
13539 (comint-source, comint-prompt-read-only, comint-update-fence):
13540 Fix typos in docstrings.
13541 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13542 Declare with define-obsolete-*-alias macros.
13543 (comint-previous-matching-input-from-input)
13544 (comint-next-matching-input-from-input)
13545 (comint-previous-matching-input, comint-next-matching-input)
13546 (comint-forward-matching-input):
13547 Improve argument/docstring consistency.
13548
13549 * desktop.el (desktop-clear-preserve-buffers-regexp):
13550 Also preserve the *server* buffer.
13551
13552 * simple.el (clone-indirect-buffer): Doc fix.
13553 (fixup-whitespace, just-one-space)
13554 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13555 (next-error, next-error-highlight)
13556 (next-error-highlight-no-select, next-error-last-buffer)
13557 (next-error-buffer-p, next-error-find-buffer, next-error)
13558 (previous-error, next-error-no-select, previous-error-no-select)
13559 (open-line, split-line, minibuffer-prompt-width, kill-new)
13560 (binary-overwrite-mode): Fix typos in docstrings.
13561 (set-fill-column): Fix typo in message.
13562
13563 * skeleton.el (skeleton-proxy-new): Doc fix.
13564
13565 * strokes.el (strokes-load-hook): Doc fix.
13566 (strokes-grid-resolution, strokes-get-grid-position)
13567 (strokes-renormalize-to-grid, strokes-read-stroke)
13568 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13569 (strokes-global-map): Fix typos in docstrings.
13570 (strokes-help): Doc fix. Fix help message and pass it through
13571 `substitute-command-keys'.
13572
13573 * tempo.el (tempo-insert-prompt, tempo-interactive)
13574 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13575 (tempo-insert-string-functions, tempo-local-tags)
13576 (tempo-define-template, tempo-insert-template)
13577 (tempo-insert-prompt-compat, tempo-is-user-element)
13578 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13579 Fix typos in docstrings.
13580
13581 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13582 (vcursor-key-bindings, vcursor-use-vcursor-map)
13583 (vcursor-find-window, vcursor-scroll-down)
13584 (vcursor-disable, vcursor-beginning-of-buffer)
13585 (vcursor-end-of-buffer): Fix typos in docstrings.
13586 (vcursor-relative-move, vcursor-get-char-count):
13587 Improve argument/docstring consistency.
13588
13589 * version.el: "?\ " -> "?\s".
13590
13591 * wid-edit.el (widget-default-create, widget-after-change)
13592 (widget-default-format-handler, widget-checklist-add-item)
13593 (widget-radio-add-item, widget-choose, widget-specify-secret)
13594 (widget-field-value-create, widget-field-value-get)
13595 (widget-editable-list-format-handler)
13596 (widget-editable-list-entry-create, widget-group-value-create)
13597 (widget-documentation-link-add)
13598 (widget-documentation-string-value-create): "?\ " -> "?\s".
13599 (widget-convert-text): Doc fix.
13600 (widget-narrow-to-field, widget-field-find)
13601 (widget-url-link-action, widget-emacs-library-link-action)
13602 (widget-color-notify): Fix typos in docstrings.
13603
13604 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13605 (x-select-text, set-w32-system-coding-system)
13606 (w32-add-charset-info): Fix typos in docstrings.
13607
13608 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13609 (cua-enable-cua-keys, cua-use-hyper-key)
13610 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13611 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13612
13613 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13614
13615 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13616 `defalias' instead of faking it.
13617
13618 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13619 (eshell-ls-missing, eshell-ls-dired-initial-args)
13620 (eshell-ls-use-in-dired): Fix typos in docstrings.
13621
13622 2005-07-20 Kim F. Storm <storm@cua.dk>
13623
13624 * emulation/cua-base.el (cua-mode): Improve doc string.
13625
13626 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13627
13628 * abbrev.el (expand-region-abbrevs): Doc fix.
13629 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13630 Improve argument/docstring consistency.
13631
13632 * arc-mode.el (archive-get-descr, archive-alternate-display):
13633 Doc fixes.
13634 (archive-l-e): Improve argument/docstring consistency.
13635 (archive-tmpdir, archive-unixdate, archive-unixtime)
13636 (archive-chmod-entry): Fix typos in docstrings.
13637 (archive-unflag, archive-unflag-backwards)
13638 (archive-unmark-all-files): "?\ " -> "?\s".
13639
13640 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13641 (Buffer-menu-not-modified, Buffer-menu-execute)
13642 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13643 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13644
13645 * composite.el (compose-string, encode-composition-rule)
13646 (compose-last-chars): Fix typos in docstrings.
13647
13648 * desktop.el (desktop-enable, desktop-basefilename):
13649 Declare with `define-obsolete-variable-alias'.
13650 (desktop-internal-v2s): Don't quote keywords.
13651 (desktop-clear): "?\ " -> "?\s".
13652
13653 * dired.el (dired-align-file, dired-flag-backup-files)
13654 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13655 (dired-listing-switches, dired-ls-F-marks-symlinks)
13656 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13657 (dired-directory, dired-faces, dired, dired-revert)
13658 (dired-mode, dired-summary, dired-view-file)
13659 (dired-copy-filename-as-kill, dired-delete-file)
13660 (dired-no-confirm, dired-unmark-all-marks)
13661 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13662 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13663 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13664 Fix typos in message strings.
13665
13666 * dired-x.el (virtual-dired): Declare with `defalias'.
13667 (dired-mark-unmarked-files, dired-local-variables-file)
13668 (dired-omit-here-always): Doc fix.
13669 (dired-omit-mode, dired-find-subdir)
13670 (dired-enable-local-variables, dired-clean-up-buffers-too)
13671 (dired-extra-startup, dired-mark-extension, dired-jump)
13672 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13673 (dired-smart-shell-command, dired-guess-shell-alist-user)
13674 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13675 (dired-x-bind-find-file, dired-x-submit-report):
13676 Fix typos in docstrings.
13677 (dired-mark-unmarked-files): "?\ " -> "?\s".
13678
13679 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13680
13681 * faces.el (describe-face): "?\ " -> "?\s".
13682 (read-all-face-attributes, read-face-font, modify-face)
13683 (face-attr-construct, italic): Fix typos in docstrings.
13684 (frame-update-face-colors): Declare with
13685 `define-obsolete-function-alias'.
13686
13687 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13688 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13689 (magic-mode-alist, buffer-file-numbers-unique)
13690 (write-file-functions, get-free-disk-space):
13691 Fix typos in docstrings.
13692 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13693 (write-contents-hooks, write-file-hooks):
13694 Declare with `define-obsolete-variable-alias'.
13695
13696 * forms-d2.el (arch-rj): Fix typo in docstrings.
13697 (arch-tocol): Likewise. "?\ " -> "?\s".
13698
13699 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13700 Fix typo in docstring.
13701 (set-screen-width, set-screen-height): Delete redundant info in
13702 doctrings.
13703 (new-frame, screen-height, screen-width): Declare with
13704 `define-obsolete-function-alias'.
13705 (delete-frame-hook, blink-cursor): Declare with
13706 `define-obsolete-variable-alias'.
13707
13708 * paths.el (prune-directory-list): Fix typos in docstring.
13709
13710 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13711 (cvs-prefix-get): Fix typos in docstrings.
13712
13713 * ps-print.el (ps-extend-face-list, ps-extend-face)
13714 (ps-print-background-image): Fix typos in docstrings.
13715 (ps-default-fg, ps-default-bg): Doc fixes.
13716
13717 * s-region.el (s-region-bind): Doc fix.
13718 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13719
13720 * textmodes/org.el (org-table-formula-substitute-names)
13721 (org-table-get-vertical-vector): Doc fixes.
13722 (org-table-recalculate): Remove unused argument to `message'.
13723
13724 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13725
13726 * textmodes/org.el (org-table-column-names)
13727 (org-table-column-name-regexp)
13728 (org-table-named-field-locations): New variables.
13729 (org-archive-subtree): Protect `this-command' when calling
13730 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13731 the kill buffer.
13732 (org-complete): Remove fixed-formula completion.
13733 (org-edit-formulas-map): New variable.
13734 (org-table-edit-formulas): New command.
13735 (org-finish-edit-formulas, org-abort-edit-formulas)
13736 (org-show-variable, org-table-get-vertical-vector): New functions.
13737 (org-table-maybe-eval-formula): Handle `:=' fields.
13738 (org-table-get-stored-formulas, org-table-store-formulas)
13739 (org-table-get-formula, org-table-modify-formulas)
13740 (org-table-replace-in-formulas): Handle named field formulas.
13741 (org-table-get-specials): Store locations of named fields.
13742
13743 2005-07-19 Juri Linkov <juri@jurta.org>
13744
13745 * progmodes/grep.el (grep-regexp-alist)
13746 (grep-mode-font-lock-keywords, grep-process-setup):
13747 Use default GNU grep match color "01;31m" instead of "01;41m".
13748 (grep-regexp-alist, grep-mode-font-lock-keywords):
13749 Use `\\[[0-9]*m' instead of `\\[00m'.
13750 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13751 sgr_start where its handling is more important. Use the real
13752 length of sgr_start instead of constant 8.
13753 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13754 specially. Delete all remaining escape sequences.
13755 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13756 (grep-regexp-alist): Make hyperlink only for binary file name
13757 instead of the whole line.
13758 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13759 (grep-mode): Add autoload.
13760
13761 * emacs-lisp/find-func.el (find-function-regexp):
13762 Add `define-compilation-mode'.
13763
13764 2005-07-19 Juri Linkov <juri@jurta.org>
13765
13766 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13767 (compare-windows-sync-string-size, compare-windows-recenter)
13768 (compare-windows-highlight, compare-windows): Add version 22.1.
13769 (compare-windows) <defface>: Inherit from lazy-highlight instead
13770 of duplicating its default value.
13771
13772 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13773 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13774
13775 * descr-text.el (describe-char): Create link buttons for `charset'
13776 and `code point'. Add the current input method name with a link
13777 button to `to input' field. Print face names of display table
13778 characters in `The display table entry is displayed by' section
13779 instead of printing face-id in the `display' field.
13780 Guess hardcoded faces and create a link button for them.
13781 Skip empty fields when calculating max-width.
13782 Treat `widget-create' specially while inserting strings from the
13783 collected field list.
13784 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13785
13786 * diff-mode.el (diff-file-header): Change foreground color from
13787 yellow to green on light backgrounds.
13788 (diff-context): Inherit from `shadow' only for color/grayscale
13789 with more than 88 colors.
13790 (diff-indicator-removed, diff-indicator-added)
13791 (diff-indicator-changed): New faces.
13792 (diff-font-lock-keywords): Use new faces. Regroup rules.
13793 Add "^---$" for `normal' diff format. Fontify `#' lines with
13794 font-lock-comment-delimiter-face and font-lock-comment-face.
13795 Add `#' to ^[^...] in the rule for `diff-context-face'.
13796
13797 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13798 a button-like box. Inherit from `highlight' on low colors.
13799 (shadow): Use shades of gray only for color/grayscale with
13800 more than 88 colors. Use green for light backgrounds with
13801 8 colors, and yellow for dark backgrounds with 8 colors.
13802
13803 * font-lock.el (font-lock-regexp-grouping-backslash):
13804 Don't inherit from escape-glyph (use bold for all cases).
13805
13806 * info.el (info-xref-visited): Use light foreground color `violet'
13807 for dark backgrounds instead of dark color `magenta3'.
13808 (info-title-1): Use `yellow' color for dark backgrounds.
13809
13810 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13811 too-light magenta2.
13812
13813 * replace.el (match): Use slightly more light RoyalBlue3 instead
13814 of dark RoyalBlue4.
13815
13816 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13817
13818 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13819
13820 * novice.el (disabled-command-hook): Declare it with
13821 `define-obsolete-variable-alias'.
13822
13823 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13824 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13825 (desktop-load-default): Add release to obsolescence info.
13826 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13827 (desktop-append-buffer-args, desktop-read):
13828 Fix typos in docstrings.
13829 (desktop-kill): Fix typo in message.
13830 (desktop-save): Doc fix.
13831
13832 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13833
13834 * viper-cmd.el (viper-escape-to-state): Bug fix.
13835 (viper-envelop-ESC-key): Change the definition of fast
13836 keysequence so it'll work with keyboard macros.
13837
13838 * ediff.el (ediff-patch-buffer): Change the docstring.
13839
13840 2005-07-19 Kenichi Handa <handa@m17n.org>
13841
13842 * international/mule-cmds.el (select-safe-coding-system): Try to
13843 use an auto-coding (if any) before anything else. If the found
13844 auto-coding is invalid, show a warning message.
13845
13846 * international/mule.el (find-auto-coding): New function created
13847 by modifying the body of set-auto-coding.
13848 (set-auto-coding): Use find-auto-coding to find a coding.
13849
13850 2005-07-18 Richard M. Stallman <rms@gnu.org>
13851
13852 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13853 not isearch-mode-end-hook-error.
13854 (allout-before-change-protect): Fix error message.
13855
13856 2005-07-18 Juri Linkov <juri@jurta.org>
13857
13858 * allout.el (allout-mode):
13859 * calculator.el (calculator-copy):
13860 * custom.el (custom-known-themes):
13861 * dired.el (dired-desktop-buffer-misc-data)
13862 (dired-restore-desktop-buffer):
13863 * dired-x.el (dired-omit-marker-char):
13864 * files.el (basic-save-buffer):
13865 * font-core.el (font-lock-mode):
13866 * calendar/calendar.el (calendar-goto-hebrew-date)
13867 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13868 (calendar-goto-persian-date):
13869 * language/ethio-util.el (ethio-sera-to-fidel-region):
13870 * textmodes/picture.el (picture-mode):
13871 Delete duplicate duplicate words.
13872
13873 2005-07-18 Juri Linkov <juri@jurta.org>
13874
13875 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13876 chars * ? } |.
13877 (isearch-fallback): Don't call `isearch-process-search-char'.
13878 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13879 (isearch-process-search-char): Call `isearch-fallback' for regexp
13880 chars * ? } |.
13881 (isearch-return-char): Make obsolete with `make-obsolete' instead
13882 of simply documenting it as obsolete in the docstring.
13883 (isearch-fallback): Refill docstring.
13884
13885 * international/isearch-x.el
13886 (isearch-process-search-multibyte-characters): Remove unneeded
13887 `concat'. Add intermediate values to `junk-hist' instead of
13888 `minibuffer-history'. Test the length of `str'.
13889
13890 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13891
13892 * allout.el (allout-resolve-xref): Fix typos in error strings.
13893 (allout-before-change-protect): Remove unneeded `concat'.
13894
13895 * array.el (array-mode, array-reconfigure-rows)
13896 (untabify-backward): Fix typos in docstrings.
13897 (array-reconfigure-rows): Use `insert-buffer-substring', not
13898 `insert-buffer'.
13899
13900 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13901 * progmodes/ada-mode.el (ada-make-body):
13902 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13903
13904 * dired.el (dired-log):
13905 * tar-mode.el (tar-subfile-save-buffer):
13906 * play/zone.el (zone-pgm-stress-destress):
13907 Use `insert-buffer-substring', not `insert-buffer'.
13908
13909 2005-07-17 Simon Josefsson <jas@extundo.com>
13910
13911 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13912
13913 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13914
13915 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13916 Add plain auth method.
13917 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13918
13919 2005-07-17 Kim F. Storm <storm@cua.dk>
13920
13921 * ido.el (dired-other-window): Add ido property.
13922
13923 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13924
13925 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13926 Fix typo in docstring.
13927 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13928 `insert-file-literally'.
13929
13930 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13931 info and delete redundant message. Doc fix.
13932 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13933 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13934
13935 2005-07-16 Richard M. Stallman <rms@gnu.org>
13936
13937 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13938 (byte-compile-and): Use byte-compile-and-recursion.
13939 (byte-compile-or-recursion): New function.
13940 (byte-compile-or): Use that.
13941 (byte-compile-if): Guard the else-clause too.
13942 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13943
13944 * isearch.el (isearch-mode-end-hook-quit): New variable.
13945 (isearch-done): Bind it.
13946 (isearch-mode-end-hook): Doc fix.
13947
13948 * allout.el (allout-isearch-did-quit): Variable deleted.
13949 (allout-real-isearch-abort): Function name no longer used.
13950 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13951 (allout-isearch-rectification): isearch-mode always exists.
13952 Don't set allout-isearch-did-quit.
13953 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13954 allout-isearch-did-quit.
13955 (allout-enwrap-isearch): Just add the hook.
13956 (allout-isearch-abort): Function deleted.
13957 (allout-pre-command-business): Avoid warning.
13958
13959 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13960 Correctly avoid warnings.
13961 (pascal-outline): Likewise.
13962
13963 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13964
13965 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13966
13967 * play/tetris.el (tetris-mode): Avoid warning.
13968
13969 * play/snake.el (snake-mode): Avoid warning.
13970
13971 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13972 (gamegrid-set-display-table): Avoid warning.
13973 (gamegrid-set-timer): Likewise.
13974 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13975 (gamegrid-add-score-with-update-game-score-1): Take FILE
13976 as argument.
13977 (gamegrid-add-score-with-update-game-score): Pass that argument.
13978 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13979
13980 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13981
13982 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13983 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13984
13985 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13986 and insert-file.
13987
13988 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13989 (sc-ask): Avoid warnings.
13990
13991 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13992 (eshell-hist-initialize): Use that var the natural way.
13993
13994 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13995
13996 * emacs-lisp/re-builder.el (reb-cook-regexp):
13997 Avoid warning calling lre-compile-string.
13998 (reb-color-display-p): Avoid warning.
13999
14000 * calculator.el (calculator-last-input): Guard uses
14001 of event-key and key-press-event-p.
14002 (event-key, key-press-event-p): Delete definitions.
14003
14004 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
14005 (find-gc-source-directory, find-gc-subrs-callers)
14006 (find-gc-noreturn-list, find-gc-source-files)
14007 (find-gc-subrs-called): Vars renamed and defvar'd.
14008
14009 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
14010 (checkdoc-overlay-put, checkdoc-delete-overlay)
14011 (checkdoc-overlay-start, checkdoc-overlay-end)
14012 (checkdoc-mode-line-update, checkdoc-char=):
14013 Define such that compiler knows they are defined.
14014 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
14015 (checkdoc-read-event): Delete. Use read-event directly.
14016
14017 * whitespace.el (whitespace-make-overlay)
14018 (whitespace-overlay-put, whitespace-delete-overlay)
14019 (whitespace-overlay-start, whitespace-overlay-end):
14020 Define such that compiler knows they are defined.
14021 (whitespace): Move conditional inside.
14022
14023 * tempo.el (tempo-insert-template): Suppress warning.
14024
14025 * ediff-diff.el (longlines-mode): Add defvar.
14026
14027 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
14028
14029 * server.el: Bind "C-x #" in a way that works even if C-x is
14030 redefined to a command key, not a prefix key.
14031
14032 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
14033
14034 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
14035 cl-make-type-test till execution time.
14036
14037 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
14038
14039 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
14040 arg ARG and use it.
14041
14042 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
14043
14044 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
14045
14046 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
14047
14048 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
14049 a defcustom with two :set or :type keywords.
14050
14051 2005-07-15 Richard M. Stallman <rms@gnu.org>
14052
14053 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14054 Don't give ^M comment-end syntax.
14055
14056 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
14057
14058 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
14059 Don't consider gdbmi (gdb-mi.el has its own update functions).
14060 (gdb-var-delete): Make it work for gdbmi as well.
14061 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
14062
14063 * progmodes/gud.el (etags, sdb): Only require etags when needed.
14064 (gud-speedbar-menu-items): Correct logic for enabling items.
14065
14066 2005-07-15 Kim F. Storm <storm@cua.dk>
14067
14068 * ido.el: Fix commentary.
14069 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
14070 Use with-no-warnings around ffap-guesser.
14071 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
14072 Let bind minibuffer-completing-file-name to t.
14073
14074 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
14075
14076 * startup.el (site-run-file, keyboard-type): Doc fixes.
14077 (command-line): Check for "--basic-display" argument; also for
14078 "--quick", not "--bare-bones" (which was renamed).
14079 (fancy-splash-text): Add missing item "Getting New Versions".
14080 (normal-splash-screen): Fix typos and improve consistency with
14081 `fancy-splash-text'. Update copyright year.
14082
14083 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
14084 valid binding for `help-char'.
14085
14086 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
14087
14088 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
14089
14090 * term.el (term-mode): Disable cua-mode for term buffers.
14091
14092 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
14093
14094 * add-log.el (add-log-mailing-address, change-log-merge):
14095 Doc fixes.
14096 (change-log-get-method-definition): Fix typo in docstring.
14097
14098 2005-07-14 Kim F. Storm <storm@cua.dk>
14099
14100 * emulation/cua-base.el:
14101 (cua--pre-command-handler-1, cua--pre-command-handler)
14102 (cua--post-command-handler-1, cua--post-command-handler):
14103 Split in two. Check (buffer local) value of cua-mode.
14104 (cua-selection-mode): New command.
14105
14106 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
14107
14108 * custom.el (custom-initialize-safe-set)
14109 (custom-initialize-safe-default): Doc fixes.
14110
14111 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14112 and simplify :init-value again.
14113
14114 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
14115 and simplify :init-value again. Delete autoload.
14116
14117 * startup.el (command-line): Use `custom-reevaluate-setting' again
14118 for tooltip-mode.
14119
14120 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
14121 a defcustom with two :initialize keywords.
14122
14123 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
14124
14125 * allout.el (my-mark-marker, allout-isearch-prior-pos)
14126 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
14127 (allout-post-command-business, allout-flag-region)
14128 (isearch-reenable-font-lock, allout-yank)
14129 (allout-insert-latex-header, allout-insert-latex-trailer)
14130 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
14131 (allout-latex-verb-quote): Fix typos in docstrings.
14132 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
14133 (allout-unprotected, allout-prefix-data):
14134 Improve argument/docstring consistency.
14135 (allout-chart-subtree): Fix argument spec.
14136 (allout-open-topic): Rename `use_sib_bullet' argument to
14137 `use-sib-bullet'. Doc fix.
14138
14139 * whitespace.el (whitespace-check-buffer-leading)
14140 (whitespace-check-buffer-trailing)
14141 (whitespace-check-buffer-indent)
14142 (whitespace-check-buffer-spacetab)
14143 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
14144 (whitespace-check-leading-whitespace)
14145 (whitespace-check-trailing-whitespace)
14146 (whitespace-check-spacetab-whitespace)
14147 (whitespace-check-indent-whitespace)
14148 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
14149 (whitespace-modes): Fix typos in docstrings.
14150 (defgroup, defcustom): Doc fixes.
14151
14152 * winner.el (winner-mode, winner-boring-buffers)
14153 (winner-pending-undo-ring): Doc fixes.
14154 (winner-ring): Remove unneeded `progn'.
14155 (winner-equal): `defsubst' it.
14156 (winner-redo): Fix message.
14157
14158 2005-07-13 Kim F. Storm <storm@cua.dk>
14159
14160 * simple.el (line-move-1): Always use vertical-motion to
14161 do the last (or only) line move to ensure some movement.
14162 Undo 2005-06-23 change--don't check for overlays.
14163
14164 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14165
14166 * term/mac-win.el (ccl-encode-mac-roman-font)
14167 (ccl-encode-mac-centraleurroman-font)
14168 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
14169 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
14170 Change charset-id boundary of dimension to ?\xef.
14171 (mac-char-fontspec-list): New constant.
14172 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
14173 argument. Nil uses itself as family in font-spec. Previous
14174 behavior for nil is now provided by non-nil non-string argument.
14175 All callers changed. Add font-specs for Mac fonts to
14176 "fontset-default" unless iso8859-1 fonts are installed.
14177
14178 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
14179
14180 * progmodes/sh-script.el (sh-get-indent-info): Only indent
14181 a continuation line if the \ is preceded by SPC or TAB.
14182 (sh-get-indent-info): Simplify.
14183 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
14184 Use with-current-buffer.
14185
14186 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
14187 when the matched text is empty.
14188
14189 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
14190
14191 * startup.el (command-line): Revert to previous handling of
14192 tooltip-mode. Explain in comment why the complexity is needed.
14193
14194 * tooltip.el (tooltip-mode): Revert to previous implementation of
14195 its defcustom.
14196
14197 * frame.el (blink-cursor-mode): Revert to previous implementation
14198 of its defcustom. Update comment.
14199
14200 2005-07-12 Lars Hansen <larsh@soem.dk>
14201
14202 * desktop.el: Update e-mail address.
14203
14204 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14205
14206 * term/mac-win.el (mac-services-mail-selection)
14207 (mac-services-mail-to): New functions.
14208 (mac-application-menu-map): Bind them.
14209
14210 2005-07-12 wulei <milton@wulei.net> (tiny change)
14211
14212 * progmodes/gdb-ui.el: Add note about buffering with Windows.
14213
14214 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
14215
14216 * custom.el (custom-reevaluate-setting): Doc fix.
14217
14218 2005-07-11 Jay Belanger <belanger@truman.edu>
14219
14220 * calc/calc.el (calc-embedded-announce-formula-alist)
14221 (calc-embedded-open-close-plain-alist)
14222 (calc-embedded-open-close-mode-alist): Add checks for additional
14223 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
14224
14225 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
14226
14227 * custom.el (custom-enable-theme): Don't add theme to
14228 `custom-enabled-themes' with `push' because there is no
14229 setf-method for `delq'.
14230
14231 2005-07-11 Richard M. Stallman <rms@gnu.org>
14232
14233 * custom.el (custom-declare-variable): Doc fix.
14234
14235 * dired-aux.el (dired-compare-directories): Remove "." and ".."
14236 from the alists.
14237
14238 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
14239 Do nothing if edebug-active.
14240
14241 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
14242 (edebug-display): Do it here instead.
14243
14244 2005-07-10 Richard M. Stallman <rms@gnu.org>
14245
14246 * cus-face.el (custom-theme-set-faces): Make it work.
14247 (custom-reset-faces): Doc fix.
14248 (custom-theme-reset-internal-face, custom-theme-face-value):
14249 Functions deleted.
14250
14251 * custom.el (custom-push-theme): Maintain list of the settings
14252 of a given theme in its theme-settings property.
14253 Maintain position of old settings in the theme-value
14254 or theme-face property.
14255 (custom-enabled-themes): New variable.
14256 (custom-theme-enabled-p): New function.
14257 (provide-theme): Update custom-enabled-themes.
14258 Disable and reenable the `user' theme.
14259 (require-theme): Doc fix.
14260 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
14261 (custom-theme-value, custom-theme-variable-value): Likewise.
14262 (custom-theme-reset-internal): Likewise.
14263 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
14264 (custom-enable-theme, custom-disable-theme): New functions.
14265 (custom-variable-theme-value, custom-face-theme-value): Likewise.
14266 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
14267 (custom-theme-reset-variables): Simplify.
14268 (deftheme, custom-declare-theme, custom-make-theme-feature):
14269 Definitions moved.
14270
14271 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
14272
14273 * longlines.el (longlines-show-region)
14274 (longlines-unshow-hard-newlines): Recognize hard newlines by
14275 non-nil hard property, instead of t.
14276
14277 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
14278
14279 * viper-cmd.el (viper--key-maps): New variable.
14280 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
14281 emulation-mode-map-alists.
14282 (viper-envelop-ESC-key): Use viper-subseq.
14283 (viper-search-forward/backward/next): Disable debug-on-error.
14284
14285 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14286 (viper-ESC-key): New defcustoms.
14287
14288 * viper-macs.el (ex-map-read-args): Use viper-subseq.
14289
14290 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
14291 (viper-subseq): Copy of subseq from cl.el.
14292
14293 * viper.el (viper-go-away, viper-set-hooks): Use
14294 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
14295
14296 * viper-mous.el (viper-current-frame-saved): Use defvar.
14297
14298 * viper-init.el: Get rid of -face in face names.
14299
14300 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
14301 Make it work with longlines mode
14302
14303 * ediff-mult.el (ediff-meta-mode-hook): New variable.
14304
14305 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
14306
14307 * ediff-init.el: Get rid of -face in face names.
14308
14309 2005-07-10 Richard M. Stallman <rms@gnu.org>
14310
14311 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
14312 and with-timeout-unsuspend.
14313
14314 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
14315 and with-timeout-unsuspend.
14316
14317 * emacs-lisp/timer.el (with-timeout-timers): New variable.
14318 (with-timeout): Bind that variable to record timers.
14319 (with-timeout-suspend, with-timeout-unsuspend): New functions.
14320
14321 * emacs-lisp/debug.el (debug-help-follow): New function.
14322 (debugger-mode-map): Use that instead of help-follow.
14323 (debugger-setup-buffer): Use eval-buffer-list
14324 to handle eval-buffer frames.
14325
14326 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
14327
14328 * timezone.el (timezone-parse-date): Change first regexp
14329 so it will not mistakenly match dates with no time zone.
14330
14331 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
14332
14333 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
14334
14335 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
14336
14337 * custom.el (custom-initialize-safe-set)
14338 (custom-initialize-safe-default): New functions.
14339
14340 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14341 and simplify :init-value.
14342
14343 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
14344 and simplify :init-value. Delete obsolete comment.
14345
14346 * startup.el (command-line): Use `custom-reevaluate-setting' to
14347 handle `tooltip-mode'. Delete obsolete comment.
14348
14349 * files.el (set-visited-file-name): Avoid calling
14350 `file-name-nondirectory' with a nil argument.
14351
14352 2005-07-09 Richard M. Stallman <rms@gnu.org>
14353
14354 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
14355 was called with nil for the buffer, handle the read position right.
14356 Handle read position for eval-region, too.
14357
14358 2005-07-09 Juri Linkov <juri@jurta.org>
14359
14360 * fringe.el (fringe-mode): Add period in docstring.
14361 (fringe-query-style): Build prompt depending on `all-frames' arg.
14362
14363 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
14364 to not create links to unrelated functions in the Help buffer.
14365
14366 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
14367 Doc fix.
14368
14369 * simple.el (next-error-hook): New variable.
14370 (next-error): Use it. Doc fix.
14371
14372 * textmodes/ispell.el (ispell-command-loop): Add current
14373 dictionary name and program name to mode-line-format.
14374 (ispell-region, ispell-process-line): Add current dictionary name
14375 and program name to messages.
14376
14377 2005-07-08 Jay Belanger <belanger@truman.edu>
14378
14379 * calc/calc.el (calc-embedded-announce-formula-alist)
14380 (calc-embedded-open-close-formula-alist)
14381 (calc-embedded-open-close-word-alist)
14382 (calc-embedded-open-close-plain-alist)
14383 (calc-embedded-open-close-new-formula-alist)
14384 (calc-embedded-open-close-mode-alist)
14385 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
14386 (calc-embedded-mode-hook): New variables.
14387
14388 * calc/calc-embed.el (calc-embedded-firsttime)
14389 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
14390 New variables.
14391 (calc-do-embedded): Use calc-embedded-firsttime,
14392 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
14393 determine whether or not to run hooks.
14394 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
14395 calc-embedded-firsttime-formula appropriately.
14396 Set calc-embedded delimiter variables according to mode.
14397
14398 2005-07-08 Richard M. Stallman <rms@gnu.org>
14399
14400 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
14401 Check for "emacs", etc., as entire symbol, not just as word.
14402 (checkdoc-file-comments-engine): Use regexp-quote on FN.
14403
14404 * files.el (set-visited-file-name): Report the error
14405 for "empty filename" earlier.
14406 (kill-some-buffers): Ignore buffers already dead.
14407
14408 * fringe.el (fringe-mode): Doc fix.
14409
14410 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14411 Check for (featurep 'xemacs) and turn off warnings in what it guards.
14412 Use unwind-protect to ensure byte-compile-unresolved-functions
14413 is updated.
14414
14415 * whitespace.el (whitespace-buffer-leading-cleanup):
14416 Simplify w/ skip-chars-forward.
14417 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
14418
14419 * mail/rmail.el (rmail-only-expunge): Fix paren error.
14420 Unconditionally try to leave point at the same old place.
14421
14422 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
14423
14424 * comint.el (comint-postoutput-scroll-to-bottom)
14425 (comint-show-maximum-output): Take scroll-margin into consideration.
14426
14427 2005-07-08 Kim F. Storm <storm@cua.dk>
14428
14429 * ido.el (ido-use-filename-at-point): New choice `guess'.
14430 (ido-file-internal): Try ffap-guesser if selected.
14431
14432 * ido.el (ido-before-fallback-functions): New hook.
14433 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
14434 (ido-read-file-name): Run it.
14435
14436 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
14437
14438 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
14439 strings rather than a list of symbols to the completion function.
14440
14441 2005-07-07 Jay Belanger <belanger@truman.edu>
14442
14443 * calc/calc-units.el (math-apply-units): Change the places in
14444 which units are simplified.
14445
14446 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
14447
14448 * cus-edit.el (customize-option, customize-option-other-window):
14449 Make them handle aliases.
14450
14451 * custom.el (custom-variable-p): Make it recursively follow
14452 aliases. Mention that in the docstring.
14453
14454 2005-07-07 Richard M. Stallman <rms@gnu.org>
14455
14456 * cus-start.el (exec-path): Use `directory' instead of `file'.
14457 Fix tag for nil.
14458
14459 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14460
14461 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14462 when called non-interactively. Doc fix.
14463
14464 2005-07-07 Lute Kamstra <lute@gnu.org>
14465
14466 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14467 new address as well.
14468
14469 2005-07-07 Kenichi Handa <handa@m17n.org>
14470
14471 * international/mule.el (make-coding-system):
14472 Describe `ascii-incompatible' property in the docstring.
14473 (set-file-name-coding-system): Signal an error if coding-system is
14474 ascii-incompatible.
14475 (set-keyboard-coding-system): Likewise.
14476
14477 * international/mule-cmds.el (set-default-coding-systems):
14478 Don't set default-file-name-coding-system and
14479 default-keyboard-coding-system if coding-system is ASCII-incompatible.
14480
14481 * international/utf-16.el: Declare that all UTF-16-based coding
14482 systems are ASCII-incompatible.
14483
14484 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
14485
14486 * progmodes/gud.el: Require font-lock for displaying errors.
14487 Used by gdb-ui.el.
14488
14489 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14490
14491 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14492 values for the pattern lists which are `read'able but not
14493 `append'able (like symbols).
14494
14495 2005-07-06 Richard M. Stallman <rms@gnu.org>
14496
14497 * progmodes/flymake.el (flymake-float-time): Instead of
14498 with-no-warnings, test for xemacs.
14499 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14500 to avoid warning.
14501
14502 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14503
14504 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14505
14506 2005-07-05 Lute Kamstra <lute@gnu.org>
14507
14508 * battery.el: Add support for Darwin (with much debugging help
14509 from Samuel Lauber <sam124@operamail.com>).
14510 (battery-status-function, battery-echo-area-format)
14511 (battery-mode-line-format): Add support for pmset on Darwin.
14512 (battery-load-low, battery-load-critical): New user options.
14513 (battery-pmset): New function.
14514
14515 2005-07-05 Lute Kamstra <lute@gnu.org>
14516
14517 Update FSF's address in GPL notices.
14518
14519 * textmodes/page-ext.el: Update FSF's address.
14520
14521 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14522
14523 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14524 filling from using prefix when filling a single-line docstring.
14525
14526 * progmodes/flymake.el: Remove useless eval-when-compile.
14527
14528 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14529
14530 2005-07-04 Richard M. Stallman <rms@gnu.org>
14531
14532 * textmodes/org.el (org-file-apps-defaults-gnu):
14533 Rename from org-file-apps-defaults-linux.
14534 (org-default-apps): Don't test system-type for `linux'.
14535 (org-file-apps): Doc fix.
14536
14537 2005-07-04 David Ponce <david@dponce.com>
14538
14539 * tree-widget.el: Improve header Commentary section.
14540 (tree-widget) [defgroup]
14541 (tree-widget-image-enable, tree-widget-themes-directory)
14542 (tree-widget-theme, tree-widget-image-properties-emacs)
14543 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14544 (tree-widget-image-formats, tree-widget-control)
14545 (tree-widget-empty-control, tree-widget-leaf-control
14546 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14547 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14548 (tree-widget-keep, tree-widget-after-toggle-functions)
14549 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14550 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14551 :help-echo message.
14552 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14553 (tree-widget-image-properties): Doc fix. Clearer implementation.
14554 (tree-widget--cursors): New constant.
14555 (tree-widget-lookup-image): New function split from
14556 `tree-widget-find-image'. Clearer implementation.
14557 (tree-widget-find-image): Use it.
14558 (tree-widget-button-keymap): Use `set-keymap-parent'.
14559 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14560 Define the sub-widgets here.
14561 (tree-widget-node): Check that :node is not a tree-widget.
14562 (tree-widget-get-super, tree-widget-open-control)
14563 (tree-widget-close-control, tree-widget-empty-control)
14564 (tree-widget-leaf-control, tree-widget-guide)
14565 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14566 (tree-widget-no-handle, tree-widget-value-delete)
14567 (tree-widget-map): Remove.
14568 (tree-widget-children-value-save): Doc fix. Simplified.
14569 (tree-widget-value-create): Update according to previous changes.
14570
14571 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14572
14573 * textmodes/org.el: Leading space replaced by TABS.
14574 (org-recalc-marks, org-table-rotate-recalc-marks)
14575 (org-table-get-specials): Treat "^" and "_" marks.
14576 (org-table-justify-field-maybe): Optional argument NEW.
14577 (org-table-eval-formula): Parsing of the format simplified.
14578 New modes C,I. Honor the %= parameter in the current table.
14579 Avoid unnecessary re-align by using the NEW argument to
14580 `org-table-justify-field-maybe'.
14581 (org-calc-default-modes): Default for date-format mimicks org-mode.
14582 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14583
14584 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14585
14586 * cus-face.el (custom-theme-set-faces): Make it handle face
14587 aliases whose alias declarations are pre- or autoloaded.
14588
14589 2005-07-04 Juri Linkov <juri@jurta.org>
14590
14591 * faces.el (read-face-name): Put the code for getting a face name
14592 from the buffer before adding the faces from the `face' property.
14593 Use `completing-read-multiple' instead of `completing-read'.
14594 Require `crm'. Add default value and post-process the returned
14595 list of faces.
14596
14597 * emacs-lisp/crm.el (crm-find-current-element)
14598 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14599
14600 * emacs-lisp/lisp-mode.el (eval-defun-1):
14601 * emacs-lisp/edebug.el (edebug-eval-defun):
14602 Remove unnecessary quotes.
14603
14604 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14605
14606 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14607 (prolog-indent-level): Fix typo in docstring.
14608
14609 * info.el (Info-history, Info-history-forward)
14610 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14611
14612 * add-log.el (add-change-log-entry):
14613 * comint.el (comint-dynamic-list-input-ring)
14614 (comint-dynamic-list-completions):
14615 * dabbrev.el (dabbrev-expand):
14616 * delim-col.el (delimit-columns-rectangle-line):
14617 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14618 (diff-unified->context):
14619 * ediff-init.el (ediff-abbrev-jobname):
14620 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14621 (ediff-replace-session-activity-marker-in-meta-buffer):
14622 * info.el (Info-summary):
14623 * lpr.el (printify-region):
14624 * printing.el (pr-create-interface):
14625 * ps-print.el (ps-print-quote):
14626 * ses.el (ses-column-widths, ses-print-cell)
14627 (ses-adjust-print-width, ses-center):
14628 * shell.el (shell-file-name-quote-list):
14629 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14630 (strokes-fill-current-buffer-with-whitespace)
14631 (strokes-xpm-for-stroke, strokes-list-strokes)
14632 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14633 * term.el (term-dynamic-list-input-ring)
14634 (term-dynamic-list-completions):
14635 * calc/calc.el (math-format-stack-value):
14636 * emacs-lisp/edebug.el (edebug-display-freq-count):
14637 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14638 (delphi-new-comment-line):
14639 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14640 * progmodes/executable.el (executable-set-magic):
14641 * progmodes/python.el (inferior-python-mode):
14642 * progmodes/scheme.el (scheme-mode-syntax-table):
14643 * progmodes/sh-script.el (sh-maybe-here-document):
14644 * progmodes/sql.el (sql-copy-column):
14645 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14646 * textmodes/bibtex.el (bibtex-mode):
14647 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14648 (sgml-auto-attributes):
14649 * textmodes/table.el (table-insert, table-shorten-cell)
14650 (table--generate-source-scan-lines, table-delete-row)
14651 (*table--cell-delete-char, table--spacify-frame)
14652 (table--horizontally-shift-above-and-below)
14653 (table--cell-insert-char, table--cell-blank-str)
14654 (table--fill-region-strictly):
14655 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14656 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14657
14658 * add-log.el (change-log):
14659 * apropos.el (apropos):
14660 * comint.el (comint-completion, comint-source):
14661 * dabbrev.el (dabbrev):
14662 * delim-col.el (columns):
14663 * diff-mode.el (diff-mode):
14664 * ediff.el (ediff):
14665 * ediff-diff.el (ediff-diff):
14666 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14667 * ediff-mult.el (ediff-mult):
14668 * ediff-ptch.el (ediff-ptch):
14669 * ediff-wind.el (ediff-window):
14670 * facemenu.el (facemenu):
14671 * indent.el (indent):
14672 * info.el (info):
14673 * jka-cmpr-hook.el (compression, jka-compr):
14674 * lpr.el (lpr):
14675 * outline.el (outlines):
14676 * pcmpl-cvs.el (pcmpl-cvs):
14677 * pcmpl-rpm.el (pcmpl-rpm):
14678 * printing.el (printing):
14679 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14680 (ps-print-vertical, ps-print-headers, ps-print-font)
14681 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14682 (ps-print-background, ps-print-printer, ps-print-page)
14683 (ps-print-miscellany):
14684 * ses.el (ses):
14685 * shell.el (shell, shell-directories, shell-faces):
14686 * startup.el (initialization):
14687 * strokes.el (strokes):
14688 * term.el (term):
14689 * uniquify.el (uniquify):
14690 * w32-vars.el (w32):
14691 * calc/calc.el (calc):
14692 * emacs-lisp/bytecomp.el (bytecomp):
14693 * emacs-lisp/cl-indent.el (lisp-indent):
14694 * emacs-lisp/edebug.el (edebug):
14695 * emacs-lisp/elp.el (elp):
14696 * emacs-lisp/testcover.el (testcover):
14697 * emacs-lisp/trace.el (trace):
14698 * emulation/viper-ex.el (viper-ex):
14699 * emulation/viper-mous.el (viper-mouse):
14700 * mail/mailalias.el (mailalias):
14701 * mail/supercite.el (supercite, supercite-frames)
14702 (supercite-attr, supercite-cite, supercite-hooks):
14703 * net/rcompile.el (remote-compile):
14704 * net/rlogin.el (rlogin):
14705 * obsolete/ooutline.el (outlines):
14706 * progmodes/delphi.el (delphi):
14707 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14708 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14709 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14710 (ebnf-optimization):
14711 * progmodes/etags.el (etags):
14712 * progmodes/executable.el (executable):
14713 * progmodes/idlwave.el (idlwave):
14714 * progmodes/pascal.el (pascal):
14715 * progmodes/prolog.el (prolog):
14716 * progmodes/python.el (python):
14717 * progmodes/scheme.el (scheme):
14718 * progmodes/sh-script.el (sh, sh-script):
14719 * progmodes/sql.el (SQL):
14720 * progmodes/tcl.el (tcl):
14721 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14722 * textmodes/enriched.el (enriched):
14723 * textmodes/makeinfo.el (makeinfo):
14724 * textmodes/sgml-mode.el (sgml):
14725 * textmodes/table.el (table-hooks):
14726 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14727 * textmodes/texinfo.el (texinfo):
14728 * textmodes/two-column.el (two-column):
14729 Finish `defgroup' description with period.
14730
14731 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14732 * eshell/esh-var.el (eshell-var):
14733 * progmodes/vhdl-mode.el (vhdl-testbench):
14734 * textmodes/org.el (org): Fix typos in docstrings.
14735
14736 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14737 consistency.
14738
14739 * progmodes/flymake.el (flymake-find-file): Remove.
14740 (flymake-float-time): Use `with-no-warnings'.
14741 (flymake-check-start-time, flymake-check-was-interrupted)
14742 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14743 (flymake-new-err-info): `defvar' at compile time.
14744
14745 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14746
14747 * replace.el (occur-hook): Doc fix.
14748 (occur-1): Don't call `occur-hook' if there are no matches.
14749
14750 2005-07-03 Richard M. Stallman <rms@gnu.org>
14751
14752 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14753 global-map, save the same map.
14754 (global-map): Don't alter it at top level.
14755 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14756 Then alter it here instead.
14757 (tpu-edt-off): Set global-map to the saved one.
14758
14759 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14760 All references simplified.
14761 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14762 (zmacs-regions): Add defvar.
14763 (repeat-complex-command-map): Everything about that deleted.
14764
14765 * textmodes/artist.el (artist-key-is-drawing)
14766 (artist-key-endpoint1, artist-key-poly-point-list)
14767 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14768 (artist-key-compl-table, artist-rb-save-data)
14769 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14770 Don't put them in eval-when-compile.
14771 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14772
14773 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14774 Use with-no-warnings.
14775
14776 * net/browse-url.el (dos-windows-version): Add defvar.
14777
14778 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14779
14780 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14781 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14782 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14783 Add defvar.
14784 (rmail-summary-beginning-of-message): Use with-no-warnings.
14785 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14786
14787 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14788 Use with-no-warnings.
14789
14790 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14791 (c-mark-function): Add point-moving-unit property.
14792 (vi-goto-line): Use with-no-warnings.
14793
14794 * emulation/edt.el (edt-last-copied-word): Add defvar.
14795 (zmacs-region-stays): Likewise.
14796 (edt-mark-section-wisely): Use c-mark-function for C.
14797 Use makr-defun for Fortran.
14798 (time-string): defvar deleted.
14799 (edt-display-the-time): Don't set time-string.
14800
14801 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14802
14803 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14804 Don't warn when name is not constant
14805 or for defining the group `emacs'.
14806
14807 * tooltip.el (gud-tooltip-mode): Add defvar.
14808
14809 * startup.el (default-frame-background-mode): Add defvar.
14810
14811 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14812
14813 * info.el (tool-bar-map): Add defvar.
14814
14815 * dired.el (dnd-protocol-alist): Add defvar.
14816
14817 * dired-aux.el (dired-query): Display question with answer, when
14818 the user answers.
14819
14820 * custom.el (custom-add-option): Doc fix.
14821
14822 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14823
14824 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14825
14826 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14827 bogus name from the last change.
14828
14829 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14830
14831 * custom.el (custom-declare-variable): Fix typos in comment.
14832 (custom-known-themes): Doc fix.
14833 (custom-theme-directory): New defcustom.
14834 (require-theme): Make it check `custom-theme-directory'.
14835
14836 * cus-theme.el (custom-new-theme-mode): New function.
14837 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14838 (custom-theme-description): Add compiler defvars.
14839 (customize-create-theme): Add doc to the "*New Custom Theme*"
14840 buffer. Use `custom-new-theme-mode'.
14841 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14842 and save it to the `custom-theme-directory'. Make this the
14843 default directory of the buffer.
14844
14845 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14846
14847 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14848 Fix unbalanced parentheses.
14849
14850 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14851
14852 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14853 into flymake-mode and delegate to flymake-mode.
14854
14855 * find-file.el (ff-which-function-are-we-in): Clean up.
14856
14857 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14858
14859 * replace.el (occur-rename-buffer): Fix docstring.
14860
14861 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14862 (edt-last-copied-word, edt-learn-macro-count)
14863 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14864 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14865 (time-string, zmacs-region-stays):
14866 * emulation/edt-mapper.el (edt-save-function-key-map)
14867 (EDT-key-name): `defvar' to silence the byte-compiler.
14868
14869 2005-07-02 Martin Rudalics <rudalics@gmx.at>
14870
14871 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14872 font-lock-regexp-backslash. Doc fix.
14873 (font-lock-regexp-backslash-grouping-construct): Rename from
14874 font-lock-regexp-backslash-construct. Doc fix.
14875 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14876 grouping constructs.
14877
14878 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14879
14880 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14881 updating all the prerequisites.
14882
14883 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14884
14885 * textmodes/org.el (org-agenda-start-on-weekday)
14886 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14887 (org-agenda-use-time-grid, org-archive-location)
14888 (org-allow-space-in-links, org-usenet-links-prefer-google)
14889 (org-enable-table-editor, org-export-default-language)
14890 (org-export-html-show-new-buffer, org-fill-paragraph)
14891 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14892 (org-goto-quit, org-occur, org-eval-in-calendar)
14893 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14894 (org-agenda-diary-entry, org-remember-help)
14895 (org-table-convert-region, org-at-table-p)
14896 (org-table-move-row-down, org-table-move-row-up)
14897 (org-table-copy-region, org-table-toggle-vline-visibility)
14898 (org-table-get-stored-formulas, org-table-get-specials)
14899 (org-recalc-commands, org-table-eval-formula)
14900 (org-table-formula-substitute-names, orgtbl-make-binding)
14901 (org-format-org-table-html, org-format-table-table-html)
14902 (org-format-table-table-html-using-table-generate-source)
14903 (org-customize): Fix typos in docstrings.
14904 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14905 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14906 (org-back-to-heading): Doc fixes.
14907 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14908 (org-agenda-change-all-lines, org-get-header):
14909 Improve argument/docstring consistency.
14910 (orgtbl-error): Fix error message.
14911
14912 * progmodes/flymake.el (flymake-find-possible-master-files)
14913 (flymake-master-file-compare, flymake-get-line-err-count)
14914 (flymake-highlight-line, flymake-gui-warnings-enabled):
14915 Fix typos in docstrings.
14916 (flymake-parse-line, flymake-get-project-include-dirs-function)
14917 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14918 Doc fixes.
14919 (flymake-get-project-include-dirs-function)
14920 (flymake-make-err-menu-data):
14921 Improve argument/docstring consistency.
14922
14923 2005-07-01 Lute Kamstra <lute@gnu.org>
14924
14925 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14926 Catch errors with ignore-errors. Use temporary buffer.
14927 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14928
14929 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14930 background color faces.
14931 (facemenu-set-foreground, facemenu-set-background):
14932 Use facemenu-set-face-from-menu.
14933 (facemenu-set-face-from-menu): Treat face names that start with
14934 "fg:" or "bg:" as special.
14935 (facemenu-add-new-color): Don't create faces. Simplify.
14936
14937 2005-06-30 Richard M. Stallman <rms@gnu.org>
14938
14939 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14940 (crm-find-current-element): Likewise.
14941
14942 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14943
14944 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14945
14946 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14947
14948 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14949 (archive-mouse-extract): Make it an obsolete alias.
14950 (archive-mode-map): Don't use archive-mouse-extract any more.
14951 (archive-mode, archive-extract): write-contents-hooks ->
14952 write-contents-functions.
14953 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14954 first arg.
14955 (archive-rename-entry): Update the call.
14956 (archive-zip-summarize): Remove unused var `method'.
14957 (archive-lzh-summarize): Remove unused var `creator'.
14958
14959 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14960 dedicated frame upon exit.
14961
14962 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14963 (archive-zip-extract, archive-zip-expunge)
14964 (archive-zip-update, archive-zip-update-case): Use executable-find.
14965 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14966 Use restore-buffer-modified-p.
14967 (archive-extract, archive-add-new-member, archive-write-file-member):
14968 Use with-current-buffer.
14969 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14970
14971 2005-06-30 Andreas Schwab <schwab@suse.de>
14972
14973 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14974
14975 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14976
14977 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14978
14979 2005-06-30 Juri Linkov <juri@jurta.org>
14980
14981 * faces.el (vertical-border): Inherit from mode-line-inactive
14982 only on tty.
14983
14984 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14985
14986 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14987 example, -NLINES in the `occur' docstring).
14988
14989 * replace.el (occur-1): When no matches are found, do not set the
14990 `buffer-read-only' and modified flags for the occur buffer,
14991 because it is deleted.
14992
14993 * emulation/cua-base.el (cua-check-pending-input)
14994 (cua-repeat-replace-region, cua-mode, cua-debug)
14995 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14996 Fix typos in docstrings.
14997
14998 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14999 (cua-cut-region-to-global-mark)
15000 (cua--cut-rectangle-to-global-mark):
15001 Remove period from end of messages.
15002
15003 * emulation/cua-rect.el (cua-do-rectangle-padding):
15004 Remove period from end of messages.
15005 (cua--rectangle-seq-format): Fix typo in docstring.
15006 (cua-sequence-rectangle, cua-fill-char-rectangle):
15007 Improve argument/docstring consistency.
15008
15009 2005-06-29 Juri Linkov <juri@jurta.org>
15010
15011 * faces.el (default-frame-background-mode): New internal variable.
15012 (frame-set-background-mode): Use it.
15013
15014 * startup.el (normal-top-level): Set default-frame-background-mode
15015 instead of frame-background-mode. Before setting it, test for its
15016 nil value. Remove tests for frame-background-mode and frame
15017 parameter `reverse'. Add test for "unspecified-fg".
15018
15019 * term/xterm.el (xterm-rxvt-set-background-mode):
15020 * term/rxvt.el (rxvt-set-background-mode):
15021 Set default-frame-background-mode instead of frame-background-mode.
15022
15023 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
15024
15025 * simple.el (set-variable): Warn about obsolete user variables.
15026
15027 * imenu.el (imenu--completion-buffer):
15028 * mouse.el (mouse-buffer-menu-alist):
15029 * msb.el (msb-invisible-buffer-p):
15030 * calendar/diary-lib.el (diary-header-line-format):
15031 * emacs-lisp/pp.el (pp-buffer):
15032 * progmodes/cperl-mode.el (cperl-do-auto-fill):
15033 * textmodes/picture.el (picture-replace-match):
15034 Change space constants followed by a sexp to "?\s ".
15035
15036 * play/decipher.el (decipher-loop-with-breaks):
15037 * textmodes/texinfo.el (texinfo-insert-@item): Change space
15038 constants "protected" from end of line by a comment to "?\s".
15039
15040 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
15041
15042 * font-lock.el (save-buffer-state): Use `declare'.
15043
15044 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
15045 reset the syntax-table to cperl-mode-syntax-table.
15046 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
15047 "foo_print_bar" is not matched as a reserved keyword.
15048
15049 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
15050
15051 * textmodes/org.el (orgtbl-setup): New function, for delayed
15052 setup for the orgtbl commands.
15053 (org-calc-default-modes): New option.
15054 (orgtbl-make-binding): Use `defun' to get better help display.
15055 (org-diary): Call `org-compile-prefix-format'.
15056 (org-table-formula-substitute-names): New function.
15057 (org-agenda-day-view, org-agenda-week-view): New commands.
15058 (org-agenda-toggle-week-view): Command removed.
15059 (org-tbl-menu): Split off from org-org-menu.
15060 (org-mode): Move removal of outline-mode menus to here.
15061 (org-table-formula-debug): New option.
15062 (org-table-insert-row): Keep first field if just "#" or "*".
15063 (org-mode): Paragraph regexps fixed.
15064 (org-table-recalculate-regexp): New constant.
15065 (org-table-justify-field-maybe): Avoid replace if not necessary.
15066 (org-copy-special, org-cut-special): Use `call-interactively'.
15067 (org-table-copy-region): Take region from `interactive' call.
15068 (org-trim): Return string even if no match.
15069 (org-formula): New face.
15070 (org-set-font-lock-defaults): No longer highlight "FIXME".
15071 But highlight formula-related fields in table.
15072 (org-table-p): Use regexp, not fontification.
15073 (org-table-align): Handle white space at end of line.
15074 (org-table-formula-evaluate-inline): New option.
15075 (org-mode): Auto-wrapping in comment lines turned off.
15076 (org-table-copy-down): Evaluate only in copied field, not in
15077 destination.
15078 (org-table-current-formula): Variable removed.
15079 (org-table-store-formulas, org-table-get-stored-formulas)
15080 (org-table-modify-formulas, org-table-replace-in-formulas)
15081 (org-table-maybe-eval-formula): New functions.
15082 (org-table-get-formula): Modify to use stored formulas.
15083 (org-table-insert-column, org-table-delete-column)
15084 (org-table-move-column): Call `org-table-modify-formulas'.
15085 (org-complete): Add completion for keyword formulas.
15086 (orgtbl-mode): Pull orgtbl-mode-map to start of
15087 minor-mode-map-alist.
15088
15089 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
15090
15091 * progmodes/python.el (python-check): Require `compile' before
15092 modifying its variables.
15093
15094 * newcomment.el (comment-indent-default): Don't get fooled by an early
15095 end of buffer.
15096
15097 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15098
15099 * ps-print.el (ps-print-version): Fix version number.
15100
15101 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
15102
15103 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
15104
15105 2005-06-28 Richard M. Stallman <rms@gnu.org>
15106
15107 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
15108 (flyspell-local-mouse-map): Declaration deleted.
15109 (flyspell-mouse-map): Bind only mouse-2.
15110 (flyspell-mode-map): Don't test flyspell-use-local-map.
15111 (flyspell-overlay-keymap-property-name): Var deleted.
15112 (flyspell-mode-on): Don't make local bindings for
15113 flyspell-mouse-map and flyspell-mode-map.
15114 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
15115
15116 * textmodes/ispell.el (ispell-word): Do not ignore short words.
15117
15118 * progmodes/compile.el (compilation-next-error-function):
15119 Don't switch buffers; operate on the current buffer.
15120
15121 * progmodes/compile.el (compilation-error-file-name)
15122 (compilation-warning-file-name, compilation-info-file-name)
15123 (compilation-line-number, compilation-column-number): New faces.
15124 (compilation-error-face, compilation-warning-face)
15125 (compilation-info-face, compilation-line-face)
15126 (compilation-column-face): Use them.
15127
15128 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
15129
15130 * comint.el (comint-password-prompt-regexp): Accept ", try again".
15131
15132 * bindings.el (global-map): Bind insertchar and its variants.
15133
15134 2005-06-27 Richard M. Stallman <rms@gnu.org>
15135
15136 * textmodes/artist.el (artist-text-overwrite)
15137 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
15138
15139 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15140
15141 * ps-print.el: It was not working the page selection for printing.
15142 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
15143 (ps-print-version): New version 6.6.7.
15144 (ps-end-sheet): New fun.
15145 (ps-header-sheet, ps-end-job): Call it.
15146
15147 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
15148
15149 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
15150
15151 2005-06-27 Lute Kamstra <lute@gnu.org>
15152
15153 * facemenu.el (facemenu-unlisted-faces): Add foreground and
15154 background color faces.
15155 (facemenu-get-face): Delete function.
15156 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
15157 (facemenu-add-new-color): Make second argument mandatory.
15158 Create the appropriate face and return it. Simplify.
15159 (facemenu-set-foreground, facemenu-set-background): Don't check if
15160 color is defined. Use return value of facemenu-add-new-color.
15161
15162 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
15163
15164 * progmodes/gud.el (gud-filter): Add missing argument to
15165 with-selected-window.
15166
15167 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
15168
15169 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
15170 a :require to the defcustom.
15171
15172 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
15173 defcustoms corresponding to minor modes.
15174
15175 2005-06-26 David Ponce <david@dponce.com>
15176
15177 * recentf.el: Require tree-widget instead of wid-edit.
15178 (recentf-filename-handler): Fix widget :type.
15179 (recentf-cancel-dialog, recentf-open-more-files)
15180 (recentf-open-files-action): Doc fix.
15181 (recentf-dialog-goto-first): New function.
15182 (recentf-dialog-mode-map): Set parent keymap first.
15183 (recentf-dialog-mode): Define with define-derived-mode.
15184 Don't display continuation lines in dialogs.
15185 (recentf-edit-list): Rename from recentf-edit-selected-items.
15186 (recentf-edit-list-select): Rename from recentf-edit-list-action.
15187 Simplify.
15188 (recentf-edit-list-validate): New function.
15189 (recentf-edit-list): Update accordingly.
15190 (recentf-open-files-item-shift): Remove.
15191 (recentf-open-files-item): Convert menu elements into tree and
15192 link widgets. Don't create the widgets.
15193 (recentf-open-files): Update accordingly.
15194 (recentf-save-list): Untabify.
15195
15196 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
15197
15198 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
15199 (keep-lines): Add INTERACTIVE arg. Never delete lines only
15200 partially contained in the active region. Do not take active
15201 region into account when called from Lisp, unless INTERACTIVE arg
15202 is non-nil. Use `forward-line' instead of `beginning-of-line' to
15203 avoid trouble with fields. Make marker point nowhere when no
15204 longer used. Always return nil. Doc fix.
15205 (flush-lines): Add INTERACTIVE arg. Do not take active region
15206 into account when called from Lisp, unless INTERACTIVE arg is
15207 non-nil. Use `forward-line' instead of `beginning-of-line' to
15208 avoid trouble with fields. Make marker point nowhere when no
15209 longer used. Always return nil. Doc fix.
15210 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
15211 interchangeable. Do not take active region into account when
15212 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
15213 message in echo area when called from Lisp, unless INTERACTIVE arg
15214 is non-nil. Avoid saying "1 occurrences". Do not use markers.
15215 Return the number of matches. Doc fix.
15216 (occur): Doc fix.
15217 (perform-replace): Make comment follow double space convention for
15218 the sake of `outline-minor-mode'.
15219
15220 * faces.el (facep): Doc fix.
15221
15222 2005-06-25 Richard M. Stallman <rms@gnu.org>
15223
15224 * facemenu.el (facemenu-enable-faces-p): New function.
15225 (facemenu-background-menu, facemenu-foreground-menu)
15226 (facemenu-face-menu): Add menu-enable property.
15227
15228 * jka-compr.el (jka-compr-insert-file-contents):
15229 Special handling if cannot find the uncompression program.
15230
15231 * cus-face.el (custom-face-attributes): Add autoload.
15232
15233 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15234 Bind comment-indent-function locally.
15235
15236 * window.el (save-selected-window): Use save-current-buffer.
15237
15238 * subr.el (with-selected-window): Use save-current-buffer.
15239
15240 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
15241 and with-current-buffer.
15242
15243 2005-06-24 Richard M. Stallman <rms@gnu.org>
15244
15245 * simple.el (line-move-1): Fix previous change.
15246
15247 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15248
15249 * replace.el (occur-1): Set `buffer-read-only' and the
15250 buffer-modified flag before running `occur-hook' to protect
15251 against unintentional buffer switches that can lead to data loss.
15252
15253 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
15254
15255 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
15256 (gud-gdb-marker-filter): Use font-lock-warning-face for any
15257 initial error.
15258
15259 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
15260 after fresh input.
15261 (gdb-var-create-handler): Put name of expression in quotes.
15262
15263 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
15264
15265 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
15266 elements of RING in order, and without bogus nil elements.
15267
15268 2005-06-23 Richard M. Stallman <rms@gnu.org>
15269
15270 * simple.el (set-variable): Args renamed; doc fix.
15271 (line-move-1): When there are overlays around, use vertical-motion.
15272
15273 * faces.el (escape-glyph): Use brown against light background.
15274 (nobreak-space): Rename from no-break-space.
15275 Fix previous change.
15276
15277 * dired-aux.el (dired-do-copy): Fix arg prompt.
15278
15279 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
15280
15281 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
15282
15283 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
15284 rather than "Distributor".
15285
15286 2005-06-23 Lute Kamstra <lute@gnu.org>
15287
15288 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
15289 (debug-on-entry): Use it. New interactive declaration that uses
15290 function-called-at-point.
15291
15292 2005-06-23 Kim F. Storm <storm@cua.dk>
15293
15294 * subr.el (save-match-data): Add comment about using evaporate arg
15295 to set-match-data.
15296
15297 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
15298
15299 * cus-edit.el (customize-face)
15300 (customize-face-other-window): Handle face aliases.
15301
15302 * faces.el (face-documentation, set-face-attribute)
15303 (face-spec-set): Handle face aliases.
15304
15305 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
15306
15307 * help-mode.el (help-make-xrefs): If a symbol representing a face
15308 name is not followed by the word "face", it could still be a
15309 function or variable name, so don't bypass other checks.
15310
15311 2005-06-22 Juri Linkov <juri@jurta.org>
15312
15313 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
15314 Replace aliased functions with calls where second arg `inherit' is t.
15315
15316 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
15317
15318 * progmodes/gdb-ui.el (gdb-error): New variable.
15319 (gdb-error): New function.
15320 (gdb-annotation-rules): Act on error-begin and error annotations.
15321 (gdb-concat-output): Use font-lock-warning-face for errors.
15322
15323 2005-06-22 Miles Bader <miles@gnu.org>
15324
15325 * bindings.el (propertized-buffer-identification): Use renamed
15326 `Buffer-menu-buffer' face.
15327
15328 * faces.el (vertical-border): Rename from `vertical-divider'.
15329 (escape-glyph): Change dark-background color back to `cyan'.
15330
15331 2005-06-21 Juri Linkov <juri@jurta.org>
15332
15333 * faces.el (face-user-default-spec): Try getting `customized-face'
15334 prior to `saved-face'.
15335 (frame-background-mode): Refill docstring.
15336
15337 * emacs-lisp/lisp-mode.el (eval-defun-1):
15338 * emacs-lisp/edebug.el (edebug-eval-defun):
15339 Set `saved-face' temporarily to nil before calling form.
15340 Set `customized-face' to the new spec after that.
15341
15342 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15343
15344 * subr.el (1value, lambda, key-substitution-in-progress):
15345 Doc fixes.
15346
15347 * autoinsert.el (auto-insert-alist):
15348 * ses.el (ses-call-printer):
15349 * subr.el (noreturn):
15350 * emacs-lisp/lisp.el (check-parens):
15351 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
15352 * net/browse-url.el (browse-url-mosaic):
15353 * progmodes/cc-defs.el (c-safe-scan-lists):
15354 * progmodes/ebnf-abn.el (ebnf-abn-lex):
15355 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
15356 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
15357 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
15358 * progmodes/ebnf-iso.el (ebnf-iso-lex):
15359 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
15360
15361 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15362
15363 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
15364
15365 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
15366
15367 * calendar/appt.el (appt-make-list): Activate the package, if
15368 not already active (for backwards compatibility).
15369
15370 2005-06-20 Kim F. Storm <storm@cua.dk>
15371
15372 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
15373
15374 2005-06-20 Miles Bader <miles@gnu.org>
15375
15376 * faces.el (vertical-divider): New face.
15377
15378 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
15379
15380 * simple.el (kill-whole-line): Doc fix.
15381 (next-error-buffer-p, next-error-find-buffer)
15382 (clone-indirect-buffer): Fix typos in docstrings.
15383 (comment-line-break-function): Doc fix: don't say variable
15384 is automatically buffer-local (it isn't).
15385
15386 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
15387
15388 * net/tramp-ftp.el (top):
15389 * net/tramp-smb.el (top):
15390 * net/tramp-util.el (top):
15391 * net/tramp-uu.el (top):
15392 * net/tramp-vc.el (top):
15393 * net/tramp.el (top): Revert copyright years back to original
15394 ones. Tramp has a life outside GNU Emacs.
15395
15396 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
15397
15398 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
15399
15400 2005-06-18 Juri Linkov <juri@jurta.org>
15401
15402 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
15403 end of first regexp to limit the match to the position between
15404 line number and source line with same separator character as used
15405 between file name and line number. In the second regexp limit
15406 mouse-face area to file name and line number by adding new group
15407 for them and referring it in HYPERLINK arg.
15408 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
15409 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
15410 previous line where grep markers may be already removed.
15411
15412 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
15413
15414 * progmodes/ps-mode.el: Update version and maintainer's email address.
15415
15416 2005-06-18 Steve Youngs <steve@xemacs.org>
15417
15418 * net/browse-url.el (browse-url-browser-function)
15419 (browse-url-default-browser): Add firefox.
15420 (browse-url-firefox-program, browse-url-firefox-arguments)
15421 (browse-url-firefox-startup-arguments)
15422 (browse-url-firefox-new-window-is-tab): New defcustoms.
15423 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
15424
15425 2005-06-17 Richard M. Stallman <rms@gnu.org>
15426
15427 * startup.el (command-line): Warn if specified user name has
15428 no home directory.
15429
15430 * term.el (term-get-old-input, term-input-filter, term-input-sender)
15431 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
15432
15433 * longlines.el (longlines-mode, longlines-show-hard-newlines):
15434 Doc fixes.
15435
15436 * faces.el (underline): Try bold if terminal doesn't support underline.
15437
15438 * mail/sendmail.el (mail-setup-with-from): New variable.
15439 (mail-insert-from-field): New function.
15440 (sendmail-send-it): Call it.
15441 (mail-setup): Optionally call it here.
15442
15443 * term/linux.el: Call tty-no-underline.
15444
15445 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
15446
15447 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15448
15449 2005-06-17 Miles Bader <miles@gnu.org>
15450
15451 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15452 (ediff-current-diff-C, ediff-current-diff-Ancestor)
15453 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15454 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15455 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15456 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15457 Remove "-face" suffix from face names.
15458 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15459 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15460 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15461 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15462 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15463 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15464 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15465 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15466 New backward-compatibility aliases for renamed faces.
15467 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15468 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15469 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15470 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15471 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15472 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15473 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15474 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15475 Use renamed ediff faces.
15476
15477 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15478 Remove "-face" suffix from face names.
15479 (eshell-test-ok-face, eshell-test-failed-face):
15480 New backward-compatibility aliases for renamed faces.
15481 (eshell-run-test): Use renamed eshell-test faces.
15482
15483 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15484 face name.
15485 (eshell-prompt-face): New backward-compatibility alias for renamed
15486 face.
15487 (eshell-emit-prompt): Use renamed eshell-prompt face.
15488
15489 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15490 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15491 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15492 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15493 Remove "-face" suffix from face names.
15494 (eshell-ls-directory-face, eshell-ls-symlink-face)
15495 (eshell-ls-executable-face, eshell-ls-readonly-face)
15496 (eshell-ls-unreadable-face, eshell-ls-special-face)
15497 (eshell-ls-missing-face, eshell-ls-archive-face)
15498 (eshell-ls-backup-face, eshell-ls-product-face)
15499 (eshell-ls-clutter-face):
15500 New backward-compatibility aliases for renamed faces.
15501 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15502
15503 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15504 Remove "-face" suffix from face name.
15505 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15506 instead of literal face.
15507
15508 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15509
15510 * emacs-lisp/warnings.el (display-warning, lwarn)
15511 (warning-minimum-log-level): Doc fixes.
15512 (warning-minimum-level, warning-minimum-log-level):
15513 Add :debug to :type choices.
15514
15515 * progmodes/ada-mode.el (ada-format-paramlist)
15516 (ada-get-indent-case, ada-check-matching-start)
15517 (ada-check-defun-name, ada-goto-matching-decl-start)
15518 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15519 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15520 (ada-make-subprogram-body): Follow error conventions.
15521 (ada-case-exception-file, ada-indent-comment-as-code)
15522 (ada-indent-handle-comment-special, ada-indent-renames)
15523 (ada-indent-return, ada-search-directories-internal)
15524 (ada-tab-policy, ada-case-exception-substring)
15525 (ada-other-file-alist, ada-matching-start-re)
15526 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15527 (ada-imenu-generic-expression, ada-compile-goto-error)
15528 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15529 (ada-popup-menu, ada-add-extensions, ada-mode)
15530 (ada-region-selected, ada-create-case-exception)
15531 (ada-create-case-exception-substring, ada-after-keyword-p)
15532 (ada-activate-keys-for-case, ada-adjust-case-region)
15533 (ada-adjust-case-buffer, ada-format-paramlist)
15534 (ada-scan-paramlist, ada-insert-paramlist)
15535 (ada-indent-newline-indent)
15536 (ada-indent-newline-indent-conditional)
15537 (ada-justified-indent-current, ada-goto-previous-word)
15538 (ada-indent-current, ada-get-indent-open-paren)
15539 (ada-get-indent-paramlist, ada-get-indent-end)
15540 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15541 (ada-get-indent-block-start, ada-get-indent-subprog)
15542 (ada-get-indent-noindent, ada-get-indent-label)
15543 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15544 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15545 (ada-goto-stmt-end, ada-goto-next-word)
15546 (ada-check-matching-start, ada-check-defun-name)
15547 (ada-goto-matching-decl-start, ada-goto-matching-start)
15548 (ada-goto-matching-end, ada-search-ignore-string-comment)
15549 (ada-in-decl-p, ada-looking-at-semi-or)
15550 (ada-looking-at-semi-private, ada-in-paramlist-p)
15551 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15552 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15553 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15554 (ada-previous-package, ada-create-menu)
15555 (ada-fill-comment-paragraph-justify)
15556 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15557 (ada-other-file-name, ada-last-which-function-line)
15558 (ada-last-which-function-subprog, ada-which-function)
15559 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15560 (ada-gen-treat-proc, ada-check-emacs-version)
15561 (ada-continuation-indent, ada-align-region-separate):
15562 Fix typos in docstrings.
15563 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15564
15565 2005-06-16 Lute Kamstra <lute@gnu.org>
15566
15567 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15568 conditionally.
15569
15570 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15571
15572 * comint.el (comint-replace-by-expanded-filename)
15573 (comint-prompt-regexp, comint-delimiter-argument-list)
15574 (comint-preinput-scroll-to-bottom):
15575 * info.el (Info-hide-cookies-node):
15576 * ls-lisp.el (ls-lisp-classify):
15577 * find-file.el (ff-search-directories, ff-special-constructs)
15578 (ff-find-other-file):
15579 * font-lock.el (font-lock-keywords):
15580 * shell.el (shell-prompt-pattern)
15581 (shell-dynamic-complete-functions, shell-mode)
15582 (shell-delimiter-argument-list):
15583 * term.el (term-replace-by-expanded-filename)
15584 (term-prompt-regexp, term-delimiter-argument-list):
15585 * woman.el (woman-ignore, woman0-if):
15586 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15587 * emacs-lisp/elint.el (elint-init-env):
15588 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15589 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15590 * language/ethio-util.el (ethio-tilde-escape)
15591 (ethio-use-three-dot-question):
15592 * net/zone-mode.el (zone-mode-load-time-setup):
15593 * progmodes/cc-align.el (c-lineup-argcont):
15594 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15595 * progmodes/cperl-mode.el (cperl-set-style-back):
15596 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15597 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15598 Fix spellings in docstrings.
15599
15600 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15601 * progmodes/modula2.el (m2-for): Fix spellings.
15602
15603 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15604
15605 * simple.el (undo-more): Don't use `format' on `error' arguments.
15606 Improve argument/docstring consistency.
15607 (pending-undo-list): Doc fix.
15608
15609 * smerge-mode.el (smerge-ensure-match):
15610 * emulation/vip.el (vip-ex):
15611 * net/zone-mode.el (zone-mode-update-serial):
15612 * progmodes/idlwave.el (idlwave-complete):
15613 * progmodes/vhdl-mode.el (vhdl-visit-file)
15614 (vhdl-compose-wire-components):
15615 Don't use `format' on `error' arguments.
15616
15617 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15618 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15619 (tooltip-help-tips): Fix typos in docstrings.
15620
15621 2005-06-16 David Ponce <david@dponce.com>
15622
15623 * tree-widget.el (tree-widget-value-create): Simplify last change.
15624
15625 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15626
15627 * ido.el (ido-incomplete-regexp): New variable.
15628 (ido-set-matches-1): Handle invalid-regexp error and set
15629 ido-incomplete-regexp.
15630 (ido-incomplete-regexp): New face.
15631 (ido-completions): Use it.
15632 (ido-complete, ido-exit-minibuffer, ido-completions):
15633 Handle incomplete regexps.
15634 (ido-completions): Add check for complete match when entering a regexp.
15635
15636 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15637
15638 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15639
15640 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15641
15642 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15643 by field delimiters.
15644
15645 2005-06-15 David Ponce <david@dponce.com>
15646
15647 * tree-widget.el: eval-and-compile inlined functions so they will
15648 be available at run-time too.
15649 (tree-widget-super-format-handler)
15650 (tree-widget-format-handler): Remove.
15651 (tree-widget-value-create): Handle the :indent property.
15652
15653 2005-06-15 Miles Bader <miles@gnu.org>
15654
15655 * progmodes/which-func.el (which-func): Only inherit
15656 `font-lock-function-name-face' when that makes sense against the
15657 default mode-line face, otherwise set the face color explicitly.
15658
15659 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15660 faces instead of (non-existent) variables.
15661
15662 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15663
15664 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15665 (iswitchb-get-matched-buffers): Likewise. Simplify.
15666
15667 2005-06-14 Miles Bader <miles@gnu.org>
15668
15669 * progmodes/ld-script.el (ld-script-location-counter):
15670 Remove "-face" suffix from face name.
15671 (ld-script-location-counter-face):
15672 New backward-compatibility alias for renamed face.
15673 (ld-script-location-counter-face): Use renamed face.
15674
15675 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15676 (cperl-hash): Remove "-face" suffix from face names.
15677 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15678 New backward-compatibility aliases for renamed faces.
15679 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15680 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15681
15682 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15683 name.
15684 (which-func-face): New backward-compatibility alias for renamed face.
15685 (which-func-format): Use renamed which-func face.
15686
15687 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15688 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15689 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15690 names.
15691 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15692 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15693 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15694 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15695 (vhdl-speedbar-architecture-selected)
15696 (vhdl-speedbar-configuration-selected)
15697 (vhdl-speedbar-package-selected)
15698 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15699 names.
15700 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15701 Use renamed faces.
15702 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15703 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15704 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15705 Use renamed faces.
15706 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15707 names.
15708 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15709 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15710 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15711 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15712 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15713 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15714
15715 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15716 face name.
15717 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15718 (sh-heredoc-face): Use renamed sh-heredoc face.
15719
15720 * progmodes/idlw-help.el (idlwave-help-link):
15721 Remove "-face" suffix from face name.
15722 (idlwave-help-link-face):
15723 New backward-compatibility alias for renamed face.
15724 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15725
15726 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15727 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15728 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15729 New backward-compatibility aliases for renamed faces.
15730 (idlwave-shell-disabled-breakpoint-face)
15731 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15732
15733 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15734 Remove "-face" suffix from face names.
15735 (flymake-errline-face, flymake-warnline-face):
15736 New backward-compatibility aliases for renamed faces.
15737 (flymake-highlight-line): Use renamed flymake faces.
15738
15739 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15740 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15741 (ebrowse-member-class, ebrowse-progress):
15742 Remove "-face" suffix from face names.
15743 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15744 (ebrowse-file-name-face, ebrowse-default-face)
15745 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15746 (ebrowse-progress-face):
15747 New backward-compatibility aliases for renamed faces.
15748 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15749 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15750 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15751 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15752
15753 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15754 antlr-syntax)
15755 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15756 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15757 names.
15758 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15759 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15760 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15761 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15762 backward-compatibility aliases for renamed faces.
15763 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15764 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15765 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15766 remove "font-lock-". Use renamed antlr-mode faces.
15767 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15768 literal face-names with face variable references.
15769
15770 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15771 face name.
15772 (Buffer-menu-buffer-face): New backward-compatibility alias for
15773 renamed face.
15774 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15775
15776 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15777
15778 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15779 Eliminate "-face" suffix.
15780 (makefile-targets): Inherit from font-lock-function-name-face and
15781 eliminate "-face" suffix.
15782 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15783 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15784 actions, instead of prepending, to make it less visible.
15785 (makefile-previous-dependency, makefile-match-dependency):
15786 Don't match a target on a continuation line.
15787
15788 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15789
15790 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15791
15792 * progmodes/gdb-ui.el (menu): Re-order menu items.
15793 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15794
15795 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15796 Define in tooltip.el.
15797 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15798 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15799 gud-tooltip-echo-area.
15800
15801 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15802 backward compatibility and make obsolete.
15803 (tooltip-help-tips): Use tooltip-use-echo-area.
15804 (tooltip-show-help-function): Rename to...
15805 (tooltip-show-help): ...this, because it is a function.
15806 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15807
15808 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15809
15810 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15811 (edebug-print-length, edebug-print-level, edebug-print-circle)
15812 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15813 (edebug-eval-print-last-sexp): Doc fixes.
15814
15815 2005-06-14 Kim F. Storm <storm@cua.dk>
15816
15817 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15818 as the coverage buffer/file/both may change.
15819
15820 2005-06-14 Lute Kamstra <lute@gnu.org>
15821
15822 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15823 and run-mode-hooks. Simplify.
15824
15825 * mail/rmailedit.el (rmail-edit-mode):
15826 * progmodes/octave-inf.el (inferior-octave-mode):
15827 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15828
15829 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15830 and run-mode-hooks.
15831 (recentf-edit-list, recentf-open-files): Don't call
15832 kill-all-local-variables directly.
15833
15834 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15835
15836 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15837
15838 * emacs-lisp/byte-run.el (make-obsolete)
15839 (define-obsolete-function-alias): Rename arguments FUNCTION and
15840 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15841 (make-obsolete-variable, define-obsolete-variable-alias):
15842 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15843 respectively.
15844
15845 * isearchb.el (isearchb-activate):
15846 * pcvs.el (cvs-mode):
15847 * ses.el (ses-load):
15848 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15849 * net/tramp.el (tramp-find-file-exists-command)
15850 (tramp-find-shell):
15851 * progmodes/ada-mode.el (ada-create-case-exception)
15852 (ada-create-case-exception-substring, ada-make-subprogram-body):
15853 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15854 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15855 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15856 * textmodes/org.el (org-promote, org-evaluate-time-range)
15857 (org-agenda-next-date-line, org-agenda-previous-date-line)
15858 (org-agenda-error, org-open-at-point, org-table-move-row)
15859 (org-format-table-table-html-using-table-generate-source)
15860 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15861 * textmodes/reftex.el (reftex-access-scan-info):
15862 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15863 (reftex-toc-promote-prepare): Follow error conventions.
15864
15865 * diff-mode.el (diff-mode): Fix typo in docstring.
15866
15867 * forms.el (forms--intuit-from-file): Fix reference to
15868 `forms-number-of-fields' in error message.
15869 (forms-print): Fix quoting in error message.
15870
15871 * forms.el (forms-mode):
15872 * emulation/vi.el (vi-goto-insert-state):
15873 * progmodes/flymake.el (flymake-new-err-info)
15874 (flymake-start-syntax-check-for-current-buffer)
15875 (flymake-simple-cleanup):
15876 * eshell/esh-var.el (eshell/export):
15877 * progmodes/gud.el (xdb):
15878 * textmodes/flyspell.el (flyspell-incorrect-hook)
15879 (flyspell-maybe-correct-transposition)
15880 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15881
15882 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15883
15884 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15885 minibuffer prompt.
15886
15887 2005-06-13 Kim F. Storm <storm@cua.dk>
15888
15889 * subr.el (add-to-ordered-list): New defun.
15890
15891 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15892 add cua--keymap-alist to emulation-mode-map-alists.
15893
15894 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15895
15896 * subr.el (complete-in-turn): New macro.
15897 (dynamic-completion-table, lazy-completion-table): Add debug info.
15898
15899 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15900 in preference to face aliases.
15901
15902 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15903 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15904 Remove unused vars `start' and `firstline'.
15905 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15906 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15907
15908 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15909
15910 * cus-start.el (all): Don't complain about missing GTK-related
15911 variables, unless either `gtk' is boundp or this isn't a
15912 `windows-nt' build.
15913
15914 2005-06-13 Lute Kamstra <lute@gnu.org>
15915
15916 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15917 run-mode-hooks.
15918
15919 * ediff-mult.el (ediff-meta-mode):
15920 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15921
15922 * ledit.el (ledit-mode): Use delay-mode-hooks.
15923
15924 * woman.el (woman-mode-line-format): Delete constant.
15925 (woman-mode-map): Initialize it properly.
15926 (woman-mode): Set mode-class property to special.
15927 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15928 Set major-mode and mode-name. Don't set mode-line-format directly.
15929 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15930
15931 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15932 string argument obsolete.
15933
15934 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15935
15936 * textmodes/org.el (org-CUA-compatible): New option.
15937 (org-disputed-keys): New variable.
15938 (org-key): New function.
15939 (orgtbl-make-binding): Add docstring to the created function.
15940 (org-mode): Set paragraph start/separate regexps.
15941 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15942 (org-archive-location, org-archive-mark-done)
15943 (org-archive-stamp-time): New options.
15944 (org-archive-subtree): New command.
15945 (org-fill-paragraph): New function.
15946 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15947 (org-fake-empty-table-line): Function removed.
15948 (org-format-org-table-html): Do not create empty table lines at
15949 separator lines. Improved table header treatment.
15950 (org-link-format): New option.
15951 (org-make-link): New function.
15952 (org-insert-link, org-store-link): Use org-make-link.
15953 (org-open-file): Quote file name for shell command, to allow
15954 spaces in file names.
15955 (org-link-regexp): Fix bug with mailto link.
15956 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15957 New constants.
15958 (org-export-as-html): Deal with the optional angles around a link.
15959 Better treatment of file: links.
15960 (org-open-at-point): Replace @{ and @} with < and >.
15961 (org-run-mode-hooks): Function removed.
15962 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15963
15964 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15965
15966 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15967 MI command -data-list-register-values.
15968 (gdb-post-prompt): Indent properly.
15969
15970 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15971
15972 * hilit-chg.el (highlight-changes-colors): Rename from
15973 `highlight-changes-colours'.
15974 (highlight-changes-colours): Keep as obsolete alias.
15975 (highlight-changes-face-list): Doc fix.
15976 (hilit-chg-make-list): Use `highlight-changes-colors'.
15977
15978 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15979
15980 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15981 defun-prompt-regexp.
15982
15983 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15984
15985 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15986 and cygwin.
15987
15988 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15989 Don't use an old loaddefs.el, as in Makefile.in.
15990
15991 2005-06-12 Lute Kamstra <lute@gnu.org>
15992
15993 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15994
15995 * man.el (Man-mode-map): Initialize it properly.
15996 (Man-mode): Set mode-class property to special.
15997
15998 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15999
16000 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
16001
16002 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
16003 A newline is needed in the docstring there.
16004
16005 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
16006 Doc fixes.
16007
16008 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16009
16010 * printing.el: Doc fix. The menubar is no more changed when printing
16011 is loaded, it only changes when pr-menu-bind or pr-update-menus is
16012 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
16013 (pr-version): New version number (6.8.4).
16014 (pr-menu-bind): New command.
16015 (pr-update-menus): Docstring and code fix.
16016 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
16017 Docstring fix.
16018 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
16019 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
16020
16021 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
16022
16023 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
16024 "Returns" to "return", document useful return values, etc.
16025
16026 2005-06-11 Alan Mackenzie <acm@muc.de>
16027
16028 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
16029 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
16030 (adaptive-file-function): Minor amendment to doc-string.
16031
16032 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16033
16034 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
16035 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
16036 Fix :type--it is `integer', not `string'.
16037
16038 * faces.el (modeline-highlight): Rename from (the erroneous)
16039 `modeline-higilight'.
16040
16041 2005-06-11 Lute Kamstra <lute@gnu.org>
16042
16043 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
16044 lisp-interaction-mode-map but make it the parent.
16045 (edebug-eval-mode): Use define-derived-mode.
16046
16047 2005-06-11 Andreas Schwab <schwab@suse.de>
16048
16049 * bindings.el: Add binding of `ESC functionkey' for every
16050 `M-functionkey'.
16051 * hexl.el (hexl-mode-map): Likewise.
16052
16053 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
16054
16055 * progmodes/compile.el (compilation-error-regexp-alist-alist)
16056 [msft]: update regexp for newer msft compilers.
16057
16058 2005-06-10 Mark A. Hershberger <mah@everybody.org>
16059
16060 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
16061 ATTLIST portions of included DTDs.
16062 (xml-parse-dtd): Eliminate use of inefficient match-data.
16063
16064 2005-06-10 Miles Bader <miles@gnu.org>
16065
16066 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
16067 (mpuz-text): Remove "-face" suffix from face names.
16068 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
16069 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
16070 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
16071
16072 * play/gomoku.el (gomoku-O, gomoku-X):
16073 Remove "-face" suffix from face names.
16074 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
16075 New backward-compatibility aliases for renamed faces.
16076 (gomoku-font-lock-keywords): Use renamed gomoku faces.
16077
16078 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16079
16080 * thumbs.el: Fixes for changes of 2005-06-09.
16081 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
16082 as a directory.
16083 (thumbs-thumbname): Remove directory separator from format string;
16084 `thumbs-thumbsdir' now returns a valid directory name.
16085 (thumbs-temp-dir): New defsubst.
16086 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
16087 Use it.
16088
16089 * cus-edit.el (minibuffer):
16090 * files.el (make-backup-file-name-function):
16091 * filesets.el (filesets-external-viewers):
16092 * hilit-chg.el (highlight-changes-colours)
16093 (highlight-changes-face-list, highlight-changes-rotate-faces):
16094 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
16095 * kmacro.el (kmacro-call-macro):
16096 * log-edit.el (log-edit-changelog-full-paragraphs):
16097 * mouse.el (mouse-1-click-follows-link):
16098 * skeleton.el (skeleton-autowrap):
16099 * subr.el (insert-for-yank-1):
16100 * tempo.el (tempo-insert-region):
16101 * terminal.el (terminal-emulator):
16102 * time.el (display-time-mail-face):
16103 * vc.el (vc-annotate):
16104 * vcursor.el (vcursor-copy-line):
16105 * woman.el (woman-bold-headings, woman-ignore)
16106 (woman-default-faces, woman-monochrome-faces):
16107 * calendar/todo-mode.el (todo-insert-threshold):
16108 * emulation/pc-select.el (pc-select-selection-keys-only)
16109 (pc-selection-mode):
16110 * emulation/vip.el (vip-find-char-forward):
16111 * emulation/viper-cmd.el (viper-find-char-forward):
16112 * international/mule-cmds.el
16113 (select-safe-coding-system-accept-default-p)
16114 (input-method-exit-on-invalid-key):
16115 * international/mule-diag.el (describe-coding-system):
16116 * international/ucs-tables.el (unify-8859-on-encoding-mode):
16117 * net/browse-url.el (browse-url-xterm-program):
16118 * obsolete/lazy-lock.el (lazy-lock-mode):
16119 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
16120 (cperl-mode):
16121 * progmodes/cpp.el (cpp-face-light-name-list)
16122 (cpp-face-dark-name-list):
16123 * progmodes/delphi.el (delphi-newline-always-indents):
16124 Fix spellings in docstrings.
16125
16126 * ido.el (ido-mode, ido-file-extensions-order)
16127 (ido-default-file-method, ido-default-buffer-method)
16128 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
16129 (ido-decorations, ido-read-file-name-as-directory-commands)
16130 (ido-read-file-name-non-ido, ido-work-directory-list)
16131 (ido-ignore-item-temp-list, ido-current-directory)
16132 (ido-magic-forward-char, ido-enter-find-file)
16133 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
16134 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
16135
16136 2005-06-10 Lute Kamstra <lute@gnu.org>
16137
16138 * play/dunnet.el (dun-mode): Use define-derived-mode.
16139 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
16140 obsolete alias.
16141
16142 * play/doctor.el (doctor-mode-map): Remove defvar.
16143 (doctor-mode): Use define-derived-mode.
16144
16145 * mail/mspools.el (mspools-mode):
16146 * net/eudc-hotlist.el (eudc-hotlist-mode):
16147 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
16148
16149 2005-06-10 Miles Bader <miles@gnu.org>
16150
16151 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16152 Remove "-face" suffix from face names.
16153 (flyspell-incorrect-face, flyspell-duplicate-face):
16154 New backward-compatibility aliases for renamed faces.
16155 (flyspell-mode-on, make-flyspell-overlay)
16156 (flyspell-highlight-incorrect-region)
16157 (flyspell-highlight-duplicate-region)
16158 (flyspell-display-next-corrections)
16159 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
16160
16161 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
16162 from face name.
16163 (texinfo-heading-face): New backward-compatibility alias for
16164 renamed face.
16165 (texinfo-heading-face): Use renamed texinfo-heading face.
16166
16167 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
16168 suffix from face names.
16169 (tex-math-face, tex-verbatim-face):
16170 New backward-compatibility aliases for renamed faces.
16171 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
16172 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
16173 literal face name.
16174
16175 * textmodes/table.el (table-cell): Remove "-face" suffix from face
16176 name.
16177 (table-cell-face): New backward-compatibility alias for renamed face.
16178 (table--put-cell-face-property, table--update-cell-face):
16179 Use renamed table-cell face.
16180
16181 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
16182 from face name.
16183 (sgml-namespace-face): New backward-compatibility alias for
16184 renamed face.
16185 (sgml-namespace-face): Use renamed sgml-namespace face.
16186
16187 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
16188 (org-level-4, org-level-5, org-level-6, org-level-7)
16189 (org-level-8, org-warning, org-headline-done)
16190 (org-deadline-announce, org-scheduled-today)
16191 (org-scheduled-previously, org-link, org-done, org-table)
16192 (org-time-grid): Remove "-face" suffix from face names.
16193 (org-level-1-face, org-level-2-face, org-level-3-face)
16194 (org-level-4-face, org-level-5-face, org-level-6-face)
16195 (org-level-7-face, org-level-8-face, org-warning-face)
16196 (org-headline-done-face, org-deadline-announce-face)
16197 (org-scheduled-today-face, org-scheduled-previously-face)
16198 (org-link-face, org-done-face, org-table-face)
16199 (org-time-grid-face):
16200 New backward-compatibility aliases for renamed faces.
16201 (org-level-faces, org-set-font-lock-defaults, org-timeline)
16202 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
16203 (org-agenda-get-timestamps, org-agenda-get-scheduled)
16204 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
16205
16206 * emulation/viper-init.el (viper-search, viper-replace-overlay)
16207 (viper-minibuffer-emacs, viper-minibuffer-insert)
16208 (viper-minibuffer-vi): Remove "-face" suffix from face names.
16209 (viper-search-face, viper-replace-overlay-face)
16210 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
16211 (viper-minibuffer-vi-face):
16212 New backward-compatibility aliases for renamed faces.
16213 (viper-search-face, viper-replace-overlay-face)
16214 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
16215 (viper-minibuffer-vi-face): Use renamed viper faces.
16216
16217 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
16218 Remove "-face" suffix from face names.
16219 (testcover-nohits-face, testcover-1value-face):
16220 New backward-compatibility aliases for renamed faces.
16221 (testcover-mark): Use renamed testcover faces.
16222
16223 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
16224 face name.
16225 (diary-button-face): New backward-compatibility alias for renamed face.
16226 (diary-entry): Use renamed diary-button face.
16227
16228 * calendar/calendar.el (diary, calendar-today, holiday)
16229 (mark-visible-calendar-date): Remove "-face" suffix from face names.
16230 (diary-face, calendar-today-face, holiday-face):
16231 New backward-compatibility aliases for renamed faces.
16232 (eval-after-load "facemenu", diary-entry-marker)
16233 (calendar-today-marker, calendar-holiday-marker, diary-face):
16234 Use renamed calendar faces.
16235
16236 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
16237 (compare-windows-face): New backward-compatibility alias for
16238 renamed face.
16239 (compare-windows-highlight): Use renamed compare-windows face.
16240
16241 * strokes.el (strokes-char): Remove "-face" suffix from face name.
16242 (strokes-char-face): New backward-compatibility alias for renamed face.
16243 (strokes-encode-buffer): Use renamed strokes-char face.
16244
16245 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
16246 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
16247 Remove "-face" suffix from face names.
16248 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
16249 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
16250 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
16251 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
16252 Use renamed pcvs faces.
16253 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
16254 * pcvs-defs.el (cvs-mode-map): Likewise.
16255 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
16256
16257 * info.el (info-title-1, info-title-2, info-title-3)
16258 (info-title-4): Remove "-face" suffix from and downcase face names.
16259 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16260 (Info-title-4-face):
16261 New backward-compatibility aliases for renamed faces.
16262 (Info-fontify-node): Use renamed info faces.
16263
16264 * hilit-chg.el (highlight-changes, highlight-changes-delete):
16265 Remove "-face" suffix from face names.
16266 (highlight-changes-face, highlight-changes-delete-face):
16267 New backward-compatibility aliases for renamed faces.
16268 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
16269 (hilit-chg-make-list): Use renamed highlight-changes faces.
16270
16271 * generic-x.el (show-tabs-tab, show-tabs-space):
16272 Remove "-face" suffix from face names.
16273 (show-tabs-tab-face, show-tabs-space-face):
16274 New backward-compatibility aliases for renamed faces.
16275 (show-tabs-generic-mode-font-lock-defaults-1)
16276 (show-tabs-generic-mode-font-lock-defaults-2):
16277 Use renamed show-tabs faces.
16278
16279 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
16280 (smerge-markers): Remove "-face" suffix from face names.
16281 (smerge-mine-face, smerge-other-face, smerge-base-face)
16282 (smerge-markers-face):
16283 New backward-compatibility aliases for renamed faces.
16284 (smerge-mine-face, smerge-other-face, smerge-base-face)
16285 (smerge-markers-face): Use renamed smerge faces.
16286
16287 * log-view.el (log-view-file, log-view-message): Remove "-face"
16288 suffix from face names.
16289 (log-view-file-face, log-view-message-face):
16290 New backward-compatibility aliases for renamed faces.
16291 (log-view-file-face, log-view-message-face): Use renamed log-view
16292 faces.
16293
16294 * paren.el (show-paren-match, show-paren-mismatch):
16295 Remove "-face" suffix from face names.
16296 (show-paren-match-face, show-paren-mismatch-face):
16297 New backward-compatibility aliases for renamed faces.
16298 (show-paren-function): Use renamed show-paren faces.
16299
16300 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
16301 (ruler-mode-margins, ruler-mode-fringes)
16302 (ruler-mode-column-number, ruler-mode-fill-column)
16303 (ruler-mode-comment-column, ruler-mode-goal-column)
16304 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
16305 suffix from face names.
16306 (ruler-mode-default-face, ruler-mode-pad-face)
16307 (ruler-mode-margins-face, ruler-mode-fringes-face)
16308 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
16309 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
16310 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
16311 New backward-compatibility aliases for renamed faces.
16312 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
16313 (ruler-mode-column-number, ruler-mode-fill-column)
16314 (ruler-mode-comment-column, ruler-mode-goal-column)
16315 (ruler-mode-tab-stop, ruler-mode-current-column)
16316 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
16317 faces.
16318
16319 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
16320 face name.
16321 (whitespace-highlight-the-space): Use renamed face.
16322 (whitespace-highlight-face): New backward-compatibility alias for
16323 renamed face.
16324
16325 * woman.el (woman-italic, woman-bold, woman-unknown)
16326 (woman-addition, woman-symbol-face):
16327 Remove "-face" suffix from face names.
16328 (woman-italic-face, woman-bold-face, woman-unknown-face)
16329 (woman-addition-face):
16330 New backward-compatibility aliases for renamed faces.
16331 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
16332 (woman-decode-region, woman-replace-match)
16333 (woman-display-extended-fonts, woman-special-characters)
16334 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
16335 Use renamed woman faces.
16336
16337 * longlines.el (longlines-visible-face): Face removed.
16338
16339 * diff-mode.el (diff-header, diff-file-header, diff-index)
16340 (diff-hunk-header, diff-removed, diff-added, diff-changed)
16341 (diff-function, diff-context, diff-nonexistent): Remove "-face"
16342 suffix from face names.
16343 (diff-header-face, diff-file-header-face, diff-index-face)
16344 (diff-hunk-header-face, diff-removed-face, diff-added-face)
16345 (diff-changed-face, diff-function-face, diff-context-face)
16346 (diff-nonexistent-face): New backward-compatibility aliases for
16347 renamed faces.
16348 (diff-header-face, diff-file-header-face)
16349 (diff-index, diff-index-face, diff-hunk-header)
16350 (diff-hunk-header-face, diff-removed, diff-removed-face)
16351 (diff-added, diff-added-face, diff-changed-face, diff-function)
16352 (diff-function-face, diff-context-face, diff-nonexistent)
16353 (diff-nonexistent-face): Use renamed diff-mode faces.
16354
16355 * progmodes/compile.el (compilation-warning-face)
16356 (compilation-info-face): Remove "-face" suffix from face names.
16357 (compilation-warning-face, compilation-info-face):
16358 New backward-compatibility aliases for renamed faces.
16359 (compilation-warning-face, compilation-info-face):
16360 Use renamed compilation faces.
16361
16362 * add-log.el (change-log-date, change-log-name)
16363 (change-log-email, change-log-file, change-log-list)
16364 (change-log-conditionals, change-log-function)
16365 (change-log-acknowledgement): Remove "-face" suffix from face names.
16366 (change-log-date-face, change-log-name-face)
16367 (change-log-email-face, change-log-file-face)
16368 (change-log-list-face, change-log-conditionals-face)
16369 (change-log-function-face, change-log-acknowledgement-face):
16370 New backward-compatibility aliases for renamed faces.
16371 (change-log-font-lock-keywords): Use renamed change-log faces.
16372
16373 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
16374 (custom-set, custom-changed, custom-saved, custom-button)
16375 (custom-button-pressed, custom-documentation, custom-state)
16376 (custom-comment, custom-comment-tag, custom-variable-tag)
16377 (custom-variable-button, custom-face-tag, custom-group-tag-1)
16378 (custom-group-tag): Remove "-face" suffix from face names.
16379 (custom-magic-alist, custom-magic-value-create)
16380 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
16381 (custom-invalid-face, custom-rogue-face, custom-modified-face)
16382 (custom-set-face, custom-changed-face, custom-saved-face)
16383 (custom-button-face, custom-button-pressed-face)
16384 (custom-documentation-face, custom-state-face)
16385 (custom-comment-face, custom-comment-tag-face)
16386 (custom-variable-tag-face, custom-variable-button-face)
16387 (custom-face-tag-face, custom-group-tag-face-1)
16388 (custom-group-tag-face):
16389 New backward-compatibility aliases for renamed faces.
16390
16391 * wid-edit.el (widget-documentation, widget-button)
16392 (widget-field, widget-single-line-field, widget-inactive)
16393 (widget-button-pressed): "-face" suffix removed from face names.
16394 (widget-documentation-face, widget-button-face)
16395 (widget-field-face, widget-single-line-field-face)
16396 (widget-inactive-face, widget-button-pressed-face):
16397 New backward-compatibility aliases for renamed faces.
16398 (widget-documentation-face, widget-button-face)
16399 (widget-button-pressed-face, widget-specify-field)
16400 (widget-specify-inactive): Use renamed widget faces.
16401
16402 2005-06-10 Kenichi Handa <handa@m17n.org>
16403
16404 * term/x-win.el (x-clipboard-yank): Remove condition-case
16405 wrapping.
16406
16407 2005-06-11 Kenichi Handa <handa@m17n.org>
16408
16409 * add-log.el (change-log-font-lock-keywords): Make the regexp for
16410 date lines stricter.
16411
16412 2005-06-10 Zhang Wei <id.brep@gmail.com>
16413
16414 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
16415 of x-get-selection.
16416
16417 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16418
16419 * comint.el (comint-mode, comint-snapshot-last-prompt):
16420 * frame.el (frame-current-scroll-bars):
16421 * term.el (term-mode, term-check-proc, term-input-sender)
16422 (term-simple-send, term-extract-string, term-word)
16423 (term-match-partial-filename):
16424 * window.el (window-current-scroll-bars):
16425 * emulation/cua-base.el (cua-normal-cursor-color)
16426 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
16427 (cua-global-mark-cursor-color):
16428 * mail/undigest.el (rmail-forward-separator-regex):
16429 Fix typos in docstrings.
16430
16431 * comint.el (comint-check-proc, make-comint-in-buffer)
16432 (comint-source-default): Doc fixes.
16433
16434 * term.el (term-send-string): Improve argument/docstring consistency.
16435
16436 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
16437
16438 * comint.el (comint-send-input): Bind `inhibit-read-only' around
16439 call to `delete-region'.
16440 (comint-mode-hook): Do not enable Font Lock by default.
16441
16442 2005-06-09 Lute Kamstra <lute@gnu.org>
16443
16444 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16445 could be void.
16446
16447 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
16448
16449 * emacs-lisp/debug.el (debugger-will-be-back): New var.
16450 (debug): Use it.
16451 (debugger-step-through, debugger-continue, debugger-jump)
16452 (debugger-return-value): Set it when needed.
16453 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16454 Use inhibit-read-only.
16455
16456 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
16457
16458 * window.el (shrink-window-if-larger-than-buffer)
16459 (window-size-fixed): Fix typo in docstring.
16460
16461 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
16462 thumbnails directory on loading.
16463 (thumbs-conversion-program): Use `eq' to check the system type,
16464 not `equal'.
16465 (thumbs-temp-dir): Initialize to `temporary-file-directory',
16466 not "/tmp". Fix docstring.
16467 (thumbs-thumbsdir): New function to return the thumbnails
16468 directory, creating it if needed.
16469 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16470 (thumbs-temp-file): Delete variable and make it into a function.
16471 (thumbs-resize-image, thumbs-modify-image): Use it.
16472 (thumbs-kill-buffer): Simplify.
16473 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16474 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16475 docstrings.
16476
16477 2005-06-09 Kim F. Storm <storm@cua.dk>
16478
16479 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16480 set-match-data to free markers in match-data.
16481
16482 * replace.el (replace-match-data): Pass RESEAT arg `t' to
16483 match-data to unchain markers in match-data.
16484
16485 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16486
16487 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16488 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16489 unnecessary now.
16490
16491 2005-06-08 Richard M. Stallman <rms@gnu.org>
16492
16493 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16494 give the variable a doc string that doesn't say don't set it directly.
16495
16496 * textmodes/ispell.el (ispell-check-version):
16497 Use match-string-no-properties.
16498 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16499 (ispell-buffer-local-words): Likewise.
16500
16501 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16502 except on terminals with enough colors to really display it.
16503 (makefile-dependency-regex): Delete spurious `bb'.
16504
16505 * faces.el (escape-glyph): Use blue once again in last case.
16506 (no-break-space): Redefine so that it isn't invisible on a tty.
16507
16508 2005-06-08 Kim F. Storm <storm@cua.dk>
16509
16510 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16511 also when reading directory name.
16512
16513 2005-06-08 Lute Kamstra <lute@gnu.org>
16514
16515 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16516 (flyspell-mode-line-string): Remove autoload cookie.
16517 (flyspell-mode): Remove defvar.
16518
16519 2005-06-07 Lute Kamstra <lute@gnu.org>
16520
16521 * textmodes/org.el (org-run-mode-hooks): New function.
16522 (org-agenda-mode): Use it.
16523
16524 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16525
16526 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16527
16528 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16529
16530 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16531
16532 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16533
16534 * font-lock.el (font-lock-add-keywords): Doc fix.
16535
16536 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16537
16538 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16539 (tex-compile-default): In the absence of any history, use the order in
16540 tex-compile-alist to choose the preferred command.
16541 (tex-compile-commands): Reorder a bit.
16542
16543 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16544 (flyspell-incorrect-face, flyspell-duplicate-face):
16545 Use (X)Emacs-agnostic code.
16546 (flyspell-mode-map): Don't overwrite at each load. Remove code
16547 redundant with the subsequent add-minor-mode. Merge Emacs and
16548 XEmacs code.
16549 (flyspell-word): Minor simplification.
16550 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16551 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16552 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16553 Merge the corresponding Emacs code.
16554 (flyspell-correct-word, flyspell-xemacs-popup):
16555 Use flyspell-do-correct.
16556
16557 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16558 a dedicated window.
16559
16560 * international/latexenc.el (latexenc-find-file-coding-system):
16561 Undo part of last patch, to turn off a compiler warning.
16562
16563 2005-06-06 Juri Linkov <juri@jurta.org>
16564
16565 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16566 Rename `tmm-inactive-face' to `tmm-inactive'.
16567
16568 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16569
16570 * iswitchb.el: Rename faces.
16571
16572 2005-06-06 Kim F. Storm <storm@cua.dk>
16573
16574 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16575 (cua-global-mark): Remove -face suffix from face names.
16576
16577 * emulation/cua-gmrk.el (cua--init-global-mark):
16578 Remove cua-global-mark face setup.
16579
16580 2005-06-06 Richard M. Stallman <rms@gnu.org>
16581
16582 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16583 just like other allowed characters.
16584 (makefile-match-dependency): Exclude leading and training whitespace
16585 from the range of regexp subexp 1.
16586 (makefile-macroassign-regex): Don't try to match the body,
16587 just the name of the macro being defined.
16588
16589 * info.el (Info-read-node-name-2): New function.
16590 (Info-read-node-name-1): Use that.
16591 Add a completion-base-size-function property.
16592
16593 * simple.el (completion-setup-function): Look for
16594 completion-base-size-function property of minibuffer-completion-table.
16595
16596 * files.el (locate-file-completion): Doc fix.
16597
16598 * printing.el: Don't call pr-update-menus; user must do that.
16599
16600 * emacs-lisp/debug.el (debugger-window): New variable.
16601 (debug): Use debugger-window if it is set and still alive.
16602 Record debugger-window for next entry.
16603
16604 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16605
16606 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16607
16608 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16609 (hack-one-local-variable, hack-local-variables)
16610 (hack-local-variables-prop-line): Pass that arg.
16611
16612 2005-06-06 Kim F. Storm <storm@cua.dk>
16613
16614 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16615 (ido-indicator): Remove -face suffix from face names.
16616
16617 2005-06-06 Juri Linkov <juri@jurta.org>
16618
16619 * font-lock.el (font-lock-regexp-backslash)
16620 (font-lock-regexp-backslash-construct): New faces.
16621 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16622 after `('. Add `while-no-input' to control structures.
16623
16624 * faces.el (no-break-space, shadow): New faces.
16625 (escape-glyph): Use less loud colors pink2 and red4.
16626
16627 * diff-mode.el (diff-context-face)
16628 * dired.el (dired-ignored)
16629 * rfn-eshadow.el (file-name-shadow)
16630 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16631
16632 * info.el (Info-title-1-face): Use green instead of yellow because
16633 bold yellow is not readable on light backgrounds.
16634
16635 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16636 before selecting the desired mode to not spend time fontifying
16637 old contents.
16638
16639 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16640
16641 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16642 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16643
16644 * ps-print.el (ps-default-fg, ps-default-bg):
16645 Fix typos in docstrings.
16646
16647 * isearchb.el (isearchb): Don't pass a spurious second argument to
16648 `iswitchb-completions'.
16649
16650 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16651
16652 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16653 to preserve point.
16654 (gdb-find-file-hook): Add doc string.
16655
16656 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16657 C dereferenced pointer expression.
16658 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16659
16660 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16661
16662 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16663 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16664 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16665 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16666 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16667 Make background transparent.
16668
16669 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16670
16671 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16672 (font-lock-remove-keywords): Doc fix.
16673 (font-lock-mode-major-mode): Compiler defvar.
16674 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16675
16676 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16677 (font-lock-mode): Update `font-lock-mode-major-mode'.
16678 (font-lock-set-defaults): Compiler defvar.
16679 (font-lock-default-function): Take `font-lock-mode-major-mode'
16680 into account.
16681
16682 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16683 keep track of which major mode it enabled the minor mode for.
16684 Use find-file-hook again. Update docstring.
16685
16686 * simple.el (eval-expression-print-level)
16687 (eval-expression-print-length, eval-expression-debug-on-error):
16688 Doc fixes.
16689
16690 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16691
16692 * iswitchb.el (iswitchb-single-match-face)
16693 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16694 (iswitchb-invalid-regexp-face): New faces.
16695 (iswitchb-completions): Use them.
16696 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16697 now marked as an obsolete alias.
16698 (iswitchb-read-buffer): Remove check for bound font variables.
16699 (iswitchb-invalid-regexp): New free variable.
16700 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16701 set iswitchb-invalid-regexp.
16702 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16703 invalid regexps.
16704 (iswitchb-completions): Add check for complete match when entering
16705 a regexp.
16706 (iswitchb-completions): Remove require-match argument.
16707 (iswitchb-exhibit): Fix caller.
16708 (iswitchb-common-match-inserted): New variable.
16709 (iswitchb-complete, iswitchb-completion-help): Use it.
16710
16711 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16712
16713 * url-http.el (url-http-chunked-encoding-after-change-function):
16714 Use `url-http-debug' instead of `message'.
16715
16716 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16717
16718 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16719 callback argument.
16720
16721 2005-06-04 Kim F. Storm <storm@cua.dk>
16722
16723 * simple.el (line-move): Only call sit-for when moving backwards.
16724
16725 * ido.el (ido-make-merged-file-list-1): New defun split from
16726 ido-make-merged-file-list.
16727 (ido-make-merged-file-list): Bind throw-on-input around call to
16728 ido-make-merged-file-list-1. Return input-pending-p if
16729 interrupted by more input available.
16730 (ido-read-internal): Handle input-pending-p return value from
16731 ido-make-merged-file-list.
16732
16733 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16734
16735 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16736 compatibility code.
16737
16738 * international/latexenc.el (latexenc-find-file-coding-system):
16739 Don't inherit the EOL part of the coding-system from the
16740 tex-main buffer. Fit within 80 columns.
16741
16742 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16743
16744 * tmm.el (tmm-inactive-face): New face.
16745 (tmm-remove-inactive-mouse-face): New function.
16746 (tmm-prompt, tmm-add-one-shortcut)
16747 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16748 but not selectable.
16749
16750 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16751
16752 * faces.el (face-equal): Improve argument/docstring consistency.
16753
16754 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16755
16756 * progmodes/make-mode.el (makefile-targets-face)
16757 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16758 (makefile-bsdmake-dependency-regex)
16759 (makefile-makepp-rule-action-regex)
16760 (makefile-bsdmake-rule-action-regex): New constants.
16761 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16762
16763 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16764 Allow (...) within `...' for makepp messages.
16765
16766 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16767
16768 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16769
16770 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16771 "." files are deleted from all file lists before comparison.
16772
16773 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16774 (viper-ESC-key): Made them customizable.
16775
16776 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16777
16778 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16779
16780 * autorevert.el (auto-revert-buffers): Use save-match-data.
16781
16782 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16783
16784 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16785 menu items with a nil command binding.
16786
16787 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16788
16789 * emacs-lisp/cl-macs.el (defsetf):
16790 Improve argument/docstring consistency.
16791
16792 * faces.el (list-faces-display): Improve the formatting by
16793 computing the maximum length required for any face-name (reworked
16794 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16795 (internal-find-face): Remove redundant info in docstring.
16796
16797 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16798
16799 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16800 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16801 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16802 (gdb-assembler-custom): Improve regexps.
16803 (def-gdb-auto-update-handler): Use window point to preserve point.
16804
16805 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16806
16807 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16808
16809 2005-05-31 Jay Belanger <belanger@truman.edu>
16810
16811 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16812 to calc-embedded.
16813 (calc-embedded-make-info): Have plain prefix argument select
16814 entire line.
16815
16816 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16817
16818 * faces.el (list-faces-display): Signal error if passed a regexp
16819 that matches no face name.
16820
16821 * simple.el (filter-buffer-substring): Fix typo in docstring.
16822
16823 2005-05-31 Richard M. Stallman <rms@gnu.org>
16824
16825 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16826 (vhdl-emacs-21): Doc fix.
16827 (vhdl-mode): Unconditionally set comment-padding.
16828 (vhdl-fixup-whitespace-region): Insert spaces only where
16829 there are none.
16830 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16831
16832 2005-05-30 John Wiegley <johnw@newartisans.com>
16833
16834 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16835 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16836 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16837 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16838 `string-to-number'.
16839
16840 2005-05-30 Jay Belanger <belanger@truman.edu>
16841
16842 * calc/calc.el (calc-bug-address): Fix docstring.
16843 (calc-window-hook, calc-trail-window-hook): New variables.
16844 (calc-trail-display): Restore use of calc-trail-window-hook.
16845 (calc): Restore use of calc-window-hook.
16846
16847 2005-05-31 Masatake YAMATO <jet@gyve.org>
16848
16849 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16850
16851 * help-fns.el (help-C-file-name): Add autoload mark for
16852 `find-function-noselect'.
16853
16854 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16855
16856 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16857 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16858
16859 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16860
16861 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16862 included diary buffer if it was not already being visited.
16863 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16864
16865 * calendar/icalendar.el (top-level): Do not require appt.
16866
16867 * mail/supercite.el (sc-select-attribution): Only use a list
16868 element from sc-attrib-selection-list if it returns a string.
16869 Reported by Davide G. M. Salvetti <salve@debian.org>.
16870
16871 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16872
16873 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16874 includes a hash value to improve its uniqueness, and has a ".jpg"
16875 extension. Also, it is now a valid filename on all systems.
16876 (thumbs-make-thumb): Use `let', not `let*'.
16877 (thumbs-show-thumbs-list): Check for JPEG availability.
16878
16879 2005-05-30 Richard M. Stallman <rms@gnu.org>
16880
16881 * filesets.el (filesets-menu-ensure-use-cached):
16882 Prevent warning when emacs-version>= is undefined.
16883
16884 * printing.el (pr-interactive-n-up): Use string-to-number.
16885
16886 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16887
16888 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16889 Warn only when name to be defined is quoted.
16890
16891 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16892
16893 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16894 Make regexp more robust.
16895 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16896 Force regeneration of disassembly.
16897
16898 2005-05-29 Jay Belanger <belanger@truman.edu>
16899
16900 * calc/calc.el (calc-user-invocation): Check if
16901 calc-invocation-macro is non-nil.
16902
16903 2005-05-29 Juri Linkov <juri@jurta.org>
16904
16905 * add-log.el (change-log-font-lock-keywords):
16906 Add `+' to e-mail regexp to accept mail address with keywords.
16907
16908 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16909
16910 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16911
16912 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16913
16914 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16915
16916 2005-05-29 Richard M. Stallman <rms@gnu.org>
16917
16918 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16919 Undo the change that moves to end of the current word.
16920
16921 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16922
16923 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16924 Throw error when count <= 0 to ensure input is a number.
16925 (gdb-read-memory-custom): Pick up address from buffer.
16926 (gdb-memory-mode): Allow user to increment and decrement
16927 memory address from header line.
16928
16929 2005-05-29 Richard M. Stallman <rms@gnu.org>
16930
16931 * flyspell.el (flyspell-version): Function deleted.
16932 (flyspell-auto-correct-previous-hook): Doc fix.
16933
16934 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16935 Do nothing if memory is full.
16936
16937 * font-lock.el (font-lock-fontify-syntactically-region):
16938 Pass t for GREEDY to looking-back.
16939
16940 * saveplace.el (save-place-alist-to-file): Write the file
16941 using write-region.
16942
16943 * subr.el (looking-back): New argument GREEDY.
16944
16945 * progmodes/compile.el (compilation-start): Set the mode
16946 before inserting the initial text.
16947
16948 * progmodes/which-func.el (which-func-update-1): Turn the mode
16949 off in case of error by setting which-func-mode.
16950
16951 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16952
16953 * flyspell.el (flyspell-auto-correct-previous-word):
16954 Narrow down to what's on the screen, and recenter overlays
16955 at the end of the next word.
16956
16957 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16958
16959 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16960 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16961 (flyspell-abbrev-p): Default to nil.
16962 (flyspell-use-global-abbrev-table-p): Doc fix.
16963 (flyspell-large-region): Allow nil as value.
16964 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16965
16966 (mail-mode-flyspell-verify): More robust handling
16967 of `mail-header-separator'. More efficient signature detection.
16968 Allow for regexp metacharacters in message-header-separator.
16969 Adding `To' not to be checked in mail-mode-flyspell-verify.
16970
16971 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16972 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16973 Bind flyspell-auto-correct-binding.
16974 Bind C-. and C-, .
16975 (flyspell-mode-map): Likewise.
16976 (flyspell-mode): Doc fix.
16977 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16978 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16979 (flyspell-word-cache-result): New var, always local.
16980 (flyspell-check-pre-word-p): Doc fix.
16981 (flyspell-check-changed-word-p): Handle spc like newline.
16982 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16983 (flyspell-word-search-backward, flyspell-word-search-forward):
16984 New functions.
16985 (flyspell-word): Return t if nothing to check.
16986 When parsing TeX code, check for after } or \.
16987 Use flyspell-word-search-backward to find previous word.
16988 Return nil if duplicated word.
16989 For word already checked, return same value as last time.
16990 Set flyspell-word-cache-result after checking.
16991 Don't clobber the return value.
16992 (flyspell-get-word): Major rewrite.
16993 (flyspell-external-point-words): New locals pword, pcount.
16994 Fix size used in progress message.
16995 Find the proper corresponding word in flyspell-large-region-buffer.
16996 (flyspell-region): Check for flyspell-large-region = nil.
16997 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16998 (flyspell-auto-correct-word): Check that WORD is a cons.
16999 (flyspell-correct-word): Likewise.
17000
17001 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
17002
17003 * progmodes/make-mode.el (makefile-rule-action-regex)
17004 (makefile-macroassign-regex, makefile-makepp-mode)
17005 (makefile-bsdmake-mode): Continuation lines may be empty.
17006 Reported by Joshua Varner.
17007 (makefile-makepp-font-lock-keywords): Add $(stem).
17008
17009 2005-05-28 Karl Berry <karl@gnu.org>
17010
17011 * textmodes/tex-mode.el: Now that tex-send-command calls
17012 shell-quote-argument (2005-03-31 change), remove all calls to
17013 shell-quote-argument; they all end up invoking tex-send-command.
17014 The double quoting loses on filenames with non-safe characters,
17015 such as "@". Reported by Frederik Fouvry.
17016
17017 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
17018
17019 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
17020 about preserving point.
17021
17022 2005-05-27 Jay Belanger <belanger@truman.edu>
17023
17024 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
17025 Info-goto-node.
17026
17027 * calc/calc-embed.el (calc-embed-arg): New variable.
17028 (calc-do-embedded-activate, calc-embedded-activate-formula)
17029 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
17030 variable by new variable.
17031 (calc-embedded-make-info): Replace undeclared variable by new
17032 variable. When selecting region with positive prefix
17033 argument, use end of previous line instead of beginning of line.
17034
17035 * calc/calc-aent.el (calc-arg-values): Declare it.
17036
17037 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
17038 Declare them.
17039
17040 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
17041
17042 * calc/calc.el (calc-alg-map): Declare it.
17043
17044 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
17045
17046 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
17047
17048 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
17049 (gdb-registers-buffer, toggle-gdb-all-registers):
17050 Toggle display of floating point registers.
17051 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
17052
17053 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
17054 (toggle-gud-tooltip-dereference):
17055 Rename from gud-toggle-tooltip-dereference.
17056
17057 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
17058
17059 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
17060
17061 2005-05-27 Jay Belanger <belanger@truman.edu>
17062
17063 * calc/calc-prog.el (calc-kbd-report): Remove.
17064 (calc-kbd-query): Rewrite.
17065
17066 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
17067
17068 * image.el (image-library-alist): Move to image.c.
17069 (image-type-available-p): Doc fix.
17070
17071 2005-05-27 Lute Kamstra <lute@gnu.org>
17072
17073 * calc/calc.el (calc):
17074 * outline.el (outline-1, outline-2, outline-3, outline-4)
17075 (outline-5, outline-6, outline-7, outline-8):
17076 * textmodes/dns-mode.el (dns-mode):
17077 * textmodes/sgml-mode.el (sgml-namespace-face):
17078 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
17079 (tex-verbatim-face, tex-use-reftex):
17080 * textmodes/texinfo.el (texinfo-heading-face):
17081 Specify customization group.
17082
17083 * longlines.el: Don't require easy-mmode.
17084 (longlines-visible-face): Specify customization group.
17085
17086 2005-05-27 Kenichi Handa <handa@m17n.org>
17087
17088 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
17089 encoding table of windows-1251.
17090
17091 * international/ucs-tables.el (ucs-set-table-for-input):
17092 If translation-table-for-input of a coding system is a symbol, get
17093 its translation-table property.
17094
17095 * international/code-pages.el: Don't register a coding system into
17096 non-iso-charset-alist more than once.
17097 (cp-make-coding-system): Likewise.
17098
17099 2005-05-26 John Wiegley <johnw@newartisans.com>
17100
17101 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
17102 `eshell-resume-eval' is wrapped in a list, it indicates that the
17103 command was run asynchronously. In that case, unwrap the value
17104 before checking the delimiter value.
17105
17106 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
17107 character before a space at the end of a line is \, assume the space
17108 is part of the last argument rather than a final argument separator.
17109
17110 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
17111 is in use, and the target is `t' or `nil' (which are the most common
17112 values), don't assume that the symbol target is a buffer.
17113
17114 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
17115
17116 * calendar/calendar.el (calendar-mode-line-format):
17117 Use mode-line-highlight as mouse-face.
17118
17119 * time.el (display-time-string-forms, display-time-update):
17120 Use mode-line-highlight as mouse-face.
17121
17122 2005-05-26 Jay Belanger <belanger@truman.edu>
17123
17124 * calc/calc.el (calc-language-alist): Remove extra defvar.
17125
17126 2005-05-26 Lute Kamstra <lute@gnu.org>
17127
17128 * arc-mode.el (archive-mode):
17129 * bookmark.el (bookmark-read-annotation-mode)
17130 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
17131 * bs.el (bs-mode):
17132 * calc/calc-yank.el (calc-edit-mode):
17133 * calc/calc.el (calc-mode, calc-trail-mode):
17134 * calculator.el (calculator-mode):
17135 * chistory.el (command-history-mode):
17136 * comint.el:
17137 * cus-edit.el (custom-mode):
17138 * descr-text.el (describe-text-mode):
17139 * ebuff-menu.el (Electric-buffer-menu-mode):
17140 * ediff-util.el (ediff-mode):
17141 * emacs-lisp/re-builder.el (reb-mode):
17142 * emulation/vi.el (vi-mode-setup):
17143 * emulation/ws-mode.el (wordstar-mode):
17144 * eshell/esh-mode.el (eshell-mode):
17145 * forms.el (forms-mode):
17146 * help-mode.el (help-mode):
17147 * hexl.el (hexl-mode):
17148 * ibuffer.el (ibuffer-mode):
17149 * ielm.el (inferior-emacs-lisp-mode):
17150 * info.el (Info-mode, Info-edit-mode):
17151 * international/swedish.el:
17152 * ledit.el (ledit-from-lisp-mode):
17153 * locate.el (locate-mode):
17154 * mail/rmail.el (rmail-mode):
17155 * mail/rmailedit.el (rmail-edit-mode):
17156 * mail/rmailsum.el (rmail-summary-mode):
17157 * mail/supercite.el (sc-electric-mode):
17158 * net/eudc.el (eudc-mode):
17159 * net/quickurl.el (quickurl-list-mode):
17160 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
17161 * obsolete/ooutline.el (outline-mode):
17162 * obsolete/options.el (Edit-options-mode):
17163 * obsolete/rnews.el (news-mode):
17164 * obsolete/rnewspost.el (news-reply-mode):
17165 * play/5x5.el (5x5-mode):
17166 * play/decipher.el (decipher-mode, decipher-stats-mode):
17167 * play/gomoku.el (gomoku-mode):
17168 * play/snake.el (snake-mode):
17169 * play/solitaire.el (solitaire-mode):
17170 * play/tetris.el (tetris-mode):
17171 * progmodes/ada-mode.el (ada-mode):
17172 * progmodes/antlr-mode.el (antlr-mode):
17173 * progmodes/autoconf.el (autoconf-mode):
17174 * progmodes/dcl-mode.el (dcl-mode):
17175 * progmodes/delphi.el (delphi-mode):
17176 * progmodes/ebrowse.el (ebrowse-tree-mode)
17177 (ebrowse-electric-list-mode, ebrowse-member-mode)
17178 (ebrowse-electric-position-mode):
17179 * progmodes/f90.el (f90-mode):
17180 * progmodes/fortran.el (fortran-mode):
17181 * progmodes/icon.el (icon-mode):
17182 * progmodes/idlw-help.el (idlwave-help-mode):
17183 * progmodes/idlw-shell.el (idlwave-shell-mode):
17184 * progmodes/idlwave.el (idlwave-mode):
17185 * progmodes/inf-lisp.el (inferior-lisp-mode):
17186 * progmodes/m4-mode.el (m4-mode):
17187 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
17188 * progmodes/modula2.el (modula-2-mode):
17189 * progmodes/octave-inf.el (inferior-octave-mode):
17190 * progmodes/octave-mod.el (octave-mode):
17191 * progmodes/pascal.el (pascal-mode):
17192 * progmodes/sh-script.el (sh-mode):
17193 * progmodes/sql.el (sql-mode, sql-interactive-mode):
17194 * progmodes/vhdl-mode.el (vhdl-mode):
17195 * progmodes/xscheme.el (scheme-interaction-mode):
17196 * replace.el (occur-mode):
17197 * ses.el (ses-mode):
17198 * simple.el (completion-list-mode):
17199 * skeleton.el:
17200 * speedbar.el (speedbar-mode):
17201 * term.el (term-mode):
17202 * terminal.el (terminal-edit-mode):
17203 * textmodes/reftex-index.el (reftex-index-mode)
17204 (reftex-index-phrases-mode):
17205 * textmodes/reftex-sel.el (reftex-select-label-mode)
17206 (reftex-select-bib-mode):
17207 * textmodes/reftex-toc.el (reftex-toc-mode):
17208 * wdired.el (wdired-change-to-wdired-mode):
17209 * wid-browse.el (widget-browse-mode):
17210 Use run-mode-hooks.
17211
17212 * array.el (array-mode):
17213 * calendar/todo-mode.el (todo-mode):
17214 * man.el (Man-mode):
17215 * play/landmark.el (lm-mode):
17216 * play/mpuz.el (mpuz-mode):
17217 Use kill-all-local-variables and run-mode-hooks.
17218
17219 * subr.el (delay-mode-hooks): Specify indentation.
17220
17221 2005-05-26 Mark A. Hershberger <mah@everybody.org>
17222
17223 * xml.el (xml-substitute-special): Don't die for undefined xml
17224 entities.
17225
17226 2005-05-26 Jay Belanger <belanger@truman.edu>
17227
17228 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
17229 of nil.
17230
17231 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
17232
17233 * progmodes/gdb-ui.el (gdb-frame-address):
17234 Rename from gdb-current-address.
17235 (gdb-previous-frame-address): Rename from gdb-previous-address.
17236 (gdb-selected-frame): Rename from gdb-current-frame.
17237 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
17238 (gdb-frame-number): Rename from gdb-current-stack-level.
17239 (gdb-ann3): Match new mode-name for disassembly buffer.
17240 Extend initialization of variables.
17241 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
17242 (gdb-memory-mode): Use mouse-face in header line.
17243 (gdb-assembler-buffer-name): Call it disassembly and give frame
17244 in mode line.
17245 (gdb-source-spec-regexp, gdb-assembler-custom)
17246 (gdb-invalidate-assembler, gdb-frame-handler):
17247 Make robust to leading zeroes in address format.
17248
17249 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
17250
17251 * textmodes/org.el (org-mode): Use `define-derived-mode' to
17252 define `org-mode'.
17253 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
17254
17255 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
17256
17257 * log-edit.el (log-edit-changelog-entries): Distinguish between
17258 filenames like xfns.c and fns.c.
17259
17260 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
17261
17262 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
17263 point after reverting.
17264 (Buffer-menu-make-sort-button): Handle the case where
17265 `Buffer-menu-use-header-line' is nil.
17266
17267 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
17268
17269 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
17270 New funcs. In minibuffer-local-completion-map bind `]', `/'
17271 and `:' to them.
17272
17273 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
17274
17275 * startup.el (normal-top-level): Allow modification of load-path while
17276 we're iterating over it.
17277
17278 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
17279
17280 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
17281 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
17282 (thumbs-resize-interactive, thumbs-insert-image)
17283 (thumbs-insert-thumb, thumbs-dired-show-marked)
17284 (thumbs-find-image-at-point, thumbs-delete-images)
17285 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
17286 (thumbs-increment-image-size, thumbs-decrement-image-size):
17287 Fix typos in docstrings.
17288
17289 2005-05-24 Andre Spiegel <spiegel@gnu.org>
17290
17291 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
17292 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
17293 (cperl-mode): Use them.
17294
17295 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
17296
17297 * window.el (quit-window, shrink-window-if-larger-than-buffer):
17298 Doc fixes.
17299
17300 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
17301
17302 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
17303 Bind C-d to gdb-inferior-io-eof.
17304
17305 * dired.el (dired-dnd-popup-notice): Use message-box.
17306
17307 2005-05-23 Masatake YAMATO <jet@gyve.org>
17308
17309 * bindings.el (mode-line-major-mode-keymap):
17310 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
17311
17312 * faces.el (mode-line-highlight): New face.
17313
17314 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
17315 as mouse-face.
17316
17317 * bindings.el (top-level, help-echo, mode-line-modified)
17318 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
17319 as mouse-face.
17320
17321 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
17322
17323 * progmodes/cc-engine.el (c-guess-basic-syntax):
17324 Remove spurious call to `zerop'.
17325
17326 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
17327
17328 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
17329
17330 CC Mode update to 5.30.10:
17331
17332 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
17333 could go past the limit in decoration level 2, thereby causing
17334 errors during interactive fontification.
17335
17336 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
17337 the file is evaluated interactively.
17338
17339 * cc-engine.el (c-guess-basic-syntax): Handle operator
17340 declarations somewhat better in C++.
17341
17342 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
17343 make use of `run-mode-hooks' which has been added in Emacs 21.1.
17344 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
17345 (awk-mode): Use it.
17346 (make-local-hook): Suppress warning about obsoleteness.
17347
17348 * cc-engine.el, cc-align.el, cc-cmds.el
17349 (c-append-backslashes-forward, c-delete-backslashes-forward)
17350 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
17351 Compensate for return value from `forward-line' when it has moved
17352 but not to a different line due to eob.
17353
17354 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
17355 `objc-method-intro' and `objc-method-args-cont'.
17356
17357 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
17358
17359 CC Mode update to 5.30.10:
17360
17361 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
17362 in the copyright statement. Incidentally, change "along with GNU
17363 Emacs" to "along with this program" where it occurs.
17364
17365 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
17366 so that it is interactive, hence can be found by M-x awk-mode
17367 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
17368 <gmorris+emacs@ast.cam.ac.uk>.
17369
17370 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
17371 Mode's regexps.
17372
17373 2005-05-23 Kevin Ryde <user42@zip.com.au>
17374
17375 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
17376 c-parse-state, to avoid a lisp error (on bad code).
17377
17378 2005-05-23 Lute Kamstra <lute@gnu.org>
17379
17380 * subr.el (font-lock-defaults): Remove defvar as it's already
17381 defined in font-core.el.
17382
17383 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
17384
17385 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
17386
17387 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
17388 more general and work when GDB variable "print pretty" is on,
17389 as with Emacs, for example.
17390
17391 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
17392
17393 * font-core.el: Update comment.
17394
17395 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17396 Use `after-change-major-mode-hook' instead of `find-file-hook'.
17397
17398 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
17399
17400 2005-05-22 Eli Zaretskii <eliz@gnu.org>
17401
17402 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
17403 and `yank-handler' in the doc strings.
17404
17405 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17406
17407 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
17408
17409 2005-05-22 Richard M. Stallman <rms@gnu.org>
17410
17411 * help.el (describe-key): Move print-help-return-message call
17412 out of conditional.
17413
17414 * progmodes/etags.el (list-tags): Use with-no-warnings.
17415
17416 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
17417 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
17418 (starttls-extra-args, starttls-extra-arguments): Add defvars.
17419
17420 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
17421
17422 * language/viet-util.el (viet-viscii-nonascii-translation-table):
17423 Add defvar.
17424
17425 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
17426 Use defvar, not defconst.
17427
17428 * hexl.el (hexl-follow-line): Use with-no-warnings.
17429
17430 * emulation/tpu-extras.el: Use write-file-functions instead of
17431 write-file-hooks.
17432
17433 * dired.el (dired-font-lock-keywords): Fontify files with junk
17434 extensions even if marked by -F.
17435
17436 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
17437
17438 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
17439 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
17440 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
17441 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
17442 (concatenate, list-length, get*, getf, cl-remprop):
17443 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17444 (etypecase, progv, lexical-let, lexical-let*)
17445 (multiple-value-bind, multiple-value-setq, shiftf):
17446 Improve argument/docstring consistency.
17447
17448 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17449
17450 2005-05-22 Andre Spiegel <spiegel@gnu.org>
17451
17452 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17453 doesn't exist.
17454
17455 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
17456 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17457
17458 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
17459
17460 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17461 already deleted variables: auto-fill-hook, blink-paren-hook,
17462 lisp-indent-hook, inhibit-local-variables, unread-command-event,
17463 suspend-hooks, comment-indent-hook, meta-flag,
17464 before-change-function, after-change-function,
17465 font-lock-doc-string-face.
17466
17467 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
17468
17469 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17470
17471 2005-05-21 Eli Zaretskii <eliz@gnu.org>
17472
17473 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17474 rmail-dont-reply-to.
17475
17476 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17477
17478 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17479 literal blank when splitting new-header-values.
17480
17481 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
17482
17483 * calendar/cal-menu.el (cal-menu-update): Add separator as a
17484 string so that tmm doesn't create a completion entry for it.
17485
17486 * textmodes/table.el (table-disable-menu): Ditto.
17487
17488 2005-05-21 Richard M. Stallman <rms@gnu.org>
17489
17490 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17491
17492 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17493
17494 * net/rcompile.el (remote-compile): Use compilation-start.
17495
17496 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17497
17498 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17499
17500 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17501 Default to makefile-bsdmake-mode on BSD systems.
17502
17503 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17504 REGEXP may also be a search function now. The part of doc-string
17505 for describing the structure was 95% identical to that of
17506 `imenu--generic-function'. Unify it there.
17507
17508 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17509 Use function to find dependencies, because regexp alone is so complex,
17510 it easily goes into an endless loop.
17511 (makefile-makepp-mode): Also add submenu for Perl functions
17512 defined in the makefile.
17513 (makefile-bsdmake-mode): Special imenu-generic-expression no
17514 longer needed, due to function call.
17515 (makefile-match-dependency): Take BOUND into account when checking
17516 if we're through.
17517
17518 2005-05-20 Jay Belanger <belanger@truman.edu>
17519
17520 * calc/calc-units.el (calc-invalidate-units-table):
17521 Use inhibit-read-only.
17522 (math-build-units-table-buffer): Use view-mode.
17523
17524 2005-05-20 David Kastrup <dak@gnu.org>
17525
17526 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17527 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17528
17529 2005-05-20 Lute Kamstra <lute@gnu.org>
17530
17531 * diff-mode.el (diff-header-face, diff-file-header-face)
17532 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17533 (diff-added-face, diff-changed-face, diff-function-face)
17534 (diff-context-face, diff-nonexistent-face): Put them in the
17535 diff-mode customization group.
17536
17537 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17538
17539 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17540
17541 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17542
17543 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17544 Minor regexp-optimization.
17545
17546 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17547
17548 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17549 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17550 (org-agenda-add-time-grid-maybe): New function.
17551 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17552 (org-table-create): `dotimes' instead of `mapcar'.
17553 (org-xor): Simplify implementation.
17554 (org-agenda): `inhibit-redisplay' turned on.
17555 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17556 a consistent line after a state change.
17557 (org-agenda-remove-times-when-in-prefix): New option.
17558 (org-prefix-has-time): New variable.
17559 (org-parse-time-string): Optional argument NODEFAULT.
17560 (org-format-agenda-item): Parse items for time-of-day
17561 specifications and move these into the prefix if possible.
17562 (org-agenda-priority): Get current heading, not previous heading
17563 during agenda remote editing.
17564
17565 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17566
17567 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17568 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17569 (remove-duplicates, delete-duplicates, substitute)
17570 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17571 (nsubstitute-if-not, find, find-if, find-if-not, position)
17572 (position-if, position-if-not, count, count-if, count-if-not)
17573 (mismatch, search, sort*, stable-sort, merge, member*)
17574 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17575 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17576 (intersection, nintersection, set-difference, nset-difference)
17577 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17578 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17579 (nsublis, tree-equal): Improve argument/docstring consistency.
17580
17581 * subr.el (send-string, send-region): Remove obsolescence declaration.
17582 (window-dot, set-window-dot, read-input, show-buffer)
17583 (eval-current-buffer, string-to-int):
17584 Add release number to obsolescence declarations.
17585
17586 2005-05-19 Kim F. Storm <storm@cua.dk>
17587
17588 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17589 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17590
17591 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17592
17593 * faces.el (list-faces-display): Make back button respect optional
17594 regexp arg.
17595
17596 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17597
17598 * calculator.el (calculator-radix-grouping-mode)
17599 (calculator-radix-grouping-digits, calculator-displayer)
17600 (calculator-radix-grouping-separator, calculator-copy-displayer):
17601 * dabbrev.el (dabbrev-search-these-buffers-only):
17602 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17603 (diff-advance-after-apply-hunk, diff-mode-hook)
17604 (diff-minor-mode-prefix):
17605 * imenu.el (imenu-use-popup-menu):
17606 * jit-lock.el (jit-lock-context-time):
17607 * newcomment.el (comment-fill-column, comment-column)
17608 (comment-style, comment-padding, comment-multi-line)
17609 (comment-empty-lines, comment-auto-fill-only-comments):
17610 * reveal.el (reveal-around-mark):
17611 * uniquify.el (uniquify-buffer-name-style)
17612 (uniquify-after-kill-buffer-p)
17613 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17614 (uniquify-min-dir-content, uniquify-separator)
17615 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17616 * w32-vars.el (w32-fixed-font-alist):
17617 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17618 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17619 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17620 * progmodes/perl-mode.el (perl-indent-level)
17621 (perl-continued-statement-offset, perl-continued-brace-offset)
17622 (perl-brace-offset, perl-brace-imaginary-offset)
17623 (perl-label-offset, perl-indent-continued-arguments)
17624 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17625 * progmodes/tcl.el (tcl-indent-level)
17626 (tcl-continued-indent-level, tcl-auto-newline)
17627 (tcl-tab-always-indent, tcl-electric-hash-style)
17628 (tcl-help-directory-list, tcl-use-smart-word-finder)
17629 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17630 (inferior-tcl-source-command):
17631 * textmodes/fill.el (enable-kinsoku):
17632 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17633 * textmodes/table.el (table-yank-handler):
17634 Specify missing group (and type, if simple) in defcustom.
17635
17636 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17637
17638 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17639
17640 2005-05-19 Richard M. Stallman <rms@gnu.org>
17641
17642 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17643
17644 * subr.el (event-basic-type): Don't get an error.
17645 (left-fringe-p): Function deleted.
17646
17647 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17648 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17649
17650 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17651 in recursive copy.
17652
17653 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17654
17655 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17656
17657 * emacs-lisp/bytecomp.el
17658 (byte-compile-file-form-custom-declare-variable):
17659 Call byte-compile-nogroup-warn if appropriate.
17660
17661 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17662 (compilation-set-window): Don't call left-fringe-p; do it directly.
17663
17664 2005-05-19 Jay Belanger <belanger@truman.edu>
17665
17666 * calc/calc-graph.el (calc-graph-format-data): Make sure
17667 var-PlotRejects is bound before trying to check its value.
17668
17669 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17670
17671 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17672 definition of this variable from reftex-global.el to reftex.el,
17673 because it is needed in the menu.
17674
17675 2005-05-19 Lute Kamstra <lute@gnu.org>
17676
17677 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17678 years are fixed. Don't insert a space after a dash.
17679
17680 2005-05-19 Kim F. Storm <storm@cua.dk>
17681
17682 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17683
17684 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17685
17686 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17687 strings, because (eq ... ?\\) is fairly frequent.
17688
17689 * progmodes/make-mode.el (makefile-add-this-line-targets):
17690 Simplify and integrate into `makefile-pickup-targets'.
17691 (makefile-add-this-line-macro): Simplify and integrate into
17692 `makefile-pickup-macros.
17693 (makefile-pickup-filenames-as-targets): Simplify.
17694 (makefile-previous-dependency, makefile-match-dependency):
17695 Don't stumble over `::'.
17696
17697 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17698
17699 * subr.el (post-command-idle-hook, post-command-idle-delay):
17700 Remove obsoletion of post-command-idle-hook and
17701 post-command-idle-delay.
17702
17703 * faces.el (list-faces-display): Provide button when describe-face
17704 is called to take user back to the list of faces.
17705
17706 * help-fns.el (describe-variable): Remove hyperlinks in a
17707 variable's value as these are quite frequently inappropriate.
17708
17709 * follow.el (follow-submit-feedback, follow-mode):
17710 Remove references to post-command-idle-hook.
17711
17712 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17713
17714 * progmodes/make-mode.el (makefile-previous-dependency)
17715 (makefile-match-dependency): Check for := (and in bsd mode also
17716 !=) to give a better result, even when font-lock is not on.
17717
17718 2005-05-18 Jay Belanger <belanger@truman.edu>
17719
17720 * calc/calc-help.el (calc-s-prefix-help):
17721 Add `calc-copy-special-constant' to help string.
17722
17723 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17724
17725 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17726
17727 2005-05-18 Jay Belanger <belanger@truman.edu>
17728
17729 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17730 in linear factors are in proper order.
17731
17732 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17733
17734 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17735 Support for jurabib.
17736
17737 * textmodes/reftex.el (featurep): Define aliases for overlay
17738 commands, for XEmacs compatibility, and use these aliases in
17739 overlay initializations.
17740 (reftex-highlight): Use `reftex-move-overlay'.
17741 (reftex-unhighlight): Use `reftex-delete-overlay'.
17742 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17743 (reftex-access-search-path): Use `reftex-uniquify' instead of
17744 `reftex-uniq'
17745
17746 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17747 `before-string' property modification enables for Emacs as well.
17748 (reftex-select-item): Use `reftex-delete-overlay'.
17749 (reftex-select-mark): Use `reftex-make-overlay' and
17750 `reftex-overlay-put'.
17751 (reftex-select-unmark): Use `reftex-delete-overlay' and
17752 `reftex-overlay-put'.
17753
17754 2005-05-18 Lute Kamstra <lute@gnu.org>
17755
17756 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17757
17758 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17759
17760 * add-log.el (add-change-log-entry):
17761 * array.el (array-make-template, array-reconfigure-rows)
17762 (array-init-max-row, array-init-max-column)
17763 (array-init-columns-per-line, array-init-field-width):
17764 * replace.el (replace-match-maybe-edit, perform-replace):
17765 * textmodes/spell.el (spell-region):
17766 Replace `read-input' by `read-string'.
17767
17768 * forms.el (forms-mode):
17769 * finder.el (finder-compile-keywords):
17770 * shadowfile.el (shadow-read-files):
17771 Replace `eval-current-buffer' by `eval-buffer'.
17772
17773 * terminal.el (te-pass-through):
17774 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17775 (ange-ftp-raw-send-cmd):
17776 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17777 (send-process-next-char, telnet-initial-filter, telnet):
17778 Replace `send-string' by `process-send-string'.
17779
17780 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17781 (prolog-consult-region): Replace `send-string' by
17782 `process-send-string'; replace `send-region' by `process-send-region'.
17783
17784 * progmodes/delphi.el (delphi-log-msg):
17785 Replace `set-window-dot' by `set-window-point'.
17786
17787 * subr.el (window-dot, set-window-dot, read-input, send-string)
17788 (send-region, show-buffer, eval-current-buffer):
17789 Make really obsolete, as the comment says.
17790
17791 2005-05-17 Kim F. Storm <storm@cua.dk>
17792
17793 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17794 (cua--init-keymaps): Bind C-return instead of S-return to set
17795 rectangle mark.
17796
17797 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17798 instead of S-return to toggle/clear rectangle mark.
17799
17800 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17801
17802 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17803 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17804 Also fontify plain strings assigned to variables, mostly so that a
17805 colon has a face and is thus not taken as a dependency separator.
17806 (makefile-previous-dependency): Inline the new matcher, because it
17807 is too complex to work in both directions.
17808 (makefile-match-dependency): Eliminate `backward' arg (see above).
17809 Completely reimplemented so as to not sometimes go into an endless
17810 loop. It should also be more efficient, because first it only
17811 searches for `:', instead of applying the very complex regexp.
17812 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17813 to be fontified in one piece can be too long for JIT.
17814 Makefiles are never *that* big.
17815
17816 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17817
17818 * dired.el (dired-mode): Simplify.
17819
17820 2005-05-17 Lute Kamstra <lute@gnu.org>
17821
17822 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17823 defcustom for the mode hook variable.
17824
17825 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17826 Emacs Lisp Reference Manual.
17827
17828 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17829
17830 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17831 (evenp, list*):
17832 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17833 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17834
17835 * net/tramp-smb.el (tramp-smb-open-connection):
17836 Pass `tramp-chunksize' as fifth (required) argument.
17837
17838 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17839
17840 * font-lock.el (lisp-font-lock-keywords-1):
17841 Set `font-lock-negation-char-face' for [^...] char group.
17842 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17843
17844 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17845 a var, and refine it to mask one more level of nested vars.
17846 (makefile-rule-action-regex): Turn it into a var, and refine it so
17847 it recognizes backslashed continuation lines as belonging to the
17848 same command.
17849 (makefile-macroassign-regex): Refine it so it recognizes
17850 backslashed continuation lines as belonging to the same command.
17851 (makefile-var-use-regex): Don't look at the next char, because it
17852 might be the same one to be skipped by the initial [^$], leading
17853 to an overlooked variable use.
17854 (makefile-make-font-lock-keywords): Remove two parameters, which
17855 are now variables that some of the modes set locally.
17856 Handle dependency and rule action matching through functions, because
17857 regexps alone match too often. Dependency matching now comes
17858 last, so it can check, whether a colon already matched something else.
17859 (makefile-mode): Inform that font-lock improves makefile parsing
17860 capabilities.
17861 (makefile-match-dependency, makefile-match-action): New functions.
17862
17863 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17864
17865 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17866
17867 * align.el (align-regexp):
17868 * ansi-color.el (ansi-color-get-face):
17869 * array.el (array-reconfigure-rows, array-init-max-row)
17870 (array-init-max-column, array-init-columns-per-line)
17871 (array-init-field-width):
17872 * dired-aux.el (dired-trample-file-versions):
17873 * dired-x.el (dired-mark-sexp):
17874 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17875 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17876 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17877 * faces.el (face-read-integer):
17878 * files.el (backup-extract-version, insert-directory):
17879 * hexl.el (hexl-insert-decimal-char):
17880 * server.el (server-process-filter):
17881 * shell.el (shell-extract-num):
17882 * startup.el (command-line-1):
17883 * term.el (term-command-hook):
17884 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17885 (time-stamp-do-number):
17886 * time.el (display-time-update):
17887 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17888 (timezone-fix-time):
17889 * vms-patch.el (vms-suspend-resume-hook):
17890 * calendar/appt.el (appt-convert-time):
17891 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17892 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17893 * calendar/cal-islam.el (mark-islamic-diary-entries):
17894 * calendar/calendar.el (calendar-cursor-to-date)
17895 (calendar-star-date):
17896 * calendar/diary-lib.el (diary-attrtype-convert)
17897 (mark-diary-entries, diary-entry-time):
17898 * calendar/solar.el (solar-get-number):
17899 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17900 * emacs-lisp/re-builder.el (reb-display-subexp):
17901 * emulation/edt.el (edt-set-scroll-margins):
17902 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17903 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17904 (vip-get-ex-count):
17905 * emulation/viper-ex.el (viper-get-ex-token)
17906 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17907 * international/fontset.el (fontset-plain-name):
17908 * mail/feedmail.el (feedmail-look-at-queue-directory):
17909 * mail/mailalias.el (mail-get-names):
17910 * mail/rmail.el (rmail-convert-to-babyl-format):
17911 * mail/rmailsum.el (rmail-make-basic-summary-line)
17912 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17913 (rmail-summary-goto-msg):
17914 * mail/smtpmail.el (smtpmail-read-response):
17915 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17916 (ange-ftp-vms-add-file-entry):
17917 * play/gametree.el (gametree-looking-at-ply)
17918 (gametree-current-branch-score):
17919 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17920 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17921 * progmodes/cperl-mode.el (condition-case):
17922 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17923 (ebrowse-set-member-buffer-column-width)
17924 (ebrowse-select-1st-to-9nth):
17925 * progmodes/etags.el (etags-snarf-tag):
17926 * progmodes/flymake.el (flymake-parse-line):
17927 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17928 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17929 (idlwave-shell-menu-def):
17930 * progmodes/ps-mode.el (ps-run-goto-error):
17931 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17932 (vhdl-speedbar-contract-level):
17933 * term/mac-win.el (x-handle-numeric-switch):
17934 * term/sun-mouse.el (sun-get-frame-data):
17935 * term/w32-win.el (x-handle-numeric-switch):
17936 * term/x-win.el (x-handle-numeric-switch):
17937 * textmodes/ispell.el (ispell-parse-output):
17938 * textmodes/nroff-mode.el (nroff-outline-level):
17939 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17940 (reftex-bib-sort-year-reverse, reftex-format-citation):
17941 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17942 (reftex-section-number):
17943 * textmodes/texinfmt.el (texinfo-paragraphindent):
17944 Replace `string-to-int' by `string-to-number'.
17945
17946 * international/latexenc.el: Add page marker to force the "Local
17947 Variables:" string out of the last page.
17948
17949 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17950
17951 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17952 tooltip-change-major-mode.
17953 (gud-tooltip-print-command): Remove case where gud-minor-mode
17954 is gdb ("--fullname").
17955 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17956 explain to user.
17957
17958 2005-05-16 Jay Belanger <belanger@truman.edu>
17959
17960 * calc/calc-store.el (calc-copy-special-constant): New function.
17961
17962 * calc/calc-ext.el (calc-init-extensions): Add binding for
17963 `calc-copy-special-constant'.
17964
17965 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17966 for the `calc-copy-special-constant' command.
17967
17968 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17969
17970 * subr.el (left-fringe-p): New function.
17971
17972 * progmodes/compile.el (compilation-setup): Set local value of
17973 overlay-arrow-string to "" always.
17974 (compilation-set-window): Left fringe then don't scroll.
17975 No left fringe then no arrow and scroll message to top.
17976 (compilation-context-lines): Adjust doc string accordingly.
17977
17978 2005-05-16 Kim F. Storm <storm@cua.dk>
17979
17980 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17981 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17982 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17983 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17984 (ido-read-file-name): Handle commands with ido property value
17985 equal to find-file as reading a file name, to allow C-d to enter dired.
17986 (ibuffer-find-file): Add ido property with value find-file.
17987
17988 2005-05-15 Kim F. Storm <storm@cua.dk>
17989
17990 * subr.el (open-network-stream-nowait): Remove.
17991 (open-network-stream-server): Remove.
17992
17993 2005-05-15 Richard M. Stallman <rms@gnu.org>
17994
17995 * faces.el (describe-face): Output a definition link button.
17996
17997 * help-mode.el (help-face-def): New button type.
17998
17999 * emacs-lisp/copyright.el (copyright-fix-years):
18000 Match properly if the first year is 2-digit.
18001 Don't mess up the whitespace after the years by filling.
18002
18003 * dired-aux.el (dired-mark-confirm):
18004 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
18005
18006 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
18007 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
18008 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
18009
18010 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18011 Set font-lock-comment-start-skip.
18012
18013 * font-lock.el (font-lock-comment-start-skip): New variable.
18014 (font-lock-comment-end-skip): New variable.
18015 (font-lock-fontify-syntactically-region): Use them if non-nil.
18016
18017 2005-05-15 Jay Belanger <belanger@truman.edu>
18018
18019 * calc/calc-store.el (calc-store-value): Return a string rather
18020 than display it as a message.
18021 Use calc-var-name for variable name.
18022 (calc-store-into): Add the result of calc-store-value to message.
18023 (calc-copy-variable): Add a message.
18024 (calc-store-exchange): Improve error messages.
18025 (calc-store-binary, calc-store-map): Don't reset the values of
18026 special constants.
18027
18028 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
18029
18030 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
18031 manual to docstring.
18032
18033 * files.el (hack-local-variables-confirm): Add STRING argument.
18034 Make the function handle non file visiting buffers correctly.
18035 (hack-local-variables-prop-line, hack-local-variables)
18036 (hack-one-local-variable): Use STRING arg of
18037 `hack-local-variables-confirm'.
18038
18039 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
18040
18041 Sync with Tramp 2.0.49.
18042
18043 * net/tramp.el (tramp-handle-dired-call-process)
18044 (tramp-handle-insert-directory):`insert-buffer' cannot be used
18045 because the contents of the Tramp buffer is changed before
18046 insertion (`expand-file' and alike).
18047 (tramp-handle-insert-directory): If `localname' has an empty
18048 nondirectory name, it must not be quoted.
18049 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
18050 variable `tramp-chunksize'. Change callees.
18051 (tramp-open-connection-setup-interactive-shell): Check remote host
18052 for buggy `send-process-string' implementation.
18053 Set `tramp-chunksize' if found. Reported by Michael Kifer
18054 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
18055 (tramp-handle-shell-command): `insert-buffer' cannot be used
18056 because the contents of the Tramp buffer is changed before
18057 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
18058 <frederic.bothamy@free.fr>.
18059 (tramp-set-auto-save): Actions should be done for Tramp file name
18060 handler only. Ange-FTP has its own auto-save mechanism.
18061 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
18062 (tramp-set-auto-save-file-modes): Set file modes of
18063 `buffer-auto-save-file-name' to ?\600 as fallback solution.
18064 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
18065 (tramp-bug): Remove obsolete variable.
18066 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
18067 for presence of `mml-mode'. Make it running for older Emacsen as well.
18068
18069 2005-05-14 John Paul Wallington <jpw@pobox.com>
18070
18071 * ibuf-ext.el (define-ibuffer-filter filename):
18072 If `dired-directory' is a list, use its car.
18073
18074 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
18075
18076 * ibuffer.el (define-ibuffer-column filename):
18077 If `dired-directory' is a list, use its car.
18078
18079 2005-05-14 Richard M. Stallman <rms@gnu.org>
18080
18081 * subr.el (symbol-file): Doc fix.
18082
18083 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
18084 (byte-compile-form): Call byte-compile-nogroup-warn.
18085 (byte-compile-warning-types): Doc fix.
18086
18087 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
18088
18089 * progmodes/cc-engine.el (c-literal-faces):
18090 Add font-lock-comment-delimiter-face.
18091
18092 * net/net-utils.el (dig): Use with-no-warnings.
18093
18094 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
18095 (sc-recite-frame-alist, sc-default-cite-frame)
18096 (sc-default-uncite-frame, sc-default-recite-frame)
18097 (sc-attrib-selection-list, sc-rewrite-header-list):
18098 Mark as risky-local-variable.
18099
18100 * international/ogonek.el (ogonek-jak, ogonek-how):
18101 Don't use beginning-of-buffer.
18102
18103 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
18104
18105 * calendar/solar.el (solar-data-list): Move definition up.
18106
18107 * dnd.el (dnd-protocol-alist): Add autoload.
18108
18109 * progmodes/sh-script.el: Many doc usage fixes.
18110 (sh-indent-after-do): Change default to match common styles.
18111
18112 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
18113
18114 * files.el (interpreter-mode-alist)
18115 (auto-mode-interpreter-regexp): Doc fixes.
18116
18117 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
18118
18119 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
18120
18121 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
18122
18123 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18124
18125 * dired.el (dired-mode): make-variable-buffer-local =>
18126 make-local-variable.
18127
18128 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18129
18130 * term/mac-win.el (mac-select-convert-to-string): Try coding
18131 systems in mac-script-code-coding-systems if specified one cannot
18132 encode string for `com.apple.traditional-mac-plain-text'.
18133
18134 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
18135
18136 * progmodes/make-mode.el (makefile-targets-face)
18137 (makefile-shell-face, makefile-makepp-perl-face): New faces.
18138 (makefile-dependency-regex): Fix it to not make the colon in
18139 $(var:a=b) special.
18140 (makefile-rule-action-regex): New regexp for highlighting embedded
18141 Shell strings.
18142 (makefile-macroassign-regex): Handle != for highlighting as
18143 embedded Shell strings.
18144 (makefile-var-use-regex): New const.
18145 (makefile-statements, makefile-automake-statements)
18146 (makefile-gmake-statements, makefile-makepp-statements)
18147 (makefile-bsdmake-statements): New consts.
18148 (makefile-make-font-lock-keywords): New function.
18149 (makefile-automake-font-lock-keywords)
18150 (makefile-gmake-font-lock-keywords)
18151 (makefile-makepp-font-lock-keywords)
18152 (makefile-bsdmake-font-lock-keywords): New consts.
18153 (makefile-mode-map): Add switchers between the various submodes.
18154 (makefile-mode): Document the availability of the variants.
18155 (makefile-automake-mode, makefile-gmake-mode)
18156 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
18157
18158 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
18159 new variants of makefile-mode.
18160
18161 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18162
18163 * font-lock.el (font-lock-comment-delimiter-face): Fix up
18164 the inheritance.
18165
18166 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
18167
18168 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
18169 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
18170
18171 * files.el (normal-mode): Extend the scope of the
18172 `enable-local-variables' binding to include the `set-auto-mode' call.
18173 (magic-mode-alist): Doc fix.
18174
18175 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18176
18177 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
18178 font-lock-comment-face rather than copying its setting.
18179
18180 2005-05-12 Andreas Schwab <schwab@suse.de>
18181
18182 * eshell/esh-mode.el (eshell-send-input): Doc fix.
18183
18184 2005-05-12 Lute Kamstra <lute@gnu.org>
18185
18186 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
18187 defcustom for the mode hook variable. Delete the last argument.
18188 * generic-x.el: Fix callers of define-generic-mode.
18189 (generic-x-modes): Delete group.
18190 (show-tabs-tab-face, show-tabs-space-face): Put them in the
18191 generic-x customization group.
18192
18193 2005-05-12 Kim F. Storm <storm@cua.dk>
18194
18195 * font-lock.el (font-lock-negation-char-face): Default to "off".
18196
18197 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
18198 font-lock-negation-char-face to ! in !=.
18199
18200 2005-05-12 Masatake YAMATO <jet@gyve.org>
18201
18202 * add-log.el (find-change-log): Fix typos in the docstring
18203 of function.
18204
18205 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18206
18207 * international/latexenc.el (latexenc-find-file-coding-system):
18208 Avoid `re-search-forward' when looking for input encoding because
18209 of speed and safety. Better regular expressions for recognizing
18210 input encoding. Limit a search for TeX-master/tex-main-file to
18211 the local variable section.
18212
18213 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
18214
18215 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
18216 syntax of $ to "'" (quote).
18217
18218 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
18219
18220 * dnd.el (dnd-protocol-alist): Improve custom type.
18221
18222 * dired.el (dired-dnd-protocol-alist): New variable.
18223 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
18224 `dired-mode-hook' to the end.
18225
18226 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
18227
18228 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
18229 comment-end if comment-start-skip is not set.
18230 Obey the font-lock-comment-delimiter-face variables.
18231
18232 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
18233
18234 * files.el (executable-find): Move from executable.el. Use
18235 locate-file.
18236 * progmodes/executable.el (executable-find): Move to files.el.
18237
18238 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
18239 when trying to ensure forward progress.
18240
18241 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
18242
18243 * mouse-sel.el (mouse-sel-follow-link-p): New function.
18244 (mouse-select, mouse-select-internal, mouse-extend-internal):
18245 Use it to implement mouse-1-click-follows-link functionality.
18246
18247 2005-05-11 Richard M. Stallman <rms@gnu.org>
18248
18249 * font-lock.el (font-lock-fontify-syntactically-region):
18250 Use font-lock-comment-delimiter-face for comment delimiters.
18251
18252 2005-05-10 Jay Belanger <belanger@truman.edu>
18253
18254 * calc/calc-help.el (calc-m-prefix-help): Add mention of
18255 preserving embedded modes.
18256
18257 2005-05-10 Richard M. Stallman <rms@gnu.org>
18258
18259 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
18260
18261 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
18262 Move from ada-stmt.el.
18263 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
18264
18265 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
18266 Move to ada-mode.el.
18267 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
18268
18269 * cus-edit.el (custom-file): Call file-chase-links.
18270
18271 * files.el (read-directory-name): Fix previous change.
18272 (hack-local-variables-confirm): New function.
18273 (hack-local-variables-prop-line, hack-local-variables)
18274 (hack-one-local-variable): Use it.
18275
18276 2005-05-10 Lute Kamstra <lute@gnu.org>
18277
18278 * font-lock.el (font-lock-keywords-alist)
18279 (font-lock-removed-keywords-alist): Clarify docstrings.
18280
18281 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
18282
18283 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
18284 (gdb-source-info): Check for preprocessor info.
18285 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
18286 a macro for a function.
18287 (gdb-info-breakpoints-custom): Try to find file again if not already
18288 found (user might have used GDB dir command).
18289 (gdb-get-location): Update gdb-location-alist correctly for change
18290 to gdb-info-breakpoints-custom.
18291
18292 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
18293 (gud-tooltip-print-command): Add gdbmi case.
18294 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
18295 preprocessor info.
18296
18297 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
18298
18299 * startup.el (fancy-splash-insert): Fix typo in doc string.
18300
18301 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
18302
18303 * obsolete/float.el (string-to-float):
18304 * obsolete/hilit19.el (hilit-add-pattern):
18305 * obsolete/rnews.el (news-parse-range, news-select-message)
18306 (news-get-pruned-list-of-files): Replace `string-to-int' by
18307 `string-to-number'.
18308
18309 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
18310 `find-file-not-found-hooks'; use `add-hook'.
18311 (uncompress-while-visiting): Set `write-file-functions', not
18312 `write-file-hooks'; use `add-hook'.
18313
18314 2005-05-09 Kim F. Storm <storm@cua.dk>
18315
18316 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
18317 (cua-paste): Handle clipboard action.
18318 (cua--init-keymaps): Remap clipboard-kill-region and
18319 clipboard-kill-ring-save.
18320
18321 2005-05-08 Eli Zaretskii <eliz@gnu.org>
18322
18323 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18324 Improve commentary.
18325
18326 * simple.el (next-error-overlay-arrow-position): Revert the change
18327 made on 2005-04-30.
18328
18329 2005-05-07 Jay Belanger <belanger@truman.edu>
18330
18331 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
18332 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
18333 `calc-sel-reselect'.
18334
18335 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
18336 Calc is in embedded mode.
18337
18338 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18339
18340 * progmodes/compile.el (compilation-setup):
18341 Set overlay-arrow-string to an empty string on text terminals.
18342
18343 * textmodes/ispell.el (ispell-program-name): Try looking for
18344 "aspell" along exec-path, and if found, use it as the default
18345 speller program.
18346
18347 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
18348
18349 * international/mule.el (sgml-xml-auto-coding-function):
18350 Recognize encoding='FOO' in single quotes as well as in double quotes.
18351
18352 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18353
18354 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
18355 as well as `interactive', so that defmacro* would recognize
18356 `declare' forms.
18357
18358 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18359
18360 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18361 Explain more about the LIGHTER arg's usage in the doc string.
18362 Add commentary to clarify what the code does. Fix the regexp that
18363 strips whitespace from LIGHTER. Quote LIGHTER before using it,
18364 since it could have characters special to regular expressions.
18365
18366 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18367
18368 * replace.el (occur-1): Bind inhibit-read-only so that
18369 erase-buffer doesn't barf on read-only text properties (likewise
18370 for add-text-properties in occur-engine). Mark buffer as unmodified.
18371 (occur-engine): Don't set buffer-read-only here.
18372
18373 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18374
18375 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
18376 list-buffers-directory. This caused the *cvs-commit* buffer to be
18377 sometimes mistakenly reused as a *cvs* buffer.
18378
18379 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
18380
18381 * tooltip.el: Move code for GUD tooltips into gud.el.
18382 (require): CL no longer needed to compile case.
18383 (tooltip-mode): Do not toggle functions for GUD tooltips.
18384 (tooltip-gud-tips-p): Remove. Replace with minor mode
18385 gud-tooltip-mode in gud.el.
18386 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
18387 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
18388 tooltip-gud prefix with gud-tooltip and obsolete.
18389 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
18390 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
18391 (tooltip-mouse-motion): Mouse movement functions/variable.
18392 Rename in gud.el by adding gud prefix.
18393 (tooltip-gud-original-filter, tooltip-gud-dereference)
18394 (tooltip-gud-event, tooltip-toggle-gud-tips)
18395 (tooltip-gud-process-output, tooltip-gud-print-command)
18396 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
18397 gud.el by replacing tooltip-gud prefix with gud-tooltip.
18398 (gdb-tooltip-print): Move to gdb-ui.el.
18399
18400 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
18401 (require): CL needed to compile case.
18402 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
18403 tooltip-gud-tips-p. Make it a minor-mode.
18404 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
18405 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
18406 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
18407 (gud-tooltip-change-major-mode)
18408 (gud-tooltip-activate-mouse-motions-if-enabled)
18409 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
18410 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
18411 (gud-tooltip-original-filter, gud-tooltip-dereference)
18412 (gud-tooltip-event, tooltip-toggle-gud-tips)
18413 (gud-tooltip-process-output, gud-tooltip-print-command)
18414 (gud-tooltip-tips): Move from tooltip.el.
18415
18416 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
18417 (gdb-cpp-define-alist-flags): Doc fix.
18418 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
18419 gud-tooltip-mode is t.
18420
18421 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18422
18423 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
18424 evaporate if their text is deleted.
18425 (goto-address-at-point): Make it work as a mouse binding as well.
18426 (goto-address-at-mouse): Obsolete it. Update users.
18427
18428 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
18429
18430 * calendar/appt.el (top-level): No longer activate on load.
18431
18432 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
18433
18434 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18435 * net/webjump.el (webjump):
18436 * progmodes/idlw-help.el (idlwave-do-context-help1)
18437 (idlwave-highlight-linked-completions):
18438 * textmodes/po.el (po-find-file-coding-system-guts):
18439 Replace `assoc-ignore-case' by `assoc-string'.
18440
18441 2005-05-06 Eli Zaretskii <eliz@gnu.org>
18442
18443 * files.el (locate-file): Doc fix.
18444
18445 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18446 Remove the redundant test for ms-dos.
18447
18448 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18449 look for the preprocessor with exec-suffixes. If not found in
18450 standard places, look in exec-path. Remove most of the tests that
18451 used system-type.
18452
18453 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18454
18455 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18456
18457 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18458 file-name clash with jka-compr.el on 8+3 filesystems.
18459
18460 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18461
18462 * term/mac-win.el: Don't define or bind scroll bar functions if
18463 x-toolkit-scroll-bars is t.
18464 (x-select-text, x-get-selection-value): Clear
18465 x-last-selected-text-clipboard if x-select-enable-clipboard is
18466 nil.
18467 (PRIMARY): Put mac-scrap-name property.
18468 (mac-select-convert-to-file-url): New function.
18469 (public.file-url): New selection target type. Add to
18470 selection-converter-alist.
18471 (x-get-selection, x-selection-value): Handle it.
18472 (x-cut-buffer-or-selection-value): New alias.
18473
18474 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18475
18476 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18477 entry to avoid calling bibtex-find-entry with arg global
18478 being t. Remove arg key.
18479 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18480 (bibtex-copy-summary-as-kill): Change accordingly.
18481
18482 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18483
18484 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18485 (org-agenda-date-later): Use with-current-buffer.
18486
18487 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18488
18489 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18490 (define-obsolete-variable-alias): Doc Fixes.
18491
18492 2005-05-06 Kim F. Storm <storm@cua.dk>
18493
18494 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18495 vertical-motion when selective-display is active.
18496
18497 * ido.el (ido-setup-hook): New hook.
18498 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18499 (ido-input-stack): New var.
18500 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18501 ido-next-work-file binding to M-O.
18502 Bind M-f to ido-wide-find-file-or-pop-dir.
18503 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18504 (ido-read-internal): Run ido-setup-hook.
18505 Catch quit in read-file-name and read-string to cancel edit.
18506 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18507 Automatically pop-all when completing a directory name (RET).
18508 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18509 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18510 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18511 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18512 New functions for M-b/M-f to move among the directory components.
18513 (ido-make-merged-file-list): Catch quit to cancel merge.
18514 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18515 (ido-completion-help): No warnings for ido-completion-buffer-full.
18516
18517 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18518
18519 * font-lock.el (font-lock-negation-char-face): New face and variable.
18520 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18521 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18522 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18523 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18524
18525 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18526
18527 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18528 Fix typo in docstring.
18529
18530 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18531 (ebrowse-print-statistics-line)
18532 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18533
18534 * term/w32-win.el (image-library-alist): Add additional name for
18535 Xpm library.
18536
18537 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18538
18539 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18540 use gcc instead of cpp.
18541
18542 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18543 (gdb-create-define-alist): Use it.
18544 (gdb-cpp-define-alist-program): Update for MS-DOS.
18545
18546 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18547
18548 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18549
18550 2005-05-04 Richard M. Stallman <rms@gnu.org>
18551
18552 * help.el (describe-key): No error when UNTRANSLATED is nil.
18553
18554 * simple.el (line-move-1): Fix previous change to signal errors
18555 appropriately.
18556
18557 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18558
18559 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18560 (icalendar-duration-correction): Remove.
18561 (icalendar--get-event-properties): Split result at commas.
18562 (icalendar--decode-isoduration): New optional argument
18563 DURATION-CORRECTION.
18564 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18565 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18566 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18567 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18568 (icalendar--convert-anniversary-to-ical): New functions, extracted
18569 from icalendar-export-region, with bug fixes.
18570 (icalendar-export-region): Use the above functions.
18571 (icalendar-import-buffer): Check before saving diary file.
18572 (icalendar--convert-recurring-to-diary)
18573 (icalendar--convert-non-recurring-all-day-to-diary)
18574 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18575 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18576 (icalendar--convert-ical-to-diary): Use the above functions.
18577
18578 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18579
18580 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18581 Remove these recent additions.
18582 (c-mode): Restore to before 2005-04-28.
18583
18584 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18585 recent addition.
18586
18587 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18588 (gdb-define-alist): New variables.
18589 (gdb-create-define-alist): New function.
18590 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18591 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18592 with string-to-number.
18593 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18594
18595 * progmodes/gud.el: Replace string-to-int with string-to-number.
18596 (gud-find-file): Handle gdb-define-alist.
18597
18598 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18599
18600 2005-05-02 Jay Belanger <belanger@truman.edu>
18601
18602 * calc/calc-aent.el (math-read-token):
18603 * calc/calc-bin.el (calc-word-size):
18604 * calc/calc-ext.el (calc-read-number-fancy):
18605 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18606 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18607 * calc/calc-frac.el (calc-over-notation):
18608 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18609 (calc-graph-num-points, calc-graph-init):
18610 * calc/calc-prog.el (calc-read-parse-table-part)
18611 (calc-edit-macro-repeats):
18612 * calc/calc-yank.el (calc-do-grab-rectangle):
18613 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18614 Replace `string-to-int' by `string-to-number'.
18615
18616 2005-05-02 Kim F. Storm <storm@cua.dk>
18617
18618 * kmacro.el: Use executing-kbd-macro-index variable.
18619
18620 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18621
18622 * net/rlogin.el (rlogin-parse-words): Delete func.
18623 (rlogin): Use split-string, not rlogin-parse-words.
18624 Also, if there are option-like elements in the parsed args,
18625 take the host to be the first arg immediately following them.
18626 Suggested by Michael Mauger.
18627
18628 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18629
18630 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18631
18632 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18633
18634 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18635 (cc-mode-cpp-program): Rename to cc-define-list-program and
18636 move to cc-vars.el.
18637
18638 * progmodes/cc-vars.el (cc-define-list-program):
18639 Change to "gcc -E -dM -". Make customizable.
18640
18641 2005-05-02 Kim F. Storm <storm@cua.dk>
18642
18643 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18644
18645 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18646
18647 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18648
18649 * international/mule-util.el (truncate-string): Remove alias and
18650 obsolete declaration.
18651
18652 * international/mule-cmds.el (update-iso-coding-systems):
18653 Remove alias and obsolete declaration.
18654
18655 * international/mule.el (coding-system-parent): Remove alias and
18656 obsolete declaration.
18657
18658 * subr.el (define-function, sref): Remove aliases and obsolete
18659 declarations.
18660 (chars-in-region): Remove obsolete declaration.
18661
18662 2005-05-01 Richard M. Stallman <rms@gnu.org>
18663
18664 * info.el (Info-mode): Set widen-automatically to nil, locally.
18665
18666 * simple.el (widen-automatically): New variable.
18667 (pop-global-mark): Obey widen-automatically.
18668
18669 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18670
18671 * term/xterm.el (function-key-map): Call substitute-key-definition
18672 before the keymap size is increased by a lot of define-key calls.
18673
18674 2005-05-01 Richard M. Stallman <rms@gnu.org>
18675
18676 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18677 Rename ARG to ELEMENT. Doc fix.
18678
18679 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18680
18681 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18682 Remove references to allout-exposure/change to allout-new-exposure.
18683
18684 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18685 bytecode symbols.
18686
18687 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18688 (compiled-function-p, focus-frame, unfocus-frame):
18689 Remove aliases and obsolete declarations.
18690 Back out inadvertent changes from previous commit.
18691
18692 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18693
18694 * files.el (require-final-newline): Make Custom tags consistent
18695 with mode-require-final-newline.
18696 (mode-require-final-newline): Doc fix.
18697
18698 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18699
18700 * international/latexenc.el (latexenc-find-file-coding-system):
18701 Fix regular expressions.
18702
18703 2005-05-01 David Kastrup <dak@gnu.org>
18704
18705 * international/latexenc.el (latexenc-find-file-coding-system):
18706 Fix regular expressions.
18707
18708 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18709
18710 * subr.el (string-to-int): Make obsolete.
18711
18712 2005-04-30 Richard M. Stallman <rms@gnu.org>
18713
18714 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18715
18716 * loadup.el: load jka-comp-hook.
18717
18718 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18719 (jka-compr-handler): Add autoload. `put' calls moved
18720 to jka-comp-hook.el.
18721 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18722 (jka-compr-inhibit): Autoload.
18723
18724 * jka-comp-hook.el: New file.
18725 Enable the mode by default.
18726
18727 * files.el (backup-buffer-copy): Use copy-file instead
18728 of write-region, and put back the 'excl.
18729
18730 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18731
18732 * progmodes/flymake.el (flymake-split-string)
18733 (flymake-split-string, flymake-log, flymake-pid-to-names)
18734 (flymake-reg-names, flymake-get-source-buffer-name)
18735 (flymake-unreg-names, flymake-add-line-err-info)
18736 (flymake-add-err-info): Clarify docstrings.
18737 (flymake-popup-menu, flymake-make-emacs-menu)
18738 (flymake-make-xemacs-menu): Add docstrings.
18739 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18740 Set variables directly throughout.
18741
18742 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18743
18744 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18745 exists. Initialize cc-define-alist.
18746 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18747 If there is no file (Macroexpansion) don't create an alist.
18748
18749 2005-04-29 Sam Steingold <sds@gnu.org>
18750
18751 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18752 (cc-create-define-alist): Use it instead of the hard-coded string.
18753
18754 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18755
18756 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18757 for latexenc.
18758
18759 2005-04-29 Lute Kamstra <lute@gnu.org>
18760
18761 * emacs-lisp/generic.el: Improve commentary section.
18762 (define-generic-mode): Improve docstring.
18763
18764 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18765
18766 * textmodes/org.el (many places): Change to quiet the byte compiler.
18767 (org-prefix-format-compiled): New variable.
18768 (org-compile-prefix-format): New function.
18769 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18770 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18771 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18772 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18773 consistency with entries from `org-mode' files.
18774 (org-get-time-of-day): Fix bug with partial matches early in a line.
18775 (org-non-link-chars): New constant.
18776 (org-link-regexp): Respect `org-non-link-chars'.
18777 (org-agenda-day-view): Remove command.
18778 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18779 (org-follow-bbdb-link, org-store-link): Search also company field.
18780 (org-highlight-overlay): New variable.
18781 (org-highlight, org-unhighlight): New functions.
18782 (org-agenda-mode): Add pre-command-hook to remove highlight.
18783 (org-evaluate-time-range): Behavior depends upon whether time stamp
18784 contains a time or not.
18785 (org-show-subtree, org-show-entry): New functions.
18786 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18787
18788 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18789
18790 * comint.el (comint-output-filter-functions): Add autoload cookie.
18791
18792 2005-04-28 Kim F. Storm <storm@cua.dk>
18793
18794 * ido.el (ido-everywhere): Fix last change.
18795
18796 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18797
18798 * international/latexenc.el: New file.
18799 * international/mule-conf.el (file-coding-system-alist): For .tex,
18800 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18801
18802 2005-04-28 Lute Kamstra <lute@gnu.org>
18803
18804 * font-lock.el (font-lock-add-keywords)
18805 (font-lock-remove-keywords): Clarify docstring.
18806 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18807 Don't start docstrings with a `*'.
18808 (font-lock-update-removed-keyword-alist): Give it a docstring.
18809
18810 * generic-x.el: Update commentary section.
18811 Only require font-lock when compiling.
18812 Define all modes conditionally.
18813 Place all generic modes in the generic-x-modes customization group.
18814 (generic-x-modes): New customization group.
18815 (generic-default-modes, generic-mswindows-modes)
18816 (generic-unix-modes, generic-other-modes): New constants.
18817 (generic-define-mswindows-modes, generic-define-unix-modes):
18818 Update docstrings. Make them obsolete.
18819 (generic-extras-enable-list): New default value. Update docstring.
18820 Improve :type. Change :set function.
18821 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18822 Fix docstring.
18823
18824 * emacs-lisp/generic.el (generic-mode-internal):
18825 Simplify font-lock-defaults.
18826 (define-generic-mode): Fix docstring.
18827
18828 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18829
18830 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18831 font-lock-face property to highlight matches.
18832
18833 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18834
18835 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18836 (cc-define-alist): New variable.
18837 (c-mode): Make it local and initialize it.
18838
18839 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18840 (gdb-exited): New function.
18841 (gdb-annotation-rules): Use it.
18842 (gdb-starting): Set gdb-active-process to t.
18843 (gdb-stopping): Amend doc string.
18844 (gdb-reset): Set gdb-active-process to nil.
18845
18846 * tooltip.el (tooltip-gud-tips): Show the associated #define
18847 directives when a C program under GDB is not executing.
18848
18849 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18850
18851 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18852 font-lock-fontify-syntactic-keywords.
18853
18854 * font-lock.el (font-lock-default-fontify-region): Don't force
18855 parse-sexp-lookup-properties to nil.
18856
18857 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18858
18859 * man.el (man-mode-syntax-table): Set up `:' to have
18860 word-constituent syntax.
18861
18862 2005-04-27 Lute Kamstra <lute@gnu.org>
18863
18864 * novice.el (disable-command): Don't add spurious newlines to the
18865 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18866
18867 2005-04-26 Jay Belanger <belanger@truman.edu>
18868
18869 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18870 than one window before deleting window.
18871
18872 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18873
18874 * shell.el (shell-prompt-pattern): Doc fix.
18875 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18876
18877 * comint.el (comint-prompt-regexp, comint-get-old-input)
18878 (comint-use-prompt-regexp)
18879 (comint-use-prompt-regexp-instead-of-fields)
18880 (comint-replace-by-expanded-history, comint-send-input)
18881 (comint-output-filter, comint-get-old-input-default)
18882 (comint-line-beginning-position, comint-bol, comint-show-output)
18883 (comint-backward-matching-input, comint-forward-matching-input)
18884 (comint-next-prompt, comint-previous-prompt):
18885 Rename `comint-use-prompt-regexp-instead-of-fields' to
18886 `comint-use-prompt-regexp'. Keep old name as alias and declare
18887 obsolete.
18888 (comint-use-prompt-regexp): Shorten first line of doc string.
18889
18890 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18891 Set paragraph-separate buffer locally to "\\'".
18892
18893 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18894 Adapt to above name change.
18895
18896 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18897 (smbclient-prompt-regexp): Ditto.
18898
18899 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18900
18901 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18902
18903 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18904 gdb-location-list.
18905 Break lines that are over 80 characters wide.
18906
18907 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18908
18909 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18910 New fun and var, to preserve compatibility.
18911
18912 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18913
18914 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18915
18916 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18917 name to file-newer-than-file-p.
18918
18919 2005-04-26 Richard M. Stallman <rms@gnu.org>
18920
18921 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18922
18923 * progmodes/python.el (python-mode):
18924 Use new name eldoc-documentation-function.
18925
18926 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18927
18928 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18929 (eldoc-documentation-function):
18930 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18931
18932 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18933
18934 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18935
18936 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18937
18938 * term/xterm.el (function-key-map): Fix strings for
18939 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18940 {C,S,A,C-S}-{f1-f12}.
18941
18942 2005-04-26 Kenichi Handa <handa@m17n.org>
18943
18944 * international/mule-cmds.el (select-safe-coding-system):
18945 Fix previous change.
18946
18947 2005-04-26 Lute Kamstra <lute@gnu.org>
18948
18949 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18950
18951 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18952 (font-lock-comment-delimiter-face): Ditto.
18953
18954 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18955
18956 2005-04-25 Jay Belanger <belanger@truman.edu>
18957
18958 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18959 to t while inserting information; use help-mode.
18960
18961 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18962
18963 * term.el (ansi-term-color-vector): Use the xterm colors.
18964 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18965
18966 2005-04-25 Lute Kamstra <lute@gnu.org>
18967
18968 * font-core.el (font-lock-defaults): Fix docstring.
18969
18970 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18971
18972 2005-04-25 Kenichi Handa <handa@m17n.org>
18973
18974 * international/mule-cmds.el (select-safe-coding-system):
18975 Don't check consistency with coding: spec, etc if raw-text or
18976 no-conversion was found to be safe.
18977
18978 2005-04-24 Richard M. Stallman <rms@gnu.org>
18979
18980 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18981 citation markers at start of each line.
18982
18983 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18984 citation markers at start of each line.
18985
18986 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18987
18988 * files.el (mode-require-final-newline): Fix previous change.
18989 (require-final-newline): Fix type label.
18990
18991 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18992
18993 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18994 statement in buffer (broken by 2004-11-24 change).
18995
18996 2005-04-24 Kim F. Storm <storm@cua.dk>
18997
18998 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18999 and read-file-name-function values. Don't overwrite existing
19000 non-nil values if ido-mode is enabled without ido-everywhere.
19001
19002 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
19003
19004 * files.el (mode-require-final-newline): Minor doc fix.
19005
19006 2005-04-24 Eli Zaretskii <eliz@gnu.org>
19007
19008 * subr.el (syntax-after): Doc fix.
19009 (syntax-class): If argument is nil, return nil. Mask off upper 16
19010 bits, not 8 bits.
19011
19012 * files.el (mode-require-final-newline): Doc fix.
19013 (backup-buffer-copy): Fix last change.
19014
19015 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19016
19017 * term/mac-win.el: Require select. Set selection-coding-system to
19018 mac-system-coding-system. Call menu-bar-enable-clipboard.
19019 (x-last-selected-text-clipboard, x-last-selected-text-primary)
19020 (x-select-enable-clipboard): New variables.
19021 (x-select-text, x-get-selection, x-selection-value)
19022 (x-get-selection-value, mac-select-convert-to-string)
19023 (mac-services-open-file, mac-services-open-selection)
19024 (mac-services-insert-text): New functions.
19025 (CLIPBOARD, FIND): Put mac-scrap-name property.
19026 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
19027 (public.tiff): Put mac-ostype property.
19028 (selection-converter-alist): Add entries for them.
19029 (mac-application-menu-map): New keymap.
19030 (interprogram-cut-function, interprogram-paste-function): Set to
19031 x-select-text and x-get-selection-value, respectively.
19032 (split-window-keep-point): Set to t.
19033
19034 2005-04-23 Richard M. Stallman <rms@gnu.org>
19035
19036 * files.el (read-directory-name): Always pass non-nil
19037 DEFAULT-FILENAME arg to read-file-name.
19038 (backup-buffer-copy, basic-save-buffer-2): Take care against
19039 writing thru an unexpected existing symlink.
19040 (revert-buffer): In indirect buffer, revert the base buffer.
19041 (magic-mode-alist): Doc fix.
19042 (buffer-stale-function): Doc fix.
19043 (minibuffer-with-setup-hook): Avoid warning.
19044 (mode-require-final-newline): Doc and custom fix.
19045
19046 * follow.el (follow-end-of-buffer): Use with-no-warnings.
19047
19048 * font-lock.el (font-lock-comment-face): On terminals with few colors,
19049 use the default appearance.
19050 (font-lock-comment-delimiter-face): New face, new variable.
19051
19052 * imenu.el (imenu--generic-function): The official position of a
19053 definition is the start of the line that BEG is in.
19054
19055 * midnight.el (midnight-timer): Move defvar up.
19056
19057 * mouse.el (mouse-drag-region-1): Delete some debugging code.
19058
19059 * saveplace.el (save-place-to-alist): Use with-no-warnings.
19060
19061 * startup.el (command-line): Use with-no-warnings.
19062
19063 * window.el (window-size-fixed): New defvar.
19064
19065 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
19066
19067 * mail/rmail.el (rmail-font-lock-keywords):
19068 Use font-lock-comment-delimiter-face.
19069
19070 * mail/sendmail.el (mail-font-lock-keywords):
19071 Use font-lock-comment-delimiter-face.
19072
19073 * progmodes/compile.el (next-error-highlight-timer): New defvar.
19074
19075 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
19076
19077 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19078 Specify t for LAXMATCH when matching directories.
19079 Save match data around compilation-compat-error-properties form.
19080
19081 2005-04-23 David Kastrup <dak@gnu.org>
19082
19083 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
19084 Mention that the autoloaded aliases should be kept for AUCTeX.
19085
19086 2005-04-23 Andreas Schwab <schwab@suse.de>
19087
19088 * isearch.el (isearch-forward): Doc fix.
19089
19090 2005-04-23 Eli Zaretskii <eliz@gnu.org>
19091
19092 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
19093 (jit-lock-stealth-nice): Change default value to 0.5.
19094
19095 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
19096
19097 * abbrev.el (write-abbrev-file): Write table entries in
19098 alphabetical order by table name.
19099
19100 2005-04-22 Kim F. Storm <storm@cua.dk>
19101
19102 * ido.el (ido-read-internal): Fix `list' completion.
19103
19104 2005-04-22 Kenichi Handa <handa@m17n.org>
19105
19106 * recentf.el (recentf-save-file-coding-system): New variable.
19107 (recentf-save-list): Encode the file by
19108 recentf-save-file-coding-system and add coding: tag.
19109
19110 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
19111
19112 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
19113
19114 2005-04-21 Lute Kamstra <lute@gnu.org>
19115
19116 * loadhist.el (unload-feature): Don't remove a function from hooks
19117 if it is about to be restored to an autoload . Remove functions
19118 that will become unbound from auto-mode-alist. Simplify the code.
19119
19120 * subr.el (assq-delete-all): New implementation that is linear,
19121 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
19122 (rassq-delete-all): New function.
19123
19124 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
19125 Add size-indication-mode.
19126
19127 2005-04-21 Kenichi Handa <handa@m17n.org>
19128
19129 * international/mule-cmds.el: Add autoload for widget-value in
19130 eval-when-compile.
19131
19132 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
19133
19134 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
19135 Add tooltip-mode.
19136
19137 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
19138
19139 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
19140
19141 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
19142 (inferior-lisp-filter-regexp, inferior-lisp-program)
19143 (inferior-lisp-load-command, inferior-lisp-prompt)
19144 (inferior-lisp-mode-hook, lisp-source-modes)
19145 (inferior-lisp-load-hook): defvar->defcustom.
19146 (inferior-lisp-program, inferior-lisp-prompt)
19147 (inferior-lisp-load-hook): Doc fixes.
19148 (inferior-lisp-install-letter-bindings): Small change in
19149 introductory comment.
19150
19151 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
19152
19153 * vc.el (vc-annotate-color-map): Change some colors so that text
19154 using them as foreground is readable on both white and black
19155 backgrounds.
19156
19157 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19158
19159 * international/mule-conf.el (translation-table-for-input):
19160 Remove redundant declaration.
19161
19162 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
19163
19164 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
19165
19166 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
19167 (tooltip-toggle-gud-tips): New function.
19168
19169 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19170
19171 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
19172 right angle brackets.
19173
19174 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
19175
19176 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
19177
19178 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
19179
19180 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
19181 Remove. Update callers to use expand-file-name instead.
19182
19183 * subr.el (syntax-class): New function.
19184
19185 * simple.el (blink-matching-open): Use it.
19186
19187 * paren.el (show-paren-function): Use it to recognize parens that are
19188 also used in 2-char comment markers.
19189
19190 2005-04-19 Lute Kamstra <lute@gnu.org>
19191
19192 * loadhist.el (unload-feature): Update for new format of
19193 load-history. Simplify the code.
19194
19195 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19196
19197 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
19198 (mac-add-charset-info): New function. Initialize variable
19199 mac-charset-info-alist using it.
19200 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
19201 for translation.
19202 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
19203 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
19204 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
19205 New CCL programs.
19206
19207 2005-04-19 Kim F. Storm <storm@cua.dk>
19208
19209 * simple.el (next-buffer, prev-buffer, next-error)
19210 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
19211 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
19212
19213 * bindings.el (next-buffer, prev-buffer, next-error)
19214 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
19215 (clone-indirect-buffer-other-window): Move bindings from simple.el.
19216 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
19217 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
19218
19219 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
19220
19221 * isearch.el (isearch-edit-string): Make the search-ring available for
19222 minibuffer history commands.
19223 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
19224 the default history commands now work just as well.
19225 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
19226
19227 2005-04-18 Kim F. Storm <storm@cua.dk>
19228
19229 * emulation/cua-base.el (cua--pre-command-handler): Add more
19230 elaborate check for shift modifier on non-window systems.
19231
19232 2005-04-18 Lars Hansen <larsh@math.ku.dk>
19233
19234 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
19235
19236 2005-04-18 Kim F. Storm <storm@cua.dk>
19237
19238 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
19239 and make it optional. Don't test tooltip-gud-echo-area here.
19240 (tooltip-gud-process-output, gdb-tooltip-print):
19241 Pass tooltip-gud-echo-area to tooltip-show.
19242 (tooltip-help-tips): Remove second optional arg to tooltip-show.
19243
19244 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19245
19246 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
19247 `display-graphic-p' may not be bound yet.
19248
19249 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
19250
19251 * startup.el (command-line): No longer enable Xterm Mouse mode by
19252 default in terminals compatible with xterm.
19253
19254 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
19255
19256 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
19257
19258 * tooltip.el (tooltip-gud-echo-area): Rename from
19259 tooltip-use-echo-area.
19260 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
19261 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
19262 area independently of where help tooltips are displayed.
19263
19264 2005-04-17 David Kastrup <dak@gnu.org>
19265
19266 * cus-theme.el (custom-theme-write-variables): Quote variables
19267 where necessary.
19268
19269 2005-04-17 Richard M. Stallman <rms@gnu.org>
19270
19271 * simple.el (yank-excluded-properties): Add follow-link to value.
19272
19273 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
19274
19275 * startup.el (fancy-splash-max-time): Just 30 seconds.
19276 (fancy-splash-delay): Just 7.
19277 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
19278
19279 * loadhist.el (unload-feature): Update for new format of load-history.
19280 Simplify the code.
19281
19282 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
19283 (rmail-font-lock-keywords): Don't fontify the text of a citation.
19284
19285 * mail/sendmail.el (mail-font-lock-keywords):
19286 Don't fontify subject text.
19287 Don't fontify the text of a citation.
19288
19289 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
19290
19291 * comint.el (comint-output-filter): Run comint-output-filter-functions
19292 with point where the user had it.
19293
19294 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19295
19296 * international/ucs-tables.el (ucs-set-table-for-input):
19297 Disable when using unify-on-decoding.
19298
19299 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
19300
19301 * emulation/cua-base.el (cua-global-mark-face): Add special case
19302 for displays supporting a high number of colors.
19303
19304 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
19305
19306 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
19307
19308 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
19309
19310 * filesets.el (filesets-add-buffer): If user supplies a name of a
19311 non-existing fileset, create a new fileset.
19312
19313 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
19314
19315 * textmodes/org.el (org-up-heading-all): Fix bug with
19316 `outline-up-heading-all'.
19317
19318 2005-04-16 Andreas Schwab <schwab@suse.de>
19319
19320 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
19321 /etc/permissions.d/* and /etc/aliases.d/*.
19322
19323 2005-04-16 Kenichi Handa <handa@m17n.org>
19324
19325 * international/code-pages.el (cp-make-coding-system):
19326 Set `translation-table-for-input' property value to the symbol
19327 ucs-mule-to-mule-unicode, not to that value.
19328 (pt154): Escape guillemet by `\'.
19329
19330 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
19331
19332 * loadup.el: Load tooltip if x-show-tip is fboundp.
19333
19334 * startup.el (command-line): Add comment.
19335
19336 * tooltip.el (tooltip-mode): Specify correct standard value for
19337 Custom in init-value.
19338
19339 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
19340
19341 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
19342 possible.
19343
19344 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
19345
19346 * textmodes/org.el (org-agenda-date-prompt): Rename from
19347 `org-agenda-date-today'.
19348 (org-evaluate-time-range): Insert at point instead of directly
19349 after time range.
19350 (org-first-headline-recenter, org-subtree-end-visible-p)
19351 (org-optimize-window-after-visibility-change): New functions
19352 (org-agenda-post-command-hook): Don't allow point at end of line,
19353 to make sure it always hits the text properties.
19354 (org-agenda-next-date-line, org-agenda-previous-date-line):
19355 New commands.
19356 (org-set-regexps-and-options): Category may contain white space.
19357 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19358 Improve marker positions.
19359 (org-agenda-new-marker): Argument POS made optional.
19360 (org-agenda-get-timestamps): Deadlines which are done are listed
19361 in org-done-face now.
19362 (org-agenda-get-todos, org-agenda-get-timestamps)
19363 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19364 Set `undone-face' and `done-face' properties.
19365 (org-last-todo-state-is-todo): New variable.
19366 (org-todo): Set `org-last-todo-state-is-todo'.
19367 (org-agenda-todo): Change face according to
19368 `org-last-todo-state-is-todo'. And change other lines referring to
19369 the same entry.
19370 (org-calendar-goto-agenda): New command.
19371 (org-calendar-to-agenda-key): New option.
19372 (org-startup-folded): New allowed value `content'.
19373 (org-set-regexps-and-options): Accept new value `content' for
19374 `org-startup-folded'.
19375 (org-get-current-options): Handle new value `content' for
19376 `org-startup-folded'.
19377 (org-insert-todo-heading): New command.
19378 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
19379 interactively in empty file and option
19380 `org-insert-mode-line-in-empty-file' has been set.
19381 (org-agenda-todo, org-agenda-priority): Modify to use
19382 `org-agenda-change-all-lines'.
19383 (org-warning-face): Change color on dark background
19384
19385 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19386
19387 * international/mule-cmds.el (set-locale-environment): On Mac OS,
19388 use preferences AppleLocale and AppleLanguages, and variable
19389 mac-system-locale for default locale. On Mac OS Classic, use
19390 mac-system-coding-system for default coding systems.
19391
19392 * term/mac-win.el: Don't set file-name-coding-system.
19393 Decode variables system-name, emacs-build-system, user-login-name, and
19394 user-full-name by mac-system-coding-system on Mac OS Classic.
19395 (mac-system-coding-system): New variable.
19396
19397 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
19398
19399 * startup.el (command-line): Handle `xterm-mouse-mode' before
19400 reading init file.
19401
19402 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
19403
19404 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
19405
19406 * progmodes/sh-script.el (sh-here-document-word): Make it a
19407 defcustom. Doc fix.
19408 (sh-add): Bash uses $(( )) for arithmetic.
19409 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
19410 (sh-maybe-here-document): Remove quotes and leading whitespace
19411 from heredoc word when closing. Indent heredoc with tabs if word
19412 starts with "-".
19413
19414 2005-04-13 Richard M. Stallman <rms@gnu.org>
19415
19416 * simple.el (undo): Fix previous change.
19417
19418 * custom.el (defface): Doc fix.
19419
19420 2005-04-13 Lute Kamstra <lute@gnu.org>
19421
19422 * Makefile.in (DONTCOMPILE): Remove list.
19423 (compile, compile-always): Don't use DONTCOMPILE.
19424 (update-authors): Load the library in which batch-update-authors
19425 is defined.
19426 * makefile.w32-in (DONTCOMPILE): Remove list.
19427 (compile, compile-always): Fix comments.
19428 (update-authors): Load the library in which batch-update-authors
19429 is defined.
19430
19431 * generic-x.el (generic-mode-ini-file-find-file-hook):
19432 Rename to ini-generic-mode-find-file-hook.
19433 Keep generic-mode-ini-file-find-file-hook as an alias.
19434 (ini-generic-mode-find-file-hook): Rename from
19435 generic-mode-ini-file-find-file-hook. Fix docstring.
19436 (ini-generic-mode): Docstring change.
19437 (bat-generic-mode-run-as-comint): Silence the byte compiler.
19438
19439 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
19440 called from lisp.
19441
19442 * generic.el: Move to the emacs-lisp subdir.
19443
19444 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19445
19446 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19447 and C-S- function and cursor motion keys.
19448
19449 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
19450
19451 * startup.el (command-line): Enable Xterm Mouse mode by default.
19452 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19453 for Custom. No longer show "Mouse" in mode line when enabled.
19454 Doc fix.
19455
19456 2005-04-12 Kim F. Storm <storm@cua.dk>
19457
19458 * emulation/cua-base.el (cua-rectangle-face)
19459 (cua-rectangle-noselect-face): Define face attributes here.
19460
19461 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19462
19463 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19464
19465 * startup.el (command-line): Turn off blinking cursor if
19466 cursorBlink in resources is off or false.
19467
19468 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19469
19470 * term/mac-win.el (dnd): Require dnd.
19471 (mac-drag-n-drop): Call dnd-handle-one-url.
19472 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19473 (kTextEncodingISOLatin2): Remove constants.
19474 (mac-script-code-coding-systems): New constant.
19475 (mac-handle-language-change): New function.
19476 (special-event-map): Bind it to `language-change' event.
19477 (mac-centraleurroman, mac-cyrillic): New coding systems.
19478 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19479 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19480 and mac-cyrillic-encoder to encode-mac-centraleurroman and
19481 encode-mac-cyrillic, respectively.
19482
19483 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19484
19485 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19486 Don't set overlay-arrow-string to "=>" as this is done
19487 globally in C now.
19488
19489 2005-04-12 Lute Kamstra <lute@gnu.org>
19490
19491 * generic-x.el (rc-generic-mode, rul-generic-mode):
19492 Fix auto-mode-alist entries.
19493 (etc-fstab-generic-mode): Tweak fontification.
19494
19495 * generic.el (generic-make-keywords-list): Fix docstring.
19496 (generic-mode-internal): Simplify generic-font-lock-keywords.
19497
19498 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19499
19500 * whitespace.el (whitespace-buffer-leading)
19501 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19502 However, fix the highlight area for the leading and
19503 trailing whitespaces to show space.
19504
19505 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19506
19507 * whitespace.el (whitespace-version): Bump to 3.5
19508
19509 (whitespace-buffer-leading, whitespace-buffer-trailing):
19510 Invert sense of the test to highlight the whitespace.
19511
19512 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19513
19514 * progmodes/gud.el (gud-display-line): GUD uses its own
19515 overlay arrow now so don't set overlay-arrow-string.
19516 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19517
19518 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19519
19520 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19521 (term-ansi-current-reverse, term-ansi-current-invisible)
19522 (term-ansi-face-already-done): Change to boolean.
19523 (term-reset-terminal, term-handle-colors-array): Handle the above
19524 vars accordingly.
19525 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19526 (term-emulate-terminal): Use the new name.
19527
19528 * faces.el (secondary-selection): Use yellow1, not yellow.
19529 (trailing-whitespace): Use red1, not red.
19530
19531 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19532
19533 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19534 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19535 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19536
19537 * cus-edit.el (dnd): New group.
19538
19539 * term/w32-win.el (dnd): Require dnd
19540 (w32-drag-n-drop): Call dnd-handle-one-url.
19541
19542 * x-dnd.el: Require dnd.
19543 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19544 Call dnd-handle-one-url.
19545 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19546 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19547 to dnd-insert-text.
19548 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19549 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19550 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19551 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19552
19553 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19554
19555 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19556
19557 * wdired.el: Doc fixes.
19558 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19559 (wdired-use-dired-vertical-movement): Rename from
19560 wdired-always-move-to-filename-beginning.
19561 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19562 (wdired-change-to-wdired-mode): Change mode name.
19563 (wdired-newline): Delete.
19564
19565 2005-04-11 Richard M. Stallman <rms@gnu.org>
19566
19567 * whitespace.el (whitespace-highlight-the-space):
19568 Don't call whitespace-unhighlight-the-space here.
19569
19570 * simple.el (undo): Record t in undo-equiv-table
19571 for the redo record made by an undo-in-region.
19572
19573 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19574
19575 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19576 (gdb-frame-inferior-io-buffer): New Functions to control
19577 display of separate IO buffer.
19578 (menu): Add them to menu-bar.
19579 (gdb-display-buffer): Check for buffer another frame.
19580 Protect GUD buffer.
19581 (gdb-setup-windows): Create IO buffer if not already there.
19582 (gdb-memory-mode): Remove purecopy noops.
19583
19584 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19585
19586 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19587 and pass to self-insert-command.
19588
19589 2005-04-11 Lute Kamstra <lute@gnu.org>
19590
19591 * generic.el: Commentary section cleanup.
19592 (generic): Delete.
19593 (generic-use-find-file-hook, generic-lines-to-scan)
19594 (generic-find-file-regexp, generic-ignore-files-regexp)
19595 (default-generic-mode, generic-mode-find-file-hook)
19596 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19597 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19598 (generic-use-find-file-hook, generic-lines-to-scan)
19599 (generic-find-file-regexp, generic-ignore-files-regexp)
19600 (default-generic-mode, generic-mode-find-file-hook)
19601 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19602
19603 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19604
19605 * bookmark.el (bookmark-write-file): Catch errors writing file.
19606 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19607
19608 2005-04-10 Richard M. Stallman <rms@gnu.org>
19609
19610 * startup.el (fancy-splash-tail): Update copyright year.
19611 (command-line): Split part of -Q into -D.
19612 (emacs-basic-display): New defvar.
19613 (fancy-splash-text): Correct name of menu item.
19614
19615 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19616
19617 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19618 lines in one node.
19619
19620 * comint.el (comint-send-input): New arg ARTIFICIAL.
19621 Callers in this file changed.
19622
19623 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19624
19625 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19626
19627 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19628
19629 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19630 `ldap-search-internal'.
19631
19632 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19633
19634 * files.el (set-auto-mode-1): Use line-end-position.
19635
19636 * international/latin-1.el:
19637 * international/latin-2.el:
19638 * international/latin-3.el:
19639 * international/latin-4.el:
19640 * international/latin-5.el:
19641 * international/latin-8.el:
19642 * international/latin-9.el: Give punctuation syntax to NBSP.
19643
19644 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19645 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19646 Use char-classes to accept non-ascii letters, accepted in some recent
19647 bibtex implementations.
19648
19649 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19650
19651 * custom.el (custom-set-minor-mode): Any non-nil value for the
19652 variable should enable the mode when set through Custom.
19653
19654 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19655
19656 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19657 TAB binding so tab-always-indent is obeyed.
19658 (vhdl-minibuffer-local-map): Move initialization into declaration.
19659 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19660 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19661 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19662 (vhdl-current-line): Use line-beginning-position.
19663 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19664 with-output-to-temp-buffer, so the current position can be recorded.
19665
19666 2005-04-10 Masatake YAMATO <jet@gyve.org>
19667
19668 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19669 Add regexp for gcov.
19670
19671 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19672
19673 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19674 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19675 syntax which Emacs 20 doesn't support.
19676
19677 2005-04-09 Richard M. Stallman <rms@gnu.org>
19678
19679 * help.el (describe-key-briefly, describe-key):
19680 Replace strings as event types with "(any string)".
19681
19682 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19683
19684 * arc-mode.el (archive-mode-map): Move initialization into
19685 the declaration. Override *all* bindings of `undo'.
19686 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19687
19688 2005-04-09 Jay Belanger <belanger@truman.edu>
19689
19690 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19691
19692 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19693
19694 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19695 (xterm-register-default-colors): Update color values computation
19696 to match xterm-200.
19697
19698 2005-04-09 Kenichi Handa <handa@m17n.org>
19699
19700 * international/code-pages.el (iso-latin-7): Fix the map.
19701
19702 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19703
19704 * emacs-lisp/lisp.el (defun-prompt-regexp)
19705 (parens-require-spaces, buffer-end, end-of-defun)
19706 (insert-parentheses): Doc fixes.
19707
19708 2005-04-08 Kim F. Storm <storm@cua.dk>
19709
19710 * comint.el (comint-highlight-prompt): Fix face spec.
19711 * hi-lock.el (hi-green): Likewise.
19712
19713 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19714
19715 * cus-edit.el (custom-modified-face):
19716 * comint.el (comint-highlight-input): Fix previous changes.
19717 * term.el (term-handle-ansi-escape): Add a comment.
19718
19719 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19720
19721 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19722 in the buffer and in whitespace-highlighted-space.
19723 (whitespace-unhighlight-the-space): Simplify.
19724 (whitespace-buffer): Simplify.
19725
19726 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19727
19728 * textmodes/table.el (table-cell-face): Add special case for
19729 displays supporting a high number of colors.
19730 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19731 (vhdl-font-lock-reserved-words-face)
19732 (vhdl-speedbar-architecture-face)
19733 (vhdl-speedbar-instantiation-face)
19734 (vhdl-speedbar-architecture-selected-face)
19735 (vhdl-speedbar-instantiation-selected-face): Likewise.
19736 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19737 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19738 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19739 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19740 (ebrowse-progress-face): Likewise.
19741 * progmodes/compile.el (compilation-info-face): Likewise.
19742 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19743 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19744 * calendar/calendar.el (diary-face): Likewise.
19745 * woman.el (woman-italic-face, woman-bold-face)
19746 (woman-unknown-face): Likewise.
19747 * wid-edit.el (widget-button-pressed-face): Likewise.
19748 * whitespace.el (whitespace-highlight-face): Likewise.
19749 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19750 * pcvs-info.el (cvs-marked-face): Likewise.
19751 * info.el (info-xref): Likewise.
19752 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19753 * hilit-chg.el (highlight-changes-face)
19754 (highlight-changes-delete-face): Likewise.
19755 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19756 (hi-red-b): Likewise.
19757 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19758 * font-lock.el (font-lock-keyword-face)
19759 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19760 * cus-edit.el (custom-invalid-face, custom-modified-face)
19761 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19762 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19763 * comint.el (comint-highlight-prompt): Likewise.
19764
19765 2005-04-08 Lute Kamstra <lute@gnu.org>
19766
19767 * font-lock.el (font-lock-keywords): Docstring fixes.
19768
19769 2005-04-08 Kenichi Handa <handa@m17n.org>
19770
19771 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19772 chars are more than a limit, print " and more..." at the tail.
19773
19774 2005-04-08 Kim F. Storm <storm@cua.dk>
19775
19776 * emacs-lisp/authors.el (authors-aliases): Update list.
19777 (authors-ignored-files): New list.
19778 (authors-fixed-entries): Fix typo.
19779 (authors-renamed-files-alist): Update list.
19780 (authors-add): Check authors-ignored-files.
19781
19782 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19783
19784 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19785 optional, to ensure backward compatibility.
19786
19787 2005-04-08 Stephen Eglen <stephen@gnu.org>
19788
19789 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19790
19791 2005-04-08 Kim F. Storm <storm@cua.dk>
19792
19793 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19794
19795 * mouse.el (mouse-on-link-p): Doc fix.
19796
19797 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19798
19799 * ielm.el (ielm-prompt-read-only): Doc fix.
19800
19801 * comint.el (comint-prompt-read-only): Doc fix.
19802
19803 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19804
19805 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19806 ensure dired always handles wildcards passed to ffap.
19807 (find-file-at-point): Use it.
19808 (ffap-dired-wildcards): Doc fix.
19809
19810 2005-04-07 Juri Linkov <juri@jurta.org>
19811
19812 * simple.el (next-error-overlay-arrow-position): New defvar.
19813 Put "=>" on its property `overlay-arrow-string'. Add it to
19814 `overlay-arrow-variable-list'.
19815
19816 * progmodes/compile.el (compilation-setup):
19817 Set `next-error-overlay-arrow-position' to nil. Also set it to
19818 nil in the local hook `kill-buffer-hook'. Make local variable
19819 `overlay-arrow-string' and set it to "=>".
19820 (compilation-goto-locus): Set BOL position to
19821 `next-error-overlay-arrow-position' instead of
19822 `overlay-arrow-position'.
19823
19824 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19825 locally instead of adding it to the global hook.
19826 (Info-kill-buffer): Move up.
19827
19828 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19829
19830 * term/xterm.el (xterm-standard-colors): Update color values from
19831 xterm-200.
19832
19833 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19834
19835 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19836
19837 * fast-lock.el:
19838 * lazy-lock.el: Move them to the obsolete subdir.
19839
19840 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19841
19842 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19843 (wdired-add-replace-advice): Remove.
19844 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19845
19846 2005-04-06 Kim F. Storm <storm@cua.dk>
19847
19848 * startup.el (command-line): Add --bare-bones alias for -Q.
19849
19850 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19851
19852 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19853 create the startup fontset if a font specification ends with
19854 `mac-roman'.
19855
19856 2005-04-06 Lute Kamstra <lute@gnu.org>
19857
19858 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19859 change.
19860
19861 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19862 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19863
19864 2005-04-05 Lute Kamstra <lute@gnu.org>
19865
19866 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19867 (define-generic-mode): Ditto. Fix debug declaration.
19868
19869 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19870 Put them in the generic-x group.
19871
19872 * calendar/timeclock.el (timeclock): Doc fix.
19873
19874 * generic.el (define-generic-mode): Don't use custom-current-group.
19875 Document default :group value.
19876 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19877 (define-global-minor-mode): Don't use custom-current-group.
19878
19879 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19880
19881 * startup.el (command-line-1): Display startup-echo-area-message
19882 when fancy splash screen is in use.
19883
19884 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19885 (sh-escaped-newline): New face.
19886 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19887 newline, and use sh-escaped-newline face.
19888
19889 * progmodes/tcl.el (tcl-escaped-newline): New face.
19890 (tcl-builtin-list): New variable.
19891 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19892 newlines. Fix keywords subexpression number.
19893
19894 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19895
19896 * textmodes/org.el (org-diary-default-entry): Fix call to
19897 `add-to-diary-entry'.
19898
19899 2005-04-05 Kim F. Storm <storm@cua.dk>
19900
19901 * ediff-init.el: Use (featurep 'xemacs).
19902
19903 2005-04-05 David Ponce <david@dponce.com>
19904
19905 * cus-edit.el (face): Derive from symbol widget. Display sample
19906 of the current face on the fly.
19907 (widget-face-sample-face-get, widget-face-notify): New functions.
19908 (widget-face-value-create): Remove.
19909
19910 * wid-edit.el (widget-field-end): Temporarily remove field
19911 narrowing before to call `get-char-property'.
19912
19913 2005-04-04 Jay Belanger <belanger@truman.edu>
19914
19915 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19916 (math-read-subscripts): New variable.
19917 (math-read-preprocess-string): Process subscripts.
19918
19919 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19920
19921 * comint.el (comint-prompt-read-only): Doc fix.
19922
19923 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19924 `-1'. Doc fix.
19925
19926 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19927
19928 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19929 Change default value to nil.
19930
19931 2005-04-04 Lute Kamstra <lute@gnu.org>
19932
19933 * autorevert.el (auto-revert-mode): Specify :group.
19934 * battery.el (display-battery-mode): Specify :group.
19935 * diff-mode.el (diff-minor-mode): Specify :group.
19936 * font-core.el (font-lock-mode): Specify :group.
19937 * hl-line.el (hl-line-mode): Specify :group.
19938 * iimage.el (iimage): New customization group.
19939 (iimage-mode): Specify :group.
19940 * longlines.el (longlines-mode): Specify :group.
19941 * master.el: Don't require easy-mmode.
19942 (master): New customization group.
19943 (master-mode): Specify :group.
19944 * msb.el (msb-mode): Specify :group.
19945 * reveal.el (reveal-mode): Specify :group.
19946 * simple.el (next-error-follow-minor-mode): Specify :group.
19947 * smerge-mode.el (smerge-mode): Specify :group.
19948 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19949 * emulation/cua-base.el (cua-mode): Specify :group.
19950 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19951 * language/thai-util.el (thai-auto-composition-mode)
19952 (thai-word-mode): Specify :group.
19953 * mail/supercite.el (sc-minor-mode): Specify :group.
19954 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19955 * progmodes/flymake.el (flymake-mode): Specify :group.
19956 * progmodes/glasses.el (glasses-mode): Specify :group.
19957 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19958 * textmodes/enriched.el (enriched-mode): Specify :group.
19959 * textmodes/refill.el (refill-mode): Specify :group.
19960
19961 * add-log.el (change-log-font-lock-keywords): Names in
19962 parenthesized lists can contain spaces.
19963
19964 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19965
19966 * startup.el (fancy-splash-text): Shorten default text of
19967 "Emacs Tutorial" line. Also, if the current language env
19968 indicates an available tutorial file other than TUTORIAL,
19969 extract its title and append it to the line in parentheses.
19970 (fancy-splash-insert): If arg is a thunk, funcall it.
19971
19972 2005-04-04 Jay Belanger <belanger@truman.edu>
19973
19974 * calc.el (calc-language-alist): Add tags to customization type.
19975
19976 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19977
19978 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19979 Doc fix.
19980
19981 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19982
19983 * add-log.el (change-log-font-lock-keywords): The manual
19984 describing a Change Log entry, says: (...) "Aside from these
19985 header lines, every line in the change log starts with a space or
19986 a tab.". The font-lock was not highlighting lines started with
19987 spaces, added support for it.
19988
19989 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19990
19991 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19992 (bibtex-generate-url-list): Update docstring accordingly. Put the
19993 complex example in the docstring.
19994 (bibtex-font-lock-url): Use pop.
19995
19996 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19997
19998 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19999
20000 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
20001
20002 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20003
20004 * filesets.el (filesets-set-default): Doc fix.
20005
20006 2005-04-03 Lute Kamstra <lute@gnu.org>
20007
20008 * generic.el (define-generic-mode): Add argument to specify
20009 keywords for defcustom.
20010 (default-generic-mode): Specify :group.
20011
20012 * generic-x.el: Specify :group for all generic modes.
20013
20014 * desktop.el (desktop-no-desktop-file-hook)
20015 (desktop-after-read-hook): Doc fix.
20016
20017 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
20018
20019 * simple.el (visible-mode): Use explicit :group keyword.
20020 This changes the group of `visible-mode-hook' from paren-blinking
20021 to editing-basics.
20022
20023 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
20024
20025 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
20026 mailbox specifications as well as URLs.
20027 (rmail-insert-inbox-text): Remove unused conditional branches.
20028
20029 2005-04-01 Jay Belanger <belanger@truman.edu>
20030
20031 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
20032 (calc-gnuplot-print-command): Move definitions to calc.el.
20033
20034 * calc/calc-embed.el (calc-embedded-announce-formula)
20035 (calc-embedded-open-formula, calc-embedded-close-formula)
20036 (calc-embedded-open-word, calc-embedded-close-word)
20037 (calc-embedded-open-plain, calc-embedded-close-plain)
20038 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
20039 (calc-embedded-open-mode, calc-embedded-close-mode):
20040 Move definitions to calc.el.
20041
20042 * calc/calc.el (calc-settings-file, calc-language-alist):
20043 Make customizable.
20044 (calc-embedded-announce-formula, calc-embedded-open-formula)
20045 (calc-embedded-close-formula, calc-embedded-open-word)
20046 (calc-embedded-close-word, calc-embedded-open-plain)
20047 (calc-embedded-close-plain, calc-embedded-open-new-formula)
20048 (calc-embedded-close-new-formula, calc-embedded-open-mode)
20049 (calc-embedded-close-mode, calc-gnuplot-name)
20050 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
20051 from other files and make customizable.
20052
20053 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20054
20055 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
20056 Use buffer-live-p.
20057 (cvs-mode-run): Don't call cvs-update-header here.
20058 (cvs-run-process): Call cvs-update-header.
20059 Use process properties for cvs-postprocess and cvs-buffer so that
20060 the sentinel can behave better if the temp buffer is killed.
20061 Use a pipe rather than a tty, to better handle unexpected prompts.
20062 (cvs-sentinel): Rewrite. Call cvs-update-header.
20063
20064 2005-04-01 Andre Spiegel <spiegel@gnu.org>
20065
20066 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
20067 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
20068
20069 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
20070
20071 * generic.el (define-generic-mode): Add indentation rule.
20072
20073 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
20074
20075 * files.el (mode-require-final-newline): Make Custom correctly
20076 report a nil value and allow to set it to nil via Custom.
20077 Doc fix.
20078
20079 2005-04-01 Kenichi Handa <handa@m17n.org>
20080
20081 * international/characters.el: Enable the correct case setting for
20082 dotless-i and dotted-I.
20083
20084 2005-04-01 Kim F. Storm <storm@cua.dk>
20085
20086 * ido.el (ido-file-internal): Fall back to non-ido command if
20087 initial directory is on slow ftp (or tramp) host.
20088
20089 2005-03-31 Richard M. Stallman <rms@gnu.org>
20090
20091 * emacs-lisp/autoload.el (make-autoload):
20092 Handle define-global-minor-mode.
20093
20094 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20095 Rename from easy-mmode-define-global-mode.
20096 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
20097
20098 * progmodes/scheme.el (scheme-mode-syntax-table):
20099 Update syntax of | and # for two-character comment syntax.
20100
20101 2005-03-31 Lute Kamstra <lute@gnu.org>
20102
20103 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
20104 (define-minor-mode): Call custom-current-group at load-time.
20105
20106 * generic.el (define-generic-mode): Add debug declaration.
20107 Add defcustom for the mode hook.
20108 (generic-mode-internal): Use run-mode-hooks.
20109
20110 2005-03-31 Kim F. Storm <storm@cua.dk>
20111
20112 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
20113 (mouse-fixup-help-message): New defun called by show_help_echo
20114 to fixup mouse-2 prefix in help messages when applicable.
20115
20116 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
20117
20118 2005-03-31 Kenichi Handa <handa@m17n.org>
20119
20120 * language/thai-word.el (thai-find-word-ends): Pay attention to
20121 the case that we reach the end of buffer.
20122
20123 * textmodes/fill.el (fill-text-properties-at): New function.
20124 (fill-newline): Use fill-text-properties-at instead of
20125 text-properties-at.
20126
20127 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
20128
20129 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
20130 not comint-quote-filename.
20131
20132 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
20133
20134 * help-fns.el (help-with-tutorial): Revert last change.
20135
20136 2005-03-31 Kim F. Storm <storm@cua.dk>
20137
20138 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
20139
20140 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
20141
20142 * calendar/cal-china.el: Update reference to "Calendrical
20143 Calculations" book; there's a new edition.
20144 * calendar/cal-coptic.el: Likewise.
20145 * calendar/cal-french.el: Likewise.
20146 * calendar/cal-hebrew.el: Likewise.
20147 * calendar/cal-islam.el: Likewise.
20148 * calendar/cal-iso.el: Likewise.
20149 * calendar/cal-julian.el: Likewise.
20150 * calendar/cal-mayan.el: Likewise.
20151 * calendar/cal-persia.el: Likewise.
20152 * calendar/calendar.el: Likewise.
20153 * calendar/holidays.el: Likewise.
20154 * calendar/lunar.el: Likewise.
20155 * calendar/solar.el: Likewise.
20156
20157 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
20158 white space from doc string.
20159
20160 2005-03-30 Jay Belanger <belanger@truman.edu>
20161
20162 * calc/calc-help.el (calc-full-help): Remove email address.
20163
20164 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
20165
20166 * help-fns.el (help-with-tutorial): Delete title line.
20167
20168 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20169
20170 * calendar/cal-x.el (calendar-one-frame-setup)
20171 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
20172 rather than `symbol' for set-window-dedicated-p.
20173
20174 * calendar/appt.el (appt-buffer-name): Make it a constant.
20175 (appt-add): Doc fix.
20176
20177 * filesets.el (filesets-menu-path, filesets-menu-before)
20178 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
20179 (filesets-menu-cache-file): Use directory ~/.emacs.d.
20180 (filesets-add-submenu): Delete and use add-submenu instead.
20181
20182 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
20183
20184 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
20185 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
20186 (org-diary-default-entry): New function.
20187 (org-get-entries-from-diary): Better parsing of diary entries.
20188 (org-agenda-check-no-diary): New function.
20189 ("diary-lib"): Advice to function `add-to-diary-list', to allow
20190 linking to diary entries.
20191 (org-agenda-execute-calendar-command): New function.
20192 (org-agenda): Improve visible section in window.
20193 Use `org-fit-agenda-window'.
20194 (org-fit-agenda-window): New option.
20195 (org-move-subtree-down): Better handling of empty lines
20196 at end of subtree.
20197 (org-cycle): Numeric prefix is interpreted now as show-subtree N
20198 levels up.
20199 (org-fontify-done-headline): New option.
20200 (org-headline-done-face): New face.
20201 (org-set-font-lock-defaults): Use `org-headline-done-face'.
20202 (org-table-copy-down): Rename from `org-table-copy-from-above'.
20203 When current field is non-empty, it is copied to next row.
20204 (org-table-copy-from-above): Fix bug which made it
20205 impossible to copy fields containing only a single non-white character.
20206
20207 2005-03-30 Kim F. Storm <storm@cua.dk>
20208
20209 * kmacro.el (kmacro-end-macro): Isearch may store this command
20210 into the macro -- so ignore it when executing keyboard macro.
20211
20212 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
20213
20214 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
20215
20216 2005-03-29 Kenichi Handa <handa@m17n.org>
20217
20218 * language/thai.el ("Thai"): Set setup-function and exit-function
20219 for Thai language environment.
20220
20221 * language/thai-util.el: Require thai-word.
20222 (thai-word-mode-map): New variable.
20223 (thai-word-mode): New minor mode.
20224 (setup-thai-language-environment-internal): New function.
20225 (exit-thai-language-environment-internal): New function.
20226
20227 * language/thai-word.el (thai-word-table): Declare it by defvar,
20228 use dolist to initialize it.
20229 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
20230 (thai-fill-find-break-point): New functions.
20231
20232 2005-03-29 Richard M. Stallman <rms@gnu.org>
20233
20234 * simple.el (idle-update-delay): Move definition up.
20235 (set-mark): Doc fix.
20236
20237 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
20238
20239 * longlines.el: New file.
20240
20241 * simple.el (buffer-substring-filters): New variable.
20242 (filter-buffer-substring): New function.
20243 (kill-region, copy-region-as-kill): Use it.
20244
20245 * register.el (copy-to-register, append-to-register)
20246 (prepend-to-register): Use filter-buffer-substring.
20247
20248 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
20249
20250 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
20251 (gud-filter-pending-text): Move in front of gdb.
20252 (gud-overlay-arrow-position): New variable.
20253 (gud-sentinel, gud-display-line): Use it in place of
20254 overlay-arrow-position.
20255
20256 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
20257
20258 * progmodes/fortran.el (fortran-if-indent): Doc fix.
20259 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
20260 (fortran-font-lock-keywords-4): New variable.
20261 (fortran-blocks-re, fortran-end-block-re)
20262 (fortran-start-block-re): New constants, for hideshow.
20263 (hs-special-modes-alist): Add a Fortran entry.
20264 (fortran-mode-map): Bind fortran-end-of-block,
20265 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
20266 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
20267 (fortran-looking-at-if-then, fortran-end-of-block)
20268 (fortran-beginning-of-block): New functions, for hideshow.
20269
20270 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
20271 Doc fix. Tweak regexp.
20272 (f90-beginning-of-block): Push mark first.
20273
20274 2005-03-29 Jay Belanger <belanger@truman.edu>
20275
20276 * calc/calc.el: Update copyright date.
20277 (calc-version): Increase to 2.1.
20278 (calc-version-date): Remove.
20279
20280 * calc/calc-help.el: Update copyright date.
20281 (calc-full-help): Remove reference to calc-version-date.
20282 Update copyright date.
20283
20284 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20285
20286 * vc.el (vc-do-command): Use a pipe for async processes, so password
20287 prompts don't show up at places where the user can't reply.
20288
20289 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
20290
20291 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
20292 on the file name we pass to the inferior shell.
20293
20294 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20295
20296 * progmodes/which-func.el (which-function): Be robust in the face of an
20297 imenu--make-index-alist failure.
20298
20299 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20300
20301 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
20302
20303 * progmodes/python.el (python-preoutput-filter): Fix last change.
20304
20305 2005-03-29 Lute Kamstra <lute@gnu.org>
20306
20307 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
20308 functions and compiled macros.
20309 (debug-convert-byte-code): Handle macros too.
20310 (debug-on-entry-1): Don't signal an error when trying to clear a
20311 function that is not set to debug on entry.
20312
20313 2005-03-29 Jay Belanger <belanger@truman.edu>
20314
20315 * calc/calc-lang.el: Add functions to math-function-table
20316 properties of tex and math.
20317
20318 2005-03-29 Kenichi Handa <handa@m17n.org>
20319
20320 * ps-mule.el (ps-mule-plot-string): Translate characters by
20321 ps-print-translation-table.
20322 (ps-mule-begin-job): Call find-charset-region/string with
20323 ps-print-translation-table.
20324 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
20325
20326 * ps-print.el (ps-print-translation-table): New variable.
20327 (ps-plot-region): Translate characters by ps-print-translation-table.
20328
20329 2005-03-29 Juri Linkov <juri@jurta.org>
20330
20331 * simple.el (next-error-highlight-timer): New variable.
20332
20333 * progmodes/compile.el (compilation-goto-locus):
20334 Use `next-error-highlight-timer' instead of `sit-for'.
20335
20336 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20337
20338 * mail/supercite.el (sc-mail-field): Use assoc-string.
20339 (sc-get-address): Simplify regexps.
20340
20341 * files.el (minibuffer-with-setup-hook): New macro.
20342 (find-file-read-args): Use it to avoid let-binding
20343 minibuffer-with-setup-hook (which breaks turning on/off
20344 file-name-shadow-mode while in the prompt).
20345
20346 * complete.el (PC-read-include-file-name-internal):
20347 Use test-completion.
20348
20349 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
20350
20351 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
20352
20353 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20354
20355 * window.el (window-buffer-height): Use count-screen-lines.
20356
20357 * progmodes/python.el (python-preoutput-leftover): New var.
20358 (python-preoutput-filter): Use it.
20359 (python-send-receive): Loop until all the result has been received.
20360
20361 2005-03-28 Juri Linkov <juri@jurta.org>
20362
20363 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
20364
20365 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
20366 "Recover Crashed Session".
20367 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
20368 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
20369 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
20370 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
20371 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
20372 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
20373 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
20374 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
20375
20376 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
20377 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
20378 Ediff Sessions", "Toggle use of separate control buffer frame",
20379 "Use separate frame for Ediff control buffer".
20380
20381 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
20382 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
20383 "Rename Bookmark", "Delete Bookmark".
20384
20385 * info.el (Info-mode-menu): Remove ellipsis from "Index".
20386 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
20387 Add `:active Info-index-alternatives' to "Next Matching Item".
20388
20389 * wdired.el (wdired-change-to-wdired-mode):
20390 Mention `wdired-abort-changes' key in the initial message.
20391
20392 * international/mule.el (auto-coding-alist): Associate non-ascii
20393 image filename extensions with `no-conversion'.
20394
20395 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
20396
20397 * international/iso-acc.el:
20398 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
20399
20400 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
20401
20402 * textmodes/sgml-mode.el (html-mode): Doc update.
20403
20404 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
20405
20406 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
20407
20408 * term.el (term-move-columns): Fix face after extending a line.
20409 (term-insert-spaces): Likewise.
20410 (term-reset-terminal): Fix off by one error.
20411
20412 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20413
20414 * international/mule.el (auto-coding-alist): Add .xpi files.
20415
20416 * files.el (auto-mode-alist): Add .xpi files.
20417
20418 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
20419
20420 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
20421
20422 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20423
20424 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
20425
20426 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20427
20428 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
20429 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
20430
20431 * calendar/cal-move.el (calendar-beginning-of-year): Move the
20432 cursor to Jan 1 when needed.
20433 (calendar-end-of-year): Fix -/+ typo.
20434 Reported by Chong Yidong <cyd@stupidchicken.com>.
20435
20436 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20437
20438 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
20439
20440 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
20441 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
20442
20443 2005-03-25 Richard M. Stallman <rms@gnu.org>
20444
20445 * filesets.el (filesets-init): Add autoload.
20446
20447 * mail/mailalias.el (mail-directory): Doc fix.
20448
20449 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20450
20451 * mail/mailalias.el (mail-directory-process): Do nothing if
20452 mail-directory-process is an atom.
20453 (mail-get-names): Ignore mail-directory-names if it is an atom.
20454 (mail-directory-process defvar): Doc fix.
20455 (mail-names): Doc fix.
20456
20457 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
20458
20459 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20460
20461 2005-03-26 Kenichi Handa <handa@m17n.org>
20462
20463 * international/mule-util.el (detect-coding-with-priority):
20464 Call update-coding-systems-internal before detect-coding-region.
20465
20466 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
20467
20468 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20469 (gdb-frames-mode-map): Add follow-link property.
20470
20471 2005-03-25 Jay Belanger <belanger@truman.edu>
20472
20473 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20474 for variables.
20475
20476 2005-03-25 Juri Linkov <juri@jurta.org>
20477
20478 * image-mode.el: Optimize image filename extension regexps in
20479 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
20480 in `auto-mode-alist'.
20481 (image-mode): Add `image-toggle-display-text' to local hook
20482 `change-major-mode-hook'. Display the image as an image by
20483 default. Set `cursor-type' and `truncate-lines' if the image
20484 is already displayed. Take into account the current mode (image
20485 or text) in message.
20486 (image-minor-mode): New minor mode.
20487 (image-mode-maybe, image-toggle-display-text): New functions.
20488 (image-toggle-display): Use called-interactively-p.
20489 Let-bind `inhibit-read-only' to t.
20490
20491 * image-mode.el (image-minor-mode): Set `cursor-type' and
20492 `truncate-lines' if the image is already displayed. Add turning
20493 image-minor-mode off to `change-major-mode-hook'. Add message.
20494 Call `image-toggle-display-text' after turning image-minor-mode off.
20495
20496 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20497
20498 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20499 Terminal.app, use utf-8.
20500 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20501 (set-locale-environment): Use it.
20502
20503 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20504
20505 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20506
20507 * progmodes/python.el (python-close-block-statement-p)
20508 (python-outdent-p, python-current-defun): Use symbol-end.
20509
20510 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20511
20512 * files.el (save-some-buffers): Doc fix.
20513
20514 2005-03-25 Werner Lemberg <wl@gnu.org>
20515
20516 * complete.el, thumbs.el: Replace `legal' with `valid'.
20517 * calendar/calendar.el: Replace `legal' with `valid'.
20518 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20519 * mail/supercite.el: Replace `legal' with `valid'.
20520 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20521 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20522 Replace `legal' with `valid'.
20523 * textmodes/reftex-vars.el, textmodes/reftex.el:
20524 Replace `legal' with `valid'.
20525
20526 2005-03-25 Werner Lemberg <wl@gnu.org>
20527
20528 * calc/calc-forms.el, calc/calc-sel.el
20529 * midnight.el, vc-cvs.el
20530 * emacs-lisp/cl-macs.el
20531 * emulation/vip.el
20532 * eshell/esh-io.el, eshell/esh-var.el
20533 * mail/supercite.el
20534 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20535 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20536 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20537 * progmodes/sh-script.el, progmodes/xscheme.el
20538 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20539 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20540 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20541 * textmodes/reftex.el, textmodes/org.el:
20542 Replace `illegal' with `invalid'.
20543
20544 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20545
20546 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20547 (flymake-find-buildfile, flymake-find-possible-master-files)
20548 (flymake-check-include, flymake-parse-line): Replace loops over the
20549 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20550
20551 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20552 Substitute file-name-as-directory in the rest of the file.
20553 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20554 (flymake-replace-region): Remove unused arg `buffer'.
20555 (flymake-check-patch-master-file-buffer): Update calls to it.
20556 (flymake-add-err-info): Remove unused var `count'.
20557 (flymake-mode): Use define-minor-mode.
20558
20559 * progmodes/flymake.el: Use with-current-buffer.
20560 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20561 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20562 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20563 Avoid testing for `xemacs'.
20564 (flymake-nop): Move.
20565 (flymake-region-has-flymake-overlays): Return the computed value.
20566 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20567 Remove unused var `endline'.
20568 (flymake-get-line-count): Remove unused function.
20569 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20570
20571 * emulation/vi.el:
20572 * generic.el:
20573 * hilit-chg.el (global-highlight-changes):
20574 * hi-lock.el (hi-lock-mode):
20575 * follow.el: find-file-hooks -> find-file-hook.
20576
20577 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20578
20579 2005-03-24 Juri Linkov <juri@jurta.org>
20580
20581 * dired.el (dired-mode-map): Add menu item "Compare directories"
20582 for dired-compare-directories.
20583
20584 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20585 Doc fix. Replace `read-file-name' with `read-directory-name'.
20586
20587 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20588
20589 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20590
20591 2005-03-24 Jay Belanger <belanger@truman.edu>
20592
20593 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20594 relevant mode settings in calc-embedded-original-modes when modes
20595 are permanently changed.
20596
20597 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20598
20599 * autoinsert.el: find-file-hooks -> find-file-hook.
20600
20601 2005-03-24 Lute Kamstra <lute@gnu.org>
20602
20603 * generic.el (generic-font-lock-defaults): Make it obsolete.
20604 (generic-font-lock-keywords): New variable to replace
20605 generic-font-lock-defaults.
20606 (generic-mode-set-font-lock): Delete it.
20607 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20608 (generic-bracket-support): Add docstring.
20609
20610 * generic-x.el: Rename generic-font-lock-defaults to
20611 generic-font-lock-keywords throughout.
20612 (mailagent-rules-setup-function): Delete it.
20613 (mailagent-rules-generic-mode): Use anonymous function instead.
20614 (show-tabs-generic-mode-font-lock-defaults-1)
20615 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20616 Quote faces.
20617 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20618 not foreground.
20619
20620 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20621 Recognize define-generic-mode.
20622
20623 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20624
20625 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20626 if there's no completion table.
20627
20628 2005-03-23 Miles Bader <miles@gnu.org>
20629
20630 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20631 Remove tty-specific variants, as they're no longer needed.
20632
20633 2005-03-23 Lute Kamstra <lute@gnu.org>
20634
20635 * generic-x.el: Code cleanup: make args constant whenever possible.
20636 (installshield-statement-keyword-list)
20637 (installshield-system-functions-list)
20638 (installshield-system-variables-list, installshield-types-list)
20639 (installshield-funarg-constants-list): Make them constants.
20640
20641 * generic.el (generic-make-keywords-list): Add autoload cookie.
20642
20643 * calendar/time-date.el: Add comment on time value formats.
20644 Don't require parse-time.
20645 (with-decoded-time-value): New macro.
20646 (encode-time-value): New function.
20647 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20648 (days-to-time): Return a valid time value when arg is huge.
20649 (time-since): Use time-subtract.
20650 (time-to-number-of-days): Use time-to-seconds.
20651
20652 2005-03-23 David Ponce <david@dponce.com>
20653
20654 * recentf.el (recentf-keep): New option.
20655 (recentf-menu-action): Default to `find-file'.
20656 (recentf-keep-non-readable-files-flag)
20657 (recentf-keep-non-readable-files-p)
20658 (recentf-file-readable-p, recentf-find-file)
20659 (recentf-cleanup-remote): Remove.
20660 (recentf-include-p): More robust.
20661 (recentf-keep-p): New function.
20662 (recentf-remove-if-non-kept): Rename from
20663 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20664 All callers updated.
20665 (recentf-menu-items-for-commands): Fix help string.
20666 (recentf-track-closed-file): Update. Doc fix.
20667 (recentf-cleanup): Update. Count removed files. Doc fix.
20668
20669 2005-03-23 Kim F. Storm <storm@cua.dk>
20670
20671 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20672 Don't inherit from fringe face (now happens automatically).
20673
20674 2005-03-22 Kim F. Storm <storm@cua.dk>
20675
20676 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20677 position values.
20678
20679 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20680
20681 * menu-bar.el (showhide-date-time): Remove.
20682 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20683 (menu-bar-make-mm-toggle): Simplify.
20684
20685 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20686
20687 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20688 Accept qualified variable and function names.
20689
20690 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20691
20692 * bindings.el (completion-ignored-extensions):
20693 Remove ".lis" for `vax-vms'.
20694
20695 2005-03-22 Andreas Schwab <schwab@suse.de>
20696
20697 * generic-x.el: Revert last change.
20698 * ldefs-boot.el: Update.
20699
20700 2005-03-22 Jay Belanger <belanger@truman.edu>
20701
20702 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20703 (calc-embedded-save-original-modes)
20704 (calc-embedded-restore-original-modes): New functions.
20705 (calc-do-embedded): Save original modes when entering embedded mode
20706 and restore when leaving embedded mode.
20707 (calc-embedded-modes-change): Change the value of
20708 calc-embedded-original-modes to reflect permanent changes.
20709
20710 2005-03-22 Lute Kamstra <lute@gnu.org>
20711
20712 * generic-x.el: Require generic again.
20713
20714 2005-03-22 Miles Bader <miles@gnu.org>
20715
20716 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20717 Tweak details to look good on both ttys and bitmap displays, light
20718 or dark background, etc.
20719
20720 2005-03-21 Kim F. Storm <storm@cua.dk>
20721
20722 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20723 mouse position.
20724
20725 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20726
20727 * icomplete.el: Don't forcibly turn on the mode upon load.
20728 (icomplete-mode): Use define-minor-mode.
20729 (icomplete-eoinput): Default to nil.
20730 (icomplete-minibuffer-setup): Remove autoload.
20731 (icomplete-tidy): Simplify.
20732 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20733 in the initial state or if the user has modified the field.
20734 Fix handling of icomplete-max-delay-chars.
20735 Remove code that handles the oddball case where
20736 minibuffer-completion-table is an integer.
20737 Wrap icomplete-completions in while-no-input in case building
20738 completions takes more time than expected.
20739 (icomplete-completions): Simplify.
20740
20741 2005-03-21 Richard M. Stallman <rms@gnu.org>
20742
20743 * jka-compr.el (jka-compr-really-do-compress):
20744 Make variable buffer-local.
20745
20746 * image-mode.el: Handle .xpm files too.
20747 (image-toggle-display): Preserve modification flag.
20748
20749 * help.el (where-is): Don't mention aliases with no key bindings.
20750
20751 2005-03-21 Lute Kamstra <lute@gnu.org>
20752
20753 * generic.el: Fix commentary section. Don't require cl for
20754 compilation.
20755 (generic-mode-list): Add autoload cookie.
20756 (generic-use-find-file-hook, generic-lines-to-scan)
20757 (generic-find-file-regexp, generic-ignore-files-regexp)
20758 (generic-mode, generic-mode-find-file-hook)
20759 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20760 (define-generic-mode): Make it a defmacro. Fix docstring.
20761 (generic-mode-internal): Code cleanup. Add autoload cookie.
20762 (generic-mode-set-comments): Code cleanup.
20763 * generic-x.el: Don't prevent compilation. Don't require generic.
20764 Follow coding conventions. Minor code cleanup.
20765 (etc-fstab-generic-mode): Add some keywords.
20766 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20767 define-generic-mode like a function declaration.
20768
20769 2005-03-21 Jay Belanger <belanger@truman.edu>
20770
20771 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20772 changing modes.
20773
20774 2005-03-21 Sam Steingold <sds@gnu.org>
20775
20776 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20777
20778 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20779
20780 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20781 Add underscore to "f$ lexicals" regexp.
20782
20783 2005-03-20 Juri Linkov <juri@jurta.org>
20784
20785 * subr.el (progress-reporter-do-update): When `min-value' is equal
20786 to `max-value', set `percentage' to 0 and prevent division by zero.
20787
20788 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20789
20790 Sync with Tramp 2.0.48.
20791
20792 * net/tramp.el (all): Change all addresses to .gnu.org.
20793 (tramp-append-tramp-buffers): New defun.
20794 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20795 Catch `dont-send' signal.
20796 (tramp-set-auto-save-file-modes): Set always permissions, because
20797 there might be an old auto-saved file belonging to another
20798 original file. This could be a security threat. Reported by
20799 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20800 Check for Emacs 21.3.50 removed.
20801
20802 * net/tramp-smb.el (all): Remove debug construct for
20803 `with-parsed-tramp-file-name'.
20804 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20805 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20806 No error message if DIRECTORY or FILENAME doesn't exist.
20807 (tramp-smb-open-connection): Check existence of
20808 `tramp-smb-program'.
20809
20810 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20811
20812 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20813 Properly handle the case where the `m' or `s' command's argument is not
20814 yet terminated.
20815 (perl-indent-new-calculate): New function.
20816 (perl-indent-line): Use it.
20817
20818 2005-03-20 Miles Bader <miles@gnu.org>
20819
20820 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20821 in text-mode too. Change to new face names.
20822 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20823 Add `:weight bold' attribute.
20824 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20825
20826 2005-03-19 Juri Linkov <juri@jurta.org>
20827
20828 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20829
20830 * international/mule.el (auto-coding-alist): Sync with
20831 `auto-mode-alist' by adding upper case archive file extensions
20832 and adding ear/war to jar extension.
20833
20834 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20835
20836 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20837 running, restart it.
20838
20839 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20840
20841 * finder.el (finder-current-item): Throw an error on an empty line.
20842
20843 * man.el (Man-follow-manual-reference): If current-word returns
20844 nil, use "".
20845
20846 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20847
20848 * simple.el (goto-line): Doc fix.
20849
20850 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20851
20852 * files.el (save-buffer): Doc fix.
20853
20854 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20855
20856 * recentf.el (recentf-cleanup-remote): New variable.
20857 (recentf-cleanup): Use it to conditionally check availability of
20858 remote files.
20859
20860 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20861
20862 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20863 function names.
20864
20865 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20866
20867 * language/thai-word.el: New file.
20868
20869 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20870
20871 * files.el (backup-buffer): If the file's directory is not
20872 writable, use copy instead of move to backup the file.
20873
20874 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20875
20876 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20877
20878 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20879
20880 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20881 Use functionp instead of symbolp and fboundp. Reported by Drkm
20882 <darkman_spam@yahoo.fr>.
20883 (ps-print-version): New version 6.6.6.
20884
20885 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20886
20887 * textmodes/table.el (table--line-column-position): New idiom.
20888 (table--row-column-insertion-point-p): New function to test
20889 validity of row and column insertion operation at a location.
20890 (table-global-menu, table-cell-menu): Use above functions for
20891 deterministic test operation.
20892 (table--editable-cell-p): Behave in deterministic fashion.
20893
20894 2005-03-18 Juri Linkov <juri@jurta.org>
20895
20896 * isearch.el (isearch-lazy-highlight-new-loop):
20897 Make arguments beg and end optional.
20898 (isearch-update): Remove optional arguments nil from
20899 isearch-lazy-highlight-new-loop.
20900 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20901 isearch-lazy-highlight-case-fold-search instead of
20902 isearch-case-fold-search, and let-bind isearch-regexp to
20903 isearch-lazy-highlight-regexp.
20904 Use isearch-lazy-highlight-last-string instead of isearch-string.
20905
20906 * replace.el (perform-replace): Remove bindings of global
20907 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20908 Add three new arguments to `replace-highlight'.
20909 (replace-highlight): Add arguments string, regexp, case-fold.
20910 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20911 to allow isearch-lazy-highlight-new-loop to use these values
20912 to set corresponding isearch-lazy-highlight-* internal
20913 variables whose values lazy highlighting will use regardless of
20914 changes to global variables isearch-string, isearch-regexp,
20915 isearch-case-fold-search during lazy highlighting loop.
20916 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20917 to `lazy-highlight-cleanup'.
20918
20919 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20920 (ispell-highlight-face): Set default face to `isearch' when
20921 lazy highlighting is enabled.
20922 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20923 priority to 1. Add lazy highlighting.
20924 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20925 from `isearch-dehighlight'.
20926
20927 2005-03-18 David Ponce <david@dponce.com>
20928
20929 * files.el (hack-local-variables): Do a case-insensitive search
20930 for End.
20931
20932 2005-03-18 Juri Linkov <juri@jurta.org>
20933
20934 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20935 `isearch-lazy-highlight-cleanup', add alias to old name and
20936 declare obsolete. Add release numbers to other obsolete vars.
20937 (isearch-done, isearch-lazy-highlight-new-loop):
20938 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20939 (lazy-highlight-cleanup) <variable>: Doc fix.
20940 (isearch-lazy-highlight-update): Rename obsolete
20941 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20942
20943 2005-03-18 Kenichi Handa <handa@m17n.org>
20944
20945 * language/thai-util.el: Fix categorization of Thai characters in
20946 thai-category-table.
20947 (thai-composition-pattern): Adjust it for the above change.
20948 (thai-self-insert-command, thai-compose-syllable): New functions.
20949 (thai-compose-region): Use thai-compose-syllable.
20950 (thai-compose-string): Likewise.
20951 (thai-composition-function): Likewise.
20952 (thai-auto-composition): New function.
20953 (thai-auto-composition-mode): New minor mode.
20954
20955 * language/thai.el: Fix patterns to be registered in
20956 composition-function-table.
20957
20958 * international/quail.el (quail-input-method): Locally bind
20959 inhibit-modification-hooks to t.
20960
20961 2005-03-17 Richard M. Stallman <rms@gnu.org>
20962
20963 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20964 (perl-mode): Use run-mode-hooks.
20965
20966 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20967 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20968 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20969
20970 * mail/sendmail.el (sendmail-send-it): Reenable the code
20971 to compute resend-to-address and use it.
20972
20973 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20974
20975 * image-mode.el: New file.
20976
20977 * image.el (insert-sliced-image): Add autoload cookie.
20978
20979 * font-lock.el (font-lock-lines-before): New user option.
20980 (font-lock-after-change-function): Obey it.
20981
20982 * bindings.el (esc-map): Make M-g a prefix.
20983 Bind M-g g and M-g M-g to goto-line.
20984
20985 * faces.el (face-id): Doc fix.
20986
20987 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20988
20989 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20990 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20991 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20992
20993 * mail/sendmail.el (mail-yank-ignored-headers)
20994 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20995 Add Mail-Followup-To and Mail-Reply-To headers.
20996 (mail-citation-hook): Add autoload cookie.
20997 (mail-mode): Doc fix.
20998 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20999 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
21000 (mail-mode-fill-paragraph): Handle those headers.
21001 (mail-mailing-lists): New variable.
21002 (mail-mail-reply-to, mail-mail-followup-to): New functions.
21003
21004 2005-03-17 Juri Linkov <juri@jurta.org>
21005
21006 * isearch.el (isearch-fallback): Check for `(car previous)'
21007 before calling `isearch-other-end-state'.
21008
21009 2005-03-17 Kim F. Storm <storm@cua.dk>
21010
21011 * simple.el (move-beginning-of-line): Move to beginning of buffer
21012 line, as well as beginning of screen line.
21013
21014 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
21015
21016 * calendar/diary-lib.el (mark-diary-entries): Use new optional
21017 argument REDRAW rather than calendar-redrawing variable.
21018 * calendar/calendar.el (calendar-redrawing): Delete.
21019 (redraw-calendar): Do not bind calendar-redrawing.
21020
21021 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
21022
21023 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
21024 diary-file buffer.
21025
21026 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
21027
21028 * help.el (describe-mode): Allow a :minor-mode-function property to
21029 specify a different minor mode toggle function than the variable.
21030 * simple.el (auto-fill-function):
21031 * subr.el (add-minor-mode): Use it.
21032
21033 2005-03-16 Kenichi Handa <handa@m17n.org>
21034
21035 * language/ethio-util.el (sera-being-called-by-w3): New variable.
21036 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
21037 (ethio-fidel-to-sera-buffer): Likewise.
21038
21039 2005-03-16 Juri Linkov <juri@jurta.org>
21040
21041 * emacs-lisp/find-func.el (find-function-regexp):
21042 Add defun-emitting macro `menu-bar-make-toggle'.
21043
21044 * isearch.el: Put `isearch-scroll' property to
21045 `split-window-horizontally'.
21046
21047 * info.el: Update error messages for `debug-ignored-errors'.
21048 (Info-isearch-search): Doc fix.
21049 (Info-find-node): Move up code to go into info buffer before
21050 recording the node to the history.
21051 (Info-fontify-node): Fontify titles only if the next line
21052 has two or more `*', `=', `-', `.'.
21053 Display "go to this node" for empty (match-string 3).
21054
21055 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21056
21057 * term/mac-win.el: Add mouse pointer shape constants.
21058
21059 2005-03-15 Kim F. Storm <storm@cua.dk>
21060
21061 * simple.el (move-beginning-of-line): Use vertical-motion.
21062
21063 2005-03-15 Juri Linkov <juri@jurta.org>
21064
21065 * isearch.el (isearch-error): New variable.
21066 (isearch-invalid-regexp, isearch-within-brackets): Remove.
21067 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
21068 (isearch-within-brackets-state): Remove.
21069 (isearch-case-fold-search-state, isearch-pop-fun-state):
21070 Decrease frame index.
21071 (isearch-mode, isearch-top-state, isearch-push-state)
21072 (isearch-edit-string, isearch-abort, isearch-search-and-update)
21073 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
21074 (isearch-search, isearch-lazy-highlight-new-loop):
21075 Replace `isearch-invalid-regexp' with `isearch-error'.
21076 Remove `isearch-within-brackets'.
21077 (isearch-search): Add `search-failed' handler to `condition-case'.
21078 (isearch-lazy-highlight-search): Add `condition-case' to catch
21079 errors and allow `isearch-lazy-highlight-update' to try
21080 highlighting from the beginning of the window.
21081 (isearch-repeat): Move up code to set isearch-wrapped to t
21082 before calling isearch-wrap-function.
21083
21084 * info.el (Info-isearch-initial-node): New internal variable.
21085 (Info-search): Signal an error in isearch mode when search leaves
21086 the initial node. Signal an error when `bound' is non-nil and
21087 nothing was found in the current subfile.
21088 (Info-isearch-search): Remove `condition-case'.
21089 (Info-isearch-wrap): Don't wrap when search failed during leaving
21090 the initial node. If `Info-isearch-search' is nil, wrap around
21091 the current node.
21092 (Info-isearch-start): New fun.
21093 (Info-mode): Add buffer-local hook `Info-isearch-start' to
21094 `isearch-mode-hook'.
21095
21096 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21097
21098 * simple.el (normal-erase-is-backspace): Set default to t if
21099 running on Mac.
21100
21101 * term/mac-win.el (function-key-map): Sync with x-win.el.
21102
21103 2005-03-15 Kenichi Handa <handa@m17n.org>
21104
21105 * international/mule-cmds.el (locale-language-names): Modify the
21106 format of elements and add more entries.
21107 (locale-preferred-coding-systems): Add more entries.
21108 (set-locale-environment): Adjust for the change of
21109 locale-language-names.
21110
21111 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
21112
21113 * pcvs.el (smerge-ediff): Remove bogus autoload.
21114
21115 2005-03-14 Lute Kamstra <lute@gnu.org>
21116
21117 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
21118 Ignore a `*' at the beginning of a line.
21119
21120 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
21121 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
21122 subr.el.
21123 (dont-compile, eval-when-compile, eval-and-compile): Use declare
21124 to specify indentation.
21125
21126 * generic.el (define-generic-mode): Let generic-mode-list be a
21127 list of strings; test membership with equal.
21128
21129 2005-03-14 Kim F. Storm <storm@cua.dk>
21130
21131 * simple.el (next-line, previous-line): Add optional try-vscroll
21132 arg to recognize interactive use. Pass it on to line-move.
21133 (line-move): Don't perform auto-window-vscroll when defining or
21134 executing keyboard macro to ensure consistent behavior.
21135
21136 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
21137
21138 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
21139
21140 2005-03-13 Lute Kamstra <lute@gnu.org>
21141
21142 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
21143 debugger-setup-buffer so that backtrace marks the frames set to
21144 debug-on-exit and we don't have to do it manually. Set an extra
21145 debug-on-exit for macro's.
21146 (debugger-setup-buffer): Don't mark the top frame manually.
21147
21148 2005-03-12 Lute Kamstra <lute@gnu.org>
21149
21150 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
21151 lisp-indent-function throughout.
21152 (with-no-warnings): Set lisp-indent-function property.
21153
21154 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
21155
21156 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
21157 Add entry for backslash.
21158
21159 2005-03-12 Juri Linkov <juri@jurta.org>
21160
21161 * info.el (Info-search): Four fixes for backward search.
21162
21163 2005-03-11 Jay Belanger <belanger@truman.edu>
21164
21165 * calc/calc.el (calc-language-alist): New variable.
21166 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
21167 (calc-embedded-find-modes): Use calc-language-alist instead of
21168 calc-embedded-language-alist.
21169
21170 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21171
21172 * calendar/calendar.el (calendar-redrawing): New internal
21173 variable.
21174 (redraw-calendar): Remove bogus save-excursion from previous
21175 change. Bind calendar-redrawing to t for mark-diary-entries.
21176 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
21177 calendar if that is why we were called.
21178
21179 2005-03-11 Kenichi Handa <handa@m17n.org>
21180
21181 * international/mule.el (make-coding-system): Set property
21182 coding-system-define-form to nil.
21183 (define-coding-system-alias): Likewise.
21184
21185 2005-03-11 Kenichi Handa <handa@m17n.org>
21186
21187 These changes are suggested by Dave Love <fx@gnu.org>.
21188
21189 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
21190 coding: tag.
21191 (adaptive-fill-regexp): Add more bullets.
21192 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
21193 regexps.
21194
21195 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
21196
21197 * help.el (describe-mode): Properly handle non-trivial lighters.
21198 Don't ignore minor modes that are not listed in minor-mode-list.
21199
21200 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
21201 feature ON when the user requests to turn it OFF.
21202
21203 2005-03-10 Lute Kamstra <lute@gnu.org>
21204
21205 * emacs-lisp/debug.el (debug-entry-code): Delete it.
21206 (implement-debug-on-entry): New function to replace debug-entry-code.
21207 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
21208 second argument as the 2005-03-07 change makes it obsolete.
21209 (debug-on-entry, cancel-debug-on-entry): Update call to
21210 debug-on-entry-1.
21211 (debug, debugger-setup-buffer): Comment update.
21212 (debugger-frame-number): Update to work with implement-debug-on-entry.
21213
21214 2005-03-10 Jay Belanger <belanger@truman.edu>
21215
21216 * calc/calc-embed.el (math-ms-args): Declare it.
21217 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
21218 math-ms-args.
21219 (calc-embedded-subst): Use math-multi-subst-rec to substitute
21220 variables.
21221
21222 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
21223
21224 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
21225 Use message-box.
21226
21227 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
21228 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
21229 (tooltip-gud-tips): Simplify.
21230 (tooltip-gud-tips-p): Remove superfluous :set.
21231 (tooltip-gud-modes): Add fortran-mode.
21232 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
21233
21234 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
21235
21236 2005-03-09 Kim F. Storm <storm@cua.dk>
21237
21238 * play/animate.el (animate-place-char): Use forward-line instead
21239 of next-line to improve performance.
21240
21241 2005-03-09 Simon Josefsson <jas@extundo.com>
21242
21243 * net/browse-url.el (browse-url-default-browser): Doc fix.
21244
21245 2005-03-09 Miles Bader <miles@gnu.org>
21246
21247 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
21248 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
21249
21250 2005-03-09 Kenichi Handa <handa@m17n.org>
21251
21252 * international/latin-1.el: Set case and syntax for 255 only if
21253 set-case-syntax-set-multibyte is nil.
21254
21255 * textmodes/ispell.el (ispell-insert-word): New function.
21256 (ispell-word): Use ispell-insert-word to insert a new word.
21257 (ispell-process-line): Likewise.
21258 (ispell-complete-word): Likewise.
21259
21260 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
21261
21262 * calendar/calendar.el (redraw-calendar): Preserve point.
21263 Reported by Matt Hodges <MPHodges@member.fsf.org>.
21264 (calendar-week-start-day): Move after definition of
21265 redraw-calendar. Delete buffer test, since redraw-calendar has
21266 that now.
21267
21268 * calendar/diary-lib.el (mark-diary-entries): Only call
21269 redraw-calendar in the first of any recursive calls.
21270 Reported by Alan Shutko <ats@acm.org>.
21271
21272 2005-03-08 Juri Linkov <juri@jurta.org>
21273
21274 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
21275 (html-horizontal-rule, html-line, html-image, html-checkboxes)
21276 (html-radio-buttons): Add a space before the trailing `/>' where
21277 sgml-xml-mode is non-nil.
21278 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
21279 the subsequent tag of the empty XML tag.
21280 (html-href-anchor): Don't set initial input to "http:".
21281 (html-image): Ask for the image URL and set point inside alt="".
21282 (html-name-anchor): Duplicate the name in the `id' attribute when
21283 sgml-xml-mode is non-nil.
21284 (html-paragraph): Remove \n before <p>.
21285 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
21286 instead of `checked' when sgml-xml-mode is non-nil.
21287
21288 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
21289 Remove 1 space before #RRGGBB to not truncate it on terminal
21290 windows w/o fringes. Remove 1 space between bg and fg examples
21291 to get more space.
21292 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
21293 avoid byte-compile warnings.
21294
21295 * image-file.el (image-file-handler): Put `safe-magic' property to
21296 `image-file-handler'.
21297
21298 * info.el (Info-isearch-search): Emulate word search in
21299 isearching through multiple Info nodes with Info-search.
21300 (Info-isearch-wrap): Allow isearch-word.
21301
21302 2005-03-08 Lute Kamstra <lute@gnu.org>
21303
21304 * emacs-lisp/debug.el (debugger-step-through): Make sure that
21305 stepping into the debugger's code is not possible.
21306 (debugger-jumping-flag): Docstring update.
21307
21308 2005-03-08 Jay Belanger <belanger@truman.edu>
21309
21310 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
21311 embedded mode begins.
21312 (calc-embedded-language-alist): New variable.
21313 (calc-embedded-find-modes): Use calc-embedded-language-alist to
21314 set default language mode.
21315
21316 2005-03-08 Kenichi Handa <handa@m17n.org>
21317
21318 * international/ccl.el (define-ccl-program): Fix docstring about
21319 extra 256 bytes assured for the output buffer.
21320
21321 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21322 Fix BUFFER_MAGNIFICATION to 2.
21323 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21324
21325 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
21326
21327 * align.el (align-rules-list): Added an alignment rule for CSS
21328 declarations (applies to css-mode and html-mode buffers).
21329
21330 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
21331
21332 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
21333
21334 2005-03-07 Kim F. Storm <storm@cua.dk>
21335
21336 * simple.el (move-beginning-of-line): New command.
21337
21338 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
21339
21340 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
21341
21342 * emulation/cua-base.el: Put CUA move property on move-end-of-line
21343 and move-beginning-of-line.
21344
21345 * apropos.el (apropos-print): Omit command from M-x ... RET.
21346
21347 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
21348
21349 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
21350 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
21351
21352 2005-03-06 Richard M. Stallman <rms@gnu.org>
21353
21354 * bindings.el (esc-map): Bind M-g to goto-line.
21355
21356 * facemenu.el (global-map): Bind M-o, not M-g.
21357
21358 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21359
21360 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
21361 "Open Directory" as for "Open File".
21362
21363 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
21364
21365 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
21366 (push-mark-command): Run activate-mark-hook.
21367
21368 2005-03-06 Richard M. Stallman <rms@gnu.org>
21369
21370 * help-mode.el (help-mode-finish): Don't alter the element
21371 in view-return-to-alist if there already is one.
21372
21373 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
21374 make sure the current buffer is the expected one.
21375
21376 * novice.el (disabled-command-function): Output in *Disabled Command*.
21377 Explicitly ignore non-keyboard events, and explicitly handle C-g.
21378
21379 * textmodes/flyspell.el (flyspell-large-region):
21380 Pass args differently for aspell.
21381
21382 * files.el (mode-require-final-newline): Doc fix.
21383
21384 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21385
21386 * progmodes/which-func.el (which-function):
21387 Specify NOERROR when calling imenu--make-index-alist.
21388
21389 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
21390
21391 * simple.el (normal-erase-is-backspace): Define default value.
21392
21393 * custom.el (custom-theme-set-variables): Remove unused var
21394 `immediate'.
21395 (custom-reevaluate-setting): Simple function to handle variables
21396 that are defined before their default value can really be
21397 computed.
21398
21399 * startup.el (command-line): Use it for temporary-file-directory,
21400 small-emporary-file-directory, auto-save-file-name-transforms,
21401 blink-cursor-mode, and normal-erase-is-backspace.
21402
21403 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
21404 progress, even with buggy anchored keywords.
21405
21406 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
21407
21408 * simple.el (goto-line): Remove unbalanced final parenthesis.
21409
21410 2005-03-05 Richard M. Stallman <rms@gnu.org>
21411
21412 * simple.el (goto-line): Use a number at point as the default.
21413 With C-u as arg, switch buffers.
21414
21415 2005-03-05 Juri Linkov <juri@jurta.org>
21416
21417 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
21418 with `no-blinking-cursor'.
21419
21420 * startup.el (no-blinking-cursor): New defvar.
21421 (command-line): Add `--no-blinking-cursor' to longopts.
21422 Set `no-blinking-cursor' to t for command line arguments
21423 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
21424 with `no-blinking-cursor' in the condition for calling
21425 `blink-cursor-mode'.
21426
21427 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
21428
21429 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
21430 (menu-bar-options-save): Add blink-cursor-mode.
21431 (menu-bar-options-menu): Add blink-cursor-mode.
21432
21433 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
21434
21435 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
21436 (icalendar-export-file, icalendar-export-region)
21437 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
21438 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
21439
21440 2005-03-04 Lute Kamstra <lute@gnu.org>
21441
21442 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21443 (debug-function-list): Ditto.
21444
21445 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
21446
21447 * textmodes/texinfmt.el (texinfo-append-refill):
21448 Redefine the types of line to which @refill
21449 is not appended by replacing a search for `@refill\\|@bye' with
21450 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
21451 itemize@refill' bug and the unfilled long lines bug.
21452 (texinfmt-version): Update number and date.
21453
21454 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21455
21456 * international/code-pages.el (windows-1250, windows-125[2-8])
21457 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21458
21459 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21460
21461 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21462 bound yet.
21463
21464 2005-03-02 Romain Francoise <romain@orebokech.com>
21465
21466 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21467 buffer after removing limits.
21468 (ibuffer-pop-filter): Ditto.
21469 Update copyright.
21470
21471 2005-03-02 Miles Bader <miles@gnu.org>
21472
21473 * button.el (make-text-button): If the user doesn't specify a
21474 type, use the default. Rewrite to use `add-text-properties' and
21475 plist functions.
21476
21477 2005-03-01 Lute Kamstra <lute@gnu.org>
21478
21479 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21480 (debugger-jumping-flag): New var.
21481 (debug-entry-code): Use it.
21482 (debugger-jump): Use debugger-jumping-flag and add
21483 debugger-reenable to post-command-hook.
21484 (debugger-reenable): Use debugger-jumping-flag and remove itself
21485 from post-command-hook.
21486 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21487 debugger-reenable.
21488
21489 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21490
21491 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21492 inclusion of "itemize\\|", which may be unnecessary, is certainly
21493 inelegant, and stops refilling in itemize lists when formatting
21494 Japanese Texinfo files to Info.
21495 Update copyright to 2005.
21496
21497 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21498
21499 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21500 of an error if GDB can't find the source file.
21501
21502 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21503
21504 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21505 not just the calendar.
21506
21507 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21508 first.
21509 (diary-redraw-calendar): New function.
21510 (make-diary-entry): Add diary-redraw-calendar to local
21511 write-contents-functions. Turn off selective display before
21512 inserting in diary.
21513
21514 2005-03-01 Kim F. Storm <storm@cua.dk>
21515
21516 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21517
21518 2005-03-01 Lute Kamstra <lute@gnu.org>
21519
21520 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21521 that debug-entry-code can be safely removed from a function while
21522 this code is being evaluated. Revert the 2005-02-27 change as the
21523 new implementation no longer requires it. Make sure that a
21524 function body containing just a string is not mistaken for a docstring.
21525 (debug): Skip one more frame in case of debug on entry.
21526 (debugger-setup-buffer): Delete one more frame line in case of
21527 debug on entry.
21528 (debugger-frame-number): Update to use the new text introduced by
21529 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21530
21531 2005-02-28 Kim F. Storm <storm@cua.dk>
21532
21533 * double.el (double-translate-key): Call force-window-update after
21534 read-event to avoid crash in redisplay.
21535
21536 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21537
21538 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21539 (debug): Use it. Move the inhibit-trace earlier.
21540 (debug-entry-code): New const.
21541 (debug-on-entry-1): Use it.
21542
21543 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21544
21545 * international/utf-16.el (ccl-encode-mule-utf-16le):
21546 Fix BUFFER_MAGNIFICATION to 2.
21547 (ccl-encode-mule-utf-16be): Likewise.
21548
21549 2005-02-28 Kenichi Handa <handa@m17n.org>
21550
21551 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21552 Fix BUFFER_MAGNIFICATION to 4.
21553 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21554
21555 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21556
21557 * speedbar.el (speedbar-update-flag): Doc fix.
21558 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21559 argument.
21560
21561 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21562
21563 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21564 have a non-nil `invisible' property but are actually visible.
21565
21566 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21567 for perldoc sections.
21568 (perl-outline-regexp, perl-outline-level): New var and function.
21569 (perl-mode): Use them.
21570
21571 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21572
21573 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21574 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21575
21576 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21577
21578 * cus-edit.el: Comment change.
21579 (custom-buffer-create-internal): Slightly reword text at top of
21580 Custom buffers. Mention there that saving an option edits the
21581 init file. Add link to Emacs manual node on `custom-file'.
21582 (custom-magic-alist): Rewrite individual State messages to use
21583 capitalized keywords. Doc fix.
21584
21585 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21586
21587 * calendar/calendar.el (calendar-buffer): Move above
21588 calendar-week-start-day.
21589 (calendar-week-start-day): Doc fix. Add :set function.
21590 (calendar-minimum-window-height): New variable.
21591 (generate-calendar-window): Only resize window if selected-window
21592 is displaying the calendar buffer. Use new variable
21593 calendar-minimum-window-height.
21594 (generate-calendar): Reword error message.
21595 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21596
21597 2005-02-27 Andreas Schwab <schwab@suse.de>
21598
21599 * vc.el (vc-do-command): Don't run command asynchronously when
21600 operating in a remote directory.
21601
21602 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21603 change from sync with Tramp 2.0.47.
21604
21605 2005-02-27 Richard M. Stallman <rms@gnu.org>
21606
21607 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21608
21609 * textmodes/flyspell.el (flyspell-mode-on):
21610 Call ispell-change-dictionary only if necessary.
21611
21612 * emacs-lisp/re-builder.el (regexp-builder): New function.
21613
21614 * register.el (describe-register-1): Explicitly handle
21615 yank-excluded-properties = t.
21616
21617 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21618 (custom-magic-alist): Change the status descriptions again.
21619 (face widget-type): Total rewrite based on `restricted-sexp'
21620 to eliminate the confusing double hiding levels.
21621
21622 * emacs-lisp/debug.el (debug-on-entry-1):
21623 If function body is empty, add nil as body form.
21624
21625 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21626
21627 * emacs-lisp/trace.el (inhibit-trace): New var.
21628 (trace-make-advice): Use it.
21629
21630 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21631
21632 2005-02-26 Kim F. Storm <storm@cua.dk>
21633
21634 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21635 (mouse-on-link-p, mouse-drag-region-1): Use it.
21636
21637 2005-02-25 Lute Kamstra <lute@gnu.org>
21638
21639 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21640
21641 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21642
21643 * frame.el (blink-cursor-mode): Add :group keyword.
21644
21645 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21646
21647 * calendar/icalendar.el (icalendar--decode-isodatetime):
21648 New optional argument DAY-SHIFT.
21649 (icalendar-export-region): Fix coding-system-for-write.
21650 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21651 events by one.
21652
21653 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21654
21655 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21656
21657 2005-02-24 Kim F. Storm <storm@cua.dk>
21658
21659 * international/iso-acc.el (iso-accents-compose): Fix crash
21660 during redisplay. Call force-window-update after read-event
21661 and delete-region to signal that window is not accurate.
21662
21663 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21664
21665 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21666 Remove unused and inexistent var `inhibit-trace'.
21667 (debugger-mode): Use run-mode-hooks.
21668 (debugger-list-functions): Add buttons; setup xref stack.
21669
21670 2005-02-23 Richard M. Stallman <rms@gnu.org>
21671
21672 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21673 appointment says it was explicitly made.
21674 (appt-add): Set the 3rd element.
21675 (appt-make-list): Preserve explicit appointments.
21676
21677 * subr.el (find-tag-default): Catch errors in forward-sexp.
21678
21679 2005-02-23 Juri Linkov <juri@jurta.org>
21680
21681 * info.el (Info-isearch-search): New defcustom.
21682 (Info-isearch-search): Call the default isearch function
21683 when Info-isearch-search is nil.
21684 (Info-isearch-wrap): Use variable Info-isearch-search.
21685
21686 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21687
21688 * cus-edit.el: Comment change.
21689
21690 2005-02-22 Kim F. Storm <storm@cua.dk>
21691
21692 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21693 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21694
21695 2005-02-22 Simon Josefsson <jas@extundo.com>
21696
21697 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21698 New variable.
21699 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21700 Oskarsson" <myrkraverk@users.sourceforget.net>.
21701
21702 2005-02-22 Kim F. Storm <storm@cua.dk>
21703
21704 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21705 check that window of that event is the selected window.
21706 (mouse-drag-region-1): Compare mouse event window to selected
21707 window before setting point.
21708
21709 * tooltip.el (tooltip-show-help-function): Pass event to
21710 mouse-on-link-p so it can check selected window.
21711
21712 2005-02-22 Kenichi Handa <handa@m17n.org>
21713
21714 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21715 (ps-mule-show-warning): New function.
21716 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21717 characters are found.
21718
21719 * ps-print.el (ps-header-footer-string): Return a list of header
21720 and footer strings.
21721
21722 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21723
21724 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21725
21726 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21727
21728 * frame.el (blink-cursor-mode): Use define-minor-mode.
21729
21730 * term/mac-win.el (function-key-map): Use char-names more consistently.
21731 (file-name-coding-system): Only set it for MacOS-9. The other case is
21732 already handled in mule-cmds.el (where it also works when mac-win.el
21733 is not used).
21734
21735 2005-02-21 Kenichi Handa <handa@m17n.org>
21736
21737 * international/mule.el (ctext-pre-write-conversion): Always use
21738 " *code-converting-work*" buffer for work.
21739
21740 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21741
21742 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21743
21744 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21745
21746 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21747
21748 * ses.el (undo-more): Restore defadvice, but only the part that
21749 allows changes outside the restricted area of the buffer.
21750
21751 2005-02-20 Kim F. Storm <storm@cua.dk>
21752
21753 * simple.el (line-move): Add fourth optional arg try-vscroll which
21754 must be set to perform auto-window-vscroll.
21755 When moving backwards and doing auto-window-vscroll, automatically
21756 vscroll to the last part of lines which are taller than the window.
21757 (next-line, previous-line): Set try-vscroll arg on line-move.
21758
21759 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21760
21761 * replace.el (query-replace, query-replace-regexp)
21762 (replace-string, replace-regexp): When operating on region, make
21763 the minibuffer prompt say so.
21764
21765 * isearch.el (isearch-forward): Document isearch-query-replace and
21766 isearch-query-replace-regexp keybindings.
21767
21768 2005-02-19 Jay Belanger <belanger@truman.edu>
21769
21770 * calc/calc-aent.el (math-read-token): Add local variable.
21771
21772 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21773 (calc-edit-top): Move declaration to earlier in file.
21774 (calc-edit-macro-repeats): Add local variables.
21775
21776 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21777 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21778 calcFunc-tanh.
21779 Adjust integration rule for calcFunc-tan.
21780
21781 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21782
21783 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21784 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21785 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21786 (viper-skip-separators): Bug fix.
21787 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21788 particular major mode.
21789 (viper-del-backward-char-in-replace): Don't put deleted char on the
21790 kill ring.
21791
21792 * viper-ex.el (viper-color-display-p): New function.
21793 (viper-has-face-support-p): Use viper-color-display-p.
21794
21795 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21796
21797 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21798
21799 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21800 (viper-file-remote-p): Make equivalent to file-remote-p.
21801
21802 * viper.el (viper-major-mode-modifier-list):
21803 Use viper-gnus-modifier-map.
21804
21805 2005-02-19 David Kastrup <dak@gnu.org>
21806
21807 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21808 quoting.
21809
21810 2005-02-19 Jay Belanger <belanger@truman.edu>
21811
21812 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21813 Remove extra definitions.
21814 (calc-coth): New function.
21815 (calcFunc-cot): Fix `let'.
21816
21817 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21818
21819 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21820 the reasons we use "type pc" in these faces.
21821
21822 * button.el (button): Ditto.
21823
21824 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21825
21826 * replace.el (query-replace-read-from): Set the value of
21827 query-replace-from-history-variable to handle the case of an empty
21828 string entered to accept the suggested default.
21829
21830 * net/tramp.el (tramp-file-name-for-operation):
21831 Use dired-call-process instead of dired-call-process-command.
21832
21833 2005-02-19 Jay Belanger <belanger@truman.edu>
21834
21835 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21836 (math-div-non-trig): New variables.
21837 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21838 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21839 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21840 trig expressions.
21841
21842 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21843
21844 * progmodes/gdb-ui.el (gdb-var-update-handler)
21845 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21846 for watch expressions,
21847 (gdb-var-create-handler): Don't set speedbar-update-flag.
21848 (gdb-post-prompt): Simplify test for speedbar.
21849
21850 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21851
21852 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21853 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21854 we use the syntax table of the correct buffer.
21855 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21856 Felix Gatzemeier.
21857
21858 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21859 (ediff-file-remote-p): Make synonymous with file-remote-p.
21860 In all deffaces ediff-*-face-*, use min-colors.
21861
21862 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21863 ediff-recurse-to-subdirectories.
21864 (ediff-mark-if-equal): Check that the arguments are strings, use
21865 ediff-same-contents (after to Felix Gatzemeier).
21866
21867 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21868 nil.
21869
21870 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21871
21872 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21873
21874 2005-02-18 David Kastrup <dak@gnu.org>
21875
21876 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21877 use `mark-active' when defined.
21878
21879 2005-02-18 Kenichi Handa <handa@m17n.org>
21880
21881 * ps-print.el (ps-font-info-database): New entry
21882 ZapfChancery-MediumItalic with correct font name. Fix font name
21883 of the entry Zapf-Chancery-MediumItalic.
21884
21885 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21886
21887 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21888
21889 2005-02-16 Kim F. Storm <storm@cua.dk>
21890
21891 * ido.el (ido-fallback-command): Pass user input to fallback command.
21892
21893 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21894
21895 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21896 (gdb-find-file-hook): Add server prefix.
21897
21898 2005-02-16 Richard M. Stallman <rms@gnu.org>
21899
21900 * replace.el (perform-replace): Pass new args to replace-highlight.
21901 (replace-highlight): Take region args,
21902 and pass them to isearch-lazy-highlight-new-loop.
21903
21904 * novice.el (disabled-command-hook): Autoload the defalias
21905 and the make-obsolete-variable call.
21906
21907 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21908
21909 * isearch.el (isearch-lazy-highlight-start-limit)
21910 (isearch-lazy-highlight-end-limit): New variables limit
21911 the region for highlighting.
21912 (isearch-lazy-highlight-new-loop): New args BEG and END.
21913 (isearch-lazy-highlight-search): Use the new vars.
21914 (isearch-lazy-highlight-update): Likewise.
21915
21916 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21917
21918 * cus-start.el (all): Use default-boundp.
21919
21920 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21921
21922 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21923
21924 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21925
21926 * autorevert.el (auto-revert-stop-on-user-input)
21927 (auto-revert-verbose): Doc fixes.
21928
21929 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21930
21931 * international/mule-cmds.el (set-locale-environment): Remove call
21932 to set-selection-coding-system on Windows.
21933
21934 2005-02-15 Jay Belanger <belanger@truman.edu>
21935
21936 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21937 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21938 calcFunc-coth.
21939 (math-simplify-sqrt): Add simplifications.
21940
21941 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21942 to list.
21943
21944 * calc/calc-ext.el: Add functions to autoloads.
21945
21946 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21947 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21948 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21949 (math-csc-raw, math-cot-raw): New functions.
21950
21951 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21952
21953 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21954 the variable name in a message.
21955
21956 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21957 calcFunc-csc, calcFunc-cot.
21958
21959 * calc/calcalg2.el: Add derivative and integration rules for
21960 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21961 calcFunc-csch, calcFunc-coth.
21962 (math-do-integral-methods): Add to checks for when to use
21963 substitutions.
21964
21965 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21966
21967 2005-02-15 Lute Kamstra <lute@gnu.org>
21968
21969 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21970 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21971 <monnier@iro.umontreal.ca>
21972 (lisp-outline-level): Improve efficiency. Suggested by David
21973 Kastrup <dak@gnu.org>.
21974
21975 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21976
21977 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21978 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21979 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21980 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21981 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21982
21983 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21984
21985 * cus-start.el (all): Comment change.
21986
21987 2005-02-14 Lute Kamstra <lute@gnu.org>
21988
21989 * cus-start.el (all): Check if symbol is void.
21990
21991 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21992
21993 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21994 optional argument to \cite.
21995
21996 2005-02-14 Richard M. Stallman <rms@gnu.org>
21997
21998 * cus-edit.el (custom-buffer-create-internal): Update help message.
21999 (custom-magic-alist): Update help messages.
22000
22001 * cus-start.el (all): Allow a var to specify a standard value.
22002
22003 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
22004
22005 * custom.el (custom-theme-set-variables): Handle variable aliases.
22006
22007 * frame.el (blink-cursor-timer): Doc fix.
22008 (blink-cursor): Make it an alias for `blink-cursor-mode' and
22009 declare obsolete.
22010 (blink-cursor-mode): Define with defcustom and use correct
22011 standard expression in that defcustom.
22012 * startup.el (command-line): Adapt to above changes in frame.el.
22013
22014 2005-02-11 Lute Kamstra <lute@gnu.org>
22015
22016 * apropos.el (apropos-score-doc): Prevent division by zero.
22017
22018 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
22019
22020 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
22021 (icalendar--get-event-property-attributes)
22022 (icalendar--get-event-properties)
22023 (icalendar--datetime-to-diary-date): New functions.
22024 (icalendar--split-value): Doc fix.
22025 (icalendar--datetime-to-noneuropean-date)
22026 (icalendar--datetime-to-european-date): New optional argument
22027 SEPARATOR. Return result as a string instead of a list.
22028 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
22029 (icalendar--convert-string-for-export): Rename arg S to STRING.
22030 (icalendar-export-region): Doc fix. Change name of error buffer.
22031 Save output buffer.
22032 (icalendar-import-file): Add blank at end of prompt.
22033 (icalendar-import-buffer): Doc fix. Do not switch to error
22034 buffer. Indicate status in return value.
22035 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
22036 buffer. Save output buffer. Handle exception from recurrence
22037 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
22038 events. Fix problems with weekly all-day events.
22039
22040 2005-02-10 Richard M. Stallman <rms@gnu.org>
22041
22042 * simple.el (eval-expression-print-format):
22043 Avoid warning about edebug-active.
22044
22045 * help.el (help-for-help-internal): Rename from help-for-help.
22046 (help-for-help): Define with defalias.
22047
22048 * font-core.el (font-lock-default-function): Use with-no-warnings.
22049
22050 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
22051
22052 * custom.el (defface): Doc fix.
22053
22054 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
22055
22056 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
22057 width 0" to prevent word wrapping problems.
22058
22059 2005-02-09 Kim F. Storm <storm@cua.dk>
22060
22061 * ido.el (ido-file-extensions-order): New defcustom.
22062 (ido-file-extension-lessp, ido-file-extension-aux)
22063 (ido-file-extension-order): New advanced file ordering.
22064 (ido-file-lessp): New simple file ordering.
22065 (ido-sort-list): Remove.
22066 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
22067 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
22068
22069 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
22070
22071 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
22072 that some versions of grep produce.
22073 (grep-mode-font-lock-keywords): Likewise.
22074
22075 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
22076
22077 * progmodes/gdb-ui.el (gdb-location-list): New variable.
22078 (gdb-cdir): Delete.
22079 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
22080 (gdb-source-info): Treat case when source file is in another
22081 directory properly.
22082 (gdb-get-location): New function.
22083
22084 2005-02-07 Jay Belanger <belanger@truman.edu>
22085
22086 * calc/calc-prog.el (calc-write-parse-table-part)
22087 (calc-fix-token-name): Fix a check for language type.
22088
22089 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
22090
22091 2005-02-07 Andre Spiegel <spiegel@gnu.org>
22092
22093 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
22094 as directory not writable.
22095
22096 2005-02-07 Kim F. Storm <storm@cua.dk>
22097
22098 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
22099 (cua--standard-movement-commands): Remove list.
22100 Instead, set CUA property value to move for movement commands.
22101 (cua-movement-commands): Remove. Users must set CUA prop instead.
22102 (cua--pre-command-handler): Check CUA property.
22103 (cua--init-keymaps): Don't remap undo commands.
22104 (cua-mode): Don't call cua--rectangle-on-off.
22105
22106 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
22107 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
22108 (cua--rect-undo-set-point): New var.
22109 (cua--rectangle-undo-boundary): Setup undo apply entry.
22110 (cua--rect-undo-handler): New function for rectangle undo.
22111 (cua--rect-start-position, cua--rect-end-position): Add.
22112 (cua--rectangle-post-command): Call cua--rectangle-set-corners
22113 for restored rectangle. Set point if cua--rect-undo-set-point.
22114
22115 2005-02-06 Jay Belanger <belanger@truman.edu>
22116
22117 * calc/calc-lang.el (calc-tex-language): Display more information
22118 in messages.
22119
22120 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
22121 in TeX mode.
22122
22123 2005-02-06 Richard M. Stallman <rms@gnu.org>
22124
22125 * emacs-lisp/lisp.el (buffer-end): Doc fix.
22126
22127 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
22128
22129 * net/ldap.el (ldap-search-internal): Support attributes with
22130 optional descriptions separated by a semi-colon, as in
22131 "userCertificate;binary".
22132
22133 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22134
22135 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
22136 isn't a cons (i.e. the version is 0).
22137
22138 2005-02-05 Eli Zaretskii <eliz@gnu.org>
22139
22140 * help.el (help-for-help): Doc fix.
22141
22142 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
22143
22144 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
22145 GDB-Windows on the menu-bar as this works better.
22146
22147 2005-02-04 Jay Belanger <belanger@truman.edu>
22148
22149 * calc/calc-embed.el (calc-embedded-update): Don't put in
22150 unnecessary newlines. Adjust the end of formula marker.
22151
22152 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
22153 (math-latex-parse-two-args): New function.
22154
22155 2005-02-03 Lute Kamstra <lute@gnu.org>
22156
22157 * help-fns.el (help-with-tutorial): Make sure that users cannot
22158 remove the entire text of the tutorial by means of `undo'.
22159
22160 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
22161
22162 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
22163 in recent changes, where the ispell process was repeatedly
22164 killed & restarted.
22165
22166 * international/mule-cmds.el (set-locale-environment): Set file-name
22167 coding system to utf-8 on Darwin systems.
22168 (set-default-coding-systems): Don't set default-file-name-coding-system
22169 on Darwin systems.
22170
22171 2005-02-03 Richard M. Stallman <rms@gnu.org>
22172
22173 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
22174
22175 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
22176
22177 * faces.el (list-faces-display): Add optional argument.
22178
22179 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
22180
22181 * font-core.el (font-lock-default-function): Handle the rare case where
22182 only font-lock-keywords is set.
22183
22184 2005-02-02 Kenichi Handa <handa@m17n.org>
22185
22186 * international/characters.el: Cancel previous change for
22187 I-WITH-DOT-ABOVE and DOTLESS-i.
22188
22189 * international/latin-5.el: Cancel previous change.
22190
22191 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
22192
22193 * progmodes/gud.el: Correction to syntax in gud-menu-map.
22194
22195 2005-02-02 Kenichi Handa <handa@m17n.org>
22196
22197 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
22198 DOTLESS-i.
22199
22200 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
22201 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
22202
22203 * case-table.el (get-upcase-table): New function.
22204 (copy-case-table): Copy upcaes table too if non-nil.
22205 (set-case-syntax-delims): Maintain upcase table too.
22206 (set-case-syntax-pair): Likewise.
22207 (set-upcase-syntax, set-downcase-syntax): New functions.
22208 (set-case-syntax): Maintain upcase table too.
22209
22210 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
22211
22212 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
22213
22214 * progmodes/gud.el (gud-goto-info): New function.
22215 (gud-tool-bar-map): Use correct icon.
22216
22217 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
22218
22219 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
22220 When delegating, order args in the funcall correctly.
22221
22222 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
22223
22224 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
22225
22226 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
22227
22228 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
22229 buffer not visiting a file.
22230
22231 2005-01-31 Jay Belanger <belanger@truman.edu>
22232
22233 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
22234 bound on the line with the formula.
22235
22236 2005-01-31 Kim F. Storm <storm@cua.dk>
22237
22238 * ses.el (ses-create-cell-variable-range)
22239 (ses-destroy-cell-variable-range, ses-reset-header-string)
22240 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
22241 (ses-insert-row): Fix format of apply undo entries.
22242
22243 2005-01-31 Jay Belanger <belanger@truman.edu>
22244
22245 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
22246 parts.
22247
22248 * calc/calc-embed.el (calc-embedded-open-formula)
22249 (calc-embedded-close-formula): Ignore matrix environments.
22250
22251 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
22252 TeX mode.
22253
22254 * calc/calc-lang.el (math-function-table, math-oper-table)
22255 (math-variable-table): Adjust the LaTeX portions.
22256
22257 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
22258 (math-latex-ignore-words): New constant.
22259
22260 2005-01-31 Richard M. Stallman <rms@gnu.org>
22261
22262 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
22263 (ispell-local-dictionary): Doc fix.
22264 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
22265 Don't reinitialize at run time. Don't defcustom.
22266 All uses changed to append ispell-local-dictionary-alist,
22267 or check it first.
22268 (ispell-current-dictionary): New variable for dictionary in use.
22269 (ispell-dictionary): Now used only for global default.
22270 (ispell-start-process): Set ispell-current-dictionary,
22271 not ispell-dictionary.
22272 (ispell-change-dictionary): Use this only for setting
22273 user preferences.
22274 (ispell-internal-change-dictionary): New function
22275 to change the current dictionary in use.
22276 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
22277 Use ispell-current-dictionary.
22278 Handle ispell-local-dictionary-overridden.
22279 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
22280
22281 2005-01-31 Jay Belanger <belanger@truman.edu>
22282
22283 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
22284
22285 * calc/calc-ext.el: Add calc-latex-language to autoloads.
22286 (calc-mode-map): Add calc-latex-language.
22287
22288 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
22289 (math-latex-print-frac): New functions.
22290 (math-oper-table, math-function-table, math-variable-table)
22291 (math-complex-format, math-input-filter): Add latex properties.
22292 (calc-set-language): Set math-expr-special-function-mapping.
22293
22294 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
22295 (calc-write-parse-table-part): Add LaTeX support.
22296
22297 * calc/calc.el (calc-language): Adjust docstring.
22298 (calc-set-mode-line): Add LaTeX support.
22299 (math-expr-special-function-mapping): New variable.
22300 (math-tex-ignore-words): Add to list.
22301
22302 * calc/calccomp.el (math-compose-expr, math-compose-rows):
22303 Add LaTeX support.
22304 (math-compose-expr): Add support for special functions.
22305
22306 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
22307
22308 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
22309
22310 * progmodes/gdb-ui.el (gdb-memory-address)
22311 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
22312 (gdb-memory-mode-map, gdb-memory-format-keymap)
22313 (gdb-memory-format-menu, gdb-memory-unit-keymap)
22314 (gdb-memory-unit-menu): New variables for a buffer
22315 that lets the user examine program memory.
22316 (gdb-memory-set-address, gdb-memory-set-repeat-count)
22317 (gdb-memory-format-binary, gdb-memory-format-octal)
22318 (gdb-memory-format-unsigned, gdb-memory-format-signed)
22319 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
22320 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
22321 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22322 (gdb-memory-unit-byte, gdb-memory-unit-menu)
22323 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
22324 (gdb-memory-mode, gdb-memory-buffer-name)
22325 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
22326 New functions for above buffer.
22327
22328 2005-01-30 Richard M. Stallman <rms@gnu.org>
22329
22330 * cus-edit.el (custom-bury-buffer): Function deleted.
22331 (custom-buffer-done-function): Option deleted.
22332 (custom-buffer-done-kill): New replacement option.
22333 (Custom-buffer-done): Call quit-window.
22334 (custom-buffer-create-internal): Update for above changes.
22335
22336 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
22337
22338 * simple.el (undo-ask-before-discard): New var.
22339 (undo-outer-limit-truncate): Implement it.
22340 (undo-extra-outer-limit): Doc update.
22341
22342 2005-01-29 Richard M. Stallman <rms@gnu.org>
22343
22344 * ses.el (undo-more): Delete defadvice.
22345 (ses-begin-change): Doc fix.
22346
22347 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
22348 instead of rebinding C-x u and C-_.
22349
22350 * files.el (normal-backup-enable-predicate): Return nil for files
22351 in /tmp, regardless of temporary-file-directory.
22352
22353 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
22354
22355 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
22356 (open-rectangle, delete-whitespace-rectangle-line)
22357 (clear-rectangle-line): If FILL, pass t instead of FILL
22358 for move-to-column's 2nd arg.
22359
22360 * simple.el (undo): Fix the test for continuing a series of undos.
22361 (undo-more): Set pending-undo-list to t when we reach end.
22362 (pending-undo-list): Move up defvar.
22363
22364 * wid-edit.el (widget-button-click):
22365 Shorten the range of the track-mouse binding.
22366
22367 * comint.el (comint-insert-input): Undo previous changes;
22368 use last-input-event in interactive spec.
22369
22370 2005-01-29 Eli Zaretskii <eliz@gnu.org>
22371
22372 * progmodes/compile.el (compilation-start): Bind buffer-read-only
22373 to nil before invoking call-process. Reset buffer's modified flag
22374 after fontifying it in the no-async branch.
22375
22376 * wid-edit.el (widget-specify-button): If mouse pointer shape
22377 cannot be changed, use mouse face instead.
22378
22379 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
22380
22381 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22382 (gdb-goto-breakpoint): Make breakpoint handling work on template
22383 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
22384 (gdb-assembler-custom): Update to recognize breakpoint information
22385 added on 2005-01-19.
22386
22387 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
22388
22389 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
22390 (dsssl-mode): Use define-derived-mode.
22391 (scheme-mode-initialize): Remove.
22392 (scheme-mode): Use run-mode-hooks.
22393
22394 * cus-edit.el (customize-group-other-window)
22395 (custom-buffer-create-other-window): Don't override special-display-*.
22396 (custom-mode-map): Make it dense.
22397
22398 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
22399 sets the default value.
22400
22401 2005-01-28 Eli Zaretskii <eliz@gnu.org>
22402
22403 * descr-text.el: Add more keywords.
22404
22405 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
22406
22407 * speedbar.el: Avoid unnecessary use of locate-library.
22408
22409 * international/mule-cmds.el (standard-display-european-internal):
22410 Don't fiddle with latin-1 non-break space any more since it's now
22411 special cased in the C code.
22412 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
22413
22414 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
22415
22416 * cus-start.el (all): Add `undo-outer-limit'.
22417
22418 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22419
22420 * textmodes/bibtex.el (bibtex-format-entry):
22421 Use `bibtex-empty-field-re' only on the text of fields, not on entire
22422 field lines.
22423 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
22424 not on part of a buffer.
22425
22426 2005-01-25 Lute Kamstra <lute@gnu.org>
22427
22428 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
22429 nonempty field text strings like "{letters\\macro{}more letters}".
22430 Clarify docstring.
22431 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
22432 (bibtex-entry-offset, bibtex-parse-association)
22433 (bibtex-parse-field-name): Fix typos in docstrings.
22434 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
22435
22436 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
22437
22438 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
22439 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
22440 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
22441 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
22442
22443 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22444 isearch minor mode.
22445
22446 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
22447
22448 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22449
22450 2005-01-24 Lute Kamstra <lute@gnu.org>
22451
22452 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22453 CASECHARS and NOT-CASECHARS regular expressions of the
22454 "nederlands" and "nederlands8" dictionaries to prevent a "Range
22455 striding over charsets" error.
22456
22457 2005-01-24 Jay Belanger <belanger@truman.edu>
22458
22459 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22460 display variable name.
22461
22462 2005-01-24 Kenichi Handa <handa@m17n.org>
22463
22464 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22465 Fix setting of the element of encoded-kbd-iso2022-invocations.
22466
22467 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
22468
22469 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22470 (gdb-threads-select): Change to also accept mouse events.
22471 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22472 (gdb-threads-mouse-select): Delete.
22473
22474 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
22475
22476 * files.el (insert-directory): Take care of empty directory,
22477 listed without -a switch.
22478
22479 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
22480
22481 * textmodes/refill.el (refill-post-command-function):
22482 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22483 to the list of functions that we should be careful not to undo.
22484 (refill-late-fill-paragraph-function): Remove.
22485 (refill-saved-state): New var.
22486 (refill-mode): Use it to save fill-paragraph-function.
22487 Save also the value of auto-fill-function.
22488
22489 * term/w32-win.el: Simplify code.
22490
22491 2005-01-23 Kim F. Storm <storm@cua.dk>
22492
22493 * simple.el (line-move): Adapt to new return value from
22494 pos-visible-in-window-p.
22495
22496 * simple.el (line-move): Fix last change. Check partial
22497 visibility at point rather than at window-start.
22498
22499 2005-01-22 Jason Rumney <jasonr@gnu.org>
22500
22501 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22502
22503 2005-01-22 David Kastrup <dak@gnu.org>
22504
22505 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22506
22507 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22508
22509 * type-break.el (type-break-mode): Add a test for
22510 type-break-file-name being non-nil.
22511
22512 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22513
22514 * net/eudc.el (top level): Call (message "") via progn, so that
22515 eudc-options-file is loaded.
22516
22517 2005-01-22 Kim F. Storm <storm@cua.dk>
22518
22519 * simple.el (line-move-1): Rename from line-move.
22520 (line-move): New function that adjusts vscroll for partially
22521 visible rows, and calls line-move-1 otherwise.
22522
22523 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22524
22525 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22526 since it's not a complete read-event implementation
22527
22528 2005-01-20 Jay Belanger <belanger@truman.edu>
22529
22530 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22531 for called function.
22532
22533 2005-01-20 Steven Tamm <steventamm@mac.com>
22534
22535 * term/mac-win.el (process-connection-type): Remove.
22536 Controlled now by s/darwin.h:PTY_ITERATION.
22537
22538 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22539
22540 * window.el (handle-select-window): Don't switch window when we're
22541 in the minibuffer.
22542
22543 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22544
22545 * subr.el (dotimes-with-progress-reporter): New macro.
22546
22547 * ses.el (ses-dotimes-msg): Remove macro.
22548 Use `dotimes-with-progress-reporter' instead.
22549
22550 2005-01-19 Steven Tamm <steventamm@mac.com>
22551
22552 * term/mac-win.el (process-connection-type): Use new
22553 operating-system-release variable to use ptys on Darwin 7 (OS X
22554 10.3) when using carbon build.
22555
22556 2005-01-19 Jay Belanger <belanger@truman.edu>
22557
22558 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22559 flags if the last command was a tab or M-tab.
22560
22561 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22562 in formula editing buffer.
22563
22564 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22565
22566 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22567 breakpoint image symbol in margin.
22568
22569 2005-01-19 Jay Belanger <belanger@truman.edu>
22570
22571 * calc/calc-prog.el (calc-execute-kbd-macro):
22572 Ignore calc-keep-arg-flag.
22573
22574 2005-01-19 Kenichi Handa <handa@m17n.org>
22575
22576 * textmodes/ispell.el (ispell-looking-at): New function.
22577 (ispell-process-line): Use ispell-looking-at to compare the ispell
22578 output and the buffer contents.
22579
22580 2005-01-18 Jay Belanger <belanger@truman.edu>
22581
22582 * calc/calc.el (calc-display-raw): Fix docstring.
22583
22584 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22585
22586 * simple.el (blink-matching-open): Strip extra info from syntax.
22587
22588 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22589 funny chars in the end-of-here-doc marker.
22590
22591 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22592
22593 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22594 that enable/disabled state of breakpoints is shown correctly in
22595 fringe and on ttys.
22596 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22597 Add breakpoint information as text properties.
22598 (gdb-mouse-toggle-breakpoint):
22599 Rename to gdb-mouse-set-clear-breakpoint.
22600 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22601 breakpoints in the margin.
22602 (gdb-remove-strings): Simplify.
22603
22604 2005-01-17 Jay Belanger <belanger@truman.edu>
22605
22606 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22607 erasing buffer.
22608
22609 2005-01-17 Richard M. Stallman <rms@gnu.org>
22610
22611 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22612 for calling grep-compute-defaults.
22613
22614 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22615 if buffer is empty.
22616
22617 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22618
22619 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22620
22621 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22622
22623 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22624 non-preloaded variables.
22625
22626 2005-01-17 Steven Tamm <steventamm@mac.com>
22627
22628 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22629 tex-shell cause to force interactivity when using pipes.
22630
22631 2005-01-17 Kim F. Storm <storm@cua.dk>
22632
22633 * simple.el (just-one-space): Make arg optional.
22634
22635 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22636
22637 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22638 posn-at-x-y to t to access left-margin.
22639
22640 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22641
22642 Sync with Tramp 2.0.47.
22643
22644 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22645 catching keep-date problems in cp/scp operations.
22646 (tramp-handle-copy-file): Don't call `set-file-modes'
22647 unconditionally. Specialized functions should know better what is
22648 necessary. This improves performance a little bit, and the
22649 functions could catch errors with `cp -p' and `scp -p'.
22650 (tramp-do-copy-or-rename-file-via-buffer)
22651 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22652 when appropriate.
22653 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22654 Call `set-file-modes' when appropriate.
22655 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22656 Johnsson <isak@hypergene.com>
22657 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22658 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22659 <joakim@verona.se>
22660 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22661 Emacs only.
22662
22663 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22664 `find-file-hooks' and `dired-mode-hook'.
22665 (tramp-minor-mode-map): Respective map. Add remapping for
22666 `compile' and `recompile'.
22667 (tramp-remap-command, tramp-recompile): New defuns.
22668 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22669 in buffer "*Compilation*". Call the commands asynchronously.
22670
22671 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22672 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22673 `shell-command', because it isn't magic in XEmacs. Reported by
22674 Adrian Aichner <adrian@xemacs.org>.
22675
22676 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22677 `substitute-in-file-name.
22678 (tramp-smb-handle-substitute-in-file-name): New defun.
22679 (tramp-smb-advice-PC-do-completion): Delete advice.
22680
22681 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22682
22683 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22684 Fix error in deleting region.
22685
22686 2005-01-15 Richard M. Stallman <rms@gnu.org>
22687
22688 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22689 In non-temp buffer, switch syntax table temporarily.
22690
22691 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22692
22693 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22694
22695 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22696
22697 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22698 (imenu--generic-function): Use START, not BEG, as pos of definition.
22699
22700 * simple.el (just-one-space): Argument specifies number of spaces.
22701
22702 * simple.el (eval-expression-print-format): Avoid warning
22703 about edebug-active.
22704
22705 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22706
22707 * progmodes/sh-script.el: Code copied from make-mode.el
22708 with small changes,
22709 (sh-mode-map): Bind C-c C-\.
22710 (sh-backslash-column, sh-backslash-align): New variables.
22711 (sh-backslash-region, sh-append-backslash): New functions.
22712
22713 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22714
22715 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22716 (rmail-pop-password, rmail-pop-password-required): Move to
22717 rmail-obsolete group.
22718 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22719 All callers updated.
22720 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22721 Take an argument specifying whether it is POP or IMAP mailbox we
22722 are using. All callers updated.
22723 (rmail-pop-password-error): Rename to
22724 rmail-remote-password-error. Added mailutils-specific error message.
22725 (rmail-movemail-search-path)
22726 (rmail-movemail-variant-in-use): New variables.
22727 (rmail-remote-password, rmail-remote-password-required):
22728 New customization variables.
22729 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22730 (rmail-parse-url): New function.
22731 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22732 with GNU mailutils movemail.
22733
22734 2005-01-15 Kevin Ryde <user42@zip.com.au>
22735
22736 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22737 suffix to space, $ or '$, to correctly position point when going
22738 to @table style constants like DBL_MAX.
22739
22740 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22741
22742 * type-break.el (type-break-mode, type-break-file-time)
22743 (type-break-file-keystroke-count, type-break-choose-file):
22744 Don't store data in or load data from the file if type-break-file-name
22745 is nil.
22746 (type-break-file-name): Doc update as per the above.
22747
22748 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22749
22750 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22751 lookup-key might return nil; handle that.
22752
22753 2005-01-15 Alan Mackenzie <acm@muc.de>
22754
22755 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22756 rather than the element found, thus enabling the tree to be setcar'd.
22757
22758 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22759
22760 * textmodes/org.el (org-show-following-heading): New option.
22761 (org-show-hierarchy-above): Use `org-show-following-heading'.
22762 (org-cycle): Documentation fix.
22763
22764 * textmodes/org.el (orgtbl-optimized): New option
22765 (orgtbl-mode): New command, a minor mode.
22766 (orgtbl-mode-map): New variable.
22767 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22768 (orgtbl-error, orgtbl-self-insert-command)
22769 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22770
22771 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22772 a local variable in each org-mode buffer.
22773
22774 * textmodes/org.el (org-set-regexps-and-options): Rename from
22775 `org-set-regexps'. Added checking for STARTUP keyword.
22776 (org-get-current-options): Add STARTUP options.
22777 (org-table-insert-row): Make mode intelligent about when
22778 realignment is needed.
22779 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22780 New commands.
22781 (org-enable-table-editor): New default value `optimized'.
22782 (org-table-blank-field): Support blanking regions if active.
22783
22784 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22785
22786 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22787 if the year is not given.
22788
22789 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22790 Add new escapes %m and %M, fixed bug with %F by adding
22791 save-match-data.
22792 (reftex-reference): Remove ?. from list of spaces.
22793 (reftex-label-info): Add automatic label prefix recognition.
22794
22795 * textmodes/reftex-index.el (reftex-index-next-phrase):
22796 Add slave parameter to call of `reftex-index-this-phrase'.
22797 (reftex-index-this-phrase): New optional argument.
22798 (reftex-index-region-phrases): Add slave parameter to call of
22799 `reftex-index-this-phrase'.
22800 (reftex-display-index): New argument redo.
22801 (reftex-index-rescan): Add `redo' to arguments of
22802 `reftex-display-index'.
22803 (reftex-index-Rescan, reftex-index-revert)
22804 (reftex-index-switch-index-tag): Add `redo' to arguments of
22805 `reftex-display-index'.
22806 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22807 indexing. Fix bug with matching is there is a quote before or
22808 after the word.
22809
22810 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22811 Fix bug when collecting citation keys in lines with comments.
22812 (reftex-citation): Prefix argument no longer rescans the document,
22813 but forces prompting for optional arguments of cite macros.
22814 (reftex-do-citation): Prompting for optional arguments implemented.
22815
22816 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22817 Add optional arguments to most cite commands.
22818 (reftex-cite-cleanup-optional-args): New option
22819 (reftex-cite-prompt-optional-args): New option.
22820 (reftex-trust-label-prefix): New option.
22821
22822 * textmodes/reftex-toc.el (reftex-toc-find-section):
22823 Add push-mark before changing the position in the buffer.
22824
22825 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22826 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22827
22828 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22829
22830 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22831 more carefully.
22832
22833 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22834
22835 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22836 (sgml-mode): Use it.
22837 (sgml-get-context): Better keep track of implicitly closed tags.
22838
22839 2005-01-13 Kenichi Handa <handa@m17n.org>
22840
22841 * textmodes/ispell.el: These changes are to fix misalignment error
22842 caused by equivalent characters of different Emacs charsets.
22843 (ispell-unified-chars-table): New variable.
22844 (ispell-get-decoded-string): New function.
22845 (ispell-get-casechars, ispell-get-not-casechars)
22846 (ispell-get-otherchars): Call ispell-get-decoded-string.
22847
22848 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22849
22850 * custom.el (custom-declare-variable): Just put symbol instead
22851 of (defvar . symbol) in `current-load-list'.
22852
22853 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22854
22855 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22856
22857 2005-01-12 Jay Belanger <belanger@truman.edu>
22858
22859 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22860 to create a Calc summary.
22861
22862 2005-01-12 Kim F. Storm <storm@cua.dk>
22863
22864 * mouse.el (mouse-on-link-p): Change functionality and doc
22865 string to comply with latest description in lisp ref.
22866
22867 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22868
22869 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22870 Enable mouse clicks on mode-line, header-line and margin.
22871 (event-type): Give mouse event symbols an `event-kind' property
22872 with value `mouse-click'.
22873
22874 2005-01-12 Juri Linkov <juri@jurta.org>
22875
22876 * facemenu.el (list-colors-display): Add new arg buffer-name.
22877 Use it. Fix docstring. Replace code for identifying duplicate
22878 colors by the name with call to `list-colors-duplicates' which
22879 identifies duplicate colors by the value unless the color
22880 is one of special Windows colors. Set truncate-lines to t.
22881 Print sorted duplicate color names on each line. Indent to 22
22882 \(the longest color name in rgb.txt) instead of 20. Optimize.
22883 (list-colors-duplicates): New function.
22884 (facemenu-color-name-equal): Delete function.
22885
22886 * facemenu.el (list-colors-print): New function created from code
22887 in list-colors-display. Print #RRGGBB at the window right edge.
22888 (list-colors-display): When temp-buffer-show-function is not
22889 defined, call list-colors-print from temp-buffer-show-hook
22890 to get the right value of window-width in list-colors-print
22891 after the buffer is displayed.
22892
22893 * simple.el (pop-mark): Move deactivate-mark out of conditional
22894 part to deactivate the active mark regardless of the state of the
22895 mark ring.
22896
22897 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22898 variables line in desktop files.
22899
22900 2005-01-12 Juri Linkov <juri@jurta.org>
22901
22902 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22903 Bring together isearch highlight related options.
22904 (lazy-highlight): Replace group `replace' by `matching'.
22905 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22906 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22907 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22908 and declare them obsolete.
22909 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22910 (isearch-faces): Remove defgroup.
22911 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22912 Move isearch highlighting code closer to lazy highlighting code.
22913
22914 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22915 (query-replace-highlight, query-replace-lazy-highlight)
22916 (query-replace): Move definitions to the beginning of the file.
22917
22918 2005-01-11 Juri Linkov <juri@jurta.org>
22919
22920 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22921 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22922 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22923
22924 * info.el (Info-history-forward): New variable.
22925 (Info-select-node): Reset Info-history-forward to nil.
22926 (Info-last): Turn into defalias.
22927 (Info-history-back): Rename from Info-last.
22928 Add current node to Info-history-forward.
22929 (Info-history-forward): New fun.
22930 (Info-mode-map): Replace Info-last by Info-history-back.
22931 Bind Info-history-forward to "r".
22932 (Info-mode-menu): Replace Info-last by Info-history-back.
22933 Fix menu item text. Add menu item for Info-history-forward.
22934 (info-tool-bar-map): Replace Info-last by Info-history-back.
22935 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22936 for Info-history-forward.
22937 (Info-mode): Replace Info-last by Info-history-back in docstring.
22938 Add local variable Info-history-forward.
22939 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22940
22941 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22942
22943 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22944 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22945 Ignore select-window events rather than fiddle with
22946 mouse-autoselect-window.
22947
22948 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22949
22950 * type-break.el (type-break-mode): Fix previous change.
22951
22952 2005-01-10 Jay Belanger <belanger@truman.edu>
22953
22954 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22955 calculator; only reset when point is inside a calculator.
22956 Don't adjust the window height if the window takes up the whole height
22957 of the frame.
22958
22959 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22960
22961 * ebuff-menu.el (Electric-buffer-menu-mode):
22962 Preserve value of buffer-local var header-line-format.
22963
22964 2005-01-09 Jay Belanger <belanger@truman.edu>
22965
22966 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22967 Make sure settings file exists before accessing it.
22968
22969 * calc/calc-embed.el (calc-embedded-subst):
22970 Replace math-multi-subst-rec, which is only supposed to be called
22971 by math-multi-subst, by math-multi-subst.
22972
22973 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22974
22975 * vc.el (vc-allow-async-revert): New user option.
22976 (vc-disable-async-diff): New internal variable.
22977 (vc-revert-buffer): Use them to disable asynchronous diff.
22978
22979 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22980 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22981 asynchronously if vc-disable-async-diff is t.
22982
22983 2005-01-09 Jay Belanger <belanger@truman.edu>
22984
22985 * calc/calc.el (defcalcmodevar): New macro.
22986 (calc-mode-var-list-restore-default-values)
22987 (calc-mode-var-list-restore-saved-values): New functions.
22988 (calc-mode-var-list): Use defcalcmodevar to define it.
22989 (calc-always-load-extensions, calc-line-numbering)
22990 (calc-line-breaking, calc-display-just, calc-display-origin)
22991 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22992 (calc-group-char, calc-point-char, calc-frac-format)
22993 (calc-prefer-frac, calc-hms-format, calc-date-format)
22994 (calc-float-format, calc-full-float-format, calc-complex-format)
22995 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22996 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22997 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22998 (calc-matrix-brackets, calc-language, calc-language-option)
22999 (calc-left-label, calc-right-label, calc-word-size)
23000 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
23001 (calc-display-raw, calc-internal-prec, calc-angle-mode)
23002 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
23003 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
23004 (calc-window-height, calc-display-trail, calc-show-selections)
23005 (calc-use-selections, calc-assoc-selections)
23006 (calc-display-working-message, calc-auto-why, calc-timing)
23007 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
23008 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
23009 (calc-gnuplot-default-device, calc-gnuplot-default-output)
23010 (calc-gnuplot-print-device, calc-gnuplot-print-output)
23011 (calc-gnuplot-geometry, calc-graph-default-resolution)
23012 (calc-graph-default-resolution-3d, calc-invocation-macro)
23013 (calc-show-banner): Use defcalcmodevar to declare them and set
23014 their default values.
23015
23016 * calc/calc-ext.el (calc-reset): Restore saved values of variables
23017 instead of default values (but restore default values if there is
23018 an argument of 0).
23019
23020 2005-01-09 David Kastrup <dak@gnu.org>
23021
23022 * desktop.el (desktop-restore-eager): Fix typo in type.
23023
23024 2005-01-08 Richard M. Stallman <rms@gnu.org>
23025
23026 * cus-edit.el (customize): Delete :link.
23027
23028 2005-01-08 Jay Belanger <belanger@truman.edu>
23029
23030 * calc/calc.el (calc-mode): Remove the extension from the
23031 `calc-settings-file' file name when loading it.
23032
23033 2005-01-08 Kim F. Storm <storm@cua.dk>
23034
23035 * info.el (Info-mode-map, Info-next-link-keymap)
23036 (Info-prev-link-keymap, Info-up-link-keymap):
23037 Map follow-link to mouse-face.
23038 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
23039
23040 2005-01-08 Jay Belanger <belanger@truman.edu>
23041
23042 * calc/calc.el (calc-settings-file): Change default value.
23043 Suggested by cgw in a comment in calc-mode.el.
23044
23045 * calc/calc-mode.el (calc-settings-file-name):
23046 Compare calc-settings-file to user-init-file instead of ~/.emacs.
23047 Replace ~/.emacs in a prompt by calc-settings-file.
23048
23049 2005-01-07 Lars Hansen <larsh@math.ku.dk>
23050
23051 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
23052 (desktop-lazy-idle-delay): New customizable variables.
23053 (desktop-buffer-args-list): New variable.
23054 (desktop-append-buffer-args): New function.
23055 (desktop-save): Call desktop-append-buffer-args for some buffers.
23056 (desktop-lazy-create-buffer): New function.
23057 (desktop-idle-create-buffers): New function.
23058 (desktop-read): Add message about buffers to restore lazily.
23059 (desktop-lazy-abort): New command.
23060 (desktop-clear): Call desktop-lazy-abort.
23061 (desktop-lazy-complete): New command.
23062
23063 2005-01-06 Richard M. Stallman <rms@gnu.org>
23064
23065 * emacs-lisp/find-func.el (find-face-definition):
23066 Rename from find-face.
23067
23068 2005-01-06 Kim F. Storm <storm@cua.dk>
23069
23070 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
23071
23072 * man.el (Man-xref-man-page, Man-xref-header-file)
23073 (Man-xref-normal-file): Add follow-link property.
23074
23075 2005-01-06 Jay Belanger <belanger@truman.edu>
23076
23077 * calc/calc-units.el: Make sure the proper macro definitions are
23078 available when compiling.
23079
23080 2005-01-06 Juri Linkov <juri@jurta.org>
23081
23082 * isearch.el (isearch-lazy-highlight-update):
23083 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
23084
23085 2005-01-06 Miles Bader <miles@gnu.org>
23086
23087 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
23088 (isearch-lazy-highlight-face): Use new name.
23089
23090 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
23091
23092 * uniquify.el (uniquify-rationalize-file-buffer-names):
23093 Re-add an interactive spec.
23094 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
23095 to the same name.
23096
23097 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
23098 (isearch-update, isearch-done): Adjust calls accordingly.
23099
23100 2005-01-05 Richard M. Stallman <rms@gnu.org>
23101
23102 * custom.el (custom-set-variables, custom-theme-set-variables):
23103 Clarify documentation.
23104
23105 * emacs-lisp/find-func.el (find-variable)
23106 (find-variable-other-window, find-variable-other-frame):
23107 Fix the TYPE args to find-function-read and find-function-do-it.
23108 (find-function): Doc fix.
23109 (find-function-at-point): Replace function-at-point alias.
23110
23111 2005-01-04 Richard M. Stallman <rms@gnu.org>
23112
23113 * cus-face.el (custom-declare-face):
23114 Record defface in current-load-list.
23115
23116 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
23117
23118 * emacs-lisp/find-func.el: Doc fixes.
23119 (find-face-regexp): New variable.
23120 (find-function-regexp-alist): New variable.
23121 (find-function-C-source): Third arg is now TYPE.
23122 (find-function-search-for-symbol): Handle general TYPE.
23123 (find-function-read, find-function-do-it): Handle general TYPE.
23124 (find-definition-noselect, find-face): New functions.
23125 (function-at-point): Alias deleted.
23126
23127 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
23128
23129 * battery.el (display-battery-mode): Rename from display-battery.
23130 Handle the case where it gets turned off.
23131
23132 2005-01-04 Richard M. Stallman <rms@gnu.org>
23133
23134 * cus-edit.el (customize): Make :link point to user doc.
23135
23136 * man.el (Man-fontify-manpage): Turn off undo generation.
23137
23138 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
23139
23140 2005-01-04 Andreas Schwab <schwab@suse.de>
23141
23142 * files.el (insert-directory): Only look for error lines in
23143 inserted text. Don't move too far after processing --dired markers.
23144
23145 2005-01-04 Richard M. Stallman <rms@gnu.org>
23146
23147 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
23148 Don't expand if the character is @, period, dash, etc.
23149 (define-mail-abbrev): Quote names that contain problem characters.
23150
23151 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
23152
23153 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
23154
23155 2005-01-03 Richard M. Stallman <rms@gnu.org>
23156
23157 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
23158 (query-replace-highlight, query-replace-lazy-highlight)
23159 (query-replace): Definitions moved up. Doc fix.
23160
23161 2005-01-03 Richard M. Stallman <rms@gnu.org>
23162
23163 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
23164 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
23165 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
23166 (lazy-highlight-face): Rename from isearch-lazy-...
23167 Change all references to them.
23168
23169 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
23170
23171 * cus-edit.el (custom-file): Doc fix for defcustom.
23172 (custom-file): The function no longer sets the variable
23173 `custom-file' to its return value.
23174
23175 * startup.el (command-line): No longer load `custom-file'.
23176
23177 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
23178
23179 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
23180
23181 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
23182 Don't confuse module-prefixed identifiers for labels.
23183 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
23184
23185 2005-01-02 Richard M. Stallman <rms@gnu.org>
23186
23187 * files.el (basic-save-buffer-1): Fix previous change.
23188
23189 * loadhist.el (file-loadhist-lookup): New function.
23190 (file-provides, file-requires): Use it.
23191
23192 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
23193 instead of calculating the right size.
23194
23195 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
23196
23197 * vc-svn.el (vc-svn-diff): Stay local if possible.
23198
23199 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
23200
23201 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
23202
23203 * files.el (hack-local-variables): Fix last change.
23204
23205 2005-01-02 Jay Belanger <belanger@truman.edu>
23206
23207 * calc/calc-yank.el (calc-edit-top): New variable.
23208 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
23209 object. Change header properties.
23210 (calc-edit-finish, calc-edit-finish-stack-object)
23211 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
23212 edited object.
23213 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
23214 for the beginning of the edited object.
23215 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
23216 for the beginning of the edited object.
23217 * calc/calc-prog.el (calc-edit-macro-finish-edit)
23218 (calc-finish-formula-edit, calc-macro-repeats)
23219 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
23220 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
23221 beginning of the edited object.
23222 (calc-user-define-edit): Change the header for editing macros.
23223 Remove unnecessary variable.
23224
23225 2005-01-01 Jay Belanger <belanger@truman.edu>
23226
23227 * calc/calc-yank.el (calc-edit-mode): Change default header.
23228 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
23229 * calc/calc-store.el (calc-edit-variable): Change title to match new
23230 header.
23231 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
23232 mode to match new header.
23233 (calc-user-define-edit): Change titles to include names of commands.
23234 (calc-finish-formula-edit): Adjust to handle new header.
23235 (calc-finish-macro-edit): Remove.
23236 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
23237 (calc-edit-macro-command, calc-edit-macro-command-type)
23238 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
23239 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
23240 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
23241 (calc-edit-macro-finish-edit): New functions.
23242 (calc-user-define-edit): Use new functions to edit named calc macros.
23243
23244 2005-01-01 Stefan <monnier@iro.umontreal.ca>
23245
23246 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
23247
23248 * ses.el (copy-region-as-kill): Deactivate mark.
23249
23250 2005-01-01 Richard M. Stallman <rms@gnu.org>
23251
23252 * replace.el (occur-1): If the output buffer is also an input,
23253 don't kill it, rename it.
23254
23255 * faces.el (set-face-background, set-face-foreground): Doc fix.
23256
23257 * cus-face.el (custom-face-attributes): Fix :help-echo strings
23258 for :foreground and :background.
23259
23260 * dired.el (dired-view-command-alist): Variable deleted.
23261 (dired-view-file, dired-mouse-find-file-other-window):
23262 Delete the code to use it.
23263
23264 2005-01-01 Kim F. Storm <storm@cua.dk>
23265
23266 * image.el (insert-sliced-image): Use t for line-height property.
23267
23268 See ChangeLog.11 for earlier changes.
23269
23270 ;; Local Variables:
23271 ;; coding: iso-2022-7bit
23272 ;; End:
23273
23274 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
23275 Copying and distribution of this file, with or without modification,
23276 are permitted provided the copyright notice and this notice are preserved.
23277
23278 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1